SYMBOL INDEX (350553 symbols across 19741 files) FILE: .github/actions/enhanced-diff/check_changes.py function run_git_command (line 16) | def run_git_command(cmd): function get_changed_files (line 32) | def get_changed_files(): function categorize_files (line 48) | def categorize_files(files): function set_github_output (line 62) | def set_github_output(key, value): function set_github_summary (line 72) | def set_github_summary(content): function main (line 80) | def main(): FILE: .github/actions/enhanced-diff/test_enhanced_diff.py function test_categorize_files (line 20) | def test_categorize_files(): function simulate_git_status_scenarios (line 68) | def simulate_git_status_scenarios(): FILE: .github/actions/get-mpversions/list_versions.py function micropython_versions (line 23) | def micropython_versions(start="v1.10"): function major_minor (line 34) | def major_minor(versions): function main (line 47) | def main(): FILE: .github/workflows/compare_score.py function add_summary (line 30) | def add_summary(msg, current_scores: dict, new_scores: dict): function update_var (line 45) | def update_var(var_name: str, value: str): FILE: docs/conf.py function setup (line 150) | def setup(app): FILE: docs/report_pypi_modules.py function create_md (line 7) | def create_md(): function report_to_md (line 25) | def report_to_md(df_pypi, template, dest_md): FILE: docs/update_docs.py function read_manifests (line 8) | def read_manifests(workspace_root: Path): function update_firmware_docs (line 74) | def update_firmware_docs(): FILE: docs/utils.py function clean_version (line 4) | def clean_version( function git_branch (line 49) | def git_branch(): FILE: examples/src/example.py function foo (line 5) | def foo(a: int, b: int) -> Tuple[int, str]: FILE: examples/src/main.py function morse_code (line 16) | def morse_code(text): FILE: mip/typing.py function cast (line 4) | def cast(type, val): function get_origin (line 8) | def get_origin(type): function get_args (line 12) | def get_args(type): function no_type_check (line 16) | def no_type_check(func): function overload (line 20) | def overload(func): function override (line 24) | def override(func): class _AnyCall (line 28) | class _AnyCall: method __init__ (line 29) | def __init__(*args, **kwargs): method __call__ (line 32) | def __call__(*args, **kwargs): method __getitem__ (line 35) | def __getitem__(self, arg): class _SubscriptableType (line 42) | class _SubscriptableType: method __getitem__ (line 43) | def __getitem__(self, arg): function TypeVar (line 50) | def TypeVar(name, *types, bound: Any | None = None, covariant=False, con... function NewType (line 54) | def NewType(name, type): class Any (line 58) | class Any: class BinaryIO (line 62) | class BinaryIO: class ClassVar (line 66) | class ClassVar: class Final (line 70) | class Final: class Hashable (line 74) | class Hashable: class IO (line 78) | class IO: class NoReturn (line 82) | class NoReturn: class Sized (line 86) | class Sized: class SupportsInt (line 90) | class SupportsInt: class SupportsFloat (line 94) | class SupportsFloat: class SupportsComplex (line 98) | class SupportsComplex: class SupportsBytes (line 102) | class SupportsBytes: class SupportsIndex (line 106) | class SupportsIndex: class SupportsAbs (line 110) | class SupportsAbs: class SupportsRound (line 114) | class SupportsRound: class TextIO (line 118) | class TextIO: class Protocol (line 122) | class Protocol: FILE: mip/typing_extensions.py function cast (line 4) | def cast(type, val): function get_origin (line 8) | def get_origin(type): function get_args (line 12) | def get_args(type): function no_type_check (line 16) | def no_type_check(func): function overload (line 20) | def overload(func): function override (line 24) | def override(func): class _AnyCall (line 28) | class _AnyCall: method __init__ (line 29) | def __init__(*args, **kwargs): method __call__ (line 32) | def __call__(*args, **kwargs): method __getitem__ (line 35) | def __getitem__(self, arg): class _SubscriptableType (line 42) | class _SubscriptableType: method __getitem__ (line 43) | def __getitem__(self, arg): function TypeVar (line 50) | def TypeVar(name, *types, bound: Any | None = None, covariant=False, con... function NewType (line 54) | def NewType(name, type): class Any (line 58) | class Any: class BinaryIO (line 62) | class BinaryIO: class ClassVar (line 66) | class ClassVar: class Final (line 70) | class Final: class Hashable (line 74) | class Hashable: class IO (line 78) | class IO: class NoReturn (line 82) | class NoReturn: class Sized (line 86) | class Sized: class SupportsInt (line 90) | class SupportsInt: class SupportsFloat (line 94) | class SupportsFloat: class SupportsComplex (line 98) | class SupportsComplex: class SupportsBytes (line 102) | class SupportsBytes: class SupportsIndex (line 106) | class SupportsIndex: class SupportsAbs (line 110) | class SupportsAbs: class SupportsRound (line 114) | class SupportsRound: class TextIO (line 118) | class TextIO: class Protocol (line 122) | class Protocol: FILE: publish/micropython-stdlib-stubs/build.py class Boost (line 160) | class Boost: method __post_init__ (line 176) | def __post_init__(self): function find_toplevel_vars (line 187) | def find_toplevel_vars(module: Path) -> set: function update_module_vars (line 203) | def update_module_vars(module: Path, keep: set): function add_type_ignore (line 228) | def add_type_ignore(folder: Path): function comment_out_lines (line 252) | def comment_out_lines(folder: Path): function change_lines (line 275) | def change_lines(folder: Path): function update_typing_pyi (line 299) | def update_typing_pyi( function update_stdlib_from_typeshed (line 318) | def update_stdlib_from_typeshed(dist_stdlib_path: Path, typeshed_path: P... function merge_docstubs_into_stdlib (line 360) | def merge_docstubs_into_stdlib( function update_public_interface (line 431) | def update_public_interface(boost: Boost, module_path: Path): function update_mpy_shed (line 459) | def update_mpy_shed(reference_path: Path, dist_stdlib_path: Path): function update_asyncio_manual (line 472) | def update_asyncio_manual(reference_path: Path, dist_stdlib_path: Path): function update (line 512) | def update( FILE: publish/micropython-stdlib-stubs/stdlib/__future__.pyi class _Feature (line 5) | class _Feature: method __init__ (line 6) | def __init__(self, optionalRelease: _VersionInfo, mandatoryRelease: _V... method getOptionalRelease (line 7) | def getOptionalRelease(self) -> _VersionInfo: ... method getMandatoryRelease (line 8) | def getMandatoryRelease(self) -> _VersionInfo | None: ... FILE: publish/micropython-stdlib-stubs/stdlib/_codecs.pyi class _EncodingMap (line 9) | class _EncodingMap: method size (line 10) | def size(self) -> int: ... function register (line 16) | def register(search_function: _SearchFunction, /) -> None: ... function unregister (line 19) | def unregister(search_function: _SearchFunction, /) -> None: ... function register_error (line 21) | def register_error(errors: str, handler: _Handler, /) -> None: ... function lookup_error (line 22) | def lookup_error(name: str, /) -> _Handler: ... function encode (line 48) | def encode(obj: ReadableBuffer, encoding: _BytesToBytesEncoding, errors:... function encode (line 50) | def encode(obj: str, encoding: _StrToStrEncoding, errors: str = "strict"... function encode (line 52) | def encode(obj: str, encoding: str = "utf-8", errors: str = "strict") ->... function decode (line 54) | def decode(obj: ReadableBuffer, encoding: _BytesToBytesEncoding, errors:... function decode (line 56) | def decode(obj: str, encoding: _StrToStrEncoding, errors: str = "strict"... function decode (line 60) | def decode( function decode (line 68) | def decode(obj: str, encoding: Literal["hex", "hex_codec"], errors: str ... function decode (line 70) | def decode(obj: ReadableBuffer, encoding: str = "utf-8", errors: str = "... function lookup (line 71) | def lookup(encoding: str, /) -> codecs.CodecInfo: ... function charmap_build (line 72) | def charmap_build(map: str, /) -> _CharMap: ... function ascii_decode (line 73) | def ascii_decode(data: ReadableBuffer, errors: str | None = None, /) -> ... function ascii_encode (line 74) | def ascii_encode(str: str, errors: str | None = None, /) -> tuple[bytes,... function charmap_decode (line 75) | def charmap_decode(data: ReadableBuffer, errors: str | None = None, mapp... function charmap_encode (line 76) | def charmap_encode(str: str, errors: str | None = None, mapping: _CharMa... function escape_decode (line 77) | def escape_decode(data: str | ReadableBuffer, errors: str | None = None,... function escape_encode (line 78) | def escape_encode(data: bytes, errors: str | None = None, /) -> tuple[by... function latin_1_decode (line 79) | def latin_1_decode(data: ReadableBuffer, errors: str | None = None, /) -... function latin_1_encode (line 80) | def latin_1_encode(str: str, errors: str | None = None, /) -> tuple[byte... function raw_unicode_escape_decode (line 83) | def raw_unicode_escape_decode(data: str | ReadableBuffer, errors: str | ... function raw_unicode_escape_decode (line 86) | def raw_unicode_escape_decode(data: str | ReadableBuffer, errors: str | ... function raw_unicode_escape_encode (line 88) | def raw_unicode_escape_encode(str: str, errors: str | None = None, /) ->... function readbuffer_encode (line 89) | def readbuffer_encode(data: str | ReadableBuffer, errors: str | None = N... function unicode_escape_decode (line 92) | def unicode_escape_decode(data: str | ReadableBuffer, errors: str | None... function unicode_escape_decode (line 95) | def unicode_escape_decode(data: str | ReadableBuffer, errors: str | None... function unicode_escape_encode (line 97) | def unicode_escape_encode(str: str, errors: str | None = None, /) -> tup... function utf_16_be_decode (line 98) | def utf_16_be_decode(data: ReadableBuffer, errors: str | None = None, fi... function utf_16_be_encode (line 99) | def utf_16_be_encode(str: str, errors: str | None = None, /) -> tuple[by... function utf_16_decode (line 100) | def utf_16_decode(data: ReadableBuffer, errors: str | None = None, final... function utf_16_encode (line 101) | def utf_16_encode(str: str, errors: str | None = None, byteorder: int = ... function utf_16_ex_decode (line 102) | def utf_16_ex_decode( function utf_16_le_decode (line 105) | def utf_16_le_decode(data: ReadableBuffer, errors: str | None = None, fi... function utf_16_le_encode (line 106) | def utf_16_le_encode(str: str, errors: str | None = None, /) -> tuple[by... function utf_32_be_decode (line 107) | def utf_32_be_decode(data: ReadableBuffer, errors: str | None = None, fi... function utf_32_be_encode (line 108) | def utf_32_be_encode(str: str, errors: str | None = None, /) -> tuple[by... function utf_32_decode (line 109) | def utf_32_decode(data: ReadableBuffer, errors: str | None = None, final... function utf_32_encode (line 110) | def utf_32_encode(str: str, errors: str | None = None, byteorder: int = ... function utf_32_ex_decode (line 111) | def utf_32_ex_decode( function utf_32_le_decode (line 114) | def utf_32_le_decode(data: ReadableBuffer, errors: str | None = None, fi... function utf_32_le_encode (line 115) | def utf_32_le_encode(str: str, errors: str | None = None, /) -> tuple[by... function utf_7_decode (line 116) | def utf_7_decode(data: ReadableBuffer, errors: str | None = None, final:... function utf_7_encode (line 117) | def utf_7_encode(str: str, errors: str | None = None, /) -> tuple[bytes,... function utf_8_decode (line 118) | def utf_8_decode(data: ReadableBuffer, errors: str | None = None, final:... function utf_8_encode (line 119) | def utf_8_encode(str: str, errors: str | None = None, /) -> tuple[bytes,... function mbcs_decode (line 122) | def mbcs_decode(data: ReadableBuffer, errors: str | None = None, final: ... function mbcs_encode (line 123) | def mbcs_encode(str: str, errors: str | None = None, /) -> tuple[bytes, ... function code_page_decode (line 124) | def code_page_decode(codepage: int, data: ReadableBuffer, errors: str | ... function code_page_encode (line 125) | def code_page_encode(code_page: int, str: str, errors: str | None = None... function oem_decode (line 126) | def oem_decode(data: ReadableBuffer, errors: str | None = None, final: b... function oem_encode (line 127) | def oem_encode(str: str, errors: str | None = None, /) -> tuple[bytes, i... FILE: publish/micropython-stdlib-stubs/stdlib/_collections_abc.pyi class dict_keys (line 74) | class dict_keys(KeysView[_KT_co], Generic[_KT_co, _VT_co]): # undocumented method __eq__ (line 75) | def __eq__(self, value: object, /) -> bool: ... method isdisjoint (line 77) | def isdisjoint(self, other: Iterable[_KT_co], /) -> bool: ... method mapping (line 80) | def mapping(self) -> MappingProxyType[_KT_co, _VT_co]: ... class dict_values (line 83) | class dict_values(ValuesView[_VT_co], Generic[_KT_co, _VT_co]): # undoc... method mapping (line 86) | def mapping(self) -> MappingProxyType[_KT_co, _VT_co]: ... class dict_items (line 89) | class dict_items(ItemsView[_KT_co, _VT_co]): # undocumented method __eq__ (line 90) | def __eq__(self, value: object, /) -> bool: ... method isdisjoint (line 92) | def isdisjoint(self, other: Iterable[tuple[_KT_co, _VT_co]], /) -> boo... method mapping (line 95) | def mapping(self) -> MappingProxyType[_KT_co, _VT_co]: ... class Buffer (line 99) | class Buffer(Protocol): method __buffer__ (line 101) | def __buffer__(self, flags: int, /) -> memoryview: ... FILE: publish/micropython-stdlib-stubs/stdlib/_decimal.pyi class _ContextManager (line 27) | class _ContextManager: method __init__ (line 30) | def __init__(self, new_context: Context) -> None: ... method __enter__ (line 31) | def __enter__(self) -> Context: ... method __exit__ (line 32) | def __exit__(self, t: type[BaseException] | None, v: BaseException | N... function setcontext (line 52) | def setcontext(context: Context, /) -> None: ... function getcontext (line 53) | def getcontext() -> Context: ... function localcontext (line 56) | def localcontext( function localcontext (line 70) | def localcontext(ctx: Context | None = None) -> _ContextManager: ... FILE: publish/micropython-stdlib-stubs/stdlib/_typeshed/__init__.pyi class IdentityFunction (line 74) | class IdentityFunction(Protocol): method __call__ (line 75) | def __call__(self, x: _T, /) -> _T: ... class SupportsNext (line 78) | class SupportsNext(Protocol[_T_co]): method __next__ (line 79) | def __next__(self) -> _T_co: ... class SupportsAnext (line 82) | class SupportsAnext(Protocol[_T_co]): method __anext__ (line 83) | def __anext__(self) -> Awaitable[_T_co]: ... class SupportsDunderLT (line 87) | class SupportsDunderLT(Protocol[_T_contra]): method __lt__ (line 88) | def __lt__(self, other: _T_contra, /) -> bool: ... class SupportsDunderGT (line 90) | class SupportsDunderGT(Protocol[_T_contra]): method __gt__ (line 91) | def __gt__(self, other: _T_contra, /) -> bool: ... class SupportsDunderLE (line 93) | class SupportsDunderLE(Protocol[_T_contra]): method __le__ (line 94) | def __le__(self, other: _T_contra, /) -> bool: ... class SupportsDunderGE (line 96) | class SupportsDunderGE(Protocol[_T_contra]): method __ge__ (line 97) | def __ge__(self, other: _T_contra, /) -> bool: ... class SupportsAllComparisons (line 99) | class SupportsAllComparisons( class SupportsAdd (line 108) | class SupportsAdd(Protocol[_T_contra, _T_co]): method __add__ (line 109) | def __add__(self, x: _T_contra, /) -> _T_co: ... class SupportsRAdd (line 111) | class SupportsRAdd(Protocol[_T_contra, _T_co]): method __radd__ (line 112) | def __radd__(self, x: _T_contra, /) -> _T_co: ... class SupportsSub (line 114) | class SupportsSub(Protocol[_T_contra, _T_co]): method __sub__ (line 115) | def __sub__(self, x: _T_contra, /) -> _T_co: ... class SupportsRSub (line 117) | class SupportsRSub(Protocol[_T_contra, _T_co]): method __rsub__ (line 118) | def __rsub__(self, x: _T_contra, /) -> _T_co: ... class SupportsDivMod (line 120) | class SupportsDivMod(Protocol[_T_contra, _T_co]): method __divmod__ (line 121) | def __divmod__(self, other: _T_contra, /) -> _T_co: ... class SupportsRDivMod (line 123) | class SupportsRDivMod(Protocol[_T_contra, _T_co]): method __rdivmod__ (line 124) | def __rdivmod__(self, other: _T_contra, /) -> _T_co: ... class SupportsIter (line 128) | class SupportsIter(Protocol[_T_co]): method __iter__ (line 129) | def __iter__(self) -> _T_co: ... class SupportsAiter (line 133) | class SupportsAiter(Protocol[_T_co]): method __aiter__ (line 134) | def __aiter__(self) -> _T_co: ... class SupportsLenAndGetItem (line 136) | class SupportsLenAndGetItem(Protocol[_T_co]): method __len__ (line 137) | def __len__(self) -> int: ... method __getitem__ (line 138) | def __getitem__(self, k: int, /) -> _T_co: ... class SupportsTrunc (line 140) | class SupportsTrunc(Protocol): method __trunc__ (line 141) | def __trunc__(self) -> int: ... class SupportsItems (line 146) | class SupportsItems(Protocol[_KT_co, _VT_co]): method items (line 147) | def items(self) -> AbstractSet[tuple[_KT_co, _VT_co]]: ... class SupportsKeysAndGetItem (line 150) | class SupportsKeysAndGetItem(Protocol[_KT, _VT_co]): method keys (line 151) | def keys(self) -> Iterable[_KT]: ... method __getitem__ (line 152) | def __getitem__(self, key: _KT, /) -> _VT_co: ... class SupportsGetItem (line 157) | class SupportsGetItem(Protocol[_KT_contra, _VT_co]): method __contains__ (line 158) | def __contains__(self, x: Any, /) -> bool: ... method __getitem__ (line 159) | def __getitem__(self, key: _KT_contra, /) -> _VT_co: ... class SupportsContainsAndGetItem (line 162) | class SupportsContainsAndGetItem(Protocol[_KT_contra, _VT_co]): method __contains__ (line 163) | def __contains__(self, x: Any, /) -> bool: ... method __getitem__ (line 164) | def __getitem__(self, key: _KT_contra, /) -> _VT_co: ... class SupportsItemAccess (line 167) | class SupportsItemAccess(Protocol[_KT_contra, _VT]): method __contains__ (line 168) | def __contains__(self, x: Any, /) -> bool: ... method __getitem__ (line 169) | def __getitem__(self, key: _KT_contra, /) -> _VT: ... method __setitem__ (line 170) | def __setitem__(self, key: _KT_contra, value: _VT, /) -> None: ... method __delitem__ (line 171) | def __delitem__(self, key: _KT_contra, /) -> None: ... class HasFileno (line 246) | class HasFileno(Protocol): method fileno (line 247) | def fileno(self) -> int: ... class SupportsRead (line 254) | class SupportsRead(Protocol[_T_co]): method read (line 255) | def read(self, length: int = ..., /) -> _T_co: ... class SupportsReadline (line 258) | class SupportsReadline(Protocol[_T_co]): method readline (line 259) | def readline(self, length: int = ..., /) -> _T_co: ... class SupportsNoArgReadline (line 262) | class SupportsNoArgReadline(Protocol[_T_co]): method readline (line 263) | def readline(self) -> _T_co: ... class SupportsWrite (line 266) | class SupportsWrite(Protocol[_T_contra]): method write (line 267) | def write(self, s: _T_contra, /) -> object: ... class SupportsFlush (line 270) | class SupportsFlush(Protocol): method flush (line 271) | def flush(self) -> object: ... class SliceableBuffer (line 283) | class SliceableBuffer(Buffer, Protocol): method __getitem__ (line 284) | def __getitem__(self, slice: slice, /) -> Sequence[int]: ... class IndexableBuffer (line 286) | class IndexableBuffer(Buffer, Protocol): method __getitem__ (line 287) | def __getitem__(self, i: int, /) -> int: ... class SupportsGetItemBuffer (line 289) | class SupportsGetItemBuffer(SliceableBuffer, IndexableBuffer, Protocol): method __contains__ (line 290) | def __contains__(self, x: Any, /) -> bool: ... method __getitem__ (line 292) | def __getitem__(self, slice: slice, /) -> Sequence[int]: ... method __getitem__ (line 294) | def __getitem__(self, i: int, /) -> int: ... class SizedBuffer (line 296) | class SizedBuffer(Sized, Buffer, Protocol): ... class NoneType (line 310) | class NoneType: method __bool__ (line 311) | def __bool__(self) -> Literal[False]: ... class structseq (line 318) | class structseq(Generic[_T_co]): method __new__ (line 328) | def __new__(cls: type[Self], sequence: Iterable[_T_co], dict: dict[str... method __replace__ (line 330) | def __replace__(self: Self, **kwargs: Any) -> Self: ... class DataclassInstance (line 349) | class DataclassInstance(Protocol): class StrEnum (line 363) | class StrEnum(str, Enum): ... FILE: publish/micropython-stdlib-stubs/stdlib/_typeshed/dbapi.pyi class DBAPIConnection (line 13) | class DBAPIConnection(Protocol): method close (line 14) | def close(self) -> object: ... method commit (line 15) | def commit(self) -> object: ... method cursor (line 18) | def cursor(self) -> DBAPICursor: ... class DBAPICursor (line 20) | class DBAPICursor(Protocol): method description (line 22) | def description(self) -> Sequence[DBAPIColumnDescription] | None: ... method rowcount (line 24) | def rowcount(self) -> int: ... method close (line 27) | def close(self) -> object: ... method execute (line 28) | def execute(self, operation: str, parameters: Sequence[Any] | Mapping[... method executemany (line 29) | def executemany(self, operation: str, seq_of_parameters: Sequence[Sequ... method fetchone (line 30) | def fetchone(self) -> Sequence[Any] | None: ... method fetchmany (line 31) | def fetchmany(self, size: int = ..., /) -> Sequence[Sequence[Any]]: ... method fetchall (line 32) | def fetchall(self) -> Sequence[Sequence[Any]]: ... method setinputsizes (line 36) | def setinputsizes(self, sizes: Sequence[DBAPITypeCode | int | None], /... method setoutputsize (line 37) | def setoutputsize(self, size: int, column: int = ..., /) -> object: ... FILE: publish/micropython-stdlib-stubs/stdlib/_typeshed/importlib.pyi class LoaderProtocol (line 11) | class LoaderProtocol(Protocol): method load_module (line 12) | def load_module(self, fullname: str, /) -> ModuleType: ... class MetaPathFinderProtocol (line 14) | class MetaPathFinderProtocol(Protocol): method find_spec (line 15) | def find_spec(self, fullname: str, path: Sequence[str] | None, target:... class PathEntryFinderProtocol (line 17) | class PathEntryFinderProtocol(Protocol): method find_spec (line 18) | def find_spec(self, fullname: str, target: ModuleType | None = ..., /)... FILE: publish/micropython-stdlib-stubs/stdlib/_typeshed/xml.pyi class DOMImplementation (line 6) | class DOMImplementation(Protocol): method hasFeature (line 7) | def hasFeature(self, feature: str, version: str | None, /) -> bool: ... method createDocument (line 8) | def createDocument(self, namespaceUri: str, qualifiedName: str, doctyp... method createDocumentType (line 9) | def createDocumentType(self, qualifiedName: str, publicId: str, system... FILE: publish/micropython-stdlib-stubs/stdlib/abc.pyi class ABCMeta (line 14) | class ABCMeta(type): method __new__ (line 17) | def __new__( method __new__ (line 21) | def __new__( method __instancecheck__ (line 25) | def __instancecheck__(cls: ABCMeta, instance: Any) -> bool: ... method __subclasscheck__ (line 26) | def __subclasscheck__(cls: ABCMeta, subclass: type) -> bool: ... method _dump_registry (line 27) | def _dump_registry(cls: ABCMeta, file: SupportsWrite[str] | None = Non... method register (line 28) | def register(cls: ABCMeta, subclass: type[_T]) -> type[_T]: ... function abstractmethod (line 30) | def abstractmethod(funcobj: _FuncT) -> _FuncT: ... class abstractclassmethod (line 32) | class abstractclassmethod(classmethod[_T, _P, _R_co]): method __init__ (line 34) | def __init__(self, callable: Callable[Concatenate[type[_T], _P], _R_co... class abstractstaticmethod (line 37) | class abstractstaticmethod(staticmethod[_P, _R_co]): method __init__ (line 39) | def __init__(self, callable: Callable[_P, _R_co]) -> None: ... class abstractproperty (line 42) | class abstractproperty(property): class ABC (line 45) | class ABC(metaclass=ABCMeta): function get_cache_token (line 48) | def get_cache_token() -> object: ... function update_abstractmethods (line 51) | def update_abstractmethods(cls: type[_T]) -> type[_T]: ... FILE: publish/micropython-stdlib-stubs/stdlib/array.pyi class array (line 34) | class array(MutableSequence[_T], Generic[_T]): method typecode (line 71) | def typecode(self) -> _TypeCode: ... method itemsize (line 73) | def itemsize(self) -> int: ... method __init__ (line 75) | def __init__(self: array[int], typecode: _IntTypeCode, initializer: by... method __init__ (line 77) | def __init__(self: array[float], typecode: _FloatTypeCode, initializer... method __init__ (line 79) | def __init__(self: array[str], typecode: _UnicodeTypeCode, initializer... method __init__ (line 81) | def __init__(self, typecode: str, initializer: Iterable[_T], /) -> Non... method __init__ (line 83) | def __init__(self, typecode: str, initializer: bytes | bytearray = ...... method append (line 84) | def append(self, val: Any, /) -> None: method buffer_info (line 89) | def buffer_info(self) -> tuple[int, int]: ... method byteswap (line 90) | def byteswap(self) -> None: ... method count (line 91) | def count(self, v: _T, /) -> int: ... method extend (line 92) | def extend(self, iterable: Sequence[Any], /) -> None: method frombytes (line 98) | def frombytes(self, buffer: ReadableBuffer, /) -> None: ... method fromfile (line 99) | def fromfile(self, f: SupportsRead[bytes], n: int, /) -> None: ... method fromlist (line 100) | def fromlist(self, list: list[_T], /) -> None: ... method fromunicode (line 101) | def fromunicode(self, ustr: str, /) -> None: ... method index (line 103) | def index(self, v: _T, start: int = 0, stop: int = sys.maxsize, /) -> ... method index (line 105) | def index(self, v: _T, /) -> int: ... # type: ignore[override] method insert (line 107) | def insert(self, i: int, v: _T, /) -> None: ... method pop (line 108) | def pop(self, i: int = -1, /) -> _T: ... method remove (line 109) | def remove(self, v: _T, /) -> None: ... method tobytes (line 110) | def tobytes(self) -> bytes: ... method tofile (line 111) | def tofile(self, f: SupportsWrite[bytes], /) -> None: ... method tolist (line 112) | def tolist(self) -> list[_T]: ... method tounicode (line 113) | def tounicode(self) -> str: ... method fromstring (line 115) | def fromstring(self, buffer: str | ReadableBuffer, /) -> None: ... method tostring (line 116) | def tostring(self) -> bytes: ... method __len__ (line 118) | def __len__(self) -> int: method __getitem__ (line 127) | def __getitem__(self, key: SupportsIndex, /) -> _T: ... method __getitem__ (line 129) | def __getitem__(self, key: slice, /) -> array[_T]: ... method __getitem__ (line 131) | def __getitem__(self, index: int) -> _T: method __getitem__ (line 143) | def __getitem__(self, sl: slice) -> array[_T]: method __setitem__ (line 154) | def __setitem__(self, key: SupportsIndex, value: _T, /) -> None: ... method __setitem__ (line 156) | def __setitem__(self, key: slice, value: array[_T], /) -> None: ... method __setitem__ (line 158) | def __setitem__(self, index: int, value: _T) -> None: method __setitem__ (line 169) | def __setitem__(self, sl: slice, values: array[_T]) -> None: method __delitem__ (line 178) | def __delitem__(self, key: SupportsIndex | slice, /) -> None: ... method __add__ (line 179) | def __add__(self, other: array[_T]) -> array[_T]: method __eq__ (line 188) | def __eq__(self, value: object, /) -> bool: ... method __ge__ (line 189) | def __ge__(self, value: array[_T], /) -> bool: ... method __gt__ (line 190) | def __gt__(self, value: array[_T], /) -> bool: ... method __iadd__ (line 191) | def __iadd__(self, other: array[_T]) -> Self: method __imul__ (line 200) | def __imul__(self, value: int, /) -> Self: ... method __le__ (line 201) | def __le__(self, value: array[_T], /) -> bool: ... method __lt__ (line 202) | def __lt__(self, value: array[_T], /) -> bool: ... method __mul__ (line 203) | def __mul__(self, value: int, /) -> array[_T]: ... method __rmul__ (line 204) | def __rmul__(self, value: int, /) -> array[_T]: ... method __copy__ (line 205) | def __copy__(self) -> array[_T]: ... method __deepcopy__ (line 206) | def __deepcopy__(self, unused: Any, /) -> array[_T]: ... method __buffer__ (line 207) | def __buffer__(self, flags: int, /) -> memoryview: ... method __release_buffer__ (line 208) | def __release_buffer__(self, buffer: memoryview, /) -> None: ... method __class_getitem__ (line 210) | def __class_getitem__(cls, item: Any, /) -> GenericAlias: ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/base_events.pyi class Server (line 29) | class Server(AbstractServer): method __init__ (line 31) | def __init__( method __init__ (line 42) | def __init__( method close_clients (line 53) | def close_clients(self) -> None: ... method abort_clients (line 54) | def abort_clients(self) -> None: ... method get_loop (line 56) | def get_loop(self) -> AbstractEventLoop: ... method is_serving (line 57) | def is_serving(self) -> bool: ... method start_serving (line 58) | async def start_serving(self) -> None: ... method serve_forever (line 59) | async def serve_forever(self) -> None: ... method sockets (line 61) | def sockets(self) -> tuple[socket, ...]: ... method close (line 62) | def close(self) -> None: ... method wait_closed (line 63) | async def wait_closed(self) -> None: ... class BaseEventLoop (line 65) | class BaseEventLoop(AbstractEventLoop): method run_forever (line 66) | def run_forever(self) -> None: ... method run_until_complete (line 67) | def run_until_complete(self, future: _AwaitableLike[_T]) -> _T: ... method stop (line 68) | def stop(self) -> None: ... method is_running (line 69) | def is_running(self) -> bool: ... method is_closed (line 70) | def is_closed(self) -> bool: ... method close (line 71) | def close(self) -> None: ... method shutdown_asyncgens (line 72) | async def shutdown_asyncgens(self) -> None: ... method call_soon (line 74) | def call_soon(self, callback: Callable[[Unpack[_Ts]], object], *args: ... method call_later (line 75) | def call_later( method call_at (line 82) | def call_at( method time (line 89) | def time(self) -> float: ... method create_future (line 91) | def create_future(self) -> Future[Any]: ... method create_task (line 94) | def create_task(self, coro: _CoroutineLike[_T], *, name: object = None... method create_task (line 96) | def create_task(self, coro: _CoroutineLike[_T], *, name: object = None... method set_task_factory (line 98) | def set_task_factory(self, factory: _TaskFactory | None) -> None: ... method get_task_factory (line 99) | def get_task_factory(self) -> _TaskFactory | None: ... method call_soon_threadsafe (line 101) | def call_soon_threadsafe( method run_in_executor (line 107) | def run_in_executor(self, executor: Any, func: Callable[[Unpack[_Ts]],... method set_default_executor (line 108) | def set_default_executor(self, executor: Any) -> None: ... method getaddrinfo (line 110) | async def getaddrinfo( method getnameinfo (line 120) | async def getnameinfo(self, sockaddr: tuple[str, int] | tuple[str, int... method create_connection (line 123) | async def create_connection( method create_connection (line 143) | async def create_connection( method create_connection (line 164) | async def create_connection( method create_connection (line 183) | async def create_connection( method create_connection (line 203) | async def create_connection( method create_connection (line 221) | async def create_connection( method create_server (line 242) | async def create_server( method create_server (line 261) | async def create_server( method create_server (line 281) | async def create_server( method create_server (line 299) | async def create_server( method create_server (line 318) | async def create_server( method create_server (line 335) | async def create_server( method start_tls (line 353) | async def start_tls( method connect_accepted_socket (line 364) | async def connect_accepted_socket( method start_tls (line 374) | async def start_tls( method connect_accepted_socket (line 384) | async def connect_accepted_socket( method sock_sendfile (line 393) | async def sock_sendfile( method sendfile (line 396) | async def sendfile( method create_datagram_endpoint (line 400) | async def create_datagram_endpoint( # type: ignore[override] method create_datagram_endpoint (line 414) | async def create_datagram_endpoint( method connect_read_pipe (line 429) | async def connect_read_pipe(self, protocol_factory: Callable[[], _Prot... method connect_write_pipe (line 430) | async def connect_write_pipe(self, protocol_factory: Callable[[], _Pro... method subprocess_shell (line 431) | async def subprocess_shell( method subprocess_exec (line 447) | async def subprocess_exec( method add_reader (line 462) | def add_reader(self, fd: FileDescriptorLike, callback: Callable[[Unpac... method remove_reader (line 463) | def remove_reader(self, fd: FileDescriptorLike) -> bool: ... method add_writer (line 464) | def add_writer(self, fd: FileDescriptorLike, callback: Callable[[Unpac... method remove_writer (line 465) | def remove_writer(self, fd: FileDescriptorLike) -> bool: ... method sock_recv (line 468) | async def sock_recv(self, sock: socket, nbytes: int) -> bytes: ... method sock_recv_into (line 469) | async def sock_recv_into(self, sock: socket, buf: WriteableBuffer) -> ... method sock_sendall (line 470) | async def sock_sendall(self, sock: socket, data: ReadableBuffer) -> No... method sock_connect (line 471) | async def sock_connect(self, sock: socket, address: _Address) -> None:... method sock_accept (line 472) | async def sock_accept(self, sock: socket) -> tuple[socket, _RetAddress... method sock_recvfrom (line 474) | async def sock_recvfrom(self, sock: socket, bufsize: int) -> tuple[byt... method sock_recvfrom_into (line 475) | async def sock_recvfrom_into(self, sock: socket, buf: WriteableBuffer,... method sock_sendto (line 476) | async def sock_sendto(self, sock: socket, data: ReadableBuffer, addres... method add_signal_handler (line 478) | def add_signal_handler(self, sig: int, callback: Callable[[Unpack[_Ts]... method remove_signal_handler (line 479) | def remove_signal_handler(self, sig: int) -> bool: ... method set_exception_handler (line 481) | def set_exception_handler(self, handler: _ExceptionHandler | None) -> ... method get_exception_handler (line 482) | def get_exception_handler(self) -> _ExceptionHandler | None: ... method default_exception_handler (line 483) | def default_exception_handler(self, context: _Context) -> None: ... method call_exception_handler (line 484) | def call_exception_handler(self, context: _Context) -> None: ... method get_debug (line 486) | def get_debug(self) -> bool: ... method set_debug (line 487) | def set_debug(self, enabled: bool) -> None: ... method shutdown_default_executor (line 489) | async def shutdown_default_executor(self, timeout: float | None = None... method shutdown_default_executor (line 491) | async def shutdown_default_executor(self) -> None: ... method __del__ (line 493) | def __del__(self) -> None: ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/base_futures.pyi function _format_callbacks (line 18) | def _format_callbacks(cb: Sequence[tuple[Callable[[futures.Future[Any]],... function _future_repr_info (line 19) | def _future_repr_info(future: futures.Future[Any]) -> list[str]: ... # ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/base_tasks.pyi function _task_repr_info (line 7) | def _task_repr_info(task: tasks.Task[Any]) -> list[str]: ... # undocume... function _task_get_stack (line 8) | def _task_get_stack(task: tasks.Task[Any], limit: int | None) -> list[Fr... function _task_print_stack (line 9) | def _task_print_stack(task: tasks.Task[Any], limit: int | None, file: St... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/constants.pyi class _SendfileMode (line 17) | class _SendfileMode(enum.Enum): FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/coroutines.pyi function coroutine (line 16) | def coroutine(func: _FunctionT) -> _FunctionT: ... function iscoroutinefunction (line 19) | def iscoroutinefunction(func: Callable[..., Coroutine[Any, Any, Any]]) -... function iscoroutinefunction (line 21) | def iscoroutinefunction(func: Callable[_P, Awaitable[_T]]) -> TypeGuard[... function iscoroutinefunction (line 23) | def iscoroutinefunction(func: Callable[_P, object]) -> TypeGuard[Callabl... function iscoroutinefunction (line 25) | def iscoroutinefunction(func: object) -> TypeGuard[Callable[..., Corouti... function iscoroutine (line 26) | def iscoroutine(obj: object) -> TypeIs[Coroutine[Any, Any, Any]]: ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/events.pyi class _TaskFactory (line 68) | class _TaskFactory(Protocol): method __call__ (line 69) | def __call__(self, loop: AbstractEventLoop, factory: _CoroutineLike[_T... class Handle (line 71) | class Handle: method __init__ (line 74) | def __init__( method cancel (line 81) | def cancel(self) -> None: ... method _run (line 82) | def _run(self) -> None: ... method cancelled (line 83) | def cancelled(self) -> bool: ... method get_context (line 85) | def get_context(self) -> Context: ... class TimerHandle (line 87) | class TimerHandle(Handle): method __init__ (line 88) | def __init__( method __hash__ (line 96) | def __hash__(self) -> int: ... method when (line 97) | def when(self) -> float: ... method __lt__ (line 98) | def __lt__(self, other: TimerHandle) -> bool: ... method __le__ (line 99) | def __le__(self, other: TimerHandle) -> bool: ... method __gt__ (line 100) | def __gt__(self, other: TimerHandle) -> bool: ... method __ge__ (line 101) | def __ge__(self, other: TimerHandle) -> bool: ... method __eq__ (line 102) | def __eq__(self, other: object) -> bool: ... class AbstractServer (line 104) | class AbstractServer: method close (line 106) | def close(self) -> None: ... method close_clients (line 109) | def close_clients(self) -> None: ... method abort_clients (line 111) | def abort_clients(self) -> None: ... method __aenter__ (line 113) | async def __aenter__(self) -> Self: ... method __aexit__ (line 114) | async def __aexit__(self, *exc: Unused) -> None: ... method get_loop (line 116) | def get_loop(self) -> AbstractEventLoop: ... method is_serving (line 118) | def is_serving(self) -> bool: ... method start_serving (line 120) | async def start_serving(self) -> None: ... method serve_forever (line 122) | async def serve_forever(self) -> None: ... method wait_closed (line 124) | async def wait_closed(self) -> None: ... class AbstractEventLoop (line 126) | class AbstractEventLoop: method run_forever (line 129) | def run_forever(self) -> None: ... method run_until_complete (line 131) | def run_until_complete(self, future: _AwaitableLike[_T]) -> _T: ... method stop (line 133) | def stop(self) -> None: ... method is_running (line 135) | def is_running(self) -> bool: ... method is_closed (line 137) | def is_closed(self) -> bool: ... method close (line 139) | def close(self) -> None: ... method shutdown_asyncgens (line 141) | async def shutdown_asyncgens(self) -> None: ... method call_soon (line 145) | def call_soon(self, callback: Callable[[Unpack[_Ts]], object], *args: ... method call_later (line 147) | def call_later( method call_at (line 155) | def call_at( method call_soon (line 164) | def call_soon(self, callback: Callable[[Unpack[_Ts]], object], *args: ... method call_later (line 166) | def call_later(self, delay: float, callback: Callable[[Unpack[_Ts]], o... method call_at (line 168) | def call_at(self, when: float, callback: Callable[[Unpack[_Ts]], objec... method time (line 171) | def time(self) -> float: ... method create_future (line 174) | def create_future(self) -> Future[Any]: ... method create_task (line 178) | def create_task(self, coro: _CoroutineLike[_T], *, name: str | None = ... method create_task (line 181) | def create_task(self, coro: _CoroutineLike[_T], *, name: str | None = ... method set_task_factory (line 184) | def set_task_factory(self, factory: _TaskFactory | None) -> None: ... method get_task_factory (line 186) | def get_task_factory(self) -> _TaskFactory | None: ... method call_soon_threadsafe (line 190) | def call_soon_threadsafe( method call_soon_threadsafe (line 198) | def call_soon_threadsafe(self, callback: Callable[[Unpack[_Ts]], objec... method run_in_executor (line 201) | def run_in_executor(self, executor: Any, func: Callable[[Unpack[_Ts]],... method set_default_executor (line 203) | def set_default_executor(self, executor: Any) -> None: ... method getaddrinfo (line 206) | async def getaddrinfo( method getnameinfo (line 217) | async def getnameinfo(self, sockaddr: tuple[str, int] | tuple[str, int... method create_connection (line 221) | async def create_connection( method create_connection (line 241) | async def create_connection( method create_connection (line 262) | async def create_connection( method create_connection (line 281) | async def create_connection( method create_server (line 303) | async def create_server( method create_server (line 323) | async def create_server( method create_server (line 344) | async def create_server( method create_server (line 363) | async def create_server( method create_server (line 383) | async def create_server( method create_server (line 401) | async def create_server( method start_tls (line 420) | async def start_tls( method create_unix_server (line 431) | async def create_unix_server( method start_tls (line 445) | async def start_tls( method create_unix_server (line 455) | async def create_unix_server( method connect_accepted_socket (line 468) | async def connect_accepted_socket( method connect_accepted_socket (line 478) | async def connect_accepted_socket( method create_unix_connection (line 487) | async def create_unix_connection( method create_unix_connection (line 499) | async def create_unix_connection( method sock_sendfile (line 511) | async def sock_sendfile( method sendfile (line 515) | async def sendfile( method create_datagram_endpoint (line 519) | async def create_datagram_endpoint( method connect_read_pipe (line 535) | async def connect_read_pipe(self, protocol_factory: Callable[[], _Prot... method connect_write_pipe (line 537) | async def connect_write_pipe(self, protocol_factory: Callable[[], _Pro... method subprocess_shell (line 539) | async def subprocess_shell( method subprocess_exec (line 556) | async def subprocess_exec( method add_reader (line 572) | def add_reader(self, fd: FileDescriptorLike, callback: Callable[[Unpac... method remove_reader (line 574) | def remove_reader(self, fd: FileDescriptorLike) -> bool: ... method add_writer (line 576) | def add_writer(self, fd: FileDescriptorLike, callback: Callable[[Unpac... method remove_writer (line 578) | def remove_writer(self, fd: FileDescriptorLike) -> bool: ... method sock_recv (line 580) | async def sock_recv(self, sock: socket, nbytes: int) -> bytes: ... method sock_recv_into (line 582) | async def sock_recv_into(self, sock: socket, buf: WriteableBuffer) -> ... method sock_sendall (line 584) | async def sock_sendall(self, sock: socket, data: ReadableBuffer) -> No... method sock_connect (line 586) | async def sock_connect(self, sock: socket, address: _Address) -> None:... method sock_accept (line 588) | async def sock_accept(self, sock: socket) -> tuple[socket, _RetAddress... method sock_recvfrom (line 591) | async def sock_recvfrom(self, sock: socket, bufsize: int) -> tuple[byt... method sock_recvfrom_into (line 593) | async def sock_recvfrom_into(self, sock: socket, buf: WriteableBuffer,... method sock_sendto (line 595) | async def sock_sendto(self, sock: socket, data: ReadableBuffer, addres... method add_signal_handler (line 598) | def add_signal_handler(self, sig: int, callback: Callable[[Unpack[_Ts]... method remove_signal_handler (line 600) | def remove_signal_handler(self, sig: int) -> bool: ... method set_exception_handler (line 603) | def set_exception_handler(self, handler: _ExceptionHandler | None) -> ... method get_exception_handler (line 605) | def get_exception_handler(self) -> _ExceptionHandler | None: ... method default_exception_handler (line 607) | def default_exception_handler(self, context: _Context) -> None: ... method call_exception_handler (line 609) | def call_exception_handler(self, context: _Context) -> None: ... method get_debug (line 612) | def get_debug(self) -> bool: ... method set_debug (line 614) | def set_debug(self, enabled: bool) -> None: ... method shutdown_default_executor (line 617) | async def shutdown_default_executor(self) -> None: ... class AbstractEventLoopPolicy (line 619) | class AbstractEventLoopPolicy: method get_event_loop (line 621) | def get_event_loop(self) -> AbstractEventLoop: ... method set_event_loop (line 623) | def set_event_loop(self, loop: AbstractEventLoop | None) -> None: ... method new_event_loop (line 625) | def new_event_loop(self) -> AbstractEventLoop: ... method get_child_watcher (line 631) | def get_child_watcher(self) -> AbstractChildWatcher: ... method set_child_watcher (line 634) | def set_child_watcher(self, watcher: AbstractChildWatcher) -> None: ... method get_child_watcher (line 637) | def get_child_watcher(self) -> AbstractChildWatcher: ... method set_child_watcher (line 639) | def set_child_watcher(self, watcher: AbstractChildWatcher) -> None: ... class BaseDefaultEventLoopPolicy (line 641) | class BaseDefaultEventLoopPolicy(AbstractEventLoopPolicy, metaclass=ABCM... method get_event_loop (line 642) | def get_event_loop(self) -> AbstractEventLoop: ... method set_event_loop (line 643) | def set_event_loop(self, loop: AbstractEventLoop | None) -> None: ... method new_event_loop (line 644) | def new_event_loop(self) -> AbstractEventLoop: ... function get_event_loop_policy (line 646) | def get_event_loop_policy() -> AbstractEventLoopPolicy: ... function set_event_loop_policy (line 647) | def set_event_loop_policy(policy: AbstractEventLoopPolicy | None) -> Non... function set_event_loop (line 648) | def set_event_loop(loop: AbstractEventLoop | None) -> None: ... function new_event_loop (line 649) | def new_event_loop() -> AbstractEventLoop: ... function get_child_watcher (line 654) | def get_child_watcher() -> AbstractChildWatcher: ... function set_child_watcher (line 656) | def set_child_watcher(watcher: AbstractChildWatcher) -> None: ... function get_child_watcher (line 659) | def get_child_watcher() -> AbstractChildWatcher: ... function set_child_watcher (line 660) | def set_child_watcher(watcher: AbstractChildWatcher) -> None: ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/exceptions.pyi class CancelledError (line 23) | class CancelledError(BaseException): ... class TimeoutError (line 28) | class TimeoutError(Exception): ... class InvalidStateError (line 30) | class InvalidStateError(Exception): ... class SendfileNotAvailableError (line 31) | class SendfileNotAvailableError(RuntimeError): ... class IncompleteReadError (line 33) | class IncompleteReadError(EOFError): method __init__ (line 36) | def __init__(self, partial: bytes, expected: int | None) -> None: ... class LimitOverrunError (line 38) | class LimitOverrunError(Exception): method __init__ (line 40) | def __init__(self, message: str, consumed: int) -> None: ... class BrokenBarrierError (line 43) | class BrokenBarrierError(RuntimeError): ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/format_helpers.pyi class _HasWrapper (line 9) | class _HasWrapper: function _get_function_source (line 15) | def _get_function_source(func: _FuncType) -> tuple[str, int]: ... function _get_function_source (line 17) | def _get_function_source(func: object) -> tuple[str, int] | None: ... function _format_callback_source (line 20) | def _format_callback_source(func: object, args: Iterable[Any], *, debug:... function _format_args_and_kwargs (line 21) | def _format_args_and_kwargs(args: Iterable[Any], kwargs: dict[str, Any],... function _format_callback (line 22) | def _format_callback(func: object, args: Iterable[Any], kwargs: dict[str... function _format_callback_source (line 25) | def _format_callback_source(func: object, args: Iterable[Any]) -> str: ... function _format_args_and_kwargs (line 26) | def _format_args_and_kwargs(args: Iterable[Any], kwargs: dict[str, Any])... function _format_callback (line 27) | def _format_callback(func: object, args: Iterable[Any], kwargs: dict[str... function extract_stack (line 29) | def extract_stack(f: FrameType | None = None, limit: int | None = None) ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/futures.pyi function isfuture (line 15) | def isfuture(obj: object) -> TypeIs[Future[Any]]: ... function wrap_future (line 16) | def wrap_future(future: _ConcurrentFuture[_T] | Future[_T], *, loop: Abs... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/locks.pyi class _ContextManagerMixin (line 26) | class _ContextManagerMixin: method __aenter__ (line 27) | async def __aenter__(self) -> None: ... method __aexit__ (line 28) | async def __aexit__(self, exc_type: type[BaseException] | None, exc: B... method __iter__ (line 40) | def __iter__(self) -> Generator[Any, None, _ContextManager]: ... method __await__ (line 41) | def __await__(self) -> Generator[Any, None, _ContextManager]: ... method __aenter__ (line 42) | async def __aenter__(self) -> None: ... method __aexit__ (line 43) | async def __aexit__(self, exc_type: type[BaseException] | None, exc: B... class _ContextManager (line 31) | class _ContextManager: method __init__ (line 32) | def __init__(self, lock: Lock | Semaphore) -> None: ... method __enter__ (line 33) | def __enter__(self) -> None: ... method __exit__ (line 34) | def __exit__(self, *args: Unused) -> None: ... class _ContextManagerMixin (line 36) | class _ContextManagerMixin: method __aenter__ (line 27) | async def __aenter__(self) -> None: ... method __aexit__ (line 28) | async def __aexit__(self, exc_type: type[BaseException] | None, exc: B... method __iter__ (line 40) | def __iter__(self) -> Generator[Any, None, _ContextManager]: ... method __await__ (line 41) | def __await__(self) -> Generator[Any, None, _ContextManager]: ... method __aenter__ (line 42) | async def __aenter__(self) -> None: ... method __aexit__ (line 43) | async def __aexit__(self, exc_type: type[BaseException] | None, exc: B... class Lock (line 45) | class Lock(_ContextManagerMixin, _LoopBoundMixin): method __init__ (line 48) | def __init__(self) -> None: ... method __init__ (line 50) | def __init__(self, *, loop: AbstractEventLoop | None = None) -> None: ... method locked (line 52) | def locked(self) -> bool: ... method acquire (line 53) | async def acquire(self) -> Literal[True]: ... method release (line 54) | def release(self) -> None: ... class Event (line 56) | class Event(_LoopBoundMixin): method __init__ (line 59) | def __init__(self) -> None: ... method __init__ (line 61) | def __init__(self, *, loop: AbstractEventLoop | None = None) -> None: ... method is_set (line 63) | def is_set(self) -> bool: ... method set (line 64) | def set(self) -> None: ... method clear (line 65) | def clear(self) -> None: ... method wait (line 66) | async def wait(self) -> Literal[True]: ... class Condition (line 68) | class Condition(_ContextManagerMixin, _LoopBoundMixin): method __init__ (line 71) | def __init__(self, lock: Lock | None = None) -> None: ... method __init__ (line 73) | def __init__(self, lock: Lock | None = None, *, loop: AbstractEventLoo... method locked (line 75) | def locked(self) -> bool: ... method acquire (line 76) | async def acquire(self) -> Literal[True]: ... method release (line 77) | def release(self) -> None: ... method wait (line 78) | async def wait(self) -> Literal[True]: ... method wait_for (line 79) | async def wait_for(self, predicate: Callable[[], _T]) -> _T: ... method notify (line 80) | def notify(self, n: int = 1) -> None: ... method notify_all (line 81) | def notify_all(self) -> None: ... class Semaphore (line 83) | class Semaphore(_ContextManagerMixin, _LoopBoundMixin): method __init__ (line 87) | def __init__(self, value: int = 1) -> None: ... method __init__ (line 89) | def __init__(self, value: int = 1, *, loop: AbstractEventLoop | None =... method locked (line 91) | def locked(self) -> bool: ... method acquire (line 92) | async def acquire(self) -> Literal[True]: ... method release (line 93) | def release(self) -> None: ... method _wake_up_next (line 94) | def _wake_up_next(self) -> None: ... class BoundedSemaphore (line 96) | class BoundedSemaphore(Semaphore): ... class _BarrierState (line 99) | class _BarrierState(enum.Enum): # undocumented class Barrier (line 105) | class Barrier(_LoopBoundMixin): method __init__ (line 106) | def __init__(self, parties: int) -> None: ... method __aenter__ (line 107) | async def __aenter__(self) -> Self: ... method __aexit__ (line 108) | async def __aexit__(self, *args: Unused) -> None: ... method wait (line 109) | async def wait(self) -> int: ... method abort (line 110) | async def abort(self) -> None: ... method reset (line 111) | async def reset(self) -> None: ... method parties (line 113) | def parties(self) -> int: ... method n_waiting (line 115) | def n_waiting(self) -> int: ... method broken (line 117) | def broken(self) -> bool: ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/micropython.pyi class ThreadSafeFlag (line 1) | class ThreadSafeFlag: method __init__ (line 8) | def __init__(self) -> None: method ioctl (line 15) | def ioctl(self, req, flags): ... method set (line 16) | def set(self) -> None: method clear (line 23) | def clear(self) -> None: method wait (line 30) | async def wait(self) -> Generator[Incomplete]: FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/mixins.pyi class _LoopBoundMixin (line 7) | class _LoopBoundMixin: method __init__ (line 9) | def __init__(self, *, loop: Never = ...) -> None: ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/proactor_events.pyi class _ProactorBasePipeTransport (line 10) | class _ProactorBasePipeTransport(transports._FlowControlMixin, transport... method __init__ (line 11) | def __init__( method __del__ (line 20) | def __del__(self) -> None: ... class _ProactorReadPipeTransport (line 22) | class _ProactorReadPipeTransport(_ProactorBasePipeTransport, transports.... method __init__ (line 24) | def __init__( method __init__ (line 35) | def __init__( class _ProactorBaseWritePipeTransport (line 45) | class _ProactorBaseWritePipeTransport(_ProactorBasePipeTransport, transp... class _ProactorWritePipeTransport (line 46) | class _ProactorWritePipeTransport(_ProactorBaseWritePipeTransport): ... class _ProactorDuplexPipeTransport (line 47) | class _ProactorDuplexPipeTransport(_ProactorReadPipeTransport, _Proactor... class _ProactorSocketTransport (line 49) | class _ProactorSocketTransport(_ProactorReadPipeTransport, _ProactorBase... method __init__ (line 51) | def __init__( method _set_extra (line 60) | def _set_extra(self, sock: socket) -> None: ... method can_write_eof (line 61) | def can_write_eof(self) -> Literal[True]: ... class BaseProactorEventLoop (line 63) | class BaseProactorEventLoop(base_events.BaseEventLoop): method __init__ (line 64) | def __init__(self, proactor: Any) -> None: ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/protocols.pyi class BaseProtocol (line 7) | class BaseProtocol: method connection_made (line 8) | def connection_made(self, transport: transports.BaseTransport) -> None... method connection_lost (line 9) | def connection_lost(self, exc: Exception | None) -> None: ... method pause_writing (line 10) | def pause_writing(self) -> None: ... method resume_writing (line 11) | def resume_writing(self) -> None: ... class Protocol (line 13) | class Protocol(BaseProtocol): method data_received (line 14) | def data_received(self, data: bytes) -> None: ... method eof_received (line 15) | def eof_received(self) -> bool | None: ... class BufferedProtocol (line 17) | class BufferedProtocol(BaseProtocol): method get_buffer (line 18) | def get_buffer(self, sizehint: int) -> ReadableBuffer: ... method buffer_updated (line 19) | def buffer_updated(self, nbytes: int) -> None: ... method eof_received (line 20) | def eof_received(self) -> bool | None: ... class DatagramProtocol (line 22) | class DatagramProtocol(BaseProtocol): method connection_made (line 23) | def connection_made(self, transport: transports.DatagramTransport) -> ... method datagram_received (line 28) | def datagram_received(self, data: bytes, addr: tuple[str | Any, int]) ... method error_received (line 29) | def error_received(self, exc: Exception) -> None: ... class SubprocessProtocol (line 31) | class SubprocessProtocol(BaseProtocol): method pipe_data_received (line 32) | def pipe_data_received(self, fd: int, data: bytes) -> None: ... method pipe_connection_lost (line 33) | def pipe_connection_lost(self, fd: int, exc: Exception | None) -> None... method process_exited (line 34) | def process_exited(self) -> None: ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/queues.pyi class QueueEmpty (line 13) | class QueueEmpty(Exception): ... class QueueFull (line 14) | class QueueFull(Exception): ... class QueueShutDown (line 25) | class QueueShutDown(Exception): ... class Queue (line 29) | class Queue(Generic[_T], _LoopBoundMixin): # noqa: Y059 method __init__ (line 31) | def __init__(self, maxsize: int = 0) -> None: ... method __init__ (line 33) | def __init__(self, maxsize: int = 0, *, loop: AbstractEventLoop | None... method _init (line 35) | def _init(self, maxsize: int) -> None: ... method _get (line 36) | def _get(self) -> _T: ... method _put (line 37) | def _put(self, item: _T) -> None: ... method _format (line 38) | def _format(self) -> str: ... method qsize (line 39) | def qsize(self) -> int: ... method maxsize (line 41) | def maxsize(self) -> int: ... method empty (line 42) | def empty(self) -> bool: ... method full (line 43) | def full(self) -> bool: ... method put (line 44) | async def put(self, item: _T) -> None: ... method put_nowait (line 45) | def put_nowait(self, item: _T) -> None: ... method get (line 46) | async def get(self) -> _T: ... method get_nowait (line 47) | def get_nowait(self) -> _T: ... method join (line 48) | async def join(self) -> None: ... method task_done (line 49) | def task_done(self) -> None: ... method __class_getitem__ (line 51) | def __class_getitem__(cls, type: Any, /) -> GenericAlias: ... method shutdown (line 53) | def shutdown(self, immediate: bool = False) -> None: ... class PriorityQueue (line 55) | class PriorityQueue(Queue[_T]): ... class LifoQueue (line 56) | class LifoQueue(Queue[_T]): ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/runners.pyi class Runner (line 18) | class Runner: method __init__ (line 19) | def __init__(self, *, debug: bool | None = None, loop_factory: Callabl... method __enter__ (line 20) | def __enter__(self) -> Self: ... method __exit__ (line 21) | def __exit__(self, exc_type: Unused, exc_val: Unused, exc_tb: Unused) ... method close (line 22) | def close(self) -> None: ... method get_loop (line 23) | def get_loop(self) -> AbstractEventLoop: ... method run (line 24) | def run(self, coro: Coroutine[Any, Any, _T], *, context: Context | Non... function run (line 27) | def run( function run (line 32) | def run(main: Coroutine[Any, Any, _T], *, debug: bool | None = None) -> ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/selector_events.pyi class BaseSelectorEventLoop (line 7) | class BaseSelectorEventLoop(base_events.BaseEventLoop): method __init__ (line 8) | def __init__(self, selector: selectors.BaseSelector | None = None) -> ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/sslproto.pyi function _create_transport_context (line 11) | def _create_transport_context(server_side: bool, server_hostname: str | ... class SSLProtocolState (line 16) | class SSLProtocolState(Enum): class AppProtocolState (line 23) | class AppProtocolState(Enum): function add_flowcontrol_defaults (line 29) | def add_flowcontrol_defaults(high: int | None, low: int | None, kb: int)... class _SSLPipe (line 38) | class _SSLPipe: method __init__ (line 51) | def __init__(self, context: ssl.SSLContext, server_side: bool, server_... method context (line 53) | def context(self) -> ssl.SSLContext: ... method ssl_object (line 55) | def ssl_object(self) -> ssl.SSLObject | None: ... method need_ssldata (line 57) | def need_ssldata(self) -> bool: ... method wrapped (line 59) | def wrapped(self) -> bool: ... method do_handshake (line 60) | def do_handshake(self, callback: Callable[[BaseException | None], obje... method shutdown (line 61) | def shutdown(self, callback: Callable[[], object] | None = None) -> li... method feed_eof (line 62) | def feed_eof(self) -> None: ... method feed_ssldata (line 63) | def feed_ssldata(self, data: bytes, only_handshake: bool = False) -> t... method feed_appdata (line 64) | def feed_appdata(self, data: bytes, offset: int = 0) -> tuple[list[byt... class _SSLProtocolTransport (line 66) | class _SSLProtocolTransport(transports._FlowControlMixin, transports.Tra... method __init__ (line 75) | def __init__(self, loop: events.AbstractEventLoop, ssl_protocol: SSLPr... method get_extra_info (line 76) | def get_extra_info(self, name: str, default: Any | None = None) -> dic... method _protocol_paused (line 78) | def _protocol_paused(self) -> bool: ... method write (line 79) | def write(self, data: bytes | bytearray | memoryview) -> None: ... method can_write_eof (line 80) | def can_write_eof(self) -> Literal[False]: ... method get_write_buffer_limits (line 82) | def get_write_buffer_limits(self) -> tuple[int, int]: ... method get_read_buffer_limits (line 83) | def get_read_buffer_limits(self) -> tuple[int, int]: ... method set_read_buffer_limits (line 84) | def set_read_buffer_limits(self, high: int | None = None, low: int | N... method get_read_buffer_size (line 85) | def get_read_buffer_size(self) -> int: ... method __del__ (line 87) | def __del__(self) -> None: ... class SSLProtocol (line 94) | class SSLProtocol(_SSLProtocolBase): method __init__ (line 119) | def __init__( method __init__ (line 132) | def __init__( method _set_app_protocol (line 144) | def _set_app_protocol(self, app_protocol: protocols.BaseProtocol) -> N... method _wakeup_waiter (line 145) | def _wakeup_waiter(self, exc: BaseException | None = None) -> None: ... method connection_lost (line 146) | def connection_lost(self, exc: BaseException | None) -> None: ... method eof_received (line 147) | def eof_received(self) -> None: ... method _get_extra_info (line 148) | def _get_extra_info(self, name: str, default: Any | None = None) -> An... method _start_shutdown (line 149) | def _start_shutdown(self) -> None: ... method _write_appdata (line 151) | def _write_appdata(self, list_of_data: list[bytes]) -> None: ... method _write_appdata (line 153) | def _write_appdata(self, data: bytes) -> None: ... method _start_handshake (line 155) | def _start_handshake(self) -> None: ... method _check_handshake_timeout (line 156) | def _check_handshake_timeout(self) -> None: ... method _on_handshake_complete (line 157) | def _on_handshake_complete(self, handshake_exc: BaseException | None) ... method _fatal_error (line 158) | def _fatal_error(self, exc: BaseException, message: str = "Fatal error... method _abort (line 160) | def _abort(self, exc: BaseException | None) -> None: ... method get_buffer (line 161) | def get_buffer(self, n: int) -> memoryview: ... method _abort (line 163) | def _abort(self) -> None: ... method _finalize (line 164) | def _finalize(self) -> None: ... method _process_write_backlog (line 165) | def _process_write_backlog(self) -> None: ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/staggered.pyi function staggered_race (line 8) | async def staggered_race( FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/streams.pyi class _ReaduntilBuffer (line 34) | class _ReaduntilBuffer(ReadableBuffer, Sized, Protocol): ... function open_connection (line 37) | async def open_connection( function start_server (line 45) | async def start_server( function open_connection (line 58) | async def open_connection( function start_server (line 67) | async def start_server( function open_unix_connection (line 80) | async def open_unix_connection( function start_unix_server (line 83) | async def start_unix_server( function open_unix_connection (line 91) | async def open_unix_connection( function start_unix_server (line 98) | async def start_unix_server( class FlowControlMixin (line 107) | class FlowControlMixin(protocols.Protocol): method __init__ (line 108) | def __init__(self, loop: events.AbstractEventLoop | None = None) -> No... class StreamReaderProtocol (line 110) | class StreamReaderProtocol(FlowControlMixin, protocols.Protocol): method __init__ (line 111) | def __init__( method __del__ (line 117) | def __del__(self) -> None: ... class StreamWriter (line 119) | class StreamWriter: method __init__ (line 124) | def __init__( method transport (line 133) | def transport(self) -> transports.WriteTransport: ... method write (line 134) | def write(self, data: bytes | bytearray | memoryview | str) -> None: ... method awrite (line 135) | def awrite(self, data: bytes | bytearray | memoryview | str) -> Awaita... method writelines (line 136) | def writelines(self, data: Iterable[bytes | bytearray | memoryview]) -... method write_eof (line 137) | def write_eof(self) -> None: ... method can_write_eof (line 138) | def can_write_eof(self) -> bool: ... method close (line 139) | def close(self) -> None: ... method is_closing (line 140) | def is_closing(self) -> bool: ... method wait_closed (line 141) | async def wait_closed(self) -> None: ... method get_extra_info (line 142) | def get_extra_info(self, name: str, default: Any = None) -> Any: ... method drain (line 143) | async def drain(self) -> None: ... method start_tls (line 145) | async def start_tls( method start_tls (line 154) | async def start_tls( method __del__ (line 163) | def __del__(self, warnings: ModuleType = ...) -> None: ... method __del__ (line 165) | def __del__(self) -> None: ... class StreamReader (line 169) | class StreamReader: method __init__ (line 170) | def __init__( method readinto (line 177) | async def readinto(self, buf: bytearray | memoryview) -> int: method exception (line 185) | def exception(self) -> Exception: ... method set_exception (line 186) | def set_exception(self, exc: Exception) -> None: ... method set_transport (line 187) | def set_transport(self, transport: transports.BaseTransport) -> None: ... method feed_eof (line 188) | def feed_eof(self) -> None: ... method at_eof (line 189) | def at_eof(self) -> bool: ... method feed_data (line 190) | def feed_data(self, data: Iterable[SupportsIndex]) -> None: ... method readline (line 191) | async def readline(self) -> bytes: ... method readuntil (line 193) | async def readuntil(self, separator: _ReaduntilBuffer | tuple[_Readunt... method readuntil (line 195) | async def readuntil(self, separator: _ReaduntilBuffer = b"\n") -> byte... method read (line 197) | async def read(self, n: int = -1) -> bytes: ... method readexactly (line 198) | async def readexactly(self, n: int) -> bytes: ... method __aiter__ (line 199) | def __aiter__(self) -> Self: ... method __anext__ (line 200) | async def __anext__(self) -> bytes: ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/tasks.pyi class _SyncAndAsyncIterator (line 92) | class _SyncAndAsyncIterator(Iterator[_T_co], AsyncIterator[_T_co], Proto... function as_completed (line 94) | def as_completed(fs: Iterable[_FutureLike[_T]], *, timeout: float | None... function as_completed (line 97) | def as_completed(fs: Iterable[_FutureLike[_T]], *, timeout: float | None... function as_completed (line 100) | def as_completed( function ensure_future (line 108) | def ensure_future(coro_or_future: _FT, *, loop: AbstractEventLoop | None... function ensure_future (line 110) | def ensure_future(coro_or_future: Awaitable[_T], *, loop: AbstractEventL... function gather (line 120) | def gather(coro_or_future1: _FutureLike[_T1], /, *, return_exceptions: L... function gather (line 122) | def gather( # type: ignore[overload-overlap] function gather (line 130) | def gather( # type: ignore[overload-overlap] function gather (line 139) | def gather( # type: ignore[overload-overlap] function gather (line 149) | def gather( # type: ignore[overload-overlap] function gather (line 160) | def gather( # type: ignore[overload-overlap] function gather (line 172) | def gather(*coros_or_futures: _FutureLike[_T], return_exceptions: Litera... function gather (line 174) | def gather(coro_or_future1: _FutureLike[_T1], /, *, return_exceptions: b... function gather (line 176) | def gather( function gather (line 184) | def gather( function gather (line 193) | def gather( function gather (line 203) | def gather( function gather (line 222) | def gather( function gather (line 243) | def gather(*coros_or_futures: _FutureLike[_T], return_exceptions: bool) ... function gather (line 247) | def gather( # type: ignore[overload-overlap] function gather (line 255) | def gather( # type: ignore[overload-overlap] function gather (line 264) | def gather( # type: ignore[overload-overlap] function gather (line 274) | def gather( # type: ignore[overload-overlap] function gather (line 285) | def gather( # type: ignore[overload-overlap] function gather (line 297) | def gather( # type: ignore[overload-overlap] function gather (line 310) | def gather( # type: ignore[overload-overlap] function gather (line 316) | def gather( # type: ignore[overload-overlap] function gather (line 324) | def gather( # type: ignore[overload-overlap] function gather (line 333) | def gather( # type: ignore[overload-overlap] function gather (line 343) | def gather( # type: ignore[overload-overlap] function gather (line 354) | def gather( # type: ignore[overload-overlap] function gather (line 376) | def gather( function run_coroutine_threadsafe (line 382) | def run_coroutine_threadsafe(coro: _FutureLike[_T], loop: AbstractEventL... function shield (line 385) | def shield(arg: _FutureLike[_T]) -> Future[_T]: ... function sleep (line 387) | async def sleep(delay: float) -> None: ... function sleep (line 389) | async def sleep(delay: float, result: _T) -> _T: ... function wait_for (line 390) | async def wait_for(fut: _FutureLike[_T], timeout: float | None) -> _T: ... function sleep_ms (line 393) | async def sleep_ms(delay: float) -> None: ... function sleep_ms (line 395) | async def sleep_ms(delay: int) -> None: ... function wait_for_ms (line 397) | async def wait_for_ms(aw: _FutureLike[_T], timeout: int) -> _T: ... function shield (line 400) | def shield(arg: _FutureLike[_T], *, loop: AbstractEventLoop | None = Non... function sleep (line 402) | async def sleep(delay: float, *, loop: AbstractEventLoop | None = None) ... function sleep (line 404) | async def sleep(delay: float, result: _T, *, loop: AbstractEventLoop | N... function wait_for (line 405) | async def wait_for(fut: _FutureLike[_T], timeout: float | None, *, loop:... function sleep_ms (line 408) | async def sleep_ms(delay: float) -> None: ... function sleep_ms (line 410) | async def sleep_ms(delay: int) -> None: ... function wait_for_ms (line 412) | async def wait_for_ms(aw: _FutureLike[_T], timeout: int) -> _T: ... function wait (line 416) | async def wait(fs: Iterable[_FT], *, timeout: float | None = None, retur... function wait (line 418) | async def wait( function wait (line 424) | async def wait( # type: ignore[overload-overlap] function wait (line 428) | async def wait( function wait (line 437) | async def wait( # type: ignore[overload-overlap] function wait (line 445) | async def wait( function all_tasks (line 460) | def all_tasks(loop: AbstractEventLoop | None = None) -> set[Task[Any]]: ... function create_task (line 463) | def create_task(coro: _CoroutineLike[_T], *, name: str | None = None, co... function create_task (line 466) | def create_task(coro: _CoroutineLike[_T], *, name: str | None = None) ->... function current_task (line 471) | def current_task(loop: AbstractEventLoop | None = None) -> Task[Any] | N... class _CustomTaskConstructor (line 476) | class _CustomTaskConstructor(Protocol[_TaskT_co]): method __call__ (line 477) | def __call__( class _EagerTaskFactoryType (line 488) | class _EagerTaskFactoryType(Protocol[_TaskT_co]): method __call__ (line 489) | def __call__( function create_eager_task_factory (line 498) | def create_eager_task_factory( function eager_task_factory (line 501) | def eager_task_factory( FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/threads.pyi function to_thread (line 9) | async def to_thread(func: Callable[_P, _R], /, *args: _P.args, **kwargs:... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/timeouts.pyi class Timeout (line 8) | class Timeout: method __init__ (line 9) | def __init__(self, when: float | None) -> None: ... method when (line 10) | def when(self) -> float | None: ... method reschedule (line 11) | def reschedule(self, when: float | None) -> None: ... method expired (line 12) | def expired(self) -> bool: ... method __aenter__ (line 13) | async def __aenter__(self) -> Self: ... method __aexit__ (line 14) | async def __aexit__( function timeout (line 18) | def timeout(delay: float | None) -> Timeout: ... function timeout_at (line 19) | def timeout_at(when: float | None) -> Timeout: ... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/transports.pyi class BaseTransport (line 9) | class BaseTransport: method __init__ (line 10) | def __init__(self, extra: Mapping[str, Any] | None = None) -> None: ... method get_extra_info (line 11) | def get_extra_info(self, name: str, default: Any = None) -> Any: ... method is_closing (line 12) | def is_closing(self) -> bool: ... method close (line 13) | def close(self) -> None: ... method set_protocol (line 14) | def set_protocol(self, protocol: BaseProtocol) -> None: ... method get_protocol (line 15) | def get_protocol(self) -> BaseProtocol: ... class ReadTransport (line 17) | class ReadTransport(BaseTransport): method is_reading (line 18) | def is_reading(self) -> bool: ... method pause_reading (line 19) | def pause_reading(self) -> None: ... method resume_reading (line 20) | def resume_reading(self) -> None: ... class WriteTransport (line 22) | class WriteTransport(BaseTransport): method set_write_buffer_limits (line 23) | def set_write_buffer_limits(self, high: int | None = None, low: int | ... method get_write_buffer_size (line 24) | def get_write_buffer_size(self) -> int: ... method get_write_buffer_limits (line 25) | def get_write_buffer_limits(self) -> tuple[int, int]: ... method write (line 26) | def write(self, data: bytes | bytearray | memoryview) -> None: ... method writelines (line 27) | def writelines(self, list_of_data: Iterable[bytes | bytearray | memory... method write_eof (line 28) | def write_eof(self) -> None: ... method can_write_eof (line 29) | def can_write_eof(self) -> bool: ... method abort (line 30) | def abort(self) -> None: ... class Transport (line 32) | class Transport(ReadTransport, WriteTransport): ... class DatagramTransport (line 34) | class DatagramTransport(BaseTransport): method sendto (line 35) | def sendto(self, data: bytes | bytearray | memoryview, addr: _Address ... method abort (line 36) | def abort(self) -> None: ... class SubprocessTransport (line 38) | class SubprocessTransport(BaseTransport): method get_pid (line 39) | def get_pid(self) -> int: ... method get_returncode (line 40) | def get_returncode(self) -> int | None: ... method get_pipe_transport (line 41) | def get_pipe_transport(self, fd: int) -> BaseTransport | None: ... method send_signal (line 42) | def send_signal(self, signal: int) -> None: ... method terminate (line 43) | def terminate(self) -> None: ... method kill (line 44) | def kill(self) -> None: ... class _FlowControlMixin (line 46) | class _FlowControlMixin(Transport): method __init__ (line 47) | def __init__(self, extra: Mapping[str, Any] | None = None, loop: Abstr... FILE: publish/micropython-stdlib-stubs/stdlib/asyncio/trsock.pyi class TransportSocket (line 16) | class TransportSocket: method __init__ (line 17) | def __init__(self, sock: socket.socket) -> None: ... method family (line 19) | def family(self) -> int: ... method type (line 21) | def type(self) -> int: ... method proto (line 23) | def proto(self) -> int: ... method __getstate__ (line 24) | def __getstate__(self) -> NoReturn: ... method fileno (line 25) | def fileno(self) -> int: ... method dup (line 26) | def dup(self) -> socket.socket: ... method get_inheritable (line 27) | def get_inheritable(self) -> bool: ... method shutdown (line 28) | def shutdown(self, how: int) -> None: ... method getsockopt (line 30) | def getsockopt(self, level: int, optname: int) -> int: ... method getsockopt (line 32) | def getsockopt(self, level: int, optname: int, buflen: int) -> bytes: ... method setsockopt (line 34) | def setsockopt(self, level: int, optname: int, value: int | ReadableBu... method setsockopt (line 36) | def setsockopt(self, level: int, optname: int, value: None, optlen: in... method getpeername (line 37) | def getpeername(self) -> _RetAddress: ... method getsockname (line 38) | def getsockname(self) -> _RetAddress: ... method getsockbyname (line 39) | def getsockbyname(self) -> NoReturn: ... # This method doesn't exist ... method settimeout (line 40) | def settimeout(self, value: float | None) -> None: ... method gettimeout (line 41) | def gettimeout(self) -> float | None: ... method setblocking (line 42) | def setblocking(self, flag: bool) -> None: ... method _na (line 44) | def _na(self, what: str) -> None: ... method accept (line 45) | def accept(self) -> tuple[socket.socket, _RetAddress]: ... method connect (line 46) | def connect(self, address: _Address) -> None: ... method connect_ex (line 47) | def connect_ex(self, address: _Address) -> int: ... method bind (line 48) | def bind(self, address: _Address) -> None: ... method ioctl (line 50) | def ioctl(self, control: int, option: int | tuple[int, int, int] | boo... method ioctl (line 52) | def ioctl(self, control: int, option: int | tuple[int, int, int] | boo... method listen (line 54) | def listen(self, backlog: int = ..., /) -> None: ... method makefile (line 55) | def makefile(self) -> BinaryIO: ... method sendfile (line 56) | def sendfile(self, file: BinaryIO, offset: int = ..., count: int | Non... method close (line 57) | def close(self) -> None: ... method detach (line 58) | def detach(self) -> int: ... method sendmsg_afalg (line 60) | def sendmsg_afalg( method sendmsg_afalg (line 64) | def sendmsg_afalg( method sendmsg (line 68) | def sendmsg( method sendto (line 72) | def sendto(self, data: ReadableBuffer, address: _Address) -> int: ... method sendto (line 74) | def sendto(self, data: ReadableBuffer, flags: int, address: _Address) ... method send (line 75) | def send(self, data: ReadableBuffer, flags: int = ...) -> int: ... method sendall (line 76) | def sendall(self, data: ReadableBuffer, flags: int = ...) -> None: ... method set_inheritable (line 77) | def set_inheritable(self, inheritable: bool) -> None: ... method share (line 79) | def share(self, process_id: int) -> bytes: ... method share (line 81) | def share(self, process_id: int) -> NoReturn: ... method recv_into (line 83) | def recv_into(self, buffer: _WriteBuffer, nbytes: int = ..., flags: in... method recvfrom_into (line 84) | def recvfrom_into(self, buffer: _WriteBuffer, nbytes: int = ..., flags... method recvmsg_into (line 85) | def recvmsg_into( method recvmsg (line 88) | def recvmsg(self, bufsize: int, ancbufsize: int = ..., flags: int = ..... method recvfrom (line 89) | def recvfrom(self, bufsize: int, flags: int = ...) -> tuple[bytes, _Re... method recv (line 90) | def recv(self, bufsize: int, flags: int = ...) -> bytes: ... method __enter__ (line 91) | def __enter__(self) -> socket.socket: ... method __exit__ (line 92) | def __exit__(self, exc_type: Type[BaseException] | None, exc_val: Base... FILE: publish/micropython-stdlib-stubs/stdlib/builtins.pyi class object (line 102) | class object: method __class__ (line 108) | def __class__(self) -> type[Self]: ... method __class__ (line 110) | def __class__(self, type: type[object], /) -> None: ... method __init__ (line 111) | def __init__(self) -> None: ... method __new__ (line 112) | def __new__(cls) -> Self: ... method __setattr__ (line 115) | def __setattr__(self, name: str, value: Any, /) -> None: ... method __delattr__ (line 116) | def __delattr__(self, name: str, /) -> None: ... method __eq__ (line 117) | def __eq__(self, value: object, /) -> bool: ... method __ne__ (line 118) | def __ne__(self, value: object, /) -> bool: ... method __str__ (line 119) | def __str__(self) -> str: ... # noqa: Y029 method __repr__ (line 120) | def __repr__(self) -> str: ... # noqa: Y029 method __hash__ (line 121) | def __hash__(self) -> int: ... method __format__ (line 122) | def __format__(self, format_spec: str, /) -> str: ... method __getattribute__ (line 123) | def __getattribute__(self, name: str, /) -> Any: ... method __sizeof__ (line 124) | def __sizeof__(self) -> int: ... method __reduce__ (line 127) | def __reduce__(self) -> str | tuple[Any, ...]: ... method __reduce_ex__ (line 128) | def __reduce_ex__(self, protocol: SupportsIndex, /) -> str | tuple[Any... method __getstate__ (line 130) | def __getstate__(self) -> object: ... method __dir__ (line 132) | def __dir__(self) -> Iterable[str]: ... method __init_subclass__ (line 133) | def __init_subclass__(cls) -> None: ... method __subclasshook__ (line 135) | def __subclasshook__(cls, subclass: type, /) -> bool: ... class staticmethod (line 137) | class staticmethod(Generic[_P, _R_co]): method __func__ (line 139) | def __func__(self) -> Callable[_P, _R_co]: ... method __isabstractmethod__ (line 141) | def __isabstractmethod__(self) -> bool: ... method __init__ (line 142) | def __init__(self, f: Callable[_P, _R_co], /) -> None: ... method __get__ (line 144) | def __get__(self, instance: None, owner: type, /) -> Callable[_P, _R_c... method __get__ (line 146) | def __get__(self, instance: _T, owner: type[_T] | None = None, /) -> C... method __wrapped__ (line 151) | def __wrapped__(self) -> Callable[_P, _R_co]: ... method __call__ (line 152) | def __call__(self, *args: _P.args, **kwargs: _P.kwargs) -> _R_co: ... class classmethod (line 154) | class classmethod(Generic[_T, _P, _R_co]): method __func__ (line 156) | def __func__(self) -> Callable[Concatenate[type[_T], _P], _R_co]: ... method __isabstractmethod__ (line 158) | def __isabstractmethod__(self) -> bool: ... method __init__ (line 159) | def __init__(self, f: Callable[Concatenate[type[_T], _P], _R_co], /) -... method __get__ (line 161) | def __get__(self, instance: _T, owner: type[_T] | None = None, /) -> C... method __get__ (line 163) | def __get__(self, instance: None, owner: type[_T], /) -> Callable[_P, ... method __wrapped__ (line 168) | def __wrapped__(self) -> Callable[Concatenate[type[_T], _P], _R_co]: ... class type (line 170) | class type: method __base__ (line 173) | def __base__(self) -> type | None: ... method __basicsize__ (line 176) | def __basicsize__(self) -> int: ... method __dict__ (line 178) | def __dict__(self) -> types.MappingProxyType[str, Any]: ... # type: i... method __dictoffset__ (line 180) | def __dictoffset__(self) -> int: ... method __flags__ (line 182) | def __flags__(self) -> int: ... method __itemsize__ (line 184) | def __itemsize__(self) -> int: ... method __mro__ (line 187) | def __mro__(self) -> tuple[type, ...]: ... method __text_signature__ (line 191) | def __text_signature__(self) -> str | None: ... method __weakrefoffset__ (line 193) | def __weakrefoffset__(self) -> int: ... method __init__ (line 195) | def __init__(self, o: object, /) -> None: ... method __init__ (line 197) | def __init__(self, name: str, bases: tuple[type, ...], dict: dict[str,... method __new__ (line 199) | def __new__(cls, o: object, /) -> type: ... method __new__ (line 201) | def __new__( method __call__ (line 204) | def __call__(self, *args: Any, **kwds: Any) -> Any: ... method __subclasses__ (line 205) | def __subclasses__(self: _typeshed.Self) -> list[_typeshed.Self]: ... method mro (line 208) | def mro(self) -> list[type]: ... method __instancecheck__ (line 209) | def __instancecheck__(self, instance: Any, /) -> bool: ... method __subclasscheck__ (line 210) | def __subclasscheck__(self, subclass: type, /) -> bool: ... method __prepare__ (line 212) | def __prepare__(metacls, name: str, bases: tuple[type, ...], /, **kwds... method __or__ (line 214) | def __or__(self, value: Any, /) -> types.UnionType: ... method __ror__ (line 215) | def __ror__(self, value: Any, /) -> types.UnionType: ... class super (line 219) | class super: method __init__ (line 221) | def __init__(self, t: Any, obj: Any, /) -> None: ... method __init__ (line 223) | def __init__(self, t: Any, /) -> None: ... method __init__ (line 225) | def __init__(self) -> None: ... class int (line 231) | class int: method __new__ (line 233) | def __new__(cls, x: ConvertibleToInt = ..., /) -> Self: ... method __new__ (line 235) | def __new__(cls, x: str | bytes | bytearray, /, base: SupportsIndex) -... method as_integer_ratio (line 236) | def as_integer_ratio(self) -> tuple[int, Literal[1]]: ... method real (line 238) | def real(self) -> int: ... method imag (line 240) | def imag(self) -> Literal[0]: ... method numerator (line 242) | def numerator(self) -> int: ... method denominator (line 244) | def denominator(self) -> Literal[1]: ... method conjugate (line 245) | def conjugate(self) -> int: ... method bit_length (line 246) | def bit_length(self) -> int: ... method bit_count (line 248) | def bit_count(self) -> int: ... method to_bytes (line 251) | def to_bytes(self, length: SupportsIndex = 1, byteorder: Literal["litt... method from_bytes (line 253) | def from_bytes( method to_bytes (line 261) | def to_bytes(self, length: SupportsIndex, byteorder: Literal["little",... method from_bytes (line 263) | def from_bytes( method is_integer (line 272) | def is_integer(self) -> Literal[True]: ... method __add__ (line 274) | def __add__(self, value: int, /) -> int: ... method __sub__ (line 275) | def __sub__(self, value: int, /) -> int: ... method __mul__ (line 276) | def __mul__(self, value: int, /) -> int: ... method __floordiv__ (line 277) | def __floordiv__(self, value: int, /) -> int: ... method __truediv__ (line 278) | def __truediv__(self, value: int, /) -> float: ... method __mod__ (line 279) | def __mod__(self, value: int, /) -> int: ... method __divmod__ (line 280) | def __divmod__(self, value: int, /) -> tuple[int, int]: ... method __radd__ (line 281) | def __radd__(self, value: int, /) -> int: ... method __rsub__ (line 282) | def __rsub__(self, value: int, /) -> int: ... method __rmul__ (line 283) | def __rmul__(self, value: int, /) -> int: ... method __rfloordiv__ (line 284) | def __rfloordiv__(self, value: int, /) -> int: ... method __rtruediv__ (line 285) | def __rtruediv__(self, value: int, /) -> float: ... method __rmod__ (line 286) | def __rmod__(self, value: int, /) -> int: ... method __rdivmod__ (line 287) | def __rdivmod__(self, value: int, /) -> tuple[int, int]: ... method __pow__ (line 289) | def __pow__(self, x: Literal[0], /) -> Literal[1]: ... method __pow__ (line 291) | def __pow__(self, value: Literal[0], mod: None, /) -> Literal[1]: ... method __pow__ (line 293) | def __pow__(self, value: _PositiveInteger, mod: None = None, /) -> int... method __pow__ (line 295) | def __pow__(self, value: _NegativeInteger, mod: None = None, /) -> flo... method __pow__ (line 299) | def __pow__(self, value: int, mod: None = None, /) -> Any: ... method __pow__ (line 301) | def __pow__(self, value: int, mod: int, /) -> int: ... method __rpow__ (line 302) | def __rpow__(self, value: int, mod: int | None = None, /) -> Any: ... ... method __and__ (line 303) | def __and__(self, value: int, /) -> int: ... method __or__ (line 304) | def __or__(self, value: int, /) -> int: ... method __xor__ (line 305) | def __xor__(self, value: int, /) -> int: ... method __lshift__ (line 306) | def __lshift__(self, value: int, /) -> int: ... method __rshift__ (line 307) | def __rshift__(self, value: int, /) -> int: ... method __rand__ (line 308) | def __rand__(self, value: int, /) -> int: ... method __ror__ (line 309) | def __ror__(self, value: int, /) -> int: ... method __rxor__ (line 310) | def __rxor__(self, value: int, /) -> int: ... method __rlshift__ (line 311) | def __rlshift__(self, value: int, /) -> int: ... method __rrshift__ (line 312) | def __rrshift__(self, value: int, /) -> int: ... method __neg__ (line 313) | def __neg__(self) -> int: ... method __pos__ (line 314) | def __pos__(self) -> int: ... method __invert__ (line 315) | def __invert__(self) -> int: ... method __trunc__ (line 316) | def __trunc__(self) -> int: ... method __ceil__ (line 317) | def __ceil__(self) -> int: ... method __floor__ (line 318) | def __floor__(self) -> int: ... method __round__ (line 319) | def __round__(self, ndigits: SupportsIndex = ..., /) -> int: ... method __getnewargs__ (line 320) | def __getnewargs__(self) -> tuple[int]: ... method __eq__ (line 321) | def __eq__(self, value: object, /) -> bool: ... method __ne__ (line 322) | def __ne__(self, value: object, /) -> bool: ... method __lt__ (line 323) | def __lt__(self, value: int, /) -> bool: ... method __le__ (line 324) | def __le__(self, value: int, /) -> bool: ... method __gt__ (line 325) | def __gt__(self, value: int, /) -> bool: ... method __ge__ (line 326) | def __ge__(self, value: int, /) -> bool: ... method __float__ (line 327) | def __float__(self) -> float: ... method __int__ (line 328) | def __int__(self) -> int: ... method __abs__ (line 329) | def __abs__(self) -> int: ... method __hash__ (line 330) | def __hash__(self) -> int: ... method __bool__ (line 331) | def __bool__(self) -> bool: ... method __index__ (line 332) | def __index__(self) -> int: ... class float (line 334) | class float: method __new__ (line 335) | def __new__(cls, x: ConvertibleToFloat = ..., /) -> Self: ... method as_integer_ratio (line 336) | def as_integer_ratio(self) -> tuple[int, int]: ... method hex (line 337) | def hex(self) -> str: ... method is_integer (line 338) | def is_integer(self) -> bool: ... method fromhex (line 340) | def fromhex(cls, string: str, /) -> Self: ... method real (line 342) | def real(self) -> float: ... method imag (line 344) | def imag(self) -> float: ... method conjugate (line 345) | def conjugate(self) -> float: ... method __add__ (line 346) | def __add__(self, value: float, /) -> float: ... method __sub__ (line 347) | def __sub__(self, value: float, /) -> float: ... method __mul__ (line 348) | def __mul__(self, value: float, /) -> float: ... method __floordiv__ (line 349) | def __floordiv__(self, value: float, /) -> float: ... method __truediv__ (line 350) | def __truediv__(self, value: float, /) -> float: ... method __mod__ (line 351) | def __mod__(self, value: float, /) -> float: ... method __divmod__ (line 352) | def __divmod__(self, value: float, /) -> tuple[float, float]: ... method __pow__ (line 354) | def __pow__(self, value: int, mod: None = None, /) -> float: ... method __pow__ (line 358) | def __pow__(self, value: float, mod: None = None, /) -> Any: ... method __radd__ (line 359) | def __radd__(self, value: float, /) -> float: ... method __rsub__ (line 360) | def __rsub__(self, value: float, /) -> float: ... method __rmul__ (line 361) | def __rmul__(self, value: float, /) -> float: ... method __rfloordiv__ (line 362) | def __rfloordiv__(self, value: float, /) -> float: ... method __rtruediv__ (line 363) | def __rtruediv__(self, value: float, /) -> float: ... method __rmod__ (line 364) | def __rmod__(self, value: float, /) -> float: ... method __rdivmod__ (line 365) | def __rdivmod__(self, value: float, /) -> tuple[float, float]: ... method __rpow__ (line 367) | def __rpow__(self, value: _PositiveInteger, mod: None = None, /) -> fl... method __rpow__ (line 369) | def __rpow__(self, value: _NegativeInteger, mod: None = None, /) -> co... method __rpow__ (line 372) | def __rpow__(self, value: float, mod: None = None, /) -> Any: ... method __getnewargs__ (line 373) | def __getnewargs__(self) -> tuple[float]: ... method __trunc__ (line 374) | def __trunc__(self) -> int: ... method __ceil__ (line 376) | def __ceil__(self) -> int: ... method __floor__ (line 377) | def __floor__(self) -> int: ... method __round__ (line 380) | def __round__(self, ndigits: None = None, /) -> int: ... method __round__ (line 382) | def __round__(self, ndigits: SupportsIndex, /) -> float: ... method __eq__ (line 383) | def __eq__(self, value: object, /) -> bool: ... method __ne__ (line 384) | def __ne__(self, value: object, /) -> bool: ... method __lt__ (line 385) | def __lt__(self, value: float, /) -> bool: ... method __le__ (line 386) | def __le__(self, value: float, /) -> bool: ... method __gt__ (line 387) | def __gt__(self, value: float, /) -> bool: ... method __ge__ (line 388) | def __ge__(self, value: float, /) -> bool: ... method __neg__ (line 389) | def __neg__(self) -> float: ... method __pos__ (line 390) | def __pos__(self) -> float: ... method __int__ (line 391) | def __int__(self) -> int: ... method __float__ (line 392) | def __float__(self) -> float: ... method __abs__ (line 393) | def __abs__(self) -> float: ... method __hash__ (line 394) | def __hash__(self) -> int: ... method __bool__ (line 395) | def __bool__(self) -> bool: ... class complex (line 397) | class complex: method __new__ (line 400) | def __new__( method __new__ (line 406) | def __new__(cls, real: str | SupportsComplex | SupportsFloat | Support... method real (line 408) | def real(self) -> float: ... method imag (line 410) | def imag(self) -> float: ... method conjugate (line 411) | def conjugate(self) -> complex: ... method __add__ (line 412) | def __add__(self, value: complex, /) -> complex: ... method __sub__ (line 413) | def __sub__(self, value: complex, /) -> complex: ... method __mul__ (line 414) | def __mul__(self, value: complex, /) -> complex: ... method __pow__ (line 415) | def __pow__(self, value: complex, mod: None = None, /) -> complex: ... method __truediv__ (line 416) | def __truediv__(self, value: complex, /) -> complex: ... method __radd__ (line 417) | def __radd__(self, value: complex, /) -> complex: ... method __rsub__ (line 418) | def __rsub__(self, value: complex, /) -> complex: ... method __rmul__ (line 419) | def __rmul__(self, value: complex, /) -> complex: ... method __rpow__ (line 420) | def __rpow__(self, value: complex, mod: None = None, /) -> complex: ... method __rtruediv__ (line 421) | def __rtruediv__(self, value: complex, /) -> complex: ... method __eq__ (line 422) | def __eq__(self, value: object, /) -> bool: ... method __ne__ (line 423) | def __ne__(self, value: object, /) -> bool: ... method __neg__ (line 424) | def __neg__(self) -> complex: ... method __pos__ (line 425) | def __pos__(self) -> complex: ... method __abs__ (line 426) | def __abs__(self) -> float: ... method __hash__ (line 427) | def __hash__(self) -> int: ... method __bool__ (line 428) | def __bool__(self) -> bool: ... method __complex__ (line 430) | def __complex__(self) -> complex: ... class _FormatMapMapping (line 432) | class _FormatMapMapping(Protocol): method __getitem__ (line 433) | def __getitem__(self, key: str, /) -> Any: ... class _TranslateTable (line 435) | class _TranslateTable(Protocol): method __getitem__ (line 436) | def __getitem__(self, key: int, /) -> str | int | None: ... class str (line 438) | class str(Sequence[str]): method __new__ (line 440) | def __new__(cls, object: object = ...) -> Self: ... method __new__ (line 442) | def __new__(cls, object: ReadableBuffer, encoding: str = ..., errors: ... method capitalize (line 444) | def capitalize(self: LiteralString) -> LiteralString: ... method capitalize (line 446) | def capitalize(self) -> str: ... # type: ignore[misc] method casefold (line 448) | def casefold(self: LiteralString) -> LiteralString: ... method casefold (line 450) | def casefold(self) -> str: ... # type: ignore[misc] method center (line 452) | def center(self: LiteralString, width: SupportsIndex, fillchar: Litera... method center (line 454) | def center(self, width: SupportsIndex, fillchar: str = " ", /) -> str:... method count (line 455) | def count(self, sub: str, start: SupportsIndex | None = ..., end: Supp... method encode (line 456) | def encode(self, encoding: str = "utf-8", errors: str = "strict") -> b... method endswith (line 457) | def endswith(self, suffix: str | tuple[str, ...], start: SupportsIndex... method expandtabs (line 459) | def expandtabs(self: LiteralString, tabsize: SupportsIndex = 8) -> Lit... method expandtabs (line 461) | def expandtabs(self, tabsize: SupportsIndex = 8) -> str: ... # type: ... method find (line 462) | def find(self, sub: str, start: SupportsIndex | None = ..., end: Suppo... method format (line 464) | def format(self: LiteralString, *args: LiteralString, **kwargs: Litera... method format (line 466) | def format(self, *args: object, **kwargs: object) -> str: ... method format_map (line 467) | def format_map(self, mapping: _FormatMapMapping, /) -> str: ... method index (line 468) | def index(self, sub: str, start: SupportsIndex | None = ..., end: Supp... method isalnum (line 469) | def isalnum(self) -> bool: ... method isalpha (line 470) | def isalpha(self) -> bool: ... method isascii (line 471) | def isascii(self) -> bool: ... method isdecimal (line 472) | def isdecimal(self) -> bool: ... method isdigit (line 473) | def isdigit(self) -> bool: ... method isidentifier (line 474) | def isidentifier(self) -> bool: ... method islower (line 475) | def islower(self) -> bool: ... method isnumeric (line 476) | def isnumeric(self) -> bool: ... method isprintable (line 477) | def isprintable(self) -> bool: ... method isspace (line 478) | def isspace(self) -> bool: ... method istitle (line 479) | def istitle(self) -> bool: ... method isupper (line 480) | def isupper(self) -> bool: ... method join (line 482) | def join(self: LiteralString, iterable: Iterable[LiteralString], /) ->... method join (line 484) | def join(self, iterable: Iterable[str], /) -> str: ... # type: ignore... method ljust (line 486) | def ljust(self: LiteralString, width: SupportsIndex, fillchar: Literal... method ljust (line 488) | def ljust(self, width: SupportsIndex, fillchar: str = " ", /) -> str: ... method lower (line 490) | def lower(self: LiteralString) -> LiteralString: ... method lower (line 492) | def lower(self) -> str: ... # type: ignore[misc] method lstrip (line 494) | def lstrip(self: LiteralString, chars: LiteralString | None = None, /)... method lstrip (line 496) | def lstrip(self, chars: str | None = None, /) -> str: ... # type: ign... method partition (line 498) | def partition(self: LiteralString, sep: LiteralString, /) -> tuple[Lit... method partition (line 500) | def partition(self, sep: str, /) -> tuple[str, str, str]: ... # type:... method replace (line 503) | def replace(self: LiteralString, old: LiteralString, new: LiteralStrin... method replace (line 505) | def replace(self, old: str, new: str, /, count: SupportsIndex = -1) ->... method replace (line 508) | def replace(self: LiteralString, old: LiteralString, new: LiteralStrin... method replace (line 510) | def replace(self, old: str, new: str, count: SupportsIndex = -1, /) ->... method removeprefix (line 513) | def removeprefix(self: LiteralString, prefix: LiteralString, /) -> Lit... method removeprefix (line 515) | def removeprefix(self, prefix: str, /) -> str: ... # type: ignore[misc] method removesuffix (line 517) | def removesuffix(self: LiteralString, suffix: LiteralString, /) -> Lit... method removesuffix (line 519) | def removesuffix(self, suffix: str, /) -> str: ... # type: ignore[misc] method rfind (line 521) | def rfind(self, sub: str, start: SupportsIndex | None = ..., end: Supp... method rindex (line 522) | def rindex(self, sub: str, start: SupportsIndex | None = ..., end: Sup... method rjust (line 524) | def rjust(self: LiteralString, width: SupportsIndex, fillchar: Literal... method rjust (line 526) | def rjust(self, width: SupportsIndex, fillchar: str = " ", /) -> str: ... method rpartition (line 528) | def rpartition(self: LiteralString, sep: LiteralString, /) -> tuple[Li... method rpartition (line 530) | def rpartition(self, sep: str, /) -> tuple[str, str, str]: ... # type... method rsplit (line 532) | def rsplit(self: LiteralString, sep: LiteralString | None = None, maxs... method rsplit (line 534) | def rsplit(self, sep: str | None = None, maxsplit: SupportsIndex = -1)... method rstrip (line 536) | def rstrip(self: LiteralString, chars: LiteralString | None = None, /)... method rstrip (line 538) | def rstrip(self, chars: str | None = None, /) -> str: ... # type: ign... method split (line 540) | def split(self: LiteralString, sep: LiteralString | None = None, maxsp... method split (line 542) | def split(self, sep: str | None = None, maxsplit: SupportsIndex = -1) ... method splitlines (line 544) | def splitlines(self: LiteralString, keepends: bool = False) -> list[Li... method splitlines (line 546) | def splitlines(self, keepends: bool = False) -> list[str]: ... # type... method startswith (line 547) | def startswith(self, prefix: str | tuple[str, ...], start: SupportsInd... method strip (line 549) | def strip(self: LiteralString, chars: LiteralString | None = None, /) ... method strip (line 551) | def strip(self, chars: str | None = None, /) -> str: ... # type: igno... method swapcase (line 553) | def swapcase(self: LiteralString) -> LiteralString: ... method swapcase (line 555) | def swapcase(self) -> str: ... # type: ignore[misc] method title (line 557) | def title(self: LiteralString) -> LiteralString: ... method title (line 559) | def title(self) -> str: ... # type: ignore[misc] method translate (line 560) | def translate(self, table: _TranslateTable, /) -> str: ... method upper (line 562) | def upper(self: LiteralString) -> LiteralString: ... method upper (line 564) | def upper(self) -> str: ... # type: ignore[misc] method zfill (line 566) | def zfill(self: LiteralString, width: SupportsIndex, /) -> LiteralStri... method zfill (line 568) | def zfill(self, width: SupportsIndex, /) -> str: ... # type: ignore[m... method maketrans (line 571) | def maketrans(x: dict[int, _T] | dict[str, _T] | dict[str | int, _T], ... method maketrans (line 574) | def maketrans(x: str, y: str, /) -> dict[int, int]: ... method maketrans (line 577) | def maketrans(x: str, y: str, z: str, /) -> dict[int, int | None]: ... method __add__ (line 579) | def __add__(self: LiteralString, value: LiteralString, /) -> LiteralSt... method __add__ (line 581) | def __add__(self, value: str, /) -> str: ... # type: ignore[misc] method __contains__ (line 583) | def __contains__(self, key: str, /) -> bool: ... # type: ignore[overr... method __eq__ (line 584) | def __eq__(self, value: object, /) -> bool: ... method __ge__ (line 585) | def __ge__(self, value: str, /) -> bool: ... method __getitem__ (line 587) | def __getitem__(self: LiteralString, key: SupportsIndex | slice, /) ->... method __getitem__ (line 589) | def __getitem__(self, key: SupportsIndex | slice, /) -> str: ... # ty... method __gt__ (line 590) | def __gt__(self, value: str, /) -> bool: ... method __hash__ (line 591) | def __hash__(self) -> int: ... method __iter__ (line 593) | def __iter__(self: LiteralString) -> Iterator[LiteralString]: ... method __iter__ (line 595) | def __iter__(self) -> Iterator[str]: ... # type: ignore[misc] method __le__ (line 596) | def __le__(self, value: str, /) -> bool: ... method __len__ (line 597) | def __len__(self) -> int: ... method __lt__ (line 598) | def __lt__(self, value: str, /) -> bool: ... method __mod__ (line 600) | def __mod__(self: LiteralString, value: LiteralString | tuple[LiteralS... method __mod__ (line 602) | def __mod__(self, value: Any, /) -> str: ... method __mul__ (line 604) | def __mul__(self: LiteralString, value: SupportsIndex, /) -> LiteralSt... method __mul__ (line 606) | def __mul__(self, value: SupportsIndex, /) -> str: ... # type: ignore... method __ne__ (line 607) | def __ne__(self, value: object, /) -> bool: ... method __rmul__ (line 609) | def __rmul__(self: LiteralString, value: SupportsIndex, /) -> LiteralS... method __rmul__ (line 611) | def __rmul__(self, value: SupportsIndex, /) -> str: ... # type: ignor... method __getnewargs__ (line 612) | def __getnewargs__(self) -> tuple[str]: ... class bytes (line 614) | class bytes(Sequence[int]): method __new__ (line 616) | def __new__(cls, o: Iterable[SupportsIndex] | SupportsIndex | Supports... method __new__ (line 618) | def __new__(cls, string: str, /, encoding: str, errors: str = ...) -> ... method __new__ (line 620) | def __new__(cls) -> Self: ... method capitalize (line 621) | def capitalize(self) -> bytes: ... method center (line 622) | def center(self, width: SupportsIndex, fillchar: bytes = b" ", /) -> b... method count (line 623) | def count(self, sub: ReadableBuffer | SupportsIndex, start: SupportsIn... method decode (line 624) | def decode(self, encoding: str = "utf-8", errors: str = "strict") -> s... method endswith (line 625) | def endswith( method expandtabs (line 632) | def expandtabs(self, tabsize: SupportsIndex = 8) -> bytes: ... method find (line 633) | def find(self, sub: ReadableBuffer | SupportsIndex, start: SupportsInd... method hex (line 634) | def hex(self, sep: str | bytes = ..., bytes_per_sep: SupportsIndex = .... method index (line 635) | def index(self, sub: ReadableBuffer | SupportsIndex, start: SupportsIn... method isalnum (line 636) | def isalnum(self) -> bool: ... method isalpha (line 637) | def isalpha(self) -> bool: ... method isascii (line 638) | def isascii(self) -> bool: ... method isdigit (line 639) | def isdigit(self) -> bool: ... method islower (line 640) | def islower(self) -> bool: ... method isspace (line 641) | def isspace(self) -> bool: ... method istitle (line 642) | def istitle(self) -> bool: ... method isupper (line 643) | def isupper(self) -> bool: ... method join (line 644) | def join(self, iterable_of_bytes: Iterable[ReadableBuffer], /) -> byte... method ljust (line 645) | def ljust(self, width: SupportsIndex, fillchar: bytes | bytearray = b"... method lower (line 646) | def lower(self) -> bytes: ... method lstrip (line 647) | def lstrip(self, bytes: ReadableBuffer | None = None, /) -> bytes: ...... method partition (line 648) | def partition(self, sep: ReadableBuffer, /) -> tuple[bytes, bytes, byt... method replace (line 649) | def replace(self, old: ReadableBuffer, new: ReadableBuffer, count: Sup... method removeprefix (line 651) | def removeprefix(self, prefix: ReadableBuffer, /) -> bytes: ... method removesuffix (line 652) | def removesuffix(self, suffix: ReadableBuffer, /) -> bytes: ... method rfind (line 654) | def rfind(self, sub: ReadableBuffer | SupportsIndex, start: SupportsIn... method rindex (line 655) | def rindex(self, sub: ReadableBuffer | SupportsIndex, start: SupportsI... method rjust (line 656) | def rjust(self, width: SupportsIndex, fillchar: bytes | bytearray = b"... method rpartition (line 657) | def rpartition(self, sep: ReadableBuffer, /) -> tuple[bytes, bytes, by... method rsplit (line 658) | def rsplit(self, sep: ReadableBuffer | None = None, maxsplit: Supports... method rstrip (line 659) | def rstrip(self, bytes: ReadableBuffer | None = None, /) -> bytes: ...... method split (line 660) | def split(self, sep: ReadableBuffer | None = None, maxsplit: SupportsI... method splitlines (line 661) | def splitlines(self, keepends: bool = False) -> list[bytes]: ... # ty... method startswith (line 662) | def startswith( method strip (line 669) | def strip(self, bytes: ReadableBuffer | None = None, /) -> bytes: ... ... method swapcase (line 670) | def swapcase(self) -> bytes: ... method title (line 671) | def title(self) -> bytes: ... method translate (line 672) | def translate(self, table: ReadableBuffer | None, /, delete: bytes = b... method upper (line 673) | def upper(self) -> bytes: ... method zfill (line 674) | def zfill(self, width: SupportsIndex, /) -> bytes: ... method fromhex (line 676) | def fromhex(cls, string: str, /) -> Self: ... method maketrans (line 678) | def maketrans(frm: ReadableBuffer, to: ReadableBuffer, /) -> bytes: ... method __len__ (line 679) | def __len__(self) -> int: ... method __iter__ (line 680) | def __iter__(self) -> Iterator[int]: ... method __hash__ (line 681) | def __hash__(self) -> int: ... method __getitem__ (line 683) | def __getitem__(self, key: SupportsIndex, /) -> int: ... method __getitem__ (line 685) | def __getitem__(self, key: slice, /) -> bytes: ... method __add__ (line 686) | def __add__(self, value: ReadableBuffer, /) -> bytes: ... method __mul__ (line 687) | def __mul__(self, value: SupportsIndex, /) -> bytes: ... method __rmul__ (line 688) | def __rmul__(self, value: SupportsIndex, /) -> bytes: ... method __mod__ (line 689) | def __mod__(self, value: Any, /) -> bytes: ... method __contains__ (line 691) | def __contains__(self, key: SupportsIndex | ReadableBuffer, /) -> bool... method __eq__ (line 692) | def __eq__(self, value: object, /) -> bool: ... method __ne__ (line 693) | def __ne__(self, value: object, /) -> bool: ... method __lt__ (line 694) | def __lt__(self, value: bytes, /) -> bool: ... method __le__ (line 695) | def __le__(self, value: bytes, /) -> bool: ... method __gt__ (line 696) | def __gt__(self, value: bytes, /) -> bool: ... method __ge__ (line 697) | def __ge__(self, value: bytes, /) -> bool: ... method __getnewargs__ (line 698) | def __getnewargs__(self) -> tuple[bytes]: ... method __bytes__ (line 700) | def __bytes__(self) -> bytes: ... method __buffer__ (line 702) | def __buffer__(self, flags: int, /) -> memoryview: ... class bytearray (line 704) | class bytearray(MutableSequence[int]): method __init__ (line 706) | def __init__(self) -> None: ... method __init__ (line 708) | def __init__(self, ints: Iterable[SupportsIndex] | SupportsIndex | Rea... method __init__ (line 710) | def __init__(self, string: str, /, encoding: str, errors: str = ...) -... method append (line 711) | def append(self, item: SupportsIndex, /) -> None: ... method capitalize (line 712) | def capitalize(self) -> bytearray: ... method center (line 713) | def center(self, width: SupportsIndex, fillchar: bytes = b" ", /) -> b... method count (line 714) | def count(self, sub: ReadableBuffer | SupportsIndex, start: SupportsIn... method copy (line 715) | def copy(self) -> bytearray: ... method decode (line 716) | def decode(self, encoding: str = "utf-8", errors: str = "strict") -> s... method endswith (line 717) | def endswith( method expandtabs (line 724) | def expandtabs(self, tabsize: SupportsIndex = 8) -> bytearray: ... method extend (line 725) | def extend(self, iterable_of_ints: Iterable[SupportsIndex], /) -> None... method find (line 726) | def find(self, sub: ReadableBuffer | SupportsIndex, start: SupportsInd... method hex (line 727) | def hex(self, sep: str | bytes = ..., bytes_per_sep: SupportsIndex = .... method index (line 728) | def index(self, sub: ReadableBuffer | SupportsIndex, start: SupportsIn... method insert (line 729) | def insert(self, index: SupportsIndex, item: SupportsIndex, /) -> None... method isalnum (line 730) | def isalnum(self) -> bool: ... method isalpha (line 731) | def isalpha(self) -> bool: ... method isascii (line 732) | def isascii(self) -> bool: ... method isdigit (line 733) | def isdigit(self) -> bool: ... method islower (line 734) | def islower(self) -> bool: ... method isspace (line 735) | def isspace(self) -> bool: ... method istitle (line 736) | def istitle(self) -> bool: ... method isupper (line 737) | def isupper(self) -> bool: ... method join (line 738) | def join(self, iterable_of_bytes: Iterable[ReadableBuffer], /) -> byte... method ljust (line 739) | def ljust(self, width: SupportsIndex, fillchar: bytes | bytearray = b"... method lower (line 740) | def lower(self) -> bytearray: ... method lstrip (line 741) | def lstrip(self, bytes: ReadableBuffer | None = None, /) -> bytearray:... method partition (line 742) | def partition(self, sep: ReadableBuffer, /) -> tuple[bytearray, bytear... method pop (line 743) | def pop(self, index: int = -1, /) -> int: ... # type: ignore method remove (line 744) | def remove(self, value: int, /) -> None: ... method removeprefix (line 746) | def removeprefix(self, prefix: ReadableBuffer, /) -> bytearray: ... method removesuffix (line 747) | def removesuffix(self, suffix: ReadableBuffer, /) -> bytearray: ... method replace (line 749) | def replace(self, old: ReadableBuffer, new: ReadableBuffer, count: Sup... method rfind (line 750) | def rfind(self, sub: ReadableBuffer | SupportsIndex, start: SupportsIn... method rindex (line 751) | def rindex(self, sub: ReadableBuffer | SupportsIndex, start: SupportsI... method rjust (line 752) | def rjust(self, width: SupportsIndex, fillchar: bytes | bytearray = b"... method rpartition (line 753) | def rpartition(self, sep: ReadableBuffer, /) -> tuple[bytearray, bytea... method rsplit (line 754) | def rsplit(self, sep: ReadableBuffer | None = None, maxsplit: Supports... method rstrip (line 755) | def rstrip(self, bytes: ReadableBuffer | None = None, /) -> bytearray:... method split (line 756) | def split(self, sep: ReadableBuffer | None = None, maxsplit: SupportsI... method splitlines (line 757) | def splitlines(self, keepends: bool = False) -> list[bytearray]: ... ... method startswith (line 758) | def startswith( method strip (line 765) | def strip(self, bytes: ReadableBuffer | None = None, /) -> bytearray: ... method swapcase (line 766) | def swapcase(self) -> bytearray: ... method title (line 767) | def title(self) -> bytearray: ... method translate (line 768) | def translate(self, table: ReadableBuffer | None, /, delete: bytes = b... method upper (line 769) | def upper(self) -> bytearray: ... method zfill (line 770) | def zfill(self, width: SupportsIndex, /) -> bytearray: ... method fromhex (line 772) | def fromhex(cls, string: str, /) -> Self: ... method maketrans (line 774) | def maketrans(frm: ReadableBuffer, to: ReadableBuffer, /) -> bytes: ... method __len__ (line 775) | def __len__(self) -> int: ... method __iter__ (line 776) | def __iter__(self) -> Iterator[int]: ... method __getitem__ (line 779) | def __getitem__(self, key: SupportsIndex, /) -> int: ... method __getitem__ (line 781) | def __getitem__(self, key: slice, /) -> bytearray: ... method __setitem__ (line 783) | def __setitem__(self, key: SupportsIndex, value: SupportsIndex, /) -> ... method __setitem__ (line 785) | def __setitem__(self, key: slice, value: Iterable[SupportsIndex] | byt... method __delitem__ (line 786) | def __delitem__(self, key: SupportsIndex | slice, /) -> None: ... method __add__ (line 787) | def __add__(self, value: ReadableBuffer, /) -> bytearray: ... method __iadd__ (line 789) | def __iadd__(self, value: ReadableBuffer, /) -> Self: ... # type: ign... method __mul__ (line 790) | def __mul__(self, value: SupportsIndex, /) -> bytearray: ... method __rmul__ (line 791) | def __rmul__(self, value: SupportsIndex, /) -> bytearray: ... method __imul__ (line 792) | def __imul__(self, value: SupportsIndex, /) -> Self: ... method __mod__ (line 793) | def __mod__(self, value: Any, /) -> bytes: ... method __contains__ (line 795) | def __contains__(self, key: SupportsIndex | ReadableBuffer, /) -> bool... method __eq__ (line 796) | def __eq__(self, value: object, /) -> bool: ... method __ne__ (line 797) | def __ne__(self, value: object, /) -> bool: ... method __lt__ (line 798) | def __lt__(self, value: ReadableBuffer, /) -> bool: ... method __le__ (line 799) | def __le__(self, value: ReadableBuffer, /) -> bool: ... method __gt__ (line 800) | def __gt__(self, value: ReadableBuffer, /) -> bool: ... method __ge__ (line 801) | def __ge__(self, value: ReadableBuffer, /) -> bool: ... method __alloc__ (line 802) | def __alloc__(self) -> int: ... method __buffer__ (line 803) | def __buffer__(self, flags: int, /) -> memoryview: ... method __release_buffer__ (line 804) | def __release_buffer__(self, buffer: memoryview, /) -> None: ... class memoryview (line 811) | class memoryview(Sequence[_I]): method format (line 813) | def format(self) -> str: ... method itemsize (line 815) | def itemsize(self) -> int: ... method shape (line 817) | def shape(self) -> tuple[int, ...] | None: ... method strides (line 819) | def strides(self) -> tuple[int, ...] | None: ... method suboffsets (line 821) | def suboffsets(self) -> tuple[int, ...] | None: ... method readonly (line 823) | def readonly(self) -> bool: ... method ndim (line 825) | def ndim(self) -> int: ... method obj (line 827) | def obj(self) -> ReadableBuffer: ... method c_contiguous (line 829) | def c_contiguous(self) -> bool: ... method f_contiguous (line 831) | def f_contiguous(self) -> bool: ... method contiguous (line 833) | def contiguous(self) -> bool: ... method nbytes (line 835) | def nbytes(self) -> int: ... method __new__ (line 836) | def __new__(cls, obj: ReadableBuffer) -> Self: ... method __enter__ (line 837) | def __enter__(self) -> Self: ... method __exit__ (line 838) | def __exit__(self, exc_type: type[BaseException] | None, exc_val: Base... method cast (line 840) | def cast(self, format: Literal["c", "@c"], shape: list[int] | tuple[in... method cast (line 842) | def cast(self, format: Literal["f", "@f", "d", "@d"], shape: list[int]... method cast (line 844) | def cast(self, format: Literal["?"], shape: list[int] | tuple[int, ...... method cast (line 846) | def cast(self, format: _IntegerFormats, shape: list[int] | tuple[int, ... method __getitem__ (line 848) | def __getitem__(self, key: SupportsIndex | tuple[SupportsIndex, ...], ... method __getitem__ (line 850) | def __getitem__(self, key: slice, /) -> memoryview[_I]: ... method __contains__ (line 851) | def __contains__(self, x: object, /) -> bool: ... method __iter__ (line 852) | def __iter__(self) -> Iterator[_I]: ... method __len__ (line 853) | def __len__(self) -> int: ... method __eq__ (line 854) | def __eq__(self, value: object, /) -> bool: ... method __hash__ (line 855) | def __hash__(self) -> int: ... method __setitem__ (line 857) | def __setitem__(self, key: slice, value: ReadableBuffer, /) -> None: ... method __setitem__ (line 859) | def __setitem__(self, key: SupportsIndex | tuple[SupportsIndex, ...], ... method tobytes (line 861) | def tobytes(self, order: Literal["C", "F", "A"] | None = "C") -> bytes... method tobytes (line 863) | def tobytes(self, order: Literal["C", "F", "A"] | None = None) -> byte... method tolist (line 865) | def tolist(self) -> list[int]: ... method toreadonly (line 866) | def toreadonly(self) -> memoryview: ... method release (line 867) | def release(self) -> None: ... method hex (line 868) | def hex(self, sep: str | bytes = ..., bytes_per_sep: SupportsIndex = .... method __buffer__ (line 869) | def __buffer__(self, flags: int, /) -> memoryview: ... method __release_buffer__ (line 870) | def __release_buffer__(self, buffer: memoryview, /) -> None: ... class bool (line 878) | class bool(int): method __new__ (line 879) | def __new__(cls, o: object = ..., /) -> Self: ... method __and__ (line 883) | def __and__(self, value: bool, /) -> bool: ... method __and__ (line 885) | def __and__(self, value: int, /) -> int: ... method __or__ (line 887) | def __or__(self, value: bool, /) -> bool: ... method __or__ (line 889) | def __or__(self, value: int, /) -> int: ... method __xor__ (line 891) | def __xor__(self, value: bool, /) -> bool: ... method __xor__ (line 893) | def __xor__(self, value: int, /) -> int: ... method __rand__ (line 895) | def __rand__(self, value: bool, /) -> bool: ... method __rand__ (line 897) | def __rand__(self, value: int, /) -> int: ... method __ror__ (line 899) | def __ror__(self, value: bool, /) -> bool: ... method __ror__ (line 901) | def __ror__(self, value: int, /) -> int: ... method __rxor__ (line 903) | def __rxor__(self, value: bool, /) -> bool: ... method __rxor__ (line 905) | def __rxor__(self, value: int, /) -> int: ... method __getnewargs__ (line 906) | def __getnewargs__(self) -> tuple[int]: ... method __invert__ (line 908) | def __invert__(self) -> int: ... class slice (line 911) | class slice(Generic[_StartT, _StopT, _StepT]): method start (line 913) | def start(self) -> _StartT: ... method step (line 915) | def step(self) -> _StepT: ... method stop (line 917) | def stop(self) -> _StopT: ... method __new__ (line 919) | def __new__(cls, stop: int | None, /) -> slice[int | MaybeNone, int | ... method __new__ (line 921) | def __new__( method __new__ (line 925) | def __new__(cls, stop: _T2, /) -> slice[Any, _T2, Any]: ... method __new__ (line 927) | def __new__(cls, start: _T1, stop: _T2, /) -> slice[_T1, _T2, Any]: ... method __new__ (line 929) | def __new__(cls, start: _T1, stop: _T2, step: _T3, /) -> slice[_T1, _T... method __eq__ (line 930) | def __eq__(self, value: object, /) -> bool: ... method __hash__ (line 932) | def __hash__(self) -> int: ... method indices (line 936) | def indices(self, len: SupportsIndex, /) -> tuple[int, int, int]: ... class tuple (line 938) | class tuple(Sequence[_T_co]): method __new__ (line 939) | def __new__(cls, iterable: Iterable[_T_co] = ..., /) -> Self: ... method __len__ (line 940) | def __len__(self) -> int: ... method __contains__ (line 941) | def __contains__(self, key: object, /) -> bool: ... method __getitem__ (line 943) | def __getitem__(self, key: SupportsIndex, /) -> _T_co: ... method __getitem__ (line 945) | def __getitem__(self, key: slice, /) -> tuple[_T_co, ...]: ... method __iter__ (line 946) | def __iter__(self) -> Iterator[_T_co]: ... method __lt__ (line 947) | def __lt__(self, value: tuple[_T_co, ...], /) -> bool: ... method __le__ (line 948) | def __le__(self, value: tuple[_T_co, ...], /) -> bool: ... method __gt__ (line 949) | def __gt__(self, value: tuple[_T_co, ...], /) -> bool: ... method __ge__ (line 950) | def __ge__(self, value: tuple[_T_co, ...], /) -> bool: ... method __eq__ (line 951) | def __eq__(self, value: object, /) -> bool: ... method __hash__ (line 952) | def __hash__(self) -> int: ... method __add__ (line 954) | def __add__(self, value: tuple[_T_co, ...], /) -> tuple[_T_co, ...]: ... method __add__ (line 956) | def __add__(self, value: tuple[_T, ...], /) -> tuple[_T_co | _T, ...]:... method __mul__ (line 957) | def __mul__(self, value: SupportsIndex, /) -> tuple[_T_co, ...]: ... method __rmul__ (line 958) | def __rmul__(self, value: SupportsIndex, /) -> tuple[_T_co, ...]: ... method count (line 959) | def count(self, value: Any, /) -> int: ... method index (line 960) | def index(self, value: Any, start: SupportsIndex = 0, stop: SupportsIn... method __class_getitem__ (line 962) | def __class_getitem__(cls, item: Any, /) -> GenericAlias: ... class function (line 969) | class function: method __closure__ (line 972) | def __closure__(self) -> tuple[CellType, ...] | None: ... method __globals__ (line 977) | def __globals__(self) -> dict[str, Any]: ... method __builtins__ (line 984) | def __builtins__(self) -> dict[str, Any]: ... method __get__ (line 990) | def __get__(self, instance: object, owner: type | None = None, /) -> A... class list (line 992) | class list(MutableSequence[_T]): method __init__ (line 994) | def __init__(self) -> None: ... method __init__ (line 996) | def __init__(self, iterable: Iterable[_T], /) -> None: ... method copy (line 997) | def copy(self) -> list[_T]: ... method append (line 998) | def append(self, object: _T, /) -> None: ... method extend (line 999) | def extend(self, iterable: Iterable[_T], /) -> None: ... method pop (line 1000) | def pop(self, index: SupportsIndex = -1, /) -> _T: ... method index (line 1003) | def index(self, value: _T, start: SupportsIndex = 0, stop: SupportsInd... method count (line 1004) | def count(self, value: _T, /) -> int: ... method insert (line 1005) | def insert(self, index: SupportsIndex, object: _T, /) -> None: ... method remove (line 1006) | def remove(self, value: _T, /) -> None: ... method sort (line 1013) | def sort(self: list[SupportsRichComparisonT], *, key: None = None, rev... method sort (line 1015) | def sort(self, *, key: Callable[[_T], SupportsRichComparison], reverse... method __len__ (line 1016) | def __len__(self) -> int: ... method __iter__ (line 1017) | def __iter__(self) -> Iterator[_T]: ... method __getitem__ (line 1020) | def __getitem__(self, i: SupportsIndex, /) -> _T: ... method __getitem__ (line 1022) | def __getitem__(self, s: slice, /) -> list[_T]: ... method __setitem__ (line 1024) | def __setitem__(self, key: SupportsIndex, value: _T, /) -> None: ... method __setitem__ (line 1026) | def __setitem__(self, key: slice, value: Iterable[_T], /) -> None: ... method __delitem__ (line 1027) | def __delitem__(self, key: SupportsIndex | slice, /) -> None: ... method __add__ (line 1030) | def __add__(self, value: list[_T], /) -> list[_T]: ... method __add__ (line 1032) | def __add__(self, value: list[_S], /) -> list[_S | _T]: ... method __iadd__ (line 1033) | def __iadd__(self, value: Iterable[_T], /) -> Self: ... # type: ignor... method __mul__ (line 1034) | def __mul__(self, value: SupportsIndex, /) -> list[_T]: ... method __rmul__ (line 1035) | def __rmul__(self, value: SupportsIndex, /) -> list[_T]: ... method __imul__ (line 1036) | def __imul__(self, value: SupportsIndex, /) -> Self: ... method __contains__ (line 1037) | def __contains__(self, key: object, /) -> bool: ... method __reversed__ (line 1038) | def __reversed__(self) -> Iterator[_T]: ... method __gt__ (line 1039) | def __gt__(self, value: list[_T], /) -> bool: ... method __ge__ (line 1040) | def __ge__(self, value: list[_T], /) -> bool: ... method __lt__ (line 1041) | def __lt__(self, value: list[_T], /) -> bool: ... method __le__ (line 1042) | def __le__(self, value: list[_T], /) -> bool: ... method __eq__ (line 1043) | def __eq__(self, value: object, /) -> bool: ... method __class_getitem__ (line 1045) | def __class_getitem__(cls, item: Any, /) -> GenericAlias: ... class dict (line 1047) | class dict(MutableMapping[_KT, _VT]): method __init__ (line 1051) | def __init__(self) -> None: ... method __init__ (line 1053) | def __init__(self: dict[str, _VT], **kwargs: _VT) -> None: ... # pyri... method __init__ (line 1055) | def __init__(self, map: SupportsKeysAndGetItem[_KT, _VT], /) -> None: ... method __init__ (line 1057) | def __init__( method __init__ (line 1064) | def __init__(self, iterable: Iterable[tuple[_KT, _VT]], /) -> None: ... method __init__ (line 1066) | def __init__( method __init__ (line 1075) | def __init__(self: dict[str, str], iterable: Iterable[list[str]], /) -... method __init__ (line 1077) | def __init__(self: dict[bytes, bytes], iterable: Iterable[list[bytes]]... method __new__ (line 1078) | def __new__(cls, *args: Any, **kwargs: Any) -> Self: ... method copy (line 1079) | def copy(self) -> dict[_KT, _VT]: ... method keys (line 1080) | def keys(self) -> dict_keys[_KT, _VT]: ... method values (line 1081) | def values(self) -> dict_values[_KT, _VT]: ... method items (line 1082) | def items(self) -> dict_items[_KT, _VT]: ... method fromkeys (line 1089) | def fromkeys(cls, iterable: Iterable[_T], value: None = None, /) -> di... method fromkeys (line 1092) | def fromkeys(cls, iterable: Iterable[_T], value: _S, /) -> dict[_T, _S... method get (line 1095) | def get(self, key: _KT, /) -> _VT | None: ... method get (line 1097) | def get(self, key: _KT, default: _VT, /) -> _VT: ... method get (line 1099) | def get(self, key: _KT, default: _T, /) -> _VT | _T: ... method pop (line 1101) | def pop(self, key: _KT, /) -> _VT: ... method pop (line 1103) | def pop(self, key: _KT, default: _VT, /) -> _VT: ... method pop (line 1105) | def pop(self, key: _KT, default: _T, /) -> _VT | _T: ... method __len__ (line 1106) | def __len__(self) -> int: ... method __getitem__ (line 1107) | def __getitem__(self, key: _KT, /) -> _VT: ... method __setitem__ (line 1108) | def __setitem__(self, key: _KT, value: _VT, /) -> None: ... method __delitem__ (line 1109) | def __delitem__(self, key: _KT, /) -> None: ... method __iter__ (line 1110) | def __iter__(self) -> Iterator[_KT]: ... method __eq__ (line 1111) | def __eq__(self, value: object, /) -> bool: ... method __reversed__ (line 1112) | def __reversed__(self) -> Iterator[_KT]: ... method __class_getitem__ (line 1115) | def __class_getitem__(cls, item: Any, /) -> GenericAlias: ... method __or__ (line 1117) | def __or__(self, value: dict[_KT, _VT], /) -> dict[_KT, _VT]: ... method __or__ (line 1119) | def __or__(self, value: dict[_T1, _T2], /) -> dict[_KT | _T1, _VT | _T... method __ror__ (line 1121) | def __ror__(self, value: dict[_KT, _VT], /) -> dict[_KT, _VT]: ... method __ror__ (line 1123) | def __ror__(self, value: dict[_T1, _T2], /) -> dict[_KT | _T1, _VT | _... method __ior__ (line 1126) | def __ior__(self, value: SupportsKeysAndGetItem[_KT, _VT], /) -> Self:... method __ior__ (line 1128) | def __ior__(self, value: Iterable[tuple[_KT, _VT]], /) -> Self: ... class set (line 1130) | class set(MutableSet[_T]): method __init__ (line 1132) | def __init__(self) -> None: ... method __init__ (line 1134) | def __init__(self, iterable: Iterable[_T], /) -> None: ... method add (line 1135) | def add(self, element: _T, /) -> None: ... method copy (line 1136) | def copy(self) -> set[_T]: ... method difference (line 1137) | def difference(self, *s: Iterable[Any]) -> set[_T]: ... method difference_update (line 1138) | def difference_update(self, *s: Iterable[Any]) -> None: ... method discard (line 1139) | def discard(self, element: _T, /) -> None: ... method intersection (line 1140) | def intersection(self, *s: Iterable[Any]) -> set[_T]: ... method intersection_update (line 1141) | def intersection_update(self, *s: Iterable[Any]) -> None: ... method isdisjoint (line 1142) | def isdisjoint(self, s: Iterable[Any], /) -> bool: ... method issubset (line 1143) | def issubset(self, s: Iterable[Any], /) -> bool: ... method issuperset (line 1144) | def issuperset(self, s: Iterable[Any], /) -> bool: ... method remove (line 1145) | def remove(self, element: _T, /) -> None: ... method symmetric_difference (line 1146) | def symmetric_difference(self, s: Iterable[_T], /) -> set[_T]: ... method symmetric_difference_update (line 1147) | def symmetric_difference_update(self, s: Iterable[_T], /) -> None: ... method union (line 1148) | def union(self, *s: Iterable[_S]) -> set[_T | _S]: ... method update (line 1149) | def update(self, *s: Iterable[_T]) -> None: ... method __len__ (line 1150) | def __len__(self) -> int: ... method __contains__ (line 1151) | def __contains__(self, o: object, /) -> bool: ... method __iter__ (line 1152) | def __iter__(self) -> Iterator[_T]: ... method __and__ (line 1153) | def __and__(self, value: AbstractSet[object], /) -> set[_T]: ... method __iand__ (line 1154) | def __iand__(self, value: AbstractSet[object], /) -> Self: ... method __or__ (line 1155) | def __or__(self, value: AbstractSet[_S], /) -> set[_T | _S]: ... method __ior__ (line 1156) | def __ior__(self, value: AbstractSet[_T], /) -> Self: ... # type: ign... method __sub__ (line 1157) | def __sub__(self, value: AbstractSet[_T | None], /) -> set[_T]: ... method __isub__ (line 1158) | def __isub__(self, value: AbstractSet[object], /) -> Self: ... method __xor__ (line 1159) | def __xor__(self, value: AbstractSet[_S], /) -> set[_T | _S]: ... method __ixor__ (line 1160) | def __ixor__(self, value: AbstractSet[_T], /) -> Self: ... # type: ig... method __le__ (line 1161) | def __le__(self, value: AbstractSet[object], /) -> bool: ... method __lt__ (line 1162) | def __lt__(self, value: AbstractSet[object], /) -> bool: ... method __ge__ (line 1163) | def __ge__(self, value: AbstractSet[object], /) -> bool: ... method __gt__ (line 1164) | def __gt__(self, value: AbstractSet[object], /) -> bool: ... method __eq__ (line 1165) | def __eq__(self, value: object, /) -> bool: ... method __class_getitem__ (line 1168) | def __class_getitem__(cls, item: Any, /) -> GenericAlias: ... class frozenset (line 1170) | class frozenset(AbstractSet[_T_co]): method __new__ (line 1172) | def __new__(cls) -> Self: ... method __new__ (line 1174) | def __new__(cls, iterable: Iterable[_T_co], /) -> Self: ... method copy (line 1175) | def copy(self) -> frozenset[_T_co]: ... method difference (line 1176) | def difference(self, *s: Iterable[object]) -> frozenset[_T_co]: ... method intersection (line 1177) | def intersection(self, *s: Iterable[object]) -> frozenset[_T_co]: ... method isdisjoint (line 1178) | def isdisjoint(self, s: Iterable[_T_co], /) -> bool: ... method issubset (line 1179) | def issubset(self, s: Iterable[object], /) -> bool: ... method issuperset (line 1180) | def issuperset(self, s: Iterable[object], /) -> bool: ... method symmetric_difference (line 1181) | def symmetric_difference(self, s: Iterable[_T_co], /) -> frozenset[_T_... method union (line 1182) | def union(self, *s: Iterable[_S]) -> frozenset[_T_co | _S]: ... method __len__ (line 1183) | def __len__(self) -> int: ... method __contains__ (line 1184) | def __contains__(self, o: object, /) -> bool: ... method __iter__ (line 1185) | def __iter__(self) -> Iterator[_T_co]: ... method __and__ (line 1186) | def __and__(self, value: AbstractSet[_T_co], /) -> frozenset[_T_co]: ... method __or__ (line 1187) | def __or__(self, value: AbstractSet[_S], /) -> frozenset[_T_co | _S]: ... method __sub__ (line 1188) | def __sub__(self, value: AbstractSet[_T_co], /) -> frozenset[_T_co]: ... method __xor__ (line 1189) | def __xor__(self, value: AbstractSet[_S], /) -> frozenset[_T_co | _S]:... method __le__ (line 1190) | def __le__(self, value: AbstractSet[object], /) -> bool: ... method __lt__ (line 1191) | def __lt__(self, value: AbstractSet[object], /) -> bool: ... method __ge__ (line 1192) | def __ge__(self, value: AbstractSet[object], /) -> bool: ... method __gt__ (line 1193) | def __gt__(self, value: AbstractSet[object], /) -> bool: ... method __eq__ (line 1194) | def __eq__(self, value: object, /) -> bool: ... method __hash__ (line 1195) | def __hash__(self) -> int: ... method __class_getitem__ (line 1197) | def __class_getitem__(cls, item: Any, /) -> GenericAlias: ... class enumerate (line 1199) | class enumerate(Generic[_T]): method __new__ (line 1200) | def __new__(cls, iterable: Iterable[_T], start: int = 0) -> Self: ... ... method __iter__ (line 1201) | def __iter__(self) -> Self: ... method __next__ (line 1202) | def __next__(self) -> tuple[int, _T]: ... method __class_getitem__ (line 1204) | def __class_getitem__(cls, item: Any, /) -> GenericAlias: ... class range (line 1207) | class range(Sequence[int]): method start (line 1209) | def start(self) -> int: ... method stop (line 1211) | def stop(self) -> int: ... method step (line 1213) | def step(self) -> int: ... method __new__ (line 1215) | def __new__(cls, stop: SupportsIndex, /) -> Self: ... method __new__ (line 1217) | def __new__(cls, start: SupportsIndex, stop: SupportsIndex, step: Supp... method count (line 1218) | def count(self, value: int, /) -> int: ... method index (line 1219) | def index(self, value: int, /) -> int: ... # type: ignore[override] method __len__ (line 1220) | def __len__(self) -> int: ... method __eq__ (line 1221) | def __eq__(self, value: object, /) -> bool: ... method __hash__ (line 1222) | def __hash__(self) -> int: ... method __contains__ (line 1223) | def __contains__(self, key: object, /) -> bool: ... method __iter__ (line 1224) | def __iter__(self) -> Iterator[int]: ... method __getitem__ (line 1226) | def __getitem__(self, key: SupportsIndex, /) -> int: ... method __getitem__ (line 1228) | def __getitem__(self, key: slice, /) -> range: ... method __reversed__ (line 1229) | def __reversed__(self) -> Iterator[int]: ... class property (line 1231) | class property: method __init__ (line 1239) | def __init__( method getter (line 1246) | def getter(self, fget: Callable[[Any], Any], /) -> property: ... method setter (line 1247) | def setter(self, fset: Callable[[Any, Any], None], /) -> property: ... method deleter (line 1248) | def deleter(self, fdel: Callable[[Any], None], /) -> property: ... method __get__ (line 1249) | def __get__(self, instance: Any, owner: type | None = None, /) -> Any:... method __set__ (line 1250) | def __set__(self, instance: Any, value: Any, /) -> None: ... method __delete__ (line 1251) | def __delete__(self, instance: Any, /) -> None: ... class _NotImplementedType (line 1254) | class _NotImplementedType(Any): function abs (line 1261) | def abs(x: SupportsAbs[_T], /) -> _T: ... function all (line 1262) | def all(iterable: Iterable[object], /) -> bool: ... function any (line 1263) | def any(iterable: Iterable[object], /) -> bool: ... function ascii (line 1264) | def ascii(obj: object, /) -> str: ... function bin (line 1265) | def bin(number: int | SupportsIndex, /) -> str: ... function breakpoint (line 1266) | def breakpoint(*args: Any, **kws: Any) -> None: ... function callable (line 1267) | def callable(obj: object, /) -> TypeIs[Callable[..., object]]: ... function chr (line 1268) | def chr(i: int, /) -> str: ... class _PathLike (line 1272) | class _PathLike(Protocol[AnyStr_co]): method __fspath__ (line 1273) | def __fspath__(self) -> AnyStr_co: ... function aiter (line 1276) | def aiter(async_iterable: SupportsAiter[_SupportsAnextT], /) -> _Support... class _SupportsSynchronousAnext (line 1278) | class _SupportsSynchronousAnext(Protocol[_AwaitableT_co]): method __anext__ (line 1279) | def __anext__(self) -> _AwaitableT_co: ... function anext (line 1285) | def anext(i: _SupportsSynchronousAnext[_AwaitableT], /) -> _AwaitableT: ... function anext (line 1287) | async def anext(i: SupportsAnext[_T], default: _VT, /) -> _T | _VT: ... function compile (line 1293) | def compile( function compile (line 1304) | def compile( function compile (line 1314) | def compile( function compile (line 1325) | def compile( function copyright (line 1335) | def copyright() -> None: ... function credits (line 1336) | def credits() -> None: ... function delattr (line 1337) | def delattr(obj: object, name: str, /) -> None: ... function dir (line 1338) | def dir(o: object = ..., /) -> list[str]: ... function divmod (line 1340) | def divmod(x: SupportsDivMod[_T_contra, _T_co], y: _T_contra, /) -> _T_c... function divmod (line 1342) | def divmod(x: _T_contra, y: SupportsRDivMod[_T_contra, _T_co], /) -> _T_... function eval (line 1347) | def eval( function eval (line 1355) | def eval( function exec (line 1364) | def exec( function exec (line 1374) | def exec( function exec (line 1384) | def exec( function exit (line 1391) | def exit(code: sys._ExitCode = None) -> NoReturn: ... class filter (line 1393) | class filter(Generic[_T]): method __new__ (line 1395) | def __new__(cls, function: None, iterable: Iterable[_T | None], /) -> ... method __new__ (line 1397) | def __new__(cls, function: Callable[[_S], TypeGuard[_T]], iterable: It... method __new__ (line 1399) | def __new__(cls, function: Callable[[_S], TypeIs[_T]], iterable: Itera... method __new__ (line 1401) | def __new__(cls, function: Callable[[_T], Any], iterable: Iterable[_T]... method __iter__ (line 1402) | def __iter__(self) -> Self: ... method __next__ (line 1403) | def __next__(self) -> _T: ... function format (line 1405) | def format(value: object, format_spec: str = "", /) -> str: ... # type:... function getattr (line 1407) | def getattr(o: object, name: str, /) -> Any: ... function getattr (line 1413) | def getattr(o: object, name: str, default: None, /) -> Any | None: ... function getattr (line 1415) | def getattr(o: object, name: str, default: bool, /) -> Any | bool: ... function getattr (line 1417) | def getattr(o: object, name: str, default: list[Any], /) -> Any | list[A... function getattr (line 1419) | def getattr(o: object, name: str, default: dict[Any, Any], /) -> Any | d... function getattr (line 1421) | def getattr(o: object, name: str, default: _T, /) -> Any | _T: ... function globals (line 1422) | def globals() -> dict[str, Any]: ... function hasattr (line 1423) | def hasattr(obj: object, name: str, /) -> bool: ... function hash (line 1424) | def hash(obj: object, /) -> int: ... function help (line 1425) | def help(request: object = ...) -> None: ... function hex (line 1426) | def hex(number: int | SupportsIndex, /) -> str: ... function id (line 1427) | def id(obj: object, /) -> int: ... function input (line 1428) | def input(prompt: object = "", /) -> str: ... class _GetItemIterable (line 1430) | class _GetItemIterable(Protocol[_T_co]): method __getitem__ (line 1431) | def __getitem__(self, i: int, /) -> _T_co: ... function iter (line 1434) | def iter(object: SupportsIter[_SupportsNextT], /) -> _SupportsNextT: ... function iter (line 1436) | def iter(object: _GetItemIterable[_T], /) -> Iterator[_T]: ... function iter (line 1438) | def iter(object: Callable[[], _T | None], sentinel: None, /) -> Iterator... function iter (line 1440) | def iter(object: Callable[[], _T], sentinel: object, /) -> Iterator[_T]:... function isinstance (line 1448) | def isinstance(obj: object, class_or_tuple: _ClassInfo, /) -> bool: ... function issubclass (line 1449) | def issubclass(cls: type, class_or_tuple: _ClassInfo, /) -> bool: ... function len (line 1450) | def len(obj: Sized, /) -> int: ... function license (line 1451) | def license() -> None: ... function locals (line 1452) | def locals() -> dict[str, Any]: ... class map (line 1454) | class map(Generic[_S]): method __new__ (line 1456) | def __new__(cls, func: Callable[[_T1], _S], iter1: Iterable[_T1], /) -... method __new__ (line 1458) | def __new__(cls, func: Callable[[_T1, _T2], _S], iter1: Iterable[_T1],... method __new__ (line 1460) | def __new__(cls, func: Callable[[_T1, _T2, _T3], _S], iter1: Iterable[... method __new__ (line 1462) | def __new__( method __new__ (line 1472) | def __new__( method __new__ (line 1483) | def __new__( method __iter__ (line 1495) | def __iter__(self) -> Self: ... method __next__ (line 1496) | def __next__(self) -> _S: ... function max (line 1499) | def max( function max (line 1503) | def max(arg1: _T, arg2: _T, /, *_args: _T, key: Callable[[_T], SupportsR... function max (line 1505) | def max(iterable: Iterable[SupportsRichComparisonT], /, *, key: None = N... function max (line 1507) | def max(iterable: Iterable[_T], /, *, key: Callable[[_T], SupportsRichCo... function max (line 1509) | def max(iterable: Iterable[SupportsRichComparisonT], /, *, key: None = N... function max (line 1511) | def max(iterable: Iterable[_T1], /, *, key: Callable[[_T1], SupportsRich... function min (line 1513) | def min( function min (line 1517) | def min(arg1: _T, arg2: _T, /, *_args: _T, key: Callable[[_T], SupportsR... function min (line 1519) | def min(iterable: Iterable[SupportsRichComparisonT], /, *, key: None = N... function min (line 1521) | def min(iterable: Iterable[_T], /, *, key: Callable[[_T], SupportsRichCo... function min (line 1523) | def min(iterable: Iterable[SupportsRichComparisonT], /, *, key: None = N... function min (line 1525) | def min(iterable: Iterable[_T1], /, *, key: Callable[[_T1], SupportsRich... function next (line 1527) | def next(i: SupportsNext[_T], /) -> _T: ... function next (line 1529) | def next(i: SupportsNext[_T], default: _VT, /) -> _T | _VT: ... function oct (line 1530) | def oct(number: int | SupportsIndex, /) -> str: ... function open (line 1536) | def open( function open (line 1549) | def open( function open (line 1562) | def open( function open (line 1573) | def open( function open (line 1584) | def open( function open (line 1597) | def open( function open (line 1610) | def open( function ord (line 1620) | def ord(c: str | bytes | bytearray, /) -> int: ... class _SupportsWriteAndFlush (line 1622) | class _SupportsWriteAndFlush(SupportsWrite[_T_contra], SupportsFlush, Pr... function print (line 1625) | def print( function print (line 1633) | def print( class _SupportsPow2 (line 1640) | class _SupportsPow2(Protocol[_E, _T_co]): method __pow__ (line 1641) | def __pow__(self, other: _E, /) -> _T_co: ... class _SupportsPow3NoneOnly (line 1643) | class _SupportsPow3NoneOnly(Protocol[_E, _T_co]): method __pow__ (line 1644) | def __pow__(self, other: _E, modulo: None = None, /) -> _T_co: ... class _SupportsPow3 (line 1646) | class _SupportsPow3(Protocol[_E, _M, _T_co]): method __pow__ (line 1647) | def __pow__(self, other: _E, modulo: _M, /) -> _T_co: ... function pow (line 1656) | def pow(base: int, exp: int, mod: int) -> int: ... function pow (line 1658) | def pow(base: int, exp: Literal[0], mod: None = None) -> Literal[1]: ... function pow (line 1660) | def pow(base: int, exp: _PositiveInteger, mod: None = None) -> int: ... function pow (line 1662) | def pow(base: int, exp: _NegativeInteger, mod: None = None) -> float: ... function pow (line 1667) | def pow(base: int, exp: int, mod: None = None) -> Any: ... function pow (line 1669) | def pow(base: _PositiveInteger, exp: float, mod: None = None) -> float: ... function pow (line 1671) | def pow(base: _NegativeInteger, exp: float, mod: None = None) -> complex... function pow (line 1673) | def pow(base: float, exp: int, mod: None = None) -> float: ... function pow (line 1679) | def pow(base: float, exp: complex | _SupportsSomeKindOfPow, mod: None = ... function pow (line 1681) | def pow(base: complex, exp: complex | _SupportsSomeKindOfPow, mod: None ... function pow (line 1683) | def pow(base: _SupportsPow2[_E, _T_co], exp: _E, mod: None = None) -> _T... function pow (line 1685) | def pow(base: _SupportsPow3NoneOnly[_E, _T_co], exp: _E, mod: None = Non... function pow (line 1687) | def pow(base: _SupportsPow3[_E, _M, _T_co], exp: _E, mod: _M) -> _T_co: ... function pow (line 1689) | def pow(base: _SupportsSomeKindOfPow, exp: float, mod: None = None) -> A... function pow (line 1691) | def pow(base: _SupportsSomeKindOfPow, exp: complex, mod: None = None) ->... function quit (line 1692) | def quit(code: sys._ExitCode = None) -> NoReturn: ... class reversed (line 1694) | class reversed(Generic[_T]): method __new__ (line 1696) | def __new__(cls, sequence: Reversible[_T], /) -> Iterator[_T]: ... # ... method __new__ (line 1698) | def __new__(cls, sequence: SupportsLenAndGetItem[_T], /) -> Iterator[_... method __iter__ (line 1699) | def __iter__(self) -> Self: ... method __next__ (line 1700) | def __next__(self) -> _T: ... method __length_hint__ (line 1701) | def __length_hint__(self) -> int: ... function repr (line 1703) | def repr(obj: object, /) -> str: ... class _SupportsRound1 (line 1709) | class _SupportsRound1(Protocol[_T_co]): method __round__ (line 1710) | def __round__(self) -> _T_co: ... class _SupportsRound2 (line 1712) | class _SupportsRound2(Protocol[_T_co]): method __round__ (line 1713) | def __round__(self, ndigits: int, /) -> _T_co: ... function round (line 1716) | def round(number: _SupportsRound1[_T], ndigits: None = None) -> _T: ... function round (line 1718) | def round(number: _SupportsRound2[_T], ndigits: SupportsIndex) -> _T: ... function setattr (line 1722) | def setattr(obj: object, name: str, value: Any, /) -> None: ... function sorted (line 1724) | def sorted(iterable: Iterable[SupportsRichComparisonT], /, *, key: None ... function sorted (line 1726) | def sorted(iterable: Iterable[_T], /, *, key: Callable[[_T], SupportsRic... class _SupportsSumWithNoDefaultGiven (line 1731) | class _SupportsSumWithNoDefaultGiven(SupportsAdd[Any, Any], SupportsRAdd... function sum (line 1740) | def sum(iterable: Iterable[bool | _LiteralInteger], /, start: int = 0) -... function sum (line 1742) | def sum(iterable: Iterable[_SupportsSumNoDefaultT], /) -> _SupportsSumNo... function sum (line 1744) | def sum(iterable: Iterable[_AddableT1], /, start: _AddableT2) -> _Addabl... function vars (line 1749) | def vars(object: type, /) -> types.MappingProxyType[str, Any]: ... function vars (line 1751) | def vars(object: Any = ..., /) -> dict[str, Any]: ... class zip (line 1753) | class zip(Generic[_T_co]): method __new__ (line 1756) | def __new__(cls, *, strict: bool = ...) -> zip[Any]: ... method __new__ (line 1758) | def __new__(cls, iter1: Iterable[_T1], /, *, strict: bool = ...) -> zi... method __new__ (line 1760) | def __new__(cls, iter1: Iterable[_T1], iter2: Iterable[_T2], /, *, str... method __new__ (line 1762) | def __new__( method __new__ (line 1766) | def __new__( method __new__ (line 1770) | def __new__( method __new__ (line 1782) | def __new__( method __new__ (line 1796) | def __new__(cls) -> zip[Any]: ... method __new__ (line 1798) | def __new__(cls, iter1: Iterable[_T1], /) -> zip[tuple[_T1]]: ... method __new__ (line 1800) | def __new__(cls, iter1: Iterable[_T1], iter2: Iterable[_T2], /) -> zip... method __new__ (line 1802) | def __new__(cls, iter1: Iterable[_T1], iter2: Iterable[_T2], iter3: It... method __new__ (line 1804) | def __new__( method __new__ (line 1808) | def __new__( method __new__ (line 1812) | def __new__( method __iter__ (line 1824) | def __iter__(self) -> Self: ... method __next__ (line 1825) | def __next__(self) -> _T_co: ... function __import__ (line 1829) | def __import__( function __build_class__ (line 1836) | def __build_class__(func: Callable[[], CellType | Any], name: str, /, *b... class ellipsis (line 1852) | class ellipsis: ... class BaseException (line 1856) | class BaseException: method __init__ (line 1862) | def __init__(self, *args: object) -> None: ... method __new__ (line 1863) | def __new__(cls, *args: Any, **kwds: Any) -> Self: ... method __setstate__ (line 1864) | def __setstate__(self, state: dict[str, Any] | None, /) -> None: ... method with_traceback (line 1865) | def with_traceback(self, tb: TracebackType | None, /) -> Self: ... method add_note (line 1869) | def add_note(self, note: str, /) -> None: ... class GeneratorExit (line 1871) | class GeneratorExit(BaseException): ... class KeyboardInterrupt (line 1872) | class KeyboardInterrupt(BaseException): ... class SystemExit (line 1874) | class SystemExit(BaseException): class Exception (line 1877) | class Exception(BaseException): ... class StopIteration (line 1879) | class StopIteration(Exception): class OSError (line 1882) | class OSError(Exception): class ArithmeticError (line 1896) | class ArithmeticError(Exception): ... class AssertionError (line 1897) | class AssertionError(Exception): ... class AttributeError (line 1899) | class AttributeError(Exception): method __init__ (line 1901) | def __init__(self, *args: object, name: str | None = ..., obj: object ... class BufferError (line 1905) | class BufferError(Exception): ... class EOFError (line 1906) | class EOFError(Exception): ... class ImportError (line 1908) | class ImportError(Exception): method __init__ (line 1909) | def __init__(self, *args: object, name: str | None = ..., path: str | ... class LookupError (line 1916) | class LookupError(Exception): ... class MemoryError (line 1917) | class MemoryError(Exception): ... class NameError (line 1919) | class NameError(Exception): method __init__ (line 1921) | def __init__(self, *args: object, name: str | None = ...) -> None: ... class ReferenceError (line 1924) | class ReferenceError(Exception): ... class RuntimeError (line 1925) | class RuntimeError(Exception): ... class StopAsyncIteration (line 1927) | class StopAsyncIteration(Exception): class SyntaxError (line 1930) | class SyntaxError(Exception): class SystemError (line 1940) | class SystemError(Exception): ... class TypeError (line 1941) | class TypeError(Exception): ... class ValueError (line 1942) | class ValueError(Exception): ... class FloatingPointError (line 1943) | class FloatingPointError(ArithmeticError): ... class OverflowError (line 1944) | class OverflowError(ArithmeticError): ... class ZeroDivisionError (line 1945) | class ZeroDivisionError(ArithmeticError): ... class ModuleNotFoundError (line 1946) | class ModuleNotFoundError(ImportError): ... class IndexError (line 1947) | class IndexError(LookupError): ... class KeyError (line 1948) | class KeyError(LookupError): ... class UnboundLocalError (line 1949) | class UnboundLocalError(NameError): ... class BlockingIOError (line 1951) | class BlockingIOError(OSError): class ChildProcessError (line 1954) | class ChildProcessError(OSError): ... class ConnectionError (line 1955) | class ConnectionError(OSError): ... class BrokenPipeError (line 1956) | class BrokenPipeError(ConnectionError): ... class ConnectionAbortedError (line 1957) | class ConnectionAbortedError(ConnectionError): ... class ConnectionRefusedError (line 1958) | class ConnectionRefusedError(ConnectionError): ... class ConnectionResetError (line 1959) | class ConnectionResetError(ConnectionError): ... class FileExistsError (line 1960) | class FileExistsError(OSError): ... class FileNotFoundError (line 1961) | class FileNotFoundError(OSError): ... class InterruptedError (line 1962) | class InterruptedError(OSError): ... class IsADirectoryError (line 1963) | class IsADirectoryError(OSError): ... class NotADirectoryError (line 1964) | class NotADirectoryError(OSError): ... class PermissionError (line 1965) | class PermissionError(OSError): ... class ProcessLookupError (line 1966) | class ProcessLookupError(OSError): ... class TimeoutError (line 1967) | class TimeoutError(OSError): ... class NotImplementedError (line 1968) | class NotImplementedError(RuntimeError): ... class RecursionError (line 1969) | class RecursionError(RuntimeError): ... class IndentationError (line 1970) | class IndentationError(SyntaxError): ... class TabError (line 1971) | class TabError(IndentationError): ... class UnicodeError (line 1972) | class UnicodeError(ValueError): ... class UnicodeDecodeError (line 1974) | class UnicodeDecodeError(UnicodeError): method __init__ (line 1980) | def __init__(self, encoding: str, object: ReadableBuffer, start: int, ... class UnicodeEncodeError (line 1982) | class UnicodeEncodeError(UnicodeError): method __init__ (line 1988) | def __init__(self, encoding: str, object: str, start: int, end: int, r... class UnicodeTranslateError (line 1990) | class UnicodeTranslateError(UnicodeError): method __init__ (line 1996) | def __init__(self, object: str, start: int, end: int, reason: str, /) ... class Warning (line 1998) | class Warning(Exception): ... class UserWarning (line 1999) | class UserWarning(Warning): ... class DeprecationWarning (line 2000) | class DeprecationWarning(Warning): ... class SyntaxWarning (line 2001) | class SyntaxWarning(Warning): ... class RuntimeWarning (line 2002) | class RuntimeWarning(Warning): ... class FutureWarning (line 2003) | class FutureWarning(Warning): ... class PendingDeprecationWarning (line 2004) | class PendingDeprecationWarning(Warning): ... class ImportWarning (line 2005) | class ImportWarning(Warning): ... class UnicodeWarning (line 2006) | class UnicodeWarning(Warning): ... class BytesWarning (line 2007) | class BytesWarning(Warning): ... class ResourceWarning (line 2008) | class ResourceWarning(Warning): ... class EncodingWarning (line 2011) | class EncodingWarning(Warning): ... class BaseExceptionGroup (line 2020) | class BaseExceptionGroup(BaseException, Generic[_BaseExceptionT_co]): method __new__ (line 2021) | def __new__(cls, message: str, exceptions: Sequence[_BaseExceptionT_co... method __init__ (line 2022) | def __init__(self, message: str, exceptions: Sequence[_BaseExceptionT_... method message (line 2024) | def message(self) -> str: ... method exceptions (line 2026) | def exceptions(self) -> tuple[_BaseExceptionT_co | BaseExceptionGroup[... method subgroup (line 2028) | def subgroup(self, condition: type[_ExceptionT] | tuple[type[_Exceptio... method subgroup (line 2030) | def subgroup( method subgroup (line 2034) | def subgroup(self, condition: Callable[[_BaseExceptionT_co | Self], bo... method split (line 2036) | def split( method split (line 2040) | def split( method split (line 2044) | def split( method derive (line 2049) | def derive(self, excs: Sequence[_ExceptionT], /) -> ExceptionGroup[_Ex... method derive (line 2051) | def derive(self, excs: Sequence[_BaseExceptionT], /) -> BaseExceptionG... method __class_getitem__ (line 2052) | def __class_getitem__(cls, item: Any, /) -> GenericAlias: ... class ExceptionGroup (line 2054) | class ExceptionGroup(BaseExceptionGroup[_ExceptionT_co], Exception): method __new__ (line 2055) | def __new__(cls, message: str, exceptions: Sequence[_ExceptionT_co], /... method __init__ (line 2056) | def __init__(self, message: str, exceptions: Sequence[_ExceptionT_co],... method exceptions (line 2058) | def exceptions(self) -> tuple[_ExceptionT_co | ExceptionGroup[_Excepti... method subgroup (line 2061) | def subgroup(self, condition: type[_ExceptionT] | tuple[type[_Exceptio... method subgroup (line 2063) | def subgroup(self, condition: Callable[[_ExceptionT_co | Self], bool],... method split (line 2065) | def split( method split (line 2069) | def split( class PythonFinalizationError (line 2074) | class PythonFinalizationError(RuntimeError): ... FILE: publish/micropython-stdlib-stubs/stdlib/collections/__init__.pyi function namedtuple (line 50) | def namedtuple( class UserDict (line 71) | class UserDict(MutableMapping[_KT, _VT]): # type: ignore method __init__ (line 75) | def __init__(self, dict: None = None, /) -> None: ... method __init__ (line 77) | def __init__( method __init__ (line 81) | def __init__(self, dict: SupportsKeysAndGetItem[_KT, _VT], /) -> None:... method __init__ (line 83) | def __init__( method __init__ (line 90) | def __init__(self, iterable: Iterable[tuple[_KT, _VT]], /) -> None: ..... method __init__ (line 92) | def __init__( method __init__ (line 99) | def __init__(self: UserDict[str, str], iterable: Iterable[list[str]], ... method __init__ (line 101) | def __init__(self: UserDict[bytes, bytes], iterable: Iterable[list[byt... method __len__ (line 102) | def __len__(self) -> int: ... method __getitem__ (line 103) | def __getitem__(self, key: _KT) -> _VT: ... # type: ignore method __setitem__ (line 104) | def __setitem__(self, key: _KT, item: _VT) -> None: ... # type: ignore method __delitem__ (line 105) | def __delitem__(self, key: _KT) -> None: ... method __iter__ (line 106) | def __iter__(self) -> Iterator[_KT]: ... # type: ignore method __contains__ (line 107) | def __contains__(self, key: object) -> bool: ... method copy (line 108) | def copy(self) -> Self: ... method __copy__ (line 109) | def __copy__(self) -> Self: ... method fromkeys (line 116) | def fromkeys(cls, iterable: Iterable[_T], value: None = None) -> UserD... method fromkeys (line 119) | def fromkeys(cls, iterable: Iterable[_T], value: _S) -> UserDict[_T, _... method __or__ (line 122) | def __or__(self, other: UserDict[_KT, _VT] | dict[_KT, _VT]) -> Self: ... method __or__ (line 124) | def __or__(self, other: UserDict[_T1, _T2] | dict[_T1, _T2]) -> UserDi... method __ror__ (line 126) | def __ror__(self, other: UserDict[_KT, _VT] | dict[_KT, _VT]) -> Self:... method __ror__ (line 128) | def __ror__(self, other: UserDict[_T1, _T2] | dict[_T1, _T2]) -> UserD... method __ior__ (line 131) | def __ior__(self, other: SupportsKeysAndGetItem[_KT, _VT]) -> Self: ..... method __ior__ (line 133) | def __ior__(self, other: Iterable[tuple[_KT, _VT]]) -> Self: ... # ty... method get (line 136) | def get(self, key: _KT, default: None = None) -> _VT | None: ... # ty... method get (line 138) | def get(self, key: _KT, default: _T) -> _VT | _T: ... # type: ignore class UserList (line 140) | class UserList(MutableSequence[_T]): method __init__ (line 143) | def __init__(self, initlist: None = None) -> None: ... method __init__ (line 145) | def __init__(self, initlist: Iterable[_T]) -> None: ... method __lt__ (line 146) | def __lt__(self, other: list[_T] | UserList[_T]) -> bool: ... method __le__ (line 147) | def __le__(self, other: list[_T] | UserList[_T]) -> bool: ... method __gt__ (line 148) | def __gt__(self, other: list[_T] | UserList[_T]) -> bool: ... method __ge__ (line 149) | def __ge__(self, other: list[_T] | UserList[_T]) -> bool: ... method __eq__ (line 150) | def __eq__(self, other: object) -> bool: ... method __contains__ (line 151) | def __contains__(self, item: object) -> bool: ... method __len__ (line 152) | def __len__(self) -> int: ... method __getitem__ (line 154) | def __getitem__(self, i: SupportsIndex) -> _T: ... # type: ignore method __getitem__ (line 156) | def __getitem__(self, i: slice) -> Self: ... method __setitem__ (line 158) | def __setitem__(self, i: SupportsIndex, item: _T) -> None: ... method __setitem__ (line 160) | def __setitem__(self, i: slice, item: Iterable[_T]) -> None: ... method __delitem__ (line 161) | def __delitem__(self, i: SupportsIndex | slice) -> None: ... method __add__ (line 162) | def __add__(self, other: Iterable[_T]) -> Self: ... method __radd__ (line 163) | def __radd__(self, other: Iterable[_T]) -> Self: ... method __iadd__ (line 164) | def __iadd__(self, other: Iterable[_T]) -> Self: ... method __mul__ (line 165) | def __mul__(self, n: int) -> Self: ... method __rmul__ (line 166) | def __rmul__(self, n: int) -> Self: ... method __imul__ (line 167) | def __imul__(self, n: int) -> Self: ... method append (line 168) | def append(self, item: _T) -> None: ... method insert (line 169) | def insert(self, i: int, item: _T) -> None: ... method pop (line 170) | def pop(self, i: int = -1) -> _T: ... # type: ignore method remove (line 171) | def remove(self, item: _T) -> None: ... method copy (line 172) | def copy(self) -> Self: ... method __copy__ (line 173) | def __copy__(self) -> Self: ... method count (line 174) | def count(self, item: _T) -> int: ... method index (line 178) | def index(self, item: _T, start: SupportsIndex = 0, stop: SupportsInde... method sort (line 181) | def sort(self: UserList[SupportsRichComparisonT], *, key: None = None,... method sort (line 183) | def sort(self, *, key: Callable[[_T], SupportsRichComparison], reverse... method extend (line 184) | def extend(self, other: Iterable[_T]) -> None: ... class UserString (line 186) | class UserString(Sequence[UserString]): method __init__ (line 188) | def __init__(self, seq: object) -> None: ... method __int__ (line 189) | def __int__(self) -> int: ... method __float__ (line 190) | def __float__(self) -> float: ... method __complex__ (line 191) | def __complex__(self) -> complex: ... method __getnewargs__ (line 192) | def __getnewargs__(self) -> tuple[str]: ... method __lt__ (line 193) | def __lt__(self, string: str | UserString) -> bool: ... method __le__ (line 194) | def __le__(self, string: str | UserString) -> bool: ... method __gt__ (line 195) | def __gt__(self, string: str | UserString) -> bool: ... method __ge__ (line 196) | def __ge__(self, string: str | UserString) -> bool: ... method __eq__ (line 197) | def __eq__(self, string: object) -> bool: ... method __hash__ (line 198) | def __hash__(self) -> int: ... method __contains__ (line 199) | def __contains__(self, char: object) -> bool: ... method __len__ (line 200) | def __len__(self) -> int: ... method __getitem__ (line 201) | def __getitem__(self, index: SupportsIndex | slice) -> Self: ... method __iter__ (line 202) | def __iter__(self) -> Iterator[Self]: ... method __reversed__ (line 203) | def __reversed__(self) -> Iterator[Self]: ... method __add__ (line 204) | def __add__(self, other: object) -> Self: ... method __radd__ (line 205) | def __radd__(self, other: object) -> Self: ... method __mul__ (line 206) | def __mul__(self, n: int) -> Self: ... method __rmul__ (line 207) | def __rmul__(self, n: int) -> Self: ... method __mod__ (line 208) | def __mod__(self, args: Any) -> Self: ... method __rmod__ (line 209) | def __rmod__(self, template: object) -> Self: ... method capitalize (line 210) | def capitalize(self) -> Self: ... method casefold (line 211) | def casefold(self) -> Self: ... method center (line 212) | def center(self, width: int, *args: Any) -> Self: ... method count (line 213) | def count(self, sub: str | UserString, start: int = 0, end: int = sys.... method encode (line 214) | def encode(self: UserString, encoding: str | None = "utf-8", errors: s... method endswith (line 215) | def endswith(self, suffix: str | tuple[str, ...], start: int | None = ... method expandtabs (line 216) | def expandtabs(self, tabsize: int = 8) -> Self: ... method find (line 217) | def find(self, sub: str | UserString, start: int = 0, end: int = sys.m... method format (line 218) | def format(self, *args: Any, **kwds: Any) -> str: ... method format_map (line 219) | def format_map(self, mapping: Mapping[str, Any]) -> str: ... method index (line 220) | def index(self, sub: str, start: int = 0, end: int = sys.maxsize) -> i... method isalpha (line 221) | def isalpha(self) -> bool: ... method isalnum (line 222) | def isalnum(self) -> bool: ... method isdecimal (line 223) | def isdecimal(self) -> bool: ... method isdigit (line 224) | def isdigit(self) -> bool: ... method isidentifier (line 225) | def isidentifier(self) -> bool: ... method islower (line 226) | def islower(self) -> bool: ... method isnumeric (line 227) | def isnumeric(self) -> bool: ... method isprintable (line 228) | def isprintable(self) -> bool: ... method isspace (line 229) | def isspace(self) -> bool: ... method istitle (line 230) | def istitle(self) -> bool: ... method isupper (line 231) | def isupper(self) -> bool: ... method isascii (line 232) | def isascii(self) -> bool: ... method join (line 233) | def join(self, seq: Iterable[str]) -> str: ... method ljust (line 234) | def ljust(self, width: int, *args: Any) -> Self: ... method lower (line 235) | def lower(self) -> Self: ... method lstrip (line 236) | def lstrip(self, chars: str | None = None) -> Self: ... method partition (line 238) | def partition(self, sep: str) -> tuple[str, str, str]: ... method removeprefix (line 240) | def removeprefix(self, prefix: str | UserString, /) -> Self: ... method removesuffix (line 241) | def removesuffix(self, suffix: str | UserString, /) -> Self: ... method replace (line 243) | def replace(self, old: str | UserString, new: str | UserString, maxspl... method rfind (line 244) | def rfind(self, sub: str | UserString, start: int = 0, end: int = sys.... method rindex (line 245) | def rindex(self, sub: str | UserString, start: int = 0, end: int = sys... method rjust (line 246) | def rjust(self, width: int, *args: Any) -> Self: ... method rpartition (line 247) | def rpartition(self, sep: str) -> tuple[str, str, str]: ... method rstrip (line 248) | def rstrip(self, chars: str | None = None) -> Self: ... method split (line 249) | def split(self, sep: str | None = None, maxsplit: int = -1) -> list[st... method rsplit (line 250) | def rsplit(self, sep: str | None = None, maxsplit: int = -1) -> list[s... method splitlines (line 251) | def splitlines(self, keepends: bool = False) -> list[str]: ... method startswith (line 252) | def startswith(self, prefix: str | tuple[str, ...], start: int | None ... method strip (line 253) | def strip(self, chars: str | None = None) -> Self: ... method swapcase (line 254) | def swapcase(self) -> Self: ... method title (line 255) | def title(self) -> Self: ... method translate (line 256) | def translate(self, *args: Any) -> Self: ... method upper (line 257) | def upper(self) -> Self: ... method zfill (line 258) | def zfill(self, width: int) -> Self: ... class deque (line 260) | class deque(Generic[_T]): method maxlen (line 265) | def maxlen(self) -> int | None: ... method __init__ (line 267) | def __init__(self, *, maxlen: int | None = None) -> None: ... method __init__ (line 269) | def __init__(self, iterable: Iterable[_T], maxlen: int | None = None) ... method append (line 270) | def append(self, x: _T, /) -> None: # type: ignore method appendleft (line 277) | def appendleft(self, x: _T, /) -> None: # type: ignore method copy (line 284) | def copy(self) -> Self: ... method count (line 285) | def count(self, x: _T, /) -> int: ... # type: ignore method extend (line 286) | def extend(self, iterable: Iterable[_T], /) -> None: method extendleft (line 294) | def extendleft(self, iterable: Iterable[_T], /) -> None: ... method insert (line 295) | def insert(self, i: int, x: _T, /) -> None: ... # type: ignore method index (line 296) | def index(self, x: _T, start: int = 0, stop: int = ..., /) -> int: ...... method pop (line 297) | def pop(self) -> _T: # type: ignore method popleft (line 303) | def popleft(self) -> _T: # type: ignore method remove (line 309) | def remove(self, value: _T, /) -> None: ... # type: ignore method rotate (line 310) | def rotate(self, n: int = 1, /) -> None: ... method __copy__ (line 311) | def __copy__(self) -> Self: ... method __len__ (line 312) | def __len__(self) -> int: ... method __getitem__ (line 314) | def __getitem__(self, key: SupportsIndex, /) -> _T: ... # type: ignor... method __setitem__ (line 315) | def __setitem__(self, key: SupportsIndex, value: _T, /) -> None: ... ... method __delitem__ (line 316) | def __delitem__(self, key: SupportsIndex, /) -> None: ... # type: ign... method __contains__ (line 317) | def __contains__(self, key: object, /) -> bool: ... method __reduce__ (line 318) | def __reduce__(self) -> tuple[type[Self], tuple[()], None, Iterator[_T... method __iadd__ (line 319) | def __iadd__(self, value: Iterable[_T], /) -> Self: ... method __add__ (line 320) | def __add__(self, value: Self, /) -> Self: ... method __mul__ (line 321) | def __mul__(self, value: int, /) -> Self: ... method __imul__ (line 322) | def __imul__(self, value: int, /) -> Self: ... method __lt__ (line 323) | def __lt__(self, value: deque[_T], /) -> bool: ... # type: ignore method __le__ (line 324) | def __le__(self, value: deque[_T], /) -> bool: ... # type: ignore method __gt__ (line 325) | def __gt__(self, value: deque[_T], /) -> bool: ... # type: ignore method __ge__ (line 326) | def __ge__(self, value: deque[_T], /) -> bool: ... # type: ignore method __eq__ (line 327) | def __eq__(self, value: object, /) -> bool: ... method __class_getitem__ (line 329) | def __class_getitem__(cls, item: Any, /) -> GenericAlias: ... class Counter (line 331) | class Counter(dict[_T, int], Generic[_T]): method __init__ (line 333) | def __init__(self, iterable: None = None, /) -> None: ... method __init__ (line 335) | def __init__(self: Counter[str], iterable: None = None, /, **kwargs: i... method __init__ (line 337) | def __init__(self, mapping: SupportsKeysAndGetItem[_T, int], /) -> Non... method __init__ (line 339) | def __init__(self, iterable: Iterable[_T], /) -> None: ... method copy (line 340) | def copy(self) -> Self: ... method elements (line 341) | def elements(self) -> Iterator[_T]: ... # type: ignore method most_common (line 342) | def most_common(self, n: int | None = None) -> list[tuple[_T, int]]: ... method fromkeys (line 344) | def fromkeys(cls, iterable: Any, v: int | None = None) -> NoReturn: ..... method subtract (line 346) | def subtract(self, iterable: None = None, /) -> None: ... method subtract (line 348) | def subtract(self, mapping: Mapping[_T, int], /) -> None: ... method subtract (line 350) | def subtract(self, iterable: Iterable[_T], /) -> None: ... method update (line 358) | def update(self, m: Mapping[_T, int], /, **kwargs: int) -> None: ... method update (line 360) | def update(self, iterable: Iterable[_T], /, **kwargs: int) -> None: ... method update (line 362) | def update(self, iterable: None = None, /, **kwargs: int) -> None: ... method __missing__ (line 363) | def __missing__(self, key: _T) -> int: ... method __delitem__ (line 364) | def __delitem__(self, elem: object) -> None: ... method __eq__ (line 366) | def __eq__(self, other: object) -> bool: ... method __ne__ (line 367) | def __ne__(self, other: object) -> bool: ... method __add__ (line 369) | def __add__(self, other: Counter[_S]) -> Counter[_T | _S]: ... method __sub__ (line 370) | def __sub__(self, other: Counter[_T]) -> Counter[_T]: ... method __and__ (line 371) | def __and__(self, other: Counter[_T]) -> Counter[_T]: ... method __or__ (line 372) | def __or__(self, other: Counter[_S]) -> Counter[_T | _S]: ... # type:... method __pos__ (line 373) | def __pos__(self) -> Counter[_T]: ... method __neg__ (line 374) | def __neg__(self) -> Counter[_T]: ... method __iadd__ (line 376) | def __iadd__(self, other: SupportsItems[_T, int]) -> Self: ... # type... method __isub__ (line 377) | def __isub__(self, other: SupportsItems[_T, int]) -> Self: ... method __iand__ (line 378) | def __iand__(self, other: SupportsItems[_T, int]) -> Self: ... method __ior__ (line 379) | def __ior__(self, other: SupportsItems[_T, int]) -> Self: ... # type:... method total (line 381) | def total(self) -> int: ... method __le__ (line 382) | def __le__(self, other: Counter[Any]) -> bool: ... method __lt__ (line 383) | def __lt__(self, other: Counter[Any]) -> bool: ... method __ge__ (line 384) | def __ge__(self, other: Counter[Any]) -> bool: ... method __gt__ (line 385) | def __gt__(self, other: Counter[Any]) -> bool: ... class _OrderedDictKeysView (line 389) | class _OrderedDictKeysView(KeysView[_KT_co]): method __reversed__ (line 390) | def __reversed__(self) -> Iterator[_KT_co]: ... class _OrderedDictItemsView (line 392) | class _OrderedDictItemsView(ItemsView[_KT_co, _VT_co]): method __reversed__ (line 393) | def __reversed__(self) -> Iterator[tuple[_KT_co, _VT_co]]: ... class _OrderedDictValuesView (line 395) | class _OrderedDictValuesView(ValuesView[_VT_co]): method __reversed__ (line 396) | def __reversed__(self) -> Iterator[_VT_co]: ... class _odict_keys (line 403) | class _odict_keys(dict_keys[_KT_co, _VT_co]): # type: ignore[misc] # p... method __reversed__ (line 404) | def __reversed__(self) -> Iterator[_KT_co]: ... class _odict_items (line 407) | class _odict_items(dict_items[_KT_co, _VT_co]): # type: ignore[misc] #... method __reversed__ (line 408) | def __reversed__(self) -> Iterator[tuple[_KT_co, _VT_co]]: ... class _odict_values (line 411) | class _odict_values(dict_values[_KT_co, _VT_co]): # type: ignore[misc] ... method __reversed__ (line 412) | def __reversed__(self) -> Iterator[_VT_co]: ... class OrderedDict (line 414) | class OrderedDict(Dict[_KT, _VT], Generic[_KT, _VT]): # type: ignore method popitem (line 438) | def popitem(self) -> tuple[_KT, _VT]: # type: ignore method move_to_end (line 455) | def move_to_end(self, key: _KT, last: bool = True) -> None: ... # typ... method copy (line 456) | def copy(self) -> Self: ... method __reversed__ (line 457) | def __reversed__(self) -> Iterator[_KT]: ... # type: ignore method keys (line 458) | def keys(self) -> _odict_keys[_KT, _VT]: ... # type: ignore method items (line 459) | def items(self) -> _odict_items[_KT, _VT]: ... # type: ignore method values (line 460) | def values(self) -> _odict_values[_KT, _VT]: ... # type: ignore method fromkeys (line 466) | def fromkeys(cls, iterable: Iterable[_T], value: None = None) -> Order... method fromkeys (line 469) | def fromkeys(cls, iterable: Iterable[_T], value: _S) -> OrderedDict[_T... method setdefault (line 472) | def setdefault(self: OrderedDict[_KT, _T | None], key: _KT, default: N... method setdefault (line 474) | def setdefault(self, key: _KT, default: _VT) -> _VT: ... # type: ignore method pop (line 477) | def pop(self, key: _KT) -> _VT: ... # type: ignore method pop (line 479) | def pop(self, key: _KT, default: _VT) -> _VT: ... # type: ignore method pop (line 481) | def pop(self, key: _KT, default: _T) -> _VT | _T: ... # type: ignore method __eq__ (line 482) | def __eq__(self, value: object, /) -> bool: ... method __or__ (line 485) | def __or__(self, value: dict[_KT, _VT], /) -> Self: ... # type: ignore method __or__ (line 487) | def __or__(self, value: dict[_T1, _T2], /) -> OrderedDict[_KT | _T1, _... method __ror__ (line 489) | def __ror__(self, value: dict[_KT, _VT], /) -> Self: ... # type: ignore method __ror__ (line 491) | def __ror__(self, value: dict[_T1, _T2], /) -> OrderedDict[_KT | _T1, ... class defaultdict (line 493) | class defaultdict(dict[_KT, _VT]): # type: ignore method __init__ (line 496) | def __init__(self) -> None: ... method __init__ (line 498) | def __init__(self: defaultdict[str, _VT], **kwargs: _VT) -> None: ... ... method __init__ (line 500) | def __init__(self, default_factory: Callable[[], _VT] | None, /) -> No... method __init__ (line 502) | def __init__( method __init__ (line 509) | def __init__(self, default_factory: Callable[[], _VT] | None, map: Sup... method __init__ (line 511) | def __init__( method __init__ (line 519) | def __init__(self, default_factory: Callable[[], _VT] | None, iterable... method __init__ (line 521) | def __init__( method __missing__ (line 528) | def __missing__(self, key: _KT, /) -> _VT: ... # type: ignore method __copy__ (line 529) | def __copy__(self) -> Self: ... method copy (line 530) | def copy(self) -> Self: ... method __or__ (line 533) | def __or__(self, value: dict[_KT, _VT], /) -> Self: ... # type: ignore method __or__ (line 535) | def __or__(self, value: dict[_T1, _T2], /) -> defaultdict[_KT | _T1, _... method __ror__ (line 537) | def __ror__(self, value: dict[_KT, _VT], /) -> Self: ... # type: ignore method __ror__ (line 539) | def __ror__(self, value: dict[_T1, _T2], /) -> defaultdict[_KT | _T1, ... class ChainMap (line 541) | class ChainMap(MutableMapping[_KT, _VT]): # type: ignore method __init__ (line 543) | def __init__(self, *maps: MutableMapping[_KT, _VT]) -> None: ... # ty... method new_child (line 544) | def new_child(self, m: MutableMapping[_KT, _VT] | None = None) -> Self... method parents (line 546) | def parents(self) -> Self: ... method __setitem__ (line 547) | def __setitem__(self, key: _KT, value: _VT) -> None: ... # type: ignore method __delitem__ (line 548) | def __delitem__(self, key: _KT) -> None: ... method __getitem__ (line 549) | def __getitem__(self, key: _KT) -> _VT: ... # type: ignore method __iter__ (line 550) | def __iter__(self) -> Iterator[_KT]: ... # type: ignore method __len__ (line 551) | def __len__(self) -> int: ... method __contains__ (line 552) | def __contains__(self, key: object) -> bool: ... method get (line 554) | def get(self, key: _KT, default: None = None) -> _VT | None: ... # ty... method get (line 556) | def get(self, key: _KT, default: _T) -> _VT | _T: ... # type: ignore method __missing__ (line 557) | def __missing__(self, key: _KT) -> _VT: ... # undocumented # type: i... method __bool__ (line 558) | def __bool__(self) -> bool: ... method setdefault (line 561) | def setdefault(self: ChainMap[_KT, _T | None], key: _KT, default: None... method setdefault (line 563) | def setdefault(self, key: _KT, default: _VT) -> _VT: ... # type: ignore method pop (line 565) | def pop(self, key: _KT) -> _VT: ... # type: ignore method pop (line 567) | def pop(self, key: _KT, default: _VT) -> _VT: ... # type: ignore method pop (line 569) | def pop(self, key: _KT, default: _T) -> _VT | _T: ... # type: ignore method copy (line 570) | def copy(self) -> Self: ... method fromkeys (line 576) | def fromkeys(cls, iterable: Iterable[_T]) -> ChainMap[_T, Any | None]:... method fromkeys (line 580) | def fromkeys(cls, iterable: Iterable[_T], value: None, /) -> ChainMap[... method fromkeys (line 583) | def fromkeys(cls, iterable: Iterable[_T], value: _S, /) -> ChainMap[_T... method __or__ (line 586) | def __or__(self, other: Mapping[_KT, _VT]) -> Self: ... # type: ignore method __or__ (line 588) | def __or__(self, other: Mapping[_T1, _T2]) -> ChainMap[_KT | _T1, _VT ... method __ror__ (line 590) | def __ror__(self, other: Mapping[_KT, _VT]) -> Self: ... # type: ignore method __ror__ (line 592) | def __ror__(self, other: Mapping[_T1, _T2]) -> ChainMap[_KT | _T1, _VT... method __ior__ (line 595) | def __ior__(self, other: SupportsKeysAndGetItem[_KT, _VT]) -> Self: ..... method __ior__ (line 597) | def __ior__(self, other: Iterable[tuple[_KT, _VT]]) -> Self: ... # ty... FILE: publish/micropython-stdlib-stubs/stdlib/enum.pyi class nonmember (line 58) | class nonmember(Generic[_EnumMemberT]): method __init__ (line 60) | def __init__(self, value: _EnumMemberT) -> None: ... class member (line 62) | class member(Generic[_EnumMemberT]): method __init__ (line 64) | def __init__(self, value: _EnumMemberT) -> None: ... class _EnumDict (line 66) | class _EnumDict(dict[str, Any]): method __init__ (line 67) | def __init__(self) -> None: ... method __setitem__ (line 68) | def __setitem__(self, key: str, value: Any) -> None: ... method update (line 76) | def update(self, members: SupportsKeysAndGetItem[str, Any], **more_mem... method update (line 78) | def update(self, members: Iterable[tuple[str, Any]], **more_members: A... method member_names (line 81) | def member_names(self) -> list[str]: ... class EnumMeta (line 87) | class EnumMeta(type): method __new__ (line 89) | def __new__( method __new__ (line 100) | def __new__( method __new__ (line 104) | def __new__(metacls: type[_typeshed.Self], cls: str, bases: tuple[type... method __prepare__ (line 108) | def __prepare__(metacls, cls: str, bases: tuple[type, ...], **kwds: An... method __prepare__ (line 111) | def __prepare__(metacls, cls: str, bases: tuple[type, ...]) -> _EnumDi... method __iter__ (line 113) | def __iter__(self: type[_EnumMemberT]) -> Iterator[_EnumMemberT]: ... method __reversed__ (line 114) | def __reversed__(self: type[_EnumMemberT]) -> Iterator[_EnumMemberT]: ... method __contains__ (line 116) | def __contains__(self: type[Any], value: object) -> bool: ... method __contains__ (line 118) | def __contains__(self: type[Any], member: object) -> bool: ... method __contains__ (line 120) | def __contains__(self: type[Any], obj: object) -> bool: ... method __contains__ (line 122) | def __contains__(self: type[Any], member: object) -> bool: ... method __getitem__ (line 124) | def __getitem__(self: type[_EnumMemberT], name: str) -> _EnumMemberT: ... method __members__ (line 126) | def __members__(self: type[_EnumMemberT]) -> types.MappingProxyType[st... method __len__ (line 127) | def __len__(self) -> int: ... method __bool__ (line 128) | def __bool__(self) -> Literal[True]: ... method __dir__ (line 129) | def __dir__(self) -> list[str]: ... method __call__ (line 133) | def __call__(cls: type[_EnumMemberT], value: Any, names: None = None) ... method __call__ (line 138) | def __call__( method __call__ (line 151) | def __call__( method __call__ (line 171) | def __call__(cls: type[_EnumMemberT], value: Any, *values: Any) -> _En... class property (line 181) | class property(types.DynamicClassAttribute): method __set_name__ (line 182) | def __set_name__(self, ownerclass: type[Enum], name: str) -> None: ... class Enum (line 191) | class Enum(metaclass=EnumMeta): method name (line 193) | def name(self) -> str: ... method value (line 195) | def value(self) -> Any: ... method _missing_ (line 202) | def _missing_(cls, value: object) -> Any: ... method _generate_next_value_ (line 204) | def _generate_next_value_(name: str, start: int, count: int, last_valu... method __new__ (line 210) | def __new__(cls, value: object) -> Self: ... method __dir__ (line 211) | def __dir__(self) -> list[str]: ... method __hash__ (line 212) | def __hash__(self) -> int: ... method __format__ (line 213) | def __format__(self, format_spec: str) -> str: ... method __reduce_ex__ (line 214) | def __reduce_ex__(self, proto: Unused) -> tuple[Any, ...]: ... method __copy__ (line 216) | def __copy__(self) -> Self: ... method __deepcopy__ (line 217) | def __deepcopy__(self, memo: Any) -> Self: ... method __signature__ (line 220) | def __signature__(cls) -> str: ... class ReprEnum (line 223) | class ReprEnum(Enum): ... class IntEnum (line 230) | class IntEnum(int, _IntEnumBase): method value (line 233) | def value(self) -> int: ... method __new__ (line 234) | def __new__(cls, value: int) -> Self: ... function unique (line 236) | def unique(enumeration: _EnumerationT) -> _EnumerationT: ... class Flag (line 240) | class Flag(Enum): method name (line 244) | def name(self) -> str | None: ... # type: ignore[override] method value (line 246) | def value(self) -> int: ... method __contains__ (line 247) | def __contains__(self, other: Self) -> bool: ... method __bool__ (line 248) | def __bool__(self) -> bool: ... method __or__ (line 249) | def __or__(self, other: Self) -> Self: ... method __and__ (line 250) | def __and__(self, other: Self) -> Self: ... method __xor__ (line 251) | def __xor__(self, other: Self) -> Self: ... method __invert__ (line 252) | def __invert__(self) -> Self: ... method __iter__ (line 254) | def __iter__(self) -> Iterator[Self]: ... method __len__ (line 255) | def __len__(self) -> int: ... class StrEnum (line 261) | class StrEnum(str, ReprEnum): method __new__ (line 262) | def __new__(cls, value: str) -> Self: ... method value (line 265) | def value(self) -> str: ... method _generate_next_value_ (line 267) | def _generate_next_value_(name: str, start: int, count: int, last_valu... class EnumCheck (line 269) | class EnumCheck(StrEnum): class verify (line 278) | class verify: method __init__ (line 279) | def __init__(self, *checks: EnumCheck) -> None: ... method __call__ (line 280) | def __call__(self, enumeration: _EnumerationT) -> _EnumerationT: ... class FlagBoundary (line 282) | class FlagBoundary(StrEnum): function global_str (line 293) | def global_str(self: Enum) -> str: ... function global_enum (line 294) | def global_enum(cls: _EnumerationT, update_str: bool = False) -> _Enumer... function global_enum_repr (line 295) | def global_enum_repr(self: Enum) -> str: ... function global_flag_repr (line 296) | def global_flag_repr(self: Flag) -> str: ... class IntFlag (line 300) | class IntFlag(int, ReprEnum, Flag, boundary=KEEP): # type: ignore[misc]... method __new__ (line 301) | def __new__(cls, value: int) -> Self: ... method __or__ (line 302) | def __or__(self, other: int) -> Self: ... method __and__ (line 303) | def __and__(self, other: int) -> Self: ... method __xor__ (line 304) | def __xor__(self, other: int) -> Self: ... method __new__ (line 311) | def __new__(cls, value: int) -> Self: ... method __or__ (line 312) | def __or__(self, other: int) -> Self: ... method __and__ (line 313) | def __and__(self, other: int) -> Self: ... method __xor__ (line 314) | def __xor__(self, other: int) -> Self: ... class IntFlag (line 310) | class IntFlag(int, Flag): # type: ignore[misc] # complaints about inco... method __new__ (line 301) | def __new__(cls, value: int) -> Self: ... method __or__ (line 302) | def __or__(self, other: int) -> Self: ... method __and__ (line 303) | def __and__(self, other: int) -> Self: ... method __xor__ (line 304) | def __xor__(self, other: int) -> Self: ... method __new__ (line 311) | def __new__(cls, value: int) -> Self: ... method __or__ (line 312) | def __or__(self, other: int) -> Self: ... method __and__ (line 313) | def __and__(self, other: int) -> Self: ... method __xor__ (line 314) | def __xor__(self, other: int) -> Self: ... class auto (line 319) | class auto: method value (line 322) | def value(self) -> Any: ... method __new__ (line 323) | def __new__(cls) -> Self: ... method __or__ (line 330) | def __or__(self, other: int | Self) -> Self: ... method __and__ (line 331) | def __and__(self, other: int | Self) -> Self: ... method __xor__ (line 332) | def __xor__(self, other: int | Self) -> Self: ... function pickle_by_global_name (line 338) | def pickle_by_global_name(self: Enum, proto: int) -> str: ... function pickle_by_enum_name (line 339) | def pickle_by_enum_name(self: _EnumMemberT, proto: int) -> tuple[Callabl... FILE: publish/micropython-stdlib-stubs/stdlib/io.pyi class UnsupportedOperation (line 143) | class UnsupportedOperation(OSError, ValueError): ... class IOBase (line 144) | class IOBase(_IOBase, metaclass=abc.ABCMeta): ... class RawIOBase (line 145) | class RawIOBase(_RawIOBase, IOBase): ... class BufferedIOBase (line 146) | class BufferedIOBase(_BufferedIOBase, IOBase): ... class TextIOBase (line 147) | class TextIOBase(_TextIOBase, IOBase): ... class StringIO (line 149) | class StringIO: method __init__ (line 151) | def __init__(self, string: str = "", /): method __init__ (line 172) | def __init__(self, alloc_size: int, /): class BytesIO (line 192) | class BytesIO: method __init__ (line 194) | def __init__(self, string: bytes = b"", /): method __init__ (line 221) | def __init__(self, alloc_size: int, /): function open (line 248) | def open(name: _OpenFile, /, **kwargs) -> TextIOWrapper: function open (line 256) | def open(name: _OpenFile, mode: _OpenTextModeWriting = ..., /, **kwargs)... function open (line 264) | def open(name: _OpenFile, mode: _OpenBinaryMode = ..., /, **kwargs) -> F... FILE: publish/micropython-stdlib-stubs/stdlib/json/__init__.pyi function dumps (line 23) | def dumps(obj: Any) -> str: function dumps (line 32) | def dumps(obj: Any, separators: Tuple[str, str]) -> str: function dump (line 41) | def dump(obj: Any, stream: IOBase_mp | Incomplete, /) -> None: function dump (line 52) | def dump(obj: Any, stream: IOBase_mp | Incomplete, separators: Tuple[str... function loads (line 61) | def loads( function load (line 68) | def load( function detect_encoding (line 79) | def detect_encoding(b: bytes | bytearray) -> str: ... # undocumented FILE: publish/micropython-stdlib-stubs/stdlib/os/__init__.pyi class _Environ (line 251) | class _Environ(MutableMapping[AnyStr, AnyStr], Generic[AnyStr]): method __init__ (line 257) | def __init__( method __init__ (line 268) | def __init__( method setdefault (line 279) | def setdefault(self, key: AnyStr, value: AnyStr) -> AnyStr: ... method copy (line 280) | def copy(self) -> dict[AnyStr, AnyStr]: ... method __delitem__ (line 281) | def __delitem__(self, key: AnyStr) -> None: ... method __getitem__ (line 282) | def __getitem__(self, key: AnyStr) -> AnyStr: ... method __setitem__ (line 283) | def __setitem__(self, key: AnyStr, value: AnyStr) -> None: ... method __iter__ (line 284) | def __iter__(self) -> Iterator[AnyStr]: ... method __len__ (line 285) | def __len__(self) -> int: ... method __or__ (line 287) | def __or__(self, other: Mapping[_T1, _T2]) -> dict[AnyStr | _T1, AnySt... method __ror__ (line 288) | def __ror__(self, other: Mapping[_T1, _T2]) -> dict[AnyStr | _T1, AnyS... method __ior__ (line 293) | def __ior__(self, other: Mapping[AnyStr, AnyStr]) -> Self: ... method __ior__ (line 295) | def __ior__(self, other: Iterable[tuple[AnyStr, AnyStr]]) -> Self: ... class stat_result (line 346) | class stat_result(structseq[float], tuple[int, int, int, int, int, int, ... method st_mode (line 361) | def st_mode(self) -> int: ... # protection bits, method st_ino (line 363) | def st_ino(self) -> int: ... # inode number, method st_dev (line 365) | def st_dev(self) -> int: ... # device, method st_nlink (line 367) | def st_nlink(self) -> int: ... # number of hard links, method st_uid (line 369) | def st_uid(self) -> int: ... # user id of owner, method st_gid (line 371) | def st_gid(self) -> int: ... # group id of owner, method st_size (line 373) | def st_size(self) -> int: ... # size of file, in bytes, method st_atime (line 375) | def st_atime(self) -> float: ... # time of most recent access, method st_mtime (line 377) | def st_mtime(self) -> float: ... # time of most recent content modifi... method st_ctime (line 386) | def st_ctime(self) -> float: ... method st_ctime (line 389) | def st_ctime(self) -> float: ... method st_atime_ns (line 392) | def st_atime_ns(self) -> int: ... # time of most recent access, in na... method st_mtime_ns (line 394) | def st_mtime_ns(self) -> int: ... # time of most recent content modif... method st_ctime_ns (line 397) | def st_ctime_ns(self) -> int: ... method st_file_attributes (line 400) | def st_file_attributes(self) -> int: ... method st_reparse_tag (line 402) | def st_reparse_tag(self) -> int: ... method st_birthtime (line 405) | def st_birthtime(self) -> float: ... # time of file creation in seconds method st_birthtime_ns (line 407) | def st_birthtime_ns(self) -> int: ... # time of file creation in nano... method st_blocks (line 410) | def st_blocks(self) -> int: ... # number of blocks allocated for file method st_blksize (line 412) | def st_blksize(self) -> int: ... # filesystem blocksize method st_rdev (line 414) | def st_rdev(self) -> int: ... # type of device if an inode device method st_gen (line 420) | def st_gen(self) -> int: ... # file generation number method st_birthtime (line 422) | def st_birthtime(self) -> float: ... # time of file creation in seconds method st_flags (line 425) | def st_flags(self) -> int: ... # user defined flags for file class PathLike (line 430) | class PathLike(Protocol[AnyStr_co]): method __fspath__ (line 432) | def __fspath__(self) -> AnyStr_co: ... function listdir (line 435) | def listdir(path: StrPath | None = None) -> list[str]: ... function listdir (line 437) | def listdir(path: BytesPath) -> list[bytes]: ... function listdir (line 439) | def listdir(path: int) -> list[str]: ... function listdir (line 444) | def listdir(dir: Optional[Any] = None) -> Incomplete: class DirEntry (line 450) | class DirEntry(Generic[AnyStr]): method name (line 455) | def name(self) -> AnyStr: ... method path (line 457) | def path(self) -> AnyStr: ... method inode (line 458) | def inode(self) -> int: ... method is_dir (line 459) | def is_dir(self, *, follow_symlinks: bool = True) -> bool: ... method is_file (line 460) | def is_file(self, *, follow_symlinks: bool = True) -> bool: ... method is_symlink (line 461) | def is_symlink(self) -> bool: ... method stat (line 462) | def stat(self, *, follow_symlinks: bool = True) -> stat_result: ... method __fspath__ (line 463) | def __fspath__(self) -> AnyStr: ... method __class_getitem__ (line 465) | def __class_getitem__(cls, item: Any, /) -> GenericAlias: ... method is_junction (line 467) | def is_junction(self) -> bool: ... class statvfs_result (line 470) | class statvfs_result(structseq[int], tuple[int, int, int, int, int, int,... method f_bsize (line 486) | def f_bsize(self) -> int: ... method f_frsize (line 488) | def f_frsize(self) -> int: ... method f_blocks (line 490) | def f_blocks(self) -> int: ... method f_bfree (line 492) | def f_bfree(self) -> int: ... method f_bavail (line 494) | def f_bavail(self) -> int: ... method f_files (line 496) | def f_files(self) -> int: ... method f_ffree (line 498) | def f_ffree(self) -> int: ... method f_favail (line 500) | def f_favail(self) -> int: ... method f_flag (line 502) | def f_flag(self) -> int: ... method f_namemax (line 504) | def f_namemax(self) -> int: ... method f_fsid (line 506) | def f_fsid(self) -> int: ... function fsencode (line 509) | def fsencode(filename: StrOrBytesPath) -> bytes: ... function fsdecode (line 510) | def fsdecode(filename: StrOrBytesPath) -> str: ... function fspath (line 512) | def fspath(path: str) -> str: ... function fspath (line 514) | def fspath(path: bytes) -> bytes: ... function fspath (line 516) | def fspath(path: PathLike[AnyStr]) -> AnyStr: ... function get_exec_path (line 517) | def get_exec_path(env: Mapping[str, str] | None = None) -> list[str]: ... function getlogin (line 518) | def getlogin() -> str: ... function getpid (line 519) | def getpid() -> int: ... function getppid (line 520) | def getppid() -> int: ... function strerror (line 521) | def strerror(code: int, /) -> str: ... function umask (line 522) | def umask(mask: int, /) -> int: ... class uname_result (line 524) | class uname_result(structseq[str], tuple[str, str, str, str, str]): method sysname (line 529) | def sysname(self) -> str: ... method nodename (line 531) | def nodename(self) -> str: ... method release (line 533) | def release(self) -> str: ... method version (line 535) | def version(self) -> str: ... method machine (line 537) | def machine(self) -> str: ... function ctermid (line 540) | def ctermid() -> str: ... function getegid (line 541) | def getegid() -> int: ... function geteuid (line 542) | def geteuid() -> int: ... function getgid (line 543) | def getgid() -> int: ... function getgrouplist (line 544) | def getgrouplist(user: str, group: int, /) -> list[int]: ... function getgroups (line 545) | def getgroups() -> list[int]: ... # Unix only, behaves differently on Mac function initgroups (line 546) | def initgroups(username: str, gid: int, /) -> None: ... function getpgid (line 547) | def getpgid(pid: int) -> int: ... function getpgrp (line 548) | def getpgrp() -> int: ... function getpriority (line 549) | def getpriority(which: int, who: int) -> int: ... function setpriority (line 550) | def setpriority(which: int, who: int, priority: int) -> None: ... function getresuid (line 552) | def getresuid() -> tuple[int, int, int]: ... function getresgid (line 553) | def getresgid() -> tuple[int, int, int]: ... function getuid (line 555) | def getuid() -> int: ... function setegid (line 556) | def setegid(egid: int, /) -> None: ... function seteuid (line 557) | def seteuid(euid: int, /) -> None: ... function setgid (line 558) | def setgid(gid: int, /) -> None: ... function setgroups (line 559) | def setgroups(groups: Sequence[int], /) -> None: ... function setpgrp (line 560) | def setpgrp() -> None: ... function setpgid (line 561) | def setpgid(pid: int, pgrp: int, /) -> None: ... function setregid (line 562) | def setregid(rgid: int, egid: int, /) -> None: ... function setresgid (line 564) | def setresgid(rgid: int, egid: int, sgid: int, /) -> None: ... function setresuid (line 565) | def setresuid(ruid: int, euid: int, suid: int, /) -> None: ... function setreuid (line 567) | def setreuid(ruid: int, euid: int, /) -> None: ... function getsid (line 568) | def getsid(pid: int, /) -> int: ... function setsid (line 569) | def setsid() -> None: ... function setuid (line 570) | def setuid(uid: int, /) -> None: ... function uname (line 571) | def uname() -> uname_result: function getenv (line 586) | def getenv(key: str) -> str | None: ... function getenv (line 588) | def getenv(key: str, default: _T) -> str | _T: ... function getenvb (line 592) | def getenvb(key: bytes) -> bytes | None: ... function getenvb (line 594) | def getenvb(key: bytes, default: _T) -> bytes | _T: ... function putenv (line 595) | def putenv(name: StrOrBytesPath, value: StrOrBytesPath, /) -> None: ... function unsetenv (line 596) | def unsetenv(name: StrOrBytesPath, /) -> None: ... function putenv (line 599) | def putenv(name: str, value: str, /) -> None: ... function unsetenv (line 602) | def unsetenv(name: str, /) -> None: ... function fdopen (line 607) | def fdopen( function fdopen (line 618) | def fdopen( function fdopen (line 629) | def fdopen( function fdopen (line 640) | def fdopen( function fdopen (line 651) | def fdopen( function fdopen (line 662) | def fdopen( function fdopen (line 673) | def fdopen( function close (line 683) | def close(fd: int) -> None: ... function closerange (line 684) | def closerange(fd_low: int, fd_high: int, /) -> None: ... function device_encoding (line 685) | def device_encoding(fd: int) -> str | None: ... function dup (line 686) | def dup(fd: int, /) -> int: ... function dup2 (line 687) | def dup2(fd: int, fd2: int, inheritable: bool = True) -> int: ... function fstat (line 688) | def fstat(fd: int) -> stat_result: ... function ftruncate (line 689) | def ftruncate(fd: int, length: int, /) -> None: ... function fsync (line 690) | def fsync(fd: FileDescriptorLike) -> None: ... function isatty (line 691) | def isatty(fd: int, /) -> bool: ... function login_tty (line 694) | def login_tty(fd: int, /) -> None: ... function lseek (line 697) | def lseek(fd: int, position: int, whence: int, /) -> int: ... function lseek (line 700) | def lseek(fd: int, position: int, how: int, /) -> int: ... function open (line 702) | def open(path: StrOrBytesPath, flags: int, mode: int = 0o777, *, dir_fd:... function pipe (line 703) | def pipe() -> tuple[int, int]: ... function read (line 704) | def read(fd: int, length: int, /) -> bytes: ... function get_blocking (line 707) | def get_blocking(fd: int, /) -> bool: ... function set_blocking (line 708) | def set_blocking(fd: int, blocking: bool, /) -> None: ... function fchown (line 711) | def fchown(fd: int, uid: int, gid: int) -> None: ... function fpathconf (line 712) | def fpathconf(fd: int, name: str | int, /) -> int: ... function fstatvfs (line 713) | def fstatvfs(fd: int, /) -> statvfs_result: ... function lockf (line 714) | def lockf(fd: int, command: int, length: int, /) -> None: ... function openpty (line 715) | def openpty() -> tuple[int, int]: ... # some flavors of Unix function fdatasync (line 717) | def fdatasync(fd: FileDescriptorLike) -> None: ... function pipe2 (line 718) | def pipe2(flags: int, /) -> tuple[int, int]: ... # some flavors of Unix function posix_fallocate (line 719) | def posix_fallocate(fd: int, offset: int, length: int, /) -> None: ... function posix_fadvise (line 720) | def posix_fadvise(fd: int, offset: int, length: int, advice: int, /) -> ... function pread (line 722) | def pread(fd: int, length: int, offset: int, /) -> bytes: ... function pwrite (line 723) | def pwrite(fd: int, buffer: ReadableBuffer, offset: int, /) -> int: ... function preadv (line 725) | def preadv(fd: int, buffers: SupportsLenAndGetItem[WriteableBuffer], off... function pwritev (line 726) | def pwritev(fd: int, buffers: SupportsLenAndGetItem[ReadableBuffer], off... function sendfile (line 736) | def sendfile(out_fd: FileDescriptor, in_fd: FileDescriptor, offset: int ... function sendfile (line 738) | def sendfile( function readv (line 748) | def readv(fd: int, buffers: SupportsLenAndGetItem[WriteableBuffer], /) -... function writev (line 749) | def writev(fd: int, buffers: SupportsLenAndGetItem[ReadableBuffer], /) -... class terminal_size (line 752) | class terminal_size(structseq[int], tuple[int, int]): method columns (line 757) | def columns(self) -> int: ... method lines (line 759) | def lines(self) -> int: ... function get_terminal_size (line 761) | def get_terminal_size(fd: int = ..., /) -> terminal_size: ... function get_inheritable (line 762) | def get_inheritable(fd: int, /) -> bool: ... function set_inheritable (line 763) | def set_inheritable(fd: int, inheritable: bool, /) -> None: ... function get_handle_inheritable (line 766) | def get_handle_inheritable(handle: int, /) -> bool: ... function set_handle_inheritable (line 767) | def set_handle_inheritable(handle: int, inheritable: bool, /) -> None: ... function tcgetpgrp (line 771) | def tcgetpgrp(fd: int, /) -> int: ... function tcsetpgrp (line 772) | def tcsetpgrp(fd: int, pgid: int, /) -> None: ... function ttyname (line 773) | def ttyname(fd: int, /) -> str: ... function write (line 775) | def write(fd: int, data: ReadableBuffer, /) -> int: ... function access (line 776) | def access( function chdir (line 781) | def chdir(path) -> Incomplete: function fchdir (line 788) | def fchdir(fd: FileDescriptorLike) -> None: ... function getcwd (line 791) | def getcwd() -> Incomplete: function getcwdb (line 796) | def getcwdb() -> bytes: ... function chmod (line 797) | def chmod(path: FileDescriptorOrPath, mode: int, *, dir_fd: int | None =... function chflags (line 800) | def chflags(path: StrOrBytesPath, flags: int, follow_symlinks: bool = Tr... function lchflags (line 801) | def lchflags(path: StrOrBytesPath, flags: int) -> None: ... function chroot (line 804) | def chroot(path: StrOrBytesPath) -> None: ... function chown (line 805) | def chown( function lchown (line 808) | def lchown(path: StrOrBytesPath, uid: int, gid: int) -> None: ... function link (line 810) | def link( function lstat (line 818) | def lstat(path: StrOrBytesPath, *, dir_fd: int | None = None) -> stat_re... function mkdir (line 821) | def mkdir(path) -> Incomplete: function mkfifo (line 828) | def mkfifo(path: StrOrBytesPath, mode: int = 0o666, *, dir_fd: int | Non... function makedirs (line 830) | def makedirs(name: StrOrBytesPath, mode: int = 0o777, exist_ok: bool = F... function mknod (line 833) | def mknod(path: StrOrBytesPath, mode: int = 0o600, device: int = 0, *, d... function major (line 834) | def major(device: int, /) -> int: ... function minor (line 835) | def minor(device: int, /) -> int: ... function makedev (line 836) | def makedev(major: int, minor: int, /) -> int: ... function pathconf (line 837) | def pathconf(path: FileDescriptorOrPath, name: str | int) -> int: ... #... function readlink (line 839) | def readlink(path: GenericPath[AnyStr], *, dir_fd: int | None = None) ->... function remove (line 842) | def remove(path) -> None: function removedirs (line 847) | def removedirs(name: StrOrBytesPath) -> None: ... function rename (line 850) | def rename(old_path, new_path) -> None: function renames (line 855) | def renames(old: StrOrBytesPath, new: StrOrBytesPath) -> None: ... function replace (line 856) | def replace( function rmdir (line 861) | def rmdir(path) -> None: class _ScandirIterator (line 867) | class _ScandirIterator(Iterator[DirEntry[AnyStr]], AbstractContextManage... method __next__ (line 868) | def __next__(self) -> DirEntry[AnyStr]: ... method __exit__ (line 869) | def __exit__(self, *args: Unused) -> None: ... method close (line 870) | def close(self) -> None: ... function scandir (line 873) | def scandir(path: None = None) -> _ScandirIterator[str]: ... function scandir (line 875) | def scandir(path: int) -> _ScandirIterator[str]: ... function scandir (line 877) | def scandir(path: GenericPath[AnyStr]) -> _ScandirIterator[AnyStr]: ... function stat (line 878) | def stat(path:str|bytes) -> stat_result: function statvfs (line 887) | def statvfs(path) -> Tuple: function symlink (line 910) | def symlink( function sync (line 917) | def sync() -> None: function truncate (line 923) | def truncate(path: FileDescriptorOrPath, length: int) -> None: ... # Un... function unlink (line 924) | def unlink(path: StrOrBytesPath, *, dir_fd: int | None = None) -> None: ... function utime (line 925) | def utime( function walk (line 936) | def walk( function fwalk (line 942) | def fwalk( function fwalk (line 951) | def fwalk( function getxattr (line 960) | def getxattr(path: FileDescriptorOrPath, attribute: StrOrBytesPath, *, f... function listxattr (line 961) | def listxattr(path: FileDescriptorOrPath | None = None, *, follow_symlin... function removexattr (line 962) | def removexattr(path: FileDescriptorOrPath, attribute: StrOrBytesPath, *... function setxattr (line 963) | def setxattr( function abort (line 972) | def abort() -> NoReturn: ... function execl (line 975) | def execl(file: StrOrBytesPath, *args: Unpack[tuple[StrOrBytesPath, Unpa... function execlp (line 976) | def execlp(file: StrOrBytesPath, *args: Unpack[tuple[StrOrBytesPath, Unp... function execle (line 979) | def execle( function execlpe (line 982) | def execlpe( function execv (line 1007) | def execv(path: StrOrBytesPath, argv: _ExecVArgs, /) -> NoReturn: ... function execve (line 1008) | def execve(path: FileDescriptorOrPath, argv: _ExecVArgs, env: _ExecEnv) ... function execvp (line 1009) | def execvp(file: StrOrBytesPath, args: _ExecVArgs) -> NoReturn: ... function execvpe (line 1010) | def execvpe(file: StrOrBytesPath, args: _ExecVArgs, env: _ExecEnv) -> No... function kill (line 1012) | def kill(pid: int, signal: int, /) -> None: ... function fork (line 1016) | def fork() -> int: ... function forkpty (line 1017) | def forkpty() -> tuple[int, int]: ... # some flavors of Unix function killpg (line 1018) | def killpg(pgid: int, signal: int, /) -> None: ... function nice (line 1019) | def nice(increment: int, /) -> int: ... function plock (line 1021) | def plock(op: int, /) -> None: ... class _wrap_close (line 1023) | class _wrap_close: method __init__ (line 1024) | def __init__(self, stream: TextIOWrapper, proc: Popen[str]) -> None: ... method close (line 1025) | def close(self) -> int | None: ... method __enter__ (line 1026) | def __enter__(self) -> Self: ... method __exit__ (line 1027) | def __exit__( method __iter__ (line 1030) | def __iter__(self) -> Iterator[str]: ... method read (line 1035) | def read(self, size: int | None = -1, /) -> str: ... method readable (line 1036) | def readable(self) -> bool: ... method readline (line 1037) | def readline(self, size: int = -1, /) -> str: ... method readlines (line 1038) | def readlines(self, hint: int = -1, /) -> list[str]: ... method writable (line 1039) | def writable(self) -> bool: ... method write (line 1040) | def write(self, s: str, /) -> int: ... method writelines (line 1041) | def writelines(self, lines: Iterable[str], /) -> None: ... function popen (line 1043) | def popen(cmd: str, mode: str = "r", buffering: int = -1) -> _wrap_close... function spawnl (line 1044) | def spawnl(mode: int, file: StrOrBytesPath, arg0: StrOrBytesPath, *args:... function spawnle (line 1045) | def spawnle(mode: int, file: StrOrBytesPath, arg0: StrOrBytesPath, *args... function spawnv (line 1048) | def spawnv(mode: int, file: StrOrBytesPath, args: _ExecVArgs) -> int: ... function spawnve (line 1049) | def spawnve(mode: int, file: StrOrBytesPath, args: _ExecVArgs, env: _Exe... function spawnv (line 1052) | def spawnv(mode: int, path: StrOrBytesPath, argv: _ExecVArgs, /) -> int:... function spawnve (line 1053) | def spawnve(mode: int, path: StrOrBytesPath, argv: _ExecVArgs, env: _Exe... function system (line 1055) | def system(command: StrOrBytesPath) -> int: ... class times_result (line 1057) | class times_result(structseq[float], tuple[float, float, float, float, f... method user (line 1062) | def user(self) -> float: ... method system (line 1064) | def system(self) -> float: ... method children_user (line 1066) | def children_user(self) -> float: ... method children_system (line 1068) | def children_system(self) -> float: ... method elapsed (line 1070) | def elapsed(self) -> float: ... function times (line 1072) | def times() -> times_result: ... function waitpid (line 1073) | def waitpid(pid: int, options: int, /) -> tuple[int, int]: ... function startfile (line 1077) | def startfile( function startfile (line 1085) | def startfile(filepath: StrOrBytesPath, operation: str = ...) -> None: ... function spawnlp (line 1088) | def spawnlp(mode: int, file: StrOrBytesPath, arg0: StrOrBytesPath, *args... function spawnlpe (line 1089) | def spawnlpe(mode: int, file: StrOrBytesPath, arg0: StrOrBytesPath, *arg... function spawnvp (line 1090) | def spawnvp(mode: int, file: StrOrBytesPath, args: _ExecVArgs) -> int: ... function spawnvpe (line 1091) | def spawnvpe(mode: int, file: StrOrBytesPath, args: _ExecVArgs, env: _Ex... function wait (line 1092) | def wait() -> tuple[int, int]: ... # Unix only class waitid_result (line 1096) | class waitid_result(structseq[int], tuple[int, int, int, int, int]): method si_pid (line 1101) | def si_pid(self) -> int: ... method si_uid (line 1103) | def si_uid(self) -> int: ... method si_signo (line 1105) | def si_signo(self) -> int: ... method si_status (line 1107) | def si_status(self) -> int: ... method si_code (line 1109) | def si_code(self) -> int: ... function waitid (line 1111) | def waitid(idtype: int, ident: int, options: int, /) -> waitid_result | ... function wait3 (line 1115) | def wait3(options: int) -> tuple[int, int, struct_rusage]: ... function wait4 (line 1116) | def wait4(pid: int, options: int) -> tuple[int, int, struct_rusage]: ... function WCOREDUMP (line 1117) | def WCOREDUMP(status: int, /) -> bool: ... function WIFCONTINUED (line 1118) | def WIFCONTINUED(status: int) -> bool: ... function WIFSTOPPED (line 1119) | def WIFSTOPPED(status: int) -> bool: ... function WIFSIGNALED (line 1120) | def WIFSIGNALED(status: int) -> bool: ... function WIFEXITED (line 1121) | def WIFEXITED(status: int) -> bool: ... function WEXITSTATUS (line 1122) | def WEXITSTATUS(status: int) -> int: ... function WSTOPSIG (line 1123) | def WSTOPSIG(status: int) -> int: ... function WTERMSIG (line 1124) | def WTERMSIG(status: int) -> int: ... function posix_spawn (line 1125) | def posix_spawn( function posix_spawnp (line 1139) | def posix_spawnp( class sched_param (line 1159) | class sched_param(structseq[int], tuple[int]): method __new__ (line 1163) | def __new__(cls, sched_priority: int) -> Self: ... method sched_priority (line 1165) | def sched_priority(self) -> int: ... function sched_get_priority_min (line 1167) | def sched_get_priority_min(policy: int) -> int: ... # some flavors of Unix function sched_get_priority_max (line 1168) | def sched_get_priority_max(policy: int) -> int: ... # some flavors of Unix function sched_yield (line 1169) | def sched_yield() -> None: ... # some flavors of Unix function sched_setscheduler (line 1171) | def sched_setscheduler(pid: int, policy: int, param: sched_param, /) -> ... function sched_getscheduler (line 1172) | def sched_getscheduler(pid: int, /) -> int: ... # some flavors of Unix function sched_rr_get_interval (line 1173) | def sched_rr_get_interval(pid: int, /) -> float: ... # some flavors of ... function sched_setparam (line 1174) | def sched_setparam(pid: int, param: sched_param, /) -> None: ... # some... function sched_getparam (line 1175) | def sched_getparam(pid: int, /) -> sched_param: ... # some flavors of Unix function sched_setaffinity (line 1176) | def sched_setaffinity(pid: int, mask: Iterable[int], /) -> None: ... # ... function sched_getaffinity (line 1177) | def sched_getaffinity(pid: int, /) -> set[int]: ... # some flavors of Unix function cpu_count (line 1179) | def cpu_count() -> int | None: ... function process_cpu_count (line 1185) | def process_cpu_count() -> int: ... function process_cpu_count (line 1187) | def process_cpu_count() -> int | None: ... function confstr (line 1191) | def confstr(name: str | int, /) -> str | None: ... function getloadavg (line 1192) | def getloadavg() -> tuple[float, float, float]: ... function sysconf (line 1193) | def sysconf(name: str | int, /) -> int: ... function getrandom (line 1196) | def getrandom(size: int, flags: int = 0) -> bytes: ... function urandom (line 1199) | def urandom(n:int) -> bytes: function register_at_fork (line 1207) | def register_at_fork( class _AddedDllDirectory (line 1215) | class _AddedDllDirectory: method __init__ (line 1217) | def __init__(self, path: str | None, cookie: _T, remove_dll_directory:... method close (line 1218) | def close(self) -> None: ... method __enter__ (line 1219) | def __enter__(self) -> Self: ... method __exit__ (line 1220) | def __exit__(self, *args: Unused) -> None: ... function add_dll_directory (line 1222) | def add_dll_directory(path: str) -> _AddedDllDirectory: ... function memfd_create (line 1242) | def memfd_create(name: str, flags: int = ...) -> int: ... function copy_file_range (line 1243) | def copy_file_range(src: int, dst: int, count: int, offset_src: int | No... function waitstatus_to_exitcode (line 1246) | def waitstatus_to_exitcode(status: int) -> int: ... function pidfd_open (line 1249) | def pidfd_open(pid: int, flags: int = ...) -> int: ... function listdrives (line 1252) | def listdrives() -> list[str]: ... function listmounts (line 1253) | def listmounts(volume: str) -> list[str]: ... function listvolumes (line 1254) | def listvolumes() -> list[str]: ... function eventfd (line 1263) | def eventfd(initval: int, flags: int = 524288) -> FileDescriptor: ... function eventfd_read (line 1264) | def eventfd_read(fd: FileDescriptor) -> int: ... function eventfd_write (line 1265) | def eventfd_write(fd: FileDescriptor, value: int) -> None: ... function splice (line 1266) | def splice( function unshare (line 1290) | def unshare(flags: int) -> None: ... function setns (line 1291) | def setns(fd: FileDescriptorLike, nstype: int = 0) -> None: ... function posix_openpt (line 1294) | def posix_openpt(oflag: int, /) -> int: ... function grantpt (line 1295) | def grantpt(fd: FileDescriptorLike, /) -> None: ... function unlockpt (line 1296) | def unlockpt(fd: FileDescriptorLike, /) -> None: ... function ptsname (line 1297) | def ptsname(fd: FileDescriptorLike, /) -> str: ... function timerfd_create (line 1306) | def timerfd_create(clockid: int, /, *, flags: int = 0) -> int: ... function timerfd_settime (line 1307) | def timerfd_settime( function timerfd_settime_ns (line 1310) | def timerfd_settime_ns(fd: FileDescriptor, /, *, flags: int = 0, initial... function timerfd_gettime (line 1311) | def timerfd_gettime(fd: FileDescriptor, /) -> tuple[float, float]: ... function timerfd_gettime_ns (line 1312) | def timerfd_gettime_ns(fd: FileDescriptor, /) -> tuple[int, int]: ... function fchmod (line 1316) | def fchmod(fd: int, mode: int) -> None: ... function lchmod (line 1321) | def lchmod(path: StrOrBytesPath, mode: int) -> None: ... function ilistdir (line 1324) | def ilistdir(dir: Union[str,bytes]) -> Iterator[Union[Tuple[str, int, in... function ilistdir (line 1344) | def ilistdir() -> Iterator[Union[Tuple[str, int, int], Tuple[str, int, i... function dupterm (line 1347) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 1371) | def dupterm_notify(obj_in: Any, /) -> None: function mount (line 1395) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function umount (line 1403) | def umount(mount_point) -> Incomplete: FILE: publish/micropython-stdlib-stubs/stdlib/re.pyi class error (line 58) | class error(Exception): method __init__ (line 64) | def __init__(self, msg: str, pattern: str | bytes | None = None, pos: ... class Match (line 67) | class Match(Generic[AnyStr]): method pos (line 69) | def pos(self) -> int: ... method endpos (line 71) | def endpos(self) -> int: ... method lastindex (line 73) | def lastindex(self) -> int | None: ... method lastgroup (line 75) | def lastgroup(self) -> str | None: ... method string (line 77) | def string(self) -> AnyStr: ... method re (line 82) | def re(self) -> Pattern[AnyStr]: ... method expand (line 84) | def expand(self: Match[str], template: str) -> str: ... method expand (line 86) | def expand(self: Match[bytes], template: ReadableBuffer) -> bytes: ... method expand (line 88) | def expand(self, template: AnyStr) -> AnyStr: ... method group (line 91) | def group(self, group: Literal[0] = 0, /) -> AnyStr: ... method group (line 93) | def group(self, group: str | int, /) -> AnyStr | MaybeNone: ... method group (line 95) | def group(self, group1: str | int, group2: str | int, /, *groups: str ... method groups (line 99) | def groups(self) -> tuple[AnyStr | MaybeNone, ...]: ... method groups (line 101) | def groups(self, default: _T) -> tuple[AnyStr | _T, ...]: ... method groupdict (line 105) | def groupdict(self) -> dict[str, AnyStr | MaybeNone]: ... method groupdict (line 107) | def groupdict(self, default: _T) -> dict[str, AnyStr | _T]: ... method start (line 108) | def start(self, group: int | str = 0, /) -> int: ... method end (line 109) | def end(self, group: int | str = 0, /) -> int: ... method span (line 110) | def span(self, group: int | str = 0, /) -> tuple[int, int]: ... method regs (line 112) | def regs(self) -> tuple[tuple[int, int], ...]: ... # undocumented method __getitem__ (line 115) | def __getitem__(self, key: Literal[0], /) -> AnyStr: ... method __getitem__ (line 117) | def __getitem__(self, key: int | str, /) -> AnyStr | MaybeNone: ... method __copy__ (line 118) | def __copy__(self) -> Match[AnyStr]: ... method __deepcopy__ (line 119) | def __deepcopy__(self, memo: Any, /) -> Match[AnyStr]: ... method __class_getitem__ (line 121) | def __class_getitem__(cls, item: Any, /) -> GenericAlias: ... class Pattern (line 124) | class Pattern(Generic[AnyStr]): method flags (line 126) | def flags(self) -> int: ... method groupindex (line 128) | def groupindex(self) -> Mapping[str, int]: ... method groups (line 130) | def groups(self) -> int: ... method pattern (line 132) | def pattern(self) -> AnyStr: ... method search (line 134) | def search(self: Pattern[str], string: str, pos: int = 0, endpos: int ... method search (line 136) | def search(self: Pattern[bytes], string: ReadableBuffer, pos: int = 0,... method search (line 138) | def search(self, string: AnyStr, pos: int = 0, endpos: int = sys.maxsi... method match (line 140) | def match(self: Pattern[str], string: str, pos: int = 0, endpos: int =... method match (line 142) | def match(self: Pattern[bytes], string: ReadableBuffer, pos: int = 0, ... method match (line 144) | def match(self, string: AnyStr, pos: int = 0, endpos: int = sys.maxsiz... method fullmatch (line 146) | def fullmatch(self: Pattern[str], string: str, pos: int = 0, endpos: i... method fullmatch (line 148) | def fullmatch(self: Pattern[bytes], string: ReadableBuffer, pos: int =... method fullmatch (line 150) | def fullmatch(self, string: AnyStr, pos: int = 0, endpos: int = sys.ma... method split (line 152) | def split(self: Pattern[str], string: str, maxsplit: int = 0) -> list[... method split (line 154) | def split(self: Pattern[bytes], string: ReadableBuffer, maxsplit: int ... method split (line 156) | def split(self, string: AnyStr, maxsplit: int = 0) -> list[AnyStr | Ma... method findall (line 159) | def findall(self: Pattern[str], string: str, pos: int = 0, endpos: int... method findall (line 161) | def findall(self: Pattern[bytes], string: ReadableBuffer, pos: int = 0... method findall (line 163) | def findall(self, string: AnyStr, pos: int = 0, endpos: int = sys.maxs... method finditer (line 165) | def finditer(self: Pattern[str], string: str, pos: int = 0, endpos: in... method finditer (line 167) | def finditer(self: Pattern[bytes], string: ReadableBuffer, pos: int = ... method finditer (line 169) | def finditer(self, string: AnyStr, pos: int = 0, endpos: int = sys.max... method sub (line 171) | def sub(self: Pattern[str], repl: str | Callable[[Match[str]], str], s... method sub (line 173) | def sub( method sub (line 180) | def sub(self, repl: AnyStr | Callable[[Match[AnyStr]], AnyStr], string... method subn (line 182) | def subn(self: Pattern[str], repl: str | Callable[[Match[str]], str], ... method subn (line 184) | def subn( method subn (line 191) | def subn(self, repl: AnyStr | Callable[[Match[AnyStr]], AnyStr], strin... method __copy__ (line 192) | def __copy__(self) -> Pattern[AnyStr]: ... method __deepcopy__ (line 193) | def __deepcopy__(self, memo: Any, /) -> Pattern[AnyStr]: ... method __eq__ (line 194) | def __eq__(self, value: object, /) -> bool: ... method __hash__ (line 195) | def __hash__(self) -> int: ... method __class_getitem__ (line 197) | def __class_getitem__(cls, item: Any, /) -> GenericAlias: ... class RegexFlag (line 201) | class RegexFlag(enum.IntFlag): function compile (line 253) | def compile(pattern: AnyStr, flags: _FlagsType = 0) -> Pattern[AnyStr]: ... function compile (line 255) | def compile(pattern: Pattern[AnyStr], flags: _FlagsType = 0) -> Pattern[... function search (line 257) | def search(pattern: str | Pattern[str], string: str, flags: _FlagsType =... function search (line 259) | def search(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flag... function match (line 261) | def match(pattern: str | Pattern[str], string: str, flags: _FlagsType = ... function match (line 263) | def match(pattern: bytes | Pattern[bytes], string: ReadableBuffer, flags... function fullmatch (line 265) | def fullmatch(pattern: str | Pattern[str], string: str, flags: _FlagsTyp... function fullmatch (line 267) | def fullmatch(pattern: bytes | Pattern[bytes], string: ReadableBuffer, f... function split (line 269) | def split(pattern: str | Pattern[str], string: str, maxsplit: int = 0, f... function split (line 271) | def split(pattern: bytes | Pattern[bytes], string: ReadableBuffer, maxsp... function findall (line 273) | def findall(pattern: str | Pattern[str], string: str, flags: _FlagsType ... function findall (line 275) | def findall(pattern: bytes | Pattern[bytes], string: ReadableBuffer, fla... function finditer (line 277) | def finditer(pattern: str | Pattern[str], string: str, flags: _FlagsType... function finditer (line 279) | def finditer(pattern: bytes | Pattern[bytes], string: ReadableBuffer, fl... function sub (line 281) | def sub( function sub (line 285) | def sub( function subn (line 293) | def subn( function subn (line 297) | def subn( function escape (line 304) | def escape(pattern: AnyStr) -> AnyStr: ... function purge (line 305) | def purge() -> None: ... function template (line 308) | def template(pattern: AnyStr | Pattern[AnyStr], flags: _FlagsType = 0) -... FILE: publish/micropython-stdlib-stubs/stdlib/sre_compile.pyi function dis (line 8) | def dis(code: list[_NamedIntConstant]) -> None: ... function isstring (line 9) | def isstring(obj: Any) -> bool: ... function compile (line 10) | def compile(p: str | bytes | SubPattern, flags: int = 0) -> Pattern[Any]... FILE: publish/micropython-stdlib-stubs/stdlib/sre_constants.pyi class _NamedIntConstant (line 9) | class _NamedIntConstant(int): method __new__ (line 11) | def __new__(cls, value: int, name: str) -> Self: ... FILE: publish/micropython-stdlib-stubs/stdlib/sre_parse.pyi class Verbose (line 26) | class Verbose(Exception): ... class State (line 35) | class State: method groups (line 41) | def groups(self) -> int: ... method opengroup (line 42) | def opengroup(self, name: str | None = ...) -> int: ... method closegroup (line 43) | def closegroup(self, gid: int, p: SubPattern) -> None: ... method checkgroup (line 44) | def checkgroup(self, gid: int) -> bool: ... method checklookbehindgroup (line 45) | def checklookbehindgroup(self, gid: int, source: Tokenizer) -> None: ... class SubPattern (line 47) | class SubPattern: method __init__ (line 52) | def __init__(self, state: State, data: list[_CodeType] | None = None) ... method dump (line 53) | def dump(self, level: int = 0) -> None: ... method __len__ (line 54) | def __len__(self) -> int: ... method __delitem__ (line 55) | def __delitem__(self, index: int | slice) -> None: ... method __getitem__ (line 56) | def __getitem__(self, index: int | slice) -> SubPattern | _CodeType: ... method __setitem__ (line 57) | def __setitem__(self, index: int | slice, code: _CodeType) -> None: ... method insert (line 58) | def insert(self, index: int, code: _CodeType) -> None: ... method append (line 59) | def append(self, code: _CodeType) -> None: ... method getwidth (line 60) | def getwidth(self) -> tuple[int, int]: ... class Tokenizer (line 62) | class Tokenizer: method __init__ (line 68) | def __init__(self, string: Any) -> None: ... method match (line 69) | def match(self, char: str) -> bool: ... method get (line 70) | def get(self) -> str | None: ... method getwhile (line 71) | def getwhile(self, n: int, charset: Iterable[str]) -> str: ... method getuntil (line 72) | def getuntil(self, terminator: str, name: str) -> str: ... method pos (line 74) | def pos(self) -> int: ... method tell (line 75) | def tell(self) -> int: ... method seek (line 76) | def seek(self, index: int) -> None: ... method error (line 77) | def error(self, msg: str, offset: int = 0) -> _Error: ... method checkgroupname (line 80) | def checkgroupname(self, name: str, offset: int) -> None: ... method checkgroupname (line 82) | def checkgroupname(self, name: str, offset: int, nested: int) -> None:... function fix_flags (line 84) | def fix_flags(src: str | bytes, flags: int) -> int: ... function parse_template (line 91) | def parse_template(source: str, pattern: _Pattern[Any]) -> _TemplateType... function parse_template (line 93) | def parse_template(source: bytes, pattern: _Pattern[Any]) -> _TemplateBy... function parse_template (line 97) | def parse_template(source: str, state: _Pattern[Any]) -> _TemplateType: ... function parse_template (line 99) | def parse_template(source: bytes, state: _Pattern[Any]) -> _TemplateByte... function parse (line 101) | def parse(str: str, flags: int = 0, state: State | None = None) -> SubPa... function expand_template (line 104) | def expand_template(template: _TemplateType, match: Match[Any]) -> str: ... FILE: publish/micropython-stdlib-stubs/stdlib/ssl.pyi class _Cipher (line 68) | class _Cipher(TypedDict): class SSLError (line 81) | class SSLError(OSError): class SSLZeroReturnError (line 85) | class SSLZeroReturnError(SSLError): ... class SSLWantReadError (line 86) | class SSLWantReadError(SSLError): ... class SSLWantWriteError (line 87) | class SSLWantWriteError(SSLError): ... class SSLSyscallError (line 88) | class SSLSyscallError(SSLError): ... class SSLEOFError (line 89) | class SSLEOFError(SSLError): ... class SSLCertVerificationError (line 91) | class SSLCertVerificationError(SSLError, ValueError): function wrap_socket (line 103) | def wrap_socket( function __mpy_has_no_create_default_context (line 133) | def __mpy_has_no_create_default_context( function _create_unverified_context (line 142) | def _create_unverified_context( function _create_unverified_context (line 156) | def _create_unverified_context( function match_hostname (line 172) | def match_hostname(cert: _PeerCertRetDictType, hostname: str) -> None: ... function cert_time_to_seconds (line 174) | def cert_time_to_seconds(cert_time: str) -> int: ... function get_server_certificate (line 177) | def get_server_certificate(addr: tuple[str, int], ssl_version: int = ...... function get_server_certificate (line 180) | def get_server_certificate(addr: tuple[str, int], ssl_version: int = ...... function DER_cert_to_PEM_cert (line 182) | def DER_cert_to_PEM_cert(der_cert_bytes: ReadableBuffer) -> str: ... function PEM_cert_to_DER_cert (line 183) | def PEM_cert_to_DER_cert(pem_cert_string: str) -> bytes: ... class DefaultVerifyPaths (line 185) | class DefaultVerifyPaths(NamedTuple): function get_default_verify_paths (line 193) | def get_default_verify_paths() -> DefaultVerifyPaths: ... class VerifyMode (line 195) | class VerifyMode(enum.IntEnum): class VerifyFlags (line 216) | class VerifyFlags(enum.IntFlag): class _SSLMethod (line 236) | class _SSLMethod(enum.IntEnum): class Options (line 259) | class Options(enum.IntFlag): class AlertDescription (line 304) | class AlertDescription(enum.IntEnum): class _ASN1ObjectBase (line 361) | class _ASN1ObjectBase(NamedTuple): class _ASN1Object (line 367) | class _ASN1Object(_ASN1ObjectBase): method __new__ (line 368) | def __new__(cls, oid: str) -> Self: ... method fromnid (line 370) | def fromnid(cls, nid: int) -> Self: ... method fromname (line 372) | def fromname(cls, name: str) -> Self: ... class Purpose (line 374) | class Purpose(_ASN1Object, enum.Enum): class SSLSocket (line 378) | class SSLSocket: method session_reused (line 384) | def session_reused(self) -> bool | None: ... method __init__ (line 385) | def __init__(self, *args: Any, **kwargs: Any) -> None: ... method connect (line 386) | def connect(self, addr: socket._Address) -> None: ... method connect_ex (line 387) | def connect_ex(self, addr: socket._Address) -> int: ... method recv (line 390) | def recv(self, *argv, **kwargs) -> Incomplete: ... method recv_into (line 392) | def recv_into(self, *argv, **kwargs) -> Incomplete: ... method recvfrom (line 393) | def recvfrom(self, buflen: int = 1024, flags: int = 0) -> tuple[bytes,... method recvfrom_into (line 394) | def recvfrom_into(self, buffer: WriteableBuffer, nbytes: int | None = ... method send (line 396) | def send(self, *argv, **kwargs) -> Incomplete: ... method sendall (line 398) | def sendall(self, *argv, **kwargs) -> Incomplete: ... method sendto (line 400) | def sendto(self, data: ReadableBuffer, flags_or_addr: socket._Address,... method sendto (line 402) | def sendto(self, data: ReadableBuffer, flags_or_addr: int, addr: socke... method shutdown (line 403) | def shutdown(self, how: int) -> None: ... method read (line 408) | def read(self, *argv, **kwargs) -> Incomplete: ... method write (line 410) | def write(self, *argv, **kwargs) -> Incomplete: ... method do_handshake (line 411) | def do_handshake(self, block: bool = False) -> None: ... # block is u... method getpeercert (line 413) | def getpeercert(self, binary_form: Literal[False] = False) -> _PeerCer... method getpeercert (line 415) | def getpeercert(self, binary_form: Literal[True]) -> bytes | None: ... method getpeercert (line 417) | def getpeercert(self, binary_form: bool) -> _PeerCertRetType: ... method getpeercert (line 421) | def getpeercert(self, *argv, **kwargs) -> Incomplete: ... method cipher (line 424) | def cipher(self, *argv, **kwargs) -> Incomplete: ... method shared_ciphers (line 425) | def shared_ciphers(self) -> list[tuple[str, str, int]] | None: ... method compression (line 426) | def compression(self) -> str | None: ... method get_channel_binding (line 427) | def get_channel_binding(self, cb_type: str = "tls-unique") -> bytes | ... method selected_alpn_protocol (line 428) | def selected_alpn_protocol(self) -> str | None: ... method selected_npn_protocol (line 429) | def selected_npn_protocol(self) -> str | None: ... method accept (line 430) | def accept(self) -> tuple[SSLSocket, socket._RetAddress]: ... method unwrap (line 431) | def unwrap(self) -> socket.socket: ... method version (line 432) | def version(self) -> str | None: ... method pending (line 433) | def pending(self) -> int: ... method verify_client_post_handshake (line 434) | def verify_client_post_handshake(self) -> None: ... method recvmsg (line 436) | def recvmsg(self, *args: Never, **kwargs: Never) -> Never: ... # type... method recvmsg_into (line 437) | def recvmsg_into(self, *args: Never, **kwargs: Never) -> Never: ... #... method sendmsg (line 438) | def sendmsg(self, *args: Never, **kwargs: Never) -> Never: ... # type... method get_verified_chain (line 440) | def get_verified_chain(self) -> list[bytes]: ... method get_unverified_chain (line 441) | def get_unverified_chain(self) -> list[bytes]: ... method readinto (line 443) | def readinto(self, *argv, **kwargs) -> Incomplete: ... method readline (line 445) | def readline(self, *argv, **kwargs) -> Incomplete: ... method setblocking (line 447) | def setblocking(self, *argv, **kwargs) -> Incomplete: ... method close (line 449) | def close(self, *argv, **kwargs) -> Incomplete: ... method __del__ (line 452) | def __del__(self, *argv, **kwargs) -> Incomplete: ... method ioctl (line 456) | def ioctl(self, *argv, **kwargs) -> Incomplete: ... class TLSVersion (line 458) | class TLSVersion(enum.IntEnum): class SSLContext (line 467) | class SSLContext: method protocol (line 477) | def protocol(self) -> _SSLMethod: ... # type: ignore[override] method __new__ (line 493) | def __new__(cls, protocol: int | None = None, *args: Any, **kwargs: An... method __new__ (line 495) | def __new__(cls, protocol: int = ..., *args: Any, **kwargs: Any) -> Se... method load_default_certs (line 497) | def load_default_certs(self, purpose: Purpose = ...) -> None: ... method load_verify_locations (line 498) | def load_verify_locations(self, cafile=None, cadata: bytes | None = No... method get_ca_certs (line 506) | def get_ca_certs(self, binary_form: Literal[False] = False) -> list[_P... method get_ca_certs (line 508) | def get_ca_certs(self, binary_form: Literal[True]) -> list[bytes]: ... method get_ca_certs (line 510) | def get_ca_certs(self, binary_form: bool = False) -> Any: ... method get_ciphers (line 511) | def get_ciphers(self) -> list[_Cipher]: method set_default_verify_paths (line 516) | def set_default_verify_paths(self) -> None: ... method set_ciphers (line 517) | def set_ciphers(self, ciphers) -> None: method set_alpn_protocols (line 523) | def set_alpn_protocols(self, alpn_protocols: Iterable[str]) -> None: ... method set_npn_protocols (line 524) | def set_npn_protocols(self, npn_protocols: Iterable[str]) -> None: ... method set_servername_callback (line 525) | def set_servername_callback(self, server_name_callback: _SrvnmeCbType ... method load_dh_params (line 526) | def load_dh_params(self, path: str, /) -> None: ... method set_ecdh_curve (line 527) | def set_ecdh_curve(self, name: str, /) -> None: ... method wrap_socket (line 528) | def wrap_socket( method wrap_bio (line 562) | def wrap_bio( method load_cert_chain (line 571) | def load_cert_chain(self, certfile, keyfile) -> None: class SSLObject (line 585) | class SSLObject: method server_side (line 588) | def server_side(self) -> bool: ... method server_hostname (line 590) | def server_hostname(self) -> str | None: ... method session_reused (line 593) | def session_reused(self) -> bool: ... method __init__ (line 594) | def __init__(self, *args: Any, **kwargs: Any) -> None: ... method read (line 595) | def read(self, len: int = 1024, buffer: bytearray | None = None) -> by... method write (line 596) | def write(self, data: ReadableBuffer) -> int: ... method getpeercert (line 598) | def getpeercert(self, binary_form: Literal[False] = False) -> _PeerCer... method getpeercert (line 600) | def getpeercert(self, binary_form: Literal[True]) -> bytes | None: ... method getpeercert (line 602) | def getpeercert(self, binary_form: bool) -> _PeerCertRetType: ... method selected_alpn_protocol (line 603) | def selected_alpn_protocol(self) -> str | None: ... method selected_npn_protocol (line 604) | def selected_npn_protocol(self) -> str | None: ... method cipher (line 605) | def cipher(self) -> tuple[str, str, int] | None: ... method shared_ciphers (line 606) | def shared_ciphers(self) -> list[tuple[str, str, int]] | None: ... method compression (line 607) | def compression(self) -> str | None: ... method pending (line 608) | def pending(self) -> int: ... method do_handshake (line 609) | def do_handshake(self) -> None: ... method unwrap (line 610) | def unwrap(self) -> None: ... method version (line 611) | def version(self) -> str | None: ... method get_channel_binding (line 612) | def get_channel_binding(self, cb_type: str = "tls-unique") -> bytes | ... method verify_client_post_handshake (line 613) | def verify_client_post_handshake(self) -> None: ... method get_verified_chain (line 615) | def get_verified_chain(self) -> list[bytes]: ... method get_unverified_chain (line 616) | def get_unverified_chain(self) -> list[bytes]: ... class SSLErrorNumber (line 618) | class SSLErrorNumber(enum.IntEnum): function get_protocol_name (line 639) | def get_protocol_name(protocol_code: int) -> str: ... FILE: publish/micropython-stdlib-stubs/stdlib/struct.pyi class error (line 68) | class error(Exception): ... function pack (line 70) | def pack(fmt: str | bytes, /, *v: Any) -> bytes: function pack_into (line 77) | def pack_into(fmt: str | bytes, buffer: AnyWritableBuf, offset: int, /, ... function unpack (line 85) | def unpack(fmt: str | bytes, data: AnyReadableBuf, /) -> tuple[Any, ...]: function unpack_from (line 92) | def unpack_from(fmt: str | bytes, data: AnyReadableBuf, offset: int = 0,... function iter_unpack (line 100) | def iter_unpack(format: str | bytes, buffer: ReadableBuffer, /) -> Itera... function calcsize (line 101) | def calcsize( class Struct (line 110) | class Struct: method format (line 112) | def format(self) -> str: ... method size (line 114) | def size(self) -> int: ... method __init__ (line 115) | def __init__(self, format: str | bytes) -> None: ... method pack (line 116) | def pack(self, *v: Any) -> bytes: ... method pack_into (line 117) | def pack_into(self, buffer: WriteableBuffer, offset: int, *v: Any) -> ... method unpack (line 118) | def unpack(self, buffer: ReadableBuffer, /) -> tuple[Any, ...]: ... method unpack_from (line 119) | def unpack_from(self, buffer: ReadableBuffer, offset: int = 0) -> tupl... method iter_unpack (line 120) | def iter_unpack(self, buffer: ReadableBuffer, /) -> Iterator[tuple[Any... FILE: publish/micropython-stdlib-stubs/stdlib/sys/__init__.pyi class _flags (line 170) | class _flags(_UninstantiableStructseq, _FlagTuple): method debug (line 172) | def debug(self) -> int: ... method inspect (line 174) | def inspect(self) -> int: ... method interactive (line 176) | def interactive(self) -> int: ... method optimize (line 178) | def optimize(self) -> int: ... method dont_write_bytecode (line 180) | def dont_write_bytecode(self) -> int: ... method no_user_site (line 182) | def no_user_site(self) -> int: ... method no_site (line 184) | def no_site(self) -> int: ... method ignore_environment (line 186) | def ignore_environment(self) -> int: ... method verbose (line 188) | def verbose(self) -> int: ... method bytes_warning (line 190) | def bytes_warning(self) -> int: ... method quiet (line 192) | def quiet(self) -> int: ... method hash_randomization (line 194) | def hash_randomization(self) -> int: ... method isolated (line 196) | def isolated(self) -> int: ... method dev_mode (line 198) | def dev_mode(self) -> bool: ... method utf8_mode (line 200) | def utf8_mode(self) -> int: ... method warn_default_encoding (line 203) | def warn_default_encoding(self) -> int: ... # undocumented method safe_path (line 206) | def safe_path(self) -> bool: ... class _float_info (line 211) | class _float_info(structseq[float], tuple[float, int, int, float, int, i... method max (line 213) | def max(self) -> float: ... # DBL_MAX method max_exp (line 215) | def max_exp(self) -> int: ... # DBL_MAX_EXP method max_10_exp (line 217) | def max_10_exp(self) -> int: ... # DBL_MAX_10_EXP method min (line 219) | def min(self) -> float: ... # DBL_MIN method min_exp (line 221) | def min_exp(self) -> int: ... # DBL_MIN_EXP method min_10_exp (line 223) | def min_10_exp(self) -> int: ... # DBL_MIN_10_EXP method dig (line 225) | def dig(self) -> int: ... # DBL_DIG method mant_dig (line 227) | def mant_dig(self) -> int: ... # DBL_MANT_DIG method epsilon (line 229) | def epsilon(self) -> float: ... # DBL_EPSILON method radix (line 231) | def radix(self) -> int: ... # FLT_RADIX method rounds (line 233) | def rounds(self) -> int: ... # FLT_ROUNDS class _hash_info (line 238) | class _hash_info(structseq[Any | int], tuple[int, int, int, int, int, st... method width (line 240) | def width(self) -> int: ... method modulus (line 242) | def modulus(self) -> int: ... method inf (line 244) | def inf(self) -> int: ... method nan (line 246) | def nan(self) -> int: ... method imag (line 248) | def imag(self) -> int: ... method algorithm (line 250) | def algorithm(self) -> str: ... method hash_bits (line 252) | def hash_bits(self) -> int: ... method seed_bits (line 254) | def seed_bits(self) -> int: ... method cutoff (line 256) | def cutoff(self) -> int: ... # undocumented class _implementation (line 304) | class _implementation: method __getattr__ (line 312) | def __getattr__(self, name: str) -> Any: ... class _int_info (line 317) | class _int_info(structseq[int], tuple[int, int, int, int]): method bits_per_digit (line 319) | def bits_per_digit(self) -> int: ... method sizeof_digit (line 321) | def sizeof_digit(self) -> int: ... method default_max_str_digits (line 323) | def default_max_str_digits(self) -> int: ... method str_digits_check_threshold (line 325) | def str_digits_check_threshold(self) -> int: ... class _thread_info (line 331) | class _thread_info(_UninstantiableStructseq, tuple[_ThreadInfoName, _Thr... method name (line 333) | def name(self) -> _ThreadInfoName: ... method lock (line 335) | def lock(self) -> _ThreadInfoLock: ... method version (line 337) | def version(self) -> str | None: ... class _version_info (line 343) | class _version_info(_UninstantiableStructseq, tuple[int, int, int, _Rele... method major (line 345) | def major(self) -> int: ... method minor (line 347) | def minor(self) -> int: ... method micro (line 349) | def micro(self) -> int: ... method releaselevel (line 351) | def releaselevel(self) -> _ReleaseLevel: ... method serial (line 353) | def serial(self) -> int: ... function call_tracing (line 366) | def call_tracing(func: Callable[..., _T], args: Any, /) -> _T: ... function _clear_type_cache (line 367) | def _clear_type_cache() -> None: ... function _current_frames (line 368) | def _current_frames() -> dict[int, FrameType]: ... function _getframe (line 369) | def _getframe(depth: int = 0, /) -> FrameType: ... function _debugmallocstats (line 370) | def _debugmallocstats() -> None: ... function __displayhook__ (line 371) | def __displayhook__(object: object, /) -> None: ... function __excepthook__ (line 372) | def __excepthook__(exctype: type[BaseException], value: BaseException, t... function exc_info (line 373) | def exc_info() -> OptExcInfo: ... function exception (line 376) | def exception() -> BaseException | None: ... function exit (line 379) | def exit(retval: object = 0, /) -> NoReturn: function getallocatedblocks (line 389) | def getallocatedblocks() -> int: ... function getdefaultencoding (line 390) | def getdefaultencoding() -> str: ... function getdlopenflags (line 393) | def getdlopenflags() -> int: ... function getfilesystemencoding (line 395) | def getfilesystemencoding() -> str: ... function getfilesystemencodeerrors (line 396) | def getfilesystemencodeerrors() -> str: ... function getrefcount (line 397) | def getrefcount(object: Any, /) -> int: ... function getrecursionlimit (line 398) | def getrecursionlimit() -> int: ... function getsizeof (line 399) | def getsizeof(obj: object, default: int = ...) -> int: ... function getswitchinterval (line 400) | def getswitchinterval() -> float: ... function getprofile (line 401) | def getprofile() -> ProfileFunction | None: ... function setprofile (line 402) | def setprofile(function: ProfileFunction | None, /) -> None: ... function gettrace (line 403) | def gettrace() -> TraceFunction | None: ... function settrace (line 406) | def settrace(tracefunc) -> None: class _WinVersion (line 420) | class _WinVersion(_UninstantiableStructseq, tuple[int, int, int, int, st... method major (line 422) | def major(self) -> int: ... method minor (line 424) | def minor(self) -> int: ... method build (line 426) | def build(self) -> int: ... method platform (line 428) | def platform(self) -> int: ... method service_pack (line 430) | def service_pack(self) -> str: ... method service_pack_minor (line 432) | def service_pack_minor(self) -> int: ... method service_pack_major (line 434) | def service_pack_major(self) -> int: ... method suite_mask (line 436) | def suite_mask(self) -> int: ... method product_type (line 438) | def product_type(self) -> int: ... method platform_version (line 440) | def platform_version(self) -> tuple[int, int, int]: ... function getwindowsversion (line 442) | def getwindowsversion() -> _WinVersion: ... function intern (line 444) | def intern(string: str, /) -> str: ... function is_finalizing (line 445) | def is_finalizing() -> bool: ... function breakpointhook (line 446) | def breakpointhook(*args: Any, **kwargs: Any) -> Any: ... function setdlopenflags (line 451) | def setdlopenflags(flags: int, /) -> None: ... function setrecursionlimit (line 453) | def setrecursionlimit(limit: int, /) -> None: ... function setswitchinterval (line 454) | def setswitchinterval(interval: float, /) -> None: ... function gettotalrefcount (line 455) | def gettotalrefcount() -> int: ... # Debug builds only function getcheckinterval (line 458) | def getcheckinterval() -> int: ... # deprecated function setcheckinterval (line 459) | def setcheckinterval(n: int, /) -> None: ... # deprecated function callstats (line 463) | def callstats() -> tuple[int, int, int, int, int, int, int, int, int, in... class UnraisableHookArgs (line 466) | class UnraisableHookArgs(Protocol): function __unraisablehook__ (line 475) | def __unraisablehook__(unraisable: UnraisableHookArgs, /) -> Any: ... function addaudithook (line 476) | def addaudithook(hook: Callable[[str, tuple[Any, ...]], Any]) -> None: ... function audit (line 477) | def audit(event: str, /, *args: Any) -> None: ... class _asyncgen_hooks (line 482) | class _asyncgen_hooks(structseq[_AsyncgenHook], tuple[_AsyncgenHook, _As... method firstiter (line 484) | def firstiter(self) -> _AsyncgenHook: ... method finalizer (line 486) | def finalizer(self) -> _AsyncgenHook: ... function get_asyncgen_hooks (line 488) | def get_asyncgen_hooks() -> _asyncgen_hooks: ... function set_asyncgen_hooks (line 489) | def set_asyncgen_hooks(firstiter: _AsyncgenHook = ..., finalizer: _Async... function _enablelegacywindowsfsencoding (line 492) | def _enablelegacywindowsfsencoding() -> None: ... function get_coroutine_origin_tracking_depth (line 494) | def get_coroutine_origin_tracking_depth() -> int: ... function set_coroutine_origin_tracking_depth (line 495) | def set_coroutine_origin_tracking_depth(depth: int) -> None: ... function set_int_max_str_digits (line 499) | def set_int_max_str_digits(maxdigits: int) -> None: ... function get_int_max_str_digits (line 500) | def get_int_max_str_digits() -> int: ... function getunicodeinternedsize (line 504) | def getunicodeinternedsize(*, _only_immortal: bool = False) -> int: ... function getunicodeinternedsize (line 506) | def getunicodeinternedsize() -> int: ... function deactivate_stack_trampoline (line 508) | def deactivate_stack_trampoline() -> None: ... function is_stack_trampoline_active (line 509) | def is_stack_trampoline_active() -> bool: ... function activate_stack_trampoline (line 512) | def activate_stack_trampoline(backend: str, /) -> None: ... function activate_stack_trampoline (line 514) | def activate_stack_trampoline(backend: str, /) -> NoReturn: ... function atexit (line 521) | def atexit(func: Callable[[], None] | None, /) -> Callable[[], None] | N... function print_exception (line 537) | def print_exception(exc: Exception | BaseException, file: IOBase_mp = st... FILE: publish/micropython-stdlib-stubs/stdlib/types.pyi class FunctionType (line 73) | class FunctionType: method __closure__ (line 75) | def __closure__(self) -> tuple[CellType, ...] | None: ... method __globals__ (line 80) | def __globals__(self) -> dict[str, Any]: ... method __builtins__ (line 87) | def __builtins__(self) -> dict[str, Any]: ... method __new__ (line 92) | def __new__( method __call__ (line 100) | def __call__(self, *args: Any, **kwargs: Any) -> Any: ... method __get__ (line 102) | def __get__(self, instance: None, owner: type, /) -> FunctionType: ... method __get__ (line 104) | def __get__(self, instance: object, owner: type | None = None, /) -> M... class CodeType (line 109) | class CodeType: method __eq__ (line 110) | def __eq__(self, value: object, /) -> bool: ... method __hash__ (line 111) | def __hash__(self) -> int: ... method co_argcount (line 113) | def co_argcount(self) -> int: ... method co_posonlyargcount (line 115) | def co_posonlyargcount(self) -> int: ... method co_kwonlyargcount (line 117) | def co_kwonlyargcount(self) -> int: ... method co_nlocals (line 119) | def co_nlocals(self) -> int: ... method co_stacksize (line 121) | def co_stacksize(self) -> int: ... method co_flags (line 123) | def co_flags(self) -> int: ... method co_code (line 125) | def co_code(self) -> bytes: ... method co_consts (line 127) | def co_consts(self) -> tuple[Any, ...]: ... method co_names (line 129) | def co_names(self) -> tuple[str, ...]: ... method co_varnames (line 131) | def co_varnames(self) -> tuple[str, ...]: ... method co_filename (line 133) | def co_filename(self) -> str: ... method co_name (line 135) | def co_name(self) -> str: ... method co_firstlineno (line 137) | def co_firstlineno(self) -> int: ... method co_lnotab (line 141) | def co_lnotab(self) -> bytes: ... method co_lnotab (line 144) | def co_lnotab(self) -> bytes: ... method co_freevars (line 147) | def co_freevars(self) -> tuple[str, ...]: ... method co_cellvars (line 149) | def co_cellvars(self) -> tuple[str, ...]: ... method co_linetable (line 152) | def co_linetable(self) -> bytes: ... method co_lines (line 153) | def co_lines(self) -> Iterator[tuple[int, int, int | None]]: ... method co_exceptiontable (line 156) | def co_exceptiontable(self) -> bytes: ... method co_qualname (line 158) | def co_qualname(self) -> str: ... method co_positions (line 159) | def co_positions(self) -> Iterable[tuple[int | None, int | None, int |... method __new__ (line 162) | def __new__( method __new__ (line 185) | def __new__( method __new__ (line 206) | def __new__( method replace (line 227) | def replace( method replace (line 250) | def replace( method replace (line 271) | def replace( class MappingProxyType (line 296) | class MappingProxyType(Mapping[_KT, _VT_co]): method __new__ (line 298) | def __new__(cls, mapping: SupportsKeysAndGetItem[_KT, _VT_co]) -> Self... method __getitem__ (line 299) | def __getitem__(self, key: _KT, /) -> _VT_co: ... method __iter__ (line 300) | def __iter__(self) -> Iterator[_KT]: ... method __len__ (line 301) | def __len__(self) -> int: ... method __eq__ (line 302) | def __eq__(self, value: object, /) -> bool: ... method copy (line 303) | def copy(self) -> dict[_KT, _VT_co]: ... method keys (line 304) | def keys(self) -> KeysView[_KT]: ... method values (line 305) | def values(self) -> ValuesView[_VT_co]: ... method items (line 306) | def items(self) -> ItemsView[_KT, _VT_co]: ... method get (line 308) | def get(self, key: _KT, /) -> _VT_co | None: ... method get (line 310) | def get(self, key: _KT, default: _VT_co | _T2, /) -> _VT_co | _T2: ... method __class_getitem__ (line 312) | def __class_getitem__(cls, item: Any, /) -> GenericAlias: ... method __reversed__ (line 313) | def __reversed__(self) -> Iterator[_KT]: ... method __or__ (line 314) | def __or__(self, value: Mapping[_T1, _T2], /) -> dict[_KT | _T1, _VT_c... method __ror__ (line 315) | def __ror__(self, value: Mapping[_T1, _T2], /) -> dict[_KT | _T1, _VT_... class SimpleNamespace (line 317) | class SimpleNamespace: method __init__ (line 320) | def __init__(self, mapping_or_iterable: Mapping[str, Any] | Iterable[t... method __init__ (line 322) | def __init__(self, **kwargs: Any) -> None: ... method __eq__ (line 324) | def __eq__(self, value: object, /) -> bool: ... method __getattribute__ (line 325) | def __getattribute__(self, name: str, /) -> Any: ... method __setattr__ (line 326) | def __setattr__(self, name: str, value: Any, /) -> None: ... method __delattr__ (line 327) | def __delattr__(self, name: str, /) -> None: ... method __replace__ (line 329) | def __replace__(self, **kwargs: Any) -> Self: ... class ModuleType (line 331) | class ModuleType: method __dict__ (line 335) | def __dict__(self) -> dict[str, Any]: ... # type: ignore[override] method __init__ (line 347) | def __init__(self, name: str, doc: str | None = ...) -> None: ... method __getattr__ (line 351) | def __getattr__(self, name: str) -> Any: ... class CellType (line 354) | class CellType: method __new__ (line 355) | def __new__(cls, contents: object = ..., /) -> Self: ... class GeneratorType (line 364) | class GeneratorType(Generator[_YieldT_co, _SendT_contra, _ReturnT_co]): method gi_yieldfrom (line 366) | def gi_yieldfrom(self) -> GeneratorType[_YieldT_co, _SendT_contra, Any... method gi_suspended (line 369) | def gi_suspended(self) -> bool: ... method __iter__ (line 372) | def __iter__(self) -> Self: ... method __next__ (line 373) | def __next__(self) -> _YieldT_co: ... method send (line 374) | def send(self, arg: _SendT_contra, /) -> _YieldT_co: ... method throw (line 376) | def throw(self, typ: type[BaseException], val: BaseException | object ... method throw (line 378) | def throw(self, typ: BaseException, val: None = None, tb: TracebackTyp... method __class_getitem__ (line 380) | def __class_getitem__(cls, item: Any, /) -> Any: ... class AsyncGeneratorType (line 383) | class AsyncGeneratorType(AsyncGenerator[_YieldT_co, _SendT_contra]): method ag_await (line 385) | def ag_await(self) -> Awaitable[Any] | None: ... method ag_suspended (line 390) | def ag_suspended(self) -> bool: ... method __aiter__ (line 392) | def __aiter__(self) -> Self: ... method __anext__ (line 393) | def __anext__(self) -> Coroutine[Any, Any, _YieldT_co]: ... method asend (line 394) | def asend(self, val: _SendT_contra, /) -> Coroutine[Any, Any, _YieldT_... method athrow (line 396) | async def athrow( method athrow (line 400) | async def athrow(self, typ: BaseException, val: None = None, tb: Trace... method aclose (line 401) | def aclose(self) -> Coroutine[Any, Any, None]: ... method __class_getitem__ (line 403) | def __class_getitem__(cls, item: Any, /) -> GenericAlias: ... class CoroutineType (line 406) | class CoroutineType(Coroutine[_YieldT_co, _SendT_contra, _ReturnT_co]): method cr_origin (line 410) | def cr_origin(self) -> tuple[tuple[str, int, str], ...] | None: ... method cr_suspended (line 413) | def cr_suspended(self) -> bool: ... method close (line 415) | def close(self) -> None: ... method __await__ (line 416) | def __await__(self) -> Generator[Any, None, _ReturnT_co]: ... method send (line 417) | def send(self, arg: _SendT_contra, /) -> _YieldT_co: ... method throw (line 419) | def throw(self, typ: type[BaseException], val: BaseException | object ... method throw (line 421) | def throw(self, typ: BaseException, val: None = None, tb: TracebackTyp... method __class_getitem__ (line 423) | def __class_getitem__(cls, item: Any, /) -> Any: ... class MethodType (line 426) | class MethodType: method __closure__ (line 428) | def __closure__(self) -> tuple[CellType, ...] | None: ... # inherited... method __code__ (line 430) | def __code__(self) -> CodeType: ... # inherited from the added function method __defaults__ (line 432) | def __defaults__(self) -> tuple[Any, ...] | None: ... # inherited fro... method __func__ (line 434) | def __func__(self) -> Callable[..., Any]: ... method __self__ (line 436) | def __self__(self) -> object: ... method __name__ (line 438) | def __name__(self) -> str: ... # inherited from the added function method __qualname__ (line 440) | def __qualname__(self) -> str: ... # inherited from the added function method __new__ (line 441) | def __new__(cls, func: Callable[..., Any], obj: object, /) -> Self: ... method __call__ (line 442) | def __call__(self, *args: Any, **kwargs: Any) -> Any: ... method __eq__ (line 443) | def __eq__(self, value: object, /) -> bool: ... method __hash__ (line 444) | def __hash__(self) -> int: ... class BuiltinFunctionType (line 447) | class BuiltinFunctionType: method __self__ (line 449) | def __self__(self) -> object | ModuleType: ... method __name__ (line 451) | def __name__(self) -> str: ... method __qualname__ (line 453) | def __qualname__(self) -> str: ... method __call__ (line 454) | def __call__(self, *args: Any, **kwargs: Any) -> Any: ... method __eq__ (line 455) | def __eq__(self, value: object, /) -> bool: ... method __hash__ (line 456) | def __hash__(self) -> int: ... class WrapperDescriptorType (line 461) | class WrapperDescriptorType: method __name__ (line 463) | def __name__(self) -> str: ... method __qualname__ (line 465) | def __qualname__(self) -> str: ... method __objclass__ (line 467) | def __objclass__(self) -> type: ... method __call__ (line 468) | def __call__(self, *args: Any, **kwargs: Any) -> Any: ... method __get__ (line 469) | def __get__(self, instance: Any, owner: type | None = None, /) -> Any:... class MethodWrapperType (line 472) | class MethodWrapperType: method __self__ (line 474) | def __self__(self) -> object: ... method __name__ (line 476) | def __name__(self) -> str: ... method __qualname__ (line 478) | def __qualname__(self) -> str: ... method __objclass__ (line 480) | def __objclass__(self) -> type: ... method __call__ (line 481) | def __call__(self, *args: Any, **kwargs: Any) -> Any: ... method __eq__ (line 482) | def __eq__(self, value: object, /) -> bool: ... method __ne__ (line 483) | def __ne__(self, value: object, /) -> bool: ... method __hash__ (line 484) | def __hash__(self) -> int: ... class MethodDescriptorType (line 487) | class MethodDescriptorType: method __name__ (line 489) | def __name__(self) -> str: ... method __qualname__ (line 491) | def __qualname__(self) -> str: ... method __objclass__ (line 493) | def __objclass__(self) -> type: ... method __call__ (line 494) | def __call__(self, *args: Any, **kwargs: Any) -> Any: ... method __get__ (line 495) | def __get__(self, instance: Any, owner: type | None = None, /) -> Any:... class ClassMethodDescriptorType (line 498) | class ClassMethodDescriptorType: method __name__ (line 500) | def __name__(self) -> str: ... method __qualname__ (line 502) | def __qualname__(self) -> str: ... method __objclass__ (line 504) | def __objclass__(self) -> type: ... method __call__ (line 505) | def __call__(self, *args: Any, **kwargs: Any) -> Any: ... method __get__ (line 506) | def __get__(self, instance: Any, owner: type | None = None, /) -> Any:... class TracebackType (line 509) | class TracebackType: method __new__ (line 510) | def __new__(cls, tb_next: TracebackType | None, tb_frame: FrameType, t... method tb_frame (line 514) | def tb_frame(self) -> FrameType: ... method tb_lasti (line 516) | def tb_lasti(self) -> int: ... method tb_lineno (line 518) | def tb_lineno(self) -> int: ... class FrameType (line 521) | class FrameType: method f_back (line 523) | def f_back(self) -> FrameType | None: ... method f_builtins (line 525) | def f_builtins(self) -> dict[str, Any]: ... method f_code (line 527) | def f_code(self) -> CodeType: ... method f_globals (line 529) | def f_globals(self) -> dict[str, Any]: ... method f_lasti (line 531) | def f_lasti(self) -> int: ... method f_lineno (line 536) | def f_lineno(self) -> int | MaybeNone: ... method f_locals (line 538) | def f_locals(self) -> dict[str, Any]: ... method clear (line 542) | def clear(self) -> None: ... class GetSetDescriptorType (line 545) | class GetSetDescriptorType: method __name__ (line 547) | def __name__(self) -> str: ... method __qualname__ (line 549) | def __qualname__(self) -> str: ... method __objclass__ (line 551) | def __objclass__(self) -> type: ... method __get__ (line 552) | def __get__(self, instance: Any, owner: type | None = None, /) -> Any:... method __set__ (line 553) | def __set__(self, instance: Any, value: Any, /) -> None: ... method __delete__ (line 554) | def __delete__(self, instance: Any, /) -> None: ... class MemberDescriptorType (line 557) | class MemberDescriptorType: method __name__ (line 559) | def __name__(self) -> str: ... method __qualname__ (line 561) | def __qualname__(self) -> str: ... method __objclass__ (line 563) | def __objclass__(self) -> type: ... method __get__ (line 564) | def __get__(self, instance: Any, owner: type | None = None, /) -> Any:... method __set__ (line 565) | def __set__(self, instance: Any, value: Any, /) -> None: ... method __delete__ (line 566) | def __delete__(self, instance: Any, /) -> None: ... function new_class (line 568) | def new_class( function resolve_bases (line 574) | def resolve_bases(bases: Iterable[object]) -> tuple[Any, ...]: ... function prepare_class (line 575) | def prepare_class( function get_original_bases (line 580) | def get_original_bases(cls: type, /) -> tuple[Any, ...]: ... function coroutine (line 591) | def coroutine(func: Callable[_P, Generator[Any, Any, _R]]) -> Callable[_... function coroutine (line 593) | def coroutine(func: _Fn) -> _Fn: ... class GenericAlias (line 596) | class GenericAlias: method __origin__ (line 598) | def __origin__(self) -> type: ... method __args__ (line 600) | def __args__(self) -> tuple[Any, ...]: ... method __parameters__ (line 602) | def __parameters__(self) -> tuple[Any, ...]: ... method __new__ (line 603) | def __new__(cls, origin: type, args: Any) -> Self: ... method __getitem__ (line 604) | def __getitem__(self, typeargs: Any, /) -> GenericAlias: ... method __eq__ (line 605) | def __eq__(self, value: object, /) -> bool: ... method __hash__ (line 606) | def __hash__(self) -> int: ... method __unpacked__ (line 609) | def __unpacked__(self) -> bool: ... method __typing_unpacked_tuple_args__ (line 611) | def __typing_unpacked_tuple_args__(self) -> tuple[Any, ...] | None: ... method __or__ (line 613) | def __or__(self, value: Any, /) -> UnionType: ... method __ror__ (line 614) | def __ror__(self, value: Any, /) -> UnionType: ... method __getattr__ (line 617) | def __getattr__(self, name: str) -> Any: ... class NoneType (line 621) | class NoneType: method __bool__ (line 622) | def __bool__(self) -> Literal[False]: ... class EllipsisType (line 625) | class EllipsisType: ... class UnionType (line 631) | class UnionType: method __args__ (line 633) | def __args__(self) -> tuple[Any, ...]: ... method __or__ (line 634) | def __or__(self, value: Any, /) -> UnionType: ... method __ror__ (line 635) | def __ror__(self, value: Any, /) -> UnionType: ... method __eq__ (line 636) | def __eq__(self, value: object, /) -> bool: ... method __hash__ (line 637) | def __hash__(self) -> int: ... class CapsuleType (line 641) | class CapsuleType: ... FILE: publish/micropython-stdlib-stubs/stdlib/typing.pyi function final (line 136) | def final(f: _T) -> _T: ... class TypeVar (line 138) | class TypeVar: method __name__ (line 140) | def __name__(self) -> str: ... method __bound__ (line 142) | def __bound__(self) -> Any | None: ... method __constraints__ (line 144) | def __constraints__(self) -> tuple[Any, ...]: ... method __covariant__ (line 146) | def __covariant__(self) -> bool: ... method __contravariant__ (line 148) | def __contravariant__(self) -> bool: ... method __infer_variance__ (line 151) | def __infer_variance__(self) -> bool: ... method __default__ (line 154) | def __default__(self) -> Any: ... method __init__ (line 156) | def __init__( method __init__ (line 167) | def __init__( method __init__ (line 177) | def __init__( method __or__ (line 181) | def __or__(self, right: Any) -> _SpecialForm: ... method __ror__ (line 182) | def __ror__(self, left: Any) -> _SpecialForm: ... method __typing_subst__ (line 184) | def __typing_subst__(self, arg: Any) -> Any: ... method __typing_prepare_subst__ (line 186) | def __typing_prepare_subst__(self, alias: Any, args: Any) -> tuple[Any... method has_default (line 187) | def has_default(self) -> bool: ... class _SpecialForm (line 194) | class _SpecialForm: method __getitem__ (line 195) | def __getitem__(self, parameters: Any) -> object: ... method __or__ (line 197) | def __or__(self, other: Any) -> _SpecialForm: ... method __ror__ (line 198) | def __ror__(self, other: Any) -> _SpecialForm: ... class TypeVarTuple (line 226) | class TypeVarTuple: method __name__ (line 228) | def __name__(self) -> str: ... method __default__ (line 231) | def __default__(self) -> Any: ... method has_default (line 232) | def has_default(self) -> bool: ... method __init__ (line 234) | def __init__(self, name: str, *, default: Any = ...) -> None: ... method __init__ (line 236) | def __init__(self, name: str) -> None: ... method __iter__ (line 238) | def __iter__(self) -> Any: ... method __typing_subst__ (line 239) | def __typing_subst__(self, arg: Never) -> Never: ... method __typing_prepare_subst__ (line 240) | def __typing_prepare_subst__(self, alias: Any, args: Any) -> tuple[Any... class ParamSpecArgs (line 244) | class ParamSpecArgs: method __origin__ (line 246) | def __origin__(self) -> ParamSpec: ... method __init__ (line 247) | def __init__(self, origin: ParamSpec) -> None: ... method __eq__ (line 248) | def __eq__(self, other: object) -> bool: ... class ParamSpecKwargs (line 251) | class ParamSpecKwargs: method __origin__ (line 253) | def __origin__(self) -> ParamSpec: ... method __init__ (line 254) | def __init__(self, origin: ParamSpec) -> None: ... method __eq__ (line 255) | def __eq__(self, other: object) -> bool: ... class ParamSpec (line 258) | class ParamSpec: method __name__ (line 260) | def __name__(self) -> str: ... method __bound__ (line 262) | def __bound__(self) -> Any | None: ... method __covariant__ (line 264) | def __covariant__(self) -> bool: ... method __contravariant__ (line 266) | def __contravariant__(self) -> bool: ... method __infer_variance__ (line 269) | def __infer_variance__(self) -> bool: ... method __default__ (line 272) | def __default__(self) -> Any: ... method __init__ (line 274) | def __init__( method __init__ (line 285) | def __init__( method __init__ (line 295) | def __init__(self, name: str, *, bound: Any | None = None, contravaria... method args (line 298) | def args(self) -> ParamSpecArgs: ... method kwargs (line 300) | def kwargs(self) -> ParamSpecKwargs: ... method __typing_subst__ (line 302) | def __typing_subst__(self, arg: Any) -> Any: ... method __typing_prepare_subst__ (line 303) | def __typing_prepare_subst__(self, alias: Any, args: Any) -> tuple[Any... method __or__ (line 305) | def __or__(self, right: Any) -> _SpecialForm: ... method __ror__ (line 306) | def __ror__(self, left: Any) -> _SpecialForm: ... method has_default (line 308) | def has_default(self) -> bool: ... class NewType (line 314) | class NewType: method __init__ (line 315) | def __init__(self, name: str, tp: Any) -> None: ... method __call__ (line 318) | def __call__(x: _T, /) -> _T: ... method __call__ (line 320) | def __call__(self, x: _T) -> _T: ... method __or__ (line 322) | def __or__(self, other: Any) -> _SpecialForm: ... method __ror__ (line 323) | def __ror__(self, other: Any) -> _SpecialForm: ... function NewType (line 327) | def NewType(name: str, tp: Any) -> Any: ... method __init__ (line 315) | def __init__(self, name: str, tp: Any) -> None: ... method __call__ (line 318) | def __call__(x: _T, /) -> _T: ... method __call__ (line 320) | def __call__(self, x: _T) -> _T: ... method __or__ (line 322) | def __or__(self, other: Any) -> _SpecialForm: ... method __ror__ (line 323) | def __ror__(self, other: Any) -> _SpecialForm: ... function overload (line 342) | def overload(func: _F) -> _F: ... function no_type_check (line 343) | def no_type_check(arg: _F) -> _F: ... function no_type_check_decorator (line 344) | def no_type_check_decorator(decorator: Callable[_P, _T]) -> Callable[_P,... function type_check_only (line 347) | def type_check_only(func_or_cls: _F) -> _F: ... class _Alias (line 351) | class _Alias: method __getitem__ (line 353) | def __getitem__(self, typeargs: Any) -> Any: ... class _ProtocolMeta (line 372) | class _ProtocolMeta(ABCMeta): method __init__ (line 374) | def __init__(cls, *args: Any, **kwargs: Any) -> None: ... function runtime_checkable (line 378) | def runtime_checkable(cls: _TC) -> _TC: ... class SupportsInt (line 380) | class SupportsInt(Protocol, metaclass=ABCMeta): method __int__ (line 382) | def __int__(self) -> int: ... class SupportsFloat (line 385) | class SupportsFloat(Protocol, metaclass=ABCMeta): method __float__ (line 387) | def __float__(self) -> float: ... class SupportsComplex (line 390) | class SupportsComplex(Protocol, metaclass=ABCMeta): method __complex__ (line 392) | def __complex__(self) -> complex: ... class SupportsBytes (line 395) | class SupportsBytes(Protocol, metaclass=ABCMeta): method __bytes__ (line 397) | def __bytes__(self) -> bytes: ... class SupportsIndex (line 400) | class SupportsIndex(Protocol, metaclass=ABCMeta): method __index__ (line 402) | def __index__(self) -> int: ... class SupportsAbs (line 405) | class SupportsAbs(Protocol[_T_co]): method __abs__ (line 407) | def __abs__(self) -> _T_co: ... class SupportsRound (line 410) | class SupportsRound(Protocol[_T_co]): method __round__ (line 413) | def __round__(self) -> int: ... method __round__ (line 416) | def __round__(self, ndigits: int, /) -> _T_co: ... class Sized (line 419) | class Sized(Protocol, metaclass=ABCMeta): method __len__ (line 421) | def __len__(self) -> int: ... class Hashable (line 424) | class Hashable(Protocol, metaclass=ABCMeta): method __hash__ (line 429) | def __hash__(self) -> int: ... class Iterable (line 432) | class Iterable(Protocol[_T_co]): method __iter__ (line 434) | def __iter__(self) -> Iterator[_T_co]: ... class Iterator (line 437) | class Iterator(Iterable[_T_co], Protocol[_T_co]): method __next__ (line 439) | def __next__(self) -> _T_co: ... method __iter__ (line 440) | def __iter__(self) -> Iterator[_T_co]: ... class Reversible (line 443) | class Reversible(Iterable[_T_co], Protocol[_T_co]): method __reversed__ (line 445) | def __reversed__(self) -> Iterator[_T_co]: ... class Generator (line 451) | class Generator(Iterator[_YieldT_co], Generic[_YieldT_co, _SendT_contra,... method __next__ (line 452) | def __next__(self) -> _YieldT_co: ... method send (line 454) | def send(self, value: _SendT_contra, /) -> _YieldT_co: ... method throw (line 457) | def throw(self, typ: type[BaseException], val: BaseException | object ... method throw (line 460) | def throw(self, typ: BaseException, val: None = None, tb: TracebackTyp... method close (line 461) | def close(self) -> None: ... method __iter__ (line 462) | def __iter__(self) -> Generator[_YieldT_co, _SendT_contra, _ReturnT_co... method gi_code (line 464) | def gi_code(self) -> CodeType: ... method gi_frame (line 466) | def gi_frame(self) -> FrameType: ... method gi_running (line 468) | def gi_running(self) -> bool: ... method gi_yieldfrom (line 470) | def gi_yieldfrom(self) -> Generator[Any, Any, Any] | None: ... class ContextManager (line 479) | class ContextManager(AbstractContextManager[_T_co, bool | None], Protoco... class AsyncContextManager (line 482) | class AsyncContextManager(AbstractAsyncContextManager[_T_co, bool | None... class Awaitable (line 485) | class Awaitable(Protocol[_T_co]): method __await__ (line 487) | def __await__(self) -> Generator[Any, Any, _T_co]: ... class Coroutine (line 493) | class Coroutine(Awaitable[_ReturnT_co_nd], Generic[_YieldT_co, _SendT_co... method cr_await (line 497) | def cr_await(self) -> Any | None: ... method cr_code (line 499) | def cr_code(self) -> CodeType: ... method cr_frame (line 501) | def cr_frame(self) -> FrameType | None: ... method cr_running (line 503) | def cr_running(self) -> bool: ... method send (line 505) | def send(self, value: _SendT_contra_nd, /) -> _YieldT_co: ... method throw (line 508) | def throw(self, typ: type[BaseException], val: BaseException | object ... method throw (line 511) | def throw(self, typ: BaseException, val: None = None, tb: TracebackTyp... method close (line 513) | def close(self) -> None: ... class AwaitableGenerator (line 518) | class AwaitableGenerator( class AsyncIterable (line 526) | class AsyncIterable(Protocol[_T_co]): method __aiter__ (line 528) | def __aiter__(self) -> AsyncIterator[_T_co]: ... class AsyncIterator (line 531) | class AsyncIterator(AsyncIterable[_T_co], Protocol[_T_co]): method __anext__ (line 533) | def __anext__(self) -> Awaitable[_T_co]: ... method __aiter__ (line 534) | def __aiter__(self) -> AsyncIterator[_T_co]: ... class AsyncGenerator (line 536) | class AsyncGenerator(AsyncIterator[_YieldT_co], Generic[_YieldT_co, _Sen... method __anext__ (line 537) | def __anext__(self) -> Coroutine[Any, Any, _YieldT_co]: ... method asend (line 539) | def asend(self, value: _SendT_contra, /) -> Coroutine[Any, Any, _Yield... method athrow (line 542) | def athrow( method athrow (line 547) | def athrow(self, typ: BaseException, val: None = None, tb: TracebackTy... method aclose (line 548) | def aclose(self) -> Coroutine[Any, Any, None]: ... method ag_await (line 550) | def ag_await(self) -> Any: ... method ag_code (line 552) | def ag_code(self) -> CodeType: ... method ag_frame (line 554) | def ag_frame(self) -> FrameType: ... method ag_running (line 556) | def ag_running(self) -> bool: ... class Container (line 559) | class Container(Protocol[_T_co]): method __contains__ (line 562) | def __contains__(self, x: object, /) -> bool: ... class Collection (line 565) | class Collection(Iterable[_T_co], Container[_T_co], Protocol[_T_co]): method __len__ (line 568) | def __len__(self) -> int: ... class Sequence (line 570) | class Sequence(Reversible[_T_co], Collection[_T_co]): method __getitem__ (line 573) | def __getitem__(self, index: int) -> _T_co: ... method __getitem__ (line 576) | def __getitem__(self, index: slice) -> Sequence[_T_co]: ... method index (line 578) | def index(self, value: Any, start: int = 0, stop: int = ...) -> int: ... method count (line 579) | def count(self, value: Any) -> int: ... method __contains__ (line 580) | def __contains__(self, value: object) -> bool: ... method __iter__ (line 581) | def __iter__(self) -> Iterator[_T_co]: ... method __reversed__ (line 582) | def __reversed__(self) -> Iterator[_T_co]: ... class MutableSequence (line 584) | class MutableSequence(Sequence[_T]): method insert (line 586) | def insert(self, index: int, value: _T) -> None: ... method __getitem__ (line 589) | def __getitem__(self, index: int) -> _T: ... method __getitem__ (line 592) | def __getitem__(self, index: slice) -> MutableSequence[_T]: ... method __setitem__ (line 595) | def __setitem__(self, index: int, value: _T) -> None: ... method __setitem__ (line 598) | def __setitem__(self, index: slice, value: Iterable[_T]) -> None: ... method __delitem__ (line 601) | def __delitem__(self, index: int) -> None: ... method __delitem__ (line 604) | def __delitem__(self, index: slice) -> None: ... method append (line 606) | def append(self, value: _T) -> None: ... method clear (line 607) | def clear(self) -> None: ... method extend (line 608) | def extend(self, values: Iterable[_T]) -> None: ... method reverse (line 609) | def reverse(self) -> None: ... method pop (line 610) | def pop(self, index: int = -1) -> _T: ... method remove (line 611) | def remove(self, value: _T) -> None: ... method __iadd__ (line 612) | def __iadd__(self, values: Iterable[_T]) -> typing_extensions.Self: ... class AbstractSet (line 614) | class AbstractSet(Collection[_T_co]): method __contains__ (line 616) | def __contains__(self, x: object) -> bool: ... method _hash (line 617) | def _hash(self) -> int: ... method __le__ (line 619) | def __le__(self, other: AbstractSet[Any]) -> bool: ... method __lt__ (line 620) | def __lt__(self, other: AbstractSet[Any]) -> bool: ... method __gt__ (line 621) | def __gt__(self, other: AbstractSet[Any]) -> bool: ... method __ge__ (line 622) | def __ge__(self, other: AbstractSet[Any]) -> bool: ... method __and__ (line 623) | def __and__(self, other: AbstractSet[Any]) -> AbstractSet[_T_co]: ... method __or__ (line 624) | def __or__(self, other: AbstractSet[_T]) -> AbstractSet[_T_co | _T]: ... method __sub__ (line 625) | def __sub__(self, other: AbstractSet[Any]) -> AbstractSet[_T_co]: ... method __xor__ (line 626) | def __xor__(self, other: AbstractSet[_T]) -> AbstractSet[_T_co | _T]: ... method __eq__ (line 627) | def __eq__(self, other: object) -> bool: ... method isdisjoint (line 628) | def isdisjoint(self, other: Iterable[Any]) -> bool: ... class MutableSet (line 630) | class MutableSet(AbstractSet[_T]): method add (line 632) | def add(self, value: _T) -> None: ... method discard (line 634) | def discard(self, value: _T) -> None: ... method clear (line 636) | def clear(self) -> None: ... method pop (line 637) | def pop(self) -> _T: ... method remove (line 638) | def remove(self, value: _T) -> None: ... method __ior__ (line 639) | def __ior__(self, it: AbstractSet[_T]) -> typing_extensions.Self: ... ... method __iand__ (line 640) | def __iand__(self, it: AbstractSet[Any]) -> typing_extensions.Self: ... method __ixor__ (line 641) | def __ixor__(self, it: AbstractSet[_T]) -> typing_extensions.Self: ...... method __isub__ (line 642) | def __isub__(self, it: AbstractSet[Any]) -> typing_extensions.Self: ... class MappingView (line 644) | class MappingView(Sized): method __init__ (line 645) | def __init__(self, mapping: Mapping[Any, Any]) -> None: ... # undocum... method __len__ (line 646) | def __len__(self) -> int: ... class ItemsView (line 648) | class ItemsView(MappingView, AbstractSet[tuple[_KT_co, _VT_co]], Generic... method __init__ (line 649) | def __init__(self, mapping: Mapping[_KT_co, _VT_co]) -> None: ... # u... method __and__ (line 650) | def __and__(self, other: Iterable[Any]) -> set[tuple[_KT_co, _VT_co]]:... method __rand__ (line 651) | def __rand__(self, other: Iterable[_T]) -> set[_T]: ... method __contains__ (line 652) | def __contains__(self, item: object) -> bool: ... method __iter__ (line 653) | def __iter__(self) -> Iterator[tuple[_KT_co, _VT_co]]: ... method __reversed__ (line 654) | def __reversed__(self) -> Iterator[tuple[_KT_co, _VT_co]]: ... method __or__ (line 655) | def __or__(self, other: Iterable[_T]) -> set[tuple[_KT_co, _VT_co] | _... method __ror__ (line 656) | def __ror__(self, other: Iterable[_T]) -> set[tuple[_KT_co, _VT_co] | ... method __sub__ (line 657) | def __sub__(self, other: Iterable[Any]) -> set[tuple[_KT_co, _VT_co]]:... method __rsub__ (line 658) | def __rsub__(self, other: Iterable[_T]) -> set[_T]: ... method __xor__ (line 659) | def __xor__(self, other: Iterable[_T]) -> set[tuple[_KT_co, _VT_co] | ... method __rxor__ (line 660) | def __rxor__(self, other: Iterable[_T]) -> set[tuple[_KT_co, _VT_co] |... class KeysView (line 662) | class KeysView(MappingView, AbstractSet[_KT_co]): method __init__ (line 663) | def __init__(self, mapping: Mapping[_KT_co, Any]) -> None: ... # undo... method __and__ (line 664) | def __and__(self, other: Iterable[Any]) -> set[_KT_co]: ... method __rand__ (line 665) | def __rand__(self, other: Iterable[_T]) -> set[_T]: ... method __contains__ (line 666) | def __contains__(self, key: object) -> bool: ... method __iter__ (line 667) | def __iter__(self) -> Iterator[_KT_co]: ... method __reversed__ (line 668) | def __reversed__(self) -> Iterator[_KT_co]: ... method __or__ (line 669) | def __or__(self, other: Iterable[_T]) -> set[_KT_co | _T]: ... method __ror__ (line 670) | def __ror__(self, other: Iterable[_T]) -> set[_KT_co | _T]: ... method __sub__ (line 671) | def __sub__(self, other: Iterable[Any]) -> set[_KT_co]: ... method __rsub__ (line 672) | def __rsub__(self, other: Iterable[_T]) -> set[_T]: ... method __xor__ (line 673) | def __xor__(self, other: Iterable[_T]) -> set[_KT_co | _T]: ... method __rxor__ (line 674) | def __rxor__(self, other: Iterable[_T]) -> set[_KT_co | _T]: ... class ValuesView (line 676) | class ValuesView(MappingView, Collection[_VT_co]): method __init__ (line 677) | def __init__(self, mapping: Mapping[Any, _VT_co]) -> None: ... # undo... method __contains__ (line 678) | def __contains__(self, value: object) -> bool: ... method __iter__ (line 679) | def __iter__(self) -> Iterator[_VT_co]: ... method __reversed__ (line 680) | def __reversed__(self) -> Iterator[_VT_co]: ... class Mapping (line 682) | class Mapping(Collection[_KT], Generic[_KT, _VT_co]): method __getitem__ (line 686) | def __getitem__(self, key: _KT, /) -> _VT_co: ... method get (line 689) | def get(self, key: _KT, /) -> _VT_co | None: ... method get (line 691) | def get(self, key: _KT, /, default: _VT_co | _T) -> _VT_co | _T: ... method items (line 692) | def items(self) -> ItemsView[_KT, _VT_co]: ... method keys (line 693) | def keys(self) -> KeysView[_KT]: ... method values (line 694) | def values(self) -> ValuesView[_VT_co]: ... method __contains__ (line 695) | def __contains__(self, key: object, /) -> bool: ... method __eq__ (line 696) | def __eq__(self, other: object, /) -> bool: ... class MutableMapping (line 698) | class MutableMapping(Mapping[_KT, _VT]): method __setitem__ (line 700) | def __setitem__(self, key: _KT, value: _VT, /) -> None: ... method __delitem__ (line 702) | def __delitem__(self, key: _KT, /) -> None: ... method clear (line 703) | def clear(self) -> None: ... method pop (line 705) | def pop(self, key: _KT, /) -> _VT: ... method pop (line 707) | def pop(self, key: _KT, /, default: _VT) -> _VT: ... method pop (line 709) | def pop(self, key: _KT, /, default: _T) -> _VT | _T: ... method popitem (line 710) | def popitem(self) -> tuple[_KT, _VT]: ... method setdefault (line 718) | def setdefault(self: MutableMapping[_KT, _T | None], key: _KT, default... method setdefault (line 720) | def setdefault(self, key: _KT, default: _VT, /) -> _VT: ... method update (line 742) | def update(self, m: SupportsKeysAndGetItem[_KT, _VT], /, **kwargs: _VT... method update (line 744) | def update(self, m: Iterable[tuple[_KT, _VT]], /, **kwargs: _VT) -> No... method update (line 746) | def update(self, **kwargs: _VT) -> None: ... class IO (line 755) | class IO(Generic[AnyStr]): method mode (line 760) | def mode(self) -> str: ... method name (line 764) | def name(self) -> str | Any: ... method close (line 766) | def close(self) -> None: ... method closed (line 768) | def closed(self) -> bool: ... method fileno (line 770) | def fileno(self) -> int: ... method flush (line 772) | def flush(self) -> None: ... method isatty (line 774) | def isatty(self) -> bool: ... method read (line 776) | def read(self, n: int = -1, /) -> AnyStr: ... method readable (line 778) | def readable(self) -> bool: ... method readline (line 780) | def readline(self, limit: int = -1, /) -> AnyStr: ... method readlines (line 782) | def readlines(self, hint: int = -1, /) -> list[AnyStr]: ... method seek (line 784) | def seek(self, offset: int, whence: int = 0, /) -> int: ... method seekable (line 786) | def seekable(self) -> bool: ... method tell (line 788) | def tell(self) -> int: ... method truncate (line 790) | def truncate(self, size: int | None = None, /) -> int: ... method writable (line 792) | def writable(self) -> bool: ... method write (line 795) | def write(self: IO[bytes], s: ReadableBuffer, /) -> int: ... method write (line 798) | def write(self, s: AnyStr, /) -> int: ... method write (line 801) | def write(self, s: bytes, /) -> int: ... method writelines (line 804) | def writelines(self: IO[bytes], lines: Iterable[ReadableBuffer], /) ->... method writelines (line 807) | def writelines(self, lines: Iterable[AnyStr], /) -> None: ... method __next__ (line 809) | def __next__(self) -> AnyStr: ... method __iter__ (line 811) | def __iter__(self) -> Iterator[AnyStr]: ... method __enter__ (line 813) | def __enter__(self) -> IO[AnyStr]: ... method __exit__ (line 815) | def __exit__(self, type: type[BaseException] | None, value: BaseExcept... class BinaryIO (line 817) | class BinaryIO(IO[bytes]): method __enter__ (line 819) | def __enter__(self) -> BinaryIO: ... class TextIO (line 821) | class TextIO(IO[str]): method buffer (line 824) | def buffer(self) -> BinaryIO: ... method encoding (line 826) | def encoding(self) -> str: ... method errors (line 828) | def errors(self) -> str | None: ... method line_buffering (line 830) | def line_buffering(self) -> int: ... # int on PyPy, bool on CPython method newlines (line 832) | def newlines(self) -> Any: ... # None, str or tuple method __enter__ (line 834) | def __enter__(self) -> TextIO: ... function get_type_hints (line 854) | def get_type_hints( function get_type_hints (line 862) | def get_type_hints( function get_args (line 866) | def get_args(tp: Any) -> tuple[Any, ...]: ... function get_origin (line 870) | def get_origin(tp: ParamSpecArgs | ParamSpecKwargs) -> ParamSpec: ... function get_origin (line 872) | def get_origin(tp: UnionType) -> type[UnionType]: ... function get_origin (line 876) | def get_origin(tp: GenericAlias) -> type: ... function get_origin (line 878) | def get_origin(tp: Any) -> Any | None: ... function get_origin (line 881) | def get_origin(tp: Any) -> Any | None: ... function cast (line 884) | def cast(typ: type[_T], val: Any) -> _T: ... function cast (line 886) | def cast(typ: str, val: Any) -> Any: ... function cast (line 888) | def cast(typ: object, val: Any) -> Any: ... function reveal_type (line 891) | def reveal_type(obj: _T, /) -> _T: ... function assert_never (line 892) | def assert_never(arg: Never, /) -> Never: ... function assert_type (line 893) | def assert_type(val: _T, typ: Any, /) -> _T: ... function clear_overloads (line 894) | def clear_overloads() -> None: ... function get_overloads (line 895) | def get_overloads(func: Callable[..., object]) -> Sequence[Callable[...,... function dataclass_transform (line 896) | def dataclass_transform( class NamedTuple (line 908) | class NamedTuple(tuple[Any, ...]): method __init__ (line 919) | def __init__(self, typename: str, fields: Iterable[tuple[str, Any]], /... method __init__ (line 924) | def __init__(self, typename: str, fields: None = None, /, **kwargs: An... method _make (line 926) | def _make(cls, iterable: Iterable[Any]) -> typing_extensions.Self: ... method _asdict (line 927) | def _asdict(self) -> dict[str, Any]: ... method _replace (line 928) | def _replace(self, **kwargs: Any) -> typing_extensions.Self: ... method __replace__ (line 930) | def __replace__(self, **kwargs: Any) -> typing_extensions.Self: ... class _TypedDict (line 935) | class _TypedDict(Mapping[str, object], metaclass=ABCMeta): method copy (line 945) | def copy(self) -> typing_extensions.Self: ... method setdefault (line 948) | def setdefault(self, k: _Never, default: object) -> object: ... method pop (line 950) | def pop(self, k: _Never, default: _T = ...) -> object: ... # pyright:... method update (line 951) | def update(self: _T, m: _T, /) -> None: ... method __delitem__ (line 952) | def __delitem__(self, k: _Never) -> None: ... method items (line 953) | def items(self) -> dict_items[str, object]: ... method keys (line 954) | def keys(self) -> dict_keys[str, object]: ... method values (line 955) | def values(self) -> dict_values[str, object]: ... method __or__ (line 958) | def __or__(self, value: typing_extensions.Self, /) -> typing_extension... method __or__ (line 960) | def __or__(self, value: dict[str, Any], /) -> dict[str, object]: ... method __ror__ (line 962) | def __ror__(self, value: typing_extensions.Self, /) -> typing_extensio... method __ror__ (line 964) | def __ror__(self, value: dict[str, Any], /) -> dict[str, object]: ... method __ior__ (line 966) | def __ior__(self, value: typing_extensions.Self, /) -> typing_extensio... class ForwardRef (line 969) | class ForwardRef: method __init__ (line 979) | def __init__(self, arg: str, is_argument: bool = True, module: Any | N... method __init__ (line 981) | def __init__(self, arg: str, is_argument: bool = True) -> None: ... method _evaluate (line 990) | def _evaluate( method _evaluate (line 994) | def _evaluate( method _evaluate (line 1003) | def _evaluate( method _evaluate (line 1012) | def _evaluate( method _evaluate (line 1016) | def _evaluate(self, globalns: dict[str, Any] | None, localns: Mapping[... method __eq__ (line 1018) | def __eq__(self, other: object) -> bool: ... method __hash__ (line 1019) | def __hash__(self) -> int: ... method __or__ (line 1021) | def __or__(self, other: Any) -> _SpecialForm: ... method __ror__ (line 1022) | def __ror__(self, other: Any) -> _SpecialForm: ... function is_typeddict (line 1025) | def is_typeddict(tp: object) -> bool: ... function _type_repr (line 1027) | def _type_repr(obj: object) -> str: ... function override (line 1030) | def override(method: _F, /) -> _F: ... class TypeAliasType (line 1032) | class TypeAliasType: method __init__ (line 1033) | def __init__(self, name: str, value: Any, *, type_params: tuple[TypeVa... method __value__ (line 1035) | def __value__(self) -> Any: ... method __type_params__ (line 1037) | def __type_params__(self) -> tuple[TypeVar | ParamSpec | TypeVarTuple,... method __parameters__ (line 1039) | def __parameters__(self) -> tuple[Any, ...]: ... method __name__ (line 1041) | def __name__(self) -> str: ... method __module__ (line 1044) | def __module__(self) -> str | None: ... # type: ignore[override] method __getitem__ (line 1045) | def __getitem__(self, parameters: Any) -> GenericAlias: ... method __or__ (line 1046) | def __or__(self, right: Any) -> _SpecialForm: ... method __ror__ (line 1047) | def __ror__(self, left: Any) -> _SpecialForm: ... function is_protocol (line 1050) | def is_protocol(tp: type, /) -> bool: ... function get_protocol_members (line 1051) | def get_protocol_members(tp: type, /) -> frozenset[str]: ... class _NoDefaultType (line 1053) | class _NoDefaultType: ... FILE: publish/micropython-stdlib-stubs/stdlib/typing_extensions.pyi class _SpecialForm (line 194) | class _SpecialForm: method __getitem__ (line 195) | def __getitem__(self, parameters: Any) -> object: ... method __or__ (line 197) | def __or__(self, other: Any) -> _SpecialForm: ... method __ror__ (line 198) | def __ror__(self, other: Any) -> _SpecialForm: ... function runtime_checkable (line 207) | def runtime_checkable(cls: _TC) -> _TC: ... function final (line 213) | def final(f: _F) -> _F: ... function IntVar (line 217) | def IntVar(name: str) -> Any: ... # returns a new TypeVar class _TypedDict (line 222) | class _TypedDict(Mapping[str, object], metaclass=abc.ABCMeta): method copy (line 233) | def copy(self) -> Self: ... method setdefault (line 236) | def setdefault(self, k: Never, default: object) -> object: ... method pop (line 238) | def pop(self, k: Never, default: _T = ...) -> object: ... # pyright: ... method update (line 239) | def update(self: _T, m: _T, /) -> None: ... method items (line 240) | def items(self) -> dict_items[str, object]: ... method keys (line 241) | def keys(self) -> dict_keys[str, object]: ... method values (line 242) | def values(self) -> dict_values[str, object]: ... method __delitem__ (line 243) | def __delitem__(self, k: Never) -> None: ... method __or__ (line 246) | def __or__(self, value: Self, /) -> Self: ... method __or__ (line 248) | def __or__(self, value: dict[str, Any], /) -> dict[str, object]: ... method __ror__ (line 250) | def __ror__(self, value: Self, /) -> Self: ... method __ror__ (line 252) | def __ror__(self, value: dict[str, Any], /) -> dict[str, object]: ... method __ior__ (line 254) | def __ior__(self, value: Self, /) -> Self: ... # type: ignore[misc] function get_type_hints (line 261) | def get_type_hints( function get_args (line 267) | def get_args(tp: Any) -> tuple[Any, ...]: ... function get_origin (line 271) | def get_origin(tp: UnionType) -> type[UnionType]: ... function get_origin (line 275) | def get_origin(tp: GenericAlias) -> type: ... function get_origin (line 278) | def get_origin(tp: ParamSpecArgs | ParamSpecKwargs) -> ParamSpec: ... function get_origin (line 280) | def get_origin(tp: Any) -> Any | None: ... class SupportsIndex (line 286) | class SupportsIndex(Protocol, metaclass=abc.ABCMeta): method __index__ (line 288) | def __index__(self) -> int: ... class ParamSpecArgs (line 302) | class ParamSpecArgs: method __origin__ (line 304) | def __origin__(self) -> ParamSpec: ... method __init__ (line 305) | def __init__(self, origin: ParamSpec) -> None: ... class ParamSpecKwargs (line 308) | class ParamSpecKwargs: method __origin__ (line 310) | def __origin__(self) -> ParamSpec: ... method __init__ (line 311) | def __init__(self, origin: ParamSpec) -> None: ... function is_typeddict (line 316) | def is_typeddict(tp: object) -> bool: ... function reveal_type (line 339) | def reveal_type(obj: _T, /) -> _T: ... function assert_never (line 340) | def assert_never(arg: Never, /) -> Never: ... function assert_type (line 341) | def assert_type(val: _T, typ: Any, /) -> _T: ... function clear_overloads (line 342) | def clear_overloads() -> None: ... function get_overloads (line 343) | def get_overloads(func: Callable[..., object]) -> Sequence[Callable[...,... function dataclass_transform (line 350) | def dataclass_transform( class NamedTuple (line 360) | class NamedTuple(tuple[Any, ...]): method __init__ (line 367) | def __init__(self, typename: str, fields: Iterable[tuple[str, Any]] = ... method __init__ (line 369) | def __init__(self, typename: str, fields: None = None, **kwargs: Any) ... method _make (line 371) | def _make(cls, iterable: Iterable[Any]) -> Self: ... method _asdict (line 372) | def _asdict(self) -> dict[str, Any]: ... method _replace (line 373) | def _replace(self, **kwargs: Any) -> Self: ... class NewType (line 375) | class NewType: method __init__ (line 376) | def __init__(self, name: str, tp: Any) -> None: ... method __call__ (line 377) | def __call__(self, obj: _T, /) -> _T: ... method __or__ (line 380) | def __or__(self, other: Any) -> _SpecialForm: ... method __ror__ (line 381) | def __ror__(self, other: Any) -> _SpecialForm: ... function override (line 388) | def override(arg: _F, /) -> _F: ... function get_original_bases (line 389) | def get_original_bases(cls: type, /) -> tuple[Any, ...]: ... class TypeAliasType (line 391) | class TypeAliasType: method __init__ (line 392) | def __init__(self, name: str, value: Any, *, type_params: tuple[TypeVa... method __value__ (line 394) | def __value__(self) -> Any: ... method __type_params__ (line 396) | def __type_params__(self) -> tuple[TypeVar | ParamSpec | TypeVarTuple,... method __parameters__ (line 398) | def __parameters__(self) -> tuple[Any, ...]: ... method __name__ (line 400) | def __name__(self) -> str: ... method __module__ (line 403) | def __module__(self) -> str | None: ... # type: ignore[override] method __getitem__ (line 405) | def __getitem__(self, parameters: Any) -> Any: ... method __or__ (line 407) | def __or__(self, right: Any) -> _SpecialForm: ... method __ror__ (line 408) | def __ror__(self, left: Any) -> _SpecialForm: ... class Buffer (line 411) | class Buffer(Protocol): method __buffer__ (line 414) | def __buffer__(self, flags: int, /) -> memoryview: ... function is_protocol (line 430) | def is_protocol(tp: type, /) -> bool: ... function get_protocol_members (line 431) | def get_protocol_members(tp: type, /) -> frozenset[str]: ... class _NoDefaultType (line 433) | class _NoDefaultType: ... class CapsuleType (line 437) | class CapsuleType: ... class deprecated (line 439) | class deprecated: method __init__ (line 443) | def __init__(self, message: LiteralString, /, *, category: type[Warnin... method __call__ (line 444) | def __call__(self, arg: _T, /) -> _T: ... class TypeVar (line 447) | class TypeVar: method __name__ (line 449) | def __name__(self) -> str: ... method __bound__ (line 451) | def __bound__(self) -> Any | None: ... method __constraints__ (line 453) | def __constraints__(self) -> tuple[Any, ...]: ... method __covariant__ (line 455) | def __covariant__(self) -> bool: ... method __contravariant__ (line 457) | def __contravariant__(self) -> bool: ... method __infer_variance__ (line 459) | def __infer_variance__(self) -> bool: ... method __default__ (line 461) | def __default__(self) -> Any: ... method __init__ (line 462) | def __init__( method has_default (line 472) | def has_default(self) -> bool: ... method __typing_prepare_subst__ (line 473) | def __typing_prepare_subst__(self, alias: Any, args: Any) -> tuple[Any... method __or__ (line 475) | def __or__(self, right: Any) -> _SpecialForm: ... method __ror__ (line 476) | def __ror__(self, left: Any) -> _SpecialForm: ... method __typing_subst__ (line 478) | def __typing_subst__(self, arg: Any) -> Any: ... class ParamSpec (line 481) | class ParamSpec: method __name__ (line 483) | def __name__(self) -> str: ... method __bound__ (line 485) | def __bound__(self) -> Any | None: ... method __covariant__ (line 487) | def __covariant__(self) -> bool: ... method __contravariant__ (line 489) | def __contravariant__(self) -> bool: ... method __infer_variance__ (line 491) | def __infer_variance__(self) -> bool: ... method __default__ (line 493) | def __default__(self) -> Any: ... method __init__ (line 494) | def __init__( method args (line 504) | def args(self) -> ParamSpecArgs: ... method kwargs (line 506) | def kwargs(self) -> ParamSpecKwargs: ... method has_default (line 507) | def has_default(self) -> bool: ... method __typing_prepare_subst__ (line 508) | def __typing_prepare_subst__(self, alias: Any, args: Any) -> tuple[Any... method __or__ (line 510) | def __or__(self, right: Any) -> _SpecialForm: ... method __ror__ (line 511) | def __ror__(self, left: Any) -> _SpecialForm: ... class TypeVarTuple (line 514) | class TypeVarTuple: method __name__ (line 516) | def __name__(self) -> str: ... method __default__ (line 518) | def __default__(self) -> Any: ... method __init__ (line 519) | def __init__(self, name: str, *, default: Any = ...) -> None: ... method __iter__ (line 520) | def __iter__(self) -> Any: ... # Unpack[Self] method has_default (line 521) | def has_default(self) -> bool: ... method __typing_prepare_subst__ (line 522) | def __typing_prepare_subst__(self, alias: Any, args: Any) -> tuple[Any... class Doc (line 527) | class Doc: method __init__ (line 529) | def __init__(self, documentation: str, /) -> None: ... method __hash__ (line 530) | def __hash__(self) -> int: ... method __eq__ (line 531) | def __eq__(self, other: object) -> bool: ... FILE: publish/micropython-stdlib-stubs/stubs/mypy-extensions/mypy_extensions.pyi class _TypedDict (line 19) | class _TypedDict(Mapping[str, object], metaclass=abc.ABCMeta): method copy (line 23) | def copy(self: Self) -> Self: ... method setdefault (line 26) | def setdefault(self, k: Never, default: object) -> object: ... method pop (line 28) | def pop(self, k: Never, default: _T = ...) -> object: ... # pyright: ... method update (line 29) | def update(self: Self, __m: Self) -> None: ... method items (line 30) | def items(self) -> dict_items[str, object]: ... method keys (line 31) | def keys(self) -> dict_keys[str, object]: ... method values (line 32) | def values(self) -> dict_values[str, object]: ... method __delitem__ (line 33) | def __delitem__(self, k: Never) -> None: ... method __or__ (line 35) | def __or__(self: Self, __other: Self) -> Self: ... method __ior__ (line 36) | def __ior__(self: Self, __other: Self) -> Self: ... function TypedDict (line 38) | def TypedDict(typename: str, fields: dict[str, type[Any]], total: bool =... function Arg (line 40) | def Arg(type: _T, name: str | None = ...) -> _T: ... function Arg (line 42) | def Arg(*, name: str | None = ...) -> Any: ... function DefaultArg (line 44) | def DefaultArg(type: _T, name: str | None = ...) -> _T: ... function DefaultArg (line 46) | def DefaultArg(*, name: str | None = ...) -> Any: ... function NamedArg (line 48) | def NamedArg(type: _T, name: str | None = ...) -> _T: ... function NamedArg (line 50) | def NamedArg(*, name: str | None = ...) -> Any: ... function DefaultNamedArg (line 52) | def DefaultNamedArg(type: _T, name: str | None = ...) -> _T: ... function DefaultNamedArg (line 54) | def DefaultNamedArg(*, name: str | None = ...) -> Any: ... function VarArg (line 56) | def VarArg(type: _T) -> _T: ... function VarArg (line 58) | def VarArg() -> Any: ... function KwArg (line 60) | def KwArg(type: _T) -> _T: ... function KwArg (line 62) | def KwArg() -> Any: ... class NoReturn (line 66) | class NoReturn: ... function trait (line 71) | def trait(cls: _T) -> _T: ... function mypyc_attr (line 72) | def mypyc_attr(*attrs: str, **kwattrs: object) -> IdentityFunction: ... class FlexibleAlias (line 74) | class FlexibleAlias(Generic[_T, _U]): ... class i64 (line 80) | class i64: method __new__ (line 82) | def __new__(cls, __x: str | ReadableBuffer | SupportsInt | SupportsInd... method __new__ (line 84) | def __new__(cls, __x: str | bytes | bytearray, base: SupportsIndex) ->... method __add__ (line 85) | def __add__(self, x: i64) -> i64: ... method __radd__ (line 86) | def __radd__(self, x: i64) -> i64: ... method __sub__ (line 87) | def __sub__(self, x: i64) -> i64: ... method __rsub__ (line 88) | def __rsub__(self, x: i64) -> i64: ... method __mul__ (line 89) | def __mul__(self, x: i64) -> i64: ... method __rmul__ (line 90) | def __rmul__(self, x: i64) -> i64: ... method __floordiv__ (line 91) | def __floordiv__(self, x: i64) -> i64: ... method __rfloordiv__ (line 92) | def __rfloordiv__(self, x: i64) -> i64: ... method __mod__ (line 93) | def __mod__(self, x: i64) -> i64: ... method __rmod__ (line 94) | def __rmod__(self, x: i64) -> i64: ... method __and__ (line 95) | def __and__(self, x: i64) -> i64: ... method __rand__ (line 96) | def __rand__(self, x: i64) -> i64: ... method __or__ (line 97) | def __or__(self, x: i64) -> i64: ... method __ror__ (line 98) | def __ror__(self, x: i64) -> i64: ... method __xor__ (line 99) | def __xor__(self, x: i64) -> i64: ... method __rxor__ (line 100) | def __rxor__(self, x: i64) -> i64: ... method __lshift__ (line 101) | def __lshift__(self, x: i64) -> i64: ... method __rlshift__ (line 102) | def __rlshift__(self, x: i64) -> i64: ... method __rshift__ (line 103) | def __rshift__(self, x: i64) -> i64: ... method __rrshift__ (line 104) | def __rrshift__(self, x: i64) -> i64: ... method __neg__ (line 105) | def __neg__(self) -> i64: ... method __invert__ (line 106) | def __invert__(self) -> i64: ... method __pos__ (line 107) | def __pos__(self) -> i64: ... method __lt__ (line 108) | def __lt__(self, x: i64) -> bool: ... method __le__ (line 109) | def __le__(self, x: i64) -> bool: ... method __ge__ (line 110) | def __ge__(self, x: i64) -> bool: ... method __gt__ (line 111) | def __gt__(self, x: i64) -> bool: ... method __index__ (line 112) | def __index__(self) -> int: ... class i32 (line 114) | class i32: method __new__ (line 116) | def __new__(cls, __x: str | ReadableBuffer | SupportsInt | SupportsInd... method __new__ (line 118) | def __new__(cls, __x: str | bytes | bytearray, base: SupportsIndex) ->... method __add__ (line 119) | def __add__(self, x: i32) -> i32: ... method __radd__ (line 120) | def __radd__(self, x: i32) -> i32: ... method __sub__ (line 121) | def __sub__(self, x: i32) -> i32: ... method __rsub__ (line 122) | def __rsub__(self, x: i32) -> i32: ... method __mul__ (line 123) | def __mul__(self, x: i32) -> i32: ... method __rmul__ (line 124) | def __rmul__(self, x: i32) -> i32: ... method __floordiv__ (line 125) | def __floordiv__(self, x: i32) -> i32: ... method __rfloordiv__ (line 126) | def __rfloordiv__(self, x: i32) -> i32: ... method __mod__ (line 127) | def __mod__(self, x: i32) -> i32: ... method __rmod__ (line 128) | def __rmod__(self, x: i32) -> i32: ... method __and__ (line 129) | def __and__(self, x: i32) -> i32: ... method __rand__ (line 130) | def __rand__(self, x: i32) -> i32: ... method __or__ (line 131) | def __or__(self, x: i32) -> i32: ... method __ror__ (line 132) | def __ror__(self, x: i32) -> i32: ... method __xor__ (line 133) | def __xor__(self, x: i32) -> i32: ... method __rxor__ (line 134) | def __rxor__(self, x: i32) -> i32: ... method __lshift__ (line 135) | def __lshift__(self, x: i32) -> i32: ... method __rlshift__ (line 136) | def __rlshift__(self, x: i32) -> i32: ... method __rshift__ (line 137) | def __rshift__(self, x: i32) -> i32: ... method __rrshift__ (line 138) | def __rrshift__(self, x: i32) -> i32: ... method __neg__ (line 139) | def __neg__(self) -> i32: ... method __invert__ (line 140) | def __invert__(self) -> i32: ... method __pos__ (line 141) | def __pos__(self) -> i32: ... method __lt__ (line 142) | def __lt__(self, x: i32) -> bool: ... method __le__ (line 143) | def __le__(self, x: i32) -> bool: ... method __ge__ (line 144) | def __ge__(self, x: i32) -> bool: ... method __gt__ (line 145) | def __gt__(self, x: i32) -> bool: ... method __index__ (line 146) | def __index__(self) -> int: ... class i16 (line 148) | class i16: method __new__ (line 150) | def __new__(cls, __x: str | ReadableBuffer | SupportsInt | SupportsInd... method __new__ (line 152) | def __new__(cls, __x: str | bytes | bytearray, base: SupportsIndex) ->... method __add__ (line 153) | def __add__(self, x: i16) -> i16: ... method __radd__ (line 154) | def __radd__(self, x: i16) -> i16: ... method __sub__ (line 155) | def __sub__(self, x: i16) -> i16: ... method __rsub__ (line 156) | def __rsub__(self, x: i16) -> i16: ... method __mul__ (line 157) | def __mul__(self, x: i16) -> i16: ... method __rmul__ (line 158) | def __rmul__(self, x: i16) -> i16: ... method __floordiv__ (line 159) | def __floordiv__(self, x: i16) -> i16: ... method __rfloordiv__ (line 160) | def __rfloordiv__(self, x: i16) -> i16: ... method __mod__ (line 161) | def __mod__(self, x: i16) -> i16: ... method __rmod__ (line 162) | def __rmod__(self, x: i16) -> i16: ... method __and__ (line 163) | def __and__(self, x: i16) -> i16: ... method __rand__ (line 164) | def __rand__(self, x: i16) -> i16: ... method __or__ (line 165) | def __or__(self, x: i16) -> i16: ... method __ror__ (line 166) | def __ror__(self, x: i16) -> i16: ... method __xor__ (line 167) | def __xor__(self, x: i16) -> i16: ... method __rxor__ (line 168) | def __rxor__(self, x: i16) -> i16: ... method __lshift__ (line 169) | def __lshift__(self, x: i16) -> i16: ... method __rlshift__ (line 170) | def __rlshift__(self, x: i16) -> i16: ... method __rshift__ (line 171) | def __rshift__(self, x: i16) -> i16: ... method __rrshift__ (line 172) | def __rrshift__(self, x: i16) -> i16: ... method __neg__ (line 173) | def __neg__(self) -> i16: ... method __invert__ (line 174) | def __invert__(self) -> i16: ... method __pos__ (line 175) | def __pos__(self) -> i16: ... method __lt__ (line 176) | def __lt__(self, x: i16) -> bool: ... method __le__ (line 177) | def __le__(self, x: i16) -> bool: ... method __ge__ (line 178) | def __ge__(self, x: i16) -> bool: ... method __gt__ (line 179) | def __gt__(self, x: i16) -> bool: ... method __index__ (line 180) | def __index__(self) -> int: ... class u8 (line 182) | class u8: method __new__ (line 184) | def __new__(cls, __x: str | ReadableBuffer | SupportsInt | SupportsInd... method __new__ (line 186) | def __new__(cls, __x: str | bytes | bytearray, base: SupportsIndex) ->... method __add__ (line 187) | def __add__(self, x: u8) -> u8: ... method __radd__ (line 188) | def __radd__(self, x: u8) -> u8: ... method __sub__ (line 189) | def __sub__(self, x: u8) -> u8: ... method __rsub__ (line 190) | def __rsub__(self, x: u8) -> u8: ... method __mul__ (line 191) | def __mul__(self, x: u8) -> u8: ... method __rmul__ (line 192) | def __rmul__(self, x: u8) -> u8: ... method __floordiv__ (line 193) | def __floordiv__(self, x: u8) -> u8: ... method __rfloordiv__ (line 194) | def __rfloordiv__(self, x: u8) -> u8: ... method __mod__ (line 195) | def __mod__(self, x: u8) -> u8: ... method __rmod__ (line 196) | def __rmod__(self, x: u8) -> u8: ... method __and__ (line 197) | def __and__(self, x: u8) -> u8: ... method __rand__ (line 198) | def __rand__(self, x: u8) -> u8: ... method __or__ (line 199) | def __or__(self, x: u8) -> u8: ... method __ror__ (line 200) | def __ror__(self, x: u8) -> u8: ... method __xor__ (line 201) | def __xor__(self, x: u8) -> u8: ... method __rxor__ (line 202) | def __rxor__(self, x: u8) -> u8: ... method __lshift__ (line 203) | def __lshift__(self, x: u8) -> u8: ... method __rlshift__ (line 204) | def __rlshift__(self, x: u8) -> u8: ... method __rshift__ (line 205) | def __rshift__(self, x: u8) -> u8: ... method __rrshift__ (line 206) | def __rrshift__(self, x: u8) -> u8: ... method __neg__ (line 207) | def __neg__(self) -> u8: ... method __invert__ (line 208) | def __invert__(self) -> u8: ... method __pos__ (line 209) | def __pos__(self) -> u8: ... method __lt__ (line 210) | def __lt__(self, x: u8) -> bool: ... method __le__ (line 211) | def __le__(self, x: u8) -> bool: ... method __ge__ (line 212) | def __ge__(self, x: u8) -> bool: ... method __gt__ (line 213) | def __gt__(self, x: u8) -> bool: ... method __index__ (line 214) | def __index__(self) -> int: ... FILE: publish/micropython-v1_17-esp32-stubs/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/_thread.pyi class LockType (line 13) | class LockType: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 15) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 16) | def locked(self, *args, **kwargs) -> Any: ... method release (line 17) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 19) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 21) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 22) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... class APA106 (line 9) | class APA106: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/array.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/binascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_17-esp32-stubs/btree.pyi function open (line 75) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_17-esp32-stubs/cmath.pyi function cos (line 14) | def cos(z) -> float: function exp (line 22) | def exp(z) -> float: function log (line 28) | def log(z) -> float: function log10 (line 34) | def log10(z) -> float: function phase (line 40) | def phase(z) -> float: function polar (line 48) | def polar(z) -> Tuple: function rect (line 54) | def rect(r, phi) -> float: function sin (line 60) | def sin(z) -> float: function sqrt (line 66) | def sqrt(z) -> Any: FILE: publish/micropython-v1_17-esp32-stubs/collections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: publish/micropython-v1_17-esp32-stubs/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/esp.pyi function dht_readinto (line 18) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 19) | def flash_erase(sector_no) -> Any: ... function flash_read (line 20) | def flash_read(byte_offset, length_or_buffer) -> Any: ... function flash_size (line 21) | def flash_size() -> Any: function flash_user_start (line 27) | def flash_user_start() -> Any: function flash_write (line 33) | def flash_write(byte_offset, bytes) -> Any: ... function gpio_matrix_in (line 34) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 35) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 36) | def osdebug(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/esp32.pyi class NVS (line 14) | class NVS: method __init__ (line 20) | def __init__(self, namespace) -> None: ... method commit (line 21) | def commit(self) -> Any: method erase_key (line 26) | def erase_key(self, key) -> Any: method get_blob (line 31) | def get_blob(self, key, buffer) -> int: method get_i32 (line 38) | def get_i32(self, key) -> int: method set_blob (line 44) | def set_blob(self, key, value) -> None: method set_i32 (line 52) | def set_i32(self, key, value) -> None: class Partition (line 58) | class Partition: method __init__ (line 64) | def __init__(self, id) -> None: ... method find (line 66) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None) -> List: method get_next_update (line 77) | def get_next_update(self) -> Partition: method info (line 84) | def info(self) -> Tuple: method ioctl (line 89) | def ioctl(self, cmd, arg) -> Any: method mark_app_valid_cancel_rollback (line 97) | def mark_app_valid_cancel_rollback(cls) -> Any: method readblocks (line 109) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any... method set_boot (line 110) | def set_boot(self) -> None: method writeblocks (line 115) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> An... class RMT (line 117) | class RMT: method __init__ (line 134) | def __init__(self, channel, *, pin=None, clock_div=8, idle_level=False... method clock_div (line 135) | def clock_div(self) -> Any: method deinit (line 141) | def deinit(self, *args, **kwargs) -> Any: ... method loop (line 142) | def loop(self, enable_loop) -> None: method source_freq (line 150) | def source_freq(self) -> Any: method wait_done (line 156) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 164) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Any: class ULP (line 195) | class ULP: method __init__ (line 200) | def __init__(self) -> None: ... method load_binary (line 202) | def load_binary(self, load_addr, program_binary) -> None: method run (line 207) | def run(self, entry_point) -> Any: method set_wakeup_period (line 213) | def set_wakeup_period(self, period_index, period_us) -> None: function hall_sensor (line 222) | def hall_sensor() -> int: function idf_heap_info (line 228) | def idf_heap_info(capabilities) -> List[Tuple]: function raw_temperature (line 254) | def raw_temperature() -> int: function wake_on_ext0 (line 260) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 268) | def wake_on_ext1(pins, level) -> None: function wake_on_touch (line 276) | def wake_on_touch(wake) -> None: FILE: publish/micropython-v1_17-esp32-stubs/flashbdev.pyi class Partition (line 3) | class Partition: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 5) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 10) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 11) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 14) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 15) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 16) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 17) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/framebuf.pyi class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 35) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method blit (line 36) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 55) | def fill(self, c) -> None: method fill_rect (line 60) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 67) | def hline(self, x, y, w, c) -> Any: ... method line (line 68) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 77) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 83) | def rect(self, x, y, w, h, c) -> Any: ... method scroll (line 84) | def scroll(self, xstep, ystep) -> Any: method text (line 90) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 99) | def vline(self, x, y, h, c) -> Any: ... function FrameBuffer1 (line 101) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/gc.pyi function collect (line 8) | def collect() -> None: function disable (line 14) | def disable() -> None: function enable (line 21) | def enable() -> None: function isenabled (line 27) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 28) | def mem_alloc() -> int: function mem_free (line 34) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Any: FILE: publish/micropython-v1_17-esp32-stubs/hashlib.pyi class sha1 (line 26) | class sha1: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 41) | def update(self, *args, **kwargs) -> Any: ... method digest (line 42) | def digest(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/heapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: publish/micropython-v1_17-esp32-stubs/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 7) | def setup(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/io.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BufferedWriter (line 19) | class BufferedWriter: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method flush (line 22) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 24) | class BytesIO(IO): method __init__ (line 37) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 38) | def close(self, *args, **kwargs) -> Any: ... method read (line 39) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 41) | def readline(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method flush (line 43) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 44) | def getvalue(self) -> Any: method seek (line 49) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 50) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 52) | class FileIO(IO): method __init__ (line 58) | def __init__(self, *args, **kwargs) -> None: ... method close (line 59) | def close(self, *args, **kwargs) -> Any: ... method read (line 60) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 62) | def readline(self, *args, **kwargs) -> Any: ... method write (line 63) | def write(self, *args, **kwargs) -> Any: ... method flush (line 64) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 65) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 66) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 67) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 69) | class IOBase: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 72) | class StringIO(IO): method __init__ (line 73) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 74) | def close(self, *args, **kwargs) -> Any: ... method read (line 75) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 76) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 77) | def readline(self, *args, **kwargs) -> Any: ... method write (line 78) | def write(self, *args, **kwargs) -> Any: ... method flush (line 79) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 80) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 81) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 82) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 84) | class TextIOWrapper(IO): method __init__ (line 90) | def __init__(self, *args, **kwargs) -> None: ... method close (line 91) | def close(self, *args, **kwargs) -> Any: ... method read (line 92) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 93) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 94) | def readline(self, *args, **kwargs) -> Any: ... method write (line 95) | def write(self, *args, **kwargs) -> Any: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 97) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/json.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: publish/micropython-v1_17-esp32-stubs/machine.pyi class ADC (line 13) | class ADC: method __init__ (line 21) | def __init__(self, id) -> None: ... method read (line 22) | def read(self, *args, **kwargs) -> Any: ... method atten (line 31) | def atten(self, *args, **kwargs) -> Any: ... method read_u16 (line 32) | def read_u16(self) -> int: method width (line 40) | def width(cls, *args, **kwargs) -> Any: ... class DAC (line 42) | class DAC: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 44) | def write(self, *args, **kwargs) -> Any: ... class I2C (line 52) | class I2C: method __init__ (line 68) | def __init__( method readinto (line 71) | def readinto(self, buf, nack=True, /) -> Any: method start (line 80) | def start(self) -> None: method stop (line 85) | def stop(self) -> None: method write (line 90) | def write(self, buf) -> int: method init (line 97) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 106) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 113) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 122) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 130) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 141) | def scan(self) -> List: method writeto (line 148) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 157) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 167) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 183) | class I2S: method __init__ (line 212) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 213) | def readinto(self, buf) -> int: method write (line 221) | def write(self, buf) -> int: method deinit (line 233) | def deinit(self) -> Any: method init (line 238) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 243) | def irq(self, handler) -> Any: method shift (line 251) | def shift(buf, bits, shift) -> Any: class PWM (line 261) | class PWM: method __init__ (line 278) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method deinit (line 279) | def deinit(self) -> None: method duty (line 284) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 285) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 295) | def init(self, *, freq, duty_u16, duty_ns) -> None: class Pin (line 304) | class Pin: method __init__ (line 366) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method value (line 367) | def value(self, x: Optional[Any] = None) -> int: method init (line 410) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 419) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 463) | def off(self) -> None: method on (line 468) | def on(self) -> None: method __call__ (line 473) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 481) | class RTC: method __init__ (line 486) | def __init__(self, id=0, *args, **kwargs) -> None: ... method datetime (line 487) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 502) | def init(self, datetime) -> None: method memory (line 509) | def memory(self, *args, **kwargs) -> Any: ... class SDCard (line 511) | class SDCard: method __init__ (line 542) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... method deinit (line 543) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 544) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 545) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 546) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 547) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 552) | class SPI: method __init__ (line 564) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 565) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 572) | def readinto(self, buf, write=0x00) -> int: method write (line 581) | def write(self, buf) -> int: method deinit (line 591) | def deinit(self) -> None: method init (line 596) | def init( method write_readinto (line 621) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 632) | class Signal(Pin): method __init__ (line 653) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 654) | def value(self, x: Optional[Any] = None) -> int: method off (line 673) | def off(self) -> None: method on (line 678) | def on(self) -> None: class SoftI2C (line 684) | class SoftI2C(I2C): method __init__ (line 697) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 698) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 699) | def start(self, *args, **kwargs) -> Any: ... method stop (line 700) | def stop(self, *args, **kwargs) -> Any: ... method write (line 701) | def write(self, *args, **kwargs) -> Any: ... method init (line 702) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 703) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 704) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 705) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 706) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 707) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 708) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 709) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 710) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 712) | class SoftSPI: method __init__ (line 719) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 720) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 721) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 722) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 725) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 726) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 727) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 732) | class Timer: method __init__ (line 740) | def __init__(self, id, *args, **kwargs) -> None: ... method value (line 741) | def value(self, *args, **kwargs) -> Any: ... method deinit (line 744) | def deinit(self) -> None: method init (line 749) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class TouchPad (line 767) | class TouchPad: method __init__ (line 768) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 769) | def read(self, *args, **kwargs) -> Any: ... method config (line 770) | def config(self, *args, **kwargs) -> Any: ... class UART (line 772) | class UART: method __init__ (line 777) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 778) | def any(self) -> int: method read (line 792) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 802) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 812) | def readline(self) -> None: method write (line 820) | def write(self, buf) -> int: method deinit (line 833) | def deinit(self) -> None: method init (line 838) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 877) | def sendbreak(self) -> None: class WDT (line 886) | class WDT: method __init__ (line 895) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 896) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 900) | def bitstream(pin, encoding, timing, data, /) -> Any: function deepsleep (line 924) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 949) | def disable_irq() -> Any: function enable_irq (line 958) | def enable_irq(state) -> Any: function freq (line 966) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 974) | def idle() -> Any: function lightsleep (line 983) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1012) | def reset() -> NoReturn: function reset_cause (line 1019) | def reset_cause() -> int: function sleep (line 1025) | def sleep() -> Any: function soft_reset (line 1031) | def soft_reset() -> NoReturn: function time_pulse_us (line 1039) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1057) | def unique_id() -> bytes: function wake_reason (line 1066) | def wake_reason() -> Any: FILE: publish/micropython-v1_17-esp32-stubs/math.pyi function pow (line 16) | def pow(x, y) -> Any: function acos (line 22) | def acos(x) -> float: function acosh (line 28) | def acosh(x) -> float: function asin (line 34) | def asin(x) -> float: function asinh (line 40) | def asinh(x) -> float: function atan (line 46) | def atan(x) -> float: function atan2 (line 52) | def atan2(y, x) -> float: function atanh (line 58) | def atanh(x) -> float: function ceil (line 64) | def ceil(x) -> int: function copysign (line 70) | def copysign(x, y) -> Any: function cos (line 76) | def cos(x) -> float: function cosh (line 82) | def cosh(x) -> float: function degrees (line 88) | def degrees(x) -> Any: function erf (line 96) | def erf(x) -> Any: function erfc (line 102) | def erfc(x) -> Any: function exp (line 108) | def exp(x) -> float: function expm1 (line 114) | def expm1(x) -> Any: function fabs (line 120) | def fabs(x) -> Any: function floor (line 126) | def floor(x) -> int: function fmod (line 132) | def fmod(x, y) -> Any: function frexp (line 138) | def frexp(x) -> Any: function gamma (line 147) | def gamma(x) -> Any: function isclose (line 153) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 154) | def isfinite(x) -> bool: function isinf (line 160) | def isinf(x) -> bool: function isnan (line 166) | def isnan(x) -> bool: function ldexp (line 172) | def ldexp(x, exp) -> Any: function lgamma (line 178) | def lgamma(x) -> float: function log (line 184) | def log(x) -> float: function log10 (line 190) | def log10(x) -> float: function log2 (line 196) | def log2(x) -> float: function modf (line 202) | def modf(x) -> Tuple: function radians (line 211) | def radians(x) -> Any: function sin (line 217) | def sin(x) -> float: function sinh (line 223) | def sinh(x) -> float: function sqrt (line 229) | def sqrt(x) -> Any: function tan (line 235) | def tan(x) -> float: function tanh (line 241) | def tanh(x) -> float: function trunc (line 247) | def trunc(x) -> int: FILE: publish/micropython-v1_17-esp32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: ... function heap_unlock (line 102) | def heap_unlock() -> int: ... function heap_locked (line 103) | def heap_locked() -> bool: function kbd_intr (line 125) | def kbd_intr(chr) -> None: function schedule (line 138) | def schedule(func, arg) -> Incomplete: function viper (line 175) | def viper(func: Callable) -> Callable: function native (line 184) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_17-esp32-stubs/neopixel.pyi function bitstream (line 13) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 15) | class NeoPixel: method __init__ (line 25) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method write (line 26) | def write(self) -> None: method fill (line 31) | def fill(self, pixel) -> None: FILE: publish/micropython-v1_17-esp32-stubs/network.pyi function LAN (line 51) | def LAN(*args, **kwargs) -> Any: ... function PPP (line 61) | def PPP(*args, **kwargs) -> Any: ... class WLAN (line 73) | class WLAN: method __init__ (line 82) | def __init__(self, interface_id) -> None: ... method active (line 83) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 90) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 98) | def disconnect(self) -> None: method scan (line 103) | def scan(self) -> List[Tuple]: method status (line 131) | def status(self, param: Optional[Any] = None) -> Any: method isconnected (line 149) | def isconnected(self) -> bool: method ifconfig (line 156) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 166) | def config(self, *args, **kwargs) -> Any: function phy_mode (line 199) | def phy_mode(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/os.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function dupterm (line 93) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 116) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 117) | def getcwd() -> Any: function ilistdir (line 123) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 150) | def mkdir(path) -> Any: function mount (line 156) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 174) | def rename(old_path, new_path) -> None: function rmdir (line 180) | def rmdir(path) -> None: function stat (line 186) | def stat(path) -> Any: function statvfs (line 192) | def statvfs(path) -> Tuple: function umount (line 215) | def umount(mount_point) -> Any: function uname (line 225) | def uname() -> uname_result: function urandom (line 239) | def urandom(n) -> bytes: FILE: publish/micropython-v1_17-esp32-stubs/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/select.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: publish/micropython-v1_17-esp32-stubs/socket.pyi function getaddrinfo (line 22) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 51) | class socket: method __init__ (line 65) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 66) | def close(self) -> Any: method read (line 76) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 85) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 94) | def readline(self) -> Any: method send (line 101) | def send(self, bytes) -> int: method write (line 108) | def write(self, buf) -> int: method accept (line 118) | def accept(self) -> Tuple: method bind (line 126) | def bind(self, address) -> Any: method connect (line 131) | def connect(self, address) -> None: method fileno (line 136) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 137) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 145) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 152) | def recv(self, bufsize) -> bytes: method recvfrom (line 158) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 165) | def sendall(self, bytes) -> int: method sendto (line 177) | def sendto(self, bytes, address) -> None: method setblocking (line 183) | def setblocking(self, flag) -> Any: method setsockopt (line 194) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 201) | def settimeout(self, value) -> Any: FILE: publish/micropython-v1_17-esp32-stubs/ssl.pyi function wrap_socket (line 12) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_17-esp32-stubs/struct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_17-esp32-stubs/sys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_17-esp32-stubs/time.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: publish/micropython-v1_17-esp32-stubs/uarray.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 16) | def run(*args, **kwargs) -> Any: ... function sleep (line 17) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 18) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 19) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 20) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 25) | class Event: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 27) | def clear(self, *args, **kwargs) -> Any: ... method set (line 28) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 29) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 32) | class Lock: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 35) | def locked(self, *args, **kwargs) -> Any: ... method release (line 36) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 38) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 40) | class TimeoutError(Exception): ... class SingletonGenerator (line 42) | class SingletonGenerator: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 45) | class IOQueue: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 47) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 48) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 49) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 50) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 52) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 53) | def run_until_complete(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 16) | def run(*args, **kwargs) -> Any: ... function sleep (line 17) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 18) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 19) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 20) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 23) | class TimeoutError(Exception): ... class SingletonGenerator (line 25) | class SingletonGenerator: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 28) | class IOQueue: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 30) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 31) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 32) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 33) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 35) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 36) | def run_until_complete(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: publish/micropython-v1_17-esp32-stubs/ubinascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_17-esp32-stubs/ubluetooth.pyi class BLE (line 18) | class BLE: method __init__ (line 23) | def __init__(self) -> None: ... method active (line 24) | def active(self, active: Optional[Any] = None, /) -> Any: method config (line 32) | def config(self, param, /) -> Tuple: method gap_advertise (line 95) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 112) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, /) -> None: method gap_disconnect (line 122) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_scan (line 137) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 173) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gattc_discover_descriptors (line 187) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_services (line 195) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Any: method gattc_exchange_mtu (line 205) | def gattc_exchange_mtu(self, conn_handle, /) -> Any: method gattc_read (line 219) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_write (line 228) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 247) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gatts_notify (line 259) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_read (line 273) | def gatts_read(self, value_handle, /) -> Any: method gatts_register_services (line 279) | def gatts_register_services(self, services_definition, /) -> Any: method gatts_set_buffer (line 341) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 353) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method irq (line 362) | def irq(self, handler, /) -> int: class UUID (line 565) | class UUID: method __init__ (line 575) | def __init__(self, value, /) -> None: ... FILE: publish/micropython-v1_17-esp32-stubs/ucollections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: publish/micropython-v1_17-esp32-stubs/ucryptolib.pyi class aes (line 6) | class aes: method __init__ (line 7) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method decrypt (line 27) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: method encrypt (line 32) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: FILE: publish/micropython-v1_17-esp32-stubs/uctypes.pyi function addressof (line 46) | def addressof(obj) -> int: function bytearray_at (line 54) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function sizeof (line 72) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 80) | class struct: method __init__ (line 86) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... FILE: publish/micropython-v1_17-esp32-stubs/uhashlib.pyi class sha1 (line 26) | class sha1: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 41) | def update(self, *args, **kwargs) -> Any: ... method digest (line 42) | def digest(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/uheapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: publish/micropython-v1_17-esp32-stubs/uio.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BufferedWriter (line 19) | class BufferedWriter: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method flush (line 22) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 24) | class BytesIO(IO): method __init__ (line 37) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 38) | def close(self, *args, **kwargs) -> Any: ... method read (line 39) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 41) | def readline(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method flush (line 43) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 44) | def getvalue(self) -> Any: method seek (line 49) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 50) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 52) | class FileIO(IO): method __init__ (line 58) | def __init__(self, *args, **kwargs) -> None: ... method close (line 59) | def close(self, *args, **kwargs) -> Any: ... method read (line 60) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 62) | def readline(self, *args, **kwargs) -> Any: ... method write (line 63) | def write(self, *args, **kwargs) -> Any: ... method flush (line 64) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 65) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 66) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 67) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 69) | class IOBase: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 72) | class StringIO(IO): method __init__ (line 73) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 74) | def close(self, *args, **kwargs) -> Any: ... method read (line 75) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 76) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 77) | def readline(self, *args, **kwargs) -> Any: ... method write (line 78) | def write(self, *args, **kwargs) -> Any: ... method flush (line 79) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 80) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 81) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 82) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 84) | class TextIOWrapper(IO): method __init__ (line 90) | def __init__(self, *args, **kwargs) -> None: ... method close (line 91) | def close(self, *args, **kwargs) -> Any: ... method read (line 92) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 93) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 94) | def readline(self, *args, **kwargs) -> Any: ... method write (line 95) | def write(self, *args, **kwargs) -> Any: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 97) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/ujson.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: publish/micropython-v1_17-esp32-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/uos.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function dupterm (line 93) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 116) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 117) | def getcwd() -> Any: function ilistdir (line 123) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 150) | def mkdir(path) -> Any: function mount (line 156) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 174) | def rename(old_path, new_path) -> None: function rmdir (line 180) | def rmdir(path) -> None: function stat (line 186) | def stat(path) -> Any: function statvfs (line 192) | def statvfs(path) -> Tuple: function umount (line 215) | def umount(mount_point) -> Any: function uname (line 225) | def uname() -> uname_result: function urandom (line 239) | def urandom(n) -> bytes: FILE: publish/micropython-v1_17-esp32-stubs/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: publish/micropython-v1_17-esp32-stubs/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: publish/micropython-v1_17-esp32-stubs/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... class Response (line 6) | class Response: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 8) | def close(self, *args, **kwargs) -> Any: ... method json (line 10) | def json(self, *args, **kwargs) -> Any: ... function request (line 13) | def request(*args, **kwargs) -> Any: ... function head (line 14) | def head(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/uselect.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: publish/micropython-v1_17-esp32-stubs/usocket.pyi function getaddrinfo (line 22) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 51) | class socket: method __init__ (line 65) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 66) | def close(self) -> Any: method read (line 76) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 85) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 94) | def readline(self) -> Any: method send (line 101) | def send(self, bytes) -> int: method write (line 108) | def write(self, buf) -> int: method accept (line 118) | def accept(self) -> Tuple: method bind (line 126) | def bind(self, address) -> Any: method connect (line 131) | def connect(self, address) -> None: method fileno (line 136) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 137) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 145) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 152) | def recv(self, bufsize) -> bytes: method recvfrom (line 158) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 165) | def sendall(self, bytes) -> int: method sendto (line 177) | def sendto(self, bytes, address) -> None: method setblocking (line 183) | def setblocking(self, flag) -> Any: method setsockopt (line 194) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 201) | def settimeout(self, value) -> Any: FILE: publish/micropython-v1_17-esp32-stubs/ussl.pyi function wrap_socket (line 12) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_17-esp32-stubs/ustruct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_17-esp32-stubs/usys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_17-esp32-stubs/utime.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: publish/micropython-v1_17-esp32-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/uzlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_17-esp32-stubs/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: publish/micropython-v1_17-esp32-stubs/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: publish/micropython-v1_17-esp32-stubs/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp32-stubs/zlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_17-esp8266-stubs/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = ...) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: publish/micropython-v1_17-esp8266-stubs/array.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/binascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function hexlify (line 27) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 37) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_17-esp8266-stubs/btree.pyi function open (line 75) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_17-esp8266-stubs/collections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: publish/micropython-v1_17-esp8266-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_17-esp8266-stubs/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: publish/micropython-v1_17-esp8266-stubs/esp.pyi function apa102_write (line 15) | def apa102_write(*args, **kwargs) -> Any: ... function check_fw (line 16) | def check_fw(*args, **kwargs) -> Any: ... function deepsleep (line 17) | def deepsleep(time_us=0, /) -> Any: function dht_readinto (line 30) | def dht_readinto(*args, **kwargs) -> Any: ... function esf_free_bufs (line 31) | def esf_free_bufs(*args, **kwargs) -> Any: ... function flash_erase (line 32) | def flash_erase(sector_no) -> Any: ... function flash_id (line 33) | def flash_id() -> Any: function flash_read (line 41) | def flash_read(byte_offset, length_or_buffer) -> Any: ... function flash_size (line 42) | def flash_size() -> Any: function flash_user_start (line 48) | def flash_user_start() -> Any: function flash_write (line 54) | def flash_write(byte_offset, bytes) -> Any: ... function free (line 55) | def free(*args, **kwargs) -> Any: ... function freemem (line 56) | def freemem(*args, **kwargs) -> Any: ... function info (line 57) | def info(*args, **kwargs) -> Any: ... function malloc (line 58) | def malloc(*args, **kwargs) -> Any: ... function meminfo (line 59) | def meminfo(*args, **kwargs) -> Any: ... function osdebug (line 60) | def osdebug(*args, **kwargs) -> Any: ... function set_native_code_location (line 61) | def set_native_code_location(start, length) -> Any: function sleep_type (line 101) | def sleep_type(sleep_type: Optional[Any] = None) -> Any: FILE: publish/micropython-v1_17-esp8266-stubs/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf, off: int = ...) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf, off: Incomplete | None = ...) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: publish/micropython-v1_17-esp8266-stubs/framebuf.pyi class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 35) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method blit (line 36) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 55) | def fill(self, c) -> None: method fill_rect (line 60) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 67) | def hline(self, x, y, w, c) -> Any: ... method line (line 68) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 77) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 83) | def rect(self, x, y, w, h, c) -> Any: ... method scroll (line 84) | def scroll(self, xstep, ystep) -> Any: method text (line 90) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 99) | def vline(self, x, y, h, c) -> Any: ... function FrameBuffer1 (line 101) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/gc.pyi function collect (line 8) | def collect() -> None: function disable (line 14) | def disable() -> None: function enable (line 21) | def enable() -> None: function isenabled (line 27) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 28) | def mem_alloc() -> int: function mem_free (line 34) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Any: FILE: publish/micropython-v1_17-esp8266-stubs/hashlib.pyi class sha1 (line 26) | class sha1: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 41) | def update(self, *args, **kwargs) -> Any: ... method digest (line 42) | def digest(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/heapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: publish/micropython-v1_17-esp8266-stubs/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_17-esp8266-stubs/io.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method __init__ (line 32) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self) -> Any: method seek (line 44) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 45) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 47) | class FileIO(IO): method __init__ (line 53) | def __init__(self, *args, **kwargs) -> None: ... method close (line 54) | def close(self, *args, **kwargs) -> Any: ... method read (line 55) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method write (line 58) | def write(self, *args, **kwargs) -> Any: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 60) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 61) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 62) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 64) | class IOBase: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 67) | class StringIO(IO): method __init__ (line 68) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 69) | def close(self, *args, **kwargs) -> Any: ... method read (line 70) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 72) | def readline(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method flush (line 74) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 75) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 76) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 77) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 79) | class TextIOWrapper(IO): method __init__ (line 85) | def __init__(self, *args, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method read (line 87) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 89) | def readline(self, *args, **kwargs) -> Any: ... method write (line 90) | def write(self, *args, **kwargs) -> Any: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 92) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/json.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: publish/micropython-v1_17-esp8266-stubs/lwip.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/machine.pyi class ADC (line 13) | class ADC: method __init__ (line 21) | def __init__(self, id) -> None: ... method read (line 22) | def read(self, *args, **kwargs) -> Any: ... method read_u16 (line 23) | def read_u16(self) -> int: class I2C (line 35) | class I2C: method __init__ (line 51) | def __init__( method readinto (line 54) | def readinto(self, buf, nack=True, /) -> Any: method start (line 63) | def start(self) -> None: method stop (line 68) | def stop(self) -> None: method write (line 73) | def write(self, buf) -> int: method init (line 80) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 89) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 96) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 105) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 113) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 124) | def scan(self) -> List: method writeto (line 131) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 140) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 150) | def writevto(self, addr, vector, stop=True, /) -> int: class PWM (line 166) | class PWM: method __init__ (line 183) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method deinit (line 184) | def deinit(self) -> None: method duty (line 189) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 190) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 200) | def init(self, *, freq, duty_u16, duty_ns) -> None: class Pin (line 209) | class Pin: method __init__ (line 271) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method value (line 272) | def value(self, x: Optional[Any] = None) -> int: method init (line 311) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 320) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 364) | def off(self) -> None: method on (line 369) | def on(self) -> None: method __call__ (line 374) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 382) | class RTC: method __init__ (line 387) | def __init__(self, id=0, *args, **kwargs) -> None: ... method alarm (line 389) | def alarm(self, id, time, *, repeat=False) -> None: method alarm_left (line 396) | def alarm_left(self, alarm_id=0) -> int: method datetime (line 401) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 416) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Any: method memory (line 426) | def memory(self, *args, **kwargs) -> Any: ... class SPI (line 430) | class SPI: method __init__ (line 442) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 443) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 450) | def readinto(self, buf, write=0x00) -> int: method write (line 459) | def write(self, buf) -> int: method deinit (line 469) | def deinit(self) -> None: method init (line 474) | def init( method write_readinto (line 499) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 510) | class Signal(Pin): method __init__ (line 531) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 532) | def value(self, x: Optional[Any] = None) -> int: method off (line 551) | def off(self) -> None: method on (line 556) | def on(self) -> None: class SoftI2C (line 562) | class SoftI2C(I2C): method __init__ (line 575) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 576) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 577) | def start(self, *args, **kwargs) -> Any: ... method stop (line 578) | def stop(self, *args, **kwargs) -> Any: ... method write (line 579) | def write(self, *args, **kwargs) -> Any: ... method init (line 580) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 581) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 582) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 583) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 584) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 585) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 586) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 587) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 588) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 590) | class SoftSPI: method __init__ (line 597) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 598) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 599) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 600) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 603) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 604) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 605) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 607) | class Timer: method __init__ (line 615) | def __init__(self, id, *args, **kwargs) -> None: ... method deinit (line 618) | def deinit(self) -> None: method init (line 623) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 641) | class UART: method __init__ (line 646) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 647) | def any(self) -> int: method read (line 661) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 671) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 681) | def readline(self) -> None: method write (line 689) | def write(self, buf) -> int: method init (line 696) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... class WDT (line 736) | class WDT: method __init__ (line 745) | def __init__(self, id=0, timeout=5000) -> None: ... method deinit (line 746) | def deinit(self, *args, **kwargs) -> Any: ... method feed (line 747) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 751) | def bitstream(pin, encoding, timing, data, /) -> Any: function deepsleep (line 775) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 800) | def disable_irq() -> Any: function enable_irq (line 809) | def enable_irq(state) -> Any: function freq (line 817) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 825) | def idle() -> Any: function lightsleep (line 834) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 863) | def reset() -> NoReturn: function reset_cause (line 870) | def reset_cause() -> int: function sleep (line 876) | def sleep() -> Any: function soft_reset (line 882) | def soft_reset() -> NoReturn: function time_pulse_us (line 890) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 908) | def unique_id() -> bytes: FILE: publish/micropython-v1_17-esp8266-stubs/math.pyi function pow (line 16) | def pow(x, y) -> Any: function acos (line 22) | def acos(x) -> float: function asin (line 28) | def asin(x) -> float: function atan (line 34) | def atan(x) -> float: function atan2 (line 40) | def atan2(y, x) -> float: function ceil (line 46) | def ceil(x) -> int: function copysign (line 52) | def copysign(x, y) -> Any: function cos (line 58) | def cos(x) -> float: function degrees (line 64) | def degrees(x) -> Any: function exp (line 72) | def exp(x) -> float: function fabs (line 78) | def fabs(x) -> Any: function floor (line 84) | def floor(x) -> int: function fmod (line 90) | def fmod(x, y) -> Any: function frexp (line 96) | def frexp(x) -> Any: function isfinite (line 105) | def isfinite(x) -> bool: function isinf (line 111) | def isinf(x) -> bool: function isnan (line 117) | def isnan(x) -> bool: function ldexp (line 123) | def ldexp(x, exp) -> Any: function log (line 129) | def log(x) -> float: function modf (line 135) | def modf(x) -> Tuple: function radians (line 144) | def radians(x) -> Any: function sin (line 150) | def sin(x) -> float: function sqrt (line 156) | def sqrt(x) -> Any: function tan (line 162) | def tan(x) -> float: function trunc (line 168) | def trunc(x) -> int: FILE: publish/micropython-v1_17-esp8266-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: ... function heap_unlock (line 102) | def heap_unlock() -> int: ... function heap_locked (line 103) | def heap_locked() -> bool: function kbd_intr (line 125) | def kbd_intr(chr) -> None: function schedule (line 138) | def schedule(func, arg) -> Incomplete: function viper (line 175) | def viper(func: Callable) -> Callable: function native (line 184) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_17-esp8266-stubs/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 11) | def __len__(self) -> int: ... method __setitem__ (line 12) | def __setitem__(self, i, v) -> None: ... method __getitem__ (line 13) | def __getitem__(self, i): ... method fill (line 14) | def fill(self, v) -> None: ... method write (line 15) | def write(self) -> None: ... FILE: publish/micropython-v1_17-esp8266-stubs/network.pyi class WLAN (line 53) | class WLAN: method __init__ (line 62) | def __init__(self, interface_id) -> None: ... method active (line 63) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 70) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 78) | def disconnect(self) -> None: method scan (line 83) | def scan(self) -> List[Tuple]: method status (line 111) | def status(self, param: Optional[Any] = None) -> Any: method isconnected (line 129) | def isconnected(self) -> bool: method ifconfig (line 136) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 146) | def config(self, *args, **kwargs) -> Any: function phy_mode (line 179) | def phy_mode(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_17-esp8266-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_17-esp8266-stubs/os.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function dupterm (line 93) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 116) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 117) | def getcwd() -> Any: function ilistdir (line 123) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 150) | def mkdir(path) -> Any: function mount (line 156) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 174) | def rename(old_path, new_path) -> None: function rmdir (line 180) | def rmdir(path) -> None: function stat (line 186) | def stat(path) -> Any: function statvfs (line 192) | def statvfs(path) -> Tuple: function umount (line 215) | def umount(mount_point) -> Any: function uname (line 225) | def uname() -> uname_result: function urandom (line 239) | def urandom(n) -> bytes: FILE: publish/micropython-v1_17-esp8266-stubs/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: publish/micropython-v1_17-esp8266-stubs/random.pyi function getrandbits (line 3) | def getrandbits(*args, **kwargs) -> Any: ... function seed (line 4) | def seed(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/select.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: publish/micropython-v1_17-esp8266-stubs/socket.pyi function callback (line 20) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 21) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: function print_pcbs (line 50) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 51) | def reset(*args, **kwargs) -> Any: ... class socket (line 53) | class socket: method __init__ (line 67) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 68) | def close(self) -> Any: method read (line 78) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 87) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 96) | def readline(self) -> Any: method send (line 103) | def send(self, bytes) -> int: method write (line 110) | def write(self, buf) -> int: method accept (line 120) | def accept(self) -> Tuple: method bind (line 128) | def bind(self, address) -> Any: method connect (line 133) | def connect(self, address) -> None: method listen (line 138) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 146) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 153) | def recv(self, bufsize) -> bytes: method recvfrom (line 159) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 166) | def sendall(self, bytes) -> int: method sendto (line 178) | def sendto(self, bytes, address) -> None: method setblocking (line 184) | def setblocking(self, flag) -> Any: method setsockopt (line 195) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 202) | def settimeout(self, value) -> Any: FILE: publish/micropython-v1_17-esp8266-stubs/ssd1306.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class SSD1306 (line 24) | class SSD1306: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 26) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 27) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 28) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 29) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 30) | def invert(self, *args, **kwargs) -> Any: ... method line (line 31) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 32) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 33) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 34) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 35) | def text(self, *args, **kwargs) -> Any: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 37) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 38) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 39) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 40) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 42) | def show(self, *args, **kwargs) -> Any: ... class SSD1306_I2C (line 44) | class SSD1306_I2C: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 46) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 47) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 48) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 49) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 50) | def invert(self, *args, **kwargs) -> Any: ... method line (line 51) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 52) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 53) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 54) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 55) | def text(self, *args, **kwargs) -> Any: ... method vline (line 56) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 57) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 58) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 59) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 60) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 61) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 62) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 64) | def write_data(self, *args, **kwargs) -> Any: ... class SSD1306_SPI (line 66) | class SSD1306_SPI: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 68) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 69) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 70) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 71) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 72) | def invert(self, *args, **kwargs) -> Any: ... method line (line 73) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 74) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 75) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 76) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 77) | def text(self, *args, **kwargs) -> Any: ... method vline (line 78) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 79) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 80) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 81) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 82) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 83) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 84) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 85) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 86) | def write_data(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/ssl.pyi function wrap_socket (line 12) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_17-esp8266-stubs/struct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_17-esp8266-stubs/sys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_17-esp8266-stubs/time.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: publish/micropython-v1_17-esp8266-stubs/uarray.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 28) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 33) | def release(self, *args, **kwargs) -> Any: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/ubinascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function hexlify (line 27) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 37) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_17-esp8266-stubs/ucollections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: publish/micropython-v1_17-esp8266-stubs/ucryptolib.pyi class aes (line 6) | class aes: method __init__ (line 7) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method decrypt (line 27) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: method encrypt (line 32) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: FILE: publish/micropython-v1_17-esp8266-stubs/uctypes.pyi function addressof (line 46) | def addressof(obj) -> int: function bytearray_at (line 54) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function sizeof (line 72) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 80) | class struct: method __init__ (line 86) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... FILE: publish/micropython-v1_17-esp8266-stubs/uhashlib.pyi class sha1 (line 26) | class sha1: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 41) | def update(self, *args, **kwargs) -> Any: ... method digest (line 42) | def digest(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/uheapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: publish/micropython-v1_17-esp8266-stubs/uio.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method __init__ (line 32) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self) -> Any: method seek (line 44) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 45) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 47) | class FileIO(IO): method __init__ (line 53) | def __init__(self, *args, **kwargs) -> None: ... method close (line 54) | def close(self, *args, **kwargs) -> Any: ... method read (line 55) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method write (line 58) | def write(self, *args, **kwargs) -> Any: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 60) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 61) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 62) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 64) | class IOBase: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 67) | class StringIO(IO): method __init__ (line 68) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 69) | def close(self, *args, **kwargs) -> Any: ... method read (line 70) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 72) | def readline(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method flush (line 74) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 75) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 76) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 77) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 79) | class TextIOWrapper(IO): method __init__ (line 85) | def __init__(self, *args, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method read (line 87) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 89) | def readline(self, *args, **kwargs) -> Any: ... method write (line 90) | def write(self, *args, **kwargs) -> Any: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 92) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/ujson.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: publish/micropython-v1_17-esp8266-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/uos.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function dupterm (line 93) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 116) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 117) | def getcwd() -> Any: function ilistdir (line 123) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 150) | def mkdir(path) -> Any: function mount (line 156) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 174) | def rename(old_path, new_path) -> None: function rmdir (line 180) | def rmdir(path) -> None: function stat (line 186) | def stat(path) -> Any: function statvfs (line 192) | def statvfs(path) -> Tuple: function umount (line 215) | def umount(mount_point) -> Any: function uname (line 225) | def uname() -> uname_result: function urandom (line 239) | def urandom(n) -> bytes: FILE: publish/micropython-v1_17-esp8266-stubs/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: publish/micropython-v1_17-esp8266-stubs/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: publish/micropython-v1_17-esp8266-stubs/urandom.pyi function getrandbits (line 3) | def getrandbits(*args, **kwargs) -> Any: ... function seed (line 4) | def seed(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... function head (line 5) | def head(*args, **kwargs) -> Any: ... class Response (line 7) | class Response: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 9) | def close(self, *args, **kwargs) -> Any: ... method json (line 11) | def json(self, *args, **kwargs) -> Any: ... function request (line 14) | def request(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/urllib/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/uselect.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: publish/micropython-v1_17-esp8266-stubs/usocket.pyi function callback (line 20) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 21) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: function print_pcbs (line 50) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 51) | def reset(*args, **kwargs) -> Any: ... class socket (line 53) | class socket: method __init__ (line 67) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 68) | def close(self) -> Any: method read (line 78) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 87) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 96) | def readline(self) -> Any: method send (line 103) | def send(self, bytes) -> int: method write (line 110) | def write(self, buf) -> int: method accept (line 120) | def accept(self) -> Tuple: method bind (line 128) | def bind(self, address) -> Any: method connect (line 133) | def connect(self, address) -> None: method listen (line 138) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 146) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 153) | def recv(self, bufsize) -> bytes: method recvfrom (line 159) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 166) | def sendall(self, bytes) -> int: method sendto (line 178) | def sendto(self, bytes, address) -> None: method setblocking (line 184) | def setblocking(self, flag) -> Any: method setsockopt (line 195) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 202) | def settimeout(self, value) -> Any: FILE: publish/micropython-v1_17-esp8266-stubs/ussl.pyi function wrap_socket (line 12) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_17-esp8266-stubs/ustruct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_17-esp8266-stubs/usys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_17-esp8266-stubs/utime.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: publish/micropython-v1_17-esp8266-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/uzlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_17-esp8266-stubs/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: publish/micropython-v1_17-esp8266-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_17-esp8266-stubs/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-esp8266-stubs/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: publish/micropython-v1_17-esp8266-stubs/zlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_17-rp2-stubs/_onewire.pyi function crc8 (line 3) | def crc8(*args) -> Any: ... function readbit (line 4) | def readbit(*args) -> Any: ... function readbyte (line 5) | def readbyte(*args) -> Any: ... function reset (line 6) | def reset(*args) -> Any: ... function writebit (line 7) | def writebit(*args) -> Any: ... function writebyte (line 8) | def writebyte(*args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/_rp2.pyi class Flash (line 3) | class Flash: method ioctl (line 4) | def ioctl(self, *args) -> Any: ... method readblocks (line 5) | def readblocks(self, *args) -> Any: ... method writeblocks (line 6) | def writeblocks(self, *args) -> Any: ... class PIO (line 8) | class PIO: method add_program (line 22) | def add_program(self, *args) -> Any: ... method irq (line 23) | def irq(self, *args) -> Any: ... method remove_program (line 24) | def remove_program(self, *args) -> Any: ... method state_machine (line 25) | def state_machine(self, *args) -> Any: ... class StateMachine (line 27) | class StateMachine: method exec (line 28) | def exec(self, *args) -> Any: ... method get (line 29) | def get(self, *args) -> Any: ... method active (line 30) | def active(self, *args) -> Any: ... method init (line 31) | def init(self, *args) -> Any: ... method irq (line 32) | def irq(self, *args) -> Any: ... method put (line 33) | def put(self, *args) -> Any: ... method restart (line 34) | def restart(self, *args) -> Any: ... method rx_fifo (line 35) | def rx_fifo(self, *args) -> Any: ... method tx_fifo (line 36) | def tx_fifo(self, *args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/_thread.pyi class LockType (line 13) | class LockType: method acquire (line 14) | def acquire(self, *args) -> Any: ... method locked (line 15) | def locked(self, *args) -> Any: ... method release (line 16) | def release(self, *args) -> Any: ... function allocate_lock (line 18) | def allocate_lock(*args) -> Any: ... function exit (line 19) | def exit(*args) -> Any: ... function get_ident (line 20) | def get_ident(*args) -> Any: ... function stack_size (line 21) | def stack_size(*args) -> Any: ... function start_new_thread (line 22) | def start_new_thread(*args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/array.pyi class array (line 12) | class array: method append (line 19) | def append(self, val) -> Any: method extend (line 24) | def extend(self, iterable) -> Any: method decode (line 30) | def decode(self, *args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/binascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_17-rp2-stubs/cmath.pyi function cos (line 14) | def cos(z) -> float: function exp (line 22) | def exp(z) -> float: function log (line 28) | def log(z) -> float: function log10 (line 34) | def log10(z) -> float: function phase (line 40) | def phase(z) -> float: function polar (line 48) | def polar(z) -> Tuple: function rect (line 54) | def rect(r, phi) -> float: function sin (line 60) | def sin(z) -> float: function sqrt (line 66) | def sqrt(z) -> Any: FILE: publish/micropython-v1_17-rp2-stubs/collections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method clear (line 37) | def clear(self, *args) -> Any: ... method copy (line 38) | def copy(self, *args) -> Any: ... method get (line 39) | def get(self, *args) -> Any: ... method items (line 40) | def items(self, *args) -> Any: ... method keys (line 41) | def keys(self, *args) -> Any: ... method pop (line 42) | def pop(self, *args) -> Any: ... method popitem (line 43) | def popitem(self, *args) -> Any: ... method setdefault (line 44) | def setdefault(self, *args) -> Any: ... method update (line 45) | def update(self, *args) -> Any: ... method values (line 46) | def values(self, *args) -> Any: ... method fromkeys (line 48) | def fromkeys(cls, *args) -> Any: ... class deque (line 50) | class deque(Queue): method append (line 68) | def append(self, x) -> Any: method popleft (line 74) | def popleft(self) -> Any: function namedtuple (line 81) | def namedtuple(name, fields) -> Any: FILE: publish/micropython-v1_17-rp2-stubs/ds18x20.pyi function const (line 3) | def const(*args) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *args) -> None: ... method scan (line 7) | def scan(self, *args) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args) -> Any: ... method read_temp (line 11) | def read_temp(self, *args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/framebuf.pyi class FrameBuffer (line 9) | class FrameBuffer: method blit (line 35) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 54) | def fill(self, c) -> None: method fill_rect (line 59) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 66) | def hline(self, x, y, w, c) -> Any: ... method line (line 67) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 76) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 82) | def rect(self, x, y, w, h, c) -> Any: ... method scroll (line 83) | def scroll(self, xstep, ystep) -> Any: method text (line 89) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 98) | def vline(self, x, y, h, c) -> Any: ... function FrameBuffer1 (line 100) | def FrameBuffer1(*args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/gc.pyi function collect (line 8) | def collect() -> None: function disable (line 14) | def disable() -> None: function enable (line 21) | def enable() -> None: function isenabled (line 27) | def isenabled(*args) -> Any: ... function mem_alloc (line 28) | def mem_alloc() -> int: function mem_free (line 34) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Any: FILE: publish/micropython-v1_17-rp2-stubs/hashlib.pyi class sha256 (line 26) | class sha256: method update (line 31) | def update(self, *args) -> Any: ... method digest (line 32) | def digest(self, *args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/io.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method close (line 32) | def close(self, *args) -> Any: ... method read (line 33) | def read(self, *args) -> Any: ... method readinto (line 34) | def readinto(self, *args) -> Any: ... method readline (line 35) | def readline(self, *args) -> Any: ... method write (line 36) | def write(self, *args) -> Any: ... method flush (line 37) | def flush(self, *args) -> Any: ... method getvalue (line 38) | def getvalue(self) -> Any: method seek (line 43) | def seek(self, *args) -> Any: ... method tell (line 44) | def tell(self, *args) -> Any: ... class FileIO (line 46) | class FileIO(IO): method close (line 52) | def close(self, *args) -> Any: ... method read (line 53) | def read(self, *args) -> Any: ... method readinto (line 54) | def readinto(self, *args) -> Any: ... method readline (line 55) | def readline(self, *args) -> Any: ... method write (line 56) | def write(self, *args) -> Any: ... method flush (line 57) | def flush(self, *args) -> Any: ... method readlines (line 58) | def readlines(self, *args) -> Any: ... method seek (line 59) | def seek(self, *args) -> Any: ... method tell (line 60) | def tell(self, *args) -> Any: ... class IOBase (line 62) | class IOBase: ... class StringIO (line 64) | class StringIO(IO): method close (line 65) | def close(self, *args) -> Any: ... method read (line 66) | def read(self, *args) -> Any: ... method readinto (line 67) | def readinto(self, *args) -> Any: ... method readline (line 68) | def readline(self, *args) -> Any: ... method write (line 69) | def write(self, *args) -> Any: ... method flush (line 70) | def flush(self, *args) -> Any: ... method getvalue (line 71) | def getvalue(self, *args) -> Any: ... method seek (line 72) | def seek(self, *args) -> Any: ... method tell (line 73) | def tell(self, *args) -> Any: ... class TextIOWrapper (line 75) | class TextIOWrapper(IO): method close (line 81) | def close(self, *args) -> Any: ... method read (line 82) | def read(self, *args) -> Any: ... method readinto (line 83) | def readinto(self, *args) -> Any: ... method readline (line 84) | def readline(self, *args) -> Any: ... method write (line 85) | def write(self, *args) -> Any: ... method flush (line 86) | def flush(self, *args) -> Any: ... method readlines (line 87) | def readlines(self, *args) -> Any: ... method seek (line 88) | def seek(self, *args) -> Any: ... method tell (line 89) | def tell(self, *args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/json.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: publish/micropython-v1_17-rp2-stubs/logging.pyi function debug (line 3) | def debug(*args) -> Any: ... function getLogger (line 4) | def getLogger(*args) -> Any: ... function info (line 5) | def info(*args) -> Any: ... function basicConfig (line 6) | def basicConfig(*args) -> Any: ... class Logger (line 15) | class Logger: method __init__ (line 16) | def __init__(self, *args) -> None: ... method debug (line 17) | def debug(self, *args) -> Any: ... method log (line 18) | def log(self, *args) -> Any: ... method exception (line 19) | def exception(self, *args) -> Any: ... method info (line 20) | def info(self, *args) -> Any: ... method error (line 21) | def error(self, *args) -> Any: ... method warning (line 22) | def warning(self, *args) -> Any: ... method setLevel (line 24) | def setLevel(self, *args) -> Any: ... method isEnabledFor (line 25) | def isEnabledFor(self, *args) -> Any: ... method critical (line 26) | def critical(self, *args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/machine.pyi class ADC (line 13) | class ADC: method read_u16 (line 22) | def read_u16(self) -> int: class I2C (line 30) | class I2C: method readinto (line 46) | def readinto(self, buf, nack=True, /) -> Any: method start (line 55) | def start(self) -> None: method stop (line 60) | def stop(self) -> None: method write (line 65) | def write(self, buf) -> int: method init (line 72) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 81) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 88) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 97) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 105) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 116) | def scan(self) -> List: method writeto (line 123) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 132) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 142) | def writevto(self, addr, vector, stop=True, /) -> int: class PWM (line 158) | class PWM: method deinit (line 175) | def deinit(self) -> None: method duty_ns (line 180) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty_u16 (line 189) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 200) | def freq(self, value: Optional[Any] = None) -> Any: class Pin (line 213) | class Pin: method value (line 275) | def value(self, x: Optional[Any] = None) -> int: method high (line 316) | def high(self) -> None: method init (line 323) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 332) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 376) | def low(self) -> None: method off (line 383) | def off(self) -> None: method on (line 388) | def on(self) -> None: method toggle (line 393) | def toggle(self, *args) -> Any: ... method __call__ (line 394) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 402) | class RTC: method datetime (line 407) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: class SPI (line 423) | class SPI: method read (line 435) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 442) | def readinto(self, buf, write=0x00) -> int: method write (line 451) | def write(self, buf) -> int: method deinit (line 461) | def deinit(self) -> None: method init (line 466) | def init( method write_readinto (line 491) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 502) | class Signal(Pin): method value (line 523) | def value(self, x: Optional[Any] = None) -> int: method off (line 542) | def off(self) -> None: method on (line 547) | def on(self) -> None: class SoftI2C (line 553) | class SoftI2C(I2C): method readinto (line 566) | def readinto(self, *args) -> Any: ... method start (line 567) | def start(self, *args) -> Any: ... method stop (line 568) | def stop(self, *args) -> Any: ... method write (line 569) | def write(self, *args) -> Any: ... method init (line 570) | def init(self, *args) -> Any: ... method readfrom (line 571) | def readfrom(self, *args) -> Any: ... method readfrom_into (line 572) | def readfrom_into(self, *args) -> Any: ... method readfrom_mem (line 573) | def readfrom_mem(self, *args) -> Any: ... method readfrom_mem_into (line 574) | def readfrom_mem_into(self, *args) -> Any: ... method scan (line 575) | def scan(self, *args) -> Any: ... method writeto (line 576) | def writeto(self, *args) -> Any: ... method writeto_mem (line 577) | def writeto_mem(self, *args) -> Any: ... method writevto (line 578) | def writevto(self, *args) -> Any: ... class SoftSPI (line 580) | class SoftSPI: method read (line 587) | def read(self, *args) -> Any: ... method readinto (line 588) | def readinto(self, *args) -> Any: ... method write (line 589) | def write(self, *args) -> Any: ... method deinit (line 592) | def deinit(self, *args) -> Any: ... method init (line 593) | def init(self, *args) -> Any: ... method write_readinto (line 594) | def write_readinto(self, *args) -> Any: ... class Timer (line 596) | class Timer: method deinit (line 606) | def deinit(self) -> None: method init (line 611) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 629) | class UART: method any (line 634) | def any(self) -> int: method read (line 648) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 658) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 668) | def readline(self) -> None: method write (line 676) | def write(self, buf) -> int: method sendbreak (line 687) | def sendbreak(self) -> None: class WDT (line 694) | class WDT: method feed (line 703) | def feed(self, *args) -> Any: ... function bootloader (line 707) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 717) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 742) | def disable_irq() -> Any: function enable_irq (line 751) | def enable_irq(state) -> Any: function freq (line 759) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 767) | def idle() -> Any: function lightsleep (line 776) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 805) | def reset() -> NoReturn: function reset_cause (line 812) | def reset_cause() -> int: function soft_reset (line 818) | def soft_reset() -> NoReturn: function time_pulse_us (line 826) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 844) | def unique_id() -> bytes: FILE: publish/micropython-v1_17-rp2-stubs/math.pyi function pow (line 16) | def pow(x, y) -> Any: function acos (line 22) | def acos(x) -> float: function acosh (line 28) | def acosh(x) -> float: function asin (line 34) | def asin(x) -> float: function asinh (line 40) | def asinh(x) -> float: function atan (line 46) | def atan(x) -> float: function atan2 (line 52) | def atan2(y, x) -> float: function atanh (line 58) | def atanh(x) -> float: function ceil (line 64) | def ceil(x) -> int: function copysign (line 70) | def copysign(x, y) -> Any: function cos (line 76) | def cos(x) -> float: function cosh (line 82) | def cosh(x) -> float: function degrees (line 88) | def degrees(x) -> Any: function erf (line 96) | def erf(x) -> Any: function erfc (line 102) | def erfc(x) -> Any: function exp (line 108) | def exp(x) -> float: function expm1 (line 114) | def expm1(x) -> Any: function fabs (line 120) | def fabs(x) -> Any: function factorial (line 126) | def factorial(*args) -> Any: ... function floor (line 127) | def floor(x) -> int: function fmod (line 133) | def fmod(x, y) -> Any: function frexp (line 139) | def frexp(x) -> Any: function gamma (line 148) | def gamma(x) -> Any: function isclose (line 154) | def isclose(*args) -> Any: ... function isfinite (line 155) | def isfinite(x) -> bool: function isinf (line 161) | def isinf(x) -> bool: function isnan (line 167) | def isnan(x) -> bool: function ldexp (line 173) | def ldexp(x, exp) -> Any: function lgamma (line 179) | def lgamma(x) -> float: function log (line 185) | def log(x) -> float: function log10 (line 191) | def log10(x) -> float: function log2 (line 197) | def log2(x) -> float: function modf (line 203) | def modf(x) -> Tuple: function radians (line 212) | def radians(x) -> Any: function sin (line 218) | def sin(x) -> float: function sinh (line 224) | def sinh(x) -> float: function sqrt (line 230) | def sqrt(x) -> Any: function tan (line 236) | def tan(x) -> float: function tanh (line 242) | def tanh(x) -> float: function trunc (line 248) | def trunc(x) -> int: FILE: publish/micropython-v1_17-rp2-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: ... function heap_unlock (line 102) | def heap_unlock() -> int: ... function heap_locked (line 103) | def heap_locked() -> bool: function kbd_intr (line 125) | def kbd_intr(chr) -> None: function schedule (line 138) | def schedule(func, arg) -> Incomplete: function viper (line 175) | def viper(func: Callable) -> Callable: function native (line 184) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_17-rp2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *args) -> None: ... method readinto (line 7) | def readinto(self, *args) -> Any: ... method write (line 8) | def write(self, *args) -> Any: ... method crc8 (line 9) | def crc8(self, *args) -> Any: ... method readbit (line 10) | def readbit(self, *args) -> Any: ... method readbyte (line 11) | def readbyte(self, *args) -> Any: ... method reset (line 12) | def reset(self, *args) -> Any: ... method scan (line 13) | def scan(self, *args) -> Any: ... method writebit (line 14) | def writebit(self, *args) -> Any: ... method writebyte (line 15) | def writebyte(self, *args) -> Any: ... method select_rom (line 19) | def select_rom(self, *args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/os.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method open (line 26) | def open(self, *args) -> Any: ... method remove (line 27) | def remove(self, *args) -> Any: ... method chdir (line 28) | def chdir(self, *args) -> Any: ... method getcwd (line 29) | def getcwd(self, *args) -> Any: ... method ilistdir (line 30) | def ilistdir(self, *args) -> Any: ... method mkdir (line 31) | def mkdir(self, *args) -> Any: ... method mkfs (line 33) | def mkfs(block_dev) -> None: method mount (line 38) | def mount(self, *args) -> Any: ... method rename (line 39) | def rename(self, *args) -> Any: ... method rmdir (line 40) | def rmdir(self, *args) -> Any: ... method stat (line 41) | def stat(self, *args) -> Any: ... method statvfs (line 42) | def statvfs(self, *args) -> Any: ... method umount (line 43) | def umount(self, *args) -> Any: ... class VfsLfs2 (line 45) | class VfsLfs2: method open (line 63) | def open(self, *args) -> Any: ... method remove (line 64) | def remove(self, *args) -> Any: ... method chdir (line 65) | def chdir(self, *args) -> Any: ... method getcwd (line 66) | def getcwd(self, *args) -> Any: ... method ilistdir (line 67) | def ilistdir(self, *args) -> Any: ... method mkdir (line 68) | def mkdir(self, *args) -> Any: ... method mkfs (line 70) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 78) | def mount(self, *args) -> Any: ... method rename (line 79) | def rename(self, *args) -> Any: ... method rmdir (line 80) | def rmdir(self, *args) -> Any: ... method stat (line 81) | def stat(self, *args) -> Any: ... method statvfs (line 82) | def statvfs(self, *args) -> Any: ... method umount (line 83) | def umount(self, *args) -> Any: ... function chdir (line 85) | def chdir(path) -> Any: function getcwd (line 91) | def getcwd() -> Any: function ilistdir (line 97) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 118) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 124) | def mkdir(path) -> Any: function mount (line 130) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 148) | def rename(old_path, new_path) -> None: function rmdir (line 154) | def rmdir(path) -> None: function stat (line 160) | def stat(path) -> Any: function statvfs (line 166) | def statvfs(path) -> Tuple: function umount (line 189) | def umount(mount_point) -> Any: function uname (line 199) | def uname() -> uname_result: function urandom (line 213) | def urandom(n) -> bytes: FILE: publish/micropython-v1_17-rp2-stubs/random.pyi function __init__ (line 3) | def __init__(*args) -> None: ... function choice (line 4) | def choice(*args) -> Any: ... function getrandbits (line 5) | def getrandbits(*args) -> Any: ... function randint (line 6) | def randint(*args) -> Any: ... function random (line 7) | def random(*args) -> Any: ... function randrange (line 8) | def randrange(*args) -> Any: ... function seed (line 9) | def seed(*args) -> Any: ... function uniform (line 10) | def uniform(*args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/re.pyi function compile (line 3) | def compile(*args) -> Any: ... function match (line 4) | def match(*args) -> Any: ... function search (line 5) | def search(*args) -> Any: ... function sub (line 6) | def sub(*args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/rp2.py class PIOASMError (line 18) | class PIOASMError(Exception): class PIOASMEmit (line 22) | class PIOASMEmit: method __init__ (line 23) | def __init__( method start_pass (line 63) | def start_pass(self, pass_): method __getitem__ (line 78) | def __getitem__(self, key): method delay (line 81) | def delay(self, delay): method side (line 88) | def side(self, value): method wrap_target (line 95) | def wrap_target(self): method wrap (line 98) | def wrap(self): method label (line 103) | def label(self, label): method word (line 109) | def word(self, instr, label=None): method nop (line 121) | def nop(self): method jmp (line 124) | def jmp(self, cond, label=None): method wait (line 130) | def wait(self, polarity, src, index): method in_ (line 137) | def in_(self, src, data): method out (line 142) | def out(self, dest, data): method push (line 149) | def push(self, value=0, value2=0): method pull (line 155) | def pull(self, value=0, value2=0): method mov (line 161) | def mov(self, dest, src): method irq (line 166) | def irq(self, mod, index=None): method set (line 172) | def set(self, dest, data): function asm_pio (line 231) | def asm_pio(**kw): function asm_pio_encode (line 272) | def asm_pio_encode(instr, sideset_count): FILE: publish/micropython-v1_17-rp2-stubs/select.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: publish/micropython-v1_17-rp2-stubs/struct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_17-rp2-stubs/sys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_17-rp2-stubs/time.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: publish/micropython-v1_17-rp2-stubs/uarray.pyi class array (line 12) | class array: method append (line 19) | def append(self, val) -> Any: method extend (line 24) | def extend(self, iterable) -> Any: method decode (line 30) | def decode(self, *args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 4) | class Task: ... class TaskQueue (line 6) | class TaskQueue: method remove (line 7) | def remove(self, *args) -> Any: ... method peek (line 8) | def peek(self, *args) -> Any: ... method pop_head (line 9) | def pop_head(self, *args) -> Any: ... method push_head (line 10) | def push_head(self, *args) -> Any: ... method push_sorted (line 11) | def push_sorted(self, *args) -> Any: ... function sleep (line 13) | def sleep(*args) -> Any: ... function sleep_ms (line 14) | def sleep_ms(*args) -> Any: ... function ticks_add (line 15) | def ticks_add(*args) -> Any: ... function ticks_diff (line 16) | def ticks_diff(*args) -> Any: ... class Event (line 21) | class Event: method __init__ (line 22) | def __init__(self, *args) -> None: ... method clear (line 23) | def clear(self, *args) -> Any: ... method set (line 24) | def set(self, *args) -> Any: ... method is_set (line 26) | def is_set(self, *args) -> Any: ... class Lock (line 28) | class Lock: method __init__ (line 29) | def __init__(self, *args) -> None: ... method locked (line 31) | def locked(self, *args) -> Any: ... method release (line 32) | def release(self, *args) -> Any: ... function ticks (line 34) | def ticks(*args) -> Any: ... class TimeoutError (line 36) | class TimeoutError(Exception): ... class SingletonGenerator (line 38) | class SingletonGenerator: method __init__ (line 39) | def __init__(self, *args) -> None: ... class IOQueue (line 41) | class IOQueue: method __init__ (line 42) | def __init__(self, *args) -> None: ... method remove (line 43) | def remove(self, *args) -> Any: ... method queue_read (line 44) | def queue_read(self, *args) -> Any: ... method queue_write (line 45) | def queue_write(self, *args) -> Any: ... method wait_io_event (line 46) | def wait_io_event(self, *args) -> Any: ... function create_task (line 48) | def create_task(*args) -> Any: ... function run_until_complete (line 49) | def run_until_complete(*args) -> Any: ... function run (line 50) | def run(*args) -> Any: ... class Loop (line 52) | class Loop: method close (line 53) | def close(self, *args) -> Any: ... method stop (line 54) | def stop(self, *args) -> Any: ... method create_task (line 55) | def create_task(self, *args) -> Any: ... method run_until_complete (line 56) | def run_until_complete(self, *args) -> Any: ... method call_exception_handler (line 57) | def call_exception_handler(self, *args) -> Any: ... method run_forever (line 58) | def run_forever(self, *args) -> Any: ... method set_exception_handler (line 59) | def set_exception_handler(self, *args) -> Any: ... method get_exception_handler (line 60) | def get_exception_handler(self, *args) -> Any: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args) -> Any: ... function get_event_loop (line 63) | def get_event_loop(*args) -> Any: ... function current_task (line 64) | def current_task(*args) -> Any: ... function new_event_loop (line 65) | def new_event_loop(*args) -> Any: ... class ThreadSafeFlag (line 67) | class ThreadSafeFlag: method __init__ (line 68) | def __init__(self, *args) -> None: ... method set (line 69) | def set(self, *args) -> Any: ... method ioctl (line 70) | def ioctl(self, *args) -> Any: ... function wait_for_ms (line 73) | def wait_for_ms(*args) -> Any: ... class StreamReader (line 75) | class StreamReader: method __init__ (line 76) | def __init__(self, *args) -> None: ... method close (line 77) | def close(self, *args) -> Any: ... method write (line 81) | def write(self, *args) -> Any: ... method get_extra_info (line 86) | def get_extra_info(self, *args) -> Any: ... class StreamWriter (line 90) | class StreamWriter: method __init__ (line 91) | def __init__(self, *args) -> None: ... method close (line 92) | def close(self, *args) -> Any: ... method write (line 96) | def write(self, *args) -> Any: ... method get_extra_info (line 101) | def get_extra_info(self, *args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 4) | class Task: ... class TaskQueue (line 6) | class TaskQueue: method remove (line 7) | def remove(self, *args) -> Any: ... method peek (line 8) | def peek(self, *args) -> Any: ... method pop_head (line 9) | def pop_head(self, *args) -> Any: ... method push_head (line 10) | def push_head(self, *args) -> Any: ... method push_sorted (line 11) | def push_sorted(self, *args) -> Any: ... function sleep (line 13) | def sleep(*args) -> Any: ... function sleep_ms (line 14) | def sleep_ms(*args) -> Any: ... function ticks_add (line 15) | def ticks_add(*args) -> Any: ... function ticks_diff (line 16) | def ticks_diff(*args) -> Any: ... function ticks (line 17) | def ticks(*args) -> Any: ... class TimeoutError (line 19) | class TimeoutError(Exception): ... class SingletonGenerator (line 21) | class SingletonGenerator: method __init__ (line 22) | def __init__(self, *args) -> None: ... class IOQueue (line 24) | class IOQueue: method __init__ (line 25) | def __init__(self, *args) -> None: ... method remove (line 26) | def remove(self, *args) -> Any: ... method queue_read (line 27) | def queue_read(self, *args) -> Any: ... method queue_write (line 28) | def queue_write(self, *args) -> Any: ... method wait_io_event (line 29) | def wait_io_event(self, *args) -> Any: ... function create_task (line 31) | def create_task(*args) -> Any: ... function run_until_complete (line 32) | def run_until_complete(*args) -> Any: ... function run (line 33) | def run(*args) -> Any: ... class Loop (line 35) | class Loop: method close (line 36) | def close(self, *args) -> Any: ... method stop (line 37) | def stop(self, *args) -> Any: ... method create_task (line 38) | def create_task(self, *args) -> Any: ... method run_until_complete (line 39) | def run_until_complete(self, *args) -> Any: ... method call_exception_handler (line 40) | def call_exception_handler(self, *args) -> Any: ... method run_forever (line 41) | def run_forever(self, *args) -> Any: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args) -> Any: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args) -> Any: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args) -> Any: ... function get_event_loop (line 46) | def get_event_loop(*args) -> Any: ... function current_task (line 47) | def current_task(*args) -> Any: ... function new_event_loop (line 48) | def new_event_loop(*args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *args) -> None: ... method clear (line 5) | def clear(self, *args) -> Any: ... method set (line 6) | def set(self, *args) -> Any: ... method is_set (line 8) | def is_set(self, *args) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *args) -> None: ... method set (line 12) | def set(self, *args) -> Any: ... method ioctl (line 13) | def ioctl(self, *args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *args) -> None: ... method locked (line 6) | def locked(self, *args) -> Any: ... method release (line 7) | def release(self, *args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *args) -> None: ... method close (line 5) | def close(self, *args) -> Any: ... method write (line 9) | def write(self, *args) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *args) -> None: ... method close (line 20) | def close(self, *args) -> Any: ... method write (line 24) | def write(self, *args) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *args) -> None: ... method close (line 35) | def close(self, *args) -> Any: ... method write (line 39) | def write(self, *args) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args) -> Any: ... class Server (line 50) | class Server: method close (line 51) | def close(self, *args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: publish/micropython-v1_17-rp2-stubs/ubinascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_17-rp2-stubs/ucollections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method clear (line 37) | def clear(self, *args) -> Any: ... method copy (line 38) | def copy(self, *args) -> Any: ... method get (line 39) | def get(self, *args) -> Any: ... method items (line 40) | def items(self, *args) -> Any: ... method keys (line 41) | def keys(self, *args) -> Any: ... method pop (line 42) | def pop(self, *args) -> Any: ... method popitem (line 43) | def popitem(self, *args) -> Any: ... method setdefault (line 44) | def setdefault(self, *args) -> Any: ... method update (line 45) | def update(self, *args) -> Any: ... method values (line 46) | def values(self, *args) -> Any: ... method fromkeys (line 48) | def fromkeys(cls, *args) -> Any: ... class deque (line 50) | class deque(Queue): method append (line 68) | def append(self, x) -> Any: method popleft (line 74) | def popleft(self) -> Any: function namedtuple (line 81) | def namedtuple(name, fields) -> Any: FILE: publish/micropython-v1_17-rp2-stubs/uctypes.pyi function addressof (line 46) | def addressof(obj) -> int: function bytearray_at (line 54) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function sizeof (line 72) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 80) | class struct: ... FILE: publish/micropython-v1_17-rp2-stubs/uhashlib.pyi class sha256 (line 26) | class sha256: method update (line 31) | def update(self, *args) -> Any: ... method digest (line 32) | def digest(self, *args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/uio.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method close (line 32) | def close(self, *args) -> Any: ... method read (line 33) | def read(self, *args) -> Any: ... method readinto (line 34) | def readinto(self, *args) -> Any: ... method readline (line 35) | def readline(self, *args) -> Any: ... method write (line 36) | def write(self, *args) -> Any: ... method flush (line 37) | def flush(self, *args) -> Any: ... method getvalue (line 38) | def getvalue(self) -> Any: method seek (line 43) | def seek(self, *args) -> Any: ... method tell (line 44) | def tell(self, *args) -> Any: ... class FileIO (line 46) | class FileIO(IO): method close (line 52) | def close(self, *args) -> Any: ... method read (line 53) | def read(self, *args) -> Any: ... method readinto (line 54) | def readinto(self, *args) -> Any: ... method readline (line 55) | def readline(self, *args) -> Any: ... method write (line 56) | def write(self, *args) -> Any: ... method flush (line 57) | def flush(self, *args) -> Any: ... method readlines (line 58) | def readlines(self, *args) -> Any: ... method seek (line 59) | def seek(self, *args) -> Any: ... method tell (line 60) | def tell(self, *args) -> Any: ... class IOBase (line 62) | class IOBase: ... class StringIO (line 64) | class StringIO(IO): method close (line 65) | def close(self, *args) -> Any: ... method read (line 66) | def read(self, *args) -> Any: ... method readinto (line 67) | def readinto(self, *args) -> Any: ... method readline (line 68) | def readline(self, *args) -> Any: ... method write (line 69) | def write(self, *args) -> Any: ... method flush (line 70) | def flush(self, *args) -> Any: ... method getvalue (line 71) | def getvalue(self, *args) -> Any: ... method seek (line 72) | def seek(self, *args) -> Any: ... method tell (line 73) | def tell(self, *args) -> Any: ... class TextIOWrapper (line 75) | class TextIOWrapper(IO): method close (line 81) | def close(self, *args) -> Any: ... method read (line 82) | def read(self, *args) -> Any: ... method readinto (line 83) | def readinto(self, *args) -> Any: ... method readline (line 84) | def readline(self, *args) -> Any: ... method write (line 85) | def write(self, *args) -> Any: ... method flush (line 86) | def flush(self, *args) -> Any: ... method readlines (line 87) | def readlines(self, *args) -> Any: ... method seek (line 88) | def seek(self, *args) -> Any: ... method tell (line 89) | def tell(self, *args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/ujson.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: publish/micropython-v1_17-rp2-stubs/ulab.pyi function dtype (line 3) | def dtype(*args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/uos.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method open (line 26) | def open(self, *args) -> Any: ... method remove (line 27) | def remove(self, *args) -> Any: ... method chdir (line 28) | def chdir(self, *args) -> Any: ... method getcwd (line 29) | def getcwd(self, *args) -> Any: ... method ilistdir (line 30) | def ilistdir(self, *args) -> Any: ... method mkdir (line 31) | def mkdir(self, *args) -> Any: ... method mkfs (line 33) | def mkfs(block_dev) -> None: method mount (line 38) | def mount(self, *args) -> Any: ... method rename (line 39) | def rename(self, *args) -> Any: ... method rmdir (line 40) | def rmdir(self, *args) -> Any: ... method stat (line 41) | def stat(self, *args) -> Any: ... method statvfs (line 42) | def statvfs(self, *args) -> Any: ... method umount (line 43) | def umount(self, *args) -> Any: ... class VfsLfs2 (line 45) | class VfsLfs2: method open (line 63) | def open(self, *args) -> Any: ... method remove (line 64) | def remove(self, *args) -> Any: ... method chdir (line 65) | def chdir(self, *args) -> Any: ... method getcwd (line 66) | def getcwd(self, *args) -> Any: ... method ilistdir (line 67) | def ilistdir(self, *args) -> Any: ... method mkdir (line 68) | def mkdir(self, *args) -> Any: ... method mkfs (line 70) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 78) | def mount(self, *args) -> Any: ... method rename (line 79) | def rename(self, *args) -> Any: ... method rmdir (line 80) | def rmdir(self, *args) -> Any: ... method stat (line 81) | def stat(self, *args) -> Any: ... method statvfs (line 82) | def statvfs(self, *args) -> Any: ... method umount (line 83) | def umount(self, *args) -> Any: ... function chdir (line 85) | def chdir(path) -> Any: function getcwd (line 91) | def getcwd() -> Any: function ilistdir (line 97) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 118) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 124) | def mkdir(path) -> Any: function mount (line 130) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 148) | def rename(old_path, new_path) -> None: function rmdir (line 154) | def rmdir(path) -> None: function stat (line 160) | def stat(path) -> Any: function statvfs (line 166) | def statvfs(path) -> Tuple: function umount (line 189) | def umount(mount_point) -> Any: function uname (line 199) | def uname() -> uname_result: function urandom (line 213) | def urandom(n) -> bytes: FILE: publish/micropython-v1_17-rp2-stubs/urandom.pyi function __init__ (line 3) | def __init__(*args) -> None: ... function choice (line 4) | def choice(*args) -> Any: ... function getrandbits (line 5) | def getrandbits(*args) -> Any: ... function randint (line 6) | def randint(*args) -> Any: ... function random (line 7) | def random(*args) -> Any: ... function randrange (line 8) | def randrange(*args) -> Any: ... function seed (line 9) | def seed(*args) -> Any: ... function uniform (line 10) | def uniform(*args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/ure.pyi function compile (line 3) | def compile(*args) -> Any: ... function match (line 4) | def match(*args) -> Any: ... function search (line 5) | def search(*args) -> Any: ... function sub (line 6) | def sub(*args) -> Any: ... FILE: publish/micropython-v1_17-rp2-stubs/uselect.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: publish/micropython-v1_17-rp2-stubs/ustruct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_17-rp2-stubs/usys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_17-rp2-stubs/utime.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: publish/micropython-v1_17-rp2-stubs/uzlib.pyi class DecompIO (line 13) | class DecompIO: method read (line 22) | def read(self, *args) -> Any: ... method readinto (line 23) | def readinto(self, *args) -> Any: ... method readline (line 24) | def readline(self, *args) -> Any: ... function decompress (line 26) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_17-rp2-stubs/zlib.pyi class DecompIO (line 13) | class DecompIO: method read (line 22) | def read(self, *args) -> Any: ... method readinto (line 23) | def readinto(self, *args) -> Any: ... method readline (line 24) | def readline(self, *args) -> Any: ... function decompress (line 26) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_17-stm32-stubs/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/_thread.pyi class LockType (line 13) | class LockType: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 15) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 16) | def locked(self, *args, **kwargs) -> Any: ... method release (line 17) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 19) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 21) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 22) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/array.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/binascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_17-stm32-stubs/cmath.pyi function cos (line 14) | def cos(z) -> float: function exp (line 22) | def exp(z) -> float: function log (line 28) | def log(z) -> float: function log10 (line 34) | def log10(z) -> float: function phase (line 40) | def phase(z) -> float: function polar (line 48) | def polar(z) -> Tuple: function rect (line 54) | def rect(r, phi) -> float: function sin (line 60) | def sin(z) -> float: function sqrt (line 66) | def sqrt(z) -> Any: FILE: publish/micropython-v1_17-stm32-stubs/collections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: publish/micropython-v1_17-stm32-stubs/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/framebuf.pyi class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 35) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method blit (line 36) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 55) | def fill(self, c) -> None: method fill_rect (line 60) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 67) | def hline(self, x, y, w, c) -> Any: ... method line (line 68) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 77) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 83) | def rect(self, x, y, w, h, c) -> Any: ... method scroll (line 84) | def scroll(self, xstep, ystep) -> Any: method text (line 90) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 99) | def vline(self, x, y, h, c) -> Any: ... function FrameBuffer1 (line 101) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/gc.pyi function collect (line 8) | def collect() -> None: function disable (line 14) | def disable() -> None: function enable (line 21) | def enable() -> None: function isenabled (line 27) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 28) | def mem_alloc() -> int: function mem_free (line 34) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Any: FILE: publish/micropython-v1_17-stm32-stubs/hashlib.pyi class sha256 (line 26) | class sha256: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/heapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: publish/micropython-v1_17-stm32-stubs/io.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method __init__ (line 32) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self) -> Any: method seek (line 44) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 45) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 47) | class FileIO(IO): method __init__ (line 53) | def __init__(self, *args, **kwargs) -> None: ... method close (line 54) | def close(self, *args, **kwargs) -> Any: ... method read (line 55) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method write (line 58) | def write(self, *args, **kwargs) -> Any: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 60) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 61) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 62) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 64) | class IOBase: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 67) | class StringIO(IO): method __init__ (line 68) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 69) | def close(self, *args, **kwargs) -> Any: ... method read (line 70) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 72) | def readline(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method flush (line 74) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 75) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 76) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 77) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 79) | class TextIOWrapper(IO): method __init__ (line 85) | def __init__(self, *args, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method read (line 87) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 89) | def readline(self, *args, **kwargs) -> Any: ... method write (line 90) | def write(self, *args, **kwargs) -> Any: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 92) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/json.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: publish/micropython-v1_17-stm32-stubs/lcd160cr.pyi function const (line 8) | def const(*args, **kwargs) -> Any: ... function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: ... function pack_into (line 10) | def pack_into(*args, **kwargs) -> Any: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Any: ... class LCD160CR (line 21) | class LCD160CR: method __init__ (line 57) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method write (line 58) | def write(self, s) -> None: method line (line 65) | def line(self, x1, y1, x2, y2) -> None: method rect (line 70) | def rect(self, x, y, w, h) -> Any: ... method reset (line 71) | def reset(self) -> None: method oflush (line 76) | def oflush(self, *args, **kwargs) -> Any: ... method iflush (line 77) | def iflush(self, *args, **kwargs) -> Any: ... method rgb (line 79) | def rgb(r, g, b) -> int: method clip_line (line 88) | def clip_line(data, w, h) -> Any: method set_power (line 93) | def set_power(self, on) -> None: method set_orient (line 99) | def set_orient(self, orient) -> None: method set_brightness (line 105) | def set_brightness(self, value) -> None: method set_i2c_addr (line 110) | def set_i2c_addr(self, addr) -> None: method set_uart_baudrate (line 116) | def set_uart_baudrate(self, baudrate) -> None: method set_startup_deco (line 121) | def set_startup_deco(self, value) -> None: method save_to_flash (line 127) | def save_to_flash(self) -> Any: method set_pixel (line 133) | def set_pixel(self, x, y, c) -> None: method get_pixel (line 139) | def get_pixel(self, x, y) -> Any: method get_line (line 144) | def get_line(self, x, y, buf) -> Any: method screen_dump (line 152) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Any: method screen_load (line 162) | def screen_load(self, buf) -> None: method set_pos (line 167) | def set_pos(self, x, y) -> None: method set_text_color (line 173) | def set_text_color(self, fg, bg) -> None: method set_font (line 178) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method set_pen (line 198) | def set_pen(self, line, fill) -> None: method erase (line 203) | def erase(self) -> Any: method dot (line 208) | def dot(self, x, y) -> None: method rect_outline (line 213) | def rect_outline(self, x, y, w, h) -> Any: ... method rect_interior (line 214) | def rect_interior(self, x, y, w, h) -> None: method dot_no_clip (line 222) | def dot_no_clip(self, x, y) -> Any: ... method rect_no_clip (line 223) | def rect_no_clip(self, x, y, w, h) -> Any: ... method rect_outline_no_clip (line 224) | def rect_outline_no_clip(self, x, y, w, h) -> Any: ... method rect_interior_no_clip (line 225) | def rect_interior_no_clip(self, x, y, w, h) -> Any: ... method line_no_clip (line 226) | def line_no_clip(self, x1, y1, x2, y2) -> Any: method poly_dot (line 233) | def poly_dot(self, data) -> None: method poly_line (line 240) | def poly_line(self, data) -> Any: method touch_config (line 245) | def touch_config(self, calib=False, save=False, irq=None) -> None: method is_touched (line 260) | def is_touched(self) -> bool: method get_touch (line 266) | def get_touch(self) -> Tuple: method set_spi_win (line 273) | def set_spi_win(self, x, y, w, h) -> None: method fast_spi (line 278) | def fast_spi(self, flush=True) -> SPI: method show_framebuf (line 291) | def show_framebuf(self, buf) -> None: method set_scroll (line 302) | def set_scroll(self, on) -> None: method set_scroll_win (line 308) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 325) | def set_scroll_win_param(self, win, param, value) -> Any: method set_scroll_buf (line 335) | def set_scroll_buf(self, s) -> None: method jpeg_start (line 341) | def jpeg_start(self, total_len) -> Any: ... method jpeg_data (line 342) | def jpeg_data(self, buf) -> None: method jpeg (line 350) | def jpeg(self, buf) -> None: method feed_wdt (line 358) | def feed_wdt(self) -> Any: FILE: publish/micropython-v1_17-stm32-stubs/lcd160cr_test.py function get_lcd (line 7) | def get_lcd(lcd): function show_adc (line 13) | def show_adc(lcd, adc): function test_features (line 40) | def test_features(lcd, orient=lcd160cr.PORTRAIT): function test_mandel (line 136) | def test_mandel(lcd, orient=lcd160cr.PORTRAIT): function test_all (line 176) | def test_all(lcd, orient=lcd160cr.PORTRAIT): FILE: publish/micropython-v1_17-stm32-stubs/machine.pyi class RTC (line 13) | class RTC: method __init__ (line 18) | def __init__(self, id=0, *args, **kwargs) -> None: ... method calibration (line 19) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 20) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 35) | def info(self, *args, **kwargs) -> Any: ... method init (line 36) | def init(self, datetime) -> None: method wakeup (line 43) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 45) | class ADC: method __init__ (line 53) | def __init__(self, id) -> None: ... method read_u16 (line 58) | def read_u16(self) -> int: class I2C (line 69) | class I2C: method __init__ (line 85) | def __init__( method readinto (line 88) | def readinto(self, buf, nack=True, /) -> Any: method start (line 97) | def start(self) -> None: method stop (line 102) | def stop(self) -> None: method write (line 107) | def write(self, buf) -> int: method init (line 114) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 123) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 130) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 139) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 147) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 158) | def scan(self) -> List: method writeto (line 165) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 174) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 184) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 200) | class I2S: method __init__ (line 229) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 230) | def readinto(self, buf) -> int: method write (line 238) | def write(self, buf) -> int: method deinit (line 250) | def deinit(self) -> Any: method init (line 255) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 260) | def irq(self, handler) -> Any: method shift (line 268) | def shift(buf, bits, shift) -> Any: class Pin (line 278) | class Pin: method __init__ (line 340) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method dict (line 342) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 343) | def value(self, x: Optional[Any] = None) -> int: method af (line 416) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 417) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 419) | class board: method __init__ (line 420) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 471) | class cpu: method __init__ (line 472) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 521) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 522) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 523) | def high(self) -> None: method init (line 530) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 539) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 583) | def low(self) -> None: method mapper (line 591) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 592) | def mode(self, mode: Optional[Any] = None) -> Any: method name (line 600) | def name(self, *args, **kwargs) -> Any: ... method names (line 601) | def names(self, *args, **kwargs) -> Any: ... method off (line 602) | def off(self) -> None: method on (line 607) | def on(self) -> None: method pin (line 612) | def pin(self, *args, **kwargs) -> Any: ... method port (line 613) | def port(self, *args, **kwargs) -> Any: ... method pull (line 614) | def pull(self, pull: Optional[Any] = None) -> Any: method __call__ (line 622) | def __call__(self, x: Optional[Any] = None) -> Any: class SPI (line 632) | class SPI: method __init__ (line 644) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 645) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 652) | def readinto(self, buf, write=0x00) -> int: method write (line 661) | def write(self, buf) -> int: method deinit (line 671) | def deinit(self) -> None: method init (line 676) | def init( method write_readinto (line 701) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 712) | class Signal(Pin): method __init__ (line 733) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 734) | def value(self, x: Optional[Any] = None) -> int: method off (line 753) | def off(self) -> None: method on (line 758) | def on(self) -> None: class SoftI2C (line 764) | class SoftI2C(I2C): method __init__ (line 777) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 778) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 779) | def start(self, *args, **kwargs) -> Any: ... method stop (line 780) | def stop(self, *args, **kwargs) -> Any: ... method write (line 781) | def write(self, *args, **kwargs) -> Any: ... method init (line 782) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 783) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 784) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 785) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 786) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 787) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 788) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 789) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 790) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 792) | class SoftSPI: method __init__ (line 799) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 800) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 801) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 802) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 805) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 806) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 807) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 809) | class Timer: method __init__ (line 817) | def __init__(self, id, *args, **kwargs) -> None: ... method deinit (line 820) | def deinit(self) -> None: method init (line 825) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 843) | class UART: method __init__ (line 848) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 849) | def any(self) -> int: method read (line 863) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 873) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 883) | def readline(self) -> None: method write (line 891) | def write(self, buf) -> int: method deinit (line 901) | def deinit(self) -> None: method init (line 906) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method irq (line 945) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Any: method readchar (line 971) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 972) | def sendbreak(self) -> None: method writechar (line 978) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 980) | class WDT: method __init__ (line 989) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 990) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 994) | def bitstream(pin, encoding, timing, data, /) -> Any: function bootloader (line 1018) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 1028) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1053) | def disable_irq() -> Any: function enable_irq (line 1062) | def enable_irq(state) -> Any: function freq (line 1070) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1078) | def idle() -> Any: function info (line 1087) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 1088) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1117) | def reset() -> NoReturn: function reset_cause (line 1124) | def reset_cause() -> int: function rng (line 1130) | def rng() -> int: function sleep (line 1138) | def sleep() -> Any: function soft_reset (line 1144) | def soft_reset() -> NoReturn: function time_pulse_us (line 1152) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1170) | def unique_id() -> bytes: FILE: publish/micropython-v1_17-stm32-stubs/math.pyi function pow (line 16) | def pow(x, y) -> Any: function acos (line 22) | def acos(x) -> float: function acosh (line 28) | def acosh(x) -> float: function asin (line 34) | def asin(x) -> float: function asinh (line 40) | def asinh(x) -> float: function atan (line 46) | def atan(x) -> float: function atan2 (line 52) | def atan2(y, x) -> float: function atanh (line 58) | def atanh(x) -> float: function ceil (line 64) | def ceil(x) -> int: function copysign (line 70) | def copysign(x, y) -> Any: function cos (line 76) | def cos(x) -> float: function cosh (line 82) | def cosh(x) -> float: function degrees (line 88) | def degrees(x) -> Any: function erf (line 96) | def erf(x) -> Any: function erfc (line 102) | def erfc(x) -> Any: function exp (line 108) | def exp(x) -> float: function expm1 (line 114) | def expm1(x) -> Any: function fabs (line 120) | def fabs(x) -> Any: function factorial (line 126) | def factorial(*args, **kwargs) -> Any: ... function floor (line 127) | def floor(x) -> int: function fmod (line 133) | def fmod(x, y) -> Any: function frexp (line 139) | def frexp(x) -> Any: function gamma (line 148) | def gamma(x) -> Any: function isclose (line 154) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 155) | def isfinite(x) -> bool: function isinf (line 161) | def isinf(x) -> bool: function isnan (line 167) | def isnan(x) -> bool: function ldexp (line 173) | def ldexp(x, exp) -> Any: function lgamma (line 179) | def lgamma(x) -> float: function log (line 185) | def log(x) -> float: function log10 (line 191) | def log10(x) -> float: function log2 (line 197) | def log2(x) -> float: function modf (line 203) | def modf(x) -> Tuple: function radians (line 212) | def radians(x) -> Any: function sin (line 218) | def sin(x) -> float: function sinh (line 224) | def sinh(x) -> float: function sqrt (line 230) | def sqrt(x) -> Any: function tan (line 236) | def tan(x) -> float: function tanh (line 242) | def tanh(x) -> float: function trunc (line 248) | def trunc(x) -> int: FILE: publish/micropython-v1_17-stm32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: ... function heap_unlock (line 102) | def heap_unlock() -> int: ... function heap_locked (line 103) | def heap_locked() -> bool: function kbd_intr (line 125) | def kbd_intr(chr) -> None: function schedule (line 138) | def schedule(func, arg) -> Incomplete: function viper (line 175) | def viper(func: Callable) -> Callable: function native (line 184) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_17-stm32-stubs/network.pyi function route (line 36) | def route(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/os.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 21) | class VfsFat: method __init__ (line 28) | def __init__(self, block_dev) -> None: ... method open (line 29) | def open(self, *args, **kwargs) -> Any: ... method remove (line 30) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 31) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 33) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 34) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 36) | def mkfs(block_dev) -> None: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 42) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 43) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 44) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 45) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 46) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 48) | class VfsLfs2: method __init__ (line 66) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 67) | def open(self, *args, **kwargs) -> Any: ... method remove (line 68) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 69) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 70) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 71) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 72) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 74) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 82) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 83) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 84) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 85) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 86) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 87) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 89) | def chdir(path) -> Any: function dupterm (line 95) | def dupterm(stream_object, index=0, /) -> IO: function getcwd (line 118) | def getcwd() -> Any: function ilistdir (line 124) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 145) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 151) | def mkdir(path) -> Any: function mount (line 157) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 175) | def rename(old_path, new_path) -> None: function rmdir (line 181) | def rmdir(path) -> None: function stat (line 187) | def stat(path) -> Any: function statvfs (line 193) | def statvfs(path) -> Tuple: function sync (line 216) | def sync() -> None: function umount (line 222) | def umount(mount_point) -> Any: function uname (line 232) | def uname() -> uname_result: function unlink (line 246) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 247) | def urandom(n) -> bytes: FILE: publish/micropython-v1_17-stm32-stubs/pyb.pyi function main (line 8) | def main(filename) -> None: function stop (line 17) | def stop() -> Any: class DAC (line 31) | class DAC: method __init__ (line 56) | def __init__(self, port, bits=8, *, buffering=None) -> None: ... method write (line 57) | def write(self, value) -> Any: method deinit (line 66) | def deinit(self) -> Any: method init (line 71) | def init(self, bits=8, *, buffering=None) -> Any: method noise (line 78) | def noise(self, freq) -> None: method triangle (line 84) | def triangle(self, freq) -> None: method write_timed (line 91) | def write_timed(self, data, freq, *, mode=NORMAL) -> Any: class RTC (line 113) | class RTC: method __init__ (line 119) | def __init__(self) -> None: ... method calibration (line 120) | def calibration(self, cal) -> int: method datetime (line 137) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 154) | def info(self) -> Any: method init (line 164) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 165) | def wakeup(self, timeout, callback=None) -> None: class ADC (line 178) | class ADC: method __init__ (line 184) | def __init__(self, pin) -> None: ... method read (line 185) | def read(self) -> Any: method read_timed (line 191) | def read_timed(self, buf, timer) -> Any: method read_timed_multi (line 228) | def read_timed_multi(self, adcs, bufs, timer) -> bool: class ADCAll (line 281) | class ADCAll: method __init__ (line 282) | def __init__(self, *argv, **kwargs) -> None: ... method read_channel (line 283) | def read_channel(self, *args, **kwargs) -> Any: ... method read_core_temp (line 284) | def read_core_temp(self, *args, **kwargs) -> Any: ... method read_core_vbat (line 285) | def read_core_vbat(self, *args, **kwargs) -> Any: ... method read_core_vref (line 286) | def read_core_vref(self, *args, **kwargs) -> Any: ... method read_vref (line 287) | def read_vref(self, *args, **kwargs) -> Any: ... class Accel (line 289) | class Accel: method __init__ (line 294) | def __init__(self) -> None: ... method read (line 295) | def read(self, *args, **kwargs) -> Any: ... method write (line 296) | def write(self, *args, **kwargs) -> Any: ... method filtered_xyz (line 297) | def filtered_xyz(self) -> Tuple: method tilt (line 307) | def tilt(self) -> Any: method x (line 312) | def x(self) -> Any: method y (line 317) | def y(self) -> Any: method z (line 322) | def z(self) -> Any: class CAN (line 328) | class CAN: method __init__ (line 342) | def __init__( method any (line 345) | def any(self, fifo) -> bool: method send (line 350) | def send(self, data, id, *, timeout=0, rtr=False) -> None: method clearfilter (line 384) | def clearfilter(self, bank) -> None: method deinit (line 391) | def deinit(self) -> None: method info (line 396) | def info(self, list: Optional[Any] = None) -> Any: method init (line 419) | def init(self, mode, extframe=False, prescaler=100, *, sjw=1, bs1=6, b... method initfilterbanks (line 461) | def initfilterbanks(cls, nr) -> None: method recv (line 471) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method restart (line 505) | def restart(self) -> Any: method rxcallback (line 517) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 552) | def setfilter(self, bank, mode, fifo, params, *, rtr) -> None: method state (line 595) | def state(self) -> Any: class ExtInt (line 611) | class ExtInt: method __init__ (line 630) | def __init__(self, pin, mode, pull, callback) -> None: ... method disable (line 637) | def disable(self) -> None: method enable (line 643) | def enable(self) -> None: method line (line 648) | def line(self) -> int: method regs (line 654) | def regs(cls) -> Any: method swint (line 660) | def swint(self) -> Any: class Flash (line 667) | class Flash: method __init__ (line 678) | def __init__(self) -> None: ... method ioctl (line 679) | def ioctl(self, cmd, arg) -> Any: method readblocks (line 686) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any... method writeblocks (line 687) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> An... class I2C (line 689) | class I2C: method __init__ (line 711) | def __init__( method send (line 714) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 729) | def deinit(self) -> None: method init (line 734) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method is_ready (line 747) | def is_ready(self, addr) -> Any: method mem_read (line 752) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 766) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 780) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method scan (line 793) | def scan(self) -> List: class LCD (line 800) | class LCD: method __init__ (line 807) | def __init__(self, skin_position) -> None: ... method get (line 808) | def get(self, x, y) -> int: method write (line 815) | def write(self, str) -> None: method command (line 820) | def command(self, instr_data, buf) -> None: method contrast (line 827) | def contrast(self, value) -> None: method fill (line 832) | def fill(self, colour) -> None: method light (line 839) | def light(self, value) -> None: method pixel (line 844) | def pixel(self, x, y, colour) -> None: method show (line 851) | def show(self) -> None: method text (line 856) | def text(self, str, x, y, colour) -> None: class LED (line 864) | class LED: method __init__ (line 872) | def __init__(self, id) -> None: ... method intensity (line 873) | def intensity(self, value: Optional[Any] = None) -> None: method off (line 886) | def off(self) -> None: method on (line 891) | def on(self) -> None: method toggle (line 896) | def toggle(self) -> Any: class Pin (line 903) | class Pin: method __init__ (line 909) | def __init__(self, id, *args, **kwargs) -> None: ... method dict (line 911) | def dict(cls, dict: Optional[Any] = None) -> Any: method value (line 916) | def value(self, value: Optional[Any] = None) -> int: method af (line 966) | def af(self) -> Any: method af_list (line 973) | def af_list(self) -> List: class board (line 979) | class board: method __init__ (line 980) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 1031) | class cpu: method __init__ (line 1032) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 1081) | def debug(cls, state: Optional[Any] = None) -> bool: method gpio (line 1086) | def gpio(self) -> int: method high (line 1091) | def high(self, *args, **kwargs) -> Any: ... method init (line 1092) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method irq (line 1120) | def irq(self, *args, **kwargs) -> Any: ... method low (line 1121) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 1123) | def mapper(cls, fun: Optional[Any] = None) -> Any: method mode (line 1129) | def mode(self) -> Any: method name (line 1136) | def name(self) -> str: method names (line 1141) | def names(self) -> str: method off (line 1146) | def off(self, *args, **kwargs) -> Any: ... method on (line 1147) | def on(self, *args, **kwargs) -> Any: ... method pin (line 1148) | def pin(self) -> int: method port (line 1153) | def port(self) -> Any: method pull (line 1158) | def pull(self) -> Any: method __call__ (line 1165) | def __call__(self, x: Optional[Any] = None) -> Any: class SDCard (line 1173) | class SDCard: method __init__ (line 1174) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 1175) | def read(self, *args, **kwargs) -> Any: ... method write (line 1176) | def write(self, *args, **kwargs) -> Any: ... method info (line 1177) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 1178) | def ioctl(self, *args, **kwargs) -> Any: ... method power (line 1179) | def power(self, *args, **kwargs) -> Any: ... method present (line 1180) | def present(self, *args, **kwargs) -> Any: ... method readblocks (line 1181) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1182) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 1184) | class SPI: method __init__ (line 1201) | def __init__( method read (line 1204) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 1205) | def readinto(self, *args, **kwargs) -> Any: ... method send (line 1206) | def send(self, send, *, timeout=5000) -> None: method write (line 1216) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 1223) | def deinit(self) -> None: method init (line 1228) | def init(self, mode, baudrate=328125, *, prescaler=1, polarity=1, phas... method recv (line 1255) | def recv(self, recv, *, timeout=5000) -> bytes: method send_recv (line 1267) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method write_readinto (line 1280) | def write_readinto(self, *args, **kwargs) -> Any: ... class Servo (line 1282) | class Servo: method __init__ (line 1288) | def __init__(self, id) -> None: ... method angle (line 1289) | def angle(self, angle: Optional[Any] = None, time=0) -> Any: method calibration (line 1301) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method pulse_width (line 1315) | def pulse_width(self, value: Optional[Any] = None) -> Any: method speed (line 1323) | def speed(self, speed: Optional[Any] = None, time=0) -> Any: class Switch (line 1335) | class Switch(Pin): method __init__ (line 1341) | def __init__(self) -> None: ... method value (line 1342) | def value(self) -> bool: method callback (line 1347) | def callback(self, fun) -> None: class Timer (line 1354) | class Timer: method __init__ (line 1361) | def __init__(self, id, *args, **kwargs) -> None: ... method callback (line 1385) | def callback(self, fun) -> None: method channel (line 1392) | def channel(self, channel, mode, pin=None, *args) -> Any: method counter (line 1467) | def counter(self, value: Optional[Any] = None) -> Any: method deinit (line 1472) | def deinit(self) -> None: method freq (line 1482) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 1487) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1535) | def period(self, value: Optional[Any] = None) -> Any: method prescaler (line 1540) | def prescaler(self, value: Optional[Any] = None) -> Any: method source_freq (line 1545) | def source_freq(self) -> Any: class UART (line 1551) | class UART: method __init__ (line 1587) | def __init__( method any (line 1590) | def any(self) -> int: method read (line 1595) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1611) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1620) | def readline(self) -> None: method write (line 1629) | def write(self, buf) -> int: method deinit (line 1643) | def deinit(self) -> None: method init (line 1648) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method irq (line 1673) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 1674) | def readchar(self) -> int: method sendbreak (line 1681) | def sendbreak(self) -> None: method writechar (line 1688) | def writechar(self, char) -> None: class USB_HID (line 1695) | class USB_HID: method __init__ (line 1701) | def __init__(self) -> None: ... method send (line 1702) | def send(self, data) -> None: method recv (line 1710) | def recv(self, data, *, timeout=5000) -> int: class USB_VCP (line 1723) | class USB_VCP: method __init__ (line 1730) | def __init__(self, id=0) -> None: ... method any (line 1731) | def any(self) -> bool: method close (line 1736) | def close(self) -> Any: method read (line 1742) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1752) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1763) | def readline(self) -> bytes: method send (line 1771) | def send(self, data, *, timeout=5000) -> int: method write (line 1781) | def write(self, buf) -> int: method init (line 1791) | def init(self, *, flow=-1) -> None: method irq (line 1798) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method isconnected (line 1810) | def isconnected(self) -> bool: method readlines (line 1815) | def readlines(self) -> List: method recv (line 1824) | def recv(self, data, *, timeout=5000) -> int: method setinterrupt (line 1836) | def setinterrupt(self, chr) -> None: function bootloader (line 1847) | def bootloader() -> None: function country (line 1853) | def country(*args, **kwargs) -> Any: ... function delay (line 1854) | def delay(ms) -> None: function dht_readinto (line 1860) | def dht_readinto(*args, **kwargs) -> Any: ... function disable_irq (line 1861) | def disable_irq() -> Any: function elapsed_micros (line 1870) | def elapsed_micros(start) -> int: function elapsed_millis (line 1886) | def elapsed_millis(start) -> int: function enable_irq (line 1901) | def enable_irq(state=True) -> None: function fault_debug (line 1911) | def fault_debug(value) -> None: function freq (line 1926) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function hard_reset (line 1966) | def hard_reset() -> NoReturn: function have_cdc (line 1973) | def have_cdc() -> bool: function hid (line 1981) | def hid(hidtuple: Tuple) -> Any: function info (line 1993) | def info(dump_alloc_table: Optional[Any] = None) -> None: function micros (line 1999) | def micros() -> int: function millis (line 2013) | def millis() -> int: function mount (line 2027) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function pwm (line 2062) | def pwm(*args, **kwargs) -> Any: ... function repl_info (line 2063) | def repl_info(*args, **kwargs) -> Any: ... function repl_uart (line 2064) | def repl_uart(uart) -> UART: function rng (line 2070) | def rng() -> int: function servo (line 2076) | def servo(*args, **kwargs) -> Any: ... function standby (line 2077) | def standby() -> Any: function sync (line 2090) | def sync() -> None: function udelay (line 2096) | def udelay(us) -> None: function unique_id (line 2102) | def unique_id() -> str: function usb_mode (line 2108) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function wfi (line 2149) | def wfi() -> None: FILE: publish/micropython-v1_17-stm32-stubs/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/select.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: publish/micropython-v1_17-stm32-stubs/socket.pyi function getaddrinfo (line 16) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 45) | class socket: method __init__ (line 59) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 60) | def close(self) -> Any: method send (line 70) | def send(self, bytes) -> int: method accept (line 77) | def accept(self) -> Tuple: method bind (line 85) | def bind(self, address) -> Any: method connect (line 90) | def connect(self, address) -> None: method listen (line 95) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 103) | def recv(self, bufsize) -> bytes: method recvfrom (line 109) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 116) | def sendto(self, bytes, address) -> None: method setblocking (line 122) | def setblocking(self, flag) -> Any: method setsockopt (line 133) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 140) | def settimeout(self, value) -> Any: FILE: publish/micropython-v1_17-stm32-stubs/struct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_17-stm32-stubs/sys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_17-stm32-stubs/time.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: publish/micropython-v1_17-stm32-stubs/uarray.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 28) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... method release (line 35) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: publish/micropython-v1_17-stm32-stubs/ubinascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_17-stm32-stubs/ucollections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: publish/micropython-v1_17-stm32-stubs/uctypes.pyi function addressof (line 46) | def addressof(obj) -> int: function bytearray_at (line 54) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function sizeof (line 72) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 80) | class struct: method __init__ (line 86) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... FILE: publish/micropython-v1_17-stm32-stubs/uhashlib.pyi class sha256 (line 26) | class sha256: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/uheapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: publish/micropython-v1_17-stm32-stubs/uio.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method __init__ (line 32) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self) -> Any: method seek (line 44) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 45) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 47) | class FileIO(IO): method __init__ (line 53) | def __init__(self, *args, **kwargs) -> None: ... method close (line 54) | def close(self, *args, **kwargs) -> Any: ... method read (line 55) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method write (line 58) | def write(self, *args, **kwargs) -> Any: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 60) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 61) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 62) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 64) | class IOBase: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 67) | class StringIO(IO): method __init__ (line 68) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 69) | def close(self, *args, **kwargs) -> Any: ... method read (line 70) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 72) | def readline(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method flush (line 74) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 75) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 76) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 77) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 79) | class TextIOWrapper(IO): method __init__ (line 85) | def __init__(self, *args, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method read (line 87) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 89) | def readline(self, *args, **kwargs) -> Any: ... method write (line 90) | def write(self, *args, **kwargs) -> Any: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 92) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/ujson.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: publish/micropython-v1_17-stm32-stubs/umachine.pyi class RTC (line 13) | class RTC: method __init__ (line 18) | def __init__(self, id=0, *args, **kwargs) -> None: ... method calibration (line 19) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 20) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 35) | def info(self, *args, **kwargs) -> Any: ... method init (line 36) | def init(self, datetime) -> None: method wakeup (line 43) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 45) | class ADC: method __init__ (line 53) | def __init__(self, id) -> None: ... method read_u16 (line 58) | def read_u16(self) -> int: class I2C (line 69) | class I2C: method __init__ (line 85) | def __init__( method readinto (line 88) | def readinto(self, buf, nack=True, /) -> Any: method start (line 97) | def start(self) -> None: method stop (line 102) | def stop(self) -> None: method write (line 107) | def write(self, buf) -> int: method init (line 114) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 123) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 130) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 139) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 147) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 158) | def scan(self) -> List: method writeto (line 165) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 174) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 184) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 200) | class I2S: method __init__ (line 229) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 230) | def readinto(self, buf) -> int: method write (line 238) | def write(self, buf) -> int: method deinit (line 250) | def deinit(self) -> Any: method init (line 255) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 260) | def irq(self, handler) -> Any: method shift (line 268) | def shift(buf, bits, shift) -> Any: class Pin (line 278) | class Pin: method __init__ (line 340) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method dict (line 342) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 343) | def value(self, x: Optional[Any] = None) -> int: method af (line 416) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 417) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 419) | class board: method __init__ (line 420) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 471) | class cpu: method __init__ (line 472) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 521) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 522) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 523) | def high(self) -> None: method init (line 530) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 539) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 583) | def low(self) -> None: method mapper (line 591) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 592) | def mode(self, mode: Optional[Any] = None) -> Any: method name (line 600) | def name(self, *args, **kwargs) -> Any: ... method names (line 601) | def names(self, *args, **kwargs) -> Any: ... method off (line 602) | def off(self) -> None: method on (line 607) | def on(self) -> None: method pin (line 612) | def pin(self, *args, **kwargs) -> Any: ... method port (line 613) | def port(self, *args, **kwargs) -> Any: ... method pull (line 614) | def pull(self, pull: Optional[Any] = None) -> Any: method __call__ (line 622) | def __call__(self, x: Optional[Any] = None) -> Any: class SPI (line 632) | class SPI: method __init__ (line 644) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 645) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 652) | def readinto(self, buf, write=0x00) -> int: method write (line 661) | def write(self, buf) -> int: method deinit (line 671) | def deinit(self) -> None: method init (line 676) | def init( method write_readinto (line 701) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 712) | class Signal(Pin): method __init__ (line 733) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 734) | def value(self, x: Optional[Any] = None) -> int: method off (line 753) | def off(self) -> None: method on (line 758) | def on(self) -> None: class SoftI2C (line 764) | class SoftI2C(I2C): method __init__ (line 777) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 778) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 779) | def start(self, *args, **kwargs) -> Any: ... method stop (line 780) | def stop(self, *args, **kwargs) -> Any: ... method write (line 781) | def write(self, *args, **kwargs) -> Any: ... method init (line 782) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 783) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 784) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 785) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 786) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 787) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 788) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 789) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 790) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 792) | class SoftSPI: method __init__ (line 799) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 800) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 801) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 802) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 805) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 806) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 807) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 809) | class Timer: method __init__ (line 817) | def __init__(self, id, *args, **kwargs) -> None: ... method deinit (line 820) | def deinit(self) -> None: method init (line 825) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 843) | class UART: method __init__ (line 848) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 849) | def any(self) -> int: method read (line 863) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 873) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 883) | def readline(self) -> None: method write (line 891) | def write(self, buf) -> int: method deinit (line 901) | def deinit(self) -> None: method init (line 906) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method irq (line 945) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Any: method readchar (line 971) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 972) | def sendbreak(self) -> None: method writechar (line 978) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 980) | class WDT: method __init__ (line 989) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 990) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 994) | def bitstream(pin, encoding, timing, data, /) -> Any: function bootloader (line 1018) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 1028) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1053) | def disable_irq() -> Any: function enable_irq (line 1062) | def enable_irq(state) -> Any: function freq (line 1070) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1078) | def idle() -> Any: function info (line 1087) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 1088) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1117) | def reset() -> NoReturn: function reset_cause (line 1124) | def reset_cause() -> int: function rng (line 1130) | def rng() -> int: function sleep (line 1138) | def sleep() -> Any: function soft_reset (line 1144) | def soft_reset() -> NoReturn: function time_pulse_us (line 1152) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1170) | def unique_id() -> bytes: FILE: publish/micropython-v1_17-stm32-stubs/uos.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 21) | class VfsFat: method __init__ (line 28) | def __init__(self, block_dev) -> None: ... method open (line 29) | def open(self, *args, **kwargs) -> Any: ... method remove (line 30) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 31) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 33) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 34) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 36) | def mkfs(block_dev) -> None: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 42) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 43) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 44) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 45) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 46) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 48) | class VfsLfs2: method __init__ (line 66) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 67) | def open(self, *args, **kwargs) -> Any: ... method remove (line 68) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 69) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 70) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 71) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 72) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 74) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 82) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 83) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 84) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 85) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 86) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 87) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 89) | def chdir(path) -> Any: function dupterm (line 95) | def dupterm(stream_object, index=0, /) -> IO: function getcwd (line 118) | def getcwd() -> Any: function ilistdir (line 124) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 145) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 151) | def mkdir(path) -> Any: function mount (line 157) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 175) | def rename(old_path, new_path) -> None: function rmdir (line 181) | def rmdir(path) -> None: function stat (line 187) | def stat(path) -> Any: function statvfs (line 193) | def statvfs(path) -> Tuple: function sync (line 216) | def sync() -> None: function umount (line 222) | def umount(mount_point) -> Any: function uname (line 232) | def uname() -> uname_result: function unlink (line 246) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 247) | def urandom(n) -> bytes: FILE: publish/micropython-v1_17-stm32-stubs/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/uselect.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: publish/micropython-v1_17-stm32-stubs/usocket.pyi function getaddrinfo (line 16) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 45) | class socket: method __init__ (line 59) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 60) | def close(self) -> Any: method send (line 70) | def send(self, bytes) -> int: method accept (line 77) | def accept(self) -> Tuple: method bind (line 85) | def bind(self, address) -> Any: method connect (line 90) | def connect(self, address) -> None: method listen (line 95) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 103) | def recv(self, bufsize) -> bytes: method recvfrom (line 109) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 116) | def sendto(self, bytes, address) -> None: method setblocking (line 122) | def setblocking(self, flag) -> Any: method setsockopt (line 133) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 140) | def settimeout(self, value) -> Any: FILE: publish/micropython-v1_17-stm32-stubs/ustruct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_17-stm32-stubs/usys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_17-stm32-stubs/utime.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: publish/micropython-v1_17-stm32-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_17-stm32-stubs/uzlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_17-stm32-stubs/zlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_18-esp32-stubs/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/_thread.pyi class LockType (line 13) | class LockType: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 15) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 16) | def locked(self, *args, **kwargs) -> Any: ... method release (line 17) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 19) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 21) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 22) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... class APA106 (line 9) | class APA106: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/array.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/binascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_18-esp32-stubs/btree.pyi function open (line 75) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_18-esp32-stubs/cmath.pyi function cos (line 14) | def cos(z) -> float: function exp (line 22) | def exp(z) -> float: function log (line 28) | def log(z) -> float: function log10 (line 34) | def log10(z) -> float: function phase (line 40) | def phase(z) -> float: function polar (line 48) | def polar(z) -> Tuple: function rect (line 54) | def rect(r, phi) -> float: function sin (line 60) | def sin(z) -> float: function sqrt (line 66) | def sqrt(z) -> Any: FILE: publish/micropython-v1_18-esp32-stubs/collections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: publish/micropython-v1_18-esp32-stubs/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/esp.pyi function dht_readinto (line 18) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 19) | def flash_erase(sector_no) -> Any: ... function flash_read (line 20) | def flash_read(byte_offset, length_or_buffer) -> Any: ... function flash_size (line 21) | def flash_size() -> Any: function flash_user_start (line 27) | def flash_user_start() -> Any: function flash_write (line 33) | def flash_write(byte_offset, bytes) -> Any: ... function gpio_matrix_in (line 34) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 35) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 36) | def osdebug(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/esp32.pyi class NVS (line 14) | class NVS: method __init__ (line 20) | def __init__(self, namespace) -> None: ... method commit (line 21) | def commit(self) -> Any: method erase_key (line 26) | def erase_key(self, key) -> Any: method get_blob (line 31) | def get_blob(self, key, buffer) -> int: method get_i32 (line 38) | def get_i32(self, key) -> int: method set_blob (line 44) | def set_blob(self, key, value) -> None: method set_i32 (line 52) | def set_i32(self, key, value) -> None: class Partition (line 58) | class Partition: method __init__ (line 64) | def __init__(self, id) -> None: ... method find (line 66) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None) -> List: method get_next_update (line 77) | def get_next_update(self) -> Partition: method info (line 84) | def info(self) -> Tuple: method ioctl (line 89) | def ioctl(self, cmd, arg) -> Any: method mark_app_valid_cancel_rollback (line 97) | def mark_app_valid_cancel_rollback(cls) -> Any: method readblocks (line 109) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any... method set_boot (line 110) | def set_boot(self) -> None: method writeblocks (line 115) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> An... class RMT (line 117) | class RMT: method __init__ (line 134) | def __init__(self, channel, *, pin=None, clock_div=8, idle_level=False... method bitstream_channel (line 136) | def bitstream_channel(value: Optional[Any] = None) -> int: method clock_div (line 149) | def clock_div(self) -> Any: method deinit (line 155) | def deinit(self, *args, **kwargs) -> Any: ... method loop (line 156) | def loop(self, enable_loop) -> None: method source_freq (line 164) | def source_freq(self) -> Any: method wait_done (line 170) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 178) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Any: class ULP (line 208) | class ULP: method __init__ (line 213) | def __init__(self) -> None: ... method load_binary (line 215) | def load_binary(self, load_addr, program_binary) -> None: method run (line 220) | def run(self, entry_point) -> Any: method set_wakeup_period (line 226) | def set_wakeup_period(self, period_index, period_us) -> None: function hall_sensor (line 235) | def hall_sensor() -> int: function idf_heap_info (line 241) | def idf_heap_info(capabilities) -> List[Tuple]: function raw_temperature (line 267) | def raw_temperature() -> int: function wake_on_ext0 (line 273) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 281) | def wake_on_ext1(pins, level) -> None: function wake_on_touch (line 289) | def wake_on_touch(wake) -> None: FILE: publish/micropython-v1_18-esp32-stubs/flashbdev.pyi class Partition (line 3) | class Partition: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 5) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 10) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 11) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 14) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 15) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 16) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 17) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/framebuf.pyi class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 35) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method blit (line 36) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 55) | def fill(self, c) -> None: method fill_rect (line 60) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 67) | def hline(self, x, y, w, c) -> Any: ... method line (line 68) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 77) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 83) | def rect(self, x, y, w, h, c) -> Any: ... method scroll (line 84) | def scroll(self, xstep, ystep) -> Any: method text (line 90) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 99) | def vline(self, x, y, h, c) -> Any: ... function FrameBuffer1 (line 101) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/gc.pyi function collect (line 8) | def collect() -> None: function disable (line 14) | def disable() -> None: function enable (line 21) | def enable() -> None: function isenabled (line 27) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 28) | def mem_alloc() -> int: function mem_free (line 34) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Any: FILE: publish/micropython-v1_18-esp32-stubs/hashlib.pyi class sha1 (line 26) | class sha1: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 41) | def update(self, *args, **kwargs) -> Any: ... method digest (line 42) | def digest(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/heapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: publish/micropython-v1_18-esp32-stubs/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 7) | def setup(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/io.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BufferedWriter (line 19) | class BufferedWriter: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method flush (line 22) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 24) | class BytesIO(IO): method __init__ (line 37) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 38) | def close(self, *args, **kwargs) -> Any: ... method read (line 39) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 41) | def readline(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method flush (line 43) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 44) | def getvalue(self) -> Any: method seek (line 49) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 50) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 52) | class FileIO(IO): method __init__ (line 58) | def __init__(self, *args, **kwargs) -> None: ... method close (line 59) | def close(self, *args, **kwargs) -> Any: ... method read (line 60) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 62) | def readline(self, *args, **kwargs) -> Any: ... method write (line 63) | def write(self, *args, **kwargs) -> Any: ... method flush (line 64) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 65) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 66) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 67) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 69) | class IOBase: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 72) | class StringIO(IO): method __init__ (line 73) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 74) | def close(self, *args, **kwargs) -> Any: ... method read (line 75) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 76) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 77) | def readline(self, *args, **kwargs) -> Any: ... method write (line 78) | def write(self, *args, **kwargs) -> Any: ... method flush (line 79) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 80) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 81) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 82) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 84) | class TextIOWrapper(IO): method __init__ (line 90) | def __init__(self, *args, **kwargs) -> None: ... method close (line 91) | def close(self, *args, **kwargs) -> Any: ... method read (line 92) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 93) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 94) | def readline(self, *args, **kwargs) -> Any: ... method write (line 95) | def write(self, *args, **kwargs) -> Any: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 97) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/json.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: publish/micropython-v1_18-esp32-stubs/machine.pyi class ADC (line 13) | class ADC: method __init__ (line 21) | def __init__(self, id) -> None: ... method read (line 22) | def read(self, *args, **kwargs) -> Any: ... method atten (line 31) | def atten(self, *args, **kwargs) -> Any: ... method read_u16 (line 32) | def read_u16(self) -> int: method width (line 40) | def width(cls, *args, **kwargs) -> Any: ... class DAC (line 42) | class DAC: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 44) | def write(self, *args, **kwargs) -> Any: ... class I2C (line 52) | class I2C: method __init__ (line 68) | def __init__( method readinto (line 71) | def readinto(self, buf, nack=True, /) -> Any: method start (line 80) | def start(self) -> None: method stop (line 85) | def stop(self) -> None: method write (line 90) | def write(self, buf) -> int: method init (line 97) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 106) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 113) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 122) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 130) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 141) | def scan(self) -> List: method writeto (line 148) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 157) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 167) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 183) | class I2S: method __init__ (line 212) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 213) | def readinto(self, buf) -> int: method write (line 221) | def write(self, buf) -> int: method deinit (line 233) | def deinit(self) -> Any: method init (line 238) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 243) | def irq(self, handler) -> Any: method shift (line 251) | def shift(*, buf, bits, shift) -> Any: class PWM (line 261) | class PWM: method __init__ (line 278) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method deinit (line 279) | def deinit(self) -> None: method duty (line 284) | def duty(self, *args, **kwargs) -> Any: ... method duty_ns (line 285) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty_u16 (line 294) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 305) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 315) | def init(self, *, freq, duty_u16, duty_ns) -> None: class Pin (line 324) | class Pin: method __init__ (line 388) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method value (line 389) | def value(self, x: Optional[Any] = None) -> int: method init (line 432) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 441) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 485) | def off(self) -> None: method on (line 490) | def on(self) -> None: method __call__ (line 495) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 503) | class RTC: method __init__ (line 508) | def __init__(self, id=0, *args, **kwargs) -> None: ... method datetime (line 509) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 524) | def init(self, datetime) -> None: method memory (line 531) | def memory(self, *args, **kwargs) -> Any: ... class SDCard (line 533) | class SDCard: method __init__ (line 564) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... method deinit (line 565) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 566) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 567) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 568) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 569) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 574) | class SPI: method __init__ (line 586) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 587) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 594) | def readinto(self, buf, write=0x00) -> int: method write (line 603) | def write(self, buf) -> int: method deinit (line 613) | def deinit(self) -> None: method init (line 618) | def init( method write_readinto (line 643) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 654) | class Signal(Pin): method __init__ (line 675) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 676) | def value(self, x: Optional[Any] = None) -> int: method off (line 695) | def off(self) -> None: method on (line 700) | def on(self) -> None: class SoftI2C (line 706) | class SoftI2C(I2C): method __init__ (line 719) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 720) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 721) | def start(self, *args, **kwargs) -> Any: ... method stop (line 722) | def stop(self, *args, **kwargs) -> Any: ... method write (line 723) | def write(self, *args, **kwargs) -> Any: ... method init (line 724) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 725) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 726) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 727) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 728) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 729) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 730) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 731) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 732) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 734) | class SoftSPI: method __init__ (line 741) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 742) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 743) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 744) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 747) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 748) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 749) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 754) | class Timer: method __init__ (line 763) | def __init__(self, id=-1, *args, **kwargs) -> None: ... method value (line 764) | def value(self, *args, **kwargs) -> Any: ... method deinit (line 767) | def deinit(self) -> None: method init (line 772) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class TouchPad (line 804) | class TouchPad: method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 806) | def read(self, *args, **kwargs) -> Any: ... method config (line 807) | def config(self, *args, **kwargs) -> Any: ... class UART (line 809) | class UART: method __init__ (line 814) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 815) | def any(self) -> int: method read (line 829) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 839) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 849) | def readline(self) -> None: method write (line 857) | def write(self, buf) -> int: method deinit (line 870) | def deinit(self) -> None: method init (line 875) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 914) | def sendbreak(self) -> None: class WDT (line 923) | class WDT: method __init__ (line 932) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 933) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 937) | def bitstream(pin, encoding, timing, data, /) -> Any: function deepsleep (line 961) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 986) | def disable_irq() -> Any: function enable_irq (line 995) | def enable_irq(state) -> Any: function freq (line 1003) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1011) | def idle() -> Any: function lightsleep (line 1020) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1049) | def reset() -> NoReturn: function reset_cause (line 1056) | def reset_cause() -> int: function sleep (line 1062) | def sleep() -> Any: function soft_reset (line 1068) | def soft_reset() -> NoReturn: function time_pulse_us (line 1076) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1094) | def unique_id() -> bytes: function wake_reason (line 1103) | def wake_reason() -> Any: FILE: publish/micropython-v1_18-esp32-stubs/math.pyi function pow (line 16) | def pow(x, y) -> Any: function acos (line 22) | def acos(x) -> float: function acosh (line 28) | def acosh(x) -> float: function asin (line 34) | def asin(x) -> float: function asinh (line 40) | def asinh(x) -> float: function atan (line 46) | def atan(x) -> float: function atan2 (line 52) | def atan2(y, x) -> float: function atanh (line 58) | def atanh(x) -> float: function ceil (line 64) | def ceil(x) -> int: function copysign (line 70) | def copysign(x, y) -> Any: function cos (line 76) | def cos(x) -> float: function cosh (line 82) | def cosh(x) -> float: function degrees (line 88) | def degrees(x) -> Any: function erf (line 96) | def erf(x) -> Any: function erfc (line 102) | def erfc(x) -> Any: function exp (line 108) | def exp(x) -> float: function expm1 (line 114) | def expm1(x) -> Any: function fabs (line 120) | def fabs(x) -> Any: function floor (line 126) | def floor(x) -> int: function fmod (line 132) | def fmod(x, y) -> Any: function frexp (line 138) | def frexp(x) -> Any: function gamma (line 147) | def gamma(x) -> Any: function isclose (line 153) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 154) | def isfinite(x) -> bool: function isinf (line 160) | def isinf(x) -> bool: function isnan (line 166) | def isnan(x) -> bool: function ldexp (line 172) | def ldexp(x, exp) -> Any: function lgamma (line 178) | def lgamma(x) -> float: function log (line 184) | def log(x) -> float: function log10 (line 190) | def log10(x) -> float: function log2 (line 196) | def log2(x) -> float: function modf (line 202) | def modf(x) -> Tuple: function radians (line 211) | def radians(x) -> Any: function sin (line 217) | def sin(x) -> float: function sinh (line 223) | def sinh(x) -> float: function sqrt (line 229) | def sqrt(x) -> Any: function tan (line 235) | def tan(x) -> float: function tanh (line 241) | def tanh(x) -> float: function trunc (line 247) | def trunc(x) -> int: FILE: publish/micropython-v1_18-esp32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: ... function heap_unlock (line 102) | def heap_unlock() -> int: ... function heap_locked (line 103) | def heap_locked() -> bool: function kbd_intr (line 125) | def kbd_intr(chr) -> None: function schedule (line 138) | def schedule(func, arg) -> Incomplete: function viper (line 175) | def viper(func: Callable) -> Callable: function native (line 184) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_18-esp32-stubs/neopixel.pyi function bitstream (line 13) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 15) | class NeoPixel: method __init__ (line 25) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method write (line 26) | def write(self) -> None: method fill (line 31) | def fill(self, pixel) -> None: FILE: publish/micropython-v1_18-esp32-stubs/network.pyi function LAN (line 53) | def LAN(*args, **kwargs) -> Any: ... function PPP (line 63) | def PPP(*args, **kwargs) -> Any: ... class WLAN (line 75) | class WLAN: method __init__ (line 84) | def __init__(self, interface_id) -> None: ... method active (line 85) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 92) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 100) | def disconnect(self) -> None: method scan (line 105) | def scan(self) -> List[Tuple]: method status (line 133) | def status(self, param: Optional[Any] = None) -> Any: method isconnected (line 151) | def isconnected(self) -> bool: method ifconfig (line 158) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 168) | def config(self, *args, **kwargs) -> Any: function phy_mode (line 201) | def phy_mode(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/os.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function dupterm (line 93) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 116) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 117) | def getcwd() -> Any: function ilistdir (line 123) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 150) | def mkdir(path) -> Any: function mount (line 156) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 174) | def rename(old_path, new_path) -> None: function rmdir (line 180) | def rmdir(path) -> None: function stat (line 186) | def stat(path) -> Any: function statvfs (line 192) | def statvfs(path) -> Tuple: function umount (line 215) | def umount(mount_point) -> Any: function uname (line 225) | def uname() -> uname_result: function urandom (line 239) | def urandom(n) -> bytes: FILE: publish/micropython-v1_18-esp32-stubs/random.pyi function choice (line 30) | def choice(sequence) -> Any: function getrandbits (line 37) | def getrandbits(n) -> int: function randint (line 43) | def randint(a, b) -> int: class random (line 49) | class random: method __init__ (line 54) | def __init__(self) -> None: ... function randrange (line 56) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 67) | def seed(n=None, /) -> None: function uniform (line 79) | def uniform(a, b) -> int: FILE: publish/micropython-v1_18-esp32-stubs/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/select.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: publish/micropython-v1_18-esp32-stubs/socket.pyi function getaddrinfo (line 22) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 51) | class socket: method __init__ (line 65) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 66) | def close(self) -> Any: method read (line 76) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 85) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 94) | def readline(self) -> Any: method send (line 101) | def send(self, bytes) -> int: method write (line 108) | def write(self, buf) -> int: method accept (line 118) | def accept(self) -> Tuple: method bind (line 126) | def bind(self, address) -> Any: method connect (line 131) | def connect(self, address) -> None: method fileno (line 136) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 137) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 145) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 152) | def recv(self, bufsize) -> bytes: method recvfrom (line 158) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 165) | def sendall(self, bytes) -> int: method sendto (line 177) | def sendto(self, bytes, address) -> None: method setblocking (line 183) | def setblocking(self, flag) -> Any: method setsockopt (line 194) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 201) | def settimeout(self, value) -> Any: FILE: publish/micropython-v1_18-esp32-stubs/ssl.pyi function wrap_socket (line 12) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_18-esp32-stubs/struct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_18-esp32-stubs/sys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_18-esp32-stubs/time.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: publish/micropython-v1_18-esp32-stubs/uarray.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 16) | def run(*args, **kwargs) -> Any: ... function sleep (line 17) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 18) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 19) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 20) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 25) | class Event: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 27) | def clear(self, *args, **kwargs) -> Any: ... method set (line 28) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 29) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 32) | class Lock: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 35) | def locked(self, *args, **kwargs) -> Any: ... method release (line 36) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 38) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 40) | class TimeoutError(Exception): ... class SingletonGenerator (line 42) | class SingletonGenerator: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 45) | class IOQueue: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 47) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 48) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 49) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 50) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 52) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 53) | def run_until_complete(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 16) | def run(*args, **kwargs) -> Any: ... function sleep (line 17) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 18) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 19) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 20) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 23) | class TimeoutError(Exception): ... class SingletonGenerator (line 25) | class SingletonGenerator: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 28) | class IOQueue: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 30) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 31) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 32) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 33) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 35) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 36) | def run_until_complete(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: publish/micropython-v1_18-esp32-stubs/ubinascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_18-esp32-stubs/ubluetooth.pyi class BLE (line 18) | class BLE: method __init__ (line 23) | def __init__(self) -> None: ... method active (line 24) | def active(self, active: Optional[Any] = None, /) -> Any: method config (line 32) | def config(self, param, /) -> Tuple: method gap_advertise (line 95) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 112) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_disconnect (line 136) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_scan (line 151) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 187) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gattc_discover_descriptors (line 201) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_services (line 209) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Any: method gattc_exchange_mtu (line 219) | def gattc_exchange_mtu(self, conn_handle, /) -> Any: method gattc_read (line 233) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_write (line 242) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 261) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gatts_notify (line 273) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_read (line 287) | def gatts_read(self, value_handle, /) -> Any: method gatts_register_services (line 293) | def gatts_register_services(self, services_definition, /) -> Any: method gatts_set_buffer (line 355) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 367) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method irq (line 376) | def irq(self, handler, /) -> int: class UUID (line 579) | class UUID: method __init__ (line 589) | def __init__(self, value, /) -> None: ... FILE: publish/micropython-v1_18-esp32-stubs/ucollections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: publish/micropython-v1_18-esp32-stubs/ucryptolib.pyi class aes (line 6) | class aes: method __init__ (line 7) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method decrypt (line 27) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: method encrypt (line 32) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: FILE: publish/micropython-v1_18-esp32-stubs/uctypes.pyi function addressof (line 46) | def addressof(obj) -> int: function bytearray_at (line 54) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function sizeof (line 72) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 80) | class struct: method __init__ (line 86) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... FILE: publish/micropython-v1_18-esp32-stubs/uhashlib.pyi class sha1 (line 26) | class sha1: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 41) | def update(self, *args, **kwargs) -> Any: ... method digest (line 42) | def digest(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/uheapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: publish/micropython-v1_18-esp32-stubs/uio.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BufferedWriter (line 19) | class BufferedWriter: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method flush (line 22) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 24) | class BytesIO(IO): method __init__ (line 37) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 38) | def close(self, *args, **kwargs) -> Any: ... method read (line 39) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 41) | def readline(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method flush (line 43) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 44) | def getvalue(self) -> Any: method seek (line 49) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 50) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 52) | class FileIO(IO): method __init__ (line 58) | def __init__(self, *args, **kwargs) -> None: ... method close (line 59) | def close(self, *args, **kwargs) -> Any: ... method read (line 60) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 62) | def readline(self, *args, **kwargs) -> Any: ... method write (line 63) | def write(self, *args, **kwargs) -> Any: ... method flush (line 64) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 65) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 66) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 67) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 69) | class IOBase: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 72) | class StringIO(IO): method __init__ (line 73) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 74) | def close(self, *args, **kwargs) -> Any: ... method read (line 75) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 76) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 77) | def readline(self, *args, **kwargs) -> Any: ... method write (line 78) | def write(self, *args, **kwargs) -> Any: ... method flush (line 79) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 80) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 81) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 82) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 84) | class TextIOWrapper(IO): method __init__ (line 90) | def __init__(self, *args, **kwargs) -> None: ... method close (line 91) | def close(self, *args, **kwargs) -> Any: ... method read (line 92) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 93) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 94) | def readline(self, *args, **kwargs) -> Any: ... method write (line 95) | def write(self, *args, **kwargs) -> Any: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 97) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/ujson.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: publish/micropython-v1_18-esp32-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/uos.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function dupterm (line 93) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 116) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 117) | def getcwd() -> Any: function ilistdir (line 123) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 150) | def mkdir(path) -> Any: function mount (line 156) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 174) | def rename(old_path, new_path) -> None: function rmdir (line 180) | def rmdir(path) -> None: function stat (line 186) | def stat(path) -> Any: function statvfs (line 192) | def statvfs(path) -> Tuple: function umount (line 215) | def umount(mount_point) -> Any: function uname (line 225) | def uname() -> uname_result: function urandom (line 239) | def urandom(n) -> bytes: FILE: publish/micropython-v1_18-esp32-stubs/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 222) | def install(to_install, install_path=None): function get_install_path (line 260) | def get_install_path(): function cleanup (line 271) | def cleanup(): function help (line 279) | def help(): function main (line 300) | def main(): FILE: publish/micropython-v1_18-esp32-stubs/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: publish/micropython-v1_18-esp32-stubs/uplatform.pyi function libc_ver (line 3) | def libc_ver(*args, **kwargs) -> Any: ... function platform (line 4) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 5) | def python_compiler(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/urandom.pyi function choice (line 30) | def choice(sequence) -> Any: function getrandbits (line 37) | def getrandbits(n) -> int: function randint (line 43) | def randint(a, b) -> int: class random (line 49) | class random: method __init__ (line 54) | def __init__(self) -> None: ... function randrange (line 56) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 67) | def seed(n=None, /) -> None: function uniform (line 79) | def uniform(a, b) -> int: FILE: publish/micropython-v1_18-esp32-stubs/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... class Response (line 6) | class Response: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 8) | def close(self, *args, **kwargs) -> Any: ... method json (line 10) | def json(self, *args, **kwargs) -> Any: ... function request (line 13) | def request(*args, **kwargs) -> Any: ... function head (line 14) | def head(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/uselect.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: publish/micropython-v1_18-esp32-stubs/usocket.pyi function getaddrinfo (line 22) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 51) | class socket: method __init__ (line 65) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 66) | def close(self) -> Any: method read (line 76) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 85) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 94) | def readline(self) -> Any: method send (line 101) | def send(self, bytes) -> int: method write (line 108) | def write(self, buf) -> int: method accept (line 118) | def accept(self) -> Tuple: method bind (line 126) | def bind(self, address) -> Any: method connect (line 131) | def connect(self, address) -> None: method fileno (line 136) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 137) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 145) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 152) | def recv(self, bufsize) -> bytes: method recvfrom (line 158) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 165) | def sendall(self, bytes) -> int: method sendto (line 177) | def sendto(self, bytes, address) -> None: method setblocking (line 183) | def setblocking(self, flag) -> Any: method setsockopt (line 194) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 201) | def settimeout(self, value) -> Any: FILE: publish/micropython-v1_18-esp32-stubs/ussl.pyi function wrap_socket (line 12) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_18-esp32-stubs/ustruct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_18-esp32-stubs/usys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_18-esp32-stubs/utime.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: publish/micropython-v1_18-esp32-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/uzlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_18-esp32-stubs/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: publish/micropython-v1_18-esp32-stubs/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: publish/micropython-v1_18-esp32-stubs/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp32-stubs/zlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_18-esp8266-stubs/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = ...) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: publish/micropython-v1_18-esp8266-stubs/array.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/binascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function hexlify (line 27) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 37) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_18-esp8266-stubs/btree.pyi function open (line 75) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_18-esp8266-stubs/collections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: publish/micropython-v1_18-esp8266-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_18-esp8266-stubs/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: publish/micropython-v1_18-esp8266-stubs/esp.pyi function apa102_write (line 15) | def apa102_write(*args, **kwargs) -> Any: ... function check_fw (line 16) | def check_fw(*args, **kwargs) -> Any: ... function deepsleep (line 17) | def deepsleep(time_us=0, /) -> Any: function dht_readinto (line 30) | def dht_readinto(*args, **kwargs) -> Any: ... function esf_free_bufs (line 31) | def esf_free_bufs(*args, **kwargs) -> Any: ... function flash_erase (line 32) | def flash_erase(sector_no) -> Any: ... function flash_id (line 33) | def flash_id() -> Any: function flash_read (line 41) | def flash_read(byte_offset, length_or_buffer) -> Any: ... function flash_size (line 42) | def flash_size() -> Any: function flash_user_start (line 48) | def flash_user_start() -> Any: function flash_write (line 54) | def flash_write(byte_offset, bytes) -> Any: ... function free (line 55) | def free(*args, **kwargs) -> Any: ... function freemem (line 56) | def freemem(*args, **kwargs) -> Any: ... function info (line 57) | def info(*args, **kwargs) -> Any: ... function malloc (line 58) | def malloc(*args, **kwargs) -> Any: ... function meminfo (line 59) | def meminfo(*args, **kwargs) -> Any: ... function osdebug (line 60) | def osdebug(*args, **kwargs) -> Any: ... function set_native_code_location (line 61) | def set_native_code_location(start, length) -> Any: function sleep_type (line 101) | def sleep_type(sleep_type: Optional[Any] = None) -> Any: FILE: publish/micropython-v1_18-esp8266-stubs/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf, off: int = ...) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf, off: Incomplete | None = ...) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: publish/micropython-v1_18-esp8266-stubs/framebuf.pyi class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 35) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method blit (line 36) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 55) | def fill(self, c) -> None: method fill_rect (line 60) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 67) | def hline(self, x, y, w, c) -> Any: ... method line (line 68) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 77) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 83) | def rect(self, x, y, w, h, c) -> Any: ... method scroll (line 84) | def scroll(self, xstep, ystep) -> Any: method text (line 90) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 99) | def vline(self, x, y, h, c) -> Any: ... function FrameBuffer1 (line 101) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/gc.pyi function collect (line 8) | def collect() -> None: function disable (line 14) | def disable() -> None: function enable (line 21) | def enable() -> None: function isenabled (line 27) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 28) | def mem_alloc() -> int: function mem_free (line 34) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Any: FILE: publish/micropython-v1_18-esp8266-stubs/hashlib.pyi class sha1 (line 26) | class sha1: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 41) | def update(self, *args, **kwargs) -> Any: ... method digest (line 42) | def digest(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/heapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: publish/micropython-v1_18-esp8266-stubs/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_18-esp8266-stubs/io.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method __init__ (line 32) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self) -> Any: method seek (line 44) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 45) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 47) | class FileIO(IO): method __init__ (line 53) | def __init__(self, *args, **kwargs) -> None: ... method close (line 54) | def close(self, *args, **kwargs) -> Any: ... method read (line 55) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method write (line 58) | def write(self, *args, **kwargs) -> Any: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 60) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 61) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 62) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 64) | class IOBase: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 67) | class StringIO(IO): method __init__ (line 68) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 69) | def close(self, *args, **kwargs) -> Any: ... method read (line 70) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 72) | def readline(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method flush (line 74) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 75) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 76) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 77) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 79) | class TextIOWrapper(IO): method __init__ (line 85) | def __init__(self, *args, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method read (line 87) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 89) | def readline(self, *args, **kwargs) -> Any: ... method write (line 90) | def write(self, *args, **kwargs) -> Any: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 92) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/json.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: publish/micropython-v1_18-esp8266-stubs/lwip.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/machine.pyi class ADC (line 13) | class ADC: method __init__ (line 21) | def __init__(self, id) -> None: ... method read (line 22) | def read(self, *args, **kwargs) -> Any: ... method read_u16 (line 23) | def read_u16(self) -> int: class I2C (line 35) | class I2C: method __init__ (line 51) | def __init__( method readinto (line 54) | def readinto(self, buf, nack=True, /) -> Any: method start (line 63) | def start(self) -> None: method stop (line 68) | def stop(self) -> None: method write (line 73) | def write(self, buf) -> int: method init (line 80) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 89) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 96) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 105) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 113) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 124) | def scan(self) -> List: method writeto (line 131) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 140) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 150) | def writevto(self, addr, vector, stop=True, /) -> int: class PWM (line 166) | class PWM: method __init__ (line 183) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method deinit (line 184) | def deinit(self) -> None: method duty (line 189) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 190) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 200) | def init(self, *, freq, duty_u16, duty_ns) -> None: class Pin (line 209) | class Pin: method __init__ (line 273) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method value (line 274) | def value(self, x: Optional[Any] = None) -> int: method init (line 313) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 322) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 366) | def off(self) -> None: method on (line 371) | def on(self) -> None: method __call__ (line 376) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 384) | class RTC: method __init__ (line 389) | def __init__(self, id=0, *args, **kwargs) -> None: ... method alarm (line 391) | def alarm(self, id, time, *, repeat=False) -> None: method alarm_left (line 398) | def alarm_left(self, alarm_id=0) -> int: method datetime (line 403) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 418) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Any: method memory (line 428) | def memory(self, *args, **kwargs) -> Any: ... class SPI (line 432) | class SPI: method __init__ (line 444) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 445) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 452) | def readinto(self, buf, write=0x00) -> int: method write (line 461) | def write(self, buf) -> int: method deinit (line 471) | def deinit(self) -> None: method init (line 476) | def init( method write_readinto (line 501) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 512) | class Signal(Pin): method __init__ (line 533) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 534) | def value(self, x: Optional[Any] = None) -> int: method off (line 553) | def off(self) -> None: method on (line 558) | def on(self) -> None: class SoftI2C (line 564) | class SoftI2C(I2C): method __init__ (line 577) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 578) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 579) | def start(self, *args, **kwargs) -> Any: ... method stop (line 580) | def stop(self, *args, **kwargs) -> Any: ... method write (line 581) | def write(self, *args, **kwargs) -> Any: ... method init (line 582) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 583) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 584) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 585) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 586) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 587) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 588) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 589) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 590) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 592) | class SoftSPI: method __init__ (line 599) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 600) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 601) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 602) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 605) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 606) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 607) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 609) | class Timer: method __init__ (line 618) | def __init__(self, id=-1, *args, **kwargs) -> None: ... method deinit (line 621) | def deinit(self) -> None: method init (line 626) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 658) | class UART: method __init__ (line 663) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 664) | def any(self) -> int: method read (line 678) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 688) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 698) | def readline(self) -> None: method write (line 706) | def write(self, buf) -> int: method init (line 713) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... class WDT (line 753) | class WDT: method __init__ (line 762) | def __init__(self, id=0, timeout=5000) -> None: ... method deinit (line 763) | def deinit(self, *args, **kwargs) -> Any: ... method feed (line 764) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 768) | def bitstream(pin, encoding, timing, data, /) -> Any: function deepsleep (line 792) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 817) | def disable_irq() -> Any: function enable_irq (line 826) | def enable_irq(state) -> Any: function freq (line 834) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 842) | def idle() -> Any: function lightsleep (line 851) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 880) | def reset() -> NoReturn: function reset_cause (line 887) | def reset_cause() -> int: function sleep (line 893) | def sleep() -> Any: function soft_reset (line 899) | def soft_reset() -> NoReturn: function time_pulse_us (line 907) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 925) | def unique_id() -> bytes: FILE: publish/micropython-v1_18-esp8266-stubs/math.pyi function pow (line 16) | def pow(x, y) -> Any: function acos (line 22) | def acos(x) -> float: function asin (line 28) | def asin(x) -> float: function atan (line 34) | def atan(x) -> float: function atan2 (line 40) | def atan2(y, x) -> float: function ceil (line 46) | def ceil(x) -> int: function copysign (line 52) | def copysign(x, y) -> Any: function cos (line 58) | def cos(x) -> float: function degrees (line 64) | def degrees(x) -> Any: function exp (line 72) | def exp(x) -> float: function fabs (line 78) | def fabs(x) -> Any: function floor (line 84) | def floor(x) -> int: function fmod (line 90) | def fmod(x, y) -> Any: function frexp (line 96) | def frexp(x) -> Any: function isfinite (line 105) | def isfinite(x) -> bool: function isinf (line 111) | def isinf(x) -> bool: function isnan (line 117) | def isnan(x) -> bool: function ldexp (line 123) | def ldexp(x, exp) -> Any: function log (line 129) | def log(x) -> float: function modf (line 135) | def modf(x) -> Tuple: function radians (line 144) | def radians(x) -> Any: function sin (line 150) | def sin(x) -> float: function sqrt (line 156) | def sqrt(x) -> Any: function tan (line 162) | def tan(x) -> float: function trunc (line 168) | def trunc(x) -> int: FILE: publish/micropython-v1_18-esp8266-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: ... function heap_unlock (line 102) | def heap_unlock() -> int: ... function heap_locked (line 103) | def heap_locked() -> bool: function kbd_intr (line 125) | def kbd_intr(chr) -> None: function schedule (line 138) | def schedule(func, arg) -> Incomplete: function viper (line 175) | def viper(func: Callable) -> Callable: function native (line 184) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_18-esp8266-stubs/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 11) | def __len__(self) -> int: ... method __setitem__ (line 12) | def __setitem__(self, i, v) -> None: ... method __getitem__ (line 13) | def __getitem__(self, i): ... method fill (line 14) | def fill(self, v) -> None: ... method write (line 15) | def write(self) -> None: ... FILE: publish/micropython-v1_18-esp8266-stubs/network.pyi class WLAN (line 53) | class WLAN: method __init__ (line 62) | def __init__(self, interface_id) -> None: ... method active (line 63) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 70) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 78) | def disconnect(self) -> None: method scan (line 83) | def scan(self) -> List[Tuple]: method status (line 111) | def status(self, param: Optional[Any] = None) -> Any: method isconnected (line 129) | def isconnected(self) -> bool: method ifconfig (line 136) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 146) | def config(self, *args, **kwargs) -> Any: function phy_mode (line 179) | def phy_mode(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_18-esp8266-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_18-esp8266-stubs/os.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function dupterm (line 93) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 116) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 117) | def getcwd() -> Any: function ilistdir (line 123) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 150) | def mkdir(path) -> Any: function mount (line 156) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 174) | def rename(old_path, new_path) -> None: function rmdir (line 180) | def rmdir(path) -> None: function stat (line 186) | def stat(path) -> Any: function statvfs (line 192) | def statvfs(path) -> Tuple: function umount (line 215) | def umount(mount_point) -> Any: function uname (line 225) | def uname() -> uname_result: function urandom (line 239) | def urandom(n) -> bytes: FILE: publish/micropython-v1_18-esp8266-stubs/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: publish/micropython-v1_18-esp8266-stubs/random.pyi function getrandbits (line 30) | def getrandbits(n) -> int: function seed (line 36) | def seed(n=None, /) -> None: FILE: publish/micropython-v1_18-esp8266-stubs/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/select.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: publish/micropython-v1_18-esp8266-stubs/socket.pyi function callback (line 20) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 21) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: function print_pcbs (line 50) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 51) | def reset(*args, **kwargs) -> Any: ... class socket (line 53) | class socket: method __init__ (line 67) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 68) | def close(self) -> Any: method read (line 78) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 87) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 96) | def readline(self) -> Any: method send (line 103) | def send(self, bytes) -> int: method write (line 110) | def write(self, buf) -> int: method accept (line 120) | def accept(self) -> Tuple: method bind (line 128) | def bind(self, address) -> Any: method connect (line 133) | def connect(self, address) -> None: method listen (line 138) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 146) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 153) | def recv(self, bufsize) -> bytes: method recvfrom (line 159) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 166) | def sendall(self, bytes) -> int: method sendto (line 178) | def sendto(self, bytes, address) -> None: method setblocking (line 184) | def setblocking(self, flag) -> Any: method setsockopt (line 195) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 202) | def settimeout(self, value) -> Any: FILE: publish/micropython-v1_18-esp8266-stubs/ssd1306.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class SSD1306 (line 24) | class SSD1306: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 26) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 27) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 28) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 29) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 30) | def invert(self, *args, **kwargs) -> Any: ... method line (line 31) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 32) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 33) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 34) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 35) | def text(self, *args, **kwargs) -> Any: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 37) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 38) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 39) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 40) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 42) | def show(self, *args, **kwargs) -> Any: ... class SSD1306_I2C (line 44) | class SSD1306_I2C: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 46) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 47) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 48) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 49) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 50) | def invert(self, *args, **kwargs) -> Any: ... method line (line 51) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 52) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 53) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 54) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 55) | def text(self, *args, **kwargs) -> Any: ... method vline (line 56) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 57) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 58) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 59) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 60) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 61) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 62) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 64) | def write_data(self, *args, **kwargs) -> Any: ... class SSD1306_SPI (line 66) | class SSD1306_SPI: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 68) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 69) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 70) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 71) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 72) | def invert(self, *args, **kwargs) -> Any: ... method line (line 73) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 74) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 75) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 76) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 77) | def text(self, *args, **kwargs) -> Any: ... method vline (line 78) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 79) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 80) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 81) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 82) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 83) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 84) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 85) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 86) | def write_data(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/ssl.pyi function wrap_socket (line 12) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_18-esp8266-stubs/struct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_18-esp8266-stubs/sys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_18-esp8266-stubs/time.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: publish/micropython-v1_18-esp8266-stubs/uarray.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 28) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 33) | def release(self, *args, **kwargs) -> Any: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/ubinascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function hexlify (line 27) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 37) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_18-esp8266-stubs/ucollections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: publish/micropython-v1_18-esp8266-stubs/ucryptolib.pyi class aes (line 6) | class aes: method __init__ (line 7) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method decrypt (line 27) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: method encrypt (line 32) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: FILE: publish/micropython-v1_18-esp8266-stubs/uctypes.pyi function addressof (line 46) | def addressof(obj) -> int: function bytearray_at (line 54) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function sizeof (line 72) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 80) | class struct: method __init__ (line 86) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... FILE: publish/micropython-v1_18-esp8266-stubs/uhashlib.pyi class sha1 (line 26) | class sha1: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 41) | def update(self, *args, **kwargs) -> Any: ... method digest (line 42) | def digest(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/uheapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: publish/micropython-v1_18-esp8266-stubs/uio.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method __init__ (line 32) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self) -> Any: method seek (line 44) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 45) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 47) | class FileIO(IO): method __init__ (line 53) | def __init__(self, *args, **kwargs) -> None: ... method close (line 54) | def close(self, *args, **kwargs) -> Any: ... method read (line 55) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method write (line 58) | def write(self, *args, **kwargs) -> Any: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 60) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 61) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 62) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 64) | class IOBase: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 67) | class StringIO(IO): method __init__ (line 68) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 69) | def close(self, *args, **kwargs) -> Any: ... method read (line 70) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 72) | def readline(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method flush (line 74) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 75) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 76) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 77) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 79) | class TextIOWrapper(IO): method __init__ (line 85) | def __init__(self, *args, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method read (line 87) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 89) | def readline(self, *args, **kwargs) -> Any: ... method write (line 90) | def write(self, *args, **kwargs) -> Any: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 92) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/ujson.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: publish/micropython-v1_18-esp8266-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/uos.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function dupterm (line 93) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 116) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 117) | def getcwd() -> Any: function ilistdir (line 123) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 150) | def mkdir(path) -> Any: function mount (line 156) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 174) | def rename(old_path, new_path) -> None: function rmdir (line 180) | def rmdir(path) -> None: function stat (line 186) | def stat(path) -> Any: function statvfs (line 192) | def statvfs(path) -> Tuple: function umount (line 215) | def umount(mount_point) -> Any: function uname (line 225) | def uname() -> uname_result: function urandom (line 239) | def urandom(n) -> bytes: FILE: publish/micropython-v1_18-esp8266-stubs/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: publish/micropython-v1_18-esp8266-stubs/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: publish/micropython-v1_18-esp8266-stubs/urandom.pyi function getrandbits (line 30) | def getrandbits(n) -> int: function seed (line 36) | def seed(n=None, /) -> None: FILE: publish/micropython-v1_18-esp8266-stubs/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... function head (line 5) | def head(*args, **kwargs) -> Any: ... class Response (line 7) | class Response: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 9) | def close(self, *args, **kwargs) -> Any: ... method json (line 11) | def json(self, *args, **kwargs) -> Any: ... function request (line 14) | def request(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/urllib/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/uselect.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: publish/micropython-v1_18-esp8266-stubs/usocket.pyi function callback (line 20) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 21) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: function print_pcbs (line 50) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 51) | def reset(*args, **kwargs) -> Any: ... class socket (line 53) | class socket: method __init__ (line 67) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 68) | def close(self) -> Any: method read (line 78) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 87) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 96) | def readline(self) -> Any: method send (line 103) | def send(self, bytes) -> int: method write (line 110) | def write(self, buf) -> int: method accept (line 120) | def accept(self) -> Tuple: method bind (line 128) | def bind(self, address) -> Any: method connect (line 133) | def connect(self, address) -> None: method listen (line 138) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 146) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 153) | def recv(self, bufsize) -> bytes: method recvfrom (line 159) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 166) | def sendall(self, bytes) -> int: method sendto (line 178) | def sendto(self, bytes, address) -> None: method setblocking (line 184) | def setblocking(self, flag) -> Any: method setsockopt (line 195) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 202) | def settimeout(self, value) -> Any: FILE: publish/micropython-v1_18-esp8266-stubs/ussl.pyi function wrap_socket (line 12) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_18-esp8266-stubs/ustruct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_18-esp8266-stubs/usys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_18-esp8266-stubs/utime.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: publish/micropython-v1_18-esp8266-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/uzlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_18-esp8266-stubs/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: publish/micropython-v1_18-esp8266-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_18-esp8266-stubs/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-esp8266-stubs/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: publish/micropython-v1_18-esp8266-stubs/zlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_18-rp2-stubs/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/_rp2.pyi class Flash (line 3) | class Flash: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 6) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 7) | def writeblocks(self, *args, **kwargs) -> Any: ... class PIO (line 9) | class PIO: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method add_program (line 24) | def add_program(self, *args, **kwargs) -> Any: ... method irq (line 25) | def irq(self, *args, **kwargs) -> Any: ... method remove_program (line 26) | def remove_program(self, *args, **kwargs) -> Any: ... method state_machine (line 27) | def state_machine(self, *args, **kwargs) -> Any: ... class StateMachine (line 29) | class StateMachine: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... method exec (line 31) | def exec(self, *args, **kwargs) -> Any: ... method get (line 32) | def get(self, *args, **kwargs) -> Any: ... method active (line 33) | def active(self, *args, **kwargs) -> Any: ... method init (line 34) | def init(self, *args, **kwargs) -> Any: ... method irq (line 35) | def irq(self, *args, **kwargs) -> Any: ... method put (line 36) | def put(self, *args, **kwargs) -> Any: ... method restart (line 37) | def restart(self, *args, **kwargs) -> Any: ... method rx_fifo (line 38) | def rx_fifo(self, *args, **kwargs) -> Any: ... method tx_fifo (line 39) | def tx_fifo(self, *args, **kwargs) -> Any: ... function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/_thread.pyi class LockType (line 13) | class LockType: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 15) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 16) | def locked(self, *args, **kwargs) -> Any: ... method release (line 17) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 19) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 21) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 22) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/array.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/binascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_18-rp2-stubs/cmath.pyi function cos (line 14) | def cos(z) -> float: function exp (line 22) | def exp(z) -> float: function log (line 28) | def log(z) -> float: function log10 (line 34) | def log10(z) -> float: function phase (line 40) | def phase(z) -> float: function polar (line 48) | def polar(z) -> Tuple: function rect (line 54) | def rect(r, phi) -> float: function sin (line 60) | def sin(z) -> float: function sqrt (line 66) | def sqrt(z) -> Any: FILE: publish/micropython-v1_18-rp2-stubs/collections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: publish/micropython-v1_18-rp2-stubs/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/framebuf.pyi class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 35) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method blit (line 36) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 55) | def fill(self, c) -> None: method fill_rect (line 60) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 67) | def hline(self, x, y, w, c) -> Any: ... method line (line 68) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 77) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 83) | def rect(self, x, y, w, h, c) -> Any: ... method scroll (line 84) | def scroll(self, xstep, ystep) -> Any: method text (line 90) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 99) | def vline(self, x, y, h, c) -> Any: ... function FrameBuffer1 (line 101) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/gc.pyi function collect (line 8) | def collect() -> None: function disable (line 14) | def disable() -> None: function enable (line 21) | def enable() -> None: function isenabled (line 27) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 28) | def mem_alloc() -> int: function mem_free (line 34) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Any: FILE: publish/micropython-v1_18-rp2-stubs/hashlib.pyi class sha256 (line 26) | class sha256: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/heapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: publish/micropython-v1_18-rp2-stubs/io.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method __init__ (line 32) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self) -> Any: method seek (line 44) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 45) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 47) | class FileIO(IO): method __init__ (line 53) | def __init__(self, *args, **kwargs) -> None: ... method close (line 54) | def close(self, *args, **kwargs) -> Any: ... method read (line 55) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method write (line 58) | def write(self, *args, **kwargs) -> Any: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 60) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 61) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 62) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 64) | class IOBase: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 67) | class StringIO(IO): method __init__ (line 68) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 69) | def close(self, *args, **kwargs) -> Any: ... method read (line 70) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 72) | def readline(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method flush (line 74) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 75) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 76) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 77) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 79) | class TextIOWrapper(IO): method __init__ (line 85) | def __init__(self, *args, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method read (line 87) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 89) | def readline(self, *args, **kwargs) -> Any: ... method write (line 90) | def write(self, *args, **kwargs) -> Any: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 92) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/json.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: publish/micropython-v1_18-rp2-stubs/logging.pyi function getLogger (line 3) | def getLogger(*args, **kwargs) -> Any: ... function info (line 4) | def info(*args, **kwargs) -> Any: ... function debug (line 5) | def debug(*args, **kwargs) -> Any: ... function basicConfig (line 6) | def basicConfig(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method log (line 17) | def log(self, *args, **kwargs) -> Any: ... method exception (line 18) | def exception(self, *args, **kwargs) -> Any: ... method info (line 19) | def info(self, *args, **kwargs) -> Any: ... method debug (line 20) | def debug(self, *args, **kwargs) -> Any: ... method error (line 21) | def error(self, *args, **kwargs) -> Any: ... method warning (line 22) | def warning(self, *args, **kwargs) -> Any: ... method setLevel (line 24) | def setLevel(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 25) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method critical (line 26) | def critical(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/machine.pyi class ADC (line 13) | class ADC: method __init__ (line 21) | def __init__(self, id) -> None: ... method read_u16 (line 23) | def read_u16(self) -> int: class I2C (line 31) | class I2C: method __init__ (line 47) | def __init__( method readinto (line 50) | def readinto(self, buf, nack=True, /) -> Any: method start (line 59) | def start(self) -> None: method stop (line 64) | def stop(self) -> None: method write (line 69) | def write(self, buf) -> int: method init (line 76) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 85) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 92) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 101) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 109) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 120) | def scan(self) -> List: method writeto (line 127) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 136) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 146) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 162) | class I2S: method __init__ (line 191) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 192) | def readinto(self, buf) -> int: method write (line 200) | def write(self, buf) -> int: method deinit (line 212) | def deinit(self) -> Any: method init (line 217) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 222) | def irq(self, handler) -> Any: method shift (line 230) | def shift(*, buf, bits, shift) -> Any: class PWM (line 238) | class PWM: method __init__ (line 255) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method deinit (line 256) | def deinit(self) -> None: method duty_ns (line 261) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty_u16 (line 270) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 281) | def freq(self, value: Optional[Any] = None) -> Any: class Pin (line 294) | class Pin: method __init__ (line 358) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method value (line 359) | def value(self, x: Optional[Any] = None) -> int: method high (line 400) | def high(self) -> None: method init (line 407) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 416) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 460) | def low(self) -> None: method off (line 467) | def off(self) -> None: method on (line 472) | def on(self) -> None: method toggle (line 477) | def toggle(self, *args, **kwargs) -> Any: ... method __call__ (line 478) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 486) | class RTC: method __init__ (line 491) | def __init__(self, id=0, *args, **kwargs) -> None: ... method datetime (line 492) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: class SPI (line 508) | class SPI: method __init__ (line 520) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 521) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 528) | def readinto(self, buf, write=0x00) -> int: method write (line 537) | def write(self, buf) -> int: method deinit (line 547) | def deinit(self) -> None: method init (line 552) | def init( method write_readinto (line 577) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 588) | class Signal(Pin): method __init__ (line 609) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 610) | def value(self, x: Optional[Any] = None) -> int: method off (line 629) | def off(self) -> None: method on (line 634) | def on(self) -> None: class SoftI2C (line 640) | class SoftI2C(I2C): method __init__ (line 653) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 654) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 655) | def start(self, *args, **kwargs) -> Any: ... method stop (line 656) | def stop(self, *args, **kwargs) -> Any: ... method write (line 657) | def write(self, *args, **kwargs) -> Any: ... method init (line 658) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 659) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 660) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 661) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 662) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 663) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 664) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 665) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 666) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 668) | class SoftSPI: method __init__ (line 675) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 676) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 677) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 678) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 681) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 682) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 683) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 685) | class Timer: method __init__ (line 694) | def __init__(self, id=-1, *args, **kwargs) -> None: ... method deinit (line 697) | def deinit(self) -> None: method init (line 702) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 734) | class UART: method __init__ (line 739) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 740) | def any(self) -> int: method read (line 754) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 764) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 774) | def readline(self) -> None: method write (line 782) | def write(self, buf) -> int: method sendbreak (line 793) | def sendbreak(self) -> None: class WDT (line 800) | class WDT: method __init__ (line 809) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 810) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 814) | def bitstream(pin, encoding, timing, data, /) -> Any: function bootloader (line 838) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 848) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 873) | def disable_irq() -> Any: function enable_irq (line 882) | def enable_irq(state) -> Any: function freq (line 890) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 898) | def idle() -> Any: function lightsleep (line 907) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 936) | def reset() -> NoReturn: function reset_cause (line 943) | def reset_cause() -> int: function soft_reset (line 949) | def soft_reset() -> NoReturn: function time_pulse_us (line 957) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 975) | def unique_id() -> bytes: FILE: publish/micropython-v1_18-rp2-stubs/math.pyi function pow (line 16) | def pow(x, y) -> Any: function acos (line 22) | def acos(x) -> float: function acosh (line 28) | def acosh(x) -> float: function asin (line 34) | def asin(x) -> float: function asinh (line 40) | def asinh(x) -> float: function atan (line 46) | def atan(x) -> float: function atan2 (line 52) | def atan2(y, x) -> float: function atanh (line 58) | def atanh(x) -> float: function ceil (line 64) | def ceil(x) -> int: function copysign (line 70) | def copysign(x, y) -> Any: function cos (line 76) | def cos(x) -> float: function cosh (line 82) | def cosh(x) -> float: function degrees (line 88) | def degrees(x) -> Any: function erf (line 96) | def erf(x) -> Any: function erfc (line 102) | def erfc(x) -> Any: function exp (line 108) | def exp(x) -> float: function expm1 (line 114) | def expm1(x) -> Any: function fabs (line 120) | def fabs(x) -> Any: function factorial (line 126) | def factorial(*args, **kwargs) -> Any: ... function floor (line 127) | def floor(x) -> int: function fmod (line 133) | def fmod(x, y) -> Any: function frexp (line 139) | def frexp(x) -> Any: function gamma (line 148) | def gamma(x) -> Any: function isclose (line 154) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 155) | def isfinite(x) -> bool: function isinf (line 161) | def isinf(x) -> bool: function isnan (line 167) | def isnan(x) -> bool: function ldexp (line 173) | def ldexp(x, exp) -> Any: function lgamma (line 179) | def lgamma(x) -> float: function log (line 185) | def log(x) -> float: function log10 (line 191) | def log10(x) -> float: function log2 (line 197) | def log2(x) -> float: function modf (line 203) | def modf(x) -> Tuple: function radians (line 212) | def radians(x) -> Any: function sin (line 218) | def sin(x) -> float: function sinh (line 224) | def sinh(x) -> float: function sqrt (line 230) | def sqrt(x) -> Any: function tan (line 236) | def tan(x) -> float: function tanh (line 242) | def tanh(x) -> float: function trunc (line 248) | def trunc(x) -> int: FILE: publish/micropython-v1_18-rp2-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: ... function heap_unlock (line 102) | def heap_unlock() -> int: ... function heap_locked (line 103) | def heap_locked() -> bool: function kbd_intr (line 125) | def kbd_intr(chr) -> None: function schedule (line 138) | def schedule(func, arg) -> Incomplete: function viper (line 175) | def viper(func: Callable) -> Callable: function native (line 184) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_18-rp2-stubs/neopixel.pyi function bitstream (line 13) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 15) | class NeoPixel: method __init__ (line 25) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method write (line 26) | def write(self) -> None: method fill (line 31) | def fill(self, pixel) -> None: FILE: publish/micropython-v1_18-rp2-stubs/network.pyi class WLAN (line 39) | class WLAN: method __init__ (line 48) | def __init__(self, interface_id) -> None: ... method active (line 52) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 59) | def config(self, *args, **kwargs) -> Any: method connect (line 91) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 99) | def disconnect(self) -> None: method ifconfig (line 104) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 114) | def isconnected(self) -> bool: method scan (line 121) | def scan(self) -> List[Tuple]: method status (line 149) | def status(self, param: Optional[Any] = None) -> Any: function route (line 168) | def route(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/os.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function getcwd (line 93) | def getcwd() -> Any: function ilistdir (line 99) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 120) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 126) | def mkdir(path) -> Any: function mount (line 132) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 150) | def rename(old_path, new_path) -> None: function rmdir (line 156) | def rmdir(path) -> None: function stat (line 162) | def stat(path) -> Any: function statvfs (line 168) | def statvfs(path) -> Tuple: function umount (line 191) | def umount(mount_point) -> Any: function uname (line 201) | def uname() -> uname_result: function urandom (line 215) | def urandom(n) -> bytes: FILE: publish/micropython-v1_18-rp2-stubs/random.pyi function choice (line 30) | def choice(sequence) -> Any: function getrandbits (line 37) | def getrandbits(n) -> int: function randint (line 43) | def randint(a, b) -> int: class random (line 49) | class random: method __init__ (line 54) | def __init__(self) -> None: ... function randrange (line 56) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 67) | def seed(n=None, /) -> None: function uniform (line 79) | def uniform(a, b) -> int: FILE: publish/micropython-v1_18-rp2-stubs/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/rp2.pyi function const (line 16) | def const(*args, **kwargs) -> Any: ... class Flash (line 18) | class Flash: method __init__ (line 24) | def __init__(self) -> None: ... method ioctl (line 25) | def ioctl(self, cmd, arg) -> Any: method readblocks (line 32) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any... method writeblocks (line 33) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> An... class PIO (line 35) | class PIO: method __init__ (line 44) | def __init__(self, id) -> None: ... method add_program (line 58) | def add_program(self, program) -> Any: method irq (line 67) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Any: method remove_program (line 77) | def remove_program(self, program: Optional[Any] = None) -> None: method state_machine (line 86) | def state_machine(self, id, program, *args, **kwargs) -> Any: class StateMachine (line 98) | class StateMachine: method __init__ (line 109) | def __init__(self, id, program, *args, **kwargs) -> None: ... method exec (line 110) | def exec(self, instr) -> Any: method get (line 118) | def get(self, buf=None, shift=0) -> Any: method active (line 129) | def active(self, value: Optional[Any] = None) -> Any: method init (line 139) | def init( method irq (line 186) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Any: method put (line 193) | def put(self, value, shift=0) -> Any: method restart (line 204) | def restart(self) -> Any: method rx_fifo (line 218) | def rx_fifo(self) -> int: method tx_fifo (line 227) | def tx_fifo(self) -> int: function asm_pio_encode (line 237) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Any: function dht_readinto (line 247) | def dht_readinto(*args, **kwargs) -> Any: ... class PIOASMError (line 249) | class PIOASMError(Exception): ... class PIOASMEmit (line 251) | class PIOASMEmit: method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 253) | def set(self, *args, **kwargs) -> Any: ... method irq (line 254) | def irq(self, *args, **kwargs) -> Any: ... method label (line 255) | def label(self, *args, **kwargs) -> Any: ... method mov (line 256) | def mov(self, *args, **kwargs) -> Any: ... method nop (line 257) | def nop(self, *args, **kwargs) -> Any: ... method pull (line 258) | def pull(self, *args, **kwargs) -> Any: ... method push (line 259) | def push(self, *args, **kwargs) -> Any: ... method wrap_target (line 260) | def wrap_target(self, *args, **kwargs) -> Any: ... method wrap (line 261) | def wrap(self, *args, **kwargs) -> Any: ... method word (line 262) | def word(self, *args, **kwargs) -> Any: ... method jmp (line 263) | def jmp(self, *args, **kwargs) -> Any: ... method wait (line 264) | def wait(self, *args, **kwargs) -> Any: ... method in_ (line 265) | def in_(self, *args, **kwargs) -> Any: ... method out (line 266) | def out(self, *args, **kwargs) -> Any: ... method start_pass (line 267) | def start_pass(self, *args, **kwargs) -> Any: ... method delay (line 268) | def delay(self, *args, **kwargs) -> Any: ... method side (line 269) | def side(self, *args, **kwargs) -> Any: ... function asm_pio (line 271) | def asm_pio( FILE: publish/micropython-v1_18-rp2-stubs/select.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: publish/micropython-v1_18-rp2-stubs/socket.pyi function getaddrinfo (line 16) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 45) | class socket: method __init__ (line 59) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 60) | def close(self) -> Any: method read (line 70) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 79) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 88) | def readline(self) -> Any: method send (line 95) | def send(self, bytes) -> int: method write (line 102) | def write(self, buf) -> int: method accept (line 112) | def accept(self) -> Tuple: method bind (line 120) | def bind(self, address) -> Any: method connect (line 125) | def connect(self, address) -> None: method listen (line 130) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 138) | def recv(self, bufsize) -> bytes: method recvfrom (line 144) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 151) | def sendto(self, bytes, address) -> None: method setblocking (line 157) | def setblocking(self, flag) -> Any: method setsockopt (line 168) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 175) | def settimeout(self, value) -> Any: FILE: publish/micropython-v1_18-rp2-stubs/struct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_18-rp2-stubs/sys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_18-rp2-stubs/time.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: publish/micropython-v1_18-rp2-stubs/uarray.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 29) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... method release (line 35) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 8) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: publish/micropython-v1_18-rp2-stubs/ubinascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_18-rp2-stubs/ubluetooth.pyi class BLE (line 18) | class BLE: method __init__ (line 23) | def __init__(self) -> None: ... method active (line 24) | def active(self, active: Optional[Any] = None, /) -> Any: method config (line 32) | def config(self, param, /) -> Tuple: method gap_advertise (line 95) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 112) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_disconnect (line 136) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_pair (line 151) | def gap_pair(self, conn_handle, /) -> Any: method gap_passkey (line 161) | def gap_passkey(self, conn_handle, action, passkey, /) -> Any: method gap_scan (line 179) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 215) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gattc_discover_descriptors (line 229) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_services (line 237) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Any: method gattc_exchange_mtu (line 247) | def gattc_exchange_mtu(self, conn_handle, /) -> Any: method gattc_read (line 261) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_write (line 270) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 289) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gatts_notify (line 301) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_read (line 315) | def gatts_read(self, value_handle, /) -> Any: method gatts_register_services (line 321) | def gatts_register_services(self, services_definition, /) -> Any: method gatts_set_buffer (line 383) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 395) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method irq (line 404) | def irq(self, handler, /) -> int: method l2cap_connect (line 600) | def l2cap_connect(self, conn_handle, psm, mtu, /) -> None: method l2cap_disconnect (line 611) | def l2cap_disconnect(self, conn_handle, cid, /) -> None: method l2cap_listen (line 617) | def l2cap_listen(self, psm, mtu, /) -> Any: method l2cap_recvinto (line 633) | def l2cap_recvinto(self, conn_handle, cid, buf, /) -> int: method l2cap_send (line 653) | def l2cap_send(self, conn_handle, cid, buf, /) -> bool: class UUID (line 675) | class UUID: method __init__ (line 685) | def __init__(self, value, /) -> None: ... FILE: publish/micropython-v1_18-rp2-stubs/ucollections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: publish/micropython-v1_18-rp2-stubs/uctypes.pyi function addressof (line 46) | def addressof(obj) -> int: function bytearray_at (line 54) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function sizeof (line 72) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 80) | class struct: method __init__ (line 86) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... FILE: publish/micropython-v1_18-rp2-stubs/uhashlib.pyi class sha256 (line 26) | class sha256: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/uheapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: publish/micropython-v1_18-rp2-stubs/uio.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method __init__ (line 32) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self) -> Any: method seek (line 44) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 45) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 47) | class FileIO(IO): method __init__ (line 53) | def __init__(self, *args, **kwargs) -> None: ... method close (line 54) | def close(self, *args, **kwargs) -> Any: ... method read (line 55) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method write (line 58) | def write(self, *args, **kwargs) -> Any: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 60) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 61) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 62) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 64) | class IOBase: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 67) | class StringIO(IO): method __init__ (line 68) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 69) | def close(self, *args, **kwargs) -> Any: ... method read (line 70) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 72) | def readline(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method flush (line 74) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 75) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 76) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 77) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 79) | class TextIOWrapper(IO): method __init__ (line 85) | def __init__(self, *args, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method read (line 87) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 89) | def readline(self, *args, **kwargs) -> Any: ... method write (line 90) | def write(self, *args, **kwargs) -> Any: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 92) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/ujson.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: publish/micropython-v1_18-rp2-stubs/uos.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function getcwd (line 93) | def getcwd() -> Any: function ilistdir (line 99) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 120) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 126) | def mkdir(path) -> Any: function mount (line 132) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 150) | def rename(old_path, new_path) -> None: function rmdir (line 156) | def rmdir(path) -> None: function stat (line 162) | def stat(path) -> Any: function statvfs (line 168) | def statvfs(path) -> Tuple: function umount (line 191) | def umount(mount_point) -> Any: function uname (line 201) | def uname() -> uname_result: function urandom (line 215) | def urandom(n) -> bytes: FILE: publish/micropython-v1_18-rp2-stubs/urandom.pyi function choice (line 30) | def choice(sequence) -> Any: function getrandbits (line 37) | def getrandbits(n) -> int: function randint (line 43) | def randint(a, b) -> int: class random (line 49) | class random: method __init__ (line 54) | def __init__(self) -> None: ... function randrange (line 56) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 67) | def seed(n=None, /) -> None: function uniform (line 79) | def uniform(a, b) -> int: FILE: publish/micropython-v1_18-rp2-stubs/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-rp2-stubs/uselect.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: publish/micropython-v1_18-rp2-stubs/usocket.pyi function getaddrinfo (line 16) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 45) | class socket: method __init__ (line 59) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 60) | def close(self) -> Any: method read (line 70) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 79) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 88) | def readline(self) -> Any: method send (line 95) | def send(self, bytes) -> int: method write (line 102) | def write(self, buf) -> int: method accept (line 112) | def accept(self) -> Tuple: method bind (line 120) | def bind(self, address) -> Any: method connect (line 125) | def connect(self, address) -> None: method listen (line 130) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 138) | def recv(self, bufsize) -> bytes: method recvfrom (line 144) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 151) | def sendto(self, bytes, address) -> None: method setblocking (line 157) | def setblocking(self, flag) -> Any: method setsockopt (line 168) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 175) | def settimeout(self, value) -> Any: FILE: publish/micropython-v1_18-rp2-stubs/ustruct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_18-rp2-stubs/usys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_18-rp2-stubs/utime.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: publish/micropython-v1_18-rp2-stubs/uzlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_18-rp2-stubs/zlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_18-stm32-stubs/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/_thread.pyi class LockType (line 13) | class LockType: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 15) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 16) | def locked(self, *args, **kwargs) -> Any: ... method release (line 17) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 19) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 21) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 22) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/array.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/binascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_18-stm32-stubs/cmath.pyi function cos (line 14) | def cos(z) -> float: function exp (line 22) | def exp(z) -> float: function log (line 28) | def log(z) -> float: function log10 (line 34) | def log10(z) -> float: function phase (line 40) | def phase(z) -> float: function polar (line 48) | def polar(z) -> Tuple: function rect (line 54) | def rect(r, phi) -> float: function sin (line 60) | def sin(z) -> float: function sqrt (line 66) | def sqrt(z) -> Any: FILE: publish/micropython-v1_18-stm32-stubs/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/framebuf.pyi class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 35) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method blit (line 36) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 55) | def fill(self, c) -> None: method fill_rect (line 60) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 67) | def hline(self, x, y, w, c) -> Any: ... method line (line 68) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 77) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 83) | def rect(self, x, y, w, h, c) -> Any: ... method scroll (line 84) | def scroll(self, xstep, ystep) -> Any: method text (line 90) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 99) | def vline(self, x, y, h, c) -> Any: ... function FrameBuffer1 (line 101) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/gc.pyi function collect (line 8) | def collect() -> None: function disable (line 14) | def disable() -> None: function enable (line 21) | def enable() -> None: function isenabled (line 27) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 28) | def mem_alloc() -> int: function mem_free (line 34) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Any: FILE: publish/micropython-v1_18-stm32-stubs/hashlib.pyi class sha256 (line 26) | class sha256: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/heapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: publish/micropython-v1_18-stm32-stubs/json.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: publish/micropython-v1_18-stm32-stubs/lcd160cr.pyi function const (line 8) | def const(*args, **kwargs) -> Any: ... function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: ... function pack_into (line 10) | def pack_into(*args, **kwargs) -> Any: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Any: ... class LCD160CR (line 21) | class LCD160CR: method __init__ (line 57) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method write (line 58) | def write(self, s) -> None: method line (line 65) | def line(self, x1, y1, x2, y2) -> None: method rect (line 70) | def rect(self, x, y, w, h) -> Any: ... method reset (line 71) | def reset(self) -> None: method oflush (line 76) | def oflush(self, *args, **kwargs) -> Any: ... method iflush (line 77) | def iflush(self, *args, **kwargs) -> Any: ... method rgb (line 79) | def rgb(r, g, b) -> int: method clip_line (line 88) | def clip_line(data, w, h) -> Any: method set_power (line 93) | def set_power(self, on) -> None: method set_orient (line 99) | def set_orient(self, orient) -> None: method set_brightness (line 105) | def set_brightness(self, value) -> None: method set_i2c_addr (line 110) | def set_i2c_addr(self, addr) -> None: method set_uart_baudrate (line 116) | def set_uart_baudrate(self, baudrate) -> None: method set_startup_deco (line 121) | def set_startup_deco(self, value) -> None: method save_to_flash (line 127) | def save_to_flash(self) -> Any: method set_pixel (line 133) | def set_pixel(self, x, y, c) -> None: method get_pixel (line 139) | def get_pixel(self, x, y) -> Any: method get_line (line 144) | def get_line(self, x, y, buf) -> Any: method screen_dump (line 152) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Any: method screen_load (line 162) | def screen_load(self, buf) -> None: method set_pos (line 167) | def set_pos(self, x, y) -> None: method set_text_color (line 173) | def set_text_color(self, fg, bg) -> None: method set_font (line 178) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method set_pen (line 198) | def set_pen(self, line, fill) -> None: method erase (line 203) | def erase(self) -> Any: method dot (line 208) | def dot(self, x, y) -> None: method rect_outline (line 213) | def rect_outline(self, x, y, w, h) -> Any: ... method rect_interior (line 214) | def rect_interior(self, x, y, w, h) -> None: method dot_no_clip (line 222) | def dot_no_clip(self, x, y) -> Any: ... method rect_no_clip (line 223) | def rect_no_clip(self, x, y, w, h) -> Any: ... method rect_outline_no_clip (line 224) | def rect_outline_no_clip(self, x, y, w, h) -> Any: ... method rect_interior_no_clip (line 225) | def rect_interior_no_clip(self, x, y, w, h) -> Any: ... method line_no_clip (line 226) | def line_no_clip(self, x1, y1, x2, y2) -> Any: method poly_dot (line 233) | def poly_dot(self, data) -> None: method poly_line (line 240) | def poly_line(self, data) -> Any: method touch_config (line 245) | def touch_config(self, calib=False, save=False, irq=None) -> None: method is_touched (line 260) | def is_touched(self) -> bool: method get_touch (line 266) | def get_touch(self) -> Tuple: method set_spi_win (line 273) | def set_spi_win(self, x, y, w, h) -> None: method fast_spi (line 278) | def fast_spi(self, flush=True) -> SPI: method show_framebuf (line 291) | def show_framebuf(self, buf) -> None: method set_scroll (line 302) | def set_scroll(self, on) -> None: method set_scroll_win (line 308) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 325) | def set_scroll_win_param(self, win, param, value) -> Any: method set_scroll_buf (line 335) | def set_scroll_buf(self, s) -> None: method jpeg_start (line 341) | def jpeg_start(self, total_len) -> Any: ... method jpeg_data (line 342) | def jpeg_data(self, buf) -> None: method jpeg (line 350) | def jpeg(self, buf) -> None: method feed_wdt (line 358) | def feed_wdt(self) -> Any: FILE: publish/micropython-v1_18-stm32-stubs/lcd160cr_test.py function get_lcd (line 7) | def get_lcd(lcd): function show_adc (line 13) | def show_adc(lcd, adc): function test_features (line 40) | def test_features(lcd, orient=lcd160cr.PORTRAIT): function test_mandel (line 136) | def test_mandel(lcd, orient=lcd160cr.PORTRAIT): function test_all (line 176) | def test_all(lcd, orient=lcd160cr.PORTRAIT): FILE: publish/micropython-v1_18-stm32-stubs/logging.pyi function debug (line 3) | def debug(*args, **kwargs) -> Any: ... function info (line 4) | def info(*args, **kwargs) -> Any: ... function getLogger (line 5) | def getLogger(*args, **kwargs) -> Any: ... function basicConfig (line 6) | def basicConfig(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 17) | def debug(self, *args, **kwargs) -> Any: ... method info (line 18) | def info(self, *args, **kwargs) -> Any: ... method log (line 19) | def log(self, *args, **kwargs) -> Any: ... method exception (line 20) | def exception(self, *args, **kwargs) -> Any: ... method error (line 21) | def error(self, *args, **kwargs) -> Any: ... method warning (line 22) | def warning(self, *args, **kwargs) -> Any: ... method setLevel (line 24) | def setLevel(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 25) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method critical (line 26) | def critical(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/machine.pyi class RTC (line 13) | class RTC: method __init__ (line 18) | def __init__(self, id=0, *args, **kwargs) -> None: ... method calibration (line 19) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 20) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 35) | def info(self, *args, **kwargs) -> Any: ... method init (line 36) | def init(self, datetime) -> None: method wakeup (line 43) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 45) | class ADC: method __init__ (line 53) | def __init__(self, id) -> None: ... method read_u16 (line 58) | def read_u16(self) -> int: class I2C (line 69) | class I2C: method __init__ (line 85) | def __init__( method readinto (line 88) | def readinto(self, buf, nack=True, /) -> Any: method start (line 97) | def start(self) -> None: method stop (line 102) | def stop(self) -> None: method write (line 107) | def write(self, buf) -> int: method init (line 114) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 123) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 130) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 139) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 147) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 158) | def scan(self) -> List: method writeto (line 165) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 174) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 184) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 200) | class I2S: method __init__ (line 229) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 230) | def readinto(self, buf) -> int: method write (line 238) | def write(self, buf) -> int: method deinit (line 250) | def deinit(self) -> Any: method init (line 255) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 260) | def irq(self, handler) -> Any: method shift (line 268) | def shift(*, buf, bits, shift) -> Any: class Pin (line 278) | class Pin: method __init__ (line 342) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method dict (line 344) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 345) | def value(self, x: Optional[Any] = None) -> int: method af (line 418) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 419) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 421) | class board: method __init__ (line 422) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 473) | class cpu: method __init__ (line 474) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 523) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 524) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 525) | def high(self) -> None: method init (line 532) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 541) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 585) | def low(self) -> None: method mapper (line 593) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 594) | def mode(self, mode: Optional[Any] = None) -> Any: method name (line 602) | def name(self, *args, **kwargs) -> Any: ... method names (line 603) | def names(self, *args, **kwargs) -> Any: ... method off (line 604) | def off(self) -> None: method on (line 609) | def on(self) -> None: method pin (line 614) | def pin(self, *args, **kwargs) -> Any: ... method port (line 615) | def port(self, *args, **kwargs) -> Any: ... method pull (line 616) | def pull(self, pull: Optional[Any] = None) -> Any: method __call__ (line 624) | def __call__(self, x: Optional[Any] = None) -> Any: class SPI (line 634) | class SPI: method __init__ (line 646) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 647) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 654) | def readinto(self, buf, write=0x00) -> int: method write (line 663) | def write(self, buf) -> int: method deinit (line 673) | def deinit(self) -> None: method init (line 678) | def init( method write_readinto (line 703) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 714) | class Signal(Pin): method __init__ (line 735) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 736) | def value(self, x: Optional[Any] = None) -> int: method off (line 755) | def off(self) -> None: method on (line 760) | def on(self) -> None: class SoftI2C (line 766) | class SoftI2C(I2C): method __init__ (line 779) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 780) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 781) | def start(self, *args, **kwargs) -> Any: ... method stop (line 782) | def stop(self, *args, **kwargs) -> Any: ... method write (line 783) | def write(self, *args, **kwargs) -> Any: ... method init (line 784) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 785) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 786) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 787) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 788) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 789) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 790) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 791) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 792) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 794) | class SoftSPI: method __init__ (line 801) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 802) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 803) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 804) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 807) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 808) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 809) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 811) | class Timer: method __init__ (line 820) | def __init__(self, id=-1, *args, **kwargs) -> None: ... method deinit (line 823) | def deinit(self) -> None: method init (line 828) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 860) | class UART: method __init__ (line 865) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 866) | def any(self) -> int: method read (line 880) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 890) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 900) | def readline(self) -> None: method write (line 908) | def write(self, buf) -> int: method deinit (line 918) | def deinit(self) -> None: method init (line 923) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method irq (line 962) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Any: method readchar (line 988) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 989) | def sendbreak(self) -> None: method writechar (line 995) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 997) | class WDT: method __init__ (line 1006) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 1007) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 1011) | def bitstream(pin, encoding, timing, data, /) -> Any: function bootloader (line 1035) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 1045) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1070) | def disable_irq() -> Any: function enable_irq (line 1079) | def enable_irq(state) -> Any: function freq (line 1087) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1095) | def idle() -> Any: function info (line 1104) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 1105) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1134) | def reset() -> NoReturn: function reset_cause (line 1141) | def reset_cause() -> int: function rng (line 1147) | def rng() -> int: function sleep (line 1155) | def sleep() -> Any: function soft_reset (line 1161) | def soft_reset() -> NoReturn: function time_pulse_us (line 1169) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1187) | def unique_id() -> bytes: FILE: publish/micropython-v1_18-stm32-stubs/math.pyi function pow (line 16) | def pow(x, y) -> Any: function acos (line 22) | def acos(x) -> float: function acosh (line 28) | def acosh(x) -> float: function asin (line 34) | def asin(x) -> float: function asinh (line 40) | def asinh(x) -> float: function atan (line 46) | def atan(x) -> float: function atan2 (line 52) | def atan2(y, x) -> float: function atanh (line 58) | def atanh(x) -> float: function ceil (line 64) | def ceil(x) -> int: function copysign (line 70) | def copysign(x, y) -> Any: function cos (line 76) | def cos(x) -> float: function cosh (line 82) | def cosh(x) -> float: function degrees (line 88) | def degrees(x) -> Any: function erf (line 96) | def erf(x) -> Any: function erfc (line 102) | def erfc(x) -> Any: function exp (line 108) | def exp(x) -> float: function expm1 (line 114) | def expm1(x) -> Any: function fabs (line 120) | def fabs(x) -> Any: function factorial (line 126) | def factorial(*args, **kwargs) -> Any: ... function floor (line 127) | def floor(x) -> int: function fmod (line 133) | def fmod(x, y) -> Any: function frexp (line 139) | def frexp(x) -> Any: function gamma (line 148) | def gamma(x) -> Any: function isclose (line 154) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 155) | def isfinite(x) -> bool: function isinf (line 161) | def isinf(x) -> bool: function isnan (line 167) | def isnan(x) -> bool: function ldexp (line 173) | def ldexp(x, exp) -> Any: function lgamma (line 179) | def lgamma(x) -> float: function log (line 185) | def log(x) -> float: function log10 (line 191) | def log10(x) -> float: function log2 (line 197) | def log2(x) -> float: function modf (line 203) | def modf(x) -> Tuple: function radians (line 212) | def radians(x) -> Any: function sin (line 218) | def sin(x) -> float: function sinh (line 224) | def sinh(x) -> float: function sqrt (line 230) | def sqrt(x) -> Any: function tan (line 236) | def tan(x) -> float: function tanh (line 242) | def tanh(x) -> float: function trunc (line 248) | def trunc(x) -> int: FILE: publish/micropython-v1_18-stm32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: ... function heap_unlock (line 102) | def heap_unlock() -> int: ... function heap_locked (line 103) | def heap_locked() -> bool: function kbd_intr (line 125) | def kbd_intr(chr) -> None: function schedule (line 138) | def schedule(func, arg) -> Incomplete: function viper (line 175) | def viper(func: Callable) -> Callable: function native (line 184) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_18-stm32-stubs/network.pyi function route (line 39) | def route(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/os.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 21) | class VfsFat: method __init__ (line 28) | def __init__(self, block_dev) -> None: ... method open (line 29) | def open(self, *args, **kwargs) -> Any: ... method remove (line 30) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 31) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 33) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 34) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 36) | def mkfs(block_dev) -> None: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 42) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 43) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 44) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 45) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 46) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 48) | class VfsLfs2: method __init__ (line 66) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 67) | def open(self, *args, **kwargs) -> Any: ... method remove (line 68) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 69) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 70) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 71) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 72) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 74) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 82) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 83) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 84) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 85) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 86) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 87) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 89) | def chdir(path) -> Any: function dupterm (line 95) | def dupterm(stream_object, index=0, /) -> IO: function getcwd (line 118) | def getcwd() -> Any: function ilistdir (line 124) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 145) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 151) | def mkdir(path) -> Any: function mount (line 157) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 175) | def rename(old_path, new_path) -> None: function rmdir (line 181) | def rmdir(path) -> None: function stat (line 187) | def stat(path) -> Any: function statvfs (line 193) | def statvfs(path) -> Tuple: function sync (line 216) | def sync() -> None: function umount (line 222) | def umount(mount_point) -> Any: function uname (line 232) | def uname() -> uname_result: function unlink (line 246) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 247) | def urandom(n) -> bytes: FILE: publish/micropython-v1_18-stm32-stubs/platform.pyi function libc_ver (line 3) | def libc_ver(*args, **kwargs) -> Any: ... function platform (line 4) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 5) | def python_compiler(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/pyb.pyi function main (line 8) | def main(filename) -> None: function stop (line 17) | def stop() -> Any: class DAC (line 31) | class DAC: method __init__ (line 56) | def __init__(self, port, bits=8, *, buffering=None) -> None: ... method write (line 57) | def write(self, value) -> Any: method deinit (line 66) | def deinit(self) -> Any: method init (line 71) | def init(self, bits=8, *, buffering=None) -> Any: method noise (line 78) | def noise(self, freq) -> None: method triangle (line 84) | def triangle(self, freq) -> None: method write_timed (line 91) | def write_timed(self, data, freq, *, mode=NORMAL) -> Any: class RTC (line 113) | class RTC: method __init__ (line 119) | def __init__(self) -> None: ... method calibration (line 120) | def calibration(self, cal) -> int: method datetime (line 137) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 154) | def info(self) -> Any: method init (line 164) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 165) | def wakeup(self, timeout, callback=None) -> None: class ADC (line 178) | class ADC: method __init__ (line 184) | def __init__(self, pin) -> None: ... method read (line 185) | def read(self) -> Any: method read_timed (line 191) | def read_timed(self, buf, timer) -> Any: method read_timed_multi (line 228) | def read_timed_multi(self, adcs, bufs, timer) -> bool: class ADCAll (line 281) | class ADCAll: method __init__ (line 282) | def __init__(self, *argv, **kwargs) -> None: ... method read_channel (line 283) | def read_channel(self, *args, **kwargs) -> Any: ... method read_core_temp (line 284) | def read_core_temp(self, *args, **kwargs) -> Any: ... method read_core_vbat (line 285) | def read_core_vbat(self, *args, **kwargs) -> Any: ... method read_core_vref (line 286) | def read_core_vref(self, *args, **kwargs) -> Any: ... method read_vref (line 287) | def read_vref(self, *args, **kwargs) -> Any: ... class Accel (line 289) | class Accel: method __init__ (line 294) | def __init__(self) -> None: ... method read (line 295) | def read(self, *args, **kwargs) -> Any: ... method write (line 296) | def write(self, *args, **kwargs) -> Any: ... method filtered_xyz (line 297) | def filtered_xyz(self) -> Tuple: method tilt (line 307) | def tilt(self) -> Any: method x (line 312) | def x(self) -> Any: method y (line 317) | def y(self) -> Any: method z (line 322) | def z(self) -> Any: class CAN (line 328) | class CAN: method __init__ (line 342) | def __init__( method any (line 345) | def any(self, fifo) -> bool: method send (line 350) | def send(self, data, id, *, timeout=0, rtr=False) -> None: method clearfilter (line 384) | def clearfilter(self, bank) -> None: method deinit (line 391) | def deinit(self) -> None: method info (line 396) | def info(self, list: Optional[Any] = None) -> Any: method init (line 419) | def init(self, mode, extframe=False, prescaler=100, *, sjw=1, bs1=6, b... method initfilterbanks (line 461) | def initfilterbanks(cls, nr) -> None: method recv (line 471) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method restart (line 505) | def restart(self) -> Any: method rxcallback (line 517) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 552) | def setfilter(self, bank, mode, fifo, params, *, rtr) -> None: method state (line 595) | def state(self) -> Any: class ExtInt (line 611) | class ExtInt: method __init__ (line 630) | def __init__(self, pin, mode, pull, callback) -> None: ... method disable (line 637) | def disable(self) -> None: method enable (line 643) | def enable(self) -> None: method line (line 648) | def line(self) -> int: method regs (line 654) | def regs(cls) -> Any: method swint (line 660) | def swint(self) -> Any: class Flash (line 667) | class Flash: method __init__ (line 678) | def __init__(self) -> None: ... method ioctl (line 679) | def ioctl(self, cmd, arg) -> Any: method readblocks (line 686) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any... method writeblocks (line 687) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> An... class I2C (line 689) | class I2C: method __init__ (line 711) | def __init__( method send (line 714) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 729) | def deinit(self) -> None: method init (line 734) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method is_ready (line 747) | def is_ready(self, addr) -> Any: method mem_read (line 752) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 766) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 780) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method scan (line 793) | def scan(self) -> List: class LCD (line 800) | class LCD: method __init__ (line 807) | def __init__(self, skin_position) -> None: ... method get (line 808) | def get(self, x, y) -> int: method write (line 815) | def write(self, str) -> None: method command (line 820) | def command(self, instr_data, buf) -> None: method contrast (line 827) | def contrast(self, value) -> None: method fill (line 832) | def fill(self, colour) -> None: method light (line 839) | def light(self, value) -> None: method pixel (line 844) | def pixel(self, x, y, colour) -> None: method show (line 851) | def show(self) -> None: method text (line 856) | def text(self, str, x, y, colour) -> None: class LED (line 864) | class LED: method __init__ (line 872) | def __init__(self, id) -> None: ... method intensity (line 873) | def intensity(self, value: Optional[Any] = None) -> None: method off (line 886) | def off(self) -> None: method on (line 891) | def on(self) -> None: method toggle (line 896) | def toggle(self) -> Any: class Pin (line 903) | class Pin: method __init__ (line 909) | def __init__(self, id, *args, **kwargs) -> None: ... method dict (line 911) | def dict(cls, dict: Optional[Any] = None) -> Any: method value (line 916) | def value(self, value: Optional[Any] = None) -> int: method af (line 966) | def af(self) -> Any: method af_list (line 973) | def af_list(self) -> List: class board (line 979) | class board: method __init__ (line 980) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 1031) | class cpu: method __init__ (line 1032) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 1081) | def debug(cls, state: Optional[Any] = None) -> bool: method gpio (line 1086) | def gpio(self) -> int: method high (line 1091) | def high(self, *args, **kwargs) -> Any: ... method init (line 1092) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method irq (line 1120) | def irq(self, *args, **kwargs) -> Any: ... method low (line 1121) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 1123) | def mapper(cls, fun: Optional[Any] = None) -> Any: method mode (line 1129) | def mode(self) -> Any: method name (line 1136) | def name(self) -> str: method names (line 1141) | def names(self) -> str: method off (line 1146) | def off(self, *args, **kwargs) -> Any: ... method on (line 1147) | def on(self, *args, **kwargs) -> Any: ... method pin (line 1148) | def pin(self) -> int: method port (line 1153) | def port(self) -> Any: method pull (line 1158) | def pull(self) -> Any: method __call__ (line 1165) | def __call__(self, x: Optional[Any] = None) -> Any: class SDCard (line 1173) | class SDCard: method __init__ (line 1174) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 1175) | def read(self, *args, **kwargs) -> Any: ... method write (line 1176) | def write(self, *args, **kwargs) -> Any: ... method info (line 1177) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 1178) | def ioctl(self, *args, **kwargs) -> Any: ... method power (line 1179) | def power(self, *args, **kwargs) -> Any: ... method present (line 1180) | def present(self, *args, **kwargs) -> Any: ... method readblocks (line 1181) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1182) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 1184) | class SPI: method __init__ (line 1201) | def __init__( method read (line 1204) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 1205) | def readinto(self, *args, **kwargs) -> Any: ... method send (line 1206) | def send(self, send, *, timeout=5000) -> None: method write (line 1216) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 1223) | def deinit(self) -> None: method init (line 1228) | def init(self, mode, baudrate=328125, *, prescaler=1, polarity=1, phas... method recv (line 1255) | def recv(self, recv, *, timeout=5000) -> bytes: method send_recv (line 1267) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method write_readinto (line 1280) | def write_readinto(self, *args, **kwargs) -> Any: ... class Servo (line 1282) | class Servo: method __init__ (line 1288) | def __init__(self, id) -> None: ... method angle (line 1289) | def angle(self, angle: Optional[Any] = None, time=0) -> Any: method calibration (line 1301) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method pulse_width (line 1315) | def pulse_width(self, value: Optional[Any] = None) -> Any: method speed (line 1323) | def speed(self, speed: Optional[Any] = None, time=0) -> Any: class Switch (line 1335) | class Switch(Pin): method __init__ (line 1341) | def __init__(self) -> None: ... method value (line 1342) | def value(self) -> bool: method callback (line 1347) | def callback(self, fun) -> None: class Timer (line 1354) | class Timer: method __init__ (line 1361) | def __init__(self, id, *args, **kwargs) -> None: ... method callback (line 1385) | def callback(self, fun) -> None: method channel (line 1392) | def channel(self, channel, mode, pin=None, *args) -> Any: method counter (line 1467) | def counter(self, value: Optional[Any] = None) -> Any: method deinit (line 1472) | def deinit(self) -> None: method freq (line 1482) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 1487) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1535) | def period(self, value: Optional[Any] = None) -> Any: method prescaler (line 1540) | def prescaler(self, value: Optional[Any] = None) -> Any: method source_freq (line 1545) | def source_freq(self) -> Any: class UART (line 1551) | class UART: method __init__ (line 1587) | def __init__( method any (line 1590) | def any(self) -> int: method read (line 1595) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1611) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1620) | def readline(self) -> None: method write (line 1629) | def write(self, buf) -> int: method deinit (line 1643) | def deinit(self) -> None: method init (line 1648) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method irq (line 1673) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 1674) | def readchar(self) -> int: method sendbreak (line 1681) | def sendbreak(self) -> None: method writechar (line 1688) | def writechar(self, char) -> None: class USB_HID (line 1695) | class USB_HID: method __init__ (line 1701) | def __init__(self) -> None: ... method send (line 1702) | def send(self, data) -> None: method recv (line 1710) | def recv(self, data, *, timeout=5000) -> int: class USB_VCP (line 1723) | class USB_VCP: method __init__ (line 1730) | def __init__(self, id=0) -> None: ... method any (line 1731) | def any(self) -> bool: method close (line 1736) | def close(self) -> Any: method read (line 1742) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1752) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1763) | def readline(self) -> bytes: method send (line 1771) | def send(self, data, *, timeout=5000) -> int: method write (line 1781) | def write(self, buf) -> int: method init (line 1791) | def init(self, *, flow=-1) -> None: method irq (line 1798) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method isconnected (line 1810) | def isconnected(self) -> bool: method readlines (line 1815) | def readlines(self) -> List: method recv (line 1824) | def recv(self, data, *, timeout=5000) -> int: method setinterrupt (line 1836) | def setinterrupt(self, chr) -> None: function bootloader (line 1847) | def bootloader() -> None: function country (line 1853) | def country(*args, **kwargs) -> Any: ... function delay (line 1854) | def delay(ms) -> None: function dht_readinto (line 1860) | def dht_readinto(*args, **kwargs) -> Any: ... function disable_irq (line 1861) | def disable_irq() -> Any: function elapsed_micros (line 1870) | def elapsed_micros(start) -> int: function elapsed_millis (line 1886) | def elapsed_millis(start) -> int: function enable_irq (line 1901) | def enable_irq(state=True) -> None: function fault_debug (line 1911) | def fault_debug(value) -> None: function freq (line 1926) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function hard_reset (line 1966) | def hard_reset() -> NoReturn: function have_cdc (line 1973) | def have_cdc() -> bool: function hid (line 1981) | def hid(hidtuple: Tuple) -> Any: function info (line 1993) | def info(dump_alloc_table: Optional[Any] = None) -> None: function micros (line 1999) | def micros() -> int: function millis (line 2013) | def millis() -> int: function mount (line 2027) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function pwm (line 2062) | def pwm(*args, **kwargs) -> Any: ... function repl_info (line 2063) | def repl_info(*args, **kwargs) -> Any: ... function repl_uart (line 2064) | def repl_uart(uart) -> UART: function rng (line 2070) | def rng() -> int: function servo (line 2076) | def servo(*args, **kwargs) -> Any: ... function standby (line 2077) | def standby() -> Any: function sync (line 2090) | def sync() -> None: function udelay (line 2096) | def udelay(us) -> None: function unique_id (line 2102) | def unique_id() -> str: function usb_mode (line 2108) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function wfi (line 2149) | def wfi() -> None: FILE: publish/micropython-v1_18-stm32-stubs/random.pyi function choice (line 30) | def choice(sequence) -> Any: function getrandbits (line 37) | def getrandbits(n) -> int: function randint (line 43) | def randint(a, b) -> int: class random (line 49) | class random: method __init__ (line 54) | def __init__(self) -> None: ... function randrange (line 56) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 67) | def seed(n=None, /) -> None: function uniform (line 79) | def uniform(a, b) -> int: FILE: publish/micropython-v1_18-stm32-stubs/select.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: publish/micropython-v1_18-stm32-stubs/socket.pyi function getaddrinfo (line 16) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 45) | class socket: method __init__ (line 59) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 60) | def close(self) -> Any: method read (line 70) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 79) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 88) | def readline(self) -> Any: method send (line 95) | def send(self, bytes) -> int: method write (line 102) | def write(self, buf) -> int: method accept (line 112) | def accept(self) -> Tuple: method bind (line 120) | def bind(self, address) -> Any: method connect (line 125) | def connect(self, address) -> None: method listen (line 130) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 138) | def recv(self, bufsize) -> bytes: method recvfrom (line 144) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 151) | def sendto(self, bytes, address) -> None: method setblocking (line 157) | def setblocking(self, flag) -> Any: method setsockopt (line 168) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 175) | def settimeout(self, value) -> Any: FILE: publish/micropython-v1_18-stm32-stubs/struct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_18-stm32-stubs/sys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_18-stm32-stubs/time.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: publish/micropython-v1_18-stm32-stubs/uarray.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 28) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... method release (line 35) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: publish/micropython-v1_18-stm32-stubs/ubinascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_18-stm32-stubs/ucollections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: publish/micropython-v1_18-stm32-stubs/uctypes.pyi function addressof (line 46) | def addressof(obj) -> int: function bytearray_at (line 54) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function sizeof (line 72) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 80) | class struct: method __init__ (line 86) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... FILE: publish/micropython-v1_18-stm32-stubs/uhashlib.pyi class sha256 (line 26) | class sha256: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/uheapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: publish/micropython-v1_18-stm32-stubs/ujson.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: publish/micropython-v1_18-stm32-stubs/umachine.pyi class RTC (line 13) | class RTC: method __init__ (line 18) | def __init__(self, id=0, *args, **kwargs) -> None: ... method calibration (line 19) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 20) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 35) | def info(self, *args, **kwargs) -> Any: ... method init (line 36) | def init(self, datetime) -> None: method wakeup (line 43) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 45) | class ADC: method __init__ (line 53) | def __init__(self, id) -> None: ... method read_u16 (line 58) | def read_u16(self) -> int: class I2C (line 69) | class I2C: method __init__ (line 85) | def __init__( method readinto (line 88) | def readinto(self, buf, nack=True, /) -> Any: method start (line 97) | def start(self) -> None: method stop (line 102) | def stop(self) -> None: method write (line 107) | def write(self, buf) -> int: method init (line 114) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 123) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 130) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 139) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 147) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 158) | def scan(self) -> List: method writeto (line 165) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 174) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 184) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 200) | class I2S: method __init__ (line 229) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 230) | def readinto(self, buf) -> int: method write (line 238) | def write(self, buf) -> int: method deinit (line 250) | def deinit(self) -> Any: method init (line 255) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 260) | def irq(self, handler) -> Any: method shift (line 268) | def shift(*, buf, bits, shift) -> Any: class Pin (line 278) | class Pin: method __init__ (line 342) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method dict (line 344) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 345) | def value(self, x: Optional[Any] = None) -> int: method af (line 418) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 419) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 421) | class board: method __init__ (line 422) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 473) | class cpu: method __init__ (line 474) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 523) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 524) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 525) | def high(self) -> None: method init (line 532) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 541) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 585) | def low(self) -> None: method mapper (line 593) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 594) | def mode(self, mode: Optional[Any] = None) -> Any: method name (line 602) | def name(self, *args, **kwargs) -> Any: ... method names (line 603) | def names(self, *args, **kwargs) -> Any: ... method off (line 604) | def off(self) -> None: method on (line 609) | def on(self) -> None: method pin (line 614) | def pin(self, *args, **kwargs) -> Any: ... method port (line 615) | def port(self, *args, **kwargs) -> Any: ... method pull (line 616) | def pull(self, pull: Optional[Any] = None) -> Any: method __call__ (line 624) | def __call__(self, x: Optional[Any] = None) -> Any: class SPI (line 634) | class SPI: method __init__ (line 646) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 647) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 654) | def readinto(self, buf, write=0x00) -> int: method write (line 663) | def write(self, buf) -> int: method deinit (line 673) | def deinit(self) -> None: method init (line 678) | def init( method write_readinto (line 703) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 714) | class Signal(Pin): method __init__ (line 735) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 736) | def value(self, x: Optional[Any] = None) -> int: method off (line 755) | def off(self) -> None: method on (line 760) | def on(self) -> None: class SoftI2C (line 766) | class SoftI2C(I2C): method __init__ (line 779) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 780) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 781) | def start(self, *args, **kwargs) -> Any: ... method stop (line 782) | def stop(self, *args, **kwargs) -> Any: ... method write (line 783) | def write(self, *args, **kwargs) -> Any: ... method init (line 784) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 785) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 786) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 787) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 788) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 789) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 790) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 791) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 792) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 794) | class SoftSPI: method __init__ (line 801) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 802) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 803) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 804) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 807) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 808) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 809) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 811) | class Timer: method __init__ (line 820) | def __init__(self, id=-1, *args, **kwargs) -> None: ... method deinit (line 823) | def deinit(self) -> None: method init (line 828) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 860) | class UART: method __init__ (line 865) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 866) | def any(self) -> int: method read (line 880) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 890) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 900) | def readline(self) -> None: method write (line 908) | def write(self, buf) -> int: method deinit (line 918) | def deinit(self) -> None: method init (line 923) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method irq (line 962) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Any: method readchar (line 988) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 989) | def sendbreak(self) -> None: method writechar (line 995) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 997) | class WDT: method __init__ (line 1006) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 1007) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 1011) | def bitstream(pin, encoding, timing, data, /) -> Any: function bootloader (line 1035) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 1045) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1070) | def disable_irq() -> Any: function enable_irq (line 1079) | def enable_irq(state) -> Any: function freq (line 1087) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1095) | def idle() -> Any: function info (line 1104) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 1105) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1134) | def reset() -> NoReturn: function reset_cause (line 1141) | def reset_cause() -> int: function rng (line 1147) | def rng() -> int: function sleep (line 1155) | def sleep() -> Any: function soft_reset (line 1161) | def soft_reset() -> NoReturn: function time_pulse_us (line 1169) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1187) | def unique_id() -> bytes: FILE: publish/micropython-v1_18-stm32-stubs/uos.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 21) | class VfsFat: method __init__ (line 28) | def __init__(self, block_dev) -> None: ... method open (line 29) | def open(self, *args, **kwargs) -> Any: ... method remove (line 30) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 31) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 33) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 34) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 36) | def mkfs(block_dev) -> None: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 42) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 43) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 44) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 45) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 46) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 48) | class VfsLfs2: method __init__ (line 66) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 67) | def open(self, *args, **kwargs) -> Any: ... method remove (line 68) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 69) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 70) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 71) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 72) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 74) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 82) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 83) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 84) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 85) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 86) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 87) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 89) | def chdir(path) -> Any: function dupterm (line 95) | def dupterm(stream_object, index=0, /) -> IO: function getcwd (line 118) | def getcwd() -> Any: function ilistdir (line 124) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 145) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 151) | def mkdir(path) -> Any: function mount (line 157) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 175) | def rename(old_path, new_path) -> None: function rmdir (line 181) | def rmdir(path) -> None: function stat (line 187) | def stat(path) -> Any: function statvfs (line 193) | def statvfs(path) -> Tuple: function sync (line 216) | def sync() -> None: function umount (line 222) | def umount(mount_point) -> Any: function uname (line 232) | def uname() -> uname_result: function unlink (line 246) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 247) | def urandom(n) -> bytes: FILE: publish/micropython-v1_18-stm32-stubs/uplatform.pyi function libc_ver (line 3) | def libc_ver(*args, **kwargs) -> Any: ... function platform (line 4) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 5) | def python_compiler(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/urandom.pyi function choice (line 30) | def choice(sequence) -> Any: function getrandbits (line 37) | def getrandbits(n) -> int: function randint (line 43) | def randint(a, b) -> int: class random (line 49) | class random: method __init__ (line 54) | def __init__(self) -> None: ... function randrange (line 56) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 67) | def seed(n=None, /) -> None: function uniform (line 79) | def uniform(a, b) -> int: FILE: publish/micropython-v1_18-stm32-stubs/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/uselect.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: publish/micropython-v1_18-stm32-stubs/usocket.pyi function getaddrinfo (line 16) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 45) | class socket: method __init__ (line 59) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 60) | def close(self) -> Any: method read (line 70) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 79) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 88) | def readline(self) -> Any: method send (line 95) | def send(self, bytes) -> int: method write (line 102) | def write(self, buf) -> int: method accept (line 112) | def accept(self) -> Tuple: method bind (line 120) | def bind(self, address) -> Any: method connect (line 125) | def connect(self, address) -> None: method listen (line 130) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 138) | def recv(self, bufsize) -> bytes: method recvfrom (line 144) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 151) | def sendto(self, bytes, address) -> None: method setblocking (line 157) | def setblocking(self, flag) -> Any: method setsockopt (line 168) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 175) | def settimeout(self, value) -> Any: FILE: publish/micropython-v1_18-stm32-stubs/ustruct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_18-stm32-stubs/usys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_18-stm32-stubs/utime.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: publish/micropython-v1_18-stm32-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_18-stm32-stubs/uzlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_18-stm32-stubs/zlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Any: ... method release (line 25) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/bluetooth.pyi class UUID (line 28) | class UUID: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 40) | class BLE: method gatts_notify (line 45) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 60) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gattc_write (line 73) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_read (line 93) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 103) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_read (line 117) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 124) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_set_buffer (line 134) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 147) | def gatts_register_services(self, services_definition, /) -> Incomplete: method irq (line 210) | def irq(self, handler, /) -> int: method gap_connect (line 406) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_advertise (line 430) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 447) | def config(self, param, /) -> Tuple: method active (line 511) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gattc_discover_services (line 520) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_disconnect (line 531) | def gap_disconnect(self, conn_handle, /) -> bool: method gattc_discover_descriptors (line 546) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 555) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_scan (line 570) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method __init__ (line 606) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/btree.pyi function open (line 81) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/cryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/esp.pyi function flash_user_start (line 21) | def flash_user_start() -> Incomplete: function flash_write (line 27) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 28) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 29) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 30) | def osdebug(level) -> None: function flash_size (line 47) | def flash_size() -> Incomplete: function dht_readinto (line 53) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 54) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 55) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/esp32.pyi function wake_on_touch (line 19) | def wake_on_touch(wake) -> None: function wake_on_ext1 (line 26) | def wake_on_ext1(pins, level) -> None: function idf_heap_info (line 34) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_ext0 (line 60) | def wake_on_ext0(pin, level) -> None: function gpio_deep_sleep_hold (line 68) | def gpio_deep_sleep_hold(enable) -> None: class NVS (line 75) | class NVS: method get_i32 (line 81) | def get_i32(self, key) -> int: method set_i32 (line 88) | def set_i32(self, key, value) -> None: method set_blob (line 94) | def set_blob(self, key, value) -> None: method commit (line 103) | def commit(self) -> Incomplete: method get_blob (line 109) | def get_blob(self, key, buffer) -> int: method erase_key (line 117) | def erase_key(self, key) -> Incomplete: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 125) | class RMT: method source_freq (line 142) | def source_freq(self) -> Incomplete: method loop (line 149) | def loop(self, enable_loop) -> None: method wait_done (line 158) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 167) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 198) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 212) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 213) | def clock_div(self) -> Incomplete: method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 222) | class Partition: method readblocks (line 233) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 234) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 242) | def set_boot(self) -> None: method writeblocks (line 248) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 249) | def info(self) -> Tuple: method find (line 256) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 267) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 277) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method rect (line 50) | def rect(self, x, y, w, h, c) -> Incomplete: ... method pixel (line 51) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method vline (line 58) | def vline(self, x, y, h, c) -> Incomplete: ... method scroll (line 59) | def scroll(self, xstep, ystep) -> Incomplete: method text (line 66) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method fill (line 75) | def fill(self, c) -> None: method blit (line 81) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method line (line 101) | def line(self, x1, y1, x2, y2, c) -> None: method fill_rect (line 111) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 119) | def hline(self, x, y, w, c) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/machine.pyi function enable_irq (line 31) | def enable_irq(state) -> Incomplete: function wake_reason (line 39) | def wake_reason() -> Incomplete: function bitstream (line 47) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 71) | def disable_irq() -> Incomplete: function deepsleep (line 80) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function sleep (line 105) | def sleep() -> Incomplete: function soft_reset (line 111) | def soft_reset() -> NoReturn: function time_pulse_us (line 119) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 137) | def unique_id() -> bytes: function freq (line 146) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 154) | def reset_cause() -> int: function idle (line 160) | def idle() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 194) | def reset() -> NoReturn: class PWM (line 201) | class PWM: method duty_u16 (line 218) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 230) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 237) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 248) | def deinit(self) -> None: method duty_ns (line 254) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 264) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 265) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 267) | class Pin: method irq (line 344) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 389) | def off(self) -> None: method on (line 395) | def on(self) -> None: method init (line 401) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 411) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 445) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 446) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 457) | class WDT: method feed (line 466) | def feed(self) -> None: method __init__ (line 474) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 476) | class I2S: method shift (line 507) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 515) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 521) | def irq(self, handler) -> Incomplete: method readinto (line 529) | def readinto(self, buf) -> int: method deinit (line 538) | def deinit(self) -> Incomplete: method write (line 544) | def write(self, buf) -> int: method __init__ (line 553) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 555) | class ADC: method read_u16 (line 576) | def read_u16(self) -> int: method init (line 584) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 592) | def read_uv(self) -> int: method width (line 600) | def width(self, *args, **kwargs) -> Any: ... method read (line 601) | def read(self, *args, **kwargs) -> Any: ... method block (line 602) | def block(self) -> Incomplete: method atten (line 612) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 613) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 615) | class ADCBlock: method init (line 625) | def init(self, *, bits) -> None: method connect (line 632) | def connect(self, channel, source) -> Incomplete: method __init__ (line 650) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 652) | class I2C: method readfrom_mem_into (line 668) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 680) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 690) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 699) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 710) | def scan(self) -> List: method writeto (line 718) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 728) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 744) | def start(self) -> None: method readfrom (line 750) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 758) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 768) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 778) | def stop(self) -> None: method write (line 784) | def write(self, buf) -> int: method __init__ (line 792) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 794) | class SoftI2C(I2C): method readfrom_mem_into (line 807) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 808) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 809) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 810) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 811) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 812) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 813) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 814) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 815) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 816) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 817) | def init(self, *args, **kwargs) -> Any: ... method stop (line 818) | def stop(self, *args, **kwargs) -> Any: ... method write (line 819) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 820) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 822) | class SoftSPI: method deinit (line 831) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 832) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 833) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 834) | def read(self, *args, **kwargs) -> Any: ... method write (line 835) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 836) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 837) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 839) | class Timer: method deinit (line 850) | def deinit(self) -> None: method init (line 856) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 888) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 889) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 891) | class UART: method deinit (line 902) | def deinit(self) -> None: method init (line 908) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 954) | def sendbreak(self) -> None: method read (line 961) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 972) | def any(self) -> int: method write (line 987) | def write(self, buf) -> Union[int, None]: method readinto (line 995) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1006) | def readline(self) -> Union[str, None]: method __init__ (line 1015) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1019) | class Signal(Pin): method off (line 1040) | def off(self) -> None: method on (line 1046) | def on(self) -> None: method value (line 1052) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1072) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1074) | class RTC: method init (line 1079) | def init(self, datetime) -> None: method memory (line 1087) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1088) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1104) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1106) | class SDCard: method ioctl (line 1137) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1138) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1139) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1140) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1141) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1142) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1144) | class SPI: method deinit (line 1158) | def deinit(self) -> None: method init (line 1164) | def init( method write_readinto (line 1190) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1201) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1209) | def write(self, buf) -> int: method readinto (line 1218) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1228) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/neopixel.pyi class NeoPixel (line 16) | class NeoPixel: method __init__ (line 32) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method __len__ (line 33) | def __len__(self) -> int: method __setitem__ (line 38) | def __setitem__(self, index, val) -> None: method __getitem__ (line 43) | def __getitem__(self, index) -> Tuple: method fill (line 48) | def fill(self, pixel) -> None: method write (line 54) | def write(self) -> None: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/network.pyi class WLAN (line 67) | class WLAN: method __init__ (line 76) | def __init__(self, interface_id) -> None: ... method active (line 77) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 85) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 94) | def disconnect(self) -> None: method scan (line 100) | def scan(self) -> List[Tuple]: method status (line 129) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 148) | def isconnected(self) -> bool: method ifconfig (line 156) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 167) | def config(self, *args, **kwargs) -> Incomplete: function phy_mode (line 201) | def phy_mode(*args, **kwargs) -> Any: ... function PPP (line 202) | def PPP(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/os.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/socket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/ssl.pyi function wrap_socket (line 17) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/struct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uasyncio/funcs.pyi function _run (line 5) | def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | async def gather(*aws, return_exceptions: bool = ...) -> Generator[None,... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uasyncio/uasyncio/__init__.pyi function ticks_diff (line 3) | def ticks_diff(*args, **kwargs) -> Any: ... function run_until_complete (line 4) | def run_until_complete(*args, **kwargs) -> Any: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Any: ... function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... function run (line 7) | def run(*args, **kwargs) -> Any: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Any: ... function ticks (line 11) | def ticks(*args, **kwargs) -> Any: ... function sleep_ms (line 12) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 13) | def ticks_add(*args, **kwargs) -> Any: ... function sleep (line 14) | def sleep(*args, **kwargs) -> Any: ... class Loop (line 19) | class Loop: method call_exception_handler (line 20) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 21) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 22) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 23) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 24) | def default_exception_handler(self, *args, **kwargs) -> Any: ... method run_until_complete (line 25) | def run_until_complete(self, *args, **kwargs) -> Any: ... method close (line 26) | def close(self, *args, **kwargs) -> Any: ... method stop (line 27) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 28) | def create_task(self, *args, **kwargs) -> Any: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 31) | class IOQueue: method queue_write (line 32) | def queue_write(self, *args, **kwargs) -> Any: ... method queue_read (line 33) | def queue_read(self, *args, **kwargs) -> Any: ... method wait_io_event (line 34) | def wait_io_event(self, *args, **kwargs) -> Any: ... method remove (line 35) | def remove(self, *args, **kwargs) -> Any: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 38) | class Event: method set (line 39) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 40) | def is_set(self, *args, **kwargs) -> Any: ... method clear (line 41) | def clear(self, *args, **kwargs) -> Any: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 45) | class CancelledError(Exception): ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uasyncio/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Any: ... function run_until_complete (line 4) | def run_until_complete(*args, **kwargs) -> Any: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Any: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Any: ... function run (line 7) | def run(*args, **kwargs) -> Any: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Any: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Any: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Any: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Any: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uasyncio/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method ioctl (line 4) | def ioctl(self, *args, **kwargs) -> Any: ... method set (line 5) | def set(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 9) | class Event: method set (line 10) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 11) | def is_set(self, *args, **kwargs) -> Any: ... method clear (line 12) | def clear(self, *args, **kwargs) -> Any: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uasyncio/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uasyncio/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Any: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uasyncio/uasyncio/stream.pyi class StreamWriter (line 5) | class StreamWriter: method get_extra_info (line 6) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method close (line 8) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 20) | class Stream: method get_extra_info (line 21) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 22) | def write(self, *args, **kwargs) -> Any: ... method close (line 23) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 35) | class Server: method close (line 36) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 40) | class StreamReader: method get_extra_info (line 41) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method close (line 43) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/ubluetooth.pyi class UUID (line 28) | class UUID: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 40) | class BLE: method gatts_notify (line 45) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 60) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gattc_write (line 73) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_read (line 93) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 103) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_read (line 117) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 124) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_set_buffer (line 134) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 147) | def gatts_register_services(self, services_definition, /) -> Incomplete: method irq (line 210) | def irq(self, handler, /) -> int: method gap_connect (line 406) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_advertise (line 430) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 447) | def config(self, param, /) -> Tuple: method active (line 511) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gattc_discover_services (line 520) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_disconnect (line 531) | def gap_disconnect(self, conn_handle, /) -> bool: method gattc_discover_descriptors (line 546) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 555) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_scan (line 570) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method __init__ (line 606) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/umachine.pyi function enable_irq (line 31) | def enable_irq(state) -> Incomplete: function wake_reason (line 39) | def wake_reason() -> Incomplete: function bitstream (line 47) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 71) | def disable_irq() -> Incomplete: function deepsleep (line 80) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function sleep (line 105) | def sleep() -> Incomplete: function soft_reset (line 111) | def soft_reset() -> NoReturn: function time_pulse_us (line 119) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 137) | def unique_id() -> bytes: function freq (line 146) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 154) | def reset_cause() -> int: function idle (line 160) | def idle() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 194) | def reset() -> NoReturn: class PWM (line 201) | class PWM: method duty_u16 (line 218) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 230) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 237) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 248) | def deinit(self) -> None: method duty_ns (line 254) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 264) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 265) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 267) | class Pin: method irq (line 344) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 389) | def off(self) -> None: method on (line 395) | def on(self) -> None: method init (line 401) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 411) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 445) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 446) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 457) | class WDT: method feed (line 466) | def feed(self) -> None: method __init__ (line 474) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 476) | class I2S: method shift (line 507) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 515) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 521) | def irq(self, handler) -> Incomplete: method readinto (line 529) | def readinto(self, buf) -> int: method deinit (line 538) | def deinit(self) -> Incomplete: method write (line 544) | def write(self, buf) -> int: method __init__ (line 553) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 555) | class ADC: method read_u16 (line 576) | def read_u16(self) -> int: method init (line 584) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 592) | def read_uv(self) -> int: method width (line 600) | def width(self, *args, **kwargs) -> Any: ... method read (line 601) | def read(self, *args, **kwargs) -> Any: ... method block (line 602) | def block(self) -> Incomplete: method atten (line 612) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 613) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 615) | class ADCBlock: method init (line 625) | def init(self, *, bits) -> None: method connect (line 632) | def connect(self, channel, source) -> Incomplete: method __init__ (line 650) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 652) | class I2C: method readfrom_mem_into (line 668) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 680) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 690) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 699) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 710) | def scan(self) -> List: method writeto (line 718) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 728) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 744) | def start(self) -> None: method readfrom (line 750) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 758) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 768) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 778) | def stop(self) -> None: method write (line 784) | def write(self, buf) -> int: method __init__ (line 792) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 794) | class SoftI2C(I2C): method readfrom_mem_into (line 807) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 808) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 809) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 810) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 811) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 812) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 813) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 814) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 815) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 816) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 817) | def init(self, *args, **kwargs) -> Any: ... method stop (line 818) | def stop(self, *args, **kwargs) -> Any: ... method write (line 819) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 820) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 822) | class SoftSPI: method deinit (line 831) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 832) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 833) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 834) | def read(self, *args, **kwargs) -> Any: ... method write (line 835) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 836) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 837) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 839) | class Timer: method deinit (line 850) | def deinit(self) -> None: method init (line 856) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 888) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 889) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 891) | class UART: method deinit (line 902) | def deinit(self) -> None: method init (line 908) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 954) | def sendbreak(self) -> None: method read (line 961) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 972) | def any(self) -> int: method write (line 987) | def write(self, buf) -> Union[int, None]: method readinto (line 995) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1006) | def readline(self) -> Union[str, None]: method __init__ (line 1015) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1019) | class Signal(Pin): method off (line 1040) | def off(self) -> None: method on (line 1046) | def on(self) -> None: method value (line 1052) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1072) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1074) | class RTC: method init (line 1079) | def init(self, datetime) -> None: method memory (line 1087) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1088) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1104) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1106) | class SDCard: method ioctl (line 1137) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1138) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1139) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1140) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1141) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1142) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1144) | class SPI: method deinit (line 1158) | def deinit(self) -> None: method init (line 1164) | def init( method write_readinto (line 1190) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1201) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1209) | def write(self, buf) -> int: method readinto (line 1218) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1228) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uos.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function _makedirs (line 13) | def _makedirs(name, mode: int = ...): ... function save_file (line 14) | def save_file(fname, subf) -> None: ... function install_tar (line 15) | def install_tar(f, prefix): ... function expandhome (line 16) | def expandhome(s): ... function url_open (line 20) | def url_open(url): ... function get_pkg_metadata (line 21) | def get_pkg_metadata(name): ... function fatal (line 22) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 23) | def install_pkg(pkg_spec, install_path): ... function install (line 24) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 25) | def get_install_path(): ... function cleanup (line 26) | def cleanup() -> None: ... function help (line 27) | def help() -> None: ... function main (line 28) | def main() -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self) -> str: ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/usocket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/ussl.pyi function wrap_socket (line 17) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/ustruct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ..., accept_han... function start_foreground (line 10) | def start_foreground(port: int = ..., password: Incomplete | None = ...)... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_s3-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Any: ... method release (line 25) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/btree.pyi function open (line 81) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/esp.pyi function flash_user_start (line 21) | def flash_user_start() -> Incomplete: function flash_write (line 27) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 28) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 29) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 30) | def osdebug(level) -> None: function flash_size (line 47) | def flash_size() -> Incomplete: function dht_readinto (line 53) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 54) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 55) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/esp32.pyi function idf_heap_info (line 19) | def idf_heap_info(capabilities) -> List[Tuple]: function hall_sensor (line 45) | def hall_sensor() -> int: function wake_on_ext1 (line 51) | def wake_on_ext1(pins, level) -> None: function raw_temperature (line 59) | def raw_temperature() -> int: function wake_on_ext0 (line 65) | def wake_on_ext0(pin, level) -> None: function wake_on_touch (line 73) | def wake_on_touch(wake) -> None: function gpio_deep_sleep_hold (line 80) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 87) | class ULP: method run (line 93) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 99) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 105) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 113) | class NVS: method get_i32 (line 119) | def get_i32(self, key) -> int: method set_i32 (line 126) | def set_i32(self, key, value) -> None: method set_blob (line 132) | def set_blob(self, key, value) -> None: method commit (line 141) | def commit(self) -> Incomplete: method get_blob (line 147) | def get_blob(self, key, buffer) -> int: method erase_key (line 155) | def erase_key(self, key) -> Incomplete: method __init__ (line 161) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 163) | class Partition: method readblocks (line 174) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 175) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 183) | def set_boot(self) -> None: method writeblocks (line 189) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 190) | def info(self) -> Tuple: method find (line 197) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 208) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 218) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 233) | class RMT: method source_freq (line 250) | def source_freq(self) -> Incomplete: method loop (line 257) | def loop(self, enable_loop) -> None: method wait_done (line 266) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 275) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 306) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 320) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 321) | def clock_div(self) -> Incomplete: method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method rect (line 50) | def rect(self, x, y, w, h, c) -> Incomplete: ... method pixel (line 51) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method vline (line 58) | def vline(self, x, y, h, c) -> Incomplete: ... method scroll (line 59) | def scroll(self, xstep, ystep) -> Incomplete: method text (line 66) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method fill (line 75) | def fill(self, c) -> None: method blit (line 81) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method line (line 101) | def line(self, x1, y1, x2, y2, c) -> None: method fill_rect (line 111) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 119) | def hline(self, x, y, w, c) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/machine.pyi function enable_irq (line 31) | def enable_irq(state) -> Incomplete: function bitstream (line 39) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 63) | def disable_irq() -> Incomplete: function deepsleep (line 72) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 97) | def wake_reason() -> Incomplete: function sleep (line 105) | def sleep() -> Incomplete: function soft_reset (line 111) | def soft_reset() -> NoReturn: function time_pulse_us (line 119) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 137) | def unique_id() -> bytes: function freq (line 146) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 154) | def reset_cause() -> int: function idle (line 160) | def idle() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 194) | def reset() -> NoReturn: class PWM (line 203) | class PWM: method duty_u16 (line 220) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 232) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 239) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 250) | def deinit(self) -> None: method duty_ns (line 256) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 266) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 269) | class UART: method deinit (line 280) | def deinit(self) -> None: method init (line 286) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 332) | def sendbreak(self) -> None: method read (line 339) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 350) | def any(self) -> int: method write (line 365) | def write(self, buf) -> Union[int, None]: method readinto (line 373) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 384) | def readline(self) -> Union[str, None]: method __init__ (line 393) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 398) | class ADCBlock: method init (line 408) | def init(self, *, bits) -> None: method connect (line 415) | def connect(self, channel, source) -> Incomplete: method __init__ (line 433) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 435) | class ADC: method read_u16 (line 459) | def read_u16(self) -> int: method init (line 467) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 475) | def read_uv(self) -> int: method width (line 483) | def width(self, *args, **kwargs) -> Any: ... method read (line 484) | def read(self, *args, **kwargs) -> Any: ... method block (line 485) | def block(self) -> Incomplete: method atten (line 495) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 496) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 498) | class I2S: method shift (line 529) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 537) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 543) | def irq(self, handler) -> Incomplete: method readinto (line 551) | def readinto(self, buf) -> int: method deinit (line 560) | def deinit(self) -> Incomplete: method write (line 566) | def write(self, buf) -> int: method __init__ (line 575) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 577) | class DAC: method write (line 578) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 579) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 581) | class I2C: method readfrom_mem_into (line 597) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 609) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 619) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 628) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 639) | def scan(self) -> List: method writeto (line 647) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 657) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 673) | def start(self) -> None: method readfrom (line 679) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 687) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 697) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 707) | def stop(self) -> None: method write (line 713) | def write(self, buf) -> int: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 723) | class Timer: method deinit (line 734) | def deinit(self) -> None: method init (line 740) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 772) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 773) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 775) | class SoftSPI: method deinit (line 784) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 785) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 786) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 787) | def read(self, *args, **kwargs) -> Any: ... method write (line 788) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 789) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 790) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 792) | class Pin: method irq (line 869) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 914) | def off(self) -> None: method on (line 920) | def on(self) -> None: method init (line 926) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 936) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 970) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 971) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 979) | class WDT: method feed (line 988) | def feed(self) -> None: method __init__ (line 996) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 998) | class TouchPad: method config (line 999) | def config(self, *args, **kwargs) -> Any: ... method read (line 1000) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 1001) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1003) | class SDCard: method ioctl (line 1034) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1035) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1036) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1037) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1038) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1039) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1041) | class RTC: method init (line 1046) | def init(self, datetime) -> None: method memory (line 1054) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1055) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1071) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1073) | class SoftI2C(I2C): method readfrom_mem_into (line 1086) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1087) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1088) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1089) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1090) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1091) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1092) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1093) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1094) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1095) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1096) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1097) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1098) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1099) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1101) | class SPI: method deinit (line 1115) | def deinit(self) -> None: method init (line 1121) | def init( method write_readinto (line 1147) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1158) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1166) | def write(self, buf) -> int: method readinto (line 1175) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1185) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1187) | class Signal(Pin): method off (line 1208) | def off(self) -> None: method on (line 1214) | def on(self) -> None: method value (line 1220) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1240) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/neopixel.pyi class NeoPixel (line 16) | class NeoPixel: method __init__ (line 32) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method __len__ (line 33) | def __len__(self) -> int: method __setitem__ (line 38) | def __setitem__(self, index, val) -> None: method __getitem__ (line 43) | def __getitem__(self, index) -> Tuple: method fill (line 48) | def fill(self, pixel) -> None: method write (line 54) | def write(self) -> None: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/network.pyi class WLAN (line 76) | class WLAN: method __init__ (line 85) | def __init__(self, interface_id) -> None: ... method active (line 86) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 94) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 103) | def disconnect(self) -> None: method scan (line 109) | def scan(self) -> List[Tuple]: method status (line 138) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 157) | def isconnected(self) -> bool: method ifconfig (line 165) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 176) | def config(self, *args, **kwargs) -> Incomplete: function phy_mode (line 210) | def phy_mode(*args, **kwargs) -> Any: ... function PPP (line 211) | def PPP(*args, **kwargs) -> Any: ... class LAN (line 213) | class LAN: method __init__ (line 234) | def __init__(self, id, *, phy_type=0, phy_addr=0, phy_clock=0) -> None... method active (line 235) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 243) | def isconnected(self) -> bool: method status (line 250) | def status(self) -> Incomplete: method ifconfig (line 256) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 268) | def config(self, config_parameters) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/os.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/socket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/ssl.pyi function wrap_socket (line 17) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/struct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uasyncio/funcs.pyi function _run (line 5) | def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | async def gather(*aws, return_exceptions: bool = ...) -> Generator[None,... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/ubluetooth.pyi class UUID (line 28) | class UUID: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 40) | class BLE: method gatts_notify (line 45) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 60) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gattc_write (line 73) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_read (line 93) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 103) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_read (line 117) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 124) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_set_buffer (line 134) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 147) | def gatts_register_services(self, services_definition, /) -> Incomplete: method irq (line 210) | def irq(self, handler, /) -> int: method gap_connect (line 406) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_advertise (line 430) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 447) | def config(self, param, /) -> Tuple: method active (line 511) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gattc_discover_services (line 520) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_disconnect (line 531) | def gap_disconnect(self, conn_handle, /) -> bool: method gattc_discover_descriptors (line 546) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 555) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_scan (line 570) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method __init__ (line 606) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/umachine.pyi function enable_irq (line 31) | def enable_irq(state) -> Incomplete: function bitstream (line 39) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 63) | def disable_irq() -> Incomplete: function deepsleep (line 72) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 97) | def wake_reason() -> Incomplete: function sleep (line 105) | def sleep() -> Incomplete: function soft_reset (line 111) | def soft_reset() -> NoReturn: function time_pulse_us (line 119) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 137) | def unique_id() -> bytes: function freq (line 146) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 154) | def reset_cause() -> int: function idle (line 160) | def idle() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 194) | def reset() -> NoReturn: class PWM (line 203) | class PWM: method duty_u16 (line 220) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 232) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 239) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 250) | def deinit(self) -> None: method duty_ns (line 256) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 266) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 269) | class UART: method deinit (line 280) | def deinit(self) -> None: method init (line 286) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 332) | def sendbreak(self) -> None: method read (line 339) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 350) | def any(self) -> int: method write (line 365) | def write(self, buf) -> Union[int, None]: method readinto (line 373) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 384) | def readline(self) -> Union[str, None]: method __init__ (line 393) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 398) | class ADCBlock: method init (line 408) | def init(self, *, bits) -> None: method connect (line 415) | def connect(self, channel, source) -> Incomplete: method __init__ (line 433) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 435) | class ADC: method read_u16 (line 459) | def read_u16(self) -> int: method init (line 467) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 475) | def read_uv(self) -> int: method width (line 483) | def width(self, *args, **kwargs) -> Any: ... method read (line 484) | def read(self, *args, **kwargs) -> Any: ... method block (line 485) | def block(self) -> Incomplete: method atten (line 495) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 496) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 498) | class I2S: method shift (line 529) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 537) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 543) | def irq(self, handler) -> Incomplete: method readinto (line 551) | def readinto(self, buf) -> int: method deinit (line 560) | def deinit(self) -> Incomplete: method write (line 566) | def write(self, buf) -> int: method __init__ (line 575) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 577) | class DAC: method write (line 578) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 579) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 581) | class I2C: method readfrom_mem_into (line 597) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 609) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 619) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 628) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 639) | def scan(self) -> List: method writeto (line 647) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 657) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 673) | def start(self) -> None: method readfrom (line 679) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 687) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 697) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 707) | def stop(self) -> None: method write (line 713) | def write(self, buf) -> int: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 723) | class Timer: method deinit (line 734) | def deinit(self) -> None: method init (line 740) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 772) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 773) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 775) | class SoftSPI: method deinit (line 784) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 785) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 786) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 787) | def read(self, *args, **kwargs) -> Any: ... method write (line 788) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 789) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 790) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 792) | class Pin: method irq (line 869) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 914) | def off(self) -> None: method on (line 920) | def on(self) -> None: method init (line 926) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 936) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 970) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 971) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 979) | class WDT: method feed (line 988) | def feed(self) -> None: method __init__ (line 996) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 998) | class TouchPad: method config (line 999) | def config(self, *args, **kwargs) -> Any: ... method read (line 1000) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 1001) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1003) | class SDCard: method ioctl (line 1034) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1035) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1036) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1037) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1038) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1039) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1041) | class RTC: method init (line 1046) | def init(self, datetime) -> None: method memory (line 1054) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1055) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1071) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1073) | class SoftI2C(I2C): method readfrom_mem_into (line 1086) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1087) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1088) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1089) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1090) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1091) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1092) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1093) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1094) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1095) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1096) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1097) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1098) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1099) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1101) | class SPI: method deinit (line 1115) | def deinit(self) -> None: method init (line 1121) | def init( method write_readinto (line 1147) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1158) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1166) | def write(self, buf) -> int: method readinto (line 1175) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1185) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1187) | class Signal(Pin): method off (line 1208) | def off(self) -> None: method on (line 1214) | def on(self) -> None: method value (line 1220) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1240) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method ping (line 6) | def ping(self, *args, **kwargs) -> Any: ... method check_msg (line 7) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 8) | def delay(self, *args, **kwargs) -> Any: ... method subscribe (line 9) | def subscribe(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method connect (line 11) | def connect(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method log (line 13) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTClient (line 5) | class MQTTClient: method ping (line 6) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 7) | def publish(self, *args, **kwargs) -> Any: ... method wait_msg (line 8) | def wait_msg(self, *args, **kwargs) -> Any: ... method subscribe (line 9) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 10) | def check_msg(self, *args, **kwargs) -> Any: ... method set_last_will (line 11) | def set_last_will(self, *args, **kwargs) -> Any: ... method connect (line 12) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 13) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Any: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... class MQTTException (line 17) | class MQTTException(Exception): ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uos.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function _makedirs (line 13) | def _makedirs(name, mode: int = ...): ... function save_file (line 14) | def save_file(fname, subf) -> None: ... function install_tar (line 15) | def install_tar(f, prefix): ... function expandhome (line 16) | def expandhome(s): ... function url_open (line 20) | def url_open(url): ... function get_pkg_metadata (line 21) | def get_pkg_metadata(name): ... function fatal (line 22) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 23) | def install_pkg(pkg_spec, install_path): ... function install (line 24) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 25) | def get_install_path(): ... function cleanup (line 26) | def cleanup() -> None: ... function help (line 27) | def help() -> None: ... function main (line 28) | def main() -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self) -> str: ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/urequests.pyi function request (line 3) | def request(*args, **kwargs) -> Any: ... function head (line 4) | def head(*args, **kwargs) -> Any: ... function post (line 5) | def post(*args, **kwargs) -> Any: ... function patch (line 6) | def patch(*args, **kwargs) -> Any: ... function delete (line 7) | def delete(*args, **kwargs) -> Any: ... function put (line 8) | def put(*args, **kwargs) -> Any: ... function get (line 9) | def get(*args, **kwargs) -> Any: ... class Response (line 11) | class Response: method json (line 12) | def json(self, *args, **kwargs) -> Any: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/usocket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/ussl.pyi function wrap_socket (line 17) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/ustruct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ..., accept_han... function start_foreground (line 10) | def start_foreground(port: int = ..., password: Incomplete | None = ...)... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: publish/micropython-v1_19_1-esp32-generic_spiram-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-s3-stubs/_onewire.py function reset (line 9) | def reset(*args, **kwargs) -> Any: function writebyte (line 13) | def writebyte(*args, **kwargs) -> Any: function writebit (line 17) | def writebit(*args, **kwargs) -> Any: function crc8 (line 21) | def crc8(*args, **kwargs) -> Any: function readbyte (line 25) | def readbyte(*args, **kwargs) -> Any: function readbit (line 29) | def readbit(*args, **kwargs) -> Any: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/_thread.py function get_ident (line 19) | def get_ident(*args, **kwargs) -> Any: function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Any: function stack_size (line 27) | def stack_size(*args, **kwargs) -> Any: function exit (line 31) | def exit(*args, **kwargs) -> Any: function allocate_lock (line 35) | def allocate_lock(*args, **kwargs) -> Any: class LockType (line 39) | class LockType: method locked (line 40) | def locked(self, *args, **kwargs) -> Any: method release (line 43) | def release(self, *args, **kwargs) -> Any: method acquire (line 46) | def acquire(self, *args, **kwargs) -> Any: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/_uasyncio.py class TaskQueue (line 9) | class TaskQueue: method push (line 10) | def push(self, *args, **kwargs) -> Any: method peek (line 13) | def peek(self, *args, **kwargs) -> Any: method remove (line 16) | def remove(self, *args, **kwargs) -> Any: method pop (line 19) | def pop(self, *args, **kwargs) -> Any: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: class Task (line 26) | class Task: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/array.py class array (line 18) | class array: method extend (line 25) | def extend(self, iterable) -> Incomplete: method decode (line 32) | def decode(self, *args, **kwargs) -> Any: method append (line 35) | def append(self, val) -> Incomplete: method __init__ (line 41) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/binascii.py function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 40) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 49) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/bluetooth.py class UUID (line 30) | class UUID: method __init__ (line 40) | def __init__(self, value, /) -> None: class BLE (line 44) | class BLE: method gatts_notify (line 49) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 64) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gattc_write (line 77) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_read (line 97) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 107) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_read (line 121) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 128) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_set_buffer (line 138) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 151) | def gatts_register_services(self, services_definition, /) -> Incomplete: method irq (line 214) | def irq(self, handler, /) -> int: method gap_connect (line 410) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_advertise (line 434) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 451) | def config(self, param, /) -> Tuple: method active (line 515) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gattc_discover_services (line 524) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_disconnect (line 535) | def gap_disconnect(self, conn_handle, /) -> bool: method gattc_discover_descriptors (line 550) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 559) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_scan (line 574) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method __init__ (line 610) | def __init__(self) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/btree.py function open (line 83) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_19_1-esp32-s3-stubs/cmath.py function polar (line 23) | def polar(z) -> Tuple: function sqrt (line 30) | def sqrt(z) -> Incomplete: function rect (line 37) | def rect(r, phi) -> float: function sin (line 44) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 58) | def cos(z) -> float: function phase (line 65) | def phase(z) -> float: function log (line 72) | def log(z) -> float: function log10 (line 79) | def log10(z) -> float: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/collections.py function namedtuple (line 19) | def namedtuple(name, fields) -> stdlib_NamedTuple: class OrderedDict (line 40) | class OrderedDict(stdlib_OrderedDict): method popitem (line 65) | def popitem(self, *args, **kwargs) -> Any: method pop (line 68) | def pop(self, *args, **kwargs) -> Any: method values (line 71) | def values(self, *args, **kwargs) -> Any: method setdefault (line 74) | def setdefault(self, *args, **kwargs) -> Any: method update (line 77) | def update(self, *args, **kwargs) -> Any: method copy (line 80) | def copy(self, *args, **kwargs) -> Any: method clear (line 83) | def clear(self, *args, **kwargs) -> Any: method keys (line 86) | def keys(self, *args, **kwargs) -> Any: method get (line 89) | def get(self, *args, **kwargs) -> Any: method items (line 92) | def items(self, *args, **kwargs) -> Any: method fromkeys (line 96) | def fromkeys(cls, *args, **kwargs) -> Any: method __init__ (line 99) | def __init__(self, *args, **kwargs) -> None: class deque (line 103) | class deque(stdlib_deque): method popleft (line 121) | def popleft(self) -> Incomplete: method append (line 128) | def append(self, x) -> Incomplete: method __init__ (line 135) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... FILE: publish/micropython-v1_19_1-esp32-s3-stubs/cryptolib.py class aes (line 12) | class aes: method encrypt (line 13) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 22) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 28) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/esp.py function flash_user_start (line 23) | def flash_user_start() -> Incomplete: function flash_write (line 30) | def flash_write(byte_offset, bytes) -> Incomplete: function gpio_matrix_in (line 34) | def gpio_matrix_in(*args, **kwargs) -> Any: function gpio_matrix_out (line 38) | def gpio_matrix_out(*args, **kwargs) -> Any: function osdebug (line 42) | def osdebug(level) -> None: function flash_size (line 60) | def flash_size() -> Incomplete: function dht_readinto (line 67) | def dht_readinto(*args, **kwargs) -> Any: function flash_erase (line 71) | def flash_erase(sector_no) -> Incomplete: function flash_read (line 75) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/esp32.py function wake_on_touch (line 22) | def wake_on_touch(wake) -> None: function wake_on_ext1 (line 30) | def wake_on_ext1(pins, level) -> None: function idf_heap_info (line 39) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_ext0 (line 66) | def wake_on_ext0(pin, level) -> None: function gpio_deep_sleep_hold (line 75) | def gpio_deep_sleep_hold(enable) -> None: class NVS (line 83) | class NVS: method get_i32 (line 89) | def get_i32(self, key) -> int: method set_i32 (line 96) | def set_i32(self, key, value) -> None: method set_blob (line 102) | def set_blob(self, key, value) -> None: method commit (line 111) | def commit(self) -> Incomplete: method get_blob (line 117) | def get_blob(self, key, buffer) -> int: method erase_key (line 125) | def erase_key(self, key) -> Incomplete: method __init__ (line 131) | def __init__(self, namespace) -> None: class RMT (line 135) | class RMT: method source_freq (line 152) | def source_freq(self) -> Incomplete: method loop (line 159) | def loop(self, enable_loop) -> None: method wait_done (line 168) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 177) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 208) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 222) | def deinit(self, *args, **kwargs) -> Any: method clock_div (line 225) | def clock_div(self) -> Incomplete: method __init__ (line 232) | def __init__(self, channel, *, pin=None, clock_div=8, idle_level=False... class Partition (line 236) | class Partition: method readblocks (line 248) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 251) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 259) | def set_boot(self) -> None: method writeblocks (line 265) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 268) | def info(self) -> Tuple: method find (line 275) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 286) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 295) | def mark_app_valid_cancel_rollback(cls) -> Incomplete: method __init__ (line 308) | def __init__(self, id, block_size=4096, /) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/framebuf.py function FrameBuffer1 (line 24) | def FrameBuffer1(*args, **kwargs) -> Any: class FrameBuffer (line 28) | class FrameBuffer: method rect (line 54) | def rect(self, x, y, w, h, c) -> Incomplete: method pixel (line 57) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method vline (line 64) | def vline(self, x, y, h, c) -> Incomplete: method scroll (line 67) | def scroll(self, xstep, ystep) -> Incomplete: method text (line 74) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method fill (line 83) | def fill(self, c) -> None: method blit (line 89) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method line (line 109) | def line(self, x1, y1, x2, y2, c) -> None: method fill_rect (line 119) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 127) | def hline(self, x, y, w, c) -> Incomplete: method __init__ (line 130) | def __init__(self, buffer, width, height, format, stride=-1, /) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/gc.py function mem_alloc (line 14) | def mem_alloc() -> int: function isenabled (line 25) | def isenabled(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 67) | def collect() -> None: function enable (line 74) | def enable() -> None: function disable (line 81) | def disable() -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/hashlib.py class sha256 (line 32) | class sha256: method digest (line 37) | def digest(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method __init__ (line 43) | def __init__(self, data: Optional[Any] = None) -> None: class sha1 (line 47) | class sha1: method digest (line 52) | def digest(self, *args, **kwargs) -> Any: method update (line 55) | def update(self, *args, **kwargs) -> Any: method __init__ (line 58) | def __init__(self, data: Optional[Any] = None) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/heapq.py function heappop (line 20) | def heappop(heap) -> Incomplete: function heappush (line 30) | def heappush(heap, item) -> Incomplete: function heapify (line 37) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/io.py function open (line 18) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 27) | class IOBase: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: class TextIOWrapper (line 32) | class TextIOWrapper(IO): method write (line 38) | def write(self, *args, **kwargs) -> Any: method flush (line 41) | def flush(self, *args, **kwargs) -> Any: method readlines (line 44) | def readlines(self, *args, **kwargs) -> Any: method seek (line 47) | def seek(self, *args, **kwargs) -> Any: method tell (line 50) | def tell(self, *args, **kwargs) -> Any: method readline (line 53) | def readline(self, *args, **kwargs) -> Any: method close (line 56) | def close(self, *args, **kwargs) -> Any: method read (line 59) | def read(self, *args, **kwargs) -> Any: method readinto (line 62) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 65) | def __init__(self, *args, **kwargs) -> None: class StringIO (line 69) | class StringIO(IO): method write (line 70) | def write(self, *args, **kwargs) -> Any: method flush (line 73) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 76) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 79) | def seek(self, *args, **kwargs) -> Any: method tell (line 82) | def tell(self, *args, **kwargs) -> Any: method readline (line 85) | def readline(self, *args, **kwargs) -> Any: method close (line 88) | def close(self, *args, **kwargs) -> Any: method read (line 91) | def read(self, *args, **kwargs) -> Any: method readinto (line 94) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 97) | def __init__(self, string: Optional[Any] = None) -> None: class BufferedWriter (line 101) | class BufferedWriter: method flush (line 102) | def flush(self, *args, **kwargs) -> Any: method write (line 105) | def write(self, *args, **kwargs) -> Any: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: class FileIO (line 112) | class FileIO(IO): method write (line 118) | def write(self, *args, **kwargs) -> Any: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: method readlines (line 124) | def readlines(self, *args, **kwargs) -> Any: method seek (line 127) | def seek(self, *args, **kwargs) -> Any: method tell (line 130) | def tell(self, *args, **kwargs) -> Any: method readline (line 133) | def readline(self, *args, **kwargs) -> Any: method close (line 136) | def close(self, *args, **kwargs) -> Any: method read (line 139) | def read(self, *args, **kwargs) -> Any: method readinto (line 142) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 145) | def __init__(self, *args, **kwargs) -> None: class BytesIO (line 149) | class BytesIO(IO): method write (line 162) | def write(self, *args, **kwargs) -> Any: method flush (line 165) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 168) | def getvalue(self) -> Incomplete: method seek (line 174) | def seek(self, *args, **kwargs) -> Any: method tell (line 177) | def tell(self, *args, **kwargs) -> Any: method readline (line 180) | def readline(self, *args, **kwargs) -> Any: method close (line 183) | def close(self, *args, **kwargs) -> Any: method read (line 186) | def read(self, *args, **kwargs) -> Any: method readinto (line 189) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 192) | def __init__(self, string: Optional[Any] = None) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/json.py function loads (line 17) | def loads(str) -> Incomplete: function load (line 25) | def load(stream) -> Incomplete: function dumps (line 37) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/machine.py function enable_irq (line 33) | def enable_irq(state) -> Incomplete: function wake_reason (line 42) | def wake_reason() -> Incomplete: function bitstream (line 51) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 76) | def disable_irq() -> Incomplete: function deepsleep (line 86) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function sleep (line 112) | def sleep() -> Incomplete: function soft_reset (line 119) | def soft_reset() -> NoReturn: function time_pulse_us (line 128) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 147) | def unique_id() -> bytes: function freq (line 157) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 166) | def reset_cause() -> int: function idle (line 173) | def idle() -> Incomplete: function lightsleep (line 183) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 209) | def reset() -> NoReturn: class PWM (line 217) | class PWM: method duty_u16 (line 234) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 246) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 253) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 264) | def deinit(self) -> None: method duty_ns (line 270) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 280) | def duty(self, *args, **kwargs) -> Any: method __init__ (line 283) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... class Pin (line 287) | class Pin: method irq (line 365) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 410) | def off(self) -> None: method on (line 416) | def on(self) -> None: method init (line 422) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 432) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 466) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method __call__ (line 469) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 482) | class WDT: method feed (line 491) | def feed(self) -> None: method __init__ (line 499) | def __init__(self, id=0, timeout=5000) -> None: class I2S (line 503) | class I2S: method shift (line 535) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 543) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 549) | def irq(self, handler) -> Incomplete: method readinto (line 557) | def readinto(self, buf) -> int: method deinit (line 566) | def deinit(self) -> Incomplete: method write (line 572) | def write(self, buf) -> int: method __init__ (line 581) | def __init__(self, id, *, sck, ws, sd, mck=None, mode, bits, format, r... class ADC (line 585) | class ADC: method read_u16 (line 607) | def read_u16(self) -> int: method init (line 615) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 623) | def read_uv(self) -> int: method width (line 631) | def width(self, *args, **kwargs) -> Any: method read (line 634) | def read(self, *args, **kwargs) -> Any: method block (line 637) | def block(self) -> Incomplete: method atten (line 647) | def atten(self, *args, **kwargs) -> Any: method __init__ (line 650) | def __init__(self, id, *, sample_ns: Optional[int] = 0, atten: Optiona... class ADCBlock (line 654) | class ADCBlock: method init (line 664) | def init(self, *, bits) -> None: method connect (line 671) | def connect(self, channel, source) -> Incomplete: method __init__ (line 689) | def __init__(self, id, *, bits) -> None: class I2C (line 693) | class I2C: method readfrom_mem_into (line 709) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 721) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 731) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 740) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 751) | def scan(self) -> List: method writeto (line 759) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 769) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 785) | def start(self) -> None: method readfrom (line 791) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 799) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 809) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 819) | def stop(self) -> None: method write (line 825) | def write(self, buf) -> int: method __init__ (line 833) | def __init__( class SoftI2C (line 839) | class SoftI2C(I2C): method readfrom_mem_into (line 852) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readfrom_into (line 855) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 858) | def readfrom_mem(self, *args, **kwargs) -> Any: method writeto_mem (line 861) | def writeto_mem(self, *args, **kwargs) -> Any: method scan (line 864) | def scan(self, *args, **kwargs) -> Any: method writeto (line 867) | def writeto(self, *args, **kwargs) -> Any: method writevto (line 870) | def writevto(self, *args, **kwargs) -> Any: method start (line 873) | def start(self, *args, **kwargs) -> Any: method readfrom (line 876) | def readfrom(self, *args, **kwargs) -> Any: method readinto (line 879) | def readinto(self, *args, **kwargs) -> Any: method init (line 882) | def init(self, *args, **kwargs) -> Any: method stop (line 885) | def stop(self, *args, **kwargs) -> Any: method write (line 888) | def write(self, *args, **kwargs) -> Any: method __init__ (line 891) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: class SoftSPI (line 895) | class SoftSPI: method deinit (line 905) | def deinit(self, *args, **kwargs) -> Any: method init (line 908) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 911) | def write_readinto(self, *args, **kwargs) -> Any: method read (line 914) | def read(self, *args, **kwargs) -> Any: method write (line 917) | def write(self, *args, **kwargs) -> Any: method readinto (line 920) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 923) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... class Timer (line 927) | class Timer: method deinit (line 939) | def deinit(self) -> None: method init (line 945) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 977) | def value(self, *args, **kwargs) -> Any: method __init__ (line 980) | def __init__(self, id=-1, *args, **kwargs) -> None: class UART (line 984) | class UART: method deinit (line 996) | def deinit(self) -> None: method init (line 1002) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1048) | def sendbreak(self) -> None: method read (line 1055) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1066) | def any(self) -> int: method write (line 1081) | def write(self, buf) -> int: method readinto (line 1089) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1100) | def readline(self) -> None: method __init__ (line 1109) | def __init__(self, id, *args, **kwargs) -> None: class Signal (line 1116) | class Signal(Pin): method off (line 1137) | def off(self) -> None: method on (line 1143) | def on(self) -> None: method value (line 1149) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1169) | def __init__(self, pin_obj, *args, invert=False) -> None: class RTC (line 1173) | class RTC: method init (line 1178) | def init(self, datetime) -> None: method memory (line 1186) | def memory(self, *args, **kwargs) -> Any: method datetime (line 1189) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1205) | def __init__(self, id=0, *args, **kwargs) -> None: class SDCard (line 1209) | class SDCard: method ioctl (line 1240) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 1243) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 1246) | def writeblocks(self, *args, **kwargs) -> Any: method info (line 1249) | def info(self, *args, **kwargs) -> Any: method deinit (line 1252) | def deinit(self, *args, **kwargs) -> Any: method __init__ (line 1255) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... class SPI (line 1259) | class SPI: method deinit (line 1274) | def deinit(self) -> None: method init (line 1280) | def init( method write_readinto (line 1306) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1317) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1325) | def write(self, buf) -> int: method readinto (line 1334) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1344) | def __init__(self, id, *args, **kwargs) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/math.py function ldexp (line 28) | def ldexp(x, exp) -> Incomplete: function lgamma (line 35) | def lgamma(x) -> float: function trunc (line 42) | def trunc(x) -> int: function isclose (line 49) | def isclose(*args, **kwargs) -> Any: function gamma (line 53) | def gamma(x) -> Incomplete: function isnan (line 60) | def isnan(x) -> bool: function isfinite (line 67) | def isfinite(x) -> bool: function isinf (line 74) | def isinf(x) -> bool: function sqrt (line 81) | def sqrt(x) -> Incomplete: function sinh (line 88) | def sinh(x) -> float: function log (line 95) | def log(x) -> float: function tan (line 102) | def tan(x) -> float: function tanh (line 109) | def tanh(x) -> float: function log2 (line 116) | def log2(x) -> float: function log10 (line 123) | def log10(x) -> float: function sin (line 130) | def sin(x) -> float: function modf (line 137) | def modf(x) -> Tuple: function radians (line 145) | def radians(x) -> Incomplete: function atanh (line 152) | def atanh(x) -> float: function atan2 (line 159) | def atan2(y, x) -> float: function atan (line 166) | def atan(x) -> float: function ceil (line 173) | def ceil(x) -> int: function copysign (line 180) | def copysign(x, y) -> Incomplete: function frexp (line 187) | def frexp(x) -> Incomplete: function acos (line 197) | def acos(x) -> float: function pow (line 204) | def pow(x, y) -> Incomplete: function asinh (line 211) | def asinh(x) -> float: function acosh (line 218) | def acosh(x) -> float: function asin (line 225) | def asin(x) -> float: function factorial (line 232) | def factorial(*args, **kwargs) -> Any: function fabs (line 236) | def fabs(x) -> Incomplete: function expm1 (line 243) | def expm1(x) -> Incomplete: function floor (line 250) | def floor(x) -> int: function fmod (line 257) | def fmod(x, y) -> Incomplete: function cos (line 264) | def cos(x) -> float: function degrees (line 271) | def degrees(x) -> Incomplete: function cosh (line 278) | def cosh(x) -> float: function exp (line 285) | def exp(x) -> float: function erf (line 292) | def erf(x) -> Incomplete: function erfc (line 299) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: ... function heap_unlock (line 102) | def heap_unlock() -> int: ... function heap_locked (line 103) | def heap_locked() -> bool: function kbd_intr (line 125) | def kbd_intr(chr) -> None: function schedule (line 138) | def schedule(func, arg) -> Incomplete: function viper (line 175) | def viper(func: Callable) -> Callable: function native (line 184) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/network.py class WLAN (line 66) | class WLAN: method __init__ (line 75) | def __init__(self, interface_id) -> None: method active (line 78) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 86) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 95) | def disconnect(self) -> None: method scan (line 101) | def scan(self) -> List[Tuple]: method status (line 130) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 149) | def isconnected(self) -> bool: method ifconfig (line 157) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 168) | def config(self, *args, **kwargs) -> Incomplete: function phy_mode (line 203) | def phy_mode(*args, **kwargs) -> Any: function PPP (line 207) | def PPP(*args, **kwargs) -> Any: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/os.py function stat (line 19) | def stat(path) -> Incomplete: function rmdir (line 26) | def rmdir(path) -> None: function rename (line 33) | def rename(old_path, new_path) -> None: function mount (line 40) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 59) | def mkdir(path) -> Incomplete: function statvfs (line 66) | def statvfs(path) -> Tuple: function unlink (line 90) | def unlink(*args, **kwargs) -> Any: function uname (line 94) | def uname() -> uname_result: function umount (line 109) | def umount(mount_point) -> Incomplete: function urandom (line 120) | def urandom(n) -> bytes: function chdir (line 128) | def chdir(path) -> Incomplete: function dupterm (line 135) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 159) | def remove(path) -> None: function listdir (line 166) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 173) | def dupterm_notify(*args, **kwargs) -> Any: function ilistdir (line 177) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 199) | def getcwd() -> Incomplete: class VfsLfs2 (line 206) | class VfsLfs2: method rename (line 224) | def rename(self, *args, **kwargs) -> Any: method mkfs (line 228) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 237) | def mount(self, *args, **kwargs) -> Any: method statvfs (line 240) | def statvfs(self, *args, **kwargs) -> Any: method rmdir (line 243) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 246) | def stat(self, *args, **kwargs) -> Any: method umount (line 249) | def umount(self, *args, **kwargs) -> Any: method remove (line 252) | def remove(self, *args, **kwargs) -> Any: method mkdir (line 255) | def mkdir(self, *args, **kwargs) -> Any: method open (line 258) | def open(self, *args, **kwargs) -> Any: method ilistdir (line 261) | def ilistdir(self, *args, **kwargs) -> Any: method chdir (line 264) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 267) | def getcwd(self, *args, **kwargs) -> Any: method __init__ (line 270) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... class VfsFat (line 274) | class VfsFat: method rename (line 281) | def rename(self, *args, **kwargs) -> Any: method mkfs (line 285) | def mkfs(block_dev) -> None: method mount (line 291) | def mount(self, *args, **kwargs) -> Any: method statvfs (line 294) | def statvfs(self, *args, **kwargs) -> Any: method rmdir (line 297) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 300) | def stat(self, *args, **kwargs) -> Any: method umount (line 303) | def umount(self, *args, **kwargs) -> Any: method remove (line 306) | def remove(self, *args, **kwargs) -> Any: method mkdir (line 309) | def mkdir(self, *args, **kwargs) -> Any: method open (line 312) | def open(self, *args, **kwargs) -> Any: method ilistdir (line 315) | def ilistdir(self, *args, **kwargs) -> Any: method chdir (line 318) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 321) | def getcwd(self, *args, **kwargs) -> Any: method __init__ (line 324) | def __init__(self, block_dev) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/platform.py function platform (line 9) | def platform(*args, **kwargs) -> Any: function python_compiler (line 13) | def python_compiler(*args, **kwargs) -> Any: function libc_ver (line 17) | def libc_ver(*args, **kwargs) -> Any: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/random.py function randrange (line 35) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 46) | def random() -> int: function seed (line 53) | def seed(n=None, /) -> None: function uniform (line 66) | def uniform(a, b) -> int: function choice (line 74) | def choice(sequence) -> Incomplete: function randint (line 82) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/select.py function select (line 22) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 32) | class poll: method __init__ (line 37) | def __init__(self) -> None: method register (line 40) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 60) | def unregister(self, obj) -> Incomplete: method modify (line 66) | def modify(self, obj, eventmask) -> None: method poll (line 73) | def poll(self, timeout=-1, /) -> List: method ipoll (line 97) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/socket.py function getaddrinfo (line 37) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 79) | class socket: method recvfrom (line 93) | def recvfrom(self, bufsize) -> Tuple: method recv (line 101) | def recv(self, bufsize) -> bytes: method makefile (line 108) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 126) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 135) | def fileno(self, *args, **kwargs) -> Any: method sendall (line 138) | def sendall(self, bytes) -> int: method setsockopt (line 151) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 159) | def setblocking(self, flag) -> Incomplete: method sendto (line 171) | def sendto(self, bytes, address) -> None: method settimeout (line 178) | def settimeout(self, value) -> Incomplete: method readline (line 213) | def readline(self) -> Incomplete: method readinto (line 221) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 231) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 241) | def close(self) -> Incomplete: method connect (line 252) | def connect(self, address) -> None: method send (line 258) | def send(self, bytes) -> int: method bind (line 266) | def bind(self, address) -> Incomplete: method accept (line 272) | def accept(self) -> Tuple: method write (line 281) | def write(self, buf) -> int: method __init__ (line 292) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... FILE: publish/micropython-v1_19_1-esp32-s3-stubs/ssl.py function wrap_socket (line 19) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_19_1-esp32-s3-stubs/struct.py function pack_into (line 24) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 33) | def unpack(fmt, data) -> Tuple: function unpack_from (line 41) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 50) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 58) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/sys.py function print_exception (line 26) | def print_exception(exc, file=stdout, /) -> None: function exit (line 43) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/time.py function ticks_diff (line 41) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 108) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 136) | def ticks_cpu() -> Incomplete: function time (line 152) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 205) | def ticks_us() -> Incomplete: function time_ns (line 212) | def time_ns() -> int: function localtime (line 220) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 243) | def sleep_us(us) -> None: function gmtime (line 254) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 277) | def sleep_ms(ms) -> None: function mktime (line 289) | def mktime() -> int: function sleep (line 298) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uarray.py class array (line 18) | class array: method extend (line 25) | def extend(self, iterable) -> Incomplete: method decode (line 32) | def decode(self, *args, **kwargs) -> Any: method append (line 35) | def append(self, val) -> Incomplete: method __init__ (line 41) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/ubinascii.py function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 40) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 49) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/ubluetooth.py class UUID (line 30) | class UUID: method __init__ (line 40) | def __init__(self, value, /) -> None: class BLE (line 44) | class BLE: method gatts_notify (line 49) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 64) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gattc_write (line 77) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_read (line 97) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 107) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_read (line 121) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 128) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_set_buffer (line 138) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 151) | def gatts_register_services(self, services_definition, /) -> Incomplete: method irq (line 214) | def irq(self, handler, /) -> int: method gap_connect (line 410) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_advertise (line 434) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 451) | def config(self, param, /) -> Tuple: method active (line 515) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gattc_discover_services (line 524) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_disconnect (line 535) | def gap_disconnect(self, conn_handle, /) -> bool: method gattc_discover_descriptors (line 550) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 559) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_scan (line 574) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method __init__ (line 610) | def __init__(self) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/ucollections.py function namedtuple (line 19) | def namedtuple(name, fields) -> stdlib_NamedTuple: class OrderedDict (line 40) | class OrderedDict(stdlib_OrderedDict): method popitem (line 65) | def popitem(self, *args, **kwargs) -> Any: method pop (line 68) | def pop(self, *args, **kwargs) -> Any: method values (line 71) | def values(self, *args, **kwargs) -> Any: method setdefault (line 74) | def setdefault(self, *args, **kwargs) -> Any: method update (line 77) | def update(self, *args, **kwargs) -> Any: method copy (line 80) | def copy(self, *args, **kwargs) -> Any: method clear (line 83) | def clear(self, *args, **kwargs) -> Any: method keys (line 86) | def keys(self, *args, **kwargs) -> Any: method get (line 89) | def get(self, *args, **kwargs) -> Any: method items (line 92) | def items(self, *args, **kwargs) -> Any: method fromkeys (line 96) | def fromkeys(cls, *args, **kwargs) -> Any: method __init__ (line 99) | def __init__(self, *args, **kwargs) -> None: class deque (line 103) | class deque(stdlib_deque): method popleft (line 121) | def popleft(self) -> Incomplete: method append (line 128) | def append(self, x) -> Incomplete: method __init__ (line 135) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... FILE: publish/micropython-v1_19_1-esp32-s3-stubs/ucryptolib.py class aes (line 12) | class aes: method encrypt (line 13) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 22) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 28) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uctypes.py function sizeof (line 52) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 61) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 71) | def bytearray_at(addr, size) -> bytearray: function addressof (line 81) | def addressof(obj) -> int: class struct (line 90) | class struct: method __init__ (line 96) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uhashlib.py class sha256 (line 32) | class sha256: method digest (line 37) | def digest(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method __init__ (line 43) | def __init__(self, data: Optional[Any] = None) -> None: class sha1 (line 47) | class sha1: method digest (line 52) | def digest(self, *args, **kwargs) -> Any: method update (line 55) | def update(self, *args, **kwargs) -> Any: method __init__ (line 58) | def __init__(self, data: Optional[Any] = None) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uheapq.py function heappop (line 20) | def heappop(heap) -> Incomplete: function heappush (line 30) | def heappush(heap, item) -> Incomplete: function heapify (line 37) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uio.py function open (line 18) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 27) | class IOBase: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: class TextIOWrapper (line 32) | class TextIOWrapper(IO): method write (line 38) | def write(self, *args, **kwargs) -> Any: method flush (line 41) | def flush(self, *args, **kwargs) -> Any: method readlines (line 44) | def readlines(self, *args, **kwargs) -> Any: method seek (line 47) | def seek(self, *args, **kwargs) -> Any: method tell (line 50) | def tell(self, *args, **kwargs) -> Any: method readline (line 53) | def readline(self, *args, **kwargs) -> Any: method close (line 56) | def close(self, *args, **kwargs) -> Any: method read (line 59) | def read(self, *args, **kwargs) -> Any: method readinto (line 62) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 65) | def __init__(self, *args, **kwargs) -> None: class StringIO (line 69) | class StringIO(IO): method write (line 70) | def write(self, *args, **kwargs) -> Any: method flush (line 73) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 76) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 79) | def seek(self, *args, **kwargs) -> Any: method tell (line 82) | def tell(self, *args, **kwargs) -> Any: method readline (line 85) | def readline(self, *args, **kwargs) -> Any: method close (line 88) | def close(self, *args, **kwargs) -> Any: method read (line 91) | def read(self, *args, **kwargs) -> Any: method readinto (line 94) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 97) | def __init__(self, string: Optional[Any] = None) -> None: class BufferedWriter (line 101) | class BufferedWriter: method flush (line 102) | def flush(self, *args, **kwargs) -> Any: method write (line 105) | def write(self, *args, **kwargs) -> Any: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: class FileIO (line 112) | class FileIO(IO): method write (line 118) | def write(self, *args, **kwargs) -> Any: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: method readlines (line 124) | def readlines(self, *args, **kwargs) -> Any: method seek (line 127) | def seek(self, *args, **kwargs) -> Any: method tell (line 130) | def tell(self, *args, **kwargs) -> Any: method readline (line 133) | def readline(self, *args, **kwargs) -> Any: method close (line 136) | def close(self, *args, **kwargs) -> Any: method read (line 139) | def read(self, *args, **kwargs) -> Any: method readinto (line 142) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 145) | def __init__(self, *args, **kwargs) -> None: class BytesIO (line 149) | class BytesIO(IO): method write (line 162) | def write(self, *args, **kwargs) -> Any: method flush (line 165) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 168) | def getvalue(self) -> Incomplete: method seek (line 174) | def seek(self, *args, **kwargs) -> Any: method tell (line 177) | def tell(self, *args, **kwargs) -> Any: method readline (line 180) | def readline(self, *args, **kwargs) -> Any: method close (line 183) | def close(self, *args, **kwargs) -> Any: method read (line 186) | def read(self, *args, **kwargs) -> Any: method readinto (line 189) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 192) | def __init__(self, string: Optional[Any] = None) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/ujson.py function loads (line 17) | def loads(str) -> Incomplete: function load (line 25) | def load(stream) -> Incomplete: function dumps (line 37) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/umachine.py function enable_irq (line 33) | def enable_irq(state) -> Incomplete: function wake_reason (line 42) | def wake_reason() -> Incomplete: function bitstream (line 51) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 76) | def disable_irq() -> Incomplete: function deepsleep (line 86) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function sleep (line 112) | def sleep() -> Incomplete: function soft_reset (line 119) | def soft_reset() -> NoReturn: function time_pulse_us (line 128) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 147) | def unique_id() -> bytes: function freq (line 157) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 166) | def reset_cause() -> int: function idle (line 173) | def idle() -> Incomplete: function lightsleep (line 183) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 209) | def reset() -> NoReturn: class PWM (line 217) | class PWM: method duty_u16 (line 234) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 246) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 253) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 264) | def deinit(self) -> None: method duty_ns (line 270) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 280) | def duty(self, *args, **kwargs) -> Any: method __init__ (line 283) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... class Pin (line 287) | class Pin: method irq (line 365) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 410) | def off(self) -> None: method on (line 416) | def on(self) -> None: method init (line 422) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 432) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 466) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method __call__ (line 469) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 482) | class WDT: method feed (line 491) | def feed(self) -> None: method __init__ (line 499) | def __init__(self, id=0, timeout=5000) -> None: class I2S (line 503) | class I2S: method shift (line 535) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 543) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 549) | def irq(self, handler) -> Incomplete: method readinto (line 557) | def readinto(self, buf) -> int: method deinit (line 566) | def deinit(self) -> Incomplete: method write (line 572) | def write(self, buf) -> int: method __init__ (line 581) | def __init__(self, id, *, sck, ws, sd, mck=None, mode, bits, format, r... class ADC (line 585) | class ADC: method read_u16 (line 607) | def read_u16(self) -> int: method init (line 615) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 623) | def read_uv(self) -> int: method width (line 631) | def width(self, *args, **kwargs) -> Any: method read (line 634) | def read(self, *args, **kwargs) -> Any: method block (line 637) | def block(self) -> Incomplete: method atten (line 647) | def atten(self, *args, **kwargs) -> Any: method __init__ (line 650) | def __init__(self, id, *, sample_ns: Optional[int] = 0, atten: Optiona... class ADCBlock (line 654) | class ADCBlock: method init (line 664) | def init(self, *, bits) -> None: method connect (line 671) | def connect(self, channel, source) -> Incomplete: method __init__ (line 689) | def __init__(self, id, *, bits) -> None: class I2C (line 693) | class I2C: method readfrom_mem_into (line 709) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 721) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 731) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 740) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 751) | def scan(self) -> List: method writeto (line 759) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 769) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 785) | def start(self) -> None: method readfrom (line 791) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 799) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 809) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 819) | def stop(self) -> None: method write (line 825) | def write(self, buf) -> int: method __init__ (line 833) | def __init__( class SoftI2C (line 839) | class SoftI2C(I2C): method readfrom_mem_into (line 852) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readfrom_into (line 855) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 858) | def readfrom_mem(self, *args, **kwargs) -> Any: method writeto_mem (line 861) | def writeto_mem(self, *args, **kwargs) -> Any: method scan (line 864) | def scan(self, *args, **kwargs) -> Any: method writeto (line 867) | def writeto(self, *args, **kwargs) -> Any: method writevto (line 870) | def writevto(self, *args, **kwargs) -> Any: method start (line 873) | def start(self, *args, **kwargs) -> Any: method readfrom (line 876) | def readfrom(self, *args, **kwargs) -> Any: method readinto (line 879) | def readinto(self, *args, **kwargs) -> Any: method init (line 882) | def init(self, *args, **kwargs) -> Any: method stop (line 885) | def stop(self, *args, **kwargs) -> Any: method write (line 888) | def write(self, *args, **kwargs) -> Any: method __init__ (line 891) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: class SoftSPI (line 895) | class SoftSPI: method deinit (line 905) | def deinit(self, *args, **kwargs) -> Any: method init (line 908) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 911) | def write_readinto(self, *args, **kwargs) -> Any: method read (line 914) | def read(self, *args, **kwargs) -> Any: method write (line 917) | def write(self, *args, **kwargs) -> Any: method readinto (line 920) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 923) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... class Timer (line 927) | class Timer: method deinit (line 939) | def deinit(self) -> None: method init (line 945) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 977) | def value(self, *args, **kwargs) -> Any: method __init__ (line 980) | def __init__(self, id=-1, *args, **kwargs) -> None: class UART (line 984) | class UART: method deinit (line 996) | def deinit(self) -> None: method init (line 1002) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1048) | def sendbreak(self) -> None: method read (line 1055) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1066) | def any(self) -> int: method write (line 1081) | def write(self, buf) -> int: method readinto (line 1089) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1100) | def readline(self) -> None: method __init__ (line 1109) | def __init__(self, id, *args, **kwargs) -> None: class Signal (line 1116) | class Signal(Pin): method off (line 1137) | def off(self) -> None: method on (line 1143) | def on(self) -> None: method value (line 1149) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1169) | def __init__(self, pin_obj, *args, invert=False) -> None: class RTC (line 1173) | class RTC: method init (line 1178) | def init(self, datetime) -> None: method memory (line 1186) | def memory(self, *args, **kwargs) -> Any: method datetime (line 1189) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1205) | def __init__(self, id=0, *args, **kwargs) -> None: class SDCard (line 1209) | class SDCard: method ioctl (line 1240) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 1243) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 1246) | def writeblocks(self, *args, **kwargs) -> Any: method info (line 1249) | def info(self, *args, **kwargs) -> Any: method deinit (line 1252) | def deinit(self, *args, **kwargs) -> Any: method __init__ (line 1255) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... class SPI (line 1259) | class SPI: method deinit (line 1274) | def deinit(self) -> None: method init (line 1280) | def init( method write_readinto (line 1306) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1317) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1325) | def write(self, buf) -> int: method readinto (line 1334) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1344) | def __init__(self, id, *args, **kwargs) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uos.py function stat (line 19) | def stat(path) -> Incomplete: function rmdir (line 26) | def rmdir(path) -> None: function rename (line 33) | def rename(old_path, new_path) -> None: function mount (line 40) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 59) | def mkdir(path) -> Incomplete: function statvfs (line 66) | def statvfs(path) -> Tuple: function unlink (line 90) | def unlink(*args, **kwargs) -> Any: function uname (line 94) | def uname() -> uname_result: function umount (line 109) | def umount(mount_point) -> Incomplete: function urandom (line 120) | def urandom(n) -> bytes: function chdir (line 128) | def chdir(path) -> Incomplete: function dupterm (line 135) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 159) | def remove(path) -> None: function listdir (line 166) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 173) | def dupterm_notify(*args, **kwargs) -> Any: function ilistdir (line 177) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 199) | def getcwd() -> Incomplete: class VfsLfs2 (line 206) | class VfsLfs2: method rename (line 224) | def rename(self, *args, **kwargs) -> Any: method mkfs (line 228) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 237) | def mount(self, *args, **kwargs) -> Any: method statvfs (line 240) | def statvfs(self, *args, **kwargs) -> Any: method rmdir (line 243) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 246) | def stat(self, *args, **kwargs) -> Any: method umount (line 249) | def umount(self, *args, **kwargs) -> Any: method remove (line 252) | def remove(self, *args, **kwargs) -> Any: method mkdir (line 255) | def mkdir(self, *args, **kwargs) -> Any: method open (line 258) | def open(self, *args, **kwargs) -> Any: method ilistdir (line 261) | def ilistdir(self, *args, **kwargs) -> Any: method chdir (line 264) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 267) | def getcwd(self, *args, **kwargs) -> Any: method __init__ (line 270) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... class VfsFat (line 274) | class VfsFat: method rename (line 281) | def rename(self, *args, **kwargs) -> Any: method mkfs (line 285) | def mkfs(block_dev) -> None: method mount (line 291) | def mount(self, *args, **kwargs) -> Any: method statvfs (line 294) | def statvfs(self, *args, **kwargs) -> Any: method rmdir (line 297) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 300) | def stat(self, *args, **kwargs) -> Any: method umount (line 303) | def umount(self, *args, **kwargs) -> Any: method remove (line 306) | def remove(self, *args, **kwargs) -> Any: method mkdir (line 309) | def mkdir(self, *args, **kwargs) -> Any: method open (line 312) | def open(self, *args, **kwargs) -> Any: method ilistdir (line 315) | def ilistdir(self, *args, **kwargs) -> Any: method chdir (line 318) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 321) | def getcwd(self, *args, **kwargs) -> Any: method __init__ (line 324) | def __init__(self, block_dev) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function _makedirs (line 45) | def _makedirs(name, mode=0o777): function save_file (line 65) | def save_file(fname, subf): function install_tar (line 75) | def install_tar(f, prefix): function expandhome (line 107) | def expandhome(s): function url_open (line 120) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 217) | def install(to_install, install_path=None): function get_install_path (line 255) | def get_install_path(): function cleanup (line 266) | def cleanup(): function help (line 274) | def help(): function main (line 295) | def main(): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uplatform.py function platform (line 9) | def platform(*args, **kwargs) -> Any: function python_compiler (line 13) | def python_compiler(*args, **kwargs) -> Any: function libc_ver (line 17) | def libc_ver(*args, **kwargs) -> Any: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/urandom.py function randrange (line 35) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 46) | def random() -> int: function seed (line 53) | def seed(n=None, /) -> None: function uniform (line 66) | def uniform(a, b) -> int: function choice (line 74) | def choice(sequence) -> Incomplete: function randint (line 82) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/ure.py function sub (line 9) | def sub(*args, **kwargs) -> Any: function search (line 13) | def search(*args, **kwargs) -> Any: function match (line 17) | def match(*args, **kwargs) -> Any: function compile (line 21) | def compile(*args, **kwargs) -> Any: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uselect.py function select (line 22) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 32) | class poll: method __init__ (line 37) | def __init__(self) -> None: method register (line 40) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 60) | def unregister(self, obj) -> Incomplete: method modify (line 66) | def modify(self, obj, eventmask) -> None: method poll (line 73) | def poll(self, timeout=-1, /) -> List: method ipoll (line 97) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/usocket.py function getaddrinfo (line 37) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 79) | class socket: method recvfrom (line 93) | def recvfrom(self, bufsize) -> Tuple: method recv (line 101) | def recv(self, bufsize) -> bytes: method makefile (line 108) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 126) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 135) | def fileno(self, *args, **kwargs) -> Any: method sendall (line 138) | def sendall(self, bytes) -> int: method setsockopt (line 151) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 159) | def setblocking(self, flag) -> Incomplete: method sendto (line 171) | def sendto(self, bytes, address) -> None: method settimeout (line 178) | def settimeout(self, value) -> Incomplete: method readline (line 213) | def readline(self) -> Incomplete: method readinto (line 221) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 231) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 241) | def close(self) -> Incomplete: method connect (line 252) | def connect(self, address) -> None: method send (line 258) | def send(self, bytes) -> int: method bind (line 266) | def bind(self, address) -> Incomplete: method accept (line 272) | def accept(self) -> Tuple: method write (line 281) | def write(self, buf) -> int: method __init__ (line 292) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... FILE: publish/micropython-v1_19_1-esp32-s3-stubs/ussl.py function wrap_socket (line 19) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_19_1-esp32-s3-stubs/ustruct.py function pack_into (line 24) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 33) | def unpack(fmt, data) -> Tuple: function unpack_from (line 41) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 50) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 58) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/usys.py function print_exception (line 26) | def print_exception(exc, file=stdout, /) -> None: function exit (line 43) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/utime.py function ticks_diff (line 41) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 108) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 136) | def ticks_cpu() -> Incomplete: function time (line 152) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 205) | def ticks_us() -> Incomplete: function time_ns (line 212) | def time_ns() -> int: function localtime (line 220) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 243) | def sleep_us(us) -> None: function gmtime (line 254) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 277) | def sleep_ms(ms) -> None: function mktime (line 289) | def mktime() -> int: function sleep (line 298) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/utimeq.py class utimeq (line 9) | class utimeq: method peektime (line 10) | def peektime(self, *args, **kwargs) -> Any: method push (line 13) | def push(self, *args, **kwargs) -> Any: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uwebsocket.py class websocket (line 9) | class websocket: method readline (line 10) | def readline(self, *args, **kwargs) -> Any: method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: method write (line 16) | def write(self, *args, **kwargs) -> Any: method close (line 19) | def close(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method read (line 25) | def read(self, *args, **kwargs) -> Any: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/uzlib.py function decompress (line 19) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 31) | class DecompIO: method readinto (line 45) | def readinto(self, *args, **kwargs) -> Any: method readline (line 48) | def readline(self, *args, **kwargs) -> Any: method read (line 51) | def read(self, *args, **kwargs) -> Any: method __init__ (line 54) | def __init__(self, stream, wbits=0, /) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/websocket.py class websocket (line 9) | class websocket: method readline (line 10) | def readline(self, *args, **kwargs) -> Any: method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: method write (line 16) | def write(self, *args, **kwargs) -> Any: method close (line 19) | def close(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method read (line 25) | def read(self, *args, **kwargs) -> Any: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_19_1-esp32-s3-stubs/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: publish/micropython-v1_19_1-esp32-s3-stubs/zlib.py function decompress (line 19) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 31) | class DecompIO: method readinto (line 45) | def readinto(self, *args, **kwargs) -> Any: method readline (line 48) | def readline(self, *args, **kwargs) -> Any: method read (line 51) | def read(self, *args, **kwargs) -> Any: method __init__ (line 54) | def __init__(self, stream, wbits=0, /) -> None: FILE: publish/micropython-v1_19_1-esp32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_19_1-esp32-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Any: ... method release (line 25) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_19_1-esp32-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_19_1-esp32-stubs/btree.pyi function open (line 81) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_19_1-esp32-stubs/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: publish/micropython-v1_19_1-esp32-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_19_1-esp32-stubs/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: publish/micropython-v1_19_1-esp32-stubs/esp.pyi function flash_user_start (line 21) | def flash_user_start() -> Incomplete: function flash_write (line 27) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 28) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 29) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 30) | def osdebug(level) -> None: function flash_size (line 47) | def flash_size() -> Incomplete: function dht_readinto (line 53) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 54) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 55) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... FILE: publish/micropython-v1_19_1-esp32-stubs/esp32.pyi function idf_heap_info (line 19) | def idf_heap_info(capabilities) -> List[Tuple]: function hall_sensor (line 45) | def hall_sensor() -> int: function wake_on_ext1 (line 51) | def wake_on_ext1(pins, level) -> None: function raw_temperature (line 59) | def raw_temperature() -> int: function wake_on_ext0 (line 65) | def wake_on_ext0(pin, level) -> None: function wake_on_touch (line 73) | def wake_on_touch(wake) -> None: function gpio_deep_sleep_hold (line 80) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 87) | class ULP: method run (line 93) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 99) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 105) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 113) | class NVS: method get_i32 (line 119) | def get_i32(self, key) -> int: method set_i32 (line 126) | def set_i32(self, key, value) -> None: method set_blob (line 132) | def set_blob(self, key, value) -> None: method commit (line 141) | def commit(self) -> Incomplete: method get_blob (line 147) | def get_blob(self, key, buffer) -> int: method erase_key (line 155) | def erase_key(self, key) -> Incomplete: method __init__ (line 161) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 163) | class Partition: method readblocks (line 174) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 175) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 183) | def set_boot(self) -> None: method writeblocks (line 189) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 190) | def info(self) -> Tuple: method find (line 197) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 208) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 218) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 233) | class RMT: method source_freq (line 250) | def source_freq(self) -> Incomplete: method loop (line 257) | def loop(self, enable_loop) -> None: method wait_done (line 266) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 275) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 306) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 320) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 321) | def clock_div(self) -> Incomplete: method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method rect (line 50) | def rect(self, x, y, w, h, c) -> Incomplete: ... method pixel (line 51) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method vline (line 58) | def vline(self, x, y, h, c) -> Incomplete: ... method scroll (line 59) | def scroll(self, xstep, ystep) -> Incomplete: method text (line 66) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method fill (line 75) | def fill(self, c) -> None: method blit (line 81) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method line (line 101) | def line(self, x1, y1, x2, y2, c) -> None: method fill_rect (line 111) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 119) | def hline(self, x, y, w, c) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: publish/micropython-v1_19_1-esp32-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_19_1-esp32-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-stubs/machine.pyi function enable_irq (line 31) | def enable_irq(state) -> Incomplete: function bitstream (line 39) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 63) | def disable_irq() -> Incomplete: function deepsleep (line 72) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 97) | def wake_reason() -> Incomplete: function sleep (line 105) | def sleep() -> Incomplete: function soft_reset (line 111) | def soft_reset() -> NoReturn: function time_pulse_us (line 119) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 137) | def unique_id() -> bytes: function freq (line 146) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 154) | def reset_cause() -> int: function idle (line 160) | def idle() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 194) | def reset() -> NoReturn: class PWM (line 203) | class PWM: method duty_u16 (line 220) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 232) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 239) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 250) | def deinit(self) -> None: method duty_ns (line 256) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 266) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 269) | class UART: method deinit (line 280) | def deinit(self) -> None: method init (line 286) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 332) | def sendbreak(self) -> None: method read (line 339) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 350) | def any(self) -> int: method write (line 365) | def write(self, buf) -> Union[int, None]: method readinto (line 373) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 384) | def readline(self) -> Union[str, None]: method __init__ (line 393) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 398) | class ADCBlock: method init (line 408) | def init(self, *, bits) -> None: method connect (line 415) | def connect(self, channel, source) -> Incomplete: method __init__ (line 433) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 435) | class ADC: method read_u16 (line 459) | def read_u16(self) -> int: method init (line 467) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 475) | def read_uv(self) -> int: method width (line 483) | def width(self, *args, **kwargs) -> Any: ... method read (line 484) | def read(self, *args, **kwargs) -> Any: ... method block (line 485) | def block(self) -> Incomplete: method atten (line 495) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 496) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 498) | class I2S: method shift (line 529) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 537) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 543) | def irq(self, handler) -> Incomplete: method readinto (line 551) | def readinto(self, buf) -> int: method deinit (line 560) | def deinit(self) -> Incomplete: method write (line 566) | def write(self, buf) -> int: method __init__ (line 575) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 577) | class DAC: method write (line 578) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 579) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 581) | class I2C: method readfrom_mem_into (line 597) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 609) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 619) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 628) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 639) | def scan(self) -> List: method writeto (line 647) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 657) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 673) | def start(self) -> None: method readfrom (line 679) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 687) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 697) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 707) | def stop(self) -> None: method write (line 713) | def write(self, buf) -> int: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 723) | class Timer: method deinit (line 734) | def deinit(self) -> None: method init (line 740) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 772) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 773) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 775) | class SoftSPI: method deinit (line 784) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 785) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 786) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 787) | def read(self, *args, **kwargs) -> Any: ... method write (line 788) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 789) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 790) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 792) | class Pin: method irq (line 869) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 914) | def off(self) -> None: method on (line 920) | def on(self) -> None: method init (line 926) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 936) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 970) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 971) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 979) | class WDT: method feed (line 988) | def feed(self) -> None: method __init__ (line 996) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 998) | class TouchPad: method config (line 999) | def config(self, *args, **kwargs) -> Any: ... method read (line 1000) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 1001) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1003) | class SDCard: method ioctl (line 1034) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1035) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1036) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1037) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1038) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1039) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1041) | class RTC: method init (line 1046) | def init(self, datetime) -> None: method memory (line 1054) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1055) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1071) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1073) | class SoftI2C(I2C): method readfrom_mem_into (line 1086) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1087) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1088) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1089) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1090) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1091) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1092) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1093) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1094) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1095) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1096) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1097) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1098) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1099) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1101) | class SPI: method deinit (line 1115) | def deinit(self) -> None: method init (line 1121) | def init( method write_readinto (line 1147) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1158) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1166) | def write(self, buf) -> int: method readinto (line 1175) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1185) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1187) | class Signal(Pin): method off (line 1208) | def off(self) -> None: method on (line 1214) | def on(self) -> None: method value (line 1220) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1240) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_19_1-esp32-stubs/neopixel.pyi class NeoPixel (line 16) | class NeoPixel: method __init__ (line 32) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method __len__ (line 33) | def __len__(self) -> int: method __setitem__ (line 38) | def __setitem__(self, index, val) -> None: method __getitem__ (line 43) | def __getitem__(self, index) -> Tuple: method fill (line 48) | def fill(self, pixel) -> None: method write (line 54) | def write(self) -> None: FILE: publish/micropython-v1_19_1-esp32-stubs/network.pyi class WLAN (line 76) | class WLAN: method __init__ (line 85) | def __init__(self, interface_id) -> None: ... method active (line 86) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 94) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 103) | def disconnect(self) -> None: method scan (line 109) | def scan(self) -> List[Tuple]: method status (line 138) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 157) | def isconnected(self) -> bool: method ifconfig (line 165) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 176) | def config(self, *args, **kwargs) -> Incomplete: function phy_mode (line 210) | def phy_mode(*args, **kwargs) -> Any: ... function PPP (line 211) | def PPP(*args, **kwargs) -> Any: ... class LAN (line 213) | class LAN: method __init__ (line 234) | def __init__(self, id, *, phy_type=0, phy_addr=0, phy_clock=0) -> None... method active (line 235) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 243) | def isconnected(self) -> bool: method status (line 250) | def status(self) -> Incomplete: method ifconfig (line 256) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 268) | def config(self, config_parameters) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_19_1-esp32-stubs/os.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_19_1-esp32-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_19_1-esp32-stubs/socket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/ssl.pyi function wrap_socket (line 17) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_19_1-esp32-stubs/struct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_19_1-esp32-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-stubs/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_19_1-esp32-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_19_1-esp32-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_19_1-esp32-stubs/uasyncio/funcs.pyi function _run (line 5) | def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | async def gather(*aws, return_exceptions: bool = ...) -> Generator[None,... FILE: publish/micropython-v1_19_1-esp32-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_19_1-esp32-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_19_1-esp32-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_19_1-esp32-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_19_1-esp32-stubs/ubluetooth.pyi class UUID (line 28) | class UUID: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 40) | class BLE: method gatts_notify (line 45) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 60) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gattc_write (line 73) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_read (line 93) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 103) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_read (line 117) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 124) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_set_buffer (line 134) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 147) | def gatts_register_services(self, services_definition, /) -> Incomplete: method irq (line 210) | def irq(self, handler, /) -> int: method gap_connect (line 406) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_advertise (line 430) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 447) | def config(self, param, /) -> Tuple: method active (line 511) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gattc_discover_services (line 520) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_disconnect (line 531) | def gap_disconnect(self, conn_handle, /) -> bool: method gattc_discover_descriptors (line 546) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 555) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_scan (line 570) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method __init__ (line 606) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_19_1-esp32-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-stubs/umachine.pyi function enable_irq (line 31) | def enable_irq(state) -> Incomplete: function bitstream (line 39) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 63) | def disable_irq() -> Incomplete: function deepsleep (line 72) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 97) | def wake_reason() -> Incomplete: function sleep (line 105) | def sleep() -> Incomplete: function soft_reset (line 111) | def soft_reset() -> NoReturn: function time_pulse_us (line 119) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 137) | def unique_id() -> bytes: function freq (line 146) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 154) | def reset_cause() -> int: function idle (line 160) | def idle() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 194) | def reset() -> NoReturn: class PWM (line 203) | class PWM: method duty_u16 (line 220) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 232) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 239) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 250) | def deinit(self) -> None: method duty_ns (line 256) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 266) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 269) | class UART: method deinit (line 280) | def deinit(self) -> None: method init (line 286) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 332) | def sendbreak(self) -> None: method read (line 339) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 350) | def any(self) -> int: method write (line 365) | def write(self, buf) -> Union[int, None]: method readinto (line 373) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 384) | def readline(self) -> Union[str, None]: method __init__ (line 393) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 398) | class ADCBlock: method init (line 408) | def init(self, *, bits) -> None: method connect (line 415) | def connect(self, channel, source) -> Incomplete: method __init__ (line 433) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 435) | class ADC: method read_u16 (line 459) | def read_u16(self) -> int: method init (line 467) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 475) | def read_uv(self) -> int: method width (line 483) | def width(self, *args, **kwargs) -> Any: ... method read (line 484) | def read(self, *args, **kwargs) -> Any: ... method block (line 485) | def block(self) -> Incomplete: method atten (line 495) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 496) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 498) | class I2S: method shift (line 529) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 537) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 543) | def irq(self, handler) -> Incomplete: method readinto (line 551) | def readinto(self, buf) -> int: method deinit (line 560) | def deinit(self) -> Incomplete: method write (line 566) | def write(self, buf) -> int: method __init__ (line 575) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 577) | class DAC: method write (line 578) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 579) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 581) | class I2C: method readfrom_mem_into (line 597) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 609) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 619) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 628) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 639) | def scan(self) -> List: method writeto (line 647) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 657) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 673) | def start(self) -> None: method readfrom (line 679) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 687) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 697) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 707) | def stop(self) -> None: method write (line 713) | def write(self, buf) -> int: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 723) | class Timer: method deinit (line 734) | def deinit(self) -> None: method init (line 740) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 772) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 773) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 775) | class SoftSPI: method deinit (line 784) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 785) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 786) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 787) | def read(self, *args, **kwargs) -> Any: ... method write (line 788) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 789) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 790) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 792) | class Pin: method irq (line 869) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 914) | def off(self) -> None: method on (line 920) | def on(self) -> None: method init (line 926) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 936) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 970) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 971) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 979) | class WDT: method feed (line 988) | def feed(self) -> None: method __init__ (line 996) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 998) | class TouchPad: method config (line 999) | def config(self, *args, **kwargs) -> Any: ... method read (line 1000) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 1001) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1003) | class SDCard: method ioctl (line 1034) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1035) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1036) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1037) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1038) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1039) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1041) | class RTC: method init (line 1046) | def init(self, datetime) -> None: method memory (line 1054) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1055) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1071) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1073) | class SoftI2C(I2C): method readfrom_mem_into (line 1086) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1087) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1088) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1089) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1090) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1091) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1092) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1093) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1094) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1095) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1096) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1097) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1098) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1099) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1101) | class SPI: method deinit (line 1115) | def deinit(self) -> None: method init (line 1121) | def init( method write_readinto (line 1147) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1158) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1166) | def write(self, buf) -> int: method readinto (line 1175) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1185) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1187) | class Signal(Pin): method off (line 1208) | def off(self) -> None: method on (line 1214) | def on(self) -> None: method value (line 1220) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1240) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method ping (line 6) | def ping(self, *args, **kwargs) -> Any: ... method check_msg (line 7) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 8) | def delay(self, *args, **kwargs) -> Any: ... method subscribe (line 9) | def subscribe(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method connect (line 11) | def connect(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method log (line 13) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTClient (line 5) | class MQTTClient: method ping (line 6) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 7) | def publish(self, *args, **kwargs) -> Any: ... method wait_msg (line 8) | def wait_msg(self, *args, **kwargs) -> Any: ... method subscribe (line 9) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 10) | def check_msg(self, *args, **kwargs) -> Any: ... method set_last_will (line 11) | def set_last_will(self, *args, **kwargs) -> Any: ... method connect (line 12) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 13) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Any: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... class MQTTException (line 17) | class MQTTException(Exception): ... FILE: publish/micropython-v1_19_1-esp32-stubs/uos.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function _makedirs (line 13) | def _makedirs(name, mode: int = ...): ... function save_file (line 14) | def save_file(fname, subf) -> None: ... function install_tar (line 15) | def install_tar(f, prefix): ... function expandhome (line 16) | def expandhome(s): ... function url_open (line 20) | def url_open(url): ... function get_pkg_metadata (line 21) | def get_pkg_metadata(name): ... function fatal (line 22) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 23) | def install_pkg(pkg_spec, install_path): ... function install (line 24) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 25) | def get_install_path(): ... function cleanup (line 26) | def cleanup() -> None: ... function help (line 27) | def help() -> None: ... function main (line 28) | def main() -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self) -> str: ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: publish/micropython-v1_19_1-esp32-stubs/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_19_1-esp32-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-stubs/urequests.pyi function request (line 3) | def request(*args, **kwargs) -> Any: ... function head (line 4) | def head(*args, **kwargs) -> Any: ... function post (line 5) | def post(*args, **kwargs) -> Any: ... function patch (line 6) | def patch(*args, **kwargs) -> Any: ... function delete (line 7) | def delete(*args, **kwargs) -> Any: ... function put (line 8) | def put(*args, **kwargs) -> Any: ... function get (line 9) | def get(*args, **kwargs) -> Any: ... class Response (line 11) | class Response: method json (line 12) | def json(self, *args, **kwargs) -> Any: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_19_1-esp32-stubs/usocket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/ussl.pyi function wrap_socket (line 17) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_19_1-esp32-stubs/ustruct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_19_1-esp32-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-stubs/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ..., accept_han... function start_foreground (line 10) | def start_foreground(port: int = ..., password: Incomplete | None = ...)... FILE: publish/micropython-v1_19_1-esp32-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: publish/micropython-v1_19_1-esp32-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/_thread.pyi class LockType (line 17) | class LockType: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 19) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 20) | def locked(self, *args, **kwargs) -> Any: ... method release (line 21) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 23) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 24) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 25) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 26) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 27) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 8) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 9) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 10) | def peek(self, *args, **kwargs) -> Any: ... method push (line 11) | def push(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/array.pyi class array (line 16) | class array(List): method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 24) | def append(self, val) -> Incomplete: method extend (line 30) | def extend(self, iterable) -> Incomplete: method decode (line 37) | def decode(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/binascii.pyi function a2b_base64 (line 15) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data, *, newline=True) -> bytes: function crc32 (line 31) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 32) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 42) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/btree.pyi function open (line 78) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/cmath.pyi function cos (line 18) | def cos(z) -> float: function exp (line 26) | def exp(z) -> float: function log (line 32) | def log(z) -> float: function log10 (line 38) | def log10(z) -> float: function phase (line 44) | def phase(z) -> float: function polar (line 52) | def polar(z) -> Tuple: function rect (line 58) | def rect(r, phi) -> float: function sin (line 64) | def sin(z) -> float: function sqrt (line 70) | def sqrt(z) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/dotstar.pyi class DotStar (line 12) | class DotStar: method __init__ (line 46) | def __init__(self, spi, n, *, brightness: float = ..., auto_write: boo... method deinit (line 47) | def deinit(self) -> None: method __enter__ (line 49) | def __enter__(self): ... method __exit__ (line 50) | def __exit__( method __repr__ (line 53) | def __repr__(self) -> str: ... method _set_item (line 54) | def _set_item(self, index, value) -> None: method __setitem__ (line 70) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 71) | def __getitem__(self, index): ... method __len__ (line 72) | def __len__(self) -> int: ... method brightness (line 74) | def brightness(self): method brightness (line 77) | def brightness(self, brightness) -> None: ... method fill (line 78) | def fill(self, color) -> None: method show (line 80) | def show(self) -> None: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/esp.pyi function dht_readinto (line 21) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 22) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 23) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 24) | def flash_size() -> Incomplete: function flash_user_start (line 30) | def flash_user_start() -> Incomplete: function flash_write (line 36) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 37) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 38) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 39) | def osdebug(level) -> None: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/esp32.pyi class NVS (line 17) | class NVS: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method commit (line 24) | def commit(self) -> Incomplete: method erase_key (line 30) | def erase_key(self, key) -> Incomplete: method get_blob (line 36) | def get_blob(self, key, buffer) -> int: method get_i32 (line 44) | def get_i32(self, key) -> int: method set_blob (line 51) | def set_blob(self, key, value) -> None: method set_i32 (line 60) | def set_i32(self, key, value) -> None: class Partition (line 66) | class Partition: method __init__ (line 73) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 75) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 89) | def get_next_update(self) -> Partition: method info (line 97) | def info(self) -> Tuple: method ioctl (line 103) | def ioctl(self, cmd, arg) -> Incomplete: method mark_app_valid_cancel_rollback (line 113) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method readblocks (line 126) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method set_boot (line 127) | def set_boot(self) -> None: method writeblocks (line 133) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... class RMT (line 135) | class RMT: method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... method bitstream_channel (line 154) | def bitstream_channel(value: Optional[Any] = None) -> int: method clock_div (line 168) | def clock_div(self) -> Incomplete: method deinit (line 175) | def deinit(self, *args, **kwargs) -> Any: ... method loop (line 176) | def loop(self, enable_loop) -> None: method source_freq (line 185) | def source_freq(self) -> Incomplete: method wait_done (line 192) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 201) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... class ULP (line 231) | class ULP: method __init__ (line 236) | def __init__(self, *argv, **kwargs) -> None: ... method load_binary (line 238) | def load_binary(self, load_addr, program_binary) -> None: method run (line 244) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 250) | def set_wakeup_period(self, period_index, period_us) -> None: function gpio_deep_sleep_hold (line 259) | def gpio_deep_sleep_hold(enable) -> None: function hall_sensor (line 266) | def hall_sensor() -> int: function idf_heap_info (line 272) | def idf_heap_info(capabilities) -> List[Tuple]: function raw_temperature (line 298) | def raw_temperature() -> int: function wake_on_ext0 (line 304) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 312) | def wake_on_ext1(pins, level) -> None: function wake_on_touch (line 320) | def wake_on_touch(wake) -> None: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/framebuf.pyi class FrameBuffer (line 13) | class FrameBuffer: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 40) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 60) | def fill(self, c) -> None: method fill_rect (line 66) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 74) | def hline(self, x, y, w, c) -> Incomplete: ... method line (line 75) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 85) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method rect (line 92) | def rect(self, x, y, w, h, c) -> Incomplete: ... method scroll (line 93) | def scroll(self, xstep, ystep) -> Incomplete: method text (line 100) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 109) | def vline(self, x, y, h, c) -> Incomplete: ... function FrameBuffer1 (line 111) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/gc.pyi function collect (line 12) | def collect() -> None: function disable (line 18) | def disable() -> None: function enable (line 25) | def enable() -> None: function isenabled (line 31) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 32) | def mem_alloc() -> int: function mem_free (line 42) | def mem_free() -> int: function threshold (line 53) | def threshold(amount: Optional[Any] = None) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/hashlib.pyi class sha1 (line 30) | class sha1: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method digest (line 37) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 39) | class sha256: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method digest (line 46) | def digest(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/heapq.pyi function heapify (line 18) | def heapify(x) -> Incomplete: function heappop (line 24) | def heappop(heap) -> Incomplete: function heappush (line 33) | def heappush(heap, item) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/json.pyi function dump (line 15) | def dump(obj, stream, separators=None) -> Incomplete: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 33) | def load(stream) -> Incomplete: function loads (line 44) | def loads(str) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/machine.pyi class ADC (line 17) | class ADC: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method atten (line 43) | def atten(self, *args, **kwargs) -> Any: ... method block (line 44) | def block(self) -> Incomplete: method init (line 54) | def init(self, *, sample_ns, atten) -> Incomplete: method read_u16 (line 62) | def read_u16(self) -> int: method read_uv (line 70) | def read_uv(self) -> int: method width (line 78) | def width(self, *args, **kwargs) -> Any: ... class ADCBlock (line 80) | class ADCBlock: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 91) | def connect(self, channel, source) -> Incomplete: method init (line 109) | def init(self, *, bits) -> None: class DAC (line 116) | class DAC: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 118) | def write(self, *args, **kwargs) -> Any: ... class I2C (line 126) | class I2C: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 143) | def readinto(self, buf, nack=True, /) -> Incomplete: method start (line 153) | def start(self) -> None: method stop (line 159) | def stop(self) -> None: method write (line 165) | def write(self, buf) -> int: method init (line 173) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 183) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 191) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 201) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 210) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 222) | def scan(self) -> List: method writeto (line 230) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 240) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 251) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 267) | class I2S: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 294) | def readinto(self, buf) -> int: method write (line 303) | def write(self, buf) -> int: method deinit (line 315) | def deinit(self) -> Incomplete: method init (line 321) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 327) | def irq(self, handler) -> Incomplete: method shift (line 336) | def shift(*, buf, bits, shift) -> Incomplete: class PWM (line 346) | class PWM: method __init__ (line 363) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 364) | def deinit(self) -> None: method duty (line 370) | def duty(self, *args, **kwargs) -> Any: ... method duty_ns (line 371) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty_u16 (line 381) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 393) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 404) | def init(self, *, freq, duty_u16, duty_ns) -> None: class Pin (line 413) | class Pin: method __init__ (line 477) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 478) | def value(self, x: Optional[Any] = None) -> int: method init (line 524) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 534) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 579) | def off(self) -> None: method on (line 585) | def on(self) -> None: method __call__ (line 591) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class RTC (line 599) | class RTC: method __init__ (line 604) | def __init__(self, *argv, **kwargs) -> None: ... method datetime (line 605) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 621) | def init(self, datetime) -> None: method memory (line 629) | def memory(self, *args, **kwargs) -> Any: ... class SDCard (line 631) | class SDCard: method __init__ (line 662) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 663) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 664) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 665) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 666) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 667) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 672) | class SPI: method __init__ (line 684) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 685) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 693) | def readinto(self, buf, write=0x00) -> int: method write (line 703) | def write(self, buf) -> int: method deinit (line 713) | def deinit(self) -> None: method init (line 719) | def init( method write_readinto (line 745) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 756) | class Signal(Pin): method __init__ (line 777) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 778) | def value(self, x: Optional[Any] = None) -> int: method off (line 798) | def off(self) -> None: method on (line 804) | def on(self) -> None: class SoftI2C (line 810) | class SoftI2C(I2C): method __init__ (line 823) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 824) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 825) | def start(self, *args, **kwargs) -> Any: ... method stop (line 826) | def stop(self, *args, **kwargs) -> Any: ... method write (line 827) | def write(self, *args, **kwargs) -> Any: ... method init (line 828) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 829) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 830) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 831) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 832) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 833) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 834) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 835) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 836) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 838) | class SoftSPI: method __init__ (line 845) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 846) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 847) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 848) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 851) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 852) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 853) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 858) | class Timer: method __init__ (line 867) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 868) | def value(self, *args, **kwargs) -> Any: ... method deinit (line 871) | def deinit(self) -> None: method init (line 877) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class TouchPad (line 909) | class TouchPad: method __init__ (line 910) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 911) | def read(self, *args, **kwargs) -> Any: ... method config (line 912) | def config(self, *args, **kwargs) -> Any: ... class UART (line 914) | class UART: method __init__ (line 919) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 920) | def any(self) -> int: method read (line 935) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 946) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 957) | def readline(self) -> Union[str, None]: method write (line 966) | def write(self, buf) -> Union[int, None]: method deinit (line 979) | def deinit(self) -> None: method init (line 985) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1031) | def sendbreak(self) -> None: class WDT (line 1040) | class WDT: method __init__ (line 1049) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 1050) | def feed(self) -> None: function bitstream (line 1060) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 1084) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1109) | def disable_irq() -> Incomplete: function enable_irq (line 1118) | def enable_irq(state) -> Incomplete: function freq (line 1126) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 1134) | def idle() -> Incomplete: function lightsleep (line 1143) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 1172) | def reset() -> NoReturn: function reset_cause (line 1179) | def reset_cause() -> int: function sleep (line 1185) | def sleep() -> Incomplete: function soft_reset (line 1191) | def soft_reset() -> NoReturn: function time_pulse_us (line 1199) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1217) | def unique_id() -> bytes: function wake_reason (line 1226) | def wake_reason() -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/math.pyi function pow (line 20) | def pow(x, y) -> Incomplete: function acos (line 26) | def acos(x) -> float: function acosh (line 32) | def acosh(x) -> float: function asin (line 38) | def asin(x) -> float: function asinh (line 44) | def asinh(x) -> float: function atan (line 50) | def atan(x) -> float: function atan2 (line 56) | def atan2(y, x) -> float: function atanh (line 62) | def atanh(x) -> float: function ceil (line 68) | def ceil(x) -> int: function copysign (line 74) | def copysign(x, y) -> Incomplete: function cos (line 80) | def cos(x) -> float: function cosh (line 86) | def cosh(x) -> float: function degrees (line 92) | def degrees(x) -> Incomplete: function erf (line 100) | def erf(x) -> Incomplete: function erfc (line 106) | def erfc(x) -> Incomplete: function exp (line 112) | def exp(x) -> float: function expm1 (line 118) | def expm1(x) -> Incomplete: function fabs (line 124) | def fabs(x) -> Incomplete: function factorial (line 130) | def factorial(*args, **kwargs) -> Any: ... function floor (line 131) | def floor(x) -> int: function fmod (line 137) | def fmod(x, y) -> Incomplete: function frexp (line 143) | def frexp(x) -> Incomplete: function gamma (line 152) | def gamma(x) -> Incomplete: function isclose (line 160) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 161) | def isfinite(x) -> bool: function isinf (line 167) | def isinf(x) -> bool: function isnan (line 173) | def isnan(x) -> bool: function ldexp (line 179) | def ldexp(x, exp) -> Incomplete: function lgamma (line 185) | def lgamma(x) -> float: function log (line 191) | def log(x) -> float: function log10 (line 197) | def log10(x) -> float: function log2 (line 203) | def log2(x) -> float: function modf (line 209) | def modf(x) -> Tuple: function radians (line 219) | def radians(x) -> Incomplete: function sin (line 225) | def sin(x) -> float: function sinh (line 231) | def sinh(x) -> float: function sqrt (line 237) | def sqrt(x) -> Incomplete: function tan (line 243) | def tan(x) -> float: function tanh (line 249) | def tanh(x) -> float: function trunc (line 257) | def trunc(x) -> int: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/neopixel.pyi class NeoPixel (line 16) | class NeoPixel: method __init__ (line 32) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method __len__ (line 33) | def __len__(self) -> int: method __setitem__ (line 38) | def __setitem__(self, index, val) -> None: method __getitem__ (line 43) | def __getitem__(self, index) -> Tuple: method fill (line 48) | def fill(self, pixel) -> None: method write (line 54) | def write(self) -> None: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/network.pyi class LAN (line 60) | class LAN: method __init__ (line 81) | def __init__(self, id, *, phy_type=0, phy_addr=0, phy_clock=0) -> None... method active (line 82) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 90) | def isconnected(self) -> bool: method status (line 97) | def status(self) -> Incomplete: method ifconfig (line 103) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 115) | def config(self, config_parameters) -> Incomplete: function PPP (line 143) | def PPP(*args, **kwargs) -> Any: ... class WLAN (line 155) | class WLAN: method __init__ (line 164) | def __init__(self, interface_id) -> None: ... method active (line 165) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 173) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 182) | def disconnect(self) -> None: method scan (line 188) | def scan(self) -> List[Tuple]: method status (line 217) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 236) | def isconnected(self) -> bool: method ifconfig (line 244) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 255) | def config(self, *args, **kwargs) -> Incomplete: function phy_mode (line 289) | def phy_mode(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/os.pyi function remove (line 17) | def remove(path) -> None: class VfsFat (line 23) | class VfsFat: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 31) | def open(self, *args, **kwargs) -> Any: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 33) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 34) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 35) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 36) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 38) | def mkfs(block_dev) -> None: method mount (line 44) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 45) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 46) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 47) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 48) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 49) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 51) | class VfsLfs2: method __init__ (line 69) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 70) | def open(self, *args, **kwargs) -> Any: ... method remove (line 71) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 72) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 73) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 74) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 75) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 77) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 86) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 87) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 88) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 89) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 90) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 91) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 93) | def chdir(path) -> Incomplete: function dupterm (line 99) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 122) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 123) | def getcwd() -> Incomplete: function ilistdir (line 129) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 150) | def listdir(dir: Optional[Any] = None) -> Incomplete: function mkdir (line 156) | def mkdir(path) -> Incomplete: function mount (line 162) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function rename (line 180) | def rename(old_path, new_path) -> None: function rmdir (line 186) | def rmdir(path) -> None: function stat (line 192) | def stat(path) -> Incomplete: function statvfs (line 198) | def statvfs(path) -> Tuple: function umount (line 221) | def umount(mount_point) -> Incomplete: function uname (line 231) | def uname() -> uname_result: function unlink (line 245) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 246) | def urandom(n) -> bytes: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/platform.pyi function libc_ver (line 3) | def libc_ver(*args, **kwargs) -> Any: ... function platform (line 4) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 5) | def python_compiler(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/random.pyi function choice (line 33) | def choice(sequence) -> Incomplete: function getrandbits (line 40) | def getrandbits(n) -> int: function randint (line 46) | def randint(a, b) -> int: function random (line 52) | def random() -> int: function randrange (line 58) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 68) | def seed(n=None, /) -> None: function uniform (line 80) | def uniform(a, b) -> int: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/select.pyi class poll (line 20) | class poll: method __init__ (line 25) | def __init__(self) -> None: ... method register (line 26) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 46) | def unregister(self, obj) -> Incomplete: method modify (line 52) | def modify(self, obj, eventmask) -> None: method poll (line 59) | def poll(self, timeout=-1, /) -> List: method ipoll (line 83) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: function select (line 101) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/socket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method __init__ (line 135) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 136) | def close(self) -> Incomplete: method read (line 147) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 157) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 167) | def readline(self) -> Incomplete: method send (line 175) | def send(self, bytes) -> int: method write (line 183) | def write(self, buf) -> int: method accept (line 194) | def accept(self) -> Tuple: method bind (line 203) | def bind(self, address) -> Incomplete: method connect (line 209) | def connect(self, address) -> None: method fileno (line 215) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 216) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 225) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 243) | def recv(self, bufsize) -> bytes: method recvfrom (line 250) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 258) | def sendall(self, bytes) -> int: method sendto (line 271) | def sendto(self, bytes, address) -> None: method setblocking (line 278) | def setblocking(self, flag) -> Incomplete: method setsockopt (line 290) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 298) | def settimeout(self, value) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/ssl.pyi function wrap_socket (line 17) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/struct.pyi function calcsize (line 22) | def calcsize(fmt) -> int: function pack (line 28) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 35) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 43) | def unpack(fmt, data) -> Tuple: function unpack_from (line 50) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/sys.pyi function exit (line 15) | def exit(retval=0, /) -> Incomplete: function print_exception (line 29) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/time.pyi function gmtime (line 39) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 83) | def mktime() -> int: function sleep (line 91) | def sleep(seconds) -> Incomplete: function sleep_ms (line 100) | def sleep_ms(ms) -> None: function sleep_us (line 111) | def sleep_us(us) -> None: function ticks_add (line 121) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 148) | def ticks_cpu() -> Incomplete: function ticks_diff (line 163) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 229) | def ticks_ms() -> int: function ticks_us (line 253) | def ticks_us() -> Incomplete: function time (line 259) | def time() -> int: function time_ns (line 286) | def time_ns() -> int: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/tinypico.pyi function get_battery_voltage (line 17) | def get_battery_voltage(): function get_battery_charging (line 23) | def get_battery_charging(): function set_dotstar_power (line 29) | def set_dotstar_power(state) -> None: function dotstar_color_wheel (line 32) | def dotstar_color_wheel(wheel_pos): function go_deepsleep (line 35) | def go_deepsleep(t) -> None: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/uarray.pyi class array (line 16) | class array(List): method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 24) | def append(self, val) -> Incomplete: method extend (line 30) | def extend(self, iterable) -> Incomplete: method decode (line 37) | def decode(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/uasyncio/funcs.pyi function _run (line 5) | def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | async def gather(*aws, return_exceptions: bool = ...) -> Generator[None,... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/ubinascii.pyi function a2b_base64 (line 15) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data, *, newline=True) -> bytes: function crc32 (line 31) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 32) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 42) | def unhexlify(data) -> bytes: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/ubluetooth.pyi class BLE (line 22) | class BLE: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... method active (line 28) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method config (line 37) | def config(self, param, /) -> Tuple: method gap_advertise (line 101) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 118) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_disconnect (line 142) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_scan (line 157) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 193) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gattc_discover_descriptors (line 208) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_services (line 217) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_exchange_mtu (line 228) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gattc_read (line 242) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_write (line 252) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 272) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gatts_notify (line 285) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_read (line 300) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_register_services (line 307) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_set_buffer (line 370) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 383) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method irq (line 393) | def irq(self, handler, /) -> int: class UUID (line 595) | class UUID: method __init__ (line 605) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/ucryptolib.pyi class aes (line 10) | class aes: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: method decrypt (line 32) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method encrypt (line 38) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/uctypes.pyi function addressof (line 50) | def addressof(obj) -> int: function bytearray_at (line 58) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 67) | def bytes_at(addr, size) -> bytes: function sizeof (line 76) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/uhashlib.pyi class sha1 (line 30) | class sha1: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method digest (line 37) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 39) | class sha256: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method digest (line 46) | def digest(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/uheapq.pyi function heapify (line 18) | def heapify(x) -> Incomplete: function heappop (line 24) | def heappop(heap) -> Incomplete: function heappush (line 33) | def heappush(heap, item) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/ujson.pyi function dump (line 15) | def dump(obj, stream, separators=None) -> Incomplete: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 33) | def load(stream) -> Incomplete: function loads (line 44) | def loads(str) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/umachine.pyi class ADC (line 17) | class ADC: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method atten (line 43) | def atten(self, *args, **kwargs) -> Any: ... method block (line 44) | def block(self) -> Incomplete: method init (line 54) | def init(self, *, sample_ns, atten) -> Incomplete: method read_u16 (line 62) | def read_u16(self) -> int: method read_uv (line 70) | def read_uv(self) -> int: method width (line 78) | def width(self, *args, **kwargs) -> Any: ... class ADCBlock (line 80) | class ADCBlock: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 91) | def connect(self, channel, source) -> Incomplete: method init (line 109) | def init(self, *, bits) -> None: class DAC (line 116) | class DAC: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 118) | def write(self, *args, **kwargs) -> Any: ... class I2C (line 126) | class I2C: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 143) | def readinto(self, buf, nack=True, /) -> Incomplete: method start (line 153) | def start(self) -> None: method stop (line 159) | def stop(self) -> None: method write (line 165) | def write(self, buf) -> int: method init (line 173) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 183) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 191) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 201) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 210) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 222) | def scan(self) -> List: method writeto (line 230) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 240) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 251) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 267) | class I2S: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 294) | def readinto(self, buf) -> int: method write (line 303) | def write(self, buf) -> int: method deinit (line 315) | def deinit(self) -> Incomplete: method init (line 321) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 327) | def irq(self, handler) -> Incomplete: method shift (line 336) | def shift(*, buf, bits, shift) -> Incomplete: class PWM (line 346) | class PWM: method __init__ (line 363) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 364) | def deinit(self) -> None: method duty (line 370) | def duty(self, *args, **kwargs) -> Any: ... method duty_ns (line 371) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty_u16 (line 381) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 393) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 404) | def init(self, *, freq, duty_u16, duty_ns) -> None: class Pin (line 413) | class Pin: method __init__ (line 477) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 478) | def value(self, x: Optional[Any] = None) -> int: method init (line 524) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 534) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 579) | def off(self) -> None: method on (line 585) | def on(self) -> None: method __call__ (line 591) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class RTC (line 599) | class RTC: method __init__ (line 604) | def __init__(self, *argv, **kwargs) -> None: ... method datetime (line 605) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 621) | def init(self, datetime) -> None: method memory (line 629) | def memory(self, *args, **kwargs) -> Any: ... class SDCard (line 631) | class SDCard: method __init__ (line 662) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 663) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 664) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 665) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 666) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 667) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 672) | class SPI: method __init__ (line 684) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 685) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 693) | def readinto(self, buf, write=0x00) -> int: method write (line 703) | def write(self, buf) -> int: method deinit (line 713) | def deinit(self) -> None: method init (line 719) | def init( method write_readinto (line 745) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 756) | class Signal(Pin): method __init__ (line 777) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 778) | def value(self, x: Optional[Any] = None) -> int: method off (line 798) | def off(self) -> None: method on (line 804) | def on(self) -> None: class SoftI2C (line 810) | class SoftI2C(I2C): method __init__ (line 823) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 824) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 825) | def start(self, *args, **kwargs) -> Any: ... method stop (line 826) | def stop(self, *args, **kwargs) -> Any: ... method write (line 827) | def write(self, *args, **kwargs) -> Any: ... method init (line 828) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 829) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 830) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 831) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 832) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 833) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 834) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 835) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 836) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 838) | class SoftSPI: method __init__ (line 845) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 846) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 847) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 848) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 851) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 852) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 853) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 858) | class Timer: method __init__ (line 867) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 868) | def value(self, *args, **kwargs) -> Any: ... method deinit (line 871) | def deinit(self) -> None: method init (line 877) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class TouchPad (line 909) | class TouchPad: method __init__ (line 910) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 911) | def read(self, *args, **kwargs) -> Any: ... method config (line 912) | def config(self, *args, **kwargs) -> Any: ... class UART (line 914) | class UART: method __init__ (line 919) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 920) | def any(self) -> int: method read (line 935) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 946) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 957) | def readline(self) -> Union[str, None]: method write (line 966) | def write(self, buf) -> Union[int, None]: method deinit (line 979) | def deinit(self) -> None: method init (line 985) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1031) | def sendbreak(self) -> None: class WDT (line 1040) | class WDT: method __init__ (line 1049) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 1050) | def feed(self) -> None: function bitstream (line 1060) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 1084) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1109) | def disable_irq() -> Incomplete: function enable_irq (line 1118) | def enable_irq(state) -> Incomplete: function freq (line 1126) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 1134) | def idle() -> Incomplete: function lightsleep (line 1143) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 1172) | def reset() -> NoReturn: function reset_cause (line 1179) | def reset_cause() -> int: function sleep (line 1185) | def sleep() -> Incomplete: function soft_reset (line 1191) | def soft_reset() -> NoReturn: function time_pulse_us (line 1199) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1217) | def unique_id() -> bytes: function wake_reason (line 1226) | def wake_reason() -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 14) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method wait_msg (line 15) | def wait_msg(self, *args, **kwargs) -> Any: ... method subscribe (line 16) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/uos.pyi function remove (line 17) | def remove(path) -> None: class VfsFat (line 23) | class VfsFat: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 31) | def open(self, *args, **kwargs) -> Any: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 33) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 34) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 35) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 36) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 38) | def mkfs(block_dev) -> None: method mount (line 44) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 45) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 46) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 47) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 48) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 49) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 51) | class VfsLfs2: method __init__ (line 69) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 70) | def open(self, *args, **kwargs) -> Any: ... method remove (line 71) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 72) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 73) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 74) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 75) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 77) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 86) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 87) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 88) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 89) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 90) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 91) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 93) | def chdir(path) -> Incomplete: function dupterm (line 99) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 122) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 123) | def getcwd() -> Incomplete: function ilistdir (line 129) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 150) | def listdir(dir: Optional[Any] = None) -> Incomplete: function mkdir (line 156) | def mkdir(path) -> Incomplete: function mount (line 162) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function rename (line 180) | def rename(old_path, new_path) -> None: function rmdir (line 186) | def rmdir(path) -> None: function stat (line 192) | def stat(path) -> Incomplete: function statvfs (line 198) | def statvfs(path) -> Tuple: function umount (line 221) | def umount(mount_point) -> Incomplete: function uname (line 231) | def uname() -> uname_result: function unlink (line 245) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 246) | def urandom(n) -> bytes: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function _makedirs (line 13) | def _makedirs(name, mode: int = ...): ... function save_file (line 14) | def save_file(fname, subf) -> None: ... function install_tar (line 15) | def install_tar(f, prefix): ... function expandhome (line 16) | def expandhome(s): ... function url_open (line 20) | def url_open(url): ... function get_pkg_metadata (line 21) | def get_pkg_metadata(name): ... function fatal (line 22) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 23) | def install_pkg(pkg_spec, install_path): ... function install (line 24) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 25) | def get_install_path(): ... function cleanup (line 26) | def cleanup() -> None: ... function help (line 27) | def help() -> None: ... function main (line 28) | def main() -> None: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self) -> str: ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/uplatform.pyi function libc_ver (line 3) | def libc_ver(*args, **kwargs) -> Any: ... function platform (line 4) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 5) | def python_compiler(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/urandom.pyi function choice (line 33) | def choice(sequence) -> Incomplete: function getrandbits (line 40) | def getrandbits(n) -> int: function randint (line 46) | def randint(a, b) -> int: function random (line 52) | def random() -> int: function randrange (line 58) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 68) | def seed(n=None, /) -> None: function uniform (line 80) | def uniform(a, b) -> int: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... class Response (line 6) | class Response: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 8) | def close(self, *args, **kwargs) -> Any: ... method json (line 10) | def json(self, *args, **kwargs) -> Any: ... function request (line 13) | def request(*args, **kwargs) -> Any: ... function head (line 14) | def head(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/uselect.pyi class poll (line 20) | class poll: method __init__ (line 25) | def __init__(self) -> None: ... method register (line 26) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 46) | def unregister(self, obj) -> Incomplete: method modify (line 52) | def modify(self, obj, eventmask) -> None: method poll (line 59) | def poll(self, timeout=-1, /) -> List: method ipoll (line 83) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: function select (line 101) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/usocket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method __init__ (line 135) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 136) | def close(self) -> Incomplete: method read (line 147) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 157) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 167) | def readline(self) -> Incomplete: method send (line 175) | def send(self, bytes) -> int: method write (line 183) | def write(self, buf) -> int: method accept (line 194) | def accept(self) -> Tuple: method bind (line 203) | def bind(self, address) -> Incomplete: method connect (line 209) | def connect(self, address) -> None: method fileno (line 215) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 216) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 225) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 243) | def recv(self, bufsize) -> bytes: method recvfrom (line 250) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 258) | def sendall(self, bytes) -> int: method sendto (line 271) | def sendto(self, bytes, address) -> None: method setblocking (line 278) | def setblocking(self, flag) -> Incomplete: method setsockopt (line 290) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 298) | def settimeout(self, value) -> Incomplete: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/ussl.pyi function wrap_socket (line 17) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/ustruct.pyi function calcsize (line 22) | def calcsize(fmt) -> int: function pack (line 28) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 35) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 43) | def unpack(fmt, data) -> Tuple: function unpack_from (line 50) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/usys.pyi function exit (line 15) | def exit(retval=0, /) -> Incomplete: function print_exception (line 29) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/utime.pyi function gmtime (line 39) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 83) | def mktime() -> int: function sleep (line 91) | def sleep(seconds) -> Incomplete: function sleep_ms (line 100) | def sleep_ms(ms) -> None: function sleep_us (line 111) | def sleep_us(us) -> None: function ticks_add (line 121) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 148) | def ticks_cpu() -> Incomplete: function ticks_diff (line 163) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 229) | def ticks_ms() -> int: function ticks_us (line 253) | def ticks_us() -> Incomplete: function time (line 259) | def time() -> int: function time_ns (line 286) | def time_ns() -> int: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/uzlib.pyi class DecompIO (line 17) | class DecompIO: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 32) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 33) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 34) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 36) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ..., accept_han... function start_foreground (line 10) | def start_foreground(port: int = ..., password: Incomplete | None = ...)... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: publish/micropython-v1_19_1-esp32-um_tinypico-stubs/zlib.pyi class DecompIO (line 17) | class DecompIO: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 32) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 33) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 34) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 36) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: publish/micropython-v1_19_1-esp8266-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_19_1-esp8266-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = ...) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/binascii.pyi function unhexlify (line 15) | def unhexlify(data) -> bytes: function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function b2a_base64 (line 32) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 40) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_19_1-esp8266-stubs/btree.pyi function open (line 81) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_19_1-esp8266-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_19_1-esp8266-stubs/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: publish/micropython-v1_19_1-esp8266-stubs/esp.pyi function freemem (line 18) | def freemem(*args, **kwargs) -> Any: ... function free (line 19) | def free(*args, **kwargs) -> Any: ... function flash_write (line 20) | def flash_write(byte_offset, bytes) -> Incomplete: ... function flash_user_start (line 21) | def flash_user_start() -> Incomplete: function sleep_type (line 27) | def sleep_type(sleep_type: Optional[Any] = None) -> Incomplete: function malloc (line 48) | def malloc(*args, **kwargs) -> Any: ... function set_native_code_location (line 49) | def set_native_code_location(start, length) -> Incomplete: function osdebug (line 89) | def osdebug(level) -> None: function meminfo (line 106) | def meminfo(*args, **kwargs) -> Any: ... function dht_readinto (line 107) | def dht_readinto(*args, **kwargs) -> Any: ... function deepsleep (line 108) | def deepsleep(time_us=0, /) -> Incomplete: function check_fw (line 121) | def check_fw(*args, **kwargs) -> Any: ... function apa102_write (line 122) | def apa102_write(*args, **kwargs) -> Any: ... function flash_size (line 123) | def flash_size() -> Incomplete: function esf_free_bufs (line 129) | def esf_free_bufs(*args, **kwargs) -> Any: ... function flash_read (line 130) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_id (line 131) | def flash_id() -> Incomplete: function flash_erase (line 139) | def flash_erase(sector_no) -> Incomplete: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf, off: int = ...) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf, off: Incomplete | None = ...) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: publish/micropython-v1_19_1-esp8266-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method rect (line 50) | def rect(self, x, y, w, h, c) -> Incomplete: ... method pixel (line 51) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method vline (line 58) | def vline(self, x, y, h, c) -> Incomplete: ... method scroll (line 59) | def scroll(self, xstep, ystep) -> Incomplete: method text (line 66) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method fill (line 75) | def fill(self, c) -> None: method blit (line 81) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method line (line 101) | def line(self, x1, y1, x2, y2, c) -> None: method fill_rect (line 111) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 119) | def hline(self, x, y, w, c) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: publish/micropython-v1_19_1-esp8266-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_19_1-esp8266-stubs/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_19_1-esp8266-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_19_1-esp8266-stubs/lwip.pyi function reset (line 13) | def reset(*args, **kwargs) -> Any: ... function print_pcbs (line 14) | def print_pcbs(*args, **kwargs) -> Any: ... function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... function callback (line 16) | def callback(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method recvfrom (line 19) | def recvfrom(self, *args, **kwargs) -> Any: ... method recv (line 20) | def recv(self, *args, **kwargs) -> Any: ... method makefile (line 21) | def makefile(self, *args, **kwargs) -> Any: ... method listen (line 22) | def listen(self, *args, **kwargs) -> Any: ... method settimeout (line 23) | def settimeout(self, *args, **kwargs) -> Any: ... method sendall (line 24) | def sendall(self, *args, **kwargs) -> Any: ... method setsockopt (line 25) | def setsockopt(self, *args, **kwargs) -> Any: ... method setblocking (line 26) | def setblocking(self, *args, **kwargs) -> Any: ... method sendto (line 27) | def sendto(self, *args, **kwargs) -> Any: ... method readline (line 28) | def readline(self, *args, **kwargs) -> Any: ... method readinto (line 29) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 30) | def read(self, *args, **kwargs) -> Any: ... method close (line 31) | def close(self, *args, **kwargs) -> Any: ... method connect (line 32) | def connect(self, *args, **kwargs) -> Any: ... method send (line 33) | def send(self, *args, **kwargs) -> Any: ... method bind (line 34) | def bind(self, *args, **kwargs) -> Any: ... method accept (line 35) | def accept(self, *args, **kwargs) -> Any: ... method write (line 36) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/machine.pyi function enable_irq (line 24) | def enable_irq(state) -> Incomplete: function sleep (line 32) | def sleep() -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function bitstream (line 46) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 70) | def disable_irq() -> Incomplete: function deepsleep (line 79) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function reset_cause (line 104) | def reset_cause() -> int: function idle (line 110) | def idle() -> Incomplete: function soft_reset (line 119) | def soft_reset() -> NoReturn: function lightsleep (line 127) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 152) | def reset() -> NoReturn: function time_pulse_us (line 159) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 177) | def unique_id() -> bytes: class RTC (line 186) | class RTC: method datetime (line 192) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 208) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: method memory (line 219) | def memory(self, *args, **kwargs) -> Any: ... method alarm_left (line 220) | def alarm_left(self, alarm_id=0) -> int: method alarm (line 226) | def alarm(self, id, time, *, repeat=False) -> None: method __init__ (line 234) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 236) | class Pin: method irq (line 306) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 351) | def off(self) -> None: method on (line 357) | def on(self) -> None: method init (line 363) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 373) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 407) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 408) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class ADC (line 419) | class ADC: method read_u16 (line 435) | def read_u16(self) -> int: method read (line 443) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 444) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 446) | class PWM: method init (line 463) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 470) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty (line 481) | def duty(self, *args, **kwargs) -> Any: ... method deinit (line 482) | def deinit(self) -> None: method __init__ (line 488) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 490) | class I2C: method readfrom_mem_into (line 506) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 518) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 528) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 537) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 548) | def scan(self) -> List: method writeto (line 556) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 566) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 582) | def start(self) -> None: method readfrom (line 588) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 596) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 606) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 616) | def stop(self) -> None: method write (line 622) | def write(self, buf) -> int: method __init__ (line 630) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 632) | class WDT: method feed (line 641) | def feed(self) -> None: method __init__ (line 649) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 651) | class Timer: method init (line 662) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method deinit (line 694) | def deinit(self) -> None: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 702) | class SoftSPI: method deinit (line 711) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 712) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 713) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 714) | def read(self, *args, **kwargs) -> Any: ... method write (line 715) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 716) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 717) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 719) | class UART: method readline (line 724) | def readline(self) -> Union[str, None]: method init (line 733) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method write (line 779) | def write(self, buf) -> Union[int, None]: method any (line 787) | def any(self) -> int: method readinto (line 802) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method read (line 813) | def read(self, nbytes: Optional[Any] = None) -> bytes: method __init__ (line 824) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 828) | class SPI: method deinit (line 842) | def deinit(self) -> None: method init (line 848) | def init( method write_readinto (line 874) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 885) | def read(self, nbytes, write=0x00) -> bytes: method write (line 893) | def write(self, buf) -> int: method readinto (line 902) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 912) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 914) | class SoftI2C(I2C): method readfrom_mem_into (line 927) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 928) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 929) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 930) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 931) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 932) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 933) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 934) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 935) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 936) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 937) | def init(self, *args, **kwargs) -> Any: ... method stop (line 938) | def stop(self, *args, **kwargs) -> Any: ... method write (line 939) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 940) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 942) | class Signal(Pin): method off (line 963) | def off(self) -> None: method on (line 969) | def on(self) -> None: method value (line 975) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 995) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/math.pyi function isnan (line 23) | def isnan(x) -> bool: function ldexp (line 29) | def ldexp(x, exp) -> Incomplete: function frexp (line 35) | def frexp(x) -> Incomplete: function isinf (line 44) | def isinf(x) -> bool: function isfinite (line 50) | def isfinite(x) -> bool: function trunc (line 56) | def trunc(x) -> int: function sqrt (line 62) | def sqrt(x) -> Incomplete: function log (line 68) | def log(x) -> float: function tan (line 74) | def tan(x) -> float: function modf (line 80) | def modf(x) -> Tuple: function sin (line 87) | def sin(x) -> float: function radians (line 93) | def radians(x) -> Incomplete: function atan (line 99) | def atan(x) -> float: function ceil (line 105) | def ceil(x) -> int: function atan2 (line 111) | def atan2(y, x) -> float: function pow (line 117) | def pow(x, y) -> Incomplete: function asin (line 123) | def asin(x) -> float: function acos (line 129) | def acos(x) -> float: function fmod (line 135) | def fmod(x, y) -> Incomplete: function fabs (line 141) | def fabs(x) -> Incomplete: function copysign (line 147) | def copysign(x, y) -> Incomplete: function floor (line 153) | def floor(x) -> int: function cos (line 159) | def cos(x) -> float: function exp (line 165) | def exp(x) -> float: function degrees (line 171) | def degrees(x) -> Incomplete: FILE: publish/micropython-v1_19_1-esp8266-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_19_1-esp8266-stubs/neopixel.pyi class NeoPixel (line 16) | class NeoPixel: method __init__ (line 32) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method __len__ (line 33) | def __len__(self) -> int: method __setitem__ (line 38) | def __setitem__(self, index, val) -> None: method __getitem__ (line 43) | def __getitem__(self, index) -> Tuple: method fill (line 48) | def fill(self, pixel) -> None: method write (line 54) | def write(self) -> None: FILE: publish/micropython-v1_19_1-esp8266-stubs/network.pyi function phy_mode (line 60) | def phy_mode(*args, **kwargs) -> Any: ... class WLAN (line 62) | class WLAN: method __init__ (line 71) | def __init__(self, interface_id) -> None: ... method active (line 72) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 80) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 89) | def disconnect(self) -> None: method scan (line 95) | def scan(self) -> List[Tuple]: method status (line 124) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 143) | def isconnected(self) -> bool: method ifconfig (line 151) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 162) | def config(self, *args, **kwargs) -> Incomplete: FILE: publish/micropython-v1_19_1-esp8266-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_19_1-esp8266-stubs/os.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function statvfs (line 60) | def statvfs(path) -> Tuple: function unlink (line 83) | def unlink(*args, **kwargs) -> Any: ... function uname (line 84) | def uname() -> uname_result: function umount (line 98) | def umount(mount_point) -> Incomplete: function mkdir (line 108) | def mkdir(path) -> Incomplete: function dupterm (line 114) | def dupterm(stream_object, index=0, /) -> IO: function chdir (line 137) | def chdir(path) -> Incomplete: function remove (line 143) | def remove(path) -> None: function dupterm_notify (line 149) | def dupterm_notify(*args, **kwargs) -> Any: ... function listdir (line 150) | def listdir(dir: Optional[Any] = None) -> Incomplete: function getcwd (line 156) | def getcwd() -> Incomplete: function ilistdir (line 162) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/random.pyi function seed (line 33) | def seed(n=None, /) -> None: function getrandbits (line 45) | def getrandbits(n) -> int: FILE: publish/micropython-v1_19_1-esp8266-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_19_1-esp8266-stubs/socket.pyi function reset (line 78) | def reset(*args, **kwargs) -> Any: ... function print_pcbs (line 79) | def print_pcbs(*args, **kwargs) -> Any: ... function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... function callback (line 121) | def callback(*args, **kwargs) -> Any: ... class socket (line 123) | class socket: method recvfrom (line 137) | def recvfrom(self, bufsize) -> Tuple: method recv (line 145) | def recv(self, bufsize) -> bytes: method makefile (line 152) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 170) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 179) | def settimeout(self, value) -> Incomplete: method sendall (line 214) | def sendall(self, bytes) -> int: method setsockopt (line 227) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 235) | def setblocking(self, flag) -> Incomplete: method sendto (line 247) | def sendto(self, bytes, address) -> None: method readline (line 254) | def readline(self) -> Incomplete: method readinto (line 262) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 272) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 282) | def close(self) -> Incomplete: method connect (line 293) | def connect(self, address) -> None: method send (line 299) | def send(self, bytes) -> int: method bind (line 307) | def bind(self, address) -> Incomplete: method accept (line 313) | def accept(self) -> Tuple: method write (line 322) | def write(self, buf) -> int: method __init__ (line 333) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/ssl.pyi function wrap_socket (line 17) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_19_1-esp8266-stubs/struct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_19_1-esp8266-stubs/sys.pyi function exit (line 22) | def exit(retval=0, /) -> Incomplete: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_19_1-esp8266-stubs/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_19_1-esp8266-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/ubinascii.pyi function unhexlify (line 15) | def unhexlify(data) -> bytes: function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function b2a_base64 (line 32) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 40) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_19_1-esp8266-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_19_1-esp8266-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_19_1-esp8266-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_19_1-esp8266-stubs/umachine.pyi function enable_irq (line 24) | def enable_irq(state) -> Incomplete: function sleep (line 32) | def sleep() -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function bitstream (line 46) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 70) | def disable_irq() -> Incomplete: function deepsleep (line 79) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function reset_cause (line 104) | def reset_cause() -> int: function idle (line 110) | def idle() -> Incomplete: function soft_reset (line 119) | def soft_reset() -> NoReturn: function lightsleep (line 127) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 152) | def reset() -> NoReturn: function time_pulse_us (line 159) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 177) | def unique_id() -> bytes: class RTC (line 186) | class RTC: method datetime (line 192) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 208) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: method memory (line 219) | def memory(self, *args, **kwargs) -> Any: ... method alarm_left (line 220) | def alarm_left(self, alarm_id=0) -> int: method alarm (line 226) | def alarm(self, id, time, *, repeat=False) -> None: method __init__ (line 234) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 236) | class Pin: method irq (line 306) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 351) | def off(self) -> None: method on (line 357) | def on(self) -> None: method init (line 363) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 373) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 407) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 408) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class ADC (line 419) | class ADC: method read_u16 (line 435) | def read_u16(self) -> int: method read (line 443) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 444) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 446) | class PWM: method init (line 463) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 470) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty (line 481) | def duty(self, *args, **kwargs) -> Any: ... method deinit (line 482) | def deinit(self) -> None: method __init__ (line 488) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 490) | class I2C: method readfrom_mem_into (line 506) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 518) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 528) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 537) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 548) | def scan(self) -> List: method writeto (line 556) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 566) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 582) | def start(self) -> None: method readfrom (line 588) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 596) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 606) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 616) | def stop(self) -> None: method write (line 622) | def write(self, buf) -> int: method __init__ (line 630) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 632) | class WDT: method feed (line 641) | def feed(self) -> None: method __init__ (line 649) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 651) | class Timer: method init (line 662) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method deinit (line 694) | def deinit(self) -> None: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 702) | class SoftSPI: method deinit (line 711) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 712) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 713) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 714) | def read(self, *args, **kwargs) -> Any: ... method write (line 715) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 716) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 717) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 719) | class UART: method readline (line 724) | def readline(self) -> Union[str, None]: method init (line 733) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method write (line 779) | def write(self, buf) -> Union[int, None]: method any (line 787) | def any(self) -> int: method readinto (line 802) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method read (line 813) | def read(self, nbytes: Optional[Any] = None) -> bytes: method __init__ (line 824) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 828) | class SPI: method deinit (line 842) | def deinit(self) -> None: method init (line 848) | def init( method write_readinto (line 874) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 885) | def read(self, nbytes, write=0x00) -> bytes: method write (line 893) | def write(self, buf) -> int: method readinto (line 902) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 912) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 914) | class SoftI2C(I2C): method readfrom_mem_into (line 927) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 928) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 929) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 930) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 931) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 932) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 933) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 934) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 935) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 936) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 937) | def init(self, *args, **kwargs) -> Any: ... method stop (line 938) | def stop(self, *args, **kwargs) -> Any: ... method write (line 939) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 940) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 942) | class Signal(Pin): method off (line 963) | def off(self) -> None: method on (line 969) | def on(self) -> None: method value (line 975) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 995) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/uos.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function statvfs (line 60) | def statvfs(path) -> Tuple: function unlink (line 83) | def unlink(*args, **kwargs) -> Any: ... function uname (line 84) | def uname() -> uname_result: function umount (line 98) | def umount(mount_point) -> Incomplete: function mkdir (line 108) | def mkdir(path) -> Incomplete: function dupterm (line 114) | def dupterm(stream_object, index=0, /) -> IO: function chdir (line 137) | def chdir(path) -> Incomplete: function remove (line 143) | def remove(path) -> None: function dupterm_notify (line 149) | def dupterm_notify(*args, **kwargs) -> Any: ... function listdir (line 150) | def listdir(dir: Optional[Any] = None) -> Incomplete: function getcwd (line 156) | def getcwd() -> Incomplete: function ilistdir (line 162) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function _makedirs (line 13) | def _makedirs(name, mode: int = ...): ... function save_file (line 14) | def save_file(fname, subf) -> None: ... function install_tar (line 15) | def install_tar(f, prefix): ... function expandhome (line 16) | def expandhome(s): ... function url_open (line 20) | def url_open(url): ... function get_pkg_metadata (line 21) | def get_pkg_metadata(name): ... function fatal (line 22) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 23) | def install_pkg(pkg_spec, install_path): ... function install (line 24) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 25) | def get_install_path(): ... function cleanup (line 26) | def cleanup() -> None: ... function help (line 27) | def help() -> None: ... function main (line 28) | def main() -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self) -> str: ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: publish/micropython-v1_19_1-esp8266-stubs/urandom.pyi function seed (line 33) | def seed(n=None, /) -> None: function getrandbits (line 45) | def getrandbits(n) -> int: FILE: publish/micropython-v1_19_1-esp8266-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_19_1-esp8266-stubs/usocket.pyi function reset (line 78) | def reset(*args, **kwargs) -> Any: ... function print_pcbs (line 79) | def print_pcbs(*args, **kwargs) -> Any: ... function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... function callback (line 121) | def callback(*args, **kwargs) -> Any: ... class socket (line 123) | class socket: method recvfrom (line 137) | def recvfrom(self, bufsize) -> Tuple: method recv (line 145) | def recv(self, bufsize) -> bytes: method makefile (line 152) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 170) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 179) | def settimeout(self, value) -> Incomplete: method sendall (line 214) | def sendall(self, bytes) -> int: method setsockopt (line 227) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 235) | def setblocking(self, flag) -> Incomplete: method sendto (line 247) | def sendto(self, bytes, address) -> None: method readline (line 254) | def readline(self) -> Incomplete: method readinto (line 262) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 272) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 282) | def close(self) -> Incomplete: method connect (line 293) | def connect(self, address) -> None: method send (line 299) | def send(self, bytes) -> int: method bind (line 307) | def bind(self, address) -> Incomplete: method accept (line 313) | def accept(self) -> Tuple: method write (line 322) | def write(self, buf) -> int: method __init__ (line 333) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/ussl.pyi function wrap_socket (line 17) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: publish/micropython-v1_19_1-esp8266-stubs/ustruct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_19_1-esp8266-stubs/usys.pyi function exit (line 22) | def exit(retval=0, /) -> Incomplete: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_19_1-esp8266-stubs/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_19_1-esp8266-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ..., accept_han... function start_foreground (line 10) | def start_foreground(port: int = ..., password: Incomplete | None = ...)... FILE: publish/micropython-v1_19_1-esp8266-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: publish/micropython-v1_19_1-esp8266-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_19_1-rp2-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-rp2-stubs/_rp2.pyi function dht_readinto (line 19) | def dht_readinto(*args, **kwargs) -> Any: ... class StateMachine (line 21) | class StateMachine: method irq (line 31) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 39) | def put(self, value, shift=0) -> Incomplete: method restart (line 51) | def restart(self) -> Incomplete: method rx_fifo (line 66) | def rx_fifo(self) -> int: method tx_fifo (line 76) | def tx_fifo(self) -> int: method init (line 86) | def init( method exec (line 134) | def exec(self, instr) -> Incomplete: method get (line 143) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 155) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 168) | class Flash: method readblocks (line 173) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 174) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 175) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 183) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 185) | class PIO: method state_machine (line 206) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 218) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 228) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 238) | def add_program(self, program) -> Incomplete: method __init__ (line 248) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Any: ... method release (line 25) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/aioble/__init__.pyi function log_error (line 6) | def log_error(*args, **kwargs) -> Any: ... function log_warn (line 7) | def log_warn(*args, **kwargs) -> Any: ... function stop (line 8) | def stop(*args, **kwargs) -> Any: ... function register_services (line 9) | def register_services(*args, **kwargs) -> Any: ... function const (line 10) | def const(*args, **kwargs) -> Any: ... function log_info (line 11) | def log_info(*args, **kwargs) -> Any: ... function config (line 12) | def config(*args, **kwargs) -> Any: ... class BufferedCharacteristic (line 14) | class BufferedCharacteristic: method on_read (line 15) | def on_read(self, *args, **kwargs) -> Any: ... method notify (line 16) | def notify(self, *args, **kwargs) -> Any: ... method write (line 17) | def write(self, *args, **kwargs) -> Any: ... method read (line 18) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 21) | def __init__(self, *argv, **kwargs) -> None: ... class Descriptor (line 23) | class Descriptor: method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method on_read (line 25) | def on_read(self, *args, **kwargs) -> Any: ... method read (line 26) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... class scan (line 30) | class scan: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceDisconnectedError (line 34) | class DeviceDisconnectedError(Exception): ... FILE: publish/micropython-v1_19_1-rp2-stubs/aioble/central.pyi function log_info (line 3) | def log_info(*args, **kwargs) -> Any: ... function log_warn (line 4) | def log_warn(*args, **kwargs) -> Any: ... function log_error (line 5) | def log_error(*args, **kwargs) -> Any: ... function ensure_active (line 6) | def ensure_active(*args, **kwargs) -> Any: ... function register_irq_handler (line 7) | def register_irq_handler(*args, **kwargs) -> Any: ... function const (line 8) | def const(*args, **kwargs) -> Any: ... class DeviceTimeout (line 12) | class DeviceTimeout: method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceConnection (line 15) | class DeviceConnection: method timeout (line 16) | def timeout(self, *args, **kwargs) -> Any: ... method services (line 17) | def services(self, *args, **kwargs) -> Any: ... method is_connected (line 18) | def is_connected(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class ScanResult (line 29) | class ScanResult: method name (line 30) | def name(self, *args, **kwargs) -> Any: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class scan (line 35) | class scan: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class Device (line 39) | class Device: method addr_hex (line 40) | def addr_hex(self, *args, **kwargs) -> Any: ... method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/aioble/client.pyi function register_irq_handler (line 3) | def register_irq_handler(*args, **kwargs) -> Any: ... function const (line 4) | def const(*args, **kwargs) -> Any: ... class ClientDiscover (line 6) | class ClientDiscover: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class ClientService (line 9) | class ClientService: method characteristics (line 10) | def characteristics(self, *args, **kwargs) -> Any: ... method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... class ClientCharacteristic (line 14) | class ClientCharacteristic: method descriptors (line 15) | def descriptors(self, *args, **kwargs) -> Any: ... method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... class BaseClientCharacteristic (line 24) | class BaseClientCharacteristic: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class ClientDescriptor (line 29) | class ClientDescriptor: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class GattError (line 34) | class GattError(Exception): ... FILE: publish/micropython-v1_19_1-rp2-stubs/aioble/core.pyi function log_error (line 5) | def log_error(*args, **kwargs) -> Any: ... function ble_irq (line 6) | def ble_irq(*args, **kwargs) -> Any: ... function ensure_active (line 7) | def ensure_active(*args, **kwargs) -> Any: ... function register_irq_handler (line 8) | def register_irq_handler(*args, **kwargs) -> Any: ... function log_warn (line 9) | def log_warn(*args, **kwargs) -> Any: ... function stop (line 10) | def stop(*args, **kwargs) -> Any: ... function config (line 11) | def config(*args, **kwargs) -> Any: ... function log_info (line 12) | def log_info(*args, **kwargs) -> Any: ... class GattError (line 16) | class GattError(Exception): ... FILE: publish/micropython-v1_19_1-rp2-stubs/aioble/device.pyi function register_irq_handler (line 3) | def register_irq_handler(*args, **kwargs) -> Any: ... function log_error (line 4) | def log_error(*args, **kwargs) -> Any: ... function const (line 5) | def const(*args, **kwargs) -> Any: ... class DeviceConnection (line 7) | class DeviceConnection: method timeout (line 8) | def timeout(self, *args, **kwargs) -> Any: ... method services (line 9) | def services(self, *args, **kwargs) -> Any: ... method is_connected (line 10) | def is_connected(self, *args, **kwargs) -> Any: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceTimeout (line 23) | class DeviceTimeout: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceDisconnectedError (line 26) | class DeviceDisconnectedError(Exception): ... FILE: publish/micropython-v1_19_1-rp2-stubs/aioble/l2cap.pyi function log_error (line 3) | def log_error(*args, **kwargs) -> Any: ... function register_irq_handler (line 4) | def register_irq_handler(*args, **kwargs) -> Any: ... function const (line 5) | def const(*args, **kwargs) -> Any: ... class L2CAPChannel (line 7) | class L2CAPChannel: method available (line 8) | def available(self, *args, **kwargs) -> Any: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class L2CAPDisconnectedError (line 15) | class L2CAPDisconnectedError(Exception): ... FILE: publish/micropython-v1_19_1-rp2-stubs/aioble/peripheral.pyi function ensure_active (line 3) | def ensure_active(*args, **kwargs) -> Any: ... function log_warn (line 4) | def log_warn(*args, **kwargs) -> Any: ... function log_error (line 5) | def log_error(*args, **kwargs) -> Any: ... function register_irq_handler (line 6) | def register_irq_handler(*args, **kwargs) -> Any: ... function log_info (line 7) | def log_info(*args, **kwargs) -> Any: ... function const (line 8) | def const(*args, **kwargs) -> Any: ... class DeviceTimeout (line 10) | class DeviceTimeout: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceConnection (line 13) | class DeviceConnection: method timeout (line 14) | def timeout(self, *args, **kwargs) -> Any: ... method services (line 15) | def services(self, *args, **kwargs) -> Any: ... method is_connected (line 16) | def is_connected(self, *args, **kwargs) -> Any: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Device (line 29) | class Device: method addr_hex (line 30) | def addr_hex(self, *args, **kwargs) -> Any: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/aioble/server.pyi function register_services (line 3) | def register_services(*args, **kwargs) -> Any: ... function log_error (line 4) | def log_error(*args, **kwargs) -> Any: ... function register_irq_handler (line 5) | def register_irq_handler(*args, **kwargs) -> Any: ... function ensure_active (line 6) | def ensure_active(*args, **kwargs) -> Any: ... function log_info (line 7) | def log_info(*args, **kwargs) -> Any: ... function log_warn (line 8) | def log_warn(*args, **kwargs) -> Any: ... function const (line 9) | def const(*args, **kwargs) -> Any: ... class DeviceTimeout (line 11) | class DeviceTimeout: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceConnection (line 14) | class DeviceConnection: method timeout (line 15) | def timeout(self, *args, **kwargs) -> Any: ... method services (line 16) | def services(self, *args, **kwargs) -> Any: ... method is_connected (line 17) | def is_connected(self, *args, **kwargs) -> Any: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... class BaseCharacteristic (line 30) | class BaseCharacteristic: method write (line 31) | def write(self, *args, **kwargs) -> Any: ... method on_read (line 32) | def on_read(self, *args, **kwargs) -> Any: ... method read (line 33) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Characteristic (line 37) | class Characteristic: method on_read (line 38) | def on_read(self, *args, **kwargs) -> Any: ... method notify (line 39) | def notify(self, *args, **kwargs) -> Any: ... method write (line 40) | def write(self, *args, **kwargs) -> Any: ... method read (line 41) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Service (line 46) | class Service: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedCharacteristic (line 49) | class BufferedCharacteristic: method on_read (line 50) | def on_read(self, *args, **kwargs) -> Any: ... method notify (line 51) | def notify(self, *args, **kwargs) -> Any: ... method write (line 52) | def write(self, *args, **kwargs) -> Any: ... method read (line 53) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... class Descriptor (line 58) | class Descriptor: method write (line 59) | def write(self, *args, **kwargs) -> Any: ... method on_read (line 60) | def on_read(self, *args, **kwargs) -> Any: ... method read (line 61) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_19_1-rp2-stubs/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: publish/micropython-v1_19_1-rp2-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_19_1-rp2-stubs/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: publish/micropython-v1_19_1-rp2-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method rect (line 50) | def rect(self, x, y, w, h, c) -> Incomplete: ... method pixel (line 51) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method vline (line 58) | def vline(self, x, y, h, c) -> Incomplete: ... method scroll (line 59) | def scroll(self, xstep, ystep) -> Incomplete: method text (line 66) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method fill (line 75) | def fill(self, c) -> None: method blit (line 81) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method line (line 101) | def line(self, x1, y1, x2, y2, c) -> None: method fill_rect (line 111) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 119) | def hline(self, x, y, w, c) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: publish/micropython-v1_19_1-rp2-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_19_1-rp2-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_19_1-rp2-stubs/lsm6dsox.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class LSM6DSOX (line 5) | class LSM6DSOX: method read_mlc_output (line 6) | def read_mlc_output(self, *args, **kwargs) -> Any: ... method set_embedded_functions (line 7) | def set_embedded_functions(self, *args, **kwargs) -> Any: ... method read_gyro (line 8) | def read_gyro(self, *args, **kwargs) -> Any: ... method read_accel (line 9) | def read_accel(self, *args, **kwargs) -> Any: ... method reset (line 10) | def reset(self, *args, **kwargs) -> Any: ... method set_mem_bank (line 11) | def set_mem_bank(self, *args, **kwargs) -> Any: ... method load_mlc (line 12) | def load_mlc(self, *args, **kwargs) -> Any: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/machine.pyi function disable_irq (line 20) | def disable_irq() -> Incomplete: function soft_reset (line 29) | def soft_reset() -> NoReturn: function enable_irq (line 37) | def enable_irq(state) -> Incomplete: function bitstream (line 45) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 69) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 94) | def bootloader(value: Optional[Any] = None) -> None: function reset (line 104) | def reset() -> NoReturn: function freq (line 111) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 119) | def reset_cause() -> int: function idle (line 125) | def idle() -> Incomplete: function time_pulse_us (line 134) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 152) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 177) | def unique_id() -> bytes: class WDT (line 186) | class WDT: method feed (line 195) | def feed(self) -> None: method __init__ (line 203) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 209) | class PWM: method freq (line 226) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 237) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 249) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 259) | def deinit(self) -> None: method __init__ (line 265) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 267) | class ADC: method read_u16 (line 284) | def read_u16(self) -> int: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 294) | class I2C: method readfrom_mem_into (line 310) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 322) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 332) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 341) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 352) | def scan(self) -> List: method writeto (line 360) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 370) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 386) | def start(self) -> None: method readfrom (line 392) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 400) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 410) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 420) | def stop(self) -> None: method write (line 426) | def write(self, buf) -> int: method __init__ (line 434) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 436) | class I2S: method shift (line 467) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 475) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 481) | def irq(self, handler) -> Incomplete: method readinto (line 489) | def readinto(self, buf) -> int: method deinit (line 498) | def deinit(self) -> Incomplete: method write (line 504) | def write(self, buf) -> int: method __init__ (line 513) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 515) | class Pin: method toggle (line 587) | def toggle(self, *args, **kwargs) -> Any: ... method low (line 588) | def low(self) -> None: method off (line 596) | def off(self) -> None: method on (line 602) | def on(self) -> None: method irq (line 608) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method value (line 653) | def value(self, x: Optional[Any] = None) -> int: method high (line 687) | def high(self) -> None: method init (line 695) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method __init__ (line 705) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 706) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 714) | class SoftSPI: method deinit (line 723) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 724) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 725) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 726) | def read(self, *args, **kwargs) -> Any: ... method write (line 727) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 728) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 729) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 731) | class Timer: method init (line 742) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method deinit (line 774) | def deinit(self) -> None: method __init__ (line 780) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 782) | class UART: method deinit (line 791) | def deinit(self) -> None: method init (line 797) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 843) | def sendbreak(self) -> None: method read (line 850) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 861) | def any(self) -> int: method write (line 876) | def write(self, buf) -> Union[int, None]: method readinto (line 884) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 895) | def readline(self) -> Union[str, None]: method __init__ (line 904) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 906) | class SoftI2C(I2C): method readfrom_mem_into (line 919) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 920) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 921) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 922) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 923) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 924) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 925) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 926) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 927) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 928) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 929) | def init(self, *args, **kwargs) -> Any: ... method stop (line 930) | def stop(self, *args, **kwargs) -> Any: ... method write (line 931) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 932) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 934) | class RTC: method datetime (line 939) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 955) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 957) | class SPI: method deinit (line 971) | def deinit(self) -> None: method init (line 977) | def init( method write_readinto (line 1003) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1014) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1022) | def write(self, buf) -> int: method readinto (line 1031) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1041) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1043) | class Signal(Pin): method off (line 1064) | def off(self) -> None: method on (line 1070) | def on(self) -> None: method value (line 1076) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1096) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_19_1-rp2-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_19_1-rp2-stubs/neopixel.pyi class NeoPixel (line 16) | class NeoPixel: method __init__ (line 32) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method __len__ (line 33) | def __len__(self) -> int: method __setitem__ (line 38) | def __setitem__(self, index, val) -> None: method __getitem__ (line 43) | def __getitem__(self, index) -> Tuple: method fill (line 48) | def fill(self, pixel) -> None: method write (line 54) | def write(self) -> None: FILE: publish/micropython-v1_19_1-rp2-stubs/network.pyi function route (line 46) | def route(*args, **kwargs) -> Any: ... class WLAN (line 48) | class WLAN: method ifconfig (line 60) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method ioctl (line 71) | def ioctl(self, *args, **kwargs) -> Any: ... method isconnected (line 72) | def isconnected(self) -> bool: method scan (line 80) | def scan(self) -> List[Tuple]: method status (line 109) | def status(self, param: Optional[Any] = None) -> Incomplete: method disconnect (line 128) | def disconnect(self) -> None: method active (line 134) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 142) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 176) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method __init__ (line 185) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_19_1-rp2-stubs/os.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function statvfs (line 60) | def statvfs(path) -> Tuple: function unlink (line 83) | def unlink(*args, **kwargs) -> Any: ... function uname (line 84) | def uname() -> uname_result: function umount (line 98) | def umount(mount_point) -> Incomplete: function chdir (line 108) | def chdir(path) -> Incomplete: function dupterm (line 114) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 137) | def remove(path) -> None: function mkdir (line 143) | def mkdir(path) -> Incomplete: function getcwd (line 149) | def getcwd() -> Incomplete: function listdir (line 155) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 161) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 182) | class VfsLfs2: method rename (line 200) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 202) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 211) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 212) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 213) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 214) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 215) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 216) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 217) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 218) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 219) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 220) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 221) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 222) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 224) | class VfsFat: method rename (line 231) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 233) | def mkfs(block_dev) -> None: method mount (line 239) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 240) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 241) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 242) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 243) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 244) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 245) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 246) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 247) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 248) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 249) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_19_1-rp2-stubs/rp2.pyi class PIOASMError (line 28) | class PIOASMError(Exception): ... class PIOASMEmit (line 30) | class PIOASMEmit: method __init__ (line 35) | def __init__( method start_pass (line 54) | def start_pass(self, pass_) -> None: ... method __getitem__ (line 55) | def __getitem__(self, key): ... method delay (line 56) | def delay(self, delay): ... method side (line 57) | def side(self, value): ... method wrap_target (line 58) | def wrap_target(self) -> None: ... method wrap (line 59) | def wrap(self) -> None: ... method label (line 60) | def label(self, label) -> None: ... method word (line 61) | def word(self, instr, label: Incomplete | None = ...): ... method nop (line 62) | def nop(self): ... method jmp (line 63) | def jmp(self, cond, label: Incomplete | None = ...): ... method wait (line 64) | def wait(self, polarity, src, index): ... method in_ (line 65) | def in_(self, src, data): ... method out (line 66) | def out(self, dest, data): ... method push (line 67) | def push(self, value: int = ..., value2: int = ...): ... method pull (line 68) | def pull(self, value: int = ..., value2: int = ...): ... method mov (line 69) | def mov(self, dest, src): ... method irq (line 70) | def irq(self, mod, index: Incomplete | None = ...): ... method set (line 71) | def set(self, dest, data): ... function asm_pio (line 75) | def asm_pio( function asm_pio_encode (line 124) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: FILE: publish/micropython-v1_19_1-rp2-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_19_1-rp2-stubs/socket.pyi function getaddrinfo (line 79) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 120) | class socket: method recvfrom (line 134) | def recvfrom(self, bufsize) -> Tuple: method recv (line 142) | def recv(self, bufsize) -> bytes: method makefile (line 149) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 167) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 176) | def settimeout(self, value) -> Incomplete: method sendall (line 211) | def sendall(self, bytes) -> int: method setsockopt (line 224) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 232) | def setblocking(self, flag) -> Incomplete: method sendto (line 244) | def sendto(self, bytes, address) -> None: method readline (line 251) | def readline(self) -> Incomplete: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 269) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 279) | def close(self) -> Incomplete: method connect (line 290) | def connect(self, address) -> None: method send (line 296) | def send(self, bytes) -> int: method bind (line 304) | def bind(self, address) -> Incomplete: method accept (line 310) | def accept(self) -> Tuple: method write (line 319) | def write(self, buf) -> int: method __init__ (line 330) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/struct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_19_1-rp2-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_19_1-rp2-stubs/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_19_1-rp2-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_19_1-rp2-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_19_1-rp2-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_19_1-rp2-stubs/uasyncio/funcs.pyi function _run (line 5) | def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | async def gather(*aws, return_exceptions: bool = ...) -> Generator[None,... FILE: publish/micropython-v1_19_1-rp2-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_19_1-rp2-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_19_1-rp2-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_19_1-rp2-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_19_1-rp2-stubs/ubluetooth.pyi class UUID (line 28) | class UUID: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 40) | class BLE: method gatts_read (line 45) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_set_buffer (line 52) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 65) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gattc_write (line 128) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_notify (line 148) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 163) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method l2cap_send (line 176) | def l2cap_send(self, conn_handle, cid, buf, /) -> bool: method l2cap_listen (line 192) | def l2cap_listen(self, psm, mtu, /) -> Incomplete: method gatts_write (line 209) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method l2cap_recvinto (line 219) | def l2cap_recvinto(self, conn_handle, cid, buf, /) -> int: method irq (line 239) | def irq(self, handler, /) -> int: method l2cap_disconnect (line 435) | def l2cap_disconnect(self, conn_handle, cid, /) -> None: method l2cap_connect (line 442) | def l2cap_connect(self, conn_handle, psm, mtu, /) -> None: method gap_connect (line 454) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_pair (line 478) | def gap_pair(self, conn_handle, /) -> Incomplete: method gap_disconnect (line 489) | def gap_disconnect(self, conn_handle, /) -> bool: method active (line 504) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_advertise (line 513) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 530) | def config(self, param, /) -> Tuple: method gattc_read (line 594) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_discover_services (line 604) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_passkey (line 615) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gattc_exchange_mtu (line 633) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gap_scan (line 647) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_descriptors (line 683) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 692) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method __init__ (line 707) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_19_1-rp2-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_19_1-rp2-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_19_1-rp2-stubs/umachine.pyi function disable_irq (line 20) | def disable_irq() -> Incomplete: function soft_reset (line 29) | def soft_reset() -> NoReturn: function enable_irq (line 37) | def enable_irq(state) -> Incomplete: function bitstream (line 45) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 69) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 94) | def bootloader(value: Optional[Any] = None) -> None: function reset (line 104) | def reset() -> NoReturn: function freq (line 111) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 119) | def reset_cause() -> int: function idle (line 125) | def idle() -> Incomplete: function time_pulse_us (line 134) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 152) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 177) | def unique_id() -> bytes: class WDT (line 186) | class WDT: method feed (line 195) | def feed(self) -> None: method __init__ (line 203) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 209) | class PWM: method freq (line 226) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 237) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 249) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 259) | def deinit(self) -> None: method __init__ (line 265) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 267) | class ADC: method read_u16 (line 284) | def read_u16(self) -> int: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 294) | class I2C: method readfrom_mem_into (line 310) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 322) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 332) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 341) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 352) | def scan(self) -> List: method writeto (line 360) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 370) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 386) | def start(self) -> None: method readfrom (line 392) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 400) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 410) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 420) | def stop(self) -> None: method write (line 426) | def write(self, buf) -> int: method __init__ (line 434) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 436) | class I2S: method shift (line 467) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 475) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 481) | def irq(self, handler) -> Incomplete: method readinto (line 489) | def readinto(self, buf) -> int: method deinit (line 498) | def deinit(self) -> Incomplete: method write (line 504) | def write(self, buf) -> int: method __init__ (line 513) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 515) | class Pin: method toggle (line 587) | def toggle(self, *args, **kwargs) -> Any: ... method low (line 588) | def low(self) -> None: method off (line 596) | def off(self) -> None: method on (line 602) | def on(self) -> None: method irq (line 608) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method value (line 653) | def value(self, x: Optional[Any] = None) -> int: method high (line 687) | def high(self) -> None: method init (line 695) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method __init__ (line 705) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 706) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 714) | class SoftSPI: method deinit (line 723) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 724) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 725) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 726) | def read(self, *args, **kwargs) -> Any: ... method write (line 727) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 728) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 729) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 731) | class Timer: method init (line 742) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method deinit (line 774) | def deinit(self) -> None: method __init__ (line 780) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 782) | class UART: method deinit (line 791) | def deinit(self) -> None: method init (line 797) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 843) | def sendbreak(self) -> None: method read (line 850) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 861) | def any(self) -> int: method write (line 876) | def write(self, buf) -> Union[int, None]: method readinto (line 884) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 895) | def readline(self) -> Union[str, None]: method __init__ (line 904) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 906) | class SoftI2C(I2C): method readfrom_mem_into (line 919) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 920) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 921) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 922) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 923) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 924) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 925) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 926) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 927) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 928) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 929) | def init(self, *args, **kwargs) -> Any: ... method stop (line 930) | def stop(self, *args, **kwargs) -> Any: ... method write (line 931) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 932) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 934) | class RTC: method datetime (line 939) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 955) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 957) | class SPI: method deinit (line 971) | def deinit(self) -> None: method init (line 977) | def init( method write_readinto (line 1003) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1014) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1022) | def write(self, buf) -> int: method readinto (line 1031) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1041) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1043) | class Signal(Pin): method off (line 1064) | def off(self) -> None: method on (line 1070) | def on(self) -> None: method value (line 1076) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1096) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/uos.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function statvfs (line 60) | def statvfs(path) -> Tuple: function unlink (line 83) | def unlink(*args, **kwargs) -> Any: ... function uname (line 84) | def uname() -> uname_result: function umount (line 98) | def umount(mount_point) -> Incomplete: function chdir (line 108) | def chdir(path) -> Incomplete: function dupterm (line 114) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 137) | def remove(path) -> None: function mkdir (line 143) | def mkdir(path) -> Incomplete: function getcwd (line 149) | def getcwd() -> Incomplete: function listdir (line 155) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 161) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 182) | class VfsLfs2: method rename (line 200) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 202) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 211) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 212) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 213) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 214) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 215) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 216) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 217) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 218) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 219) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 220) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 221) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 222) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 224) | class VfsFat: method rename (line 231) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 233) | def mkfs(block_dev) -> None: method mount (line 239) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 240) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 241) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 242) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 243) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 244) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 245) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 246) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 247) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 248) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 249) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_19_1-rp2-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-rp2-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_19_1-rp2-stubs/usocket.pyi function getaddrinfo (line 79) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 120) | class socket: method recvfrom (line 134) | def recvfrom(self, bufsize) -> Tuple: method recv (line 142) | def recv(self, bufsize) -> bytes: method makefile (line 149) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 167) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 176) | def settimeout(self, value) -> Incomplete: method sendall (line 211) | def sendall(self, bytes) -> int: method setsockopt (line 224) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 232) | def setblocking(self, flag) -> Incomplete: method sendto (line 244) | def sendto(self, bytes, address) -> None: method readline (line 251) | def readline(self) -> Incomplete: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 269) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 279) | def close(self) -> Incomplete: method connect (line 290) | def connect(self, address) -> None: method send (line 296) | def send(self, bytes) -> int: method bind (line 304) | def bind(self, address) -> Incomplete: method accept (line 310) | def accept(self) -> Tuple: method write (line 319) | def write(self, buf) -> int: method __init__ (line 330) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/ustruct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_19_1-rp2-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_19_1-rp2-stubs/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_19_1-rp2-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-rp2-stubs/websocket_helper.pyi function client_handshake (line 5) | def client_handshake(*args, **kwargs) -> Any: ... function server_handshake (line 6) | def server_handshake(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-rp2-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_19_1-stm32-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-stm32-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_19_1-stm32-stubs/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: publish/micropython-v1_19_1-stm32-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_19_1-stm32-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method rect (line 50) | def rect(self, x, y, w, h, c) -> Incomplete: ... method pixel (line 51) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method vline (line 58) | def vline(self, x, y, h, c) -> Incomplete: ... method scroll (line 59) | def scroll(self, xstep, ystep) -> Incomplete: method text (line 66) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method fill (line 75) | def fill(self, c) -> None: method blit (line 81) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method line (line 101) | def line(self, x1, y1, x2, y2, c) -> None: method fill_rect (line 111) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 119) | def hline(self, x, y, w, c) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: publish/micropython-v1_19_1-stm32-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_19_1-stm32-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_19_1-stm32-stubs/lcd160cr.pyi class LCD160CR (line 20) | class LCD160CR: method __init__ (line 65) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 66) | def _send(self, cmd) -> None: ... method _fcmd2 (line 67) | def _fcmd2(self, fmt, a0, a1: int = ..., a2: int = ...) -> None: ... method _fcmd2b (line 68) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4: int = ...) -> None: ... method _waitfor (line 69) | def _waitfor(self, n, buf) -> None: ... method oflush (line 70) | def oflush(self, n: int = ...) -> None: ... method iflush (line 71) | def iflush(self) -> None: ... method rgb (line 73) | def rgb(r, g, b) -> int: method clip_line (line 82) | def clip_line(data, w, h) -> Incomplete: method set_power (line 87) | def set_power(self, on) -> None: method set_orient (line 95) | def set_orient(self, orient) -> None: method set_brightness (line 101) | def set_brightness(self, value) -> None: method set_i2c_addr (line 106) | def set_i2c_addr(self, addr) -> None: method set_uart_baudrate (line 112) | def set_uart_baudrate(self, baudrate) -> None: method set_startup_deco (line 117) | def set_startup_deco(self, value) -> None: method save_to_flash (line 123) | def save_to_flash(self) -> Incomplete: method set_pixel (line 129) | def set_pixel(self, x, y, c) -> None: method get_pixel (line 135) | def get_pixel(self, x, y) -> Incomplete: method get_line (line 140) | def get_line(self, x, y, buf) -> Incomplete: method screen_dump (line 148) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Incomplete: method screen_load (line 158) | def screen_load(self, buf) -> None: method set_pos (line 163) | def set_pos(self, x, y) -> None: method set_text_color (line 169) | def set_text_color(self, fg, bg) -> None: method set_font (line 174) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method write (line 194) | def write(self, s) -> None: method set_pen (line 201) | def set_pen(self, line, fill) -> None: method erase (line 206) | def erase(self) -> Incomplete: method dot (line 211) | def dot(self, x, y) -> None: method rect (line 216) | def rect(self, x, y, w, h) -> Incomplete: ... method rect_outline (line 217) | def rect_outline(self, x, y, w, h) -> Incomplete: ... method rect_interior (line 218) | def rect_interior(self, x, y, w, h) -> None: method line (line 226) | def line(self, x1, y1, x2, y2) -> None: method dot_no_clip (line 231) | def dot_no_clip(self, x, y) -> Incomplete: ... method rect_no_clip (line 232) | def rect_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_outline_no_clip (line 233) | def rect_outline_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_interior_no_clip (line 234) | def rect_interior_no_clip(self, x, y, w, h) -> Incomplete: ... method line_no_clip (line 235) | def line_no_clip(self, x1, y1, x2, y2) -> Incomplete: method poly_dot (line 242) | def poly_dot(self, data) -> None: method poly_line (line 249) | def poly_line(self, data) -> Incomplete: method touch_config (line 254) | def touch_config(self, calib=False, save=False, irq=None) -> None: method is_touched (line 269) | def is_touched(self) -> bool: method get_touch (line 275) | def get_touch(self) -> Tuple: method set_spi_win (line 282) | def set_spi_win(self, x, y, w, h) -> None: method fast_spi (line 287) | def fast_spi(self, flush=True) -> SPI: method show_framebuf (line 300) | def show_framebuf(self, buf) -> None: method set_scroll (line 311) | def set_scroll(self, on) -> None: method set_scroll_win (line 317) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 334) | def set_scroll_win_param(self, win, param, value) -> Incomplete: method set_scroll_buf (line 344) | def set_scroll_buf(self, s) -> None: method jpeg_start (line 350) | def jpeg_start(self, total_len) -> Incomplete: ... method jpeg_data (line 351) | def jpeg_data(self, buf) -> None: method jpeg (line 359) | def jpeg(self, buf) -> None: method feed_wdt (line 367) | def feed_wdt(self) -> Incomplete: method reset (line 374) | def reset(self) -> None: FILE: publish/micropython-v1_19_1-stm32-stubs/lcd160cr_test.pyi function get_lcd (line 1) | def get_lcd(lcd): ... function show_adc (line 2) | def show_adc(lcd, adc) -> None: ... function test_features (line 3) | def test_features(lcd, orient=...) -> None: ... function test_mandel (line 4) | def test_mandel(lcd, orient=...): ... function test_all (line 5) | def test_all(lcd, orient=...) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/machine.pyi function idle (line 23) | def idle() -> Incomplete: function freq (line 32) | def freq(hz: Optional[Any] = None) -> Incomplete: function info (line 40) | def info(*args, **kwargs) -> Any: ... function deepsleep (line 41) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function enable_irq (line 66) | def enable_irq(state) -> Incomplete: function disable_irq (line 74) | def disable_irq() -> Incomplete: function unique_id (line 83) | def unique_id() -> bytes: function soft_reset (line 92) | def soft_reset() -> NoReturn: function sleep (line 100) | def sleep() -> Incomplete: function time_pulse_us (line 106) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 124) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 149) | def reset() -> NoReturn: function rng (line 156) | def rng() -> int: function reset_cause (line 164) | def reset_cause() -> int: function bootloader (line 170) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 180) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class Pin (line 204) | class Pin: method mode (line 308) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 317) | def name(self, *args, **kwargs) -> Any: ... method pull (line 318) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 327) | def low(self) -> None: method irq (line 335) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 380) | def pin(self, *args, **kwargs) -> Any: ... method port (line 381) | def port(self, *args, **kwargs) -> Any: ... method names (line 382) | def names(self, *args, **kwargs) -> Any: ... method on (line 383) | def on(self) -> None: method off (line 389) | def off(self) -> None: method init (line 395) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 405) | def af_list(self, *args, **kwargs) -> Any: ... method af (line 406) | def af(self, *args, **kwargs) -> Any: ... method value (line 407) | def value(self, x: Optional[Any] = None) -> int: method high (line 441) | def high(self) -> None: method gpio (line 449) | def gpio(self, *args, **kwargs) -> Any: ... method dict (line 451) | def dict(cls, *args, **kwargs) -> Any: ... method debug (line 453) | def debug(cls, *args, **kwargs) -> Any: ... class cpu (line 455) | class cpu: method __init__ (line 503) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 506) | def mapper(cls, *args, **kwargs) -> Any: ... class board (line 508) | class board: method __init__ (line 558) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 560) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 561) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 569) | class I2S: method shift (line 600) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 608) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 614) | def irq(self, handler) -> Incomplete: method readinto (line 622) | def readinto(self, buf) -> int: method deinit (line 631) | def deinit(self) -> Incomplete: method write (line 637) | def write(self, buf) -> int: method __init__ (line 646) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 648) | class SPI: method deinit (line 662) | def deinit(self) -> None: method init (line 668) | def init( method write_readinto (line 694) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 705) | def read(self, nbytes, write=0x00) -> bytes: method write (line 713) | def write(self, buf) -> int: method readinto (line 722) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 732) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 736) | class RTC: method info (line 741) | def info(self, *args, **kwargs) -> Any: ... method init (line 742) | def init(self, datetime) -> None: method wakeup (line 750) | def wakeup(self, *args, **kwargs) -> Any: ... method datetime (line 751) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 767) | def calibration(self, *args, **kwargs) -> Any: ... method __init__ (line 768) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 770) | class I2C: method readfrom_mem_into (line 786) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 798) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 808) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 817) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 828) | def scan(self) -> List: method writeto (line 836) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 846) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 862) | def start(self) -> None: method readfrom (line 868) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 876) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 886) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 896) | def stop(self) -> None: method write (line 902) | def write(self, buf) -> int: method __init__ (line 910) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 912) | class ADC: method read_u16 (line 932) | def read_u16(self) -> int: method __init__ (line 940) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 942) | class WDT: method feed (line 951) | def feed(self) -> None: method __init__ (line 959) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 961) | class Timer: method init (line 972) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method deinit (line 1004) | def deinit(self) -> None: method __init__ (line 1010) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1012) | class SoftSPI: method deinit (line 1021) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 1022) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 1023) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 1024) | def read(self, *args, **kwargs) -> Any: ... method write (line 1025) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 1026) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 1027) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1029) | class UART: method readchar (line 1037) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 1038) | def sendbreak(self) -> None: method irq (line 1045) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method deinit (line 1072) | def deinit(self) -> None: method init (line 1078) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method writechar (line 1124) | def writechar(self, *args, **kwargs) -> Any: ... method read (line 1125) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1136) | def any(self) -> int: method write (line 1151) | def write(self, buf) -> Union[int, None]: method readinto (line 1159) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1170) | def readline(self) -> Union[str, None]: method __init__ (line 1179) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1184) | class SoftI2C(I2C): method readfrom_mem_into (line 1197) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1198) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1199) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1200) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1201) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1202) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1203) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1204) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1205) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1206) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1207) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1208) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1209) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1210) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1212) | class Signal(Pin): method off (line 1233) | def off(self) -> None: method on (line 1239) | def on(self) -> None: method value (line 1245) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1265) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_19_1-stm32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_19_1-stm32-stubs/network.pyi function route (line 46) | def route(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-stm32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_19_1-stm32-stubs/os.pyi function statvfs (line 19) | def statvfs(path) -> Tuple: function stat (line 42) | def stat(path) -> Incomplete: function rmdir (line 48) | def rmdir(path) -> None: function rename (line 54) | def rename(old_path, new_path) -> None: function mount (line 60) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 78) | def sync() -> None: function unlink (line 84) | def unlink(*args, **kwargs) -> Any: ... function uname (line 85) | def uname() -> uname_result: function umount (line 99) | def umount(mount_point) -> Incomplete: function urandom (line 109) | def urandom(n) -> bytes: function chdir (line 116) | def chdir(path) -> Incomplete: function dupterm (line 122) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 145) | def remove(path) -> None: function mkdir (line 151) | def mkdir(path) -> Incomplete: function getcwd (line 157) | def getcwd() -> Incomplete: function listdir (line 163) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 169) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 190) | class VfsLfs2: method rename (line 208) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 210) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 219) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 220) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 221) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 222) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 223) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 224) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 225) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 226) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 227) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 228) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 229) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 232) | class VfsFat: method rename (line 239) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 241) | def mkfs(block_dev) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 254) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-stm32-stubs/pyb.pyi function hard_reset (line 15) | def hard_reset() -> NoReturn: function have_cdc (line 22) | def have_cdc() -> bool: function hid (line 30) | def hid(hidtuple: Tuple) -> Incomplete: function info (line 39) | def info(dump_alloc_table: Optional[Any] = None) -> None: function dht_readinto (line 45) | def dht_readinto(*args, **kwargs) -> Any: ... function elapsed_micros (line 46) | def elapsed_micros(start) -> int: function freq (line 62) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function disable_irq (line 102) | def disable_irq() -> Incomplete: function fault_debug (line 111) | def fault_debug(value) -> None: function elapsed_millis (line 126) | def elapsed_millis(start) -> int: function enable_irq (line 141) | def enable_irq(state=True) -> None: function sync (line 151) | def sync() -> None: function servo (line 157) | def servo(*args, **kwargs) -> Any: ... function standby (line 158) | def standby() -> Incomplete: function usb_mode (line 171) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function udelay (line 212) | def udelay(us) -> None: function unique_id (line 218) | def unique_id() -> str: function micros (line 224) | def micros() -> int: function mount (line 238) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function rng (line 273) | def rng() -> int: function millis (line 279) | def millis() -> int: function repl_uart (line 293) | def repl_uart(uart) -> UART: function pwm (line 299) | def pwm(*args, **kwargs) -> Any: ... function repl_info (line 300) | def repl_info(*args, **kwargs) -> Any: ... function wfi (line 301) | def wfi() -> None: function stop (line 313) | def stop() -> Incomplete: function delay (line 325) | def delay(ms) -> None: function main (line 331) | def main(filename) -> None: function bootloader (line 340) | def bootloader() -> None: function country (line 346) | def country(*args, **kwargs) -> Any: ... class ADCAll (line 348) | class ADCAll: method read_core_vbat (line 349) | def read_core_vbat(self, *args, **kwargs) -> Any: ... method read_core_vref (line 350) | def read_core_vref(self, *args, **kwargs) -> Any: ... method read_vref (line 351) | def read_vref(self, *args, **kwargs) -> Any: ... method read_core_temp (line 352) | def read_core_temp(self, *args, **kwargs) -> Any: ... method read_channel (line 353) | def read_channel(self, *args, **kwargs) -> Any: ... method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 356) | class Accel: method x (line 361) | def x(self) -> Incomplete: method tilt (line 367) | def tilt(self) -> Incomplete: method y (line 373) | def y(self) -> Incomplete: method z (line 379) | def z(self) -> Incomplete: method read (line 385) | def read(self, *args, **kwargs) -> Any: ... method filtered_xyz (line 386) | def filtered_xyz(self) -> Tuple: method write (line 397) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 398) | def __init__(self, *argv, **kwargs) -> None: ... class CAN (line 400) | class CAN: method restart (line 427) | def restart(self) -> Incomplete: method recv (line 440) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method init (line 476) | def init( method rxcallback (line 550) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 586) | def setfilter(self, bank, mode, fifo, params, *, rtr=None, extframe=Fa... method state (line 643) | def state(self) -> Incomplete: method send (line 659) | def send(self, data, id, *, timeout=0, rtr=False, extframe=False, fdf=... method any (line 688) | def any(self, fifo) -> bool: method info (line 694) | def info(self, list: Optional[Any] = None) -> Incomplete: method clearfilter (line 718) | def clearfilter(self, bank, extframe=False) -> None: method deinit (line 728) | def deinit(self) -> None: method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... class ExtInt (line 736) | class ExtInt: method line (line 760) | def line(self) -> int: method regs (line 767) | def regs(cls) -> Incomplete: method swint (line 773) | def swint(self) -> Incomplete: method enable (line 779) | def enable(self) -> None: method disable (line 785) | def disable(self) -> None: method __init__ (line 792) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 794) | class Flash: method readblocks (line 805) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 806) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 807) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 815) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 817) | class ADC: method read_timed (line 823) | def read_timed(self, buf, timer) -> Incomplete: method read_timed_multi (line 861) | def read_timed_multi(self, adcs, bufs, timer) -> bool: method read (line 914) | def read(self) -> Incomplete: method __init__ (line 921) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 925) | class DAC: method noise (line 952) | def noise(self, freq) -> None: method write_timed (line 959) | def write_timed(self, data, freq, *, mode=NORMAL) -> Incomplete: method triangle (line 981) | def triangle(self, freq) -> None: method write (line 989) | def write(self, value) -> Incomplete: method init (line 997) | def init(self, bits=8, *, buffering=None) -> Incomplete: method deinit (line 1005) | def deinit(self) -> Incomplete: method __init__ (line 1011) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1013) | class RTC: method info (line 1018) | def info(self) -> Incomplete: method init (line 1029) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 1030) | def wakeup(self, timeout, callback=None) -> None: method datetime (line 1043) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 1061) | def calibration(self, cal) -> int: method __init__ (line 1079) | def __init__(self, *argv, **kwargs) -> None: ... class USB_VCP (line 1081) | class USB_VCP: method readlines (line 1090) | def readlines(self) -> List: method recv (line 1100) | def recv(self, data, *, timeout=5000) -> int: method isconnected (line 1113) | def isconnected(self) -> bool: method init (line 1119) | def init(self, *, flow=-1) -> None: method irq (line 1127) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 1139) | def setinterrupt(self, chr) -> None: method close (line 1150) | def close(self) -> Incomplete: method read (line 1157) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1168) | def any(self) -> bool: method write (line 1174) | def write(self, buf) -> int: method send (line 1182) | def send(self, data, *, timeout=5000) -> int: method readinto (line 1193) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1205) | def readline(self) -> bytes: method __init__ (line 1214) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1216) | class Timer: method freq (line 1246) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 1252) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1301) | def period(self, value: Optional[Any] = None) -> Incomplete: method prescaler (line 1307) | def prescaler(self, value: Optional[Any] = None) -> Incomplete: method source_freq (line 1313) | def source_freq(self) -> Incomplete: method deinit (line 1319) | def deinit(self) -> None: method callback (line 1330) | def callback(self, fun) -> None: method channel (line 1338) | def channel(self, channel, mode, pin=None, *args) -> Incomplete: method counter (line 1414) | def counter(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 1420) | def __init__(self, *argv, **kwargs) -> None: ... class Switch (line 1422) | class Switch(Pin): method callback (line 1427) | def callback(self, fun) -> None: method value (line 1434) | def value(self) -> bool: method __init__ (line 1440) | def __init__(self, *argv, **kwargs) -> None: ... class Servo (line 1442) | class Servo: method speed (line 1447) | def speed(self, speed: Optional[Any] = None, time=0) -> Incomplete: method pulse_width (line 1459) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method calibration (line 1468) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method angle (line 1483) | def angle(self, angle: Optional[Any] = None, time=0) -> Incomplete: method __init__ (line 1496) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1498) | class UART: method readchar (line 1537) | def readchar(self) -> int: method sendbreak (line 1545) | def sendbreak(self) -> None: method irq (line 1553) | def irq(self, *args, **kwargs) -> Any: ... method deinit (line 1554) | def deinit(self) -> None: method init (line 1560) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method writechar (line 1586) | def writechar(self, char) -> None: method read (line 1593) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1610) | def any(self) -> int: method write (line 1616) | def write(self, buf) -> int: method readinto (line 1628) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1638) | def readline(self) -> None: method __init__ (line 1648) | def __init__(self, *argv, **kwargs) -> None: ... class USB_HID (line 1650) | class USB_HID: method recv (line 1655) | def recv(self, data, *, timeout=5000) -> int: method send (line 1668) | def send(self, data) -> None: method __init__ (line 1677) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1679) | class I2C: method scan (line 1705) | def scan(self) -> List: method mem_read (line 1712) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 1727) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 1742) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method is_ready (line 1756) | def is_ready(self, addr) -> Incomplete: method send (line 1762) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 1774) | def deinit(self) -> None: method init (line 1780) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method __init__ (line 1794) | def __init__(self, *argv, **kwargs) -> None: ... class LED (line 1796) | class LED: method toggle (line 1803) | def toggle(self) -> Incomplete: method on (line 1810) | def on(self) -> None: method off (line 1816) | def off(self) -> None: method intensity (line 1822) | def intensity(self, value: Optional[Any] = None) -> None: method __init__ (line 1836) | def __init__(self, *argv, **kwargs) -> None: ... class LCD (line 1838) | class LCD: method fill (line 1844) | def fill(self, colour) -> None: method light (line 1852) | def light(self, value) -> None: method pixel (line 1858) | def pixel(self, x, y, colour) -> None: method show (line 1866) | def show(self) -> None: method text (line 1872) | def text(self, str, x, y, colour) -> None: method contrast (line 1880) | def contrast(self, value) -> None: method get (line 1886) | def get(self, x, y) -> int: method write (line 1894) | def write(self, str) -> None: method command (line 1900) | def command(self, instr_data, buf) -> None: method __init__ (line 1908) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1910) | class SPI: method deinit (line 1933) | def deinit(self) -> None: method send_recv (line 1939) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method recv (line 1953) | def recv(self, recv, *, timeout=5000) -> bytes: method init (line 1966) | def init(self, mode, baudrate=328125, *, prescaler=-1, polarity=1, pha... method write_readinto (line 1994) | def write_readinto(self, *args, **kwargs) -> Any: ... method write (line 1995) | def write(self, *args, **kwargs) -> Any: ... method read (line 1996) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 1997) | def readinto(self, *args, **kwargs) -> Any: ... method send (line 1998) | def send(self, send, *, timeout=5000) -> None: method __init__ (line 2009) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 2011) | class Pin: method mode (line 2057) | def mode(self) -> Incomplete: method name (line 2065) | def name(self) -> str: method pull (line 2071) | def pull(self) -> Incomplete: method low (line 2079) | def low(self, *args, **kwargs) -> Any: ... method irq (line 2080) | def irq(self, *args, **kwargs) -> Any: ... method pin (line 2081) | def pin(self) -> int: method port (line 2087) | def port(self) -> Incomplete: method names (line 2093) | def names(self) -> str: method on (line 2099) | def on(self, *args, **kwargs) -> Any: ... method off (line 2100) | def off(self, *args, **kwargs) -> Any: ... method init (line 2101) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method af_list (line 2130) | def af_list(self) -> List: method af (line 2136) | def af(self) -> Incomplete: method value (line 2144) | def value(self, value: Optional[Any] = None) -> int: method high (line 2155) | def high(self, *args, **kwargs) -> Any: ... method gpio (line 2156) | def gpio(self) -> int: method dict (line 2164) | def dict(cls, *args, **kwargs) -> Incomplete: method debug (line 2172) | def debug(cls, *args, **kwargs) -> bool: class cpu (line 2178) | class cpu: method __init__ (line 2226) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 2230) | def mapper(cls, *args, **kwargs) -> Incomplete: class board (line 2236) | class board: method __init__ (line 2286) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2288) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 2289) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SDCard (line 2297) | class SDCard: method writeblocks (line 2298) | def writeblocks(self, *args, **kwargs) -> Any: ... method power (line 2299) | def power(self, *args, **kwargs) -> Any: ... method present (line 2300) | def present(self, *args, **kwargs) -> Any: ... method readblocks (line 2301) | def readblocks(self, *args, **kwargs) -> Any: ... method ioctl (line 2302) | def ioctl(self, *args, **kwargs) -> Any: ... method read (line 2303) | def read(self, *args, **kwargs) -> Any: ... method write (line 2304) | def write(self, *args, **kwargs) -> Any: ... method info (line 2305) | def info(self, *args, **kwargs) -> Any: ... method __init__ (line 2306) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_19_1-stm32-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_19_1-stm32-stubs/socket.pyi function getaddrinfo (line 79) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 120) | class socket: method recvfrom (line 134) | def recvfrom(self, bufsize) -> Tuple: method recv (line 142) | def recv(self, bufsize) -> bytes: method makefile (line 149) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 167) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 176) | def settimeout(self, value) -> Incomplete: method sendall (line 211) | def sendall(self, bytes) -> int: method setsockopt (line 224) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 232) | def setblocking(self, flag) -> Incomplete: method sendto (line 244) | def sendto(self, bytes, address) -> None: method readline (line 251) | def readline(self) -> Incomplete: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 269) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 279) | def close(self) -> Incomplete: method connect (line 290) | def connect(self, address) -> None: method send (line 296) | def send(self, bytes) -> int: method bind (line 304) | def bind(self, address) -> Incomplete: method accept (line 310) | def accept(self) -> Tuple: method write (line 319) | def write(self, buf) -> int: method __init__ (line 330) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/struct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_19_1-stm32-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_19_1-stm32-stubs/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_19_1-stm32-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_19_1-stm32-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_19_1-stm32-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_19_1-stm32-stubs/uasyncio/funcs.pyi function _run (line 5) | def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | async def gather(*aws, return_exceptions: bool = ...) -> Generator[None,... FILE: publish/micropython-v1_19_1-stm32-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_19_1-stm32-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_19_1-stm32-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_19_1-stm32-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_19_1-stm32-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_19_1-stm32-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_19_1-stm32-stubs/umachine.pyi function idle (line 23) | def idle() -> Incomplete: function freq (line 32) | def freq(hz: Optional[Any] = None) -> Incomplete: function info (line 40) | def info(*args, **kwargs) -> Any: ... function deepsleep (line 41) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function enable_irq (line 66) | def enable_irq(state) -> Incomplete: function disable_irq (line 74) | def disable_irq() -> Incomplete: function unique_id (line 83) | def unique_id() -> bytes: function soft_reset (line 92) | def soft_reset() -> NoReturn: function sleep (line 100) | def sleep() -> Incomplete: function time_pulse_us (line 106) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 124) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 149) | def reset() -> NoReturn: function rng (line 156) | def rng() -> int: function reset_cause (line 164) | def reset_cause() -> int: function bootloader (line 170) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 180) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class Pin (line 204) | class Pin: method mode (line 308) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 317) | def name(self, *args, **kwargs) -> Any: ... method pull (line 318) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 327) | def low(self) -> None: method irq (line 335) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 380) | def pin(self, *args, **kwargs) -> Any: ... method port (line 381) | def port(self, *args, **kwargs) -> Any: ... method names (line 382) | def names(self, *args, **kwargs) -> Any: ... method on (line 383) | def on(self) -> None: method off (line 389) | def off(self) -> None: method init (line 395) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 405) | def af_list(self, *args, **kwargs) -> Any: ... method af (line 406) | def af(self, *args, **kwargs) -> Any: ... method value (line 407) | def value(self, x: Optional[Any] = None) -> int: method high (line 441) | def high(self) -> None: method gpio (line 449) | def gpio(self, *args, **kwargs) -> Any: ... method dict (line 451) | def dict(cls, *args, **kwargs) -> Any: ... method debug (line 453) | def debug(cls, *args, **kwargs) -> Any: ... class cpu (line 455) | class cpu: method __init__ (line 503) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 506) | def mapper(cls, *args, **kwargs) -> Any: ... class board (line 508) | class board: method __init__ (line 558) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 560) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 561) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 569) | class I2S: method shift (line 600) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 608) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 614) | def irq(self, handler) -> Incomplete: method readinto (line 622) | def readinto(self, buf) -> int: method deinit (line 631) | def deinit(self) -> Incomplete: method write (line 637) | def write(self, buf) -> int: method __init__ (line 646) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 648) | class SPI: method deinit (line 662) | def deinit(self) -> None: method init (line 668) | def init( method write_readinto (line 694) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 705) | def read(self, nbytes, write=0x00) -> bytes: method write (line 713) | def write(self, buf) -> int: method readinto (line 722) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 732) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 736) | class RTC: method info (line 741) | def info(self, *args, **kwargs) -> Any: ... method init (line 742) | def init(self, datetime) -> None: method wakeup (line 750) | def wakeup(self, *args, **kwargs) -> Any: ... method datetime (line 751) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 767) | def calibration(self, *args, **kwargs) -> Any: ... method __init__ (line 768) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 770) | class I2C: method readfrom_mem_into (line 786) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 798) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 808) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 817) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 828) | def scan(self) -> List: method writeto (line 836) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 846) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 862) | def start(self) -> None: method readfrom (line 868) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 876) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 886) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 896) | def stop(self) -> None: method write (line 902) | def write(self, buf) -> int: method __init__ (line 910) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 912) | class ADC: method read_u16 (line 932) | def read_u16(self) -> int: method __init__ (line 940) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 942) | class WDT: method feed (line 951) | def feed(self) -> None: method __init__ (line 959) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 961) | class Timer: method init (line 972) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method deinit (line 1004) | def deinit(self) -> None: method __init__ (line 1010) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1012) | class SoftSPI: method deinit (line 1021) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 1022) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 1023) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 1024) | def read(self, *args, **kwargs) -> Any: ... method write (line 1025) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 1026) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 1027) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1029) | class UART: method readchar (line 1037) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 1038) | def sendbreak(self) -> None: method irq (line 1045) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method deinit (line 1072) | def deinit(self) -> None: method init (line 1078) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method writechar (line 1124) | def writechar(self, *args, **kwargs) -> Any: ... method read (line 1125) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1136) | def any(self) -> int: method write (line 1151) | def write(self, buf) -> Union[int, None]: method readinto (line 1159) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1170) | def readline(self) -> Union[str, None]: method __init__ (line 1179) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1184) | class SoftI2C(I2C): method readfrom_mem_into (line 1197) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1198) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1199) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1200) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1201) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1202) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1203) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1204) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1205) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1206) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1207) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1208) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1209) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1210) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1212) | class Signal(Pin): method off (line 1233) | def off(self) -> None: method on (line 1239) | def on(self) -> None: method value (line 1245) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1265) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/uos.pyi function statvfs (line 19) | def statvfs(path) -> Tuple: function stat (line 42) | def stat(path) -> Incomplete: function rmdir (line 48) | def rmdir(path) -> None: function rename (line 54) | def rename(old_path, new_path) -> None: function mount (line 60) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 78) | def sync() -> None: function unlink (line 84) | def unlink(*args, **kwargs) -> Any: ... function uname (line 85) | def uname() -> uname_result: function umount (line 99) | def umount(mount_point) -> Incomplete: function urandom (line 109) | def urandom(n) -> bytes: function chdir (line 116) | def chdir(path) -> Incomplete: function dupterm (line 122) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 145) | def remove(path) -> None: function mkdir (line 151) | def mkdir(path) -> Incomplete: function getcwd (line 157) | def getcwd() -> Incomplete: function listdir (line 163) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 169) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 190) | class VfsLfs2: method rename (line 208) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 210) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 219) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 220) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 221) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 222) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 223) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 224) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 225) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 226) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 227) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 228) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 229) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 232) | class VfsFat: method rename (line 239) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 241) | def mkfs(block_dev) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 254) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-stm32-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_19_1-stm32-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_19_1-stm32-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_19_1-stm32-stubs/usocket.pyi function getaddrinfo (line 79) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 120) | class socket: method recvfrom (line 134) | def recvfrom(self, bufsize) -> Tuple: method recv (line 142) | def recv(self, bufsize) -> bytes: method makefile (line 149) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 167) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 176) | def settimeout(self, value) -> Incomplete: method sendall (line 211) | def sendall(self, bytes) -> int: method setsockopt (line 224) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 232) | def setblocking(self, flag) -> Incomplete: method sendto (line 244) | def sendto(self, bytes, address) -> None: method readline (line 251) | def readline(self) -> Incomplete: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 269) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 279) | def close(self) -> Incomplete: method connect (line 290) | def connect(self, address) -> None: method send (line 296) | def send(self, bytes) -> int: method bind (line 304) | def bind(self, address) -> Incomplete: method accept (line 310) | def accept(self) -> Tuple: method write (line 319) | def write(self, buf) -> int: method __init__ (line 330) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/ustruct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_19_1-stm32-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_19_1-stm32-stubs/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_19_1-stm32-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_19_1-stm32-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Any: ... method release (line 25) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/bluetooth.pyi class UUID (line 31) | class UUID: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 43) | class BLE: method gattc_write (line 48) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 68) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gattc_discover_services (line 86) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_read (line 97) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 107) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_set_buffer (line 121) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 134) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 144) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_register_services (line 159) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 222) | def gatts_read(self, value_handle, /) -> Incomplete: method irq (line 229) | def irq(self, handler, /) -> int: method gap_advertise (line 423) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 440) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gattc_discover_descriptors (line 464) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method config (line 473) | def config(self, param, /) -> Tuple: method active (line 537) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_scan (line 546) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 582) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_disconnect (line 597) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_passkey (line 612) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gap_pair (line 630) | def gap_pair(self, conn_handle, /) -> Incomplete: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/btree.pyi function open (line 82) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/cryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/esp.pyi function osdebug (line 21) | def osdebug(level) -> None: function flash_write (line 38) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 39) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 40) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function flash_user_start (line 41) | def flash_user_start() -> Incomplete: function flash_erase (line 47) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 48) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 49) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/esp32.pyi function wake_on_ulp (line 19) | def wake_on_ulp(wake) -> None: function idf_heap_info (line 26) | def idf_heap_info(capabilities) -> List[Tuple]: function raw_temperature (line 52) | def raw_temperature() -> int: function wake_on_touch (line 58) | def wake_on_touch(wake) -> None: function wake_on_ext1 (line 65) | def wake_on_ext1(pins, level) -> None: function wake_on_ext0 (line 73) | def wake_on_ext0(pin, level) -> None: function hall_sensor (line 81) | def hall_sensor() -> int: function gpio_deep_sleep_hold (line 87) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 94) | class ULP: method run (line 100) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 106) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 112) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 120) | class NVS: method get_i32 (line 126) | def get_i32(self, key) -> int: method set_i32 (line 133) | def set_i32(self, key, value) -> None: method set_blob (line 139) | def set_blob(self, key, value) -> None: method commit (line 148) | def commit(self) -> Incomplete: method get_blob (line 154) | def get_blob(self, key, buffer) -> int: method erase_key (line 162) | def erase_key(self, key) -> Incomplete: method __init__ (line 168) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 170) | class Partition: method readblocks (line 181) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 182) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 190) | def set_boot(self) -> None: method writeblocks (line 196) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 197) | def info(self) -> Tuple: method find (line 204) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 215) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 225) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 240) | class RMT: method source_freq (line 257) | def source_freq(self) -> Incomplete: method loop (line 264) | def loop(self, enable_loop) -> None: method wait_done (line 273) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 282) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 313) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 327) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 328) | def clock_div(self) -> Incomplete: method __init__ (line 335) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 64) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 71) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 80) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 89) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 96) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 112) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 122) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 144) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 145) | def fill(self, c) -> None: method fill_rect (line 151) | def fill_rect(self, *args, **kwargs) -> Any: ... method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 88) | class StringIO(IO): method write (line 89) | def write(self, *args, **kwargs) -> Any: ... method flush (line 90) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 91) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 92) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 93) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 94) | def readline(self, *args, **kwargs) -> Any: ... method close (line 95) | def close(self, *args, **kwargs) -> Any: ... method read (line 96) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 97) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 100) | class IOBase: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 132) | class BufferedWriter: method flush (line 133) | def flush(self, *args, **kwargs) -> Any: ... method write (line 134) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 135) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/logging.pyi function info (line 10) | def info(*args, **kwargs) -> Any: ... function getLogger (line 11) | def getLogger(*args, **kwargs) -> Any: ... function basicConfig (line 12) | def basicConfig(*args, **kwargs) -> Any: ... function debug (line 13) | def debug(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method error (line 17) | def error(self, *args, **kwargs) -> Any: ... method warning (line 18) | def warning(self, *args, **kwargs) -> Any: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method critical (line 21) | def critical(self, *args, **kwargs) -> Any: ... method debug (line 22) | def debug(self, *args, **kwargs) -> Any: ... method info (line 23) | def info(self, *args, **kwargs) -> Any: ... method log (line 24) | def log(self, *args, **kwargs) -> Any: ... method exception (line 25) | def exception(self, *args, **kwargs) -> Any: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/machine.pyi function deepsleep (line 31) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 56) | def soft_reset() -> NoReturn: function dht_readinto (line 64) | def dht_readinto(*args, **kwargs) -> Any: ... function reset (line 65) | def reset() -> NoReturn: function unique_id (line 72) | def unique_id() -> bytes: function time_pulse_us (line 81) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function bitstream (line 99) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function idle (line 123) | def idle() -> Incomplete: function freq (line 132) | def freq(hz: Optional[Any] = None) -> Incomplete: function lightsleep (line 140) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function disable_irq (line 165) | def disable_irq() -> Incomplete: function enable_irq (line 174) | def enable_irq(state) -> Incomplete: function reset_cause (line 182) | def reset_cause() -> int: function sleep (line 188) | def sleep() -> Incomplete: function wake_reason (line 194) | def wake_reason() -> Incomplete: class PWM (line 204) | class PWM: method duty_u16 (line 221) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 233) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 240) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 251) | def deinit(self) -> None: method duty_ns (line 257) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 267) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 270) | class UART: method deinit (line 281) | def deinit(self) -> None: method sendbreak (line 291) | def sendbreak(self) -> None: method init (line 298) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 352) | def flush(self) -> Incomplete: method txdone (line 367) | def txdone(self) -> bool: method read (line 382) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 393) | def any(self) -> int: method write (line 408) | def write(self, buf) -> Union[int, None]: method readinto (line 416) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 427) | def readline(self) -> Union[str, None]: method __init__ (line 436) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 441) | class ADCBlock: method init (line 451) | def init(self, *, bits) -> None: method connect (line 458) | def connect(self, channel, source) -> Incomplete: method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 478) | class ADC: method read_u16 (line 502) | def read_u16(self) -> int: method init (line 510) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 518) | def read_uv(self) -> int: method width (line 526) | def width(self, *args, **kwargs) -> Any: ... method read (line 527) | def read(self, *args, **kwargs) -> Any: ... method block (line 528) | def block(self) -> Incomplete: method atten (line 538) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 539) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 541) | class I2S: method shift (line 572) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 580) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 586) | def irq(self, handler) -> Incomplete: method readinto (line 594) | def readinto(self, buf) -> int: method deinit (line 603) | def deinit(self) -> Incomplete: method write (line 609) | def write(self, buf) -> int: method __init__ (line 618) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 620) | class DAC: method write (line 621) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 622) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 624) | class I2C: method readfrom_mem_into (line 642) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 654) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 664) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 673) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 684) | def scan(self) -> List: method writeto (line 692) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 702) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 718) | def start(self) -> None: method readfrom (line 724) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 732) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 742) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 756) | def stop(self) -> None: method write (line 762) | def write(self, buf) -> int: method __init__ (line 770) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 772) | class Timer: method deinit (line 783) | def deinit(self) -> None: method init (line 789) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 829) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 830) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 832) | class SoftSPI: method deinit (line 841) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 842) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 843) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 844) | def read(self, *args, **kwargs) -> Any: ... method write (line 845) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 846) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 847) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 849) | class Pin: method irq (line 926) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 971) | def off(self) -> None: method on (line 977) | def on(self) -> None: method init (line 983) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 993) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1027) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 1028) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 1036) | class TouchPad: method config (line 1037) | def config(self, *args, **kwargs) -> Any: ... method read (line 1038) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 1039) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 1041) | class WDT: method feed (line 1051) | def feed(self) -> None: method __init__ (line 1059) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1061) | class SDCard: method ioctl (line 1092) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1093) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1094) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1095) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1096) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1097) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1099) | class RTC: method init (line 1104) | def init(self, datetime) -> None: method memory (line 1112) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1113) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1129) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1131) | class SoftI2C(I2C): method readfrom_mem_into (line 1144) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1145) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1146) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1147) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1148) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1149) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1150) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1151) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1152) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1153) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1154) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1155) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1156) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1157) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1159) | class SPI: method deinit (line 1173) | def deinit(self) -> None: method init (line 1179) | def init( method write_readinto (line 1205) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1216) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1224) | def write(self, buf) -> int: method readinto (line 1233) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1243) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1245) | class Signal(Pin): method off (line 1266) | def off(self) -> None: method on (line 1272) | def on(self) -> None: method value (line 1278) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1298) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/mip.pyi function install (line 3) | def install(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/mip/__init__.pyi function _ensure_path_exists (line 6) | def _ensure_path_exists(path) -> None: ... function _chunk (line 7) | def _chunk(src, dest) -> None: ... function _check_exists (line 8) | def _check_exists(path, short_hash): ... function _rewrite_url (line 9) | def _rewrite_url(url, branch: Incomplete | None = ...): ... function _download_file (line 10) | def _download_file(url, dest): ... function _install_json (line 11) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 12) | def _install_package(package, index, target, version, mpy): ... function install (line 13) | def install( FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/neopixel.pyi class NeoPixel (line 18) | class NeoPixel: method __init__ (line 34) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 35) | def __len__(self) -> int: method __setitem__ (line 40) | def __setitem__(self, i, v) -> None: method __getitem__ (line 45) | def __getitem__(self, i) -> Tuple: method fill (line 50) | def fill(self, v) -> None: method write (line 56) | def write(self) -> None: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/network.pyi function phy_mode (line 78) | def phy_mode(*args, **kwargs) -> Any: ... function country (line 79) | def country(*args, **kwargs) -> Any: ... function hostname (line 80) | def hostname(*args, **kwargs) -> Any: ... class LAN (line 82) | class LAN: method __init__ (line 105) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 106) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 114) | def isconnected(self) -> bool: method status (line 121) | def status(self) -> Incomplete: method ifconfig (line 127) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 139) | def config(self, config_parameters) -> Incomplete: class WLAN (line 159) | class WLAN: method __init__ (line 168) | def __init__(self, interface_id) -> None: ... method active (line 169) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 177) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method disconnect (line 186) | def disconnect(self) -> None: method scan (line 192) | def scan(self) -> List[Tuple]: method status (line 221) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 240) | def isconnected(self) -> bool: method ifconfig (line 248) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 259) | def config(self, *args, **kwargs) -> Incomplete: function PPP (line 293) | def PPP(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/os.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/socket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/ssl.pyi function wrap_socket (line 21) | def wrap_socket( FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/struct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/ubluetooth.pyi class UUID (line 31) | class UUID: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 43) | class BLE: method gattc_write (line 48) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 68) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gattc_discover_services (line 86) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_read (line 97) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 107) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_set_buffer (line 121) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 134) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 144) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_register_services (line 159) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 222) | def gatts_read(self, value_handle, /) -> Incomplete: method irq (line 229) | def irq(self, handler, /) -> int: method gap_advertise (line 423) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 440) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gattc_discover_descriptors (line 464) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method config (line 473) | def config(self, param, /) -> Tuple: method active (line 537) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_scan (line 546) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 582) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_disconnect (line 597) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_passkey (line 612) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gap_pair (line 630) | def gap_pair(self, conn_handle, /) -> Incomplete: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 88) | class StringIO(IO): method write (line 89) | def write(self, *args, **kwargs) -> Any: ... method flush (line 90) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 91) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 92) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 93) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 94) | def readline(self, *args, **kwargs) -> Any: ... method close (line 95) | def close(self, *args, **kwargs) -> Any: ... method read (line 96) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 97) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 100) | class IOBase: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 132) | class BufferedWriter: method flush (line 133) | def flush(self, *args, **kwargs) -> Any: ... method write (line 134) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 135) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/umachine.pyi function deepsleep (line 31) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 56) | def soft_reset() -> NoReturn: function dht_readinto (line 64) | def dht_readinto(*args, **kwargs) -> Any: ... function reset (line 65) | def reset() -> NoReturn: function unique_id (line 72) | def unique_id() -> bytes: function time_pulse_us (line 81) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function bitstream (line 99) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function idle (line 123) | def idle() -> Incomplete: function freq (line 132) | def freq(hz: Optional[Any] = None) -> Incomplete: function lightsleep (line 140) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function disable_irq (line 165) | def disable_irq() -> Incomplete: function enable_irq (line 174) | def enable_irq(state) -> Incomplete: function reset_cause (line 182) | def reset_cause() -> int: function sleep (line 188) | def sleep() -> Incomplete: function wake_reason (line 194) | def wake_reason() -> Incomplete: class PWM (line 204) | class PWM: method duty_u16 (line 221) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 233) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 240) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 251) | def deinit(self) -> None: method duty_ns (line 257) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 267) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 270) | class UART: method deinit (line 281) | def deinit(self) -> None: method sendbreak (line 291) | def sendbreak(self) -> None: method init (line 298) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 352) | def flush(self) -> Incomplete: method txdone (line 367) | def txdone(self) -> bool: method read (line 382) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 393) | def any(self) -> int: method write (line 408) | def write(self, buf) -> Union[int, None]: method readinto (line 416) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 427) | def readline(self) -> Union[str, None]: method __init__ (line 436) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 441) | class ADCBlock: method init (line 451) | def init(self, *, bits) -> None: method connect (line 458) | def connect(self, channel, source) -> Incomplete: method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 478) | class ADC: method read_u16 (line 502) | def read_u16(self) -> int: method init (line 510) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 518) | def read_uv(self) -> int: method width (line 526) | def width(self, *args, **kwargs) -> Any: ... method read (line 527) | def read(self, *args, **kwargs) -> Any: ... method block (line 528) | def block(self) -> Incomplete: method atten (line 538) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 539) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 541) | class I2S: method shift (line 572) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 580) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 586) | def irq(self, handler) -> Incomplete: method readinto (line 594) | def readinto(self, buf) -> int: method deinit (line 603) | def deinit(self) -> Incomplete: method write (line 609) | def write(self, buf) -> int: method __init__ (line 618) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 620) | class DAC: method write (line 621) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 622) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 624) | class I2C: method readfrom_mem_into (line 642) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 654) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 664) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 673) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 684) | def scan(self) -> List: method writeto (line 692) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 702) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 718) | def start(self) -> None: method readfrom (line 724) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 732) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 742) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 756) | def stop(self) -> None: method write (line 762) | def write(self, buf) -> int: method __init__ (line 770) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 772) | class Timer: method deinit (line 783) | def deinit(self) -> None: method init (line 789) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 829) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 830) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 832) | class SoftSPI: method deinit (line 841) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 842) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 843) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 844) | def read(self, *args, **kwargs) -> Any: ... method write (line 845) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 846) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 847) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 849) | class Pin: method irq (line 926) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 971) | def off(self) -> None: method on (line 977) | def on(self) -> None: method init (line 983) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 993) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1027) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 1028) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 1036) | class TouchPad: method config (line 1037) | def config(self, *args, **kwargs) -> Any: ... method read (line 1038) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 1039) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 1041) | class WDT: method feed (line 1051) | def feed(self) -> None: method __init__ (line 1059) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1061) | class SDCard: method ioctl (line 1092) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1093) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1094) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1095) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1096) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1097) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1099) | class RTC: method init (line 1104) | def init(self, datetime) -> None: method memory (line 1112) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1113) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1129) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1131) | class SoftI2C(I2C): method readfrom_mem_into (line 1144) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1145) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1146) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1147) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1148) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1149) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1150) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1151) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1152) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1153) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1154) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1155) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1156) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1157) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1159) | class SPI: method deinit (line 1173) | def deinit(self) -> None: method init (line 1179) | def init( method write_readinto (line 1205) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1216) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1224) | def write(self, buf) -> int: method readinto (line 1233) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1243) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1245) | class Signal(Pin): method off (line 1266) | def off(self) -> None: method on (line 1272) | def on(self) -> None: method value (line 1278) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1298) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = ...): ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = ..., qos: int = ...... method connect (line 37) | def connect(self, clean_session: bool = ...): ... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = ...) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uos.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = ...) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = ...) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/usocket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/ussl.pyi function wrap_socket (line 21) | def wrap_socket( FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/ustruct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/webrepl.pyi function server_handshake (line 9) | def server_handshake(cl): ... function send_html (line 10) | def send_html(cl) -> None: ... function setup_conn (line 11) | def setup_conn(port, accept_handler): ... function accept_conn (line 12) | def accept_conn(listen_sock): ... function stop (line 13) | def stop() -> None: ... function start (line 14) | def start(port: int = ..., password: Incomplete | None = ..., accept_han... function start_foreground (line 15) | def start_foreground(port: int = ..., password: Incomplete | None = ...)... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_ota-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Any: ... method release (line 25) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/bluetooth.pyi class UUID (line 31) | class UUID: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 43) | class BLE: method gattc_write (line 48) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 68) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gattc_discover_services (line 86) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_read (line 97) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 107) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_set_buffer (line 121) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 134) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 144) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_register_services (line 159) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 222) | def gatts_read(self, value_handle, /) -> Incomplete: method irq (line 229) | def irq(self, handler, /) -> int: method gap_advertise (line 423) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 440) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gattc_discover_descriptors (line 464) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method config (line 473) | def config(self, param, /) -> Tuple: method active (line 537) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_scan (line 546) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 582) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_disconnect (line 597) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_passkey (line 612) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gap_pair (line 630) | def gap_pair(self, conn_handle, /) -> Incomplete: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/btree.pyi function open (line 82) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/cryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/esp.pyi function osdebug (line 21) | def osdebug(level) -> None: function flash_write (line 38) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 39) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 40) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function flash_user_start (line 41) | def flash_user_start() -> Incomplete: function flash_erase (line 47) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 48) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 49) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/esp32.pyi function idf_heap_info (line 19) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_touch (line 45) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 52) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 60) | def wake_on_ext1(pins, level) -> None: function wake_on_ulp (line 68) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 75) | def gpio_deep_sleep_hold(enable) -> None: class NVS (line 82) | class NVS: method get_i32 (line 88) | def get_i32(self, key) -> int: method set_i32 (line 95) | def set_i32(self, key, value) -> None: method set_blob (line 101) | def set_blob(self, key, value) -> None: method commit (line 110) | def commit(self) -> Incomplete: method get_blob (line 116) | def get_blob(self, key, buffer) -> int: method erase_key (line 124) | def erase_key(self, key) -> Incomplete: method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 132) | class RMT: method source_freq (line 149) | def source_freq(self) -> Incomplete: method loop (line 156) | def loop(self, enable_loop) -> None: method wait_done (line 165) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 174) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 205) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 219) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 220) | def clock_div(self) -> Incomplete: method __init__ (line 227) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 229) | class Partition: method readblocks (line 240) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 241) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 249) | def set_boot(self) -> None: method writeblocks (line 255) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 256) | def info(self) -> Tuple: method find (line 263) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 274) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 284) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 297) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 64) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 71) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 80) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 89) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 96) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 112) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 122) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 144) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 145) | def fill(self, c) -> None: method fill_rect (line 151) | def fill_rect(self, *args, **kwargs) -> Any: ... method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 88) | class StringIO(IO): method write (line 89) | def write(self, *args, **kwargs) -> Any: ... method flush (line 90) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 91) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 92) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 93) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 94) | def readline(self, *args, **kwargs) -> Any: ... method close (line 95) | def close(self, *args, **kwargs) -> Any: ... method read (line 96) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 97) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 100) | class IOBase: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 132) | class BufferedWriter: method flush (line 133) | def flush(self, *args, **kwargs) -> Any: ... method write (line 134) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 135) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/machine.pyi function disable_irq (line 31) | def disable_irq() -> Incomplete: function enable_irq (line 40) | def enable_irq(state) -> Incomplete: function bitstream (line 48) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 72) | def dht_readinto(*args, **kwargs) -> Any: ... function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 98) | def wake_reason() -> Incomplete: function sleep (line 106) | def sleep() -> Incomplete: function soft_reset (line 112) | def soft_reset() -> NoReturn: function time_pulse_us (line 120) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 138) | def unique_id() -> bytes: function freq (line 147) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 155) | def reset_cause() -> int: function idle (line 161) | def idle() -> Incomplete: function lightsleep (line 170) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 195) | def reset() -> NoReturn: class PWM (line 202) | class PWM: method duty_u16 (line 219) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 231) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 238) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 249) | def deinit(self) -> None: method duty_ns (line 255) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 265) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 268) | class Pin: method irq (line 345) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 390) | def off(self) -> None: method on (line 396) | def on(self) -> None: method init (line 402) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 412) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 446) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 447) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 459) | class I2S: method shift (line 490) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 498) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 504) | def irq(self, handler) -> Incomplete: method readinto (line 512) | def readinto(self, buf) -> int: method deinit (line 521) | def deinit(self) -> Incomplete: method write (line 527) | def write(self, buf) -> int: method __init__ (line 536) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 538) | class ADC: method read_u16 (line 559) | def read_u16(self) -> int: method init (line 567) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 575) | def read_uv(self) -> int: method width (line 583) | def width(self, *args, **kwargs) -> Any: ... method read (line 584) | def read(self, *args, **kwargs) -> Any: ... method block (line 585) | def block(self) -> Incomplete: method atten (line 595) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 596) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 598) | class ADCBlock: method init (line 608) | def init(self, *, bits) -> None: method connect (line 615) | def connect(self, channel, source) -> Incomplete: method __init__ (line 633) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 635) | class I2C: method readfrom_mem_into (line 653) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 665) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 675) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 684) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 695) | def scan(self) -> List: method writeto (line 703) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 713) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 729) | def start(self) -> None: method readfrom (line 735) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 743) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 753) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 767) | def stop(self) -> None: method write (line 773) | def write(self, buf) -> int: method __init__ (line 781) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 783) | class WDT: method feed (line 793) | def feed(self) -> None: method __init__ (line 801) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 803) | class SoftSPI: method deinit (line 812) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 813) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 814) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 815) | def read(self, *args, **kwargs) -> Any: ... method write (line 816) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 817) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 818) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 820) | class Timer: method deinit (line 831) | def deinit(self) -> None: method init (line 837) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 877) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 878) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 880) | class TouchPad: method config (line 881) | def config(self, *args, **kwargs) -> Any: ... method read (line 882) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 883) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 885) | class UART: method deinit (line 896) | def deinit(self) -> None: method sendbreak (line 906) | def sendbreak(self) -> None: method init (line 913) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 967) | def flush(self) -> Incomplete: method txdone (line 982) | def txdone(self) -> bool: method read (line 997) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1008) | def any(self) -> int: method write (line 1023) | def write(self, buf) -> Union[int, None]: method readinto (line 1031) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1042) | def readline(self) -> Union[str, None]: method __init__ (line 1051) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1053) | class RTC: method init (line 1058) | def init(self, datetime) -> None: method memory (line 1066) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1067) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1083) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1085) | class SoftI2C(I2C): method readfrom_mem_into (line 1098) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1099) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1100) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1101) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1102) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1103) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1104) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1105) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1106) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1107) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1108) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1109) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1110) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1111) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1113) | class SDCard: method ioctl (line 1144) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1145) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1146) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1147) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1148) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1149) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1151) | class SPI: method deinit (line 1165) | def deinit(self) -> None: method init (line 1171) | def init( method write_readinto (line 1197) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1208) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1216) | def write(self, buf) -> int: method readinto (line 1225) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1235) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1237) | class Signal(Pin): method off (line 1258) | def off(self) -> None: method on (line 1264) | def on(self) -> None: method value (line 1270) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1290) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/mip.pyi function install (line 3) | def install(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/mip/__init__.pyi function _ensure_path_exists (line 6) | def _ensure_path_exists(path) -> None: ... function _chunk (line 7) | def _chunk(src, dest) -> None: ... function _check_exists (line 8) | def _check_exists(path, short_hash): ... function _rewrite_url (line 9) | def _rewrite_url(url, branch: Incomplete | None = ...): ... function _download_file (line 10) | def _download_file(url, dest): ... function _install_json (line 11) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 12) | def _install_package(package, index, target, version, mpy): ... function install (line 13) | def install( FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/neopixel.pyi class NeoPixel (line 18) | class NeoPixel: method __init__ (line 34) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 35) | def __len__(self) -> int: method __setitem__ (line 40) | def __setitem__(self, i, v) -> None: method __getitem__ (line 45) | def __getitem__(self, i) -> Tuple: method fill (line 50) | def fill(self, v) -> None: method write (line 56) | def write(self) -> None: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/network.pyi function country (line 68) | def country(*args, **kwargs) -> Any: ... function hostname (line 69) | def hostname(*args, **kwargs) -> Any: ... function phy_mode (line 70) | def phy_mode(*args, **kwargs) -> Any: ... class WLAN (line 72) | class WLAN: method __init__ (line 81) | def __init__(self, interface_id) -> None: ... method active (line 82) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 90) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method disconnect (line 99) | def disconnect(self) -> None: method scan (line 105) | def scan(self) -> List[Tuple]: method status (line 134) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 153) | def isconnected(self) -> bool: method ifconfig (line 161) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 172) | def config(self, *args, **kwargs) -> Incomplete: function PPP (line 206) | def PPP(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/os.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/socket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/ssl.pyi function wrap_socket (line 21) | def wrap_socket( FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/struct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/ubluetooth.pyi class UUID (line 31) | class UUID: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 43) | class BLE: method gattc_write (line 48) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 68) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gattc_discover_services (line 86) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_read (line 97) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 107) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_set_buffer (line 121) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 134) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 144) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_register_services (line 159) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 222) | def gatts_read(self, value_handle, /) -> Incomplete: method irq (line 229) | def irq(self, handler, /) -> int: method gap_advertise (line 423) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 440) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gattc_discover_descriptors (line 464) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method config (line 473) | def config(self, param, /) -> Tuple: method active (line 537) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_scan (line 546) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 582) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_disconnect (line 597) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_passkey (line 612) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gap_pair (line 630) | def gap_pair(self, conn_handle, /) -> Incomplete: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 88) | class StringIO(IO): method write (line 89) | def write(self, *args, **kwargs) -> Any: ... method flush (line 90) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 91) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 92) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 93) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 94) | def readline(self, *args, **kwargs) -> Any: ... method close (line 95) | def close(self, *args, **kwargs) -> Any: ... method read (line 96) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 97) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 100) | class IOBase: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 132) | class BufferedWriter: method flush (line 133) | def flush(self, *args, **kwargs) -> Any: ... method write (line 134) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 135) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/umachine.pyi function disable_irq (line 31) | def disable_irq() -> Incomplete: function enable_irq (line 40) | def enable_irq(state) -> Incomplete: function bitstream (line 48) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 72) | def dht_readinto(*args, **kwargs) -> Any: ... function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 98) | def wake_reason() -> Incomplete: function sleep (line 106) | def sleep() -> Incomplete: function soft_reset (line 112) | def soft_reset() -> NoReturn: function time_pulse_us (line 120) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 138) | def unique_id() -> bytes: function freq (line 147) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 155) | def reset_cause() -> int: function idle (line 161) | def idle() -> Incomplete: function lightsleep (line 170) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 195) | def reset() -> NoReturn: class PWM (line 202) | class PWM: method duty_u16 (line 219) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 231) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 238) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 249) | def deinit(self) -> None: method duty_ns (line 255) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 265) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 268) | class Pin: method irq (line 345) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 390) | def off(self) -> None: method on (line 396) | def on(self) -> None: method init (line 402) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 412) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 446) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 447) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 459) | class I2S: method shift (line 490) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 498) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 504) | def irq(self, handler) -> Incomplete: method readinto (line 512) | def readinto(self, buf) -> int: method deinit (line 521) | def deinit(self) -> Incomplete: method write (line 527) | def write(self, buf) -> int: method __init__ (line 536) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 538) | class ADC: method read_u16 (line 559) | def read_u16(self) -> int: method init (line 567) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 575) | def read_uv(self) -> int: method width (line 583) | def width(self, *args, **kwargs) -> Any: ... method read (line 584) | def read(self, *args, **kwargs) -> Any: ... method block (line 585) | def block(self) -> Incomplete: method atten (line 595) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 596) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 598) | class ADCBlock: method init (line 608) | def init(self, *, bits) -> None: method connect (line 615) | def connect(self, channel, source) -> Incomplete: method __init__ (line 633) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 635) | class I2C: method readfrom_mem_into (line 653) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 665) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 675) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 684) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 695) | def scan(self) -> List: method writeto (line 703) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 713) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 729) | def start(self) -> None: method readfrom (line 735) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 743) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 753) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 767) | def stop(self) -> None: method write (line 773) | def write(self, buf) -> int: method __init__ (line 781) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 783) | class WDT: method feed (line 793) | def feed(self) -> None: method __init__ (line 801) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 803) | class SoftSPI: method deinit (line 812) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 813) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 814) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 815) | def read(self, *args, **kwargs) -> Any: ... method write (line 816) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 817) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 818) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 820) | class Timer: method deinit (line 831) | def deinit(self) -> None: method init (line 837) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 877) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 878) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 880) | class TouchPad: method config (line 881) | def config(self, *args, **kwargs) -> Any: ... method read (line 882) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 883) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 885) | class UART: method deinit (line 896) | def deinit(self) -> None: method sendbreak (line 906) | def sendbreak(self) -> None: method init (line 913) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 967) | def flush(self) -> Incomplete: method txdone (line 982) | def txdone(self) -> bool: method read (line 997) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1008) | def any(self) -> int: method write (line 1023) | def write(self, buf) -> Union[int, None]: method readinto (line 1031) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1042) | def readline(self) -> Union[str, None]: method __init__ (line 1051) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1053) | class RTC: method init (line 1058) | def init(self, datetime) -> None: method memory (line 1066) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1067) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1083) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1085) | class SoftI2C(I2C): method readfrom_mem_into (line 1098) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1099) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1100) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1101) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1102) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1103) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1104) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1105) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1106) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1107) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1108) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1109) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1110) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1111) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1113) | class SDCard: method ioctl (line 1144) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1145) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1146) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1147) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1148) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1149) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1151) | class SPI: method deinit (line 1165) | def deinit(self) -> None: method init (line 1171) | def init( method write_readinto (line 1197) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1208) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1216) | def write(self, buf) -> int: method readinto (line 1225) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1235) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1237) | class Signal(Pin): method off (line 1258) | def off(self) -> None: method on (line 1264) | def on(self) -> None: method value (line 1270) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1290) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = ...): ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = ..., qos: int = ...... method connect (line 37) | def connect(self, clean_session: bool = ...): ... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = ...) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uos.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = ...) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = ...) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/usocket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/ussl.pyi function wrap_socket (line 21) | def wrap_socket( FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/ustruct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/webrepl.pyi function server_handshake (line 9) | def server_handshake(cl): ... function send_html (line 10) | def send_html(cl) -> None: ... function setup_conn (line 11) | def setup_conn(port, accept_handler): ... function accept_conn (line 12) | def accept_conn(listen_sock): ... function stop (line 13) | def stop() -> None: ... function start (line 14) | def start(port: int = ..., password: Incomplete | None = ..., accept_han... function start_foreground (line 15) | def start_foreground(port: int = ..., password: Incomplete | None = ...)... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-generic_s3-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/_thread.pyi function get_ident (line 16) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 17) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 18) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 19) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 20) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 22) | class LockType: method locked (line 23) | def locked(self, *args, **kwargs) -> Any: ... method release (line 24) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 25) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_20_0-esp32-ota-stubs/array.pyi class array (line 15) | class array: method extend (line 22) | def extend(self, iterable) -> Incomplete: method append (line 28) | def append(self, val) -> Incomplete: method __init__ (line 33) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/binascii.pyi function crc32 (line 14) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 15) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 25) | def unhexlify(data) -> bytes: function b2a_base64 (line 32) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 40) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/bluetooth.pyi class UUID (line 30) | class UUID: method __init__ (line 40) | def __init__(self, value, /) -> None: ... class BLE (line 42) | class BLE: method gattc_write (line 47) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 66) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gattc_discover_services (line 83) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_read (line 93) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 102) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_set_buffer (line 115) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 127) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 136) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_register_services (line 150) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 212) | def gatts_read(self, value_handle, /) -> Incomplete: method irq (line 218) | def irq(self, handler, /) -> int: method gap_advertise (line 411) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 427) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gattc_discover_descriptors (line 450) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method config (line 458) | def config(self, param, /) -> Tuple: method active (line 521) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_scan (line 529) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 564) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_disconnect (line 578) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_passkey (line 592) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gap_pair (line 609) | def gap_pair(self, conn_handle, /) -> Incomplete: method __init__ (line 619) | def __init__(self) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/btree.pyi function open (line 81) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/cmath.pyi function polar (line 20) | def polar(z) -> Tuple: function sqrt (line 26) | def sqrt(z) -> Incomplete: function rect (line 32) | def rect(r, phi) -> float: function sin (line 38) | def sin(z) -> float: function exp (line 44) | def exp(z) -> float: function cos (line 50) | def cos(z) -> float: function phase (line 56) | def phase(z) -> float: function log (line 62) | def log(z) -> float: function log10 (line 68) | def log10(z) -> float: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/collections.pyi function namedtuple (line 16) | def namedtuple(name, fields) -> stdlib_NamedTuple: class OrderedDict (line 36) | class OrderedDict(stdlib_OrderedDict): method popitem (line 61) | def popitem(self, *args, **kwargs) -> Any: ... method pop (line 62) | def pop(self, *args, **kwargs) -> Any: ... method values (line 63) | def values(self, *args, **kwargs) -> Any: ... method setdefault (line 64) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 65) | def update(self, *args, **kwargs) -> Any: ... method copy (line 66) | def copy(self, *args, **kwargs) -> Any: ... method clear (line 67) | def clear(self, *args, **kwargs) -> Any: ... method keys (line 68) | def keys(self, *args, **kwargs) -> Any: ... method get (line 69) | def get(self, *args, **kwargs) -> Any: ... method items (line 70) | def items(self, *args, **kwargs) -> Any: ... method fromkeys (line 72) | def fromkeys(cls, *args, **kwargs) -> Any: ... method __init__ (line 73) | def __init__(self, *args, **kwargs) -> None: ... class deque (line 75) | class deque(stdlib_deque): method popleft (line 93) | def popleft(self) -> Incomplete: method append (line 99) | def append(self, x) -> Incomplete: method __init__ (line 105) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/cryptolib.pyi class aes (line 9) | class aes: method encrypt (line 10) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 18) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 23) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/esp.pyi function osdebug (line 20) | def osdebug(level) -> None: function flash_write (line 37) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 38) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 39) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function flash_user_start (line 40) | def flash_user_start() -> Incomplete: function flash_erase (line 46) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 47) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 48) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/esp32.pyi function wake_on_ulp (line 18) | def wake_on_ulp(wake) -> None: function idf_heap_info (line 25) | def idf_heap_info(capabilities) -> List[Tuple]: function raw_temperature (line 51) | def raw_temperature() -> int: function wake_on_touch (line 57) | def wake_on_touch(wake) -> None: function wake_on_ext1 (line 64) | def wake_on_ext1(pins, level) -> None: function wake_on_ext0 (line 72) | def wake_on_ext0(pin, level) -> None: function hall_sensor (line 80) | def hall_sensor() -> int: function gpio_deep_sleep_hold (line 86) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 93) | class ULP: method run (line 99) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 104) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 109) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 114) | def __init__(self) -> None: ... class NVS (line 116) | class NVS: method get_i32 (line 122) | def get_i32(self, key) -> int: method set_i32 (line 128) | def set_i32(self, key, value) -> None: method set_blob (line 133) | def set_blob(self, key, value) -> None: method commit (line 141) | def commit(self) -> Incomplete: method get_blob (line 146) | def get_blob(self, key, buffer) -> int: method erase_key (line 153) | def erase_key(self, key) -> Incomplete: method __init__ (line 158) | def __init__(self, namespace) -> None: ... class Partition (line 160) | class Partition: method readblocks (line 171) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 172) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 179) | def set_boot(self) -> None: method writeblocks (line 184) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 185) | def info(self) -> Tuple: method find (line 191) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 201) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 209) | def mark_app_valid_cancel_rollback(cls) -> Incomplete: method __init__ (line 221) | def __init__(self, id, block_size=4096, /) -> None: ... class RMT (line 223) | class RMT: method source_freq (line 240) | def source_freq(self) -> Incomplete: method loop (line 246) | def loop(self, enable_loop) -> None: method wait_done (line 254) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 262) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 292) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 305) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 306) | def clock_div(self) -> Incomplete: method __init__ (line 312) | def __init__(self, channel, *, pin=None, clock_div=8, idle_level=False... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/framebuf.pyi function FrameBuffer1 (line 21) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 23) | class FrameBuffer: method poly (line 49) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 61) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 62) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 68) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 76) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 84) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 90) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 105) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 114) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 135) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 136) | def fill(self, c) -> None: method fill_rect (line 141) | def fill_rect(self, *args, **kwargs) -> Any: ... method __init__ (line 142) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/gc.pyi function mem_alloc (line 11) | def mem_alloc() -> int: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 22) | def mem_free() -> int: function threshold (line 33) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 58) | def collect() -> None: function enable (line 64) | def enable() -> None: function disable (line 70) | def disable() -> None: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/hashlib.pyi class sha256 (line 29) | class sha256: method digest (line 34) | def digest(self, *args, **kwargs) -> Any: ... method update (line 35) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 36) | def __init__(self, data: Optional[Any] = None) -> None: ... class sha1 (line 38) | class sha1: method digest (line 43) | def digest(self, *args, **kwargs) -> Any: ... method update (line 44) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, data: Optional[Any] = None) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/heapq.pyi function heappop (line 17) | def heappop(heap) -> Incomplete: function heappush (line 26) | def heappush(heap, item) -> Incomplete: function heapify (line 32) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/io.pyi function open (line 15) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 23) | class StringIO(IO): method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method flush (line 25) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 26) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 27) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 28) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 29) | def readline(self, *args, **kwargs) -> Any: ... method close (line 30) | def close(self, *args, **kwargs) -> Any: ... method read (line 31) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 33) | def __init__(self, string: Optional[Any] = None) -> None: ... class IOBase (line 35) | class IOBase: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 38) | class BytesIO(IO): method write (line 51) | def write(self, *args, **kwargs) -> Any: ... method flush (line 52) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 53) | def getvalue(self) -> Incomplete: method seek (line 58) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 59) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 60) | def readline(self, *args, **kwargs) -> Any: ... method close (line 61) | def close(self, *args, **kwargs) -> Any: ... method read (line 62) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 63) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 64) | def __init__(self, string: Optional[Any] = None) -> None: ... class BufferedWriter (line 66) | class BufferedWriter: method flush (line 67) | def flush(self, *args, **kwargs) -> Any: ... method write (line 68) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 69) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/json.pyi function loads (line 14) | def loads(str) -> Incomplete: function load (line 21) | def load(stream) -> Incomplete: function dumps (line 32) | def dumps(obj, separators=None) -> str: function dump (line 40) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/logging.pyi function info (line 10) | def info(*args, **kwargs) -> Any: ... function getLogger (line 11) | def getLogger(*args, **kwargs) -> Any: ... function basicConfig (line 12) | def basicConfig(*args, **kwargs) -> Any: ... function debug (line 13) | def debug(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method error (line 17) | def error(self, *args, **kwargs) -> Any: ... method warning (line 18) | def warning(self, *args, **kwargs) -> Any: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method critical (line 21) | def critical(self, *args, **kwargs) -> Any: ... method debug (line 22) | def debug(self, *args, **kwargs) -> Any: ... method info (line 23) | def info(self, *args, **kwargs) -> Any: ... method log (line 24) | def log(self, *args, **kwargs) -> Any: ... method exception (line 25) | def exception(self, *args, **kwargs) -> Any: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/machine.pyi function deepsleep (line 30) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 55) | def soft_reset() -> NoReturn: function dht_readinto (line 63) | def dht_readinto(*args, **kwargs) -> Any: ... function reset (line 64) | def reset() -> NoReturn: function unique_id (line 71) | def unique_id() -> bytes: function time_pulse_us (line 80) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function bitstream (line 98) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function idle (line 122) | def idle() -> Incomplete: function freq (line 131) | def freq(hz: Optional[Any] = None) -> Incomplete: function lightsleep (line 139) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function disable_irq (line 164) | def disable_irq() -> Incomplete: function enable_irq (line 173) | def enable_irq(state) -> Incomplete: function reset_cause (line 181) | def reset_cause() -> int: function sleep (line 187) | def sleep() -> Incomplete: function wake_reason (line 193) | def wake_reason() -> Incomplete: class PWM (line 203) | class PWM: method duty_u16 (line 220) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 231) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 237) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 247) | def deinit(self) -> None: method duty_ns (line 252) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 261) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 262) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... class UART (line 264) | class UART: method deinit (line 275) | def deinit(self) -> None: method sendbreak (line 284) | def sendbreak(self) -> None: method init (line 290) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 343) | def flush(self) -> Incomplete: method txdone (line 357) | def txdone(self) -> bool: method read (line 371) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 381) | def any(self) -> int: method write (line 395) | def write(self, buf) -> int: method readinto (line 402) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 412) | def readline(self) -> None: method __init__ (line 420) | def __init__(self, id, *args, **kwargs) -> None: ... class ADCBlock (line 425) | class ADCBlock: method init (line 435) | def init(self, *, bits) -> None: method connect (line 441) | def connect(self, channel, source) -> Incomplete: method __init__ (line 458) | def __init__(self, id, *, bits) -> None: ... class ADC (line 460) | class ADC: method read_u16 (line 484) | def read_u16(self) -> int: method init (line 491) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 498) | def read_uv(self) -> int: method width (line 505) | def width(self, *args, **kwargs) -> Any: ... method read (line 506) | def read(self, *args, **kwargs) -> Any: ... method block (line 507) | def block(self) -> Incomplete: method atten (line 516) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 517) | def __init__(self, id, *, sample_ns: Optional[int] = 0, atten: Optiona... class I2S (line 519) | class I2S: method shift (line 550) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 557) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 562) | def irq(self, handler) -> Incomplete: method readinto (line 569) | def readinto(self, buf) -> int: method deinit (line 577) | def deinit(self) -> Incomplete: method write (line 582) | def write(self, buf) -> int: method __init__ (line 590) | def __init__(self, id, *, sck, ws, sd, mck=None, mode, bits, format, r... class DAC (line 592) | class DAC: method write (line 593) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 594) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 596) | class I2C: method readfrom_mem_into (line 614) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 625) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 634) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 642) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 652) | def scan(self) -> List: method writeto (line 659) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 668) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 683) | def start(self) -> None: method readfrom (line 688) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 695) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 704) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 717) | def stop(self) -> None: method write (line 722) | def write(self, buf) -> int: method __init__ (line 729) | def __init__( class Timer (line 739) | class Timer: method deinit (line 750) | def deinit(self) -> None: method init (line 755) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 794) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 795) | def __init__(self, id=-1, *args, **kwargs) -> None: ... class SoftSPI (line 797) | class SoftSPI: method deinit (line 806) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 807) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 808) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 809) | def read(self, *args, **kwargs) -> Any: ... method write (line 810) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 811) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 812) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... class Pin (line 814) | class Pin: method irq (line 891) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 935) | def off(self) -> None: method on (line 940) | def on(self) -> None: method init (line 945) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 954) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 987) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method __call__ (line 988) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 996) | class TouchPad: method config (line 997) | def config(self, *args, **kwargs) -> Any: ... method read (line 998) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 999) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 1001) | class WDT: method feed (line 1011) | def feed(self) -> None: method __init__ (line 1018) | def __init__(self, id=0, timeout=5000) -> None: ... class SDCard (line 1020) | class SDCard: method ioctl (line 1051) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1052) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1053) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1054) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1055) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1056) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... class RTC (line 1058) | class RTC: method init (line 1063) | def init(self, datetime) -> None: method memory (line 1070) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1071) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1086) | def __init__(self, id=0, *args, **kwargs) -> None: ... class SoftI2C (line 1088) | class SoftI2C(I2C): method readfrom_mem_into (line 1101) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1102) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1103) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1104) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1105) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1106) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1107) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1108) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1109) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1110) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1111) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1112) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1113) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1114) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SPI (line 1116) | class SPI: method deinit (line 1130) | def deinit(self) -> None: method init (line 1135) | def init( method write_readinto (line 1160) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1170) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1177) | def write(self, buf) -> int: method readinto (line 1185) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1194) | def __init__(self, id, *args, **kwargs) -> None: ... class Signal (line 1196) | class Signal(Pin): method off (line 1217) | def off(self) -> None: method on (line 1222) | def on(self) -> None: method value (line 1227) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1246) | def __init__(self, pin_obj, *args, invert=False) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/math.pyi function ldexp (line 25) | def ldexp(x, exp) -> Incomplete: function lgamma (line 31) | def lgamma(x) -> float: function trunc (line 37) | def trunc(x) -> int: function isclose (line 43) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 44) | def gamma(x) -> Incomplete: function isnan (line 50) | def isnan(x) -> bool: function isfinite (line 56) | def isfinite(x) -> bool: function isinf (line 62) | def isinf(x) -> bool: function sqrt (line 68) | def sqrt(x) -> Incomplete: function sinh (line 74) | def sinh(x) -> float: function log (line 80) | def log(x) -> float: function tan (line 86) | def tan(x) -> float: function tanh (line 92) | def tanh(x) -> float: function log2 (line 98) | def log2(x) -> float: function log10 (line 104) | def log10(x) -> float: function sin (line 110) | def sin(x) -> float: function modf (line 116) | def modf(x) -> Tuple: function radians (line 123) | def radians(x) -> Incomplete: function atanh (line 129) | def atanh(x) -> float: function atan2 (line 135) | def atan2(y, x) -> float: function atan (line 141) | def atan(x) -> float: function ceil (line 147) | def ceil(x) -> int: function copysign (line 153) | def copysign(x, y) -> Incomplete: function frexp (line 159) | def frexp(x) -> Incomplete: function acos (line 168) | def acos(x) -> float: function pow (line 174) | def pow(x, y) -> Incomplete: function asinh (line 180) | def asinh(x) -> float: function acosh (line 186) | def acosh(x) -> float: function asin (line 192) | def asin(x) -> float: function factorial (line 198) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 199) | def fabs(x) -> Incomplete: function expm1 (line 205) | def expm1(x) -> Incomplete: function floor (line 211) | def floor(x) -> int: function fmod (line 217) | def fmod(x, y) -> Incomplete: function cos (line 223) | def cos(x) -> float: function degrees (line 229) | def degrees(x) -> Incomplete: function cosh (line 235) | def cosh(x) -> float: function exp (line 241) | def exp(x) -> float: function erf (line 247) | def erf(x) -> Incomplete: function erfc (line 253) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: ... function heap_unlock (line 102) | def heap_unlock() -> int: ... function heap_locked (line 103) | def heap_locked() -> bool: function kbd_intr (line 125) | def kbd_intr(chr) -> None: function schedule (line 138) | def schedule(func, arg) -> Incomplete: function viper (line 175) | def viper(func: Callable) -> Callable: function native (line 184) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/mip.pyi function install (line 3) | def install(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/mip/__init__.pyi function _ensure_path_exists (line 6) | def _ensure_path_exists(path) -> None: ... function _chunk (line 7) | def _chunk(src, dest) -> None: ... function _check_exists (line 8) | def _check_exists(path, short_hash): ... function _rewrite_url (line 9) | def _rewrite_url(url, branch: Incomplete | None = ...): ... function _download_file (line 10) | def _download_file(url, dest): ... function _install_json (line 11) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 12) | def _install_package(package, index, target, version, mpy): ... function install (line 13) | def install( FILE: publish/micropython-v1_20_0-esp32-ota-stubs/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 11) | def __len__(self) -> int: ... method __setitem__ (line 12) | def __setitem__(self, i, v) -> None: ... method __getitem__ (line 13) | def __getitem__(self, i): ... method fill (line 14) | def fill(self, v) -> None: ... method write (line 15) | def write(self) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/network.pyi function phy_mode (line 74) | def phy_mode(*args, **kwargs) -> Any: ... function country (line 75) | def country(*args, **kwargs) -> Any: ... function hostname (line 76) | def hostname(*args, **kwargs) -> Any: ... class LAN (line 78) | class LAN: method __init__ (line 101) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 102) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 109) | def isconnected(self) -> bool: method status (line 115) | def status(self) -> Incomplete: method ifconfig (line 120) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 131) | def config(self, config_parameters) -> Incomplete: class WLAN (line 151) | class WLAN: method __init__ (line 160) | def __init__(self, interface_id) -> None: ... method active (line 161) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 168) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method disconnect (line 176) | def disconnect(self) -> None: method scan (line 181) | def scan(self) -> List[Tuple]: method status (line 209) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 227) | def isconnected(self) -> bool: method ifconfig (line 234) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 244) | def config(self, *args, **kwargs) -> Incomplete: function PPP (line 278) | def PPP(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/os.pyi function stat (line 16) | def stat(path) -> Incomplete: function rmdir (line 22) | def rmdir(path) -> None: function rename (line 28) | def rename(old_path, new_path) -> None: function mount (line 34) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 52) | def mkdir(path) -> Incomplete: function statvfs (line 58) | def statvfs(path) -> Tuple: function unlink (line 81) | def unlink(*args, **kwargs) -> Any: ... function uname (line 82) | def uname() -> uname_result: function umount (line 96) | def umount(mount_point) -> Incomplete: function urandom (line 106) | def urandom(n) -> bytes: function chdir (line 113) | def chdir(path) -> Incomplete: function dupterm (line 119) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 142) | def remove(path) -> None: function listdir (line 148) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 154) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsLfs2 (line 182) | class VfsLfs2: method rename (line 200) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 202) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 210) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 211) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 212) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 213) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 214) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 215) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 216) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 217) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 218) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 219) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 220) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 221) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... class VfsFat (line 223) | class VfsFat: method rename (line 230) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 232) | def mkfs(block_dev) -> None: method mount (line 237) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 238) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 239) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 240) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 241) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 242) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 243) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 244) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 245) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 246) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 247) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 248) | def __init__(self, block_dev) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/random.pyi function randrange (line 32) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 42) | def random() -> int: function seed (line 48) | def seed(n=None, /) -> None: function uniform (line 60) | def uniform(a, b) -> int: function choice (line 67) | def choice(sequence) -> Incomplete: function randint (line 74) | def randint(a, b) -> int: function getrandbits (line 80) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/select.pyi function select (line 19) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 28) | class poll: method __init__ (line 33) | def __init__(self) -> None: ... method register (line 34) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 53) | def unregister(self, obj) -> Incomplete: method modify (line 58) | def modify(self, obj, eventmask) -> None: method poll (line 64) | def poll(self, timeout=-1, /) -> List: method ipoll (line 87) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/socket.pyi function getaddrinfo (line 34) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 75) | class socket: method recvfrom (line 89) | def recvfrom(self, bufsize) -> Tuple: method recv (line 96) | def recv(self, bufsize) -> bytes: method makefile (line 102) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 119) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 127) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 128) | def sendall(self, bytes) -> int: method setsockopt (line 140) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 147) | def setblocking(self, flag) -> Incomplete: method sendto (line 158) | def sendto(self, bytes, address) -> None: method settimeout (line 164) | def settimeout(self, value) -> Incomplete: method readline (line 198) | def readline(self) -> Incomplete: method readinto (line 205) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 214) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 223) | def close(self) -> Incomplete: method connect (line 233) | def connect(self, address) -> None: method send (line 238) | def send(self, bytes) -> int: method bind (line 245) | def bind(self, address) -> Incomplete: method accept (line 250) | def accept(self) -> Tuple: method write (line 258) | def write(self, buf) -> int: method __init__ (line 268) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/ssl.pyi function wrap_socket (line 20) | def wrap_socket( FILE: publish/micropython-v1_20_0-esp32-ota-stubs/struct.pyi function pack_into (line 59) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 67) | def unpack(fmt, data) -> Tuple: function unpack_from (line 74) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 82) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 89) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/sys.pyi function print_exception (line 23) | def print_exception(exc, file=stdout, /) -> None: function exit (line 39) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/time.pyi function ticks_diff (line 38) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 104) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 131) | def ticks_cpu() -> Incomplete: function time (line 146) | def time() -> int: function ticks_ms (line 173) | def ticks_ms() -> int: function ticks_us (line 197) | def ticks_us() -> Incomplete: function time_ns (line 203) | def time_ns() -> int: function localtime (line 210) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 232) | def sleep_us(us) -> None: function gmtime (line 242) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 264) | def sleep_ms(ms) -> None: function mktime (line 275) | def mktime() -> int: function sleep (line 283) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uarray.pyi class array (line 15) | class array: method extend (line 22) | def extend(self, iterable) -> Incomplete: method append (line 28) | def append(self, val) -> Incomplete: method __init__ (line 33) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, None, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/ubinascii.pyi function crc32 (line 14) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 15) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 25) | def unhexlify(data) -> bytes: function b2a_base64 (line 32) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 40) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/ubluetooth.pyi class UUID (line 30) | class UUID: method __init__ (line 40) | def __init__(self, value, /) -> None: ... class BLE (line 42) | class BLE: method gattc_write (line 47) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 66) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gattc_discover_services (line 83) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_read (line 93) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 102) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_set_buffer (line 115) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 127) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 136) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_register_services (line 150) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 212) | def gatts_read(self, value_handle, /) -> Incomplete: method irq (line 218) | def irq(self, handler, /) -> int: method gap_advertise (line 411) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 427) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gattc_discover_descriptors (line 450) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method config (line 458) | def config(self, param, /) -> Tuple: method active (line 521) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_scan (line 529) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 564) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_disconnect (line 578) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_passkey (line 592) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gap_pair (line 609) | def gap_pair(self, conn_handle, /) -> Incomplete: method __init__ (line 619) | def __init__(self) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/ucollections.pyi function namedtuple (line 16) | def namedtuple(name, fields) -> stdlib_NamedTuple: class OrderedDict (line 36) | class OrderedDict(stdlib_OrderedDict): method popitem (line 61) | def popitem(self, *args, **kwargs) -> Any: ... method pop (line 62) | def pop(self, *args, **kwargs) -> Any: ... method values (line 63) | def values(self, *args, **kwargs) -> Any: ... method setdefault (line 64) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 65) | def update(self, *args, **kwargs) -> Any: ... method copy (line 66) | def copy(self, *args, **kwargs) -> Any: ... method clear (line 67) | def clear(self, *args, **kwargs) -> Any: ... method keys (line 68) | def keys(self, *args, **kwargs) -> Any: ... method get (line 69) | def get(self, *args, **kwargs) -> Any: ... method items (line 70) | def items(self, *args, **kwargs) -> Any: ... method fromkeys (line 72) | def fromkeys(cls, *args, **kwargs) -> Any: ... method __init__ (line 73) | def __init__(self, *args, **kwargs) -> None: ... class deque (line 75) | class deque(stdlib_deque): method popleft (line 93) | def popleft(self) -> Incomplete: method append (line 99) | def append(self, x) -> Incomplete: method __init__ (line 105) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/ucryptolib.pyi class aes (line 9) | class aes: method encrypt (line 10) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 18) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 23) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uctypes.pyi function sizeof (line 49) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 57) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 66) | def bytearray_at(addr, size) -> bytearray: function addressof (line 75) | def addressof(obj) -> int: class struct (line 83) | class struct: method __init__ (line 89) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uhashlib.pyi class sha256 (line 29) | class sha256: method digest (line 34) | def digest(self, *args, **kwargs) -> Any: ... method update (line 35) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 36) | def __init__(self, data: Optional[Any] = None) -> None: ... class sha1 (line 38) | class sha1: method digest (line 43) | def digest(self, *args, **kwargs) -> Any: ... method update (line 44) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, data: Optional[Any] = None) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uheapq.pyi function heappop (line 17) | def heappop(heap) -> Incomplete: function heappush (line 26) | def heappush(heap, item) -> Incomplete: function heapify (line 32) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uio.pyi function open (line 15) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 23) | class StringIO(IO): method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method flush (line 25) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 26) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 27) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 28) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 29) | def readline(self, *args, **kwargs) -> Any: ... method close (line 30) | def close(self, *args, **kwargs) -> Any: ... method read (line 31) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 33) | def __init__(self, string: Optional[Any] = None) -> None: ... class IOBase (line 35) | class IOBase: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 38) | class BytesIO(IO): method write (line 51) | def write(self, *args, **kwargs) -> Any: ... method flush (line 52) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 53) | def getvalue(self) -> Incomplete: method seek (line 58) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 59) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 60) | def readline(self, *args, **kwargs) -> Any: ... method close (line 61) | def close(self, *args, **kwargs) -> Any: ... method read (line 62) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 63) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 64) | def __init__(self, string: Optional[Any] = None) -> None: ... class BufferedWriter (line 66) | class BufferedWriter: method flush (line 67) | def flush(self, *args, **kwargs) -> Any: ... method write (line 68) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 69) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/ujson.pyi function loads (line 14) | def loads(str) -> Incomplete: function load (line 21) | def load(stream) -> Incomplete: function dumps (line 32) | def dumps(obj, separators=None) -> str: function dump (line 40) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/umachine.pyi function deepsleep (line 30) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 55) | def soft_reset() -> NoReturn: function dht_readinto (line 63) | def dht_readinto(*args, **kwargs) -> Any: ... function reset (line 64) | def reset() -> NoReturn: function unique_id (line 71) | def unique_id() -> bytes: function time_pulse_us (line 80) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function bitstream (line 98) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function idle (line 122) | def idle() -> Incomplete: function freq (line 131) | def freq(hz: Optional[Any] = None) -> Incomplete: function lightsleep (line 139) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function disable_irq (line 164) | def disable_irq() -> Incomplete: function enable_irq (line 173) | def enable_irq(state) -> Incomplete: function reset_cause (line 181) | def reset_cause() -> int: function sleep (line 187) | def sleep() -> Incomplete: function wake_reason (line 193) | def wake_reason() -> Incomplete: class PWM (line 203) | class PWM: method duty_u16 (line 220) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 231) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 237) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 247) | def deinit(self) -> None: method duty_ns (line 252) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 261) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 262) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... class UART (line 264) | class UART: method deinit (line 275) | def deinit(self) -> None: method sendbreak (line 284) | def sendbreak(self) -> None: method init (line 290) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 343) | def flush(self) -> Incomplete: method txdone (line 357) | def txdone(self) -> bool: method read (line 371) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 381) | def any(self) -> int: method write (line 395) | def write(self, buf) -> int: method readinto (line 402) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 412) | def readline(self) -> None: method __init__ (line 420) | def __init__(self, id, *args, **kwargs) -> None: ... class ADCBlock (line 425) | class ADCBlock: method init (line 435) | def init(self, *, bits) -> None: method connect (line 441) | def connect(self, channel, source) -> Incomplete: method __init__ (line 458) | def __init__(self, id, *, bits) -> None: ... class ADC (line 460) | class ADC: method read_u16 (line 484) | def read_u16(self) -> int: method init (line 491) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 498) | def read_uv(self) -> int: method width (line 505) | def width(self, *args, **kwargs) -> Any: ... method read (line 506) | def read(self, *args, **kwargs) -> Any: ... method block (line 507) | def block(self) -> Incomplete: method atten (line 516) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 517) | def __init__(self, id, *, sample_ns: Optional[int] = 0, atten: Optiona... class I2S (line 519) | class I2S: method shift (line 550) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 557) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 562) | def irq(self, handler) -> Incomplete: method readinto (line 569) | def readinto(self, buf) -> int: method deinit (line 577) | def deinit(self) -> Incomplete: method write (line 582) | def write(self, buf) -> int: method __init__ (line 590) | def __init__(self, id, *, sck, ws, sd, mck=None, mode, bits, format, r... class DAC (line 592) | class DAC: method write (line 593) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 594) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 596) | class I2C: method readfrom_mem_into (line 614) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 625) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 634) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 642) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 652) | def scan(self) -> List: method writeto (line 659) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 668) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 683) | def start(self) -> None: method readfrom (line 688) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 695) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 704) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 717) | def stop(self) -> None: method write (line 722) | def write(self, buf) -> int: method __init__ (line 729) | def __init__( class Timer (line 739) | class Timer: method deinit (line 750) | def deinit(self) -> None: method init (line 755) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 794) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 795) | def __init__(self, id=-1, *args, **kwargs) -> None: ... class SoftSPI (line 797) | class SoftSPI: method deinit (line 806) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 807) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 808) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 809) | def read(self, *args, **kwargs) -> Any: ... method write (line 810) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 811) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 812) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... class Pin (line 814) | class Pin: method irq (line 891) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 935) | def off(self) -> None: method on (line 940) | def on(self) -> None: method init (line 945) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 954) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 987) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method __call__ (line 988) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 996) | class TouchPad: method config (line 997) | def config(self, *args, **kwargs) -> Any: ... method read (line 998) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 999) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 1001) | class WDT: method feed (line 1011) | def feed(self) -> None: method __init__ (line 1018) | def __init__(self, id=0, timeout=5000) -> None: ... class SDCard (line 1020) | class SDCard: method ioctl (line 1051) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1052) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1053) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1054) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1055) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1056) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... class RTC (line 1058) | class RTC: method init (line 1063) | def init(self, datetime) -> None: method memory (line 1070) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1071) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1086) | def __init__(self, id=0, *args, **kwargs) -> None: ... class SoftI2C (line 1088) | class SoftI2C(I2C): method readfrom_mem_into (line 1101) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1102) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1103) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1104) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1105) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1106) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1107) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1108) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1109) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1110) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1111) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1112) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1113) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1114) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SPI (line 1116) | class SPI: method deinit (line 1130) | def deinit(self) -> None: method init (line 1135) | def init( method write_readinto (line 1160) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1170) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1177) | def write(self, buf) -> int: method readinto (line 1185) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1194) | def __init__(self, id, *args, **kwargs) -> None: ... class Signal (line 1196) | class Signal(Pin): method off (line 1217) | def off(self) -> None: method on (line 1222) | def on(self) -> None: method value (line 1227) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1246) | def __init__(self, pin_obj, *args, invert=False) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = ...): ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = ..., qos: int = ...... method connect (line 37) | def connect(self, clean_session: bool = ...): ... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = ...) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uos.pyi function stat (line 16) | def stat(path) -> Incomplete: function rmdir (line 22) | def rmdir(path) -> None: function rename (line 28) | def rename(old_path, new_path) -> None: function mount (line 34) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 52) | def mkdir(path) -> Incomplete: function statvfs (line 58) | def statvfs(path) -> Tuple: function unlink (line 81) | def unlink(*args, **kwargs) -> Any: ... function uname (line 82) | def uname() -> uname_result: function umount (line 96) | def umount(mount_point) -> Incomplete: function urandom (line 106) | def urandom(n) -> bytes: function chdir (line 113) | def chdir(path) -> Incomplete: function dupterm (line 119) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 142) | def remove(path) -> None: function listdir (line 148) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 154) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsLfs2 (line 182) | class VfsLfs2: method rename (line 200) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 202) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 210) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 211) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 212) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 213) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 214) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 215) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 216) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 217) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 218) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 219) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 220) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 221) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... class VfsFat (line 223) | class VfsFat: method rename (line 230) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 232) | def mkfs(block_dev) -> None: method mount (line 237) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 238) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 239) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 240) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 241) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 242) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 243) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 244) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 245) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 246) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 247) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 248) | def __init__(self, block_dev) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self): ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self): ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self): ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = ...) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = ...) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self): ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/urandom.pyi function randrange (line 32) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 42) | def random() -> int: function seed (line 48) | def seed(n=None, /) -> None: function uniform (line 60) | def uniform(a, b) -> int: function choice (line 67) | def choice(sequence) -> Incomplete: function randint (line 74) | def randint(a, b) -> int: function getrandbits (line 80) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uselect.pyi function select (line 19) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 28) | class poll: method __init__ (line 33) | def __init__(self) -> None: ... method register (line 34) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 53) | def unregister(self, obj) -> Incomplete: method modify (line 58) | def modify(self, obj, eventmask) -> None: method poll (line 64) | def poll(self, timeout=-1, /) -> List: method ipoll (line 87) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/usocket.pyi function getaddrinfo (line 34) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 75) | class socket: method recvfrom (line 89) | def recvfrom(self, bufsize) -> Tuple: method recv (line 96) | def recv(self, bufsize) -> bytes: method makefile (line 102) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 119) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 127) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 128) | def sendall(self, bytes) -> int: method setsockopt (line 140) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 147) | def setblocking(self, flag) -> Incomplete: method sendto (line 158) | def sendto(self, bytes, address) -> None: method settimeout (line 164) | def settimeout(self, value) -> Incomplete: method readline (line 198) | def readline(self) -> Incomplete: method readinto (line 205) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 214) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 223) | def close(self) -> Incomplete: method connect (line 233) | def connect(self, address) -> None: method send (line 238) | def send(self, bytes) -> int: method bind (line 245) | def bind(self, address) -> Incomplete: method accept (line 250) | def accept(self) -> Tuple: method write (line 258) | def write(self, buf) -> int: method __init__ (line 268) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/ussl.pyi function wrap_socket (line 20) | def wrap_socket( FILE: publish/micropython-v1_20_0-esp32-ota-stubs/ustruct.pyi function pack_into (line 59) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 67) | def unpack(fmt, data) -> Tuple: function unpack_from (line 74) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 82) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 89) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/usys.pyi function print_exception (line 23) | def print_exception(exc, file=stdout, /) -> None: function exit (line 39) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/utime.pyi function ticks_diff (line 38) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 104) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 131) | def ticks_cpu() -> Incomplete: function time (line 146) | def time() -> int: function ticks_ms (line 173) | def ticks_ms() -> int: function ticks_us (line 197) | def ticks_us() -> Incomplete: function time_ns (line 203) | def time_ns() -> int: function localtime (line 210) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 232) | def sleep_us(us) -> None: function gmtime (line 242) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 264) | def sleep_ms(ms) -> None: function mktime (line 275) | def mktime() -> int: function sleep (line 283) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-ota-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/uzlib.pyi function decompress (line 16) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 27) | class DecompIO: method readinto (line 41) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Any: ... method read (line 43) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 44) | def __init__(self, stream, wbits=0, /) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/webrepl.pyi function server_handshake (line 9) | def server_handshake(cl): ... function send_html (line 10) | def send_html(cl) -> None: ... function setup_conn (line 11) | def setup_conn(port, accept_handler): ... function accept_conn (line 12) | def accept_conn(listen_sock): ... function stop (line 13) | def stop() -> None: ... function start (line 14) | def start(port: int = ..., password: Incomplete | None = ..., accept_han... function start_foreground (line 15) | def start_foreground(port: int = ..., password: Incomplete | None = ...)... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-ota-stubs/zlib.pyi function decompress (line 16) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 27) | class DecompIO: method readinto (line 41) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Any: ... method read (line 43) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 44) | def __init__(self, stream, wbits=0, /) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/_thread.pyi function get_ident (line 16) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 17) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 18) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 19) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 20) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 22) | class LockType: method locked (line 23) | def locked(self, *args, **kwargs) -> Any: ... method release (line 24) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 25) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_20_0-esp32-s3-stubs/array.pyi class array (line 15) | class array: method extend (line 22) | def extend(self, iterable) -> Incomplete: method append (line 28) | def append(self, val) -> Incomplete: method __init__ (line 33) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/binascii.pyi function crc32 (line 14) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 15) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 25) | def unhexlify(data) -> bytes: function b2a_base64 (line 32) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 40) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/bluetooth.pyi class UUID (line 30) | class UUID: method __init__ (line 40) | def __init__(self, value, /) -> None: ... class BLE (line 42) | class BLE: method gattc_write (line 47) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 66) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gattc_discover_services (line 83) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_read (line 93) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 102) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_set_buffer (line 115) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 127) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 136) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_register_services (line 150) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 212) | def gatts_read(self, value_handle, /) -> Incomplete: method irq (line 218) | def irq(self, handler, /) -> int: method gap_advertise (line 411) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 427) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gattc_discover_descriptors (line 450) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method config (line 458) | def config(self, param, /) -> Tuple: method active (line 521) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_scan (line 529) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 564) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_disconnect (line 578) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_passkey (line 592) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gap_pair (line 609) | def gap_pair(self, conn_handle, /) -> Incomplete: method __init__ (line 619) | def __init__(self) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/btree.pyi function open (line 81) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/cmath.pyi function polar (line 20) | def polar(z) -> Tuple: function sqrt (line 26) | def sqrt(z) -> Incomplete: function rect (line 32) | def rect(r, phi) -> float: function sin (line 38) | def sin(z) -> float: function exp (line 44) | def exp(z) -> float: function cos (line 50) | def cos(z) -> float: function phase (line 56) | def phase(z) -> float: function log (line 62) | def log(z) -> float: function log10 (line 68) | def log10(z) -> float: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/collections.pyi function namedtuple (line 16) | def namedtuple(name, fields) -> stdlib_NamedTuple: class OrderedDict (line 36) | class OrderedDict(stdlib_OrderedDict): method popitem (line 61) | def popitem(self, *args, **kwargs) -> Any: ... method pop (line 62) | def pop(self, *args, **kwargs) -> Any: ... method values (line 63) | def values(self, *args, **kwargs) -> Any: ... method setdefault (line 64) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 65) | def update(self, *args, **kwargs) -> Any: ... method copy (line 66) | def copy(self, *args, **kwargs) -> Any: ... method clear (line 67) | def clear(self, *args, **kwargs) -> Any: ... method keys (line 68) | def keys(self, *args, **kwargs) -> Any: ... method get (line 69) | def get(self, *args, **kwargs) -> Any: ... method items (line 70) | def items(self, *args, **kwargs) -> Any: ... method fromkeys (line 72) | def fromkeys(cls, *args, **kwargs) -> Any: ... method __init__ (line 73) | def __init__(self, *args, **kwargs) -> None: ... class deque (line 75) | class deque(stdlib_deque): method popleft (line 93) | def popleft(self) -> Incomplete: method append (line 99) | def append(self, x) -> Incomplete: method __init__ (line 105) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/cryptolib.pyi class aes (line 9) | class aes: method encrypt (line 10) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 18) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 23) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/esp.pyi function osdebug (line 20) | def osdebug(level) -> None: function flash_write (line 37) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 38) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 39) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function flash_user_start (line 40) | def flash_user_start() -> Incomplete: function flash_erase (line 46) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 47) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 48) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/esp32.pyi function idf_heap_info (line 18) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_touch (line 44) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 51) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 59) | def wake_on_ext1(pins, level) -> None: function wake_on_ulp (line 67) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 74) | def gpio_deep_sleep_hold(enable) -> None: class NVS (line 81) | class NVS: method get_i32 (line 87) | def get_i32(self, key) -> int: method set_i32 (line 93) | def set_i32(self, key, value) -> None: method set_blob (line 98) | def set_blob(self, key, value) -> None: method commit (line 106) | def commit(self) -> Incomplete: method get_blob (line 111) | def get_blob(self, key, buffer) -> int: method erase_key (line 118) | def erase_key(self, key) -> Incomplete: method __init__ (line 123) | def __init__(self, namespace) -> None: ... class RMT (line 125) | class RMT: method source_freq (line 142) | def source_freq(self) -> Incomplete: method loop (line 148) | def loop(self, enable_loop) -> None: method wait_done (line 156) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 164) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 194) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 207) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 208) | def clock_div(self) -> Incomplete: method __init__ (line 214) | def __init__(self, channel, *, pin=None, clock_div=8, idle_level=False... class Partition (line 216) | class Partition: method readblocks (line 227) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 228) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 235) | def set_boot(self) -> None: method writeblocks (line 240) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 241) | def info(self) -> Tuple: method find (line 247) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 257) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 265) | def mark_app_valid_cancel_rollback(cls) -> Incomplete: method __init__ (line 277) | def __init__(self, id, block_size=4096, /) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/framebuf.pyi function FrameBuffer1 (line 21) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 23) | class FrameBuffer: method poly (line 49) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 61) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 62) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 68) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 76) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 84) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 90) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 105) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 114) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 135) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 136) | def fill(self, c) -> None: method fill_rect (line 141) | def fill_rect(self, *args, **kwargs) -> Any: ... method __init__ (line 142) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/gc.pyi function mem_alloc (line 11) | def mem_alloc() -> int: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 22) | def mem_free() -> int: function threshold (line 33) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 58) | def collect() -> None: function enable (line 64) | def enable() -> None: function disable (line 70) | def disable() -> None: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/hashlib.pyi class sha256 (line 29) | class sha256: method digest (line 34) | def digest(self, *args, **kwargs) -> Any: ... method update (line 35) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 36) | def __init__(self, data: Optional[Any] = None) -> None: ... class sha1 (line 38) | class sha1: method digest (line 43) | def digest(self, *args, **kwargs) -> Any: ... method update (line 44) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, data: Optional[Any] = None) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/heapq.pyi function heappop (line 17) | def heappop(heap) -> Incomplete: function heappush (line 26) | def heappush(heap, item) -> Incomplete: function heapify (line 32) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/io.pyi function open (line 15) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 23) | class StringIO(IO): method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method flush (line 25) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 26) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 27) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 28) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 29) | def readline(self, *args, **kwargs) -> Any: ... method close (line 30) | def close(self, *args, **kwargs) -> Any: ... method read (line 31) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 33) | def __init__(self, string: Optional[Any] = None) -> None: ... class IOBase (line 35) | class IOBase: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 38) | class BytesIO(IO): method write (line 51) | def write(self, *args, **kwargs) -> Any: ... method flush (line 52) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 53) | def getvalue(self) -> Incomplete: method seek (line 58) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 59) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 60) | def readline(self, *args, **kwargs) -> Any: ... method close (line 61) | def close(self, *args, **kwargs) -> Any: ... method read (line 62) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 63) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 64) | def __init__(self, string: Optional[Any] = None) -> None: ... class BufferedWriter (line 66) | class BufferedWriter: method flush (line 67) | def flush(self, *args, **kwargs) -> Any: ... method write (line 68) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 69) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/json.pyi function loads (line 14) | def loads(str) -> Incomplete: function load (line 21) | def load(stream) -> Incomplete: function dumps (line 32) | def dumps(obj, separators=None) -> str: function dump (line 40) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/machine.pyi function disable_irq (line 30) | def disable_irq() -> Incomplete: function enable_irq (line 39) | def enable_irq(state) -> Incomplete: function bitstream (line 47) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 71) | def dht_readinto(*args, **kwargs) -> Any: ... function deepsleep (line 72) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 97) | def wake_reason() -> Incomplete: function sleep (line 105) | def sleep() -> Incomplete: function soft_reset (line 111) | def soft_reset() -> NoReturn: function time_pulse_us (line 119) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 137) | def unique_id() -> bytes: function freq (line 146) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 154) | def reset_cause() -> int: function idle (line 160) | def idle() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 194) | def reset() -> NoReturn: class PWM (line 201) | class PWM: method duty_u16 (line 218) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 229) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 235) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 245) | def deinit(self) -> None: method duty_ns (line 250) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 259) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 260) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... class Pin (line 262) | class Pin: method irq (line 339) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 383) | def off(self) -> None: method on (line 388) | def on(self) -> None: method init (line 393) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 402) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 435) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method __call__ (line 436) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 448) | class I2S: method shift (line 479) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 486) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 491) | def irq(self, handler) -> Incomplete: method readinto (line 498) | def readinto(self, buf) -> int: method deinit (line 506) | def deinit(self) -> Incomplete: method write (line 511) | def write(self, buf) -> int: method __init__ (line 519) | def __init__(self, id, *, sck, ws, sd, mck=None, mode, bits, format, r... class ADC (line 521) | class ADC: method read_u16 (line 542) | def read_u16(self) -> int: method init (line 549) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 556) | def read_uv(self) -> int: method width (line 563) | def width(self, *args, **kwargs) -> Any: ... method read (line 564) | def read(self, *args, **kwargs) -> Any: ... method block (line 565) | def block(self) -> Incomplete: method atten (line 574) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 575) | def __init__(self, id, *, sample_ns: Optional[int] = 0, atten: Optiona... class ADCBlock (line 577) | class ADCBlock: method init (line 587) | def init(self, *, bits) -> None: method connect (line 593) | def connect(self, channel, source) -> Incomplete: method __init__ (line 610) | def __init__(self, id, *, bits) -> None: ... class I2C (line 612) | class I2C: method readfrom_mem_into (line 630) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 641) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 650) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 658) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 668) | def scan(self) -> List: method writeto (line 675) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 684) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 699) | def start(self) -> None: method readfrom (line 704) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 711) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 720) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 733) | def stop(self) -> None: method write (line 738) | def write(self, buf) -> int: method __init__ (line 745) | def __init__( class WDT (line 755) | class WDT: method feed (line 765) | def feed(self) -> None: method __init__ (line 772) | def __init__(self, id=0, timeout=5000) -> None: ... class SoftSPI (line 774) | class SoftSPI: method deinit (line 783) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 784) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 785) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 786) | def read(self, *args, **kwargs) -> Any: ... method write (line 787) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 788) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 789) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... class Timer (line 791) | class Timer: method deinit (line 802) | def deinit(self) -> None: method init (line 807) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 846) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 847) | def __init__(self, id=-1, *args, **kwargs) -> None: ... class TouchPad (line 849) | class TouchPad: method config (line 850) | def config(self, *args, **kwargs) -> Any: ... method read (line 851) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 852) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 854) | class UART: method deinit (line 865) | def deinit(self) -> None: method sendbreak (line 874) | def sendbreak(self) -> None: method init (line 880) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 933) | def flush(self) -> Incomplete: method txdone (line 947) | def txdone(self) -> bool: method read (line 961) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 971) | def any(self) -> int: method write (line 985) | def write(self, buf) -> int: method readinto (line 992) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1002) | def readline(self) -> None: method __init__ (line 1010) | def __init__(self, id, *args, **kwargs) -> None: ... class RTC (line 1012) | class RTC: method init (line 1017) | def init(self, datetime) -> None: method memory (line 1024) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1025) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1040) | def __init__(self, id=0, *args, **kwargs) -> None: ... class SoftI2C (line 1042) | class SoftI2C(I2C): method readfrom_mem_into (line 1055) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1056) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1057) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1058) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1059) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1060) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1061) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1062) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1063) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1064) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1065) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1066) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1067) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1068) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 1070) | class SDCard: method ioctl (line 1101) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1102) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1103) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1104) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1105) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1106) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... class SPI (line 1108) | class SPI: method deinit (line 1122) | def deinit(self) -> None: method init (line 1127) | def init( method write_readinto (line 1152) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1162) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1169) | def write(self, buf) -> int: method readinto (line 1177) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1186) | def __init__(self, id, *args, **kwargs) -> None: ... class Signal (line 1188) | class Signal(Pin): method off (line 1209) | def off(self) -> None: method on (line 1214) | def on(self) -> None: method value (line 1219) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1238) | def __init__(self, pin_obj, *args, invert=False) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/math.pyi function ldexp (line 25) | def ldexp(x, exp) -> Incomplete: function lgamma (line 31) | def lgamma(x) -> float: function trunc (line 37) | def trunc(x) -> int: function isclose (line 43) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 44) | def gamma(x) -> Incomplete: function isnan (line 50) | def isnan(x) -> bool: function isfinite (line 56) | def isfinite(x) -> bool: function isinf (line 62) | def isinf(x) -> bool: function sqrt (line 68) | def sqrt(x) -> Incomplete: function sinh (line 74) | def sinh(x) -> float: function log (line 80) | def log(x) -> float: function tan (line 86) | def tan(x) -> float: function tanh (line 92) | def tanh(x) -> float: function log2 (line 98) | def log2(x) -> float: function log10 (line 104) | def log10(x) -> float: function sin (line 110) | def sin(x) -> float: function modf (line 116) | def modf(x) -> Tuple: function radians (line 123) | def radians(x) -> Incomplete: function atanh (line 129) | def atanh(x) -> float: function atan2 (line 135) | def atan2(y, x) -> float: function atan (line 141) | def atan(x) -> float: function ceil (line 147) | def ceil(x) -> int: function copysign (line 153) | def copysign(x, y) -> Incomplete: function frexp (line 159) | def frexp(x) -> Incomplete: function acos (line 168) | def acos(x) -> float: function pow (line 174) | def pow(x, y) -> Incomplete: function asinh (line 180) | def asinh(x) -> float: function acosh (line 186) | def acosh(x) -> float: function asin (line 192) | def asin(x) -> float: function factorial (line 198) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 199) | def fabs(x) -> Incomplete: function expm1 (line 205) | def expm1(x) -> Incomplete: function floor (line 211) | def floor(x) -> int: function fmod (line 217) | def fmod(x, y) -> Incomplete: function cos (line 223) | def cos(x) -> float: function degrees (line 229) | def degrees(x) -> Incomplete: function cosh (line 235) | def cosh(x) -> float: function exp (line 241) | def exp(x) -> float: function erf (line 247) | def erf(x) -> Incomplete: function erfc (line 253) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: ... function heap_unlock (line 102) | def heap_unlock() -> int: ... function heap_locked (line 103) | def heap_locked() -> bool: function kbd_intr (line 125) | def kbd_intr(chr) -> None: function schedule (line 138) | def schedule(func, arg) -> Incomplete: function viper (line 175) | def viper(func: Callable) -> Callable: function native (line 184) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/mip.pyi function install (line 3) | def install(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/mip/__init__.pyi function _ensure_path_exists (line 6) | def _ensure_path_exists(path) -> None: ... function _chunk (line 7) | def _chunk(src, dest) -> None: ... function _check_exists (line 8) | def _check_exists(path, short_hash): ... function _rewrite_url (line 9) | def _rewrite_url(url, branch: Incomplete | None = ...): ... function _download_file (line 10) | def _download_file(url, dest): ... function _install_json (line 11) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 12) | def _install_package(package, index, target, version, mpy): ... function install (line 13) | def install( FILE: publish/micropython-v1_20_0-esp32-s3-stubs/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 11) | def __len__(self) -> int: ... method __setitem__ (line 12) | def __setitem__(self, i, v) -> None: ... method __getitem__ (line 13) | def __getitem__(self, i): ... method fill (line 14) | def fill(self, v) -> None: ... method write (line 15) | def write(self) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/network.pyi function country (line 64) | def country(*args, **kwargs) -> Any: ... function hostname (line 65) | def hostname(*args, **kwargs) -> Any: ... function phy_mode (line 66) | def phy_mode(*args, **kwargs) -> Any: ... class WLAN (line 68) | class WLAN: method __init__ (line 77) | def __init__(self, interface_id) -> None: ... method active (line 78) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 85) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method disconnect (line 93) | def disconnect(self) -> None: method scan (line 98) | def scan(self) -> List[Tuple]: method status (line 126) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 144) | def isconnected(self) -> bool: method ifconfig (line 151) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 161) | def config(self, *args, **kwargs) -> Incomplete: function PPP (line 195) | def PPP(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/os.pyi function stat (line 16) | def stat(path) -> Incomplete: function rmdir (line 22) | def rmdir(path) -> None: function rename (line 28) | def rename(old_path, new_path) -> None: function mount (line 34) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 52) | def mkdir(path) -> Incomplete: function statvfs (line 58) | def statvfs(path) -> Tuple: function unlink (line 81) | def unlink(*args, **kwargs) -> Any: ... function uname (line 82) | def uname() -> uname_result: function umount (line 96) | def umount(mount_point) -> Incomplete: function urandom (line 106) | def urandom(n) -> bytes: function chdir (line 113) | def chdir(path) -> Incomplete: function dupterm (line 119) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 142) | def remove(path) -> None: function listdir (line 148) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 154) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsLfs2 (line 182) | class VfsLfs2: method rename (line 200) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 202) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 210) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 211) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 212) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 213) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 214) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 215) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 216) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 217) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 218) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 219) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 220) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 221) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... class VfsFat (line 223) | class VfsFat: method rename (line 230) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 232) | def mkfs(block_dev) -> None: method mount (line 237) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 238) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 239) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 240) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 241) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 242) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 243) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 244) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 245) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 246) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 247) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 248) | def __init__(self, block_dev) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/random.pyi function randrange (line 32) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 42) | def random() -> int: function seed (line 48) | def seed(n=None, /) -> None: function uniform (line 60) | def uniform(a, b) -> int: function choice (line 67) | def choice(sequence) -> Incomplete: function randint (line 74) | def randint(a, b) -> int: function getrandbits (line 80) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/select.pyi function select (line 19) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 28) | class poll: method __init__ (line 33) | def __init__(self) -> None: ... method register (line 34) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 53) | def unregister(self, obj) -> Incomplete: method modify (line 58) | def modify(self, obj, eventmask) -> None: method poll (line 64) | def poll(self, timeout=-1, /) -> List: method ipoll (line 87) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/socket.pyi function getaddrinfo (line 34) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 75) | class socket: method recvfrom (line 89) | def recvfrom(self, bufsize) -> Tuple: method recv (line 96) | def recv(self, bufsize) -> bytes: method makefile (line 102) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 119) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 127) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 128) | def sendall(self, bytes) -> int: method setsockopt (line 140) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 147) | def setblocking(self, flag) -> Incomplete: method sendto (line 158) | def sendto(self, bytes, address) -> None: method settimeout (line 164) | def settimeout(self, value) -> Incomplete: method readline (line 198) | def readline(self) -> Incomplete: method readinto (line 205) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 214) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 223) | def close(self) -> Incomplete: method connect (line 233) | def connect(self, address) -> None: method send (line 238) | def send(self, bytes) -> int: method bind (line 245) | def bind(self, address) -> Incomplete: method accept (line 250) | def accept(self) -> Tuple: method write (line 258) | def write(self, buf) -> int: method __init__ (line 268) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/ssl.pyi function wrap_socket (line 20) | def wrap_socket( FILE: publish/micropython-v1_20_0-esp32-s3-stubs/struct.pyi function pack_into (line 59) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 67) | def unpack(fmt, data) -> Tuple: function unpack_from (line 74) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 82) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 89) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/sys.pyi function print_exception (line 23) | def print_exception(exc, file=stdout, /) -> None: function exit (line 39) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/time.pyi function ticks_diff (line 38) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 104) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 131) | def ticks_cpu() -> Incomplete: function time (line 146) | def time() -> int: function ticks_ms (line 173) | def ticks_ms() -> int: function ticks_us (line 197) | def ticks_us() -> Incomplete: function time_ns (line 203) | def time_ns() -> int: function localtime (line 210) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 232) | def sleep_us(us) -> None: function gmtime (line 242) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 264) | def sleep_ms(ms) -> None: function mktime (line 275) | def mktime() -> int: function sleep (line 283) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uarray.pyi class array (line 15) | class array: method extend (line 22) | def extend(self, iterable) -> Incomplete: method append (line 28) | def append(self, val) -> Incomplete: method __init__ (line 33) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, None, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/ubinascii.pyi function crc32 (line 14) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 15) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 25) | def unhexlify(data) -> bytes: function b2a_base64 (line 32) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 40) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/ubluetooth.pyi class UUID (line 30) | class UUID: method __init__ (line 40) | def __init__(self, value, /) -> None: ... class BLE (line 42) | class BLE: method gattc_write (line 47) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 66) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gattc_discover_services (line 83) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_read (line 93) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 102) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_set_buffer (line 115) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 127) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 136) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_register_services (line 150) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 212) | def gatts_read(self, value_handle, /) -> Incomplete: method irq (line 218) | def irq(self, handler, /) -> int: method gap_advertise (line 411) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 427) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gattc_discover_descriptors (line 450) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method config (line 458) | def config(self, param, /) -> Tuple: method active (line 521) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_scan (line 529) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 564) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_disconnect (line 578) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_passkey (line 592) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gap_pair (line 609) | def gap_pair(self, conn_handle, /) -> Incomplete: method __init__ (line 619) | def __init__(self) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/ucollections.pyi function namedtuple (line 16) | def namedtuple(name, fields) -> stdlib_NamedTuple: class OrderedDict (line 36) | class OrderedDict(stdlib_OrderedDict): method popitem (line 61) | def popitem(self, *args, **kwargs) -> Any: ... method pop (line 62) | def pop(self, *args, **kwargs) -> Any: ... method values (line 63) | def values(self, *args, **kwargs) -> Any: ... method setdefault (line 64) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 65) | def update(self, *args, **kwargs) -> Any: ... method copy (line 66) | def copy(self, *args, **kwargs) -> Any: ... method clear (line 67) | def clear(self, *args, **kwargs) -> Any: ... method keys (line 68) | def keys(self, *args, **kwargs) -> Any: ... method get (line 69) | def get(self, *args, **kwargs) -> Any: ... method items (line 70) | def items(self, *args, **kwargs) -> Any: ... method fromkeys (line 72) | def fromkeys(cls, *args, **kwargs) -> Any: ... method __init__ (line 73) | def __init__(self, *args, **kwargs) -> None: ... class deque (line 75) | class deque(stdlib_deque): method popleft (line 93) | def popleft(self) -> Incomplete: method append (line 99) | def append(self, x) -> Incomplete: method __init__ (line 105) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/ucryptolib.pyi class aes (line 9) | class aes: method encrypt (line 10) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 18) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 23) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uctypes.pyi function sizeof (line 49) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 57) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 66) | def bytearray_at(addr, size) -> bytearray: function addressof (line 75) | def addressof(obj) -> int: class struct (line 83) | class struct: method __init__ (line 89) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uhashlib.pyi class sha256 (line 29) | class sha256: method digest (line 34) | def digest(self, *args, **kwargs) -> Any: ... method update (line 35) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 36) | def __init__(self, data: Optional[Any] = None) -> None: ... class sha1 (line 38) | class sha1: method digest (line 43) | def digest(self, *args, **kwargs) -> Any: ... method update (line 44) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, data: Optional[Any] = None) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uheapq.pyi function heappop (line 17) | def heappop(heap) -> Incomplete: function heappush (line 26) | def heappush(heap, item) -> Incomplete: function heapify (line 32) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uio.pyi function open (line 15) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 23) | class StringIO(IO): method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method flush (line 25) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 26) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 27) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 28) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 29) | def readline(self, *args, **kwargs) -> Any: ... method close (line 30) | def close(self, *args, **kwargs) -> Any: ... method read (line 31) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 33) | def __init__(self, string: Optional[Any] = None) -> None: ... class IOBase (line 35) | class IOBase: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 38) | class BytesIO(IO): method write (line 51) | def write(self, *args, **kwargs) -> Any: ... method flush (line 52) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 53) | def getvalue(self) -> Incomplete: method seek (line 58) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 59) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 60) | def readline(self, *args, **kwargs) -> Any: ... method close (line 61) | def close(self, *args, **kwargs) -> Any: ... method read (line 62) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 63) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 64) | def __init__(self, string: Optional[Any] = None) -> None: ... class BufferedWriter (line 66) | class BufferedWriter: method flush (line 67) | def flush(self, *args, **kwargs) -> Any: ... method write (line 68) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 69) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/ujson.pyi function loads (line 14) | def loads(str) -> Incomplete: function load (line 21) | def load(stream) -> Incomplete: function dumps (line 32) | def dumps(obj, separators=None) -> str: function dump (line 40) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/umachine.pyi function disable_irq (line 30) | def disable_irq() -> Incomplete: function enable_irq (line 39) | def enable_irq(state) -> Incomplete: function bitstream (line 47) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 71) | def dht_readinto(*args, **kwargs) -> Any: ... function deepsleep (line 72) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 97) | def wake_reason() -> Incomplete: function sleep (line 105) | def sleep() -> Incomplete: function soft_reset (line 111) | def soft_reset() -> NoReturn: function time_pulse_us (line 119) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 137) | def unique_id() -> bytes: function freq (line 146) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 154) | def reset_cause() -> int: function idle (line 160) | def idle() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 194) | def reset() -> NoReturn: class PWM (line 201) | class PWM: method duty_u16 (line 218) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 229) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 235) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 245) | def deinit(self) -> None: method duty_ns (line 250) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 259) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 260) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... class Pin (line 262) | class Pin: method irq (line 339) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 383) | def off(self) -> None: method on (line 388) | def on(self) -> None: method init (line 393) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 402) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 435) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method __call__ (line 436) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 448) | class I2S: method shift (line 479) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 486) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 491) | def irq(self, handler) -> Incomplete: method readinto (line 498) | def readinto(self, buf) -> int: method deinit (line 506) | def deinit(self) -> Incomplete: method write (line 511) | def write(self, buf) -> int: method __init__ (line 519) | def __init__(self, id, *, sck, ws, sd, mck=None, mode, bits, format, r... class ADC (line 521) | class ADC: method read_u16 (line 542) | def read_u16(self) -> int: method init (line 549) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 556) | def read_uv(self) -> int: method width (line 563) | def width(self, *args, **kwargs) -> Any: ... method read (line 564) | def read(self, *args, **kwargs) -> Any: ... method block (line 565) | def block(self) -> Incomplete: method atten (line 574) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 575) | def __init__(self, id, *, sample_ns: Optional[int] = 0, atten: Optiona... class ADCBlock (line 577) | class ADCBlock: method init (line 587) | def init(self, *, bits) -> None: method connect (line 593) | def connect(self, channel, source) -> Incomplete: method __init__ (line 610) | def __init__(self, id, *, bits) -> None: ... class I2C (line 612) | class I2C: method readfrom_mem_into (line 630) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 641) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 650) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 658) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 668) | def scan(self) -> List: method writeto (line 675) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 684) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 699) | def start(self) -> None: method readfrom (line 704) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 711) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 720) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 733) | def stop(self) -> None: method write (line 738) | def write(self, buf) -> int: method __init__ (line 745) | def __init__( class WDT (line 755) | class WDT: method feed (line 765) | def feed(self) -> None: method __init__ (line 772) | def __init__(self, id=0, timeout=5000) -> None: ... class SoftSPI (line 774) | class SoftSPI: method deinit (line 783) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 784) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 785) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 786) | def read(self, *args, **kwargs) -> Any: ... method write (line 787) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 788) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 789) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... class Timer (line 791) | class Timer: method deinit (line 802) | def deinit(self) -> None: method init (line 807) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 846) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 847) | def __init__(self, id=-1, *args, **kwargs) -> None: ... class TouchPad (line 849) | class TouchPad: method config (line 850) | def config(self, *args, **kwargs) -> Any: ... method read (line 851) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 852) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 854) | class UART: method deinit (line 865) | def deinit(self) -> None: method sendbreak (line 874) | def sendbreak(self) -> None: method init (line 880) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 933) | def flush(self) -> Incomplete: method txdone (line 947) | def txdone(self) -> bool: method read (line 961) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 971) | def any(self) -> int: method write (line 985) | def write(self, buf) -> int: method readinto (line 992) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1002) | def readline(self) -> None: method __init__ (line 1010) | def __init__(self, id, *args, **kwargs) -> None: ... class RTC (line 1012) | class RTC: method init (line 1017) | def init(self, datetime) -> None: method memory (line 1024) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1025) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1040) | def __init__(self, id=0, *args, **kwargs) -> None: ... class SoftI2C (line 1042) | class SoftI2C(I2C): method readfrom_mem_into (line 1055) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1056) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1057) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1058) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1059) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1060) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1061) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1062) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1063) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1064) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1065) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1066) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1067) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1068) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 1070) | class SDCard: method ioctl (line 1101) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1102) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1103) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1104) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1105) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1106) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... class SPI (line 1108) | class SPI: method deinit (line 1122) | def deinit(self) -> None: method init (line 1127) | def init( method write_readinto (line 1152) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1162) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1169) | def write(self, buf) -> int: method readinto (line 1177) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1186) | def __init__(self, id, *args, **kwargs) -> None: ... class Signal (line 1188) | class Signal(Pin): method off (line 1209) | def off(self) -> None: method on (line 1214) | def on(self) -> None: method value (line 1219) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1238) | def __init__(self, pin_obj, *args, invert=False) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = ...): ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = ..., qos: int = ...... method connect (line 37) | def connect(self, clean_session: bool = ...): ... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = ...) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uos.pyi function stat (line 16) | def stat(path) -> Incomplete: function rmdir (line 22) | def rmdir(path) -> None: function rename (line 28) | def rename(old_path, new_path) -> None: function mount (line 34) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 52) | def mkdir(path) -> Incomplete: function statvfs (line 58) | def statvfs(path) -> Tuple: function unlink (line 81) | def unlink(*args, **kwargs) -> Any: ... function uname (line 82) | def uname() -> uname_result: function umount (line 96) | def umount(mount_point) -> Incomplete: function urandom (line 106) | def urandom(n) -> bytes: function chdir (line 113) | def chdir(path) -> Incomplete: function dupterm (line 119) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 142) | def remove(path) -> None: function listdir (line 148) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 154) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsLfs2 (line 182) | class VfsLfs2: method rename (line 200) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 202) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 210) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 211) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 212) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 213) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 214) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 215) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 216) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 217) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 218) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 219) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 220) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 221) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... class VfsFat (line 223) | class VfsFat: method rename (line 230) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 232) | def mkfs(block_dev) -> None: method mount (line 237) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 238) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 239) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 240) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 241) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 242) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 243) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 244) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 245) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 246) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 247) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 248) | def __init__(self, block_dev) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self): ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self): ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self): ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = ...) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = ...) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self): ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/urandom.pyi function randrange (line 32) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 42) | def random() -> int: function seed (line 48) | def seed(n=None, /) -> None: function uniform (line 60) | def uniform(a, b) -> int: function choice (line 67) | def choice(sequence) -> Incomplete: function randint (line 74) | def randint(a, b) -> int: function getrandbits (line 80) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uselect.pyi function select (line 19) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 28) | class poll: method __init__ (line 33) | def __init__(self) -> None: ... method register (line 34) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 53) | def unregister(self, obj) -> Incomplete: method modify (line 58) | def modify(self, obj, eventmask) -> None: method poll (line 64) | def poll(self, timeout=-1, /) -> List: method ipoll (line 87) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/usocket.pyi function getaddrinfo (line 34) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 75) | class socket: method recvfrom (line 89) | def recvfrom(self, bufsize) -> Tuple: method recv (line 96) | def recv(self, bufsize) -> bytes: method makefile (line 102) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 119) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 127) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 128) | def sendall(self, bytes) -> int: method setsockopt (line 140) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 147) | def setblocking(self, flag) -> Incomplete: method sendto (line 158) | def sendto(self, bytes, address) -> None: method settimeout (line 164) | def settimeout(self, value) -> Incomplete: method readline (line 198) | def readline(self) -> Incomplete: method readinto (line 205) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 214) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 223) | def close(self) -> Incomplete: method connect (line 233) | def connect(self, address) -> None: method send (line 238) | def send(self, bytes) -> int: method bind (line 245) | def bind(self, address) -> Incomplete: method accept (line 250) | def accept(self) -> Tuple: method write (line 258) | def write(self, buf) -> int: method __init__ (line 268) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/ussl.pyi function wrap_socket (line 20) | def wrap_socket( FILE: publish/micropython-v1_20_0-esp32-s3-stubs/ustruct.pyi function pack_into (line 59) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 67) | def unpack(fmt, data) -> Tuple: function unpack_from (line 74) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 82) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 89) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/usys.pyi function print_exception (line 23) | def print_exception(exc, file=stdout, /) -> None: function exit (line 39) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/utime.pyi function ticks_diff (line 38) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 104) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 131) | def ticks_cpu() -> Incomplete: function time (line 146) | def time() -> int: function ticks_ms (line 173) | def ticks_ms() -> int: function ticks_us (line 197) | def ticks_us() -> Incomplete: function time_ns (line 203) | def time_ns() -> int: function localtime (line 210) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 232) | def sleep_us(us) -> None: function gmtime (line 242) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 264) | def sleep_ms(ms) -> None: function mktime (line 275) | def mktime() -> int: function sleep (line 283) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-s3-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/uzlib.pyi function decompress (line 16) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 27) | class DecompIO: method readinto (line 41) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Any: ... method read (line 43) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 44) | def __init__(self, stream, wbits=0, /) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/webrepl.pyi function server_handshake (line 9) | def server_handshake(cl): ... function send_html (line 10) | def send_html(cl) -> None: ... function setup_conn (line 11) | def setup_conn(port, accept_handler): ... function accept_conn (line 12) | def accept_conn(listen_sock): ... function stop (line 13) | def stop() -> None: ... function start (line 14) | def start(port: int = ..., password: Incomplete | None = ..., accept_han... function start_foreground (line 15) | def start_foreground(port: int = ..., password: Incomplete | None = ...)... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-s3-stubs/zlib.pyi function decompress (line 16) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 27) | class DecompIO: method readinto (line 41) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Any: ... method read (line 43) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 44) | def __init__(self, stream, wbits=0, /) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_20_0-esp32-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Any: ... method release (line 25) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_20_0-esp32-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-esp32-stubs/bluetooth.pyi class UUID (line 31) | class UUID: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 43) | class BLE: method gattc_write (line 48) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 68) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gattc_discover_services (line 86) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_read (line 97) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 107) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_set_buffer (line 121) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 134) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 144) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_register_services (line 159) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 222) | def gatts_read(self, value_handle, /) -> Incomplete: method irq (line 229) | def irq(self, handler, /) -> int: method gap_advertise (line 423) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 440) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gattc_discover_descriptors (line 464) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method config (line 473) | def config(self, param, /) -> Tuple: method active (line 537) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_scan (line 546) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 582) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_disconnect (line 597) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_passkey (line 612) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gap_pair (line 630) | def gap_pair(self, conn_handle, /) -> Incomplete: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/btree.pyi function open (line 82) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_20_0-esp32-stubs/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: publish/micropython-v1_20_0-esp32-stubs/cryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_20_0-esp32-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_20_0-esp32-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_20_0-esp32-stubs/esp.pyi function osdebug (line 21) | def osdebug(level) -> None: function flash_write (line 38) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 39) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 40) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function flash_user_start (line 41) | def flash_user_start() -> Incomplete: function flash_erase (line 47) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 48) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 49) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-stubs/esp32.pyi function wake_on_ulp (line 19) | def wake_on_ulp(wake) -> None: function idf_heap_info (line 26) | def idf_heap_info(capabilities) -> List[Tuple]: function raw_temperature (line 52) | def raw_temperature() -> int: function wake_on_touch (line 58) | def wake_on_touch(wake) -> None: function wake_on_ext1 (line 65) | def wake_on_ext1(pins, level) -> None: function wake_on_ext0 (line 73) | def wake_on_ext0(pin, level) -> None: function hall_sensor (line 81) | def hall_sensor() -> int: function gpio_deep_sleep_hold (line 87) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 94) | class ULP: method run (line 100) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 106) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 112) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 120) | class NVS: method get_i32 (line 126) | def get_i32(self, key) -> int: method set_i32 (line 133) | def set_i32(self, key, value) -> None: method set_blob (line 139) | def set_blob(self, key, value) -> None: method commit (line 148) | def commit(self) -> Incomplete: method get_blob (line 154) | def get_blob(self, key, buffer) -> int: method erase_key (line 162) | def erase_key(self, key) -> Incomplete: method __init__ (line 168) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 170) | class Partition: method readblocks (line 181) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 182) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 190) | def set_boot(self) -> None: method writeblocks (line 196) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 197) | def info(self) -> Tuple: method find (line 204) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 215) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 225) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 240) | class RMT: method source_freq (line 257) | def source_freq(self) -> Incomplete: method loop (line 264) | def loop(self, enable_loop) -> None: method wait_done (line 273) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 282) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 313) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 327) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 328) | def clock_div(self) -> Incomplete: method __init__ (line 335) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 64) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 71) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 80) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 89) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 96) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 112) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 122) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 144) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 145) | def fill(self, c) -> None: method fill_rect (line 151) | def fill_rect(self, *args, **kwargs) -> Any: ... method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: publish/micropython-v1_20_0-esp32-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_20_0-esp32-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 88) | class StringIO(IO): method write (line 89) | def write(self, *args, **kwargs) -> Any: ... method flush (line 90) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 91) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 92) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 93) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 94) | def readline(self, *args, **kwargs) -> Any: ... method close (line 95) | def close(self, *args, **kwargs) -> Any: ... method read (line 96) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 97) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 100) | class IOBase: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 132) | class BufferedWriter: method flush (line 133) | def flush(self, *args, **kwargs) -> Any: ... method write (line 134) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 135) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-stubs/logging.pyi function info (line 10) | def info(*args, **kwargs) -> Any: ... function getLogger (line 11) | def getLogger(*args, **kwargs) -> Any: ... function basicConfig (line 12) | def basicConfig(*args, **kwargs) -> Any: ... function debug (line 13) | def debug(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method error (line 17) | def error(self, *args, **kwargs) -> Any: ... method warning (line 18) | def warning(self, *args, **kwargs) -> Any: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method critical (line 21) | def critical(self, *args, **kwargs) -> Any: ... method debug (line 22) | def debug(self, *args, **kwargs) -> Any: ... method info (line 23) | def info(self, *args, **kwargs) -> Any: ... method log (line 24) | def log(self, *args, **kwargs) -> Any: ... method exception (line 25) | def exception(self, *args, **kwargs) -> Any: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/machine.pyi function deepsleep (line 31) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 56) | def soft_reset() -> NoReturn: function dht_readinto (line 64) | def dht_readinto(*args, **kwargs) -> Any: ... function reset (line 65) | def reset() -> NoReturn: function unique_id (line 72) | def unique_id() -> bytes: function time_pulse_us (line 81) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function bitstream (line 99) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function idle (line 123) | def idle() -> Incomplete: function freq (line 132) | def freq(hz: Optional[Any] = None) -> Incomplete: function lightsleep (line 140) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function disable_irq (line 165) | def disable_irq() -> Incomplete: function enable_irq (line 174) | def enable_irq(state) -> Incomplete: function reset_cause (line 182) | def reset_cause() -> int: function sleep (line 188) | def sleep() -> Incomplete: function wake_reason (line 194) | def wake_reason() -> Incomplete: class PWM (line 204) | class PWM: method duty_u16 (line 221) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 233) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 240) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 251) | def deinit(self) -> None: method duty_ns (line 257) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 267) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 270) | class UART: method deinit (line 281) | def deinit(self) -> None: method sendbreak (line 291) | def sendbreak(self) -> None: method init (line 298) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 352) | def flush(self) -> Incomplete: method txdone (line 367) | def txdone(self) -> bool: method read (line 382) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 393) | def any(self) -> int: method write (line 408) | def write(self, buf) -> Union[int, None]: method readinto (line 416) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 427) | def readline(self) -> Union[str, None]: method __init__ (line 436) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 441) | class ADCBlock: method init (line 451) | def init(self, *, bits) -> None: method connect (line 458) | def connect(self, channel, source) -> Incomplete: method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 478) | class ADC: method read_u16 (line 502) | def read_u16(self) -> int: method init (line 510) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 518) | def read_uv(self) -> int: method width (line 526) | def width(self, *args, **kwargs) -> Any: ... method read (line 527) | def read(self, *args, **kwargs) -> Any: ... method block (line 528) | def block(self) -> Incomplete: method atten (line 538) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 539) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 541) | class I2S: method shift (line 572) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 580) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 586) | def irq(self, handler) -> Incomplete: method readinto (line 594) | def readinto(self, buf) -> int: method deinit (line 603) | def deinit(self) -> Incomplete: method write (line 609) | def write(self, buf) -> int: method __init__ (line 618) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 620) | class DAC: method write (line 621) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 622) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 624) | class I2C: method readfrom_mem_into (line 642) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 654) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 664) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 673) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 684) | def scan(self) -> List: method writeto (line 692) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 702) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 718) | def start(self) -> None: method readfrom (line 724) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 732) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 742) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 756) | def stop(self) -> None: method write (line 762) | def write(self, buf) -> int: method __init__ (line 770) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 772) | class Timer: method deinit (line 783) | def deinit(self) -> None: method init (line 789) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 829) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 830) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 832) | class SoftSPI: method deinit (line 841) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 842) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 843) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 844) | def read(self, *args, **kwargs) -> Any: ... method write (line 845) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 846) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 847) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 849) | class Pin: method irq (line 926) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 971) | def off(self) -> None: method on (line 977) | def on(self) -> None: method init (line 983) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 993) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1027) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 1028) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 1036) | class TouchPad: method config (line 1037) | def config(self, *args, **kwargs) -> Any: ... method read (line 1038) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 1039) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 1041) | class WDT: method feed (line 1051) | def feed(self) -> None: method __init__ (line 1059) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1061) | class SDCard: method ioctl (line 1092) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1093) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1094) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1095) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1096) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1097) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1099) | class RTC: method init (line 1104) | def init(self, datetime) -> None: method memory (line 1112) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1113) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1129) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1131) | class SoftI2C(I2C): method readfrom_mem_into (line 1144) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1145) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1146) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1147) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1148) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1149) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1150) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1151) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1152) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1153) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1154) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1155) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1156) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1157) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1159) | class SPI: method deinit (line 1173) | def deinit(self) -> None: method init (line 1179) | def init( method write_readinto (line 1205) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1216) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1224) | def write(self, buf) -> int: method readinto (line 1233) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1243) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1245) | class Signal(Pin): method off (line 1266) | def off(self) -> None: method on (line 1272) | def on(self) -> None: method value (line 1278) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1298) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-esp32-stubs/mip.pyi function install (line 3) | def install(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-stubs/mip/__init__.pyi function _ensure_path_exists (line 6) | def _ensure_path_exists(path) -> None: ... function _chunk (line 7) | def _chunk(src, dest) -> None: ... function _check_exists (line 8) | def _check_exists(path, short_hash): ... function _rewrite_url (line 9) | def _rewrite_url(url, branch: Incomplete | None = ...): ... function _download_file (line 10) | def _download_file(url, dest): ... function _install_json (line 11) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 12) | def _install_package(package, index, target, version, mpy): ... function install (line 13) | def install( FILE: publish/micropython-v1_20_0-esp32-stubs/neopixel.pyi class NeoPixel (line 18) | class NeoPixel: method __init__ (line 34) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 35) | def __len__(self) -> int: method __setitem__ (line 40) | def __setitem__(self, i, v) -> None: method __getitem__ (line 45) | def __getitem__(self, i) -> Tuple: method fill (line 50) | def fill(self, v) -> None: method write (line 56) | def write(self) -> None: FILE: publish/micropython-v1_20_0-esp32-stubs/network.pyi function phy_mode (line 78) | def phy_mode(*args, **kwargs) -> Any: ... function country (line 79) | def country(*args, **kwargs) -> Any: ... function hostname (line 80) | def hostname(*args, **kwargs) -> Any: ... class LAN (line 82) | class LAN: method __init__ (line 105) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 106) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 114) | def isconnected(self) -> bool: method status (line 121) | def status(self) -> Incomplete: method ifconfig (line 127) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 139) | def config(self, config_parameters) -> Incomplete: class WLAN (line 159) | class WLAN: method __init__ (line 168) | def __init__(self, interface_id) -> None: ... method active (line 169) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 177) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method disconnect (line 186) | def disconnect(self) -> None: method scan (line 192) | def scan(self) -> List[Tuple]: method status (line 221) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 240) | def isconnected(self) -> bool: method ifconfig (line 248) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 259) | def config(self, *args, **kwargs) -> Incomplete: function PPP (line 293) | def PPP(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_20_0-esp32-stubs/os.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-esp32-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-esp32-stubs/socket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/ssl.pyi function wrap_socket (line 21) | def wrap_socket( FILE: publish/micropython-v1_20_0-esp32-stubs/struct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-esp32-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-stubs/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-esp32-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-esp32-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-esp32-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-esp32-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-esp32-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-esp32-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-esp32-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-esp32-stubs/ubluetooth.pyi class UUID (line 31) | class UUID: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 43) | class BLE: method gattc_write (line 48) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 68) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gattc_discover_services (line 86) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_read (line 97) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 107) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_set_buffer (line 121) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 134) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 144) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_register_services (line 159) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 222) | def gatts_read(self, value_handle, /) -> Incomplete: method irq (line 229) | def irq(self, handler, /) -> int: method gap_advertise (line 423) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 440) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gattc_discover_descriptors (line 464) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method config (line 473) | def config(self, param, /) -> Tuple: method active (line 537) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_scan (line 546) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 582) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_disconnect (line 597) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_passkey (line 612) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gap_pair (line 630) | def gap_pair(self, conn_handle, /) -> Incomplete: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_20_0-esp32-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 88) | class StringIO(IO): method write (line 89) | def write(self, *args, **kwargs) -> Any: ... method flush (line 90) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 91) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 92) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 93) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 94) | def readline(self, *args, **kwargs) -> Any: ... method close (line 95) | def close(self, *args, **kwargs) -> Any: ... method read (line 96) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 97) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 100) | class IOBase: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 132) | class BufferedWriter: method flush (line 133) | def flush(self, *args, **kwargs) -> Any: ... method write (line 134) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 135) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-stubs/umachine.pyi function deepsleep (line 31) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 56) | def soft_reset() -> NoReturn: function dht_readinto (line 64) | def dht_readinto(*args, **kwargs) -> Any: ... function reset (line 65) | def reset() -> NoReturn: function unique_id (line 72) | def unique_id() -> bytes: function time_pulse_us (line 81) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function bitstream (line 99) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function idle (line 123) | def idle() -> Incomplete: function freq (line 132) | def freq(hz: Optional[Any] = None) -> Incomplete: function lightsleep (line 140) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function disable_irq (line 165) | def disable_irq() -> Incomplete: function enable_irq (line 174) | def enable_irq(state) -> Incomplete: function reset_cause (line 182) | def reset_cause() -> int: function sleep (line 188) | def sleep() -> Incomplete: function wake_reason (line 194) | def wake_reason() -> Incomplete: class PWM (line 204) | class PWM: method duty_u16 (line 221) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 233) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 240) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 251) | def deinit(self) -> None: method duty_ns (line 257) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 267) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 270) | class UART: method deinit (line 281) | def deinit(self) -> None: method sendbreak (line 291) | def sendbreak(self) -> None: method init (line 298) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 352) | def flush(self) -> Incomplete: method txdone (line 367) | def txdone(self) -> bool: method read (line 382) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 393) | def any(self) -> int: method write (line 408) | def write(self, buf) -> Union[int, None]: method readinto (line 416) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 427) | def readline(self) -> Union[str, None]: method __init__ (line 436) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 441) | class ADCBlock: method init (line 451) | def init(self, *, bits) -> None: method connect (line 458) | def connect(self, channel, source) -> Incomplete: method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 478) | class ADC: method read_u16 (line 502) | def read_u16(self) -> int: method init (line 510) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 518) | def read_uv(self) -> int: method width (line 526) | def width(self, *args, **kwargs) -> Any: ... method read (line 527) | def read(self, *args, **kwargs) -> Any: ... method block (line 528) | def block(self) -> Incomplete: method atten (line 538) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 539) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 541) | class I2S: method shift (line 572) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 580) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 586) | def irq(self, handler) -> Incomplete: method readinto (line 594) | def readinto(self, buf) -> int: method deinit (line 603) | def deinit(self) -> Incomplete: method write (line 609) | def write(self, buf) -> int: method __init__ (line 618) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 620) | class DAC: method write (line 621) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 622) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 624) | class I2C: method readfrom_mem_into (line 642) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 654) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 664) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 673) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 684) | def scan(self) -> List: method writeto (line 692) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 702) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 718) | def start(self) -> None: method readfrom (line 724) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 732) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 742) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 756) | def stop(self) -> None: method write (line 762) | def write(self, buf) -> int: method __init__ (line 770) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 772) | class Timer: method deinit (line 783) | def deinit(self) -> None: method init (line 789) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 829) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 830) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 832) | class SoftSPI: method deinit (line 841) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 842) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 843) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 844) | def read(self, *args, **kwargs) -> Any: ... method write (line 845) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 846) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 847) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 849) | class Pin: method irq (line 926) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 971) | def off(self) -> None: method on (line 977) | def on(self) -> None: method init (line 983) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 993) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1027) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 1028) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 1036) | class TouchPad: method config (line 1037) | def config(self, *args, **kwargs) -> Any: ... method read (line 1038) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 1039) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 1041) | class WDT: method feed (line 1051) | def feed(self) -> None: method __init__ (line 1059) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1061) | class SDCard: method ioctl (line 1092) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1093) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1094) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1095) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1096) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1097) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1099) | class RTC: method init (line 1104) | def init(self, datetime) -> None: method memory (line 1112) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1113) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1129) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1131) | class SoftI2C(I2C): method readfrom_mem_into (line 1144) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1145) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1146) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1147) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1148) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1149) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1150) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1151) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1152) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1153) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1154) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1155) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1156) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1157) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1159) | class SPI: method deinit (line 1173) | def deinit(self) -> None: method init (line 1179) | def init( method write_readinto (line 1205) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1216) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1224) | def write(self, buf) -> int: method readinto (line 1233) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1243) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1245) | class Signal(Pin): method off (line 1266) | def off(self) -> None: method on (line 1272) | def on(self) -> None: method value (line 1278) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1298) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = ...): ... FILE: publish/micropython-v1_20_0-esp32-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = ..., qos: int = ...... method connect (line 37) | def connect(self, clean_session: bool = ...): ... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = ...) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: publish/micropython-v1_20_0-esp32-stubs/uos.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = ...) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = ...) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_20_0-esp32-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-esp32-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-esp32-stubs/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_20_0-esp32-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-esp32-stubs/usocket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/ussl.pyi function wrap_socket (line 21) | def wrap_socket( FILE: publish/micropython-v1_20_0-esp32-stubs/ustruct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-esp32-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-stubs/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-esp32-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/webrepl.pyi function server_handshake (line 9) | def server_handshake(cl): ... function send_html (line 10) | def send_html(cl) -> None: ... function setup_conn (line 11) | def setup_conn(port, accept_handler): ... function accept_conn (line 12) | def accept_conn(listen_sock): ... function stop (line 13) | def stop() -> None: ... function start (line 14) | def start(port: int = ..., password: Incomplete | None = ..., accept_han... function start_foreground (line 15) | def start_foreground(port: int = ..., password: Incomplete | None = ...)... FILE: publish/micropython-v1_20_0-esp32-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-esp32-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/_rp2.pyi function bootsel_button (line 19) | def bootsel_button() -> Incomplete: class StateMachine (line 32) | class StateMachine: method irq (line 42) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 50) | def put(self, value, shift=0) -> Incomplete: method restart (line 66) | def restart(self) -> Incomplete: method rx_fifo (line 81) | def rx_fifo(self) -> int: method tx_fifo (line 91) | def tx_fifo(self) -> int: method init (line 101) | def init( method exec (line 149) | def exec(self, instr) -> Incomplete: method get (line 158) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 170) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 181) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 183) | class Flash: method readblocks (line 188) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 189) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 190) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 200) | class PIO: method state_machine (line 221) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 233) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 243) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 253) | def add_program(self, program) -> Incomplete: method __init__ (line 263) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Any: ... method release (line 25) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/cryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 64) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 71) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 80) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 89) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 96) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 112) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 122) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 144) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 145) | def fill(self, c) -> None: method fill_rect (line 151) | def fill_rect(self, *args, **kwargs) -> Any: ... method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/logging.pyi function getLogger (line 10) | def getLogger(*args, **kwargs) -> Any: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Any: ... function info (line 12) | def info(*args, **kwargs) -> Any: ... function debug (line 13) | def debug(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Any: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Any: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Any: ... method log (line 22) | def log(self, *args, **kwargs) -> Any: ... method error (line 23) | def error(self, *args, **kwargs) -> Any: ... method info (line 24) | def info(self, *args, **kwargs) -> Any: ... method debug (line 25) | def debug(self, *args, **kwargs) -> Any: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/machine.pyi function dht_readinto (line 20) | def dht_readinto(*args, **kwargs) -> Any: ... function enable_irq (line 21) | def enable_irq(state) -> Incomplete: function disable_irq (line 29) | def disable_irq() -> Incomplete: function bitstream (line 38) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 62) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 87) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 97) | def soft_reset() -> NoReturn: function reset (line 105) | def reset() -> NoReturn: function freq (line 112) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 120) | def reset_cause() -> int: function idle (line 126) | def idle() -> Incomplete: function time_pulse_us (line 135) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 153) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 178) | def unique_id() -> bytes: class WDT (line 187) | class WDT: method feed (line 197) | def feed(self) -> None: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 211) | class PWM: method freq (line 228) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 239) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 251) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 261) | def deinit(self) -> None: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 269) | class ADC: method read_u16 (line 286) | def read_u16(self) -> int: method __init__ (line 294) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 296) | class I2C: method readfrom_mem_into (line 314) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 326) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 336) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 345) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 356) | def scan(self) -> List: method writeto (line 364) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 374) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 390) | def start(self) -> None: method readfrom (line 396) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 404) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 414) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 428) | def stop(self) -> None: method write (line 434) | def write(self, buf) -> int: method __init__ (line 442) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 444) | class I2S: method shift (line 475) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 483) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 489) | def irq(self, handler) -> Incomplete: method readinto (line 497) | def readinto(self, buf) -> int: method deinit (line 506) | def deinit(self) -> Incomplete: method write (line 512) | def write(self, buf) -> int: method __init__ (line 521) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 523) | class Pin: method low (line 604) | def low(self) -> None: method irq (line 612) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 657) | def toggle(self, *args, **kwargs) -> Any: ... method off (line 658) | def off(self) -> None: method on (line 664) | def on(self) -> None: method init (line 670) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 680) | def value(self, x: Optional[Any] = None) -> int: method high (line 714) | def high(self) -> None: class cpu (line 722) | class cpu: method __init__ (line 753) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 755) | class board: method __init__ (line 784) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 786) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 787) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 795) | class SoftSPI: method deinit (line 804) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 805) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 806) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 807) | def read(self, *args, **kwargs) -> Any: ... method write (line 808) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 809) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 810) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 812) | class Timer: method init (line 823) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 863) | def deinit(self) -> None: method __init__ (line 869) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 871) | class UART: method deinit (line 880) | def deinit(self) -> None: method sendbreak (line 890) | def sendbreak(self) -> None: method init (line 897) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 951) | def flush(self) -> Incomplete: method txdone (line 966) | def txdone(self) -> bool: method read (line 981) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 992) | def any(self) -> int: method write (line 1007) | def write(self, buf) -> Union[int, None]: method readinto (line 1015) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1026) | def readline(self) -> Union[str, None]: method __init__ (line 1035) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1037) | class SoftI2C(I2C): method readfrom_mem_into (line 1050) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1051) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1052) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1053) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1054) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1055) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1056) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1057) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1058) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1059) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1060) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1061) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1062) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1063) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1065) | class RTC: method datetime (line 1070) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1086) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1088) | class SPI: method deinit (line 1102) | def deinit(self) -> None: method init (line 1108) | def init( method write_readinto (line 1134) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1145) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1153) | def write(self, buf) -> int: method readinto (line 1162) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1172) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1174) | class Signal(Pin): method off (line 1195) | def off(self) -> None: method on (line 1201) | def on(self) -> None: method value (line 1207) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1227) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/neopixel.pyi class NeoPixel (line 18) | class NeoPixel: method __init__ (line 34) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 35) | def __len__(self) -> int: method __setitem__ (line 40) | def __setitem__(self, i, v) -> None: method __getitem__ (line 45) | def __getitem__(self, i) -> Tuple: method fill (line 50) | def fill(self, v) -> None: method write (line 56) | def write(self) -> None: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/os.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function statvfs (line 60) | def statvfs(path) -> Tuple: function unlink (line 83) | def unlink(*args, **kwargs) -> Any: ... function uname (line 84) | def uname() -> uname_result: function umount (line 98) | def umount(mount_point) -> Incomplete: function chdir (line 108) | def chdir(path) -> Incomplete: function dupterm (line 114) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 137) | def remove(path) -> None: function mkdir (line 143) | def mkdir(path) -> Incomplete: function getcwd (line 149) | def getcwd() -> Incomplete: function listdir (line 155) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 161) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 182) | class VfsLfs2: method rename (line 200) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 202) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 211) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 212) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 213) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 214) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 215) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 216) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 217) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 218) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 219) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 220) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 221) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 222) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 224) | class VfsFat: method rename (line 231) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 233) | def mkfs(block_dev) -> None: method mount (line 239) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 240) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 241) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 242) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 243) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 244) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 245) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 246) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 247) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 248) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 249) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/rp2.pyi class PIOASMError (line 29) | class PIOASMError(Exception): ... class PIOASMEmit (line 31) | class PIOASMEmit: method __init__ (line 36) | def __init__( method start_pass (line 55) | def start_pass(self, pass_) -> None: ... method __getitem__ (line 56) | def __getitem__(self, key): ... method delay (line 57) | def delay(self, delay): ... method side (line 58) | def side(self, value): ... method wrap_target (line 59) | def wrap_target(self) -> None: ... method wrap (line 60) | def wrap(self) -> None: ... method label (line 61) | def label(self, label) -> None: ... method word (line 62) | def word(self, instr, label: Incomplete | None = ...): ... method nop (line 63) | def nop(self): ... method jmp (line 64) | def jmp(self, cond, label: Incomplete | None = ...): ... method wait (line 65) | def wait(self, polarity, src, index): ... method in_ (line 66) | def in_(self, src, data): ... method out (line 67) | def out(self, dest, data): ... method push (line 68) | def push(self, value: int = ..., value2: int = ...): ... method pull (line 69) | def pull(self, value: int = ..., value2: int = ...): ... method mov (line 70) | def mov(self, dest, src): ... method irq (line 71) | def irq(self, mod, index: Incomplete | None = ...): ... method set (line 72) | def set(self, dest, data): ... function asm_pio (line 76) | def asm_pio(**kw) -> Incomplete: function asm_pio_encode (line 113) | def asm_pio_encode(instr, sideset_count, sideset_opt: bool = ...) -> Inc... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/struct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/umachine.pyi function dht_readinto (line 20) | def dht_readinto(*args, **kwargs) -> Any: ... function enable_irq (line 21) | def enable_irq(state) -> Incomplete: function disable_irq (line 29) | def disable_irq() -> Incomplete: function bitstream (line 38) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 62) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 87) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 97) | def soft_reset() -> NoReturn: function reset (line 105) | def reset() -> NoReturn: function freq (line 112) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 120) | def reset_cause() -> int: function idle (line 126) | def idle() -> Incomplete: function time_pulse_us (line 135) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 153) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 178) | def unique_id() -> bytes: class WDT (line 187) | class WDT: method feed (line 197) | def feed(self) -> None: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 211) | class PWM: method freq (line 228) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 239) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 251) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 261) | def deinit(self) -> None: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 269) | class ADC: method read_u16 (line 286) | def read_u16(self) -> int: method __init__ (line 294) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 296) | class I2C: method readfrom_mem_into (line 314) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 326) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 336) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 345) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 356) | def scan(self) -> List: method writeto (line 364) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 374) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 390) | def start(self) -> None: method readfrom (line 396) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 404) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 414) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 428) | def stop(self) -> None: method write (line 434) | def write(self, buf) -> int: method __init__ (line 442) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 444) | class I2S: method shift (line 475) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 483) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 489) | def irq(self, handler) -> Incomplete: method readinto (line 497) | def readinto(self, buf) -> int: method deinit (line 506) | def deinit(self) -> Incomplete: method write (line 512) | def write(self, buf) -> int: method __init__ (line 521) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 523) | class Pin: method low (line 604) | def low(self) -> None: method irq (line 612) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 657) | def toggle(self, *args, **kwargs) -> Any: ... method off (line 658) | def off(self) -> None: method on (line 664) | def on(self) -> None: method init (line 670) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 680) | def value(self, x: Optional[Any] = None) -> int: method high (line 714) | def high(self) -> None: class cpu (line 722) | class cpu: method __init__ (line 753) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 755) | class board: method __init__ (line 784) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 786) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 787) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 795) | class SoftSPI: method deinit (line 804) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 805) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 806) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 807) | def read(self, *args, **kwargs) -> Any: ... method write (line 808) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 809) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 810) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 812) | class Timer: method init (line 823) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 863) | def deinit(self) -> None: method __init__ (line 869) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 871) | class UART: method deinit (line 880) | def deinit(self) -> None: method sendbreak (line 890) | def sendbreak(self) -> None: method init (line 897) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 951) | def flush(self) -> Incomplete: method txdone (line 966) | def txdone(self) -> bool: method read (line 981) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 992) | def any(self) -> int: method write (line 1007) | def write(self, buf) -> Union[int, None]: method readinto (line 1015) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1026) | def readline(self) -> Union[str, None]: method __init__ (line 1035) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1037) | class SoftI2C(I2C): method readfrom_mem_into (line 1050) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1051) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1052) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1053) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1054) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1055) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1056) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1057) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1058) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1059) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1060) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1061) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1062) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1063) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1065) | class RTC: method datetime (line 1070) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1086) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1088) | class SPI: method deinit (line 1102) | def deinit(self) -> None: method init (line 1108) | def init( method write_readinto (line 1134) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1145) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1153) | def write(self, buf) -> int: method readinto (line 1162) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1172) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1174) | class Signal(Pin): method off (line 1195) | def off(self) -> None: method on (line 1201) | def on(self) -> None: method value (line 1207) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1227) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/uos.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function statvfs (line 60) | def statvfs(path) -> Tuple: function unlink (line 83) | def unlink(*args, **kwargs) -> Any: ... function uname (line 84) | def uname() -> uname_result: function umount (line 98) | def umount(mount_point) -> Incomplete: function chdir (line 108) | def chdir(path) -> Incomplete: function dupterm (line 114) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 137) | def remove(path) -> None: function mkdir (line 143) | def mkdir(path) -> Incomplete: function getcwd (line 149) | def getcwd() -> Incomplete: function listdir (line 155) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 161) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 182) | class VfsLfs2: method rename (line 200) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 202) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 211) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 212) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 213) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 214) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 215) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 216) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 217) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 218) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 219) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 220) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 221) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 222) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 224) | class VfsFat: method rename (line 231) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 233) | def mkfs(block_dev) -> None: method mount (line 239) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 240) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 241) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 242) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 243) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 244) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 245) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 246) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 247) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 248) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 249) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/ustruct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/_rp2.pyi function country (line 19) | def country(*args, **kwargs) -> Any: ... function bootsel_button (line 20) | def bootsel_button() -> Incomplete: class Flash (line 33) | class Flash: method readblocks (line 38) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 39) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 40) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 50) | class PIO: method state_machine (line 71) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 83) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 93) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 103) | def add_program(self, program) -> Incomplete: method __init__ (line 113) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 115) | class StateMachine: method irq (line 125) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 133) | def put(self, value, shift=0) -> Incomplete: method restart (line 149) | def restart(self) -> Incomplete: method rx_fifo (line 164) | def rx_fifo(self) -> int: method tx_fifo (line 174) | def tx_fifo(self) -> int: method init (line 184) | def init( method exec (line 232) | def exec(self, instr) -> Incomplete: method get (line 241) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 253) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Any: ... method release (line 25) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/cryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 64) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 71) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 80) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 89) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 96) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 112) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 122) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 144) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 145) | def fill(self, c) -> None: method fill_rect (line 151) | def fill_rect(self, *args, **kwargs) -> Any: ... method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/logging.pyi function info (line 10) | def info(*args, **kwargs) -> Any: ... function debug (line 11) | def debug(*args, **kwargs) -> Any: ... function getLogger (line 12) | def getLogger(*args, **kwargs) -> Any: ... function basicConfig (line 13) | def basicConfig(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Any: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Any: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Any: ... method log (line 22) | def log(self, *args, **kwargs) -> Any: ... method error (line 23) | def error(self, *args, **kwargs) -> Any: ... method info (line 24) | def info(self, *args, **kwargs) -> Any: ... method debug (line 25) | def debug(self, *args, **kwargs) -> Any: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/lwip.pyi function reset (line 14) | def reset(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function getaddrinfo (line 16) | def getaddrinfo(*args, **kwargs) -> Any: ... function callback (line 17) | def callback(*args, **kwargs) -> Any: ... class socket (line 19) | class socket: method recvfrom (line 20) | def recvfrom(self, *args, **kwargs) -> Any: ... method recv (line 21) | def recv(self, *args, **kwargs) -> Any: ... method makefile (line 22) | def makefile(self, *args, **kwargs) -> Any: ... method listen (line 23) | def listen(self, *args, **kwargs) -> Any: ... method settimeout (line 24) | def settimeout(self, *args, **kwargs) -> Any: ... method sendall (line 25) | def sendall(self, *args, **kwargs) -> Any: ... method setsockopt (line 26) | def setsockopt(self, *args, **kwargs) -> Any: ... method setblocking (line 27) | def setblocking(self, *args, **kwargs) -> Any: ... method sendto (line 28) | def sendto(self, *args, **kwargs) -> Any: ... method readline (line 29) | def readline(self, *args, **kwargs) -> Any: ... method readinto (line 30) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 31) | def read(self, *args, **kwargs) -> Any: ... method close (line 32) | def close(self, *args, **kwargs) -> Any: ... method connect (line 33) | def connect(self, *args, **kwargs) -> Any: ... method send (line 34) | def send(self, *args, **kwargs) -> Any: ... method bind (line 35) | def bind(self, *args, **kwargs) -> Any: ... method accept (line 36) | def accept(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/machine.pyi function dht_readinto (line 20) | def dht_readinto(*args, **kwargs) -> Any: ... function enable_irq (line 21) | def enable_irq(state) -> Incomplete: function disable_irq (line 29) | def disable_irq() -> Incomplete: function bitstream (line 38) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 62) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 87) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 97) | def soft_reset() -> NoReturn: function reset (line 105) | def reset() -> NoReturn: function freq (line 112) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 120) | def reset_cause() -> int: function idle (line 126) | def idle() -> Incomplete: function time_pulse_us (line 135) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 153) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 178) | def unique_id() -> bytes: class WDT (line 187) | class WDT: method feed (line 197) | def feed(self) -> None: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 211) | class PWM: method freq (line 228) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 239) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 251) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 261) | def deinit(self) -> None: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 269) | class ADC: method read_u16 (line 286) | def read_u16(self) -> int: method __init__ (line 294) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 296) | class I2C: method readfrom_mem_into (line 314) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 326) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 336) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 345) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 356) | def scan(self) -> List: method writeto (line 364) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 374) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 390) | def start(self) -> None: method readfrom (line 396) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 404) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 414) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 428) | def stop(self) -> None: method write (line 434) | def write(self, buf) -> int: method __init__ (line 442) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 444) | class I2S: method shift (line 475) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 483) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 489) | def irq(self, handler) -> Incomplete: method readinto (line 497) | def readinto(self, buf) -> int: method deinit (line 506) | def deinit(self) -> Incomplete: method write (line 512) | def write(self, buf) -> int: method __init__ (line 521) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 523) | class Pin: method low (line 604) | def low(self) -> None: method irq (line 612) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 657) | def toggle(self, *args, **kwargs) -> Any: ... method off (line 658) | def off(self) -> None: method on (line 664) | def on(self) -> None: method init (line 670) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 680) | def value(self, x: Optional[Any] = None) -> int: method high (line 714) | def high(self) -> None: class cpu (line 722) | class cpu: method __init__ (line 756) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 758) | class board: method __init__ (line 789) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 791) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 792) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 800) | class SoftSPI: method deinit (line 809) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 810) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 811) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 812) | def read(self, *args, **kwargs) -> Any: ... method write (line 813) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 814) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 815) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 817) | class Timer: method init (line 828) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 868) | def deinit(self) -> None: method __init__ (line 874) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 876) | class UART: method deinit (line 885) | def deinit(self) -> None: method sendbreak (line 895) | def sendbreak(self) -> None: method init (line 902) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 956) | def flush(self) -> Incomplete: method txdone (line 971) | def txdone(self) -> bool: method read (line 986) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 997) | def any(self) -> int: method write (line 1012) | def write(self, buf) -> Union[int, None]: method readinto (line 1020) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1031) | def readline(self) -> Union[str, None]: method __init__ (line 1040) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1042) | class SoftI2C(I2C): method readfrom_mem_into (line 1055) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1056) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1057) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1058) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1059) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1060) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1061) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1062) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1063) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1064) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1065) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1066) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1067) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1068) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1070) | class RTC: method datetime (line 1075) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1091) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1093) | class SPI: method deinit (line 1107) | def deinit(self) -> None: method init (line 1113) | def init( method write_readinto (line 1139) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1150) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1158) | def write(self, buf) -> int: method readinto (line 1167) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1177) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1179) | class Signal(Pin): method off (line 1200) | def off(self) -> None: method on (line 1206) | def on(self) -> None: method value (line 1212) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1232) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/mip.pyi function install (line 3) | def install(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/neopixel.pyi class NeoPixel (line 18) | class NeoPixel: method __init__ (line 34) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 35) | def __len__(self) -> int: method __setitem__ (line 40) | def __setitem__(self, i, v) -> None: method __getitem__ (line 45) | def __getitem__(self, i) -> Tuple: method fill (line 50) | def fill(self, v) -> None: method write (line 56) | def write(self) -> None: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/network.pyi function route (line 52) | def route(*args, **kwargs) -> Any: ... function hostname (line 53) | def hostname(*args, **kwargs) -> Any: ... function country (line 54) | def country(*args, **kwargs) -> Any: ... class WLAN (line 56) | class WLAN: method isconnected (line 65) | def isconnected(self) -> bool: method ioctl (line 73) | def ioctl(self, *args, **kwargs) -> Any: ... method ifconfig (line 74) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method scan (line 85) | def scan(self) -> List[Tuple]: method send_ethernet (line 114) | def send_ethernet(self, *args, **kwargs) -> Any: ... method status (line 115) | def status(self, param: Optional[Any] = None) -> Incomplete: method config (line 134) | def config(self, *args, **kwargs) -> Incomplete: method active (line 168) | def active(self, is_active: Optional[Any] = None) -> None: method disconnect (line 176) | def disconnect(self) -> None: method connect (line 182) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method deinit (line 191) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 192) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/ntptime.pyi function settime (line 6) | def settime(*args, **kwargs) -> Any: ... function time (line 7) | def time(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/os.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function statvfs (line 60) | def statvfs(path) -> Tuple: function unlink (line 83) | def unlink(*args, **kwargs) -> Any: ... function uname (line 84) | def uname() -> uname_result: function umount (line 98) | def umount(mount_point) -> Incomplete: function chdir (line 108) | def chdir(path) -> Incomplete: function dupterm (line 114) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 137) | def remove(path) -> None: function mkdir (line 143) | def mkdir(path) -> Incomplete: function getcwd (line 149) | def getcwd() -> Incomplete: function listdir (line 155) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 161) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 182) | class VfsLfs2: method rename (line 200) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 202) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 211) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 212) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 213) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 214) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 215) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 216) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 217) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 218) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 219) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 220) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 221) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 222) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 224) | class VfsFat: method rename (line 231) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 233) | def mkfs(block_dev) -> None: method mount (line 239) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 240) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 241) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 242) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 243) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 244) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 245) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 246) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 247) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 248) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 249) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/rp2.pyi class PIOASMError (line 29) | class PIOASMError(Exception): ... class PIOASMEmit (line 31) | class PIOASMEmit: method __init__ (line 36) | def __init__( method start_pass (line 55) | def start_pass(self, pass_) -> None: ... method __getitem__ (line 56) | def __getitem__(self, key): ... method delay (line 57) | def delay(self, delay): ... method side (line 58) | def side(self, value): ... method wrap_target (line 59) | def wrap_target(self) -> None: ... method wrap (line 60) | def wrap(self) -> None: ... method label (line 61) | def label(self, label) -> None: ... method word (line 62) | def word(self, instr, label: Incomplete | None = ...): ... method nop (line 63) | def nop(self): ... method jmp (line 64) | def jmp(self, cond, label: Incomplete | None = ...): ... method wait (line 65) | def wait(self, polarity, src, index): ... method in_ (line 66) | def in_(self, src, data): ... method out (line 67) | def out(self, dest, data): ... method push (line 68) | def push(self, value: int = ..., value2: int = ...): ... method pull (line 69) | def pull(self, value: int = ..., value2: int = ...): ... method mov (line 70) | def mov(self, dest, src): ... method irq (line 71) | def irq(self, mod, index: Incomplete | None = ...): ... method set (line 72) | def set(self, dest, data): ... function asm_pio (line 76) | def asm_pio(**kw) -> Incomplete: function asm_pio_encode (line 113) | def asm_pio_encode(instr, sideset_count, sideset_opt: bool = ...) -> Inc... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/socket.pyi function reset (line 79) | def reset(*args, **kwargs) -> Any: ... function print_pcbs (line 80) | def print_pcbs(*args, **kwargs) -> Any: ... function getaddrinfo (line 81) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... function callback (line 122) | def callback(*args, **kwargs) -> Any: ... class socket (line 124) | class socket: method recvfrom (line 138) | def recvfrom(self, bufsize) -> Tuple: method recv (line 146) | def recv(self, bufsize) -> bytes: method makefile (line 153) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 171) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 180) | def settimeout(self, value) -> Incomplete: method sendall (line 215) | def sendall(self, bytes) -> int: method setsockopt (line 228) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 236) | def setblocking(self, flag) -> Incomplete: method sendto (line 248) | def sendto(self, bytes, address) -> None: method readline (line 255) | def readline(self) -> Incomplete: method readinto (line 263) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 273) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 283) | def close(self) -> Incomplete: method connect (line 294) | def connect(self, address) -> None: method send (line 300) | def send(self, bytes) -> int: method bind (line 308) | def bind(self, address) -> Incomplete: method accept (line 314) | def accept(self) -> Tuple: method write (line 323) | def write(self, buf) -> int: method __init__ (line 334) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/ssl.pyi function wrap_socket (line 21) | def wrap_socket( FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/struct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/umachine.pyi function dht_readinto (line 20) | def dht_readinto(*args, **kwargs) -> Any: ... function enable_irq (line 21) | def enable_irq(state) -> Incomplete: function disable_irq (line 29) | def disable_irq() -> Incomplete: function bitstream (line 38) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 62) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 87) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 97) | def soft_reset() -> NoReturn: function reset (line 105) | def reset() -> NoReturn: function freq (line 112) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 120) | def reset_cause() -> int: function idle (line 126) | def idle() -> Incomplete: function time_pulse_us (line 135) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 153) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 178) | def unique_id() -> bytes: class WDT (line 187) | class WDT: method feed (line 197) | def feed(self) -> None: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 211) | class PWM: method freq (line 228) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 239) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 251) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 261) | def deinit(self) -> None: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 269) | class ADC: method read_u16 (line 286) | def read_u16(self) -> int: method __init__ (line 294) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 296) | class I2C: method readfrom_mem_into (line 314) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 326) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 336) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 345) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 356) | def scan(self) -> List: method writeto (line 364) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 374) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 390) | def start(self) -> None: method readfrom (line 396) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 404) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 414) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 428) | def stop(self) -> None: method write (line 434) | def write(self, buf) -> int: method __init__ (line 442) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 444) | class I2S: method shift (line 475) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 483) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 489) | def irq(self, handler) -> Incomplete: method readinto (line 497) | def readinto(self, buf) -> int: method deinit (line 506) | def deinit(self) -> Incomplete: method write (line 512) | def write(self, buf) -> int: method __init__ (line 521) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 523) | class Pin: method low (line 604) | def low(self) -> None: method irq (line 612) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 657) | def toggle(self, *args, **kwargs) -> Any: ... method off (line 658) | def off(self) -> None: method on (line 664) | def on(self) -> None: method init (line 670) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 680) | def value(self, x: Optional[Any] = None) -> int: method high (line 714) | def high(self) -> None: class cpu (line 722) | class cpu: method __init__ (line 756) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 758) | class board: method __init__ (line 789) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 791) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 792) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 800) | class SoftSPI: method deinit (line 809) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 810) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 811) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 812) | def read(self, *args, **kwargs) -> Any: ... method write (line 813) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 814) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 815) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 817) | class Timer: method init (line 828) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 868) | def deinit(self) -> None: method __init__ (line 874) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 876) | class UART: method deinit (line 885) | def deinit(self) -> None: method sendbreak (line 895) | def sendbreak(self) -> None: method init (line 902) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 956) | def flush(self) -> Incomplete: method txdone (line 971) | def txdone(self) -> bool: method read (line 986) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 997) | def any(self) -> int: method write (line 1012) | def write(self, buf) -> Union[int, None]: method readinto (line 1020) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1031) | def readline(self) -> Union[str, None]: method __init__ (line 1040) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1042) | class SoftI2C(I2C): method readfrom_mem_into (line 1055) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1056) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1057) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1058) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1059) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1060) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1061) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1062) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1063) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1064) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1065) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1066) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1067) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1068) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1070) | class RTC: method datetime (line 1075) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1091) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1093) | class SPI: method deinit (line 1107) | def deinit(self) -> None: method init (line 1113) | def init( method write_readinto (line 1139) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1150) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1158) | def write(self, buf) -> int: method readinto (line 1167) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1177) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1179) | class Signal(Pin): method off (line 1200) | def off(self) -> None: method on (line 1206) | def on(self) -> None: method value (line 1212) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1232) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/uos.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function statvfs (line 60) | def statvfs(path) -> Tuple: function unlink (line 83) | def unlink(*args, **kwargs) -> Any: ... function uname (line 84) | def uname() -> uname_result: function umount (line 98) | def umount(mount_point) -> Incomplete: function chdir (line 108) | def chdir(path) -> Incomplete: function dupterm (line 114) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 137) | def remove(path) -> None: function mkdir (line 143) | def mkdir(path) -> Incomplete: function getcwd (line 149) | def getcwd() -> Incomplete: function listdir (line 155) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 161) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 182) | class VfsLfs2: method rename (line 200) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 202) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 211) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 212) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 213) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 214) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 215) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 216) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 217) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 218) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 219) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 220) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 221) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 222) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 224) | class VfsFat: method rename (line 231) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 233) | def mkfs(block_dev) -> None: method mount (line 239) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 240) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 241) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 242) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 243) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 244) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 245) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 246) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 247) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 248) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 249) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/urequests.pyi function request (line 3) | def request(*args, **kwargs) -> Any: ... function head (line 4) | def head(*args, **kwargs) -> Any: ... function post (line 5) | def post(*args, **kwargs) -> Any: ... function patch (line 6) | def patch(*args, **kwargs) -> Any: ... function delete (line 7) | def delete(*args, **kwargs) -> Any: ... function put (line 8) | def put(*args, **kwargs) -> Any: ... function get (line 9) | def get(*args, **kwargs) -> Any: ... class Response (line 11) | class Response: method json (line 12) | def json(self, *args, **kwargs) -> Any: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/usocket.pyi function reset (line 79) | def reset(*args, **kwargs) -> Any: ... function print_pcbs (line 80) | def print_pcbs(*args, **kwargs) -> Any: ... function getaddrinfo (line 81) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... function callback (line 122) | def callback(*args, **kwargs) -> Any: ... class socket (line 124) | class socket: method recvfrom (line 138) | def recvfrom(self, bufsize) -> Tuple: method recv (line 146) | def recv(self, bufsize) -> bytes: method makefile (line 153) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 171) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 180) | def settimeout(self, value) -> Incomplete: method sendall (line 215) | def sendall(self, bytes) -> int: method setsockopt (line 228) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 236) | def setblocking(self, flag) -> Incomplete: method sendto (line 248) | def sendto(self, bytes, address) -> None: method readline (line 255) | def readline(self) -> Incomplete: method readinto (line 263) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 273) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 283) | def close(self) -> Incomplete: method connect (line 294) | def connect(self, address) -> None: method send (line 300) | def send(self, bytes) -> int: method bind (line 308) | def bind(self, address) -> Incomplete: method accept (line 314) | def accept(self) -> Tuple: method write (line 323) | def write(self, buf) -> int: method __init__ (line 334) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/ussl.pyi function wrap_socket (line 21) | def wrap_socket( FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/ustruct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-pico_w-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_20_0-rp2-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-rp2-stubs/_rp2.pyi function bootsel_button (line 19) | def bootsel_button() -> Incomplete: class StateMachine (line 32) | class StateMachine: method irq (line 42) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 50) | def put(self, value, shift=0) -> Incomplete: method restart (line 66) | def restart(self) -> Incomplete: method rx_fifo (line 81) | def rx_fifo(self) -> int: method tx_fifo (line 91) | def tx_fifo(self) -> int: method init (line 101) | def init( method exec (line 149) | def exec(self, instr) -> Incomplete: method get (line 158) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 170) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 181) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 183) | class Flash: method readblocks (line 188) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 189) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 190) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 200) | class PIO: method state_machine (line 221) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 233) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 243) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 253) | def add_program(self, program) -> Incomplete: method __init__ (line 263) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Any: ... method release (line 25) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-rp2-stubs/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: publish/micropython-v1_20_0-rp2-stubs/cryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_20_0-rp2-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_20_0-rp2-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_20_0-rp2-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 64) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 71) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 80) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 89) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 96) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 112) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 122) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 144) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 145) | def fill(self, c) -> None: method fill_rect (line 151) | def fill_rect(self, *args, **kwargs) -> Any: ... method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: publish/micropython-v1_20_0-rp2-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-stubs/logging.pyi function getLogger (line 10) | def getLogger(*args, **kwargs) -> Any: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Any: ... function info (line 12) | def info(*args, **kwargs) -> Any: ... function debug (line 13) | def debug(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Any: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Any: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Any: ... method log (line 22) | def log(self, *args, **kwargs) -> Any: ... method error (line 23) | def error(self, *args, **kwargs) -> Any: ... method info (line 24) | def info(self, *args, **kwargs) -> Any: ... method debug (line 25) | def debug(self, *args, **kwargs) -> Any: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/machine.pyi function dht_readinto (line 20) | def dht_readinto(*args, **kwargs) -> Any: ... function enable_irq (line 21) | def enable_irq(state) -> Incomplete: function disable_irq (line 29) | def disable_irq() -> Incomplete: function bitstream (line 38) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 62) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 87) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 97) | def soft_reset() -> NoReturn: function reset (line 105) | def reset() -> NoReturn: function freq (line 112) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 120) | def reset_cause() -> int: function idle (line 126) | def idle() -> Incomplete: function time_pulse_us (line 135) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 153) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 178) | def unique_id() -> bytes: class WDT (line 187) | class WDT: method feed (line 197) | def feed(self) -> None: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 211) | class PWM: method freq (line 228) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 239) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 251) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 261) | def deinit(self) -> None: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 269) | class ADC: method read_u16 (line 286) | def read_u16(self) -> int: method __init__ (line 294) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 296) | class I2C: method readfrom_mem_into (line 314) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 326) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 336) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 345) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 356) | def scan(self) -> List: method writeto (line 364) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 374) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 390) | def start(self) -> None: method readfrom (line 396) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 404) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 414) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 428) | def stop(self) -> None: method write (line 434) | def write(self, buf) -> int: method __init__ (line 442) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 444) | class I2S: method shift (line 475) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 483) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 489) | def irq(self, handler) -> Incomplete: method readinto (line 497) | def readinto(self, buf) -> int: method deinit (line 506) | def deinit(self) -> Incomplete: method write (line 512) | def write(self, buf) -> int: method __init__ (line 521) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 523) | class Pin: method low (line 604) | def low(self) -> None: method irq (line 612) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 657) | def toggle(self, *args, **kwargs) -> Any: ... method off (line 658) | def off(self) -> None: method on (line 664) | def on(self) -> None: method init (line 670) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 680) | def value(self, x: Optional[Any] = None) -> int: method high (line 714) | def high(self) -> None: class cpu (line 722) | class cpu: method __init__ (line 753) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 755) | class board: method __init__ (line 784) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 786) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 787) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 795) | class SoftSPI: method deinit (line 804) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 805) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 806) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 807) | def read(self, *args, **kwargs) -> Any: ... method write (line 808) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 809) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 810) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 812) | class Timer: method init (line 823) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 863) | def deinit(self) -> None: method __init__ (line 869) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 871) | class UART: method deinit (line 880) | def deinit(self) -> None: method sendbreak (line 890) | def sendbreak(self) -> None: method init (line 897) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 951) | def flush(self) -> Incomplete: method txdone (line 966) | def txdone(self) -> bool: method read (line 981) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 992) | def any(self) -> int: method write (line 1007) | def write(self, buf) -> Union[int, None]: method readinto (line 1015) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1026) | def readline(self) -> Union[str, None]: method __init__ (line 1035) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1037) | class SoftI2C(I2C): method readfrom_mem_into (line 1050) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1051) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1052) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1053) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1054) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1055) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1056) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1057) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1058) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1059) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1060) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1061) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1062) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1063) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1065) | class RTC: method datetime (line 1070) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1086) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1088) | class SPI: method deinit (line 1102) | def deinit(self) -> None: method init (line 1108) | def init( method write_readinto (line 1134) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1145) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1153) | def write(self, buf) -> int: method readinto (line 1162) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1172) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1174) | class Signal(Pin): method off (line 1195) | def off(self) -> None: method on (line 1201) | def on(self) -> None: method value (line 1207) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1227) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-rp2-stubs/neopixel.pyi class NeoPixel (line 18) | class NeoPixel: method __init__ (line 34) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 35) | def __len__(self) -> int: method __setitem__ (line 40) | def __setitem__(self, i, v) -> None: method __getitem__ (line 45) | def __getitem__(self, i) -> Tuple: method fill (line 50) | def fill(self, v) -> None: method write (line 56) | def write(self) -> None: FILE: publish/micropython-v1_20_0-rp2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_20_0-rp2-stubs/os.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function statvfs (line 60) | def statvfs(path) -> Tuple: function unlink (line 83) | def unlink(*args, **kwargs) -> Any: ... function uname (line 84) | def uname() -> uname_result: function umount (line 98) | def umount(mount_point) -> Incomplete: function chdir (line 108) | def chdir(path) -> Incomplete: function dupterm (line 114) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 137) | def remove(path) -> None: function mkdir (line 143) | def mkdir(path) -> Incomplete: function getcwd (line 149) | def getcwd() -> Incomplete: function listdir (line 155) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 161) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 182) | class VfsLfs2: method rename (line 200) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 202) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 211) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 212) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 213) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 214) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 215) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 216) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 217) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 218) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 219) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 220) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 221) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 222) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 224) | class VfsFat: method rename (line 231) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 233) | def mkfs(block_dev) -> None: method mount (line 239) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 240) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 241) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 242) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 243) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 244) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 245) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 246) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 247) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 248) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 249) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-rp2-stubs/rp2.pyi class PIOASMError (line 29) | class PIOASMError(Exception): ... class PIOASMEmit (line 31) | class PIOASMEmit: method __init__ (line 36) | def __init__( method start_pass (line 55) | def start_pass(self, pass_) -> None: ... method __getitem__ (line 56) | def __getitem__(self, key): ... method delay (line 57) | def delay(self, delay): ... method side (line 58) | def side(self, value): ... method wrap_target (line 59) | def wrap_target(self) -> None: ... method wrap (line 60) | def wrap(self) -> None: ... method label (line 61) | def label(self, label) -> None: ... method word (line 62) | def word(self, instr, label: Incomplete | None = ...): ... method nop (line 63) | def nop(self): ... method jmp (line 64) | def jmp(self, cond, label: Incomplete | None = ...): ... method wait (line 65) | def wait(self, polarity, src, index): ... method in_ (line 66) | def in_(self, src, data): ... method out (line 67) | def out(self, dest, data): ... method push (line 68) | def push(self, value: int = ..., value2: int = ...): ... method pull (line 69) | def pull(self, value: int = ..., value2: int = ...): ... method mov (line 70) | def mov(self, dest, src): ... method irq (line 71) | def irq(self, mod, index: Incomplete | None = ...): ... method set (line 72) | def set(self, dest, data): ... function asm_pio (line 76) | def asm_pio(**kw) -> Incomplete: function asm_pio_encode (line 113) | def asm_pio_encode(instr, sideset_count, sideset_opt: bool = ...) -> Inc... FILE: publish/micropython-v1_20_0-rp2-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-rp2-stubs/struct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-rp2-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-stubs/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-rp2-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-rp2-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-rp2-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-rp2-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-rp2-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-rp2-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-rp2-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-rp2-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_20_0-rp2-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-stubs/umachine.pyi function dht_readinto (line 20) | def dht_readinto(*args, **kwargs) -> Any: ... function enable_irq (line 21) | def enable_irq(state) -> Incomplete: function disable_irq (line 29) | def disable_irq() -> Incomplete: function bitstream (line 38) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 62) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 87) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 97) | def soft_reset() -> NoReturn: function reset (line 105) | def reset() -> NoReturn: function freq (line 112) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 120) | def reset_cause() -> int: function idle (line 126) | def idle() -> Incomplete: function time_pulse_us (line 135) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 153) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 178) | def unique_id() -> bytes: class WDT (line 187) | class WDT: method feed (line 197) | def feed(self) -> None: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 211) | class PWM: method freq (line 228) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 239) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 251) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 261) | def deinit(self) -> None: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 269) | class ADC: method read_u16 (line 286) | def read_u16(self) -> int: method __init__ (line 294) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 296) | class I2C: method readfrom_mem_into (line 314) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 326) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 336) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 345) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 356) | def scan(self) -> List: method writeto (line 364) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 374) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 390) | def start(self) -> None: method readfrom (line 396) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 404) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 414) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 428) | def stop(self) -> None: method write (line 434) | def write(self, buf) -> int: method __init__ (line 442) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 444) | class I2S: method shift (line 475) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 483) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 489) | def irq(self, handler) -> Incomplete: method readinto (line 497) | def readinto(self, buf) -> int: method deinit (line 506) | def deinit(self) -> Incomplete: method write (line 512) | def write(self, buf) -> int: method __init__ (line 521) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 523) | class Pin: method low (line 604) | def low(self) -> None: method irq (line 612) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 657) | def toggle(self, *args, **kwargs) -> Any: ... method off (line 658) | def off(self) -> None: method on (line 664) | def on(self) -> None: method init (line 670) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 680) | def value(self, x: Optional[Any] = None) -> int: method high (line 714) | def high(self) -> None: class cpu (line 722) | class cpu: method __init__ (line 753) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 755) | class board: method __init__ (line 784) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 786) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 787) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 795) | class SoftSPI: method deinit (line 804) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 805) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 806) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 807) | def read(self, *args, **kwargs) -> Any: ... method write (line 808) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 809) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 810) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 812) | class Timer: method init (line 823) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 863) | def deinit(self) -> None: method __init__ (line 869) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 871) | class UART: method deinit (line 880) | def deinit(self) -> None: method sendbreak (line 890) | def sendbreak(self) -> None: method init (line 897) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 951) | def flush(self) -> Incomplete: method txdone (line 966) | def txdone(self) -> bool: method read (line 981) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 992) | def any(self) -> int: method write (line 1007) | def write(self, buf) -> Union[int, None]: method readinto (line 1015) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1026) | def readline(self) -> Union[str, None]: method __init__ (line 1035) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1037) | class SoftI2C(I2C): method readfrom_mem_into (line 1050) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1051) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1052) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1053) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1054) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1055) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1056) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1057) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1058) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1059) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1060) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1061) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1062) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1063) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1065) | class RTC: method datetime (line 1070) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1086) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1088) | class SPI: method deinit (line 1102) | def deinit(self) -> None: method init (line 1108) | def init( method write_readinto (line 1134) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1145) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1153) | def write(self, buf) -> int: method readinto (line 1162) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1172) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1174) | class Signal(Pin): method off (line 1195) | def off(self) -> None: method on (line 1201) | def on(self) -> None: method value (line 1207) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1227) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/uos.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function statvfs (line 60) | def statvfs(path) -> Tuple: function unlink (line 83) | def unlink(*args, **kwargs) -> Any: ... function uname (line 84) | def uname() -> uname_result: function umount (line 98) | def umount(mount_point) -> Incomplete: function chdir (line 108) | def chdir(path) -> Incomplete: function dupterm (line 114) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 137) | def remove(path) -> None: function mkdir (line 143) | def mkdir(path) -> Incomplete: function getcwd (line 149) | def getcwd() -> Incomplete: function listdir (line 155) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 161) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 182) | class VfsLfs2: method rename (line 200) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 202) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 211) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 212) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 213) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 214) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 215) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 216) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 217) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 218) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 219) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 220) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 221) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 222) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 224) | class VfsFat: method rename (line 231) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 233) | def mkfs(block_dev) -> None: method mount (line 239) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 240) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 241) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 242) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 243) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 244) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 245) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 246) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 247) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 248) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 249) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-rp2-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-rp2-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-rp2-stubs/ustruct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-rp2-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-stubs/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-rp2-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-rp2-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 64) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 71) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 80) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 89) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 96) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 112) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 122) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 144) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 145) | def fill(self, c) -> None: method fill_rect (line 151) | def fill_rect(self, *args, **kwargs) -> Any: ... method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/gc.pyi function isenabled (line 12) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 13) | def mem_free() -> int: function mem_alloc (line 24) | def mem_alloc() -> int: function collect (line 34) | def collect() -> None: function enable (line 40) | def enable() -> None: function disable (line 46) | def disable() -> None: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/logging.pyi function getLogger (line 10) | def getLogger(*args, **kwargs) -> Any: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Any: ... function info (line 12) | def info(*args, **kwargs) -> Any: ... function debug (line 13) | def debug(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Any: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Any: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Any: ... method log (line 22) | def log(self, *args, **kwargs) -> Any: ... method error (line 23) | def error(self, *args, **kwargs) -> Any: ... method info (line 24) | def info(self, *args, **kwargs) -> Any: ... method debug (line 25) | def debug(self, *args, **kwargs) -> Any: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/machine.pyi function disable_irq (line 23) | def disable_irq() -> Incomplete: function reset_cause (line 32) | def reset_cause() -> int: function enable_irq (line 38) | def enable_irq(state) -> Incomplete: function bitstream (line 46) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 70) | def dht_readinto(*args, **kwargs) -> Any: ... function bootloader (line 71) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 81) | def soft_reset() -> NoReturn: function freq (line 89) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 97) | def reset() -> NoReturn: function time_pulse_us (line 104) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 122) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 147) | def idle() -> Incomplete: function unique_id (line 156) | def unique_id() -> bytes: class WDT (line 165) | class WDT: method timeout_ms (line 175) | def timeout_ms(self, *args, **kwargs) -> Any: ... method feed (line 176) | def feed(self) -> None: method __init__ (line 184) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 190) | class PWM: method freq (line 207) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 218) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 230) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 240) | def deinit(self) -> None: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 248) | class ADC: method read_u16 (line 264) | def read_u16(self) -> int: method deinit (line 272) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 275) | class DAC: method write (line 276) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 279) | class I2C: method readfrom_mem_into (line 297) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 309) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 319) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 328) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 339) | def scan(self) -> List: method writeto (line 347) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 357) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 373) | def start(self) -> None: method readfrom (line 379) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 387) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 397) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 411) | def stop(self) -> None: method write (line 417) | def write(self, buf) -> int: method __init__ (line 425) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 427) | class Pin: method irq (line 501) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 546) | def toggle(self, *args, **kwargs) -> Any: ... method init (line 547) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 557) | def on(self) -> None: method low (line 563) | def low(self) -> None: method off (line 571) | def off(self) -> None: method high (line 577) | def high(self) -> None: method value (line 585) | def value(self, x: Optional[Any] = None) -> int: method disable (line 619) | def disable(self, *args, **kwargs) -> Any: ... method drive (line 620) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 629) | class board: method __init__ (line 664) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 666) | class cpu: method __init__ (line 718) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 720) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 721) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 729) | class SoftSPI: method deinit (line 738) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 739) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 740) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 741) | def read(self, *args, **kwargs) -> Any: ... method write (line 742) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 743) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 744) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 746) | class Timer: method init (line 757) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 797) | def deinit(self) -> None: method __init__ (line 803) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 805) | class UART: method flush (line 810) | def flush(self) -> Incomplete: method deinit (line 825) | def deinit(self) -> None: method txdone (line 835) | def txdone(self) -> bool: method init (line 850) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 904) | def sendbreak(self) -> None: method read (line 911) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 922) | def any(self) -> int: method write (line 937) | def write(self, buf) -> Union[int, None]: method readinto (line 945) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 956) | def readline(self) -> Union[str, None]: method __init__ (line 965) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 967) | class SoftI2C(I2C): method readfrom_mem_into (line 980) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 981) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 982) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 983) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 984) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 985) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 986) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 987) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 988) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 989) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 990) | def init(self, *args, **kwargs) -> Any: ... method stop (line 991) | def stop(self, *args, **kwargs) -> Any: ... method write (line 992) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 993) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 995) | class RTC: method datetime (line 1000) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1016) | def init(self, datetime) -> None: method calibration (line 1024) | def calibration(self, *args, **kwargs) -> Any: ... method __init__ (line 1025) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1027) | class SPI: method deinit (line 1041) | def deinit(self) -> None: method init (line 1047) | def init( method write_readinto (line 1073) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1084) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1092) | def write(self, buf) -> int: method readinto (line 1101) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1111) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1113) | class Signal(Pin): method off (line 1134) | def off(self) -> None: method on (line 1140) | def on(self) -> None: method value (line 1146) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1166) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/os.pyi function rmdir (line 17) | def rmdir(path) -> None: function rename (line 23) | def rename(old_path, new_path) -> None: function mount (line 29) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 47) | def mkdir(path) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function stat (line 60) | def stat(path) -> Incomplete: function unlink (line 66) | def unlink(*args, **kwargs) -> Any: ... function umount (line 67) | def umount(mount_point) -> Incomplete: function statvfs (line 77) | def statvfs(path) -> Tuple: function chdir (line 100) | def chdir(path) -> Incomplete: function listdir (line 106) | def listdir(dir: Optional[Any] = None) -> Incomplete: function remove (line 112) | def remove(path) -> None: function dupterm (line 118) | def dupterm(stream_object, index=0, /) -> IO: function ilistdir (line 141) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 162) | def getcwd() -> Incomplete: class VfsLfs2 (line 168) | class VfsLfs2: method rename (line 186) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 188) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 197) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 198) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 199) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 200) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 201) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 202) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 203) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 204) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 205) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 206) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 207) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 210) | class VfsFat: method rename (line 217) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 219) | def mkfs(block_dev) -> None: method mount (line 225) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 226) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 227) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 228) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 229) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 230) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 231) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 232) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 233) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 234) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 235) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 236) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs1 (line 238) | class VfsLfs1: method rename (line 248) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 250) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 259) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 260) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 261) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 262) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 263) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 264) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 265) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 266) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 267) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 268) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 269) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 270) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/samd.pyi function pininfo (line 3) | def pininfo(*args, **kwargs) -> Any: ... class Flash (line 5) | class Flash: method ioctl (line 6) | def ioctl(self, *args, **kwargs) -> Any: ... method writeblocks (line 7) | def writeblocks(self, *args, **kwargs) -> Any: ... method readblocks (line 8) | def readblocks(self, *args, **kwargs) -> Any: ... method flash_init (line 9) | def flash_init(self, *args, **kwargs) -> Any: ... method flash_version (line 10) | def flash_version(self, *args, **kwargs) -> Any: ... method flash_size (line 11) | def flash_size(self, *args, **kwargs) -> Any: ... method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/struct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/time.pyi function ticks_cpu (line 39) | def ticks_cpu() -> Incomplete: function time (line 54) | def time() -> int: function ticks_add (line 81) | def ticks_add(ticks, delta) -> Incomplete: function ticks_us (line 108) | def ticks_us() -> Incomplete: function ticks_diff (line 114) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function localtime (line 204) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 226) | def sleep_us(us) -> None: function gmtime (line 236) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 258) | def sleep_ms(ms) -> None: function mktime (line 269) | def mktime() -> int: function sleep (line 277) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/umachine.pyi function disable_irq (line 23) | def disable_irq() -> Incomplete: function reset_cause (line 32) | def reset_cause() -> int: function enable_irq (line 38) | def enable_irq(state) -> Incomplete: function bitstream (line 46) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 70) | def dht_readinto(*args, **kwargs) -> Any: ... function bootloader (line 71) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 81) | def soft_reset() -> NoReturn: function freq (line 89) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 97) | def reset() -> NoReturn: function time_pulse_us (line 104) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 122) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 147) | def idle() -> Incomplete: function unique_id (line 156) | def unique_id() -> bytes: class WDT (line 165) | class WDT: method timeout_ms (line 175) | def timeout_ms(self, *args, **kwargs) -> Any: ... method feed (line 176) | def feed(self) -> None: method __init__ (line 184) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 190) | class PWM: method freq (line 207) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 218) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 230) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 240) | def deinit(self) -> None: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 248) | class ADC: method read_u16 (line 264) | def read_u16(self) -> int: method deinit (line 272) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 275) | class DAC: method write (line 276) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 279) | class I2C: method readfrom_mem_into (line 297) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 309) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 319) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 328) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 339) | def scan(self) -> List: method writeto (line 347) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 357) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 373) | def start(self) -> None: method readfrom (line 379) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 387) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 397) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 411) | def stop(self) -> None: method write (line 417) | def write(self, buf) -> int: method __init__ (line 425) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 427) | class Pin: method irq (line 501) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 546) | def toggle(self, *args, **kwargs) -> Any: ... method init (line 547) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 557) | def on(self) -> None: method low (line 563) | def low(self) -> None: method off (line 571) | def off(self) -> None: method high (line 577) | def high(self) -> None: method value (line 585) | def value(self, x: Optional[Any] = None) -> int: method disable (line 619) | def disable(self, *args, **kwargs) -> Any: ... method drive (line 620) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 629) | class board: method __init__ (line 664) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 666) | class cpu: method __init__ (line 718) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 720) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 721) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 729) | class SoftSPI: method deinit (line 738) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 739) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 740) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 741) | def read(self, *args, **kwargs) -> Any: ... method write (line 742) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 743) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 744) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 746) | class Timer: method init (line 757) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 797) | def deinit(self) -> None: method __init__ (line 803) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 805) | class UART: method flush (line 810) | def flush(self) -> Incomplete: method deinit (line 825) | def deinit(self) -> None: method txdone (line 835) | def txdone(self) -> bool: method init (line 850) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 904) | def sendbreak(self) -> None: method read (line 911) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 922) | def any(self) -> int: method write (line 937) | def write(self, buf) -> Union[int, None]: method readinto (line 945) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 956) | def readline(self) -> Union[str, None]: method __init__ (line 965) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 967) | class SoftI2C(I2C): method readfrom_mem_into (line 980) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 981) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 982) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 983) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 984) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 985) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 986) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 987) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 988) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 989) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 990) | def init(self, *args, **kwargs) -> Any: ... method stop (line 991) | def stop(self, *args, **kwargs) -> Any: ... method write (line 992) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 993) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 995) | class RTC: method datetime (line 1000) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1016) | def init(self, datetime) -> None: method calibration (line 1024) | def calibration(self, *args, **kwargs) -> Any: ... method __init__ (line 1025) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1027) | class SPI: method deinit (line 1041) | def deinit(self) -> None: method init (line 1047) | def init( method write_readinto (line 1073) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1084) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1092) | def write(self, buf) -> int: method readinto (line 1101) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1111) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1113) | class Signal(Pin): method off (line 1134) | def off(self) -> None: method on (line 1140) | def on(self) -> None: method value (line 1146) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1166) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/uos.pyi function rmdir (line 17) | def rmdir(path) -> None: function rename (line 23) | def rename(old_path, new_path) -> None: function mount (line 29) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 47) | def mkdir(path) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function stat (line 60) | def stat(path) -> Incomplete: function unlink (line 66) | def unlink(*args, **kwargs) -> Any: ... function umount (line 67) | def umount(mount_point) -> Incomplete: function statvfs (line 77) | def statvfs(path) -> Tuple: function chdir (line 100) | def chdir(path) -> Incomplete: function listdir (line 106) | def listdir(dir: Optional[Any] = None) -> Incomplete: function remove (line 112) | def remove(path) -> None: function dupterm (line 118) | def dupterm(stream_object, index=0, /) -> IO: function ilistdir (line 141) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 162) | def getcwd() -> Incomplete: class VfsLfs2 (line 168) | class VfsLfs2: method rename (line 186) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 188) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 197) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 198) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 199) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 200) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 201) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 202) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 203) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 204) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 205) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 206) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 207) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 210) | class VfsFat: method rename (line 217) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 219) | def mkfs(block_dev) -> None: method mount (line 225) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 226) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 227) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 228) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 229) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 230) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 231) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 232) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 233) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 234) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 235) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 236) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs1 (line 238) | class VfsLfs1: method rename (line 248) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 250) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 259) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 260) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 261) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 262) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 263) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 264) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 265) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 266) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 267) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 268) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 269) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 270) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/ustruct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/utime.pyi function ticks_cpu (line 39) | def ticks_cpu() -> Incomplete: function time (line 54) | def time() -> int: function ticks_add (line 81) | def ticks_add(ticks, delta) -> Incomplete: function ticks_us (line 108) | def ticks_us() -> Incomplete: function ticks_diff (line 114) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function localtime (line 204) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 226) | def sleep_us(us) -> None: function gmtime (line 236) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 258) | def sleep_ms(ms) -> None: function mktime (line 269) | def mktime() -> int: function sleep (line 277) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_feather_m4_express-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 64) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 71) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 80) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 89) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 96) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 112) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 122) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 144) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 145) | def fill(self, c) -> None: method fill_rect (line 151) | def fill_rect(self, *args, **kwargs) -> Any: ... method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/gc.pyi function isenabled (line 12) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 13) | def mem_free() -> int: function mem_alloc (line 24) | def mem_alloc() -> int: function collect (line 34) | def collect() -> None: function enable (line 40) | def enable() -> None: function disable (line 46) | def disable() -> None: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/logging.pyi function debug (line 10) | def debug(*args, **kwargs) -> Any: ... function getLogger (line 11) | def getLogger(*args, **kwargs) -> Any: ... function info (line 12) | def info(*args, **kwargs) -> Any: ... function basicConfig (line 13) | def basicConfig(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method debug (line 17) | def debug(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 18) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method warning (line 19) | def warning(self, *args, **kwargs) -> Any: ... method error (line 20) | def error(self, *args, **kwargs) -> Any: ... method critical (line 21) | def critical(self, *args, **kwargs) -> Any: ... method setLevel (line 22) | def setLevel(self, *args, **kwargs) -> Any: ... method log (line 23) | def log(self, *args, **kwargs) -> Any: ... method exception (line 24) | def exception(self, *args, **kwargs) -> Any: ... method info (line 25) | def info(self, *args, **kwargs) -> Any: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/machine.pyi function disable_irq (line 23) | def disable_irq() -> Incomplete: function reset_cause (line 32) | def reset_cause() -> int: function enable_irq (line 38) | def enable_irq(state) -> Incomplete: function bitstream (line 46) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 70) | def dht_readinto(*args, **kwargs) -> Any: ... function bootloader (line 71) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 81) | def soft_reset() -> NoReturn: function freq (line 89) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 97) | def reset() -> NoReturn: function time_pulse_us (line 104) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 122) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 147) | def idle() -> Incomplete: function unique_id (line 156) | def unique_id() -> bytes: class WDT (line 165) | class WDT: method timeout_ms (line 175) | def timeout_ms(self, *args, **kwargs) -> Any: ... method feed (line 176) | def feed(self) -> None: method __init__ (line 184) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 190) | class PWM: method freq (line 207) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 218) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 230) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 240) | def deinit(self) -> None: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 248) | class ADC: method read_u16 (line 264) | def read_u16(self) -> int: method deinit (line 272) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 275) | class DAC: method write (line 276) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 279) | class I2C: method readfrom_mem_into (line 297) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 309) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 319) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 328) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 339) | def scan(self) -> List: method writeto (line 347) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 357) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 373) | def start(self) -> None: method readfrom (line 379) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 387) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 397) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 411) | def stop(self) -> None: method write (line 417) | def write(self, buf) -> int: method __init__ (line 425) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 427) | class Pin: method irq (line 501) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 546) | def toggle(self, *args, **kwargs) -> Any: ... method init (line 547) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 557) | def on(self) -> None: method low (line 563) | def low(self) -> None: method off (line 571) | def off(self) -> None: method high (line 577) | def high(self) -> None: method value (line 585) | def value(self, x: Optional[Any] = None) -> int: method disable (line 619) | def disable(self, *args, **kwargs) -> Any: ... method drive (line 620) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 629) | class board: method __init__ (line 665) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 667) | class cpu: method __init__ (line 705) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 707) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 708) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 716) | class SoftSPI: method deinit (line 725) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 726) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 727) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 728) | def read(self, *args, **kwargs) -> Any: ... method write (line 729) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 730) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 731) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 733) | class Timer: method init (line 744) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 784) | def deinit(self) -> None: method __init__ (line 790) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 792) | class UART: method flush (line 797) | def flush(self) -> Incomplete: method deinit (line 812) | def deinit(self) -> None: method txdone (line 822) | def txdone(self) -> bool: method init (line 837) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 891) | def sendbreak(self) -> None: method read (line 898) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 909) | def any(self) -> int: method write (line 924) | def write(self, buf) -> Union[int, None]: method readinto (line 932) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 943) | def readline(self) -> Union[str, None]: method __init__ (line 952) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 954) | class SoftI2C(I2C): method readfrom_mem_into (line 967) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 968) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 969) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 970) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 971) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 972) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 973) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 974) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 975) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 976) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 977) | def init(self, *args, **kwargs) -> Any: ... method stop (line 978) | def stop(self, *args, **kwargs) -> Any: ... method write (line 979) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 980) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 982) | class RTC: method datetime (line 987) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1003) | def init(self, datetime) -> None: method calibration (line 1011) | def calibration(self, *args, **kwargs) -> Any: ... method __init__ (line 1012) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1014) | class SPI: method deinit (line 1028) | def deinit(self) -> None: method init (line 1034) | def init( method write_readinto (line 1060) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1071) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1079) | def write(self, buf) -> int: method readinto (line 1088) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1098) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1100) | class Signal(Pin): method off (line 1121) | def off(self) -> None: method on (line 1127) | def on(self) -> None: method value (line 1133) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1153) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/os.pyi function rmdir (line 17) | def rmdir(path) -> None: function rename (line 23) | def rename(old_path, new_path) -> None: function mount (line 29) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 47) | def mkdir(path) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function stat (line 60) | def stat(path) -> Incomplete: function unlink (line 66) | def unlink(*args, **kwargs) -> Any: ... function umount (line 67) | def umount(mount_point) -> Incomplete: function statvfs (line 77) | def statvfs(path) -> Tuple: function chdir (line 100) | def chdir(path) -> Incomplete: function listdir (line 106) | def listdir(dir: Optional[Any] = None) -> Incomplete: function remove (line 112) | def remove(path) -> None: function dupterm (line 118) | def dupterm(stream_object, index=0, /) -> IO: function ilistdir (line 141) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 162) | def getcwd() -> Incomplete: class VfsLfs2 (line 168) | class VfsLfs2: method rename (line 186) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 188) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 197) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 198) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 199) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 200) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 201) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 202) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 203) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 204) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 205) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 206) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 207) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 210) | class VfsFat: method rename (line 217) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 219) | def mkfs(block_dev) -> None: method mount (line 225) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 226) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 227) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 228) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 229) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 230) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 231) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 232) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 233) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 234) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 235) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 236) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs1 (line 238) | class VfsLfs1: method rename (line 248) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 250) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 259) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 260) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 261) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 262) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 263) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 264) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 265) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 266) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 267) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 268) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 269) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 270) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/samd.pyi function pininfo (line 3) | def pininfo(*args, **kwargs) -> Any: ... class Flash (line 5) | class Flash: method ioctl (line 6) | def ioctl(self, *args, **kwargs) -> Any: ... method writeblocks (line 7) | def writeblocks(self, *args, **kwargs) -> Any: ... method readblocks (line 8) | def readblocks(self, *args, **kwargs) -> Any: ... method flash_init (line 9) | def flash_init(self, *args, **kwargs) -> Any: ... method flash_version (line 10) | def flash_version(self, *args, **kwargs) -> Any: ... method flash_size (line 11) | def flash_size(self, *args, **kwargs) -> Any: ... method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/struct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/time.pyi function ticks_cpu (line 39) | def ticks_cpu() -> Incomplete: function time (line 54) | def time() -> int: function ticks_add (line 81) | def ticks_add(ticks, delta) -> Incomplete: function ticks_us (line 108) | def ticks_us() -> Incomplete: function ticks_diff (line 114) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function localtime (line 204) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 226) | def sleep_us(us) -> None: function gmtime (line 236) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 258) | def sleep_ms(ms) -> None: function mktime (line 269) | def mktime() -> int: function sleep (line 277) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/umachine.pyi function disable_irq (line 23) | def disable_irq() -> Incomplete: function reset_cause (line 32) | def reset_cause() -> int: function enable_irq (line 38) | def enable_irq(state) -> Incomplete: function bitstream (line 46) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 70) | def dht_readinto(*args, **kwargs) -> Any: ... function bootloader (line 71) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 81) | def soft_reset() -> NoReturn: function freq (line 89) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 97) | def reset() -> NoReturn: function time_pulse_us (line 104) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 122) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 147) | def idle() -> Incomplete: function unique_id (line 156) | def unique_id() -> bytes: class WDT (line 165) | class WDT: method timeout_ms (line 175) | def timeout_ms(self, *args, **kwargs) -> Any: ... method feed (line 176) | def feed(self) -> None: method __init__ (line 184) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 190) | class PWM: method freq (line 207) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 218) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 230) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 240) | def deinit(self) -> None: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 248) | class ADC: method read_u16 (line 264) | def read_u16(self) -> int: method deinit (line 272) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 275) | class DAC: method write (line 276) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 279) | class I2C: method readfrom_mem_into (line 297) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 309) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 319) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 328) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 339) | def scan(self) -> List: method writeto (line 347) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 357) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 373) | def start(self) -> None: method readfrom (line 379) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 387) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 397) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 411) | def stop(self) -> None: method write (line 417) | def write(self, buf) -> int: method __init__ (line 425) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 427) | class Pin: method irq (line 501) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 546) | def toggle(self, *args, **kwargs) -> Any: ... method init (line 547) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 557) | def on(self) -> None: method low (line 563) | def low(self) -> None: method off (line 571) | def off(self) -> None: method high (line 577) | def high(self) -> None: method value (line 585) | def value(self, x: Optional[Any] = None) -> int: method disable (line 619) | def disable(self, *args, **kwargs) -> Any: ... method drive (line 620) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 629) | class board: method __init__ (line 665) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 667) | class cpu: method __init__ (line 705) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 707) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 708) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 716) | class SoftSPI: method deinit (line 725) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 726) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 727) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 728) | def read(self, *args, **kwargs) -> Any: ... method write (line 729) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 730) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 731) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 733) | class Timer: method init (line 744) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 784) | def deinit(self) -> None: method __init__ (line 790) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 792) | class UART: method flush (line 797) | def flush(self) -> Incomplete: method deinit (line 812) | def deinit(self) -> None: method txdone (line 822) | def txdone(self) -> bool: method init (line 837) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 891) | def sendbreak(self) -> None: method read (line 898) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 909) | def any(self) -> int: method write (line 924) | def write(self, buf) -> Union[int, None]: method readinto (line 932) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 943) | def readline(self) -> Union[str, None]: method __init__ (line 952) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 954) | class SoftI2C(I2C): method readfrom_mem_into (line 967) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 968) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 969) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 970) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 971) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 972) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 973) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 974) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 975) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 976) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 977) | def init(self, *args, **kwargs) -> Any: ... method stop (line 978) | def stop(self, *args, **kwargs) -> Any: ... method write (line 979) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 980) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 982) | class RTC: method datetime (line 987) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1003) | def init(self, datetime) -> None: method calibration (line 1011) | def calibration(self, *args, **kwargs) -> Any: ... method __init__ (line 1012) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1014) | class SPI: method deinit (line 1028) | def deinit(self) -> None: method init (line 1034) | def init( method write_readinto (line 1060) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1071) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1079) | def write(self, buf) -> int: method readinto (line 1088) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1098) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1100) | class Signal(Pin): method off (line 1121) | def off(self) -> None: method on (line 1127) | def on(self) -> None: method value (line 1133) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1153) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/uos.pyi function rmdir (line 17) | def rmdir(path) -> None: function rename (line 23) | def rename(old_path, new_path) -> None: function mount (line 29) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 47) | def mkdir(path) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function stat (line 60) | def stat(path) -> Incomplete: function unlink (line 66) | def unlink(*args, **kwargs) -> Any: ... function umount (line 67) | def umount(mount_point) -> Incomplete: function statvfs (line 77) | def statvfs(path) -> Tuple: function chdir (line 100) | def chdir(path) -> Incomplete: function listdir (line 106) | def listdir(dir: Optional[Any] = None) -> Incomplete: function remove (line 112) | def remove(path) -> None: function dupterm (line 118) | def dupterm(stream_object, index=0, /) -> IO: function ilistdir (line 141) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 162) | def getcwd() -> Incomplete: class VfsLfs2 (line 168) | class VfsLfs2: method rename (line 186) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 188) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 197) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 198) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 199) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 200) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 201) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 202) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 203) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 204) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 205) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 206) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 207) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 210) | class VfsFat: method rename (line 217) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 219) | def mkfs(block_dev) -> None: method mount (line 225) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 226) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 227) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 228) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 229) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 230) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 231) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 232) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 233) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 234) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 235) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 236) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs1 (line 238) | class VfsLfs1: method rename (line 248) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 250) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 259) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 260) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 261) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 262) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 263) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 264) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 265) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 266) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 267) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 268) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 269) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 270) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/ustruct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/utime.pyi function ticks_cpu (line 39) | def ticks_cpu() -> Incomplete: function time (line 54) | def time() -> int: function ticks_add (line 81) | def ticks_add(ticks, delta) -> Incomplete: function ticks_us (line 108) | def ticks_us() -> Incomplete: function ticks_diff (line 114) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function localtime (line 204) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 226) | def sleep_us(us) -> None: function gmtime (line 236) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 258) | def sleep_ms(ms) -> None: function mktime (line 269) | def mktime() -> int: function sleep (line 277) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-adafruit_itsybitsy_m4_express-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 64) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 71) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 80) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 89) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 96) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 112) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 122) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 144) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 145) | def fill(self, c) -> None: method fill_rect (line 151) | def fill_rect(self, *args, **kwargs) -> Any: ... method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/gc.pyi function isenabled (line 12) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 13) | def mem_free() -> int: function mem_alloc (line 24) | def mem_alloc() -> int: function collect (line 34) | def collect() -> None: function enable (line 40) | def enable() -> None: function disable (line 46) | def disable() -> None: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/logging.pyi function debug (line 10) | def debug(*args, **kwargs) -> Any: ... function getLogger (line 11) | def getLogger(*args, **kwargs) -> Any: ... function info (line 12) | def info(*args, **kwargs) -> Any: ... function basicConfig (line 13) | def basicConfig(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method debug (line 17) | def debug(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 18) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method warning (line 19) | def warning(self, *args, **kwargs) -> Any: ... method error (line 20) | def error(self, *args, **kwargs) -> Any: ... method critical (line 21) | def critical(self, *args, **kwargs) -> Any: ... method setLevel (line 22) | def setLevel(self, *args, **kwargs) -> Any: ... method log (line 23) | def log(self, *args, **kwargs) -> Any: ... method exception (line 24) | def exception(self, *args, **kwargs) -> Any: ... method info (line 25) | def info(self, *args, **kwargs) -> Any: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/machine.pyi function disable_irq (line 23) | def disable_irq() -> Incomplete: function reset_cause (line 32) | def reset_cause() -> int: function enable_irq (line 38) | def enable_irq(state) -> Incomplete: function bitstream (line 46) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 70) | def dht_readinto(*args, **kwargs) -> Any: ... function bootloader (line 71) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 81) | def soft_reset() -> NoReturn: function freq (line 89) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 97) | def reset() -> NoReturn: function time_pulse_us (line 104) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 122) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 147) | def idle() -> Incomplete: function unique_id (line 156) | def unique_id() -> bytes: class WDT (line 165) | class WDT: method timeout_ms (line 175) | def timeout_ms(self, *args, **kwargs) -> Any: ... method feed (line 176) | def feed(self) -> None: method __init__ (line 184) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 190) | class PWM: method freq (line 207) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 218) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 230) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 240) | def deinit(self) -> None: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 248) | class ADC: method read_u16 (line 264) | def read_u16(self) -> int: method deinit (line 272) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 275) | class DAC: method write (line 276) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 279) | class I2C: method readfrom_mem_into (line 297) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 309) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 319) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 328) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 339) | def scan(self) -> List: method writeto (line 347) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 357) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 373) | def start(self) -> None: method readfrom (line 379) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 387) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 397) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 411) | def stop(self) -> None: method write (line 417) | def write(self, buf) -> int: method __init__ (line 425) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 427) | class Pin: method irq (line 501) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 546) | def toggle(self, *args, **kwargs) -> Any: ... method init (line 547) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 557) | def on(self) -> None: method low (line 563) | def low(self) -> None: method off (line 571) | def off(self) -> None: method high (line 577) | def high(self) -> None: method value (line 585) | def value(self, x: Optional[Any] = None) -> int: method disable (line 619) | def disable(self, *args, **kwargs) -> Any: ... method drive (line 620) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 629) | class board: method __init__ (line 656) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 658) | class cpu: method __init__ (line 696) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 698) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 699) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 707) | class SoftSPI: method deinit (line 716) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 717) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 718) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 719) | def read(self, *args, **kwargs) -> Any: ... method write (line 720) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 721) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 722) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 724) | class Timer: method init (line 735) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 775) | def deinit(self) -> None: method __init__ (line 781) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 783) | class UART: method flush (line 788) | def flush(self) -> Incomplete: method deinit (line 803) | def deinit(self) -> None: method txdone (line 813) | def txdone(self) -> bool: method init (line 828) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 882) | def sendbreak(self) -> None: method read (line 889) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 900) | def any(self) -> int: method write (line 915) | def write(self, buf) -> Union[int, None]: method readinto (line 923) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 934) | def readline(self) -> Union[str, None]: method __init__ (line 943) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 945) | class SoftI2C(I2C): method readfrom_mem_into (line 958) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 959) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 960) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 961) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 962) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 963) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 964) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 965) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 966) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 967) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 968) | def init(self, *args, **kwargs) -> Any: ... method stop (line 969) | def stop(self, *args, **kwargs) -> Any: ... method write (line 970) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 971) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 973) | class RTC: method datetime (line 978) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 994) | def init(self, datetime) -> None: method calibration (line 1002) | def calibration(self, *args, **kwargs) -> Any: ... method __init__ (line 1003) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1005) | class SPI: method deinit (line 1019) | def deinit(self) -> None: method init (line 1025) | def init( method write_readinto (line 1051) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1062) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1070) | def write(self, buf) -> int: method readinto (line 1079) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1089) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1091) | class Signal(Pin): method off (line 1112) | def off(self) -> None: method on (line 1118) | def on(self) -> None: method value (line 1124) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1144) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/os.pyi function rmdir (line 17) | def rmdir(path) -> None: function rename (line 23) | def rename(old_path, new_path) -> None: function mount (line 29) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 47) | def mkdir(path) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function stat (line 60) | def stat(path) -> Incomplete: function unlink (line 66) | def unlink(*args, **kwargs) -> Any: ... function umount (line 67) | def umount(mount_point) -> Incomplete: function statvfs (line 77) | def statvfs(path) -> Tuple: function chdir (line 100) | def chdir(path) -> Incomplete: function listdir (line 106) | def listdir(dir: Optional[Any] = None) -> Incomplete: function remove (line 112) | def remove(path) -> None: function dupterm (line 118) | def dupterm(stream_object, index=0, /) -> IO: function ilistdir (line 141) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 162) | def getcwd() -> Incomplete: class VfsLfs2 (line 168) | class VfsLfs2: method rename (line 186) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 188) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 197) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 198) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 199) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 200) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 201) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 202) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 203) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 204) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 205) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 206) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 207) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 210) | class VfsFat: method rename (line 217) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 219) | def mkfs(block_dev) -> None: method mount (line 225) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 226) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 227) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 228) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 229) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 230) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 231) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 232) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 233) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 234) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 235) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 236) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs1 (line 238) | class VfsLfs1: method rename (line 248) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 250) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 259) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 260) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 261) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 262) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 263) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 264) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 265) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 266) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 267) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 268) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 269) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 270) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/samd.pyi function pininfo (line 3) | def pininfo(*args, **kwargs) -> Any: ... class Flash (line 5) | class Flash: method ioctl (line 6) | def ioctl(self, *args, **kwargs) -> Any: ... method writeblocks (line 7) | def writeblocks(self, *args, **kwargs) -> Any: ... method readblocks (line 8) | def readblocks(self, *args, **kwargs) -> Any: ... method flash_init (line 9) | def flash_init(self, *args, **kwargs) -> Any: ... method flash_version (line 10) | def flash_version(self, *args, **kwargs) -> Any: ... method flash_size (line 11) | def flash_size(self, *args, **kwargs) -> Any: ... method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/struct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/time.pyi function ticks_cpu (line 39) | def ticks_cpu() -> Incomplete: function time (line 54) | def time() -> int: function ticks_add (line 81) | def ticks_add(ticks, delta) -> Incomplete: function ticks_us (line 108) | def ticks_us() -> Incomplete: function ticks_diff (line 114) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function localtime (line 204) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 226) | def sleep_us(us) -> None: function gmtime (line 236) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 258) | def sleep_ms(ms) -> None: function mktime (line 269) | def mktime() -> int: function sleep (line 277) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/umachine.pyi function disable_irq (line 23) | def disable_irq() -> Incomplete: function reset_cause (line 32) | def reset_cause() -> int: function enable_irq (line 38) | def enable_irq(state) -> Incomplete: function bitstream (line 46) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 70) | def dht_readinto(*args, **kwargs) -> Any: ... function bootloader (line 71) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 81) | def soft_reset() -> NoReturn: function freq (line 89) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 97) | def reset() -> NoReturn: function time_pulse_us (line 104) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 122) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 147) | def idle() -> Incomplete: function unique_id (line 156) | def unique_id() -> bytes: class WDT (line 165) | class WDT: method timeout_ms (line 175) | def timeout_ms(self, *args, **kwargs) -> Any: ... method feed (line 176) | def feed(self) -> None: method __init__ (line 184) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 190) | class PWM: method freq (line 207) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 218) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 230) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 240) | def deinit(self) -> None: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 248) | class ADC: method read_u16 (line 264) | def read_u16(self) -> int: method deinit (line 272) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 275) | class DAC: method write (line 276) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 279) | class I2C: method readfrom_mem_into (line 297) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 309) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 319) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 328) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 339) | def scan(self) -> List: method writeto (line 347) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 357) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 373) | def start(self) -> None: method readfrom (line 379) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 387) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 397) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 411) | def stop(self) -> None: method write (line 417) | def write(self, buf) -> int: method __init__ (line 425) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 427) | class Pin: method irq (line 501) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 546) | def toggle(self, *args, **kwargs) -> Any: ... method init (line 547) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 557) | def on(self) -> None: method low (line 563) | def low(self) -> None: method off (line 571) | def off(self) -> None: method high (line 577) | def high(self) -> None: method value (line 585) | def value(self, x: Optional[Any] = None) -> int: method disable (line 619) | def disable(self, *args, **kwargs) -> Any: ... method drive (line 620) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 629) | class board: method __init__ (line 656) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 658) | class cpu: method __init__ (line 696) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 698) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 699) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 707) | class SoftSPI: method deinit (line 716) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 717) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 718) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 719) | def read(self, *args, **kwargs) -> Any: ... method write (line 720) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 721) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 722) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 724) | class Timer: method init (line 735) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 775) | def deinit(self) -> None: method __init__ (line 781) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 783) | class UART: method flush (line 788) | def flush(self) -> Incomplete: method deinit (line 803) | def deinit(self) -> None: method txdone (line 813) | def txdone(self) -> bool: method init (line 828) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 882) | def sendbreak(self) -> None: method read (line 889) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 900) | def any(self) -> int: method write (line 915) | def write(self, buf) -> Union[int, None]: method readinto (line 923) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 934) | def readline(self) -> Union[str, None]: method __init__ (line 943) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 945) | class SoftI2C(I2C): method readfrom_mem_into (line 958) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 959) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 960) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 961) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 962) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 963) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 964) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 965) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 966) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 967) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 968) | def init(self, *args, **kwargs) -> Any: ... method stop (line 969) | def stop(self, *args, **kwargs) -> Any: ... method write (line 970) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 971) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 973) | class RTC: method datetime (line 978) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 994) | def init(self, datetime) -> None: method calibration (line 1002) | def calibration(self, *args, **kwargs) -> Any: ... method __init__ (line 1003) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1005) | class SPI: method deinit (line 1019) | def deinit(self) -> None: method init (line 1025) | def init( method write_readinto (line 1051) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1062) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1070) | def write(self, buf) -> int: method readinto (line 1079) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1089) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1091) | class Signal(Pin): method off (line 1112) | def off(self) -> None: method on (line 1118) | def on(self) -> None: method value (line 1124) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1144) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/uos.pyi function rmdir (line 17) | def rmdir(path) -> None: function rename (line 23) | def rename(old_path, new_path) -> None: function mount (line 29) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 47) | def mkdir(path) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function stat (line 60) | def stat(path) -> Incomplete: function unlink (line 66) | def unlink(*args, **kwargs) -> Any: ... function umount (line 67) | def umount(mount_point) -> Incomplete: function statvfs (line 77) | def statvfs(path) -> Tuple: function chdir (line 100) | def chdir(path) -> Incomplete: function listdir (line 106) | def listdir(dir: Optional[Any] = None) -> Incomplete: function remove (line 112) | def remove(path) -> None: function dupterm (line 118) | def dupterm(stream_object, index=0, /) -> IO: function ilistdir (line 141) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 162) | def getcwd() -> Incomplete: class VfsLfs2 (line 168) | class VfsLfs2: method rename (line 186) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 188) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 197) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 198) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 199) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 200) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 201) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 202) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 203) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 204) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 205) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 206) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 207) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 210) | class VfsFat: method rename (line 217) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 219) | def mkfs(block_dev) -> None: method mount (line 225) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 226) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 227) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 228) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 229) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 230) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 231) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 232) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 233) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 234) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 235) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 236) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs1 (line 238) | class VfsLfs1: method rename (line 248) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 250) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 259) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 260) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 261) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 262) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 263) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 264) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 265) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 266) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 267) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 268) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 269) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 270) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/ustruct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/utime.pyi function ticks_cpu (line 39) | def ticks_cpu() -> Incomplete: function time (line 54) | def time() -> int: function ticks_add (line 81) | def ticks_add(ticks, delta) -> Incomplete: function ticks_us (line 108) | def ticks_us() -> Incomplete: function ticks_diff (line 114) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function localtime (line 204) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 226) | def sleep_us(us) -> None: function gmtime (line 236) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 258) | def sleep_ms(ms) -> None: function mktime (line 269) | def mktime() -> int: function sleep (line 277) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-minisam_m4-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 64) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 71) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 80) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 89) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 96) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 112) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 122) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 144) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 145) | def fill(self, c) -> None: method fill_rect (line 151) | def fill_rect(self, *args, **kwargs) -> Any: ... method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/gc.pyi function isenabled (line 12) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 13) | def mem_free() -> int: function mem_alloc (line 24) | def mem_alloc() -> int: function collect (line 34) | def collect() -> None: function enable (line 40) | def enable() -> None: function disable (line 46) | def disable() -> None: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/logging.pyi function getLogger (line 10) | def getLogger(*args, **kwargs) -> Any: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Any: ... function info (line 12) | def info(*args, **kwargs) -> Any: ... function debug (line 13) | def debug(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Any: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Any: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Any: ... method log (line 22) | def log(self, *args, **kwargs) -> Any: ... method error (line 23) | def error(self, *args, **kwargs) -> Any: ... method info (line 24) | def info(self, *args, **kwargs) -> Any: ... method debug (line 25) | def debug(self, *args, **kwargs) -> Any: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/machine.pyi function disable_irq (line 23) | def disable_irq() -> Incomplete: function reset_cause (line 32) | def reset_cause() -> int: function enable_irq (line 38) | def enable_irq(state) -> Incomplete: function bitstream (line 46) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 70) | def dht_readinto(*args, **kwargs) -> Any: ... function bootloader (line 71) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 81) | def soft_reset() -> NoReturn: function freq (line 89) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 97) | def reset() -> NoReturn: function time_pulse_us (line 104) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 122) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 147) | def idle() -> Incomplete: function unique_id (line 156) | def unique_id() -> bytes: class WDT (line 165) | class WDT: method timeout_ms (line 175) | def timeout_ms(self, *args, **kwargs) -> Any: ... method feed (line 176) | def feed(self) -> None: method __init__ (line 184) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 190) | class PWM: method freq (line 207) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 218) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 230) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 240) | def deinit(self) -> None: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 248) | class ADC: method read_u16 (line 264) | def read_u16(self) -> int: method deinit (line 272) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 275) | class DAC: method write (line 276) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 279) | class I2C: method readfrom_mem_into (line 297) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 309) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 319) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 328) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 339) | def scan(self) -> List: method writeto (line 347) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 357) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 373) | def start(self) -> None: method readfrom (line 379) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 387) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 397) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 411) | def stop(self) -> None: method write (line 417) | def write(self, buf) -> int: method __init__ (line 425) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 427) | class Pin: method irq (line 501) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 546) | def toggle(self, *args, **kwargs) -> Any: ... method init (line 547) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 557) | def on(self) -> None: method low (line 563) | def low(self) -> None: method off (line 571) | def off(self) -> None: method high (line 577) | def high(self) -> None: method value (line 585) | def value(self, x: Optional[Any] = None) -> int: method disable (line 619) | def disable(self, *args, **kwargs) -> Any: ... method drive (line 620) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 629) | class board: method __init__ (line 687) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 689) | class cpu: method __init__ (line 789) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 791) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 792) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 800) | class SoftSPI: method deinit (line 809) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 810) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 811) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 812) | def read(self, *args, **kwargs) -> Any: ... method write (line 813) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 814) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 815) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 817) | class Timer: method init (line 828) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 868) | def deinit(self) -> None: method __init__ (line 874) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 876) | class UART: method flush (line 881) | def flush(self) -> Incomplete: method deinit (line 896) | def deinit(self) -> None: method txdone (line 906) | def txdone(self) -> bool: method init (line 921) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 975) | def sendbreak(self) -> None: method read (line 982) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 993) | def any(self) -> int: method write (line 1008) | def write(self, buf) -> Union[int, None]: method readinto (line 1016) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1027) | def readline(self) -> Union[str, None]: method __init__ (line 1036) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1038) | class SoftI2C(I2C): method readfrom_mem_into (line 1051) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1052) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1053) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1054) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1055) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1056) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1057) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1058) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1059) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1060) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1061) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1062) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1063) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1064) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1066) | class RTC: method datetime (line 1071) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1087) | def init(self, datetime) -> None: method calibration (line 1095) | def calibration(self, *args, **kwargs) -> Any: ... method __init__ (line 1096) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1098) | class SPI: method deinit (line 1112) | def deinit(self) -> None: method init (line 1118) | def init( method write_readinto (line 1144) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1155) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1163) | def write(self, buf) -> int: method readinto (line 1172) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1182) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1184) | class Signal(Pin): method off (line 1205) | def off(self) -> None: method on (line 1211) | def on(self) -> None: method value (line 1217) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1237) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/os.pyi function rmdir (line 17) | def rmdir(path) -> None: function rename (line 23) | def rename(old_path, new_path) -> None: function mount (line 29) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 47) | def mkdir(path) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function stat (line 60) | def stat(path) -> Incomplete: function unlink (line 66) | def unlink(*args, **kwargs) -> Any: ... function umount (line 67) | def umount(mount_point) -> Incomplete: function statvfs (line 77) | def statvfs(path) -> Tuple: function chdir (line 100) | def chdir(path) -> Incomplete: function listdir (line 106) | def listdir(dir: Optional[Any] = None) -> Incomplete: function remove (line 112) | def remove(path) -> None: function dupterm (line 118) | def dupterm(stream_object, index=0, /) -> IO: function ilistdir (line 141) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 162) | def getcwd() -> Incomplete: class VfsLfs2 (line 168) | class VfsLfs2: method rename (line 186) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 188) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 197) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 198) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 199) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 200) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 201) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 202) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 203) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 204) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 205) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 206) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 207) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 210) | class VfsFat: method rename (line 217) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 219) | def mkfs(block_dev) -> None: method mount (line 225) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 226) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 227) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 228) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 229) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 230) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 231) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 232) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 233) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 234) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 235) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 236) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs1 (line 238) | class VfsLfs1: method rename (line 248) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 250) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 259) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 260) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 261) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 262) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 263) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 264) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 265) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 266) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 267) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 268) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 269) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 270) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/samd.pyi function pininfo (line 3) | def pininfo(*args, **kwargs) -> Any: ... class Flash (line 5) | class Flash: method ioctl (line 6) | def ioctl(self, *args, **kwargs) -> Any: ... method writeblocks (line 7) | def writeblocks(self, *args, **kwargs) -> Any: ... method readblocks (line 8) | def readblocks(self, *args, **kwargs) -> Any: ... method flash_init (line 9) | def flash_init(self, *args, **kwargs) -> Any: ... method flash_version (line 10) | def flash_version(self, *args, **kwargs) -> Any: ... method flash_size (line 11) | def flash_size(self, *args, **kwargs) -> Any: ... method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/struct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/time.pyi function ticks_cpu (line 39) | def ticks_cpu() -> Incomplete: function time (line 54) | def time() -> int: function ticks_add (line 81) | def ticks_add(ticks, delta) -> Incomplete: function ticks_us (line 108) | def ticks_us() -> Incomplete: function ticks_diff (line 114) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function localtime (line 204) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 226) | def sleep_us(us) -> None: function gmtime (line 236) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 258) | def sleep_ms(ms) -> None: function mktime (line 269) | def mktime() -> int: function sleep (line 277) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/umachine.pyi function disable_irq (line 23) | def disable_irq() -> Incomplete: function reset_cause (line 32) | def reset_cause() -> int: function enable_irq (line 38) | def enable_irq(state) -> Incomplete: function bitstream (line 46) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 70) | def dht_readinto(*args, **kwargs) -> Any: ... function bootloader (line 71) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 81) | def soft_reset() -> NoReturn: function freq (line 89) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 97) | def reset() -> NoReturn: function time_pulse_us (line 104) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 122) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 147) | def idle() -> Incomplete: function unique_id (line 156) | def unique_id() -> bytes: class WDT (line 165) | class WDT: method timeout_ms (line 175) | def timeout_ms(self, *args, **kwargs) -> Any: ... method feed (line 176) | def feed(self) -> None: method __init__ (line 184) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 190) | class PWM: method freq (line 207) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 218) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 230) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 240) | def deinit(self) -> None: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 248) | class ADC: method read_u16 (line 264) | def read_u16(self) -> int: method deinit (line 272) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 275) | class DAC: method write (line 276) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 279) | class I2C: method readfrom_mem_into (line 297) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 309) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 319) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 328) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 339) | def scan(self) -> List: method writeto (line 347) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 357) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 373) | def start(self) -> None: method readfrom (line 379) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 387) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 397) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 411) | def stop(self) -> None: method write (line 417) | def write(self, buf) -> int: method __init__ (line 425) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 427) | class Pin: method irq (line 501) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 546) | def toggle(self, *args, **kwargs) -> Any: ... method init (line 547) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 557) | def on(self) -> None: method low (line 563) | def low(self) -> None: method off (line 571) | def off(self) -> None: method high (line 577) | def high(self) -> None: method value (line 585) | def value(self, x: Optional[Any] = None) -> int: method disable (line 619) | def disable(self, *args, **kwargs) -> Any: ... method drive (line 620) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 629) | class board: method __init__ (line 687) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 689) | class cpu: method __init__ (line 789) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 791) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 792) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 800) | class SoftSPI: method deinit (line 809) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 810) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 811) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 812) | def read(self, *args, **kwargs) -> Any: ... method write (line 813) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 814) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 815) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 817) | class Timer: method init (line 828) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 868) | def deinit(self) -> None: method __init__ (line 874) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 876) | class UART: method flush (line 881) | def flush(self) -> Incomplete: method deinit (line 896) | def deinit(self) -> None: method txdone (line 906) | def txdone(self) -> bool: method init (line 921) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 975) | def sendbreak(self) -> None: method read (line 982) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 993) | def any(self) -> int: method write (line 1008) | def write(self, buf) -> Union[int, None]: method readinto (line 1016) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1027) | def readline(self) -> Union[str, None]: method __init__ (line 1036) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1038) | class SoftI2C(I2C): method readfrom_mem_into (line 1051) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1052) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1053) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1054) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1055) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1056) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1057) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1058) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1059) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1060) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1061) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1062) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1063) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1064) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1066) | class RTC: method datetime (line 1071) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1087) | def init(self, datetime) -> None: method calibration (line 1095) | def calibration(self, *args, **kwargs) -> Any: ... method __init__ (line 1096) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1098) | class SPI: method deinit (line 1112) | def deinit(self) -> None: method init (line 1118) | def init( method write_readinto (line 1144) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1155) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1163) | def write(self, buf) -> int: method readinto (line 1172) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1182) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1184) | class Signal(Pin): method off (line 1205) | def off(self) -> None: method on (line 1211) | def on(self) -> None: method value (line 1217) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1237) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/uos.pyi function rmdir (line 17) | def rmdir(path) -> None: function rename (line 23) | def rename(old_path, new_path) -> None: function mount (line 29) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 47) | def mkdir(path) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function stat (line 60) | def stat(path) -> Incomplete: function unlink (line 66) | def unlink(*args, **kwargs) -> Any: ... function umount (line 67) | def umount(mount_point) -> Incomplete: function statvfs (line 77) | def statvfs(path) -> Tuple: function chdir (line 100) | def chdir(path) -> Incomplete: function listdir (line 106) | def listdir(dir: Optional[Any] = None) -> Incomplete: function remove (line 112) | def remove(path) -> None: function dupterm (line 118) | def dupterm(stream_object, index=0, /) -> IO: function ilistdir (line 141) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 162) | def getcwd() -> Incomplete: class VfsLfs2 (line 168) | class VfsLfs2: method rename (line 186) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 188) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 197) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 198) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 199) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 200) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 201) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 202) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 203) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 204) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 205) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 206) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 207) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 210) | class VfsFat: method rename (line 217) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 219) | def mkfs(block_dev) -> None: method mount (line 225) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 226) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 227) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 228) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 229) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 230) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 231) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 232) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 233) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 234) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 235) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 236) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs1 (line 238) | class VfsLfs1: method rename (line 248) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 250) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 259) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 260) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 261) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 262) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 263) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 264) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 265) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 266) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 267) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 268) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 269) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 270) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/ustruct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/utime.pyi function ticks_cpu (line 39) | def ticks_cpu() -> Incomplete: function time (line 54) | def time() -> int: function ticks_add (line 81) | def ticks_add(ticks, delta) -> Incomplete: function ticks_us (line 108) | def ticks_us() -> Incomplete: function ticks_diff (line 114) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function localtime (line 204) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 226) | def sleep_us(us) -> None: function gmtime (line 236) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 258) | def sleep_ms(ms) -> None: function mktime (line 269) | def mktime() -> int: function sleep (line 277) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-seeed_wio_terminal-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_20_0-samd-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-samd-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-samd-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_20_0-samd-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_20_0-samd-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 64) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 71) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 80) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 89) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 96) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 112) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 122) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 144) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 145) | def fill(self, c) -> None: method fill_rect (line 151) | def fill_rect(self, *args, **kwargs) -> Any: ... method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/gc.pyi function isenabled (line 12) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 13) | def mem_free() -> int: function mem_alloc (line 24) | def mem_alloc() -> int: function collect (line 34) | def collect() -> None: function enable (line 40) | def enable() -> None: function disable (line 46) | def disable() -> None: FILE: publish/micropython-v1_20_0-samd-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-stubs/logging.pyi function getLogger (line 10) | def getLogger(*args, **kwargs) -> Any: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Any: ... function info (line 12) | def info(*args, **kwargs) -> Any: ... function debug (line 13) | def debug(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Any: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Any: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Any: ... method log (line 22) | def log(self, *args, **kwargs) -> Any: ... method error (line 23) | def error(self, *args, **kwargs) -> Any: ... method info (line 24) | def info(self, *args, **kwargs) -> Any: ... method debug (line 25) | def debug(self, *args, **kwargs) -> Any: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/machine.pyi function disable_irq (line 23) | def disable_irq() -> Incomplete: function reset_cause (line 32) | def reset_cause() -> int: function enable_irq (line 38) | def enable_irq(state) -> Incomplete: function bitstream (line 46) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 70) | def dht_readinto(*args, **kwargs) -> Any: ... function bootloader (line 71) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 81) | def soft_reset() -> NoReturn: function freq (line 89) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 97) | def reset() -> NoReturn: function time_pulse_us (line 104) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 122) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 147) | def idle() -> Incomplete: function unique_id (line 156) | def unique_id() -> bytes: class WDT (line 165) | class WDT: method timeout_ms (line 175) | def timeout_ms(self, *args, **kwargs) -> Any: ... method feed (line 176) | def feed(self) -> None: method __init__ (line 184) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 190) | class PWM: method freq (line 207) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 218) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 230) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 240) | def deinit(self) -> None: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 248) | class ADC: method read_u16 (line 264) | def read_u16(self) -> int: method deinit (line 272) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 275) | class DAC: method write (line 276) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 279) | class I2C: method readfrom_mem_into (line 297) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 309) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 319) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 328) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 339) | def scan(self) -> List: method writeto (line 347) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 357) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 373) | def start(self) -> None: method readfrom (line 379) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 387) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 397) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 411) | def stop(self) -> None: method write (line 417) | def write(self, buf) -> int: method __init__ (line 425) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 427) | class Pin: method irq (line 501) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 546) | def toggle(self, *args, **kwargs) -> Any: ... method init (line 547) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 557) | def on(self) -> None: method low (line 563) | def low(self) -> None: method off (line 571) | def off(self) -> None: method high (line 577) | def high(self) -> None: method value (line 585) | def value(self, x: Optional[Any] = None) -> int: method disable (line 619) | def disable(self, *args, **kwargs) -> Any: ... method drive (line 620) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 629) | class board: method __init__ (line 687) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 689) | class cpu: method __init__ (line 789) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 791) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 792) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 800) | class SoftSPI: method deinit (line 809) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 810) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 811) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 812) | def read(self, *args, **kwargs) -> Any: ... method write (line 813) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 814) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 815) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 817) | class Timer: method init (line 828) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 868) | def deinit(self) -> None: method __init__ (line 874) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 876) | class UART: method flush (line 881) | def flush(self) -> Incomplete: method deinit (line 896) | def deinit(self) -> None: method txdone (line 906) | def txdone(self) -> bool: method init (line 921) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 975) | def sendbreak(self) -> None: method read (line 982) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 993) | def any(self) -> int: method write (line 1008) | def write(self, buf) -> Union[int, None]: method readinto (line 1016) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1027) | def readline(self) -> Union[str, None]: method __init__ (line 1036) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1038) | class SoftI2C(I2C): method readfrom_mem_into (line 1051) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1052) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1053) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1054) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1055) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1056) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1057) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1058) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1059) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1060) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1061) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1062) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1063) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1064) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1066) | class RTC: method datetime (line 1071) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1087) | def init(self, datetime) -> None: method calibration (line 1095) | def calibration(self, *args, **kwargs) -> Any: ... method __init__ (line 1096) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1098) | class SPI: method deinit (line 1112) | def deinit(self) -> None: method init (line 1118) | def init( method write_readinto (line 1144) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1155) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1163) | def write(self, buf) -> int: method readinto (line 1172) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1182) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1184) | class Signal(Pin): method off (line 1205) | def off(self) -> None: method on (line 1211) | def on(self) -> None: method value (line 1217) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1237) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-samd-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_20_0-samd-stubs/os.pyi function rmdir (line 17) | def rmdir(path) -> None: function rename (line 23) | def rename(old_path, new_path) -> None: function mount (line 29) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 47) | def mkdir(path) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function stat (line 60) | def stat(path) -> Incomplete: function unlink (line 66) | def unlink(*args, **kwargs) -> Any: ... function umount (line 67) | def umount(mount_point) -> Incomplete: function statvfs (line 77) | def statvfs(path) -> Tuple: function chdir (line 100) | def chdir(path) -> Incomplete: function listdir (line 106) | def listdir(dir: Optional[Any] = None) -> Incomplete: function remove (line 112) | def remove(path) -> None: function dupterm (line 118) | def dupterm(stream_object, index=0, /) -> IO: function ilistdir (line 141) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 162) | def getcwd() -> Incomplete: class VfsLfs2 (line 168) | class VfsLfs2: method rename (line 186) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 188) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 197) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 198) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 199) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 200) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 201) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 202) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 203) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 204) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 205) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 206) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 207) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 210) | class VfsFat: method rename (line 217) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 219) | def mkfs(block_dev) -> None: method mount (line 225) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 226) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 227) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 228) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 229) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 230) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 231) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 232) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 233) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 234) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 235) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 236) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs1 (line 238) | class VfsLfs1: method rename (line 248) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 250) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 259) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 260) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 261) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 262) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 263) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 264) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 265) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 266) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 267) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 268) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 269) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 270) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-samd-stubs/samd.pyi function pininfo (line 3) | def pininfo(*args, **kwargs) -> Any: ... class Flash (line 5) | class Flash: method ioctl (line 6) | def ioctl(self, *args, **kwargs) -> Any: ... method writeblocks (line 7) | def writeblocks(self, *args, **kwargs) -> Any: ... method readblocks (line 8) | def readblocks(self, *args, **kwargs) -> Any: ... method flash_init (line 9) | def flash_init(self, *args, **kwargs) -> Any: ... method flash_version (line 10) | def flash_version(self, *args, **kwargs) -> Any: ... method flash_size (line 11) | def flash_size(self, *args, **kwargs) -> Any: ... method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-samd-stubs/struct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-samd-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-stubs/time.pyi function ticks_cpu (line 39) | def ticks_cpu() -> Incomplete: function time (line 54) | def time() -> int: function ticks_add (line 81) | def ticks_add(ticks, delta) -> Incomplete: function ticks_us (line 108) | def ticks_us() -> Incomplete: function ticks_diff (line 114) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function localtime (line 204) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 226) | def sleep_us(us) -> None: function gmtime (line 236) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 258) | def sleep_ms(ms) -> None: function mktime (line 269) | def mktime() -> int: function sleep (line 277) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-samd-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-samd-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-samd-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-samd-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-samd-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-samd-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-samd-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-samd-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-stubs/umachine.pyi function disable_irq (line 23) | def disable_irq() -> Incomplete: function reset_cause (line 32) | def reset_cause() -> int: function enable_irq (line 38) | def enable_irq(state) -> Incomplete: function bitstream (line 46) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 70) | def dht_readinto(*args, **kwargs) -> Any: ... function bootloader (line 71) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 81) | def soft_reset() -> NoReturn: function freq (line 89) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 97) | def reset() -> NoReturn: function time_pulse_us (line 104) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 122) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 147) | def idle() -> Incomplete: function unique_id (line 156) | def unique_id() -> bytes: class WDT (line 165) | class WDT: method timeout_ms (line 175) | def timeout_ms(self, *args, **kwargs) -> Any: ... method feed (line 176) | def feed(self) -> None: method __init__ (line 184) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 190) | class PWM: method freq (line 207) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 218) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 230) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 240) | def deinit(self) -> None: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 248) | class ADC: method read_u16 (line 264) | def read_u16(self) -> int: method deinit (line 272) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 275) | class DAC: method write (line 276) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 279) | class I2C: method readfrom_mem_into (line 297) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 309) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 319) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 328) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 339) | def scan(self) -> List: method writeto (line 347) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 357) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 373) | def start(self) -> None: method readfrom (line 379) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 387) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 397) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 411) | def stop(self) -> None: method write (line 417) | def write(self, buf) -> int: method __init__ (line 425) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 427) | class Pin: method irq (line 501) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 546) | def toggle(self, *args, **kwargs) -> Any: ... method init (line 547) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 557) | def on(self) -> None: method low (line 563) | def low(self) -> None: method off (line 571) | def off(self) -> None: method high (line 577) | def high(self) -> None: method value (line 585) | def value(self, x: Optional[Any] = None) -> int: method disable (line 619) | def disable(self, *args, **kwargs) -> Any: ... method drive (line 620) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 629) | class board: method __init__ (line 687) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 689) | class cpu: method __init__ (line 789) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 791) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 792) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 800) | class SoftSPI: method deinit (line 809) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 810) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 811) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 812) | def read(self, *args, **kwargs) -> Any: ... method write (line 813) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 814) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 815) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 817) | class Timer: method init (line 828) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 868) | def deinit(self) -> None: method __init__ (line 874) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 876) | class UART: method flush (line 881) | def flush(self) -> Incomplete: method deinit (line 896) | def deinit(self) -> None: method txdone (line 906) | def txdone(self) -> bool: method init (line 921) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 975) | def sendbreak(self) -> None: method read (line 982) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 993) | def any(self) -> int: method write (line 1008) | def write(self, buf) -> Union[int, None]: method readinto (line 1016) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1027) | def readline(self) -> Union[str, None]: method __init__ (line 1036) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1038) | class SoftI2C(I2C): method readfrom_mem_into (line 1051) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1052) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1053) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1054) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1055) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1056) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1057) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1058) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1059) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1060) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1061) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1062) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1063) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1064) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1066) | class RTC: method datetime (line 1071) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1087) | def init(self, datetime) -> None: method calibration (line 1095) | def calibration(self, *args, **kwargs) -> Any: ... method __init__ (line 1096) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1098) | class SPI: method deinit (line 1112) | def deinit(self) -> None: method init (line 1118) | def init( method write_readinto (line 1144) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1155) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1163) | def write(self, buf) -> int: method readinto (line 1172) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1182) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1184) | class Signal(Pin): method off (line 1205) | def off(self) -> None: method on (line 1211) | def on(self) -> None: method value (line 1217) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1237) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/uos.pyi function rmdir (line 17) | def rmdir(path) -> None: function rename (line 23) | def rename(old_path, new_path) -> None: function mount (line 29) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 47) | def mkdir(path) -> Incomplete: function urandom (line 53) | def urandom(n) -> bytes: function stat (line 60) | def stat(path) -> Incomplete: function unlink (line 66) | def unlink(*args, **kwargs) -> Any: ... function umount (line 67) | def umount(mount_point) -> Incomplete: function statvfs (line 77) | def statvfs(path) -> Tuple: function chdir (line 100) | def chdir(path) -> Incomplete: function listdir (line 106) | def listdir(dir: Optional[Any] = None) -> Incomplete: function remove (line 112) | def remove(path) -> None: function dupterm (line 118) | def dupterm(stream_object, index=0, /) -> IO: function ilistdir (line 141) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 162) | def getcwd() -> Incomplete: class VfsLfs2 (line 168) | class VfsLfs2: method rename (line 186) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 188) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 197) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 198) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 199) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 200) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 201) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 202) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 203) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 204) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 205) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 206) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 207) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 210) | class VfsFat: method rename (line 217) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 219) | def mkfs(block_dev) -> None: method mount (line 225) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 226) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 227) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 228) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 229) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 230) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 231) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 232) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 233) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 234) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 235) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 236) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs1 (line 238) | class VfsLfs1: method rename (line 248) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 250) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 259) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 260) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 261) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 262) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 263) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 264) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 265) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 266) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 267) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 268) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 269) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 270) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-samd-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-samd-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-samd-stubs/ustruct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-samd-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-stubs/utime.pyi function ticks_cpu (line 39) | def ticks_cpu() -> Incomplete: function time (line 54) | def time() -> int: function ticks_add (line 81) | def ticks_add(ticks, delta) -> Incomplete: function ticks_us (line 108) | def ticks_us() -> Incomplete: function ticks_diff (line 114) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function localtime (line 204) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 226) | def sleep_us(us) -> None: function gmtime (line 236) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 258) | def sleep_ms(ms) -> None: function mktime (line 269) | def mktime() -> int: function sleep (line 277) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-samd-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-samd-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Any: ... method release (line 25) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 64) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 71) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 80) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 89) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 96) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 112) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 122) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 144) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 145) | def fill(self, c) -> None: method fill_rect (line 151) | def fill_rect(self, *args, **kwargs) -> Any: ... method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/lcd160cr.pyi function calcsize (line 20) | def calcsize(*args, **kwargs) -> Any: ... function pack_into (line 21) | def pack_into(*args, **kwargs) -> Any: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Any: ... function const (line 23) | def const(*args, **kwargs) -> Any: ... class LCD160CR (line 25) | class LCD160CR: method line_no_clip (line 61) | def line_no_clip(self, x1, y1, x2, y2) -> Incomplete: method erase (line 69) | def erase(self) -> Incomplete: method rect_interior_no_clip (line 75) | def rect_interior_no_clip(self, x, y, w, h) -> Incomplete: ... method touch_config (line 76) | def touch_config(self, calib=False, save=False, irq=None) -> None: method poly_dot (line 92) | def poly_dot(self, data) -> None: method poly_line (line 100) | def poly_line(self, data) -> Incomplete: method rect_outline (line 106) | def rect_outline(self, x, y, w, h) -> Incomplete: ... method rect_outline_no_clip (line 107) | def rect_outline_no_clip(self, x, y, w, h) -> Incomplete: ... method dot (line 108) | def dot(self, x, y) -> None: method rect_no_clip (line 114) | def rect_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_interior (line 115) | def rect_interior(self, x, y, w, h) -> None: method dot_no_clip (line 124) | def dot_no_clip(self, x, y) -> Incomplete: ... method set_scroll_buf (line 125) | def set_scroll_buf(self, s) -> None: method is_touched (line 132) | def is_touched(self) -> bool: method set_scroll_win_param (line 139) | def set_scroll_win_param(self, win, param, value) -> Incomplete: method jpeg (line 150) | def jpeg(self, buf) -> None: method jpeg_start (line 159) | def jpeg_start(self, total_len) -> Incomplete: ... method jpeg_data (line 160) | def jpeg_data(self, buf) -> None: method set_spi_win (line 169) | def set_spi_win(self, x, y, w, h) -> None: method set_scroll_win (line 175) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method get_touch (line 193) | def get_touch(self) -> Tuple: method set_scroll (line 201) | def set_scroll(self, on) -> None: method fast_spi (line 208) | def fast_spi(self, flush=True) -> SPI: method show_framebuf (line 222) | def show_framebuf(self, buf) -> None: method feed_wdt (line 234) | def feed_wdt(self) -> Incomplete: method rgb (line 243) | def rgb(r, g, b) -> int: method set_pen (line 252) | def set_pen(self, line, fill) -> None: method iflush (line 258) | def iflush(self, *args, **kwargs) -> Any: ... method set_brightness (line 259) | def set_brightness(self, value) -> None: method clip_line (line 266) | def clip_line(data, w, h) -> Incomplete: method set_power (line 272) | def set_power(self, on) -> None: method line (line 279) | def line(self, x1, y1, x2, y2) -> None: method oflush (line 285) | def oflush(self, *args, **kwargs) -> Any: ... method write (line 286) | def write(self, s) -> None: method set_orient (line 294) | def set_orient(self, orient) -> None: method rect (line 301) | def rect(self, x, y, w, h) -> Incomplete: ... method reset (line 302) | def reset(self) -> None: method screen_load (line 308) | def screen_load(self, buf) -> None: method set_i2c_addr (line 314) | def set_i2c_addr(self, addr) -> None: method screen_dump (line 321) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Incomplete: method set_font (line 332) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method set_pos (line 353) | def set_pos(self, x, y) -> None: method set_text_color (line 360) | def set_text_color(self, fg, bg) -> None: method set_startup_deco (line 366) | def set_startup_deco(self, value) -> None: method get_line (line 373) | def get_line(self, x, y, buf) -> Incomplete: method set_uart_baudrate (line 382) | def set_uart_baudrate(self, baudrate) -> None: method get_pixel (line 388) | def get_pixel(self, x, y) -> Incomplete: method save_to_flash (line 394) | def save_to_flash(self) -> Incomplete: method set_pixel (line 401) | def set_pixel(self, x, y, c) -> None: method __init__ (line 408) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/machine.pyi function idle (line 23) | def idle() -> Incomplete: function freq (line 32) | def freq(hz: Optional[Any] = None) -> Incomplete: function info (line 40) | def info(*args, **kwargs) -> Any: ... function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Any: ... function enable_irq (line 42) | def enable_irq(state) -> Incomplete: function disable_irq (line 50) | def disable_irq() -> Incomplete: function deepsleep (line 59) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 84) | def soft_reset() -> NoReturn: function sleep (line 92) | def sleep() -> Incomplete: function time_pulse_us (line 98) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 116) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 141) | def reset() -> NoReturn: function rng (line 148) | def rng() -> int: function reset_cause (line 156) | def reset_cause() -> int: function unique_id (line 162) | def unique_id() -> bytes: function bootloader (line 171) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 181) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class Pin (line 205) | class Pin: method mode (line 309) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 318) | def name(self, *args, **kwargs) -> Any: ... method pull (line 319) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 328) | def low(self) -> None: method irq (line 336) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 381) | def pin(self, *args, **kwargs) -> Any: ... method port (line 382) | def port(self, *args, **kwargs) -> Any: ... method names (line 383) | def names(self, *args, **kwargs) -> Any: ... method on (line 384) | def on(self) -> None: method off (line 390) | def off(self) -> None: method init (line 396) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 406) | def af_list(self, *args, **kwargs) -> Any: ... method af (line 407) | def af(self, *args, **kwargs) -> Any: ... method value (line 408) | def value(self, x: Optional[Any] = None) -> int: method high (line 442) | def high(self) -> None: method gpio (line 450) | def gpio(self, *args, **kwargs) -> Any: ... method dict (line 452) | def dict(cls, *args, **kwargs) -> Any: ... method debug (line 454) | def debug(cls, *args, **kwargs) -> Any: ... class cpu (line 456) | class cpu: method __init__ (line 504) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 507) | def mapper(cls, *args, **kwargs) -> Any: ... class board (line 509) | class board: method __init__ (line 559) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 561) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 562) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 570) | class I2S: method shift (line 601) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 609) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 615) | def irq(self, handler) -> Incomplete: method readinto (line 623) | def readinto(self, buf) -> int: method deinit (line 632) | def deinit(self) -> Incomplete: method write (line 638) | def write(self, buf) -> int: method __init__ (line 647) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 649) | class SPI: method deinit (line 663) | def deinit(self) -> None: method init (line 669) | def init( method write_readinto (line 695) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 706) | def read(self, nbytes, write=0x00) -> bytes: method write (line 714) | def write(self, buf) -> int: method readinto (line 723) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 733) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 737) | class RTC: method info (line 742) | def info(self, *args, **kwargs) -> Any: ... method init (line 743) | def init(self, datetime) -> None: method wakeup (line 751) | def wakeup(self, *args, **kwargs) -> Any: ... method datetime (line 752) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 768) | def calibration(self, *args, **kwargs) -> Any: ... method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 771) | class I2C: method readfrom_mem_into (line 789) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 801) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 811) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 820) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 831) | def scan(self) -> List: method writeto (line 839) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 849) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 865) | def start(self) -> None: method readfrom (line 871) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 879) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 889) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 903) | def stop(self) -> None: method write (line 909) | def write(self, buf) -> int: method __init__ (line 917) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 919) | class ADC: method read_u16 (line 939) | def read_u16(self) -> int: method __init__ (line 947) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 949) | class WDT: method feed (line 959) | def feed(self) -> None: method __init__ (line 967) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 969) | class Timer: method init (line 980) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1020) | def deinit(self) -> None: method __init__ (line 1026) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1028) | class SoftSPI: method deinit (line 1037) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 1038) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 1039) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 1040) | def read(self, *args, **kwargs) -> Any: ... method write (line 1041) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 1042) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 1043) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1045) | class UART: method init (line 1053) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1107) | def flush(self) -> Incomplete: method irq (line 1122) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1149) | def txdone(self) -> bool: method sendbreak (line 1164) | def sendbreak(self) -> None: method readchar (line 1171) | def readchar(self, *args, **kwargs) -> Any: ... method writechar (line 1172) | def writechar(self, *args, **kwargs) -> Any: ... method read (line 1173) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1184) | def deinit(self) -> None: method any (line 1194) | def any(self) -> int: method write (line 1209) | def write(self, buf) -> Union[int, None]: method readinto (line 1217) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1228) | def readline(self) -> Union[str, None]: method __init__ (line 1237) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1242) | class SoftI2C(I2C): method readfrom_mem_into (line 1255) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1256) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1257) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1258) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1259) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1260) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1261) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1262) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1263) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1264) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1265) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1266) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1267) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1268) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1270) | class Signal(Pin): method off (line 1291) | def off(self) -> None: method on (line 1297) | def on(self) -> None: method value (line 1303) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1323) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/network.pyi function hostname (line 46) | def hostname(*args, **kwargs) -> Any: ... function route (line 47) | def route(*args, **kwargs) -> Any: ... function country (line 48) | def country(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/os.pyi function statvfs (line 19) | def statvfs(path) -> Tuple: function stat (line 42) | def stat(path) -> Incomplete: function rmdir (line 48) | def rmdir(path) -> None: function rename (line 54) | def rename(old_path, new_path) -> None: function mount (line 60) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 78) | def sync() -> None: function unlink (line 84) | def unlink(*args, **kwargs) -> Any: ... function uname (line 85) | def uname() -> uname_result: function umount (line 99) | def umount(mount_point) -> Incomplete: function urandom (line 109) | def urandom(n) -> bytes: function chdir (line 116) | def chdir(path) -> Incomplete: function dupterm (line 122) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 145) | def remove(path) -> None: function mkdir (line 151) | def mkdir(path) -> Incomplete: function getcwd (line 157) | def getcwd() -> Incomplete: function listdir (line 163) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 169) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 190) | class VfsLfs2: method rename (line 208) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 210) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 219) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 220) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 221) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 222) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 223) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 224) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 225) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 226) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 227) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 228) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 229) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 232) | class VfsFat: method rename (line 239) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 241) | def mkfs(block_dev) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 254) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/pyb.pyi function hard_reset (line 15) | def hard_reset() -> NoReturn: function have_cdc (line 22) | def have_cdc() -> bool: function hid (line 30) | def hid(hidtuple: Tuple) -> Incomplete: function info (line 39) | def info(dump_alloc_table: Optional[Any] = None) -> None: function wfi (line 45) | def wfi() -> None: function elapsed_micros (line 57) | def elapsed_micros(start) -> int: function freq (line 73) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function disable_irq (line 113) | def disable_irq() -> Incomplete: function fault_debug (line 122) | def fault_debug(value) -> None: function elapsed_millis (line 137) | def elapsed_millis(start) -> int: function enable_irq (line 152) | def enable_irq(state=True) -> None: function sync (line 162) | def sync() -> None: function servo (line 168) | def servo(*args, **kwargs) -> Any: ... function standby (line 169) | def standby() -> Incomplete: function usb_mode (line 182) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function udelay (line 223) | def udelay(us) -> None: function unique_id (line 229) | def unique_id() -> str: function micros (line 235) | def micros() -> int: function mount (line 249) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function rng (line 284) | def rng() -> int: function millis (line 290) | def millis() -> int: function repl_uart (line 304) | def repl_uart(uart) -> UART: function pwm (line 310) | def pwm(*args, **kwargs) -> Any: ... function repl_info (line 311) | def repl_info(*args, **kwargs) -> Any: ... function stop (line 312) | def stop() -> Incomplete: function delay (line 324) | def delay(ms) -> None: function main (line 330) | def main(filename) -> None: function bootloader (line 339) | def bootloader() -> None: function country (line 345) | def country(*args, **kwargs) -> Any: ... class ADCAll (line 347) | class ADCAll: method read_core_vbat (line 348) | def read_core_vbat(self, *args, **kwargs) -> Any: ... method read_core_vref (line 349) | def read_core_vref(self, *args, **kwargs) -> Any: ... method read_vref (line 350) | def read_vref(self, *args, **kwargs) -> Any: ... method read_core_temp (line 351) | def read_core_temp(self, *args, **kwargs) -> Any: ... method read_channel (line 352) | def read_channel(self, *args, **kwargs) -> Any: ... method __init__ (line 353) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 355) | class Accel: method x (line 360) | def x(self) -> Incomplete: method tilt (line 366) | def tilt(self) -> Incomplete: method y (line 372) | def y(self) -> Incomplete: method z (line 378) | def z(self) -> Incomplete: method read (line 384) | def read(self, *args, **kwargs) -> Any: ... method filtered_xyz (line 385) | def filtered_xyz(self) -> Tuple: method write (line 396) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 397) | def __init__(self, *argv, **kwargs) -> None: ... class CAN (line 399) | class CAN: method restart (line 426) | def restart(self) -> Incomplete: method recv (line 439) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method init (line 475) | def init( method rxcallback (line 549) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 585) | def setfilter(self, bank, mode, fifo, params, *, rtr=None, extframe=Fa... method state (line 642) | def state(self) -> Incomplete: method send (line 658) | def send(self, data, id, *, timeout=0, rtr=False, extframe=False, fdf=... method any (line 687) | def any(self, fifo) -> bool: method info (line 693) | def info(self, list: Optional[Any] = None) -> Incomplete: method clearfilter (line 717) | def clearfilter(self, bank, extframe=False) -> None: method deinit (line 727) | def deinit(self) -> None: method __init__ (line 733) | def __init__(self, *argv, **kwargs) -> None: ... class ExtInt (line 735) | class ExtInt: method line (line 759) | def line(self) -> int: method regs (line 766) | def regs(cls) -> Incomplete: method swint (line 772) | def swint(self) -> Incomplete: method enable (line 778) | def enable(self) -> None: method disable (line 784) | def disable(self) -> None: method __init__ (line 791) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 793) | class Flash: method readblocks (line 804) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 805) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 806) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 814) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 816) | class ADC: method read_timed (line 822) | def read_timed(self, buf, timer) -> Incomplete: method read_timed_multi (line 860) | def read_timed_multi(self, adcs, bufs, timer) -> bool: method read (line 913) | def read(self) -> Incomplete: method __init__ (line 920) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 924) | class DAC: method noise (line 951) | def noise(self, freq) -> None: method write_timed (line 958) | def write_timed(self, data, freq, *, mode=NORMAL) -> Incomplete: method triangle (line 980) | def triangle(self, freq) -> None: method write (line 988) | def write(self, value) -> Incomplete: method init (line 996) | def init(self, bits=8, *, buffering=None) -> Incomplete: method deinit (line 1004) | def deinit(self) -> Incomplete: method __init__ (line 1010) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1012) | class RTC: method info (line 1017) | def info(self) -> Incomplete: method init (line 1028) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 1029) | def wakeup(self, timeout, callback=None) -> None: method datetime (line 1042) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 1060) | def calibration(self, cal) -> int: method __init__ (line 1078) | def __init__(self, *argv, **kwargs) -> None: ... class USB_VCP (line 1080) | class USB_VCP: method readlines (line 1089) | def readlines(self) -> List: method recv (line 1099) | def recv(self, data, *, timeout=5000) -> int: method isconnected (line 1112) | def isconnected(self) -> bool: method init (line 1118) | def init(self, *, flow=-1) -> None: method irq (line 1126) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 1138) | def setinterrupt(self, chr) -> None: method close (line 1149) | def close(self) -> Incomplete: method read (line 1156) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1167) | def any(self) -> bool: method write (line 1173) | def write(self, buf) -> int: method send (line 1181) | def send(self, data, *, timeout=5000) -> int: method readinto (line 1192) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1204) | def readline(self) -> bytes: method __init__ (line 1213) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1215) | class Timer: method freq (line 1245) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 1251) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1308) | def period(self, value: Optional[Any] = None) -> Incomplete: method prescaler (line 1314) | def prescaler(self, value: Optional[Any] = None) -> Incomplete: method source_freq (line 1320) | def source_freq(self) -> Incomplete: method deinit (line 1326) | def deinit(self) -> None: method callback (line 1337) | def callback(self, fun) -> None: method channel (line 1345) | def channel(self, channel, mode, pin=None, *args) -> Incomplete: method counter (line 1432) | def counter(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 1438) | def __init__(self, *argv, **kwargs) -> None: ... class Switch (line 1440) | class Switch(Pin): method callback (line 1445) | def callback(self, fun) -> None: method value (line 1452) | def value(self) -> bool: method __init__ (line 1458) | def __init__(self, *argv, **kwargs) -> None: ... class Servo (line 1460) | class Servo: method speed (line 1465) | def speed(self, speed: Optional[Any] = None, time=0) -> Incomplete: method pulse_width (line 1477) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method calibration (line 1486) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method angle (line 1501) | def angle(self, angle: Optional[Any] = None, time=0) -> Incomplete: method __init__ (line 1514) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1516) | class UART: method init (line 1555) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method flush (line 1581) | def flush(self, *args, **kwargs) -> Any: ... method irq (line 1582) | def irq(self, *args, **kwargs) -> Any: ... method txdone (line 1583) | def txdone(self, *args, **kwargs) -> Any: ... method sendbreak (line 1584) | def sendbreak(self) -> None: method readchar (line 1592) | def readchar(self) -> int: method writechar (line 1600) | def writechar(self, char) -> None: method read (line 1607) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1624) | def deinit(self) -> None: method any (line 1630) | def any(self) -> int: method write (line 1636) | def write(self, buf) -> int: method readinto (line 1648) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1658) | def readline(self) -> None: method __init__ (line 1668) | def __init__(self, *argv, **kwargs) -> None: ... class USB_HID (line 1670) | class USB_HID: method recv (line 1675) | def recv(self, data, *, timeout=5000) -> int: method send (line 1688) | def send(self, data) -> None: method __init__ (line 1697) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1699) | class I2C: method scan (line 1725) | def scan(self) -> List: method mem_read (line 1732) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 1747) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 1762) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method is_ready (line 1776) | def is_ready(self, addr) -> Incomplete: method send (line 1782) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 1794) | def deinit(self) -> None: method init (line 1800) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method __init__ (line 1818) | def __init__(self, *argv, **kwargs) -> None: ... class LED (line 1820) | class LED: method toggle (line 1827) | def toggle(self) -> Incomplete: method on (line 1834) | def on(self) -> None: method off (line 1840) | def off(self) -> None: method intensity (line 1846) | def intensity(self, value: Optional[Any] = None) -> None: method __init__ (line 1860) | def __init__(self, *argv, **kwargs) -> None: ... class LCD (line 1862) | class LCD: method fill (line 1868) | def fill(self, colour) -> None: method light (line 1876) | def light(self, value) -> None: method pixel (line 1882) | def pixel(self, x, y, colour) -> None: method show (line 1890) | def show(self) -> None: method text (line 1896) | def text(self, str, x, y, colour) -> None: method contrast (line 1904) | def contrast(self, value) -> None: method get (line 1910) | def get(self, x, y) -> int: method write (line 1918) | def write(self, str) -> None: method command (line 1924) | def command(self, instr_data, buf) -> None: method __init__ (line 1932) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1934) | class SPI: method deinit (line 1957) | def deinit(self) -> None: method send_recv (line 1963) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method recv (line 1977) | def recv(self, recv, *, timeout=5000) -> bytes: method init (line 1990) | def init(self, mode, baudrate=328125, *, prescaler=-1, polarity=1, pha... method write_readinto (line 2018) | def write_readinto(self, *args, **kwargs) -> Any: ... method write (line 2019) | def write(self, *args, **kwargs) -> Any: ... method read (line 2020) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 2021) | def readinto(self, *args, **kwargs) -> Any: ... method send (line 2022) | def send(self, send, *, timeout=5000) -> None: method __init__ (line 2033) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 2035) | class Pin: method mode (line 2081) | def mode(self) -> Incomplete: method name (line 2089) | def name(self) -> str: method pull (line 2095) | def pull(self) -> Incomplete: method low (line 2103) | def low(self, *args, **kwargs) -> Any: ... method irq (line 2104) | def irq(self, *args, **kwargs) -> Any: ... method pin (line 2105) | def pin(self) -> int: method port (line 2111) | def port(self) -> Incomplete: method names (line 2117) | def names(self) -> str: method on (line 2123) | def on(self, *args, **kwargs) -> Any: ... method off (line 2124) | def off(self, *args, **kwargs) -> Any: ... method init (line 2125) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method af_list (line 2159) | def af_list(self) -> List: method af (line 2165) | def af(self) -> Incomplete: method value (line 2173) | def value(self, value: Optional[Any] = None) -> int: method high (line 2184) | def high(self, *args, **kwargs) -> Any: ... method gpio (line 2185) | def gpio(self) -> int: method dict (line 2193) | def dict(cls, *args, **kwargs) -> Incomplete: method debug (line 2201) | def debug(cls, *args, **kwargs) -> bool: class cpu (line 2207) | class cpu: method __init__ (line 2255) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 2259) | def mapper(cls, *args, **kwargs) -> Incomplete: class board (line 2265) | class board: method __init__ (line 2315) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2317) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 2318) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SDCard (line 2326) | class SDCard: method writeblocks (line 2327) | def writeblocks(self, *args, **kwargs) -> Any: ... method power (line 2328) | def power(self, *args, **kwargs) -> Any: ... method present (line 2329) | def present(self, *args, **kwargs) -> Any: ... method readblocks (line 2330) | def readblocks(self, *args, **kwargs) -> Any: ... method ioctl (line 2331) | def ioctl(self, *args, **kwargs) -> Any: ... method read (line 2332) | def read(self, *args, **kwargs) -> Any: ... method write (line 2333) | def write(self, *args, **kwargs) -> Any: ... method info (line 2334) | def info(self, *args, **kwargs) -> Any: ... method __init__ (line 2335) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/socket.pyi function getaddrinfo (line 79) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 120) | class socket: method recvfrom (line 134) | def recvfrom(self, bufsize) -> Tuple: method recv (line 142) | def recv(self, bufsize) -> bytes: method makefile (line 149) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 167) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 176) | def settimeout(self, value) -> Incomplete: method sendall (line 211) | def sendall(self, bytes) -> int: method setsockopt (line 224) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 232) | def setblocking(self, flag) -> Incomplete: method sendto (line 244) | def sendto(self, bytes, address) -> None: method readline (line 251) | def readline(self) -> Incomplete: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 269) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 279) | def close(self) -> Incomplete: method connect (line 290) | def connect(self, address) -> None: method send (line 296) | def send(self, bytes) -> int: method bind (line 304) | def bind(self, address) -> Incomplete: method accept (line 310) | def accept(self) -> Tuple: method write (line 319) | def write(self, buf) -> int: method __init__ (line 330) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/struct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/umachine.pyi function idle (line 23) | def idle() -> Incomplete: function freq (line 32) | def freq(hz: Optional[Any] = None) -> Incomplete: function info (line 40) | def info(*args, **kwargs) -> Any: ... function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Any: ... function enable_irq (line 42) | def enable_irq(state) -> Incomplete: function disable_irq (line 50) | def disable_irq() -> Incomplete: function deepsleep (line 59) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 84) | def soft_reset() -> NoReturn: function sleep (line 92) | def sleep() -> Incomplete: function time_pulse_us (line 98) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 116) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 141) | def reset() -> NoReturn: function rng (line 148) | def rng() -> int: function reset_cause (line 156) | def reset_cause() -> int: function unique_id (line 162) | def unique_id() -> bytes: function bootloader (line 171) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 181) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class Pin (line 205) | class Pin: method mode (line 309) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 318) | def name(self, *args, **kwargs) -> Any: ... method pull (line 319) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 328) | def low(self) -> None: method irq (line 336) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 381) | def pin(self, *args, **kwargs) -> Any: ... method port (line 382) | def port(self, *args, **kwargs) -> Any: ... method names (line 383) | def names(self, *args, **kwargs) -> Any: ... method on (line 384) | def on(self) -> None: method off (line 390) | def off(self) -> None: method init (line 396) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 406) | def af_list(self, *args, **kwargs) -> Any: ... method af (line 407) | def af(self, *args, **kwargs) -> Any: ... method value (line 408) | def value(self, x: Optional[Any] = None) -> int: method high (line 442) | def high(self) -> None: method gpio (line 450) | def gpio(self, *args, **kwargs) -> Any: ... method dict (line 452) | def dict(cls, *args, **kwargs) -> Any: ... method debug (line 454) | def debug(cls, *args, **kwargs) -> Any: ... class cpu (line 456) | class cpu: method __init__ (line 504) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 507) | def mapper(cls, *args, **kwargs) -> Any: ... class board (line 509) | class board: method __init__ (line 559) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 561) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 562) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 570) | class I2S: method shift (line 601) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 609) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 615) | def irq(self, handler) -> Incomplete: method readinto (line 623) | def readinto(self, buf) -> int: method deinit (line 632) | def deinit(self) -> Incomplete: method write (line 638) | def write(self, buf) -> int: method __init__ (line 647) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 649) | class SPI: method deinit (line 663) | def deinit(self) -> None: method init (line 669) | def init( method write_readinto (line 695) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 706) | def read(self, nbytes, write=0x00) -> bytes: method write (line 714) | def write(self, buf) -> int: method readinto (line 723) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 733) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 737) | class RTC: method info (line 742) | def info(self, *args, **kwargs) -> Any: ... method init (line 743) | def init(self, datetime) -> None: method wakeup (line 751) | def wakeup(self, *args, **kwargs) -> Any: ... method datetime (line 752) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 768) | def calibration(self, *args, **kwargs) -> Any: ... method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 771) | class I2C: method readfrom_mem_into (line 789) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 801) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 811) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 820) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 831) | def scan(self) -> List: method writeto (line 839) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 849) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 865) | def start(self) -> None: method readfrom (line 871) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 879) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 889) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 903) | def stop(self) -> None: method write (line 909) | def write(self, buf) -> int: method __init__ (line 917) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 919) | class ADC: method read_u16 (line 939) | def read_u16(self) -> int: method __init__ (line 947) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 949) | class WDT: method feed (line 959) | def feed(self) -> None: method __init__ (line 967) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 969) | class Timer: method init (line 980) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1020) | def deinit(self) -> None: method __init__ (line 1026) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1028) | class SoftSPI: method deinit (line 1037) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 1038) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 1039) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 1040) | def read(self, *args, **kwargs) -> Any: ... method write (line 1041) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 1042) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 1043) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1045) | class UART: method init (line 1053) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1107) | def flush(self) -> Incomplete: method irq (line 1122) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1149) | def txdone(self) -> bool: method sendbreak (line 1164) | def sendbreak(self) -> None: method readchar (line 1171) | def readchar(self, *args, **kwargs) -> Any: ... method writechar (line 1172) | def writechar(self, *args, **kwargs) -> Any: ... method read (line 1173) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1184) | def deinit(self) -> None: method any (line 1194) | def any(self) -> int: method write (line 1209) | def write(self, buf) -> Union[int, None]: method readinto (line 1217) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1228) | def readline(self) -> Union[str, None]: method __init__ (line 1237) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1242) | class SoftI2C(I2C): method readfrom_mem_into (line 1255) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1256) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1257) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1258) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1259) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1260) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1261) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1262) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1263) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1264) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1265) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1266) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1267) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1268) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1270) | class Signal(Pin): method off (line 1291) | def off(self) -> None: method on (line 1297) | def on(self) -> None: method value (line 1303) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1323) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/uos.pyi function statvfs (line 19) | def statvfs(path) -> Tuple: function stat (line 42) | def stat(path) -> Incomplete: function rmdir (line 48) | def rmdir(path) -> None: function rename (line 54) | def rename(old_path, new_path) -> None: function mount (line 60) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 78) | def sync() -> None: function unlink (line 84) | def unlink(*args, **kwargs) -> Any: ... function uname (line 85) | def uname() -> uname_result: function umount (line 99) | def umount(mount_point) -> Incomplete: function urandom (line 109) | def urandom(n) -> bytes: function chdir (line 116) | def chdir(path) -> Incomplete: function dupterm (line 122) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 145) | def remove(path) -> None: function mkdir (line 151) | def mkdir(path) -> Incomplete: function getcwd (line 157) | def getcwd() -> Incomplete: function listdir (line 163) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 169) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 190) | class VfsLfs2: method rename (line 208) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 210) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 219) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 220) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 221) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 222) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 223) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 224) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 225) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 226) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 227) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 228) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 229) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 232) | class VfsFat: method rename (line 239) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 241) | def mkfs(block_dev) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 254) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/usocket.pyi function getaddrinfo (line 79) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 120) | class socket: method recvfrom (line 134) | def recvfrom(self, bufsize) -> Tuple: method recv (line 142) | def recv(self, bufsize) -> bytes: method makefile (line 149) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 167) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 176) | def settimeout(self, value) -> Incomplete: method sendall (line 211) | def sendall(self, bytes) -> int: method setsockopt (line 224) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 232) | def setblocking(self, flag) -> Incomplete: method sendto (line 244) | def sendto(self, bytes, address) -> None: method readline (line 251) | def readline(self) -> Incomplete: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 269) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 279) | def close(self) -> Incomplete: method connect (line 290) | def connect(self, address) -> None: method send (line 296) | def send(self, bytes) -> int: method bind (line 304) | def bind(self, address) -> Incomplete: method accept (line 310) | def accept(self) -> Tuple: method write (line 319) | def write(self, buf) -> int: method __init__ (line 330) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/ustruct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-pybv11-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_20_0-stm32-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-stm32-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Any: ... method release (line 25) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-stm32-stubs/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: publish/micropython-v1_20_0-stm32-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_20_0-stm32-stubs/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 64) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 71) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 80) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 89) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 96) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 112) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 122) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 144) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 145) | def fill(self, c) -> None: method fill_rect (line 151) | def fill_rect(self, *args, **kwargs) -> Any: ... method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: publish/micropython-v1_20_0-stm32-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-stubs/lcd160cr.pyi function calcsize (line 20) | def calcsize(*args, **kwargs) -> Any: ... function pack_into (line 21) | def pack_into(*args, **kwargs) -> Any: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Any: ... function const (line 23) | def const(*args, **kwargs) -> Any: ... class LCD160CR (line 25) | class LCD160CR: method line_no_clip (line 61) | def line_no_clip(self, x1, y1, x2, y2) -> Incomplete: method erase (line 69) | def erase(self) -> Incomplete: method rect_interior_no_clip (line 75) | def rect_interior_no_clip(self, x, y, w, h) -> Incomplete: ... method touch_config (line 76) | def touch_config(self, calib=False, save=False, irq=None) -> None: method poly_dot (line 92) | def poly_dot(self, data) -> None: method poly_line (line 100) | def poly_line(self, data) -> Incomplete: method rect_outline (line 106) | def rect_outline(self, x, y, w, h) -> Incomplete: ... method rect_outline_no_clip (line 107) | def rect_outline_no_clip(self, x, y, w, h) -> Incomplete: ... method dot (line 108) | def dot(self, x, y) -> None: method rect_no_clip (line 114) | def rect_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_interior (line 115) | def rect_interior(self, x, y, w, h) -> None: method dot_no_clip (line 124) | def dot_no_clip(self, x, y) -> Incomplete: ... method set_scroll_buf (line 125) | def set_scroll_buf(self, s) -> None: method is_touched (line 132) | def is_touched(self) -> bool: method set_scroll_win_param (line 139) | def set_scroll_win_param(self, win, param, value) -> Incomplete: method jpeg (line 150) | def jpeg(self, buf) -> None: method jpeg_start (line 159) | def jpeg_start(self, total_len) -> Incomplete: ... method jpeg_data (line 160) | def jpeg_data(self, buf) -> None: method set_spi_win (line 169) | def set_spi_win(self, x, y, w, h) -> None: method set_scroll_win (line 175) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method get_touch (line 193) | def get_touch(self) -> Tuple: method set_scroll (line 201) | def set_scroll(self, on) -> None: method fast_spi (line 208) | def fast_spi(self, flush=True) -> SPI: method show_framebuf (line 222) | def show_framebuf(self, buf) -> None: method feed_wdt (line 234) | def feed_wdt(self) -> Incomplete: method rgb (line 243) | def rgb(r, g, b) -> int: method set_pen (line 252) | def set_pen(self, line, fill) -> None: method iflush (line 258) | def iflush(self, *args, **kwargs) -> Any: ... method set_brightness (line 259) | def set_brightness(self, value) -> None: method clip_line (line 266) | def clip_line(data, w, h) -> Incomplete: method set_power (line 272) | def set_power(self, on) -> None: method line (line 279) | def line(self, x1, y1, x2, y2) -> None: method oflush (line 285) | def oflush(self, *args, **kwargs) -> Any: ... method write (line 286) | def write(self, s) -> None: method set_orient (line 294) | def set_orient(self, orient) -> None: method rect (line 301) | def rect(self, x, y, w, h) -> Incomplete: ... method reset (line 302) | def reset(self) -> None: method screen_load (line 308) | def screen_load(self, buf) -> None: method set_i2c_addr (line 314) | def set_i2c_addr(self, addr) -> None: method screen_dump (line 321) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Incomplete: method set_font (line 332) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method set_pos (line 353) | def set_pos(self, x, y) -> None: method set_text_color (line 360) | def set_text_color(self, fg, bg) -> None: method set_startup_deco (line 366) | def set_startup_deco(self, value) -> None: method get_line (line 373) | def get_line(self, x, y, buf) -> Incomplete: method set_uart_baudrate (line 382) | def set_uart_baudrate(self, baudrate) -> None: method get_pixel (line 388) | def get_pixel(self, x, y) -> Incomplete: method save_to_flash (line 394) | def save_to_flash(self) -> Incomplete: method set_pixel (line 401) | def set_pixel(self, x, y, c) -> None: method __init__ (line 408) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/machine.pyi function idle (line 23) | def idle() -> Incomplete: function freq (line 32) | def freq(hz: Optional[Any] = None) -> Incomplete: function info (line 40) | def info(*args, **kwargs) -> Any: ... function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Any: ... function enable_irq (line 42) | def enable_irq(state) -> Incomplete: function disable_irq (line 50) | def disable_irq() -> Incomplete: function deepsleep (line 59) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 84) | def soft_reset() -> NoReturn: function sleep (line 92) | def sleep() -> Incomplete: function time_pulse_us (line 98) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 116) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 141) | def reset() -> NoReturn: function rng (line 148) | def rng() -> int: function reset_cause (line 156) | def reset_cause() -> int: function unique_id (line 162) | def unique_id() -> bytes: function bootloader (line 171) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 181) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class Pin (line 205) | class Pin: method mode (line 309) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 318) | def name(self, *args, **kwargs) -> Any: ... method pull (line 319) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 328) | def low(self) -> None: method irq (line 336) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 381) | def pin(self, *args, **kwargs) -> Any: ... method port (line 382) | def port(self, *args, **kwargs) -> Any: ... method names (line 383) | def names(self, *args, **kwargs) -> Any: ... method on (line 384) | def on(self) -> None: method off (line 390) | def off(self) -> None: method init (line 396) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 406) | def af_list(self, *args, **kwargs) -> Any: ... method af (line 407) | def af(self, *args, **kwargs) -> Any: ... method value (line 408) | def value(self, x: Optional[Any] = None) -> int: method high (line 442) | def high(self) -> None: method gpio (line 450) | def gpio(self, *args, **kwargs) -> Any: ... method dict (line 452) | def dict(cls, *args, **kwargs) -> Any: ... method debug (line 454) | def debug(cls, *args, **kwargs) -> Any: ... class cpu (line 456) | class cpu: method __init__ (line 504) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 507) | def mapper(cls, *args, **kwargs) -> Any: ... class board (line 509) | class board: method __init__ (line 559) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 561) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 562) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 570) | class I2S: method shift (line 601) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 609) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 615) | def irq(self, handler) -> Incomplete: method readinto (line 623) | def readinto(self, buf) -> int: method deinit (line 632) | def deinit(self) -> Incomplete: method write (line 638) | def write(self, buf) -> int: method __init__ (line 647) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 649) | class SPI: method deinit (line 663) | def deinit(self) -> None: method init (line 669) | def init( method write_readinto (line 695) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 706) | def read(self, nbytes, write=0x00) -> bytes: method write (line 714) | def write(self, buf) -> int: method readinto (line 723) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 733) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 737) | class RTC: method info (line 742) | def info(self, *args, **kwargs) -> Any: ... method init (line 743) | def init(self, datetime) -> None: method wakeup (line 751) | def wakeup(self, *args, **kwargs) -> Any: ... method datetime (line 752) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 768) | def calibration(self, *args, **kwargs) -> Any: ... method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 771) | class I2C: method readfrom_mem_into (line 789) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 801) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 811) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 820) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 831) | def scan(self) -> List: method writeto (line 839) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 849) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 865) | def start(self) -> None: method readfrom (line 871) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 879) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 889) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 903) | def stop(self) -> None: method write (line 909) | def write(self, buf) -> int: method __init__ (line 917) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 919) | class ADC: method read_u16 (line 939) | def read_u16(self) -> int: method __init__ (line 947) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 949) | class WDT: method feed (line 959) | def feed(self) -> None: method __init__ (line 967) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 969) | class Timer: method init (line 980) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1020) | def deinit(self) -> None: method __init__ (line 1026) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1028) | class SoftSPI: method deinit (line 1037) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 1038) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 1039) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 1040) | def read(self, *args, **kwargs) -> Any: ... method write (line 1041) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 1042) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 1043) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1045) | class UART: method init (line 1053) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1107) | def flush(self) -> Incomplete: method irq (line 1122) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1149) | def txdone(self) -> bool: method sendbreak (line 1164) | def sendbreak(self) -> None: method readchar (line 1171) | def readchar(self, *args, **kwargs) -> Any: ... method writechar (line 1172) | def writechar(self, *args, **kwargs) -> Any: ... method read (line 1173) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1184) | def deinit(self) -> None: method any (line 1194) | def any(self) -> int: method write (line 1209) | def write(self, buf) -> Union[int, None]: method readinto (line 1217) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1228) | def readline(self) -> Union[str, None]: method __init__ (line 1237) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1242) | class SoftI2C(I2C): method readfrom_mem_into (line 1255) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1256) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1257) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1258) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1259) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1260) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1261) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1262) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1263) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1264) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1265) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1266) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1267) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1268) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1270) | class Signal(Pin): method off (line 1291) | def off(self) -> None: method on (line 1297) | def on(self) -> None: method value (line 1303) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1323) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-stm32-stubs/network.pyi function hostname (line 46) | def hostname(*args, **kwargs) -> Any: ... function route (line 47) | def route(*args, **kwargs) -> Any: ... function country (line 48) | def country(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-stm32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_20_0-stm32-stubs/os.pyi function statvfs (line 19) | def statvfs(path) -> Tuple: function stat (line 42) | def stat(path) -> Incomplete: function rmdir (line 48) | def rmdir(path) -> None: function rename (line 54) | def rename(old_path, new_path) -> None: function mount (line 60) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 78) | def sync() -> None: function unlink (line 84) | def unlink(*args, **kwargs) -> Any: ... function uname (line 85) | def uname() -> uname_result: function umount (line 99) | def umount(mount_point) -> Incomplete: function urandom (line 109) | def urandom(n) -> bytes: function chdir (line 116) | def chdir(path) -> Incomplete: function dupterm (line 122) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 145) | def remove(path) -> None: function mkdir (line 151) | def mkdir(path) -> Incomplete: function getcwd (line 157) | def getcwd() -> Incomplete: function listdir (line 163) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 169) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 190) | class VfsLfs2: method rename (line 208) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 210) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 219) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 220) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 221) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 222) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 223) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 224) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 225) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 226) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 227) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 228) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 229) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 232) | class VfsFat: method rename (line 239) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 241) | def mkfs(block_dev) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 254) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-stm32-stubs/pyb.pyi function hard_reset (line 15) | def hard_reset() -> NoReturn: function have_cdc (line 22) | def have_cdc() -> bool: function hid (line 30) | def hid(hidtuple: Tuple) -> Incomplete: function info (line 39) | def info(dump_alloc_table: Optional[Any] = None) -> None: function wfi (line 45) | def wfi() -> None: function elapsed_micros (line 57) | def elapsed_micros(start) -> int: function freq (line 73) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function disable_irq (line 113) | def disable_irq() -> Incomplete: function fault_debug (line 122) | def fault_debug(value) -> None: function elapsed_millis (line 137) | def elapsed_millis(start) -> int: function enable_irq (line 152) | def enable_irq(state=True) -> None: function sync (line 162) | def sync() -> None: function servo (line 168) | def servo(*args, **kwargs) -> Any: ... function standby (line 169) | def standby() -> Incomplete: function usb_mode (line 182) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function udelay (line 223) | def udelay(us) -> None: function unique_id (line 229) | def unique_id() -> str: function micros (line 235) | def micros() -> int: function mount (line 249) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function rng (line 284) | def rng() -> int: function millis (line 290) | def millis() -> int: function repl_uart (line 304) | def repl_uart(uart) -> UART: function pwm (line 310) | def pwm(*args, **kwargs) -> Any: ... function repl_info (line 311) | def repl_info(*args, **kwargs) -> Any: ... function stop (line 312) | def stop() -> Incomplete: function delay (line 324) | def delay(ms) -> None: function main (line 330) | def main(filename) -> None: function bootloader (line 339) | def bootloader() -> None: function country (line 345) | def country(*args, **kwargs) -> Any: ... class ADCAll (line 347) | class ADCAll: method read_core_vbat (line 348) | def read_core_vbat(self, *args, **kwargs) -> Any: ... method read_core_vref (line 349) | def read_core_vref(self, *args, **kwargs) -> Any: ... method read_vref (line 350) | def read_vref(self, *args, **kwargs) -> Any: ... method read_core_temp (line 351) | def read_core_temp(self, *args, **kwargs) -> Any: ... method read_channel (line 352) | def read_channel(self, *args, **kwargs) -> Any: ... method __init__ (line 353) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 355) | class Accel: method x (line 360) | def x(self) -> Incomplete: method tilt (line 366) | def tilt(self) -> Incomplete: method y (line 372) | def y(self) -> Incomplete: method z (line 378) | def z(self) -> Incomplete: method read (line 384) | def read(self, *args, **kwargs) -> Any: ... method filtered_xyz (line 385) | def filtered_xyz(self) -> Tuple: method write (line 396) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 397) | def __init__(self, *argv, **kwargs) -> None: ... class CAN (line 399) | class CAN: method restart (line 426) | def restart(self) -> Incomplete: method recv (line 439) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method init (line 475) | def init( method rxcallback (line 549) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 585) | def setfilter(self, bank, mode, fifo, params, *, rtr=None, extframe=Fa... method state (line 642) | def state(self) -> Incomplete: method send (line 658) | def send(self, data, id, *, timeout=0, rtr=False, extframe=False, fdf=... method any (line 687) | def any(self, fifo) -> bool: method info (line 693) | def info(self, list: Optional[Any] = None) -> Incomplete: method clearfilter (line 717) | def clearfilter(self, bank, extframe=False) -> None: method deinit (line 727) | def deinit(self) -> None: method __init__ (line 733) | def __init__(self, *argv, **kwargs) -> None: ... class ExtInt (line 735) | class ExtInt: method line (line 759) | def line(self) -> int: method regs (line 766) | def regs(cls) -> Incomplete: method swint (line 772) | def swint(self) -> Incomplete: method enable (line 778) | def enable(self) -> None: method disable (line 784) | def disable(self) -> None: method __init__ (line 791) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 793) | class Flash: method readblocks (line 804) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 805) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 806) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 814) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 816) | class ADC: method read_timed (line 822) | def read_timed(self, buf, timer) -> Incomplete: method read_timed_multi (line 860) | def read_timed_multi(self, adcs, bufs, timer) -> bool: method read (line 913) | def read(self) -> Incomplete: method __init__ (line 920) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 924) | class DAC: method noise (line 951) | def noise(self, freq) -> None: method write_timed (line 958) | def write_timed(self, data, freq, *, mode=NORMAL) -> Incomplete: method triangle (line 980) | def triangle(self, freq) -> None: method write (line 988) | def write(self, value) -> Incomplete: method init (line 996) | def init(self, bits=8, *, buffering=None) -> Incomplete: method deinit (line 1004) | def deinit(self) -> Incomplete: method __init__ (line 1010) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1012) | class RTC: method info (line 1017) | def info(self) -> Incomplete: method init (line 1028) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 1029) | def wakeup(self, timeout, callback=None) -> None: method datetime (line 1042) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 1060) | def calibration(self, cal) -> int: method __init__ (line 1078) | def __init__(self, *argv, **kwargs) -> None: ... class USB_VCP (line 1080) | class USB_VCP: method readlines (line 1089) | def readlines(self) -> List: method recv (line 1099) | def recv(self, data, *, timeout=5000) -> int: method isconnected (line 1112) | def isconnected(self) -> bool: method init (line 1118) | def init(self, *, flow=-1) -> None: method irq (line 1126) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 1138) | def setinterrupt(self, chr) -> None: method close (line 1149) | def close(self) -> Incomplete: method read (line 1156) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1167) | def any(self) -> bool: method write (line 1173) | def write(self, buf) -> int: method send (line 1181) | def send(self, data, *, timeout=5000) -> int: method readinto (line 1192) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1204) | def readline(self) -> bytes: method __init__ (line 1213) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1215) | class Timer: method freq (line 1245) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 1251) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1308) | def period(self, value: Optional[Any] = None) -> Incomplete: method prescaler (line 1314) | def prescaler(self, value: Optional[Any] = None) -> Incomplete: method source_freq (line 1320) | def source_freq(self) -> Incomplete: method deinit (line 1326) | def deinit(self) -> None: method callback (line 1337) | def callback(self, fun) -> None: method channel (line 1345) | def channel(self, channel, mode, pin=None, *args) -> Incomplete: method counter (line 1432) | def counter(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 1438) | def __init__(self, *argv, **kwargs) -> None: ... class Switch (line 1440) | class Switch(Pin): method callback (line 1445) | def callback(self, fun) -> None: method value (line 1452) | def value(self) -> bool: method __init__ (line 1458) | def __init__(self, *argv, **kwargs) -> None: ... class Servo (line 1460) | class Servo: method speed (line 1465) | def speed(self, speed: Optional[Any] = None, time=0) -> Incomplete: method pulse_width (line 1477) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method calibration (line 1486) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method angle (line 1501) | def angle(self, angle: Optional[Any] = None, time=0) -> Incomplete: method __init__ (line 1514) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1516) | class UART: method init (line 1555) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method flush (line 1581) | def flush(self, *args, **kwargs) -> Any: ... method irq (line 1582) | def irq(self, *args, **kwargs) -> Any: ... method txdone (line 1583) | def txdone(self, *args, **kwargs) -> Any: ... method sendbreak (line 1584) | def sendbreak(self) -> None: method readchar (line 1592) | def readchar(self) -> int: method writechar (line 1600) | def writechar(self, char) -> None: method read (line 1607) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1624) | def deinit(self) -> None: method any (line 1630) | def any(self) -> int: method write (line 1636) | def write(self, buf) -> int: method readinto (line 1648) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1658) | def readline(self) -> None: method __init__ (line 1668) | def __init__(self, *argv, **kwargs) -> None: ... class USB_HID (line 1670) | class USB_HID: method recv (line 1675) | def recv(self, data, *, timeout=5000) -> int: method send (line 1688) | def send(self, data) -> None: method __init__ (line 1697) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1699) | class I2C: method scan (line 1725) | def scan(self) -> List: method mem_read (line 1732) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 1747) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 1762) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method is_ready (line 1776) | def is_ready(self, addr) -> Incomplete: method send (line 1782) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 1794) | def deinit(self) -> None: method init (line 1800) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method __init__ (line 1818) | def __init__(self, *argv, **kwargs) -> None: ... class LED (line 1820) | class LED: method toggle (line 1827) | def toggle(self) -> Incomplete: method on (line 1834) | def on(self) -> None: method off (line 1840) | def off(self) -> None: method intensity (line 1846) | def intensity(self, value: Optional[Any] = None) -> None: method __init__ (line 1860) | def __init__(self, *argv, **kwargs) -> None: ... class LCD (line 1862) | class LCD: method fill (line 1868) | def fill(self, colour) -> None: method light (line 1876) | def light(self, value) -> None: method pixel (line 1882) | def pixel(self, x, y, colour) -> None: method show (line 1890) | def show(self) -> None: method text (line 1896) | def text(self, str, x, y, colour) -> None: method contrast (line 1904) | def contrast(self, value) -> None: method get (line 1910) | def get(self, x, y) -> int: method write (line 1918) | def write(self, str) -> None: method command (line 1924) | def command(self, instr_data, buf) -> None: method __init__ (line 1932) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1934) | class SPI: method deinit (line 1957) | def deinit(self) -> None: method send_recv (line 1963) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method recv (line 1977) | def recv(self, recv, *, timeout=5000) -> bytes: method init (line 1990) | def init(self, mode, baudrate=328125, *, prescaler=-1, polarity=1, pha... method write_readinto (line 2018) | def write_readinto(self, *args, **kwargs) -> Any: ... method write (line 2019) | def write(self, *args, **kwargs) -> Any: ... method read (line 2020) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 2021) | def readinto(self, *args, **kwargs) -> Any: ... method send (line 2022) | def send(self, send, *, timeout=5000) -> None: method __init__ (line 2033) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 2035) | class Pin: method mode (line 2081) | def mode(self) -> Incomplete: method name (line 2089) | def name(self) -> str: method pull (line 2095) | def pull(self) -> Incomplete: method low (line 2103) | def low(self, *args, **kwargs) -> Any: ... method irq (line 2104) | def irq(self, *args, **kwargs) -> Any: ... method pin (line 2105) | def pin(self) -> int: method port (line 2111) | def port(self) -> Incomplete: method names (line 2117) | def names(self) -> str: method on (line 2123) | def on(self, *args, **kwargs) -> Any: ... method off (line 2124) | def off(self, *args, **kwargs) -> Any: ... method init (line 2125) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method af_list (line 2159) | def af_list(self) -> List: method af (line 2165) | def af(self) -> Incomplete: method value (line 2173) | def value(self, value: Optional[Any] = None) -> int: method high (line 2184) | def high(self, *args, **kwargs) -> Any: ... method gpio (line 2185) | def gpio(self) -> int: method dict (line 2193) | def dict(cls, *args, **kwargs) -> Incomplete: method debug (line 2201) | def debug(cls, *args, **kwargs) -> bool: class cpu (line 2207) | class cpu: method __init__ (line 2255) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 2259) | def mapper(cls, *args, **kwargs) -> Incomplete: class board (line 2265) | class board: method __init__ (line 2315) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2317) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 2318) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SDCard (line 2326) | class SDCard: method writeblocks (line 2327) | def writeblocks(self, *args, **kwargs) -> Any: ... method power (line 2328) | def power(self, *args, **kwargs) -> Any: ... method present (line 2329) | def present(self, *args, **kwargs) -> Any: ... method readblocks (line 2330) | def readblocks(self, *args, **kwargs) -> Any: ... method ioctl (line 2331) | def ioctl(self, *args, **kwargs) -> Any: ... method read (line 2332) | def read(self, *args, **kwargs) -> Any: ... method write (line 2333) | def write(self, *args, **kwargs) -> Any: ... method info (line 2334) | def info(self, *args, **kwargs) -> Any: ... method __init__ (line 2335) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-stm32-stubs/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-stm32-stubs/socket.pyi function getaddrinfo (line 79) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 120) | class socket: method recvfrom (line 134) | def recvfrom(self, bufsize) -> Tuple: method recv (line 142) | def recv(self, bufsize) -> bytes: method makefile (line 149) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 167) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 176) | def settimeout(self, value) -> Incomplete: method sendall (line 211) | def sendall(self, bytes) -> int: method setsockopt (line 224) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 232) | def setblocking(self, flag) -> Incomplete: method sendto (line 244) | def sendto(self, bytes, address) -> None: method readline (line 251) | def readline(self) -> Incomplete: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 269) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 279) | def close(self) -> Incomplete: method connect (line 290) | def connect(self, address) -> None: method send (line 296) | def send(self, bytes) -> int: method bind (line 304) | def bind(self, address) -> Incomplete: method accept (line 310) | def accept(self) -> Tuple: method write (line 319) | def write(self, buf) -> int: method __init__ (line 330) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/struct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-stm32-stubs/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-stubs/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-stm32-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-stm32-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-stm32-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-stm32-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-stm32-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-stm32-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-stm32-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-stm32-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Any: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Any: ... method close (line 98) | def close(self, *args, **kwargs) -> Any: ... method read (line 99) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Any: ... method close (line 127) | def close(self, *args, **kwargs) -> Any: ... method read (line 128) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-stubs/umachine.pyi function idle (line 23) | def idle() -> Incomplete: function freq (line 32) | def freq(hz: Optional[Any] = None) -> Incomplete: function info (line 40) | def info(*args, **kwargs) -> Any: ... function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Any: ... function enable_irq (line 42) | def enable_irq(state) -> Incomplete: function disable_irq (line 50) | def disable_irq() -> Incomplete: function deepsleep (line 59) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 84) | def soft_reset() -> NoReturn: function sleep (line 92) | def sleep() -> Incomplete: function time_pulse_us (line 98) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 116) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 141) | def reset() -> NoReturn: function rng (line 148) | def rng() -> int: function reset_cause (line 156) | def reset_cause() -> int: function unique_id (line 162) | def unique_id() -> bytes: function bootloader (line 171) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 181) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class Pin (line 205) | class Pin: method mode (line 309) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 318) | def name(self, *args, **kwargs) -> Any: ... method pull (line 319) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 328) | def low(self) -> None: method irq (line 336) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 381) | def pin(self, *args, **kwargs) -> Any: ... method port (line 382) | def port(self, *args, **kwargs) -> Any: ... method names (line 383) | def names(self, *args, **kwargs) -> Any: ... method on (line 384) | def on(self) -> None: method off (line 390) | def off(self) -> None: method init (line 396) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 406) | def af_list(self, *args, **kwargs) -> Any: ... method af (line 407) | def af(self, *args, **kwargs) -> Any: ... method value (line 408) | def value(self, x: Optional[Any] = None) -> int: method high (line 442) | def high(self) -> None: method gpio (line 450) | def gpio(self, *args, **kwargs) -> Any: ... method dict (line 452) | def dict(cls, *args, **kwargs) -> Any: ... method debug (line 454) | def debug(cls, *args, **kwargs) -> Any: ... class cpu (line 456) | class cpu: method __init__ (line 504) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 507) | def mapper(cls, *args, **kwargs) -> Any: ... class board (line 509) | class board: method __init__ (line 559) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 561) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 562) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 570) | class I2S: method shift (line 601) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 609) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 615) | def irq(self, handler) -> Incomplete: method readinto (line 623) | def readinto(self, buf) -> int: method deinit (line 632) | def deinit(self) -> Incomplete: method write (line 638) | def write(self, buf) -> int: method __init__ (line 647) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 649) | class SPI: method deinit (line 663) | def deinit(self) -> None: method init (line 669) | def init( method write_readinto (line 695) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 706) | def read(self, nbytes, write=0x00) -> bytes: method write (line 714) | def write(self, buf) -> int: method readinto (line 723) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 733) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 737) | class RTC: method info (line 742) | def info(self, *args, **kwargs) -> Any: ... method init (line 743) | def init(self, datetime) -> None: method wakeup (line 751) | def wakeup(self, *args, **kwargs) -> Any: ... method datetime (line 752) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 768) | def calibration(self, *args, **kwargs) -> Any: ... method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 771) | class I2C: method readfrom_mem_into (line 789) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 801) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 811) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 820) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 831) | def scan(self) -> List: method writeto (line 839) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 849) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 865) | def start(self) -> None: method readfrom (line 871) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 879) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 889) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 903) | def stop(self) -> None: method write (line 909) | def write(self, buf) -> int: method __init__ (line 917) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 919) | class ADC: method read_u16 (line 939) | def read_u16(self) -> int: method __init__ (line 947) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 949) | class WDT: method feed (line 959) | def feed(self) -> None: method __init__ (line 967) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 969) | class Timer: method init (line 980) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1020) | def deinit(self) -> None: method __init__ (line 1026) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1028) | class SoftSPI: method deinit (line 1037) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 1038) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 1039) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 1040) | def read(self, *args, **kwargs) -> Any: ... method write (line 1041) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 1042) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 1043) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1045) | class UART: method init (line 1053) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1107) | def flush(self) -> Incomplete: method irq (line 1122) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1149) | def txdone(self) -> bool: method sendbreak (line 1164) | def sendbreak(self) -> None: method readchar (line 1171) | def readchar(self, *args, **kwargs) -> Any: ... method writechar (line 1172) | def writechar(self, *args, **kwargs) -> Any: ... method read (line 1173) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1184) | def deinit(self) -> None: method any (line 1194) | def any(self) -> int: method write (line 1209) | def write(self, buf) -> Union[int, None]: method readinto (line 1217) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1228) | def readline(self) -> Union[str, None]: method __init__ (line 1237) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1242) | class SoftI2C(I2C): method readfrom_mem_into (line 1255) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1256) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1257) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1258) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1259) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1260) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1261) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1262) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1263) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1264) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1265) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1266) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1267) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1268) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1270) | class Signal(Pin): method off (line 1291) | def off(self) -> None: method on (line 1297) | def on(self) -> None: method value (line 1303) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1323) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/uos.pyi function statvfs (line 19) | def statvfs(path) -> Tuple: function stat (line 42) | def stat(path) -> Incomplete: function rmdir (line 48) | def rmdir(path) -> None: function rename (line 54) | def rename(old_path, new_path) -> None: function mount (line 60) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 78) | def sync() -> None: function unlink (line 84) | def unlink(*args, **kwargs) -> Any: ... function uname (line 85) | def uname() -> uname_result: function umount (line 99) | def umount(mount_point) -> Incomplete: function urandom (line 109) | def urandom(n) -> bytes: function chdir (line 116) | def chdir(path) -> Incomplete: function dupterm (line 122) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 145) | def remove(path) -> None: function mkdir (line 151) | def mkdir(path) -> Incomplete: function getcwd (line 157) | def getcwd() -> Incomplete: function listdir (line 163) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 169) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 190) | class VfsLfs2: method rename (line 208) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 210) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 219) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 220) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 221) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 222) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 223) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 224) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 225) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 226) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 227) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 228) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 229) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 232) | class VfsFat: method rename (line 239) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 241) | def mkfs(block_dev) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 254) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-stm32-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-stm32-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: publish/micropython-v1_20_0-stm32-stubs/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-stm32-stubs/usocket.pyi function getaddrinfo (line 79) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 120) | class socket: method recvfrom (line 134) | def recvfrom(self, bufsize) -> Tuple: method recv (line 142) | def recv(self, bufsize) -> bytes: method makefile (line 149) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 167) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 176) | def settimeout(self, value) -> Incomplete: method sendall (line 211) | def sendall(self, bytes) -> int: method setsockopt (line 224) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 232) | def setblocking(self, flag) -> Incomplete: method sendto (line 244) | def sendto(self, bytes, address) -> None: method readline (line 251) | def readline(self) -> Incomplete: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 269) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 279) | def close(self) -> Incomplete: method connect (line 290) | def connect(self, address) -> None: method send (line 296) | def send(self, bytes) -> int: method bind (line 304) | def bind(self, address) -> Incomplete: method accept (line 310) | def accept(self) -> Tuple: method write (line 319) | def write(self, buf) -> int: method __init__ (line 330) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/ustruct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-stm32-stubs/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-stubs/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-stm32-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-stm32-stubs/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_20_0-unix-stubs/_thread.pyi function get_ident (line 16) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 17) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 18) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 19) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 20) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 22) | class LockType: method locked (line 23) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 24) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 25) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/argparse.pyi class _ArgError (line 3) | class _ArgError(BaseException): ... class _Arg (line 5) | class _Arg: method __init__ (line 13) | def __init__(self, names, dest, action, nargs, const, default, help) -... method parse (line 14) | def parse(self, optname, args): ... function _dest_from_optnames (line 16) | def _dest_from_optnames(opt_names): ... class ArgumentParser (line 18) | class ArgumentParser: method __init__ (line 22) | def __init__(self, *, description: str = ...) -> None: ... method add_argument (line 23) | def add_argument(self, *args, **kwargs) -> None: ... method usage (line 24) | def usage(self, full): ... method parse_args (line 25) | def parse_args(self, args: Incomplete | None = ...): ... method parse_known_args (line 26) | def parse_known_args(self, args: Incomplete | None = ...): ... method _parse_args_impl (line 27) | def _parse_args_impl(self, args, return_unknown): ... method _parse_args (line 28) | def _parse_args(self, args, return_unknown): ... FILE: publish/micropython-v1_20_0-unix-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-unix-stubs/btree.pyi function open (line 82) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_20_0-unix-stubs/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: publish/micropython-v1_20_0-unix-stubs/cryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_20_0-unix-stubs/ffi.pyi function func (line 3) | def func(*args, **kwargs) -> Incomplete: ... function callback (line 4) | def callback(*args, **kwargs) -> Incomplete: ... function as_bytearray (line 5) | def as_bytearray(*args, **kwargs) -> Incomplete: ... function open (line 6) | def open(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_20_0-unix-stubs/framebuf.py function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 31) | class FrameBuffer: method poly (line 57) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 70) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 72) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 79) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 88) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 97) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 104) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 120) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 130) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 152) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 154) | def fill(self, c) -> None: method fill_rect (line 160) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 162) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: publish/micropython-v1_20_0-unix-stubs/hashlib.pyi class sha1 (line 30) | class sha1: method digest (line 35) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 36) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 39) | class sha256: method digest (line 44) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 45) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 48) | class md5: method digest (line 53) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 54) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/heapq.pyi function heappop (line 17) | def heappop(heap) -> Incomplete: function heappush (line 26) | def heappush(heap, item) -> Incomplete: function heapify (line 32) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-unix-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 98) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 99) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 127) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 128) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/json.pyi function loads (line 14) | def loads(str) -> Incomplete: function load (line 21) | def load(stream) -> Incomplete: function dumps (line 32) | def dumps(obj, separators=None) -> str: function dump (line 40) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-unix-stubs/logging.pyi function getLogger (line 10) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Incomplete: ... function info (line 12) | def info(*args, **kwargs) -> Incomplete: ... function debug (line 13) | def debug(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Incomplete: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Incomplete: ... method log (line 22) | def log(self, *args, **kwargs) -> Incomplete: ... method error (line 23) | def error(self, *args, **kwargs) -> Incomplete: ... method info (line 24) | def info(self, *args, **kwargs) -> Incomplete: ... method debug (line 25) | def debug(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/machine.pyi function time_pulse_us (line 17) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function idle (line 35) | def idle() -> Incomplete: class Signal (line 47) | class Signal(Pin): method off (line 68) | def off(self) -> None: method on (line 74) | def on(self) -> None: method value (line 80) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... class PinBase (line 104) | class PinBase: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/math.py function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 39) | def lgamma(x) -> float: function trunc (line 46) | def trunc(x) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 56) | def gamma(x) -> Incomplete: function isnan (line 63) | def isnan(x) -> bool: function isfinite (line 70) | def isfinite(x) -> bool: function isinf (line 77) | def isinf(x) -> bool: function sqrt (line 84) | def sqrt(x) -> Incomplete: function sinh (line 91) | def sinh(x) -> float: function log (line 98) | def log(x) -> float: function tan (line 105) | def tan(x) -> float: function tanh (line 112) | def tanh(x) -> float: function log2 (line 119) | def log2(x) -> float: function log10 (line 126) | def log10(x) -> float: function sin (line 133) | def sin(x) -> float: function modf (line 140) | def modf(x) -> Tuple: function radians (line 148) | def radians(x) -> Incomplete: function atanh (line 155) | def atanh(x) -> float: function atan2 (line 162) | def atan2(y, x) -> float: function atan (line 169) | def atan(x) -> float: function ceil (line 176) | def ceil(x) -> int: function copysign (line 183) | def copysign(x, y) -> Incomplete: function frexp (line 190) | def frexp(x) -> Incomplete: function acos (line 200) | def acos(x) -> float: function pow (line 207) | def pow(x, y) -> Incomplete: function asinh (line 214) | def asinh(x) -> float: function acosh (line 221) | def acosh(x) -> float: function asin (line 228) | def asin(x) -> float: function factorial (line 235) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 238) | def fabs(x) -> Incomplete: function expm1 (line 245) | def expm1(x) -> Incomplete: function floor (line 252) | def floor(x) -> int: function fmod (line 259) | def fmod(x, y) -> Incomplete: function cos (line 266) | def cos(x) -> float: function degrees (line 273) | def degrees(x) -> Incomplete: function cosh (line 280) | def cosh(x) -> float: function exp (line 287) | def exp(x) -> float: function erf (line 294) | def erf(x) -> Incomplete: function erfc (line 301) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_20_0-unix-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-unix-stubs/mip/__init__.pyi function _ensure_path_exists (line 6) | def _ensure_path_exists(path) -> None: ... function _chunk (line 7) | def _chunk(src, dest) -> None: ... function _check_exists (line 8) | def _check_exists(path, short_hash): ... function _rewrite_url (line 9) | def _rewrite_url(url, branch: Incomplete | None = ...): ... function _download_file (line 10) | def _download_file(url, dest): ... function _install_json (line 11) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 12) | def _install_package(package, index, target, version, mpy): ... function install (line 13) | def install( FILE: publish/micropython-v1_20_0-unix-stubs/mip/__main__.pyi function do_install (line 1) | def do_install() -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/os.py function rename (line 25) | def rename(old_path, new_path) -> None: function rmdir (line 32) | def rmdir(path) -> None: function stat (line 39) | def stat(path) -> Incomplete: function putenv (line 46) | def putenv(*args, **kwargs) -> Incomplete: ... function mount (line 49) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 68) | def mkdir(path) -> Incomplete: function unlink (line 75) | def unlink(*args, **kwargs) -> Incomplete: ... function unsetenv (line 78) | def unsetenv(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 105) | def umount(mount_point) -> Incomplete: function system (line 116) | def system(*args, **kwargs) -> Incomplete: ... function urandom (line 119) | def urandom(n) -> bytes: function chdir (line 127) | def chdir(path) -> Incomplete: function errno (line 134) | def errno(*args, **kwargs) -> Incomplete: ... function remove (line 137) | def remove(path) -> None: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Incomplete: function getcwd (line 151) | def getcwd() -> Incomplete: function ilistdir (line 158) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getenv (line 180) | def getenv(*args, **kwargs) -> Incomplete: ... class VfsFat (line 183) | class VfsFat: method rename (line 190) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 193) | def mkfs(block_dev) -> None: method mount (line 199) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 201) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 203) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 205) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 207) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 209) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 211) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 213) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 215) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 217) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class VfsPosix (line 224) | class VfsPosix: method rename (line 225) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 227) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 229) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 231) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 233) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 235) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 237) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 239) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 241) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 243) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 245) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 247) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 249) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs1 (line 252) | class VfsLfs1: method rename (line 262) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 265) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 274) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 276) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 278) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 280) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 282) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 284) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 286) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 288) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 290) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 292) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 294) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 296) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 299) | class VfsLfs2: method rename (line 317) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 320) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 329) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 331) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 333) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 335) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 337) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 339) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 341) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 343) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 345) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 347) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 349) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-unix-stubs/select.pyi class poll (line 20) | class poll: method __init__ (line 25) | def __init__(self) -> None: ... method register (line 26) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 46) | def unregister(self, obj) -> Incomplete: method modify (line 52) | def modify(self, obj, eventmask) -> None: method poll (line 59) | def poll(self, timeout=-1, /) -> List: method ipoll (line 83) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-unix-stubs/socket.pyi function sockaddr (line 83) | def sockaddr(*args, **kwargs) -> Incomplete: ... function inet_pton (line 84) | def inet_pton(af, txt_addr) -> Incomplete: function inet_ntop (line 94) | def inet_ntop(af, bin_addr) -> Incomplete: function getaddrinfo (line 104) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 145) | class socket: method recv (line 159) | def recv(self, bufsize) -> bytes: method makefile (line 166) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 184) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 193) | def fileno(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 194) | def settimeout(self, value) -> Incomplete: method recvfrom (line 229) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 237) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 245) | def setblocking(self, flag) -> Incomplete: method sendto (line 257) | def sendto(self, bytes, address) -> None: method readline (line 264) | def readline(self) -> Incomplete: method readinto (line 272) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 282) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 292) | def close(self) -> Incomplete: method connect (line 303) | def connect(self, address) -> None: method send (line 309) | def send(self, bytes) -> int: method bind (line 317) | def bind(self, address) -> Incomplete: method accept (line 323) | def accept(self) -> Tuple: method write (line 332) | def write(self, buf) -> int: method __init__ (line 343) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/ssl.pyi function wrap_socket (line 21) | def wrap_socket( FILE: publish/micropython-v1_20_0-unix-stubs/struct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-unix-stubs/sys.pyi function exc_info (line 25) | def exc_info(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(retval=0, /) -> Incomplete: function atexit (line 34) | def atexit(func) -> Incomplete: function print_exception (line 48) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_20_0-unix-stubs/time.pyi function ticks_cpu (line 39) | def ticks_cpu() -> Incomplete: function ticks_diff (line 54) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 120) | def ticks_add(ticks, delta) -> Incomplete: function time_ns (line 147) | def time_ns() -> int: function time (line 154) | def time() -> int: function ticks_ms (line 181) | def ticks_ms() -> int: function ticks_us (line 205) | def ticks_us() -> Incomplete: function gmtime (line 211) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 233) | def localtime(secs: Optional[Any] = None) -> Tuple: function clock (line 255) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 256) | def sleep_us(us) -> None: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-unix-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-unix-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-unix-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-unix-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-unix-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-unix-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-unix-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-unix-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-unix-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_20_0-unix-stubs/uctypes.pyi function sizeof (line 49) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 57) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 66) | def bytearray_at(addr, size) -> bytearray: function addressof (line 75) | def addressof(obj) -> int: class struct (line 83) | class struct: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/uhashlib.pyi class sha1 (line 30) | class sha1: method digest (line 35) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 36) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 39) | class sha256: method digest (line 44) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 45) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 48) | class md5: method digest (line 53) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 54) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/uheapq.pyi function heappop (line 17) | def heappop(heap) -> Incomplete: function heappush (line 26) | def heappush(heap, item) -> Incomplete: function heapify (line 32) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-unix-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 98) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 99) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 127) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 128) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/ujson.pyi function loads (line 14) | def loads(str) -> Incomplete: function load (line 21) | def load(stream) -> Incomplete: function dumps (line 32) | def dumps(obj, separators=None) -> str: function dump (line 40) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-unix-stubs/umachine.pyi function time_pulse_us (line 17) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function idle (line 35) | def idle() -> Incomplete: class Signal (line 47) | class Signal(Pin): method off (line 68) | def off(self) -> None: method on (line 74) | def on(self) -> None: method value (line 80) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... class PinBase (line 104) | class PinBase: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/uos.py function rename (line 25) | def rename(old_path, new_path) -> None: function rmdir (line 32) | def rmdir(path) -> None: function stat (line 39) | def stat(path) -> Incomplete: function putenv (line 46) | def putenv(*args, **kwargs) -> Incomplete: ... function mount (line 49) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 68) | def mkdir(path) -> Incomplete: function unlink (line 75) | def unlink(*args, **kwargs) -> Incomplete: ... function unsetenv (line 78) | def unsetenv(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 105) | def umount(mount_point) -> Incomplete: function system (line 116) | def system(*args, **kwargs) -> Incomplete: ... function urandom (line 119) | def urandom(n) -> bytes: function chdir (line 127) | def chdir(path) -> Incomplete: function errno (line 134) | def errno(*args, **kwargs) -> Incomplete: ... function remove (line 137) | def remove(path) -> None: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Incomplete: function getcwd (line 151) | def getcwd() -> Incomplete: function ilistdir (line 158) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getenv (line 180) | def getenv(*args, **kwargs) -> Incomplete: ... class VfsFat (line 183) | class VfsFat: method rename (line 190) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 193) | def mkfs(block_dev) -> None: method mount (line 199) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 201) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 203) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 205) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 207) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 209) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 211) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 213) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 215) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 217) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class VfsPosix (line 224) | class VfsPosix: method rename (line 225) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 227) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 229) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 231) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 233) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 235) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 237) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 239) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 241) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 243) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 245) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 247) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 249) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs1 (line 252) | class VfsLfs1: method rename (line 262) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 265) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 274) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 276) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 278) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 280) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 282) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 284) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 286) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 288) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 290) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 292) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 294) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 296) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 299) | class VfsLfs2: method rename (line 317) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 320) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 329) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 331) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 333) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 335) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 337) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 339) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 341) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 343) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 345) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 347) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 349) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-unix-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function match (line 5) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 6) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_20_0-unix-stubs/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_20_0-unix-stubs/uselect.pyi class poll (line 20) | class poll: method __init__ (line 25) | def __init__(self) -> None: ... method register (line 26) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 46) | def unregister(self, obj) -> Incomplete: method modify (line 52) | def modify(self, obj, eventmask) -> None: method poll (line 59) | def poll(self, timeout=-1, /) -> List: method ipoll (line 83) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_20_0-unix-stubs/usocket.pyi function sockaddr (line 83) | def sockaddr(*args, **kwargs) -> Incomplete: ... function inet_pton (line 84) | def inet_pton(af, txt_addr) -> Incomplete: function inet_ntop (line 94) | def inet_ntop(af, bin_addr) -> Incomplete: function getaddrinfo (line 104) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 145) | class socket: method recv (line 159) | def recv(self, bufsize) -> bytes: method makefile (line 166) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 184) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 193) | def fileno(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 194) | def settimeout(self, value) -> Incomplete: method recvfrom (line 229) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 237) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 245) | def setblocking(self, flag) -> Incomplete: method sendto (line 257) | def sendto(self, bytes, address) -> None: method readline (line 264) | def readline(self) -> Incomplete: method readinto (line 272) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 282) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 292) | def close(self) -> Incomplete: method connect (line 303) | def connect(self, address) -> None: method send (line 309) | def send(self, bytes) -> int: method bind (line 317) | def bind(self, address) -> Incomplete: method accept (line 323) | def accept(self) -> Tuple: method write (line 332) | def write(self, buf) -> int: method __init__ (line 343) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/ussl.pyi function wrap_socket (line 21) | def wrap_socket( FILE: publish/micropython-v1_20_0-unix-stubs/ustruct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-unix-stubs/usys.pyi function exc_info (line 25) | def exc_info(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(retval=0, /) -> Incomplete: function atexit (line 34) | def atexit(func) -> Incomplete: function print_exception (line 48) | def print_exception(exc, file=stdout, /) -> None: FILE: publish/micropython-v1_20_0-unix-stubs/utime.pyi function ticks_cpu (line 39) | def ticks_cpu() -> Incomplete: function ticks_diff (line 54) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 120) | def ticks_add(ticks, delta) -> Incomplete: function time_ns (line 147) | def time_ns() -> int: function time (line 154) | def time() -> int: function ticks_ms (line 181) | def ticks_ms() -> int: function ticks_us (line 205) | def ticks_us() -> Incomplete: function gmtime (line 211) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 233) | def localtime(secs: Optional[Any] = None) -> Tuple: function clock (line 255) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 256) | def sleep_us(us) -> None: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-unix-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Incomplete: ... method push (line 5) | def push(self, *args, **kwargs) -> Incomplete: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 6) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 7) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 9) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/uzlib.pyi function decompress (line 16) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 27) | class DecompIO: method readinto (line 41) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method read (line 43) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 6) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 7) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 9) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-unix-stubs/zlib.pyi function decompress (line 16) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 27) | class DecompIO: method readinto (line 41) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method read (line 43) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-windows-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_20_0-windows-stubs/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-windows-stubs/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-windows-stubs/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: publish/micropython-v1_20_0-windows-stubs/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: publish/micropython-v1_20_0-windows-stubs/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 36) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-windows-stubs/heapq.pyi function heappop (line 17) | def heappop(heap) -> Incomplete: function heappush (line 26) | def heappush(heap, item) -> Incomplete: function heapify (line 32) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-windows-stubs/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 98) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 99) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 127) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 128) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-windows-stubs/json.pyi function loads (line 14) | def loads(str) -> Incomplete: function load (line 21) | def load(stream) -> Incomplete: function dumps (line 32) | def dumps(obj, separators=None) -> str: function dump (line 40) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-windows-stubs/logging.pyi function debug (line 10) | def debug(*args, **kwargs) -> Incomplete: ... function getLogger (line 11) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 12) | def basicConfig(*args, **kwargs) -> Incomplete: ... function info (line 13) | def info(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Incomplete: ... method debug (line 18) | def debug(self, *args, **kwargs) -> Incomplete: ... method error (line 19) | def error(self, *args, **kwargs) -> Incomplete: ... method critical (line 20) | def critical(self, *args, **kwargs) -> Incomplete: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 22) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method log (line 23) | def log(self, *args, **kwargs) -> Incomplete: ... method info (line 24) | def info(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 25) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-windows-stubs/machine.pyi function time_pulse_us (line 17) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: class PinBase (line 38) | class PinBase: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 43) | class Signal(Pin): method off (line 64) | def off(self) -> None: method on (line 70) | def on(self) -> None: method value (line 76) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-windows-stubs/math.pyi function isnan (line 23) | def isnan(x) -> bool: function ldexp (line 29) | def ldexp(x, exp) -> Incomplete: function lgamma (line 35) | def lgamma(x) -> float: function trunc (line 41) | def trunc(x) -> int: function gamma (line 47) | def gamma(x) -> Incomplete: function frexp (line 53) | def frexp(x) -> Incomplete: function isinf (line 62) | def isinf(x) -> bool: function isclose (line 68) | def isclose(*args, **kwargs) -> Incomplete: ... function isfinite (line 69) | def isfinite(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function fmod (line 148) | def fmod(x, y) -> Incomplete: function atanh (line 154) | def atanh(x) -> float: function ceil (line 160) | def ceil(x) -> int: function acos (line 166) | def acos(x) -> float: function pow (line 172) | def pow(x, y) -> Incomplete: function asinh (line 178) | def asinh(x) -> float: function acosh (line 184) | def acosh(x) -> float: function asin (line 190) | def asin(x) -> float: function expm1 (line 196) | def expm1(x) -> Incomplete: function exp (line 202) | def exp(x) -> float: function copysign (line 208) | def copysign(x, y) -> Incomplete: function fabs (line 214) | def fabs(x) -> Incomplete: function floor (line 220) | def floor(x) -> int: function cosh (line 226) | def cosh(x) -> float: function cos (line 232) | def cos(x) -> float: function erfc (line 238) | def erfc(x) -> Incomplete: function degrees (line 244) | def degrees(x) -> Incomplete: function erf (line 250) | def erf(x) -> Incomplete: FILE: publish/micropython-v1_20_0-windows-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_20_0-windows-stubs/os.pyi function rmdir (line 19) | def rmdir(path) -> None: function stat (line 25) | def stat(path) -> Incomplete: function urandom (line 31) | def urandom(n) -> bytes: function rename (line 38) | def rename(old_path, new_path) -> None: function putenv (line 44) | def putenv(*args, **kwargs) -> Incomplete: ... function unlink (line 45) | def unlink(*args, **kwargs) -> Incomplete: ... function unsetenv (line 46) | def unsetenv(*args, **kwargs) -> Incomplete: ... function statvfs (line 47) | def statvfs(path) -> Tuple: function umount (line 70) | def umount(mount_point) -> Incomplete: function system (line 80) | def system(*args, **kwargs) -> Incomplete: ... function getcwd (line 81) | def getcwd() -> Incomplete: function errno (line 87) | def errno(*args, **kwargs) -> Incomplete: ... function chdir (line 88) | def chdir(path) -> Incomplete: function remove (line 94) | def remove(path) -> None: function mount (line 100) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function getenv (line 118) | def getenv(*args, **kwargs) -> Incomplete: ... function mkdir (line 119) | def mkdir(path) -> Incomplete: function ilistdir (line 125) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 146) | def listdir(dir: Optional[Any] = None) -> Incomplete: class VfsPosix (line 152) | class VfsPosix: method rename (line 153) | def rename(self, *args, **kwargs) -> Incomplete: ... method mount (line 154) | def mount(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 155) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 156) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 157) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 158) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 159) | def remove(self, *args, **kwargs) -> Incomplete: ... method open (line 160) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 161) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 162) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 163) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 164) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-windows-stubs/random.pyi function seed (line 33) | def seed(n=None, /) -> None: function getrandbits (line 45) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-windows-stubs/struct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-windows-stubs/sys.pyi function exc_info (line 22) | def exc_info(*args, **kwargs) -> Incomplete: ... function exit (line 23) | def exit(retval=0, /) -> Incomplete: function print_exception (line 31) | def print_exception(exc, file=stdout, /) -> None: function atexit (line 47) | def atexit(func) -> Incomplete: FILE: publish/micropython-v1_20_0-windows-stubs/time.pyi function ticks_cpu (line 39) | def ticks_cpu() -> Incomplete: function ticks_diff (line 54) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 120) | def ticks_add(ticks, delta) -> Incomplete: function time_ns (line 147) | def time_ns() -> int: function time (line 154) | def time() -> int: function ticks_ms (line 181) | def ticks_ms() -> int: function ticks_us (line 205) | def ticks_us() -> Incomplete: function gmtime (line 211) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 233) | def localtime(secs: Optional[Any] = None) -> Tuple: function clock (line 255) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 256) | def sleep_us(us) -> None: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-windows-stubs/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method append (line 30) | def append(self, val) -> Incomplete: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-windows-stubs/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: publish/micropython-v1_20_0-windows-stubs/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_20_0-windows-stubs/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_20_0-windows-stubs/uasyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_20_0-windows-stubs/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_20_0-windows-stubs/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_20_0-windows-stubs/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: publish/micropython-v1_20_0-windows-stubs/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_20_0-windows-stubs/uctypes.pyi function sizeof (line 49) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 57) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 66) | def bytearray_at(addr, size) -> bytearray: function addressof (line 75) | def addressof(obj) -> int: class struct (line 83) | class struct: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-windows-stubs/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 36) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-windows-stubs/uheapq.pyi function heappop (line 17) | def heappop(heap) -> Incomplete: function heappush (line 26) | def heappush(heap, item) -> Incomplete: function heapify (line 32) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_20_0-windows-stubs/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 91) | class StringIO(IO): method write (line 92) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 93) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 94) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 95) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 96) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 97) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 98) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 99) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 100) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 103) | class BytesIO(IO): method write (line 116) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 117) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 118) | def getvalue(self) -> Incomplete: method seek (line 124) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 125) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 126) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 127) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 128) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 129) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-windows-stubs/ujson.pyi function loads (line 14) | def loads(str) -> Incomplete: function load (line 21) | def load(stream) -> Incomplete: function dumps (line 32) | def dumps(obj, separators=None) -> str: function dump (line 40) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_20_0-windows-stubs/umachine.pyi function time_pulse_us (line 17) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: class PinBase (line 38) | class PinBase: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 43) | class Signal(Pin): method off (line 64) | def off(self) -> None: method on (line 70) | def on(self) -> None: method value (line 76) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-windows-stubs/uos.pyi function rmdir (line 19) | def rmdir(path) -> None: function stat (line 25) | def stat(path) -> Incomplete: function urandom (line 31) | def urandom(n) -> bytes: function rename (line 38) | def rename(old_path, new_path) -> None: function putenv (line 44) | def putenv(*args, **kwargs) -> Incomplete: ... function unlink (line 45) | def unlink(*args, **kwargs) -> Incomplete: ... function unsetenv (line 46) | def unsetenv(*args, **kwargs) -> Incomplete: ... function statvfs (line 47) | def statvfs(path) -> Tuple: function umount (line 70) | def umount(mount_point) -> Incomplete: function system (line 80) | def system(*args, **kwargs) -> Incomplete: ... function getcwd (line 81) | def getcwd() -> Incomplete: function errno (line 87) | def errno(*args, **kwargs) -> Incomplete: ... function chdir (line 88) | def chdir(path) -> Incomplete: function remove (line 94) | def remove(path) -> None: function mount (line 100) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function getenv (line 118) | def getenv(*args, **kwargs) -> Incomplete: ... function mkdir (line 119) | def mkdir(path) -> Incomplete: function ilistdir (line 125) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 146) | def listdir(dir: Optional[Any] = None) -> Incomplete: class VfsPosix (line 152) | class VfsPosix: method rename (line 153) | def rename(self, *args, **kwargs) -> Incomplete: ... method mount (line 154) | def mount(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 155) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 156) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 157) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 158) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 159) | def remove(self, *args, **kwargs) -> Incomplete: ... method open (line 160) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 161) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 162) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 163) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 164) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-windows-stubs/urandom.pyi function seed (line 33) | def seed(n=None, /) -> None: function getrandbits (line 45) | def getrandbits(n) -> int: FILE: publish/micropython-v1_20_0-windows-stubs/ure.pyi function match (line 3) | def match(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function compile (line 5) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_20_0-windows-stubs/ustruct.pyi function pack_into (line 60) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 68) | def unpack(fmt, data) -> Tuple: function unpack_from (line 75) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 83) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 90) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_20_0-windows-stubs/usys.pyi function exc_info (line 22) | def exc_info(*args, **kwargs) -> Incomplete: ... function exit (line 23) | def exit(retval=0, /) -> Incomplete: function print_exception (line 31) | def print_exception(exc, file=stdout, /) -> None: function atexit (line 47) | def atexit(func) -> Incomplete: FILE: publish/micropython-v1_20_0-windows-stubs/utime.pyi function ticks_cpu (line 39) | def ticks_cpu() -> Incomplete: function ticks_diff (line 54) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 120) | def ticks_add(ticks, delta) -> Incomplete: function time_ns (line 147) | def time_ns() -> int: function time (line 154) | def time() -> int: function ticks_ms (line 181) | def ticks_ms() -> int: function ticks_us (line 205) | def ticks_us() -> Incomplete: function gmtime (line 211) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 233) | def localtime(secs: Optional[Any] = None) -> Tuple: function clock (line 255) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 256) | def sleep_us(us) -> None: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_20_0-windows-stubs/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Incomplete: ... method push (line 5) | def push(self, *args, **kwargs) -> Incomplete: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-windows-stubs/uzlib.pyi function decompress (line 16) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 27) | class DecompIO: method readinto (line 41) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method read (line 43) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_20_0-windows-stubs/zlib.pyi function decompress (line 16) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 27) | class DecompIO: method readinto (line 41) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method read (line 43) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/_espnow.pyi class ESPNowBase (line 23) | class ESPNowBase: method irq (line 24) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 25) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 27) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 28) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 29) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 30) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 31) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 32) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 33) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 34) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 35) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 36) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 37) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/aioespnow.pyi class AIOESPNow (line 11) | class AIOESPNow: method recv (line 14) | def recv(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 15) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 16) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 17) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method irecv (line 18) | def irecv(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 19) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method stats (line 20) | def stats(self, *args, **kwargs) -> Incomplete: ... method send (line 21) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 22) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 23) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 24) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 25) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 27) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 28) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method irq (line 33) | def irq(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/apa106.pyi class APA106 (line 10) | class APA106: method write (line 12) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 13) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class NeoPixel (line 16) | class NeoPixel: method write (line 18) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 19) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/asyncio/__init__.pyi function wait_for_ms (line 48) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function create_task (line 56) | def create_task(coro) -> Task: function ticks_diff (line 64) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks (line 65) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 66) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 67) | def new_event_loop() -> Incomplete: function current_task (line 76) | def current_task() -> Task: function get_event_loop (line 82) | def get_event_loop() -> Incomplete: function ticks_add (line 88) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 97) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 105) | def run(coro) -> Incomplete: class Loop (line 113) | class Loop: method call_exception_handler (line 119) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 126) | def run_forever(self) -> Incomplete: method set_exception_handler (line 132) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 139) | def get_exception_handler(self) -> None: method default_exception_handler (line 146) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 152) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 159) | def close(self) -> None: method create_task (line 165) | def create_task(self, coro) -> Task: method stop (line 171) | def stop(self) -> None: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 179) | class IOQueue: method _dequeue (line 180) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 181) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 182) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 183) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 184) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 185) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 186) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 188) | class SingletonGenerator: method __init__ (line 189) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 191) | class Event: method set (line 197) | def set(self) -> None: method is_set (line 206) | def is_set(self) -> bool: method clear (line 212) | def clear(self) -> None: method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 220) | class CancelledError(Exception): ... class Task (line 222) | class Task: method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 233) | class TaskQueue: method push (line 234) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 235) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 236) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 237) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 240) | class ThreadSafeFlag: method set (line 248) | def set(self) -> None: method ioctl (line 255) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 256) | def clear(self) -> None: method __init__ (line 263) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 268) | class Lock: method locked (line 276) | def locked(self) -> bool: method release (line 282) | def release(self) -> Incomplete: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 292) | class TimeoutError(Exception): ... class StreamWriter (line 296) | class StreamWriter: method get_extra_info (line 297) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 298) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 299) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 310) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 312) | class StreamReader: method get_extra_info (line 313) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 314) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 315) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/asyncio/core.pyi function ticks_add (line 13) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 14) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 15) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 17) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 23) | def current_task(*args, **kwargs) -> Incomplete: ... function run (line 24) | def run(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/asyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHT22 (line 12) | class DHT22: method humidity (line 13) | def humidity(self, *args, **kwargs) -> Incomplete: ... method temperature (line 14) | def temperature(self, *args, **kwargs) -> Incomplete: ... method measure (line 15) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 18) | class DHT11: method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method temperature (line 20) | def temperature(self, *args, **kwargs) -> Incomplete: ... method measure (line 21) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... class DHTBase (line 24) | class DHTBase: method measure (line 25) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 14) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 15) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/esp.pyi function osdebug (line 27) | def osdebug(level) -> None: function flash_write (line 44) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 45) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 46) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 47) | def flash_user_start() -> Incomplete: function flash_erase (line 53) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 54) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 55) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/esp32.pyi function raw_temperature (line 24) | def raw_temperature() -> int: function idf_heap_info (line 30) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_touch (line 68) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 75) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 83) | def wake_on_ext1(pins, level) -> None: function wake_on_ulp (line 91) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 98) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 105) | class ULP: method run (line 111) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 117) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 123) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 131) | class NVS: method get_i32 (line 137) | def get_i32(self, key) -> int: method set_i32 (line 144) | def set_i32(self, key, value) -> None: method set_blob (line 150) | def set_blob(self, key, value) -> None: method commit (line 159) | def commit(self) -> Incomplete: method get_blob (line 165) | def get_blob(self, key, buffer) -> int: method erase_key (line 173) | def erase_key(self, key) -> Incomplete: method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 181) | class Partition: method readblocks (line 192) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 193) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 201) | def set_boot(self) -> None: method writeblocks (line 212) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 213) | def info(self) -> Tuple: method find (line 220) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 231) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 241) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 254) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 256) | class RMT: method source_freq (line 273) | def source_freq(self) -> Incomplete: method loop (line 280) | def loop(self, enable_loop) -> None: method wait_done (line 289) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 298) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 329) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 343) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 344) | def clock_div(self) -> Incomplete: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/espnow.pyi class ESPNow (line 23) | class ESPNow(ESPNowBase, Iterator): method send (line 35) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method recvinto (line 82) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method recv (line 117) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method peer_count (line 157) | def peer_count(self) -> int: method set_pmk (line 168) | def set_pmk(self, pmk) -> None: method any (line 195) | def any(self) -> Incomplete: method irecv (line 215) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method stats (line 246) | def stats(self) -> Incomplete: method mod_peer (line 263) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method config (line 272) | def config(self, param) -> str: method add_peer (line 316) | def add_peer( method active (line 373) | def active(self, flag: Optional[Any] = None) -> Incomplete: method get_peers (line 403) | def get_peers(self) -> Tuple: method del_peer (line 410) | def del_peer(self, mac) -> Incomplete: method get_peer (line 427) | def get_peer(self, mac) -> Incomplete: method irq (line 445) | def irq(self, callback) -> Incomplete: method __init__ (line 477) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 479) | class ESPNowBase: method irq (line 480) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 481) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 482) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 483) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 484) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 485) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 486) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 487) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 488) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 489) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 490) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 491) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 492) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 493) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 494) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/flashbdev.pyi class Partition (line 12) | class Partition: method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 18) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method set_boot (line 19) | def set_boot(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 20) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method find (line 22) | def find(self, *args, **kwargs) -> Incomplete: ... method get_next_update (line 23) | def get_next_update(self, *args, **kwargs) -> Incomplete: ... method mark_app_valid_cancel_rollback (line 25) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/inisetup.pyi function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 11) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/machine.pyi function wake_reason (line 37) | def wake_reason() -> Incomplete: function disable_irq (line 45) | def disable_irq() -> Incomplete: function dht_readinto (line 54) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 55) | def bitstream( function bootloader (line 84) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 94) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 119) | def soft_reset() -> NoReturn: function sleep (line 127) | def sleep() -> Incomplete: function enable_irq (line 133) | def enable_irq(state) -> Incomplete: function time_pulse_us (line 141) | def time_pulse_us( function unique_id (line 163) | def unique_id() -> bytes: function idle (line 172) | def idle() -> Incomplete: function freq (line 181) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 189) | def reset_cause() -> int: function lightsleep (line 195) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 220) | def reset() -> NoReturn: class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 260) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 267) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 278) | def deinit(self) -> None: method duty_ns (line 284) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 294) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 295) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 297) | class WDT: method feed (line 306) | def feed(self) -> None: method __init__ (line 314) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 319) | class ADCBlock: method init (line 329) | def init(self, *, bits) -> None: method connect (line 336) | def connect(self, channel, source) -> Incomplete: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 356) | class ADC: method read_u16 (line 380) | def read_u16(self) -> int: method init (line 388) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 396) | def read_uv(self) -> int: method width (line 404) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 405) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 406) | def block(self) -> Incomplete: method atten (line 416) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 417) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 419) | class I2S: method shift (line 450) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 458) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 464) | def irq(self, handler) -> Incomplete: method readinto (line 472) | def readinto(self, buf) -> int: method deinit (line 481) | def deinit(self) -> Incomplete: method write (line 487) | def write(self, buf) -> int: method __init__ (line 496) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 498) | class DAC: method write (line 499) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 500) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 502) | class I2C: method readfrom_mem_into (line 520) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 532) | def readfrom_into( method readfrom_mem (line 547) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 556) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 567) | def scan(self) -> List: method writeto (line 575) | def writeto( method writevto (line 590) | def writevto( method start (line 611) | def start(self) -> None: method readfrom (line 617) | def readfrom( method readinto (line 630) | def readinto( method init (line 644) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 658) | def stop(self) -> None: method write (line 664) | def write(self, buf) -> int: method __init__ (line 672) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 674) | class Timer: method deinit (line 685) | def deinit(self) -> None: method init (line 691) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 731) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 732) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 734) | class SoftSPI(SPI): method deinit (line 743) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 744) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 745) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 746) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 747) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 748) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 749) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 751) | class Pin: method irq (line 828) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 873) | def on(self) -> None: method off (line 879) | def off(self) -> None: method value (line 885) | def value(self, x: Optional[Any] = None) -> int: method init (line 919) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 929) | class board: method __init__ (line 930) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 932) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 933) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 941) | class TouchPad: method config (line 942) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 943) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 944) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 946) | class UART: method deinit (line 957) | def deinit(self) -> None: method sendbreak (line 967) | def sendbreak(self) -> None: method init (line 974) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1028) | def flush(self) -> Incomplete: method txdone (line 1043) | def txdone(self) -> bool: method read (line 1058) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1069) | def any(self) -> int: method write (line 1084) | def write(self, buf) -> Union[int, None]: method readinto (line 1092) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1103) | def readline(self) -> Union[str, None]: method __init__ (line 1112) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1114) | class SDCard: method ioctl (line 1145) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1146) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1147) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1148) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1149) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1150) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1152) | class RTC: method init (line 1157) | def init(self, datetime) -> None: method memory (line 1165) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1166) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1182) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1184) | class SoftI2C(I2C): method readfrom_mem_into (line 1197) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1198) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1199) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1200) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1201) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1202) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1203) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1204) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1205) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1206) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1207) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1208) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1209) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1210) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1212) | class SPI: method deinit (line 1226) | def deinit(self) -> None: method init (line 1232) | def init( method write_readinto (line 1258) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1269) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1277) | def write(self, buf) -> int: method readinto (line 1286) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1296) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1298) | class Signal(Pin): method off (line 1319) | def off(self) -> None: method on (line 1325) | def on(self) -> None: method value (line 1331) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/mip/__init__.pyi function _install_json (line 12) | def _install_json(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 14) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function install (line 16) | def install(*args, **kwargs) -> Incomplete: ... function const (line 17) | def const(*args, **kwargs) -> Incomplete: ... function _ensure_path_exists (line 18) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _check_exists (line 19) | def _check_exists(*args, **kwargs) -> Incomplete: ... function _chunk (line 20) | def _chunk(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/network.pyi function phy_mode (line 88) | def phy_mode(*args, **kwargs) -> Incomplete: ... function country (line 89) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 90) | def hostname(*args, **kwargs) -> Incomplete: ... class LAN (line 92) | class LAN: method __init__ (line 115) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 116) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 124) | def isconnected(self) -> bool: method status (line 131) | def status(self) -> Incomplete: method ifconfig (line 137) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 149) | def config(self, config_parameters) -> Incomplete: function PPP (line 169) | def PPP(*args, **kwargs) -> Incomplete: ... class WLAN (line 171) | class WLAN: method status (line 183) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 202) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 213) | def isconnected(self) -> bool: method scan (line 221) | def scan(self) -> List[Tuple]: method disconnect (line 250) | def disconnect(self) -> None: method active (line 256) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 264) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 299) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 308) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/onewire.pyi class OneWire (line 10) | class OneWire: method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method select_rom (line 15) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 16) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 17) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 18) | def readinto(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 19) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 20) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method readbit (line 21) | def readbit(self, *args, **kwargs) -> Incomplete: ... method writebit (line 22) | def writebit(self, *args, **kwargs) -> Incomplete: ... method reset (line 23) | def reset(self, *args, **kwargs) -> Incomplete: ... method scan (line 24) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class OneWireError (line 27) | class OneWireError(Exception): ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/requests/__init__.pyi function request (line 10) | def request(*args, **kwargs) -> Incomplete: ... function head (line 11) | def head(*args, **kwargs) -> Incomplete: ... function post (line 12) | def post(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 14) | def delete(*args, **kwargs) -> Incomplete: ... function put (line 15) | def put(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/socket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/ssl.pyi function wrap_socket (line 29) | def wrap_socket( class SSLContext (line 51) | class SSLContext: method wrap_socket (line 57) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 82) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/uasyncio/__init__.pyi function wait_for_ms (line 48) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function create_task (line 56) | def create_task(coro) -> Task: function ticks_diff (line 64) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks (line 65) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 66) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 67) | def new_event_loop() -> Incomplete: function current_task (line 76) | def current_task() -> Task: function get_event_loop (line 82) | def get_event_loop() -> Incomplete: function ticks_add (line 88) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 97) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 105) | def run(coro) -> Incomplete: class Loop (line 113) | class Loop: method call_exception_handler (line 119) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 126) | def run_forever(self) -> Incomplete: method set_exception_handler (line 132) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 139) | def get_exception_handler(self) -> None: method default_exception_handler (line 146) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 152) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 159) | def close(self) -> None: method create_task (line 165) | def create_task(self, coro) -> Task: method stop (line 171) | def stop(self) -> None: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 179) | class IOQueue: method _dequeue (line 180) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 181) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 182) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 183) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 184) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 185) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 186) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 188) | class SingletonGenerator: method __init__ (line 189) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 191) | class Event: method set (line 197) | def set(self) -> None: method is_set (line 206) | def is_set(self) -> bool: method clear (line 212) | def clear(self) -> None: method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 220) | class CancelledError(Exception): ... class Task (line 222) | class Task: method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 233) | class TaskQueue: method push (line 234) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 235) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 236) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 237) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 240) | class ThreadSafeFlag: method set (line 248) | def set(self) -> None: method ioctl (line 255) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 256) | def clear(self) -> None: method __init__ (line 263) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 268) | class Lock: method locked (line 276) | def locked(self) -> bool: method release (line 282) | def release(self) -> Incomplete: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 292) | class TimeoutError(Exception): ... class StreamWriter (line 296) | class StreamWriter: method get_extra_info (line 297) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 298) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 299) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 310) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 312) | class StreamReader: method get_extra_info (line 313) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 314) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 315) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/uasyncio/core.pyi function ticks_add (line 13) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 14) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 15) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 17) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 23) | def current_task(*args, **kwargs) -> Incomplete: ... function run (line 24) | def run(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/uasyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/umachine.pyi function wake_reason (line 37) | def wake_reason() -> Incomplete: function disable_irq (line 45) | def disable_irq() -> Incomplete: function dht_readinto (line 54) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 55) | def bitstream( function bootloader (line 84) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 94) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 119) | def soft_reset() -> NoReturn: function sleep (line 127) | def sleep() -> Incomplete: function enable_irq (line 133) | def enable_irq(state) -> Incomplete: function time_pulse_us (line 141) | def time_pulse_us( function unique_id (line 163) | def unique_id() -> bytes: function idle (line 172) | def idle() -> Incomplete: function freq (line 181) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 189) | def reset_cause() -> int: function lightsleep (line 195) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 220) | def reset() -> NoReturn: class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 260) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 267) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 278) | def deinit(self) -> None: method duty_ns (line 284) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 294) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 295) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 297) | class WDT: method feed (line 306) | def feed(self) -> None: method __init__ (line 314) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 319) | class ADCBlock: method init (line 329) | def init(self, *, bits) -> None: method connect (line 336) | def connect(self, channel, source) -> Incomplete: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 356) | class ADC: method read_u16 (line 380) | def read_u16(self) -> int: method init (line 388) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 396) | def read_uv(self) -> int: method width (line 404) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 405) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 406) | def block(self) -> Incomplete: method atten (line 416) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 417) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 419) | class I2S: method shift (line 450) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 458) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 464) | def irq(self, handler) -> Incomplete: method readinto (line 472) | def readinto(self, buf) -> int: method deinit (line 481) | def deinit(self) -> Incomplete: method write (line 487) | def write(self, buf) -> int: method __init__ (line 496) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 498) | class DAC: method write (line 499) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 500) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 502) | class I2C: method readfrom_mem_into (line 520) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 532) | def readfrom_into( method readfrom_mem (line 547) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 556) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 567) | def scan(self) -> List: method writeto (line 575) | def writeto( method writevto (line 590) | def writevto( method start (line 611) | def start(self) -> None: method readfrom (line 617) | def readfrom( method readinto (line 630) | def readinto( method init (line 644) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 658) | def stop(self) -> None: method write (line 664) | def write(self, buf) -> int: method __init__ (line 672) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 674) | class Timer: method deinit (line 685) | def deinit(self) -> None: method init (line 691) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 731) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 732) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 734) | class SoftSPI(SPI): method deinit (line 743) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 744) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 745) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 746) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 747) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 748) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 749) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 751) | class Pin: method irq (line 828) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 873) | def on(self) -> None: method off (line 879) | def off(self) -> None: method value (line 885) | def value(self, x: Optional[Any] = None) -> int: method init (line 919) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 929) | class board: method __init__ (line 930) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 932) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 933) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 941) | class TouchPad: method config (line 942) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 943) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 944) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 946) | class UART: method deinit (line 957) | def deinit(self) -> None: method sendbreak (line 967) | def sendbreak(self) -> None: method init (line 974) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1028) | def flush(self) -> Incomplete: method txdone (line 1043) | def txdone(self) -> bool: method read (line 1058) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1069) | def any(self) -> int: method write (line 1084) | def write(self, buf) -> Union[int, None]: method readinto (line 1092) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1103) | def readline(self) -> Union[str, None]: method __init__ (line 1112) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1114) | class SDCard: method ioctl (line 1145) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1146) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1147) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1148) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1149) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1150) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1152) | class RTC: method init (line 1157) | def init(self, datetime) -> None: method memory (line 1165) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1166) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1182) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1184) | class SoftI2C(I2C): method readfrom_mem_into (line 1197) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1198) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1199) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1200) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1201) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1202) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1203) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1204) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1205) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1206) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1207) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1208) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1209) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1210) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1212) | class SPI: method deinit (line 1226) | def deinit(self) -> None: method init (line 1232) | def init( method write_readinto (line 1258) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1269) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1277) | def write(self, buf) -> int: method readinto (line 1286) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1296) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1298) | class Signal(Pin): method off (line 1319) | def off(self) -> None: method on (line 1325) | def on(self) -> None: method value (line 1331) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method _send_str (line 13) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 14) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method ping (line 16) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 17) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 19) | def delay(self, *args, **kwargs) -> Incomplete: ... method log (line 20) | def log(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method publish (line 23) | def publish(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 24) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 26) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 16) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 17) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method ping (line 19) | def ping(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 20) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method publish (line 24) | def publish(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 25) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/urequests.pyi function request (line 10) | def request(*args, **kwargs) -> Incomplete: ... function head (line 11) | def head(*args, **kwargs) -> Incomplete: ... function post (line 12) | def post(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 14) | def delete(*args, **kwargs) -> Incomplete: ... function put (line 15) | def put(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/usocket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/ussl.pyi function wrap_socket (line 29) | def wrap_socket( class SSLContext (line 51) | class SSLContext: method wrap_socket (line 57) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 82) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/_espnow.pyi class ESPNowBase (line 23) | class ESPNowBase: method irq (line 24) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 25) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 27) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 28) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 29) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 30) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 31) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 32) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 33) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 34) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 35) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 36) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 37) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/aioespnow.pyi class AIOESPNow (line 11) | class AIOESPNow: method recv (line 14) | def recv(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 15) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 16) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 17) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method irecv (line 18) | def irecv(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 19) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method stats (line 20) | def stats(self, *args, **kwargs) -> Incomplete: ... method send (line 21) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 22) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 23) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 24) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 25) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 27) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 28) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method irq (line 33) | def irq(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/apa106.pyi class APA106 (line 10) | class APA106: method write (line 12) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 13) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class NeoPixel (line 16) | class NeoPixel: method write (line 18) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 19) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/asyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function run_until_complete (line 56) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 57) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function ticks (line 65) | def ticks(*args, **kwargs) -> Incomplete: ... function run (line 66) | def run(coro) -> Incomplete: function new_event_loop (line 74) | def new_event_loop() -> Incomplete: function current_task (line 83) | def current_task() -> Task: function get_event_loop (line 89) | def get_event_loop() -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class Loop (line 116) | class Loop: method call_exception_handler (line 122) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 129) | def run_forever(self) -> Incomplete: method set_exception_handler (line 135) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 142) | def get_exception_handler(self) -> None: method default_exception_handler (line 149) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 155) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 162) | def close(self) -> None: method create_task (line 168) | def create_task(self, coro) -> Task: method stop (line 174) | def stop(self) -> None: method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 182) | class IOQueue: method _dequeue (line 183) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 184) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 185) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 186) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 187) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 188) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 189) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 191) | class Lock: method locked (line 199) | def locked(self) -> bool: method release (line 205) | def release(self) -> Incomplete: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 215) | class CancelledError(Exception): ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 228) | class TaskQueue: method push (line 229) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 230) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 231) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 232) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 237) | class ThreadSafeFlag: method set (line 245) | def set(self) -> None: method ioctl (line 252) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 253) | def clear(self) -> None: method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 262) | class Event: method set (line 268) | def set(self) -> None: method is_set (line 277) | def is_set(self) -> bool: method clear (line 283) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class StreamWriter (line 298) | class StreamWriter: method get_extra_info (line 299) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 300) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 301) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 312) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 314) | class StreamReader: method get_extra_info (line 315) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 316) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 317) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/asyncio/core.pyi function ticks_diff (line 13) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 14) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks_add (line 15) | def ticks_add(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks (line 22) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 23) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 24) | def current_task(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/asyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHT22 (line 12) | class DHT22: method humidity (line 13) | def humidity(self, *args, **kwargs) -> Incomplete: ... method temperature (line 14) | def temperature(self, *args, **kwargs) -> Incomplete: ... method measure (line 15) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 18) | class DHT11: method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method temperature (line 20) | def temperature(self, *args, **kwargs) -> Incomplete: ... method measure (line 21) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... class DHTBase (line 24) | class DHTBase: method measure (line 25) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 14) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 15) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/esp.pyi function osdebug (line 27) | def osdebug(level) -> None: function flash_write (line 44) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 45) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 46) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 47) | def flash_user_start() -> Incomplete: function flash_erase (line 53) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 54) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 55) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/esp32.pyi function idf_heap_info (line 24) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_touch (line 62) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 69) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 77) | def wake_on_ext1(pins, level) -> None: function wake_on_ulp (line 85) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 92) | def gpio_deep_sleep_hold(enable) -> None: class NVS (line 99) | class NVS: method get_i32 (line 105) | def get_i32(self, key) -> int: method set_i32 (line 112) | def set_i32(self, key, value) -> None: method set_blob (line 118) | def set_blob(self, key, value) -> None: method commit (line 127) | def commit(self) -> Incomplete: method get_blob (line 133) | def get_blob(self, key, buffer) -> int: method erase_key (line 141) | def erase_key(self, key) -> Incomplete: method __init__ (line 147) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 149) | class RMT: method source_freq (line 166) | def source_freq(self) -> Incomplete: method loop (line 173) | def loop(self, enable_loop) -> None: method wait_done (line 182) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 191) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 222) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 236) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 237) | def clock_div(self) -> Incomplete: method __init__ (line 244) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 246) | class Partition: method readblocks (line 257) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 258) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 266) | def set_boot(self) -> None: method writeblocks (line 277) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 278) | def info(self) -> Tuple: method find (line 285) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 296) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 306) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 319) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/espnow.pyi class ESPNow (line 23) | class ESPNow(ESPNowBase, Iterator): method send (line 35) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method recvinto (line 82) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method recv (line 117) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method peer_count (line 157) | def peer_count(self) -> int: method set_pmk (line 168) | def set_pmk(self, pmk) -> None: method any (line 195) | def any(self) -> Incomplete: method irecv (line 215) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method stats (line 246) | def stats(self) -> Incomplete: method mod_peer (line 263) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method config (line 272) | def config(self, param) -> str: method add_peer (line 316) | def add_peer( method active (line 373) | def active(self, flag: Optional[Any] = None) -> Incomplete: method get_peers (line 403) | def get_peers(self) -> Tuple: method del_peer (line 410) | def del_peer(self, mac) -> Incomplete: method get_peer (line 427) | def get_peer(self, mac) -> Incomplete: method irq (line 445) | def irq(self, callback) -> Incomplete: method __init__ (line 477) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 479) | class ESPNowBase: method irq (line 480) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 481) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 482) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 483) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 484) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 485) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 486) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 487) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 488) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 489) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 490) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 491) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 492) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 493) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 494) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/flashbdev.pyi class Partition (line 12) | class Partition: method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 18) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method set_boot (line 19) | def set_boot(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 20) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method find (line 22) | def find(self, *args, **kwargs) -> Incomplete: ... method get_next_update (line 23) | def get_next_update(self, *args, **kwargs) -> Incomplete: ... method mark_app_valid_cancel_rollback (line 25) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/inisetup.pyi function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 11) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/machine.pyi function enable_irq (line 37) | def enable_irq(state) -> Incomplete: function bootloader (line 45) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function sleep (line 90) | def sleep() -> Incomplete: function soft_reset (line 96) | def soft_reset() -> NoReturn: function time_pulse_us (line 104) | def time_pulse_us( function unique_id (line 126) | def unique_id() -> bytes: function freq (line 135) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 143) | def reset_cause() -> int: function idle (line 149) | def idle() -> Incomplete: function lightsleep (line 158) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 183) | def reset() -> NoReturn: function wake_reason (line 190) | def wake_reason() -> Incomplete: function bitstream (line 198) | def bitstream( class WDT (line 227) | class WDT: method feed (line 236) | def feed(self) -> None: method __init__ (line 244) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 246) | class Pin: method irq (line 323) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 368) | def on(self) -> None: method off (line 374) | def off(self) -> None: method value (line 380) | def value(self, x: Optional[Any] = None) -> int: method init (line 414) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 424) | class board: method __init__ (line 425) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 427) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 428) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class RTC (line 436) | class RTC: method init (line 441) | def init(self, datetime) -> None: method memory (line 449) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 450) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 466) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 470) | class PWM: method duty_u16 (line 489) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 501) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 508) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 519) | def deinit(self) -> None: method duty_ns (line 525) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 535) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 536) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 538) | class ADC: method read_u16 (line 559) | def read_u16(self) -> int: method init (line 567) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 575) | def read_uv(self) -> int: method width (line 583) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 584) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 585) | def block(self) -> Incomplete: method atten (line 595) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 596) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 598) | class ADCBlock: method init (line 608) | def init(self, *, bits) -> None: method connect (line 615) | def connect(self, channel, source) -> Incomplete: method __init__ (line 633) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 635) | class I2C: method readfrom_mem_into (line 653) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 665) | def readfrom_into( method readfrom_mem (line 680) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 689) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 700) | def scan(self) -> List: method writeto (line 708) | def writeto( method writevto (line 723) | def writevto( method start (line 744) | def start(self) -> None: method readfrom (line 750) | def readfrom( method readinto (line 763) | def readinto( method init (line 777) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 791) | def stop(self) -> None: method write (line 797) | def write(self, buf) -> int: method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 809) | class SoftSPI(SPI): method deinit (line 818) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 819) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 820) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 821) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 822) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 823) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 824) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 826) | class Timer: method deinit (line 837) | def deinit(self) -> None: method init (line 843) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 883) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 884) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 886) | class UART: method deinit (line 897) | def deinit(self) -> None: method sendbreak (line 907) | def sendbreak(self) -> None: method init (line 914) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 968) | def flush(self) -> Incomplete: method txdone (line 983) | def txdone(self) -> bool: method read (line 998) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1009) | def any(self) -> int: method write (line 1024) | def write(self, buf) -> Union[int, None]: method readinto (line 1032) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1043) | def readline(self) -> Union[str, None]: method __init__ (line 1052) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1054) | class SoftI2C(I2C): method readfrom_mem_into (line 1067) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1068) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1069) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1070) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1071) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1072) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1073) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1074) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1075) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1076) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1077) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1078) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1079) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1080) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1084) | class SPI: method deinit (line 1098) | def deinit(self) -> None: method init (line 1104) | def init( method write_readinto (line 1130) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1141) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1149) | def write(self, buf) -> int: method readinto (line 1158) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1168) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1170) | class Signal(Pin): method off (line 1191) | def off(self) -> None: method on (line 1197) | def on(self) -> None: method value (line 1203) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1223) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/mip/__init__.pyi function _install_json (line 12) | def _install_json(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 14) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function install (line 16) | def install(*args, **kwargs) -> Incomplete: ... function const (line 17) | def const(*args, **kwargs) -> Incomplete: ... function _ensure_path_exists (line 18) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _check_exists (line 19) | def _check_exists(*args, **kwargs) -> Incomplete: ... function _chunk (line 20) | def _chunk(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/network.pyi function country (line 75) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 76) | def hostname(*args, **kwargs) -> Incomplete: ... function phy_mode (line 77) | def phy_mode(*args, **kwargs) -> Incomplete: ... function PPP (line 78) | def PPP(*args, **kwargs) -> Incomplete: ... class WLAN (line 80) | class WLAN: method status (line 92) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 111) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 122) | def isconnected(self) -> bool: method scan (line 130) | def scan(self) -> List[Tuple]: method disconnect (line 159) | def disconnect(self) -> None: method active (line 165) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 173) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 208) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/onewire.pyi class OneWire (line 10) | class OneWire: method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method select_rom (line 15) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 16) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 17) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 18) | def readinto(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 19) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 20) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method readbit (line 21) | def readbit(self, *args, **kwargs) -> Incomplete: ... method writebit (line 22) | def writebit(self, *args, **kwargs) -> Incomplete: ... method reset (line 23) | def reset(self, *args, **kwargs) -> Incomplete: ... method scan (line 24) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class OneWireError (line 27) | class OneWireError(Exception): ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/requests/__init__.pyi function request (line 10) | def request(*args, **kwargs) -> Incomplete: ... function head (line 11) | def head(*args, **kwargs) -> Incomplete: ... function post (line 12) | def post(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 14) | def delete(*args, **kwargs) -> Incomplete: ... function put (line 15) | def put(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/socket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/ssl.pyi function wrap_socket (line 29) | def wrap_socket( class SSLContext (line 51) | class SSLContext: method wrap_socket (line 57) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 82) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/uasyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function run_until_complete (line 56) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 57) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function ticks (line 65) | def ticks(*args, **kwargs) -> Incomplete: ... function run (line 66) | def run(coro) -> Incomplete: function new_event_loop (line 74) | def new_event_loop() -> Incomplete: function current_task (line 83) | def current_task() -> Task: function get_event_loop (line 89) | def get_event_loop() -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class Loop (line 116) | class Loop: method call_exception_handler (line 122) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 129) | def run_forever(self) -> Incomplete: method set_exception_handler (line 135) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 142) | def get_exception_handler(self) -> None: method default_exception_handler (line 149) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 155) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 162) | def close(self) -> None: method create_task (line 168) | def create_task(self, coro) -> Task: method stop (line 174) | def stop(self) -> None: method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 182) | class IOQueue: method _dequeue (line 183) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 184) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 185) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 186) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 187) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 188) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 189) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 191) | class Lock: method locked (line 199) | def locked(self) -> bool: method release (line 205) | def release(self) -> Incomplete: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 215) | class CancelledError(Exception): ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 228) | class TaskQueue: method push (line 229) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 230) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 231) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 232) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 237) | class ThreadSafeFlag: method set (line 245) | def set(self) -> None: method ioctl (line 252) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 253) | def clear(self) -> None: method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 262) | class Event: method set (line 268) | def set(self) -> None: method is_set (line 277) | def is_set(self) -> bool: method clear (line 283) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class StreamWriter (line 298) | class StreamWriter: method get_extra_info (line 299) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 300) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 301) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 312) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 314) | class StreamReader: method get_extra_info (line 315) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 316) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 317) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/uasyncio/core.pyi function ticks_diff (line 13) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 14) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks_add (line 15) | def ticks_add(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks (line 22) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 23) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 24) | def current_task(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/uasyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/umachine.pyi function enable_irq (line 37) | def enable_irq(state) -> Incomplete: function bootloader (line 45) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function sleep (line 90) | def sleep() -> Incomplete: function soft_reset (line 96) | def soft_reset() -> NoReturn: function time_pulse_us (line 104) | def time_pulse_us( function unique_id (line 126) | def unique_id() -> bytes: function freq (line 135) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 143) | def reset_cause() -> int: function idle (line 149) | def idle() -> Incomplete: function lightsleep (line 158) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 183) | def reset() -> NoReturn: function wake_reason (line 190) | def wake_reason() -> Incomplete: function bitstream (line 198) | def bitstream( class WDT (line 227) | class WDT: method feed (line 236) | def feed(self) -> None: method __init__ (line 244) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 246) | class Pin: method irq (line 323) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 368) | def on(self) -> None: method off (line 374) | def off(self) -> None: method value (line 380) | def value(self, x: Optional[Any] = None) -> int: method init (line 414) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 424) | class board: method __init__ (line 425) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 427) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 428) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class RTC (line 436) | class RTC: method init (line 441) | def init(self, datetime) -> None: method memory (line 449) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 450) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 466) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 470) | class PWM: method duty_u16 (line 489) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 501) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 508) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 519) | def deinit(self) -> None: method duty_ns (line 525) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 535) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 536) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 538) | class ADC: method read_u16 (line 559) | def read_u16(self) -> int: method init (line 567) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 575) | def read_uv(self) -> int: method width (line 583) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 584) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 585) | def block(self) -> Incomplete: method atten (line 595) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 596) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 598) | class ADCBlock: method init (line 608) | def init(self, *, bits) -> None: method connect (line 615) | def connect(self, channel, source) -> Incomplete: method __init__ (line 633) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 635) | class I2C: method readfrom_mem_into (line 653) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 665) | def readfrom_into( method readfrom_mem (line 680) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 689) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 700) | def scan(self) -> List: method writeto (line 708) | def writeto( method writevto (line 723) | def writevto( method start (line 744) | def start(self) -> None: method readfrom (line 750) | def readfrom( method readinto (line 763) | def readinto( method init (line 777) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 791) | def stop(self) -> None: method write (line 797) | def write(self, buf) -> int: method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 809) | class SoftSPI(SPI): method deinit (line 818) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 819) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 820) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 821) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 822) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 823) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 824) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 826) | class Timer: method deinit (line 837) | def deinit(self) -> None: method init (line 843) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 883) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 884) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 886) | class UART: method deinit (line 897) | def deinit(self) -> None: method sendbreak (line 907) | def sendbreak(self) -> None: method init (line 914) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 968) | def flush(self) -> Incomplete: method txdone (line 983) | def txdone(self) -> bool: method read (line 998) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1009) | def any(self) -> int: method write (line 1024) | def write(self, buf) -> Union[int, None]: method readinto (line 1032) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1043) | def readline(self) -> Union[str, None]: method __init__ (line 1052) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1054) | class SoftI2C(I2C): method readfrom_mem_into (line 1067) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1068) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1069) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1070) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1071) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1072) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1073) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1074) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1075) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1076) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1077) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1078) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1079) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1080) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1084) | class SPI: method deinit (line 1098) | def deinit(self) -> None: method init (line 1104) | def init( method write_readinto (line 1130) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1141) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1149) | def write(self, buf) -> int: method readinto (line 1158) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1168) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1170) | class Signal(Pin): method off (line 1191) | def off(self) -> None: method on (line 1197) | def on(self) -> None: method value (line 1203) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1223) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method _send_str (line 13) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 14) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method ping (line 16) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 17) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 19) | def delay(self, *args, **kwargs) -> Incomplete: ... method log (line 20) | def log(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method publish (line 23) | def publish(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 24) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 26) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 16) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 17) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method ping (line 19) | def ping(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 20) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method publish (line 24) | def publish(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 25) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/urequests.pyi function request (line 10) | def request(*args, **kwargs) -> Incomplete: ... function head (line 11) | def head(*args, **kwargs) -> Incomplete: ... function post (line 12) | def post(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 14) | def delete(*args, **kwargs) -> Incomplete: ... function put (line 15) | def put(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/usocket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/ussl.pyi function wrap_socket (line 29) | def wrap_socket( class SSLContext (line 51) | class SSLContext: method wrap_socket (line 57) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 82) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_c3-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/_espnow.pyi class ESPNowBase (line 22) | class ESPNowBase: method irq (line 23) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 24) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 25) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 26) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 27) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 28) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 29) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 30) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 31) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 32) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 33) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 34) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 35) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 36) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/aioespnow.pyi class AIOESPNow (line 11) | class AIOESPNow: method recv (line 14) | def recv(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 15) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 16) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 17) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method irecv (line 18) | def irecv(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 19) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method stats (line 20) | def stats(self, *args, **kwargs) -> Incomplete: ... method send (line 21) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 22) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 23) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 24) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 25) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 27) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 28) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method irq (line 33) | def irq(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/apa106.pyi class APA106 (line 10) | class APA106: method write (line 12) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 13) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class NeoPixel (line 16) | class NeoPixel: method write (line 18) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 19) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/asyncio/__init__.pyi function wait_for_ms (line 48) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function create_task (line 56) | def create_task(coro) -> Task: function ticks_diff (line 64) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks (line 65) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 66) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 67) | def new_event_loop() -> Incomplete: function current_task (line 76) | def current_task() -> Task: function get_event_loop (line 82) | def get_event_loop() -> Incomplete: function ticks_add (line 88) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 97) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 105) | def run(coro) -> Incomplete: class Loop (line 113) | class Loop: method call_exception_handler (line 119) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 126) | def run_forever(self) -> Incomplete: method set_exception_handler (line 132) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 139) | def get_exception_handler(self) -> None: method default_exception_handler (line 146) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 152) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 159) | def close(self) -> None: method create_task (line 165) | def create_task(self, coro) -> Task: method stop (line 171) | def stop(self) -> None: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 179) | class IOQueue: method _dequeue (line 180) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 181) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 182) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 183) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 184) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 185) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 186) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 188) | class SingletonGenerator: method __init__ (line 189) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 191) | class Event: method set (line 197) | def set(self) -> None: method is_set (line 206) | def is_set(self) -> bool: method clear (line 212) | def clear(self) -> None: method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 220) | class CancelledError(Exception): ... class Task (line 222) | class Task: method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 233) | class TaskQueue: method push (line 234) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 235) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 236) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 237) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 240) | class ThreadSafeFlag: method set (line 248) | def set(self) -> None: method ioctl (line 255) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 256) | def clear(self) -> None: method __init__ (line 263) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 268) | class Lock: method locked (line 276) | def locked(self) -> bool: method release (line 282) | def release(self) -> Incomplete: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 292) | class TimeoutError(Exception): ... class StreamWriter (line 296) | class StreamWriter: method get_extra_info (line 297) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 298) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 299) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 310) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 312) | class StreamReader: method get_extra_info (line 313) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 314) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 315) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/asyncio/core.pyi function ticks_add (line 13) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 14) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 15) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 17) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 23) | def current_task(*args, **kwargs) -> Incomplete: ... function run (line 24) | def run(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/asyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHT22 (line 12) | class DHT22: method humidity (line 13) | def humidity(self, *args, **kwargs) -> Incomplete: ... method temperature (line 14) | def temperature(self, *args, **kwargs) -> Incomplete: ... method measure (line 15) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 18) | class DHT11: method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method temperature (line 20) | def temperature(self, *args, **kwargs) -> Incomplete: ... method measure (line 21) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... class DHTBase (line 24) | class DHTBase: method measure (line 25) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 14) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 15) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/esp.pyi function osdebug (line 27) | def osdebug(level) -> None: function flash_write (line 44) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 45) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 46) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 47) | def flash_user_start() -> Incomplete: function flash_erase (line 53) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 54) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 55) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/esp32.pyi function idf_heap_info (line 24) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_ulp (line 62) | def wake_on_ulp(wake) -> None: function wake_on_touch (line 69) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 76) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 84) | def wake_on_ext1(pins, level) -> None: function gpio_deep_sleep_hold (line 92) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 99) | class ULP: method run (line 105) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 111) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 117) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 125) | class NVS: method get_i32 (line 131) | def get_i32(self, key) -> int: method set_i32 (line 138) | def set_i32(self, key, value) -> None: method set_blob (line 144) | def set_blob(self, key, value) -> None: method commit (line 153) | def commit(self) -> Incomplete: method get_blob (line 159) | def get_blob(self, key, buffer) -> int: method erase_key (line 167) | def erase_key(self, key) -> Incomplete: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 175) | class Partition: method readblocks (line 186) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 187) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 195) | def set_boot(self) -> None: method writeblocks (line 206) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 207) | def info(self) -> Tuple: method find (line 214) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 225) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 235) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 248) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 250) | class RMT: method source_freq (line 267) | def source_freq(self) -> Incomplete: method loop (line 274) | def loop(self, enable_loop) -> None: method wait_done (line 283) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 292) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 323) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 337) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 338) | def clock_div(self) -> Incomplete: method __init__ (line 345) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/espnow.pyi class ESPNow (line 22) | class ESPNow(ESPNowBase, Iterator): method send (line 34) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method recvinto (line 81) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method recv (line 116) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method peer_count (line 156) | def peer_count(self) -> int: method set_pmk (line 167) | def set_pmk(self, pmk) -> None: method any (line 194) | def any(self) -> Incomplete: method irecv (line 214) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method stats (line 245) | def stats(self) -> Incomplete: method mod_peer (line 262) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method config (line 271) | def config(self, param) -> str: method add_peer (line 315) | def add_peer( method active (line 372) | def active(self, flag: Optional[Any] = None) -> Incomplete: method get_peers (line 402) | def get_peers(self) -> Tuple: method del_peer (line 409) | def del_peer(self, mac) -> Incomplete: method get_peer (line 426) | def get_peer(self, mac) -> Incomplete: method irq (line 444) | def irq(self, callback) -> Incomplete: method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 478) | class ESPNowBase: method irq (line 479) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 480) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 481) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 482) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 483) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 484) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 485) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 486) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 487) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 488) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 489) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 490) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 491) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 492) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 493) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/flashbdev.pyi class Partition (line 12) | class Partition: method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 18) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method set_boot (line 19) | def set_boot(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 20) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method find (line 22) | def find(self, *args, **kwargs) -> Incomplete: ... method get_next_update (line 23) | def get_next_update(self, *args, **kwargs) -> Incomplete: ... method mark_app_valid_cancel_rollback (line 25) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/inisetup.pyi function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 11) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/machine.pyi function soft_reset (line 37) | def soft_reset() -> NoReturn: function dht_readinto (line 45) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 46) | def bitstream( function unique_id (line 75) | def unique_id() -> bytes: function time_pulse_us (line 84) | def time_pulse_us( function bootloader (line 106) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 116) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 141) | def disable_irq() -> Incomplete: function reset (line 150) | def reset() -> NoReturn: function reset_cause (line 157) | def reset_cause() -> int: function sleep (line 163) | def sleep() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function enable_irq (line 194) | def enable_irq(state) -> Incomplete: function freq (line 202) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 210) | def idle() -> Incomplete: function wake_reason (line 219) | def wake_reason() -> Incomplete: class PWM (line 227) | class PWM: method duty_u16 (line 246) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 258) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 265) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 276) | def deinit(self) -> None: method duty_ns (line 282) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 292) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 295) | class Pin: method irq (line 372) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 417) | def on(self) -> None: method off (line 423) | def off(self) -> None: method value (line 429) | def value(self, x: Optional[Any] = None) -> int: method init (line 463) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 473) | class board: method __init__ (line 474) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 477) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 489) | class I2S: method shift (line 520) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 528) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 534) | def irq(self, handler) -> Incomplete: method readinto (line 542) | def readinto(self, buf) -> int: method deinit (line 551) | def deinit(self) -> Incomplete: method write (line 557) | def write(self, buf) -> int: method __init__ (line 566) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 568) | class ADC: method read_u16 (line 589) | def read_u16(self) -> int: method init (line 597) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 605) | def read_uv(self) -> int: method width (line 613) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 614) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 615) | def block(self) -> Incomplete: method atten (line 625) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 626) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 628) | class ADCBlock: method init (line 638) | def init(self, *, bits) -> None: method connect (line 645) | def connect(self, channel, source) -> Incomplete: method __init__ (line 663) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 665) | class I2C: method readfrom_mem_into (line 683) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 695) | def readfrom_into( method readfrom_mem (line 710) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 719) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 730) | def scan(self) -> List: method writeto (line 738) | def writeto( method writevto (line 753) | def writevto( method start (line 774) | def start(self) -> None: method readfrom (line 780) | def readfrom( method readinto (line 793) | def readinto( method init (line 807) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 821) | def stop(self) -> None: method write (line 827) | def write(self, buf) -> int: method __init__ (line 835) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 837) | class WDT: method feed (line 846) | def feed(self) -> None: method __init__ (line 854) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 856) | class SoftSPI(SPI): method deinit (line 865) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 866) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 867) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 868) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 869) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 870) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 871) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 873) | class Timer: method deinit (line 884) | def deinit(self) -> None: method init (line 890) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 930) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 931) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 933) | class TouchPad: method config (line 934) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 935) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 936) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 938) | class UART: method deinit (line 949) | def deinit(self) -> None: method sendbreak (line 959) | def sendbreak(self) -> None: method init (line 966) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1020) | def flush(self) -> Incomplete: method txdone (line 1035) | def txdone(self) -> bool: method read (line 1050) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1061) | def any(self) -> int: method write (line 1076) | def write(self, buf) -> Union[int, None]: method readinto (line 1084) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1095) | def readline(self) -> Union[str, None]: method __init__ (line 1104) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1106) | class RTC: method init (line 1111) | def init(self, datetime) -> None: method memory (line 1119) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1120) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1136) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1138) | class SoftI2C(I2C): method readfrom_mem_into (line 1151) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1152) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1153) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1154) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1155) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1156) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1157) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1158) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1159) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1160) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1161) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1162) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1163) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1164) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1166) | class SDCard: method ioctl (line 1197) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1198) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1199) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1200) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1201) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1202) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1204) | class SPI: method deinit (line 1218) | def deinit(self) -> None: method init (line 1224) | def init( method write_readinto (line 1250) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1261) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1269) | def write(self, buf) -> int: method readinto (line 1278) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1288) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1290) | class Signal(Pin): method off (line 1311) | def off(self) -> None: method on (line 1317) | def on(self) -> None: method value (line 1323) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1343) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/mip/__init__.pyi function _install_json (line 12) | def _install_json(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 14) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function install (line 16) | def install(*args, **kwargs) -> Incomplete: ... function const (line 17) | def const(*args, **kwargs) -> Incomplete: ... function _ensure_path_exists (line 18) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _check_exists (line 19) | def _check_exists(*args, **kwargs) -> Incomplete: ... function _chunk (line 20) | def _chunk(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/network.pyi function country (line 75) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 76) | def hostname(*args, **kwargs) -> Incomplete: ... function phy_mode (line 77) | def phy_mode(*args, **kwargs) -> Incomplete: ... function PPP (line 78) | def PPP(*args, **kwargs) -> Incomplete: ... class WLAN (line 80) | class WLAN: method status (line 92) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 111) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 122) | def isconnected(self) -> bool: method scan (line 130) | def scan(self) -> List[Tuple]: method disconnect (line 159) | def disconnect(self) -> None: method active (line 165) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 173) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 208) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/onewire.pyi class OneWire (line 10) | class OneWire: method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method select_rom (line 15) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 16) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 17) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 18) | def readinto(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 19) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 20) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method readbit (line 21) | def readbit(self, *args, **kwargs) -> Incomplete: ... method writebit (line 22) | def writebit(self, *args, **kwargs) -> Incomplete: ... method reset (line 23) | def reset(self, *args, **kwargs) -> Incomplete: ... method scan (line 24) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class OneWireError (line 27) | class OneWireError(Exception): ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/requests/__init__.pyi function request (line 10) | def request(*args, **kwargs) -> Incomplete: ... function head (line 11) | def head(*args, **kwargs) -> Incomplete: ... function post (line 12) | def post(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 14) | def delete(*args, **kwargs) -> Incomplete: ... function put (line 15) | def put(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/socket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/ssl.pyi function wrap_socket (line 29) | def wrap_socket( class SSLContext (line 51) | class SSLContext: method wrap_socket (line 57) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 82) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/uasyncio/__init__.pyi function wait_for_ms (line 48) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function create_task (line 56) | def create_task(coro) -> Task: function ticks_diff (line 64) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks (line 65) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 66) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 67) | def new_event_loop() -> Incomplete: function current_task (line 76) | def current_task() -> Task: function get_event_loop (line 82) | def get_event_loop() -> Incomplete: function ticks_add (line 88) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 97) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 105) | def run(coro) -> Incomplete: class Loop (line 113) | class Loop: method call_exception_handler (line 119) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 126) | def run_forever(self) -> Incomplete: method set_exception_handler (line 132) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 139) | def get_exception_handler(self) -> None: method default_exception_handler (line 146) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 152) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 159) | def close(self) -> None: method create_task (line 165) | def create_task(self, coro) -> Task: method stop (line 171) | def stop(self) -> None: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 179) | class IOQueue: method _dequeue (line 180) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 181) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 182) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 183) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 184) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 185) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 186) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 188) | class SingletonGenerator: method __init__ (line 189) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 191) | class Event: method set (line 197) | def set(self) -> None: method is_set (line 206) | def is_set(self) -> bool: method clear (line 212) | def clear(self) -> None: method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 220) | class CancelledError(Exception): ... class Task (line 222) | class Task: method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 233) | class TaskQueue: method push (line 234) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 235) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 236) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 237) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 240) | class ThreadSafeFlag: method set (line 248) | def set(self) -> None: method ioctl (line 255) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 256) | def clear(self) -> None: method __init__ (line 263) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 268) | class Lock: method locked (line 276) | def locked(self) -> bool: method release (line 282) | def release(self) -> Incomplete: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 292) | class TimeoutError(Exception): ... class StreamWriter (line 296) | class StreamWriter: method get_extra_info (line 297) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 298) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 299) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 310) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 312) | class StreamReader: method get_extra_info (line 313) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 314) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 315) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/uasyncio/core.pyi function ticks_add (line 13) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 14) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 15) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 17) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 23) | def current_task(*args, **kwargs) -> Incomplete: ... function run (line 24) | def run(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/uasyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/umachine.pyi function soft_reset (line 37) | def soft_reset() -> NoReturn: function dht_readinto (line 45) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 46) | def bitstream( function unique_id (line 75) | def unique_id() -> bytes: function time_pulse_us (line 84) | def time_pulse_us( function bootloader (line 106) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 116) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 141) | def disable_irq() -> Incomplete: function reset (line 150) | def reset() -> NoReturn: function reset_cause (line 157) | def reset_cause() -> int: function sleep (line 163) | def sleep() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function enable_irq (line 194) | def enable_irq(state) -> Incomplete: function freq (line 202) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 210) | def idle() -> Incomplete: function wake_reason (line 219) | def wake_reason() -> Incomplete: class PWM (line 227) | class PWM: method duty_u16 (line 246) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 258) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 265) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 276) | def deinit(self) -> None: method duty_ns (line 282) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 292) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 295) | class Pin: method irq (line 372) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 417) | def on(self) -> None: method off (line 423) | def off(self) -> None: method value (line 429) | def value(self, x: Optional[Any] = None) -> int: method init (line 463) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 473) | class board: method __init__ (line 474) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 477) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 489) | class I2S: method shift (line 520) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 528) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 534) | def irq(self, handler) -> Incomplete: method readinto (line 542) | def readinto(self, buf) -> int: method deinit (line 551) | def deinit(self) -> Incomplete: method write (line 557) | def write(self, buf) -> int: method __init__ (line 566) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 568) | class ADC: method read_u16 (line 589) | def read_u16(self) -> int: method init (line 597) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 605) | def read_uv(self) -> int: method width (line 613) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 614) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 615) | def block(self) -> Incomplete: method atten (line 625) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 626) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 628) | class ADCBlock: method init (line 638) | def init(self, *, bits) -> None: method connect (line 645) | def connect(self, channel, source) -> Incomplete: method __init__ (line 663) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 665) | class I2C: method readfrom_mem_into (line 683) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 695) | def readfrom_into( method readfrom_mem (line 710) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 719) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 730) | def scan(self) -> List: method writeto (line 738) | def writeto( method writevto (line 753) | def writevto( method start (line 774) | def start(self) -> None: method readfrom (line 780) | def readfrom( method readinto (line 793) | def readinto( method init (line 807) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 821) | def stop(self) -> None: method write (line 827) | def write(self, buf) -> int: method __init__ (line 835) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 837) | class WDT: method feed (line 846) | def feed(self) -> None: method __init__ (line 854) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 856) | class SoftSPI(SPI): method deinit (line 865) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 866) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 867) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 868) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 869) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 870) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 871) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 873) | class Timer: method deinit (line 884) | def deinit(self) -> None: method init (line 890) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 930) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 931) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 933) | class TouchPad: method config (line 934) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 935) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 936) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 938) | class UART: method deinit (line 949) | def deinit(self) -> None: method sendbreak (line 959) | def sendbreak(self) -> None: method init (line 966) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1020) | def flush(self) -> Incomplete: method txdone (line 1035) | def txdone(self) -> bool: method read (line 1050) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1061) | def any(self) -> int: method write (line 1076) | def write(self, buf) -> Union[int, None]: method readinto (line 1084) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1095) | def readline(self) -> Union[str, None]: method __init__ (line 1104) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1106) | class RTC: method init (line 1111) | def init(self, datetime) -> None: method memory (line 1119) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1120) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1136) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1138) | class SoftI2C(I2C): method readfrom_mem_into (line 1151) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1152) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1153) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1154) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1155) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1156) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1157) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1158) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1159) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1160) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1161) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1162) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1163) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1164) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1166) | class SDCard: method ioctl (line 1197) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1198) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1199) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1200) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1201) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1202) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1204) | class SPI: method deinit (line 1218) | def deinit(self) -> None: method init (line 1224) | def init( method write_readinto (line 1250) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1261) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1269) | def write(self, buf) -> int: method readinto (line 1278) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1288) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1290) | class Signal(Pin): method off (line 1311) | def off(self) -> None: method on (line 1317) | def on(self) -> None: method value (line 1323) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1343) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method _send_str (line 13) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 14) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method ping (line 16) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 17) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 19) | def delay(self, *args, **kwargs) -> Incomplete: ... method log (line 20) | def log(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method publish (line 23) | def publish(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 24) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 26) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 16) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 17) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method ping (line 19) | def ping(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 20) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method publish (line 24) | def publish(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 25) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/urequests.pyi function request (line 10) | def request(*args, **kwargs) -> Incomplete: ... function head (line 11) | def head(*args, **kwargs) -> Incomplete: ... function post (line 12) | def post(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 14) | def delete(*args, **kwargs) -> Incomplete: ... function put (line 15) | def put(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/usocket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/ussl.pyi function wrap_socket (line 29) | def wrap_socket( class SSLContext (line 51) | class SSLContext: method wrap_socket (line 57) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 82) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-esp32_generic_s3-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_21_0-esp32-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/_espnow.pyi class ESPNowBase (line 22) | class ESPNowBase: method irq (line 23) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 24) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 25) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 26) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 27) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 28) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 29) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 30) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 31) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 32) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 33) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 34) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 35) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 36) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend(self, mac, msg: Incomplete | None = ..., sync: Incompl... method __aiter__ (line 9) | def __aiter__(self): ... method __anext__ (line 10) | async def __anext__(self): ... FILE: publish/micropython-v1_21_0-esp32-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_21_0-esp32-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/asyncio/__init__.pyi function __getattr__ (line 42) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-esp32-stubs/asyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_21_0-esp32-stubs/asyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(io.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_21_0-esp32-stubs/asyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_21_0-esp32-stubs/asyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_21_0-esp32-stubs/asyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 31) | def close(self) -> None: ... method wait_closed (line 32) | async def wait_closed(self) -> None: ... method _serve (line 33) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 35) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 36) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_21_0-esp32-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-esp32-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_21_0-esp32-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_21_0-esp32-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-esp32-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_21_0-esp32-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_21_0-esp32-stubs/esp.pyi function osdebug (line 27) | def osdebug(level) -> None: function flash_write (line 44) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 45) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 46) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 47) | def flash_user_start() -> Incomplete: function flash_erase (line 53) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 54) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 55) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-stubs/esp32.pyi function raw_temperature (line 24) | def raw_temperature() -> int: function idf_heap_info (line 30) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_touch (line 68) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 75) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 83) | def wake_on_ext1(pins, level) -> None: function wake_on_ulp (line 91) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 98) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 105) | class ULP: method run (line 111) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 117) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 123) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 131) | class NVS: method get_i32 (line 137) | def get_i32(self, key) -> int: method set_i32 (line 144) | def set_i32(self, key, value) -> None: method set_blob (line 150) | def set_blob(self, key, value) -> None: method commit (line 159) | def commit(self) -> Incomplete: method get_blob (line 165) | def get_blob(self, key, buffer) -> int: method erase_key (line 173) | def erase_key(self, key) -> Incomplete: method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 181) | class Partition: method readblocks (line 192) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 193) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 201) | def set_boot(self) -> None: method writeblocks (line 212) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 213) | def info(self) -> Tuple: method find (line 220) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 231) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 241) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 254) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 256) | class RMT: method source_freq (line 273) | def source_freq(self) -> Incomplete: method loop (line 280) | def loop(self, enable_loop) -> None: method wait_done (line 289) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 298) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 329) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 343) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 344) | def clock_div(self) -> Incomplete: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/espnow.pyi class ESPNow (line 22) | class ESPNow(ESPNowBase, Iterator): method send (line 34) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method recvinto (line 81) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method recv (line 116) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method peer_count (line 156) | def peer_count(self) -> int: method set_pmk (line 167) | def set_pmk(self, pmk) -> None: method any (line 194) | def any(self) -> Incomplete: method irecv (line 214) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method stats (line 245) | def stats(self) -> Incomplete: method mod_peer (line 262) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method config (line 271) | def config(self, param) -> str: method add_peer (line 315) | def add_peer( method active (line 372) | def active(self, flag: Optional[Any] = None) -> Incomplete: method get_peers (line 402) | def get_peers(self) -> Tuple: method del_peer (line 409) | def del_peer(self, mac) -> Incomplete: method get_peer (line 426) | def get_peer(self, mac) -> Incomplete: method irq (line 444) | def irq(self, callback) -> Incomplete: method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 478) | class ESPNowBase: method irq (line 479) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 480) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 481) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 482) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 483) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 484) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 485) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 486) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 487) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 488) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 489) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 490) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 491) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 492) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 493) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_21_0-esp32-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_21_0-esp32-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-stubs/machine.pyi function wake_reason (line 37) | def wake_reason() -> Incomplete: function disable_irq (line 45) | def disable_irq() -> Incomplete: function dht_readinto (line 54) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 55) | def bitstream( function bootloader (line 84) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 94) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 119) | def soft_reset() -> NoReturn: function sleep (line 127) | def sleep() -> Incomplete: function enable_irq (line 133) | def enable_irq(state) -> Incomplete: function time_pulse_us (line 141) | def time_pulse_us( function unique_id (line 163) | def unique_id() -> bytes: function idle (line 172) | def idle() -> Incomplete: function freq (line 181) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 189) | def reset_cause() -> int: function lightsleep (line 195) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 220) | def reset() -> NoReturn: class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 260) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 267) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 278) | def deinit(self) -> None: method duty_ns (line 284) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 294) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 295) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 297) | class WDT: method feed (line 306) | def feed(self) -> None: method __init__ (line 314) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 319) | class ADCBlock: method init (line 329) | def init(self, *, bits) -> None: method connect (line 336) | def connect(self, channel, source) -> Incomplete: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 356) | class ADC: method read_u16 (line 380) | def read_u16(self) -> int: method init (line 388) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 396) | def read_uv(self) -> int: method width (line 404) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 405) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 406) | def block(self) -> Incomplete: method atten (line 416) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 417) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 419) | class I2S: method shift (line 450) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 458) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 464) | def irq(self, handler) -> Incomplete: method readinto (line 472) | def readinto(self, buf) -> int: method deinit (line 481) | def deinit(self) -> Incomplete: method write (line 487) | def write(self, buf) -> int: method __init__ (line 496) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 498) | class DAC: method write (line 499) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 500) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 502) | class I2C: method readfrom_mem_into (line 520) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 532) | def readfrom_into( method readfrom_mem (line 547) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 556) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 567) | def scan(self) -> List: method writeto (line 575) | def writeto( method writevto (line 590) | def writevto( method start (line 611) | def start(self) -> None: method readfrom (line 617) | def readfrom( method readinto (line 630) | def readinto( method init (line 644) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 658) | def stop(self) -> None: method write (line 664) | def write(self, buf) -> int: method __init__ (line 672) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 674) | class Timer: method deinit (line 685) | def deinit(self) -> None: method init (line 691) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 731) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 732) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 734) | class SoftSPI(SPI): method deinit (line 743) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 744) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 745) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 746) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 747) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 748) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 749) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 751) | class Pin: method irq (line 828) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 873) | def on(self) -> None: method off (line 879) | def off(self) -> None: method value (line 885) | def value(self, x: Optional[Any] = None) -> int: method init (line 919) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 929) | class board: method __init__ (line 930) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 932) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 933) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 941) | class TouchPad: method config (line 942) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 943) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 944) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 946) | class UART: method deinit (line 957) | def deinit(self) -> None: method sendbreak (line 967) | def sendbreak(self) -> None: method init (line 974) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1028) | def flush(self) -> Incomplete: method txdone (line 1043) | def txdone(self) -> bool: method read (line 1058) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1069) | def any(self) -> int: method write (line 1084) | def write(self, buf) -> Union[int, None]: method readinto (line 1092) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1103) | def readline(self) -> Union[str, None]: method __init__ (line 1112) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1114) | class SDCard: method ioctl (line 1145) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1146) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1147) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1148) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1149) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1150) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1152) | class RTC: method init (line 1157) | def init(self, datetime) -> None: method memory (line 1165) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1166) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1182) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1184) | class SoftI2C(I2C): method readfrom_mem_into (line 1197) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1198) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1199) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1200) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1201) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1202) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1203) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1204) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1205) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1206) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1207) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1208) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1209) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1210) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1212) | class SPI: method deinit (line 1226) | def deinit(self) -> None: method init (line 1232) | def init( method write_readinto (line 1258) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1269) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1277) | def write(self, buf) -> int: method readinto (line 1286) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1296) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1298) | class Signal(Pin): method off (line 1319) | def off(self) -> None: method on (line 1325) | def on(self) -> None: method value (line 1331) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_21_0-esp32-stubs/mip/__init__.pyi function _ensure_path_exists (line 7) | def _ensure_path_exists(path) -> None: ... function _chunk (line 8) | def _chunk(src, dest) -> None: ... function _check_exists (line 9) | def _check_exists(path, short_hash): ... function _rewrite_url (line 10) | def _rewrite_url(url, branch: Incomplete | None = ...): ... function _download_file (line 11) | def _download_file(url, dest): ... function _install_json (line 12) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 13) | def _install_package(package, index, target, version, mpy): ... function install (line 14) | def install( FILE: publish/micropython-v1_21_0-esp32-stubs/neopixel.pyi class NeoPixel (line 16) | class NeoPixel: method __init__ (line 32) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 33) | def __len__(self) -> int: method __setitem__ (line 38) | def __setitem__(self, i, v) -> None: method __getitem__ (line 43) | def __getitem__(self, i) -> Tuple: method fill (line 48) | def fill(self, v) -> None: method write (line 54) | def write(self) -> None: FILE: publish/micropython-v1_21_0-esp32-stubs/network.pyi function phy_mode (line 88) | def phy_mode(*args, **kwargs) -> Incomplete: ... function country (line 89) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 90) | def hostname(*args, **kwargs) -> Incomplete: ... class LAN (line 92) | class LAN: method __init__ (line 115) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 116) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 124) | def isconnected(self) -> bool: method status (line 131) | def status(self) -> Incomplete: method ifconfig (line 137) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 149) | def config(self, config_parameters) -> Incomplete: function PPP (line 169) | def PPP(*args, **kwargs) -> Incomplete: ... class WLAN (line 171) | class WLAN: method status (line 183) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 202) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 213) | def isconnected(self) -> bool: method scan (line 221) | def scan(self) -> List[Tuple]: method disconnect (line 250) | def disconnect(self) -> None: method active (line 256) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 264) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 299) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 308) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_21_0-esp32-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-esp32-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-esp32-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_21_0-esp32-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-esp32-stubs/socket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/ssl.pyi function wrap_socket (line 29) | def wrap_socket( class SSLContext (line 51) | class SSLContext: method wrap_socket (line 57) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 82) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-esp32-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-esp32-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/uasyncio.pyi function __getattr__ (line 38) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-esp32-stubs/uasyncio/__init__.pyi function wait_for_ms (line 48) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function create_task (line 56) | def create_task(coro) -> Task: function ticks_diff (line 64) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks (line 65) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 66) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 67) | def new_event_loop() -> Incomplete: function current_task (line 76) | def current_task() -> Task: function get_event_loop (line 82) | def get_event_loop() -> Incomplete: function ticks_add (line 88) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 97) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 105) | def run(coro) -> Incomplete: class Loop (line 113) | class Loop: method call_exception_handler (line 119) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 126) | def run_forever(self) -> Incomplete: method set_exception_handler (line 132) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 139) | def get_exception_handler(self) -> None: method default_exception_handler (line 146) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 152) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 159) | def close(self) -> None: method create_task (line 165) | def create_task(self, coro) -> Task: method stop (line 171) | def stop(self) -> None: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 179) | class IOQueue: method _dequeue (line 180) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 181) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 182) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 183) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 184) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 185) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 186) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 188) | class SingletonGenerator: method __init__ (line 189) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 191) | class Event: method set (line 197) | def set(self) -> None: method is_set (line 206) | def is_set(self) -> bool: method clear (line 212) | def clear(self) -> None: method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 220) | class CancelledError(Exception): ... class Task (line 222) | class Task: method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 233) | class TaskQueue: method push (line 234) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 235) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 236) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 237) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 240) | class ThreadSafeFlag: method set (line 248) | def set(self) -> None: method ioctl (line 255) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 256) | def clear(self) -> None: method __init__ (line 263) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 268) | class Lock: method locked (line 276) | def locked(self) -> bool: method release (line 282) | def release(self) -> Incomplete: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 292) | class TimeoutError(Exception): ... class StreamWriter (line 296) | class StreamWriter: method get_extra_info (line 297) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 298) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 299) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 310) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 312) | class StreamReader: method get_extra_info (line 313) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 314) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 315) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/uasyncio/core.pyi function ticks_add (line 13) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 14) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 15) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 17) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 23) | def current_task(*args, **kwargs) -> Incomplete: ... function run (line 24) | def run(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-esp32-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/uasyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-esp32-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-esp32-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-stubs/umachine.pyi function wake_reason (line 37) | def wake_reason() -> Incomplete: function disable_irq (line 45) | def disable_irq() -> Incomplete: function dht_readinto (line 54) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 55) | def bitstream( function bootloader (line 84) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 94) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 119) | def soft_reset() -> NoReturn: function sleep (line 127) | def sleep() -> Incomplete: function enable_irq (line 133) | def enable_irq(state) -> Incomplete: function time_pulse_us (line 141) | def time_pulse_us( function unique_id (line 163) | def unique_id() -> bytes: function idle (line 172) | def idle() -> Incomplete: function freq (line 181) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 189) | def reset_cause() -> int: function lightsleep (line 195) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 220) | def reset() -> NoReturn: class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 260) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 267) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 278) | def deinit(self) -> None: method duty_ns (line 284) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 294) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 295) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 297) | class WDT: method feed (line 306) | def feed(self) -> None: method __init__ (line 314) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 319) | class ADCBlock: method init (line 329) | def init(self, *, bits) -> None: method connect (line 336) | def connect(self, channel, source) -> Incomplete: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 356) | class ADC: method read_u16 (line 380) | def read_u16(self) -> int: method init (line 388) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 396) | def read_uv(self) -> int: method width (line 404) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 405) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 406) | def block(self) -> Incomplete: method atten (line 416) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 417) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 419) | class I2S: method shift (line 450) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 458) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 464) | def irq(self, handler) -> Incomplete: method readinto (line 472) | def readinto(self, buf) -> int: method deinit (line 481) | def deinit(self) -> Incomplete: method write (line 487) | def write(self, buf) -> int: method __init__ (line 496) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 498) | class DAC: method write (line 499) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 500) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 502) | class I2C: method readfrom_mem_into (line 520) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 532) | def readfrom_into( method readfrom_mem (line 547) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 556) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 567) | def scan(self) -> List: method writeto (line 575) | def writeto( method writevto (line 590) | def writevto( method start (line 611) | def start(self) -> None: method readfrom (line 617) | def readfrom( method readinto (line 630) | def readinto( method init (line 644) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 658) | def stop(self) -> None: method write (line 664) | def write(self, buf) -> int: method __init__ (line 672) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 674) | class Timer: method deinit (line 685) | def deinit(self) -> None: method init (line 691) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 731) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 732) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 734) | class SoftSPI(SPI): method deinit (line 743) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 744) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 745) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 746) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 747) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 748) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 749) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 751) | class Pin: method irq (line 828) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 873) | def on(self) -> None: method off (line 879) | def off(self) -> None: method value (line 885) | def value(self, x: Optional[Any] = None) -> int: method init (line 919) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 929) | class board: method __init__ (line 930) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 932) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 933) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 941) | class TouchPad: method config (line 942) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 943) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 944) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 946) | class UART: method deinit (line 957) | def deinit(self) -> None: method sendbreak (line 967) | def sendbreak(self) -> None: method init (line 974) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1028) | def flush(self) -> Incomplete: method txdone (line 1043) | def txdone(self) -> bool: method read (line 1058) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1069) | def any(self) -> int: method write (line 1084) | def write(self, buf) -> Union[int, None]: method readinto (line 1092) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1103) | def readline(self) -> Union[str, None]: method __init__ (line 1112) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1114) | class SDCard: method ioctl (line 1145) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1146) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1147) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1148) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1149) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1150) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1152) | class RTC: method init (line 1157) | def init(self, datetime) -> None: method memory (line 1165) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1166) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1182) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1184) | class SoftI2C(I2C): method readfrom_mem_into (line 1197) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1198) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1199) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1200) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1201) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1202) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1203) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1204) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1205) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1206) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1207) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1208) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1209) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1210) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1212) | class SPI: method deinit (line 1226) | def deinit(self) -> None: method init (line 1232) | def init( method write_readinto (line 1258) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1269) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1277) | def write(self, buf) -> int: method readinto (line 1286) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1296) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1298) | class Signal(Pin): method off (line 1319) | def off(self) -> None: method on (line 1325) | def on(self) -> None: method value (line 1331) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = ...): ... FILE: publish/micropython-v1_21_0-esp32-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = ..., qos: int = ...... method connect (line 37) | def connect(self, clean_session: bool = ...): ... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = ...) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: publish/micropython-v1_21_0-esp32-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-esp32-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = ...) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = ...) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_21_0-esp32-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-esp32-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp32-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-esp32-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-esp32-stubs/usocket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/ussl.pyi function wrap_socket (line 29) | def wrap_socket( class SSLContext (line 51) | class SSLContext: method wrap_socket (line 57) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 82) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-esp32-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-esp32-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-esp32-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = ..., password: Incomplete | None = ..., accept_han... function start_foreground (line 16) | def start_foreground(port: int = ..., password: Incomplete | None = ...)... FILE: publish/micropython-v1_21_0-esp32-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_21_0-esp32-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/_espnow.pyi class ESPNowBase (line 23) | class ESPNowBase: method del_peer (line 24) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 25) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 26) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 27) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 28) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 29) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 30) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/apa102.pyi function apa102_write (line 10) | def apa102_write(*args, **kwargs) -> Incomplete: ... class APA102 (line 12) | class APA102: method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 15) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class NeoPixel (line 18) | class NeoPixel: method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 21) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/asyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function run_until_complete (line 56) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 57) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function ticks (line 65) | def ticks(*args, **kwargs) -> Incomplete: ... function run (line 66) | def run(coro) -> Incomplete: function new_event_loop (line 74) | def new_event_loop() -> Incomplete: function current_task (line 83) | def current_task() -> Task: function get_event_loop (line 89) | def get_event_loop() -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class Loop (line 116) | class Loop: method call_exception_handler (line 122) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 129) | def run_forever(self) -> Incomplete: method set_exception_handler (line 135) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 142) | def get_exception_handler(self) -> None: method default_exception_handler (line 149) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 155) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 162) | def close(self) -> None: method create_task (line 168) | def create_task(self, coro) -> Task: method stop (line 174) | def stop(self) -> None: method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 182) | class IOQueue: method _dequeue (line 183) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 184) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 185) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 186) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 187) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 188) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 189) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 191) | class Lock: method locked (line 199) | def locked(self) -> bool: method release (line 205) | def release(self) -> Incomplete: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 215) | class CancelledError(Exception): ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 228) | class TaskQueue: method push (line 229) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 230) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 231) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 232) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 237) | class ThreadSafeFlag: method set (line 245) | def set(self) -> None: method ioctl (line 252) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 253) | def clear(self) -> None: method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 262) | class Event: method set (line 268) | def set(self) -> None: method is_set (line 277) | def is_set(self) -> bool: method clear (line 283) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class StreamWriter (line 298) | class StreamWriter: method get_extra_info (line 299) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 300) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 301) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 312) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 314) | class StreamReader: method get_extra_info (line 315) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 316) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 317) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/asyncio/core.pyi function ticks_diff (line 13) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 14) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks_add (line 15) | def ticks_add(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks (line 22) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 23) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 24) | def current_task(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/asyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/binascii.pyi function unhexlify (line 21) | def unhexlify(data) -> bytes: function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function b2a_base64 (line 38) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 46) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHT22 (line 12) | class DHT22: method humidity (line 13) | def humidity(self, *args, **kwargs) -> Incomplete: ... method temperature (line 14) | def temperature(self, *args, **kwargs) -> Incomplete: ... method measure (line 15) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 18) | class DHT11: method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method temperature (line 20) | def temperature(self, *args, **kwargs) -> Incomplete: ... method measure (line 21) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... class DHTBase (line 24) | class DHTBase: method measure (line 25) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 14) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 15) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/esp.pyi function flash_user_start (line 24) | def flash_user_start() -> Incomplete: function freemem (line 30) | def freemem(*args, **kwargs) -> Incomplete: ... function free (line 31) | def free(*args, **kwargs) -> Incomplete: ... function flash_write (line 32) | def flash_write(byte_offset, bytes) -> Incomplete: ... function malloc (line 33) | def malloc(*args, **kwargs) -> Incomplete: ... function set_native_code_location (line 34) | def set_native_code_location(start, length) -> Incomplete: function osdebug (line 74) | def osdebug(level) -> None: function meminfo (line 91) | def meminfo(*args, **kwargs) -> Incomplete: ... function sleep_type (line 92) | def sleep_type(sleep_type: Optional[Any] = None) -> Incomplete: function flash_size (line 113) | def flash_size() -> Incomplete: function deepsleep (line 119) | def deepsleep( function check_fw (line 134) | def check_fw(*args, **kwargs) -> Incomplete: ... function apa102_write (line 135) | def apa102_write(*args, **kwargs) -> Incomplete: ... function esf_free_bufs (line 136) | def esf_free_bufs(*args, **kwargs) -> Incomplete: ... function flash_read (line 137) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_id (line 138) | def flash_id() -> Incomplete: function flash_erase (line 146) | def flash_erase(sector_no) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/espnow.pyi function poll (line 24) | def poll(*args, **kwargs) -> Incomplete: ... class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method set_pmk (line 38) | def set_pmk(self, pmk) -> None: method recvinto (line 65) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method send (line 100) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method irecv (line 147) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method any (line 178) | def any(self) -> Incomplete: method add_peer (line 198) | def add_peer( method active (line 255) | def active(self, flag: Optional[Any] = None) -> Incomplete: method recv (line 285) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method config (line 325) | def config(self, param) -> str: method del_peer (line 369) | def del_peer(self, mac) -> Incomplete: method __init__ (line 386) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 388) | class ESPNowBase: method del_peer (line 389) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 390) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 391) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 392) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 393) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 394) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 395) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 396) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/flashbdev.pyi class FlashBdev (line 13) | class FlashBdev: method writeblocks (line 15) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 16) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/inisetup.pyi function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function wifi (line 11) | def wifi(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 12) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 13) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/lwip.pyi function reset (line 22) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 23) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 24) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 25) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 27) | class socket: method recvfrom (line 28) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 29) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 31) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 32) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 34) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 36) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 38) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 39) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 40) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 41) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 42) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 43) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 44) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 45) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/machine.pyi function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function unique_id (line 46) | def unique_id() -> bytes: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function idle (line 126) | def idle() -> Incomplete: function lightsleep (line 135) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset_cause (line 160) | def reset_cause() -> int: function reset (line 166) | def reset() -> NoReturn: function bitstream (line 173) | def bitstream( class RTC (line 202) | class RTC: method datetime (line 208) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 224) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: method memory (line 235) | def memory(self, *args, **kwargs) -> Incomplete: ... method alarm_left (line 236) | def alarm_left(self, alarm_id=0) -> int: method alarm (line 242) | def alarm(self, id, time, *, repeat=False) -> None: method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 252) | class Pin: method irq (line 322) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 367) | def off(self) -> None: method on (line 373) | def on(self) -> None: method init (line 379) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 389) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 423) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 424) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class ADC (line 435) | class ADC: method read_u16 (line 451) | def read_u16(self) -> int: method read (line 459) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 460) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 462) | class PWM: method duty_u16 (line 481) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 493) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 500) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 511) | def deinit(self) -> None: method duty_ns (line 517) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 527) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 528) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 530) | class I2C: method readfrom_mem_into (line 548) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 560) | def readfrom_into( method readfrom_mem (line 575) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 584) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 595) | def scan(self) -> List: method writeto (line 603) | def writeto( method writevto (line 618) | def writevto( method start (line 639) | def start(self) -> None: method readfrom (line 645) | def readfrom( method readinto (line 658) | def readinto( method init (line 672) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 686) | def stop(self) -> None: method write (line 692) | def write(self, buf) -> int: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 702) | class WDT: method feed (line 711) | def feed(self) -> None: method __init__ (line 719) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 721) | class Timer: method init (line 732) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 772) | def deinit(self) -> None: method __init__ (line 778) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 780) | class SoftSPI(SPI): method deinit (line 789) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 790) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 791) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 792) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 793) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 794) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 795) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 797) | class UART: method txdone (line 802) | def txdone(self) -> bool: method write (line 817) | def write(self, buf) -> Union[int, None]: method flush (line 825) | def flush(self) -> Incomplete: method init (line 840) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method readline (line 894) | def readline(self) -> Union[str, None]: method any (line 903) | def any(self) -> int: method read (line 918) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 929) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method __init__ (line 940) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 944) | class SPI: method deinit (line 958) | def deinit(self) -> None: method init (line 964) | def init( method write_readinto (line 990) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1001) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1009) | def write(self, buf) -> int: method readinto (line 1018) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1028) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1030) | class SoftI2C(I2C): method readfrom_mem_into (line 1043) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1044) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1045) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1046) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1047) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1048) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1049) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1050) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1051) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1052) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1053) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1054) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1055) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1056) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1058) | class Signal(Pin): method off (line 1079) | def off(self) -> None: method on (line 1085) | def on(self) -> None: method value (line 1091) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1111) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/math.pyi function isnan (line 29) | def isnan(x) -> bool: function ldexp (line 35) | def ldexp(x, exp) -> Incomplete: function frexp (line 41) | def frexp(x) -> Incomplete: function isinf (line 50) | def isinf(x) -> bool: function isfinite (line 56) | def isfinite(x) -> bool: function trunc (line 62) | def trunc(x) -> int: function sqrt (line 68) | def sqrt(x) -> Incomplete: function log (line 74) | def log(x) -> float: function tan (line 80) | def tan(x) -> float: function modf (line 86) | def modf(x) -> Tuple: function sin (line 93) | def sin(x) -> float: function radians (line 99) | def radians(x) -> Incomplete: function atan (line 105) | def atan(x) -> float: function ceil (line 111) | def ceil(x) -> int: function atan2 (line 117) | def atan2(y, x) -> float: function pow (line 123) | def pow(x, y) -> Incomplete: function asin (line 129) | def asin(x) -> float: function acos (line 135) | def acos(x) -> float: function fmod (line 141) | def fmod(x, y) -> Incomplete: function fabs (line 147) | def fabs(x) -> Incomplete: function copysign (line 153) | def copysign(x, y) -> Incomplete: function floor (line 159) | def floor(x) -> int: function cos (line 165) | def cos(x) -> float: function exp (line 171) | def exp(x) -> float: function degrees (line 177) | def degrees(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/mip/__init__.pyi function _install_json (line 12) | def _install_json(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 14) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function install (line 16) | def install(*args, **kwargs) -> Incomplete: ... function const (line 17) | def const(*args, **kwargs) -> Incomplete: ... function _ensure_path_exists (line 18) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _check_exists (line 19) | def _check_exists(*args, **kwargs) -> Incomplete: ... function _chunk (line 20) | def _chunk(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/network.pyi function phy_mode (line 66) | def phy_mode(*args, **kwargs) -> Incomplete: ... function hostname (line 67) | def hostname(*args, **kwargs) -> Incomplete: ... function country (line 68) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 70) | class WLAN: method status (line 82) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 101) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 112) | def isconnected(self) -> bool: method scan (line 120) | def scan(self) -> List[Tuple]: method disconnect (line 149) | def disconnect(self) -> None: method active (line 155) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 163) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 198) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 207) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/onewire.pyi class OneWire (line 10) | class OneWire: method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method select_rom (line 15) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 16) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 17) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 18) | def readinto(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 19) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 20) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method readbit (line 21) | def readbit(self, *args, **kwargs) -> Incomplete: ... method writebit (line 22) | def writebit(self, *args, **kwargs) -> Incomplete: ... method reset (line 23) | def reset(self, *args, **kwargs) -> Incomplete: ... method scan (line 24) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class OneWireError (line 27) | class OneWireError(Exception): ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/random.pyi function seed (line 39) | def seed( function getrandbits (line 53) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/requests/__init__.pyi function request (line 10) | def request(*args, **kwargs) -> Incomplete: ... function head (line 11) | def head(*args, **kwargs) -> Incomplete: ... function post (line 12) | def post(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 14) | def delete(*args, **kwargs) -> Incomplete: ... function put (line 15) | def put(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/socket.pyi function reset (line 86) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 87) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 88) | def getaddrinfo( function callback (line 136) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 138) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize) -> Tuple: method recv (line 160) | def recv(self, bufsize) -> bytes: method makefile (line 167) | def makefile( method listen (line 189) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 198) | def settimeout(self, value) -> Incomplete: method sendall (line 233) | def sendall(self, bytes) -> int: method setsockopt (line 246) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 254) | def setblocking(self, flag) -> Incomplete: method sendto (line 266) | def sendto(self, bytes, address) -> None: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/ssd1306.pyi function const (line 29) | def const(*args, **kwargs) -> Incomplete: ... class SSD1306_SPI (line 31) | class SSD1306_SPI: method init_display (line 32) | def init_display(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 33) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method scroll (line 34) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 35) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 36) | def text(self, *args, **kwargs) -> Incomplete: ... method contrast (line 37) | def contrast(self, *args, **kwargs) -> Incomplete: ... method rotate (line 38) | def rotate(self, *args, **kwargs) -> Incomplete: ... method show (line 39) | def show(self, *args, **kwargs) -> Incomplete: ... method poweron (line 40) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 41) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method write_data (line 42) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 43) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 44) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 45) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 46) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 47) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 48) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 49) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 50) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 51) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 52) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306 (line 55) | class SSD1306: method init_display (line 56) | def init_display(self, *args, **kwargs) -> Incomplete: ... method vline (line 57) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 58) | def text(self, *args, **kwargs) -> Incomplete: ... method scroll (line 59) | def scroll(self, *args, **kwargs) -> Incomplete: ... method rect (line 60) | def rect(self, *args, **kwargs) -> Incomplete: ... method show (line 61) | def show(self, *args, **kwargs) -> Incomplete: ... method contrast (line 62) | def contrast(self, *args, **kwargs) -> Incomplete: ... method poweron (line 63) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 64) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 65) | def rotate(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 66) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method fill (line 67) | def fill(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 68) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 69) | def blit(self, *args, **kwargs) -> Incomplete: ... method poly (line 70) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 71) | def hline(self, *args, **kwargs) -> Incomplete: ... method pixel (line 72) | def pixel(self, *args, **kwargs) -> Incomplete: ... method line (line 73) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 74) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306_I2C (line 77) | class SSD1306_I2C: method init_display (line 78) | def init_display(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 79) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method scroll (line 80) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 81) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 82) | def text(self, *args, **kwargs) -> Incomplete: ... method contrast (line 83) | def contrast(self, *args, **kwargs) -> Incomplete: ... method rotate (line 84) | def rotate(self, *args, **kwargs) -> Incomplete: ... method show (line 85) | def show(self, *args, **kwargs) -> Incomplete: ... method poweron (line 86) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 87) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method write_data (line 88) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 89) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 90) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 91) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 92) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 93) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 94) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 95) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 96) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 97) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 98) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/ssl.pyi function wrap_socket (line 26) | def wrap_socket( class SSLContext (line 48) | class SSLContext: method wrap_socket (line 54) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/sys.pyi function exit (line 28) | def exit( function print_exception (line 38) | def print_exception( FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/uasyncio/core.pyi function ticks_diff (line 13) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 14) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks_add (line 15) | def ticks_add(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks (line 22) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 23) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 24) | def current_task(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/uasyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/ubinascii.pyi function unhexlify (line 21) | def unhexlify(data) -> bytes: function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function b2a_base64 (line 38) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 46) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/umachine.pyi function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function unique_id (line 46) | def unique_id() -> bytes: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function idle (line 126) | def idle() -> Incomplete: function lightsleep (line 135) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset_cause (line 160) | def reset_cause() -> int: function reset (line 166) | def reset() -> NoReturn: function bitstream (line 173) | def bitstream( class RTC (line 202) | class RTC: method datetime (line 208) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 224) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: method memory (line 235) | def memory(self, *args, **kwargs) -> Incomplete: ... method alarm_left (line 236) | def alarm_left(self, alarm_id=0) -> int: method alarm (line 242) | def alarm(self, id, time, *, repeat=False) -> None: method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 252) | class Pin: method irq (line 322) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 367) | def off(self) -> None: method on (line 373) | def on(self) -> None: method init (line 379) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 389) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 423) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 424) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class ADC (line 435) | class ADC: method read_u16 (line 451) | def read_u16(self) -> int: method read (line 459) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 460) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 462) | class PWM: method duty_u16 (line 481) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 493) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 500) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 511) | def deinit(self) -> None: method duty_ns (line 517) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 527) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 528) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 530) | class I2C: method readfrom_mem_into (line 548) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 560) | def readfrom_into( method readfrom_mem (line 575) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 584) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 595) | def scan(self) -> List: method writeto (line 603) | def writeto( method writevto (line 618) | def writevto( method start (line 639) | def start(self) -> None: method readfrom (line 645) | def readfrom( method readinto (line 658) | def readinto( method init (line 672) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 686) | def stop(self) -> None: method write (line 692) | def write(self, buf) -> int: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 702) | class WDT: method feed (line 711) | def feed(self) -> None: method __init__ (line 719) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 721) | class Timer: method init (line 732) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 772) | def deinit(self) -> None: method __init__ (line 778) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 780) | class SoftSPI(SPI): method deinit (line 789) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 790) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 791) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 792) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 793) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 794) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 795) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 797) | class UART: method txdone (line 802) | def txdone(self) -> bool: method write (line 817) | def write(self, buf) -> Union[int, None]: method flush (line 825) | def flush(self) -> Incomplete: method init (line 840) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method readline (line 894) | def readline(self) -> Union[str, None]: method any (line 903) | def any(self) -> int: method read (line 918) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 929) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method __init__ (line 940) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 944) | class SPI: method deinit (line 958) | def deinit(self) -> None: method init (line 964) | def init( method write_readinto (line 990) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1001) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1009) | def write(self, buf) -> int: method readinto (line 1018) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1028) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1030) | class SoftI2C(I2C): method readfrom_mem_into (line 1043) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1044) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1045) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1046) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1047) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1048) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1049) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1050) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1051) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1052) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1053) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1054) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1055) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1056) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1058) | class Signal(Pin): method off (line 1079) | def off(self) -> None: method on (line 1085) | def on(self) -> None: method value (line 1091) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1111) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method set_last_will (line 13) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method ping (line 15) | def ping(self, *args, **kwargs) -> Incomplete: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 17) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 18) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 19) | def connect(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 20) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method log (line 21) | def log(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 22) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 23) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 24) | def publish(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 25) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 26) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTClient (line 12) | class MQTTClient: method publish (line 13) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 14) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 17) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 18) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 20) | def connect(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 21) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 22) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 23) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... class MQTTException (line 26) | class MQTTException(Exception): ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/urandom.pyi function seed (line 39) | def seed( function getrandbits (line 53) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/urequests.pyi function request (line 10) | def request(*args, **kwargs) -> Incomplete: ... function head (line 11) | def head(*args, **kwargs) -> Incomplete: ... function post (line 12) | def post(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 14) | def delete(*args, **kwargs) -> Incomplete: ... function put (line 15) | def put(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/usocket.pyi function reset (line 23) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 24) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 25) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 26) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 28) | class socket: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/ussl.pyi function wrap_socket (line 26) | def wrap_socket( class SSLContext (line 48) | class SSLContext: method wrap_socket (line 54) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/usys.pyi function exit (line 28) | def exit( function print_exception (line 38) | def print_exception( FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-esp8266_generic-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_21_0-esp8266-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/_espnow.pyi class ESPNowBase (line 22) | class ESPNowBase: method del_peer (line 23) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 24) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 25) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 26) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 27) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 28) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 29) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/apa102.pyi function apa102_write (line 10) | def apa102_write(*args, **kwargs) -> Incomplete: ... class APA102 (line 12) | class APA102: method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 15) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class NeoPixel (line 18) | class NeoPixel: method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 21) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/asyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function run_until_complete (line 56) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 57) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function ticks (line 65) | def ticks(*args, **kwargs) -> Incomplete: ... function run (line 66) | def run(coro) -> Incomplete: function new_event_loop (line 74) | def new_event_loop() -> Incomplete: function current_task (line 83) | def current_task() -> Task: function get_event_loop (line 89) | def get_event_loop() -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class Loop (line 116) | class Loop: method call_exception_handler (line 122) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 129) | def run_forever(self) -> Incomplete: method set_exception_handler (line 135) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 142) | def get_exception_handler(self) -> None: method default_exception_handler (line 149) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 155) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 162) | def close(self) -> None: method create_task (line 168) | def create_task(self, coro) -> Task: method stop (line 174) | def stop(self) -> None: method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 182) | class IOQueue: method _dequeue (line 183) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 184) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 185) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 186) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 187) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 188) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 189) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 191) | class Lock: method locked (line 199) | def locked(self) -> bool: method release (line 205) | def release(self) -> Incomplete: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 215) | class CancelledError(Exception): ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 228) | class TaskQueue: method push (line 229) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 230) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 231) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 232) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 237) | class ThreadSafeFlag: method set (line 245) | def set(self) -> None: method ioctl (line 252) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 253) | def clear(self) -> None: method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 262) | class Event: method set (line 268) | def set(self) -> None: method is_set (line 277) | def is_set(self) -> bool: method clear (line 283) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class StreamWriter (line 298) | class StreamWriter: method get_extra_info (line 299) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 300) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 301) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 312) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 314) | class StreamReader: method get_extra_info (line 315) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 316) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 317) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/asyncio/core.pyi function ticks_diff (line 13) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 14) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks_add (line 15) | def ticks_add(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks (line 22) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 23) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 24) | def current_task(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-esp8266-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/asyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/binascii.pyi function unhexlify (line 21) | def unhexlify(data) -> bytes: function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function b2a_base64 (line 38) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 46) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-esp8266-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_21_0-esp8266-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-esp8266-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHT22 (line 12) | class DHT22: method humidity (line 13) | def humidity(self, *args, **kwargs) -> Incomplete: ... method temperature (line 14) | def temperature(self, *args, **kwargs) -> Incomplete: ... method measure (line 15) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 18) | class DHT11: method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method temperature (line 20) | def temperature(self, *args, **kwargs) -> Incomplete: ... method measure (line 21) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... class DHTBase (line 24) | class DHTBase: method measure (line 25) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 14) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 15) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/esp.pyi function flash_user_start (line 24) | def flash_user_start() -> Incomplete: function freemem (line 30) | def freemem(*args, **kwargs) -> Incomplete: ... function free (line 31) | def free(*args, **kwargs) -> Incomplete: ... function flash_write (line 32) | def flash_write(byte_offset, bytes) -> Incomplete: ... function malloc (line 33) | def malloc(*args, **kwargs) -> Incomplete: ... function set_native_code_location (line 34) | def set_native_code_location(start, length) -> Incomplete: function osdebug (line 74) | def osdebug(level) -> None: function meminfo (line 91) | def meminfo(*args, **kwargs) -> Incomplete: ... function sleep_type (line 92) | def sleep_type(sleep_type: Optional[Any] = None) -> Incomplete: function flash_size (line 113) | def flash_size() -> Incomplete: function deepsleep (line 119) | def deepsleep( function check_fw (line 134) | def check_fw(*args, **kwargs) -> Incomplete: ... function apa102_write (line 135) | def apa102_write(*args, **kwargs) -> Incomplete: ... function esf_free_bufs (line 136) | def esf_free_bufs(*args, **kwargs) -> Incomplete: ... function flash_read (line 137) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_id (line 138) | def flash_id() -> Incomplete: function flash_erase (line 146) | def flash_erase(sector_no) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/espnow.pyi function poll (line 23) | def poll(*args, **kwargs) -> Incomplete: ... class ESPNow (line 25) | class ESPNow(ESPNowBase, Iterator): method set_pmk (line 37) | def set_pmk(self, pmk) -> None: method recvinto (line 64) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method send (line 99) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method irecv (line 146) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method any (line 177) | def any(self) -> Incomplete: method add_peer (line 197) | def add_peer( method active (line 254) | def active(self, flag: Optional[Any] = None) -> Incomplete: method recv (line 284) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method config (line 324) | def config(self, param) -> str: method del_peer (line 368) | def del_peer(self, mac) -> Incomplete: method __init__ (line 385) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 387) | class ESPNowBase: method del_peer (line 388) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 389) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 390) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 391) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 392) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 393) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 394) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 395) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/flashbdev.pyi class FlashBdev (line 13) | class FlashBdev: method writeblocks (line 15) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 16) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_21_0-esp8266-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp8266-stubs/inisetup.pyi function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function wifi (line 11) | def wifi(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 12) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 13) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-esp8266-stubs/lwip.pyi function reset (line 22) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 23) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 24) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 25) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 27) | class socket: method recvfrom (line 28) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 29) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 31) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 32) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 34) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 36) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 38) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 39) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 40) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 41) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 42) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 43) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 44) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 45) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/machine.pyi function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function unique_id (line 46) | def unique_id() -> bytes: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function idle (line 126) | def idle() -> Incomplete: function lightsleep (line 135) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset_cause (line 160) | def reset_cause() -> int: function reset (line 166) | def reset() -> NoReturn: function bitstream (line 173) | def bitstream( class RTC (line 202) | class RTC: method datetime (line 208) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 224) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: method memory (line 235) | def memory(self, *args, **kwargs) -> Incomplete: ... method alarm_left (line 236) | def alarm_left(self, alarm_id=0) -> int: method alarm (line 242) | def alarm(self, id, time, *, repeat=False) -> None: method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 252) | class Pin: method irq (line 322) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 367) | def off(self) -> None: method on (line 373) | def on(self) -> None: method init (line 379) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 389) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 423) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 424) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class ADC (line 435) | class ADC: method read_u16 (line 451) | def read_u16(self) -> int: method read (line 459) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 460) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 462) | class PWM: method duty_u16 (line 481) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 493) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 500) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 511) | def deinit(self) -> None: method duty_ns (line 517) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 527) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 528) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 530) | class I2C: method readfrom_mem_into (line 548) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 560) | def readfrom_into( method readfrom_mem (line 575) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 584) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 595) | def scan(self) -> List: method writeto (line 603) | def writeto( method writevto (line 618) | def writevto( method start (line 639) | def start(self) -> None: method readfrom (line 645) | def readfrom( method readinto (line 658) | def readinto( method init (line 672) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 686) | def stop(self) -> None: method write (line 692) | def write(self, buf) -> int: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 702) | class WDT: method feed (line 711) | def feed(self) -> None: method __init__ (line 719) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 721) | class Timer: method init (line 732) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 772) | def deinit(self) -> None: method __init__ (line 778) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 780) | class SoftSPI(SPI): method deinit (line 789) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 790) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 791) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 792) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 793) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 794) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 795) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 797) | class UART: method txdone (line 802) | def txdone(self) -> bool: method write (line 817) | def write(self, buf) -> Union[int, None]: method flush (line 825) | def flush(self) -> Incomplete: method init (line 840) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method readline (line 894) | def readline(self) -> Union[str, None]: method any (line 903) | def any(self) -> int: method read (line 918) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 929) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method __init__ (line 940) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 944) | class SPI: method deinit (line 958) | def deinit(self) -> None: method init (line 964) | def init( method write_readinto (line 990) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1001) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1009) | def write(self, buf) -> int: method readinto (line 1018) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1028) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1030) | class SoftI2C(I2C): method readfrom_mem_into (line 1043) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1044) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1045) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1046) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1047) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1048) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1049) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1050) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1051) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1052) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1053) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1054) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1055) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1056) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1058) | class Signal(Pin): method off (line 1079) | def off(self) -> None: method on (line 1085) | def on(self) -> None: method value (line 1091) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1111) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/math.pyi function isnan (line 29) | def isnan(x) -> bool: function ldexp (line 35) | def ldexp(x, exp) -> Incomplete: function frexp (line 41) | def frexp(x) -> Incomplete: function isinf (line 50) | def isinf(x) -> bool: function isfinite (line 56) | def isfinite(x) -> bool: function trunc (line 62) | def trunc(x) -> int: function sqrt (line 68) | def sqrt(x) -> Incomplete: function log (line 74) | def log(x) -> float: function tan (line 80) | def tan(x) -> float: function modf (line 86) | def modf(x) -> Tuple: function sin (line 93) | def sin(x) -> float: function radians (line 99) | def radians(x) -> Incomplete: function atan (line 105) | def atan(x) -> float: function ceil (line 111) | def ceil(x) -> int: function atan2 (line 117) | def atan2(y, x) -> float: function pow (line 123) | def pow(x, y) -> Incomplete: function asin (line 129) | def asin(x) -> float: function acos (line 135) | def acos(x) -> float: function fmod (line 141) | def fmod(x, y) -> Incomplete: function fabs (line 147) | def fabs(x) -> Incomplete: function copysign (line 153) | def copysign(x, y) -> Incomplete: function floor (line 159) | def floor(x) -> int: function cos (line 165) | def cos(x) -> float: function exp (line 171) | def exp(x) -> float: function degrees (line 177) | def degrees(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp8266-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_21_0-esp8266-stubs/mip/__init__.pyi function _install_json (line 12) | def _install_json(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 14) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function install (line 16) | def install(*args, **kwargs) -> Incomplete: ... function const (line 17) | def const(*args, **kwargs) -> Incomplete: ... function _ensure_path_exists (line 18) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _check_exists (line 19) | def _check_exists(*args, **kwargs) -> Incomplete: ... function _chunk (line 20) | def _chunk(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/network.pyi function phy_mode (line 66) | def phy_mode(*args, **kwargs) -> Incomplete: ... function hostname (line 67) | def hostname(*args, **kwargs) -> Incomplete: ... function country (line 68) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 70) | class WLAN: method status (line 82) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 101) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 112) | def isconnected(self) -> bool: method scan (line 120) | def scan(self) -> List[Tuple]: method disconnect (line 149) | def disconnect(self) -> None: method active (line 155) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 163) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 198) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 207) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/onewire.pyi class OneWire (line 10) | class OneWire: method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method select_rom (line 15) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 16) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 17) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 18) | def readinto(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 19) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 20) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method readbit (line 21) | def readbit(self, *args, **kwargs) -> Incomplete: ... method writebit (line 22) | def writebit(self, *args, **kwargs) -> Incomplete: ... method reset (line 23) | def reset(self, *args, **kwargs) -> Incomplete: ... method scan (line 24) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class OneWireError (line 27) | class OneWireError(Exception): ... FILE: publish/micropython-v1_21_0-esp8266-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-esp8266-stubs/random.pyi function seed (line 39) | def seed( function getrandbits (line 53) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-esp8266-stubs/requests/__init__.pyi function request (line 10) | def request(*args, **kwargs) -> Incomplete: ... function head (line 11) | def head(*args, **kwargs) -> Incomplete: ... function post (line 12) | def post(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 14) | def delete(*args, **kwargs) -> Incomplete: ... function put (line 15) | def put(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-esp8266-stubs/socket.pyi function reset (line 86) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 87) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 88) | def getaddrinfo( function callback (line 136) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 138) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize) -> Tuple: method recv (line 160) | def recv(self, bufsize) -> bytes: method makefile (line 167) | def makefile( method listen (line 189) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 198) | def settimeout(self, value) -> Incomplete: method sendall (line 233) | def sendall(self, bytes) -> int: method setsockopt (line 246) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 254) | def setblocking(self, flag) -> Incomplete: method sendto (line 266) | def sendto(self, bytes, address) -> None: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/ssd1306.pyi function const (line 29) | def const(*args, **kwargs) -> Incomplete: ... class SSD1306_SPI (line 31) | class SSD1306_SPI: method init_display (line 32) | def init_display(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 33) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method scroll (line 34) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 35) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 36) | def text(self, *args, **kwargs) -> Incomplete: ... method contrast (line 37) | def contrast(self, *args, **kwargs) -> Incomplete: ... method rotate (line 38) | def rotate(self, *args, **kwargs) -> Incomplete: ... method show (line 39) | def show(self, *args, **kwargs) -> Incomplete: ... method poweron (line 40) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 41) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method write_data (line 42) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 43) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 44) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 45) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 46) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 47) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 48) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 49) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 50) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 51) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 52) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306 (line 55) | class SSD1306: method init_display (line 56) | def init_display(self, *args, **kwargs) -> Incomplete: ... method vline (line 57) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 58) | def text(self, *args, **kwargs) -> Incomplete: ... method scroll (line 59) | def scroll(self, *args, **kwargs) -> Incomplete: ... method rect (line 60) | def rect(self, *args, **kwargs) -> Incomplete: ... method show (line 61) | def show(self, *args, **kwargs) -> Incomplete: ... method contrast (line 62) | def contrast(self, *args, **kwargs) -> Incomplete: ... method poweron (line 63) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 64) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 65) | def rotate(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 66) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method fill (line 67) | def fill(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 68) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 69) | def blit(self, *args, **kwargs) -> Incomplete: ... method poly (line 70) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 71) | def hline(self, *args, **kwargs) -> Incomplete: ... method pixel (line 72) | def pixel(self, *args, **kwargs) -> Incomplete: ... method line (line 73) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 74) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306_I2C (line 77) | class SSD1306_I2C: method init_display (line 78) | def init_display(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 79) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method scroll (line 80) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 81) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 82) | def text(self, *args, **kwargs) -> Incomplete: ... method contrast (line 83) | def contrast(self, *args, **kwargs) -> Incomplete: ... method rotate (line 84) | def rotate(self, *args, **kwargs) -> Incomplete: ... method show (line 85) | def show(self, *args, **kwargs) -> Incomplete: ... method poweron (line 86) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 87) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method write_data (line 88) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 89) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 90) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 91) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 92) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 93) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 94) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 95) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 96) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 97) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 98) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/ssl.pyi function wrap_socket (line 26) | def wrap_socket( class SSLContext (line 48) | class SSLContext: method wrap_socket (line 54) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-esp8266-stubs/sys.pyi function exit (line 28) | def exit( function print_exception (line 38) | def print_exception( FILE: publish/micropython-v1_21_0-esp8266-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-esp8266-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/uasyncio/core.pyi function ticks_diff (line 13) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 14) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks_add (line 15) | def ticks_add(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks (line 22) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 23) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 24) | def current_task(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-esp8266-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/uasyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/ubinascii.pyi function unhexlify (line 21) | def unhexlify(data) -> bytes: function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function b2a_base64 (line 38) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 46) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-esp8266-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-esp8266-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-esp8266-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-esp8266-stubs/umachine.pyi function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function unique_id (line 46) | def unique_id() -> bytes: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function idle (line 126) | def idle() -> Incomplete: function lightsleep (line 135) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset_cause (line 160) | def reset_cause() -> int: function reset (line 166) | def reset() -> NoReturn: function bitstream (line 173) | def bitstream( class RTC (line 202) | class RTC: method datetime (line 208) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 224) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: method memory (line 235) | def memory(self, *args, **kwargs) -> Incomplete: ... method alarm_left (line 236) | def alarm_left(self, alarm_id=0) -> int: method alarm (line 242) | def alarm(self, id, time, *, repeat=False) -> None: method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 252) | class Pin: method irq (line 322) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 367) | def off(self) -> None: method on (line 373) | def on(self) -> None: method init (line 379) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 389) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 423) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 424) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class ADC (line 435) | class ADC: method read_u16 (line 451) | def read_u16(self) -> int: method read (line 459) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 460) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 462) | class PWM: method duty_u16 (line 481) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 493) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 500) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 511) | def deinit(self) -> None: method duty_ns (line 517) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 527) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 528) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 530) | class I2C: method readfrom_mem_into (line 548) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 560) | def readfrom_into( method readfrom_mem (line 575) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 584) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 595) | def scan(self) -> List: method writeto (line 603) | def writeto( method writevto (line 618) | def writevto( method start (line 639) | def start(self) -> None: method readfrom (line 645) | def readfrom( method readinto (line 658) | def readinto( method init (line 672) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 686) | def stop(self) -> None: method write (line 692) | def write(self, buf) -> int: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 702) | class WDT: method feed (line 711) | def feed(self) -> None: method __init__ (line 719) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 721) | class Timer: method init (line 732) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 772) | def deinit(self) -> None: method __init__ (line 778) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 780) | class SoftSPI(SPI): method deinit (line 789) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 790) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 791) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 792) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 793) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 794) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 795) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 797) | class UART: method txdone (line 802) | def txdone(self) -> bool: method write (line 817) | def write(self, buf) -> Union[int, None]: method flush (line 825) | def flush(self) -> Incomplete: method init (line 840) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method readline (line 894) | def readline(self) -> Union[str, None]: method any (line 903) | def any(self) -> int: method read (line 918) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 929) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method __init__ (line 940) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 944) | class SPI: method deinit (line 958) | def deinit(self) -> None: method init (line 964) | def init( method write_readinto (line 990) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1001) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1009) | def write(self, buf) -> int: method readinto (line 1018) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1028) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1030) | class SoftI2C(I2C): method readfrom_mem_into (line 1043) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1044) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1045) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1046) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1047) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1048) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1049) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1050) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1051) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1052) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1053) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1054) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1055) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1056) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1058) | class Signal(Pin): method off (line 1079) | def off(self) -> None: method on (line 1085) | def on(self) -> None: method value (line 1091) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1111) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method set_last_will (line 13) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method ping (line 15) | def ping(self, *args, **kwargs) -> Incomplete: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 17) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 18) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 19) | def connect(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 20) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method log (line 21) | def log(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 22) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 23) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 24) | def publish(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 25) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 26) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTClient (line 12) | class MQTTClient: method publish (line 13) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 14) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 17) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 18) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 20) | def connect(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 21) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 22) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 23) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... class MQTTException (line 26) | class MQTTException(Exception): ... FILE: publish/micropython-v1_21_0-esp8266-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-esp8266-stubs/urandom.pyi function seed (line 39) | def seed( function getrandbits (line 53) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-esp8266-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/urequests.pyi function request (line 10) | def request(*args, **kwargs) -> Incomplete: ... function head (line 11) | def head(*args, **kwargs) -> Incomplete: ... function post (line 12) | def post(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 14) | def delete(*args, **kwargs) -> Incomplete: ... function put (line 15) | def put(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-esp8266-stubs/usocket.pyi function reset (line 86) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 87) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 88) | def getaddrinfo( function callback (line 136) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 138) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize) -> Tuple: method recv (line 160) | def recv(self, bufsize) -> bytes: method makefile (line 167) | def makefile( method listen (line 189) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 198) | def settimeout(self, value) -> Incomplete: method sendall (line 233) | def sendall(self, bytes) -> int: method setsockopt (line 246) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 254) | def setblocking(self, flag) -> Incomplete: method sendto (line 266) | def sendto(self, bytes, address) -> None: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/ussl.pyi function wrap_socket (line 26) | def wrap_socket( class SSLContext (line 48) | class SSLContext: method wrap_socket (line 54) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-esp8266-stubs/usys.pyi function exit (line 28) | def exit( function print_exception (line 38) | def print_exception( FILE: publish/micropython-v1_21_0-esp8266-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-esp8266-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-esp8266-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/_rp2.pyi function bootsel_button (line 25) | def bootsel_button() -> Incomplete: class StateMachine (line 38) | class StateMachine: method irq (line 48) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 56) | def put(self, value, shift=0) -> Incomplete: method restart (line 72) | def restart(self) -> Incomplete: method rx_fifo (line 87) | def rx_fifo(self) -> int: method tx_fifo (line 97) | def tx_fifo(self) -> int: method init (line 107) | def init( method exec (line 155) | def exec(self, instr) -> Incomplete: method get (line 171) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 183) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 194) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 196) | class Flash: method readblocks (line 201) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 202) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 203) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 211) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 213) | class PIO: method state_machine (line 234) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 246) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 256) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 266) | def add_program(self, program) -> Incomplete: method __init__ (line 276) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/asyncio/__init__.pyi function __getattr__ (line 42) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/asyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/asyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(io.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/asyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/asyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/asyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 31) | def close(self) -> None: ... method wait_closed (line 32) | async def wait_closed(self) -> None: ... method _serve (line 33) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 35) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 36) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/machine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 800) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 802) | class board: method __init__ (line 831) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 833) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 834) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 842) | class SoftSPI(SPI): method deinit (line 851) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 852) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 853) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 854) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 855) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 856) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 857) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 859) | class Timer: method init (line 870) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 910) | def deinit(self) -> None: method __init__ (line 916) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 918) | class UART: method deinit (line 927) | def deinit(self) -> None: method sendbreak (line 937) | def sendbreak(self) -> None: method init (line 944) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 998) | def flush(self) -> Incomplete: method txdone (line 1013) | def txdone(self) -> bool: method read (line 1028) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1039) | def any(self) -> int: method write (line 1054) | def write(self, buf) -> Union[int, None]: method readinto (line 1062) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1073) | def readline(self) -> Union[str, None]: method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1084) | class SoftI2C(I2C): method readfrom_mem_into (line 1097) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1098) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1099) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1100) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1101) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1102) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1103) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1104) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1105) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1107) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1108) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1109) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1110) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1112) | class RTC: method datetime (line 1117) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1133) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1135) | class SPI: method deinit (line 1149) | def deinit(self) -> None: method init (line 1155) | def init( method write_readinto (line 1181) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1192) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1200) | def write(self, buf) -> int: method readinto (line 1209) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1219) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1221) | class Signal(Pin): method off (line 1242) | def off(self) -> None: method on (line 1248) | def on(self) -> None: method value (line 1254) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1274) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/neopixel.pyi class NeoPixel (line 16) | class NeoPixel: method __init__ (line 32) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 33) | def __len__(self) -> int: method __setitem__ (line 38) | def __setitem__(self, i, v) -> None: method __getitem__ (line 43) | def __getitem__(self, i) -> Tuple: method fill (line 48) | def fill(self, v) -> None: method write (line 54) | def write(self) -> None: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/os.pyi function statvfs (line 23) | def statvfs(path) -> Tuple: function stat (line 46) | def stat(path) -> Incomplete: function rmdir (line 52) | def rmdir(path) -> None: function rename (line 58) | def rename(old_path, new_path) -> None: function mount (line 64) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 82) | def sync() -> None: function unlink (line 88) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 89) | def uname() -> uname_result: function umount (line 103) | def umount(mount_point) -> Incomplete: function urandom (line 113) | def urandom(n) -> bytes: function chdir (line 120) | def chdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function remove (line 152) | def remove(path) -> None: function mkdir (line 158) | def mkdir(path) -> Incomplete: function getcwd (line 164) | def getcwd() -> Incomplete: function listdir (line 170) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 176) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 197) | class VfsLfs2: method rename (line 215) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 217) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 226) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 227) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 228) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 229) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 230) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 231) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 232) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 233) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 234) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 235) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 236) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 237) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 239) | class VfsFat: method rename (line 246) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 248) | def mkfs(block_dev) -> None: method mount (line 254) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 255) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 256) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 257) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 258) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 259) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 260) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 261) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 262) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 263) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 264) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 265) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/rp2.pyi class PIOASMError (line 29) | class PIOASMError(Exception): ... class PIOASMEmit (line 31) | class PIOASMEmit: method __init__ (line 36) | def __init__( method start_pass (line 55) | def start_pass(self, pass_) -> None: ... method __getitem__ (line 56) | def __getitem__(self, key): ... method delay (line 57) | def delay(self, delay): ... method side (line 58) | def side(self, value): ... method wrap_target (line 59) | def wrap_target(self) -> None: ... method wrap (line 60) | def wrap(self) -> None: ... method label (line 61) | def label(self, label) -> None: ... method word (line 62) | def word(self, instr, label: Incomplete | None = ...): ... method nop (line 63) | def nop(self): ... method jmp (line 64) | def jmp(self, cond, label: Incomplete | None = ...): ... method wait (line 65) | def wait(self, polarity, src, index): ... method in_ (line 66) | def in_(self, src, data): ... method out (line 67) | def out(self, dest, data): ... method push (line 68) | def push(self, value: int = ..., value2: int = ...): ... method pull (line 69) | def pull(self, value: int = ..., value2: int = ...): ... method mov (line 70) | def mov(self, dest, src): ... method irq (line 71) | def irq(self, mod, index: Incomplete | None = ...): ... method set (line 72) | def set(self, dest, data): ... function asm_pio (line 76) | def asm_pio(**kw) -> Incomplete: function asm_pio_encode (line 113) | def asm_pio_encode(instr, sideset_count, sideset_opt: bool = ...) -> Inc... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/uasyncio.pyi function __getattr__ (line 38) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/uasyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function run_until_complete (line 56) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 57) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function ticks (line 65) | def ticks(*args, **kwargs) -> Incomplete: ... function run (line 66) | def run(coro) -> Incomplete: function new_event_loop (line 74) | def new_event_loop() -> Incomplete: function current_task (line 83) | def current_task() -> Task: function get_event_loop (line 89) | def get_event_loop() -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class Loop (line 116) | class Loop: method call_exception_handler (line 122) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 129) | def run_forever(self) -> Incomplete: method set_exception_handler (line 135) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 142) | def get_exception_handler(self) -> None: method default_exception_handler (line 149) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 155) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 162) | def close(self) -> None: method create_task (line 168) | def create_task(self, coro) -> Task: method stop (line 174) | def stop(self) -> None: method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 182) | class IOQueue: method _dequeue (line 183) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 184) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 185) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 186) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 187) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 188) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 189) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 191) | class Lock: method locked (line 199) | def locked(self) -> bool: method release (line 205) | def release(self) -> Incomplete: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 215) | class CancelledError(Exception): ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 228) | class TaskQueue: method push (line 229) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 230) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 231) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 232) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 237) | class ThreadSafeFlag: method set (line 245) | def set(self) -> None: method ioctl (line 252) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 253) | def clear(self) -> None: method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 262) | class Event: method set (line 268) | def set(self) -> None: method is_set (line 277) | def is_set(self) -> bool: method clear (line 283) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class StreamWriter (line 298) | class StreamWriter: method get_extra_info (line 299) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 300) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 301) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 312) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 314) | class StreamReader: method get_extra_info (line 315) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 316) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 317) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/uasyncio/core.pyi function ticks_diff (line 13) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 14) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks_add (line 15) | def ticks_add(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks (line 22) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 23) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 24) | def current_task(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/uasyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/umachine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 800) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 802) | class board: method __init__ (line 831) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 833) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 834) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 842) | class SoftSPI(SPI): method deinit (line 851) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 852) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 853) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 854) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 855) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 856) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 857) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 859) | class Timer: method init (line 870) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 910) | def deinit(self) -> None: method __init__ (line 916) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 918) | class UART: method deinit (line 927) | def deinit(self) -> None: method sendbreak (line 937) | def sendbreak(self) -> None: method init (line 944) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 998) | def flush(self) -> Incomplete: method txdone (line 1013) | def txdone(self) -> bool: method read (line 1028) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1039) | def any(self) -> int: method write (line 1054) | def write(self, buf) -> Union[int, None]: method readinto (line 1062) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1073) | def readline(self) -> Union[str, None]: method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1084) | class SoftI2C(I2C): method readfrom_mem_into (line 1097) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1098) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1099) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1100) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1101) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1102) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1103) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1104) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1105) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1107) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1108) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1109) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1110) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1112) | class RTC: method datetime (line 1117) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1133) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1135) | class SPI: method deinit (line 1149) | def deinit(self) -> None: method init (line 1155) | def init( method write_readinto (line 1181) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1192) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1200) | def write(self, buf) -> int: method readinto (line 1209) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1219) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1221) | class Signal(Pin): method off (line 1242) | def off(self) -> None: method on (line 1248) | def on(self) -> None: method value (line 1254) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1274) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/uos.pyi function statvfs (line 23) | def statvfs(path) -> Tuple: function stat (line 46) | def stat(path) -> Incomplete: function rmdir (line 52) | def rmdir(path) -> None: function rename (line 58) | def rename(old_path, new_path) -> None: function mount (line 64) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 82) | def sync() -> None: function unlink (line 88) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 89) | def uname() -> uname_result: function umount (line 103) | def umount(mount_point) -> Incomplete: function urandom (line 113) | def urandom(n) -> bytes: function chdir (line 120) | def chdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function remove (line 152) | def remove(path) -> None: function mkdir (line 158) | def mkdir(path) -> Incomplete: function getcwd (line 164) | def getcwd() -> Incomplete: function listdir (line 170) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 176) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 197) | class VfsLfs2: method rename (line 215) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 217) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 226) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 227) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 228) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 229) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 230) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 231) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 232) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 233) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 234) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 235) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 236) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 237) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 239) | class VfsFat: method rename (line 246) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 248) | def mkfs(block_dev) -> None: method mount (line 254) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 255) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 256) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 257) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 258) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 259) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 260) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 261) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 262) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 263) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 264) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 265) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-rp2-rpi_pico-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/_rp2.pyi function country (line 25) | def country(*args, **kwargs) -> Incomplete: ... function bootsel_button (line 26) | def bootsel_button() -> Incomplete: class Flash (line 39) | class Flash: method readblocks (line 44) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 45) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 46) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 56) | class PIO: method state_machine (line 77) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 89) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 99) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 109) | def add_program(self, program) -> Incomplete: method __init__ (line 119) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 121) | class StateMachine: method irq (line 131) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 139) | def put(self, value, shift=0) -> Incomplete: method restart (line 155) | def restart(self) -> Incomplete: method rx_fifo (line 170) | def rx_fifo(self) -> int: method tx_fifo (line 180) | def tx_fifo(self) -> int: method init (line 190) | def init( method exec (line 238) | def exec(self, instr) -> Incomplete: method get (line 254) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 266) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/aioble/central.pyi function _central_irq (line 37) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 38) | def _central_shutdown() -> None: ... function _cancel_pending (line 39) | async def _cancel_pending() -> None: ... function _connect (line 40) | async def _connect(connection, timeout_ms) -> None: ... class ScanResult (line 42) | class ScanResult: method __init__ (line 48) | def __init__(self, device) -> None: ... method _update (line 49) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 50) | def __str__(self) -> str: ... method _decode_field (line 51) | def _decode_field(self, *adv_type) -> Generator[Incomplete, None, None... method name (line 52) | def name(self): ... method services (line 53) | def services(self) -> Generator[Incomplete, None, None]: ... method manufacturer (line 54) | def manufacturer(self, filter: Incomplete | None = ...) -> Generator[I... class scan (line 56) | class scan: method __init__ (line 65) | def __init__( method __aenter__ (line 68) | async def __aenter__(self): ... method __aexit__ (line 69) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 70) | def __aiter__(self): ... method __anext__ (line 71) | async def __anext__(self): ... method cancel (line 72) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/aioble/client.pyi function _client_irq (line 26) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 28) | class ClientDiscover: method __init__ (line 37) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 38) | async def _start(self) -> None: ... method __aiter__ (line 39) | def __aiter__(self): ... method __anext__ (line 40) | async def __anext__(self): ... method _discover_result (line 41) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 42) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 44) | class ClientService: method __init__ (line 49) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 50) | def __str__(self) -> str: ... method characteristic (line 51) | async def characteristic(self, uuid, timeout_ms: int = ...): ... method characteristics (line 52) | def characteristics(self, uuid: Incomplete | None = ..., timeout_ms: i... method _start_discovery (line 53) | def _start_discovery(connection, uuid: Incomplete | None = ...) -> Non... class BaseClientCharacteristic (line 55) | class BaseClientCharacteristic: method __init__ (line 64) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 65) | def _register_with_connection(self) -> None: ... method _find (line 66) | def _find(conn_handle, value_handle): ... method _check (line 67) | def _check(self, flag) -> None: ... method read (line 68) | async def read(self, timeout_ms: int = ...): ... method _read_result (line 69) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 70) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 71) | async def write(self, data, response: Incomplete | None = ..., timeout... method _write_done (line 72) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 74) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 82) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 83) | def __str__(self) -> str: ... method _connection (line 84) | def _connection(self): ... method descriptor (line 85) | async def descriptor(self, uuid, timeout_ms: int = ...): ... method descriptors (line 86) | def descriptors(self, timeout_ms: int = ...): ... method _start_discovery (line 87) | def _start_discovery(service, uuid: Incomplete | None = ...) -> None: ... method _notified_indicated (line 88) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 89) | async def notified(self, timeout_ms: Incomplete | None = ...): ... method _on_notify_indicate (line 90) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 91) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 92) | async def indicated(self, timeout_ms: Incomplete | None = ...): ... method _on_indicate (line 93) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 94) | async def subscribe(self, notify: bool = ..., indicate: bool = ...) ->... class ClientDescriptor (line 96) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 99) | def __str__(self) -> str: ... method _connection (line 100) | def _connection(self): ... method _start_discovery (line 101) | def _start_discovery(characteristic, uuid: Incomplete | None = ...) ->... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/aioble/core.pyi function log_error (line 5) | def log_error(*args) -> None: ... function log_warn (line 6) | def log_warn(*args) -> None: ... function log_info (line 7) | def log_info(*args) -> None: ... class GattError (line 9) | class GattError(Exception): method __init__ (line 11) | def __init__(self, status) -> None: ... function ensure_active (line 13) | def ensure_active() -> None: ... function config (line 14) | def config(*args, **kwargs): ... function register_irq_handler (line 19) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 20) | def stop() -> None: ... function ble_irq (line 21) | def ble_irq(event, data): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/aioble/device.pyi class DeviceDisconnectedError (line 7) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 9) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 11) | class DeviceTimeout: method __init__ (line 16) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 17) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 18) | def __enter__(self) -> None: ... method __exit__ (line 19) | def __exit__( class Device (line 23) | class Device: method __init__ (line 27) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 28) | def __eq__(self, rhs): ... method __hash__ (line 29) | def __hash__(self): ... method __str__ (line 30) | def __str__(self) -> str: ... method addr_hex (line 31) | def addr_hex(self): ... method connect (line 32) | async def connect(self, timeout_ms: int = ...): ... class DeviceConnection (line 34) | class DeviceConnection: method __init__ (line 51) | def __init__(self, device) -> None: ... method device_task (line 52) | async def device_task(self) -> None: ... method _run_task (line 53) | def _run_task(self) -> None: ... method disconnect (line 54) | async def disconnect(self, timeout_ms: int = ...) -> None: ... method disconnected (line 55) | async def disconnected(self, timeout_ms: int = ..., disconnect: bool =... method service (line 56) | async def service(self, uuid, timeout_ms: int = ...): ... method services (line 57) | def services(self, uuid: Incomplete | None = ..., timeout_ms: int = ..... method pair (line 58) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 59) | def is_connected(self): ... method timeout (line 60) | def timeout(self, timeout_ms): ... method exchange_mtu (line 61) | async def exchange_mtu(self, mtu: Incomplete | None = ..., timeout_ms:... method l2cap_accept (line 62) | async def l2cap_accept(self, psm, mtu, timeout_ms: Incomplete | None =... method l2cap_connect (line 63) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = ...): ... method __aenter__ (line 64) | async def __aenter__(self): ... method __aexit__ (line 65) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/aioble/l2cap.pyi function _l2cap_irq (line 13) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 14) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 16) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 17) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 19) | class L2CAPChannel: method __init__ (line 28) | def __init__(self, connection) -> None: ... method _assert_connected (line 29) | def _assert_connected(self) -> None: ... method recvinto (line 30) | async def recvinto(self, buf, timeout_ms: Incomplete | None = ...): ... method available (line 31) | def available(self): ... method send (line 32) | async def send(self, buf, timeout_ms: Incomplete | None = ..., chunk_s... method flush (line 33) | async def flush(self, timeout_ms: Incomplete | None = ...) -> None: ... method disconnect (line 34) | async def disconnect(self, timeout_ms: int = ...) -> None: ... method disconnected (line 35) | async def disconnected(self, timeout_ms: int = ...) -> None: ... method __aenter__ (line 36) | async def __aenter__(self): ... method __aexit__ (line 37) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 39) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 40) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/aioble/peripheral.pyi function _peripheral_irq (line 29) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 30) | def _peripheral_shutdown() -> None: ... function _append (line 31) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 32) | async def advertise( FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/aioble/security.pyi function load_secrets (line 23) | def load_secrets(path: Incomplete | None = ...) -> None: ... function _save_secrets (line 24) | def _save_secrets(arg: Incomplete | None = ...) -> None: ... function _security_irq (line 25) | def _security_irq(event, data): ... function _security_shutdown (line 26) | def _security_shutdown() -> None: ... function pair (line 27) | async def pair(connection, bond: bool = ..., le_secure: bool = ..., mitm... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/aioble/server.pyi function _server_irq (line 32) | def _server_irq(event, data): ... function _server_shutdown (line 33) | def _server_shutdown() -> None: ... class Service (line 35) | class Service: method __init__ (line 38) | def __init__(self, uuid) -> None: ... method _tuple (line 39) | def _tuple(self): ... class BaseCharacteristic (line 41) | class BaseCharacteristic: method _register (line 44) | def _register(self, value_handle) -> None: ... method read (line 45) | def read(self): ... method write (line 46) | def write(self, data, send_update: bool = ...) -> None: ... method _init_capture (line 48) | def _init_capture() -> None: ... method _run_capture_task (line 50) | async def _run_capture_task() -> None: ... method written (line 52) | async def written(self, timeout_ms: Incomplete | None = ...): ... method on_read (line 53) | def on_read(self, connection): ... method _remote_write (line 54) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 55) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 57) | class Characteristic(BaseCharacteristic): method __init__ (line 68) | def __init__( method _tuple (line 80) | def _tuple(self): ... method notify (line 81) | def notify(self, connection, data: Incomplete | None = ...) -> None: ... method indicate (line 82) | async def indicate(self, connection, data: Incomplete | None = ..., ti... method _indicate_done (line 83) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 85) | class BufferedCharacteristic(Characteristic): method __init__ (line 88) | def __init__(self, *args, max_len: int = ..., append: bool = ..., **kw... method _register (line 89) | def _register(self, value_handle) -> None: ... class Descriptor (line 91) | class Descriptor(BaseCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, uuid, read: bool = ..., write: bool... method _tuple (line 99) | def _tuple(self): ... function register_services (line 101) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/asyncio/__init__.pyi function __getattr__ (line 42) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/asyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/asyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(io.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/asyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/asyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/asyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 31) | def close(self) -> None: ... method wait_closed (line 32) | async def wait_closed(self) -> None: ... method _serve (line 33) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 35) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 36) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gatts_notify (line 54) | def gatts_notify( method gatts_indicate (line 74) | def gatts_indicate( method gattc_write (line 97) | def gattc_write( method gattc_read (line 123) | def gattc_read( method gattc_exchange_mtu (line 137) | def gattc_exchange_mtu( method gatts_read (line 154) | def gatts_read( method gatts_write (line 164) | def gatts_write( method gatts_set_buffer (line 179) | def gatts_set_buffer( method gatts_register_services (line 197) | def gatts_register_services( method irq (line 263) | def irq( method gap_connect (line 460) | def gap_connect( method gap_advertise (line 491) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 508) | def config( method active (line 575) | def active( method gattc_discover_services (line 587) | def gattc_discover_services( method gap_disconnect (line 602) | def gap_disconnect( method gattc_discover_descriptors (line 620) | def gattc_discover_descriptors( method gattc_discover_characteristics (line 634) | def gattc_discover_characteristics( method gap_scan (line 655) | def gap_scan( method __init__ (line 697) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/lwip.pyi function reset (line 22) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 23) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 24) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 25) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 27) | class socket: method recvfrom (line 28) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 29) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 31) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 32) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 34) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 36) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 38) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 39) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 40) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 41) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 42) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 43) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 44) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 45) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/machine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 803) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 805) | class board: method __init__ (line 836) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 838) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 839) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 847) | class SoftSPI(SPI): method deinit (line 856) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 857) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 858) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 859) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 860) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 861) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 862) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 864) | class Timer: method init (line 875) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 915) | def deinit(self) -> None: method __init__ (line 921) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 923) | class UART: method deinit (line 932) | def deinit(self) -> None: method sendbreak (line 942) | def sendbreak(self) -> None: method init (line 949) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1003) | def flush(self) -> Incomplete: method txdone (line 1018) | def txdone(self) -> bool: method read (line 1033) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1044) | def any(self) -> int: method write (line 1059) | def write(self, buf) -> Union[int, None]: method readinto (line 1067) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1078) | def readline(self) -> Union[str, None]: method __init__ (line 1087) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1089) | class SoftI2C(I2C): method readfrom_mem_into (line 1102) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1103) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1104) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1105) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1106) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1107) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1108) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1109) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1110) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1111) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1112) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1113) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1114) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1117) | class RTC: method datetime (line 1122) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1138) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1140) | class SPI: method deinit (line 1154) | def deinit(self) -> None: method init (line 1160) | def init( method write_readinto (line 1186) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1197) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1205) | def write(self, buf) -> int: method readinto (line 1214) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1224) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1226) | class Signal(Pin): method off (line 1247) | def off(self) -> None: method on (line 1253) | def on(self) -> None: method value (line 1259) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1279) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/mip/__init__.pyi function _ensure_path_exists (line 7) | def _ensure_path_exists(path) -> None: ... function _chunk (line 8) | def _chunk(src, dest) -> None: ... function _check_exists (line 9) | def _check_exists(path, short_hash): ... function _rewrite_url (line 10) | def _rewrite_url(url, branch: Incomplete | None = ...): ... function _download_file (line 11) | def _download_file(url, dest): ... function _install_json (line 12) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 13) | def _install_package(package, index, target, version, mpy): ... function install (line 14) | def install( FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/neopixel.pyi class NeoPixel (line 16) | class NeoPixel: method __init__ (line 32) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 33) | def __len__(self) -> int: method __setitem__ (line 38) | def __setitem__(self, i, v) -> None: method __getitem__ (line 43) | def __getitem__(self, i) -> Tuple: method fill (line 48) | def fill(self, v) -> None: method write (line 54) | def write(self) -> None: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/network.pyi function route (line 58) | def route(*args, **kwargs) -> Incomplete: ... function hostname (line 59) | def hostname(*args, **kwargs) -> Incomplete: ... function country (line 60) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 62) | class WLAN: method isconnected (line 74) | def isconnected(self) -> bool: method ioctl (line 82) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method ifconfig (line 83) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method scan (line 94) | def scan(self) -> List[Tuple]: method send_ethernet (line 123) | def send_ethernet(self, *args, **kwargs) -> Incomplete: ... method status (line 124) | def status(self, param: Optional[Any] = None) -> Incomplete: method config (line 143) | def config(self, *args, **kwargs) -> Incomplete: method active (line 178) | def active(self, is_active: Optional[Any] = None) -> None: method disconnect (line 186) | def disconnect(self) -> None: method connect (line 192) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method deinit (line 201) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 202) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/os.pyi function statvfs (line 23) | def statvfs(path) -> Tuple: function stat (line 46) | def stat(path) -> Incomplete: function rmdir (line 52) | def rmdir(path) -> None: function rename (line 58) | def rename(old_path, new_path) -> None: function mount (line 64) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 82) | def sync() -> None: function unlink (line 88) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 89) | def uname() -> uname_result: function umount (line 103) | def umount(mount_point) -> Incomplete: function urandom (line 113) | def urandom(n) -> bytes: function chdir (line 120) | def chdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function remove (line 152) | def remove(path) -> None: function mkdir (line 158) | def mkdir(path) -> Incomplete: function getcwd (line 164) | def getcwd() -> Incomplete: function listdir (line 170) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 176) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 197) | class VfsLfs2: method rename (line 215) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 217) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 226) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 227) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 228) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 229) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 230) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 231) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 232) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 233) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 234) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 235) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 236) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 237) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 239) | class VfsFat: method rename (line 246) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 248) | def mkfs(block_dev) -> None: method mount (line 254) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 255) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 256) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 257) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 258) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 259) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 260) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 261) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 262) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 263) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 264) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 265) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/rp2.pyi class PIOASMError (line 29) | class PIOASMError(Exception): ... class PIOASMEmit (line 31) | class PIOASMEmit: method __init__ (line 36) | def __init__( method start_pass (line 55) | def start_pass(self, pass_) -> None: ... method __getitem__ (line 56) | def __getitem__(self, key): ... method delay (line 57) | def delay(self, delay): ... method side (line 58) | def side(self, value): ... method wrap_target (line 59) | def wrap_target(self) -> None: ... method wrap (line 60) | def wrap(self) -> None: ... method label (line 61) | def label(self, label) -> None: ... method word (line 62) | def word(self, instr, label: Incomplete | None = ...): ... method nop (line 63) | def nop(self): ... method jmp (line 64) | def jmp(self, cond, label: Incomplete | None = ...): ... method wait (line 65) | def wait(self, polarity, src, index): ... method in_ (line 66) | def in_(self, src, data): ... method out (line 67) | def out(self, dest, data): ... method push (line 68) | def push(self, value: int = ..., value2: int = ...): ... method pull (line 69) | def pull(self, value: int = ..., value2: int = ...): ... method mov (line 70) | def mov(self, dest, src): ... method irq (line 71) | def irq(self, mod, index: Incomplete | None = ...): ... method set (line 72) | def set(self, dest, data): ... function asm_pio (line 76) | def asm_pio(**kw) -> Incomplete: function asm_pio_encode (line 113) | def asm_pio_encode(instr, sideset_count, sideset_opt: bool = ...) -> Inc... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/socket.pyi function reset (line 86) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 87) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 88) | def getaddrinfo( function callback (line 136) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 138) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize) -> Tuple: method recv (line 160) | def recv(self, bufsize) -> bytes: method makefile (line 167) | def makefile( method listen (line 189) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 198) | def settimeout(self, value) -> Incomplete: method sendall (line 233) | def sendall(self, bytes) -> int: method setsockopt (line 246) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 254) | def setblocking(self, flag) -> Incomplete: method sendto (line 266) | def sendto(self, bytes, address) -> None: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/ssl.pyi function wrap_socket (line 29) | def wrap_socket( class SSLContext (line 51) | class SSLContext: method wrap_socket (line 57) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 82) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/uasyncio.pyi function __getattr__ (line 38) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/uasyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function run_until_complete (line 56) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 57) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function ticks (line 65) | def ticks(*args, **kwargs) -> Incomplete: ... function run (line 66) | def run(coro) -> Incomplete: function new_event_loop (line 74) | def new_event_loop() -> Incomplete: function current_task (line 83) | def current_task() -> Task: function get_event_loop (line 89) | def get_event_loop() -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class Loop (line 116) | class Loop: method call_exception_handler (line 122) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 129) | def run_forever(self) -> Incomplete: method set_exception_handler (line 135) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 142) | def get_exception_handler(self) -> None: method default_exception_handler (line 149) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 155) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 162) | def close(self) -> None: method create_task (line 168) | def create_task(self, coro) -> Task: method stop (line 174) | def stop(self) -> None: method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 182) | class IOQueue: method _dequeue (line 183) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 184) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 185) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 186) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 187) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 188) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 189) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 191) | class Lock: method locked (line 199) | def locked(self) -> bool: method release (line 205) | def release(self) -> Incomplete: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 215) | class CancelledError(Exception): ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 228) | class TaskQueue: method push (line 229) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 230) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 231) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 232) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 237) | class ThreadSafeFlag: method set (line 245) | def set(self) -> None: method ioctl (line 252) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 253) | def clear(self) -> None: method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 262) | class Event: method set (line 268) | def set(self) -> None: method is_set (line 277) | def is_set(self) -> bool: method clear (line 283) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class StreamWriter (line 298) | class StreamWriter: method get_extra_info (line 299) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 300) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 301) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 312) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 314) | class StreamReader: method get_extra_info (line 315) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 316) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 317) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/uasyncio/core.pyi function ticks_diff (line 13) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 14) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks_add (line 15) | def ticks_add(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks (line 22) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 23) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 24) | def current_task(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/uasyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gatts_notify (line 54) | def gatts_notify( method gatts_indicate (line 74) | def gatts_indicate( method gattc_write (line 97) | def gattc_write( method gattc_read (line 123) | def gattc_read( method gattc_exchange_mtu (line 137) | def gattc_exchange_mtu( method gatts_read (line 154) | def gatts_read( method gatts_write (line 164) | def gatts_write( method gatts_set_buffer (line 179) | def gatts_set_buffer( method gatts_register_services (line 197) | def gatts_register_services( method irq (line 263) | def irq( method gap_connect (line 460) | def gap_connect( method gap_advertise (line 491) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 508) | def config( method active (line 575) | def active( method gattc_discover_services (line 587) | def gattc_discover_services( method gap_disconnect (line 602) | def gap_disconnect( method gattc_discover_descriptors (line 620) | def gattc_discover_descriptors( method gattc_discover_characteristics (line 634) | def gattc_discover_characteristics( method gap_scan (line 655) | def gap_scan( method __init__ (line 697) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/umachine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 803) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 805) | class board: method __init__ (line 836) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 838) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 839) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 847) | class SoftSPI(SPI): method deinit (line 856) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 857) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 858) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 859) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 860) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 861) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 862) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 864) | class Timer: method init (line 875) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 915) | def deinit(self) -> None: method __init__ (line 921) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 923) | class UART: method deinit (line 932) | def deinit(self) -> None: method sendbreak (line 942) | def sendbreak(self) -> None: method init (line 949) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1003) | def flush(self) -> Incomplete: method txdone (line 1018) | def txdone(self) -> bool: method read (line 1033) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1044) | def any(self) -> int: method write (line 1059) | def write(self, buf) -> Union[int, None]: method readinto (line 1067) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1078) | def readline(self) -> Union[str, None]: method __init__ (line 1087) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1089) | class SoftI2C(I2C): method readfrom_mem_into (line 1102) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1103) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1104) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1105) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1106) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1107) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1108) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1109) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1110) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1111) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1112) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1113) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1114) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1117) | class RTC: method datetime (line 1122) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1138) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1140) | class SPI: method deinit (line 1154) | def deinit(self) -> None: method init (line 1160) | def init( method write_readinto (line 1186) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1197) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1205) | def write(self, buf) -> int: method readinto (line 1214) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1224) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1226) | class Signal(Pin): method off (line 1247) | def off(self) -> None: method on (line 1253) | def on(self) -> None: method value (line 1259) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1279) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/uos.pyi function statvfs (line 23) | def statvfs(path) -> Tuple: function stat (line 46) | def stat(path) -> Incomplete: function rmdir (line 52) | def rmdir(path) -> None: function rename (line 58) | def rename(old_path, new_path) -> None: function mount (line 64) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 82) | def sync() -> None: function unlink (line 88) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 89) | def uname() -> uname_result: function umount (line 103) | def umount(mount_point) -> Incomplete: function urandom (line 113) | def urandom(n) -> bytes: function chdir (line 120) | def chdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function remove (line 152) | def remove(path) -> None: function mkdir (line 158) | def mkdir(path) -> Incomplete: function getcwd (line 164) | def getcwd() -> Incomplete: function listdir (line 170) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 176) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 197) | class VfsLfs2: method rename (line 215) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 217) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 226) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 227) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 228) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 229) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 230) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 231) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 232) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 233) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 234) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 235) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 236) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 237) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 239) | class VfsFat: method rename (line 246) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 248) | def mkfs(block_dev) -> None: method mount (line 254) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 255) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 256) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 257) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 258) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 259) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 260) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 261) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 262) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 263) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 264) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 265) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/usocket.pyi function reset (line 86) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 87) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 88) | def getaddrinfo( function callback (line 136) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 138) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize) -> Tuple: method recv (line 160) | def recv(self, bufsize) -> bytes: method makefile (line 167) | def makefile( method listen (line 189) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 198) | def settimeout(self, value) -> Incomplete: method sendall (line 233) | def sendall(self, bytes) -> int: method setsockopt (line 246) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 254) | def setblocking(self, flag) -> Incomplete: method sendto (line 266) | def sendto(self, bytes, address) -> None: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/ussl.pyi function wrap_socket (line 29) | def wrap_socket( class SSLContext (line 51) | class SSLContext: method wrap_socket (line 57) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 82) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = ..., password: Incomplete | None = ..., accept_han... function start_foreground (line 16) | def start_foreground(port: int = ..., password: Incomplete | None = ...)... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_21_0-rp2-rpi_pico_w-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_21_0-rp2-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-rp2-stubs/_rp2.pyi function bootsel_button (line 25) | def bootsel_button() -> Incomplete: class StateMachine (line 38) | class StateMachine: method irq (line 48) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 56) | def put(self, value, shift=0) -> Incomplete: method restart (line 72) | def restart(self) -> Incomplete: method rx_fifo (line 87) | def rx_fifo(self) -> int: method tx_fifo (line 97) | def tx_fifo(self) -> int: method init (line 107) | def init( method exec (line 155) | def exec(self, instr) -> Incomplete: method get (line 171) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 183) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 194) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 196) | class Flash: method readblocks (line 201) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 202) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 203) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 211) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 213) | class PIO: method state_machine (line 234) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 246) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 256) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 266) | def add_program(self, program) -> Incomplete: method __init__ (line 276) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/asyncio/__init__.pyi function __getattr__ (line 42) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-rp2-stubs/asyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_21_0-rp2-stubs/asyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(io.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_21_0-rp2-stubs/asyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_21_0-rp2-stubs/asyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_21_0-rp2-stubs/asyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 31) | def close(self) -> None: ... method wait_closed (line 32) | async def wait_closed(self) -> None: ... method _serve (line 33) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 35) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 36) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_21_0-rp2-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-rp2-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_21_0-rp2-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-rp2-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_21_0-rp2-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_21_0-rp2-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_21_0-rp2-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-stubs/machine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 800) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 802) | class board: method __init__ (line 831) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 833) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 834) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 842) | class SoftSPI(SPI): method deinit (line 851) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 852) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 853) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 854) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 855) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 856) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 857) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 859) | class Timer: method init (line 870) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 910) | def deinit(self) -> None: method __init__ (line 916) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 918) | class UART: method deinit (line 927) | def deinit(self) -> None: method sendbreak (line 937) | def sendbreak(self) -> None: method init (line 944) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 998) | def flush(self) -> Incomplete: method txdone (line 1013) | def txdone(self) -> bool: method read (line 1028) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1039) | def any(self) -> int: method write (line 1054) | def write(self, buf) -> Union[int, None]: method readinto (line 1062) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1073) | def readline(self) -> Union[str, None]: method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1084) | class SoftI2C(I2C): method readfrom_mem_into (line 1097) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1098) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1099) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1100) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1101) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1102) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1103) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1104) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1105) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1107) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1108) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1109) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1110) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1112) | class RTC: method datetime (line 1117) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1133) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1135) | class SPI: method deinit (line 1149) | def deinit(self) -> None: method init (line 1155) | def init( method write_readinto (line 1181) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1192) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1200) | def write(self, buf) -> int: method readinto (line 1209) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1219) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1221) | class Signal(Pin): method off (line 1242) | def off(self) -> None: method on (line 1248) | def on(self) -> None: method value (line 1254) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1274) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_21_0-rp2-stubs/neopixel.pyi class NeoPixel (line 16) | class NeoPixel: method __init__ (line 32) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 33) | def __len__(self) -> int: method __setitem__ (line 38) | def __setitem__(self, i, v) -> None: method __getitem__ (line 43) | def __getitem__(self, i) -> Tuple: method fill (line 48) | def fill(self, v) -> None: method write (line 54) | def write(self) -> None: FILE: publish/micropython-v1_21_0-rp2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_21_0-rp2-stubs/os.pyi function statvfs (line 23) | def statvfs(path) -> Tuple: function stat (line 46) | def stat(path) -> Incomplete: function rmdir (line 52) | def rmdir(path) -> None: function rename (line 58) | def rename(old_path, new_path) -> None: function mount (line 64) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 82) | def sync() -> None: function unlink (line 88) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 89) | def uname() -> uname_result: function umount (line 103) | def umount(mount_point) -> Incomplete: function urandom (line 113) | def urandom(n) -> bytes: function chdir (line 120) | def chdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function remove (line 152) | def remove(path) -> None: function mkdir (line 158) | def mkdir(path) -> Incomplete: function getcwd (line 164) | def getcwd() -> Incomplete: function listdir (line 170) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 176) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 197) | class VfsLfs2: method rename (line 215) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 217) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 226) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 227) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 228) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 229) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 230) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 231) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 232) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 233) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 234) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 235) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 236) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 237) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 239) | class VfsFat: method rename (line 246) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 248) | def mkfs(block_dev) -> None: method mount (line 254) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 255) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 256) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 257) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 258) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 259) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 260) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 261) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 262) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 263) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 264) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 265) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-rp2-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-rp2-stubs/rp2.pyi class PIOASMError (line 29) | class PIOASMError(Exception): ... class PIOASMEmit (line 31) | class PIOASMEmit: method __init__ (line 36) | def __init__( method start_pass (line 55) | def start_pass(self, pass_) -> None: ... method __getitem__ (line 56) | def __getitem__(self, key): ... method delay (line 57) | def delay(self, delay): ... method side (line 58) | def side(self, value): ... method wrap_target (line 59) | def wrap_target(self) -> None: ... method wrap (line 60) | def wrap(self) -> None: ... method label (line 61) | def label(self, label) -> None: ... method word (line 62) | def word(self, instr, label: Incomplete | None = ...): ... method nop (line 63) | def nop(self): ... method jmp (line 64) | def jmp(self, cond, label: Incomplete | None = ...): ... method wait (line 65) | def wait(self, polarity, src, index): ... method in_ (line 66) | def in_(self, src, data): ... method out (line 67) | def out(self, dest, data): ... method push (line 68) | def push(self, value: int = ..., value2: int = ...): ... method pull (line 69) | def pull(self, value: int = ..., value2: int = ...): ... method mov (line 70) | def mov(self, dest, src): ... method irq (line 71) | def irq(self, mod, index: Incomplete | None = ...): ... method set (line 72) | def set(self, dest, data): ... function asm_pio (line 76) | def asm_pio(**kw) -> Incomplete: function asm_pio_encode (line 113) | def asm_pio_encode(instr, sideset_count, sideset_opt: bool = ...) -> Inc... FILE: publish/micropython-v1_21_0-rp2-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-rp2-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-rp2-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-rp2-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/uasyncio.pyi function __getattr__ (line 38) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-rp2-stubs/uasyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function run_until_complete (line 56) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 57) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function ticks (line 65) | def ticks(*args, **kwargs) -> Incomplete: ... function run (line 66) | def run(coro) -> Incomplete: function new_event_loop (line 74) | def new_event_loop() -> Incomplete: function current_task (line 83) | def current_task() -> Task: function get_event_loop (line 89) | def get_event_loop() -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class Loop (line 116) | class Loop: method call_exception_handler (line 122) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 129) | def run_forever(self) -> Incomplete: method set_exception_handler (line 135) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 142) | def get_exception_handler(self) -> None: method default_exception_handler (line 149) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 155) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 162) | def close(self) -> None: method create_task (line 168) | def create_task(self, coro) -> Task: method stop (line 174) | def stop(self) -> None: method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 182) | class IOQueue: method _dequeue (line 183) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 184) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 185) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 186) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 187) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 188) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 189) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 191) | class Lock: method locked (line 199) | def locked(self) -> bool: method release (line 205) | def release(self) -> Incomplete: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 215) | class CancelledError(Exception): ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 228) | class TaskQueue: method push (line 229) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 230) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 231) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 232) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 237) | class ThreadSafeFlag: method set (line 245) | def set(self) -> None: method ioctl (line 252) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 253) | def clear(self) -> None: method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 262) | class Event: method set (line 268) | def set(self) -> None: method is_set (line 277) | def is_set(self) -> bool: method clear (line 283) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class StreamWriter (line 298) | class StreamWriter: method get_extra_info (line 299) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 300) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 301) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 312) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 314) | class StreamReader: method get_extra_info (line 315) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 316) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 317) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/uasyncio/core.pyi function ticks_diff (line 13) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 14) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks_add (line 15) | def ticks_add(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks (line 22) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 23) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 24) | def current_task(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-rp2-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/uasyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-rp2-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-rp2-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-rp2-stubs/umachine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 800) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 802) | class board: method __init__ (line 831) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 833) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 834) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 842) | class SoftSPI(SPI): method deinit (line 851) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 852) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 853) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 854) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 855) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 856) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 857) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 859) | class Timer: method init (line 870) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 910) | def deinit(self) -> None: method __init__ (line 916) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 918) | class UART: method deinit (line 927) | def deinit(self) -> None: method sendbreak (line 937) | def sendbreak(self) -> None: method init (line 944) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 998) | def flush(self) -> Incomplete: method txdone (line 1013) | def txdone(self) -> bool: method read (line 1028) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1039) | def any(self) -> int: method write (line 1054) | def write(self, buf) -> Union[int, None]: method readinto (line 1062) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1073) | def readline(self) -> Union[str, None]: method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1084) | class SoftI2C(I2C): method readfrom_mem_into (line 1097) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1098) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1099) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1100) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1101) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1102) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1103) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1104) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1105) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1107) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1108) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1109) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1110) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1112) | class RTC: method datetime (line 1117) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1133) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1135) | class SPI: method deinit (line 1149) | def deinit(self) -> None: method init (line 1155) | def init( method write_readinto (line 1181) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1192) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1200) | def write(self, buf) -> int: method readinto (line 1209) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1219) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1221) | class Signal(Pin): method off (line 1242) | def off(self) -> None: method on (line 1248) | def on(self) -> None: method value (line 1254) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1274) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/uos.pyi function statvfs (line 23) | def statvfs(path) -> Tuple: function stat (line 46) | def stat(path) -> Incomplete: function rmdir (line 52) | def rmdir(path) -> None: function rename (line 58) | def rename(old_path, new_path) -> None: function mount (line 64) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 82) | def sync() -> None: function unlink (line 88) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 89) | def uname() -> uname_result: function umount (line 103) | def umount(mount_point) -> Incomplete: function urandom (line 113) | def urandom(n) -> bytes: function chdir (line 120) | def chdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function remove (line 152) | def remove(path) -> None: function mkdir (line 158) | def mkdir(path) -> Incomplete: function getcwd (line 164) | def getcwd() -> Incomplete: function listdir (line 170) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 176) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 197) | class VfsLfs2: method rename (line 215) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 217) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 226) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 227) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 228) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 229) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 230) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 231) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 232) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 233) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 234) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 235) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 236) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 237) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 239) | class VfsFat: method rename (line 246) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 248) | def mkfs(block_dev) -> None: method mount (line 254) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 255) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 256) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 257) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 258) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 259) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 260) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 261) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 262) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 263) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 264) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 265) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-rp2-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-rp2-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-rp2-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-rp2-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-rp2-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-rp2-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-rp2-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/_asyncio.pyi class TaskQueue (line 41) | class TaskQueue: method push (line 42) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 43) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 44) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 45) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 48) | class Task: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/array.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/asyncio/__init__.pyi function __getattr__ (line 42) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/asyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/asyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(io.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/asyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/asyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/asyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 31) | def close(self) -> None: ... method wait_closed (line 32) | async def wait_closed(self) -> None: ... method _serve (line 33) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 35) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 36) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/binascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/deflate.pyi class DeflateIO (line 30) | class DeflateIO: method readinto (line 74) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 75) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 76) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 77) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 78) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/framebuf.pyi function FrameBuffer1 (line 23) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 25) | class FrameBuffer: method poly (line 51) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 64) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 65) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 72) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 81) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 90) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 97) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 113) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 123) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 145) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 146) | def fill(self, c) -> None: method fill_rect (line 152) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/gc.pyi function isenabled (line 13) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 14) | def mem_free() -> int: function mem_alloc (line 25) | def mem_alloc() -> int: function collect (line 35) | def collect() -> None: function enable (line 41) | def enable() -> None: function disable (line 47) | def disable() -> None: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/hashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/io.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/logging.pyi function getLogger (line 10) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Incomplete: ... function info (line 12) | def info(*args, **kwargs) -> Incomplete: ... function debug (line 13) | def debug(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Incomplete: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Incomplete: ... method log (line 22) | def log(self, *args, **kwargs) -> Incomplete: ... method error (line 23) | def error(self, *args, **kwargs) -> Incomplete: ... method info (line 24) | def info(self, *args, **kwargs) -> Incomplete: ... method debug (line 25) | def debug(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/machine.pyi function dht_readinto (line 24) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 25) | def enable_irq(state) -> Incomplete: function disable_irq (line 33) | def disable_irq() -> Incomplete: function bitstream (line 42) | def bitstream( function deepsleep (line 71) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 96) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 106) | def reset_cause() -> int: function soft_reset (line 112) | def soft_reset() -> NoReturn: function freq (line 120) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 128) | def reset() -> NoReturn: function time_pulse_us (line 135) | def time_pulse_us( function lightsleep (line 157) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 182) | def idle() -> Incomplete: function unique_id (line 191) | def unique_id() -> bytes: class WDT (line 200) | class WDT: method timeout_ms (line 209) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 210) | def feed(self) -> None: method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 224) | class PWM: method duty_u16 (line 243) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 255) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 266) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 273) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 283) | def deinit(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 291) | class ADC: method read_u16 (line 307) | def read_u16(self) -> int: method deinit (line 315) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 316) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 318) | class DAC: method write (line 319) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 320) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 322) | class I2C: method readfrom_mem_into (line 340) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 352) | def readfrom_into( method readfrom_mem (line 367) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 376) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 387) | def scan(self) -> List: method writeto (line 395) | def writeto( method writevto (line 410) | def writevto( method start (line 431) | def start(self) -> None: method readfrom (line 437) | def readfrom( method readinto (line 450) | def readinto( method init (line 464) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 478) | def stop(self) -> None: method write (line 484) | def write(self, buf) -> int: method __init__ (line 492) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 494) | class Pin: method irq (line 568) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 613) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 614) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 624) | def on(self) -> None: method low (line 630) | def low(self) -> None: method off (line 638) | def off(self) -> None: method high (line 644) | def high(self) -> None: method value (line 652) | def value(self, x: Optional[Any] = None) -> int: method disable (line 686) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 687) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 696) | class board: method __init__ (line 762) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 764) | class cpu: method __init__ (line 864) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 866) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 867) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 875) | class SoftSPI(SPI): method deinit (line 884) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 885) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 886) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 887) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 888) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 889) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 890) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 892) | class Timer: method init (line 903) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 943) | def deinit(self) -> None: method __init__ (line 949) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 951) | class UART: method flush (line 956) | def flush(self) -> Incomplete: method deinit (line 971) | def deinit(self) -> None: method txdone (line 981) | def txdone(self) -> bool: method init (line 996) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1050) | def sendbreak(self) -> None: method read (line 1057) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1068) | def any(self) -> int: method write (line 1083) | def write(self, buf) -> Union[int, None]: method readinto (line 1091) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1102) | def readline(self) -> Union[str, None]: method __init__ (line 1111) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1113) | class SoftI2C(I2C): method readfrom_mem_into (line 1126) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1127) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1128) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1129) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1130) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1131) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1132) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1133) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1134) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1136) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1137) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1138) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1139) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1141) | class RTC: method datetime (line 1146) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1162) | def init(self, datetime) -> None: method calibration (line 1170) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1171) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1173) | class SPI: method deinit (line 1187) | def deinit(self) -> None: method init (line 1193) | def init( method write_readinto (line 1219) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1230) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1238) | def write(self, buf) -> int: method readinto (line 1247) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1257) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1259) | class Signal(Pin): method off (line 1280) | def off(self) -> None: method on (line 1286) | def on(self) -> None: method value (line 1292) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1312) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/math.pyi function ldexp (line 27) | def ldexp(x, exp) -> Incomplete: function lgamma (line 33) | def lgamma(x) -> float: function trunc (line 39) | def trunc(x) -> int: function isclose (line 45) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 46) | def gamma(x) -> Incomplete: function isnan (line 52) | def isnan(x) -> bool: function isfinite (line 58) | def isfinite(x) -> bool: function isinf (line 64) | def isinf(x) -> bool: function sqrt (line 70) | def sqrt(x) -> Incomplete: function sinh (line 76) | def sinh(x) -> float: function log (line 82) | def log(x) -> float: function tan (line 88) | def tan(x) -> float: function tanh (line 94) | def tanh(x) -> float: function log2 (line 100) | def log2(x) -> float: function log10 (line 106) | def log10(x) -> float: function sin (line 112) | def sin(x) -> float: function modf (line 118) | def modf(x) -> Tuple: function radians (line 125) | def radians(x) -> Incomplete: function atanh (line 131) | def atanh(x) -> float: function atan2 (line 137) | def atan2(y, x) -> float: function atan (line 143) | def atan(x) -> float: function ceil (line 149) | def ceil(x) -> int: function copysign (line 155) | def copysign(x, y) -> Incomplete: function frexp (line 161) | def frexp(x) -> Incomplete: function acos (line 170) | def acos(x) -> float: function pow (line 176) | def pow(x, y) -> Incomplete: function asinh (line 182) | def asinh(x) -> float: function acosh (line 188) | def acosh(x) -> float: function asin (line 194) | def asin(x) -> float: function factorial (line 200) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 201) | def fabs(x) -> Incomplete: function expm1 (line 207) | def expm1(x) -> Incomplete: function floor (line 213) | def floor(x) -> int: function fmod (line 219) | def fmod(x, y) -> Incomplete: function cos (line 225) | def cos(x) -> float: function degrees (line 231) | def degrees(x) -> Incomplete: function cosh (line 237) | def cosh(x) -> float: function exp (line 243) | def exp(x) -> float: function erf (line 249) | def erf(x) -> Incomplete: function erfc (line 255) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/os.pyi function stat (line 18) | def stat(path) -> Incomplete: function rmdir (line 24) | def rmdir(path) -> None: function rename (line 30) | def rename(old_path, new_path) -> None: function mount (line 36) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 54) | def urandom(n) -> bytes: function statvfs (line 61) | def statvfs(path) -> Tuple: function unlink (line 84) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 85) | def umount(mount_point) -> Incomplete: function sync (line 95) | def sync() -> None: function chdir (line 101) | def chdir(path) -> Incomplete: function dupterm (line 107) | def dupterm( function remove (line 133) | def remove(path) -> None: function mkdir (line 139) | def mkdir(path) -> Incomplete: function getcwd (line 145) | def getcwd() -> Incomplete: function listdir (line 151) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 157) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 178) | class VfsLfs2: method rename (line 196) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 198) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 207) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 208) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 209) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 210) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 211) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 212) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 213) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 214) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 215) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 216) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 217) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 220) | class VfsFat: method rename (line 227) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 229) | def mkfs(block_dev) -> None: method mount (line 235) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 236) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 237) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 238) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 239) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 240) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 241) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 242) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 243) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 244) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 245) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/platform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/random.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed( function uniform (line 64) | def uniform(a, b) -> int: function choice (line 71) | def choice(sequence) -> Incomplete: function randint (line 78) | def randint(a, b) -> int: function getrandbits (line 84) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/samd.pyi function pininfo (line 3) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 5) | class Flash: method readblocks (line 6) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 7) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 8) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/select.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll( method ipoll (line 96) | def ipoll( FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/struct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from( function pack (line 88) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 95) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/sys.pyi function print_exception (line 25) | def print_exception( function exit (line 44) | def exit( FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/time.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/uarray.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/uasyncio.pyi function __getattr__ (line 38) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/uasyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 42) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function create_task (line 43) | def create_task(coro) -> Task: function wait_for_ms (line 51) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function run (line 59) | def run(coro) -> Incomplete: function new_event_loop (line 67) | def new_event_loop() -> Incomplete: function current_task (line 76) | def current_task() -> Task: function get_event_loop (line 82) | def get_event_loop() -> Incomplete: function ticks (line 88) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class Loop (line 109) | class Loop: method call_exception_handler (line 115) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 122) | def run_forever(self) -> Incomplete: method set_exception_handler (line 128) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 135) | def get_exception_handler(self) -> None: method default_exception_handler (line 142) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 148) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 155) | def close(self) -> None: method stop (line 161) | def stop(self) -> None: method create_task (line 167) | def create_task(self, coro) -> Task: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 175) | class IOQueue: method queue_write (line 176) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 177) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 178) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method remove (line 179) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 182) | class Event: method set (line 188) | def set(self) -> None: method is_set (line 197) | def is_set(self) -> bool: method clear (line 203) | def clear(self) -> None: method __init__ (line 209) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 211) | class CancelledError(Exception): ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 4) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 7) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method release (line 4) | def release(self, *args, **kwargs) -> Incomplete: ... method locked (line 5) | def locked(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/uasyncio/stream.pyi class StreamWriter (line 5) | class StreamWriter: method get_extra_info (line 6) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 7) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 8) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 20) | class Stream: method get_extra_info (line 21) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 22) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 35) | class Server: method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 40) | class StreamReader: method get_extra_info (line 41) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 42) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 43) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/ubinascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/uctypes.pyi function sizeof (line 50) | def sizeof( function bytes_at (line 61) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 70) | def bytearray_at(addr, size) -> bytearray: function addressof (line 79) | def addressof(obj) -> int: class struct (line 87) | class struct: method __init__ (line 93) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/uhashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/uio.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/umachine.pyi function dht_readinto (line 24) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 25) | def enable_irq(state) -> Incomplete: function disable_irq (line 33) | def disable_irq() -> Incomplete: function bitstream (line 42) | def bitstream( function deepsleep (line 71) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 96) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 106) | def reset_cause() -> int: function soft_reset (line 112) | def soft_reset() -> NoReturn: function freq (line 120) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 128) | def reset() -> NoReturn: function time_pulse_us (line 135) | def time_pulse_us( function lightsleep (line 157) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 182) | def idle() -> Incomplete: function unique_id (line 191) | def unique_id() -> bytes: class WDT (line 200) | class WDT: method timeout_ms (line 209) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 210) | def feed(self) -> None: method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 224) | class PWM: method duty_u16 (line 243) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 255) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 266) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 273) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 283) | def deinit(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 291) | class ADC: method read_u16 (line 307) | def read_u16(self) -> int: method deinit (line 315) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 316) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 318) | class DAC: method write (line 319) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 320) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 322) | class I2C: method readfrom_mem_into (line 340) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 352) | def readfrom_into( method readfrom_mem (line 367) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 376) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 387) | def scan(self) -> List: method writeto (line 395) | def writeto( method writevto (line 410) | def writevto( method start (line 431) | def start(self) -> None: method readfrom (line 437) | def readfrom( method readinto (line 450) | def readinto( method init (line 464) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 478) | def stop(self) -> None: method write (line 484) | def write(self, buf) -> int: method __init__ (line 492) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 494) | class Pin: method irq (line 568) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 613) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 614) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 624) | def on(self) -> None: method low (line 630) | def low(self) -> None: method off (line 638) | def off(self) -> None: method high (line 644) | def high(self) -> None: method value (line 652) | def value(self, x: Optional[Any] = None) -> int: method disable (line 686) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 687) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 696) | class board: method __init__ (line 762) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 764) | class cpu: method __init__ (line 864) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 866) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 867) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 875) | class SoftSPI(SPI): method deinit (line 884) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 885) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 886) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 887) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 888) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 889) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 890) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 892) | class Timer: method init (line 903) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 943) | def deinit(self) -> None: method __init__ (line 949) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 951) | class UART: method flush (line 956) | def flush(self) -> Incomplete: method deinit (line 971) | def deinit(self) -> None: method txdone (line 981) | def txdone(self) -> bool: method init (line 996) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1050) | def sendbreak(self) -> None: method read (line 1057) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1068) | def any(self) -> int: method write (line 1083) | def write(self, buf) -> Union[int, None]: method readinto (line 1091) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1102) | def readline(self) -> Union[str, None]: method __init__ (line 1111) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1113) | class SoftI2C(I2C): method readfrom_mem_into (line 1126) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1127) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1128) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1129) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1130) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1131) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1132) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1133) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1134) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1136) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1137) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1138) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1139) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1141) | class RTC: method datetime (line 1146) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1162) | def init(self, datetime) -> None: method calibration (line 1170) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1171) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1173) | class SPI: method deinit (line 1187) | def deinit(self) -> None: method init (line 1193) | def init( method write_readinto (line 1219) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1230) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1238) | def write(self, buf) -> int: method readinto (line 1247) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1257) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1259) | class Signal(Pin): method off (line 1280) | def off(self) -> None: method on (line 1286) | def on(self) -> None: method value (line 1292) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1312) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/uos.pyi function stat (line 18) | def stat(path) -> Incomplete: function rmdir (line 24) | def rmdir(path) -> None: function rename (line 30) | def rename(old_path, new_path) -> None: function mount (line 36) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 54) | def urandom(n) -> bytes: function statvfs (line 61) | def statvfs(path) -> Tuple: function unlink (line 84) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 85) | def umount(mount_point) -> Incomplete: function sync (line 95) | def sync() -> None: function chdir (line 101) | def chdir(path) -> Incomplete: function dupterm (line 107) | def dupterm( function remove (line 133) | def remove(path) -> None: function mkdir (line 139) | def mkdir(path) -> Incomplete: function getcwd (line 145) | def getcwd() -> Incomplete: function listdir (line 151) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 157) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 178) | class VfsLfs2: method rename (line 196) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 198) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 207) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 208) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 209) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 210) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 211) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 212) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 213) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 214) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 215) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 216) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 217) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 220) | class VfsFat: method rename (line 227) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 229) | def mkfs(block_dev) -> None: method mount (line 235) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 236) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 237) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 238) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 239) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 240) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 241) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 242) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 243) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 244) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 245) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/uplatform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/urandom.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed( function uniform (line 64) | def uniform(a, b) -> int: function choice (line 71) | def choice(sequence) -> Incomplete: function randint (line 78) | def randint(a, b) -> int: function getrandbits (line 84) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function match (line 5) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 6) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/uselect.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll( method ipoll (line 96) | def ipoll( FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/ustruct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from( function pack (line 88) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 95) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/usys.pyi function print_exception (line 25) | def print_exception( function exit (line 44) | def exit( FILE: publish/micropython-v1_21_0-samd-seeed_wio_terminal-stubs/utime.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-samd-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_21_0-samd-stubs/_asyncio.pyi class TaskQueue (line 41) | class TaskQueue: method push (line 42) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 43) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 44) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 45) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 48) | class Task: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-samd-stubs/array.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/asyncio/__init__.pyi function __getattr__ (line 42) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-samd-stubs/asyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_21_0-samd-stubs/asyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(io.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_21_0-samd-stubs/asyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_21_0-samd-stubs/asyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_21_0-samd-stubs/asyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 31) | def close(self) -> None: ... method wait_closed (line 32) | async def wait_closed(self) -> None: ... method _serve (line 33) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 35) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 36) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_21_0-samd-stubs/binascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-samd-stubs/deflate.pyi class DeflateIO (line 30) | class DeflateIO: method readinto (line 74) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 75) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 76) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 77) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 78) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_21_0-samd-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_21_0-samd-stubs/framebuf.pyi function FrameBuffer1 (line 23) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 25) | class FrameBuffer: method poly (line 51) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 64) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 65) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 72) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 81) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 90) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 97) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 113) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 123) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 145) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 146) | def fill(self, c) -> None: method fill_rect (line 152) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/gc.pyi function isenabled (line 13) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 14) | def mem_free() -> int: function mem_alloc (line 25) | def mem_alloc() -> int: function collect (line 35) | def collect() -> None: function enable (line 41) | def enable() -> None: function disable (line 47) | def disable() -> None: FILE: publish/micropython-v1_21_0-samd-stubs/hashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-samd-stubs/io.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-samd-stubs/logging.pyi function getLogger (line 10) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Incomplete: ... function info (line 12) | def info(*args, **kwargs) -> Incomplete: ... function debug (line 13) | def debug(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Incomplete: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Incomplete: ... method log (line 22) | def log(self, *args, **kwargs) -> Incomplete: ... method error (line 23) | def error(self, *args, **kwargs) -> Incomplete: ... method info (line 24) | def info(self, *args, **kwargs) -> Incomplete: ... method debug (line 25) | def debug(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/machine.pyi function dht_readinto (line 24) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 25) | def enable_irq(state) -> Incomplete: function disable_irq (line 33) | def disable_irq() -> Incomplete: function bitstream (line 42) | def bitstream( function deepsleep (line 71) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 96) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 106) | def reset_cause() -> int: function soft_reset (line 112) | def soft_reset() -> NoReturn: function freq (line 120) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 128) | def reset() -> NoReturn: function time_pulse_us (line 135) | def time_pulse_us( function lightsleep (line 157) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 182) | def idle() -> Incomplete: function unique_id (line 191) | def unique_id() -> bytes: class WDT (line 200) | class WDT: method timeout_ms (line 209) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 210) | def feed(self) -> None: method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 224) | class PWM: method duty_u16 (line 243) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 255) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 266) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 273) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 283) | def deinit(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 291) | class ADC: method read_u16 (line 307) | def read_u16(self) -> int: method deinit (line 315) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 316) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 318) | class DAC: method write (line 319) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 320) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 322) | class I2C: method readfrom_mem_into (line 340) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 352) | def readfrom_into( method readfrom_mem (line 367) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 376) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 387) | def scan(self) -> List: method writeto (line 395) | def writeto( method writevto (line 410) | def writevto( method start (line 431) | def start(self) -> None: method readfrom (line 437) | def readfrom( method readinto (line 450) | def readinto( method init (line 464) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 478) | def stop(self) -> None: method write (line 484) | def write(self, buf) -> int: method __init__ (line 492) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 494) | class Pin: method irq (line 568) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 613) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 614) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 624) | def on(self) -> None: method low (line 630) | def low(self) -> None: method off (line 638) | def off(self) -> None: method high (line 644) | def high(self) -> None: method value (line 652) | def value(self, x: Optional[Any] = None) -> int: method disable (line 686) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 687) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 696) | class board: method __init__ (line 762) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 764) | class cpu: method __init__ (line 864) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 866) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 867) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 875) | class SoftSPI(SPI): method deinit (line 884) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 885) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 886) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 887) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 888) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 889) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 890) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 892) | class Timer: method init (line 903) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 943) | def deinit(self) -> None: method __init__ (line 949) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 951) | class UART: method flush (line 956) | def flush(self) -> Incomplete: method deinit (line 971) | def deinit(self) -> None: method txdone (line 981) | def txdone(self) -> bool: method init (line 996) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1050) | def sendbreak(self) -> None: method read (line 1057) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1068) | def any(self) -> int: method write (line 1083) | def write(self, buf) -> Union[int, None]: method readinto (line 1091) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1102) | def readline(self) -> Union[str, None]: method __init__ (line 1111) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1113) | class SoftI2C(I2C): method readfrom_mem_into (line 1126) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1127) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1128) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1129) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1130) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1131) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1132) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1133) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1134) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1136) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1137) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1138) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1139) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1141) | class RTC: method datetime (line 1146) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1162) | def init(self, datetime) -> None: method calibration (line 1170) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1171) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1173) | class SPI: method deinit (line 1187) | def deinit(self) -> None: method init (line 1193) | def init( method write_readinto (line 1219) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1230) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1238) | def write(self, buf) -> int: method readinto (line 1247) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1257) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1259) | class Signal(Pin): method off (line 1280) | def off(self) -> None: method on (line 1286) | def on(self) -> None: method value (line 1292) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1312) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/math.pyi function ldexp (line 27) | def ldexp(x, exp) -> Incomplete: function lgamma (line 33) | def lgamma(x) -> float: function trunc (line 39) | def trunc(x) -> int: function isclose (line 45) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 46) | def gamma(x) -> Incomplete: function isnan (line 52) | def isnan(x) -> bool: function isfinite (line 58) | def isfinite(x) -> bool: function isinf (line 64) | def isinf(x) -> bool: function sqrt (line 70) | def sqrt(x) -> Incomplete: function sinh (line 76) | def sinh(x) -> float: function log (line 82) | def log(x) -> float: function tan (line 88) | def tan(x) -> float: function tanh (line 94) | def tanh(x) -> float: function log2 (line 100) | def log2(x) -> float: function log10 (line 106) | def log10(x) -> float: function sin (line 112) | def sin(x) -> float: function modf (line 118) | def modf(x) -> Tuple: function radians (line 125) | def radians(x) -> Incomplete: function atanh (line 131) | def atanh(x) -> float: function atan2 (line 137) | def atan2(y, x) -> float: function atan (line 143) | def atan(x) -> float: function ceil (line 149) | def ceil(x) -> int: function copysign (line 155) | def copysign(x, y) -> Incomplete: function frexp (line 161) | def frexp(x) -> Incomplete: function acos (line 170) | def acos(x) -> float: function pow (line 176) | def pow(x, y) -> Incomplete: function asinh (line 182) | def asinh(x) -> float: function acosh (line 188) | def acosh(x) -> float: function asin (line 194) | def asin(x) -> float: function factorial (line 200) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 201) | def fabs(x) -> Incomplete: function expm1 (line 207) | def expm1(x) -> Incomplete: function floor (line 213) | def floor(x) -> int: function fmod (line 219) | def fmod(x, y) -> Incomplete: function cos (line 225) | def cos(x) -> float: function degrees (line 231) | def degrees(x) -> Incomplete: function cosh (line 237) | def cosh(x) -> float: function exp (line 243) | def exp(x) -> float: function erf (line 249) | def erf(x) -> Incomplete: function erfc (line 255) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_21_0-samd-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_21_0-samd-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_21_0-samd-stubs/os.pyi function stat (line 18) | def stat(path) -> Incomplete: function rmdir (line 24) | def rmdir(path) -> None: function rename (line 30) | def rename(old_path, new_path) -> None: function mount (line 36) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 54) | def urandom(n) -> bytes: function statvfs (line 61) | def statvfs(path) -> Tuple: function unlink (line 84) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 85) | def umount(mount_point) -> Incomplete: function sync (line 95) | def sync() -> None: function chdir (line 101) | def chdir(path) -> Incomplete: function dupterm (line 107) | def dupterm( function remove (line 133) | def remove(path) -> None: function mkdir (line 139) | def mkdir(path) -> Incomplete: function getcwd (line 145) | def getcwd() -> Incomplete: function listdir (line 151) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 157) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 178) | class VfsLfs2: method rename (line 196) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 198) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 207) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 208) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 209) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 210) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 211) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 212) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 213) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 214) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 215) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 216) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 217) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 220) | class VfsFat: method rename (line 227) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 229) | def mkfs(block_dev) -> None: method mount (line 235) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 236) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 237) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 238) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 239) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 240) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 241) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 242) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 243) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 244) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 245) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/platform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-samd-stubs/random.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed( function uniform (line 64) | def uniform(a, b) -> int: function choice (line 71) | def choice(sequence) -> Incomplete: function randint (line 78) | def randint(a, b) -> int: function getrandbits (line 84) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-samd-stubs/samd.pyi function pininfo (line 3) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 5) | class Flash: method readblocks (line 6) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 7) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 8) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/select.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll( method ipoll (line 96) | def ipoll( FILE: publish/micropython-v1_21_0-samd-stubs/struct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from( function pack (line 88) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 95) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-samd-stubs/sys.pyi function print_exception (line 25) | def print_exception( function exit (line 44) | def exit( FILE: publish/micropython-v1_21_0-samd-stubs/time.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-samd-stubs/uarray.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/uasyncio.pyi function __getattr__ (line 38) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-samd-stubs/uasyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 42) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function create_task (line 43) | def create_task(coro) -> Task: function wait_for_ms (line 51) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function run (line 59) | def run(coro) -> Incomplete: function new_event_loop (line 67) | def new_event_loop() -> Incomplete: function current_task (line 76) | def current_task() -> Task: function get_event_loop (line 82) | def get_event_loop() -> Incomplete: function ticks (line 88) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class Loop (line 109) | class Loop: method call_exception_handler (line 115) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 122) | def run_forever(self) -> Incomplete: method set_exception_handler (line 128) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 135) | def get_exception_handler(self) -> None: method default_exception_handler (line 142) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 148) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 155) | def close(self) -> None: method stop (line 161) | def stop(self) -> None: method create_task (line 167) | def create_task(self, coro) -> Task: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 175) | class IOQueue: method queue_write (line 176) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 177) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 178) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method remove (line 179) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 182) | class Event: method set (line 188) | def set(self) -> None: method is_set (line 197) | def is_set(self) -> bool: method clear (line 203) | def clear(self) -> None: method __init__ (line 209) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 211) | class CancelledError(Exception): ... FILE: publish/micropython-v1_21_0-samd-stubs/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 4) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 7) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_21_0-samd-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-samd-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method release (line 4) | def release(self, *args, **kwargs) -> Incomplete: ... method locked (line 5) | def locked(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/uasyncio/stream.pyi class StreamWriter (line 5) | class StreamWriter: method get_extra_info (line 6) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 7) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 8) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 20) | class Stream: method get_extra_info (line 21) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 22) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 35) | class Server: method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 40) | class StreamReader: method get_extra_info (line 41) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 42) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 43) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/ubinascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-samd-stubs/uctypes.pyi function sizeof (line 50) | def sizeof( function bytes_at (line 61) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 70) | def bytearray_at(addr, size) -> bytearray: function addressof (line 79) | def addressof(obj) -> int: class struct (line 87) | class struct: method __init__ (line 93) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/uhashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-samd-stubs/uio.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-samd-stubs/umachine.pyi function dht_readinto (line 24) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 25) | def enable_irq(state) -> Incomplete: function disable_irq (line 33) | def disable_irq() -> Incomplete: function bitstream (line 42) | def bitstream( function deepsleep (line 71) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 96) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 106) | def reset_cause() -> int: function soft_reset (line 112) | def soft_reset() -> NoReturn: function freq (line 120) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 128) | def reset() -> NoReturn: function time_pulse_us (line 135) | def time_pulse_us( function lightsleep (line 157) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 182) | def idle() -> Incomplete: function unique_id (line 191) | def unique_id() -> bytes: class WDT (line 200) | class WDT: method timeout_ms (line 209) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 210) | def feed(self) -> None: method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 224) | class PWM: method duty_u16 (line 243) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 255) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 266) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 273) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 283) | def deinit(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 291) | class ADC: method read_u16 (line 307) | def read_u16(self) -> int: method deinit (line 315) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 316) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 318) | class DAC: method write (line 319) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 320) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 322) | class I2C: method readfrom_mem_into (line 340) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 352) | def readfrom_into( method readfrom_mem (line 367) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 376) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 387) | def scan(self) -> List: method writeto (line 395) | def writeto( method writevto (line 410) | def writevto( method start (line 431) | def start(self) -> None: method readfrom (line 437) | def readfrom( method readinto (line 450) | def readinto( method init (line 464) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 478) | def stop(self) -> None: method write (line 484) | def write(self, buf) -> int: method __init__ (line 492) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 494) | class Pin: method irq (line 568) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 613) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 614) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 624) | def on(self) -> None: method low (line 630) | def low(self) -> None: method off (line 638) | def off(self) -> None: method high (line 644) | def high(self) -> None: method value (line 652) | def value(self, x: Optional[Any] = None) -> int: method disable (line 686) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 687) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 696) | class board: method __init__ (line 762) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 764) | class cpu: method __init__ (line 864) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 866) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 867) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 875) | class SoftSPI(SPI): method deinit (line 884) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 885) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 886) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 887) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 888) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 889) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 890) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 892) | class Timer: method init (line 903) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 943) | def deinit(self) -> None: method __init__ (line 949) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 951) | class UART: method flush (line 956) | def flush(self) -> Incomplete: method deinit (line 971) | def deinit(self) -> None: method txdone (line 981) | def txdone(self) -> bool: method init (line 996) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1050) | def sendbreak(self) -> None: method read (line 1057) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1068) | def any(self) -> int: method write (line 1083) | def write(self, buf) -> Union[int, None]: method readinto (line 1091) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1102) | def readline(self) -> Union[str, None]: method __init__ (line 1111) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1113) | class SoftI2C(I2C): method readfrom_mem_into (line 1126) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1127) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1128) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1129) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1130) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1131) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1132) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1133) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1134) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1136) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1137) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1138) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1139) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1141) | class RTC: method datetime (line 1146) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1162) | def init(self, datetime) -> None: method calibration (line 1170) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1171) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1173) | class SPI: method deinit (line 1187) | def deinit(self) -> None: method init (line 1193) | def init( method write_readinto (line 1219) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1230) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1238) | def write(self, buf) -> int: method readinto (line 1247) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1257) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1259) | class Signal(Pin): method off (line 1280) | def off(self) -> None: method on (line 1286) | def on(self) -> None: method value (line 1292) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1312) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/uos.pyi function stat (line 18) | def stat(path) -> Incomplete: function rmdir (line 24) | def rmdir(path) -> None: function rename (line 30) | def rename(old_path, new_path) -> None: function mount (line 36) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 54) | def urandom(n) -> bytes: function statvfs (line 61) | def statvfs(path) -> Tuple: function unlink (line 84) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 85) | def umount(mount_point) -> Incomplete: function sync (line 95) | def sync() -> None: function chdir (line 101) | def chdir(path) -> Incomplete: function dupterm (line 107) | def dupterm( function remove (line 133) | def remove(path) -> None: function mkdir (line 139) | def mkdir(path) -> Incomplete: function getcwd (line 145) | def getcwd() -> Incomplete: function listdir (line 151) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 157) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 178) | class VfsLfs2: method rename (line 196) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 198) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 207) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 208) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 209) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 210) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 211) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 212) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 213) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 214) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 215) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 216) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 217) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 220) | class VfsFat: method rename (line 227) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 229) | def mkfs(block_dev) -> None: method mount (line 235) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 236) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 237) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 238) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 239) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 240) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 241) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 242) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 243) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 244) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 245) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-samd-stubs/uplatform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-samd-stubs/urandom.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed( function uniform (line 64) | def uniform(a, b) -> int: function choice (line 71) | def choice(sequence) -> Incomplete: function randint (line 78) | def randint(a, b) -> int: function getrandbits (line 84) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-samd-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function match (line 5) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 6) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-samd-stubs/uselect.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll( method ipoll (line 96) | def ipoll( FILE: publish/micropython-v1_21_0-samd-stubs/ustruct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from( function pack (line 88) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 95) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-samd-stubs/usys.pyi function print_exception (line 25) | def print_exception( function exit (line 44) | def exit( FILE: publish/micropython-v1_21_0-samd-stubs/utime.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/asyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function run_until_complete (line 56) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 57) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function ticks (line 65) | def ticks(*args, **kwargs) -> Incomplete: ... function run (line 66) | def run(coro) -> Incomplete: function new_event_loop (line 74) | def new_event_loop() -> Incomplete: function current_task (line 83) | def current_task() -> Task: function get_event_loop (line 89) | def get_event_loop() -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class Loop (line 116) | class Loop: method call_exception_handler (line 122) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 129) | def run_forever(self) -> Incomplete: method set_exception_handler (line 135) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 142) | def get_exception_handler(self) -> None: method default_exception_handler (line 149) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 155) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 162) | def close(self) -> None: method create_task (line 168) | def create_task(self, coro) -> Task: method stop (line 174) | def stop(self) -> None: method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 182) | class IOQueue: method _dequeue (line 183) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 184) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 185) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 186) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 187) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 188) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 189) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 191) | class Lock: method locked (line 199) | def locked(self) -> bool: method release (line 205) | def release(self) -> Incomplete: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 215) | class CancelledError(Exception): ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 228) | class TaskQueue: method push (line 229) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 230) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 231) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 232) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 237) | class ThreadSafeFlag: method set (line 245) | def set(self) -> None: method ioctl (line 252) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 253) | def clear(self) -> None: method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 262) | class Event: method set (line 268) | def set(self) -> None: method is_set (line 277) | def is_set(self) -> bool: method clear (line 283) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class StreamWriter (line 298) | class StreamWriter: method get_extra_info (line 299) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 300) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 301) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 312) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 314) | class StreamReader: method get_extra_info (line 315) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 316) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 317) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/asyncio/core.pyi function ticks_diff (line 13) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 14) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks_add (line 15) | def ticks_add(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks (line 22) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 23) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 24) | def current_task(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/asyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHT22 (line 12) | class DHT22: method humidity (line 13) | def humidity(self, *args, **kwargs) -> Incomplete: ... method temperature (line 14) | def temperature(self, *args, **kwargs) -> Incomplete: ... method measure (line 15) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 18) | class DHT11: method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method temperature (line 20) | def temperature(self, *args, **kwargs) -> Incomplete: ... method measure (line 21) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... class DHTBase (line 24) | class DHTBase: method measure (line 25) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/lcd160cr.pyi function calcsize (line 27) | def calcsize(*args, **kwargs) -> Incomplete: ... function pack_into (line 28) | def pack_into(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 29) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function const (line 30) | def const(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 32) | class LCD160CR: method rect_interior_no_clip (line 68) | def rect_interior_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_no_clip (line 69) | def rect_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_outline_no_clip (line 70) | def rect_outline_no_clip(self, x, y, w, h) -> Incomplete: ... method poly_line (line 71) | def poly_line(self, data) -> Incomplete: method line_no_clip (line 77) | def line_no_clip(self, x1, y1, x2, y2) -> Incomplete: method poly_dot (line 85) | def poly_dot(self, data) -> None: method set_font (line 93) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method erase (line 114) | def erase(self) -> Incomplete: method dot_no_clip (line 120) | def dot_no_clip(self, x, y) -> Incomplete: ... method set_pen (line 121) | def set_pen(self, line, fill) -> None: method rect_interior (line 127) | def rect_interior(self, x, y, w, h) -> None: method dot (line 136) | def dot(self, x, y) -> None: method rect_outline (line 142) | def rect_outline(self, x, y, w, h) -> Incomplete: ... method set_scroll_buf (line 143) | def set_scroll_buf(self, s) -> None: method set_scroll_win (line 150) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 168) | def set_scroll_win_param(self, win, param, value) -> Incomplete: method jpeg (line 179) | def jpeg(self, buf) -> None: method jpeg_start (line 188) | def jpeg_start(self, total_len) -> Incomplete: ... method jpeg_data (line 189) | def jpeg_data(self, buf) -> None: method touch_config (line 198) | def touch_config(self, calib=False, save=False, irq=None) -> None: method get_touch (line 214) | def get_touch(self) -> Tuple: method set_scroll (line 222) | def set_scroll(self, on) -> None: method is_touched (line 229) | def is_touched(self) -> bool: method show_framebuf (line 236) | def show_framebuf(self, buf) -> None: method set_spi_win (line 248) | def set_spi_win(self, x, y, w, h) -> None: method fast_spi (line 254) | def fast_spi(self, flush=True) -> SPI: method feed_wdt (line 268) | def feed_wdt(self) -> Incomplete: method _waitfor (line 276) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method _send (line 277) | def _send(self, *args, **kwargs) -> Incomplete: ... method _fcmd2 (line 278) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rgb (line 280) | def rgb(r, g, b) -> int: method oflush (line 289) | def oflush(self, *args, **kwargs) -> Incomplete: ... method iflush (line 290) | def iflush(self, *args, **kwargs) -> Incomplete: ... method set_text_color (line 291) | def set_text_color(self, fg, bg) -> None: method line (line 297) | def line(self, x1, y1, x2, y2) -> None: method _fcmd2b (line 303) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 304) | def write(self, s) -> None: method set_orient (line 312) | def set_orient(self, orient) -> None: method rect (line 319) | def rect(self, x, y, w, h) -> Incomplete: ... method reset (line 320) | def reset(self) -> None: method get_line (line 326) | def get_line(self, x, y, buf) -> Incomplete: method set_pixel (line 335) | def set_pixel(self, x, y, c) -> None: method get_pixel (line 342) | def get_pixel(self, x, y) -> Incomplete: method set_pos (line 348) | def set_pos(self, x, y) -> None: method screen_dump (line 355) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Incomplete: method screen_load (line 366) | def screen_load(self, buf) -> None: method clip_line (line 373) | def clip_line(data, w, h) -> Incomplete: method set_brightness (line 379) | def set_brightness(self, value) -> None: method save_to_flash (line 385) | def save_to_flash(self) -> Incomplete: method set_power (line 392) | def set_power(self, on) -> None: method set_startup_deco (line 399) | def set_startup_deco(self, value) -> None: method set_i2c_addr (line 406) | def set_i2c_addr(self, addr) -> None: method set_uart_baudrate (line 413) | def set_uart_baudrate(self, baudrate) -> None: method __init__ (line 419) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/machine.pyi function idle (line 29) | def idle() -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function info (line 46) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 47) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 48) | def enable_irq(state) -> Incomplete: function disable_irq (line 56) | def disable_irq() -> Incomplete: function deepsleep (line 65) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function lightsleep (line 126) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 151) | def reset() -> NoReturn: function rng (line 158) | def rng() -> int: function reset_cause (line 166) | def reset_cause() -> int: function unique_id (line 172) | def unique_id() -> bytes: function bootloader (line 181) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 191) | def bitstream( class Pin (line 220) | class Pin: method mode (line 324) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 333) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 334) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 343) | def low(self) -> None: method irq (line 351) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 396) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 397) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 398) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 399) | def on(self) -> None: method off (line 405) | def off(self) -> None: method init (line 411) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 421) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 422) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 423) | def value(self, x: Optional[Any] = None) -> int: method high (line 457) | def high(self) -> None: method gpio (line 465) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 467) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 469) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 471) | class cpu: method __init__ (line 519) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 522) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 524) | class board: method __init__ (line 574) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 576) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 577) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 585) | class I2S: method shift (line 616) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 624) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 630) | def irq(self, handler) -> Incomplete: method readinto (line 638) | def readinto(self, buf) -> int: method deinit (line 647) | def deinit(self) -> Incomplete: method write (line 653) | def write(self, buf) -> int: method __init__ (line 662) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 664) | class SPI: method deinit (line 678) | def deinit(self) -> None: method init (line 684) | def init( method write_readinto (line 710) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 721) | def read(self, nbytes, write=0x00) -> bytes: method write (line 729) | def write(self, buf) -> int: method readinto (line 738) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 748) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 752) | class RTC: method info (line 757) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 758) | def init(self, datetime) -> None: method wakeup (line 766) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 767) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 783) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 784) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 786) | class I2C: method readfrom_mem_into (line 804) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 816) | def readfrom_into( method readfrom_mem (line 831) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 840) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 851) | def scan(self) -> List: method writeto (line 859) | def writeto( method writevto (line 874) | def writevto( method start (line 895) | def start(self) -> None: method readfrom (line 901) | def readfrom( method readinto (line 914) | def readinto( method init (line 928) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 942) | def stop(self) -> None: method write (line 948) | def write(self, buf) -> int: method __init__ (line 956) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 958) | class ADC: method read_u16 (line 978) | def read_u16(self) -> int: method __init__ (line 986) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 988) | class WDT: method feed (line 997) | def feed(self) -> None: method __init__ (line 1005) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1007) | class Timer: method init (line 1018) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1058) | def deinit(self) -> None: method __init__ (line 1064) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1066) | class SoftSPI(SPI): method deinit (line 1075) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1076) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1077) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1078) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1079) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1080) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1081) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1083) | class UART: method init (line 1091) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1145) | def flush(self) -> Incomplete: method irq (line 1160) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1187) | def txdone(self) -> bool: method sendbreak (line 1202) | def sendbreak(self) -> None: method readchar (line 1209) | def readchar(self, *args, **kwargs) -> Incomplete: ... method writechar (line 1210) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 1211) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1222) | def deinit(self) -> None: method any (line 1232) | def any(self) -> int: method write (line 1247) | def write(self, buf) -> Union[int, None]: method readinto (line 1255) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1266) | def readline(self) -> Union[str, None]: method __init__ (line 1275) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1280) | class SoftI2C(I2C): method readfrom_mem_into (line 1293) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1294) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1295) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1296) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1297) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1298) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1299) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1300) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1301) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1302) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1303) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1304) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1305) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1306) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1308) | class Signal(Pin): method off (line 1329) | def off(self) -> None: method on (line 1335) | def on(self) -> None: method value (line 1341) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1361) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/network.pyi function hostname (line 52) | def hostname(*args, **kwargs) -> Incomplete: ... function route (line 53) | def route(*args, **kwargs) -> Incomplete: ... function country (line 54) | def country(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/onewire.pyi class OneWire (line 10) | class OneWire: method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method select_rom (line 15) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 16) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 17) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 18) | def readinto(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 19) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 20) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method readbit (line 21) | def readbit(self, *args, **kwargs) -> Incomplete: ... method writebit (line 22) | def writebit(self, *args, **kwargs) -> Incomplete: ... method reset (line 23) | def reset(self, *args, **kwargs) -> Incomplete: ... method scan (line 24) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class OneWireError (line 27) | class OneWireError(Exception): ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/os.pyi function statvfs (line 25) | def statvfs(path) -> Tuple: function stat (line 48) | def stat(path) -> Incomplete: function rmdir (line 54) | def rmdir(path) -> None: function rename (line 60) | def rename(old_path, new_path) -> None: function mount (line 66) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 84) | def sync() -> None: function unlink (line 90) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 91) | def uname() -> uname_result: function umount (line 105) | def umount(mount_point) -> Incomplete: function urandom (line 115) | def urandom(n) -> bytes: function chdir (line 122) | def chdir(path) -> Incomplete: function dupterm (line 128) | def dupterm( function remove (line 154) | def remove(path) -> None: function mkdir (line 160) | def mkdir(path) -> Incomplete: function getcwd (line 166) | def getcwd() -> Incomplete: function listdir (line 172) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 178) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 199) | class VfsLfs2: method rename (line 217) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 219) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 228) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 229) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 230) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 231) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 232) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 233) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 234) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 235) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 236) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 237) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 238) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 239) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 241) | class VfsFat: method rename (line 248) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 250) | def mkfs(block_dev) -> None: method mount (line 256) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 257) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 258) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 259) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 260) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 261) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 262) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 263) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 264) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 265) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 266) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/pyb.pyi function hard_reset (line 21) | def hard_reset() -> NoReturn: function have_cdc (line 28) | def have_cdc() -> bool: function hid (line 36) | def hid(hidtuple: Tuple) -> Incomplete: function info (line 45) | def info(dump_alloc_table: Optional[Any] = None) -> None: function wfi (line 51) | def wfi() -> None: function elapsed_micros (line 63) | def elapsed_micros(start) -> int: function freq (line 79) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function disable_irq (line 119) | def disable_irq() -> Incomplete: function fault_debug (line 128) | def fault_debug(value) -> None: function elapsed_millis (line 143) | def elapsed_millis(start) -> int: function enable_irq (line 158) | def enable_irq(state=True) -> None: function sync (line 168) | def sync() -> None: function servo (line 174) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 175) | def standby() -> Incomplete: function usb_mode (line 188) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function udelay (line 229) | def udelay(us) -> None: function unique_id (line 235) | def unique_id() -> str: function micros (line 241) | def micros() -> int: function mount (line 255) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function rng (line 290) | def rng() -> int: function millis (line 296) | def millis() -> int: function repl_uart (line 310) | def repl_uart(uart) -> UART: function pwm (line 316) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 317) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 318) | def stop() -> Incomplete: function delay (line 330) | def delay(ms) -> None: function main (line 336) | def main(filename) -> None: function bootloader (line 345) | def bootloader() -> None: function country (line 351) | def country(*args, **kwargs) -> Incomplete: ... class ADCAll (line 353) | class ADCAll: method read_core_vbat (line 354) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 355) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 356) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 357) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 358) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 359) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 361) | class Accel: method x (line 366) | def x(self) -> Incomplete: method tilt (line 372) | def tilt(self) -> Incomplete: method y (line 378) | def y(self) -> Incomplete: method z (line 384) | def z(self) -> Incomplete: method read (line 390) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 391) | def filtered_xyz(self) -> Tuple: method write (line 402) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 403) | def __init__(self, *argv, **kwargs) -> None: ... class CAN (line 405) | class CAN: method restart (line 432) | def restart(self) -> Incomplete: method recv (line 445) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method init (line 481) | def init( method rxcallback (line 555) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 591) | def setfilter(self, bank, mode, fifo, params, *, rtr=None, extframe=Fa... method state (line 648) | def state(self) -> Incomplete: method send (line 664) | def send(self, data, id, *, timeout=0, rtr=False, extframe=False, fdf=... method any (line 693) | def any(self, fifo) -> bool: method info (line 699) | def info(self, list: Optional[Any] = None) -> Incomplete: method clearfilter (line 723) | def clearfilter(self, bank, extframe=False) -> None: method deinit (line 733) | def deinit(self) -> None: method __init__ (line 739) | def __init__(self, *argv, **kwargs) -> None: ... class ExtInt (line 741) | class ExtInt: method line (line 765) | def line(self) -> int: method regs (line 772) | def regs(cls) -> Incomplete: method swint (line 778) | def swint(self) -> Incomplete: method enable (line 784) | def enable(self) -> None: method disable (line 790) | def disable(self) -> None: method __init__ (line 797) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 799) | class Flash: method readblocks (line 810) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 811) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 812) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 820) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 822) | class ADC: method read_timed (line 828) | def read_timed(self, buf, timer) -> Incomplete: method read_timed_multi (line 866) | def read_timed_multi(self, adcs, bufs, timer) -> bool: method read (line 919) | def read(self) -> Incomplete: method __init__ (line 926) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 930) | class DAC: method noise (line 957) | def noise(self, freq) -> None: method write_timed (line 964) | def write_timed(self, data, freq, *, mode=NORMAL) -> Incomplete: method triangle (line 986) | def triangle(self, freq) -> None: method write (line 994) | def write(self, value) -> Incomplete: method init (line 1002) | def init(self, bits=8, *, buffering=None) -> Incomplete: method deinit (line 1010) | def deinit(self) -> Incomplete: method __init__ (line 1016) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1018) | class RTC: method info (line 1023) | def info(self) -> Incomplete: method init (line 1034) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 1035) | def wakeup(self, timeout, callback=None) -> None: method datetime (line 1048) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 1066) | def calibration(self, cal) -> int: method __init__ (line 1084) | def __init__(self, *argv, **kwargs) -> None: ... class USB_VCP (line 1086) | class USB_VCP: method readlines (line 1095) | def readlines(self) -> List: method recv (line 1105) | def recv(self, data, *, timeout=5000) -> int: method isconnected (line 1118) | def isconnected(self) -> bool: method init (line 1124) | def init(self, *, flow=-1) -> None: method irq (line 1132) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 1144) | def setinterrupt(self, chr) -> None: method close (line 1155) | def close(self) -> Incomplete: method read (line 1162) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1173) | def any(self) -> bool: method write (line 1179) | def write(self, buf) -> int: method send (line 1187) | def send(self, data, *, timeout=5000) -> int: method readinto (line 1198) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1210) | def readline(self) -> bytes: method __init__ (line 1219) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1221) | class Timer: method freq (line 1251) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 1257) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1314) | def period(self, value: Optional[Any] = None) -> Incomplete: method prescaler (line 1320) | def prescaler(self, value: Optional[Any] = None) -> Incomplete: method source_freq (line 1326) | def source_freq(self) -> Incomplete: method deinit (line 1332) | def deinit(self) -> None: method callback (line 1343) | def callback(self, fun) -> None: method channel (line 1351) | def channel(self, channel, mode, pin=None, *args) -> Incomplete: method counter (line 1438) | def counter(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 1444) | def __init__(self, *argv, **kwargs) -> None: ... class Switch (line 1446) | class Switch(Pin): method callback (line 1451) | def callback(self, fun) -> None: method value (line 1458) | def value(self) -> bool: method __init__ (line 1464) | def __init__(self, *argv, **kwargs) -> None: ... class Servo (line 1466) | class Servo: method speed (line 1471) | def speed(self, speed: Optional[Any] = None, time=0) -> Incomplete: method pulse_width (line 1483) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method calibration (line 1492) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method angle (line 1507) | def angle(self, angle: Optional[Any] = None, time=0) -> Incomplete: method __init__ (line 1520) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1522) | class UART: method init (line 1561) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method flush (line 1587) | def flush(self, *args, **kwargs) -> Incomplete: ... method irq (line 1588) | def irq(self, *args, **kwargs) -> Incomplete: ... method txdone (line 1589) | def txdone(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 1590) | def sendbreak(self) -> None: method readchar (line 1598) | def readchar(self) -> int: method writechar (line 1606) | def writechar(self, char) -> None: method read (line 1613) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1630) | def deinit(self) -> None: method any (line 1636) | def any(self) -> int: method write (line 1642) | def write(self, buf) -> int: method readinto (line 1654) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1664) | def readline(self) -> None: method __init__ (line 1674) | def __init__(self, *argv, **kwargs) -> None: ... class USB_HID (line 1676) | class USB_HID: method recv (line 1681) | def recv(self, data, *, timeout=5000) -> int: method send (line 1694) | def send(self, data) -> None: method __init__ (line 1703) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1705) | class I2C: method scan (line 1731) | def scan(self) -> List: method mem_read (line 1738) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 1753) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 1768) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method is_ready (line 1782) | def is_ready(self, addr) -> Incomplete: method send (line 1788) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 1800) | def deinit(self) -> None: method init (line 1806) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method __init__ (line 1824) | def __init__(self, *argv, **kwargs) -> None: ... class LED (line 1826) | class LED: method toggle (line 1833) | def toggle(self) -> Incomplete: method on (line 1840) | def on(self) -> None: method off (line 1846) | def off(self) -> None: method intensity (line 1852) | def intensity(self, value: Optional[Any] = None) -> None: method __init__ (line 1866) | def __init__(self, *argv, **kwargs) -> None: ... class LCD (line 1868) | class LCD: method fill (line 1874) | def fill(self, colour) -> None: method light (line 1882) | def light(self, value) -> None: method pixel (line 1888) | def pixel(self, x, y, colour) -> None: method show (line 1896) | def show(self) -> None: method text (line 1902) | def text(self, str, x, y, colour) -> None: method contrast (line 1910) | def contrast(self, value) -> None: method get (line 1916) | def get(self, x, y) -> int: method write (line 1924) | def write(self, str) -> None: method command (line 1930) | def command(self, instr_data, buf) -> None: method __init__ (line 1938) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1940) | class SPI: method deinit (line 1963) | def deinit(self) -> None: method send_recv (line 1969) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method recv (line 1983) | def recv(self, recv, *, timeout=5000) -> bytes: method init (line 1996) | def init(self, mode, baudrate=328125, *, prescaler=-1, polarity=1, pha... method write_readinto (line 2024) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 2025) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 2026) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2027) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 2028) | def send(self, send, *, timeout=5000) -> None: method __init__ (line 2039) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 2041) | class Pin: method mode (line 2087) | def mode(self) -> Incomplete: method name (line 2095) | def name(self) -> str: method pull (line 2101) | def pull(self) -> Incomplete: method low (line 2109) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 2110) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 2111) | def pin(self) -> int: method port (line 2117) | def port(self) -> Incomplete: method names (line 2123) | def names(self) -> str: method on (line 2129) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 2130) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 2131) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method af_list (line 2165) | def af_list(self) -> List: method af (line 2171) | def af(self) -> Incomplete: method value (line 2179) | def value(self, value: Optional[Any] = None) -> int: method high (line 2190) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 2191) | def gpio(self) -> int: method dict (line 2199) | def dict(cls, *args, **kwargs) -> Incomplete: method debug (line 2207) | def debug(cls, *args, **kwargs) -> bool: class cpu (line 2213) | class cpu: method __init__ (line 2261) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 2265) | def mapper(cls, *args, **kwargs) -> Incomplete: class board (line 2271) | class board: method __init__ (line 2321) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2323) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 2324) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SDCard (line 2332) | class SDCard: method writeblocks (line 2333) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 2334) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 2335) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2336) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 2337) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 2338) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2339) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 2340) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2341) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function post (line 11) | def post(*args, **kwargs) -> Incomplete: ... function put (line 12) | def put(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 14) | def delete(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/socket.pyi function getaddrinfo (line 86) | def getaddrinfo( class socket (line 134) | class socket: method recvfrom (line 148) | def recvfrom(self, bufsize) -> Tuple: method recv (line 156) | def recv(self, bufsize) -> bytes: method makefile (line 163) | def makefile( method listen (line 185) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 194) | def settimeout(self, value) -> Incomplete: method sendall (line 229) | def sendall(self, bytes) -> int: method setsockopt (line 242) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 250) | def setblocking(self, flag) -> Incomplete: method sendto (line 262) | def sendto(self, bytes, address) -> None: method readline (line 269) | def readline(self) -> Incomplete: method readinto (line 277) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 287) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method connect (line 308) | def connect(self, address) -> None: method send (line 314) | def send(self, bytes) -> int: method bind (line 322) | def bind(self, address) -> Incomplete: method accept (line 328) | def accept(self) -> Tuple: method write (line 337) | def write(self, buf) -> int: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/uasyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function run_until_complete (line 56) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 57) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function ticks (line 65) | def ticks(*args, **kwargs) -> Incomplete: ... function run (line 66) | def run(coro) -> Incomplete: function new_event_loop (line 74) | def new_event_loop() -> Incomplete: function current_task (line 83) | def current_task() -> Task: function get_event_loop (line 89) | def get_event_loop() -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class Loop (line 116) | class Loop: method call_exception_handler (line 122) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 129) | def run_forever(self) -> Incomplete: method set_exception_handler (line 135) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 142) | def get_exception_handler(self) -> None: method default_exception_handler (line 149) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 155) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 162) | def close(self) -> None: method create_task (line 168) | def create_task(self, coro) -> Task: method stop (line 174) | def stop(self) -> None: method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 182) | class IOQueue: method _dequeue (line 183) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 184) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 185) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 186) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 187) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 188) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 189) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 191) | class Lock: method locked (line 199) | def locked(self) -> bool: method release (line 205) | def release(self) -> Incomplete: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 215) | class CancelledError(Exception): ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 228) | class TaskQueue: method push (line 229) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 230) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 231) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 232) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 237) | class ThreadSafeFlag: method set (line 245) | def set(self) -> None: method ioctl (line 252) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 253) | def clear(self) -> None: method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 262) | class Event: method set (line 268) | def set(self) -> None: method is_set (line 277) | def is_set(self) -> bool: method clear (line 283) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class StreamWriter (line 298) | class StreamWriter: method get_extra_info (line 299) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 300) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 301) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 312) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 314) | class StreamReader: method get_extra_info (line 315) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 316) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 317) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/uasyncio/core.pyi function ticks_diff (line 13) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 14) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks_add (line 15) | def ticks_add(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks (line 22) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 23) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 24) | def current_task(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/uasyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/umachine.pyi function idle (line 29) | def idle() -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function info (line 46) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 47) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 48) | def enable_irq(state) -> Incomplete: function disable_irq (line 56) | def disable_irq() -> Incomplete: function deepsleep (line 65) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function lightsleep (line 126) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 151) | def reset() -> NoReturn: function rng (line 158) | def rng() -> int: function reset_cause (line 166) | def reset_cause() -> int: function unique_id (line 172) | def unique_id() -> bytes: function bootloader (line 181) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 191) | def bitstream( class Pin (line 220) | class Pin: method mode (line 324) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 333) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 334) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 343) | def low(self) -> None: method irq (line 351) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 396) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 397) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 398) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 399) | def on(self) -> None: method off (line 405) | def off(self) -> None: method init (line 411) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 421) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 422) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 423) | def value(self, x: Optional[Any] = None) -> int: method high (line 457) | def high(self) -> None: method gpio (line 465) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 467) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 469) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 471) | class cpu: method __init__ (line 519) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 522) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 524) | class board: method __init__ (line 574) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 576) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 577) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 585) | class I2S: method shift (line 616) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 624) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 630) | def irq(self, handler) -> Incomplete: method readinto (line 638) | def readinto(self, buf) -> int: method deinit (line 647) | def deinit(self) -> Incomplete: method write (line 653) | def write(self, buf) -> int: method __init__ (line 662) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 664) | class SPI: method deinit (line 678) | def deinit(self) -> None: method init (line 684) | def init( method write_readinto (line 710) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 721) | def read(self, nbytes, write=0x00) -> bytes: method write (line 729) | def write(self, buf) -> int: method readinto (line 738) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 748) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 752) | class RTC: method info (line 757) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 758) | def init(self, datetime) -> None: method wakeup (line 766) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 767) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 783) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 784) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 786) | class I2C: method readfrom_mem_into (line 804) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 816) | def readfrom_into( method readfrom_mem (line 831) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 840) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 851) | def scan(self) -> List: method writeto (line 859) | def writeto( method writevto (line 874) | def writevto( method start (line 895) | def start(self) -> None: method readfrom (line 901) | def readfrom( method readinto (line 914) | def readinto( method init (line 928) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 942) | def stop(self) -> None: method write (line 948) | def write(self, buf) -> int: method __init__ (line 956) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 958) | class ADC: method read_u16 (line 978) | def read_u16(self) -> int: method __init__ (line 986) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 988) | class WDT: method feed (line 997) | def feed(self) -> None: method __init__ (line 1005) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1007) | class Timer: method init (line 1018) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1058) | def deinit(self) -> None: method __init__ (line 1064) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1066) | class SoftSPI(SPI): method deinit (line 1075) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1076) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1077) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1078) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1079) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1080) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1081) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1083) | class UART: method init (line 1091) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1145) | def flush(self) -> Incomplete: method irq (line 1160) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1187) | def txdone(self) -> bool: method sendbreak (line 1202) | def sendbreak(self) -> None: method readchar (line 1209) | def readchar(self, *args, **kwargs) -> Incomplete: ... method writechar (line 1210) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 1211) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1222) | def deinit(self) -> None: method any (line 1232) | def any(self) -> int: method write (line 1247) | def write(self, buf) -> Union[int, None]: method readinto (line 1255) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1266) | def readline(self) -> Union[str, None]: method __init__ (line 1275) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1280) | class SoftI2C(I2C): method readfrom_mem_into (line 1293) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1294) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1295) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1296) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1297) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1298) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1299) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1300) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1301) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1302) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1303) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1304) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1305) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1306) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1308) | class Signal(Pin): method off (line 1329) | def off(self) -> None: method on (line 1335) | def on(self) -> None: method value (line 1341) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1361) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/uos.pyi function statvfs (line 25) | def statvfs(path) -> Tuple: function stat (line 48) | def stat(path) -> Incomplete: function rmdir (line 54) | def rmdir(path) -> None: function rename (line 60) | def rename(old_path, new_path) -> None: function mount (line 66) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 84) | def sync() -> None: function unlink (line 90) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 91) | def uname() -> uname_result: function umount (line 105) | def umount(mount_point) -> Incomplete: function urandom (line 115) | def urandom(n) -> bytes: function chdir (line 122) | def chdir(path) -> Incomplete: function dupterm (line 128) | def dupterm( function remove (line 154) | def remove(path) -> None: function mkdir (line 160) | def mkdir(path) -> Incomplete: function getcwd (line 166) | def getcwd() -> Incomplete: function listdir (line 172) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 178) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 199) | class VfsLfs2: method rename (line 217) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 219) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 228) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 229) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 230) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 231) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 232) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 233) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 234) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 235) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 236) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 237) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 238) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 239) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 241) | class VfsFat: method rename (line 248) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 250) | def mkfs(block_dev) -> None: method mount (line 256) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 257) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 258) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 259) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 260) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 261) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 262) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 263) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 264) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 265) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 266) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/usocket.pyi function getaddrinfo (line 86) | def getaddrinfo( class socket (line 134) | class socket: method recvfrom (line 148) | def recvfrom(self, bufsize) -> Tuple: method recv (line 156) | def recv(self, bufsize) -> bytes: method makefile (line 163) | def makefile( method listen (line 185) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 194) | def settimeout(self, value) -> Incomplete: method sendall (line 229) | def sendall(self, bytes) -> int: method setsockopt (line 242) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 250) | def setblocking(self, flag) -> Incomplete: method sendto (line 262) | def sendto(self, bytes, address) -> None: method readline (line 269) | def readline(self) -> Incomplete: method readinto (line 277) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 287) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method connect (line 308) | def connect(self, address) -> None: method send (line 314) | def send(self, bytes) -> int: method bind (line 322) | def bind(self, address) -> Incomplete: method accept (line 328) | def accept(self) -> Tuple: method write (line 337) | def write(self, buf) -> int: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-stm32-pybv11-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-stm32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_21_0-stm32-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-stm32-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/asyncio/__init__.pyi function __getattr__ (line 42) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-stm32-stubs/asyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_21_0-stm32-stubs/asyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(io.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_21_0-stm32-stubs/asyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_21_0-stm32-stubs/asyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_21_0-stm32-stubs/asyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 31) | def close(self) -> None: ... method wait_closed (line 32) | async def wait_closed(self) -> None: ... method _serve (line 33) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 35) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 36) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_21_0-stm32-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-stm32-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_21_0-stm32-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_21_0-stm32-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_21_0-stm32-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-stm32-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-stm32-stubs/lcd160cr.pyi function calcsize (line 27) | def calcsize(*args, **kwargs) -> Incomplete: ... function pack_into (line 28) | def pack_into(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 29) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function const (line 30) | def const(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 32) | class LCD160CR: method rect_interior_no_clip (line 68) | def rect_interior_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_no_clip (line 69) | def rect_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_outline_no_clip (line 70) | def rect_outline_no_clip(self, x, y, w, h) -> Incomplete: ... method poly_line (line 71) | def poly_line(self, data) -> Incomplete: method line_no_clip (line 77) | def line_no_clip(self, x1, y1, x2, y2) -> Incomplete: method poly_dot (line 85) | def poly_dot(self, data) -> None: method set_font (line 93) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method erase (line 114) | def erase(self) -> Incomplete: method dot_no_clip (line 120) | def dot_no_clip(self, x, y) -> Incomplete: ... method set_pen (line 121) | def set_pen(self, line, fill) -> None: method rect_interior (line 127) | def rect_interior(self, x, y, w, h) -> None: method dot (line 136) | def dot(self, x, y) -> None: method rect_outline (line 142) | def rect_outline(self, x, y, w, h) -> Incomplete: ... method set_scroll_buf (line 143) | def set_scroll_buf(self, s) -> None: method set_scroll_win (line 150) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 168) | def set_scroll_win_param(self, win, param, value) -> Incomplete: method jpeg (line 179) | def jpeg(self, buf) -> None: method jpeg_start (line 188) | def jpeg_start(self, total_len) -> Incomplete: ... method jpeg_data (line 189) | def jpeg_data(self, buf) -> None: method touch_config (line 198) | def touch_config(self, calib=False, save=False, irq=None) -> None: method get_touch (line 214) | def get_touch(self) -> Tuple: method set_scroll (line 222) | def set_scroll(self, on) -> None: method is_touched (line 229) | def is_touched(self) -> bool: method show_framebuf (line 236) | def show_framebuf(self, buf) -> None: method set_spi_win (line 248) | def set_spi_win(self, x, y, w, h) -> None: method fast_spi (line 254) | def fast_spi(self, flush=True) -> SPI: method feed_wdt (line 268) | def feed_wdt(self) -> Incomplete: method _waitfor (line 276) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method _send (line 277) | def _send(self, *args, **kwargs) -> Incomplete: ... method _fcmd2 (line 278) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rgb (line 280) | def rgb(r, g, b) -> int: method oflush (line 289) | def oflush(self, *args, **kwargs) -> Incomplete: ... method iflush (line 290) | def iflush(self, *args, **kwargs) -> Incomplete: ... method set_text_color (line 291) | def set_text_color(self, fg, bg) -> None: method line (line 297) | def line(self, x1, y1, x2, y2) -> None: method _fcmd2b (line 303) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 304) | def write(self, s) -> None: method set_orient (line 312) | def set_orient(self, orient) -> None: method rect (line 319) | def rect(self, x, y, w, h) -> Incomplete: ... method reset (line 320) | def reset(self) -> None: method get_line (line 326) | def get_line(self, x, y, buf) -> Incomplete: method set_pixel (line 335) | def set_pixel(self, x, y, c) -> None: method get_pixel (line 342) | def get_pixel(self, x, y) -> Incomplete: method set_pos (line 348) | def set_pos(self, x, y) -> None: method screen_dump (line 355) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Incomplete: method screen_load (line 366) | def screen_load(self, buf) -> None: method clip_line (line 373) | def clip_line(data, w, h) -> Incomplete: method set_brightness (line 379) | def set_brightness(self, value) -> None: method save_to_flash (line 385) | def save_to_flash(self) -> Incomplete: method set_power (line 392) | def set_power(self, on) -> None: method set_startup_deco (line 399) | def set_startup_deco(self, value) -> None: method set_i2c_addr (line 406) | def set_i2c_addr(self, addr) -> None: method set_uart_baudrate (line 413) | def set_uart_baudrate(self, baudrate) -> None: method __init__ (line 419) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/machine.pyi function idle (line 29) | def idle() -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function info (line 46) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 47) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 48) | def enable_irq(state) -> Incomplete: function disable_irq (line 56) | def disable_irq() -> Incomplete: function deepsleep (line 65) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function lightsleep (line 126) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 151) | def reset() -> NoReturn: function rng (line 158) | def rng() -> int: function reset_cause (line 166) | def reset_cause() -> int: function unique_id (line 172) | def unique_id() -> bytes: function bootloader (line 181) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 191) | def bitstream( class Pin (line 220) | class Pin: method mode (line 324) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 333) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 334) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 343) | def low(self) -> None: method irq (line 351) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 396) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 397) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 398) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 399) | def on(self) -> None: method off (line 405) | def off(self) -> None: method init (line 411) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 421) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 422) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 423) | def value(self, x: Optional[Any] = None) -> int: method high (line 457) | def high(self) -> None: method gpio (line 465) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 467) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 469) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 471) | class cpu: method __init__ (line 519) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 522) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 524) | class board: method __init__ (line 574) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 576) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 577) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 585) | class I2S: method shift (line 616) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 624) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 630) | def irq(self, handler) -> Incomplete: method readinto (line 638) | def readinto(self, buf) -> int: method deinit (line 647) | def deinit(self) -> Incomplete: method write (line 653) | def write(self, buf) -> int: method __init__ (line 662) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 664) | class SPI: method deinit (line 678) | def deinit(self) -> None: method init (line 684) | def init( method write_readinto (line 710) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 721) | def read(self, nbytes, write=0x00) -> bytes: method write (line 729) | def write(self, buf) -> int: method readinto (line 738) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 748) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 752) | class RTC: method info (line 757) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 758) | def init(self, datetime) -> None: method wakeup (line 766) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 767) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 783) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 784) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 786) | class I2C: method readfrom_mem_into (line 804) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 816) | def readfrom_into( method readfrom_mem (line 831) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 840) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 851) | def scan(self) -> List: method writeto (line 859) | def writeto( method writevto (line 874) | def writevto( method start (line 895) | def start(self) -> None: method readfrom (line 901) | def readfrom( method readinto (line 914) | def readinto( method init (line 928) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 942) | def stop(self) -> None: method write (line 948) | def write(self, buf) -> int: method __init__ (line 956) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 958) | class ADC: method read_u16 (line 978) | def read_u16(self) -> int: method __init__ (line 986) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 988) | class WDT: method feed (line 997) | def feed(self) -> None: method __init__ (line 1005) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1007) | class Timer: method init (line 1018) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1058) | def deinit(self) -> None: method __init__ (line 1064) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1066) | class SoftSPI(SPI): method deinit (line 1075) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1076) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1077) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1078) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1079) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1080) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1081) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1083) | class UART: method init (line 1091) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1145) | def flush(self) -> Incomplete: method irq (line 1160) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1187) | def txdone(self) -> bool: method sendbreak (line 1202) | def sendbreak(self) -> None: method readchar (line 1209) | def readchar(self, *args, **kwargs) -> Incomplete: ... method writechar (line 1210) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 1211) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1222) | def deinit(self) -> None: method any (line 1232) | def any(self) -> int: method write (line 1247) | def write(self, buf) -> Union[int, None]: method readinto (line 1255) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1266) | def readline(self) -> Union[str, None]: method __init__ (line 1275) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1280) | class SoftI2C(I2C): method readfrom_mem_into (line 1293) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1294) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1295) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1296) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1297) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1298) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1299) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1300) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1301) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1302) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1303) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1304) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1305) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1306) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1308) | class Signal(Pin): method off (line 1329) | def off(self) -> None: method on (line 1335) | def on(self) -> None: method value (line 1341) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1361) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_21_0-stm32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_21_0-stm32-stubs/network.pyi function hostname (line 52) | def hostname(*args, **kwargs) -> Incomplete: ... function route (line 53) | def route(*args, **kwargs) -> Incomplete: ... function country (line 54) | def country(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-stm32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_21_0-stm32-stubs/os.pyi function statvfs (line 25) | def statvfs(path) -> Tuple: function stat (line 48) | def stat(path) -> Incomplete: function rmdir (line 54) | def rmdir(path) -> None: function rename (line 60) | def rename(old_path, new_path) -> None: function mount (line 66) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 84) | def sync() -> None: function unlink (line 90) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 91) | def uname() -> uname_result: function umount (line 105) | def umount(mount_point) -> Incomplete: function urandom (line 115) | def urandom(n) -> bytes: function chdir (line 122) | def chdir(path) -> Incomplete: function dupterm (line 128) | def dupterm( function remove (line 154) | def remove(path) -> None: function mkdir (line 160) | def mkdir(path) -> Incomplete: function getcwd (line 166) | def getcwd() -> Incomplete: function listdir (line 172) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 178) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 199) | class VfsLfs2: method rename (line 217) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 219) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 228) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 229) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 230) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 231) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 232) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 233) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 234) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 235) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 236) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 237) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 238) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 239) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 241) | class VfsFat: method rename (line 248) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 250) | def mkfs(block_dev) -> None: method mount (line 256) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 257) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 258) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 259) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 260) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 261) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 262) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 263) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 264) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 265) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 266) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-stm32-stubs/pyb.pyi function hard_reset (line 21) | def hard_reset() -> NoReturn: function have_cdc (line 28) | def have_cdc() -> bool: function hid (line 36) | def hid(hidtuple: Tuple) -> Incomplete: function info (line 45) | def info(dump_alloc_table: Optional[Any] = None) -> None: function wfi (line 51) | def wfi() -> None: function elapsed_micros (line 63) | def elapsed_micros(start) -> int: function freq (line 79) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function disable_irq (line 119) | def disable_irq() -> Incomplete: function fault_debug (line 128) | def fault_debug(value) -> None: function elapsed_millis (line 143) | def elapsed_millis(start) -> int: function enable_irq (line 158) | def enable_irq(state=True) -> None: function sync (line 168) | def sync() -> None: function servo (line 174) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 175) | def standby() -> Incomplete: function usb_mode (line 188) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function udelay (line 229) | def udelay(us) -> None: function unique_id (line 235) | def unique_id() -> str: function micros (line 241) | def micros() -> int: function mount (line 255) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function rng (line 290) | def rng() -> int: function millis (line 296) | def millis() -> int: function repl_uart (line 310) | def repl_uart(uart) -> UART: function pwm (line 316) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 317) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 318) | def stop() -> Incomplete: function delay (line 330) | def delay(ms) -> None: function main (line 336) | def main(filename) -> None: function bootloader (line 345) | def bootloader() -> None: function country (line 351) | def country(*args, **kwargs) -> Incomplete: ... class ADCAll (line 353) | class ADCAll: method read_core_vbat (line 354) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 355) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 356) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 357) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 358) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 359) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 361) | class Accel: method x (line 366) | def x(self) -> Incomplete: method tilt (line 372) | def tilt(self) -> Incomplete: method y (line 378) | def y(self) -> Incomplete: method z (line 384) | def z(self) -> Incomplete: method read (line 390) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 391) | def filtered_xyz(self) -> Tuple: method write (line 402) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 403) | def __init__(self, *argv, **kwargs) -> None: ... class CAN (line 405) | class CAN: method restart (line 432) | def restart(self) -> Incomplete: method recv (line 445) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method init (line 481) | def init( method rxcallback (line 555) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 591) | def setfilter(self, bank, mode, fifo, params, *, rtr=None, extframe=Fa... method state (line 648) | def state(self) -> Incomplete: method send (line 664) | def send(self, data, id, *, timeout=0, rtr=False, extframe=False, fdf=... method any (line 693) | def any(self, fifo) -> bool: method info (line 699) | def info(self, list: Optional[Any] = None) -> Incomplete: method clearfilter (line 723) | def clearfilter(self, bank, extframe=False) -> None: method deinit (line 733) | def deinit(self) -> None: method __init__ (line 739) | def __init__(self, *argv, **kwargs) -> None: ... class ExtInt (line 741) | class ExtInt: method line (line 765) | def line(self) -> int: method regs (line 772) | def regs(cls) -> Incomplete: method swint (line 778) | def swint(self) -> Incomplete: method enable (line 784) | def enable(self) -> None: method disable (line 790) | def disable(self) -> None: method __init__ (line 797) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 799) | class Flash: method readblocks (line 810) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 811) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 812) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 820) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 822) | class ADC: method read_timed (line 828) | def read_timed(self, buf, timer) -> Incomplete: method read_timed_multi (line 866) | def read_timed_multi(self, adcs, bufs, timer) -> bool: method read (line 919) | def read(self) -> Incomplete: method __init__ (line 926) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 930) | class DAC: method noise (line 957) | def noise(self, freq) -> None: method write_timed (line 964) | def write_timed(self, data, freq, *, mode=NORMAL) -> Incomplete: method triangle (line 986) | def triangle(self, freq) -> None: method write (line 994) | def write(self, value) -> Incomplete: method init (line 1002) | def init(self, bits=8, *, buffering=None) -> Incomplete: method deinit (line 1010) | def deinit(self) -> Incomplete: method __init__ (line 1016) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1018) | class RTC: method info (line 1023) | def info(self) -> Incomplete: method init (line 1034) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 1035) | def wakeup(self, timeout, callback=None) -> None: method datetime (line 1048) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 1066) | def calibration(self, cal) -> int: method __init__ (line 1084) | def __init__(self, *argv, **kwargs) -> None: ... class USB_VCP (line 1086) | class USB_VCP: method readlines (line 1095) | def readlines(self) -> List: method recv (line 1105) | def recv(self, data, *, timeout=5000) -> int: method isconnected (line 1118) | def isconnected(self) -> bool: method init (line 1124) | def init(self, *, flow=-1) -> None: method irq (line 1132) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 1144) | def setinterrupt(self, chr) -> None: method close (line 1155) | def close(self) -> Incomplete: method read (line 1162) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1173) | def any(self) -> bool: method write (line 1179) | def write(self, buf) -> int: method send (line 1187) | def send(self, data, *, timeout=5000) -> int: method readinto (line 1198) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1210) | def readline(self) -> bytes: method __init__ (line 1219) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1221) | class Timer: method freq (line 1251) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 1257) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1314) | def period(self, value: Optional[Any] = None) -> Incomplete: method prescaler (line 1320) | def prescaler(self, value: Optional[Any] = None) -> Incomplete: method source_freq (line 1326) | def source_freq(self) -> Incomplete: method deinit (line 1332) | def deinit(self) -> None: method callback (line 1343) | def callback(self, fun) -> None: method channel (line 1351) | def channel(self, channel, mode, pin=None, *args) -> Incomplete: method counter (line 1438) | def counter(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 1444) | def __init__(self, *argv, **kwargs) -> None: ... class Switch (line 1446) | class Switch(Pin): method callback (line 1451) | def callback(self, fun) -> None: method value (line 1458) | def value(self) -> bool: method __init__ (line 1464) | def __init__(self, *argv, **kwargs) -> None: ... class Servo (line 1466) | class Servo: method speed (line 1471) | def speed(self, speed: Optional[Any] = None, time=0) -> Incomplete: method pulse_width (line 1483) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method calibration (line 1492) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method angle (line 1507) | def angle(self, angle: Optional[Any] = None, time=0) -> Incomplete: method __init__ (line 1520) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1522) | class UART: method init (line 1561) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method flush (line 1587) | def flush(self, *args, **kwargs) -> Incomplete: ... method irq (line 1588) | def irq(self, *args, **kwargs) -> Incomplete: ... method txdone (line 1589) | def txdone(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 1590) | def sendbreak(self) -> None: method readchar (line 1598) | def readchar(self) -> int: method writechar (line 1606) | def writechar(self, char) -> None: method read (line 1613) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1630) | def deinit(self) -> None: method any (line 1636) | def any(self) -> int: method write (line 1642) | def write(self, buf) -> int: method readinto (line 1654) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1664) | def readline(self) -> None: method __init__ (line 1674) | def __init__(self, *argv, **kwargs) -> None: ... class USB_HID (line 1676) | class USB_HID: method recv (line 1681) | def recv(self, data, *, timeout=5000) -> int: method send (line 1694) | def send(self, data) -> None: method __init__ (line 1703) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1705) | class I2C: method scan (line 1731) | def scan(self) -> List: method mem_read (line 1738) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 1753) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 1768) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method is_ready (line 1782) | def is_ready(self, addr) -> Incomplete: method send (line 1788) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 1800) | def deinit(self) -> None: method init (line 1806) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method __init__ (line 1824) | def __init__(self, *argv, **kwargs) -> None: ... class LED (line 1826) | class LED: method toggle (line 1833) | def toggle(self) -> Incomplete: method on (line 1840) | def on(self) -> None: method off (line 1846) | def off(self) -> None: method intensity (line 1852) | def intensity(self, value: Optional[Any] = None) -> None: method __init__ (line 1866) | def __init__(self, *argv, **kwargs) -> None: ... class LCD (line 1868) | class LCD: method fill (line 1874) | def fill(self, colour) -> None: method light (line 1882) | def light(self, value) -> None: method pixel (line 1888) | def pixel(self, x, y, colour) -> None: method show (line 1896) | def show(self) -> None: method text (line 1902) | def text(self, str, x, y, colour) -> None: method contrast (line 1910) | def contrast(self, value) -> None: method get (line 1916) | def get(self, x, y) -> int: method write (line 1924) | def write(self, str) -> None: method command (line 1930) | def command(self, instr_data, buf) -> None: method __init__ (line 1938) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1940) | class SPI: method deinit (line 1963) | def deinit(self) -> None: method send_recv (line 1969) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method recv (line 1983) | def recv(self, recv, *, timeout=5000) -> bytes: method init (line 1996) | def init(self, mode, baudrate=328125, *, prescaler=-1, polarity=1, pha... method write_readinto (line 2024) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 2025) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 2026) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2027) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 2028) | def send(self, send, *, timeout=5000) -> None: method __init__ (line 2039) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 2041) | class Pin: method mode (line 2087) | def mode(self) -> Incomplete: method name (line 2095) | def name(self) -> str: method pull (line 2101) | def pull(self) -> Incomplete: method low (line 2109) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 2110) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 2111) | def pin(self) -> int: method port (line 2117) | def port(self) -> Incomplete: method names (line 2123) | def names(self) -> str: method on (line 2129) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 2130) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 2131) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method af_list (line 2165) | def af_list(self) -> List: method af (line 2171) | def af(self) -> Incomplete: method value (line 2179) | def value(self, value: Optional[Any] = None) -> int: method high (line 2190) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 2191) | def gpio(self) -> int: method dict (line 2199) | def dict(cls, *args, **kwargs) -> Incomplete: method debug (line 2207) | def debug(cls, *args, **kwargs) -> bool: class cpu (line 2213) | class cpu: method __init__ (line 2261) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 2265) | def mapper(cls, *args, **kwargs) -> Incomplete: class board (line 2271) | class board: method __init__ (line 2321) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2323) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 2324) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SDCard (line 2332) | class SDCard: method writeblocks (line 2333) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 2334) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 2335) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2336) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 2337) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 2338) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2339) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 2340) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2341) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-stm32-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function post (line 11) | def post(*args, **kwargs) -> Incomplete: ... function put (line 12) | def put(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 14) | def delete(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-stm32-stubs/socket.pyi function getaddrinfo (line 86) | def getaddrinfo( class socket (line 134) | class socket: method recvfrom (line 148) | def recvfrom(self, bufsize) -> Tuple: method recv (line 156) | def recv(self, bufsize) -> bytes: method makefile (line 163) | def makefile( method listen (line 185) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 194) | def settimeout(self, value) -> Incomplete: method sendall (line 229) | def sendall(self, bytes) -> int: method setsockopt (line 242) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 250) | def setblocking(self, flag) -> Incomplete: method sendto (line 262) | def sendto(self, bytes, address) -> None: method readline (line 269) | def readline(self) -> Incomplete: method readinto (line 277) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 287) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method connect (line 308) | def connect(self, address) -> None: method send (line 314) | def send(self, bytes) -> int: method bind (line 322) | def bind(self, address) -> Incomplete: method accept (line 328) | def accept(self) -> Tuple: method write (line 337) | def write(self, buf) -> int: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-stm32-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-stm32-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-stm32-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/uasyncio.pyi function __getattr__ (line 38) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-stm32-stubs/uasyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function run_until_complete (line 56) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 57) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function ticks (line 65) | def ticks(*args, **kwargs) -> Incomplete: ... function run (line 66) | def run(coro) -> Incomplete: function new_event_loop (line 74) | def new_event_loop() -> Incomplete: function current_task (line 83) | def current_task() -> Task: function get_event_loop (line 89) | def get_event_loop() -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class Loop (line 116) | class Loop: method call_exception_handler (line 122) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 129) | def run_forever(self) -> Incomplete: method set_exception_handler (line 135) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 142) | def get_exception_handler(self) -> None: method default_exception_handler (line 149) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 155) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 162) | def close(self) -> None: method create_task (line 168) | def create_task(self, coro) -> Task: method stop (line 174) | def stop(self) -> None: method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 182) | class IOQueue: method _dequeue (line 183) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 184) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 185) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 186) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 187) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 188) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 189) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 191) | class Lock: method locked (line 199) | def locked(self) -> bool: method release (line 205) | def release(self) -> Incomplete: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 215) | class CancelledError(Exception): ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 228) | class TaskQueue: method push (line 229) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 230) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 231) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 232) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 237) | class ThreadSafeFlag: method set (line 245) | def set(self) -> None: method ioctl (line 252) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 253) | def clear(self) -> None: method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 262) | class Event: method set (line 268) | def set(self) -> None: method is_set (line 277) | def is_set(self) -> bool: method clear (line 283) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class StreamWriter (line 298) | class StreamWriter: method get_extra_info (line 299) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 300) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 301) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 312) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 314) | class StreamReader: method get_extra_info (line 315) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 316) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 317) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/uasyncio/core.pyi function ticks_diff (line 13) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 14) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks_add (line 15) | def ticks_add(*args, **kwargs) -> Incomplete: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 19) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks (line 22) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 23) | def sleep(*args, **kwargs) -> Incomplete: ... function current_task (line 24) | def current_task(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 30) | class TaskQueue: method push (line 31) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 32) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 33) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 34) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 39) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 41) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 45) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 47) | def create_task(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 56) | class CancelledError(Exception): ... class SingletonGenerator (line 58) | class SingletonGenerator: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 61) | class IOQueue: method _dequeue (line 62) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 63) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 64) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method remove (line 65) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 66) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 67) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 70) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_21_0-stm32-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 15) | class _Remove: method remove (line 16) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/uasyncio/stream.pyi class StreamWriter (line 13) | class StreamWriter: method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 15) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 16) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 29) | class Stream: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 45) | class Server: method close (line 46) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 52) | class StreamReader: method get_extra_info (line 53) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 54) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-stm32-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-stm32-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-stm32-stubs/umachine.pyi function idle (line 29) | def idle() -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function info (line 46) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 47) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 48) | def enable_irq(state) -> Incomplete: function disable_irq (line 56) | def disable_irq() -> Incomplete: function deepsleep (line 65) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function lightsleep (line 126) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 151) | def reset() -> NoReturn: function rng (line 158) | def rng() -> int: function reset_cause (line 166) | def reset_cause() -> int: function unique_id (line 172) | def unique_id() -> bytes: function bootloader (line 181) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 191) | def bitstream( class Pin (line 220) | class Pin: method mode (line 324) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 333) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 334) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 343) | def low(self) -> None: method irq (line 351) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 396) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 397) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 398) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 399) | def on(self) -> None: method off (line 405) | def off(self) -> None: method init (line 411) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 421) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 422) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 423) | def value(self, x: Optional[Any] = None) -> int: method high (line 457) | def high(self) -> None: method gpio (line 465) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 467) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 469) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 471) | class cpu: method __init__ (line 519) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 522) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 524) | class board: method __init__ (line 574) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 576) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 577) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 585) | class I2S: method shift (line 616) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 624) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 630) | def irq(self, handler) -> Incomplete: method readinto (line 638) | def readinto(self, buf) -> int: method deinit (line 647) | def deinit(self) -> Incomplete: method write (line 653) | def write(self, buf) -> int: method __init__ (line 662) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 664) | class SPI: method deinit (line 678) | def deinit(self) -> None: method init (line 684) | def init( method write_readinto (line 710) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 721) | def read(self, nbytes, write=0x00) -> bytes: method write (line 729) | def write(self, buf) -> int: method readinto (line 738) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 748) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 752) | class RTC: method info (line 757) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 758) | def init(self, datetime) -> None: method wakeup (line 766) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 767) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 783) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 784) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 786) | class I2C: method readfrom_mem_into (line 804) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 816) | def readfrom_into( method readfrom_mem (line 831) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 840) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 851) | def scan(self) -> List: method writeto (line 859) | def writeto( method writevto (line 874) | def writevto( method start (line 895) | def start(self) -> None: method readfrom (line 901) | def readfrom( method readinto (line 914) | def readinto( method init (line 928) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 942) | def stop(self) -> None: method write (line 948) | def write(self, buf) -> int: method __init__ (line 956) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 958) | class ADC: method read_u16 (line 978) | def read_u16(self) -> int: method __init__ (line 986) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 988) | class WDT: method feed (line 997) | def feed(self) -> None: method __init__ (line 1005) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1007) | class Timer: method init (line 1018) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1058) | def deinit(self) -> None: method __init__ (line 1064) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1066) | class SoftSPI(SPI): method deinit (line 1075) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1076) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1077) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1078) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1079) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1080) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1081) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1083) | class UART: method init (line 1091) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1145) | def flush(self) -> Incomplete: method irq (line 1160) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1187) | def txdone(self) -> bool: method sendbreak (line 1202) | def sendbreak(self) -> None: method readchar (line 1209) | def readchar(self, *args, **kwargs) -> Incomplete: ... method writechar (line 1210) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 1211) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1222) | def deinit(self) -> None: method any (line 1232) | def any(self) -> int: method write (line 1247) | def write(self, buf) -> Union[int, None]: method readinto (line 1255) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1266) | def readline(self) -> Union[str, None]: method __init__ (line 1275) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1280) | class SoftI2C(I2C): method readfrom_mem_into (line 1293) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1294) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1295) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1296) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1297) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1298) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1299) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1300) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1301) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1302) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1303) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1304) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1305) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1306) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1308) | class Signal(Pin): method off (line 1329) | def off(self) -> None: method on (line 1335) | def on(self) -> None: method value (line 1341) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1361) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/uos.pyi function statvfs (line 25) | def statvfs(path) -> Tuple: function stat (line 48) | def stat(path) -> Incomplete: function rmdir (line 54) | def rmdir(path) -> None: function rename (line 60) | def rename(old_path, new_path) -> None: function mount (line 66) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 84) | def sync() -> None: function unlink (line 90) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 91) | def uname() -> uname_result: function umount (line 105) | def umount(mount_point) -> Incomplete: function urandom (line 115) | def urandom(n) -> bytes: function chdir (line 122) | def chdir(path) -> Incomplete: function dupterm (line 128) | def dupterm( function remove (line 154) | def remove(path) -> None: function mkdir (line 160) | def mkdir(path) -> Incomplete: function getcwd (line 166) | def getcwd() -> Incomplete: function listdir (line 172) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 178) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 199) | class VfsLfs2: method rename (line 217) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 219) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 228) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 229) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 230) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 231) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 232) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 233) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 234) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 235) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 236) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 237) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 238) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 239) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 241) | class VfsFat: method rename (line 248) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 250) | def mkfs(block_dev) -> None: method mount (line 256) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 257) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 258) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 259) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 260) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 261) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 262) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 263) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 264) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 265) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 266) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-stm32-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-stm32-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-stm32-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_21_0-stm32-stubs/usocket.pyi function getaddrinfo (line 86) | def getaddrinfo( class socket (line 134) | class socket: method recvfrom (line 148) | def recvfrom(self, bufsize) -> Tuple: method recv (line 156) | def recv(self, bufsize) -> bytes: method makefile (line 163) | def makefile( method listen (line 185) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 194) | def settimeout(self, value) -> Incomplete: method sendall (line 229) | def sendall(self, bytes) -> int: method setsockopt (line 242) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 250) | def setblocking(self, flag) -> Incomplete: method sendto (line 262) | def sendto(self, bytes, address) -> None: method readline (line 269) | def readline(self) -> Incomplete: method readinto (line 277) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 287) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method connect (line 308) | def connect(self, address) -> None: method send (line 314) | def send(self, bytes) -> int: method bind (line 322) | def bind(self, address) -> Incomplete: method accept (line 328) | def accept(self) -> Tuple: method write (line 337) | def write(self, buf) -> int: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-stm32-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-stm32-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_21_0-stm32-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-unix-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_21_0-unix-stubs/_asyncio.pyi class TaskQueue (line 41) | class TaskQueue: method push (line 42) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 43) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 44) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 45) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 48) | class Task: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 20) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 25) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/argparse.pyi class _ArgError (line 3) | class _ArgError(BaseException): ... class _Arg (line 5) | class _Arg: method __init__ (line 13) | def __init__(self, names, dest, action, nargs, const, default, help) -... method parse (line 14) | def parse(self, optname, args): ... function _dest_from_optnames (line 16) | def _dest_from_optnames(opt_names): ... class ArgumentParser (line 18) | class ArgumentParser: method __init__ (line 22) | def __init__(self, *, description: str = ...) -> None: ... method add_argument (line 23) | def add_argument(self, *args, **kwargs) -> None: ... method usage (line 24) | def usage(self, full): ... method parse_args (line 25) | def parse_args(self, args: Incomplete | None = ...): ... method parse_known_args (line 26) | def parse_known_args(self, args: Incomplete | None = ...): ... method _parse_args_impl (line 27) | def _parse_args_impl(self, args, return_unknown): ... method _parse_args (line 28) | def _parse_args(self, args, return_unknown): ... FILE: publish/micropython-v1_21_0-unix-stubs/array.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/asyncio/__init__.pyi function __getattr__ (line 42) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-unix-stubs/asyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_21_0-unix-stubs/asyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(io.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_21_0-unix-stubs/asyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_21_0-unix-stubs/asyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_21_0-unix-stubs/asyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 31) | def close(self) -> None: ... method wait_closed (line 32) | async def wait_closed(self) -> None: ... method _serve (line 33) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 35) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 36) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_21_0-unix-stubs/binascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-unix-stubs/btree.pyi function open (line 83) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_21_0-unix-stubs/cmath.pyi function polar (line 22) | def polar(z) -> Tuple: function sqrt (line 28) | def sqrt(z) -> Incomplete: function rect (line 34) | def rect(r, phi) -> float: function sin (line 40) | def sin(z) -> float: function exp (line 46) | def exp(z) -> float: function cos (line 52) | def cos(z) -> float: function phase (line 58) | def phase(z) -> float: function log (line 64) | def log(z) -> float: function log10 (line 70) | def log10(z) -> float: FILE: publish/micropython-v1_21_0-unix-stubs/cryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 21) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-unix-stubs/deflate.pyi class DeflateIO (line 30) | class DeflateIO: method readline (line 74) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 75) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 76) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 77) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/ffi.pyi function func (line 3) | def func(*args, **kwargs) -> Incomplete: ... function callback (line 4) | def callback(*args, **kwargs) -> Incomplete: ... function as_bytearray (line 5) | def as_bytearray(*args, **kwargs) -> Incomplete: ... function open (line 6) | def open(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-unix-stubs/framebuf.pyi function FrameBuffer1 (line 23) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 25) | class FrameBuffer: method poly (line 51) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 64) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 65) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 72) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 81) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 90) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 97) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 113) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 123) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 145) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 146) | def fill(self, c) -> None: method fill_rect (line 152) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/gc.pyi function mem_alloc (line 13) | def mem_alloc() -> int: function isenabled (line 23) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 24) | def mem_free() -> int: function threshold (line 35) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 60) | def collect() -> None: function enable (line 66) | def enable() -> None: function disable (line 72) | def disable() -> None: FILE: publish/micropython-v1_21_0-unix-stubs/hashlib.pyi class sha1 (line 31) | class sha1: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 40) | class sha256: method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 49) | class md5: method digest (line 54) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 55) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-unix-stubs/io.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-unix-stubs/logging.pyi function getLogger (line 10) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Incomplete: ... function info (line 12) | def info(*args, **kwargs) -> Incomplete: ... function debug (line 13) | def debug(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Incomplete: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Incomplete: ... method log (line 22) | def log(self, *args, **kwargs) -> Incomplete: ... method error (line 23) | def error(self, *args, **kwargs) -> Incomplete: ... method info (line 24) | def info(self, *args, **kwargs) -> Incomplete: ... method debug (line 25) | def debug(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/machine.pyi function time_pulse_us (line 18) | def time_pulse_us( function idle (line 40) | def idle() -> Incomplete: class Signal (line 52) | class Signal(Pin): method off (line 73) | def off(self) -> None: method on (line 79) | def on(self) -> None: method value (line 85) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: ... class PinBase (line 109) | class PinBase: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/math.pyi function ldexp (line 27) | def ldexp(x, exp) -> Incomplete: function lgamma (line 33) | def lgamma(x) -> float: function trunc (line 39) | def trunc(x) -> int: function isclose (line 45) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 46) | def gamma(x) -> Incomplete: function isnan (line 52) | def isnan(x) -> bool: function isfinite (line 58) | def isfinite(x) -> bool: function isinf (line 64) | def isinf(x) -> bool: function sqrt (line 70) | def sqrt(x) -> Incomplete: function sinh (line 76) | def sinh(x) -> float: function log (line 82) | def log(x) -> float: function tan (line 88) | def tan(x) -> float: function tanh (line 94) | def tanh(x) -> float: function log2 (line 100) | def log2(x) -> float: function log10 (line 106) | def log10(x) -> float: function sin (line 112) | def sin(x) -> float: function modf (line 118) | def modf(x) -> Tuple: function radians (line 125) | def radians(x) -> Incomplete: function atanh (line 131) | def atanh(x) -> float: function atan2 (line 137) | def atan2(y, x) -> float: function atan (line 143) | def atan(x) -> float: function ceil (line 149) | def ceil(x) -> int: function copysign (line 155) | def copysign(x, y) -> Incomplete: function frexp (line 161) | def frexp(x) -> Incomplete: function acos (line 170) | def acos(x) -> float: function pow (line 176) | def pow(x, y) -> Incomplete: function asinh (line 182) | def asinh(x) -> float: function acosh (line 188) | def acosh(x) -> float: function asin (line 194) | def asin(x) -> float: function factorial (line 200) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 201) | def fabs(x) -> Incomplete: function expm1 (line 207) | def expm1(x) -> Incomplete: function floor (line 213) | def floor(x) -> int: function fmod (line 219) | def fmod(x, y) -> Incomplete: function cos (line 225) | def cos(x) -> float: function degrees (line 231) | def degrees(x) -> Incomplete: function cosh (line 237) | def cosh(x) -> float: function exp (line 243) | def exp(x) -> float: function erf (line 249) | def erf(x) -> Incomplete: function erfc (line 255) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_21_0-unix-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_21_0-unix-stubs/mip/__init__.pyi function _ensure_path_exists (line 7) | def _ensure_path_exists(path) -> None: ... function _chunk (line 8) | def _chunk(src, dest) -> None: ... function _check_exists (line 9) | def _check_exists(path, short_hash): ... function _rewrite_url (line 10) | def _rewrite_url(url, branch: Incomplete | None = ...): ... function _download_file (line 11) | def _download_file(url, dest): ... function _install_json (line 12) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 13) | def _install_package(package, index, target, version, mpy): ... function install (line 14) | def install( FILE: publish/micropython-v1_21_0-unix-stubs/mip/__main__.pyi function do_install (line 1) | def do_install() -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/os.pyi function rename (line 20) | def rename(old_path, new_path) -> None: function rmdir (line 26) | def rmdir(path) -> None: function stat (line 32) | def stat(path) -> Incomplete: function putenv (line 38) | def putenv(*args, **kwargs) -> Incomplete: ... function mount (line 39) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 57) | def mkdir(path) -> Incomplete: function unlink (line 63) | def unlink(*args, **kwargs) -> Incomplete: ... function unsetenv (line 64) | def unsetenv(*args, **kwargs) -> Incomplete: ... function statvfs (line 65) | def statvfs(path) -> Tuple: function umount (line 88) | def umount(mount_point) -> Incomplete: function system (line 98) | def system(*args, **kwargs) -> Incomplete: ... function urandom (line 99) | def urandom(n) -> bytes: function chdir (line 106) | def chdir(path) -> Incomplete: function errno (line 112) | def errno(*args, **kwargs) -> Incomplete: ... function remove (line 113) | def remove(path) -> None: function listdir (line 119) | def listdir(dir: Optional[Any] = None) -> Incomplete: function getcwd (line 125) | def getcwd() -> Incomplete: function ilistdir (line 131) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getenv (line 152) | def getenv(*args, **kwargs) -> Incomplete: ... class VfsFat (line 154) | class VfsFat: method rename (line 161) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 163) | def mkfs(block_dev) -> None: method mount (line 169) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 170) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 171) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 172) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 173) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 174) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 175) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 176) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 177) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 178) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 179) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class VfsPosix (line 182) | class VfsPosix: method rename (line 183) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 184) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 185) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 186) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 187) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 188) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 189) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 190) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 191) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 192) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 193) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 194) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs1 (line 197) | class VfsLfs1: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 209) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 218) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 219) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 220) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 221) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 222) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 223) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 224) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 225) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 226) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 227) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 228) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 229) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 231) | class VfsLfs2: method rename (line 249) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 251) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 260) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 261) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 262) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 263) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 264) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 265) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 266) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 267) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 268) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 269) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 270) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 271) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/platform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-unix-stubs/random.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed( function uniform (line 64) | def uniform(a, b) -> int: function choice (line 71) | def choice(sequence) -> Incomplete: function randint (line 78) | def randint(a, b) -> int: function getrandbits (line 84) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-unix-stubs/requests.pyi function request (line 3) | def request(*args, **kwargs) -> Incomplete: ... function head (line 4) | def head(*args, **kwargs) -> Incomplete: ... function post (line 5) | def post(*args, **kwargs) -> Incomplete: ... function patch (line 6) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 7) | def delete(*args, **kwargs) -> Incomplete: ... function put (line 8) | def put(*args, **kwargs) -> Incomplete: ... function get (line 9) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 11) | class Response: method json (line 12) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 13) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_21_0-unix-stubs/select.pyi class poll (line 21) | class poll: method __init__ (line 26) | def __init__(self) -> None: ... method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Incomplete: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll( method ipoll (line 87) | def ipoll( FILE: publish/micropython-v1_21_0-unix-stubs/socket.pyi function sockaddr (line 84) | def sockaddr(*args, **kwargs) -> Incomplete: ... function inet_pton (line 85) | def inet_pton(af, txt_addr) -> Incomplete: function inet_ntop (line 95) | def inet_ntop(af, bin_addr) -> Incomplete: function getaddrinfo (line 105) | def getaddrinfo( class socket (line 153) | class socket: method recv (line 167) | def recv(self, bufsize) -> bytes: method makefile (line 174) | def makefile( method listen (line 196) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 205) | def fileno(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 206) | def settimeout(self, value) -> Incomplete: method recvfrom (line 241) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 249) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 257) | def setblocking(self, flag) -> Incomplete: method sendto (line 269) | def sendto(self, bytes, address) -> None: method readline (line 276) | def readline(self) -> Incomplete: method readinto (line 284) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 294) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 304) | def close(self) -> Incomplete: method connect (line 315) | def connect(self, address) -> None: method send (line 321) | def send(self, bytes) -> int: method bind (line 329) | def bind(self, address) -> Incomplete: method accept (line 335) | def accept(self) -> Tuple: method write (line 344) | def write(self, buf) -> int: method __init__ (line 355) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/ssl.pyi function wrap_socket (line 24) | def wrap_socket( class SSLContext (line 46) | class SSLContext: method wrap_socket (line 52) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 77) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/struct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from( function pack (line 88) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 95) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-unix-stubs/sys.pyi function exc_info (line 26) | def exc_info(*args, **kwargs) -> Incomplete: ... function exit (line 27) | def exit( function atexit (line 37) | def atexit(func) -> Incomplete: function print_exception (line 51) | def print_exception( FILE: publish/micropython-v1_21_0-unix-stubs/time.pyi function ticks_cpu (line 40) | def ticks_cpu() -> Incomplete: function ticks_diff (line 55) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 121) | def ticks_add(ticks, delta) -> Incomplete: function time_ns (line 148) | def time_ns() -> int: function time (line 155) | def time() -> int: function ticks_ms (line 182) | def ticks_ms() -> int: function ticks_us (line 206) | def ticks_us() -> Incomplete: function gmtime (line 212) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 234) | def localtime(secs: Optional[Any] = None) -> Tuple: function clock (line 256) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 257) | def sleep_us(us) -> None: function sleep_ms (line 267) | def sleep_ms(ms) -> None: function mktime (line 278) | def mktime() -> int: function sleep (line 286) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-unix-stubs/uarray.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/uasyncio.pyi function __getattr__ (line 38) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-unix-stubs/uasyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 42) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function create_task (line 43) | def create_task(coro) -> Task: function wait_for_ms (line 51) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function run (line 59) | def run(coro) -> Incomplete: function new_event_loop (line 67) | def new_event_loop() -> Incomplete: function current_task (line 76) | def current_task() -> Task: function get_event_loop (line 82) | def get_event_loop() -> Incomplete: function ticks (line 88) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class Loop (line 109) | class Loop: method call_exception_handler (line 115) | def call_exception_handler(self, context) -> Incomplete: method run_forever (line 122) | def run_forever(self) -> Incomplete: method set_exception_handler (line 128) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 135) | def get_exception_handler(self) -> None: method default_exception_handler (line 142) | def default_exception_handler(self, context) -> Incomplete: method run_until_complete (line 148) | def run_until_complete(self, awaitable) -> Incomplete: method close (line 155) | def close(self) -> None: method stop (line 161) | def stop(self) -> None: method create_task (line 167) | def create_task(self, coro) -> Task: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 175) | class IOQueue: method queue_write (line 176) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method queue_read (line 177) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 178) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method remove (line 179) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 182) | class Event: method set (line 188) | def set(self) -> None: method is_set (line 197) | def is_set(self) -> bool: method clear (line 203) | def clear(self) -> None: method __init__ (line 209) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 211) | class CancelledError(Exception): ... FILE: publish/micropython-v1_21_0-unix-stubs/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 4) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 7) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_21_0-unix-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-unix-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/uasyncio/stream.pyi class StreamWriter (line 5) | class StreamWriter: method get_extra_info (line 6) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 7) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 8) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 20) | class Stream: method get_extra_info (line 21) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 22) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 35) | class Server: method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 40) | class StreamReader: method get_extra_info (line 41) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method write (line 42) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 43) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/ubinascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-unix-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 21) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_21_0-unix-stubs/uctypes.pyi function sizeof (line 50) | def sizeof( function bytes_at (line 61) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 70) | def bytearray_at(addr, size) -> bytearray: function addressof (line 79) | def addressof(obj) -> int: class struct (line 87) | class struct: method __init__ (line 93) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/uhashlib.pyi class sha1 (line 31) | class sha1: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 40) | class sha256: method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 49) | class md5: method digest (line 54) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 55) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-unix-stubs/uio.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-unix-stubs/umachine.pyi function time_pulse_us (line 18) | def time_pulse_us( function idle (line 40) | def idle() -> Incomplete: class Signal (line 52) | class Signal(Pin): method off (line 73) | def off(self) -> None: method on (line 79) | def on(self) -> None: method value (line 85) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: ... class PinBase (line 109) | class PinBase: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/uos.pyi function rename (line 20) | def rename(old_path, new_path) -> None: function rmdir (line 26) | def rmdir(path) -> None: function stat (line 32) | def stat(path) -> Incomplete: function putenv (line 38) | def putenv(*args, **kwargs) -> Incomplete: ... function mount (line 39) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 57) | def mkdir(path) -> Incomplete: function unlink (line 63) | def unlink(*args, **kwargs) -> Incomplete: ... function unsetenv (line 64) | def unsetenv(*args, **kwargs) -> Incomplete: ... function statvfs (line 65) | def statvfs(path) -> Tuple: function umount (line 88) | def umount(mount_point) -> Incomplete: function system (line 98) | def system(*args, **kwargs) -> Incomplete: ... function urandom (line 99) | def urandom(n) -> bytes: function chdir (line 106) | def chdir(path) -> Incomplete: function errno (line 112) | def errno(*args, **kwargs) -> Incomplete: ... function remove (line 113) | def remove(path) -> None: function listdir (line 119) | def listdir(dir: Optional[Any] = None) -> Incomplete: function getcwd (line 125) | def getcwd() -> Incomplete: function ilistdir (line 131) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getenv (line 152) | def getenv(*args, **kwargs) -> Incomplete: ... class VfsFat (line 154) | class VfsFat: method rename (line 161) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 163) | def mkfs(block_dev) -> None: method mount (line 169) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 170) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 171) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 172) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 173) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 174) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 175) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 176) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 177) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 178) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 179) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class VfsPosix (line 182) | class VfsPosix: method rename (line 183) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 184) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 185) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 186) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 187) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 188) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 189) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 190) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 191) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 192) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 193) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 194) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs1 (line 197) | class VfsLfs1: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 209) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 218) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 219) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 220) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 221) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 222) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 223) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 224) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 225) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 226) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 227) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 228) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 229) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 231) | class VfsLfs2: method rename (line 249) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 251) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 260) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 261) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 262) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 263) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 264) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 265) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 266) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 267) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 268) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 269) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 270) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 271) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/uplatform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-unix-stubs/urandom.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed( function uniform (line 64) | def uniform(a, b) -> int: function choice (line 71) | def choice(sequence) -> Incomplete: function randint (line 78) | def randint(a, b) -> int: function getrandbits (line 84) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-unix-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function match (line 5) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 6) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-unix-stubs/uselect.pyi class poll (line 21) | class poll: method __init__ (line 26) | def __init__(self) -> None: ... method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Incomplete: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll( method ipoll (line 87) | def ipoll( FILE: publish/micropython-v1_21_0-unix-stubs/usocket.pyi function sockaddr (line 84) | def sockaddr(*args, **kwargs) -> Incomplete: ... function inet_pton (line 85) | def inet_pton(af, txt_addr) -> Incomplete: function inet_ntop (line 95) | def inet_ntop(af, bin_addr) -> Incomplete: function getaddrinfo (line 105) | def getaddrinfo( class socket (line 153) | class socket: method recv (line 167) | def recv(self, bufsize) -> bytes: method makefile (line 174) | def makefile( method listen (line 196) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 205) | def fileno(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 206) | def settimeout(self, value) -> Incomplete: method recvfrom (line 241) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 249) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 257) | def setblocking(self, flag) -> Incomplete: method sendto (line 269) | def sendto(self, bytes, address) -> None: method readline (line 276) | def readline(self) -> Incomplete: method readinto (line 284) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 294) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 304) | def close(self) -> Incomplete: method connect (line 315) | def connect(self, address) -> None: method send (line 321) | def send(self, bytes) -> int: method bind (line 329) | def bind(self, address) -> Incomplete: method accept (line 335) | def accept(self) -> Tuple: method write (line 344) | def write(self, buf) -> int: method __init__ (line 355) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/ussl.pyi function wrap_socket (line 24) | def wrap_socket( class SSLContext (line 46) | class SSLContext: method wrap_socket (line 52) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 77) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/ustruct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from( function pack (line 88) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 95) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-unix-stubs/usys.pyi function exc_info (line 26) | def exc_info(*args, **kwargs) -> Incomplete: ... function exit (line 27) | def exit( function atexit (line 37) | def atexit(func) -> Incomplete: function print_exception (line 51) | def print_exception( FILE: publish/micropython-v1_21_0-unix-stubs/utime.pyi function ticks_cpu (line 40) | def ticks_cpu() -> Incomplete: function ticks_diff (line 55) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 121) | def ticks_add(ticks, delta) -> Incomplete: function time_ns (line 148) | def time_ns() -> int: function time (line 155) | def time() -> int: function ticks_ms (line 182) | def ticks_ms() -> int: function ticks_us (line 206) | def ticks_us() -> Incomplete: function gmtime (line 212) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 234) | def localtime(secs: Optional[Any] = None) -> Tuple: function clock (line 256) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 257) | def sleep_us(us) -> None: function sleep_ms (line 267) | def sleep_ms(ms) -> None: function mktime (line 278) | def mktime() -> int: function sleep (line 286) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-unix-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 6) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 7) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 9) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-unix-stubs/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 6) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 7) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 9) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-webassembly-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_21_0-webassembly-stubs/_asyncio.pyi class TaskQueue (line 41) | class TaskQueue: method push (line 42) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 43) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 44) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 45) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 48) | class Task: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-webassembly-stubs/array.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-webassembly-stubs/binascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-webassembly-stubs/cmath.pyi function polar (line 22) | def polar(z) -> Tuple: function sqrt (line 28) | def sqrt(z) -> Incomplete: function rect (line 34) | def rect(r, phi) -> float: function sin (line 40) | def sin(z) -> float: function exp (line 46) | def exp(z) -> float: function cos (line 52) | def cos(z) -> float: function phase (line 58) | def phase(z) -> float: function log (line 64) | def log(z) -> float: function log10 (line 70) | def log10(z) -> float: FILE: publish/micropython-v1_21_0-webassembly-stubs/deflate.pyi class DeflateIO (line 30) | class DeflateIO: method readline (line 74) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 75) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 76) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 77) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-webassembly-stubs/framebuf.pyi function FrameBuffer1 (line 23) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 25) | class FrameBuffer: method poly (line 51) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 64) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 65) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 72) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 81) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 90) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 97) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 113) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 123) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 145) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 146) | def fill(self, c) -> None: method fill_rect (line 152) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-webassembly-stubs/gc.pyi function mem_alloc (line 13) | def mem_alloc() -> int: function isenabled (line 23) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 24) | def mem_free() -> int: function threshold (line 35) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 60) | def collect() -> None: function enable (line 66) | def enable() -> None: function disable (line 72) | def disable() -> None: FILE: publish/micropython-v1_21_0-webassembly-stubs/hashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-webassembly-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-webassembly-stubs/io.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-webassembly-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-webassembly-stubs/logging.pyi function getLogger (line 10) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Incomplete: ... function info (line 12) | def info(*args, **kwargs) -> Incomplete: ... function debug (line 13) | def debug(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method setLevel (line 17) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method exception (line 18) | def exception(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 19) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method critical (line 20) | def critical(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method log (line 22) | def log(self, *args, **kwargs) -> Incomplete: ... method warning (line 23) | def warning(self, *args, **kwargs) -> Incomplete: ... method debug (line 24) | def debug(self, *args, **kwargs) -> Incomplete: ... method error (line 25) | def error(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-webassembly-stubs/math.pyi function ldexp (line 27) | def ldexp(x, exp) -> Incomplete: function lgamma (line 33) | def lgamma(x) -> float: function trunc (line 39) | def trunc(x) -> int: function isclose (line 45) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 46) | def gamma(x) -> Incomplete: function isnan (line 52) | def isnan(x) -> bool: function isfinite (line 58) | def isfinite(x) -> bool: function isinf (line 64) | def isinf(x) -> bool: function sqrt (line 70) | def sqrt(x) -> Incomplete: function sinh (line 76) | def sinh(x) -> float: function log (line 82) | def log(x) -> float: function tan (line 88) | def tan(x) -> float: function tanh (line 94) | def tanh(x) -> float: function log2 (line 100) | def log2(x) -> float: function log10 (line 106) | def log10(x) -> float: function sin (line 112) | def sin(x) -> float: function modf (line 118) | def modf(x) -> Tuple: function radians (line 125) | def radians(x) -> Incomplete: function atanh (line 131) | def atanh(x) -> float: function atan2 (line 137) | def atan2(y, x) -> float: function atan (line 143) | def atan(x) -> float: function ceil (line 149) | def ceil(x) -> int: function copysign (line 155) | def copysign(x, y) -> Incomplete: function frexp (line 161) | def frexp(x) -> Incomplete: function acos (line 170) | def acos(x) -> float: function pow (line 176) | def pow(x, y) -> Incomplete: function asinh (line 182) | def asinh(x) -> float: function acosh (line 188) | def acosh(x) -> float: function asin (line 194) | def asin(x) -> float: function factorial (line 200) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 201) | def fabs(x) -> Incomplete: function expm1 (line 207) | def expm1(x) -> Incomplete: function floor (line 213) | def floor(x) -> int: function fmod (line 219) | def fmod(x, y) -> Incomplete: function cos (line 225) | def cos(x) -> float: function degrees (line 231) | def degrees(x) -> Incomplete: function cosh (line 237) | def cosh(x) -> float: function exp (line 243) | def exp(x) -> float: function erf (line 249) | def erf(x) -> Incomplete: function erfc (line 255) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_21_0-webassembly-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_21_0-webassembly-stubs/os.pyi function rename (line 18) | def rename(old_path, new_path) -> None: function rmdir (line 24) | def rmdir(path) -> None: function mount (line 30) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function unlink (line 48) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 49) | def umount(mount_point) -> Incomplete: function stat (line 59) | def stat(path) -> Incomplete: function statvfs (line 65) | def statvfs(path) -> Tuple: function chdir (line 88) | def chdir(path) -> Incomplete: function mkdir (line 94) | def mkdir(path) -> Incomplete: function remove (line 100) | def remove(path) -> None: function getcwd (line 106) | def getcwd() -> Incomplete: function listdir (line 112) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 118) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsPosix (line 139) | class VfsPosix: method rename (line 140) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 141) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 142) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 143) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 144) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 145) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 146) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 147) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 148) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 149) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 150) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 151) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-webassembly-stubs/platform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-webassembly-stubs/random.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed( function uniform (line 64) | def uniform(a, b) -> int: function choice (line 71) | def choice(sequence) -> Incomplete: function randint (line 78) | def randint(a, b) -> int: function getrandbits (line 84) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-webassembly-stubs/select.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll( method ipoll (line 96) | def ipoll( FILE: publish/micropython-v1_21_0-webassembly-stubs/struct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from( function pack (line 88) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 95) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-webassembly-stubs/sys.pyi function print_exception (line 25) | def print_exception( function exit (line 44) | def exit( FILE: publish/micropython-v1_21_0-webassembly-stubs/time.pyi function ticks_us (line 40) | def ticks_us() -> Incomplete: function ticks_cpu (line 46) | def ticks_cpu() -> Incomplete: function ticks_diff (line 61) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 127) | def ticks_ms() -> int: function ticks_add (line 151) | def ticks_add(ticks, delta) -> Incomplete: function sleep (line 178) | def sleep(seconds) -> Incomplete: function sleep_ms (line 187) | def sleep_ms(ms) -> None: function sleep_us (line 198) | def sleep_us(us) -> None: FILE: publish/micropython-v1_21_0-webassembly-stubs/uarray.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-webassembly-stubs/ubinascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-webassembly-stubs/uctypes.pyi function sizeof (line 50) | def sizeof( function bytes_at (line 61) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 70) | def bytearray_at(addr, size) -> bytearray: function addressof (line 79) | def addressof(obj) -> int: class struct (line 87) | class struct: method __init__ (line 93) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-webassembly-stubs/uhashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-webassembly-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-webassembly-stubs/uio.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-webassembly-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-webassembly-stubs/uos.pyi function rename (line 18) | def rename(old_path, new_path) -> None: function rmdir (line 24) | def rmdir(path) -> None: function mount (line 30) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function unlink (line 48) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 49) | def umount(mount_point) -> Incomplete: function stat (line 59) | def stat(path) -> Incomplete: function statvfs (line 65) | def statvfs(path) -> Tuple: function chdir (line 88) | def chdir(path) -> Incomplete: function mkdir (line 94) | def mkdir(path) -> Incomplete: function remove (line 100) | def remove(path) -> None: function getcwd (line 106) | def getcwd() -> Incomplete: function listdir (line 112) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 118) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsPosix (line 139) | class VfsPosix: method rename (line 140) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 141) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 142) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 143) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 144) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 145) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 146) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 147) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 148) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 149) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 150) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 151) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-webassembly-stubs/uplatform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_21_0-webassembly-stubs/urandom.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed( function uniform (line 64) | def uniform(a, b) -> int: function choice (line 71) | def choice(sequence) -> Incomplete: function randint (line 78) | def randint(a, b) -> int: function getrandbits (line 84) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-webassembly-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function match (line 5) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 6) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-webassembly-stubs/uselect.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll( method ipoll (line 96) | def ipoll( FILE: publish/micropython-v1_21_0-webassembly-stubs/ustruct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from( function pack (line 88) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 95) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-webassembly-stubs/usys.pyi function print_exception (line 25) | def print_exception( function exit (line 44) | def exit( FILE: publish/micropython-v1_21_0-webassembly-stubs/utime.pyi function ticks_us (line 40) | def ticks_us() -> Incomplete: function ticks_cpu (line 46) | def ticks_cpu() -> Incomplete: function ticks_diff (line 61) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 127) | def ticks_ms() -> int: function ticks_add (line 151) | def ticks_add(ticks, delta) -> Incomplete: function sleep (line 178) | def sleep(seconds) -> Incomplete: function sleep_ms (line 187) | def sleep_ms(ms) -> None: function sleep_us (line 198) | def sleep_us(us) -> None: FILE: publish/micropython-v1_21_0-windows-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_21_0-windows-stubs/array.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-windows-stubs/asyncio/__init__.pyi function __getattr__ (line 42) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-windows-stubs/asyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_21_0-windows-stubs/asyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(io.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_21_0-windows-stubs/asyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_21_0-windows-stubs/asyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_21_0-windows-stubs/asyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 16) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 17) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 18) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 25) | def open_connection(host, port) -> Generator[Incomplete, None, Incomplet... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 31) | def close(self) -> None: ... method wait_closed (line 32) | async def wait_closed(self) -> None: ... method _serve (line 33) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 35) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 36) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_21_0-windows-stubs/binascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-windows-stubs/cmath.pyi function polar (line 22) | def polar(z) -> Tuple: function sqrt (line 28) | def sqrt(z) -> Incomplete: function rect (line 34) | def rect(r, phi) -> float: function sin (line 40) | def sin(z) -> float: function exp (line 46) | def exp(z) -> float: function cos (line 52) | def cos(z) -> float: function phase (line 58) | def phase(z) -> float: function log (line 64) | def log(z) -> float: function log10 (line 70) | def log10(z) -> float: FILE: publish/micropython-v1_21_0-windows-stubs/deflate.pyi class DeflateIO (line 30) | class DeflateIO: method readinto (line 74) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 75) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 76) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 77) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 78) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-windows-stubs/gc.pyi function mem_alloc (line 13) | def mem_alloc() -> int: function isenabled (line 23) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 24) | def mem_free() -> int: function threshold (line 35) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 60) | def collect() -> None: function enable (line 66) | def enable() -> None: function disable (line 72) | def disable() -> None: FILE: publish/micropython-v1_21_0-windows-stubs/hashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-windows-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-windows-stubs/io.py function open (line 88) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 97) | class IOBase: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 101) | class StringIO(IO): method write (line 102) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 104) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 106) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 108) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 110) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 112) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 114) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 116) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 118) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 123) | class BytesIO(IO): method write (line 136) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 138) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 140) | def getvalue(self) -> Incomplete: method seek (line 146) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 148) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 150) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 152) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 154) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 156) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-windows-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-windows-stubs/logging.pyi function debug (line 10) | def debug(*args, **kwargs) -> Incomplete: ... function getLogger (line 11) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 12) | def basicConfig(*args, **kwargs) -> Incomplete: ... function info (line 13) | def info(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Incomplete: ... method debug (line 18) | def debug(self, *args, **kwargs) -> Incomplete: ... method error (line 19) | def error(self, *args, **kwargs) -> Incomplete: ... method critical (line 20) | def critical(self, *args, **kwargs) -> Incomplete: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 22) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method log (line 23) | def log(self, *args, **kwargs) -> Incomplete: ... method info (line 24) | def info(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 25) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-windows-stubs/machine.pyi function time_pulse_us (line 18) | def time_pulse_us( class PinBase (line 43) | class PinBase: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 48) | class Signal(Pin): method off (line 69) | def off(self) -> None: method on (line 75) | def on(self) -> None: method value (line 81) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-windows-stubs/math.pyi function isnan (line 24) | def isnan(x) -> bool: function ldexp (line 30) | def ldexp(x, exp) -> Incomplete: function lgamma (line 36) | def lgamma(x) -> float: function trunc (line 42) | def trunc(x) -> int: function gamma (line 48) | def gamma(x) -> Incomplete: function frexp (line 54) | def frexp(x) -> Incomplete: function isinf (line 63) | def isinf(x) -> bool: function isclose (line 69) | def isclose(*args, **kwargs) -> Incomplete: ... function isfinite (line 70) | def isfinite(x) -> bool: function sqrt (line 76) | def sqrt(x) -> Incomplete: function sinh (line 82) | def sinh(x) -> float: function log (line 88) | def log(x) -> float: function tan (line 94) | def tan(x) -> float: function tanh (line 100) | def tanh(x) -> float: function log2 (line 106) | def log2(x) -> float: function log10 (line 112) | def log10(x) -> float: function sin (line 118) | def sin(x) -> float: function modf (line 124) | def modf(x) -> Tuple: function radians (line 131) | def radians(x) -> Incomplete: function atan2 (line 137) | def atan2(y, x) -> float: function atan (line 143) | def atan(x) -> float: function fmod (line 149) | def fmod(x, y) -> Incomplete: function atanh (line 155) | def atanh(x) -> float: function ceil (line 161) | def ceil(x) -> int: function acos (line 167) | def acos(x) -> float: function pow (line 173) | def pow(x, y) -> Incomplete: function asinh (line 179) | def asinh(x) -> float: function acosh (line 185) | def acosh(x) -> float: function asin (line 191) | def asin(x) -> float: function expm1 (line 197) | def expm1(x) -> Incomplete: function exp (line 203) | def exp(x) -> float: function copysign (line 209) | def copysign(x, y) -> Incomplete: function fabs (line 215) | def fabs(x) -> Incomplete: function floor (line 221) | def floor(x) -> int: function cosh (line 227) | def cosh(x) -> float: function cos (line 233) | def cos(x) -> float: function erfc (line 239) | def erfc(x) -> Incomplete: function degrees (line 245) | def degrees(x) -> Incomplete: function erf (line 251) | def erf(x) -> Incomplete: FILE: publish/micropython-v1_21_0-windows-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_21_0-windows-stubs/os.pyi function rmdir (line 20) | def rmdir(path) -> None: function stat (line 26) | def stat(path) -> Incomplete: function urandom (line 32) | def urandom(n) -> bytes: function rename (line 39) | def rename(old_path, new_path) -> None: function putenv (line 45) | def putenv(*args, **kwargs) -> Incomplete: ... function unlink (line 46) | def unlink(*args, **kwargs) -> Incomplete: ... function unsetenv (line 47) | def unsetenv(*args, **kwargs) -> Incomplete: ... function statvfs (line 48) | def statvfs(path) -> Tuple: function umount (line 71) | def umount(mount_point) -> Incomplete: function system (line 81) | def system(*args, **kwargs) -> Incomplete: ... function getcwd (line 82) | def getcwd() -> Incomplete: function errno (line 88) | def errno(*args, **kwargs) -> Incomplete: ... function chdir (line 89) | def chdir(path) -> Incomplete: function remove (line 95) | def remove(path) -> None: function mount (line 101) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function getenv (line 119) | def getenv(*args, **kwargs) -> Incomplete: ... function mkdir (line 120) | def mkdir(path) -> Incomplete: function ilistdir (line 126) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 147) | def listdir(dir: Optional[Any] = None) -> Incomplete: class VfsPosix (line 153) | class VfsPosix: method rename (line 154) | def rename(self, *args, **kwargs) -> Incomplete: ... method mount (line 155) | def mount(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 156) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 157) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 158) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 159) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 160) | def remove(self, *args, **kwargs) -> Incomplete: ... method open (line 161) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 162) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 163) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 164) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 165) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-windows-stubs/random.pyi function seed (line 34) | def seed( function getrandbits (line 48) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-windows-stubs/struct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from( function pack (line 88) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 95) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-windows-stubs/sys.pyi function exc_info (line 23) | def exc_info(*args, **kwargs) -> Incomplete: ... function exit (line 24) | def exit( function print_exception (line 34) | def print_exception( function atexit (line 53) | def atexit(func) -> Incomplete: FILE: publish/micropython-v1_21_0-windows-stubs/time.py function ticks_cpu (line 47) | def ticks_cpu() -> Incomplete: function ticks_diff (line 63) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 130) | def ticks_add(ticks, delta) -> Incomplete: function time_ns (line 158) | def time_ns() -> int: function time (line 166) | def time() -> int: function ticks_ms (line 194) | def ticks_ms() -> int: function ticks_us (line 219) | def ticks_us() -> Incomplete: function gmtime (line 226) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 249) | def localtime(secs: Optional[Any] = None) -> Tuple: function clock (line 272) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 275) | def sleep_us(us) -> None: function sleep_ms (line 286) | def sleep_ms(ms) -> None: function mktime (line 298) | def mktime() -> int: function sleep (line 307) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_21_0-windows-stubs/uarray.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-windows-stubs/uasyncio.pyi function __getattr__ (line 38) | def __getattr__(attr): ... FILE: publish/micropython-v1_21_0-windows-stubs/ubinascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_21_0-windows-stubs/ucollections.py function namedtuple (line 24) | def namedtuple(name, fields) -> stdlib_namedtuple: class OrderedDict (line 45) | class OrderedDict(stdlib_OrderedDict): method popitem (line 70) | def popitem(self, *args, **kwargs) -> Incomplete: ... method pop (line 72) | def pop(self, *args, **kwargs) -> Incomplete: ... method values (line 74) | def values(self, *args, **kwargs) -> Incomplete: ... method setdefault (line 76) | def setdefault(self, *args, **kwargs) -> Incomplete: ... method update (line 78) | def update(self, *args, **kwargs) -> Incomplete: ... method copy (line 80) | def copy(self, *args, **kwargs) -> Incomplete: ... method clear (line 82) | def clear(self, *args, **kwargs) -> Incomplete: ... method keys (line 84) | def keys(self, *args, **kwargs) -> Incomplete: ... method get (line 86) | def get(self, *args, **kwargs) -> Incomplete: ... method items (line 88) | def items(self, *args, **kwargs) -> Incomplete: ... method fromkeys (line 91) | def fromkeys(cls, *args, **kwargs) -> Incomplete: ... method __init__ (line 93) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 96) | class deque(stdlib_deque): method popleft (line 114) | def popleft(self) -> Incomplete: method append (line 121) | def append(self, x) -> Incomplete: method __init__ (line 128) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-windows-stubs/uctypes.pyi function sizeof (line 50) | def sizeof( function bytes_at (line 61) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 70) | def bytearray_at(addr, size) -> bytearray: function addressof (line 79) | def addressof(obj) -> int: class struct (line 87) | class struct: method __init__ (line 93) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-windows-stubs/uhashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-windows-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_21_0-windows-stubs/uio.py function open (line 88) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 97) | class IOBase: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 101) | class StringIO(IO): method write (line 102) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 104) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 106) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 108) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 110) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 112) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 114) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 116) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 118) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 123) | class BytesIO(IO): method write (line 136) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 138) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 140) | def getvalue(self) -> Incomplete: method seek (line 146) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 148) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 150) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 152) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 154) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 156) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-windows-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_21_0-windows-stubs/umachine.pyi function time_pulse_us (line 18) | def time_pulse_us( class PinBase (line 43) | class PinBase: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 48) | class Signal(Pin): method off (line 69) | def off(self) -> None: method on (line 75) | def on(self) -> None: method value (line 81) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-windows-stubs/uos.pyi function rmdir (line 20) | def rmdir(path) -> None: function stat (line 26) | def stat(path) -> Incomplete: function urandom (line 32) | def urandom(n) -> bytes: function rename (line 39) | def rename(old_path, new_path) -> None: function putenv (line 45) | def putenv(*args, **kwargs) -> Incomplete: ... function unlink (line 46) | def unlink(*args, **kwargs) -> Incomplete: ... function unsetenv (line 47) | def unsetenv(*args, **kwargs) -> Incomplete: ... function statvfs (line 48) | def statvfs(path) -> Tuple: function umount (line 71) | def umount(mount_point) -> Incomplete: function system (line 81) | def system(*args, **kwargs) -> Incomplete: ... function getcwd (line 82) | def getcwd() -> Incomplete: function errno (line 88) | def errno(*args, **kwargs) -> Incomplete: ... function chdir (line 89) | def chdir(path) -> Incomplete: function remove (line 95) | def remove(path) -> None: function mount (line 101) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function getenv (line 119) | def getenv(*args, **kwargs) -> Incomplete: ... function mkdir (line 120) | def mkdir(path) -> Incomplete: function ilistdir (line 126) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 147) | def listdir(dir: Optional[Any] = None) -> Incomplete: class VfsPosix (line 153) | class VfsPosix: method rename (line 154) | def rename(self, *args, **kwargs) -> Incomplete: ... method mount (line 155) | def mount(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 156) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 157) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 158) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 159) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 160) | def remove(self, *args, **kwargs) -> Incomplete: ... method open (line 161) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 162) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 163) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 164) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 165) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_21_0-windows-stubs/urandom.pyi function seed (line 34) | def seed( function getrandbits (line 48) | def getrandbits(n) -> int: FILE: publish/micropython-v1_21_0-windows-stubs/ure.pyi function match (line 3) | def match(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function compile (line 5) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_21_0-windows-stubs/ustruct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from( function pack (line 88) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 95) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_21_0-windows-stubs/usys.pyi function exc_info (line 23) | def exc_info(*args, **kwargs) -> Incomplete: ... function exit (line 24) | def exit( function print_exception (line 34) | def print_exception( function atexit (line 53) | def atexit(func) -> Incomplete: FILE: publish/micropython-v1_21_0-windows-stubs/utime.py function ticks_cpu (line 47) | def ticks_cpu() -> Incomplete: function ticks_diff (line 63) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 130) | def ticks_add(ticks, delta) -> Incomplete: function time_ns (line 158) | def time_ns() -> int: function time (line 166) | def time() -> int: function ticks_ms (line 194) | def ticks_ms() -> int: function ticks_us (line 219) | def ticks_us() -> Incomplete: function gmtime (line 226) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 249) | def localtime(secs: Optional[Any] = None) -> Tuple: function clock (line 272) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 275) | def sleep_us(us) -> None: function sleep_ms (line 286) | def sleep_ms(ms) -> None: function mktime (line 298) | def mktime() -> int: function sleep (line 307) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/_asyncio.pyi class TaskQueue (line 41) | class TaskQueue: method push (line 42) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 43) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 44) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 45) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 48) | class Task: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method irq (line 18) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 19) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 20) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 21) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 22) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 23) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 24) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 25) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 26) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 27) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 28) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 29) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 30) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 31) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 20) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 25) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/aioespnow.pyi class AIOESPNow (line 3) | class AIOESPNow: method peer_count (line 4) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recv (line 5) | def recv(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 6) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 7) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 8) | def stats(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 9) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 10) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method irecv (line 11) | def irecv(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 12) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 13) | def active(self, *args, **kwargs) -> Incomplete: ... method send (line 14) | def send(self, *args, **kwargs) -> Incomplete: ... method any (line 15) | def any(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 16) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 17) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 18) | def config(self, *args, **kwargs) -> Incomplete: ... method irq (line 19) | def irq(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method write (line 5) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class APA106 (line 9) | class APA106: method write (line 11) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/array.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/asyncio/__init__.pyi function ticks_add (line 41) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 42) | def current_task() -> Task: function create_task (line 48) | def create_task(coro) -> Task: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 57) | def get_event_loop() -> Incomplete: function ticks (line 63) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 64) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 65) | def new_event_loop() -> Incomplete: function wait_for_ms (line 74) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep (line 82) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 90) | def run(coro) -> Incomplete: function sleep_ms (line 98) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 117) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/asyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 4) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 5) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 6) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 7) | def current_task(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 9) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep (line 11) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 12) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 13) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/asyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/asyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/asyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/asyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/binascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/bluetooth.pyi class UUID (line 32) | class UUID: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 44) | class BLE: method gattc_write (line 49) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 69) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gattc_discover_services (line 87) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_read (line 98) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 108) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_set_buffer (line 122) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 135) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 145) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_register_services (line 160) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 223) | def gatts_read(self, value_handle, /) -> Incomplete: method irq (line 230) | def irq(self, handler, /) -> int: method gap_advertise (line 424) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 441) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gattc_discover_descriptors (line 465) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method config (line 474) | def config(self, param, /) -> Tuple: method active (line 538) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_scan (line 547) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 583) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_disconnect (line 598) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_passkey (line 613) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gap_pair (line 631) | def gap_pair(self, conn_handle, /) -> Incomplete: method __init__ (line 642) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/btree.pyi function open (line 83) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/cmath.pyi function polar (line 22) | def polar(z) -> Tuple: function sqrt (line 28) | def sqrt(z) -> Incomplete: function rect (line 34) | def rect(r, phi) -> float: function sin (line 40) | def sin(z) -> float: function exp (line 46) | def exp(z) -> float: function cos (line 52) | def cos(z) -> float: function phase (line 58) | def phase(z) -> float: function log (line 64) | def log(z) -> float: function log10 (line 70) | def log10(z) -> float: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/cryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 21) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/deflate.pyi class DeflateIO (line 30) | class DeflateIO: method readline (line 74) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 75) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 76) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 77) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 5) | class DHTBase: method measure (line 6) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 9) | class DHT22: method measure (line 10) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 11) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 15) | class DHT11: method measure (line 16) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 17) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 5) | class DS18X20: method read_scratch (line 6) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 7) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 8) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 9) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 10) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/esp.pyi function osdebug (line 22) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 62) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 63) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 64) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 65) | def flash_user_start() -> Incomplete: function flash_erase (line 71) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 72) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 73) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/esp32.pyi function raw_temperature (line 19) | def raw_temperature() -> int: function idf_heap_info (line 25) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_touch (line 63) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 70) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 78) | def wake_on_ext1(pins, level) -> None: function wake_on_ulp (line 86) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 93) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 100) | class ULP: method run (line 106) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 112) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 118) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 124) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 126) | class NVS: method get_i32 (line 132) | def get_i32(self, key) -> int: method set_i32 (line 139) | def set_i32(self, key, value) -> None: method set_blob (line 145) | def set_blob(self, key, value) -> None: method commit (line 154) | def commit(self) -> Incomplete: method get_blob (line 160) | def get_blob(self, key, buffer) -> int: method erase_key (line 168) | def erase_key(self, key) -> Incomplete: method __init__ (line 174) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 176) | class Partition: method readblocks (line 187) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 188) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 196) | def set_boot(self) -> None: method writeblocks (line 207) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 208) | def info(self) -> Tuple: method find (line 215) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 226) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 236) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 249) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 251) | class RMT: method source_freq (line 270) | def source_freq(cls) -> Incomplete: method loop (line 277) | def loop(self, enable_loop) -> None: method wait_done (line 286) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 295) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 326) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 340) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 341) | def clock_div(self) -> Incomplete: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/espnow.pyi class ESPNow (line 17) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 27) | def peer_count(self) -> int: method recv (line 38) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 78) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method get_peers (line 87) | def get_peers(self) -> Tuple: method stats (line 94) | def stats(self) -> Incomplete: method recvinto (line 111) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method set_pmk (line 146) | def set_pmk(self, pmk) -> None: method irecv (line 173) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method get_peer (line 204) | def get_peer(self, mac) -> Incomplete: method active (line 222) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 252) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method any (line 299) | def any(self) -> Incomplete: method del_peer (line 319) | def del_peer(self, mac) -> Incomplete: method add_peer (line 336) | def add_peer( method config (line 393) | def config(self, param) -> str: method irq (line 437) | def irq(self, callback) -> Incomplete: method __init__ (line 469) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 471) | class ESPNowBase: method irq (line 472) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 473) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 474) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 475) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 476) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 477) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 478) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 479) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 480) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 481) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 482) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 483) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 484) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 485) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 486) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/flashbdev.pyi class Partition (line 5) | class Partition: method readblocks (line 10) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 11) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method set_boot (line 12) | def set_boot(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 13) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 14) | def info(self, *args, **kwargs) -> Incomplete: ... method find (line 15) | def find(self, *args, **kwargs) -> Incomplete: ... method get_next_update (line 16) | def get_next_update(self, *args, **kwargs) -> Incomplete: ... method mark_app_valid_cancel_rollback (line 18) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/framebuf.pyi function FrameBuffer1 (line 23) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 25) | class FrameBuffer: method poly (line 51) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 64) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 65) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 72) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 81) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 90) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 97) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 113) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 123) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 145) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 146) | def fill(self, c) -> None: method fill_rect (line 152) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/gc.pyi function mem_alloc (line 13) | def mem_alloc() -> int: function isenabled (line 23) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 24) | def mem_free() -> int: function threshold (line 35) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 60) | def collect() -> None: function enable (line 66) | def enable() -> None: function disable (line 72) | def disable() -> None: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/hashlib.pyi class sha1 (line 31) | class sha1: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 40) | class sha256: method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 49) | class md5: method digest (line 54) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 55) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/inisetup.pyi function check_bootsec (line 3) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 4) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 5) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/io.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 89) | class StringIO(IO): method write (line 90) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 92) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 95) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 96) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 97) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 98) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 101) | class IOBase: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 133) | class BufferedWriter: method flush (line 134) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 135) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/logging.pyi function info (line 10) | def info(*args, **kwargs) -> Incomplete: ... function getLogger (line 11) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 12) | def basicConfig(*args, **kwargs) -> Incomplete: ... function debug (line 13) | def debug(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method error (line 17) | def error(self, *args, **kwargs) -> Incomplete: ... method warning (line 18) | def warning(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method critical (line 21) | def critical(self, *args, **kwargs) -> Incomplete: ... method debug (line 22) | def debug(self, *args, **kwargs) -> Incomplete: ... method info (line 23) | def info(self, *args, **kwargs) -> Incomplete: ... method log (line 24) | def log(self, *args, **kwargs) -> Incomplete: ... method exception (line 25) | def exception(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/machine.pyi function wake_reason (line 32) | def wake_reason() -> Incomplete: function disable_irq (line 40) | def disable_irq() -> Incomplete: function dht_readinto (line 49) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 50) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function bootloader (line 74) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 84) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 109) | def soft_reset() -> NoReturn: function sleep (line 117) | def sleep() -> Incomplete: function enable_irq (line 123) | def enable_irq(state) -> Incomplete: function time_pulse_us (line 131) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 149) | def unique_id() -> bytes: function idle (line 158) | def idle() -> Incomplete: function freq (line 167) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 175) | def reset_cause() -> int: function lightsleep (line 181) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 206) | def reset() -> NoReturn: class PWM (line 215) | class PWM: method duty_u16 (line 234) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 246) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 253) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 264) | def deinit(self) -> None: method duty_ns (line 270) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 280) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 281) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 283) | class WDT: method feed (line 292) | def feed(self) -> None: method __init__ (line 300) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 305) | class ADCBlock: method init (line 315) | def init(self, *, bits) -> None: method connect (line 322) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 343) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 345) | class ADC: method read_u16 (line 369) | def read_u16(self) -> int: method init (line 377) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 385) | def read_uv(self) -> int: method width (line 393) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 394) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 395) | def block(self) -> Incomplete: method atten (line 405) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 406) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 408) | class I2S: method shift (line 439) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 447) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 453) | def irq(self, handler) -> Incomplete: method readinto (line 461) | def readinto(self, buf) -> int: method deinit (line 470) | def deinit(self) -> Incomplete: method write (line 476) | def write(self, buf) -> int: method __init__ (line 485) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 487) | class DAC: method write (line 488) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 491) | class I2C: method readfrom_mem_into (line 509) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 521) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 531) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 540) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 551) | def scan(self) -> List: method writeto (line 559) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 569) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 585) | def start(self) -> None: method readfrom (line 591) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 599) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 609) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 623) | def stop(self) -> None: method write (line 629) | def write(self, buf) -> int: method __init__ (line 637) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 639) | class Timer: method deinit (line 650) | def deinit(self) -> None: method init (line 656) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 696) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 697) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 699) | class SoftSPI(SPI): method deinit (line 708) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 709) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 710) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 711) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 712) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 713) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 714) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 716) | class Pin: method irq (line 793) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 838) | def on(self) -> None: method off (line 844) | def off(self) -> None: method value (line 850) | def value(self, x: Optional[Any] = None) -> int: method init (line 884) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 894) | class board: method __init__ (line 895) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 897) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 898) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 906) | class TouchPad: method config (line 907) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 908) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 909) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 911) | class UART: method deinit (line 922) | def deinit(self) -> None: method sendbreak (line 932) | def sendbreak(self) -> None: method init (line 939) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 993) | def flush(self) -> Incomplete: method txdone (line 1008) | def txdone(self) -> bool: method read (line 1023) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1034) | def any(self) -> int: method write (line 1049) | def write(self, buf) -> Union[int, None]: method readinto (line 1057) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1068) | def readline(self) -> Union[str, None]: method __init__ (line 1077) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1079) | class SDCard: method ioctl (line 1110) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1111) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1112) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1113) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1114) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1117) | class RTC: method init (line 1122) | def init(self, datetime) -> None: method memory (line 1130) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1131) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1147) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1149) | class SoftI2C(I2C): method readfrom_mem_into (line 1162) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1163) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1164) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1165) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1166) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1167) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1168) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1169) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1170) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1171) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1172) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1173) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1174) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1175) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1177) | class SPI: method deinit (line 1191) | def deinit(self) -> None: method init (line 1197) | def init( method write_readinto (line 1223) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1234) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1242) | def write(self, buf) -> int: method readinto (line 1251) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1261) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1263) | class Signal(Pin): method off (line 1284) | def off(self) -> None: method on (line 1290) | def on(self) -> None: method value (line 1296) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1316) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/math.pyi function ldexp (line 27) | def ldexp(x, exp) -> Incomplete: function lgamma (line 33) | def lgamma(x) -> float: function trunc (line 39) | def trunc(x) -> int: function isclose (line 45) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 46) | def gamma(x) -> Incomplete: function isnan (line 52) | def isnan(x) -> bool: function isfinite (line 58) | def isfinite(x) -> bool: function isinf (line 64) | def isinf(x) -> bool: function sqrt (line 70) | def sqrt(x) -> Incomplete: function sinh (line 76) | def sinh(x) -> float: function log (line 82) | def log(x) -> float: function tan (line 88) | def tan(x) -> float: function tanh (line 94) | def tanh(x) -> float: function log2 (line 100) | def log2(x) -> float: function log10 (line 106) | def log10(x) -> float: function sin (line 112) | def sin(x) -> float: function modf (line 118) | def modf(x) -> Tuple: function radians (line 125) | def radians(x) -> Incomplete: function atanh (line 131) | def atanh(x) -> float: function atan2 (line 137) | def atan2(y, x) -> float: function atan (line 143) | def atan(x) -> float: function ceil (line 149) | def ceil(x) -> int: function copysign (line 155) | def copysign(x, y) -> Incomplete: function frexp (line 161) | def frexp(x) -> Incomplete: function acos (line 170) | def acos(x) -> float: function pow (line 176) | def pow(x, y) -> Incomplete: function asinh (line 182) | def asinh(x) -> float: function acosh (line 188) | def acosh(x) -> float: function asin (line 194) | def asin(x) -> float: function factorial (line 200) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 201) | def fabs(x) -> Incomplete: function expm1 (line 207) | def expm1(x) -> Incomplete: function floor (line 213) | def floor(x) -> int: function fmod (line 219) | def fmod(x, y) -> Incomplete: function cos (line 225) | def cos(x) -> float: function degrees (line 231) | def degrees(x) -> Incomplete: function cosh (line 237) | def cosh(x) -> float: function exp (line 243) | def exp(x) -> float: function erf (line 249) | def erf(x) -> Incomplete: function erfc (line 255) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/mip/__init__.pyi function install (line 3) | def install(*args, **kwargs) -> Incomplete: ... function const (line 4) | def const(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/neopixel.pyi function bitstream (line 18) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 20) | class NeoPixel: method write (line 31) | def write(self) -> None: method fill (line 37) | def fill(self, pixel) -> None: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/network.pyi function phy_mode (line 86) | def phy_mode(*args, **kwargs) -> Incomplete: ... function country (line 87) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 88) | def hostname(*args, **kwargs) -> Incomplete: ... class LAN (line 90) | class LAN: method __init__ (line 113) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 114) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 122) | def isconnected(self) -> bool: method status (line 129) | def status(self) -> Incomplete: method ifconfig (line 135) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 147) | def config(self, config_parameters) -> Incomplete: function PPP (line 167) | def PPP(*args, **kwargs) -> Incomplete: ... class WLAN (line 169) | class WLAN: method status (line 181) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 200) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 211) | def isconnected(self) -> bool: method scan (line 219) | def scan(self) -> List[Tuple]: method disconnect (line 248) | def disconnect(self) -> None: method active (line 254) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 262) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 297) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 306) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/ntptime.pyi function settime (line 6) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 7) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/os.pyi function rmdir (line 18) | def rmdir(path) -> None: function stat (line 24) | def stat(path) -> Incomplete: function urandom (line 30) | def urandom(n) -> bytes: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 43) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 61) | def uname() -> uname_result: function unlink (line 75) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 76) | def statvfs(path) -> Tuple: function umount (line 99) | def umount(mount_point) -> Incomplete: function sync (line 109) | def sync() -> None: function mkdir (line 115) | def mkdir(path) -> Incomplete: function dupterm (line 121) | def dupterm(stream_object, index=0, /) -> IO: function chdir (line 144) | def chdir(path) -> Incomplete: function remove (line 150) | def remove(path) -> None: function dupterm_notify (line 156) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 157) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 163) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 184) | def getcwd() -> Incomplete: class VfsFat (line 190) | class VfsFat: method rename (line 197) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 199) | def mkfs(block_dev) -> None: method mount (line 205) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 206) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 207) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 208) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 209) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 210) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 211) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 212) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 213) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 214) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 215) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 218) | class VfsLfs2: method rename (line 236) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 238) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 254) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/platform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/random.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/requests/__init__.pyi function head (line 3) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 4) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 5) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 6) | def post(*args, **kwargs) -> Incomplete: ... function get (line 7) | def get(*args, **kwargs) -> Incomplete: ... function request (line 8) | def request(*args, **kwargs) -> Incomplete: ... function put (line 9) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 11) | class Response: method json (line 12) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 13) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/select.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/socket.pyi function getaddrinfo (line 83) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 124) | class socket: method recvfrom (line 138) | def recvfrom(self, bufsize) -> Tuple: method recv (line 146) | def recv(self, bufsize) -> bytes: method makefile (line 153) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 171) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 180) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 181) | def sendall(self, bytes) -> int: method setsockopt (line 194) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 202) | def setblocking(self, flag) -> Incomplete: method sendto (line 214) | def sendto(self, bytes, address) -> None: method settimeout (line 221) | def settimeout(self, value) -> Incomplete: method readline (line 256) | def readline(self) -> Incomplete: method readinto (line 264) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 274) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 284) | def close(self) -> Incomplete: method connect (line 295) | def connect(self, address) -> None: method send (line 301) | def send(self, bytes) -> int: method bind (line 309) | def bind(self, address) -> Incomplete: method accept (line 315) | def accept(self) -> Tuple: method write (line 324) | def write(self, buf) -> int: method __init__ (line 335) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/ssl.pyi function wrap_socket (line 25) | def wrap_socket( class SSLContext (line 47) | class SSLContext: method load_verify_locations (line 53) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 61) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 68) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 93) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 106) | def get_ciphers(self) -> List[str]: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/struct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/sys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/time.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/uarray.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/uasyncio/__init__.pyi function ticks_add (line 41) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 42) | def current_task() -> Task: function create_task (line 48) | def create_task(coro) -> Task: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 57) | def get_event_loop() -> Incomplete: function ticks (line 63) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 64) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 65) | def new_event_loop() -> Incomplete: function wait_for_ms (line 74) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep (line 82) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 90) | def run(coro) -> Incomplete: function sleep_ms (line 98) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 117) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 4) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 5) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 6) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 7) | def current_task(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 9) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep (line 11) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 12) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 13) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/uasyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/ubinascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/ubluetooth.pyi class UUID (line 32) | class UUID: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 44) | class BLE: method gattc_write (line 49) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 69) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gattc_discover_services (line 87) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_read (line 98) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 108) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_set_buffer (line 122) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 135) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 145) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_register_services (line 160) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 223) | def gatts_read(self, value_handle, /) -> Incomplete: method irq (line 230) | def irq(self, handler, /) -> int: method gap_advertise (line 424) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 441) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gattc_discover_descriptors (line 465) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method config (line 474) | def config(self, param, /) -> Tuple: method active (line 538) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_scan (line 547) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 583) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_disconnect (line 598) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_passkey (line 613) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gap_pair (line 631) | def gap_pair(self, conn_handle, /) -> Incomplete: method __init__ (line 642) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 21) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/uhashlib.pyi class sha1 (line 31) | class sha1: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 40) | class sha256: method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 49) | class md5: method digest (line 54) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 55) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/uio.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 89) | class StringIO(IO): method write (line 90) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 92) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 95) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 96) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 97) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 98) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 101) | class IOBase: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 133) | class BufferedWriter: method flush (line 134) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 135) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/umachine.pyi function wake_reason (line 32) | def wake_reason() -> Incomplete: function disable_irq (line 40) | def disable_irq() -> Incomplete: function dht_readinto (line 49) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 50) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function bootloader (line 74) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 84) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 109) | def soft_reset() -> NoReturn: function sleep (line 117) | def sleep() -> Incomplete: function enable_irq (line 123) | def enable_irq(state) -> Incomplete: function time_pulse_us (line 131) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 149) | def unique_id() -> bytes: function idle (line 158) | def idle() -> Incomplete: function freq (line 167) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 175) | def reset_cause() -> int: function lightsleep (line 181) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 206) | def reset() -> NoReturn: class PWM (line 215) | class PWM: method duty_u16 (line 234) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 246) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 253) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 264) | def deinit(self) -> None: method duty_ns (line 270) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 280) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 281) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 283) | class WDT: method feed (line 292) | def feed(self) -> None: method __init__ (line 300) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 305) | class ADCBlock: method init (line 315) | def init(self, *, bits) -> None: method connect (line 322) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 343) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 345) | class ADC: method read_u16 (line 369) | def read_u16(self) -> int: method init (line 377) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 385) | def read_uv(self) -> int: method width (line 393) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 394) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 395) | def block(self) -> Incomplete: method atten (line 405) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 406) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 408) | class I2S: method shift (line 439) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 447) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 453) | def irq(self, handler) -> Incomplete: method readinto (line 461) | def readinto(self, buf) -> int: method deinit (line 470) | def deinit(self) -> Incomplete: method write (line 476) | def write(self, buf) -> int: method __init__ (line 485) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 487) | class DAC: method write (line 488) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 491) | class I2C: method readfrom_mem_into (line 509) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 521) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 531) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 540) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 551) | def scan(self) -> List: method writeto (line 559) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 569) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 585) | def start(self) -> None: method readfrom (line 591) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 599) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 609) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 623) | def stop(self) -> None: method write (line 629) | def write(self, buf) -> int: method __init__ (line 637) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 639) | class Timer: method deinit (line 650) | def deinit(self) -> None: method init (line 656) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 696) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 697) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 699) | class SoftSPI(SPI): method deinit (line 708) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 709) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 710) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 711) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 712) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 713) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 714) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 716) | class Pin: method irq (line 793) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 838) | def on(self) -> None: method off (line 844) | def off(self) -> None: method value (line 850) | def value(self, x: Optional[Any] = None) -> int: method init (line 884) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 894) | class board: method __init__ (line 895) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 897) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 898) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 906) | class TouchPad: method config (line 907) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 908) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 909) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 911) | class UART: method deinit (line 922) | def deinit(self) -> None: method sendbreak (line 932) | def sendbreak(self) -> None: method init (line 939) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 993) | def flush(self) -> Incomplete: method txdone (line 1008) | def txdone(self) -> bool: method read (line 1023) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1034) | def any(self) -> int: method write (line 1049) | def write(self, buf) -> Union[int, None]: method readinto (line 1057) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1068) | def readline(self) -> Union[str, None]: method __init__ (line 1077) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1079) | class SDCard: method ioctl (line 1110) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1111) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1112) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1113) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1114) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1117) | class RTC: method init (line 1122) | def init(self, datetime) -> None: method memory (line 1130) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1131) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1147) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1149) | class SoftI2C(I2C): method readfrom_mem_into (line 1162) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1163) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1164) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1165) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1166) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1167) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1168) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1169) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1170) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1171) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1172) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1173) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1174) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1175) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1177) | class SPI: method deinit (line 1191) | def deinit(self) -> None: method init (line 1197) | def init( method write_readinto (line 1223) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1234) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1242) | def write(self, buf) -> int: method readinto (line 1251) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1261) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1263) | class Signal(Pin): method off (line 1284) | def off(self) -> None: method on (line 1290) | def on(self) -> None: method value (line 1296) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1316) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method set_callback (line 6) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 7) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 8) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 9) | def ping(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 10) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method connect (line 11) | def connect(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 12) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method log (line 13) | def log(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 14) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 16) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 17) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 5) | class MQTTException(Exception): ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/uos.pyi function rmdir (line 18) | def rmdir(path) -> None: function stat (line 24) | def stat(path) -> Incomplete: function urandom (line 30) | def urandom(n) -> bytes: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 43) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 61) | def uname() -> uname_result: function unlink (line 75) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 76) | def statvfs(path) -> Tuple: function umount (line 99) | def umount(mount_point) -> Incomplete: function sync (line 109) | def sync() -> None: function mkdir (line 115) | def mkdir(path) -> Incomplete: function dupterm (line 121) | def dupterm(stream_object, index=0, /) -> IO: function chdir (line 144) | def chdir(path) -> Incomplete: function remove (line 150) | def remove(path) -> None: function dupterm_notify (line 156) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 157) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 163) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 184) | def getcwd() -> Incomplete: class VfsFat (line 190) | class VfsFat: method rename (line 197) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 199) | def mkfs(block_dev) -> None: method mount (line 205) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 206) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 207) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 208) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 209) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 210) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 211) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 212) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 213) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 214) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 215) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 218) | class VfsLfs2: method rename (line 236) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 238) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 254) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/uplatform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/urandom.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function match (line 5) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 6) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/urequests.pyi function head (line 3) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 4) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 5) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 6) | def post(*args, **kwargs) -> Incomplete: ... function get (line 7) | def get(*args, **kwargs) -> Incomplete: ... function request (line 8) | def request(*args, **kwargs) -> Incomplete: ... function put (line 9) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 11) | class Response: method json (line 12) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 13) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/uselect.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/usocket.pyi function getaddrinfo (line 83) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 124) | class socket: method recvfrom (line 138) | def recvfrom(self, bufsize) -> Tuple: method recv (line 146) | def recv(self, bufsize) -> bytes: method makefile (line 153) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 171) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 180) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 181) | def sendall(self, bytes) -> int: method setsockopt (line 194) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 202) | def setblocking(self, flag) -> Incomplete: method sendto (line 214) | def sendto(self, bytes, address) -> None: method settimeout (line 221) | def settimeout(self, value) -> Incomplete: method readline (line 256) | def readline(self) -> Incomplete: method readinto (line 264) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 274) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 284) | def close(self) -> Incomplete: method connect (line 295) | def connect(self, address) -> None: method send (line 301) | def send(self, bytes) -> int: method bind (line 309) | def bind(self, address) -> Incomplete: method accept (line 315) | def accept(self) -> Tuple: method write (line 324) | def write(self, buf) -> int: method __init__ (line 335) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/ussl.pyi function wrap_socket (line 25) | def wrap_socket( class SSLContext (line 47) | class SSLContext: method load_verify_locations (line 53) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 61) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 68) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 93) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 106) | def get_ciphers(self) -> List[str]: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/ustruct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/usys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/utime.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 6) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 7) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 9) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-esp32_generic-stubs/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 6) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 7) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 9) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_0-esp32-stubs/_asyncio.pyi class TaskQueue (line 41) | class TaskQueue: method push (line 42) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 43) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 44) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 45) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 48) | class Task: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method irq (line 18) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 19) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 20) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 21) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 22) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 23) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 24) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 25) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 26) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 27) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 28) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 29) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 30) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 31) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-esp32-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 20) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 25) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/aioespnow.pyi class AIOESPNow (line 3) | class AIOESPNow: method peer_count (line 4) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recv (line 5) | def recv(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 6) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 7) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 8) | def stats(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 9) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 10) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method irecv (line 11) | def irecv(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 12) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 13) | def active(self, *args, **kwargs) -> Incomplete: ... method send (line 14) | def send(self, *args, **kwargs) -> Incomplete: ... method any (line 15) | def any(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 16) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 17) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 18) | def config(self, *args, **kwargs) -> Incomplete: ... method irq (line 19) | def irq(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method write (line 5) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class APA106 (line 9) | class APA106: method write (line 11) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/array.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/asyncio/__init__.pyi function ticks_add (line 41) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 42) | def current_task() -> Task: function create_task (line 48) | def create_task(coro) -> Task: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 57) | def get_event_loop() -> Incomplete: function ticks (line 63) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 64) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 65) | def new_event_loop() -> Incomplete: function wait_for_ms (line 74) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep (line 82) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 90) | def run(coro) -> Incomplete: function sleep_ms (line 98) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 117) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-esp32-stubs/asyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 4) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 5) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 6) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 7) | def current_task(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 9) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep (line 11) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 12) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 13) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-esp32-stubs/asyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/asyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-esp32-stubs/asyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/asyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/binascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-esp32-stubs/bluetooth.pyi class UUID (line 32) | class UUID: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 44) | class BLE: method gattc_write (line 49) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 69) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gattc_discover_services (line 87) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_read (line 98) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 108) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_set_buffer (line 122) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 135) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 145) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_register_services (line 160) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 223) | def gatts_read(self, value_handle, /) -> Incomplete: method irq (line 230) | def irq(self, handler, /) -> int: method gap_advertise (line 424) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 441) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gattc_discover_descriptors (line 465) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method config (line 474) | def config(self, param, /) -> Tuple: method active (line 538) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_scan (line 547) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 583) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_disconnect (line 598) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_passkey (line 613) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gap_pair (line 631) | def gap_pair(self, conn_handle, /) -> Incomplete: method __init__ (line 642) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/btree.pyi function open (line 83) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_22_0-esp32-stubs/cmath.pyi function polar (line 22) | def polar(z) -> Tuple: function sqrt (line 28) | def sqrt(z) -> Incomplete: function rect (line 34) | def rect(r, phi) -> float: function sin (line 40) | def sin(z) -> float: function exp (line 46) | def exp(z) -> float: function cos (line 52) | def cos(z) -> float: function phase (line 58) | def phase(z) -> float: function log (line 64) | def log(z) -> float: function log10 (line 70) | def log10(z) -> float: FILE: publish/micropython-v1_22_0-esp32-stubs/cryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 21) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_0-esp32-stubs/deflate.pyi class DeflateIO (line 30) | class DeflateIO: method readline (line 74) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 75) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 76) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 77) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 5) | class DHTBase: method measure (line 6) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 9) | class DHT22: method measure (line 10) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 11) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 15) | class DHT11: method measure (line 16) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 17) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 5) | class DS18X20: method read_scratch (line 6) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 7) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 8) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 9) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 10) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/esp.pyi function osdebug (line 22) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 62) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 63) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 64) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 65) | def flash_user_start() -> Incomplete: function flash_erase (line 71) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 72) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 73) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-stubs/esp32.pyi function raw_temperature (line 19) | def raw_temperature() -> int: function idf_heap_info (line 25) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_touch (line 63) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 70) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 78) | def wake_on_ext1(pins, level) -> None: function wake_on_ulp (line 86) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 93) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 100) | class ULP: method run (line 106) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 112) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 118) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 124) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 126) | class NVS: method get_i32 (line 132) | def get_i32(self, key) -> int: method set_i32 (line 139) | def set_i32(self, key, value) -> None: method set_blob (line 145) | def set_blob(self, key, value) -> None: method commit (line 154) | def commit(self) -> Incomplete: method get_blob (line 160) | def get_blob(self, key, buffer) -> int: method erase_key (line 168) | def erase_key(self, key) -> Incomplete: method __init__ (line 174) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 176) | class Partition: method readblocks (line 187) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 188) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 196) | def set_boot(self) -> None: method writeblocks (line 207) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 208) | def info(self) -> Tuple: method find (line 215) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 226) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 236) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 249) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 251) | class RMT: method source_freq (line 270) | def source_freq(cls) -> Incomplete: method loop (line 277) | def loop(self, enable_loop) -> None: method wait_done (line 286) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 295) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 326) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 340) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 341) | def clock_div(self) -> Incomplete: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/espnow.pyi class ESPNow (line 17) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 27) | def peer_count(self) -> int: method recv (line 38) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 78) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method get_peers (line 87) | def get_peers(self) -> Tuple: method stats (line 94) | def stats(self) -> Incomplete: method recvinto (line 111) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method set_pmk (line 146) | def set_pmk(self, pmk) -> None: method irecv (line 173) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method get_peer (line 204) | def get_peer(self, mac) -> Incomplete: method active (line 222) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 252) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method any (line 299) | def any(self) -> Incomplete: method del_peer (line 319) | def del_peer(self, mac) -> Incomplete: method add_peer (line 336) | def add_peer( method config (line 393) | def config(self, param) -> str: method irq (line 437) | def irq(self, callback) -> Incomplete: method __init__ (line 469) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 471) | class ESPNowBase: method irq (line 472) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 473) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 474) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 475) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 476) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 477) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 478) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 479) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 480) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 481) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 482) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 483) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 484) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 485) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 486) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/flashbdev.pyi class Partition (line 5) | class Partition: method readblocks (line 10) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 11) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method set_boot (line 12) | def set_boot(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 13) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 14) | def info(self, *args, **kwargs) -> Incomplete: ... method find (line 15) | def find(self, *args, **kwargs) -> Incomplete: ... method get_next_update (line 16) | def get_next_update(self, *args, **kwargs) -> Incomplete: ... method mark_app_valid_cancel_rollback (line 18) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/framebuf.pyi function FrameBuffer1 (line 23) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 25) | class FrameBuffer: method poly (line 51) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 64) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 65) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 72) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 81) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 90) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 97) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 113) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 123) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 145) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 146) | def fill(self, c) -> None: method fill_rect (line 152) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/gc.pyi function mem_alloc (line 13) | def mem_alloc() -> int: function isenabled (line 23) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 24) | def mem_free() -> int: function threshold (line 35) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 60) | def collect() -> None: function enable (line 66) | def enable() -> None: function disable (line 72) | def disable() -> None: FILE: publish/micropython-v1_22_0-esp32-stubs/hashlib.pyi class sha1 (line 31) | class sha1: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 40) | class sha256: method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 49) | class md5: method digest (line 54) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 55) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-stubs/inisetup.pyi function check_bootsec (line 3) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 4) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 5) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-esp32-stubs/io.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 89) | class StringIO(IO): method write (line 90) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 92) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 95) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 96) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 97) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 98) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 101) | class IOBase: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 133) | class BufferedWriter: method flush (line 134) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 135) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-stubs/logging.pyi function info (line 10) | def info(*args, **kwargs) -> Incomplete: ... function getLogger (line 11) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 12) | def basicConfig(*args, **kwargs) -> Incomplete: ... function debug (line 13) | def debug(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method error (line 17) | def error(self, *args, **kwargs) -> Incomplete: ... method warning (line 18) | def warning(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method critical (line 21) | def critical(self, *args, **kwargs) -> Incomplete: ... method debug (line 22) | def debug(self, *args, **kwargs) -> Incomplete: ... method info (line 23) | def info(self, *args, **kwargs) -> Incomplete: ... method log (line 24) | def log(self, *args, **kwargs) -> Incomplete: ... method exception (line 25) | def exception(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/machine.pyi function wake_reason (line 32) | def wake_reason() -> Incomplete: function disable_irq (line 40) | def disable_irq() -> Incomplete: function dht_readinto (line 49) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 50) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function bootloader (line 74) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 84) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 109) | def soft_reset() -> NoReturn: function sleep (line 117) | def sleep() -> Incomplete: function enable_irq (line 123) | def enable_irq(state) -> Incomplete: function time_pulse_us (line 131) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 149) | def unique_id() -> bytes: function idle (line 158) | def idle() -> Incomplete: function freq (line 167) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 175) | def reset_cause() -> int: function lightsleep (line 181) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 206) | def reset() -> NoReturn: class PWM (line 215) | class PWM: method duty_u16 (line 234) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 246) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 253) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 264) | def deinit(self) -> None: method duty_ns (line 270) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 280) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 281) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 283) | class WDT: method feed (line 292) | def feed(self) -> None: method __init__ (line 300) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 305) | class ADCBlock: method init (line 315) | def init(self, *, bits) -> None: method connect (line 322) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 343) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 345) | class ADC: method read_u16 (line 369) | def read_u16(self) -> int: method init (line 377) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 385) | def read_uv(self) -> int: method width (line 393) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 394) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 395) | def block(self) -> Incomplete: method atten (line 405) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 406) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 408) | class I2S: method shift (line 439) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 447) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 453) | def irq(self, handler) -> Incomplete: method readinto (line 461) | def readinto(self, buf) -> int: method deinit (line 470) | def deinit(self) -> Incomplete: method write (line 476) | def write(self, buf) -> int: method __init__ (line 485) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 487) | class DAC: method write (line 488) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 491) | class I2C: method readfrom_mem_into (line 509) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 521) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 531) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 540) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 551) | def scan(self) -> List: method writeto (line 559) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 569) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 585) | def start(self) -> None: method readfrom (line 591) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 599) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 609) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 623) | def stop(self) -> None: method write (line 629) | def write(self, buf) -> int: method __init__ (line 637) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 639) | class Timer: method deinit (line 650) | def deinit(self) -> None: method init (line 656) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 696) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 697) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 699) | class SoftSPI(SPI): method deinit (line 708) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 709) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 710) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 711) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 712) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 713) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 714) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 716) | class Pin: method irq (line 793) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 838) | def on(self) -> None: method off (line 844) | def off(self) -> None: method value (line 850) | def value(self, x: Optional[Any] = None) -> int: method init (line 884) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 894) | class board: method __init__ (line 895) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 897) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 898) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 906) | class TouchPad: method config (line 907) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 908) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 909) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 911) | class UART: method deinit (line 922) | def deinit(self) -> None: method sendbreak (line 932) | def sendbreak(self) -> None: method init (line 939) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 993) | def flush(self) -> Incomplete: method txdone (line 1008) | def txdone(self) -> bool: method read (line 1023) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1034) | def any(self) -> int: method write (line 1049) | def write(self, buf) -> Union[int, None]: method readinto (line 1057) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1068) | def readline(self) -> Union[str, None]: method __init__ (line 1077) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1079) | class SDCard: method ioctl (line 1110) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1111) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1112) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1113) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1114) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1117) | class RTC: method init (line 1122) | def init(self, datetime) -> None: method memory (line 1130) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1131) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1147) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1149) | class SoftI2C(I2C): method readfrom_mem_into (line 1162) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1163) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1164) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1165) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1166) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1167) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1168) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1169) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1170) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1171) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1172) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1173) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1174) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1175) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1177) | class SPI: method deinit (line 1191) | def deinit(self) -> None: method init (line 1197) | def init( method write_readinto (line 1223) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1234) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1242) | def write(self, buf) -> int: method readinto (line 1251) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1261) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1263) | class Signal(Pin): method off (line 1284) | def off(self) -> None: method on (line 1290) | def on(self) -> None: method value (line 1296) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1316) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/math.pyi function ldexp (line 27) | def ldexp(x, exp) -> Incomplete: function lgamma (line 33) | def lgamma(x) -> float: function trunc (line 39) | def trunc(x) -> int: function isclose (line 45) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 46) | def gamma(x) -> Incomplete: function isnan (line 52) | def isnan(x) -> bool: function isfinite (line 58) | def isfinite(x) -> bool: function isinf (line 64) | def isinf(x) -> bool: function sqrt (line 70) | def sqrt(x) -> Incomplete: function sinh (line 76) | def sinh(x) -> float: function log (line 82) | def log(x) -> float: function tan (line 88) | def tan(x) -> float: function tanh (line 94) | def tanh(x) -> float: function log2 (line 100) | def log2(x) -> float: function log10 (line 106) | def log10(x) -> float: function sin (line 112) | def sin(x) -> float: function modf (line 118) | def modf(x) -> Tuple: function radians (line 125) | def radians(x) -> Incomplete: function atanh (line 131) | def atanh(x) -> float: function atan2 (line 137) | def atan2(y, x) -> float: function atan (line 143) | def atan(x) -> float: function ceil (line 149) | def ceil(x) -> int: function copysign (line 155) | def copysign(x, y) -> Incomplete: function frexp (line 161) | def frexp(x) -> Incomplete: function acos (line 170) | def acos(x) -> float: function pow (line 176) | def pow(x, y) -> Incomplete: function asinh (line 182) | def asinh(x) -> float: function acosh (line 188) | def acosh(x) -> float: function asin (line 194) | def asin(x) -> float: function factorial (line 200) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 201) | def fabs(x) -> Incomplete: function expm1 (line 207) | def expm1(x) -> Incomplete: function floor (line 213) | def floor(x) -> int: function fmod (line 219) | def fmod(x, y) -> Incomplete: function cos (line 225) | def cos(x) -> float: function degrees (line 231) | def degrees(x) -> Incomplete: function cosh (line 237) | def cosh(x) -> float: function exp (line 243) | def exp(x) -> float: function erf (line 249) | def erf(x) -> Incomplete: function erfc (line 255) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_0-esp32-stubs/mip/__init__.pyi function install (line 3) | def install(*args, **kwargs) -> Incomplete: ... function const (line 4) | def const(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-esp32-stubs/neopixel.pyi function bitstream (line 18) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 20) | class NeoPixel: method write (line 31) | def write(self) -> None: method fill (line 37) | def fill(self, pixel) -> None: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/network.pyi function phy_mode (line 86) | def phy_mode(*args, **kwargs) -> Incomplete: ... function country (line 87) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 88) | def hostname(*args, **kwargs) -> Incomplete: ... class LAN (line 90) | class LAN: method __init__ (line 113) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 114) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 122) | def isconnected(self) -> bool: method status (line 129) | def status(self) -> Incomplete: method ifconfig (line 135) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 147) | def config(self, config_parameters) -> Incomplete: function PPP (line 167) | def PPP(*args, **kwargs) -> Incomplete: ... class WLAN (line 169) | class WLAN: method status (line 181) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 200) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 211) | def isconnected(self) -> bool: method scan (line 219) | def scan(self) -> List[Tuple]: method disconnect (line 248) | def disconnect(self) -> None: method active (line 254) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 262) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 297) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 306) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/ntptime.pyi function settime (line 6) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 7) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-esp32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... FILE: publish/micropython-v1_22_0-esp32-stubs/os.pyi function rmdir (line 18) | def rmdir(path) -> None: function stat (line 24) | def stat(path) -> Incomplete: function urandom (line 30) | def urandom(n) -> bytes: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 43) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 61) | def uname() -> uname_result: function unlink (line 75) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 76) | def statvfs(path) -> Tuple: function umount (line 99) | def umount(mount_point) -> Incomplete: function sync (line 109) | def sync() -> None: function mkdir (line 115) | def mkdir(path) -> Incomplete: function dupterm (line 121) | def dupterm(stream_object, index=0, /) -> IO: function chdir (line 144) | def chdir(path) -> Incomplete: function remove (line 150) | def remove(path) -> None: function dupterm_notify (line 156) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 157) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 163) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 184) | def getcwd() -> Incomplete: class VfsFat (line 190) | class VfsFat: method rename (line 197) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 199) | def mkfs(block_dev) -> None: method mount (line 205) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 206) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 207) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 208) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 209) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 210) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 211) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 212) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 213) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 214) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 215) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 218) | class VfsLfs2: method rename (line 236) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 238) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 254) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/platform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-esp32-stubs/random.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-esp32-stubs/requests/__init__.pyi function head (line 3) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 4) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 5) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 6) | def post(*args, **kwargs) -> Incomplete: ... function get (line 7) | def get(*args, **kwargs) -> Incomplete: ... function request (line 8) | def request(*args, **kwargs) -> Incomplete: ... function put (line 9) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 11) | class Response: method json (line 12) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 13) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/select.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-esp32-stubs/socket.pyi function getaddrinfo (line 83) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 124) | class socket: method recvfrom (line 138) | def recvfrom(self, bufsize) -> Tuple: method recv (line 146) | def recv(self, bufsize) -> bytes: method makefile (line 153) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 171) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 180) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 181) | def sendall(self, bytes) -> int: method setsockopt (line 194) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 202) | def setblocking(self, flag) -> Incomplete: method sendto (line 214) | def sendto(self, bytes, address) -> None: method settimeout (line 221) | def settimeout(self, value) -> Incomplete: method readline (line 256) | def readline(self) -> Incomplete: method readinto (line 264) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 274) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 284) | def close(self) -> Incomplete: method connect (line 295) | def connect(self, address) -> None: method send (line 301) | def send(self, bytes) -> int: method bind (line 309) | def bind(self, address) -> Incomplete: method accept (line 315) | def accept(self) -> Tuple: method write (line 324) | def write(self, buf) -> int: method __init__ (line 335) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/ssl.pyi function wrap_socket (line 25) | def wrap_socket( class SSLContext (line 47) | class SSLContext: method load_verify_locations (line 53) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 61) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 68) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 93) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 106) | def get_ciphers(self) -> List[str]: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/struct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-esp32-stubs/sys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-stubs/time.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-stubs/uarray.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/uasyncio/__init__.pyi function ticks_add (line 41) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 42) | def current_task() -> Task: function create_task (line 48) | def create_task(coro) -> Task: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 57) | def get_event_loop() -> Incomplete: function ticks (line 63) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 64) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 65) | def new_event_loop() -> Incomplete: function wait_for_ms (line 74) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep (line 82) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 90) | def run(coro) -> Incomplete: function sleep_ms (line 98) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 117) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-esp32-stubs/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 4) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 5) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 6) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 7) | def current_task(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 9) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep (line 11) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 12) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 13) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-esp32-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-esp32-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/uasyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/ubinascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-esp32-stubs/ubluetooth.pyi class UUID (line 32) | class UUID: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 44) | class BLE: method gattc_write (line 49) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 69) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gattc_discover_services (line 87) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_read (line 98) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 108) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_set_buffer (line 122) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 135) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 145) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_register_services (line 160) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 223) | def gatts_read(self, value_handle, /) -> Incomplete: method irq (line 230) | def irq(self, handler, /) -> int: method gap_advertise (line 424) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 441) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gattc_discover_descriptors (line 465) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method config (line 474) | def config(self, param, /) -> Tuple: method active (line 538) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_scan (line 547) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 583) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_disconnect (line 598) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_passkey (line 613) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gap_pair (line 631) | def gap_pair(self, conn_handle, /) -> Incomplete: method __init__ (line 642) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 21) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_0-esp32-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/uhashlib.pyi class sha1 (line 31) | class sha1: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 40) | class sha256: method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 49) | class md5: method digest (line 54) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 55) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-stubs/uio.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 89) | class StringIO(IO): method write (line 90) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 92) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 95) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 96) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 97) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 98) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 101) | class IOBase: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 133) | class BufferedWriter: method flush (line 134) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 135) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-stubs/umachine.pyi function wake_reason (line 32) | def wake_reason() -> Incomplete: function disable_irq (line 40) | def disable_irq() -> Incomplete: function dht_readinto (line 49) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 50) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function bootloader (line 74) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 84) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 109) | def soft_reset() -> NoReturn: function sleep (line 117) | def sleep() -> Incomplete: function enable_irq (line 123) | def enable_irq(state) -> Incomplete: function time_pulse_us (line 131) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 149) | def unique_id() -> bytes: function idle (line 158) | def idle() -> Incomplete: function freq (line 167) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 175) | def reset_cause() -> int: function lightsleep (line 181) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 206) | def reset() -> NoReturn: class PWM (line 215) | class PWM: method duty_u16 (line 234) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 246) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 253) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 264) | def deinit(self) -> None: method duty_ns (line 270) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 280) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 281) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 283) | class WDT: method feed (line 292) | def feed(self) -> None: method __init__ (line 300) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 305) | class ADCBlock: method init (line 315) | def init(self, *, bits) -> None: method connect (line 322) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 343) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 345) | class ADC: method read_u16 (line 369) | def read_u16(self) -> int: method init (line 377) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 385) | def read_uv(self) -> int: method width (line 393) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 394) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 395) | def block(self) -> Incomplete: method atten (line 405) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 406) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 408) | class I2S: method shift (line 439) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 447) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 453) | def irq(self, handler) -> Incomplete: method readinto (line 461) | def readinto(self, buf) -> int: method deinit (line 470) | def deinit(self) -> Incomplete: method write (line 476) | def write(self, buf) -> int: method __init__ (line 485) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 487) | class DAC: method write (line 488) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 491) | class I2C: method readfrom_mem_into (line 509) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 521) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 531) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 540) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 551) | def scan(self) -> List: method writeto (line 559) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 569) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 585) | def start(self) -> None: method readfrom (line 591) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 599) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 609) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 623) | def stop(self) -> None: method write (line 629) | def write(self, buf) -> int: method __init__ (line 637) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 639) | class Timer: method deinit (line 650) | def deinit(self) -> None: method init (line 656) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 696) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 697) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 699) | class SoftSPI(SPI): method deinit (line 708) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 709) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 710) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 711) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 712) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 713) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 714) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 716) | class Pin: method irq (line 793) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 838) | def on(self) -> None: method off (line 844) | def off(self) -> None: method value (line 850) | def value(self, x: Optional[Any] = None) -> int: method init (line 884) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 894) | class board: method __init__ (line 895) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 897) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 898) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 906) | class TouchPad: method config (line 907) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 908) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 909) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 911) | class UART: method deinit (line 922) | def deinit(self) -> None: method sendbreak (line 932) | def sendbreak(self) -> None: method init (line 939) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 993) | def flush(self) -> Incomplete: method txdone (line 1008) | def txdone(self) -> bool: method read (line 1023) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1034) | def any(self) -> int: method write (line 1049) | def write(self, buf) -> Union[int, None]: method readinto (line 1057) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1068) | def readline(self) -> Union[str, None]: method __init__ (line 1077) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1079) | class SDCard: method ioctl (line 1110) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1111) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1112) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1113) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1114) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1117) | class RTC: method init (line 1122) | def init(self, datetime) -> None: method memory (line 1130) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1131) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1147) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1149) | class SoftI2C(I2C): method readfrom_mem_into (line 1162) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1163) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1164) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1165) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1166) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1167) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1168) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1169) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1170) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1171) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1172) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1173) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1174) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1175) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1177) | class SPI: method deinit (line 1191) | def deinit(self) -> None: method init (line 1197) | def init( method write_readinto (line 1223) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1234) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1242) | def write(self, buf) -> int: method readinto (line 1251) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1261) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1263) | class Signal(Pin): method off (line 1284) | def off(self) -> None: method on (line 1290) | def on(self) -> None: method value (line 1296) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1316) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method set_callback (line 6) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 7) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 8) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 9) | def ping(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 10) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method connect (line 11) | def connect(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 12) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method log (line 13) | def log(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 14) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 16) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 17) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 5) | class MQTTException(Exception): ... FILE: publish/micropython-v1_22_0-esp32-stubs/uos.pyi function rmdir (line 18) | def rmdir(path) -> None: function stat (line 24) | def stat(path) -> Incomplete: function urandom (line 30) | def urandom(n) -> bytes: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 43) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 61) | def uname() -> uname_result: function unlink (line 75) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 76) | def statvfs(path) -> Tuple: function umount (line 99) | def umount(mount_point) -> Incomplete: function sync (line 109) | def sync() -> None: function mkdir (line 115) | def mkdir(path) -> Incomplete: function dupterm (line 121) | def dupterm(stream_object, index=0, /) -> IO: function chdir (line 144) | def chdir(path) -> Incomplete: function remove (line 150) | def remove(path) -> None: function dupterm_notify (line 156) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 157) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 163) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 184) | def getcwd() -> Incomplete: class VfsFat (line 190) | class VfsFat: method rename (line 197) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 199) | def mkfs(block_dev) -> None: method mount (line 205) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 206) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 207) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 208) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 209) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 210) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 211) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 212) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 213) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 214) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 215) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 218) | class VfsLfs2: method rename (line 236) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 238) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 254) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/uplatform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-esp32-stubs/urandom.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-esp32-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function match (line 5) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 6) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-esp32-stubs/urequests.pyi function head (line 3) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 4) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 5) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 6) | def post(*args, **kwargs) -> Incomplete: ... function get (line 7) | def get(*args, **kwargs) -> Incomplete: ... function request (line 8) | def request(*args, **kwargs) -> Incomplete: ... function put (line 9) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 11) | class Response: method json (line 12) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 13) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/uselect.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-esp32-stubs/usocket.pyi function getaddrinfo (line 83) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 124) | class socket: method recvfrom (line 138) | def recvfrom(self, bufsize) -> Tuple: method recv (line 146) | def recv(self, bufsize) -> bytes: method makefile (line 153) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 171) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 180) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 181) | def sendall(self, bytes) -> int: method setsockopt (line 194) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 202) | def setblocking(self, flag) -> Incomplete: method sendto (line 214) | def sendto(self, bytes, address) -> None: method settimeout (line 221) | def settimeout(self, value) -> Incomplete: method readline (line 256) | def readline(self) -> Incomplete: method readinto (line 264) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 274) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 284) | def close(self) -> Incomplete: method connect (line 295) | def connect(self, address) -> None: method send (line 301) | def send(self, bytes) -> int: method bind (line 309) | def bind(self, address) -> Incomplete: method accept (line 315) | def accept(self) -> Tuple: method write (line 324) | def write(self, buf) -> int: method __init__ (line 335) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/ussl.pyi function wrap_socket (line 25) | def wrap_socket( class SSLContext (line 47) | class SSLContext: method load_verify_locations (line 53) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 61) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 68) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 93) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 106) | def get_ciphers(self) -> List[str]: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/ustruct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-esp32-stubs/usys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-stubs/utime.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-esp32-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 6) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 7) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 9) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-esp32-stubs/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 6) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 7) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 9) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/_asyncio.pyi class TaskQueue (line 41) | class TaskQueue: method push (line 42) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 43) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 44) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 45) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 48) | class Task: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/_rp2.pyi function bootsel_button (line 20) | def bootsel_button() -> Incomplete: class DMA (line 33) | class DMA: method irq (line 34) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 35) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 36) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 37) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 38) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 39) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 42) | class StateMachine: method irq (line 52) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 60) | def put(self, value, shift=0) -> Incomplete: method restart (line 76) | def restart(self) -> Incomplete: method rx_fifo (line 91) | def rx_fifo(self) -> int: method tx_fifo (line 101) | def tx_fifo(self) -> int: method init (line 111) | def init( method exec (line 159) | def exec(self, instr) -> Incomplete: method get (line 175) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 187) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 200) | class PIO: method state_machine (line 221) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 233) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 243) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 253) | def add_program(self, program) -> Incomplete: method __init__ (line 263) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 265) | class Flash: method readblocks (line 270) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 271) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 272) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 280) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 20) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 25) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/__init__.pyi function log_warn (line 6) | def log_warn(*args, **kwargs) -> Incomplete: ... function log_info (line 7) | def log_info(*args, **kwargs) -> Incomplete: ... function log_error (line 8) | def log_error(*args, **kwargs) -> Incomplete: ... function register_services (line 9) | def register_services(*args, **kwargs) -> Incomplete: ... function stop (line 10) | def stop(*args, **kwargs) -> Incomplete: ... function config (line 11) | def config(*args, **kwargs) -> Incomplete: ... function const (line 12) | def const(*args, **kwargs) -> Incomplete: ... class Service (line 14) | class Service: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... class scan (line 17) | class scan: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class Characteristic (line 23) | class Characteristic: method notify (line 24) | def notify(self, *args, **kwargs) -> Incomplete: ... method on_read (line 25) | def on_read(self, *args, **kwargs) -> Incomplete: ... method write (line 26) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 27) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class GattError (line 32) | class GattError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/central.pyi function log_error (line 3) | def log_error(*args, **kwargs) -> Incomplete: ... function ensure_active (line 4) | def ensure_active(*args, **kwargs) -> Incomplete: ... function register_irq_handler (line 5) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function log_info (line 6) | def log_info(*args, **kwargs) -> Incomplete: ... function log_warn (line 7) | def log_warn(*args, **kwargs) -> Incomplete: ... function const (line 8) | def const(*args, **kwargs) -> Incomplete: ... class Device (line 10) | class Device: method addr_hex (line 11) | def addr_hex(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class scan (line 15) | class scan: method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceTimeout (line 19) | class DeviceTimeout: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceConnection (line 22) | class DeviceConnection: method timeout (line 23) | def timeout(self, *args, **kwargs) -> Incomplete: ... method is_connected (line 24) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method services (line 25) | def services(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... class ScanResult (line 38) | class ScanResult: method name (line 39) | def name(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/client.pyi function register_irq_handler (line 3) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function const (line 4) | def const(*args, **kwargs) -> Incomplete: ... class DeviceConnection (line 6) | class DeviceConnection: method timeout (line 7) | def timeout(self, *args, **kwargs) -> Incomplete: ... method is_connected (line 8) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method services (line 9) | def services(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class ClientService (line 20) | class ClientService: method characteristics (line 21) | def characteristics(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class GattError (line 27) | class GattError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/core.pyi function log_error (line 5) | def log_error(*args, **kwargs) -> Incomplete: ... function ensure_active (line 6) | def ensure_active(*args, **kwargs) -> Incomplete: ... function register_irq_handler (line 7) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function log_info (line 8) | def log_info(*args, **kwargs) -> Incomplete: ... function log_warn (line 9) | def log_warn(*args, **kwargs) -> Incomplete: ... function config (line 10) | def config(*args, **kwargs) -> Incomplete: ... function stop (line 11) | def stop(*args, **kwargs) -> Incomplete: ... function ble_irq (line 12) | def ble_irq(*args, **kwargs) -> Incomplete: ... class GattError (line 16) | class GattError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/device.pyi function register_irq_handler (line 3) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function log_error (line 4) | def log_error(*args, **kwargs) -> Incomplete: ... function const (line 5) | def const(*args, **kwargs) -> Incomplete: ... class DeviceTimeout (line 9) | class DeviceTimeout: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... class Device (line 12) | class Device: method addr_hex (line 13) | def addr_hex(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceConnection (line 17) | class DeviceConnection: method timeout (line 18) | def timeout(self, *args, **kwargs) -> Incomplete: ... method is_connected (line 19) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method services (line 20) | def services(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceDisconnectedError (line 31) | class DeviceDisconnectedError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/l2cap.pyi function register_irq_handler (line 3) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function log_error (line 4) | def log_error(*args, **kwargs) -> Incomplete: ... function const (line 5) | def const(*args, **kwargs) -> Incomplete: ... class L2CAPDisconnectedError (line 7) | class L2CAPDisconnectedError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/peripheral.pyi function log_error (line 3) | def log_error(*args, **kwargs) -> Incomplete: ... function ensure_active (line 4) | def ensure_active(*args, **kwargs) -> Incomplete: ... function register_irq_handler (line 5) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function log_info (line 6) | def log_info(*args, **kwargs) -> Incomplete: ... function log_warn (line 7) | def log_warn(*args, **kwargs) -> Incomplete: ... function const (line 8) | def const(*args, **kwargs) -> Incomplete: ... class Device (line 10) | class Device: method addr_hex (line 11) | def addr_hex(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceConnection (line 15) | class DeviceConnection: method timeout (line 16) | def timeout(self, *args, **kwargs) -> Incomplete: ... method is_connected (line 17) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method services (line 18) | def services(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceTimeout (line 31) | class DeviceTimeout: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/security.pyi function register_irq_handler (line 3) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function load_secrets (line 4) | def load_secrets(*args, **kwargs) -> Incomplete: ... function log_info (line 5) | def log_info(*args, **kwargs) -> Incomplete: ... function log_warn (line 6) | def log_warn(*args, **kwargs) -> Incomplete: ... function schedule (line 7) | def schedule(*args, **kwargs) -> Incomplete: ... function const (line 8) | def const(*args, **kwargs) -> Incomplete: ... class DeviceConnection (line 10) | class DeviceConnection: method timeout (line 11) | def timeout(self, *args, **kwargs) -> Incomplete: ... method is_connected (line 12) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method services (line 13) | def services(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/server.pyi function log_error (line 3) | def log_error(*args, **kwargs) -> Incomplete: ... function register_services (line 4) | def register_services(*args, **kwargs) -> Incomplete: ... function ensure_active (line 5) | def ensure_active(*args, **kwargs) -> Incomplete: ... function register_irq_handler (line 6) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function log_info (line 7) | def log_info(*args, **kwargs) -> Incomplete: ... function log_warn (line 8) | def log_warn(*args, **kwargs) -> Incomplete: ... function const (line 9) | def const(*args, **kwargs) -> Incomplete: ... class BaseCharacteristic (line 11) | class BaseCharacteristic: method write (line 12) | def write(self, *args, **kwargs) -> Incomplete: ... method on_read (line 13) | def on_read(self, *args, **kwargs) -> Incomplete: ... method read (line 14) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedCharacteristic (line 18) | class BufferedCharacteristic: method notify (line 19) | def notify(self, *args, **kwargs) -> Incomplete: ... method on_read (line 20) | def on_read(self, *args, **kwargs) -> Incomplete: ... method write (line 21) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 22) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 29) | class deque: method popleft (line 30) | def popleft(self, *args, **kwargs) -> Incomplete: ... method append (line 31) | def append(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class Characteristic (line 34) | class Characteristic: method notify (line 35) | def notify(self, *args, **kwargs) -> Incomplete: ... method on_read (line 36) | def on_read(self, *args, **kwargs) -> Incomplete: ... method write (line 37) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 38) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceConnection (line 43) | class DeviceConnection: method timeout (line 44) | def timeout(self, *args, **kwargs) -> Incomplete: ... method is_connected (line 45) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method services (line 46) | def services(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... class Descriptor (line 57) | class Descriptor: method write (line 58) | def write(self, *args, **kwargs) -> Incomplete: ... method on_read (line 59) | def on_read(self, *args, **kwargs) -> Incomplete: ... method read (line 60) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... class Service (line 64) | class Service: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceTimeout (line 67) | class DeviceTimeout: method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... class GattError (line 70) | class GattError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/array.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/asyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 42) | def get_event_loop() -> Incomplete: function current_task (line 48) | def current_task() -> Task: function create_task (line 54) | def create_task(coro) -> Task: function new_event_loop (line 62) | def new_event_loop() -> Incomplete: function ticks (line 71) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 72) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 73) | def run(coro) -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 115) | class Event: method set (line 121) | def set(self) -> None: method is_set (line 130) | def is_set(self) -> bool: method clear (line 136) | def clear(self) -> None: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 144) | class Lock: method locked (line 152) | def locked(self) -> bool: method release (line 158) | def release(self) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 168) | class Task: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 181) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/asyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function current_task (line 4) | def current_task(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 7) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 9) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 10) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/asyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/asyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/asyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/asyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/binascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/bluetooth.pyi class UUID (line 32) | class UUID: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 44) | class BLE: method gatts_read (line 49) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_set_buffer (line 56) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 69) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gattc_write (line 132) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_notify (line 152) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 167) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method l2cap_send (line 185) | def l2cap_send(self, conn_handle, cid, buf, /) -> bool: method l2cap_listen (line 201) | def l2cap_listen(self, psm, mtu, /) -> Incomplete: method gatts_write (line 218) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method l2cap_recvinto (line 228) | def l2cap_recvinto(self, conn_handle, cid, buf, /) -> int: method irq (line 248) | def irq(self, handler, /) -> int: method l2cap_disconnect (line 442) | def l2cap_disconnect(self, conn_handle, cid, /) -> None: method l2cap_connect (line 449) | def l2cap_connect(self, conn_handle, psm, mtu, /) -> None: method gap_connect (line 461) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_pair (line 485) | def gap_pair(self, conn_handle, /) -> Incomplete: method gap_disconnect (line 496) | def gap_disconnect(self, conn_handle, /) -> bool: method active (line 511) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_advertise (line 520) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 537) | def config(self, param, /) -> Tuple: method gattc_read (line 601) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_discover_services (line 611) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_passkey (line 622) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gattc_exchange_mtu (line 640) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gap_scan (line 654) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_descriptors (line 690) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 699) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method __init__ (line 714) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/cmath.pyi function polar (line 22) | def polar(z) -> Tuple: function sqrt (line 28) | def sqrt(z) -> Incomplete: function rect (line 34) | def rect(r, phi) -> float: function sin (line 40) | def sin(z) -> float: function exp (line 46) | def exp(z) -> float: function cos (line 52) | def cos(z) -> float: function phase (line 58) | def phase(z) -> float: function log (line 64) | def log(z) -> float: function log10 (line 70) | def log10(z) -> float: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/cryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 21) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/deflate.pyi class DeflateIO (line 30) | class DeflateIO: method readline (line 74) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 75) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 76) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 77) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 5) | class DHTBase: method measure (line 6) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 9) | class DHT22: method measure (line 10) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 11) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 15) | class DHT11: method measure (line 16) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 17) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 5) | class DS18X20: method read_scratch (line 6) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 7) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 8) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 9) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 10) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/framebuf.pyi function FrameBuffer1 (line 23) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 25) | class FrameBuffer: method poly (line 51) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 64) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 65) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 72) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 81) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 90) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 97) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 113) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 123) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 145) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 146) | def fill(self, c) -> None: method fill_rect (line 152) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/gc.pyi function mem_alloc (line 13) | def mem_alloc() -> int: function isenabled (line 23) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 24) | def mem_free() -> int: function threshold (line 35) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 60) | def collect() -> None: function enable (line 66) | def enable() -> None: function disable (line 72) | def disable() -> None: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/hashlib.pyi class sha1 (line 31) | class sha1: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 40) | class sha256: method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 49) | class md5: method digest (line 54) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 55) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/io.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/logging.pyi function critical (line 10) | def critical(*args, **kwargs) -> Incomplete: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Incomplete: ... function addLevelName (line 12) | def addLevelName(*args, **kwargs) -> Incomplete: ... function warning (line 13) | def warning(*args, **kwargs) -> Incomplete: ... function info (line 14) | def info(*args, **kwargs) -> Incomplete: ... function debug (line 15) | def debug(*args, **kwargs) -> Incomplete: ... function shutdown (line 16) | def shutdown(*args, **kwargs) -> Incomplete: ... function error (line 17) | def error(*args, **kwargs) -> Incomplete: ... function getLogger (line 18) | def getLogger(*args, **kwargs) -> Incomplete: ... function exception (line 19) | def exception(*args, **kwargs) -> Incomplete: ... function log (line 20) | def log(*args, **kwargs) -> Incomplete: ... function const (line 21) | def const(*args, **kwargs) -> Incomplete: ... class StreamHandler (line 23) | class StreamHandler: method emit (line 24) | def emit(self, *args, **kwargs) -> Incomplete: ... method setFormatter (line 25) | def setFormatter(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 26) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method format (line 27) | def format(self, *args, **kwargs) -> Incomplete: ... method close (line 28) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class LogRecord (line 31) | class LogRecord: method set (line 32) | def set(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class Logger (line 35) | class Logger: method hasHandlers (line 36) | def hasHandlers(self, *args, **kwargs) -> Incomplete: ... method warning (line 37) | def warning(self, *args, **kwargs) -> Incomplete: ... method getEffectiveLevel (line 38) | def getEffectiveLevel(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 39) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method info (line 40) | def info(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 41) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method addHandler (line 42) | def addHandler(self, *args, **kwargs) -> Incomplete: ... method exception (line 43) | def exception(self, *args, **kwargs) -> Incomplete: ... method log (line 44) | def log(self, *args, **kwargs) -> Incomplete: ... method error (line 45) | def error(self, *args, **kwargs) -> Incomplete: ... method critical (line 46) | def critical(self, *args, **kwargs) -> Incomplete: ... method debug (line 47) | def debug(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... class FileHandler (line 50) | class FileHandler: method emit (line 51) | def emit(self, *args, **kwargs) -> Incomplete: ... method setFormatter (line 52) | def setFormatter(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 53) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method format (line 54) | def format(self, *args, **kwargs) -> Incomplete: ... method close (line 55) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... class Handler (line 58) | class Handler: method setLevel (line 59) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method setFormatter (line 60) | def setFormatter(self, *args, **kwargs) -> Incomplete: ... method format (line 61) | def format(self, *args, **kwargs) -> Incomplete: ... method close (line 62) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: ... class Formatter (line 65) | class Formatter: method formatTime (line 66) | def formatTime(self, *args, **kwargs) -> Incomplete: ... method usesTime (line 67) | def usesTime(self, *args, **kwargs) -> Incomplete: ... method format (line 68) | def format(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/lsm6dsox.pyi function const (line 3) | def const(*args, **kwargs) -> Incomplete: ... class LSM6DSOX (line 5) | class LSM6DSOX: method mlc_output (line 6) | def mlc_output(self, *args, **kwargs) -> Incomplete: ... method load_mlc (line 7) | def load_mlc(self, *args, **kwargs) -> Incomplete: ... method set_embedded_functions (line 8) | def set_embedded_functions(self, *args, **kwargs) -> Incomplete: ... method set_mem_bank (line 9) | def set_mem_bank(self, *args, **kwargs) -> Incomplete: ... method reset (line 10) | def reset(self, *args, **kwargs) -> Incomplete: ... method gyro (line 11) | def gyro(self, *args, **kwargs) -> Incomplete: ... method accel (line 12) | def accel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/machine.pyi function dht_readinto (line 21) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 22) | def enable_irq(state) -> Incomplete: function disable_irq (line 30) | def disable_irq() -> Incomplete: function bitstream (line 39) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 63) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 88) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 98) | def soft_reset() -> NoReturn: function reset (line 106) | def reset() -> NoReturn: function freq (line 113) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 121) | def reset_cause() -> int: function idle (line 127) | def idle() -> Incomplete: function time_pulse_us (line 136) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 154) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 179) | def unique_id() -> bytes: class WDT (line 188) | class WDT: method feed (line 197) | def feed(self) -> None: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 211) | class PWM: method duty_u16 (line 230) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 242) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 253) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 260) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 270) | def deinit(self) -> None: method __init__ (line 276) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 278) | class ADC: method read_u16 (line 295) | def read_u16(self) -> int: method __init__ (line 303) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 305) | class I2C: method readfrom_mem_into (line 323) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 335) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 345) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 354) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 365) | def scan(self) -> List: method writeto (line 373) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 383) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 399) | def start(self) -> None: method readfrom (line 405) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 413) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 423) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 437) | def stop(self) -> None: method write (line 443) | def write(self, buf) -> int: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 453) | class I2S: method shift (line 484) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 492) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 498) | def irq(self, handler) -> Incomplete: method readinto (line 506) | def readinto(self, buf) -> int: method deinit (line 515) | def deinit(self) -> Incomplete: method write (line 521) | def write(self, buf) -> int: method __init__ (line 530) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 532) | class Pin: method low (line 613) | def low(self) -> None: method irq (line 621) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 666) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 667) | def off(self) -> None: method on (line 673) | def on(self) -> None: method init (line 679) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 689) | def value(self, x: Optional[Any] = None) -> int: method high (line 723) | def high(self) -> None: class cpu (line 731) | class cpu: method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 771) | class board: method __init__ (line 804) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 806) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 807) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 815) | class SoftSPI(SPI): method deinit (line 824) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 825) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 826) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 827) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 828) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 829) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 830) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 832) | class Timer: method init (line 843) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 883) | def deinit(self) -> None: method __init__ (line 889) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 891) | class UART: method deinit (line 900) | def deinit(self) -> None: method sendbreak (line 910) | def sendbreak(self) -> None: method init (line 917) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 971) | def flush(self) -> Incomplete: method txdone (line 986) | def txdone(self) -> bool: method read (line 1001) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1012) | def any(self) -> int: method write (line 1027) | def write(self, buf) -> Union[int, None]: method readinto (line 1035) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1046) | def readline(self) -> Union[str, None]: method __init__ (line 1055) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1057) | class SoftI2C(I2C): method readfrom_mem_into (line 1070) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1071) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1072) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1073) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1074) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1075) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1076) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1077) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1078) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1079) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1080) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1081) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1082) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1083) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1085) | class RTC: method datetime (line 1090) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1106) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1108) | class SPI: method deinit (line 1122) | def deinit(self) -> None: method init (line 1128) | def init( method write_readinto (line 1154) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1165) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1173) | def write(self, buf) -> int: method readinto (line 1182) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1192) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1194) | class Signal(Pin): method off (line 1215) | def off(self) -> None: method on (line 1221) | def on(self) -> None: method value (line 1227) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1247) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/math.pyi function ldexp (line 27) | def ldexp(x, exp) -> Incomplete: function lgamma (line 33) | def lgamma(x) -> float: function trunc (line 39) | def trunc(x) -> int: function isclose (line 45) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 46) | def gamma(x) -> Incomplete: function isnan (line 52) | def isnan(x) -> bool: function isfinite (line 58) | def isfinite(x) -> bool: function isinf (line 64) | def isinf(x) -> bool: function sqrt (line 70) | def sqrt(x) -> Incomplete: function sinh (line 76) | def sinh(x) -> float: function log (line 82) | def log(x) -> float: function tan (line 88) | def tan(x) -> float: function tanh (line 94) | def tanh(x) -> float: function log2 (line 100) | def log2(x) -> float: function log10 (line 106) | def log10(x) -> float: function sin (line 112) | def sin(x) -> float: function modf (line 118) | def modf(x) -> Tuple: function radians (line 125) | def radians(x) -> Incomplete: function atanh (line 131) | def atanh(x) -> float: function atan2 (line 137) | def atan2(y, x) -> float: function atan (line 143) | def atan(x) -> float: function ceil (line 149) | def ceil(x) -> int: function copysign (line 155) | def copysign(x, y) -> Incomplete: function frexp (line 161) | def frexp(x) -> Incomplete: function acos (line 170) | def acos(x) -> float: function pow (line 176) | def pow(x, y) -> Incomplete: function asinh (line 182) | def asinh(x) -> float: function acosh (line 188) | def acosh(x) -> float: function asin (line 194) | def asin(x) -> float: function factorial (line 200) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 201) | def fabs(x) -> Incomplete: function expm1 (line 207) | def expm1(x) -> Incomplete: function floor (line 213) | def floor(x) -> int: function fmod (line 219) | def fmod(x, y) -> Incomplete: function cos (line 225) | def cos(x) -> float: function degrees (line 231) | def degrees(x) -> Incomplete: function cosh (line 237) | def cosh(x) -> float: function exp (line 243) | def exp(x) -> float: function erf (line 249) | def erf(x) -> Incomplete: function erfc (line 255) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/mip/__init__.pyi function install (line 3) | def install(*args, **kwargs) -> Incomplete: ... function const (line 4) | def const(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/neopixel.pyi function bitstream (line 18) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 20) | class NeoPixel: method write (line 31) | def write(self) -> None: method fill (line 37) | def fill(self, pixel) -> None: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/network.pyi function route (line 47) | def route(*args, **kwargs) -> Incomplete: ... function hostname (line 48) | def hostname(*args, **kwargs) -> Incomplete: ... function country (line 49) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 51) | class WLAN: method ifconfig (line 63) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 75) | def isconnected(self) -> bool: method scan (line 83) | def scan(self) -> List[Tuple]: method status (line 112) | def status(self, param: Optional[Any] = None) -> Incomplete: method disconnect (line 131) | def disconnect(self) -> None: method active (line 137) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 145) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 180) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 189) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/ntptime.pyi function settime (line 6) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 7) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/os.pyi function rmdir (line 18) | def rmdir(path) -> None: function stat (line 24) | def stat(path) -> Incomplete: function urandom (line 30) | def urandom(n) -> bytes: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 43) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 61) | def uname() -> uname_result: function unlink (line 75) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 76) | def statvfs(path) -> Tuple: function umount (line 99) | def umount(mount_point) -> Incomplete: function sync (line 109) | def sync() -> None: function mkdir (line 115) | def mkdir(path) -> Incomplete: function dupterm (line 121) | def dupterm(stream_object, index=0, /) -> IO: function chdir (line 144) | def chdir(path) -> Incomplete: function remove (line 150) | def remove(path) -> None: function dupterm_notify (line 156) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 157) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 163) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 184) | def getcwd() -> Incomplete: class VfsFat (line 190) | class VfsFat: method rename (line 197) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 199) | def mkfs(block_dev) -> None: method mount (line 205) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 206) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 207) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 208) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 209) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 210) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 211) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 212) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 213) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 214) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 215) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 218) | class VfsLfs2: method rename (line 236) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 238) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 254) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/platform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/random.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/requests/__init__.pyi function head (line 3) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 4) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 5) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 6) | def post(*args, **kwargs) -> Incomplete: ... function get (line 7) | def get(*args, **kwargs) -> Incomplete: ... function request (line 8) | def request(*args, **kwargs) -> Incomplete: ... function put (line 9) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 11) | class Response: method json (line 12) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 13) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/rp2.pyi function asm_pio_encode (line 20) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: function asm_pio (line 30) | def asm_pio( function bootsel_button (line 79) | def bootsel_button() -> Incomplete: function const (line 92) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMError (line 94) | class PIOASMError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/select.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/socket.pyi function getaddrinfo (line 81) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 122) | class socket: method recvfrom (line 136) | def recvfrom(self, bufsize) -> Tuple: method recv (line 144) | def recv(self, bufsize) -> bytes: method makefile (line 151) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 169) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 178) | def settimeout(self, value) -> Incomplete: method sendall (line 213) | def sendall(self, bytes) -> int: method setsockopt (line 226) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 234) | def setblocking(self, flag) -> Incomplete: method sendto (line 246) | def sendto(self, bytes, address) -> None: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/ssl.pyi function wrap_socket (line 25) | def wrap_socket( class SSLContext (line 47) | class SSLContext: method load_verify_locations (line 53) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 61) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 68) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 93) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 106) | def get_ciphers(self) -> List[str]: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/struct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/sys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/time.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 106) | def ticks_ms() -> int: function ticks_cpu (line 130) | def ticks_cpu() -> Incomplete: function ticks_add (line 145) | def ticks_add(ticks, delta) -> Incomplete: function time_ns (line 172) | def time_ns() -> int: function ticks_us (line 179) | def ticks_us() -> Incomplete: function time (line 185) | def time() -> int: function strftime (line 212) | def strftime(*args, **kwargs) -> Incomplete: ... function gmtime (line 213) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 235) | def localtime(secs: Optional[Any] = None) -> Tuple: function const (line 257) | def const(*args, **kwargs) -> Incomplete: ... function sleep_us (line 258) | def sleep_us(us) -> None: function sleep_ms (line 268) | def sleep_ms(ms) -> None: function mktime (line 279) | def mktime() -> int: function sleep (line 287) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/uarray.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/uasyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 42) | def get_event_loop() -> Incomplete: function current_task (line 48) | def current_task() -> Task: function create_task (line 54) | def create_task(coro) -> Task: function new_event_loop (line 62) | def new_event_loop() -> Incomplete: function ticks (line 71) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 72) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 73) | def run(coro) -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 115) | class Event: method set (line 121) | def set(self) -> None: method is_set (line 130) | def is_set(self) -> bool: method clear (line 136) | def clear(self) -> None: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 144) | class Lock: method locked (line 152) | def locked(self) -> bool: method release (line 158) | def release(self) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 168) | class Task: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 181) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function current_task (line 4) | def current_task(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 7) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 9) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 10) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/uasyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/ubinascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/ubluetooth.pyi class UUID (line 32) | class UUID: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 44) | class BLE: method gatts_read (line 49) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_set_buffer (line 56) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 69) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gattc_write (line 132) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_notify (line 152) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 167) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method l2cap_send (line 185) | def l2cap_send(self, conn_handle, cid, buf, /) -> bool: method l2cap_listen (line 201) | def l2cap_listen(self, psm, mtu, /) -> Incomplete: method gatts_write (line 218) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method l2cap_recvinto (line 228) | def l2cap_recvinto(self, conn_handle, cid, buf, /) -> int: method irq (line 248) | def irq(self, handler, /) -> int: method l2cap_disconnect (line 442) | def l2cap_disconnect(self, conn_handle, cid, /) -> None: method l2cap_connect (line 449) | def l2cap_connect(self, conn_handle, psm, mtu, /) -> None: method gap_connect (line 461) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_pair (line 485) | def gap_pair(self, conn_handle, /) -> Incomplete: method gap_disconnect (line 496) | def gap_disconnect(self, conn_handle, /) -> bool: method active (line 511) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gap_advertise (line 520) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 537) | def config(self, param, /) -> Tuple: method gattc_read (line 601) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_discover_services (line 611) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_passkey (line 622) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: method gattc_exchange_mtu (line 640) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gap_scan (line 654) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_descriptors (line 690) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 699) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method __init__ (line 714) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 21) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/uhashlib.pyi class sha1 (line 31) | class sha1: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 40) | class sha256: method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 49) | class md5: method digest (line 54) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 55) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/uio.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/umachine.pyi function dht_readinto (line 21) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 22) | def enable_irq(state) -> Incomplete: function disable_irq (line 30) | def disable_irq() -> Incomplete: function bitstream (line 39) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 63) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 88) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 98) | def soft_reset() -> NoReturn: function reset (line 106) | def reset() -> NoReturn: function freq (line 113) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 121) | def reset_cause() -> int: function idle (line 127) | def idle() -> Incomplete: function time_pulse_us (line 136) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 154) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 179) | def unique_id() -> bytes: class WDT (line 188) | class WDT: method feed (line 197) | def feed(self) -> None: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 211) | class PWM: method duty_u16 (line 230) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 242) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 253) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 260) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 270) | def deinit(self) -> None: method __init__ (line 276) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 278) | class ADC: method read_u16 (line 295) | def read_u16(self) -> int: method __init__ (line 303) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 305) | class I2C: method readfrom_mem_into (line 323) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 335) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 345) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 354) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 365) | def scan(self) -> List: method writeto (line 373) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 383) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 399) | def start(self) -> None: method readfrom (line 405) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 413) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 423) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 437) | def stop(self) -> None: method write (line 443) | def write(self, buf) -> int: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 453) | class I2S: method shift (line 484) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 492) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 498) | def irq(self, handler) -> Incomplete: method readinto (line 506) | def readinto(self, buf) -> int: method deinit (line 515) | def deinit(self) -> Incomplete: method write (line 521) | def write(self, buf) -> int: method __init__ (line 530) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 532) | class Pin: method low (line 613) | def low(self) -> None: method irq (line 621) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 666) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 667) | def off(self) -> None: method on (line 673) | def on(self) -> None: method init (line 679) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 689) | def value(self, x: Optional[Any] = None) -> int: method high (line 723) | def high(self) -> None: class cpu (line 731) | class cpu: method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 771) | class board: method __init__ (line 804) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 806) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 807) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 815) | class SoftSPI(SPI): method deinit (line 824) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 825) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 826) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 827) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 828) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 829) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 830) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 832) | class Timer: method init (line 843) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 883) | def deinit(self) -> None: method __init__ (line 889) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 891) | class UART: method deinit (line 900) | def deinit(self) -> None: method sendbreak (line 910) | def sendbreak(self) -> None: method init (line 917) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 971) | def flush(self) -> Incomplete: method txdone (line 986) | def txdone(self) -> bool: method read (line 1001) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1012) | def any(self) -> int: method write (line 1027) | def write(self, buf) -> Union[int, None]: method readinto (line 1035) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1046) | def readline(self) -> Union[str, None]: method __init__ (line 1055) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1057) | class SoftI2C(I2C): method readfrom_mem_into (line 1070) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1071) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1072) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1073) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1074) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1075) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1076) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1077) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1078) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1079) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1080) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1081) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1082) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1083) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1085) | class RTC: method datetime (line 1090) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1106) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1108) | class SPI: method deinit (line 1122) | def deinit(self) -> None: method init (line 1128) | def init( method write_readinto (line 1154) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1165) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1173) | def write(self, buf) -> int: method readinto (line 1182) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1192) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1194) | class Signal(Pin): method off (line 1215) | def off(self) -> None: method on (line 1221) | def on(self) -> None: method value (line 1227) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1247) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/uos.pyi function rmdir (line 18) | def rmdir(path) -> None: function stat (line 24) | def stat(path) -> Incomplete: function urandom (line 30) | def urandom(n) -> bytes: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 43) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 61) | def uname() -> uname_result: function unlink (line 75) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 76) | def statvfs(path) -> Tuple: function umount (line 99) | def umount(mount_point) -> Incomplete: function sync (line 109) | def sync() -> None: function mkdir (line 115) | def mkdir(path) -> Incomplete: function dupterm (line 121) | def dupterm(stream_object, index=0, /) -> IO: function chdir (line 144) | def chdir(path) -> Incomplete: function remove (line 150) | def remove(path) -> None: function dupterm_notify (line 156) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 157) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 163) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 184) | def getcwd() -> Incomplete: class VfsFat (line 190) | class VfsFat: method rename (line 197) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 199) | def mkfs(block_dev) -> None: method mount (line 205) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 206) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 207) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 208) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 209) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 210) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 211) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 212) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 213) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 214) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 215) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 218) | class VfsLfs2: method rename (line 236) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 238) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 254) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/uplatform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/urandom.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function match (line 5) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 6) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/urequests.pyi function head (line 3) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 4) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 5) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 6) | def post(*args, **kwargs) -> Incomplete: ... function get (line 7) | def get(*args, **kwargs) -> Incomplete: ... function request (line 8) | def request(*args, **kwargs) -> Incomplete: ... function put (line 9) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 11) | class Response: method json (line 12) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 13) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/uselect.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/usocket.pyi function getaddrinfo (line 81) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 122) | class socket: method recvfrom (line 136) | def recvfrom(self, bufsize) -> Tuple: method recv (line 144) | def recv(self, bufsize) -> bytes: method makefile (line 151) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 169) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 178) | def settimeout(self, value) -> Incomplete: method sendall (line 213) | def sendall(self, bytes) -> int: method setsockopt (line 226) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 234) | def setblocking(self, flag) -> Incomplete: method sendto (line 246) | def sendto(self, bytes, address) -> None: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/ussl.pyi function wrap_socket (line 25) | def wrap_socket( class SSLContext (line 47) | class SSLContext: method load_verify_locations (line 53) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 61) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 68) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 93) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 106) | def get_ciphers(self) -> List[str]: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/ustruct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/usys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/utime.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 6) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 7) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 9) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-arduino_nano_rp2040_connect-stubs/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 6) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 7) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 9) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/_asyncio.pyi class TaskQueue (line 41) | class TaskQueue: method push (line 42) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 43) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 44) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 45) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 48) | class Task: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/_rp2.pyi function bootsel_button (line 20) | def bootsel_button() -> Incomplete: class DMA (line 33) | class DMA: method irq (line 34) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 35) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 36) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 37) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 38) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 39) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 42) | class StateMachine: method irq (line 52) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 60) | def put(self, value, shift=0) -> Incomplete: method restart (line 76) | def restart(self) -> Incomplete: method rx_fifo (line 91) | def rx_fifo(self) -> int: method tx_fifo (line 101) | def tx_fifo(self) -> int: method init (line 111) | def init( method exec (line 159) | def exec(self, instr) -> Incomplete: method get (line 175) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 187) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 200) | class PIO: method state_machine (line 221) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 233) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 243) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 253) | def add_program(self, program) -> Incomplete: method __init__ (line 263) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 265) | class Flash: method readblocks (line 270) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 271) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 272) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 280) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 20) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 25) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/array.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/asyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 42) | def get_event_loop() -> Incomplete: function current_task (line 48) | def current_task() -> Task: function create_task (line 54) | def create_task(coro) -> Task: function new_event_loop (line 62) | def new_event_loop() -> Incomplete: function ticks (line 71) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 72) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 73) | def run(coro) -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 115) | class Event: method set (line 121) | def set(self) -> None: method is_set (line 130) | def is_set(self) -> bool: method clear (line 136) | def clear(self) -> None: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 144) | class Lock: method locked (line 152) | def locked(self) -> bool: method release (line 158) | def release(self) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 168) | class Task: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 181) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/asyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function current_task (line 4) | def current_task(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 7) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 9) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 10) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/asyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/asyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/asyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/asyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/binascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/cmath.pyi function polar (line 22) | def polar(z) -> Tuple: function sqrt (line 28) | def sqrt(z) -> Incomplete: function rect (line 34) | def rect(r, phi) -> float: function sin (line 40) | def sin(z) -> float: function exp (line 46) | def exp(z) -> float: function cos (line 52) | def cos(z) -> float: function phase (line 58) | def phase(z) -> float: function log (line 64) | def log(z) -> float: function log10 (line 70) | def log10(z) -> float: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/cryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 21) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/deflate.pyi class DeflateIO (line 30) | class DeflateIO: method readline (line 74) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 75) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 76) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 77) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 5) | class DHTBase: method measure (line 6) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 9) | class DHT22: method measure (line 10) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 11) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 15) | class DHT11: method measure (line 16) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 17) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 5) | class DS18X20: method read_scratch (line 6) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 7) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 8) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 9) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 10) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/framebuf.pyi function FrameBuffer1 (line 23) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 25) | class FrameBuffer: method poly (line 51) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 64) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 65) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 72) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 81) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 90) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 97) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 113) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 123) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 145) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 146) | def fill(self, c) -> None: method fill_rect (line 152) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/gc.pyi function mem_alloc (line 13) | def mem_alloc() -> int: function isenabled (line 23) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 24) | def mem_free() -> int: function threshold (line 35) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 60) | def collect() -> None: function enable (line 66) | def enable() -> None: function disable (line 72) | def disable() -> None: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/hashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 40) | class sha1: method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/io.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/logging.pyi function getLogger (line 10) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Incomplete: ... function info (line 12) | def info(*args, **kwargs) -> Incomplete: ... function debug (line 13) | def debug(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Incomplete: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Incomplete: ... method log (line 22) | def log(self, *args, **kwargs) -> Incomplete: ... method error (line 23) | def error(self, *args, **kwargs) -> Incomplete: ... method info (line 24) | def info(self, *args, **kwargs) -> Incomplete: ... method debug (line 25) | def debug(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/machine.pyi function dht_readinto (line 21) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 22) | def enable_irq(state) -> Incomplete: function disable_irq (line 30) | def disable_irq() -> Incomplete: function bitstream (line 39) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 63) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 88) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 98) | def soft_reset() -> NoReturn: function reset (line 106) | def reset() -> NoReturn: function freq (line 113) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 121) | def reset_cause() -> int: function idle (line 127) | def idle() -> Incomplete: function time_pulse_us (line 136) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 154) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 179) | def unique_id() -> bytes: class WDT (line 188) | class WDT: method feed (line 197) | def feed(self) -> None: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 211) | class PWM: method duty_u16 (line 230) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 242) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 253) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 260) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 270) | def deinit(self) -> None: method __init__ (line 276) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 278) | class ADC: method read_u16 (line 295) | def read_u16(self) -> int: method __init__ (line 303) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 305) | class I2C: method readfrom_mem_into (line 323) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 335) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 345) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 354) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 365) | def scan(self) -> List: method writeto (line 373) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 383) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 399) | def start(self) -> None: method readfrom (line 405) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 413) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 423) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 437) | def stop(self) -> None: method write (line 443) | def write(self, buf) -> int: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 453) | class I2S: method shift (line 484) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 492) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 498) | def irq(self, handler) -> Incomplete: method readinto (line 506) | def readinto(self, buf) -> int: method deinit (line 515) | def deinit(self) -> Incomplete: method write (line 521) | def write(self, buf) -> int: method __init__ (line 530) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 532) | class Pin: method low (line 613) | def low(self) -> None: method irq (line 621) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 666) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 667) | def off(self) -> None: method on (line 673) | def on(self) -> None: method init (line 679) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 689) | def value(self, x: Optional[Any] = None) -> int: method high (line 723) | def high(self) -> None: class cpu (line 731) | class cpu: method __init__ (line 762) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 764) | class board: method __init__ (line 766) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 768) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 769) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 777) | class SoftSPI(SPI): method deinit (line 786) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 787) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 788) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 789) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 790) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 791) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 792) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 794) | class Timer: method init (line 805) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 845) | def deinit(self) -> None: method __init__ (line 851) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 853) | class UART: method deinit (line 862) | def deinit(self) -> None: method sendbreak (line 872) | def sendbreak(self) -> None: method init (line 879) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 933) | def flush(self) -> Incomplete: method txdone (line 948) | def txdone(self) -> bool: method read (line 963) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 974) | def any(self) -> int: method write (line 989) | def write(self, buf) -> Union[int, None]: method readinto (line 997) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1008) | def readline(self) -> Union[str, None]: method __init__ (line 1017) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1019) | class SoftI2C(I2C): method readfrom_mem_into (line 1032) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1033) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1034) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1035) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1036) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1037) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1038) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1039) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1040) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1041) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1042) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1043) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1044) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1045) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1047) | class RTC: method datetime (line 1052) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1068) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1070) | class SPI: method deinit (line 1084) | def deinit(self) -> None: method init (line 1090) | def init( method write_readinto (line 1116) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1127) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1135) | def write(self, buf) -> int: method readinto (line 1144) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1154) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1156) | class Signal(Pin): method off (line 1177) | def off(self) -> None: method on (line 1183) | def on(self) -> None: method value (line 1189) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1209) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/math.pyi function ldexp (line 27) | def ldexp(x, exp) -> Incomplete: function lgamma (line 33) | def lgamma(x) -> float: function trunc (line 39) | def trunc(x) -> int: function isclose (line 45) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 46) | def gamma(x) -> Incomplete: function isnan (line 52) | def isnan(x) -> bool: function isfinite (line 58) | def isfinite(x) -> bool: function isinf (line 64) | def isinf(x) -> bool: function sqrt (line 70) | def sqrt(x) -> Incomplete: function sinh (line 76) | def sinh(x) -> float: function log (line 82) | def log(x) -> float: function tan (line 88) | def tan(x) -> float: function tanh (line 94) | def tanh(x) -> float: function log2 (line 100) | def log2(x) -> float: function log10 (line 106) | def log10(x) -> float: function sin (line 112) | def sin(x) -> float: function modf (line 118) | def modf(x) -> Tuple: function radians (line 125) | def radians(x) -> Incomplete: function atanh (line 131) | def atanh(x) -> float: function atan2 (line 137) | def atan2(y, x) -> float: function atan (line 143) | def atan(x) -> float: function ceil (line 149) | def ceil(x) -> int: function copysign (line 155) | def copysign(x, y) -> Incomplete: function frexp (line 161) | def frexp(x) -> Incomplete: function acos (line 170) | def acos(x) -> float: function pow (line 176) | def pow(x, y) -> Incomplete: function asinh (line 182) | def asinh(x) -> float: function acosh (line 188) | def acosh(x) -> float: function asin (line 194) | def asin(x) -> float: function factorial (line 200) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 201) | def fabs(x) -> Incomplete: function expm1 (line 207) | def expm1(x) -> Incomplete: function floor (line 213) | def floor(x) -> int: function fmod (line 219) | def fmod(x, y) -> Incomplete: function cos (line 225) | def cos(x) -> float: function degrees (line 231) | def degrees(x) -> Incomplete: function cosh (line 237) | def cosh(x) -> float: function exp (line 243) | def exp(x) -> float: function erf (line 249) | def erf(x) -> Incomplete: function erfc (line 255) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/neopixel.pyi function bitstream (line 18) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 20) | class NeoPixel: method write (line 31) | def write(self) -> None: method fill (line 37) | def fill(self, pixel) -> None: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/os.pyi function rmdir (line 18) | def rmdir(path) -> None: function stat (line 24) | def stat(path) -> Incomplete: function urandom (line 30) | def urandom(n) -> bytes: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 43) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 61) | def uname() -> uname_result: function unlink (line 75) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 76) | def statvfs(path) -> Tuple: function umount (line 99) | def umount(mount_point) -> Incomplete: function sync (line 109) | def sync() -> None: function mkdir (line 115) | def mkdir(path) -> Incomplete: function dupterm (line 121) | def dupterm(stream_object, index=0, /) -> IO: function chdir (line 144) | def chdir(path) -> Incomplete: function remove (line 150) | def remove(path) -> None: function dupterm_notify (line 156) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 157) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 163) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 184) | def getcwd() -> Incomplete: class VfsFat (line 190) | class VfsFat: method rename (line 197) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 199) | def mkfs(block_dev) -> None: method mount (line 205) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 206) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 207) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 208) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 209) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 210) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 211) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 212) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 213) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 214) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 215) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 218) | class VfsLfs2: method rename (line 236) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 238) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 254) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/platform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/random.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/rp2.pyi function asm_pio_encode (line 20) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: function asm_pio (line 30) | def asm_pio( function bootsel_button (line 79) | def bootsel_button() -> Incomplete: function const (line 92) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMError (line 94) | class PIOASMError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/select.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/struct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/sys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/time.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/uarray.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/uasyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 42) | def get_event_loop() -> Incomplete: function current_task (line 48) | def current_task() -> Task: function create_task (line 54) | def create_task(coro) -> Task: function new_event_loop (line 62) | def new_event_loop() -> Incomplete: function ticks (line 71) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 72) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 73) | def run(coro) -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 115) | class Event: method set (line 121) | def set(self) -> None: method is_set (line 130) | def is_set(self) -> bool: method clear (line 136) | def clear(self) -> None: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 144) | class Lock: method locked (line 152) | def locked(self) -> bool: method release (line 158) | def release(self) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 168) | class Task: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 181) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function current_task (line 4) | def current_task(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 7) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 9) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 10) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/uasyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/ubinascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 21) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/uhashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 40) | class sha1: method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/uio.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/umachine.pyi function dht_readinto (line 21) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 22) | def enable_irq(state) -> Incomplete: function disable_irq (line 30) | def disable_irq() -> Incomplete: function bitstream (line 39) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 63) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 88) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 98) | def soft_reset() -> NoReturn: function reset (line 106) | def reset() -> NoReturn: function freq (line 113) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 121) | def reset_cause() -> int: function idle (line 127) | def idle() -> Incomplete: function time_pulse_us (line 136) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 154) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 179) | def unique_id() -> bytes: class WDT (line 188) | class WDT: method feed (line 197) | def feed(self) -> None: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 211) | class PWM: method duty_u16 (line 230) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 242) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 253) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 260) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 270) | def deinit(self) -> None: method __init__ (line 276) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 278) | class ADC: method read_u16 (line 295) | def read_u16(self) -> int: method __init__ (line 303) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 305) | class I2C: method readfrom_mem_into (line 323) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 335) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 345) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 354) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 365) | def scan(self) -> List: method writeto (line 373) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 383) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 399) | def start(self) -> None: method readfrom (line 405) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 413) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 423) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 437) | def stop(self) -> None: method write (line 443) | def write(self, buf) -> int: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 453) | class I2S: method shift (line 484) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 492) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 498) | def irq(self, handler) -> Incomplete: method readinto (line 506) | def readinto(self, buf) -> int: method deinit (line 515) | def deinit(self) -> Incomplete: method write (line 521) | def write(self, buf) -> int: method __init__ (line 530) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 532) | class Pin: method low (line 613) | def low(self) -> None: method irq (line 621) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 666) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 667) | def off(self) -> None: method on (line 673) | def on(self) -> None: method init (line 679) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 689) | def value(self, x: Optional[Any] = None) -> int: method high (line 723) | def high(self) -> None: class cpu (line 731) | class cpu: method __init__ (line 762) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 764) | class board: method __init__ (line 766) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 768) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 769) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 777) | class SoftSPI(SPI): method deinit (line 786) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 787) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 788) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 789) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 790) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 791) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 792) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 794) | class Timer: method init (line 805) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 845) | def deinit(self) -> None: method __init__ (line 851) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 853) | class UART: method deinit (line 862) | def deinit(self) -> None: method sendbreak (line 872) | def sendbreak(self) -> None: method init (line 879) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 933) | def flush(self) -> Incomplete: method txdone (line 948) | def txdone(self) -> bool: method read (line 963) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 974) | def any(self) -> int: method write (line 989) | def write(self, buf) -> Union[int, None]: method readinto (line 997) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1008) | def readline(self) -> Union[str, None]: method __init__ (line 1017) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1019) | class SoftI2C(I2C): method readfrom_mem_into (line 1032) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1033) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1034) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1035) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1036) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1037) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1038) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1039) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1040) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1041) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1042) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1043) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1044) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1045) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1047) | class RTC: method datetime (line 1052) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1068) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1070) | class SPI: method deinit (line 1084) | def deinit(self) -> None: method init (line 1090) | def init( method write_readinto (line 1116) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1127) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1135) | def write(self, buf) -> int: method readinto (line 1144) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1154) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1156) | class Signal(Pin): method off (line 1177) | def off(self) -> None: method on (line 1183) | def on(self) -> None: method value (line 1189) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1209) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/uos.pyi function rmdir (line 18) | def rmdir(path) -> None: function stat (line 24) | def stat(path) -> Incomplete: function urandom (line 30) | def urandom(n) -> bytes: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 43) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 61) | def uname() -> uname_result: function unlink (line 75) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 76) | def statvfs(path) -> Tuple: function umount (line 99) | def umount(mount_point) -> Incomplete: function sync (line 109) | def sync() -> None: function mkdir (line 115) | def mkdir(path) -> Incomplete: function dupterm (line 121) | def dupterm(stream_object, index=0, /) -> IO: function chdir (line 144) | def chdir(path) -> Incomplete: function remove (line 150) | def remove(path) -> None: function dupterm_notify (line 156) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 157) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 163) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 184) | def getcwd() -> Incomplete: class VfsFat (line 190) | class VfsFat: method rename (line 197) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 199) | def mkfs(block_dev) -> None: method mount (line 205) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 206) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 207) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 208) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 209) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 210) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 211) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 212) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 213) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 214) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 215) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 218) | class VfsLfs2: method rename (line 236) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 238) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 254) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/uplatform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/urandom.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function match (line 5) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 6) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/uselect.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/ustruct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/usys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-pimoroni_picolipo_16mb-stubs/utime.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/_rp2.pyi function bootsel_button (line 20) | def bootsel_button() -> Incomplete: class DMA (line 33) | class DMA: method irq (line 34) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 35) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 36) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 37) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 38) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 39) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 42) | class StateMachine: method irq (line 52) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 60) | def put(self, value, shift=0) -> Incomplete: method restart (line 76) | def restart(self) -> Incomplete: method rx_fifo (line 91) | def rx_fifo(self) -> int: method tx_fifo (line 101) | def tx_fifo(self) -> int: method init (line 111) | def init( method exec (line 159) | def exec(self, instr) -> Incomplete: method get (line 175) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 187) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 200) | class PIO: method state_machine (line 221) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 233) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 243) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 253) | def add_program(self, program) -> Incomplete: method __init__ (line 263) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 265) | class Flash: method readblocks (line 270) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 271) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 272) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 280) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 20) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 25) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/array.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/asyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 42) | def get_event_loop() -> Incomplete: function current_task (line 48) | def current_task() -> Task: function create_task (line 54) | def create_task(coro) -> Task: function new_event_loop (line 62) | def new_event_loop() -> Incomplete: function ticks (line 71) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 72) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 73) | def run(coro) -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 115) | class Event: method set (line 121) | def set(self) -> None: method is_set (line 130) | def is_set(self) -> bool: method clear (line 136) | def clear(self) -> None: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 144) | class Lock: method locked (line 152) | def locked(self) -> bool: method release (line 158) | def release(self) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 168) | class Task: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 181) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/asyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function current_task (line 4) | def current_task(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 7) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 9) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 10) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/asyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/asyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/asyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/binascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/cmath.pyi function polar (line 22) | def polar(z) -> Tuple: function sqrt (line 28) | def sqrt(z) -> Incomplete: function rect (line 34) | def rect(r, phi) -> float: function sin (line 40) | def sin(z) -> float: function exp (line 46) | def exp(z) -> float: function cos (line 52) | def cos(z) -> float: function phase (line 58) | def phase(z) -> float: function log (line 64) | def log(z) -> float: function log10 (line 70) | def log10(z) -> float: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/cryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 21) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/deflate.pyi class DeflateIO (line 30) | class DeflateIO: method readline (line 74) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 75) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 76) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 77) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 5) | class DHTBase: method measure (line 6) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 9) | class DHT22: method measure (line 10) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 11) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 15) | class DHT11: method measure (line 16) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 17) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 5) | class DS18X20: method read_scratch (line 6) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 7) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 8) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 9) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 10) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/framebuf.pyi function FrameBuffer1 (line 23) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 25) | class FrameBuffer: method poly (line 51) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 64) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 65) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 72) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 81) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 90) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 97) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 113) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 123) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 145) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 146) | def fill(self, c) -> None: method fill_rect (line 152) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/gc.pyi function mem_alloc (line 13) | def mem_alloc() -> int: function isenabled (line 23) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 24) | def mem_free() -> int: function threshold (line 35) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 60) | def collect() -> None: function enable (line 66) | def enable() -> None: function disable (line 72) | def disable() -> None: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/hashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 40) | class sha1: method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/io.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/logging.pyi function getLogger (line 10) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Incomplete: ... function info (line 12) | def info(*args, **kwargs) -> Incomplete: ... function debug (line 13) | def debug(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Incomplete: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Incomplete: ... method log (line 22) | def log(self, *args, **kwargs) -> Incomplete: ... method error (line 23) | def error(self, *args, **kwargs) -> Incomplete: ... method info (line 24) | def info(self, *args, **kwargs) -> Incomplete: ... method debug (line 25) | def debug(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/machine.pyi function dht_readinto (line 21) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 22) | def enable_irq(state) -> Incomplete: function disable_irq (line 30) | def disable_irq() -> Incomplete: function bitstream (line 39) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 63) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 88) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 98) | def soft_reset() -> NoReturn: function reset (line 106) | def reset() -> NoReturn: function freq (line 113) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 121) | def reset_cause() -> int: function idle (line 127) | def idle() -> Incomplete: function time_pulse_us (line 136) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 154) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 179) | def unique_id() -> bytes: class WDT (line 188) | class WDT: method feed (line 197) | def feed(self) -> None: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 211) | class PWM: method duty_u16 (line 230) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 242) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 253) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 260) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 270) | def deinit(self) -> None: method __init__ (line 276) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 278) | class ADC: method read_u16 (line 295) | def read_u16(self) -> int: method __init__ (line 303) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 305) | class I2C: method readfrom_mem_into (line 323) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 335) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 345) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 354) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 365) | def scan(self) -> List: method writeto (line 373) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 383) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 399) | def start(self) -> None: method readfrom (line 405) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 413) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 423) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 437) | def stop(self) -> None: method write (line 443) | def write(self, buf) -> int: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 453) | class I2S: method shift (line 484) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 492) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 498) | def irq(self, handler) -> Incomplete: method readinto (line 506) | def readinto(self, buf) -> int: method deinit (line 515) | def deinit(self) -> Incomplete: method write (line 521) | def write(self, buf) -> int: method __init__ (line 530) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 532) | class Pin: method low (line 613) | def low(self) -> None: method irq (line 621) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 666) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 667) | def off(self) -> None: method on (line 673) | def on(self) -> None: method init (line 679) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 689) | def value(self, x: Optional[Any] = None) -> int: method high (line 723) | def high(self) -> None: class cpu (line 731) | class cpu: method __init__ (line 762) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 764) | class board: method __init__ (line 793) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 795) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 796) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 804) | class SoftSPI(SPI): method deinit (line 813) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 814) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 815) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 816) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 817) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 818) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 819) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 821) | class Timer: method init (line 832) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 872) | def deinit(self) -> None: method __init__ (line 878) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 880) | class UART: method deinit (line 889) | def deinit(self) -> None: method sendbreak (line 899) | def sendbreak(self) -> None: method init (line 906) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 960) | def flush(self) -> Incomplete: method txdone (line 975) | def txdone(self) -> bool: method read (line 990) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1001) | def any(self) -> int: method write (line 1016) | def write(self, buf) -> Union[int, None]: method readinto (line 1024) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1035) | def readline(self) -> Union[str, None]: method __init__ (line 1044) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1046) | class SoftI2C(I2C): method readfrom_mem_into (line 1059) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1060) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1061) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1062) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1063) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1064) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1065) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1066) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1067) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1068) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1069) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1070) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1071) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1072) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1074) | class RTC: method datetime (line 1079) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1095) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1097) | class SPI: method deinit (line 1111) | def deinit(self) -> None: method init (line 1117) | def init( method write_readinto (line 1143) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1154) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1162) | def write(self, buf) -> int: method readinto (line 1171) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1181) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1183) | class Signal(Pin): method off (line 1204) | def off(self) -> None: method on (line 1210) | def on(self) -> None: method value (line 1216) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1236) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/math.pyi function ldexp (line 27) | def ldexp(x, exp) -> Incomplete: function lgamma (line 33) | def lgamma(x) -> float: function trunc (line 39) | def trunc(x) -> int: function isclose (line 45) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 46) | def gamma(x) -> Incomplete: function isnan (line 52) | def isnan(x) -> bool: function isfinite (line 58) | def isfinite(x) -> bool: function isinf (line 64) | def isinf(x) -> bool: function sqrt (line 70) | def sqrt(x) -> Incomplete: function sinh (line 76) | def sinh(x) -> float: function log (line 82) | def log(x) -> float: function tan (line 88) | def tan(x) -> float: function tanh (line 94) | def tanh(x) -> float: function log2 (line 100) | def log2(x) -> float: function log10 (line 106) | def log10(x) -> float: function sin (line 112) | def sin(x) -> float: function modf (line 118) | def modf(x) -> Tuple: function radians (line 125) | def radians(x) -> Incomplete: function atanh (line 131) | def atanh(x) -> float: function atan2 (line 137) | def atan2(y, x) -> float: function atan (line 143) | def atan(x) -> float: function ceil (line 149) | def ceil(x) -> int: function copysign (line 155) | def copysign(x, y) -> Incomplete: function frexp (line 161) | def frexp(x) -> Incomplete: function acos (line 170) | def acos(x) -> float: function pow (line 176) | def pow(x, y) -> Incomplete: function asinh (line 182) | def asinh(x) -> float: function acosh (line 188) | def acosh(x) -> float: function asin (line 194) | def asin(x) -> float: function factorial (line 200) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 201) | def fabs(x) -> Incomplete: function expm1 (line 207) | def expm1(x) -> Incomplete: function floor (line 213) | def floor(x) -> int: function fmod (line 219) | def fmod(x, y) -> Incomplete: function cos (line 225) | def cos(x) -> float: function degrees (line 231) | def degrees(x) -> Incomplete: function cosh (line 237) | def cosh(x) -> float: function exp (line 243) | def exp(x) -> float: function erf (line 249) | def erf(x) -> Incomplete: function erfc (line 255) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/neopixel.pyi function bitstream (line 18) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 20) | class NeoPixel: method write (line 31) | def write(self) -> None: method fill (line 37) | def fill(self, pixel) -> None: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/os.pyi function rmdir (line 18) | def rmdir(path) -> None: function stat (line 24) | def stat(path) -> Incomplete: function urandom (line 30) | def urandom(n) -> bytes: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 43) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 61) | def uname() -> uname_result: function unlink (line 75) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 76) | def statvfs(path) -> Tuple: function umount (line 99) | def umount(mount_point) -> Incomplete: function sync (line 109) | def sync() -> None: function mkdir (line 115) | def mkdir(path) -> Incomplete: function dupterm (line 121) | def dupterm(stream_object, index=0, /) -> IO: function chdir (line 144) | def chdir(path) -> Incomplete: function remove (line 150) | def remove(path) -> None: function dupterm_notify (line 156) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 157) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 163) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 184) | def getcwd() -> Incomplete: class VfsFat (line 190) | class VfsFat: method rename (line 197) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 199) | def mkfs(block_dev) -> None: method mount (line 205) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 206) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 207) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 208) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 209) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 210) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 211) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 212) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 213) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 214) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 215) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 218) | class VfsLfs2: method rename (line 236) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 238) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 254) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/platform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/random.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/rp2.pyi function asm_pio_encode (line 20) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: function asm_pio (line 30) | def asm_pio( function bootsel_button (line 79) | def bootsel_button() -> Incomplete: function const (line 92) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMError (line 94) | class PIOASMError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/select.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/struct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/sys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/time.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/uarray.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/uasyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 42) | def get_event_loop() -> Incomplete: function current_task (line 48) | def current_task() -> Task: function create_task (line 54) | def create_task(coro) -> Task: function new_event_loop (line 62) | def new_event_loop() -> Incomplete: function ticks (line 71) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 72) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 73) | def run(coro) -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 115) | class Event: method set (line 121) | def set(self) -> None: method is_set (line 130) | def is_set(self) -> bool: method clear (line 136) | def clear(self) -> None: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 144) | class Lock: method locked (line 152) | def locked(self) -> bool: method release (line 158) | def release(self) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 168) | class Task: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 181) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function current_task (line 4) | def current_task(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 7) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 9) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 10) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/uasyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/ubinascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 21) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/uhashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 40) | class sha1: method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/uio.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/umachine.pyi function dht_readinto (line 21) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 22) | def enable_irq(state) -> Incomplete: function disable_irq (line 30) | def disable_irq() -> Incomplete: function bitstream (line 39) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 63) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 88) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 98) | def soft_reset() -> NoReturn: function reset (line 106) | def reset() -> NoReturn: function freq (line 113) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 121) | def reset_cause() -> int: function idle (line 127) | def idle() -> Incomplete: function time_pulse_us (line 136) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 154) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 179) | def unique_id() -> bytes: class WDT (line 188) | class WDT: method feed (line 197) | def feed(self) -> None: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 211) | class PWM: method duty_u16 (line 230) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 242) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 253) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 260) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 270) | def deinit(self) -> None: method __init__ (line 276) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 278) | class ADC: method read_u16 (line 295) | def read_u16(self) -> int: method __init__ (line 303) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 305) | class I2C: method readfrom_mem_into (line 323) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 335) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 345) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 354) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 365) | def scan(self) -> List: method writeto (line 373) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 383) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 399) | def start(self) -> None: method readfrom (line 405) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 413) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 423) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 437) | def stop(self) -> None: method write (line 443) | def write(self, buf) -> int: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 453) | class I2S: method shift (line 484) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 492) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 498) | def irq(self, handler) -> Incomplete: method readinto (line 506) | def readinto(self, buf) -> int: method deinit (line 515) | def deinit(self) -> Incomplete: method write (line 521) | def write(self, buf) -> int: method __init__ (line 530) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 532) | class Pin: method low (line 613) | def low(self) -> None: method irq (line 621) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 666) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 667) | def off(self) -> None: method on (line 673) | def on(self) -> None: method init (line 679) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 689) | def value(self, x: Optional[Any] = None) -> int: method high (line 723) | def high(self) -> None: class cpu (line 731) | class cpu: method __init__ (line 762) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 764) | class board: method __init__ (line 793) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 795) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 796) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 804) | class SoftSPI(SPI): method deinit (line 813) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 814) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 815) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 816) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 817) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 818) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 819) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 821) | class Timer: method init (line 832) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 872) | def deinit(self) -> None: method __init__ (line 878) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 880) | class UART: method deinit (line 889) | def deinit(self) -> None: method sendbreak (line 899) | def sendbreak(self) -> None: method init (line 906) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 960) | def flush(self) -> Incomplete: method txdone (line 975) | def txdone(self) -> bool: method read (line 990) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1001) | def any(self) -> int: method write (line 1016) | def write(self, buf) -> Union[int, None]: method readinto (line 1024) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1035) | def readline(self) -> Union[str, None]: method __init__ (line 1044) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1046) | class SoftI2C(I2C): method readfrom_mem_into (line 1059) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1060) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1061) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1062) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1063) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1064) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1065) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1066) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1067) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1068) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1069) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1070) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1071) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1072) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1074) | class RTC: method datetime (line 1079) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1095) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1097) | class SPI: method deinit (line 1111) | def deinit(self) -> None: method init (line 1117) | def init( method write_readinto (line 1143) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1154) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1162) | def write(self, buf) -> int: method readinto (line 1171) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1181) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1183) | class Signal(Pin): method off (line 1204) | def off(self) -> None: method on (line 1210) | def on(self) -> None: method value (line 1216) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1236) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/uos.pyi function rmdir (line 18) | def rmdir(path) -> None: function stat (line 24) | def stat(path) -> Incomplete: function urandom (line 30) | def urandom(n) -> bytes: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 43) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 61) | def uname() -> uname_result: function unlink (line 75) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 76) | def statvfs(path) -> Tuple: function umount (line 99) | def umount(mount_point) -> Incomplete: function sync (line 109) | def sync() -> None: function mkdir (line 115) | def mkdir(path) -> Incomplete: function dupterm (line 121) | def dupterm(stream_object, index=0, /) -> IO: function chdir (line 144) | def chdir(path) -> Incomplete: function remove (line 150) | def remove(path) -> None: function dupterm_notify (line 156) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 157) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 163) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 184) | def getcwd() -> Incomplete: class VfsFat (line 190) | class VfsFat: method rename (line 197) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 199) | def mkfs(block_dev) -> None: method mount (line 205) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 206) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 207) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 208) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 209) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 210) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 211) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 212) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 213) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 214) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 215) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 218) | class VfsLfs2: method rename (line 236) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 238) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 254) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/uplatform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/urandom.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function match (line 5) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 6) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/uselect.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/ustruct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/usys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico-stubs/utime.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/_rp2.pyi function country (line 25) | def country(*args, **kwargs) -> Incomplete: ... function bootsel_button (line 26) | def bootsel_button() -> Incomplete: class Flash (line 39) | class Flash: method readblocks (line 44) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 45) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 46) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class DMA (line 56) | class DMA: method irq (line 57) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 58) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 59) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 60) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 61) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 62) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 65) | class StateMachine: method irq (line 75) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 83) | def put(self, value, shift=0) -> Incomplete: method restart (line 99) | def restart(self) -> Incomplete: method rx_fifo (line 114) | def rx_fifo(self) -> int: method tx_fifo (line 124) | def tx_fifo(self) -> int: method init (line 134) | def init( method exec (line 182) | def exec(self, instr) -> Incomplete: method get (line 198) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 210) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 223) | class PIO: method state_machine (line 244) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 256) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 266) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 276) | def add_program(self, program) -> Incomplete: method __init__ (line 286) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/aioble/__init__.pyi function log_warn (line 14) | def log_warn(*args, **kwargs) -> Incomplete: ... function log_info (line 15) | def log_info(*args, **kwargs) -> Incomplete: ... function log_error (line 16) | def log_error(*args, **kwargs) -> Incomplete: ... function register_services (line 17) | def register_services(*args, **kwargs) -> Incomplete: ... function stop (line 18) | def stop(*args, **kwargs) -> Incomplete: ... function config (line 19) | def config(*args, **kwargs) -> Incomplete: ... function const (line 20) | def const(*args, **kwargs) -> Incomplete: ... class Service (line 22) | class Service: method _tuple (line 23) | def _tuple(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... class scan (line 26) | class scan: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... class Characteristic (line 32) | class Characteristic: method _remote_write (line 33) | def _remote_write(self, *args, **kwargs) -> Incomplete: ... method _remote_read (line 34) | def _remote_read(self, *args, **kwargs) -> Incomplete: ... method notify (line 35) | def notify(self, *args, **kwargs) -> Incomplete: ... method on_read (line 36) | def on_read(self, *args, **kwargs) -> Incomplete: ... method _tuple (line 37) | def _tuple(self, *args, **kwargs) -> Incomplete: ... method write (line 38) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 39) | def read(self, *args, **kwargs) -> Incomplete: ... method _register (line 40) | def _register(self, *args, **kwargs) -> Incomplete: ... method _indicate_done (line 41) | def _indicate_done(self, *args, **kwargs) -> Incomplete: ... method _init_capture (line 42) | def _init_capture(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class GattError (line 49) | class GattError(Exception): ... class BufferedCharacteristic (line 51) | class BufferedCharacteristic: method on_read (line 52) | def on_read(self, *args, **kwargs) -> Incomplete: ... method _remote_read (line 53) | def _remote_read(self, *args, **kwargs) -> Incomplete: ... method _remote_write (line 54) | def _remote_write(self, *args, **kwargs) -> Incomplete: ... method notify (line 55) | def notify(self, *args, **kwargs) -> Incomplete: ... method _tuple (line 56) | def _tuple(self, *args, **kwargs) -> Incomplete: ... method _init_capture (line 57) | def _init_capture(self, *args, **kwargs) -> Incomplete: ... method read (line 58) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 59) | def write(self, *args, **kwargs) -> Incomplete: ... method _indicate_done (line 60) | def _indicate_done(self, *args, **kwargs) -> Incomplete: ... method _register (line 63) | def _register(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceDisconnectedError (line 69) | class DeviceDisconnectedError(Exception): ... class Descriptor (line 71) | class Descriptor: method _tuple (line 72) | def _tuple(self, *args, **kwargs) -> Incomplete: ... method _remote_read (line 73) | def _remote_read(self, *args, **kwargs) -> Incomplete: ... method _remote_write (line 74) | def _remote_write(self, *args, **kwargs) -> Incomplete: ... method on_read (line 75) | def on_read(self, *args, **kwargs) -> Incomplete: ... method _register (line 76) | def _register(self, *args, **kwargs) -> Incomplete: ... method read (line 77) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 78) | def write(self, *args, **kwargs) -> Incomplete: ... method _init_capture (line 79) | def _init_capture(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... class Device (line 85) | class Device: method addr_hex (line 86) | def addr_hex(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/aioble/central.pyi function _central_shutdown (line 11) | def _central_shutdown(*args, **kwargs) -> Incomplete: ... function ensure_active (line 12) | def ensure_active(*args, **kwargs) -> Incomplete: ... function _central_irq (line 13) | def _central_irq(*args, **kwargs) -> Incomplete: ... function register_irq_handler (line 14) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function log_warn (line 15) | def log_warn(*args, **kwargs) -> Incomplete: ... function log_error (line 16) | def log_error(*args, **kwargs) -> Incomplete: ... function log_info (line 17) | def log_info(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... class DeviceTimeout (line 22) | class DeviceTimeout: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... class scan (line 26) | class scan: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... class ScanResult (line 33) | class ScanResult: method _update (line 34) | def _update(self, *args, **kwargs) -> Incomplete: ... method name (line 35) | def name(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceConnection (line 45) | class DeviceConnection: method is_connected (line 47) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method _run_task (line 48) | def _run_task(self, *args, **kwargs) -> Incomplete: ... method services (line 49) | def services(self, *args, **kwargs) -> Incomplete: ... method timeout (line 50) | def timeout(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 60) | def __init__(self, *argv, **kwargs) -> None: ... class Device (line 62) | class Device: method addr_hex (line 63) | def addr_hex(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/aioble/client.pyi function register_irq_handler (line 11) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function _client_irq (line 12) | def _client_irq(*args, **kwargs) -> Incomplete: ... function const (line 13) | def const(*args, **kwargs) -> Incomplete: ... class DeviceConnection (line 15) | class DeviceConnection: method is_connected (line 17) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method _run_task (line 18) | def _run_task(self, *args, **kwargs) -> Incomplete: ... method services (line 19) | def services(self, *args, **kwargs) -> Incomplete: ... method timeout (line 20) | def timeout(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class GattError (line 32) | class GattError(Exception): ... class ClientService (line 34) | class ClientService: method characteristics (line 35) | def characteristics(self, *args, **kwargs) -> Incomplete: ... method _start_discovery (line 36) | def _start_discovery(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class ClientDiscover (line 43) | class ClientDiscover: method _discover_result (line 44) | def _discover_result(self, *args, **kwargs) -> Incomplete: ... method _discover_done (line 45) | def _discover_done(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 50) | class deque: method popleft (line 51) | def popleft(self, *args, **kwargs) -> Incomplete: ... method append (line 52) | def append(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class ClientDescriptor (line 55) | class ClientDescriptor: method _read_result (line 56) | def _read_result(self, *args, **kwargs) -> Incomplete: ... method _read_done (line 57) | def _read_done(self, *args, **kwargs) -> Incomplete: ... method _write_done (line 58) | def _write_done(self, *args, **kwargs) -> Incomplete: ... method _register_with_connection (line 59) | def _register_with_connection(self, *args, **kwargs) -> Incomplete: ... method _start_discovery (line 60) | def _start_discovery(self, *args, **kwargs) -> Incomplete: ... method _check (line 61) | def _check(self, *args, **kwargs) -> Incomplete: ... method _find (line 62) | def _find(self, *args, **kwargs) -> Incomplete: ... method _connection (line 63) | def _connection(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... class BaseClientCharacteristic (line 69) | class BaseClientCharacteristic: method _write_done (line 70) | def _write_done(self, *args, **kwargs) -> Incomplete: ... method _read_done (line 71) | def _read_done(self, *args, **kwargs) -> Incomplete: ... method _read_result (line 72) | def _read_result(self, *args, **kwargs) -> Incomplete: ... method _register_with_connection (line 73) | def _register_with_connection(self, *args, **kwargs) -> Incomplete: ... method _find (line 74) | def _find(self, *args, **kwargs) -> Incomplete: ... method _check (line 75) | def _check(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... class ClientCharacteristic (line 81) | class ClientCharacteristic: method _on_notify (line 82) | def _on_notify(self, *args, **kwargs) -> Incomplete: ... method _register_with_connection (line 83) | def _register_with_connection(self, *args, **kwargs) -> Incomplete: ... method _on_indicate (line 84) | def _on_indicate(self, *args, **kwargs) -> Incomplete: ... method _read_result (line 85) | def _read_result(self, *args, **kwargs) -> Incomplete: ... method _on_notify_indicate (line 86) | def _on_notify_indicate(self, *args, **kwargs) -> Incomplete: ... method _read_done (line 87) | def _read_done(self, *args, **kwargs) -> Incomplete: ... method _start_discovery (line 88) | def _start_discovery(self, *args, **kwargs) -> Incomplete: ... method descriptors (line 89) | def descriptors(self, *args, **kwargs) -> Incomplete: ... method _write_done (line 90) | def _write_done(self, *args, **kwargs) -> Incomplete: ... method _find (line 91) | def _find(self, *args, **kwargs) -> Incomplete: ... method _check (line 92) | def _check(self, *args, **kwargs) -> Incomplete: ... method _connection (line 93) | def _connection(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/aioble/core.pyi function ensure_active (line 14) | def ensure_active(*args, **kwargs) -> Incomplete: ... function register_irq_handler (line 15) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function log_warn (line 16) | def log_warn(*args, **kwargs) -> Incomplete: ... function log_error (line 17) | def log_error(*args, **kwargs) -> Incomplete: ... function log_info (line 18) | def log_info(*args, **kwargs) -> Incomplete: ... function config (line 19) | def config(*args, **kwargs) -> Incomplete: ... function stop (line 20) | def stop(*args, **kwargs) -> Incomplete: ... function ble_irq (line 21) | def ble_irq(*args, **kwargs) -> Incomplete: ... class GattError (line 25) | class GattError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/aioble/device.pyi function _device_irq (line 11) | def _device_irq(*args, **kwargs) -> Incomplete: ... function register_irq_handler (line 12) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function log_error (line 13) | def log_error(*args, **kwargs) -> Incomplete: ... function const (line 14) | def const(*args, **kwargs) -> Incomplete: ... class Device (line 16) | class Device: method addr_hex (line 17) | def addr_hex(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceConnection (line 24) | class DeviceConnection: method is_connected (line 26) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method _run_task (line 27) | def _run_task(self, *args, **kwargs) -> Incomplete: ... method services (line 28) | def services(self, *args, **kwargs) -> Incomplete: ... method timeout (line 29) | def timeout(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceDisconnectedError (line 41) | class DeviceDisconnectedError(Exception): ... class DeviceTimeout (line 43) | class DeviceTimeout: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/aioble/l2cap.pyi function register_irq_handler (line 13) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function _l2cap_irq (line 14) | def _l2cap_irq(*args, **kwargs) -> Incomplete: ... function _l2cap_shutdown (line 15) | def _l2cap_shutdown(*args, **kwargs) -> Incomplete: ... function log_error (line 16) | def log_error(*args, **kwargs) -> Incomplete: ... function const (line 17) | def const(*args, **kwargs) -> Incomplete: ... class L2CAPChannel (line 22) | class L2CAPChannel: method available (line 23) | def available(self, *args, **kwargs) -> Incomplete: ... method _assert_connected (line 24) | def _assert_connected(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... class L2CAPConnectionError (line 35) | class L2CAPConnectionError(Exception): ... class L2CAPDisconnectedError (line 36) | class L2CAPDisconnectedError(Exception): ... class DeviceConnection (line 38) | class DeviceConnection: method is_connected (line 40) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method _run_task (line 41) | def _run_task(self, *args, **kwargs) -> Incomplete: ... method services (line 42) | def services(self, *args, **kwargs) -> Incomplete: ... method timeout (line 43) | def timeout(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/aioble/peripheral.pyi function _peripheral_shutdown (line 11) | def _peripheral_shutdown(*args, **kwargs) -> Incomplete: ... function ensure_active (line 12) | def ensure_active(*args, **kwargs) -> Incomplete: ... function _peripheral_irq (line 13) | def _peripheral_irq(*args, **kwargs) -> Incomplete: ... function register_irq_handler (line 14) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function log_warn (line 15) | def log_warn(*args, **kwargs) -> Incomplete: ... function log_error (line 16) | def log_error(*args, **kwargs) -> Incomplete: ... function log_info (line 17) | def log_info(*args, **kwargs) -> Incomplete: ... function _append (line 18) | def _append(*args, **kwargs) -> Incomplete: ... function const (line 19) | def const(*args, **kwargs) -> Incomplete: ... class Device (line 21) | class Device: method addr_hex (line 22) | def addr_hex(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceConnection (line 30) | class DeviceConnection: method is_connected (line 32) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method _run_task (line 33) | def _run_task(self, *args, **kwargs) -> Incomplete: ... method services (line 34) | def services(self, *args, **kwargs) -> Incomplete: ... method timeout (line 35) | def timeout(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceTimeout (line 47) | class DeviceTimeout: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/aioble/security.pyi function _security_irq (line 15) | def _security_irq(*args, **kwargs) -> Incomplete: ... function register_irq_handler (line 16) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function _security_shutdown (line 17) | def _security_shutdown(*args, **kwargs) -> Incomplete: ... function log_warn (line 18) | def log_warn(*args, **kwargs) -> Incomplete: ... function log_info (line 19) | def log_info(*args, **kwargs) -> Incomplete: ... function load_secrets (line 20) | def load_secrets(*args, **kwargs) -> Incomplete: ... function schedule (line 21) | def schedule(*args, **kwargs) -> Incomplete: ... function const (line 22) | def const(*args, **kwargs) -> Incomplete: ... function _save_secrets (line 23) | def _save_secrets(*args, **kwargs) -> Incomplete: ... class DeviceConnection (line 28) | class DeviceConnection: method is_connected (line 30) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method _run_task (line 31) | def _run_task(self, *args, **kwargs) -> Incomplete: ... method services (line 32) | def services(self, *args, **kwargs) -> Incomplete: ... method timeout (line 33) | def timeout(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/aioble/server.pyi function _server_shutdown (line 13) | def _server_shutdown(*args, **kwargs) -> Incomplete: ... function ensure_active (line 14) | def ensure_active(*args, **kwargs) -> Incomplete: ... function _server_irq (line 15) | def _server_irq(*args, **kwargs) -> Incomplete: ... function register_services (line 16) | def register_services(*args, **kwargs) -> Incomplete: ... function log_error (line 17) | def log_error(*args, **kwargs) -> Incomplete: ... function register_irq_handler (line 18) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function log_warn (line 19) | def log_warn(*args, **kwargs) -> Incomplete: ... function log_info (line 20) | def log_info(*args, **kwargs) -> Incomplete: ... function const (line 21) | def const(*args, **kwargs) -> Incomplete: ... class BaseCharacteristic (line 23) | class BaseCharacteristic: method _remote_read (line 24) | def _remote_read(self, *args, **kwargs) -> Incomplete: ... method _register (line 25) | def _register(self, *args, **kwargs) -> Incomplete: ... method _remote_write (line 26) | def _remote_write(self, *args, **kwargs) -> Incomplete: ... method on_read (line 27) | def on_read(self, *args, **kwargs) -> Incomplete: ... method read (line 28) | def read(self, *args, **kwargs) -> Incomplete: ... method _init_capture (line 29) | def _init_capture(self, *args, **kwargs) -> Incomplete: ... method write (line 30) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedCharacteristic (line 36) | class BufferedCharacteristic: method on_read (line 37) | def on_read(self, *args, **kwargs) -> Incomplete: ... method _remote_read (line 38) | def _remote_read(self, *args, **kwargs) -> Incomplete: ... method _remote_write (line 39) | def _remote_write(self, *args, **kwargs) -> Incomplete: ... method notify (line 40) | def notify(self, *args, **kwargs) -> Incomplete: ... method _tuple (line 41) | def _tuple(self, *args, **kwargs) -> Incomplete: ... method _init_capture (line 42) | def _init_capture(self, *args, **kwargs) -> Incomplete: ... method read (line 43) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 44) | def write(self, *args, **kwargs) -> Incomplete: ... method _indicate_done (line 45) | def _indicate_done(self, *args, **kwargs) -> Incomplete: ... method _register (line 48) | def _register(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 56) | class deque: method popleft (line 57) | def popleft(self, *args, **kwargs) -> Incomplete: ... method append (line 58) | def append(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceTimeout (line 61) | class DeviceTimeout: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: ... class Service (line 65) | class Service: method _tuple (line 66) | def _tuple(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... class GattError (line 69) | class GattError(Exception): ... class Characteristic (line 71) | class Characteristic: method _remote_write (line 72) | def _remote_write(self, *args, **kwargs) -> Incomplete: ... method _remote_read (line 73) | def _remote_read(self, *args, **kwargs) -> Incomplete: ... method notify (line 74) | def notify(self, *args, **kwargs) -> Incomplete: ... method on_read (line 75) | def on_read(self, *args, **kwargs) -> Incomplete: ... method _tuple (line 76) | def _tuple(self, *args, **kwargs) -> Incomplete: ... method write (line 77) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 78) | def read(self, *args, **kwargs) -> Incomplete: ... method _register (line 79) | def _register(self, *args, **kwargs) -> Incomplete: ... method _indicate_done (line 80) | def _indicate_done(self, *args, **kwargs) -> Incomplete: ... method _init_capture (line 81) | def _init_capture(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceConnection (line 88) | class DeviceConnection: method is_connected (line 90) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method _run_task (line 91) | def _run_task(self, *args, **kwargs) -> Incomplete: ... method services (line 92) | def services(self, *args, **kwargs) -> Incomplete: ... method timeout (line 93) | def timeout(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 103) | def __init__(self, *argv, **kwargs) -> None: ... class Descriptor (line 105) | class Descriptor: method _tuple (line 106) | def _tuple(self, *args, **kwargs) -> Incomplete: ... method _remote_read (line 107) | def _remote_read(self, *args, **kwargs) -> Incomplete: ... method _remote_write (line 108) | def _remote_write(self, *args, **kwargs) -> Incomplete: ... method on_read (line 109) | def on_read(self, *args, **kwargs) -> Incomplete: ... method _register (line 110) | def _register(self, *args, **kwargs) -> Incomplete: ... method read (line 111) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 112) | def write(self, *args, **kwargs) -> Incomplete: ... method _init_capture (line 113) | def _init_capture(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/asyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gatts_notify (line 54) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 69) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gattc_write (line 87) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_read (line 107) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 117) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_read (line 131) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 138) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_set_buffer (line 148) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 161) | def gatts_register_services(self, services_definition, /) -> Incomplete: method irq (line 224) | def irq(self, handler, /) -> int: method gap_connect (line 418) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_advertise (line 442) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 459) | def config(self, param, /) -> Tuple: method active (line 523) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gattc_discover_services (line 532) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_disconnect (line 543) | def gap_disconnect(self, conn_handle, /) -> bool: method gattc_discover_descriptors (line 558) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 567) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_scan (line 582) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method __init__ (line 618) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/lwip.pyi function reset (line 22) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 23) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 24) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 25) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 27) | class socket: method recvfrom (line 28) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 29) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 31) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 32) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 34) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 36) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 38) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 39) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 40) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 41) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 42) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 43) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 44) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 45) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/machine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 68) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 93) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 103) | def soft_reset() -> NoReturn: function reset (line 111) | def reset() -> NoReturn: function freq (line 118) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 126) | def reset_cause() -> int: function idle (line 132) | def idle() -> Incomplete: function time_pulse_us (line 141) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 159) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 184) | def unique_id() -> bytes: class WDT (line 193) | class WDT: method feed (line 202) | def feed(self) -> None: method __init__ (line 210) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 216) | class PWM: method duty_u16 (line 235) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 247) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 258) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 265) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 275) | def deinit(self) -> None: method __init__ (line 281) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 283) | class ADC: method read_u16 (line 300) | def read_u16(self) -> int: method __init__ (line 308) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 310) | class I2C: method readfrom_mem_into (line 328) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 340) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 350) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 359) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 370) | def scan(self) -> List: method writeto (line 378) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 388) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 404) | def start(self) -> None: method readfrom (line 410) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 418) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 428) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 442) | def stop(self) -> None: method write (line 448) | def write(self, buf) -> int: method __init__ (line 456) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 458) | class I2S: method shift (line 489) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 497) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 503) | def irq(self, handler) -> Incomplete: method readinto (line 511) | def readinto(self, buf) -> int: method deinit (line 520) | def deinit(self) -> Incomplete: method write (line 526) | def write(self, buf) -> int: method __init__ (line 535) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 537) | class Pin: method low (line 618) | def low(self) -> None: method irq (line 626) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 671) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 672) | def off(self) -> None: method on (line 678) | def on(self) -> None: method init (line 684) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 694) | def value(self, x: Optional[Any] = None) -> int: method high (line 728) | def high(self) -> None: class cpu (line 736) | class cpu: method __init__ (line 770) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 772) | class board: method __init__ (line 803) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 806) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 814) | class SoftSPI(SPI): method deinit (line 823) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 824) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 825) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 826) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 827) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 828) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 829) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 831) | class Timer: method init (line 842) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 882) | def deinit(self) -> None: method __init__ (line 888) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 890) | class UART: method deinit (line 899) | def deinit(self) -> None: method sendbreak (line 909) | def sendbreak(self) -> None: method init (line 916) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 970) | def flush(self) -> Incomplete: method txdone (line 985) | def txdone(self) -> bool: method read (line 1000) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1011) | def any(self) -> int: method write (line 1026) | def write(self, buf) -> Union[int, None]: method readinto (line 1034) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1045) | def readline(self) -> Union[str, None]: method __init__ (line 1054) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1056) | class SoftI2C(I2C): method readfrom_mem_into (line 1069) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1070) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1071) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1072) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1073) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1074) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1075) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1076) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1077) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1078) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1079) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1080) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1081) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1084) | class RTC: method datetime (line 1089) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1105) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1107) | class SPI: method deinit (line 1121) | def deinit(self) -> None: method init (line 1127) | def init( method write_readinto (line 1153) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1164) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1172) | def write(self, buf) -> int: method readinto (line 1181) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1191) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1193) | class Signal(Pin): method off (line 1214) | def off(self) -> None: method on (line 1220) | def on(self) -> None: method value (line 1226) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1246) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _install_json (line 14) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 16) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _chunk (line 17) | def _chunk(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... function install (line 19) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 20) | def _check_exists(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/network.pyi function route (line 58) | def route(*args, **kwargs) -> Incomplete: ... function hostname (line 59) | def hostname(*args, **kwargs) -> Incomplete: ... function country (line 60) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 62) | class WLAN: method isconnected (line 74) | def isconnected(self) -> bool: method ioctl (line 82) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method ifconfig (line 83) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method scan (line 94) | def scan(self) -> List[Tuple]: method send_ethernet (line 123) | def send_ethernet(self, *args, **kwargs) -> Incomplete: ... method status (line 124) | def status(self, param: Optional[Any] = None) -> Incomplete: method config (line 143) | def config(self, *args, **kwargs) -> Incomplete: method active (line 178) | def active(self, is_active: Optional[Any] = None) -> None: method disconnect (line 186) | def disconnect(self) -> None: method connect (line 192) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method deinit (line 201) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 202) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm(stream_object, index=0, /) -> IO: function chdir (line 149) | def chdir(path) -> Incomplete: function remove (line 155) | def remove(path) -> None: function dupterm_notify (line 161) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 162) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 168) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 189) | def getcwd() -> Incomplete: class VfsFat (line 195) | class VfsFat: method rename (line 202) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 204) | def mkfs(block_dev) -> None: method mount (line 210) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 211) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 212) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 213) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 214) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 215) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 216) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 217) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 218) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 219) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 220) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 223) | class VfsLfs2: method rename (line 241) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 243) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 252) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 253) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 254) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 255) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 256) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 257) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 258) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 259) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 260) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 261) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 262) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 263) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed(n=None, /) -> None: function uniform (line 67) | def uniform(a, b) -> int: function choice (line 74) | def choice(sequence) -> Incomplete: function randint (line 81) | def randint(a, b) -> int: function getrandbits (line 87) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/rp2.pyi function asm_pio (line 27) | def asm_pio( function asm_pio_encode (line 76) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: function bootsel_button (line 86) | def bootsel_button() -> Incomplete: function country (line 99) | def country(*args, **kwargs) -> Incomplete: ... function const (line 100) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 102) | class PIOASMEmit: method in_ (line 103) | def in_(self, *args, **kwargs) -> Incomplete: ... method side (line 104) | def side(self, *args, **kwargs) -> Incomplete: ... method out (line 105) | def out(self, *args, **kwargs) -> Incomplete: ... method jmp (line 106) | def jmp(self, *args, **kwargs) -> Incomplete: ... method start_pass (line 107) | def start_pass(self, *args, **kwargs) -> Incomplete: ... method wrap (line 108) | def wrap(self, *args, **kwargs) -> Incomplete: ... method word (line 109) | def word(self, *args, **kwargs) -> Incomplete: ... method wait (line 110) | def wait(self, *args, **kwargs) -> Incomplete: ... method wrap_target (line 111) | def wrap_target(self, *args, **kwargs) -> Incomplete: ... method delay (line 112) | def delay(self, *args, **kwargs) -> Incomplete: ... method label (line 113) | def label(self, *args, **kwargs) -> Incomplete: ... method irq (line 114) | def irq(self, *args, **kwargs) -> Incomplete: ... method set (line 115) | def set(self, *args, **kwargs) -> Incomplete: ... method mov (line 116) | def mov(self, *args, **kwargs) -> Incomplete: ... method push (line 117) | def push(self, *args, **kwargs) -> Incomplete: ... method pull (line 118) | def pull(self, *args, **kwargs) -> Incomplete: ... method nop (line 119) | def nop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class PIOASMError (line 122) | class PIOASMError(Exception): ... class StateMachine (line 124) | class StateMachine: method irq (line 134) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 142) | def put(self, value, shift=0) -> Incomplete: method restart (line 158) | def restart(self) -> Incomplete: method rx_fifo (line 173) | def rx_fifo(self) -> int: method tx_fifo (line 183) | def tx_fifo(self) -> int: method init (line 193) | def init( method exec (line 241) | def exec(self, instr) -> Incomplete: method get (line 257) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 269) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 280) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 282) | class PIO: method state_machine (line 303) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 315) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 325) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 335) | def add_program(self, program) -> Incomplete: method __init__ (line 345) | def __init__(self, *argv, **kwargs) -> None: ... class DMA (line 347) | class DMA: method irq (line 348) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 349) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 350) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 351) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 352) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 353) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 356) | class Flash: method readblocks (line 361) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 362) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 363) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 371) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll(self, timeout=-1, /) -> List: method ipoll (line 98) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/socket.pyi function reset (line 86) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 87) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 88) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... function callback (line 129) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 131) | class socket: method recvfrom (line 145) | def recvfrom(self, bufsize) -> Tuple: method recv (line 153) | def recv(self, bufsize) -> bytes: method makefile (line 160) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 178) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 187) | def settimeout(self, value) -> Incomplete: method sendall (line 222) | def sendall(self, bytes) -> int: method setsockopt (line 235) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 243) | def setblocking(self, flag) -> Incomplete: method sendto (line 255) | def sendto(self, bytes, address) -> None: method readline (line 262) | def readline(self) -> Incomplete: method readinto (line 270) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 280) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 290) | def close(self) -> Incomplete: method connect (line 301) | def connect(self, address) -> None: method send (line 307) | def send(self, bytes) -> int: method bind (line 315) | def bind(self, address) -> Incomplete: method accept (line 321) | def accept(self) -> Tuple: method write (line 330) | def write(self, buf) -> int: method __init__ (line 341) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/ssl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 89) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 96) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/sys.pyi function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: function exit (line 46) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gatts_notify (line 54) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 69) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gattc_write (line 87) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_read (line 107) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 117) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_read (line 131) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 138) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_set_buffer (line 148) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 161) | def gatts_register_services(self, services_definition, /) -> Incomplete: method irq (line 224) | def irq(self, handler, /) -> int: method gap_connect (line 418) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_advertise (line 442) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 459) | def config(self, param, /) -> Tuple: method active (line 523) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gattc_discover_services (line 532) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_disconnect (line 543) | def gap_disconnect(self, conn_handle, /) -> bool: method gattc_discover_descriptors (line 558) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 567) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_scan (line 582) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method __init__ (line 618) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/uctypes.pyi function sizeof (line 55) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 72) | def bytearray_at(addr, size) -> bytearray: function addressof (line 81) | def addressof(obj) -> int: class struct (line 89) | class struct: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/umachine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 68) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 93) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 103) | def soft_reset() -> NoReturn: function reset (line 111) | def reset() -> NoReturn: function freq (line 118) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 126) | def reset_cause() -> int: function idle (line 132) | def idle() -> Incomplete: function time_pulse_us (line 141) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 159) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 184) | def unique_id() -> bytes: class WDT (line 193) | class WDT: method feed (line 202) | def feed(self) -> None: method __init__ (line 210) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 216) | class PWM: method duty_u16 (line 235) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 247) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 258) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 265) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 275) | def deinit(self) -> None: method __init__ (line 281) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 283) | class ADC: method read_u16 (line 300) | def read_u16(self) -> int: method __init__ (line 308) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 310) | class I2C: method readfrom_mem_into (line 328) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 340) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 350) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 359) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 370) | def scan(self) -> List: method writeto (line 378) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 388) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 404) | def start(self) -> None: method readfrom (line 410) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 418) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 428) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 442) | def stop(self) -> None: method write (line 448) | def write(self, buf) -> int: method __init__ (line 456) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 458) | class I2S: method shift (line 489) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 497) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 503) | def irq(self, handler) -> Incomplete: method readinto (line 511) | def readinto(self, buf) -> int: method deinit (line 520) | def deinit(self) -> Incomplete: method write (line 526) | def write(self, buf) -> int: method __init__ (line 535) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 537) | class Pin: method low (line 618) | def low(self) -> None: method irq (line 626) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 671) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 672) | def off(self) -> None: method on (line 678) | def on(self) -> None: method init (line 684) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 694) | def value(self, x: Optional[Any] = None) -> int: method high (line 728) | def high(self) -> None: class cpu (line 736) | class cpu: method __init__ (line 770) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 772) | class board: method __init__ (line 803) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 806) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 814) | class SoftSPI(SPI): method deinit (line 823) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 824) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 825) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 826) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 827) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 828) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 829) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 831) | class Timer: method init (line 842) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 882) | def deinit(self) -> None: method __init__ (line 888) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 890) | class UART: method deinit (line 899) | def deinit(self) -> None: method sendbreak (line 909) | def sendbreak(self) -> None: method init (line 916) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 970) | def flush(self) -> Incomplete: method txdone (line 985) | def txdone(self) -> bool: method read (line 1000) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1011) | def any(self) -> int: method write (line 1026) | def write(self, buf) -> Union[int, None]: method readinto (line 1034) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1045) | def readline(self) -> Union[str, None]: method __init__ (line 1054) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1056) | class SoftI2C(I2C): method readfrom_mem_into (line 1069) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1070) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1071) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1072) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1073) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1074) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1075) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1076) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1077) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1078) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1079) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1080) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1081) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1084) | class RTC: method datetime (line 1089) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1105) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1107) | class SPI: method deinit (line 1121) | def deinit(self) -> None: method init (line 1127) | def init( method write_readinto (line 1153) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1164) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1172) | def write(self, buf) -> int: method readinto (line 1181) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1191) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1193) | class Signal(Pin): method off (line 1214) | def off(self) -> None: method on (line 1220) | def on(self) -> None: method value (line 1226) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1246) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm(stream_object, index=0, /) -> IO: function chdir (line 149) | def chdir(path) -> Incomplete: function remove (line 155) | def remove(path) -> None: function dupterm_notify (line 161) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 162) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 168) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 189) | def getcwd() -> Incomplete: class VfsFat (line 195) | class VfsFat: method rename (line 202) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 204) | def mkfs(block_dev) -> None: method mount (line 210) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 211) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 212) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 213) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 214) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 215) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 216) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 217) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 218) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 219) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 220) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 223) | class VfsLfs2: method rename (line 241) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 243) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 252) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 253) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 254) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 255) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 256) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 257) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 258) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 259) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 260) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 261) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 262) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 263) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed(n=None, /) -> None: function uniform (line 67) | def uniform(a, b) -> int: function choice (line 74) | def choice(sequence) -> Incomplete: function randint (line 81) | def randint(a, b) -> int: function getrandbits (line 87) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/urequests.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll(self, timeout=-1, /) -> List: method ipoll (line 98) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/usocket.pyi function reset (line 86) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 87) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 88) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... function callback (line 129) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 131) | class socket: method recvfrom (line 145) | def recvfrom(self, bufsize) -> Tuple: method recv (line 153) | def recv(self, bufsize) -> bytes: method makefile (line 160) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 178) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 187) | def settimeout(self, value) -> Incomplete: method sendall (line 222) | def sendall(self, bytes) -> int: method setsockopt (line 235) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 243) | def setblocking(self, flag) -> Incomplete: method sendto (line 255) | def sendto(self, bytes, address) -> None: method readline (line 262) | def readline(self) -> Incomplete: method readinto (line 270) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 280) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 290) | def close(self) -> Incomplete: method connect (line 301) | def connect(self, address) -> None: method send (line 307) | def send(self, bytes) -> int: method bind (line 315) | def bind(self, address) -> Incomplete: method accept (line 321) | def accept(self) -> Tuple: method write (line 330) | def write(self, buf) -> int: method __init__ (line 341) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/ussl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 89) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 96) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/usys.pyi function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: function exit (line 46) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-rpi_pico_w-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_0-rp2-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-stubs/_rp2.pyi function bootsel_button (line 20) | def bootsel_button() -> Incomplete: class DMA (line 33) | class DMA: method irq (line 34) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 35) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 36) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 37) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 38) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 39) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 42) | class StateMachine: method irq (line 52) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 60) | def put(self, value, shift=0) -> Incomplete: method restart (line 76) | def restart(self) -> Incomplete: method rx_fifo (line 91) | def rx_fifo(self) -> int: method tx_fifo (line 101) | def tx_fifo(self) -> int: method init (line 111) | def init( method exec (line 159) | def exec(self, instr) -> Incomplete: method get (line 175) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 187) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 200) | class PIO: method state_machine (line 221) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 233) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 243) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 253) | def add_program(self, program) -> Incomplete: method __init__ (line 263) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 265) | class Flash: method readblocks (line 270) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 271) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 272) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 280) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 20) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 25) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/array.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/asyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 42) | def get_event_loop() -> Incomplete: function current_task (line 48) | def current_task() -> Task: function create_task (line 54) | def create_task(coro) -> Task: function new_event_loop (line 62) | def new_event_loop() -> Incomplete: function ticks (line 71) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 72) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 73) | def run(coro) -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 115) | class Event: method set (line 121) | def set(self) -> None: method is_set (line 130) | def is_set(self) -> bool: method clear (line 136) | def clear(self) -> None: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 144) | class Lock: method locked (line 152) | def locked(self) -> bool: method release (line 158) | def release(self) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 168) | class Task: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 181) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-stubs/asyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function current_task (line 4) | def current_task(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 7) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 9) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 10) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-stubs/asyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/asyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-stubs/asyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/binascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-rp2-stubs/cmath.pyi function polar (line 22) | def polar(z) -> Tuple: function sqrt (line 28) | def sqrt(z) -> Incomplete: function rect (line 34) | def rect(r, phi) -> float: function sin (line 40) | def sin(z) -> float: function exp (line 46) | def exp(z) -> float: function cos (line 52) | def cos(z) -> float: function phase (line 58) | def phase(z) -> float: function log (line 64) | def log(z) -> float: function log10 (line 70) | def log10(z) -> float: FILE: publish/micropython-v1_22_0-rp2-stubs/cryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 21) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_0-rp2-stubs/deflate.pyi class DeflateIO (line 30) | class DeflateIO: method readline (line 74) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 75) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 76) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 77) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 5) | class DHTBase: method measure (line 6) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 9) | class DHT22: method measure (line 10) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 11) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 15) | class DHT11: method measure (line 16) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 17) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 5) | class DS18X20: method read_scratch (line 6) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 7) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 8) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 9) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 10) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/framebuf.pyi function FrameBuffer1 (line 23) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 25) | class FrameBuffer: method poly (line 51) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 64) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 65) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 72) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 81) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 90) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 97) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 113) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 123) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 145) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 146) | def fill(self, c) -> None: method fill_rect (line 152) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/gc.pyi function mem_alloc (line 13) | def mem_alloc() -> int: function isenabled (line 23) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 24) | def mem_free() -> int: function threshold (line 35) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 60) | def collect() -> None: function enable (line 66) | def enable() -> None: function disable (line 72) | def disable() -> None: FILE: publish/micropython-v1_22_0-rp2-stubs/hashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 40) | class sha1: method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-stubs/io.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-stubs/logging.pyi function getLogger (line 10) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Incomplete: ... function info (line 12) | def info(*args, **kwargs) -> Incomplete: ... function debug (line 13) | def debug(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Incomplete: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Incomplete: ... method log (line 22) | def log(self, *args, **kwargs) -> Incomplete: ... method error (line 23) | def error(self, *args, **kwargs) -> Incomplete: ... method info (line 24) | def info(self, *args, **kwargs) -> Incomplete: ... method debug (line 25) | def debug(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/machine.pyi function dht_readinto (line 21) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 22) | def enable_irq(state) -> Incomplete: function disable_irq (line 30) | def disable_irq() -> Incomplete: function bitstream (line 39) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 63) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 88) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 98) | def soft_reset() -> NoReturn: function reset (line 106) | def reset() -> NoReturn: function freq (line 113) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 121) | def reset_cause() -> int: function idle (line 127) | def idle() -> Incomplete: function time_pulse_us (line 136) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 154) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 179) | def unique_id() -> bytes: class WDT (line 188) | class WDT: method feed (line 197) | def feed(self) -> None: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 211) | class PWM: method duty_u16 (line 230) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 242) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 253) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 260) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 270) | def deinit(self) -> None: method __init__ (line 276) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 278) | class ADC: method read_u16 (line 295) | def read_u16(self) -> int: method __init__ (line 303) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 305) | class I2C: method readfrom_mem_into (line 323) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 335) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 345) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 354) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 365) | def scan(self) -> List: method writeto (line 373) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 383) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 399) | def start(self) -> None: method readfrom (line 405) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 413) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 423) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 437) | def stop(self) -> None: method write (line 443) | def write(self, buf) -> int: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 453) | class I2S: method shift (line 484) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 492) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 498) | def irq(self, handler) -> Incomplete: method readinto (line 506) | def readinto(self, buf) -> int: method deinit (line 515) | def deinit(self) -> Incomplete: method write (line 521) | def write(self, buf) -> int: method __init__ (line 530) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 532) | class Pin: method low (line 613) | def low(self) -> None: method irq (line 621) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 666) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 667) | def off(self) -> None: method on (line 673) | def on(self) -> None: method init (line 679) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 689) | def value(self, x: Optional[Any] = None) -> int: method high (line 723) | def high(self) -> None: class cpu (line 731) | class cpu: method __init__ (line 762) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 764) | class board: method __init__ (line 793) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 795) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 796) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 804) | class SoftSPI(SPI): method deinit (line 813) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 814) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 815) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 816) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 817) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 818) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 819) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 821) | class Timer: method init (line 832) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 872) | def deinit(self) -> None: method __init__ (line 878) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 880) | class UART: method deinit (line 889) | def deinit(self) -> None: method sendbreak (line 899) | def sendbreak(self) -> None: method init (line 906) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 960) | def flush(self) -> Incomplete: method txdone (line 975) | def txdone(self) -> bool: method read (line 990) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1001) | def any(self) -> int: method write (line 1016) | def write(self, buf) -> Union[int, None]: method readinto (line 1024) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1035) | def readline(self) -> Union[str, None]: method __init__ (line 1044) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1046) | class SoftI2C(I2C): method readfrom_mem_into (line 1059) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1060) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1061) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1062) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1063) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1064) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1065) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1066) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1067) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1068) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1069) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1070) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1071) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1072) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1074) | class RTC: method datetime (line 1079) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1095) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1097) | class SPI: method deinit (line 1111) | def deinit(self) -> None: method init (line 1117) | def init( method write_readinto (line 1143) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1154) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1162) | def write(self, buf) -> int: method readinto (line 1171) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1181) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1183) | class Signal(Pin): method off (line 1204) | def off(self) -> None: method on (line 1210) | def on(self) -> None: method value (line 1216) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1236) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/math.pyi function ldexp (line 27) | def ldexp(x, exp) -> Incomplete: function lgamma (line 33) | def lgamma(x) -> float: function trunc (line 39) | def trunc(x) -> int: function isclose (line 45) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 46) | def gamma(x) -> Incomplete: function isnan (line 52) | def isnan(x) -> bool: function isfinite (line 58) | def isfinite(x) -> bool: function isinf (line 64) | def isinf(x) -> bool: function sqrt (line 70) | def sqrt(x) -> Incomplete: function sinh (line 76) | def sinh(x) -> float: function log (line 82) | def log(x) -> float: function tan (line 88) | def tan(x) -> float: function tanh (line 94) | def tanh(x) -> float: function log2 (line 100) | def log2(x) -> float: function log10 (line 106) | def log10(x) -> float: function sin (line 112) | def sin(x) -> float: function modf (line 118) | def modf(x) -> Tuple: function radians (line 125) | def radians(x) -> Incomplete: function atanh (line 131) | def atanh(x) -> float: function atan2 (line 137) | def atan2(y, x) -> float: function atan (line 143) | def atan(x) -> float: function ceil (line 149) | def ceil(x) -> int: function copysign (line 155) | def copysign(x, y) -> Incomplete: function frexp (line 161) | def frexp(x) -> Incomplete: function acos (line 170) | def acos(x) -> float: function pow (line 176) | def pow(x, y) -> Incomplete: function asinh (line 182) | def asinh(x) -> float: function acosh (line 188) | def acosh(x) -> float: function asin (line 194) | def asin(x) -> float: function factorial (line 200) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 201) | def fabs(x) -> Incomplete: function expm1 (line 207) | def expm1(x) -> Incomplete: function floor (line 213) | def floor(x) -> int: function fmod (line 219) | def fmod(x, y) -> Incomplete: function cos (line 225) | def cos(x) -> float: function degrees (line 231) | def degrees(x) -> Incomplete: function cosh (line 237) | def cosh(x) -> float: function exp (line 243) | def exp(x) -> float: function erf (line 249) | def erf(x) -> Incomplete: function erfc (line 255) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_0-rp2-stubs/neopixel.pyi function bitstream (line 18) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 20) | class NeoPixel: method write (line 31) | def write(self) -> None: method fill (line 37) | def fill(self, pixel) -> None: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-stubs/os.pyi function rmdir (line 18) | def rmdir(path) -> None: function stat (line 24) | def stat(path) -> Incomplete: function urandom (line 30) | def urandom(n) -> bytes: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 43) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 61) | def uname() -> uname_result: function unlink (line 75) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 76) | def statvfs(path) -> Tuple: function umount (line 99) | def umount(mount_point) -> Incomplete: function sync (line 109) | def sync() -> None: function mkdir (line 115) | def mkdir(path) -> Incomplete: function dupterm (line 121) | def dupterm(stream_object, index=0, /) -> IO: function chdir (line 144) | def chdir(path) -> Incomplete: function remove (line 150) | def remove(path) -> None: function dupterm_notify (line 156) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 157) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 163) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 184) | def getcwd() -> Incomplete: class VfsFat (line 190) | class VfsFat: method rename (line 197) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 199) | def mkfs(block_dev) -> None: method mount (line 205) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 206) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 207) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 208) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 209) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 210) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 211) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 212) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 213) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 214) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 215) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 218) | class VfsLfs2: method rename (line 236) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 238) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 254) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/platform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-rp2-stubs/random.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-rp2-stubs/rp2.pyi function asm_pio_encode (line 20) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: function asm_pio (line 30) | def asm_pio( function bootsel_button (line 79) | def bootsel_button() -> Incomplete: function const (line 92) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMError (line 94) | class PIOASMError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-stubs/select.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-rp2-stubs/struct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-rp2-stubs/sys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-stubs/time.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-stubs/uarray.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/uasyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 42) | def get_event_loop() -> Incomplete: function current_task (line 48) | def current_task() -> Task: function create_task (line 54) | def create_task(coro) -> Task: function new_event_loop (line 62) | def new_event_loop() -> Incomplete: function ticks (line 71) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 72) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 73) | def run(coro) -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 115) | class Event: method set (line 121) | def set(self) -> None: method is_set (line 130) | def is_set(self) -> bool: method clear (line 136) | def clear(self) -> None: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 144) | class Lock: method locked (line 152) | def locked(self) -> bool: method release (line 158) | def release(self) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 168) | class Task: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 181) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-stubs/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function current_task (line 4) | def current_task(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 7) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 9) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 10) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-rp2-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/uasyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/ubinascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-rp2-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 21) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_0-rp2-stubs/uhashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 40) | class sha1: method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-stubs/uio.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-stubs/umachine.pyi function dht_readinto (line 21) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 22) | def enable_irq(state) -> Incomplete: function disable_irq (line 30) | def disable_irq() -> Incomplete: function bitstream (line 39) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 63) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 88) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 98) | def soft_reset() -> NoReturn: function reset (line 106) | def reset() -> NoReturn: function freq (line 113) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 121) | def reset_cause() -> int: function idle (line 127) | def idle() -> Incomplete: function time_pulse_us (line 136) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 154) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 179) | def unique_id() -> bytes: class WDT (line 188) | class WDT: method feed (line 197) | def feed(self) -> None: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 211) | class PWM: method duty_u16 (line 230) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 242) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 253) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 260) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 270) | def deinit(self) -> None: method __init__ (line 276) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 278) | class ADC: method read_u16 (line 295) | def read_u16(self) -> int: method __init__ (line 303) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 305) | class I2C: method readfrom_mem_into (line 323) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 335) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 345) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 354) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 365) | def scan(self) -> List: method writeto (line 373) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 383) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 399) | def start(self) -> None: method readfrom (line 405) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 413) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 423) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 437) | def stop(self) -> None: method write (line 443) | def write(self, buf) -> int: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 453) | class I2S: method shift (line 484) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 492) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 498) | def irq(self, handler) -> Incomplete: method readinto (line 506) | def readinto(self, buf) -> int: method deinit (line 515) | def deinit(self) -> Incomplete: method write (line 521) | def write(self, buf) -> int: method __init__ (line 530) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 532) | class Pin: method low (line 613) | def low(self) -> None: method irq (line 621) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 666) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 667) | def off(self) -> None: method on (line 673) | def on(self) -> None: method init (line 679) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 689) | def value(self, x: Optional[Any] = None) -> int: method high (line 723) | def high(self) -> None: class cpu (line 731) | class cpu: method __init__ (line 762) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 764) | class board: method __init__ (line 793) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 795) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 796) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 804) | class SoftSPI(SPI): method deinit (line 813) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 814) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 815) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 816) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 817) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 818) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 819) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 821) | class Timer: method init (line 832) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 872) | def deinit(self) -> None: method __init__ (line 878) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 880) | class UART: method deinit (line 889) | def deinit(self) -> None: method sendbreak (line 899) | def sendbreak(self) -> None: method init (line 906) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 960) | def flush(self) -> Incomplete: method txdone (line 975) | def txdone(self) -> bool: method read (line 990) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1001) | def any(self) -> int: method write (line 1016) | def write(self, buf) -> Union[int, None]: method readinto (line 1024) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1035) | def readline(self) -> Union[str, None]: method __init__ (line 1044) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1046) | class SoftI2C(I2C): method readfrom_mem_into (line 1059) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1060) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1061) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1062) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1063) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1064) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1065) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1066) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1067) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1068) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1069) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1070) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1071) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1072) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1074) | class RTC: method datetime (line 1079) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1095) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1097) | class SPI: method deinit (line 1111) | def deinit(self) -> None: method init (line 1117) | def init( method write_readinto (line 1143) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1154) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1162) | def write(self, buf) -> int: method readinto (line 1171) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1181) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1183) | class Signal(Pin): method off (line 1204) | def off(self) -> None: method on (line 1210) | def on(self) -> None: method value (line 1216) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1236) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/uos.pyi function rmdir (line 18) | def rmdir(path) -> None: function stat (line 24) | def stat(path) -> Incomplete: function urandom (line 30) | def urandom(n) -> bytes: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 43) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 61) | def uname() -> uname_result: function unlink (line 75) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 76) | def statvfs(path) -> Tuple: function umount (line 99) | def umount(mount_point) -> Incomplete: function sync (line 109) | def sync() -> None: function mkdir (line 115) | def mkdir(path) -> Incomplete: function dupterm (line 121) | def dupterm(stream_object, index=0, /) -> IO: function chdir (line 144) | def chdir(path) -> Incomplete: function remove (line 150) | def remove(path) -> None: function dupterm_notify (line 156) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 157) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 163) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 184) | def getcwd() -> Incomplete: class VfsFat (line 190) | class VfsFat: method rename (line 197) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 199) | def mkfs(block_dev) -> None: method mount (line 205) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 206) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 207) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 208) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 209) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 210) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 211) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 212) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 213) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 214) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 215) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 218) | class VfsLfs2: method rename (line 236) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 238) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 247) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 248) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 249) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 250) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 251) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 252) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 253) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 254) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 255) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 257) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 258) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-rp2-stubs/uplatform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-rp2-stubs/urandom.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-rp2-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function match (line 5) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 6) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-rp2-stubs/uselect.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-rp2-stubs/ustruct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-rp2-stubs/usys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-rp2-stubs/utime.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/_asyncio.pyi class TaskQueue (line 41) | class TaskQueue: method push (line 42) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 43) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 44) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 45) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 48) | class Task: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/array.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/asyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 42) | def get_event_loop() -> Incomplete: function current_task (line 48) | def current_task() -> Task: function create_task (line 54) | def create_task(coro) -> Task: function new_event_loop (line 62) | def new_event_loop() -> Incomplete: function ticks (line 71) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 72) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 73) | def run(coro) -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 115) | class Event: method set (line 121) | def set(self) -> None: method is_set (line 130) | def is_set(self) -> bool: method clear (line 136) | def clear(self) -> None: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 144) | class Lock: method locked (line 152) | def locked(self) -> bool: method release (line 158) | def release(self) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 168) | class Task: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 181) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/asyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function current_task (line 4) | def current_task(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 7) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 9) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 10) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/asyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/asyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/asyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/asyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/binascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/deflate.pyi class DeflateIO (line 30) | class DeflateIO: method readinto (line 74) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 75) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 76) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 77) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 78) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 5) | class DHTBase: method measure (line 6) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 9) | class DHT22: method measure (line 10) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 11) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 15) | class DHT11: method measure (line 16) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 17) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 5) | class DS18X20: method read_scratch (line 6) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 7) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 8) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 9) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 10) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/framebuf.pyi function FrameBuffer1 (line 23) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 25) | class FrameBuffer: method poly (line 51) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 64) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 65) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 72) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 81) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 90) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 97) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 113) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 123) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 145) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 146) | def fill(self, c) -> None: method fill_rect (line 152) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/gc.pyi function isenabled (line 13) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 14) | def mem_free() -> int: function mem_alloc (line 25) | def mem_alloc() -> int: function collect (line 35) | def collect() -> None: function enable (line 41) | def enable() -> None: function disable (line 47) | def disable() -> None: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/hashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/io.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/logging.pyi function getLogger (line 10) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Incomplete: ... function info (line 12) | def info(*args, **kwargs) -> Incomplete: ... function debug (line 13) | def debug(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Incomplete: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Incomplete: ... method log (line 22) | def log(self, *args, **kwargs) -> Incomplete: ... method error (line 23) | def error(self, *args, **kwargs) -> Incomplete: ... method info (line 24) | def info(self, *args, **kwargs) -> Incomplete: ... method debug (line 25) | def debug(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/machine.pyi function dht_readinto (line 24) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 25) | def enable_irq(state) -> Incomplete: function disable_irq (line 33) | def disable_irq() -> Incomplete: function bitstream (line 42) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 66) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 91) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 101) | def reset_cause() -> int: function soft_reset (line 107) | def soft_reset() -> NoReturn: function freq (line 115) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 123) | def reset() -> NoReturn: function time_pulse_us (line 130) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 148) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 173) | def idle() -> Incomplete: function unique_id (line 182) | def unique_id() -> bytes: class WDT (line 191) | class WDT: method timeout_ms (line 200) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 201) | def feed(self) -> None: method __init__ (line 209) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 215) | class PWM: method duty_u16 (line 234) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 246) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 257) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 264) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 274) | def deinit(self) -> None: method __init__ (line 280) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 282) | class ADC: method read_u16 (line 298) | def read_u16(self) -> int: method deinit (line 306) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 307) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 309) | class DAC: method write (line 310) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 311) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 313) | class I2C: method readfrom_mem_into (line 331) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 343) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 353) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 362) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 373) | def scan(self) -> List: method writeto (line 381) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 391) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 407) | def start(self) -> None: method readfrom (line 413) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 421) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 431) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 445) | def stop(self) -> None: method write (line 451) | def write(self, buf) -> int: method __init__ (line 459) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 461) | class Pin: method irq (line 535) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 580) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 581) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 591) | def on(self) -> None: method low (line 597) | def low(self) -> None: method off (line 605) | def off(self) -> None: method high (line 611) | def high(self) -> None: method value (line 619) | def value(self, x: Optional[Any] = None) -> int: method disable (line 653) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 654) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 663) | class board: method __init__ (line 731) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 733) | class cpu: method __init__ (line 833) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 835) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 836) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 844) | class SoftSPI(SPI): method deinit (line 853) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 854) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 855) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 856) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 857) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 858) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 859) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 861) | class Timer: method init (line 872) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 912) | def deinit(self) -> None: method __init__ (line 918) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 920) | class UART: method flush (line 925) | def flush(self) -> Incomplete: method deinit (line 940) | def deinit(self) -> None: method txdone (line 950) | def txdone(self) -> bool: method init (line 965) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1019) | def sendbreak(self) -> None: method read (line 1026) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1037) | def any(self) -> int: method write (line 1052) | def write(self, buf) -> Union[int, None]: method readinto (line 1060) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1071) | def readline(self) -> Union[str, None]: method __init__ (line 1080) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1082) | class SoftI2C(I2C): method readfrom_mem_into (line 1095) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1096) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1097) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1098) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1099) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1100) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1101) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1102) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1103) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1104) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1105) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1106) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1107) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1108) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1110) | class RTC: method datetime (line 1115) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1131) | def init(self, datetime) -> None: method calibration (line 1139) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1140) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1142) | class SPI: method deinit (line 1156) | def deinit(self) -> None: method init (line 1162) | def init( method write_readinto (line 1188) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1199) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1207) | def write(self, buf) -> int: method readinto (line 1216) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1226) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1228) | class Signal(Pin): method off (line 1249) | def off(self) -> None: method on (line 1255) | def on(self) -> None: method value (line 1261) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1281) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/math.pyi function ldexp (line 27) | def ldexp(x, exp) -> Incomplete: function lgamma (line 33) | def lgamma(x) -> float: function trunc (line 39) | def trunc(x) -> int: function isclose (line 45) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 46) | def gamma(x) -> Incomplete: function isnan (line 52) | def isnan(x) -> bool: function isfinite (line 58) | def isfinite(x) -> bool: function isinf (line 64) | def isinf(x) -> bool: function sqrt (line 70) | def sqrt(x) -> Incomplete: function sinh (line 76) | def sinh(x) -> float: function log (line 82) | def log(x) -> float: function tan (line 88) | def tan(x) -> float: function tanh (line 94) | def tanh(x) -> float: function log2 (line 100) | def log2(x) -> float: function log10 (line 106) | def log10(x) -> float: function sin (line 112) | def sin(x) -> float: function modf (line 118) | def modf(x) -> Tuple: function radians (line 125) | def radians(x) -> Incomplete: function atanh (line 131) | def atanh(x) -> float: function atan2 (line 137) | def atan2(y, x) -> float: function atan (line 143) | def atan(x) -> float: function ceil (line 149) | def ceil(x) -> int: function copysign (line 155) | def copysign(x, y) -> Incomplete: function frexp (line 161) | def frexp(x) -> Incomplete: function acos (line 170) | def acos(x) -> float: function pow (line 176) | def pow(x, y) -> Incomplete: function asinh (line 182) | def asinh(x) -> float: function acosh (line 188) | def acosh(x) -> float: function asin (line 194) | def asin(x) -> float: function factorial (line 200) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 201) | def fabs(x) -> Incomplete: function expm1 (line 207) | def expm1(x) -> Incomplete: function floor (line 213) | def floor(x) -> int: function fmod (line 219) | def fmod(x, y) -> Incomplete: function cos (line 225) | def cos(x) -> float: function degrees (line 231) | def degrees(x) -> Incomplete: function cosh (line 237) | def cosh(x) -> float: function exp (line 243) | def exp(x) -> float: function erf (line 249) | def erf(x) -> Incomplete: function erfc (line 255) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/os.pyi function stat (line 18) | def stat(path) -> Incomplete: function rmdir (line 24) | def rmdir(path) -> None: function rename (line 30) | def rename(old_path, new_path) -> None: function mount (line 36) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 54) | def urandom(n) -> bytes: function statvfs (line 61) | def statvfs(path) -> Tuple: function unlink (line 84) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 85) | def umount(mount_point) -> Incomplete: function sync (line 95) | def sync() -> None: function chdir (line 101) | def chdir(path) -> Incomplete: function dupterm (line 107) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 130) | def remove(path) -> None: function mkdir (line 136) | def mkdir(path) -> Incomplete: function getcwd (line 142) | def getcwd() -> Incomplete: function listdir (line 148) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 154) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 175) | class VfsLfs2: method rename (line 193) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 195) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 204) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 205) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 206) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 207) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 208) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 209) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 210) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 211) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 212) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 213) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 214) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 217) | class VfsFat: method rename (line 224) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 226) | def mkfs(block_dev) -> None: method mount (line 232) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 233) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 234) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 235) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 236) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 237) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 238) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 239) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 240) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 241) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 242) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 243) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/platform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/random.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/samd.pyi function pininfo (line 3) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 5) | class Flash: method readblocks (line 6) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 7) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 8) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/select.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/struct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/sys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/time.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/uarray.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/uasyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 42) | def get_event_loop() -> Incomplete: function current_task (line 48) | def current_task() -> Task: function create_task (line 54) | def create_task(coro) -> Task: function new_event_loop (line 62) | def new_event_loop() -> Incomplete: function ticks (line 71) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 72) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 73) | def run(coro) -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 115) | class Event: method set (line 121) | def set(self) -> None: method is_set (line 130) | def is_set(self) -> bool: method clear (line 136) | def clear(self) -> None: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 144) | class Lock: method locked (line 152) | def locked(self) -> bool: method release (line 158) | def release(self) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 168) | class Task: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 181) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function current_task (line 4) | def current_task(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 7) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 9) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 10) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/uasyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/ubinascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/uhashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/uio.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/umachine.pyi function dht_readinto (line 24) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 25) | def enable_irq(state) -> Incomplete: function disable_irq (line 33) | def disable_irq() -> Incomplete: function bitstream (line 42) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 66) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 91) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 101) | def reset_cause() -> int: function soft_reset (line 107) | def soft_reset() -> NoReturn: function freq (line 115) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 123) | def reset() -> NoReturn: function time_pulse_us (line 130) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 148) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 173) | def idle() -> Incomplete: function unique_id (line 182) | def unique_id() -> bytes: class WDT (line 191) | class WDT: method timeout_ms (line 200) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 201) | def feed(self) -> None: method __init__ (line 209) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 215) | class PWM: method duty_u16 (line 234) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 246) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 257) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 264) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 274) | def deinit(self) -> None: method __init__ (line 280) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 282) | class ADC: method read_u16 (line 298) | def read_u16(self) -> int: method deinit (line 306) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 307) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 309) | class DAC: method write (line 310) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 311) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 313) | class I2C: method readfrom_mem_into (line 331) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 343) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 353) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 362) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 373) | def scan(self) -> List: method writeto (line 381) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 391) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 407) | def start(self) -> None: method readfrom (line 413) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 421) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 431) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 445) | def stop(self) -> None: method write (line 451) | def write(self, buf) -> int: method __init__ (line 459) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 461) | class Pin: method irq (line 535) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 580) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 581) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 591) | def on(self) -> None: method low (line 597) | def low(self) -> None: method off (line 605) | def off(self) -> None: method high (line 611) | def high(self) -> None: method value (line 619) | def value(self, x: Optional[Any] = None) -> int: method disable (line 653) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 654) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 663) | class board: method __init__ (line 731) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 733) | class cpu: method __init__ (line 833) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 835) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 836) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 844) | class SoftSPI(SPI): method deinit (line 853) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 854) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 855) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 856) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 857) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 858) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 859) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 861) | class Timer: method init (line 872) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 912) | def deinit(self) -> None: method __init__ (line 918) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 920) | class UART: method flush (line 925) | def flush(self) -> Incomplete: method deinit (line 940) | def deinit(self) -> None: method txdone (line 950) | def txdone(self) -> bool: method init (line 965) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1019) | def sendbreak(self) -> None: method read (line 1026) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1037) | def any(self) -> int: method write (line 1052) | def write(self, buf) -> Union[int, None]: method readinto (line 1060) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1071) | def readline(self) -> Union[str, None]: method __init__ (line 1080) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1082) | class SoftI2C(I2C): method readfrom_mem_into (line 1095) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1096) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1097) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1098) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1099) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1100) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1101) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1102) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1103) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1104) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1105) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1106) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1107) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1108) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1110) | class RTC: method datetime (line 1115) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1131) | def init(self, datetime) -> None: method calibration (line 1139) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1140) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1142) | class SPI: method deinit (line 1156) | def deinit(self) -> None: method init (line 1162) | def init( method write_readinto (line 1188) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1199) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1207) | def write(self, buf) -> int: method readinto (line 1216) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1226) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1228) | class Signal(Pin): method off (line 1249) | def off(self) -> None: method on (line 1255) | def on(self) -> None: method value (line 1261) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1281) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/uos.pyi function stat (line 18) | def stat(path) -> Incomplete: function rmdir (line 24) | def rmdir(path) -> None: function rename (line 30) | def rename(old_path, new_path) -> None: function mount (line 36) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 54) | def urandom(n) -> bytes: function statvfs (line 61) | def statvfs(path) -> Tuple: function unlink (line 84) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 85) | def umount(mount_point) -> Incomplete: function sync (line 95) | def sync() -> None: function chdir (line 101) | def chdir(path) -> Incomplete: function dupterm (line 107) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 130) | def remove(path) -> None: function mkdir (line 136) | def mkdir(path) -> Incomplete: function getcwd (line 142) | def getcwd() -> Incomplete: function listdir (line 148) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 154) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 175) | class VfsLfs2: method rename (line 193) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 195) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 204) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 205) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 206) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 207) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 208) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 209) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 210) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 211) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 212) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 213) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 214) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 217) | class VfsFat: method rename (line 224) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 226) | def mkfs(block_dev) -> None: method mount (line 232) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 233) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 234) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 235) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 236) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 237) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 238) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 239) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 240) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 241) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 242) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 243) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/uplatform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/urandom.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function match (line 5) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 6) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/uselect.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/ustruct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/usys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-seeed_wio_terminal-stubs/utime.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_0-samd-stubs/_asyncio.pyi class TaskQueue (line 41) | class TaskQueue: method push (line 42) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 43) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 44) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 45) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 48) | class Task: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-samd-stubs/array.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/asyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 42) | def get_event_loop() -> Incomplete: function current_task (line 48) | def current_task() -> Task: function create_task (line 54) | def create_task(coro) -> Task: function new_event_loop (line 62) | def new_event_loop() -> Incomplete: function ticks (line 71) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 72) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 73) | def run(coro) -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 115) | class Event: method set (line 121) | def set(self) -> None: method is_set (line 130) | def is_set(self) -> bool: method clear (line 136) | def clear(self) -> None: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 144) | class Lock: method locked (line 152) | def locked(self) -> bool: method release (line 158) | def release(self) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 168) | class Task: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 181) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-samd-stubs/asyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function current_task (line 4) | def current_task(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 7) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 9) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 10) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-samd-stubs/asyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/asyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-samd-stubs/asyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/asyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/binascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-samd-stubs/deflate.pyi class DeflateIO (line 30) | class DeflateIO: method readinto (line 74) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 75) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 76) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 77) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 78) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 5) | class DHTBase: method measure (line 6) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 9) | class DHT22: method measure (line 10) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 11) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 15) | class DHT11: method measure (line 16) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 17) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 5) | class DS18X20: method read_scratch (line 6) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 7) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 8) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 9) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 10) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/framebuf.pyi function FrameBuffer1 (line 23) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 25) | class FrameBuffer: method poly (line 51) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 64) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 65) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 72) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 81) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 90) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 97) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 113) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 123) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 145) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 146) | def fill(self, c) -> None: method fill_rect (line 152) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/gc.pyi function isenabled (line 13) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 14) | def mem_free() -> int: function mem_alloc (line 25) | def mem_alloc() -> int: function collect (line 35) | def collect() -> None: function enable (line 41) | def enable() -> None: function disable (line 47) | def disable() -> None: FILE: publish/micropython-v1_22_0-samd-stubs/hashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-stubs/io.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-stubs/logging.pyi function getLogger (line 10) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Incomplete: ... function info (line 12) | def info(*args, **kwargs) -> Incomplete: ... function debug (line 13) | def debug(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Incomplete: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method exception (line 21) | def exception(self, *args, **kwargs) -> Incomplete: ... method log (line 22) | def log(self, *args, **kwargs) -> Incomplete: ... method error (line 23) | def error(self, *args, **kwargs) -> Incomplete: ... method info (line 24) | def info(self, *args, **kwargs) -> Incomplete: ... method debug (line 25) | def debug(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/machine.pyi function dht_readinto (line 24) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 25) | def enable_irq(state) -> Incomplete: function disable_irq (line 33) | def disable_irq() -> Incomplete: function bitstream (line 42) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 66) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 91) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 101) | def reset_cause() -> int: function soft_reset (line 107) | def soft_reset() -> NoReturn: function freq (line 115) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 123) | def reset() -> NoReturn: function time_pulse_us (line 130) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 148) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 173) | def idle() -> Incomplete: function unique_id (line 182) | def unique_id() -> bytes: class WDT (line 191) | class WDT: method timeout_ms (line 200) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 201) | def feed(self) -> None: method __init__ (line 209) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 215) | class PWM: method duty_u16 (line 234) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 246) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 257) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 264) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 274) | def deinit(self) -> None: method __init__ (line 280) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 282) | class ADC: method read_u16 (line 298) | def read_u16(self) -> int: method deinit (line 306) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 307) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 309) | class DAC: method write (line 310) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 311) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 313) | class I2C: method readfrom_mem_into (line 331) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 343) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 353) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 362) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 373) | def scan(self) -> List: method writeto (line 381) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 391) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 407) | def start(self) -> None: method readfrom (line 413) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 421) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 431) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 445) | def stop(self) -> None: method write (line 451) | def write(self, buf) -> int: method __init__ (line 459) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 461) | class Pin: method irq (line 535) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 580) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 581) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 591) | def on(self) -> None: method low (line 597) | def low(self) -> None: method off (line 605) | def off(self) -> None: method high (line 611) | def high(self) -> None: method value (line 619) | def value(self, x: Optional[Any] = None) -> int: method disable (line 653) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 654) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 663) | class board: method __init__ (line 731) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 733) | class cpu: method __init__ (line 833) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 835) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 836) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 844) | class SoftSPI(SPI): method deinit (line 853) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 854) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 855) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 856) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 857) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 858) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 859) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 861) | class Timer: method init (line 872) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 912) | def deinit(self) -> None: method __init__ (line 918) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 920) | class UART: method flush (line 925) | def flush(self) -> Incomplete: method deinit (line 940) | def deinit(self) -> None: method txdone (line 950) | def txdone(self) -> bool: method init (line 965) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1019) | def sendbreak(self) -> None: method read (line 1026) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1037) | def any(self) -> int: method write (line 1052) | def write(self, buf) -> Union[int, None]: method readinto (line 1060) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1071) | def readline(self) -> Union[str, None]: method __init__ (line 1080) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1082) | class SoftI2C(I2C): method readfrom_mem_into (line 1095) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1096) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1097) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1098) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1099) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1100) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1101) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1102) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1103) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1104) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1105) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1106) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1107) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1108) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1110) | class RTC: method datetime (line 1115) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1131) | def init(self, datetime) -> None: method calibration (line 1139) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1140) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1142) | class SPI: method deinit (line 1156) | def deinit(self) -> None: method init (line 1162) | def init( method write_readinto (line 1188) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1199) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1207) | def write(self, buf) -> int: method readinto (line 1216) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1226) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1228) | class Signal(Pin): method off (line 1249) | def off(self) -> None: method on (line 1255) | def on(self) -> None: method value (line 1261) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1281) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/math.pyi function ldexp (line 27) | def ldexp(x, exp) -> Incomplete: function lgamma (line 33) | def lgamma(x) -> float: function trunc (line 39) | def trunc(x) -> int: function isclose (line 45) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 46) | def gamma(x) -> Incomplete: function isnan (line 52) | def isnan(x) -> bool: function isfinite (line 58) | def isfinite(x) -> bool: function isinf (line 64) | def isinf(x) -> bool: function sqrt (line 70) | def sqrt(x) -> Incomplete: function sinh (line 76) | def sinh(x) -> float: function log (line 82) | def log(x) -> float: function tan (line 88) | def tan(x) -> float: function tanh (line 94) | def tanh(x) -> float: function log2 (line 100) | def log2(x) -> float: function log10 (line 106) | def log10(x) -> float: function sin (line 112) | def sin(x) -> float: function modf (line 118) | def modf(x) -> Tuple: function radians (line 125) | def radians(x) -> Incomplete: function atanh (line 131) | def atanh(x) -> float: function atan2 (line 137) | def atan2(y, x) -> float: function atan (line 143) | def atan(x) -> float: function ceil (line 149) | def ceil(x) -> int: function copysign (line 155) | def copysign(x, y) -> Incomplete: function frexp (line 161) | def frexp(x) -> Incomplete: function acos (line 170) | def acos(x) -> float: function pow (line 176) | def pow(x, y) -> Incomplete: function asinh (line 182) | def asinh(x) -> float: function acosh (line 188) | def acosh(x) -> float: function asin (line 194) | def asin(x) -> float: function factorial (line 200) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 201) | def fabs(x) -> Incomplete: function expm1 (line 207) | def expm1(x) -> Incomplete: function floor (line 213) | def floor(x) -> int: function fmod (line 219) | def fmod(x, y) -> Incomplete: function cos (line 225) | def cos(x) -> float: function degrees (line 231) | def degrees(x) -> Incomplete: function cosh (line 237) | def cosh(x) -> float: function exp (line 243) | def exp(x) -> float: function erf (line 249) | def erf(x) -> Incomplete: function erfc (line 255) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_0-samd-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... FILE: publish/micropython-v1_22_0-samd-stubs/os.pyi function stat (line 18) | def stat(path) -> Incomplete: function rmdir (line 24) | def rmdir(path) -> None: function rename (line 30) | def rename(old_path, new_path) -> None: function mount (line 36) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 54) | def urandom(n) -> bytes: function statvfs (line 61) | def statvfs(path) -> Tuple: function unlink (line 84) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 85) | def umount(mount_point) -> Incomplete: function sync (line 95) | def sync() -> None: function chdir (line 101) | def chdir(path) -> Incomplete: function dupterm (line 107) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 130) | def remove(path) -> None: function mkdir (line 136) | def mkdir(path) -> Incomplete: function getcwd (line 142) | def getcwd() -> Incomplete: function listdir (line 148) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 154) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 175) | class VfsLfs2: method rename (line 193) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 195) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 204) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 205) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 206) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 207) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 208) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 209) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 210) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 211) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 212) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 213) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 214) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 217) | class VfsFat: method rename (line 224) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 226) | def mkfs(block_dev) -> None: method mount (line 232) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 233) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 234) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 235) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 236) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 237) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 238) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 239) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 240) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 241) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 242) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 243) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/platform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-samd-stubs/random.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-samd-stubs/samd.pyi function pininfo (line 3) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 5) | class Flash: method readblocks (line 6) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 7) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 8) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/select.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-samd-stubs/struct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-samd-stubs/sys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-stubs/time.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-stubs/uarray.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/uasyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 42) | def get_event_loop() -> Incomplete: function current_task (line 48) | def current_task() -> Task: function create_task (line 54) | def create_task(coro) -> Task: function new_event_loop (line 62) | def new_event_loop() -> Incomplete: function ticks (line 71) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 72) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 73) | def run(coro) -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 115) | class Event: method set (line 121) | def set(self) -> None: method is_set (line 130) | def is_set(self) -> bool: method clear (line 136) | def clear(self) -> None: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 144) | class Lock: method locked (line 152) | def locked(self) -> bool: method release (line 158) | def release(self) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 168) | class Task: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 181) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-samd-stubs/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function current_task (line 4) | def current_task(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 7) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 9) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 10) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-samd-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-samd-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/uasyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/ubinascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-samd-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/uhashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-stubs/uio.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-stubs/umachine.pyi function dht_readinto (line 24) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 25) | def enable_irq(state) -> Incomplete: function disable_irq (line 33) | def disable_irq() -> Incomplete: function bitstream (line 42) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 66) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 91) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 101) | def reset_cause() -> int: function soft_reset (line 107) | def soft_reset() -> NoReturn: function freq (line 115) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 123) | def reset() -> NoReturn: function time_pulse_us (line 130) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 148) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 173) | def idle() -> Incomplete: function unique_id (line 182) | def unique_id() -> bytes: class WDT (line 191) | class WDT: method timeout_ms (line 200) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 201) | def feed(self) -> None: method __init__ (line 209) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 215) | class PWM: method duty_u16 (line 234) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 246) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 257) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 264) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 274) | def deinit(self) -> None: method __init__ (line 280) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 282) | class ADC: method read_u16 (line 298) | def read_u16(self) -> int: method deinit (line 306) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 307) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 309) | class DAC: method write (line 310) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 311) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 313) | class I2C: method readfrom_mem_into (line 331) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 343) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 353) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 362) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 373) | def scan(self) -> List: method writeto (line 381) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 391) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 407) | def start(self) -> None: method readfrom (line 413) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 421) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 431) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 445) | def stop(self) -> None: method write (line 451) | def write(self, buf) -> int: method __init__ (line 459) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 461) | class Pin: method irq (line 535) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 580) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 581) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 591) | def on(self) -> None: method low (line 597) | def low(self) -> None: method off (line 605) | def off(self) -> None: method high (line 611) | def high(self) -> None: method value (line 619) | def value(self, x: Optional[Any] = None) -> int: method disable (line 653) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 654) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 663) | class board: method __init__ (line 731) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 733) | class cpu: method __init__ (line 833) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 835) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 836) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 844) | class SoftSPI(SPI): method deinit (line 853) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 854) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 855) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 856) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 857) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 858) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 859) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 861) | class Timer: method init (line 872) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 912) | def deinit(self) -> None: method __init__ (line 918) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 920) | class UART: method flush (line 925) | def flush(self) -> Incomplete: method deinit (line 940) | def deinit(self) -> None: method txdone (line 950) | def txdone(self) -> bool: method init (line 965) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1019) | def sendbreak(self) -> None: method read (line 1026) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1037) | def any(self) -> int: method write (line 1052) | def write(self, buf) -> Union[int, None]: method readinto (line 1060) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1071) | def readline(self) -> Union[str, None]: method __init__ (line 1080) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1082) | class SoftI2C(I2C): method readfrom_mem_into (line 1095) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1096) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1097) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1098) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1099) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1100) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1101) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1102) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1103) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1104) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1105) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1106) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1107) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1108) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1110) | class RTC: method datetime (line 1115) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1131) | def init(self, datetime) -> None: method calibration (line 1139) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1140) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1142) | class SPI: method deinit (line 1156) | def deinit(self) -> None: method init (line 1162) | def init( method write_readinto (line 1188) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1199) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1207) | def write(self, buf) -> int: method readinto (line 1216) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1226) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1228) | class Signal(Pin): method off (line 1249) | def off(self) -> None: method on (line 1255) | def on(self) -> None: method value (line 1261) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1281) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/uos.pyi function stat (line 18) | def stat(path) -> Incomplete: function rmdir (line 24) | def rmdir(path) -> None: function rename (line 30) | def rename(old_path, new_path) -> None: function mount (line 36) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 54) | def urandom(n) -> bytes: function statvfs (line 61) | def statvfs(path) -> Tuple: function unlink (line 84) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 85) | def umount(mount_point) -> Incomplete: function sync (line 95) | def sync() -> None: function chdir (line 101) | def chdir(path) -> Incomplete: function dupterm (line 107) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 130) | def remove(path) -> None: function mkdir (line 136) | def mkdir(path) -> Incomplete: function getcwd (line 142) | def getcwd() -> Incomplete: function listdir (line 148) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 154) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 175) | class VfsLfs2: method rename (line 193) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 195) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 204) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 205) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 206) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 207) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 208) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 209) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 210) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 211) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 212) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 213) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 214) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 217) | class VfsFat: method rename (line 224) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 226) | def mkfs(block_dev) -> None: method mount (line 232) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 233) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 234) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 235) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 236) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 237) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 238) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 239) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 240) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 241) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 242) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 243) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-samd-stubs/uplatform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-samd-stubs/urandom.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-samd-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function match (line 5) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 6) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-samd-stubs/uselect.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-samd-stubs/ustruct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-samd-stubs/usys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-samd-stubs/utime.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/_asyncio.pyi class TaskQueue (line 41) | class TaskQueue: method push (line 42) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 43) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 44) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 45) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 48) | class Task: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/array.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/asyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 42) | def get_event_loop() -> Incomplete: function current_task (line 48) | def current_task() -> Task: function create_task (line 54) | def create_task(coro) -> Task: function new_event_loop (line 62) | def new_event_loop() -> Incomplete: function ticks (line 71) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 72) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 73) | def run(coro) -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 115) | class Event: method set (line 121) | def set(self) -> None: method is_set (line 130) | def is_set(self) -> bool: method clear (line 136) | def clear(self) -> None: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 144) | class Lock: method locked (line 152) | def locked(self) -> bool: method release (line 158) | def release(self) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 168) | class Task: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 181) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/asyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function current_task (line 4) | def current_task(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 7) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 9) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 10) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/asyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/asyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/asyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/asyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/binascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/cmath.pyi function polar (line 22) | def polar(z) -> Tuple: function sqrt (line 28) | def sqrt(z) -> Incomplete: function rect (line 34) | def rect(r, phi) -> float: function sin (line 40) | def sin(z) -> float: function exp (line 46) | def exp(z) -> float: function cos (line 52) | def cos(z) -> float: function phase (line 58) | def phase(z) -> float: function log (line 64) | def log(z) -> float: function log10 (line 70) | def log10(z) -> float: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/deflate.pyi class DeflateIO (line 30) | class DeflateIO: method readline (line 74) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 75) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 76) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 77) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 5) | class DHTBase: method measure (line 6) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 9) | class DHT22: method measure (line 10) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 11) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 15) | class DHT11: method measure (line 16) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 17) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/framebuf.pyi function FrameBuffer1 (line 23) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 25) | class FrameBuffer: method poly (line 51) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 64) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 65) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 72) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 81) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 90) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 97) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 113) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 123) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 145) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 146) | def fill(self, c) -> None: method fill_rect (line 152) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/gc.pyi function mem_alloc (line 13) | def mem_alloc() -> int: function isenabled (line 23) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 24) | def mem_free() -> int: function threshold (line 35) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 60) | def collect() -> None: function enable (line 66) | def enable() -> None: function disable (line 72) | def disable() -> None: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/hashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/io.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/lcd160cr.pyi function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function const (line 22) | def const(*args, **kwargs) -> Incomplete: ... function calcsize (line 23) | def calcsize(*args, **kwargs) -> Incomplete: ... function pack_into (line 24) | def pack_into(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 26) | class LCD160CR: method set_font (line 62) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method rect_no_clip (line 83) | def rect_no_clip(self, x, y, w, h) -> Incomplete: ... method set_brightness (line 84) | def set_brightness(self, value) -> None: method set_pen (line 90) | def set_pen(self, line, fill) -> None: method set_i2c_addr (line 96) | def set_i2c_addr(self, addr) -> None: method set_orient (line 103) | def set_orient(self, orient) -> None: method rect_outline_no_clip (line 110) | def rect_outline_no_clip(self, x, y, w, h) -> Incomplete: ... method screen_load (line 111) | def screen_load(self, buf) -> None: method rect_outline (line 117) | def rect_outline(self, x, y, w, h) -> Incomplete: ... method screen_dump (line 118) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Incomplete: method rgb (line 130) | def rgb(r, g, b) -> int: method save_to_flash (line 139) | def save_to_flash(self) -> Incomplete: method set_startup_deco (line 146) | def set_startup_deco(self, value) -> None: method set_pixel (line 153) | def set_pixel(self, x, y, c) -> None: method set_spi_win (line 160) | def set_spi_win(self, x, y, w, h) -> None: method show_framebuf (line 166) | def show_framebuf(self, buf) -> None: method set_text_color (line 178) | def set_text_color(self, fg, bg) -> None: method set_uart_baudrate (line 184) | def set_uart_baudrate(self, baudrate) -> None: method set_power (line 190) | def set_power(self, on) -> None: method set_scroll_win_param (line 197) | def set_scroll_win_param(self, win, param, value) -> Incomplete: method set_pos (line 208) | def set_pos(self, x, y) -> None: method set_scroll_win (line 215) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll (line 233) | def set_scroll(self, on) -> None: method set_scroll_buf (line 240) | def set_scroll_buf(self, s) -> None: method touch_config (line 247) | def touch_config(self, calib=False, save=False, irq=None) -> None: method erase (line 263) | def erase(self) -> Incomplete: method rect_interior_no_clip (line 269) | def rect_interior_no_clip(self, x, y, w, h) -> Incomplete: ... method dot_no_clip (line 270) | def dot_no_clip(self, x, y) -> Incomplete: ... method get_line (line 271) | def get_line(self, x, y, buf) -> Incomplete: method fast_spi (line 280) | def fast_spi(self, flush=True) -> SPI: method feed_wdt (line 294) | def feed_wdt(self) -> Incomplete: method line (line 302) | def line(self, x1, y1, x2, y2) -> None: method dot (line 308) | def dot(self, x, y) -> None: method write (line 314) | def write(self, s) -> None: method clip_line (line 323) | def clip_line(data, w, h) -> Incomplete: method rect (line 329) | def rect(self, x, y, w, h) -> Incomplete: ... method reset (line 330) | def reset(self) -> None: method oflush (line 336) | def oflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 337) | def get_pixel(self, x, y) -> Incomplete: method line_no_clip (line 343) | def line_no_clip(self, x1, y1, x2, y2) -> Incomplete: method rect_interior (line 351) | def rect_interior(self, x, y, w, h) -> None: method poly_dot (line 360) | def poly_dot(self, data) -> None: method poly_line (line 368) | def poly_line(self, data) -> Incomplete: method iflush (line 374) | def iflush(self, *args, **kwargs) -> Incomplete: ... method jpeg_start (line 375) | def jpeg_start(self, total_len) -> Incomplete: ... method get_touch (line 376) | def get_touch(self) -> Tuple: method jpeg_data (line 384) | def jpeg_data(self, buf) -> None: method is_touched (line 393) | def is_touched(self) -> bool: method jpeg (line 400) | def jpeg(self, buf) -> None: method __init__ (line 409) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/logging.pyi function basicConfig (line 10) | def basicConfig(*args, **kwargs) -> Incomplete: ... function debug (line 11) | def debug(*args, **kwargs) -> Incomplete: ... function info (line 12) | def info(*args, **kwargs) -> Incomplete: ... function getLogger (line 13) | def getLogger(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Incomplete: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method debug (line 22) | def debug(self, *args, **kwargs) -> Incomplete: ... method error (line 23) | def error(self, *args, **kwargs) -> Incomplete: ... method log (line 24) | def log(self, *args, **kwargs) -> Incomplete: ... method exception (line 25) | def exception(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/machine.pyi function freq (line 24) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 32) | def idle() -> Incomplete: function info (line 41) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 42) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 43) | def enable_irq(state) -> Incomplete: function disable_irq (line 51) | def disable_irq() -> Incomplete: function deepsleep (line 60) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 85) | def soft_reset() -> NoReturn: function sleep (line 93) | def sleep() -> Incomplete: function time_pulse_us (line 99) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 117) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 142) | def reset() -> NoReturn: function rng (line 149) | def rng() -> int: function reset_cause (line 157) | def reset_cause() -> int: function unique_id (line 163) | def unique_id() -> bytes: function bootloader (line 172) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 182) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 206) | class RTC: method info (line 211) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 212) | def init(self, datetime) -> None: method wakeup (line 220) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 221) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 237) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 240) | class Pin: method mode (line 344) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 353) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 354) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 363) | def low(self) -> None: method irq (line 371) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 416) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 417) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 418) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 419) | def on(self) -> None: method off (line 425) | def off(self) -> None: method init (line 431) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 441) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 442) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 443) | def value(self, x: Optional[Any] = None) -> int: method high (line 477) | def high(self) -> None: method gpio (line 485) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 487) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 489) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 491) | class cpu: method __init__ (line 539) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 542) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 544) | class board: method __init__ (line 594) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 596) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 597) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 605) | class SPI: method deinit (line 619) | def deinit(self) -> None: method init (line 625) | def init( method write_readinto (line 651) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 662) | def read(self, nbytes, write=0x00) -> bytes: method write (line 670) | def write(self, buf) -> int: method readinto (line 679) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 689) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 693) | class ADC: method read_u16 (line 713) | def read_u16(self) -> int: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 723) | class I2S: method shift (line 754) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 762) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 768) | def irq(self, handler) -> Incomplete: method readinto (line 776) | def readinto(self, buf) -> int: method deinit (line 785) | def deinit(self) -> Incomplete: method write (line 791) | def write(self, buf) -> int: method __init__ (line 800) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 802) | class I2C: method readfrom_mem_into (line 820) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 832) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 842) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 851) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 862) | def scan(self) -> List: method writeto (line 870) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 880) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 896) | def start(self) -> None: method readfrom (line 902) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 910) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 920) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 934) | def stop(self) -> None: method write (line 940) | def write(self, buf) -> int: method __init__ (line 948) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 950) | class WDT: method feed (line 959) | def feed(self) -> None: method __init__ (line 967) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 969) | class Timer: method init (line 980) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1020) | def deinit(self) -> None: method __init__ (line 1026) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1028) | class SoftSPI(SPI): method deinit (line 1037) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1038) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1039) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1040) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1041) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1042) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1043) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1045) | class UART: method init (line 1053) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1107) | def flush(self) -> Incomplete: method irq (line 1122) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1149) | def txdone(self) -> bool: method sendbreak (line 1164) | def sendbreak(self) -> None: method readchar (line 1171) | def readchar(self, *args, **kwargs) -> Incomplete: ... method writechar (line 1172) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 1173) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1184) | def deinit(self) -> None: method any (line 1194) | def any(self) -> int: method write (line 1209) | def write(self, buf) -> Union[int, None]: method readinto (line 1217) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1228) | def readline(self) -> Union[str, None]: method __init__ (line 1237) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1242) | class SoftI2C(I2C): method readfrom_mem_into (line 1255) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1256) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1257) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1258) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1259) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1260) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1261) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1262) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1263) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1264) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1265) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1266) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1267) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1268) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1270) | class Signal(Pin): method off (line 1291) | def off(self) -> None: method on (line 1297) | def on(self) -> None: method value (line 1303) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1323) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/math.pyi function ldexp (line 27) | def ldexp(x, exp) -> Incomplete: function lgamma (line 33) | def lgamma(x) -> float: function trunc (line 39) | def trunc(x) -> int: function isclose (line 45) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 46) | def gamma(x) -> Incomplete: function isnan (line 52) | def isnan(x) -> bool: function isfinite (line 58) | def isfinite(x) -> bool: function isinf (line 64) | def isinf(x) -> bool: function sqrt (line 70) | def sqrt(x) -> Incomplete: function sinh (line 76) | def sinh(x) -> float: function log (line 82) | def log(x) -> float: function tan (line 88) | def tan(x) -> float: function tanh (line 94) | def tanh(x) -> float: function log2 (line 100) | def log2(x) -> float: function log10 (line 106) | def log10(x) -> float: function sin (line 112) | def sin(x) -> float: function modf (line 118) | def modf(x) -> Tuple: function radians (line 125) | def radians(x) -> Incomplete: function atanh (line 131) | def atanh(x) -> float: function atan2 (line 137) | def atan2(y, x) -> float: function atan (line 143) | def atan(x) -> float: function ceil (line 149) | def ceil(x) -> int: function copysign (line 155) | def copysign(x, y) -> Incomplete: function frexp (line 161) | def frexp(x) -> Incomplete: function acos (line 170) | def acos(x) -> float: function pow (line 176) | def pow(x, y) -> Incomplete: function asinh (line 182) | def asinh(x) -> float: function acosh (line 188) | def acosh(x) -> float: function asin (line 194) | def asin(x) -> float: function factorial (line 200) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 201) | def fabs(x) -> Incomplete: function expm1 (line 207) | def expm1(x) -> Incomplete: function floor (line 213) | def floor(x) -> int: function fmod (line 219) | def fmod(x, y) -> Incomplete: function cos (line 225) | def cos(x) -> float: function degrees (line 231) | def degrees(x) -> Incomplete: function cosh (line 237) | def cosh(x) -> float: function exp (line 243) | def exp(x) -> float: function erf (line 249) | def erf(x) -> Incomplete: function erfc (line 255) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/network.pyi function hostname (line 47) | def hostname(*args, **kwargs) -> Incomplete: ... function route (line 48) | def route(*args, **kwargs) -> Incomplete: ... function country (line 49) | def country(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/os.pyi function statvfs (line 20) | def statvfs(path) -> Tuple: function stat (line 43) | def stat(path) -> Incomplete: function rmdir (line 49) | def rmdir(path) -> None: function rename (line 55) | def rename(old_path, new_path) -> None: function mount (line 61) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 79) | def sync() -> None: function unlink (line 85) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 86) | def uname() -> uname_result: function umount (line 100) | def umount(mount_point) -> Incomplete: function urandom (line 110) | def urandom(n) -> bytes: function chdir (line 117) | def chdir(path) -> Incomplete: function dupterm (line 123) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 146) | def remove(path) -> None: function mkdir (line 152) | def mkdir(path) -> Incomplete: function getcwd (line 158) | def getcwd() -> Incomplete: function listdir (line 164) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 170) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 191) | class VfsLfs2: method rename (line 209) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 211) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 220) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 221) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 222) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 223) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 224) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 225) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 226) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 227) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 228) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 229) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 230) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 233) | class VfsFat: method rename (line 240) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 242) | def mkfs(block_dev) -> None: method mount (line 248) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 249) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 250) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 251) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 252) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 253) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 254) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 255) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 256) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 257) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 258) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 259) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/platform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/pyb.pyi function hard_reset (line 16) | def hard_reset() -> NoReturn: function have_cdc (line 23) | def have_cdc() -> bool: function hid (line 31) | def hid(hidtuple: Tuple) -> Incomplete: function info (line 40) | def info(dump_alloc_table: Optional[Any] = None) -> None: function wfi (line 46) | def wfi() -> None: function elapsed_micros (line 58) | def elapsed_micros(start) -> int: function freq (line 74) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function disable_irq (line 114) | def disable_irq() -> Incomplete: function fault_debug (line 123) | def fault_debug(value) -> None: function elapsed_millis (line 138) | def elapsed_millis(start) -> int: function enable_irq (line 153) | def enable_irq(state=True) -> None: function sync (line 163) | def sync() -> None: function servo (line 169) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 170) | def standby() -> Incomplete: function usb_mode (line 183) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function udelay (line 224) | def udelay(us) -> None: function unique_id (line 230) | def unique_id() -> str: function micros (line 236) | def micros() -> int: function mount (line 250) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function rng (line 285) | def rng() -> int: function millis (line 291) | def millis() -> int: function repl_uart (line 305) | def repl_uart(uart) -> UART: function pwm (line 311) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 312) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 313) | def stop() -> Incomplete: function delay (line 325) | def delay(ms) -> None: function main (line 331) | def main(filename) -> None: function bootloader (line 340) | def bootloader() -> None: function country (line 346) | def country(*args, **kwargs) -> Incomplete: ... class DAC (line 348) | class DAC: method noise (line 375) | def noise(self, freq) -> None: method write_timed (line 382) | def write_timed(self, data, freq, *, mode=NORMAL) -> Incomplete: method triangle (line 404) | def triangle(self, freq) -> None: method write (line 412) | def write(self, value) -> Incomplete: method init (line 420) | def init(self, bits=8, *, buffering=None) -> Incomplete: method deinit (line 428) | def deinit(self) -> Incomplete: method __init__ (line 434) | def __init__(self, *argv, **kwargs) -> None: ... class ExtInt (line 436) | class ExtInt: method line (line 460) | def line(self) -> int: method regs (line 467) | def regs(cls) -> Incomplete: method swint (line 473) | def swint(self) -> Incomplete: method enable (line 479) | def enable(self) -> None: method disable (line 485) | def disable(self) -> None: method __init__ (line 492) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 494) | class Flash: method readblocks (line 505) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 506) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 507) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 515) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 517) | class I2C: method scan (line 543) | def scan(self) -> List: method mem_read (line 550) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 565) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 580) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method is_ready (line 594) | def is_ready(self, addr) -> Incomplete: method send (line 600) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 612) | def deinit(self) -> None: method init (line 618) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method __init__ (line 636) | def __init__(self, *argv, **kwargs) -> None: ... class LCD (line 638) | class LCD: method fill (line 644) | def fill(self, colour) -> None: method light (line 652) | def light(self, value) -> None: method pixel (line 658) | def pixel(self, x, y, colour) -> None: method show (line 666) | def show(self) -> None: method text (line 672) | def text(self, str, x, y, colour) -> None: method contrast (line 680) | def contrast(self, value) -> None: method get (line 686) | def get(self, x, y) -> int: method write (line 694) | def write(self, str) -> None: method command (line 700) | def command(self, instr_data, buf) -> None: method __init__ (line 708) | def __init__(self, *argv, **kwargs) -> None: ... class CAN (line 710) | class CAN: method restart (line 737) | def restart(self) -> Incomplete: method recv (line 750) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method init (line 786) | def init( method rxcallback (line 860) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 896) | def setfilter(self, bank, mode, fifo, params, *, rtr=None, extframe=Fa... method state (line 953) | def state(self) -> Incomplete: method send (line 969) | def send(self, data, id, *, timeout=0, rtr=False, extframe=False, fdf=... method any (line 998) | def any(self, fifo) -> bool: method info (line 1004) | def info(self, list: Optional[Any] = None) -> Incomplete: method clearfilter (line 1028) | def clearfilter(self, bank, extframe=False) -> None: method deinit (line 1038) | def deinit(self) -> None: method __init__ (line 1044) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 1046) | class ADC: method read_timed (line 1052) | def read_timed(self, buf, timer) -> Incomplete: method read_timed_multi (line 1090) | def read_timed_multi(self, adcs, bufs, timer) -> bool: method read (line 1143) | def read(self) -> Incomplete: method __init__ (line 1150) | def __init__(self, *argv, **kwargs) -> None: ... class ADCAll (line 1152) | class ADCAll: method read_core_vbat (line 1153) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 1154) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 1155) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 1156) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 1157) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1158) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 1160) | class Accel: method x (line 1165) | def x(self) -> Incomplete: method tilt (line 1171) | def tilt(self) -> Incomplete: method y (line 1177) | def y(self) -> Incomplete: method z (line 1183) | def z(self) -> Incomplete: method read (line 1189) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 1190) | def filtered_xyz(self) -> Tuple: method write (line 1201) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1202) | def __init__(self, *argv, **kwargs) -> None: ... class USB_VCP (line 1204) | class USB_VCP: method readlines (line 1213) | def readlines(self) -> List: method recv (line 1223) | def recv(self, data, *, timeout=5000) -> int: method isconnected (line 1236) | def isconnected(self) -> bool: method init (line 1242) | def init(self, *, flow=-1) -> None: method irq (line 1250) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 1262) | def setinterrupt(self, chr) -> None: method close (line 1273) | def close(self) -> Incomplete: method read (line 1280) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1291) | def any(self) -> bool: method write (line 1297) | def write(self, buf) -> int: method send (line 1305) | def send(self, data, *, timeout=5000) -> int: method readinto (line 1316) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1328) | def readline(self) -> bytes: method __init__ (line 1337) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1339) | class Timer: method freq (line 1369) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 1375) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1432) | def period(self, value: Optional[Any] = None) -> Incomplete: method prescaler (line 1438) | def prescaler(self, value: Optional[Any] = None) -> Incomplete: method source_freq (line 1444) | def source_freq(self) -> Incomplete: method deinit (line 1450) | def deinit(self) -> None: method callback (line 1461) | def callback(self, fun) -> None: method channel (line 1469) | def channel(self, channel, mode, pin=None, *args) -> Incomplete: method counter (line 1556) | def counter(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 1562) | def __init__(self, *argv, **kwargs) -> None: ... class Switch (line 1564) | class Switch(Pin): method callback (line 1569) | def callback(self, fun) -> None: method value (line 1576) | def value(self) -> bool: method __init__ (line 1582) | def __init__(self, *argv, **kwargs) -> None: ... class Servo (line 1584) | class Servo: method speed (line 1589) | def speed(self, speed: Optional[Any] = None, time=0) -> Incomplete: method pulse_width (line 1601) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method calibration (line 1610) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method angle (line 1625) | def angle(self, angle: Optional[Any] = None, time=0) -> Incomplete: method __init__ (line 1638) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1640) | class UART: method init (line 1679) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method flush (line 1705) | def flush(self, *args, **kwargs) -> Incomplete: ... method irq (line 1706) | def irq(self, *args, **kwargs) -> Incomplete: ... method txdone (line 1707) | def txdone(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 1708) | def sendbreak(self) -> None: method readchar (line 1716) | def readchar(self) -> int: method writechar (line 1724) | def writechar(self, char) -> None: method read (line 1731) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1748) | def deinit(self) -> None: method any (line 1754) | def any(self) -> int: method write (line 1760) | def write(self, buf) -> int: method readinto (line 1772) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1782) | def readline(self) -> None: method __init__ (line 1792) | def __init__(self, *argv, **kwargs) -> None: ... class USB_HID (line 1794) | class USB_HID: method recv (line 1799) | def recv(self, data, *, timeout=5000) -> int: method send (line 1812) | def send(self, data) -> None: method __init__ (line 1821) | def __init__(self, *argv, **kwargs) -> None: ... class LED (line 1823) | class LED: method toggle (line 1830) | def toggle(self) -> Incomplete: method on (line 1837) | def on(self) -> None: method off (line 1843) | def off(self) -> None: method intensity (line 1849) | def intensity(self, value: Optional[Any] = None) -> None: method __init__ (line 1863) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1865) | class RTC: method info (line 1870) | def info(self) -> Incomplete: method init (line 1881) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 1882) | def wakeup(self, timeout, callback=None) -> None: method datetime (line 1895) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 1913) | def calibration(self, cal) -> int: method __init__ (line 1931) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 1933) | class Pin: method mode (line 1979) | def mode(self) -> Incomplete: method name (line 1987) | def name(self) -> str: method pull (line 1993) | def pull(self) -> Incomplete: method low (line 2001) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 2002) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 2003) | def pin(self) -> int: method port (line 2009) | def port(self) -> Incomplete: method names (line 2015) | def names(self) -> str: method on (line 2021) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 2022) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 2023) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method af_list (line 2057) | def af_list(self) -> List: method af (line 2063) | def af(self) -> Incomplete: method value (line 2071) | def value(self, value: Optional[Any] = None) -> int: method high (line 2082) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 2083) | def gpio(self) -> int: method dict (line 2091) | def dict(cls, *args, **kwargs) -> Incomplete: method debug (line 2099) | def debug(cls, *args, **kwargs) -> bool: class cpu (line 2105) | class cpu: method __init__ (line 2153) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 2157) | def mapper(cls, *args, **kwargs) -> Incomplete: class board (line 2163) | class board: method __init__ (line 2213) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2215) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 2216) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 2224) | class SPI: method deinit (line 2247) | def deinit(self) -> None: method send_recv (line 2253) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method recv (line 2267) | def recv(self, recv, *, timeout=5000) -> bytes: method init (line 2280) | def init(self, mode, baudrate=328125, *, prescaler=-1, polarity=1, pha... method write_readinto (line 2308) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 2309) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 2310) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2311) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 2312) | def send(self, send, *, timeout=5000) -> None: method __init__ (line 2323) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 2327) | class SDCard: method writeblocks (line 2328) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 2329) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 2330) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2331) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 2332) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 2333) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2334) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 2335) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2336) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/random.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/select.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/socket.pyi function getaddrinfo (line 81) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 122) | class socket: method recvfrom (line 136) | def recvfrom(self, bufsize) -> Tuple: method recv (line 144) | def recv(self, bufsize) -> bytes: method makefile (line 151) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 169) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 178) | def settimeout(self, value) -> Incomplete: method sendall (line 213) | def sendall(self, bytes) -> int: method setsockopt (line 226) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 234) | def setblocking(self, flag) -> Incomplete: method sendto (line 246) | def sendto(self, bytes, address) -> None: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/struct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/sys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/time.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/uarray.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/uasyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 42) | def get_event_loop() -> Incomplete: function current_task (line 48) | def current_task() -> Task: function create_task (line 54) | def create_task(coro) -> Task: function new_event_loop (line 62) | def new_event_loop() -> Incomplete: function ticks (line 71) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 72) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 73) | def run(coro) -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 115) | class Event: method set (line 121) | def set(self) -> None: method is_set (line 130) | def is_set(self) -> bool: method clear (line 136) | def clear(self) -> None: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 144) | class Lock: method locked (line 152) | def locked(self) -> bool: method release (line 158) | def release(self) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 168) | class Task: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 181) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function current_task (line 4) | def current_task(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 7) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 9) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 10) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/uasyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/ubinascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/uhashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/uio.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/umachine.pyi function freq (line 24) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 32) | def idle() -> Incomplete: function info (line 41) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 42) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 43) | def enable_irq(state) -> Incomplete: function disable_irq (line 51) | def disable_irq() -> Incomplete: function deepsleep (line 60) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 85) | def soft_reset() -> NoReturn: function sleep (line 93) | def sleep() -> Incomplete: function time_pulse_us (line 99) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 117) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 142) | def reset() -> NoReturn: function rng (line 149) | def rng() -> int: function reset_cause (line 157) | def reset_cause() -> int: function unique_id (line 163) | def unique_id() -> bytes: function bootloader (line 172) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 182) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 206) | class RTC: method info (line 211) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 212) | def init(self, datetime) -> None: method wakeup (line 220) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 221) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 237) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 240) | class Pin: method mode (line 344) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 353) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 354) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 363) | def low(self) -> None: method irq (line 371) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 416) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 417) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 418) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 419) | def on(self) -> None: method off (line 425) | def off(self) -> None: method init (line 431) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 441) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 442) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 443) | def value(self, x: Optional[Any] = None) -> int: method high (line 477) | def high(self) -> None: method gpio (line 485) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 487) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 489) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 491) | class cpu: method __init__ (line 539) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 542) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 544) | class board: method __init__ (line 594) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 596) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 597) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 605) | class SPI: method deinit (line 619) | def deinit(self) -> None: method init (line 625) | def init( method write_readinto (line 651) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 662) | def read(self, nbytes, write=0x00) -> bytes: method write (line 670) | def write(self, buf) -> int: method readinto (line 679) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 689) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 693) | class ADC: method read_u16 (line 713) | def read_u16(self) -> int: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 723) | class I2S: method shift (line 754) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 762) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 768) | def irq(self, handler) -> Incomplete: method readinto (line 776) | def readinto(self, buf) -> int: method deinit (line 785) | def deinit(self) -> Incomplete: method write (line 791) | def write(self, buf) -> int: method __init__ (line 800) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 802) | class I2C: method readfrom_mem_into (line 820) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 832) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 842) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 851) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 862) | def scan(self) -> List: method writeto (line 870) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 880) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 896) | def start(self) -> None: method readfrom (line 902) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 910) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 920) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 934) | def stop(self) -> None: method write (line 940) | def write(self, buf) -> int: method __init__ (line 948) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 950) | class WDT: method feed (line 959) | def feed(self) -> None: method __init__ (line 967) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 969) | class Timer: method init (line 980) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1020) | def deinit(self) -> None: method __init__ (line 1026) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1028) | class SoftSPI(SPI): method deinit (line 1037) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1038) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1039) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1040) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1041) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1042) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1043) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1045) | class UART: method init (line 1053) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1107) | def flush(self) -> Incomplete: method irq (line 1122) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1149) | def txdone(self) -> bool: method sendbreak (line 1164) | def sendbreak(self) -> None: method readchar (line 1171) | def readchar(self, *args, **kwargs) -> Incomplete: ... method writechar (line 1172) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 1173) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1184) | def deinit(self) -> None: method any (line 1194) | def any(self) -> int: method write (line 1209) | def write(self, buf) -> Union[int, None]: method readinto (line 1217) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1228) | def readline(self) -> Union[str, None]: method __init__ (line 1237) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1242) | class SoftI2C(I2C): method readfrom_mem_into (line 1255) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1256) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1257) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1258) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1259) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1260) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1261) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1262) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1263) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1264) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1265) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1266) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1267) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1268) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1270) | class Signal(Pin): method off (line 1291) | def off(self) -> None: method on (line 1297) | def on(self) -> None: method value (line 1303) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1323) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/uos.pyi function statvfs (line 20) | def statvfs(path) -> Tuple: function stat (line 43) | def stat(path) -> Incomplete: function rmdir (line 49) | def rmdir(path) -> None: function rename (line 55) | def rename(old_path, new_path) -> None: function mount (line 61) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 79) | def sync() -> None: function unlink (line 85) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 86) | def uname() -> uname_result: function umount (line 100) | def umount(mount_point) -> Incomplete: function urandom (line 110) | def urandom(n) -> bytes: function chdir (line 117) | def chdir(path) -> Incomplete: function dupterm (line 123) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 146) | def remove(path) -> None: function mkdir (line 152) | def mkdir(path) -> Incomplete: function getcwd (line 158) | def getcwd() -> Incomplete: function listdir (line 164) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 170) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 191) | class VfsLfs2: method rename (line 209) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 211) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 220) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 221) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 222) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 223) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 224) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 225) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 226) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 227) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 228) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 229) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 230) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 233) | class VfsFat: method rename (line 240) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 242) | def mkfs(block_dev) -> None: method mount (line 248) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 249) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 250) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 251) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 252) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 253) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 254) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 255) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 256) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 257) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 258) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 259) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/uplatform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/urandom.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function match (line 5) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 6) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/uselect.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/usocket.pyi function getaddrinfo (line 81) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 122) | class socket: method recvfrom (line 136) | def recvfrom(self, bufsize) -> Tuple: method recv (line 144) | def recv(self, bufsize) -> bytes: method makefile (line 151) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 169) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 178) | def settimeout(self, value) -> Incomplete: method sendall (line 213) | def sendall(self, bytes) -> int: method setsockopt (line 226) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 234) | def setblocking(self, flag) -> Incomplete: method sendto (line 246) | def sendto(self, bytes, address) -> None: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/ustruct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/usys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-pybv11-stubs/utime.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_0-stm32-stubs/_asyncio.pyi class TaskQueue (line 41) | class TaskQueue: method push (line 42) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 43) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 44) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 45) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 48) | class Task: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-stm32-stubs/array.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/asyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 42) | def get_event_loop() -> Incomplete: function current_task (line 48) | def current_task() -> Task: function create_task (line 54) | def create_task(coro) -> Task: function new_event_loop (line 62) | def new_event_loop() -> Incomplete: function ticks (line 71) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 72) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 73) | def run(coro) -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 115) | class Event: method set (line 121) | def set(self) -> None: method is_set (line 130) | def is_set(self) -> bool: method clear (line 136) | def clear(self) -> None: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 144) | class Lock: method locked (line 152) | def locked(self) -> bool: method release (line 158) | def release(self) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 168) | class Task: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 181) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-stm32-stubs/asyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function current_task (line 4) | def current_task(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 7) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 9) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 10) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-stm32-stubs/asyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/asyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-stm32-stubs/asyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/asyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/binascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-stm32-stubs/cmath.pyi function polar (line 22) | def polar(z) -> Tuple: function sqrt (line 28) | def sqrt(z) -> Incomplete: function rect (line 34) | def rect(r, phi) -> float: function sin (line 40) | def sin(z) -> float: function exp (line 46) | def exp(z) -> float: function cos (line 52) | def cos(z) -> float: function phase (line 58) | def phase(z) -> float: function log (line 64) | def log(z) -> float: function log10 (line 70) | def log10(z) -> float: FILE: publish/micropython-v1_22_0-stm32-stubs/deflate.pyi class DeflateIO (line 30) | class DeflateIO: method readline (line 74) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 75) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 76) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 77) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 5) | class DHTBase: method measure (line 6) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 9) | class DHT22: method measure (line 10) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 11) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 15) | class DHT11: method measure (line 16) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 17) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/framebuf.pyi function FrameBuffer1 (line 23) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 25) | class FrameBuffer: method poly (line 51) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 64) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 65) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 72) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 81) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 90) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 97) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 113) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 123) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 145) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 146) | def fill(self, c) -> None: method fill_rect (line 152) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/gc.pyi function mem_alloc (line 13) | def mem_alloc() -> int: function isenabled (line 23) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 24) | def mem_free() -> int: function threshold (line 35) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 60) | def collect() -> None: function enable (line 66) | def enable() -> None: function disable (line 72) | def disable() -> None: FILE: publish/micropython-v1_22_0-stm32-stubs/hashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-stubs/io.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-stubs/lcd160cr.pyi function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function const (line 22) | def const(*args, **kwargs) -> Incomplete: ... function calcsize (line 23) | def calcsize(*args, **kwargs) -> Incomplete: ... function pack_into (line 24) | def pack_into(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 26) | class LCD160CR: method set_font (line 62) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method rect_no_clip (line 83) | def rect_no_clip(self, x, y, w, h) -> Incomplete: ... method set_brightness (line 84) | def set_brightness(self, value) -> None: method set_pen (line 90) | def set_pen(self, line, fill) -> None: method set_i2c_addr (line 96) | def set_i2c_addr(self, addr) -> None: method set_orient (line 103) | def set_orient(self, orient) -> None: method rect_outline_no_clip (line 110) | def rect_outline_no_clip(self, x, y, w, h) -> Incomplete: ... method screen_load (line 111) | def screen_load(self, buf) -> None: method rect_outline (line 117) | def rect_outline(self, x, y, w, h) -> Incomplete: ... method screen_dump (line 118) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Incomplete: method rgb (line 130) | def rgb(r, g, b) -> int: method save_to_flash (line 139) | def save_to_flash(self) -> Incomplete: method set_startup_deco (line 146) | def set_startup_deco(self, value) -> None: method set_pixel (line 153) | def set_pixel(self, x, y, c) -> None: method set_spi_win (line 160) | def set_spi_win(self, x, y, w, h) -> None: method show_framebuf (line 166) | def show_framebuf(self, buf) -> None: method set_text_color (line 178) | def set_text_color(self, fg, bg) -> None: method set_uart_baudrate (line 184) | def set_uart_baudrate(self, baudrate) -> None: method set_power (line 190) | def set_power(self, on) -> None: method set_scroll_win_param (line 197) | def set_scroll_win_param(self, win, param, value) -> Incomplete: method set_pos (line 208) | def set_pos(self, x, y) -> None: method set_scroll_win (line 215) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll (line 233) | def set_scroll(self, on) -> None: method set_scroll_buf (line 240) | def set_scroll_buf(self, s) -> None: method touch_config (line 247) | def touch_config(self, calib=False, save=False, irq=None) -> None: method erase (line 263) | def erase(self) -> Incomplete: method rect_interior_no_clip (line 269) | def rect_interior_no_clip(self, x, y, w, h) -> Incomplete: ... method dot_no_clip (line 270) | def dot_no_clip(self, x, y) -> Incomplete: ... method get_line (line 271) | def get_line(self, x, y, buf) -> Incomplete: method fast_spi (line 280) | def fast_spi(self, flush=True) -> SPI: method feed_wdt (line 294) | def feed_wdt(self) -> Incomplete: method line (line 302) | def line(self, x1, y1, x2, y2) -> None: method dot (line 308) | def dot(self, x, y) -> None: method write (line 314) | def write(self, s) -> None: method clip_line (line 323) | def clip_line(data, w, h) -> Incomplete: method rect (line 329) | def rect(self, x, y, w, h) -> Incomplete: ... method reset (line 330) | def reset(self) -> None: method oflush (line 336) | def oflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 337) | def get_pixel(self, x, y) -> Incomplete: method line_no_clip (line 343) | def line_no_clip(self, x1, y1, x2, y2) -> Incomplete: method rect_interior (line 351) | def rect_interior(self, x, y, w, h) -> None: method poly_dot (line 360) | def poly_dot(self, data) -> None: method poly_line (line 368) | def poly_line(self, data) -> Incomplete: method iflush (line 374) | def iflush(self, *args, **kwargs) -> Incomplete: ... method jpeg_start (line 375) | def jpeg_start(self, total_len) -> Incomplete: ... method get_touch (line 376) | def get_touch(self) -> Tuple: method jpeg_data (line 384) | def jpeg_data(self, buf) -> None: method is_touched (line 393) | def is_touched(self) -> bool: method jpeg (line 400) | def jpeg(self, buf) -> None: method __init__ (line 409) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/logging.pyi function basicConfig (line 10) | def basicConfig(*args, **kwargs) -> Incomplete: ... function debug (line 11) | def debug(*args, **kwargs) -> Incomplete: ... function info (line 12) | def info(*args, **kwargs) -> Incomplete: ... function getLogger (line 13) | def getLogger(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method warning (line 17) | def warning(self, *args, **kwargs) -> Incomplete: ... method critical (line 18) | def critical(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 19) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 20) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method debug (line 22) | def debug(self, *args, **kwargs) -> Incomplete: ... method error (line 23) | def error(self, *args, **kwargs) -> Incomplete: ... method log (line 24) | def log(self, *args, **kwargs) -> Incomplete: ... method exception (line 25) | def exception(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/machine.pyi function freq (line 24) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 32) | def idle() -> Incomplete: function info (line 41) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 42) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 43) | def enable_irq(state) -> Incomplete: function disable_irq (line 51) | def disable_irq() -> Incomplete: function deepsleep (line 60) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 85) | def soft_reset() -> NoReturn: function sleep (line 93) | def sleep() -> Incomplete: function time_pulse_us (line 99) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 117) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 142) | def reset() -> NoReturn: function rng (line 149) | def rng() -> int: function reset_cause (line 157) | def reset_cause() -> int: function unique_id (line 163) | def unique_id() -> bytes: function bootloader (line 172) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 182) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 206) | class RTC: method info (line 211) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 212) | def init(self, datetime) -> None: method wakeup (line 220) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 221) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 237) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 240) | class Pin: method mode (line 344) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 353) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 354) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 363) | def low(self) -> None: method irq (line 371) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 416) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 417) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 418) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 419) | def on(self) -> None: method off (line 425) | def off(self) -> None: method init (line 431) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 441) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 442) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 443) | def value(self, x: Optional[Any] = None) -> int: method high (line 477) | def high(self) -> None: method gpio (line 485) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 487) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 489) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 491) | class cpu: method __init__ (line 539) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 542) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 544) | class board: method __init__ (line 594) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 596) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 597) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 605) | class SPI: method deinit (line 619) | def deinit(self) -> None: method init (line 625) | def init( method write_readinto (line 651) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 662) | def read(self, nbytes, write=0x00) -> bytes: method write (line 670) | def write(self, buf) -> int: method readinto (line 679) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 689) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 693) | class ADC: method read_u16 (line 713) | def read_u16(self) -> int: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 723) | class I2S: method shift (line 754) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 762) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 768) | def irq(self, handler) -> Incomplete: method readinto (line 776) | def readinto(self, buf) -> int: method deinit (line 785) | def deinit(self) -> Incomplete: method write (line 791) | def write(self, buf) -> int: method __init__ (line 800) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 802) | class I2C: method readfrom_mem_into (line 820) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 832) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 842) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 851) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 862) | def scan(self) -> List: method writeto (line 870) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 880) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 896) | def start(self) -> None: method readfrom (line 902) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 910) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 920) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 934) | def stop(self) -> None: method write (line 940) | def write(self, buf) -> int: method __init__ (line 948) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 950) | class WDT: method feed (line 959) | def feed(self) -> None: method __init__ (line 967) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 969) | class Timer: method init (line 980) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1020) | def deinit(self) -> None: method __init__ (line 1026) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1028) | class SoftSPI(SPI): method deinit (line 1037) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1038) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1039) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1040) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1041) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1042) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1043) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1045) | class UART: method init (line 1053) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1107) | def flush(self) -> Incomplete: method irq (line 1122) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1149) | def txdone(self) -> bool: method sendbreak (line 1164) | def sendbreak(self) -> None: method readchar (line 1171) | def readchar(self, *args, **kwargs) -> Incomplete: ... method writechar (line 1172) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 1173) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1184) | def deinit(self) -> None: method any (line 1194) | def any(self) -> int: method write (line 1209) | def write(self, buf) -> Union[int, None]: method readinto (line 1217) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1228) | def readline(self) -> Union[str, None]: method __init__ (line 1237) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1242) | class SoftI2C(I2C): method readfrom_mem_into (line 1255) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1256) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1257) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1258) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1259) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1260) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1261) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1262) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1263) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1264) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1265) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1266) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1267) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1268) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1270) | class Signal(Pin): method off (line 1291) | def off(self) -> None: method on (line 1297) | def on(self) -> None: method value (line 1303) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1323) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/math.pyi function ldexp (line 27) | def ldexp(x, exp) -> Incomplete: function lgamma (line 33) | def lgamma(x) -> float: function trunc (line 39) | def trunc(x) -> int: function isclose (line 45) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 46) | def gamma(x) -> Incomplete: function isnan (line 52) | def isnan(x) -> bool: function isfinite (line 58) | def isfinite(x) -> bool: function isinf (line 64) | def isinf(x) -> bool: function sqrt (line 70) | def sqrt(x) -> Incomplete: function sinh (line 76) | def sinh(x) -> float: function log (line 82) | def log(x) -> float: function tan (line 88) | def tan(x) -> float: function tanh (line 94) | def tanh(x) -> float: function log2 (line 100) | def log2(x) -> float: function log10 (line 106) | def log10(x) -> float: function sin (line 112) | def sin(x) -> float: function modf (line 118) | def modf(x) -> Tuple: function radians (line 125) | def radians(x) -> Incomplete: function atanh (line 131) | def atanh(x) -> float: function atan2 (line 137) | def atan2(y, x) -> float: function atan (line 143) | def atan(x) -> float: function ceil (line 149) | def ceil(x) -> int: function copysign (line 155) | def copysign(x, y) -> Incomplete: function frexp (line 161) | def frexp(x) -> Incomplete: function acos (line 170) | def acos(x) -> float: function pow (line 176) | def pow(x, y) -> Incomplete: function asinh (line 182) | def asinh(x) -> float: function acosh (line 188) | def acosh(x) -> float: function asin (line 194) | def asin(x) -> float: function factorial (line 200) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 201) | def fabs(x) -> Incomplete: function expm1 (line 207) | def expm1(x) -> Incomplete: function floor (line 213) | def floor(x) -> int: function fmod (line 219) | def fmod(x, y) -> Incomplete: function cos (line 225) | def cos(x) -> float: function degrees (line 231) | def degrees(x) -> Incomplete: function cosh (line 237) | def cosh(x) -> float: function exp (line 243) | def exp(x) -> float: function erf (line 249) | def erf(x) -> Incomplete: function erfc (line 255) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_0-stm32-stubs/network.pyi function hostname (line 47) | def hostname(*args, **kwargs) -> Incomplete: ... function route (line 48) | def route(*args, **kwargs) -> Incomplete: ... function country (line 49) | def country(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-stm32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... FILE: publish/micropython-v1_22_0-stm32-stubs/os.pyi function statvfs (line 20) | def statvfs(path) -> Tuple: function stat (line 43) | def stat(path) -> Incomplete: function rmdir (line 49) | def rmdir(path) -> None: function rename (line 55) | def rename(old_path, new_path) -> None: function mount (line 61) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 79) | def sync() -> None: function unlink (line 85) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 86) | def uname() -> uname_result: function umount (line 100) | def umount(mount_point) -> Incomplete: function urandom (line 110) | def urandom(n) -> bytes: function chdir (line 117) | def chdir(path) -> Incomplete: function dupterm (line 123) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 146) | def remove(path) -> None: function mkdir (line 152) | def mkdir(path) -> Incomplete: function getcwd (line 158) | def getcwd() -> Incomplete: function listdir (line 164) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 170) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 191) | class VfsLfs2: method rename (line 209) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 211) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 220) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 221) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 222) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 223) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 224) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 225) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 226) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 227) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 228) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 229) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 230) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 233) | class VfsFat: method rename (line 240) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 242) | def mkfs(block_dev) -> None: method mount (line 248) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 249) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 250) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 251) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 252) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 253) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 254) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 255) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 256) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 257) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 258) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 259) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/platform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-stm32-stubs/pyb.pyi function hard_reset (line 16) | def hard_reset() -> NoReturn: function have_cdc (line 23) | def have_cdc() -> bool: function hid (line 31) | def hid(hidtuple: Tuple) -> Incomplete: function info (line 40) | def info(dump_alloc_table: Optional[Any] = None) -> None: function wfi (line 46) | def wfi() -> None: function elapsed_micros (line 58) | def elapsed_micros(start) -> int: function freq (line 74) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function disable_irq (line 114) | def disable_irq() -> Incomplete: function fault_debug (line 123) | def fault_debug(value) -> None: function elapsed_millis (line 138) | def elapsed_millis(start) -> int: function enable_irq (line 153) | def enable_irq(state=True) -> None: function sync (line 163) | def sync() -> None: function servo (line 169) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 170) | def standby() -> Incomplete: function usb_mode (line 183) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function udelay (line 224) | def udelay(us) -> None: function unique_id (line 230) | def unique_id() -> str: function micros (line 236) | def micros() -> int: function mount (line 250) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function rng (line 285) | def rng() -> int: function millis (line 291) | def millis() -> int: function repl_uart (line 305) | def repl_uart(uart) -> UART: function pwm (line 311) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 312) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 313) | def stop() -> Incomplete: function delay (line 325) | def delay(ms) -> None: function main (line 331) | def main(filename) -> None: function bootloader (line 340) | def bootloader() -> None: function country (line 346) | def country(*args, **kwargs) -> Incomplete: ... class DAC (line 348) | class DAC: method noise (line 375) | def noise(self, freq) -> None: method write_timed (line 382) | def write_timed(self, data, freq, *, mode=NORMAL) -> Incomplete: method triangle (line 404) | def triangle(self, freq) -> None: method write (line 412) | def write(self, value) -> Incomplete: method init (line 420) | def init(self, bits=8, *, buffering=None) -> Incomplete: method deinit (line 428) | def deinit(self) -> Incomplete: method __init__ (line 434) | def __init__(self, *argv, **kwargs) -> None: ... class ExtInt (line 436) | class ExtInt: method line (line 460) | def line(self) -> int: method regs (line 467) | def regs(cls) -> Incomplete: method swint (line 473) | def swint(self) -> Incomplete: method enable (line 479) | def enable(self) -> None: method disable (line 485) | def disable(self) -> None: method __init__ (line 492) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 494) | class Flash: method readblocks (line 505) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 506) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 507) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 515) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 517) | class I2C: method scan (line 543) | def scan(self) -> List: method mem_read (line 550) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 565) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 580) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method is_ready (line 594) | def is_ready(self, addr) -> Incomplete: method send (line 600) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 612) | def deinit(self) -> None: method init (line 618) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method __init__ (line 636) | def __init__(self, *argv, **kwargs) -> None: ... class LCD (line 638) | class LCD: method fill (line 644) | def fill(self, colour) -> None: method light (line 652) | def light(self, value) -> None: method pixel (line 658) | def pixel(self, x, y, colour) -> None: method show (line 666) | def show(self) -> None: method text (line 672) | def text(self, str, x, y, colour) -> None: method contrast (line 680) | def contrast(self, value) -> None: method get (line 686) | def get(self, x, y) -> int: method write (line 694) | def write(self, str) -> None: method command (line 700) | def command(self, instr_data, buf) -> None: method __init__ (line 708) | def __init__(self, *argv, **kwargs) -> None: ... class CAN (line 710) | class CAN: method restart (line 737) | def restart(self) -> Incomplete: method recv (line 750) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method init (line 786) | def init( method rxcallback (line 860) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 896) | def setfilter(self, bank, mode, fifo, params, *, rtr=None, extframe=Fa... method state (line 953) | def state(self) -> Incomplete: method send (line 969) | def send(self, data, id, *, timeout=0, rtr=False, extframe=False, fdf=... method any (line 998) | def any(self, fifo) -> bool: method info (line 1004) | def info(self, list: Optional[Any] = None) -> Incomplete: method clearfilter (line 1028) | def clearfilter(self, bank, extframe=False) -> None: method deinit (line 1038) | def deinit(self) -> None: method __init__ (line 1044) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 1046) | class ADC: method read_timed (line 1052) | def read_timed(self, buf, timer) -> Incomplete: method read_timed_multi (line 1090) | def read_timed_multi(self, adcs, bufs, timer) -> bool: method read (line 1143) | def read(self) -> Incomplete: method __init__ (line 1150) | def __init__(self, *argv, **kwargs) -> None: ... class ADCAll (line 1152) | class ADCAll: method read_core_vbat (line 1153) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 1154) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 1155) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 1156) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 1157) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1158) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 1160) | class Accel: method x (line 1165) | def x(self) -> Incomplete: method tilt (line 1171) | def tilt(self) -> Incomplete: method y (line 1177) | def y(self) -> Incomplete: method z (line 1183) | def z(self) -> Incomplete: method read (line 1189) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 1190) | def filtered_xyz(self) -> Tuple: method write (line 1201) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1202) | def __init__(self, *argv, **kwargs) -> None: ... class USB_VCP (line 1204) | class USB_VCP: method readlines (line 1213) | def readlines(self) -> List: method recv (line 1223) | def recv(self, data, *, timeout=5000) -> int: method isconnected (line 1236) | def isconnected(self) -> bool: method init (line 1242) | def init(self, *, flow=-1) -> None: method irq (line 1250) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 1262) | def setinterrupt(self, chr) -> None: method close (line 1273) | def close(self) -> Incomplete: method read (line 1280) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1291) | def any(self) -> bool: method write (line 1297) | def write(self, buf) -> int: method send (line 1305) | def send(self, data, *, timeout=5000) -> int: method readinto (line 1316) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1328) | def readline(self) -> bytes: method __init__ (line 1337) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1339) | class Timer: method freq (line 1369) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 1375) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1432) | def period(self, value: Optional[Any] = None) -> Incomplete: method prescaler (line 1438) | def prescaler(self, value: Optional[Any] = None) -> Incomplete: method source_freq (line 1444) | def source_freq(self) -> Incomplete: method deinit (line 1450) | def deinit(self) -> None: method callback (line 1461) | def callback(self, fun) -> None: method channel (line 1469) | def channel(self, channel, mode, pin=None, *args) -> Incomplete: method counter (line 1556) | def counter(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 1562) | def __init__(self, *argv, **kwargs) -> None: ... class Switch (line 1564) | class Switch(Pin): method callback (line 1569) | def callback(self, fun) -> None: method value (line 1576) | def value(self) -> bool: method __init__ (line 1582) | def __init__(self, *argv, **kwargs) -> None: ... class Servo (line 1584) | class Servo: method speed (line 1589) | def speed(self, speed: Optional[Any] = None, time=0) -> Incomplete: method pulse_width (line 1601) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method calibration (line 1610) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method angle (line 1625) | def angle(self, angle: Optional[Any] = None, time=0) -> Incomplete: method __init__ (line 1638) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1640) | class UART: method init (line 1679) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method flush (line 1705) | def flush(self, *args, **kwargs) -> Incomplete: ... method irq (line 1706) | def irq(self, *args, **kwargs) -> Incomplete: ... method txdone (line 1707) | def txdone(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 1708) | def sendbreak(self) -> None: method readchar (line 1716) | def readchar(self) -> int: method writechar (line 1724) | def writechar(self, char) -> None: method read (line 1731) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1748) | def deinit(self) -> None: method any (line 1754) | def any(self) -> int: method write (line 1760) | def write(self, buf) -> int: method readinto (line 1772) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1782) | def readline(self) -> None: method __init__ (line 1792) | def __init__(self, *argv, **kwargs) -> None: ... class USB_HID (line 1794) | class USB_HID: method recv (line 1799) | def recv(self, data, *, timeout=5000) -> int: method send (line 1812) | def send(self, data) -> None: method __init__ (line 1821) | def __init__(self, *argv, **kwargs) -> None: ... class LED (line 1823) | class LED: method toggle (line 1830) | def toggle(self) -> Incomplete: method on (line 1837) | def on(self) -> None: method off (line 1843) | def off(self) -> None: method intensity (line 1849) | def intensity(self, value: Optional[Any] = None) -> None: method __init__ (line 1863) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1865) | class RTC: method info (line 1870) | def info(self) -> Incomplete: method init (line 1881) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 1882) | def wakeup(self, timeout, callback=None) -> None: method datetime (line 1895) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 1913) | def calibration(self, cal) -> int: method __init__ (line 1931) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 1933) | class Pin: method mode (line 1979) | def mode(self) -> Incomplete: method name (line 1987) | def name(self) -> str: method pull (line 1993) | def pull(self) -> Incomplete: method low (line 2001) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 2002) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 2003) | def pin(self) -> int: method port (line 2009) | def port(self) -> Incomplete: method names (line 2015) | def names(self) -> str: method on (line 2021) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 2022) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 2023) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method af_list (line 2057) | def af_list(self) -> List: method af (line 2063) | def af(self) -> Incomplete: method value (line 2071) | def value(self, value: Optional[Any] = None) -> int: method high (line 2082) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 2083) | def gpio(self) -> int: method dict (line 2091) | def dict(cls, *args, **kwargs) -> Incomplete: method debug (line 2099) | def debug(cls, *args, **kwargs) -> bool: class cpu (line 2105) | class cpu: method __init__ (line 2153) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 2157) | def mapper(cls, *args, **kwargs) -> Incomplete: class board (line 2163) | class board: method __init__ (line 2213) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2215) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 2216) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 2224) | class SPI: method deinit (line 2247) | def deinit(self) -> None: method send_recv (line 2253) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method recv (line 2267) | def recv(self, recv, *, timeout=5000) -> bytes: method init (line 2280) | def init(self, mode, baudrate=328125, *, prescaler=-1, polarity=1, pha... method write_readinto (line 2308) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 2309) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 2310) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2311) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 2312) | def send(self, send, *, timeout=5000) -> None: method __init__ (line 2323) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 2327) | class SDCard: method writeblocks (line 2328) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 2329) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 2330) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2331) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 2332) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 2333) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2334) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 2335) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2336) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/random.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-stm32-stubs/select.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-stm32-stubs/socket.pyi function getaddrinfo (line 81) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 122) | class socket: method recvfrom (line 136) | def recvfrom(self, bufsize) -> Tuple: method recv (line 144) | def recv(self, bufsize) -> bytes: method makefile (line 151) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 169) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 178) | def settimeout(self, value) -> Incomplete: method sendall (line 213) | def sendall(self, bytes) -> int: method setsockopt (line 226) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 234) | def setblocking(self, flag) -> Incomplete: method sendto (line 246) | def sendto(self, bytes, address) -> None: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/struct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-stm32-stubs/sys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-stubs/time.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-stubs/uarray.pyi class array (line 17) | class array(List): method extend (line 24) | def extend(self, iterable) -> Incomplete: method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/uasyncio/__init__.pyi function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 42) | def get_event_loop() -> Incomplete: function current_task (line 48) | def current_task() -> Task: function create_task (line 54) | def create_task(coro) -> Task: function new_event_loop (line 62) | def new_event_loop() -> Incomplete: function ticks (line 71) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 72) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 73) | def run(coro) -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 97) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 98) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 106) | class TaskQueue: method push (line 107) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 108) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 109) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 110) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 115) | class Event: method set (line 121) | def set(self) -> None: method is_set (line 130) | def is_set(self) -> bool: method clear (line 136) | def clear(self) -> None: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 144) | class Lock: method locked (line 152) | def locked(self) -> bool: method release (line 158) | def release(self) -> Incomplete: method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 168) | class Task: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 181) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-stm32-stubs/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Incomplete: ... function current_task (line 4) | def current_task(*args, **kwargs) -> Incomplete: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 7) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 8) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 9) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 10) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Incomplete: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: publish/micropython-v1_22_0-stm32-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method set (line 4) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 6) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 10) | class Event: method set (line 11) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 12) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 13) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-stm32-stubs/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 5) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/uasyncio/stream.pyi class StreamWriter (line 7) | class StreamWriter: method write (line 8) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 9) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 10) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 22) | class Server: method close (line 23) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 27) | class Stream: method write (line 28) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 30) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 42) | class StreamReader: method write (line 43) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/ubinascii.pyi function crc32 (line 16) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function b2a_base64 (line 34) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 42) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_0-stm32-stubs/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/uhashlib.pyi class sha256 (line 31) | class sha256: method digest (line 36) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-stubs/uio.pyi function open (line 81) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 89) | class IOBase: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 92) | class StringIO(IO): method write (line 93) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 94) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 95) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 96) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 97) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 98) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 99) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 100) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 101) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 104) | class BytesIO(IO): method write (line 117) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 118) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: method seek (line 125) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 126) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 127) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 128) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 129) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 130) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-stubs/umachine.pyi function freq (line 24) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 32) | def idle() -> Incomplete: function info (line 41) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 42) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 43) | def enable_irq(state) -> Incomplete: function disable_irq (line 51) | def disable_irq() -> Incomplete: function deepsleep (line 60) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 85) | def soft_reset() -> NoReturn: function sleep (line 93) | def sleep() -> Incomplete: function time_pulse_us (line 99) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function lightsleep (line 117) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 142) | def reset() -> NoReturn: function rng (line 149) | def rng() -> int: function reset_cause (line 157) | def reset_cause() -> int: function unique_id (line 163) | def unique_id() -> bytes: function bootloader (line 172) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 182) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 206) | class RTC: method info (line 211) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 212) | def init(self, datetime) -> None: method wakeup (line 220) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 221) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 237) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 240) | class Pin: method mode (line 344) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 353) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 354) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 363) | def low(self) -> None: method irq (line 371) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 416) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 417) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 418) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 419) | def on(self) -> None: method off (line 425) | def off(self) -> None: method init (line 431) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 441) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 442) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 443) | def value(self, x: Optional[Any] = None) -> int: method high (line 477) | def high(self) -> None: method gpio (line 485) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 487) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 489) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 491) | class cpu: method __init__ (line 539) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 542) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 544) | class board: method __init__ (line 594) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 596) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 597) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 605) | class SPI: method deinit (line 619) | def deinit(self) -> None: method init (line 625) | def init( method write_readinto (line 651) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 662) | def read(self, nbytes, write=0x00) -> bytes: method write (line 670) | def write(self, buf) -> int: method readinto (line 679) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 689) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 693) | class ADC: method read_u16 (line 713) | def read_u16(self) -> int: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 723) | class I2S: method shift (line 754) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 762) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 768) | def irq(self, handler) -> Incomplete: method readinto (line 776) | def readinto(self, buf) -> int: method deinit (line 785) | def deinit(self) -> Incomplete: method write (line 791) | def write(self, buf) -> int: method __init__ (line 800) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 802) | class I2C: method readfrom_mem_into (line 820) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 832) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 842) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 851) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 862) | def scan(self) -> List: method writeto (line 870) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 880) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 896) | def start(self) -> None: method readfrom (line 902) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 910) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 920) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 934) | def stop(self) -> None: method write (line 940) | def write(self, buf) -> int: method __init__ (line 948) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 950) | class WDT: method feed (line 959) | def feed(self) -> None: method __init__ (line 967) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 969) | class Timer: method init (line 980) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1020) | def deinit(self) -> None: method __init__ (line 1026) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1028) | class SoftSPI(SPI): method deinit (line 1037) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1038) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1039) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1040) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1041) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1042) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1043) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1045) | class UART: method init (line 1053) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1107) | def flush(self) -> Incomplete: method irq (line 1122) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1149) | def txdone(self) -> bool: method sendbreak (line 1164) | def sendbreak(self) -> None: method readchar (line 1171) | def readchar(self, *args, **kwargs) -> Incomplete: ... method writechar (line 1172) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 1173) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1184) | def deinit(self) -> None: method any (line 1194) | def any(self) -> int: method write (line 1209) | def write(self, buf) -> Union[int, None]: method readinto (line 1217) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1228) | def readline(self) -> Union[str, None]: method __init__ (line 1237) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1242) | class SoftI2C(I2C): method readfrom_mem_into (line 1255) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1256) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1257) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1258) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1259) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1260) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1261) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1262) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1263) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1264) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1265) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1266) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1267) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1268) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1270) | class Signal(Pin): method off (line 1291) | def off(self) -> None: method on (line 1297) | def on(self) -> None: method value (line 1303) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1323) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/uos.pyi function statvfs (line 20) | def statvfs(path) -> Tuple: function stat (line 43) | def stat(path) -> Incomplete: function rmdir (line 49) | def rmdir(path) -> None: function rename (line 55) | def rename(old_path, new_path) -> None: function mount (line 61) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 79) | def sync() -> None: function unlink (line 85) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 86) | def uname() -> uname_result: function umount (line 100) | def umount(mount_point) -> Incomplete: function urandom (line 110) | def urandom(n) -> bytes: function chdir (line 117) | def chdir(path) -> Incomplete: function dupterm (line 123) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 146) | def remove(path) -> None: function mkdir (line 152) | def mkdir(path) -> Incomplete: function getcwd (line 158) | def getcwd() -> Incomplete: function listdir (line 164) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 170) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 191) | class VfsLfs2: method rename (line 209) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 211) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 220) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 221) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 222) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 223) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 224) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 225) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 226) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 227) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 228) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 229) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 230) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 233) | class VfsFat: method rename (line 240) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 242) | def mkfs(block_dev) -> None: method mount (line 248) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 249) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 250) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 251) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 252) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 253) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 254) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 255) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 256) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 257) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 258) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 259) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/uplatform.pyi function platform (line 16) | def platform() -> str: function python_compiler (line 33) | def python_compiler() -> str: function libc_ver (line 39) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_0-stm32-stubs/urandom.pyi function randrange (line 34) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 44) | def random() -> int: function seed (line 50) | def seed(n=None, /) -> None: function uniform (line 62) | def uniform(a, b) -> int: function choice (line 69) | def choice(sequence) -> Incomplete: function randint (line 76) | def randint(a, b) -> int: function getrandbits (line 82) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_0-stm32-stubs/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function match (line 5) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 6) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_0-stm32-stubs/uselect.pyi function select (line 21) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 30) | class poll: method __init__ (line 35) | def __init__(self) -> None: ... method register (line 36) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 56) | def unregister(self, obj) -> Incomplete: method modify (line 62) | def modify(self, obj, eventmask) -> None: method poll (line 69) | def poll(self, timeout=-1, /) -> List: method ipoll (line 93) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_22_0-stm32-stubs/usocket.pyi function getaddrinfo (line 81) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 122) | class socket: method recvfrom (line 136) | def recvfrom(self, bufsize) -> Tuple: method recv (line 144) | def recv(self, bufsize) -> bytes: method makefile (line 151) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 169) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 178) | def settimeout(self, value) -> Incomplete: method sendall (line 213) | def sendall(self, bytes) -> int: method setsockopt (line 226) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 234) | def setblocking(self, flag) -> Incomplete: method sendto (line 246) | def sendto(self, bytes, address) -> None: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_0-stm32-stubs/ustruct.pyi function pack_into (line 61) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 69) | def unpack(fmt, data) -> Tuple: function unpack_from (line 76) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 84) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 91) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_0-stm32-stubs/usys.pyi function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: function exit (line 41) | def exit(retval=0, /) -> Incomplete: FILE: publish/micropython-v1_22_0-stm32-stubs/utime.pyi function ticks_diff (line 40) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 106) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 133) | def ticks_cpu() -> Incomplete: function time (line 148) | def time() -> int: function ticks_ms (line 175) | def ticks_ms() -> int: function ticks_us (line 199) | def ticks_us() -> Incomplete: function time_ns (line 205) | def time_ns() -> int: function localtime (line 212) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 234) | def sleep_us(us) -> None: function gmtime (line 244) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 266) | def sleep_ms(ms) -> None: function mktime (line 277) | def mktime() -> int: function sleep (line 285) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/_espnow.pyi class ESPNowBase (line 22) | class ESPNowBase: method irq (line 23) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 24) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 25) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 26) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 27) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 28) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 29) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 30) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 31) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 32) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 33) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 34) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 35) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 36) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/aioespnow.pyi class AIOESPNow (line 11) | class AIOESPNow: method peer_count (line 14) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recv (line 15) | def recv(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 16) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method irecv (line 17) | def irecv(self, *args, **kwargs) -> Incomplete: ... method stats (line 18) | def stats(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 19) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 20) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method any (line 21) | def any(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 22) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 23) | def active(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method config (line 25) | def config(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method irq (line 29) | def irq(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/apa106.pyi class NeoPixel (line 10) | class NeoPixel: method write (line 12) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 13) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class APA106 (line 16) | class APA106: method write (line 18) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 19) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/asyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function current_task (line 56) | def current_task() -> Task: function ticks_diff (line 62) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 63) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function get_event_loop (line 71) | def get_event_loop() -> Incomplete: function ticks (line 77) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 78) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 79) | def new_event_loop() -> Incomplete: function ticks_add (line 88) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 97) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 105) | def run(coro) -> Incomplete: class TaskQueue (line 115) | class TaskQueue: method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 117) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 118) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 124) | class Lock: method locked (line 132) | def locked(self) -> bool: method release (line 138) | def release(self) -> Incomplete: method __init__ (line 146) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 148) | class Task: method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 161) | class CancelledError(Exception): ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 266) | class ThreadSafeFlag: method set (line 274) | def set(self) -> None: method ioctl (line 281) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 282) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 291) | class Event: method set (line 297) | def set(self) -> None: method is_set (line 306) | def is_set(self) -> bool: method clear (line 312) | def clear(self) -> None: method __init__ (line 318) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 320) | class IOQueue: method queue_read (line 321) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 322) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 323) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 324) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 325) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 326) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 329) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/asyncio/core.pyi function _promote_to_task (line 13) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 15) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 16) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 17) | def current_task(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 19) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 20) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 23) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 24) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class CancelledError (line 29) | class CancelledError(Exception): ... class Task (line 31) | class Task: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 34) | class TaskQueue: method push (line 35) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 36) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 37) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 38) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 41) | class Loop: method get_exception_handler (line 42) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 43) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 44) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 46) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 47) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 48) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 49) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 50) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 55) | class SingletonGenerator: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 58) | class IOQueue: method queue_read (line 59) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 60) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 61) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 62) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 63) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 64) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 69) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/esp.pyi function osdebug (line 27) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 67) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 68) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 69) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 70) | def flash_user_start() -> Incomplete: function flash_erase (line 76) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 77) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 78) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/esp32.pyi function raw_temperature (line 24) | def raw_temperature() -> int: function idf_heap_info (line 30) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_touch (line 68) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 75) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 83) | def wake_on_ext1(pins, level) -> None: function wake_on_ulp (line 91) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 98) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 105) | class ULP: method run (line 111) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 117) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 123) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 131) | class NVS: method get_i32 (line 137) | def get_i32(self, key) -> int: method set_i32 (line 144) | def set_i32(self, key, value) -> None: method set_blob (line 150) | def set_blob(self, key, value) -> None: method commit (line 159) | def commit(self) -> Incomplete: method get_blob (line 165) | def get_blob(self, key, buffer) -> int: method erase_key (line 173) | def erase_key(self, key) -> Incomplete: method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 181) | class Partition: method readblocks (line 192) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 193) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 201) | def set_boot(self) -> None: method writeblocks (line 212) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 213) | def info(self) -> Tuple: method find (line 220) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 231) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 241) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 254) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 256) | class RMT: method source_freq (line 275) | def source_freq(cls) -> Incomplete: method loop (line 282) | def loop(self, enable_loop) -> None: method wait_done (line 291) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 300) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 331) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 345) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 346) | def clock_div(self) -> Incomplete: method __init__ (line 353) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/espnow.pyi class ESPNow (line 22) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 34) | def peer_count(self) -> int: method recv (line 45) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 85) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method irecv (line 94) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method stats (line 125) | def stats(self) -> Incomplete: method recvinto (line 142) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method set_pmk (line 177) | def set_pmk(self, pmk) -> None: method any (line 204) | def any(self) -> Incomplete: method add_peer (line 224) | def add_peer( method active (line 281) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 311) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method config (line 358) | def config(self, param) -> str: method get_peers (line 402) | def get_peers(self) -> Tuple: method get_peer (line 409) | def get_peer(self, mac) -> Incomplete: method del_peer (line 427) | def del_peer(self, mac) -> Incomplete: method irq (line 444) | def irq(self, callback) -> Incomplete: method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 478) | class ESPNowBase: method irq (line 479) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 480) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 481) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 482) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 483) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 484) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 485) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 486) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 487) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 488) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 489) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 490) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 491) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 492) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 493) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/flashbdev.pyi class Partition (line 12) | class Partition: method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 18) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method set_boot (line 19) | def set_boot(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 20) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method find (line 22) | def find(self, *args, **kwargs) -> Incomplete: ... method get_next_update (line 23) | def get_next_update(self, *args, **kwargs) -> Incomplete: ... method mark_app_valid_cancel_rollback (line 25) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/hashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/inisetup.pyi function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 11) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/logging.pyi function info (line 20) | def info(*args, **kwargs) -> Incomplete: ... function basicConfig (line 21) | def basicConfig(*args, **kwargs) -> Incomplete: ... function debug (line 22) | def debug(*args, **kwargs) -> Incomplete: ... function getLogger (line 23) | def getLogger(*args, **kwargs) -> Incomplete: ... class Logger (line 27) | class Logger: method setLevel (line 29) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method _level_str (line 30) | def _level_str(self, *args, **kwargs) -> Incomplete: ... method critical (line 31) | def critical(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 32) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method debug (line 33) | def debug(self, *args, **kwargs) -> Incomplete: ... method log (line 34) | def log(self, *args, **kwargs) -> Incomplete: ... method info (line 35) | def info(self, *args, **kwargs) -> Incomplete: ... method error (line 36) | def error(self, *args, **kwargs) -> Incomplete: ... method exception (line 37) | def exception(self, *args, **kwargs) -> Incomplete: ... method warning (line 38) | def warning(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/machine.pyi function wake_reason (line 37) | def wake_reason() -> Incomplete: function disable_irq (line 45) | def disable_irq() -> Incomplete: function dht_readinto (line 54) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 55) | def bitstream( function bootloader (line 84) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 94) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 119) | def soft_reset() -> NoReturn: function sleep (line 127) | def sleep() -> Incomplete: function enable_irq (line 133) | def enable_irq(state) -> Incomplete: function time_pulse_us (line 141) | def time_pulse_us( function unique_id (line 163) | def unique_id() -> bytes: function idle (line 172) | def idle() -> Incomplete: function freq (line 181) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 189) | def reset_cause() -> int: function lightsleep (line 195) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 220) | def reset() -> NoReturn: class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 260) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 267) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 278) | def deinit(self) -> None: method duty_ns (line 284) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 294) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 295) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 297) | class WDT: method feed (line 306) | def feed(self) -> None: method __init__ (line 314) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 319) | class ADCBlock: method init (line 329) | def init(self, *, bits) -> None: method connect (line 336) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 357) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 359) | class ADC: method read_u16 (line 383) | def read_u16(self) -> int: method init (line 391) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 399) | def read_uv(self) -> int: method width (line 407) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 408) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 409) | def block(self) -> Incomplete: method atten (line 419) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 420) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 422) | class I2S: method shift (line 453) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 461) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 467) | def irq(self, handler) -> Incomplete: method readinto (line 475) | def readinto(self, buf) -> int: method deinit (line 484) | def deinit(self) -> Incomplete: method write (line 490) | def write(self, buf) -> int: method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 501) | class DAC: method write (line 502) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 503) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 505) | class I2C: method readfrom_mem_into (line 523) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 535) | def readfrom_into( method readfrom_mem (line 550) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 559) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 570) | def scan(self) -> List: method writeto (line 578) | def writeto( method writevto (line 593) | def writevto( method start (line 614) | def start(self) -> None: method readfrom (line 620) | def readfrom( method readinto (line 633) | def readinto( method init (line 647) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 661) | def stop(self) -> None: method write (line 667) | def write(self, buf) -> int: method __init__ (line 675) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 677) | class Timer: method deinit (line 688) | def deinit(self) -> None: method init (line 694) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 734) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 737) | class SoftSPI(SPI): method deinit (line 746) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 747) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 748) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 749) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 750) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 751) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 752) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 754) | class Pin: method irq (line 831) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 876) | def on(self) -> None: method off (line 882) | def off(self) -> None: method value (line 888) | def value(self, x: Optional[Any] = None) -> int: method init (line 922) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 932) | class board: method __init__ (line 933) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 935) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 936) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 944) | class TouchPad: method config (line 945) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 946) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 947) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 949) | class UART: method deinit (line 960) | def deinit(self) -> None: method sendbreak (line 970) | def sendbreak(self) -> None: method init (line 977) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1031) | def flush(self) -> Incomplete: method txdone (line 1046) | def txdone(self) -> bool: method read (line 1061) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1072) | def any(self) -> int: method write (line 1087) | def write(self, buf) -> Union[int, None]: method readinto (line 1095) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1106) | def readline(self) -> Union[str, None]: method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1117) | class SDCard: method ioctl (line 1148) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1149) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1150) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1151) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1152) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1153) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1155) | class RTC: method init (line 1160) | def init(self, datetime) -> None: method memory (line 1168) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1169) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1185) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1187) | class SoftI2C(I2C): method readfrom_mem_into (line 1200) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1201) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1202) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1203) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1204) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1205) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1206) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1207) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1208) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1209) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1210) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1211) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1212) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1213) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1215) | class SPI: method deinit (line 1229) | def deinit(self) -> None: method init (line 1235) | def init( method write_readinto (line 1261) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1272) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1280) | def write(self, buf) -> int: method readinto (line 1289) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1299) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1301) | class Signal(Pin): method off (line 1322) | def off(self) -> None: method on (line 1328) | def on(self) -> None: method value (line 1334) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1354) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _install_json (line 14) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 16) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _chunk (line 17) | def _chunk(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... function install (line 19) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 20) | def _check_exists(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/network.pyi function phy_mode (line 91) | def phy_mode(*args, **kwargs) -> Incomplete: ... function country (line 92) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 93) | def hostname(*args, **kwargs) -> Incomplete: ... class LAN (line 95) | class LAN: method __init__ (line 118) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 119) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 127) | def isconnected(self) -> bool: method status (line 134) | def status(self) -> Incomplete: method ifconfig (line 140) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 152) | def config(self, config_parameters) -> Incomplete: function PPP (line 172) | def PPP(*args, **kwargs) -> Incomplete: ... class WLAN (line 174) | class WLAN: method status (line 186) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 205) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 216) | def isconnected(self) -> bool: method scan (line 224) | def scan(self) -> List[Tuple]: method disconnect (line 253) | def disconnect(self) -> None: method active (line 259) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 267) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 302) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 311) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/socket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/ssl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/uasyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function current_task (line 56) | def current_task() -> Task: function ticks_diff (line 62) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 63) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function get_event_loop (line 71) | def get_event_loop() -> Incomplete: function ticks (line 77) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 78) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 79) | def new_event_loop() -> Incomplete: function ticks_add (line 88) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 97) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 105) | def run(coro) -> Incomplete: class TaskQueue (line 115) | class TaskQueue: method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 117) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 118) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 124) | class Lock: method locked (line 132) | def locked(self) -> bool: method release (line 138) | def release(self) -> Incomplete: method __init__ (line 146) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 148) | class Task: method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 161) | class CancelledError(Exception): ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 266) | class ThreadSafeFlag: method set (line 274) | def set(self) -> None: method ioctl (line 281) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 282) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 291) | class Event: method set (line 297) | def set(self) -> None: method is_set (line 306) | def is_set(self) -> bool: method clear (line 312) | def clear(self) -> None: method __init__ (line 318) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 320) | class IOQueue: method queue_read (line 321) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 322) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 323) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 324) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 325) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 326) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 329) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/uasyncio/core.pyi function _promote_to_task (line 13) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 15) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 16) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 17) | def current_task(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 19) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 20) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 23) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 24) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class CancelledError (line 29) | class CancelledError(Exception): ... class Task (line 31) | class Task: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 34) | class TaskQueue: method push (line 35) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 36) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 37) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 38) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 41) | class Loop: method get_exception_handler (line 42) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 43) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 44) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 46) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 47) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 48) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 49) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 50) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 55) | class SingletonGenerator: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 58) | class IOQueue: method queue_read (line 59) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 60) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 61) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 62) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 63) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 64) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 69) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/uhashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/umachine.pyi function wake_reason (line 37) | def wake_reason() -> Incomplete: function disable_irq (line 45) | def disable_irq() -> Incomplete: function dht_readinto (line 54) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 55) | def bitstream( function bootloader (line 84) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 94) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 119) | def soft_reset() -> NoReturn: function sleep (line 127) | def sleep() -> Incomplete: function enable_irq (line 133) | def enable_irq(state) -> Incomplete: function time_pulse_us (line 141) | def time_pulse_us( function unique_id (line 163) | def unique_id() -> bytes: function idle (line 172) | def idle() -> Incomplete: function freq (line 181) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 189) | def reset_cause() -> int: function lightsleep (line 195) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 220) | def reset() -> NoReturn: class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 260) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 267) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 278) | def deinit(self) -> None: method duty_ns (line 284) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 294) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 295) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 297) | class WDT: method feed (line 306) | def feed(self) -> None: method __init__ (line 314) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 319) | class ADCBlock: method init (line 329) | def init(self, *, bits) -> None: method connect (line 336) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 357) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 359) | class ADC: method read_u16 (line 383) | def read_u16(self) -> int: method init (line 391) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 399) | def read_uv(self) -> int: method width (line 407) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 408) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 409) | def block(self) -> Incomplete: method atten (line 419) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 420) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 422) | class I2S: method shift (line 453) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 461) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 467) | def irq(self, handler) -> Incomplete: method readinto (line 475) | def readinto(self, buf) -> int: method deinit (line 484) | def deinit(self) -> Incomplete: method write (line 490) | def write(self, buf) -> int: method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 501) | class DAC: method write (line 502) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 503) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 505) | class I2C: method readfrom_mem_into (line 523) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 535) | def readfrom_into( method readfrom_mem (line 550) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 559) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 570) | def scan(self) -> List: method writeto (line 578) | def writeto( method writevto (line 593) | def writevto( method start (line 614) | def start(self) -> None: method readfrom (line 620) | def readfrom( method readinto (line 633) | def readinto( method init (line 647) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 661) | def stop(self) -> None: method write (line 667) | def write(self, buf) -> int: method __init__ (line 675) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 677) | class Timer: method deinit (line 688) | def deinit(self) -> None: method init (line 694) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 734) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 737) | class SoftSPI(SPI): method deinit (line 746) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 747) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 748) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 749) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 750) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 751) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 752) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 754) | class Pin: method irq (line 831) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 876) | def on(self) -> None: method off (line 882) | def off(self) -> None: method value (line 888) | def value(self, x: Optional[Any] = None) -> int: method init (line 922) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 932) | class board: method __init__ (line 933) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 935) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 936) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 944) | class TouchPad: method config (line 945) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 946) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 947) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 949) | class UART: method deinit (line 960) | def deinit(self) -> None: method sendbreak (line 970) | def sendbreak(self) -> None: method init (line 977) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1031) | def flush(self) -> Incomplete: method txdone (line 1046) | def txdone(self) -> bool: method read (line 1061) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1072) | def any(self) -> int: method write (line 1087) | def write(self, buf) -> Union[int, None]: method readinto (line 1095) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1106) | def readline(self) -> Union[str, None]: method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1117) | class SDCard: method ioctl (line 1148) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1149) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1150) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1151) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1152) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1153) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1155) | class RTC: method init (line 1160) | def init(self, datetime) -> None: method memory (line 1168) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1169) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1185) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1187) | class SoftI2C(I2C): method readfrom_mem_into (line 1200) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1201) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1202) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1203) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1204) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1205) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1206) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1207) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1208) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1209) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1210) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1211) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1212) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1213) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1215) | class SPI: method deinit (line 1229) | def deinit(self) -> None: method init (line 1235) | def init( method write_readinto (line 1261) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1272) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1280) | def write(self, buf) -> int: method readinto (line 1289) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1299) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1301) | class Signal(Pin): method off (line 1322) | def off(self) -> None: method on (line 1328) | def on(self) -> None: method value (line 1334) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1354) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 18) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 19) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 20) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 21) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 22) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 23) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 24) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 26) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 19) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 25) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/urequests.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/usocket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/ussl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-esp32_generic-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_1-esp32-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/_espnow.pyi class ESPNowBase (line 22) | class ESPNowBase: method irq (line 23) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 24) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 25) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 26) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 27) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 28) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 29) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 30) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 31) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 32) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 33) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 34) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 35) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 36) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-esp32-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/aioespnow.pyi class AIOESPNow (line 11) | class AIOESPNow: method peer_count (line 14) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recv (line 15) | def recv(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 16) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method irecv (line 17) | def irecv(self, *args, **kwargs) -> Incomplete: ... method stats (line 18) | def stats(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 19) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 20) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method any (line 21) | def any(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 22) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 23) | def active(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method config (line 25) | def config(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method irq (line 29) | def irq(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/apa106.pyi class NeoPixel (line 10) | class NeoPixel: method write (line 12) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 13) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class APA106 (line 16) | class APA106: method write (line 18) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 19) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/asyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function current_task (line 56) | def current_task() -> Task: function ticks_diff (line 62) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 63) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function get_event_loop (line 71) | def get_event_loop() -> Incomplete: function ticks (line 77) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 78) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 79) | def new_event_loop() -> Incomplete: function ticks_add (line 88) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 97) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 105) | def run(coro) -> Incomplete: class TaskQueue (line 115) | class TaskQueue: method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 117) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 118) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 124) | class Lock: method locked (line 132) | def locked(self) -> bool: method release (line 138) | def release(self) -> Incomplete: method __init__ (line 146) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 148) | class Task: method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 161) | class CancelledError(Exception): ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 266) | class ThreadSafeFlag: method set (line 274) | def set(self) -> None: method ioctl (line 281) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 282) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 291) | class Event: method set (line 297) | def set(self) -> None: method is_set (line 306) | def is_set(self) -> bool: method clear (line 312) | def clear(self) -> None: method __init__ (line 318) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 320) | class IOQueue: method queue_read (line 321) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 322) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 323) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 324) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 325) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 326) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 329) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_1-esp32-stubs/asyncio/core.pyi function _promote_to_task (line 13) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 15) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 16) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 17) | def current_task(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 19) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 20) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 23) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 24) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class CancelledError (line 29) | class CancelledError(Exception): ... class Task (line 31) | class Task: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 34) | class TaskQueue: method push (line 35) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 36) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 37) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 38) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 41) | class Loop: method get_exception_handler (line 42) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 43) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 44) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 46) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 47) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 48) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 49) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 50) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 55) | class SingletonGenerator: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 58) | class IOQueue: method queue_read (line 59) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 60) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 61) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 62) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 63) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 64) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 69) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_1-esp32-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_1-esp32-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_22_1-esp32-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_22_1-esp32-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_1-esp32-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/esp.pyi function osdebug (line 27) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 67) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 68) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 69) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 70) | def flash_user_start() -> Incomplete: function flash_erase (line 76) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 77) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 78) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-stubs/esp32.pyi function raw_temperature (line 24) | def raw_temperature() -> int: function idf_heap_info (line 30) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_touch (line 68) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 75) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 83) | def wake_on_ext1(pins, level) -> None: function wake_on_ulp (line 91) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 98) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 105) | class ULP: method run (line 111) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 117) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 123) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 131) | class NVS: method get_i32 (line 137) | def get_i32(self, key) -> int: method set_i32 (line 144) | def set_i32(self, key, value) -> None: method set_blob (line 150) | def set_blob(self, key, value) -> None: method commit (line 159) | def commit(self) -> Incomplete: method get_blob (line 165) | def get_blob(self, key, buffer) -> int: method erase_key (line 173) | def erase_key(self, key) -> Incomplete: method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 181) | class Partition: method readblocks (line 192) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 193) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 201) | def set_boot(self) -> None: method writeblocks (line 212) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 213) | def info(self) -> Tuple: method find (line 220) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 231) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 241) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 254) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 256) | class RMT: method source_freq (line 275) | def source_freq(cls) -> Incomplete: method loop (line 282) | def loop(self, enable_loop) -> None: method wait_done (line 291) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 300) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 331) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 345) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 346) | def clock_div(self) -> Incomplete: method __init__ (line 353) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/espnow.pyi class ESPNow (line 22) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 34) | def peer_count(self) -> int: method recv (line 45) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 85) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method irecv (line 94) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method stats (line 125) | def stats(self) -> Incomplete: method recvinto (line 142) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method set_pmk (line 177) | def set_pmk(self, pmk) -> None: method any (line 204) | def any(self) -> Incomplete: method add_peer (line 224) | def add_peer( method active (line 281) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 311) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method config (line 358) | def config(self, param) -> str: method get_peers (line 402) | def get_peers(self) -> Tuple: method get_peer (line 409) | def get_peer(self, mac) -> Incomplete: method del_peer (line 427) | def del_peer(self, mac) -> Incomplete: method irq (line 444) | def irq(self, callback) -> Incomplete: method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 478) | class ESPNowBase: method irq (line 479) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 480) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 481) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 482) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 483) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 484) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 485) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 486) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 487) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 488) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 489) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 490) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 491) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 492) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 493) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/flashbdev.pyi class Partition (line 12) | class Partition: method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 18) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method set_boot (line 19) | def set_boot(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 20) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method find (line 22) | def find(self, *args, **kwargs) -> Incomplete: ... method get_next_update (line 23) | def get_next_update(self, *args, **kwargs) -> Incomplete: ... method mark_app_valid_cancel_rollback (line 25) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_1-esp32-stubs/hashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-stubs/inisetup.pyi function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 11) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-esp32-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-stubs/logging.pyi function info (line 20) | def info(*args, **kwargs) -> Incomplete: ... function basicConfig (line 21) | def basicConfig(*args, **kwargs) -> Incomplete: ... function debug (line 22) | def debug(*args, **kwargs) -> Incomplete: ... function getLogger (line 23) | def getLogger(*args, **kwargs) -> Incomplete: ... class Logger (line 27) | class Logger: method setLevel (line 29) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method _level_str (line 30) | def _level_str(self, *args, **kwargs) -> Incomplete: ... method critical (line 31) | def critical(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 32) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method debug (line 33) | def debug(self, *args, **kwargs) -> Incomplete: ... method log (line 34) | def log(self, *args, **kwargs) -> Incomplete: ... method info (line 35) | def info(self, *args, **kwargs) -> Incomplete: ... method error (line 36) | def error(self, *args, **kwargs) -> Incomplete: ... method exception (line 37) | def exception(self, *args, **kwargs) -> Incomplete: ... method warning (line 38) | def warning(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/machine.pyi function wake_reason (line 37) | def wake_reason() -> Incomplete: function disable_irq (line 45) | def disable_irq() -> Incomplete: function dht_readinto (line 54) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 55) | def bitstream( function bootloader (line 84) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 94) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 119) | def soft_reset() -> NoReturn: function sleep (line 127) | def sleep() -> Incomplete: function enable_irq (line 133) | def enable_irq(state) -> Incomplete: function time_pulse_us (line 141) | def time_pulse_us( function unique_id (line 163) | def unique_id() -> bytes: function idle (line 172) | def idle() -> Incomplete: function freq (line 181) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 189) | def reset_cause() -> int: function lightsleep (line 195) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 220) | def reset() -> NoReturn: class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 260) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 267) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 278) | def deinit(self) -> None: method duty_ns (line 284) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 294) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 295) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 297) | class WDT: method feed (line 306) | def feed(self) -> None: method __init__ (line 314) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 319) | class ADCBlock: method init (line 329) | def init(self, *, bits) -> None: method connect (line 336) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 357) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 359) | class ADC: method read_u16 (line 383) | def read_u16(self) -> int: method init (line 391) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 399) | def read_uv(self) -> int: method width (line 407) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 408) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 409) | def block(self) -> Incomplete: method atten (line 419) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 420) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 422) | class I2S: method shift (line 453) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 461) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 467) | def irq(self, handler) -> Incomplete: method readinto (line 475) | def readinto(self, buf) -> int: method deinit (line 484) | def deinit(self) -> Incomplete: method write (line 490) | def write(self, buf) -> int: method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 501) | class DAC: method write (line 502) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 503) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 505) | class I2C: method readfrom_mem_into (line 523) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 535) | def readfrom_into( method readfrom_mem (line 550) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 559) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 570) | def scan(self) -> List: method writeto (line 578) | def writeto( method writevto (line 593) | def writevto( method start (line 614) | def start(self) -> None: method readfrom (line 620) | def readfrom( method readinto (line 633) | def readinto( method init (line 647) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 661) | def stop(self) -> None: method write (line 667) | def write(self, buf) -> int: method __init__ (line 675) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 677) | class Timer: method deinit (line 688) | def deinit(self) -> None: method init (line 694) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 734) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 737) | class SoftSPI(SPI): method deinit (line 746) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 747) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 748) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 749) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 750) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 751) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 752) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 754) | class Pin: method irq (line 831) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 876) | def on(self) -> None: method off (line 882) | def off(self) -> None: method value (line 888) | def value(self, x: Optional[Any] = None) -> int: method init (line 922) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 932) | class board: method __init__ (line 933) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 935) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 936) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 944) | class TouchPad: method config (line 945) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 946) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 947) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 949) | class UART: method deinit (line 960) | def deinit(self) -> None: method sendbreak (line 970) | def sendbreak(self) -> None: method init (line 977) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1031) | def flush(self) -> Incomplete: method txdone (line 1046) | def txdone(self) -> bool: method read (line 1061) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1072) | def any(self) -> int: method write (line 1087) | def write(self, buf) -> Union[int, None]: method readinto (line 1095) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1106) | def readline(self) -> Union[str, None]: method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1117) | class SDCard: method ioctl (line 1148) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1149) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1150) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1151) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1152) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1153) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1155) | class RTC: method init (line 1160) | def init(self, datetime) -> None: method memory (line 1168) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1169) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1185) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1187) | class SoftI2C(I2C): method readfrom_mem_into (line 1200) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1201) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1202) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1203) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1204) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1205) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1206) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1207) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1208) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1209) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1210) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1211) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1212) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1213) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1215) | class SPI: method deinit (line 1229) | def deinit(self) -> None: method init (line 1235) | def init( method write_readinto (line 1261) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1272) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1280) | def write(self, buf) -> int: method readinto (line 1289) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1299) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1301) | class Signal(Pin): method off (line 1322) | def off(self) -> None: method on (line 1328) | def on(self) -> None: method value (line 1334) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1354) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_1-esp32-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _install_json (line 14) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 16) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _chunk (line 17) | def _chunk(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... function install (line 19) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 20) | def _check_exists(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-esp32-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/network.pyi function phy_mode (line 91) | def phy_mode(*args, **kwargs) -> Incomplete: ... function country (line 92) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 93) | def hostname(*args, **kwargs) -> Incomplete: ... class LAN (line 95) | class LAN: method __init__ (line 118) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 119) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 127) | def isconnected(self) -> bool: method status (line 134) | def status(self) -> Incomplete: method ifconfig (line 140) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 152) | def config(self, config_parameters) -> Incomplete: function PPP (line 172) | def PPP(*args, **kwargs) -> Incomplete: ... class WLAN (line 174) | class WLAN: method status (line 186) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 205) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 216) | def isconnected(self) -> bool: method scan (line 224) | def scan(self) -> List[Tuple]: method disconnect (line 253) | def disconnect(self) -> None: method active (line 259) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 267) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 302) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 311) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-esp32-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_1-esp32-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_1-esp32-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_1-esp32-stubs/socket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/ssl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_1-esp32-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_1-esp32-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/uasyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function current_task (line 56) | def current_task() -> Task: function ticks_diff (line 62) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 63) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function get_event_loop (line 71) | def get_event_loop() -> Incomplete: function ticks (line 77) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 78) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 79) | def new_event_loop() -> Incomplete: function ticks_add (line 88) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 97) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 105) | def run(coro) -> Incomplete: class TaskQueue (line 115) | class TaskQueue: method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 117) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 118) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 124) | class Lock: method locked (line 132) | def locked(self) -> bool: method release (line 138) | def release(self) -> Incomplete: method __init__ (line 146) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 148) | class Task: method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 161) | class CancelledError(Exception): ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 266) | class ThreadSafeFlag: method set (line 274) | def set(self) -> None: method ioctl (line 281) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 282) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 291) | class Event: method set (line 297) | def set(self) -> None: method is_set (line 306) | def is_set(self) -> bool: method clear (line 312) | def clear(self) -> None: method __init__ (line 318) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 320) | class IOQueue: method queue_read (line 321) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 322) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 323) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 324) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 325) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 326) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 329) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_1-esp32-stubs/uasyncio/core.pyi function _promote_to_task (line 13) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 15) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 16) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 17) | def current_task(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 19) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 20) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 23) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 24) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class CancelledError (line 29) | class CancelledError(Exception): ... class Task (line 31) | class Task: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 34) | class TaskQueue: method push (line 35) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 36) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 37) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 38) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 41) | class Loop: method get_exception_handler (line 42) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 43) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 44) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 46) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 47) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 48) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 49) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 50) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 55) | class SingletonGenerator: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 58) | class IOQueue: method queue_read (line 59) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 60) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 61) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 62) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 63) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 64) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 69) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_1-esp32-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_1-esp32-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_1-esp32-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/uhashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-stubs/umachine.pyi function wake_reason (line 37) | def wake_reason() -> Incomplete: function disable_irq (line 45) | def disable_irq() -> Incomplete: function dht_readinto (line 54) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 55) | def bitstream( function bootloader (line 84) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 94) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 119) | def soft_reset() -> NoReturn: function sleep (line 127) | def sleep() -> Incomplete: function enable_irq (line 133) | def enable_irq(state) -> Incomplete: function time_pulse_us (line 141) | def time_pulse_us( function unique_id (line 163) | def unique_id() -> bytes: function idle (line 172) | def idle() -> Incomplete: function freq (line 181) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 189) | def reset_cause() -> int: function lightsleep (line 195) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 220) | def reset() -> NoReturn: class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 260) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 267) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 278) | def deinit(self) -> None: method duty_ns (line 284) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 294) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 295) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 297) | class WDT: method feed (line 306) | def feed(self) -> None: method __init__ (line 314) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 319) | class ADCBlock: method init (line 329) | def init(self, *, bits) -> None: method connect (line 336) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 357) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 359) | class ADC: method read_u16 (line 383) | def read_u16(self) -> int: method init (line 391) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 399) | def read_uv(self) -> int: method width (line 407) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 408) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 409) | def block(self) -> Incomplete: method atten (line 419) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 420) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 422) | class I2S: method shift (line 453) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 461) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 467) | def irq(self, handler) -> Incomplete: method readinto (line 475) | def readinto(self, buf) -> int: method deinit (line 484) | def deinit(self) -> Incomplete: method write (line 490) | def write(self, buf) -> int: method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 501) | class DAC: method write (line 502) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 503) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 505) | class I2C: method readfrom_mem_into (line 523) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 535) | def readfrom_into( method readfrom_mem (line 550) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 559) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 570) | def scan(self) -> List: method writeto (line 578) | def writeto( method writevto (line 593) | def writevto( method start (line 614) | def start(self) -> None: method readfrom (line 620) | def readfrom( method readinto (line 633) | def readinto( method init (line 647) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 661) | def stop(self) -> None: method write (line 667) | def write(self, buf) -> int: method __init__ (line 675) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 677) | class Timer: method deinit (line 688) | def deinit(self) -> None: method init (line 694) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 734) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 737) | class SoftSPI(SPI): method deinit (line 746) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 747) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 748) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 749) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 750) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 751) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 752) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 754) | class Pin: method irq (line 831) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 876) | def on(self) -> None: method off (line 882) | def off(self) -> None: method value (line 888) | def value(self, x: Optional[Any] = None) -> int: method init (line 922) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 932) | class board: method __init__ (line 933) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 935) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 936) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 944) | class TouchPad: method config (line 945) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 946) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 947) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 949) | class UART: method deinit (line 960) | def deinit(self) -> None: method sendbreak (line 970) | def sendbreak(self) -> None: method init (line 977) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1031) | def flush(self) -> Incomplete: method txdone (line 1046) | def txdone(self) -> bool: method read (line 1061) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1072) | def any(self) -> int: method write (line 1087) | def write(self, buf) -> Union[int, None]: method readinto (line 1095) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1106) | def readline(self) -> Union[str, None]: method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1117) | class SDCard: method ioctl (line 1148) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1149) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1150) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1151) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1152) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1153) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1155) | class RTC: method init (line 1160) | def init(self, datetime) -> None: method memory (line 1168) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1169) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1185) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1187) | class SoftI2C(I2C): method readfrom_mem_into (line 1200) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1201) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1202) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1203) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1204) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1205) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1206) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1207) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1208) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1209) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1210) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1211) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1212) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1213) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1215) | class SPI: method deinit (line 1229) | def deinit(self) -> None: method init (line 1235) | def init( method write_readinto (line 1261) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1272) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1280) | def write(self, buf) -> int: method readinto (line 1289) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1299) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1301) | class Signal(Pin): method off (line 1322) | def off(self) -> None: method on (line 1328) | def on(self) -> None: method value (line 1334) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1354) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 18) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 19) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 20) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 21) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 22) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 23) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 24) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 26) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 19) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 25) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_1-esp32-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_1-esp32-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-esp32-stubs/urequests.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_1-esp32-stubs/usocket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/ussl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_1-esp32-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_1-esp32-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_1-esp32-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-esp32-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/_rp2.pyi function bootsel_button (line 25) | def bootsel_button() -> Incomplete: class DMA (line 38) | class DMA: method irq (line 39) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 40) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 41) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 42) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 43) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 44) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 47) | class StateMachine: method irq (line 57) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 65) | def put(self, value, shift=0) -> Incomplete: method restart (line 81) | def restart(self) -> Incomplete: method rx_fifo (line 96) | def rx_fifo(self) -> int: method tx_fifo (line 106) | def tx_fifo(self) -> int: method init (line 116) | def init( method exec (line 164) | def exec(self, instr) -> Incomplete: method get (line 180) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 192) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 203) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 205) | class PIO: method state_machine (line 226) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 238) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 248) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 258) | def add_program(self, program) -> Incomplete: method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 270) | class Flash: method readblocks (line 275) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 276) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 277) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 285) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/aioble/central.pyi function _central_irq (line 37) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 38) | def _central_shutdown() -> None: ... function _cancel_pending (line 39) | async def _cancel_pending() -> None: ... function _connect (line 40) | async def _connect(connection, timeout_ms) -> None: ... class ScanResult (line 42) | class ScanResult: method __init__ (line 48) | def __init__(self, device) -> None: ... method _update (line 49) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 50) | def __str__(self) -> str: ... method _decode_field (line 51) | def _decode_field(self, *adv_type) -> Generator[Incomplete, None, None... method name (line 52) | def name(self): ... method services (line 53) | def services(self) -> Generator[Incomplete, None, None]: ... method manufacturer (line 54) | def manufacturer(self, filter: Incomplete | None = ...) -> Generator[I... class scan (line 56) | class scan: method __init__ (line 65) | def __init__( method __aenter__ (line 68) | async def __aenter__(self): ... method __aexit__ (line 69) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 70) | def __aiter__(self): ... method __anext__ (line 71) | async def __anext__(self): ... method cancel (line 72) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/aioble/client.pyi function _client_irq (line 26) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 28) | class ClientDiscover: method __init__ (line 37) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 38) | async def _start(self) -> None: ... method __aiter__ (line 39) | def __aiter__(self): ... method __anext__ (line 40) | async def __anext__(self): ... method _discover_result (line 41) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 42) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 44) | class ClientService: method __init__ (line 49) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 50) | def __str__(self) -> str: ... method characteristic (line 51) | async def characteristic(self, uuid, timeout_ms: int = ...): ... method characteristics (line 52) | def characteristics(self, uuid: Incomplete | None = ..., timeout_ms: i... method _start_discovery (line 53) | def _start_discovery(connection, uuid: Incomplete | None = ...) -> Non... class BaseClientCharacteristic (line 55) | class BaseClientCharacteristic: method __init__ (line 64) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 65) | def _register_with_connection(self) -> None: ... method _find (line 66) | def _find(conn_handle, value_handle): ... method _check (line 67) | def _check(self, flag) -> None: ... method read (line 68) | async def read(self, timeout_ms: int = ...): ... method _read_result (line 69) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 70) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 71) | async def write(self, data, response: Incomplete | None = ..., timeout... method _write_done (line 72) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 74) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 82) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 83) | def __str__(self) -> str: ... method _connection (line 84) | def _connection(self): ... method descriptor (line 85) | async def descriptor(self, uuid, timeout_ms: int = ...): ... method descriptors (line 86) | def descriptors(self, timeout_ms: int = ...): ... method _start_discovery (line 87) | def _start_discovery(service, uuid: Incomplete | None = ...) -> None: ... method _notified_indicated (line 88) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 89) | async def notified(self, timeout_ms: Incomplete | None = ...): ... method _on_notify_indicate (line 90) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 91) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 92) | async def indicated(self, timeout_ms: Incomplete | None = ...): ... method _on_indicate (line 93) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 94) | async def subscribe(self, notify: bool = ..., indicate: bool = ...) ->... class ClientDescriptor (line 96) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 99) | def __str__(self) -> str: ... method _connection (line 100) | def _connection(self): ... method _start_discovery (line 101) | def _start_discovery(characteristic, uuid: Incomplete | None = ...) ->... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/aioble/core.pyi function log_error (line 5) | def log_error(*args) -> None: ... function log_warn (line 6) | def log_warn(*args) -> None: ... function log_info (line 7) | def log_info(*args) -> None: ... class GattError (line 9) | class GattError(Exception): method __init__ (line 11) | def __init__(self, status) -> None: ... function ensure_active (line 13) | def ensure_active() -> None: ... function config (line 14) | def config(*args, **kwargs): ... function register_irq_handler (line 19) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 20) | def stop() -> None: ... function ble_irq (line 21) | def ble_irq(event, data): ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/aioble/device.pyi class DeviceDisconnectedError (line 7) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 9) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 11) | class DeviceTimeout: method __init__ (line 16) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 17) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 18) | def __enter__(self) -> None: ... method __exit__ (line 19) | def __exit__( class Device (line 23) | class Device: method __init__ (line 27) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 28) | def __eq__(self, rhs): ... method __hash__ (line 29) | def __hash__(self): ... method __str__ (line 30) | def __str__(self) -> str: ... method addr_hex (line 31) | def addr_hex(self): ... method connect (line 32) | async def connect(self, timeout_ms: int = ...): ... class DeviceConnection (line 34) | class DeviceConnection: method __init__ (line 51) | def __init__(self, device) -> None: ... method device_task (line 52) | async def device_task(self) -> None: ... method _run_task (line 53) | def _run_task(self) -> None: ... method disconnect (line 54) | async def disconnect(self, timeout_ms: int = ...) -> None: ... method disconnected (line 55) | async def disconnected(self, timeout_ms: int = ..., disconnect: bool =... method service (line 56) | async def service(self, uuid, timeout_ms: int = ...): ... method services (line 57) | def services(self, uuid: Incomplete | None = ..., timeout_ms: int = ..... method pair (line 58) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 59) | def is_connected(self): ... method timeout (line 60) | def timeout(self, timeout_ms): ... method exchange_mtu (line 61) | async def exchange_mtu(self, mtu: Incomplete | None = ..., timeout_ms:... method l2cap_accept (line 62) | async def l2cap_accept(self, psm, mtu, timeout_ms: Incomplete | None =... method l2cap_connect (line 63) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = ...): ... method __aenter__ (line 64) | async def __aenter__(self): ... method __aexit__ (line 65) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/aioble/l2cap.pyi function _l2cap_irq (line 13) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 14) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 16) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 17) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 19) | class L2CAPChannel: method __init__ (line 28) | def __init__(self, connection) -> None: ... method _assert_connected (line 29) | def _assert_connected(self) -> None: ... method recvinto (line 30) | async def recvinto(self, buf, timeout_ms: Incomplete | None = ...): ... method available (line 31) | def available(self): ... method send (line 32) | async def send(self, buf, timeout_ms: Incomplete | None = ..., chunk_s... method flush (line 33) | async def flush(self, timeout_ms: Incomplete | None = ...) -> None: ... method disconnect (line 34) | async def disconnect(self, timeout_ms: int = ...) -> None: ... method disconnected (line 35) | async def disconnected(self, timeout_ms: int = ...) -> None: ... method __aenter__ (line 36) | async def __aenter__(self): ... method __aexit__ (line 37) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 39) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 40) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/aioble/peripheral.pyi function _peripheral_irq (line 29) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 30) | def _peripheral_shutdown() -> None: ... function _append (line 31) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 32) | async def advertise( FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/aioble/security.pyi function load_secrets (line 23) | def load_secrets(path: Incomplete | None = ...) -> None: ... function _save_secrets (line 24) | def _save_secrets(arg: Incomplete | None = ...) -> None: ... function _security_irq (line 25) | def _security_irq(event, data): ... function _security_shutdown (line 26) | def _security_shutdown() -> None: ... function pair (line 27) | async def pair(connection, bond: bool = ..., le_secure: bool = ..., mitm... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/aioble/server.pyi function _server_irq (line 32) | def _server_irq(event, data): ... function _server_shutdown (line 33) | def _server_shutdown() -> None: ... class Service (line 35) | class Service: method __init__ (line 38) | def __init__(self, uuid) -> None: ... method _tuple (line 39) | def _tuple(self): ... class BaseCharacteristic (line 41) | class BaseCharacteristic: method _register (line 44) | def _register(self, value_handle) -> None: ... method read (line 45) | def read(self): ... method write (line 46) | def write(self, data, send_update: bool = ...) -> None: ... method _init_capture (line 48) | def _init_capture() -> None: ... method _run_capture_task (line 50) | async def _run_capture_task() -> None: ... method written (line 52) | async def written(self, timeout_ms: Incomplete | None = ...): ... method on_read (line 53) | def on_read(self, connection): ... method _remote_write (line 54) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 55) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 57) | class Characteristic(BaseCharacteristic): method __init__ (line 68) | def __init__( method _tuple (line 80) | def _tuple(self): ... method notify (line 81) | def notify(self, connection, data: Incomplete | None = ...) -> None: ... method indicate (line 82) | async def indicate(self, connection, data: Incomplete | None = ..., ti... method _indicate_done (line 83) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 85) | class BufferedCharacteristic(Characteristic): method __init__ (line 88) | def __init__(self, *args, max_len: int = ..., append: bool = ..., **kw... method _register (line 89) | def _register(self, value_handle) -> None: ... class Descriptor (line 91) | class Descriptor(BaseCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, uuid, read: bool = ..., write: bool... method _tuple (line 99) | def _tuple(self): ... function register_services (line 101) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/asyncio/__init__.pyi function __getattr__ (line 43) | def __getattr__(attr): ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/asyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/asyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(io.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/asyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/asyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/asyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method close (line 11) | def close(self) -> None: ... method wait_closed (line 12) | async def wait_closed(self) -> None: ... method read (line 13) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 14) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 15) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 16) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 17) | def write(self, buf) -> None: ... method drain (line 18) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 23) | def open_connection( class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 31) | def close(self) -> None: ... method wait_closed (line 32) | async def wait_closed(self) -> None: ... method _serve (line 33) | async def _serve(self, s, cb, ssl) -> Generator[Incomplete, None, None... function start_server (line 35) | async def start_server(cb, host, port, backlog: int = ..., ssl: Incomple... function stream_awrite (line 36) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gatts_read (line 54) | def gatts_read( method gatts_set_buffer (line 64) | def gatts_set_buffer( method gatts_register_services (line 82) | def gatts_register_services( method gattc_write (line 148) | def gattc_write( method gatts_notify (line 174) | def gatts_notify( method gatts_indicate (line 194) | def gatts_indicate( method l2cap_send (line 217) | def l2cap_send( method l2cap_listen (line 238) | def l2cap_listen( method gatts_write (line 259) | def gatts_write( method l2cap_recvinto (line 274) | def l2cap_recvinto( method irq (line 299) | def irq( method l2cap_disconnect (line 496) | def l2cap_disconnect( method l2cap_connect (line 507) | def l2cap_connect( method gap_connect (line 524) | def gap_connect( method gap_pair (line 555) | def gap_pair( method gap_disconnect (line 569) | def gap_disconnect( method active (line 587) | def active( method gap_advertise (line 599) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 616) | def config( method gattc_read (line 683) | def gattc_read( method gattc_discover_services (line 697) | def gattc_discover_services( method gap_passkey (line 712) | def gap_passkey( method gattc_exchange_mtu (line 735) | def gattc_exchange_mtu( method gap_scan (line 752) | def gap_scan( method gattc_discover_descriptors (line 794) | def gattc_discover_descriptors( method gattc_discover_characteristics (line 808) | def gattc_discover_characteristics( method __init__ (line 829) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/cbor2/decoder.pyi class CBORDecodeError (line 3) | class CBORDecodeError(Exception): class CBORSimpleValue (line 8) | class CBORSimpleValue: method __init__ (line 15) | def __init__(self, value) -> None: ... method __eq__ (line 16) | def __eq__(self, other): ... method __repr__ (line 17) | def __repr__(self) -> str: ... function decode_uint (line 19) | def decode_uint(decoder, subtype, allow_indefinite: bool = ...): ... function decode_negint (line 20) | def decode_negint(decoder, subtype): ... function decode_bytestring (line 21) | def decode_bytestring(decoder, subtype): ... function decode_string (line 22) | def decode_string(decoder, subtype): ... function decode_array (line 23) | def decode_array(decoder, subtype): ... function decode_map (line 24) | def decode_map(decoder, subtype): ... function decode_special (line 25) | def decode_special(decoder, subtype): ... function decode_simple_value (line 26) | def decode_simple_value(decoder): ... function decode_float16 (line 27) | def decode_float16(decoder) -> None: ... function decode_float32 (line 28) | def decode_float32(decoder): ... function decode_float64 (line 29) | def decode_float64(decoder): ... class CBORDecoder (line 34) | class CBORDecoder: method __init__ (line 40) | def __init__(self, fp) -> None: ... method read (line 41) | def read(self, amount): method decode (line 46) | def decode(self): function loads (line 52) | def loads(payload, **kwargs): function load (line 60) | def load(fp, **kwargs): FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/cbor2/encoder.pyi class CBOREncodeError (line 3) | class CBOREncodeError(Exception): function encode_length (line 6) | def encode_length(major_tag, length): ... function encode_semantic (line 7) | def encode_semantic(encoder, tag, value) -> None: ... function encode_float (line 8) | def encode_float(encoder, value) -> None: ... function encode_int (line 9) | def encode_int(encoder, value) -> None: ... function encode_bytestring (line 10) | def encode_bytestring(encoder, value) -> None: ... function encode_bytearray (line 11) | def encode_bytearray(encoder, value) -> None: ... function encode_string (line 12) | def encode_string(encoder, value) -> None: ... function encode_map (line 13) | def encode_map(encoder, value) -> None: ... function encode_array (line 14) | def encode_array(encoder, value) -> None: ... function encode_boolean (line 15) | def encode_boolean(encoder, value) -> None: ... function encode_none (line 16) | def encode_none(encoder, value) -> None: ... class CBOREncoder (line 20) | class CBOREncoder: method __init__ (line 26) | def __init__(self, fp) -> None: ... method _find_encoder (line 27) | def _find_encoder(self, obj): ... method write (line 28) | def write(self, data) -> None: method encode (line 33) | def encode(self, obj) -> None: function dumps (line 39) | def dumps(obj, **kwargs): function dump (line 48) | def dump(obj, fp, **kwargs) -> None: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/espflash.pyi class ESPFlash (line 21) | class ESPFlash: method __init__ (line 28) | def __init__(self, reset, gpio0, uart, log_enabled: bool = ...) -> Non... method _log (line 29) | def _log(self, data, out: bool = ...) -> None: ... method _uart_drain (line 30) | def _uart_drain(self) -> None: ... method _read_reg (line 31) | def _read_reg(self, addr): ... method _write_reg (line 32) | def _write_reg(self, addr, data, mask: int = ..., delay: int = ...) ->... method _poll_reg (line 33) | def _poll_reg(self, addr, flag, retry: int = ..., delay: float = ...) ... method _write_slip (line 34) | def _write_slip(self, pkt) -> None: ... method _read_slip (line 35) | def _read_slip(self): ... method _strerror (line 36) | def _strerror(self, err): ... method _checksum (line 37) | def _checksum(self, data): ... method _command (line 38) | def _command(self, cmd, payload: bytes = ..., checksum: int = ...): ... method set_baudrate (line 39) | def set_baudrate(self, baudrate, timeout: int = ...) -> None: ... method bootloader (line 40) | def bootloader(self, retry: int = ...): ... method flash_read_size (line 41) | def flash_read_size(self): ... method flash_attach (line 42) | def flash_attach(self) -> None: ... method flash_config (line 43) | def flash_config(self, flash_size=...) -> None: ... method flash_write_file (line 44) | def flash_write_file(self, path, blksize: int = ...) -> None: ... method flash_verify_file (line 45) | def flash_verify_file(self, path, digest: Incomplete | None = ..., off... method reboot (line 46) | def reboot(self) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/hashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/logging.pyi class LogRecord (line 17) | class LogRecord: method set (line 25) | def set(self, name, level, message) -> None: ... class Handler (line 27) | class Handler: method __init__ (line 30) | def __init__(self, level=...) -> None: ... method close (line 31) | def close(self) -> None: ... method setLevel (line 32) | def setLevel(self, level) -> None: ... method setFormatter (line 33) | def setFormatter(self, formatter) -> None: ... method format (line 34) | def format(self, record): ... class StreamHandler (line 36) | class StreamHandler(Handler): method __init__ (line 39) | def __init__(self, stream: Incomplete | None = ...) -> None: ... method close (line 40) | def close(self) -> None: ... method emit (line 41) | def emit(self, record) -> None: ... class FileHandler (line 43) | class FileHandler(StreamHandler): method __init__ (line 44) | def __init__(self, filename, mode: str = ..., encoding: str = ...) -> ... method close (line 45) | def close(self) -> None: ... class Formatter (line 47) | class Formatter: method __init__ (line 50) | def __init__(self, fmt: Incomplete | None = ..., datefmt: Incomplete |... method usesTime (line 51) | def usesTime(self): ... method formatTime (line 52) | def formatTime(self, datefmt, record): ... method format (line 53) | def format(self, record): ... class Logger (line 55) | class Logger: method __init__ (line 60) | def __init__(self, name, level=...) -> None: ... method setLevel (line 61) | def setLevel(self, level) -> None: ... method isEnabledFor (line 62) | def isEnabledFor(self, level): ... method getEffectiveLevel (line 63) | def getEffectiveLevel(self): ... method log (line 64) | def log(self, level, msg, *args) -> None: ... method debug (line 65) | def debug(self, msg, *args) -> None: ... method info (line 66) | def info(self, msg, *args) -> None: ... method warning (line 67) | def warning(self, msg, *args) -> None: ... method error (line 68) | def error(self, msg, *args) -> None: ... method critical (line 69) | def critical(self, msg, *args) -> None: ... method exception (line 70) | def exception(self, msg, *args, exc_info: bool = ...) -> None: ... method addHandler (line 71) | def addHandler(self, handler) -> None: ... method hasHandlers (line 72) | def hasHandlers(self): ... function getLogger (line 74) | def getLogger(name: Incomplete | None = ...): ... function log (line 75) | def log(level, msg, *args) -> None: ... function debug (line 76) | def debug(msg, *args) -> None: ... function info (line 77) | def info(msg, *args) -> None: ... function warning (line 78) | def warning(msg, *args) -> None: ... function error (line 79) | def error(msg, *args) -> None: ... function critical (line 80) | def critical(msg, *args) -> None: ... function exception (line 81) | def exception(msg, *args) -> None: ... function shutdown (line 82) | def shutdown() -> None: ... function addLevelName (line 83) | def addLevelName(level, name) -> None: ... function basicConfig (line 84) | def basicConfig( FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/lsm6dsox.pyi class LSM6DSOX (line 25) | class LSM6DSOX: method __init__ (line 33) | def __init__( method _read_reg (line 51) | def _read_reg(self, reg, size: int = ...): ... method _write_reg (line 52) | def _write_reg(self, reg, val) -> None: ... method _read_reg_into (line 53) | def _read_reg_into(self, reg, buf) -> None: ... method reset (line 54) | def reset(self) -> None: ... method set_mem_bank (line 55) | def set_mem_bank(self, bank) -> None: ... method set_embedded_functions (line 56) | def set_embedded_functions(self, enable, emb_ab: Incomplete | None = .... method load_mlc (line 57) | def load_mlc(self, ucf) -> None: ... method mlc_output (line 58) | def mlc_output(self): ... method gyro (line 59) | def gyro(self): method accel (line 61) | def accel(self): FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/machine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 807) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 809) | class board: method __init__ (line 842) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 844) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 845) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 853) | class SoftSPI(SPI): method deinit (line 862) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 863) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 864) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 865) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 866) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 867) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 868) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 870) | class Timer: method init (line 881) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 921) | def deinit(self) -> None: method __init__ (line 927) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 929) | class UART: method deinit (line 938) | def deinit(self) -> None: method sendbreak (line 948) | def sendbreak(self) -> None: method init (line 955) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1009) | def flush(self) -> Incomplete: method txdone (line 1024) | def txdone(self) -> bool: method read (line 1039) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1050) | def any(self) -> int: method write (line 1065) | def write(self, buf) -> Union[int, None]: method readinto (line 1073) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1084) | def readline(self) -> Union[str, None]: method __init__ (line 1093) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1095) | class SoftI2C(I2C): method readfrom_mem_into (line 1108) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1109) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1110) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1111) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1112) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1113) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1114) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1115) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1116) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1117) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1118) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1119) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1120) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1121) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1123) | class RTC: method datetime (line 1128) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1144) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1146) | class SPI: method deinit (line 1160) | def deinit(self) -> None: method init (line 1166) | def init( method write_readinto (line 1192) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1203) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1211) | def write(self, buf) -> int: method readinto (line 1220) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1230) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1232) | class Signal(Pin): method off (line 1253) | def off(self) -> None: method on (line 1259) | def on(self) -> None: method value (line 1265) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1285) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/mip/__init__.pyi function _ensure_path_exists (line 7) | def _ensure_path_exists(path) -> None: ... function _chunk (line 8) | def _chunk(src, dest) -> None: ... function _check_exists (line 9) | def _check_exists(path, short_hash): ... function _rewrite_url (line 10) | def _rewrite_url(url, branch: Incomplete | None = ...): ... function _download_file (line 11) | def _download_file(url, dest): ... function _install_json (line 12) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 13) | def _install_package(package, index, target, version, mpy): ... function install (line 14) | def install( FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/neopixel.pyi class NeoPixel (line 17) | class NeoPixel: method __init__ (line 33) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 34) | def __len__(self) -> int: method __setitem__ (line 39) | def __setitem__(self, i, v) -> None: method __getitem__ (line 44) | def __getitem__(self, i) -> Tuple: method fill (line 49) | def fill(self, v) -> None: method write (line 55) | def write(self) -> None: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/network.pyi function route (line 52) | def route(*args, **kwargs) -> Incomplete: ... function hostname (line 53) | def hostname(*args, **kwargs) -> Incomplete: ... function country (line 54) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 56) | class WLAN: method ifconfig (line 68) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method ioctl (line 79) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 80) | def isconnected(self) -> bool: method scan (line 88) | def scan(self) -> List[Tuple]: method status (line 117) | def status(self, param: Optional[Any] = None) -> Incomplete: method disconnect (line 136) | def disconnect(self) -> None: method active (line 142) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 150) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 185) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 194) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/rp2.pyi class PIOASMError (line 30) | class PIOASMError(Exception): ... class PIOASMEmit (line 32) | class PIOASMEmit: method __init__ (line 37) | def __init__( method start_pass (line 56) | def start_pass(self, pass_) -> None: ... method __getitem__ (line 57) | def __getitem__(self, key): ... method delay (line 58) | def delay(self, delay): ... method side (line 59) | def side(self, value): ... method wrap_target (line 60) | def wrap_target(self) -> None: ... method wrap (line 61) | def wrap(self) -> None: ... method label (line 62) | def label(self, label) -> None: ... method word (line 63) | def word(self, instr, label: Incomplete | None = ...): ... method nop (line 64) | def nop(self): ... method jmp (line 65) | def jmp(self, cond, label: Incomplete | None = ...): ... method wait (line 66) | def wait(self, polarity, src, index): ... method in_ (line 67) | def in_(self, src, data): ... method out (line 68) | def out(self, dest, data): ... method push (line 69) | def push(self, value: int = ..., value2: int = ...): ... method pull (line 70) | def pull(self, value: int = ..., value2: int = ...): ... method mov (line 71) | def mov(self, dest, src): ... method irq (line 72) | def irq(self, mod, index: Incomplete | None = ...): ... method set (line 73) | def set(self, dest, data): ... function asm_pio (line 77) | def asm_pio(**kw) -> Incomplete: function asm_pio_encode (line 114) | def asm_pio_encode(instr, sideset_count, sideset_opt: bool = ...) -> Inc... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/senml/senml_base.pyi class SenmlBase (line 1) | class SenmlBase: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/senml/senml_pack.pyi class SenmlPackIterator (line 5) | class SenmlPackIterator: method __init__ (line 10) | def __init__(self, list) -> None: ... method __iter__ (line 11) | def __iter__(self): ... method __next__ (line 12) | def __next__(self): ... class SenmlPack (line 14) | class SenmlPack(SenmlBase): method __init__ (line 30) | def __init__(self, name, callback: Incomplete | None = ...) -> None: method __iter__ (line 35) | def __iter__(self): ... method __enter__ (line 36) | def __enter__(self): method __exit__ (line 41) | def __exit__(self, exc_type: type[BaseException] | None, exc_val: Base... method base_value (line 47) | def base_value(self): method base_value (line 53) | def base_value(self, value) -> None: method base_sum (line 60) | def base_sum(self): method base_sum (line 66) | def base_sum(self, value) -> None: method base_time (line 73) | def base_time(self): ... method base_time (line 75) | def base_time(self, value) -> None: ... method _check_value_type (line 76) | def _check_value_type(self, value, field_name) -> None: method from_json (line 81) | def from_json(self, data) -> None: method _process_incomming_data (line 87) | def _process_incomming_data(self, records, naming_map) -> None: method do_actuate (line 94) | def do_actuate(self, raw, naming_map, device: Incomplete | None = ...)... method to_json (line 103) | def to_json(self): method _build_rec_dict (line 108) | def _build_rec_dict(self, naming_map, appendTo) -> None: method from_cbor (line 115) | def from_cbor(self, data) -> None: method to_cbor (line 121) | def to_cbor(self): method add (line 126) | def add(self, item) -> None: method remove (line 132) | def remove(self, item) -> None: method clear (line 138) | def clear(self) -> None: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/senml/senml_record.pyi class SenmlRecord (line 4) | class SenmlRecord(SenmlBase): method __init__ (line 16) | def __init__(self, name, **kwargs) -> None: method __enter__ (line 28) | def __enter__(self): method __exit__ (line 33) | def __exit__(self, exc_type: type[BaseException] | None, exc_val: Base... method _check_value_type (line 38) | def _check_value_type(self, value) -> None: method _check_number_type (line 43) | def _check_number_type(self, value, field_name) -> None: method value (line 49) | def value(self): method value (line 52) | def value(self, value) -> None: method time (line 59) | def time(self): ... method time (line 61) | def time(self, value) -> None: ... method update_time (line 63) | def update_time(self): ... method update_time (line 65) | def update_time(self, value) -> None: ... method sum (line 67) | def sum(self): ... method sum (line 69) | def sum(self, value) -> None: ... method _parent (line 71) | def _parent(self): method _parent (line 78) | def _parent(self, value) -> None: method _build_rec_dict (line 84) | def _build_rec_dict(self, naming_map, appendTo) -> None: method _from_raw (line 91) | def _from_raw(self, raw, naming_map) -> None: method do_actuate (line 98) | def do_actuate(self, raw, naming_map) -> None: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/senml/senml_unit.pyi function enum (line 3) | def enum(**enums): ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/socket.pyi function getaddrinfo (line 86) | def getaddrinfo( class socket (line 134) | class socket: method recvfrom (line 148) | def recvfrom(self, bufsize) -> Tuple: method recv (line 156) | def recv(self, bufsize) -> bytes: method makefile (line 163) | def makefile( method listen (line 185) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 194) | def settimeout(self, value) -> Incomplete: method sendall (line 229) | def sendall(self, bytes) -> int: method setsockopt (line 242) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 250) | def setblocking(self, flag) -> Incomplete: method sendto (line 262) | def sendto(self, bytes, address) -> None: method readline (line 269) | def readline(self) -> Incomplete: method readinto (line 277) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 287) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method connect (line 308) | def connect(self, address) -> None: method send (line 314) | def send(self, bytes) -> int: method bind (line 322) | def bind(self, address) -> Incomplete: method accept (line 328) | def accept(self) -> Tuple: method write (line 337) | def write(self, buf) -> int: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/ssl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/time.pyi function strftime (line 51) | def strftime(datefmt, ts): ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/uasyncio.pyi function __getattr__ (line 39) | def __getattr__(attr): ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gatts_read (line 54) | def gatts_read( method gatts_set_buffer (line 64) | def gatts_set_buffer( method gatts_register_services (line 82) | def gatts_register_services( method gattc_write (line 148) | def gattc_write( method gatts_notify (line 174) | def gatts_notify( method gatts_indicate (line 194) | def gatts_indicate( method l2cap_send (line 217) | def l2cap_send( method l2cap_listen (line 238) | def l2cap_listen( method gatts_write (line 259) | def gatts_write( method l2cap_recvinto (line 274) | def l2cap_recvinto( method irq (line 299) | def irq( method l2cap_disconnect (line 496) | def l2cap_disconnect( method l2cap_connect (line 507) | def l2cap_connect( method gap_connect (line 524) | def gap_connect( method gap_pair (line 555) | def gap_pair( method gap_disconnect (line 569) | def gap_disconnect( method active (line 587) | def active( method gap_advertise (line 599) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 616) | def config( method gattc_read (line 683) | def gattc_read( method gattc_discover_services (line 697) | def gattc_discover_services( method gap_passkey (line 712) | def gap_passkey( method gattc_exchange_mtu (line 735) | def gattc_exchange_mtu( method gap_scan (line 752) | def gap_scan( method gattc_discover_descriptors (line 794) | def gattc_discover_descriptors( method gattc_discover_characteristics (line 808) | def gattc_discover_characteristics( method __init__ (line 829) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/uhashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/umachine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 807) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 809) | class board: method __init__ (line 842) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 844) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 845) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 853) | class SoftSPI(SPI): method deinit (line 862) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 863) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 864) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 865) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 866) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 867) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 868) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 870) | class Timer: method init (line 881) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 921) | def deinit(self) -> None: method __init__ (line 927) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 929) | class UART: method deinit (line 938) | def deinit(self) -> None: method sendbreak (line 948) | def sendbreak(self) -> None: method init (line 955) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1009) | def flush(self) -> Incomplete: method txdone (line 1024) | def txdone(self) -> bool: method read (line 1039) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1050) | def any(self) -> int: method write (line 1065) | def write(self, buf) -> Union[int, None]: method readinto (line 1073) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1084) | def readline(self) -> Union[str, None]: method __init__ (line 1093) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1095) | class SoftI2C(I2C): method readfrom_mem_into (line 1108) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1109) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1110) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1111) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1112) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1113) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1114) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1115) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1116) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1117) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1118) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1119) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1120) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1121) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1123) | class RTC: method datetime (line 1128) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1144) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1146) | class SPI: method deinit (line 1160) | def deinit(self) -> None: method init (line 1166) | def init( method write_readinto (line 1192) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1203) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1211) | def write(self, buf) -> int: method readinto (line 1220) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1230) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1232) | class Signal(Pin): method off (line 1253) | def off(self) -> None: method on (line 1259) | def on(self) -> None: method value (line 1265) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1285) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/usocket.pyi function getaddrinfo (line 86) | def getaddrinfo( class socket (line 134) | class socket: method recvfrom (line 148) | def recvfrom(self, bufsize) -> Tuple: method recv (line 156) | def recv(self, bufsize) -> bytes: method makefile (line 163) | def makefile( method listen (line 185) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 194) | def settimeout(self, value) -> Incomplete: method sendall (line 229) | def sendall(self, bytes) -> int: method setsockopt (line 242) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 250) | def setblocking(self, flag) -> Incomplete: method sendto (line 262) | def sendto(self, bytes, address) -> None: method readline (line 269) | def readline(self) -> Incomplete: method readinto (line 277) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 287) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method connect (line 308) | def connect(self, address) -> None: method send (line 314) | def send(self, bytes) -> int: method bind (line 322) | def bind(self, address) -> Incomplete: method accept (line 328) | def accept(self) -> Tuple: method write (line 337) | def write(self, buf) -> int: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/ussl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = ..., password: Incomplete | None = ..., accept_han... function start_foreground (line 16) | def start_foreground(port: int = ..., password: Incomplete | None = ...)... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_22_1-rp2-arduino_nano_rp2040_connect-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/_rp2.pyi function bootsel_button (line 25) | def bootsel_button() -> Incomplete: class DMA (line 38) | class DMA: method irq (line 39) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 40) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 41) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 42) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 43) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 44) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 47) | class StateMachine: method irq (line 57) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 65) | def put(self, value, shift=0) -> Incomplete: method restart (line 81) | def restart(self) -> Incomplete: method rx_fifo (line 96) | def rx_fifo(self) -> int: method tx_fifo (line 106) | def tx_fifo(self) -> int: method init (line 116) | def init( method exec (line 164) | def exec(self, instr) -> Incomplete: method get (line 180) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 192) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 203) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 205) | class PIO: method state_machine (line 226) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 238) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 248) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 258) | def add_program(self, program) -> Incomplete: method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 270) | class Flash: method readblocks (line 275) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 276) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 277) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 285) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/asyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/machine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 800) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 802) | class board: method __init__ (line 831) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 833) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 834) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 842) | class SoftSPI(SPI): method deinit (line 851) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 852) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 853) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 854) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 855) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 856) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 857) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 859) | class Timer: method init (line 870) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 910) | def deinit(self) -> None: method __init__ (line 916) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 918) | class UART: method deinit (line 927) | def deinit(self) -> None: method sendbreak (line 937) | def sendbreak(self) -> None: method init (line 944) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 998) | def flush(self) -> Incomplete: method txdone (line 1013) | def txdone(self) -> bool: method read (line 1028) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1039) | def any(self) -> int: method write (line 1054) | def write(self, buf) -> Union[int, None]: method readinto (line 1062) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1073) | def readline(self) -> Union[str, None]: method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1084) | class SoftI2C(I2C): method readfrom_mem_into (line 1097) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1098) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1099) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1100) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1101) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1102) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1103) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1104) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1105) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1107) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1108) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1109) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1110) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1112) | class RTC: method datetime (line 1117) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1133) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1135) | class SPI: method deinit (line 1149) | def deinit(self) -> None: method init (line 1155) | def init( method write_readinto (line 1181) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1192) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1200) | def write(self, buf) -> int: method readinto (line 1209) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1219) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1221) | class Signal(Pin): method off (line 1242) | def off(self) -> None: method on (line 1248) | def on(self) -> None: method value (line 1254) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1274) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/rp2.pyi function asm_pio_encode (line 27) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: function asm_pio (line 37) | def asm_pio( function bootsel_button (line 86) | def bootsel_button() -> Incomplete: function const (line 99) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 101) | class PIOASMEmit: method in_ (line 102) | def in_(self, *args, **kwargs) -> Incomplete: ... method side (line 103) | def side(self, *args, **kwargs) -> Incomplete: ... method out (line 104) | def out(self, *args, **kwargs) -> Incomplete: ... method jmp (line 105) | def jmp(self, *args, **kwargs) -> Incomplete: ... method start_pass (line 106) | def start_pass(self, *args, **kwargs) -> Incomplete: ... method wrap (line 107) | def wrap(self, *args, **kwargs) -> Incomplete: ... method word (line 108) | def word(self, *args, **kwargs) -> Incomplete: ... method wait (line 109) | def wait(self, *args, **kwargs) -> Incomplete: ... method wrap_target (line 110) | def wrap_target(self, *args, **kwargs) -> Incomplete: ... method delay (line 111) | def delay(self, *args, **kwargs) -> Incomplete: ... method label (line 112) | def label(self, *args, **kwargs) -> Incomplete: ... method irq (line 113) | def irq(self, *args, **kwargs) -> Incomplete: ... method set (line 114) | def set(self, *args, **kwargs) -> Incomplete: ... method mov (line 115) | def mov(self, *args, **kwargs) -> Incomplete: ... method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method pull (line 117) | def pull(self, *args, **kwargs) -> Incomplete: ... method nop (line 118) | def nop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 119) | def __init__(self, *argv, **kwargs) -> None: ... class PIOASMError (line 121) | class PIOASMError(Exception): ... class PIO (line 123) | class PIO: method state_machine (line 144) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 156) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 166) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 176) | def add_program(self, program) -> Incomplete: method __init__ (line 186) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 188) | class StateMachine: method irq (line 198) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 206) | def put(self, value, shift=0) -> Incomplete: method restart (line 222) | def restart(self) -> Incomplete: method rx_fifo (line 237) | def rx_fifo(self) -> int: method tx_fifo (line 247) | def tx_fifo(self) -> int: method init (line 257) | def init( method exec (line 305) | def exec(self, instr) -> Incomplete: method get (line 321) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 333) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 344) | def __init__(self, *argv, **kwargs) -> None: ... class DMA (line 346) | class DMA: method irq (line 347) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 348) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 349) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 350) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 351) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 352) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 353) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 355) | class Flash: method readblocks (line 360) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 361) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 362) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 370) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/umachine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 800) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 802) | class board: method __init__ (line 831) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 833) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 834) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 842) | class SoftSPI(SPI): method deinit (line 851) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 852) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 853) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 854) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 855) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 856) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 857) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 859) | class Timer: method init (line 870) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 910) | def deinit(self) -> None: method __init__ (line 916) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 918) | class UART: method deinit (line 927) | def deinit(self) -> None: method sendbreak (line 937) | def sendbreak(self) -> None: method init (line 944) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 998) | def flush(self) -> Incomplete: method txdone (line 1013) | def txdone(self) -> bool: method read (line 1028) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1039) | def any(self) -> int: method write (line 1054) | def write(self, buf) -> Union[int, None]: method readinto (line 1062) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1073) | def readline(self) -> Union[str, None]: method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1084) | class SoftI2C(I2C): method readfrom_mem_into (line 1097) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1098) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1099) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1100) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1101) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1102) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1103) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1104) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1105) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1107) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1108) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1109) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1110) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1112) | class RTC: method datetime (line 1117) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1133) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1135) | class SPI: method deinit (line 1149) | def deinit(self) -> None: method init (line 1155) | def init( method write_readinto (line 1181) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1192) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1200) | def write(self, buf) -> int: method readinto (line 1209) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1219) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1221) | class Signal(Pin): method off (line 1242) | def off(self) -> None: method on (line 1248) | def on(self) -> None: method value (line 1254) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1274) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_1-rp2-rpi_pico-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/_rp2.pyi function country (line 25) | def country(*args, **kwargs) -> Incomplete: ... function bootsel_button (line 26) | def bootsel_button() -> Incomplete: class Flash (line 39) | class Flash: method readblocks (line 44) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 45) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 46) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class DMA (line 56) | class DMA: method irq (line 57) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 58) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 59) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 60) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 61) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 62) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 65) | class StateMachine: method irq (line 75) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 83) | def put(self, value, shift=0) -> Incomplete: method restart (line 99) | def restart(self) -> Incomplete: method rx_fifo (line 114) | def rx_fifo(self) -> int: method tx_fifo (line 124) | def tx_fifo(self) -> int: method init (line 134) | def init( method exec (line 182) | def exec(self, instr) -> Incomplete: method get (line 198) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 210) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 223) | class PIO: method state_machine (line 244) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 256) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 266) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 276) | def add_program(self, program) -> Incomplete: method __init__ (line 286) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/aioble/central.pyi function _central_irq (line 37) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 38) | def _central_shutdown() -> None: ... function _cancel_pending (line 39) | async def _cancel_pending() -> None: ... function _connect (line 40) | async def _connect(connection, timeout_ms) -> None: ... class ScanResult (line 42) | class ScanResult: method __init__ (line 48) | def __init__(self, device) -> None: ... method _update (line 49) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 50) | def __str__(self) -> str: ... method _decode_field (line 51) | def _decode_field(self, *adv_type) -> Generator[Incomplete, None, None... method name (line 52) | def name(self): ... method services (line 53) | def services(self) -> Generator[Incomplete, None, None]: ... method manufacturer (line 54) | def manufacturer(self, filter: Incomplete | None = ...) -> Generator[I... class scan (line 56) | class scan: method __init__ (line 65) | def __init__( method __aenter__ (line 68) | async def __aenter__(self): ... method __aexit__ (line 69) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 70) | def __aiter__(self): ... method __anext__ (line 71) | async def __anext__(self): ... method cancel (line 72) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/aioble/client.pyi function _client_irq (line 26) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 28) | class ClientDiscover: method __init__ (line 37) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 38) | async def _start(self) -> None: ... method __aiter__ (line 39) | def __aiter__(self): ... method __anext__ (line 40) | async def __anext__(self): ... method _discover_result (line 41) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 42) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 44) | class ClientService: method __init__ (line 49) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 50) | def __str__(self) -> str: ... method characteristic (line 51) | async def characteristic(self, uuid, timeout_ms: int = ...): ... method characteristics (line 52) | def characteristics(self, uuid: Incomplete | None = ..., timeout_ms: i... method _start_discovery (line 53) | def _start_discovery(connection, uuid: Incomplete | None = ...) -> Non... class BaseClientCharacteristic (line 55) | class BaseClientCharacteristic: method __init__ (line 64) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 65) | def _register_with_connection(self) -> None: ... method _find (line 66) | def _find(conn_handle, value_handle): ... method _check (line 67) | def _check(self, flag) -> None: ... method read (line 68) | async def read(self, timeout_ms: int = ...): ... method _read_result (line 69) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 70) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 71) | async def write(self, data, response: Incomplete | None = ..., timeout... method _write_done (line 72) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 74) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 82) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 83) | def __str__(self) -> str: ... method _connection (line 84) | def _connection(self): ... method descriptor (line 85) | async def descriptor(self, uuid, timeout_ms: int = ...): ... method descriptors (line 86) | def descriptors(self, timeout_ms: int = ...): ... method _start_discovery (line 87) | def _start_discovery(service, uuid: Incomplete | None = ...) -> None: ... method _notified_indicated (line 88) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 89) | async def notified(self, timeout_ms: Incomplete | None = ...): ... method _on_notify_indicate (line 90) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 91) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 92) | async def indicated(self, timeout_ms: Incomplete | None = ...): ... method _on_indicate (line 93) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 94) | async def subscribe(self, notify: bool = ..., indicate: bool = ...) ->... class ClientDescriptor (line 96) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 99) | def __str__(self) -> str: ... method _connection (line 100) | def _connection(self): ... method _start_discovery (line 101) | def _start_discovery(characteristic, uuid: Incomplete | None = ...) ->... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/aioble/core.pyi function log_error (line 5) | def log_error(*args) -> None: ... function log_warn (line 6) | def log_warn(*args) -> None: ... function log_info (line 7) | def log_info(*args) -> None: ... class GattError (line 9) | class GattError(Exception): method __init__ (line 11) | def __init__(self, status) -> None: ... function ensure_active (line 13) | def ensure_active() -> None: ... function config (line 14) | def config(*args, **kwargs): ... function register_irq_handler (line 19) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 20) | def stop() -> None: ... function ble_irq (line 21) | def ble_irq(event, data): ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/aioble/device.pyi class DeviceDisconnectedError (line 7) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 9) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 11) | class DeviceTimeout: method __init__ (line 16) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 17) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 18) | def __enter__(self) -> None: ... method __exit__ (line 19) | def __exit__( class Device (line 23) | class Device: method __init__ (line 27) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 28) | def __eq__(self, rhs): ... method __hash__ (line 29) | def __hash__(self): ... method __str__ (line 30) | def __str__(self) -> str: ... method addr_hex (line 31) | def addr_hex(self): ... method connect (line 32) | async def connect(self, timeout_ms: int = ...): ... class DeviceConnection (line 34) | class DeviceConnection: method __init__ (line 51) | def __init__(self, device) -> None: ... method device_task (line 52) | async def device_task(self) -> None: ... method _run_task (line 53) | def _run_task(self) -> None: ... method disconnect (line 54) | async def disconnect(self, timeout_ms: int = ...) -> None: ... method disconnected (line 55) | async def disconnected(self, timeout_ms: int = ..., disconnect: bool =... method service (line 56) | async def service(self, uuid, timeout_ms: int = ...): ... method services (line 57) | def services(self, uuid: Incomplete | None = ..., timeout_ms: int = ..... method pair (line 58) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 59) | def is_connected(self): ... method timeout (line 60) | def timeout(self, timeout_ms): ... method exchange_mtu (line 61) | async def exchange_mtu(self, mtu: Incomplete | None = ..., timeout_ms:... method l2cap_accept (line 62) | async def l2cap_accept(self, psm, mtu, timeout_ms: Incomplete | None =... method l2cap_connect (line 63) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = ...): ... method __aenter__ (line 64) | async def __aenter__(self): ... method __aexit__ (line 65) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/aioble/l2cap.pyi function _l2cap_irq (line 13) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 14) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 16) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 17) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 19) | class L2CAPChannel: method __init__ (line 28) | def __init__(self, connection) -> None: ... method _assert_connected (line 29) | def _assert_connected(self) -> None: ... method recvinto (line 30) | async def recvinto(self, buf, timeout_ms: Incomplete | None = ...): ... method available (line 31) | def available(self): ... method send (line 32) | async def send(self, buf, timeout_ms: Incomplete | None = ..., chunk_s... method flush (line 33) | async def flush(self, timeout_ms: Incomplete | None = ...) -> None: ... method disconnect (line 34) | async def disconnect(self, timeout_ms: int = ...) -> None: ... method disconnected (line 35) | async def disconnected(self, timeout_ms: int = ...) -> None: ... method __aenter__ (line 36) | async def __aenter__(self): ... method __aexit__ (line 37) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 39) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 40) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/aioble/peripheral.pyi function _peripheral_irq (line 29) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 30) | def _peripheral_shutdown() -> None: ... function _append (line 31) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 32) | async def advertise( FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/aioble/security.pyi function load_secrets (line 23) | def load_secrets(path: Incomplete | None = ...) -> None: ... function _save_secrets (line 24) | def _save_secrets(arg: Incomplete | None = ...) -> None: ... function _security_irq (line 25) | def _security_irq(event, data): ... function _security_shutdown (line 26) | def _security_shutdown() -> None: ... function pair (line 27) | async def pair(connection, bond: bool = ..., le_secure: bool = ..., mitm... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/aioble/server.pyi function _server_irq (line 32) | def _server_irq(event, data): ... function _server_shutdown (line 33) | def _server_shutdown() -> None: ... class Service (line 35) | class Service: method __init__ (line 38) | def __init__(self, uuid) -> None: ... method _tuple (line 39) | def _tuple(self): ... class BaseCharacteristic (line 41) | class BaseCharacteristic: method _register (line 44) | def _register(self, value_handle) -> None: ... method read (line 45) | def read(self): ... method write (line 46) | def write(self, data, send_update: bool = ...) -> None: ... method _init_capture (line 48) | def _init_capture() -> None: ... method _run_capture_task (line 50) | async def _run_capture_task() -> None: ... method written (line 52) | async def written(self, timeout_ms: Incomplete | None = ...): ... method on_read (line 53) | def on_read(self, connection): ... method _remote_write (line 54) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 55) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 57) | class Characteristic(BaseCharacteristic): method __init__ (line 68) | def __init__( method _tuple (line 80) | def _tuple(self): ... method notify (line 81) | def notify(self, connection, data: Incomplete | None = ...) -> None: ... method indicate (line 82) | async def indicate(self, connection, data: Incomplete | None = ..., ti... method _indicate_done (line 83) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 85) | class BufferedCharacteristic(Characteristic): method __init__ (line 88) | def __init__(self, *args, max_len: int = ..., append: bool = ..., **kw... method _register (line 89) | def _register(self, value_handle) -> None: ... class Descriptor (line 91) | class Descriptor(BaseCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, uuid, read: bool = ..., write: bool... method _tuple (line 99) | def _tuple(self): ... function register_services (line 101) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/asyncio/__init__.pyi function __getattr__ (line 43) | def __getattr__(attr): ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/asyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/asyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(io.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/asyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/asyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/asyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method close (line 11) | def close(self) -> None: ... method wait_closed (line 12) | async def wait_closed(self) -> None: ... method read (line 13) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 14) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 15) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 16) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 17) | def write(self, buf) -> None: ... method drain (line 18) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 23) | def open_connection( class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 31) | def close(self) -> None: ... method wait_closed (line 32) | async def wait_closed(self) -> None: ... method _serve (line 33) | async def _serve(self, s, cb, ssl) -> Generator[Incomplete, None, None... function start_server (line 35) | async def start_server(cb, host, port, backlog: int = ..., ssl: Incomple... function stream_awrite (line 36) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gatts_notify (line 54) | def gatts_notify( method gatts_indicate (line 74) | def gatts_indicate( method gattc_write (line 97) | def gattc_write( method gattc_read (line 123) | def gattc_read( method gattc_exchange_mtu (line 137) | def gattc_exchange_mtu( method gatts_read (line 154) | def gatts_read( method gatts_write (line 164) | def gatts_write( method gatts_set_buffer (line 179) | def gatts_set_buffer( method gatts_register_services (line 197) | def gatts_register_services( method irq (line 263) | def irq( method gap_connect (line 460) | def gap_connect( method gap_advertise (line 491) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 508) | def config( method active (line 575) | def active( method gattc_discover_services (line 587) | def gattc_discover_services( method gap_disconnect (line 602) | def gap_disconnect( method gattc_discover_descriptors (line 620) | def gattc_discover_descriptors( method gattc_discover_characteristics (line 634) | def gattc_discover_characteristics( method gap_scan (line 655) | def gap_scan( method __init__ (line 697) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/lwip.pyi function reset (line 22) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 23) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 24) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 25) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 27) | class socket: method recvfrom (line 28) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 29) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 31) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 32) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 34) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 36) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 38) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 39) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 40) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 41) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 42) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 43) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 44) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 45) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/machine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 803) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 805) | class board: method __init__ (line 836) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 838) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 839) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 847) | class SoftSPI(SPI): method deinit (line 856) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 857) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 858) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 859) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 860) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 861) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 862) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 864) | class Timer: method init (line 875) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 915) | def deinit(self) -> None: method __init__ (line 921) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 923) | class UART: method deinit (line 932) | def deinit(self) -> None: method sendbreak (line 942) | def sendbreak(self) -> None: method init (line 949) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1003) | def flush(self) -> Incomplete: method txdone (line 1018) | def txdone(self) -> bool: method read (line 1033) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1044) | def any(self) -> int: method write (line 1059) | def write(self, buf) -> Union[int, None]: method readinto (line 1067) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1078) | def readline(self) -> Union[str, None]: method __init__ (line 1087) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1089) | class SoftI2C(I2C): method readfrom_mem_into (line 1102) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1103) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1104) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1105) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1106) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1107) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1108) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1109) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1110) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1111) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1112) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1113) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1114) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1117) | class RTC: method datetime (line 1122) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1138) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1140) | class SPI: method deinit (line 1154) | def deinit(self) -> None: method init (line 1160) | def init( method write_readinto (line 1186) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1197) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1205) | def write(self, buf) -> int: method readinto (line 1214) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1224) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1226) | class Signal(Pin): method off (line 1247) | def off(self) -> None: method on (line 1253) | def on(self) -> None: method value (line 1259) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1279) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/mip/__init__.pyi function _ensure_path_exists (line 7) | def _ensure_path_exists(path) -> None: ... function _chunk (line 8) | def _chunk(src, dest) -> None: ... function _check_exists (line 9) | def _check_exists(path, short_hash): ... function _rewrite_url (line 10) | def _rewrite_url(url, branch: Incomplete | None = ...): ... function _download_file (line 11) | def _download_file(url, dest): ... function _install_json (line 12) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 13) | def _install_package(package, index, target, version, mpy): ... function install (line 14) | def install( FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/neopixel.pyi class NeoPixel (line 17) | class NeoPixel: method __init__ (line 33) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 34) | def __len__(self) -> int: method __setitem__ (line 39) | def __setitem__(self, i, v) -> None: method __getitem__ (line 44) | def __getitem__(self, i) -> Tuple: method fill (line 49) | def fill(self, v) -> None: method write (line 55) | def write(self) -> None: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/network.pyi function route (line 58) | def route(*args, **kwargs) -> Incomplete: ... function hostname (line 59) | def hostname(*args, **kwargs) -> Incomplete: ... function country (line 60) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 62) | class WLAN: method isconnected (line 74) | def isconnected(self) -> bool: method ioctl (line 82) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method ifconfig (line 83) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method scan (line 94) | def scan(self) -> List[Tuple]: method send_ethernet (line 123) | def send_ethernet(self, *args, **kwargs) -> Incomplete: ... method status (line 124) | def status(self, param: Optional[Any] = None) -> Incomplete: method config (line 143) | def config(self, *args, **kwargs) -> Incomplete: method active (line 178) | def active(self, is_active: Optional[Any] = None) -> None: method disconnect (line 186) | def disconnect(self) -> None: method connect (line 192) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method deinit (line 201) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 202) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/rp2.pyi class PIOASMError (line 30) | class PIOASMError(Exception): ... class PIOASMEmit (line 32) | class PIOASMEmit: method __init__ (line 37) | def __init__( method start_pass (line 56) | def start_pass(self, pass_) -> None: ... method __getitem__ (line 57) | def __getitem__(self, key): ... method delay (line 58) | def delay(self, delay): ... method side (line 59) | def side(self, value): ... method wrap_target (line 60) | def wrap_target(self) -> None: ... method wrap (line 61) | def wrap(self) -> None: ... method label (line 62) | def label(self, label) -> None: ... method word (line 63) | def word(self, instr, label: Incomplete | None = ...): ... method nop (line 64) | def nop(self): ... method jmp (line 65) | def jmp(self, cond, label: Incomplete | None = ...): ... method wait (line 66) | def wait(self, polarity, src, index): ... method in_ (line 67) | def in_(self, src, data): ... method out (line 68) | def out(self, dest, data): ... method push (line 69) | def push(self, value: int = ..., value2: int = ...): ... method pull (line 70) | def pull(self, value: int = ..., value2: int = ...): ... method mov (line 71) | def mov(self, dest, src): ... method irq (line 72) | def irq(self, mod, index: Incomplete | None = ...): ... method set (line 73) | def set(self, dest, data): ... function asm_pio (line 77) | def asm_pio(**kw) -> Incomplete: function asm_pio_encode (line 114) | def asm_pio_encode(instr, sideset_count, sideset_opt: bool = ...) -> Inc... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/socket.pyi function reset (line 86) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 87) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 88) | def getaddrinfo( function callback (line 136) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 138) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize) -> Tuple: method recv (line 160) | def recv(self, bufsize) -> bytes: method makefile (line 167) | def makefile( method listen (line 189) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 198) | def settimeout(self, value) -> Incomplete: method sendall (line 233) | def sendall(self, bytes) -> int: method setsockopt (line 246) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 254) | def setblocking(self, flag) -> Incomplete: method sendto (line 266) | def sendto(self, bytes, address) -> None: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/ssl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/uasyncio.pyi function __getattr__ (line 39) | def __getattr__(attr): ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gatts_notify (line 54) | def gatts_notify( method gatts_indicate (line 74) | def gatts_indicate( method gattc_write (line 97) | def gattc_write( method gattc_read (line 123) | def gattc_read( method gattc_exchange_mtu (line 137) | def gattc_exchange_mtu( method gatts_read (line 154) | def gatts_read( method gatts_write (line 164) | def gatts_write( method gatts_set_buffer (line 179) | def gatts_set_buffer( method gatts_register_services (line 197) | def gatts_register_services( method irq (line 263) | def irq( method gap_connect (line 460) | def gap_connect( method gap_advertise (line 491) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 508) | def config( method active (line 575) | def active( method gattc_discover_services (line 587) | def gattc_discover_services( method gap_disconnect (line 602) | def gap_disconnect( method gattc_discover_descriptors (line 620) | def gattc_discover_descriptors( method gattc_discover_characteristics (line 634) | def gattc_discover_characteristics( method gap_scan (line 655) | def gap_scan( method __init__ (line 697) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/umachine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 803) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 805) | class board: method __init__ (line 836) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 838) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 839) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 847) | class SoftSPI(SPI): method deinit (line 856) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 857) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 858) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 859) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 860) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 861) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 862) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 864) | class Timer: method init (line 875) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 915) | def deinit(self) -> None: method __init__ (line 921) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 923) | class UART: method deinit (line 932) | def deinit(self) -> None: method sendbreak (line 942) | def sendbreak(self) -> None: method init (line 949) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1003) | def flush(self) -> Incomplete: method txdone (line 1018) | def txdone(self) -> bool: method read (line 1033) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1044) | def any(self) -> int: method write (line 1059) | def write(self, buf) -> Union[int, None]: method readinto (line 1067) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1078) | def readline(self) -> Union[str, None]: method __init__ (line 1087) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1089) | class SoftI2C(I2C): method readfrom_mem_into (line 1102) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1103) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1104) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1105) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1106) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1107) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1108) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1109) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1110) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1111) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1112) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1113) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1114) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1117) | class RTC: method datetime (line 1122) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1138) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1140) | class SPI: method deinit (line 1154) | def deinit(self) -> None: method init (line 1160) | def init( method write_readinto (line 1186) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1197) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1205) | def write(self, buf) -> int: method readinto (line 1214) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1224) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1226) | class Signal(Pin): method off (line 1247) | def off(self) -> None: method on (line 1253) | def on(self) -> None: method value (line 1259) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1279) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/usocket.pyi function reset (line 86) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 87) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 88) | def getaddrinfo( function callback (line 136) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 138) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize) -> Tuple: method recv (line 160) | def recv(self, bufsize) -> bytes: method makefile (line 167) | def makefile( method listen (line 189) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 198) | def settimeout(self, value) -> Incomplete: method sendall (line 233) | def sendall(self, bytes) -> int: method setsockopt (line 246) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 254) | def setblocking(self, flag) -> Incomplete: method sendto (line 266) | def sendto(self, bytes, address) -> None: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/ussl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = ..., password: Incomplete | None = ..., accept_han... function start_foreground (line 16) | def start_foreground(port: int = ..., password: Incomplete | None = ...)... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_22_1-rp2-rpi_pico_w-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_1-rp2-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-rp2-stubs/_rp2.pyi function bootsel_button (line 25) | def bootsel_button() -> Incomplete: class DMA (line 38) | class DMA: method irq (line 39) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 40) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 41) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 42) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 43) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 44) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 47) | class StateMachine: method irq (line 57) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 65) | def put(self, value, shift=0) -> Incomplete: method restart (line 81) | def restart(self) -> Incomplete: method rx_fifo (line 96) | def rx_fifo(self) -> int: method tx_fifo (line 106) | def tx_fifo(self) -> int: method init (line 116) | def init( method exec (line 164) | def exec(self, instr) -> Incomplete: method get (line 180) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 192) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 203) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 205) | class PIO: method state_machine (line 226) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 238) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 248) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 258) | def add_program(self, program) -> Incomplete: method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 270) | class Flash: method readblocks (line 275) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 276) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 277) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 285) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/asyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_1-rp2-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_22_1-rp2-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_1-rp2-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_1-rp2-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-stubs/machine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 800) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 802) | class board: method __init__ (line 831) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 833) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 834) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 842) | class SoftSPI(SPI): method deinit (line 851) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 852) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 853) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 854) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 855) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 856) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 857) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 859) | class Timer: method init (line 870) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 910) | def deinit(self) -> None: method __init__ (line 916) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 918) | class UART: method deinit (line 927) | def deinit(self) -> None: method sendbreak (line 937) | def sendbreak(self) -> None: method init (line 944) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 998) | def flush(self) -> Incomplete: method txdone (line 1013) | def txdone(self) -> bool: method read (line 1028) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1039) | def any(self) -> int: method write (line 1054) | def write(self, buf) -> Union[int, None]: method readinto (line 1062) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1073) | def readline(self) -> Union[str, None]: method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1084) | class SoftI2C(I2C): method readfrom_mem_into (line 1097) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1098) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1099) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1100) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1101) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1102) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1103) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1104) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1105) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1107) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1108) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1109) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1110) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1112) | class RTC: method datetime (line 1117) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1133) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1135) | class SPI: method deinit (line 1149) | def deinit(self) -> None: method init (line 1155) | def init( method write_readinto (line 1181) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1192) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1200) | def write(self, buf) -> int: method readinto (line 1209) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1219) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1221) | class Signal(Pin): method off (line 1242) | def off(self) -> None: method on (line 1248) | def on(self) -> None: method value (line 1254) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1274) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_1-rp2-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_1-rp2-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_1-rp2-stubs/rp2.pyi function asm_pio_encode (line 27) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: function asm_pio (line 37) | def asm_pio( function bootsel_button (line 86) | def bootsel_button() -> Incomplete: function const (line 99) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 101) | class PIOASMEmit: method in_ (line 102) | def in_(self, *args, **kwargs) -> Incomplete: ... method side (line 103) | def side(self, *args, **kwargs) -> Incomplete: ... method out (line 104) | def out(self, *args, **kwargs) -> Incomplete: ... method jmp (line 105) | def jmp(self, *args, **kwargs) -> Incomplete: ... method start_pass (line 106) | def start_pass(self, *args, **kwargs) -> Incomplete: ... method wrap (line 107) | def wrap(self, *args, **kwargs) -> Incomplete: ... method word (line 108) | def word(self, *args, **kwargs) -> Incomplete: ... method wait (line 109) | def wait(self, *args, **kwargs) -> Incomplete: ... method wrap_target (line 110) | def wrap_target(self, *args, **kwargs) -> Incomplete: ... method delay (line 111) | def delay(self, *args, **kwargs) -> Incomplete: ... method label (line 112) | def label(self, *args, **kwargs) -> Incomplete: ... method irq (line 113) | def irq(self, *args, **kwargs) -> Incomplete: ... method set (line 114) | def set(self, *args, **kwargs) -> Incomplete: ... method mov (line 115) | def mov(self, *args, **kwargs) -> Incomplete: ... method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method pull (line 117) | def pull(self, *args, **kwargs) -> Incomplete: ... method nop (line 118) | def nop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 119) | def __init__(self, *argv, **kwargs) -> None: ... class PIOASMError (line 121) | class PIOASMError(Exception): ... class PIO (line 123) | class PIO: method state_machine (line 144) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 156) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 166) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 176) | def add_program(self, program) -> Incomplete: method __init__ (line 186) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 188) | class StateMachine: method irq (line 198) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 206) | def put(self, value, shift=0) -> Incomplete: method restart (line 222) | def restart(self) -> Incomplete: method rx_fifo (line 237) | def rx_fifo(self) -> int: method tx_fifo (line 247) | def tx_fifo(self) -> int: method init (line 257) | def init( method exec (line 305) | def exec(self, instr) -> Incomplete: method get (line 321) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 333) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 344) | def __init__(self, *argv, **kwargs) -> None: ... class DMA (line 346) | class DMA: method irq (line 347) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 348) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 349) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 350) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 351) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 352) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 353) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 355) | class Flash: method readblocks (line 360) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 361) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 362) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 370) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_1-rp2-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_1-rp2-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_1-rp2-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_1-rp2-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_1-rp2-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_1-rp2-stubs/umachine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 800) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 802) | class board: method __init__ (line 831) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 833) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 834) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 842) | class SoftSPI(SPI): method deinit (line 851) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 852) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 853) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 854) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 855) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 856) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 857) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 859) | class Timer: method init (line 870) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 910) | def deinit(self) -> None: method __init__ (line 916) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 918) | class UART: method deinit (line 927) | def deinit(self) -> None: method sendbreak (line 937) | def sendbreak(self) -> None: method init (line 944) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 998) | def flush(self) -> Incomplete: method txdone (line 1013) | def txdone(self) -> bool: method read (line 1028) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1039) | def any(self) -> int: method write (line 1054) | def write(self, buf) -> Union[int, None]: method readinto (line 1062) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1073) | def readline(self) -> Union[str, None]: method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1084) | class SoftI2C(I2C): method readfrom_mem_into (line 1097) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1098) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1099) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1100) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1101) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1102) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1103) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1104) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1105) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1107) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1108) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1109) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1110) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1112) | class RTC: method datetime (line 1117) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1133) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1135) | class SPI: method deinit (line 1149) | def deinit(self) -> None: method init (line 1155) | def init( method write_readinto (line 1181) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1192) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1200) | def write(self, buf) -> int: method readinto (line 1209) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1219) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1221) | class Signal(Pin): method off (line 1242) | def off(self) -> None: method on (line 1248) | def on(self) -> None: method value (line 1254) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1274) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-rp2-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_1-rp2-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_1-rp2-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-rp2-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_1-rp2-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_1-rp2-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_1-rp2-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/asyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readinto (line 79) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 81) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/gc.pyi function isenabled (line 18) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 19) | def mem_free() -> int: function mem_alloc (line 30) | def mem_alloc() -> int: function collect (line 40) | def collect() -> None: function enable (line 46) | def enable() -> None: function disable (line 52) | def disable() -> None: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/logging.pyi function info (line 20) | def info(*args, **kwargs) -> Incomplete: ... function debug (line 21) | def debug(*args, **kwargs) -> Incomplete: ... function getLogger (line 22) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 23) | def basicConfig(*args, **kwargs) -> Incomplete: ... class Logger (line 27) | class Logger: method _level_str (line 29) | def _level_str(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 30) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method critical (line 31) | def critical(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 32) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method debug (line 33) | def debug(self, *args, **kwargs) -> Incomplete: ... method exception (line 34) | def exception(self, *args, **kwargs) -> Incomplete: ... method log (line 35) | def log(self, *args, **kwargs) -> Incomplete: ... method warning (line 36) | def warning(self, *args, **kwargs) -> Incomplete: ... method error (line 37) | def error(self, *args, **kwargs) -> Incomplete: ... method info (line 38) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/machine.pyi function dht_readinto (line 29) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function disable_irq (line 38) | def disable_irq() -> Incomplete: function bitstream (line 47) | def bitstream( function deepsleep (line 76) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 101) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 111) | def reset_cause() -> int: function soft_reset (line 117) | def soft_reset() -> NoReturn: function freq (line 125) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 133) | def reset() -> NoReturn: function time_pulse_us (line 140) | def time_pulse_us( function lightsleep (line 162) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 187) | def idle() -> Incomplete: function unique_id (line 196) | def unique_id() -> bytes: class WDT (line 205) | class WDT: method timeout_ms (line 214) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 215) | def feed(self) -> None: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 260) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 271) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 278) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 288) | def deinit(self) -> None: method __init__ (line 294) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 296) | class ADC: method read_u16 (line 312) | def read_u16(self) -> int: method deinit (line 320) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 321) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 323) | class DAC: method write (line 324) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 325) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 327) | class I2C: method readfrom_mem_into (line 345) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 357) | def readfrom_into( method readfrom_mem (line 372) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 381) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 392) | def scan(self) -> List: method writeto (line 400) | def writeto( method writevto (line 415) | def writevto( method start (line 436) | def start(self) -> None: method readfrom (line 442) | def readfrom( method readinto (line 455) | def readinto( method init (line 469) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 483) | def stop(self) -> None: method write (line 489) | def write(self, buf) -> int: method __init__ (line 497) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 499) | class Pin: method irq (line 573) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 618) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 619) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 629) | def on(self) -> None: method low (line 635) | def low(self) -> None: method off (line 643) | def off(self) -> None: method high (line 649) | def high(self) -> None: method value (line 657) | def value(self, x: Optional[Any] = None) -> int: method disable (line 691) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 692) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 701) | class board: method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 771) | class cpu: method __init__ (line 871) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 873) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 874) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 882) | class SoftSPI(SPI): method deinit (line 891) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 892) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 893) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 894) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 895) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 896) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 897) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 899) | class Timer: method init (line 910) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 950) | def deinit(self) -> None: method __init__ (line 956) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 958) | class UART: method flush (line 963) | def flush(self) -> Incomplete: method deinit (line 978) | def deinit(self) -> None: method txdone (line 988) | def txdone(self) -> bool: method init (line 1003) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1057) | def sendbreak(self) -> None: method read (line 1064) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1075) | def any(self) -> int: method write (line 1090) | def write(self, buf) -> Union[int, None]: method readinto (line 1098) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1109) | def readline(self) -> Union[str, None]: method __init__ (line 1118) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1120) | class SoftI2C(I2C): method readfrom_mem_into (line 1133) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1134) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1135) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1136) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1137) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1138) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1139) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1140) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1141) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1142) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1143) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1144) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1145) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1146) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1148) | class RTC: method datetime (line 1153) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1169) | def init(self, datetime) -> None: method calibration (line 1177) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1178) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1180) | class SPI: method deinit (line 1194) | def deinit(self) -> None: method init (line 1200) | def init( method write_readinto (line 1226) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1237) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1245) | def write(self, buf) -> int: method readinto (line 1254) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1264) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1266) | class Signal(Pin): method off (line 1287) | def off(self) -> None: method on (line 1293) | def on(self) -> None: method value (line 1299) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1319) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/os.pyi function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 29) | def rmdir(path) -> None: function rename (line 35) | def rename(old_path, new_path) -> None: function mount (line 41) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 59) | def urandom(n) -> bytes: function statvfs (line 66) | def statvfs(path) -> Tuple: function unlink (line 89) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 90) | def umount(mount_point) -> Incomplete: function sync (line 100) | def sync() -> None: function chdir (line 106) | def chdir(path) -> Incomplete: function dupterm (line 112) | def dupterm( function remove (line 138) | def remove(path) -> None: function mkdir (line 144) | def mkdir(path) -> Incomplete: function getcwd (line 150) | def getcwd() -> Incomplete: function listdir (line 156) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 162) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 219) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 247) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/umachine.pyi function dht_readinto (line 29) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function disable_irq (line 38) | def disable_irq() -> Incomplete: function bitstream (line 47) | def bitstream( function deepsleep (line 76) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 101) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 111) | def reset_cause() -> int: function soft_reset (line 117) | def soft_reset() -> NoReturn: function freq (line 125) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 133) | def reset() -> NoReturn: function time_pulse_us (line 140) | def time_pulse_us( function lightsleep (line 162) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 187) | def idle() -> Incomplete: function unique_id (line 196) | def unique_id() -> bytes: class WDT (line 205) | class WDT: method timeout_ms (line 214) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 215) | def feed(self) -> None: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 260) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 271) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 278) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 288) | def deinit(self) -> None: method __init__ (line 294) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 296) | class ADC: method read_u16 (line 312) | def read_u16(self) -> int: method deinit (line 320) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 321) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 323) | class DAC: method write (line 324) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 325) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 327) | class I2C: method readfrom_mem_into (line 345) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 357) | def readfrom_into( method readfrom_mem (line 372) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 381) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 392) | def scan(self) -> List: method writeto (line 400) | def writeto( method writevto (line 415) | def writevto( method start (line 436) | def start(self) -> None: method readfrom (line 442) | def readfrom( method readinto (line 455) | def readinto( method init (line 469) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 483) | def stop(self) -> None: method write (line 489) | def write(self, buf) -> int: method __init__ (line 497) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 499) | class Pin: method irq (line 573) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 618) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 619) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 629) | def on(self) -> None: method low (line 635) | def low(self) -> None: method off (line 643) | def off(self) -> None: method high (line 649) | def high(self) -> None: method value (line 657) | def value(self, x: Optional[Any] = None) -> int: method disable (line 691) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 692) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 701) | class board: method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 771) | class cpu: method __init__ (line 871) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 873) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 874) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 882) | class SoftSPI(SPI): method deinit (line 891) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 892) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 893) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 894) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 895) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 896) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 897) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 899) | class Timer: method init (line 910) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 950) | def deinit(self) -> None: method __init__ (line 956) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 958) | class UART: method flush (line 963) | def flush(self) -> Incomplete: method deinit (line 978) | def deinit(self) -> None: method txdone (line 988) | def txdone(self) -> bool: method init (line 1003) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1057) | def sendbreak(self) -> None: method read (line 1064) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1075) | def any(self) -> int: method write (line 1090) | def write(self, buf) -> Union[int, None]: method readinto (line 1098) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1109) | def readline(self) -> Union[str, None]: method __init__ (line 1118) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1120) | class SoftI2C(I2C): method readfrom_mem_into (line 1133) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1134) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1135) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1136) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1137) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1138) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1139) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1140) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1141) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1142) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1143) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1144) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1145) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1146) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1148) | class RTC: method datetime (line 1153) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1169) | def init(self, datetime) -> None: method calibration (line 1177) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1178) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1180) | class SPI: method deinit (line 1194) | def deinit(self) -> None: method init (line 1200) | def init( method write_readinto (line 1226) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1237) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1245) | def write(self, buf) -> int: method readinto (line 1254) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1264) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1266) | class Signal(Pin): method off (line 1287) | def off(self) -> None: method on (line 1293) | def on(self) -> None: method value (line 1299) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1319) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/uos.pyi function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 29) | def rmdir(path) -> None: function rename (line 35) | def rename(old_path, new_path) -> None: function mount (line 41) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 59) | def urandom(n) -> bytes: function statvfs (line 66) | def statvfs(path) -> Tuple: function unlink (line 89) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 90) | def umount(mount_point) -> Incomplete: function sync (line 100) | def sync() -> None: function chdir (line 106) | def chdir(path) -> Incomplete: function dupterm (line 112) | def dupterm( function remove (line 138) | def remove(path) -> None: function mkdir (line 144) | def mkdir(path) -> Incomplete: function getcwd (line 150) | def getcwd() -> Incomplete: function listdir (line 156) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 162) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 219) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 247) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_1-samd-seeed_wio_terminal-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_1-samd-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_1-samd-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-samd-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/asyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_1-samd-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readinto (line 79) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 81) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/gc.pyi function isenabled (line 18) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 19) | def mem_free() -> int: function mem_alloc (line 30) | def mem_alloc() -> int: function collect (line 40) | def collect() -> None: function enable (line 46) | def enable() -> None: function disable (line 52) | def disable() -> None: FILE: publish/micropython-v1_22_1-samd-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_1-samd-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_1-samd-stubs/logging.pyi function info (line 20) | def info(*args, **kwargs) -> Incomplete: ... function debug (line 21) | def debug(*args, **kwargs) -> Incomplete: ... function getLogger (line 22) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 23) | def basicConfig(*args, **kwargs) -> Incomplete: ... class Logger (line 27) | class Logger: method _level_str (line 29) | def _level_str(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 30) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method critical (line 31) | def critical(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 32) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method debug (line 33) | def debug(self, *args, **kwargs) -> Incomplete: ... method exception (line 34) | def exception(self, *args, **kwargs) -> Incomplete: ... method log (line 35) | def log(self, *args, **kwargs) -> Incomplete: ... method warning (line 36) | def warning(self, *args, **kwargs) -> Incomplete: ... method error (line 37) | def error(self, *args, **kwargs) -> Incomplete: ... method info (line 38) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/machine.pyi function dht_readinto (line 29) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function disable_irq (line 38) | def disable_irq() -> Incomplete: function bitstream (line 47) | def bitstream( function deepsleep (line 76) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 101) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 111) | def reset_cause() -> int: function soft_reset (line 117) | def soft_reset() -> NoReturn: function freq (line 125) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 133) | def reset() -> NoReturn: function time_pulse_us (line 140) | def time_pulse_us( function lightsleep (line 162) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 187) | def idle() -> Incomplete: function unique_id (line 196) | def unique_id() -> bytes: class WDT (line 205) | class WDT: method timeout_ms (line 214) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 215) | def feed(self) -> None: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 260) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 271) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 278) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 288) | def deinit(self) -> None: method __init__ (line 294) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 296) | class ADC: method read_u16 (line 312) | def read_u16(self) -> int: method deinit (line 320) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 321) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 323) | class DAC: method write (line 324) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 325) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 327) | class I2C: method readfrom_mem_into (line 345) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 357) | def readfrom_into( method readfrom_mem (line 372) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 381) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 392) | def scan(self) -> List: method writeto (line 400) | def writeto( method writevto (line 415) | def writevto( method start (line 436) | def start(self) -> None: method readfrom (line 442) | def readfrom( method readinto (line 455) | def readinto( method init (line 469) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 483) | def stop(self) -> None: method write (line 489) | def write(self, buf) -> int: method __init__ (line 497) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 499) | class Pin: method irq (line 573) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 618) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 619) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 629) | def on(self) -> None: method low (line 635) | def low(self) -> None: method off (line 643) | def off(self) -> None: method high (line 649) | def high(self) -> None: method value (line 657) | def value(self, x: Optional[Any] = None) -> int: method disable (line 691) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 692) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 701) | class board: method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 771) | class cpu: method __init__ (line 871) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 873) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 874) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 882) | class SoftSPI(SPI): method deinit (line 891) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 892) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 893) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 894) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 895) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 896) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 897) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 899) | class Timer: method init (line 910) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 950) | def deinit(self) -> None: method __init__ (line 956) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 958) | class UART: method flush (line 963) | def flush(self) -> Incomplete: method deinit (line 978) | def deinit(self) -> None: method txdone (line 988) | def txdone(self) -> bool: method init (line 1003) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1057) | def sendbreak(self) -> None: method read (line 1064) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1075) | def any(self) -> int: method write (line 1090) | def write(self, buf) -> Union[int, None]: method readinto (line 1098) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1109) | def readline(self) -> Union[str, None]: method __init__ (line 1118) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1120) | class SoftI2C(I2C): method readfrom_mem_into (line 1133) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1134) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1135) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1136) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1137) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1138) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1139) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1140) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1141) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1142) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1143) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1144) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1145) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1146) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1148) | class RTC: method datetime (line 1153) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1169) | def init(self, datetime) -> None: method calibration (line 1177) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1178) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1180) | class SPI: method deinit (line 1194) | def deinit(self) -> None: method init (line 1200) | def init( method write_readinto (line 1226) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1237) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1245) | def write(self, buf) -> int: method readinto (line 1254) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1264) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1266) | class Signal(Pin): method off (line 1287) | def off(self) -> None: method on (line 1293) | def on(self) -> None: method value (line 1299) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1319) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_1-samd-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_1-samd-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/os.pyi function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 29) | def rmdir(path) -> None: function rename (line 35) | def rename(old_path, new_path) -> None: function mount (line 41) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 59) | def urandom(n) -> bytes: function statvfs (line 66) | def statvfs(path) -> Tuple: function unlink (line 89) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 90) | def umount(mount_point) -> Incomplete: function sync (line 100) | def sync() -> None: function chdir (line 106) | def chdir(path) -> Incomplete: function dupterm (line 112) | def dupterm( function remove (line 138) | def remove(path) -> None: function mkdir (line 144) | def mkdir(path) -> Incomplete: function getcwd (line 150) | def getcwd() -> Incomplete: function listdir (line 156) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 162) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 219) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 247) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_1-samd-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_1-samd-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_1-samd-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_1-samd-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_1-samd-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_1-samd-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_1-samd-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_1-samd-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_1-samd-stubs/umachine.pyi function dht_readinto (line 29) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function disable_irq (line 38) | def disable_irq() -> Incomplete: function bitstream (line 47) | def bitstream( function deepsleep (line 76) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 101) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 111) | def reset_cause() -> int: function soft_reset (line 117) | def soft_reset() -> NoReturn: function freq (line 125) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 133) | def reset() -> NoReturn: function time_pulse_us (line 140) | def time_pulse_us( function lightsleep (line 162) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 187) | def idle() -> Incomplete: function unique_id (line 196) | def unique_id() -> bytes: class WDT (line 205) | class WDT: method timeout_ms (line 214) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 215) | def feed(self) -> None: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 260) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 271) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 278) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 288) | def deinit(self) -> None: method __init__ (line 294) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 296) | class ADC: method read_u16 (line 312) | def read_u16(self) -> int: method deinit (line 320) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 321) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 323) | class DAC: method write (line 324) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 325) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 327) | class I2C: method readfrom_mem_into (line 345) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 357) | def readfrom_into( method readfrom_mem (line 372) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 381) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 392) | def scan(self) -> List: method writeto (line 400) | def writeto( method writevto (line 415) | def writevto( method start (line 436) | def start(self) -> None: method readfrom (line 442) | def readfrom( method readinto (line 455) | def readinto( method init (line 469) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 483) | def stop(self) -> None: method write (line 489) | def write(self, buf) -> int: method __init__ (line 497) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 499) | class Pin: method irq (line 573) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 618) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 619) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 629) | def on(self) -> None: method low (line 635) | def low(self) -> None: method off (line 643) | def off(self) -> None: method high (line 649) | def high(self) -> None: method value (line 657) | def value(self, x: Optional[Any] = None) -> int: method disable (line 691) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 692) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 701) | class board: method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 771) | class cpu: method __init__ (line 871) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 873) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 874) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 882) | class SoftSPI(SPI): method deinit (line 891) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 892) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 893) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 894) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 895) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 896) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 897) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 899) | class Timer: method init (line 910) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 950) | def deinit(self) -> None: method __init__ (line 956) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 958) | class UART: method flush (line 963) | def flush(self) -> Incomplete: method deinit (line 978) | def deinit(self) -> None: method txdone (line 988) | def txdone(self) -> bool: method init (line 1003) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1057) | def sendbreak(self) -> None: method read (line 1064) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1075) | def any(self) -> int: method write (line 1090) | def write(self, buf) -> Union[int, None]: method readinto (line 1098) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1109) | def readline(self) -> Union[str, None]: method __init__ (line 1118) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1120) | class SoftI2C(I2C): method readfrom_mem_into (line 1133) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1134) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1135) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1136) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1137) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1138) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1139) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1140) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1141) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1142) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1143) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1144) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1145) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1146) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1148) | class RTC: method datetime (line 1153) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1169) | def init(self, datetime) -> None: method calibration (line 1177) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1178) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1180) | class SPI: method deinit (line 1194) | def deinit(self) -> None: method init (line 1200) | def init( method write_readinto (line 1226) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1237) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1245) | def write(self, buf) -> int: method readinto (line 1254) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1264) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1266) | class Signal(Pin): method off (line 1287) | def off(self) -> None: method on (line 1293) | def on(self) -> None: method value (line 1299) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1319) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/uos.pyi function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 29) | def rmdir(path) -> None: function rename (line 35) | def rename(old_path, new_path) -> None: function mount (line 41) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 59) | def urandom(n) -> bytes: function statvfs (line 66) | def statvfs(path) -> Tuple: function unlink (line 89) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 90) | def umount(mount_point) -> Incomplete: function sync (line 100) | def sync() -> None: function chdir (line 106) | def chdir(path) -> Incomplete: function dupterm (line 112) | def dupterm( function remove (line 138) | def remove(path) -> None: function mkdir (line 144) | def mkdir(path) -> Incomplete: function getcwd (line 150) | def getcwd() -> Incomplete: function listdir (line 156) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 162) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 219) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 247) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_1-samd-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_1-samd-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_1-samd-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_1-samd-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_1-samd-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_1-samd-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_1-samd-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/_espnow.pyi class ESPNowBase (line 23) | class ESPNowBase: method irq (line 24) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 25) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 27) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 28) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 29) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 30) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 31) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 32) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 33) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 34) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 35) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 36) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 37) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/aioespnow.pyi class AIOESPNow (line 11) | class AIOESPNow: method peer_count (line 14) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recv (line 15) | def recv(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 16) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method irecv (line 17) | def irecv(self, *args, **kwargs) -> Incomplete: ... method stats (line 18) | def stats(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 19) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 20) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method any (line 21) | def any(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 22) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 23) | def active(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method config (line 25) | def config(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method irq (line 29) | def irq(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/apa106.pyi class NeoPixel (line 10) | class NeoPixel: method write (line 12) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 13) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class APA106 (line 16) | class APA106: method write (line 18) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 19) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/asyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function current_task (line 56) | def current_task() -> Task: function ticks_diff (line 62) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 63) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function get_event_loop (line 71) | def get_event_loop() -> Incomplete: function ticks (line 77) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 78) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 79) | def new_event_loop() -> Incomplete: function ticks_add (line 88) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 97) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 105) | def run(coro) -> Incomplete: class TaskQueue (line 115) | class TaskQueue: method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 117) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 118) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 124) | class Lock: method locked (line 132) | def locked(self) -> bool: method release (line 138) | def release(self) -> Incomplete: method __init__ (line 146) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 148) | class Task: method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 161) | class CancelledError(Exception): ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 266) | class ThreadSafeFlag: method set (line 274) | def set(self) -> None: method ioctl (line 281) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 282) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 291) | class Event: method set (line 297) | def set(self) -> None: method is_set (line 306) | def is_set(self) -> bool: method clear (line 312) | def clear(self) -> None: method __init__ (line 318) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 320) | class IOQueue: method queue_read (line 321) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 322) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 323) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 324) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 325) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 326) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 329) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/asyncio/core.pyi function _promote_to_task (line 13) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 15) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 16) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 17) | def current_task(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 19) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 20) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 23) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 24) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class CancelledError (line 29) | class CancelledError(Exception): ... class Task (line 31) | class Task: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 34) | class TaskQueue: method push (line 35) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 36) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 37) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 38) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 41) | class Loop: method get_exception_handler (line 42) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 43) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 44) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 46) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 47) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 48) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 49) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 50) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 55) | class SingletonGenerator: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 58) | class IOQueue: method queue_read (line 59) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 60) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 61) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 62) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 63) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 64) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 69) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/esp.pyi function osdebug (line 27) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 67) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 68) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 69) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 70) | def flash_user_start() -> Incomplete: function flash_erase (line 76) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 77) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 78) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/esp32.pyi function raw_temperature (line 24) | def raw_temperature() -> int: function idf_heap_info (line 30) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_touch (line 68) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 75) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 83) | def wake_on_ext1(pins, level) -> None: function wake_on_ulp (line 91) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 98) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 105) | class ULP: method run (line 111) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 117) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 123) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 131) | class NVS: method get_i32 (line 137) | def get_i32(self, key) -> int: method set_i32 (line 144) | def set_i32(self, key, value) -> None: method set_blob (line 150) | def set_blob(self, key, value) -> None: method commit (line 159) | def commit(self) -> Incomplete: method get_blob (line 165) | def get_blob(self, key, buffer) -> int: method erase_key (line 173) | def erase_key(self, key) -> Incomplete: method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 181) | class Partition: method readblocks (line 192) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 193) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 201) | def set_boot(self) -> None: method writeblocks (line 212) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 213) | def info(self) -> Tuple: method find (line 220) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 231) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 241) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 254) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 256) | class RMT: method source_freq (line 275) | def source_freq(cls) -> Incomplete: method loop (line 282) | def loop(self, enable_loop) -> None: method wait_done (line 291) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 300) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 331) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 345) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 346) | def clock_div(self) -> Incomplete: method __init__ (line 353) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/espnow.pyi class ESPNow (line 23) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 35) | def peer_count(self) -> int: method recv (line 46) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 86) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method irecv (line 95) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method stats (line 126) | def stats(self) -> Incomplete: method recvinto (line 143) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method set_pmk (line 178) | def set_pmk(self, pmk) -> None: method any (line 205) | def any(self) -> Incomplete: method add_peer (line 225) | def add_peer( method active (line 282) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 312) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method config (line 359) | def config(self, param) -> str: method get_peers (line 403) | def get_peers(self) -> Tuple: method get_peer (line 410) | def get_peer(self, mac) -> Incomplete: method del_peer (line 428) | def del_peer(self, mac) -> Incomplete: method irq (line 445) | def irq(self, callback) -> Incomplete: method __init__ (line 477) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 479) | class ESPNowBase: method irq (line 480) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 481) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 482) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 483) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 484) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 485) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 486) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 487) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 488) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 489) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 490) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 491) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 492) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 493) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 494) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/flashbdev.pyi class Partition (line 12) | class Partition: method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 18) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method set_boot (line 19) | def set_boot(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 20) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method find (line 22) | def find(self, *args, **kwargs) -> Incomplete: ... method get_next_update (line 23) | def get_next_update(self, *args, **kwargs) -> Incomplete: ... method mark_app_valid_cancel_rollback (line 25) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/hashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/inisetup.pyi function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 11) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/machine.pyi function wake_reason (line 37) | def wake_reason() -> Incomplete: function disable_irq (line 45) | def disable_irq() -> Incomplete: function dht_readinto (line 54) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 55) | def bitstream( function bootloader (line 84) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 94) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 119) | def soft_reset() -> NoReturn: function sleep (line 127) | def sleep() -> Incomplete: function enable_irq (line 133) | def enable_irq(state) -> Incomplete: function time_pulse_us (line 141) | def time_pulse_us( function unique_id (line 163) | def unique_id() -> bytes: function idle (line 172) | def idle() -> Incomplete: function freq (line 181) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 189) | def reset_cause() -> int: function lightsleep (line 195) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 220) | def reset() -> NoReturn: class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 260) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 267) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 278) | def deinit(self) -> None: method duty_ns (line 284) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 294) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 295) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 297) | class WDT: method feed (line 306) | def feed(self) -> None: method __init__ (line 314) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 319) | class ADCBlock: method init (line 329) | def init(self, *, bits) -> None: method connect (line 336) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 357) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 359) | class ADC: method read_u16 (line 383) | def read_u16(self) -> int: method init (line 391) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 399) | def read_uv(self) -> int: method width (line 407) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 408) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 409) | def block(self) -> Incomplete: method atten (line 419) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 420) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 422) | class I2S: method shift (line 453) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 461) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 467) | def irq(self, handler) -> Incomplete: method readinto (line 475) | def readinto(self, buf) -> int: method deinit (line 484) | def deinit(self) -> Incomplete: method write (line 490) | def write(self, buf) -> int: method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 501) | class DAC: method write (line 502) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 503) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 505) | class I2C: method readfrom_mem_into (line 523) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 535) | def readfrom_into( method readfrom_mem (line 550) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 559) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 570) | def scan(self) -> List: method writeto (line 578) | def writeto( method writevto (line 593) | def writevto( method start (line 614) | def start(self) -> None: method readfrom (line 620) | def readfrom( method readinto (line 633) | def readinto( method init (line 647) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 661) | def stop(self) -> None: method write (line 667) | def write(self, buf) -> int: method __init__ (line 675) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 677) | class Timer: method deinit (line 688) | def deinit(self) -> None: method init (line 694) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 734) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 737) | class SoftSPI(SPI): method deinit (line 746) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 747) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 748) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 749) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 750) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 751) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 752) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 754) | class Pin: method irq (line 831) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 876) | def on(self) -> None: method off (line 882) | def off(self) -> None: method value (line 888) | def value(self, x: Optional[Any] = None) -> int: method init (line 922) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 932) | class board: method __init__ (line 933) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 935) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 936) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 944) | class TouchPad: method config (line 945) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 946) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 947) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 949) | class UART: method deinit (line 960) | def deinit(self) -> None: method sendbreak (line 970) | def sendbreak(self) -> None: method init (line 977) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1031) | def flush(self) -> Incomplete: method txdone (line 1046) | def txdone(self) -> bool: method read (line 1061) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1072) | def any(self) -> int: method write (line 1087) | def write(self, buf) -> Union[int, None]: method readinto (line 1095) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1106) | def readline(self) -> Union[str, None]: method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1117) | class SDCard: method ioctl (line 1148) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1149) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1150) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1151) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1152) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1153) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1155) | class RTC: method init (line 1160) | def init(self, datetime) -> None: method memory (line 1168) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1169) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1185) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1187) | class SoftI2C(I2C): method readfrom_mem_into (line 1200) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1201) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1202) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1203) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1204) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1205) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1206) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1207) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1208) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1209) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1210) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1211) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1212) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1213) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1215) | class SPI: method deinit (line 1229) | def deinit(self) -> None: method init (line 1235) | def init( method write_readinto (line 1261) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1272) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1280) | def write(self, buf) -> int: method readinto (line 1289) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1299) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1301) | class Signal(Pin): method off (line 1322) | def off(self) -> None: method on (line 1328) | def on(self) -> None: method value (line 1334) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1354) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _install_json (line 14) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 16) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _chunk (line 17) | def _chunk(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... function install (line 19) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 20) | def _check_exists(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/network.pyi function phy_mode (line 91) | def phy_mode(*args, **kwargs) -> Incomplete: ... function country (line 92) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 93) | def hostname(*args, **kwargs) -> Incomplete: ... class LAN (line 95) | class LAN: method __init__ (line 118) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 119) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 127) | def isconnected(self) -> bool: method status (line 134) | def status(self) -> Incomplete: method ifconfig (line 140) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 152) | def config(self, config_parameters) -> Incomplete: function PPP (line 172) | def PPP(*args, **kwargs) -> Incomplete: ... class WLAN (line 174) | class WLAN: method status (line 186) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 205) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 216) | def isconnected(self) -> bool: method scan (line 224) | def scan(self) -> List[Tuple]: method disconnect (line 253) | def disconnect(self) -> None: method active (line 259) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 267) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 302) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 311) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/socket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/ssl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/uasyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function current_task (line 56) | def current_task() -> Task: function ticks_diff (line 62) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 63) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function get_event_loop (line 71) | def get_event_loop() -> Incomplete: function ticks (line 77) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 78) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 79) | def new_event_loop() -> Incomplete: function ticks_add (line 88) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 97) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 105) | def run(coro) -> Incomplete: class TaskQueue (line 115) | class TaskQueue: method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 117) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 118) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 124) | class Lock: method locked (line 132) | def locked(self) -> bool: method release (line 138) | def release(self) -> Incomplete: method __init__ (line 146) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 148) | class Task: method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 161) | class CancelledError(Exception): ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 266) | class ThreadSafeFlag: method set (line 274) | def set(self) -> None: method ioctl (line 281) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 282) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 291) | class Event: method set (line 297) | def set(self) -> None: method is_set (line 306) | def is_set(self) -> bool: method clear (line 312) | def clear(self) -> None: method __init__ (line 318) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 320) | class IOQueue: method queue_read (line 321) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 322) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 323) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 324) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 325) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 326) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 329) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/uasyncio/core.pyi function _promote_to_task (line 13) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 15) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 16) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 17) | def current_task(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 19) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 20) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 23) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 24) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class CancelledError (line 29) | class CancelledError(Exception): ... class Task (line 31) | class Task: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 34) | class TaskQueue: method push (line 35) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 36) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 37) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 38) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 41) | class Loop: method get_exception_handler (line 42) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 43) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 44) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 46) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 47) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 48) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 49) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 50) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 55) | class SingletonGenerator: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 58) | class IOQueue: method queue_read (line 59) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 60) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 61) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 62) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 63) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 64) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 69) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/uhashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/umachine.pyi function wake_reason (line 37) | def wake_reason() -> Incomplete: function disable_irq (line 45) | def disable_irq() -> Incomplete: function dht_readinto (line 54) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 55) | def bitstream( function bootloader (line 84) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 94) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 119) | def soft_reset() -> NoReturn: function sleep (line 127) | def sleep() -> Incomplete: function enable_irq (line 133) | def enable_irq(state) -> Incomplete: function time_pulse_us (line 141) | def time_pulse_us( function unique_id (line 163) | def unique_id() -> bytes: function idle (line 172) | def idle() -> Incomplete: function freq (line 181) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 189) | def reset_cause() -> int: function lightsleep (line 195) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 220) | def reset() -> NoReturn: class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 260) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 267) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 278) | def deinit(self) -> None: method duty_ns (line 284) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 294) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 295) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 297) | class WDT: method feed (line 306) | def feed(self) -> None: method __init__ (line 314) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 319) | class ADCBlock: method init (line 329) | def init(self, *, bits) -> None: method connect (line 336) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 357) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 359) | class ADC: method read_u16 (line 383) | def read_u16(self) -> int: method init (line 391) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 399) | def read_uv(self) -> int: method width (line 407) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 408) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 409) | def block(self) -> Incomplete: method atten (line 419) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 420) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 422) | class I2S: method shift (line 453) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 461) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 467) | def irq(self, handler) -> Incomplete: method readinto (line 475) | def readinto(self, buf) -> int: method deinit (line 484) | def deinit(self) -> Incomplete: method write (line 490) | def write(self, buf) -> int: method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 501) | class DAC: method write (line 502) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 503) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 505) | class I2C: method readfrom_mem_into (line 523) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 535) | def readfrom_into( method readfrom_mem (line 550) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 559) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 570) | def scan(self) -> List: method writeto (line 578) | def writeto( method writevto (line 593) | def writevto( method start (line 614) | def start(self) -> None: method readfrom (line 620) | def readfrom( method readinto (line 633) | def readinto( method init (line 647) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 661) | def stop(self) -> None: method write (line 667) | def write(self, buf) -> int: method __init__ (line 675) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 677) | class Timer: method deinit (line 688) | def deinit(self) -> None: method init (line 694) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 734) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 737) | class SoftSPI(SPI): method deinit (line 746) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 747) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 748) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 749) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 750) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 751) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 752) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 754) | class Pin: method irq (line 831) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 876) | def on(self) -> None: method off (line 882) | def off(self) -> None: method value (line 888) | def value(self, x: Optional[Any] = None) -> int: method init (line 922) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 932) | class board: method __init__ (line 933) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 935) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 936) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 944) | class TouchPad: method config (line 945) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 946) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 947) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 949) | class UART: method deinit (line 960) | def deinit(self) -> None: method sendbreak (line 970) | def sendbreak(self) -> None: method init (line 977) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1031) | def flush(self) -> Incomplete: method txdone (line 1046) | def txdone(self) -> bool: method read (line 1061) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1072) | def any(self) -> int: method write (line 1087) | def write(self, buf) -> Union[int, None]: method readinto (line 1095) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1106) | def readline(self) -> Union[str, None]: method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1117) | class SDCard: method ioctl (line 1148) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1149) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1150) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1151) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1152) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1153) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1155) | class RTC: method init (line 1160) | def init(self, datetime) -> None: method memory (line 1168) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1169) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1185) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1187) | class SoftI2C(I2C): method readfrom_mem_into (line 1200) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1201) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1202) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1203) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1204) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1205) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1206) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1207) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1208) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1209) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1210) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1211) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1212) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1213) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1215) | class SPI: method deinit (line 1229) | def deinit(self) -> None: method init (line 1235) | def init( method write_readinto (line 1261) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1272) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1280) | def write(self, buf) -> int: method readinto (line 1289) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1299) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1301) | class Signal(Pin): method off (line 1322) | def off(self) -> None: method on (line 1328) | def on(self) -> None: method value (line 1334) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1354) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 18) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 19) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 20) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 21) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 22) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 23) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 24) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 26) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 19) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 25) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/urequests.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/usocket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/ussl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/_espnow.pyi class ESPNowBase (line 23) | class ESPNowBase: method irq (line 24) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 25) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 27) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 28) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 29) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 30) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 31) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 32) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 33) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 34) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 35) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 36) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 37) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/aioespnow.pyi class AIOESPNow (line 11) | class AIOESPNow: method peer_count (line 14) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recv (line 15) | def recv(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 16) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method irecv (line 17) | def irecv(self, *args, **kwargs) -> Incomplete: ... method stats (line 18) | def stats(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 19) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 20) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method any (line 21) | def any(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 22) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 23) | def active(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method config (line 25) | def config(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method irq (line 29) | def irq(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/apa106.pyi class NeoPixel (line 10) | class NeoPixel: method write (line 12) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 13) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class APA106 (line 16) | class APA106: method write (line 18) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 19) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/asyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/esp.pyi function osdebug (line 27) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 67) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 68) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 69) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 70) | def flash_user_start() -> Incomplete: function flash_erase (line 76) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 77) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 78) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/esp32.pyi function idf_heap_info (line 24) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_touch (line 62) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 69) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 77) | def wake_on_ext1(pins, level) -> None: function wake_on_ulp (line 85) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 92) | def gpio_deep_sleep_hold(enable) -> None: class NVS (line 99) | class NVS: method get_i32 (line 105) | def get_i32(self, key) -> int: method set_i32 (line 112) | def set_i32(self, key, value) -> None: method set_blob (line 118) | def set_blob(self, key, value) -> None: method commit (line 127) | def commit(self) -> Incomplete: method get_blob (line 133) | def get_blob(self, key, buffer) -> int: method erase_key (line 141) | def erase_key(self, key) -> Incomplete: method __init__ (line 147) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 149) | class RMT: method source_freq (line 168) | def source_freq(cls) -> Incomplete: method loop (line 175) | def loop(self, enable_loop) -> None: method wait_done (line 184) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 193) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 224) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 238) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 239) | def clock_div(self) -> Incomplete: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 248) | class Partition: method readblocks (line 259) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 260) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 268) | def set_boot(self) -> None: method writeblocks (line 279) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 280) | def info(self) -> Tuple: method find (line 287) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 298) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 308) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 321) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/espnow.pyi class ESPNow (line 23) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 35) | def peer_count(self) -> int: method recv (line 46) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 86) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method irecv (line 95) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method stats (line 126) | def stats(self) -> Incomplete: method recvinto (line 143) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method set_pmk (line 178) | def set_pmk(self, pmk) -> None: method any (line 205) | def any(self) -> Incomplete: method add_peer (line 225) | def add_peer( method active (line 282) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 312) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method config (line 359) | def config(self, param) -> str: method get_peers (line 403) | def get_peers(self) -> Tuple: method get_peer (line 410) | def get_peer(self, mac) -> Incomplete: method del_peer (line 428) | def del_peer(self, mac) -> Incomplete: method irq (line 445) | def irq(self, callback) -> Incomplete: method __init__ (line 477) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 479) | class ESPNowBase: method irq (line 480) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 481) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 482) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 483) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 484) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 485) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 486) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 487) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 488) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 489) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 490) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 491) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 492) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 493) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 494) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/flashbdev.pyi class Partition (line 12) | class Partition: method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 18) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method set_boot (line 19) | def set_boot(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 20) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method find (line 22) | def find(self, *args, **kwargs) -> Incomplete: ... method get_next_update (line 23) | def get_next_update(self, *args, **kwargs) -> Incomplete: ... method mark_app_valid_cancel_rollback (line 25) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/hashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/inisetup.pyi function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 11) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/machine.pyi function enable_irq (line 37) | def enable_irq(state) -> Incomplete: function bootloader (line 45) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function sleep (line 90) | def sleep() -> Incomplete: function soft_reset (line 96) | def soft_reset() -> NoReturn: function time_pulse_us (line 104) | def time_pulse_us( function unique_id (line 126) | def unique_id() -> bytes: function freq (line 135) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 143) | def reset_cause() -> int: function idle (line 149) | def idle() -> Incomplete: function lightsleep (line 158) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 183) | def reset() -> NoReturn: function wake_reason (line 190) | def wake_reason() -> Incomplete: function bitstream (line 198) | def bitstream( class WDT (line 227) | class WDT: method feed (line 236) | def feed(self) -> None: method __init__ (line 244) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 246) | class Pin: method irq (line 323) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 368) | def on(self) -> None: method off (line 374) | def off(self) -> None: method value (line 380) | def value(self, x: Optional[Any] = None) -> int: method init (line 414) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 424) | class board: method __init__ (line 425) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 427) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 428) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class RTC (line 436) | class RTC: method init (line 441) | def init(self, datetime) -> None: method memory (line 449) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 450) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 466) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 470) | class PWM: method duty_u16 (line 489) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 501) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 508) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 519) | def deinit(self) -> None: method duty_ns (line 525) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 535) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 536) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 538) | class ADC: method read_u16 (line 559) | def read_u16(self) -> int: method init (line 567) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 575) | def read_uv(self) -> int: method width (line 583) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 584) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 585) | def block(self) -> Incomplete: method atten (line 595) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 596) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 598) | class ADCBlock: method init (line 608) | def init(self, *, bits) -> None: method connect (line 615) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 636) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 638) | class I2C: method readfrom_mem_into (line 656) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 668) | def readfrom_into( method readfrom_mem (line 683) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 692) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 703) | def scan(self) -> List: method writeto (line 711) | def writeto( method writevto (line 726) | def writevto( method start (line 747) | def start(self) -> None: method readfrom (line 753) | def readfrom( method readinto (line 766) | def readinto( method init (line 780) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 794) | def stop(self) -> None: method write (line 800) | def write(self, buf) -> int: method __init__ (line 808) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 812) | class SoftSPI(SPI): method deinit (line 821) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 822) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 823) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 824) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 825) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 826) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 827) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 829) | class Timer: method deinit (line 840) | def deinit(self) -> None: method init (line 846) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 886) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 887) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 889) | class UART: method deinit (line 900) | def deinit(self) -> None: method sendbreak (line 910) | def sendbreak(self) -> None: method init (line 917) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 971) | def flush(self) -> Incomplete: method txdone (line 986) | def txdone(self) -> bool: method read (line 1001) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1012) | def any(self) -> int: method write (line 1027) | def write(self, buf) -> Union[int, None]: method readinto (line 1035) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1046) | def readline(self) -> Union[str, None]: method __init__ (line 1055) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1057) | class SoftI2C(I2C): method readfrom_mem_into (line 1070) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1071) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1072) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1073) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1074) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1075) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1076) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1077) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1078) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1079) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1080) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1081) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1082) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1083) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1087) | class SPI: method deinit (line 1101) | def deinit(self) -> None: method init (line 1107) | def init( method write_readinto (line 1133) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1144) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1152) | def write(self, buf) -> int: method readinto (line 1161) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1171) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1173) | class Signal(Pin): method off (line 1194) | def off(self) -> None: method on (line 1200) | def on(self) -> None: method value (line 1206) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1226) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _install_json (line 14) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 16) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _chunk (line 17) | def _chunk(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... function install (line 19) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 20) | def _check_exists(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/network.pyi function phy_mode (line 91) | def phy_mode(*args, **kwargs) -> Incomplete: ... function country (line 92) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 93) | def hostname(*args, **kwargs) -> Incomplete: ... class LAN (line 95) | class LAN: method __init__ (line 118) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 119) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 127) | def isconnected(self) -> bool: method status (line 134) | def status(self) -> Incomplete: method ifconfig (line 140) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 152) | def config(self, config_parameters) -> Incomplete: function PPP (line 172) | def PPP(*args, **kwargs) -> Incomplete: ... class WLAN (line 174) | class WLAN: method status (line 186) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 205) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 216) | def isconnected(self) -> bool: method scan (line 224) | def scan(self) -> List[Tuple]: method disconnect (line 253) | def disconnect(self) -> None: method active (line 259) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 267) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 302) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 311) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/socket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/ssl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/uhashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/umachine.pyi function enable_irq (line 37) | def enable_irq(state) -> Incomplete: function bootloader (line 45) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function sleep (line 90) | def sleep() -> Incomplete: function soft_reset (line 96) | def soft_reset() -> NoReturn: function time_pulse_us (line 104) | def time_pulse_us( function unique_id (line 126) | def unique_id() -> bytes: function freq (line 135) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 143) | def reset_cause() -> int: function idle (line 149) | def idle() -> Incomplete: function lightsleep (line 158) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 183) | def reset() -> NoReturn: function wake_reason (line 190) | def wake_reason() -> Incomplete: function bitstream (line 198) | def bitstream( class WDT (line 227) | class WDT: method feed (line 236) | def feed(self) -> None: method __init__ (line 244) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 246) | class Pin: method irq (line 323) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 368) | def on(self) -> None: method off (line 374) | def off(self) -> None: method value (line 380) | def value(self, x: Optional[Any] = None) -> int: method init (line 414) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 424) | class board: method __init__ (line 425) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 427) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 428) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class RTC (line 436) | class RTC: method init (line 441) | def init(self, datetime) -> None: method memory (line 449) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 450) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 466) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 470) | class PWM: method duty_u16 (line 489) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 501) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 508) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 519) | def deinit(self) -> None: method duty_ns (line 525) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 535) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 536) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 538) | class ADC: method read_u16 (line 559) | def read_u16(self) -> int: method init (line 567) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 575) | def read_uv(self) -> int: method width (line 583) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 584) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 585) | def block(self) -> Incomplete: method atten (line 595) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 596) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 598) | class ADCBlock: method init (line 608) | def init(self, *, bits) -> None: method connect (line 615) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 636) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 638) | class I2C: method readfrom_mem_into (line 656) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 668) | def readfrom_into( method readfrom_mem (line 683) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 692) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 703) | def scan(self) -> List: method writeto (line 711) | def writeto( method writevto (line 726) | def writevto( method start (line 747) | def start(self) -> None: method readfrom (line 753) | def readfrom( method readinto (line 766) | def readinto( method init (line 780) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 794) | def stop(self) -> None: method write (line 800) | def write(self, buf) -> int: method __init__ (line 808) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 812) | class SoftSPI(SPI): method deinit (line 821) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 822) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 823) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 824) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 825) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 826) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 827) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 829) | class Timer: method deinit (line 840) | def deinit(self) -> None: method init (line 846) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 886) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 887) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 889) | class UART: method deinit (line 900) | def deinit(self) -> None: method sendbreak (line 910) | def sendbreak(self) -> None: method init (line 917) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 971) | def flush(self) -> Incomplete: method txdone (line 986) | def txdone(self) -> bool: method read (line 1001) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1012) | def any(self) -> int: method write (line 1027) | def write(self, buf) -> Union[int, None]: method readinto (line 1035) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1046) | def readline(self) -> Union[str, None]: method __init__ (line 1055) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1057) | class SoftI2C(I2C): method readfrom_mem_into (line 1070) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1071) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1072) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1073) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1074) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1075) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1076) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1077) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1078) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1079) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1080) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1081) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1082) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1083) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1087) | class SPI: method deinit (line 1101) | def deinit(self) -> None: method init (line 1107) | def init( method write_readinto (line 1133) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1144) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1152) | def write(self, buf) -> int: method readinto (line 1161) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1171) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1173) | class Signal(Pin): method off (line 1194) | def off(self) -> None: method on (line 1200) | def on(self) -> None: method value (line 1206) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1226) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 18) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 19) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 20) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 21) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 22) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 23) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 24) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 26) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 19) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 25) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/urequests.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/usocket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/ussl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_c3-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/_espnow.pyi class ESPNowBase (line 22) | class ESPNowBase: method irq (line 23) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 24) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 25) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 26) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 27) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 28) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 29) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 30) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 31) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 32) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 33) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 34) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 35) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 36) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/aioespnow.pyi class AIOESPNow (line 11) | class AIOESPNow: method peer_count (line 14) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recv (line 15) | def recv(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 16) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method irecv (line 17) | def irecv(self, *args, **kwargs) -> Incomplete: ... method stats (line 18) | def stats(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 19) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 20) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method any (line 21) | def any(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 22) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 23) | def active(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method config (line 25) | def config(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method irq (line 29) | def irq(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/apa106.pyi class NeoPixel (line 10) | class NeoPixel: method write (line 12) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 13) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class APA106 (line 16) | class APA106: method write (line 18) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 19) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/asyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function current_task (line 56) | def current_task() -> Task: function ticks_diff (line 62) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 63) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function get_event_loop (line 71) | def get_event_loop() -> Incomplete: function ticks (line 77) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 78) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 79) | def new_event_loop() -> Incomplete: function ticks_add (line 88) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 97) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 105) | def run(coro) -> Incomplete: class TaskQueue (line 115) | class TaskQueue: method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 117) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 118) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 124) | class Lock: method locked (line 132) | def locked(self) -> bool: method release (line 138) | def release(self) -> Incomplete: method __init__ (line 146) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 148) | class Task: method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 161) | class CancelledError(Exception): ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 266) | class ThreadSafeFlag: method set (line 274) | def set(self) -> None: method ioctl (line 281) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 282) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 291) | class Event: method set (line 297) | def set(self) -> None: method is_set (line 306) | def is_set(self) -> bool: method clear (line 312) | def clear(self) -> None: method __init__ (line 318) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 320) | class IOQueue: method queue_read (line 321) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 322) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 323) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 324) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 325) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 326) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 329) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/asyncio/core.pyi function _promote_to_task (line 13) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 15) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 16) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 17) | def current_task(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 19) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 20) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 23) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 24) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class CancelledError (line 29) | class CancelledError(Exception): ... class Task (line 31) | class Task: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 34) | class TaskQueue: method push (line 35) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 36) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 37) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 38) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 41) | class Loop: method get_exception_handler (line 42) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 43) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 44) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 46) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 47) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 48) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 49) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 50) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 55) | class SingletonGenerator: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 58) | class IOQueue: method queue_read (line 59) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 60) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 61) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 62) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 63) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 64) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 69) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/esp.pyi function osdebug (line 27) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 67) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 68) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 69) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 70) | def flash_user_start() -> Incomplete: function flash_erase (line 76) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 77) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 78) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/esp32.pyi function idf_heap_info (line 24) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_ulp (line 62) | def wake_on_ulp(wake) -> None: function wake_on_touch (line 69) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 76) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 84) | def wake_on_ext1(pins, level) -> None: function gpio_deep_sleep_hold (line 92) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 99) | class ULP: method run (line 105) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 111) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 117) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 125) | class NVS: method get_i32 (line 131) | def get_i32(self, key) -> int: method set_i32 (line 138) | def set_i32(self, key, value) -> None: method set_blob (line 144) | def set_blob(self, key, value) -> None: method commit (line 153) | def commit(self) -> Incomplete: method get_blob (line 159) | def get_blob(self, key, buffer) -> int: method erase_key (line 167) | def erase_key(self, key) -> Incomplete: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 175) | class Partition: method readblocks (line 186) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 187) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 195) | def set_boot(self) -> None: method writeblocks (line 206) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 207) | def info(self) -> Tuple: method find (line 214) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 225) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 235) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 248) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 250) | class RMT: method source_freq (line 269) | def source_freq(cls) -> Incomplete: method loop (line 276) | def loop(self, enable_loop) -> None: method wait_done (line 285) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 294) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 325) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 339) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 340) | def clock_div(self) -> Incomplete: method __init__ (line 347) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/espnow.pyi class ESPNow (line 22) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 34) | def peer_count(self) -> int: method recv (line 45) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 85) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method irecv (line 94) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method stats (line 125) | def stats(self) -> Incomplete: method recvinto (line 142) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method set_pmk (line 177) | def set_pmk(self, pmk) -> None: method any (line 204) | def any(self) -> Incomplete: method add_peer (line 224) | def add_peer( method active (line 281) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 311) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method config (line 358) | def config(self, param) -> str: method get_peers (line 402) | def get_peers(self) -> Tuple: method get_peer (line 409) | def get_peer(self, mac) -> Incomplete: method del_peer (line 427) | def del_peer(self, mac) -> Incomplete: method irq (line 444) | def irq(self, callback) -> Incomplete: method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 478) | class ESPNowBase: method irq (line 479) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 480) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 481) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 482) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 483) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 484) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 485) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 486) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 487) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 488) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 489) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 490) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 491) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 492) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 493) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/flashbdev.pyi class Partition (line 12) | class Partition: method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 18) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method set_boot (line 19) | def set_boot(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 20) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method find (line 22) | def find(self, *args, **kwargs) -> Incomplete: ... method get_next_update (line 23) | def get_next_update(self, *args, **kwargs) -> Incomplete: ... method mark_app_valid_cancel_rollback (line 25) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/hashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/inisetup.pyi function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 11) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/machine.pyi function soft_reset (line 37) | def soft_reset() -> NoReturn: function dht_readinto (line 45) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 46) | def bitstream( function unique_id (line 75) | def unique_id() -> bytes: function time_pulse_us (line 84) | def time_pulse_us( function bootloader (line 106) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 116) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 141) | def disable_irq() -> Incomplete: function reset (line 150) | def reset() -> NoReturn: function reset_cause (line 157) | def reset_cause() -> int: function sleep (line 163) | def sleep() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function enable_irq (line 194) | def enable_irq(state) -> Incomplete: function freq (line 202) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 210) | def idle() -> Incomplete: function wake_reason (line 219) | def wake_reason() -> Incomplete: class PWM (line 227) | class PWM: method duty_u16 (line 246) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 258) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 265) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 276) | def deinit(self) -> None: method duty_ns (line 282) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 292) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 295) | class Pin: method irq (line 372) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 417) | def on(self) -> None: method off (line 423) | def off(self) -> None: method value (line 429) | def value(self, x: Optional[Any] = None) -> int: method init (line 463) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 473) | class board: method __init__ (line 474) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 477) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 489) | class I2S: method shift (line 520) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 528) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 534) | def irq(self, handler) -> Incomplete: method readinto (line 542) | def readinto(self, buf) -> int: method deinit (line 551) | def deinit(self) -> Incomplete: method write (line 557) | def write(self, buf) -> int: method __init__ (line 566) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 568) | class ADC: method read_u16 (line 589) | def read_u16(self) -> int: method init (line 597) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 605) | def read_uv(self) -> int: method width (line 613) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 614) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 615) | def block(self) -> Incomplete: method atten (line 625) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 626) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 628) | class ADCBlock: method init (line 638) | def init(self, *, bits) -> None: method connect (line 645) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 666) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 668) | class I2C: method readfrom_mem_into (line 686) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 698) | def readfrom_into( method readfrom_mem (line 713) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 722) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 733) | def scan(self) -> List: method writeto (line 741) | def writeto( method writevto (line 756) | def writevto( method start (line 777) | def start(self) -> None: method readfrom (line 783) | def readfrom( method readinto (line 796) | def readinto( method init (line 810) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 824) | def stop(self) -> None: method write (line 830) | def write(self, buf) -> int: method __init__ (line 838) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 840) | class WDT: method feed (line 849) | def feed(self) -> None: method __init__ (line 857) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 859) | class SoftSPI(SPI): method deinit (line 868) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 869) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 870) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 871) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 872) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 873) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 874) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 876) | class Timer: method deinit (line 887) | def deinit(self) -> None: method init (line 893) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 933) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 934) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 936) | class TouchPad: method config (line 937) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 938) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 939) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 941) | class UART: method deinit (line 952) | def deinit(self) -> None: method sendbreak (line 962) | def sendbreak(self) -> None: method init (line 969) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1023) | def flush(self) -> Incomplete: method txdone (line 1038) | def txdone(self) -> bool: method read (line 1053) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1064) | def any(self) -> int: method write (line 1079) | def write(self, buf) -> Union[int, None]: method readinto (line 1087) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1098) | def readline(self) -> Union[str, None]: method __init__ (line 1107) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1109) | class RTC: method init (line 1114) | def init(self, datetime) -> None: method memory (line 1122) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1123) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1139) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1141) | class SoftI2C(I2C): method readfrom_mem_into (line 1154) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1155) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1156) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1157) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1158) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1159) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1160) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1161) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1162) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1163) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1164) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1165) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1166) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1167) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1169) | class SDCard: method ioctl (line 1200) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1201) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1202) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1203) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1204) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1205) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1207) | class SPI: method deinit (line 1221) | def deinit(self) -> None: method init (line 1227) | def init( method write_readinto (line 1253) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1264) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1272) | def write(self, buf) -> int: method readinto (line 1281) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1291) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1293) | class Signal(Pin): method off (line 1314) | def off(self) -> None: method on (line 1320) | def on(self) -> None: method value (line 1326) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1346) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _install_json (line 14) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 16) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _chunk (line 17) | def _chunk(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... function install (line 19) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 20) | def _check_exists(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/network.pyi function phy_mode (line 91) | def phy_mode(*args, **kwargs) -> Incomplete: ... function country (line 92) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 93) | def hostname(*args, **kwargs) -> Incomplete: ... class LAN (line 95) | class LAN: method __init__ (line 118) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 119) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 127) | def isconnected(self) -> bool: method status (line 134) | def status(self) -> Incomplete: method ifconfig (line 140) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 152) | def config(self, config_parameters) -> Incomplete: function PPP (line 172) | def PPP(*args, **kwargs) -> Incomplete: ... class WLAN (line 174) | class WLAN: method status (line 186) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 205) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 216) | def isconnected(self) -> bool: method scan (line 224) | def scan(self) -> List[Tuple]: method disconnect (line 253) | def disconnect(self) -> None: method active (line 259) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 267) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 302) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 311) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/socket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/ssl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/uasyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function current_task (line 56) | def current_task() -> Task: function ticks_diff (line 62) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 63) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function get_event_loop (line 71) | def get_event_loop() -> Incomplete: function ticks (line 77) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 78) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 79) | def new_event_loop() -> Incomplete: function ticks_add (line 88) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 97) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 105) | def run(coro) -> Incomplete: class TaskQueue (line 115) | class TaskQueue: method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 117) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 118) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 124) | class Lock: method locked (line 132) | def locked(self) -> bool: method release (line 138) | def release(self) -> Incomplete: method __init__ (line 146) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 148) | class Task: method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 161) | class CancelledError(Exception): ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 266) | class ThreadSafeFlag: method set (line 274) | def set(self) -> None: method ioctl (line 281) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 282) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 291) | class Event: method set (line 297) | def set(self) -> None: method is_set (line 306) | def is_set(self) -> bool: method clear (line 312) | def clear(self) -> None: method __init__ (line 318) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 320) | class IOQueue: method queue_read (line 321) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 322) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 323) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 324) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 325) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 326) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 329) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/uasyncio/core.pyi function _promote_to_task (line 13) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 15) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 16) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 17) | def current_task(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 19) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 20) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 23) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 24) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class CancelledError (line 29) | class CancelledError(Exception): ... class Task (line 31) | class Task: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 34) | class TaskQueue: method push (line 35) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 36) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 37) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 38) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 41) | class Loop: method get_exception_handler (line 42) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 43) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 44) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 46) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 47) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 48) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 49) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 50) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 55) | class SingletonGenerator: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 58) | class IOQueue: method queue_read (line 59) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 60) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 61) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 62) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 63) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 64) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 69) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/uhashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/umachine.pyi function soft_reset (line 37) | def soft_reset() -> NoReturn: function dht_readinto (line 45) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 46) | def bitstream( function unique_id (line 75) | def unique_id() -> bytes: function time_pulse_us (line 84) | def time_pulse_us( function bootloader (line 106) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 116) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 141) | def disable_irq() -> Incomplete: function reset (line 150) | def reset() -> NoReturn: function reset_cause (line 157) | def reset_cause() -> int: function sleep (line 163) | def sleep() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function enable_irq (line 194) | def enable_irq(state) -> Incomplete: function freq (line 202) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 210) | def idle() -> Incomplete: function wake_reason (line 219) | def wake_reason() -> Incomplete: class PWM (line 227) | class PWM: method duty_u16 (line 246) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 258) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 265) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 276) | def deinit(self) -> None: method duty_ns (line 282) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 292) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 295) | class Pin: method irq (line 372) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 417) | def on(self) -> None: method off (line 423) | def off(self) -> None: method value (line 429) | def value(self, x: Optional[Any] = None) -> int: method init (line 463) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 473) | class board: method __init__ (line 474) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 477) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 489) | class I2S: method shift (line 520) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 528) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 534) | def irq(self, handler) -> Incomplete: method readinto (line 542) | def readinto(self, buf) -> int: method deinit (line 551) | def deinit(self) -> Incomplete: method write (line 557) | def write(self, buf) -> int: method __init__ (line 566) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 568) | class ADC: method read_u16 (line 589) | def read_u16(self) -> int: method init (line 597) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 605) | def read_uv(self) -> int: method width (line 613) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 614) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 615) | def block(self) -> Incomplete: method atten (line 625) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 626) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 628) | class ADCBlock: method init (line 638) | def init(self, *, bits) -> None: method connect (line 645) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 666) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 668) | class I2C: method readfrom_mem_into (line 686) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 698) | def readfrom_into( method readfrom_mem (line 713) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 722) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 733) | def scan(self) -> List: method writeto (line 741) | def writeto( method writevto (line 756) | def writevto( method start (line 777) | def start(self) -> None: method readfrom (line 783) | def readfrom( method readinto (line 796) | def readinto( method init (line 810) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 824) | def stop(self) -> None: method write (line 830) | def write(self, buf) -> int: method __init__ (line 838) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 840) | class WDT: method feed (line 849) | def feed(self) -> None: method __init__ (line 857) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 859) | class SoftSPI(SPI): method deinit (line 868) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 869) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 870) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 871) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 872) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 873) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 874) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 876) | class Timer: method deinit (line 887) | def deinit(self) -> None: method init (line 893) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 933) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 934) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 936) | class TouchPad: method config (line 937) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 938) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 939) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 941) | class UART: method deinit (line 952) | def deinit(self) -> None: method sendbreak (line 962) | def sendbreak(self) -> None: method init (line 969) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1023) | def flush(self) -> Incomplete: method txdone (line 1038) | def txdone(self) -> bool: method read (line 1053) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1064) | def any(self) -> int: method write (line 1079) | def write(self, buf) -> Union[int, None]: method readinto (line 1087) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1098) | def readline(self) -> Union[str, None]: method __init__ (line 1107) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1109) | class RTC: method init (line 1114) | def init(self, datetime) -> None: method memory (line 1122) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1123) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1139) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1141) | class SoftI2C(I2C): method readfrom_mem_into (line 1154) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1155) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1156) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1157) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1158) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1159) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1160) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1161) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1162) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1163) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1164) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1165) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1166) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1167) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1169) | class SDCard: method ioctl (line 1200) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1201) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1202) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1203) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1204) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1205) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1207) | class SPI: method deinit (line 1221) | def deinit(self) -> None: method init (line 1227) | def init( method write_readinto (line 1253) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1264) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1272) | def write(self, buf) -> int: method readinto (line 1281) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1291) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1293) | class Signal(Pin): method off (line 1314) | def off(self) -> None: method on (line 1320) | def on(self) -> None: method value (line 1326) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1346) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 18) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 19) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 20) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 21) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 22) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 23) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 24) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 26) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 19) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 25) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/urequests.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/usocket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/ussl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-esp32_generic_s3-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_2-esp32-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/_espnow.pyi class ESPNowBase (line 22) | class ESPNowBase: method irq (line 23) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 24) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 25) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 26) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 27) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 28) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 29) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 30) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 31) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 32) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 33) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 34) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 35) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 36) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/aioespnow.pyi class AIOESPNow (line 11) | class AIOESPNow: method peer_count (line 14) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recv (line 15) | def recv(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 16) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method irecv (line 17) | def irecv(self, *args, **kwargs) -> Incomplete: ... method stats (line 18) | def stats(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 19) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 20) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method any (line 21) | def any(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 22) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 23) | def active(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method config (line 25) | def config(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method irq (line 29) | def irq(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/apa106.pyi class NeoPixel (line 10) | class NeoPixel: method write (line 12) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 13) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class APA106 (line 16) | class APA106: method write (line 18) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 19) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/asyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function current_task (line 56) | def current_task() -> Task: function ticks_diff (line 62) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 63) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function get_event_loop (line 71) | def get_event_loop() -> Incomplete: function ticks (line 77) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 78) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 79) | def new_event_loop() -> Incomplete: function ticks_add (line 88) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 97) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 105) | def run(coro) -> Incomplete: class TaskQueue (line 115) | class TaskQueue: method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 117) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 118) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 124) | class Lock: method locked (line 132) | def locked(self) -> bool: method release (line 138) | def release(self) -> Incomplete: method __init__ (line 146) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 148) | class Task: method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 161) | class CancelledError(Exception): ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 266) | class ThreadSafeFlag: method set (line 274) | def set(self) -> None: method ioctl (line 281) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 282) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 291) | class Event: method set (line 297) | def set(self) -> None: method is_set (line 306) | def is_set(self) -> bool: method clear (line 312) | def clear(self) -> None: method __init__ (line 318) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 320) | class IOQueue: method queue_read (line 321) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 322) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 323) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 324) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 325) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 326) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 329) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_2-esp32-stubs/asyncio/core.pyi function _promote_to_task (line 13) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 15) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 16) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 17) | def current_task(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 19) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 20) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 23) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 24) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class CancelledError (line 29) | class CancelledError(Exception): ... class Task (line 31) | class Task: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 34) | class TaskQueue: method push (line 35) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 36) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 37) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 38) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 41) | class Loop: method get_exception_handler (line 42) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 43) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 44) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 46) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 47) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 48) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 49) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 50) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 55) | class SingletonGenerator: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 58) | class IOQueue: method queue_read (line 59) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 60) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 61) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 62) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 63) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 64) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 69) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_2-esp32-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-esp32-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_22_2-esp32-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_22_2-esp32-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-esp32-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/esp.pyi function osdebug (line 27) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 67) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 68) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 69) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 70) | def flash_user_start() -> Incomplete: function flash_erase (line 76) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 77) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 78) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-stubs/esp32.pyi function raw_temperature (line 24) | def raw_temperature() -> int: function idf_heap_info (line 30) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_touch (line 68) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 75) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 83) | def wake_on_ext1(pins, level) -> None: function wake_on_ulp (line 91) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 98) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 105) | class ULP: method run (line 111) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 117) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 123) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 131) | class NVS: method get_i32 (line 137) | def get_i32(self, key) -> int: method set_i32 (line 144) | def set_i32(self, key, value) -> None: method set_blob (line 150) | def set_blob(self, key, value) -> None: method commit (line 159) | def commit(self) -> Incomplete: method get_blob (line 165) | def get_blob(self, key, buffer) -> int: method erase_key (line 173) | def erase_key(self, key) -> Incomplete: method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 181) | class Partition: method readblocks (line 192) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 193) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 201) | def set_boot(self) -> None: method writeblocks (line 212) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 213) | def info(self) -> Tuple: method find (line 220) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 231) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 241) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 254) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 256) | class RMT: method source_freq (line 275) | def source_freq(cls) -> Incomplete: method loop (line 282) | def loop(self, enable_loop) -> None: method wait_done (line 291) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 300) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 331) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 345) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 346) | def clock_div(self) -> Incomplete: method __init__ (line 353) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/espnow.pyi class ESPNow (line 22) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 34) | def peer_count(self) -> int: method recv (line 45) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 85) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method irecv (line 94) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method stats (line 125) | def stats(self) -> Incomplete: method recvinto (line 142) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method set_pmk (line 177) | def set_pmk(self, pmk) -> None: method any (line 204) | def any(self) -> Incomplete: method add_peer (line 224) | def add_peer( method active (line 281) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 311) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method config (line 358) | def config(self, param) -> str: method get_peers (line 402) | def get_peers(self) -> Tuple: method get_peer (line 409) | def get_peer(self, mac) -> Incomplete: method del_peer (line 427) | def del_peer(self, mac) -> Incomplete: method irq (line 444) | def irq(self, callback) -> Incomplete: method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 478) | class ESPNowBase: method irq (line 479) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 480) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 481) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 482) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 483) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 484) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 485) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 486) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 487) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 488) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 489) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 490) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 491) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 492) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 493) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/flashbdev.pyi class Partition (line 12) | class Partition: method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 18) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method set_boot (line 19) | def set_boot(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 20) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method find (line 22) | def find(self, *args, **kwargs) -> Incomplete: ... method get_next_update (line 23) | def get_next_update(self, *args, **kwargs) -> Incomplete: ... method mark_app_valid_cancel_rollback (line 25) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_2-esp32-stubs/hashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-stubs/inisetup.pyi function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 11) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-stubs/machine.pyi function wake_reason (line 37) | def wake_reason() -> Incomplete: function disable_irq (line 45) | def disable_irq() -> Incomplete: function dht_readinto (line 54) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 55) | def bitstream( function bootloader (line 84) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 94) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 119) | def soft_reset() -> NoReturn: function sleep (line 127) | def sleep() -> Incomplete: function enable_irq (line 133) | def enable_irq(state) -> Incomplete: function time_pulse_us (line 141) | def time_pulse_us( function unique_id (line 163) | def unique_id() -> bytes: function idle (line 172) | def idle() -> Incomplete: function freq (line 181) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 189) | def reset_cause() -> int: function lightsleep (line 195) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 220) | def reset() -> NoReturn: class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 260) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 267) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 278) | def deinit(self) -> None: method duty_ns (line 284) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 294) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 295) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 297) | class WDT: method feed (line 306) | def feed(self) -> None: method __init__ (line 314) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 319) | class ADCBlock: method init (line 329) | def init(self, *, bits) -> None: method connect (line 336) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 357) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 359) | class ADC: method read_u16 (line 383) | def read_u16(self) -> int: method init (line 391) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 399) | def read_uv(self) -> int: method width (line 407) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 408) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 409) | def block(self) -> Incomplete: method atten (line 419) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 420) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 422) | class I2S: method shift (line 453) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 461) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 467) | def irq(self, handler) -> Incomplete: method readinto (line 475) | def readinto(self, buf) -> int: method deinit (line 484) | def deinit(self) -> Incomplete: method write (line 490) | def write(self, buf) -> int: method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 501) | class DAC: method write (line 502) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 503) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 505) | class I2C: method readfrom_mem_into (line 523) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 535) | def readfrom_into( method readfrom_mem (line 550) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 559) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 570) | def scan(self) -> List: method writeto (line 578) | def writeto( method writevto (line 593) | def writevto( method start (line 614) | def start(self) -> None: method readfrom (line 620) | def readfrom( method readinto (line 633) | def readinto( method init (line 647) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 661) | def stop(self) -> None: method write (line 667) | def write(self, buf) -> int: method __init__ (line 675) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 677) | class Timer: method deinit (line 688) | def deinit(self) -> None: method init (line 694) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 734) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 737) | class SoftSPI(SPI): method deinit (line 746) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 747) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 748) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 749) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 750) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 751) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 752) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 754) | class Pin: method irq (line 831) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 876) | def on(self) -> None: method off (line 882) | def off(self) -> None: method value (line 888) | def value(self, x: Optional[Any] = None) -> int: method init (line 922) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 932) | class board: method __init__ (line 933) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 935) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 936) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 944) | class TouchPad: method config (line 945) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 946) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 947) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 949) | class UART: method deinit (line 960) | def deinit(self) -> None: method sendbreak (line 970) | def sendbreak(self) -> None: method init (line 977) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1031) | def flush(self) -> Incomplete: method txdone (line 1046) | def txdone(self) -> bool: method read (line 1061) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1072) | def any(self) -> int: method write (line 1087) | def write(self, buf) -> Union[int, None]: method readinto (line 1095) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1106) | def readline(self) -> Union[str, None]: method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1117) | class SDCard: method ioctl (line 1148) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1149) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1150) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1151) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1152) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1153) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1155) | class RTC: method init (line 1160) | def init(self, datetime) -> None: method memory (line 1168) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1169) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1185) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1187) | class SoftI2C(I2C): method readfrom_mem_into (line 1200) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1201) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1202) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1203) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1204) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1205) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1206) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1207) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1208) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1209) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1210) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1211) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1212) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1213) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1215) | class SPI: method deinit (line 1229) | def deinit(self) -> None: method init (line 1235) | def init( method write_readinto (line 1261) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1272) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1280) | def write(self, buf) -> int: method readinto (line 1289) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1299) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1301) | class Signal(Pin): method off (line 1322) | def off(self) -> None: method on (line 1328) | def on(self) -> None: method value (line 1334) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1354) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_2-esp32-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _install_json (line 14) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 16) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _chunk (line 17) | def _chunk(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... function install (line 19) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 20) | def _check_exists(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/network.pyi function phy_mode (line 91) | def phy_mode(*args, **kwargs) -> Incomplete: ... function country (line 92) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 93) | def hostname(*args, **kwargs) -> Incomplete: ... class LAN (line 95) | class LAN: method __init__ (line 118) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 119) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 127) | def isconnected(self) -> bool: method status (line 134) | def status(self) -> Incomplete: method ifconfig (line 140) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 152) | def config(self, config_parameters) -> Incomplete: function PPP (line 172) | def PPP(*args, **kwargs) -> Incomplete: ... class WLAN (line 174) | class WLAN: method status (line 186) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 205) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 216) | def isconnected(self) -> bool: method scan (line 224) | def scan(self) -> List[Tuple]: method disconnect (line 253) | def disconnect(self) -> None: method active (line 259) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 267) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 302) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 311) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-esp32-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-esp32-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-esp32-stubs/socket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/ssl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-esp32-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-esp32-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/uasyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function current_task (line 56) | def current_task() -> Task: function ticks_diff (line 62) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function wait_for_ms (line 63) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function get_event_loop (line 71) | def get_event_loop() -> Incomplete: function ticks (line 77) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 78) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 79) | def new_event_loop() -> Incomplete: function ticks_add (line 88) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 89) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 97) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 105) | def run(coro) -> Incomplete: class TaskQueue (line 115) | class TaskQueue: method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 117) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 118) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 124) | class Lock: method locked (line 132) | def locked(self) -> bool: method release (line 138) | def release(self) -> Incomplete: method __init__ (line 146) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 148) | class Task: method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 161) | class CancelledError(Exception): ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 266) | class ThreadSafeFlag: method set (line 274) | def set(self) -> None: method ioctl (line 281) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 282) | def clear(self) -> None: method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 291) | class Event: method set (line 297) | def set(self) -> None: method is_set (line 306) | def is_set(self) -> bool: method clear (line 312) | def clear(self) -> None: method __init__ (line 318) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 320) | class IOQueue: method queue_read (line 321) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 322) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 323) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 324) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 325) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 326) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 329) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_2-esp32-stubs/uasyncio/core.pyi function _promote_to_task (line 13) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 15) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 16) | def ticks_add(*args, **kwargs) -> Incomplete: ... function current_task (line 17) | def current_task(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 19) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 20) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 23) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 24) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class CancelledError (line 29) | class CancelledError(Exception): ... class Task (line 31) | class Task: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 34) | class TaskQueue: method push (line 35) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 36) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 37) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 38) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 41) | class Loop: method get_exception_handler (line 42) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 43) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 44) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 46) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 47) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 48) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 49) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 50) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 55) | class SingletonGenerator: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 58) | class IOQueue: method queue_read (line 59) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 60) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 61) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 62) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 63) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 64) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 69) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_22_2-esp32-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-esp32-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-esp32-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/uhashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-stubs/umachine.pyi function wake_reason (line 37) | def wake_reason() -> Incomplete: function disable_irq (line 45) | def disable_irq() -> Incomplete: function dht_readinto (line 54) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 55) | def bitstream( function bootloader (line 84) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 94) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 119) | def soft_reset() -> NoReturn: function sleep (line 127) | def sleep() -> Incomplete: function enable_irq (line 133) | def enable_irq(state) -> Incomplete: function time_pulse_us (line 141) | def time_pulse_us( function unique_id (line 163) | def unique_id() -> bytes: function idle (line 172) | def idle() -> Incomplete: function freq (line 181) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 189) | def reset_cause() -> int: function lightsleep (line 195) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 220) | def reset() -> NoReturn: class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 260) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 267) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 278) | def deinit(self) -> None: method duty_ns (line 284) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 294) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 295) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 297) | class WDT: method feed (line 306) | def feed(self) -> None: method __init__ (line 314) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 319) | class ADCBlock: method init (line 329) | def init(self, *, bits) -> None: method connect (line 336) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 357) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 359) | class ADC: method read_u16 (line 383) | def read_u16(self) -> int: method init (line 391) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 399) | def read_uv(self) -> int: method width (line 407) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 408) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 409) | def block(self) -> Incomplete: method atten (line 419) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 420) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 422) | class I2S: method shift (line 453) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 461) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 467) | def irq(self, handler) -> Incomplete: method readinto (line 475) | def readinto(self, buf) -> int: method deinit (line 484) | def deinit(self) -> Incomplete: method write (line 490) | def write(self, buf) -> int: method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 501) | class DAC: method write (line 502) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 503) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 505) | class I2C: method readfrom_mem_into (line 523) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 535) | def readfrom_into( method readfrom_mem (line 550) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 559) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 570) | def scan(self) -> List: method writeto (line 578) | def writeto( method writevto (line 593) | def writevto( method start (line 614) | def start(self) -> None: method readfrom (line 620) | def readfrom( method readinto (line 633) | def readinto( method init (line 647) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 661) | def stop(self) -> None: method write (line 667) | def write(self, buf) -> int: method __init__ (line 675) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 677) | class Timer: method deinit (line 688) | def deinit(self) -> None: method init (line 694) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 734) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 737) | class SoftSPI(SPI): method deinit (line 746) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 747) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 748) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 749) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 750) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 751) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 752) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 754) | class Pin: method irq (line 831) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 876) | def on(self) -> None: method off (line 882) | def off(self) -> None: method value (line 888) | def value(self, x: Optional[Any] = None) -> int: method init (line 922) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 932) | class board: method __init__ (line 933) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 935) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 936) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 944) | class TouchPad: method config (line 945) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 946) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 947) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 949) | class UART: method deinit (line 960) | def deinit(self) -> None: method sendbreak (line 970) | def sendbreak(self) -> None: method init (line 977) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1031) | def flush(self) -> Incomplete: method txdone (line 1046) | def txdone(self) -> bool: method read (line 1061) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1072) | def any(self) -> int: method write (line 1087) | def write(self, buf) -> Union[int, None]: method readinto (line 1095) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1106) | def readline(self) -> Union[str, None]: method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1117) | class SDCard: method ioctl (line 1148) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1149) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1150) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1151) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1152) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1153) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1155) | class RTC: method init (line 1160) | def init(self, datetime) -> None: method memory (line 1168) | def memory(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1169) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1185) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1187) | class SoftI2C(I2C): method readfrom_mem_into (line 1200) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1201) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1202) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1203) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1204) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1205) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1206) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1207) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1208) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1209) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1210) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1211) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1212) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1213) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1215) | class SPI: method deinit (line 1229) | def deinit(self) -> None: method init (line 1235) | def init( method write_readinto (line 1261) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1272) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1280) | def write(self, buf) -> int: method readinto (line 1289) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1299) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1301) | class Signal(Pin): method off (line 1322) | def off(self) -> None: method on (line 1328) | def on(self) -> None: method value (line 1334) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1354) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 18) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 19) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 20) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 21) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 22) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 23) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 24) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 26) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 19) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 25) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-esp32-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-esp32-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp32-stubs/urequests.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-esp32-stubs/usocket.pyi function getaddrinfo (line 88) | def getaddrinfo( class socket (line 136) | class socket: method recvfrom (line 150) | def recvfrom(self, bufsize) -> Tuple: method recv (line 158) | def recv(self, bufsize) -> bytes: method makefile (line 165) | def makefile( method listen (line 187) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 196) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 197) | def sendall(self, bytes) -> int: method setsockopt (line 210) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 218) | def setblocking(self, flag) -> Incomplete: method sendto (line 230) | def sendto(self, bytes, address) -> None: method settimeout (line 237) | def settimeout(self, value) -> Incomplete: method readline (line 272) | def readline(self) -> Incomplete: method readinto (line 280) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 290) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method connect (line 311) | def connect(self, address) -> None: method send (line 317) | def send(self, bytes) -> int: method bind (line 325) | def bind(self, address) -> Incomplete: method accept (line 331) | def accept(self) -> Tuple: method write (line 340) | def write(self, buf) -> int: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/ussl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-esp32-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-esp32-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-esp32-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp32-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/_espnow.pyi class ESPNowBase (line 23) | class ESPNowBase: method del_peer (line 24) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 25) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 26) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 27) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 28) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 29) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 30) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/apa102.pyi function apa102_write (line 10) | def apa102_write(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 12) | class NeoPixel: method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 15) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class APA102 (line 18) | class APA102: method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 21) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/asyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/binascii.pyi function unhexlify (line 21) | def unhexlify(data) -> bytes: function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function b2a_base64 (line 38) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 46) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/esp.pyi function flash_user_start (line 24) | def flash_user_start() -> Incomplete: function freemem (line 30) | def freemem(*args, **kwargs) -> Incomplete: ... function free (line 31) | def free(*args, **kwargs) -> Incomplete: ... function flash_write (line 32) | def flash_write(byte_offset, bytes) -> Incomplete: ... function malloc (line 33) | def malloc(*args, **kwargs) -> Incomplete: ... function set_native_code_location (line 34) | def set_native_code_location(start, length) -> Incomplete: function osdebug (line 74) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function meminfo (line 114) | def meminfo(*args, **kwargs) -> Incomplete: ... function sleep_type (line 115) | def sleep_type(sleep_type: Optional[Any] = None) -> Incomplete: function flash_size (line 136) | def flash_size() -> Incomplete: function deepsleep (line 142) | def deepsleep( function check_fw (line 157) | def check_fw(*args, **kwargs) -> Incomplete: ... function apa102_write (line 158) | def apa102_write(*args, **kwargs) -> Incomplete: ... function esf_free_bufs (line 159) | def esf_free_bufs(*args, **kwargs) -> Incomplete: ... function flash_read (line 160) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_id (line 161) | def flash_id() -> Incomplete: function flash_erase (line 169) | def flash_erase(sector_no) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/espnow.pyi function poll (line 24) | def poll(*args, **kwargs) -> Incomplete: ... class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method irecv (line 38) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method recv (line 69) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method recvinto (line 109) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method set_pmk (line 144) | def set_pmk(self, pmk) -> None: method send (line 171) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method del_peer (line 218) | def del_peer(self, mac) -> Incomplete: method any (line 235) | def any(self) -> Incomplete: method config (line 255) | def config(self, param) -> str: method active (line 299) | def active(self, flag: Optional[Any] = None) -> Incomplete: method add_peer (line 329) | def add_peer( method __init__ (line 386) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 388) | class ESPNowBase: method del_peer (line 389) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 390) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 391) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 392) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 393) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 394) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 395) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 396) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/flashbdev.pyi class FlashBdev (line 13) | class FlashBdev: method writeblocks (line 15) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 16) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/inisetup.pyi function fs_corrupted (line 10) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function check_bootsec (line 11) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... function wifi (line 13) | def wifi(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/lwip.pyi function reset (line 22) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 23) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 24) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 25) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 27) | class socket: method recvfrom (line 28) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 29) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 31) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 32) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 34) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 36) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 38) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 39) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 40) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 41) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 42) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 43) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 44) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 45) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/machine.pyi function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function unique_id (line 46) | def unique_id() -> bytes: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function idle (line 126) | def idle() -> Incomplete: function lightsleep (line 135) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset_cause (line 160) | def reset_cause() -> int: function reset (line 166) | def reset() -> NoReturn: function bitstream (line 173) | def bitstream( class RTC (line 202) | class RTC: method datetime (line 208) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 224) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: method memory (line 235) | def memory(self, *args, **kwargs) -> Incomplete: ... method alarm_left (line 236) | def alarm_left(self, alarm_id=0) -> int: method alarm (line 242) | def alarm(self, id, time, *, repeat=False) -> None: method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 252) | class Pin: method irq (line 322) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 367) | def off(self) -> None: method on (line 373) | def on(self) -> None: method init (line 379) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 389) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 423) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 424) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class ADC (line 435) | class ADC: method read_u16 (line 451) | def read_u16(self) -> int: method read (line 459) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 460) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 462) | class PWM: method duty_u16 (line 481) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 493) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 500) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 511) | def deinit(self) -> None: method duty_ns (line 517) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 527) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 528) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 530) | class I2C: method readfrom_mem_into (line 548) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 560) | def readfrom_into( method readfrom_mem (line 575) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 584) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 595) | def scan(self) -> List: method writeto (line 603) | def writeto( method writevto (line 618) | def writevto( method start (line 639) | def start(self) -> None: method readfrom (line 645) | def readfrom( method readinto (line 658) | def readinto( method init (line 672) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 686) | def stop(self) -> None: method write (line 692) | def write(self, buf) -> int: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 702) | class WDT: method feed (line 711) | def feed(self) -> None: method __init__ (line 719) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 721) | class Timer: method init (line 732) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 772) | def deinit(self) -> None: method __init__ (line 778) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 780) | class SoftSPI(SPI): method deinit (line 789) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 790) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 791) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 792) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 793) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 794) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 795) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 797) | class UART: method write (line 802) | def write(self, buf) -> Union[int, None]: method deinit (line 810) | def deinit(self) -> None: method flush (line 820) | def flush(self) -> Incomplete: method init (line 835) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method txdone (line 889) | def txdone(self) -> bool: method readline (line 904) | def readline(self) -> Union[str, None]: method any (line 913) | def any(self) -> int: method read (line 928) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 939) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method __init__ (line 950) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 954) | class SPI: method deinit (line 968) | def deinit(self) -> None: method init (line 974) | def init( method write_readinto (line 1000) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1011) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1019) | def write(self, buf) -> int: method readinto (line 1028) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1038) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1040) | class SoftI2C(I2C): method readfrom_mem_into (line 1053) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1054) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1055) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1056) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1057) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1058) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1059) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1060) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1061) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1062) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1063) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1064) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1065) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1066) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1068) | class Signal(Pin): method off (line 1089) | def off(self) -> None: method on (line 1095) | def on(self) -> None: method value (line 1101) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1121) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/math.pyi function isnan (line 29) | def isnan(x) -> bool: function ldexp (line 35) | def ldexp(x, exp) -> Incomplete: function frexp (line 41) | def frexp(x) -> Incomplete: function isinf (line 50) | def isinf(x) -> bool: function isfinite (line 56) | def isfinite(x) -> bool: function trunc (line 62) | def trunc(x) -> int: function sqrt (line 68) | def sqrt(x) -> Incomplete: function log (line 74) | def log(x) -> float: function tan (line 80) | def tan(x) -> float: function modf (line 86) | def modf(x) -> Tuple: function sin (line 93) | def sin(x) -> float: function radians (line 99) | def radians(x) -> Incomplete: function atan (line 105) | def atan(x) -> float: function ceil (line 111) | def ceil(x) -> int: function atan2 (line 117) | def atan2(y, x) -> float: function pow (line 123) | def pow(x, y) -> Incomplete: function asin (line 129) | def asin(x) -> float: function acos (line 135) | def acos(x) -> float: function fmod (line 141) | def fmod(x, y) -> Incomplete: function fabs (line 147) | def fabs(x) -> Incomplete: function copysign (line 153) | def copysign(x, y) -> Incomplete: function floor (line 159) | def floor(x) -> int: function cos (line 165) | def cos(x) -> float: function exp (line 171) | def exp(x) -> float: function degrees (line 177) | def degrees(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _install_json (line 14) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 16) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _chunk (line 17) | def _chunk(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... function install (line 19) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 20) | def _check_exists(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/network.pyi function phy_mode (line 66) | def phy_mode(*args, **kwargs) -> Incomplete: ... function hostname (line 67) | def hostname(*args, **kwargs) -> Incomplete: ... function country (line 68) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 70) | class WLAN: method status (line 82) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 101) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 112) | def isconnected(self) -> bool: method scan (line 120) | def scan(self) -> List[Tuple]: method disconnect (line 149) | def disconnect(self) -> None: method active (line 155) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 163) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 198) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 207) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/random.pyi function seed (line 39) | def seed( function getrandbits (line 53) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/socket.pyi function reset (line 86) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 87) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 88) | def getaddrinfo( function callback (line 136) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 138) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize) -> Tuple: method recv (line 160) | def recv(self, bufsize) -> bytes: method makefile (line 167) | def makefile( method listen (line 189) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 198) | def settimeout(self, value) -> Incomplete: method sendall (line 233) | def sendall(self, bytes) -> int: method setsockopt (line 246) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 254) | def setblocking(self, flag) -> Incomplete: method sendto (line 266) | def sendto(self, bytes, address) -> None: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/ssd1306.pyi function const (line 29) | def const(*args, **kwargs) -> Incomplete: ... class SSD1306_SPI (line 31) | class SSD1306_SPI: method contrast (line 32) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 33) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 34) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 35) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 36) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 37) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 38) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 39) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 40) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 41) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 42) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 43) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 44) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 45) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 46) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 47) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 48) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 49) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 50) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 51) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 52) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306_I2C (line 55) | class SSD1306_I2C: method contrast (line 56) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 57) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 58) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 59) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 60) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 61) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 62) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 63) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 64) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 65) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 66) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 67) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 68) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 69) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 70) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 71) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 72) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 73) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 74) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 75) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 76) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 77) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306 (line 79) | class SSD1306: method contrast (line 80) | def contrast(self, *args, **kwargs) -> Incomplete: ... method vline (line 81) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 82) | def text(self, *args, **kwargs) -> Incomplete: ... method scroll (line 83) | def scroll(self, *args, **kwargs) -> Incomplete: ... method rect (line 84) | def rect(self, *args, **kwargs) -> Incomplete: ... method init_display (line 85) | def init_display(self, *args, **kwargs) -> Incomplete: ... method rotate (line 86) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 87) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 88) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method show (line 89) | def show(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 90) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method fill (line 91) | def fill(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 92) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 93) | def blit(self, *args, **kwargs) -> Incomplete: ... method poly (line 94) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 95) | def hline(self, *args, **kwargs) -> Incomplete: ... method pixel (line 96) | def pixel(self, *args, **kwargs) -> Incomplete: ... method line (line 97) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 98) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/ssl.pyi function wrap_socket (line 26) | def wrap_socket( class SSLContext (line 48) | class SSLContext: method wrap_socket (line 54) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/sys.pyi function exit (line 28) | def exit( function print_exception (line 38) | def print_exception( FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/ubinascii.pyi function unhexlify (line 21) | def unhexlify(data) -> bytes: function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function b2a_base64 (line 38) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 46) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/umachine.pyi function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function unique_id (line 46) | def unique_id() -> bytes: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function idle (line 126) | def idle() -> Incomplete: function lightsleep (line 135) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset_cause (line 160) | def reset_cause() -> int: function reset (line 166) | def reset() -> NoReturn: function bitstream (line 173) | def bitstream( class RTC (line 202) | class RTC: method datetime (line 208) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 224) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: method memory (line 235) | def memory(self, *args, **kwargs) -> Incomplete: ... method alarm_left (line 236) | def alarm_left(self, alarm_id=0) -> int: method alarm (line 242) | def alarm(self, id, time, *, repeat=False) -> None: method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 252) | class Pin: method irq (line 322) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 367) | def off(self) -> None: method on (line 373) | def on(self) -> None: method init (line 379) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 389) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 423) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 424) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class ADC (line 435) | class ADC: method read_u16 (line 451) | def read_u16(self) -> int: method read (line 459) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 460) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 462) | class PWM: method duty_u16 (line 481) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 493) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 500) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 511) | def deinit(self) -> None: method duty_ns (line 517) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 527) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 528) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 530) | class I2C: method readfrom_mem_into (line 548) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 560) | def readfrom_into( method readfrom_mem (line 575) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 584) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 595) | def scan(self) -> List: method writeto (line 603) | def writeto( method writevto (line 618) | def writevto( method start (line 639) | def start(self) -> None: method readfrom (line 645) | def readfrom( method readinto (line 658) | def readinto( method init (line 672) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 686) | def stop(self) -> None: method write (line 692) | def write(self, buf) -> int: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 702) | class WDT: method feed (line 711) | def feed(self) -> None: method __init__ (line 719) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 721) | class Timer: method init (line 732) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 772) | def deinit(self) -> None: method __init__ (line 778) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 780) | class SoftSPI(SPI): method deinit (line 789) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 790) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 791) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 792) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 793) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 794) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 795) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 797) | class UART: method write (line 802) | def write(self, buf) -> Union[int, None]: method deinit (line 810) | def deinit(self) -> None: method flush (line 820) | def flush(self) -> Incomplete: method init (line 835) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method txdone (line 889) | def txdone(self) -> bool: method readline (line 904) | def readline(self) -> Union[str, None]: method any (line 913) | def any(self) -> int: method read (line 928) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 939) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method __init__ (line 950) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 954) | class SPI: method deinit (line 968) | def deinit(self) -> None: method init (line 974) | def init( method write_readinto (line 1000) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1011) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1019) | def write(self, buf) -> int: method readinto (line 1028) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1038) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1040) | class SoftI2C(I2C): method readfrom_mem_into (line 1053) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1054) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1055) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1056) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1057) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1058) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1059) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1060) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1061) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1062) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1063) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1064) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1065) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1066) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1068) | class Signal(Pin): method off (line 1089) | def off(self) -> None: method on (line 1095) | def on(self) -> None: method value (line 1101) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1121) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 18) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 19) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 20) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 21) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 22) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 23) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 24) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 26) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 19) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 25) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/urandom.pyi function seed (line 39) | def seed( function getrandbits (line 53) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/urequests.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/usocket.pyi function reset (line 86) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 87) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 88) | def getaddrinfo( function callback (line 136) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 138) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize) -> Tuple: method recv (line 160) | def recv(self, bufsize) -> bytes: method makefile (line 167) | def makefile( method listen (line 189) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 198) | def settimeout(self, value) -> Incomplete: method sendall (line 233) | def sendall(self, bytes) -> int: method setsockopt (line 246) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 254) | def setblocking(self, flag) -> Incomplete: method sendto (line 266) | def sendto(self, bytes, address) -> None: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/ussl.pyi function wrap_socket (line 26) | def wrap_socket( class SSLContext (line 48) | class SSLContext: method wrap_socket (line 54) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/usys.pyi function exit (line 28) | def exit( function print_exception (line 38) | def print_exception( FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-esp8266_generic-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_2-esp8266-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/_espnow.pyi class ESPNowBase (line 22) | class ESPNowBase: method del_peer (line 23) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 24) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 25) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 26) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 27) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 28) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 29) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/apa102.pyi function apa102_write (line 10) | def apa102_write(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 12) | class NeoPixel: method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 15) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class APA102 (line 18) | class APA102: method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 21) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/asyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/binascii.pyi function unhexlify (line 21) | def unhexlify(data) -> bytes: function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function b2a_base64 (line 38) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 46) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-esp8266-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_22_2-esp8266-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-esp8266-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/esp.pyi function flash_user_start (line 24) | def flash_user_start() -> Incomplete: function freemem (line 30) | def freemem(*args, **kwargs) -> Incomplete: ... function free (line 31) | def free(*args, **kwargs) -> Incomplete: ... function flash_write (line 32) | def flash_write(byte_offset, bytes) -> Incomplete: ... function malloc (line 33) | def malloc(*args, **kwargs) -> Incomplete: ... function set_native_code_location (line 34) | def set_native_code_location(start, length) -> Incomplete: function osdebug (line 74) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function meminfo (line 114) | def meminfo(*args, **kwargs) -> Incomplete: ... function sleep_type (line 115) | def sleep_type(sleep_type: Optional[Any] = None) -> Incomplete: function flash_size (line 136) | def flash_size() -> Incomplete: function deepsleep (line 142) | def deepsleep( function check_fw (line 157) | def check_fw(*args, **kwargs) -> Incomplete: ... function apa102_write (line 158) | def apa102_write(*args, **kwargs) -> Incomplete: ... function esf_free_bufs (line 159) | def esf_free_bufs(*args, **kwargs) -> Incomplete: ... function flash_read (line 160) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_id (line 161) | def flash_id() -> Incomplete: function flash_erase (line 169) | def flash_erase(sector_no) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/espnow.pyi function poll (line 23) | def poll(*args, **kwargs) -> Incomplete: ... class ESPNow (line 25) | class ESPNow(ESPNowBase, Iterator): method irecv (line 37) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method recv (line 68) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method recvinto (line 108) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method set_pmk (line 143) | def set_pmk(self, pmk) -> None: method send (line 170) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method del_peer (line 217) | def del_peer(self, mac) -> Incomplete: method any (line 234) | def any(self) -> Incomplete: method config (line 254) | def config(self, param) -> str: method active (line 298) | def active(self, flag: Optional[Any] = None) -> Incomplete: method add_peer (line 328) | def add_peer( method __init__ (line 385) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 387) | class ESPNowBase: method del_peer (line 388) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 389) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 390) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 391) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 392) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 393) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 394) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 395) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/flashbdev.pyi class FlashBdev (line 13) | class FlashBdev: method writeblocks (line 15) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 16) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_2-esp8266-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp8266-stubs/inisetup.pyi function fs_corrupted (line 10) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function check_bootsec (line 11) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... function wifi (line 13) | def wifi(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-esp8266-stubs/lwip.pyi function reset (line 22) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 23) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 24) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 25) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 27) | class socket: method recvfrom (line 28) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 29) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 31) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 32) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 34) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 36) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 38) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 39) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 40) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 41) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 42) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 43) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 44) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 45) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/machine.pyi function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function unique_id (line 46) | def unique_id() -> bytes: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function idle (line 126) | def idle() -> Incomplete: function lightsleep (line 135) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset_cause (line 160) | def reset_cause() -> int: function reset (line 166) | def reset() -> NoReturn: function bitstream (line 173) | def bitstream( class RTC (line 202) | class RTC: method datetime (line 208) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 224) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: method memory (line 235) | def memory(self, *args, **kwargs) -> Incomplete: ... method alarm_left (line 236) | def alarm_left(self, alarm_id=0) -> int: method alarm (line 242) | def alarm(self, id, time, *, repeat=False) -> None: method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 252) | class Pin: method irq (line 322) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 367) | def off(self) -> None: method on (line 373) | def on(self) -> None: method init (line 379) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 389) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 423) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 424) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class ADC (line 435) | class ADC: method read_u16 (line 451) | def read_u16(self) -> int: method read (line 459) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 460) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 462) | class PWM: method duty_u16 (line 481) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 493) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 500) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 511) | def deinit(self) -> None: method duty_ns (line 517) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 527) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 528) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 530) | class I2C: method readfrom_mem_into (line 548) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 560) | def readfrom_into( method readfrom_mem (line 575) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 584) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 595) | def scan(self) -> List: method writeto (line 603) | def writeto( method writevto (line 618) | def writevto( method start (line 639) | def start(self) -> None: method readfrom (line 645) | def readfrom( method readinto (line 658) | def readinto( method init (line 672) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 686) | def stop(self) -> None: method write (line 692) | def write(self, buf) -> int: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 702) | class WDT: method feed (line 711) | def feed(self) -> None: method __init__ (line 719) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 721) | class Timer: method init (line 732) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 772) | def deinit(self) -> None: method __init__ (line 778) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 780) | class SoftSPI(SPI): method deinit (line 789) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 790) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 791) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 792) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 793) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 794) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 795) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 797) | class UART: method write (line 802) | def write(self, buf) -> Union[int, None]: method deinit (line 810) | def deinit(self) -> None: method flush (line 820) | def flush(self) -> Incomplete: method init (line 835) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method txdone (line 889) | def txdone(self) -> bool: method readline (line 904) | def readline(self) -> Union[str, None]: method any (line 913) | def any(self) -> int: method read (line 928) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 939) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method __init__ (line 950) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 954) | class SPI: method deinit (line 968) | def deinit(self) -> None: method init (line 974) | def init( method write_readinto (line 1000) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1011) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1019) | def write(self, buf) -> int: method readinto (line 1028) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1038) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1040) | class SoftI2C(I2C): method readfrom_mem_into (line 1053) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1054) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1055) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1056) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1057) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1058) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1059) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1060) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1061) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1062) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1063) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1064) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1065) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1066) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1068) | class Signal(Pin): method off (line 1089) | def off(self) -> None: method on (line 1095) | def on(self) -> None: method value (line 1101) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1121) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/math.pyi function isnan (line 29) | def isnan(x) -> bool: function ldexp (line 35) | def ldexp(x, exp) -> Incomplete: function frexp (line 41) | def frexp(x) -> Incomplete: function isinf (line 50) | def isinf(x) -> bool: function isfinite (line 56) | def isfinite(x) -> bool: function trunc (line 62) | def trunc(x) -> int: function sqrt (line 68) | def sqrt(x) -> Incomplete: function log (line 74) | def log(x) -> float: function tan (line 80) | def tan(x) -> float: function modf (line 86) | def modf(x) -> Tuple: function sin (line 93) | def sin(x) -> float: function radians (line 99) | def radians(x) -> Incomplete: function atan (line 105) | def atan(x) -> float: function ceil (line 111) | def ceil(x) -> int: function atan2 (line 117) | def atan2(y, x) -> float: function pow (line 123) | def pow(x, y) -> Incomplete: function asin (line 129) | def asin(x) -> float: function acos (line 135) | def acos(x) -> float: function fmod (line 141) | def fmod(x, y) -> Incomplete: function fabs (line 147) | def fabs(x) -> Incomplete: function copysign (line 153) | def copysign(x, y) -> Incomplete: function floor (line 159) | def floor(x) -> int: function cos (line 165) | def cos(x) -> float: function exp (line 171) | def exp(x) -> float: function degrees (line 177) | def degrees(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp8266-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_2-esp8266-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _install_json (line 14) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 16) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _chunk (line 17) | def _chunk(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... function install (line 19) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 20) | def _check_exists(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/network.pyi function phy_mode (line 66) | def phy_mode(*args, **kwargs) -> Incomplete: ... function hostname (line 67) | def hostname(*args, **kwargs) -> Incomplete: ... function country (line 68) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 70) | class WLAN: method status (line 82) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 101) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 112) | def isconnected(self) -> bool: method scan (line 120) | def scan(self) -> List[Tuple]: method disconnect (line 149) | def disconnect(self) -> None: method active (line 155) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 163) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 198) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 207) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-esp8266-stubs/random.pyi function seed (line 39) | def seed( function getrandbits (line 53) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-esp8266-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-esp8266-stubs/socket.pyi function reset (line 86) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 87) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 88) | def getaddrinfo( function callback (line 136) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 138) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize) -> Tuple: method recv (line 160) | def recv(self, bufsize) -> bytes: method makefile (line 167) | def makefile( method listen (line 189) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 198) | def settimeout(self, value) -> Incomplete: method sendall (line 233) | def sendall(self, bytes) -> int: method setsockopt (line 246) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 254) | def setblocking(self, flag) -> Incomplete: method sendto (line 266) | def sendto(self, bytes, address) -> None: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/ssd1306.pyi function const (line 29) | def const(*args, **kwargs) -> Incomplete: ... class SSD1306_SPI (line 31) | class SSD1306_SPI: method contrast (line 32) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 33) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 34) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 35) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 36) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 37) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 38) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 39) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 40) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 41) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 42) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 43) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 44) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 45) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 46) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 47) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 48) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 49) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 50) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 51) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 52) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306_I2C (line 55) | class SSD1306_I2C: method contrast (line 56) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 57) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 58) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 59) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 60) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 61) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 62) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 63) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 64) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 65) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 66) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 67) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 68) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 69) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 70) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 71) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 72) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 73) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 74) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 75) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 76) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 77) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306 (line 79) | class SSD1306: method contrast (line 80) | def contrast(self, *args, **kwargs) -> Incomplete: ... method vline (line 81) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 82) | def text(self, *args, **kwargs) -> Incomplete: ... method scroll (line 83) | def scroll(self, *args, **kwargs) -> Incomplete: ... method rect (line 84) | def rect(self, *args, **kwargs) -> Incomplete: ... method init_display (line 85) | def init_display(self, *args, **kwargs) -> Incomplete: ... method rotate (line 86) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 87) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 88) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method show (line 89) | def show(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 90) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method fill (line 91) | def fill(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 92) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 93) | def blit(self, *args, **kwargs) -> Incomplete: ... method poly (line 94) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 95) | def hline(self, *args, **kwargs) -> Incomplete: ... method pixel (line 96) | def pixel(self, *args, **kwargs) -> Incomplete: ... method line (line 97) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 98) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/ssl.pyi function wrap_socket (line 26) | def wrap_socket( class SSLContext (line 48) | class SSLContext: method wrap_socket (line 54) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-esp8266-stubs/sys.pyi function exit (line 28) | def exit( function print_exception (line 38) | def print_exception( FILE: publish/micropython-v1_22_2-esp8266-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-esp8266-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/ubinascii.pyi function unhexlify (line 21) | def unhexlify(data) -> bytes: function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function b2a_base64 (line 38) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 46) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-esp8266-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-esp8266-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-esp8266-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-esp8266-stubs/umachine.pyi function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function unique_id (line 46) | def unique_id() -> bytes: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function idle (line 126) | def idle() -> Incomplete: function lightsleep (line 135) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset_cause (line 160) | def reset_cause() -> int: function reset (line 166) | def reset() -> NoReturn: function bitstream (line 173) | def bitstream( class RTC (line 202) | class RTC: method datetime (line 208) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 224) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: method memory (line 235) | def memory(self, *args, **kwargs) -> Incomplete: ... method alarm_left (line 236) | def alarm_left(self, alarm_id=0) -> int: method alarm (line 242) | def alarm(self, id, time, *, repeat=False) -> None: method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 252) | class Pin: method irq (line 322) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 367) | def off(self) -> None: method on (line 373) | def on(self) -> None: method init (line 379) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 389) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 423) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 424) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class ADC (line 435) | class ADC: method read_u16 (line 451) | def read_u16(self) -> int: method read (line 459) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 460) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 462) | class PWM: method duty_u16 (line 481) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 493) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 500) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 511) | def deinit(self) -> None: method duty_ns (line 517) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 527) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 528) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 530) | class I2C: method readfrom_mem_into (line 548) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 560) | def readfrom_into( method readfrom_mem (line 575) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 584) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 595) | def scan(self) -> List: method writeto (line 603) | def writeto( method writevto (line 618) | def writevto( method start (line 639) | def start(self) -> None: method readfrom (line 645) | def readfrom( method readinto (line 658) | def readinto( method init (line 672) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 686) | def stop(self) -> None: method write (line 692) | def write(self, buf) -> int: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 702) | class WDT: method feed (line 711) | def feed(self) -> None: method __init__ (line 719) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 721) | class Timer: method init (line 732) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 772) | def deinit(self) -> None: method __init__ (line 778) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 780) | class SoftSPI(SPI): method deinit (line 789) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 790) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 791) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 792) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 793) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 794) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 795) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 797) | class UART: method write (line 802) | def write(self, buf) -> Union[int, None]: method deinit (line 810) | def deinit(self) -> None: method flush (line 820) | def flush(self) -> Incomplete: method init (line 835) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method txdone (line 889) | def txdone(self) -> bool: method readline (line 904) | def readline(self) -> Union[str, None]: method any (line 913) | def any(self) -> int: method read (line 928) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 939) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method __init__ (line 950) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 954) | class SPI: method deinit (line 968) | def deinit(self) -> None: method init (line 974) | def init( method write_readinto (line 1000) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1011) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1019) | def write(self, buf) -> int: method readinto (line 1028) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1038) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1040) | class SoftI2C(I2C): method readfrom_mem_into (line 1053) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1054) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1055) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1056) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1057) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1058) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1059) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1060) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1061) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1062) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1063) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1064) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1065) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1066) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1068) | class Signal(Pin): method off (line 1089) | def off(self) -> None: method on (line 1095) | def on(self) -> None: method value (line 1101) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1121) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 18) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 19) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 20) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 21) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 22) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 23) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 24) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 26) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 19) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 25) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-esp8266-stubs/urandom.pyi function seed (line 39) | def seed( function getrandbits (line 53) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-esp8266-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/urequests.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-esp8266-stubs/usocket.pyi function reset (line 86) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 87) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 88) | def getaddrinfo( function callback (line 136) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 138) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize) -> Tuple: method recv (line 160) | def recv(self, bufsize) -> bytes: method makefile (line 167) | def makefile( method listen (line 189) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 198) | def settimeout(self, value) -> Incomplete: method sendall (line 233) | def sendall(self, bytes) -> int: method setsockopt (line 246) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 254) | def setblocking(self, flag) -> Incomplete: method sendto (line 266) | def sendto(self, bytes, address) -> None: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/ussl.pyi function wrap_socket (line 26) | def wrap_socket( class SSLContext (line 48) | class SSLContext: method wrap_socket (line 54) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-esp8266-stubs/usys.pyi function exit (line 28) | def exit( function print_exception (line 38) | def print_exception( FILE: publish/micropython-v1_22_2-esp8266-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-esp8266-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-esp8266-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/_rp2.pyi function bootsel_button (line 25) | def bootsel_button() -> Incomplete: class DMA (line 38) | class DMA: method irq (line 39) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 40) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 41) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 42) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 43) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 44) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 47) | class StateMachine: method irq (line 57) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 65) | def put(self, value, shift=0) -> Incomplete: method restart (line 81) | def restart(self) -> Incomplete: method rx_fifo (line 96) | def rx_fifo(self) -> int: method tx_fifo (line 106) | def tx_fifo(self) -> int: method init (line 116) | def init( method exec (line 164) | def exec(self, instr) -> Incomplete: method get (line 180) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 192) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 203) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 205) | class PIO: method state_machine (line 226) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 238) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 248) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 258) | def add_program(self, program) -> Incomplete: method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 270) | class Flash: method readblocks (line 275) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 276) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 277) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 285) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/asyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/machine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 800) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 802) | class board: method __init__ (line 831) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 833) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 834) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 842) | class SoftSPI(SPI): method deinit (line 851) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 852) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 853) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 854) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 855) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 856) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 857) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 859) | class Timer: method init (line 870) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 910) | def deinit(self) -> None: method __init__ (line 916) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 918) | class UART: method deinit (line 927) | def deinit(self) -> None: method sendbreak (line 937) | def sendbreak(self) -> None: method init (line 944) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 998) | def flush(self) -> Incomplete: method txdone (line 1013) | def txdone(self) -> bool: method read (line 1028) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1039) | def any(self) -> int: method write (line 1054) | def write(self, buf) -> Union[int, None]: method readinto (line 1062) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1073) | def readline(self) -> Union[str, None]: method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1084) | class SoftI2C(I2C): method readfrom_mem_into (line 1097) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1098) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1099) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1100) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1101) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1102) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1103) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1104) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1105) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1107) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1108) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1109) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1110) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1112) | class RTC: method datetime (line 1117) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1133) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1135) | class SPI: method deinit (line 1149) | def deinit(self) -> None: method init (line 1155) | def init( method write_readinto (line 1181) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1192) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1200) | def write(self, buf) -> int: method readinto (line 1209) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1219) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1221) | class Signal(Pin): method off (line 1242) | def off(self) -> None: method on (line 1248) | def on(self) -> None: method value (line 1254) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1274) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/rp2.pyi function asm_pio_encode (line 27) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: function asm_pio (line 37) | def asm_pio( function bootsel_button (line 86) | def bootsel_button() -> Incomplete: function const (line 99) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 101) | class PIOASMEmit: method in_ (line 102) | def in_(self, *args, **kwargs) -> Incomplete: ... method side (line 103) | def side(self, *args, **kwargs) -> Incomplete: ... method out (line 104) | def out(self, *args, **kwargs) -> Incomplete: ... method jmp (line 105) | def jmp(self, *args, **kwargs) -> Incomplete: ... method start_pass (line 106) | def start_pass(self, *args, **kwargs) -> Incomplete: ... method wrap (line 107) | def wrap(self, *args, **kwargs) -> Incomplete: ... method word (line 108) | def word(self, *args, **kwargs) -> Incomplete: ... method wait (line 109) | def wait(self, *args, **kwargs) -> Incomplete: ... method wrap_target (line 110) | def wrap_target(self, *args, **kwargs) -> Incomplete: ... method delay (line 111) | def delay(self, *args, **kwargs) -> Incomplete: ... method label (line 112) | def label(self, *args, **kwargs) -> Incomplete: ... method irq (line 113) | def irq(self, *args, **kwargs) -> Incomplete: ... method set (line 114) | def set(self, *args, **kwargs) -> Incomplete: ... method mov (line 115) | def mov(self, *args, **kwargs) -> Incomplete: ... method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method pull (line 117) | def pull(self, *args, **kwargs) -> Incomplete: ... method nop (line 118) | def nop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 119) | def __init__(self, *argv, **kwargs) -> None: ... class PIOASMError (line 121) | class PIOASMError(Exception): ... class PIO (line 123) | class PIO: method state_machine (line 144) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 156) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 166) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 176) | def add_program(self, program) -> Incomplete: method __init__ (line 186) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 188) | class StateMachine: method irq (line 198) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 206) | def put(self, value, shift=0) -> Incomplete: method restart (line 222) | def restart(self) -> Incomplete: method rx_fifo (line 237) | def rx_fifo(self) -> int: method tx_fifo (line 247) | def tx_fifo(self) -> int: method init (line 257) | def init( method exec (line 305) | def exec(self, instr) -> Incomplete: method get (line 321) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 333) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 344) | def __init__(self, *argv, **kwargs) -> None: ... class DMA (line 346) | class DMA: method irq (line 347) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 348) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 349) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 350) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 351) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 352) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 353) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 355) | class Flash: method readblocks (line 360) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 361) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 362) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 370) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/umachine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 800) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 802) | class board: method __init__ (line 831) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 833) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 834) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 842) | class SoftSPI(SPI): method deinit (line 851) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 852) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 853) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 854) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 855) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 856) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 857) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 859) | class Timer: method init (line 870) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 910) | def deinit(self) -> None: method __init__ (line 916) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 918) | class UART: method deinit (line 927) | def deinit(self) -> None: method sendbreak (line 937) | def sendbreak(self) -> None: method init (line 944) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 998) | def flush(self) -> Incomplete: method txdone (line 1013) | def txdone(self) -> bool: method read (line 1028) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1039) | def any(self) -> int: method write (line 1054) | def write(self, buf) -> Union[int, None]: method readinto (line 1062) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1073) | def readline(self) -> Union[str, None]: method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1084) | class SoftI2C(I2C): method readfrom_mem_into (line 1097) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1098) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1099) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1100) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1101) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1102) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1103) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1104) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1105) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1107) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1108) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1109) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1110) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1112) | class RTC: method datetime (line 1117) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1133) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1135) | class SPI: method deinit (line 1149) | def deinit(self) -> None: method init (line 1155) | def init( method write_readinto (line 1181) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1192) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1200) | def write(self, buf) -> int: method readinto (line 1209) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1219) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1221) | class Signal(Pin): method off (line 1242) | def off(self) -> None: method on (line 1248) | def on(self) -> None: method value (line 1254) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1274) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-rp2-rpi_pico-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/_rp2.pyi function country (line 25) | def country(*args, **kwargs) -> Incomplete: ... function bootsel_button (line 26) | def bootsel_button() -> Incomplete: class Flash (line 39) | class Flash: method readblocks (line 44) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 45) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 46) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class DMA (line 56) | class DMA: method irq (line 57) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 58) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 59) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 60) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 61) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 62) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 65) | class StateMachine: method irq (line 75) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 83) | def put(self, value, shift=0) -> Incomplete: method restart (line 99) | def restart(self) -> Incomplete: method rx_fifo (line 114) | def rx_fifo(self) -> int: method tx_fifo (line 124) | def tx_fifo(self) -> int: method init (line 134) | def init( method exec (line 182) | def exec(self, instr) -> Incomplete: method get (line 198) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 210) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 223) | class PIO: method state_machine (line 244) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 256) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 266) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 276) | def add_program(self, program) -> Incomplete: method __init__ (line 286) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/aioble/central.pyi function _central_irq (line 37) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 38) | def _central_shutdown() -> None: ... function _cancel_pending (line 39) | async def _cancel_pending() -> None: ... function _connect (line 40) | async def _connect(connection, timeout_ms) -> None: ... class ScanResult (line 42) | class ScanResult: method __init__ (line 48) | def __init__(self, device) -> None: ... method _update (line 49) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 50) | def __str__(self) -> str: ... method _decode_field (line 51) | def _decode_field(self, *adv_type) -> Generator[Incomplete, None, None... method name (line 52) | def name(self): ... method services (line 53) | def services(self) -> Generator[Incomplete, None, None]: ... method manufacturer (line 54) | def manufacturer(self, filter: Incomplete | None = ...) -> Generator[I... class scan (line 56) | class scan: method __init__ (line 65) | def __init__( method __aenter__ (line 68) | async def __aenter__(self): ... method __aexit__ (line 69) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 70) | def __aiter__(self): ... method __anext__ (line 71) | async def __anext__(self): ... method cancel (line 72) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/aioble/client.pyi function _client_irq (line 26) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 28) | class ClientDiscover: method __init__ (line 37) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 38) | async def _start(self) -> None: ... method __aiter__ (line 39) | def __aiter__(self): ... method __anext__ (line 40) | async def __anext__(self): ... method _discover_result (line 41) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 42) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 44) | class ClientService: method __init__ (line 49) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 50) | def __str__(self) -> str: ... method characteristic (line 51) | async def characteristic(self, uuid, timeout_ms: int = ...): ... method characteristics (line 52) | def characteristics(self, uuid: Incomplete | None = ..., timeout_ms: i... method _start_discovery (line 53) | def _start_discovery(connection, uuid: Incomplete | None = ...) -> Non... class BaseClientCharacteristic (line 55) | class BaseClientCharacteristic: method __init__ (line 64) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 65) | def _register_with_connection(self) -> None: ... method _find (line 66) | def _find(conn_handle, value_handle): ... method _check (line 67) | def _check(self, flag) -> None: ... method read (line 68) | async def read(self, timeout_ms: int = ...): ... method _read_result (line 69) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 70) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 71) | async def write(self, data, response: Incomplete | None = ..., timeout... method _write_done (line 72) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 74) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 82) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 83) | def __str__(self) -> str: ... method _connection (line 84) | def _connection(self): ... method descriptor (line 85) | async def descriptor(self, uuid, timeout_ms: int = ...): ... method descriptors (line 86) | def descriptors(self, timeout_ms: int = ...): ... method _start_discovery (line 87) | def _start_discovery(service, uuid: Incomplete | None = ...) -> None: ... method _notified_indicated (line 88) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 89) | async def notified(self, timeout_ms: Incomplete | None = ...): ... method _on_notify_indicate (line 90) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 91) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 92) | async def indicated(self, timeout_ms: Incomplete | None = ...): ... method _on_indicate (line 93) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 94) | async def subscribe(self, notify: bool = ..., indicate: bool = ...) ->... class ClientDescriptor (line 96) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 99) | def __str__(self) -> str: ... method _connection (line 100) | def _connection(self): ... method _start_discovery (line 101) | def _start_discovery(characteristic, uuid: Incomplete | None = ...) ->... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/aioble/core.pyi function log_error (line 5) | def log_error(*args) -> None: ... function log_warn (line 6) | def log_warn(*args) -> None: ... function log_info (line 7) | def log_info(*args) -> None: ... class GattError (line 9) | class GattError(Exception): method __init__ (line 11) | def __init__(self, status) -> None: ... function ensure_active (line 13) | def ensure_active() -> None: ... function config (line 14) | def config(*args, **kwargs): ... function register_irq_handler (line 19) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 20) | def stop() -> None: ... function ble_irq (line 21) | def ble_irq(event, data): ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/aioble/device.pyi class DeviceDisconnectedError (line 7) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 9) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 11) | class DeviceTimeout: method __init__ (line 16) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 17) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 18) | def __enter__(self) -> None: ... method __exit__ (line 19) | def __exit__( class Device (line 23) | class Device: method __init__ (line 27) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 28) | def __eq__(self, rhs): ... method __hash__ (line 29) | def __hash__(self): ... method __str__ (line 30) | def __str__(self) -> str: ... method addr_hex (line 31) | def addr_hex(self): ... method connect (line 32) | async def connect(self, timeout_ms: int = ...): ... class DeviceConnection (line 34) | class DeviceConnection: method __init__ (line 51) | def __init__(self, device) -> None: ... method device_task (line 52) | async def device_task(self) -> None: ... method _run_task (line 53) | def _run_task(self) -> None: ... method disconnect (line 54) | async def disconnect(self, timeout_ms: int = ...) -> None: ... method disconnected (line 55) | async def disconnected(self, timeout_ms: int = ..., disconnect: bool =... method service (line 56) | async def service(self, uuid, timeout_ms: int = ...): ... method services (line 57) | def services(self, uuid: Incomplete | None = ..., timeout_ms: int = ..... method pair (line 58) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 59) | def is_connected(self): ... method timeout (line 60) | def timeout(self, timeout_ms): ... method exchange_mtu (line 61) | async def exchange_mtu(self, mtu: Incomplete | None = ..., timeout_ms:... method l2cap_accept (line 62) | async def l2cap_accept(self, psm, mtu, timeout_ms: Incomplete | None =... method l2cap_connect (line 63) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = ...): ... method __aenter__ (line 64) | async def __aenter__(self): ... method __aexit__ (line 65) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/aioble/l2cap.pyi function _l2cap_irq (line 13) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 14) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 16) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 17) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 19) | class L2CAPChannel: method __init__ (line 28) | def __init__(self, connection) -> None: ... method _assert_connected (line 29) | def _assert_connected(self) -> None: ... method recvinto (line 30) | async def recvinto(self, buf, timeout_ms: Incomplete | None = ...): ... method available (line 31) | def available(self): ... method send (line 32) | async def send(self, buf, timeout_ms: Incomplete | None = ..., chunk_s... method flush (line 33) | async def flush(self, timeout_ms: Incomplete | None = ...) -> None: ... method disconnect (line 34) | async def disconnect(self, timeout_ms: int = ...) -> None: ... method disconnected (line 35) | async def disconnected(self, timeout_ms: int = ...) -> None: ... method __aenter__ (line 36) | async def __aenter__(self): ... method __aexit__ (line 37) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 39) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 40) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/aioble/peripheral.pyi function _peripheral_irq (line 29) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 30) | def _peripheral_shutdown() -> None: ... function _append (line 31) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 32) | async def advertise( FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/aioble/security.pyi function load_secrets (line 23) | def load_secrets(path: Incomplete | None = ...) -> None: ... function _save_secrets (line 24) | def _save_secrets(arg: Incomplete | None = ...) -> None: ... function _security_irq (line 25) | def _security_irq(event, data): ... function _security_shutdown (line 26) | def _security_shutdown() -> None: ... function pair (line 27) | async def pair(connection, bond: bool = ..., le_secure: bool = ..., mitm... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/aioble/server.pyi function _server_irq (line 32) | def _server_irq(event, data): ... function _server_shutdown (line 33) | def _server_shutdown() -> None: ... class Service (line 35) | class Service: method __init__ (line 38) | def __init__(self, uuid) -> None: ... method _tuple (line 39) | def _tuple(self): ... class BaseCharacteristic (line 41) | class BaseCharacteristic: method _register (line 44) | def _register(self, value_handle) -> None: ... method read (line 45) | def read(self): ... method write (line 46) | def write(self, data, send_update: bool = ...) -> None: ... method _init_capture (line 48) | def _init_capture() -> None: ... method _run_capture_task (line 50) | async def _run_capture_task() -> None: ... method written (line 52) | async def written(self, timeout_ms: Incomplete | None = ...): ... method on_read (line 53) | def on_read(self, connection): ... method _remote_write (line 54) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 55) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 57) | class Characteristic(BaseCharacteristic): method __init__ (line 68) | def __init__( method _tuple (line 80) | def _tuple(self): ... method notify (line 81) | def notify(self, connection, data: Incomplete | None = ...) -> None: ... method indicate (line 82) | async def indicate(self, connection, data: Incomplete | None = ..., ti... method _indicate_done (line 83) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 85) | class BufferedCharacteristic(Characteristic): method __init__ (line 88) | def __init__(self, *args, max_len: int = ..., append: bool = ..., **kw... method _register (line 89) | def _register(self, value_handle) -> None: ... class Descriptor (line 91) | class Descriptor(BaseCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, uuid, read: bool = ..., write: bool... method _tuple (line 99) | def _tuple(self): ... function register_services (line 101) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/asyncio/__init__.pyi function __getattr__ (line 43) | def __getattr__(attr): ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/asyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/asyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(io.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method clear (line 20) | def clear(self) -> None: ... method wait (line 21) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/asyncio/funcs.pyi function _run (line 5) | async def _run(waiter, aw) -> None: ... function wait_for (line 6) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 7) | def wait_for_ms(aw, timeout): ... class _Remove (line 9) | class _Remove: method remove (line 11) | def remove(t) -> None: ... function gather (line 13) | def gather(*aws, return_exceptions: bool = ...) -> Generator[None, None,... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/asyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/asyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method close (line 11) | def close(self) -> None: ... method wait_closed (line 12) | async def wait_closed(self) -> None: ... method read (line 13) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readinto (line 14) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 15) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 16) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 17) | def write(self, buf) -> None: ... method drain (line 18) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ... function open_connection (line 23) | def open_connection( class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 31) | def close(self) -> None: ... method wait_closed (line 32) | async def wait_closed(self) -> None: ... method _serve (line 33) | async def _serve(self, s, cb, ssl) -> Generator[Incomplete, None, None... function start_server (line 35) | async def start_server(cb, host, port, backlog: int = ..., ssl: Incomple... function stream_awrite (line 36) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gatts_notify (line 54) | def gatts_notify( method gatts_indicate (line 74) | def gatts_indicate( method gattc_write (line 97) | def gattc_write( method gattc_read (line 123) | def gattc_read( method gattc_exchange_mtu (line 137) | def gattc_exchange_mtu( method gatts_read (line 154) | def gatts_read( method gatts_write (line 164) | def gatts_write( method gatts_set_buffer (line 179) | def gatts_set_buffer( method gatts_register_services (line 197) | def gatts_register_services( method irq (line 263) | def irq( method gap_connect (line 460) | def gap_connect( method gap_advertise (line 491) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 508) | def config( method active (line 575) | def active( method gattc_discover_services (line 587) | def gattc_discover_services( method gap_disconnect (line 602) | def gap_disconnect( method gattc_discover_descriptors (line 620) | def gattc_discover_descriptors( method gattc_discover_characteristics (line 634) | def gattc_discover_characteristics( method gap_scan (line 655) | def gap_scan( method __init__ (line 697) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/lwip.pyi function reset (line 22) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 23) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 24) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 25) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 27) | class socket: method recvfrom (line 28) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 29) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 31) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 32) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 34) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 36) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 38) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 39) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 40) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 41) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 42) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 43) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 44) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 45) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/machine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 803) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 805) | class board: method __init__ (line 836) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 838) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 839) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 847) | class SoftSPI(SPI): method deinit (line 856) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 857) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 858) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 859) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 860) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 861) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 862) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 864) | class Timer: method init (line 875) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 915) | def deinit(self) -> None: method __init__ (line 921) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 923) | class UART: method deinit (line 932) | def deinit(self) -> None: method sendbreak (line 942) | def sendbreak(self) -> None: method init (line 949) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1003) | def flush(self) -> Incomplete: method txdone (line 1018) | def txdone(self) -> bool: method read (line 1033) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1044) | def any(self) -> int: method write (line 1059) | def write(self, buf) -> Union[int, None]: method readinto (line 1067) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1078) | def readline(self) -> Union[str, None]: method __init__ (line 1087) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1089) | class SoftI2C(I2C): method readfrom_mem_into (line 1102) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1103) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1104) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1105) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1106) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1107) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1108) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1109) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1110) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1111) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1112) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1113) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1114) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1117) | class RTC: method datetime (line 1122) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1138) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1140) | class SPI: method deinit (line 1154) | def deinit(self) -> None: method init (line 1160) | def init( method write_readinto (line 1186) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1197) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1205) | def write(self, buf) -> int: method readinto (line 1214) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1224) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1226) | class Signal(Pin): method off (line 1247) | def off(self) -> None: method on (line 1253) | def on(self) -> None: method value (line 1259) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1279) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/mip/__init__.pyi function _ensure_path_exists (line 7) | def _ensure_path_exists(path) -> None: ... function _chunk (line 8) | def _chunk(src, dest) -> None: ... function _check_exists (line 9) | def _check_exists(path, short_hash): ... function _rewrite_url (line 10) | def _rewrite_url(url, branch: Incomplete | None = ...): ... function _download_file (line 11) | def _download_file(url, dest): ... function _install_json (line 12) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 13) | def _install_package(package, index, target, version, mpy): ... function install (line 14) | def install( FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/neopixel.pyi class NeoPixel (line 17) | class NeoPixel: method __init__ (line 33) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 34) | def __len__(self) -> int: method __setitem__ (line 39) | def __setitem__(self, i, v) -> None: method __getitem__ (line 44) | def __getitem__(self, i) -> Tuple: method fill (line 49) | def fill(self, v) -> None: method write (line 55) | def write(self) -> None: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/network.pyi function route (line 58) | def route(*args, **kwargs) -> Incomplete: ... function hostname (line 59) | def hostname(*args, **kwargs) -> Incomplete: ... function country (line 60) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 62) | class WLAN: method isconnected (line 74) | def isconnected(self) -> bool: method ioctl (line 82) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method ifconfig (line 83) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method scan (line 94) | def scan(self) -> List[Tuple]: method send_ethernet (line 123) | def send_ethernet(self, *args, **kwargs) -> Incomplete: ... method status (line 124) | def status(self, param: Optional[Any] = None) -> Incomplete: method config (line 143) | def config(self, *args, **kwargs) -> Incomplete: method active (line 178) | def active(self, is_active: Optional[Any] = None) -> None: method disconnect (line 186) | def disconnect(self) -> None: method connect (line 192) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method deinit (line 201) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 202) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/rp2.pyi class PIOASMError (line 30) | class PIOASMError(Exception): ... class PIOASMEmit (line 32) | class PIOASMEmit: method __init__ (line 37) | def __init__( method start_pass (line 56) | def start_pass(self, pass_) -> None: ... method __getitem__ (line 57) | def __getitem__(self, key): ... method delay (line 58) | def delay(self, delay): ... method side (line 59) | def side(self, value): ... method wrap_target (line 60) | def wrap_target(self) -> None: ... method wrap (line 61) | def wrap(self) -> None: ... method label (line 62) | def label(self, label) -> None: ... method word (line 63) | def word(self, instr, label: Incomplete | None = ...): ... method nop (line 64) | def nop(self): ... method jmp (line 65) | def jmp(self, cond, label: Incomplete | None = ...): ... method wait (line 66) | def wait(self, polarity, src, index): ... method in_ (line 67) | def in_(self, src, data): ... method out (line 68) | def out(self, dest, data): ... method push (line 69) | def push(self, value: int = ..., value2: int = ...): ... method pull (line 70) | def pull(self, value: int = ..., value2: int = ...): ... method mov (line 71) | def mov(self, dest, src): ... method irq (line 72) | def irq(self, mod, index: Incomplete | None = ...): ... method set (line 73) | def set(self, dest, data): ... function asm_pio (line 77) | def asm_pio(**kw) -> Incomplete: function asm_pio_encode (line 114) | def asm_pio_encode(instr, sideset_count, sideset_opt: bool = ...) -> Inc... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/socket.pyi function reset (line 86) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 87) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 88) | def getaddrinfo( function callback (line 136) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 138) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize) -> Tuple: method recv (line 160) | def recv(self, bufsize) -> bytes: method makefile (line 167) | def makefile( method listen (line 189) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 198) | def settimeout(self, value) -> Incomplete: method sendall (line 233) | def sendall(self, bytes) -> int: method setsockopt (line 246) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 254) | def setblocking(self, flag) -> Incomplete: method sendto (line 266) | def sendto(self, bytes, address) -> None: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/ssl.pyi class SSLContext (line 18) | class SSLContext: method __init__ (line 25) | def __init__(self, *args) -> None: ... method verify_mode (line 27) | def verify_mode(self): ... method verify_mode (line 29) | def verify_mode(self, val) -> None: ... method load_cert_chain (line 30) | def load_cert_chain(self, certfile, keyfile) -> None: method load_verify_locations (line 42) | def load_verify_locations(self, cafile: Incomplete | None = ..., cadat... method wrap_socket (line 49) | def wrap_socket( function wrap_socket (line 76) | def wrap_socket( FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/uasyncio.pyi function __getattr__ (line 39) | def __getattr__(attr): ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gatts_notify (line 54) | def gatts_notify( method gatts_indicate (line 74) | def gatts_indicate( method gattc_write (line 97) | def gattc_write( method gattc_read (line 123) | def gattc_read( method gattc_exchange_mtu (line 137) | def gattc_exchange_mtu( method gatts_read (line 154) | def gatts_read( method gatts_write (line 164) | def gatts_write( method gatts_set_buffer (line 179) | def gatts_set_buffer( method gatts_register_services (line 197) | def gatts_register_services( method irq (line 263) | def irq( method gap_connect (line 460) | def gap_connect( method gap_advertise (line 491) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 508) | def config( method active (line 575) | def active( method gattc_discover_services (line 587) | def gattc_discover_services( method gap_disconnect (line 602) | def gap_disconnect( method gattc_discover_descriptors (line 620) | def gattc_discover_descriptors( method gattc_discover_characteristics (line 634) | def gattc_discover_characteristics( method gap_scan (line 655) | def gap_scan( method __init__ (line 697) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/umachine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 803) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 805) | class board: method __init__ (line 836) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 838) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 839) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 847) | class SoftSPI(SPI): method deinit (line 856) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 857) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 858) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 859) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 860) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 861) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 862) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 864) | class Timer: method init (line 875) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 915) | def deinit(self) -> None: method __init__ (line 921) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 923) | class UART: method deinit (line 932) | def deinit(self) -> None: method sendbreak (line 942) | def sendbreak(self) -> None: method init (line 949) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1003) | def flush(self) -> Incomplete: method txdone (line 1018) | def txdone(self) -> bool: method read (line 1033) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1044) | def any(self) -> int: method write (line 1059) | def write(self, buf) -> Union[int, None]: method readinto (line 1067) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1078) | def readline(self) -> Union[str, None]: method __init__ (line 1087) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1089) | class SoftI2C(I2C): method readfrom_mem_into (line 1102) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1103) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1104) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1105) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1106) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1107) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1108) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1109) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1110) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1111) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1112) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1113) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1114) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1117) | class RTC: method datetime (line 1122) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1138) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1140) | class SPI: method deinit (line 1154) | def deinit(self) -> None: method init (line 1160) | def init( method write_readinto (line 1186) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1197) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1205) | def write(self, buf) -> int: method readinto (line 1214) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1224) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1226) | class Signal(Pin): method off (line 1247) | def off(self) -> None: method on (line 1253) | def on(self) -> None: method value (line 1259) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1279) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/usocket.pyi function reset (line 86) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 87) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 88) | def getaddrinfo( function callback (line 136) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 138) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize) -> Tuple: method recv (line 160) | def recv(self, bufsize) -> bytes: method makefile (line 167) | def makefile( method listen (line 189) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 198) | def settimeout(self, value) -> Incomplete: method sendall (line 233) | def sendall(self, bytes) -> int: method setsockopt (line 246) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 254) | def setblocking(self, flag) -> Incomplete: method sendto (line 266) | def sendto(self, bytes, address) -> None: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/ussl.pyi function wrap_socket (line 30) | def wrap_socket( class SSLContext (line 52) | class SSLContext: method load_verify_locations (line 58) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method set_ciphers (line 66) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 73) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 98) | def load_cert_chain(self, certfile, keyfile) -> None: method get_ciphers (line 111) | def get_ciphers(self) -> List[str]: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = ..., password: Incomplete | None = ..., accept_han... function start_foreground (line 16) | def start_foreground(port: int = ..., password: Incomplete | None = ...)... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_22_2-rp2-rpi_pico_w-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_2-rp2-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-rp2-stubs/_rp2.pyi function bootsel_button (line 25) | def bootsel_button() -> Incomplete: class DMA (line 38) | class DMA: method irq (line 39) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 40) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 41) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 42) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 43) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 44) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 47) | class StateMachine: method irq (line 57) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 65) | def put(self, value, shift=0) -> Incomplete: method restart (line 81) | def restart(self) -> Incomplete: method rx_fifo (line 96) | def rx_fifo(self) -> int: method tx_fifo (line 106) | def tx_fifo(self) -> int: method init (line 116) | def init( method exec (line 164) | def exec(self, instr) -> Incomplete: method get (line 180) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 192) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 203) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 205) | class PIO: method state_machine (line 226) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 238) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 248) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 258) | def add_program(self, program) -> Incomplete: method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 270) | class Flash: method readblocks (line 275) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 276) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 277) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 285) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/asyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-rp2-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_22_2-rp2-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-rp2-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_2-rp2-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-stubs/machine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 800) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 802) | class board: method __init__ (line 831) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 833) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 834) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 842) | class SoftSPI(SPI): method deinit (line 851) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 852) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 853) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 854) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 855) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 856) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 857) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 859) | class Timer: method init (line 870) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 910) | def deinit(self) -> None: method __init__ (line 916) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 918) | class UART: method deinit (line 927) | def deinit(self) -> None: method sendbreak (line 937) | def sendbreak(self) -> None: method init (line 944) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 998) | def flush(self) -> Incomplete: method txdone (line 1013) | def txdone(self) -> bool: method read (line 1028) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1039) | def any(self) -> int: method write (line 1054) | def write(self, buf) -> Union[int, None]: method readinto (line 1062) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1073) | def readline(self) -> Union[str, None]: method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1084) | class SoftI2C(I2C): method readfrom_mem_into (line 1097) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1098) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1099) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1100) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1101) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1102) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1103) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1104) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1105) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1107) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1108) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1109) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1110) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1112) | class RTC: method datetime (line 1117) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1133) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1135) | class SPI: method deinit (line 1149) | def deinit(self) -> None: method init (line 1155) | def init( method write_readinto (line 1181) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1192) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1200) | def write(self, buf) -> int: method readinto (line 1209) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1219) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1221) | class Signal(Pin): method off (line 1242) | def off(self) -> None: method on (line 1248) | def on(self) -> None: method value (line 1254) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1274) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_2-rp2-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-rp2-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-rp2-stubs/rp2.pyi function asm_pio_encode (line 27) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: function asm_pio (line 37) | def asm_pio( function bootsel_button (line 86) | def bootsel_button() -> Incomplete: function const (line 99) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 101) | class PIOASMEmit: method in_ (line 102) | def in_(self, *args, **kwargs) -> Incomplete: ... method side (line 103) | def side(self, *args, **kwargs) -> Incomplete: ... method out (line 104) | def out(self, *args, **kwargs) -> Incomplete: ... method jmp (line 105) | def jmp(self, *args, **kwargs) -> Incomplete: ... method start_pass (line 106) | def start_pass(self, *args, **kwargs) -> Incomplete: ... method wrap (line 107) | def wrap(self, *args, **kwargs) -> Incomplete: ... method word (line 108) | def word(self, *args, **kwargs) -> Incomplete: ... method wait (line 109) | def wait(self, *args, **kwargs) -> Incomplete: ... method wrap_target (line 110) | def wrap_target(self, *args, **kwargs) -> Incomplete: ... method delay (line 111) | def delay(self, *args, **kwargs) -> Incomplete: ... method label (line 112) | def label(self, *args, **kwargs) -> Incomplete: ... method irq (line 113) | def irq(self, *args, **kwargs) -> Incomplete: ... method set (line 114) | def set(self, *args, **kwargs) -> Incomplete: ... method mov (line 115) | def mov(self, *args, **kwargs) -> Incomplete: ... method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method pull (line 117) | def pull(self, *args, **kwargs) -> Incomplete: ... method nop (line 118) | def nop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 119) | def __init__(self, *argv, **kwargs) -> None: ... class PIOASMError (line 121) | class PIOASMError(Exception): ... class PIO (line 123) | class PIO: method state_machine (line 144) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 156) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 166) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 176) | def add_program(self, program) -> Incomplete: method __init__ (line 186) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 188) | class StateMachine: method irq (line 198) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 206) | def put(self, value, shift=0) -> Incomplete: method restart (line 222) | def restart(self) -> Incomplete: method rx_fifo (line 237) | def rx_fifo(self) -> int: method tx_fifo (line 247) | def tx_fifo(self) -> int: method init (line 257) | def init( method exec (line 305) | def exec(self, instr) -> Incomplete: method get (line 321) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 333) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 344) | def __init__(self, *argv, **kwargs) -> None: ... class DMA (line 346) | class DMA: method irq (line 347) | def irq(self, *args, **kwargs) -> Incomplete: ... method unpack_ctrl (line 348) | def unpack_ctrl(self, *args, **kwargs) -> Incomplete: ... method pack_ctrl (line 349) | def pack_ctrl(self, *args, **kwargs) -> Incomplete: ... method close (line 350) | def close(self, *args, **kwargs) -> Incomplete: ... method config (line 351) | def config(self, *args, **kwargs) -> Incomplete: ... method active (line 352) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 353) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 355) | class Flash: method readblocks (line 360) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 361) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 362) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 370) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-rp2-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-rp2-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-rp2-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-rp2-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_22_2-rp2-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-rp2-stubs/umachine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class WDT (line 202) | class WDT: method feed (line 211) | def feed(self) -> None: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 225) | class PWM: method duty_u16 (line 244) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 256) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 267) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 284) | def deinit(self) -> None: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 292) | class ADC: method read_u16 (line 309) | def read_u16(self) -> int: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 319) | class I2C: method readfrom_mem_into (line 337) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 349) | def readfrom_into( method readfrom_mem (line 364) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 373) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 384) | def scan(self) -> List: method writeto (line 392) | def writeto( method writevto (line 407) | def writevto( method start (line 428) | def start(self) -> None: method readfrom (line 434) | def readfrom( method readinto (line 447) | def readinto( method init (line 461) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 475) | def stop(self) -> None: method write (line 481) | def write(self, buf) -> int: method __init__ (line 489) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 522) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 530) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 536) | def irq(self, handler) -> Incomplete: method readinto (line 544) | def readinto(self, buf) -> int: method deinit (line 553) | def deinit(self) -> Incomplete: method write (line 559) | def write(self, buf) -> int: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 570) | class Pin: method low (line 651) | def low(self) -> None: method irq (line 659) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 704) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 705) | def off(self) -> None: method on (line 711) | def on(self) -> None: method init (line 717) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 727) | def value(self, x: Optional[Any] = None) -> int: method high (line 761) | def high(self) -> None: class cpu (line 769) | class cpu: method __init__ (line 800) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 802) | class board: method __init__ (line 831) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 833) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 834) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 842) | class SoftSPI(SPI): method deinit (line 851) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 852) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 853) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 854) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 855) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 856) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 857) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 859) | class Timer: method init (line 870) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 910) | def deinit(self) -> None: method __init__ (line 916) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 918) | class UART: method deinit (line 927) | def deinit(self) -> None: method sendbreak (line 937) | def sendbreak(self) -> None: method init (line 944) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 998) | def flush(self) -> Incomplete: method txdone (line 1013) | def txdone(self) -> bool: method read (line 1028) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1039) | def any(self) -> int: method write (line 1054) | def write(self, buf) -> Union[int, None]: method readinto (line 1062) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1073) | def readline(self) -> Union[str, None]: method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1084) | class SoftI2C(I2C): method readfrom_mem_into (line 1097) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1098) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1099) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1100) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1101) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1102) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1103) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1104) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1105) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1107) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1108) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1109) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1110) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1112) | class RTC: method datetime (line 1117) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1133) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1135) | class SPI: method deinit (line 1149) | def deinit(self) -> None: method init (line 1155) | def init( method write_readinto (line 1181) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1192) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1200) | def write(self, buf) -> int: method readinto (line 1209) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1219) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1221) | class Signal(Pin): method off (line 1242) | def off(self) -> None: method on (line 1248) | def on(self) -> None: method value (line 1254) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1274) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 66) | def uname() -> uname_result: function unlink (line 80) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 81) | def statvfs(path) -> Tuple: function umount (line 104) | def umount(mount_point) -> Incomplete: function sync (line 114) | def sync() -> None: function mkdir (line 120) | def mkdir(path) -> Incomplete: function dupterm (line 126) | def dupterm( function chdir (line 152) | def chdir(path) -> Incomplete: function remove (line 158) | def remove(path) -> None: function dupterm_notify (line 164) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 165) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 171) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 192) | def getcwd() -> Incomplete: class VfsFat (line 198) | class VfsFat: method rename (line 205) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 207) | def mkfs(block_dev) -> None: method mount (line 213) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 214) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 215) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 216) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 217) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 218) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 219) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 220) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 221) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 222) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 223) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 226) | class VfsLfs2: method rename (line 244) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 246) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 255) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 256) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 257) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 258) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 259) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 260) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 261) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 262) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 263) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 264) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 265) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-rp2-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-rp2-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-rp2-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-rp2-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-rp2-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-rp2-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-rp2-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/asyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readinto (line 79) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 81) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/gc.pyi function isenabled (line 18) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 19) | def mem_free() -> int: function mem_alloc (line 30) | def mem_alloc() -> int: function collect (line 40) | def collect() -> None: function enable (line 46) | def enable() -> None: function disable (line 52) | def disable() -> None: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/machine.pyi function dht_readinto (line 29) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function disable_irq (line 38) | def disable_irq() -> Incomplete: function bitstream (line 47) | def bitstream( function deepsleep (line 76) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 101) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 111) | def reset_cause() -> int: function soft_reset (line 117) | def soft_reset() -> NoReturn: function freq (line 125) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 133) | def reset() -> NoReturn: function time_pulse_us (line 140) | def time_pulse_us( function lightsleep (line 162) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 187) | def idle() -> Incomplete: function unique_id (line 196) | def unique_id() -> bytes: class WDT (line 205) | class WDT: method timeout_ms (line 214) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 215) | def feed(self) -> None: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 260) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 271) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 278) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 288) | def deinit(self) -> None: method __init__ (line 294) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 296) | class ADC: method read_u16 (line 312) | def read_u16(self) -> int: method deinit (line 320) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 321) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 323) | class DAC: method write (line 324) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 325) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 327) | class I2C: method readfrom_mem_into (line 345) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 357) | def readfrom_into( method readfrom_mem (line 372) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 381) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 392) | def scan(self) -> List: method writeto (line 400) | def writeto( method writevto (line 415) | def writevto( method start (line 436) | def start(self) -> None: method readfrom (line 442) | def readfrom( method readinto (line 455) | def readinto( method init (line 469) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 483) | def stop(self) -> None: method write (line 489) | def write(self, buf) -> int: method __init__ (line 497) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 499) | class Pin: method irq (line 573) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 618) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 619) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 629) | def on(self) -> None: method low (line 635) | def low(self) -> None: method off (line 643) | def off(self) -> None: method high (line 649) | def high(self) -> None: method value (line 657) | def value(self, x: Optional[Any] = None) -> int: method disable (line 691) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 692) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 701) | class board: method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 771) | class cpu: method __init__ (line 871) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 873) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 874) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 882) | class SoftSPI(SPI): method deinit (line 891) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 892) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 893) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 894) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 895) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 896) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 897) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 899) | class Timer: method init (line 910) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 950) | def deinit(self) -> None: method __init__ (line 956) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 958) | class UART: method flush (line 963) | def flush(self) -> Incomplete: method deinit (line 978) | def deinit(self) -> None: method txdone (line 988) | def txdone(self) -> bool: method init (line 1003) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1057) | def sendbreak(self) -> None: method read (line 1064) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1075) | def any(self) -> int: method write (line 1090) | def write(self, buf) -> Union[int, None]: method readinto (line 1098) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1109) | def readline(self) -> Union[str, None]: method __init__ (line 1118) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1120) | class SoftI2C(I2C): method readfrom_mem_into (line 1133) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1134) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1135) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1136) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1137) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1138) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1139) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1140) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1141) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1142) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1143) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1144) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1145) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1146) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1148) | class RTC: method datetime (line 1153) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1169) | def init(self, datetime) -> None: method calibration (line 1177) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1178) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1180) | class SPI: method deinit (line 1194) | def deinit(self) -> None: method init (line 1200) | def init( method write_readinto (line 1226) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1237) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1245) | def write(self, buf) -> int: method readinto (line 1254) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1264) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1266) | class Signal(Pin): method off (line 1287) | def off(self) -> None: method on (line 1293) | def on(self) -> None: method value (line 1299) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1319) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/os.pyi function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 29) | def rmdir(path) -> None: function rename (line 35) | def rename(old_path, new_path) -> None: function mount (line 41) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 59) | def urandom(n) -> bytes: function statvfs (line 66) | def statvfs(path) -> Tuple: function unlink (line 89) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 90) | def umount(mount_point) -> Incomplete: function sync (line 100) | def sync() -> None: function chdir (line 106) | def chdir(path) -> Incomplete: function dupterm (line 112) | def dupterm( function remove (line 138) | def remove(path) -> None: function mkdir (line 144) | def mkdir(path) -> Incomplete: function getcwd (line 150) | def getcwd() -> Incomplete: function listdir (line 156) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 162) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 219) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 247) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/umachine.pyi function dht_readinto (line 29) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function disable_irq (line 38) | def disable_irq() -> Incomplete: function bitstream (line 47) | def bitstream( function deepsleep (line 76) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 101) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 111) | def reset_cause() -> int: function soft_reset (line 117) | def soft_reset() -> NoReturn: function freq (line 125) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 133) | def reset() -> NoReturn: function time_pulse_us (line 140) | def time_pulse_us( function lightsleep (line 162) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 187) | def idle() -> Incomplete: function unique_id (line 196) | def unique_id() -> bytes: class WDT (line 205) | class WDT: method timeout_ms (line 214) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 215) | def feed(self) -> None: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 260) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 271) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 278) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 288) | def deinit(self) -> None: method __init__ (line 294) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 296) | class ADC: method read_u16 (line 312) | def read_u16(self) -> int: method deinit (line 320) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 321) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 323) | class DAC: method write (line 324) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 325) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 327) | class I2C: method readfrom_mem_into (line 345) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 357) | def readfrom_into( method readfrom_mem (line 372) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 381) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 392) | def scan(self) -> List: method writeto (line 400) | def writeto( method writevto (line 415) | def writevto( method start (line 436) | def start(self) -> None: method readfrom (line 442) | def readfrom( method readinto (line 455) | def readinto( method init (line 469) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 483) | def stop(self) -> None: method write (line 489) | def write(self, buf) -> int: method __init__ (line 497) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 499) | class Pin: method irq (line 573) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 618) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 619) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 629) | def on(self) -> None: method low (line 635) | def low(self) -> None: method off (line 643) | def off(self) -> None: method high (line 649) | def high(self) -> None: method value (line 657) | def value(self, x: Optional[Any] = None) -> int: method disable (line 691) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 692) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 701) | class board: method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 771) | class cpu: method __init__ (line 871) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 873) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 874) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 882) | class SoftSPI(SPI): method deinit (line 891) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 892) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 893) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 894) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 895) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 896) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 897) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 899) | class Timer: method init (line 910) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 950) | def deinit(self) -> None: method __init__ (line 956) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 958) | class UART: method flush (line 963) | def flush(self) -> Incomplete: method deinit (line 978) | def deinit(self) -> None: method txdone (line 988) | def txdone(self) -> bool: method init (line 1003) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1057) | def sendbreak(self) -> None: method read (line 1064) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1075) | def any(self) -> int: method write (line 1090) | def write(self, buf) -> Union[int, None]: method readinto (line 1098) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1109) | def readline(self) -> Union[str, None]: method __init__ (line 1118) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1120) | class SoftI2C(I2C): method readfrom_mem_into (line 1133) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1134) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1135) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1136) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1137) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1138) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1139) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1140) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1141) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1142) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1143) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1144) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1145) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1146) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1148) | class RTC: method datetime (line 1153) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1169) | def init(self, datetime) -> None: method calibration (line 1177) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1178) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1180) | class SPI: method deinit (line 1194) | def deinit(self) -> None: method init (line 1200) | def init( method write_readinto (line 1226) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1237) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1245) | def write(self, buf) -> int: method readinto (line 1254) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1264) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1266) | class Signal(Pin): method off (line 1287) | def off(self) -> None: method on (line 1293) | def on(self) -> None: method value (line 1299) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1319) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/uos.pyi function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 29) | def rmdir(path) -> None: function rename (line 35) | def rename(old_path, new_path) -> None: function mount (line 41) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 59) | def urandom(n) -> bytes: function statvfs (line 66) | def statvfs(path) -> Tuple: function unlink (line 89) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 90) | def umount(mount_point) -> Incomplete: function sync (line 100) | def sync() -> None: function chdir (line 106) | def chdir(path) -> Incomplete: function dupterm (line 112) | def dupterm( function remove (line 138) | def remove(path) -> None: function mkdir (line 144) | def mkdir(path) -> Incomplete: function getcwd (line 150) | def getcwd() -> Incomplete: function listdir (line 156) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 162) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 219) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 247) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-samd-seeed_wio_terminal-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-samd-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_2-samd-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-samd-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/asyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-samd-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readinto (line 79) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 81) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/gc.pyi function isenabled (line 18) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 19) | def mem_free() -> int: function mem_alloc (line 30) | def mem_alloc() -> int: function collect (line 40) | def collect() -> None: function enable (line 46) | def enable() -> None: function disable (line 52) | def disable() -> None: FILE: publish/micropython-v1_22_2-samd-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-samd-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-samd-stubs/machine.pyi function dht_readinto (line 29) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function disable_irq (line 38) | def disable_irq() -> Incomplete: function bitstream (line 47) | def bitstream( function deepsleep (line 76) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 101) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 111) | def reset_cause() -> int: function soft_reset (line 117) | def soft_reset() -> NoReturn: function freq (line 125) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 133) | def reset() -> NoReturn: function time_pulse_us (line 140) | def time_pulse_us( function lightsleep (line 162) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 187) | def idle() -> Incomplete: function unique_id (line 196) | def unique_id() -> bytes: class WDT (line 205) | class WDT: method timeout_ms (line 214) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 215) | def feed(self) -> None: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 260) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 271) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 278) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 288) | def deinit(self) -> None: method __init__ (line 294) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 296) | class ADC: method read_u16 (line 312) | def read_u16(self) -> int: method deinit (line 320) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 321) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 323) | class DAC: method write (line 324) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 325) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 327) | class I2C: method readfrom_mem_into (line 345) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 357) | def readfrom_into( method readfrom_mem (line 372) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 381) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 392) | def scan(self) -> List: method writeto (line 400) | def writeto( method writevto (line 415) | def writevto( method start (line 436) | def start(self) -> None: method readfrom (line 442) | def readfrom( method readinto (line 455) | def readinto( method init (line 469) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 483) | def stop(self) -> None: method write (line 489) | def write(self, buf) -> int: method __init__ (line 497) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 499) | class Pin: method irq (line 573) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 618) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 619) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 629) | def on(self) -> None: method low (line 635) | def low(self) -> None: method off (line 643) | def off(self) -> None: method high (line 649) | def high(self) -> None: method value (line 657) | def value(self, x: Optional[Any] = None) -> int: method disable (line 691) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 692) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 701) | class board: method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 771) | class cpu: method __init__ (line 871) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 873) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 874) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 882) | class SoftSPI(SPI): method deinit (line 891) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 892) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 893) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 894) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 895) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 896) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 897) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 899) | class Timer: method init (line 910) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 950) | def deinit(self) -> None: method __init__ (line 956) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 958) | class UART: method flush (line 963) | def flush(self) -> Incomplete: method deinit (line 978) | def deinit(self) -> None: method txdone (line 988) | def txdone(self) -> bool: method init (line 1003) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1057) | def sendbreak(self) -> None: method read (line 1064) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1075) | def any(self) -> int: method write (line 1090) | def write(self, buf) -> Union[int, None]: method readinto (line 1098) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1109) | def readline(self) -> Union[str, None]: method __init__ (line 1118) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1120) | class SoftI2C(I2C): method readfrom_mem_into (line 1133) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1134) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1135) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1136) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1137) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1138) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1139) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1140) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1141) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1142) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1143) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1144) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1145) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1146) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1148) | class RTC: method datetime (line 1153) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1169) | def init(self, datetime) -> None: method calibration (line 1177) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1178) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1180) | class SPI: method deinit (line 1194) | def deinit(self) -> None: method init (line 1200) | def init( method write_readinto (line 1226) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1237) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1245) | def write(self, buf) -> int: method readinto (line 1254) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1264) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1266) | class Signal(Pin): method off (line 1287) | def off(self) -> None: method on (line 1293) | def on(self) -> None: method value (line 1299) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1319) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_2-samd-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_2-samd-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/os.pyi function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 29) | def rmdir(path) -> None: function rename (line 35) | def rename(old_path, new_path) -> None: function mount (line 41) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 59) | def urandom(n) -> bytes: function statvfs (line 66) | def statvfs(path) -> Tuple: function unlink (line 89) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 90) | def umount(mount_point) -> Incomplete: function sync (line 100) | def sync() -> None: function chdir (line 106) | def chdir(path) -> Incomplete: function dupterm (line 112) | def dupterm( function remove (line 138) | def remove(path) -> None: function mkdir (line 144) | def mkdir(path) -> Incomplete: function getcwd (line 150) | def getcwd() -> Incomplete: function listdir (line 156) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 162) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 219) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 247) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-samd-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-samd-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-samd-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-samd-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-samd-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-samd-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-samd-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-samd-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-samd-stubs/umachine.pyi function dht_readinto (line 29) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function disable_irq (line 38) | def disable_irq() -> Incomplete: function bitstream (line 47) | def bitstream( function deepsleep (line 76) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 101) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 111) | def reset_cause() -> int: function soft_reset (line 117) | def soft_reset() -> NoReturn: function freq (line 125) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 133) | def reset() -> NoReturn: function time_pulse_us (line 140) | def time_pulse_us( function lightsleep (line 162) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 187) | def idle() -> Incomplete: function unique_id (line 196) | def unique_id() -> bytes: class WDT (line 205) | class WDT: method timeout_ms (line 214) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 215) | def feed(self) -> None: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 229) | class PWM: method duty_u16 (line 248) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 260) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 271) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 278) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 288) | def deinit(self) -> None: method __init__ (line 294) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 296) | class ADC: method read_u16 (line 312) | def read_u16(self) -> int: method deinit (line 320) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 321) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 323) | class DAC: method write (line 324) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 325) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 327) | class I2C: method readfrom_mem_into (line 345) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 357) | def readfrom_into( method readfrom_mem (line 372) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 381) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 392) | def scan(self) -> List: method writeto (line 400) | def writeto( method writevto (line 415) | def writevto( method start (line 436) | def start(self) -> None: method readfrom (line 442) | def readfrom( method readinto (line 455) | def readinto( method init (line 469) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 483) | def stop(self) -> None: method write (line 489) | def write(self, buf) -> int: method __init__ (line 497) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 499) | class Pin: method irq (line 573) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 618) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 619) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 629) | def on(self) -> None: method low (line 635) | def low(self) -> None: method off (line 643) | def off(self) -> None: method high (line 649) | def high(self) -> None: method value (line 657) | def value(self, x: Optional[Any] = None) -> int: method disable (line 691) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 692) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 701) | class board: method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 771) | class cpu: method __init__ (line 871) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 873) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 874) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SoftSPI (line 882) | class SoftSPI(SPI): method deinit (line 891) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 892) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 893) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 894) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 895) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 896) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 897) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 899) | class Timer: method init (line 910) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 950) | def deinit(self) -> None: method __init__ (line 956) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 958) | class UART: method flush (line 963) | def flush(self) -> Incomplete: method deinit (line 978) | def deinit(self) -> None: method txdone (line 988) | def txdone(self) -> bool: method init (line 1003) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1057) | def sendbreak(self) -> None: method read (line 1064) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1075) | def any(self) -> int: method write (line 1090) | def write(self, buf) -> Union[int, None]: method readinto (line 1098) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1109) | def readline(self) -> Union[str, None]: method __init__ (line 1118) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1120) | class SoftI2C(I2C): method readfrom_mem_into (line 1133) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1134) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1135) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1136) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1137) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1138) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1139) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1140) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1141) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1142) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1143) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1144) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1145) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1146) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1148) | class RTC: method datetime (line 1153) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1169) | def init(self, datetime) -> None: method calibration (line 1177) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1178) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1180) | class SPI: method deinit (line 1194) | def deinit(self) -> None: method init (line 1200) | def init( method write_readinto (line 1226) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1237) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1245) | def write(self, buf) -> int: method readinto (line 1254) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1264) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1266) | class Signal(Pin): method off (line 1287) | def off(self) -> None: method on (line 1293) | def on(self) -> None: method value (line 1299) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1319) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/uos.pyi function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 29) | def rmdir(path) -> None: function rename (line 35) | def rename(old_path, new_path) -> None: function mount (line 41) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 59) | def urandom(n) -> bytes: function statvfs (line 66) | def statvfs(path) -> Tuple: function unlink (line 89) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 90) | def umount(mount_point) -> Incomplete: function sync (line 100) | def sync() -> None: function chdir (line 106) | def chdir(path) -> Incomplete: function dupterm (line 112) | def dupterm( function remove (line 138) | def remove(path) -> None: function mkdir (line 144) | def mkdir(path) -> Incomplete: function getcwd (line 150) | def getcwd() -> Incomplete: function listdir (line 156) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 162) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 219) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 247) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-samd-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-samd-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-samd-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-samd-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-samd-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-samd-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-samd-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/asyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/lcd160cr.pyi function pack_into (line 27) | def pack_into(*args, **kwargs) -> Incomplete: ... function const (line 28) | def const(*args, **kwargs) -> Incomplete: ... function calcsize (line 29) | def calcsize(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 30) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 32) | class LCD160CR: method set_brightness (line 68) | def set_brightness(self, value) -> None: method screen_dump (line 74) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Incomplete: method screen_load (line 85) | def screen_load(self, buf) -> None: method set_orient (line 91) | def set_orient(self, orient) -> None: method set_font (line 98) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method set_i2c_addr (line 119) | def set_i2c_addr(self, addr) -> None: method rect_interior (line 126) | def rect_interior(self, x, y, w, h) -> None: method rect_no_clip (line 135) | def rect_no_clip(self, x, y, w, h) -> Incomplete: ... method save_to_flash (line 136) | def save_to_flash(self) -> Incomplete: method rect_interior_no_clip (line 143) | def rect_interior_no_clip(self, x, y, w, h) -> Incomplete: ... method rgb (line 145) | def rgb(r, g, b) -> int: method rect_outline (line 154) | def rect_outline(self, x, y, w, h) -> Incomplete: ... method rect_outline_no_clip (line 155) | def rect_outline_no_clip(self, x, y, w, h) -> Incomplete: ... method set_startup_deco (line 156) | def set_startup_deco(self, value) -> None: method set_scroll_win_param (line 163) | def set_scroll_win_param(self, win, param, value) -> Incomplete: method set_spi_win (line 174) | def set_spi_win(self, x, y, w, h) -> None: method show_framebuf (line 180) | def show_framebuf(self, buf) -> None: method set_text_color (line 192) | def set_text_color(self, fg, bg) -> None: method set_uart_baudrate (line 198) | def set_uart_baudrate(self, baudrate) -> None: method set_pen (line 204) | def set_pen(self, line, fill) -> None: method set_pos (line 210) | def set_pos(self, x, y) -> None: method set_scroll_win (line 217) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_pixel (line 235) | def set_pixel(self, x, y, c) -> None: method set_scroll_buf (line 242) | def set_scroll_buf(self, s) -> None: method set_power (line 249) | def set_power(self, on) -> None: method set_scroll (line 256) | def set_scroll(self, on) -> None: method touch_config (line 263) | def touch_config(self, calib=False, save=False, irq=None) -> None: method clip_line (line 280) | def clip_line(data, w, h) -> Incomplete: method _send (line 286) | def _send(self, *args, **kwargs) -> Incomplete: ... method _waitfor (line 287) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method erase (line 288) | def erase(self) -> Incomplete: method dot (line 294) | def dot(self, x, y) -> None: method dot_no_clip (line 300) | def dot_no_clip(self, x, y) -> Incomplete: ... method poly_line (line 301) | def poly_line(self, data) -> Incomplete: method line (line 307) | def line(self, x1, y1, x2, y2) -> None: method _fcmd2b (line 313) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 314) | def write(self, s) -> None: method _fcmd2 (line 322) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rect (line 323) | def rect(self, x, y, w, h) -> Incomplete: ... method reset (line 324) | def reset(self) -> None: method jpeg_start (line 330) | def jpeg_start(self, total_len) -> Incomplete: ... method jpeg (line 331) | def jpeg(self, buf) -> None: method jpeg_data (line 340) | def jpeg_data(self, buf) -> None: method poly_dot (line 349) | def poly_dot(self, data) -> None: method line_no_clip (line 357) | def line_no_clip(self, x1, y1, x2, y2) -> Incomplete: method oflush (line 365) | def oflush(self, *args, **kwargs) -> Incomplete: ... method fast_spi (line 366) | def fast_spi(self, flush=True) -> SPI: method get_line (line 380) | def get_line(self, x, y, buf) -> Incomplete: method is_touched (line 389) | def is_touched(self) -> bool: method feed_wdt (line 396) | def feed_wdt(self) -> Incomplete: method iflush (line 404) | def iflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 405) | def get_pixel(self, x, y) -> Incomplete: method get_touch (line 411) | def get_touch(self) -> Tuple: method __init__ (line 419) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/machine.pyi function freq (line 29) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 37) | def idle() -> Incomplete: function info (line 46) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 47) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 48) | def enable_irq(state) -> Incomplete: function disable_irq (line 56) | def disable_irq() -> Incomplete: function deepsleep (line 65) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function lightsleep (line 126) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 151) | def reset() -> NoReturn: function rng (line 158) | def rng() -> int: function reset_cause (line 166) | def reset_cause() -> int: function unique_id (line 172) | def unique_id() -> bytes: function bootloader (line 181) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 191) | def bitstream( class RTC (line 220) | class RTC: method info (line 225) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 226) | def init(self, datetime) -> None: method wakeup (line 234) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 235) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 251) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 254) | class Pin: method mode (line 358) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 367) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 368) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 377) | def low(self) -> None: method irq (line 385) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 430) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 431) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 432) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 433) | def on(self) -> None: method off (line 439) | def off(self) -> None: method init (line 445) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 455) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 456) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 457) | def value(self, x: Optional[Any] = None) -> int: method high (line 491) | def high(self) -> None: method gpio (line 499) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 501) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 503) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 505) | class cpu: method __init__ (line 553) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 556) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 558) | class board: method __init__ (line 608) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 610) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 611) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 619) | class SPI: method deinit (line 633) | def deinit(self) -> None: method init (line 639) | def init( method write_readinto (line 665) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 676) | def read(self, nbytes, write=0x00) -> bytes: method write (line 684) | def write(self, buf) -> int: method readinto (line 693) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 703) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 707) | class ADC: method read_u16 (line 727) | def read_u16(self) -> int: method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 737) | class I2S: method shift (line 768) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 776) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 782) | def irq(self, handler) -> Incomplete: method readinto (line 790) | def readinto(self, buf) -> int: method deinit (line 799) | def deinit(self) -> Incomplete: method write (line 805) | def write(self, buf) -> int: method __init__ (line 814) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 816) | class I2C: method readfrom_mem_into (line 834) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 846) | def readfrom_into( method readfrom_mem (line 861) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 870) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 881) | def scan(self) -> List: method writeto (line 889) | def writeto( method writevto (line 904) | def writevto( method start (line 925) | def start(self) -> None: method readfrom (line 931) | def readfrom( method readinto (line 944) | def readinto( method init (line 958) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 972) | def stop(self) -> None: method write (line 978) | def write(self, buf) -> int: method __init__ (line 986) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 988) | class WDT: method feed (line 997) | def feed(self) -> None: method __init__ (line 1005) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1007) | class Timer: method init (line 1018) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1058) | def deinit(self) -> None: method __init__ (line 1064) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1066) | class SoftSPI(SPI): method deinit (line 1075) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1076) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1077) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1078) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1079) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1080) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1081) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1083) | class UART: method init (line 1091) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1145) | def flush(self) -> Incomplete: method irq (line 1160) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1187) | def txdone(self) -> bool: method sendbreak (line 1202) | def sendbreak(self) -> None: method readchar (line 1209) | def readchar(self, *args, **kwargs) -> Incomplete: ... method writechar (line 1210) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 1211) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1222) | def deinit(self) -> None: method any (line 1232) | def any(self) -> int: method write (line 1247) | def write(self, buf) -> Union[int, None]: method readinto (line 1255) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1266) | def readline(self) -> Union[str, None]: method __init__ (line 1275) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1280) | class SoftI2C(I2C): method readfrom_mem_into (line 1293) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1294) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1295) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1296) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1297) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1298) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1299) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1300) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1301) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1302) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1303) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1304) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1305) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1306) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1308) | class Signal(Pin): method off (line 1329) | def off(self) -> None: method on (line 1335) | def on(self) -> None: method value (line 1341) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1361) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/network.pyi function hostname (line 52) | def hostname(*args, **kwargs) -> Incomplete: ... function route (line 53) | def route(*args, **kwargs) -> Incomplete: ... function country (line 54) | def country(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/os.pyi function statvfs (line 25) | def statvfs(path) -> Tuple: function stat (line 48) | def stat(path) -> Incomplete: function rmdir (line 54) | def rmdir(path) -> None: function rename (line 60) | def rename(old_path, new_path) -> None: function mount (line 66) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 84) | def sync() -> None: function unlink (line 90) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 91) | def uname() -> uname_result: function umount (line 105) | def umount(mount_point) -> Incomplete: function urandom (line 115) | def urandom(n) -> bytes: function chdir (line 122) | def chdir(path) -> Incomplete: function dupterm (line 128) | def dupterm( function remove (line 154) | def remove(path) -> None: function mkdir (line 160) | def mkdir(path) -> Incomplete: function getcwd (line 166) | def getcwd() -> Incomplete: function listdir (line 172) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 178) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 199) | class VfsLfs2: method rename (line 217) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 219) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 228) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 229) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 230) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 231) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 232) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 233) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 234) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 235) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 236) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 237) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 238) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 239) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 241) | class VfsFat: method rename (line 248) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 250) | def mkfs(block_dev) -> None: method mount (line 256) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 257) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 258) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 259) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 260) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 261) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 262) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 263) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 264) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 265) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 266) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/pyb.pyi function hard_reset (line 21) | def hard_reset() -> NoReturn: function have_cdc (line 28) | def have_cdc() -> bool: function hid (line 36) | def hid(hidtuple: Tuple) -> Incomplete: function info (line 45) | def info(dump_alloc_table: Optional[Any] = None) -> None: function wfi (line 51) | def wfi() -> None: function elapsed_micros (line 63) | def elapsed_micros(start) -> int: function freq (line 79) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function disable_irq (line 119) | def disable_irq() -> Incomplete: function fault_debug (line 128) | def fault_debug(value) -> None: function elapsed_millis (line 143) | def elapsed_millis(start) -> int: function enable_irq (line 158) | def enable_irq(state=True) -> None: function sync (line 168) | def sync() -> None: function servo (line 174) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 175) | def standby() -> Incomplete: function usb_mode (line 188) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function udelay (line 229) | def udelay(us) -> None: function unique_id (line 235) | def unique_id() -> str: function micros (line 241) | def micros() -> int: function mount (line 255) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function rng (line 290) | def rng() -> int: function millis (line 296) | def millis() -> int: function repl_uart (line 310) | def repl_uart(uart) -> UART: function pwm (line 316) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 317) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 318) | def stop() -> Incomplete: function delay (line 330) | def delay(ms) -> None: function main (line 336) | def main(filename) -> None: function bootloader (line 345) | def bootloader() -> None: function country (line 351) | def country(*args, **kwargs) -> Incomplete: ... class DAC (line 353) | class DAC: method noise (line 380) | def noise(self, freq) -> None: method write_timed (line 387) | def write_timed(self, data, freq, *, mode=NORMAL) -> Incomplete: method triangle (line 409) | def triangle(self, freq) -> None: method write (line 417) | def write(self, value) -> Incomplete: method init (line 425) | def init(self, bits=8, *, buffering=None) -> Incomplete: method deinit (line 433) | def deinit(self) -> Incomplete: method __init__ (line 439) | def __init__(self, *argv, **kwargs) -> None: ... class ExtInt (line 441) | class ExtInt: method line (line 465) | def line(self) -> int: method regs (line 472) | def regs(cls) -> Incomplete: method swint (line 478) | def swint(self) -> Incomplete: method enable (line 484) | def enable(self) -> None: method disable (line 490) | def disable(self) -> None: method __init__ (line 497) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 499) | class Flash: method readblocks (line 510) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 511) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 512) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 520) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 522) | class I2C: method scan (line 548) | def scan(self) -> List: method mem_read (line 555) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 570) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 585) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method is_ready (line 599) | def is_ready(self, addr) -> Incomplete: method send (line 605) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 617) | def deinit(self) -> None: method init (line 623) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: ... class LCD (line 643) | class LCD: method fill (line 649) | def fill(self, colour) -> None: method light (line 657) | def light(self, value) -> None: method pixel (line 663) | def pixel(self, x, y, colour) -> None: method show (line 671) | def show(self) -> None: method text (line 677) | def text(self, str, x, y, colour) -> None: method contrast (line 685) | def contrast(self, value) -> None: method get (line 691) | def get(self, x, y) -> int: method write (line 699) | def write(self, str) -> None: method command (line 705) | def command(self, instr_data, buf) -> None: method __init__ (line 713) | def __init__(self, *argv, **kwargs) -> None: ... class CAN (line 715) | class CAN: method restart (line 742) | def restart(self) -> Incomplete: method recv (line 755) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method init (line 791) | def init( method rxcallback (line 865) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 901) | def setfilter(self, bank, mode, fifo, params, *, rtr=None, extframe=Fa... method state (line 958) | def state(self) -> Incomplete: method send (line 974) | def send(self, data, id, *, timeout=0, rtr=False, extframe=False, fdf=... method any (line 1003) | def any(self, fifo) -> bool: method info (line 1009) | def info(self, list: Optional[Any] = None) -> Incomplete: method clearfilter (line 1033) | def clearfilter(self, bank, extframe=False) -> None: method deinit (line 1043) | def deinit(self) -> None: method __init__ (line 1049) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 1051) | class ADC: method read_timed (line 1057) | def read_timed(self, buf, timer) -> Incomplete: method read_timed_multi (line 1095) | def read_timed_multi(self, adcs, bufs, timer) -> bool: method read (line 1148) | def read(self) -> Incomplete: method __init__ (line 1155) | def __init__(self, *argv, **kwargs) -> None: ... class ADCAll (line 1157) | class ADCAll: method read_core_vbat (line 1158) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 1159) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 1160) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 1161) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 1162) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1163) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 1165) | class Accel: method x (line 1170) | def x(self) -> Incomplete: method tilt (line 1176) | def tilt(self) -> Incomplete: method y (line 1182) | def y(self) -> Incomplete: method z (line 1188) | def z(self) -> Incomplete: method read (line 1194) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 1195) | def filtered_xyz(self) -> Tuple: method write (line 1206) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1207) | def __init__(self, *argv, **kwargs) -> None: ... class USB_VCP (line 1209) | class USB_VCP: method readlines (line 1218) | def readlines(self) -> List: method recv (line 1228) | def recv(self, data, *, timeout=5000) -> int: method isconnected (line 1241) | def isconnected(self) -> bool: method init (line 1247) | def init(self, *, flow=-1) -> None: method irq (line 1255) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 1267) | def setinterrupt(self, chr) -> None: method close (line 1278) | def close(self) -> Incomplete: method read (line 1285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1296) | def any(self) -> bool: method write (line 1302) | def write(self, buf) -> int: method send (line 1310) | def send(self, data, *, timeout=5000) -> int: method readinto (line 1321) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1333) | def readline(self) -> bytes: method __init__ (line 1342) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1344) | class Timer: method freq (line 1374) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 1380) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1437) | def period(self, value: Optional[Any] = None) -> Incomplete: method prescaler (line 1443) | def prescaler(self, value: Optional[Any] = None) -> Incomplete: method source_freq (line 1449) | def source_freq(self) -> Incomplete: method deinit (line 1455) | def deinit(self) -> None: method callback (line 1466) | def callback(self, fun) -> None: method channel (line 1474) | def channel(self, channel, mode, pin=None, *args) -> Incomplete: method counter (line 1561) | def counter(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 1567) | def __init__(self, *argv, **kwargs) -> None: ... class Switch (line 1569) | class Switch(Pin): method callback (line 1574) | def callback(self, fun) -> None: method value (line 1581) | def value(self) -> bool: method __init__ (line 1587) | def __init__(self, *argv, **kwargs) -> None: ... class Servo (line 1589) | class Servo: method speed (line 1594) | def speed(self, speed: Optional[Any] = None, time=0) -> Incomplete: method pulse_width (line 1606) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method calibration (line 1615) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method angle (line 1630) | def angle(self, angle: Optional[Any] = None, time=0) -> Incomplete: method __init__ (line 1643) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1645) | class UART: method init (line 1684) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method flush (line 1710) | def flush(self, *args, **kwargs) -> Incomplete: ... method irq (line 1711) | def irq(self, *args, **kwargs) -> Incomplete: ... method txdone (line 1712) | def txdone(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 1713) | def sendbreak(self) -> None: method readchar (line 1721) | def readchar(self) -> int: method writechar (line 1729) | def writechar(self, char) -> None: method read (line 1736) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1753) | def deinit(self) -> None: method any (line 1759) | def any(self) -> int: method write (line 1765) | def write(self, buf) -> int: method readinto (line 1777) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1787) | def readline(self) -> None: method __init__ (line 1797) | def __init__(self, *argv, **kwargs) -> None: ... class USB_HID (line 1799) | class USB_HID: method recv (line 1804) | def recv(self, data, *, timeout=5000) -> int: method send (line 1817) | def send(self, data) -> None: method __init__ (line 1826) | def __init__(self, *argv, **kwargs) -> None: ... class LED (line 1828) | class LED: method toggle (line 1835) | def toggle(self) -> Incomplete: method on (line 1842) | def on(self) -> None: method off (line 1848) | def off(self) -> None: method intensity (line 1854) | def intensity(self, value: Optional[Any] = None) -> None: method __init__ (line 1868) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1870) | class RTC: method info (line 1875) | def info(self) -> Incomplete: method init (line 1886) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 1887) | def wakeup(self, timeout, callback=None) -> None: method datetime (line 1900) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 1918) | def calibration(self, cal) -> int: method __init__ (line 1936) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 1938) | class Pin: method mode (line 1984) | def mode(self) -> Incomplete: method name (line 1992) | def name(self) -> str: method pull (line 1998) | def pull(self) -> Incomplete: method low (line 2006) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 2007) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 2008) | def pin(self) -> int: method port (line 2014) | def port(self) -> Incomplete: method names (line 2020) | def names(self) -> str: method on (line 2026) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 2027) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 2028) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method af_list (line 2062) | def af_list(self) -> List: method af (line 2068) | def af(self) -> Incomplete: method value (line 2076) | def value(self, value: Optional[Any] = None) -> int: method high (line 2087) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 2088) | def gpio(self) -> int: method dict (line 2096) | def dict(cls, *args, **kwargs) -> Incomplete: method debug (line 2104) | def debug(cls, *args, **kwargs) -> bool: class cpu (line 2110) | class cpu: method __init__ (line 2158) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 2162) | def mapper(cls, *args, **kwargs) -> Incomplete: class board (line 2168) | class board: method __init__ (line 2218) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2220) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 2221) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 2229) | class SPI: method deinit (line 2252) | def deinit(self) -> None: method send_recv (line 2258) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method recv (line 2272) | def recv(self, recv, *, timeout=5000) -> bytes: method init (line 2285) | def init(self, mode, baudrate=328125, *, prescaler=-1, polarity=1, pha... method write_readinto (line 2313) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 2314) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 2315) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2316) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 2317) | def send(self, send, *, timeout=5000) -> None: method __init__ (line 2328) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 2332) | class SDCard: method writeblocks (line 2333) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 2334) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 2335) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2336) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 2337) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 2338) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2339) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 2340) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2341) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function post (line 11) | def post(*args, **kwargs) -> Incomplete: ... function put (line 12) | def put(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 14) | def delete(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/socket.pyi function getaddrinfo (line 86) | def getaddrinfo( class socket (line 134) | class socket: method recvfrom (line 148) | def recvfrom(self, bufsize) -> Tuple: method recv (line 156) | def recv(self, bufsize) -> bytes: method makefile (line 163) | def makefile( method listen (line 185) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 194) | def settimeout(self, value) -> Incomplete: method sendall (line 229) | def sendall(self, bytes) -> int: method setsockopt (line 242) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 250) | def setblocking(self, flag) -> Incomplete: method sendto (line 262) | def sendto(self, bytes, address) -> None: method readline (line 269) | def readline(self) -> Incomplete: method readinto (line 277) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 287) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method connect (line 308) | def connect(self, address) -> None: method send (line 314) | def send(self, bytes) -> int: method bind (line 322) | def bind(self, address) -> Incomplete: method accept (line 328) | def accept(self) -> Tuple: method write (line 337) | def write(self, buf) -> int: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/umachine.pyi function freq (line 29) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 37) | def idle() -> Incomplete: function info (line 46) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 47) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 48) | def enable_irq(state) -> Incomplete: function disable_irq (line 56) | def disable_irq() -> Incomplete: function deepsleep (line 65) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function lightsleep (line 126) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 151) | def reset() -> NoReturn: function rng (line 158) | def rng() -> int: function reset_cause (line 166) | def reset_cause() -> int: function unique_id (line 172) | def unique_id() -> bytes: function bootloader (line 181) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 191) | def bitstream( class RTC (line 220) | class RTC: method info (line 225) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 226) | def init(self, datetime) -> None: method wakeup (line 234) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 235) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 251) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 254) | class Pin: method mode (line 358) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 367) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 368) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 377) | def low(self) -> None: method irq (line 385) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 430) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 431) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 432) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 433) | def on(self) -> None: method off (line 439) | def off(self) -> None: method init (line 445) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 455) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 456) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 457) | def value(self, x: Optional[Any] = None) -> int: method high (line 491) | def high(self) -> None: method gpio (line 499) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 501) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 503) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 505) | class cpu: method __init__ (line 553) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 556) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 558) | class board: method __init__ (line 608) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 610) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 611) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 619) | class SPI: method deinit (line 633) | def deinit(self) -> None: method init (line 639) | def init( method write_readinto (line 665) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 676) | def read(self, nbytes, write=0x00) -> bytes: method write (line 684) | def write(self, buf) -> int: method readinto (line 693) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 703) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 707) | class ADC: method read_u16 (line 727) | def read_u16(self) -> int: method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 737) | class I2S: method shift (line 768) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 776) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 782) | def irq(self, handler) -> Incomplete: method readinto (line 790) | def readinto(self, buf) -> int: method deinit (line 799) | def deinit(self) -> Incomplete: method write (line 805) | def write(self, buf) -> int: method __init__ (line 814) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 816) | class I2C: method readfrom_mem_into (line 834) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 846) | def readfrom_into( method readfrom_mem (line 861) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 870) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 881) | def scan(self) -> List: method writeto (line 889) | def writeto( method writevto (line 904) | def writevto( method start (line 925) | def start(self) -> None: method readfrom (line 931) | def readfrom( method readinto (line 944) | def readinto( method init (line 958) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 972) | def stop(self) -> None: method write (line 978) | def write(self, buf) -> int: method __init__ (line 986) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 988) | class WDT: method feed (line 997) | def feed(self) -> None: method __init__ (line 1005) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1007) | class Timer: method init (line 1018) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1058) | def deinit(self) -> None: method __init__ (line 1064) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1066) | class SoftSPI(SPI): method deinit (line 1075) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1076) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1077) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1078) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1079) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1080) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1081) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1083) | class UART: method init (line 1091) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1145) | def flush(self) -> Incomplete: method irq (line 1160) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1187) | def txdone(self) -> bool: method sendbreak (line 1202) | def sendbreak(self) -> None: method readchar (line 1209) | def readchar(self, *args, **kwargs) -> Incomplete: ... method writechar (line 1210) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 1211) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1222) | def deinit(self) -> None: method any (line 1232) | def any(self) -> int: method write (line 1247) | def write(self, buf) -> Union[int, None]: method readinto (line 1255) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1266) | def readline(self) -> Union[str, None]: method __init__ (line 1275) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1280) | class SoftI2C(I2C): method readfrom_mem_into (line 1293) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1294) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1295) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1296) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1297) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1298) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1299) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1300) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1301) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1302) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1303) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1304) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1305) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1306) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1308) | class Signal(Pin): method off (line 1329) | def off(self) -> None: method on (line 1335) | def on(self) -> None: method value (line 1341) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1361) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/uos.pyi function statvfs (line 25) | def statvfs(path) -> Tuple: function stat (line 48) | def stat(path) -> Incomplete: function rmdir (line 54) | def rmdir(path) -> None: function rename (line 60) | def rename(old_path, new_path) -> None: function mount (line 66) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 84) | def sync() -> None: function unlink (line 90) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 91) | def uname() -> uname_result: function umount (line 105) | def umount(mount_point) -> Incomplete: function urandom (line 115) | def urandom(n) -> bytes: function chdir (line 122) | def chdir(path) -> Incomplete: function dupterm (line 128) | def dupterm( function remove (line 154) | def remove(path) -> None: function mkdir (line 160) | def mkdir(path) -> Incomplete: function getcwd (line 166) | def getcwd() -> Incomplete: function listdir (line 172) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 178) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 199) | class VfsLfs2: method rename (line 217) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 219) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 228) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 229) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 230) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 231) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 232) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 233) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 234) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 235) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 236) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 237) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 238) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 239) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 241) | class VfsFat: method rename (line 248) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 250) | def mkfs(block_dev) -> None: method mount (line 256) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 257) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 258) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 259) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 260) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 261) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 262) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 263) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 264) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 265) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 266) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/usocket.pyi function getaddrinfo (line 86) | def getaddrinfo( class socket (line 134) | class socket: method recvfrom (line 148) | def recvfrom(self, bufsize) -> Tuple: method recv (line 156) | def recv(self, bufsize) -> bytes: method makefile (line 163) | def makefile( method listen (line 185) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 194) | def settimeout(self, value) -> Incomplete: method sendall (line 229) | def sendall(self, bytes) -> int: method setsockopt (line 242) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 250) | def setblocking(self, flag) -> Incomplete: method sendto (line 262) | def sendto(self, bytes, address) -> None: method readline (line 269) | def readline(self) -> Incomplete: method readinto (line 277) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 287) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method connect (line 308) | def connect(self, address) -> None: method send (line 314) | def send(self, bytes) -> int: method bind (line 322) | def bind(self, address) -> Incomplete: method accept (line 328) | def accept(self) -> Tuple: method write (line 337) | def write(self, buf) -> int: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-stm32-pybv11-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-stm32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_22_2-stm32-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-stm32-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/asyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-stm32-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_22_2-stm32-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_22_2-stm32-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-stm32-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-stm32-stubs/lcd160cr.pyi function pack_into (line 27) | def pack_into(*args, **kwargs) -> Incomplete: ... function const (line 28) | def const(*args, **kwargs) -> Incomplete: ... function calcsize (line 29) | def calcsize(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 30) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 32) | class LCD160CR: method set_brightness (line 68) | def set_brightness(self, value) -> None: method screen_dump (line 74) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Incomplete: method screen_load (line 85) | def screen_load(self, buf) -> None: method set_orient (line 91) | def set_orient(self, orient) -> None: method set_font (line 98) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method set_i2c_addr (line 119) | def set_i2c_addr(self, addr) -> None: method rect_interior (line 126) | def rect_interior(self, x, y, w, h) -> None: method rect_no_clip (line 135) | def rect_no_clip(self, x, y, w, h) -> Incomplete: ... method save_to_flash (line 136) | def save_to_flash(self) -> Incomplete: method rect_interior_no_clip (line 143) | def rect_interior_no_clip(self, x, y, w, h) -> Incomplete: ... method rgb (line 145) | def rgb(r, g, b) -> int: method rect_outline (line 154) | def rect_outline(self, x, y, w, h) -> Incomplete: ... method rect_outline_no_clip (line 155) | def rect_outline_no_clip(self, x, y, w, h) -> Incomplete: ... method set_startup_deco (line 156) | def set_startup_deco(self, value) -> None: method set_scroll_win_param (line 163) | def set_scroll_win_param(self, win, param, value) -> Incomplete: method set_spi_win (line 174) | def set_spi_win(self, x, y, w, h) -> None: method show_framebuf (line 180) | def show_framebuf(self, buf) -> None: method set_text_color (line 192) | def set_text_color(self, fg, bg) -> None: method set_uart_baudrate (line 198) | def set_uart_baudrate(self, baudrate) -> None: method set_pen (line 204) | def set_pen(self, line, fill) -> None: method set_pos (line 210) | def set_pos(self, x, y) -> None: method set_scroll_win (line 217) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_pixel (line 235) | def set_pixel(self, x, y, c) -> None: method set_scroll_buf (line 242) | def set_scroll_buf(self, s) -> None: method set_power (line 249) | def set_power(self, on) -> None: method set_scroll (line 256) | def set_scroll(self, on) -> None: method touch_config (line 263) | def touch_config(self, calib=False, save=False, irq=None) -> None: method clip_line (line 280) | def clip_line(data, w, h) -> Incomplete: method _send (line 286) | def _send(self, *args, **kwargs) -> Incomplete: ... method _waitfor (line 287) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method erase (line 288) | def erase(self) -> Incomplete: method dot (line 294) | def dot(self, x, y) -> None: method dot_no_clip (line 300) | def dot_no_clip(self, x, y) -> Incomplete: ... method poly_line (line 301) | def poly_line(self, data) -> Incomplete: method line (line 307) | def line(self, x1, y1, x2, y2) -> None: method _fcmd2b (line 313) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 314) | def write(self, s) -> None: method _fcmd2 (line 322) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rect (line 323) | def rect(self, x, y, w, h) -> Incomplete: ... method reset (line 324) | def reset(self) -> None: method jpeg_start (line 330) | def jpeg_start(self, total_len) -> Incomplete: ... method jpeg (line 331) | def jpeg(self, buf) -> None: method jpeg_data (line 340) | def jpeg_data(self, buf) -> None: method poly_dot (line 349) | def poly_dot(self, data) -> None: method line_no_clip (line 357) | def line_no_clip(self, x1, y1, x2, y2) -> Incomplete: method oflush (line 365) | def oflush(self, *args, **kwargs) -> Incomplete: ... method fast_spi (line 366) | def fast_spi(self, flush=True) -> SPI: method get_line (line 380) | def get_line(self, x, y, buf) -> Incomplete: method is_touched (line 389) | def is_touched(self) -> bool: method feed_wdt (line 396) | def feed_wdt(self) -> Incomplete: method iflush (line 404) | def iflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 405) | def get_pixel(self, x, y) -> Incomplete: method get_touch (line 411) | def get_touch(self) -> Tuple: method __init__ (line 419) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/machine.pyi function freq (line 29) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 37) | def idle() -> Incomplete: function info (line 46) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 47) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 48) | def enable_irq(state) -> Incomplete: function disable_irq (line 56) | def disable_irq() -> Incomplete: function deepsleep (line 65) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function lightsleep (line 126) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 151) | def reset() -> NoReturn: function rng (line 158) | def rng() -> int: function reset_cause (line 166) | def reset_cause() -> int: function unique_id (line 172) | def unique_id() -> bytes: function bootloader (line 181) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 191) | def bitstream( class RTC (line 220) | class RTC: method info (line 225) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 226) | def init(self, datetime) -> None: method wakeup (line 234) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 235) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 251) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 254) | class Pin: method mode (line 358) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 367) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 368) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 377) | def low(self) -> None: method irq (line 385) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 430) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 431) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 432) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 433) | def on(self) -> None: method off (line 439) | def off(self) -> None: method init (line 445) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 455) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 456) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 457) | def value(self, x: Optional[Any] = None) -> int: method high (line 491) | def high(self) -> None: method gpio (line 499) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 501) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 503) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 505) | class cpu: method __init__ (line 553) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 556) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 558) | class board: method __init__ (line 608) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 610) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 611) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 619) | class SPI: method deinit (line 633) | def deinit(self) -> None: method init (line 639) | def init( method write_readinto (line 665) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 676) | def read(self, nbytes, write=0x00) -> bytes: method write (line 684) | def write(self, buf) -> int: method readinto (line 693) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 703) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 707) | class ADC: method read_u16 (line 727) | def read_u16(self) -> int: method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 737) | class I2S: method shift (line 768) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 776) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 782) | def irq(self, handler) -> Incomplete: method readinto (line 790) | def readinto(self, buf) -> int: method deinit (line 799) | def deinit(self) -> Incomplete: method write (line 805) | def write(self, buf) -> int: method __init__ (line 814) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 816) | class I2C: method readfrom_mem_into (line 834) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 846) | def readfrom_into( method readfrom_mem (line 861) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 870) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 881) | def scan(self) -> List: method writeto (line 889) | def writeto( method writevto (line 904) | def writevto( method start (line 925) | def start(self) -> None: method readfrom (line 931) | def readfrom( method readinto (line 944) | def readinto( method init (line 958) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 972) | def stop(self) -> None: method write (line 978) | def write(self, buf) -> int: method __init__ (line 986) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 988) | class WDT: method feed (line 997) | def feed(self) -> None: method __init__ (line 1005) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1007) | class Timer: method init (line 1018) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1058) | def deinit(self) -> None: method __init__ (line 1064) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1066) | class SoftSPI(SPI): method deinit (line 1075) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1076) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1077) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1078) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1079) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1080) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1081) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1083) | class UART: method init (line 1091) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1145) | def flush(self) -> Incomplete: method irq (line 1160) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1187) | def txdone(self) -> bool: method sendbreak (line 1202) | def sendbreak(self) -> None: method readchar (line 1209) | def readchar(self, *args, **kwargs) -> Incomplete: ... method writechar (line 1210) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 1211) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1222) | def deinit(self) -> None: method any (line 1232) | def any(self) -> int: method write (line 1247) | def write(self, buf) -> Union[int, None]: method readinto (line 1255) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1266) | def readline(self) -> Union[str, None]: method __init__ (line 1275) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1280) | class SoftI2C(I2C): method readfrom_mem_into (line 1293) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1294) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1295) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1296) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1297) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1298) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1299) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1300) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1301) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1302) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1303) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1304) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1305) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1306) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1308) | class Signal(Pin): method off (line 1329) | def off(self) -> None: method on (line 1335) | def on(self) -> None: method value (line 1341) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1361) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_22_2-stm32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_22_2-stm32-stubs/network.pyi function hostname (line 52) | def hostname(*args, **kwargs) -> Incomplete: ... function route (line 53) | def route(*args, **kwargs) -> Incomplete: ... function country (line 54) | def country(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-stm32-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/os.pyi function statvfs (line 25) | def statvfs(path) -> Tuple: function stat (line 48) | def stat(path) -> Incomplete: function rmdir (line 54) | def rmdir(path) -> None: function rename (line 60) | def rename(old_path, new_path) -> None: function mount (line 66) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 84) | def sync() -> None: function unlink (line 90) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 91) | def uname() -> uname_result: function umount (line 105) | def umount(mount_point) -> Incomplete: function urandom (line 115) | def urandom(n) -> bytes: function chdir (line 122) | def chdir(path) -> Incomplete: function dupterm (line 128) | def dupterm( function remove (line 154) | def remove(path) -> None: function mkdir (line 160) | def mkdir(path) -> Incomplete: function getcwd (line 166) | def getcwd() -> Incomplete: function listdir (line 172) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 178) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 199) | class VfsLfs2: method rename (line 217) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 219) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 228) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 229) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 230) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 231) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 232) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 233) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 234) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 235) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 236) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 237) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 238) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 239) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 241) | class VfsFat: method rename (line 248) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 250) | def mkfs(block_dev) -> None: method mount (line 256) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 257) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 258) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 259) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 260) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 261) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 262) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 263) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 264) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 265) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 266) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-stm32-stubs/pyb.pyi function hard_reset (line 21) | def hard_reset() -> NoReturn: function have_cdc (line 28) | def have_cdc() -> bool: function hid (line 36) | def hid(hidtuple: Tuple) -> Incomplete: function info (line 45) | def info(dump_alloc_table: Optional[Any] = None) -> None: function wfi (line 51) | def wfi() -> None: function elapsed_micros (line 63) | def elapsed_micros(start) -> int: function freq (line 79) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function disable_irq (line 119) | def disable_irq() -> Incomplete: function fault_debug (line 128) | def fault_debug(value) -> None: function elapsed_millis (line 143) | def elapsed_millis(start) -> int: function enable_irq (line 158) | def enable_irq(state=True) -> None: function sync (line 168) | def sync() -> None: function servo (line 174) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 175) | def standby() -> Incomplete: function usb_mode (line 188) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function udelay (line 229) | def udelay(us) -> None: function unique_id (line 235) | def unique_id() -> str: function micros (line 241) | def micros() -> int: function mount (line 255) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function rng (line 290) | def rng() -> int: function millis (line 296) | def millis() -> int: function repl_uart (line 310) | def repl_uart(uart) -> UART: function pwm (line 316) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 317) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 318) | def stop() -> Incomplete: function delay (line 330) | def delay(ms) -> None: function main (line 336) | def main(filename) -> None: function bootloader (line 345) | def bootloader() -> None: function country (line 351) | def country(*args, **kwargs) -> Incomplete: ... class DAC (line 353) | class DAC: method noise (line 380) | def noise(self, freq) -> None: method write_timed (line 387) | def write_timed(self, data, freq, *, mode=NORMAL) -> Incomplete: method triangle (line 409) | def triangle(self, freq) -> None: method write (line 417) | def write(self, value) -> Incomplete: method init (line 425) | def init(self, bits=8, *, buffering=None) -> Incomplete: method deinit (line 433) | def deinit(self) -> Incomplete: method __init__ (line 439) | def __init__(self, *argv, **kwargs) -> None: ... class ExtInt (line 441) | class ExtInt: method line (line 465) | def line(self) -> int: method regs (line 472) | def regs(cls) -> Incomplete: method swint (line 478) | def swint(self) -> Incomplete: method enable (line 484) | def enable(self) -> None: method disable (line 490) | def disable(self) -> None: method __init__ (line 497) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 499) | class Flash: method readblocks (line 510) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 511) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 512) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 520) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 522) | class I2C: method scan (line 548) | def scan(self) -> List: method mem_read (line 555) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 570) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 585) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method is_ready (line 599) | def is_ready(self, addr) -> Incomplete: method send (line 605) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 617) | def deinit(self) -> None: method init (line 623) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: ... class LCD (line 643) | class LCD: method fill (line 649) | def fill(self, colour) -> None: method light (line 657) | def light(self, value) -> None: method pixel (line 663) | def pixel(self, x, y, colour) -> None: method show (line 671) | def show(self) -> None: method text (line 677) | def text(self, str, x, y, colour) -> None: method contrast (line 685) | def contrast(self, value) -> None: method get (line 691) | def get(self, x, y) -> int: method write (line 699) | def write(self, str) -> None: method command (line 705) | def command(self, instr_data, buf) -> None: method __init__ (line 713) | def __init__(self, *argv, **kwargs) -> None: ... class CAN (line 715) | class CAN: method restart (line 742) | def restart(self) -> Incomplete: method recv (line 755) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method init (line 791) | def init( method rxcallback (line 865) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 901) | def setfilter(self, bank, mode, fifo, params, *, rtr=None, extframe=Fa... method state (line 958) | def state(self) -> Incomplete: method send (line 974) | def send(self, data, id, *, timeout=0, rtr=False, extframe=False, fdf=... method any (line 1003) | def any(self, fifo) -> bool: method info (line 1009) | def info(self, list: Optional[Any] = None) -> Incomplete: method clearfilter (line 1033) | def clearfilter(self, bank, extframe=False) -> None: method deinit (line 1043) | def deinit(self) -> None: method __init__ (line 1049) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 1051) | class ADC: method read_timed (line 1057) | def read_timed(self, buf, timer) -> Incomplete: method read_timed_multi (line 1095) | def read_timed_multi(self, adcs, bufs, timer) -> bool: method read (line 1148) | def read(self) -> Incomplete: method __init__ (line 1155) | def __init__(self, *argv, **kwargs) -> None: ... class ADCAll (line 1157) | class ADCAll: method read_core_vbat (line 1158) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 1159) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 1160) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 1161) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 1162) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1163) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 1165) | class Accel: method x (line 1170) | def x(self) -> Incomplete: method tilt (line 1176) | def tilt(self) -> Incomplete: method y (line 1182) | def y(self) -> Incomplete: method z (line 1188) | def z(self) -> Incomplete: method read (line 1194) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 1195) | def filtered_xyz(self) -> Tuple: method write (line 1206) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1207) | def __init__(self, *argv, **kwargs) -> None: ... class USB_VCP (line 1209) | class USB_VCP: method readlines (line 1218) | def readlines(self) -> List: method recv (line 1228) | def recv(self, data, *, timeout=5000) -> int: method isconnected (line 1241) | def isconnected(self) -> bool: method init (line 1247) | def init(self, *, flow=-1) -> None: method irq (line 1255) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 1267) | def setinterrupt(self, chr) -> None: method close (line 1278) | def close(self) -> Incomplete: method read (line 1285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1296) | def any(self) -> bool: method write (line 1302) | def write(self, buf) -> int: method send (line 1310) | def send(self, data, *, timeout=5000) -> int: method readinto (line 1321) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1333) | def readline(self) -> bytes: method __init__ (line 1342) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1344) | class Timer: method freq (line 1374) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 1380) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1437) | def period(self, value: Optional[Any] = None) -> Incomplete: method prescaler (line 1443) | def prescaler(self, value: Optional[Any] = None) -> Incomplete: method source_freq (line 1449) | def source_freq(self) -> Incomplete: method deinit (line 1455) | def deinit(self) -> None: method callback (line 1466) | def callback(self, fun) -> None: method channel (line 1474) | def channel(self, channel, mode, pin=None, *args) -> Incomplete: method counter (line 1561) | def counter(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 1567) | def __init__(self, *argv, **kwargs) -> None: ... class Switch (line 1569) | class Switch(Pin): method callback (line 1574) | def callback(self, fun) -> None: method value (line 1581) | def value(self) -> bool: method __init__ (line 1587) | def __init__(self, *argv, **kwargs) -> None: ... class Servo (line 1589) | class Servo: method speed (line 1594) | def speed(self, speed: Optional[Any] = None, time=0) -> Incomplete: method pulse_width (line 1606) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method calibration (line 1615) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method angle (line 1630) | def angle(self, angle: Optional[Any] = None, time=0) -> Incomplete: method __init__ (line 1643) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1645) | class UART: method init (line 1684) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method flush (line 1710) | def flush(self, *args, **kwargs) -> Incomplete: ... method irq (line 1711) | def irq(self, *args, **kwargs) -> Incomplete: ... method txdone (line 1712) | def txdone(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 1713) | def sendbreak(self) -> None: method readchar (line 1721) | def readchar(self) -> int: method writechar (line 1729) | def writechar(self, char) -> None: method read (line 1736) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1753) | def deinit(self) -> None: method any (line 1759) | def any(self) -> int: method write (line 1765) | def write(self, buf) -> int: method readinto (line 1777) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1787) | def readline(self) -> None: method __init__ (line 1797) | def __init__(self, *argv, **kwargs) -> None: ... class USB_HID (line 1799) | class USB_HID: method recv (line 1804) | def recv(self, data, *, timeout=5000) -> int: method send (line 1817) | def send(self, data) -> None: method __init__ (line 1826) | def __init__(self, *argv, **kwargs) -> None: ... class LED (line 1828) | class LED: method toggle (line 1835) | def toggle(self) -> Incomplete: method on (line 1842) | def on(self) -> None: method off (line 1848) | def off(self) -> None: method intensity (line 1854) | def intensity(self, value: Optional[Any] = None) -> None: method __init__ (line 1868) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1870) | class RTC: method info (line 1875) | def info(self) -> Incomplete: method init (line 1886) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 1887) | def wakeup(self, timeout, callback=None) -> None: method datetime (line 1900) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 1918) | def calibration(self, cal) -> int: method __init__ (line 1936) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 1938) | class Pin: method mode (line 1984) | def mode(self) -> Incomplete: method name (line 1992) | def name(self) -> str: method pull (line 1998) | def pull(self) -> Incomplete: method low (line 2006) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 2007) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 2008) | def pin(self) -> int: method port (line 2014) | def port(self) -> Incomplete: method names (line 2020) | def names(self) -> str: method on (line 2026) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 2027) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 2028) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method af_list (line 2062) | def af_list(self) -> List: method af (line 2068) | def af(self) -> Incomplete: method value (line 2076) | def value(self, value: Optional[Any] = None) -> int: method high (line 2087) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 2088) | def gpio(self) -> int: method dict (line 2096) | def dict(cls, *args, **kwargs) -> Incomplete: method debug (line 2104) | def debug(cls, *args, **kwargs) -> bool: class cpu (line 2110) | class cpu: method __init__ (line 2158) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 2162) | def mapper(cls, *args, **kwargs) -> Incomplete: class board (line 2168) | class board: method __init__ (line 2218) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2220) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 2221) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 2229) | class SPI: method deinit (line 2252) | def deinit(self) -> None: method send_recv (line 2258) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method recv (line 2272) | def recv(self, recv, *, timeout=5000) -> bytes: method init (line 2285) | def init(self, mode, baudrate=328125, *, prescaler=-1, polarity=1, pha... method write_readinto (line 2313) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 2314) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 2315) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2316) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 2317) | def send(self, send, *, timeout=5000) -> None: method __init__ (line 2328) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 2332) | class SDCard: method writeblocks (line 2333) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 2334) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 2335) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2336) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 2337) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 2338) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2339) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 2340) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2341) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-stm32-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function post (line 11) | def post(*args, **kwargs) -> Incomplete: ... function put (line 12) | def put(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 14) | def delete(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-stm32-stubs/socket.pyi function getaddrinfo (line 86) | def getaddrinfo( class socket (line 134) | class socket: method recvfrom (line 148) | def recvfrom(self, bufsize) -> Tuple: method recv (line 156) | def recv(self, bufsize) -> bytes: method makefile (line 163) | def makefile( method listen (line 185) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 194) | def settimeout(self, value) -> Incomplete: method sendall (line 229) | def sendall(self, bytes) -> int: method setsockopt (line 242) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 250) | def setblocking(self, flag) -> Incomplete: method sendto (line 262) | def sendto(self, bytes, address) -> None: method readline (line 269) | def readline(self) -> Incomplete: method readinto (line 277) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 287) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method connect (line 308) | def connect(self, address) -> None: method send (line 314) | def send(self, bytes) -> int: method bind (line 322) | def bind(self, address) -> Incomplete: method accept (line 328) | def accept(self) -> Tuple: method write (line 337) | def write(self, buf) -> int: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/struct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-stm32-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-stm32-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_22_2-stm32-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function wait_for_ms (line 68) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function new_event_loop (line 76) | def new_event_loop() -> Incomplete: function ticks (line 85) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 86) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 87) | def run(coro) -> Incomplete: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 96) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 97) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 122) | class Event: method set (line 128) | def set(self) -> None: method is_set (line 137) | def is_set(self) -> bool: method clear (line 143) | def clear(self) -> None: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 151) | class Loop: method get_exception_handler (line 157) | def get_exception_handler(self) -> None: method default_exception_handler (line 164) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 170) | def set_exception_handler(self, handler) -> None: method run_forever (line 177) | def run_forever(self) -> Incomplete: method run_until_complete (line 183) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 190) | def stop(self) -> None: method close (line 196) | def close(self) -> None: method create_task (line 202) | def create_task(self, coro) -> Task: method call_exception_handler (line 208) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 217) | class Task: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 230) | class CancelledError(Exception): ... class ThreadSafeFlag (line 234) | class ThreadSafeFlag: method set (line 242) | def set(self) -> None: method ioctl (line 249) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 250) | def clear(self) -> None: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 259) | class StreamWriter: method write (line 260) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 261) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 262) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 275) | class StreamReader: method write (line 276) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 277) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 278) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 291) | class SingletonGenerator: method __init__ (line 292) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 296) | class TimeoutError(Exception): ... class IOQueue (line 298) | class IOQueue: method queue_read (line 299) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 300) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 301) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 302) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 303) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 304) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 305) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 307) | class Lock: method locked (line 315) | def locked(self) -> bool: method release (line 321) | def release(self) -> Incomplete: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/uasyncio/core.pyi function create_task (line 13) | def create_task(*args, **kwargs) -> Incomplete: ... function current_task (line 14) | def current_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 17) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 19) | def run(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class IOQueue (line 28) | class IOQueue: method queue_read (line 29) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 30) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 32) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 33) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 34) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 37) | class CancelledError(Exception): ... class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 49) | class SingletonGenerator: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 54) | class TimeoutError(Exception): ... class Loop (line 59) | class Loop: method get_exception_handler (line 60) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 62) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 63) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 64) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 66) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 68) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_22_2-stm32-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_22_2-stm32-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_22_2-stm32-stubs/umachine.pyi function freq (line 29) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 37) | def idle() -> Incomplete: function info (line 46) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 47) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 48) | def enable_irq(state) -> Incomplete: function disable_irq (line 56) | def disable_irq() -> Incomplete: function deepsleep (line 65) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function lightsleep (line 126) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 151) | def reset() -> NoReturn: function rng (line 158) | def rng() -> int: function reset_cause (line 166) | def reset_cause() -> int: function unique_id (line 172) | def unique_id() -> bytes: function bootloader (line 181) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 191) | def bitstream( class RTC (line 220) | class RTC: method info (line 225) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 226) | def init(self, datetime) -> None: method wakeup (line 234) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 235) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 251) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 254) | class Pin: method mode (line 358) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 367) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 368) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 377) | def low(self) -> None: method irq (line 385) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 430) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 431) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 432) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 433) | def on(self) -> None: method off (line 439) | def off(self) -> None: method init (line 445) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 455) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 456) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 457) | def value(self, x: Optional[Any] = None) -> int: method high (line 491) | def high(self) -> None: method gpio (line 499) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 501) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 503) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 505) | class cpu: method __init__ (line 553) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 556) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 558) | class board: method __init__ (line 608) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 610) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 611) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 619) | class SPI: method deinit (line 633) | def deinit(self) -> None: method init (line 639) | def init( method write_readinto (line 665) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 676) | def read(self, nbytes, write=0x00) -> bytes: method write (line 684) | def write(self, buf) -> int: method readinto (line 693) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 703) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 707) | class ADC: method read_u16 (line 727) | def read_u16(self) -> int: method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 737) | class I2S: method shift (line 768) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 776) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 782) | def irq(self, handler) -> Incomplete: method readinto (line 790) | def readinto(self, buf) -> int: method deinit (line 799) | def deinit(self) -> Incomplete: method write (line 805) | def write(self, buf) -> int: method __init__ (line 814) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 816) | class I2C: method readfrom_mem_into (line 834) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 846) | def readfrom_into( method readfrom_mem (line 861) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 870) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 881) | def scan(self) -> List: method writeto (line 889) | def writeto( method writevto (line 904) | def writevto( method start (line 925) | def start(self) -> None: method readfrom (line 931) | def readfrom( method readinto (line 944) | def readinto( method init (line 958) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 972) | def stop(self) -> None: method write (line 978) | def write(self, buf) -> int: method __init__ (line 986) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 988) | class WDT: method feed (line 997) | def feed(self) -> None: method __init__ (line 1005) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1007) | class Timer: method init (line 1018) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1058) | def deinit(self) -> None: method __init__ (line 1064) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1066) | class SoftSPI(SPI): method deinit (line 1075) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1076) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1077) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1078) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1079) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1080) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1081) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1083) | class UART: method init (line 1091) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1145) | def flush(self) -> Incomplete: method irq (line 1160) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1187) | def txdone(self) -> bool: method sendbreak (line 1202) | def sendbreak(self) -> None: method readchar (line 1209) | def readchar(self, *args, **kwargs) -> Incomplete: ... method writechar (line 1210) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 1211) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1222) | def deinit(self) -> None: method any (line 1232) | def any(self) -> int: method write (line 1247) | def write(self, buf) -> Union[int, None]: method readinto (line 1255) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1266) | def readline(self) -> Union[str, None]: method __init__ (line 1275) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1280) | class SoftI2C(I2C): method readfrom_mem_into (line 1293) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1294) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1295) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1296) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1297) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1298) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1299) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1300) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1301) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1302) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1303) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1304) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1305) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1306) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1308) | class Signal(Pin): method off (line 1329) | def off(self) -> None: method on (line 1335) | def on(self) -> None: method value (line 1341) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1361) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/uos.pyi function statvfs (line 25) | def statvfs(path) -> Tuple: function stat (line 48) | def stat(path) -> Incomplete: function rmdir (line 54) | def rmdir(path) -> None: function rename (line 60) | def rename(old_path, new_path) -> None: function mount (line 66) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 84) | def sync() -> None: function unlink (line 90) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 91) | def uname() -> uname_result: function umount (line 105) | def umount(mount_point) -> Incomplete: function urandom (line 115) | def urandom(n) -> bytes: function chdir (line 122) | def chdir(path) -> Incomplete: function dupterm (line 128) | def dupterm( function remove (line 154) | def remove(path) -> None: function mkdir (line 160) | def mkdir(path) -> Incomplete: function getcwd (line 166) | def getcwd() -> Incomplete: function listdir (line 172) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 178) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 199) | class VfsLfs2: method rename (line 217) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 219) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 228) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 229) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 230) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 231) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 232) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 233) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 234) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 235) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 236) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 237) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 238) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 239) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 241) | class VfsFat: method rename (line 248) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 250) | def mkfs(block_dev) -> None: method mount (line 256) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 257) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 258) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 259) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 260) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 261) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 262) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 263) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 264) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 265) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 266) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_22_2-stm32-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_22_2-stm32-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_22_2-stm32-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_22_2-stm32-stubs/usocket.pyi function getaddrinfo (line 86) | def getaddrinfo( class socket (line 134) | class socket: method recvfrom (line 148) | def recvfrom(self, bufsize) -> Tuple: method recv (line 156) | def recv(self, bufsize) -> bytes: method makefile (line 163) | def makefile( method listen (line 185) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 194) | def settimeout(self, value) -> Incomplete: method sendall (line 229) | def sendall(self, bytes) -> int: method setsockopt (line 242) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 250) | def setblocking(self, flag) -> Incomplete: method sendto (line 262) | def sendto(self, bytes, address) -> None: method readline (line 269) | def readline(self) -> Incomplete: method readinto (line 277) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 287) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method connect (line 308) | def connect(self, address) -> None: method send (line 314) | def send(self, bytes) -> int: method bind (line 322) | def bind(self, address) -> Incomplete: method accept (line 328) | def accept(self) -> Tuple: method write (line 337) | def write(self, buf) -> int: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_22_2-stm32-stubs/ustruct.pyi function pack_into (line 66) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 81) | def unpack_from( function pack (line 93) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 100) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_22_2-stm32-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_22_2-stm32-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/_espnow.pyi class ESPNowBase (line 23) | class ESPNowBase: method irq (line 24) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 25) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 27) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 28) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 29) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 30) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 31) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 32) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 33) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 34) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 35) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 36) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 37) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/aioespnow.pyi class AIOESPNow (line 11) | class AIOESPNow: method peer_count (line 14) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recv (line 15) | def recv(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 16) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method irecv (line 17) | def irecv(self, *args, **kwargs) -> Incomplete: ... method stats (line 18) | def stats(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 19) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 20) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method any (line 21) | def any(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 22) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 23) | def active(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method config (line 25) | def config(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method irq (line 29) | def irq(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/apa106.pyi class NeoPixel (line 10) | class NeoPixel: method write (line 12) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 13) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class APA106 (line 16) | class APA106: method write (line 18) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 19) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/asyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function current_task (line 56) | def current_task() -> Task: function ticks_diff (line 62) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 63) | def ticks_add(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 64) | def get_event_loop() -> Incomplete: function ticks (line 70) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 71) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 72) | def new_event_loop() -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep (line 89) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 97) | def run(coro) -> Incomplete: function sleep_ms (line 105) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 115) | class TaskQueue: method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 117) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 118) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 124) | class CancelledError(Exception): ... class Task (line 130) | class Task: method __init__ (line 139) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 165) | class Loop: method get_exception_handler (line 171) | def get_exception_handler(self) -> None: method default_exception_handler (line 178) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 184) | def set_exception_handler(self, handler) -> None: method run_forever (line 191) | def run_forever(self) -> Incomplete: method run_until_complete (line 197) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 204) | def stop(self) -> None: method close (line 210) | def close(self) -> None: method create_task (line 216) | def create_task(self, coro) -> Task: method call_exception_handler (line 222) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 229) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 231) | class IOQueue: method queue_read (line 232) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 233) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 234) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 235) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 236) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 237) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 240) | class Event: method set (line 246) | def set(self) -> None: method is_set (line 255) | def is_set(self) -> bool: method clear (line 261) | def clear(self) -> None: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 269) | class ThreadSafeFlag: method set (line 276) | def set(self) -> None: method ioctl (line 283) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 284) | def clear(self) -> None: method __init__ (line 291) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 293) | class TimeoutError(Exception): ... class SingletonGenerator (line 295) | class SingletonGenerator: method __init__ (line 296) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 298) | class StreamWriter: method write (line 299) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 300) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 301) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 312) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 314) | class StreamReader: method write (line 315) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 316) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 317) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/asyncio/core.pyi function _promote_to_task (line 13) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks (line 14) | def ticks(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 15) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 16) | def ticks_add(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 17) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function create_task (line 19) | def create_task(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 20) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function current_task (line 21) | def current_task(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 23) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 24) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class CancelledError (line 30) | class CancelledError(Exception): ... class Task (line 32) | class Task: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 35) | class TaskQueue: method push (line 36) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 37) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 38) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 39) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 42) | class Loop: method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 45) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 46) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 47) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 49) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 50) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 51) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 56) | class SingletonGenerator: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 59) | class IOQueue: method queue_read (line 60) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 61) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 62) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 63) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 64) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 65) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 71) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/esp.pyi function osdebug (line 27) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 67) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 68) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 69) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 70) | def flash_user_start() -> Incomplete: function flash_erase (line 76) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 77) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 78) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/esp32.pyi function raw_temperature (line 24) | def raw_temperature() -> int: function idf_heap_info (line 30) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_touch (line 68) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 75) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 83) | def wake_on_ext1(pins, level) -> None: function wake_on_ulp (line 91) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 98) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 105) | class ULP: method run (line 111) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 117) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 123) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 131) | class NVS: method get_i32 (line 137) | def get_i32(self, key) -> int: method set_i32 (line 144) | def set_i32(self, key, value) -> None: method set_blob (line 150) | def set_blob(self, key, value) -> None: method commit (line 159) | def commit(self) -> Incomplete: method get_blob (line 165) | def get_blob(self, key, buffer) -> int: method erase_key (line 173) | def erase_key(self, key) -> Incomplete: method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 181) | class Partition: method readblocks (line 192) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 193) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 201) | def set_boot(self) -> None: method writeblocks (line 212) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 213) | def info(self) -> Tuple: method find (line 220) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 231) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 241) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 254) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 256) | class RMT: method source_freq (line 275) | def source_freq(cls) -> Incomplete: method loop (line 282) | def loop(self, enable_loop) -> None: method wait_done (line 291) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 300) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 331) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 345) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 346) | def clock_div(self) -> Incomplete: method __init__ (line 353) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/espnow.pyi class ESPNow (line 23) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 35) | def peer_count(self) -> int: method recv (line 46) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 86) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method irecv (line 95) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method stats (line 126) | def stats(self) -> Incomplete: method recvinto (line 143) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method set_pmk (line 178) | def set_pmk(self, pmk) -> None: method any (line 205) | def any(self) -> Incomplete: method add_peer (line 225) | def add_peer( method active (line 282) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 312) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method config (line 359) | def config(self, param) -> str: method get_peers (line 403) | def get_peers(self) -> Tuple: method get_peer (line 410) | def get_peer(self, mac) -> Incomplete: method del_peer (line 428) | def del_peer(self, mac) -> Incomplete: method irq (line 445) | def irq(self, callback) -> Incomplete: method __init__ (line 477) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 479) | class ESPNowBase: method irq (line 480) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 481) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 482) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 483) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 484) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 485) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 486) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 487) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 488) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 489) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 490) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 491) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 492) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 493) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 494) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/flashbdev.pyi class Partition (line 12) | class Partition: method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 18) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method set_boot (line 19) | def set_boot(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 20) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method find (line 22) | def find(self, *args, **kwargs) -> Incomplete: ... method get_next_update (line 23) | def get_next_update(self, *args, **kwargs) -> Incomplete: ... method mark_app_valid_cancel_rollback (line 25) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/hashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/inisetup.pyi function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 11) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/machine.pyi function deepsleep (line 37) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 62) | def soft_reset() -> NoReturn: function dht_readinto (line 70) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function reset (line 71) | def reset() -> NoReturn: function unique_id (line 78) | def unique_id() -> bytes: function time_pulse_us (line 87) | def time_pulse_us( function bitstream (line 109) | def bitstream( function idle (line 138) | def idle() -> Incomplete: function freq (line 147) | def freq(hz: Optional[Any] = None) -> Incomplete: function lightsleep (line 155) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function disable_irq (line 180) | def disable_irq() -> Incomplete: function enable_irq (line 189) | def enable_irq(state) -> Incomplete: function reset_cause (line 197) | def reset_cause() -> int: function sleep (line 203) | def sleep() -> Incomplete: function wake_reason (line 209) | def wake_reason() -> Incomplete: class PWM (line 219) | class PWM: method duty_u16 (line 238) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 250) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 257) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 268) | def deinit(self) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 284) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 285) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 287) | class UART: method deinit (line 298) | def deinit(self) -> None: method sendbreak (line 308) | def sendbreak(self) -> None: method init (line 315) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 369) | def flush(self) -> Incomplete: method txdone (line 384) | def txdone(self) -> bool: method read (line 399) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 410) | def any(self) -> int: method write (line 425) | def write(self, buf) -> Union[int, None]: method readinto (line 433) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 444) | def readline(self) -> Union[str, None]: method __init__ (line 453) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 458) | class ADCBlock: method init (line 468) | def init(self, *, bits) -> None: method connect (line 475) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 496) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 498) | class ADC: method read_u16 (line 522) | def read_u16(self) -> int: method init (line 530) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 538) | def read_uv(self) -> int: method width (line 546) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 547) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 548) | def block(self) -> Incomplete: method atten (line 558) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 559) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 561) | class I2S: method shift (line 592) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 600) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 606) | def irq(self, handler) -> Incomplete: method readinto (line 614) | def readinto(self, buf) -> int: method deinit (line 623) | def deinit(self) -> Incomplete: method write (line 629) | def write(self, buf) -> int: method __init__ (line 638) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 640) | class DAC: method write (line 641) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 642) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 644) | class I2C: method readfrom_mem_into (line 662) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 674) | def readfrom_into( method readfrom_mem (line 689) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 698) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 709) | def scan(self) -> List: method writeto (line 717) | def writeto( method writevto (line 732) | def writevto( method start (line 753) | def start(self) -> None: method readfrom (line 759) | def readfrom( method readinto (line 772) | def readinto( method init (line 786) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 800) | def stop(self) -> None: method write (line 806) | def write(self, buf) -> int: method __init__ (line 814) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 816) | class Timer: method deinit (line 827) | def deinit(self) -> None: method init (line 833) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 873) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 874) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 876) | class SoftSPI(SPI): method deinit (line 885) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 886) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 887) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 888) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 889) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 890) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 891) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 893) | class Pin: method irq (line 970) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 1015) | def on(self) -> None: method off (line 1021) | def off(self) -> None: method value (line 1027) | def value(self, x: Optional[Any] = None) -> int: method init (line 1061) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 1071) | class board: method __init__ (line 1072) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1074) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 1075) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 1083) | class TouchPad: method config (line 1084) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 1085) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1086) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 1088) | class WDT: method feed (line 1097) | def feed(self) -> None: method __init__ (line 1105) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1107) | class SDCard: method ioctl (line 1138) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1139) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1140) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1141) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1142) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1143) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1145) | class RTC: method init (line 1150) | def init(self, datetime) -> None: method memory (line 1158) | def memory(self, data: Optional[Any] = None) -> bytes: method datetime (line 1175) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1191) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1193) | class SoftI2C(I2C): method readfrom_mem_into (line 1206) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1207) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1208) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1209) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1210) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1211) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1212) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1213) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1214) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1215) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1216) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1217) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1218) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1219) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1221) | class SPI: method deinit (line 1235) | def deinit(self) -> None: method init (line 1241) | def init( method write_readinto (line 1267) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1278) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1286) | def write(self, buf) -> int: method readinto (line 1295) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1305) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1307) | class Signal(Pin): method off (line 1328) | def off(self) -> None: method on (line 1334) | def on(self) -> None: method value (line 1340) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1360) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _install_json (line 14) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 16) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _chunk (line 17) | def _chunk(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... function install (line 19) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 20) | def _check_exists(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/network.pyi function phy_mode (line 91) | def phy_mode(*args, **kwargs) -> Incomplete: ... function country (line 92) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 93) | def hostname(*args, **kwargs) -> Incomplete: ... class LAN (line 95) | class LAN: method __init__ (line 118) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 119) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 127) | def isconnected(self) -> bool: method status (line 134) | def status(self) -> Incomplete: method ifconfig (line 140) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 152) | def config(self, config_parameters) -> Incomplete: function PPP (line 172) | def PPP(*args, **kwargs) -> Incomplete: ... class WLAN (line 174) | class WLAN: method status (line 198) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 217) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 228) | def isconnected(self) -> bool: method scan (line 236) | def scan(self) -> List[Tuple]: method disconnect (line 265) | def disconnect(self) -> None: method active (line 271) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 279) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 314) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 323) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 54) | def uname() -> uname_result: function unlink (line 68) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 69) | def statvfs(path) -> Tuple: function umount (line 92) | def umount(mount_point) -> Incomplete: function sync (line 98) | def sync() -> None: function mkdir (line 104) | def mkdir(path) -> Incomplete: function dupterm (line 110) | def dupterm( function chdir (line 136) | def chdir(path) -> Incomplete: function remove (line 142) | def remove(path) -> None: function dupterm_notify (line 148) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsFat (line 182) | class VfsFat: method rename (line 187) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 188) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 189) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 190) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 191) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 192) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 193) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 194) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 195) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 196) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 197) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 198) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 199) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 202) | class VfsLfs2: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 208) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 209) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 210) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 211) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 212) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 213) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 214) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 215) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 216) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 217) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 218) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/socket.pyi function getaddrinfo (line 89) | def getaddrinfo( class socket (line 137) | class socket: method recvfrom (line 151) | def recvfrom(self, bufsize) -> Tuple: method recv (line 159) | def recv(self, bufsize) -> bytes: method makefile (line 166) | def makefile( method listen (line 188) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 197) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 198) | def sendall(self, bytes) -> int: method setsockopt (line 211) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 219) | def setblocking(self, flag) -> Incomplete: method sendto (line 231) | def sendto(self, bytes, address) -> None: method settimeout (line 238) | def settimeout(self, value) -> Incomplete: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/ssl.pyi function wrap_socket (line 30) | def wrap_socket(sock, server_side=False, key=None, cert=None, cert_reqs=... class SSLContext (line 50) | class SSLContext: method load_verify_locations (line 56) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method wrap_socket (line 64) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 89) | def load_cert_chain(self, certfile, keyfile) -> None: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/struct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/uasyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function current_task (line 56) | def current_task() -> Task: function ticks_diff (line 62) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 63) | def ticks_add(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 64) | def get_event_loop() -> Incomplete: function ticks (line 70) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 71) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 72) | def new_event_loop() -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep (line 89) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 97) | def run(coro) -> Incomplete: function sleep_ms (line 105) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 115) | class TaskQueue: method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 117) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 118) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 124) | class CancelledError(Exception): ... class Task (line 130) | class Task: method __init__ (line 139) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 165) | class Loop: method get_exception_handler (line 171) | def get_exception_handler(self) -> None: method default_exception_handler (line 178) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 184) | def set_exception_handler(self, handler) -> None: method run_forever (line 191) | def run_forever(self) -> Incomplete: method run_until_complete (line 197) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 204) | def stop(self) -> None: method close (line 210) | def close(self) -> None: method create_task (line 216) | def create_task(self, coro) -> Task: method call_exception_handler (line 222) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 229) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 231) | class IOQueue: method queue_read (line 232) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 233) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 234) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 235) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 236) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 237) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 240) | class Event: method set (line 246) | def set(self) -> None: method is_set (line 255) | def is_set(self) -> bool: method clear (line 261) | def clear(self) -> None: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 269) | class ThreadSafeFlag: method set (line 276) | def set(self) -> None: method ioctl (line 283) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 284) | def clear(self) -> None: method __init__ (line 291) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 293) | class TimeoutError(Exception): ... class SingletonGenerator (line 295) | class SingletonGenerator: method __init__ (line 296) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 298) | class StreamWriter: method write (line 299) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 300) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 301) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 312) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 314) | class StreamReader: method write (line 315) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 316) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 317) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/uasyncio/core.pyi function _promote_to_task (line 13) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks (line 14) | def ticks(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 15) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 16) | def ticks_add(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 17) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function create_task (line 19) | def create_task(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 20) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function current_task (line 21) | def current_task(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 23) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 24) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class CancelledError (line 30) | class CancelledError(Exception): ... class Task (line 32) | class Task: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 35) | class TaskQueue: method push (line 36) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 37) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 38) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 39) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 42) | class Loop: method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 45) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 46) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 47) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 49) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 50) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 51) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 56) | class SingletonGenerator: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 59) | class IOQueue: method queue_read (line 60) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 61) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 62) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 63) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 64) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 65) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 71) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/uhashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/umachine.pyi function deepsleep (line 37) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 62) | def soft_reset() -> NoReturn: function dht_readinto (line 70) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function reset (line 71) | def reset() -> NoReturn: function unique_id (line 78) | def unique_id() -> bytes: function time_pulse_us (line 87) | def time_pulse_us( function bitstream (line 109) | def bitstream( function idle (line 138) | def idle() -> Incomplete: function freq (line 147) | def freq(hz: Optional[Any] = None) -> Incomplete: function lightsleep (line 155) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function disable_irq (line 180) | def disable_irq() -> Incomplete: function enable_irq (line 189) | def enable_irq(state) -> Incomplete: function reset_cause (line 197) | def reset_cause() -> int: function sleep (line 203) | def sleep() -> Incomplete: function wake_reason (line 209) | def wake_reason() -> Incomplete: class PWM (line 219) | class PWM: method duty_u16 (line 238) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 250) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 257) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 268) | def deinit(self) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 284) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 285) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 287) | class UART: method deinit (line 298) | def deinit(self) -> None: method sendbreak (line 308) | def sendbreak(self) -> None: method init (line 315) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 369) | def flush(self) -> Incomplete: method txdone (line 384) | def txdone(self) -> bool: method read (line 399) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 410) | def any(self) -> int: method write (line 425) | def write(self, buf) -> Union[int, None]: method readinto (line 433) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 444) | def readline(self) -> Union[str, None]: method __init__ (line 453) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 458) | class ADCBlock: method init (line 468) | def init(self, *, bits) -> None: method connect (line 475) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 496) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 498) | class ADC: method read_u16 (line 522) | def read_u16(self) -> int: method init (line 530) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 538) | def read_uv(self) -> int: method width (line 546) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 547) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 548) | def block(self) -> Incomplete: method atten (line 558) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 559) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 561) | class I2S: method shift (line 592) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 600) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 606) | def irq(self, handler) -> Incomplete: method readinto (line 614) | def readinto(self, buf) -> int: method deinit (line 623) | def deinit(self) -> Incomplete: method write (line 629) | def write(self, buf) -> int: method __init__ (line 638) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 640) | class DAC: method write (line 641) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 642) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 644) | class I2C: method readfrom_mem_into (line 662) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 674) | def readfrom_into( method readfrom_mem (line 689) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 698) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 709) | def scan(self) -> List: method writeto (line 717) | def writeto( method writevto (line 732) | def writevto( method start (line 753) | def start(self) -> None: method readfrom (line 759) | def readfrom( method readinto (line 772) | def readinto( method init (line 786) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 800) | def stop(self) -> None: method write (line 806) | def write(self, buf) -> int: method __init__ (line 814) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 816) | class Timer: method deinit (line 827) | def deinit(self) -> None: method init (line 833) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 873) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 874) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 876) | class SoftSPI(SPI): method deinit (line 885) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 886) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 887) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 888) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 889) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 890) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 891) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 893) | class Pin: method irq (line 970) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 1015) | def on(self) -> None: method off (line 1021) | def off(self) -> None: method value (line 1027) | def value(self, x: Optional[Any] = None) -> int: method init (line 1061) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 1071) | class board: method __init__ (line 1072) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1074) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 1075) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 1083) | class TouchPad: method config (line 1084) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 1085) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1086) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 1088) | class WDT: method feed (line 1097) | def feed(self) -> None: method __init__ (line 1105) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1107) | class SDCard: method ioctl (line 1138) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1139) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1140) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1141) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1142) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1143) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1145) | class RTC: method init (line 1150) | def init(self, datetime) -> None: method memory (line 1158) | def memory(self, data: Optional[Any] = None) -> bytes: method datetime (line 1175) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1191) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1193) | class SoftI2C(I2C): method readfrom_mem_into (line 1206) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1207) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1208) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1209) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1210) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1211) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1212) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1213) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1214) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1215) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1216) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1217) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1218) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1219) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1221) | class SPI: method deinit (line 1235) | def deinit(self) -> None: method init (line 1241) | def init( method write_readinto (line 1267) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1278) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1286) | def write(self, buf) -> int: method readinto (line 1295) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1305) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1307) | class Signal(Pin): method off (line 1328) | def off(self) -> None: method on (line 1334) | def on(self) -> None: method value (line 1340) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1360) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 18) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 19) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 20) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 21) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 22) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 23) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 24) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 26) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 19) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 25) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 54) | def uname() -> uname_result: function unlink (line 68) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 69) | def statvfs(path) -> Tuple: function umount (line 92) | def umount(mount_point) -> Incomplete: function sync (line 98) | def sync() -> None: function mkdir (line 104) | def mkdir(path) -> Incomplete: function dupterm (line 110) | def dupterm( function chdir (line 136) | def chdir(path) -> Incomplete: function remove (line 142) | def remove(path) -> None: function dupterm_notify (line 148) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsFat (line 182) | class VfsFat: method rename (line 187) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 188) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 189) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 190) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 191) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 192) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 193) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 194) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 195) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 196) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 197) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 198) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 199) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 202) | class VfsLfs2: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 208) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 209) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 210) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 211) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 212) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 213) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 214) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 215) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 216) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 217) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 218) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/urequests.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/usocket.pyi function getaddrinfo (line 89) | def getaddrinfo( class socket (line 137) | class socket: method recvfrom (line 151) | def recvfrom(self, bufsize) -> Tuple: method recv (line 159) | def recv(self, bufsize) -> bytes: method makefile (line 166) | def makefile( method listen (line 188) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 197) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 198) | def sendall(self, bytes) -> int: method setsockopt (line 211) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 219) | def setblocking(self, flag) -> Incomplete: method sendto (line 231) | def sendto(self, bytes, address) -> None: method settimeout (line 238) | def settimeout(self, value) -> Incomplete: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/ustruct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/vfs.pyi function umount (line 30) | def umount(mount_point) -> Incomplete: function mount (line 40) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: class VfsLfs2 (line 58) | class VfsLfs2: method rename (line 76) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 78) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 87) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 88) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 89) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 90) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 91) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 92) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 93) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 94) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 95) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 96) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 97) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 100) | class VfsFat: method rename (line 107) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 109) | def mkfs(block_dev) -> None: method mount (line 115) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 116) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 117) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 118) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 119) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 121) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 122) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 123) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 124) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 125) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/_espnow.pyi class ESPNowBase (line 23) | class ESPNowBase: method irq (line 24) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 25) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 27) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 28) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 29) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 30) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 31) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 32) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 33) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 34) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 35) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 36) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 37) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/aioespnow.pyi class AIOESPNow (line 11) | class AIOESPNow: method peer_count (line 14) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recv (line 15) | def recv(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 16) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method irecv (line 17) | def irecv(self, *args, **kwargs) -> Incomplete: ... method stats (line 18) | def stats(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 19) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 20) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method any (line 21) | def any(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 22) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 23) | def active(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method config (line 25) | def config(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method irq (line 29) | def irq(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/apa106.pyi class NeoPixel (line 10) | class NeoPixel: method write (line 12) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 13) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class APA106 (line 16) | class APA106: method write (line 18) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 19) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/asyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/esp.pyi function osdebug (line 27) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 67) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 68) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 69) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 70) | def flash_user_start() -> Incomplete: function flash_erase (line 76) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 77) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 78) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/esp32.pyi function mcu_temperature (line 24) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function wake_on_ulp (line 25) | def wake_on_ulp(wake) -> None: function wake_on_touch (line 32) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 39) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 47) | def wake_on_ext1(pins, level) -> None: function idf_heap_info (line 55) | def idf_heap_info(capabilities) -> List[Tuple]: function gpio_deep_sleep_hold (line 93) | def gpio_deep_sleep_hold(enable) -> None: class NVS (line 100) | class NVS: method get_i32 (line 106) | def get_i32(self, key) -> int: method set_i32 (line 113) | def set_i32(self, key, value) -> None: method set_blob (line 119) | def set_blob(self, key, value) -> None: method commit (line 128) | def commit(self) -> Incomplete: method get_blob (line 134) | def get_blob(self, key, buffer) -> int: method erase_key (line 142) | def erase_key(self, key) -> Incomplete: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 150) | class RMT: method source_freq (line 169) | def source_freq(cls) -> Incomplete: method loop (line 176) | def loop(self, enable_loop) -> None: method wait_done (line 185) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 194) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 225) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 239) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 240) | def clock_div(self) -> Incomplete: method __init__ (line 247) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 249) | class Partition: method readblocks (line 260) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 261) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 269) | def set_boot(self) -> None: method writeblocks (line 280) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 281) | def info(self) -> Tuple: method find (line 288) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 299) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 309) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 322) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/espnow.pyi class ESPNow (line 23) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 35) | def peer_count(self) -> int: method recv (line 46) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 86) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method irecv (line 95) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method stats (line 126) | def stats(self) -> Incomplete: method recvinto (line 143) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method set_pmk (line 178) | def set_pmk(self, pmk) -> None: method any (line 205) | def any(self) -> Incomplete: method add_peer (line 225) | def add_peer( method active (line 282) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 312) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method config (line 359) | def config(self, param) -> str: method get_peers (line 403) | def get_peers(self) -> Tuple: method get_peer (line 410) | def get_peer(self, mac) -> Incomplete: method del_peer (line 428) | def del_peer(self, mac) -> Incomplete: method irq (line 445) | def irq(self, callback) -> Incomplete: method __init__ (line 477) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 479) | class ESPNowBase: method irq (line 480) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 481) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 482) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 483) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 484) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 485) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 486) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 487) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 488) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 489) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 490) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 491) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 492) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 493) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 494) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/flashbdev.pyi class Partition (line 12) | class Partition: method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 18) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method set_boot (line 19) | def set_boot(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 20) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method find (line 22) | def find(self, *args, **kwargs) -> Incomplete: ... method get_next_update (line 23) | def get_next_update(self, *args, **kwargs) -> Incomplete: ... method mark_app_valid_cancel_rollback (line 25) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/hashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/inisetup.pyi function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 11) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/machine.pyi function enable_irq (line 37) | def enable_irq(state) -> Incomplete: function bootloader (line 45) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function sleep (line 90) | def sleep() -> Incomplete: function soft_reset (line 96) | def soft_reset() -> NoReturn: function time_pulse_us (line 104) | def time_pulse_us( function unique_id (line 126) | def unique_id() -> bytes: function freq (line 135) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 143) | def reset_cause() -> int: function idle (line 149) | def idle() -> Incomplete: function lightsleep (line 158) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 183) | def reset() -> NoReturn: function wake_reason (line 190) | def wake_reason() -> Incomplete: function bitstream (line 198) | def bitstream( class WDT (line 227) | class WDT: method feed (line 236) | def feed(self) -> None: method __init__ (line 244) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 246) | class Pin: method irq (line 323) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 368) | def on(self) -> None: method off (line 374) | def off(self) -> None: method value (line 380) | def value(self, x: Optional[Any] = None) -> int: method init (line 414) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 424) | class board: method __init__ (line 425) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 427) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 428) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class RTC (line 436) | class RTC: method init (line 441) | def init(self, datetime) -> None: method memory (line 449) | def memory(self, data: Optional[Any] = None) -> bytes: method datetime (line 466) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 482) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 486) | class PWM: method duty_u16 (line 505) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 517) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 524) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 535) | def deinit(self) -> None: method duty_ns (line 541) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 551) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 552) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 554) | class ADC: method read_u16 (line 575) | def read_u16(self) -> int: method init (line 583) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 591) | def read_uv(self) -> int: method width (line 599) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 600) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 601) | def block(self) -> Incomplete: method atten (line 611) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 612) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 614) | class ADCBlock: method init (line 624) | def init(self, *, bits) -> None: method connect (line 631) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 652) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 654) | class I2C: method readfrom_mem_into (line 672) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 684) | def readfrom_into( method readfrom_mem (line 699) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 708) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 719) | def scan(self) -> List: method writeto (line 727) | def writeto( method writevto (line 742) | def writevto( method start (line 763) | def start(self) -> None: method readfrom (line 769) | def readfrom( method readinto (line 782) | def readinto( method init (line 796) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 810) | def stop(self) -> None: method write (line 816) | def write(self, buf) -> int: method __init__ (line 824) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 828) | class SoftSPI(SPI): method deinit (line 837) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 838) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 839) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 840) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 841) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 842) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 843) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 845) | class Timer: method deinit (line 856) | def deinit(self) -> None: method init (line 862) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 902) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 903) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 905) | class UART: method deinit (line 916) | def deinit(self) -> None: method sendbreak (line 926) | def sendbreak(self) -> None: method init (line 933) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 987) | def flush(self) -> Incomplete: method txdone (line 1002) | def txdone(self) -> bool: method read (line 1017) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1028) | def any(self) -> int: method write (line 1043) | def write(self, buf) -> Union[int, None]: method readinto (line 1051) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1062) | def readline(self) -> Union[str, None]: method __init__ (line 1071) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1073) | class SoftI2C(I2C): method readfrom_mem_into (line 1086) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1087) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1088) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1089) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1090) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1091) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1092) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1093) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1094) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1095) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1096) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1097) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1098) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1099) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1103) | class SPI: method deinit (line 1117) | def deinit(self) -> None: method init (line 1123) | def init( method write_readinto (line 1149) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1160) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1168) | def write(self, buf) -> int: method readinto (line 1177) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1187) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1189) | class Signal(Pin): method off (line 1210) | def off(self) -> None: method on (line 1216) | def on(self) -> None: method value (line 1222) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1242) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _install_json (line 14) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 16) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _chunk (line 17) | def _chunk(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... function install (line 19) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 20) | def _check_exists(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/network.pyi function phy_mode (line 91) | def phy_mode(*args, **kwargs) -> Incomplete: ... function country (line 92) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 93) | def hostname(*args, **kwargs) -> Incomplete: ... class LAN (line 95) | class LAN: method __init__ (line 118) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 119) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 127) | def isconnected(self) -> bool: method status (line 134) | def status(self) -> Incomplete: method ifconfig (line 140) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 152) | def config(self, config_parameters) -> Incomplete: function PPP (line 172) | def PPP(*args, **kwargs) -> Incomplete: ... class WLAN (line 174) | class WLAN: method status (line 198) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 217) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 228) | def isconnected(self) -> bool: method scan (line 236) | def scan(self) -> List[Tuple]: method disconnect (line 265) | def disconnect(self) -> None: method active (line 271) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 279) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 314) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 323) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 54) | def uname() -> uname_result: function unlink (line 68) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 69) | def statvfs(path) -> Tuple: function umount (line 92) | def umount(mount_point) -> Incomplete: function sync (line 98) | def sync() -> None: function mkdir (line 104) | def mkdir(path) -> Incomplete: function dupterm (line 110) | def dupterm( function chdir (line 136) | def chdir(path) -> Incomplete: function remove (line 142) | def remove(path) -> None: function dupterm_notify (line 148) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsFat (line 182) | class VfsFat: method rename (line 187) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 188) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 189) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 190) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 191) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 192) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 193) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 194) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 195) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 196) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 197) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 198) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 199) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 202) | class VfsLfs2: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 208) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 209) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 210) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 211) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 212) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 213) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 214) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 215) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 216) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 217) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 218) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/socket.pyi function getaddrinfo (line 89) | def getaddrinfo( class socket (line 137) | class socket: method recvfrom (line 151) | def recvfrom(self, bufsize) -> Tuple: method recv (line 159) | def recv(self, bufsize) -> bytes: method makefile (line 166) | def makefile( method listen (line 188) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 197) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 198) | def sendall(self, bytes) -> int: method setsockopt (line 211) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 219) | def setblocking(self, flag) -> Incomplete: method sendto (line 231) | def sendto(self, bytes, address) -> None: method settimeout (line 238) | def settimeout(self, value) -> Incomplete: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/ssl.pyi function wrap_socket (line 30) | def wrap_socket(sock, server_side=False, key=None, cert=None, cert_reqs=... class SSLContext (line 50) | class SSLContext: method load_verify_locations (line 56) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method wrap_socket (line 64) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 89) | def load_cert_chain(self, certfile, keyfile) -> None: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/struct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/uasyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/uhashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/umachine.pyi function enable_irq (line 37) | def enable_irq(state) -> Incomplete: function bootloader (line 45) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function sleep (line 90) | def sleep() -> Incomplete: function soft_reset (line 96) | def soft_reset() -> NoReturn: function time_pulse_us (line 104) | def time_pulse_us( function unique_id (line 126) | def unique_id() -> bytes: function freq (line 135) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 143) | def reset_cause() -> int: function idle (line 149) | def idle() -> Incomplete: function lightsleep (line 158) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 183) | def reset() -> NoReturn: function wake_reason (line 190) | def wake_reason() -> Incomplete: function bitstream (line 198) | def bitstream( class WDT (line 227) | class WDT: method feed (line 236) | def feed(self) -> None: method __init__ (line 244) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 246) | class Pin: method irq (line 323) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 368) | def on(self) -> None: method off (line 374) | def off(self) -> None: method value (line 380) | def value(self, x: Optional[Any] = None) -> int: method init (line 414) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 424) | class board: method __init__ (line 425) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 427) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 428) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class RTC (line 436) | class RTC: method init (line 441) | def init(self, datetime) -> None: method memory (line 449) | def memory(self, data: Optional[Any] = None) -> bytes: method datetime (line 466) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 482) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 486) | class PWM: method duty_u16 (line 505) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 517) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 524) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 535) | def deinit(self) -> None: method duty_ns (line 541) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 551) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 552) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 554) | class ADC: method read_u16 (line 575) | def read_u16(self) -> int: method init (line 583) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 591) | def read_uv(self) -> int: method width (line 599) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 600) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 601) | def block(self) -> Incomplete: method atten (line 611) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 612) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 614) | class ADCBlock: method init (line 624) | def init(self, *, bits) -> None: method connect (line 631) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 652) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 654) | class I2C: method readfrom_mem_into (line 672) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 684) | def readfrom_into( method readfrom_mem (line 699) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 708) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 719) | def scan(self) -> List: method writeto (line 727) | def writeto( method writevto (line 742) | def writevto( method start (line 763) | def start(self) -> None: method readfrom (line 769) | def readfrom( method readinto (line 782) | def readinto( method init (line 796) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 810) | def stop(self) -> None: method write (line 816) | def write(self, buf) -> int: method __init__ (line 824) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 828) | class SoftSPI(SPI): method deinit (line 837) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 838) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 839) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 840) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 841) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 842) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 843) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 845) | class Timer: method deinit (line 856) | def deinit(self) -> None: method init (line 862) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 902) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 903) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 905) | class UART: method deinit (line 916) | def deinit(self) -> None: method sendbreak (line 926) | def sendbreak(self) -> None: method init (line 933) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 987) | def flush(self) -> Incomplete: method txdone (line 1002) | def txdone(self) -> bool: method read (line 1017) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1028) | def any(self) -> int: method write (line 1043) | def write(self, buf) -> Union[int, None]: method readinto (line 1051) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1062) | def readline(self) -> Union[str, None]: method __init__ (line 1071) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1073) | class SoftI2C(I2C): method readfrom_mem_into (line 1086) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1087) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1088) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1089) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1090) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1091) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1092) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1093) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1094) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1095) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1096) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1097) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1098) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1099) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1103) | class SPI: method deinit (line 1117) | def deinit(self) -> None: method init (line 1123) | def init( method write_readinto (line 1149) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1160) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1168) | def write(self, buf) -> int: method readinto (line 1177) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1187) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1189) | class Signal(Pin): method off (line 1210) | def off(self) -> None: method on (line 1216) | def on(self) -> None: method value (line 1222) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1242) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 18) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 19) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 20) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 21) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 22) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 23) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 24) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 26) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 19) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 25) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 54) | def uname() -> uname_result: function unlink (line 68) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 69) | def statvfs(path) -> Tuple: function umount (line 92) | def umount(mount_point) -> Incomplete: function sync (line 98) | def sync() -> None: function mkdir (line 104) | def mkdir(path) -> Incomplete: function dupterm (line 110) | def dupterm( function chdir (line 136) | def chdir(path) -> Incomplete: function remove (line 142) | def remove(path) -> None: function dupterm_notify (line 148) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsFat (line 182) | class VfsFat: method rename (line 187) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 188) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 189) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 190) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 191) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 192) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 193) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 194) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 195) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 196) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 197) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 198) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 199) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 202) | class VfsLfs2: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 208) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 209) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 210) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 211) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 212) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 213) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 214) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 215) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 216) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 217) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 218) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/urequests.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/usocket.pyi function getaddrinfo (line 89) | def getaddrinfo( class socket (line 137) | class socket: method recvfrom (line 151) | def recvfrom(self, bufsize) -> Tuple: method recv (line 159) | def recv(self, bufsize) -> bytes: method makefile (line 166) | def makefile( method listen (line 188) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 197) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 198) | def sendall(self, bytes) -> int: method setsockopt (line 211) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 219) | def setblocking(self, flag) -> Incomplete: method sendto (line 231) | def sendto(self, bytes, address) -> None: method settimeout (line 238) | def settimeout(self, value) -> Incomplete: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/ustruct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/vfs.pyi function umount (line 30) | def umount(mount_point) -> Incomplete: function mount (line 40) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: class VfsLfs2 (line 58) | class VfsLfs2: method rename (line 76) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 78) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 87) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 88) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 89) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 90) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 91) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 92) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 93) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 94) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 95) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 96) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 97) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 100) | class VfsFat: method rename (line 107) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 109) | def mkfs(block_dev) -> None: method mount (line 115) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 116) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 117) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 118) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 119) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 121) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 122) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 123) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 124) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 125) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_c3-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/_espnow.pyi class ESPNowBase (line 23) | class ESPNowBase: method irq (line 24) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 25) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 27) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 28) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 29) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 30) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 31) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 32) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 33) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 34) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 35) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 36) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 37) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/aioespnow.pyi class AIOESPNow (line 11) | class AIOESPNow: method peer_count (line 14) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recv (line 15) | def recv(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 16) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method irecv (line 17) | def irecv(self, *args, **kwargs) -> Incomplete: ... method stats (line 18) | def stats(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 19) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 20) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method any (line 21) | def any(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 22) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 23) | def active(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method config (line 25) | def config(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method irq (line 29) | def irq(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/apa106.pyi class NeoPixel (line 10) | class NeoPixel: method write (line 12) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 13) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class APA106 (line 16) | class APA106: method write (line 18) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 19) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/asyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function current_task (line 56) | def current_task() -> Task: function ticks_diff (line 62) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 63) | def ticks_add(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 64) | def get_event_loop() -> Incomplete: function ticks (line 70) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 71) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 72) | def new_event_loop() -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep (line 89) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 97) | def run(coro) -> Incomplete: function sleep_ms (line 105) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 115) | class TaskQueue: method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 117) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 118) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 124) | class CancelledError(Exception): ... class Task (line 130) | class Task: method __init__ (line 139) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 165) | class Loop: method get_exception_handler (line 171) | def get_exception_handler(self) -> None: method default_exception_handler (line 178) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 184) | def set_exception_handler(self, handler) -> None: method run_forever (line 191) | def run_forever(self) -> Incomplete: method run_until_complete (line 197) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 204) | def stop(self) -> None: method close (line 210) | def close(self) -> None: method create_task (line 216) | def create_task(self, coro) -> Task: method call_exception_handler (line 222) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 229) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 231) | class IOQueue: method queue_read (line 232) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 233) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 234) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 235) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 236) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 237) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 240) | class Event: method set (line 246) | def set(self) -> None: method is_set (line 255) | def is_set(self) -> bool: method clear (line 261) | def clear(self) -> None: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 269) | class ThreadSafeFlag: method set (line 276) | def set(self) -> None: method ioctl (line 283) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 284) | def clear(self) -> None: method __init__ (line 291) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 293) | class TimeoutError(Exception): ... class SingletonGenerator (line 295) | class SingletonGenerator: method __init__ (line 296) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 298) | class StreamWriter: method write (line 299) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 300) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 301) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 312) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 314) | class StreamReader: method write (line 315) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 316) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 317) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/asyncio/core.pyi function _promote_to_task (line 13) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks (line 14) | def ticks(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 15) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 16) | def ticks_add(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 17) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function create_task (line 19) | def create_task(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 20) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function current_task (line 21) | def current_task(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 23) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 24) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class CancelledError (line 30) | class CancelledError(Exception): ... class Task (line 32) | class Task: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 35) | class TaskQueue: method push (line 36) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 37) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 38) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 39) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 42) | class Loop: method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 45) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 46) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 47) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 49) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 50) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 51) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 56) | class SingletonGenerator: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 59) | class IOQueue: method queue_read (line 60) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 61) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 62) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 63) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 64) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 65) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 71) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/esp.pyi function osdebug (line 27) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 67) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 68) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 69) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 70) | def flash_user_start() -> Incomplete: function flash_erase (line 76) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 77) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 78) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/esp32.pyi function mcu_temperature (line 24) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function idf_heap_info (line 25) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_touch (line 63) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 70) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 78) | def wake_on_ext1(pins, level) -> None: function wake_on_ulp (line 86) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 93) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 100) | class ULP: method run (line 106) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 112) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 118) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 124) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 126) | class NVS: method get_i32 (line 132) | def get_i32(self, key) -> int: method set_i32 (line 139) | def set_i32(self, key, value) -> None: method set_blob (line 145) | def set_blob(self, key, value) -> None: method commit (line 154) | def commit(self) -> Incomplete: method get_blob (line 160) | def get_blob(self, key, buffer) -> int: method erase_key (line 168) | def erase_key(self, key) -> Incomplete: method __init__ (line 174) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 176) | class Partition: method readblocks (line 187) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 188) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 196) | def set_boot(self) -> None: method writeblocks (line 207) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 208) | def info(self) -> Tuple: method find (line 215) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 226) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 236) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 249) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 251) | class RMT: method source_freq (line 270) | def source_freq(cls) -> Incomplete: method loop (line 277) | def loop(self, enable_loop) -> None: method wait_done (line 286) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 295) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 326) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 340) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 341) | def clock_div(self) -> Incomplete: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/espnow.pyi class ESPNow (line 23) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 35) | def peer_count(self) -> int: method recv (line 46) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 86) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method irecv (line 95) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method stats (line 126) | def stats(self) -> Incomplete: method recvinto (line 143) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method set_pmk (line 178) | def set_pmk(self, pmk) -> None: method any (line 205) | def any(self) -> Incomplete: method add_peer (line 225) | def add_peer( method active (line 282) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 312) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method config (line 359) | def config(self, param) -> str: method get_peers (line 403) | def get_peers(self) -> Tuple: method get_peer (line 410) | def get_peer(self, mac) -> Incomplete: method del_peer (line 428) | def del_peer(self, mac) -> Incomplete: method irq (line 445) | def irq(self, callback) -> Incomplete: method __init__ (line 477) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 479) | class ESPNowBase: method irq (line 480) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 481) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 482) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 483) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 484) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 485) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 486) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 487) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 488) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 489) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 490) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 491) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 492) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 493) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 494) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/flashbdev.pyi class Partition (line 12) | class Partition: method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 18) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method set_boot (line 19) | def set_boot(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 20) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method find (line 22) | def find(self, *args, **kwargs) -> Incomplete: ... method get_next_update (line 23) | def get_next_update(self, *args, **kwargs) -> Incomplete: ... method mark_app_valid_cancel_rollback (line 25) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/hashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/inisetup.pyi function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 11) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/machine.pyi function soft_reset (line 37) | def soft_reset() -> NoReturn: function dht_readinto (line 45) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 46) | def bitstream( function unique_id (line 75) | def unique_id() -> bytes: function time_pulse_us (line 84) | def time_pulse_us( function bootloader (line 106) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 116) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 141) | def disable_irq() -> Incomplete: function reset (line 150) | def reset() -> NoReturn: function reset_cause (line 157) | def reset_cause() -> int: function sleep (line 163) | def sleep() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function enable_irq (line 194) | def enable_irq(state) -> Incomplete: function freq (line 202) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 210) | def idle() -> Incomplete: function wake_reason (line 219) | def wake_reason() -> Incomplete: class PWM (line 227) | class PWM: method duty_u16 (line 246) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 258) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 265) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 276) | def deinit(self) -> None: method duty_ns (line 282) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 292) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 295) | class Pin: method irq (line 372) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 417) | def on(self) -> None: method off (line 423) | def off(self) -> None: method value (line 429) | def value(self, x: Optional[Any] = None) -> int: method init (line 463) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 473) | class board: method __init__ (line 474) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 477) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 489) | class I2S: method shift (line 520) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 528) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 534) | def irq(self, handler) -> Incomplete: method readinto (line 542) | def readinto(self, buf) -> int: method deinit (line 551) | def deinit(self) -> Incomplete: method write (line 557) | def write(self, buf) -> int: method __init__ (line 566) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 568) | class ADC: method read_u16 (line 589) | def read_u16(self) -> int: method init (line 597) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 605) | def read_uv(self) -> int: method width (line 613) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 614) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 615) | def block(self) -> Incomplete: method atten (line 625) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 626) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 628) | class ADCBlock: method init (line 638) | def init(self, *, bits) -> None: method connect (line 645) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 666) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 668) | class I2C: method readfrom_mem_into (line 686) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 698) | def readfrom_into( method readfrom_mem (line 713) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 722) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 733) | def scan(self) -> List: method writeto (line 741) | def writeto( method writevto (line 756) | def writevto( method start (line 777) | def start(self) -> None: method readfrom (line 783) | def readfrom( method readinto (line 796) | def readinto( method init (line 810) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 824) | def stop(self) -> None: method write (line 830) | def write(self, buf) -> int: method __init__ (line 838) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 840) | class WDT: method feed (line 849) | def feed(self) -> None: method __init__ (line 857) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 859) | class SoftSPI(SPI): method deinit (line 868) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 869) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 870) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 871) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 872) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 873) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 874) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 876) | class Timer: method deinit (line 887) | def deinit(self) -> None: method init (line 893) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 933) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 934) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 936) | class TouchPad: method config (line 937) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 938) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 939) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 941) | class UART: method deinit (line 952) | def deinit(self) -> None: method sendbreak (line 962) | def sendbreak(self) -> None: method init (line 969) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1023) | def flush(self) -> Incomplete: method txdone (line 1038) | def txdone(self) -> bool: method read (line 1053) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1064) | def any(self) -> int: method write (line 1079) | def write(self, buf) -> Union[int, None]: method readinto (line 1087) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1098) | def readline(self) -> Union[str, None]: method __init__ (line 1107) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1109) | class RTC: method init (line 1114) | def init(self, datetime) -> None: method memory (line 1122) | def memory(self, data: Optional[Any] = None) -> bytes: method datetime (line 1139) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1155) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1157) | class SoftI2C(I2C): method readfrom_mem_into (line 1170) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1171) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1172) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1173) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1174) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1175) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1176) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1177) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1178) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1179) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1180) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1181) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1182) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1183) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1185) | class SDCard: method ioctl (line 1216) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1217) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1218) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1219) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1220) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1221) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1223) | class SPI: method deinit (line 1237) | def deinit(self) -> None: method init (line 1243) | def init( method write_readinto (line 1269) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1280) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1288) | def write(self, buf) -> int: method readinto (line 1297) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1307) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1309) | class Signal(Pin): method off (line 1330) | def off(self) -> None: method on (line 1336) | def on(self) -> None: method value (line 1342) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1362) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _install_json (line 14) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 16) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _chunk (line 17) | def _chunk(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... function install (line 19) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 20) | def _check_exists(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/network.pyi function phy_mode (line 91) | def phy_mode(*args, **kwargs) -> Incomplete: ... function country (line 92) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 93) | def hostname(*args, **kwargs) -> Incomplete: ... class LAN (line 95) | class LAN: method __init__ (line 118) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 119) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 127) | def isconnected(self) -> bool: method status (line 134) | def status(self) -> Incomplete: method ifconfig (line 140) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 152) | def config(self, config_parameters) -> Incomplete: function PPP (line 172) | def PPP(*args, **kwargs) -> Incomplete: ... class WLAN (line 174) | class WLAN: method status (line 198) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 217) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 228) | def isconnected(self) -> bool: method scan (line 236) | def scan(self) -> List[Tuple]: method disconnect (line 265) | def disconnect(self) -> None: method active (line 271) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 279) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 314) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 323) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 54) | def uname() -> uname_result: function unlink (line 68) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 69) | def statvfs(path) -> Tuple: function umount (line 92) | def umount(mount_point) -> Incomplete: function sync (line 98) | def sync() -> None: function mkdir (line 104) | def mkdir(path) -> Incomplete: function dupterm (line 110) | def dupterm( function chdir (line 136) | def chdir(path) -> Incomplete: function remove (line 142) | def remove(path) -> None: function dupterm_notify (line 148) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsFat (line 182) | class VfsFat: method rename (line 187) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 188) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 189) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 190) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 191) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 192) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 193) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 194) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 195) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 196) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 197) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 198) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 199) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 202) | class VfsLfs2: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 208) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 209) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 210) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 211) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 212) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 213) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 214) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 215) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 216) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 217) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 218) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/socket.pyi function getaddrinfo (line 89) | def getaddrinfo( class socket (line 137) | class socket: method recvfrom (line 151) | def recvfrom(self, bufsize) -> Tuple: method recv (line 159) | def recv(self, bufsize) -> bytes: method makefile (line 166) | def makefile( method listen (line 188) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 197) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 198) | def sendall(self, bytes) -> int: method setsockopt (line 211) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 219) | def setblocking(self, flag) -> Incomplete: method sendto (line 231) | def sendto(self, bytes, address) -> None: method settimeout (line 238) | def settimeout(self, value) -> Incomplete: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/ssl.pyi function wrap_socket (line 30) | def wrap_socket(sock, server_side=False, key=None, cert=None, cert_reqs=... class SSLContext (line 50) | class SSLContext: method load_verify_locations (line 56) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method wrap_socket (line 64) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 89) | def load_cert_chain(self, certfile, keyfile) -> None: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/struct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/uasyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function current_task (line 56) | def current_task() -> Task: function ticks_diff (line 62) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 63) | def ticks_add(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 64) | def get_event_loop() -> Incomplete: function ticks (line 70) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 71) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 72) | def new_event_loop() -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep (line 89) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 97) | def run(coro) -> Incomplete: function sleep_ms (line 105) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 115) | class TaskQueue: method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 117) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 118) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 124) | class CancelledError(Exception): ... class Task (line 130) | class Task: method __init__ (line 139) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 165) | class Loop: method get_exception_handler (line 171) | def get_exception_handler(self) -> None: method default_exception_handler (line 178) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 184) | def set_exception_handler(self, handler) -> None: method run_forever (line 191) | def run_forever(self) -> Incomplete: method run_until_complete (line 197) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 204) | def stop(self) -> None: method close (line 210) | def close(self) -> None: method create_task (line 216) | def create_task(self, coro) -> Task: method call_exception_handler (line 222) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 229) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 231) | class IOQueue: method queue_read (line 232) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 233) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 234) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 235) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 236) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 237) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 240) | class Event: method set (line 246) | def set(self) -> None: method is_set (line 255) | def is_set(self) -> bool: method clear (line 261) | def clear(self) -> None: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 269) | class ThreadSafeFlag: method set (line 276) | def set(self) -> None: method ioctl (line 283) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 284) | def clear(self) -> None: method __init__ (line 291) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 293) | class TimeoutError(Exception): ... class SingletonGenerator (line 295) | class SingletonGenerator: method __init__ (line 296) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 298) | class StreamWriter: method write (line 299) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 300) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 301) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 312) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 314) | class StreamReader: method write (line 315) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 316) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 317) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/uasyncio/core.pyi function _promote_to_task (line 13) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks (line 14) | def ticks(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 15) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 16) | def ticks_add(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 17) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function create_task (line 19) | def create_task(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 20) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function current_task (line 21) | def current_task(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 23) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 24) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class CancelledError (line 30) | class CancelledError(Exception): ... class Task (line 32) | class Task: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 35) | class TaskQueue: method push (line 36) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 37) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 38) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 39) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 42) | class Loop: method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 45) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 46) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 47) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 49) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 50) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 51) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 56) | class SingletonGenerator: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 59) | class IOQueue: method queue_read (line 60) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 61) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 62) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 63) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 64) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 65) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 71) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/uhashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class StringIO (line 94) | class StringIO(IO): method write (line 95) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 100) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 101) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 102) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 103) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 106) | class IOBase: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 138) | class BufferedWriter: method flush (line 139) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 140) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/umachine.pyi function soft_reset (line 37) | def soft_reset() -> NoReturn: function dht_readinto (line 45) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 46) | def bitstream( function unique_id (line 75) | def unique_id() -> bytes: function time_pulse_us (line 84) | def time_pulse_us( function bootloader (line 106) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 116) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 141) | def disable_irq() -> Incomplete: function reset (line 150) | def reset() -> NoReturn: function reset_cause (line 157) | def reset_cause() -> int: function sleep (line 163) | def sleep() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function enable_irq (line 194) | def enable_irq(state) -> Incomplete: function freq (line 202) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 210) | def idle() -> Incomplete: function wake_reason (line 219) | def wake_reason() -> Incomplete: class PWM (line 227) | class PWM: method duty_u16 (line 246) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 258) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 265) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 276) | def deinit(self) -> None: method duty_ns (line 282) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 292) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 295) | class Pin: method irq (line 372) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 417) | def on(self) -> None: method off (line 423) | def off(self) -> None: method value (line 429) | def value(self, x: Optional[Any] = None) -> int: method init (line 463) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 473) | class board: method __init__ (line 474) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 477) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class I2S (line 489) | class I2S: method shift (line 520) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 528) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 534) | def irq(self, handler) -> Incomplete: method readinto (line 542) | def readinto(self, buf) -> int: method deinit (line 551) | def deinit(self) -> Incomplete: method write (line 557) | def write(self, buf) -> int: method __init__ (line 566) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 568) | class ADC: method read_u16 (line 589) | def read_u16(self) -> int: method init (line 597) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 605) | def read_uv(self) -> int: method width (line 613) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 614) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 615) | def block(self) -> Incomplete: method atten (line 625) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 626) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 628) | class ADCBlock: method init (line 638) | def init(self, *, bits) -> None: method connect (line 645) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 666) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 668) | class I2C: method readfrom_mem_into (line 686) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 698) | def readfrom_into( method readfrom_mem (line 713) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 722) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 733) | def scan(self) -> List: method writeto (line 741) | def writeto( method writevto (line 756) | def writevto( method start (line 777) | def start(self) -> None: method readfrom (line 783) | def readfrom( method readinto (line 796) | def readinto( method init (line 810) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 824) | def stop(self) -> None: method write (line 830) | def write(self, buf) -> int: method __init__ (line 838) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 840) | class WDT: method feed (line 849) | def feed(self) -> None: method __init__ (line 857) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 859) | class SoftSPI(SPI): method deinit (line 868) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 869) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 870) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 871) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 872) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 873) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 874) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 876) | class Timer: method deinit (line 887) | def deinit(self) -> None: method init (line 893) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 933) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 934) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 936) | class TouchPad: method config (line 937) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 938) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 939) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 941) | class UART: method deinit (line 952) | def deinit(self) -> None: method sendbreak (line 962) | def sendbreak(self) -> None: method init (line 969) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1023) | def flush(self) -> Incomplete: method txdone (line 1038) | def txdone(self) -> bool: method read (line 1053) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1064) | def any(self) -> int: method write (line 1079) | def write(self, buf) -> Union[int, None]: method readinto (line 1087) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1098) | def readline(self) -> Union[str, None]: method __init__ (line 1107) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1109) | class RTC: method init (line 1114) | def init(self, datetime) -> None: method memory (line 1122) | def memory(self, data: Optional[Any] = None) -> bytes: method datetime (line 1139) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1155) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1157) | class SoftI2C(I2C): method readfrom_mem_into (line 1170) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1171) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1172) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1173) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1174) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1175) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1176) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1177) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1178) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1179) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1180) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1181) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1182) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1183) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1185) | class SDCard: method ioctl (line 1216) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1217) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1218) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1219) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1220) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1221) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1223) | class SPI: method deinit (line 1237) | def deinit(self) -> None: method init (line 1243) | def init( method write_readinto (line 1269) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1280) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1288) | def write(self, buf) -> int: method readinto (line 1297) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1307) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1309) | class Signal(Pin): method off (line 1330) | def off(self) -> None: method on (line 1336) | def on(self) -> None: method value (line 1342) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1362) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 18) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 19) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 20) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 21) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 22) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 23) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 24) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 26) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 19) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 25) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 54) | def uname() -> uname_result: function unlink (line 68) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 69) | def statvfs(path) -> Tuple: function umount (line 92) | def umount(mount_point) -> Incomplete: function sync (line 98) | def sync() -> None: function mkdir (line 104) | def mkdir(path) -> Incomplete: function dupterm (line 110) | def dupterm( function chdir (line 136) | def chdir(path) -> Incomplete: function remove (line 142) | def remove(path) -> None: function dupterm_notify (line 148) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsFat (line 182) | class VfsFat: method rename (line 187) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 188) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 189) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 190) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 191) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 192) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 193) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 194) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 195) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 196) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 197) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 198) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 199) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 202) | class VfsLfs2: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 208) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 209) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 210) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 211) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 212) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 213) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 214) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 215) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 216) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 217) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 218) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/urequests.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/usocket.pyi function getaddrinfo (line 89) | def getaddrinfo( class socket (line 137) | class socket: method recvfrom (line 151) | def recvfrom(self, bufsize) -> Tuple: method recv (line 159) | def recv(self, bufsize) -> bytes: method makefile (line 166) | def makefile( method listen (line 188) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 197) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 198) | def sendall(self, bytes) -> int: method setsockopt (line 211) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 219) | def setblocking(self, flag) -> Incomplete: method sendto (line 231) | def sendto(self, bytes, address) -> None: method settimeout (line 238) | def settimeout(self, value) -> Incomplete: method readline (line 273) | def readline(self) -> Incomplete: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 291) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 301) | def close(self) -> Incomplete: method connect (line 312) | def connect(self, address) -> None: method send (line 318) | def send(self, bytes) -> int: method bind (line 326) | def bind(self, address) -> Incomplete: method accept (line 332) | def accept(self) -> Tuple: method write (line 341) | def write(self, buf) -> int: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/ustruct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/vfs.pyi function umount (line 30) | def umount(mount_point) -> Incomplete: function mount (line 40) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: class VfsLfs2 (line 58) | class VfsLfs2: method rename (line 76) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 78) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 87) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 88) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 89) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 90) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 91) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 92) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 93) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 94) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 95) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 96) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 97) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 100) | class VfsFat: method rename (line 107) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 109) | def mkfs(block_dev) -> None: method mount (line 115) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 116) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 117) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 118) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 119) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 121) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 122) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 123) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 124) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 125) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-esp32_generic_s3-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_23_0-esp32-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/_espnow.pyi class ESPNowBase (line 23) | class ESPNowBase: method irq (line 24) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 25) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 27) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 28) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 29) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 30) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 31) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 32) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 33) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 34) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 35) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 36) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 37) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/aioespnow.pyi class AIOESPNow (line 11) | class AIOESPNow: method peer_count (line 14) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recv (line 15) | def recv(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 16) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method irecv (line 17) | def irecv(self, *args, **kwargs) -> Incomplete: ... method stats (line 18) | def stats(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 19) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 20) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method any (line 21) | def any(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 22) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 23) | def active(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method config (line 25) | def config(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method irq (line 29) | def irq(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/apa106.pyi class NeoPixel (line 10) | class NeoPixel: method write (line 12) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 13) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class APA106 (line 16) | class APA106: method write (line 18) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 19) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/array.pyi class array (line 23) | class array(List): method extend (line 30) | def extend(self, iterable) -> Incomplete: method append (line 37) | def append(self, val) -> Incomplete: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/asyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function current_task (line 56) | def current_task() -> Task: function ticks_diff (line 62) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 63) | def ticks_add(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 64) | def get_event_loop() -> Incomplete: function ticks (line 70) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 71) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 72) | def new_event_loop() -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep (line 89) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 97) | def run(coro) -> Incomplete: function sleep_ms (line 105) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 115) | class TaskQueue: method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 117) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 118) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 124) | class CancelledError(Exception): ... class Task (line 130) | class Task: method __init__ (line 139) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 165) | class Loop: method get_exception_handler (line 171) | def get_exception_handler(self) -> None: method default_exception_handler (line 178) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 184) | def set_exception_handler(self, handler) -> None: method run_forever (line 191) | def run_forever(self) -> Incomplete: method run_until_complete (line 197) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 204) | def stop(self) -> None: method close (line 210) | def close(self) -> None: method create_task (line 216) | def create_task(self, coro) -> Task: method call_exception_handler (line 222) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 229) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 231) | class IOQueue: method queue_read (line 232) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 233) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 234) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 235) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 236) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 237) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 240) | class Event: method set (line 246) | def set(self) -> None: method is_set (line 255) | def is_set(self) -> bool: method clear (line 261) | def clear(self) -> None: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 269) | class ThreadSafeFlag: method set (line 276) | def set(self) -> None: method ioctl (line 283) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 284) | def clear(self) -> None: method __init__ (line 291) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 293) | class TimeoutError(Exception): ... class SingletonGenerator (line 295) | class SingletonGenerator: method __init__ (line 296) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 298) | class StreamWriter: method write (line 299) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 300) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 301) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 312) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 314) | class StreamReader: method write (line 315) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 316) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 317) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/asyncio/core.pyi function _promote_to_task (line 13) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks (line 14) | def ticks(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 15) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 16) | def ticks_add(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 17) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function create_task (line 19) | def create_task(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 20) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function current_task (line 21) | def current_task(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 23) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 24) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class CancelledError (line 30) | class CancelledError(Exception): ... class Task (line 32) | class Task: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 35) | class TaskQueue: method push (line 36) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 37) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 38) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 39) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 42) | class Loop: method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 45) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 46) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 47) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 49) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 50) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 51) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 56) | class SingletonGenerator: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 59) | class IOQueue: method queue_read (line 60) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 61) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 62) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 63) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 64) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 65) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 71) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-esp32-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/binascii.pyi function crc32 (line 22) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 23) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 33) | def unhexlify(data) -> bytes: function b2a_base64 (line 40) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 48) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-esp32-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_23_0-esp32-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_23_0-esp32-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-esp32-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/esp.pyi function osdebug (line 27) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 67) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 68) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 69) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 70) | def flash_user_start() -> Incomplete: function flash_erase (line 76) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 77) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_size (line 78) | def flash_size() -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-stubs/esp32.pyi function raw_temperature (line 24) | def raw_temperature() -> int: function idf_heap_info (line 30) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_touch (line 68) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 75) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 83) | def wake_on_ext1(pins, level) -> None: function wake_on_ulp (line 91) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 98) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 105) | class ULP: method run (line 111) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 117) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 123) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 131) | class NVS: method get_i32 (line 137) | def get_i32(self, key) -> int: method set_i32 (line 144) | def set_i32(self, key, value) -> None: method set_blob (line 150) | def set_blob(self, key, value) -> None: method commit (line 159) | def commit(self) -> Incomplete: method get_blob (line 165) | def get_blob(self, key, buffer) -> int: method erase_key (line 173) | def erase_key(self, key) -> Incomplete: method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 181) | class Partition: method readblocks (line 192) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 193) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 201) | def set_boot(self) -> None: method writeblocks (line 212) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 213) | def info(self) -> Tuple: method find (line 220) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 231) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 241) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 254) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 256) | class RMT: method source_freq (line 275) | def source_freq(cls) -> Incomplete: method loop (line 282) | def loop(self, enable_loop) -> None: method wait_done (line 291) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 300) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 331) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 345) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 346) | def clock_div(self) -> Incomplete: method __init__ (line 353) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/espnow.pyi class ESPNow (line 23) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 35) | def peer_count(self) -> int: method recv (line 46) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 86) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method irecv (line 95) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method stats (line 126) | def stats(self) -> Incomplete: method recvinto (line 143) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method set_pmk (line 178) | def set_pmk(self, pmk) -> None: method any (line 205) | def any(self) -> Incomplete: method add_peer (line 225) | def add_peer( method active (line 282) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 312) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method config (line 359) | def config(self, param) -> str: method get_peers (line 403) | def get_peers(self) -> Tuple: method get_peer (line 410) | def get_peer(self, mac) -> Incomplete: method del_peer (line 428) | def del_peer(self, mac) -> Incomplete: method irq (line 445) | def irq(self, callback) -> Incomplete: method __init__ (line 477) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 479) | class ESPNowBase: method irq (line 480) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 481) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 482) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 483) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 484) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 485) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 486) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 487) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 488) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 489) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 490) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 491) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 492) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 493) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 494) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/flashbdev.pyi class Partition (line 12) | class Partition: method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 18) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method set_boot (line 19) | def set_boot(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 20) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method find (line 22) | def find(self, *args, **kwargs) -> Incomplete: ... method get_next_update (line 23) | def get_next_update(self, *args, **kwargs) -> Incomplete: ... method mark_app_valid_cancel_rollback (line 25) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_23_0-esp32-stubs/hashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-stubs/inisetup.pyi function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 11) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-stubs/io.pyi function open (line 87) | def open(name, mode="r", *kwargs) -> Incomplete: class StringIO (line 95) | class StringIO(IO): method write (line 96) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 97) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 98) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 99) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 100) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 101) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 102) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 103) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 104) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 107) | class IOBase: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 110) | class BytesIO(IO): method write (line 123) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 124) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 125) | def getvalue(self) -> Incomplete: method seek (line 131) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 132) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 133) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 134) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 135) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 136) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 137) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 139) | class BufferedWriter: method flush (line 140) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 141) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/json.pyi function loads (line 21) | def loads(str) -> Incomplete: function load (line 28) | def load(stream) -> Incomplete: function dumps (line 39) | def dumps(obj, separators=None) -> str: function dump (line 47) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-stubs/machine.pyi function deepsleep (line 53) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 78) | def soft_reset() -> NoReturn: function dht_readinto (line 86) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function reset (line 87) | def reset() -> NoReturn: function unique_id (line 94) | def unique_id() -> bytes: function time_pulse_us (line 103) | def time_pulse_us( function bitstream (line 125) | def bitstream( function idle (line 154) | def idle() -> Incomplete: function freq (line 163) | def freq(hz: Optional[Any] = None) -> Incomplete: function lightsleep (line 171) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function disable_irq (line 196) | def disable_irq() -> Incomplete: function enable_irq (line 205) | def enable_irq(state) -> Incomplete: function reset_cause (line 213) | def reset_cause() -> int: function sleep (line 219) | def sleep() -> Incomplete: function wake_reason (line 225) | def wake_reason() -> Incomplete: class PWM (line 235) | class PWM: method duty_u16 (line 254) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 266) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 273) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 284) | def deinit(self) -> None: method duty_ns (line 290) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 300) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 301) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 303) | class UART: method deinit (line 314) | def deinit(self) -> None: method sendbreak (line 324) | def sendbreak(self) -> None: method init (line 331) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 385) | def flush(self) -> Incomplete: method txdone (line 400) | def txdone(self) -> bool: method read (line 415) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 426) | def any(self) -> int: method write (line 441) | def write(self, buf) -> Union[int, None]: method readinto (line 449) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 460) | def readline(self) -> Union[str, None]: method __init__ (line 469) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 474) | class ADCBlock: method init (line 484) | def init(self, *, bits) -> None: method connect (line 491) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 512) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 514) | class ADC: method read_u16 (line 538) | def read_u16(self) -> int: method init (line 546) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 554) | def read_uv(self) -> int: method width (line 562) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 563) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 564) | def block(self) -> Incomplete: method atten (line 574) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 575) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 577) | class I2S: method shift (line 608) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 616) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 622) | def irq(self, handler) -> Incomplete: method readinto (line 630) | def readinto(self, buf) -> int: method deinit (line 639) | def deinit(self) -> Incomplete: method write (line 645) | def write(self, buf) -> int: method __init__ (line 654) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 656) | class DAC: method write (line 657) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 658) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 660) | class I2C: method readfrom_mem_into (line 678) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 690) | def readfrom_into( method readfrom_mem (line 705) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 714) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 725) | def scan(self) -> List: method writeto (line 733) | def writeto( method writevto (line 748) | def writevto( method start (line 769) | def start(self) -> None: method readfrom (line 775) | def readfrom( method readinto (line 788) | def readinto( method init (line 802) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 816) | def stop(self) -> None: method write (line 822) | def write(self, buf) -> int: method __init__ (line 830) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 832) | class Timer: method deinit (line 843) | def deinit(self) -> None: method init (line 849) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 889) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 890) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 892) | class SoftSPI(SPI): method deinit (line 901) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 902) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 903) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 904) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 905) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 906) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 907) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 909) | class Pin: method irq (line 986) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 1031) | def on(self) -> None: method off (line 1037) | def off(self) -> None: method value (line 1043) | def value(self, x: Optional[Any] = None) -> int: method init (line 1077) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 1087) | class board: method __init__ (line 1088) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1090) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 1091) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 1099) | class TouchPad: method config (line 1100) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 1101) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1102) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 1104) | class WDT: method feed (line 1113) | def feed(self) -> None: method __init__ (line 1121) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1123) | class SDCard: method ioctl (line 1154) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1155) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1156) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1157) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1158) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1159) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1161) | class RTC: method init (line 1166) | def init(self, datetime) -> None: method memory (line 1174) | def memory(self, data: Optional[Any] = None) -> bytes: method datetime (line 1191) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1207) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1209) | class SoftI2C(I2C): method readfrom_mem_into (line 1222) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1223) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1224) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1225) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1226) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1227) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1228) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1229) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1230) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1231) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1232) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1233) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1234) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1235) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1237) | class SPI: method deinit (line 1251) | def deinit(self) -> None: method init (line 1257) | def init( method write_readinto (line 1283) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1294) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1302) | def write(self, buf) -> int: method readinto (line 1311) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1321) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1323) | class Signal(Pin): method off (line 1344) | def off(self) -> None: method on (line 1350) | def on(self) -> None: method value (line 1356) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1376) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_23_0-esp32-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _install_json (line 14) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 16) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _chunk (line 17) | def _chunk(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... function install (line 19) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 20) | def _check_exists(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/network.pyi function phy_mode (line 99) | def phy_mode(*args, **kwargs) -> Incomplete: ... function country (line 100) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 101) | def hostname(*args, **kwargs) -> Incomplete: ... class LAN (line 103) | class LAN: method __init__ (line 126) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 127) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 135) | def isconnected(self) -> bool: method status (line 142) | def status(self) -> Incomplete: method ifconfig (line 148) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 160) | def config(self, config_parameters) -> Incomplete: function PPP (line 180) | def PPP(*args, **kwargs) -> Incomplete: ... class WLAN (line 182) | class WLAN: method status (line 206) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 225) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 236) | def isconnected(self) -> bool: method scan (line 244) | def scan(self) -> List[Tuple]: method disconnect (line 273) | def disconnect(self) -> None: method active (line 279) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 287) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 322) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 331) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/os.pyi function rmdir (line 24) | def rmdir(path) -> None: function stat (line 30) | def stat(path) -> Incomplete: function urandom (line 36) | def urandom(n) -> bytes: function rename (line 43) | def rename(old_path, new_path) -> None: function mount (line 49) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 55) | def uname() -> uname_result: function unlink (line 69) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 70) | def statvfs(path) -> Tuple: function umount (line 93) | def umount(mount_point) -> Incomplete: function sync (line 99) | def sync() -> None: function mkdir (line 105) | def mkdir(path) -> Incomplete: function dupterm (line 111) | def dupterm( function chdir (line 137) | def chdir(path) -> Incomplete: function remove (line 143) | def remove(path) -> None: function dupterm_notify (line 149) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 150) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsFat (line 183) | class VfsFat: method rename (line 188) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 189) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 190) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 191) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 192) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 193) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 194) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 195) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 196) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 197) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 198) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 199) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 200) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 201) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 203) | class VfsLfs2: method rename (line 208) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 209) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 210) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 211) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 212) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 213) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 214) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 215) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 216) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 217) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 218) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 219) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 220) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-esp32-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-esp32-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/select.pyi function select (line 27) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 36) | class poll: method __init__ (line 41) | def __init__(self) -> None: ... method register (line 42) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 62) | def unregister(self, obj) -> Incomplete: method modify (line 68) | def modify(self, obj, eventmask) -> None: method poll (line 75) | def poll( method ipoll (line 102) | def ipoll( FILE: publish/micropython-v1_23_0-esp32-stubs/socket.pyi function getaddrinfo (line 90) | def getaddrinfo( class socket (line 138) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize) -> Tuple: method recv (line 160) | def recv(self, bufsize) -> bytes: method makefile (line 167) | def makefile( method listen (line 189) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 198) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 199) | def sendall(self, bytes) -> int: method setsockopt (line 212) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 220) | def setblocking(self, flag) -> Incomplete: method sendto (line 232) | def sendto(self, bytes, address) -> None: method settimeout (line 239) | def settimeout(self, value) -> Incomplete: method readline (line 274) | def readline(self) -> Incomplete: method readinto (line 282) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 292) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 302) | def close(self) -> Incomplete: method connect (line 313) | def connect(self, address) -> None: method send (line 319) | def send(self, bytes) -> int: method bind (line 327) | def bind(self, address) -> Incomplete: method accept (line 333) | def accept(self) -> Tuple: method write (line 342) | def write(self, buf) -> int: method __init__ (line 353) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/ssl.pyi function wrap_socket (line 31) | def wrap_socket(sock, server_side=False, key=None, cert=None, cert_reqs=... class SSLContext (line 51) | class SSLContext: method load_verify_locations (line 57) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method wrap_socket (line 65) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 90) | def load_cert_chain(self, certfile, keyfile) -> None: method __init__ (line 103) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/struct.pyi function pack_into (line 69) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 77) | def unpack(fmt, data) -> Tuple: function unpack_from (line 84) | def unpack_from( function pack (line 96) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 103) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-esp32-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-esp32-stubs/time.pyi function ticks_diff (line 46) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 112) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 139) | def ticks_cpu() -> Incomplete: function time (line 154) | def time() -> int: function ticks_ms (line 181) | def ticks_ms() -> int: function ticks_us (line 205) | def ticks_us() -> Incomplete: function time_ns (line 211) | def time_ns() -> int: function localtime (line 218) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 240) | def sleep_us(us) -> None: function gmtime (line 250) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 272) | def sleep_ms(ms) -> None: function mktime (line 283) | def mktime() -> int: function sleep (line 291) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/uarray.pyi class array (line 23) | class array(List): method extend (line 30) | def extend(self, iterable) -> Incomplete: method append (line 37) | def append(self, val) -> Incomplete: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/uasyncio/__init__.pyi function create_task (line 48) | def create_task(coro) -> Task: function current_task (line 56) | def current_task() -> Task: function ticks_diff (line 62) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 63) | def ticks_add(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 64) | def get_event_loop() -> Incomplete: function ticks (line 70) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 71) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 72) | def new_event_loop() -> Incomplete: function wait_for_ms (line 81) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep (line 89) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function run (line 97) | def run(coro) -> Incomplete: function sleep_ms (line 105) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 115) | class TaskQueue: method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 117) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 118) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 124) | class CancelledError(Exception): ... class Task (line 130) | class Task: method __init__ (line 139) | def __init__(self, *argv, **kwargs) -> None: ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 165) | class Loop: method get_exception_handler (line 171) | def get_exception_handler(self) -> None: method default_exception_handler (line 178) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 184) | def set_exception_handler(self, handler) -> None: method run_forever (line 191) | def run_forever(self) -> Incomplete: method run_until_complete (line 197) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 204) | def stop(self) -> None: method close (line 210) | def close(self) -> None: method create_task (line 216) | def create_task(self, coro) -> Task: method call_exception_handler (line 222) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 229) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 231) | class IOQueue: method queue_read (line 232) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 233) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 234) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 235) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 236) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 237) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 238) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 240) | class Event: method set (line 246) | def set(self) -> None: method is_set (line 255) | def is_set(self) -> bool: method clear (line 261) | def clear(self) -> None: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 269) | class ThreadSafeFlag: method set (line 276) | def set(self) -> None: method ioctl (line 283) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 284) | def clear(self) -> None: method __init__ (line 291) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 293) | class TimeoutError(Exception): ... class SingletonGenerator (line 295) | class SingletonGenerator: method __init__ (line 296) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 298) | class StreamWriter: method write (line 299) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 300) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 301) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 312) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 314) | class StreamReader: method write (line 315) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 316) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 317) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/uasyncio/core.pyi function _promote_to_task (line 13) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks (line 14) | def ticks(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 15) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function ticks_add (line 16) | def ticks_add(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 17) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function create_task (line 19) | def create_task(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 20) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function current_task (line 21) | def current_task(*args, **kwargs) -> Incomplete: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Incomplete: ... function run (line 23) | def run(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 24) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class CancelledError (line 30) | class CancelledError(Exception): ... class Task (line 32) | class Task: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 35) | class TaskQueue: method push (line 36) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 37) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 38) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 39) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 42) | class Loop: method get_exception_handler (line 43) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 45) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 46) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 47) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 48) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 49) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 50) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 51) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 56) | class SingletonGenerator: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 59) | class IOQueue: method queue_read (line 60) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 61) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 62) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 63) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 64) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 65) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 71) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-esp32-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/ubinascii.pyi function crc32 (line 22) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 23) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 33) | def unhexlify(data) -> bytes: function b2a_base64 (line 40) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 48) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-esp32-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gattc_write (line 54) | def gattc_write( method gatts_indicate (line 80) | def gatts_indicate( method gattc_discover_services (line 103) | def gattc_discover_services( method gattc_read (line 118) | def gattc_read( method gattc_exchange_mtu (line 132) | def gattc_exchange_mtu( method gatts_set_buffer (line 149) | def gatts_set_buffer( method gatts_write (line 167) | def gatts_write( method gatts_notify (line 182) | def gatts_notify( method gatts_register_services (line 202) | def gatts_register_services( method gatts_read (line 268) | def gatts_read( method irq (line 278) | def irq( method gap_advertise (line 475) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 492) | def gap_connect( method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors( method config (line 537) | def config( method active (line 604) | def active( method gap_scan (line 616) | def gap_scan( method gattc_discover_characteristics (line 658) | def gattc_discover_characteristics( method gap_disconnect (line 679) | def gap_disconnect( method gap_passkey (line 697) | def gap_passkey( method gap_pair (line 720) | def gap_pair( method __init__ (line 734) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-esp32-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/uhashlib.pyi class sha1 (line 36) | class sha1: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 45) | class sha256: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 54) | class md5: method digest (line 59) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 60) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-stubs/uio.pyi function open (line 87) | def open(name, mode="r", *kwargs) -> Incomplete: class StringIO (line 95) | class StringIO(IO): method write (line 96) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 97) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 98) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 99) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 100) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 101) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 102) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 103) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 104) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: ... class IOBase (line 107) | class IOBase: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 110) | class BytesIO(IO): method write (line 123) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 124) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 125) | def getvalue(self) -> Incomplete: method seek (line 131) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 132) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 133) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 134) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 135) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 136) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 137) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 139) | class BufferedWriter: method flush (line 140) | def flush(self, *args, **kwargs) -> Incomplete: ... method write (line 141) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/ujson.pyi function loads (line 21) | def loads(str) -> Incomplete: function load (line 28) | def load(stream) -> Incomplete: function dumps (line 39) | def dumps(obj, separators=None) -> str: function dump (line 47) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-stubs/umachine.pyi function deepsleep (line 53) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 78) | def soft_reset() -> NoReturn: function dht_readinto (line 86) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function reset (line 87) | def reset() -> NoReturn: function unique_id (line 94) | def unique_id() -> bytes: function time_pulse_us (line 103) | def time_pulse_us( function bitstream (line 125) | def bitstream( function idle (line 154) | def idle() -> Incomplete: function freq (line 163) | def freq(hz: Optional[Any] = None) -> Incomplete: function lightsleep (line 171) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function disable_irq (line 196) | def disable_irq() -> Incomplete: function enable_irq (line 205) | def enable_irq(state) -> Incomplete: function reset_cause (line 213) | def reset_cause() -> int: function sleep (line 219) | def sleep() -> Incomplete: function wake_reason (line 225) | def wake_reason() -> Incomplete: class PWM (line 235) | class PWM: method duty_u16 (line 254) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 266) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 273) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 284) | def deinit(self) -> None: method duty_ns (line 290) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 300) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 301) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 303) | class UART: method deinit (line 314) | def deinit(self) -> None: method sendbreak (line 324) | def sendbreak(self) -> None: method init (line 331) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 385) | def flush(self) -> Incomplete: method txdone (line 400) | def txdone(self) -> bool: method read (line 415) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 426) | def any(self) -> int: method write (line 441) | def write(self, buf) -> Union[int, None]: method readinto (line 449) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 460) | def readline(self) -> Union[str, None]: method __init__ (line 469) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 474) | class ADCBlock: method init (line 484) | def init(self, *, bits) -> None: method connect (line 491) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 512) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 514) | class ADC: method read_u16 (line 538) | def read_u16(self) -> int: method init (line 546) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 554) | def read_uv(self) -> int: method width (line 562) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 563) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 564) | def block(self) -> Incomplete: method atten (line 574) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 575) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 577) | class I2S: method shift (line 608) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 616) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 622) | def irq(self, handler) -> Incomplete: method readinto (line 630) | def readinto(self, buf) -> int: method deinit (line 639) | def deinit(self) -> Incomplete: method write (line 645) | def write(self, buf) -> int: method __init__ (line 654) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 656) | class DAC: method write (line 657) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 658) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 660) | class I2C: method readfrom_mem_into (line 678) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 690) | def readfrom_into( method readfrom_mem (line 705) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 714) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 725) | def scan(self) -> List: method writeto (line 733) | def writeto( method writevto (line 748) | def writevto( method start (line 769) | def start(self) -> None: method readfrom (line 775) | def readfrom( method readinto (line 788) | def readinto( method init (line 802) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 816) | def stop(self) -> None: method write (line 822) | def write(self, buf) -> int: method __init__ (line 830) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 832) | class Timer: method deinit (line 843) | def deinit(self) -> None: method init (line 849) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method value (line 889) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 890) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 892) | class SoftSPI(SPI): method deinit (line 901) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 902) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 903) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 904) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 905) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 906) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 907) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 909) | class Pin: method irq (line 986) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method on (line 1031) | def on(self) -> None: method off (line 1037) | def off(self) -> None: method value (line 1043) | def value(self, x: Optional[Any] = None) -> int: method init (line 1077) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: class board (line 1087) | class board: method __init__ (line 1088) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1090) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 1091) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class TouchPad (line 1099) | class TouchPad: method config (line 1100) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 1101) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1102) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 1104) | class WDT: method feed (line 1113) | def feed(self) -> None: method __init__ (line 1121) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1123) | class SDCard: method ioctl (line 1154) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1155) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 1156) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 1157) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1158) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1159) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1161) | class RTC: method init (line 1166) | def init(self, datetime) -> None: method memory (line 1174) | def memory(self, data: Optional[Any] = None) -> bytes: method datetime (line 1191) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1207) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1209) | class SoftI2C(I2C): method readfrom_mem_into (line 1222) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1223) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1224) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1225) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1226) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1227) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1228) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1229) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1230) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1231) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1232) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1233) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1234) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1235) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1237) | class SPI: method deinit (line 1251) | def deinit(self) -> None: method init (line 1257) | def init( method write_readinto (line 1283) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1294) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1302) | def write(self, buf) -> int: method readinto (line 1311) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1321) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1323) | class Signal(Pin): method off (line 1344) | def off(self) -> None: method on (line 1350) | def on(self) -> None: method value (line 1356) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1376) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 18) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 19) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 20) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 21) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 22) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 23) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 24) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 26) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 19) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 25) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/uos.pyi function rmdir (line 24) | def rmdir(path) -> None: function stat (line 30) | def stat(path) -> Incomplete: function urandom (line 36) | def urandom(n) -> bytes: function rename (line 43) | def rename(old_path, new_path) -> None: function mount (line 49) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 55) | def uname() -> uname_result: function unlink (line 69) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 70) | def statvfs(path) -> Tuple: function umount (line 93) | def umount(mount_point) -> Incomplete: function sync (line 99) | def sync() -> None: function mkdir (line 105) | def mkdir(path) -> Incomplete: function dupterm (line 111) | def dupterm( function chdir (line 137) | def chdir(path) -> Incomplete: function remove (line 143) | def remove(path) -> None: function dupterm_notify (line 149) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 150) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsFat (line 183) | class VfsFat: method rename (line 188) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 189) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 190) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 191) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 192) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 193) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 194) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 195) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 196) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 197) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 198) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 199) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 200) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 201) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 203) | class VfsLfs2: method rename (line 208) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 209) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 210) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 211) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 212) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 213) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 214) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 215) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 216) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 217) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 218) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 219) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 220) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-esp32-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-esp32-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp32-stubs/urequests.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/uselect.pyi function select (line 27) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 36) | class poll: method __init__ (line 41) | def __init__(self) -> None: ... method register (line 42) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 62) | def unregister(self, obj) -> Incomplete: method modify (line 68) | def modify(self, obj, eventmask) -> None: method poll (line 75) | def poll( method ipoll (line 102) | def ipoll( FILE: publish/micropython-v1_23_0-esp32-stubs/usocket.pyi function getaddrinfo (line 90) | def getaddrinfo( class socket (line 138) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize) -> Tuple: method recv (line 160) | def recv(self, bufsize) -> bytes: method makefile (line 167) | def makefile( method listen (line 189) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 198) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 199) | def sendall(self, bytes) -> int: method setsockopt (line 212) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 220) | def setblocking(self, flag) -> Incomplete: method sendto (line 232) | def sendto(self, bytes, address) -> None: method settimeout (line 239) | def settimeout(self, value) -> Incomplete: method readline (line 274) | def readline(self) -> Incomplete: method readinto (line 282) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 292) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 302) | def close(self) -> Incomplete: method connect (line 313) | def connect(self, address) -> None: method send (line 319) | def send(self, bytes) -> int: method bind (line 327) | def bind(self, address) -> Incomplete: method accept (line 333) | def accept(self) -> Tuple: method write (line 342) | def write(self, buf) -> int: method __init__ (line 353) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/ustruct.pyi function pack_into (line 69) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 77) | def unpack(fmt, data) -> Tuple: function unpack_from (line 84) | def unpack_from( function pack (line 96) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 103) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-esp32-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-esp32-stubs/utime.pyi function ticks_diff (line 46) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 112) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 139) | def ticks_cpu() -> Incomplete: function time (line 154) | def time() -> int: function ticks_ms (line 181) | def ticks_ms() -> int: function ticks_us (line 205) | def ticks_us() -> Incomplete: function time_ns (line 211) | def time_ns() -> int: function localtime (line 218) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 240) | def sleep_us(us) -> None: function gmtime (line 250) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 272) | def sleep_ms(ms) -> None: function mktime (line 283) | def mktime() -> int: function sleep (line 291) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-esp32-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/vfs.pyi function umount (line 30) | def umount(mount_point) -> Incomplete: function mount (line 40) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: class VfsLfs2 (line 58) | class VfsLfs2: method rename (line 76) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 78) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 87) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 88) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 89) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 90) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 91) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 92) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 93) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 94) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 95) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 96) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 97) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 100) | class VfsFat: method rename (line 107) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 109) | def mkfs(block_dev) -> None: method mount (line 115) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 116) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 117) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 118) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 119) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 121) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 122) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 123) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 124) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 125) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp32-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/_espnow.pyi class ESPNowBase (line 23) | class ESPNowBase: method del_peer (line 24) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 25) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 26) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 27) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 28) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 29) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 30) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/apa102.pyi function apa102_write (line 10) | def apa102_write(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 12) | class NeoPixel: method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 15) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class APA102 (line 18) | class APA102: method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 21) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/asyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/binascii.pyi function unhexlify (line 21) | def unhexlify(data) -> bytes: function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function b2a_base64 (line 38) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 46) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/esp.pyi function flash_user_start (line 24) | def flash_user_start() -> Incomplete: function freemem (line 30) | def freemem(*args, **kwargs) -> Incomplete: ... function free (line 31) | def free(*args, **kwargs) -> Incomplete: ... function flash_write (line 32) | def flash_write(byte_offset, bytes) -> Incomplete: ... function malloc (line 33) | def malloc(*args, **kwargs) -> Incomplete: ... function set_native_code_location (line 34) | def set_native_code_location(start, length) -> Incomplete: function osdebug (line 74) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function meminfo (line 114) | def meminfo(*args, **kwargs) -> Incomplete: ... function sleep_type (line 115) | def sleep_type(sleep_type: Optional[Any] = None) -> Incomplete: function flash_size (line 136) | def flash_size() -> Incomplete: function deepsleep (line 142) | def deepsleep( function check_fw (line 157) | def check_fw(*args, **kwargs) -> Incomplete: ... function apa102_write (line 158) | def apa102_write(*args, **kwargs) -> Incomplete: ... function esf_free_bufs (line 159) | def esf_free_bufs(*args, **kwargs) -> Incomplete: ... function flash_read (line 160) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_id (line 161) | def flash_id() -> Incomplete: function flash_erase (line 169) | def flash_erase(sector_no) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/espnow.pyi function poll (line 24) | def poll(*args, **kwargs) -> Incomplete: ... class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method irecv (line 38) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method recv (line 69) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method recvinto (line 109) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method set_pmk (line 144) | def set_pmk(self, pmk) -> None: method send (line 171) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method del_peer (line 218) | def del_peer(self, mac) -> Incomplete: method any (line 235) | def any(self) -> Incomplete: method config (line 255) | def config(self, param) -> str: method active (line 299) | def active(self, flag: Optional[Any] = None) -> Incomplete: method add_peer (line 329) | def add_peer( method __init__ (line 386) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 388) | class ESPNowBase: method del_peer (line 389) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 390) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 391) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 392) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 393) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 394) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 395) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 396) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/flashbdev.pyi class FlashBdev (line 13) | class FlashBdev: method writeblocks (line 15) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 16) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/inisetup.pyi function fs_corrupted (line 10) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function check_bootsec (line 11) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... function wifi (line 13) | def wifi(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/lwip.pyi function reset (line 24) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 25) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 26) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 27) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 29) | class socket: method recvfrom (line 30) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 32) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 33) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 34) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 35) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 37) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 38) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 39) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 41) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 42) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 43) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 44) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 45) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 46) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 47) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/machine.pyi function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function unique_id (line 46) | def unique_id() -> bytes: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function idle (line 126) | def idle() -> Incomplete: function lightsleep (line 135) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset_cause (line 160) | def reset_cause() -> int: function reset (line 166) | def reset() -> NoReturn: function bitstream (line 173) | def bitstream( class RTC (line 202) | class RTC: method datetime (line 208) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 224) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: method memory (line 235) | def memory(self, data: Optional[Any] = None) -> bytes: method alarm_left (line 252) | def alarm_left(self, alarm_id=0) -> int: method alarm (line 258) | def alarm(self, id, time, *, repeat=False) -> None: method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 268) | class Pin: method irq (line 338) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 383) | def off(self) -> None: method on (line 389) | def on(self) -> None: method init (line 395) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 405) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 439) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 440) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class ADC (line 451) | class ADC: method read_u16 (line 467) | def read_u16(self) -> int: method read (line 475) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 478) | class PWM: method duty_u16 (line 497) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 509) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 516) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 527) | def deinit(self) -> None: method duty_ns (line 533) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 543) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 544) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 546) | class I2C: method readfrom_mem_into (line 564) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 576) | def readfrom_into( method readfrom_mem (line 591) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 600) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 611) | def scan(self) -> List: method writeto (line 619) | def writeto( method writevto (line 634) | def writevto( method start (line 655) | def start(self) -> None: method readfrom (line 661) | def readfrom( method readinto (line 674) | def readinto( method init (line 688) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 702) | def stop(self) -> None: method write (line 708) | def write(self, buf) -> int: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 718) | class WDT: method feed (line 727) | def feed(self) -> None: method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 737) | class Timer: method init (line 748) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 788) | def deinit(self) -> None: method __init__ (line 794) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 796) | class SoftSPI(SPI): method deinit (line 805) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 806) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 807) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 808) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 809) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 810) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 811) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 813) | class UART: method write (line 818) | def write(self, buf) -> Union[int, None]: method deinit (line 826) | def deinit(self) -> None: method flush (line 836) | def flush(self) -> Incomplete: method init (line 851) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method txdone (line 905) | def txdone(self) -> bool: method readline (line 920) | def readline(self) -> Union[str, None]: method any (line 929) | def any(self) -> int: method read (line 944) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 955) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method __init__ (line 966) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 970) | class SPI: method deinit (line 984) | def deinit(self) -> None: method init (line 990) | def init( method write_readinto (line 1016) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1027) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1035) | def write(self, buf) -> int: method readinto (line 1044) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1054) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1056) | class SoftI2C(I2C): method readfrom_mem_into (line 1069) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1070) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1071) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1072) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1073) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1074) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1075) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1076) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1077) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1078) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1079) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1080) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1081) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1084) | class Signal(Pin): method off (line 1105) | def off(self) -> None: method on (line 1111) | def on(self) -> None: method value (line 1117) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1137) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/math.pyi function isnan (line 29) | def isnan(x) -> bool: function ldexp (line 35) | def ldexp(x, exp) -> Incomplete: function frexp (line 41) | def frexp(x) -> Incomplete: function isinf (line 50) | def isinf(x) -> bool: function isfinite (line 56) | def isfinite(x) -> bool: function trunc (line 62) | def trunc(x) -> int: function sqrt (line 68) | def sqrt(x) -> Incomplete: function log (line 74) | def log(x) -> float: function tan (line 80) | def tan(x) -> float: function modf (line 86) | def modf(x) -> Tuple: function sin (line 93) | def sin(x) -> float: function radians (line 99) | def radians(x) -> Incomplete: function atan (line 105) | def atan(x) -> float: function ceil (line 111) | def ceil(x) -> int: function atan2 (line 117) | def atan2(y, x) -> float: function pow (line 123) | def pow(x, y) -> Incomplete: function asin (line 129) | def asin(x) -> float: function acos (line 135) | def acos(x) -> float: function fmod (line 141) | def fmod(x, y) -> Incomplete: function fabs (line 147) | def fabs(x) -> Incomplete: function copysign (line 153) | def copysign(x, y) -> Incomplete: function floor (line 159) | def floor(x) -> int: function cos (line 165) | def cos(x) -> float: function exp (line 171) | def exp(x) -> float: function degrees (line 177) | def degrees(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _install_json (line 14) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 16) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _chunk (line 17) | def _chunk(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... function install (line 19) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 20) | def _check_exists(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/network.pyi function phy_mode (line 66) | def phy_mode(*args, **kwargs) -> Incomplete: ... function hostname (line 67) | def hostname(*args, **kwargs) -> Incomplete: ... function country (line 68) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 70) | class WLAN: method status (line 89) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 108) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 119) | def isconnected(self) -> bool: method scan (line 127) | def scan(self) -> List[Tuple]: method disconnect (line 156) | def disconnect(self) -> None: method active (line 162) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 170) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 205) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 214) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 54) | def uname() -> uname_result: function unlink (line 68) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 69) | def statvfs(path) -> Tuple: function umount (line 92) | def umount(mount_point) -> Incomplete: function sync (line 98) | def sync() -> None: function mkdir (line 104) | def mkdir(path) -> Incomplete: function dupterm (line 110) | def dupterm( function chdir (line 136) | def chdir(path) -> Incomplete: function remove (line 142) | def remove(path) -> None: function dupterm_notify (line 148) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsFat (line 182) | class VfsFat: method rename (line 187) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 188) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 189) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 190) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 191) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 192) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 193) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 194) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 195) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 196) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 197) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 198) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 199) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 202) | class VfsLfs2: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 208) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 209) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 210) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 211) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 212) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 213) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 214) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 215) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 216) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 217) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 218) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/random.pyi function seed (line 39) | def seed( function getrandbits (line 53) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/socket.pyi function reset (line 88) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 89) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 90) | def getaddrinfo( function callback (line 138) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 140) | class socket: method recvfrom (line 154) | def recvfrom(self, bufsize) -> Tuple: method recv (line 162) | def recv(self, bufsize) -> bytes: method makefile (line 169) | def makefile( method listen (line 191) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 200) | def settimeout(self, value) -> Incomplete: method sendall (line 235) | def sendall(self, bytes) -> int: method setsockopt (line 248) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 256) | def setblocking(self, flag) -> Incomplete: method sendto (line 268) | def sendto(self, bytes, address) -> None: method readline (line 275) | def readline(self) -> Incomplete: method readinto (line 283) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 293) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 303) | def close(self) -> Incomplete: method connect (line 314) | def connect(self, address) -> None: method send (line 320) | def send(self, bytes) -> int: method bind (line 328) | def bind(self, address) -> Incomplete: method accept (line 334) | def accept(self) -> Tuple: method write (line 343) | def write(self, buf) -> int: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/ssd1306.pyi function const (line 29) | def const(*args, **kwargs) -> Incomplete: ... class SSD1306_SPI (line 31) | class SSD1306_SPI: method contrast (line 32) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 33) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 34) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 35) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 36) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 37) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 38) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 39) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 40) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 41) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 42) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 43) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 44) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 45) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 46) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 47) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 48) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 49) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 50) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 51) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 52) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306_I2C (line 55) | class SSD1306_I2C: method contrast (line 56) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 57) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 58) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 59) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 60) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 61) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 62) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 63) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 64) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 65) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 66) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 67) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 68) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 69) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 70) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 71) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 72) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 73) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 74) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 75) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 76) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 77) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306 (line 79) | class SSD1306: method contrast (line 80) | def contrast(self, *args, **kwargs) -> Incomplete: ... method vline (line 81) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 82) | def text(self, *args, **kwargs) -> Incomplete: ... method scroll (line 83) | def scroll(self, *args, **kwargs) -> Incomplete: ... method rect (line 84) | def rect(self, *args, **kwargs) -> Incomplete: ... method init_display (line 85) | def init_display(self, *args, **kwargs) -> Incomplete: ... method rotate (line 86) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 87) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 88) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method show (line 89) | def show(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 90) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method fill (line 91) | def fill(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 92) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 93) | def blit(self, *args, **kwargs) -> Incomplete: ... method poly (line 94) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 95) | def hline(self, *args, **kwargs) -> Incomplete: ... method pixel (line 96) | def pixel(self, *args, **kwargs) -> Incomplete: ... method line (line 97) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 98) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/ssl.pyi function wrap_socket (line 27) | def wrap_socket(sock, server_side=False, key=None, cert=None, cert_reqs=... class SSLContext (line 47) | class SSLContext: method load_verify_locations (line 53) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method wrap_socket (line 61) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 86) | def load_cert_chain(self, certfile, keyfile) -> None: method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/struct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/sys.pyi function exit (line 28) | def exit( function print_exception (line 38) | def print_exception( FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/tls.pyi class SSLContext (line 14) | class SSLContext: method wrap_socket (line 15) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 16) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/uasyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/ubinascii.pyi function unhexlify (line 21) | def unhexlify(data) -> bytes: function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function b2a_base64 (line 38) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 46) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/umachine.pyi function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function unique_id (line 46) | def unique_id() -> bytes: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function idle (line 126) | def idle() -> Incomplete: function lightsleep (line 135) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset_cause (line 160) | def reset_cause() -> int: function reset (line 166) | def reset() -> NoReturn: function bitstream (line 173) | def bitstream( class RTC (line 202) | class RTC: method datetime (line 208) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 224) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: method memory (line 235) | def memory(self, data: Optional[Any] = None) -> bytes: method alarm_left (line 252) | def alarm_left(self, alarm_id=0) -> int: method alarm (line 258) | def alarm(self, id, time, *, repeat=False) -> None: method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 268) | class Pin: method irq (line 338) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 383) | def off(self) -> None: method on (line 389) | def on(self) -> None: method init (line 395) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 405) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 439) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 440) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class ADC (line 451) | class ADC: method read_u16 (line 467) | def read_u16(self) -> int: method read (line 475) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 478) | class PWM: method duty_u16 (line 497) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 509) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 516) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 527) | def deinit(self) -> None: method duty_ns (line 533) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 543) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 544) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 546) | class I2C: method readfrom_mem_into (line 564) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 576) | def readfrom_into( method readfrom_mem (line 591) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 600) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 611) | def scan(self) -> List: method writeto (line 619) | def writeto( method writevto (line 634) | def writevto( method start (line 655) | def start(self) -> None: method readfrom (line 661) | def readfrom( method readinto (line 674) | def readinto( method init (line 688) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 702) | def stop(self) -> None: method write (line 708) | def write(self, buf) -> int: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 718) | class WDT: method feed (line 727) | def feed(self) -> None: method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 737) | class Timer: method init (line 748) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 788) | def deinit(self) -> None: method __init__ (line 794) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 796) | class SoftSPI(SPI): method deinit (line 805) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 806) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 807) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 808) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 809) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 810) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 811) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 813) | class UART: method write (line 818) | def write(self, buf) -> Union[int, None]: method deinit (line 826) | def deinit(self) -> None: method flush (line 836) | def flush(self) -> Incomplete: method init (line 851) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method txdone (line 905) | def txdone(self) -> bool: method readline (line 920) | def readline(self) -> Union[str, None]: method any (line 929) | def any(self) -> int: method read (line 944) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 955) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method __init__ (line 966) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 970) | class SPI: method deinit (line 984) | def deinit(self) -> None: method init (line 990) | def init( method write_readinto (line 1016) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1027) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1035) | def write(self, buf) -> int: method readinto (line 1044) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1054) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1056) | class SoftI2C(I2C): method readfrom_mem_into (line 1069) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1070) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1071) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1072) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1073) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1074) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1075) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1076) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1077) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1078) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1079) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1080) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1081) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1084) | class Signal(Pin): method off (line 1105) | def off(self) -> None: method on (line 1111) | def on(self) -> None: method value (line 1117) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1137) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 18) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 19) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 20) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 21) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 22) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 23) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 24) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 26) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 19) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 25) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 54) | def uname() -> uname_result: function unlink (line 68) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 69) | def statvfs(path) -> Tuple: function umount (line 92) | def umount(mount_point) -> Incomplete: function sync (line 98) | def sync() -> None: function mkdir (line 104) | def mkdir(path) -> Incomplete: function dupterm (line 110) | def dupterm( function chdir (line 136) | def chdir(path) -> Incomplete: function remove (line 142) | def remove(path) -> None: function dupterm_notify (line 148) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsFat (line 182) | class VfsFat: method rename (line 187) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 188) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 189) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 190) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 191) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 192) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 193) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 194) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 195) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 196) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 197) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 198) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 199) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 202) | class VfsLfs2: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 208) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 209) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 210) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 211) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 212) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 213) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 214) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 215) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 216) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 217) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 218) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/urandom.pyi function seed (line 39) | def seed( function getrandbits (line 53) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/urequests.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/usocket.pyi function reset (line 88) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 89) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 90) | def getaddrinfo( function callback (line 138) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 140) | class socket: method recvfrom (line 154) | def recvfrom(self, bufsize) -> Tuple: method recv (line 162) | def recv(self, bufsize) -> bytes: method makefile (line 169) | def makefile( method listen (line 191) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 200) | def settimeout(self, value) -> Incomplete: method sendall (line 235) | def sendall(self, bytes) -> int: method setsockopt (line 248) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 256) | def setblocking(self, flag) -> Incomplete: method sendto (line 268) | def sendto(self, bytes, address) -> None: method readline (line 275) | def readline(self) -> Incomplete: method readinto (line 283) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 293) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 303) | def close(self) -> Incomplete: method connect (line 314) | def connect(self, address) -> None: method send (line 320) | def send(self, bytes) -> int: method bind (line 328) | def bind(self, address) -> Incomplete: method accept (line 334) | def accept(self) -> Tuple: method write (line 343) | def write(self, buf) -> int: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/ustruct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/usys.pyi function exit (line 28) | def exit( function print_exception (line 38) | def print_exception( FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/vfs.pyi function umount (line 30) | def umount(mount_point) -> Incomplete: function mount (line 40) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: class VfsLfs2 (line 58) | class VfsLfs2: method rename (line 76) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 78) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 87) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 88) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 89) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 90) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 91) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 92) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 93) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 94) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 95) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 96) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 97) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 100) | class VfsFat: method rename (line 107) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 109) | def mkfs(block_dev) -> None: method mount (line 115) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 116) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 117) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 118) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 119) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 121) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 122) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 123) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 124) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 125) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-esp8266_generic-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_23_0-esp8266-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/_espnow.pyi class ESPNowBase (line 23) | class ESPNowBase: method del_peer (line 24) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 25) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 26) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 27) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 28) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 29) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 30) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/apa102.pyi function apa102_write (line 10) | def apa102_write(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 12) | class NeoPixel: method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 15) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class APA102 (line 18) | class APA102: method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 21) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-esp8266-stubs/asyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/binascii.pyi function unhexlify (line 21) | def unhexlify(data) -> bytes: function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function b2a_base64 (line 38) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 46) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-esp8266-stubs/btree.pyi function open (line 88) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: publish/micropython-v1_23_0-esp8266-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-esp8266-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/esp.pyi function flash_user_start (line 24) | def flash_user_start() -> Incomplete: function freemem (line 30) | def freemem(*args, **kwargs) -> Incomplete: ... function free (line 31) | def free(*args, **kwargs) -> Incomplete: ... function flash_write (line 32) | def flash_write(byte_offset, bytes) -> Incomplete: ... function malloc (line 33) | def malloc(*args, **kwargs) -> Incomplete: ... function set_native_code_location (line 34) | def set_native_code_location(start, length) -> Incomplete: function osdebug (line 74) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function meminfo (line 114) | def meminfo(*args, **kwargs) -> Incomplete: ... function sleep_type (line 115) | def sleep_type(sleep_type: Optional[Any] = None) -> Incomplete: function flash_size (line 136) | def flash_size() -> Incomplete: function deepsleep (line 142) | def deepsleep( function check_fw (line 157) | def check_fw(*args, **kwargs) -> Incomplete: ... function apa102_write (line 158) | def apa102_write(*args, **kwargs) -> Incomplete: ... function esf_free_bufs (line 159) | def esf_free_bufs(*args, **kwargs) -> Incomplete: ... function flash_read (line 160) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_id (line 161) | def flash_id() -> Incomplete: function flash_erase (line 169) | def flash_erase(sector_no) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/espnow.pyi function poll (line 24) | def poll(*args, **kwargs) -> Incomplete: ... class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method irecv (line 38) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method recv (line 69) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method recvinto (line 109) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method set_pmk (line 144) | def set_pmk(self, pmk) -> None: method send (line 171) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method del_peer (line 218) | def del_peer(self, mac) -> Incomplete: method any (line 235) | def any(self) -> Incomplete: method config (line 255) | def config(self, param) -> str: method active (line 299) | def active(self, flag: Optional[Any] = None) -> Incomplete: method add_peer (line 329) | def add_peer( method __init__ (line 386) | def __init__(self, *argv, **kwargs) -> None: ... class ESPNowBase (line 388) | class ESPNowBase: method del_peer (line 389) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 390) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 391) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 392) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 393) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 394) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 395) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 396) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/flashbdev.pyi class FlashBdev (line 13) | class FlashBdev: method writeblocks (line 15) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 16) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_23_0-esp8266-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp8266-stubs/inisetup.pyi function fs_corrupted (line 10) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function check_bootsec (line 11) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... function wifi (line 13) | def wifi(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-esp8266-stubs/lwip.pyi function reset (line 24) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 25) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 26) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 27) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 29) | class socket: method recvfrom (line 30) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 32) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 33) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 34) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 35) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 37) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 38) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 39) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 41) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 42) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 43) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 44) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 45) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 46) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 47) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/machine.pyi function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function unique_id (line 46) | def unique_id() -> bytes: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function idle (line 126) | def idle() -> Incomplete: function lightsleep (line 135) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset_cause (line 160) | def reset_cause() -> int: function reset (line 166) | def reset() -> NoReturn: function bitstream (line 173) | def bitstream( class RTC (line 202) | class RTC: method datetime (line 208) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 224) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: method memory (line 235) | def memory(self, data: Optional[Any] = None) -> bytes: method alarm_left (line 252) | def alarm_left(self, alarm_id=0) -> int: method alarm (line 258) | def alarm(self, id, time, *, repeat=False) -> None: method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 268) | class Pin: method irq (line 338) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 383) | def off(self) -> None: method on (line 389) | def on(self) -> None: method init (line 395) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 405) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 439) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 440) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class ADC (line 451) | class ADC: method read_u16 (line 467) | def read_u16(self) -> int: method read (line 475) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 478) | class PWM: method duty_u16 (line 497) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 509) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 516) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 527) | def deinit(self) -> None: method duty_ns (line 533) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 543) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 544) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 546) | class I2C: method readfrom_mem_into (line 564) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 576) | def readfrom_into( method readfrom_mem (line 591) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 600) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 611) | def scan(self) -> List: method writeto (line 619) | def writeto( method writevto (line 634) | def writevto( method start (line 655) | def start(self) -> None: method readfrom (line 661) | def readfrom( method readinto (line 674) | def readinto( method init (line 688) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 702) | def stop(self) -> None: method write (line 708) | def write(self, buf) -> int: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 718) | class WDT: method feed (line 727) | def feed(self) -> None: method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 737) | class Timer: method init (line 748) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 788) | def deinit(self) -> None: method __init__ (line 794) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 796) | class SoftSPI(SPI): method deinit (line 805) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 806) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 807) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 808) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 809) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 810) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 811) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 813) | class UART: method write (line 818) | def write(self, buf) -> Union[int, None]: method deinit (line 826) | def deinit(self) -> None: method flush (line 836) | def flush(self) -> Incomplete: method init (line 851) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method txdone (line 905) | def txdone(self) -> bool: method readline (line 920) | def readline(self) -> Union[str, None]: method any (line 929) | def any(self) -> int: method read (line 944) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 955) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method __init__ (line 966) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 970) | class SPI: method deinit (line 984) | def deinit(self) -> None: method init (line 990) | def init( method write_readinto (line 1016) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1027) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1035) | def write(self, buf) -> int: method readinto (line 1044) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1054) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1056) | class SoftI2C(I2C): method readfrom_mem_into (line 1069) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1070) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1071) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1072) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1073) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1074) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1075) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1076) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1077) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1078) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1079) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1080) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1081) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1084) | class Signal(Pin): method off (line 1105) | def off(self) -> None: method on (line 1111) | def on(self) -> None: method value (line 1117) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1137) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/math.pyi function isnan (line 29) | def isnan(x) -> bool: function ldexp (line 35) | def ldexp(x, exp) -> Incomplete: function frexp (line 41) | def frexp(x) -> Incomplete: function isinf (line 50) | def isinf(x) -> bool: function isfinite (line 56) | def isfinite(x) -> bool: function trunc (line 62) | def trunc(x) -> int: function sqrt (line 68) | def sqrt(x) -> Incomplete: function log (line 74) | def log(x) -> float: function tan (line 80) | def tan(x) -> float: function modf (line 86) | def modf(x) -> Tuple: function sin (line 93) | def sin(x) -> float: function radians (line 99) | def radians(x) -> Incomplete: function atan (line 105) | def atan(x) -> float: function ceil (line 111) | def ceil(x) -> int: function atan2 (line 117) | def atan2(y, x) -> float: function pow (line 123) | def pow(x, y) -> Incomplete: function asin (line 129) | def asin(x) -> float: function acos (line 135) | def acos(x) -> float: function fmod (line 141) | def fmod(x, y) -> Incomplete: function fabs (line 147) | def fabs(x) -> Incomplete: function copysign (line 153) | def copysign(x, y) -> Incomplete: function floor (line 159) | def floor(x) -> int: function cos (line 165) | def cos(x) -> float: function exp (line 171) | def exp(x) -> float: function degrees (line 177) | def degrees(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp8266-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_23_0-esp8266-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _install_json (line 14) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 16) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _chunk (line 17) | def _chunk(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... function install (line 19) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 20) | def _check_exists(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/network.pyi function phy_mode (line 66) | def phy_mode(*args, **kwargs) -> Incomplete: ... function hostname (line 67) | def hostname(*args, **kwargs) -> Incomplete: ... function country (line 68) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 70) | class WLAN: method status (line 89) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 108) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 119) | def isconnected(self) -> bool: method scan (line 127) | def scan(self) -> List[Tuple]: method disconnect (line 156) | def disconnect(self) -> None: method active (line 162) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 170) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 205) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 214) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 54) | def uname() -> uname_result: function unlink (line 68) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 69) | def statvfs(path) -> Tuple: function umount (line 92) | def umount(mount_point) -> Incomplete: function sync (line 98) | def sync() -> None: function mkdir (line 104) | def mkdir(path) -> Incomplete: function dupterm (line 110) | def dupterm( function chdir (line 136) | def chdir(path) -> Incomplete: function remove (line 142) | def remove(path) -> None: function dupterm_notify (line 148) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsFat (line 182) | class VfsFat: method rename (line 187) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 188) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 189) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 190) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 191) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 192) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 193) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 194) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 195) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 196) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 197) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 198) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 199) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 202) | class VfsLfs2: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 208) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 209) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 210) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 211) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 212) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 213) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 214) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 215) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 216) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 217) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 218) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-esp8266-stubs/random.pyi function seed (line 39) | def seed( function getrandbits (line 53) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-esp8266-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-esp8266-stubs/socket.pyi function reset (line 88) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 89) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 90) | def getaddrinfo( function callback (line 138) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 140) | class socket: method recvfrom (line 154) | def recvfrom(self, bufsize) -> Tuple: method recv (line 162) | def recv(self, bufsize) -> bytes: method makefile (line 169) | def makefile( method listen (line 191) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 200) | def settimeout(self, value) -> Incomplete: method sendall (line 235) | def sendall(self, bytes) -> int: method setsockopt (line 248) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 256) | def setblocking(self, flag) -> Incomplete: method sendto (line 268) | def sendto(self, bytes, address) -> None: method readline (line 275) | def readline(self) -> Incomplete: method readinto (line 283) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 293) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 303) | def close(self) -> Incomplete: method connect (line 314) | def connect(self, address) -> None: method send (line 320) | def send(self, bytes) -> int: method bind (line 328) | def bind(self, address) -> Incomplete: method accept (line 334) | def accept(self) -> Tuple: method write (line 343) | def write(self, buf) -> int: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/ssd1306.pyi function const (line 29) | def const(*args, **kwargs) -> Incomplete: ... class SSD1306_SPI (line 31) | class SSD1306_SPI: method contrast (line 32) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 33) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 34) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 35) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 36) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 37) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 38) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 39) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 40) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 41) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 42) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 43) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 44) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 45) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 46) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 47) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 48) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 49) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 50) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 51) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 52) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306_I2C (line 55) | class SSD1306_I2C: method contrast (line 56) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 57) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 58) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 59) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 60) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 61) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 62) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 63) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 64) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 65) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 66) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 67) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 68) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 69) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 70) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 71) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 72) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 73) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 74) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 75) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 76) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 77) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306 (line 79) | class SSD1306: method contrast (line 80) | def contrast(self, *args, **kwargs) -> Incomplete: ... method vline (line 81) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 82) | def text(self, *args, **kwargs) -> Incomplete: ... method scroll (line 83) | def scroll(self, *args, **kwargs) -> Incomplete: ... method rect (line 84) | def rect(self, *args, **kwargs) -> Incomplete: ... method init_display (line 85) | def init_display(self, *args, **kwargs) -> Incomplete: ... method rotate (line 86) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 87) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 88) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method show (line 89) | def show(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 90) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method fill (line 91) | def fill(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 92) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 93) | def blit(self, *args, **kwargs) -> Incomplete: ... method poly (line 94) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 95) | def hline(self, *args, **kwargs) -> Incomplete: ... method pixel (line 96) | def pixel(self, *args, **kwargs) -> Incomplete: ... method line (line 97) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 98) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/ssl.pyi function wrap_socket (line 27) | def wrap_socket(sock, server_side=False, key=None, cert=None, cert_reqs=... class SSLContext (line 47) | class SSLContext: method load_verify_locations (line 53) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method wrap_socket (line 61) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 86) | def load_cert_chain(self, certfile, keyfile) -> None: method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/struct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-esp8266-stubs/sys.pyi function exit (line 28) | def exit( function print_exception (line 38) | def print_exception( FILE: publish/micropython-v1_23_0-esp8266-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-esp8266-stubs/tls.pyi class SSLContext (line 14) | class SSLContext: method wrap_socket (line 15) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 16) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-esp8266-stubs/uasyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/ubinascii.pyi function unhexlify (line 21) | def unhexlify(data) -> bytes: function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function b2a_base64 (line 38) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 46) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-esp8266-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-esp8266-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-esp8266-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-esp8266-stubs/umachine.pyi function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function freq (line 38) | def freq(hz: Optional[Any] = None) -> Incomplete: function unique_id (line 46) | def unique_id() -> bytes: function deepsleep (line 55) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 80) | def disable_irq() -> Incomplete: function dht_readinto (line 89) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function idle (line 126) | def idle() -> Incomplete: function lightsleep (line 135) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset_cause (line 160) | def reset_cause() -> int: function reset (line 166) | def reset() -> NoReturn: function bitstream (line 173) | def bitstream( class RTC (line 202) | class RTC: method datetime (line 208) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 224) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: method memory (line 235) | def memory(self, data: Optional[Any] = None) -> bytes: method alarm_left (line 252) | def alarm_left(self, alarm_id=0) -> int: method alarm (line 258) | def alarm(self, id, time, *, repeat=False) -> None: method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 268) | class Pin: method irq (line 338) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 383) | def off(self) -> None: method on (line 389) | def on(self) -> None: method init (line 395) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 405) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 439) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 440) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class ADC (line 451) | class ADC: method read_u16 (line 467) | def read_u16(self) -> int: method read (line 475) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 476) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 478) | class PWM: method duty_u16 (line 497) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 509) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 516) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 527) | def deinit(self) -> None: method duty_ns (line 533) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 543) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 544) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 546) | class I2C: method readfrom_mem_into (line 564) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 576) | def readfrom_into( method readfrom_mem (line 591) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 600) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 611) | def scan(self) -> List: method writeto (line 619) | def writeto( method writevto (line 634) | def writevto( method start (line 655) | def start(self) -> None: method readfrom (line 661) | def readfrom( method readinto (line 674) | def readinto( method init (line 688) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 702) | def stop(self) -> None: method write (line 708) | def write(self, buf) -> int: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 718) | class WDT: method feed (line 727) | def feed(self) -> None: method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 737) | class Timer: method init (line 748) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 788) | def deinit(self) -> None: method __init__ (line 794) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 796) | class SoftSPI(SPI): method deinit (line 805) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 806) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 807) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 808) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 809) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 810) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 811) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 813) | class UART: method write (line 818) | def write(self, buf) -> Union[int, None]: method deinit (line 826) | def deinit(self) -> None: method flush (line 836) | def flush(self) -> Incomplete: method init (line 851) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method txdone (line 905) | def txdone(self) -> bool: method readline (line 920) | def readline(self) -> Union[str, None]: method any (line 929) | def any(self) -> int: method read (line 944) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 955) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method __init__ (line 966) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 970) | class SPI: method deinit (line 984) | def deinit(self) -> None: method init (line 990) | def init( method write_readinto (line 1016) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1027) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1035) | def write(self, buf) -> int: method readinto (line 1044) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1054) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1056) | class SoftI2C(I2C): method readfrom_mem_into (line 1069) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1070) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1071) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1072) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1073) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1074) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1075) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1076) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1077) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1078) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1079) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1080) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1081) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1082) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1084) | class Signal(Pin): method off (line 1105) | def off(self) -> None: method on (line 1111) | def on(self) -> None: method value (line 1117) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1137) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/umqtt/robust.pyi class MQTTClient (line 10) | class MQTTClient: method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 16) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 18) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 19) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 20) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 21) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 22) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 23) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 24) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 25) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 26) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 19) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 25) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 54) | def uname() -> uname_result: function unlink (line 68) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 69) | def statvfs(path) -> Tuple: function umount (line 92) | def umount(mount_point) -> Incomplete: function sync (line 98) | def sync() -> None: function mkdir (line 104) | def mkdir(path) -> Incomplete: function dupterm (line 110) | def dupterm( function chdir (line 136) | def chdir(path) -> Incomplete: function remove (line 142) | def remove(path) -> None: function dupterm_notify (line 148) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsFat (line 182) | class VfsFat: method rename (line 187) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 188) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 189) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 190) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 191) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 192) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 193) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 194) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 195) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 196) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 197) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 198) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 199) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 202) | class VfsLfs2: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 208) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 209) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 210) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 211) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 212) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 213) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 214) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 215) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 216) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 217) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 218) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-esp8266-stubs/urandom.pyi function seed (line 39) | def seed( function getrandbits (line 53) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-esp8266-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/urequests.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-esp8266-stubs/usocket.pyi function reset (line 88) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 89) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 90) | def getaddrinfo( function callback (line 138) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 140) | class socket: method recvfrom (line 154) | def recvfrom(self, bufsize) -> Tuple: method recv (line 162) | def recv(self, bufsize) -> bytes: method makefile (line 169) | def makefile( method listen (line 191) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 200) | def settimeout(self, value) -> Incomplete: method sendall (line 235) | def sendall(self, bytes) -> int: method setsockopt (line 248) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 256) | def setblocking(self, flag) -> Incomplete: method sendto (line 268) | def sendto(self, bytes, address) -> None: method readline (line 275) | def readline(self) -> Incomplete: method readinto (line 283) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 293) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 303) | def close(self) -> Incomplete: method connect (line 314) | def connect(self, address) -> None: method send (line 320) | def send(self, bytes) -> int: method bind (line 328) | def bind(self, address) -> Incomplete: method accept (line 334) | def accept(self) -> Tuple: method write (line 343) | def write(self, buf) -> int: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/ustruct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-esp8266-stubs/usys.pyi function exit (line 28) | def exit( function print_exception (line 38) | def print_exception( FILE: publish/micropython-v1_23_0-esp8266-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-esp8266-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/vfs.pyi function umount (line 30) | def umount(mount_point) -> Incomplete: function mount (line 40) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: class VfsLfs2 (line 58) | class VfsLfs2: method rename (line 76) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 78) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 87) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 88) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 89) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 90) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 91) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 92) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 93) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 94) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 95) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 96) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 97) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 100) | class VfsFat: method rename (line 107) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 109) | def mkfs(block_dev) -> None: method mount (line 115) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 116) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 117) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 118) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 119) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 121) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 122) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 123) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 124) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 125) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-esp8266-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/_rp2.pyi function bootsel_button (line 25) | def bootsel_button() -> Incomplete: class DMA (line 38) | class DMA: method irq (line 43) | def irq(self, handler=None, hard=False) -> Incomplete: method unpack_ctrl (line 49) | def unpack_ctrl(self, value) -> Incomplete: method pack_ctrl (line 64) | def pack_ctrl(self, default=None, **kwargs) -> Incomplete: method close (line 123) | def close(self) -> Incomplete: method config (line 130) | def config(self, read=None, write=None, count=None, ctrl=None, trigger... method active (line 151) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 162) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 164) | class StateMachine: method irq (line 174) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 182) | def put(self, value, shift=0) -> Incomplete: method restart (line 198) | def restart(self) -> Incomplete: method rx_fifo (line 213) | def rx_fifo(self) -> int: method tx_fifo (line 223) | def tx_fifo(self) -> int: method init (line 233) | def init( method exec (line 281) | def exec(self, instr) -> Incomplete: method get (line 297) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 309) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 320) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 322) | class PIO: method state_machine (line 343) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 355) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 365) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 375) | def add_program(self, program) -> Incomplete: method __init__ (line 385) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 387) | class Flash: method readblocks (line 392) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 393) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 394) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 402) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/asyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/machine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class Pin (line 202) | class Pin: method low (line 283) | def low(self) -> None: method irq (line 291) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 336) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 337) | def off(self) -> None: method on (line 343) | def on(self) -> None: method init (line 349) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 359) | def value(self, x: Optional[Any] = None) -> int: method high (line 393) | def high(self) -> None: class cpu (line 401) | class cpu: method __init__ (line 432) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 434) | class board: method __init__ (line 463) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 465) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 466) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class PWM (line 478) | class PWM: method duty_u16 (line 497) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 509) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 520) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 527) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 537) | def deinit(self) -> None: method __init__ (line 543) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 545) | class ADC: method read_u16 (line 562) | def read_u16(self) -> int: method __init__ (line 570) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 572) | class I2C: method readfrom_mem_into (line 590) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 602) | def readfrom_into( method readfrom_mem (line 617) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 626) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 637) | def scan(self) -> List: method writeto (line 645) | def writeto( method writevto (line 660) | def writevto( method start (line 681) | def start(self) -> None: method readfrom (line 687) | def readfrom( method readinto (line 700) | def readinto( method init (line 714) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 728) | def stop(self) -> None: method write (line 734) | def write(self, buf) -> int: method __init__ (line 742) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 744) | class I2S: method shift (line 775) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 783) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 789) | def irq(self, handler) -> Incomplete: method readinto (line 797) | def readinto(self, buf) -> int: method deinit (line 806) | def deinit(self) -> Incomplete: method write (line 812) | def write(self, buf) -> int: method __init__ (line 821) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 823) | class WDT: method feed (line 832) | def feed(self) -> None: method __init__ (line 840) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 842) | class RTC: method datetime (line 847) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 863) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 865) | class Timer: method init (line 876) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 916) | def deinit(self) -> None: method __init__ (line 922) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 924) | class UART: method deinit (line 933) | def deinit(self) -> None: method sendbreak (line 943) | def sendbreak(self) -> None: method init (line 950) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1004) | def flush(self) -> Incomplete: method txdone (line 1019) | def txdone(self) -> bool: method read (line 1034) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1045) | def any(self) -> int: method write (line 1060) | def write(self, buf) -> Union[int, None]: method readinto (line 1068) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1079) | def readline(self) -> Union[str, None]: method __init__ (line 1088) | def __init__(self, *argv, **kwargs) -> None: ... class USBDevice (line 1090) | class USBDevice: method config (line 1098) | def config(self, desc_dev, desc_cfg, desc_strs=None, open_itf_cb=None,... method active (line 1197) | def active(self, value: Optional[Any] = None) -> bool: method stall (line 1218) | def stall(self, ep, stall: Optional[Any] = None) -> Incomplete: method submit_xfer (line 1239) | def submit_xfer(self, ep, buffer) -> bool: class BUILTIN_CDC (line 1261) | class BUILTIN_CDC: method __init__ (line 1269) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1271) | class BUILTIN_NONE: method __init__ (line 1277) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1279) | class BUILTIN_DEFAULT: method __init__ (line 1287) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1289) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1291) | class SoftSPI(SPI): method deinit (line 1300) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1301) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1302) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1303) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1304) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1305) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1306) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1308) | class SPI: method deinit (line 1322) | def deinit(self) -> None: method init (line 1328) | def init( method write_readinto (line 1354) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1365) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1373) | def write(self, buf) -> int: method readinto (line 1382) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1392) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1394) | class Signal(Pin): method off (line 1415) | def off(self) -> None: method on (line 1421) | def on(self) -> None: method value (line 1427) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1447) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1449) | class SoftI2C(I2C): method readfrom_mem_into (line 1462) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1463) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1464) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1465) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1466) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1467) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1468) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1469) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1470) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1471) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1472) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1473) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1474) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1475) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 54) | def uname() -> uname_result: function unlink (line 68) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 69) | def statvfs(path) -> Tuple: function umount (line 92) | def umount(mount_point) -> Incomplete: function sync (line 98) | def sync() -> None: function mkdir (line 104) | def mkdir(path) -> Incomplete: function dupterm (line 110) | def dupterm( function chdir (line 136) | def chdir(path) -> Incomplete: function remove (line 142) | def remove(path) -> None: function dupterm_notify (line 148) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsFat (line 182) | class VfsFat: method rename (line 187) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 188) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 189) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 190) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 191) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 192) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 193) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 194) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 195) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 196) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 197) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 198) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 199) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 202) | class VfsLfs2: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 208) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 209) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 210) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 211) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 212) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 213) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 214) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 215) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 216) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 217) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 218) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/rp2.pyi function asm_pio_encode (line 27) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: function asm_pio (line 37) | def asm_pio( function bootsel_button (line 86) | def bootsel_button() -> Incomplete: function const (line 99) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 101) | class PIOASMEmit: method in_ (line 102) | def in_(self, *args, **kwargs) -> Incomplete: ... method side (line 103) | def side(self, *args, **kwargs) -> Incomplete: ... method out (line 104) | def out(self, *args, **kwargs) -> Incomplete: ... method jmp (line 105) | def jmp(self, *args, **kwargs) -> Incomplete: ... method start_pass (line 106) | def start_pass(self, *args, **kwargs) -> Incomplete: ... method wrap (line 107) | def wrap(self, *args, **kwargs) -> Incomplete: ... method word (line 108) | def word(self, *args, **kwargs) -> Incomplete: ... method wait (line 109) | def wait(self, *args, **kwargs) -> Incomplete: ... method wrap_target (line 110) | def wrap_target(self, *args, **kwargs) -> Incomplete: ... method delay (line 111) | def delay(self, *args, **kwargs) -> Incomplete: ... method label (line 112) | def label(self, *args, **kwargs) -> Incomplete: ... method irq (line 113) | def irq(self, *args, **kwargs) -> Incomplete: ... method set (line 114) | def set(self, *args, **kwargs) -> Incomplete: ... method mov (line 115) | def mov(self, *args, **kwargs) -> Incomplete: ... method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method pull (line 117) | def pull(self, *args, **kwargs) -> Incomplete: ... method nop (line 118) | def nop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 119) | def __init__(self, *argv, **kwargs) -> None: ... class PIOASMError (line 121) | class PIOASMError(Exception): ... class PIO (line 123) | class PIO: method state_machine (line 144) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 156) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 166) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 176) | def add_program(self, program) -> Incomplete: method __init__ (line 186) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 188) | class StateMachine: method irq (line 198) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 206) | def put(self, value, shift=0) -> Incomplete: method restart (line 222) | def restart(self) -> Incomplete: method rx_fifo (line 237) | def rx_fifo(self) -> int: method tx_fifo (line 247) | def tx_fifo(self) -> int: method init (line 257) | def init( method exec (line 305) | def exec(self, instr) -> Incomplete: method get (line 321) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 333) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 344) | def __init__(self, *argv, **kwargs) -> None: ... class DMA (line 346) | class DMA: method irq (line 351) | def irq(self, handler=None, hard=False) -> Incomplete: method unpack_ctrl (line 357) | def unpack_ctrl(self, value) -> Incomplete: method pack_ctrl (line 372) | def pack_ctrl(self, default=None, **kwargs) -> Incomplete: method close (line 431) | def close(self) -> Incomplete: method config (line 438) | def config(self, read=None, write=None, count=None, ctrl=None, trigger... method active (line 459) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 470) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 472) | class Flash: method readblocks (line 477) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 478) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 479) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 487) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/struct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/uasyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/umachine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class Pin (line 202) | class Pin: method low (line 283) | def low(self) -> None: method irq (line 291) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 336) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 337) | def off(self) -> None: method on (line 343) | def on(self) -> None: method init (line 349) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 359) | def value(self, x: Optional[Any] = None) -> int: method high (line 393) | def high(self) -> None: class cpu (line 401) | class cpu: method __init__ (line 432) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 434) | class board: method __init__ (line 463) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 465) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 466) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class PWM (line 478) | class PWM: method duty_u16 (line 497) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 509) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 520) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 527) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 537) | def deinit(self) -> None: method __init__ (line 543) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 545) | class ADC: method read_u16 (line 562) | def read_u16(self) -> int: method __init__ (line 570) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 572) | class I2C: method readfrom_mem_into (line 590) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 602) | def readfrom_into( method readfrom_mem (line 617) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 626) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 637) | def scan(self) -> List: method writeto (line 645) | def writeto( method writevto (line 660) | def writevto( method start (line 681) | def start(self) -> None: method readfrom (line 687) | def readfrom( method readinto (line 700) | def readinto( method init (line 714) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 728) | def stop(self) -> None: method write (line 734) | def write(self, buf) -> int: method __init__ (line 742) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 744) | class I2S: method shift (line 775) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 783) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 789) | def irq(self, handler) -> Incomplete: method readinto (line 797) | def readinto(self, buf) -> int: method deinit (line 806) | def deinit(self) -> Incomplete: method write (line 812) | def write(self, buf) -> int: method __init__ (line 821) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 823) | class WDT: method feed (line 832) | def feed(self) -> None: method __init__ (line 840) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 842) | class RTC: method datetime (line 847) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 863) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 865) | class Timer: method init (line 876) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 916) | def deinit(self) -> None: method __init__ (line 922) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 924) | class UART: method deinit (line 933) | def deinit(self) -> None: method sendbreak (line 943) | def sendbreak(self) -> None: method init (line 950) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1004) | def flush(self) -> Incomplete: method txdone (line 1019) | def txdone(self) -> bool: method read (line 1034) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1045) | def any(self) -> int: method write (line 1060) | def write(self, buf) -> Union[int, None]: method readinto (line 1068) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1079) | def readline(self) -> Union[str, None]: method __init__ (line 1088) | def __init__(self, *argv, **kwargs) -> None: ... class USBDevice (line 1090) | class USBDevice: method config (line 1098) | def config(self, desc_dev, desc_cfg, desc_strs=None, open_itf_cb=None,... method active (line 1197) | def active(self, value: Optional[Any] = None) -> bool: method stall (line 1218) | def stall(self, ep, stall: Optional[Any] = None) -> Incomplete: method submit_xfer (line 1239) | def submit_xfer(self, ep, buffer) -> bool: class BUILTIN_CDC (line 1261) | class BUILTIN_CDC: method __init__ (line 1269) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1271) | class BUILTIN_NONE: method __init__ (line 1277) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1279) | class BUILTIN_DEFAULT: method __init__ (line 1287) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1289) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1291) | class SoftSPI(SPI): method deinit (line 1300) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1301) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1302) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1303) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1304) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1305) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1306) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1308) | class SPI: method deinit (line 1322) | def deinit(self) -> None: method init (line 1328) | def init( method write_readinto (line 1354) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1365) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1373) | def write(self, buf) -> int: method readinto (line 1382) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1392) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1394) | class Signal(Pin): method off (line 1415) | def off(self) -> None: method on (line 1421) | def on(self) -> None: method value (line 1427) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1447) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1449) | class SoftI2C(I2C): method readfrom_mem_into (line 1462) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1463) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1464) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1465) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1466) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1467) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1468) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1469) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1470) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1471) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1472) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1473) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1474) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1475) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 54) | def uname() -> uname_result: function unlink (line 68) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 69) | def statvfs(path) -> Tuple: function umount (line 92) | def umount(mount_point) -> Incomplete: function sync (line 98) | def sync() -> None: function mkdir (line 104) | def mkdir(path) -> Incomplete: function dupterm (line 110) | def dupterm( function chdir (line 136) | def chdir(path) -> Incomplete: function remove (line 142) | def remove(path) -> None: function dupterm_notify (line 148) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsFat (line 182) | class VfsFat: method rename (line 187) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 188) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 189) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 190) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 191) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 192) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 193) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 194) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 195) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 196) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 197) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 198) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 199) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 202) | class VfsLfs2: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 208) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 209) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 210) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 211) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 212) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 213) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 214) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 215) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 216) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 217) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 218) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/ustruct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-rpi_pico-stubs/vfs.pyi function umount (line 30) | def umount(mount_point) -> Incomplete: function mount (line 40) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: class VfsLfs2 (line 58) | class VfsLfs2: method rename (line 76) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 78) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 87) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 88) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 89) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 90) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 91) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 92) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 93) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 94) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 95) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 96) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 97) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 100) | class VfsFat: method rename (line 107) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 109) | def mkfs(block_dev) -> None: method mount (line 115) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 116) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 117) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 118) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 119) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 121) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 122) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 123) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 124) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 125) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/_rp2.pyi function country (line 25) | def country(*args, **kwargs) -> Incomplete: ... function bootsel_button (line 26) | def bootsel_button() -> Incomplete: class Flash (line 39) | class Flash: method readblocks (line 44) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 45) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 46) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class DMA (line 56) | class DMA: method irq (line 61) | def irq(self, handler=None, hard=False) -> Incomplete: method unpack_ctrl (line 67) | def unpack_ctrl(self, value) -> Incomplete: method pack_ctrl (line 82) | def pack_ctrl(self, default=None, **kwargs) -> Incomplete: method close (line 141) | def close(self) -> Incomplete: method config (line 148) | def config(self, read=None, write=None, count=None, ctrl=None, trigger... method active (line 169) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 182) | class StateMachine: method irq (line 192) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 200) | def put(self, value, shift=0) -> Incomplete: method restart (line 216) | def restart(self) -> Incomplete: method rx_fifo (line 231) | def rx_fifo(self) -> int: method tx_fifo (line 241) | def tx_fifo(self) -> int: method init (line 251) | def init( method exec (line 299) | def exec(self, instr) -> Incomplete: method get (line 315) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 327) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 338) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 340) | class PIO: method state_machine (line 361) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 373) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 383) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 393) | def add_program(self, program) -> Incomplete: method __init__ (line 403) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/aioble/__init__.pyi function log_warn (line 14) | def log_warn(*args, **kwargs) -> Incomplete: ... function log_info (line 15) | def log_info(*args, **kwargs) -> Incomplete: ... function log_error (line 16) | def log_error(*args, **kwargs) -> Incomplete: ... function register_services (line 17) | def register_services(*args, **kwargs) -> Incomplete: ... function stop (line 18) | def stop(*args, **kwargs) -> Incomplete: ... function config (line 19) | def config(*args, **kwargs) -> Incomplete: ... function const (line 20) | def const(*args, **kwargs) -> Incomplete: ... class Service (line 22) | class Service: method _tuple (line 23) | def _tuple(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... class scan (line 26) | class scan: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... class Characteristic (line 32) | class Characteristic: method _remote_write (line 33) | def _remote_write(self, *args, **kwargs) -> Incomplete: ... method _remote_read (line 34) | def _remote_read(self, *args, **kwargs) -> Incomplete: ... method notify (line 35) | def notify(self, *args, **kwargs) -> Incomplete: ... method on_read (line 36) | def on_read(self, *args, **kwargs) -> Incomplete: ... method _tuple (line 37) | def _tuple(self, *args, **kwargs) -> Incomplete: ... method write (line 38) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 39) | def read(self, *args, **kwargs) -> Incomplete: ... method _register (line 40) | def _register(self, *args, **kwargs) -> Incomplete: ... method _indicate_done (line 41) | def _indicate_done(self, *args, **kwargs) -> Incomplete: ... method _init_capture (line 42) | def _init_capture(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class GattError (line 49) | class GattError(Exception): ... class BufferedCharacteristic (line 51) | class BufferedCharacteristic: method on_read (line 52) | def on_read(self, *args, **kwargs) -> Incomplete: ... method _remote_read (line 53) | def _remote_read(self, *args, **kwargs) -> Incomplete: ... method _remote_write (line 54) | def _remote_write(self, *args, **kwargs) -> Incomplete: ... method notify (line 55) | def notify(self, *args, **kwargs) -> Incomplete: ... method _tuple (line 56) | def _tuple(self, *args, **kwargs) -> Incomplete: ... method _init_capture (line 57) | def _init_capture(self, *args, **kwargs) -> Incomplete: ... method read (line 58) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 59) | def write(self, *args, **kwargs) -> Incomplete: ... method _indicate_done (line 60) | def _indicate_done(self, *args, **kwargs) -> Incomplete: ... method _register (line 63) | def _register(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceDisconnectedError (line 69) | class DeviceDisconnectedError(Exception): ... class Descriptor (line 71) | class Descriptor: method _tuple (line 72) | def _tuple(self, *args, **kwargs) -> Incomplete: ... method _remote_read (line 73) | def _remote_read(self, *args, **kwargs) -> Incomplete: ... method _remote_write (line 74) | def _remote_write(self, *args, **kwargs) -> Incomplete: ... method on_read (line 75) | def on_read(self, *args, **kwargs) -> Incomplete: ... method _register (line 76) | def _register(self, *args, **kwargs) -> Incomplete: ... method read (line 77) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 78) | def write(self, *args, **kwargs) -> Incomplete: ... method _init_capture (line 79) | def _init_capture(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... class Device (line 85) | class Device: method addr_hex (line 86) | def addr_hex(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/aioble/central.pyi function _central_shutdown (line 11) | def _central_shutdown(*args, **kwargs) -> Incomplete: ... function ensure_active (line 12) | def ensure_active(*args, **kwargs) -> Incomplete: ... function _central_irq (line 13) | def _central_irq(*args, **kwargs) -> Incomplete: ... function register_irq_handler (line 14) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function log_warn (line 15) | def log_warn(*args, **kwargs) -> Incomplete: ... function log_error (line 16) | def log_error(*args, **kwargs) -> Incomplete: ... function log_info (line 17) | def log_info(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... class DeviceTimeout (line 22) | class DeviceTimeout: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... class scan (line 26) | class scan: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... class ScanResult (line 33) | class ScanResult: method _update (line 34) | def _update(self, *args, **kwargs) -> Incomplete: ... method name (line 35) | def name(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceConnection (line 45) | class DeviceConnection: method is_connected (line 47) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method _run_task (line 48) | def _run_task(self, *args, **kwargs) -> Incomplete: ... method services (line 49) | def services(self, *args, **kwargs) -> Incomplete: ... method timeout (line 50) | def timeout(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 60) | def __init__(self, *argv, **kwargs) -> None: ... class Device (line 62) | class Device: method addr_hex (line 63) | def addr_hex(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/aioble/client.pyi function register_irq_handler (line 11) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function _client_irq (line 12) | def _client_irq(*args, **kwargs) -> Incomplete: ... function const (line 13) | def const(*args, **kwargs) -> Incomplete: ... class DeviceConnection (line 15) | class DeviceConnection: method is_connected (line 17) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method _run_task (line 18) | def _run_task(self, *args, **kwargs) -> Incomplete: ... method services (line 19) | def services(self, *args, **kwargs) -> Incomplete: ... method timeout (line 20) | def timeout(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class GattError (line 32) | class GattError(Exception): ... class ClientService (line 34) | class ClientService: method characteristics (line 35) | def characteristics(self, *args, **kwargs) -> Incomplete: ... method _start_discovery (line 36) | def _start_discovery(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class ClientDiscover (line 43) | class ClientDiscover: method _discover_result (line 44) | def _discover_result(self, *args, **kwargs) -> Incomplete: ... method _discover_done (line 45) | def _discover_done(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 50) | class deque: method pop (line 51) | def pop(self, *args, **kwargs) -> Incomplete: ... method appendleft (line 52) | def appendleft(self, *args, **kwargs) -> Incomplete: ... method popleft (line 53) | def popleft(self, *args, **kwargs) -> Incomplete: ... method extend (line 54) | def extend(self, *args, **kwargs) -> Incomplete: ... method append (line 55) | def append(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... class ClientDescriptor (line 58) | class ClientDescriptor: method _read_result (line 59) | def _read_result(self, *args, **kwargs) -> Incomplete: ... method _read_done (line 60) | def _read_done(self, *args, **kwargs) -> Incomplete: ... method _write_done (line 61) | def _write_done(self, *args, **kwargs) -> Incomplete: ... method _register_with_connection (line 62) | def _register_with_connection(self, *args, **kwargs) -> Incomplete: ... method _start_discovery (line 63) | def _start_discovery(self, *args, **kwargs) -> Incomplete: ... method _check (line 64) | def _check(self, *args, **kwargs) -> Incomplete: ... method _find (line 65) | def _find(self, *args, **kwargs) -> Incomplete: ... method _connection (line 66) | def _connection(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: ... class BaseClientCharacteristic (line 72) | class BaseClientCharacteristic: method _write_done (line 73) | def _write_done(self, *args, **kwargs) -> Incomplete: ... method _read_done (line 74) | def _read_done(self, *args, **kwargs) -> Incomplete: ... method _read_result (line 75) | def _read_result(self, *args, **kwargs) -> Incomplete: ... method _register_with_connection (line 76) | def _register_with_connection(self, *args, **kwargs) -> Incomplete: ... method _find (line 77) | def _find(self, *args, **kwargs) -> Incomplete: ... method _check (line 78) | def _check(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 82) | def __init__(self, *argv, **kwargs) -> None: ... class ClientCharacteristic (line 84) | class ClientCharacteristic: method _on_notify (line 85) | def _on_notify(self, *args, **kwargs) -> Incomplete: ... method _register_with_connection (line 86) | def _register_with_connection(self, *args, **kwargs) -> Incomplete: ... method _on_indicate (line 87) | def _on_indicate(self, *args, **kwargs) -> Incomplete: ... method _read_result (line 88) | def _read_result(self, *args, **kwargs) -> Incomplete: ... method _on_notify_indicate (line 89) | def _on_notify_indicate(self, *args, **kwargs) -> Incomplete: ... method _read_done (line 90) | def _read_done(self, *args, **kwargs) -> Incomplete: ... method _start_discovery (line 91) | def _start_discovery(self, *args, **kwargs) -> Incomplete: ... method descriptors (line 92) | def descriptors(self, *args, **kwargs) -> Incomplete: ... method _write_done (line 93) | def _write_done(self, *args, **kwargs) -> Incomplete: ... method _find (line 94) | def _find(self, *args, **kwargs) -> Incomplete: ... method _check (line 95) | def _check(self, *args, **kwargs) -> Incomplete: ... method _connection (line 96) | def _connection(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/aioble/core.pyi function ensure_active (line 14) | def ensure_active(*args, **kwargs) -> Incomplete: ... function register_irq_handler (line 15) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function log_warn (line 16) | def log_warn(*args, **kwargs) -> Incomplete: ... function log_error (line 17) | def log_error(*args, **kwargs) -> Incomplete: ... function log_info (line 18) | def log_info(*args, **kwargs) -> Incomplete: ... function config (line 19) | def config(*args, **kwargs) -> Incomplete: ... function stop (line 20) | def stop(*args, **kwargs) -> Incomplete: ... function ble_irq (line 21) | def ble_irq(*args, **kwargs) -> Incomplete: ... class GattError (line 25) | class GattError(Exception): ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/aioble/device.pyi function _device_irq (line 11) | def _device_irq(*args, **kwargs) -> Incomplete: ... function register_irq_handler (line 12) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function log_error (line 13) | def log_error(*args, **kwargs) -> Incomplete: ... function const (line 14) | def const(*args, **kwargs) -> Incomplete: ... class Device (line 16) | class Device: method addr_hex (line 17) | def addr_hex(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceConnection (line 24) | class DeviceConnection: method is_connected (line 26) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method _run_task (line 27) | def _run_task(self, *args, **kwargs) -> Incomplete: ... method services (line 28) | def services(self, *args, **kwargs) -> Incomplete: ... method timeout (line 29) | def timeout(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceDisconnectedError (line 41) | class DeviceDisconnectedError(Exception): ... class DeviceTimeout (line 43) | class DeviceTimeout: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/aioble/l2cap.pyi function register_irq_handler (line 13) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function _l2cap_irq (line 14) | def _l2cap_irq(*args, **kwargs) -> Incomplete: ... function _l2cap_shutdown (line 15) | def _l2cap_shutdown(*args, **kwargs) -> Incomplete: ... function log_error (line 16) | def log_error(*args, **kwargs) -> Incomplete: ... function const (line 17) | def const(*args, **kwargs) -> Incomplete: ... class L2CAPChannel (line 22) | class L2CAPChannel: method available (line 23) | def available(self, *args, **kwargs) -> Incomplete: ... method _assert_connected (line 24) | def _assert_connected(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... class L2CAPConnectionError (line 35) | class L2CAPConnectionError(Exception): ... class L2CAPDisconnectedError (line 36) | class L2CAPDisconnectedError(Exception): ... class DeviceConnection (line 38) | class DeviceConnection: method is_connected (line 40) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method _run_task (line 41) | def _run_task(self, *args, **kwargs) -> Incomplete: ... method services (line 42) | def services(self, *args, **kwargs) -> Incomplete: ... method timeout (line 43) | def timeout(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/aioble/peripheral.pyi function _peripheral_shutdown (line 11) | def _peripheral_shutdown(*args, **kwargs) -> Incomplete: ... function ensure_active (line 12) | def ensure_active(*args, **kwargs) -> Incomplete: ... function _peripheral_irq (line 13) | def _peripheral_irq(*args, **kwargs) -> Incomplete: ... function register_irq_handler (line 14) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function log_warn (line 15) | def log_warn(*args, **kwargs) -> Incomplete: ... function log_error (line 16) | def log_error(*args, **kwargs) -> Incomplete: ... function log_info (line 17) | def log_info(*args, **kwargs) -> Incomplete: ... function _append (line 18) | def _append(*args, **kwargs) -> Incomplete: ... function const (line 19) | def const(*args, **kwargs) -> Incomplete: ... class Device (line 21) | class Device: method addr_hex (line 22) | def addr_hex(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceConnection (line 30) | class DeviceConnection: method is_connected (line 32) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method _run_task (line 33) | def _run_task(self, *args, **kwargs) -> Incomplete: ... method services (line 34) | def services(self, *args, **kwargs) -> Incomplete: ... method timeout (line 35) | def timeout(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceTimeout (line 47) | class DeviceTimeout: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/aioble/security.pyi function _security_irq (line 15) | def _security_irq(*args, **kwargs) -> Incomplete: ... function register_irq_handler (line 16) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function _security_shutdown (line 17) | def _security_shutdown(*args, **kwargs) -> Incomplete: ... function log_warn (line 18) | def log_warn(*args, **kwargs) -> Incomplete: ... function log_info (line 19) | def log_info(*args, **kwargs) -> Incomplete: ... function load_secrets (line 20) | def load_secrets(*args, **kwargs) -> Incomplete: ... function schedule (line 21) | def schedule(*args, **kwargs) -> Incomplete: ... function const (line 22) | def const(*args, **kwargs) -> Incomplete: ... function _save_secrets (line 23) | def _save_secrets(*args, **kwargs) -> Incomplete: ... class DeviceConnection (line 28) | class DeviceConnection: method is_connected (line 30) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method _run_task (line 31) | def _run_task(self, *args, **kwargs) -> Incomplete: ... method services (line 32) | def services(self, *args, **kwargs) -> Incomplete: ... method timeout (line 33) | def timeout(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/aioble/server.pyi function _server_shutdown (line 13) | def _server_shutdown(*args, **kwargs) -> Incomplete: ... function ensure_active (line 14) | def ensure_active(*args, **kwargs) -> Incomplete: ... function _server_irq (line 15) | def _server_irq(*args, **kwargs) -> Incomplete: ... function register_services (line 16) | def register_services(*args, **kwargs) -> Incomplete: ... function log_error (line 17) | def log_error(*args, **kwargs) -> Incomplete: ... function register_irq_handler (line 18) | def register_irq_handler(*args, **kwargs) -> Incomplete: ... function log_warn (line 19) | def log_warn(*args, **kwargs) -> Incomplete: ... function log_info (line 20) | def log_info(*args, **kwargs) -> Incomplete: ... function const (line 21) | def const(*args, **kwargs) -> Incomplete: ... class BaseCharacteristic (line 23) | class BaseCharacteristic: method _remote_read (line 24) | def _remote_read(self, *args, **kwargs) -> Incomplete: ... method _register (line 25) | def _register(self, *args, **kwargs) -> Incomplete: ... method _remote_write (line 26) | def _remote_write(self, *args, **kwargs) -> Incomplete: ... method on_read (line 27) | def on_read(self, *args, **kwargs) -> Incomplete: ... method read (line 28) | def read(self, *args, **kwargs) -> Incomplete: ... method _init_capture (line 29) | def _init_capture(self, *args, **kwargs) -> Incomplete: ... method write (line 30) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedCharacteristic (line 36) | class BufferedCharacteristic: method on_read (line 37) | def on_read(self, *args, **kwargs) -> Incomplete: ... method _remote_read (line 38) | def _remote_read(self, *args, **kwargs) -> Incomplete: ... method _remote_write (line 39) | def _remote_write(self, *args, **kwargs) -> Incomplete: ... method notify (line 40) | def notify(self, *args, **kwargs) -> Incomplete: ... method _tuple (line 41) | def _tuple(self, *args, **kwargs) -> Incomplete: ... method _init_capture (line 42) | def _init_capture(self, *args, **kwargs) -> Incomplete: ... method read (line 43) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 44) | def write(self, *args, **kwargs) -> Incomplete: ... method _indicate_done (line 45) | def _indicate_done(self, *args, **kwargs) -> Incomplete: ... method _register (line 48) | def _register(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 56) | class deque: method pop (line 57) | def pop(self, *args, **kwargs) -> Incomplete: ... method appendleft (line 58) | def appendleft(self, *args, **kwargs) -> Incomplete: ... method popleft (line 59) | def popleft(self, *args, **kwargs) -> Incomplete: ... method extend (line 60) | def extend(self, *args, **kwargs) -> Incomplete: ... method append (line 61) | def append(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceTimeout (line 64) | class DeviceTimeout: method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... class Service (line 68) | class Service: method _tuple (line 69) | def _tuple(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: ... class GattError (line 72) | class GattError(Exception): ... class Characteristic (line 74) | class Characteristic: method _remote_write (line 75) | def _remote_write(self, *args, **kwargs) -> Incomplete: ... method _remote_read (line 76) | def _remote_read(self, *args, **kwargs) -> Incomplete: ... method notify (line 77) | def notify(self, *args, **kwargs) -> Incomplete: ... method on_read (line 78) | def on_read(self, *args, **kwargs) -> Incomplete: ... method _tuple (line 79) | def _tuple(self, *args, **kwargs) -> Incomplete: ... method write (line 80) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method _register (line 82) | def _register(self, *args, **kwargs) -> Incomplete: ... method _indicate_done (line 83) | def _indicate_done(self, *args, **kwargs) -> Incomplete: ... method _init_capture (line 84) | def _init_capture(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class DeviceConnection (line 91) | class DeviceConnection: method is_connected (line 93) | def is_connected(self, *args, **kwargs) -> Incomplete: ... method _run_task (line 94) | def _run_task(self, *args, **kwargs) -> Incomplete: ... method services (line 95) | def services(self, *args, **kwargs) -> Incomplete: ... method timeout (line 96) | def timeout(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class Descriptor (line 108) | class Descriptor: method _tuple (line 109) | def _tuple(self, *args, **kwargs) -> Incomplete: ... method _remote_read (line 110) | def _remote_read(self, *args, **kwargs) -> Incomplete: ... method _remote_write (line 111) | def _remote_write(self, *args, **kwargs) -> Incomplete: ... method on_read (line 112) | def on_read(self, *args, **kwargs) -> Incomplete: ... method _register (line 113) | def _register(self, *args, **kwargs) -> Incomplete: ... method read (line 114) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 115) | def write(self, *args, **kwargs) -> Incomplete: ... method _init_capture (line 116) | def _init_capture(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/asyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/bluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gatts_notify (line 54) | def gatts_notify( method gatts_indicate (line 74) | def gatts_indicate( method gattc_write (line 97) | def gattc_write( method gattc_read (line 123) | def gattc_read( method gattc_exchange_mtu (line 137) | def gattc_exchange_mtu( method gatts_read (line 154) | def gatts_read( method gatts_write (line 164) | def gatts_write( method gatts_set_buffer (line 179) | def gatts_set_buffer( method gatts_register_services (line 197) | def gatts_register_services( method irq (line 263) | def irq( method gap_connect (line 460) | def gap_connect( method gap_advertise (line 491) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 508) | def config( method active (line 575) | def active( method gattc_discover_services (line 587) | def gattc_discover_services( method gap_disconnect (line 602) | def gap_disconnect( method gattc_discover_descriptors (line 620) | def gattc_discover_descriptors( method gattc_discover_characteristics (line 634) | def gattc_discover_characteristics( method gap_scan (line 655) | def gap_scan( method __init__ (line 697) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/lwip.pyi function reset (line 24) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 25) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 26) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 27) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 29) | class socket: method recvfrom (line 30) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 32) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 33) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 34) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 35) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 37) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 38) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 39) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 41) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 42) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 43) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 44) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 45) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 46) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 47) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/machine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class Pin (line 202) | class Pin: method low (line 283) | def low(self) -> None: method irq (line 291) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 336) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 337) | def off(self) -> None: method on (line 343) | def on(self) -> None: method init (line 349) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 359) | def value(self, x: Optional[Any] = None) -> int: method high (line 393) | def high(self) -> None: class cpu (line 401) | class cpu: method __init__ (line 435) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 437) | class board: method __init__ (line 468) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 470) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 471) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class PWM (line 483) | class PWM: method duty_u16 (line 502) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 514) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 525) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 532) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 542) | def deinit(self) -> None: method __init__ (line 548) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 550) | class ADC: method read_u16 (line 567) | def read_u16(self) -> int: method __init__ (line 575) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 577) | class I2C: method readfrom_mem_into (line 595) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 607) | def readfrom_into( method readfrom_mem (line 622) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 631) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 642) | def scan(self) -> List: method writeto (line 650) | def writeto( method writevto (line 665) | def writevto( method start (line 686) | def start(self) -> None: method readfrom (line 692) | def readfrom( method readinto (line 705) | def readinto( method init (line 719) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 733) | def stop(self) -> None: method write (line 739) | def write(self, buf) -> int: method __init__ (line 747) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 749) | class I2S: method shift (line 780) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 788) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 794) | def irq(self, handler) -> Incomplete: method readinto (line 802) | def readinto(self, buf) -> int: method deinit (line 811) | def deinit(self) -> Incomplete: method write (line 817) | def write(self, buf) -> int: method __init__ (line 826) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 828) | class WDT: method feed (line 837) | def feed(self) -> None: method __init__ (line 845) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 847) | class RTC: method datetime (line 852) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 868) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 870) | class Timer: method init (line 881) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 921) | def deinit(self) -> None: method __init__ (line 927) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 929) | class UART: method deinit (line 938) | def deinit(self) -> None: method sendbreak (line 948) | def sendbreak(self) -> None: method init (line 955) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1009) | def flush(self) -> Incomplete: method txdone (line 1024) | def txdone(self) -> bool: method read (line 1039) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1050) | def any(self) -> int: method write (line 1065) | def write(self, buf) -> Union[int, None]: method readinto (line 1073) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1084) | def readline(self) -> Union[str, None]: method __init__ (line 1093) | def __init__(self, *argv, **kwargs) -> None: ... class USBDevice (line 1095) | class USBDevice: method config (line 1103) | def config(self, desc_dev, desc_cfg, desc_strs=None, open_itf_cb=None,... method active (line 1202) | def active(self, value: Optional[Any] = None) -> bool: method stall (line 1223) | def stall(self, ep, stall: Optional[Any] = None) -> Incomplete: method submit_xfer (line 1244) | def submit_xfer(self, ep, buffer) -> bool: class BUILTIN_CDC (line 1266) | class BUILTIN_CDC: method __init__ (line 1274) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1276) | class BUILTIN_NONE: method __init__ (line 1282) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1284) | class BUILTIN_DEFAULT: method __init__ (line 1292) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1294) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1296) | class SoftSPI(SPI): method deinit (line 1305) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1306) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1307) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1308) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1309) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1310) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1311) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1313) | class SPI: method deinit (line 1327) | def deinit(self) -> None: method init (line 1333) | def init( method write_readinto (line 1359) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1370) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1378) | def write(self, buf) -> int: method readinto (line 1387) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1397) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1399) | class Signal(Pin): method off (line 1420) | def off(self) -> None: method on (line 1426) | def on(self) -> None: method value (line 1432) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1452) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1454) | class SoftI2C(I2C): method readfrom_mem_into (line 1467) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1468) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1469) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1470) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1471) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1472) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1473) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1474) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1475) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1476) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1477) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1478) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1479) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1480) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _download_file (line 13) | def _download_file(*args, **kwargs) -> Incomplete: ... function _install_json (line 14) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 15) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 16) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _chunk (line 17) | def _chunk(*args, **kwargs) -> Incomplete: ... function const (line 18) | def const(*args, **kwargs) -> Incomplete: ... function install (line 19) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 20) | def _check_exists(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/network.pyi function hostname (line 58) | def hostname(*args, **kwargs) -> Incomplete: ... function ipconfig (line 59) | def ipconfig(*args, **kwargs) -> Incomplete: ... function route (line 60) | def route(*args, **kwargs) -> Incomplete: ... function country (line 61) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 63) | class WLAN: method ipconfig (line 79) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method status (line 80) | def status(self, param: Optional[Any] = None) -> Incomplete: method ioctl (line 99) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method send_ethernet (line 100) | def send_ethernet(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 101) | def isconnected(self) -> bool: method scan (line 109) | def scan(self) -> List[Tuple]: method config (line 138) | def config(self, *args, **kwargs) -> Incomplete: method ifconfig (line 173) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method active (line 184) | def active(self, is_active: Optional[Any] = None) -> None: method disconnect (line 192) | def disconnect(self) -> None: method connect (line 198) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method deinit (line 207) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/ntptime.pyi function settime (line 13) | def settime(*args, **kwargs) -> Incomplete: ... function time (line 14) | def time(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 54) | def uname() -> uname_result: function unlink (line 68) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 69) | def statvfs(path) -> Tuple: function umount (line 92) | def umount(mount_point) -> Incomplete: function sync (line 98) | def sync() -> None: function mkdir (line 104) | def mkdir(path) -> Incomplete: function dupterm (line 110) | def dupterm( function chdir (line 136) | def chdir(path) -> Incomplete: function remove (line 142) | def remove(path) -> None: function dupterm_notify (line 148) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsFat (line 182) | class VfsFat: method rename (line 187) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 188) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 189) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 190) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 191) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 192) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 193) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 194) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 195) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 196) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 197) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 198) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 199) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 202) | class VfsLfs2: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 208) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 209) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 210) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 211) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 212) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 213) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 214) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 215) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 216) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 217) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 218) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/rp2.pyi function asm_pio (line 27) | def asm_pio( function asm_pio_encode (line 76) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: function bootsel_button (line 86) | def bootsel_button() -> Incomplete: function country (line 99) | def country(*args, **kwargs) -> Incomplete: ... function const (line 100) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 102) | class PIOASMEmit: method in_ (line 103) | def in_(self, *args, **kwargs) -> Incomplete: ... method side (line 104) | def side(self, *args, **kwargs) -> Incomplete: ... method out (line 105) | def out(self, *args, **kwargs) -> Incomplete: ... method jmp (line 106) | def jmp(self, *args, **kwargs) -> Incomplete: ... method start_pass (line 107) | def start_pass(self, *args, **kwargs) -> Incomplete: ... method wrap (line 108) | def wrap(self, *args, **kwargs) -> Incomplete: ... method word (line 109) | def word(self, *args, **kwargs) -> Incomplete: ... method wait (line 110) | def wait(self, *args, **kwargs) -> Incomplete: ... method wrap_target (line 111) | def wrap_target(self, *args, **kwargs) -> Incomplete: ... method delay (line 112) | def delay(self, *args, **kwargs) -> Incomplete: ... method label (line 113) | def label(self, *args, **kwargs) -> Incomplete: ... method irq (line 114) | def irq(self, *args, **kwargs) -> Incomplete: ... method set (line 115) | def set(self, *args, **kwargs) -> Incomplete: ... method mov (line 116) | def mov(self, *args, **kwargs) -> Incomplete: ... method push (line 117) | def push(self, *args, **kwargs) -> Incomplete: ... method pull (line 118) | def pull(self, *args, **kwargs) -> Incomplete: ... method nop (line 119) | def nop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... class PIOASMError (line 122) | class PIOASMError(Exception): ... class StateMachine (line 124) | class StateMachine: method irq (line 134) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 142) | def put(self, value, shift=0) -> Incomplete: method restart (line 158) | def restart(self) -> Incomplete: method rx_fifo (line 173) | def rx_fifo(self) -> int: method tx_fifo (line 183) | def tx_fifo(self) -> int: method init (line 193) | def init( method exec (line 241) | def exec(self, instr) -> Incomplete: method get (line 257) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 269) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 280) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 282) | class PIO: method state_machine (line 303) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 315) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 325) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 335) | def add_program(self, program) -> Incomplete: method __init__ (line 345) | def __init__(self, *argv, **kwargs) -> None: ... class DMA (line 347) | class DMA: method irq (line 352) | def irq(self, handler=None, hard=False) -> Incomplete: method unpack_ctrl (line 358) | def unpack_ctrl(self, value) -> Incomplete: method pack_ctrl (line 373) | def pack_ctrl(self, default=None, **kwargs) -> Incomplete: method close (line 432) | def close(self) -> Incomplete: method config (line 439) | def config(self, read=None, write=None, count=None, ctrl=None, trigger... method active (line 460) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 471) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 473) | class Flash: method readblocks (line 478) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 479) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 480) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 488) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/socket.pyi function reset (line 88) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 89) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 90) | def getaddrinfo( function callback (line 138) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 140) | class socket: method recvfrom (line 154) | def recvfrom(self, bufsize) -> Tuple: method recv (line 162) | def recv(self, bufsize) -> bytes: method makefile (line 169) | def makefile( method listen (line 191) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 200) | def settimeout(self, value) -> Incomplete: method sendall (line 235) | def sendall(self, bytes) -> int: method setsockopt (line 248) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 256) | def setblocking(self, flag) -> Incomplete: method sendto (line 268) | def sendto(self, bytes, address) -> None: method readline (line 275) | def readline(self) -> Incomplete: method readinto (line 283) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 293) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 303) | def close(self) -> Incomplete: method connect (line 314) | def connect(self, address) -> None: method send (line 320) | def send(self, bytes) -> int: method bind (line 328) | def bind(self, address) -> Incomplete: method accept (line 334) | def accept(self) -> Tuple: method write (line 343) | def write(self, buf) -> int: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/ssl.pyi function wrap_socket (line 30) | def wrap_socket(sock, server_side=False, key=None, cert=None, cert_reqs=... class SSLContext (line 50) | class SSLContext: method load_verify_locations (line 56) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method wrap_socket (line 64) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... method load_cert_chain (line 89) | def load_cert_chain(self, certfile, keyfile) -> None: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/struct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/uasyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/ubluetooth.pyi class UUID (line 37) | class UUID: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 49) | class BLE: method gatts_notify (line 54) | def gatts_notify( method gatts_indicate (line 74) | def gatts_indicate( method gattc_write (line 97) | def gattc_write( method gattc_read (line 123) | def gattc_read( method gattc_exchange_mtu (line 137) | def gattc_exchange_mtu( method gatts_read (line 154) | def gatts_read( method gatts_write (line 164) | def gatts_write( method gatts_set_buffer (line 179) | def gatts_set_buffer( method gatts_register_services (line 197) | def gatts_register_services( method irq (line 263) | def irq( method gap_connect (line 460) | def gap_connect( method gap_advertise (line 491) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 508) | def config( method active (line 575) | def active( method gattc_discover_services (line 587) | def gattc_discover_services( method gap_disconnect (line 602) | def gap_disconnect( method gattc_discover_descriptors (line 620) | def gattc_discover_descriptors( method gattc_discover_characteristics (line 634) | def gattc_discover_characteristics( method gap_scan (line 655) | def gap_scan( method __init__ (line 697) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/umachine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class Pin (line 202) | class Pin: method low (line 283) | def low(self) -> None: method irq (line 291) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 336) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 337) | def off(self) -> None: method on (line 343) | def on(self) -> None: method init (line 349) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 359) | def value(self, x: Optional[Any] = None) -> int: method high (line 393) | def high(self) -> None: class cpu (line 401) | class cpu: method __init__ (line 435) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 437) | class board: method __init__ (line 468) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 470) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 471) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class PWM (line 483) | class PWM: method duty_u16 (line 502) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 514) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 525) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 532) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 542) | def deinit(self) -> None: method __init__ (line 548) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 550) | class ADC: method read_u16 (line 567) | def read_u16(self) -> int: method __init__ (line 575) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 577) | class I2C: method readfrom_mem_into (line 595) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 607) | def readfrom_into( method readfrom_mem (line 622) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 631) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 642) | def scan(self) -> List: method writeto (line 650) | def writeto( method writevto (line 665) | def writevto( method start (line 686) | def start(self) -> None: method readfrom (line 692) | def readfrom( method readinto (line 705) | def readinto( method init (line 719) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 733) | def stop(self) -> None: method write (line 739) | def write(self, buf) -> int: method __init__ (line 747) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 749) | class I2S: method shift (line 780) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 788) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 794) | def irq(self, handler) -> Incomplete: method readinto (line 802) | def readinto(self, buf) -> int: method deinit (line 811) | def deinit(self) -> Incomplete: method write (line 817) | def write(self, buf) -> int: method __init__ (line 826) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 828) | class WDT: method feed (line 837) | def feed(self) -> None: method __init__ (line 845) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 847) | class RTC: method datetime (line 852) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 868) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 870) | class Timer: method init (line 881) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 921) | def deinit(self) -> None: method __init__ (line 927) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 929) | class UART: method deinit (line 938) | def deinit(self) -> None: method sendbreak (line 948) | def sendbreak(self) -> None: method init (line 955) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1009) | def flush(self) -> Incomplete: method txdone (line 1024) | def txdone(self) -> bool: method read (line 1039) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1050) | def any(self) -> int: method write (line 1065) | def write(self, buf) -> Union[int, None]: method readinto (line 1073) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1084) | def readline(self) -> Union[str, None]: method __init__ (line 1093) | def __init__(self, *argv, **kwargs) -> None: ... class USBDevice (line 1095) | class USBDevice: method config (line 1103) | def config(self, desc_dev, desc_cfg, desc_strs=None, open_itf_cb=None,... method active (line 1202) | def active(self, value: Optional[Any] = None) -> bool: method stall (line 1223) | def stall(self, ep, stall: Optional[Any] = None) -> Incomplete: method submit_xfer (line 1244) | def submit_xfer(self, ep, buffer) -> bool: class BUILTIN_CDC (line 1266) | class BUILTIN_CDC: method __init__ (line 1274) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1276) | class BUILTIN_NONE: method __init__ (line 1282) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1284) | class BUILTIN_DEFAULT: method __init__ (line 1292) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1294) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1296) | class SoftSPI(SPI): method deinit (line 1305) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1306) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1307) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1308) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1309) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1310) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1311) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1313) | class SPI: method deinit (line 1327) | def deinit(self) -> None: method init (line 1333) | def init( method write_readinto (line 1359) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1370) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1378) | def write(self, buf) -> int: method readinto (line 1387) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1397) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1399) | class Signal(Pin): method off (line 1420) | def off(self) -> None: method on (line 1426) | def on(self) -> None: method value (line 1432) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1452) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1454) | class SoftI2C(I2C): method readfrom_mem_into (line 1467) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1468) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1469) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1470) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1471) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1472) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1473) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1474) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1475) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1476) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1477) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1478) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1479) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1480) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 54) | def uname() -> uname_result: function unlink (line 68) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 69) | def statvfs(path) -> Tuple: function umount (line 92) | def umount(mount_point) -> Incomplete: function sync (line 98) | def sync() -> None: function mkdir (line 104) | def mkdir(path) -> Incomplete: function dupterm (line 110) | def dupterm( function chdir (line 136) | def chdir(path) -> Incomplete: function remove (line 142) | def remove(path) -> None: function dupterm_notify (line 148) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsFat (line 182) | class VfsFat: method rename (line 187) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 188) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 189) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 190) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 191) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 192) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 193) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 194) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 195) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 196) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 197) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 198) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 199) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 202) | class VfsLfs2: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 208) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 209) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 210) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 211) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 212) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 213) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 214) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 215) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 216) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 217) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 218) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/urequests.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function get (line 14) | def get(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/usocket.pyi function reset (line 88) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 89) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 90) | def getaddrinfo( function callback (line 138) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 140) | class socket: method recvfrom (line 154) | def recvfrom(self, bufsize) -> Tuple: method recv (line 162) | def recv(self, bufsize) -> bytes: method makefile (line 169) | def makefile( method listen (line 191) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 200) | def settimeout(self, value) -> Incomplete: method sendall (line 235) | def sendall(self, bytes) -> int: method setsockopt (line 248) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 256) | def setblocking(self, flag) -> Incomplete: method sendto (line 268) | def sendto(self, bytes, address) -> None: method readline (line 275) | def readline(self) -> Incomplete: method readinto (line 283) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 293) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 303) | def close(self) -> Incomplete: method connect (line 314) | def connect(self, address) -> None: method send (line 320) | def send(self, bytes) -> int: method bind (line 328) | def bind(self, address) -> Incomplete: method accept (line 334) | def accept(self) -> Tuple: method write (line 343) | def write(self, buf) -> int: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/ustruct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/vfs.pyi function umount (line 30) | def umount(mount_point) -> Incomplete: function mount (line 40) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: class VfsLfs2 (line 58) | class VfsLfs2: method rename (line 76) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 78) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 87) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 88) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 89) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 90) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 91) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 92) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 93) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 94) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 95) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 96) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 97) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 100) | class VfsFat: method rename (line 107) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 109) | def mkfs(block_dev) -> None: method mount (line 115) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 116) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 117) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 118) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 119) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 121) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 122) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 123) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 124) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 125) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-rpi_pico_w-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_23_0-rp2-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-rp2-stubs/_rp2.pyi function bootsel_button (line 25) | def bootsel_button() -> Incomplete: class DMA (line 38) | class DMA: method irq (line 43) | def irq(self, handler=None, hard=False) -> Incomplete: method unpack_ctrl (line 49) | def unpack_ctrl(self, value) -> Incomplete: method pack_ctrl (line 64) | def pack_ctrl(self, default=None, **kwargs) -> Incomplete: method close (line 123) | def close(self) -> Incomplete: method config (line 130) | def config(self, read=None, write=None, count=None, ctrl=None, trigger... method active (line 151) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 162) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 164) | class StateMachine: method irq (line 174) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 182) | def put(self, value, shift=0) -> Incomplete: method restart (line 198) | def restart(self) -> Incomplete: method rx_fifo (line 213) | def rx_fifo(self) -> int: method tx_fifo (line 223) | def tx_fifo(self) -> int: method init (line 233) | def init( method exec (line 281) | def exec(self, instr) -> Incomplete: method get (line 297) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 309) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 320) | def __init__(self, *argv, **kwargs) -> None: ... class PIO (line 322) | class PIO: method state_machine (line 343) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 355) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 365) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 375) | def add_program(self, program) -> Incomplete: method __init__ (line 385) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 387) | class Flash: method readblocks (line 392) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 393) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 394) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 402) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 24) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 25) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 28) | class LockType: method locked (line 29) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 30) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 31) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-rp2-stubs/asyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-rp2-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_23_0-rp2-stubs/cryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-rp2-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_23_0-rp2-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-stubs/machine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class Pin (line 202) | class Pin: method low (line 283) | def low(self) -> None: method irq (line 291) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 336) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 337) | def off(self) -> None: method on (line 343) | def on(self) -> None: method init (line 349) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 359) | def value(self, x: Optional[Any] = None) -> int: method high (line 393) | def high(self) -> None: class cpu (line 401) | class cpu: method __init__ (line 432) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 434) | class board: method __init__ (line 463) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 465) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 466) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class PWM (line 478) | class PWM: method duty_u16 (line 497) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 509) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 520) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 527) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 537) | def deinit(self) -> None: method __init__ (line 543) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 545) | class ADC: method read_u16 (line 562) | def read_u16(self) -> int: method __init__ (line 570) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 572) | class I2C: method readfrom_mem_into (line 590) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 602) | def readfrom_into( method readfrom_mem (line 617) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 626) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 637) | def scan(self) -> List: method writeto (line 645) | def writeto( method writevto (line 660) | def writevto( method start (line 681) | def start(self) -> None: method readfrom (line 687) | def readfrom( method readinto (line 700) | def readinto( method init (line 714) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 728) | def stop(self) -> None: method write (line 734) | def write(self, buf) -> int: method __init__ (line 742) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 744) | class I2S: method shift (line 775) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 783) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 789) | def irq(self, handler) -> Incomplete: method readinto (line 797) | def readinto(self, buf) -> int: method deinit (line 806) | def deinit(self) -> Incomplete: method write (line 812) | def write(self, buf) -> int: method __init__ (line 821) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 823) | class WDT: method feed (line 832) | def feed(self) -> None: method __init__ (line 840) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 842) | class RTC: method datetime (line 847) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 863) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 865) | class Timer: method init (line 876) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 916) | def deinit(self) -> None: method __init__ (line 922) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 924) | class UART: method deinit (line 933) | def deinit(self) -> None: method sendbreak (line 943) | def sendbreak(self) -> None: method init (line 950) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1004) | def flush(self) -> Incomplete: method txdone (line 1019) | def txdone(self) -> bool: method read (line 1034) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1045) | def any(self) -> int: method write (line 1060) | def write(self, buf) -> Union[int, None]: method readinto (line 1068) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1079) | def readline(self) -> Union[str, None]: method __init__ (line 1088) | def __init__(self, *argv, **kwargs) -> None: ... class USBDevice (line 1090) | class USBDevice: method config (line 1098) | def config(self, desc_dev, desc_cfg, desc_strs=None, open_itf_cb=None,... method active (line 1197) | def active(self, value: Optional[Any] = None) -> bool: method stall (line 1218) | def stall(self, ep, stall: Optional[Any] = None) -> Incomplete: method submit_xfer (line 1239) | def submit_xfer(self, ep, buffer) -> bool: class BUILTIN_CDC (line 1261) | class BUILTIN_CDC: method __init__ (line 1269) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1271) | class BUILTIN_NONE: method __init__ (line 1277) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1279) | class BUILTIN_DEFAULT: method __init__ (line 1287) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1289) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1291) | class SoftSPI(SPI): method deinit (line 1300) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1301) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1302) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1303) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1304) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1305) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1306) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1308) | class SPI: method deinit (line 1322) | def deinit(self) -> None: method init (line 1328) | def init( method write_readinto (line 1354) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1365) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1373) | def write(self, buf) -> int: method readinto (line 1382) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1392) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1394) | class Signal(Pin): method off (line 1415) | def off(self) -> None: method on (line 1421) | def on(self) -> None: method value (line 1427) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1447) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1449) | class SoftI2C(I2C): method readfrom_mem_into (line 1462) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1463) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1464) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1465) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1466) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1467) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1468) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1469) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1470) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1471) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1472) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1473) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1474) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1475) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_23_0-rp2-stubs/neopixel.pyi function bitstream (line 23) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 25) | class NeoPixel: method write (line 36) | def write(self) -> None: method fill (line 42) | def fill(self, pixel) -> None: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/os.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 54) | def uname() -> uname_result: function unlink (line 68) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 69) | def statvfs(path) -> Tuple: function umount (line 92) | def umount(mount_point) -> Incomplete: function sync (line 98) | def sync() -> None: function mkdir (line 104) | def mkdir(path) -> Incomplete: function dupterm (line 110) | def dupterm( function chdir (line 136) | def chdir(path) -> Incomplete: function remove (line 142) | def remove(path) -> None: function dupterm_notify (line 148) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsFat (line 182) | class VfsFat: method rename (line 187) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 188) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 189) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 190) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 191) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 192) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 193) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 194) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 195) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 196) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 197) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 198) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 199) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 202) | class VfsLfs2: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 208) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 209) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 210) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 211) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 212) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 213) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 214) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 215) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 216) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 217) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 218) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-rp2-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-rp2-stubs/rp2.pyi function asm_pio_encode (line 27) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: function asm_pio (line 37) | def asm_pio( function bootsel_button (line 86) | def bootsel_button() -> int: function const (line 99) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 101) | class PIOASMEmit: method in_ (line 102) | def in_(self, *args, **kwargs) -> Incomplete: ... method side (line 103) | def side(self, *args, **kwargs) -> Incomplete: ... method out (line 104) | def out(self, *args, **kwargs) -> Incomplete: ... method jmp (line 105) | def jmp(self, *args, **kwargs) -> Incomplete: ... method start_pass (line 106) | def start_pass(self, *args, **kwargs) -> Incomplete: ... method wrap (line 107) | def wrap(self, *args, **kwargs) -> Incomplete: ... method word (line 108) | def word(self, *args, **kwargs) -> Incomplete: ... method wait (line 109) | def wait(self, *args, **kwargs) -> Incomplete: ... method wrap_target (line 110) | def wrap_target(self, *args, **kwargs) -> Incomplete: ... method delay (line 111) | def delay(self, *args, **kwargs) -> Incomplete: ... method label (line 112) | def label(self, *args, **kwargs) -> Incomplete: ... method irq (line 113) | def irq(self, *args, **kwargs) -> Incomplete: ... method set (line 114) | def set(self, *args, **kwargs) -> Incomplete: ... method mov (line 115) | def mov(self, *args, **kwargs) -> Incomplete: ... method push (line 116) | def push(self, *args, **kwargs) -> Incomplete: ... method pull (line 117) | def pull(self, *args, **kwargs) -> Incomplete: ... method nop (line 118) | def nop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 119) | def __init__(self, *argv, **kwargs) -> None: ... class PIOASMError (line 121) | class PIOASMError(Exception): ... class PIO (line 123) | class PIO: method state_machine (line 144) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method remove_program (line 156) | def remove_program(self, program: Optional[Any] = None) -> None: method irq (line 166) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: method add_program (line 176) | def add_program(self, program) -> Incomplete: method __init__ (line 186) | def __init__(self, *argv, **kwargs) -> None: ... class StateMachine (line 188) | class StateMachine: method irq (line 198) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: method put (line 206) | def put(self, value, shift=0) -> Incomplete: method restart (line 222) | def restart(self) -> Incomplete: method rx_fifo (line 237) | def rx_fifo(self) -> int: method tx_fifo (line 247) | def tx_fifo(self) -> int: method init (line 257) | def init( method exec (line 305) | def exec(self, instr) -> Incomplete: method get (line 321) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 333) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 344) | def __init__(self, *argv, **kwargs) -> None: ... class DMA (line 346) | class DMA: method irq (line 351) | def irq(self, handler=None, hard=False) -> Incomplete: method unpack_ctrl (line 357) | def unpack_ctrl(self, value) -> Incomplete: method pack_ctrl (line 372) | def pack_ctrl(self, default=None, **kwargs) -> Incomplete: method close (line 431) | def close(self) -> Incomplete: method config (line 438) | def config(self, read=None, write=None, count=None, ctrl=None, trigger... method active (line 459) | def active(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 470) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 472) | class Flash: method readblocks (line 477) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 478) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 479) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 487) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-rp2-stubs/struct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-rp2-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-rp2-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-rp2-stubs/uasyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-rp2-stubs/ucryptolib.pyi class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_23_0-rp2-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 45) | class sha1: method digest (line 50) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 51) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-stubs/umachine.pyi function dht_readinto (line 26) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 27) | def enable_irq(state) -> Incomplete: function disable_irq (line 35) | def disable_irq() -> Incomplete: function bitstream (line 44) | def bitstream( function deepsleep (line 73) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 98) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 108) | def soft_reset() -> NoReturn: function reset (line 116) | def reset() -> NoReturn: function freq (line 123) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 131) | def reset_cause() -> int: function idle (line 137) | def idle() -> Incomplete: function time_pulse_us (line 146) | def time_pulse_us( function lightsleep (line 168) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function unique_id (line 193) | def unique_id() -> bytes: class Pin (line 202) | class Pin: method low (line 283) | def low(self) -> None: method irq (line 291) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 336) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 337) | def off(self) -> None: method on (line 343) | def on(self) -> None: method init (line 349) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 359) | def value(self, x: Optional[Any] = None) -> int: method high (line 393) | def high(self) -> None: class cpu (line 401) | class cpu: method __init__ (line 432) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 434) | class board: method __init__ (line 463) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 465) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 466) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class PWM (line 478) | class PWM: method duty_u16 (line 497) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 509) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 520) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 527) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 537) | def deinit(self) -> None: method __init__ (line 543) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 545) | class ADC: method read_u16 (line 562) | def read_u16(self) -> int: method __init__ (line 570) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 572) | class I2C: method readfrom_mem_into (line 590) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 602) | def readfrom_into( method readfrom_mem (line 617) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 626) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 637) | def scan(self) -> List: method writeto (line 645) | def writeto( method writevto (line 660) | def writevto( method start (line 681) | def start(self) -> None: method readfrom (line 687) | def readfrom( method readinto (line 700) | def readinto( method init (line 714) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 728) | def stop(self) -> None: method write (line 734) | def write(self, buf) -> int: method __init__ (line 742) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 744) | class I2S: method shift (line 775) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 783) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 789) | def irq(self, handler) -> Incomplete: method readinto (line 797) | def readinto(self, buf) -> int: method deinit (line 806) | def deinit(self) -> Incomplete: method write (line 812) | def write(self, buf) -> int: method __init__ (line 821) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 823) | class WDT: method feed (line 832) | def feed(self) -> None: method __init__ (line 840) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 842) | class RTC: method datetime (line 847) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 863) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 865) | class Timer: method init (line 876) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 916) | def deinit(self) -> None: method __init__ (line 922) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 924) | class UART: method deinit (line 933) | def deinit(self) -> None: method sendbreak (line 943) | def sendbreak(self) -> None: method init (line 950) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1004) | def flush(self) -> Incomplete: method txdone (line 1019) | def txdone(self) -> bool: method read (line 1034) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1045) | def any(self) -> int: method write (line 1060) | def write(self, buf) -> Union[int, None]: method readinto (line 1068) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1079) | def readline(self) -> Union[str, None]: method __init__ (line 1088) | def __init__(self, *argv, **kwargs) -> None: ... class USBDevice (line 1090) | class USBDevice: method config (line 1098) | def config(self, desc_dev, desc_cfg, desc_strs=None, open_itf_cb=None,... method active (line 1197) | def active(self, value: Optional[Any] = None) -> bool: method stall (line 1218) | def stall(self, ep, stall: Optional[Any] = None) -> Incomplete: method submit_xfer (line 1239) | def submit_xfer(self, ep, buffer) -> bool: class BUILTIN_CDC (line 1261) | class BUILTIN_CDC: method __init__ (line 1269) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1271) | class BUILTIN_NONE: method __init__ (line 1277) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1279) | class BUILTIN_DEFAULT: method __init__ (line 1287) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1289) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1291) | class SoftSPI(SPI): method deinit (line 1300) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1301) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1302) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1303) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1304) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1305) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1306) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1308) | class SPI: method deinit (line 1322) | def deinit(self) -> None: method init (line 1328) | def init( method write_readinto (line 1354) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1365) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1373) | def write(self, buf) -> int: method readinto (line 1382) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1392) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1394) | class Signal(Pin): method off (line 1415) | def off(self) -> None: method on (line 1421) | def on(self) -> None: method value (line 1427) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1447) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1449) | class SoftI2C(I2C): method readfrom_mem_into (line 1462) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1463) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1464) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1465) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1466) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1467) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1468) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1469) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1470) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1471) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1472) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1473) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1474) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1475) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/uos.pyi function rmdir (line 23) | def rmdir(path) -> None: function stat (line 29) | def stat(path) -> Incomplete: function urandom (line 35) | def urandom(n) -> bytes: function rename (line 42) | def rename(old_path, new_path) -> None: function mount (line 48) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function uname (line 54) | def uname() -> uname_result: function unlink (line 68) | def unlink(*args, **kwargs) -> Incomplete: ... function statvfs (line 69) | def statvfs(path) -> Tuple: function umount (line 92) | def umount(mount_point) -> Incomplete: function sync (line 98) | def sync() -> None: function mkdir (line 104) | def mkdir(path) -> Incomplete: function dupterm (line 110) | def dupterm( function chdir (line 136) | def chdir(path) -> Incomplete: function remove (line 142) | def remove(path) -> None: function dupterm_notify (line 148) | def dupterm_notify(*args, **kwargs) -> Incomplete: ... function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 155) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 176) | def getcwd() -> Incomplete: class VfsFat (line 182) | class VfsFat: method rename (line 187) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 188) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 189) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 190) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 191) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 192) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 193) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 194) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 195) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 196) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 197) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 198) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 199) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 202) | class VfsLfs2: method rename (line 207) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 208) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 209) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 210) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 211) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 212) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 213) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 214) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 215) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 216) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 217) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 218) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 219) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-rp2-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-rp2-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-rp2-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-rp2-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-rp2-stubs/ustruct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-rp2-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-rp2-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-rp2-stubs/vfs.pyi function umount (line 30) | def umount(mount_point) -> Incomplete: function mount (line 40) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: class VfsLfs2 (line 58) | class VfsLfs2: method rename (line 76) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 78) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 87) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 88) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 89) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 90) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 91) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 92) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 93) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 94) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 95) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 96) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 97) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 100) | class VfsFat: method rename (line 107) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 109) | def mkfs(block_dev) -> None: method mount (line 115) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 116) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 117) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 118) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 119) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 121) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 122) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 123) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 124) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 125) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/asyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readinto (line 79) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 81) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/gc.pyi function isenabled (line 18) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 19) | def mem_free() -> int: function mem_alloc (line 30) | def mem_alloc() -> int: function collect (line 40) | def collect() -> None: function enable (line 46) | def enable() -> None: function disable (line 52) | def disable() -> None: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/machine.pyi function dht_readinto (line 29) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function disable_irq (line 38) | def disable_irq() -> Incomplete: function bitstream (line 47) | def bitstream( function deepsleep (line 76) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 101) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 111) | def reset_cause() -> int: function soft_reset (line 117) | def soft_reset() -> NoReturn: function freq (line 125) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 133) | def reset() -> NoReturn: function time_pulse_us (line 140) | def time_pulse_us( function lightsleep (line 162) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 187) | def idle() -> Incomplete: function unique_id (line 196) | def unique_id() -> bytes: class Pin (line 205) | class Pin: method irq (line 279) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 324) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 325) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 335) | def on(self) -> None: method low (line 341) | def low(self) -> None: method off (line 349) | def off(self) -> None: method high (line 355) | def high(self) -> None: method value (line 363) | def value(self, x: Optional[Any] = None) -> int: method disable (line 397) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 398) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 407) | class board: method __init__ (line 475) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 477) | class cpu: method __init__ (line 577) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 579) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 580) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class PWM (line 592) | class PWM: method duty_u16 (line 611) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 623) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 634) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 641) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 651) | def deinit(self) -> None: method __init__ (line 657) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 659) | class ADC: method read_u16 (line 675) | def read_u16(self) -> int: method deinit (line 683) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 684) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 686) | class DAC: method write (line 687) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 688) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 690) | class I2C: method readfrom_mem_into (line 708) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 720) | def readfrom_into( method readfrom_mem (line 735) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 744) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 755) | def scan(self) -> List: method writeto (line 763) | def writeto( method writevto (line 778) | def writevto( method start (line 799) | def start(self) -> None: method readfrom (line 805) | def readfrom( method readinto (line 818) | def readinto( method init (line 832) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 846) | def stop(self) -> None: method write (line 852) | def write(self, buf) -> int: method __init__ (line 860) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 862) | class WDT: method timeout_ms (line 871) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 872) | def feed(self) -> None: method __init__ (line 880) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 882) | class RTC: method datetime (line 887) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 903) | def init(self, datetime) -> None: method calibration (line 911) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 912) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 914) | class Timer: method init (line 925) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 965) | def deinit(self) -> None: method __init__ (line 971) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 973) | class UART: method flush (line 978) | def flush(self) -> Incomplete: method deinit (line 993) | def deinit(self) -> None: method txdone (line 1003) | def txdone(self) -> bool: method init (line 1018) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1072) | def sendbreak(self) -> None: method read (line 1079) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1090) | def any(self) -> int: method write (line 1105) | def write(self, buf) -> Union[int, None]: method readinto (line 1113) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1124) | def readline(self) -> Union[str, None]: method __init__ (line 1133) | def __init__(self, *argv, **kwargs) -> None: ... class USBDevice (line 1135) | class USBDevice: method config (line 1143) | def config(self, desc_dev, desc_cfg, desc_strs=None, open_itf_cb=None,... method active (line 1242) | def active(self, value: Optional[Any] = None) -> bool: method stall (line 1263) | def stall(self, ep, stall: Optional[Any] = None) -> Incomplete: method submit_xfer (line 1284) | def submit_xfer(self, ep, buffer) -> bool: class BUILTIN_CDC (line 1306) | class BUILTIN_CDC: method __init__ (line 1314) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1316) | class BUILTIN_NONE: method __init__ (line 1322) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1324) | class BUILTIN_DEFAULT: method __init__ (line 1332) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1334) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1336) | class SoftSPI(SPI): method deinit (line 1345) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1346) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1347) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1348) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1349) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1350) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1351) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1353) | class SPI: method deinit (line 1367) | def deinit(self) -> None: method init (line 1373) | def init( method write_readinto (line 1399) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1410) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1418) | def write(self, buf) -> int: method readinto (line 1427) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1437) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1439) | class Signal(Pin): method off (line 1460) | def off(self) -> None: method on (line 1466) | def on(self) -> None: method value (line 1472) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1492) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1494) | class SoftI2C(I2C): method readfrom_mem_into (line 1507) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1508) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1509) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1510) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1511) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1512) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1513) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1514) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1515) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1516) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1517) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1518) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1519) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1520) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/os.pyi function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 29) | def rmdir(path) -> None: function rename (line 35) | def rename(old_path, new_path) -> None: function mount (line 41) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 47) | def urandom(n) -> bytes: function statvfs (line 54) | def statvfs(path) -> Tuple: function unlink (line 77) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 78) | def umount(mount_point) -> Incomplete: function sync (line 84) | def sync() -> None: function chdir (line 90) | def chdir(path) -> Incomplete: function dupterm (line 96) | def dupterm( function remove (line 122) | def remove(path) -> None: function mkdir (line 128) | def mkdir(path) -> Incomplete: function getcwd (line 134) | def getcwd() -> Incomplete: function listdir (line 140) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 146) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 167) | class VfsLfs2: method rename (line 172) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 173) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 174) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 175) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 176) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 177) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 178) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 179) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 180) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 181) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 182) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 183) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 184) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 185) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 187) | class VfsFat: method rename (line 192) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 193) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 194) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 195) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 196) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 197) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 198) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 199) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 200) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 201) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 202) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 203) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 204) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/struct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/uasyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/umachine.pyi function dht_readinto (line 29) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function disable_irq (line 38) | def disable_irq() -> Incomplete: function bitstream (line 47) | def bitstream( function deepsleep (line 76) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 101) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 111) | def reset_cause() -> int: function soft_reset (line 117) | def soft_reset() -> NoReturn: function freq (line 125) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 133) | def reset() -> NoReturn: function time_pulse_us (line 140) | def time_pulse_us( function lightsleep (line 162) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 187) | def idle() -> Incomplete: function unique_id (line 196) | def unique_id() -> bytes: class Pin (line 205) | class Pin: method irq (line 279) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 324) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 325) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 335) | def on(self) -> None: method low (line 341) | def low(self) -> None: method off (line 349) | def off(self) -> None: method high (line 355) | def high(self) -> None: method value (line 363) | def value(self, x: Optional[Any] = None) -> int: method disable (line 397) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 398) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 407) | class board: method __init__ (line 475) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 477) | class cpu: method __init__ (line 577) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 579) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 580) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class PWM (line 592) | class PWM: method duty_u16 (line 611) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 623) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 634) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 641) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 651) | def deinit(self) -> None: method __init__ (line 657) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 659) | class ADC: method read_u16 (line 675) | def read_u16(self) -> int: method deinit (line 683) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 684) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 686) | class DAC: method write (line 687) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 688) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 690) | class I2C: method readfrom_mem_into (line 708) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 720) | def readfrom_into( method readfrom_mem (line 735) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 744) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 755) | def scan(self) -> List: method writeto (line 763) | def writeto( method writevto (line 778) | def writevto( method start (line 799) | def start(self) -> None: method readfrom (line 805) | def readfrom( method readinto (line 818) | def readinto( method init (line 832) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 846) | def stop(self) -> None: method write (line 852) | def write(self, buf) -> int: method __init__ (line 860) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 862) | class WDT: method timeout_ms (line 871) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 872) | def feed(self) -> None: method __init__ (line 880) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 882) | class RTC: method datetime (line 887) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 903) | def init(self, datetime) -> None: method calibration (line 911) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 912) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 914) | class Timer: method init (line 925) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 965) | def deinit(self) -> None: method __init__ (line 971) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 973) | class UART: method flush (line 978) | def flush(self) -> Incomplete: method deinit (line 993) | def deinit(self) -> None: method txdone (line 1003) | def txdone(self) -> bool: method init (line 1018) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1072) | def sendbreak(self) -> None: method read (line 1079) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1090) | def any(self) -> int: method write (line 1105) | def write(self, buf) -> Union[int, None]: method readinto (line 1113) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1124) | def readline(self) -> Union[str, None]: method __init__ (line 1133) | def __init__(self, *argv, **kwargs) -> None: ... class USBDevice (line 1135) | class USBDevice: method config (line 1143) | def config(self, desc_dev, desc_cfg, desc_strs=None, open_itf_cb=None,... method active (line 1242) | def active(self, value: Optional[Any] = None) -> bool: method stall (line 1263) | def stall(self, ep, stall: Optional[Any] = None) -> Incomplete: method submit_xfer (line 1284) | def submit_xfer(self, ep, buffer) -> bool: class BUILTIN_CDC (line 1306) | class BUILTIN_CDC: method __init__ (line 1314) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1316) | class BUILTIN_NONE: method __init__ (line 1322) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1324) | class BUILTIN_DEFAULT: method __init__ (line 1332) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1334) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1336) | class SoftSPI(SPI): method deinit (line 1345) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1346) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1347) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1348) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1349) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1350) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1351) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1353) | class SPI: method deinit (line 1367) | def deinit(self) -> None: method init (line 1373) | def init( method write_readinto (line 1399) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1410) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1418) | def write(self, buf) -> int: method readinto (line 1427) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1437) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1439) | class Signal(Pin): method off (line 1460) | def off(self) -> None: method on (line 1466) | def on(self) -> None: method value (line 1472) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1492) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1494) | class SoftI2C(I2C): method readfrom_mem_into (line 1507) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1508) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1509) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1510) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1511) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1512) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1513) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1514) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1515) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1516) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1517) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1518) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1519) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1520) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/uos.pyi function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 29) | def rmdir(path) -> None: function rename (line 35) | def rename(old_path, new_path) -> None: function mount (line 41) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 47) | def urandom(n) -> bytes: function statvfs (line 54) | def statvfs(path) -> Tuple: function unlink (line 77) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 78) | def umount(mount_point) -> Incomplete: function sync (line 84) | def sync() -> None: function chdir (line 90) | def chdir(path) -> Incomplete: function dupterm (line 96) | def dupterm( function remove (line 122) | def remove(path) -> None: function mkdir (line 128) | def mkdir(path) -> Incomplete: function getcwd (line 134) | def getcwd() -> Incomplete: function listdir (line 140) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 146) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 167) | class VfsLfs2: method rename (line 172) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 173) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 174) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 175) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 176) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 177) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 178) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 179) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 180) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 181) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 182) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 183) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 184) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 185) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 187) | class VfsFat: method rename (line 192) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 193) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 194) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 195) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 196) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 197) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 198) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 199) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 200) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 201) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 202) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 203) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 204) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/ustruct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-samd-seeed_wio_terminal-stubs/vfs.pyi function umount (line 30) | def umount(mount_point) -> Incomplete: function mount (line 40) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: class VfsLfs2 (line 58) | class VfsLfs2: method rename (line 76) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 78) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 87) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 88) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 89) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 90) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 91) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 92) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 93) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 94) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 95) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 96) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 97) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 100) | class VfsFat: method rename (line 107) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 109) | def mkfs(block_dev) -> None: method mount (line 115) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 116) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 117) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 118) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 119) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 121) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 122) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 123) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 124) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 125) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_23_0-samd-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-samd-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-samd-stubs/asyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-samd-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readinto (line 79) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 81) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/gc.pyi function isenabled (line 18) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 19) | def mem_free() -> int: function mem_alloc (line 30) | def mem_alloc() -> int: function collect (line 40) | def collect() -> None: function enable (line 46) | def enable() -> None: function disable (line 52) | def disable() -> None: FILE: publish/micropython-v1_23_0-samd-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-samd-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-samd-stubs/machine.pyi function dht_readinto (line 29) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function disable_irq (line 38) | def disable_irq() -> Incomplete: function bitstream (line 47) | def bitstream( function deepsleep (line 76) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 101) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 111) | def reset_cause() -> int: function soft_reset (line 117) | def soft_reset() -> NoReturn: function freq (line 125) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 133) | def reset() -> NoReturn: function time_pulse_us (line 140) | def time_pulse_us( function lightsleep (line 162) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 187) | def idle() -> Incomplete: function unique_id (line 196) | def unique_id() -> bytes: class Pin (line 205) | class Pin: method irq (line 279) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 324) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 325) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 335) | def on(self) -> None: method low (line 341) | def low(self) -> None: method off (line 349) | def off(self) -> None: method high (line 355) | def high(self) -> None: method value (line 363) | def value(self, x: Optional[Any] = None) -> int: method disable (line 397) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 398) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 407) | class board: method __init__ (line 475) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 477) | class cpu: method __init__ (line 577) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 579) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 580) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class PWM (line 592) | class PWM: method duty_u16 (line 611) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 623) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 634) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 641) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 651) | def deinit(self) -> None: method __init__ (line 657) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 659) | class ADC: method read_u16 (line 675) | def read_u16(self) -> int: method deinit (line 683) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 684) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 686) | class DAC: method write (line 687) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 688) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 690) | class I2C: method readfrom_mem_into (line 708) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 720) | def readfrom_into( method readfrom_mem (line 735) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 744) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 755) | def scan(self) -> List: method writeto (line 763) | def writeto( method writevto (line 778) | def writevto( method start (line 799) | def start(self) -> None: method readfrom (line 805) | def readfrom( method readinto (line 818) | def readinto( method init (line 832) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 846) | def stop(self) -> None: method write (line 852) | def write(self, buf) -> int: method __init__ (line 860) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 862) | class WDT: method timeout_ms (line 871) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 872) | def feed(self) -> None: method __init__ (line 880) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 882) | class RTC: method datetime (line 887) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 903) | def init(self, datetime) -> None: method calibration (line 911) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 912) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 914) | class Timer: method init (line 925) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 965) | def deinit(self) -> None: method __init__ (line 971) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 973) | class UART: method flush (line 978) | def flush(self) -> Incomplete: method deinit (line 993) | def deinit(self) -> None: method txdone (line 1003) | def txdone(self) -> bool: method init (line 1018) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1072) | def sendbreak(self) -> None: method read (line 1079) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1090) | def any(self) -> int: method write (line 1105) | def write(self, buf) -> Union[int, None]: method readinto (line 1113) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1124) | def readline(self) -> Union[str, None]: method __init__ (line 1133) | def __init__(self, *argv, **kwargs) -> None: ... class USBDevice (line 1135) | class USBDevice: method config (line 1143) | def config(self, desc_dev, desc_cfg, desc_strs=None, open_itf_cb=None,... method active (line 1242) | def active(self, value: Optional[Any] = None) -> bool: method stall (line 1263) | def stall(self, ep, stall: Optional[Any] = None) -> Incomplete: method submit_xfer (line 1284) | def submit_xfer(self, ep, buffer) -> bool: class BUILTIN_CDC (line 1306) | class BUILTIN_CDC: method __init__ (line 1314) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1316) | class BUILTIN_NONE: method __init__ (line 1322) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1324) | class BUILTIN_DEFAULT: method __init__ (line 1332) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1334) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1336) | class SoftSPI(SPI): method deinit (line 1345) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1346) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1347) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1348) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1349) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1350) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1351) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1353) | class SPI: method deinit (line 1367) | def deinit(self) -> None: method init (line 1373) | def init( method write_readinto (line 1399) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1410) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1418) | def write(self, buf) -> int: method readinto (line 1427) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1437) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1439) | class Signal(Pin): method off (line 1460) | def off(self) -> None: method on (line 1466) | def on(self) -> None: method value (line 1472) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1492) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1494) | class SoftI2C(I2C): method readfrom_mem_into (line 1507) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1508) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1509) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1510) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1511) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1512) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1513) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1514) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1515) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1516) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1517) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1518) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1519) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1520) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_23_0-samd-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_23_0-samd-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/os.pyi function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 29) | def rmdir(path) -> None: function rename (line 35) | def rename(old_path, new_path) -> None: function mount (line 41) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 47) | def urandom(n) -> bytes: function statvfs (line 54) | def statvfs(path) -> Tuple: function unlink (line 77) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 78) | def umount(mount_point) -> Incomplete: function sync (line 84) | def sync() -> None: function chdir (line 90) | def chdir(path) -> Incomplete: function dupterm (line 96) | def dupterm( function remove (line 122) | def remove(path) -> None: function mkdir (line 128) | def mkdir(path) -> Incomplete: function getcwd (line 134) | def getcwd() -> Incomplete: function listdir (line 140) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 146) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 167) | class VfsLfs2: method rename (line 172) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 173) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 174) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 175) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 176) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 177) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 178) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 179) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 180) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 181) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 182) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 183) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 184) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 185) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 187) | class VfsFat: method rename (line 192) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 193) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 194) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 195) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 196) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 197) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 198) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 199) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 200) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 201) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 202) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 203) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 204) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-samd-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-samd-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-samd-stubs/struct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-samd-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-samd-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-samd-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-samd-stubs/uasyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-samd-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-samd-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-samd-stubs/umachine.pyi function dht_readinto (line 29) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 30) | def enable_irq(state) -> Incomplete: function disable_irq (line 38) | def disable_irq() -> Incomplete: function bitstream (line 47) | def bitstream( function deepsleep (line 76) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function bootloader (line 101) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 111) | def reset_cause() -> int: function soft_reset (line 117) | def soft_reset() -> NoReturn: function freq (line 125) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset (line 133) | def reset() -> NoReturn: function time_pulse_us (line 140) | def time_pulse_us( function lightsleep (line 162) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function idle (line 187) | def idle() -> Incomplete: function unique_id (line 196) | def unique_id() -> bytes: class Pin (line 205) | class Pin: method irq (line 279) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method toggle (line 324) | def toggle(self, *args, **kwargs) -> Incomplete: ... method init (line 325) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method on (line 335) | def on(self) -> None: method low (line 341) | def low(self) -> None: method off (line 349) | def off(self) -> None: method high (line 355) | def high(self) -> None: method value (line 363) | def value(self, x: Optional[Any] = None) -> int: method disable (line 397) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 398) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class board (line 407) | class board: method __init__ (line 475) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 477) | class cpu: method __init__ (line 577) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 579) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 580) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class PWM (line 592) | class PWM: method duty_u16 (line 611) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 623) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 634) | def init(self, *, freq, duty_u16, duty_ns) -> None: method duty_ns (line 641) | def duty_ns(self, value: Optional[Any] = None) -> int: method deinit (line 651) | def deinit(self) -> None: method __init__ (line 657) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 659) | class ADC: method read_u16 (line 675) | def read_u16(self) -> int: method deinit (line 683) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 684) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 686) | class DAC: method write (line 687) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 688) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 690) | class I2C: method readfrom_mem_into (line 708) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 720) | def readfrom_into( method readfrom_mem (line 735) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 744) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 755) | def scan(self) -> List: method writeto (line 763) | def writeto( method writevto (line 778) | def writevto( method start (line 799) | def start(self) -> None: method readfrom (line 805) | def readfrom( method readinto (line 818) | def readinto( method init (line 832) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 846) | def stop(self) -> None: method write (line 852) | def write(self, buf) -> int: method __init__ (line 860) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 862) | class WDT: method timeout_ms (line 871) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 872) | def feed(self) -> None: method __init__ (line 880) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 882) | class RTC: method datetime (line 887) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 903) | def init(self, datetime) -> None: method calibration (line 911) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 912) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 914) | class Timer: method init (line 925) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 965) | def deinit(self) -> None: method __init__ (line 971) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 973) | class UART: method flush (line 978) | def flush(self) -> Incomplete: method deinit (line 993) | def deinit(self) -> None: method txdone (line 1003) | def txdone(self) -> bool: method init (line 1018) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1072) | def sendbreak(self) -> None: method read (line 1079) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1090) | def any(self) -> int: method write (line 1105) | def write(self, buf) -> Union[int, None]: method readinto (line 1113) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1124) | def readline(self) -> Union[str, None]: method __init__ (line 1133) | def __init__(self, *argv, **kwargs) -> None: ... class USBDevice (line 1135) | class USBDevice: method config (line 1143) | def config(self, desc_dev, desc_cfg, desc_strs=None, open_itf_cb=None,... method active (line 1242) | def active(self, value: Optional[Any] = None) -> bool: method stall (line 1263) | def stall(self, ep, stall: Optional[Any] = None) -> Incomplete: method submit_xfer (line 1284) | def submit_xfer(self, ep, buffer) -> bool: class BUILTIN_CDC (line 1306) | class BUILTIN_CDC: method __init__ (line 1314) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1316) | class BUILTIN_NONE: method __init__ (line 1322) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1324) | class BUILTIN_DEFAULT: method __init__ (line 1332) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1334) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1336) | class SoftSPI(SPI): method deinit (line 1345) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1346) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1347) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1348) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1349) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1350) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1351) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1353) | class SPI: method deinit (line 1367) | def deinit(self) -> None: method init (line 1373) | def init( method write_readinto (line 1399) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1410) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1418) | def write(self, buf) -> int: method readinto (line 1427) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1437) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1439) | class Signal(Pin): method off (line 1460) | def off(self) -> None: method on (line 1466) | def on(self) -> None: method value (line 1472) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1492) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1494) | class SoftI2C(I2C): method readfrom_mem_into (line 1507) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1508) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1509) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1510) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1511) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1512) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1513) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1514) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1515) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1516) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1517) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1518) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1519) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1520) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/uos.pyi function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 29) | def rmdir(path) -> None: function rename (line 35) | def rename(old_path, new_path) -> None: function mount (line 41) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function urandom (line 47) | def urandom(n) -> bytes: function statvfs (line 54) | def statvfs(path) -> Tuple: function unlink (line 77) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 78) | def umount(mount_point) -> Incomplete: function sync (line 84) | def sync() -> None: function chdir (line 90) | def chdir(path) -> Incomplete: function dupterm (line 96) | def dupterm( function remove (line 122) | def remove(path) -> None: function mkdir (line 128) | def mkdir(path) -> Incomplete: function getcwd (line 134) | def getcwd() -> Incomplete: function listdir (line 140) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 146) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 167) | class VfsLfs2: method rename (line 172) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 173) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 174) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 175) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 176) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 177) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 178) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 179) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 180) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 181) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 182) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 183) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 184) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 185) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 187) | class VfsFat: method rename (line 192) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 193) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 194) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 195) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 196) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 197) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 198) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 199) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 200) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 201) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 202) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 203) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 204) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-samd-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-samd-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-samd-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-samd-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-samd-stubs/ustruct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-samd-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-samd-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-samd-stubs/vfs.pyi function umount (line 30) | def umount(mount_point) -> Incomplete: function mount (line 40) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: class VfsLfs2 (line 58) | class VfsLfs2: method rename (line 76) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 78) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 87) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 88) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 89) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 90) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 91) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 92) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 93) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 94) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 95) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 96) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 97) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 100) | class VfsFat: method rename (line 107) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 109) | def mkfs(block_dev) -> None: method mount (line 115) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 116) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 117) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 118) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 119) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 121) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 122) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 123) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 124) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 125) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/asyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/lcd160cr.pyi function pack_into (line 27) | def pack_into(*args, **kwargs) -> Incomplete: ... function const (line 28) | def const(*args, **kwargs) -> Incomplete: ... function calcsize (line 29) | def calcsize(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 30) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 32) | class LCD160CR: method set_brightness (line 68) | def set_brightness(self, value) -> None: method screen_dump (line 74) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Incomplete: method screen_load (line 85) | def screen_load(self, buf) -> None: method set_orient (line 91) | def set_orient(self, orient) -> None: method set_font (line 98) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method set_i2c_addr (line 119) | def set_i2c_addr(self, addr) -> None: method rect_interior (line 126) | def rect_interior(self, x, y, w, h) -> None: method rect_no_clip (line 135) | def rect_no_clip(self, x, y, w, h) -> Incomplete: ... method save_to_flash (line 136) | def save_to_flash(self) -> Incomplete: method rect_interior_no_clip (line 143) | def rect_interior_no_clip(self, x, y, w, h) -> Incomplete: ... method rgb (line 145) | def rgb(r, g, b) -> int: method rect_outline (line 154) | def rect_outline(self, x, y, w, h) -> Incomplete: ... method rect_outline_no_clip (line 155) | def rect_outline_no_clip(self, x, y, w, h) -> Incomplete: ... method set_startup_deco (line 156) | def set_startup_deco(self, value) -> None: method set_scroll_win_param (line 163) | def set_scroll_win_param(self, win, param, value) -> Incomplete: method set_spi_win (line 174) | def set_spi_win(self, x, y, w, h) -> None: method show_framebuf (line 180) | def show_framebuf(self, buf) -> None: method set_text_color (line 192) | def set_text_color(self, fg, bg) -> None: method set_uart_baudrate (line 198) | def set_uart_baudrate(self, baudrate) -> None: method set_pen (line 204) | def set_pen(self, line, fill) -> None: method set_pos (line 210) | def set_pos(self, x, y) -> None: method set_scroll_win (line 217) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_pixel (line 235) | def set_pixel(self, x, y, c) -> None: method set_scroll_buf (line 242) | def set_scroll_buf(self, s) -> None: method set_power (line 249) | def set_power(self, on) -> None: method set_scroll (line 256) | def set_scroll(self, on) -> None: method touch_config (line 263) | def touch_config(self, calib=False, save=False, irq=None) -> None: method clip_line (line 280) | def clip_line(data, w, h) -> Incomplete: method _send (line 286) | def _send(self, *args, **kwargs) -> Incomplete: ... method _waitfor (line 287) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method erase (line 288) | def erase(self) -> Incomplete: method dot (line 294) | def dot(self, x, y) -> None: method dot_no_clip (line 300) | def dot_no_clip(self, x, y) -> Incomplete: ... method poly_line (line 301) | def poly_line(self, data) -> Incomplete: method line (line 307) | def line(self, x1, y1, x2, y2) -> None: method _fcmd2b (line 313) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 314) | def write(self, s) -> None: method _fcmd2 (line 322) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rect (line 323) | def rect(self, x, y, w, h) -> Incomplete: ... method reset (line 324) | def reset(self) -> None: method jpeg_start (line 330) | def jpeg_start(self, total_len) -> Incomplete: ... method jpeg (line 331) | def jpeg(self, buf) -> None: method jpeg_data (line 340) | def jpeg_data(self, buf) -> None: method poly_dot (line 349) | def poly_dot(self, data) -> None: method line_no_clip (line 357) | def line_no_clip(self, x1, y1, x2, y2) -> Incomplete: method oflush (line 365) | def oflush(self, *args, **kwargs) -> Incomplete: ... method fast_spi (line 366) | def fast_spi(self, flush=True) -> SPI: method get_line (line 380) | def get_line(self, x, y, buf) -> Incomplete: method is_touched (line 389) | def is_touched(self) -> bool: method feed_wdt (line 396) | def feed_wdt(self) -> Incomplete: method iflush (line 404) | def iflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 405) | def get_pixel(self, x, y) -> Incomplete: method get_touch (line 411) | def get_touch(self) -> Tuple: method __init__ (line 419) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/machine.pyi function freq (line 29) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 37) | def idle() -> Incomplete: function info (line 46) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 47) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 48) | def enable_irq(state) -> Incomplete: function disable_irq (line 56) | def disable_irq() -> Incomplete: function deepsleep (line 65) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function lightsleep (line 126) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 151) | def reset() -> NoReturn: function rng (line 158) | def rng() -> int: function reset_cause (line 166) | def reset_cause() -> int: function unique_id (line 172) | def unique_id() -> bytes: function bootloader (line 181) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 191) | def bitstream( class RTC (line 220) | class RTC: method info (line 225) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 226) | def init(self, datetime) -> None: method wakeup (line 234) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 235) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 251) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 254) | class Pin: method mode (line 358) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 367) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 368) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 377) | def low(self) -> None: method irq (line 385) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 430) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 431) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 432) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 433) | def on(self) -> None: method off (line 439) | def off(self) -> None: method init (line 445) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 455) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 456) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 457) | def value(self, x: Optional[Any] = None) -> int: method high (line 491) | def high(self) -> None: method gpio (line 499) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 501) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 503) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 505) | class cpu: method __init__ (line 553) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 556) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 558) | class board: method __init__ (line 608) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 610) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 611) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 619) | class SPI: method deinit (line 633) | def deinit(self) -> None: method init (line 639) | def init( method write_readinto (line 665) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 676) | def read(self, nbytes, write=0x00) -> bytes: method write (line 684) | def write(self, buf) -> int: method readinto (line 693) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 703) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 707) | class ADC: method read_u16 (line 727) | def read_u16(self) -> int: method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 737) | class I2S: method shift (line 768) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 776) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 782) | def irq(self, handler) -> Incomplete: method readinto (line 790) | def readinto(self, buf) -> int: method deinit (line 799) | def deinit(self) -> Incomplete: method write (line 805) | def write(self, buf) -> int: method __init__ (line 814) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 816) | class I2C: method readfrom_mem_into (line 834) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 846) | def readfrom_into( method readfrom_mem (line 861) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 870) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 881) | def scan(self) -> List: method writeto (line 889) | def writeto( method writevto (line 904) | def writevto( method start (line 925) | def start(self) -> None: method readfrom (line 931) | def readfrom( method readinto (line 944) | def readinto( method init (line 958) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 972) | def stop(self) -> None: method write (line 978) | def write(self, buf) -> int: method __init__ (line 986) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 988) | class WDT: method feed (line 997) | def feed(self) -> None: method __init__ (line 1005) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1007) | class Timer: method init (line 1018) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1058) | def deinit(self) -> None: method __init__ (line 1064) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1066) | class SoftSPI(SPI): method deinit (line 1075) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1076) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1077) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1078) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1079) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1080) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1081) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1083) | class UART: method init (line 1091) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1145) | def flush(self) -> Incomplete: method irq (line 1160) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1187) | def txdone(self) -> bool: method sendbreak (line 1202) | def sendbreak(self) -> None: method readchar (line 1209) | def readchar(self, *args, **kwargs) -> Incomplete: ... method writechar (line 1210) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 1211) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1222) | def deinit(self) -> None: method any (line 1232) | def any(self) -> int: method write (line 1247) | def write(self, buf) -> Union[int, None]: method readinto (line 1255) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1266) | def readline(self) -> Union[str, None]: method __init__ (line 1275) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1280) | class SoftI2C(I2C): method readfrom_mem_into (line 1293) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1294) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1295) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1296) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1297) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1298) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1299) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1300) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1301) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1302) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1303) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1304) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1305) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1306) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1308) | class Signal(Pin): method off (line 1329) | def off(self) -> None: method on (line 1335) | def on(self) -> None: method value (line 1341) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1361) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/network.pyi function hostname (line 52) | def hostname(*args, **kwargs) -> Incomplete: ... function route (line 53) | def route(*args, **kwargs) -> Incomplete: ... function country (line 54) | def country(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/os.pyi function statvfs (line 25) | def statvfs(path) -> Tuple: function stat (line 48) | def stat(path) -> Incomplete: function rmdir (line 54) | def rmdir(path) -> None: function rename (line 60) | def rename(old_path, new_path) -> None: function mount (line 66) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 72) | def sync() -> None: function unlink (line 78) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 79) | def uname() -> uname_result: function umount (line 93) | def umount(mount_point) -> Incomplete: function urandom (line 99) | def urandom(n) -> bytes: function chdir (line 106) | def chdir(path) -> Incomplete: function dupterm (line 112) | def dupterm( function remove (line 138) | def remove(path) -> None: function mkdir (line 144) | def mkdir(path) -> Incomplete: function getcwd (line 150) | def getcwd() -> Incomplete: function listdir (line 156) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 162) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 188) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 189) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 190) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 191) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 192) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 193) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 194) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 195) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 196) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 197) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 198) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 199) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 200) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 201) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 203) | class VfsFat: method rename (line 208) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 209) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 210) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 211) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 212) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 213) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 214) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 215) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 216) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 217) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 218) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 219) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 220) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/pyb.pyi function hard_reset (line 21) | def hard_reset() -> NoReturn: function have_cdc (line 28) | def have_cdc() -> bool: function hid (line 36) | def hid(hidtuple: Tuple) -> Incomplete: function info (line 45) | def info(dump_alloc_table: Optional[Any] = None) -> None: function wfi (line 51) | def wfi() -> None: function elapsed_micros (line 63) | def elapsed_micros(start) -> int: function freq (line 79) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function disable_irq (line 119) | def disable_irq() -> Incomplete: function fault_debug (line 128) | def fault_debug(value) -> None: function elapsed_millis (line 143) | def elapsed_millis(start) -> int: function enable_irq (line 158) | def enable_irq(state=True) -> None: function sync (line 168) | def sync() -> None: function servo (line 174) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 175) | def standby() -> Incomplete: function usb_mode (line 188) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function udelay (line 229) | def udelay(us) -> None: function unique_id (line 235) | def unique_id() -> str: function micros (line 241) | def micros() -> int: function mount (line 255) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function rng (line 290) | def rng() -> int: function millis (line 296) | def millis() -> int: function repl_uart (line 310) | def repl_uart(uart) -> UART: function pwm (line 316) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 317) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 318) | def stop() -> Incomplete: function delay (line 330) | def delay(ms) -> None: function main (line 336) | def main(filename) -> None: function bootloader (line 345) | def bootloader() -> None: function country (line 351) | def country(*args, **kwargs) -> Incomplete: ... class DAC (line 353) | class DAC: method noise (line 380) | def noise(self, freq) -> None: method write_timed (line 387) | def write_timed(self, data, freq, *, mode=NORMAL) -> Incomplete: method triangle (line 409) | def triangle(self, freq) -> None: method write (line 417) | def write(self, value) -> Incomplete: method init (line 425) | def init(self, bits=8, *, buffering=None) -> Incomplete: method deinit (line 433) | def deinit(self) -> Incomplete: method __init__ (line 439) | def __init__(self, *argv, **kwargs) -> None: ... class ExtInt (line 441) | class ExtInt: method line (line 465) | def line(self) -> int: method regs (line 472) | def regs(cls) -> Incomplete: method swint (line 478) | def swint(self) -> Incomplete: method enable (line 484) | def enable(self) -> None: method disable (line 490) | def disable(self) -> None: method __init__ (line 497) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 499) | class Flash: method readblocks (line 510) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 511) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 512) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 520) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 522) | class I2C: method scan (line 548) | def scan(self) -> List: method mem_read (line 555) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 570) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 585) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method is_ready (line 599) | def is_ready(self, addr) -> Incomplete: method send (line 605) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 617) | def deinit(self) -> None: method init (line 623) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: ... class LCD (line 643) | class LCD: method fill (line 649) | def fill(self, colour) -> None: method light (line 657) | def light(self, value) -> None: method pixel (line 663) | def pixel(self, x, y, colour) -> None: method show (line 671) | def show(self) -> None: method text (line 677) | def text(self, str, x, y, colour) -> None: method contrast (line 685) | def contrast(self, value) -> None: method get (line 691) | def get(self, x, y) -> int: method write (line 699) | def write(self, str) -> None: method command (line 705) | def command(self, instr_data, buf) -> None: method __init__ (line 713) | def __init__(self, *argv, **kwargs) -> None: ... class CAN (line 715) | class CAN: method restart (line 742) | def restart(self) -> Incomplete: method recv (line 755) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method init (line 791) | def init( method rxcallback (line 865) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 901) | def setfilter(self, bank, mode, fifo, params, *, rtr=None, extframe=Fa... method state (line 958) | def state(self) -> Incomplete: method send (line 974) | def send(self, data, id, *, timeout=0, rtr=False, extframe=False, fdf=... method any (line 1003) | def any(self, fifo) -> bool: method info (line 1009) | def info(self, list: Optional[Any] = None) -> Incomplete: method clearfilter (line 1033) | def clearfilter(self, bank, extframe=False) -> None: method deinit (line 1043) | def deinit(self) -> None: method __init__ (line 1049) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 1051) | class ADC: method read_timed (line 1057) | def read_timed(self, buf, timer) -> Incomplete: method read_timed_multi (line 1095) | def read_timed_multi(self, adcs, bufs, timer) -> bool: method read (line 1148) | def read(self) -> Incomplete: method __init__ (line 1155) | def __init__(self, *argv, **kwargs) -> None: ... class ADCAll (line 1157) | class ADCAll: method read_core_vbat (line 1158) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 1159) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 1160) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 1161) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 1162) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1163) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 1165) | class Accel: method x (line 1170) | def x(self) -> Incomplete: method tilt (line 1176) | def tilt(self) -> Incomplete: method y (line 1182) | def y(self) -> Incomplete: method z (line 1188) | def z(self) -> Incomplete: method read (line 1194) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 1195) | def filtered_xyz(self) -> Tuple: method write (line 1206) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1207) | def __init__(self, *argv, **kwargs) -> None: ... class USB_VCP (line 1209) | class USB_VCP: method readlines (line 1218) | def readlines(self) -> List: method recv (line 1228) | def recv(self, data, *, timeout=5000) -> int: method isconnected (line 1241) | def isconnected(self) -> bool: method init (line 1247) | def init(self, *, flow=-1) -> None: method irq (line 1255) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 1267) | def setinterrupt(self, chr) -> None: method close (line 1278) | def close(self) -> Incomplete: method read (line 1285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1296) | def any(self) -> bool: method write (line 1302) | def write(self, buf) -> int: method send (line 1310) | def send(self, data, *, timeout=5000) -> int: method readinto (line 1321) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1333) | def readline(self) -> bytes: method __init__ (line 1342) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1344) | class Timer: method freq (line 1374) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 1380) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1437) | def period(self, value: Optional[Any] = None) -> Incomplete: method prescaler (line 1443) | def prescaler(self, value: Optional[Any] = None) -> Incomplete: method source_freq (line 1449) | def source_freq(self) -> Incomplete: method deinit (line 1455) | def deinit(self) -> None: method callback (line 1466) | def callback(self, fun) -> None: method channel (line 1474) | def channel(self, channel, mode, pin=None, *args) -> Incomplete: method counter (line 1561) | def counter(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 1567) | def __init__(self, *argv, **kwargs) -> None: ... class Switch (line 1569) | class Switch(Pin): method callback (line 1574) | def callback(self, fun) -> None: method value (line 1581) | def value(self) -> bool: method __init__ (line 1587) | def __init__(self, *argv, **kwargs) -> None: ... class Servo (line 1589) | class Servo: method speed (line 1594) | def speed(self, speed: Optional[Any] = None, time=0) -> Incomplete: method pulse_width (line 1606) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method calibration (line 1615) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method angle (line 1630) | def angle(self, angle: Optional[Any] = None, time=0) -> Incomplete: method __init__ (line 1643) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1645) | class UART: method init (line 1684) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method flush (line 1710) | def flush(self, *args, **kwargs) -> Incomplete: ... method irq (line 1711) | def irq(self, *args, **kwargs) -> Incomplete: ... method txdone (line 1712) | def txdone(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 1713) | def sendbreak(self) -> None: method readchar (line 1721) | def readchar(self) -> int: method writechar (line 1729) | def writechar(self, char) -> None: method read (line 1736) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1753) | def deinit(self) -> None: method any (line 1759) | def any(self) -> int: method write (line 1765) | def write(self, buf) -> int: method readinto (line 1777) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1787) | def readline(self) -> None: method __init__ (line 1797) | def __init__(self, *argv, **kwargs) -> None: ... class USB_HID (line 1799) | class USB_HID: method recv (line 1804) | def recv(self, data, *, timeout=5000) -> int: method send (line 1817) | def send(self, data) -> None: method __init__ (line 1826) | def __init__(self, *argv, **kwargs) -> None: ... class LED (line 1828) | class LED: method toggle (line 1835) | def toggle(self) -> Incomplete: method on (line 1842) | def on(self) -> None: method off (line 1848) | def off(self) -> None: method intensity (line 1854) | def intensity(self, value: Optional[Any] = None) -> None: method __init__ (line 1868) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1870) | class RTC: method info (line 1875) | def info(self) -> Incomplete: method init (line 1886) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 1887) | def wakeup(self, timeout, callback=None) -> None: method datetime (line 1900) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 1918) | def calibration(self, cal) -> int: method __init__ (line 1936) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 1938) | class Pin: method mode (line 1984) | def mode(self) -> Incomplete: method name (line 1992) | def name(self) -> str: method pull (line 1998) | def pull(self) -> Incomplete: method low (line 2006) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 2007) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 2008) | def pin(self) -> int: method port (line 2014) | def port(self) -> Incomplete: method names (line 2020) | def names(self) -> str: method on (line 2026) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 2027) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 2028) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method af_list (line 2062) | def af_list(self) -> List: method af (line 2068) | def af(self) -> Incomplete: method value (line 2076) | def value(self, value: Optional[Any] = None) -> int: method high (line 2087) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 2088) | def gpio(self) -> int: method dict (line 2096) | def dict(cls, *args, **kwargs) -> Incomplete: method debug (line 2104) | def debug(cls, *args, **kwargs) -> bool: class cpu (line 2110) | class cpu: method __init__ (line 2158) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 2162) | def mapper(cls, *args, **kwargs) -> Incomplete: class board (line 2168) | class board: method __init__ (line 2218) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2220) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 2221) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 2229) | class SPI: method deinit (line 2252) | def deinit(self) -> None: method send_recv (line 2258) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method recv (line 2272) | def recv(self, recv, *, timeout=5000) -> bytes: method init (line 2285) | def init(self, mode, baudrate=328125, *, prescaler=-1, polarity=1, pha... method write_readinto (line 2313) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 2314) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 2315) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2316) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 2317) | def send(self, send, *, timeout=5000) -> None: method __init__ (line 2328) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 2332) | class SDCard: method writeblocks (line 2333) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 2334) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 2335) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2336) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 2337) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 2338) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2339) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 2340) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2341) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function post (line 11) | def post(*args, **kwargs) -> Incomplete: ... function put (line 12) | def put(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 14) | def delete(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/socket.pyi function getaddrinfo (line 86) | def getaddrinfo( class socket (line 134) | class socket: method recvfrom (line 148) | def recvfrom(self, bufsize) -> Tuple: method recv (line 156) | def recv(self, bufsize) -> bytes: method makefile (line 163) | def makefile( method listen (line 185) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 194) | def settimeout(self, value) -> Incomplete: method sendall (line 229) | def sendall(self, bytes) -> int: method setsockopt (line 242) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 250) | def setblocking(self, flag) -> Incomplete: method sendto (line 262) | def sendto(self, bytes, address) -> None: method readline (line 269) | def readline(self) -> Incomplete: method readinto (line 277) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 287) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method connect (line 308) | def connect(self, address) -> None: method send (line 314) | def send(self, bytes) -> int: method bind (line 322) | def bind(self, address) -> Incomplete: method accept (line 328) | def accept(self) -> Tuple: method write (line 337) | def write(self, buf) -> int: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/struct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/uasyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/umachine.pyi function freq (line 29) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 37) | def idle() -> Incomplete: function info (line 46) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 47) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 48) | def enable_irq(state) -> Incomplete: function disable_irq (line 56) | def disable_irq() -> Incomplete: function deepsleep (line 65) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function lightsleep (line 126) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 151) | def reset() -> NoReturn: function rng (line 158) | def rng() -> int: function reset_cause (line 166) | def reset_cause() -> int: function unique_id (line 172) | def unique_id() -> bytes: function bootloader (line 181) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 191) | def bitstream( class RTC (line 220) | class RTC: method info (line 225) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 226) | def init(self, datetime) -> None: method wakeup (line 234) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 235) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 251) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 254) | class Pin: method mode (line 358) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 367) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 368) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 377) | def low(self) -> None: method irq (line 385) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 430) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 431) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 432) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 433) | def on(self) -> None: method off (line 439) | def off(self) -> None: method init (line 445) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 455) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 456) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 457) | def value(self, x: Optional[Any] = None) -> int: method high (line 491) | def high(self) -> None: method gpio (line 499) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 501) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 503) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 505) | class cpu: method __init__ (line 553) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 556) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 558) | class board: method __init__ (line 608) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 610) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 611) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 619) | class SPI: method deinit (line 633) | def deinit(self) -> None: method init (line 639) | def init( method write_readinto (line 665) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 676) | def read(self, nbytes, write=0x00) -> bytes: method write (line 684) | def write(self, buf) -> int: method readinto (line 693) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 703) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 707) | class ADC: method read_u16 (line 727) | def read_u16(self) -> int: method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 737) | class I2S: method shift (line 768) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 776) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 782) | def irq(self, handler) -> Incomplete: method readinto (line 790) | def readinto(self, buf) -> int: method deinit (line 799) | def deinit(self) -> Incomplete: method write (line 805) | def write(self, buf) -> int: method __init__ (line 814) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 816) | class I2C: method readfrom_mem_into (line 834) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 846) | def readfrom_into( method readfrom_mem (line 861) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 870) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 881) | def scan(self) -> List: method writeto (line 889) | def writeto( method writevto (line 904) | def writevto( method start (line 925) | def start(self) -> None: method readfrom (line 931) | def readfrom( method readinto (line 944) | def readinto( method init (line 958) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 972) | def stop(self) -> None: method write (line 978) | def write(self, buf) -> int: method __init__ (line 986) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 988) | class WDT: method feed (line 997) | def feed(self) -> None: method __init__ (line 1005) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1007) | class Timer: method init (line 1018) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1058) | def deinit(self) -> None: method __init__ (line 1064) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1066) | class SoftSPI(SPI): method deinit (line 1075) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1076) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1077) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1078) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1079) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1080) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1081) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1083) | class UART: method init (line 1091) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1145) | def flush(self) -> Incomplete: method irq (line 1160) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1187) | def txdone(self) -> bool: method sendbreak (line 1202) | def sendbreak(self) -> None: method readchar (line 1209) | def readchar(self, *args, **kwargs) -> Incomplete: ... method writechar (line 1210) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 1211) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1222) | def deinit(self) -> None: method any (line 1232) | def any(self) -> int: method write (line 1247) | def write(self, buf) -> Union[int, None]: method readinto (line 1255) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1266) | def readline(self) -> Union[str, None]: method __init__ (line 1275) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1280) | class SoftI2C(I2C): method readfrom_mem_into (line 1293) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1294) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1295) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1296) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1297) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1298) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1299) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1300) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1301) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1302) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1303) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1304) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1305) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1306) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1308) | class Signal(Pin): method off (line 1329) | def off(self) -> None: method on (line 1335) | def on(self) -> None: method value (line 1341) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1361) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/uos.pyi function statvfs (line 25) | def statvfs(path) -> Tuple: function stat (line 48) | def stat(path) -> Incomplete: function rmdir (line 54) | def rmdir(path) -> None: function rename (line 60) | def rename(old_path, new_path) -> None: function mount (line 66) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 72) | def sync() -> None: function unlink (line 78) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 79) | def uname() -> uname_result: function umount (line 93) | def umount(mount_point) -> Incomplete: function urandom (line 99) | def urandom(n) -> bytes: function chdir (line 106) | def chdir(path) -> Incomplete: function dupterm (line 112) | def dupterm( function remove (line 138) | def remove(path) -> None: function mkdir (line 144) | def mkdir(path) -> Incomplete: function getcwd (line 150) | def getcwd() -> Incomplete: function listdir (line 156) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 162) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 188) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 189) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 190) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 191) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 192) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 193) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 194) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 195) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 196) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 197) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 198) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 199) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 200) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 201) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 203) | class VfsFat: method rename (line 208) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 209) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 210) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 211) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 212) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 213) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 214) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 215) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 216) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 217) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 218) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 219) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 220) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/usocket.pyi function getaddrinfo (line 86) | def getaddrinfo( class socket (line 134) | class socket: method recvfrom (line 148) | def recvfrom(self, bufsize) -> Tuple: method recv (line 156) | def recv(self, bufsize) -> bytes: method makefile (line 163) | def makefile( method listen (line 185) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 194) | def settimeout(self, value) -> Incomplete: method sendall (line 229) | def sendall(self, bytes) -> int: method setsockopt (line 242) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 250) | def setblocking(self, flag) -> Incomplete: method sendto (line 262) | def sendto(self, bytes, address) -> None: method readline (line 269) | def readline(self) -> Incomplete: method readinto (line 277) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 287) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method connect (line 308) | def connect(self, address) -> None: method send (line 314) | def send(self, bytes) -> int: method bind (line 322) | def bind(self, address) -> Incomplete: method accept (line 328) | def accept(self) -> Tuple: method write (line 337) | def write(self, buf) -> int: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/ustruct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-stm32-pybv11-stubs/vfs.pyi function umount (line 30) | def umount(mount_point) -> Incomplete: function mount (line 40) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: class VfsLfs2 (line 58) | class VfsLfs2: method rename (line 76) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 78) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 87) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 88) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 89) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 90) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 91) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 92) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 93) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 94) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 95) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 96) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 97) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 100) | class VfsFat: method rename (line 107) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 109) | def mkfs(block_dev) -> None: method mount (line 115) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 116) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 117) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 118) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 119) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 121) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 122) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 123) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 124) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 125) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_23_0-stm32-stubs/_asyncio.pyi class TaskQueue (line 46) | class TaskQueue: method push (line 47) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 48) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 49) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 53) | class Task: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-stm32-stubs/array.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/asyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-stm32-stubs/asyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/asyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/asyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/asyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/asyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-stm32-stubs/cmath.pyi function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 39) | def rect(r, phi) -> float: function sin (line 45) | def sin(z) -> float: function exp (line 51) | def exp(z) -> float: function cos (line 57) | def cos(z) -> float: function phase (line 63) | def phase(z) -> float: function log (line 69) | def log(z) -> float: function log10 (line 75) | def log10(z) -> float: FILE: publish/micropython-v1_23_0-stm32-stubs/deflate.pyi class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 81) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 30) | class FrameBuffer: method poly (line 56) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 69) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 70) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 77) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 86) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 95) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 102) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 118) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 128) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 150) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 151) | def fill(self, c) -> None: method fill_rect (line 157) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 158) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 29) | def mem_free() -> int: function threshold (line 40) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 65) | def collect() -> None: function enable (line 71) | def enable() -> None: function disable (line 77) | def disable() -> None: FILE: publish/micropython-v1_23_0-stm32-stubs/hashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/heapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-stm32-stubs/io.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/json.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-stm32-stubs/lcd160cr.pyi function pack_into (line 27) | def pack_into(*args, **kwargs) -> Incomplete: ... function const (line 28) | def const(*args, **kwargs) -> Incomplete: ... function calcsize (line 29) | def calcsize(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 30) | def sleep_ms(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 32) | class LCD160CR: method set_brightness (line 68) | def set_brightness(self, value) -> None: method screen_dump (line 74) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Incomplete: method screen_load (line 85) | def screen_load(self, buf) -> None: method set_orient (line 91) | def set_orient(self, orient) -> None: method set_font (line 98) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method set_i2c_addr (line 119) | def set_i2c_addr(self, addr) -> None: method rect_interior (line 126) | def rect_interior(self, x, y, w, h) -> None: method rect_no_clip (line 135) | def rect_no_clip(self, x, y, w, h) -> Incomplete: ... method save_to_flash (line 136) | def save_to_flash(self) -> Incomplete: method rect_interior_no_clip (line 143) | def rect_interior_no_clip(self, x, y, w, h) -> Incomplete: ... method rgb (line 145) | def rgb(r, g, b) -> int: method rect_outline (line 154) | def rect_outline(self, x, y, w, h) -> Incomplete: ... method rect_outline_no_clip (line 155) | def rect_outline_no_clip(self, x, y, w, h) -> Incomplete: ... method set_startup_deco (line 156) | def set_startup_deco(self, value) -> None: method set_scroll_win_param (line 163) | def set_scroll_win_param(self, win, param, value) -> Incomplete: method set_spi_win (line 174) | def set_spi_win(self, x, y, w, h) -> None: method show_framebuf (line 180) | def show_framebuf(self, buf) -> None: method set_text_color (line 192) | def set_text_color(self, fg, bg) -> None: method set_uart_baudrate (line 198) | def set_uart_baudrate(self, baudrate) -> None: method set_pen (line 204) | def set_pen(self, line, fill) -> None: method set_pos (line 210) | def set_pos(self, x, y) -> None: method set_scroll_win (line 217) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_pixel (line 235) | def set_pixel(self, x, y, c) -> None: method set_scroll_buf (line 242) | def set_scroll_buf(self, s) -> None: method set_power (line 249) | def set_power(self, on) -> None: method set_scroll (line 256) | def set_scroll(self, on) -> None: method touch_config (line 263) | def touch_config(self, calib=False, save=False, irq=None) -> None: method clip_line (line 280) | def clip_line(data, w, h) -> Incomplete: method _send (line 286) | def _send(self, *args, **kwargs) -> Incomplete: ... method _waitfor (line 287) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method erase (line 288) | def erase(self) -> Incomplete: method dot (line 294) | def dot(self, x, y) -> None: method dot_no_clip (line 300) | def dot_no_clip(self, x, y) -> Incomplete: ... method poly_line (line 301) | def poly_line(self, data) -> Incomplete: method line (line 307) | def line(self, x1, y1, x2, y2) -> None: method _fcmd2b (line 313) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 314) | def write(self, s) -> None: method _fcmd2 (line 322) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rect (line 323) | def rect(self, x, y, w, h) -> Incomplete: ... method reset (line 324) | def reset(self) -> None: method jpeg_start (line 330) | def jpeg_start(self, total_len) -> Incomplete: ... method jpeg (line 331) | def jpeg(self, buf) -> None: method jpeg_data (line 340) | def jpeg_data(self, buf) -> None: method poly_dot (line 349) | def poly_dot(self, data) -> None: method line_no_clip (line 357) | def line_no_clip(self, x1, y1, x2, y2) -> Incomplete: method oflush (line 365) | def oflush(self, *args, **kwargs) -> Incomplete: ... method fast_spi (line 366) | def fast_spi(self, flush=True) -> SPI: method get_line (line 380) | def get_line(self, x, y, buf) -> Incomplete: method is_touched (line 389) | def is_touched(self) -> bool: method feed_wdt (line 396) | def feed_wdt(self) -> Incomplete: method iflush (line 404) | def iflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 405) | def get_pixel(self, x, y) -> Incomplete: method get_touch (line 411) | def get_touch(self) -> Tuple: method __init__ (line 419) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/machine.pyi function freq (line 29) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 37) | def idle() -> Incomplete: function info (line 46) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 47) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 48) | def enable_irq(state) -> Incomplete: function disable_irq (line 56) | def disable_irq() -> Incomplete: function deepsleep (line 65) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function lightsleep (line 126) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 151) | def reset() -> NoReturn: function rng (line 158) | def rng() -> int: function reset_cause (line 166) | def reset_cause() -> int: function unique_id (line 172) | def unique_id() -> bytes: function bootloader (line 181) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 191) | def bitstream( class RTC (line 220) | class RTC: method info (line 225) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 226) | def init(self, datetime) -> None: method wakeup (line 234) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 235) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 251) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 254) | class Pin: method mode (line 358) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 367) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 368) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 377) | def low(self) -> None: method irq (line 385) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 430) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 431) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 432) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 433) | def on(self) -> None: method off (line 439) | def off(self) -> None: method init (line 445) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 455) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 456) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 457) | def value(self, x: Optional[Any] = None) -> int: method high (line 491) | def high(self) -> None: method gpio (line 499) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 501) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 503) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 505) | class cpu: method __init__ (line 553) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 556) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 558) | class board: method __init__ (line 608) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 610) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 611) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 619) | class SPI: method deinit (line 633) | def deinit(self) -> None: method init (line 639) | def init( method write_readinto (line 665) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 676) | def read(self, nbytes, write=0x00) -> bytes: method write (line 684) | def write(self, buf) -> int: method readinto (line 693) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 703) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 707) | class ADC: method read_u16 (line 727) | def read_u16(self) -> int: method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 737) | class I2S: method shift (line 768) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 776) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 782) | def irq(self, handler) -> Incomplete: method readinto (line 790) | def readinto(self, buf) -> int: method deinit (line 799) | def deinit(self) -> Incomplete: method write (line 805) | def write(self, buf) -> int: method __init__ (line 814) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 816) | class I2C: method readfrom_mem_into (line 834) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 846) | def readfrom_into( method readfrom_mem (line 861) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 870) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 881) | def scan(self) -> List: method writeto (line 889) | def writeto( method writevto (line 904) | def writevto( method start (line 925) | def start(self) -> None: method readfrom (line 931) | def readfrom( method readinto (line 944) | def readinto( method init (line 958) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 972) | def stop(self) -> None: method write (line 978) | def write(self, buf) -> int: method __init__ (line 986) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 988) | class WDT: method feed (line 997) | def feed(self) -> None: method __init__ (line 1005) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1007) | class Timer: method init (line 1018) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1058) | def deinit(self) -> None: method __init__ (line 1064) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1066) | class SoftSPI(SPI): method deinit (line 1075) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1076) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1077) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1078) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1079) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1080) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1081) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1083) | class UART: method init (line 1091) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1145) | def flush(self) -> Incomplete: method irq (line 1160) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1187) | def txdone(self) -> bool: method sendbreak (line 1202) | def sendbreak(self) -> None: method readchar (line 1209) | def readchar(self, *args, **kwargs) -> Incomplete: ... method writechar (line 1210) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 1211) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1222) | def deinit(self) -> None: method any (line 1232) | def any(self) -> int: method write (line 1247) | def write(self, buf) -> Union[int, None]: method readinto (line 1255) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1266) | def readline(self) -> Union[str, None]: method __init__ (line 1275) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1280) | class SoftI2C(I2C): method readfrom_mem_into (line 1293) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1294) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1295) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1296) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1297) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1298) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1299) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1300) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1301) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1302) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1303) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1304) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1305) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1306) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1308) | class Signal(Pin): method off (line 1329) | def off(self) -> None: method on (line 1335) | def on(self) -> None: method value (line 1341) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1361) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/math.pyi function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 44) | def trunc(x) -> int: function isclose (line 50) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 51) | def gamma(x) -> Incomplete: function isnan (line 57) | def isnan(x) -> bool: function isfinite (line 63) | def isfinite(x) -> bool: function isinf (line 69) | def isinf(x) -> bool: function sqrt (line 75) | def sqrt(x) -> Incomplete: function sinh (line 81) | def sinh(x) -> float: function log (line 87) | def log(x) -> float: function tan (line 93) | def tan(x) -> float: function tanh (line 99) | def tanh(x) -> float: function log2 (line 105) | def log2(x) -> float: function log10 (line 111) | def log10(x) -> float: function sin (line 117) | def sin(x) -> float: function modf (line 123) | def modf(x) -> Tuple: function radians (line 130) | def radians(x) -> Incomplete: function atanh (line 136) | def atanh(x) -> float: function atan2 (line 142) | def atan2(y, x) -> float: function atan (line 148) | def atan(x) -> float: function ceil (line 154) | def ceil(x) -> int: function copysign (line 160) | def copysign(x, y) -> Incomplete: function frexp (line 166) | def frexp(x) -> Incomplete: function acos (line 175) | def acos(x) -> float: function pow (line 181) | def pow(x, y) -> Incomplete: function asinh (line 187) | def asinh(x) -> float: function acosh (line 193) | def acosh(x) -> float: function asin (line 199) | def asin(x) -> float: function factorial (line 205) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 206) | def fabs(x) -> Incomplete: function expm1 (line 212) | def expm1(x) -> Incomplete: function floor (line 218) | def floor(x) -> int: function fmod (line 224) | def fmod(x, y) -> Incomplete: function cos (line 230) | def cos(x) -> float: function degrees (line 236) | def degrees(x) -> Incomplete: function cosh (line 242) | def cosh(x) -> float: function exp (line 248) | def exp(x) -> float: function erf (line 254) | def erf(x) -> Incomplete: function erfc (line 260) | def erfc(x) -> Incomplete: FILE: publish/micropython-v1_23_0-stm32-stubs/micropython.pyi function const (line 16) | def const(expr: Const_T) -> Const_T: function opt_level (line 38) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 58) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 71) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 82) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 93) | def stack_use() -> int: function heap_lock (line 101) | def heap_lock() -> int: function heap_unlock (line 122) | def heap_unlock() -> int: function heap_locked (line 143) | def heap_locked() -> bool: function kbd_intr (line 157) | def kbd_intr(chr) -> None: function schedule (line 170) | def schedule(func, arg) -> Incomplete: function viper (line 207) | def viper(func: Callable) -> Callable: function native (line 216) | def native(func: Callable) -> Callable: FILE: publish/micropython-v1_23_0-stm32-stubs/network.pyi function hostname (line 52) | def hostname(*args, **kwargs) -> Incomplete: ... function route (line 53) | def route(*args, **kwargs) -> Incomplete: ... function country (line 54) | def country(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-stm32-stubs/onewire.pyi class OneWireError (line 10) | class OneWireError(Exception): ... class OneWire (line 12) | class OneWire: method select_rom (line 16) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 17) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 18) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 19) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 20) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 21) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 24) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 25) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 26) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/os.pyi function statvfs (line 25) | def statvfs(path) -> Tuple: function stat (line 48) | def stat(path) -> Incomplete: function rmdir (line 54) | def rmdir(path) -> None: function rename (line 60) | def rename(old_path, new_path) -> None: function mount (line 66) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 72) | def sync() -> None: function unlink (line 78) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 79) | def uname() -> uname_result: function umount (line 93) | def umount(mount_point) -> Incomplete: function urandom (line 99) | def urandom(n) -> bytes: function chdir (line 106) | def chdir(path) -> Incomplete: function dupterm (line 112) | def dupterm( function remove (line 138) | def remove(path) -> None: function mkdir (line 144) | def mkdir(path) -> Incomplete: function getcwd (line 150) | def getcwd() -> Incomplete: function listdir (line 156) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 162) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 188) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 189) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 190) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 191) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 192) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 193) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 194) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 195) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 196) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 197) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 198) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 199) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 200) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 201) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 203) | class VfsFat: method rename (line 208) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 209) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 210) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 211) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 212) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 213) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 214) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 215) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 216) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 217) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 218) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 219) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 220) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-stm32-stubs/pyb.pyi function hard_reset (line 21) | def hard_reset() -> NoReturn: function have_cdc (line 28) | def have_cdc() -> bool: function hid (line 36) | def hid(hidtuple: Tuple) -> Incomplete: function info (line 45) | def info(dump_alloc_table: Optional[Any] = None) -> None: function wfi (line 51) | def wfi() -> None: function elapsed_micros (line 63) | def elapsed_micros(start) -> int: function freq (line 79) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function disable_irq (line 119) | def disable_irq() -> Incomplete: function fault_debug (line 128) | def fault_debug(value) -> None: function elapsed_millis (line 143) | def elapsed_millis(start) -> int: function enable_irq (line 158) | def enable_irq(state=True) -> None: function sync (line 168) | def sync() -> None: function servo (line 174) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 175) | def standby() -> Incomplete: function usb_mode (line 188) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function udelay (line 229) | def udelay(us) -> None: function unique_id (line 235) | def unique_id() -> str: function micros (line 241) | def micros() -> int: function mount (line 255) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function rng (line 290) | def rng() -> int: function millis (line 296) | def millis() -> int: function repl_uart (line 310) | def repl_uart(uart) -> UART: function pwm (line 316) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 317) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 318) | def stop() -> Incomplete: function delay (line 330) | def delay(ms) -> None: function main (line 336) | def main(filename) -> None: function bootloader (line 345) | def bootloader() -> None: function country (line 351) | def country(*args, **kwargs) -> Incomplete: ... class DAC (line 353) | class DAC: method noise (line 380) | def noise(self, freq) -> None: method write_timed (line 387) | def write_timed(self, data, freq, *, mode=NORMAL) -> Incomplete: method triangle (line 409) | def triangle(self, freq) -> None: method write (line 417) | def write(self, value) -> Incomplete: method init (line 425) | def init(self, bits=8, *, buffering=None) -> Incomplete: method deinit (line 433) | def deinit(self) -> Incomplete: method __init__ (line 439) | def __init__(self, *argv, **kwargs) -> None: ... class ExtInt (line 441) | class ExtInt: method line (line 465) | def line(self) -> int: method regs (line 472) | def regs(cls) -> Incomplete: method swint (line 478) | def swint(self) -> Incomplete: method enable (line 484) | def enable(self) -> None: method disable (line 490) | def disable(self) -> None: method __init__ (line 497) | def __init__(self, *argv, **kwargs) -> None: ... class Flash (line 499) | class Flash: method readblocks (line 510) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 511) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 512) | def ioctl(self, cmd, arg) -> Incomplete: method __init__ (line 520) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 522) | class I2C: method scan (line 548) | def scan(self) -> List: method mem_read (line 555) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 570) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 585) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method is_ready (line 599) | def is_ready(self, addr) -> Incomplete: method send (line 605) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 617) | def deinit(self) -> None: method init (line 623) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: ... class LCD (line 643) | class LCD: method fill (line 649) | def fill(self, colour) -> None: method light (line 657) | def light(self, value) -> None: method pixel (line 663) | def pixel(self, x, y, colour) -> None: method show (line 671) | def show(self) -> None: method text (line 677) | def text(self, str, x, y, colour) -> None: method contrast (line 685) | def contrast(self, value) -> None: method get (line 691) | def get(self, x, y) -> int: method write (line 699) | def write(self, str) -> None: method command (line 705) | def command(self, instr_data, buf) -> None: method __init__ (line 713) | def __init__(self, *argv, **kwargs) -> None: ... class CAN (line 715) | class CAN: method restart (line 742) | def restart(self) -> Incomplete: method recv (line 755) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method init (line 791) | def init( method rxcallback (line 865) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 901) | def setfilter(self, bank, mode, fifo, params, *, rtr=None, extframe=Fa... method state (line 958) | def state(self) -> Incomplete: method send (line 974) | def send(self, data, id, *, timeout=0, rtr=False, extframe=False, fdf=... method any (line 1003) | def any(self, fifo) -> bool: method info (line 1009) | def info(self, list: Optional[Any] = None) -> Incomplete: method clearfilter (line 1033) | def clearfilter(self, bank, extframe=False) -> None: method deinit (line 1043) | def deinit(self) -> None: method __init__ (line 1049) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 1051) | class ADC: method read_timed (line 1057) | def read_timed(self, buf, timer) -> Incomplete: method read_timed_multi (line 1095) | def read_timed_multi(self, adcs, bufs, timer) -> bool: method read (line 1148) | def read(self) -> Incomplete: method __init__ (line 1155) | def __init__(self, *argv, **kwargs) -> None: ... class ADCAll (line 1157) | class ADCAll: method read_core_vbat (line 1158) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 1159) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 1160) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 1161) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 1162) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1163) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 1165) | class Accel: method x (line 1170) | def x(self) -> Incomplete: method tilt (line 1176) | def tilt(self) -> Incomplete: method y (line 1182) | def y(self) -> Incomplete: method z (line 1188) | def z(self) -> Incomplete: method read (line 1194) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 1195) | def filtered_xyz(self) -> Tuple: method write (line 1206) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1207) | def __init__(self, *argv, **kwargs) -> None: ... class USB_VCP (line 1209) | class USB_VCP: method readlines (line 1218) | def readlines(self) -> List: method recv (line 1228) | def recv(self, data, *, timeout=5000) -> int: method isconnected (line 1241) | def isconnected(self) -> bool: method init (line 1247) | def init(self, *, flow=-1) -> None: method irq (line 1255) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 1267) | def setinterrupt(self, chr) -> None: method close (line 1278) | def close(self) -> Incomplete: method read (line 1285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1296) | def any(self) -> bool: method write (line 1302) | def write(self, buf) -> int: method send (line 1310) | def send(self, data, *, timeout=5000) -> int: method readinto (line 1321) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1333) | def readline(self) -> bytes: method __init__ (line 1342) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1344) | class Timer: method freq (line 1374) | def freq(self, value: Optional[Any] = None) -> Incomplete: method init (line 1380) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1437) | def period(self, value: Optional[Any] = None) -> Incomplete: method prescaler (line 1443) | def prescaler(self, value: Optional[Any] = None) -> Incomplete: method source_freq (line 1449) | def source_freq(self) -> Incomplete: method deinit (line 1455) | def deinit(self) -> None: method callback (line 1466) | def callback(self, fun) -> None: method channel (line 1474) | def channel(self, channel, mode, pin=None, *args) -> Incomplete: method counter (line 1561) | def counter(self, value: Optional[Any] = None) -> Incomplete: method __init__ (line 1567) | def __init__(self, *argv, **kwargs) -> None: ... class Switch (line 1569) | class Switch(Pin): method callback (line 1574) | def callback(self, fun) -> None: method value (line 1581) | def value(self) -> bool: method __init__ (line 1587) | def __init__(self, *argv, **kwargs) -> None: ... class Servo (line 1589) | class Servo: method speed (line 1594) | def speed(self, speed: Optional[Any] = None, time=0) -> Incomplete: method pulse_width (line 1606) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method calibration (line 1615) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method angle (line 1630) | def angle(self, angle: Optional[Any] = None, time=0) -> Incomplete: method __init__ (line 1643) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1645) | class UART: method init (line 1684) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method flush (line 1710) | def flush(self, *args, **kwargs) -> Incomplete: ... method irq (line 1711) | def irq(self, *args, **kwargs) -> Incomplete: ... method txdone (line 1712) | def txdone(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 1713) | def sendbreak(self) -> None: method readchar (line 1721) | def readchar(self) -> int: method writechar (line 1729) | def writechar(self, char) -> None: method read (line 1736) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1753) | def deinit(self) -> None: method any (line 1759) | def any(self) -> int: method write (line 1765) | def write(self, buf) -> int: method readinto (line 1777) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1787) | def readline(self) -> None: method __init__ (line 1797) | def __init__(self, *argv, **kwargs) -> None: ... class USB_HID (line 1799) | class USB_HID: method recv (line 1804) | def recv(self, data, *, timeout=5000) -> int: method send (line 1817) | def send(self, data) -> None: method __init__ (line 1826) | def __init__(self, *argv, **kwargs) -> None: ... class LED (line 1828) | class LED: method toggle (line 1835) | def toggle(self) -> Incomplete: method on (line 1842) | def on(self) -> None: method off (line 1848) | def off(self) -> None: method intensity (line 1854) | def intensity(self, value: Optional[Any] = None) -> None: method __init__ (line 1868) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1870) | class RTC: method info (line 1875) | def info(self) -> Incomplete: method init (line 1886) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 1887) | def wakeup(self, timeout, callback=None) -> None: method datetime (line 1900) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 1918) | def calibration(self, cal) -> int: method __init__ (line 1936) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 1938) | class Pin: method mode (line 1984) | def mode(self) -> Incomplete: method name (line 1992) | def name(self) -> str: method pull (line 1998) | def pull(self) -> Incomplete: method low (line 2006) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 2007) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 2008) | def pin(self) -> int: method port (line 2014) | def port(self) -> Incomplete: method names (line 2020) | def names(self) -> str: method on (line 2026) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 2027) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 2028) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method af_list (line 2062) | def af_list(self) -> List: method af (line 2068) | def af(self) -> Incomplete: method value (line 2076) | def value(self, value: Optional[Any] = None) -> int: method high (line 2087) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 2088) | def gpio(self) -> int: method dict (line 2096) | def dict(cls, *args, **kwargs) -> Incomplete: method debug (line 2104) | def debug(cls, *args, **kwargs) -> bool: class cpu (line 2110) | class cpu: method __init__ (line 2158) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 2162) | def mapper(cls, *args, **kwargs) -> Incomplete: class board (line 2168) | class board: method __init__ (line 2218) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2220) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 2221) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 2229) | class SPI: method deinit (line 2252) | def deinit(self) -> None: method send_recv (line 2258) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method recv (line 2272) | def recv(self, recv, *, timeout=5000) -> bytes: method init (line 2285) | def init(self, mode, baudrate=328125, *, prescaler=-1, polarity=1, pha... method write_readinto (line 2313) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 2314) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 2315) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2316) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 2317) | def send(self, send, *, timeout=5000) -> None: method __init__ (line 2328) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 2332) | class SDCard: method writeblocks (line 2333) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 2334) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 2335) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2336) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 2337) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 2338) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2339) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 2340) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2341) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/random.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-stm32-stubs/requests/__init__.pyi function head (line 10) | def head(*args, **kwargs) -> Incomplete: ... function post (line 11) | def post(*args, **kwargs) -> Incomplete: ... function put (line 12) | def put(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function delete (line 14) | def delete(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/select.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-stm32-stubs/socket.pyi function getaddrinfo (line 86) | def getaddrinfo( class socket (line 134) | class socket: method recvfrom (line 148) | def recvfrom(self, bufsize) -> Tuple: method recv (line 156) | def recv(self, bufsize) -> bytes: method makefile (line 163) | def makefile( method listen (line 185) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 194) | def settimeout(self, value) -> Incomplete: method sendall (line 229) | def sendall(self, bytes) -> int: method setsockopt (line 242) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 250) | def setblocking(self, flag) -> Incomplete: method sendto (line 262) | def sendto(self, bytes, address) -> None: method readline (line 269) | def readline(self) -> Incomplete: method readinto (line 277) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 287) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method connect (line 308) | def connect(self, address) -> None: method send (line 314) | def send(self, bytes) -> int: method bind (line 322) | def bind(self, address) -> Incomplete: method accept (line 328) | def accept(self) -> Tuple: method write (line 337) | def write(self, buf) -> int: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/struct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-stm32-stubs/sys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-stm32-stubs/time.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-stm32-stubs/uarray.pyi class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method append (line 36) | def append(self, val) -> Incomplete: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/uasyncio/__init__.pyi function current_task (line 48) | def current_task() -> Task: function get_event_loop (line 54) | def get_event_loop() -> Incomplete: function create_task (line 60) | def create_task(coro) -> Task: function ticks_diff (line 68) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 69) | def new_event_loop() -> Incomplete: function ticks (line 78) | def ticks(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 79) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function run (line 80) | def run(coro) -> Incomplete: function wait_for_ms (line 88) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 96) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function ticks_add (line 104) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 105) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class TaskQueue (line 113) | class TaskQueue: method push (line 114) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 115) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 116) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 117) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 124) | class Task: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 137) | class CancelledError(Exception): ... class Lock (line 141) | class Lock: method locked (line 149) | def locked(self) -> bool: method release (line 155) | def release(self) -> Incomplete: method __init__ (line 163) | def __init__(self, *argv, **kwargs) -> None: ... class StreamWriter (line 165) | class StreamWriter: method write (line 166) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 167) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 168) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 181) | class StreamReader: method write (line 182) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 183) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 184) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 197) | class SingletonGenerator: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... class Loop (line 200) | class Loop: method get_exception_handler (line 206) | def get_exception_handler(self) -> None: method default_exception_handler (line 213) | def default_exception_handler(self, context) -> Incomplete: method set_exception_handler (line 219) | def set_exception_handler(self, handler) -> None: method run_forever (line 226) | def run_forever(self) -> Incomplete: method run_until_complete (line 232) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 239) | def stop(self) -> None: method close (line 245) | def close(self) -> None: method create_task (line 251) | def create_task(self, coro) -> Task: method call_exception_handler (line 257) | def call_exception_handler(self, context) -> Incomplete: method __init__ (line 264) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 266) | class Event: method set (line 272) | def set(self) -> None: method is_set (line 281) | def is_set(self) -> bool: method clear (line 287) | def clear(self) -> None: method __init__ (line 293) | def __init__(self, *argv, **kwargs) -> None: ... class ThreadSafeFlag (line 295) | class ThreadSafeFlag: method set (line 302) | def set(self) -> None: method ioctl (line 309) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 310) | def clear(self) -> None: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 319) | class IOQueue: method queue_read (line 320) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 321) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 322) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 323) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 324) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 325) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 326) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 328) | class TimeoutError(Exception): ... FILE: publish/micropython-v1_23_0-stm32-stubs/uasyncio/core.pyi function ticks (line 13) | def ticks(*args, **kwargs) -> Incomplete: ... function create_task (line 14) | def create_task(*args, **kwargs) -> Incomplete: ... function _promote_to_task (line 15) | def _promote_to_task(*args, **kwargs) -> Incomplete: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Incomplete: ... function run (line 17) | def run(*args, **kwargs) -> Incomplete: ... function run_until_complete (line 18) | def run_until_complete(*args, **kwargs) -> Incomplete: ... function current_task (line 19) | def current_task(*args, **kwargs) -> Incomplete: ... function new_event_loop (line 20) | def new_event_loop(*args, **kwargs) -> Incomplete: ... function get_event_loop (line 21) | def get_event_loop(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 22) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function ticks_add (line 23) | def ticks_add(*args, **kwargs) -> Incomplete: ... function sleep (line 24) | def sleep(*args, **kwargs) -> Incomplete: ... class Loop (line 29) | class Loop: method get_exception_handler (line 30) | def get_exception_handler(self, *args, **kwargs) -> Incomplete: ... method default_exception_handler (line 31) | def default_exception_handler(self, *args, **kwargs) -> Incomplete: ... method set_exception_handler (line 32) | def set_exception_handler(self, *args, **kwargs) -> Incomplete: ... method run_forever (line 33) | def run_forever(self, *args, **kwargs) -> Incomplete: ... method run_until_complete (line 34) | def run_until_complete(self, *args, **kwargs) -> Incomplete: ... method stop (line 35) | def stop(self, *args, **kwargs) -> Incomplete: ... method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: ... method create_task (line 37) | def create_task(self, *args, **kwargs) -> Incomplete: ... method call_exception_handler (line 38) | def call_exception_handler(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 43) | class CancelledError(Exception): ... class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 47) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 49) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 52) | class Task: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... class TimeoutError (line 55) | class TimeoutError(Exception): ... class IOQueue (line 57) | class IOQueue: method queue_read (line 58) | def queue_read(self, *args, **kwargs) -> Incomplete: ... method wait_io_event (line 59) | def wait_io_event(self, *args, **kwargs) -> Incomplete: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Incomplete: ... method remove (line 61) | def remove(self, *args, **kwargs) -> Incomplete: ... method _enqueue (line 62) | def _enqueue(self, *args, **kwargs) -> Incomplete: ... method _dequeue (line 63) | def _dequeue(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... class SingletonGenerator (line 66) | class SingletonGenerator: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/uasyncio/event.pyi class ThreadSafeFlag (line 11) | class ThreadSafeFlag: method set (line 12) | def set(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method clear (line 14) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 19) | class Event: method set (line 20) | def set(self, *args, **kwargs) -> Incomplete: ... method is_set (line 21) | def is_set(self, *args, **kwargs) -> Incomplete: ... method clear (line 22) | def clear(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/uasyncio/funcs.pyi function wait_for_ms (line 11) | def wait_for_ms(*args, **kwargs) -> Incomplete: ... class _Remove (line 16) | class _Remove: method remove (line 17) | def remove(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/uasyncio/lock.pyi class Lock (line 11) | class Lock: method locked (line 12) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 13) | def release(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/uasyncio/stream.pyi class StreamWriter (line 15) | class StreamWriter: method write (line 16) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 17) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 18) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 31) | class Server: method close (line 32) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 38) | class Stream: method write (line 39) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 40) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 41) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 54) | class StreamReader: method write (line 55) | def write(self, *args, **kwargs) -> Incomplete: ... method get_extra_info (line 56) | def get_extra_info(self, *args, **kwargs) -> Incomplete: ... method close (line 57) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/ubinascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 32) | def unhexlify(data) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data) -> bytes: FILE: publish/micropython-v1_23_0-stm32-stubs/uctypes.pyi function sizeof (line 55) | def sizeof( function bytes_at (line 66) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 92) | class struct: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/uhashlib.pyi class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 42) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/uheapq.pyi function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 32) | def heappush(heap, item) -> Incomplete: function heapify (line 38) | def heapify(x) -> Incomplete: FILE: publish/micropython-v1_23_0-stm32-stubs/uio.pyi function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 97) | class StringIO(IO): method write (line 98) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 99) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 100) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 101) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 102) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 103) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 104) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 105) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 106) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 109) | class BytesIO(IO): method write (line 122) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 123) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 124) | def getvalue(self) -> Incomplete: method seek (line 130) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 131) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 132) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 133) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 134) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/ujson.pyi function loads (line 20) | def loads(str) -> Incomplete: function load (line 27) | def load(stream) -> Incomplete: function dumps (line 38) | def dumps(obj, separators=None) -> str: function dump (line 46) | def dump(obj, stream, separators=None) -> Incomplete: FILE: publish/micropython-v1_23_0-stm32-stubs/umachine.pyi function freq (line 29) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 37) | def idle() -> Incomplete: function info (line 46) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 47) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 48) | def enable_irq(state) -> Incomplete: function disable_irq (line 56) | def disable_irq() -> Incomplete: function deepsleep (line 65) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function soft_reset (line 90) | def soft_reset() -> NoReturn: function sleep (line 98) | def sleep() -> Incomplete: function time_pulse_us (line 104) | def time_pulse_us( function lightsleep (line 126) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 151) | def reset() -> NoReturn: function rng (line 158) | def rng() -> int: function reset_cause (line 166) | def reset_cause() -> int: function unique_id (line 172) | def unique_id() -> bytes: function bootloader (line 181) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 191) | def bitstream( class RTC (line 220) | class RTC: method info (line 225) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 226) | def init(self, datetime) -> None: method wakeup (line 234) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 235) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method calibration (line 251) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 254) | class Pin: method mode (line 358) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method name (line 367) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 368) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method low (line 377) | def low(self) -> None: method irq (line 385) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method pin (line 430) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 431) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 432) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 433) | def on(self) -> None: method off (line 439) | def off(self) -> None: method init (line 445) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method af_list (line 455) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 456) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 457) | def value(self, x: Optional[Any] = None) -> int: method high (line 491) | def high(self) -> None: method gpio (line 499) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 501) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 503) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 505) | class cpu: method __init__ (line 553) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 556) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 558) | class board: method __init__ (line 608) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 610) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 611) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class SPI (line 619) | class SPI: method deinit (line 633) | def deinit(self) -> None: method init (line 639) | def init( method write_readinto (line 665) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 676) | def read(self, nbytes, write=0x00) -> bytes: method write (line 684) | def write(self, buf) -> int: method readinto (line 693) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 703) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 707) | class ADC: method read_u16 (line 727) | def read_u16(self) -> int: method __init__ (line 735) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 737) | class I2S: method shift (line 768) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 776) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 782) | def irq(self, handler) -> Incomplete: method readinto (line 790) | def readinto(self, buf) -> int: method deinit (line 799) | def deinit(self) -> Incomplete: method write (line 805) | def write(self, buf) -> int: method __init__ (line 814) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 816) | class I2C: method readfrom_mem_into (line 834) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 846) | def readfrom_into( method readfrom_mem (line 861) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 870) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 881) | def scan(self) -> List: method writeto (line 889) | def writeto( method writevto (line 904) | def writevto( method start (line 925) | def start(self) -> None: method readfrom (line 931) | def readfrom( method readinto (line 944) | def readinto( method init (line 958) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 972) | def stop(self) -> None: method write (line 978) | def write(self, buf) -> int: method __init__ (line 986) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 988) | class WDT: method feed (line 997) | def feed(self) -> None: method __init__ (line 1005) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1007) | class Timer: method init (line 1018) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 1058) | def deinit(self) -> None: method __init__ (line 1064) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 1066) | class SoftSPI(SPI): method deinit (line 1075) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1076) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1077) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1078) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1079) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1080) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1081) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1083) | class UART: method init (line 1091) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method flush (line 1145) | def flush(self) -> Incomplete: method irq (line 1160) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... method txdone (line 1187) | def txdone(self) -> bool: method sendbreak (line 1202) | def sendbreak(self) -> None: method readchar (line 1209) | def readchar(self, *args, **kwargs) -> Incomplete: ... method writechar (line 1210) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 1211) | def read(self, nbytes: Optional[Any] = None) -> bytes: method deinit (line 1222) | def deinit(self) -> None: method any (line 1232) | def any(self) -> int: method write (line 1247) | def write(self, buf) -> Union[int, None]: method readinto (line 1255) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1266) | def readline(self) -> Union[str, None]: method __init__ (line 1275) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1280) | class SoftI2C(I2C): method readfrom_mem_into (line 1293) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1294) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1295) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1296) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1297) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1298) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1299) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1300) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1301) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1302) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1303) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1304) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1305) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1306) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1308) | class Signal(Pin): method off (line 1329) | def off(self) -> None: method on (line 1335) | def on(self) -> None: method value (line 1341) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1361) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/uos.pyi function statvfs (line 25) | def statvfs(path) -> Tuple: function stat (line 48) | def stat(path) -> Incomplete: function rmdir (line 54) | def rmdir(path) -> None: function rename (line 60) | def rename(old_path, new_path) -> None: function mount (line 66) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function sync (line 72) | def sync() -> None: function unlink (line 78) | def unlink(*args, **kwargs) -> Incomplete: ... function uname (line 79) | def uname() -> uname_result: function umount (line 93) | def umount(mount_point) -> Incomplete: function urandom (line 99) | def urandom(n) -> bytes: function chdir (line 106) | def chdir(path) -> Incomplete: function dupterm (line 112) | def dupterm( function remove (line 138) | def remove(path) -> None: function mkdir (line 144) | def mkdir(path) -> Incomplete: function getcwd (line 150) | def getcwd() -> Incomplete: function listdir (line 156) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 162) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 188) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 189) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 190) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 191) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 192) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 193) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 194) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 195) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 196) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 197) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 198) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 199) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 200) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 201) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 203) | class VfsFat: method rename (line 208) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 209) | def mkfs(self, *args, **kwargs) -> Incomplete: ... method mount (line 210) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 211) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 212) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 213) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 214) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 215) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 216) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 217) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 218) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 219) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 220) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/uplatform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_23_0-stm32-stubs/urandom.pyi function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 55) | def seed( function uniform (line 69) | def uniform(a, b) -> int: function choice (line 76) | def choice(sequence) -> Incomplete: function randint (line 83) | def randint(a, b) -> int: function getrandbits (line 89) | def getrandbits(n) -> int: FILE: publish/micropython-v1_23_0-stm32-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_23_0-stm32-stubs/uselect.pyi function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: ... method register (line 41) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 61) | def unregister(self, obj) -> Incomplete: method modify (line 67) | def modify(self, obj, eventmask) -> None: method poll (line 74) | def poll( method ipoll (line 101) | def ipoll( FILE: publish/micropython-v1_23_0-stm32-stubs/usocket.pyi function getaddrinfo (line 86) | def getaddrinfo( class socket (line 134) | class socket: method recvfrom (line 148) | def recvfrom(self, bufsize) -> Tuple: method recv (line 156) | def recv(self, bufsize) -> bytes: method makefile (line 163) | def makefile( method listen (line 185) | def listen(self, backlog: Optional[Any] = None) -> None: method settimeout (line 194) | def settimeout(self, value) -> Incomplete: method sendall (line 229) | def sendall(self, bytes) -> int: method setsockopt (line 242) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 250) | def setblocking(self, flag) -> Incomplete: method sendto (line 262) | def sendto(self, bytes, address) -> None: method readline (line 269) | def readline(self) -> Incomplete: method readinto (line 277) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 287) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method connect (line 308) | def connect(self, address) -> None: method send (line 314) | def send(self, bytes) -> int: method bind (line 322) | def bind(self, address) -> Incomplete: method accept (line 328) | def accept(self) -> Tuple: method write (line 337) | def write(self, buf) -> int: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_23_0-stm32-stubs/ustruct.pyi function pack_into (line 68) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 76) | def unpack(fmt, data) -> Tuple: function unpack_from (line 83) | def unpack_from( function pack (line 95) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 102) | def calcsize(fmt) -> int: FILE: publish/micropython-v1_23_0-stm32-stubs/usys.pyi function print_exception (line 30) | def print_exception( function exit (line 49) | def exit( FILE: publish/micropython-v1_23_0-stm32-stubs/utime.pyi function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 111) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 138) | def ticks_cpu() -> Incomplete: function time (line 153) | def time() -> int: function ticks_ms (line 180) | def ticks_ms() -> int: function ticks_us (line 204) | def ticks_us() -> Incomplete: function time_ns (line 210) | def time_ns() -> int: function localtime (line 217) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 239) | def sleep_us(us) -> None: function gmtime (line 249) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 271) | def sleep_ms(ms) -> None: function mktime (line 282) | def mktime() -> int: function sleep (line 290) | def sleep(seconds) -> Incomplete: FILE: publish/micropython-v1_23_0-stm32-stubs/vfs.pyi function umount (line 30) | def umount(mount_point) -> Incomplete: function mount (line 40) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: class VfsLfs2 (line 58) | class VfsLfs2: method rename (line 76) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 78) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 87) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 88) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 89) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 90) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 91) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 92) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 93) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 94) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 95) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 96) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 97) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 100) | class VfsFat: method rename (line 107) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 109) | def mkfs(block_dev) -> None: method mount (line 115) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 116) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 117) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 118) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 119) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 121) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 122) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 123) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 124) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 125) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/_espnow.pyi class ESPNowBase (line 16) | class ESPNowBase: method irq (line 17) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 18) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 19) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 20) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 22) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 23) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 25) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 26) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 29) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 30) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend( method __aiter__ (line 11) | def __aiter__(self): ... method __anext__ (line 12) | async def __anext__(self): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 32) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 65) | def gattc_write( method gatts_indicate (line 92) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 110) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 131) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 145) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 158) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 168) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 183) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 246) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 253) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 447) | def gap_advertise( method gap_connect (line 472) | def gap_connect( method gattc_discover_descriptors (line 504) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 514) | def config(self, param: str, /) -> Any: method config (line 578) | def config(self, **kwargs) -> None: method config (line 642) | def config(self, param: str, /) -> Any: method config (line 706) | def config(self, **kwargs) -> None: method active (line 770) | def active(self) -> bool: method active (line 779) | def active(self, active: bool, /) -> None: method active (line 788) | def active(self) -> bool: method active (line 797) | def active(self, active: bool, /) -> None: method gap_scan (line 805) | def gap_scan( method gattc_discover_characteristics (line 848) | def gattc_discover_characteristics( method gap_disconnect (line 870) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 885) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 903) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 914) | def __init__(self) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 74) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 75) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 76) | def flash_user_start() -> int: function flash_erase (line 82) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 88) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 97) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 105) | def flash_size() -> int: function sleep_type (line 113) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 135) | def sleep_type() -> int: function set_native_code_location (line 156) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 196) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/esp32.pyi function raw_temperature (line 28) | def raw_temperature() -> int: function idf_heap_info (line 34) | def idf_heap_info(capabilities: int) -> List[Tuple]: function wake_on_touch (line 72) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ext0 (line 79) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_ext1 (line 87) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 95) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 102) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 109) | class ULP: method run (line 115) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 121) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 127) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 133) | def __init__(self) -> None: class NVS (line 138) | class NVS: method get_i32 (line 151) | def get_i32(self, key: str, /) -> int: method set_i32 (line 158) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 164) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 173) | def commit(self) -> None: method get_blob (line 179) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 187) | def erase_key(self, key: str, /) -> None: method __init__ (line 193) | def __init__(self, namespace: str, /) -> None: class Partition (line 199) | class Partition(AbstractBlockDev): method readblocks (line 211) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 221) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 231) | def ioctl(self, op: int, arg) -> None: method ioctl (line 240) | def ioctl(self, op: int) -> int: method set_boot (line 248) | def set_boot(self) -> None: method writeblocks (line 260) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 271) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 285) | def info(self) -> Tuple: method find (line 292) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 303) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 312) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 325) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 331) | class RMT: method source_freq (line 376) | def source_freq(cls) -> int: method loop (line 383) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 392) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 402) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 432) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 462) | def write_pulses( method bitstream_channel (line 497) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 511) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 512) | def clock_div(self) -> int: method __init__ (line 519) | def __init__( FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/espnow.pyi class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 38) | def peer_count(self) -> int: method recv (line 49) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 89) | def mod_peer( method irecv (line 105) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 136) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 153) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 188) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 215) | def any(self) -> bool: method add_peer (line 235) | def add_peer( method active (line 297) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 328) | def send( method send (line 380) | def send( method config (line 430) | def config(self, param) -> str: method get_peers (line 474) | def get_peers(self) -> Tuple: method get_peer (line 481) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 499) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 516) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 548) | def __init__(self) -> None: ... method __iter__ (line 551) | def __iter__(self) -> ESPNow: ... method __next__ (line 553) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 555) | class ESPNowBase: method irq (line 556) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 557) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 558) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 559) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 560) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 561) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 562) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 563) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 564) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 565) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 566) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 567) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 568) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 569) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 570) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/machine.pyi function deepsleep (line 47) | def deepsleep() -> NoReturn: function deepsleep (line 72) | def deepsleep(time_ms: int, /) -> NoReturn: function soft_reset (line 96) | def soft_reset() -> NoReturn: function dht_readinto (line 104) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function reset (line 105) | def reset() -> NoReturn: function unique_id (line 112) | def unique_id() -> bytes: function time_pulse_us (line 121) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function bitstream (line 139) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function idle (line 163) | def idle() -> None: function freq (line 179) | def freq() -> int: function freq (line 187) | def freq(hz: int, /) -> None: function freq (line 195) | def freq(self) -> int: function freq (line 203) | def freq( function lightsleep (line 215) | def lightsleep() -> None: function lightsleep (line 240) | def lightsleep(time_ms: int, /) -> None: function disable_irq (line 264) | def disable_irq() -> bool: function enable_irq (line 273) | def enable_irq(state: bool = True, /) -> None: function reset_cause (line 281) | def reset_cause() -> int: function sleep (line 288) | def sleep() -> None: function wake_reason (line 294) | def wake_reason() -> int: class PWM (line 304) | class PWM: method duty_u16 (line 356) | def duty_u16(self) -> int: method duty_u16 (line 368) | def duty_u16( method init (line 383) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 391) | def freq(self) -> int: method freq (line 402) | def freq( method deinit (line 416) | def deinit(self) -> None: method duty_ns (line 423) | def duty_ns(self) -> int: method duty_ns (line 433) | def duty_ns( method duty (line 446) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 447) | def __init__( class UART (line 472) | class UART: method irq (line 515) | def irq( method sendbreak (line 552) | def sendbreak(self) -> None: method deinit (line 559) | def deinit(self) -> None: method init (line 570) | def init( method init (line 639) | def init( method init (line 702) | def init( method flush (line 764) | def flush(self) -> Incomplete: method txdone (line 779) | def txdone(self) -> bool: method read (line 795) | def read(self) -> bytes | None: method read (line 806) | def read(self, nbytes: int, /) -> bytes | None: method any (line 816) | def any(self) -> int: method write (line 831) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 840) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 851) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 861) | def readline(self) -> Union[str, None]: method __init__ (line 871) | def __init__( method __init__ (line 893) | def __init__( method __init__ (line 909) | def __init__( class ADCBlock (line 927) | class ADCBlock: method init (line 937) | def init(self, *, bits) -> None: method connect (line 944) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 965) | def __init__(self, id, *, bits) -> None: ... class ADC (line 967) | class ADC: method read_u16 (line 993) | def read_u16(self) -> int: method init (line 1001) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 1009) | def read_uv(self) -> int: method width (line 1017) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 1018) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 1019) | def block(self) -> Incomplete: method atten (line 1029) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1030) | def __init__(self, pin: PinLike, /) -> None: class I2S (line 1041) | class I2S: method shift (line 1117) | def shift( method init (line 1130) | def init( method irq (line 1147) | def irq( method readinto (line 1159) | def readinto( method deinit (line 1172) | def deinit(self) -> None: method write (line 1178) | def write( method __init__ (line 1191) | def __init__( class DAC (line 1233) | class DAC: method write (line 1234) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1235) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1237) | class I2C: method readfrom_mem_into (line 1274) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1286) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1296) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1305) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1316) | def scan(self) -> List: method writeto (line 1324) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1334) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1350) | def start(self) -> None: method readfrom (line 1356) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1364) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1375) | def init(self, *, freq: int = 400_000) -> None: method init (line 1389) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1402) | def stop(self) -> None: method write (line 1408) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1417) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1434) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1451) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class Timer (line 1464) | class Timer: method deinit (line 1489) | def deinit(self) -> None: method init (line 1496) | def init( method init (line 1504) | def init( method init (line 1512) | def init( method value (line 1558) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1560) | def __init__(self, id: int, /): method __init__ (line 1570) | def __init__( method __init__ (line 1588) | def __init__( method __init__ (line 1606) | def __init__( class SoftSPI (line 1623) | class SoftSPI(SPI): method deinit (line 1632) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1633) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1634) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1635) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1636) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1637) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1638) | def __init__( class Pin (line 1651) | class Pin: method irq (line 1708) | def irq( method on (line 1762) | def on(self) -> None: method off (line 1768) | def off(self) -> None: method value (line 1775) | def value(self) -> int: method value (line 1809) | def value(self, x: Any, /) -> None: method init (line 1842) | def init( class board (line 1860) | class board: method __init__ (line 1861) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1863) | def __init__( method __call__ (line 1938) | def __call__(self) -> int: method __call__ (line 1946) | def __call__(self, x: Any, /) -> None: method mode (line 1954) | def mode(self) -> int: method mode (line 1963) | def mode(self, mode: int, /) -> None: method pull (line 1972) | def pull(self) -> int: method pull (line 1981) | def pull(self, pull: int, /) -> None: method drive (line 1990) | def drive(self, drive: int, /) -> None: method drive (line 2000) | def drive(self, /) -> int: class TouchPad (line 2008) | class TouchPad: method config (line 2009) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2010) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2011) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 2013) | class WDT: method feed (line 2029) | def feed(self) -> None: method __init__ (line 2037) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SDCard (line 2046) | class SDCard(AbstractBlockDev): method ioctl (line 2139) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2151) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2161) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2172) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2186) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2187) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2188) | def __init__( class RTC (line 2231) | class RTC: method init (line 2250) | def init(self) -> None: method init (line 2258) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2266) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2274) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2282) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2290) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2298) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 2305) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 2322) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2339) | def __init__(self, id: int = 0): method __init__ (line 2345) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2353) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2361) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2369) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2377) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2385) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 2393) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2401) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2409) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2417) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2425) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2433) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2441) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SoftI2C (line 2448) | class SoftI2C(I2C): method readfrom_mem_into (line 2461) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2462) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2463) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2464) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2465) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2466) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2467) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2468) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2469) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2470) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2471) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2472) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2473) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2474) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SPI (line 2476) | class SPI: method deinit (line 2533) | def deinit(self) -> None: method init (line 2540) | def init( method init (line 2575) | def init( method write_readinto (line 2607) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2618) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2626) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2635) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2646) | def __init__(self, id: int, /): method __init__ (line 2659) | def __init__( method __init__ (line 2685) | def __init__( class Signal (line 2708) | class Signal(Pin): method off (line 2778) | def off(self) -> None: method on (line 2784) | def on(self) -> None: method value (line 2791) | def value(self) -> int: method value (line 2811) | def value(self, x: Any, /) -> None: method __init__ (line 2831) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2851) | def __init__( FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 7) | def _ensure_path_exists(path) -> None: ... function _chunk (line 8) | def _chunk(src, dest) -> None: ... function _check_exists (line 9) | def _check_exists(path, short_hash): ... function _rewrite_url (line 10) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 11) | def _download_file(url, dest): ... function _install_json (line 12) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 13) | def _install_package(package, index, target, version, mpy): ... function install (line 14) | def install( FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/network.pyi function country (line 100) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 101) | def hostname(*args, **kwargs) -> Incomplete: ... function ipconfig (line 102) | def ipconfig(*args, **kwargs) -> Incomplete: ... function phy_mode (line 103) | def phy_mode(*args, **kwargs) -> Incomplete: ... class LAN (line 105) | class LAN: method __init__ (line 128) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 145) | def isconnected(self) -> bool: method status (line 152) | def status(self) -> Incomplete: method ifconfig (line 158) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 170) | def config(self, config_parameters) -> Incomplete: method active (line 517) | def active(self, /) -> bool: method active (line 525) | def active(self, is_active: bool | int, /) -> None: class PPP (line 190) | class PPP: method __init__ (line 207) | def __init__(self, stream) -> None: ... method connect (line 208) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method disconnect (line 226) | def disconnect(self) -> Incomplete: method isconnected (line 232) | def isconnected(self) -> bool: method status (line 239) | def status(self) -> Incomplete: method config (line 245) | def config(self, config_parameters) -> Incomplete: method ipconfig (line 252) | def ipconfig(self, param) -> Incomplete: method ifconfig (line 258) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method poll (line 264) | def poll(self) -> Incomplete: class WLAN (line 272) | class WLAN: method ifconfig (line 301) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 312) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 322) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 323) | def isconnected(self) -> bool: method scan (line 331) | def scan(self) -> List[Tuple]: method status (line 361) | def status(self) -> int: method status (line 380) | def status(self, param: str, /) -> int: method disconnect (line 398) | def disconnect(self) -> None: method active (line 405) | def active(self, /) -> bool: method active (line 413) | def active(self, is_active: bool | int, /) -> None: method config (line 421) | def config(self, param: str, /) -> Any: method config (line 456) | def config(self, **kwargs: Any) -> None: method connect (line 490) | def connect( method __init__ (line 506) | def __init__(self, interface_id: int, /) -> None: class LAN (line 515) | class LAN: method __init__ (line 128) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 145) | def isconnected(self) -> bool: method status (line 152) | def status(self) -> Incomplete: method ifconfig (line 158) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 170) | def config(self, config_parameters) -> Incomplete: method active (line 517) | def active(self, /) -> bool: method active (line 525) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 532) | class WLANWiPy: method __init__ (line 534) | def __init__(self, id: int = 0, /): method __init__ (line 548) | def __init__( method mode (line 572) | def mode(self) -> int: method mode (line 578) | def mode(self, mode: int, /) -> None: method ssid (line 584) | def ssid(self) -> str: method ssid (line 590) | def ssid(self, ssid: str, /) -> None: method auth (line 596) | def auth(self) -> int: method auth (line 602) | def auth(self, auth: int, /) -> None: method channel (line 608) | def channel(self) -> int: method channel (line 614) | def channel(self, channel: int, /) -> None: method antenna (line 620) | def antenna(self) -> int: method antenna (line 626) | def antenna(self, antenna: int, /) -> None: method mac (line 632) | def mac(self) -> bytes: method mac (line 638) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 643) | class AbstractNIC: method active (line 646) | def active(self, /) -> bool: method active (line 657) | def active(self, is_active: bool | int, /) -> None: method connect (line 668) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 687) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 706) | def status(self) -> Any: method status (line 724) | def status(self, param: str, /) -> Any: method ifconfig (line 742) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 756) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 770) | def config(self, param: str, /) -> Any: method config (line 789) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/socket.pyi function getaddrinfo (line 94) | def getaddrinfo( class socket (line 144) | class socket: method recvfrom (line 153) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 161) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 169) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 189) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 208) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 217) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 218) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 231) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 239) | def setblocking(self, value: bool, /) -> None: method sendto (line 251) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 258) | def settimeout(self, value: float | None, /) -> None: method readline (line 294) | def readline(self) -> bytes: method readinto (line 303) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 313) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 323) | def read(self) -> bytes: method read (line 333) | def read(self, size: int, /) -> bytes: method close (line 342) | def close(self) -> None: method connect (line 353) | def connect(self, address: _Address | bytes, /) -> None: method send (line 359) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 367) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 373) | def accept(self) -> Tuple: method write (line 382) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 393) | def __init__( FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/ssl.pyi class SSLContext (line 20) | class SSLContext: method __init__ (line 27) | def __init__(self, *args) -> None: ... method verify_mode (line 29) | def verify_mode(self): ... method verify_mode (line 31) | def verify_mode(self, val) -> None: ... method load_cert_chain (line 33) | def load_cert_chain(self, certfile, keyfile) -> None: method load_cert_chain (line 48) | def load_cert_chain(self, certfile, keyfile) -> None: method load_verify_locations (line 62) | def load_verify_locations(self, cafile: Incomplete | None = None, cada... method wrap_socket (line 70) | def wrap_socket( function wrap_socket (line 97) | def wrap_socket( class SSLSocket (line 126) | class SSLSocket: method read (line 132) | def read(self, *argv, **kwargs) -> Incomplete: ... method readinto (line 134) | def readinto(self, *argv, **kwargs) -> Incomplete: ... method readline (line 136) | def readline(self, *argv, **kwargs) -> Incomplete: ... method write (line 138) | def write(self, *argv, **kwargs) -> Incomplete: ... method setblocking (line 140) | def setblocking(self, *argv, **kwargs) -> Incomplete: ... method close (line 142) | def close(self, *argv, **kwargs) -> Incomplete: ... method __del__ (line 145) | def __del__(self, *argv, **kwargs) -> Incomplete: ... method ioctl (line 149) | def ioctl(self, *argv, **kwargs) -> Incomplete: ... method getpeercert (line 153) | def getpeercert(self, *argv, **kwargs) -> Incomplete: ... method cipher (line 156) | def cipher(self, *argv, **kwargs) -> Incomplete: ... method recv (line 159) | def recv(self, *argv, **kwargs) -> Incomplete: ... method recv_into (line 161) | def recv_into(self, *argv, **kwargs) -> Incomplete: ... method send (line 163) | def send(self, *argv, **kwargs) -> Incomplete: ... method sendall (line 165) | def sendall(self, *argv, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 12) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/uhashlib.pyi class sha1 (line 10) | class sha1: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 15) | class sha256: method digest (line 16) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 17) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 20) | class md5: method digest (line 21) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 22) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 21) | def __init__( method _send_str (line 31) | def _send_str(self, s) -> None: ... method _recv_len (line 32) | def _recv_len(self): ... method set_callback (line 33) | def set_callback(self, f) -> None: ... method set_last_will (line 34) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 35) | def connect(self, clean_session: bool = True): ... method disconnect (line 36) | def disconnect(self) -> None: ... method ping (line 37) | def ping(self) -> None: ... method publish (line 38) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 39) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 40) | def wait_msg(self): ... method check_msg (line 41) | def check_msg(self): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/_espnow.pyi class ESPNowBase (line 16) | class ESPNowBase: method irq (line 17) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 18) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 19) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 20) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 22) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 23) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 25) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 26) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 29) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 30) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend( method __aiter__ (line 11) | def __aiter__(self): ... method __anext__ (line 12) | async def __anext__(self): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 32) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 65) | def gattc_write( method gatts_indicate (line 92) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 110) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 131) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 145) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 158) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 168) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 183) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 246) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 253) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 447) | def gap_advertise( method gap_connect (line 472) | def gap_connect( method gattc_discover_descriptors (line 504) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 514) | def config(self, param: str, /) -> Any: method config (line 578) | def config(self, **kwargs) -> None: method config (line 642) | def config(self, param: str, /) -> Any: method config (line 706) | def config(self, **kwargs) -> None: method active (line 770) | def active(self) -> bool: method active (line 779) | def active(self, active: bool, /) -> None: method active (line 788) | def active(self) -> bool: method active (line 797) | def active(self, active: bool, /) -> None: method gap_scan (line 805) | def gap_scan( method gattc_discover_characteristics (line 848) | def gattc_discover_characteristics( method gap_disconnect (line 870) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 885) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 903) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 914) | def __init__(self) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 74) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 75) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 76) | def flash_user_start() -> int: function flash_erase (line 82) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 88) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 97) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 105) | def flash_size() -> int: function sleep_type (line 113) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 135) | def sleep_type() -> int: function set_native_code_location (line 156) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 196) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/esp32.pyi function mcu_temperature (line 28) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function wake_on_touch (line 29) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ext0 (line 36) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_ext1 (line 44) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 52) | def wake_on_ulp(wake) -> None: function idf_heap_info (line 59) | def idf_heap_info(capabilities: int) -> List[Tuple]: class NVS (line 97) | class NVS: method get_i32 (line 110) | def get_i32(self, key: str, /) -> int: method set_i32 (line 117) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 123) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 132) | def commit(self) -> None: method get_blob (line 138) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 146) | def erase_key(self, key: str, /) -> None: method __init__ (line 152) | def __init__(self, namespace: str, /) -> None: class RMT (line 158) | class RMT: method source_freq (line 203) | def source_freq(cls) -> int: method loop (line 210) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 219) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 229) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 259) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 289) | def write_pulses( method bitstream_channel (line 324) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 338) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 339) | def clock_div(self) -> int: method __init__ (line 346) | def __init__( class Partition (line 372) | class Partition(AbstractBlockDev): method readblocks (line 384) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 394) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 404) | def ioctl(self, op: int, arg) -> None: method ioctl (line 413) | def ioctl(self, op: int) -> int: method set_boot (line 421) | def set_boot(self) -> None: method writeblocks (line 433) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 444) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 458) | def info(self) -> Tuple: method find (line 465) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 476) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 485) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 498) | def __init__(self, id: str, block_size=4096, /) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/espnow.pyi class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 38) | def peer_count(self) -> int: method recv (line 49) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 89) | def mod_peer( method irecv (line 105) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 136) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 153) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 188) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 215) | def any(self) -> bool: method add_peer (line 235) | def add_peer( method active (line 297) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 328) | def send( method send (line 380) | def send( method config (line 430) | def config(self, param) -> str: method get_peers (line 474) | def get_peers(self) -> Tuple: method get_peer (line 481) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 499) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 516) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 548) | def __init__(self) -> None: ... method __iter__ (line 551) | def __iter__(self) -> ESPNow: ... method __next__ (line 553) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 555) | class ESPNowBase: method irq (line 556) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 557) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 558) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 559) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 560) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 561) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 562) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 563) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 564) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 565) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 566) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 567) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 568) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 569) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 570) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/machine.pyi function enable_irq (line 46) | def enable_irq(state: bool = True, /) -> None: function wake_reason (line 54) | def wake_reason() -> int: function deepsleep (line 63) | def deepsleep() -> NoReturn: function deepsleep (line 88) | def deepsleep(time_ms: int, /) -> NoReturn: function disable_irq (line 112) | def disable_irq() -> bool: function dht_readinto (line 121) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function sleep (line 123) | def sleep() -> None: function soft_reset (line 129) | def soft_reset() -> NoReturn: function time_pulse_us (line 137) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 155) | def unique_id() -> bytes: function freq (line 165) | def freq() -> int: function freq (line 173) | def freq(hz: int, /) -> None: function freq (line 181) | def freq(self) -> int: function freq (line 189) | def freq( function reset_cause (line 200) | def reset_cause() -> int: function idle (line 206) | def idle() -> None: function lightsleep (line 222) | def lightsleep() -> None: function lightsleep (line 247) | def lightsleep(time_ms: int, /) -> None: function reset (line 271) | def reset() -> NoReturn: function bitstream (line 278) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class WDT (line 302) | class WDT: method feed (line 318) | def feed(self) -> None: method __init__ (line 326) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Pin (line 335) | class Pin: method irq (line 392) | def irq( method on (line 446) | def on(self) -> None: method off (line 452) | def off(self) -> None: method value (line 459) | def value(self) -> int: method value (line 493) | def value(self, x: Any, /) -> None: method init (line 526) | def init( class board (line 544) | class board: method __init__ (line 545) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 547) | def __init__( method __call__ (line 622) | def __call__(self) -> int: method __call__ (line 630) | def __call__(self, x: Any, /) -> None: method mode (line 638) | def mode(self) -> int: method mode (line 647) | def mode(self, mode: int, /) -> None: method pull (line 656) | def pull(self) -> int: method pull (line 665) | def pull(self, pull: int, /) -> None: method drive (line 674) | def drive(self, drive: int, /) -> None: method drive (line 684) | def drive(self, /) -> int: class RTC (line 692) | class RTC: method init (line 711) | def init(self) -> None: method init (line 719) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 727) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 735) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 743) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 751) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 759) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 766) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 783) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 800) | def __init__(self, id: int = 0): method __init__ (line 806) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 814) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 822) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 830) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 838) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 846) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 854) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 862) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 870) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 878) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 886) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 894) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 902) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class PWM (line 911) | class PWM: method duty_u16 (line 963) | def duty_u16(self) -> int: method duty_u16 (line 975) | def duty_u16( method init (line 990) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 998) | def freq(self) -> int: method freq (line 1009) | def freq( method deinit (line 1023) | def deinit(self) -> None: method duty_ns (line 1030) | def duty_ns(self) -> int: method duty_ns (line 1040) | def duty_ns( method duty (line 1053) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1054) | def __init__( class ADC (line 1079) | class ADC: method read_u16 (line 1105) | def read_u16(self) -> int: method init (line 1113) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 1121) | def read_uv(self) -> int: method width (line 1129) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 1130) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 1131) | def block(self) -> Incomplete: method atten (line 1141) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1142) | def __init__(self, pin: PinLike, /) -> None: class ADCBlock (line 1153) | class ADCBlock: method init (line 1163) | def init(self, *, bits) -> None: method connect (line 1170) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 1191) | def __init__(self, id, *, bits) -> None: ... class I2C (line 1193) | class I2C: method readfrom_mem_into (line 1230) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1242) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1252) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1261) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1272) | def scan(self) -> List: method writeto (line 1280) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1290) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1306) | def start(self) -> None: method readfrom (line 1312) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1320) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1331) | def init(self, *, freq: int = 400_000) -> None: method init (line 1345) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1358) | def stop(self) -> None: method write (line 1364) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1373) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1390) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1407) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class SoftSPI (line 1422) | class SoftSPI(SPI): method deinit (line 1431) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1432) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1433) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1434) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1435) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1436) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1437) | def __init__( class Timer (line 1450) | class Timer: method deinit (line 1475) | def deinit(self) -> None: method init (line 1482) | def init( method init (line 1490) | def init( method init (line 1498) | def init( method value (line 1544) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1546) | def __init__(self, id: int, /): method __init__ (line 1556) | def __init__( method __init__ (line 1574) | def __init__( method __init__ (line 1592) | def __init__( class UART (line 1609) | class UART: method irq (line 1652) | def irq( method sendbreak (line 1689) | def sendbreak(self) -> None: method deinit (line 1696) | def deinit(self) -> None: method init (line 1707) | def init( method init (line 1776) | def init( method init (line 1839) | def init( method flush (line 1901) | def flush(self) -> Incomplete: method txdone (line 1916) | def txdone(self) -> bool: method read (line 1932) | def read(self) -> bytes | None: method read (line 1943) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1953) | def any(self) -> int: method write (line 1968) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1977) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1988) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1998) | def readline(self) -> Union[str, None]: method __init__ (line 2008) | def __init__( method __init__ (line 2030) | def __init__( method __init__ (line 2046) | def __init__( class SoftI2C (line 2061) | class SoftI2C(I2C): method readfrom_mem_into (line 2074) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2075) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2076) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2077) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2078) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2079) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2080) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2081) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2082) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2083) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2084) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2085) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2086) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2087) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SPI (line 2091) | class SPI: method deinit (line 2148) | def deinit(self) -> None: method init (line 2155) | def init( method init (line 2190) | def init( method write_readinto (line 2222) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2233) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2241) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2250) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2261) | def __init__(self, id: int, /): method __init__ (line 2274) | def __init__( method __init__ (line 2300) | def __init__( class Signal (line 2323) | class Signal(Pin): method off (line 2393) | def off(self) -> None: method on (line 2399) | def on(self) -> None: method value (line 2406) | def value(self) -> int: method value (line 2426) | def value(self, x: Any, /) -> None: method __init__ (line 2446) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2466) | def __init__( class SDCard (line 2496) | class SDCard: method readblocks (line 2498) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2508) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2518) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2529) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/mip/__init__.pyi function _ensure_path_exists (line 7) | def _ensure_path_exists(path) -> None: ... function _chunk (line 8) | def _chunk(src, dest) -> None: ... function _check_exists (line 9) | def _check_exists(path, short_hash): ... function _rewrite_url (line 10) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 11) | def _download_file(url, dest): ... function _install_json (line 12) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 13) | def _install_package(package, index, target, version, mpy): ... function install (line 14) | def install( FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/network.pyi function country (line 100) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 101) | def hostname(*args, **kwargs) -> Incomplete: ... function ipconfig (line 102) | def ipconfig(*args, **kwargs) -> Incomplete: ... function phy_mode (line 103) | def phy_mode(*args, **kwargs) -> Incomplete: ... class LAN (line 105) | class LAN: method __init__ (line 128) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 145) | def isconnected(self) -> bool: method status (line 152) | def status(self) -> Incomplete: method ifconfig (line 158) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 170) | def config(self, config_parameters) -> Incomplete: method active (line 517) | def active(self, /) -> bool: method active (line 525) | def active(self, is_active: bool | int, /) -> None: class PPP (line 190) | class PPP: method __init__ (line 207) | def __init__(self, stream) -> None: ... method connect (line 208) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method disconnect (line 226) | def disconnect(self) -> Incomplete: method isconnected (line 232) | def isconnected(self) -> bool: method status (line 239) | def status(self) -> Incomplete: method config (line 245) | def config(self, config_parameters) -> Incomplete: method ipconfig (line 252) | def ipconfig(self, param) -> Incomplete: method ifconfig (line 258) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method poll (line 264) | def poll(self) -> Incomplete: class WLAN (line 272) | class WLAN: method ifconfig (line 301) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 312) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 322) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 323) | def isconnected(self) -> bool: method scan (line 331) | def scan(self) -> List[Tuple]: method status (line 361) | def status(self) -> int: method status (line 380) | def status(self, param: str, /) -> int: method disconnect (line 398) | def disconnect(self) -> None: method active (line 405) | def active(self, /) -> bool: method active (line 413) | def active(self, is_active: bool | int, /) -> None: method config (line 421) | def config(self, param: str, /) -> Any: method config (line 456) | def config(self, **kwargs: Any) -> None: method connect (line 490) | def connect( method __init__ (line 506) | def __init__(self, interface_id: int, /) -> None: class LAN (line 515) | class LAN: method __init__ (line 128) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 145) | def isconnected(self) -> bool: method status (line 152) | def status(self) -> Incomplete: method ifconfig (line 158) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 170) | def config(self, config_parameters) -> Incomplete: method active (line 517) | def active(self, /) -> bool: method active (line 525) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 532) | class WLANWiPy: method __init__ (line 534) | def __init__(self, id: int = 0, /): method __init__ (line 548) | def __init__( method mode (line 572) | def mode(self) -> int: method mode (line 578) | def mode(self, mode: int, /) -> None: method ssid (line 584) | def ssid(self) -> str: method ssid (line 590) | def ssid(self, ssid: str, /) -> None: method auth (line 596) | def auth(self) -> int: method auth (line 602) | def auth(self, auth: int, /) -> None: method channel (line 608) | def channel(self) -> int: method channel (line 614) | def channel(self, channel: int, /) -> None: method antenna (line 620) | def antenna(self) -> int: method antenna (line 626) | def antenna(self, antenna: int, /) -> None: method mac (line 632) | def mac(self) -> bytes: method mac (line 638) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 643) | class AbstractNIC: method active (line 646) | def active(self, /) -> bool: method active (line 657) | def active(self, is_active: bool | int, /) -> None: method connect (line 668) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 687) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 706) | def status(self) -> Any: method status (line 724) | def status(self, param: str, /) -> Any: method ifconfig (line 742) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 756) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 770) | def config(self, param: str, /) -> Any: method config (line 789) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/socket.pyi function getaddrinfo (line 94) | def getaddrinfo( class socket (line 144) | class socket: method recvfrom (line 153) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 161) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 169) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 189) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 208) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 217) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 218) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 231) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 239) | def setblocking(self, value: bool, /) -> None: method sendto (line 251) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 258) | def settimeout(self, value: float | None, /) -> None: method readline (line 294) | def readline(self) -> bytes: method readinto (line 303) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 313) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 323) | def read(self) -> bytes: method read (line 333) | def read(self, size: int, /) -> bytes: method close (line 342) | def close(self) -> None: method connect (line 353) | def connect(self, address: _Address | bytes, /) -> None: method send (line 359) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 367) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 373) | def accept(self) -> Tuple: method write (line 382) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 393) | def __init__( FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/ssl.pyi class SSLContext (line 20) | class SSLContext: method __init__ (line 27) | def __init__(self, *args) -> None: ... method verify_mode (line 29) | def verify_mode(self): ... method verify_mode (line 31) | def verify_mode(self, val) -> None: ... method load_cert_chain (line 33) | def load_cert_chain(self, certfile, keyfile) -> None: method load_cert_chain (line 48) | def load_cert_chain(self, certfile, keyfile) -> None: method load_verify_locations (line 62) | def load_verify_locations(self, cafile: Incomplete | None = None, cada... method wrap_socket (line 70) | def wrap_socket( function wrap_socket (line 97) | def wrap_socket( class SSLSocket (line 126) | class SSLSocket: method read (line 132) | def read(self, *argv, **kwargs) -> Incomplete: ... method readinto (line 134) | def readinto(self, *argv, **kwargs) -> Incomplete: ... method readline (line 136) | def readline(self, *argv, **kwargs) -> Incomplete: ... method write (line 138) | def write(self, *argv, **kwargs) -> Incomplete: ... method setblocking (line 140) | def setblocking(self, *argv, **kwargs) -> Incomplete: ... method close (line 142) | def close(self, *argv, **kwargs) -> Incomplete: ... method __del__ (line 145) | def __del__(self, *argv, **kwargs) -> Incomplete: ... method ioctl (line 149) | def ioctl(self, *argv, **kwargs) -> Incomplete: ... method getpeercert (line 153) | def getpeercert(self, *argv, **kwargs) -> Incomplete: ... method cipher (line 156) | def cipher(self, *argv, **kwargs) -> Incomplete: ... method recv (line 159) | def recv(self, *argv, **kwargs) -> Incomplete: ... method recv_into (line 161) | def recv_into(self, *argv, **kwargs) -> Incomplete: ... method send (line 163) | def send(self, *argv, **kwargs) -> Incomplete: ... method sendall (line 165) | def sendall(self, *argv, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/uhashlib.pyi class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 16) | class sha256: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 21) | class md5: method digest (line 22) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 23) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 21) | def __init__( method _send_str (line 31) | def _send_str(self, s) -> None: ... method _recv_len (line 32) | def _recv_len(self): ... method set_callback (line 33) | def set_callback(self, f) -> None: ... method set_last_will (line 34) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 35) | def connect(self, clean_session: bool = True): ... method disconnect (line 36) | def disconnect(self) -> None: ... method ping (line 37) | def ping(self) -> None: ... method publish (line 38) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 39) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 40) | def wait_msg(self): ... method check_msg (line 41) | def check_msg(self): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_c6-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/_espnow.pyi class ESPNowBase (line 16) | class ESPNowBase: method irq (line 17) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 18) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 19) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 20) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 22) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 23) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 25) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 26) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 29) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 30) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend( method __aiter__ (line 11) | def __aiter__(self): ... method __anext__ (line 12) | async def __anext__(self): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 32) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 65) | def gattc_write( method gatts_indicate (line 92) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 110) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 131) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 145) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 158) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 168) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 183) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 246) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 253) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 447) | def gap_advertise( method gap_connect (line 472) | def gap_connect( method gattc_discover_descriptors (line 504) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 514) | def config(self, param: str, /) -> Any: method config (line 578) | def config(self, **kwargs) -> None: method config (line 642) | def config(self, param: str, /) -> Any: method config (line 706) | def config(self, **kwargs) -> None: method active (line 770) | def active(self) -> bool: method active (line 779) | def active(self, active: bool, /) -> None: method active (line 788) | def active(self) -> bool: method active (line 797) | def active(self, active: bool, /) -> None: method gap_scan (line 805) | def gap_scan( method gattc_discover_characteristics (line 848) | def gattc_discover_characteristics( method gap_disconnect (line 870) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 885) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 903) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 914) | def __init__(self) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 74) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 75) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 76) | def flash_user_start() -> int: function flash_erase (line 82) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 88) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 97) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 105) | def flash_size() -> int: function sleep_type (line 113) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 135) | def sleep_type() -> int: function set_native_code_location (line 156) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 196) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/esp32.pyi function mcu_temperature (line 28) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function idf_heap_info (line 29) | def idf_heap_info(capabilities: int) -> List[Tuple]: function wake_on_touch (line 67) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ext0 (line 74) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_ext1 (line 82) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 90) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 97) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 104) | class ULP: method run (line 110) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 116) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 122) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 128) | def __init__(self) -> None: class NVS (line 133) | class NVS: method get_i32 (line 146) | def get_i32(self, key: str, /) -> int: method set_i32 (line 153) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 159) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 168) | def commit(self) -> None: method get_blob (line 174) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 182) | def erase_key(self, key: str, /) -> None: method __init__ (line 188) | def __init__(self, namespace: str, /) -> None: class Partition (line 194) | class Partition(AbstractBlockDev): method readblocks (line 206) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 216) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 226) | def ioctl(self, op: int, arg) -> None: method ioctl (line 235) | def ioctl(self, op: int) -> int: method set_boot (line 243) | def set_boot(self) -> None: method writeblocks (line 255) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 266) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 280) | def info(self) -> Tuple: method find (line 287) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 298) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 307) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 320) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 326) | class RMT: method source_freq (line 371) | def source_freq(cls) -> int: method loop (line 378) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 387) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 397) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 427) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 457) | def write_pulses( method bitstream_channel (line 492) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 506) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 507) | def clock_div(self) -> int: method __init__ (line 514) | def __init__( FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/espnow.pyi class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 38) | def peer_count(self) -> int: method recv (line 49) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 89) | def mod_peer( method irecv (line 105) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 136) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 153) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 188) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 215) | def any(self) -> bool: method add_peer (line 235) | def add_peer( method active (line 297) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 328) | def send( method send (line 380) | def send( method config (line 430) | def config(self, param) -> str: method get_peers (line 474) | def get_peers(self) -> Tuple: method get_peer (line 481) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 499) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 516) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 548) | def __init__(self) -> None: ... method __iter__ (line 551) | def __iter__(self) -> ESPNow: ... method __next__ (line 553) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 555) | class ESPNowBase: method irq (line 556) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 557) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 558) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 559) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 560) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 561) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 562) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 563) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 564) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 565) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 566) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 567) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 568) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 569) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 570) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/machine.pyi function soft_reset (line 46) | def soft_reset() -> NoReturn: function dht_readinto (line 54) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 55) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function unique_id (line 79) | def unique_id() -> bytes: function time_pulse_us (line 88) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function bootloader (line 106) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 117) | def deepsleep() -> NoReturn: function deepsleep (line 142) | def deepsleep(time_ms: int, /) -> NoReturn: function disable_irq (line 166) | def disable_irq() -> bool: function reset (line 175) | def reset() -> NoReturn: function reset_cause (line 182) | def reset_cause() -> int: function sleep (line 189) | def sleep() -> None: function lightsleep (line 196) | def lightsleep() -> None: function lightsleep (line 221) | def lightsleep(time_ms: int, /) -> None: function enable_irq (line 245) | def enable_irq(state: bool = True, /) -> None: function freq (line 254) | def freq() -> int: function freq (line 262) | def freq(hz: int, /) -> None: function freq (line 270) | def freq(self) -> int: function freq (line 278) | def freq( function idle (line 289) | def idle() -> None: function wake_reason (line 304) | def wake_reason() -> int: class PWM (line 312) | class PWM: method duty_u16 (line 364) | def duty_u16(self) -> int: method duty_u16 (line 376) | def duty_u16( method init (line 391) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 399) | def freq(self) -> int: method freq (line 410) | def freq( method deinit (line 424) | def deinit(self) -> None: method duty_ns (line 431) | def duty_ns(self) -> int: method duty_ns (line 441) | def duty_ns( method duty (line 454) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 455) | def __init__( class Pin (line 480) | class Pin: method irq (line 537) | def irq( method on (line 591) | def on(self) -> None: method off (line 597) | def off(self) -> None: method value (line 604) | def value(self) -> int: method value (line 638) | def value(self, x: Any, /) -> None: method init (line 671) | def init( class board (line 689) | class board: method __init__ (line 690) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 692) | def __init__( method __call__ (line 767) | def __call__(self) -> int: method __call__ (line 775) | def __call__(self, x: Any, /) -> None: method mode (line 783) | def mode(self) -> int: method mode (line 792) | def mode(self, mode: int, /) -> None: method pull (line 801) | def pull(self) -> int: method pull (line 810) | def pull(self, pull: int, /) -> None: method drive (line 819) | def drive(self, drive: int, /) -> None: method drive (line 829) | def drive(self, /) -> int: class I2S (line 841) | class I2S: method shift (line 917) | def shift( method init (line 930) | def init( method irq (line 947) | def irq( method readinto (line 959) | def readinto( method deinit (line 972) | def deinit(self) -> None: method write (line 978) | def write( method __init__ (line 991) | def __init__( class ADC (line 1033) | class ADC: method read_u16 (line 1059) | def read_u16(self) -> int: method init (line 1067) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 1075) | def read_uv(self) -> int: method width (line 1083) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 1084) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 1085) | def block(self) -> Incomplete: method atten (line 1095) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1096) | def __init__(self, pin: PinLike, /) -> None: class ADCBlock (line 1107) | class ADCBlock: method init (line 1117) | def init(self, *, bits) -> None: method connect (line 1124) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 1145) | def __init__(self, id, *, bits) -> None: ... class I2C (line 1147) | class I2C: method readfrom_mem_into (line 1184) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1196) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1206) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1215) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1226) | def scan(self) -> List: method writeto (line 1234) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1244) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1260) | def start(self) -> None: method readfrom (line 1266) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1274) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1285) | def init(self, *, freq: int = 400_000) -> None: method init (line 1299) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1312) | def stop(self) -> None: method write (line 1318) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1327) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1344) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1361) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1374) | class WDT: method feed (line 1390) | def feed(self) -> None: method __init__ (line 1398) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SoftSPI (line 1407) | class SoftSPI(SPI): method deinit (line 1416) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1417) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1418) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1419) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1420) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1421) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1422) | def __init__( class Timer (line 1435) | class Timer: method deinit (line 1460) | def deinit(self) -> None: method init (line 1467) | def init( method init (line 1475) | def init( method init (line 1483) | def init( method value (line 1529) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1531) | def __init__(self, id: int, /): method __init__ (line 1541) | def __init__( method __init__ (line 1559) | def __init__( method __init__ (line 1577) | def __init__( class TouchPad (line 1594) | class TouchPad: method config (line 1595) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 1596) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1597) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1599) | class UART: method irq (line 1642) | def irq( method sendbreak (line 1679) | def sendbreak(self) -> None: method deinit (line 1686) | def deinit(self) -> None: method init (line 1697) | def init( method init (line 1766) | def init( method init (line 1829) | def init( method flush (line 1891) | def flush(self) -> Incomplete: method txdone (line 1906) | def txdone(self) -> bool: method read (line 1922) | def read(self) -> bytes | None: method read (line 1933) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1943) | def any(self) -> int: method write (line 1958) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1967) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1978) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1988) | def readline(self) -> Union[str, None]: method __init__ (line 1998) | def __init__( method __init__ (line 2020) | def __init__( method __init__ (line 2036) | def __init__( class RTC (line 2051) | class RTC: method init (line 2070) | def init(self) -> None: method init (line 2078) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2086) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2094) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2102) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2110) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2118) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 2125) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 2142) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2159) | def __init__(self, id: int = 0): method __init__ (line 2165) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2173) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2181) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2189) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2197) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2205) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 2213) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2221) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2229) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2237) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2245) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2253) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2261) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SoftI2C (line 2268) | class SoftI2C(I2C): method readfrom_mem_into (line 2281) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2282) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2283) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2284) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2285) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2286) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2287) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2288) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2289) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2290) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2291) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2292) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2293) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2294) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2296) | class SDCard(AbstractBlockDev): method ioctl (line 2389) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2391) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2401) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2411) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2422) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2436) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2437) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2438) | def __init__( class SPI (line 2481) | class SPI: method deinit (line 2538) | def deinit(self) -> None: method init (line 2545) | def init( method init (line 2580) | def init( method write_readinto (line 2612) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2623) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2631) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2640) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2651) | def __init__(self, id: int, /): method __init__ (line 2664) | def __init__( method __init__ (line 2690) | def __init__( class Signal (line 2713) | class Signal(Pin): method off (line 2783) | def off(self) -> None: method on (line 2789) | def on(self) -> None: method value (line 2796) | def value(self) -> int: method value (line 2816) | def value(self, x: Any, /) -> None: method __init__ (line 2836) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2856) | def __init__( FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/mip/__init__.pyi function _ensure_path_exists (line 7) | def _ensure_path_exists(path) -> None: ... function _chunk (line 8) | def _chunk(src, dest) -> None: ... function _check_exists (line 9) | def _check_exists(path, short_hash): ... function _rewrite_url (line 10) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 11) | def _download_file(url, dest): ... function _install_json (line 12) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 13) | def _install_package(package, index, target, version, mpy): ... function install (line 14) | def install( FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/network.pyi function country (line 100) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 101) | def hostname(*args, **kwargs) -> Incomplete: ... function ipconfig (line 102) | def ipconfig(*args, **kwargs) -> Incomplete: ... function phy_mode (line 103) | def phy_mode(*args, **kwargs) -> Incomplete: ... class LAN (line 105) | class LAN: method __init__ (line 128) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 145) | def isconnected(self) -> bool: method status (line 152) | def status(self) -> Incomplete: method ifconfig (line 158) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 170) | def config(self, config_parameters) -> Incomplete: method active (line 517) | def active(self, /) -> bool: method active (line 525) | def active(self, is_active: bool | int, /) -> None: class PPP (line 190) | class PPP: method __init__ (line 207) | def __init__(self, stream) -> None: ... method connect (line 208) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method disconnect (line 226) | def disconnect(self) -> Incomplete: method isconnected (line 232) | def isconnected(self) -> bool: method status (line 239) | def status(self) -> Incomplete: method config (line 245) | def config(self, config_parameters) -> Incomplete: method ipconfig (line 252) | def ipconfig(self, param) -> Incomplete: method ifconfig (line 258) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method poll (line 264) | def poll(self) -> Incomplete: class WLAN (line 272) | class WLAN: method ifconfig (line 301) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 312) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 322) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 323) | def isconnected(self) -> bool: method scan (line 331) | def scan(self) -> List[Tuple]: method status (line 361) | def status(self) -> int: method status (line 380) | def status(self, param: str, /) -> int: method disconnect (line 398) | def disconnect(self) -> None: method active (line 405) | def active(self, /) -> bool: method active (line 413) | def active(self, is_active: bool | int, /) -> None: method config (line 421) | def config(self, param: str, /) -> Any: method config (line 456) | def config(self, **kwargs: Any) -> None: method connect (line 490) | def connect( method __init__ (line 506) | def __init__(self, interface_id: int, /) -> None: class LAN (line 515) | class LAN: method __init__ (line 128) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 145) | def isconnected(self) -> bool: method status (line 152) | def status(self) -> Incomplete: method ifconfig (line 158) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 170) | def config(self, config_parameters) -> Incomplete: method active (line 517) | def active(self, /) -> bool: method active (line 525) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 532) | class WLANWiPy: method __init__ (line 534) | def __init__(self, id: int = 0, /): method __init__ (line 548) | def __init__( method mode (line 572) | def mode(self) -> int: method mode (line 578) | def mode(self, mode: int, /) -> None: method ssid (line 584) | def ssid(self) -> str: method ssid (line 590) | def ssid(self, ssid: str, /) -> None: method auth (line 596) | def auth(self) -> int: method auth (line 602) | def auth(self, auth: int, /) -> None: method channel (line 608) | def channel(self) -> int: method channel (line 614) | def channel(self, channel: int, /) -> None: method antenna (line 620) | def antenna(self) -> int: method antenna (line 626) | def antenna(self, antenna: int, /) -> None: method mac (line 632) | def mac(self) -> bytes: method mac (line 638) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 643) | class AbstractNIC: method active (line 646) | def active(self, /) -> bool: method active (line 657) | def active(self, is_active: bool | int, /) -> None: method connect (line 668) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 687) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 706) | def status(self) -> Any: method status (line 724) | def status(self, param: str, /) -> Any: method ifconfig (line 742) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 756) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 770) | def config(self, param: str, /) -> Any: method config (line 789) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/socket.pyi function getaddrinfo (line 94) | def getaddrinfo( class socket (line 144) | class socket: method recvfrom (line 153) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 161) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 169) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 189) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 208) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 217) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 218) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 231) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 239) | def setblocking(self, value: bool, /) -> None: method sendto (line 251) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 258) | def settimeout(self, value: float | None, /) -> None: method readline (line 294) | def readline(self) -> bytes: method readinto (line 303) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 313) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 323) | def read(self) -> bytes: method read (line 333) | def read(self, size: int, /) -> bytes: method close (line 342) | def close(self) -> None: method connect (line 353) | def connect(self, address: _Address | bytes, /) -> None: method send (line 359) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 367) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 373) | def accept(self) -> Tuple: method write (line 382) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 393) | def __init__( FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/ssl.pyi class SSLContext (line 20) | class SSLContext: method __init__ (line 27) | def __init__(self, *args) -> None: ... method verify_mode (line 29) | def verify_mode(self): ... method verify_mode (line 31) | def verify_mode(self, val) -> None: ... method load_cert_chain (line 33) | def load_cert_chain(self, certfile, keyfile) -> None: method load_cert_chain (line 48) | def load_cert_chain(self, certfile, keyfile) -> None: method load_verify_locations (line 62) | def load_verify_locations(self, cafile: Incomplete | None = None, cada... method wrap_socket (line 70) | def wrap_socket( function wrap_socket (line 97) | def wrap_socket( class SSLSocket (line 126) | class SSLSocket: method read (line 132) | def read(self, *argv, **kwargs) -> Incomplete: ... method readinto (line 134) | def readinto(self, *argv, **kwargs) -> Incomplete: ... method readline (line 136) | def readline(self, *argv, **kwargs) -> Incomplete: ... method write (line 138) | def write(self, *argv, **kwargs) -> Incomplete: ... method setblocking (line 140) | def setblocking(self, *argv, **kwargs) -> Incomplete: ... method close (line 142) | def close(self, *argv, **kwargs) -> Incomplete: ... method __del__ (line 145) | def __del__(self, *argv, **kwargs) -> Incomplete: ... method ioctl (line 149) | def ioctl(self, *argv, **kwargs) -> Incomplete: ... method getpeercert (line 153) | def getpeercert(self, *argv, **kwargs) -> Incomplete: ... method cipher (line 156) | def cipher(self, *argv, **kwargs) -> Incomplete: ... method recv (line 159) | def recv(self, *argv, **kwargs) -> Incomplete: ... method recv_into (line 161) | def recv_into(self, *argv, **kwargs) -> Incomplete: ... method send (line 163) | def send(self, *argv, **kwargs) -> Incomplete: ... method sendall (line 165) | def sendall(self, *argv, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 12) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/uhashlib.pyi class sha1 (line 10) | class sha1: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 15) | class sha256: method digest (line 16) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 17) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 20) | class md5: method digest (line 21) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 22) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 21) | def __init__( method _send_str (line 31) | def _send_str(self, s) -> None: ... method _recv_len (line 32) | def _recv_len(self): ... method set_callback (line 33) | def set_callback(self, f) -> None: ... method set_last_will (line 34) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 35) | def connect(self, clean_session: bool = True): ... method disconnect (line 36) | def disconnect(self) -> None: ... method ping (line 37) | def ping(self) -> None: ... method publish (line 38) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 39) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 40) | def wait_msg(self): ... method check_msg (line 41) | def check_msg(self): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_24_1-esp32-esp32_generic_s3-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-esp32-stubs/_espnow.pyi class ESPNowBase (line 16) | class ESPNowBase: method irq (line 17) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 18) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 19) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 20) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 22) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 23) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 25) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 26) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 29) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 30) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend( method __aiter__ (line 11) | def __aiter__(self): ... method __anext__ (line 12) | async def __anext__(self): ... FILE: publish/micropython-v1_24_1-esp32-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_24_1-esp32-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 32) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-esp32-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 65) | def gattc_write( method gatts_indicate (line 92) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 110) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 131) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 145) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 158) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 168) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 183) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 246) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 253) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 447) | def gap_advertise( method gap_connect (line 472) | def gap_connect( method gattc_discover_descriptors (line 504) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 514) | def config(self, param: str, /) -> Any: method config (line 578) | def config(self, **kwargs) -> None: method config (line 642) | def config(self, param: str, /) -> Any: method config (line 706) | def config(self, **kwargs) -> None: method active (line 770) | def active(self) -> bool: method active (line 779) | def active(self, active: bool, /) -> None: method active (line 788) | def active(self) -> bool: method active (line 797) | def active(self, active: bool, /) -> None: method gap_scan (line 805) | def gap_scan( method gattc_discover_characteristics (line 848) | def gattc_discover_characteristics( method gap_disconnect (line 870) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 885) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 903) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 914) | def __init__(self) -> None: FILE: publish/micropython-v1_24_1-esp32-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_24_1-esp32-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_24_1-esp32-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_24_1-esp32-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-esp32-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_24_1-esp32-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_24_1-esp32-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 74) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 75) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 76) | def flash_user_start() -> int: function flash_erase (line 82) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 88) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 97) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 105) | def flash_size() -> int: function sleep_type (line 113) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 135) | def sleep_type() -> int: function set_native_code_location (line 156) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 196) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_24_1-esp32-stubs/esp32.pyi function raw_temperature (line 28) | def raw_temperature() -> int: function idf_heap_info (line 34) | def idf_heap_info(capabilities: int) -> List[Tuple]: function wake_on_touch (line 72) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ext0 (line 79) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_ext1 (line 87) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 95) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 102) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 109) | class ULP: method run (line 115) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 121) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 127) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 133) | def __init__(self) -> None: class NVS (line 138) | class NVS: method get_i32 (line 151) | def get_i32(self, key: str, /) -> int: method set_i32 (line 158) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 164) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 173) | def commit(self) -> None: method get_blob (line 179) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 187) | def erase_key(self, key: str, /) -> None: method __init__ (line 193) | def __init__(self, namespace: str, /) -> None: class Partition (line 199) | class Partition(AbstractBlockDev): method readblocks (line 211) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 221) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 231) | def ioctl(self, op: int, arg) -> None: method ioctl (line 240) | def ioctl(self, op: int) -> int: method set_boot (line 248) | def set_boot(self) -> None: method writeblocks (line 260) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 271) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 285) | def info(self) -> Tuple: method find (line 292) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 303) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 312) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 325) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 331) | class RMT: method source_freq (line 376) | def source_freq(cls) -> int: method loop (line 383) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 392) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 402) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 432) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 462) | def write_pulses( method bitstream_channel (line 497) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 511) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 512) | def clock_div(self) -> int: method __init__ (line 519) | def __init__( FILE: publish/micropython-v1_24_1-esp32-stubs/espnow.pyi class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 38) | def peer_count(self) -> int: method recv (line 49) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 89) | def mod_peer( method irecv (line 105) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 136) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 153) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 188) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 215) | def any(self) -> bool: method add_peer (line 235) | def add_peer( method active (line 297) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 328) | def send( method send (line 380) | def send( method config (line 430) | def config(self, param) -> str: method get_peers (line 474) | def get_peers(self) -> Tuple: method get_peer (line 481) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 499) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 516) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 548) | def __init__(self) -> None: ... method __iter__ (line 551) | def __iter__(self) -> ESPNow: ... method __next__ (line 553) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 555) | class ESPNowBase: method irq (line 556) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 557) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 558) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 559) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 560) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 561) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 562) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 563) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 564) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 565) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 566) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 567) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 568) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 569) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 570) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_24_1-esp32-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_24_1-esp32-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_24_1-esp32-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-esp32-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_24_1-esp32-stubs/machine.pyi function deepsleep (line 47) | def deepsleep() -> NoReturn: function deepsleep (line 72) | def deepsleep(time_ms: int, /) -> NoReturn: function soft_reset (line 96) | def soft_reset() -> NoReturn: function dht_readinto (line 104) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function reset (line 105) | def reset() -> NoReturn: function unique_id (line 112) | def unique_id() -> bytes: function time_pulse_us (line 121) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function bitstream (line 139) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function idle (line 163) | def idle() -> None: function freq (line 179) | def freq() -> int: function freq (line 187) | def freq(hz: int, /) -> None: function freq (line 195) | def freq(self) -> int: function freq (line 203) | def freq( function lightsleep (line 215) | def lightsleep() -> None: function lightsleep (line 240) | def lightsleep(time_ms: int, /) -> None: function disable_irq (line 264) | def disable_irq() -> bool: function enable_irq (line 273) | def enable_irq(state: bool = True, /) -> None: function reset_cause (line 281) | def reset_cause() -> int: function sleep (line 288) | def sleep() -> None: function wake_reason (line 294) | def wake_reason() -> int: class PWM (line 304) | class PWM: method duty_u16 (line 356) | def duty_u16(self) -> int: method duty_u16 (line 368) | def duty_u16( method init (line 383) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 391) | def freq(self) -> int: method freq (line 402) | def freq( method deinit (line 416) | def deinit(self) -> None: method duty_ns (line 423) | def duty_ns(self) -> int: method duty_ns (line 433) | def duty_ns( method duty (line 446) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 447) | def __init__( class UART (line 472) | class UART: method irq (line 515) | def irq( method sendbreak (line 552) | def sendbreak(self) -> None: method deinit (line 559) | def deinit(self) -> None: method init (line 570) | def init( method init (line 639) | def init( method init (line 702) | def init( method flush (line 764) | def flush(self) -> Incomplete: method txdone (line 779) | def txdone(self) -> bool: method read (line 795) | def read(self) -> bytes | None: method read (line 806) | def read(self, nbytes: int, /) -> bytes | None: method any (line 816) | def any(self) -> int: method write (line 831) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 840) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 851) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 861) | def readline(self) -> Union[str, None]: method __init__ (line 871) | def __init__( method __init__ (line 893) | def __init__( method __init__ (line 909) | def __init__( class ADCBlock (line 927) | class ADCBlock: method init (line 937) | def init(self, *, bits) -> None: method connect (line 944) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 965) | def __init__(self, id, *, bits) -> None: ... class ADC (line 967) | class ADC: method read_u16 (line 993) | def read_u16(self) -> int: method init (line 1001) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 1009) | def read_uv(self) -> int: method width (line 1017) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 1018) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 1019) | def block(self) -> Incomplete: method atten (line 1029) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1030) | def __init__(self, pin: PinLike, /) -> None: class I2S (line 1041) | class I2S: method shift (line 1117) | def shift( method init (line 1130) | def init( method irq (line 1147) | def irq( method readinto (line 1159) | def readinto( method deinit (line 1172) | def deinit(self) -> None: method write (line 1178) | def write( method __init__ (line 1191) | def __init__( class DAC (line 1233) | class DAC: method write (line 1234) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1235) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1237) | class I2C: method readfrom_mem_into (line 1274) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1286) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1296) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1305) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1316) | def scan(self) -> List: method writeto (line 1324) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1334) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1350) | def start(self) -> None: method readfrom (line 1356) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1364) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1375) | def init(self, *, freq: int = 400_000) -> None: method init (line 1389) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1402) | def stop(self) -> None: method write (line 1408) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1417) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1434) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1451) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class Timer (line 1464) | class Timer: method deinit (line 1489) | def deinit(self) -> None: method init (line 1496) | def init( method init (line 1504) | def init( method init (line 1512) | def init( method value (line 1558) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1560) | def __init__(self, id: int, /): method __init__ (line 1570) | def __init__( method __init__ (line 1588) | def __init__( method __init__ (line 1606) | def __init__( class SoftSPI (line 1623) | class SoftSPI(SPI): method deinit (line 1632) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1633) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1634) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1635) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1636) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1637) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1638) | def __init__( class Pin (line 1651) | class Pin: method irq (line 1708) | def irq( method on (line 1762) | def on(self) -> None: method off (line 1768) | def off(self) -> None: method value (line 1775) | def value(self) -> int: method value (line 1809) | def value(self, x: Any, /) -> None: method init (line 1842) | def init( class board (line 1860) | class board: method __init__ (line 1861) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1863) | def __init__( method __call__ (line 1938) | def __call__(self) -> int: method __call__ (line 1946) | def __call__(self, x: Any, /) -> None: method mode (line 1954) | def mode(self) -> int: method mode (line 1963) | def mode(self, mode: int, /) -> None: method pull (line 1972) | def pull(self) -> int: method pull (line 1981) | def pull(self, pull: int, /) -> None: method drive (line 1990) | def drive(self, drive: int, /) -> None: method drive (line 2000) | def drive(self, /) -> int: class TouchPad (line 2008) | class TouchPad: method config (line 2009) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2010) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2011) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 2013) | class WDT: method feed (line 2029) | def feed(self) -> None: method __init__ (line 2037) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SDCard (line 2046) | class SDCard(AbstractBlockDev): method ioctl (line 2139) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2151) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2161) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2172) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2186) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2187) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2188) | def __init__( class RTC (line 2231) | class RTC: method init (line 2250) | def init(self) -> None: method init (line 2258) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2266) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2274) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2282) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2290) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2298) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 2305) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 2322) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2339) | def __init__(self, id: int = 0): method __init__ (line 2345) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2353) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2361) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2369) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2377) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2385) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 2393) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2401) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2409) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2417) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2425) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2433) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2441) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SoftI2C (line 2448) | class SoftI2C(I2C): method readfrom_mem_into (line 2461) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2462) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2463) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2464) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2465) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2466) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2467) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2468) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2469) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2470) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2471) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2472) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2473) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2474) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SPI (line 2476) | class SPI: method deinit (line 2533) | def deinit(self) -> None: method init (line 2540) | def init( method init (line 2575) | def init( method write_readinto (line 2607) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2618) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2626) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2635) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2646) | def __init__(self, id: int, /): method __init__ (line 2659) | def __init__( method __init__ (line 2685) | def __init__( class Signal (line 2708) | class Signal(Pin): method off (line 2778) | def off(self) -> None: method on (line 2784) | def on(self) -> None: method value (line 2791) | def value(self) -> int: method value (line 2811) | def value(self, x: Any, /) -> None: method __init__ (line 2831) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2851) | def __init__( FILE: publish/micropython-v1_24_1-esp32-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-esp32-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-esp32-stubs/mip/__init__.pyi function _ensure_path_exists (line 7) | def _ensure_path_exists(path) -> None: ... function _chunk (line 8) | def _chunk(src, dest) -> None: ... function _check_exists (line 9) | def _check_exists(path, short_hash): ... function _rewrite_url (line 10) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 11) | def _download_file(url, dest): ... function _install_json (line 12) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 13) | def _install_package(package, index, target, version, mpy): ... function install (line 14) | def install( FILE: publish/micropython-v1_24_1-esp32-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_24_1-esp32-stubs/network.pyi function country (line 100) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 101) | def hostname(*args, **kwargs) -> Incomplete: ... function ipconfig (line 102) | def ipconfig(*args, **kwargs) -> Incomplete: ... function phy_mode (line 103) | def phy_mode(*args, **kwargs) -> Incomplete: ... class LAN (line 105) | class LAN: method __init__ (line 128) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 145) | def isconnected(self) -> bool: method status (line 152) | def status(self) -> Incomplete: method ifconfig (line 158) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 170) | def config(self, config_parameters) -> Incomplete: method active (line 517) | def active(self, /) -> bool: method active (line 525) | def active(self, is_active: bool | int, /) -> None: class PPP (line 190) | class PPP: method __init__ (line 207) | def __init__(self, stream) -> None: ... method connect (line 208) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method disconnect (line 226) | def disconnect(self) -> Incomplete: method isconnected (line 232) | def isconnected(self) -> bool: method status (line 239) | def status(self) -> Incomplete: method config (line 245) | def config(self, config_parameters) -> Incomplete: method ipconfig (line 252) | def ipconfig(self, param) -> Incomplete: method ifconfig (line 258) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method poll (line 264) | def poll(self) -> Incomplete: class WLAN (line 272) | class WLAN: method ifconfig (line 301) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 312) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 322) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 323) | def isconnected(self) -> bool: method scan (line 331) | def scan(self) -> List[Tuple]: method status (line 361) | def status(self) -> int: method status (line 380) | def status(self, param: str, /) -> int: method disconnect (line 398) | def disconnect(self) -> None: method active (line 405) | def active(self, /) -> bool: method active (line 413) | def active(self, is_active: bool | int, /) -> None: method config (line 421) | def config(self, param: str, /) -> Any: method config (line 456) | def config(self, **kwargs: Any) -> None: method connect (line 490) | def connect( method __init__ (line 506) | def __init__(self, interface_id: int, /) -> None: class LAN (line 515) | class LAN: method __init__ (line 128) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 145) | def isconnected(self) -> bool: method status (line 152) | def status(self) -> Incomplete: method ifconfig (line 158) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 170) | def config(self, config_parameters) -> Incomplete: method active (line 517) | def active(self, /) -> bool: method active (line 525) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 532) | class WLANWiPy: method __init__ (line 534) | def __init__(self, id: int = 0, /): method __init__ (line 548) | def __init__( method mode (line 572) | def mode(self) -> int: method mode (line 578) | def mode(self, mode: int, /) -> None: method ssid (line 584) | def ssid(self) -> str: method ssid (line 590) | def ssid(self, ssid: str, /) -> None: method auth (line 596) | def auth(self) -> int: method auth (line 602) | def auth(self, auth: int, /) -> None: method channel (line 608) | def channel(self) -> int: method channel (line 614) | def channel(self, channel: int, /) -> None: method antenna (line 620) | def antenna(self) -> int: method antenna (line 626) | def antenna(self, antenna: int, /) -> None: method mac (line 632) | def mac(self) -> bytes: method mac (line 638) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 643) | class AbstractNIC: method active (line 646) | def active(self, /) -> bool: method active (line 657) | def active(self, is_active: bool | int, /) -> None: method connect (line 668) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 687) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 706) | def status(self) -> Any: method status (line 724) | def status(self, param: str, /) -> Any: method ifconfig (line 742) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 756) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 770) | def config(self, param: str, /) -> Any: method config (line 789) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_24_1-esp32-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_24_1-esp32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_24_1-esp32-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-esp32-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_24_1-esp32-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_24_1-esp32-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-esp32-stubs/socket.pyi function getaddrinfo (line 94) | def getaddrinfo( class socket (line 144) | class socket: method recvfrom (line 153) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 161) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 169) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 189) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 208) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 217) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 218) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 231) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 239) | def setblocking(self, value: bool, /) -> None: method sendto (line 251) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 258) | def settimeout(self, value: float | None, /) -> None: method readline (line 294) | def readline(self) -> bytes: method readinto (line 303) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 313) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 323) | def read(self) -> bytes: method read (line 333) | def read(self, size: int, /) -> bytes: method close (line 342) | def close(self) -> None: method connect (line 353) | def connect(self, address: _Address | bytes, /) -> None: method send (line 359) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 367) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 373) | def accept(self) -> Tuple: method write (line 382) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 393) | def __init__( FILE: publish/micropython-v1_24_1-esp32-stubs/ssl.pyi class SSLContext (line 20) | class SSLContext: method __init__ (line 27) | def __init__(self, *args) -> None: ... method verify_mode (line 29) | def verify_mode(self): ... method verify_mode (line 31) | def verify_mode(self, val) -> None: ... method load_cert_chain (line 33) | def load_cert_chain(self, certfile, keyfile) -> None: method load_cert_chain (line 48) | def load_cert_chain(self, certfile, keyfile) -> None: method load_verify_locations (line 62) | def load_verify_locations(self, cafile: Incomplete | None = None, cada... method wrap_socket (line 70) | def wrap_socket( function wrap_socket (line 97) | def wrap_socket( class SSLSocket (line 126) | class SSLSocket: method read (line 132) | def read(self, *argv, **kwargs) -> Incomplete: ... method readinto (line 134) | def readinto(self, *argv, **kwargs) -> Incomplete: ... method readline (line 136) | def readline(self, *argv, **kwargs) -> Incomplete: ... method write (line 138) | def write(self, *argv, **kwargs) -> Incomplete: ... method setblocking (line 140) | def setblocking(self, *argv, **kwargs) -> Incomplete: ... method close (line 142) | def close(self, *argv, **kwargs) -> Incomplete: ... method __del__ (line 145) | def __del__(self, *argv, **kwargs) -> Incomplete: ... method ioctl (line 149) | def ioctl(self, *argv, **kwargs) -> Incomplete: ... method getpeercert (line 153) | def getpeercert(self, *argv, **kwargs) -> Incomplete: ... method cipher (line 156) | def cipher(self, *argv, **kwargs) -> Incomplete: ... method recv (line 159) | def recv(self, *argv, **kwargs) -> Incomplete: ... method recv_into (line 161) | def recv_into(self, *argv, **kwargs) -> Incomplete: ... method send (line 163) | def send(self, *argv, **kwargs) -> Incomplete: ... method sendall (line 165) | def sendall(self, *argv, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-esp32-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 12) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-esp32-stubs/uhashlib.pyi class sha1 (line 10) | class sha1: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 15) | class sha256: method digest (line 16) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 17) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 20) | class md5: method digest (line 21) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 22) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_24_1-esp32-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 21) | def __init__( method _send_str (line 31) | def _send_str(self, s) -> None: ... method _recv_len (line 32) | def _recv_len(self): ... method set_callback (line 33) | def set_callback(self, f) -> None: ... method set_last_will (line 34) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 35) | def connect(self, clean_session: bool = True): ... method disconnect (line 36) | def disconnect(self) -> None: ... method ping (line 37) | def ping(self) -> None: ... method publish (line 38) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 39) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 40) | def wait_msg(self): ... method check_msg (line 41) | def check_msg(self): ... FILE: publish/micropython-v1_24_1-esp32-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_24_1-esp32-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp32-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_24_1-esp32-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp32-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_24_1-esp32-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_24_1-esp32-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_24_1-esp32-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method del_peer (line 18) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 19) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 20) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 22) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 23) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 24) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = 4) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/binascii.pyi function unhexlify (line 21) | def unhexlify(data: str | bytes, /) -> bytes: function hexlify (line 28) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function b2a_base64 (line 38) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 46) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/esp.pyi function flash_user_start (line 26) | def flash_user_start() -> int: function freemem (line 32) | def freemem(*args, **kwargs) -> Incomplete: ... function free (line 33) | def free(*args, **kwargs) -> Incomplete: ... function flash_write (line 34) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function malloc (line 39) | def malloc(*args, **kwargs) -> Incomplete: ... function set_native_code_location (line 41) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 81) | def set_native_code_location(start: int, length: int, /) -> None: function osdebug (line 120) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function meminfo (line 160) | def meminfo(*args, **kwargs) -> Incomplete: ... function sleep_type (line 164) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 186) | def sleep_type() -> int: function flash_size (line 206) | def flash_size() -> int: function deepsleep (line 212) | def deepsleep(time_us: int = 0, /) -> None: function check_fw (line 225) | def check_fw(*args, **kwargs) -> Incomplete: ... function apa102_write (line 226) | def apa102_write(*args, **kwargs) -> Incomplete: ... function esf_free_bufs (line 227) | def esf_free_bufs(*args, **kwargs) -> Incomplete: ... function flash_read (line 229) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 238) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_id (line 246) | def flash_id() -> int: function flash_erase (line 254) | def flash_erase(sector_no: int, /) -> None: FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/espnow.pyi function poll (line 27) | def poll(*args, **kwargs) -> Incomplete: ... class ESPNow (line 29) | class ESPNow(ESPNowBase, Iterator): method irecv (line 41) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method recv (line 72) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method recvinto (line 112) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 147) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method send (line 175) | def send( method send (line 227) | def send( method del_peer (line 277) | def del_peer(self, mac: _MACAddress) -> None: method any (line 294) | def any(self) -> bool: method config (line 314) | def config(self, param) -> str: method active (line 358) | def active(self, flag: Optional[Any] = None) -> Incomplete: method add_peer (line 388) | def add_peer( method __init__ (line 450) | def __init__(self) -> None: ... method __iter__ (line 453) | def __iter__(self) -> ESPNow: ... method __next__ (line 455) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 457) | class ESPNowBase: method del_peer (line 458) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 459) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 460) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 461) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 462) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 463) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 464) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 465) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf, off: int = 0) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf, off: Incomplete | None = None) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/lwip.pyi function reset (line 25) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 26) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 27) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 28) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 30) | class socket: method recvfrom (line 31) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 32) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 33) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 34) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 35) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 36) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 37) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 38) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 39) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 40) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 42) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 43) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 44) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 45) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 46) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 47) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 48) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/machine.pyi function enable_irq (line 41) | def enable_irq(state: bool = True, /) -> None: function freq (line 50) | def freq() -> int: function freq (line 58) | def freq(hz: int, /) -> None: function freq (line 66) | def freq(self) -> int: function freq (line 74) | def freq( function unique_id (line 85) | def unique_id() -> bytes: function deepsleep (line 95) | def deepsleep() -> NoReturn: function deepsleep (line 120) | def deepsleep(time_ms: int, /) -> NoReturn: function disable_irq (line 144) | def disable_irq() -> bool: function dht_readinto (line 153) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 154) | def soft_reset() -> NoReturn: function sleep (line 163) | def sleep() -> None: function time_pulse_us (line 169) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function idle (line 187) | def idle() -> None: function lightsleep (line 203) | def lightsleep() -> None: function lightsleep (line 228) | def lightsleep(time_ms: int, /) -> None: function reset_cause (line 252) | def reset_cause() -> int: function reset (line 258) | def reset() -> NoReturn: function bitstream (line 265) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 289) | class RTC: method datetime (line 306) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method irq (line 322) | def irq( method memory (line 340) | def memory(self, data: Any | None = None) -> bytes: method alarm_left (line 357) | def alarm_left(self, alarm_id: int = 0, /) -> int: method alarm (line 364) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 372) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 380) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 388) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 396) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 404) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 412) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method __init__ (line 420) | def __init__(self, id: int = 0): method __init__ (line 426) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 434) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 442) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 450) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 458) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 466) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 474) | def init(self) -> None: method init (line 482) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 490) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 498) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 506) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 514) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 522) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... class Pin (line 529) | class Pin: method irq (line 583) | def irq( method off (line 637) | def off(self) -> None: method on (line 643) | def on(self) -> None: method init (line 649) | def init( method value (line 668) | def value(self) -> int: method value (line 702) | def value(self, x: Any, /) -> None: method __init__ (line 735) | def __init__( method __call__ (line 810) | def __call__(self) -> int: method __call__ (line 818) | def __call__(self, x: Any, /) -> None: method mode (line 826) | def mode(self) -> int: method mode (line 835) | def mode(self, mode: int, /) -> None: method pull (line 844) | def pull(self) -> int: method pull (line 853) | def pull(self, pull: int, /) -> None: method drive (line 862) | def drive(self, drive: int, /) -> None: method drive (line 872) | def drive(self, /) -> int: class ADC (line 883) | class ADC: method read_u16 (line 909) | def read_u16(self) -> int: method read (line 917) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 918) | def __init__(self, pin: PinLike, /) -> None: class PWM (line 929) | class PWM: method duty_u16 (line 981) | def duty_u16(self) -> int: method duty_u16 (line 993) | def duty_u16( method init (line 1008) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 1016) | def freq(self) -> int: method freq (line 1027) | def freq( method deinit (line 1041) | def deinit(self) -> None: method duty_ns (line 1048) | def duty_ns(self) -> int: method duty_ns (line 1058) | def duty_ns( method duty (line 1071) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1072) | def __init__( class I2C (line 1097) | class I2C: method readfrom_mem_into (line 1134) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1146) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1156) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1165) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1176) | def scan(self) -> List: method writeto (line 1184) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1194) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1210) | def start(self) -> None: method readfrom (line 1216) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1224) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1235) | def init(self, *, freq: int = 400_000) -> None: method init (line 1249) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1262) | def stop(self) -> None: method write (line 1268) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1277) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1294) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1311) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1324) | class WDT: method feed (line 1340) | def feed(self) -> None: method __init__ (line 1348) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1357) | class Timer: method init (line 1384) | def init( method init (line 1392) | def init( method init (line 1400) | def init( method deinit (line 1446) | def deinit(self) -> None: method __init__ (line 1453) | def __init__(self, id: int, /): method __init__ (line 1463) | def __init__( method __init__ (line 1481) | def __init__( method __init__ (line 1499) | def __init__( class SoftSPI (line 1516) | class SoftSPI(SPI): method deinit (line 1525) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1526) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1527) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1528) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1529) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1530) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1531) | def __init__( class UART (line 1544) | class UART: method write (line 1583) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method deinit (line 1591) | def deinit(self) -> None: method flush (line 1601) | def flush(self) -> Incomplete: method init (line 1617) | def init( method init (line 1686) | def init( method init (line 1749) | def init( method txdone (line 1811) | def txdone(self) -> bool: method readline (line 1826) | def readline(self) -> Union[str, None]: method any (line 1835) | def any(self) -> int: method read (line 1851) | def read(self) -> bytes | None: method read (line 1862) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1873) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1884) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method __init__ (line 1895) | def __init__( method __init__ (line 1917) | def __init__( method __init__ (line 1933) | def __init__( class SPI (line 1950) | class SPI: method deinit (line 2007) | def deinit(self) -> None: method init (line 2014) | def init( method init (line 2049) | def init( method write_readinto (line 2081) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2092) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2100) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2109) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2120) | def __init__(self, id: int, /): method __init__ (line 2133) | def __init__( method __init__ (line 2159) | def __init__( class SoftI2C (line 2182) | class SoftI2C(I2C): method readfrom_mem_into (line 2195) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2196) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2197) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2198) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2199) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2200) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2201) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2202) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2203) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2204) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2205) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2206) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2207) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2208) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class Signal (line 2210) | class Signal(Pin): method off (line 2280) | def off(self) -> None: method on (line 2286) | def on(self) -> None: method value (line 2293) | def value(self) -> int: method value (line 2313) | def value(self, x: Any, /) -> None: method __init__ (line 2333) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2353) | def __init__( class SDCard (line 2383) | class SDCard: method readblocks (line 2385) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2395) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2405) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2416) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/math.pyi function isnan (line 30) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 36) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function frexp (line 42) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function isinf (line 51) | def isinf(x: SupportsFloat, /) -> bool: function isfinite (line 57) | def isfinite(x: SupportsFloat, /) -> bool: function trunc (line 63) | def trunc(x: SupportsFloat, /) -> int: function sqrt (line 69) | def sqrt(x: SupportsFloat, /) -> float: function log (line 75) | def log(x: SupportsFloat, /) -> float: function tan (line 83) | def tan(x: SupportsFloat, /) -> float: function modf (line 89) | def modf(x: SupportsFloat, /) -> Tuple: function sin (line 96) | def sin(x: SupportsFloat, /) -> float: function radians (line 102) | def radians(x: SupportsFloat, /) -> float: function atan (line 108) | def atan(x: SupportsFloat, /) -> float: function ceil (line 114) | def ceil(x: SupportsFloat, /) -> int: function atan2 (line 120) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function pow (line 126) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asin (line 132) | def asin(x: SupportsFloat, /) -> float: function acos (line 138) | def acos(x: SupportsFloat, /) -> float: function fmod (line 144) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function fabs (line 150) | def fabs(x: SupportsFloat, /) -> float: function copysign (line 156) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function floor (line 162) | def floor(x: SupportsFloat, /) -> int: function cos (line 168) | def cos(x: SupportsFloat, /) -> float: function exp (line 174) | def exp(x: SupportsFloat, /) -> float: function degrees (line 180) | def degrees(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 7) | def _ensure_path_exists(path) -> None: ... function _chunk (line 8) | def _chunk(src, dest) -> None: ... function _check_exists (line 9) | def _check_exists(path, short_hash): ... function _rewrite_url (line 10) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 11) | def _download_file(url, dest): ... function _install_json (line 12) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 13) | def _install_package(package, index, target, version, mpy): ... function install (line 14) | def install( FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/network.pyi function hostname (line 72) | def hostname(*args, **kwargs) -> Incomplete: ... function ipconfig (line 73) | def ipconfig(*args, **kwargs) -> Incomplete: ... function phy_mode (line 74) | def phy_mode(*args, **kwargs) -> Incomplete: ... function country (line 75) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 77) | class WLAN: method ifconfig (line 101) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 112) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 122) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 123) | def isconnected(self) -> bool: method scan (line 131) | def scan(self) -> List[Tuple]: method status (line 161) | def status(self) -> int: method status (line 180) | def status(self, param: str, /) -> int: method disconnect (line 198) | def disconnect(self) -> None: method active (line 205) | def active(self, /) -> bool: method active (line 213) | def active(self, is_active: bool | int, /) -> None: method config (line 221) | def config(self, param: str, /) -> Any: method config (line 256) | def config(self, **kwargs: Any) -> None: method connect (line 290) | def connect( method __init__ (line 306) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 315) | class LAN: method active (line 317) | def active(self, /) -> bool: method active (line 325) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 332) | class WLANWiPy: method __init__ (line 334) | def __init__(self, id: int = 0, /): method __init__ (line 348) | def __init__( method mode (line 372) | def mode(self) -> int: method mode (line 378) | def mode(self, mode: int, /) -> None: method ssid (line 384) | def ssid(self) -> str: method ssid (line 390) | def ssid(self, ssid: str, /) -> None: method auth (line 396) | def auth(self) -> int: method auth (line 402) | def auth(self, auth: int, /) -> None: method channel (line 408) | def channel(self) -> int: method channel (line 414) | def channel(self, channel: int, /) -> None: method antenna (line 420) | def antenna(self) -> int: method antenna (line 426) | def antenna(self, antenna: int, /) -> None: method mac (line 432) | def mac(self) -> bytes: method mac (line 438) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 443) | class AbstractNIC: method active (line 446) | def active(self, /) -> bool: method active (line 457) | def active(self, is_active: bool | int, /) -> None: method connect (line 468) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 487) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 506) | def status(self) -> Any: method status (line 524) | def status(self, param: str, /) -> Any: method ifconfig (line 542) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 556) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 570) | def config(self, param: str, /) -> Any: method config (line 589) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/random.pyi function seed (line 43) | def seed(n: int | None = None, /) -> None: function getrandbits (line 55) | def getrandbits(n: int, /) -> int: function randrange (line 62) | def randrange(stop: int, /) -> int: function randrange (line 72) | def randrange(start: int, stop: int, /) -> int: function randrange (line 82) | def randrange(start: int, stop: int, step: int, /) -> int: FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/socket.pyi function reset (line 94) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 95) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 96) | def getaddrinfo( function callback (line 146) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 148) | class socket: method recvfrom (line 157) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 165) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 173) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 193) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 212) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 221) | def settimeout(self, value: float | None, /) -> None: method sendall (line 257) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 270) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 278) | def setblocking(self, value: bool, /) -> None: method sendto (line 290) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 297) | def readline(self) -> bytes: method readinto (line 306) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 316) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 326) | def read(self) -> bytes: method read (line 336) | def read(self, size: int, /) -> bytes: method close (line 345) | def close(self) -> None: method connect (line 356) | def connect(self, address: _Address | bytes, /) -> None: method send (line 362) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 370) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 376) | def accept(self) -> Tuple: method write (line 385) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 396) | def __init__( FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/ssd1306.pyi function const (line 30) | def const(*args, **kwargs) -> Incomplete: ... class SSD1306_SPI (line 32) | class SSD1306_SPI: method contrast (line 33) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 34) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 35) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 37) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 38) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 39) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 40) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 42) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 43) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 44) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 45) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 46) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 47) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 48) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 49) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 50) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 51) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 52) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 53) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306_I2C (line 56) | class SSD1306_I2C: method contrast (line 57) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 58) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 59) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 60) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 61) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 62) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 64) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 65) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 66) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 67) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 68) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 69) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 70) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 71) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 72) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 73) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 74) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 75) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 76) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 77) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306 (line 80) | class SSD1306: method contrast (line 81) | def contrast(self, *args, **kwargs) -> Incomplete: ... method vline (line 82) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 83) | def text(self, *args, **kwargs) -> Incomplete: ... method scroll (line 84) | def scroll(self, *args, **kwargs) -> Incomplete: ... method rect (line 85) | def rect(self, *args, **kwargs) -> Incomplete: ... method init_display (line 86) | def init_display(self, *args, **kwargs) -> Incomplete: ... method rotate (line 87) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 88) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 89) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method show (line 90) | def show(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 91) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method fill (line 92) | def fill(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 93) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 94) | def blit(self, *args, **kwargs) -> Incomplete: ... method poly (line 95) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 96) | def hline(self, *args, **kwargs) -> Incomplete: ... method pixel (line 97) | def pixel(self, *args, **kwargs) -> Incomplete: ... method line (line 98) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 99) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/tls.pyi class SSLContext (line 15) | class SSLContext: method wrap_socket (line 16) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 17) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/umqtt/robust.pyi class MQTTClient (line 11) | class MQTTClient: method subscribe (line 14) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 16) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 18) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 20) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 21) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 22) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 23) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 24) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 25) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 26) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 27) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 19) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 25) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/urandom.pyi function seed (line 11) | def seed(*args, **kwargs) -> Incomplete: ... function getrandbits (line 12) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_24_1-esp8266-esp8266_generic-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-esp8266-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method del_peer (line 18) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 19) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 20) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 22) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 23) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 24) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = 4) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/binascii.pyi function unhexlify (line 21) | def unhexlify(data: str | bytes, /) -> bytes: function hexlify (line 28) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function b2a_base64 (line 38) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 46) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-esp8266-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_24_1-esp8266-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_24_1-esp8266-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-esp8266-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_24_1-esp8266-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_24_1-esp8266-stubs/esp.pyi function flash_user_start (line 26) | def flash_user_start() -> int: function freemem (line 32) | def freemem(*args, **kwargs) -> Incomplete: ... function free (line 33) | def free(*args, **kwargs) -> Incomplete: ... function flash_write (line 34) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function malloc (line 39) | def malloc(*args, **kwargs) -> Incomplete: ... function set_native_code_location (line 41) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 81) | def set_native_code_location(start: int, length: int, /) -> None: function osdebug (line 120) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function meminfo (line 160) | def meminfo(*args, **kwargs) -> Incomplete: ... function sleep_type (line 164) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 186) | def sleep_type() -> int: function flash_size (line 206) | def flash_size() -> int: function deepsleep (line 212) | def deepsleep(time_us: int = 0, /) -> None: function check_fw (line 225) | def check_fw(*args, **kwargs) -> Incomplete: ... function apa102_write (line 226) | def apa102_write(*args, **kwargs) -> Incomplete: ... function esf_free_bufs (line 227) | def esf_free_bufs(*args, **kwargs) -> Incomplete: ... function flash_read (line 229) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 238) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_id (line 246) | def flash_id() -> int: function flash_erase (line 254) | def flash_erase(sector_no: int, /) -> None: FILE: publish/micropython-v1_24_1-esp8266-stubs/espnow.pyi function poll (line 27) | def poll(*args, **kwargs) -> Incomplete: ... class ESPNow (line 29) | class ESPNow(ESPNowBase, Iterator): method irecv (line 41) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method recv (line 72) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method recvinto (line 112) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 147) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method send (line 175) | def send( method send (line 227) | def send( method del_peer (line 277) | def del_peer(self, mac: _MACAddress) -> None: method any (line 294) | def any(self) -> bool: method config (line 314) | def config(self, param) -> str: method active (line 358) | def active(self, flag: Optional[Any] = None) -> Incomplete: method add_peer (line 388) | def add_peer( method __init__ (line 450) | def __init__(self) -> None: ... method __iter__ (line 453) | def __iter__(self) -> ESPNow: ... method __next__ (line 455) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 457) | class ESPNowBase: method del_peer (line 458) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 459) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 460) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 461) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 462) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 463) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 464) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 465) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf, off: int = 0) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf, off: Incomplete | None = None) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: publish/micropython-v1_24_1-esp8266-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_24_1-esp8266-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_24_1-esp8266-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_24_1-esp8266-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-esp8266-stubs/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_24_1-esp8266-stubs/lwip.pyi function reset (line 25) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 26) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 27) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 28) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 30) | class socket: method recvfrom (line 31) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 32) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 33) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 34) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 35) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 36) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 37) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 38) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 39) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 40) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 42) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 43) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 44) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 45) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 46) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 47) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 48) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/machine.pyi function enable_irq (line 41) | def enable_irq(state: bool = True, /) -> None: function freq (line 50) | def freq() -> int: function freq (line 58) | def freq(hz: int, /) -> None: function freq (line 66) | def freq(self) -> int: function freq (line 74) | def freq( function unique_id (line 85) | def unique_id() -> bytes: function deepsleep (line 95) | def deepsleep() -> NoReturn: function deepsleep (line 120) | def deepsleep(time_ms: int, /) -> NoReturn: function disable_irq (line 144) | def disable_irq() -> bool: function dht_readinto (line 153) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 154) | def soft_reset() -> NoReturn: function sleep (line 163) | def sleep() -> None: function time_pulse_us (line 169) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function idle (line 187) | def idle() -> None: function lightsleep (line 203) | def lightsleep() -> None: function lightsleep (line 228) | def lightsleep(time_ms: int, /) -> None: function reset_cause (line 252) | def reset_cause() -> int: function reset (line 258) | def reset() -> NoReturn: function bitstream (line 265) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 289) | class RTC: method datetime (line 306) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method irq (line 322) | def irq( method memory (line 340) | def memory(self, data: Any | None = None) -> bytes: method alarm_left (line 357) | def alarm_left(self, alarm_id: int = 0, /) -> int: method alarm (line 364) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 372) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 380) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 388) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 396) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 404) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 412) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method __init__ (line 420) | def __init__(self, id: int = 0): method __init__ (line 426) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 434) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 442) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 450) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 458) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 466) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 474) | def init(self) -> None: method init (line 482) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 490) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 498) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 506) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 514) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 522) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... class Pin (line 529) | class Pin: method irq (line 583) | def irq( method off (line 637) | def off(self) -> None: method on (line 643) | def on(self) -> None: method init (line 649) | def init( method value (line 668) | def value(self) -> int: method value (line 702) | def value(self, x: Any, /) -> None: method __init__ (line 735) | def __init__( method __call__ (line 810) | def __call__(self) -> int: method __call__ (line 818) | def __call__(self, x: Any, /) -> None: method mode (line 826) | def mode(self) -> int: method mode (line 835) | def mode(self, mode: int, /) -> None: method pull (line 844) | def pull(self) -> int: method pull (line 853) | def pull(self, pull: int, /) -> None: method drive (line 862) | def drive(self, drive: int, /) -> None: method drive (line 872) | def drive(self, /) -> int: class ADC (line 883) | class ADC: method read_u16 (line 909) | def read_u16(self) -> int: method read (line 917) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 918) | def __init__(self, pin: PinLike, /) -> None: class PWM (line 929) | class PWM: method duty_u16 (line 981) | def duty_u16(self) -> int: method duty_u16 (line 993) | def duty_u16( method init (line 1008) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 1016) | def freq(self) -> int: method freq (line 1027) | def freq( method deinit (line 1041) | def deinit(self) -> None: method duty_ns (line 1048) | def duty_ns(self) -> int: method duty_ns (line 1058) | def duty_ns( method duty (line 1071) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1072) | def __init__( class I2C (line 1097) | class I2C: method readfrom_mem_into (line 1134) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1146) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1156) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1165) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1176) | def scan(self) -> List: method writeto (line 1184) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1194) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1210) | def start(self) -> None: method readfrom (line 1216) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1224) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1235) | def init(self, *, freq: int = 400_000) -> None: method init (line 1249) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1262) | def stop(self) -> None: method write (line 1268) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1277) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1294) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1311) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1324) | class WDT: method feed (line 1340) | def feed(self) -> None: method __init__ (line 1348) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1357) | class Timer: method init (line 1384) | def init( method init (line 1392) | def init( method init (line 1400) | def init( method deinit (line 1446) | def deinit(self) -> None: method __init__ (line 1453) | def __init__(self, id: int, /): method __init__ (line 1463) | def __init__( method __init__ (line 1481) | def __init__( method __init__ (line 1499) | def __init__( class SoftSPI (line 1516) | class SoftSPI(SPI): method deinit (line 1525) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1526) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1527) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1528) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1529) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1530) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1531) | def __init__( class UART (line 1544) | class UART: method write (line 1583) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method deinit (line 1591) | def deinit(self) -> None: method flush (line 1601) | def flush(self) -> Incomplete: method init (line 1617) | def init( method init (line 1686) | def init( method init (line 1749) | def init( method txdone (line 1811) | def txdone(self) -> bool: method readline (line 1826) | def readline(self) -> Union[str, None]: method any (line 1835) | def any(self) -> int: method read (line 1851) | def read(self) -> bytes | None: method read (line 1862) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1873) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1884) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method __init__ (line 1895) | def __init__( method __init__ (line 1917) | def __init__( method __init__ (line 1933) | def __init__( class SPI (line 1950) | class SPI: method deinit (line 2007) | def deinit(self) -> None: method init (line 2014) | def init( method init (line 2049) | def init( method write_readinto (line 2081) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2092) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2100) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2109) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2120) | def __init__(self, id: int, /): method __init__ (line 2133) | def __init__( method __init__ (line 2159) | def __init__( class SoftI2C (line 2182) | class SoftI2C(I2C): method readfrom_mem_into (line 2195) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2196) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2197) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2198) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2199) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2200) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2201) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2202) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2203) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2204) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2205) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2206) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2207) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2208) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class Signal (line 2210) | class Signal(Pin): method off (line 2280) | def off(self) -> None: method on (line 2286) | def on(self) -> None: method value (line 2293) | def value(self) -> int: method value (line 2313) | def value(self, x: Any, /) -> None: method __init__ (line 2333) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2353) | def __init__( class SDCard (line 2383) | class SDCard: method readblocks (line 2385) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2395) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2405) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2416) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/math.pyi function isnan (line 30) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 36) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function frexp (line 42) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function isinf (line 51) | def isinf(x: SupportsFloat, /) -> bool: function isfinite (line 57) | def isfinite(x: SupportsFloat, /) -> bool: function trunc (line 63) | def trunc(x: SupportsFloat, /) -> int: function sqrt (line 69) | def sqrt(x: SupportsFloat, /) -> float: function log (line 75) | def log(x: SupportsFloat, /) -> float: function tan (line 83) | def tan(x: SupportsFloat, /) -> float: function modf (line 89) | def modf(x: SupportsFloat, /) -> Tuple: function sin (line 96) | def sin(x: SupportsFloat, /) -> float: function radians (line 102) | def radians(x: SupportsFloat, /) -> float: function atan (line 108) | def atan(x: SupportsFloat, /) -> float: function ceil (line 114) | def ceil(x: SupportsFloat, /) -> int: function atan2 (line 120) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function pow (line 126) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asin (line 132) | def asin(x: SupportsFloat, /) -> float: function acos (line 138) | def acos(x: SupportsFloat, /) -> float: function fmod (line 144) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function fabs (line 150) | def fabs(x: SupportsFloat, /) -> float: function copysign (line 156) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function floor (line 162) | def floor(x: SupportsFloat, /) -> int: function cos (line 168) | def cos(x: SupportsFloat, /) -> float: function exp (line 174) | def exp(x: SupportsFloat, /) -> float: function degrees (line 180) | def degrees(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-esp8266-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-esp8266-stubs/mip/__init__.pyi function _ensure_path_exists (line 7) | def _ensure_path_exists(path) -> None: ... function _chunk (line 8) | def _chunk(src, dest) -> None: ... function _check_exists (line 9) | def _check_exists(path, short_hash): ... function _rewrite_url (line 10) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 11) | def _download_file(url, dest): ... function _install_json (line 12) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 13) | def _install_package(package, index, target, version, mpy): ... function install (line 14) | def install( FILE: publish/micropython-v1_24_1-esp8266-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_24_1-esp8266-stubs/network.pyi function hostname (line 72) | def hostname(*args, **kwargs) -> Incomplete: ... function ipconfig (line 73) | def ipconfig(*args, **kwargs) -> Incomplete: ... function phy_mode (line 74) | def phy_mode(*args, **kwargs) -> Incomplete: ... function country (line 75) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 77) | class WLAN: method ifconfig (line 101) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 112) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 122) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 123) | def isconnected(self) -> bool: method scan (line 131) | def scan(self) -> List[Tuple]: method status (line 161) | def status(self) -> int: method status (line 180) | def status(self, param: str, /) -> int: method disconnect (line 198) | def disconnect(self) -> None: method active (line 205) | def active(self, /) -> bool: method active (line 213) | def active(self, is_active: bool | int, /) -> None: method config (line 221) | def config(self, param: str, /) -> Any: method config (line 256) | def config(self, **kwargs: Any) -> None: method connect (line 290) | def connect( method __init__ (line 306) | def __init__(self, interface_id: int, /) -> None: class LAN (line 315) | class LAN: method active (line 317) | def active(self, /) -> bool: method active (line 325) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 332) | class WLANWiPy: method __init__ (line 334) | def __init__(self, id: int = 0, /): method __init__ (line 348) | def __init__( method mode (line 372) | def mode(self) -> int: method mode (line 378) | def mode(self, mode: int, /) -> None: method ssid (line 384) | def ssid(self) -> str: method ssid (line 390) | def ssid(self, ssid: str, /) -> None: method auth (line 396) | def auth(self) -> int: method auth (line 402) | def auth(self, auth: int, /) -> None: method channel (line 408) | def channel(self) -> int: method channel (line 414) | def channel(self, channel: int, /) -> None: method antenna (line 420) | def antenna(self) -> int: method antenna (line 426) | def antenna(self, antenna: int, /) -> None: method mac (line 432) | def mac(self) -> bytes: method mac (line 438) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 443) | class AbstractNIC: method active (line 446) | def active(self, /) -> bool: method active (line 457) | def active(self, is_active: bool | int, /) -> None: method connect (line 468) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 487) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 506) | def status(self) -> Any: method status (line 524) | def status(self, param: str, /) -> Any: method ifconfig (line 542) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 556) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 570) | def config(self, param: str, /) -> Any: method config (line 589) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_24_1-esp8266-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_24_1-esp8266-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-esp8266-stubs/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/random.pyi function seed (line 43) | def seed(n: int | None = None, /) -> None: function getrandbits (line 55) | def getrandbits(n: int, /) -> int: function randrange (line 62) | def randrange(stop: int, /) -> int: function randrange (line 72) | def randrange(start: int, stop: int, /) -> int: function randrange (line 82) | def randrange(start: int, stop: int, step: int, /) -> int: FILE: publish/micropython-v1_24_1-esp8266-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_24_1-esp8266-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-esp8266-stubs/socket.pyi function reset (line 94) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 95) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 96) | def getaddrinfo( function callback (line 146) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 148) | class socket: method recvfrom (line 157) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 165) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 173) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 193) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 212) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 221) | def settimeout(self, value: float | None, /) -> None: method sendall (line 257) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 270) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 278) | def setblocking(self, value: bool, /) -> None: method sendto (line 290) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 297) | def readline(self) -> bytes: method readinto (line 306) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 316) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 326) | def read(self) -> bytes: method read (line 336) | def read(self, size: int, /) -> bytes: method close (line 345) | def close(self) -> None: method connect (line 356) | def connect(self, address: _Address | bytes, /) -> None: method send (line 362) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 370) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 376) | def accept(self) -> Tuple: method write (line 385) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 396) | def __init__( FILE: publish/micropython-v1_24_1-esp8266-stubs/ssd1306.pyi function const (line 30) | def const(*args, **kwargs) -> Incomplete: ... class SSD1306_SPI (line 32) | class SSD1306_SPI: method contrast (line 33) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 34) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 35) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 37) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 38) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 39) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 40) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 42) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 43) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 44) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 45) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 46) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 47) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 48) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 49) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 50) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 51) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 52) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 53) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306_I2C (line 56) | class SSD1306_I2C: method contrast (line 57) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 58) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 59) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 60) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 61) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 62) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 64) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 65) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 66) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 67) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 68) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 69) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 70) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 71) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 72) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 73) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 74) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 75) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 76) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 77) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306 (line 80) | class SSD1306: method contrast (line 81) | def contrast(self, *args, **kwargs) -> Incomplete: ... method vline (line 82) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 83) | def text(self, *args, **kwargs) -> Incomplete: ... method scroll (line 84) | def scroll(self, *args, **kwargs) -> Incomplete: ... method rect (line 85) | def rect(self, *args, **kwargs) -> Incomplete: ... method init_display (line 86) | def init_display(self, *args, **kwargs) -> Incomplete: ... method rotate (line 87) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 88) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 89) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method show (line 90) | def show(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 91) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method fill (line 92) | def fill(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 93) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 94) | def blit(self, *args, **kwargs) -> Incomplete: ... method poly (line 95) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 96) | def hline(self, *args, **kwargs) -> Incomplete: ... method pixel (line 97) | def pixel(self, *args, **kwargs) -> Incomplete: ... method line (line 98) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 99) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-esp8266-stubs/tls.pyi class SSLContext (line 15) | class SSLContext: method wrap_socket (line 16) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 17) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-esp8266-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/umqtt/robust.pyi class MQTTClient (line 11) | class MQTTClient: method subscribe (line 14) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 16) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 18) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 20) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 21) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 22) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 23) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 24) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 25) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 26) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 27) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 18) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 19) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 22) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 23) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 25) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/urandom.pyi function seed (line 11) | def seed(*args, **kwargs) -> Incomplete: ... function getrandbits (line 12) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-esp8266-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_24_1-esp8266-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_24_1-esp8266-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/aioble/central.pyi function _central_irq (line 37) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 38) | def _central_shutdown() -> None: ... function _cancel_pending (line 39) | async def _cancel_pending() -> None: ... function _connect (line 40) | async def _connect(connection, timeout_ms, scan_duration_ms, min_conn_in... class ScanResult (line 42) | class ScanResult: method __init__ (line 48) | def __init__(self, device) -> None: ... method _update (line 49) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 50) | def __str__(self) -> str: ... method _decode_field (line 51) | def _decode_field(self, *adv_type) -> Generator[Incomplete]: ... method name (line 52) | def name(self): ... method services (line 53) | def services(self) -> Generator[Incomplete]: ... method manufacturer (line 54) | def manufacturer(self, filter: Incomplete | None = None) -> Generator[... class scan (line 56) | class scan: method __init__ (line 65) | def __init__( method __aenter__ (line 68) | async def __aenter__(self): ... method __aexit__ (line 69) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 70) | def __aiter__(self): ... method __anext__ (line 71) | async def __anext__(self): ... method cancel (line 72) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/aioble/client.pyi function _client_irq (line 26) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 28) | class ClientDiscover: method __init__ (line 37) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 38) | async def _start(self) -> None: ... method __aiter__ (line 39) | def __aiter__(self): ... method __anext__ (line 40) | async def __anext__(self): ... method _discover_result (line 41) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 42) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 44) | class ClientService: method __init__ (line 49) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 50) | def __str__(self) -> str: ... method characteristic (line 51) | async def characteristic(self, uuid, timeout_ms: int = 2000): ... method characteristics (line 52) | def characteristics(self, uuid: Incomplete | None = None, timeout_ms: ... method _start_discovery (line 53) | def _start_discovery(connection, uuid: Incomplete | None = None) -> No... class BaseClientCharacteristic (line 55) | class BaseClientCharacteristic: method __init__ (line 64) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 65) | def _register_with_connection(self) -> None: ... method _find (line 66) | def _find(conn_handle, value_handle): ... method _check (line 67) | def _check(self, flag) -> None: ... method read (line 68) | async def read(self, timeout_ms: int = 1000): ... method _read_result (line 69) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 70) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 71) | async def write(self, data, response: Incomplete | None = None, timeou... method _write_done (line 72) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 74) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 82) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 83) | def __str__(self) -> str: ... method _connection (line 84) | def _connection(self): ... method descriptor (line 85) | async def descriptor(self, uuid, timeout_ms: int = 2000): ... method descriptors (line 86) | def descriptors(self, timeout_ms: int = 2000): ... method _start_discovery (line 87) | def _start_discovery(service, uuid: Incomplete | None = None) -> None:... method _notified_indicated (line 88) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 89) | async def notified(self, timeout_ms: Incomplete | None = None): ... method _on_notify_indicate (line 90) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 91) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 92) | async def indicated(self, timeout_ms: Incomplete | None = None): ... method _on_indicate (line 93) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 94) | async def subscribe(self, notify: bool = True, indicate: bool = False)... class ClientDescriptor (line 96) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 99) | def __str__(self) -> str: ... method _connection (line 100) | def _connection(self): ... method _start_discovery (line 101) | def _start_discovery(characteristic, uuid: Incomplete | None = None) -... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/aioble/core.pyi function log_error (line 5) | def log_error(*args) -> None: ... function log_warn (line 6) | def log_warn(*args) -> None: ... function log_info (line 7) | def log_info(*args) -> None: ... class GattError (line 9) | class GattError(Exception): method __init__ (line 11) | def __init__(self, status) -> None: ... function ensure_active (line 13) | def ensure_active() -> None: ... function config (line 14) | def config(*args, **kwargs): ... function register_irq_handler (line 19) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 20) | def stop() -> None: ... function ble_irq (line 21) | def ble_irq(event, data): ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/aioble/device.pyi class DeviceDisconnectedError (line 7) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 9) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 11) | class DeviceTimeout: method __init__ (line 16) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 17) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 18) | def __enter__(self) -> None: ... method __exit__ (line 19) | def __exit__( class Device (line 23) | class Device: method __init__ (line 27) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 28) | def __eq__(self, rhs): ... method __hash__ (line 29) | def __hash__(self): ... method __str__ (line 30) | def __str__(self) -> str: ... method addr_hex (line 31) | def addr_hex(self): ... method connect (line 32) | async def connect( class DeviceConnection (line 40) | class DeviceConnection: method __init__ (line 57) | def __init__(self, device) -> None: ... method device_task (line 58) | async def device_task(self) -> None: ... method _run_task (line 59) | def _run_task(self) -> None: ... method disconnect (line 60) | async def disconnect(self, timeout_ms: int = 2000) -> None: ... method disconnected (line 61) | async def disconnected(self, timeout_ms: Incomplete | None = None, dis... method service (line 62) | async def service(self, uuid, timeout_ms: int = 2000): ... method services (line 63) | def services(self, uuid: Incomplete | None = None, timeout_ms: int = 2... method pair (line 64) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 65) | def is_connected(self): ... method timeout (line 66) | def timeout(self, timeout_ms): ... method exchange_mtu (line 67) | async def exchange_mtu(self, mtu: Incomplete | None = None, timeout_ms... method l2cap_accept (line 68) | async def l2cap_accept(self, psm, mtu, timeout_ms: Incomplete | None =... method l2cap_connect (line 69) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = 1000): ... method __aenter__ (line 70) | async def __aenter__(self): ... method __aexit__ (line 71) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/aioble/l2cap.pyi function _l2cap_irq (line 13) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 14) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 16) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 17) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 19) | class L2CAPChannel: method __init__ (line 28) | def __init__(self, connection) -> None: ... method _assert_connected (line 29) | def _assert_connected(self) -> None: ... method recvinto (line 30) | async def recvinto(self, buf, timeout_ms: Incomplete | None = None): ... method available (line 31) | def available(self): ... method send (line 32) | async def send(self, buf, timeout_ms: Incomplete | None = None, chunk_... method flush (line 33) | async def flush(self, timeout_ms: Incomplete | None = None) -> None: ... method disconnect (line 34) | async def disconnect(self, timeout_ms: int = 1000) -> None: ... method disconnected (line 35) | async def disconnected(self, timeout_ms: int = 1000) -> None: ... method __aenter__ (line 36) | async def __aenter__(self): ... method __aexit__ (line 37) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 39) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 40) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/aioble/peripheral.pyi function _peripheral_irq (line 29) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 30) | def _peripheral_shutdown() -> None: ... function _append (line 31) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 32) | async def advertise( FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/aioble/security.pyi function load_secrets (line 23) | def load_secrets(path: Incomplete | None = None) -> None: ... function _save_secrets (line 24) | def _save_secrets(arg: Incomplete | None = None) -> None: ... function _security_irq (line 25) | def _security_irq(event, data): ... function _security_shutdown (line 26) | def _security_shutdown() -> None: ... function pair (line 27) | async def pair(connection, bond: bool = True, le_secure: bool = True, mi... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/aioble/server.pyi function _server_irq (line 32) | def _server_irq(event, data): ... function _server_shutdown (line 33) | def _server_shutdown() -> None: ... class Service (line 35) | class Service: method __init__ (line 38) | def __init__(self, uuid) -> None: ... method _tuple (line 39) | def _tuple(self): ... class BaseCharacteristic (line 41) | class BaseCharacteristic: method _register (line 44) | def _register(self, value_handle) -> None: ... method read (line 45) | def read(self): ... method write (line 46) | def write(self, data, send_update: bool = False) -> None: ... method _init_capture (line 48) | def _init_capture() -> None: ... method _run_capture_task (line 50) | async def _run_capture_task() -> None: ... method written (line 52) | async def written(self, timeout_ms: Incomplete | None = None): ... method on_read (line 53) | def on_read(self, connection): ... method _remote_write (line 54) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 55) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 57) | class Characteristic(BaseCharacteristic): method __init__ (line 68) | def __init__( method _tuple (line 80) | def _tuple(self): ... method notify (line 81) | def notify(self, connection, data: Incomplete | None = None) -> None: ... method indicate (line 82) | async def indicate(self, connection, data: Incomplete | None = None, t... method _indicate_done (line 83) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 85) | class BufferedCharacteristic(Characteristic): method __init__ (line 88) | def __init__(self, *args, max_len: int = 20, append: bool = False, **k... method _register (line 89) | def _register(self, value_handle) -> None: ... class Descriptor (line 91) | class Descriptor(BaseCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, uuid, read: bool = False, write: bo... method _tuple (line 99) | def _tuple(self): ... function register_services (line 101) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 32) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gatts_read (line 65) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method gatts_set_buffer (line 72) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_register_services (line 85) | def gatts_register_services(self, services_definition: tuple[_Service,... method gattc_write (line 148) | def gattc_write( method gatts_notify (line 175) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_indicate (line 190) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method l2cap_send (line 208) | def l2cap_send(self, conn_handle: memoryview, cid: memoryview, /) -> b... method l2cap_listen (line 224) | def l2cap_listen(self, psm: memoryview, mtu: memoryview, /) -> None: method gatts_write (line 241) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method l2cap_recvinto (line 251) | def l2cap_recvinto(self, conn_handle: memoryview, cid: memoryview, buf... method irq (line 271) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method l2cap_disconnect (line 465) | def l2cap_disconnect(self, conn_handle: memoryview, cid: memoryview, /... method l2cap_connect (line 472) | def l2cap_connect(self, conn_handle: memoryview, psm: memoryview, mtu:... method gap_connect (line 484) | def gap_connect( method gap_pair (line 516) | def gap_pair(self, conn_handle: memoryview, /) -> None: method gap_disconnect (line 527) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method active (line 543) | def active(self) -> bool: method active (line 552) | def active(self, active: bool, /) -> None: method active (line 561) | def active(self) -> bool: method active (line 570) | def active(self, active: bool, /) -> None: method gap_advertise (line 578) | def gap_advertise( method config (line 604) | def config(self, param: str, /) -> Any: method config (line 668) | def config(self, **kwargs) -> None: method config (line 732) | def config(self, param: str, /) -> Any: method config (line 796) | def config(self, **kwargs) -> None: method gattc_read (line 859) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_discover_services (line 869) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gap_passkey (line 880) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gattc_exchange_mtu (line 898) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gap_scan (line 912) | def gap_scan( method gattc_discover_descriptors (line 955) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method gattc_discover_characteristics (line 964) | def gattc_discover_characteristics( method __init__ (line 986) | def __init__(self) -> None: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/cbor2/_decoder.pyi class CBORDecodeError (line 3) | class CBORDecodeError(Exception): class CBORSimpleValue (line 8) | class CBORSimpleValue: method __init__ (line 15) | def __init__(self, value) -> None: ... method __eq__ (line 16) | def __eq__(self, other): ... method __repr__ (line 17) | def __repr__(self) -> str: ... function decode_uint (line 19) | def decode_uint(decoder, subtype, allow_indefinite: bool = False): ... function decode_negint (line 20) | def decode_negint(decoder, subtype): ... function decode_bytestring (line 21) | def decode_bytestring(decoder, subtype): ... function decode_string (line 22) | def decode_string(decoder, subtype): ... function decode_array (line 23) | def decode_array(decoder, subtype): ... function decode_map (line 24) | def decode_map(decoder, subtype): ... function decode_special (line 25) | def decode_special(decoder, subtype): ... function decode_simple_value (line 26) | def decode_simple_value(decoder): ... function decode_float16 (line 27) | def decode_float16(decoder) -> None: ... function decode_float32 (line 28) | def decode_float32(decoder): ... function decode_float64 (line 29) | def decode_float64(decoder): ... class CBORDecoder (line 34) | class CBORDecoder: method __init__ (line 40) | def __init__(self, fp) -> None: ... method read (line 41) | def read(self, amount): method decode (line 47) | def decode(self): function loads (line 53) | def loads(payload, **kwargs): function load (line 61) | def load(fp, **kwargs): FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/cbor2/_encoder.pyi class CBOREncodeError (line 3) | class CBOREncodeError(Exception): function encode_length (line 6) | def encode_length(major_tag, length): ... function encode_semantic (line 7) | def encode_semantic(encoder, tag, value) -> None: ... function encode_float (line 8) | def encode_float(encoder, value) -> None: ... function encode_int (line 9) | def encode_int(encoder, value) -> None: ... function encode_bytestring (line 10) | def encode_bytestring(encoder, value) -> None: ... function encode_bytearray (line 11) | def encode_bytearray(encoder, value) -> None: ... function encode_string (line 12) | def encode_string(encoder, value) -> None: ... function encode_map (line 13) | def encode_map(encoder, value) -> None: ... function encode_array (line 14) | def encode_array(encoder, value) -> None: ... function encode_boolean (line 15) | def encode_boolean(encoder, value) -> None: ... function encode_none (line 16) | def encode_none(encoder, value) -> None: ... class CBOREncoder (line 20) | class CBOREncoder: method __init__ (line 26) | def __init__(self, fp) -> None: ... method _find_encoder (line 27) | def _find_encoder(self, obj): ... method write (line 28) | def write(self, data) -> None: method encode (line 34) | def encode(self, obj) -> None: function dumps (line 40) | def dumps(obj, **kwargs): function dump (line 49) | def dump(obj, fp, **kwargs) -> None: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/espflash.pyi class ESPFlash (line 21) | class ESPFlash: method __init__ (line 28) | def __init__(self, reset, gpio0, uart, log_enabled: bool = False) -> N... method _log (line 29) | def _log(self, data, out: bool = True) -> None: ... method _uart_drain (line 30) | def _uart_drain(self) -> None: ... method _read_reg (line 31) | def _read_reg(self, addr): ... method _write_reg (line 32) | def _write_reg(self, addr, data, mask: int = 4294967295, delay: int = ... method _poll_reg (line 33) | def _poll_reg(self, addr, flag, retry: int = 10, delay: float = 0.05) ... method _write_slip (line 34) | def _write_slip(self, pkt) -> None: ... method _read_slip (line 35) | def _read_slip(self): ... method _strerror (line 36) | def _strerror(self, err): ... method _checksum (line 37) | def _checksum(self, data): ... method _command (line 38) | def _command(self, cmd, payload: bytes = b"", checksum: int = 0): ... method set_baudrate (line 39) | def set_baudrate(self, baudrate, timeout: int = 350) -> None: ... method bootloader (line 40) | def bootloader(self, retry: int = 6): ... method flash_read_size (line 41) | def flash_read_size(self): ... method flash_attach (line 42) | def flash_attach(self) -> None: ... method flash_config (line 43) | def flash_config(self, flash_size=...) -> None: ... method flash_write_file (line 44) | def flash_write_file(self, path, blksize: int = 4096) -> None: ... method flash_verify_file (line 45) | def flash_verify_file(self, path, digest: Incomplete | None = None, of... method reboot (line 46) | def reboot(self) -> None: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/logging.pyi class LogRecord (line 17) | class LogRecord: method set (line 25) | def set(self, name, level, message) -> None: ... class Handler (line 27) | class Handler: method __init__ (line 30) | def __init__(self, level=...) -> None: ... method close (line 31) | def close(self) -> None: ... method setLevel (line 32) | def setLevel(self, level) -> None: ... method setFormatter (line 33) | def setFormatter(self, formatter) -> None: ... method format (line 34) | def format(self, record): ... class StreamHandler (line 36) | class StreamHandler(Handler): method __init__ (line 39) | def __init__(self, stream: Incomplete | None = None) -> None: ... method close (line 40) | def close(self) -> None: ... method emit (line 41) | def emit(self, record) -> None: ... class FileHandler (line 43) | class FileHandler(StreamHandler): method __init__ (line 44) | def __init__(self, filename, mode: str = "a", encoding: str = "UTF-8")... method close (line 45) | def close(self) -> None: ... class Formatter (line 47) | class Formatter: method __init__ (line 50) | def __init__(self, fmt: Incomplete | None = None, datefmt: Incomplete ... method usesTime (line 51) | def usesTime(self): ... method formatTime (line 52) | def formatTime(self, datefmt, record): ... method format (line 53) | def format(self, record): ... class Logger (line 55) | class Logger: method __init__ (line 60) | def __init__(self, name, level=...) -> None: ... method setLevel (line 61) | def setLevel(self, level) -> None: ... method isEnabledFor (line 62) | def isEnabledFor(self, level): ... method getEffectiveLevel (line 63) | def getEffectiveLevel(self): ... method log (line 64) | def log(self, level, msg, *args) -> None: ... method debug (line 65) | def debug(self, msg, *args) -> None: ... method info (line 66) | def info(self, msg, *args) -> None: ... method warning (line 67) | def warning(self, msg, *args) -> None: ... method error (line 68) | def error(self, msg, *args) -> None: ... method critical (line 69) | def critical(self, msg, *args) -> None: ... method exception (line 70) | def exception(self, msg, *args, exc_info: bool = True) -> None: ... method addHandler (line 71) | def addHandler(self, handler) -> None: ... method hasHandlers (line 72) | def hasHandlers(self): ... function getLogger (line 74) | def getLogger(name: Incomplete | None = None): ... function log (line 75) | def log(level, msg, *args) -> None: ... function debug (line 76) | def debug(msg, *args) -> None: ... function info (line 77) | def info(msg, *args) -> None: ... function warning (line 78) | def warning(msg, *args) -> None: ... function error (line 79) | def error(msg, *args) -> None: ... function critical (line 80) | def critical(msg, *args) -> None: ... function exception (line 81) | def exception(msg, *args) -> None: ... function shutdown (line 82) | def shutdown() -> None: ... function addLevelName (line 83) | def addLevelName(level, name) -> None: ... function basicConfig (line 84) | def basicConfig( FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/lsm6dsox.pyi class LSM6DSOX (line 25) | class LSM6DSOX: method __init__ (line 33) | def __init__( method _read_reg (line 52) | def _read_reg(self, reg, size: int = 1): ... method _write_reg (line 53) | def _write_reg(self, reg, val) -> None: ... method _read_reg_into (line 54) | def _read_reg_into(self, reg, buf) -> None: ... method reset (line 55) | def reset(self) -> None: ... method set_mem_bank (line 56) | def set_mem_bank(self, bank) -> None: ... method set_embedded_functions (line 57) | def set_embedded_functions(self, enable, emb_ab: Incomplete | None = N... method load_mlc (line 58) | def load_mlc(self, ucf) -> None: ... method mlc_output (line 59) | def mlc_output(self): ... method gyro (line 60) | def gyro(self): method accel (line 63) | def accel(self): FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 143) | def soft_reset() -> NoReturn: function reset (line 151) | def reset() -> NoReturn: function freq (line 159) | def freq() -> int: function freq (line 167) | def freq(hz: int, /) -> None: function freq (line 175) | def freq(self) -> int: function freq (line 183) | def freq( function reset_cause (line 194) | def reset_cause() -> int: function idle (line 200) | def idle() -> None: function time_pulse_us (line 215) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 234) | def lightsleep() -> None: function lightsleep (line 259) | def lightsleep(time_ms: int, /) -> None: function unique_id (line 283) | def unique_id() -> bytes: class Pin (line 292) | class Pin: method low (line 355) | def low(self) -> None: method irq (line 363) | def irq( method toggle (line 417) | def toggle(self) -> Incomplete: method off (line 425) | def off(self) -> None: method on (line 431) | def on(self) -> None: method init (line 437) | def init( method value (line 456) | def value(self) -> int: method value (line 490) | def value(self, x: Any, /) -> None: method high (line 523) | def high(self) -> None: class cpu (line 531) | class cpu: method __init__ (line 569) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 571) | class board: method __init__ (line 612) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 614) | def __init__( method __call__ (line 689) | def __call__(self) -> int: method __call__ (line 697) | def __call__(self, x: Any, /) -> None: method mode (line 705) | def mode(self) -> int: method mode (line 714) | def mode(self, mode: int, /) -> None: method pull (line 723) | def pull(self) -> int: method pull (line 732) | def pull(self, pull: int, /) -> None: method drive (line 741) | def drive(self, drive: int, /) -> None: method drive (line 751) | def drive(self, /) -> int: class PWM (line 763) | class PWM: method duty_u16 (line 815) | def duty_u16(self) -> int: method duty_u16 (line 827) | def duty_u16( method freq (line 843) | def freq(self) -> int: method freq (line 854) | def freq( method init (line 868) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 876) | def duty_ns(self) -> int: method duty_ns (line 886) | def duty_ns( method deinit (line 899) | def deinit(self) -> None: method __init__ (line 905) | def __init__( class ADC (line 930) | class ADC: method read_u16 (line 956) | def read_u16(self) -> int: method __init__ (line 964) | def __init__(self, pin: PinLike, /) -> None: class I2C (line 975) | class I2C: method readfrom_mem_into (line 1012) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1024) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1034) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1043) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1054) | def scan(self) -> List: method writeto (line 1062) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1072) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1088) | def start(self) -> None: method readfrom (line 1094) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1102) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1113) | def init(self, *, freq: int = 400_000) -> None: method init (line 1127) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1140) | def stop(self) -> None: method write (line 1146) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1155) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1172) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1189) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2S (line 1202) | class I2S: method shift (line 1278) | def shift( method init (line 1291) | def init( method irq (line 1308) | def irq( method readinto (line 1320) | def readinto( method deinit (line 1333) | def deinit(self) -> None: method write (line 1339) | def write( method __init__ (line 1352) | def __init__( class WDT (line 1394) | class WDT: method feed (line 1410) | def feed(self) -> None: method __init__ (line 1418) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1427) | class RTC: method datetime (line 1444) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1461) | def __init__(self, id: int = 0): method __init__ (line 1467) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1475) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1483) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1491) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1499) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1507) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1515) | def init(self) -> None: method init (line 1523) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1531) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1539) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1547) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1555) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1563) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1571) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1579) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1587) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1595) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1603) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1611) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1619) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1626) | class Timer: method init (line 1653) | def init( method init (line 1661) | def init( method init (line 1669) | def init( method deinit (line 1715) | def deinit(self) -> None: method __init__ (line 1722) | def __init__(self, id: int, /): method __init__ (line 1732) | def __init__( method __init__ (line 1750) | def __init__( method __init__ (line 1768) | def __init__( class UART (line 1785) | class UART: method irq (line 1826) | def irq( method sendbreak (line 1863) | def sendbreak(self) -> None: method deinit (line 1870) | def deinit(self) -> None: method init (line 1881) | def init( method init (line 1950) | def init( method init (line 2013) | def init( method flush (line 2075) | def flush(self) -> Incomplete: method txdone (line 2090) | def txdone(self) -> bool: method read (line 2106) | def read(self) -> bytes | None: method read (line 2117) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2127) | def any(self) -> int: method write (line 2142) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2151) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2162) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2172) | def readline(self) -> Union[str, None]: method __init__ (line 2182) | def __init__( method __init__ (line 2204) | def __init__( method __init__ (line 2220) | def __init__( class USBDevice (line 2235) | class USBDevice: method submit_xfer (line 2248) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2270) | def config( method remote_wakeup (line 2378) | def remote_wakeup(self) -> bool: method stall (line 2387) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2408) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC_MSC (line 2429) | class BUILTIN_CDC_MSC: method __init__ (line 2437) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2439) | class BUILTIN_NONE: method __init__ (line 2445) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2447) | class BUILTIN_DEFAULT: method __init__ (line 2455) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2457) | def __init__(self) -> None: ... class SoftSPI (line 2459) | class SoftSPI(SPI): method deinit (line 2468) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2469) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2470) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2471) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2472) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2473) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2474) | def __init__( class SPI (line 2487) | class SPI: method deinit (line 2544) | def deinit(self) -> None: method init (line 2551) | def init( method init (line 2586) | def init( method write_readinto (line 2618) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2629) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2637) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2646) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2657) | def __init__(self, id: int, /): method __init__ (line 2670) | def __init__( method __init__ (line 2696) | def __init__( class Signal (line 2719) | class Signal(Pin): method off (line 2789) | def off(self) -> None: method on (line 2795) | def on(self) -> None: method value (line 2802) | def value(self) -> int: method value (line 2822) | def value(self, x: Any, /) -> None: method __init__ (line 2842) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2862) | def __init__( class SoftI2C (line 2892) | class SoftI2C(I2C): method readfrom_mem_into (line 2905) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2906) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2907) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2908) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2909) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2910) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2911) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2912) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2913) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2914) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2915) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2916) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2917) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2918) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2920) | class SDCard: method readblocks (line 2922) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2932) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2942) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2953) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/mip/__init__.pyi function _ensure_path_exists (line 7) | def _ensure_path_exists(path) -> None: ... function _chunk (line 8) | def _chunk(src, dest) -> None: ... function _check_exists (line 9) | def _check_exists(path, short_hash): ... function _rewrite_url (line 10) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 11) | def _download_file(url, dest): ... function _install_json (line 12) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 13) | def _install_package(package, index, target, version, mpy): ... function install (line 14) | def install( FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/network.pyi function hostname (line 55) | def hostname(*args, **kwargs) -> Incomplete: ... function ipconfig (line 56) | def ipconfig(*args, **kwargs) -> Incomplete: ... function route (line 57) | def route(*args, **kwargs) -> Incomplete: ... function country (line 58) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 60) | class WLAN: method ipconfig (line 83) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 84) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method status (line 86) | def status(self) -> int: method status (line 105) | def status(self, param: str, /) -> int: method isconnected (line 123) | def isconnected(self) -> bool: method scan (line 131) | def scan(self) -> List[Tuple]: method config (line 161) | def config(self, param: str, /) -> Any: method config (line 196) | def config(self, **kwargs: Any) -> None: method active (line 231) | def active(self, /) -> bool: method active (line 239) | def active(self, is_active: bool | int, /) -> None: method ifconfig (line 247) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 258) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method connect (line 268) | def connect( method disconnect (line 284) | def disconnect(self) -> None: method __init__ (line 290) | def __init__(self, interface_id: int, /) -> None: class LAN (line 299) | class LAN: method active (line 301) | def active(self, /) -> bool: method active (line 309) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 316) | class WLANWiPy: method __init__ (line 318) | def __init__(self, id: int = 0, /): method __init__ (line 332) | def __init__( method mode (line 356) | def mode(self) -> int: method mode (line 362) | def mode(self, mode: int, /) -> None: method ssid (line 368) | def ssid(self) -> str: method ssid (line 374) | def ssid(self, ssid: str, /) -> None: method auth (line 380) | def auth(self) -> int: method auth (line 386) | def auth(self, auth: int, /) -> None: method channel (line 392) | def channel(self) -> int: method channel (line 398) | def channel(self, channel: int, /) -> None: method antenna (line 404) | def antenna(self) -> int: method antenna (line 410) | def antenna(self, antenna: int, /) -> None: method mac (line 416) | def mac(self) -> bytes: method mac (line 422) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 427) | class AbstractNIC: method active (line 430) | def active(self, /) -> bool: method active (line 441) | def active(self, is_active: bool | int, /) -> None: method connect (line 452) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 471) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 490) | def status(self) -> Any: method status (line 508) | def status(self, param: str, /) -> Any: method ifconfig (line 526) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 540) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 554) | def config(self, param: str, /) -> Any: method config (line 573) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/rp2/__init__.pyi function asm_pio_encode (line 67) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function asm_pio (line 77) | def asm_pio( function bootsel_button (line 126) | def bootsel_button() -> int: function const (line 139) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 141) | class PIOASMEmit: method in_ (line 151) | def in_(self, src: int, data) -> PIOASMEmit: method side (line 184) | def side(self, value: int): method out (line 197) | def out(self, destination: int, bit_count: int) -> PIOASMEmit: method jmp (line 235) | def jmp(self, condition, label: Incomplete | None = ...) -> PIOASMEmit: method start_pass (line 270) | def start_pass(self, pass_) -> None: method wrap (line 277) | def wrap(self) -> None: method word (line 288) | def word(self, instr, label: Incomplete | None = ...) -> PIOASMEmit: method wait (line 296) | def wait(self, polarity: int, src: int, index: int, /) -> PIOASMEmit: method wrap_target (line 331) | def wrap_target(self) -> None: method delay (line 340) | def delay(self, delay: int): method label (line 347) | def label(self, label: str) -> None: method irq (line 362) | def irq(self, mod, index: Incomplete | None = ...) -> PIOASMEmit: method set (line 381) | def set(self, destination: int, data) -> PIOASMEmit: method mov (line 405) | def mov(self, dest, src, operation: int | None = None) -> PIOASMEmit: method push (line 451) | def push(self, value: int = ..., value2: int = ...) -> PIOASMEmit: method pull (line 470) | def pull(self, block: int = block, timeout: int = 0) -> PIOASMEmit: method nop (line 496) | def nop(self) -> PIOASMEmit: method __init__ (line 504) | def __init__( method __getitem__ (line 519) | def __getitem__(self, key): ... method __getitem__ (line 521) | def __getitem__(self, key: int): ... method __getitem__ (line 523) | def __getitem__(self, key): ... method __getitem__ (line 525) | def __getitem__(self, key: int): ... class PIOASMError (line 527) | class PIOASMError(Exception): ... class PIO (line 529) | class PIO: method state_machine (line 550) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 562) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 572) | def irq( method add_program (line 587) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 597) | def __init__(self, id) -> None: ... class StateMachine (line 599) | class StateMachine: method irq (line 609) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 617) | def put(self, value, shift=0): method restart (line 633) | def restart(self) -> None: method rx_fifo (line 648) | def rx_fifo(self) -> int: method tx_fifo (line 658) | def tx_fifo(self) -> int: method init (line 668) | def init( method exec (line 716) | def exec(self, instr) -> None: method get (line 732) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 744) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 755) | def __init__( class DMA (line 771) | class DMA: method irq (line 776) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 782) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 797) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 856) | def close(self) -> None: method config (line 863) | def config( method active (line 891) | def active(self, value: Any | None = None) -> bool: method __init__ (line 902) | def __init__( class Flash (line 911) | class Flash(AbstractBlockDev): method readblocks (line 917) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 927) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 937) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 948) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 963) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 966) | def ioctl(self, op: int) -> int | None: method __init__ (line 973) | def __init__(self) -> None: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> PIOASMEmit: function side (line 121) | def side(value: int) -> PIOASMEmit: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> PIOASMEmit: function nop (line 178) | def nop() -> PIOASMEmit: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> PIOASMEmit: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> PIOASMEmit: function in_ (line 256) | def in_(src, data) -> PIOASMEmit: function out (line 289) | def out(destination: int, bit_count: int) -> PIOASMEmit: function push (line 327) | def push(value: int = ..., value2: int = ...) -> PIOASMEmit: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> PIOASMEmit: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> PIOASMEmit: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> PIOASMEmit: function set (line 438) | def set(destination, data) -> PIOASMEmit: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/senml/senml_base.pyi class SenmlBase (line 1) | class SenmlBase: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/senml/senml_pack.pyi class SenmlPackIterator (line 5) | class SenmlPackIterator: method __init__ (line 10) | def __init__(self, list) -> None: ... method __iter__ (line 11) | def __iter__(self): ... method __next__ (line 12) | def __next__(self): ... class SenmlPack (line 14) | class SenmlPack(SenmlBase): method __init__ (line 30) | def __init__(self, name, callback: Incomplete | None = None) -> None: method __iter__ (line 36) | def __iter__(self): ... method __enter__ (line 37) | def __enter__(self): method __exit__ (line 43) | def __exit__(self, exc_type: type[BaseException] | None, exc_val: Base... method base_value (line 50) | def base_value(self): method base_value (line 57) | def base_value(self, value) -> None: method base_sum (line 65) | def base_sum(self): method base_sum (line 72) | def base_sum(self, value) -> None: method base_time (line 80) | def base_time(self): ... method base_time (line 82) | def base_time(self, value) -> None: ... method _check_value_type (line 83) | def _check_value_type(self, value, field_name) -> None: method from_json (line 89) | def from_json(self, data) -> None: method _process_incomming_data (line 96) | def _process_incomming_data(self, records, naming_map) -> None: method do_actuate (line 104) | def do_actuate(self, raw, naming_map, device: Incomplete | None = None... method to_json (line 114) | def to_json(self): method _build_rec_dict (line 120) | def _build_rec_dict(self, naming_map, appendTo) -> None: method from_cbor (line 128) | def from_cbor(self, data) -> None: method to_cbor (line 135) | def to_cbor(self): method add (line 141) | def add(self, item) -> None: method remove (line 148) | def remove(self, item) -> None: method clear (line 155) | def clear(self) -> None: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/senml/senml_record.pyi class SenmlRecord (line 4) | class SenmlRecord(SenmlBase): method __init__ (line 16) | def __init__(self, name, **kwargs) -> None: method __enter__ (line 29) | def __enter__(self): method __exit__ (line 35) | def __exit__(self, exc_type: type[BaseException] | None, exc_val: Base... method _check_value_type (line 41) | def _check_value_type(self, value) -> None: method _check_number_type (line 47) | def _check_number_type(self, value, field_name) -> None: method value (line 54) | def value(self): method value (line 58) | def value(self, value) -> None: method time (line 66) | def time(self): ... method time (line 68) | def time(self, value) -> None: ... method update_time (line 70) | def update_time(self): ... method update_time (line 72) | def update_time(self, value) -> None: ... method sum (line 74) | def sum(self): ... method sum (line 76) | def sum(self, value) -> None: ... method _parent (line 78) | def _parent(self): method _parent (line 86) | def _parent(self, value) -> None: method _build_rec_dict (line 93) | def _build_rec_dict(self, naming_map, appendTo) -> None: method _from_raw (line 101) | def _from_raw(self, raw, naming_map) -> None: method do_actuate (line 109) | def do_actuate(self, raw, naming_map) -> None: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/senml/senml_unit.pyi function enum (line 3) | def enum(**enums): ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/socket.pyi function getaddrinfo (line 93) | def getaddrinfo( class socket (line 143) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 160) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 168) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 188) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 207) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 216) | def settimeout(self, value: float | None, /) -> None: method sendall (line 252) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 265) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 273) | def setblocking(self, value: bool, /) -> None: method sendto (line 285) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 292) | def readline(self) -> bytes: method readinto (line 301) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 311) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 321) | def read(self) -> bytes: method read (line 331) | def read(self, size: int, /) -> bytes: method close (line 340) | def close(self) -> None: method connect (line 351) | def connect(self, address: _Address | bytes, /) -> None: method send (line 357) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 365) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 371) | def accept(self) -> Tuple: method write (line 380) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 391) | def __init__( FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/ssl.pyi class SSLContext (line 20) | class SSLContext: method __init__ (line 27) | def __init__(self, *args) -> None: ... method verify_mode (line 29) | def verify_mode(self): ... method verify_mode (line 31) | def verify_mode(self, val) -> None: ... method load_cert_chain (line 33) | def load_cert_chain(self, certfile, keyfile) -> None: method load_cert_chain (line 48) | def load_cert_chain(self, certfile, keyfile) -> None: method load_verify_locations (line 62) | def load_verify_locations(self, cafile: Incomplete | None = None, cada... method wrap_socket (line 70) | def wrap_socket( function wrap_socket (line 97) | def wrap_socket( class SSLSocket (line 126) | class SSLSocket: method read (line 132) | def read(self, *argv, **kwargs) -> Incomplete: ... method readinto (line 134) | def readinto(self, *argv, **kwargs) -> Incomplete: ... method readline (line 136) | def readline(self, *argv, **kwargs) -> Incomplete: ... method write (line 138) | def write(self, *argv, **kwargs) -> Incomplete: ... method setblocking (line 140) | def setblocking(self, *argv, **kwargs) -> Incomplete: ... method close (line 142) | def close(self, *argv, **kwargs) -> Incomplete: ... method __del__ (line 145) | def __del__(self, *argv, **kwargs) -> Incomplete: ... method ioctl (line 149) | def ioctl(self, *argv, **kwargs) -> Incomplete: ... method getpeercert (line 153) | def getpeercert(self, *argv, **kwargs) -> Incomplete: ... method cipher (line 156) | def cipher(self, *argv, **kwargs) -> Incomplete: ... method recv (line 159) | def recv(self, *argv, **kwargs) -> Incomplete: ... method recv_into (line 161) | def recv_into(self, *argv, **kwargs) -> Incomplete: ... method send (line 163) | def send(self, *argv, **kwargs) -> Incomplete: ... method sendall (line 165) | def sendall(self, *argv, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_ms (line 118) | def ticks_ms() -> int: function ticks_cpu (line 142) | def ticks_cpu() -> _TicksCPU: function ticks_add (line 157) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 184) | def time_ns() -> int: function ticks_us (line 191) | def ticks_us() -> _TicksUs: function time (line 197) | def time() -> int: function strftime (line 225) | def strftime(*args, **kwargs) -> Incomplete: ... function gmtime (line 226) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 248) | def localtime(secs: int | None = None, /) -> Tuple: function const (line 270) | def const(*args, **kwargs) -> Incomplete: ... function sleep_us (line 271) | def sleep_us(us: int, /) -> None: function sleep_ms (line 281) | def sleep_ms(ms: int, /) -> None: function mktime (line 292) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 300) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 12) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/uhashlib.pyi class sha1 (line 10) | class sha1: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 15) | class sha256: method digest (line 16) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 17) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 20) | class md5: method digest (line 21) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 22) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_24_1-rp2-arduino_nano_rp2040_connect-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 32) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 143) | def soft_reset() -> NoReturn: function reset (line 151) | def reset() -> NoReturn: function freq (line 159) | def freq() -> int: function freq (line 167) | def freq(hz: int, /) -> None: function freq (line 175) | def freq(self) -> int: function freq (line 183) | def freq( function reset_cause (line 194) | def reset_cause() -> int: function idle (line 200) | def idle() -> None: function time_pulse_us (line 215) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 234) | def lightsleep() -> None: function lightsleep (line 259) | def lightsleep(time_ms: int, /) -> None: function unique_id (line 283) | def unique_id() -> bytes: class Pin (line 292) | class Pin: method low (line 355) | def low(self) -> None: method irq (line 363) | def irq( method toggle (line 417) | def toggle(self) -> Incomplete: method off (line 425) | def off(self) -> None: method on (line 431) | def on(self) -> None: method init (line 437) | def init( method value (line 456) | def value(self) -> int: method value (line 490) | def value(self, x: Any, /) -> None: method high (line 523) | def high(self) -> None: class cpu (line 531) | class cpu: method __init__ (line 562) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 564) | class board: method __init__ (line 593) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 595) | def __init__( method __call__ (line 670) | def __call__(self) -> int: method __call__ (line 678) | def __call__(self, x: Any, /) -> None: method mode (line 686) | def mode(self) -> int: method mode (line 695) | def mode(self, mode: int, /) -> None: method pull (line 704) | def pull(self) -> int: method pull (line 713) | def pull(self, pull: int, /) -> None: method drive (line 722) | def drive(self, drive: int, /) -> None: method drive (line 732) | def drive(self, /) -> int: class PWM (line 744) | class PWM: method duty_u16 (line 796) | def duty_u16(self) -> int: method duty_u16 (line 808) | def duty_u16( method freq (line 824) | def freq(self) -> int: method freq (line 835) | def freq( method init (line 849) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 857) | def duty_ns(self) -> int: method duty_ns (line 867) | def duty_ns( method deinit (line 880) | def deinit(self) -> None: method __init__ (line 886) | def __init__( class ADC (line 911) | class ADC: method read_u16 (line 937) | def read_u16(self) -> int: method __init__ (line 945) | def __init__(self, pin: PinLike, /) -> None: class I2C (line 956) | class I2C: method readfrom_mem_into (line 993) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1005) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1015) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1024) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1035) | def scan(self) -> List: method writeto (line 1043) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1053) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1069) | def start(self) -> None: method readfrom (line 1075) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1083) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1094) | def init(self, *, freq: int = 400_000) -> None: method init (line 1108) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1121) | def stop(self) -> None: method write (line 1127) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1136) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1153) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1170) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2S (line 1183) | class I2S: method shift (line 1259) | def shift( method init (line 1272) | def init( method irq (line 1289) | def irq( method readinto (line 1301) | def readinto( method deinit (line 1314) | def deinit(self) -> None: method write (line 1320) | def write( method __init__ (line 1333) | def __init__( class WDT (line 1375) | class WDT: method feed (line 1391) | def feed(self) -> None: method __init__ (line 1399) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1408) | class RTC: method datetime (line 1425) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1442) | def __init__(self, id: int = 0): method __init__ (line 1448) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1456) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1464) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1472) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1480) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1488) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1496) | def init(self) -> None: method init (line 1504) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1512) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1520) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1528) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1536) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1544) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1552) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1560) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1568) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1576) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1584) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1592) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1600) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1607) | class Timer: method init (line 1634) | def init( method init (line 1642) | def init( method init (line 1650) | def init( method deinit (line 1696) | def deinit(self) -> None: method __init__ (line 1703) | def __init__(self, id: int, /): method __init__ (line 1713) | def __init__( method __init__ (line 1731) | def __init__( method __init__ (line 1749) | def __init__( class UART (line 1766) | class UART: method irq (line 1807) | def irq( method sendbreak (line 1844) | def sendbreak(self) -> None: method deinit (line 1851) | def deinit(self) -> None: method init (line 1862) | def init( method init (line 1931) | def init( method init (line 1994) | def init( method flush (line 2056) | def flush(self) -> Incomplete: method txdone (line 2071) | def txdone(self) -> bool: method read (line 2087) | def read(self) -> bytes | None: method read (line 2098) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2108) | def any(self) -> int: method write (line 2123) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2132) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2143) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2153) | def readline(self) -> Union[str, None]: method __init__ (line 2163) | def __init__( method __init__ (line 2185) | def __init__( method __init__ (line 2201) | def __init__( class USBDevice (line 2216) | class USBDevice: method submit_xfer (line 2229) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2251) | def config( method remote_wakeup (line 2359) | def remote_wakeup(self) -> bool: method stall (line 2368) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2389) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2410) | class BUILTIN_CDC: method __init__ (line 2418) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2420) | class BUILTIN_NONE: method __init__ (line 2426) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2428) | class BUILTIN_DEFAULT: method __init__ (line 2436) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2438) | def __init__(self) -> None: ... class SoftSPI (line 2440) | class SoftSPI(SPI): method deinit (line 2449) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2450) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2451) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2452) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2453) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2454) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2455) | def __init__( class SPI (line 2468) | class SPI: method deinit (line 2525) | def deinit(self) -> None: method init (line 2532) | def init( method init (line 2567) | def init( method write_readinto (line 2599) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2610) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2618) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2627) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2638) | def __init__(self, id: int, /): method __init__ (line 2651) | def __init__( method __init__ (line 2677) | def __init__( class Signal (line 2700) | class Signal(Pin): method off (line 2770) | def off(self) -> None: method on (line 2776) | def on(self) -> None: method value (line 2783) | def value(self) -> int: method value (line 2803) | def value(self, x: Any, /) -> None: method __init__ (line 2823) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2843) | def __init__( class SoftI2C (line 2873) | class SoftI2C(I2C): method readfrom_mem_into (line 2886) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2887) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2888) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2889) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2890) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2891) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2892) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2893) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2894) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2895) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2896) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2897) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2898) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2899) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2901) | class SDCard: method readblocks (line 2903) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2913) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2923) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2934) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/rp2/__init__.pyi function asm_pio_encode (line 67) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function asm_pio (line 77) | def asm_pio( function bootsel_button (line 126) | def bootsel_button() -> int: function const (line 139) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 141) | class PIOASMEmit: method in_ (line 151) | def in_(self, src: int, data) -> PIOASMEmit: method side (line 184) | def side(self, value: int): method out (line 197) | def out(self, destination: int, bit_count: int) -> PIOASMEmit: method jmp (line 235) | def jmp(self, condition, label: Incomplete | None = ...) -> PIOASMEmit: method start_pass (line 270) | def start_pass(self, pass_) -> None: method wrap (line 277) | def wrap(self) -> None: method word (line 288) | def word(self, instr, label: Incomplete | None = ...) -> PIOASMEmit: method wait (line 296) | def wait(self, polarity: int, src: int, index: int, /) -> PIOASMEmit: method wrap_target (line 331) | def wrap_target(self) -> None: method delay (line 340) | def delay(self, delay: int): method label (line 347) | def label(self, label: str) -> None: method irq (line 362) | def irq(self, mod, index: Incomplete | None = ...) -> PIOASMEmit: method set (line 381) | def set(self, destination: int, data) -> PIOASMEmit: method mov (line 405) | def mov(self, dest, src, operation: int | None = None) -> PIOASMEmit: method push (line 451) | def push(self, value: int = ..., value2: int = ...) -> PIOASMEmit: method pull (line 470) | def pull(self, block: int = block, timeout: int = 0) -> PIOASMEmit: method nop (line 496) | def nop(self) -> PIOASMEmit: method __init__ (line 504) | def __init__( method __getitem__ (line 519) | def __getitem__(self, key): ... method __getitem__ (line 521) | def __getitem__(self, key: int): ... method __getitem__ (line 523) | def __getitem__(self, key): ... method __getitem__ (line 525) | def __getitem__(self, key: int): ... class PIOASMError (line 527) | class PIOASMError(Exception): ... class PIO (line 529) | class PIO: method state_machine (line 550) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 562) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 572) | def irq( method add_program (line 587) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 597) | def __init__(self, id) -> None: ... class StateMachine (line 599) | class StateMachine: method irq (line 609) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 617) | def put(self, value, shift=0): method restart (line 633) | def restart(self) -> None: method rx_fifo (line 648) | def rx_fifo(self) -> int: method tx_fifo (line 658) | def tx_fifo(self) -> int: method init (line 668) | def init( method exec (line 716) | def exec(self, instr) -> None: method get (line 732) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 744) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 755) | def __init__( class DMA (line 771) | class DMA: method irq (line 776) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 782) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 797) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 856) | def close(self) -> None: method config (line 863) | def config( method active (line 891) | def active(self, value: Any | None = None) -> bool: method __init__ (line 902) | def __init__( class Flash (line 911) | class Flash(AbstractBlockDev): method readblocks (line 917) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 927) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 937) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 948) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 963) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 966) | def ioctl(self, op: int) -> int | None: method __init__ (line 973) | def __init__(self) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> PIOASMEmit: function side (line 121) | def side(value: int) -> PIOASMEmit: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> PIOASMEmit: function nop (line 178) | def nop() -> PIOASMEmit: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> PIOASMEmit: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> PIOASMEmit: function in_ (line 256) | def in_(src, data) -> PIOASMEmit: function out (line 289) | def out(destination: int, bit_count: int) -> PIOASMEmit: function push (line 327) | def push(value: int = ..., value2: int = ...) -> PIOASMEmit: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> PIOASMEmit: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> PIOASMEmit: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> PIOASMEmit: function set (line 438) | def set(destination, data) -> PIOASMEmit: FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 12) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/uhashlib.pyi class sha256 (line 10) | class sha256: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 15) | class sha1: method digest (line 16) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 17) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 32) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 143) | def soft_reset() -> NoReturn: function reset (line 151) | def reset() -> NoReturn: function freq (line 159) | def freq() -> int: function freq (line 167) | def freq(hz: int, /) -> None: function freq (line 175) | def freq(self) -> int: function freq (line 183) | def freq( function reset_cause (line 194) | def reset_cause() -> int: function idle (line 200) | def idle() -> None: function time_pulse_us (line 215) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 234) | def lightsleep() -> None: function lightsleep (line 259) | def lightsleep(time_ms: int, /) -> None: function unique_id (line 283) | def unique_id() -> bytes: class Pin (line 292) | class Pin: method low (line 355) | def low(self) -> None: method irq (line 363) | def irq( method toggle (line 417) | def toggle(self) -> Incomplete: method off (line 425) | def off(self) -> None: method on (line 431) | def on(self) -> None: method init (line 437) | def init( method value (line 456) | def value(self) -> int: method value (line 490) | def value(self, x: Any, /) -> None: method high (line 523) | def high(self) -> None: class cpu (line 531) | class cpu: method __init__ (line 562) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 564) | class board: method __init__ (line 593) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 595) | def __init__( method __call__ (line 670) | def __call__(self) -> int: method __call__ (line 678) | def __call__(self, x: Any, /) -> None: method mode (line 686) | def mode(self) -> int: method mode (line 695) | def mode(self, mode: int, /) -> None: method pull (line 704) | def pull(self) -> int: method pull (line 713) | def pull(self, pull: int, /) -> None: method drive (line 722) | def drive(self, drive: int, /) -> None: method drive (line 732) | def drive(self, /) -> int: class PWM (line 744) | class PWM: method duty_u16 (line 796) | def duty_u16(self) -> int: method duty_u16 (line 808) | def duty_u16( method freq (line 824) | def freq(self) -> int: method freq (line 835) | def freq( method init (line 849) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 857) | def duty_ns(self) -> int: method duty_ns (line 867) | def duty_ns( method deinit (line 880) | def deinit(self) -> None: method __init__ (line 886) | def __init__( class ADC (line 911) | class ADC: method read_u16 (line 937) | def read_u16(self) -> int: method __init__ (line 945) | def __init__(self, pin: PinLike, /) -> None: class I2C (line 956) | class I2C: method readfrom_mem_into (line 993) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1005) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1015) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1024) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1035) | def scan(self) -> List: method writeto (line 1043) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1053) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1069) | def start(self) -> None: method readfrom (line 1075) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1083) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1094) | def init(self, *, freq: int = 400_000) -> None: method init (line 1108) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1121) | def stop(self) -> None: method write (line 1127) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1136) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1153) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1170) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2S (line 1183) | class I2S: method shift (line 1259) | def shift( method init (line 1272) | def init( method irq (line 1289) | def irq( method readinto (line 1301) | def readinto( method deinit (line 1314) | def deinit(self) -> None: method write (line 1320) | def write( method __init__ (line 1333) | def __init__( class WDT (line 1375) | class WDT: method feed (line 1391) | def feed(self) -> None: method __init__ (line 1399) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1408) | class RTC: method datetime (line 1425) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1442) | def __init__(self, id: int = 0): method __init__ (line 1448) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1456) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1464) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1472) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1480) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1488) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1496) | def init(self) -> None: method init (line 1504) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1512) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1520) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1528) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1536) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1544) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1552) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1560) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1568) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1576) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1584) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1592) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1600) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1607) | class Timer: method init (line 1634) | def init( method init (line 1642) | def init( method init (line 1650) | def init( method deinit (line 1696) | def deinit(self) -> None: method __init__ (line 1703) | def __init__(self, id: int, /): method __init__ (line 1713) | def __init__( method __init__ (line 1731) | def __init__( method __init__ (line 1749) | def __init__( class UART (line 1766) | class UART: method irq (line 1807) | def irq( method sendbreak (line 1844) | def sendbreak(self) -> None: method deinit (line 1851) | def deinit(self) -> None: method init (line 1862) | def init( method init (line 1931) | def init( method init (line 1994) | def init( method flush (line 2056) | def flush(self) -> Incomplete: method txdone (line 2071) | def txdone(self) -> bool: method read (line 2087) | def read(self) -> bytes | None: method read (line 2098) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2108) | def any(self) -> int: method write (line 2123) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2132) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2143) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2153) | def readline(self) -> Union[str, None]: method __init__ (line 2163) | def __init__( method __init__ (line 2185) | def __init__( method __init__ (line 2201) | def __init__( class USBDevice (line 2216) | class USBDevice: method submit_xfer (line 2229) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2251) | def config( method remote_wakeup (line 2359) | def remote_wakeup(self) -> bool: method stall (line 2368) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2389) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2410) | class BUILTIN_CDC: method __init__ (line 2418) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2420) | class BUILTIN_NONE: method __init__ (line 2426) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2428) | class BUILTIN_DEFAULT: method __init__ (line 2436) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2438) | def __init__(self) -> None: ... class SoftSPI (line 2440) | class SoftSPI(SPI): method deinit (line 2449) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2450) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2451) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2452) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2453) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2454) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2455) | def __init__( class SPI (line 2468) | class SPI: method deinit (line 2525) | def deinit(self) -> None: method init (line 2532) | def init( method init (line 2567) | def init( method write_readinto (line 2599) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2610) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2618) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2627) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2638) | def __init__(self, id: int, /): method __init__ (line 2651) | def __init__( method __init__ (line 2677) | def __init__( class Signal (line 2700) | class Signal(Pin): method off (line 2770) | def off(self) -> None: method on (line 2776) | def on(self) -> None: method value (line 2783) | def value(self) -> int: method value (line 2803) | def value(self, x: Any, /) -> None: method __init__ (line 2823) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2843) | def __init__( class SoftI2C (line 2873) | class SoftI2C(I2C): method readfrom_mem_into (line 2886) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2887) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2888) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2889) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2890) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2891) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2892) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2893) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2894) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2895) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2896) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2897) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2898) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2899) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2901) | class SDCard: method readblocks (line 2903) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2913) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2923) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2934) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/rp2/__init__.pyi function asm_pio_encode (line 67) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function asm_pio (line 77) | def asm_pio( function bootsel_button (line 126) | def bootsel_button() -> int: function const (line 139) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 141) | class PIOASMEmit: method in_ (line 151) | def in_(self, src: int, data) -> PIOASMEmit: method side (line 184) | def side(self, value: int): method out (line 197) | def out(self, destination: int, bit_count: int) -> PIOASMEmit: method jmp (line 235) | def jmp(self, condition, label: Incomplete | None = ...) -> PIOASMEmit: method start_pass (line 270) | def start_pass(self, pass_) -> None: method wrap (line 277) | def wrap(self) -> None: method word (line 288) | def word(self, instr, label: Incomplete | None = ...) -> PIOASMEmit: method wait (line 296) | def wait(self, polarity: int, src: int, index: int, /) -> PIOASMEmit: method wrap_target (line 331) | def wrap_target(self) -> None: method delay (line 340) | def delay(self, delay: int): method label (line 347) | def label(self, label: str) -> None: method irq (line 362) | def irq(self, mod, index: Incomplete | None = ...) -> PIOASMEmit: method set (line 381) | def set(self, destination: int, data) -> PIOASMEmit: method mov (line 405) | def mov(self, dest, src, operation: int | None = None) -> PIOASMEmit: method push (line 451) | def push(self, value: int = ..., value2: int = ...) -> PIOASMEmit: method pull (line 470) | def pull(self, block: int = block, timeout: int = 0) -> PIOASMEmit: method nop (line 496) | def nop(self) -> PIOASMEmit: method __init__ (line 504) | def __init__( method __getitem__ (line 519) | def __getitem__(self, key): ... method __getitem__ (line 521) | def __getitem__(self, key: int): ... method __getitem__ (line 523) | def __getitem__(self, key): ... method __getitem__ (line 525) | def __getitem__(self, key: int): ... class PIOASMError (line 527) | class PIOASMError(Exception): ... class PIO (line 529) | class PIO: method state_machine (line 550) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 562) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 572) | def irq( method add_program (line 587) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 597) | def __init__(self, id) -> None: ... class StateMachine (line 599) | class StateMachine: method irq (line 609) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 617) | def put(self, value, shift=0): method restart (line 633) | def restart(self) -> None: method rx_fifo (line 648) | def rx_fifo(self) -> int: method tx_fifo (line 658) | def tx_fifo(self) -> int: method init (line 668) | def init( method exec (line 716) | def exec(self, instr) -> None: method get (line 732) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 744) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 755) | def __init__( class DMA (line 771) | class DMA: method irq (line 776) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 782) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 797) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 856) | def close(self) -> None: method config (line 863) | def config( method active (line 891) | def active(self, value: Any | None = None) -> bool: method __init__ (line 902) | def __init__( class Flash (line 911) | class Flash(AbstractBlockDev): method readblocks (line 917) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 927) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 937) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 948) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 963) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 966) | def ioctl(self, op: int) -> int | None: method __init__ (line 973) | def __init__(self) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> PIOASMEmit: function side (line 121) | def side(value: int) -> PIOASMEmit: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> PIOASMEmit: function nop (line 178) | def nop() -> PIOASMEmit: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> PIOASMEmit: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> PIOASMEmit: function in_ (line 256) | def in_(src, data) -> PIOASMEmit: function out (line 289) | def out(destination: int, bit_count: int) -> PIOASMEmit: function push (line 327) | def push(value: int = ..., value2: int = ...) -> PIOASMEmit: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> PIOASMEmit: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> PIOASMEmit: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> PIOASMEmit: function set (line 438) | def set(destination, data) -> PIOASMEmit: FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 12) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/uhashlib.pyi class sha256 (line 10) | class sha256: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 15) | class sha1: method digest (line 16) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 17) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico2-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/aioble/central.pyi function _central_irq (line 37) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 38) | def _central_shutdown() -> None: ... function _cancel_pending (line 39) | async def _cancel_pending() -> None: ... function _connect (line 40) | async def _connect(connection, timeout_ms, scan_duration_ms, min_conn_in... class ScanResult (line 42) | class ScanResult: method __init__ (line 48) | def __init__(self, device) -> None: ... method _update (line 49) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 50) | def __str__(self) -> str: ... method _decode_field (line 51) | def _decode_field(self, *adv_type) -> Generator[Incomplete]: ... method name (line 52) | def name(self): ... method services (line 53) | def services(self) -> Generator[Incomplete]: ... method manufacturer (line 54) | def manufacturer(self, filter: Incomplete | None = None) -> Generator[... class scan (line 56) | class scan: method __init__ (line 65) | def __init__( method __aenter__ (line 68) | async def __aenter__(self): ... method __aexit__ (line 69) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 70) | def __aiter__(self): ... method __anext__ (line 71) | async def __anext__(self): ... method cancel (line 72) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/aioble/client.pyi function _client_irq (line 26) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 28) | class ClientDiscover: method __init__ (line 37) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 38) | async def _start(self) -> None: ... method __aiter__ (line 39) | def __aiter__(self): ... method __anext__ (line 40) | async def __anext__(self): ... method _discover_result (line 41) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 42) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 44) | class ClientService: method __init__ (line 49) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 50) | def __str__(self) -> str: ... method characteristic (line 51) | async def characteristic(self, uuid, timeout_ms: int = 2000): ... method characteristics (line 52) | def characteristics(self, uuid: Incomplete | None = None, timeout_ms: ... method _start_discovery (line 53) | def _start_discovery(connection, uuid: Incomplete | None = None) -> No... class BaseClientCharacteristic (line 55) | class BaseClientCharacteristic: method __init__ (line 64) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 65) | def _register_with_connection(self) -> None: ... method _find (line 66) | def _find(conn_handle, value_handle): ... method _check (line 67) | def _check(self, flag) -> None: ... method read (line 68) | async def read(self, timeout_ms: int = 1000): ... method _read_result (line 69) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 70) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 71) | async def write(self, data, response: Incomplete | None = None, timeou... method _write_done (line 72) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 74) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 82) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 83) | def __str__(self) -> str: ... method _connection (line 84) | def _connection(self): ... method descriptor (line 85) | async def descriptor(self, uuid, timeout_ms: int = 2000): ... method descriptors (line 86) | def descriptors(self, timeout_ms: int = 2000): ... method _start_discovery (line 87) | def _start_discovery(service, uuid: Incomplete | None = None) -> None:... method _notified_indicated (line 88) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 89) | async def notified(self, timeout_ms: Incomplete | None = None): ... method _on_notify_indicate (line 90) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 91) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 92) | async def indicated(self, timeout_ms: Incomplete | None = None): ... method _on_indicate (line 93) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 94) | async def subscribe(self, notify: bool = True, indicate: bool = False)... class ClientDescriptor (line 96) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 99) | def __str__(self) -> str: ... method _connection (line 100) | def _connection(self): ... method _start_discovery (line 101) | def _start_discovery(characteristic, uuid: Incomplete | None = None) -... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/aioble/core.pyi function log_error (line 5) | def log_error(*args) -> None: ... function log_warn (line 6) | def log_warn(*args) -> None: ... function log_info (line 7) | def log_info(*args) -> None: ... class GattError (line 9) | class GattError(Exception): method __init__ (line 11) | def __init__(self, status) -> None: ... function ensure_active (line 13) | def ensure_active() -> None: ... function config (line 14) | def config(*args, **kwargs): ... function register_irq_handler (line 19) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 20) | def stop() -> None: ... function ble_irq (line 21) | def ble_irq(event, data): ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/aioble/device.pyi class DeviceDisconnectedError (line 7) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 9) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 11) | class DeviceTimeout: method __init__ (line 16) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 17) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 18) | def __enter__(self) -> None: ... method __exit__ (line 19) | def __exit__( class Device (line 23) | class Device: method __init__ (line 27) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 28) | def __eq__(self, rhs): ... method __hash__ (line 29) | def __hash__(self): ... method __str__ (line 30) | def __str__(self) -> str: ... method addr_hex (line 31) | def addr_hex(self): ... method connect (line 32) | async def connect( class DeviceConnection (line 40) | class DeviceConnection: method __init__ (line 57) | def __init__(self, device) -> None: ... method device_task (line 58) | async def device_task(self) -> None: ... method _run_task (line 59) | def _run_task(self) -> None: ... method disconnect (line 60) | async def disconnect(self, timeout_ms: int = 2000) -> None: ... method disconnected (line 61) | async def disconnected(self, timeout_ms: Incomplete | None = None, dis... method service (line 62) | async def service(self, uuid, timeout_ms: int = 2000): ... method services (line 63) | def services(self, uuid: Incomplete | None = None, timeout_ms: int = 2... method pair (line 64) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 65) | def is_connected(self): ... method timeout (line 66) | def timeout(self, timeout_ms): ... method exchange_mtu (line 67) | async def exchange_mtu(self, mtu: Incomplete | None = None, timeout_ms... method l2cap_accept (line 68) | async def l2cap_accept(self, psm, mtu, timeout_ms: Incomplete | None =... method l2cap_connect (line 69) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = 1000): ... method __aenter__ (line 70) | async def __aenter__(self): ... method __aexit__ (line 71) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/aioble/l2cap.pyi function _l2cap_irq (line 13) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 14) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 16) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 17) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 19) | class L2CAPChannel: method __init__ (line 28) | def __init__(self, connection) -> None: ... method _assert_connected (line 29) | def _assert_connected(self) -> None: ... method recvinto (line 30) | async def recvinto(self, buf, timeout_ms: Incomplete | None = None): ... method available (line 31) | def available(self): ... method send (line 32) | async def send(self, buf, timeout_ms: Incomplete | None = None, chunk_... method flush (line 33) | async def flush(self, timeout_ms: Incomplete | None = None) -> None: ... method disconnect (line 34) | async def disconnect(self, timeout_ms: int = 1000) -> None: ... method disconnected (line 35) | async def disconnected(self, timeout_ms: int = 1000) -> None: ... method __aenter__ (line 36) | async def __aenter__(self): ... method __aexit__ (line 37) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 39) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 40) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/aioble/peripheral.pyi function _peripheral_irq (line 29) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 30) | def _peripheral_shutdown() -> None: ... function _append (line 31) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 32) | async def advertise( FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/aioble/security.pyi function load_secrets (line 23) | def load_secrets(path: Incomplete | None = None) -> None: ... function _save_secrets (line 24) | def _save_secrets(arg: Incomplete | None = None) -> None: ... function _security_irq (line 25) | def _security_irq(event, data): ... function _security_shutdown (line 26) | def _security_shutdown() -> None: ... function pair (line 27) | async def pair(connection, bond: bool = True, le_secure: bool = True, mi... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/aioble/server.pyi function _server_irq (line 32) | def _server_irq(event, data): ... function _server_shutdown (line 33) | def _server_shutdown() -> None: ... class Service (line 35) | class Service: method __init__ (line 38) | def __init__(self, uuid) -> None: ... method _tuple (line 39) | def _tuple(self): ... class BaseCharacteristic (line 41) | class BaseCharacteristic: method _register (line 44) | def _register(self, value_handle) -> None: ... method read (line 45) | def read(self): ... method write (line 46) | def write(self, data, send_update: bool = False) -> None: ... method _init_capture (line 48) | def _init_capture() -> None: ... method _run_capture_task (line 50) | async def _run_capture_task() -> None: ... method written (line 52) | async def written(self, timeout_ms: Incomplete | None = None): ... method on_read (line 53) | def on_read(self, connection): ... method _remote_write (line 54) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 55) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 57) | class Characteristic(BaseCharacteristic): method __init__ (line 68) | def __init__( method _tuple (line 80) | def _tuple(self): ... method notify (line 81) | def notify(self, connection, data: Incomplete | None = None) -> None: ... method indicate (line 82) | async def indicate(self, connection, data: Incomplete | None = None, t... method _indicate_done (line 83) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 85) | class BufferedCharacteristic(Characteristic): method __init__ (line 88) | def __init__(self, *args, max_len: int = 20, append: bool = False, **k... method _register (line 89) | def _register(self, value_handle) -> None: ... class Descriptor (line 91) | class Descriptor(BaseCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, uuid, read: bool = False, write: bo... method _tuple (line 99) | def _tuple(self): ... function register_services (line 101) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 32) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gatts_notify (line 65) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_indicate (line 80) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_write (line 98) | def gattc_write( method gattc_read (line 125) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 135) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_read (line 149) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method gatts_write (line 156) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_set_buffer (line 166) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_register_services (line 179) | def gatts_register_services(self, services_definition: tuple[_Service,... method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_connect (line 436) | def gap_connect( method gap_advertise (line 468) | def gap_advertise( method config (line 494) | def config(self, param: str, /) -> Any: method config (line 558) | def config(self, **kwargs) -> None: method config (line 622) | def config(self, param: str, /) -> Any: method config (line 686) | def config(self, **kwargs) -> None: method active (line 750) | def active(self) -> bool: method active (line 759) | def active(self, active: bool, /) -> None: method active (line 768) | def active(self) -> bool: method active (line 777) | def active(self, active: bool, /) -> None: method gattc_discover_services (line 785) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gap_disconnect (line 796) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gattc_discover_descriptors (line 811) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method gattc_discover_characteristics (line 820) | def gattc_discover_characteristics( method gap_scan (line 842) | def gap_scan( method __init__ (line 885) | def __init__(self) -> None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/lwip.pyi function reset (line 24) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 25) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 26) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 27) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 29) | class socket: method recvfrom (line 30) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 32) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 33) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 34) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 35) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 37) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 38) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 39) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 41) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 42) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 43) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 44) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 45) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 46) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 47) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 143) | def soft_reset() -> NoReturn: function reset (line 151) | def reset() -> NoReturn: function freq (line 159) | def freq() -> int: function freq (line 167) | def freq(hz: int, /) -> None: function freq (line 175) | def freq(self) -> int: function freq (line 183) | def freq( function reset_cause (line 194) | def reset_cause() -> int: function idle (line 200) | def idle() -> None: function time_pulse_us (line 215) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 234) | def lightsleep() -> None: function lightsleep (line 259) | def lightsleep(time_ms: int, /) -> None: function unique_id (line 283) | def unique_id() -> bytes: class Pin (line 292) | class Pin: method low (line 355) | def low(self) -> None: method irq (line 363) | def irq( method toggle (line 417) | def toggle(self) -> Incomplete: method off (line 425) | def off(self) -> None: method on (line 431) | def on(self) -> None: method init (line 437) | def init( method value (line 456) | def value(self) -> int: method value (line 490) | def value(self, x: Any, /) -> None: method high (line 523) | def high(self) -> None: class cpu (line 531) | class cpu: method __init__ (line 565) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 567) | class board: method __init__ (line 598) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 600) | def __init__( method __call__ (line 675) | def __call__(self) -> int: method __call__ (line 683) | def __call__(self, x: Any, /) -> None: method mode (line 691) | def mode(self) -> int: method mode (line 700) | def mode(self, mode: int, /) -> None: method pull (line 709) | def pull(self) -> int: method pull (line 718) | def pull(self, pull: int, /) -> None: method drive (line 727) | def drive(self, drive: int, /) -> None: method drive (line 737) | def drive(self, /) -> int: class PWM (line 749) | class PWM: method duty_u16 (line 801) | def duty_u16(self) -> int: method duty_u16 (line 813) | def duty_u16( method freq (line 829) | def freq(self) -> int: method freq (line 840) | def freq( method init (line 854) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 862) | def duty_ns(self) -> int: method duty_ns (line 872) | def duty_ns( method deinit (line 885) | def deinit(self) -> None: method __init__ (line 891) | def __init__( class ADC (line 916) | class ADC: method read_u16 (line 942) | def read_u16(self) -> int: method __init__ (line 950) | def __init__(self, pin: PinLike, /) -> None: class I2C (line 961) | class I2C: method readfrom_mem_into (line 998) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1010) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1020) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1029) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1040) | def scan(self) -> List: method writeto (line 1048) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1058) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1074) | def start(self) -> None: method readfrom (line 1080) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1088) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1099) | def init(self, *, freq: int = 400_000) -> None: method init (line 1113) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1126) | def stop(self) -> None: method write (line 1132) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1141) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1158) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1175) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2S (line 1188) | class I2S: method shift (line 1264) | def shift( method init (line 1277) | def init( method irq (line 1294) | def irq( method readinto (line 1306) | def readinto( method deinit (line 1319) | def deinit(self) -> None: method write (line 1325) | def write( method __init__ (line 1338) | def __init__( class WDT (line 1380) | class WDT: method feed (line 1396) | def feed(self) -> None: method __init__ (line 1404) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1413) | class RTC: method datetime (line 1430) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1447) | def __init__(self, id: int = 0): method __init__ (line 1453) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1461) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1469) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1477) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1485) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1493) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1501) | def init(self) -> None: method init (line 1509) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1517) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1525) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1533) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1541) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1549) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1557) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1565) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1573) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1581) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1589) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1597) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1605) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1612) | class Timer: method init (line 1639) | def init( method init (line 1647) | def init( method init (line 1655) | def init( method deinit (line 1701) | def deinit(self) -> None: method __init__ (line 1708) | def __init__(self, id: int, /): method __init__ (line 1718) | def __init__( method __init__ (line 1736) | def __init__( method __init__ (line 1754) | def __init__( class UART (line 1771) | class UART: method irq (line 1812) | def irq( method sendbreak (line 1849) | def sendbreak(self) -> None: method deinit (line 1856) | def deinit(self) -> None: method init (line 1867) | def init( method init (line 1936) | def init( method init (line 1999) | def init( method flush (line 2061) | def flush(self) -> Incomplete: method txdone (line 2076) | def txdone(self) -> bool: method read (line 2092) | def read(self) -> bytes | None: method read (line 2103) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2113) | def any(self) -> int: method write (line 2128) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2137) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2148) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2158) | def readline(self) -> Union[str, None]: method __init__ (line 2168) | def __init__( method __init__ (line 2190) | def __init__( method __init__ (line 2206) | def __init__( class USBDevice (line 2221) | class USBDevice: method submit_xfer (line 2234) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2256) | def config( method remote_wakeup (line 2364) | def remote_wakeup(self) -> bool: method stall (line 2373) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2394) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2415) | class BUILTIN_CDC: method __init__ (line 2423) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2425) | class BUILTIN_NONE: method __init__ (line 2431) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2433) | class BUILTIN_DEFAULT: method __init__ (line 2441) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2443) | def __init__(self) -> None: ... class SoftSPI (line 2445) | class SoftSPI(SPI): method deinit (line 2454) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2455) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2456) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2457) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2458) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2459) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2460) | def __init__( class SPI (line 2473) | class SPI: method deinit (line 2530) | def deinit(self) -> None: method init (line 2537) | def init( method init (line 2572) | def init( method write_readinto (line 2604) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2615) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2623) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2632) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2643) | def __init__(self, id: int, /): method __init__ (line 2656) | def __init__( method __init__ (line 2682) | def __init__( class Signal (line 2705) | class Signal(Pin): method off (line 2775) | def off(self) -> None: method on (line 2781) | def on(self) -> None: method value (line 2788) | def value(self) -> int: method value (line 2808) | def value(self, x: Any, /) -> None: method __init__ (line 2828) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2848) | def __init__( class SoftI2C (line 2878) | class SoftI2C(I2C): method readfrom_mem_into (line 2891) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2892) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2893) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2894) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2895) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2896) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2897) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2898) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2899) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2900) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2901) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2902) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2903) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2904) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2906) | class SDCard: method readblocks (line 2908) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2918) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2928) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2939) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/mip/__init__.pyi function _ensure_path_exists (line 7) | def _ensure_path_exists(path) -> None: ... function _chunk (line 8) | def _chunk(src, dest) -> None: ... function _check_exists (line 9) | def _check_exists(path, short_hash): ... function _rewrite_url (line 10) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 11) | def _download_file(url, dest): ... function _install_json (line 12) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 13) | def _install_package(package, index, target, version, mpy): ... function install (line 14) | def install( FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/network.pyi function hostname (line 61) | def hostname(*args, **kwargs) -> Incomplete: ... function ipconfig (line 62) | def ipconfig(*args, **kwargs) -> Incomplete: ... function route (line 63) | def route(*args, **kwargs) -> Incomplete: ... function country (line 64) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 66) | class WLAN: method ipconfig (line 85) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method status (line 87) | def status(self) -> int: method status (line 106) | def status(self, param: str, /) -> int: method ioctl (line 124) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method send_ethernet (line 125) | def send_ethernet(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 126) | def isconnected(self) -> bool: method scan (line 134) | def scan(self) -> List[Tuple]: method config (line 164) | def config(self, param: str, /) -> Any: method config (line 199) | def config(self, **kwargs: Any) -> None: method ifconfig (line 234) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 245) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method active (line 256) | def active(self, /) -> bool: method active (line 264) | def active(self, is_active: bool | int, /) -> None: method disconnect (line 271) | def disconnect(self) -> None: method connect (line 277) | def connect( method deinit (line 293) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 294) | def __init__(self, interface_id: int, /) -> None: class LAN (line 303) | class LAN: method active (line 305) | def active(self, /) -> bool: method active (line 313) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 320) | class WLANWiPy: method __init__ (line 322) | def __init__(self, id: int = 0, /): method __init__ (line 336) | def __init__( method mode (line 360) | def mode(self) -> int: method mode (line 366) | def mode(self, mode: int, /) -> None: method ssid (line 372) | def ssid(self) -> str: method ssid (line 378) | def ssid(self, ssid: str, /) -> None: method auth (line 384) | def auth(self) -> int: method auth (line 390) | def auth(self, auth: int, /) -> None: method channel (line 396) | def channel(self) -> int: method channel (line 402) | def channel(self, channel: int, /) -> None: method antenna (line 408) | def antenna(self) -> int: method antenna (line 414) | def antenna(self, antenna: int, /) -> None: method mac (line 420) | def mac(self) -> bytes: method mac (line 426) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 431) | class AbstractNIC: method active (line 434) | def active(self, /) -> bool: method active (line 445) | def active(self, is_active: bool | int, /) -> None: method connect (line 456) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 475) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 494) | def status(self) -> Any: method status (line 512) | def status(self, param: str, /) -> Any: method ifconfig (line 530) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 544) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 558) | def config(self, param: str, /) -> Any: method config (line 577) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/rp2/__init__.pyi function asm_pio (line 67) | def asm_pio( function asm_pio_encode (line 116) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 126) | def bootsel_button() -> int: function country (line 139) | def country(*args, **kwargs) -> Incomplete: ... function const (line 140) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 142) | class PIOASMEmit: method in_ (line 152) | def in_(self, src: int, data) -> PIOASMEmit: method side (line 185) | def side(self, value: int): method out (line 198) | def out(self, destination: int, bit_count: int) -> PIOASMEmit: method jmp (line 236) | def jmp(self, condition, label: Incomplete | None = ...) -> PIOASMEmit: method start_pass (line 271) | def start_pass(self, pass_) -> None: method wrap (line 278) | def wrap(self) -> None: method word (line 289) | def word(self, instr, label: Incomplete | None = ...) -> PIOASMEmit: method wait (line 297) | def wait(self, polarity: int, src: int, index: int, /) -> PIOASMEmit: method wrap_target (line 332) | def wrap_target(self) -> None: method delay (line 341) | def delay(self, delay: int): method label (line 348) | def label(self, label: str) -> None: method irq (line 363) | def irq(self, mod, index: Incomplete | None = ...) -> PIOASMEmit: method set (line 382) | def set(self, destination: int, data) -> PIOASMEmit: method mov (line 406) | def mov(self, dest, src, operation: int | None = None) -> PIOASMEmit: method push (line 452) | def push(self, value: int = ..., value2: int = ...) -> PIOASMEmit: method pull (line 471) | def pull(self, block: int = block, timeout: int = 0) -> PIOASMEmit: method nop (line 497) | def nop(self) -> PIOASMEmit: method __init__ (line 505) | def __init__( method __getitem__ (line 520) | def __getitem__(self, key): ... method __getitem__ (line 522) | def __getitem__(self, key: int): ... method __getitem__ (line 524) | def __getitem__(self, key): ... method __getitem__ (line 526) | def __getitem__(self, key: int): ... class PIOASMError (line 528) | class PIOASMError(Exception): ... class StateMachine (line 530) | class StateMachine: method irq (line 540) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 548) | def put(self, value, shift=0): method restart (line 564) | def restart(self) -> None: method rx_fifo (line 579) | def rx_fifo(self) -> int: method tx_fifo (line 589) | def tx_fifo(self) -> int: method init (line 599) | def init( method exec (line 647) | def exec(self, instr) -> None: method get (line 663) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 675) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 686) | def __init__( class PIO (line 702) | class PIO: method state_machine (line 723) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 735) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 745) | def irq( method add_program (line 760) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 770) | def __init__(self, id) -> None: ... class DMA (line 772) | class DMA: method irq (line 777) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 783) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 798) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 857) | def close(self) -> None: method config (line 864) | def config( method active (line 892) | def active(self, value: Any | None = None) -> bool: method __init__ (line 903) | def __init__( class Flash (line 912) | class Flash(AbstractBlockDev): method readblocks (line 918) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 928) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 938) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 949) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 964) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 967) | def ioctl(self, op: int) -> int | None: method __init__ (line 974) | def __init__(self) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> PIOASMEmit: function side (line 121) | def side(value: int) -> PIOASMEmit: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> PIOASMEmit: function nop (line 178) | def nop() -> PIOASMEmit: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> PIOASMEmit: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> PIOASMEmit: function in_ (line 256) | def in_(src, data) -> PIOASMEmit: function out (line 289) | def out(destination: int, bit_count: int) -> PIOASMEmit: function push (line 327) | def push(value: int = ..., value2: int = ...) -> PIOASMEmit: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> PIOASMEmit: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> PIOASMEmit: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> PIOASMEmit: function set (line 438) | def set(destination, data) -> PIOASMEmit: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/socket.pyi function reset (line 94) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 95) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 96) | def getaddrinfo( function callback (line 146) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 148) | class socket: method recvfrom (line 157) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 165) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 173) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 193) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 212) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 221) | def settimeout(self, value: float | None, /) -> None: method sendall (line 257) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 270) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 278) | def setblocking(self, value: bool, /) -> None: method sendto (line 290) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 297) | def readline(self) -> bytes: method readinto (line 306) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 316) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 326) | def read(self) -> bytes: method read (line 336) | def read(self, size: int, /) -> bytes: method close (line 345) | def close(self) -> None: method connect (line 356) | def connect(self, address: _Address | bytes, /) -> None: method send (line 362) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 370) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 376) | def accept(self) -> Tuple: method write (line 385) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 396) | def __init__( FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/ssl.pyi class SSLContext (line 20) | class SSLContext: method __init__ (line 27) | def __init__(self, *args) -> None: ... method verify_mode (line 29) | def verify_mode(self): ... method verify_mode (line 31) | def verify_mode(self, val) -> None: ... method load_cert_chain (line 33) | def load_cert_chain(self, certfile, keyfile) -> None: method load_cert_chain (line 48) | def load_cert_chain(self, certfile, keyfile) -> None: method load_verify_locations (line 62) | def load_verify_locations(self, cafile: Incomplete | None = None, cada... method wrap_socket (line 70) | def wrap_socket( function wrap_socket (line 97) | def wrap_socket( class SSLSocket (line 126) | class SSLSocket: method read (line 132) | def read(self, *argv, **kwargs) -> Incomplete: ... method readinto (line 134) | def readinto(self, *argv, **kwargs) -> Incomplete: ... method readline (line 136) | def readline(self, *argv, **kwargs) -> Incomplete: ... method write (line 138) | def write(self, *argv, **kwargs) -> Incomplete: ... method setblocking (line 140) | def setblocking(self, *argv, **kwargs) -> Incomplete: ... method close (line 142) | def close(self, *argv, **kwargs) -> Incomplete: ... method __del__ (line 145) | def __del__(self, *argv, **kwargs) -> Incomplete: ... method ioctl (line 149) | def ioctl(self, *argv, **kwargs) -> Incomplete: ... method getpeercert (line 153) | def getpeercert(self, *argv, **kwargs) -> Incomplete: ... method cipher (line 156) | def cipher(self, *argv, **kwargs) -> Incomplete: ... method recv (line 159) | def recv(self, *argv, **kwargs) -> Incomplete: ... method recv_into (line 161) | def recv_into(self, *argv, **kwargs) -> Incomplete: ... method send (line 163) | def send(self, *argv, **kwargs) -> Incomplete: ... method sendall (line 165) | def sendall(self, *argv, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_24_1-rp2-rpi_pico_w-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-rp2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 32) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-rp2-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_24_1-rp2-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_24_1-rp2-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-rp2-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_24_1-rp2-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_24_1-rp2-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_24_1-rp2-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_24_1-rp2-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_24_1-rp2-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-rp2-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 143) | def soft_reset() -> NoReturn: function reset (line 151) | def reset() -> NoReturn: function freq (line 159) | def freq() -> int: function freq (line 167) | def freq(hz: int, /) -> None: function freq (line 175) | def freq(self) -> int: function freq (line 183) | def freq( function reset_cause (line 194) | def reset_cause() -> int: function idle (line 200) | def idle() -> None: function time_pulse_us (line 215) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 234) | def lightsleep() -> None: function lightsleep (line 259) | def lightsleep(time_ms: int, /) -> None: function unique_id (line 283) | def unique_id() -> bytes: class Pin (line 292) | class Pin: method low (line 355) | def low(self) -> None: method irq (line 363) | def irq( method toggle (line 417) | def toggle(self) -> Incomplete: method off (line 425) | def off(self) -> None: method on (line 431) | def on(self) -> None: method init (line 437) | def init( method value (line 456) | def value(self) -> int: method value (line 490) | def value(self, x: Any, /) -> None: method high (line 523) | def high(self) -> None: class cpu (line 531) | class cpu: method __init__ (line 562) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 564) | class board: method __init__ (line 593) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 595) | def __init__( method __call__ (line 670) | def __call__(self) -> int: method __call__ (line 678) | def __call__(self, x: Any, /) -> None: method mode (line 686) | def mode(self) -> int: method mode (line 695) | def mode(self, mode: int, /) -> None: method pull (line 704) | def pull(self) -> int: method pull (line 713) | def pull(self, pull: int, /) -> None: method drive (line 722) | def drive(self, drive: int, /) -> None: method drive (line 732) | def drive(self, /) -> int: class PWM (line 744) | class PWM: method duty_u16 (line 796) | def duty_u16(self) -> int: method duty_u16 (line 808) | def duty_u16( method freq (line 824) | def freq(self) -> int: method freq (line 835) | def freq( method init (line 849) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 857) | def duty_ns(self) -> int: method duty_ns (line 867) | def duty_ns( method deinit (line 880) | def deinit(self) -> None: method __init__ (line 886) | def __init__( class ADC (line 911) | class ADC: method read_u16 (line 937) | def read_u16(self) -> int: method __init__ (line 945) | def __init__(self, pin: PinLike, /) -> None: class I2C (line 956) | class I2C: method readfrom_mem_into (line 993) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1005) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1015) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1024) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1035) | def scan(self) -> List: method writeto (line 1043) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1053) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1069) | def start(self) -> None: method readfrom (line 1075) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1083) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1094) | def init(self, *, freq: int = 400_000) -> None: method init (line 1108) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1121) | def stop(self) -> None: method write (line 1127) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1136) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1153) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1170) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2S (line 1183) | class I2S: method shift (line 1259) | def shift( method init (line 1272) | def init( method irq (line 1289) | def irq( method readinto (line 1301) | def readinto( method deinit (line 1314) | def deinit(self) -> None: method write (line 1320) | def write( method __init__ (line 1333) | def __init__( class WDT (line 1375) | class WDT: method feed (line 1391) | def feed(self) -> None: method __init__ (line 1399) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1408) | class RTC: method datetime (line 1425) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1442) | def __init__(self, id: int = 0): method __init__ (line 1448) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1456) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1464) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1472) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1480) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1488) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1496) | def init(self) -> None: method init (line 1504) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1512) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1520) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1528) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1536) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1544) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1552) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1560) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1568) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1576) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1584) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1592) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1600) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1607) | class Timer: method init (line 1634) | def init( method init (line 1642) | def init( method init (line 1650) | def init( method deinit (line 1696) | def deinit(self) -> None: method __init__ (line 1703) | def __init__(self, id: int, /): method __init__ (line 1713) | def __init__( method __init__ (line 1731) | def __init__( method __init__ (line 1749) | def __init__( class UART (line 1766) | class UART: method irq (line 1807) | def irq( method sendbreak (line 1844) | def sendbreak(self) -> None: method deinit (line 1851) | def deinit(self) -> None: method init (line 1862) | def init( method init (line 1931) | def init( method init (line 1994) | def init( method flush (line 2056) | def flush(self) -> Incomplete: method txdone (line 2071) | def txdone(self) -> bool: method read (line 2087) | def read(self) -> bytes | None: method read (line 2098) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2108) | def any(self) -> int: method write (line 2123) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2132) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2143) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2153) | def readline(self) -> Union[str, None]: method __init__ (line 2163) | def __init__( method __init__ (line 2185) | def __init__( method __init__ (line 2201) | def __init__( class USBDevice (line 2216) | class USBDevice: method submit_xfer (line 2229) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2251) | def config( method remote_wakeup (line 2359) | def remote_wakeup(self) -> bool: method stall (line 2368) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2389) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2410) | class BUILTIN_CDC: method __init__ (line 2418) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2420) | class BUILTIN_NONE: method __init__ (line 2426) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2428) | class BUILTIN_DEFAULT: method __init__ (line 2436) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2438) | def __init__(self) -> None: ... class SoftSPI (line 2440) | class SoftSPI(SPI): method deinit (line 2449) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2450) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2451) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2452) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2453) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2454) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2455) | def __init__( class SPI (line 2468) | class SPI: method deinit (line 2525) | def deinit(self) -> None: method init (line 2532) | def init( method init (line 2567) | def init( method write_readinto (line 2599) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2610) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2618) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2627) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2638) | def __init__(self, id: int, /): method __init__ (line 2651) | def __init__( method __init__ (line 2677) | def __init__( class Signal (line 2700) | class Signal(Pin): method off (line 2770) | def off(self) -> None: method on (line 2776) | def on(self) -> None: method value (line 2783) | def value(self) -> int: method value (line 2803) | def value(self, x: Any, /) -> None: method __init__ (line 2823) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2843) | def __init__( class SoftI2C (line 2873) | class SoftI2C(I2C): method readfrom_mem_into (line 2886) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2887) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2888) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2889) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2890) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2891) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2892) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2893) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2894) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2895) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2896) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2897) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2898) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2899) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2901) | class SDCard: method readblocks (line 2903) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2913) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2923) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2934) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_24_1-rp2-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-rp2-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-rp2-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_24_1-rp2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_24_1-rp2-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-rp2-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_24_1-rp2-stubs/rp2/__init__.pyi function asm_pio_encode (line 67) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function asm_pio (line 77) | def asm_pio( function bootsel_button (line 126) | def bootsel_button() -> int: function const (line 139) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 141) | class PIOASMEmit: method in_ (line 151) | def in_(self, src: int, data) -> PIOASMEmit: method side (line 184) | def side(self, value: int): method out (line 197) | def out(self, destination: int, bit_count: int) -> PIOASMEmit: method jmp (line 235) | def jmp(self, condition, label: Incomplete | None = ...) -> PIOASMEmit: method start_pass (line 270) | def start_pass(self, pass_) -> None: method wrap (line 277) | def wrap(self) -> None: method word (line 288) | def word(self, instr, label: Incomplete | None = ...) -> PIOASMEmit: method wait (line 296) | def wait(self, polarity: int, src: int, index: int, /) -> PIOASMEmit: method wrap_target (line 331) | def wrap_target(self) -> None: method delay (line 340) | def delay(self, delay: int): method label (line 347) | def label(self, label: str) -> None: method irq (line 362) | def irq(self, mod, index: Incomplete | None = ...) -> PIOASMEmit: method set (line 381) | def set(self, destination: int, data) -> PIOASMEmit: method mov (line 405) | def mov(self, dest, src, operation: int | None = None) -> PIOASMEmit: method push (line 451) | def push(self, value: int = ..., value2: int = ...) -> PIOASMEmit: method pull (line 470) | def pull(self, block: int = block, timeout: int = 0) -> PIOASMEmit: method nop (line 496) | def nop(self) -> PIOASMEmit: method __init__ (line 504) | def __init__( method __getitem__ (line 519) | def __getitem__(self, key): ... method __getitem__ (line 521) | def __getitem__(self, key: int): ... method __getitem__ (line 523) | def __getitem__(self, key): ... method __getitem__ (line 525) | def __getitem__(self, key: int): ... class PIOASMError (line 527) | class PIOASMError(Exception): ... class PIO (line 529) | class PIO: method state_machine (line 550) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 562) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 572) | def irq( method add_program (line 587) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 597) | def __init__(self, id) -> None: ... class StateMachine (line 599) | class StateMachine: method irq (line 609) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 617) | def put(self, value, shift=0): method restart (line 633) | def restart(self) -> None: method rx_fifo (line 648) | def rx_fifo(self) -> int: method tx_fifo (line 658) | def tx_fifo(self) -> int: method init (line 668) | def init( method exec (line 716) | def exec(self, instr) -> None: method get (line 732) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 744) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 755) | def __init__( class DMA (line 771) | class DMA: method irq (line 776) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 782) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 797) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 856) | def close(self) -> None: method config (line 863) | def config( method active (line 891) | def active(self, value: Any | None = None) -> bool: method __init__ (line 902) | def __init__( class Flash (line 911) | class Flash(AbstractBlockDev): method readblocks (line 917) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 927) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 937) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 948) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 963) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 966) | def ioctl(self, op: int) -> int | None: method __init__ (line 973) | def __init__(self) -> None: ... FILE: publish/micropython-v1_24_1-rp2-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> PIOASMEmit: function side (line 121) | def side(value: int) -> PIOASMEmit: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> PIOASMEmit: function nop (line 178) | def nop() -> PIOASMEmit: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> PIOASMEmit: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> PIOASMEmit: function in_ (line 256) | def in_(src, data) -> PIOASMEmit: function out (line 289) | def out(destination: int, bit_count: int) -> PIOASMEmit: function push (line 327) | def push(value: int = ..., value2: int = ...) -> PIOASMEmit: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> PIOASMEmit: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> PIOASMEmit: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> PIOASMEmit: function set (line 438) | def set(destination, data) -> PIOASMEmit: FILE: publish/micropython-v1_24_1-rp2-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-rp2-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-rp2-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 12) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-rp2-stubs/uhashlib.pyi class sha256 (line 10) | class sha256: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 15) | class sha1: method digest (line 16) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 17) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-rp2-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-rp2-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 32) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 82) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/gc.pyi function isenabled (line 19) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 20) | def mem_free() -> int: function mem_alloc (line 32) | def mem_alloc() -> int: function collect (line 43) | def collect() -> None: function enable (line 49) | def enable() -> None: function disable (line 55) | def disable() -> None: function threshold (line 63) | def threshold() -> int: function threshold (line 89) | def threshold(amount: int) -> None: FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 143) | def reset_cause() -> int: function soft_reset (line 149) | def soft_reset() -> NoReturn: function freq (line 158) | def freq() -> int: function freq (line 166) | def freq(hz: int, /) -> None: function freq (line 174) | def freq(self) -> int: function freq (line 182) | def freq( function reset (line 193) | def reset() -> NoReturn: function time_pulse_us (line 200) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 219) | def lightsleep() -> None: function lightsleep (line 244) | def lightsleep(time_ms: int, /) -> None: function idle (line 268) | def idle() -> None: function unique_id (line 283) | def unique_id() -> bytes: class Pin (line 292) | class Pin: method irq (line 349) | def irq( method toggle (line 403) | def toggle(self) -> Incomplete: method init (line 411) | def init( method on (line 429) | def on(self) -> None: method low (line 435) | def low(self) -> None: method off (line 443) | def off(self) -> None: method high (line 449) | def high(self) -> None: method value (line 458) | def value(self) -> int: method value (line 492) | def value(self, x: Any, /) -> None: method disable (line 525) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 527) | def drive(self, drive: int, /) -> None: method drive (line 537) | def drive(self, /) -> int: class board (line 545) | class board: method __init__ (line 613) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 615) | class cpu: method __init__ (line 715) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 717) | def __init__( method __call__ (line 792) | def __call__(self) -> int: method __call__ (line 800) | def __call__(self, x: Any, /) -> None: method mode (line 808) | def mode(self) -> int: method mode (line 817) | def mode(self, mode: int, /) -> None: method pull (line 826) | def pull(self) -> int: method pull (line 835) | def pull(self, pull: int, /) -> None: class PWM (line 847) | class PWM: method duty_u16 (line 899) | def duty_u16(self) -> int: method duty_u16 (line 911) | def duty_u16( method freq (line 927) | def freq(self) -> int: method freq (line 938) | def freq( method init (line 952) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 960) | def duty_ns(self) -> int: method duty_ns (line 970) | def duty_ns( method deinit (line 983) | def deinit(self) -> None: method __init__ (line 989) | def __init__( class ADC (line 1014) | class ADC: method read_u16 (line 1040) | def read_u16(self) -> int: method deinit (line 1048) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1049) | def __init__(self, pin: PinLike, /) -> None: class DAC (line 1060) | class DAC: method write (line 1061) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1062) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1064) | class I2C: method readfrom_mem_into (line 1101) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1113) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1123) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1132) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1143) | def scan(self) -> List: method writeto (line 1151) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1161) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1177) | def start(self) -> None: method readfrom (line 1183) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1191) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1202) | def init(self, *, freq: int = 400_000) -> None: method init (line 1216) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1229) | def stop(self) -> None: method write (line 1235) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1244) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1261) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1278) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1291) | class WDT: method timeout_ms (line 1307) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 1308) | def feed(self) -> None: method __init__ (line 1316) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1325) | class RTC: method datetime (line 1342) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method init (line 1359) | def init(self) -> None: method init (line 1367) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1375) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1383) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1391) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1399) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1407) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method calibration (line 1414) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1416) | def __init__(self, id: int = 0): method __init__ (line 1422) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1430) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1438) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1446) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1454) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1462) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1470) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1478) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1486) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1494) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1502) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1510) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1518) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1525) | class Timer: method init (line 1552) | def init( method init (line 1560) | def init( method init (line 1568) | def init( method deinit (line 1614) | def deinit(self) -> None: method __init__ (line 1621) | def __init__(self, id: int, /): method __init__ (line 1631) | def __init__( method __init__ (line 1649) | def __init__( method __init__ (line 1667) | def __init__( class UART (line 1684) | class UART: method irq (line 1723) | def irq( method sendbreak (line 1760) | def sendbreak(self) -> None: method init (line 1768) | def init( method init (line 1837) | def init( method init (line 1900) | def init( method deinit (line 1962) | def deinit(self) -> None: method flush (line 1972) | def flush(self) -> Incomplete: method txdone (line 1987) | def txdone(self) -> bool: method read (line 2003) | def read(self) -> bytes | None: method read (line 2014) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2024) | def any(self) -> int: method write (line 2039) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2048) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2059) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2069) | def readline(self) -> Union[str, None]: method __init__ (line 2079) | def __init__( method __init__ (line 2101) | def __init__( method __init__ (line 2117) | def __init__( class USBDevice (line 2132) | class USBDevice: method submit_xfer (line 2145) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2167) | def config( method remote_wakeup (line 2275) | def remote_wakeup(self) -> bool: method stall (line 2284) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2305) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2326) | class BUILTIN_CDC: method __init__ (line 2334) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2336) | class BUILTIN_NONE: method __init__ (line 2342) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2344) | class BUILTIN_DEFAULT: method __init__ (line 2352) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2354) | def __init__(self) -> None: ... class SoftSPI (line 2356) | class SoftSPI(SPI): method deinit (line 2365) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2366) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2367) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2368) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2369) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2370) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2371) | def __init__( class SPI (line 2384) | class SPI: method deinit (line 2441) | def deinit(self) -> None: method init (line 2448) | def init( method init (line 2483) | def init( method write_readinto (line 2515) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2526) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2534) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2543) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2554) | def __init__(self, id: int, /): method __init__ (line 2567) | def __init__( method __init__ (line 2593) | def __init__( class Signal (line 2616) | class Signal(Pin): method off (line 2686) | def off(self) -> None: method on (line 2692) | def on(self) -> None: method value (line 2699) | def value(self) -> int: method value (line 2719) | def value(self, x: Any, /) -> None: method __init__ (line 2739) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2759) | def __init__( class SoftI2C (line 2789) | class SoftI2C(I2C): method readfrom_mem_into (line 2802) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2803) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2804) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2805) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2806) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2807) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2808) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2809) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2810) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2811) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2812) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2813) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2814) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2815) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2817) | class SDCard: method readblocks (line 2819) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2829) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2839) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2850) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-samd-seeed_wio_terminal-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_24_1-samd-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-samd-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-samd-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 32) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-samd-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 82) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-samd-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_24_1-samd-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_24_1-samd-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_24_1-samd-stubs/gc.pyi function isenabled (line 19) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 20) | def mem_free() -> int: function mem_alloc (line 32) | def mem_alloc() -> int: function collect (line 43) | def collect() -> None: function enable (line 49) | def enable() -> None: function disable (line 55) | def disable() -> None: function threshold (line 63) | def threshold() -> int: function threshold (line 89) | def threshold(amount: int) -> None: FILE: publish/micropython-v1_24_1-samd-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_24_1-samd-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-samd-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 143) | def reset_cause() -> int: function soft_reset (line 149) | def soft_reset() -> NoReturn: function freq (line 158) | def freq() -> int: function freq (line 166) | def freq(hz: int, /) -> None: function freq (line 174) | def freq(self) -> int: function freq (line 182) | def freq( function reset (line 193) | def reset() -> NoReturn: function time_pulse_us (line 200) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 219) | def lightsleep() -> None: function lightsleep (line 244) | def lightsleep(time_ms: int, /) -> None: function idle (line 268) | def idle() -> None: function unique_id (line 283) | def unique_id() -> bytes: class Pin (line 292) | class Pin: method irq (line 349) | def irq( method toggle (line 403) | def toggle(self) -> Incomplete: method init (line 411) | def init( method on (line 429) | def on(self) -> None: method low (line 435) | def low(self) -> None: method off (line 443) | def off(self) -> None: method high (line 449) | def high(self) -> None: method value (line 458) | def value(self) -> int: method value (line 492) | def value(self, x: Any, /) -> None: method disable (line 525) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 527) | def drive(self, drive: int, /) -> None: method drive (line 537) | def drive(self, /) -> int: class board (line 545) | class board: method __init__ (line 613) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 615) | class cpu: method __init__ (line 715) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 717) | def __init__( method __call__ (line 792) | def __call__(self) -> int: method __call__ (line 800) | def __call__(self, x: Any, /) -> None: method mode (line 808) | def mode(self) -> int: method mode (line 817) | def mode(self, mode: int, /) -> None: method pull (line 826) | def pull(self) -> int: method pull (line 835) | def pull(self, pull: int, /) -> None: class PWM (line 847) | class PWM: method duty_u16 (line 899) | def duty_u16(self) -> int: method duty_u16 (line 911) | def duty_u16( method freq (line 927) | def freq(self) -> int: method freq (line 938) | def freq( method init (line 952) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 960) | def duty_ns(self) -> int: method duty_ns (line 970) | def duty_ns( method deinit (line 983) | def deinit(self) -> None: method __init__ (line 989) | def __init__( class ADC (line 1014) | class ADC: method read_u16 (line 1040) | def read_u16(self) -> int: method deinit (line 1048) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1049) | def __init__(self, pin: PinLike, /) -> None: class DAC (line 1060) | class DAC: method write (line 1061) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1062) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1064) | class I2C: method readfrom_mem_into (line 1101) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1113) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1123) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1132) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1143) | def scan(self) -> List: method writeto (line 1151) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1161) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1177) | def start(self) -> None: method readfrom (line 1183) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1191) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1202) | def init(self, *, freq: int = 400_000) -> None: method init (line 1216) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1229) | def stop(self) -> None: method write (line 1235) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1244) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1261) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1278) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1291) | class WDT: method timeout_ms (line 1307) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 1308) | def feed(self) -> None: method __init__ (line 1316) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1325) | class RTC: method datetime (line 1342) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method init (line 1359) | def init(self) -> None: method init (line 1367) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1375) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1383) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1391) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1399) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1407) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method calibration (line 1414) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1416) | def __init__(self, id: int = 0): method __init__ (line 1422) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1430) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1438) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1446) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1454) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1462) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1470) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1478) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1486) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1494) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1502) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1510) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1518) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1525) | class Timer: method init (line 1552) | def init( method init (line 1560) | def init( method init (line 1568) | def init( method deinit (line 1614) | def deinit(self) -> None: method __init__ (line 1621) | def __init__(self, id: int, /): method __init__ (line 1631) | def __init__( method __init__ (line 1649) | def __init__( method __init__ (line 1667) | def __init__( class UART (line 1684) | class UART: method irq (line 1723) | def irq( method sendbreak (line 1760) | def sendbreak(self) -> None: method init (line 1768) | def init( method init (line 1837) | def init( method init (line 1900) | def init( method deinit (line 1962) | def deinit(self) -> None: method flush (line 1972) | def flush(self) -> Incomplete: method txdone (line 1987) | def txdone(self) -> bool: method read (line 2003) | def read(self) -> bytes | None: method read (line 2014) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2024) | def any(self) -> int: method write (line 2039) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2048) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2059) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2069) | def readline(self) -> Union[str, None]: method __init__ (line 2079) | def __init__( method __init__ (line 2101) | def __init__( method __init__ (line 2117) | def __init__( class USBDevice (line 2132) | class USBDevice: method submit_xfer (line 2145) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2167) | def config( method remote_wakeup (line 2275) | def remote_wakeup(self) -> bool: method stall (line 2284) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2305) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2326) | class BUILTIN_CDC: method __init__ (line 2334) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2336) | class BUILTIN_NONE: method __init__ (line 2342) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2344) | class BUILTIN_DEFAULT: method __init__ (line 2352) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2354) | def __init__(self) -> None: ... class SoftSPI (line 2356) | class SoftSPI(SPI): method deinit (line 2365) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2366) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2367) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2368) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2369) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2370) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2371) | def __init__( class SPI (line 2384) | class SPI: method deinit (line 2441) | def deinit(self) -> None: method init (line 2448) | def init( method init (line 2483) | def init( method write_readinto (line 2515) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2526) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2534) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2543) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2554) | def __init__(self, id: int, /): method __init__ (line 2567) | def __init__( method __init__ (line 2593) | def __init__( class Signal (line 2616) | class Signal(Pin): method off (line 2686) | def off(self) -> None: method on (line 2692) | def on(self) -> None: method value (line 2699) | def value(self) -> int: method value (line 2719) | def value(self, x: Any, /) -> None: method __init__ (line 2739) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2759) | def __init__( class SoftI2C (line 2789) | class SoftI2C(I2C): method readfrom_mem_into (line 2802) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2803) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2804) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2805) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2806) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2807) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2808) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2809) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2810) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2811) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2812) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2813) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2814) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2815) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2817) | class SDCard: method readblocks (line 2819) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2829) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2839) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2850) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_24_1-samd-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-samd-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-samd-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_24_1-samd-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-samd-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_24_1-samd-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-samd-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-samd-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-samd-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-samd-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-samd-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-samd-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-samd-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-samd-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 32) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/lcd160cr.pyi function calcsize (line 30) | def calcsize(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 31) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function const (line 32) | def const(*args, **kwargs) -> Incomplete: ... function pack_into (line 33) | def pack_into(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 35) | class LCD160CR: method set_brightness (line 54) | def set_brightness(self, value: int, /) -> None: method screen_dump (line 60) | def screen_dump( method screen_load (line 79) | def screen_load(self, buf: AnyReadableBuf, /) -> None: method set_orient (line 85) | def set_orient(self, orient: str, /) -> None: method set_font (line 92) | def set_font( method set_i2c_addr (line 121) | def set_i2c_addr(self, addr: int, /) -> None: method rect_interior (line 128) | def rect_interior(self, x: int, y: int, w: int, h: int, /) -> None: method rect_no_clip (line 137) | def rect_no_clip(self, x: int, y: int, w: int, h: int, /) -> None: method save_to_flash (line 144) | def save_to_flash(self) -> None: method rect_interior_no_clip (line 151) | def rect_interior_no_clip(self, x: int, y: int, w: int, h: int, /) -> ... method rgb (line 159) | def rgb(r: int, g: int, b: int, /) -> int: method rect_outline (line 168) | def rect_outline(self, x: int, y: int, w: int, h: int, /) -> None: method rect_outline_no_clip (line 176) | def rect_outline_no_clip(self, x: int, y: int, w: int, h: int, /) -> N... method set_startup_deco (line 183) | def set_startup_deco(self, value: bool | str, /) -> None: method set_scroll_win_param (line 190) | def set_scroll_win_param(self, win: int, param: int, value: int, /) ->... method set_spi_win (line 201) | def set_spi_win(self, x: int, y: int, w: int, h: int, /) -> None: method show_framebuf (line 207) | def show_framebuf(self, buf: AnyReadableBuf, /) -> None: method set_text_color (line 219) | def set_text_color(self, fg: int, bg: int, /) -> None: method set_uart_baudrate (line 225) | def set_uart_baudrate(self, baudrate: int, /) -> None: method set_pen (line 231) | def set_pen(self, line: int, fill: int, /) -> None: method set_pos (line 237) | def set_pos(self, x: int, y: int, /) -> None: method set_scroll_win (line 244) | def set_scroll_win( method set_pixel (line 274) | def set_pixel(self, x: int, y: int, c: int, /) -> None: method set_scroll_buf (line 281) | def set_scroll_buf(self, s: str, /) -> None: method set_power (line 288) | def set_power(self, on: bool, /) -> None: method set_scroll (line 295) | def set_scroll(self, on: bool, /) -> None: method touch_config (line 302) | def touch_config(self, calib: bool = False, save: bool = False, irq: b... method clip_line (line 319) | def clip_line(data: Any, w: int, h: int, /) -> int: method _send (line 325) | def _send(self, *args, **kwargs) -> Incomplete: ... method _waitfor (line 326) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method erase (line 327) | def erase(self) -> None: method dot (line 333) | def dot(self, x: int, y: int, /) -> None: method dot_no_clip (line 339) | def dot_no_clip(self, x: int, y: int, /) -> None: method poly_line (line 346) | def poly_line(self, data: AnyReadableBuf, /) -> None: method line (line 352) | def line(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method _fcmd2b (line 358) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 359) | def write(self, s: str, /) -> None: method _fcmd2 (line 367) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rect (line 368) | def rect(self, x: int, y: int, w: int, h: int, /) -> None: method reset (line 376) | def reset(self) -> None: method jpeg_start (line 382) | def jpeg_start(self, total_len: int, /) -> None: method jpeg (line 390) | def jpeg(self, buf: AnyReadableBuf, /) -> None: method jpeg_data (line 399) | def jpeg_data(self, buf: AnyReadableBuf, /) -> None: method poly_dot (line 408) | def poly_dot(self, data: AnyReadableBuf, /) -> None: method line_no_clip (line 416) | def line_no_clip(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method oflush (line 424) | def oflush(self, *args, **kwargs) -> Incomplete: ... method fast_spi (line 425) | def fast_spi(self, flush: bool = True, /) -> SPI: method get_line (line 439) | def get_line(self, x: int, y: int, buf: AnyWritableBuf, /) -> None: method is_touched (line 448) | def is_touched(self) -> bool: method feed_wdt (line 455) | def feed_wdt(self) -> None: method iflush (line 463) | def iflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 464) | def get_pixel(self, x: int, y: int, /) -> int: method get_touch (line 470) | def get_touch(self) -> Tuple: method __init__ (line 479) | def __init__(self, connect: str, /): method __init__ (line 516) | def __init__(self, *, pwr: Pin, i2c: I2C, spi: SPI, i2c_addr: int = 98): FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/machine.pyi function freq (line 42) | def freq() -> int: function freq (line 50) | def freq(self) -> int: function freq (line 61) | def freq( function freq (line 76) | def freq(hz: int, /) -> None: function freq (line 84) | def freq(self) -> int: function freq (line 92) | def freq( function idle (line 103) | def idle() -> None: function info (line 118) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 119) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 120) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 128) | def disable_irq() -> bool: function deepsleep (line 138) | def deepsleep() -> NoReturn: function deepsleep (line 163) | def deepsleep(time_ms: int, /) -> NoReturn: function soft_reset (line 187) | def soft_reset() -> NoReturn: function sleep (line 196) | def sleep() -> None: function time_pulse_us (line 202) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 221) | def lightsleep() -> None: function lightsleep (line 246) | def lightsleep(time_ms: int, /) -> None: function reset (line 270) | def reset() -> NoReturn: function rng (line 277) | def rng() -> int: function reset_cause (line 285) | def reset_cause() -> int: function unique_id (line 291) | def unique_id() -> bytes: function bootloader (line 300) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 310) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 334) | class RTC: method info (line 351) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 353) | def init(self) -> None: method init (line 361) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 369) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 377) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 385) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 393) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 401) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method wakeup (line 408) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 409) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method calibration (line 425) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 427) | def __init__(self, id: int = 0): method __init__ (line 433) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 441) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 449) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 457) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 465) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 473) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 481) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 489) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 497) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 505) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 513) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 521) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 529) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Pin (line 536) | class Pin: method mode (line 622) | def mode(self) -> int: method mode (line 631) | def mode(self, mode: int, /) -> None: method name (line 639) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 641) | def pull(self) -> int: method pull (line 650) | def pull(self, pull: int, /) -> None: method low (line 658) | def low(self) -> None: method irq (line 666) | def irq( method pin (line 720) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 721) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 722) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 723) | def on(self) -> None: method off (line 729) | def off(self) -> None: method init (line 735) | def init( method af_list (line 753) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 754) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 756) | def value(self) -> int: method value (line 790) | def value(self, x: Any, /) -> None: method high (line 823) | def high(self) -> None: method gpio (line 831) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 833) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 835) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 837) | class cpu: method __init__ (line 885) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 888) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 890) | class board: method __init__ (line 940) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 942) | def __init__( method __call__ (line 1017) | def __call__(self) -> int: method __call__ (line 1025) | def __call__(self, x: Any, /) -> None: method drive (line 1033) | def drive(self, drive: int, /) -> None: method drive (line 1043) | def drive(self, /) -> int: class SPI (line 1051) | class SPI: method deinit (line 1108) | def deinit(self) -> None: method init (line 1115) | def init( method init (line 1150) | def init( method write_readinto (line 1182) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 1193) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 1201) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 1210) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 1221) | def __init__(self, id: int, /): method __init__ (line 1234) | def __init__( method __init__ (line 1260) | def __init__( class ADC (line 1285) | class ADC: method read_u16 (line 1311) | def read_u16(self) -> int: method __init__ (line 1319) | def __init__(self, pin: PinLike, /) -> None: class I2S (line 1330) | class I2S: method shift (line 1406) | def shift( method init (line 1419) | def init( method irq (line 1436) | def irq( method readinto (line 1448) | def readinto( method deinit (line 1461) | def deinit(self) -> None: method write (line 1467) | def write( method __init__ (line 1480) | def __init__( class I2C (line 1522) | class I2C: method readfrom_mem_into (line 1559) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1571) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1581) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1590) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1601) | def scan(self) -> List: method writeto (line 1609) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1619) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1635) | def start(self) -> None: method readfrom (line 1641) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1649) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1660) | def init(self, *, freq: int = 400_000) -> None: method init (line 1674) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1687) | def stop(self) -> None: method write (line 1693) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1702) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1719) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1736) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1749) | class WDT: method feed (line 1765) | def feed(self) -> None: method __init__ (line 1773) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1782) | class Timer: method init (line 1809) | def init( method init (line 1817) | def init( method init (line 1825) | def init( method deinit (line 1871) | def deinit(self) -> None: method __init__ (line 1878) | def __init__(self, id: int, /): method __init__ (line 1888) | def __init__( method __init__ (line 1906) | def __init__( method __init__ (line 1924) | def __init__( class SoftSPI (line 1941) | class SoftSPI(SPI): method deinit (line 1950) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1951) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1952) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1953) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1954) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1955) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1956) | def __init__( class UART (line 1969) | class UART: method flush (line 2008) | def flush(self) -> Incomplete: method sendbreak (line 2023) | def sendbreak(self) -> None: method txdone (line 2030) | def txdone(self) -> bool: method init (line 2046) | def init( method init (line 2115) | def init( method init (line 2178) | def init( method readchar (line 2240) | def readchar(self, *args, **kwargs) -> Incomplete: ... method irq (line 2241) | def irq( method writechar (line 2278) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 2280) | def read(self) -> bytes | None: method read (line 2291) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 2301) | def deinit(self) -> None: method any (line 2311) | def any(self) -> int: method write (line 2326) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2335) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2346) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2356) | def readline(self) -> Union[str, None]: method __init__ (line 2366) | def __init__( method __init__ (line 2388) | def __init__( method __init__ (line 2404) | def __init__( class SoftI2C (line 2422) | class SoftI2C(I2C): method readfrom_mem_into (line 2435) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2436) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2437) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2438) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2439) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2440) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2441) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2442) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2443) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2444) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2445) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2446) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2447) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2448) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class Signal (line 2450) | class Signal(Pin): method off (line 2520) | def off(self) -> None: method on (line 2526) | def on(self) -> None: method value (line 2533) | def value(self) -> int: method value (line 2553) | def value(self, x: Any, /) -> None: method __init__ (line 2573) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2593) | def __init__( class PWM (line 2623) | class PWM: method freq (line 2625) | def freq(self) -> int: method freq (line 2636) | def freq( method duty_u16 (line 2651) | def duty_u16(self) -> int: method duty_u16 (line 2663) | def duty_u16( method duty_ns (line 2679) | def duty_ns(self) -> int: method duty_ns (line 2689) | def duty_ns( class SDCard (line 2702) | class SDCard: method readblocks (line 2704) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2714) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2724) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2735) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/network.pyi function hostname (line 55) | def hostname(*args, **kwargs) -> Incomplete: ... function route (line 56) | def route(*args, **kwargs) -> Incomplete: ... function country (line 57) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 59) | class WLAN: method active (line 61) | def active(self, /) -> bool: method active (line 69) | def active(self, is_active: bool | int, /) -> None: method status (line 77) | def status(self) -> int: method status (line 96) | def status(self, param: str, /) -> int: method ifconfig (line 115) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 126) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 137) | def config(self, param: str, /) -> Any: method config (line 172) | def config(self, **kwargs: Any) -> None: class LAN (line 206) | class LAN: method active (line 208) | def active(self, /) -> bool: method active (line 216) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 223) | class WLANWiPy: method __init__ (line 225) | def __init__(self, id: int = 0, /): method __init__ (line 239) | def __init__( method mode (line 263) | def mode(self) -> int: method mode (line 269) | def mode(self, mode: int, /) -> None: method ssid (line 275) | def ssid(self) -> str: method ssid (line 281) | def ssid(self, ssid: str, /) -> None: method auth (line 287) | def auth(self) -> int: method auth (line 293) | def auth(self, auth: int, /) -> None: method channel (line 299) | def channel(self) -> int: method channel (line 305) | def channel(self, channel: int, /) -> None: method antenna (line 311) | def antenna(self) -> int: method antenna (line 317) | def antenna(self, antenna: int, /) -> None: method mac (line 323) | def mac(self) -> bytes: method mac (line 329) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 334) | class AbstractNIC: method active (line 337) | def active(self, /) -> bool: method active (line 348) | def active(self, is_active: bool | int, /) -> None: method connect (line 359) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 378) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 397) | def status(self) -> Any: method status (line 415) | def status(self, param: str, /) -> Any: method ifconfig (line 433) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 447) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 461) | def config(self, param: str, /) -> Any: method config (line 480) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/pyb.pyi function hard_reset (line 27) | def hard_reset() -> NoReturn: function have_cdc (line 35) | def have_cdc() -> bool: function hid (line 45) | def hid(data: tuple[int, int, int, int], /) -> None: function hid (line 55) | def hid(data: Sequence[int], /) -> None: function info (line 64) | def info() -> None: function info (line 70) | def info(dump_alloc_table: bytes, /) -> None: function info (line 76) | def info(self) -> list[int]: function info (line 82) | def info(self, list: list[int], /) -> list[int]: function wfi (line 87) | def wfi() -> None: function elapsed_micros (line 99) | def elapsed_micros(start: int, /) -> int: function freq (line 116) | def freq() -> tuple[int, int, int, int]: function freq (line 156) | def freq(sysclk: int, /) -> None: function freq (line 196) | def freq(sysclk: int, hclk: int, /) -> None: function freq (line 236) | def freq(sysclk: int, hclk: int, pclk1: int, /) -> None: function freq (line 276) | def freq(sysclk: int, hclk: int, pclk1: int, pclk2: int, /) -> None: function freq (line 316) | def freq(self) -> int: function freq (line 356) | def freq(self, value: int, /) -> None: function disable_irq (line 395) | def disable_irq() -> bool: function fault_debug (line 404) | def fault_debug(value: bool = False) -> None: function elapsed_millis (line 419) | def elapsed_millis(start: int, /) -> int: function enable_irq (line 434) | def enable_irq(state: bool = True, /) -> None: function sync (line 444) | def sync() -> None: function servo (line 450) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 451) | def standby() -> None: function usb_mode (line 466) | def usb_mode() -> str: function usb_mode (line 508) | def usb_mode( function udelay (line 558) | def udelay(us: int, /) -> None: function unique_id (line 564) | def unique_id() -> str: function micros (line 570) | def micros() -> int: function mount (line 585) | def mount( function mount (line 627) | def mount( function rng (line 668) | def rng() -> int: function millis (line 674) | def millis() -> int: function repl_uart (line 689) | def repl_uart() -> UART | None: function repl_uart (line 695) | def repl_uart(uart: UART, /) -> None: function pwm (line 700) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 701) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 702) | def stop() -> None: function delay (line 714) | def delay(ms: int, /) -> None: function main (line 720) | def main(filename: str, /) -> None: function bootloader (line 729) | def bootloader() -> None: function country (line 735) | def country(*args, **kwargs) -> Incomplete: ... class DAC (line 737) | class DAC: method noise (line 784) | def noise(self, freq: int, /) -> None: method write_timed (line 791) | def write_timed(self, data: AnyWritableBuf, freq: int | Timer, /, *, m... method triangle (line 813) | def triangle(self, freq: int, /) -> None: method write (line 821) | def write(self, value: int, /) -> None: method init (line 829) | def init(self, bits: int = 8, *, buffering: bool | None = None) -> None: method deinit (line 837) | def deinit(self) -> None: method __init__ (line 843) | def __init__(self, port: int | Pin, /, bits: int = 8, *, buffering: bo... class ExtInt (line 868) | class ExtInt: method line (line 920) | def line(self) -> int: method regs (line 927) | def regs() -> None: method swint (line 933) | def swint(self) -> None: method enable (line 939) | def enable(self) -> None: method disable (line 945) | def disable(self) -> None: method __init__ (line 952) | def __init__( class Flash (line 976) | class Flash(AbstractBlockDev): method readblocks (line 988) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 998) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1008) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1019) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 1033) | def ioctl(self, op: int, arg: int) -> int | None: method __init__ (line 1043) | def __init__(self): method __init__ (line 1055) | def __init__(self, *, start: int = -1, len: int = -1): class I2C (line 1062) | class I2C: method scan (line 1118) | def scan(self) -> List: method mem_read (line 1126) | def mem_read( method mem_read (line 1150) | def mem_read( method mem_write (line 1173) | def mem_write( method recv (line 1198) | def recv( method recv (line 1219) | def recv( method is_ready (line 1239) | def is_ready(self, addr: int, /) -> bool: method send (line 1245) | def send( method deinit (line 1263) | def deinit(self) -> None: method init (line 1269) | def init( method __init__ (line 1297) | def __init__( class LCD (line 1329) | class LCD: method fill (line 1365) | def fill(self, colour: int, /) -> None: method light (line 1373) | def light(self, value: bool | int, /) -> None: method pixel (line 1379) | def pixel(self, x: int, y: int, colour: int, /) -> None: method show (line 1387) | def show(self) -> None: method text (line 1393) | def text(self, str: str, x: int, y: int, colour: int, /) -> None: method contrast (line 1401) | def contrast(self, value: int, /) -> None: method get (line 1407) | def get(self, x: int, y: int, /) -> int: method write (line 1415) | def write(self, str: str, /) -> None: method command (line 1421) | def command(self, inst_data: int, buf: bytes, /) -> None: method __init__ (line 1429) | def __init__(self, skin_position: str, /) -> None: class CAN (line 1435) | class CAN: method restart (line 1468) | def restart(self) -> None: method recv (line 1482) | def recv(self, fifo: int, /, *, timeout: int = 5000) -> tuple[int, boo... method recv (line 1518) | def recv(self, fifo: int, list: None, /, *, timeout: int = 5000) -> tu... method recv (line 1554) | def recv(self, fifo: int, list: list[int | bool | memoryview], /, *, t... method init (line 1589) | def init( method rxcallback (line 1659) | def rxcallback(self, fifo: int, fun: Callable[[CAN], None], /) -> None: method setfilter (line 1696) | def setfilter(self, bank: int, mode: int, fifo: int, params: Sequence[... method setfilter (line 1753) | def setfilter( method state (line 1818) | def state(self) -> int: method send (line 1834) | def send( method any (line 1871) | def any(self, fifo: int, /) -> bool: method info (line 1878) | def info(self) -> list[int]: method info (line 1902) | def info(self, list: list[int], /) -> list[int]: method clearfilter (line 1925) | def clearfilter(self, bank: int, /) -> None: method deinit (line 1935) | def deinit(self) -> None: method __init__ (line 1941) | def __init__( class ADC (line 1967) | class ADC: method read_timed (line 1985) | def read_timed(self, buf: AnyWritableBuf, timer: Timer | int, /) -> None: method read_timed_multi (line 2024) | def read_timed_multi(adcs: tuple[ADC, ...], bufs: tuple[AnyWritableBuf... method read (line 2077) | def read(self) -> int: method __init__ (line 2084) | def __init__(self, pin: int | Pin, /) -> None: class ADCAll (line 2090) | class ADCAll: method read_core_vbat (line 2091) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 2092) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 2093) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 2094) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 2095) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2096) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 2098) | class Accel: method x (line 2109) | def x(self) -> int: method tilt (line 2115) | def tilt(self) -> int: method y (line 2121) | def y(self) -> int: method z (line 2127) | def z(self) -> int: method read (line 2133) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 2134) | def filtered_xyz(self) -> Tuple: method write (line 2145) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2146) | def __init__(self) -> None: class USB_VCP (line 2151) | class USB_VCP: method readlines (line 2161) | def readlines(self) -> List: method recv (line 2172) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes | None: method recv (line 2185) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int... method isconnected (line 2197) | def isconnected(self) -> bool: method init (line 2203) | def init(self, *, flow: int = -1) -> None: method irq (line 2211) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 2223) | def setinterrupt(self, chr: int, /) -> None: method close (line 2234) | def close(self) -> None: method read (line 2242) | def read(self) -> bytes | None: method read (line 2253) | def read(self, nbytes, /) -> bytes | None: method any (line 2263) | def any(self) -> bool: method write (line 2269) | def write(self, buf: AnyReadableBuf, /) -> int: method send (line 2277) | def send(self, buf: AnyWritableBuf | bytes | int, /, *, timeout: int =... method readinto (line 2289) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2301) | def readinto(self, buf: AnyWritableBuf, maxlen: int, /) -> int | None: method readline (line 2312) | def readline(self) -> bytes: method __init__ (line 2321) | def __init__(self, id: int = 0, /) -> None: class Timer (line 2327) | class Timer: method freq (line 2400) | def freq(self) -> int: method freq (line 2406) | def freq(self, value: int, /) -> None: method init (line 2412) | def init( method init (line 2477) | def init( method period (line 2543) | def period(self) -> int: method period (line 2549) | def period(self, value: int, /) -> None: method prescaler (line 2555) | def prescaler(self) -> int: method prescaler (line 2561) | def prescaler(self, value: int, /) -> None: method source_freq (line 2566) | def source_freq(self) -> int: method deinit (line 2572) | def deinit(self) -> None: method callback (line 2583) | def callback(self, fun: Callable[[Timer], None] | None, /) -> None: method channel (line 2592) | def channel(self, channel: int, /) -> timerchannel | None: method channel (line 2679) | def channel( method channel (line 2775) | def channel( method channel (line 2871) | def channel( method channel (line 2968) | def channel( method channel (line 3064) | def channel( method counter (line 3159) | def counter(self) -> int: method counter (line 3165) | def counter(self, value: int, /) -> None: method __init__ (line 3171) | def __init__(self, id: int, /): method __init__ (line 3179) | def __init__( method __init__ (line 3197) | def __init__( class Switch (line 3215) | class Switch: method callback (line 3233) | def callback(self, fun: Callable[[], None] | None) -> None: method value (line 3240) | def value(self) -> bool: method __init__ (line 3246) | def __init__(self) -> None: method __call__ (line 3252) | def __call__(self) -> bool: method __call__ (line 3260) | def __call__(self) -> bool: class Servo (line 3267) | class Servo: method speed (line 3294) | def speed(self) -> int: method speed (line 3306) | def speed(self, speed: int, time: int = 0, /) -> None: method speed (line 3318) | def speed(self) -> int: method speed (line 3330) | def speed(self, value: int, /) -> None: method pulse_width (line 3341) | def pulse_width(self, value: Any | None = None) -> Incomplete: method calibration (line 3351) | def calibration(self) -> tuple[int, int, int, int, int]: method calibration (line 3366) | def calibration(self, pulse_min: int, pulse_max: int, pulse_centre: in... method calibration (line 3381) | def calibration( method angle (line 3404) | def angle(self) -> int: method angle (line 3417) | def angle(self, angle: int, time: int = 0, /) -> None: method __init__ (line 3429) | def __init__(self, id: int, /) -> None: class UART (line 3434) | class UART: method flush (line 3480) | def flush(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 3481) | def sendbreak(self) -> None: method txdone (line 3489) | def txdone(self, *args, **kwargs) -> Incomplete: ... method init (line 3490) | def init( method readchar (line 3528) | def readchar(self) -> int: method irq (line 3536) | def irq(self, *args, **kwargs) -> Incomplete: ... method writechar (line 3537) | def writechar(self, char: int, /) -> None: method read (line 3545) | def read(self) -> bytes | None: method read (line 3562) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 3578) | def deinit(self) -> None: method any (line 3584) | def any(self) -> int: method write (line 3590) | def write(self, buf: AnyWritableBuf, /) -> int: method readinto (line 3603) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 3613) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 3622) | def readline(self) -> None: method __init__ (line 3633) | def __init__(self, bus: int | str, /): method __init__ (line 3670) | def __init__( class USB_HID (line 3719) | class USB_HID: method recv (line 3729) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes: method recv (line 3742) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int: method send (line 3754) | def send(self, data: Sequence[int]) -> None: method __init__ (line 3763) | def __init__(self) -> None: class LED (line 3768) | class LED: method toggle (line 3773) | def toggle(self) -> None: method on (line 3780) | def on(self) -> None: method off (line 3786) | def off(self) -> None: method intensity (line 3793) | def intensity(self) -> int: method intensity (line 3807) | def intensity(self, value: int, /) -> None: method __init__ (line 3820) | def __init__(self, id: int, /) -> None: class RTC (line 3827) | class RTC: method info (line 3839) | def info(self) -> int: method init (line 3850) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 3851) | def wakeup(self, timeout: int, callback: Callable[[RTC], None] | None ... method datetime (line 3865) | def datetime(self, datetimetuple: tuple[int, int, int, int, int, int, ... method datetime (line 3884) | def datetime(self, /) -> Tuple: method calibration (line 3903) | def calibration(self) -> int: method calibration (line 3921) | def calibration(self, cal: int, /) -> None: method __init__ (line 3938) | def __init__(self) -> None: class Pin (line 3943) | class Pin: method mode (line 4053) | def mode(self) -> int: method name (line 4061) | def name(self) -> str: method pull (line 4067) | def pull(self) -> int: method low (line 4075) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 4076) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 4077) | def pin(self) -> int: method port (line 4083) | def port(self) -> int: method names (line 4089) | def names(self) -> str: method on (line 4095) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 4096) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 4097) | def init( method af_list (line 4138) | def af_list(self) -> List: method af (line 4144) | def af(self) -> int: method value (line 4153) | def value(self) -> int: method value (line 4164) | def value(self, value: Any, /) -> None: method high (line 4174) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 4175) | def gpio(self) -> int: method dict (line 4183) | def dict() -> Dict[str, Pin]: method dict (line 4190) | def dict(dict: Dict[str, Pin], /) -> None: method debug (line 4197) | def debug() -> bool: method debug (line 4204) | def debug(state: bool, /) -> None: class cpu (line 4209) | class cpu: method __init__ (line 4257) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 4261) | def mapper() -> Callable[[str], Pin]: method mapper (line 4268) | def mapper(fun: Callable[[str], Pin], /) -> None: class board (line 4273) | class board: method __init__ (line 4323) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 4325) | def __init__( method __call__ (line 4341) | def __call__(self) -> int: method __call__ (line 4349) | def __call__(self, x: Any, /) -> None: class SPI (line 4356) | class SPI: method deinit (line 4386) | def deinit(self) -> None: method send_recv (line 4392) | def send_recv( method recv (line 4413) | def recv(self, recv: int | AnyWritableBuf, /, *, timeout: int = 5000) ... method init (line 4427) | def init( method init (line 4466) | def init( method write_readinto (line 4504) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 4505) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 4506) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 4507) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 4508) | def send(self, send: int | AnyWritableBuf | bytes, /, *, timeout: int ... method __init__ (line 4520) | def __init__(self, bus: int, /): method __init__ (line 4538) | def __init__( method __init__ (line 4569) | def __init__( class SDCard (line 4601) | class SDCard: method writeblocks (line 4602) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 4603) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 4604) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 4605) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 4606) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 4607) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 4608) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 4609) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 4610) | def __init__(self, *argv, **kwargs) -> None: ... class timerchannel (line 4612) | class timerchannel: method capture (line 4615) | def capture(self) -> int: method capture (line 4624) | def capture(self, value: int, /) -> None: method compare (line 4633) | def compare(self) -> int: method compare (line 4642) | def compare(self, value: int, /) -> None: method pulse_width (line 4651) | def pulse_width(self) -> int: method pulse_width (line 4663) | def pulse_width(self, value: int, /) -> None: method pulse_width_percent (line 4675) | def pulse_width_percent(self) -> float: method pulse_width_percent (line 4686) | def pulse_width_percent(self, value: int | float, /) -> None: FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/socket.pyi function getaddrinfo (line 93) | def getaddrinfo( class socket (line 143) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 160) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 168) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 188) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 207) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 216) | def settimeout(self, value: float | None, /) -> None: method sendall (line 252) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 265) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 273) | def setblocking(self, value: bool, /) -> None: method sendto (line 285) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 292) | def readline(self) -> bytes: method readinto (line 301) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 311) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 321) | def read(self) -> bytes: method read (line 331) | def read(self, size: int, /) -> bytes: method close (line 340) | def close(self) -> None: method connect (line 351) | def connect(self, address: _Address | bytes, /) -> None: method send (line 357) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 365) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 371) | def accept(self) -> Tuple: method write (line 380) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 391) | def __init__( FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/uhashlib.pyi class sha256 (line 10) | class sha256: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-stm32-pybv11-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_24_1-stm32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-stm32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-stm32-stubs/binascii.pyi function crc32 (line 21) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 22) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 32) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-stm32-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_24_1-stm32-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-stm32-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_24_1-stm32-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_24_1-stm32-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_24_1-stm32-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_24_1-stm32-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-stm32-stubs/lcd160cr.pyi function calcsize (line 30) | def calcsize(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 31) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function const (line 32) | def const(*args, **kwargs) -> Incomplete: ... function pack_into (line 33) | def pack_into(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 35) | class LCD160CR: method set_brightness (line 54) | def set_brightness(self, value: int, /) -> None: method screen_dump (line 60) | def screen_dump( method screen_load (line 79) | def screen_load(self, buf: AnyReadableBuf, /) -> None: method set_orient (line 85) | def set_orient(self, orient: str, /) -> None: method set_font (line 92) | def set_font( method set_i2c_addr (line 121) | def set_i2c_addr(self, addr: int, /) -> None: method rect_interior (line 128) | def rect_interior(self, x: int, y: int, w: int, h: int, /) -> None: method rect_no_clip (line 137) | def rect_no_clip(self, x: int, y: int, w: int, h: int, /) -> None: method save_to_flash (line 144) | def save_to_flash(self) -> None: method rect_interior_no_clip (line 151) | def rect_interior_no_clip(self, x: int, y: int, w: int, h: int, /) -> ... method rgb (line 159) | def rgb(r: int, g: int, b: int, /) -> int: method rect_outline (line 168) | def rect_outline(self, x: int, y: int, w: int, h: int, /) -> None: method rect_outline_no_clip (line 176) | def rect_outline_no_clip(self, x: int, y: int, w: int, h: int, /) -> N... method set_startup_deco (line 183) | def set_startup_deco(self, value: bool | str, /) -> None: method set_scroll_win_param (line 190) | def set_scroll_win_param(self, win: int, param: int, value: int, /) ->... method set_spi_win (line 201) | def set_spi_win(self, x: int, y: int, w: int, h: int, /) -> None: method show_framebuf (line 207) | def show_framebuf(self, buf: AnyReadableBuf, /) -> None: method set_text_color (line 219) | def set_text_color(self, fg: int, bg: int, /) -> None: method set_uart_baudrate (line 225) | def set_uart_baudrate(self, baudrate: int, /) -> None: method set_pen (line 231) | def set_pen(self, line: int, fill: int, /) -> None: method set_pos (line 237) | def set_pos(self, x: int, y: int, /) -> None: method set_scroll_win (line 244) | def set_scroll_win( method set_pixel (line 274) | def set_pixel(self, x: int, y: int, c: int, /) -> None: method set_scroll_buf (line 281) | def set_scroll_buf(self, s: str, /) -> None: method set_power (line 288) | def set_power(self, on: bool, /) -> None: method set_scroll (line 295) | def set_scroll(self, on: bool, /) -> None: method touch_config (line 302) | def touch_config(self, calib: bool = False, save: bool = False, irq: b... method clip_line (line 319) | def clip_line(data: Any, w: int, h: int, /) -> int: method _send (line 325) | def _send(self, *args, **kwargs) -> Incomplete: ... method _waitfor (line 326) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method erase (line 327) | def erase(self) -> None: method dot (line 333) | def dot(self, x: int, y: int, /) -> None: method dot_no_clip (line 339) | def dot_no_clip(self, x: int, y: int, /) -> None: method poly_line (line 346) | def poly_line(self, data: AnyReadableBuf, /) -> None: method line (line 352) | def line(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method _fcmd2b (line 358) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 359) | def write(self, s: str, /) -> None: method _fcmd2 (line 367) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rect (line 368) | def rect(self, x: int, y: int, w: int, h: int, /) -> None: method reset (line 376) | def reset(self) -> None: method jpeg_start (line 382) | def jpeg_start(self, total_len: int, /) -> None: method jpeg (line 390) | def jpeg(self, buf: AnyReadableBuf, /) -> None: method jpeg_data (line 399) | def jpeg_data(self, buf: AnyReadableBuf, /) -> None: method poly_dot (line 408) | def poly_dot(self, data: AnyReadableBuf, /) -> None: method line_no_clip (line 416) | def line_no_clip(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method oflush (line 424) | def oflush(self, *args, **kwargs) -> Incomplete: ... method fast_spi (line 425) | def fast_spi(self, flush: bool = True, /) -> SPI: method get_line (line 439) | def get_line(self, x: int, y: int, buf: AnyWritableBuf, /) -> None: method is_touched (line 448) | def is_touched(self) -> bool: method feed_wdt (line 455) | def feed_wdt(self) -> None: method iflush (line 463) | def iflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 464) | def get_pixel(self, x: int, y: int, /) -> int: method get_touch (line 470) | def get_touch(self) -> Tuple: method __init__ (line 479) | def __init__(self, connect: str, /): method __init__ (line 516) | def __init__(self, *, pwr: Pin, i2c: I2C, spi: SPI, i2c_addr: int = 98): FILE: publish/micropython-v1_24_1-stm32-stubs/machine.pyi function freq (line 42) | def freq() -> int: function freq (line 50) | def freq(self) -> int: function freq (line 61) | def freq( function freq (line 76) | def freq(hz: int, /) -> None: function freq (line 84) | def freq(self) -> int: function freq (line 92) | def freq( function idle (line 103) | def idle() -> None: function info (line 118) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 119) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 120) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 128) | def disable_irq() -> bool: function deepsleep (line 138) | def deepsleep() -> NoReturn: function deepsleep (line 163) | def deepsleep(time_ms: int, /) -> NoReturn: function soft_reset (line 187) | def soft_reset() -> NoReturn: function sleep (line 196) | def sleep() -> None: function time_pulse_us (line 202) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 221) | def lightsleep() -> None: function lightsleep (line 246) | def lightsleep(time_ms: int, /) -> None: function reset (line 270) | def reset() -> NoReturn: function rng (line 277) | def rng() -> int: function reset_cause (line 285) | def reset_cause() -> int: function unique_id (line 291) | def unique_id() -> bytes: function bootloader (line 300) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 310) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 334) | class RTC: method info (line 351) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 353) | def init(self) -> None: method init (line 361) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 369) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 377) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 385) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 393) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 401) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method wakeup (line 408) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 409) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method calibration (line 425) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 427) | def __init__(self, id: int = 0): method __init__ (line 433) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 441) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 449) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 457) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 465) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 473) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 481) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 489) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 497) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 505) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 513) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 521) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 529) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Pin (line 536) | class Pin: method mode (line 622) | def mode(self) -> int: method mode (line 631) | def mode(self, mode: int, /) -> None: method name (line 639) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 641) | def pull(self) -> int: method pull (line 650) | def pull(self, pull: int, /) -> None: method low (line 658) | def low(self) -> None: method irq (line 666) | def irq( method pin (line 720) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 721) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 722) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 723) | def on(self) -> None: method off (line 729) | def off(self) -> None: method init (line 735) | def init( method af_list (line 753) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 754) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 756) | def value(self) -> int: method value (line 790) | def value(self, x: Any, /) -> None: method high (line 823) | def high(self) -> None: method gpio (line 831) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 833) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 835) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 837) | class cpu: method __init__ (line 885) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 888) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 890) | class board: method __init__ (line 940) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 942) | def __init__( method __call__ (line 1017) | def __call__(self) -> int: method __call__ (line 1025) | def __call__(self, x: Any, /) -> None: method drive (line 1033) | def drive(self, drive: int, /) -> None: method drive (line 1043) | def drive(self, /) -> int: class SPI (line 1051) | class SPI: method deinit (line 1108) | def deinit(self) -> None: method init (line 1115) | def init( method init (line 1150) | def init( method write_readinto (line 1182) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 1193) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 1201) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 1210) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 1221) | def __init__(self, id: int, /): method __init__ (line 1234) | def __init__( method __init__ (line 1260) | def __init__( class ADC (line 1285) | class ADC: method read_u16 (line 1311) | def read_u16(self) -> int: method __init__ (line 1319) | def __init__(self, pin: PinLike, /) -> None: class I2S (line 1330) | class I2S: method shift (line 1406) | def shift( method init (line 1419) | def init( method irq (line 1436) | def irq( method readinto (line 1448) | def readinto( method deinit (line 1461) | def deinit(self) -> None: method write (line 1467) | def write( method __init__ (line 1480) | def __init__( class I2C (line 1522) | class I2C: method readfrom_mem_into (line 1559) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1571) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1581) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1590) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1601) | def scan(self) -> List: method writeto (line 1609) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1619) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1635) | def start(self) -> None: method readfrom (line 1641) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1649) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1660) | def init(self, *, freq: int = 400_000) -> None: method init (line 1674) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1687) | def stop(self) -> None: method write (line 1693) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1702) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1719) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1736) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1749) | class WDT: method feed (line 1765) | def feed(self) -> None: method __init__ (line 1773) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1782) | class Timer: method init (line 1809) | def init( method init (line 1817) | def init( method init (line 1825) | def init( method deinit (line 1871) | def deinit(self) -> None: method __init__ (line 1878) | def __init__(self, id: int, /): method __init__ (line 1888) | def __init__( method __init__ (line 1906) | def __init__( method __init__ (line 1924) | def __init__( class SoftSPI (line 1941) | class SoftSPI(SPI): method deinit (line 1950) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1951) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1952) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1953) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1954) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1955) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1956) | def __init__( class UART (line 1969) | class UART: method flush (line 2008) | def flush(self) -> Incomplete: method sendbreak (line 2023) | def sendbreak(self) -> None: method txdone (line 2030) | def txdone(self) -> bool: method init (line 2046) | def init( method init (line 2115) | def init( method init (line 2178) | def init( method readchar (line 2240) | def readchar(self, *args, **kwargs) -> Incomplete: ... method irq (line 2241) | def irq( method writechar (line 2278) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 2280) | def read(self) -> bytes | None: method read (line 2291) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 2301) | def deinit(self) -> None: method any (line 2311) | def any(self) -> int: method write (line 2326) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2335) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2346) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2356) | def readline(self) -> Union[str, None]: method __init__ (line 2366) | def __init__( method __init__ (line 2388) | def __init__( method __init__ (line 2404) | def __init__( class SoftI2C (line 2422) | class SoftI2C(I2C): method readfrom_mem_into (line 2435) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2436) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2437) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2438) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2439) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2440) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2441) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2442) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2443) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2444) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2445) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2446) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2447) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2448) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class Signal (line 2450) | class Signal(Pin): method off (line 2520) | def off(self) -> None: method on (line 2526) | def on(self) -> None: method value (line 2533) | def value(self) -> int: method value (line 2553) | def value(self, x: Any, /) -> None: method __init__ (line 2573) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2593) | def __init__( class PWM (line 2623) | class PWM: method freq (line 2625) | def freq(self) -> int: method freq (line 2636) | def freq( method duty_u16 (line 2651) | def duty_u16(self) -> int: method duty_u16 (line 2663) | def duty_u16( method duty_ns (line 2679) | def duty_ns(self) -> int: method duty_ns (line 2689) | def duty_ns( class SDCard (line 2702) | class SDCard: method readblocks (line 2704) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2714) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2724) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2735) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_24_1-stm32-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-stm32-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-stm32-stubs/network.pyi function hostname (line 55) | def hostname(*args, **kwargs) -> Incomplete: ... function route (line 56) | def route(*args, **kwargs) -> Incomplete: ... function country (line 57) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 59) | class WLAN: method active (line 61) | def active(self, /) -> bool: method active (line 69) | def active(self, is_active: bool | int, /) -> None: method status (line 77) | def status(self) -> int: method status (line 96) | def status(self, param: str, /) -> int: method ifconfig (line 115) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 126) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 137) | def config(self, param: str, /) -> Any: method config (line 172) | def config(self, **kwargs: Any) -> None: class LAN (line 206) | class LAN: method active (line 208) | def active(self, /) -> bool: method active (line 216) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 223) | class WLANWiPy: method __init__ (line 225) | def __init__(self, id: int = 0, /): method __init__ (line 239) | def __init__( method mode (line 263) | def mode(self) -> int: method mode (line 269) | def mode(self, mode: int, /) -> None: method ssid (line 275) | def ssid(self) -> str: method ssid (line 281) | def ssid(self, ssid: str, /) -> None: method auth (line 287) | def auth(self) -> int: method auth (line 293) | def auth(self, auth: int, /) -> None: method channel (line 299) | def channel(self) -> int: method channel (line 305) | def channel(self, channel: int, /) -> None: method antenna (line 311) | def antenna(self) -> int: method antenna (line 317) | def antenna(self, antenna: int, /) -> None: method mac (line 323) | def mac(self) -> bytes: method mac (line 329) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 334) | class AbstractNIC: method active (line 337) | def active(self, /) -> bool: method active (line 348) | def active(self, is_active: bool | int, /) -> None: method connect (line 359) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 378) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 397) | def status(self) -> Any: method status (line 415) | def status(self, param: str, /) -> Any: method ifconfig (line 433) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 447) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 461) | def config(self, param: str, /) -> Any: method config (line 480) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_24_1-stm32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_24_1-stm32-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-stm32-stubs/pyb.pyi function hard_reset (line 27) | def hard_reset() -> NoReturn: function have_cdc (line 35) | def have_cdc() -> bool: function hid (line 45) | def hid(data: tuple[int, int, int, int], /) -> None: function hid (line 55) | def hid(data: Sequence[int], /) -> None: function info (line 64) | def info() -> None: function info (line 70) | def info(dump_alloc_table: bytes, /) -> None: function info (line 76) | def info(self) -> list[int]: function info (line 82) | def info(self, list: list[int], /) -> list[int]: function wfi (line 87) | def wfi() -> None: function elapsed_micros (line 99) | def elapsed_micros(start: int, /) -> int: function freq (line 116) | def freq() -> tuple[int, int, int, int]: function freq (line 156) | def freq(sysclk: int, /) -> None: function freq (line 196) | def freq(sysclk: int, hclk: int, /) -> None: function freq (line 236) | def freq(sysclk: int, hclk: int, pclk1: int, /) -> None: function freq (line 276) | def freq(sysclk: int, hclk: int, pclk1: int, pclk2: int, /) -> None: function freq (line 316) | def freq(self) -> int: function freq (line 356) | def freq(self, value: int, /) -> None: function disable_irq (line 395) | def disable_irq() -> bool: function fault_debug (line 404) | def fault_debug(value: bool = False) -> None: function elapsed_millis (line 419) | def elapsed_millis(start: int, /) -> int: function enable_irq (line 434) | def enable_irq(state: bool = True, /) -> None: function sync (line 444) | def sync() -> None: function servo (line 450) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 451) | def standby() -> None: function usb_mode (line 466) | def usb_mode() -> str: function usb_mode (line 508) | def usb_mode( function udelay (line 558) | def udelay(us: int, /) -> None: function unique_id (line 564) | def unique_id() -> str: function micros (line 570) | def micros() -> int: function mount (line 585) | def mount( function mount (line 627) | def mount( function rng (line 668) | def rng() -> int: function millis (line 674) | def millis() -> int: function repl_uart (line 689) | def repl_uart() -> UART | None: function repl_uart (line 695) | def repl_uart(uart: UART, /) -> None: function pwm (line 700) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 701) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 702) | def stop() -> None: function delay (line 714) | def delay(ms: int, /) -> None: function main (line 720) | def main(filename: str, /) -> None: function bootloader (line 729) | def bootloader() -> None: function country (line 735) | def country(*args, **kwargs) -> Incomplete: ... class DAC (line 737) | class DAC: method noise (line 784) | def noise(self, freq: int, /) -> None: method write_timed (line 791) | def write_timed(self, data: AnyWritableBuf, freq: int | Timer, /, *, m... method triangle (line 813) | def triangle(self, freq: int, /) -> None: method write (line 821) | def write(self, value: int, /) -> None: method init (line 829) | def init(self, bits: int = 8, *, buffering: bool | None = None) -> None: method deinit (line 837) | def deinit(self) -> None: method __init__ (line 843) | def __init__(self, port: int | Pin, /, bits: int = 8, *, buffering: bo... class ExtInt (line 868) | class ExtInt: method line (line 920) | def line(self) -> int: method regs (line 927) | def regs() -> None: method swint (line 933) | def swint(self) -> None: method enable (line 939) | def enable(self) -> None: method disable (line 945) | def disable(self) -> None: method __init__ (line 952) | def __init__( class Flash (line 976) | class Flash(AbstractBlockDev): method readblocks (line 988) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 998) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1008) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1019) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 1033) | def ioctl(self, op: int, arg: int) -> int | None: method __init__ (line 1043) | def __init__(self): method __init__ (line 1055) | def __init__(self, *, start: int = -1, len: int = -1): class I2C (line 1062) | class I2C: method scan (line 1118) | def scan(self) -> List: method mem_read (line 1126) | def mem_read( method mem_read (line 1150) | def mem_read( method mem_write (line 1173) | def mem_write( method recv (line 1198) | def recv( method recv (line 1219) | def recv( method is_ready (line 1239) | def is_ready(self, addr: int, /) -> bool: method send (line 1245) | def send( method deinit (line 1263) | def deinit(self) -> None: method init (line 1269) | def init( method __init__ (line 1297) | def __init__( class LCD (line 1329) | class LCD: method fill (line 1365) | def fill(self, colour: int, /) -> None: method light (line 1373) | def light(self, value: bool | int, /) -> None: method pixel (line 1379) | def pixel(self, x: int, y: int, colour: int, /) -> None: method show (line 1387) | def show(self) -> None: method text (line 1393) | def text(self, str: str, x: int, y: int, colour: int, /) -> None: method contrast (line 1401) | def contrast(self, value: int, /) -> None: method get (line 1407) | def get(self, x: int, y: int, /) -> int: method write (line 1415) | def write(self, str: str, /) -> None: method command (line 1421) | def command(self, inst_data: int, buf: bytes, /) -> None: method __init__ (line 1429) | def __init__(self, skin_position: str, /) -> None: class CAN (line 1435) | class CAN: method restart (line 1468) | def restart(self) -> None: method recv (line 1482) | def recv(self, fifo: int, /, *, timeout: int = 5000) -> tuple[int, boo... method recv (line 1518) | def recv(self, fifo: int, list: None, /, *, timeout: int = 5000) -> tu... method recv (line 1554) | def recv(self, fifo: int, list: list[int | bool | memoryview], /, *, t... method init (line 1589) | def init( method rxcallback (line 1659) | def rxcallback(self, fifo: int, fun: Callable[[CAN], None], /) -> None: method setfilter (line 1696) | def setfilter(self, bank: int, mode: int, fifo: int, params: Sequence[... method setfilter (line 1753) | def setfilter( method state (line 1818) | def state(self) -> int: method send (line 1834) | def send( method any (line 1871) | def any(self, fifo: int, /) -> bool: method info (line 1878) | def info(self) -> list[int]: method info (line 1902) | def info(self, list: list[int], /) -> list[int]: method clearfilter (line 1925) | def clearfilter(self, bank: int, /) -> None: method deinit (line 1935) | def deinit(self) -> None: method __init__ (line 1941) | def __init__( class ADC (line 1967) | class ADC: method read_timed (line 1985) | def read_timed(self, buf: AnyWritableBuf, timer: Timer | int, /) -> None: method read_timed_multi (line 2024) | def read_timed_multi(adcs: tuple[ADC, ...], bufs: tuple[AnyWritableBuf... method read (line 2077) | def read(self) -> int: method __init__ (line 2084) | def __init__(self, pin: int | Pin, /) -> None: class ADCAll (line 2090) | class ADCAll: method read_core_vbat (line 2091) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 2092) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 2093) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 2094) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 2095) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2096) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 2098) | class Accel: method x (line 2109) | def x(self) -> int: method tilt (line 2115) | def tilt(self) -> int: method y (line 2121) | def y(self) -> int: method z (line 2127) | def z(self) -> int: method read (line 2133) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 2134) | def filtered_xyz(self) -> Tuple: method write (line 2145) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2146) | def __init__(self) -> None: class USB_VCP (line 2151) | class USB_VCP: method readlines (line 2161) | def readlines(self) -> List: method recv (line 2172) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes | None: method recv (line 2185) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int... method isconnected (line 2197) | def isconnected(self) -> bool: method init (line 2203) | def init(self, *, flow: int = -1) -> None: method irq (line 2211) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 2223) | def setinterrupt(self, chr: int, /) -> None: method close (line 2234) | def close(self) -> None: method read (line 2242) | def read(self) -> bytes | None: method read (line 2253) | def read(self, nbytes, /) -> bytes | None: method any (line 2263) | def any(self) -> bool: method write (line 2269) | def write(self, buf: AnyReadableBuf, /) -> int: method send (line 2277) | def send(self, buf: AnyWritableBuf | bytes | int, /, *, timeout: int =... method readinto (line 2289) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2301) | def readinto(self, buf: AnyWritableBuf, maxlen: int, /) -> int | None: method readline (line 2312) | def readline(self) -> bytes: method __init__ (line 2321) | def __init__(self, id: int = 0, /) -> None: class Timer (line 2327) | class Timer: method freq (line 2400) | def freq(self) -> int: method freq (line 2406) | def freq(self, value: int, /) -> None: method init (line 2412) | def init( method init (line 2477) | def init( method period (line 2543) | def period(self) -> int: method period (line 2549) | def period(self, value: int, /) -> None: method prescaler (line 2555) | def prescaler(self) -> int: method prescaler (line 2561) | def prescaler(self, value: int, /) -> None: method source_freq (line 2566) | def source_freq(self) -> int: method deinit (line 2572) | def deinit(self) -> None: method callback (line 2583) | def callback(self, fun: Callable[[Timer], None] | None, /) -> None: method channel (line 2592) | def channel(self, channel: int, /) -> timerchannel | None: method channel (line 2679) | def channel( method channel (line 2775) | def channel( method channel (line 2871) | def channel( method channel (line 2968) | def channel( method channel (line 3064) | def channel( method counter (line 3159) | def counter(self) -> int: method counter (line 3165) | def counter(self, value: int, /) -> None: method __init__ (line 3171) | def __init__(self, id: int, /): method __init__ (line 3179) | def __init__( method __init__ (line 3197) | def __init__( class Switch (line 3215) | class Switch: method callback (line 3233) | def callback(self, fun: Callable[[], None] | None) -> None: method value (line 3240) | def value(self) -> bool: method __init__ (line 3246) | def __init__(self) -> None: method __call__ (line 3252) | def __call__(self) -> bool: method __call__ (line 3260) | def __call__(self) -> bool: class Servo (line 3267) | class Servo: method speed (line 3294) | def speed(self) -> int: method speed (line 3306) | def speed(self, speed: int, time: int = 0, /) -> None: method speed (line 3318) | def speed(self) -> int: method speed (line 3330) | def speed(self, value: int, /) -> None: method pulse_width (line 3341) | def pulse_width(self, value: Any | None = None) -> Incomplete: method calibration (line 3351) | def calibration(self) -> tuple[int, int, int, int, int]: method calibration (line 3366) | def calibration(self, pulse_min: int, pulse_max: int, pulse_centre: in... method calibration (line 3381) | def calibration( method angle (line 3404) | def angle(self) -> int: method angle (line 3417) | def angle(self, angle: int, time: int = 0, /) -> None: method __init__ (line 3429) | def __init__(self, id: int, /) -> None: class UART (line 3434) | class UART: method flush (line 3480) | def flush(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 3481) | def sendbreak(self) -> None: method txdone (line 3489) | def txdone(self, *args, **kwargs) -> Incomplete: ... method init (line 3490) | def init( method readchar (line 3528) | def readchar(self) -> int: method irq (line 3536) | def irq(self, *args, **kwargs) -> Incomplete: ... method writechar (line 3537) | def writechar(self, char: int, /) -> None: method read (line 3545) | def read(self) -> bytes | None: method read (line 3562) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 3578) | def deinit(self) -> None: method any (line 3584) | def any(self) -> int: method write (line 3590) | def write(self, buf: AnyWritableBuf, /) -> int: method readinto (line 3603) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 3613) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 3622) | def readline(self) -> None: method __init__ (line 3633) | def __init__(self, bus: int | str, /): method __init__ (line 3670) | def __init__( class USB_HID (line 3719) | class USB_HID: method recv (line 3729) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes: method recv (line 3742) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int: method send (line 3754) | def send(self, data: Sequence[int]) -> None: method __init__ (line 3763) | def __init__(self) -> None: class LED (line 3768) | class LED: method toggle (line 3773) | def toggle(self) -> None: method on (line 3780) | def on(self) -> None: method off (line 3786) | def off(self) -> None: method intensity (line 3793) | def intensity(self) -> int: method intensity (line 3807) | def intensity(self, value: int, /) -> None: method __init__ (line 3820) | def __init__(self, id: int, /) -> None: class RTC (line 3827) | class RTC: method info (line 3839) | def info(self) -> int: method init (line 3850) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 3851) | def wakeup(self, timeout: int, callback: Callable[[RTC], None] | None ... method datetime (line 3865) | def datetime(self, datetimetuple: tuple[int, int, int, int, int, int, ... method datetime (line 3884) | def datetime(self, /) -> Tuple: method calibration (line 3903) | def calibration(self) -> int: method calibration (line 3921) | def calibration(self, cal: int, /) -> None: method __init__ (line 3938) | def __init__(self) -> None: class Pin (line 3943) | class Pin: method mode (line 4053) | def mode(self) -> int: method name (line 4061) | def name(self) -> str: method pull (line 4067) | def pull(self) -> int: method low (line 4075) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 4076) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 4077) | def pin(self) -> int: method port (line 4083) | def port(self) -> int: method names (line 4089) | def names(self) -> str: method on (line 4095) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 4096) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 4097) | def init( method af_list (line 4138) | def af_list(self) -> List: method af (line 4144) | def af(self) -> int: method value (line 4153) | def value(self) -> int: method value (line 4164) | def value(self, value: Any, /) -> None: method high (line 4174) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 4175) | def gpio(self) -> int: method dict (line 4183) | def dict() -> Dict[str, Pin]: method dict (line 4190) | def dict(dict: Dict[str, Pin], /) -> None: method debug (line 4197) | def debug() -> bool: method debug (line 4204) | def debug(state: bool, /) -> None: class cpu (line 4209) | class cpu: method __init__ (line 4257) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 4261) | def mapper() -> Callable[[str], Pin]: method mapper (line 4268) | def mapper(fun: Callable[[str], Pin], /) -> None: class board (line 4273) | class board: method __init__ (line 4323) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 4325) | def __init__( method __call__ (line 4341) | def __call__(self) -> int: method __call__ (line 4349) | def __call__(self, x: Any, /) -> None: class SPI (line 4356) | class SPI: method deinit (line 4386) | def deinit(self) -> None: method send_recv (line 4392) | def send_recv( method recv (line 4413) | def recv(self, recv: int | AnyWritableBuf, /, *, timeout: int = 5000) ... method init (line 4427) | def init( method init (line 4466) | def init( method write_readinto (line 4504) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 4505) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 4506) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 4507) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 4508) | def send(self, send: int | AnyWritableBuf | bytes, /, *, timeout: int ... method __init__ (line 4520) | def __init__(self, bus: int, /): method __init__ (line 4538) | def __init__( method __init__ (line 4569) | def __init__( class SDCard (line 4601) | class SDCard: method writeblocks (line 4602) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 4603) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 4604) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 4605) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 4606) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 4607) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 4608) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 4609) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 4610) | def __init__(self, *argv, **kwargs) -> None: ... class timerchannel (line 4612) | class timerchannel: method capture (line 4615) | def capture(self) -> int: method capture (line 4624) | def capture(self, value: int, /) -> None: method compare (line 4633) | def compare(self) -> int: method compare (line 4642) | def compare(self, value: int, /) -> None: method pulse_width (line 4651) | def pulse_width(self) -> int: method pulse_width (line 4663) | def pulse_width(self, value: int, /) -> None: method pulse_width_percent (line 4675) | def pulse_width_percent(self) -> float: method pulse_width_percent (line 4686) | def pulse_width_percent(self, value: int | float, /) -> None: FILE: publish/micropython-v1_24_1-stm32-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_24_1-stm32-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-stm32-stubs/socket.pyi function getaddrinfo (line 93) | def getaddrinfo( class socket (line 143) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 160) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 168) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 188) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 207) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 216) | def settimeout(self, value: float | None, /) -> None: method sendall (line 252) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 265) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 273) | def setblocking(self, value: bool, /) -> None: method sendto (line 285) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 292) | def readline(self) -> bytes: method readinto (line 301) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 311) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 321) | def read(self) -> bytes: method read (line 331) | def read(self, size: int, /) -> bytes: method close (line 340) | def close(self) -> None: method connect (line 351) | def connect(self, address: _Address | bytes, /) -> None: method send (line 357) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 365) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 371) | def accept(self) -> Tuple: method write (line 380) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 391) | def __init__( FILE: publish/micropython-v1_24_1-stm32-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-stm32-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-stm32-stubs/uhashlib.pyi class sha256 (line 10) | class sha256: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-stm32-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-stm32-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-stm32-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-stm32-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_24_1-unix-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-unix-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 26) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 27) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 28) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 30) | class LockType: method locked (line 31) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 32) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 33) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-unix-stubs/argparse.pyi class _ArgError (line 3) | class _ArgError(BaseException): ... class _Arg (line 5) | class _Arg: method __init__ (line 13) | def __init__(self, names, dest, action, nargs, const, default, help) -... method parse (line 14) | def parse(self, optname, args): ... function _dest_from_optnames (line 16) | def _dest_from_optnames(opt_names): ... class ArgumentParser (line 18) | class ArgumentParser: method __init__ (line 22) | def __init__(self, *, description: str = "") -> None: ... method add_argument (line 23) | def add_argument(self, *args, **kwargs) -> None: ... method usage (line 24) | def usage(self, full): ... method parse_args (line 25) | def parse_args(self, args: Incomplete | None = None): ... method parse_known_args (line 26) | def parse_known_args(self, args: Incomplete | None = None): ... method _parse_args_impl (line 27) | def _parse_args_impl(self, args, return_unknown): ... method _parse_args (line 28) | def _parse_args(self, args, return_unknown): ... FILE: publish/micropython-v1_24_1-unix-stubs/binascii.pyi function crc32 (line 22) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 23) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 33) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 40) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 48) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-unix-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_24_1-unix-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_24_1-unix-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_24_1-unix-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-unix-stubs/ffi.pyi function func (line 11) | def func(*args, **kwargs) -> Incomplete: ... function callback (line 12) | def callback(*args, **kwargs) -> Incomplete: ... function as_bytearray (line 13) | def as_bytearray(*args, **kwargs) -> Incomplete: ... function open (line 14) | def open(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-unix-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 74) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 81) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 87) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 96) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 105) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 112) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 128) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 138) | def blit( method hline (line 168) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 178) | def fill(self, c: int, /) -> None: method fill_rect (line 184) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 185) | def __init__( FILE: publish/micropython-v1_24_1-unix-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_24_1-unix-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_24_1-unix-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-unix-stubs/machine.pyi function idle (line 41) | def idle() -> None: function soft_reset (line 56) | def soft_reset() -> NoReturn: function time_pulse_us (line 64) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... class PinBase (line 84) | class PinBase: method __init__ (line 85) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 87) | class Signal(Pin): method off (line 157) | def off(self) -> None: method on (line 163) | def on(self) -> None: method value (line 170) | def value(self) -> int: method value (line 190) | def value(self, x: Any, /) -> None: method __init__ (line 210) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 230) | def __init__( class SPI (line 263) | class SPI: method __init__ (line 265) | def __init__(self, id: int, /): method __init__ (line 278) | def __init__( method __init__ (line 304) | def __init__( method init (line 328) | def init( method init (line 363) | def init( class RTC (line 395) | class RTC: method __init__ (line 397) | def __init__(self, id: int = 0): method __init__ (line 403) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 411) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 419) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 427) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 435) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 443) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 451) | def init(self) -> None: method init (line 459) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 467) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 475) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 483) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 491) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 499) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 507) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 515) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 523) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 531) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 539) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 547) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 555) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class PWM (line 562) | class PWM: method freq (line 564) | def freq(self) -> int: method freq (line 575) | def freq( method duty_u16 (line 590) | def duty_u16(self) -> int: method duty_u16 (line 602) | def duty_u16( method duty_ns (line 618) | def duty_ns(self) -> int: method duty_ns (line 628) | def duty_ns( class I2C (line 641) | class I2C: method __init__ (line 643) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 660) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 677) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... method init (line 691) | def init(self, *, freq: int = 400_000) -> None: method init (line 705) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... class Pin (line 718) | class Pin: method value (line 720) | def value(self) -> int: method value (line 754) | def value(self, x: Any, /) -> None: method __call__ (line 788) | def __call__(self) -> int: method __call__ (line 796) | def __call__(self, x: Any, /) -> None: method mode (line 804) | def mode(self) -> int: method mode (line 813) | def mode(self, mode: int, /) -> None: method pull (line 822) | def pull(self) -> int: method pull (line 831) | def pull(self, pull: int, /) -> None: method drive (line 840) | def drive(self, drive: int, /) -> None: method drive (line 850) | def drive(self, /) -> int: class SDCard (line 858) | class SDCard: method readblocks (line 860) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 870) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 880) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 891) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... class UART (line 905) | class UART: method __init__ (line 907) | def __init__( method __init__ (line 929) | def __init__( method __init__ (line 945) | def __init__( method init (line 961) | def init( method init (line 1030) | def init( method init (line 1093) | def init( method read (line 1156) | def read(self) -> bytes | None: method read (line 1167) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1178) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1189) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: class Timer (line 1199) | class Timer: method __init__ (line 1201) | def __init__(self, id: int, /): method __init__ (line 1211) | def __init__( method __init__ (line 1229) | def __init__( method __init__ (line 1247) | def __init__( method init (line 1265) | def init( method init (line 1273) | def init( method init (line 1281) | def init( function freq (line 1328) | def freq() -> int: function freq (line 1336) | def freq(hz: int, /) -> None: function freq (line 1344) | def freq(self) -> int: function freq (line 1352) | def freq( function lightsleep (line 1364) | def lightsleep() -> None: function lightsleep (line 1389) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 1414) | def deepsleep() -> NoReturn: function deepsleep (line 1439) | def deepsleep(time_ms: int, /) -> NoReturn: FILE: publish/micropython-v1_24_1-unix-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-unix-stubs/micropython.pyi function mem_total (line 23) | def mem_total(*args, **kwargs) -> Incomplete: ... function mem_info (line 25) | def mem_info() -> None: function mem_info (line 36) | def mem_info(verbose: Any, /) -> None: function mem_peak (line 46) | def mem_peak(*args, **kwargs) -> Incomplete: ... function schedule (line 47) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function opt_level (line 93) | def opt_level() -> int: function opt_level (line 113) | def opt_level(level: int, /) -> None: function qstr_info (line 133) | def qstr_info() -> None: function qstr_info (line 144) | def qstr_info(verbose: bool, /) -> None: function stack_use (line 154) | def stack_use() -> int: function heap_lock (line 162) | def heap_lock() -> int: function const (line 184) | def const(expr: Const_T, /) -> Const_T: function mem_current (line 206) | def mem_current(*args, **kwargs) -> Incomplete: ... function kbd_intr (line 207) | def kbd_intr(chr: int) -> None: function heap_unlock (line 220) | def heap_unlock() -> int: class RingIO (line 242) | class RingIO: method readinto (line 243) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 253) | def write(self, buf) -> int: method readline (line 262) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 272) | def any(self) -> int: method read (line 278) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 289) | def close(self) -> Incomplete: method __init__ (line 296) | def __init__(self, size) -> None: ... function viper (line 300) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 311) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 320) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 331) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-unix-stubs/mip/__init__.pyi function _ensure_path_exists (line 7) | def _ensure_path_exists(path) -> None: ... function _chunk (line 8) | def _chunk(src, dest) -> None: ... function _check_exists (line 9) | def _check_exists(path, short_hash): ... function _rewrite_url (line 10) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 11) | def _download_file(url, dest): ... function _install_json (line 12) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 13) | def _install_package(package, index, target, version, mpy): ... function install (line 14) | def install( FILE: publish/micropython-v1_24_1-unix-stubs/mip/__main__.pyi function do_install (line 1) | def do_install() -> None: ... FILE: publish/micropython-v1_24_1-unix-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-unix-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_24_1-unix-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_24_1-unix-stubs/select.pyi class poll (line 27) | class poll: method __init__ (line 32) | def __init__(self) -> None: ... method register (line 33) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 53) | def unregister(self, obj) -> Incomplete: method modify (line 59) | def modify(self, obj, eventmask) -> None: method poll (line 66) | def poll(self, timeout=-1, /) -> List: method ipoll (line 91) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-unix-stubs/socket.pyi function sockaddr (line 96) | def sockaddr(*args, **kwargs) -> Incomplete: ... function inet_pton (line 97) | def inet_pton(af: int, txt_addr: str, /) -> bytes: function inet_ntop (line 107) | def inet_ntop(af: int, bin_addr: bytes, /) -> str: function getaddrinfo (line 117) | def getaddrinfo( class socket (line 167) | class socket: method recv (line 176) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 184) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 204) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 223) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 232) | def fileno(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 233) | def settimeout(self, value: float | None, /) -> None: method recvfrom (line 269) | def recvfrom(self, bufsize: int, /) -> Tuple: method setsockopt (line 277) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 285) | def setblocking(self, value: bool, /) -> None: method sendto (line 297) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 304) | def readline(self) -> bytes: method readinto (line 313) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 323) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 333) | def read(self) -> bytes: method read (line 343) | def read(self, size: int, /) -> bytes: method close (line 352) | def close(self) -> None: method connect (line 363) | def connect(self, address: _Address | bytes, /) -> None: method send (line 369) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 377) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 383) | def accept(self) -> Tuple: method write (line 392) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 403) | def __init__( FILE: publish/micropython-v1_24_1-unix-stubs/ssl.pyi class SSLContext (line 20) | class SSLContext: method __init__ (line 27) | def __init__(self, *args) -> None: ... method verify_mode (line 29) | def verify_mode(self): ... method verify_mode (line 31) | def verify_mode(self, val) -> None: ... method load_cert_chain (line 33) | def load_cert_chain(self, certfile, keyfile) -> None: method load_cert_chain (line 48) | def load_cert_chain(self, certfile, keyfile) -> None: method load_verify_locations (line 62) | def load_verify_locations(self, cafile: Incomplete | None = None, cada... method wrap_socket (line 70) | def wrap_socket( function wrap_socket (line 97) | def wrap_socket( class SSLSocket (line 126) | class SSLSocket: method read (line 132) | def read(self, *argv, **kwargs) -> Incomplete: ... method readinto (line 134) | def readinto(self, *argv, **kwargs) -> Incomplete: ... method readline (line 136) | def readline(self, *argv, **kwargs) -> Incomplete: ... method write (line 138) | def write(self, *argv, **kwargs) -> Incomplete: ... method setblocking (line 140) | def setblocking(self, *argv, **kwargs) -> Incomplete: ... method close (line 142) | def close(self, *argv, **kwargs) -> Incomplete: ... method __del__ (line 145) | def __del__(self, *argv, **kwargs) -> Incomplete: ... method ioctl (line 149) | def ioctl(self, *argv, **kwargs) -> Incomplete: ... method getpeercert (line 153) | def getpeercert(self, *argv, **kwargs) -> Incomplete: ... method cipher (line 156) | def cipher(self, *argv, **kwargs) -> Incomplete: ... method recv (line 159) | def recv(self, *argv, **kwargs) -> Incomplete: ... method recv_into (line 161) | def recv_into(self, *argv, **kwargs) -> Incomplete: ... method send (line 163) | def send(self, *argv, **kwargs) -> Incomplete: ... method sendall (line 165) | def sendall(self, *argv, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-unix-stubs/termios.pyi function tcgetattr (line 23) | def tcgetattr(*args, **kwargs) -> Incomplete: ... function tcsetattr (line 24) | def tcsetattr(*args, **kwargs) -> Incomplete: ... function setraw (line 25) | def setraw(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-unix-stubs/time.pyi function ticks_cpu (line 52) | def ticks_cpu() -> _TicksCPU: function ticks_diff (line 67) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 133) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 160) | def time_ns() -> int: function time (line 167) | def time() -> int: function ticks_ms (line 195) | def ticks_ms() -> int: function ticks_us (line 219) | def ticks_us() -> _TicksUs: function gmtime (line 225) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 247) | def localtime(secs: int | None = None, /) -> Tuple: function clock (line 269) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 270) | def sleep_us(us: int, /) -> None: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-unix-stubs/tls.pyi class SSLContext (line 18) | class SSLContext: method load_verify_locations (line 19) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 20) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 21) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 22) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 23) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-unix-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-unix-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 123) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-unix-stubs/uhashlib.pyi class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 16) | class sha256: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 21) | class md5: method digest (line 22) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 23) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-unix-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-unix-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-unix-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-unix-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-unix-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs1 (line 61) | class VfsLfs1: method rename (line 71) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 73) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 82) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 83) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 84) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 85) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 86) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 87) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 88) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 89) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 90) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 91) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 92) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 93) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 95) | class VfsFat: method rename (line 102) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 104) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 110) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 111) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 112) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 113) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 114) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 115) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 116) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 117) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 118) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 119) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 120) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 121) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class VfsPosix (line 123) | class VfsPosix: method rename (line 131) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 132) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 133) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 134) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 135) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 136) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 137) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 138) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 139) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 140) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 141) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 142) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 143) | def __init__(self, root: str | None = None) -> None: ... class VfsLfs2 (line 145) | class VfsLfs2: method rename (line 163) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 165) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 174) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 175) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 176) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 177) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 178) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 179) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 180) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 181) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 182) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 183) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 184) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 185) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class AbstractBlockDev (line 187) | class AbstractBlockDev: method readblocks (line 191) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 194) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 212) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 235) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 259) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 263) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_24_1-unix-stubs/websocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-webassembly-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-webassembly-stubs/base64.pyi function b64encode (line 20) | def b64encode(s, altchars: Incomplete | None = None): function b64decode (line 31) | def b64decode(s, altchars: Incomplete | None = None, validate: bool = Fa... function standard_b64encode (line 46) | def standard_b64encode(s): function standard_b64decode (line 52) | def standard_b64decode(s): function urlsafe_b64encode (line 61) | def urlsafe_b64encode(s): function urlsafe_b64decode (line 69) | def urlsafe_b64decode(s) -> None: function b32encode (line 80) | def b32encode(s): function b32decode (line 86) | def b32decode(s, casefold: bool = False, map01: Incomplete | None = None): function b16encode (line 106) | def b16encode(s): function b16decode (line 112) | def b16decode(s, casefold: bool = False): function encode (line 124) | def encode(input, output) -> None: function decode (line 127) | def decode(input, output) -> None: function encodebytes (line 130) | def encodebytes(s): function decodebytes (line 134) | def decodebytes(s): FILE: publish/micropython-v1_24_1-webassembly-stubs/binascii.pyi function unhexlify (line 17) | def unhexlify(data) -> bytes: function _transform (line 29) | def _transform(n): ... function a2b_base64 (line 30) | def a2b_base64(ascii) -> bytes: function b2a_base64 (line 39) | def b2a_base64(bin, newline: bool = True) -> bytes: FILE: publish/micropython-v1_24_1-webassembly-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_24_1-webassembly-stubs/copy.pyi class Error (line 5) | class Error(Exception): ... function copy (line 9) | def copy(x): function deepcopy (line 15) | def deepcopy(x, memo: Incomplete | None = None, _nil=[]): class _EmptyClass (line 21) | class _EmptyClass: ... FILE: publish/micropython-v1_24_1-webassembly-stubs/datetime.pyi function _leap (line 7) | def _leap(y): ... function _dby (line 8) | def _dby(y): ... function _dim (line 9) | def _dim(y, m): ... function _dbm (line 10) | def _dbm(y, m): ... function _ymd2o (line 11) | def _ymd2o(y, m, d): ... function _o2ymd (line 12) | def _o2ymd(n): ... class timedelta (line 17) | class timedelta: method __init__ (line 19) | def __init__( method __repr__ (line 29) | def __repr__(self) -> str: ... method total_seconds (line 30) | def total_seconds(self): ... method days (line 32) | def days(self): ... method seconds (line 34) | def seconds(self): ... method microseconds (line 36) | def microseconds(self): ... method __add__ (line 37) | def __add__(self, other): ... method __sub__ (line 38) | def __sub__(self, other): ... method __neg__ (line 39) | def __neg__(self): ... method __pos__ (line 40) | def __pos__(self): ... method __abs__ (line 41) | def __abs__(self): ... method __mul__ (line 42) | def __mul__(self, other): ... method __truediv__ (line 44) | def __truediv__(self, other): ... method __floordiv__ (line 45) | def __floordiv__(self, other): ... method __mod__ (line 46) | def __mod__(self, other): ... method __divmod__ (line 47) | def __divmod__(self, other): ... method __eq__ (line 48) | def __eq__(self, other): ... method __le__ (line 49) | def __le__(self, other): ... method __lt__ (line 50) | def __lt__(self, other): ... method __ge__ (line 51) | def __ge__(self, other): ... method __gt__ (line 52) | def __gt__(self, other): ... method __bool__ (line 53) | def __bool__(self) -> bool: ... method __str__ (line 54) | def __str__(self) -> str: ... method __hash__ (line 56) | def __hash__(self): ... method isoformat (line 57) | def isoformat(self): ... method _format (line 58) | def _format(self, spec: int = 0): ... method tuple (line 59) | def tuple(self): ... method _tuple (line 60) | def _tuple(self, n): ... class tzinfo (line 62) | class tzinfo: method tzname (line 63) | def tzname(self, dt) -> None: ... method utcoffset (line 64) | def utcoffset(self, dt) -> None: ... method dst (line 65) | def dst(self, dt) -> None: ... method fromutc (line 66) | def fromutc(self, dt): ... method isoformat (line 67) | def isoformat(self, dt): ... class timezone (line 69) | class timezone(tzinfo): method __init__ (line 72) | def __init__(self, offset, name: Incomplete | None = None) -> None: ... method __repr__ (line 73) | def __repr__(self) -> str: ... method __eq__ (line 74) | def __eq__(self, other): ... method __str__ (line 75) | def __str__(self) -> str: ... method __hash__ (line 77) | def __hash__(self): ... method utcoffset (line 78) | def utcoffset(self, dt): ... method dst (line 79) | def dst(self, dt) -> None: ... method tzname (line 80) | def tzname(self, dt): ... method fromutc (line 81) | def fromutc(self, dt): ... function _date (line 83) | def _date(y, m, d): ... function _iso2d (line 84) | def _iso2d(s): ... function _d2iso (line 85) | def _d2iso(o): ... class date (line 87) | class date: method __init__ (line 89) | def __init__(self, year, month, day) -> None: ... method fromtimestamp (line 91) | def fromtimestamp(cls, ts): ... method today (line 93) | def today(cls): ... method fromordinal (line 95) | def fromordinal(cls, n): ... method fromisoformat (line 97) | def fromisoformat(cls, s): ... method year (line 99) | def year(self): ... method month (line 101) | def month(self): ... method day (line 103) | def day(self): ... method toordinal (line 104) | def toordinal(self): ... method timetuple (line 105) | def timetuple(self): ... method replace (line 106) | def replace(self, year: Incomplete | None = None, month: Incomplete | ... method __add__ (line 107) | def __add__(self, other): ... method __sub__ (line 108) | def __sub__(self, other): ... method __eq__ (line 109) | def __eq__(self, other): ... method __le__ (line 110) | def __le__(self, other): ... method __lt__ (line 111) | def __lt__(self, other): ... method __ge__ (line 112) | def __ge__(self, other): ... method __gt__ (line 113) | def __gt__(self, other): ... method weekday (line 114) | def weekday(self): ... method isoweekday (line 115) | def isoweekday(self): ... method isoformat (line 116) | def isoformat(self): ... method __repr__ (line 117) | def __repr__(self) -> str: ... method __hash__ (line 120) | def __hash__(self): ... method tuple (line 121) | def tuple(self): ... function _time (line 123) | def _time(h, m, s, us, fold): ... function _iso2t (line 124) | def _iso2t(s): ... function _t2iso (line 125) | def _t2iso(td, timespec, dt, tz): ... class time (line 127) | class time: method __init__ (line 131) | def __init__( method fromisoformat (line 135) | def fromisoformat(cls, s): ... method hour (line 137) | def hour(self): ... method minute (line 139) | def minute(self): ... method second (line 141) | def second(self): ... method microsecond (line 143) | def microsecond(self): ... method tzinfo (line 145) | def tzinfo(self): ... method fold (line 147) | def fold(self): ... method replace (line 148) | def replace( method isoformat (line 158) | def isoformat(self, timespec: str = "auto"): ... method __repr__ (line 159) | def __repr__(self) -> str: ... method __bool__ (line 161) | def __bool__(self) -> bool: ... method __eq__ (line 162) | def __eq__(self, other): ... method __le__ (line 163) | def __le__(self, other): ... method __lt__ (line 164) | def __lt__(self, other): ... method __ge__ (line 165) | def __ge__(self, other): ... method __gt__ (line 166) | def __gt__(self, other): ... method _sub (line 167) | def _sub(self, other): ... method __hash__ (line 169) | def __hash__(self): ... method utcoffset (line 170) | def utcoffset(self): ... method dst (line 171) | def dst(self): ... method tzname (line 172) | def tzname(self): ... method tuple (line 173) | def tuple(self): ... class datetime (line 175) | class datetime: method __init__ (line 180) | def __init__( method fromtimestamp (line 194) | def fromtimestamp(cls, ts, tz: Incomplete | None = None): ... method now (line 196) | def now(cls, tz: Incomplete | None = None): ... method fromordinal (line 198) | def fromordinal(cls, n): ... method fromisoformat (line 200) | def fromisoformat(cls, s): ... method combine (line 202) | def combine(cls, date, time, tzinfo: Incomplete | None = None): ... method year (line 204) | def year(self): ... method month (line 206) | def month(self): ... method day (line 208) | def day(self): ... method hour (line 210) | def hour(self): ... method minute (line 212) | def minute(self): ... method second (line 214) | def second(self): ... method microsecond (line 216) | def microsecond(self): ... method tzinfo (line 218) | def tzinfo(self): ... method fold (line 220) | def fold(self): ... method __add__ (line 221) | def __add__(self, other): ... method __sub__ (line 222) | def __sub__(self, other): ... method _sub (line 223) | def _sub(self, other): ... method __eq__ (line 224) | def __eq__(self, other): ... method __le__ (line 225) | def __le__(self, other): ... method __lt__ (line 226) | def __lt__(self, other): ... method __ge__ (line 227) | def __ge__(self, other): ... method __gt__ (line 228) | def __gt__(self, other): ... method _cmp (line 229) | def _cmp(self, other): ... method date (line 230) | def date(self): ... method time (line 231) | def time(self): ... method timetz (line 232) | def timetz(self): ... method replace (line 233) | def replace( method astimezone (line 246) | def astimezone(self, tz: Incomplete | None = None): ... method utcoffset (line 247) | def utcoffset(self): ... method dst (line 248) | def dst(self): ... method tzname (line 249) | def tzname(self): ... method timetuple (line 250) | def timetuple(self): ... method toordinal (line 251) | def toordinal(self): ... method timestamp (line 252) | def timestamp(self): ... method weekday (line 253) | def weekday(self): ... method isoweekday (line 254) | def isoweekday(self): ... method isoformat (line 255) | def isoformat(self, sep: str = "T", timespec: str = "auto"): ... method __repr__ (line 256) | def __repr__(self) -> str: ... method __str__ (line 257) | def __str__(self) -> str: ... method __hash__ (line 259) | def __hash__(self): ... method tuple (line 260) | def tuple(self): ... FILE: publish/micropython-v1_24_1-webassembly-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 82) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 83) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 84) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 85) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 86) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-webassembly-stubs/fnmatch.pyi function fnmatch (line 3) | def fnmatch(name, pat): function filter (line 19) | def filter(names, pat): function fnmatchcase (line 22) | def fnmatchcase(name, pat): function translate (line 29) | def translate(pat): FILE: publish/micropython-v1_24_1-webassembly-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 74) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 81) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 87) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 96) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 105) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 112) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 128) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 138) | def blit( method hline (line 168) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 178) | def fill(self, c: int, /) -> None: method fill_rect (line 184) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 185) | def __init__( FILE: publish/micropython-v1_24_1-webassembly-stubs/functools.pyi function partial (line 3) | def partial(func, *args, **kwargs): ... function update_wrapper (line 4) | def update_wrapper(wrapper, wrapped, assigned: Incomplete | None = None,... function wraps (line 5) | def wraps(wrapped, assigned: Incomplete | None = None, updated: Incomple... function reduce (line 6) | def reduce(function, iterable, initializer: Incomplete | None = None): ... FILE: publish/micropython-v1_24_1-webassembly-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_24_1-webassembly-stubs/gzip.pyi class GzipFile (line 37) | class GzipFile: method __init__ (line 60) | def __init__(self, *, fileobj, mode) -> None: ... function open (line 62) | def open(filename, mode: str = "rb") -> Incomplete: function compress (line 68) | def compress(data) -> Incomplete: function decompress (line 74) | def decompress(data) -> Incomplete: FILE: publish/micropython-v1_24_1-webassembly-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_24_1-webassembly-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-webassembly-stubs/hmac.pyi class HMAC (line 3) | class HMAC: method __init__ (line 8) | def __init__(self, key, msg: Incomplete | None = None, digestmod: Inco... method name (line 10) | def name(self): ... method update (line 11) | def update(self, msg) -> None: ... method copy (line 12) | def copy(self): ... method _current (line 13) | def _current(self): ... method digest (line 14) | def digest(self): ... method hexdigest (line 15) | def hexdigest(self): ... function new (line 17) | def new(key, msg: Incomplete | None = None, digestmod: Incomplete | None... FILE: publish/micropython-v1_24_1-webassembly-stubs/html/__init__.pyi function escape (line 6) | def escape(s, quote: bool = True): FILE: publish/micropython-v1_24_1-webassembly-stubs/inspect.pyi function getmembers (line 4) | def getmembers(obj, pred: Incomplete | None = None): ... function isfunction (line 5) | def isfunction(obj): ... function isgeneratorfunction (line 6) | def isgeneratorfunction(obj) -> Generator[None, None, Incomplete]: ... function isgenerator (line 7) | def isgenerator(obj) -> Generator[None, None, Incomplete]: ... class _Class (line 9) | class _Class: method meth (line 10) | def meth() -> None: ... function ismethod (line 14) | def ismethod(obj): ... function isclass (line 15) | def isclass(obj): ... function ismodule (line 16) | def ismodule(obj): ... function getargspec (line 17) | def getargspec(func) -> None: ... function getmodule (line 18) | def getmodule(obj, _filename: Incomplete | None = None) -> None: ... function getmro (line 19) | def getmro(cls): ... function getsourcefile (line 20) | def getsourcefile(obj) -> None: ... function getfile (line 21) | def getfile(obj): ... function getsource (line 22) | def getsource(obj): ... function currentframe (line 23) | def currentframe() -> None: ... function getframeinfo (line 24) | def getframeinfo(frame, context: int = 1): ... FILE: publish/micropython-v1_24_1-webassembly-stubs/itertools.pyi function count (line 4) | def count(start: int = 0, step: int = 1) -> Generator[Incomplete]: ... function cycle (line 5) | def cycle(p) -> Generator[Incomplete, Incomplete]: ... function repeat (line 6) | def repeat(el, n: Incomplete | None = None) -> Generator[Incomplete]: ... function chain (line 7) | def chain(*p) -> Generator[Incomplete, Incomplete]: ... function islice (line 8) | def islice(p, start, stop=(), step: int = 1) -> Generator[Incomplete]: ... function tee (line 9) | def tee(iterable, n: int = 2): ... function starmap (line 10) | def starmap(function, iterable) -> Generator[Incomplete]: ... function accumulate (line 11) | def accumulate(iterable, func=...) -> Generator[Incomplete, None, Incomp... FILE: publish/micropython-v1_24_1-webassembly-stubs/js.pyi function new (line 51) | def new(cls, *args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-webassembly-stubs/jsffi.pyi function create_proxy (line 11) | def create_proxy(*args, **kwargs) -> Incomplete: ... function mem_info (line 12) | def mem_info(*args, **kwargs) -> Incomplete: ... function to_js (line 13) | def to_js(*args, **kwargs) -> Incomplete: ... class JsProxy (line 15) | class JsProxy: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class JsException (line 18) | class JsException(Exception): ... FILE: publish/micropython-v1_24_1-webassembly-stubs/locale.pyi function getpreferredencoding (line 1) | def getpreferredencoding(): ... FILE: publish/micropython-v1_24_1-webassembly-stubs/logging.pyi class LogRecord (line 17) | class LogRecord: method set (line 25) | def set(self, name, level, message) -> None: ... class Handler (line 27) | class Handler: method __init__ (line 30) | def __init__(self, level=...) -> None: ... method close (line 31) | def close(self) -> None: ... method setLevel (line 32) | def setLevel(self, level) -> None: ... method setFormatter (line 33) | def setFormatter(self, formatter) -> None: ... method format (line 34) | def format(self, record): ... class StreamHandler (line 36) | class StreamHandler(Handler): method __init__ (line 39) | def __init__(self, stream: Incomplete | None = None) -> None: ... method close (line 40) | def close(self) -> None: ... method emit (line 41) | def emit(self, record) -> None: ... class FileHandler (line 43) | class FileHandler(StreamHandler): method __init__ (line 44) | def __init__(self, filename, mode: str = "a", encoding: str = "UTF-8")... method close (line 45) | def close(self) -> None: ... class Formatter (line 47) | class Formatter: method __init__ (line 50) | def __init__(self, fmt: Incomplete | None = None, datefmt: Incomplete ... method usesTime (line 51) | def usesTime(self): ... method formatTime (line 52) | def formatTime(self, datefmt, record): ... method format (line 53) | def format(self, record): ... class Logger (line 55) | class Logger: method __init__ (line 60) | def __init__(self, name, level=...) -> None: ... method setLevel (line 61) | def setLevel(self, level) -> None: ... method isEnabledFor (line 62) | def isEnabledFor(self, level): ... method getEffectiveLevel (line 63) | def getEffectiveLevel(self): ... method log (line 64) | def log(self, level, msg, *args) -> None: ... method debug (line 65) | def debug(self, msg, *args) -> None: ... method info (line 66) | def info(self, msg, *args) -> None: ... method warning (line 67) | def warning(self, msg, *args) -> None: ... method error (line 68) | def error(self, msg, *args) -> None: ... method critical (line 69) | def critical(self, msg, *args) -> None: ... method exception (line 70) | def exception(self, msg, *args, exc_info: bool = True) -> None: ... method addHandler (line 71) | def addHandler(self, handler) -> None: ... method hasHandlers (line 72) | def hasHandlers(self): ... function getLogger (line 74) | def getLogger(name: Incomplete | None = None): ... function log (line 75) | def log(level, msg, *args) -> None: ... function debug (line 76) | def debug(msg, *args) -> None: ... function info (line 77) | def info(msg, *args) -> None: ... function warning (line 78) | def warning(msg, *args) -> None: ... function error (line 79) | def error(msg, *args) -> None: ... function critical (line 80) | def critical(msg, *args) -> None: ... function exception (line 81) | def exception(msg, *args) -> None: ... function shutdown (line 82) | def shutdown() -> None: ... function addLevelName (line 83) | def addLevelName(level, name) -> None: ... function basicConfig (line 84) | def basicConfig( FILE: publish/micropython-v1_24_1-webassembly-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-webassembly-stubs/micropython.pyi function pystack_use (line 23) | def pystack_use(*args, **kwargs) -> Incomplete: ... function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function qstr_info (line 87) | def qstr_info() -> None: function qstr_info (line 98) | def qstr_info(verbose: bool, /) -> None: function schedule (line 108) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 153) | def stack_use() -> int: function kbd_intr (line 161) | def kbd_intr(chr: int) -> None: function const (line 174) | def const(expr: Const_T, /) -> Const_T: function heap_unlock (line 196) | def heap_unlock() -> int: function heap_lock (line 218) | def heap_lock() -> int: class RingIO (line 240) | class RingIO: method readinto (line 241) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 251) | def write(self, buf) -> int: method readline (line 260) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 270) | def any(self) -> int: method read (line 276) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 287) | def close(self) -> Incomplete: method __init__ (line 294) | def __init__(self, size) -> None: ... function viper (line 298) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 309) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 318) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 329) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-webassembly-stubs/mip.pyi function _install_package (line 19) | def _install_package(*args, **kwargs) -> Incomplete: ... function _chunk (line 20) | def _chunk(*args, **kwargs) -> Incomplete: ... function _ensure_path_exists (line 21) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 22) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _download_file (line 23) | def _download_file(*args, **kwargs) -> Incomplete: ... function _check_exists (line 24) | def _check_exists(*args, **kwargs) -> Incomplete: ... function _install_json (line 25) | def _install_json(*args, **kwargs) -> Incomplete: ... function install (line 26) | def install(*args, **kwargs) -> Incomplete: ... function request (line 27) | def request(*args, **kwargs) -> Incomplete: ... function get (line 28) | def get(*args, **kwargs) -> Incomplete: ... class StringIO (line 30) | class StringIO: method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 32) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 33) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 34) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 35) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 37) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 38) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 39) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class Response (line 42) | class Response: method json (line 43) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 44) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-webassembly-stubs/operator.pyi function attrgetter (line 1) | def attrgetter(attr): ... function lt (line 2) | def lt(a, b): ... function le (line 3) | def le(a, b): ... function gt (line 4) | def gt(a, b): ... function ge (line 5) | def ge(a, b): ... function eq (line 6) | def eq(a, b): ... function ne (line 7) | def ne(a, b): ... function mod (line 8) | def mod(a, b): ... function truediv (line 9) | def truediv(a, b): ... function floordiv (line 10) | def floordiv(a, b): ... FILE: publish/micropython-v1_24_1-webassembly-stubs/os/__init__.pyi function urandom (line 22) | def urandom(n: int) -> bytes: function urandom (line 30) | def urandom(n: int) -> bytes: function chdir (line 38) | def chdir(path) -> Incomplete: function chdir (line 45) | def chdir(path) -> Incomplete: function getcwd (line 52) | def getcwd() -> Incomplete: function getcwd (line 59) | def getcwd() -> Incomplete: function ilistdir (line 66) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function ilistdir (line 88) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 110) | def listdir(dir: Optional[Any] = None) -> Incomplete: function listdir (line 117) | def listdir(dir: Optional[Any] = None) -> Incomplete: function mkdir (line 124) | def mkdir(path) -> Incomplete: function mkdir (line 131) | def mkdir(path) -> Incomplete: function remove (line 138) | def remove(path) -> None: function remove (line 145) | def remove(path) -> None: function rmdir (line 152) | def rmdir(path) -> None: function rmdir (line 159) | def rmdir(path) -> None: function rename (line 166) | def rename(old_path, new_path) -> None: function rename (line 173) | def rename(old_path, new_path) -> None: function statvfs (line 180) | def statvfs(path) -> Tuple: function statvfs (line 204) | def statvfs(path) -> Tuple: function sync (line 228) | def sync() -> None: function sync (line 235) | def sync() -> None: function dupterm (line 242) | def dupterm(stream_object, index=0, /) -> IO: function dupterm (line 266) | def dupterm(stream_object, index=0, /) -> IO: function mount (line 290) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mount (line 297) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function umount (line 304) | def umount(mount_point) -> Incomplete: function umount (line 311) | def umount(mount_point) -> Incomplete: function dupterm_notify (line 318) | def dupterm_notify(obj_in: Any, /) -> None: FILE: publish/micropython-v1_24_1-webassembly-stubs/os/path.pyi function normcase (line 3) | def normcase(s): ... function normpath (line 4) | def normpath(s): ... function abspath (line 5) | def abspath(s): ... function join (line 6) | def join(*args): ... function split (line 7) | def split(path): ... function dirname (line 8) | def dirname(path): ... function basename (line 9) | def basename(path): ... function exists (line 10) | def exists(path): ... function isdir (line 14) | def isdir(path): ... function isfile (line 15) | def isfile(path): ... function expanduser (line 16) | def expanduser(s): ... FILE: publish/micropython-v1_24_1-webassembly-stubs/pathlib.pyi function _mode_if_exists (line 7) | def _mode_if_exists(path): ... function _clean_segment (line 8) | def _clean_segment(segment): ... class Path (line 10) | class Path: method __init__ (line 12) | def __init__(self, *segments) -> None: ... method __truediv__ (line 13) | def __truediv__(self, other): ... method __rtruediv__ (line 14) | def __rtruediv__(self, other): ... method __repr__ (line 15) | def __repr__(self) -> str: ... method __str__ (line 16) | def __str__(self) -> str: ... method __eq__ (line 17) | def __eq__(self, other): ... method absolute (line 18) | def absolute(self): ... method resolve (line 19) | def resolve(self): ... method open (line 20) | def open(self, mode: str = "r", encoding: Incomplete | None = None): ... method exists (line 21) | def exists(self): ... method mkdir (line 22) | def mkdir(self, parents: bool = False, exist_ok: bool = False) -> None... method is_dir (line 23) | def is_dir(self): ... method is_file (line 24) | def is_file(self): ... method _glob (line 25) | def _glob(self, path, pattern, recursive) -> Generator[Incomplete, Inc... method glob (line 26) | def glob(self, pattern): method rglob (line 33) | def rglob(self, pattern): ... method stat (line 34) | def stat(self): ... method read_bytes (line 35) | def read_bytes(self): ... method read_text (line 36) | def read_text(self, encoding: Incomplete | None = None): ... method rename (line 37) | def rename(self, target) -> None: ... method rmdir (line 38) | def rmdir(self) -> None: ... method touch (line 39) | def touch(self, exist_ok: bool = True) -> None: ... method unlink (line 40) | def unlink(self, missing_ok: bool = False) -> None: ... method write_bytes (line 41) | def write_bytes(self, data) -> None: ... method write_text (line 42) | def write_text(self, data, encoding: Incomplete | None = None) -> None... method with_suffix (line 43) | def with_suffix(self, suffix): ... method stem (line 45) | def stem(self): ... method parent (line 47) | def parent(self): ... method name (line 49) | def name(self): ... method suffix (line 51) | def suffix(self): ... FILE: publish/micropython-v1_24_1-webassembly-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_24_1-webassembly-stubs/pyscript/display.pyi class HTML (line 9) | class HTML: method __init__ (line 14) | def __init__(self, html) -> None: ... function display (line 16) | def display(*values, target=None, append: bool = True) -> None: FILE: publish/micropython-v1_24_1-webassembly-stubs/pyscript/events.pyi class Event (line 6) | class Event: method __init__ (line 11) | def __init__(self) -> None: ... method trigger (line 12) | def trigger(self, result) -> None: method add_listener (line 18) | def add_listener(self, listener) -> None: method remove_listener (line 24) | def remove_listener(self, *args) -> None: function when (line 31) | def when( FILE: publish/micropython-v1_24_1-webassembly-stubs/pyscript/fetch.pyi class _Response (line 8) | class _Response: method __init__ (line 9) | def __init__(self, response) -> None: ... method __getattr__ (line 10) | def __getattr__(self, attr) -> Any: ... method arrayBuffer (line 11) | async def arrayBuffer(self) -> memoryview[int]: ... method blob (line 12) | async def blob(self): ... method bytearray (line 13) | async def bytearray(self): ... method json (line 14) | async def json(self) -> Any: ... method text (line 15) | async def text(self): ... class _DirectResponse (line 17) | class _DirectResponse: method setup (line 19) | def setup(promise, response) -> _Response: ... method __init__ (line 20) | def __init__(self, promise) -> None: ... method arrayBuffer (line 21) | async def arrayBuffer(self): ... method blob (line 22) | async def blob(self): ... method bytearray (line 23) | async def bytearray(self): ... method json (line 24) | async def json(self): ... method text (line 25) | async def text(self): ... function fetch (line 27) | def fetch(url, **kw): ... FILE: publish/micropython-v1_24_1-webassembly-stubs/pyscript/flatted.pyi class _Known (line 6) | class _Known: method __init__ (line 7) | def __init__(self) -> None: ... class _String (line 9) | class _String: method __init__ (line 10) | def __init__(self, value) -> None: ... function parse (line 12) | def parse(value, *args, **kwargs): ... function stringify (line 13) | def stringify(value, *args, **kwargs) -> str: ... FILE: publish/micropython-v1_24_1-webassembly-stubs/pyscript/fs.pyi function mount (line 8) | async def mount(path, mode=..., root=..., id=...) -> None: ... function sync (line 9) | async def sync(path) -> None: ... function unmount (line 10) | async def unmount(path) -> None: ... FILE: publish/micropython-v1_24_1-webassembly-stubs/pyscript/magic_js.pyi class JSModule (line 20) | class JSModule: method __init__ (line 21) | def __init__(self, name) -> None: ... method __getattr__ (line 22) | def __getattr__(self, field) -> Any | None: ... function current_target (line 30) | def current_target(): ... function current_target (line 36) | def current_target(): ... FILE: publish/micropython-v1_24_1-webassembly-stubs/pyscript/media.pyi class Device (line 8) | class Device: method __init__ (line 13) | def __init__(self, device) -> None: ... method id (line 15) | def id(self): ... method group (line 17) | def group(self): ... method kind (line 19) | def kind(self): ... method label (line 21) | def label(self): ... method __getitem__ (line 22) | def __getitem__(self, key) -> Any: ... method load (line 24) | async def load(cls, audio=..., video=...) -> ...: method get_stream (line 28) | async def get_stream(self) -> ...: ... function list_devices (line 30) | async def list_devices() -> list[dict]: FILE: publish/micropython-v1_24_1-webassembly-stubs/pyscript/storage.pyi class Storage (line 6) | class Storage(dict): method __init__ (line 7) | def __init__(self, store) -> None: ... method __delitem__ (line 8) | def __delitem__(self, attr) -> None: ... method __setitem__ (line 9) | def __setitem__(self, attr, value) -> None: ... method clear (line 10) | def clear(self) -> None: ... method sync (line 11) | async def sync(self) -> None: ... function storage (line 13) | async def storage(name=..., storage_class=...) -> Storage: FILE: publish/micropython-v1_24_1-webassembly-stubs/pyscript/util.pyi function as_bytearray (line 6) | def as_bytearray(buffer) -> bytearray: class NotSupported (line 13) | class NotSupported: method __init__ (line 19) | def __init__(self, name, error) -> None: ... method __repr__ (line 20) | def __repr__(self) -> str: ... method __getattr__ (line 21) | def __getattr__(self, attr): ... method __setattr__ (line 22) | def __setattr__(self, attr, value): ... method __call__ (line 23) | def __call__(self, *args): ... function is_awaitable (line 25) | def is_awaitable(obj) -> bool: FILE: publish/micropython-v1_24_1-webassembly-stubs/pyscript/web.pyi function wrap_dom_element (line 29) | def wrap_dom_element(dom_element): class Element (line 37) | class Element: method get_tag_name (line 40) | def get_tag_name(cls) -> str: method register_element_classes (line 51) | def register_element_classes(cls, element_classes) -> None: method unregister_element_classes (line 56) | def unregister_element_classes(cls, element_classes) -> None: method wrap_dom_element (line 61) | def wrap_dom_element(cls, dom_element): method __init__ (line 69) | def __init__(self, dom_element=..., classes=..., style=..., **kwargs) ... method __eq__ (line 77) | def __eq__(self, obj) -> bool: method __getitem__ (line 81) | def __getitem__(self, key) -> ElementCollection: method __getattr__ (line 89) | def __getattr__(self, name) -> Event | Any: method __setattr__ (line 99) | def __setattr__(self, name, value) -> None: ... method get_event (line 100) | def get_event(self, name) -> Event: method children (line 107) | def children(self) -> ElementCollection: method classes (line 112) | def classes(self) -> Classes: method parent (line 117) | def parent(self) -> None: method style (line 122) | def style(self) -> Style: method append (line 126) | def append(self, *items) -> None: method clone (line 130) | def clone(self, clone_id=...): method find (line 134) | def find(self, selector) -> ElementCollection: method show_me (line 141) | def show_me(self) -> None: method update (line 145) | def update(self, classes=..., style=..., **kwargs) -> None: class Classes (line 149) | class Classes: method __init__ (line 152) | def __init__(self, element: Element) -> None: ... method __contains__ (line 153) | def __contains__(self, item) -> bool: ... method __eq__ (line 154) | def __eq__(self, other) -> bool: ... method __iter__ (line 155) | def __iter__(self): ... method __len__ (line 156) | def __len__(self) -> int: ... method __repr__ (line 157) | def __repr__(self) -> str: ... method __str__ (line 158) | def __str__(self) -> str: ... method add (line 159) | def add(self, *class_names) -> None: method contains (line 163) | def contains(self, class_name) -> bool: method remove (line 167) | def remove(self, *class_names) -> None: method replace (line 171) | def replace(self, old_class, new_class) -> None: method toggle (line 175) | def toggle(self, *class_names) -> None: class HasOptions (line 179) | class HasOptions: method options (line 186) | def options(self) -> Options: class Options (line 190) | class Options: method __init__ (line 197) | def __init__(self, element) -> None: ... method __getitem__ (line 198) | def __getitem__(self, key): ... method __iter__ (line 199) | def __iter__(self) -> Generator[Any, Any, None]: ... method __len__ (line 200) | def __len__(self) -> int: ... method __repr__ (line 201) | def __repr__(self) -> str: ... method options (line 203) | def options(self) -> list[Any]: method selected (line 208) | def selected(self): method add (line 212) | def add(self, value=..., html=..., text=..., before=..., **kwargs) -> ... method clear (line 216) | def clear(self) -> None: method remove (line 220) | def remove(self, index) -> None: class Style (line 224) | class Style: method __init__ (line 227) | def __init__(self, element: Element) -> None: ... method __getitem__ (line 228) | def __getitem__(self, key) -> Element: ... method __setitem__ (line 229) | def __setitem__(self, key, value) -> None: ... method remove (line 230) | def remove(self, key) -> None: method set (line 234) | def set(self, **kwargs) -> None: method visible (line 239) | def visible(self) -> Incomplete: ... method visible (line 241) | def visible(self, value) -> None: ... class ContainerElement (line 243) | class ContainerElement(Element): method __init__ (line 246) | def __init__(self, *args, children=..., dom_element=..., style=..., cl... method __iter__ (line 247) | def __iter__(self) -> Generator[Any, Any, None]: ... class ClassesCollection (line 249) | class ClassesCollection: method __init__ (line 252) | def __init__(self, collection) -> None: ... method __contains__ (line 253) | def __contains__(self, class_name) -> bool: ... method __eq__ (line 254) | def __eq__(self, other) -> bool: ... method __iter__ (line 255) | def __iter__(self) -> Generator[Any, Any, None]: ... method __len__ (line 256) | def __len__(self) -> int: ... method __repr__ (line 257) | def __repr__(self) -> str: ... method __str__ (line 258) | def __str__(self) -> str: ... method add (line 259) | def add(self, *class_names) -> None: method contains (line 263) | def contains(self, class_name) -> bool: method remove (line 267) | def remove(self, *class_names) -> None: method replace (line 271) | def replace(self, old_class, new_class) -> None: method toggle (line 275) | def toggle(self, *class_names) -> None: class StyleCollection (line 279) | class StyleCollection: method __init__ (line 282) | def __init__(self, collection) -> None: ... method __getitem__ (line 283) | def __getitem__(self, key) -> list[Any]: ... method __setitem__ (line 284) | def __setitem__(self, key, value) -> None: ... method __repr__ (line 285) | def __repr__(self) -> str: ... method remove (line 286) | def remove(self, key) -> None: class ElementCollection (line 290) | class ElementCollection: method wrap_dom_elements (line 292) | def wrap_dom_elements(cls, dom_elements) -> Self: method __init__ (line 296) | def __init__(self, elements: List[Element]) -> None: ... method __eq__ (line 297) | def __eq__(self, obj) -> bool: method __getitem__ (line 301) | def __getitem__(self, key) -> ElementCollection: method __iter__ (line 309) | def __iter__(self) -> Generator[Any, Any, None]: ... method __len__ (line 310) | def __len__(self) -> int: ... method __repr__ (line 311) | def __repr__(self) -> str: ... method __getattr__ (line 312) | def __getattr__(self, name) -> list[Any]: ... method __setattr__ (line 313) | def __setattr__(self, name, value) -> None: ... method classes (line 315) | def classes(self) -> ClassesCollection: method elements (line 320) | def elements(self): method style (line 325) | def style(self) -> StyleCollection: method find (line 329) | def find(self, selector) -> ElementCollection: class a (line 336) | class a(ContainerElement): class abbr (line 341) | class abbr(ContainerElement): class address (line 346) | class address(ContainerElement): class area (line 351) | class area(Element): class article (line 356) | class article(ContainerElement): class aside (line 361) | class aside(ContainerElement): class audio (line 366) | class audio(ContainerElement): class b (line 371) | class b(ContainerElement): class base (line 376) | class base(Element): class blockquote (line 381) | class blockquote(ContainerElement): class body (line 386) | class body(ContainerElement): class br (line 391) | class br(Element): class button (line 396) | class button(ContainerElement): class canvas (line 401) | class canvas(ContainerElement): method download (line 404) | def download(self, filename: str = ...) -> None: method draw (line 415) | def draw(self, what, width=..., height=...) -> None: class caption (line 428) | class caption(ContainerElement): class cite (line 433) | class cite(ContainerElement): class code (line 438) | class code(ContainerElement): class col (line 443) | class col(Element): class colgroup (line 448) | class colgroup(ContainerElement): class data (line 453) | class data(ContainerElement): class datalist (line 458) | class datalist(ContainerElement, HasOptions): class dd (line 463) | class dd(ContainerElement): class del_ (line 468) | class del_(ContainerElement): class details (line 473) | class details(ContainerElement): class dialog (line 478) | class dialog(ContainerElement): class div (line 483) | class div(ContainerElement): class dl (line 488) | class dl(ContainerElement): class dt (line 493) | class dt(ContainerElement): class em (line 498) | class em(ContainerElement): class embed (line 503) | class embed(Element): class fieldset (line 508) | class fieldset(ContainerElement): class figcaption (line 513) | class figcaption(ContainerElement): class figure (line 518) | class figure(ContainerElement): class footer (line 523) | class footer(ContainerElement): class form (line 528) | class form(ContainerElement): class h1 (line 533) | class h1(ContainerElement): class h2 (line 538) | class h2(ContainerElement): class h3 (line 543) | class h3(ContainerElement): class h4 (line 548) | class h4(ContainerElement): class h5 (line 553) | class h5(ContainerElement): class h6 (line 558) | class h6(ContainerElement): class head (line 563) | class head(ContainerElement): class header (line 568) | class header(ContainerElement): class hgroup (line 573) | class hgroup(ContainerElement): class hr (line 578) | class hr(Element): class html (line 583) | class html(ContainerElement): class i (line 588) | class i(ContainerElement): class iframe (line 593) | class iframe(ContainerElement): class img (line 598) | class img(Element): class input_ (line 603) | class input_(Element): class ins (line 608) | class ins(ContainerElement): class kbd (line 613) | class kbd(ContainerElement): class label (line 618) | class label(ContainerElement): class legend (line 623) | class legend(ContainerElement): class li (line 628) | class li(ContainerElement): class link (line 633) | class link(Element): class main (line 638) | class main(ContainerElement): class map_ (line 643) | class map_(ContainerElement): class mark (line 648) | class mark(ContainerElement): class menu (line 653) | class menu(ContainerElement): class meta (line 658) | class meta(ContainerElement): class meter (line 663) | class meter(ContainerElement): class nav (line 668) | class nav(ContainerElement): class object_ (line 673) | class object_(ContainerElement): class ol (line 678) | class ol(ContainerElement): class optgroup (line 683) | class optgroup(ContainerElement, HasOptions): class option (line 688) | class option(ContainerElement): class output (line 693) | class output(ContainerElement): class p (line 698) | class p(ContainerElement): class param (line 703) | class param(ContainerElement): class picture (line 708) | class picture(ContainerElement): class pre (line 713) | class pre(ContainerElement): class progress (line 718) | class progress(ContainerElement): class q (line 723) | class q(ContainerElement): class s (line 728) | class s(ContainerElement): class script (line 733) | class script(ContainerElement): class section (line 738) | class section(ContainerElement): class select (line 743) | class select(ContainerElement, HasOptions): class small (line 748) | class small(ContainerElement): class source (line 753) | class source(Element): class span (line 758) | class span(ContainerElement): class strong (line 763) | class strong(ContainerElement): class style (line 768) | class style(ContainerElement): class sub (line 773) | class sub(ContainerElement): class summary (line 778) | class summary(ContainerElement): class sup (line 783) | class sup(ContainerElement): class table (line 788) | class table(ContainerElement): class tbody (line 793) | class tbody(ContainerElement): class td (line 798) | class td(ContainerElement): class template (line 803) | class template(ContainerElement): class textarea (line 808) | class textarea(ContainerElement): class tfoot (line 813) | class tfoot(ContainerElement): class th (line 818) | class th(ContainerElement): class thead (line 823) | class thead(ContainerElement): class time (line 828) | class time(ContainerElement): class title (line 833) | class title(ContainerElement): class tr (line 838) | class tr(ContainerElement): class track (line 843) | class track(Element): class u (line 848) | class u(ContainerElement): class ul (line 853) | class ul(ContainerElement): class var (line 858) | class var(ContainerElement): class video (line 863) | class video(ContainerElement): method snap (line 866) | def snap(self, to: Element | str = ..., width: int | None = ..., heigh... class wbr (line 881) | class wbr(Element): class Page (line 888) | class Page: method __init__ (line 891) | def __init__(self) -> None: ... method __getitem__ (line 892) | def __getitem__(self, selector) -> ElementCollection: method title (line 902) | def title(self) -> str: method title (line 907) | def title(self, value) -> None: method append (line 911) | def append(self, *items) -> None: method find (line 915) | def find(self, selector) -> ElementCollection: FILE: publish/micropython-v1_24_1-webassembly-stubs/pyscript/websocket.pyi class EventMessage (line 13) | class EventMessage: method __init__ (line 14) | def __init__(self, event) -> None: ... method __getattr__ (line 15) | def __getattr__(self, attr) -> Any | memoryview[int] | str: ... class WebSocket (line 17) | class WebSocket: method __init__ (line 22) | def __init__(self, **kw) -> None: ... method __getattr__ (line 23) | def __getattr__(self, attr) -> Any: ... method __setattr__ (line 24) | def __setattr__(self, attr, value) -> None: ... method close (line 25) | def close(self, **kw) -> None: ... method send (line 26) | def send(self, data) -> None: ... FILE: publish/micropython-v1_24_1-webassembly-stubs/pyscript/workers.pyi class _ReadOnlyProxy (line 8) | class _ReadOnlyProxy: method __getitem__ (line 9) | def __getitem__(self, name): ... method __getattr__ (line 10) | def __getattr__(self, name): ... function create_named_worker (line 14) | async def create_named_worker(src=..., name=..., config=..., type=...): ... FILE: publish/micropython-v1_24_1-webassembly-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_24_1-webassembly-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_24_1-webassembly-stubs/stat.pyi function S_IMODE (line 14) | def S_IMODE(mode): function S_IFMT (line 19) | def S_IFMT(mode): function S_ISDIR (line 32) | def S_ISDIR(mode): function S_ISCHR (line 35) | def S_ISCHR(mode): function S_ISBLK (line 38) | def S_ISBLK(mode): function S_ISREG (line 41) | def S_ISREG(mode): function S_ISFIFO (line 44) | def S_ISFIFO(mode): function S_ISLNK (line 47) | def S_ISLNK(mode): function S_ISSOCK (line 50) | def S_ISSOCK(mode): function filemode (line 86) | def filemode(mode): FILE: publish/micropython-v1_24_1-webassembly-stubs/string.pyi function translate (line 13) | def translate(s, map): ... FILE: publish/micropython-v1_24_1-webassembly-stubs/tarfile/__init__.pyi function _roundup (line 12) | def _roundup(val, align): ... class FileSection (line 14) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 19) | def read(self, sz: int = 65536): ... method readinto (line 20) | def readinto(self, buf): ... method skip (line 21) | def skip(self) -> None: ... class TarInfo (line 23) | class TarInfo: method __init__ (line 26) | def __init__(self, name: str = "") -> None: ... method type (line 28) | def type(self): ... method __str__ (line 29) | def __str__(self) -> str: ... method isdir (line 30) | def isdir(self): ... method isreg (line 31) | def isreg(self): ... class TarFile (line 33) | class TarFile: method __init__ (line 38) | def __init__(self, name: Incomplete | None = None, mode: str = "r", fi... method __enter__ (line 39) | def __enter__(self): ... method __exit__ (line 40) | def __exit__( method next (line 43) | def next(self): ... method __iter__ (line 44) | def __iter__(self): ... method __next__ (line 45) | def __next__(self): ... method extractfile (line 46) | def extractfile(self, tarinfo): ... method close (line 47) | def close(self) -> None: ... FILE: publish/micropython-v1_24_1-webassembly-stubs/tarfile/write.pyi function _open_write (line 8) | def _open_write(self, name, mode, fileobj) -> None: ... function _close_write (line 9) | def _close_write(self) -> None: ... function addfile (line 10) | def addfile(self, tarinfo, fileobj: Incomplete | None = None) -> None: ... function add (line 11) | def add(self, name, recursive: bool = True) -> None: ... FILE: publish/micropython-v1_24_1-webassembly-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_ms (line 118) | def ticks_ms() -> int: function ticks_cpu (line 142) | def ticks_cpu() -> _TicksCPU: function ticks_add (line 157) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 184) | def time_ns() -> int: function ticks_us (line 191) | def ticks_us() -> _TicksUs: function time (line 197) | def time() -> int: function strftime (line 225) | def strftime(*args, **kwargs) -> Incomplete: ... function gmtime (line 226) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 248) | def localtime(secs: int | None = None, /) -> Tuple: function const (line 270) | def const(*args, **kwargs) -> Incomplete: ... function sleep_us (line 271) | def sleep_us(us: int, /) -> None: function sleep_ms (line 281) | def sleep_ms(ms: int, /) -> None: function mktime (line 292) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 300) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-webassembly-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 123) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-webassembly-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-webassembly-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-webassembly-stubs/unittest/__init__.pyi class SkipTest (line 3) | class SkipTest(Exception): ... class AssertRaisesContext (line 5) | class AssertRaisesContext: method __init__ (line 7) | def __init__(self, exc) -> None: ... method __enter__ (line 8) | def __enter__(self): ... method __exit__ (line 10) | def __exit__(self, exc_type: type[BaseException] | None, exc_value: Ba... class SubtestContext (line 15) | class SubtestContext: method __init__ (line 18) | def __init__(self, msg: Incomplete | None = None, params: Incomplete |... method __enter__ (line 19) | def __enter__(self) -> None: ... method __exit__ (line 20) | def __exit__(self, *exc_info): ... class NullContext (line 22) | class NullContext: method __enter__ (line 23) | def __enter__(self) -> None: ... method __exit__ (line 24) | def __exit__( class TestCase (line 28) | class TestCase: method __init__ (line 29) | def __init__(self) -> None: ... method addCleanup (line 31) | def addCleanup(self, func, *args, **kwargs) -> None: ... method doCleanups (line 32) | def doCleanups(self) -> None: ... method subTest (line 33) | def subTest(self, msg: Incomplete | None = None, **params): ... method skipTest (line 34) | def skipTest(self, reason) -> None: ... method fail (line 35) | def fail(self, msg: str = "") -> None: ... method assertEqual (line 36) | def assertEqual(self, x, y, msg: str = "") -> None: ... method assertNotEqual (line 37) | def assertNotEqual(self, x, y, msg: str = "") -> None: ... method assertLessEqual (line 38) | def assertLessEqual(self, x, y, msg: Incomplete | None = None) -> None... method assertGreaterEqual (line 39) | def assertGreaterEqual(self, x, y, msg: Incomplete | None = None) -> N... method assertAlmostEqual (line 40) | def assertAlmostEqual(self, x, y, places: Incomplete | None = None, ms... method assertNotAlmostEqual (line 41) | def assertNotAlmostEqual(self, x, y, places: Incomplete | None = None,... method assertIs (line 42) | def assertIs(self, x, y, msg: str = "") -> None: ... method assertIsNot (line 43) | def assertIsNot(self, x, y, msg: str = "") -> None: ... method assertIsNone (line 44) | def assertIsNone(self, x, msg: str = "") -> None: ... method assertIsNotNone (line 45) | def assertIsNotNone(self, x, msg: str = "") -> None: ... method assertTrue (line 46) | def assertTrue(self, x, msg: str = "") -> None: ... method assertFalse (line 47) | def assertFalse(self, x, msg: str = "") -> None: ... method assertIn (line 48) | def assertIn(self, x, y, msg: str = "") -> None: ... method assertIsInstance (line 49) | def assertIsInstance(self, x, y, msg: str = "") -> None: ... method assertRaises (line 50) | def assertRaises(self, exc, func: Incomplete | None = None, *args, **k... method assertWarns (line 51) | def assertWarns(self, warn): ... function skip (line 53) | def skip(msg): ... function skipIf (line 54) | def skipIf(cond, msg): ... function skipUnless (line 55) | def skipUnless(cond, msg): ... function expectedFailure (line 56) | def expectedFailure(test): ... class TestSuite (line 58) | class TestSuite: method __init__ (line 61) | def __init__(self, name: str = "") -> None: ... method addTest (line 62) | def addTest(self, cls) -> None: ... method run (line 63) | def run(self, result): ... method _load_module (line 64) | def _load_module(self, mod) -> None: ... class TestRunner (line 66) | class TestRunner: method run (line 67) | def run(self, suite: TestSuite): ... class TestResult (line 71) | class TestResult: method __init__ (line 80) | def __init__(self) -> None: ... method wasSuccessful (line 81) | def wasSuccessful(self): ... method printErrors (line 82) | def printErrors(self) -> None: ... method printErrorList (line 83) | def printErrorList(self, lst) -> None: ... method __repr__ (line 84) | def __repr__(self) -> str: ... method __add__ (line 85) | def __add__(self, other): ... function _capture_exc (line 87) | def _capture_exc(exc, exc_traceback): ... function _handle_test_exception (line 88) | def _handle_test_exception(current_test: tuple, test_result: TestResult,... function _run_suite (line 89) | def _run_suite(c, test_result: TestResult, suite_name: str = ""): ... function main (line 90) | def main(module: str = "__main__", testRunner: Incomplete | None = None)... FILE: publish/micropython-v1_24_1-webassembly-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-webassembly-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-webassembly-stubs/uu.pyi class Error (line 5) | class Error(Exception): ... function encode (line 7) | def encode(in_file, out_file, name: Incomplete | None = None, mode: Inco... function decode (line 10) | def decode(in_file, out_file: Incomplete | None = None, mode: Incomplete... FILE: publish/micropython-v1_24_1-webassembly-stubs/vfs.pyi function mount (line 33) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... function umount (line 51) | def umount(mount_point: Incomplete) -> Incomplete: class VfsPosix (line 61) | class VfsPosix: method rename (line 69) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 70) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 71) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 72) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 73) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 74) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 75) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 76) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 77) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 78) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 79) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 80) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self, root: str | None = None) -> None: ... class AbstractBlockDev (line 83) | class AbstractBlockDev: method readblocks (line 87) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 90) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 108) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 131) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 155) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 159) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_24_1-webassembly-stubs/zlib.pyi function _decode_wbits (line 39) | def _decode_wbits(wbits, decompress): ... function compress (line 40) | def compress(data, wbits=...) -> Incomplete: function decompress (line 70) | def decompress(data, wbits=...) -> bytes: FILE: publish/micropython-v1_24_1-windows-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_24_1-windows-stubs/binascii.pyi function crc32 (line 22) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 23) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 33) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 40) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 48) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_24_1-windows-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_24_1-windows-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 82) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 83) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 84) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 85) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 86) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_24_1-windows-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_24_1-windows-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_24_1-windows-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_24_1-windows-stubs/machine.pyi function idle (line 41) | def idle() -> None: function soft_reset (line 56) | def soft_reset() -> NoReturn: function time_pulse_us (line 64) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... class PinBase (line 84) | class PinBase: method __init__ (line 85) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 87) | class Signal(Pin): method off (line 157) | def off(self) -> None: method on (line 163) | def on(self) -> None: method value (line 170) | def value(self) -> int: method value (line 190) | def value(self, x: Any, /) -> None: method __init__ (line 210) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 230) | def __init__( class SPI (line 263) | class SPI: method __init__ (line 265) | def __init__(self, id: int, /): method __init__ (line 278) | def __init__( method __init__ (line 304) | def __init__( method init (line 328) | def init( method init (line 363) | def init( class RTC (line 395) | class RTC: method __init__ (line 397) | def __init__(self, id: int = 0): method __init__ (line 403) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 411) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 419) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 427) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 435) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 443) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 451) | def init(self) -> None: method init (line 459) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 467) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 475) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 483) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 491) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 499) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 507) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 515) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 523) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 531) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 539) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 547) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 555) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class PWM (line 562) | class PWM: method freq (line 564) | def freq(self) -> int: method freq (line 575) | def freq( method duty_u16 (line 590) | def duty_u16(self) -> int: method duty_u16 (line 602) | def duty_u16( method duty_ns (line 618) | def duty_ns(self) -> int: method duty_ns (line 628) | def duty_ns( class I2C (line 641) | class I2C: method __init__ (line 643) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 660) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 677) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... method init (line 691) | def init(self, *, freq: int = 400_000) -> None: method init (line 705) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... class Pin (line 718) | class Pin: method value (line 720) | def value(self) -> int: method value (line 754) | def value(self, x: Any, /) -> None: method __call__ (line 788) | def __call__(self) -> int: method __call__ (line 796) | def __call__(self, x: Any, /) -> None: method mode (line 804) | def mode(self) -> int: method mode (line 813) | def mode(self, mode: int, /) -> None: method pull (line 822) | def pull(self) -> int: method pull (line 831) | def pull(self, pull: int, /) -> None: method drive (line 840) | def drive(self, drive: int, /) -> None: method drive (line 850) | def drive(self, /) -> int: class SDCard (line 858) | class SDCard: method readblocks (line 860) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 870) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 880) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 891) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... class UART (line 905) | class UART: method __init__ (line 907) | def __init__( method __init__ (line 929) | def __init__( method __init__ (line 945) | def __init__( method init (line 961) | def init( method init (line 1030) | def init( method init (line 1093) | def init( method read (line 1156) | def read(self) -> bytes | None: method read (line 1167) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1178) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1189) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: class Timer (line 1199) | class Timer: method __init__ (line 1201) | def __init__(self, id: int, /): method __init__ (line 1211) | def __init__( method __init__ (line 1229) | def __init__( method __init__ (line 1247) | def __init__( method init (line 1265) | def init( method init (line 1273) | def init( method init (line 1281) | def init( function freq (line 1328) | def freq() -> int: function freq (line 1336) | def freq(hz: int, /) -> None: function freq (line 1344) | def freq(self) -> int: function freq (line 1352) | def freq( function lightsleep (line 1364) | def lightsleep() -> None: function lightsleep (line 1389) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 1414) | def deepsleep() -> NoReturn: function deepsleep (line 1439) | def deepsleep(time_ms: int, /) -> NoReturn: FILE: publish/micropython-v1_24_1-windows-stubs/math.pyi function isnan (line 30) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 36) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 42) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 48) | def trunc(x: SupportsFloat, /) -> int: function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function frexp (line 60) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function isinf (line 69) | def isinf(x: SupportsFloat, /) -> bool: function isclose (line 75) | def isclose(*args, **kwargs) -> Incomplete: ... function isfinite (line 76) | def isfinite(x: SupportsFloat, /) -> bool: function sqrt (line 82) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 88) | def sinh(x: SupportsFloat, /) -> float: function log (line 94) | def log(x: SupportsFloat, /) -> float: function tan (line 102) | def tan(x: SupportsFloat, /) -> float: function tanh (line 108) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 114) | def log2(x: SupportsFloat, /) -> float: function log10 (line 120) | def log10(x: SupportsFloat, /) -> float: function sin (line 126) | def sin(x: SupportsFloat, /) -> float: function modf (line 132) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 139) | def radians(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function fmod (line 157) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function atanh (line 163) | def atanh(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function acos (line 175) | def acos(x: SupportsFloat, /) -> float: function pow (line 181) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 187) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 193) | def acosh(x: SupportsFloat, /) -> float: function asin (line 199) | def asin(x: SupportsFloat, /) -> float: function expm1 (line 205) | def expm1(x: SupportsFloat, /) -> float: function exp (line 211) | def exp(x: SupportsFloat, /) -> float: function copysign (line 217) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function fabs (line 223) | def fabs(x: SupportsFloat, /) -> float: function floor (line 229) | def floor(x: SupportsFloat, /) -> int: function cosh (line 235) | def cosh(x: SupportsFloat, /) -> float: function cos (line 241) | def cos(x: SupportsFloat, /) -> float: function erfc (line 247) | def erfc(x: SupportsFloat, /) -> float: function degrees (line 253) | def degrees(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_24_1-windows-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_peak (line 63) | def mem_peak(*args, **kwargs) -> Incomplete: ... function mem_total (line 64) | def mem_total(*args, **kwargs) -> Incomplete: ... function schedule (line 65) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function pystack_use (line 110) | def pystack_use(*args, **kwargs) -> Incomplete: ... function qstr_info (line 112) | def qstr_info() -> None: function qstr_info (line 123) | def qstr_info(verbose: bool, /) -> None: function stack_use (line 133) | def stack_use() -> int: function heap_lock (line 141) | def heap_lock() -> int: function mem_info (line 164) | def mem_info() -> None: function mem_info (line 175) | def mem_info(verbose: Any, /) -> None: function const (line 185) | def const(expr: Const_T, /) -> Const_T: function mem_current (line 207) | def mem_current(*args, **kwargs) -> Incomplete: ... function heap_unlock (line 208) | def heap_unlock() -> int: function kbd_intr (line 230) | def kbd_intr(chr: int) -> None: function viper (line 245) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 256) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 265) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 276) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_24_1-windows-stubs/random.pyi function seed (line 43) | def seed(n: int | None = None, /) -> None: function getrandbits (line 55) | def getrandbits(n: int, /) -> int: function randrange (line 62) | def randrange(stop: int, /) -> int: function randrange (line 72) | def randrange(start: int, stop: int, /) -> int: function randrange (line 82) | def randrange(start: int, stop: int, step: int, /) -> int: FILE: publish/micropython-v1_24_1-windows-stubs/ssl.pyi class SSLContext (line 20) | class SSLContext: method __init__ (line 27) | def __init__(self, *args) -> None: ... method verify_mode (line 29) | def verify_mode(self): ... method verify_mode (line 31) | def verify_mode(self, val) -> None: ... method load_cert_chain (line 33) | def load_cert_chain(self, certfile, keyfile) -> None: method load_cert_chain (line 48) | def load_cert_chain(self, certfile, keyfile) -> None: method load_verify_locations (line 62) | def load_verify_locations(self, cafile: Incomplete | None = None, cada... method wrap_socket (line 70) | def wrap_socket( function wrap_socket (line 97) | def wrap_socket( class SSLSocket (line 126) | class SSLSocket: method read (line 132) | def read(self, *argv, **kwargs) -> Incomplete: ... method readinto (line 134) | def readinto(self, *argv, **kwargs) -> Incomplete: ... method readline (line 136) | def readline(self, *argv, **kwargs) -> Incomplete: ... method write (line 138) | def write(self, *argv, **kwargs) -> Incomplete: ... method setblocking (line 140) | def setblocking(self, *argv, **kwargs) -> Incomplete: ... method close (line 142) | def close(self, *argv, **kwargs) -> Incomplete: ... method __del__ (line 145) | def __del__(self, *argv, **kwargs) -> Incomplete: ... method ioctl (line 149) | def ioctl(self, *argv, **kwargs) -> Incomplete: ... method getpeercert (line 153) | def getpeercert(self, *argv, **kwargs) -> Incomplete: ... method cipher (line 156) | def cipher(self, *argv, **kwargs) -> Incomplete: ... method recv (line 159) | def recv(self, *argv, **kwargs) -> Incomplete: ... method recv_into (line 161) | def recv_into(self, *argv, **kwargs) -> Incomplete: ... method send (line 163) | def send(self, *argv, **kwargs) -> Incomplete: ... method sendall (line 165) | def sendall(self, *argv, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-windows-stubs/time.pyi function ticks_cpu (line 52) | def ticks_cpu() -> _TicksCPU: function ticks_diff (line 67) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 133) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 160) | def time_ns() -> int: function time (line 167) | def time() -> int: function ticks_ms (line 195) | def ticks_ms() -> int: function ticks_us (line 219) | def ticks_us() -> _TicksUs: function gmtime (line 225) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 247) | def localtime(secs: int | None = None, /) -> Tuple: function clock (line 269) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 270) | def sleep_us(us: int, /) -> None: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_24_1-windows-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 123) | def __getattr__(self, a): ... FILE: publish/micropython-v1_24_1-windows-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_24_1-windows-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-windows-stubs/urandom.pyi function seed (line 11) | def seed(*args, **kwargs) -> Incomplete: ... function getrandbits (line 12) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-windows-stubs/ure.pyi function match (line 11) | def match(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_24_1-windows-stubs/vfs.pyi function mount (line 33) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... function umount (line 51) | def umount(mount_point: Incomplete) -> Incomplete: class VfsPosix (line 61) | class VfsPosix: method rename (line 69) | def rename(self, *args, **kwargs) -> Incomplete: ... method mount (line 70) | def mount(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 71) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 72) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 73) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 74) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 75) | def remove(self, *args, **kwargs) -> Incomplete: ... method open (line 76) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 77) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 78) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 79) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 80) | def __init__(self, root: str | None = None) -> None: ... class AbstractBlockDev (line 82) | class AbstractBlockDev: method readblocks (line 86) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 89) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 107) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 130) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 154) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 158) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method irq (line 18) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 19) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 20) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 21) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 22) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 23) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 24) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 25) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 26) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 27) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 28) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 29) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 30) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 31) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend( method __aiter__ (line 11) | def __aiter__(self): ... method __anext__ (line 12) | async def __anext__(self): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 65) | def gattc_write( method gatts_indicate (line 92) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 110) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 131) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 145) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 158) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 168) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 183) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 246) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 253) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 447) | def gap_advertise( method gap_connect (line 472) | def gap_connect( method gattc_discover_descriptors (line 504) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 514) | def config(self, param: str, /) -> Any: method config (line 578) | def config(self, **kwargs) -> None: method config (line 642) | def config(self, param: str, /) -> Any: method config (line 706) | def config(self, **kwargs) -> None: method active (line 770) | def active(self) -> bool: method active (line 779) | def active(self, active: bool, /) -> None: method active (line 788) | def active(self) -> bool: method active (line 797) | def active(self, active: bool, /) -> None: method gap_scan (line 805) | def gap_scan( method gattc_discover_characteristics (line 848) | def gattc_discover_characteristics( method gap_disconnect (line 870) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 885) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 903) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 914) | def __init__(self) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 74) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 75) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 76) | def flash_user_start() -> int: function flash_erase (line 82) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 88) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 97) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 105) | def flash_size() -> int: function sleep_type (line 113) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 135) | def sleep_type() -> int: function set_native_code_location (line 156) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 196) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/esp32.pyi function raw_temperature (line 28) | def raw_temperature() -> int: function idf_heap_info (line 34) | def idf_heap_info(capabilities: int) -> List[Tuple]: function wake_on_touch (line 72) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ext0 (line 79) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_ext1 (line 87) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 95) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 102) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 109) | class ULP: method run (line 115) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 121) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 127) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 133) | def __init__(self) -> None: class NVS (line 138) | class NVS: method get_i32 (line 151) | def get_i32(self, key: str, /) -> int: method set_i32 (line 158) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 164) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 173) | def commit(self) -> None: method get_blob (line 179) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 187) | def erase_key(self, key: str, /) -> None: method __init__ (line 193) | def __init__(self, namespace: str, /) -> None: class Partition (line 199) | class Partition(AbstractBlockDev): method readblocks (line 211) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 221) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 231) | def ioctl(self, op: int, arg) -> None: method ioctl (line 240) | def ioctl(self, op: int) -> int: method set_boot (line 248) | def set_boot(self) -> None: method writeblocks (line 260) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 271) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 285) | def info(self) -> Tuple: method find (line 292) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 303) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 312) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 325) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 331) | class RMT: method source_freq (line 376) | def source_freq(cls) -> int: method loop (line 383) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 392) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 402) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 432) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 462) | def write_pulses( method bitstream_channel (line 497) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 511) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 512) | def clock_div(self) -> int: method __init__ (line 519) | def __init__( FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/espnow.pyi class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 38) | def peer_count(self) -> int: method recv (line 49) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 89) | def mod_peer( method irecv (line 105) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 136) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 153) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 188) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 215) | def any(self) -> bool: method add_peer (line 235) | def add_peer( method active (line 302) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 333) | def send( method send (line 385) | def send( method config (line 435) | def config(self, param) -> str: method get_peers (line 481) | def get_peers(self) -> Tuple: method get_peer (line 488) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 506) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 523) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 555) | def __init__(self) -> None: ... method __iter__ (line 558) | def __iter__(self) -> ESPNow: ... method __next__ (line 560) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 562) | class ESPNowBase: method irq (line 563) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 564) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 565) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 566) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 567) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 568) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 569) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 570) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 571) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 572) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 573) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 574) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 575) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 576) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 577) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/logging.pyi function critical (line 22) | def critical(*args, **kwargs) -> Incomplete: ... function getLogger (line 23) | def getLogger(*args, **kwargs) -> Incomplete: ... function log (line 24) | def log(*args, **kwargs) -> Incomplete: ... function shutdown (line 25) | def shutdown(*args, **kwargs) -> Incomplete: ... function const (line 26) | def const(*args, **kwargs) -> Incomplete: ... function info (line 27) | def info(*args, **kwargs) -> Incomplete: ... function addLevelName (line 28) | def addLevelName(*args, **kwargs) -> Incomplete: ... function debug (line 29) | def debug(*args, **kwargs) -> Incomplete: ... function warning (line 30) | def warning(*args, **kwargs) -> Incomplete: ... function error (line 31) | def error(*args, **kwargs) -> Incomplete: ... function exception (line 32) | def exception(*args, **kwargs) -> Incomplete: ... function basicConfig (line 33) | def basicConfig(*args, **kwargs) -> Incomplete: ... class LogRecord (line 37) | class LogRecord: method set (line 38) | def set(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class Handler (line 41) | class Handler: method setFormatter (line 42) | def setFormatter(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 43) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method format (line 44) | def format(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class Logger (line 48) | class Logger: method setLevel (line 49) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method hasHandlers (line 50) | def hasHandlers(self, *args, **kwargs) -> Incomplete: ... method critical (line 51) | def critical(self, *args, **kwargs) -> Incomplete: ... method getEffectiveLevel (line 52) | def getEffectiveLevel(self, *args, **kwargs) -> Incomplete: ... method addHandler (line 53) | def addHandler(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 54) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method log (line 55) | def log(self, *args, **kwargs) -> Incomplete: ... method warning (line 56) | def warning(self, *args, **kwargs) -> Incomplete: ... method info (line 57) | def info(self, *args, **kwargs) -> Incomplete: ... method error (line 58) | def error(self, *args, **kwargs) -> Incomplete: ... method exception (line 59) | def exception(self, *args, **kwargs) -> Incomplete: ... method debug (line 60) | def debug(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... class Formatter (line 63) | class Formatter: method usesTime (line 64) | def usesTime(self, *args, **kwargs) -> Incomplete: ... method formatTime (line 65) | def formatTime(self, *args, **kwargs) -> Incomplete: ... method format (line 66) | def format(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... class StreamHandler (line 69) | class StreamHandler: method setLevel (line 70) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method setFormatter (line 71) | def setFormatter(self, *args, **kwargs) -> Incomplete: ... method emit (line 72) | def emit(self, *args, **kwargs) -> Incomplete: ... method format (line 73) | def format(self, *args, **kwargs) -> Incomplete: ... method close (line 74) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: ... class FileHandler (line 77) | class FileHandler: method setLevel (line 78) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method setFormatter (line 79) | def setFormatter(self, *args, **kwargs) -> Incomplete: ... method emit (line 80) | def emit(self, *args, **kwargs) -> Incomplete: ... method format (line 81) | def format(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/machine.pyi function deepsleep (line 47) | def deepsleep() -> NoReturn: function deepsleep (line 72) | def deepsleep(time_ms: int, /) -> NoReturn: function soft_reset (line 96) | def soft_reset() -> NoReturn: function dht_readinto (line 103) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function reset (line 104) | def reset() -> NoReturn: function unique_id (line 111) | def unique_id() -> bytes: function time_pulse_us (line 120) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function bitstream (line 138) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function idle (line 162) | def idle() -> None: function freq (line 178) | def freq() -> int: function freq (line 186) | def freq(hz: int, /) -> None: function freq (line 194) | def freq(self) -> int: function freq (line 202) | def freq( function lightsleep (line 214) | def lightsleep() -> None: function lightsleep (line 239) | def lightsleep(time_ms: int, /) -> None: function disable_irq (line 263) | def disable_irq() -> bool: function enable_irq (line 272) | def enable_irq(state: bool = True, /) -> None: function reset_cause (line 280) | def reset_cause() -> int: function sleep (line 287) | def sleep() -> None: function wake_reason (line 293) | def wake_reason() -> int: class PWM (line 303) | class PWM: method duty_u16 (line 355) | def duty_u16(self) -> int: method duty_u16 (line 367) | def duty_u16( method init (line 382) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 390) | def freq(self) -> int: method freq (line 401) | def freq( method deinit (line 415) | def deinit(self) -> None: method duty_ns (line 422) | def duty_ns(self) -> int: method duty_ns (line 432) | def duty_ns( method duty (line 445) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 446) | def __init__( class UART (line 471) | class UART: method irq (line 514) | def irq( method sendbreak (line 550) | def sendbreak(self) -> None: method deinit (line 557) | def deinit(self) -> None: method init (line 568) | def init( method init (line 637) | def init( method init (line 700) | def init( method flush (line 762) | def flush(self) -> Incomplete: method txdone (line 777) | def txdone(self) -> bool: method read (line 793) | def read(self) -> bytes | None: method read (line 804) | def read(self, nbytes: int, /) -> bytes | None: method any (line 814) | def any(self) -> int: method write (line 829) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 838) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 849) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 859) | def readline(self) -> Union[str, None]: method __init__ (line 869) | def __init__( method __init__ (line 891) | def __init__( method __init__ (line 907) | def __init__( class ADCBlock (line 925) | class ADCBlock: method init (line 935) | def init(self, *, bits) -> None: method connect (line 942) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 963) | def __init__(self, id, *, bits) -> None: ... class ADC (line 965) | class ADC: method read_u16 (line 991) | def read_u16(self) -> int: method init (line 999) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 1007) | def read_uv(self) -> int: method width (line 1015) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 1016) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 1017) | def block(self) -> Incomplete: method atten (line 1027) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1028) | def __init__(self, pin: PinLike, /) -> None: class I2S (line 1039) | class I2S: method shift (line 1115) | def shift( method init (line 1128) | def init( method irq (line 1145) | def irq( method readinto (line 1157) | def readinto( method deinit (line 1170) | def deinit(self) -> None: method write (line 1176) | def write( method __init__ (line 1189) | def __init__( class DAC (line 1231) | class DAC: method write (line 1232) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1233) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1235) | class I2C: method readfrom_mem_into (line 1272) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1284) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1294) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1303) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1314) | def scan(self) -> List: method writeto (line 1322) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1332) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1348) | def start(self) -> None: method readfrom (line 1354) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1362) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1373) | def init(self, *, freq: int = 400_000) -> None: method init (line 1387) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1400) | def stop(self) -> None: method write (line 1406) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1415) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1432) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1449) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class Timer (line 1462) | class Timer: method deinit (line 1487) | def deinit(self) -> None: method init (line 1494) | def init( method init (line 1502) | def init( method init (line 1510) | def init( method value (line 1556) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1558) | def __init__(self, id: int, /): method __init__ (line 1568) | def __init__( method __init__ (line 1586) | def __init__( method __init__ (line 1604) | def __init__( class SoftSPI (line 1621) | class SoftSPI(SPI): method deinit (line 1630) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1631) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1632) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1633) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1634) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1635) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1636) | def __init__( class Pin (line 1649) | class Pin: method off (line 1706) | def off(self) -> None: method irq (line 1712) | def irq( method on (line 1766) | def on(self) -> None: method toggle (line 1772) | def toggle(self) -> Incomplete: method value (line 1781) | def value(self) -> int: method value (line 1815) | def value(self, x: Any, /) -> None: method init (line 1848) | def init( class board (line 1866) | class board: method __init__ (line 1867) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1869) | def __init__( method __call__ (line 1944) | def __call__(self) -> int: method __call__ (line 1952) | def __call__(self, x: Any, /) -> None: method mode (line 1960) | def mode(self) -> int: method mode (line 1969) | def mode(self, mode: int, /) -> None: method pull (line 1978) | def pull(self) -> int: method pull (line 1987) | def pull(self, pull: int, /) -> None: method drive (line 1996) | def drive(self, drive: int, /) -> None: method drive (line 2006) | def drive(self, /) -> int: class TouchPad (line 2014) | class TouchPad: method config (line 2015) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2016) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2017) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 2019) | class WDT: method feed (line 2035) | def feed(self) -> None: method __init__ (line 2043) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SDCard (line 2052) | class SDCard(AbstractBlockDev): method ioctl (line 2145) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2147) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2157) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2167) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2178) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2192) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2193) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2194) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 2196) | class RTC: method init (line 2215) | def init(self) -> None: method init (line 2230) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2245) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2260) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2275) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2290) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2305) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 2319) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 2336) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2353) | def __init__(self, id: int = 0): method __init__ (line 2359) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2367) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2375) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2383) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2391) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2399) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 2407) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2415) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2423) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2431) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2439) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2447) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2455) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SoftI2C (line 2462) | class SoftI2C(I2C): method readfrom_mem_into (line 2475) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2476) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2477) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2478) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2479) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2480) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2481) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2482) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2483) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2484) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2485) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2486) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2487) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2488) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SPI (line 2490) | class SPI: method deinit (line 2547) | def deinit(self) -> None: method init (line 2554) | def init( method init (line 2589) | def init( method write_readinto (line 2621) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2632) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2640) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2649) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2660) | def __init__(self, id: int, /): method __init__ (line 2673) | def __init__( method __init__ (line 2699) | def __init__( class Signal (line 2722) | class Signal(Pin): method off (line 2792) | def off(self) -> None: method on (line 2798) | def on(self) -> None: method value (line 2805) | def value(self) -> int: method value (line 2825) | def value(self, x: Any, /) -> None: method __init__ (line 2845) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2865) | def __init__( FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/network.pyi function country (line 104) | def country(code: Optional[Any] = None) -> Incomplete: function hostname (line 117) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 145) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 160) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 177) | class LAN: method __init__ (line 200) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 202) | def active(self, /) -> bool: method active (line 210) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 224) | def status(self) -> Incomplete: method ifconfig (line 230) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 242) | def config(self, config_parameters) -> Incomplete: method active (line 617) | def active(self, /) -> bool: method active (line 625) | def active(self, is_active: bool | int, /) -> None: class PPP (line 262) | class PPP: method __init__ (line 279) | def __init__(self, stream) -> None: ... method connect (line 280) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method disconnect (line 298) | def disconnect(self) -> Incomplete: method isconnected (line 304) | def isconnected(self) -> bool: method status (line 311) | def status(self) -> Incomplete: method config (line 317) | def config(self, config_parameters) -> Incomplete: method ipconfig (line 327) | def ipconfig(self, param) -> Incomplete: method ifconfig (line 333) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method poll (line 339) | def poll(self) -> Incomplete: class WLAN (line 347) | class WLAN: method ifconfig (line 379) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 390) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 400) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 401) | def isconnected(self) -> bool: method scan (line 409) | def scan(self) -> List[Tuple]: method status (line 439) | def status(self) -> int: method status (line 469) | def status(self, param: str, /) -> int: method disconnect (line 498) | def disconnect(self) -> None: method active (line 505) | def active(self, /) -> bool: method active (line 513) | def active(self, is_active: bool | int, /) -> None: method config (line 521) | def config(self, param: str, /) -> Any: method config (line 556) | def config(self, **kwargs: Any) -> None: method connect (line 590) | def connect( method __init__ (line 606) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 615) | class LAN: method __init__ (line 200) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 202) | def active(self, /) -> bool: method active (line 210) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 224) | def status(self) -> Incomplete: method ifconfig (line 230) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 242) | def config(self, config_parameters) -> Incomplete: method active (line 617) | def active(self, /) -> bool: method active (line 625) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 632) | class WLANWiPy: method __init__ (line 634) | def __init__(self, id: int = 0, /): method __init__ (line 648) | def __init__( method mode (line 672) | def mode(self) -> int: method mode (line 678) | def mode(self, mode: int, /) -> None: method ssid (line 684) | def ssid(self) -> str: method ssid (line 690) | def ssid(self, ssid: str, /) -> None: method auth (line 696) | def auth(self) -> int: method auth (line 702) | def auth(self, auth: int, /) -> None: method channel (line 708) | def channel(self) -> int: method channel (line 714) | def channel(self, channel: int, /) -> None: method antenna (line 720) | def antenna(self) -> int: method antenna (line 726) | def antenna(self, antenna: int, /) -> None: method mac (line 732) | def mac(self) -> bytes: method mac (line 738) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 743) | class AbstractNIC: method active (line 746) | def active(self, /) -> bool: method active (line 757) | def active(self, is_active: bool | int, /) -> None: method connect (line 768) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 787) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 806) | def status(self) -> Any: method status (line 824) | def status(self, param: str, /) -> Any: method ifconfig (line 842) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 856) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 870) | def config(self, param: str, /) -> Any: method config (line 889) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/socket.pyi function getaddrinfo (line 94) | def getaddrinfo( class socket (line 144) | class socket: method recvfrom (line 153) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 161) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 169) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 189) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 208) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 217) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 218) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 231) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 239) | def setblocking(self, value: bool, /) -> None: method sendto (line 251) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 258) | def settimeout(self, value: float | None, /) -> None: method readline (line 294) | def readline(self) -> bytes: method readinto (line 303) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 313) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 323) | def read(self) -> bytes: method read (line 333) | def read(self, size: int, /) -> bytes: method close (line 342) | def close(self) -> None: method connect (line 353) | def connect(self, address: _Address | bytes, /) -> None: method send (line 359) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 367) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 373) | def accept(self) -> Tuple: method write (line 382) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 393) | def __init__( FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/uhashlib.pyi class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 16) | class sha256: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 21) | class md5: method digest (line 22) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 23) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 37) | def connect(self, clean_session: bool = True, timeout: Incomplete | No... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method irq (line 18) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 19) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 20) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 21) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 22) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 23) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 24) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 25) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 26) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 27) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 28) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 29) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 30) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 31) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend( method __aiter__ (line 11) | def __aiter__(self): ... method __anext__ (line 12) | async def __anext__(self): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 65) | def gattc_write( method gatts_indicate (line 92) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 110) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 131) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 145) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 158) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 168) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 183) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 246) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 253) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 447) | def gap_advertise( method gap_connect (line 472) | def gap_connect( method gattc_discover_descriptors (line 504) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 514) | def config(self, param: str, /) -> Any: method config (line 578) | def config(self, **kwargs) -> None: method config (line 642) | def config(self, param: str, /) -> Any: method config (line 706) | def config(self, **kwargs) -> None: method active (line 770) | def active(self) -> bool: method active (line 779) | def active(self, active: bool, /) -> None: method active (line 788) | def active(self) -> bool: method active (line 797) | def active(self, active: bool, /) -> None: method gap_scan (line 805) | def gap_scan( method gattc_discover_characteristics (line 848) | def gattc_discover_characteristics( method gap_disconnect (line 870) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 885) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 903) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 914) | def __init__(self) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 74) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 75) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 76) | def flash_user_start() -> int: function flash_erase (line 82) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 88) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 97) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 105) | def flash_size() -> int: function sleep_type (line 113) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 135) | def sleep_type() -> int: function set_native_code_location (line 156) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 196) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/esp32.pyi function mcu_temperature (line 28) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function wake_on_touch (line 29) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ext0 (line 36) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_ext1 (line 44) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 52) | def wake_on_ulp(wake) -> None: function idf_heap_info (line 59) | def idf_heap_info(capabilities: int) -> List[Tuple]: class NVS (line 97) | class NVS: method get_i32 (line 110) | def get_i32(self, key: str, /) -> int: method set_i32 (line 117) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 123) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 132) | def commit(self) -> None: method get_blob (line 138) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 146) | def erase_key(self, key: str, /) -> None: method __init__ (line 152) | def __init__(self, namespace: str, /) -> None: class RMT (line 158) | class RMT: method source_freq (line 203) | def source_freq(cls) -> int: method loop (line 210) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 219) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 229) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 259) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 289) | def write_pulses( method bitstream_channel (line 324) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 338) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 339) | def clock_div(self) -> int: method __init__ (line 346) | def __init__( class Partition (line 372) | class Partition(AbstractBlockDev): method readblocks (line 384) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 394) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 404) | def ioctl(self, op: int, arg) -> None: method ioctl (line 413) | def ioctl(self, op: int) -> int: method set_boot (line 421) | def set_boot(self) -> None: method writeblocks (line 433) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 444) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 458) | def info(self) -> Tuple: method find (line 465) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 476) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 485) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 498) | def __init__(self, id: str, block_size=4096, /) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/espnow.pyi class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 38) | def peer_count(self) -> int: method recv (line 49) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 89) | def mod_peer( method irecv (line 105) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 136) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 153) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 188) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 215) | def any(self) -> bool: method add_peer (line 235) | def add_peer( method active (line 302) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 333) | def send( method send (line 385) | def send( method config (line 435) | def config(self, param) -> str: method get_peers (line 481) | def get_peers(self) -> Tuple: method get_peer (line 488) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 506) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 523) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 555) | def __init__(self) -> None: ... method __iter__ (line 558) | def __iter__(self) -> ESPNow: ... method __next__ (line 560) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 562) | class ESPNowBase: method irq (line 563) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 564) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 565) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 566) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 567) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 568) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 569) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 570) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 571) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 572) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 573) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 574) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 575) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 576) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 577) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/machine.pyi function time_pulse_us (line 46) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function disable_irq (line 64) | def disable_irq() -> bool: function dht_readinto (line 73) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 74) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function unique_id (line 98) | def unique_id() -> bytes: function deepsleep (line 108) | def deepsleep() -> NoReturn: function deepsleep (line 133) | def deepsleep(time_ms: int, /) -> NoReturn: function soft_reset (line 157) | def soft_reset() -> NoReturn: function reset_cause (line 164) | def reset_cause() -> int: function reset (line 170) | def reset() -> NoReturn: function sleep (line 178) | def sleep() -> None: function enable_irq (line 184) | def enable_irq(state: bool = True, /) -> None: function freq (line 193) | def freq() -> int: function freq (line 201) | def freq(hz: int, /) -> None: function freq (line 209) | def freq(self) -> int: function freq (line 217) | def freq( function lightsleep (line 229) | def lightsleep() -> None: function lightsleep (line 254) | def lightsleep(time_ms: int, /) -> None: function idle (line 278) | def idle() -> None: function wake_reason (line 293) | def wake_reason() -> int: class Pin (line 303) | class Pin: method off (line 360) | def off(self) -> None: method irq (line 366) | def irq( method on (line 420) | def on(self) -> None: method toggle (line 426) | def toggle(self) -> Incomplete: method value (line 435) | def value(self) -> int: method value (line 469) | def value(self, x: Any, /) -> None: method init (line 502) | def init( class board (line 520) | class board: method __init__ (line 521) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 523) | def __init__( method __call__ (line 598) | def __call__(self) -> int: method __call__ (line 606) | def __call__(self, x: Any, /) -> None: method mode (line 614) | def mode(self) -> int: method mode (line 623) | def mode(self, mode: int, /) -> None: method pull (line 632) | def pull(self) -> int: method pull (line 641) | def pull(self, pull: int, /) -> None: method drive (line 650) | def drive(self, drive: int, /) -> None: method drive (line 660) | def drive(self, /) -> int: class RTC (line 668) | class RTC: method init (line 687) | def init(self) -> None: method init (line 702) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 717) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 732) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 747) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 762) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 777) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 791) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 808) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 825) | def __init__(self, id: int = 0): method __init__ (line 831) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 839) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 847) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 855) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 863) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 871) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 879) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 887) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 895) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 903) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 911) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 919) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 927) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class PWM (line 936) | class PWM: method duty_u16 (line 988) | def duty_u16(self) -> int: method duty_u16 (line 1000) | def duty_u16( method init (line 1015) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 1023) | def freq(self) -> int: method freq (line 1034) | def freq( method deinit (line 1048) | def deinit(self) -> None: method duty_ns (line 1055) | def duty_ns(self) -> int: method duty_ns (line 1065) | def duty_ns( method duty (line 1078) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1079) | def __init__( class ADC (line 1104) | class ADC: method read_u16 (line 1130) | def read_u16(self) -> int: method init (line 1138) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 1146) | def read_uv(self) -> int: method width (line 1154) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 1155) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 1156) | def block(self) -> Incomplete: method atten (line 1166) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1167) | def __init__(self, pin: PinLike, /) -> None: class ADCBlock (line 1178) | class ADCBlock: method init (line 1188) | def init(self, *, bits) -> None: method connect (line 1195) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 1216) | def __init__(self, id, *, bits) -> None: ... class I2C (line 1218) | class I2C: method readfrom_mem_into (line 1255) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1267) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1277) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1286) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1297) | def scan(self) -> List: method writeto (line 1305) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1315) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1331) | def start(self) -> None: method readfrom (line 1337) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1345) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1356) | def init(self, *, freq: int = 400_000) -> None: method init (line 1370) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1383) | def stop(self) -> None: method write (line 1389) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1398) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1415) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1432) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1445) | class WDT: method feed (line 1461) | def feed(self) -> None: method __init__ (line 1469) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SoftSPI (line 1480) | class SoftSPI(SPI): method deinit (line 1489) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1490) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1491) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1492) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1493) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1494) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1495) | def __init__( class Timer (line 1508) | class Timer: method deinit (line 1533) | def deinit(self) -> None: method init (line 1540) | def init( method init (line 1548) | def init( method init (line 1556) | def init( method value (line 1602) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1604) | def __init__(self, id: int, /): method __init__ (line 1614) | def __init__( method __init__ (line 1632) | def __init__( method __init__ (line 1650) | def __init__( class UART (line 1667) | class UART: method irq (line 1710) | def irq( method sendbreak (line 1746) | def sendbreak(self) -> None: method deinit (line 1753) | def deinit(self) -> None: method init (line 1764) | def init( method init (line 1833) | def init( method init (line 1896) | def init( method flush (line 1958) | def flush(self) -> Incomplete: method txdone (line 1973) | def txdone(self) -> bool: method read (line 1989) | def read(self) -> bytes | None: method read (line 2000) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2010) | def any(self) -> int: method write (line 2025) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2034) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2045) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2055) | def readline(self) -> Union[str, None]: method __init__ (line 2065) | def __init__( method __init__ (line 2087) | def __init__( method __init__ (line 2103) | def __init__( class SoftI2C (line 2118) | class SoftI2C(I2C): method readfrom_mem_into (line 2131) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2132) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2133) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2134) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2135) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2136) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2137) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2138) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2139) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2140) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2141) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2142) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2143) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2144) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2146) | class SDCard(AbstractBlockDev): method ioctl (line 2239) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2241) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2251) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2261) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2272) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2286) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2287) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2288) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 2290) | class SPI: method deinit (line 2347) | def deinit(self) -> None: method init (line 2354) | def init( method init (line 2389) | def init( method write_readinto (line 2421) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2432) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2440) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2449) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2460) | def __init__(self, id: int, /): method __init__ (line 2473) | def __init__( method __init__ (line 2499) | def __init__( class Signal (line 2522) | class Signal(Pin): method off (line 2592) | def off(self) -> None: method on (line 2598) | def on(self) -> None: method value (line 2605) | def value(self) -> int: method value (line 2625) | def value(self, x: Any, /) -> None: method __init__ (line 2645) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2665) | def __init__( FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/network.pyi function country (line 104) | def country(code: Optional[Any] = None) -> Incomplete: function hostname (line 117) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 145) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 160) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 177) | class LAN: method __init__ (line 200) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 202) | def active(self, /) -> bool: method active (line 210) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 224) | def status(self) -> Incomplete: method ifconfig (line 230) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 242) | def config(self, config_parameters) -> Incomplete: method active (line 617) | def active(self, /) -> bool: method active (line 625) | def active(self, is_active: bool | int, /) -> None: class PPP (line 262) | class PPP: method __init__ (line 279) | def __init__(self, stream) -> None: ... method connect (line 280) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method disconnect (line 298) | def disconnect(self) -> Incomplete: method isconnected (line 304) | def isconnected(self) -> bool: method status (line 311) | def status(self) -> Incomplete: method config (line 317) | def config(self, config_parameters) -> Incomplete: method ipconfig (line 327) | def ipconfig(self, param) -> Incomplete: method ifconfig (line 333) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method poll (line 339) | def poll(self) -> Incomplete: class WLAN (line 347) | class WLAN: method ifconfig (line 379) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 390) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 400) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 401) | def isconnected(self) -> bool: method scan (line 409) | def scan(self) -> List[Tuple]: method status (line 439) | def status(self) -> int: method status (line 469) | def status(self, param: str, /) -> int: method disconnect (line 498) | def disconnect(self) -> None: method active (line 505) | def active(self, /) -> bool: method active (line 513) | def active(self, is_active: bool | int, /) -> None: method config (line 521) | def config(self, param: str, /) -> Any: method config (line 556) | def config(self, **kwargs: Any) -> None: method connect (line 590) | def connect( method __init__ (line 606) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 615) | class LAN: method __init__ (line 200) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 202) | def active(self, /) -> bool: method active (line 210) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 224) | def status(self) -> Incomplete: method ifconfig (line 230) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 242) | def config(self, config_parameters) -> Incomplete: method active (line 617) | def active(self, /) -> bool: method active (line 625) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 632) | class WLANWiPy: method __init__ (line 634) | def __init__(self, id: int = 0, /): method __init__ (line 648) | def __init__( method mode (line 672) | def mode(self) -> int: method mode (line 678) | def mode(self, mode: int, /) -> None: method ssid (line 684) | def ssid(self) -> str: method ssid (line 690) | def ssid(self, ssid: str, /) -> None: method auth (line 696) | def auth(self) -> int: method auth (line 702) | def auth(self, auth: int, /) -> None: method channel (line 708) | def channel(self) -> int: method channel (line 714) | def channel(self, channel: int, /) -> None: method antenna (line 720) | def antenna(self) -> int: method antenna (line 726) | def antenna(self, antenna: int, /) -> None: method mac (line 732) | def mac(self) -> bytes: method mac (line 738) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 743) | class AbstractNIC: method active (line 746) | def active(self, /) -> bool: method active (line 757) | def active(self, is_active: bool | int, /) -> None: method connect (line 768) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 787) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 806) | def status(self) -> Any: method status (line 824) | def status(self, param: str, /) -> Any: method ifconfig (line 842) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 856) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 870) | def config(self, param: str, /) -> Any: method config (line 889) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/socket.pyi function getaddrinfo (line 94) | def getaddrinfo( class socket (line 144) | class socket: method recvfrom (line 153) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 161) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 169) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 189) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 208) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 217) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 218) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 231) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 239) | def setblocking(self, value: bool, /) -> None: method sendto (line 251) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 258) | def settimeout(self, value: float | None, /) -> None: method readline (line 294) | def readline(self) -> bytes: method readinto (line 303) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 313) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 323) | def read(self) -> bytes: method read (line 333) | def read(self, size: int, /) -> bytes: method close (line 342) | def close(self) -> None: method connect (line 353) | def connect(self, address: _Address | bytes, /) -> None: method send (line 359) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 367) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 373) | def accept(self) -> Tuple: method write (line 382) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 393) | def __init__( FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/uhashlib.pyi class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 16) | class sha256: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 21) | class md5: method digest (line 22) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 23) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 37) | def connect(self, clean_session: bool = True, timeout: Incomplete | No... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_c6-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method irq (line 18) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 19) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 20) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 21) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 22) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 23) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 24) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 25) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 26) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 27) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 28) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 29) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 30) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 31) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend( method __aiter__ (line 11) | def __aiter__(self): ... method __anext__ (line 12) | async def __anext__(self): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 74) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 75) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 76) | def flash_user_start() -> int: function flash_erase (line 82) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 88) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 97) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 105) | def flash_size() -> int: function sleep_type (line 113) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 135) | def sleep_type() -> int: function set_native_code_location (line 156) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 196) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/esp32.pyi function mcu_temperature (line 28) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function idf_heap_info (line 29) | def idf_heap_info(capabilities: int) -> List[Tuple]: function wake_on_touch (line 67) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ext0 (line 74) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_ext1 (line 82) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 90) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 97) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 104) | class ULP: method run (line 110) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 116) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 122) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 128) | def __init__(self) -> None: class NVS (line 133) | class NVS: method get_i32 (line 146) | def get_i32(self, key: str, /) -> int: method set_i32 (line 153) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 159) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 168) | def commit(self) -> None: method get_blob (line 174) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 182) | def erase_key(self, key: str, /) -> None: method __init__ (line 188) | def __init__(self, namespace: str, /) -> None: class Partition (line 194) | class Partition(AbstractBlockDev): method readblocks (line 206) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 216) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 226) | def ioctl(self, op: int, arg) -> None: method ioctl (line 235) | def ioctl(self, op: int) -> int: method set_boot (line 243) | def set_boot(self) -> None: method writeblocks (line 255) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 266) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 280) | def info(self) -> Tuple: method find (line 287) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 298) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 307) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 320) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 326) | class RMT: method source_freq (line 371) | def source_freq(cls) -> int: method loop (line 378) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 387) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 397) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 427) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 457) | def write_pulses( method bitstream_channel (line 492) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 506) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 507) | def clock_div(self) -> int: method __init__ (line 514) | def __init__( FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/espnow.pyi class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 38) | def peer_count(self) -> int: method recv (line 49) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 89) | def mod_peer( method irecv (line 105) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 136) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 153) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 188) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 215) | def any(self) -> bool: method add_peer (line 235) | def add_peer( method active (line 302) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 333) | def send( method send (line 385) | def send( method config (line 435) | def config(self, param) -> str: method get_peers (line 481) | def get_peers(self) -> Tuple: method get_peer (line 488) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 506) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 523) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 555) | def __init__(self) -> None: ... method __iter__ (line 558) | def __iter__(self) -> ESPNow: ... method __next__ (line 560) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 562) | class ESPNowBase: method irq (line 563) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 564) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 565) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 566) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 567) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 568) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 569) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 570) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 571) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 572) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 573) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 574) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 575) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 576) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 577) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/machine.pyi function wake_reason (line 46) | def wake_reason() -> int: function disable_irq (line 54) | def disable_irq() -> bool: function dht_readinto (line 63) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 64) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function bootloader (line 88) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 99) | def deepsleep() -> NoReturn: function deepsleep (line 124) | def deepsleep(time_ms: int, /) -> NoReturn: function soft_reset (line 148) | def soft_reset() -> NoReturn: function sleep (line 156) | def sleep() -> None: function enable_irq (line 162) | def enable_irq(state: bool = True, /) -> None: function time_pulse_us (line 170) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 188) | def unique_id() -> bytes: function idle (line 197) | def idle() -> None: function freq (line 213) | def freq() -> int: function freq (line 221) | def freq(hz: int, /) -> None: function freq (line 229) | def freq(self) -> int: function freq (line 237) | def freq( function reset_cause (line 248) | def reset_cause() -> int: function lightsleep (line 255) | def lightsleep() -> None: function lightsleep (line 280) | def lightsleep(time_ms: int, /) -> None: function reset (line 304) | def reset() -> NoReturn: class PWM (line 313) | class PWM: method duty_u16 (line 365) | def duty_u16(self) -> int: method duty_u16 (line 377) | def duty_u16( method init (line 392) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 400) | def freq(self) -> int: method freq (line 411) | def freq( method deinit (line 425) | def deinit(self) -> None: method duty_ns (line 432) | def duty_ns(self) -> int: method duty_ns (line 442) | def duty_ns( method duty (line 455) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 456) | def __init__( class Pin (line 481) | class Pin: method off (line 538) | def off(self) -> None: method irq (line 544) | def irq( method on (line 598) | def on(self) -> None: method toggle (line 604) | def toggle(self) -> Incomplete: method value (line 613) | def value(self) -> int: method value (line 647) | def value(self, x: Any, /) -> None: method init (line 680) | def init( class board (line 698) | class board: method __init__ (line 699) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 701) | def __init__( method __call__ (line 776) | def __call__(self) -> int: method __call__ (line 784) | def __call__(self, x: Any, /) -> None: method mode (line 792) | def mode(self) -> int: method mode (line 801) | def mode(self, mode: int, /) -> None: method pull (line 810) | def pull(self) -> int: method pull (line 819) | def pull(self, pull: int, /) -> None: method drive (line 828) | def drive(self, drive: int, /) -> None: method drive (line 838) | def drive(self, /) -> int: class ADCBlock (line 849) | class ADCBlock: method init (line 859) | def init(self, *, bits) -> None: method connect (line 866) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 887) | def __init__(self, id, *, bits) -> None: ... class ADC (line 889) | class ADC: method read_u16 (line 916) | def read_u16(self) -> int: method init (line 924) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 932) | def read_uv(self) -> int: method width (line 940) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 941) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 942) | def block(self) -> Incomplete: method atten (line 952) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 953) | def __init__(self, pin: PinLike, /) -> None: class I2S (line 964) | class I2S: method shift (line 1040) | def shift( method init (line 1053) | def init( method irq (line 1070) | def irq( method readinto (line 1082) | def readinto( method deinit (line 1095) | def deinit(self) -> None: method write (line 1101) | def write( method __init__ (line 1114) | def __init__( class DAC (line 1156) | class DAC: method write (line 1157) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1158) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1160) | class I2C: method readfrom_mem_into (line 1197) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1209) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1219) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1228) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1239) | def scan(self) -> List: method writeto (line 1247) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1257) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1273) | def start(self) -> None: method readfrom (line 1279) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1287) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1298) | def init(self, *, freq: int = 400_000) -> None: method init (line 1312) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1325) | def stop(self) -> None: method write (line 1331) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1340) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1357) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1374) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class USBDevice (line 1387) | class USBDevice: method submit_xfer (line 1400) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1422) | def config( method remote_wakeup (line 1530) | def remote_wakeup(self) -> bool: method stall (line 1539) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1560) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1581) | class BUILTIN_CDC: method __init__ (line 1589) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1591) | class BUILTIN_NONE: method __init__ (line 1597) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1599) | class BUILTIN_DEFAULT: method __init__ (line 1607) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1609) | def __init__(self) -> None: ... class TouchPad (line 1611) | class TouchPad: method config (line 1612) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 1613) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1614) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1616) | class Timer: method deinit (line 1641) | def deinit(self) -> None: method init (line 1648) | def init( method init (line 1656) | def init( method init (line 1664) | def init( method value (line 1710) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1712) | def __init__(self, id: int, /): method __init__ (line 1722) | def __init__( method __init__ (line 1740) | def __init__( method __init__ (line 1758) | def __init__( class RTC (line 1775) | class RTC: method init (line 1794) | def init(self) -> None: method init (line 1809) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1824) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1839) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1854) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1869) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1884) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 1898) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 1915) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1932) | def __init__(self, id: int = 0): method __init__ (line 1938) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1946) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1954) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1962) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1970) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1978) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1986) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1994) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2002) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2010) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2018) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2026) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2034) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class UART (line 2041) | class UART: method irq (line 2084) | def irq( method sendbreak (line 2120) | def sendbreak(self) -> None: method deinit (line 2127) | def deinit(self) -> None: method init (line 2138) | def init( method init (line 2207) | def init( method init (line 2270) | def init( method flush (line 2332) | def flush(self) -> Incomplete: method txdone (line 2347) | def txdone(self) -> bool: method read (line 2363) | def read(self) -> bytes | None: method read (line 2374) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2384) | def any(self) -> int: method write (line 2399) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2408) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2419) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2429) | def readline(self) -> Union[str, None]: method __init__ (line 2439) | def __init__( method __init__ (line 2461) | def __init__( method __init__ (line 2477) | def __init__( class WDT (line 2492) | class WDT: method feed (line 2508) | def feed(self) -> None: method __init__ (line 2516) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SPI (line 2525) | class SPI: method deinit (line 2582) | def deinit(self) -> None: method init (line 2589) | def init( method init (line 2624) | def init( method write_readinto (line 2656) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2667) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2675) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2684) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2695) | def __init__(self, id: int, /): method __init__ (line 2708) | def __init__( method __init__ (line 2734) | def __init__( class SDCard (line 2757) | class SDCard(AbstractBlockDev): method ioctl (line 2850) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2852) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2862) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2872) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2883) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2897) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2898) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2899) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 2901) | class SoftSPI(SPI): method deinit (line 2910) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2911) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2912) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2913) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2914) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2915) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2916) | def __init__( class Signal (line 2929) | class Signal(Pin): method off (line 2999) | def off(self) -> None: method on (line 3005) | def on(self) -> None: method value (line 3012) | def value(self) -> int: method value (line 3032) | def value(self, x: Any, /) -> None: method __init__ (line 3052) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3072) | def __init__( class SoftI2C (line 3102) | class SoftI2C(I2C): method readfrom_mem_into (line 3115) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 3116) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 3117) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 3118) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 3119) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 3120) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 3121) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 3122) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 3123) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3124) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 3125) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 3126) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 3127) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3128) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/network.pyi function country (line 104) | def country(code: Optional[Any] = None) -> Incomplete: function hostname (line 117) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 145) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 160) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 177) | class LAN: method __init__ (line 200) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 202) | def active(self, /) -> bool: method active (line 210) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 224) | def status(self) -> Incomplete: method ifconfig (line 230) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 242) | def config(self, config_parameters) -> Incomplete: method active (line 617) | def active(self, /) -> bool: method active (line 625) | def active(self, is_active: bool | int, /) -> None: class PPP (line 262) | class PPP: method __init__ (line 279) | def __init__(self, stream) -> None: ... method connect (line 280) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method disconnect (line 298) | def disconnect(self) -> Incomplete: method isconnected (line 304) | def isconnected(self) -> bool: method status (line 311) | def status(self) -> Incomplete: method config (line 317) | def config(self, config_parameters) -> Incomplete: method ipconfig (line 327) | def ipconfig(self, param) -> Incomplete: method ifconfig (line 333) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method poll (line 339) | def poll(self) -> Incomplete: class WLAN (line 347) | class WLAN: method ifconfig (line 379) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 390) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 400) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 401) | def isconnected(self) -> bool: method scan (line 409) | def scan(self) -> List[Tuple]: method status (line 439) | def status(self) -> int: method status (line 469) | def status(self, param: str, /) -> int: method disconnect (line 498) | def disconnect(self) -> None: method active (line 505) | def active(self, /) -> bool: method active (line 513) | def active(self, is_active: bool | int, /) -> None: method config (line 521) | def config(self, param: str, /) -> Any: method config (line 556) | def config(self, **kwargs: Any) -> None: method connect (line 590) | def connect( method __init__ (line 606) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 615) | class LAN: method __init__ (line 200) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 202) | def active(self, /) -> bool: method active (line 210) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 224) | def status(self) -> Incomplete: method ifconfig (line 230) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 242) | def config(self, config_parameters) -> Incomplete: method active (line 617) | def active(self, /) -> bool: method active (line 625) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 632) | class WLANWiPy: method __init__ (line 634) | def __init__(self, id: int = 0, /): method __init__ (line 648) | def __init__( method mode (line 672) | def mode(self) -> int: method mode (line 678) | def mode(self, mode: int, /) -> None: method ssid (line 684) | def ssid(self) -> str: method ssid (line 690) | def ssid(self, ssid: str, /) -> None: method auth (line 696) | def auth(self) -> int: method auth (line 702) | def auth(self, auth: int, /) -> None: method channel (line 708) | def channel(self) -> int: method channel (line 714) | def channel(self, channel: int, /) -> None: method antenna (line 720) | def antenna(self) -> int: method antenna (line 726) | def antenna(self, antenna: int, /) -> None: method mac (line 732) | def mac(self) -> bytes: method mac (line 738) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 743) | class AbstractNIC: method active (line 746) | def active(self, /) -> bool: method active (line 757) | def active(self, is_active: bool | int, /) -> None: method connect (line 768) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 787) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 806) | def status(self) -> Any: method status (line 824) | def status(self, param: str, /) -> Any: method ifconfig (line 842) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 856) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 870) | def config(self, param: str, /) -> Any: method config (line 889) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/socket.pyi function getaddrinfo (line 94) | def getaddrinfo( class socket (line 144) | class socket: method recvfrom (line 153) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 161) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 169) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 189) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 208) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 217) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 218) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 231) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 239) | def setblocking(self, value: bool, /) -> None: method sendto (line 251) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 258) | def settimeout(self, value: float | None, /) -> None: method readline (line 294) | def readline(self) -> bytes: method readinto (line 303) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 313) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 323) | def read(self) -> bytes: method read (line 333) | def read(self, size: int, /) -> bytes: method close (line 342) | def close(self) -> None: method connect (line 353) | def connect(self, address: _Address | bytes, /) -> None: method send (line 359) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 367) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 373) | def accept(self) -> Tuple: method write (line 382) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 393) | def __init__( FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/uhashlib.pyi class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 16) | class sha256: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 21) | class md5: method digest (line 22) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 23) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 37) | def connect(self, clean_session: bool = True, timeout: Incomplete | No... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_25_0-esp32-esp32_generic_s2-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-esp32-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method irq (line 18) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 19) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 20) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 21) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 22) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 23) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 24) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 25) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 26) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 27) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 28) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 29) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 30) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 31) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp32-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend( method __aiter__ (line 11) | def __aiter__(self): ... method __anext__ (line 12) | async def __anext__(self): ... FILE: publish/micropython-v1_25_0-esp32-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_25_0-esp32-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0-esp32-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 65) | def gattc_write( method gatts_indicate (line 92) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 110) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 131) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 145) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 158) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 168) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 183) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 246) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 253) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 447) | def gap_advertise( method gap_connect (line 472) | def gap_connect( method gattc_discover_descriptors (line 504) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 514) | def config(self, param: str, /) -> Any: method config (line 578) | def config(self, **kwargs) -> None: method config (line 642) | def config(self, param: str, /) -> Any: method config (line 706) | def config(self, **kwargs) -> None: method active (line 770) | def active(self) -> bool: method active (line 779) | def active(self, active: bool, /) -> None: method active (line 788) | def active(self) -> bool: method active (line 797) | def active(self, active: bool, /) -> None: method gap_scan (line 805) | def gap_scan( method gattc_discover_characteristics (line 848) | def gattc_discover_characteristics( method gap_disconnect (line 870) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 885) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 903) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 914) | def __init__(self) -> None: FILE: publish/micropython-v1_25_0-esp32-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_25_0-esp32-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0-esp32-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0-esp32-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-esp32-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0-esp32-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0-esp32-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 74) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 75) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 76) | def flash_user_start() -> int: function flash_erase (line 82) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 88) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 97) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 105) | def flash_size() -> int: function sleep_type (line 113) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 135) | def sleep_type() -> int: function set_native_code_location (line 156) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 196) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_25_0-esp32-stubs/esp32.pyi function raw_temperature (line 28) | def raw_temperature() -> int: function idf_heap_info (line 34) | def idf_heap_info(capabilities: int) -> List[Tuple]: function wake_on_touch (line 72) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ext0 (line 79) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_ext1 (line 87) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 95) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 102) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 109) | class ULP: method run (line 115) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 121) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 127) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 133) | def __init__(self) -> None: class NVS (line 138) | class NVS: method get_i32 (line 151) | def get_i32(self, key: str, /) -> int: method set_i32 (line 158) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 164) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 173) | def commit(self) -> None: method get_blob (line 179) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 187) | def erase_key(self, key: str, /) -> None: method __init__ (line 193) | def __init__(self, namespace: str, /) -> None: class Partition (line 199) | class Partition(AbstractBlockDev): method readblocks (line 211) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 221) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 231) | def ioctl(self, op: int, arg) -> None: method ioctl (line 240) | def ioctl(self, op: int) -> int: method set_boot (line 248) | def set_boot(self) -> None: method writeblocks (line 260) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 271) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 285) | def info(self) -> Tuple: method find (line 292) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 303) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 312) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 325) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 331) | class RMT: method source_freq (line 376) | def source_freq(cls) -> int: method loop (line 383) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 392) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 402) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 432) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 462) | def write_pulses( method bitstream_channel (line 497) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 511) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 512) | def clock_div(self) -> int: method __init__ (line 519) | def __init__( FILE: publish/micropython-v1_25_0-esp32-stubs/espnow.pyi class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 38) | def peer_count(self) -> int: method recv (line 49) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 89) | def mod_peer( method irecv (line 105) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 136) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 153) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 188) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 215) | def any(self) -> bool: method add_peer (line 235) | def add_peer( method active (line 302) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 333) | def send( method send (line 385) | def send( method config (line 435) | def config(self, param) -> str: method get_peers (line 481) | def get_peers(self) -> Tuple: method get_peer (line 488) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 506) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 523) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 555) | def __init__(self) -> None: ... method __iter__ (line 558) | def __iter__(self) -> ESPNow: ... method __next__ (line 560) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 562) | class ESPNowBase: method irq (line 563) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 564) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 565) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 566) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 567) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 568) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 569) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 570) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 571) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 572) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 573) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 574) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 575) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 576) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 577) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0-esp32-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0-esp32-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_25_0-esp32-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-esp32-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_25_0-esp32-stubs/logging.pyi function critical (line 22) | def critical(*args, **kwargs) -> Incomplete: ... function getLogger (line 23) | def getLogger(*args, **kwargs) -> Incomplete: ... function log (line 24) | def log(*args, **kwargs) -> Incomplete: ... function shutdown (line 25) | def shutdown(*args, **kwargs) -> Incomplete: ... function const (line 26) | def const(*args, **kwargs) -> Incomplete: ... function info (line 27) | def info(*args, **kwargs) -> Incomplete: ... function addLevelName (line 28) | def addLevelName(*args, **kwargs) -> Incomplete: ... function debug (line 29) | def debug(*args, **kwargs) -> Incomplete: ... function warning (line 30) | def warning(*args, **kwargs) -> Incomplete: ... function error (line 31) | def error(*args, **kwargs) -> Incomplete: ... function exception (line 32) | def exception(*args, **kwargs) -> Incomplete: ... function basicConfig (line 33) | def basicConfig(*args, **kwargs) -> Incomplete: ... class LogRecord (line 37) | class LogRecord: method set (line 38) | def set(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class Handler (line 41) | class Handler: method setFormatter (line 42) | def setFormatter(self, *args, **kwargs) -> Incomplete: ... method setLevel (line 43) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method format (line 44) | def format(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class Logger (line 48) | class Logger: method setLevel (line 49) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method hasHandlers (line 50) | def hasHandlers(self, *args, **kwargs) -> Incomplete: ... method critical (line 51) | def critical(self, *args, **kwargs) -> Incomplete: ... method getEffectiveLevel (line 52) | def getEffectiveLevel(self, *args, **kwargs) -> Incomplete: ... method addHandler (line 53) | def addHandler(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 54) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method log (line 55) | def log(self, *args, **kwargs) -> Incomplete: ... method warning (line 56) | def warning(self, *args, **kwargs) -> Incomplete: ... method info (line 57) | def info(self, *args, **kwargs) -> Incomplete: ... method error (line 58) | def error(self, *args, **kwargs) -> Incomplete: ... method exception (line 59) | def exception(self, *args, **kwargs) -> Incomplete: ... method debug (line 60) | def debug(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... class Formatter (line 63) | class Formatter: method usesTime (line 64) | def usesTime(self, *args, **kwargs) -> Incomplete: ... method formatTime (line 65) | def formatTime(self, *args, **kwargs) -> Incomplete: ... method format (line 66) | def format(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... class StreamHandler (line 69) | class StreamHandler: method setLevel (line 70) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method setFormatter (line 71) | def setFormatter(self, *args, **kwargs) -> Incomplete: ... method emit (line 72) | def emit(self, *args, **kwargs) -> Incomplete: ... method format (line 73) | def format(self, *args, **kwargs) -> Incomplete: ... method close (line 74) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: ... class FileHandler (line 77) | class FileHandler: method setLevel (line 78) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method setFormatter (line 79) | def setFormatter(self, *args, **kwargs) -> Incomplete: ... method emit (line 80) | def emit(self, *args, **kwargs) -> Incomplete: ... method format (line 81) | def format(self, *args, **kwargs) -> Incomplete: ... method close (line 82) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-stubs/machine.pyi function deepsleep (line 47) | def deepsleep() -> NoReturn: function deepsleep (line 72) | def deepsleep(time_ms: int, /) -> NoReturn: function soft_reset (line 96) | def soft_reset() -> NoReturn: function dht_readinto (line 103) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function reset (line 104) | def reset() -> NoReturn: function unique_id (line 111) | def unique_id() -> bytes: function time_pulse_us (line 120) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function bitstream (line 138) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function idle (line 162) | def idle() -> None: function freq (line 178) | def freq() -> int: function freq (line 186) | def freq(hz: int, /) -> None: function freq (line 194) | def freq(self) -> int: function freq (line 202) | def freq( function lightsleep (line 214) | def lightsleep() -> None: function lightsleep (line 239) | def lightsleep(time_ms: int, /) -> None: function disable_irq (line 263) | def disable_irq() -> bool: function enable_irq (line 272) | def enable_irq(state: bool = True, /) -> None: function reset_cause (line 280) | def reset_cause() -> int: function sleep (line 287) | def sleep() -> None: function wake_reason (line 293) | def wake_reason() -> int: class PWM (line 303) | class PWM: method duty_u16 (line 355) | def duty_u16(self) -> int: method duty_u16 (line 367) | def duty_u16( method init (line 382) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 390) | def freq(self) -> int: method freq (line 401) | def freq( method deinit (line 415) | def deinit(self) -> None: method duty_ns (line 422) | def duty_ns(self) -> int: method duty_ns (line 432) | def duty_ns( method duty (line 445) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 446) | def __init__( class UART (line 471) | class UART: method irq (line 514) | def irq( method sendbreak (line 550) | def sendbreak(self) -> None: method deinit (line 557) | def deinit(self) -> None: method init (line 568) | def init( method init (line 637) | def init( method init (line 700) | def init( method flush (line 762) | def flush(self) -> Incomplete: method txdone (line 777) | def txdone(self) -> bool: method read (line 793) | def read(self) -> bytes | None: method read (line 804) | def read(self, nbytes: int, /) -> bytes | None: method any (line 814) | def any(self) -> int: method write (line 829) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 838) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 849) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 859) | def readline(self) -> Union[str, None]: method __init__ (line 869) | def __init__( method __init__ (line 891) | def __init__( method __init__ (line 907) | def __init__( class ADCBlock (line 925) | class ADCBlock: method init (line 935) | def init(self, *, bits) -> None: method connect (line 942) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 963) | def __init__(self, id, *, bits) -> None: ... class ADC (line 965) | class ADC: method read_u16 (line 991) | def read_u16(self) -> int: method init (line 999) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 1007) | def read_uv(self) -> int: method width (line 1015) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 1016) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 1017) | def block(self) -> Incomplete: method atten (line 1027) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1028) | def __init__(self, pin: PinLike, /) -> None: class I2S (line 1039) | class I2S: method shift (line 1115) | def shift( method init (line 1128) | def init( method irq (line 1145) | def irq( method readinto (line 1157) | def readinto( method deinit (line 1170) | def deinit(self) -> None: method write (line 1176) | def write( method __init__ (line 1189) | def __init__( class DAC (line 1231) | class DAC: method write (line 1232) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1233) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1235) | class I2C: method readfrom_mem_into (line 1272) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1284) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1294) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1303) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1314) | def scan(self) -> List: method writeto (line 1322) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1332) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1348) | def start(self) -> None: method readfrom (line 1354) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1362) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1373) | def init(self, *, freq: int = 400_000) -> None: method init (line 1387) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1400) | def stop(self) -> None: method write (line 1406) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1415) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1432) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1449) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class Timer (line 1462) | class Timer: method deinit (line 1487) | def deinit(self) -> None: method init (line 1494) | def init( method init (line 1502) | def init( method init (line 1510) | def init( method value (line 1556) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1558) | def __init__(self, id: int, /): method __init__ (line 1568) | def __init__( method __init__ (line 1586) | def __init__( method __init__ (line 1604) | def __init__( class SoftSPI (line 1621) | class SoftSPI(SPI): method deinit (line 1630) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1631) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1632) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1633) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1634) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1635) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1636) | def __init__( class Pin (line 1649) | class Pin: method off (line 1706) | def off(self) -> None: method irq (line 1712) | def irq( method on (line 1766) | def on(self) -> None: method toggle (line 1772) | def toggle(self) -> Incomplete: method value (line 1781) | def value(self) -> int: method value (line 1815) | def value(self, x: Any, /) -> None: method init (line 1848) | def init( class board (line 1866) | class board: method __init__ (line 1867) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1869) | def __init__( method __call__ (line 1944) | def __call__(self) -> int: method __call__ (line 1952) | def __call__(self, x: Any, /) -> None: method mode (line 1960) | def mode(self) -> int: method mode (line 1969) | def mode(self, mode: int, /) -> None: method pull (line 1978) | def pull(self) -> int: method pull (line 1987) | def pull(self, pull: int, /) -> None: method drive (line 1996) | def drive(self, drive: int, /) -> None: method drive (line 2006) | def drive(self, /) -> int: class TouchPad (line 2014) | class TouchPad: method config (line 2015) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2016) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2017) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 2019) | class WDT: method feed (line 2035) | def feed(self) -> None: method __init__ (line 2043) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SDCard (line 2052) | class SDCard(AbstractBlockDev): method ioctl (line 2145) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2147) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2157) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2167) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2178) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2192) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2193) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2194) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 2196) | class RTC: method init (line 2215) | def init(self) -> None: method init (line 2230) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2245) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2260) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2275) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2290) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2305) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 2319) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 2336) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2353) | def __init__(self, id: int = 0): method __init__ (line 2359) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2367) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2375) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2383) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2391) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2399) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 2407) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2415) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2423) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2431) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2439) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2447) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2455) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SoftI2C (line 2462) | class SoftI2C(I2C): method readfrom_mem_into (line 2475) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2476) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2477) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2478) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2479) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2480) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2481) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2482) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2483) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2484) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2485) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2486) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2487) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2488) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SPI (line 2490) | class SPI: method deinit (line 2547) | def deinit(self) -> None: method init (line 2554) | def init( method init (line 2589) | def init( method write_readinto (line 2621) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2632) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2640) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2649) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2660) | def __init__(self, id: int, /): method __init__ (line 2673) | def __init__( method __init__ (line 2699) | def __init__( class Signal (line 2722) | class Signal(Pin): method off (line 2792) | def off(self) -> None: method on (line 2798) | def on(self) -> None: method value (line 2805) | def value(self) -> int: method value (line 2825) | def value(self, x: Any, /) -> None: method __init__ (line 2845) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2865) | def __init__( FILE: publish/micropython-v1_25_0-esp32-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-esp32-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-esp32-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0-esp32-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0-esp32-stubs/network.pyi function country (line 104) | def country(code: Optional[Any] = None) -> Incomplete: function hostname (line 117) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 145) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 160) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 177) | class LAN: method __init__ (line 200) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 202) | def active(self, /) -> bool: method active (line 210) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 224) | def status(self) -> Incomplete: method ifconfig (line 230) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 242) | def config(self, config_parameters) -> Incomplete: method active (line 617) | def active(self, /) -> bool: method active (line 625) | def active(self, is_active: bool | int, /) -> None: class PPP (line 262) | class PPP: method __init__ (line 279) | def __init__(self, stream) -> None: ... method connect (line 280) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method disconnect (line 298) | def disconnect(self) -> Incomplete: method isconnected (line 304) | def isconnected(self) -> bool: method status (line 311) | def status(self) -> Incomplete: method config (line 317) | def config(self, config_parameters) -> Incomplete: method ipconfig (line 327) | def ipconfig(self, param) -> Incomplete: method ifconfig (line 333) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method poll (line 339) | def poll(self) -> Incomplete: class WLAN (line 347) | class WLAN: method ifconfig (line 379) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 390) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 400) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 401) | def isconnected(self) -> bool: method scan (line 409) | def scan(self) -> List[Tuple]: method status (line 439) | def status(self) -> int: method status (line 469) | def status(self, param: str, /) -> int: method disconnect (line 498) | def disconnect(self) -> None: method active (line 505) | def active(self, /) -> bool: method active (line 513) | def active(self, is_active: bool | int, /) -> None: method config (line 521) | def config(self, param: str, /) -> Any: method config (line 556) | def config(self, **kwargs: Any) -> None: method connect (line 590) | def connect( method __init__ (line 606) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 615) | class LAN: method __init__ (line 200) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 202) | def active(self, /) -> bool: method active (line 210) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 224) | def status(self) -> Incomplete: method ifconfig (line 230) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 242) | def config(self, config_parameters) -> Incomplete: method active (line 617) | def active(self, /) -> bool: method active (line 625) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 632) | class WLANWiPy: method __init__ (line 634) | def __init__(self, id: int = 0, /): method __init__ (line 648) | def __init__( method mode (line 672) | def mode(self) -> int: method mode (line 678) | def mode(self, mode: int, /) -> None: method ssid (line 684) | def ssid(self) -> str: method ssid (line 690) | def ssid(self, ssid: str, /) -> None: method auth (line 696) | def auth(self) -> int: method auth (line 702) | def auth(self, auth: int, /) -> None: method channel (line 708) | def channel(self) -> int: method channel (line 714) | def channel(self, channel: int, /) -> None: method antenna (line 720) | def antenna(self) -> int: method antenna (line 726) | def antenna(self, antenna: int, /) -> None: method mac (line 732) | def mac(self) -> bytes: method mac (line 738) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 743) | class AbstractNIC: method active (line 746) | def active(self, /) -> bool: method active (line 757) | def active(self, is_active: bool | int, /) -> None: method connect (line 768) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 787) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 806) | def status(self) -> Any: method status (line 824) | def status(self, param: str, /) -> Any: method ifconfig (line 842) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 856) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 870) | def config(self, param: str, /) -> Any: method config (line 889) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0-esp32-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_25_0-esp32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0-esp32-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-esp32-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0-esp32-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0-esp32-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-esp32-stubs/socket.pyi function getaddrinfo (line 94) | def getaddrinfo( class socket (line 144) | class socket: method recvfrom (line 153) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 161) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 169) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 189) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 208) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 217) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 218) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 231) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 239) | def setblocking(self, value: bool, /) -> None: method sendto (line 251) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 258) | def settimeout(self, value: float | None, /) -> None: method readline (line 294) | def readline(self) -> bytes: method readinto (line 303) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 313) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 323) | def read(self) -> bytes: method read (line 333) | def read(self, size: int, /) -> bytes: method close (line 342) | def close(self) -> None: method connect (line 353) | def connect(self, address: _Address | bytes, /) -> None: method send (line 359) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 367) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 373) | def accept(self) -> Tuple: method write (line 382) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 393) | def __init__( FILE: publish/micropython-v1_25_0-esp32-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-esp32-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0-esp32-stubs/uhashlib.pyi class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 16) | class sha256: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 21) | class md5: method digest (line 22) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 23) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp32-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_25_0-esp32-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 37) | def connect(self, clean_session: bool = True, timeout: Incomplete | No... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: publish/micropython-v1_25_0-esp32-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_25_0-esp32-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp32-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp32-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_25_0-esp32-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp32-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0-esp32-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_25_0-esp32-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_25_0-esp32-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method del_peer (line 18) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 19) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 20) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 22) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 23) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 24) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = 4) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/binascii.pyi function unhexlify (line 22) | def unhexlify(data: str | bytes, /) -> bytes: function hexlify (line 29) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/esp.pyi function flash_user_start (line 26) | def flash_user_start() -> int: function freemem (line 32) | def freemem(*args, **kwargs) -> Incomplete: ... function free (line 33) | def free(*args, **kwargs) -> Incomplete: ... function flash_write (line 34) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function malloc (line 39) | def malloc(*args, **kwargs) -> Incomplete: ... function set_native_code_location (line 41) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 81) | def set_native_code_location(start: int, length: int, /) -> None: function osdebug (line 120) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function meminfo (line 160) | def meminfo(*args, **kwargs) -> Incomplete: ... function sleep_type (line 164) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 186) | def sleep_type() -> int: function flash_size (line 206) | def flash_size() -> int: function deepsleep (line 212) | def deepsleep(time_us: int = 0, /) -> None: function check_fw (line 225) | def check_fw(*args, **kwargs) -> Incomplete: ... function apa102_write (line 226) | def apa102_write(*args, **kwargs) -> Incomplete: ... function esf_free_bufs (line 227) | def esf_free_bufs(*args, **kwargs) -> Incomplete: ... function flash_read (line 229) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 238) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_id (line 246) | def flash_id() -> int: function flash_erase (line 254) | def flash_erase(sector_no: int, /) -> None: FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/espnow.pyi function poll (line 27) | def poll(*args, **kwargs) -> Incomplete: ... class ESPNow (line 29) | class ESPNow(ESPNowBase, Iterator): method irecv (line 41) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method recv (line 72) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method recvinto (line 112) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 147) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method send (line 175) | def send( method send (line 227) | def send( method del_peer (line 277) | def del_peer(self, mac: _MACAddress) -> None: method any (line 294) | def any(self) -> bool: method config (line 314) | def config(self, param) -> str: method active (line 360) | def active(self, flag: Optional[Any] = None) -> Incomplete: method add_peer (line 390) | def add_peer( method __init__ (line 457) | def __init__(self) -> None: ... method __iter__ (line 460) | def __iter__(self) -> ESPNow: ... method __next__ (line 462) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 464) | class ESPNowBase: method del_peer (line 465) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 466) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 467) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 468) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 469) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 470) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 471) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 472) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf, off: int = 0) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf, off: Incomplete | None = None) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/lwip.pyi function reset (line 25) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 26) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 27) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 28) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 30) | class socket: method recvfrom (line 31) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 32) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 33) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 34) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 35) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 36) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 37) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 38) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 39) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 40) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 42) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 43) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 44) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 45) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 46) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 47) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 48) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/machine.pyi function enable_irq (line 41) | def enable_irq(state: bool = True, /) -> None: function freq (line 50) | def freq() -> int: function freq (line 58) | def freq(hz: int, /) -> None: function freq (line 66) | def freq(self) -> int: function freq (line 74) | def freq( function unique_id (line 85) | def unique_id() -> bytes: function deepsleep (line 95) | def deepsleep() -> NoReturn: function deepsleep (line 120) | def deepsleep(time_ms: int, /) -> NoReturn: function disable_irq (line 144) | def disable_irq() -> bool: function dht_readinto (line 153) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 154) | def soft_reset() -> NoReturn: function sleep (line 162) | def sleep() -> None: function time_pulse_us (line 168) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function idle (line 186) | def idle() -> None: function lightsleep (line 202) | def lightsleep() -> None: function lightsleep (line 227) | def lightsleep(time_ms: int, /) -> None: function reset_cause (line 251) | def reset_cause() -> int: function reset (line 257) | def reset() -> NoReturn: function bitstream (line 264) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 288) | class RTC: method datetime (line 305) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method irq (line 321) | def irq( method memory (line 339) | def memory(self, data: Any | None = None) -> bytes: method alarm_left (line 356) | def alarm_left(self, alarm_id: int = 0, /) -> int: method alarm (line 363) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 371) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 379) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 387) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 395) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 403) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 411) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method __init__ (line 419) | def __init__(self, id: int = 0): method __init__ (line 425) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 433) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 441) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 449) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 457) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 465) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 473) | def init(self) -> None: method init (line 488) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 503) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 518) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 533) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 548) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 563) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... class Pin (line 577) | class Pin: method off (line 631) | def off(self) -> None: method toggle (line 637) | def toggle(self) -> Incomplete: method on (line 645) | def on(self) -> None: method value (line 652) | def value(self) -> int: method value (line 686) | def value(self, x: Any, /) -> None: method irq (line 719) | def irq( method init (line 773) | def init( method __init__ (line 791) | def __init__( method __call__ (line 866) | def __call__(self) -> int: method __call__ (line 874) | def __call__(self, x: Any, /) -> None: method mode (line 882) | def mode(self) -> int: method mode (line 891) | def mode(self, mode: int, /) -> None: method pull (line 900) | def pull(self) -> int: method pull (line 909) | def pull(self, pull: int, /) -> None: method drive (line 918) | def drive(self, drive: int, /) -> None: method drive (line 928) | def drive(self, /) -> int: class ADC (line 939) | class ADC: method read_u16 (line 965) | def read_u16(self) -> int: method read (line 973) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 974) | def __init__(self, pin: PinLike, /) -> None: class PWM (line 985) | class PWM: method duty_u16 (line 1037) | def duty_u16(self) -> int: method duty_u16 (line 1049) | def duty_u16( method init (line 1064) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 1072) | def freq(self) -> int: method freq (line 1083) | def freq( method deinit (line 1097) | def deinit(self) -> None: method duty_ns (line 1104) | def duty_ns(self) -> int: method duty_ns (line 1114) | def duty_ns( method duty (line 1127) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1128) | def __init__( class I2C (line 1153) | class I2C: method readfrom_mem_into (line 1190) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1202) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1212) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1221) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1232) | def scan(self) -> List: method writeto (line 1240) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1250) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1266) | def start(self) -> None: method readfrom (line 1272) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1280) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1291) | def init(self, *, freq: int = 400_000) -> None: method init (line 1305) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1318) | def stop(self) -> None: method write (line 1324) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1333) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1350) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1367) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1380) | class WDT: method feed (line 1396) | def feed(self) -> None: method __init__ (line 1404) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1413) | class Timer: method init (line 1440) | def init( method init (line 1448) | def init( method init (line 1456) | def init( method deinit (line 1502) | def deinit(self) -> None: method __init__ (line 1509) | def __init__(self, id: int, /): method __init__ (line 1519) | def __init__( method __init__ (line 1537) | def __init__( method __init__ (line 1555) | def __init__( class SoftSPI (line 1572) | class SoftSPI(SPI): method deinit (line 1581) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1582) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1583) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1584) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1585) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1586) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1587) | def __init__( class UART (line 1600) | class UART: method write (line 1639) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method deinit (line 1647) | def deinit(self) -> None: method flush (line 1657) | def flush(self) -> Incomplete: method init (line 1673) | def init( method init (line 1742) | def init( method init (line 1805) | def init( method txdone (line 1867) | def txdone(self) -> bool: method readline (line 1882) | def readline(self) -> Union[str, None]: method any (line 1891) | def any(self) -> int: method read (line 1907) | def read(self) -> bytes | None: method read (line 1918) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1929) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1940) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method __init__ (line 1951) | def __init__( method __init__ (line 1973) | def __init__( method __init__ (line 1989) | def __init__( class SPI (line 2006) | class SPI: method deinit (line 2063) | def deinit(self) -> None: method init (line 2070) | def init( method init (line 2105) | def init( method write_readinto (line 2137) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2148) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2156) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2165) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2176) | def __init__(self, id: int, /): method __init__ (line 2189) | def __init__( method __init__ (line 2215) | def __init__( class SoftI2C (line 2238) | class SoftI2C(I2C): method readfrom_mem_into (line 2251) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2252) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2253) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2254) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2255) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2256) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2257) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2258) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2259) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2260) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2261) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2262) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2263) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2264) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class Signal (line 2266) | class Signal(Pin): method off (line 2336) | def off(self) -> None: method on (line 2342) | def on(self) -> None: method value (line 2349) | def value(self) -> int: method value (line 2369) | def value(self, x: Any, /) -> None: method __init__ (line 2389) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2409) | def __init__( class SDCard (line 2439) | class SDCard: method readblocks (line 2441) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2451) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2461) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2472) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/math.pyi function isnan (line 30) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 36) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function frexp (line 42) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function isinf (line 51) | def isinf(x: SupportsFloat, /) -> bool: function isfinite (line 57) | def isfinite(x: SupportsFloat, /) -> bool: function trunc (line 63) | def trunc(x: SupportsFloat, /) -> int: function sqrt (line 69) | def sqrt(x: SupportsFloat, /) -> float: function log (line 75) | def log(x: SupportsFloat, /) -> float: function tan (line 83) | def tan(x: SupportsFloat, /) -> float: function modf (line 89) | def modf(x: SupportsFloat, /) -> Tuple: function sin (line 96) | def sin(x: SupportsFloat, /) -> float: function radians (line 102) | def radians(x: SupportsFloat, /) -> float: function atan (line 108) | def atan(x: SupportsFloat, /) -> float: function ceil (line 114) | def ceil(x: SupportsFloat, /) -> int: function atan2 (line 120) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function pow (line 126) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asin (line 132) | def asin(x: SupportsFloat, /) -> float: function acos (line 138) | def acos(x: SupportsFloat, /) -> float: function fmod (line 144) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function fabs (line 150) | def fabs(x: SupportsFloat, /) -> float: function copysign (line 156) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function floor (line 162) | def floor(x: SupportsFloat, /) -> int: function cos (line 168) | def cos(x: SupportsFloat, /) -> float: function exp (line 174) | def exp(x: SupportsFloat, /) -> float: function degrees (line 180) | def degrees(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/network.pyi function hostname (line 72) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 100) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 115) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: function country (line 132) | def country(code: Optional[Any] = None) -> Incomplete: class WLAN (line 145) | class WLAN: method ifconfig (line 169) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 180) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 190) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 191) | def isconnected(self) -> bool: method scan (line 199) | def scan(self) -> List[Tuple]: method status (line 229) | def status(self) -> int: method status (line 259) | def status(self, param: str, /) -> int: method disconnect (line 288) | def disconnect(self) -> None: method active (line 295) | def active(self, /) -> bool: method active (line 303) | def active(self, is_active: bool | int, /) -> None: method config (line 311) | def config(self, param: str, /) -> Any: method config (line 346) | def config(self, **kwargs: Any) -> None: method connect (line 380) | def connect( method __init__ (line 396) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 405) | class LAN: method active (line 407) | def active(self, /) -> bool: method active (line 415) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 422) | class WLANWiPy: method __init__ (line 424) | def __init__(self, id: int = 0, /): method __init__ (line 438) | def __init__( method mode (line 462) | def mode(self) -> int: method mode (line 468) | def mode(self, mode: int, /) -> None: method ssid (line 474) | def ssid(self) -> str: method ssid (line 480) | def ssid(self, ssid: str, /) -> None: method auth (line 486) | def auth(self) -> int: method auth (line 492) | def auth(self, auth: int, /) -> None: method channel (line 498) | def channel(self) -> int: method channel (line 504) | def channel(self, channel: int, /) -> None: method antenna (line 510) | def antenna(self) -> int: method antenna (line 516) | def antenna(self, antenna: int, /) -> None: method mac (line 522) | def mac(self) -> bytes: method mac (line 528) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 533) | class AbstractNIC: method active (line 536) | def active(self, /) -> bool: method active (line 547) | def active(self, is_active: bool | int, /) -> None: method connect (line 558) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 577) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 596) | def status(self) -> Any: method status (line 614) | def status(self, param: str, /) -> Any: method ifconfig (line 632) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 646) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 660) | def config(self, param: str, /) -> Any: method config (line 679) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/random.pyi function seed (line 43) | def seed(n: int | None = None, /) -> None: function getrandbits (line 55) | def getrandbits(n: int, /) -> int: function randrange (line 62) | def randrange(stop: int, /) -> int: function randrange (line 72) | def randrange(start: int, stop: int, /) -> int: function randrange (line 82) | def randrange(start: int, stop: int, step: int, /) -> int: FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/socket.pyi function reset (line 94) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 95) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 96) | def getaddrinfo( function callback (line 146) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 148) | class socket: method recvfrom (line 157) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 165) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 173) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 193) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 212) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 221) | def settimeout(self, value: float | None, /) -> None: method sendall (line 257) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 270) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 278) | def setblocking(self, value: bool, /) -> None: method sendto (line 290) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 297) | def readline(self) -> bytes: method readinto (line 306) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 316) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 326) | def read(self) -> bytes: method read (line 336) | def read(self, size: int, /) -> bytes: method close (line 345) | def close(self) -> None: method connect (line 356) | def connect(self, address: _Address | bytes, /) -> None: method send (line 362) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 370) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 376) | def accept(self) -> Tuple: method write (line 385) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 396) | def __init__( FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/ssd1306.pyi function const (line 30) | def const(*args, **kwargs) -> Incomplete: ... class SSD1306_SPI (line 32) | class SSD1306_SPI: method contrast (line 33) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 34) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 35) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 37) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 38) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 39) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 40) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 42) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 43) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 44) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 45) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 46) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 47) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 48) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 49) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 50) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 51) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 52) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 53) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306_I2C (line 56) | class SSD1306_I2C: method contrast (line 57) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 58) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 59) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 60) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 61) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 62) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 64) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 65) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 66) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 67) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 68) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 69) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 70) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 71) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 72) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 73) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 74) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 75) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 76) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 77) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306 (line 80) | class SSD1306: method contrast (line 81) | def contrast(self, *args, **kwargs) -> Incomplete: ... method vline (line 82) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 83) | def text(self, *args, **kwargs) -> Incomplete: ... method scroll (line 84) | def scroll(self, *args, **kwargs) -> Incomplete: ... method rect (line 85) | def rect(self, *args, **kwargs) -> Incomplete: ... method init_display (line 86) | def init_display(self, *args, **kwargs) -> Incomplete: ... method rotate (line 87) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 88) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 89) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method show (line 90) | def show(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 91) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method fill (line 92) | def fill(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 93) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 94) | def blit(self, *args, **kwargs) -> Incomplete: ... method poly (line 95) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 96) | def hline(self, *args, **kwargs) -> Incomplete: ... method pixel (line 97) | def pixel(self, *args, **kwargs) -> Incomplete: ... method line (line 98) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 99) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/tls.pyi class SSLContext (line 15) | class SSLContext: method wrap_socket (line 16) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 17) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_25_0-esp8266-esp8266_generic-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_25_0-esp8266-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-esp8266-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method del_peer (line 18) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 19) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 20) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 22) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 23) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 24) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp8266-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-esp8266-stubs/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = 4) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: publish/micropython-v1_25_0-esp8266-stubs/binascii.pyi function unhexlify (line 22) | def unhexlify(data: str | bytes, /) -> bytes: function hexlify (line 29) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0-esp8266-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_25_0-esp8266-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0-esp8266-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-esp8266-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0-esp8266-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0-esp8266-stubs/esp.pyi function flash_user_start (line 26) | def flash_user_start() -> int: function freemem (line 32) | def freemem(*args, **kwargs) -> Incomplete: ... function free (line 33) | def free(*args, **kwargs) -> Incomplete: ... function flash_write (line 34) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function malloc (line 39) | def malloc(*args, **kwargs) -> Incomplete: ... function set_native_code_location (line 41) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 81) | def set_native_code_location(start: int, length: int, /) -> None: function osdebug (line 120) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function meminfo (line 160) | def meminfo(*args, **kwargs) -> Incomplete: ... function sleep_type (line 164) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 186) | def sleep_type() -> int: function flash_size (line 206) | def flash_size() -> int: function deepsleep (line 212) | def deepsleep(time_us: int = 0, /) -> None: function check_fw (line 225) | def check_fw(*args, **kwargs) -> Incomplete: ... function apa102_write (line 226) | def apa102_write(*args, **kwargs) -> Incomplete: ... function esf_free_bufs (line 227) | def esf_free_bufs(*args, **kwargs) -> Incomplete: ... function flash_read (line 229) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 238) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_id (line 246) | def flash_id() -> int: function flash_erase (line 254) | def flash_erase(sector_no: int, /) -> None: FILE: publish/micropython-v1_25_0-esp8266-stubs/espnow.pyi function poll (line 27) | def poll(*args, **kwargs) -> Incomplete: ... class ESPNow (line 29) | class ESPNow(ESPNowBase, Iterator): method irecv (line 41) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method recv (line 72) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method recvinto (line 112) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 147) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method send (line 175) | def send( method send (line 227) | def send( method del_peer (line 277) | def del_peer(self, mac: _MACAddress) -> None: method any (line 294) | def any(self) -> bool: method config (line 314) | def config(self, param) -> str: method active (line 360) | def active(self, flag: Optional[Any] = None) -> Incomplete: method add_peer (line 390) | def add_peer( method __init__ (line 457) | def __init__(self) -> None: ... method __iter__ (line 460) | def __iter__(self) -> ESPNow: ... method __next__ (line 462) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 464) | class ESPNowBase: method del_peer (line 465) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 466) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 467) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 468) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 469) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 470) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 471) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 472) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp8266-stubs/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf, off: int = 0) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf, off: Incomplete | None = None) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: publish/micropython-v1_25_0-esp8266-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0-esp8266-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0-esp8266-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0-esp8266-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-esp8266-stubs/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_25_0-esp8266-stubs/lwip.pyi function reset (line 25) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 26) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 27) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 28) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 30) | class socket: method recvfrom (line 31) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 32) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 33) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 34) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 35) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 36) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 37) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 38) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 39) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 40) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 42) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 43) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 44) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 45) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 46) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 47) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 48) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp8266-stubs/machine.pyi function enable_irq (line 41) | def enable_irq(state: bool = True, /) -> None: function freq (line 50) | def freq() -> int: function freq (line 58) | def freq(hz: int, /) -> None: function freq (line 66) | def freq(self) -> int: function freq (line 74) | def freq( function unique_id (line 85) | def unique_id() -> bytes: function deepsleep (line 95) | def deepsleep() -> NoReturn: function deepsleep (line 120) | def deepsleep(time_ms: int, /) -> NoReturn: function disable_irq (line 144) | def disable_irq() -> bool: function dht_readinto (line 153) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 154) | def soft_reset() -> NoReturn: function sleep (line 162) | def sleep() -> None: function time_pulse_us (line 168) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function idle (line 186) | def idle() -> None: function lightsleep (line 202) | def lightsleep() -> None: function lightsleep (line 227) | def lightsleep(time_ms: int, /) -> None: function reset_cause (line 251) | def reset_cause() -> int: function reset (line 257) | def reset() -> NoReturn: function bitstream (line 264) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 288) | class RTC: method datetime (line 305) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method irq (line 321) | def irq( method memory (line 339) | def memory(self, data: Any | None = None) -> bytes: method alarm_left (line 356) | def alarm_left(self, alarm_id: int = 0, /) -> int: method alarm (line 363) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 371) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 379) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 387) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 395) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 403) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 411) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method __init__ (line 419) | def __init__(self, id: int = 0): method __init__ (line 425) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 433) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 441) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 449) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 457) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 465) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 473) | def init(self) -> None: method init (line 488) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 503) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 518) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 533) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 548) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 563) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... class Pin (line 577) | class Pin: method off (line 631) | def off(self) -> None: method toggle (line 637) | def toggle(self) -> Incomplete: method on (line 645) | def on(self) -> None: method value (line 652) | def value(self) -> int: method value (line 686) | def value(self, x: Any, /) -> None: method irq (line 719) | def irq( method init (line 773) | def init( method __init__ (line 791) | def __init__( method __call__ (line 866) | def __call__(self) -> int: method __call__ (line 874) | def __call__(self, x: Any, /) -> None: method mode (line 882) | def mode(self) -> int: method mode (line 891) | def mode(self, mode: int, /) -> None: method pull (line 900) | def pull(self) -> int: method pull (line 909) | def pull(self, pull: int, /) -> None: method drive (line 918) | def drive(self, drive: int, /) -> None: method drive (line 928) | def drive(self, /) -> int: class ADC (line 939) | class ADC: method read_u16 (line 965) | def read_u16(self) -> int: method read (line 973) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 974) | def __init__(self, pin: PinLike, /) -> None: class PWM (line 985) | class PWM: method duty_u16 (line 1037) | def duty_u16(self) -> int: method duty_u16 (line 1049) | def duty_u16( method init (line 1064) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 1072) | def freq(self) -> int: method freq (line 1083) | def freq( method deinit (line 1097) | def deinit(self) -> None: method duty_ns (line 1104) | def duty_ns(self) -> int: method duty_ns (line 1114) | def duty_ns( method duty (line 1127) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1128) | def __init__( class I2C (line 1153) | class I2C: method readfrom_mem_into (line 1190) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1202) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1212) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1221) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1232) | def scan(self) -> List: method writeto (line 1240) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1250) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1266) | def start(self) -> None: method readfrom (line 1272) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1280) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1291) | def init(self, *, freq: int = 400_000) -> None: method init (line 1305) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1318) | def stop(self) -> None: method write (line 1324) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1333) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1350) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1367) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1380) | class WDT: method feed (line 1396) | def feed(self) -> None: method __init__ (line 1404) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1413) | class Timer: method init (line 1440) | def init( method init (line 1448) | def init( method init (line 1456) | def init( method deinit (line 1502) | def deinit(self) -> None: method __init__ (line 1509) | def __init__(self, id: int, /): method __init__ (line 1519) | def __init__( method __init__ (line 1537) | def __init__( method __init__ (line 1555) | def __init__( class SoftSPI (line 1572) | class SoftSPI(SPI): method deinit (line 1581) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1582) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1583) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1584) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1585) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1586) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1587) | def __init__( class UART (line 1600) | class UART: method write (line 1639) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method deinit (line 1647) | def deinit(self) -> None: method flush (line 1657) | def flush(self) -> Incomplete: method init (line 1673) | def init( method init (line 1742) | def init( method init (line 1805) | def init( method txdone (line 1867) | def txdone(self) -> bool: method readline (line 1882) | def readline(self) -> Union[str, None]: method any (line 1891) | def any(self) -> int: method read (line 1907) | def read(self) -> bytes | None: method read (line 1918) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1929) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1940) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method __init__ (line 1951) | def __init__( method __init__ (line 1973) | def __init__( method __init__ (line 1989) | def __init__( class SPI (line 2006) | class SPI: method deinit (line 2063) | def deinit(self) -> None: method init (line 2070) | def init( method init (line 2105) | def init( method write_readinto (line 2137) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2148) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2156) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2165) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2176) | def __init__(self, id: int, /): method __init__ (line 2189) | def __init__( method __init__ (line 2215) | def __init__( class SoftI2C (line 2238) | class SoftI2C(I2C): method readfrom_mem_into (line 2251) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2252) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2253) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2254) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2255) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2256) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2257) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2258) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2259) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2260) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2261) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2262) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2263) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2264) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class Signal (line 2266) | class Signal(Pin): method off (line 2336) | def off(self) -> None: method on (line 2342) | def on(self) -> None: method value (line 2349) | def value(self) -> int: method value (line 2369) | def value(self, x: Any, /) -> None: method __init__ (line 2389) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2409) | def __init__( class SDCard (line 2439) | class SDCard: method readblocks (line 2441) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2451) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2461) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2472) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0-esp8266-stubs/math.pyi function isnan (line 30) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 36) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function frexp (line 42) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function isinf (line 51) | def isinf(x: SupportsFloat, /) -> bool: function isfinite (line 57) | def isfinite(x: SupportsFloat, /) -> bool: function trunc (line 63) | def trunc(x: SupportsFloat, /) -> int: function sqrt (line 69) | def sqrt(x: SupportsFloat, /) -> float: function log (line 75) | def log(x: SupportsFloat, /) -> float: function tan (line 83) | def tan(x: SupportsFloat, /) -> float: function modf (line 89) | def modf(x: SupportsFloat, /) -> Tuple: function sin (line 96) | def sin(x: SupportsFloat, /) -> float: function radians (line 102) | def radians(x: SupportsFloat, /) -> float: function atan (line 108) | def atan(x: SupportsFloat, /) -> float: function ceil (line 114) | def ceil(x: SupportsFloat, /) -> int: function atan2 (line 120) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function pow (line 126) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asin (line 132) | def asin(x: SupportsFloat, /) -> float: function acos (line 138) | def acos(x: SupportsFloat, /) -> float: function fmod (line 144) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function fabs (line 150) | def fabs(x: SupportsFloat, /) -> float: function copysign (line 156) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function floor (line 162) | def floor(x: SupportsFloat, /) -> int: function cos (line 168) | def cos(x: SupportsFloat, /) -> float: function exp (line 174) | def exp(x: SupportsFloat, /) -> float: function degrees (line 180) | def degrees(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-esp8266-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-esp8266-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0-esp8266-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0-esp8266-stubs/network.pyi function hostname (line 72) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 100) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 115) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: function country (line 132) | def country(code: Optional[Any] = None) -> Incomplete: class WLAN (line 145) | class WLAN: method ifconfig (line 169) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 180) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 190) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 191) | def isconnected(self) -> bool: method scan (line 199) | def scan(self) -> List[Tuple]: method status (line 229) | def status(self) -> int: method status (line 259) | def status(self, param: str, /) -> int: method disconnect (line 288) | def disconnect(self) -> None: method active (line 295) | def active(self, /) -> bool: method active (line 303) | def active(self, is_active: bool | int, /) -> None: method config (line 311) | def config(self, param: str, /) -> Any: method config (line 346) | def config(self, **kwargs: Any) -> None: method connect (line 380) | def connect( method __init__ (line 396) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 405) | class LAN: method active (line 407) | def active(self, /) -> bool: method active (line 415) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 422) | class WLANWiPy: method __init__ (line 424) | def __init__(self, id: int = 0, /): method __init__ (line 438) | def __init__( method mode (line 462) | def mode(self) -> int: method mode (line 468) | def mode(self, mode: int, /) -> None: method ssid (line 474) | def ssid(self) -> str: method ssid (line 480) | def ssid(self, ssid: str, /) -> None: method auth (line 486) | def auth(self) -> int: method auth (line 492) | def auth(self, auth: int, /) -> None: method channel (line 498) | def channel(self) -> int: method channel (line 504) | def channel(self, channel: int, /) -> None: method antenna (line 510) | def antenna(self) -> int: method antenna (line 516) | def antenna(self, antenna: int, /) -> None: method mac (line 522) | def mac(self) -> bytes: method mac (line 528) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 533) | class AbstractNIC: method active (line 536) | def active(self, /) -> bool: method active (line 547) | def active(self, is_active: bool | int, /) -> None: method connect (line 558) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 577) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 596) | def status(self) -> Any: method status (line 614) | def status(self, param: str, /) -> Any: method ifconfig (line 632) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 646) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 660) | def config(self, param: str, /) -> Any: method config (line 679) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0-esp8266-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_25_0-esp8266-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0-esp8266-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-esp8266-stubs/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: publish/micropython-v1_25_0-esp8266-stubs/random.pyi function seed (line 43) | def seed(n: int | None = None, /) -> None: function getrandbits (line 55) | def getrandbits(n: int, /) -> int: function randrange (line 62) | def randrange(stop: int, /) -> int: function randrange (line 72) | def randrange(start: int, stop: int, /) -> int: function randrange (line 82) | def randrange(start: int, stop: int, step: int, /) -> int: FILE: publish/micropython-v1_25_0-esp8266-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0-esp8266-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-esp8266-stubs/socket.pyi function reset (line 94) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 95) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 96) | def getaddrinfo( function callback (line 146) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 148) | class socket: method recvfrom (line 157) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 165) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 173) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 193) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 212) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 221) | def settimeout(self, value: float | None, /) -> None: method sendall (line 257) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 270) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 278) | def setblocking(self, value: bool, /) -> None: method sendto (line 290) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 297) | def readline(self) -> bytes: method readinto (line 306) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 316) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 326) | def read(self) -> bytes: method read (line 336) | def read(self, size: int, /) -> bytes: method close (line 345) | def close(self) -> None: method connect (line 356) | def connect(self, address: _Address | bytes, /) -> None: method send (line 362) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 370) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 376) | def accept(self) -> Tuple: method write (line 385) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 396) | def __init__( FILE: publish/micropython-v1_25_0-esp8266-stubs/ssd1306.pyi function const (line 30) | def const(*args, **kwargs) -> Incomplete: ... class SSD1306_SPI (line 32) | class SSD1306_SPI: method contrast (line 33) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 34) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 35) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 37) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 38) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 39) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 40) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 42) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 43) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 44) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 45) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 46) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 47) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 48) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 49) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 50) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 51) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 52) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 53) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306_I2C (line 56) | class SSD1306_I2C: method contrast (line 57) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 58) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 59) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 60) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 61) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 62) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 64) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 65) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 66) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 67) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 68) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 69) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 70) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 71) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 72) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 73) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 74) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 75) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 76) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 77) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306 (line 80) | class SSD1306: method contrast (line 81) | def contrast(self, *args, **kwargs) -> Incomplete: ... method vline (line 82) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 83) | def text(self, *args, **kwargs) -> Incomplete: ... method scroll (line 84) | def scroll(self, *args, **kwargs) -> Incomplete: ... method rect (line 85) | def rect(self, *args, **kwargs) -> Incomplete: ... method init_display (line 86) | def init_display(self, *args, **kwargs) -> Incomplete: ... method rotate (line 87) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 88) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 89) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method show (line 90) | def show(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 91) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method fill (line 92) | def fill(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 93) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 94) | def blit(self, *args, **kwargs) -> Incomplete: ... method poly (line 95) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 96) | def hline(self, *args, **kwargs) -> Incomplete: ... method pixel (line 97) | def pixel(self, *args, **kwargs) -> Incomplete: ... method line (line 98) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 99) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp8266-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-esp8266-stubs/tls.pyi class SSLContext (line 15) | class SSLContext: method wrap_socket (line 16) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 17) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-esp8266-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_25_0-esp8266-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_25_0-esp8266-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 143) | def soft_reset() -> NoReturn: function reset (line 150) | def reset() -> NoReturn: function freq (line 158) | def freq() -> int: function freq (line 166) | def freq(hz: int, /) -> None: function freq (line 174) | def freq(self) -> int: function freq (line 182) | def freq( function reset_cause (line 193) | def reset_cause() -> int: function idle (line 199) | def idle() -> None: function time_pulse_us (line 214) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 233) | def lightsleep() -> None: function lightsleep (line 258) | def lightsleep(time_ms: int, /) -> None: function unique_id (line 282) | def unique_id() -> bytes: class Pin (line 291) | class Pin: method low (line 354) | def low(self) -> None: method irq (line 362) | def irq( method toggle (line 416) | def toggle(self) -> Incomplete: method off (line 424) | def off(self) -> None: method on (line 430) | def on(self) -> None: method init (line 436) | def init( method value (line 455) | def value(self) -> int: method value (line 489) | def value(self, x: Any, /) -> None: method high (line 522) | def high(self) -> None: class cpu (line 530) | class cpu: method __init__ (line 561) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 563) | class board: method __init__ (line 592) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 594) | def __init__( method __call__ (line 669) | def __call__(self) -> int: method __call__ (line 677) | def __call__(self, x: Any, /) -> None: method mode (line 685) | def mode(self) -> int: method mode (line 694) | def mode(self, mode: int, /) -> None: method pull (line 703) | def pull(self) -> int: method pull (line 712) | def pull(self, pull: int, /) -> None: method drive (line 721) | def drive(self, drive: int, /) -> None: method drive (line 731) | def drive(self, /) -> int: class PWM (line 743) | class PWM: method duty_u16 (line 795) | def duty_u16(self) -> int: method duty_u16 (line 807) | def duty_u16( method freq (line 823) | def freq(self) -> int: method freq (line 834) | def freq( method init (line 848) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 856) | def duty_ns(self) -> int: method duty_ns (line 866) | def duty_ns( method deinit (line 879) | def deinit(self) -> None: method __init__ (line 885) | def __init__( class ADC (line 910) | class ADC: method read_u16 (line 936) | def read_u16(self) -> int: method __init__ (line 944) | def __init__(self, pin: PinLike, /) -> None: class I2C (line 955) | class I2C: method readfrom_mem_into (line 992) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1004) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1014) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1023) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1034) | def scan(self) -> List: method writeto (line 1042) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1052) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1068) | def start(self) -> None: method readfrom (line 1074) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1082) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1093) | def init(self, *, freq: int = 400_000) -> None: method init (line 1107) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1120) | def stop(self) -> None: method write (line 1126) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1135) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1152) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1169) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2S (line 1182) | class I2S: method shift (line 1258) | def shift( method init (line 1271) | def init( method irq (line 1288) | def irq( method readinto (line 1300) | def readinto( method deinit (line 1313) | def deinit(self) -> None: method write (line 1319) | def write( method __init__ (line 1332) | def __init__( class WDT (line 1374) | class WDT: method feed (line 1390) | def feed(self) -> None: method __init__ (line 1398) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1407) | class RTC: method datetime (line 1424) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1441) | def __init__(self, id: int = 0): method __init__ (line 1447) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1455) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1463) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1471) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1479) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1487) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1495) | def init(self) -> None: method init (line 1510) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1525) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1540) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1555) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1570) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1585) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1600) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1608) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1616) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1624) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1632) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1640) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1648) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1655) | class Timer: method init (line 1682) | def init( method init (line 1690) | def init( method init (line 1698) | def init( method deinit (line 1744) | def deinit(self) -> None: method __init__ (line 1751) | def __init__(self, id: int, /): method __init__ (line 1761) | def __init__( method __init__ (line 1779) | def __init__( method __init__ (line 1797) | def __init__( class UART (line 1814) | class UART: method irq (line 1855) | def irq( method sendbreak (line 1891) | def sendbreak(self) -> None: method deinit (line 1898) | def deinit(self) -> None: method init (line 1909) | def init( method init (line 1978) | def init( method init (line 2041) | def init( method flush (line 2103) | def flush(self) -> Incomplete: method txdone (line 2118) | def txdone(self) -> bool: method read (line 2134) | def read(self) -> bytes | None: method read (line 2145) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2155) | def any(self) -> int: method write (line 2170) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2179) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2190) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2200) | def readline(self) -> Union[str, None]: method __init__ (line 2210) | def __init__( method __init__ (line 2232) | def __init__( method __init__ (line 2248) | def __init__( class USBDevice (line 2263) | class USBDevice: method submit_xfer (line 2276) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2298) | def config( method remote_wakeup (line 2406) | def remote_wakeup(self) -> bool: method stall (line 2415) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2436) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2457) | class BUILTIN_CDC: method __init__ (line 2465) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2467) | class BUILTIN_NONE: method __init__ (line 2473) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2475) | class BUILTIN_DEFAULT: method __init__ (line 2483) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2485) | def __init__(self) -> None: ... class SoftSPI (line 2487) | class SoftSPI(SPI): method deinit (line 2496) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2497) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2498) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2499) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2500) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2501) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2502) | def __init__( class SPI (line 2515) | class SPI: method deinit (line 2572) | def deinit(self) -> None: method init (line 2579) | def init( method init (line 2614) | def init( method write_readinto (line 2646) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2657) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2665) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2674) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2685) | def __init__(self, id: int, /): method __init__ (line 2698) | def __init__( method __init__ (line 2724) | def __init__( class Signal (line 2747) | class Signal(Pin): method off (line 2817) | def off(self) -> None: method on (line 2823) | def on(self) -> None: method value (line 2830) | def value(self) -> int: method value (line 2850) | def value(self, x: Any, /) -> None: method __init__ (line 2870) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2890) | def __init__( class SoftI2C (line 2920) | class SoftI2C(I2C): method readfrom_mem_into (line 2933) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2934) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2935) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2936) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2937) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2938) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2939) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2940) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2941) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2942) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2943) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2944) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2945) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2946) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2948) | class SDCard: method readblocks (line 2950) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2960) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2970) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2981) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/rp2/__init__.pyi function asm_pio_encode (line 69) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 79) | def bootsel_button() -> int: function asm_pio (line 92) | def asm_pio( function const (line 143) | def const(*args, **kwargs) -> Incomplete: ... class Flash (line 145) | class Flash(AbstractBlockDev): method readblocks (line 151) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 161) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 171) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 182) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 197) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 200) | def ioctl(self, op: int) -> int | None: method __init__ (line 207) | def __init__(self) -> None: ... class DMA (line 209) | class DMA: method irq (line 214) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 220) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 235) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 294) | def close(self) -> None: method config (line 301) | def config( method active (line 329) | def active(self, value: Any | None = None) -> bool: method __init__ (line 340) | def __init__( class StateMachine (line 349) | class StateMachine: method irq (line 359) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 367) | def put(self, value, shift=0): method restart (line 383) | def restart(self) -> None: method rx_fifo (line 398) | def rx_fifo(self) -> int: method tx_fifo (line 408) | def tx_fifo(self) -> int: method init (line 418) | def init( method exec (line 466) | def exec(self, instr) -> None: method get (line 482) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 494) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 505) | def __init__( class PIO (line 522) | class PIO: method state_machine (line 543) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 555) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 565) | def irq( method add_program (line 580) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 590) | def __init__(self, id) -> None: ... class PIOASMError (line 592) | class PIOASMError(Exception): ... class PIOASMEmit (line 594) | class PIOASMEmit: method in_ (line 604) | def in_(self, src: int, data) -> _PIO_ASM_Program: method side (line 637) | def side(self, value: int): method out (line 650) | def out(self, destination: int, bit_count: int) -> _PIO_ASM_Program: method jmp (line 688) | def jmp(self, condition, label: Incomplete | None = ...) -> _PIO_ASM_P... method start_pass (line 723) | def start_pass(self, pass_) -> None: method wrap (line 730) | def wrap(self) -> None: method word (line 741) | def word(self, instr, label: Incomplete | None = ...) -> _PIO_ASM_Prog... method wait (line 749) | def wait(self, polarity: int, src: int, index: int, /) -> _PIO_ASM_Pro... method wrap_target (line 784) | def wrap_target(self) -> None: method delay (line 793) | def delay(self, delay: int): method label (line 800) | def label(self, label: str) -> None: method irq (line 815) | def irq(self, mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: method set (line 834) | def set(self, destination: int, data) -> _PIO_ASM_Program: method mov (line 858) | def mov(self, dest, src, operation: int | None = None) -> _PIO_ASM_Pro... method push (line 904) | def push(self, value: int = ..., value2: int = ...) -> _PIO_ASM_Program: method pull (line 923) | def pull(self, block: int = block, timeout: int = 0) -> _PIO_ASM_Program: method nop (line 949) | def nop(self) -> _PIO_ASM_Program: method __init__ (line 957) | def __init__( method __getitem__ (line 972) | def __getitem__(self, key): ... method __getitem__ (line 974) | def __getitem__(self, key: int): ... method __getitem__ (line 976) | def __getitem__(self, key): ... method __getitem__ (line 978) | def __getitem__(self, key: int): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> _PIO_ASM_Program: function side (line 121) | def side(value: int) -> _PIO_ASM_Program: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> _PIO_ASM_Program: function nop (line 178) | def nop() -> _PIO_ASM_Program: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> _PIO_ASM_Program: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> _PIO_ASM_Program: function in_ (line 256) | def in_(src, data) -> _PIO_ASM_Program: function out (line 289) | def out(destination: int, bit_count: int) -> _PIO_ASM_Program: function push (line 327) | def push(value: int = ..., value2: int = ...) -> _PIO_ASM_Program: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> _PIO_ASM_Program: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> _PIO_ASM_Program: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: function set (line 438) | def set(destination, data) -> _PIO_ASM_Program: FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 143) | def soft_reset() -> NoReturn: function reset (line 150) | def reset() -> NoReturn: function freq (line 158) | def freq() -> int: function freq (line 166) | def freq(hz: int, /) -> None: function freq (line 174) | def freq(self) -> int: function freq (line 182) | def freq( function reset_cause (line 193) | def reset_cause() -> int: function idle (line 199) | def idle() -> None: function time_pulse_us (line 214) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 233) | def lightsleep() -> None: function lightsleep (line 258) | def lightsleep(time_ms: int, /) -> None: function unique_id (line 282) | def unique_id() -> bytes: class Pin (line 291) | class Pin: method low (line 354) | def low(self) -> None: method irq (line 362) | def irq( method toggle (line 416) | def toggle(self) -> Incomplete: method off (line 424) | def off(self) -> None: method on (line 430) | def on(self) -> None: method init (line 436) | def init( method value (line 455) | def value(self) -> int: method value (line 489) | def value(self, x: Any, /) -> None: method high (line 522) | def high(self) -> None: class cpu (line 530) | class cpu: method __init__ (line 561) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 563) | class board: method __init__ (line 592) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 594) | def __init__( method __call__ (line 669) | def __call__(self) -> int: method __call__ (line 677) | def __call__(self, x: Any, /) -> None: method mode (line 685) | def mode(self) -> int: method mode (line 694) | def mode(self, mode: int, /) -> None: method pull (line 703) | def pull(self) -> int: method pull (line 712) | def pull(self, pull: int, /) -> None: method drive (line 721) | def drive(self, drive: int, /) -> None: method drive (line 731) | def drive(self, /) -> int: class PWM (line 743) | class PWM: method duty_u16 (line 795) | def duty_u16(self) -> int: method duty_u16 (line 807) | def duty_u16( method freq (line 823) | def freq(self) -> int: method freq (line 834) | def freq( method init (line 848) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 856) | def duty_ns(self) -> int: method duty_ns (line 866) | def duty_ns( method deinit (line 879) | def deinit(self) -> None: method __init__ (line 885) | def __init__( class ADC (line 910) | class ADC: method read_u16 (line 936) | def read_u16(self) -> int: method __init__ (line 944) | def __init__(self, pin: PinLike, /) -> None: class I2C (line 955) | class I2C: method readfrom_mem_into (line 992) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1004) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1014) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1023) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1034) | def scan(self) -> List: method writeto (line 1042) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1052) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1068) | def start(self) -> None: method readfrom (line 1074) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1082) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1093) | def init(self, *, freq: int = 400_000) -> None: method init (line 1107) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1120) | def stop(self) -> None: method write (line 1126) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1135) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1152) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1169) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2S (line 1182) | class I2S: method shift (line 1258) | def shift( method init (line 1271) | def init( method irq (line 1288) | def irq( method readinto (line 1300) | def readinto( method deinit (line 1313) | def deinit(self) -> None: method write (line 1319) | def write( method __init__ (line 1332) | def __init__( class WDT (line 1374) | class WDT: method feed (line 1390) | def feed(self) -> None: method __init__ (line 1398) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1407) | class RTC: method datetime (line 1424) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1441) | def __init__(self, id: int = 0): method __init__ (line 1447) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1455) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1463) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1471) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1479) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1487) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1495) | def init(self) -> None: method init (line 1510) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1525) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1540) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1555) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1570) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1585) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1600) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1608) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1616) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1624) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1632) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1640) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1648) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1655) | class Timer: method init (line 1682) | def init( method init (line 1690) | def init( method init (line 1698) | def init( method deinit (line 1744) | def deinit(self) -> None: method __init__ (line 1751) | def __init__(self, id: int, /): method __init__ (line 1761) | def __init__( method __init__ (line 1779) | def __init__( method __init__ (line 1797) | def __init__( class UART (line 1814) | class UART: method irq (line 1855) | def irq( method sendbreak (line 1891) | def sendbreak(self) -> None: method deinit (line 1898) | def deinit(self) -> None: method init (line 1909) | def init( method init (line 1978) | def init( method init (line 2041) | def init( method flush (line 2103) | def flush(self) -> Incomplete: method txdone (line 2118) | def txdone(self) -> bool: method read (line 2134) | def read(self) -> bytes | None: method read (line 2145) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2155) | def any(self) -> int: method write (line 2170) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2179) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2190) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2200) | def readline(self) -> Union[str, None]: method __init__ (line 2210) | def __init__( method __init__ (line 2232) | def __init__( method __init__ (line 2248) | def __init__( class USBDevice (line 2263) | class USBDevice: method submit_xfer (line 2276) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2298) | def config( method remote_wakeup (line 2406) | def remote_wakeup(self) -> bool: method stall (line 2415) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2436) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2457) | class BUILTIN_CDC: method __init__ (line 2465) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2467) | class BUILTIN_NONE: method __init__ (line 2473) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2475) | class BUILTIN_DEFAULT: method __init__ (line 2483) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2485) | def __init__(self) -> None: ... class SoftSPI (line 2487) | class SoftSPI(SPI): method deinit (line 2496) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2497) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2498) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2499) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2500) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2501) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2502) | def __init__( class SPI (line 2515) | class SPI: method deinit (line 2572) | def deinit(self) -> None: method init (line 2579) | def init( method init (line 2614) | def init( method write_readinto (line 2646) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2657) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2665) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2674) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2685) | def __init__(self, id: int, /): method __init__ (line 2698) | def __init__( method __init__ (line 2724) | def __init__( class Signal (line 2747) | class Signal(Pin): method off (line 2817) | def off(self) -> None: method on (line 2823) | def on(self) -> None: method value (line 2830) | def value(self) -> int: method value (line 2850) | def value(self, x: Any, /) -> None: method __init__ (line 2870) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2890) | def __init__( class SoftI2C (line 2920) | class SoftI2C(I2C): method readfrom_mem_into (line 2933) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2934) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2935) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2936) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2937) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2938) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2939) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2940) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2941) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2942) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2943) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2944) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2945) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2946) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2948) | class SDCard: method readblocks (line 2950) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2960) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2970) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2981) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/rp2/__init__.pyi function asm_pio_encode (line 69) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 79) | def bootsel_button() -> int: function asm_pio (line 92) | def asm_pio( function const (line 143) | def const(*args, **kwargs) -> Incomplete: ... class Flash (line 145) | class Flash(AbstractBlockDev): method readblocks (line 151) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 161) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 171) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 182) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 197) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 200) | def ioctl(self, op: int) -> int | None: method __init__ (line 207) | def __init__(self) -> None: ... class DMA (line 209) | class DMA: method irq (line 214) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 220) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 235) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 294) | def close(self) -> None: method config (line 301) | def config( method active (line 329) | def active(self, value: Any | None = None) -> bool: method __init__ (line 340) | def __init__( class StateMachine (line 349) | class StateMachine: method irq (line 359) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 367) | def put(self, value, shift=0): method restart (line 383) | def restart(self) -> None: method rx_fifo (line 398) | def rx_fifo(self) -> int: method tx_fifo (line 408) | def tx_fifo(self) -> int: method init (line 418) | def init( method exec (line 466) | def exec(self, instr) -> None: method get (line 482) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 494) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 505) | def __init__( class PIO (line 522) | class PIO: method state_machine (line 543) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 555) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 565) | def irq( method add_program (line 580) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 590) | def __init__(self, id) -> None: ... class PIOASMError (line 592) | class PIOASMError(Exception): ... class PIOASMEmit (line 594) | class PIOASMEmit: method in_ (line 604) | def in_(self, src: int, data) -> _PIO_ASM_Program: method side (line 637) | def side(self, value: int): method out (line 650) | def out(self, destination: int, bit_count: int) -> _PIO_ASM_Program: method jmp (line 688) | def jmp(self, condition, label: Incomplete | None = ...) -> _PIO_ASM_P... method start_pass (line 723) | def start_pass(self, pass_) -> None: method wrap (line 730) | def wrap(self) -> None: method word (line 741) | def word(self, instr, label: Incomplete | None = ...) -> _PIO_ASM_Prog... method wait (line 749) | def wait(self, polarity: int, src: int, index: int, /) -> _PIO_ASM_Pro... method wrap_target (line 784) | def wrap_target(self) -> None: method delay (line 793) | def delay(self, delay: int): method label (line 800) | def label(self, label: str) -> None: method irq (line 815) | def irq(self, mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: method set (line 834) | def set(self, destination: int, data) -> _PIO_ASM_Program: method mov (line 858) | def mov(self, dest, src, operation: int | None = None) -> _PIO_ASM_Pro... method push (line 904) | def push(self, value: int = ..., value2: int = ...) -> _PIO_ASM_Program: method pull (line 923) | def pull(self, block: int = block, timeout: int = 0) -> _PIO_ASM_Program: method nop (line 949) | def nop(self) -> _PIO_ASM_Program: method __init__ (line 957) | def __init__( method __getitem__ (line 972) | def __getitem__(self, key): ... method __getitem__ (line 974) | def __getitem__(self, key: int): ... method __getitem__ (line 976) | def __getitem__(self, key): ... method __getitem__ (line 978) | def __getitem__(self, key: int): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> _PIO_ASM_Program: function side (line 121) | def side(value: int) -> _PIO_ASM_Program: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> _PIO_ASM_Program: function nop (line 178) | def nop() -> _PIO_ASM_Program: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> _PIO_ASM_Program: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> _PIO_ASM_Program: function in_ (line 256) | def in_(src, data) -> _PIO_ASM_Program: function out (line 289) | def out(destination: int, bit_count: int) -> _PIO_ASM_Program: function push (line 327) | def push(value: int = ..., value2: int = ...) -> _PIO_ASM_Program: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> _PIO_ASM_Program: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> _PIO_ASM_Program: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: function set (line 438) | def set(destination, data) -> _PIO_ASM_Program: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/aioble/central.pyi function _central_irq (line 37) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 38) | def _central_shutdown() -> None: ... function _cancel_pending (line 39) | async def _cancel_pending() -> None: ... function _connect (line 40) | async def _connect(connection, timeout_ms, scan_duration_ms, min_conn_in... class ScanResult (line 42) | class ScanResult: method __init__ (line 48) | def __init__(self, device) -> None: ... method _update (line 49) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 50) | def __str__(self) -> str: ... method _decode_field (line 51) | def _decode_field(self, *adv_type) -> Generator[Incomplete]: ... method name (line 52) | def name(self): ... method services (line 53) | def services(self) -> Generator[Incomplete]: ... method manufacturer (line 54) | def manufacturer(self, filter: Incomplete | None = None) -> Generator[... class scan (line 56) | class scan: method __init__ (line 65) | def __init__( method __aenter__ (line 68) | async def __aenter__(self): ... method __aexit__ (line 69) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 70) | def __aiter__(self): ... method __anext__ (line 71) | async def __anext__(self): ... method cancel (line 72) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/aioble/client.pyi function _client_irq (line 26) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 28) | class ClientDiscover: method __init__ (line 37) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 38) | async def _start(self) -> None: ... method __aiter__ (line 39) | def __aiter__(self): ... method __anext__ (line 40) | async def __anext__(self): ... method _discover_result (line 41) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 42) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 44) | class ClientService: method __init__ (line 49) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 50) | def __str__(self) -> str: ... method characteristic (line 51) | async def characteristic(self, uuid, timeout_ms: int = 2000): ... method characteristics (line 52) | def characteristics(self, uuid: Incomplete | None = None, timeout_ms: ... method _start_discovery (line 53) | def _start_discovery(connection, uuid: Incomplete | None = None) -> No... class BaseClientCharacteristic (line 55) | class BaseClientCharacteristic: method __init__ (line 64) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 65) | def _register_with_connection(self) -> None: ... method _find (line 66) | def _find(conn_handle, value_handle): ... method _check (line 67) | def _check(self, flag) -> None: ... method read (line 68) | async def read(self, timeout_ms: int = 1000): ... method _read_result (line 69) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 70) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 71) | async def write(self, data, response: Incomplete | None = None, timeou... method _write_done (line 72) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 74) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 82) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 83) | def __str__(self) -> str: ... method _connection (line 84) | def _connection(self): ... method descriptor (line 85) | async def descriptor(self, uuid, timeout_ms: int = 2000): ... method descriptors (line 86) | def descriptors(self, timeout_ms: int = 2000): ... method _start_discovery (line 87) | def _start_discovery(service, uuid: Incomplete | None = None) -> None:... method _notified_indicated (line 88) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 89) | async def notified(self, timeout_ms: Incomplete | None = None): ... method _on_notify_indicate (line 90) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 91) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 92) | async def indicated(self, timeout_ms: Incomplete | None = None): ... method _on_indicate (line 93) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 94) | async def subscribe(self, notify: bool = True, indicate: bool = False)... class ClientDescriptor (line 96) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 99) | def __str__(self) -> str: ... method _connection (line 100) | def _connection(self): ... method _start_discovery (line 101) | def _start_discovery(characteristic, uuid: Incomplete | None = None) -... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/aioble/core.pyi function log_error (line 5) | def log_error(*args) -> None: ... function log_warn (line 6) | def log_warn(*args) -> None: ... function log_info (line 7) | def log_info(*args) -> None: ... class GattError (line 9) | class GattError(Exception): method __init__ (line 11) | def __init__(self, status) -> None: ... function ensure_active (line 13) | def ensure_active() -> None: ... function config (line 14) | def config(*args, **kwargs): ... function register_irq_handler (line 19) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 20) | def stop() -> None: ... function ble_irq (line 21) | def ble_irq(event, data): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/aioble/device.pyi class DeviceDisconnectedError (line 7) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 9) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 11) | class DeviceTimeout: method __init__ (line 16) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 17) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 18) | def __enter__(self) -> None: ... method __exit__ (line 19) | def __exit__( class Device (line 23) | class Device: method __init__ (line 27) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 28) | def __eq__(self, rhs): ... method __hash__ (line 29) | def __hash__(self): ... method __str__ (line 30) | def __str__(self) -> str: ... method addr_hex (line 31) | def addr_hex(self): ... method connect (line 32) | async def connect( class DeviceConnection (line 40) | class DeviceConnection: method __init__ (line 57) | def __init__(self, device) -> None: ... method device_task (line 58) | async def device_task(self) -> None: ... method _run_task (line 59) | def _run_task(self) -> None: ... method disconnect (line 60) | async def disconnect(self, timeout_ms: int = 2000) -> None: ... method disconnected (line 61) | async def disconnected(self, timeout_ms: Incomplete | None = None, dis... method service (line 62) | async def service(self, uuid, timeout_ms: int = 2000): ... method services (line 63) | def services(self, uuid: Incomplete | None = None, timeout_ms: int = 2... method pair (line 64) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 65) | def is_connected(self): ... method timeout (line 66) | def timeout(self, timeout_ms): ... method exchange_mtu (line 67) | async def exchange_mtu(self, mtu: Incomplete | None = None, timeout_ms... method l2cap_accept (line 68) | async def l2cap_accept(self, psm, mtu, timeout_ms: Incomplete | None =... method l2cap_connect (line 69) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = 1000): ... method __aenter__ (line 70) | async def __aenter__(self): ... method __aexit__ (line 71) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/aioble/l2cap.pyi function _l2cap_irq (line 13) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 14) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 16) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 17) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 19) | class L2CAPChannel: method __init__ (line 28) | def __init__(self, connection) -> None: ... method _assert_connected (line 29) | def _assert_connected(self) -> None: ... method recvinto (line 30) | async def recvinto(self, buf, timeout_ms: Incomplete | None = None): ... method available (line 31) | def available(self): ... method send (line 32) | async def send(self, buf, timeout_ms: Incomplete | None = None, chunk_... method flush (line 33) | async def flush(self, timeout_ms: Incomplete | None = None) -> None: ... method disconnect (line 34) | async def disconnect(self, timeout_ms: int = 1000) -> None: ... method disconnected (line 35) | async def disconnected(self, timeout_ms: int = 1000) -> None: ... method __aenter__ (line 36) | async def __aenter__(self): ... method __aexit__ (line 37) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 39) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 40) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/aioble/peripheral.pyi function _peripheral_irq (line 29) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 30) | def _peripheral_shutdown() -> None: ... function _append (line 31) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 32) | async def advertise( FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/aioble/security.pyi function load_secrets (line 23) | def load_secrets(path: Incomplete | None = None) -> None: ... function _save_secrets (line 24) | def _save_secrets(arg: Incomplete | None = None) -> None: ... function _security_irq (line 25) | def _security_irq(event, data): ... function _security_shutdown (line 26) | def _security_shutdown() -> None: ... function pair (line 27) | async def pair(connection, bond: bool = True, le_secure: bool = True, mi... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/aioble/server.pyi function _server_irq (line 32) | def _server_irq(event, data): ... function _server_shutdown (line 33) | def _server_shutdown() -> None: ... class Service (line 35) | class Service: method __init__ (line 38) | def __init__(self, uuid) -> None: ... method _tuple (line 39) | def _tuple(self): ... class BaseCharacteristic (line 41) | class BaseCharacteristic: method _register (line 44) | def _register(self, value_handle) -> None: ... method read (line 45) | def read(self): ... method write (line 46) | def write(self, data, send_update: bool = False) -> None: ... method _init_capture (line 48) | def _init_capture() -> None: ... method _run_capture_task (line 50) | async def _run_capture_task() -> None: ... method written (line 52) | async def written(self, timeout_ms: Incomplete | None = None): ... method on_read (line 53) | def on_read(self, connection): ... method _remote_write (line 54) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 55) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 57) | class Characteristic(BaseCharacteristic): method __init__ (line 68) | def __init__( method _tuple (line 80) | def _tuple(self): ... method notify (line 81) | def notify(self, connection, data: Incomplete | None = None) -> None: ... method indicate (line 82) | async def indicate(self, connection, data: Incomplete | None = None, t... method _indicate_done (line 83) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 85) | class BufferedCharacteristic(Characteristic): method __init__ (line 88) | def __init__(self, *args, max_len: int = 20, append: bool = False, **k... method _register (line 89) | def _register(self, value_handle) -> None: ... class Descriptor (line 91) | class Descriptor(BaseCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, uuid, read: bool = False, write: bo... method _tuple (line 99) | def _tuple(self): ... function register_services (line 101) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gatts_notify (line 65) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_indicate (line 80) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_write (line 98) | def gattc_write( method gattc_read (line 125) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 135) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_read (line 149) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method gatts_write (line 156) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_set_buffer (line 166) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_register_services (line 179) | def gatts_register_services(self, services_definition: tuple[_Service,... method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_connect (line 436) | def gap_connect( method gap_advertise (line 468) | def gap_advertise( method config (line 494) | def config(self, param: str, /) -> Any: method config (line 558) | def config(self, **kwargs) -> None: method config (line 622) | def config(self, param: str, /) -> Any: method config (line 686) | def config(self, **kwargs) -> None: method active (line 750) | def active(self) -> bool: method active (line 759) | def active(self, active: bool, /) -> None: method active (line 768) | def active(self) -> bool: method active (line 777) | def active(self, active: bool, /) -> None: method gattc_discover_services (line 785) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gap_disconnect (line 796) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gattc_discover_descriptors (line 811) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method gattc_discover_characteristics (line 820) | def gattc_discover_characteristics( method gap_scan (line 842) | def gap_scan( method __init__ (line 885) | def __init__(self) -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/lwip.pyi function reset (line 25) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 26) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 27) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 28) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 30) | class socket: method recvfrom (line 31) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 32) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 33) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 34) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 35) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 36) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 37) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 38) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 39) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 40) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 42) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 43) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 44) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 45) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 46) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 47) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 48) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 143) | def soft_reset() -> NoReturn: function reset (line 150) | def reset() -> NoReturn: function freq (line 158) | def freq() -> int: function freq (line 166) | def freq(hz: int, /) -> None: function freq (line 174) | def freq(self) -> int: function freq (line 182) | def freq( function reset_cause (line 193) | def reset_cause() -> int: function idle (line 199) | def idle() -> None: function time_pulse_us (line 214) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 233) | def lightsleep() -> None: function lightsleep (line 258) | def lightsleep(time_ms: int, /) -> None: function unique_id (line 282) | def unique_id() -> bytes: class Pin (line 291) | class Pin: method low (line 354) | def low(self) -> None: method irq (line 362) | def irq( method toggle (line 416) | def toggle(self) -> Incomplete: method off (line 424) | def off(self) -> None: method on (line 430) | def on(self) -> None: method init (line 436) | def init( method value (line 455) | def value(self) -> int: method value (line 489) | def value(self, x: Any, /) -> None: method high (line 522) | def high(self) -> None: class cpu (line 530) | class cpu: method __init__ (line 564) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 566) | class board: method __init__ (line 597) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 599) | def __init__( method __call__ (line 674) | def __call__(self) -> int: method __call__ (line 682) | def __call__(self, x: Any, /) -> None: method mode (line 690) | def mode(self) -> int: method mode (line 699) | def mode(self, mode: int, /) -> None: method pull (line 708) | def pull(self) -> int: method pull (line 717) | def pull(self, pull: int, /) -> None: method drive (line 726) | def drive(self, drive: int, /) -> None: method drive (line 736) | def drive(self, /) -> int: class PWM (line 748) | class PWM: method duty_u16 (line 800) | def duty_u16(self) -> int: method duty_u16 (line 812) | def duty_u16( method freq (line 828) | def freq(self) -> int: method freq (line 839) | def freq( method init (line 853) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 861) | def duty_ns(self) -> int: method duty_ns (line 871) | def duty_ns( method deinit (line 884) | def deinit(self) -> None: method __init__ (line 890) | def __init__( class ADC (line 915) | class ADC: method read_u16 (line 941) | def read_u16(self) -> int: method __init__ (line 949) | def __init__(self, pin: PinLike, /) -> None: class I2C (line 960) | class I2C: method readfrom_mem_into (line 997) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1009) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1019) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1028) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1039) | def scan(self) -> List: method writeto (line 1047) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1057) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1073) | def start(self) -> None: method readfrom (line 1079) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1087) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1098) | def init(self, *, freq: int = 400_000) -> None: method init (line 1112) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1125) | def stop(self) -> None: method write (line 1131) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1140) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1157) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1174) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2S (line 1187) | class I2S: method shift (line 1263) | def shift( method init (line 1276) | def init( method irq (line 1293) | def irq( method readinto (line 1305) | def readinto( method deinit (line 1318) | def deinit(self) -> None: method write (line 1324) | def write( method __init__ (line 1337) | def __init__( class WDT (line 1379) | class WDT: method feed (line 1395) | def feed(self) -> None: method __init__ (line 1403) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1412) | class RTC: method datetime (line 1429) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1446) | def __init__(self, id: int = 0): method __init__ (line 1452) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1460) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1468) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1476) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1484) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1492) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1500) | def init(self) -> None: method init (line 1515) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1530) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1545) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1560) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1575) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1590) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1605) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1613) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1621) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1629) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1637) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1645) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1653) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1660) | class Timer: method init (line 1687) | def init( method init (line 1695) | def init( method init (line 1703) | def init( method deinit (line 1749) | def deinit(self) -> None: method __init__ (line 1756) | def __init__(self, id: int, /): method __init__ (line 1766) | def __init__( method __init__ (line 1784) | def __init__( method __init__ (line 1802) | def __init__( class UART (line 1819) | class UART: method irq (line 1860) | def irq( method sendbreak (line 1896) | def sendbreak(self) -> None: method deinit (line 1903) | def deinit(self) -> None: method init (line 1914) | def init( method init (line 1983) | def init( method init (line 2046) | def init( method flush (line 2108) | def flush(self) -> Incomplete: method txdone (line 2123) | def txdone(self) -> bool: method read (line 2139) | def read(self) -> bytes | None: method read (line 2150) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2160) | def any(self) -> int: method write (line 2175) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2184) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2195) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2205) | def readline(self) -> Union[str, None]: method __init__ (line 2215) | def __init__( method __init__ (line 2237) | def __init__( method __init__ (line 2253) | def __init__( class USBDevice (line 2268) | class USBDevice: method submit_xfer (line 2281) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2303) | def config( method remote_wakeup (line 2411) | def remote_wakeup(self) -> bool: method stall (line 2420) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2441) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2462) | class BUILTIN_CDC: method __init__ (line 2470) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2472) | class BUILTIN_NONE: method __init__ (line 2478) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2480) | class BUILTIN_DEFAULT: method __init__ (line 2488) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2490) | def __init__(self) -> None: ... class SoftSPI (line 2492) | class SoftSPI(SPI): method deinit (line 2501) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2502) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2503) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2504) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2505) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2506) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2507) | def __init__( class SPI (line 2520) | class SPI: method deinit (line 2577) | def deinit(self) -> None: method init (line 2584) | def init( method init (line 2619) | def init( method write_readinto (line 2651) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2662) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2670) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2679) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2690) | def __init__(self, id: int, /): method __init__ (line 2703) | def __init__( method __init__ (line 2729) | def __init__( class Signal (line 2752) | class Signal(Pin): method off (line 2822) | def off(self) -> None: method on (line 2828) | def on(self) -> None: method value (line 2835) | def value(self) -> int: method value (line 2855) | def value(self, x: Any, /) -> None: method __init__ (line 2875) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2895) | def __init__( class SoftI2C (line 2925) | class SoftI2C(I2C): method readfrom_mem_into (line 2938) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2939) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2940) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2941) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2942) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2943) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2944) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2945) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2946) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2947) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2948) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2949) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2950) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2951) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2953) | class SDCard: method readblocks (line 2955) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2965) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2975) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2986) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/network.pyi function hostname (line 64) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 92) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function route (line 107) | def route(*args, **kwargs) -> Incomplete: ... function country (line 108) | def country(code: Optional[Any] = None) -> Incomplete: class WLAN (line 121) | class WLAN: method ipconfig (line 142) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method status (line 144) | def status(self) -> int: method status (line 174) | def status(self, param: str, /) -> int: method ioctl (line 203) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method send_ethernet (line 204) | def send_ethernet(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 205) | def isconnected(self) -> bool: method scan (line 213) | def scan(self) -> List[Tuple]: method config (line 243) | def config(self, param: str, /) -> Any: method config (line 278) | def config(self, **kwargs: Any) -> None: method ifconfig (line 313) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 324) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method active (line 335) | def active(self, /) -> bool: method active (line 343) | def active(self, is_active: bool | int, /) -> None: method disconnect (line 350) | def disconnect(self) -> None: method connect (line 356) | def connect( method deinit (line 372) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 373) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 382) | class LAN: method active (line 384) | def active(self, /) -> bool: method active (line 392) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 399) | class WLANWiPy: method __init__ (line 401) | def __init__(self, id: int = 0, /): method __init__ (line 415) | def __init__( method mode (line 439) | def mode(self) -> int: method mode (line 445) | def mode(self, mode: int, /) -> None: method ssid (line 451) | def ssid(self) -> str: method ssid (line 457) | def ssid(self, ssid: str, /) -> None: method auth (line 463) | def auth(self) -> int: method auth (line 469) | def auth(self, auth: int, /) -> None: method channel (line 475) | def channel(self) -> int: method channel (line 481) | def channel(self, channel: int, /) -> None: method antenna (line 487) | def antenna(self) -> int: method antenna (line 493) | def antenna(self, antenna: int, /) -> None: method mac (line 499) | def mac(self) -> bytes: method mac (line 505) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 510) | class AbstractNIC: method active (line 513) | def active(self, /) -> bool: method active (line 524) | def active(self, is_active: bool | int, /) -> None: method connect (line 535) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 554) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 573) | def status(self) -> Any: method status (line 591) | def status(self, param: str, /) -> Any: method ifconfig (line 609) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 623) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 637) | def config(self, param: str, /) -> Any: method config (line 656) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/rp2/__init__.pyi function bootsel_button (line 69) | def bootsel_button() -> int: function asm_pio (line 82) | def asm_pio( function country (line 133) | def country(*args, **kwargs) -> Incomplete: ... function asm_pio_encode (line 134) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function const (line 144) | def const(*args, **kwargs) -> Incomplete: ... class DMA (line 146) | class DMA: method irq (line 151) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 157) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 172) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 231) | def close(self) -> None: method config (line 238) | def config( method active (line 266) | def active(self, value: Any | None = None) -> bool: method __init__ (line 277) | def __init__( class PIO (line 286) | class PIO: method state_machine (line 307) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 319) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 329) | def irq( method add_program (line 344) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 354) | def __init__(self, id) -> None: ... class StateMachine (line 356) | class StateMachine: method irq (line 366) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 374) | def put(self, value, shift=0): method restart (line 390) | def restart(self) -> None: method rx_fifo (line 405) | def rx_fifo(self) -> int: method tx_fifo (line 415) | def tx_fifo(self) -> int: method init (line 425) | def init( method exec (line 473) | def exec(self, instr) -> None: method get (line 489) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 501) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 512) | def __init__( class PIOASMEmit (line 529) | class PIOASMEmit: method in_ (line 539) | def in_(self, src: int, data) -> _PIO_ASM_Program: method side (line 572) | def side(self, value: int): method out (line 585) | def out(self, destination: int, bit_count: int) -> _PIO_ASM_Program: method jmp (line 623) | def jmp(self, condition, label: Incomplete | None = ...) -> _PIO_ASM_P... method start_pass (line 658) | def start_pass(self, pass_) -> None: method wrap (line 665) | def wrap(self) -> None: method word (line 676) | def word(self, instr, label: Incomplete | None = ...) -> _PIO_ASM_Prog... method wait (line 684) | def wait(self, polarity: int, src: int, index: int, /) -> _PIO_ASM_Pro... method wrap_target (line 719) | def wrap_target(self) -> None: method delay (line 728) | def delay(self, delay: int): method label (line 735) | def label(self, label: str) -> None: method irq (line 750) | def irq(self, mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: method set (line 769) | def set(self, destination: int, data) -> _PIO_ASM_Program: method mov (line 793) | def mov(self, dest, src, operation: int | None = None) -> _PIO_ASM_Pro... method push (line 839) | def push(self, value: int = ..., value2: int = ...) -> _PIO_ASM_Program: method pull (line 858) | def pull(self, block: int = block, timeout: int = 0) -> _PIO_ASM_Program: method nop (line 884) | def nop(self) -> _PIO_ASM_Program: method __init__ (line 892) | def __init__( method __getitem__ (line 907) | def __getitem__(self, key): ... method __getitem__ (line 909) | def __getitem__(self, key: int): ... method __getitem__ (line 911) | def __getitem__(self, key): ... method __getitem__ (line 913) | def __getitem__(self, key: int): ... class Flash (line 915) | class Flash(AbstractBlockDev): method readblocks (line 921) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 931) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 941) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 952) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 967) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 970) | def ioctl(self, op: int) -> int | None: method __init__ (line 977) | def __init__(self) -> None: ... class PIOASMError (line 979) | class PIOASMError(Exception): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> _PIO_ASM_Program: function side (line 121) | def side(value: int) -> _PIO_ASM_Program: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> _PIO_ASM_Program: function nop (line 178) | def nop() -> _PIO_ASM_Program: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> _PIO_ASM_Program: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> _PIO_ASM_Program: function in_ (line 256) | def in_(src, data) -> _PIO_ASM_Program: function out (line 289) | def out(destination: int, bit_count: int) -> _PIO_ASM_Program: function push (line 327) | def push(value: int = ..., value2: int = ...) -> _PIO_ASM_Program: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> _PIO_ASM_Program: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> _PIO_ASM_Program: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: function set (line 438) | def set(destination, data) -> _PIO_ASM_Program: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/socket.pyi function reset (line 94) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 95) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 96) | def getaddrinfo( function callback (line 146) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 148) | class socket: method recvfrom (line 157) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 165) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 173) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 193) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 212) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 221) | def settimeout(self, value: float | None, /) -> None: method sendall (line 257) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 270) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 278) | def setblocking(self, value: bool, /) -> None: method sendto (line 290) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 297) | def readline(self) -> bytes: method readinto (line 306) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 316) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 326) | def read(self) -> bytes: method read (line 336) | def read(self, size: int, /) -> bytes: method close (line 345) | def close(self) -> None: method connect (line 356) | def connect(self, address: _Address | bytes, /) -> None: method send (line 362) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 370) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 376) | def accept(self) -> Tuple: method write (line 385) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 396) | def __init__( FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico2_w-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/aioble/central.pyi function _central_irq (line 37) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 38) | def _central_shutdown() -> None: ... function _cancel_pending (line 39) | async def _cancel_pending() -> None: ... function _connect (line 40) | async def _connect(connection, timeout_ms, scan_duration_ms, min_conn_in... class ScanResult (line 42) | class ScanResult: method __init__ (line 48) | def __init__(self, device) -> None: ... method _update (line 49) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 50) | def __str__(self) -> str: ... method _decode_field (line 51) | def _decode_field(self, *adv_type) -> Generator[Incomplete]: ... method name (line 52) | def name(self): ... method services (line 53) | def services(self) -> Generator[Incomplete]: ... method manufacturer (line 54) | def manufacturer(self, filter: Incomplete | None = None) -> Generator[... class scan (line 56) | class scan: method __init__ (line 65) | def __init__( method __aenter__ (line 68) | async def __aenter__(self): ... method __aexit__ (line 69) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 70) | def __aiter__(self): ... method __anext__ (line 71) | async def __anext__(self): ... method cancel (line 72) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/aioble/client.pyi function _client_irq (line 26) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 28) | class ClientDiscover: method __init__ (line 37) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 38) | async def _start(self) -> None: ... method __aiter__ (line 39) | def __aiter__(self): ... method __anext__ (line 40) | async def __anext__(self): ... method _discover_result (line 41) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 42) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 44) | class ClientService: method __init__ (line 49) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 50) | def __str__(self) -> str: ... method characteristic (line 51) | async def characteristic(self, uuid, timeout_ms: int = 2000): ... method characteristics (line 52) | def characteristics(self, uuid: Incomplete | None = None, timeout_ms: ... method _start_discovery (line 53) | def _start_discovery(connection, uuid: Incomplete | None = None) -> No... class BaseClientCharacteristic (line 55) | class BaseClientCharacteristic: method __init__ (line 64) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 65) | def _register_with_connection(self) -> None: ... method _find (line 66) | def _find(conn_handle, value_handle): ... method _check (line 67) | def _check(self, flag) -> None: ... method read (line 68) | async def read(self, timeout_ms: int = 1000): ... method _read_result (line 69) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 70) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 71) | async def write(self, data, response: Incomplete | None = None, timeou... method _write_done (line 72) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 74) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 82) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 83) | def __str__(self) -> str: ... method _connection (line 84) | def _connection(self): ... method descriptor (line 85) | async def descriptor(self, uuid, timeout_ms: int = 2000): ... method descriptors (line 86) | def descriptors(self, timeout_ms: int = 2000): ... method _start_discovery (line 87) | def _start_discovery(service, uuid: Incomplete | None = None) -> None:... method _notified_indicated (line 88) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 89) | async def notified(self, timeout_ms: Incomplete | None = None): ... method _on_notify_indicate (line 90) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 91) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 92) | async def indicated(self, timeout_ms: Incomplete | None = None): ... method _on_indicate (line 93) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 94) | async def subscribe(self, notify: bool = True, indicate: bool = False)... class ClientDescriptor (line 96) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 99) | def __str__(self) -> str: ... method _connection (line 100) | def _connection(self): ... method _start_discovery (line 101) | def _start_discovery(characteristic, uuid: Incomplete | None = None) -... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/aioble/core.pyi function log_error (line 5) | def log_error(*args) -> None: ... function log_warn (line 6) | def log_warn(*args) -> None: ... function log_info (line 7) | def log_info(*args) -> None: ... class GattError (line 9) | class GattError(Exception): method __init__ (line 11) | def __init__(self, status) -> None: ... function ensure_active (line 13) | def ensure_active() -> None: ... function config (line 14) | def config(*args, **kwargs): ... function register_irq_handler (line 19) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 20) | def stop() -> None: ... function ble_irq (line 21) | def ble_irq(event, data): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/aioble/device.pyi class DeviceDisconnectedError (line 7) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 9) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 11) | class DeviceTimeout: method __init__ (line 16) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 17) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 18) | def __enter__(self) -> None: ... method __exit__ (line 19) | def __exit__( class Device (line 23) | class Device: method __init__ (line 27) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 28) | def __eq__(self, rhs): ... method __hash__ (line 29) | def __hash__(self): ... method __str__ (line 30) | def __str__(self) -> str: ... method addr_hex (line 31) | def addr_hex(self): ... method connect (line 32) | async def connect( class DeviceConnection (line 40) | class DeviceConnection: method __init__ (line 57) | def __init__(self, device) -> None: ... method device_task (line 58) | async def device_task(self) -> None: ... method _run_task (line 59) | def _run_task(self) -> None: ... method disconnect (line 60) | async def disconnect(self, timeout_ms: int = 2000) -> None: ... method disconnected (line 61) | async def disconnected(self, timeout_ms: Incomplete | None = None, dis... method service (line 62) | async def service(self, uuid, timeout_ms: int = 2000): ... method services (line 63) | def services(self, uuid: Incomplete | None = None, timeout_ms: int = 2... method pair (line 64) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 65) | def is_connected(self): ... method timeout (line 66) | def timeout(self, timeout_ms): ... method exchange_mtu (line 67) | async def exchange_mtu(self, mtu: Incomplete | None = None, timeout_ms... method l2cap_accept (line 68) | async def l2cap_accept(self, psm, mtu, timeout_ms: Incomplete | None =... method l2cap_connect (line 69) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = 1000): ... method __aenter__ (line 70) | async def __aenter__(self): ... method __aexit__ (line 71) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/aioble/l2cap.pyi function _l2cap_irq (line 13) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 14) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 16) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 17) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 19) | class L2CAPChannel: method __init__ (line 28) | def __init__(self, connection) -> None: ... method _assert_connected (line 29) | def _assert_connected(self) -> None: ... method recvinto (line 30) | async def recvinto(self, buf, timeout_ms: Incomplete | None = None): ... method available (line 31) | def available(self): ... method send (line 32) | async def send(self, buf, timeout_ms: Incomplete | None = None, chunk_... method flush (line 33) | async def flush(self, timeout_ms: Incomplete | None = None) -> None: ... method disconnect (line 34) | async def disconnect(self, timeout_ms: int = 1000) -> None: ... method disconnected (line 35) | async def disconnected(self, timeout_ms: int = 1000) -> None: ... method __aenter__ (line 36) | async def __aenter__(self): ... method __aexit__ (line 37) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 39) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 40) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/aioble/peripheral.pyi function _peripheral_irq (line 29) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 30) | def _peripheral_shutdown() -> None: ... function _append (line 31) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 32) | async def advertise( FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/aioble/security.pyi function load_secrets (line 23) | def load_secrets(path: Incomplete | None = None) -> None: ... function _save_secrets (line 24) | def _save_secrets(arg: Incomplete | None = None) -> None: ... function _security_irq (line 25) | def _security_irq(event, data): ... function _security_shutdown (line 26) | def _security_shutdown() -> None: ... function pair (line 27) | async def pair(connection, bond: bool = True, le_secure: bool = True, mi... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/aioble/server.pyi function _server_irq (line 32) | def _server_irq(event, data): ... function _server_shutdown (line 33) | def _server_shutdown() -> None: ... class Service (line 35) | class Service: method __init__ (line 38) | def __init__(self, uuid) -> None: ... method _tuple (line 39) | def _tuple(self): ... class BaseCharacteristic (line 41) | class BaseCharacteristic: method _register (line 44) | def _register(self, value_handle) -> None: ... method read (line 45) | def read(self): ... method write (line 46) | def write(self, data, send_update: bool = False) -> None: ... method _init_capture (line 48) | def _init_capture() -> None: ... method _run_capture_task (line 50) | async def _run_capture_task() -> None: ... method written (line 52) | async def written(self, timeout_ms: Incomplete | None = None): ... method on_read (line 53) | def on_read(self, connection): ... method _remote_write (line 54) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 55) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 57) | class Characteristic(BaseCharacteristic): method __init__ (line 68) | def __init__( method _tuple (line 80) | def _tuple(self): ... method notify (line 81) | def notify(self, connection, data: Incomplete | None = None) -> None: ... method indicate (line 82) | async def indicate(self, connection, data: Incomplete | None = None, t... method _indicate_done (line 83) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 85) | class BufferedCharacteristic(Characteristic): method __init__ (line 88) | def __init__(self, *args, max_len: int = 20, append: bool = False, **k... method _register (line 89) | def _register(self, value_handle) -> None: ... class Descriptor (line 91) | class Descriptor(BaseCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, uuid, read: bool = False, write: bo... method _tuple (line 99) | def _tuple(self): ... function register_services (line 101) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gatts_notify (line 65) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_indicate (line 80) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_write (line 98) | def gattc_write( method gattc_read (line 125) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 135) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_read (line 149) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method gatts_write (line 156) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_set_buffer (line 166) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_register_services (line 179) | def gatts_register_services(self, services_definition: tuple[_Service,... method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_connect (line 436) | def gap_connect( method gap_advertise (line 468) | def gap_advertise( method config (line 494) | def config(self, param: str, /) -> Any: method config (line 558) | def config(self, **kwargs) -> None: method config (line 622) | def config(self, param: str, /) -> Any: method config (line 686) | def config(self, **kwargs) -> None: method active (line 750) | def active(self) -> bool: method active (line 759) | def active(self, active: bool, /) -> None: method active (line 768) | def active(self) -> bool: method active (line 777) | def active(self, active: bool, /) -> None: method gattc_discover_services (line 785) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gap_disconnect (line 796) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gattc_discover_descriptors (line 811) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method gattc_discover_characteristics (line 820) | def gattc_discover_characteristics( method gap_scan (line 842) | def gap_scan( method __init__ (line 885) | def __init__(self) -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/lwip.pyi function reset (line 25) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 26) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 27) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 28) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 30) | class socket: method recvfrom (line 31) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 32) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 33) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 34) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 35) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 36) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 37) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 38) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 39) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 40) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 42) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 43) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 44) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 45) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 46) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 47) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 48) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 143) | def soft_reset() -> NoReturn: function reset (line 150) | def reset() -> NoReturn: function freq (line 158) | def freq() -> int: function freq (line 166) | def freq(hz: int, /) -> None: function freq (line 174) | def freq(self) -> int: function freq (line 182) | def freq( function reset_cause (line 193) | def reset_cause() -> int: function idle (line 199) | def idle() -> None: function time_pulse_us (line 214) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 233) | def lightsleep() -> None: function lightsleep (line 258) | def lightsleep(time_ms: int, /) -> None: function unique_id (line 282) | def unique_id() -> bytes: class Pin (line 291) | class Pin: method low (line 354) | def low(self) -> None: method irq (line 362) | def irq( method toggle (line 416) | def toggle(self) -> Incomplete: method off (line 424) | def off(self) -> None: method on (line 430) | def on(self) -> None: method init (line 436) | def init( method value (line 455) | def value(self) -> int: method value (line 489) | def value(self, x: Any, /) -> None: method high (line 522) | def high(self) -> None: class cpu (line 530) | class cpu: method __init__ (line 564) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 566) | class board: method __init__ (line 597) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 599) | def __init__( method __call__ (line 674) | def __call__(self) -> int: method __call__ (line 682) | def __call__(self, x: Any, /) -> None: method mode (line 690) | def mode(self) -> int: method mode (line 699) | def mode(self, mode: int, /) -> None: method pull (line 708) | def pull(self) -> int: method pull (line 717) | def pull(self, pull: int, /) -> None: method drive (line 726) | def drive(self, drive: int, /) -> None: method drive (line 736) | def drive(self, /) -> int: class PWM (line 748) | class PWM: method duty_u16 (line 800) | def duty_u16(self) -> int: method duty_u16 (line 812) | def duty_u16( method freq (line 828) | def freq(self) -> int: method freq (line 839) | def freq( method init (line 853) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 861) | def duty_ns(self) -> int: method duty_ns (line 871) | def duty_ns( method deinit (line 884) | def deinit(self) -> None: method __init__ (line 890) | def __init__( class ADC (line 915) | class ADC: method read_u16 (line 941) | def read_u16(self) -> int: method __init__ (line 949) | def __init__(self, pin: PinLike, /) -> None: class I2C (line 960) | class I2C: method readfrom_mem_into (line 997) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1009) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1019) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1028) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1039) | def scan(self) -> List: method writeto (line 1047) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1057) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1073) | def start(self) -> None: method readfrom (line 1079) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1087) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1098) | def init(self, *, freq: int = 400_000) -> None: method init (line 1112) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1125) | def stop(self) -> None: method write (line 1131) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1140) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1157) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1174) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2S (line 1187) | class I2S: method shift (line 1263) | def shift( method init (line 1276) | def init( method irq (line 1293) | def irq( method readinto (line 1305) | def readinto( method deinit (line 1318) | def deinit(self) -> None: method write (line 1324) | def write( method __init__ (line 1337) | def __init__( class WDT (line 1379) | class WDT: method feed (line 1395) | def feed(self) -> None: method __init__ (line 1403) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1412) | class RTC: method datetime (line 1429) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1446) | def __init__(self, id: int = 0): method __init__ (line 1452) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1460) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1468) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1476) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1484) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1492) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1500) | def init(self) -> None: method init (line 1515) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1530) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1545) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1560) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1575) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1590) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1605) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1613) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1621) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1629) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1637) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1645) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1653) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1660) | class Timer: method init (line 1687) | def init( method init (line 1695) | def init( method init (line 1703) | def init( method deinit (line 1749) | def deinit(self) -> None: method __init__ (line 1756) | def __init__(self, id: int, /): method __init__ (line 1766) | def __init__( method __init__ (line 1784) | def __init__( method __init__ (line 1802) | def __init__( class UART (line 1819) | class UART: method irq (line 1860) | def irq( method sendbreak (line 1896) | def sendbreak(self) -> None: method deinit (line 1903) | def deinit(self) -> None: method init (line 1914) | def init( method init (line 1983) | def init( method init (line 2046) | def init( method flush (line 2108) | def flush(self) -> Incomplete: method txdone (line 2123) | def txdone(self) -> bool: method read (line 2139) | def read(self) -> bytes | None: method read (line 2150) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2160) | def any(self) -> int: method write (line 2175) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2184) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2195) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2205) | def readline(self) -> Union[str, None]: method __init__ (line 2215) | def __init__( method __init__ (line 2237) | def __init__( method __init__ (line 2253) | def __init__( class USBDevice (line 2268) | class USBDevice: method submit_xfer (line 2281) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2303) | def config( method remote_wakeup (line 2411) | def remote_wakeup(self) -> bool: method stall (line 2420) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2441) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2462) | class BUILTIN_CDC: method __init__ (line 2470) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2472) | class BUILTIN_NONE: method __init__ (line 2478) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2480) | class BUILTIN_DEFAULT: method __init__ (line 2488) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2490) | def __init__(self) -> None: ... class SoftSPI (line 2492) | class SoftSPI(SPI): method deinit (line 2501) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2502) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2503) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2504) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2505) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2506) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2507) | def __init__( class SPI (line 2520) | class SPI: method deinit (line 2577) | def deinit(self) -> None: method init (line 2584) | def init( method init (line 2619) | def init( method write_readinto (line 2651) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2662) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2670) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2679) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2690) | def __init__(self, id: int, /): method __init__ (line 2703) | def __init__( method __init__ (line 2729) | def __init__( class Signal (line 2752) | class Signal(Pin): method off (line 2822) | def off(self) -> None: method on (line 2828) | def on(self) -> None: method value (line 2835) | def value(self) -> int: method value (line 2855) | def value(self, x: Any, /) -> None: method __init__ (line 2875) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2895) | def __init__( class SoftI2C (line 2925) | class SoftI2C(I2C): method readfrom_mem_into (line 2938) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2939) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2940) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2941) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2942) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2943) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2944) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2945) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2946) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2947) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2948) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2949) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2950) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2951) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2953) | class SDCard: method readblocks (line 2955) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2965) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2975) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2986) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/network.pyi function hostname (line 64) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 92) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function route (line 107) | def route(*args, **kwargs) -> Incomplete: ... function country (line 108) | def country(code: Optional[Any] = None) -> Incomplete: class WLAN (line 121) | class WLAN: method ipconfig (line 142) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method status (line 144) | def status(self) -> int: method status (line 174) | def status(self, param: str, /) -> int: method ioctl (line 203) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method send_ethernet (line 204) | def send_ethernet(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 205) | def isconnected(self) -> bool: method scan (line 213) | def scan(self) -> List[Tuple]: method config (line 243) | def config(self, param: str, /) -> Any: method config (line 278) | def config(self, **kwargs: Any) -> None: method ifconfig (line 313) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 324) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method active (line 335) | def active(self, /) -> bool: method active (line 343) | def active(self, is_active: bool | int, /) -> None: method disconnect (line 350) | def disconnect(self) -> None: method connect (line 356) | def connect( method deinit (line 372) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 373) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 382) | class LAN: method active (line 384) | def active(self, /) -> bool: method active (line 392) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 399) | class WLANWiPy: method __init__ (line 401) | def __init__(self, id: int = 0, /): method __init__ (line 415) | def __init__( method mode (line 439) | def mode(self) -> int: method mode (line 445) | def mode(self, mode: int, /) -> None: method ssid (line 451) | def ssid(self) -> str: method ssid (line 457) | def ssid(self, ssid: str, /) -> None: method auth (line 463) | def auth(self) -> int: method auth (line 469) | def auth(self, auth: int, /) -> None: method channel (line 475) | def channel(self) -> int: method channel (line 481) | def channel(self, channel: int, /) -> None: method antenna (line 487) | def antenna(self) -> int: method antenna (line 493) | def antenna(self, antenna: int, /) -> None: method mac (line 499) | def mac(self) -> bytes: method mac (line 505) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 510) | class AbstractNIC: method active (line 513) | def active(self, /) -> bool: method active (line 524) | def active(self, is_active: bool | int, /) -> None: method connect (line 535) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 554) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 573) | def status(self) -> Any: method status (line 591) | def status(self, param: str, /) -> Any: method ifconfig (line 609) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 623) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 637) | def config(self, param: str, /) -> Any: method config (line 656) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/rp2/__init__.pyi function bootsel_button (line 69) | def bootsel_button() -> int: function asm_pio (line 82) | def asm_pio( function country (line 133) | def country(*args, **kwargs) -> Incomplete: ... function asm_pio_encode (line 134) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function const (line 144) | def const(*args, **kwargs) -> Incomplete: ... class DMA (line 146) | class DMA: method irq (line 151) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 157) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 172) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 231) | def close(self) -> None: method config (line 238) | def config( method active (line 266) | def active(self, value: Any | None = None) -> bool: method __init__ (line 277) | def __init__( class PIO (line 286) | class PIO: method state_machine (line 307) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 319) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 329) | def irq( method add_program (line 344) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 354) | def __init__(self, id) -> None: ... class StateMachine (line 356) | class StateMachine: method irq (line 366) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 374) | def put(self, value, shift=0): method restart (line 390) | def restart(self) -> None: method rx_fifo (line 405) | def rx_fifo(self) -> int: method tx_fifo (line 415) | def tx_fifo(self) -> int: method init (line 425) | def init( method exec (line 473) | def exec(self, instr) -> None: method get (line 489) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 501) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 512) | def __init__( class PIOASMEmit (line 529) | class PIOASMEmit: method in_ (line 539) | def in_(self, src: int, data) -> _PIO_ASM_Program: method side (line 572) | def side(self, value: int): method out (line 585) | def out(self, destination: int, bit_count: int) -> _PIO_ASM_Program: method jmp (line 623) | def jmp(self, condition, label: Incomplete | None = ...) -> _PIO_ASM_P... method start_pass (line 658) | def start_pass(self, pass_) -> None: method wrap (line 665) | def wrap(self) -> None: method word (line 676) | def word(self, instr, label: Incomplete | None = ...) -> _PIO_ASM_Prog... method wait (line 684) | def wait(self, polarity: int, src: int, index: int, /) -> _PIO_ASM_Pro... method wrap_target (line 719) | def wrap_target(self) -> None: method delay (line 728) | def delay(self, delay: int): method label (line 735) | def label(self, label: str) -> None: method irq (line 750) | def irq(self, mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: method set (line 769) | def set(self, destination: int, data) -> _PIO_ASM_Program: method mov (line 793) | def mov(self, dest, src, operation: int | None = None) -> _PIO_ASM_Pro... method push (line 839) | def push(self, value: int = ..., value2: int = ...) -> _PIO_ASM_Program: method pull (line 858) | def pull(self, block: int = block, timeout: int = 0) -> _PIO_ASM_Program: method nop (line 884) | def nop(self) -> _PIO_ASM_Program: method __init__ (line 892) | def __init__( method __getitem__ (line 907) | def __getitem__(self, key): ... method __getitem__ (line 909) | def __getitem__(self, key: int): ... method __getitem__ (line 911) | def __getitem__(self, key): ... method __getitem__ (line 913) | def __getitem__(self, key: int): ... class Flash (line 915) | class Flash(AbstractBlockDev): method readblocks (line 921) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 931) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 941) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 952) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 967) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 970) | def ioctl(self, op: int) -> int | None: method __init__ (line 977) | def __init__(self) -> None: ... class PIOASMError (line 979) | class PIOASMError(Exception): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> _PIO_ASM_Program: function side (line 121) | def side(value: int) -> _PIO_ASM_Program: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> _PIO_ASM_Program: function nop (line 178) | def nop() -> _PIO_ASM_Program: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> _PIO_ASM_Program: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> _PIO_ASM_Program: function in_ (line 256) | def in_(src, data) -> _PIO_ASM_Program: function out (line 289) | def out(destination: int, bit_count: int) -> _PIO_ASM_Program: function push (line 327) | def push(value: int = ..., value2: int = ...) -> _PIO_ASM_Program: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> _PIO_ASM_Program: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> _PIO_ASM_Program: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: function set (line 438) | def set(destination, data) -> _PIO_ASM_Program: FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/socket.pyi function reset (line 94) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 95) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 96) | def getaddrinfo( function callback (line 146) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 148) | class socket: method recvfrom (line 157) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 165) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 173) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 193) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 212) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 221) | def settimeout(self, value: float | None, /) -> None: method sendall (line 257) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 270) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 278) | def setblocking(self, value: bool, /) -> None: method sendto (line 290) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 297) | def readline(self) -> bytes: method readinto (line 306) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 316) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 326) | def read(self) -> bytes: method read (line 336) | def read(self, size: int, /) -> bytes: method close (line 345) | def close(self) -> None: method connect (line 356) | def connect(self, address: _Address | bytes, /) -> None: method send (line 362) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 370) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 376) | def accept(self) -> Tuple: method write (line 385) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 396) | def __init__( FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_25_0-rp2-rpi_pico_w-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-rp2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0-rp2-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0-rp2-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0-rp2-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-rp2-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0-rp2-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0-rp2-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0-rp2-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0-rp2-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0-rp2-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-rp2-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 143) | def soft_reset() -> NoReturn: function reset (line 150) | def reset() -> NoReturn: function freq (line 158) | def freq() -> int: function freq (line 166) | def freq(hz: int, /) -> None: function freq (line 174) | def freq(self) -> int: function freq (line 182) | def freq( function reset_cause (line 193) | def reset_cause() -> int: function idle (line 199) | def idle() -> None: function time_pulse_us (line 214) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 233) | def lightsleep() -> None: function lightsleep (line 258) | def lightsleep(time_ms: int, /) -> None: function unique_id (line 282) | def unique_id() -> bytes: class Pin (line 291) | class Pin: method low (line 354) | def low(self) -> None: method irq (line 362) | def irq( method toggle (line 416) | def toggle(self) -> Incomplete: method off (line 424) | def off(self) -> None: method on (line 430) | def on(self) -> None: method init (line 436) | def init( method value (line 455) | def value(self) -> int: method value (line 489) | def value(self, x: Any, /) -> None: method high (line 522) | def high(self) -> None: class cpu (line 530) | class cpu: method __init__ (line 561) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 563) | class board: method __init__ (line 592) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 594) | def __init__( method __call__ (line 669) | def __call__(self) -> int: method __call__ (line 677) | def __call__(self, x: Any, /) -> None: method mode (line 685) | def mode(self) -> int: method mode (line 694) | def mode(self, mode: int, /) -> None: method pull (line 703) | def pull(self) -> int: method pull (line 712) | def pull(self, pull: int, /) -> None: method drive (line 721) | def drive(self, drive: int, /) -> None: method drive (line 731) | def drive(self, /) -> int: class PWM (line 743) | class PWM: method duty_u16 (line 795) | def duty_u16(self) -> int: method duty_u16 (line 807) | def duty_u16( method freq (line 823) | def freq(self) -> int: method freq (line 834) | def freq( method init (line 848) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 856) | def duty_ns(self) -> int: method duty_ns (line 866) | def duty_ns( method deinit (line 879) | def deinit(self) -> None: method __init__ (line 885) | def __init__( class ADC (line 910) | class ADC: method read_u16 (line 936) | def read_u16(self) -> int: method __init__ (line 944) | def __init__(self, pin: PinLike, /) -> None: class I2C (line 955) | class I2C: method readfrom_mem_into (line 992) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1004) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1014) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1023) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1034) | def scan(self) -> List: method writeto (line 1042) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1052) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1068) | def start(self) -> None: method readfrom (line 1074) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1082) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1093) | def init(self, *, freq: int = 400_000) -> None: method init (line 1107) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1120) | def stop(self) -> None: method write (line 1126) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1135) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1152) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1169) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2S (line 1182) | class I2S: method shift (line 1258) | def shift( method init (line 1271) | def init( method irq (line 1288) | def irq( method readinto (line 1300) | def readinto( method deinit (line 1313) | def deinit(self) -> None: method write (line 1319) | def write( method __init__ (line 1332) | def __init__( class WDT (line 1374) | class WDT: method feed (line 1390) | def feed(self) -> None: method __init__ (line 1398) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1407) | class RTC: method datetime (line 1424) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1441) | def __init__(self, id: int = 0): method __init__ (line 1447) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1455) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1463) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1471) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1479) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1487) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1495) | def init(self) -> None: method init (line 1510) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1525) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1540) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1555) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1570) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1585) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1600) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1608) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1616) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1624) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1632) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1640) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1648) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1655) | class Timer: method init (line 1682) | def init( method init (line 1690) | def init( method init (line 1698) | def init( method deinit (line 1744) | def deinit(self) -> None: method __init__ (line 1751) | def __init__(self, id: int, /): method __init__ (line 1761) | def __init__( method __init__ (line 1779) | def __init__( method __init__ (line 1797) | def __init__( class UART (line 1814) | class UART: method irq (line 1855) | def irq( method sendbreak (line 1891) | def sendbreak(self) -> None: method deinit (line 1898) | def deinit(self) -> None: method init (line 1909) | def init( method init (line 1978) | def init( method init (line 2041) | def init( method flush (line 2103) | def flush(self) -> Incomplete: method txdone (line 2118) | def txdone(self) -> bool: method read (line 2134) | def read(self) -> bytes | None: method read (line 2145) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2155) | def any(self) -> int: method write (line 2170) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2179) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2190) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2200) | def readline(self) -> Union[str, None]: method __init__ (line 2210) | def __init__( method __init__ (line 2232) | def __init__( method __init__ (line 2248) | def __init__( class USBDevice (line 2263) | class USBDevice: method submit_xfer (line 2276) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2298) | def config( method remote_wakeup (line 2406) | def remote_wakeup(self) -> bool: method stall (line 2415) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2436) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2457) | class BUILTIN_CDC: method __init__ (line 2465) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2467) | class BUILTIN_NONE: method __init__ (line 2473) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2475) | class BUILTIN_DEFAULT: method __init__ (line 2483) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2485) | def __init__(self) -> None: ... class SoftSPI (line 2487) | class SoftSPI(SPI): method deinit (line 2496) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2497) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2498) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2499) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2500) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2501) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2502) | def __init__( class SPI (line 2515) | class SPI: method deinit (line 2572) | def deinit(self) -> None: method init (line 2579) | def init( method init (line 2614) | def init( method write_readinto (line 2646) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2657) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2665) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2674) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2685) | def __init__(self, id: int, /): method __init__ (line 2698) | def __init__( method __init__ (line 2724) | def __init__( class Signal (line 2747) | class Signal(Pin): method off (line 2817) | def off(self) -> None: method on (line 2823) | def on(self) -> None: method value (line 2830) | def value(self) -> int: method value (line 2850) | def value(self, x: Any, /) -> None: method __init__ (line 2870) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2890) | def __init__( class SoftI2C (line 2920) | class SoftI2C(I2C): method readfrom_mem_into (line 2933) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2934) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2935) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2936) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2937) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2938) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2939) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2940) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2941) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2942) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2943) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2944) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2945) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2946) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2948) | class SDCard: method readblocks (line 2950) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2960) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2970) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2981) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0-rp2-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-rp2-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-rp2-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0-rp2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0-rp2-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-rp2-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0-rp2-stubs/rp2/__init__.pyi function asm_pio_encode (line 69) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 79) | def bootsel_button() -> int: function asm_pio (line 92) | def asm_pio( function const (line 143) | def const(*args, **kwargs) -> Incomplete: ... class Flash (line 145) | class Flash(AbstractBlockDev): method readblocks (line 151) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 161) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 171) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 182) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 197) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 200) | def ioctl(self, op: int) -> int | None: method __init__ (line 207) | def __init__(self) -> None: ... class DMA (line 209) | class DMA: method irq (line 214) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 220) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 235) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 294) | def close(self) -> None: method config (line 301) | def config( method active (line 329) | def active(self, value: Any | None = None) -> bool: method __init__ (line 340) | def __init__( class StateMachine (line 349) | class StateMachine: method irq (line 359) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 367) | def put(self, value, shift=0): method restart (line 383) | def restart(self) -> None: method rx_fifo (line 398) | def rx_fifo(self) -> int: method tx_fifo (line 408) | def tx_fifo(self) -> int: method init (line 418) | def init( method exec (line 466) | def exec(self, instr) -> None: method get (line 482) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 494) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 505) | def __init__( class PIO (line 522) | class PIO: method state_machine (line 543) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 555) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 565) | def irq( method add_program (line 580) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 590) | def __init__(self, id) -> None: ... class PIOASMError (line 592) | class PIOASMError(Exception): ... class PIOASMEmit (line 594) | class PIOASMEmit: method in_ (line 604) | def in_(self, src: int, data) -> _PIO_ASM_Program: method side (line 637) | def side(self, value: int): method out (line 650) | def out(self, destination: int, bit_count: int) -> _PIO_ASM_Program: method jmp (line 688) | def jmp(self, condition, label: Incomplete | None = ...) -> _PIO_ASM_P... method start_pass (line 723) | def start_pass(self, pass_) -> None: method wrap (line 730) | def wrap(self) -> None: method word (line 741) | def word(self, instr, label: Incomplete | None = ...) -> _PIO_ASM_Prog... method wait (line 749) | def wait(self, polarity: int, src: int, index: int, /) -> _PIO_ASM_Pro... method wrap_target (line 784) | def wrap_target(self) -> None: method delay (line 793) | def delay(self, delay: int): method label (line 800) | def label(self, label: str) -> None: method irq (line 815) | def irq(self, mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: method set (line 834) | def set(self, destination: int, data) -> _PIO_ASM_Program: method mov (line 858) | def mov(self, dest, src, operation: int | None = None) -> _PIO_ASM_Pro... method push (line 904) | def push(self, value: int = ..., value2: int = ...) -> _PIO_ASM_Program: method pull (line 923) | def pull(self, block: int = block, timeout: int = 0) -> _PIO_ASM_Program: method nop (line 949) | def nop(self) -> _PIO_ASM_Program: method __init__ (line 957) | def __init__( method __getitem__ (line 972) | def __getitem__(self, key): ... method __getitem__ (line 974) | def __getitem__(self, key: int): ... method __getitem__ (line 976) | def __getitem__(self, key): ... method __getitem__ (line 978) | def __getitem__(self, key: int): ... FILE: publish/micropython-v1_25_0-rp2-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> _PIO_ASM_Program: function side (line 121) | def side(value: int) -> _PIO_ASM_Program: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> _PIO_ASM_Program: function nop (line 178) | def nop() -> _PIO_ASM_Program: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> _PIO_ASM_Program: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> _PIO_ASM_Program: function in_ (line 256) | def in_(src, data) -> _PIO_ASM_Program: function out (line 289) | def out(destination: int, bit_count: int) -> _PIO_ASM_Program: function push (line 327) | def push(value: int = ..., value2: int = ...) -> _PIO_ASM_Program: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> _PIO_ASM_Program: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> _PIO_ASM_Program: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: function set (line 438) | def set(destination, data) -> _PIO_ASM_Program: FILE: publish/micropython-v1_25_0-rp2-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-rp2-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-rp2-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0-rp2-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-rp2-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-rp2-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 82) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 83) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 84) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 85) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 86) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/gc.pyi function isenabled (line 19) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 20) | def mem_free() -> int: function mem_alloc (line 32) | def mem_alloc() -> int: function collect (line 43) | def collect() -> None: function enable (line 49) | def enable() -> None: function disable (line 55) | def disable() -> None: function threshold (line 63) | def threshold() -> int: function threshold (line 89) | def threshold(amount: int) -> None: FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 143) | def reset_cause() -> int: function soft_reset (line 149) | def soft_reset() -> NoReturn: function freq (line 157) | def freq() -> int: function freq (line 165) | def freq(hz: int, /) -> None: function freq (line 173) | def freq(self) -> int: function freq (line 181) | def freq( function reset (line 192) | def reset() -> NoReturn: function time_pulse_us (line 199) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 218) | def lightsleep() -> None: function lightsleep (line 243) | def lightsleep(time_ms: int, /) -> None: function idle (line 267) | def idle() -> None: function unique_id (line 282) | def unique_id() -> bytes: class Pin (line 291) | class Pin: method irq (line 348) | def irq( method toggle (line 402) | def toggle(self) -> Incomplete: method init (line 410) | def init( method on (line 428) | def on(self) -> None: method low (line 434) | def low(self) -> None: method off (line 442) | def off(self) -> None: method high (line 448) | def high(self) -> None: method value (line 457) | def value(self) -> int: method value (line 491) | def value(self, x: Any, /) -> None: method disable (line 524) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 526) | def drive(self, drive: int, /) -> None: method drive (line 536) | def drive(self, /) -> int: class board (line 544) | class board: method __init__ (line 614) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 616) | class cpu: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 718) | def __init__( method __call__ (line 793) | def __call__(self) -> int: method __call__ (line 801) | def __call__(self, x: Any, /) -> None: method mode (line 809) | def mode(self) -> int: method mode (line 818) | def mode(self, mode: int, /) -> None: method pull (line 827) | def pull(self) -> int: method pull (line 836) | def pull(self, pull: int, /) -> None: class PWM (line 848) | class PWM: method duty_u16 (line 900) | def duty_u16(self) -> int: method duty_u16 (line 912) | def duty_u16( method freq (line 928) | def freq(self) -> int: method freq (line 939) | def freq( method init (line 953) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 961) | def duty_ns(self) -> int: method duty_ns (line 971) | def duty_ns( method deinit (line 984) | def deinit(self) -> None: method __init__ (line 990) | def __init__( class ADC (line 1015) | class ADC: method read_u16 (line 1041) | def read_u16(self) -> int: method deinit (line 1049) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1050) | def __init__(self, pin: PinLike, /) -> None: class DAC (line 1061) | class DAC: method write (line 1062) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1063) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1065) | class I2C: method readfrom_mem_into (line 1102) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1114) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1124) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1133) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1144) | def scan(self) -> List: method writeto (line 1152) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1162) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1178) | def start(self) -> None: method readfrom (line 1184) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1192) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1203) | def init(self, *, freq: int = 400_000) -> None: method init (line 1217) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1230) | def stop(self) -> None: method write (line 1236) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1245) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1262) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1279) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1292) | class WDT: method timeout_ms (line 1308) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 1309) | def feed(self) -> None: method __init__ (line 1317) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1326) | class RTC: method datetime (line 1343) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method init (line 1360) | def init(self) -> None: method init (line 1375) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1390) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1405) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1420) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1435) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1450) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method calibration (line 1464) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1466) | def __init__(self, id: int = 0): method __init__ (line 1472) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1480) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1488) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1496) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1504) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1512) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1520) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1528) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1536) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1544) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1552) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1560) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1568) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1575) | class Timer: method init (line 1602) | def init( method init (line 1610) | def init( method init (line 1618) | def init( method deinit (line 1664) | def deinit(self) -> None: method __init__ (line 1671) | def __init__(self, id: int, /): method __init__ (line 1681) | def __init__( method __init__ (line 1699) | def __init__( method __init__ (line 1717) | def __init__( class UART (line 1734) | class UART: method irq (line 1773) | def irq( method sendbreak (line 1809) | def sendbreak(self) -> None: method init (line 1817) | def init( method init (line 1886) | def init( method init (line 1949) | def init( method deinit (line 2011) | def deinit(self) -> None: method flush (line 2021) | def flush(self) -> Incomplete: method txdone (line 2036) | def txdone(self) -> bool: method read (line 2052) | def read(self) -> bytes | None: method read (line 2063) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2073) | def any(self) -> int: method write (line 2088) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2097) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2108) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2118) | def readline(self) -> Union[str, None]: method __init__ (line 2128) | def __init__( method __init__ (line 2150) | def __init__( method __init__ (line 2166) | def __init__( class USBDevice (line 2181) | class USBDevice: method submit_xfer (line 2194) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2216) | def config( method remote_wakeup (line 2324) | def remote_wakeup(self) -> bool: method stall (line 2333) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2354) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2375) | class BUILTIN_CDC: method __init__ (line 2383) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2385) | class BUILTIN_NONE: method __init__ (line 2391) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2393) | class BUILTIN_DEFAULT: method __init__ (line 2401) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2403) | def __init__(self) -> None: ... class SoftSPI (line 2405) | class SoftSPI(SPI): method deinit (line 2414) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2415) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2416) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2417) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2418) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2419) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2420) | def __init__( class SPI (line 2433) | class SPI: method deinit (line 2490) | def deinit(self) -> None: method init (line 2497) | def init( method init (line 2532) | def init( method write_readinto (line 2564) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2575) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2583) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2592) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2603) | def __init__(self, id: int, /): method __init__ (line 2616) | def __init__( method __init__ (line 2642) | def __init__( class Signal (line 2665) | class Signal(Pin): method off (line 2735) | def off(self) -> None: method on (line 2741) | def on(self) -> None: method value (line 2748) | def value(self) -> int: method value (line 2768) | def value(self, x: Any, /) -> None: method __init__ (line 2788) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2808) | def __init__( class SoftI2C (line 2838) | class SoftI2C(I2C): method readfrom_mem_into (line 2851) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2852) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2853) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2854) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2855) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2856) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2857) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2858) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2859) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2860) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2861) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2862) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2863) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2864) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2866) | class SDCard: method readblocks (line 2868) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2878) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2888) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2899) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-samd-seeed_wio_terminal-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0-samd-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-samd-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-samd-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0-samd-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 82) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 83) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 84) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 85) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 86) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-samd-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0-samd-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0-samd-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0-samd-stubs/gc.pyi function isenabled (line 19) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 20) | def mem_free() -> int: function mem_alloc (line 32) | def mem_alloc() -> int: function collect (line 43) | def collect() -> None: function enable (line 49) | def enable() -> None: function disable (line 55) | def disable() -> None: function threshold (line 63) | def threshold() -> int: function threshold (line 89) | def threshold(amount: int) -> None: FILE: publish/micropython-v1_25_0-samd-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0-samd-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-samd-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 143) | def reset_cause() -> int: function soft_reset (line 149) | def soft_reset() -> NoReturn: function freq (line 157) | def freq() -> int: function freq (line 165) | def freq(hz: int, /) -> None: function freq (line 173) | def freq(self) -> int: function freq (line 181) | def freq( function reset (line 192) | def reset() -> NoReturn: function time_pulse_us (line 199) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 218) | def lightsleep() -> None: function lightsleep (line 243) | def lightsleep(time_ms: int, /) -> None: function idle (line 267) | def idle() -> None: function unique_id (line 282) | def unique_id() -> bytes: class Pin (line 291) | class Pin: method irq (line 348) | def irq( method toggle (line 402) | def toggle(self) -> Incomplete: method init (line 410) | def init( method on (line 428) | def on(self) -> None: method low (line 434) | def low(self) -> None: method off (line 442) | def off(self) -> None: method high (line 448) | def high(self) -> None: method value (line 457) | def value(self) -> int: method value (line 491) | def value(self, x: Any, /) -> None: method disable (line 524) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 526) | def drive(self, drive: int, /) -> None: method drive (line 536) | def drive(self, /) -> int: class board (line 544) | class board: method __init__ (line 614) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 616) | class cpu: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 718) | def __init__( method __call__ (line 793) | def __call__(self) -> int: method __call__ (line 801) | def __call__(self, x: Any, /) -> None: method mode (line 809) | def mode(self) -> int: method mode (line 818) | def mode(self, mode: int, /) -> None: method pull (line 827) | def pull(self) -> int: method pull (line 836) | def pull(self, pull: int, /) -> None: class PWM (line 848) | class PWM: method duty_u16 (line 900) | def duty_u16(self) -> int: method duty_u16 (line 912) | def duty_u16( method freq (line 928) | def freq(self) -> int: method freq (line 939) | def freq( method init (line 953) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 961) | def duty_ns(self) -> int: method duty_ns (line 971) | def duty_ns( method deinit (line 984) | def deinit(self) -> None: method __init__ (line 990) | def __init__( class ADC (line 1015) | class ADC: method read_u16 (line 1041) | def read_u16(self) -> int: method deinit (line 1049) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1050) | def __init__(self, pin: PinLike, /) -> None: class DAC (line 1061) | class DAC: method write (line 1062) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1063) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1065) | class I2C: method readfrom_mem_into (line 1102) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1114) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1124) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1133) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1144) | def scan(self) -> List: method writeto (line 1152) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1162) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1178) | def start(self) -> None: method readfrom (line 1184) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1192) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1203) | def init(self, *, freq: int = 400_000) -> None: method init (line 1217) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1230) | def stop(self) -> None: method write (line 1236) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1245) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1262) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1279) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1292) | class WDT: method timeout_ms (line 1308) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 1309) | def feed(self) -> None: method __init__ (line 1317) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1326) | class RTC: method datetime (line 1343) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method init (line 1360) | def init(self) -> None: method init (line 1375) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1390) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1405) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1420) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1435) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1450) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method calibration (line 1464) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1466) | def __init__(self, id: int = 0): method __init__ (line 1472) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1480) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1488) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1496) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1504) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1512) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1520) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1528) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1536) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1544) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1552) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1560) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1568) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1575) | class Timer: method init (line 1602) | def init( method init (line 1610) | def init( method init (line 1618) | def init( method deinit (line 1664) | def deinit(self) -> None: method __init__ (line 1671) | def __init__(self, id: int, /): method __init__ (line 1681) | def __init__( method __init__ (line 1699) | def __init__( method __init__ (line 1717) | def __init__( class UART (line 1734) | class UART: method irq (line 1773) | def irq( method sendbreak (line 1809) | def sendbreak(self) -> None: method init (line 1817) | def init( method init (line 1886) | def init( method init (line 1949) | def init( method deinit (line 2011) | def deinit(self) -> None: method flush (line 2021) | def flush(self) -> Incomplete: method txdone (line 2036) | def txdone(self) -> bool: method read (line 2052) | def read(self) -> bytes | None: method read (line 2063) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2073) | def any(self) -> int: method write (line 2088) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2097) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2108) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2118) | def readline(self) -> Union[str, None]: method __init__ (line 2128) | def __init__( method __init__ (line 2150) | def __init__( method __init__ (line 2166) | def __init__( class USBDevice (line 2181) | class USBDevice: method submit_xfer (line 2194) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2216) | def config( method remote_wakeup (line 2324) | def remote_wakeup(self) -> bool: method stall (line 2333) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2354) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2375) | class BUILTIN_CDC: method __init__ (line 2383) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2385) | class BUILTIN_NONE: method __init__ (line 2391) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2393) | class BUILTIN_DEFAULT: method __init__ (line 2401) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2403) | def __init__(self) -> None: ... class SoftSPI (line 2405) | class SoftSPI(SPI): method deinit (line 2414) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2415) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2416) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2417) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2418) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2419) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2420) | def __init__( class SPI (line 2433) | class SPI: method deinit (line 2490) | def deinit(self) -> None: method init (line 2497) | def init( method init (line 2532) | def init( method write_readinto (line 2564) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2575) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2583) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2592) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2603) | def __init__(self, id: int, /): method __init__ (line 2616) | def __init__( method __init__ (line 2642) | def __init__( class Signal (line 2665) | class Signal(Pin): method off (line 2735) | def off(self) -> None: method on (line 2741) | def on(self) -> None: method value (line 2748) | def value(self) -> int: method value (line 2768) | def value(self, x: Any, /) -> None: method __init__ (line 2788) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2808) | def __init__( class SoftI2C (line 2838) | class SoftI2C(I2C): method readfrom_mem_into (line 2851) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2852) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2853) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2854) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2855) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2856) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2857) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2858) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2859) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2860) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2861) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2862) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2863) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2864) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2866) | class SDCard: method readblocks (line 2868) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2878) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2888) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2899) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0-samd-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-samd-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-samd-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0-samd-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-samd-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0-samd-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-samd-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-samd-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-samd-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0-samd-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-samd-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-samd-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-samd-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-samd-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/binascii.pyi function crc32 (line 28) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function a2b_hex (line 36) | def a2b_hex(*args, **kwargs) -> Incomplete: ... function b2a_base64 (line 37) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 45) | def a2b_base64(data: str | bytes, /) -> bytes: function b2a_hex (line 53) | def b2a_hex(*args, **kwargs) -> Incomplete: ... function hexlify (line 54) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 64) | def unhexlify(data: str | bytes, /) -> bytes: function _transform (line 71) | def _transform(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/lcd160cr.pyi function calcsize (line 30) | def calcsize(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 31) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function const (line 32) | def const(*args, **kwargs) -> Incomplete: ... function pack_into (line 33) | def pack_into(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 35) | class LCD160CR: method set_brightness (line 54) | def set_brightness(self, value: int, /) -> None: method screen_dump (line 60) | def screen_dump( method screen_load (line 79) | def screen_load(self, buf: AnyReadableBuf, /) -> None: method set_orient (line 85) | def set_orient(self, orient: str, /) -> None: method set_font (line 92) | def set_font( method set_i2c_addr (line 121) | def set_i2c_addr(self, addr: int, /) -> None: method rect_interior (line 128) | def rect_interior(self, x: int, y: int, w: int, h: int, /) -> None: method rect_no_clip (line 137) | def rect_no_clip(self, x: int, y: int, w: int, h: int, /) -> None: method save_to_flash (line 144) | def save_to_flash(self) -> None: method rect_interior_no_clip (line 151) | def rect_interior_no_clip(self, x: int, y: int, w: int, h: int, /) -> ... method rgb (line 159) | def rgb(r: int, g: int, b: int, /) -> int: method rect_outline (line 168) | def rect_outline(self, x: int, y: int, w: int, h: int, /) -> None: method rect_outline_no_clip (line 176) | def rect_outline_no_clip(self, x: int, y: int, w: int, h: int, /) -> N... method set_startup_deco (line 183) | def set_startup_deco(self, value: bool | str, /) -> None: method set_scroll_win_param (line 190) | def set_scroll_win_param(self, win: int, param: int, value: int, /) ->... method set_spi_win (line 201) | def set_spi_win(self, x: int, y: int, w: int, h: int, /) -> None: method show_framebuf (line 207) | def show_framebuf(self, buf: AnyReadableBuf, /) -> None: method set_text_color (line 219) | def set_text_color(self, fg: int, bg: int, /) -> None: method set_uart_baudrate (line 225) | def set_uart_baudrate(self, baudrate: int, /) -> None: method set_pen (line 231) | def set_pen(self, line: int, fill: int, /) -> None: method set_pos (line 237) | def set_pos(self, x: int, y: int, /) -> None: method set_scroll_win (line 244) | def set_scroll_win( method set_pixel (line 274) | def set_pixel(self, x: int, y: int, c: int, /) -> None: method set_scroll_buf (line 281) | def set_scroll_buf(self, s: str, /) -> None: method set_power (line 288) | def set_power(self, on: bool, /) -> None: method set_scroll (line 295) | def set_scroll(self, on: bool, /) -> None: method touch_config (line 302) | def touch_config(self, calib: bool = False, save: bool = False, irq: b... method clip_line (line 319) | def clip_line(data: Any, w: int, h: int, /) -> int: method _send (line 325) | def _send(self, *args, **kwargs) -> Incomplete: ... method _waitfor (line 326) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method erase (line 327) | def erase(self) -> None: method dot (line 333) | def dot(self, x: int, y: int, /) -> None: method dot_no_clip (line 339) | def dot_no_clip(self, x: int, y: int, /) -> None: method poly_line (line 346) | def poly_line(self, data: AnyReadableBuf, /) -> None: method line (line 352) | def line(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method _fcmd2b (line 358) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 359) | def write(self, s: str, /) -> None: method _fcmd2 (line 367) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rect (line 368) | def rect(self, x: int, y: int, w: int, h: int, /) -> None: method reset (line 376) | def reset(self) -> None: method jpeg_start (line 382) | def jpeg_start(self, total_len: int, /) -> None: method jpeg (line 390) | def jpeg(self, buf: AnyReadableBuf, /) -> None: method jpeg_data (line 399) | def jpeg_data(self, buf: AnyReadableBuf, /) -> None: method poly_dot (line 408) | def poly_dot(self, data: AnyReadableBuf, /) -> None: method line_no_clip (line 416) | def line_no_clip(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method oflush (line 424) | def oflush(self, *args, **kwargs) -> Incomplete: ... method fast_spi (line 425) | def fast_spi(self, flush: bool = True, /) -> SPI: method get_line (line 439) | def get_line(self, x: int, y: int, buf: AnyWritableBuf, /) -> None: method is_touched (line 448) | def is_touched(self) -> bool: method feed_wdt (line 455) | def feed_wdt(self) -> None: method iflush (line 463) | def iflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 464) | def get_pixel(self, x: int, y: int, /) -> int: method get_touch (line 470) | def get_touch(self) -> Tuple: method __init__ (line 479) | def __init__(self, connect: str, /): method __init__ (line 516) | def __init__(self, *, pwr: Pin, i2c: I2C, spi: SPI, i2c_addr: int = 98): FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/machine.pyi function freq (line 42) | def freq() -> int: function freq (line 50) | def freq(self) -> int: function freq (line 61) | def freq( function freq (line 76) | def freq(hz: int, /) -> None: function freq (line 84) | def freq(self) -> int: function freq (line 92) | def freq( function idle (line 103) | def idle() -> None: function info (line 118) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 119) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 120) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 128) | def disable_irq() -> bool: function deepsleep (line 138) | def deepsleep() -> NoReturn: function deepsleep (line 163) | def deepsleep(time_ms: int, /) -> NoReturn: function soft_reset (line 187) | def soft_reset() -> NoReturn: function sleep (line 195) | def sleep() -> None: function time_pulse_us (line 201) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 220) | def lightsleep() -> None: function lightsleep (line 245) | def lightsleep(time_ms: int, /) -> None: function reset (line 269) | def reset() -> NoReturn: function rng (line 276) | def rng() -> int: function reset_cause (line 284) | def reset_cause() -> int: function unique_id (line 290) | def unique_id() -> bytes: function bootloader (line 299) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 309) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 333) | class RTC: method info (line 350) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 352) | def init(self) -> None: method init (line 367) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 382) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 397) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 412) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 427) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 442) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method wakeup (line 456) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 457) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method calibration (line 473) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 475) | def __init__(self, id: int = 0): method __init__ (line 481) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 489) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 497) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 505) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 513) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 521) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 529) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 537) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 545) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 553) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 561) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 569) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 577) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Pin (line 584) | class Pin: method mode (line 670) | def mode(self) -> int: method mode (line 679) | def mode(self, mode: int, /) -> None: method name (line 687) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 689) | def pull(self) -> int: method pull (line 698) | def pull(self, pull: int, /) -> None: method low (line 706) | def low(self) -> None: method irq (line 714) | def irq( method pin (line 768) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 769) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 770) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 771) | def on(self) -> None: method off (line 777) | def off(self) -> None: method init (line 783) | def init( method af_list (line 801) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 802) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 804) | def value(self) -> int: method value (line 838) | def value(self, x: Any, /) -> None: method high (line 871) | def high(self) -> None: method gpio (line 879) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 881) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 883) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 885) | class cpu: method __init__ (line 933) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 936) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 938) | class board: method __init__ (line 988) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 990) | def __init__( method __call__ (line 1065) | def __call__(self) -> int: method __call__ (line 1073) | def __call__(self, x: Any, /) -> None: method drive (line 1081) | def drive(self, drive: int, /) -> None: method drive (line 1091) | def drive(self, /) -> int: class SPI (line 1099) | class SPI: method deinit (line 1156) | def deinit(self) -> None: method init (line 1163) | def init( method init (line 1198) | def init( method write_readinto (line 1230) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 1241) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 1249) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 1258) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 1269) | def __init__(self, id: int, /): method __init__ (line 1282) | def __init__( method __init__ (line 1308) | def __init__( class ADC (line 1333) | class ADC: method read_u16 (line 1359) | def read_u16(self) -> int: method __init__ (line 1367) | def __init__(self, pin: PinLike, /) -> None: class I2S (line 1378) | class I2S: method shift (line 1454) | def shift( method init (line 1467) | def init( method irq (line 1484) | def irq( method readinto (line 1496) | def readinto( method deinit (line 1509) | def deinit(self) -> None: method write (line 1515) | def write( method __init__ (line 1528) | def __init__( class I2C (line 1570) | class I2C: method readfrom_mem_into (line 1607) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1619) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1629) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1638) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1649) | def scan(self) -> List: method writeto (line 1657) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1667) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1683) | def start(self) -> None: method readfrom (line 1689) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1697) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1708) | def init(self, *, freq: int = 400_000) -> None: method init (line 1722) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1735) | def stop(self) -> None: method write (line 1741) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1750) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1767) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1784) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1797) | class WDT: method feed (line 1813) | def feed(self) -> None: method __init__ (line 1821) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1830) | class Timer: method init (line 1857) | def init( method init (line 1865) | def init( method init (line 1873) | def init( method deinit (line 1919) | def deinit(self) -> None: method __init__ (line 1926) | def __init__(self, id: int, /): method __init__ (line 1936) | def __init__( method __init__ (line 1954) | def __init__( method __init__ (line 1972) | def __init__( class SoftSPI (line 1989) | class SoftSPI(SPI): method deinit (line 1998) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1999) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2000) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2001) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2002) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2003) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2004) | def __init__( class UART (line 2017) | class UART: method flush (line 2056) | def flush(self) -> Incomplete: method sendbreak (line 2071) | def sendbreak(self) -> None: method txdone (line 2078) | def txdone(self) -> bool: method init (line 2094) | def init( method init (line 2163) | def init( method init (line 2226) | def init( method readchar (line 2288) | def readchar(self, *args, **kwargs) -> Incomplete: ... method irq (line 2289) | def irq( method writechar (line 2325) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 2327) | def read(self) -> bytes | None: method read (line 2338) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 2348) | def deinit(self) -> None: method any (line 2358) | def any(self) -> int: method write (line 2373) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2382) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2393) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2403) | def readline(self) -> Union[str, None]: method __init__ (line 2413) | def __init__( method __init__ (line 2435) | def __init__( method __init__ (line 2451) | def __init__( class SoftI2C (line 2469) | class SoftI2C(I2C): method readfrom_mem_into (line 2482) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2483) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2484) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2485) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2486) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2487) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2488) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2489) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2490) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2491) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2492) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2493) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2494) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2495) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class Signal (line 2497) | class Signal(Pin): method off (line 2567) | def off(self) -> None: method on (line 2573) | def on(self) -> None: method value (line 2580) | def value(self) -> int: method value (line 2600) | def value(self, x: Any, /) -> None: method __init__ (line 2620) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2640) | def __init__( class PWM (line 2670) | class PWM: method freq (line 2672) | def freq(self) -> int: method freq (line 2683) | def freq( method duty_u16 (line 2698) | def duty_u16(self) -> int: method duty_u16 (line 2710) | def duty_u16( method duty_ns (line 2726) | def duty_ns(self) -> int: method duty_ns (line 2736) | def duty_ns( class SDCard (line 2749) | class SDCard: method readblocks (line 2751) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2761) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2771) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2782) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/network.pyi function hostname (line 58) | def hostname(name: Optional[Any] = None) -> Incomplete: function route (line 86) | def route(*args, **kwargs) -> Incomplete: ... function country (line 87) | def country(code: Optional[Any] = None) -> Incomplete: class LAN (line 100) | class LAN: method active (line 102) | def active(self, /) -> bool: method active (line 110) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 117) | class WLAN: method active (line 119) | def active(self, /) -> bool: method active (line 127) | def active(self, is_active: bool | int, /) -> None: method status (line 135) | def status(self) -> int: method status (line 165) | def status(self, param: str, /) -> int: method ifconfig (line 195) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 206) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 217) | def config(self, param: str, /) -> Any: method config (line 252) | def config(self, **kwargs: Any) -> None: class WLANWiPy (line 286) | class WLANWiPy: method __init__ (line 288) | def __init__(self, id: int = 0, /): method __init__ (line 302) | def __init__( method mode (line 326) | def mode(self) -> int: method mode (line 332) | def mode(self, mode: int, /) -> None: method ssid (line 338) | def ssid(self) -> str: method ssid (line 344) | def ssid(self, ssid: str, /) -> None: method auth (line 350) | def auth(self) -> int: method auth (line 356) | def auth(self, auth: int, /) -> None: method channel (line 362) | def channel(self) -> int: method channel (line 368) | def channel(self, channel: int, /) -> None: method antenna (line 374) | def antenna(self) -> int: method antenna (line 380) | def antenna(self, antenna: int, /) -> None: method mac (line 386) | def mac(self) -> bytes: method mac (line 392) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 397) | class AbstractNIC: method active (line 400) | def active(self, /) -> bool: method active (line 411) | def active(self, is_active: bool | int, /) -> None: method connect (line 422) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 441) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 460) | def status(self) -> Any: method status (line 478) | def status(self, param: str, /) -> Any: method ifconfig (line 496) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 510) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 524) | def config(self, param: str, /) -> Any: method config (line 543) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/pyb.pyi function hard_reset (line 27) | def hard_reset() -> NoReturn: function have_cdc (line 35) | def have_cdc() -> bool: function hid (line 45) | def hid(data: tuple[int, int, int, int], /) -> None: function hid (line 55) | def hid(data: Sequence[int], /) -> None: function info (line 64) | def info() -> None: function info (line 70) | def info(dump_alloc_table: bytes, /) -> None: function info (line 76) | def info(self) -> list[int]: function info (line 82) | def info(self, list: list[int], /) -> list[int]: function wfi (line 87) | def wfi() -> None: function elapsed_micros (line 99) | def elapsed_micros(start: int, /) -> int: function freq (line 116) | def freq() -> tuple[int, int, int, int]: function freq (line 156) | def freq(sysclk: int, /) -> None: function freq (line 196) | def freq(sysclk: int, hclk: int, /) -> None: function freq (line 236) | def freq(sysclk: int, hclk: int, pclk1: int, /) -> None: function freq (line 276) | def freq(sysclk: int, hclk: int, pclk1: int, pclk2: int, /) -> None: function freq (line 316) | def freq(self) -> int: function freq (line 356) | def freq(self, value: int, /) -> None: function disable_irq (line 395) | def disable_irq() -> bool: function fault_debug (line 404) | def fault_debug(value: bool = False) -> None: function elapsed_millis (line 419) | def elapsed_millis(start: int, /) -> int: function enable_irq (line 434) | def enable_irq(state: bool = True, /) -> None: function sync (line 444) | def sync() -> None: function servo (line 450) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 451) | def standby() -> None: function usb_mode (line 466) | def usb_mode() -> str: function usb_mode (line 508) | def usb_mode( function udelay (line 558) | def udelay(us: int, /) -> None: function unique_id (line 564) | def unique_id() -> str: function micros (line 570) | def micros() -> int: function mount (line 585) | def mount( function mount (line 627) | def mount( function rng (line 668) | def rng() -> int: function millis (line 674) | def millis() -> int: function repl_uart (line 689) | def repl_uart() -> UART | None: function repl_uart (line 695) | def repl_uart(uart: UART, /) -> None: function pwm (line 700) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 701) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 702) | def stop() -> None: function delay (line 714) | def delay(ms: int, /) -> None: function main (line 720) | def main(filename: str, /) -> None: function bootloader (line 730) | def bootloader() -> None: function country (line 736) | def country(*args, **kwargs) -> Incomplete: ... class DAC (line 738) | class DAC: method noise (line 785) | def noise(self, freq: int, /) -> None: method write_timed (line 792) | def write_timed(self, data: AnyWritableBuf, freq: int | Timer, /, *, m... method triangle (line 814) | def triangle(self, freq: int, /) -> None: method write (line 822) | def write(self, value: int, /) -> None: method init (line 830) | def init(self, bits: int = 8, *, buffering: bool | None = None) -> None: method deinit (line 838) | def deinit(self) -> None: method __init__ (line 844) | def __init__(self, port: int | Pin, /, bits: int = 8, *, buffering: bo... class ExtInt (line 869) | class ExtInt: method line (line 921) | def line(self) -> int: method regs (line 928) | def regs() -> None: method swint (line 934) | def swint(self) -> None: method enable (line 940) | def enable(self) -> None: method disable (line 946) | def disable(self) -> None: method __init__ (line 953) | def __init__( class Flash (line 977) | class Flash(AbstractBlockDev): method readblocks (line 989) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 999) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1009) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1020) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 1034) | def ioctl(self, op: int, arg: int) -> int | None: method __init__ (line 1044) | def __init__(self): method __init__ (line 1056) | def __init__(self, *, start: int = -1, len: int = -1): class I2C (line 1063) | class I2C: method scan (line 1119) | def scan(self) -> List: method mem_read (line 1127) | def mem_read( method mem_read (line 1151) | def mem_read( method mem_write (line 1174) | def mem_write( method recv (line 1199) | def recv( method recv (line 1220) | def recv( method is_ready (line 1240) | def is_ready(self, addr: int, /) -> bool: method send (line 1246) | def send( method deinit (line 1264) | def deinit(self) -> None: method init (line 1270) | def init( method __init__ (line 1298) | def __init__( class LCD (line 1330) | class LCD: method fill (line 1366) | def fill(self, colour: int, /) -> None: method light (line 1374) | def light(self, value: bool | int, /) -> None: method pixel (line 1380) | def pixel(self, x: int, y: int, colour: int, /) -> None: method show (line 1388) | def show(self) -> None: method text (line 1394) | def text(self, str: str, x: int, y: int, colour: int, /) -> None: method contrast (line 1402) | def contrast(self, value: int, /) -> None: method get (line 1408) | def get(self, x: int, y: int, /) -> int: method write (line 1416) | def write(self, str: str, /) -> None: method command (line 1422) | def command(self, inst_data: int, buf: bytes, /) -> None: method __init__ (line 1430) | def __init__(self, skin_position: str, /) -> None: class CAN (line 1436) | class CAN: method restart (line 1469) | def restart(self) -> None: method recv (line 1483) | def recv(self, fifo: int, /, *, timeout: int = 5000) -> tuple[int, boo... method recv (line 1519) | def recv(self, fifo: int, list: None, /, *, timeout: int = 5000) -> tu... method recv (line 1555) | def recv(self, fifo: int, list: list[int | bool | memoryview], /, *, t... method init (line 1590) | def init( method rxcallback (line 1667) | def rxcallback(self, fifo: int, fun: Callable[[CAN], None], /) -> None: method setfilter (line 1704) | def setfilter(self, bank: int, mode: int, fifo: int, params: Sequence[... method setfilter (line 1761) | def setfilter( method state (line 1826) | def state(self) -> int: method send (line 1842) | def send( method any (line 1879) | def any(self, fifo: int, /) -> bool: method info (line 1886) | def info(self) -> list[int]: method info (line 1910) | def info(self, list: list[int], /) -> list[int]: method clearfilter (line 1933) | def clearfilter(self, bank: int, /) -> None: method deinit (line 1943) | def deinit(self) -> None: method __init__ (line 1949) | def __init__( class ADC (line 1975) | class ADC: method read_timed (line 1993) | def read_timed(self, buf: AnyWritableBuf, timer: Timer | int, /) -> None: method read_timed_multi (line 2032) | def read_timed_multi(adcs: tuple[ADC, ...], bufs: tuple[AnyWritableBuf... method read (line 2085) | def read(self) -> int: method __init__ (line 2092) | def __init__(self, pin: int | Pin, /) -> None: class ADCAll (line 2098) | class ADCAll: method read_core_vbat (line 2099) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 2100) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 2101) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 2102) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 2103) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2104) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 2106) | class Accel: method x (line 2117) | def x(self) -> int: method tilt (line 2123) | def tilt(self) -> int: method y (line 2129) | def y(self) -> int: method z (line 2135) | def z(self) -> int: method read (line 2141) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 2142) | def filtered_xyz(self) -> Tuple: method write (line 2153) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2154) | def __init__(self) -> None: class USB_VCP (line 2159) | class USB_VCP: method readlines (line 2169) | def readlines(self) -> List: method recv (line 2180) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes | None: method recv (line 2193) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int... method isconnected (line 2205) | def isconnected(self) -> bool: method init (line 2211) | def init(self, *, flow: int = -1) -> None: method irq (line 2219) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 2231) | def setinterrupt(self, chr: int, /) -> None: method close (line 2242) | def close(self) -> None: method read (line 2250) | def read(self) -> bytes | None: method read (line 2261) | def read(self, nbytes, /) -> bytes | None: method any (line 2271) | def any(self) -> bool: method write (line 2277) | def write(self, buf: AnyReadableBuf, /) -> int: method send (line 2285) | def send(self, buf: AnyWritableBuf | bytes | int, /, *, timeout: int =... method readinto (line 2297) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2309) | def readinto(self, buf: AnyWritableBuf, maxlen: int, /) -> int | None: method readline (line 2320) | def readline(self) -> bytes: method __init__ (line 2329) | def __init__(self, id: int = 0, /) -> None: class Timer (line 2335) | class Timer: method freq (line 2408) | def freq(self) -> int: method freq (line 2414) | def freq(self, value: int, /) -> None: method init (line 2420) | def init( method init (line 2485) | def init( method period (line 2551) | def period(self) -> int: method period (line 2557) | def period(self, value: int, /) -> None: method prescaler (line 2563) | def prescaler(self) -> int: method prescaler (line 2569) | def prescaler(self, value: int, /) -> None: method source_freq (line 2574) | def source_freq(self) -> int: method deinit (line 2580) | def deinit(self) -> None: method callback (line 2591) | def callback(self, fun: Callable[[Timer], None] | None, /) -> None: method channel (line 2600) | def channel(self, channel: int, /) -> timerchannel | None: method channel (line 2687) | def channel( method channel (line 2783) | def channel( method channel (line 2879) | def channel( method channel (line 2976) | def channel( method channel (line 3072) | def channel( method counter (line 3167) | def counter(self) -> int: method counter (line 3173) | def counter(self, value: int, /) -> None: method __init__ (line 3179) | def __init__(self, id: int, /): method __init__ (line 3187) | def __init__( method __init__ (line 3205) | def __init__( class Switch (line 3223) | class Switch: method callback (line 3241) | def callback(self, fun: Callable[[], None] | None) -> None: method value (line 3248) | def value(self) -> bool: method __init__ (line 3254) | def __init__(self) -> None: method __call__ (line 3260) | def __call__(self) -> bool: class Servo (line 3267) | class Servo: method speed (line 3294) | def speed(self) -> int: method speed (line 3306) | def speed(self, speed: int, time: int = 0, /) -> None: method speed (line 3318) | def speed(self) -> int: method speed (line 3330) | def speed(self, value: int, /) -> None: method pulse_width (line 3341) | def pulse_width(self, value: Any | None = None) -> Incomplete: method calibration (line 3351) | def calibration(self) -> tuple[int, int, int, int, int]: method calibration (line 3366) | def calibration(self, pulse_min: int, pulse_max: int, pulse_centre: in... method calibration (line 3381) | def calibration( method angle (line 3404) | def angle(self) -> int: method angle (line 3417) | def angle(self, angle: int, time: int = 0, /) -> None: method __init__ (line 3429) | def __init__(self, id: int, /) -> None: class UART (line 3434) | class UART: method flush (line 3480) | def flush(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 3481) | def sendbreak(self) -> None: method txdone (line 3489) | def txdone(self, *args, **kwargs) -> Incomplete: ... method init (line 3490) | def init( method readchar (line 3528) | def readchar(self) -> int: method irq (line 3536) | def irq(self, *args, **kwargs) -> Incomplete: ... method writechar (line 3537) | def writechar(self, char: int, /) -> None: method read (line 3545) | def read(self) -> bytes | None: method read (line 3562) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 3578) | def deinit(self) -> None: method any (line 3584) | def any(self) -> int: method write (line 3590) | def write(self, buf: AnyWritableBuf, /) -> int: method readinto (line 3603) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 3613) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 3622) | def readline(self) -> None: method __init__ (line 3633) | def __init__(self, bus: int | str, /): method __init__ (line 3670) | def __init__( class USB_HID (line 3719) | class USB_HID: method recv (line 3729) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes: method recv (line 3742) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int: method send (line 3754) | def send(self, data: Sequence[int]) -> None: method __init__ (line 3763) | def __init__(self) -> None: class LED (line 3768) | class LED: method toggle (line 3773) | def toggle(self) -> None: method on (line 3780) | def on(self) -> None: method off (line 3786) | def off(self) -> None: method intensity (line 3793) | def intensity(self) -> int: method intensity (line 3807) | def intensity(self, value: int, /) -> None: method __init__ (line 3820) | def __init__(self, id: int, /) -> None: class RTC (line 3827) | class RTC: method info (line 3839) | def info(self) -> int: method init (line 3850) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 3851) | def wakeup(self, timeout: int, callback: Callable[[RTC], None] | None ... method datetime (line 3865) | def datetime(self, datetimetuple: tuple[int, int, int, int, int, int, ... method datetime (line 3884) | def datetime(self, /) -> Tuple: method calibration (line 3903) | def calibration(self) -> int: method calibration (line 3921) | def calibration(self, cal: int, /) -> None: method __init__ (line 3938) | def __init__(self) -> None: class Pin (line 3943) | class Pin: method mode (line 4053) | def mode(self) -> int: method name (line 4061) | def name(self) -> str: method pull (line 4067) | def pull(self) -> int: method low (line 4075) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 4076) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 4077) | def pin(self) -> int: method port (line 4083) | def port(self) -> int: method names (line 4089) | def names(self) -> str: method on (line 4095) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 4096) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 4097) | def init( method af_list (line 4138) | def af_list(self) -> List: method af (line 4144) | def af(self) -> int: method value (line 4153) | def value(self) -> int: method value (line 4164) | def value(self, value: Any, /) -> None: method high (line 4174) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 4175) | def gpio(self) -> int: method dict (line 4183) | def dict() -> Dict[str, Pin]: method dict (line 4190) | def dict(dict: Dict[str, Pin], /) -> None: method debug (line 4197) | def debug() -> bool: method debug (line 4204) | def debug(state: bool, /) -> None: class cpu (line 4209) | class cpu: method __init__ (line 4257) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 4261) | def mapper() -> Callable[[str], Pin]: method mapper (line 4268) | def mapper(fun: Callable[[str], Pin], /) -> None: class board (line 4273) | class board: method __init__ (line 4323) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 4325) | def __init__( method __call__ (line 4341) | def __call__(self) -> int: method __call__ (line 4349) | def __call__(self, x: Any, /) -> None: class SPI (line 4356) | class SPI: method deinit (line 4386) | def deinit(self) -> None: method send_recv (line 4392) | def send_recv( method recv (line 4413) | def recv(self, recv: int | AnyWritableBuf, /, *, timeout: int = 5000) ... method init (line 4427) | def init( method init (line 4466) | def init( method write_readinto (line 4504) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 4505) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 4506) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 4507) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 4508) | def send(self, send: int | AnyWritableBuf | bytes, /, *, timeout: int ... method __init__ (line 4520) | def __init__(self, bus: int, /): method __init__ (line 4538) | def __init__( method __init__ (line 4569) | def __init__( class SDCard (line 4601) | class SDCard: method writeblocks (line 4602) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 4603) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 4604) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 4605) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 4606) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 4607) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 4608) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 4609) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 4610) | def __init__(self, *argv, **kwargs) -> None: ... class timerchannel (line 4612) | class timerchannel: method capture (line 4615) | def capture(self) -> int: method capture (line 4624) | def capture(self, value: int, /) -> None: method compare (line 4633) | def compare(self) -> int: method compare (line 4642) | def compare(self, value: int, /) -> None: method pulse_width (line 4651) | def pulse_width(self) -> int: method pulse_width (line 4663) | def pulse_width(self, value: int, /) -> None: method pulse_width_percent (line 4675) | def pulse_width_percent(self) -> float: method pulse_width_percent (line 4686) | def pulse_width_percent(self, value: int | float, /) -> None: FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/socket.pyi function getaddrinfo (line 93) | def getaddrinfo( class socket (line 143) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 160) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 168) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 188) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 207) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 216) | def settimeout(self, value: float | None, /) -> None: method sendall (line 252) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 265) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 273) | def setblocking(self, value: bool, /) -> None: method sendto (line 285) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 292) | def readline(self) -> bytes: method readinto (line 301) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 311) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 321) | def read(self) -> bytes: method read (line 331) | def read(self, size: int, /) -> bytes: method close (line 340) | def close(self) -> None: method connect (line 351) | def connect(self, address: _Address | bytes, /) -> None: method send (line 357) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 365) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 371) | def accept(self) -> Tuple: method write (line 380) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 391) | def __init__( FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTClient (line 12) | class MQTTClient: method publish (line 13) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 14) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 17) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 18) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 20) | def connect(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 21) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 22) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 23) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... class MQTTException (line 26) | class MQTTException(Exception): ... FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-stm32-pybv11-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0-stm32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-stm32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-stm32-stubs/binascii.pyi function crc32 (line 28) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function a2b_hex (line 36) | def a2b_hex(*args, **kwargs) -> Incomplete: ... function b2a_base64 (line 37) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 45) | def a2b_base64(data: str | bytes, /) -> bytes: function b2a_hex (line 53) | def b2a_hex(*args, **kwargs) -> Incomplete: ... function hexlify (line 54) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 64) | def unhexlify(data: str | bytes, /) -> bytes: function _transform (line 71) | def _transform(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-stm32-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0-stm32-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-stm32-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0-stm32-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0-stm32-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0-stm32-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0-stm32-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-stm32-stubs/lcd160cr.pyi function calcsize (line 30) | def calcsize(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 31) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function const (line 32) | def const(*args, **kwargs) -> Incomplete: ... function pack_into (line 33) | def pack_into(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 35) | class LCD160CR: method set_brightness (line 54) | def set_brightness(self, value: int, /) -> None: method screen_dump (line 60) | def screen_dump( method screen_load (line 79) | def screen_load(self, buf: AnyReadableBuf, /) -> None: method set_orient (line 85) | def set_orient(self, orient: str, /) -> None: method set_font (line 92) | def set_font( method set_i2c_addr (line 121) | def set_i2c_addr(self, addr: int, /) -> None: method rect_interior (line 128) | def rect_interior(self, x: int, y: int, w: int, h: int, /) -> None: method rect_no_clip (line 137) | def rect_no_clip(self, x: int, y: int, w: int, h: int, /) -> None: method save_to_flash (line 144) | def save_to_flash(self) -> None: method rect_interior_no_clip (line 151) | def rect_interior_no_clip(self, x: int, y: int, w: int, h: int, /) -> ... method rgb (line 159) | def rgb(r: int, g: int, b: int, /) -> int: method rect_outline (line 168) | def rect_outline(self, x: int, y: int, w: int, h: int, /) -> None: method rect_outline_no_clip (line 176) | def rect_outline_no_clip(self, x: int, y: int, w: int, h: int, /) -> N... method set_startup_deco (line 183) | def set_startup_deco(self, value: bool | str, /) -> None: method set_scroll_win_param (line 190) | def set_scroll_win_param(self, win: int, param: int, value: int, /) ->... method set_spi_win (line 201) | def set_spi_win(self, x: int, y: int, w: int, h: int, /) -> None: method show_framebuf (line 207) | def show_framebuf(self, buf: AnyReadableBuf, /) -> None: method set_text_color (line 219) | def set_text_color(self, fg: int, bg: int, /) -> None: method set_uart_baudrate (line 225) | def set_uart_baudrate(self, baudrate: int, /) -> None: method set_pen (line 231) | def set_pen(self, line: int, fill: int, /) -> None: method set_pos (line 237) | def set_pos(self, x: int, y: int, /) -> None: method set_scroll_win (line 244) | def set_scroll_win( method set_pixel (line 274) | def set_pixel(self, x: int, y: int, c: int, /) -> None: method set_scroll_buf (line 281) | def set_scroll_buf(self, s: str, /) -> None: method set_power (line 288) | def set_power(self, on: bool, /) -> None: method set_scroll (line 295) | def set_scroll(self, on: bool, /) -> None: method touch_config (line 302) | def touch_config(self, calib: bool = False, save: bool = False, irq: b... method clip_line (line 319) | def clip_line(data: Any, w: int, h: int, /) -> int: method _send (line 325) | def _send(self, *args, **kwargs) -> Incomplete: ... method _waitfor (line 326) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method erase (line 327) | def erase(self) -> None: method dot (line 333) | def dot(self, x: int, y: int, /) -> None: method dot_no_clip (line 339) | def dot_no_clip(self, x: int, y: int, /) -> None: method poly_line (line 346) | def poly_line(self, data: AnyReadableBuf, /) -> None: method line (line 352) | def line(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method _fcmd2b (line 358) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 359) | def write(self, s: str, /) -> None: method _fcmd2 (line 367) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rect (line 368) | def rect(self, x: int, y: int, w: int, h: int, /) -> None: method reset (line 376) | def reset(self) -> None: method jpeg_start (line 382) | def jpeg_start(self, total_len: int, /) -> None: method jpeg (line 390) | def jpeg(self, buf: AnyReadableBuf, /) -> None: method jpeg_data (line 399) | def jpeg_data(self, buf: AnyReadableBuf, /) -> None: method poly_dot (line 408) | def poly_dot(self, data: AnyReadableBuf, /) -> None: method line_no_clip (line 416) | def line_no_clip(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method oflush (line 424) | def oflush(self, *args, **kwargs) -> Incomplete: ... method fast_spi (line 425) | def fast_spi(self, flush: bool = True, /) -> SPI: method get_line (line 439) | def get_line(self, x: int, y: int, buf: AnyWritableBuf, /) -> None: method is_touched (line 448) | def is_touched(self) -> bool: method feed_wdt (line 455) | def feed_wdt(self) -> None: method iflush (line 463) | def iflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 464) | def get_pixel(self, x: int, y: int, /) -> int: method get_touch (line 470) | def get_touch(self) -> Tuple: method __init__ (line 479) | def __init__(self, connect: str, /): method __init__ (line 516) | def __init__(self, *, pwr: Pin, i2c: I2C, spi: SPI, i2c_addr: int = 98): FILE: publish/micropython-v1_25_0-stm32-stubs/machine.pyi function freq (line 42) | def freq() -> int: function freq (line 50) | def freq(self) -> int: function freq (line 61) | def freq( function freq (line 76) | def freq(hz: int, /) -> None: function freq (line 84) | def freq(self) -> int: function freq (line 92) | def freq( function idle (line 103) | def idle() -> None: function info (line 118) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 119) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 120) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 128) | def disable_irq() -> bool: function deepsleep (line 138) | def deepsleep() -> NoReturn: function deepsleep (line 163) | def deepsleep(time_ms: int, /) -> NoReturn: function soft_reset (line 187) | def soft_reset() -> NoReturn: function sleep (line 195) | def sleep() -> None: function time_pulse_us (line 201) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 220) | def lightsleep() -> None: function lightsleep (line 245) | def lightsleep(time_ms: int, /) -> None: function reset (line 269) | def reset() -> NoReturn: function rng (line 276) | def rng() -> int: function reset_cause (line 284) | def reset_cause() -> int: function unique_id (line 290) | def unique_id() -> bytes: function bootloader (line 299) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 309) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 333) | class RTC: method info (line 350) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 352) | def init(self) -> None: method init (line 367) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 382) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 397) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 412) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 427) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 442) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method wakeup (line 456) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 457) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method calibration (line 473) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 475) | def __init__(self, id: int = 0): method __init__ (line 481) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 489) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 497) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 505) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 513) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 521) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 529) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 537) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 545) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 553) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 561) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 569) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 577) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Pin (line 584) | class Pin: method mode (line 670) | def mode(self) -> int: method mode (line 679) | def mode(self, mode: int, /) -> None: method name (line 687) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 689) | def pull(self) -> int: method pull (line 698) | def pull(self, pull: int, /) -> None: method low (line 706) | def low(self) -> None: method irq (line 714) | def irq( method pin (line 768) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 769) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 770) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 771) | def on(self) -> None: method off (line 777) | def off(self) -> None: method init (line 783) | def init( method af_list (line 801) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 802) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 804) | def value(self) -> int: method value (line 838) | def value(self, x: Any, /) -> None: method high (line 871) | def high(self) -> None: method gpio (line 879) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 881) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 883) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 885) | class cpu: method __init__ (line 933) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 936) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 938) | class board: method __init__ (line 988) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 990) | def __init__( method __call__ (line 1065) | def __call__(self) -> int: method __call__ (line 1073) | def __call__(self, x: Any, /) -> None: method drive (line 1081) | def drive(self, drive: int, /) -> None: method drive (line 1091) | def drive(self, /) -> int: class SPI (line 1099) | class SPI: method deinit (line 1156) | def deinit(self) -> None: method init (line 1163) | def init( method init (line 1198) | def init( method write_readinto (line 1230) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 1241) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 1249) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 1258) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 1269) | def __init__(self, id: int, /): method __init__ (line 1282) | def __init__( method __init__ (line 1308) | def __init__( class ADC (line 1333) | class ADC: method read_u16 (line 1359) | def read_u16(self) -> int: method __init__ (line 1367) | def __init__(self, pin: PinLike, /) -> None: class I2S (line 1378) | class I2S: method shift (line 1454) | def shift( method init (line 1467) | def init( method irq (line 1484) | def irq( method readinto (line 1496) | def readinto( method deinit (line 1509) | def deinit(self) -> None: method write (line 1515) | def write( method __init__ (line 1528) | def __init__( class I2C (line 1570) | class I2C: method readfrom_mem_into (line 1607) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1619) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1629) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1638) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1649) | def scan(self) -> List: method writeto (line 1657) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1667) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1683) | def start(self) -> None: method readfrom (line 1689) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1697) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1708) | def init(self, *, freq: int = 400_000) -> None: method init (line 1722) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1735) | def stop(self) -> None: method write (line 1741) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1750) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1767) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1784) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1797) | class WDT: method feed (line 1813) | def feed(self) -> None: method __init__ (line 1821) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1830) | class Timer: method init (line 1857) | def init( method init (line 1865) | def init( method init (line 1873) | def init( method deinit (line 1919) | def deinit(self) -> None: method __init__ (line 1926) | def __init__(self, id: int, /): method __init__ (line 1936) | def __init__( method __init__ (line 1954) | def __init__( method __init__ (line 1972) | def __init__( class SoftSPI (line 1989) | class SoftSPI(SPI): method deinit (line 1998) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1999) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2000) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2001) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2002) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2003) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2004) | def __init__( class UART (line 2017) | class UART: method flush (line 2056) | def flush(self) -> Incomplete: method sendbreak (line 2071) | def sendbreak(self) -> None: method txdone (line 2078) | def txdone(self) -> bool: method init (line 2094) | def init( method init (line 2163) | def init( method init (line 2226) | def init( method readchar (line 2288) | def readchar(self, *args, **kwargs) -> Incomplete: ... method irq (line 2289) | def irq( method writechar (line 2325) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 2327) | def read(self) -> bytes | None: method read (line 2338) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 2348) | def deinit(self) -> None: method any (line 2358) | def any(self) -> int: method write (line 2373) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2382) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2393) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2403) | def readline(self) -> Union[str, None]: method __init__ (line 2413) | def __init__( method __init__ (line 2435) | def __init__( method __init__ (line 2451) | def __init__( class SoftI2C (line 2469) | class SoftI2C(I2C): method readfrom_mem_into (line 2482) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2483) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2484) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2485) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2486) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2487) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2488) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2489) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2490) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2491) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2492) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2493) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2494) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2495) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class Signal (line 2497) | class Signal(Pin): method off (line 2567) | def off(self) -> None: method on (line 2573) | def on(self) -> None: method value (line 2580) | def value(self) -> int: method value (line 2600) | def value(self, x: Any, /) -> None: method __init__ (line 2620) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2640) | def __init__( class PWM (line 2670) | class PWM: method freq (line 2672) | def freq(self) -> int: method freq (line 2683) | def freq( method duty_u16 (line 2698) | def duty_u16(self) -> int: method duty_u16 (line 2710) | def duty_u16( method duty_ns (line 2726) | def duty_ns(self) -> int: method duty_ns (line 2736) | def duty_ns( class SDCard (line 2749) | class SDCard: method readblocks (line 2751) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2761) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2771) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2782) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0-stm32-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-stm32-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-stm32-stubs/network.pyi function hostname (line 58) | def hostname(name: Optional[Any] = None) -> Incomplete: function route (line 86) | def route(*args, **kwargs) -> Incomplete: ... function country (line 87) | def country(code: Optional[Any] = None) -> Incomplete: class LAN (line 100) | class LAN: method active (line 102) | def active(self, /) -> bool: method active (line 110) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 117) | class WLAN: method active (line 119) | def active(self, /) -> bool: method active (line 127) | def active(self, is_active: bool | int, /) -> None: method status (line 135) | def status(self) -> int: method status (line 165) | def status(self, param: str, /) -> int: method ifconfig (line 195) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 206) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 217) | def config(self, param: str, /) -> Any: method config (line 252) | def config(self, **kwargs: Any) -> None: class WLANWiPy (line 286) | class WLANWiPy: method __init__ (line 288) | def __init__(self, id: int = 0, /): method __init__ (line 302) | def __init__( method mode (line 326) | def mode(self) -> int: method mode (line 332) | def mode(self, mode: int, /) -> None: method ssid (line 338) | def ssid(self) -> str: method ssid (line 344) | def ssid(self, ssid: str, /) -> None: method auth (line 350) | def auth(self) -> int: method auth (line 356) | def auth(self, auth: int, /) -> None: method channel (line 362) | def channel(self) -> int: method channel (line 368) | def channel(self, channel: int, /) -> None: method antenna (line 374) | def antenna(self) -> int: method antenna (line 380) | def antenna(self, antenna: int, /) -> None: method mac (line 386) | def mac(self) -> bytes: method mac (line 392) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 397) | class AbstractNIC: method active (line 400) | def active(self, /) -> bool: method active (line 411) | def active(self, is_active: bool | int, /) -> None: method connect (line 422) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 441) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 460) | def status(self) -> Any: method status (line 478) | def status(self, param: str, /) -> Any: method ifconfig (line 496) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 510) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 524) | def config(self, param: str, /) -> Any: method config (line 543) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0-stm32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0-stm32-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-stm32-stubs/pyb.pyi function hard_reset (line 27) | def hard_reset() -> NoReturn: function have_cdc (line 35) | def have_cdc() -> bool: function hid (line 45) | def hid(data: tuple[int, int, int, int], /) -> None: function hid (line 55) | def hid(data: Sequence[int], /) -> None: function info (line 64) | def info() -> None: function info (line 70) | def info(dump_alloc_table: bytes, /) -> None: function info (line 76) | def info(self) -> list[int]: function info (line 82) | def info(self, list: list[int], /) -> list[int]: function wfi (line 87) | def wfi() -> None: function elapsed_micros (line 99) | def elapsed_micros(start: int, /) -> int: function freq (line 116) | def freq() -> tuple[int, int, int, int]: function freq (line 156) | def freq(sysclk: int, /) -> None: function freq (line 196) | def freq(sysclk: int, hclk: int, /) -> None: function freq (line 236) | def freq(sysclk: int, hclk: int, pclk1: int, /) -> None: function freq (line 276) | def freq(sysclk: int, hclk: int, pclk1: int, pclk2: int, /) -> None: function freq (line 316) | def freq(self) -> int: function freq (line 356) | def freq(self, value: int, /) -> None: function disable_irq (line 395) | def disable_irq() -> bool: function fault_debug (line 404) | def fault_debug(value: bool = False) -> None: function elapsed_millis (line 419) | def elapsed_millis(start: int, /) -> int: function enable_irq (line 434) | def enable_irq(state: bool = True, /) -> None: function sync (line 444) | def sync() -> None: function servo (line 450) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 451) | def standby() -> None: function usb_mode (line 466) | def usb_mode() -> str: function usb_mode (line 508) | def usb_mode( function udelay (line 558) | def udelay(us: int, /) -> None: function unique_id (line 564) | def unique_id() -> str: function micros (line 570) | def micros() -> int: function mount (line 585) | def mount( function mount (line 627) | def mount( function rng (line 668) | def rng() -> int: function millis (line 674) | def millis() -> int: function repl_uart (line 689) | def repl_uart() -> UART | None: function repl_uart (line 695) | def repl_uart(uart: UART, /) -> None: function pwm (line 700) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 701) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 702) | def stop() -> None: function delay (line 714) | def delay(ms: int, /) -> None: function main (line 720) | def main(filename: str, /) -> None: function bootloader (line 730) | def bootloader() -> None: function country (line 736) | def country(*args, **kwargs) -> Incomplete: ... class DAC (line 738) | class DAC: method noise (line 785) | def noise(self, freq: int, /) -> None: method write_timed (line 792) | def write_timed(self, data: AnyWritableBuf, freq: int | Timer, /, *, m... method triangle (line 814) | def triangle(self, freq: int, /) -> None: method write (line 822) | def write(self, value: int, /) -> None: method init (line 830) | def init(self, bits: int = 8, *, buffering: bool | None = None) -> None: method deinit (line 838) | def deinit(self) -> None: method __init__ (line 844) | def __init__(self, port: int | Pin, /, bits: int = 8, *, buffering: bo... class ExtInt (line 869) | class ExtInt: method line (line 921) | def line(self) -> int: method regs (line 928) | def regs() -> None: method swint (line 934) | def swint(self) -> None: method enable (line 940) | def enable(self) -> None: method disable (line 946) | def disable(self) -> None: method __init__ (line 953) | def __init__( class Flash (line 977) | class Flash(AbstractBlockDev): method readblocks (line 989) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 999) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1009) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1020) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 1034) | def ioctl(self, op: int, arg: int) -> int | None: method __init__ (line 1044) | def __init__(self): method __init__ (line 1056) | def __init__(self, *, start: int = -1, len: int = -1): class I2C (line 1063) | class I2C: method scan (line 1119) | def scan(self) -> List: method mem_read (line 1127) | def mem_read( method mem_read (line 1151) | def mem_read( method mem_write (line 1174) | def mem_write( method recv (line 1199) | def recv( method recv (line 1220) | def recv( method is_ready (line 1240) | def is_ready(self, addr: int, /) -> bool: method send (line 1246) | def send( method deinit (line 1264) | def deinit(self) -> None: method init (line 1270) | def init( method __init__ (line 1298) | def __init__( class LCD (line 1330) | class LCD: method fill (line 1366) | def fill(self, colour: int, /) -> None: method light (line 1374) | def light(self, value: bool | int, /) -> None: method pixel (line 1380) | def pixel(self, x: int, y: int, colour: int, /) -> None: method show (line 1388) | def show(self) -> None: method text (line 1394) | def text(self, str: str, x: int, y: int, colour: int, /) -> None: method contrast (line 1402) | def contrast(self, value: int, /) -> None: method get (line 1408) | def get(self, x: int, y: int, /) -> int: method write (line 1416) | def write(self, str: str, /) -> None: method command (line 1422) | def command(self, inst_data: int, buf: bytes, /) -> None: method __init__ (line 1430) | def __init__(self, skin_position: str, /) -> None: class CAN (line 1436) | class CAN: method restart (line 1469) | def restart(self) -> None: method recv (line 1483) | def recv(self, fifo: int, /, *, timeout: int = 5000) -> tuple[int, boo... method recv (line 1519) | def recv(self, fifo: int, list: None, /, *, timeout: int = 5000) -> tu... method recv (line 1555) | def recv(self, fifo: int, list: list[int | bool | memoryview], /, *, t... method init (line 1590) | def init( method rxcallback (line 1667) | def rxcallback(self, fifo: int, fun: Callable[[CAN], None], /) -> None: method setfilter (line 1704) | def setfilter(self, bank: int, mode: int, fifo: int, params: Sequence[... method setfilter (line 1761) | def setfilter( method state (line 1826) | def state(self) -> int: method send (line 1842) | def send( method any (line 1879) | def any(self, fifo: int, /) -> bool: method info (line 1886) | def info(self) -> list[int]: method info (line 1910) | def info(self, list: list[int], /) -> list[int]: method clearfilter (line 1933) | def clearfilter(self, bank: int, /) -> None: method deinit (line 1943) | def deinit(self) -> None: method __init__ (line 1949) | def __init__( class ADC (line 1975) | class ADC: method read_timed (line 1993) | def read_timed(self, buf: AnyWritableBuf, timer: Timer | int, /) -> None: method read_timed_multi (line 2032) | def read_timed_multi(adcs: tuple[ADC, ...], bufs: tuple[AnyWritableBuf... method read (line 2085) | def read(self) -> int: method __init__ (line 2092) | def __init__(self, pin: int | Pin, /) -> None: class ADCAll (line 2098) | class ADCAll: method read_core_vbat (line 2099) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 2100) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 2101) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 2102) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 2103) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2104) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 2106) | class Accel: method x (line 2117) | def x(self) -> int: method tilt (line 2123) | def tilt(self) -> int: method y (line 2129) | def y(self) -> int: method z (line 2135) | def z(self) -> int: method read (line 2141) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 2142) | def filtered_xyz(self) -> Tuple: method write (line 2153) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2154) | def __init__(self) -> None: class USB_VCP (line 2159) | class USB_VCP: method readlines (line 2169) | def readlines(self) -> List: method recv (line 2180) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes | None: method recv (line 2193) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int... method isconnected (line 2205) | def isconnected(self) -> bool: method init (line 2211) | def init(self, *, flow: int = -1) -> None: method irq (line 2219) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 2231) | def setinterrupt(self, chr: int, /) -> None: method close (line 2242) | def close(self) -> None: method read (line 2250) | def read(self) -> bytes | None: method read (line 2261) | def read(self, nbytes, /) -> bytes | None: method any (line 2271) | def any(self) -> bool: method write (line 2277) | def write(self, buf: AnyReadableBuf, /) -> int: method send (line 2285) | def send(self, buf: AnyWritableBuf | bytes | int, /, *, timeout: int =... method readinto (line 2297) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2309) | def readinto(self, buf: AnyWritableBuf, maxlen: int, /) -> int | None: method readline (line 2320) | def readline(self) -> bytes: method __init__ (line 2329) | def __init__(self, id: int = 0, /) -> None: class Timer (line 2335) | class Timer: method freq (line 2408) | def freq(self) -> int: method freq (line 2414) | def freq(self, value: int, /) -> None: method init (line 2420) | def init( method init (line 2485) | def init( method period (line 2551) | def period(self) -> int: method period (line 2557) | def period(self, value: int, /) -> None: method prescaler (line 2563) | def prescaler(self) -> int: method prescaler (line 2569) | def prescaler(self, value: int, /) -> None: method source_freq (line 2574) | def source_freq(self) -> int: method deinit (line 2580) | def deinit(self) -> None: method callback (line 2591) | def callback(self, fun: Callable[[Timer], None] | None, /) -> None: method channel (line 2600) | def channel(self, channel: int, /) -> timerchannel | None: method channel (line 2687) | def channel( method channel (line 2783) | def channel( method channel (line 2879) | def channel( method channel (line 2976) | def channel( method channel (line 3072) | def channel( method counter (line 3167) | def counter(self) -> int: method counter (line 3173) | def counter(self, value: int, /) -> None: method __init__ (line 3179) | def __init__(self, id: int, /): method __init__ (line 3187) | def __init__( method __init__ (line 3205) | def __init__( class Switch (line 3223) | class Switch: method callback (line 3241) | def callback(self, fun: Callable[[], None] | None) -> None: method value (line 3248) | def value(self) -> bool: method __init__ (line 3254) | def __init__(self) -> None: method __call__ (line 3260) | def __call__(self) -> bool: class Servo (line 3267) | class Servo: method speed (line 3294) | def speed(self) -> int: method speed (line 3306) | def speed(self, speed: int, time: int = 0, /) -> None: method speed (line 3318) | def speed(self) -> int: method speed (line 3330) | def speed(self, value: int, /) -> None: method pulse_width (line 3341) | def pulse_width(self, value: Any | None = None) -> Incomplete: method calibration (line 3351) | def calibration(self) -> tuple[int, int, int, int, int]: method calibration (line 3366) | def calibration(self, pulse_min: int, pulse_max: int, pulse_centre: in... method calibration (line 3381) | def calibration( method angle (line 3404) | def angle(self) -> int: method angle (line 3417) | def angle(self, angle: int, time: int = 0, /) -> None: method __init__ (line 3429) | def __init__(self, id: int, /) -> None: class UART (line 3434) | class UART: method flush (line 3480) | def flush(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 3481) | def sendbreak(self) -> None: method txdone (line 3489) | def txdone(self, *args, **kwargs) -> Incomplete: ... method init (line 3490) | def init( method readchar (line 3528) | def readchar(self) -> int: method irq (line 3536) | def irq(self, *args, **kwargs) -> Incomplete: ... method writechar (line 3537) | def writechar(self, char: int, /) -> None: method read (line 3545) | def read(self) -> bytes | None: method read (line 3562) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 3578) | def deinit(self) -> None: method any (line 3584) | def any(self) -> int: method write (line 3590) | def write(self, buf: AnyWritableBuf, /) -> int: method readinto (line 3603) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 3613) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 3622) | def readline(self) -> None: method __init__ (line 3633) | def __init__(self, bus: int | str, /): method __init__ (line 3670) | def __init__( class USB_HID (line 3719) | class USB_HID: method recv (line 3729) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes: method recv (line 3742) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int: method send (line 3754) | def send(self, data: Sequence[int]) -> None: method __init__ (line 3763) | def __init__(self) -> None: class LED (line 3768) | class LED: method toggle (line 3773) | def toggle(self) -> None: method on (line 3780) | def on(self) -> None: method off (line 3786) | def off(self) -> None: method intensity (line 3793) | def intensity(self) -> int: method intensity (line 3807) | def intensity(self, value: int, /) -> None: method __init__ (line 3820) | def __init__(self, id: int, /) -> None: class RTC (line 3827) | class RTC: method info (line 3839) | def info(self) -> int: method init (line 3850) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 3851) | def wakeup(self, timeout: int, callback: Callable[[RTC], None] | None ... method datetime (line 3865) | def datetime(self, datetimetuple: tuple[int, int, int, int, int, int, ... method datetime (line 3884) | def datetime(self, /) -> Tuple: method calibration (line 3903) | def calibration(self) -> int: method calibration (line 3921) | def calibration(self, cal: int, /) -> None: method __init__ (line 3938) | def __init__(self) -> None: class Pin (line 3943) | class Pin: method mode (line 4053) | def mode(self) -> int: method name (line 4061) | def name(self) -> str: method pull (line 4067) | def pull(self) -> int: method low (line 4075) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 4076) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 4077) | def pin(self) -> int: method port (line 4083) | def port(self) -> int: method names (line 4089) | def names(self) -> str: method on (line 4095) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 4096) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 4097) | def init( method af_list (line 4138) | def af_list(self) -> List: method af (line 4144) | def af(self) -> int: method value (line 4153) | def value(self) -> int: method value (line 4164) | def value(self, value: Any, /) -> None: method high (line 4174) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 4175) | def gpio(self) -> int: method dict (line 4183) | def dict() -> Dict[str, Pin]: method dict (line 4190) | def dict(dict: Dict[str, Pin], /) -> None: method debug (line 4197) | def debug() -> bool: method debug (line 4204) | def debug(state: bool, /) -> None: class cpu (line 4209) | class cpu: method __init__ (line 4257) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 4261) | def mapper() -> Callable[[str], Pin]: method mapper (line 4268) | def mapper(fun: Callable[[str], Pin], /) -> None: class board (line 4273) | class board: method __init__ (line 4323) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 4325) | def __init__( method __call__ (line 4341) | def __call__(self) -> int: method __call__ (line 4349) | def __call__(self, x: Any, /) -> None: class SPI (line 4356) | class SPI: method deinit (line 4386) | def deinit(self) -> None: method send_recv (line 4392) | def send_recv( method recv (line 4413) | def recv(self, recv: int | AnyWritableBuf, /, *, timeout: int = 5000) ... method init (line 4427) | def init( method init (line 4466) | def init( method write_readinto (line 4504) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 4505) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 4506) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 4507) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 4508) | def send(self, send: int | AnyWritableBuf | bytes, /, *, timeout: int ... method __init__ (line 4520) | def __init__(self, bus: int, /): method __init__ (line 4538) | def __init__( method __init__ (line 4569) | def __init__( class SDCard (line 4601) | class SDCard: method writeblocks (line 4602) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 4603) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 4604) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 4605) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 4606) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 4607) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 4608) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 4609) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 4610) | def __init__(self, *argv, **kwargs) -> None: ... class timerchannel (line 4612) | class timerchannel: method capture (line 4615) | def capture(self) -> int: method capture (line 4624) | def capture(self, value: int, /) -> None: method compare (line 4633) | def compare(self) -> int: method compare (line 4642) | def compare(self, value: int, /) -> None: method pulse_width (line 4651) | def pulse_width(self) -> int: method pulse_width (line 4663) | def pulse_width(self, value: int, /) -> None: method pulse_width_percent (line 4675) | def pulse_width_percent(self) -> float: method pulse_width_percent (line 4686) | def pulse_width_percent(self, value: int | float, /) -> None: FILE: publish/micropython-v1_25_0-stm32-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0-stm32-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-stm32-stubs/socket.pyi function getaddrinfo (line 93) | def getaddrinfo( class socket (line 143) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 160) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 168) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 188) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 207) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 216) | def settimeout(self, value: float | None, /) -> None: method sendall (line 252) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 265) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 273) | def setblocking(self, value: bool, /) -> None: method sendto (line 285) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 292) | def readline(self) -> bytes: method readinto (line 301) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 311) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 321) | def read(self) -> bytes: method read (line 331) | def read(self, size: int, /) -> bytes: method close (line 340) | def close(self) -> None: method connect (line 351) | def connect(self, address: _Address | bytes, /) -> None: method send (line 357) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 365) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 371) | def accept(self) -> Tuple: method write (line 380) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 391) | def __init__( FILE: publish/micropython-v1_25_0-stm32-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-stm32-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0-stm32-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-stm32-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-stm32-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTClient (line 12) | class MQTTClient: method publish (line 13) | def publish(self, *args, **kwargs) -> Incomplete: ... method ping (line 14) | def ping(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 17) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 18) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 20) | def connect(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 21) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 22) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 23) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... class MQTTException (line 26) | class MQTTException(Exception): ... FILE: publish/micropython-v1_25_0-stm32-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-stm32-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-stm32-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0-unix-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-unix-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 26) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 27) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 28) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 30) | class LockType: method locked (line 31) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 32) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 33) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-unix-stubs/argparse.pyi class _ArgError (line 3) | class _ArgError(BaseException): ... class _Arg (line 5) | class _Arg: method __init__ (line 13) | def __init__(self, names, dest, action, nargs, const, default, help) -... method parse (line 14) | def parse(self, optname, args): ... function _dest_from_optnames (line 16) | def _dest_from_optnames(opt_names): ... class ArgumentParser (line 18) | class ArgumentParser: method __init__ (line 22) | def __init__(self, *, description: str = "") -> None: ... method add_argument (line 23) | def add_argument(self, *args, **kwargs) -> None: ... method usage (line 24) | def usage(self, full): ... method parse_args (line 25) | def parse_args(self, args: Incomplete | None = None): ... method parse_known_args (line 26) | def parse_known_args(self, args: Incomplete | None = None): ... method _parse_args_impl (line 27) | def _parse_args_impl(self, args, return_unknown): ... method _parse_args (line 28) | def _parse_args(self, args, return_unknown): ... FILE: publish/micropython-v1_25_0-unix-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0-unix-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_25_0-unix-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0-unix-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0-unix-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-unix-stubs/ffi.pyi function func (line 11) | def func(*args, **kwargs) -> Incomplete: ... function callback (line 12) | def callback(*args, **kwargs) -> Incomplete: ... function as_bytearray (line 13) | def as_bytearray(*args, **kwargs) -> Incomplete: ... function open (line 14) | def open(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-unix-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 90) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 101) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 108) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 114) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 123) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 132) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 139) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 155) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 165) | def blit( method hline (line 195) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 205) | def fill(self, c: int, /) -> None: method fill_rect (line 211) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 212) | def __init__( FILE: publish/micropython-v1_25_0-unix-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0-unix-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_25_0-unix-stubs/heapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-unix-stubs/machine.pyi function idle (line 52) | def idle() -> None: function soft_reset (line 67) | def soft_reset() -> NoReturn: function time_pulse_us (line 74) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... class PinBase (line 95) | class PinBase: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 98) | class Signal(Pin): method off (line 167) | def off(self) -> None: method on (line 173) | def on(self) -> None: method value (line 180) | def value(self) -> int: method value (line 200) | def value(self, x: Any, /) -> None: method __init__ (line 220) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 240) | def __init__( class ADCBlock (line 284) | class ADCBlock: method connect (line 286) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 288) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 290) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class Pin (line 311) | class Pin: method value (line 313) | def value(self) -> int: method value (line 347) | def value(self, x: Any, /) -> None: method __call__ (line 381) | def __call__(self) -> int: method __call__ (line 389) | def __call__(self, x: Any, /) -> None: method mode (line 397) | def mode(self) -> int: method mode (line 406) | def mode(self, mode: int, /) -> None: method pull (line 415) | def pull(self) -> int: method pull (line 424) | def pull(self, pull: int, /) -> None: method drive (line 433) | def drive(self, drive: int, /) -> None: method drive (line 443) | def drive(self, /) -> int: class SPI (line 451) | class SPI: method __init__ (line 453) | def __init__(self, id: int, /): method __init__ (line 466) | def __init__( method __init__ (line 492) | def __init__( method init (line 516) | def init( method init (line 551) | def init( class Timer (line 583) | class Timer: method __init__ (line 585) | def __init__(self, id: int, /): method __init__ (line 595) | def __init__( method __init__ (line 613) | def __init__( method __init__ (line 631) | def __init__( method init (line 649) | def init( method init (line 657) | def init( method init (line 665) | def init( class ADC (line 711) | class ADC: method width (line 715) | def width(self, bits: int) -> None: method read (line 740) | def read(self) -> int: method atten (line 754) | def atten(self, atten: int) -> None: function freq (line 763) | def freq() -> int: function freq (line 771) | def freq(hz: int, /) -> None: function freq (line 779) | def freq(self) -> int: function freq (line 787) | def freq( function freq (line 799) | def freq(self) -> int: function freq (line 810) | def freq( function lightsleep (line 825) | def lightsleep() -> None: function lightsleep (line 850) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 875) | def deepsleep() -> NoReturn: function deepsleep (line 900) | def deepsleep(time_ms: int, /) -> NoReturn: class I2C (line 924) | class I2C: method __init__ (line 926) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 943) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 960) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... method init (line 974) | def init(self, *, freq: int = 400_000) -> None: method init (line 988) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... class SDCard (line 1001) | class SDCard: method readblocks (line 1003) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 1013) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1023) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1034) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... class RTC (line 1048) | class RTC: method __init__ (line 1050) | def __init__(self, id: int = 0): method __init__ (line 1056) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1064) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1072) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1080) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1088) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1096) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1104) | def init(self) -> None: method init (line 1119) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1134) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1149) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1164) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1179) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1194) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1209) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1217) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1225) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1233) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1241) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1249) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1257) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class UART (line 1264) | class UART: method __init__ (line 1266) | def __init__( method __init__ (line 1288) | def __init__( method __init__ (line 1304) | def __init__( method init (line 1320) | def init( method init (line 1389) | def init( method init (line 1452) | def init( method read (line 1515) | def read(self) -> bytes | None: method read (line 1526) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1537) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1548) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: class PWM (line 1558) | class PWM: method freq (line 1560) | def freq(self) -> int: method freq (line 1571) | def freq( method duty_u16 (line 1586) | def duty_u16(self) -> int: method duty_u16 (line 1598) | def duty_u16( method duty_ns (line 1614) | def duty_ns(self) -> int: method duty_ns (line 1624) | def duty_ns( FILE: publish/micropython-v1_25_0-unix-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-unix-stubs/micropython.pyi function mem_total (line 24) | def mem_total(*args, **kwargs) -> Incomplete: ... function mem_info (line 26) | def mem_info() -> None: function mem_info (line 37) | def mem_info(verbose: Any, /) -> None: function mem_peak (line 47) | def mem_peak(*args, **kwargs) -> Incomplete: ... function schedule (line 48) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function opt_level (line 94) | def opt_level() -> int: function opt_level (line 114) | def opt_level(level: int, /) -> None: function qstr_info (line 134) | def qstr_info() -> None: function qstr_info (line 145) | def qstr_info(verbose: bool, /) -> None: function stack_use (line 155) | def stack_use() -> int: function heap_lock (line 163) | def heap_lock() -> int: function const (line 185) | def const(expr: Const_T, /) -> Const_T: function mem_current (line 207) | def mem_current(*args, **kwargs) -> Incomplete: ... function kbd_intr (line 208) | def kbd_intr(chr: int) -> None: function heap_unlock (line 221) | def heap_unlock() -> int: class RingIO (line 243) | class RingIO: method readinto (line 244) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 254) | def write(self, buf) -> int: method readline (line 263) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 273) | def any(self) -> int: method read (line 279) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 290) | def close(self) -> Incomplete: method __init__ (line 297) | def __init__(self, size) -> None: ... function viper (line 301) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 312) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 321) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 332) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-unix-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0-unix-stubs/mip/__main__.pyi function do_install (line 1) | def do_install() -> None: ... FILE: publish/micropython-v1_25_0-unix-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-unix-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0-unix-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0-unix-stubs/select.pyi class poll (line 27) | class poll: method __init__ (line 31) | def __init__(self) -> None: ... method register (line 32) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 51) | def unregister(self, obj) -> Incomplete: method modify (line 56) | def modify(self, obj, eventmask) -> None: method poll (line 62) | def poll(self, timeout=-1, /) -> List: method ipoll (line 86) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-unix-stubs/socket.pyi function sockaddr (line 115) | def sockaddr(*args, **kwargs) -> Incomplete: ... function inet_pton (line 116) | def inet_pton(af: int, txt_addr: str, /) -> bytes: function inet_ntop (line 126) | def inet_ntop(af: int, bin_addr: bytes, /) -> str: function getaddrinfo (line 136) | def getaddrinfo( class socket (line 186) | class socket: method recv (line 194) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 202) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 222) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 241) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 250) | def fileno(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 251) | def settimeout(self, value: float | None, /) -> None: method recvfrom (line 287) | def recvfrom(self, bufsize: int, /) -> Tuple: method setsockopt (line 295) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 303) | def setblocking(self, value: bool, /) -> None: method sendto (line 315) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 322) | def readline(self) -> bytes: method readinto (line 331) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 341) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 351) | def read(self) -> bytes: method read (line 361) | def read(self, size: int, /) -> bytes: method close (line 370) | def close(self) -> None: method connect (line 381) | def connect(self, address: _Address | bytes, /) -> None: method send (line 387) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 395) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 401) | def accept(self) -> Tuple: method write (line 410) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 421) | def __init__( FILE: publish/micropython-v1_25_0-unix-stubs/termios.pyi function tcgetattr (line 23) | def tcgetattr(*args, **kwargs) -> Incomplete: ... function tcsetattr (line 24) | def tcsetattr(*args, **kwargs) -> Incomplete: ... function setraw (line 25) | def setraw(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-unix-stubs/time.pyi function ticks_cpu (line 52) | def ticks_cpu() -> _TicksCPU: function ticks_diff (line 67) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 133) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 160) | def time_ns() -> int: function time (line 167) | def time() -> int: function ticks_ms (line 195) | def ticks_ms() -> int: function ticks_us (line 219) | def ticks_us() -> _TicksUs: function gmtime (line 225) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 247) | def localtime(secs: int | None = None, /) -> Tuple: function clock (line 269) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 270) | def sleep_us(us: int, /) -> None: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-unix-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-unix-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-unix-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0-unix-stubs/uhashlib.pyi class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 16) | class sha256: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 21) | class md5: method digest (line 22) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 23) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-unix-stubs/uheapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-unix-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-unix-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-unix-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-unix-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsRom (line 67) | class VfsRom: method umount (line 68) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 69) | def mount(self, *args, **kwargs) -> Incomplete: ... method stat (line 70) | def stat(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 71) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 72) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method open (line 73) | def open(self, *args, **kwargs) -> Incomplete: ... method chdir (line 74) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 75) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 76) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 78) | class VfsFat: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 92) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 93) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 95) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 96) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 97) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 98) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 99) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 100) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 101) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 102) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 103) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class VfsLfs1 (line 105) | class VfsLfs1: method rename (line 114) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 116) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 125) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 126) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 127) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 128) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 129) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 130) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 131) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 132) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 133) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 134) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 135) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsPosix (line 138) | class VfsPosix: method rename (line 145) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 146) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 147) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 148) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 149) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 150) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 151) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 152) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 153) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 154) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 155) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 156) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 157) | def __init__(self, root: str | None = None) -> None: ... class VfsLfs2 (line 159) | class VfsLfs2: method rename (line 176) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 178) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 187) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 188) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 189) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 190) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 191) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 192) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 193) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 194) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 195) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 196) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 197) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 198) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class AbstractBlockDev (line 200) | class AbstractBlockDev: method readblocks (line 204) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 207) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 225) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 248) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 272) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 276) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0-unix-stubs/websocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-webassembly-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-webassembly-stubs/base64.pyi function b64encode (line 20) | def b64encode(s, altchars: Incomplete | None = None): function b64decode (line 31) | def b64decode(s, altchars: Incomplete | None = None, validate: bool = Fa... function standard_b64encode (line 46) | def standard_b64encode(s): function standard_b64decode (line 52) | def standard_b64decode(s): function urlsafe_b64encode (line 61) | def urlsafe_b64encode(s): function urlsafe_b64decode (line 69) | def urlsafe_b64decode(s) -> None: function b32encode (line 80) | def b32encode(s): function b32decode (line 86) | def b32decode(s, casefold: bool = False, map01: Incomplete | None = None): function b16encode (line 106) | def b16encode(s): function b16decode (line 112) | def b16decode(s, casefold: bool = False): function encode (line 124) | def encode(input, output) -> None: function decode (line 127) | def decode(input, output) -> None: function encodebytes (line 130) | def encodebytes(s): function decodebytes (line 134) | def decodebytes(s): FILE: publish/micropython-v1_25_0-webassembly-stubs/binascii.pyi function unhexlify (line 17) | def unhexlify(data) -> bytes: function _transform (line 29) | def _transform(n): ... function a2b_base64 (line 30) | def a2b_base64(ascii) -> bytes: function b2a_base64 (line 39) | def b2a_base64(bin, newline: bool = True) -> bytes: FILE: publish/micropython-v1_25_0-webassembly-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0-webassembly-stubs/copy.pyi class Error (line 5) | class Error(Exception): ... function copy (line 9) | def copy(x): function deepcopy (line 15) | def deepcopy(x, memo: Incomplete | None = None, _nil=[]): class _EmptyClass (line 21) | class _EmptyClass: ... FILE: publish/micropython-v1_25_0-webassembly-stubs/datetime.pyi function _leap (line 7) | def _leap(y): ... function _dby (line 8) | def _dby(y): ... function _dim (line 9) | def _dim(y, m): ... function _dbm (line 10) | def _dbm(y, m): ... function _ymd2o (line 11) | def _ymd2o(y, m, d): ... function _o2ymd (line 12) | def _o2ymd(n): ... class timedelta (line 17) | class timedelta: method __init__ (line 19) | def __init__( method __repr__ (line 29) | def __repr__(self) -> str: ... method total_seconds (line 30) | def total_seconds(self): ... method days (line 32) | def days(self): ... method seconds (line 34) | def seconds(self): ... method microseconds (line 36) | def microseconds(self): ... method __add__ (line 37) | def __add__(self, other): ... method __sub__ (line 38) | def __sub__(self, other): ... method __neg__ (line 39) | def __neg__(self): ... method __pos__ (line 40) | def __pos__(self): ... method __abs__ (line 41) | def __abs__(self): ... method __mul__ (line 42) | def __mul__(self, other): ... method __truediv__ (line 44) | def __truediv__(self, other): ... method __floordiv__ (line 45) | def __floordiv__(self, other): ... method __mod__ (line 46) | def __mod__(self, other): ... method __divmod__ (line 47) | def __divmod__(self, other): ... method __eq__ (line 48) | def __eq__(self, other): ... method __le__ (line 49) | def __le__(self, other): ... method __lt__ (line 50) | def __lt__(self, other): ... method __ge__ (line 51) | def __ge__(self, other): ... method __gt__ (line 52) | def __gt__(self, other): ... method __bool__ (line 53) | def __bool__(self) -> bool: ... method __str__ (line 54) | def __str__(self) -> str: ... method __hash__ (line 56) | def __hash__(self): ... method isoformat (line 57) | def isoformat(self): ... method _format (line 58) | def _format(self, spec: int = 0): ... method tuple (line 59) | def tuple(self): ... method _tuple (line 60) | def _tuple(self, n): ... class tzinfo (line 62) | class tzinfo: method tzname (line 63) | def tzname(self, dt) -> None: ... method utcoffset (line 64) | def utcoffset(self, dt) -> None: ... method dst (line 65) | def dst(self, dt) -> None: ... method fromutc (line 66) | def fromutc(self, dt): ... method isoformat (line 67) | def isoformat(self, dt): ... class timezone (line 69) | class timezone(tzinfo): method __init__ (line 72) | def __init__(self, offset, name: Incomplete | None = None) -> None: ... method __repr__ (line 73) | def __repr__(self) -> str: ... method __eq__ (line 74) | def __eq__(self, other): ... method __str__ (line 75) | def __str__(self) -> str: ... method __hash__ (line 77) | def __hash__(self): ... method utcoffset (line 78) | def utcoffset(self, dt): ... method dst (line 79) | def dst(self, dt) -> None: ... method tzname (line 80) | def tzname(self, dt): ... method fromutc (line 81) | def fromutc(self, dt): ... function _date (line 83) | def _date(y, m, d): ... function _iso2d (line 84) | def _iso2d(s): ... function _d2iso (line 85) | def _d2iso(o): ... class date (line 87) | class date: method __init__ (line 89) | def __init__(self, year, month, day) -> None: ... method fromtimestamp (line 91) | def fromtimestamp(cls, ts): ... method today (line 93) | def today(cls): ... method fromordinal (line 95) | def fromordinal(cls, n): ... method fromisoformat (line 97) | def fromisoformat(cls, s): ... method year (line 99) | def year(self): ... method month (line 101) | def month(self): ... method day (line 103) | def day(self): ... method toordinal (line 104) | def toordinal(self): ... method timetuple (line 105) | def timetuple(self): ... method replace (line 106) | def replace(self, year: Incomplete | None = None, month: Incomplete | ... method __add__ (line 107) | def __add__(self, other): ... method __sub__ (line 108) | def __sub__(self, other): ... method __eq__ (line 109) | def __eq__(self, other): ... method __le__ (line 110) | def __le__(self, other): ... method __lt__ (line 111) | def __lt__(self, other): ... method __ge__ (line 112) | def __ge__(self, other): ... method __gt__ (line 113) | def __gt__(self, other): ... method weekday (line 114) | def weekday(self): ... method isoweekday (line 115) | def isoweekday(self): ... method isoformat (line 116) | def isoformat(self): ... method __repr__ (line 117) | def __repr__(self) -> str: ... method __hash__ (line 120) | def __hash__(self): ... method tuple (line 121) | def tuple(self): ... function _time (line 123) | def _time(h, m, s, us, fold): ... function _iso2t (line 124) | def _iso2t(s): ... function _t2iso (line 125) | def _t2iso(td, timespec, dt, tz): ... class time (line 127) | class time: method __init__ (line 131) | def __init__( method fromisoformat (line 135) | def fromisoformat(cls, s): ... method hour (line 137) | def hour(self): ... method minute (line 139) | def minute(self): ... method second (line 141) | def second(self): ... method microsecond (line 143) | def microsecond(self): ... method tzinfo (line 145) | def tzinfo(self): ... method fold (line 147) | def fold(self): ... method replace (line 148) | def replace( method isoformat (line 158) | def isoformat(self, timespec: str = "auto"): ... method __repr__ (line 159) | def __repr__(self) -> str: ... method __bool__ (line 161) | def __bool__(self) -> bool: ... method __eq__ (line 162) | def __eq__(self, other): ... method __le__ (line 163) | def __le__(self, other): ... method __lt__ (line 164) | def __lt__(self, other): ... method __ge__ (line 165) | def __ge__(self, other): ... method __gt__ (line 166) | def __gt__(self, other): ... method _sub (line 167) | def _sub(self, other): ... method __hash__ (line 169) | def __hash__(self): ... method utcoffset (line 170) | def utcoffset(self): ... method dst (line 171) | def dst(self): ... method tzname (line 172) | def tzname(self): ... method tuple (line 173) | def tuple(self): ... class datetime (line 175) | class datetime: method __init__ (line 180) | def __init__( method fromtimestamp (line 194) | def fromtimestamp(cls, ts, tz: Incomplete | None = None): ... method now (line 196) | def now(cls, tz: Incomplete | None = None): ... method fromordinal (line 198) | def fromordinal(cls, n): ... method fromisoformat (line 200) | def fromisoformat(cls, s): ... method combine (line 202) | def combine(cls, date, time, tzinfo: Incomplete | None = None): ... method year (line 204) | def year(self): ... method month (line 206) | def month(self): ... method day (line 208) | def day(self): ... method hour (line 210) | def hour(self): ... method minute (line 212) | def minute(self): ... method second (line 214) | def second(self): ... method microsecond (line 216) | def microsecond(self): ... method tzinfo (line 218) | def tzinfo(self): ... method fold (line 220) | def fold(self): ... method __add__ (line 221) | def __add__(self, other): ... method __sub__ (line 222) | def __sub__(self, other): ... method _sub (line 223) | def _sub(self, other): ... method __eq__ (line 224) | def __eq__(self, other): ... method __le__ (line 225) | def __le__(self, other): ... method __lt__ (line 226) | def __lt__(self, other): ... method __ge__ (line 227) | def __ge__(self, other): ... method __gt__ (line 228) | def __gt__(self, other): ... method _cmp (line 229) | def _cmp(self, other): ... method date (line 230) | def date(self): ... method time (line 231) | def time(self): ... method timetz (line 232) | def timetz(self): ... method replace (line 233) | def replace( method astimezone (line 246) | def astimezone(self, tz: Incomplete | None = None): ... method utcoffset (line 247) | def utcoffset(self): ... method dst (line 248) | def dst(self): ... method tzname (line 249) | def tzname(self): ... method timetuple (line 250) | def timetuple(self): ... method toordinal (line 251) | def toordinal(self): ... method timestamp (line 252) | def timestamp(self): ... method weekday (line 253) | def weekday(self): ... method isoweekday (line 254) | def isoweekday(self): ... method isoformat (line 255) | def isoformat(self, sep: str = "T", timespec: str = "auto"): ... method __repr__ (line 256) | def __repr__(self) -> str: ... method __str__ (line 257) | def __str__(self) -> str: ... method __hash__ (line 259) | def __hash__(self): ... method tuple (line 260) | def tuple(self): ... FILE: publish/micropython-v1_25_0-webassembly-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readinto (line 84) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 85) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 86) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 87) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 88) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 89) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-webassembly-stubs/fnmatch.pyi function fnmatch (line 3) | def fnmatch(name, pat): function filter (line 19) | def filter(names, pat): function fnmatchcase (line 22) | def fnmatchcase(name, pat): function translate (line 29) | def translate(pat): FILE: publish/micropython-v1_25_0-webassembly-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 90) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 101) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 108) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 114) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 123) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 132) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 139) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 155) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 165) | def blit( method hline (line 195) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 205) | def fill(self, c: int, /) -> None: method fill_rect (line 211) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 212) | def __init__( FILE: publish/micropython-v1_25_0-webassembly-stubs/functools.pyi function partial (line 3) | def partial(func, *args, **kwargs): ... function update_wrapper (line 4) | def update_wrapper(wrapper, wrapped, assigned: Incomplete | None = None,... function wraps (line 5) | def wraps(wrapped, assigned: Incomplete | None = None, updated: Incomple... function reduce (line 6) | def reduce(function, iterable, initializer: Incomplete | None = None): ... FILE: publish/micropython-v1_25_0-webassembly-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0-webassembly-stubs/gzip.pyi class GzipFile (line 37) | class GzipFile: method __init__ (line 60) | def __init__(self, *, fileobj, mode) -> None: ... function open (line 62) | def open(filename, mode: str = "rb") -> Incomplete: function compress (line 68) | def compress(data) -> Incomplete: function decompress (line 74) | def decompress(data) -> Incomplete: FILE: publish/micropython-v1_25_0-webassembly-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha1 (line 71) | class sha1: method __init__ (line 73) | def __init__(self): method __init__ (line 79) | def __init__(self, data: AnyReadableBuf): method __init__ (line 85) | def __init__(self): method __init__ (line 91) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0-webassembly-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-webassembly-stubs/hmac.pyi class HMAC (line 3) | class HMAC: method __init__ (line 8) | def __init__(self, key, msg: Incomplete | None = None, digestmod: Inco... method name (line 10) | def name(self): ... method update (line 11) | def update(self, msg) -> None: ... method copy (line 12) | def copy(self): ... method _current (line 13) | def _current(self): ... method digest (line 14) | def digest(self): ... method hexdigest (line 15) | def hexdigest(self): ... function new (line 17) | def new(key, msg: Incomplete | None = None, digestmod: Incomplete | None... FILE: publish/micropython-v1_25_0-webassembly-stubs/html/__init__.pyi function escape (line 6) | def escape(s, quote: bool = True): FILE: publish/micropython-v1_25_0-webassembly-stubs/inspect.pyi function getmembers (line 5) | def getmembers(obj, pred: Incomplete | None = None): ... function isfunction (line 6) | def isfunction(obj): ... function isgeneratorfunction (line 7) | def isgeneratorfunction(obj): ... function isgenerator (line 8) | def isgenerator(obj): ... class _Class (line 13) | class _Class: method meth (line 14) | def meth() -> None: ... function ismethod (line 18) | def ismethod(obj): ... function isclass (line 19) | def isclass(obj): ... function ismodule (line 20) | def ismodule(obj): ... function getargspec (line 21) | def getargspec(func) -> None: ... function getmodule (line 22) | def getmodule(obj, _filename: Incomplete | None = None) -> None: ... function getmro (line 23) | def getmro(cls): ... function getsourcefile (line 24) | def getsourcefile(obj) -> None: ... function getfile (line 25) | def getfile(obj): ... function getsource (line 26) | def getsource(obj): ... function currentframe (line 27) | def currentframe() -> None: ... function getframeinfo (line 28) | def getframeinfo(frame, context: int = 1): ... FILE: publish/micropython-v1_25_0-webassembly-stubs/itertools.pyi function count (line 4) | def count(start: int = 0, step: int = 1) -> Generator[Incomplete]: ... function cycle (line 5) | def cycle(p) -> Generator[Incomplete, Incomplete]: ... function repeat (line 6) | def repeat(el, n: Incomplete | None = None) -> Generator[Incomplete]: ... function chain (line 7) | def chain(*p) -> Generator[Incomplete, Incomplete]: ... function islice (line 8) | def islice(p, start, stop=(), step: int = 1) -> Generator[Incomplete]: ... function tee (line 9) | def tee(iterable, n: int = 2): ... function starmap (line 10) | def starmap(function, iterable) -> Generator[Incomplete]: ... function accumulate (line 11) | def accumulate(iterable, func=...) -> Generator[Incomplete, None, Incomp... FILE: publish/micropython-v1_25_0-webassembly-stubs/js.pyi function new (line 53) | def new(cls, *args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-webassembly-stubs/jsffi.pyi function create_proxy (line 11) | def create_proxy(*args, **kwargs) -> Incomplete: ... function mem_info (line 12) | def mem_info(*args, **kwargs) -> Incomplete: ... function to_js (line 13) | def to_js(*args, **kwargs) -> Incomplete: ... class JsProxy (line 15) | class JsProxy: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class JsException (line 18) | class JsException(Exception): ... FILE: publish/micropython-v1_25_0-webassembly-stubs/locale.pyi function getpreferredencoding (line 1) | def getpreferredencoding(): ... FILE: publish/micropython-v1_25_0-webassembly-stubs/logging.pyi class LogRecord (line 17) | class LogRecord: method set (line 25) | def set(self, name, level, message) -> None: ... class Handler (line 27) | class Handler: method __init__ (line 30) | def __init__(self, level=...) -> None: ... method close (line 31) | def close(self) -> None: ... method setLevel (line 32) | def setLevel(self, level) -> None: ... method setFormatter (line 33) | def setFormatter(self, formatter) -> None: ... method format (line 34) | def format(self, record): ... class StreamHandler (line 36) | class StreamHandler(Handler): method __init__ (line 39) | def __init__(self, stream: Incomplete | None = None) -> None: ... method close (line 40) | def close(self) -> None: ... method emit (line 41) | def emit(self, record) -> None: ... class FileHandler (line 43) | class FileHandler(StreamHandler): method __init__ (line 44) | def __init__(self, filename, mode: str = "a", encoding: str = "UTF-8")... method close (line 45) | def close(self) -> None: ... class Formatter (line 47) | class Formatter: method __init__ (line 50) | def __init__(self, fmt: Incomplete | None = None, datefmt: Incomplete ... method usesTime (line 51) | def usesTime(self): ... method formatTime (line 52) | def formatTime(self, datefmt, record): ... method format (line 53) | def format(self, record): ... class Logger (line 55) | class Logger: method __init__ (line 60) | def __init__(self, name, level=...) -> None: ... method setLevel (line 61) | def setLevel(self, level) -> None: ... method isEnabledFor (line 62) | def isEnabledFor(self, level): ... method getEffectiveLevel (line 63) | def getEffectiveLevel(self): ... method log (line 64) | def log(self, level, msg, *args) -> None: ... method debug (line 65) | def debug(self, msg, *args) -> None: ... method info (line 66) | def info(self, msg, *args) -> None: ... method warning (line 67) | def warning(self, msg, *args) -> None: ... method error (line 68) | def error(self, msg, *args) -> None: ... method critical (line 69) | def critical(self, msg, *args) -> None: ... method exception (line 70) | def exception(self, msg, *args, exc_info: bool = True) -> None: ... method addHandler (line 71) | def addHandler(self, handler) -> None: ... method hasHandlers (line 72) | def hasHandlers(self): ... function getLogger (line 74) | def getLogger(name: Incomplete | None = None): ... function log (line 75) | def log(level, msg, *args) -> None: ... function debug (line 76) | def debug(msg, *args) -> None: ... function info (line 77) | def info(msg, *args) -> None: ... function warning (line 78) | def warning(msg, *args) -> None: ... function error (line 79) | def error(msg, *args) -> None: ... function critical (line 80) | def critical(msg, *args) -> None: ... function exception (line 81) | def exception(msg, *args) -> None: ... function shutdown (line 82) | def shutdown() -> None: ... function addLevelName (line 83) | def addLevelName(level, name) -> None: ... function basicConfig (line 84) | def basicConfig( FILE: publish/micropython-v1_25_0-webassembly-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-webassembly-stubs/micropython.pyi function pystack_use (line 24) | def pystack_use(*args, **kwargs) -> Incomplete: ... function opt_level (line 26) | def opt_level() -> int: function opt_level (line 46) | def opt_level(level: int, /) -> None: function mem_info (line 66) | def mem_info() -> None: function mem_info (line 77) | def mem_info(verbose: Any, /) -> None: function qstr_info (line 88) | def qstr_info() -> None: function qstr_info (line 99) | def qstr_info(verbose: bool, /) -> None: function schedule (line 109) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 154) | def stack_use() -> int: function kbd_intr (line 162) | def kbd_intr(chr: int) -> None: function const (line 175) | def const(expr: Const_T, /) -> Const_T: function heap_unlock (line 197) | def heap_unlock() -> int: function heap_lock (line 219) | def heap_lock() -> int: class RingIO (line 241) | class RingIO: method readinto (line 242) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 252) | def write(self, buf) -> int: method readline (line 261) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 271) | def any(self) -> int: method read (line 277) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 288) | def close(self) -> Incomplete: method __init__ (line 295) | def __init__(self, size) -> None: ... function viper (line 299) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 310) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 319) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 330) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-webassembly-stubs/mip.pyi function _install_package (line 19) | def _install_package(*args, **kwargs) -> Incomplete: ... function _chunk (line 20) | def _chunk(*args, **kwargs) -> Incomplete: ... function _ensure_path_exists (line 21) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 22) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _download_file (line 23) | def _download_file(*args, **kwargs) -> Incomplete: ... function _check_exists (line 24) | def _check_exists(*args, **kwargs) -> Incomplete: ... function _install_json (line 25) | def _install_json(*args, **kwargs) -> Incomplete: ... function install (line 26) | def install(*args, **kwargs) -> Incomplete: ... function request (line 27) | def request(*args, **kwargs) -> Incomplete: ... function get (line 28) | def get(*args, **kwargs) -> Incomplete: ... class StringIO (line 30) | class StringIO: method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 32) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 33) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 34) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 35) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 37) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 38) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 39) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class Response (line 42) | class Response: method json (line 43) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 44) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-webassembly-stubs/operator.pyi function attrgetter (line 1) | def attrgetter(attr): ... function lt (line 2) | def lt(a, b): ... function le (line 3) | def le(a, b): ... function gt (line 4) | def gt(a, b): ... function ge (line 5) | def ge(a, b): ... function eq (line 6) | def eq(a, b): ... function ne (line 7) | def ne(a, b): ... function mod (line 8) | def mod(a, b): ... function truediv (line 9) | def truediv(a, b): ... function floordiv (line 10) | def floordiv(a, b): ... FILE: publish/micropython-v1_25_0-webassembly-stubs/pathlib.pyi function _mode_if_exists (line 7) | def _mode_if_exists(path): ... function _clean_segment (line 8) | def _clean_segment(segment): ... class Path (line 10) | class Path: method __init__ (line 12) | def __init__(self, *segments) -> None: ... method __truediv__ (line 13) | def __truediv__(self, other): ... method __rtruediv__ (line 14) | def __rtruediv__(self, other): ... method __repr__ (line 15) | def __repr__(self) -> str: ... method __str__ (line 16) | def __str__(self) -> str: ... method __eq__ (line 17) | def __eq__(self, other): ... method absolute (line 18) | def absolute(self): ... method resolve (line 19) | def resolve(self): ... method open (line 20) | def open(self, mode: str = "r", encoding: Incomplete | None = None): ... method exists (line 21) | def exists(self): ... method mkdir (line 22) | def mkdir(self, parents: bool = False, exist_ok: bool = False) -> None... method is_dir (line 23) | def is_dir(self): ... method is_file (line 24) | def is_file(self): ... method _glob (line 25) | def _glob(self, path, pattern, recursive) -> Generator[Incomplete, Inc... method glob (line 26) | def glob(self, pattern): method rglob (line 33) | def rglob(self, pattern): ... method stat (line 34) | def stat(self): ... method read_bytes (line 35) | def read_bytes(self): ... method read_text (line 36) | def read_text(self, encoding: Incomplete | None = None): ... method rename (line 37) | def rename(self, target) -> None: ... method rmdir (line 38) | def rmdir(self) -> None: ... method touch (line 39) | def touch(self, exist_ok: bool = True) -> None: ... method unlink (line 40) | def unlink(self, missing_ok: bool = False) -> None: ... method write_bytes (line 41) | def write_bytes(self, data) -> None: ... method write_text (line 42) | def write_text(self, data, encoding: Incomplete | None = None) -> None... method with_suffix (line 43) | def with_suffix(self, suffix): ... method stem (line 45) | def stem(self): ... method parent (line 47) | def parent(self): ... method name (line 49) | def name(self): ... method suffix (line 51) | def suffix(self): ... FILE: publish/micropython-v1_25_0-webassembly-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0-webassembly-stubs/pyscript/__init__.pyi function display (line 108) | def display(*values, target=None, append:bool=True) -> None: function current_target (line 127) | def current_target() -> Any: function fetch (line 138) | def fetch(url: str, **kw: Any) -> Awaitable[_Response]: function when (line 159) | def when(target, *args, **kwargs class HTML (line 182) | class HTML(): method _repr_html_ (line 186) | def _repr_html_(self, *args, **kwargs) -> Incomplete: method __init__ (line 189) | def __init__(self, html) -> None: class Storage (line 193) | class Storage(dict[str, Any]): method popitem (line 201) | def popitem(self, *args, **kwargs) -> Incomplete: method pop (line 204) | def pop(self, *args, **kwargs) -> Incomplete: method values (line 207) | def values(self, *args, **kwargs) -> Incomplete: method setdefault (line 210) | def setdefault(self, *args, **kwargs) -> Incomplete: method update (line 213) | def update(self, *args, **kwargs) -> Incomplete: method keys (line 216) | def keys(self, *args, **kwargs) -> Incomplete: method copy (line 219) | def copy(self, *args, **kwargs) -> Incomplete: method get (line 222) | def get(self, *args, **kwargs) -> Incomplete: method items (line 225) | def items(self, *args, **kwargs) -> Incomplete: method fromkeys (line 229) | def fromkeys(cls, *args, **kwargs) -> Incomplete: method sync (line 232) | def sync(self) -> Generator: ## = method clear (line 246) | def clear(self) -> None: method __init__ (line 254) | def __init__(self, store: Any) -> None: function storage (line 263) | def storage(name: str = "pyscript", class WebSocket (line 300) | class WebSocket(): method send (line 315) | def send(self, data: str | bytes | bytearray | memoryview) -> None: method close (line 329) | def close(self, code: int = 1000, reason: str = "") -> None: method __init__ (line 342) | def __init__(self, function create_named_worker (line 364) | def create_named_worker(src: str = "", class Event (line 401) | class Event(): method add_listener (line 405) | def add_listener(self, listener) -> None: method remove_listener (line 411) | def remove_listener(self, *args) -> None: method trigger (line 418) | def trigger(self, result) -> None: method __init__ (line 424) | def __init__(self) -> None: FILE: publish/micropython-v1_25_0-webassembly-stubs/pyscript/fs.pyi function unmount (line 21) | def unmount(path: str) -> Generator: ## = function sync (line 33) | def sync(path: str) -> Generator: ## = function mount (line 47) | def mount( FILE: publish/micropython-v1_25_0-webassembly-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0-webassembly-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0-webassembly-stubs/stat.pyi function S_IMODE (line 14) | def S_IMODE(mode): function S_IFMT (line 19) | def S_IFMT(mode): function S_ISDIR (line 32) | def S_ISDIR(mode): function S_ISCHR (line 35) | def S_ISCHR(mode): function S_ISBLK (line 38) | def S_ISBLK(mode): function S_ISREG (line 41) | def S_ISREG(mode): function S_ISFIFO (line 44) | def S_ISFIFO(mode): function S_ISLNK (line 47) | def S_ISLNK(mode): function S_ISSOCK (line 50) | def S_ISSOCK(mode): function filemode (line 86) | def filemode(mode): FILE: publish/micropython-v1_25_0-webassembly-stubs/string.pyi function translate (line 13) | def translate(s, map): ... FILE: publish/micropython-v1_25_0-webassembly-stubs/tarfile/__init__.pyi function _roundup (line 12) | def _roundup(val, align): ... class FileSection (line 14) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 19) | def read(self, sz: int = 65536): ... method readinto (line 20) | def readinto(self, buf): ... method skip (line 21) | def skip(self) -> None: ... class TarInfo (line 23) | class TarInfo: method __init__ (line 26) | def __init__(self, name: str = "") -> None: ... method type (line 28) | def type(self): ... method __str__ (line 29) | def __str__(self) -> str: ... method isdir (line 30) | def isdir(self): ... method isreg (line 31) | def isreg(self): ... class TarFile (line 33) | class TarFile: method __init__ (line 38) | def __init__(self, name: Incomplete | None = None, mode: str = "r", fi... method __enter__ (line 39) | def __enter__(self): ... method __exit__ (line 40) | def __exit__( method next (line 43) | def next(self): ... method __iter__ (line 44) | def __iter__(self): ... method __next__ (line 45) | def __next__(self): ... method extractfile (line 46) | def extractfile(self, tarinfo): ... method close (line 47) | def close(self) -> None: ... FILE: publish/micropython-v1_25_0-webassembly-stubs/tarfile/write.pyi function _open_write (line 8) | def _open_write(self, name, mode, fileobj) -> None: ... function _close_write (line 9) | def _close_write(self) -> None: ... function addfile (line 10) | def addfile(self, tarinfo, fileobj: Incomplete | None = None) -> None: ... function add (line 11) | def add(self, name, recursive: bool = True) -> None: ... FILE: publish/micropython-v1_25_0-webassembly-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_ms (line 118) | def ticks_ms() -> int: function ticks_cpu (line 142) | def ticks_cpu() -> _TicksCPU: function ticks_add (line 157) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 184) | def time_ns() -> int: function ticks_us (line 191) | def ticks_us() -> _TicksUs: function time (line 197) | def time() -> int: function strftime (line 225) | def strftime(*args, **kwargs) -> Incomplete: ... function gmtime (line 226) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 248) | def localtime(secs: int | None = None, /) -> Tuple: function const (line 270) | def const(*args, **kwargs) -> Incomplete: ... function sleep_us (line 271) | def sleep_us(us: int, /) -> None: function sleep_ms (line 281) | def sleep_ms(ms: int, /) -> None: function mktime (line 292) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 300) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-webassembly-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 165) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0-webassembly-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-webassembly-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-webassembly-stubs/unittest/__init__.pyi class SkipTest (line 3) | class SkipTest(Exception): ... class AssertRaisesContext (line 5) | class AssertRaisesContext: method __init__ (line 7) | def __init__(self, exc) -> None: ... method __enter__ (line 8) | def __enter__(self): ... method __exit__ (line 10) | def __exit__(self, exc_type: type[BaseException] | None, exc_value: Ba... class SubtestContext (line 15) | class SubtestContext: method __init__ (line 18) | def __init__(self, msg: Incomplete | None = None, params: Incomplete |... method __enter__ (line 19) | def __enter__(self) -> None: ... method __exit__ (line 20) | def __exit__(self, *exc_info): ... class NullContext (line 22) | class NullContext: method __enter__ (line 23) | def __enter__(self) -> None: ... method __exit__ (line 24) | def __exit__( class TestCase (line 28) | class TestCase: method __init__ (line 29) | def __init__(self) -> None: ... method addCleanup (line 31) | def addCleanup(self, func, *args, **kwargs) -> None: ... method doCleanups (line 32) | def doCleanups(self) -> None: ... method subTest (line 33) | def subTest(self, msg: Incomplete | None = None, **params): ... method skipTest (line 34) | def skipTest(self, reason) -> None: ... method fail (line 35) | def fail(self, msg: str = "") -> None: ... method assertEqual (line 36) | def assertEqual(self, x, y, msg: str = "") -> None: ... method assertNotEqual (line 37) | def assertNotEqual(self, x, y, msg: str = "") -> None: ... method assertLessEqual (line 38) | def assertLessEqual(self, x, y, msg: Incomplete | None = None) -> None... method assertGreaterEqual (line 39) | def assertGreaterEqual(self, x, y, msg: Incomplete | None = None) -> N... method assertAlmostEqual (line 40) | def assertAlmostEqual(self, x, y, places: Incomplete | None = None, ms... method assertNotAlmostEqual (line 41) | def assertNotAlmostEqual(self, x, y, places: Incomplete | None = None,... method assertIs (line 42) | def assertIs(self, x, y, msg: str = "") -> None: ... method assertIsNot (line 43) | def assertIsNot(self, x, y, msg: str = "") -> None: ... method assertIsNone (line 44) | def assertIsNone(self, x, msg: str = "") -> None: ... method assertIsNotNone (line 45) | def assertIsNotNone(self, x, msg: str = "") -> None: ... method assertTrue (line 46) | def assertTrue(self, x, msg: str = "") -> None: ... method assertFalse (line 47) | def assertFalse(self, x, msg: str = "") -> None: ... method assertIn (line 48) | def assertIn(self, x, y, msg: str = "") -> None: ... method assertIsInstance (line 49) | def assertIsInstance(self, x, y, msg: str = "") -> None: ... method assertRaises (line 50) | def assertRaises(self, exc, func: Incomplete | None = None, *args, **k... method assertWarns (line 51) | def assertWarns(self, warn): ... function skip (line 53) | def skip(msg): ... function skipIf (line 54) | def skipIf(cond, msg): ... function skipUnless (line 55) | def skipUnless(cond, msg): ... function expectedFailure (line 56) | def expectedFailure(test): ... class TestSuite (line 58) | class TestSuite: method __init__ (line 61) | def __init__(self, name: str = "") -> None: ... method addTest (line 62) | def addTest(self, cls) -> None: ... method run (line 63) | def run(self, result): ... method _load_module (line 64) | def _load_module(self, mod) -> None: ... class TestRunner (line 66) | class TestRunner: method run (line 67) | def run(self, suite: TestSuite): ... class TestResult (line 71) | class TestResult: method __init__ (line 80) | def __init__(self) -> None: ... method wasSuccessful (line 81) | def wasSuccessful(self): ... method printErrors (line 82) | def printErrors(self) -> None: ... method printErrorList (line 83) | def printErrorList(self, lst) -> None: ... method __repr__ (line 84) | def __repr__(self) -> str: ... method __add__ (line 85) | def __add__(self, other): ... function _capture_exc (line 87) | def _capture_exc(exc, exc_traceback): ... function _handle_test_exception (line 88) | def _handle_test_exception(current_test: tuple, test_result: TestResult,... function _run_suite (line 89) | def _run_suite(c, test_result: TestResult, suite_name: str = ""): ... function main (line 90) | def main(module: str = "__main__", testRunner: Incomplete | None = None)... FILE: publish/micropython-v1_25_0-webassembly-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-webassembly-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-webassembly-stubs/uu.pyi class Error (line 5) | class Error(Exception): ... function encode (line 7) | def encode(in_file, out_file, name: Incomplete | None = None, mode: Inco... function decode (line 10) | def decode(in_file, out_file: Incomplete | None = None, mode: Incomplete... FILE: publish/micropython-v1_25_0-webassembly-stubs/vfs.pyi function mount (line 34) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 46) | def mount() -> List[tuple[Incomplete, str]]: function umount (line 57) | def umount(mount_point: Incomplete) -> Incomplete: class VfsPosix (line 67) | class VfsPosix: method rename (line 74) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 75) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 76) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 77) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 78) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 79) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 80) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 81) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 82) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 83) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 84) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 85) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 86) | def __init__(self, root: str | None = None) -> None: ... class AbstractBlockDev (line 88) | class AbstractBlockDev: method readblocks (line 92) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 95) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 113) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 136) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 160) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 164) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0-webassembly-stubs/zlib.pyi function _decode_wbits (line 39) | def _decode_wbits(wbits, decompress): ... function compress (line 40) | def compress(data, wbits=...) -> Incomplete: function decompress (line 70) | def decompress(data, wbits=...) -> bytes: FILE: publish/micropython-v1_25_0-windows-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0-windows-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0-windows-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0-windows-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readinto (line 84) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 85) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 86) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 87) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 88) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 89) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0-windows-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0-windows-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha1 (line 71) | class sha1: method __init__ (line 73) | def __init__(self): method __init__ (line 79) | def __init__(self, data: AnyReadableBuf): method __init__ (line 85) | def __init__(self): method __init__ (line 91) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0-windows-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0-windows-stubs/machine.pyi function idle (line 53) | def idle() -> None: function soft_reset (line 68) | def soft_reset() -> NoReturn: function time_pulse_us (line 75) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... class PinBase (line 96) | class PinBase: method __init__ (line 97) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 99) | class Signal(Pin): method off (line 168) | def off(self) -> None: method on (line 174) | def on(self) -> None: method value (line 181) | def value(self) -> int: method value (line 201) | def value(self, x: Any, /) -> None: method __init__ (line 221) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 241) | def __init__( class ADC (line 284) | class ADC: method width (line 288) | def width(self, bits: int) -> None: method read (line 313) | def read(self) -> int: method atten (line 327) | def atten(self, atten: int) -> None: class ADCBlock (line 335) | class ADCBlock: method connect (line 337) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 339) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 341) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class I2C (line 362) | class I2C: method __init__ (line 364) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 381) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 398) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... method init (line 412) | def init(self, *, freq: int = 400_000) -> None: method init (line 426) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... class Pin (line 439) | class Pin: method value (line 441) | def value(self) -> int: method value (line 475) | def value(self, x: Any, /) -> None: method __call__ (line 509) | def __call__(self) -> int: method __call__ (line 517) | def __call__(self, x: Any, /) -> None: method mode (line 525) | def mode(self) -> int: method mode (line 534) | def mode(self, mode: int, /) -> None: method pull (line 543) | def pull(self) -> int: method pull (line 552) | def pull(self, pull: int, /) -> None: method drive (line 561) | def drive(self, drive: int, /) -> None: method drive (line 571) | def drive(self, /) -> int: class PWM (line 579) | class PWM: method freq (line 581) | def freq(self) -> int: method freq (line 592) | def freq( method duty_u16 (line 607) | def duty_u16(self) -> int: method duty_u16 (line 619) | def duty_u16( method duty_ns (line 635) | def duty_ns(self) -> int: method duty_ns (line 645) | def duty_ns( class RTC (line 658) | class RTC: method __init__ (line 660) | def __init__(self, id: int = 0): method __init__ (line 666) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 674) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 682) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 690) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 698) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 706) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 714) | def init(self) -> None: method init (line 729) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 744) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 759) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 774) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 789) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 804) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 819) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 827) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 835) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 843) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 851) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 859) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 867) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SDCard (line 874) | class SDCard: method readblocks (line 876) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 886) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 896) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 907) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... class SPI (line 921) | class SPI: method __init__ (line 923) | def __init__(self, id: int, /): method __init__ (line 936) | def __init__( method __init__ (line 962) | def __init__( method init (line 986) | def init( method init (line 1021) | def init( class Timer (line 1053) | class Timer: method __init__ (line 1055) | def __init__(self, id: int, /): method __init__ (line 1065) | def __init__( method __init__ (line 1083) | def __init__( method __init__ (line 1101) | def __init__( method init (line 1119) | def init( method init (line 1127) | def init( method init (line 1135) | def init( class UART (line 1181) | class UART: method __init__ (line 1183) | def __init__( method __init__ (line 1205) | def __init__( method __init__ (line 1221) | def __init__( method init (line 1237) | def init( method init (line 1306) | def init( method init (line 1369) | def init( method read (line 1432) | def read(self) -> bytes | None: method read (line 1443) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1454) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1465) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: function freq (line 1476) | def freq() -> int: function freq (line 1484) | def freq(hz: int, /) -> None: function freq (line 1492) | def freq(self) -> int: function freq (line 1500) | def freq( function lightsleep (line 1512) | def lightsleep() -> None: function lightsleep (line 1537) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 1562) | def deepsleep() -> NoReturn: function deepsleep (line 1587) | def deepsleep(time_ms: int, /) -> NoReturn: FILE: publish/micropython-v1_25_0-windows-stubs/math.pyi function isnan (line 32) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 38) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 44) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 50) | def trunc(x: SupportsFloat, /) -> int: function gamma (line 56) | def gamma(x: SupportsFloat, /) -> float: function frexp (line 62) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function isinf (line 71) | def isinf(x: SupportsFloat, /) -> bool: function isclose (line 77) | def isclose(*args, **kwargs) -> Incomplete: ... function isfinite (line 78) | def isfinite(x: SupportsFloat, /) -> bool: function sqrt (line 84) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 90) | def sinh(x: SupportsFloat, /) -> float: function log (line 96) | def log(x: SupportsFloat, /) -> float: function tan (line 104) | def tan(x: SupportsFloat, /) -> float: function tanh (line 110) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 116) | def log2(x: SupportsFloat, /) -> float: function log10 (line 122) | def log10(x: SupportsFloat, /) -> float: function sin (line 128) | def sin(x: SupportsFloat, /) -> float: function modf (line 134) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 141) | def radians(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function fmod (line 159) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function atanh (line 165) | def atanh(x: SupportsFloat, /) -> float: function ceil (line 171) | def ceil(x: SupportsFloat, /) -> int: function acos (line 177) | def acos(x: SupportsFloat, /) -> float: function pow (line 183) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 189) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 195) | def acosh(x: SupportsFloat, /) -> float: function asin (line 201) | def asin(x: SupportsFloat, /) -> float: function expm1 (line 207) | def expm1(x: SupportsFloat, /) -> float: function exp (line 213) | def exp(x: SupportsFloat, /) -> float: function copysign (line 219) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function fabs (line 225) | def fabs(x: SupportsFloat, /) -> float: function floor (line 231) | def floor(x: SupportsFloat, /) -> int: function cosh (line 237) | def cosh(x: SupportsFloat, /) -> float: function cos (line 243) | def cos(x: SupportsFloat, /) -> float: function erfc (line 249) | def erfc(x: SupportsFloat, /) -> float: function degrees (line 255) | def degrees(x: SupportsFloat, /) -> float: function erf (line 261) | def erf(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0-windows-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_peak (line 64) | def mem_peak(*args, **kwargs) -> Incomplete: ... function mem_total (line 65) | def mem_total(*args, **kwargs) -> Incomplete: ... function schedule (line 66) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function pystack_use (line 111) | def pystack_use(*args, **kwargs) -> Incomplete: ... function qstr_info (line 113) | def qstr_info() -> None: function qstr_info (line 124) | def qstr_info(verbose: bool, /) -> None: function stack_use (line 134) | def stack_use() -> int: function heap_lock (line 142) | def heap_lock() -> int: function mem_info (line 165) | def mem_info() -> None: function mem_info (line 176) | def mem_info(verbose: Any, /) -> None: function const (line 186) | def const(expr: Const_T, /) -> Const_T: function mem_current (line 208) | def mem_current(*args, **kwargs) -> Incomplete: ... function heap_unlock (line 209) | def heap_unlock() -> int: function kbd_intr (line 231) | def kbd_intr(chr: int) -> None: function viper (line 246) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 257) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 266) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 277) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0-windows-stubs/random.pyi function seed (line 43) | def seed(n: int | None = None, /) -> None: function getrandbits (line 55) | def getrandbits(n: int, /) -> int: function randrange (line 62) | def randrange(stop: int, /) -> int: function randrange (line 72) | def randrange(start: int, stop: int, /) -> int: function randrange (line 82) | def randrange(start: int, stop: int, step: int, /) -> int: FILE: publish/micropython-v1_25_0-windows-stubs/time.pyi function ticks_cpu (line 52) | def ticks_cpu() -> _TicksCPU: function ticks_diff (line 67) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 133) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 160) | def time_ns() -> int: function time (line 167) | def time() -> int: function ticks_ms (line 195) | def ticks_ms() -> int: function ticks_us (line 219) | def ticks_us() -> _TicksUs: function gmtime (line 225) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 247) | def localtime(secs: int | None = None, /) -> Tuple: function clock (line 269) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 270) | def sleep_us(us: int, /) -> None: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0-windows-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0-windows-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0-windows-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-windows-stubs/urandom.pyi function seed (line 11) | def seed(*args, **kwargs) -> Incomplete: ... function getrandbits (line 12) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-windows-stubs/ure.pyi function match (line 11) | def match(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0-windows-stubs/vfs.pyi function mount (line 34) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 46) | def mount() -> List[tuple[Incomplete, str]]: function umount (line 57) | def umount(mount_point: Incomplete) -> Incomplete: class VfsPosix (line 67) | class VfsPosix: method rename (line 74) | def rename(self, *args, **kwargs) -> Incomplete: ... method mount (line 75) | def mount(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 76) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 77) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 78) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 79) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 80) | def remove(self, *args, **kwargs) -> Incomplete: ... method open (line 81) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 82) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 83) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 84) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, root: str | None = None) -> None: ... class AbstractBlockDev (line 87) | class AbstractBlockDev: method readblocks (line 91) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 94) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 112) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 135) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 159) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 163) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/_espnow.pyi class ESPNowBase (line 16) | class ESPNowBase: method irq (line 17) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 18) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 19) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 20) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 22) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 23) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 25) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 26) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 29) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 30) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend( method __aiter__ (line 11) | def __aiter__(self): ... method __anext__ (line 12) | async def __anext__(self): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 65) | def gattc_write( method gatts_indicate (line 92) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 110) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 131) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 145) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 158) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 168) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 183) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 246) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 253) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 447) | def gap_advertise( method gap_connect (line 472) | def gap_connect( method gattc_discover_descriptors (line 504) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 514) | def config(self, param: str, /) -> Any: method config (line 578) | def config(self, **kwargs) -> None: method config (line 642) | def config(self, param: str, /) -> Any: method config (line 706) | def config(self, **kwargs) -> None: method active (line 770) | def active(self) -> bool: method active (line 779) | def active(self, active: bool, /) -> None: method active (line 788) | def active(self) -> bool: method active (line 797) | def active(self, active: bool, /) -> None: method gap_scan (line 805) | def gap_scan( method gattc_discover_characteristics (line 848) | def gattc_discover_characteristics( method gap_disconnect (line 870) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 885) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 903) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 914) | def __init__(self) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 74) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 75) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 76) | def flash_user_start() -> int: function flash_erase (line 82) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 88) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 97) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 105) | def flash_size() -> int: function sleep_type (line 113) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 135) | def sleep_type() -> int: function set_native_code_location (line 156) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 196) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/esp32.pyi function raw_temperature (line 28) | def raw_temperature() -> int: function idf_heap_info (line 34) | def idf_heap_info(capabilities: int) -> List[Tuple]: function wake_on_touch (line 72) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ext0 (line 79) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_ext1 (line 87) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 95) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 102) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 109) | class ULP: method run (line 115) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 121) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 127) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 133) | def __init__(self) -> None: class NVS (line 138) | class NVS: method get_i32 (line 151) | def get_i32(self, key: str, /) -> int: method set_i32 (line 158) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 164) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 173) | def commit(self) -> None: method get_blob (line 179) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 187) | def erase_key(self, key: str, /) -> None: method __init__ (line 193) | def __init__(self, namespace: str, /) -> None: class Partition (line 199) | class Partition(AbstractBlockDev): method readblocks (line 211) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 221) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 231) | def ioctl(self, op: int, arg) -> None: method ioctl (line 240) | def ioctl(self, op: int) -> int: method set_boot (line 248) | def set_boot(self) -> None: method writeblocks (line 260) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 271) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 285) | def info(self) -> Tuple: method find (line 292) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 303) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 312) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 325) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 331) | class RMT: method source_freq (line 376) | def source_freq(cls) -> int: method loop (line 383) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 392) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 402) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 432) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 462) | def write_pulses( method bitstream_channel (line 497) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 511) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 512) | def clock_div(self) -> int: method __init__ (line 519) | def __init__( FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/espnow.pyi class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 38) | def peer_count(self) -> int: method recv (line 49) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 89) | def mod_peer( method irecv (line 105) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 136) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 153) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 188) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 215) | def any(self) -> bool: method add_peer (line 235) | def add_peer( method active (line 302) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 333) | def send( method send (line 385) | def send( method config (line 435) | def config(self, param) -> str: method get_peers (line 481) | def get_peers(self) -> Tuple: method get_peer (line 488) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 506) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 523) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 555) | def __init__(self) -> None: ... method __iter__ (line 558) | def __iter__(self) -> ESPNow: ... method __next__ (line 560) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 562) | class ESPNowBase: method irq (line 563) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 564) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 565) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 566) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 567) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 568) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 569) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 570) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 571) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 572) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 573) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 574) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 575) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 576) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 577) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/machine.pyi function deepsleep (line 47) | def deepsleep() -> NoReturn: function deepsleep (line 72) | def deepsleep(time_ms: int, /) -> NoReturn: function soft_reset (line 96) | def soft_reset() -> NoReturn: function dht_readinto (line 103) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function reset (line 104) | def reset() -> NoReturn: function unique_id (line 111) | def unique_id() -> bytes: function time_pulse_us (line 120) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function bitstream (line 138) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function idle (line 162) | def idle() -> None: function freq (line 178) | def freq() -> int: function freq (line 186) | def freq(hz: int, /) -> None: function freq (line 194) | def freq(self) -> int: function freq (line 202) | def freq( function lightsleep (line 214) | def lightsleep() -> None: function lightsleep (line 239) | def lightsleep(time_ms: int, /) -> None: function disable_irq (line 263) | def disable_irq() -> bool: function enable_irq (line 272) | def enable_irq(state: bool = True, /) -> None: function reset_cause (line 280) | def reset_cause() -> int: function sleep (line 287) | def sleep() -> None: function wake_reason (line 293) | def wake_reason() -> int: class PWM (line 303) | class PWM: method duty_u16 (line 355) | def duty_u16(self) -> int: method duty_u16 (line 367) | def duty_u16( method init (line 382) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 390) | def freq(self) -> int: method freq (line 401) | def freq( method deinit (line 415) | def deinit(self) -> None: method duty_ns (line 422) | def duty_ns(self) -> int: method duty_ns (line 432) | def duty_ns( method duty (line 445) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 446) | def __init__( class UART (line 471) | class UART: method irq (line 514) | def irq( method sendbreak (line 551) | def sendbreak(self) -> None: method deinit (line 558) | def deinit(self) -> None: method init (line 569) | def init( method init (line 638) | def init( method init (line 701) | def init( method flush (line 763) | def flush(self) -> Incomplete: method txdone (line 778) | def txdone(self) -> bool: method read (line 794) | def read(self) -> bytes | None: method read (line 805) | def read(self, nbytes: int, /) -> bytes | None: method any (line 815) | def any(self) -> int: method write (line 830) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 839) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 850) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 860) | def readline(self) -> Union[str, None]: method __init__ (line 870) | def __init__( method __init__ (line 892) | def __init__( method __init__ (line 908) | def __init__( class ADCBlock (line 926) | class ADCBlock: method init (line 936) | def init(self, *, bits) -> None: method connect (line 943) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 964) | def __init__(self, id, *, bits) -> None: ... class ADC (line 966) | class ADC: method read_u16 (line 992) | def read_u16(self) -> int: method init (line 1000) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 1008) | def read_uv(self) -> int: method width (line 1016) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 1017) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 1018) | def block(self) -> Incomplete: method atten (line 1028) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1029) | def __init__(self, pin: PinLike, /) -> None: class I2S (line 1040) | class I2S: method shift (line 1116) | def shift( method init (line 1129) | def init( method irq (line 1146) | def irq( method readinto (line 1158) | def readinto( method deinit (line 1171) | def deinit(self) -> None: method write (line 1177) | def write( method __init__ (line 1190) | def __init__( class DAC (line 1232) | class DAC: method write (line 1233) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1234) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1236) | class I2C: method readfrom_mem_into (line 1273) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1285) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1295) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1304) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1315) | def scan(self) -> List: method writeto (line 1323) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1333) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1349) | def start(self) -> None: method readfrom (line 1355) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1363) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1374) | def init(self, *, freq: int = 400_000) -> None: method init (line 1388) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1401) | def stop(self) -> None: method write (line 1407) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1416) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1433) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1450) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class Timer (line 1463) | class Timer: method deinit (line 1488) | def deinit(self) -> None: method init (line 1495) | def init( method init (line 1503) | def init( method init (line 1511) | def init( method value (line 1557) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1559) | def __init__(self, id: int, /): method __init__ (line 1569) | def __init__( method __init__ (line 1587) | def __init__( method __init__ (line 1605) | def __init__( class SoftSPI (line 1622) | class SoftSPI(SPI): method deinit (line 1631) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1632) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1633) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1634) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1635) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1636) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1637) | def __init__( class Pin (line 1650) | class Pin: method irq (line 1707) | def irq( method on (line 1761) | def on(self) -> None: method off (line 1767) | def off(self) -> None: method value (line 1774) | def value(self) -> int: method value (line 1808) | def value(self, x: Any, /) -> None: method init (line 1841) | def init( class board (line 1859) | class board: method __init__ (line 1860) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1862) | def __init__( method __call__ (line 1937) | def __call__(self) -> int: method __call__ (line 1945) | def __call__(self, x: Any, /) -> None: method mode (line 1953) | def mode(self) -> int: method mode (line 1962) | def mode(self, mode: int, /) -> None: method pull (line 1971) | def pull(self) -> int: method pull (line 1980) | def pull(self, pull: int, /) -> None: method drive (line 1989) | def drive(self, drive: int, /) -> None: method drive (line 1999) | def drive(self, /) -> int: class TouchPad (line 2007) | class TouchPad: method config (line 2008) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2009) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2010) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 2012) | class WDT: method feed (line 2028) | def feed(self) -> None: method __init__ (line 2036) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SDCard (line 2045) | class SDCard(AbstractBlockDev): method ioctl (line 2138) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2140) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2150) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2160) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2171) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2185) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2186) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2187) | def __init__( class RTC (line 2230) | class RTC: method init (line 2249) | def init(self) -> None: method init (line 2264) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2279) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2294) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2309) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2324) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2339) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 2353) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 2370) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2387) | def __init__(self, id: int = 0): method __init__ (line 2393) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2401) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2409) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2417) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2425) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2433) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 2441) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2449) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2457) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2465) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2473) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2481) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2489) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SoftI2C (line 2496) | class SoftI2C(I2C): method readfrom_mem_into (line 2509) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2510) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2511) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2512) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2513) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2514) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2515) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2516) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2517) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2518) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2519) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2520) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2521) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2522) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SPI (line 2524) | class SPI: method deinit (line 2581) | def deinit(self) -> None: method init (line 2588) | def init( method init (line 2623) | def init( method write_readinto (line 2655) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2666) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2674) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2683) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2694) | def __init__(self, id: int, /): method __init__ (line 2707) | def __init__( method __init__ (line 2733) | def __init__( class Signal (line 2756) | class Signal(Pin): method off (line 2826) | def off(self) -> None: method on (line 2832) | def on(self) -> None: method value (line 2839) | def value(self) -> int: method value (line 2859) | def value(self, x: Any, /) -> None: method __init__ (line 2879) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2899) | def __init__( FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/network.pyi function country (line 100) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 101) | def hostname(*args, **kwargs) -> Incomplete: ... function ipconfig (line 102) | def ipconfig(*args, **kwargs) -> Incomplete: ... function phy_mode (line 103) | def phy_mode(*args, **kwargs) -> Incomplete: ... class LAN (line 105) | class LAN: method __init__ (line 128) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 145) | def isconnected(self) -> bool: method status (line 152) | def status(self) -> Incomplete: method ifconfig (line 158) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 170) | def config(self, config_parameters) -> Incomplete: method active (line 542) | def active(self, /) -> bool: method active (line 550) | def active(self, is_active: bool | int, /) -> None: class PPP (line 190) | class PPP: method __init__ (line 207) | def __init__(self, stream) -> None: ... method connect (line 208) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method disconnect (line 226) | def disconnect(self) -> Incomplete: method isconnected (line 232) | def isconnected(self) -> bool: method status (line 239) | def status(self) -> Incomplete: method config (line 245) | def config(self, config_parameters) -> Incomplete: method ipconfig (line 255) | def ipconfig(self, param) -> Incomplete: method ifconfig (line 261) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method poll (line 267) | def poll(self) -> Incomplete: class WLAN (line 275) | class WLAN: method ifconfig (line 304) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 315) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 325) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 326) | def isconnected(self) -> bool: method scan (line 334) | def scan(self) -> List[Tuple]: method status (line 364) | def status(self) -> int: method status (line 394) | def status(self, param: str, /) -> int: method disconnect (line 423) | def disconnect(self) -> None: method active (line 430) | def active(self, /) -> bool: method active (line 438) | def active(self, is_active: bool | int, /) -> None: method config (line 446) | def config(self, param: str, /) -> Any: method config (line 481) | def config(self, **kwargs: Any) -> None: method connect (line 515) | def connect( method __init__ (line 531) | def __init__(self, interface_id: int, /) -> None: class LAN (line 540) | class LAN: method __init__ (line 128) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 145) | def isconnected(self) -> bool: method status (line 152) | def status(self) -> Incomplete: method ifconfig (line 158) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 170) | def config(self, config_parameters) -> Incomplete: method active (line 542) | def active(self, /) -> bool: method active (line 550) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 557) | class WLANWiPy: method __init__ (line 559) | def __init__(self, id: int = 0, /): method __init__ (line 573) | def __init__( method mode (line 597) | def mode(self) -> int: method mode (line 603) | def mode(self, mode: int, /) -> None: method ssid (line 609) | def ssid(self) -> str: method ssid (line 615) | def ssid(self, ssid: str, /) -> None: method auth (line 621) | def auth(self) -> int: method auth (line 627) | def auth(self, auth: int, /) -> None: method channel (line 633) | def channel(self) -> int: method channel (line 639) | def channel(self, channel: int, /) -> None: method antenna (line 645) | def antenna(self) -> int: method antenna (line 651) | def antenna(self, antenna: int, /) -> None: method mac (line 657) | def mac(self) -> bytes: method mac (line 663) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 668) | class AbstractNIC: method active (line 671) | def active(self, /) -> bool: method active (line 682) | def active(self, is_active: bool | int, /) -> None: method connect (line 693) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 712) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 731) | def status(self) -> Any: method status (line 749) | def status(self, param: str, /) -> Any: method ifconfig (line 767) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 781) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 795) | def config(self, param: str, /) -> Any: method config (line 814) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/socket.pyi function getaddrinfo (line 94) | def getaddrinfo( class socket (line 144) | class socket: method recvfrom (line 153) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 161) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 169) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 189) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 208) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 217) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 218) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 231) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 239) | def setblocking(self, value: bool, /) -> None: method sendto (line 251) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 258) | def settimeout(self, value: float | None, /) -> None: method readline (line 294) | def readline(self) -> bytes: method readinto (line 303) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 313) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 323) | def read(self) -> bytes: method read (line 333) | def read(self, size: int, /) -> bytes: method close (line 342) | def close(self) -> None: method connect (line 353) | def connect(self, address: _Address | bytes, /) -> None: method send (line 359) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 367) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 373) | def accept(self) -> Tuple: method write (line 382) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 393) | def __init__( FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 12) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/uhashlib.pyi class sha1 (line 10) | class sha1: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 15) | class sha256: method digest (line 16) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 17) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 20) | class md5: method digest (line 21) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 22) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 21) | def __init__( method _send_str (line 31) | def _send_str(self, s) -> None: ... method _recv_len (line 32) | def _recv_len(self): ... method set_callback (line 33) | def set_callback(self, f) -> None: ... method set_last_will (line 34) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 35) | def connect(self, clean_session: bool = True, timeout: Incomplete | No... method disconnect (line 36) | def disconnect(self) -> None: ... method ping (line 37) | def ping(self) -> None: ... method publish (line 38) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 39) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 40) | def wait_msg(self): ... method check_msg (line 41) | def check_msg(self): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/_espnow.pyi class ESPNowBase (line 16) | class ESPNowBase: method irq (line 17) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 18) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 19) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 20) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 22) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 23) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 25) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 26) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 29) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 30) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend( method __aiter__ (line 11) | def __aiter__(self): ... method __anext__ (line 12) | async def __anext__(self): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 65) | def gattc_write( method gatts_indicate (line 92) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 110) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 131) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 145) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 158) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 168) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 183) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 246) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 253) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 447) | def gap_advertise( method gap_connect (line 472) | def gap_connect( method gattc_discover_descriptors (line 504) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 514) | def config(self, param: str, /) -> Any: method config (line 578) | def config(self, **kwargs) -> None: method config (line 642) | def config(self, param: str, /) -> Any: method config (line 706) | def config(self, **kwargs) -> None: method active (line 770) | def active(self) -> bool: method active (line 779) | def active(self, active: bool, /) -> None: method active (line 788) | def active(self) -> bool: method active (line 797) | def active(self, active: bool, /) -> None: method gap_scan (line 805) | def gap_scan( method gattc_discover_characteristics (line 848) | def gattc_discover_characteristics( method gap_disconnect (line 870) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 885) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 903) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 914) | def __init__(self) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 74) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 75) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 76) | def flash_user_start() -> int: function flash_erase (line 82) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 88) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 97) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 105) | def flash_size() -> int: function sleep_type (line 113) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 135) | def sleep_type() -> int: function set_native_code_location (line 156) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 196) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/esp32.pyi function mcu_temperature (line 28) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function wake_on_touch (line 29) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ext0 (line 36) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_ext1 (line 44) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 52) | def wake_on_ulp(wake) -> None: function idf_heap_info (line 59) | def idf_heap_info(capabilities: int) -> List[Tuple]: class NVS (line 97) | class NVS: method get_i32 (line 110) | def get_i32(self, key: str, /) -> int: method set_i32 (line 117) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 123) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 132) | def commit(self) -> None: method get_blob (line 138) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 146) | def erase_key(self, key: str, /) -> None: method __init__ (line 152) | def __init__(self, namespace: str, /) -> None: class RMT (line 158) | class RMT: method source_freq (line 203) | def source_freq(cls) -> int: method loop (line 210) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 219) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 229) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 259) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 289) | def write_pulses( method bitstream_channel (line 324) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 338) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 339) | def clock_div(self) -> int: method __init__ (line 346) | def __init__( class Partition (line 372) | class Partition(AbstractBlockDev): method readblocks (line 384) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 394) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 404) | def ioctl(self, op: int, arg) -> None: method ioctl (line 413) | def ioctl(self, op: int) -> int: method set_boot (line 421) | def set_boot(self) -> None: method writeblocks (line 433) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 444) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 458) | def info(self) -> Tuple: method find (line 465) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 476) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 485) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 498) | def __init__(self, id: str, block_size=4096, /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/espnow.pyi class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 38) | def peer_count(self) -> int: method recv (line 49) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 89) | def mod_peer( method irecv (line 105) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 136) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 153) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 188) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 215) | def any(self) -> bool: method add_peer (line 235) | def add_peer( method active (line 302) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 333) | def send( method send (line 385) | def send( method config (line 435) | def config(self, param) -> str: method get_peers (line 481) | def get_peers(self) -> Tuple: method get_peer (line 488) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 506) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 523) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 555) | def __init__(self) -> None: ... method __iter__ (line 558) | def __iter__(self) -> ESPNow: ... method __next__ (line 560) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 562) | class ESPNowBase: method irq (line 563) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 564) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 565) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 566) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 567) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 568) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 569) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 570) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 571) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 572) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 573) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 574) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 575) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 576) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 577) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/machine.pyi function enable_irq (line 46) | def enable_irq(state: bool = True, /) -> None: function wake_reason (line 54) | def wake_reason() -> int: function deepsleep (line 63) | def deepsleep() -> NoReturn: function deepsleep (line 88) | def deepsleep(time_ms: int, /) -> NoReturn: function disable_irq (line 112) | def disable_irq() -> bool: function dht_readinto (line 121) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function sleep (line 123) | def sleep() -> None: function soft_reset (line 129) | def soft_reset() -> NoReturn: function time_pulse_us (line 136) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 154) | def unique_id() -> bytes: function freq (line 164) | def freq() -> int: function freq (line 172) | def freq(hz: int, /) -> None: function freq (line 180) | def freq(self) -> int: function freq (line 188) | def freq( function reset_cause (line 199) | def reset_cause() -> int: function idle (line 205) | def idle() -> None: function lightsleep (line 221) | def lightsleep() -> None: function lightsleep (line 246) | def lightsleep(time_ms: int, /) -> None: function reset (line 270) | def reset() -> NoReturn: function bitstream (line 277) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class WDT (line 301) | class WDT: method feed (line 317) | def feed(self) -> None: method __init__ (line 325) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Pin (line 334) | class Pin: method irq (line 391) | def irq( method on (line 445) | def on(self) -> None: method off (line 451) | def off(self) -> None: method value (line 458) | def value(self) -> int: method value (line 492) | def value(self, x: Any, /) -> None: method init (line 525) | def init( class board (line 543) | class board: method __init__ (line 544) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 546) | def __init__( method __call__ (line 621) | def __call__(self) -> int: method __call__ (line 629) | def __call__(self, x: Any, /) -> None: method mode (line 637) | def mode(self) -> int: method mode (line 646) | def mode(self, mode: int, /) -> None: method pull (line 655) | def pull(self) -> int: method pull (line 664) | def pull(self, pull: int, /) -> None: method drive (line 673) | def drive(self, drive: int, /) -> None: method drive (line 683) | def drive(self, /) -> int: class RTC (line 691) | class RTC: method init (line 710) | def init(self) -> None: method init (line 725) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 740) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 755) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 770) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 785) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 800) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 814) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 831) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 848) | def __init__(self, id: int = 0): method __init__ (line 854) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 862) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 870) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 878) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 886) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 894) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 902) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 910) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 918) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 926) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 934) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 942) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 950) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class PWM (line 959) | class PWM: method duty_u16 (line 1011) | def duty_u16(self) -> int: method duty_u16 (line 1023) | def duty_u16( method init (line 1038) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 1046) | def freq(self) -> int: method freq (line 1057) | def freq( method deinit (line 1071) | def deinit(self) -> None: method duty_ns (line 1078) | def duty_ns(self) -> int: method duty_ns (line 1088) | def duty_ns( method duty (line 1101) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1102) | def __init__( class ADC (line 1127) | class ADC: method read_u16 (line 1153) | def read_u16(self) -> int: method init (line 1161) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 1169) | def read_uv(self) -> int: method width (line 1177) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 1178) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 1179) | def block(self) -> Incomplete: method atten (line 1189) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1190) | def __init__(self, pin: PinLike, /) -> None: class ADCBlock (line 1201) | class ADCBlock: method init (line 1211) | def init(self, *, bits) -> None: method connect (line 1218) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 1239) | def __init__(self, id, *, bits) -> None: ... class I2C (line 1241) | class I2C: method readfrom_mem_into (line 1278) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1290) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1300) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1309) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1320) | def scan(self) -> List: method writeto (line 1328) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1338) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1354) | def start(self) -> None: method readfrom (line 1360) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1368) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1379) | def init(self, *, freq: int = 400_000) -> None: method init (line 1393) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1406) | def stop(self) -> None: method write (line 1412) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1421) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1438) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1455) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class SoftSPI (line 1470) | class SoftSPI(SPI): method deinit (line 1479) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1480) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1481) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1482) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1483) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1484) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1485) | def __init__( class Timer (line 1498) | class Timer: method deinit (line 1523) | def deinit(self) -> None: method init (line 1530) | def init( method init (line 1538) | def init( method init (line 1546) | def init( method value (line 1592) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1594) | def __init__(self, id: int, /): method __init__ (line 1604) | def __init__( method __init__ (line 1622) | def __init__( method __init__ (line 1640) | def __init__( class UART (line 1657) | class UART: method irq (line 1700) | def irq( method sendbreak (line 1737) | def sendbreak(self) -> None: method deinit (line 1744) | def deinit(self) -> None: method init (line 1755) | def init( method init (line 1824) | def init( method init (line 1887) | def init( method flush (line 1949) | def flush(self) -> Incomplete: method txdone (line 1964) | def txdone(self) -> bool: method read (line 1980) | def read(self) -> bytes | None: method read (line 1991) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2001) | def any(self) -> int: method write (line 2016) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2025) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2036) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2046) | def readline(self) -> Union[str, None]: method __init__ (line 2056) | def __init__( method __init__ (line 2078) | def __init__( method __init__ (line 2094) | def __init__( class SoftI2C (line 2109) | class SoftI2C(I2C): method readfrom_mem_into (line 2122) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2123) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2124) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2125) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2126) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2127) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2128) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2129) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2130) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2131) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2132) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2133) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2134) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2135) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SPI (line 2139) | class SPI: method deinit (line 2196) | def deinit(self) -> None: method init (line 2203) | def init( method init (line 2238) | def init( method write_readinto (line 2270) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2281) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2289) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2298) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2309) | def __init__(self, id: int, /): method __init__ (line 2322) | def __init__( method __init__ (line 2348) | def __init__( class Signal (line 2371) | class Signal(Pin): method off (line 2441) | def off(self) -> None: method on (line 2447) | def on(self) -> None: method value (line 2454) | def value(self) -> int: method value (line 2474) | def value(self, x: Any, /) -> None: method __init__ (line 2494) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2514) | def __init__( class SDCard (line 2544) | class SDCard: method readblocks (line 2546) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2556) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2566) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2577) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/network.pyi function country (line 100) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 101) | def hostname(*args, **kwargs) -> Incomplete: ... function ipconfig (line 102) | def ipconfig(*args, **kwargs) -> Incomplete: ... function phy_mode (line 103) | def phy_mode(*args, **kwargs) -> Incomplete: ... class LAN (line 105) | class LAN: method __init__ (line 128) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 145) | def isconnected(self) -> bool: method status (line 152) | def status(self) -> Incomplete: method ifconfig (line 158) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 170) | def config(self, config_parameters) -> Incomplete: method active (line 542) | def active(self, /) -> bool: method active (line 550) | def active(self, is_active: bool | int, /) -> None: class PPP (line 190) | class PPP: method __init__ (line 207) | def __init__(self, stream) -> None: ... method connect (line 208) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method disconnect (line 226) | def disconnect(self) -> Incomplete: method isconnected (line 232) | def isconnected(self) -> bool: method status (line 239) | def status(self) -> Incomplete: method config (line 245) | def config(self, config_parameters) -> Incomplete: method ipconfig (line 255) | def ipconfig(self, param) -> Incomplete: method ifconfig (line 261) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method poll (line 267) | def poll(self) -> Incomplete: class WLAN (line 275) | class WLAN: method ifconfig (line 304) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 315) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 325) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 326) | def isconnected(self) -> bool: method scan (line 334) | def scan(self) -> List[Tuple]: method status (line 364) | def status(self) -> int: method status (line 394) | def status(self, param: str, /) -> int: method disconnect (line 423) | def disconnect(self) -> None: method active (line 430) | def active(self, /) -> bool: method active (line 438) | def active(self, is_active: bool | int, /) -> None: method config (line 446) | def config(self, param: str, /) -> Any: method config (line 481) | def config(self, **kwargs: Any) -> None: method connect (line 515) | def connect( method __init__ (line 531) | def __init__(self, interface_id: int, /) -> None: class LAN (line 540) | class LAN: method __init__ (line 128) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 145) | def isconnected(self) -> bool: method status (line 152) | def status(self) -> Incomplete: method ifconfig (line 158) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 170) | def config(self, config_parameters) -> Incomplete: method active (line 542) | def active(self, /) -> bool: method active (line 550) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 557) | class WLANWiPy: method __init__ (line 559) | def __init__(self, id: int = 0, /): method __init__ (line 573) | def __init__( method mode (line 597) | def mode(self) -> int: method mode (line 603) | def mode(self, mode: int, /) -> None: method ssid (line 609) | def ssid(self) -> str: method ssid (line 615) | def ssid(self, ssid: str, /) -> None: method auth (line 621) | def auth(self) -> int: method auth (line 627) | def auth(self, auth: int, /) -> None: method channel (line 633) | def channel(self) -> int: method channel (line 639) | def channel(self, channel: int, /) -> None: method antenna (line 645) | def antenna(self) -> int: method antenna (line 651) | def antenna(self, antenna: int, /) -> None: method mac (line 657) | def mac(self) -> bytes: method mac (line 663) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 668) | class AbstractNIC: method active (line 671) | def active(self, /) -> bool: method active (line 682) | def active(self, is_active: bool | int, /) -> None: method connect (line 693) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 712) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 731) | def status(self) -> Any: method status (line 749) | def status(self, param: str, /) -> Any: method ifconfig (line 767) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 781) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 795) | def config(self, param: str, /) -> Any: method config (line 814) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/socket.pyi function getaddrinfo (line 94) | def getaddrinfo( class socket (line 144) | class socket: method recvfrom (line 153) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 161) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 169) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 189) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 208) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 217) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 218) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 231) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 239) | def setblocking(self, value: bool, /) -> None: method sendto (line 251) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 258) | def settimeout(self, value: float | None, /) -> None: method readline (line 294) | def readline(self) -> bytes: method readinto (line 303) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 313) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 323) | def read(self) -> bytes: method read (line 333) | def read(self, size: int, /) -> bytes: method close (line 342) | def close(self) -> None: method connect (line 353) | def connect(self, address: _Address | bytes, /) -> None: method send (line 359) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 367) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 373) | def accept(self) -> Tuple: method write (line 382) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 393) | def __init__( FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/uhashlib.pyi class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 16) | class sha256: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 21) | class md5: method digest (line 22) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 23) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 21) | def __init__( method _send_str (line 31) | def _send_str(self, s) -> None: ... method _recv_len (line 32) | def _recv_len(self): ... method set_callback (line 33) | def set_callback(self, f) -> None: ... method set_last_will (line 34) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 35) | def connect(self, clean_session: bool = True, timeout: Incomplete | No... method disconnect (line 36) | def disconnect(self) -> None: ... method ping (line 37) | def ping(self) -> None: ... method publish (line 38) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 39) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 40) | def wait_msg(self): ... method check_msg (line 41) | def check_msg(self): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_c6-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/_espnow.pyi class ESPNowBase (line 16) | class ESPNowBase: method irq (line 17) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 18) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 19) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 20) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 22) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 23) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 25) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 26) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 29) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 30) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend( method __aiter__ (line 11) | def __aiter__(self): ... method __anext__ (line 12) | async def __anext__(self): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 65) | def gattc_write( method gatts_indicate (line 92) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 110) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 131) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 145) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 158) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 168) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 183) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 246) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 253) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 447) | def gap_advertise( method gap_connect (line 472) | def gap_connect( method gattc_discover_descriptors (line 504) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 514) | def config(self, param: str, /) -> Any: method config (line 578) | def config(self, **kwargs) -> None: method config (line 642) | def config(self, param: str, /) -> Any: method config (line 706) | def config(self, **kwargs) -> None: method active (line 770) | def active(self) -> bool: method active (line 779) | def active(self, active: bool, /) -> None: method active (line 788) | def active(self) -> bool: method active (line 797) | def active(self, active: bool, /) -> None: method gap_scan (line 805) | def gap_scan( method gattc_discover_characteristics (line 848) | def gattc_discover_characteristics( method gap_disconnect (line 870) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 885) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 903) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 914) | def __init__(self) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 74) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 75) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 76) | def flash_user_start() -> int: function flash_erase (line 82) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 88) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 97) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 105) | def flash_size() -> int: function sleep_type (line 113) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 135) | def sleep_type() -> int: function set_native_code_location (line 156) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 196) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/esp32.pyi function mcu_temperature (line 28) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function idf_heap_info (line 29) | def idf_heap_info(capabilities: int) -> List[Tuple]: function wake_on_touch (line 67) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ext0 (line 74) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_ext1 (line 82) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 90) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 97) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 104) | class ULP: method run (line 110) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 116) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 122) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 128) | def __init__(self) -> None: class NVS (line 133) | class NVS: method get_i32 (line 146) | def get_i32(self, key: str, /) -> int: method set_i32 (line 153) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 159) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 168) | def commit(self) -> None: method get_blob (line 174) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 182) | def erase_key(self, key: str, /) -> None: method __init__ (line 188) | def __init__(self, namespace: str, /) -> None: class Partition (line 194) | class Partition(AbstractBlockDev): method readblocks (line 206) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 216) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 226) | def ioctl(self, op: int, arg) -> None: method ioctl (line 235) | def ioctl(self, op: int) -> int: method set_boot (line 243) | def set_boot(self) -> None: method writeblocks (line 255) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 266) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 280) | def info(self) -> Tuple: method find (line 287) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 298) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 307) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 320) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 326) | class RMT: method source_freq (line 371) | def source_freq(cls) -> int: method loop (line 378) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 387) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 397) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 427) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 457) | def write_pulses( method bitstream_channel (line 492) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 506) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 507) | def clock_div(self) -> int: method __init__ (line 514) | def __init__( FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/espnow.pyi class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 38) | def peer_count(self) -> int: method recv (line 49) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 89) | def mod_peer( method irecv (line 105) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 136) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 153) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 188) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 215) | def any(self) -> bool: method add_peer (line 235) | def add_peer( method active (line 302) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 333) | def send( method send (line 385) | def send( method config (line 435) | def config(self, param) -> str: method get_peers (line 481) | def get_peers(self) -> Tuple: method get_peer (line 488) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 506) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 523) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 555) | def __init__(self) -> None: ... method __iter__ (line 558) | def __iter__(self) -> ESPNow: ... method __next__ (line 560) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 562) | class ESPNowBase: method irq (line 563) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 564) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 565) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 566) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 567) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 568) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 569) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 570) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 571) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 572) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 573) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 574) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 575) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 576) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 577) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/machine.pyi function soft_reset (line 46) | def soft_reset() -> NoReturn: function dht_readinto (line 53) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 54) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function unique_id (line 78) | def unique_id() -> bytes: function time_pulse_us (line 87) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function bootloader (line 105) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 116) | def deepsleep() -> NoReturn: function deepsleep (line 141) | def deepsleep(time_ms: int, /) -> NoReturn: function disable_irq (line 165) | def disable_irq() -> bool: function reset (line 174) | def reset() -> NoReturn: function reset_cause (line 181) | def reset_cause() -> int: function sleep (line 188) | def sleep() -> None: function lightsleep (line 195) | def lightsleep() -> None: function lightsleep (line 220) | def lightsleep(time_ms: int, /) -> None: function enable_irq (line 244) | def enable_irq(state: bool = True, /) -> None: function freq (line 253) | def freq() -> int: function freq (line 261) | def freq(hz: int, /) -> None: function freq (line 269) | def freq(self) -> int: function freq (line 277) | def freq( function idle (line 288) | def idle() -> None: function wake_reason (line 303) | def wake_reason() -> int: class PWM (line 311) | class PWM: method duty_u16 (line 363) | def duty_u16(self) -> int: method duty_u16 (line 375) | def duty_u16( method init (line 390) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 398) | def freq(self) -> int: method freq (line 409) | def freq( method deinit (line 423) | def deinit(self) -> None: method duty_ns (line 430) | def duty_ns(self) -> int: method duty_ns (line 440) | def duty_ns( method duty (line 453) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 454) | def __init__( class Pin (line 479) | class Pin: method irq (line 536) | def irq( method on (line 590) | def on(self) -> None: method off (line 596) | def off(self) -> None: method value (line 603) | def value(self) -> int: method value (line 637) | def value(self, x: Any, /) -> None: method init (line 670) | def init( class board (line 688) | class board: method __init__ (line 689) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 691) | def __init__( method __call__ (line 766) | def __call__(self) -> int: method __call__ (line 774) | def __call__(self, x: Any, /) -> None: method mode (line 782) | def mode(self) -> int: method mode (line 791) | def mode(self, mode: int, /) -> None: method pull (line 800) | def pull(self) -> int: method pull (line 809) | def pull(self, pull: int, /) -> None: method drive (line 818) | def drive(self, drive: int, /) -> None: method drive (line 828) | def drive(self, /) -> int: class I2S (line 840) | class I2S: method shift (line 916) | def shift( method init (line 929) | def init( method irq (line 946) | def irq( method readinto (line 958) | def readinto( method deinit (line 971) | def deinit(self) -> None: method write (line 977) | def write( method __init__ (line 990) | def __init__( class ADC (line 1032) | class ADC: method read_u16 (line 1058) | def read_u16(self) -> int: method init (line 1066) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 1074) | def read_uv(self) -> int: method width (line 1082) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 1083) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 1084) | def block(self) -> Incomplete: method atten (line 1094) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1095) | def __init__(self, pin: PinLike, /) -> None: class ADCBlock (line 1106) | class ADCBlock: method init (line 1116) | def init(self, *, bits) -> None: method connect (line 1123) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 1144) | def __init__(self, id, *, bits) -> None: ... class I2C (line 1146) | class I2C: method readfrom_mem_into (line 1183) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1195) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1205) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1214) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1225) | def scan(self) -> List: method writeto (line 1233) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1243) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1259) | def start(self) -> None: method readfrom (line 1265) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1273) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1284) | def init(self, *, freq: int = 400_000) -> None: method init (line 1298) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1311) | def stop(self) -> None: method write (line 1317) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1326) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1343) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1360) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1373) | class WDT: method feed (line 1389) | def feed(self) -> None: method __init__ (line 1397) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SoftSPI (line 1406) | class SoftSPI(SPI): method deinit (line 1415) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1416) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1417) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1418) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1419) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1420) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1421) | def __init__( class Timer (line 1434) | class Timer: method deinit (line 1459) | def deinit(self) -> None: method init (line 1466) | def init( method init (line 1474) | def init( method init (line 1482) | def init( method value (line 1528) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1530) | def __init__(self, id: int, /): method __init__ (line 1540) | def __init__( method __init__ (line 1558) | def __init__( method __init__ (line 1576) | def __init__( class TouchPad (line 1593) | class TouchPad: method config (line 1594) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 1595) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1596) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 1598) | class UART: method irq (line 1641) | def irq( method sendbreak (line 1678) | def sendbreak(self) -> None: method deinit (line 1685) | def deinit(self) -> None: method init (line 1696) | def init( method init (line 1765) | def init( method init (line 1828) | def init( method flush (line 1890) | def flush(self) -> Incomplete: method txdone (line 1905) | def txdone(self) -> bool: method read (line 1921) | def read(self) -> bytes | None: method read (line 1932) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1942) | def any(self) -> int: method write (line 1957) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1966) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1977) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1987) | def readline(self) -> Union[str, None]: method __init__ (line 1997) | def __init__( method __init__ (line 2019) | def __init__( method __init__ (line 2035) | def __init__( class RTC (line 2050) | class RTC: method init (line 2069) | def init(self) -> None: method init (line 2084) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2099) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2114) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2129) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2144) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2159) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 2173) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 2190) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2207) | def __init__(self, id: int = 0): method __init__ (line 2213) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2221) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2229) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2237) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2245) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2253) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 2261) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2269) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2277) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2285) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2293) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2301) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2309) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SoftI2C (line 2316) | class SoftI2C(I2C): method readfrom_mem_into (line 2329) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2330) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2331) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2332) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2333) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2334) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2335) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2336) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2337) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2338) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2339) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2340) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2341) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2342) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2344) | class SDCard(AbstractBlockDev): method ioctl (line 2437) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2439) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2449) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2459) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2470) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2484) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2485) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2486) | def __init__( class SPI (line 2529) | class SPI: method deinit (line 2586) | def deinit(self) -> None: method init (line 2593) | def init( method init (line 2628) | def init( method write_readinto (line 2660) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2671) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2679) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2688) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2699) | def __init__(self, id: int, /): method __init__ (line 2712) | def __init__( method __init__ (line 2738) | def __init__( class Signal (line 2761) | class Signal(Pin): method off (line 2831) | def off(self) -> None: method on (line 2837) | def on(self) -> None: method value (line 2844) | def value(self) -> int: method value (line 2864) | def value(self, x: Any, /) -> None: method __init__ (line 2884) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2904) | def __init__( FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/network.pyi function country (line 100) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 101) | def hostname(*args, **kwargs) -> Incomplete: ... function ipconfig (line 102) | def ipconfig(*args, **kwargs) -> Incomplete: ... function phy_mode (line 103) | def phy_mode(*args, **kwargs) -> Incomplete: ... class LAN (line 105) | class LAN: method __init__ (line 128) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 145) | def isconnected(self) -> bool: method status (line 152) | def status(self) -> Incomplete: method ifconfig (line 158) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 170) | def config(self, config_parameters) -> Incomplete: method active (line 542) | def active(self, /) -> bool: method active (line 550) | def active(self, is_active: bool | int, /) -> None: class PPP (line 190) | class PPP: method __init__ (line 207) | def __init__(self, stream) -> None: ... method connect (line 208) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method disconnect (line 226) | def disconnect(self) -> Incomplete: method isconnected (line 232) | def isconnected(self) -> bool: method status (line 239) | def status(self) -> Incomplete: method config (line 245) | def config(self, config_parameters) -> Incomplete: method ipconfig (line 255) | def ipconfig(self, param) -> Incomplete: method ifconfig (line 261) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method poll (line 267) | def poll(self) -> Incomplete: class WLAN (line 275) | class WLAN: method ifconfig (line 304) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 315) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 325) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 326) | def isconnected(self) -> bool: method scan (line 334) | def scan(self) -> List[Tuple]: method status (line 364) | def status(self) -> int: method status (line 394) | def status(self, param: str, /) -> int: method disconnect (line 423) | def disconnect(self) -> None: method active (line 430) | def active(self, /) -> bool: method active (line 438) | def active(self, is_active: bool | int, /) -> None: method config (line 446) | def config(self, param: str, /) -> Any: method config (line 481) | def config(self, **kwargs: Any) -> None: method connect (line 515) | def connect( method __init__ (line 531) | def __init__(self, interface_id: int, /) -> None: class LAN (line 540) | class LAN: method __init__ (line 128) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 145) | def isconnected(self) -> bool: method status (line 152) | def status(self) -> Incomplete: method ifconfig (line 158) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 170) | def config(self, config_parameters) -> Incomplete: method active (line 542) | def active(self, /) -> bool: method active (line 550) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 557) | class WLANWiPy: method __init__ (line 559) | def __init__(self, id: int = 0, /): method __init__ (line 573) | def __init__( method mode (line 597) | def mode(self) -> int: method mode (line 603) | def mode(self, mode: int, /) -> None: method ssid (line 609) | def ssid(self) -> str: method ssid (line 615) | def ssid(self, ssid: str, /) -> None: method auth (line 621) | def auth(self) -> int: method auth (line 627) | def auth(self, auth: int, /) -> None: method channel (line 633) | def channel(self) -> int: method channel (line 639) | def channel(self, channel: int, /) -> None: method antenna (line 645) | def antenna(self) -> int: method antenna (line 651) | def antenna(self, antenna: int, /) -> None: method mac (line 657) | def mac(self) -> bytes: method mac (line 663) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 668) | class AbstractNIC: method active (line 671) | def active(self, /) -> bool: method active (line 682) | def active(self, is_active: bool | int, /) -> None: method connect (line 693) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 712) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 731) | def status(self) -> Any: method status (line 749) | def status(self, param: str, /) -> Any: method ifconfig (line 767) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 781) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 795) | def config(self, param: str, /) -> Any: method config (line 814) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/socket.pyi function getaddrinfo (line 94) | def getaddrinfo( class socket (line 144) | class socket: method recvfrom (line 153) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 161) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 169) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 189) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 208) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 217) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 218) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 231) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 239) | def setblocking(self, value: bool, /) -> None: method sendto (line 251) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 258) | def settimeout(self, value: float | None, /) -> None: method readline (line 294) | def readline(self) -> bytes: method readinto (line 303) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 313) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 323) | def read(self) -> bytes: method read (line 333) | def read(self, size: int, /) -> bytes: method close (line 342) | def close(self) -> None: method connect (line 353) | def connect(self, address: _Address | bytes, /) -> None: method send (line 359) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 367) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 373) | def accept(self) -> Tuple: method write (line 382) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 393) | def __init__( FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 12) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/uhashlib.pyi class sha1 (line 10) | class sha1: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 15) | class sha256: method digest (line 16) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 17) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 20) | class md5: method digest (line 21) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 22) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 21) | def __init__( method _send_str (line 31) | def _send_str(self, s) -> None: ... method _recv_len (line 32) | def _recv_len(self): ... method set_callback (line 33) | def set_callback(self, f) -> None: ... method set_last_will (line 34) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 35) | def connect(self, clean_session: bool = True, timeout: Incomplete | No... method disconnect (line 36) | def disconnect(self) -> None: ... method ping (line 37) | def ping(self) -> None: ... method publish (line 38) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 39) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 40) | def wait_msg(self): ... method check_msg (line 41) | def check_msg(self): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-esp32_generic_s3-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/_espnow.pyi class ESPNowBase (line 16) | class ESPNowBase: method irq (line 17) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 18) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 19) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 20) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 22) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 23) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 25) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 26) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 29) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 30) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend( method __aiter__ (line 11) | def __aiter__(self): ... method __anext__ (line 12) | async def __anext__(self): ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_25_0_preview-esp32-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 65) | def gattc_write( method gatts_indicate (line 92) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 110) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 131) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 145) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 158) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 168) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 183) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 246) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 253) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 447) | def gap_advertise( method gap_connect (line 472) | def gap_connect( method gattc_discover_descriptors (line 504) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 514) | def config(self, param: str, /) -> Any: method config (line 578) | def config(self, **kwargs) -> None: method config (line 642) | def config(self, param: str, /) -> Any: method config (line 706) | def config(self, **kwargs) -> None: method active (line 770) | def active(self) -> bool: method active (line 779) | def active(self, active: bool, /) -> None: method active (line 788) | def active(self) -> bool: method active (line 797) | def active(self, active: bool, /) -> None: method gap_scan (line 805) | def gap_scan( method gattc_discover_characteristics (line 848) | def gattc_discover_characteristics( method gap_disconnect (line 870) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 885) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 903) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 914) | def __init__(self) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_25_0_preview-esp32-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 74) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 75) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 76) | def flash_user_start() -> int: function flash_erase (line 82) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 88) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 97) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 105) | def flash_size() -> int: function sleep_type (line 113) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 135) | def sleep_type() -> int: function set_native_code_location (line 156) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 196) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/esp32.pyi function raw_temperature (line 28) | def raw_temperature() -> int: function idf_heap_info (line 34) | def idf_heap_info(capabilities: int) -> List[Tuple]: function wake_on_touch (line 72) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ext0 (line 79) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_ext1 (line 87) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 95) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 102) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 109) | class ULP: method run (line 115) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 121) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 127) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 133) | def __init__(self) -> None: class NVS (line 138) | class NVS: method get_i32 (line 151) | def get_i32(self, key: str, /) -> int: method set_i32 (line 158) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 164) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 173) | def commit(self) -> None: method get_blob (line 179) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 187) | def erase_key(self, key: str, /) -> None: method __init__ (line 193) | def __init__(self, namespace: str, /) -> None: class Partition (line 199) | class Partition(AbstractBlockDev): method readblocks (line 211) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 221) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 231) | def ioctl(self, op: int, arg) -> None: method ioctl (line 240) | def ioctl(self, op: int) -> int: method set_boot (line 248) | def set_boot(self) -> None: method writeblocks (line 260) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 271) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 285) | def info(self) -> Tuple: method find (line 292) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 303) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 312) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 325) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 331) | class RMT: method source_freq (line 376) | def source_freq(cls) -> int: method loop (line 383) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 392) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 402) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 432) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 462) | def write_pulses( method bitstream_channel (line 497) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 511) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 512) | def clock_div(self) -> int: method __init__ (line 519) | def __init__( FILE: publish/micropython-v1_25_0_preview-esp32-stubs/espnow.pyi class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 38) | def peer_count(self) -> int: method recv (line 49) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 89) | def mod_peer( method irecv (line 105) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 136) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 153) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 188) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 215) | def any(self) -> bool: method add_peer (line 235) | def add_peer( method active (line 302) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 333) | def send( method send (line 385) | def send( method config (line 435) | def config(self, param) -> str: method get_peers (line 481) | def get_peers(self) -> Tuple: method get_peer (line 488) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 506) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 523) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 555) | def __init__(self) -> None: ... method __iter__ (line 558) | def __iter__(self) -> ESPNow: ... method __next__ (line 560) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 562) | class ESPNowBase: method irq (line 563) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 564) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 565) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 566) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 567) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 568) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 569) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 570) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 571) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 572) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 573) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 574) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 575) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 576) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 577) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0_preview-esp32-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/machine.pyi function deepsleep (line 47) | def deepsleep() -> NoReturn: function deepsleep (line 72) | def deepsleep(time_ms: int, /) -> NoReturn: function soft_reset (line 96) | def soft_reset() -> NoReturn: function dht_readinto (line 103) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function reset (line 104) | def reset() -> NoReturn: function unique_id (line 111) | def unique_id() -> bytes: function time_pulse_us (line 120) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function bitstream (line 138) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function idle (line 162) | def idle() -> None: function freq (line 178) | def freq() -> int: function freq (line 186) | def freq(hz: int, /) -> None: function freq (line 194) | def freq(self) -> int: function freq (line 202) | def freq( function lightsleep (line 214) | def lightsleep() -> None: function lightsleep (line 239) | def lightsleep(time_ms: int, /) -> None: function disable_irq (line 263) | def disable_irq() -> bool: function enable_irq (line 272) | def enable_irq(state: bool = True, /) -> None: function reset_cause (line 280) | def reset_cause() -> int: function sleep (line 287) | def sleep() -> None: function wake_reason (line 293) | def wake_reason() -> int: class PWM (line 303) | class PWM: method duty_u16 (line 355) | def duty_u16(self) -> int: method duty_u16 (line 367) | def duty_u16( method init (line 382) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 390) | def freq(self) -> int: method freq (line 401) | def freq( method deinit (line 415) | def deinit(self) -> None: method duty_ns (line 422) | def duty_ns(self) -> int: method duty_ns (line 432) | def duty_ns( method duty (line 445) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 446) | def __init__( class UART (line 471) | class UART: method irq (line 514) | def irq( method sendbreak (line 551) | def sendbreak(self) -> None: method deinit (line 558) | def deinit(self) -> None: method init (line 569) | def init( method init (line 638) | def init( method init (line 701) | def init( method flush (line 763) | def flush(self) -> Incomplete: method txdone (line 778) | def txdone(self) -> bool: method read (line 794) | def read(self) -> bytes | None: method read (line 805) | def read(self, nbytes: int, /) -> bytes | None: method any (line 815) | def any(self) -> int: method write (line 830) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 839) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 850) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 860) | def readline(self) -> Union[str, None]: method __init__ (line 870) | def __init__( method __init__ (line 892) | def __init__( method __init__ (line 908) | def __init__( class ADCBlock (line 926) | class ADCBlock: method init (line 936) | def init(self, *, bits) -> None: method connect (line 943) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: method __init__ (line 964) | def __init__(self, id, *, bits) -> None: ... class ADC (line 966) | class ADC: method read_u16 (line 992) | def read_u16(self) -> int: method init (line 1000) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 1008) | def read_uv(self) -> int: method width (line 1016) | def width(self, *args, **kwargs) -> Incomplete: ... method read (line 1017) | def read(self, *args, **kwargs) -> Incomplete: ... method block (line 1018) | def block(self) -> Incomplete: method atten (line 1028) | def atten(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1029) | def __init__(self, pin: PinLike, /) -> None: class I2S (line 1040) | class I2S: method shift (line 1116) | def shift( method init (line 1129) | def init( method irq (line 1146) | def irq( method readinto (line 1158) | def readinto( method deinit (line 1171) | def deinit(self) -> None: method write (line 1177) | def write( method __init__ (line 1190) | def __init__( class DAC (line 1232) | class DAC: method write (line 1233) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1234) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1236) | class I2C: method readfrom_mem_into (line 1273) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1285) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1295) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1304) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1315) | def scan(self) -> List: method writeto (line 1323) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1333) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1349) | def start(self) -> None: method readfrom (line 1355) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1363) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1374) | def init(self, *, freq: int = 400_000) -> None: method init (line 1388) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1401) | def stop(self) -> None: method write (line 1407) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1416) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1433) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1450) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class Timer (line 1463) | class Timer: method deinit (line 1488) | def deinit(self) -> None: method init (line 1495) | def init( method init (line 1503) | def init( method init (line 1511) | def init( method value (line 1557) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1559) | def __init__(self, id: int, /): method __init__ (line 1569) | def __init__( method __init__ (line 1587) | def __init__( method __init__ (line 1605) | def __init__( class SoftSPI (line 1622) | class SoftSPI(SPI): method deinit (line 1631) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1632) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1633) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1634) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1635) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1636) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1637) | def __init__( class Pin (line 1650) | class Pin: method irq (line 1707) | def irq( method on (line 1761) | def on(self) -> None: method off (line 1767) | def off(self) -> None: method value (line 1774) | def value(self) -> int: method value (line 1808) | def value(self, x: Any, /) -> None: method init (line 1841) | def init( class board (line 1859) | class board: method __init__ (line 1860) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1862) | def __init__( method __call__ (line 1937) | def __call__(self) -> int: method __call__ (line 1945) | def __call__(self, x: Any, /) -> None: method mode (line 1953) | def mode(self) -> int: method mode (line 1962) | def mode(self, mode: int, /) -> None: method pull (line 1971) | def pull(self) -> int: method pull (line 1980) | def pull(self, pull: int, /) -> None: method drive (line 1989) | def drive(self, drive: int, /) -> None: method drive (line 1999) | def drive(self, /) -> int: class TouchPad (line 2007) | class TouchPad: method config (line 2008) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2009) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2010) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 2012) | class WDT: method feed (line 2028) | def feed(self) -> None: method __init__ (line 2036) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SDCard (line 2045) | class SDCard(AbstractBlockDev): method ioctl (line 2138) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2140) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2150) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2160) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2171) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2185) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2186) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2187) | def __init__( class RTC (line 2230) | class RTC: method init (line 2249) | def init(self) -> None: method init (line 2264) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2279) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2294) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2309) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2324) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2339) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 2353) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 2370) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2387) | def __init__(self, id: int = 0): method __init__ (line 2393) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2401) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2409) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2417) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2425) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2433) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 2441) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2449) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2457) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2465) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2473) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2481) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2489) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SoftI2C (line 2496) | class SoftI2C(I2C): method readfrom_mem_into (line 2509) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2510) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2511) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2512) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2513) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2514) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2515) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2516) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2517) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2518) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2519) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2520) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2521) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2522) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SPI (line 2524) | class SPI: method deinit (line 2581) | def deinit(self) -> None: method init (line 2588) | def init( method init (line 2623) | def init( method write_readinto (line 2655) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2666) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2674) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2683) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2694) | def __init__(self, id: int, /): method __init__ (line 2707) | def __init__( method __init__ (line 2733) | def __init__( class Signal (line 2756) | class Signal(Pin): method off (line 2826) | def off(self) -> None: method on (line 2832) | def on(self) -> None: method value (line 2839) | def value(self) -> int: method value (line 2859) | def value(self, x: Any, /) -> None: method __init__ (line 2879) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2899) | def __init__( FILE: publish/micropython-v1_25_0_preview-esp32-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0_preview-esp32-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/network.pyi function country (line 100) | def country(*args, **kwargs) -> Incomplete: ... function hostname (line 101) | def hostname(*args, **kwargs) -> Incomplete: ... function ipconfig (line 102) | def ipconfig(*args, **kwargs) -> Incomplete: ... function phy_mode (line 103) | def phy_mode(*args, **kwargs) -> Incomplete: ... class LAN (line 105) | class LAN: method __init__ (line 128) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 145) | def isconnected(self) -> bool: method status (line 152) | def status(self) -> Incomplete: method ifconfig (line 158) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 170) | def config(self, config_parameters) -> Incomplete: method active (line 542) | def active(self, /) -> bool: method active (line 550) | def active(self, is_active: bool | int, /) -> None: class PPP (line 190) | class PPP: method __init__ (line 207) | def __init__(self, stream) -> None: ... method connect (line 208) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method disconnect (line 226) | def disconnect(self) -> Incomplete: method isconnected (line 232) | def isconnected(self) -> bool: method status (line 239) | def status(self) -> Incomplete: method config (line 245) | def config(self, config_parameters) -> Incomplete: method ipconfig (line 255) | def ipconfig(self, param) -> Incomplete: method ifconfig (line 261) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method poll (line 267) | def poll(self) -> Incomplete: class WLAN (line 275) | class WLAN: method ifconfig (line 304) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 315) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 325) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 326) | def isconnected(self) -> bool: method scan (line 334) | def scan(self) -> List[Tuple]: method status (line 364) | def status(self) -> int: method status (line 394) | def status(self, param: str, /) -> int: method disconnect (line 423) | def disconnect(self) -> None: method active (line 430) | def active(self, /) -> bool: method active (line 438) | def active(self, is_active: bool | int, /) -> None: method config (line 446) | def config(self, param: str, /) -> Any: method config (line 481) | def config(self, **kwargs: Any) -> None: method connect (line 515) | def connect( method __init__ (line 531) | def __init__(self, interface_id: int, /) -> None: class LAN (line 540) | class LAN: method __init__ (line 128) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 145) | def isconnected(self) -> bool: method status (line 152) | def status(self) -> Incomplete: method ifconfig (line 158) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 170) | def config(self, config_parameters) -> Incomplete: method active (line 542) | def active(self, /) -> bool: method active (line 550) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 557) | class WLANWiPy: method __init__ (line 559) | def __init__(self, id: int = 0, /): method __init__ (line 573) | def __init__( method mode (line 597) | def mode(self) -> int: method mode (line 603) | def mode(self, mode: int, /) -> None: method ssid (line 609) | def ssid(self) -> str: method ssid (line 615) | def ssid(self, ssid: str, /) -> None: method auth (line 621) | def auth(self) -> int: method auth (line 627) | def auth(self, auth: int, /) -> None: method channel (line 633) | def channel(self) -> int: method channel (line 639) | def channel(self, channel: int, /) -> None: method antenna (line 645) | def antenna(self) -> int: method antenna (line 651) | def antenna(self, antenna: int, /) -> None: method mac (line 657) | def mac(self) -> bytes: method mac (line 663) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 668) | class AbstractNIC: method active (line 671) | def active(self, /) -> bool: method active (line 682) | def active(self, is_active: bool | int, /) -> None: method connect (line 693) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 712) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 731) | def status(self) -> Any: method status (line 749) | def status(self, param: str, /) -> Any: method ifconfig (line 767) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 781) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 795) | def config(self, param: str, /) -> Any: method config (line 814) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/socket.pyi function getaddrinfo (line 94) | def getaddrinfo( class socket (line 144) | class socket: method recvfrom (line 153) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 161) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 169) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 189) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 208) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 217) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 218) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 231) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 239) | def setblocking(self, value: bool, /) -> None: method sendto (line 251) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 258) | def settimeout(self, value: float | None, /) -> None: method readline (line 294) | def readline(self) -> bytes: method readinto (line 303) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 313) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 323) | def read(self) -> bytes: method read (line 333) | def read(self, size: int, /) -> bytes: method close (line 342) | def close(self) -> None: method connect (line 353) | def connect(self, address: _Address | bytes, /) -> None: method send (line 359) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 367) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 373) | def accept(self) -> Tuple: method write (line 382) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 393) | def __init__( FILE: publish/micropython-v1_25_0_preview-esp32-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 12) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/uhashlib.pyi class sha1 (line 10) | class sha1: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 15) | class sha256: method digest (line 16) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 17) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 20) | class md5: method digest (line 21) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 22) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 21) | def __init__( method _send_str (line 31) | def _send_str(self, s) -> None: ... method _recv_len (line 32) | def _recv_len(self): ... method set_callback (line 33) | def set_callback(self, f) -> None: ... method set_last_will (line 34) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 35) | def connect(self, clean_session: bool = True, timeout: Incomplete | No... method disconnect (line 36) | def disconnect(self) -> None: ... method ping (line 37) | def ping(self) -> None: ... method publish (line 38) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 39) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 40) | def wait_msg(self): ... method check_msg (line 41) | def check_msg(self): ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-esp32-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_25_0_preview-esp32-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/aioble/central.pyi function _central_irq (line 37) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 38) | def _central_shutdown() -> None: ... function _cancel_pending (line 39) | async def _cancel_pending() -> None: ... function _connect (line 40) | async def _connect(connection, timeout_ms, scan_duration_ms, min_conn_in... class ScanResult (line 42) | class ScanResult: method __init__ (line 48) | def __init__(self, device) -> None: ... method _update (line 49) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 50) | def __str__(self) -> str: ... method _decode_field (line 51) | def _decode_field(self, *adv_type) -> Generator[Incomplete]: ... method name (line 52) | def name(self): ... method services (line 53) | def services(self) -> Generator[Incomplete]: ... method manufacturer (line 54) | def manufacturer(self, filter: Incomplete | None = None) -> Generator[... class scan (line 56) | class scan: method __init__ (line 65) | def __init__( method __aenter__ (line 68) | async def __aenter__(self): ... method __aexit__ (line 69) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 70) | def __aiter__(self): ... method __anext__ (line 71) | async def __anext__(self): ... method cancel (line 72) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/aioble/client.pyi function _client_irq (line 26) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 28) | class ClientDiscover: method __init__ (line 37) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 38) | async def _start(self) -> None: ... method __aiter__ (line 39) | def __aiter__(self): ... method __anext__ (line 40) | async def __anext__(self): ... method _discover_result (line 41) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 42) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 44) | class ClientService: method __init__ (line 49) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 50) | def __str__(self) -> str: ... method characteristic (line 51) | async def characteristic(self, uuid, timeout_ms: int = 2000): ... method characteristics (line 52) | def characteristics(self, uuid: Incomplete | None = None, timeout_ms: ... method _start_discovery (line 53) | def _start_discovery(connection, uuid: Incomplete | None = None) -> No... class BaseClientCharacteristic (line 55) | class BaseClientCharacteristic: method __init__ (line 64) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 65) | def _register_with_connection(self) -> None: ... method _find (line 66) | def _find(conn_handle, value_handle): ... method _check (line 67) | def _check(self, flag) -> None: ... method read (line 68) | async def read(self, timeout_ms: int = 1000): ... method _read_result (line 69) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 70) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 71) | async def write(self, data, response: Incomplete | None = None, timeou... method _write_done (line 72) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 74) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 82) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 83) | def __str__(self) -> str: ... method _connection (line 84) | def _connection(self): ... method descriptor (line 85) | async def descriptor(self, uuid, timeout_ms: int = 2000): ... method descriptors (line 86) | def descriptors(self, timeout_ms: int = 2000): ... method _start_discovery (line 87) | def _start_discovery(service, uuid: Incomplete | None = None) -> None:... method _notified_indicated (line 88) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 89) | async def notified(self, timeout_ms: Incomplete | None = None): ... method _on_notify_indicate (line 90) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 91) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 92) | async def indicated(self, timeout_ms: Incomplete | None = None): ... method _on_indicate (line 93) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 94) | async def subscribe(self, notify: bool = True, indicate: bool = False)... class ClientDescriptor (line 96) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 99) | def __str__(self) -> str: ... method _connection (line 100) | def _connection(self): ... method _start_discovery (line 101) | def _start_discovery(characteristic, uuid: Incomplete | None = None) -... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/aioble/core.pyi function log_error (line 5) | def log_error(*args) -> None: ... function log_warn (line 6) | def log_warn(*args) -> None: ... function log_info (line 7) | def log_info(*args) -> None: ... class GattError (line 9) | class GattError(Exception): method __init__ (line 11) | def __init__(self, status) -> None: ... function ensure_active (line 13) | def ensure_active() -> None: ... function config (line 14) | def config(*args, **kwargs): ... function register_irq_handler (line 19) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 20) | def stop() -> None: ... function ble_irq (line 21) | def ble_irq(event, data): ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/aioble/device.pyi class DeviceDisconnectedError (line 7) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 9) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 11) | class DeviceTimeout: method __init__ (line 16) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 17) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 18) | def __enter__(self) -> None: ... method __exit__ (line 19) | def __exit__( class Device (line 23) | class Device: method __init__ (line 27) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 28) | def __eq__(self, rhs): ... method __hash__ (line 29) | def __hash__(self): ... method __str__ (line 30) | def __str__(self) -> str: ... method addr_hex (line 31) | def addr_hex(self): ... method connect (line 32) | async def connect( class DeviceConnection (line 40) | class DeviceConnection: method __init__ (line 57) | def __init__(self, device) -> None: ... method device_task (line 58) | async def device_task(self) -> None: ... method _run_task (line 59) | def _run_task(self) -> None: ... method disconnect (line 60) | async def disconnect(self, timeout_ms: int = 2000) -> None: ... method disconnected (line 61) | async def disconnected(self, timeout_ms: Incomplete | None = None, dis... method service (line 62) | async def service(self, uuid, timeout_ms: int = 2000): ... method services (line 63) | def services(self, uuid: Incomplete | None = None, timeout_ms: int = 2... method pair (line 64) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 65) | def is_connected(self): ... method timeout (line 66) | def timeout(self, timeout_ms): ... method exchange_mtu (line 67) | async def exchange_mtu(self, mtu: Incomplete | None = None, timeout_ms... method l2cap_accept (line 68) | async def l2cap_accept(self, psm, mtu, timeout_ms: Incomplete | None =... method l2cap_connect (line 69) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = 1000): ... method __aenter__ (line 70) | async def __aenter__(self): ... method __aexit__ (line 71) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/aioble/l2cap.pyi function _l2cap_irq (line 13) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 14) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 16) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 17) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 19) | class L2CAPChannel: method __init__ (line 28) | def __init__(self, connection) -> None: ... method _assert_connected (line 29) | def _assert_connected(self) -> None: ... method recvinto (line 30) | async def recvinto(self, buf, timeout_ms: Incomplete | None = None): ... method available (line 31) | def available(self): ... method send (line 32) | async def send(self, buf, timeout_ms: Incomplete | None = None, chunk_... method flush (line 33) | async def flush(self, timeout_ms: Incomplete | None = None) -> None: ... method disconnect (line 34) | async def disconnect(self, timeout_ms: int = 1000) -> None: ... method disconnected (line 35) | async def disconnected(self, timeout_ms: int = 1000) -> None: ... method __aenter__ (line 36) | async def __aenter__(self): ... method __aexit__ (line 37) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 39) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 40) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/aioble/peripheral.pyi function _peripheral_irq (line 29) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 30) | def _peripheral_shutdown() -> None: ... function _append (line 31) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 32) | async def advertise( FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/aioble/security.pyi function load_secrets (line 23) | def load_secrets(path: Incomplete | None = None) -> None: ... function _save_secrets (line 24) | def _save_secrets(arg: Incomplete | None = None) -> None: ... function _security_irq (line 25) | def _security_irq(event, data): ... function _security_shutdown (line 26) | def _security_shutdown() -> None: ... function pair (line 27) | async def pair(connection, bond: bool = True, le_secure: bool = True, mi... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/aioble/server.pyi function _server_irq (line 32) | def _server_irq(event, data): ... function _server_shutdown (line 33) | def _server_shutdown() -> None: ... class Service (line 35) | class Service: method __init__ (line 38) | def __init__(self, uuid) -> None: ... method _tuple (line 39) | def _tuple(self): ... class BaseCharacteristic (line 41) | class BaseCharacteristic: method _register (line 44) | def _register(self, value_handle) -> None: ... method read (line 45) | def read(self): ... method write (line 46) | def write(self, data, send_update: bool = False) -> None: ... method _init_capture (line 48) | def _init_capture() -> None: ... method _run_capture_task (line 50) | async def _run_capture_task() -> None: ... method written (line 52) | async def written(self, timeout_ms: Incomplete | None = None): ... method on_read (line 53) | def on_read(self, connection): ... method _remote_write (line 54) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 55) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 57) | class Characteristic(BaseCharacteristic): method __init__ (line 68) | def __init__( method _tuple (line 80) | def _tuple(self): ... method notify (line 81) | def notify(self, connection, data: Incomplete | None = None) -> None: ... method indicate (line 82) | async def indicate(self, connection, data: Incomplete | None = None, t... method _indicate_done (line 83) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 85) | class BufferedCharacteristic(Characteristic): method __init__ (line 88) | def __init__(self, *args, max_len: int = 20, append: bool = False, **k... method _register (line 89) | def _register(self, value_handle) -> None: ... class Descriptor (line 91) | class Descriptor(BaseCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, uuid, read: bool = False, write: bo... method _tuple (line 99) | def _tuple(self): ... function register_services (line 101) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gatts_read (line 65) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method gatts_set_buffer (line 72) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_register_services (line 85) | def gatts_register_services(self, services_definition: tuple[_Service,... method gattc_write (line 148) | def gattc_write( method gatts_notify (line 175) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_indicate (line 190) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method l2cap_send (line 208) | def l2cap_send(self, conn_handle: memoryview, cid: memoryview, /) -> b... method l2cap_listen (line 224) | def l2cap_listen(self, psm: memoryview, mtu: memoryview, /) -> None: method gatts_write (line 241) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method l2cap_recvinto (line 251) | def l2cap_recvinto(self, conn_handle: memoryview, cid: memoryview, buf... method irq (line 271) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method l2cap_disconnect (line 465) | def l2cap_disconnect(self, conn_handle: memoryview, cid: memoryview, /... method l2cap_connect (line 472) | def l2cap_connect(self, conn_handle: memoryview, psm: memoryview, mtu:... method gap_connect (line 484) | def gap_connect( method gap_pair (line 516) | def gap_pair(self, conn_handle: memoryview, /) -> None: method gap_disconnect (line 527) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method active (line 543) | def active(self) -> bool: method active (line 552) | def active(self, active: bool, /) -> None: method active (line 561) | def active(self) -> bool: method active (line 570) | def active(self, active: bool, /) -> None: method gap_advertise (line 578) | def gap_advertise( method config (line 604) | def config(self, param: str, /) -> Any: method config (line 668) | def config(self, **kwargs) -> None: method config (line 732) | def config(self, param: str, /) -> Any: method config (line 796) | def config(self, **kwargs) -> None: method gattc_read (line 859) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_discover_services (line 869) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gap_passkey (line 880) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gattc_exchange_mtu (line 898) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gap_scan (line 912) | def gap_scan( method gattc_discover_descriptors (line 955) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method gattc_discover_characteristics (line 964) | def gattc_discover_characteristics( method __init__ (line 986) | def __init__(self) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/cbor2/_decoder.pyi class CBORDecodeError (line 3) | class CBORDecodeError(Exception): class CBORSimpleValue (line 8) | class CBORSimpleValue: method __init__ (line 15) | def __init__(self, value) -> None: ... method __eq__ (line 16) | def __eq__(self, other): ... method __repr__ (line 17) | def __repr__(self) -> str: ... function decode_uint (line 19) | def decode_uint(decoder, subtype, allow_indefinite: bool = False): ... function decode_negint (line 20) | def decode_negint(decoder, subtype): ... function decode_bytestring (line 21) | def decode_bytestring(decoder, subtype): ... function decode_string (line 22) | def decode_string(decoder, subtype): ... function decode_array (line 23) | def decode_array(decoder, subtype): ... function decode_map (line 24) | def decode_map(decoder, subtype): ... function decode_special (line 25) | def decode_special(decoder, subtype): ... function decode_simple_value (line 26) | def decode_simple_value(decoder): ... function decode_float16 (line 27) | def decode_float16(decoder) -> None: ... function decode_float32 (line 28) | def decode_float32(decoder): ... function decode_float64 (line 29) | def decode_float64(decoder): ... class CBORDecoder (line 34) | class CBORDecoder: method __init__ (line 40) | def __init__(self, fp) -> None: ... method read (line 41) | def read(self, amount): method decode (line 47) | def decode(self): function loads (line 53) | def loads(payload, **kwargs): function load (line 61) | def load(fp, **kwargs): FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/cbor2/_encoder.pyi class CBOREncodeError (line 3) | class CBOREncodeError(Exception): function encode_length (line 6) | def encode_length(major_tag, length): ... function encode_semantic (line 7) | def encode_semantic(encoder, tag, value) -> None: ... function encode_float (line 8) | def encode_float(encoder, value) -> None: ... function encode_int (line 9) | def encode_int(encoder, value) -> None: ... function encode_bytestring (line 10) | def encode_bytestring(encoder, value) -> None: ... function encode_bytearray (line 11) | def encode_bytearray(encoder, value) -> None: ... function encode_string (line 12) | def encode_string(encoder, value) -> None: ... function encode_map (line 13) | def encode_map(encoder, value) -> None: ... function encode_array (line 14) | def encode_array(encoder, value) -> None: ... function encode_boolean (line 15) | def encode_boolean(encoder, value) -> None: ... function encode_none (line 16) | def encode_none(encoder, value) -> None: ... class CBOREncoder (line 20) | class CBOREncoder: method __init__ (line 26) | def __init__(self, fp) -> None: ... method _find_encoder (line 27) | def _find_encoder(self, obj): ... method write (line 28) | def write(self, data) -> None: method encode (line 34) | def encode(self, obj) -> None: function dumps (line 40) | def dumps(obj, **kwargs): function dump (line 49) | def dump(obj, fp, **kwargs) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/espflash.pyi class ESPFlash (line 21) | class ESPFlash: method __init__ (line 28) | def __init__(self, reset, gpio0, uart, log_enabled: bool = False) -> N... method _log (line 29) | def _log(self, data, out: bool = True) -> None: ... method _uart_drain (line 30) | def _uart_drain(self) -> None: ... method _read_reg (line 31) | def _read_reg(self, addr): ... method _write_reg (line 32) | def _write_reg(self, addr, data, mask: int = 4294967295, delay: int = ... method _poll_reg (line 33) | def _poll_reg(self, addr, flag, retry: int = 10, delay: float = 0.05) ... method _write_slip (line 34) | def _write_slip(self, pkt) -> None: ... method _read_slip (line 35) | def _read_slip(self): ... method _strerror (line 36) | def _strerror(self, err): ... method _checksum (line 37) | def _checksum(self, data): ... method _command (line 38) | def _command(self, cmd, payload: bytes = b"", checksum: int = 0): ... method set_baudrate (line 39) | def set_baudrate(self, baudrate, timeout: int = 350) -> None: ... method bootloader (line 40) | def bootloader(self, retry: int = 6): ... method flash_read_size (line 41) | def flash_read_size(self): ... method flash_attach (line 42) | def flash_attach(self) -> None: ... method flash_config (line 43) | def flash_config(self, flash_size=...) -> None: ... method flash_write_file (line 44) | def flash_write_file(self, path, blksize: int = 4096) -> None: ... method flash_verify_file (line 45) | def flash_verify_file(self, path, digest: Incomplete | None = None, of... method reboot (line 46) | def reboot(self) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/logging.pyi class LogRecord (line 17) | class LogRecord: method set (line 25) | def set(self, name, level, message) -> None: ... class Handler (line 27) | class Handler: method __init__ (line 30) | def __init__(self, level=...) -> None: ... method close (line 31) | def close(self) -> None: ... method setLevel (line 32) | def setLevel(self, level) -> None: ... method setFormatter (line 33) | def setFormatter(self, formatter) -> None: ... method format (line 34) | def format(self, record): ... class StreamHandler (line 36) | class StreamHandler(Handler): method __init__ (line 39) | def __init__(self, stream: Incomplete | None = None) -> None: ... method close (line 40) | def close(self) -> None: ... method emit (line 41) | def emit(self, record) -> None: ... class FileHandler (line 43) | class FileHandler(StreamHandler): method __init__ (line 44) | def __init__(self, filename, mode: str = "a", encoding: str = "UTF-8")... method close (line 45) | def close(self) -> None: ... class Formatter (line 47) | class Formatter: method __init__ (line 50) | def __init__(self, fmt: Incomplete | None = None, datefmt: Incomplete ... method usesTime (line 51) | def usesTime(self): ... method formatTime (line 52) | def formatTime(self, datefmt, record): ... method format (line 53) | def format(self, record): ... class Logger (line 55) | class Logger: method __init__ (line 60) | def __init__(self, name, level=...) -> None: ... method setLevel (line 61) | def setLevel(self, level) -> None: ... method isEnabledFor (line 62) | def isEnabledFor(self, level): ... method getEffectiveLevel (line 63) | def getEffectiveLevel(self): ... method log (line 64) | def log(self, level, msg, *args) -> None: ... method debug (line 65) | def debug(self, msg, *args) -> None: ... method info (line 66) | def info(self, msg, *args) -> None: ... method warning (line 67) | def warning(self, msg, *args) -> None: ... method error (line 68) | def error(self, msg, *args) -> None: ... method critical (line 69) | def critical(self, msg, *args) -> None: ... method exception (line 70) | def exception(self, msg, *args, exc_info: bool = True) -> None: ... method addHandler (line 71) | def addHandler(self, handler) -> None: ... method hasHandlers (line 72) | def hasHandlers(self): ... function getLogger (line 74) | def getLogger(name: Incomplete | None = None): ... function log (line 75) | def log(level, msg, *args) -> None: ... function debug (line 76) | def debug(msg, *args) -> None: ... function info (line 77) | def info(msg, *args) -> None: ... function warning (line 78) | def warning(msg, *args) -> None: ... function error (line 79) | def error(msg, *args) -> None: ... function critical (line 80) | def critical(msg, *args) -> None: ... function exception (line 81) | def exception(msg, *args) -> None: ... function shutdown (line 82) | def shutdown() -> None: ... function addLevelName (line 83) | def addLevelName(level, name) -> None: ... function basicConfig (line 84) | def basicConfig( FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/lsm6dsox.pyi class LSM6DSOX (line 25) | class LSM6DSOX: method __init__ (line 33) | def __init__( method _read_reg (line 52) | def _read_reg(self, reg, size: int = 1): ... method _write_reg (line 53) | def _write_reg(self, reg, val) -> None: ... method _read_reg_into (line 54) | def _read_reg_into(self, reg, buf) -> None: ... method reset (line 55) | def reset(self) -> None: ... method set_mem_bank (line 56) | def set_mem_bank(self, bank) -> None: ... method set_embedded_functions (line 57) | def set_embedded_functions(self, enable, emb_ab: Incomplete | None = N... method load_mlc (line 58) | def load_mlc(self, ucf) -> None: ... method mlc_output (line 59) | def mlc_output(self): ... method gyro (line 60) | def gyro(self): method accel (line 63) | def accel(self): FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 143) | def soft_reset() -> NoReturn: function reset (line 150) | def reset() -> NoReturn: function freq (line 158) | def freq() -> int: function freq (line 166) | def freq(hz: int, /) -> None: function freq (line 174) | def freq(self) -> int: function freq (line 182) | def freq( function reset_cause (line 193) | def reset_cause() -> int: function idle (line 199) | def idle() -> None: function time_pulse_us (line 214) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 233) | def lightsleep() -> None: function lightsleep (line 258) | def lightsleep(time_ms: int, /) -> None: function unique_id (line 282) | def unique_id() -> bytes: class Pin (line 291) | class Pin: method low (line 354) | def low(self) -> None: method irq (line 362) | def irq( method toggle (line 416) | def toggle(self) -> Incomplete: method off (line 424) | def off(self) -> None: method on (line 430) | def on(self) -> None: method init (line 436) | def init( method value (line 455) | def value(self) -> int: method value (line 489) | def value(self, x: Any, /) -> None: method high (line 522) | def high(self) -> None: class cpu (line 530) | class cpu: method __init__ (line 568) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 570) | class board: method __init__ (line 611) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 613) | def __init__( method __call__ (line 688) | def __call__(self) -> int: method __call__ (line 696) | def __call__(self, x: Any, /) -> None: method mode (line 704) | def mode(self) -> int: method mode (line 713) | def mode(self, mode: int, /) -> None: method pull (line 722) | def pull(self) -> int: method pull (line 731) | def pull(self, pull: int, /) -> None: method drive (line 740) | def drive(self, drive: int, /) -> None: method drive (line 750) | def drive(self, /) -> int: class PWM (line 762) | class PWM: method duty_u16 (line 814) | def duty_u16(self) -> int: method duty_u16 (line 826) | def duty_u16( method freq (line 842) | def freq(self) -> int: method freq (line 853) | def freq( method init (line 867) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 875) | def duty_ns(self) -> int: method duty_ns (line 885) | def duty_ns( method deinit (line 898) | def deinit(self) -> None: method __init__ (line 904) | def __init__( class ADC (line 929) | class ADC: method read_u16 (line 955) | def read_u16(self) -> int: method __init__ (line 963) | def __init__(self, pin: PinLike, /) -> None: class I2C (line 974) | class I2C: method readfrom_mem_into (line 1011) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1023) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1033) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1042) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1053) | def scan(self) -> List: method writeto (line 1061) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1071) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1087) | def start(self) -> None: method readfrom (line 1093) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1101) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1112) | def init(self, *, freq: int = 400_000) -> None: method init (line 1126) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1139) | def stop(self) -> None: method write (line 1145) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1154) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1171) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1188) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2S (line 1201) | class I2S: method shift (line 1277) | def shift( method init (line 1290) | def init( method irq (line 1307) | def irq( method readinto (line 1319) | def readinto( method deinit (line 1332) | def deinit(self) -> None: method write (line 1338) | def write( method __init__ (line 1351) | def __init__( class WDT (line 1393) | class WDT: method feed (line 1409) | def feed(self) -> None: method __init__ (line 1417) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1426) | class RTC: method datetime (line 1443) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1460) | def __init__(self, id: int = 0): method __init__ (line 1466) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1474) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1482) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1490) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1498) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1506) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1514) | def init(self) -> None: method init (line 1529) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1544) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1559) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1574) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1589) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1604) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1619) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1627) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1635) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1643) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1651) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1659) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1667) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1674) | class Timer: method init (line 1701) | def init( method init (line 1709) | def init( method init (line 1717) | def init( method deinit (line 1763) | def deinit(self) -> None: method __init__ (line 1770) | def __init__(self, id: int, /): method __init__ (line 1780) | def __init__( method __init__ (line 1798) | def __init__( method __init__ (line 1816) | def __init__( class UART (line 1833) | class UART: method irq (line 1874) | def irq( method sendbreak (line 1911) | def sendbreak(self) -> None: method deinit (line 1918) | def deinit(self) -> None: method init (line 1929) | def init( method init (line 1998) | def init( method init (line 2061) | def init( method flush (line 2123) | def flush(self) -> Incomplete: method txdone (line 2138) | def txdone(self) -> bool: method read (line 2154) | def read(self) -> bytes | None: method read (line 2165) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2175) | def any(self) -> int: method write (line 2190) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2199) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2210) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2220) | def readline(self) -> Union[str, None]: method __init__ (line 2230) | def __init__( method __init__ (line 2252) | def __init__( method __init__ (line 2268) | def __init__( class USBDevice (line 2283) | class USBDevice: method submit_xfer (line 2296) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2318) | def config( method remote_wakeup (line 2426) | def remote_wakeup(self) -> bool: method stall (line 2435) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2456) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC_MSC (line 2477) | class BUILTIN_CDC_MSC: method __init__ (line 2485) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2487) | class BUILTIN_NONE: method __init__ (line 2493) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2495) | class BUILTIN_DEFAULT: method __init__ (line 2503) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2505) | def __init__(self) -> None: ... class SoftSPI (line 2507) | class SoftSPI(SPI): method deinit (line 2516) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2517) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2518) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2519) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2520) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2521) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2522) | def __init__( class SPI (line 2535) | class SPI: method deinit (line 2592) | def deinit(self) -> None: method init (line 2599) | def init( method init (line 2634) | def init( method write_readinto (line 2666) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2677) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2685) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2694) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2705) | def __init__(self, id: int, /): method __init__ (line 2718) | def __init__( method __init__ (line 2744) | def __init__( class Signal (line 2767) | class Signal(Pin): method off (line 2837) | def off(self) -> None: method on (line 2843) | def on(self) -> None: method value (line 2850) | def value(self) -> int: method value (line 2870) | def value(self, x: Any, /) -> None: method __init__ (line 2890) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2910) | def __init__( class SoftI2C (line 2940) | class SoftI2C(I2C): method readfrom_mem_into (line 2953) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2954) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2955) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2956) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2957) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2958) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2959) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2960) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2961) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2962) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2963) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2964) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2965) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2966) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2968) | class SDCard: method readblocks (line 2970) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2980) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2990) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3001) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/network.pyi function hostname (line 55) | def hostname(*args, **kwargs) -> Incomplete: ... function ipconfig (line 56) | def ipconfig(*args, **kwargs) -> Incomplete: ... function route (line 57) | def route(*args, **kwargs) -> Incomplete: ... function country (line 58) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 60) | class WLAN: method ipconfig (line 83) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 84) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method status (line 86) | def status(self) -> int: method status (line 116) | def status(self, param: str, /) -> int: method isconnected (line 145) | def isconnected(self) -> bool: method scan (line 153) | def scan(self) -> List[Tuple]: method config (line 183) | def config(self, param: str, /) -> Any: method config (line 218) | def config(self, **kwargs: Any) -> None: method active (line 253) | def active(self, /) -> bool: method active (line 261) | def active(self, is_active: bool | int, /) -> None: method ifconfig (line 269) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 280) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method connect (line 290) | def connect( method disconnect (line 306) | def disconnect(self) -> None: method __init__ (line 312) | def __init__(self, interface_id: int, /) -> None: class LAN (line 321) | class LAN: method active (line 323) | def active(self, /) -> bool: method active (line 331) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 338) | class WLANWiPy: method __init__ (line 340) | def __init__(self, id: int = 0, /): method __init__ (line 354) | def __init__( method mode (line 378) | def mode(self) -> int: method mode (line 384) | def mode(self, mode: int, /) -> None: method ssid (line 390) | def ssid(self) -> str: method ssid (line 396) | def ssid(self, ssid: str, /) -> None: method auth (line 402) | def auth(self) -> int: method auth (line 408) | def auth(self, auth: int, /) -> None: method channel (line 414) | def channel(self) -> int: method channel (line 420) | def channel(self, channel: int, /) -> None: method antenna (line 426) | def antenna(self) -> int: method antenna (line 432) | def antenna(self, antenna: int, /) -> None: method mac (line 438) | def mac(self) -> bytes: method mac (line 444) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 449) | class AbstractNIC: method active (line 452) | def active(self, /) -> bool: method active (line 463) | def active(self, is_active: bool | int, /) -> None: method connect (line 474) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 493) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 512) | def status(self) -> Any: method status (line 530) | def status(self, param: str, /) -> Any: method ifconfig (line 548) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 562) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 576) | def config(self, param: str, /) -> Any: method config (line 595) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/rp2/__init__.pyi function asm_pio_encode (line 67) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function asm_pio (line 77) | def asm_pio( function bootsel_button (line 128) | def bootsel_button() -> int: function const (line 141) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 143) | class PIOASMEmit: method in_ (line 153) | def in_(self, src: int, data) -> PIOASMEmit: method side (line 186) | def side(self, value: int): method out (line 199) | def out(self, destination: int, bit_count: int) -> PIOASMEmit: method jmp (line 237) | def jmp(self, condition, label: Incomplete | None = ...) -> PIOASMEmit: method start_pass (line 272) | def start_pass(self, pass_) -> None: method wrap (line 279) | def wrap(self) -> None: method word (line 290) | def word(self, instr, label: Incomplete | None = ...) -> PIOASMEmit: method wait (line 298) | def wait(self, polarity: int, src: int, index: int, /) -> PIOASMEmit: method wrap_target (line 333) | def wrap_target(self) -> None: method delay (line 342) | def delay(self, delay: int): method label (line 349) | def label(self, label: str) -> None: method irq (line 364) | def irq(self, mod, index: Incomplete | None = ...) -> PIOASMEmit: method set (line 383) | def set(self, destination: int, data) -> PIOASMEmit: method mov (line 407) | def mov(self, dest, src, operation: int | None = None) -> PIOASMEmit: method push (line 453) | def push(self, value: int = ..., value2: int = ...) -> PIOASMEmit: method pull (line 472) | def pull(self, block: int = block, timeout: int = 0) -> PIOASMEmit: method nop (line 498) | def nop(self) -> PIOASMEmit: method __init__ (line 506) | def __init__( method __getitem__ (line 521) | def __getitem__(self, key): ... method __getitem__ (line 523) | def __getitem__(self, key: int): ... method __getitem__ (line 525) | def __getitem__(self, key): ... method __getitem__ (line 527) | def __getitem__(self, key: int): ... class PIOASMError (line 529) | class PIOASMError(Exception): ... class PIO (line 531) | class PIO: method state_machine (line 552) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 564) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 574) | def irq( method add_program (line 589) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 599) | def __init__(self, id) -> None: ... class StateMachine (line 601) | class StateMachine: method irq (line 611) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 619) | def put(self, value, shift=0): method restart (line 635) | def restart(self) -> None: method rx_fifo (line 650) | def rx_fifo(self) -> int: method tx_fifo (line 660) | def tx_fifo(self) -> int: method init (line 670) | def init( method exec (line 718) | def exec(self, instr) -> None: method get (line 734) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 746) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 757) | def __init__( class DMA (line 773) | class DMA: method irq (line 778) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 784) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 799) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 858) | def close(self) -> None: method config (line 865) | def config( method active (line 893) | def active(self, value: Any | None = None) -> bool: method __init__ (line 904) | def __init__( class Flash (line 913) | class Flash(AbstractBlockDev): method readblocks (line 919) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 929) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 939) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 950) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 965) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 968) | def ioctl(self, op: int) -> int | None: method __init__ (line 975) | def __init__(self) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> PIOASMEmit: function side (line 121) | def side(value: int) -> PIOASMEmit: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> PIOASMEmit: function nop (line 178) | def nop() -> PIOASMEmit: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> PIOASMEmit: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> PIOASMEmit: function in_ (line 256) | def in_(src, data) -> PIOASMEmit: function out (line 289) | def out(destination: int, bit_count: int) -> PIOASMEmit: function push (line 327) | def push(value: int = ..., value2: int = ...) -> PIOASMEmit: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> PIOASMEmit: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> PIOASMEmit: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> PIOASMEmit: function set (line 438) | def set(destination, data) -> PIOASMEmit: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/senml/senml_base.pyi class SenmlBase (line 1) | class SenmlBase: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/senml/senml_pack.pyi class SenmlPackIterator (line 5) | class SenmlPackIterator: method __init__ (line 10) | def __init__(self, list) -> None: ... method __iter__ (line 11) | def __iter__(self): ... method __next__ (line 12) | def __next__(self): ... class SenmlPack (line 14) | class SenmlPack(SenmlBase): method __init__ (line 30) | def __init__(self, name, callback: Incomplete | None = None) -> None: method __iter__ (line 36) | def __iter__(self): ... method __enter__ (line 37) | def __enter__(self): method __exit__ (line 43) | def __exit__(self, exc_type: type[BaseException] | None, exc_val: Base... method base_value (line 50) | def base_value(self): method base_value (line 57) | def base_value(self, value) -> None: method base_sum (line 65) | def base_sum(self): method base_sum (line 72) | def base_sum(self, value) -> None: method base_time (line 80) | def base_time(self): ... method base_time (line 82) | def base_time(self, value) -> None: ... method _check_value_type (line 83) | def _check_value_type(self, value, field_name) -> None: method from_json (line 89) | def from_json(self, data) -> None: method _process_incomming_data (line 96) | def _process_incomming_data(self, records, naming_map) -> None: method do_actuate (line 104) | def do_actuate(self, raw, naming_map, device: Incomplete | None = None... method to_json (line 114) | def to_json(self): method _build_rec_dict (line 120) | def _build_rec_dict(self, naming_map, appendTo) -> None: method from_cbor (line 128) | def from_cbor(self, data) -> None: method to_cbor (line 135) | def to_cbor(self): method add (line 141) | def add(self, item) -> None: method remove (line 148) | def remove(self, item) -> None: method clear (line 155) | def clear(self) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/senml/senml_record.pyi class SenmlRecord (line 4) | class SenmlRecord(SenmlBase): method __init__ (line 16) | def __init__(self, name, **kwargs) -> None: method __enter__ (line 29) | def __enter__(self): method __exit__ (line 35) | def __exit__(self, exc_type: type[BaseException] | None, exc_val: Base... method _check_value_type (line 41) | def _check_value_type(self, value) -> None: method _check_number_type (line 47) | def _check_number_type(self, value, field_name) -> None: method value (line 54) | def value(self): method value (line 58) | def value(self, value) -> None: method time (line 66) | def time(self): ... method time (line 68) | def time(self, value) -> None: ... method update_time (line 70) | def update_time(self): ... method update_time (line 72) | def update_time(self, value) -> None: ... method sum (line 74) | def sum(self): ... method sum (line 76) | def sum(self, value) -> None: ... method _parent (line 78) | def _parent(self): method _parent (line 86) | def _parent(self, value) -> None: method _build_rec_dict (line 93) | def _build_rec_dict(self, naming_map, appendTo) -> None: method _from_raw (line 101) | def _from_raw(self, raw, naming_map) -> None: method do_actuate (line 109) | def do_actuate(self, raw, naming_map) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/senml/senml_unit.pyi function enum (line 3) | def enum(**enums): ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/socket.pyi function getaddrinfo (line 93) | def getaddrinfo( class socket (line 143) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 160) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 168) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 188) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 207) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 216) | def settimeout(self, value: float | None, /) -> None: method sendall (line 252) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 265) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 273) | def setblocking(self, value: bool, /) -> None: method sendto (line 285) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 292) | def readline(self) -> bytes: method readinto (line 301) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 311) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 321) | def read(self) -> bytes: method read (line 331) | def read(self, size: int, /) -> bytes: method close (line 340) | def close(self) -> None: method connect (line 351) | def connect(self, address: _Address | bytes, /) -> None: method send (line 357) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 365) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 371) | def accept(self) -> Tuple: method write (line 380) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 391) | def __init__( FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_ms (line 118) | def ticks_ms() -> int: function ticks_cpu (line 142) | def ticks_cpu() -> _TicksCPU: function ticks_add (line 157) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 184) | def time_ns() -> int: function ticks_us (line 191) | def ticks_us() -> _TicksUs: function time (line 197) | def time() -> int: function strftime (line 225) | def strftime(*args, **kwargs) -> Incomplete: ... function gmtime (line 226) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 248) | def localtime(secs: int | None = None, /) -> Tuple: function const (line 270) | def const(*args, **kwargs) -> Incomplete: ... function sleep_us (line 271) | def sleep_us(us: int, /) -> None: function sleep_ms (line 281) | def sleep_ms(ms: int, /) -> None: function mktime (line 292) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 300) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 12) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/uhashlib.pyi class sha1 (line 10) | class sha1: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 15) | class sha256: method digest (line 16) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 17) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 20) | class md5: method digest (line 21) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 22) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/uwebsocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-arduino_nano_rp2040_connect-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 143) | def soft_reset() -> NoReturn: function reset (line 150) | def reset() -> NoReturn: function freq (line 158) | def freq() -> int: function freq (line 166) | def freq(hz: int, /) -> None: function freq (line 174) | def freq(self) -> int: function freq (line 182) | def freq( function reset_cause (line 193) | def reset_cause() -> int: function idle (line 199) | def idle() -> None: function time_pulse_us (line 214) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 233) | def lightsleep() -> None: function lightsleep (line 258) | def lightsleep(time_ms: int, /) -> None: function unique_id (line 282) | def unique_id() -> bytes: class Pin (line 291) | class Pin: method low (line 354) | def low(self) -> None: method irq (line 362) | def irq( method toggle (line 416) | def toggle(self) -> Incomplete: method off (line 424) | def off(self) -> None: method on (line 430) | def on(self) -> None: method init (line 436) | def init( method value (line 455) | def value(self) -> int: method value (line 489) | def value(self, x: Any, /) -> None: method high (line 522) | def high(self) -> None: class cpu (line 530) | class cpu: method __init__ (line 561) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 563) | class board: method __init__ (line 592) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 594) | def __init__( method __call__ (line 669) | def __call__(self) -> int: method __call__ (line 677) | def __call__(self, x: Any, /) -> None: method mode (line 685) | def mode(self) -> int: method mode (line 694) | def mode(self, mode: int, /) -> None: method pull (line 703) | def pull(self) -> int: method pull (line 712) | def pull(self, pull: int, /) -> None: method drive (line 721) | def drive(self, drive: int, /) -> None: method drive (line 731) | def drive(self, /) -> int: class PWM (line 743) | class PWM: method duty_u16 (line 795) | def duty_u16(self) -> int: method duty_u16 (line 807) | def duty_u16( method freq (line 823) | def freq(self) -> int: method freq (line 834) | def freq( method init (line 848) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 856) | def duty_ns(self) -> int: method duty_ns (line 866) | def duty_ns( method deinit (line 879) | def deinit(self) -> None: method __init__ (line 885) | def __init__( class ADC (line 910) | class ADC: method read_u16 (line 936) | def read_u16(self) -> int: method __init__ (line 944) | def __init__(self, pin: PinLike, /) -> None: class I2C (line 955) | class I2C: method readfrom_mem_into (line 992) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1004) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1014) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1023) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1034) | def scan(self) -> List: method writeto (line 1042) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1052) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1068) | def start(self) -> None: method readfrom (line 1074) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1082) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1093) | def init(self, *, freq: int = 400_000) -> None: method init (line 1107) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1120) | def stop(self) -> None: method write (line 1126) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1135) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1152) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1169) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2S (line 1182) | class I2S: method shift (line 1258) | def shift( method init (line 1271) | def init( method irq (line 1288) | def irq( method readinto (line 1300) | def readinto( method deinit (line 1313) | def deinit(self) -> None: method write (line 1319) | def write( method __init__ (line 1332) | def __init__( class WDT (line 1374) | class WDT: method feed (line 1390) | def feed(self) -> None: method __init__ (line 1398) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1407) | class RTC: method datetime (line 1424) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1441) | def __init__(self, id: int = 0): method __init__ (line 1447) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1455) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1463) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1471) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1479) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1487) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1495) | def init(self) -> None: method init (line 1510) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1525) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1540) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1555) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1570) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1585) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1600) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1608) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1616) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1624) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1632) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1640) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1648) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1655) | class Timer: method init (line 1682) | def init( method init (line 1690) | def init( method init (line 1698) | def init( method deinit (line 1744) | def deinit(self) -> None: method __init__ (line 1751) | def __init__(self, id: int, /): method __init__ (line 1761) | def __init__( method __init__ (line 1779) | def __init__( method __init__ (line 1797) | def __init__( class UART (line 1814) | class UART: method irq (line 1855) | def irq( method sendbreak (line 1892) | def sendbreak(self) -> None: method deinit (line 1899) | def deinit(self) -> None: method init (line 1910) | def init( method init (line 1979) | def init( method init (line 2042) | def init( method flush (line 2104) | def flush(self) -> Incomplete: method txdone (line 2119) | def txdone(self) -> bool: method read (line 2135) | def read(self) -> bytes | None: method read (line 2146) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2156) | def any(self) -> int: method write (line 2171) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2180) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2191) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2201) | def readline(self) -> Union[str, None]: method __init__ (line 2211) | def __init__( method __init__ (line 2233) | def __init__( method __init__ (line 2249) | def __init__( class USBDevice (line 2264) | class USBDevice: method submit_xfer (line 2277) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2299) | def config( method remote_wakeup (line 2407) | def remote_wakeup(self) -> bool: method stall (line 2416) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2437) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2458) | class BUILTIN_CDC: method __init__ (line 2466) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2468) | class BUILTIN_NONE: method __init__ (line 2474) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2476) | class BUILTIN_DEFAULT: method __init__ (line 2484) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2486) | def __init__(self) -> None: ... class SoftSPI (line 2488) | class SoftSPI(SPI): method deinit (line 2497) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2498) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2499) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2500) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2501) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2502) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2503) | def __init__( class SPI (line 2516) | class SPI: method deinit (line 2573) | def deinit(self) -> None: method init (line 2580) | def init( method init (line 2615) | def init( method write_readinto (line 2647) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2658) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2666) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2675) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2686) | def __init__(self, id: int, /): method __init__ (line 2699) | def __init__( method __init__ (line 2725) | def __init__( class Signal (line 2748) | class Signal(Pin): method off (line 2818) | def off(self) -> None: method on (line 2824) | def on(self) -> None: method value (line 2831) | def value(self) -> int: method value (line 2851) | def value(self, x: Any, /) -> None: method __init__ (line 2871) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2891) | def __init__( class SoftI2C (line 2921) | class SoftI2C(I2C): method readfrom_mem_into (line 2934) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2935) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2936) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2937) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2938) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2939) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2940) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2941) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2942) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2943) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2944) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2945) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2946) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2947) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2949) | class SDCard: method readblocks (line 2951) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2961) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2971) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2982) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/rp2/__init__.pyi function asm_pio_encode (line 67) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function asm_pio (line 77) | def asm_pio( function bootsel_button (line 128) | def bootsel_button() -> int: function const (line 141) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 143) | class PIOASMEmit: method in_ (line 153) | def in_(self, src: int, data) -> PIOASMEmit: method side (line 186) | def side(self, value: int): method out (line 199) | def out(self, destination: int, bit_count: int) -> PIOASMEmit: method jmp (line 237) | def jmp(self, condition, label: Incomplete | None = ...) -> PIOASMEmit: method start_pass (line 272) | def start_pass(self, pass_) -> None: method wrap (line 279) | def wrap(self) -> None: method word (line 290) | def word(self, instr, label: Incomplete | None = ...) -> PIOASMEmit: method wait (line 298) | def wait(self, polarity: int, src: int, index: int, /) -> PIOASMEmit: method wrap_target (line 333) | def wrap_target(self) -> None: method delay (line 342) | def delay(self, delay: int): method label (line 349) | def label(self, label: str) -> None: method irq (line 364) | def irq(self, mod, index: Incomplete | None = ...) -> PIOASMEmit: method set (line 383) | def set(self, destination: int, data) -> PIOASMEmit: method mov (line 407) | def mov(self, dest, src, operation: int | None = None) -> PIOASMEmit: method push (line 453) | def push(self, value: int = ..., value2: int = ...) -> PIOASMEmit: method pull (line 472) | def pull(self, block: int = block, timeout: int = 0) -> PIOASMEmit: method nop (line 498) | def nop(self) -> PIOASMEmit: method __init__ (line 506) | def __init__( method __getitem__ (line 521) | def __getitem__(self, key): ... method __getitem__ (line 523) | def __getitem__(self, key: int): ... method __getitem__ (line 525) | def __getitem__(self, key): ... method __getitem__ (line 527) | def __getitem__(self, key: int): ... class PIOASMError (line 529) | class PIOASMError(Exception): ... class PIO (line 531) | class PIO: method state_machine (line 552) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 564) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 574) | def irq( method add_program (line 589) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 599) | def __init__(self, id) -> None: ... class StateMachine (line 601) | class StateMachine: method irq (line 611) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 619) | def put(self, value, shift=0): method restart (line 635) | def restart(self) -> None: method rx_fifo (line 650) | def rx_fifo(self) -> int: method tx_fifo (line 660) | def tx_fifo(self) -> int: method init (line 670) | def init( method exec (line 718) | def exec(self, instr) -> None: method get (line 734) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 746) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 757) | def __init__( class DMA (line 773) | class DMA: method irq (line 778) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 784) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 799) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 858) | def close(self) -> None: method config (line 865) | def config( method active (line 893) | def active(self, value: Any | None = None) -> bool: method __init__ (line 904) | def __init__( class Flash (line 913) | class Flash(AbstractBlockDev): method readblocks (line 919) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 929) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 939) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 950) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 965) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 968) | def ioctl(self, op: int) -> int | None: method __init__ (line 975) | def __init__(self) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> PIOASMEmit: function side (line 121) | def side(value: int) -> PIOASMEmit: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> PIOASMEmit: function nop (line 178) | def nop() -> PIOASMEmit: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> PIOASMEmit: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> PIOASMEmit: function in_ (line 256) | def in_(src, data) -> PIOASMEmit: function out (line 289) | def out(destination: int, bit_count: int) -> PIOASMEmit: function push (line 327) | def push(value: int = ..., value2: int = ...) -> PIOASMEmit: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> PIOASMEmit: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> PIOASMEmit: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> PIOASMEmit: function set (line 438) | def set(destination, data) -> PIOASMEmit: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 12) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/uhashlib.pyi class sha256 (line 10) | class sha256: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 15) | class sha1: method digest (line 16) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 17) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 143) | def soft_reset() -> NoReturn: function reset (line 150) | def reset() -> NoReturn: function freq (line 158) | def freq() -> int: function freq (line 166) | def freq(hz: int, /) -> None: function freq (line 174) | def freq(self) -> int: function freq (line 182) | def freq( function reset_cause (line 193) | def reset_cause() -> int: function idle (line 199) | def idle() -> None: function time_pulse_us (line 214) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 233) | def lightsleep() -> None: function lightsleep (line 258) | def lightsleep(time_ms: int, /) -> None: function unique_id (line 282) | def unique_id() -> bytes: class Pin (line 291) | class Pin: method low (line 354) | def low(self) -> None: method irq (line 362) | def irq( method toggle (line 416) | def toggle(self) -> Incomplete: method off (line 424) | def off(self) -> None: method on (line 430) | def on(self) -> None: method init (line 436) | def init( method value (line 455) | def value(self) -> int: method value (line 489) | def value(self, x: Any, /) -> None: method high (line 522) | def high(self) -> None: class cpu (line 530) | class cpu: method __init__ (line 561) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 563) | class board: method __init__ (line 592) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 594) | def __init__( method __call__ (line 669) | def __call__(self) -> int: method __call__ (line 677) | def __call__(self, x: Any, /) -> None: method mode (line 685) | def mode(self) -> int: method mode (line 694) | def mode(self, mode: int, /) -> None: method pull (line 703) | def pull(self) -> int: method pull (line 712) | def pull(self, pull: int, /) -> None: method drive (line 721) | def drive(self, drive: int, /) -> None: method drive (line 731) | def drive(self, /) -> int: class PWM (line 743) | class PWM: method duty_u16 (line 795) | def duty_u16(self) -> int: method duty_u16 (line 807) | def duty_u16( method freq (line 823) | def freq(self) -> int: method freq (line 834) | def freq( method init (line 848) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 856) | def duty_ns(self) -> int: method duty_ns (line 866) | def duty_ns( method deinit (line 879) | def deinit(self) -> None: method __init__ (line 885) | def __init__( class ADC (line 910) | class ADC: method read_u16 (line 936) | def read_u16(self) -> int: method __init__ (line 944) | def __init__(self, pin: PinLike, /) -> None: class I2C (line 955) | class I2C: method readfrom_mem_into (line 992) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1004) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1014) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1023) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1034) | def scan(self) -> List: method writeto (line 1042) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1052) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1068) | def start(self) -> None: method readfrom (line 1074) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1082) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1093) | def init(self, *, freq: int = 400_000) -> None: method init (line 1107) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1120) | def stop(self) -> None: method write (line 1126) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1135) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1152) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1169) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2S (line 1182) | class I2S: method shift (line 1258) | def shift( method init (line 1271) | def init( method irq (line 1288) | def irq( method readinto (line 1300) | def readinto( method deinit (line 1313) | def deinit(self) -> None: method write (line 1319) | def write( method __init__ (line 1332) | def __init__( class WDT (line 1374) | class WDT: method feed (line 1390) | def feed(self) -> None: method __init__ (line 1398) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1407) | class RTC: method datetime (line 1424) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1441) | def __init__(self, id: int = 0): method __init__ (line 1447) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1455) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1463) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1471) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1479) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1487) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1495) | def init(self) -> None: method init (line 1510) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1525) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1540) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1555) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1570) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1585) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1600) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1608) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1616) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1624) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1632) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1640) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1648) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1655) | class Timer: method init (line 1682) | def init( method init (line 1690) | def init( method init (line 1698) | def init( method deinit (line 1744) | def deinit(self) -> None: method __init__ (line 1751) | def __init__(self, id: int, /): method __init__ (line 1761) | def __init__( method __init__ (line 1779) | def __init__( method __init__ (line 1797) | def __init__( class UART (line 1814) | class UART: method irq (line 1855) | def irq( method sendbreak (line 1892) | def sendbreak(self) -> None: method deinit (line 1899) | def deinit(self) -> None: method init (line 1910) | def init( method init (line 1979) | def init( method init (line 2042) | def init( method flush (line 2104) | def flush(self) -> Incomplete: method txdone (line 2119) | def txdone(self) -> bool: method read (line 2135) | def read(self) -> bytes | None: method read (line 2146) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2156) | def any(self) -> int: method write (line 2171) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2180) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2191) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2201) | def readline(self) -> Union[str, None]: method __init__ (line 2211) | def __init__( method __init__ (line 2233) | def __init__( method __init__ (line 2249) | def __init__( class USBDevice (line 2264) | class USBDevice: method submit_xfer (line 2277) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2299) | def config( method remote_wakeup (line 2407) | def remote_wakeup(self) -> bool: method stall (line 2416) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2437) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2458) | class BUILTIN_CDC: method __init__ (line 2466) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2468) | class BUILTIN_NONE: method __init__ (line 2474) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2476) | class BUILTIN_DEFAULT: method __init__ (line 2484) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2486) | def __init__(self) -> None: ... class SoftSPI (line 2488) | class SoftSPI(SPI): method deinit (line 2497) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2498) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2499) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2500) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2501) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2502) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2503) | def __init__( class SPI (line 2516) | class SPI: method deinit (line 2573) | def deinit(self) -> None: method init (line 2580) | def init( method init (line 2615) | def init( method write_readinto (line 2647) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2658) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2666) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2675) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2686) | def __init__(self, id: int, /): method __init__ (line 2699) | def __init__( method __init__ (line 2725) | def __init__( class Signal (line 2748) | class Signal(Pin): method off (line 2818) | def off(self) -> None: method on (line 2824) | def on(self) -> None: method value (line 2831) | def value(self) -> int: method value (line 2851) | def value(self, x: Any, /) -> None: method __init__ (line 2871) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2891) | def __init__( class SoftI2C (line 2921) | class SoftI2C(I2C): method readfrom_mem_into (line 2934) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2935) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2936) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2937) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2938) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2939) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2940) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2941) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2942) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2943) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2944) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2945) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2946) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2947) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2949) | class SDCard: method readblocks (line 2951) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2961) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2971) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2982) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/rp2/__init__.pyi function asm_pio_encode (line 67) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function asm_pio (line 77) | def asm_pio( function bootsel_button (line 128) | def bootsel_button() -> int: function const (line 141) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 143) | class PIOASMEmit: method in_ (line 153) | def in_(self, src: int, data) -> PIOASMEmit: method side (line 186) | def side(self, value: int): method out (line 199) | def out(self, destination: int, bit_count: int) -> PIOASMEmit: method jmp (line 237) | def jmp(self, condition, label: Incomplete | None = ...) -> PIOASMEmit: method start_pass (line 272) | def start_pass(self, pass_) -> None: method wrap (line 279) | def wrap(self) -> None: method word (line 290) | def word(self, instr, label: Incomplete | None = ...) -> PIOASMEmit: method wait (line 298) | def wait(self, polarity: int, src: int, index: int, /) -> PIOASMEmit: method wrap_target (line 333) | def wrap_target(self) -> None: method delay (line 342) | def delay(self, delay: int): method label (line 349) | def label(self, label: str) -> None: method irq (line 364) | def irq(self, mod, index: Incomplete | None = ...) -> PIOASMEmit: method set (line 383) | def set(self, destination: int, data) -> PIOASMEmit: method mov (line 407) | def mov(self, dest, src, operation: int | None = None) -> PIOASMEmit: method push (line 453) | def push(self, value: int = ..., value2: int = ...) -> PIOASMEmit: method pull (line 472) | def pull(self, block: int = block, timeout: int = 0) -> PIOASMEmit: method nop (line 498) | def nop(self) -> PIOASMEmit: method __init__ (line 506) | def __init__( method __getitem__ (line 521) | def __getitem__(self, key): ... method __getitem__ (line 523) | def __getitem__(self, key: int): ... method __getitem__ (line 525) | def __getitem__(self, key): ... method __getitem__ (line 527) | def __getitem__(self, key: int): ... class PIOASMError (line 529) | class PIOASMError(Exception): ... class PIO (line 531) | class PIO: method state_machine (line 552) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 564) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 574) | def irq( method add_program (line 589) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 599) | def __init__(self, id) -> None: ... class StateMachine (line 601) | class StateMachine: method irq (line 611) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 619) | def put(self, value, shift=0): method restart (line 635) | def restart(self) -> None: method rx_fifo (line 650) | def rx_fifo(self) -> int: method tx_fifo (line 660) | def tx_fifo(self) -> int: method init (line 670) | def init( method exec (line 718) | def exec(self, instr) -> None: method get (line 734) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 746) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 757) | def __init__( class DMA (line 773) | class DMA: method irq (line 778) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 784) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 799) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 858) | def close(self) -> None: method config (line 865) | def config( method active (line 893) | def active(self, value: Any | None = None) -> bool: method __init__ (line 904) | def __init__( class Flash (line 913) | class Flash(AbstractBlockDev): method readblocks (line 919) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 929) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 939) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 950) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 965) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 968) | def ioctl(self, op: int) -> int | None: method __init__ (line 975) | def __init__(self) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> PIOASMEmit: function side (line 121) | def side(value: int) -> PIOASMEmit: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> PIOASMEmit: function nop (line 178) | def nop() -> PIOASMEmit: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> PIOASMEmit: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> PIOASMEmit: function in_ (line 256) | def in_(src, data) -> PIOASMEmit: function out (line 289) | def out(destination: int, bit_count: int) -> PIOASMEmit: function push (line 327) | def push(value: int = ..., value2: int = ...) -> PIOASMEmit: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> PIOASMEmit: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> PIOASMEmit: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> PIOASMEmit: function set (line 438) | def set(destination, data) -> PIOASMEmit: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 12) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/uhashlib.pyi class sha256 (line 10) | class sha256: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 15) | class sha1: method digest (line 16) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 17) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/aioble/central.pyi function _central_irq (line 37) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 38) | def _central_shutdown() -> None: ... function _cancel_pending (line 39) | async def _cancel_pending() -> None: ... function _connect (line 40) | async def _connect(connection, timeout_ms, scan_duration_ms, min_conn_in... class ScanResult (line 42) | class ScanResult: method __init__ (line 48) | def __init__(self, device) -> None: ... method _update (line 49) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 50) | def __str__(self) -> str: ... method _decode_field (line 51) | def _decode_field(self, *adv_type) -> Generator[Incomplete]: ... method name (line 52) | def name(self): ... method services (line 53) | def services(self) -> Generator[Incomplete]: ... method manufacturer (line 54) | def manufacturer(self, filter: Incomplete | None = None) -> Generator[... class scan (line 56) | class scan: method __init__ (line 65) | def __init__( method __aenter__ (line 68) | async def __aenter__(self): ... method __aexit__ (line 69) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 70) | def __aiter__(self): ... method __anext__ (line 71) | async def __anext__(self): ... method cancel (line 72) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/aioble/client.pyi function _client_irq (line 26) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 28) | class ClientDiscover: method __init__ (line 37) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 38) | async def _start(self) -> None: ... method __aiter__ (line 39) | def __aiter__(self): ... method __anext__ (line 40) | async def __anext__(self): ... method _discover_result (line 41) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 42) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 44) | class ClientService: method __init__ (line 49) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 50) | def __str__(self) -> str: ... method characteristic (line 51) | async def characteristic(self, uuid, timeout_ms: int = 2000): ... method characteristics (line 52) | def characteristics(self, uuid: Incomplete | None = None, timeout_ms: ... method _start_discovery (line 53) | def _start_discovery(connection, uuid: Incomplete | None = None) -> No... class BaseClientCharacteristic (line 55) | class BaseClientCharacteristic: method __init__ (line 64) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 65) | def _register_with_connection(self) -> None: ... method _find (line 66) | def _find(conn_handle, value_handle): ... method _check (line 67) | def _check(self, flag) -> None: ... method read (line 68) | async def read(self, timeout_ms: int = 1000): ... method _read_result (line 69) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 70) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 71) | async def write(self, data, response: Incomplete | None = None, timeou... method _write_done (line 72) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 74) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 82) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 83) | def __str__(self) -> str: ... method _connection (line 84) | def _connection(self): ... method descriptor (line 85) | async def descriptor(self, uuid, timeout_ms: int = 2000): ... method descriptors (line 86) | def descriptors(self, timeout_ms: int = 2000): ... method _start_discovery (line 87) | def _start_discovery(service, uuid: Incomplete | None = None) -> None:... method _notified_indicated (line 88) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 89) | async def notified(self, timeout_ms: Incomplete | None = None): ... method _on_notify_indicate (line 90) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 91) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 92) | async def indicated(self, timeout_ms: Incomplete | None = None): ... method _on_indicate (line 93) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 94) | async def subscribe(self, notify: bool = True, indicate: bool = False)... class ClientDescriptor (line 96) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 99) | def __str__(self) -> str: ... method _connection (line 100) | def _connection(self): ... method _start_discovery (line 101) | def _start_discovery(characteristic, uuid: Incomplete | None = None) -... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/aioble/core.pyi function log_error (line 5) | def log_error(*args) -> None: ... function log_warn (line 6) | def log_warn(*args) -> None: ... function log_info (line 7) | def log_info(*args) -> None: ... class GattError (line 9) | class GattError(Exception): method __init__ (line 11) | def __init__(self, status) -> None: ... function ensure_active (line 13) | def ensure_active() -> None: ... function config (line 14) | def config(*args, **kwargs): ... function register_irq_handler (line 19) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 20) | def stop() -> None: ... function ble_irq (line 21) | def ble_irq(event, data): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/aioble/device.pyi class DeviceDisconnectedError (line 7) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 9) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 11) | class DeviceTimeout: method __init__ (line 16) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 17) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 18) | def __enter__(self) -> None: ... method __exit__ (line 19) | def __exit__( class Device (line 23) | class Device: method __init__ (line 27) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 28) | def __eq__(self, rhs): ... method __hash__ (line 29) | def __hash__(self): ... method __str__ (line 30) | def __str__(self) -> str: ... method addr_hex (line 31) | def addr_hex(self): ... method connect (line 32) | async def connect( class DeviceConnection (line 40) | class DeviceConnection: method __init__ (line 57) | def __init__(self, device) -> None: ... method device_task (line 58) | async def device_task(self) -> None: ... method _run_task (line 59) | def _run_task(self) -> None: ... method disconnect (line 60) | async def disconnect(self, timeout_ms: int = 2000) -> None: ... method disconnected (line 61) | async def disconnected(self, timeout_ms: Incomplete | None = None, dis... method service (line 62) | async def service(self, uuid, timeout_ms: int = 2000): ... method services (line 63) | def services(self, uuid: Incomplete | None = None, timeout_ms: int = 2... method pair (line 64) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 65) | def is_connected(self): ... method timeout (line 66) | def timeout(self, timeout_ms): ... method exchange_mtu (line 67) | async def exchange_mtu(self, mtu: Incomplete | None = None, timeout_ms... method l2cap_accept (line 68) | async def l2cap_accept(self, psm, mtu, timeout_ms: Incomplete | None =... method l2cap_connect (line 69) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = 1000): ... method __aenter__ (line 70) | async def __aenter__(self): ... method __aexit__ (line 71) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/aioble/l2cap.pyi function _l2cap_irq (line 13) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 14) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 16) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 17) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 19) | class L2CAPChannel: method __init__ (line 28) | def __init__(self, connection) -> None: ... method _assert_connected (line 29) | def _assert_connected(self) -> None: ... method recvinto (line 30) | async def recvinto(self, buf, timeout_ms: Incomplete | None = None): ... method available (line 31) | def available(self): ... method send (line 32) | async def send(self, buf, timeout_ms: Incomplete | None = None, chunk_... method flush (line 33) | async def flush(self, timeout_ms: Incomplete | None = None) -> None: ... method disconnect (line 34) | async def disconnect(self, timeout_ms: int = 1000) -> None: ... method disconnected (line 35) | async def disconnected(self, timeout_ms: int = 1000) -> None: ... method __aenter__ (line 36) | async def __aenter__(self): ... method __aexit__ (line 37) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 39) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 40) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/aioble/peripheral.pyi function _peripheral_irq (line 29) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 30) | def _peripheral_shutdown() -> None: ... function _append (line 31) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 32) | async def advertise( FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/aioble/security.pyi function load_secrets (line 23) | def load_secrets(path: Incomplete | None = None) -> None: ... function _save_secrets (line 24) | def _save_secrets(arg: Incomplete | None = None) -> None: ... function _security_irq (line 25) | def _security_irq(event, data): ... function _security_shutdown (line 26) | def _security_shutdown() -> None: ... function pair (line 27) | async def pair(connection, bond: bool = True, le_secure: bool = True, mi... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/aioble/server.pyi function _server_irq (line 32) | def _server_irq(event, data): ... function _server_shutdown (line 33) | def _server_shutdown() -> None: ... class Service (line 35) | class Service: method __init__ (line 38) | def __init__(self, uuid) -> None: ... method _tuple (line 39) | def _tuple(self): ... class BaseCharacteristic (line 41) | class BaseCharacteristic: method _register (line 44) | def _register(self, value_handle) -> None: ... method read (line 45) | def read(self): ... method write (line 46) | def write(self, data, send_update: bool = False) -> None: ... method _init_capture (line 48) | def _init_capture() -> None: ... method _run_capture_task (line 50) | async def _run_capture_task() -> None: ... method written (line 52) | async def written(self, timeout_ms: Incomplete | None = None): ... method on_read (line 53) | def on_read(self, connection): ... method _remote_write (line 54) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 55) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 57) | class Characteristic(BaseCharacteristic): method __init__ (line 68) | def __init__( method _tuple (line 80) | def _tuple(self): ... method notify (line 81) | def notify(self, connection, data: Incomplete | None = None) -> None: ... method indicate (line 82) | async def indicate(self, connection, data: Incomplete | None = None, t... method _indicate_done (line 83) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 85) | class BufferedCharacteristic(Characteristic): method __init__ (line 88) | def __init__(self, *args, max_len: int = 20, append: bool = False, **k... method _register (line 89) | def _register(self, value_handle) -> None: ... class Descriptor (line 91) | class Descriptor(BaseCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, uuid, read: bool = False, write: bo... method _tuple (line 99) | def _tuple(self): ... function register_services (line 101) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gatts_notify (line 65) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_indicate (line 80) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_write (line 98) | def gattc_write( method gattc_read (line 125) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 135) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_read (line 149) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method gatts_write (line 156) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_set_buffer (line 166) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_register_services (line 179) | def gatts_register_services(self, services_definition: tuple[_Service,... method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_connect (line 436) | def gap_connect( method gap_advertise (line 468) | def gap_advertise( method config (line 494) | def config(self, param: str, /) -> Any: method config (line 558) | def config(self, **kwargs) -> None: method config (line 622) | def config(self, param: str, /) -> Any: method config (line 686) | def config(self, **kwargs) -> None: method active (line 750) | def active(self) -> bool: method active (line 759) | def active(self, active: bool, /) -> None: method active (line 768) | def active(self) -> bool: method active (line 777) | def active(self, active: bool, /) -> None: method gattc_discover_services (line 785) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gap_disconnect (line 796) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gattc_discover_descriptors (line 811) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method gattc_discover_characteristics (line 820) | def gattc_discover_characteristics( method gap_scan (line 842) | def gap_scan( method __init__ (line 885) | def __init__(self) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/lwip.pyi function reset (line 24) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 25) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 26) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 27) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 29) | class socket: method recvfrom (line 30) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 32) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 33) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 34) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 35) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 37) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 38) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 39) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 41) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 42) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 43) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 44) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 45) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 46) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 47) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 143) | def soft_reset() -> NoReturn: function reset (line 150) | def reset() -> NoReturn: function freq (line 158) | def freq() -> int: function freq (line 166) | def freq(hz: int, /) -> None: function freq (line 174) | def freq(self) -> int: function freq (line 182) | def freq( function reset_cause (line 193) | def reset_cause() -> int: function idle (line 199) | def idle() -> None: function time_pulse_us (line 214) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 233) | def lightsleep() -> None: function lightsleep (line 258) | def lightsleep(time_ms: int, /) -> None: function unique_id (line 282) | def unique_id() -> bytes: class Pin (line 291) | class Pin: method low (line 354) | def low(self) -> None: method irq (line 362) | def irq( method toggle (line 416) | def toggle(self) -> Incomplete: method off (line 424) | def off(self) -> None: method on (line 430) | def on(self) -> None: method init (line 436) | def init( method value (line 455) | def value(self) -> int: method value (line 489) | def value(self, x: Any, /) -> None: method high (line 522) | def high(self) -> None: class cpu (line 530) | class cpu: method __init__ (line 564) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 566) | class board: method __init__ (line 597) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 599) | def __init__( method __call__ (line 674) | def __call__(self) -> int: method __call__ (line 682) | def __call__(self, x: Any, /) -> None: method mode (line 690) | def mode(self) -> int: method mode (line 699) | def mode(self, mode: int, /) -> None: method pull (line 708) | def pull(self) -> int: method pull (line 717) | def pull(self, pull: int, /) -> None: method drive (line 726) | def drive(self, drive: int, /) -> None: method drive (line 736) | def drive(self, /) -> int: class PWM (line 748) | class PWM: method duty_u16 (line 800) | def duty_u16(self) -> int: method duty_u16 (line 812) | def duty_u16( method freq (line 828) | def freq(self) -> int: method freq (line 839) | def freq( method init (line 853) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 861) | def duty_ns(self) -> int: method duty_ns (line 871) | def duty_ns( method deinit (line 884) | def deinit(self) -> None: method __init__ (line 890) | def __init__( class ADC (line 915) | class ADC: method read_u16 (line 941) | def read_u16(self) -> int: method __init__ (line 949) | def __init__(self, pin: PinLike, /) -> None: class I2C (line 960) | class I2C: method readfrom_mem_into (line 997) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1009) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1019) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1028) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1039) | def scan(self) -> List: method writeto (line 1047) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1057) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1073) | def start(self) -> None: method readfrom (line 1079) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1087) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1098) | def init(self, *, freq: int = 400_000) -> None: method init (line 1112) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1125) | def stop(self) -> None: method write (line 1131) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1140) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1157) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1174) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2S (line 1187) | class I2S: method shift (line 1263) | def shift( method init (line 1276) | def init( method irq (line 1293) | def irq( method readinto (line 1305) | def readinto( method deinit (line 1318) | def deinit(self) -> None: method write (line 1324) | def write( method __init__ (line 1337) | def __init__( class WDT (line 1379) | class WDT: method feed (line 1395) | def feed(self) -> None: method __init__ (line 1403) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1412) | class RTC: method datetime (line 1429) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1446) | def __init__(self, id: int = 0): method __init__ (line 1452) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1460) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1468) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1476) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1484) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1492) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1500) | def init(self) -> None: method init (line 1515) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1530) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1545) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1560) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1575) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1590) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1605) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1613) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1621) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1629) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1637) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1645) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1653) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1660) | class Timer: method init (line 1687) | def init( method init (line 1695) | def init( method init (line 1703) | def init( method deinit (line 1749) | def deinit(self) -> None: method __init__ (line 1756) | def __init__(self, id: int, /): method __init__ (line 1766) | def __init__( method __init__ (line 1784) | def __init__( method __init__ (line 1802) | def __init__( class UART (line 1819) | class UART: method irq (line 1860) | def irq( method sendbreak (line 1897) | def sendbreak(self) -> None: method deinit (line 1904) | def deinit(self) -> None: method init (line 1915) | def init( method init (line 1984) | def init( method init (line 2047) | def init( method flush (line 2109) | def flush(self) -> Incomplete: method txdone (line 2124) | def txdone(self) -> bool: method read (line 2140) | def read(self) -> bytes | None: method read (line 2151) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2161) | def any(self) -> int: method write (line 2176) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2185) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2196) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2206) | def readline(self) -> Union[str, None]: method __init__ (line 2216) | def __init__( method __init__ (line 2238) | def __init__( method __init__ (line 2254) | def __init__( class USBDevice (line 2269) | class USBDevice: method submit_xfer (line 2282) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2304) | def config( method remote_wakeup (line 2412) | def remote_wakeup(self) -> bool: method stall (line 2421) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2442) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2463) | class BUILTIN_CDC: method __init__ (line 2471) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2473) | class BUILTIN_NONE: method __init__ (line 2479) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2481) | class BUILTIN_DEFAULT: method __init__ (line 2489) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2491) | def __init__(self) -> None: ... class SoftSPI (line 2493) | class SoftSPI(SPI): method deinit (line 2502) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2503) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2504) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2505) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2506) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2507) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2508) | def __init__( class SPI (line 2521) | class SPI: method deinit (line 2578) | def deinit(self) -> None: method init (line 2585) | def init( method init (line 2620) | def init( method write_readinto (line 2652) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2663) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2671) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2680) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2691) | def __init__(self, id: int, /): method __init__ (line 2704) | def __init__( method __init__ (line 2730) | def __init__( class Signal (line 2753) | class Signal(Pin): method off (line 2823) | def off(self) -> None: method on (line 2829) | def on(self) -> None: method value (line 2836) | def value(self) -> int: method value (line 2856) | def value(self, x: Any, /) -> None: method __init__ (line 2876) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2896) | def __init__( class SoftI2C (line 2926) | class SoftI2C(I2C): method readfrom_mem_into (line 2939) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2940) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2941) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2942) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2943) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2944) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2945) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2946) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2947) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2948) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2949) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2950) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2951) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2952) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2954) | class SDCard: method readblocks (line 2956) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2966) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2976) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2987) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/network.pyi function hostname (line 61) | def hostname(*args, **kwargs) -> Incomplete: ... function ipconfig (line 62) | def ipconfig(*args, **kwargs) -> Incomplete: ... function route (line 63) | def route(*args, **kwargs) -> Incomplete: ... function country (line 64) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 66) | class WLAN: method ipconfig (line 85) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method status (line 87) | def status(self) -> int: method status (line 117) | def status(self, param: str, /) -> int: method ioctl (line 146) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method send_ethernet (line 147) | def send_ethernet(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 148) | def isconnected(self) -> bool: method scan (line 156) | def scan(self) -> List[Tuple]: method config (line 186) | def config(self, param: str, /) -> Any: method config (line 221) | def config(self, **kwargs: Any) -> None: method ifconfig (line 256) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 267) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method active (line 278) | def active(self, /) -> bool: method active (line 286) | def active(self, is_active: bool | int, /) -> None: method disconnect (line 293) | def disconnect(self) -> None: method connect (line 299) | def connect( method deinit (line 315) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 316) | def __init__(self, interface_id: int, /) -> None: class LAN (line 325) | class LAN: method active (line 327) | def active(self, /) -> bool: method active (line 335) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 342) | class WLANWiPy: method __init__ (line 344) | def __init__(self, id: int = 0, /): method __init__ (line 358) | def __init__( method mode (line 382) | def mode(self) -> int: method mode (line 388) | def mode(self, mode: int, /) -> None: method ssid (line 394) | def ssid(self) -> str: method ssid (line 400) | def ssid(self, ssid: str, /) -> None: method auth (line 406) | def auth(self) -> int: method auth (line 412) | def auth(self, auth: int, /) -> None: method channel (line 418) | def channel(self) -> int: method channel (line 424) | def channel(self, channel: int, /) -> None: method antenna (line 430) | def antenna(self) -> int: method antenna (line 436) | def antenna(self, antenna: int, /) -> None: method mac (line 442) | def mac(self) -> bytes: method mac (line 448) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 453) | class AbstractNIC: method active (line 456) | def active(self, /) -> bool: method active (line 467) | def active(self, is_active: bool | int, /) -> None: method connect (line 478) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 497) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 516) | def status(self) -> Any: method status (line 534) | def status(self, param: str, /) -> Any: method ifconfig (line 552) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 566) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 580) | def config(self, param: str, /) -> Any: method config (line 599) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/rp2/__init__.pyi function asm_pio (line 67) | def asm_pio( function asm_pio_encode (line 118) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 128) | def bootsel_button() -> int: function country (line 141) | def country(*args, **kwargs) -> Incomplete: ... function const (line 142) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 144) | class PIOASMEmit: method in_ (line 154) | def in_(self, src: int, data) -> PIOASMEmit: method side (line 187) | def side(self, value: int): method out (line 200) | def out(self, destination: int, bit_count: int) -> PIOASMEmit: method jmp (line 238) | def jmp(self, condition, label: Incomplete | None = ...) -> PIOASMEmit: method start_pass (line 273) | def start_pass(self, pass_) -> None: method wrap (line 280) | def wrap(self) -> None: method word (line 291) | def word(self, instr, label: Incomplete | None = ...) -> PIOASMEmit: method wait (line 299) | def wait(self, polarity: int, src: int, index: int, /) -> PIOASMEmit: method wrap_target (line 334) | def wrap_target(self) -> None: method delay (line 343) | def delay(self, delay: int): method label (line 350) | def label(self, label: str) -> None: method irq (line 365) | def irq(self, mod, index: Incomplete | None = ...) -> PIOASMEmit: method set (line 384) | def set(self, destination: int, data) -> PIOASMEmit: method mov (line 408) | def mov(self, dest, src, operation: int | None = None) -> PIOASMEmit: method push (line 454) | def push(self, value: int = ..., value2: int = ...) -> PIOASMEmit: method pull (line 473) | def pull(self, block: int = block, timeout: int = 0) -> PIOASMEmit: method nop (line 499) | def nop(self) -> PIOASMEmit: method __init__ (line 507) | def __init__( method __getitem__ (line 522) | def __getitem__(self, key): ... method __getitem__ (line 524) | def __getitem__(self, key: int): ... method __getitem__ (line 526) | def __getitem__(self, key): ... method __getitem__ (line 528) | def __getitem__(self, key: int): ... class PIOASMError (line 530) | class PIOASMError(Exception): ... class StateMachine (line 532) | class StateMachine: method irq (line 542) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 550) | def put(self, value, shift=0): method restart (line 566) | def restart(self) -> None: method rx_fifo (line 581) | def rx_fifo(self) -> int: method tx_fifo (line 591) | def tx_fifo(self) -> int: method init (line 601) | def init( method exec (line 649) | def exec(self, instr) -> None: method get (line 665) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 677) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 688) | def __init__( class PIO (line 704) | class PIO: method state_machine (line 725) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 737) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 747) | def irq( method add_program (line 762) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 772) | def __init__(self, id) -> None: ... class DMA (line 774) | class DMA: method irq (line 779) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 785) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 800) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 859) | def close(self) -> None: method config (line 866) | def config( method active (line 894) | def active(self, value: Any | None = None) -> bool: method __init__ (line 905) | def __init__( class Flash (line 914) | class Flash(AbstractBlockDev): method readblocks (line 920) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 930) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 940) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 951) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 966) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 969) | def ioctl(self, op: int) -> int | None: method __init__ (line 976) | def __init__(self) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> PIOASMEmit: function side (line 121) | def side(value: int) -> PIOASMEmit: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> PIOASMEmit: function nop (line 178) | def nop() -> PIOASMEmit: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> PIOASMEmit: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> PIOASMEmit: function in_ (line 256) | def in_(src, data) -> PIOASMEmit: function out (line 289) | def out(destination: int, bit_count: int) -> PIOASMEmit: function push (line 327) | def push(value: int = ..., value2: int = ...) -> PIOASMEmit: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> PIOASMEmit: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> PIOASMEmit: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> PIOASMEmit: function set (line 438) | def set(destination, data) -> PIOASMEmit: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/socket.pyi function reset (line 94) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 95) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 96) | def getaddrinfo( function callback (line 146) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 148) | class socket: method recvfrom (line 157) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 165) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 173) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 193) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 212) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 221) | def settimeout(self, value: float | None, /) -> None: method sendall (line 257) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 270) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 278) | def setblocking(self, value: bool, /) -> None: method sendto (line 290) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 297) | def readline(self) -> bytes: method readinto (line 306) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 316) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 326) | def read(self) -> bytes: method read (line 336) | def read(self, size: int, /) -> bytes: method close (line 345) | def close(self) -> None: method connect (line 356) | def connect(self, address: _Address | bytes, /) -> None: method send (line 362) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 370) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 376) | def accept(self) -> Tuple: method write (line 385) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 396) | def __init__( FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico2_w-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/aioble/central.pyi function _central_irq (line 37) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 38) | def _central_shutdown() -> None: ... function _cancel_pending (line 39) | async def _cancel_pending() -> None: ... function _connect (line 40) | async def _connect(connection, timeout_ms, scan_duration_ms, min_conn_in... class ScanResult (line 42) | class ScanResult: method __init__ (line 48) | def __init__(self, device) -> None: ... method _update (line 49) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 50) | def __str__(self) -> str: ... method _decode_field (line 51) | def _decode_field(self, *adv_type) -> Generator[Incomplete]: ... method name (line 52) | def name(self): ... method services (line 53) | def services(self) -> Generator[Incomplete]: ... method manufacturer (line 54) | def manufacturer(self, filter: Incomplete | None = None) -> Generator[... class scan (line 56) | class scan: method __init__ (line 65) | def __init__( method __aenter__ (line 68) | async def __aenter__(self): ... method __aexit__ (line 69) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 70) | def __aiter__(self): ... method __anext__ (line 71) | async def __anext__(self): ... method cancel (line 72) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/aioble/client.pyi function _client_irq (line 26) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 28) | class ClientDiscover: method __init__ (line 37) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 38) | async def _start(self) -> None: ... method __aiter__ (line 39) | def __aiter__(self): ... method __anext__ (line 40) | async def __anext__(self): ... method _discover_result (line 41) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 42) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 44) | class ClientService: method __init__ (line 49) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 50) | def __str__(self) -> str: ... method characteristic (line 51) | async def characteristic(self, uuid, timeout_ms: int = 2000): ... method characteristics (line 52) | def characteristics(self, uuid: Incomplete | None = None, timeout_ms: ... method _start_discovery (line 53) | def _start_discovery(connection, uuid: Incomplete | None = None) -> No... class BaseClientCharacteristic (line 55) | class BaseClientCharacteristic: method __init__ (line 64) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 65) | def _register_with_connection(self) -> None: ... method _find (line 66) | def _find(conn_handle, value_handle): ... method _check (line 67) | def _check(self, flag) -> None: ... method read (line 68) | async def read(self, timeout_ms: int = 1000): ... method _read_result (line 69) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 70) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 71) | async def write(self, data, response: Incomplete | None = None, timeou... method _write_done (line 72) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 74) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 82) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 83) | def __str__(self) -> str: ... method _connection (line 84) | def _connection(self): ... method descriptor (line 85) | async def descriptor(self, uuid, timeout_ms: int = 2000): ... method descriptors (line 86) | def descriptors(self, timeout_ms: int = 2000): ... method _start_discovery (line 87) | def _start_discovery(service, uuid: Incomplete | None = None) -> None:... method _notified_indicated (line 88) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 89) | async def notified(self, timeout_ms: Incomplete | None = None): ... method _on_notify_indicate (line 90) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 91) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 92) | async def indicated(self, timeout_ms: Incomplete | None = None): ... method _on_indicate (line 93) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 94) | async def subscribe(self, notify: bool = True, indicate: bool = False)... class ClientDescriptor (line 96) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 99) | def __str__(self) -> str: ... method _connection (line 100) | def _connection(self): ... method _start_discovery (line 101) | def _start_discovery(characteristic, uuid: Incomplete | None = None) -... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/aioble/core.pyi function log_error (line 5) | def log_error(*args) -> None: ... function log_warn (line 6) | def log_warn(*args) -> None: ... function log_info (line 7) | def log_info(*args) -> None: ... class GattError (line 9) | class GattError(Exception): method __init__ (line 11) | def __init__(self, status) -> None: ... function ensure_active (line 13) | def ensure_active() -> None: ... function config (line 14) | def config(*args, **kwargs): ... function register_irq_handler (line 19) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 20) | def stop() -> None: ... function ble_irq (line 21) | def ble_irq(event, data): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/aioble/device.pyi class DeviceDisconnectedError (line 7) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 9) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 11) | class DeviceTimeout: method __init__ (line 16) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 17) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 18) | def __enter__(self) -> None: ... method __exit__ (line 19) | def __exit__( class Device (line 23) | class Device: method __init__ (line 27) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 28) | def __eq__(self, rhs): ... method __hash__ (line 29) | def __hash__(self): ... method __str__ (line 30) | def __str__(self) -> str: ... method addr_hex (line 31) | def addr_hex(self): ... method connect (line 32) | async def connect( class DeviceConnection (line 40) | class DeviceConnection: method __init__ (line 57) | def __init__(self, device) -> None: ... method device_task (line 58) | async def device_task(self) -> None: ... method _run_task (line 59) | def _run_task(self) -> None: ... method disconnect (line 60) | async def disconnect(self, timeout_ms: int = 2000) -> None: ... method disconnected (line 61) | async def disconnected(self, timeout_ms: Incomplete | None = None, dis... method service (line 62) | async def service(self, uuid, timeout_ms: int = 2000): ... method services (line 63) | def services(self, uuid: Incomplete | None = None, timeout_ms: int = 2... method pair (line 64) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 65) | def is_connected(self): ... method timeout (line 66) | def timeout(self, timeout_ms): ... method exchange_mtu (line 67) | async def exchange_mtu(self, mtu: Incomplete | None = None, timeout_ms... method l2cap_accept (line 68) | async def l2cap_accept(self, psm, mtu, timeout_ms: Incomplete | None =... method l2cap_connect (line 69) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = 1000): ... method __aenter__ (line 70) | async def __aenter__(self): ... method __aexit__ (line 71) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/aioble/l2cap.pyi function _l2cap_irq (line 13) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 14) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 16) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 17) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 19) | class L2CAPChannel: method __init__ (line 28) | def __init__(self, connection) -> None: ... method _assert_connected (line 29) | def _assert_connected(self) -> None: ... method recvinto (line 30) | async def recvinto(self, buf, timeout_ms: Incomplete | None = None): ... method available (line 31) | def available(self): ... method send (line 32) | async def send(self, buf, timeout_ms: Incomplete | None = None, chunk_... method flush (line 33) | async def flush(self, timeout_ms: Incomplete | None = None) -> None: ... method disconnect (line 34) | async def disconnect(self, timeout_ms: int = 1000) -> None: ... method disconnected (line 35) | async def disconnected(self, timeout_ms: int = 1000) -> None: ... method __aenter__ (line 36) | async def __aenter__(self): ... method __aexit__ (line 37) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 39) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 40) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/aioble/peripheral.pyi function _peripheral_irq (line 29) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 30) | def _peripheral_shutdown() -> None: ... function _append (line 31) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 32) | async def advertise( FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/aioble/security.pyi function load_secrets (line 23) | def load_secrets(path: Incomplete | None = None) -> None: ... function _save_secrets (line 24) | def _save_secrets(arg: Incomplete | None = None) -> None: ... function _security_irq (line 25) | def _security_irq(event, data): ... function _security_shutdown (line 26) | def _security_shutdown() -> None: ... function pair (line 27) | async def pair(connection, bond: bool = True, le_secure: bool = True, mi... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/aioble/server.pyi function _server_irq (line 32) | def _server_irq(event, data): ... function _server_shutdown (line 33) | def _server_shutdown() -> None: ... class Service (line 35) | class Service: method __init__ (line 38) | def __init__(self, uuid) -> None: ... method _tuple (line 39) | def _tuple(self): ... class BaseCharacteristic (line 41) | class BaseCharacteristic: method _register (line 44) | def _register(self, value_handle) -> None: ... method read (line 45) | def read(self): ... method write (line 46) | def write(self, data, send_update: bool = False) -> None: ... method _init_capture (line 48) | def _init_capture() -> None: ... method _run_capture_task (line 50) | async def _run_capture_task() -> None: ... method written (line 52) | async def written(self, timeout_ms: Incomplete | None = None): ... method on_read (line 53) | def on_read(self, connection): ... method _remote_write (line 54) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 55) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 57) | class Characteristic(BaseCharacteristic): method __init__ (line 68) | def __init__( method _tuple (line 80) | def _tuple(self): ... method notify (line 81) | def notify(self, connection, data: Incomplete | None = None) -> None: ... method indicate (line 82) | async def indicate(self, connection, data: Incomplete | None = None, t... method _indicate_done (line 83) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 85) | class BufferedCharacteristic(Characteristic): method __init__ (line 88) | def __init__(self, *args, max_len: int = 20, append: bool = False, **k... method _register (line 89) | def _register(self, value_handle) -> None: ... class Descriptor (line 91) | class Descriptor(BaseCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, uuid, read: bool = False, write: bo... method _tuple (line 99) | def _tuple(self): ... function register_services (line 101) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gatts_notify (line 65) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_indicate (line 80) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_write (line 98) | def gattc_write( method gattc_read (line 125) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 135) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_read (line 149) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method gatts_write (line 156) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_set_buffer (line 166) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_register_services (line 179) | def gatts_register_services(self, services_definition: tuple[_Service,... method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_connect (line 436) | def gap_connect( method gap_advertise (line 468) | def gap_advertise( method config (line 494) | def config(self, param: str, /) -> Any: method config (line 558) | def config(self, **kwargs) -> None: method config (line 622) | def config(self, param: str, /) -> Any: method config (line 686) | def config(self, **kwargs) -> None: method active (line 750) | def active(self) -> bool: method active (line 759) | def active(self, active: bool, /) -> None: method active (line 768) | def active(self) -> bool: method active (line 777) | def active(self, active: bool, /) -> None: method gattc_discover_services (line 785) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gap_disconnect (line 796) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gattc_discover_descriptors (line 811) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method gattc_discover_characteristics (line 820) | def gattc_discover_characteristics( method gap_scan (line 842) | def gap_scan( method __init__ (line 885) | def __init__(self) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/lwip.pyi function reset (line 24) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 25) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 26) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 27) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 29) | class socket: method recvfrom (line 30) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 32) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 33) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 34) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 35) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 37) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 38) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 39) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 41) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 42) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 43) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 44) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 45) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 46) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 47) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 143) | def soft_reset() -> NoReturn: function reset (line 150) | def reset() -> NoReturn: function freq (line 158) | def freq() -> int: function freq (line 166) | def freq(hz: int, /) -> None: function freq (line 174) | def freq(self) -> int: function freq (line 182) | def freq( function reset_cause (line 193) | def reset_cause() -> int: function idle (line 199) | def idle() -> None: function time_pulse_us (line 214) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 233) | def lightsleep() -> None: function lightsleep (line 258) | def lightsleep(time_ms: int, /) -> None: function unique_id (line 282) | def unique_id() -> bytes: class Pin (line 291) | class Pin: method low (line 354) | def low(self) -> None: method irq (line 362) | def irq( method toggle (line 416) | def toggle(self) -> Incomplete: method off (line 424) | def off(self) -> None: method on (line 430) | def on(self) -> None: method init (line 436) | def init( method value (line 455) | def value(self) -> int: method value (line 489) | def value(self, x: Any, /) -> None: method high (line 522) | def high(self) -> None: class cpu (line 530) | class cpu: method __init__ (line 564) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 566) | class board: method __init__ (line 597) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 599) | def __init__( method __call__ (line 674) | def __call__(self) -> int: method __call__ (line 682) | def __call__(self, x: Any, /) -> None: method mode (line 690) | def mode(self) -> int: method mode (line 699) | def mode(self, mode: int, /) -> None: method pull (line 708) | def pull(self) -> int: method pull (line 717) | def pull(self, pull: int, /) -> None: method drive (line 726) | def drive(self, drive: int, /) -> None: method drive (line 736) | def drive(self, /) -> int: class PWM (line 748) | class PWM: method duty_u16 (line 800) | def duty_u16(self) -> int: method duty_u16 (line 812) | def duty_u16( method freq (line 828) | def freq(self) -> int: method freq (line 839) | def freq( method init (line 853) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 861) | def duty_ns(self) -> int: method duty_ns (line 871) | def duty_ns( method deinit (line 884) | def deinit(self) -> None: method __init__ (line 890) | def __init__( class ADC (line 915) | class ADC: method read_u16 (line 941) | def read_u16(self) -> int: method __init__ (line 949) | def __init__(self, pin: PinLike, /) -> None: class I2C (line 960) | class I2C: method readfrom_mem_into (line 997) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1009) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1019) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1028) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1039) | def scan(self) -> List: method writeto (line 1047) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1057) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1073) | def start(self) -> None: method readfrom (line 1079) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1087) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1098) | def init(self, *, freq: int = 400_000) -> None: method init (line 1112) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1125) | def stop(self) -> None: method write (line 1131) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1140) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1157) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1174) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2S (line 1187) | class I2S: method shift (line 1263) | def shift( method init (line 1276) | def init( method irq (line 1293) | def irq( method readinto (line 1305) | def readinto( method deinit (line 1318) | def deinit(self) -> None: method write (line 1324) | def write( method __init__ (line 1337) | def __init__( class WDT (line 1379) | class WDT: method feed (line 1395) | def feed(self) -> None: method __init__ (line 1403) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1412) | class RTC: method datetime (line 1429) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1446) | def __init__(self, id: int = 0): method __init__ (line 1452) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1460) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1468) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1476) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1484) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1492) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1500) | def init(self) -> None: method init (line 1515) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1530) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1545) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1560) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1575) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1590) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1605) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1613) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1621) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1629) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1637) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1645) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1653) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1660) | class Timer: method init (line 1687) | def init( method init (line 1695) | def init( method init (line 1703) | def init( method deinit (line 1749) | def deinit(self) -> None: method __init__ (line 1756) | def __init__(self, id: int, /): method __init__ (line 1766) | def __init__( method __init__ (line 1784) | def __init__( method __init__ (line 1802) | def __init__( class UART (line 1819) | class UART: method irq (line 1860) | def irq( method sendbreak (line 1897) | def sendbreak(self) -> None: method deinit (line 1904) | def deinit(self) -> None: method init (line 1915) | def init( method init (line 1984) | def init( method init (line 2047) | def init( method flush (line 2109) | def flush(self) -> Incomplete: method txdone (line 2124) | def txdone(self) -> bool: method read (line 2140) | def read(self) -> bytes | None: method read (line 2151) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2161) | def any(self) -> int: method write (line 2176) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2185) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2196) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2206) | def readline(self) -> Union[str, None]: method __init__ (line 2216) | def __init__( method __init__ (line 2238) | def __init__( method __init__ (line 2254) | def __init__( class USBDevice (line 2269) | class USBDevice: method submit_xfer (line 2282) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2304) | def config( method remote_wakeup (line 2412) | def remote_wakeup(self) -> bool: method stall (line 2421) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2442) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2463) | class BUILTIN_CDC: method __init__ (line 2471) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2473) | class BUILTIN_NONE: method __init__ (line 2479) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2481) | class BUILTIN_DEFAULT: method __init__ (line 2489) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2491) | def __init__(self) -> None: ... class SoftSPI (line 2493) | class SoftSPI(SPI): method deinit (line 2502) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2503) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2504) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2505) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2506) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2507) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2508) | def __init__( class SPI (line 2521) | class SPI: method deinit (line 2578) | def deinit(self) -> None: method init (line 2585) | def init( method init (line 2620) | def init( method write_readinto (line 2652) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2663) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2671) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2680) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2691) | def __init__(self, id: int, /): method __init__ (line 2704) | def __init__( method __init__ (line 2730) | def __init__( class Signal (line 2753) | class Signal(Pin): method off (line 2823) | def off(self) -> None: method on (line 2829) | def on(self) -> None: method value (line 2836) | def value(self) -> int: method value (line 2856) | def value(self, x: Any, /) -> None: method __init__ (line 2876) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2896) | def __init__( class SoftI2C (line 2926) | class SoftI2C(I2C): method readfrom_mem_into (line 2939) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2940) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2941) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2942) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2943) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2944) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2945) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2946) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2947) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2948) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2949) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2950) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2951) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2952) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2954) | class SDCard: method readblocks (line 2956) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2966) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2976) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2987) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/network.pyi function hostname (line 61) | def hostname(*args, **kwargs) -> Incomplete: ... function ipconfig (line 62) | def ipconfig(*args, **kwargs) -> Incomplete: ... function route (line 63) | def route(*args, **kwargs) -> Incomplete: ... function country (line 64) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 66) | class WLAN: method ipconfig (line 85) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method status (line 87) | def status(self) -> int: method status (line 117) | def status(self, param: str, /) -> int: method ioctl (line 146) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method send_ethernet (line 147) | def send_ethernet(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 148) | def isconnected(self) -> bool: method scan (line 156) | def scan(self) -> List[Tuple]: method config (line 186) | def config(self, param: str, /) -> Any: method config (line 221) | def config(self, **kwargs: Any) -> None: method ifconfig (line 256) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 267) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method active (line 278) | def active(self, /) -> bool: method active (line 286) | def active(self, is_active: bool | int, /) -> None: method disconnect (line 293) | def disconnect(self) -> None: method connect (line 299) | def connect( method deinit (line 315) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 316) | def __init__(self, interface_id: int, /) -> None: class LAN (line 325) | class LAN: method active (line 327) | def active(self, /) -> bool: method active (line 335) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 342) | class WLANWiPy: method __init__ (line 344) | def __init__(self, id: int = 0, /): method __init__ (line 358) | def __init__( method mode (line 382) | def mode(self) -> int: method mode (line 388) | def mode(self, mode: int, /) -> None: method ssid (line 394) | def ssid(self) -> str: method ssid (line 400) | def ssid(self, ssid: str, /) -> None: method auth (line 406) | def auth(self) -> int: method auth (line 412) | def auth(self, auth: int, /) -> None: method channel (line 418) | def channel(self) -> int: method channel (line 424) | def channel(self, channel: int, /) -> None: method antenna (line 430) | def antenna(self) -> int: method antenna (line 436) | def antenna(self, antenna: int, /) -> None: method mac (line 442) | def mac(self) -> bytes: method mac (line 448) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 453) | class AbstractNIC: method active (line 456) | def active(self, /) -> bool: method active (line 467) | def active(self, is_active: bool | int, /) -> None: method connect (line 478) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 497) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 516) | def status(self) -> Any: method status (line 534) | def status(self, param: str, /) -> Any: method ifconfig (line 552) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 566) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 580) | def config(self, param: str, /) -> Any: method config (line 599) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/rp2/__init__.pyi function asm_pio (line 67) | def asm_pio( function asm_pio_encode (line 118) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 128) | def bootsel_button() -> int: function country (line 141) | def country(*args, **kwargs) -> Incomplete: ... function const (line 142) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 144) | class PIOASMEmit: method in_ (line 154) | def in_(self, src: int, data) -> PIOASMEmit: method side (line 187) | def side(self, value: int): method out (line 200) | def out(self, destination: int, bit_count: int) -> PIOASMEmit: method jmp (line 238) | def jmp(self, condition, label: Incomplete | None = ...) -> PIOASMEmit: method start_pass (line 273) | def start_pass(self, pass_) -> None: method wrap (line 280) | def wrap(self) -> None: method word (line 291) | def word(self, instr, label: Incomplete | None = ...) -> PIOASMEmit: method wait (line 299) | def wait(self, polarity: int, src: int, index: int, /) -> PIOASMEmit: method wrap_target (line 334) | def wrap_target(self) -> None: method delay (line 343) | def delay(self, delay: int): method label (line 350) | def label(self, label: str) -> None: method irq (line 365) | def irq(self, mod, index: Incomplete | None = ...) -> PIOASMEmit: method set (line 384) | def set(self, destination: int, data) -> PIOASMEmit: method mov (line 408) | def mov(self, dest, src, operation: int | None = None) -> PIOASMEmit: method push (line 454) | def push(self, value: int = ..., value2: int = ...) -> PIOASMEmit: method pull (line 473) | def pull(self, block: int = block, timeout: int = 0) -> PIOASMEmit: method nop (line 499) | def nop(self) -> PIOASMEmit: method __init__ (line 507) | def __init__( method __getitem__ (line 522) | def __getitem__(self, key): ... method __getitem__ (line 524) | def __getitem__(self, key: int): ... method __getitem__ (line 526) | def __getitem__(self, key): ... method __getitem__ (line 528) | def __getitem__(self, key: int): ... class PIOASMError (line 530) | class PIOASMError(Exception): ... class StateMachine (line 532) | class StateMachine: method irq (line 542) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 550) | def put(self, value, shift=0): method restart (line 566) | def restart(self) -> None: method rx_fifo (line 581) | def rx_fifo(self) -> int: method tx_fifo (line 591) | def tx_fifo(self) -> int: method init (line 601) | def init( method exec (line 649) | def exec(self, instr) -> None: method get (line 665) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 677) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 688) | def __init__( class PIO (line 704) | class PIO: method state_machine (line 725) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 737) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 747) | def irq( method add_program (line 762) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 772) | def __init__(self, id) -> None: ... class DMA (line 774) | class DMA: method irq (line 779) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 785) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 800) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 859) | def close(self) -> None: method config (line 866) | def config( method active (line 894) | def active(self, value: Any | None = None) -> bool: method __init__ (line 905) | def __init__( class Flash (line 914) | class Flash(AbstractBlockDev): method readblocks (line 920) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 930) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 940) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 951) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 966) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 969) | def ioctl(self, op: int) -> int | None: method __init__ (line 976) | def __init__(self) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> PIOASMEmit: function side (line 121) | def side(value: int) -> PIOASMEmit: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> PIOASMEmit: function nop (line 178) | def nop() -> PIOASMEmit: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> PIOASMEmit: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> PIOASMEmit: function in_ (line 256) | def in_(src, data) -> PIOASMEmit: function out (line 289) | def out(destination: int, bit_count: int) -> PIOASMEmit: function push (line 327) | def push(value: int = ..., value2: int = ...) -> PIOASMEmit: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> PIOASMEmit: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> PIOASMEmit: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> PIOASMEmit: function set (line 438) | def set(destination, data) -> PIOASMEmit: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/socket.pyi function reset (line 94) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 95) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 96) | def getaddrinfo( function callback (line 146) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 148) | class socket: method recvfrom (line 157) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 165) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 173) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 193) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 212) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 221) | def settimeout(self, value: float | None, /) -> None: method sendall (line 257) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 270) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 278) | def setblocking(self, value: bool, /) -> None: method sendto (line 290) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 297) | def readline(self) -> bytes: method readinto (line 306) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 316) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 326) | def read(self) -> bytes: method read (line 336) | def read(self, size: int, /) -> bytes: method close (line 345) | def close(self) -> None: method connect (line 356) | def connect(self, address: _Address | bytes, /) -> None: method send (line 362) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 370) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 376) | def accept(self) -> Tuple: method write (line 385) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 396) | def __init__( FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/tls.pyi class SSLContext (line 17) | class SSLContext: method load_verify_locations (line 18) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 19) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 20) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 21) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 22) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password: Incomplete | None = None, accept_h... function start_foreground (line 16) | def start_foreground(port: int = 8266, password: Incomplete | None = Non... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-rpi_pico_w-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-rp2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0_preview-rp2-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0_preview-rp2-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0_preview-rp2-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-rp2-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0_preview-rp2-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0_preview-rp2-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0_preview-rp2-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0_preview-rp2-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0_preview-rp2-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function soft_reset (line 143) | def soft_reset() -> NoReturn: function reset (line 150) | def reset() -> NoReturn: function freq (line 158) | def freq() -> int: function freq (line 166) | def freq(hz: int, /) -> None: function freq (line 174) | def freq(self) -> int: function freq (line 182) | def freq( function reset_cause (line 193) | def reset_cause() -> int: function idle (line 199) | def idle() -> None: function time_pulse_us (line 214) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 233) | def lightsleep() -> None: function lightsleep (line 258) | def lightsleep(time_ms: int, /) -> None: function unique_id (line 282) | def unique_id() -> bytes: class Pin (line 291) | class Pin: method low (line 354) | def low(self) -> None: method irq (line 362) | def irq( method toggle (line 416) | def toggle(self) -> Incomplete: method off (line 424) | def off(self) -> None: method on (line 430) | def on(self) -> None: method init (line 436) | def init( method value (line 455) | def value(self) -> int: method value (line 489) | def value(self, x: Any, /) -> None: method high (line 522) | def high(self) -> None: class cpu (line 530) | class cpu: method __init__ (line 561) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 563) | class board: method __init__ (line 592) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 594) | def __init__( method __call__ (line 669) | def __call__(self) -> int: method __call__ (line 677) | def __call__(self, x: Any, /) -> None: method mode (line 685) | def mode(self) -> int: method mode (line 694) | def mode(self, mode: int, /) -> None: method pull (line 703) | def pull(self) -> int: method pull (line 712) | def pull(self, pull: int, /) -> None: method drive (line 721) | def drive(self, drive: int, /) -> None: method drive (line 731) | def drive(self, /) -> int: class PWM (line 743) | class PWM: method duty_u16 (line 795) | def duty_u16(self) -> int: method duty_u16 (line 807) | def duty_u16( method freq (line 823) | def freq(self) -> int: method freq (line 834) | def freq( method init (line 848) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 856) | def duty_ns(self) -> int: method duty_ns (line 866) | def duty_ns( method deinit (line 879) | def deinit(self) -> None: method __init__ (line 885) | def __init__( class ADC (line 910) | class ADC: method read_u16 (line 936) | def read_u16(self) -> int: method __init__ (line 944) | def __init__(self, pin: PinLike, /) -> None: class I2C (line 955) | class I2C: method readfrom_mem_into (line 992) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1004) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1014) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1023) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1034) | def scan(self) -> List: method writeto (line 1042) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1052) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1068) | def start(self) -> None: method readfrom (line 1074) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1082) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1093) | def init(self, *, freq: int = 400_000) -> None: method init (line 1107) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1120) | def stop(self) -> None: method write (line 1126) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1135) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1152) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1169) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2S (line 1182) | class I2S: method shift (line 1258) | def shift( method init (line 1271) | def init( method irq (line 1288) | def irq( method readinto (line 1300) | def readinto( method deinit (line 1313) | def deinit(self) -> None: method write (line 1319) | def write( method __init__ (line 1332) | def __init__( class WDT (line 1374) | class WDT: method feed (line 1390) | def feed(self) -> None: method __init__ (line 1398) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1407) | class RTC: method datetime (line 1424) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1441) | def __init__(self, id: int = 0): method __init__ (line 1447) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1455) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1463) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1471) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1479) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1487) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1495) | def init(self) -> None: method init (line 1510) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1525) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1540) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1555) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1570) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1585) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1600) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1608) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1616) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1624) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1632) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1640) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1648) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1655) | class Timer: method init (line 1682) | def init( method init (line 1690) | def init( method init (line 1698) | def init( method deinit (line 1744) | def deinit(self) -> None: method __init__ (line 1751) | def __init__(self, id: int, /): method __init__ (line 1761) | def __init__( method __init__ (line 1779) | def __init__( method __init__ (line 1797) | def __init__( class UART (line 1814) | class UART: method irq (line 1855) | def irq( method sendbreak (line 1892) | def sendbreak(self) -> None: method deinit (line 1899) | def deinit(self) -> None: method init (line 1910) | def init( method init (line 1979) | def init( method init (line 2042) | def init( method flush (line 2104) | def flush(self) -> Incomplete: method txdone (line 2119) | def txdone(self) -> bool: method read (line 2135) | def read(self) -> bytes | None: method read (line 2146) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2156) | def any(self) -> int: method write (line 2171) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2180) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2191) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2201) | def readline(self) -> Union[str, None]: method __init__ (line 2211) | def __init__( method __init__ (line 2233) | def __init__( method __init__ (line 2249) | def __init__( class USBDevice (line 2264) | class USBDevice: method submit_xfer (line 2277) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2299) | def config( method remote_wakeup (line 2407) | def remote_wakeup(self) -> bool: method stall (line 2416) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2437) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2458) | class BUILTIN_CDC: method __init__ (line 2466) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2468) | class BUILTIN_NONE: method __init__ (line 2474) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2476) | class BUILTIN_DEFAULT: method __init__ (line 2484) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2486) | def __init__(self) -> None: ... class SoftSPI (line 2488) | class SoftSPI(SPI): method deinit (line 2497) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2498) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2499) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2500) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2501) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2502) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2503) | def __init__( class SPI (line 2516) | class SPI: method deinit (line 2573) | def deinit(self) -> None: method init (line 2580) | def init( method init (line 2615) | def init( method write_readinto (line 2647) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2658) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2666) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2675) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2686) | def __init__(self, id: int, /): method __init__ (line 2699) | def __init__( method __init__ (line 2725) | def __init__( class Signal (line 2748) | class Signal(Pin): method off (line 2818) | def off(self) -> None: method on (line 2824) | def on(self) -> None: method value (line 2831) | def value(self) -> int: method value (line 2851) | def value(self, x: Any, /) -> None: method __init__ (line 2871) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2891) | def __init__( class SoftI2C (line 2921) | class SoftI2C(I2C): method readfrom_mem_into (line 2934) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2935) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2936) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2937) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2938) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2939) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2940) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2941) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2942) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2943) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2944) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2945) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2946) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2947) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2949) | class SDCard: method readblocks (line 2951) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2961) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2971) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2982) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0_preview-rp2-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-rp2-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-rp2-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0_preview-rp2-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0_preview-rp2-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-rp2-stubs/rp2/__init__.pyi function asm_pio_encode (line 67) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function asm_pio (line 77) | def asm_pio( function bootsel_button (line 128) | def bootsel_button() -> int: function const (line 141) | def const(*args, **kwargs) -> Incomplete: ... class PIOASMEmit (line 143) | class PIOASMEmit: method in_ (line 153) | def in_(self, src: int, data) -> PIOASMEmit: method side (line 186) | def side(self, value: int): method out (line 199) | def out(self, destination: int, bit_count: int) -> PIOASMEmit: method jmp (line 237) | def jmp(self, condition, label: Incomplete | None = ...) -> PIOASMEmit: method start_pass (line 272) | def start_pass(self, pass_) -> None: method wrap (line 279) | def wrap(self) -> None: method word (line 290) | def word(self, instr, label: Incomplete | None = ...) -> PIOASMEmit: method wait (line 298) | def wait(self, polarity: int, src: int, index: int, /) -> PIOASMEmit: method wrap_target (line 333) | def wrap_target(self) -> None: method delay (line 342) | def delay(self, delay: int): method label (line 349) | def label(self, label: str) -> None: method irq (line 364) | def irq(self, mod, index: Incomplete | None = ...) -> PIOASMEmit: method set (line 383) | def set(self, destination: int, data) -> PIOASMEmit: method mov (line 407) | def mov(self, dest, src, operation: int | None = None) -> PIOASMEmit: method push (line 453) | def push(self, value: int = ..., value2: int = ...) -> PIOASMEmit: method pull (line 472) | def pull(self, block: int = block, timeout: int = 0) -> PIOASMEmit: method nop (line 498) | def nop(self) -> PIOASMEmit: method __init__ (line 506) | def __init__( method __getitem__ (line 521) | def __getitem__(self, key): ... method __getitem__ (line 523) | def __getitem__(self, key: int): ... method __getitem__ (line 525) | def __getitem__(self, key): ... method __getitem__ (line 527) | def __getitem__(self, key: int): ... class PIOASMError (line 529) | class PIOASMError(Exception): ... class PIO (line 531) | class PIO: method state_machine (line 552) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 564) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 574) | def irq( method add_program (line 589) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 599) | def __init__(self, id) -> None: ... class StateMachine (line 601) | class StateMachine: method irq (line 611) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 619) | def put(self, value, shift=0): method restart (line 635) | def restart(self) -> None: method rx_fifo (line 650) | def rx_fifo(self) -> int: method tx_fifo (line 660) | def tx_fifo(self) -> int: method init (line 670) | def init( method exec (line 718) | def exec(self, instr) -> None: method get (line 734) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 746) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 757) | def __init__( class DMA (line 773) | class DMA: method irq (line 778) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 784) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 799) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 858) | def close(self) -> None: method config (line 865) | def config( method active (line 893) | def active(self, value: Any | None = None) -> bool: method __init__ (line 904) | def __init__( class Flash (line 913) | class Flash(AbstractBlockDev): method readblocks (line 919) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 929) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 939) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 950) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 965) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 968) | def ioctl(self, op: int) -> int | None: method __init__ (line 975) | def __init__(self) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> PIOASMEmit: function side (line 121) | def side(value: int) -> PIOASMEmit: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> PIOASMEmit: function nop (line 178) | def nop() -> PIOASMEmit: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> PIOASMEmit: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> PIOASMEmit: function in_ (line 256) | def in_(src, data) -> PIOASMEmit: function out (line 289) | def out(destination: int, bit_count: int) -> PIOASMEmit: function push (line 327) | def push(value: int = ..., value2: int = ...) -> PIOASMEmit: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> PIOASMEmit: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> PIOASMEmit: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> PIOASMEmit: function set (line 438) | def set(destination, data) -> PIOASMEmit: FILE: publish/micropython-v1_25_0_preview-rp2-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0_preview-rp2-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-rp2-stubs/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 12) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-rp2-stubs/uhashlib.pyi class sha256 (line 10) | class sha256: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 15) | class sha1: method digest (line 16) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 17) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-rp2-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-rp2-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 82) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/gc.pyi function isenabled (line 19) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 20) | def mem_free() -> int: function mem_alloc (line 32) | def mem_alloc() -> int: function collect (line 43) | def collect() -> None: function enable (line 49) | def enable() -> None: function disable (line 55) | def disable() -> None: function threshold (line 63) | def threshold() -> int: function threshold (line 89) | def threshold(amount: int) -> None: FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 143) | def reset_cause() -> int: function soft_reset (line 149) | def soft_reset() -> NoReturn: function freq (line 157) | def freq() -> int: function freq (line 165) | def freq(hz: int, /) -> None: function freq (line 173) | def freq(self) -> int: function freq (line 181) | def freq( function reset (line 192) | def reset() -> NoReturn: function time_pulse_us (line 199) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 218) | def lightsleep() -> None: function lightsleep (line 243) | def lightsleep(time_ms: int, /) -> None: function idle (line 267) | def idle() -> None: function unique_id (line 282) | def unique_id() -> bytes: class Pin (line 291) | class Pin: method irq (line 348) | def irq( method toggle (line 402) | def toggle(self) -> Incomplete: method init (line 410) | def init( method on (line 428) | def on(self) -> None: method low (line 434) | def low(self) -> None: method off (line 442) | def off(self) -> None: method high (line 448) | def high(self) -> None: method value (line 457) | def value(self) -> int: method value (line 491) | def value(self, x: Any, /) -> None: method disable (line 524) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 526) | def drive(self, drive: int, /) -> None: method drive (line 536) | def drive(self, /) -> int: class board (line 544) | class board: method __init__ (line 612) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 614) | class cpu: method __init__ (line 714) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 716) | def __init__( method __call__ (line 791) | def __call__(self) -> int: method __call__ (line 799) | def __call__(self, x: Any, /) -> None: method mode (line 807) | def mode(self) -> int: method mode (line 816) | def mode(self, mode: int, /) -> None: method pull (line 825) | def pull(self) -> int: method pull (line 834) | def pull(self, pull: int, /) -> None: class PWM (line 846) | class PWM: method duty_u16 (line 898) | def duty_u16(self) -> int: method duty_u16 (line 910) | def duty_u16( method freq (line 926) | def freq(self) -> int: method freq (line 937) | def freq( method init (line 951) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 959) | def duty_ns(self) -> int: method duty_ns (line 969) | def duty_ns( method deinit (line 982) | def deinit(self) -> None: method __init__ (line 988) | def __init__( class ADC (line 1013) | class ADC: method read_u16 (line 1039) | def read_u16(self) -> int: method deinit (line 1047) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1048) | def __init__(self, pin: PinLike, /) -> None: class DAC (line 1059) | class DAC: method write (line 1060) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1061) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1063) | class I2C: method readfrom_mem_into (line 1100) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1112) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1122) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1131) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1142) | def scan(self) -> List: method writeto (line 1150) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1160) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1176) | def start(self) -> None: method readfrom (line 1182) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1190) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1201) | def init(self, *, freq: int = 400_000) -> None: method init (line 1215) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1228) | def stop(self) -> None: method write (line 1234) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1243) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1260) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1277) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1290) | class WDT: method timeout_ms (line 1306) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 1307) | def feed(self) -> None: method __init__ (line 1315) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1324) | class RTC: method datetime (line 1341) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method init (line 1358) | def init(self) -> None: method init (line 1373) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1388) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1403) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1418) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1433) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1448) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method calibration (line 1462) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1464) | def __init__(self, id: int = 0): method __init__ (line 1470) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1478) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1486) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1494) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1502) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1510) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1518) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1526) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1534) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1542) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1550) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1558) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1566) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1573) | class Timer: method init (line 1600) | def init( method init (line 1608) | def init( method init (line 1616) | def init( method deinit (line 1662) | def deinit(self) -> None: method __init__ (line 1669) | def __init__(self, id: int, /): method __init__ (line 1679) | def __init__( method __init__ (line 1697) | def __init__( method __init__ (line 1715) | def __init__( class UART (line 1732) | class UART: method irq (line 1771) | def irq( method sendbreak (line 1808) | def sendbreak(self) -> None: method init (line 1816) | def init( method init (line 1885) | def init( method init (line 1948) | def init( method deinit (line 2010) | def deinit(self) -> None: method flush (line 2020) | def flush(self) -> Incomplete: method txdone (line 2035) | def txdone(self) -> bool: method read (line 2051) | def read(self) -> bytes | None: method read (line 2062) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2072) | def any(self) -> int: method write (line 2087) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2096) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2107) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2117) | def readline(self) -> Union[str, None]: method __init__ (line 2127) | def __init__( method __init__ (line 2149) | def __init__( method __init__ (line 2165) | def __init__( class USBDevice (line 2180) | class USBDevice: method submit_xfer (line 2193) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2215) | def config( method remote_wakeup (line 2323) | def remote_wakeup(self) -> bool: method stall (line 2332) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2353) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2374) | class BUILTIN_CDC: method __init__ (line 2382) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2384) | class BUILTIN_NONE: method __init__ (line 2390) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2392) | class BUILTIN_DEFAULT: method __init__ (line 2400) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2402) | def __init__(self) -> None: ... class SoftSPI (line 2404) | class SoftSPI(SPI): method deinit (line 2413) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2414) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2415) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2416) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2417) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2418) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2419) | def __init__( class SPI (line 2432) | class SPI: method deinit (line 2489) | def deinit(self) -> None: method init (line 2496) | def init( method init (line 2531) | def init( method write_readinto (line 2563) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2574) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2582) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2591) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2602) | def __init__(self, id: int, /): method __init__ (line 2615) | def __init__( method __init__ (line 2641) | def __init__( class Signal (line 2664) | class Signal(Pin): method off (line 2734) | def off(self) -> None: method on (line 2740) | def on(self) -> None: method value (line 2747) | def value(self) -> int: method value (line 2767) | def value(self, x: Any, /) -> None: method __init__ (line 2787) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2807) | def __init__( class SoftI2C (line 2837) | class SoftI2C(I2C): method readfrom_mem_into (line 2850) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2851) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2852) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2853) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2854) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2855) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2856) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2857) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2858) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2859) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2860) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2861) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2862) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2863) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2865) | class SDCard: method readblocks (line 2867) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2877) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2887) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2898) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-samd-seeed_wio_terminal-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-samd-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-samd-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-samd-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0_preview-samd-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readinto (line 80) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 82) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-samd-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0_preview-samd-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_25_0_preview-samd-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0_preview-samd-stubs/gc.pyi function isenabled (line 19) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 20) | def mem_free() -> int: function mem_alloc (line 32) | def mem_alloc() -> int: function collect (line 43) | def collect() -> None: function enable (line 49) | def enable() -> None: function disable (line 55) | def disable() -> None: function threshold (line 63) | def threshold() -> int: function threshold (line 89) | def threshold(amount: int) -> None: FILE: publish/micropython-v1_25_0_preview-samd-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0_preview-samd-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-samd-stubs/machine.pyi function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 42) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 50) | def disable_irq() -> bool: function bitstream (line 59) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 84) | def deepsleep() -> NoReturn: function deepsleep (line 109) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 133) | def bootloader(value: Optional[Any] = None) -> None: function reset_cause (line 143) | def reset_cause() -> int: function soft_reset (line 149) | def soft_reset() -> NoReturn: function freq (line 157) | def freq() -> int: function freq (line 165) | def freq(hz: int, /) -> None: function freq (line 173) | def freq(self) -> int: function freq (line 181) | def freq( function reset (line 192) | def reset() -> NoReturn: function time_pulse_us (line 199) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 218) | def lightsleep() -> None: function lightsleep (line 243) | def lightsleep(time_ms: int, /) -> None: function idle (line 267) | def idle() -> None: function unique_id (line 282) | def unique_id() -> bytes: class Pin (line 291) | class Pin: method irq (line 348) | def irq( method toggle (line 402) | def toggle(self) -> Incomplete: method init (line 410) | def init( method on (line 428) | def on(self) -> None: method low (line 434) | def low(self) -> None: method off (line 442) | def off(self) -> None: method high (line 448) | def high(self) -> None: method value (line 457) | def value(self) -> int: method value (line 491) | def value(self, x: Any, /) -> None: method disable (line 524) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 526) | def drive(self, drive: int, /) -> None: method drive (line 536) | def drive(self, /) -> int: class board (line 544) | class board: method __init__ (line 612) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 614) | class cpu: method __init__ (line 714) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 716) | def __init__( method __call__ (line 791) | def __call__(self) -> int: method __call__ (line 799) | def __call__(self, x: Any, /) -> None: method mode (line 807) | def mode(self) -> int: method mode (line 816) | def mode(self, mode: int, /) -> None: method pull (line 825) | def pull(self) -> int: method pull (line 834) | def pull(self, pull: int, /) -> None: class PWM (line 846) | class PWM: method duty_u16 (line 898) | def duty_u16(self) -> int: method duty_u16 (line 910) | def duty_u16( method freq (line 926) | def freq(self) -> int: method freq (line 937) | def freq( method init (line 951) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 959) | def duty_ns(self) -> int: method duty_ns (line 969) | def duty_ns( method deinit (line 982) | def deinit(self) -> None: method __init__ (line 988) | def __init__( class ADC (line 1013) | class ADC: method read_u16 (line 1039) | def read_u16(self) -> int: method deinit (line 1047) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1048) | def __init__(self, pin: PinLike, /) -> None: class DAC (line 1059) | class DAC: method write (line 1060) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1061) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 1063) | class I2C: method readfrom_mem_into (line 1100) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1112) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1122) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1131) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1142) | def scan(self) -> List: method writeto (line 1150) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1160) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1176) | def start(self) -> None: method readfrom (line 1182) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1190) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1201) | def init(self, *, freq: int = 400_000) -> None: method init (line 1215) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1228) | def stop(self) -> None: method write (line 1234) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1243) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1260) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1277) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1290) | class WDT: method timeout_ms (line 1306) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 1307) | def feed(self) -> None: method __init__ (line 1315) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class RTC (line 1324) | class RTC: method datetime (line 1341) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method init (line 1358) | def init(self) -> None: method init (line 1373) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1388) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1403) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1418) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1433) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1448) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method calibration (line 1462) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1464) | def __init__(self, id: int = 0): method __init__ (line 1470) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1478) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1486) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1494) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1502) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1510) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1518) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1526) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1534) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1542) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1550) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1558) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1566) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Timer (line 1573) | class Timer: method init (line 1600) | def init( method init (line 1608) | def init( method init (line 1616) | def init( method deinit (line 1662) | def deinit(self) -> None: method __init__ (line 1669) | def __init__(self, id: int, /): method __init__ (line 1679) | def __init__( method __init__ (line 1697) | def __init__( method __init__ (line 1715) | def __init__( class UART (line 1732) | class UART: method irq (line 1771) | def irq( method sendbreak (line 1808) | def sendbreak(self) -> None: method init (line 1816) | def init( method init (line 1885) | def init( method init (line 1948) | def init( method deinit (line 2010) | def deinit(self) -> None: method flush (line 2020) | def flush(self) -> Incomplete: method txdone (line 2035) | def txdone(self) -> bool: method read (line 2051) | def read(self) -> bytes | None: method read (line 2062) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2072) | def any(self) -> int: method write (line 2087) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2096) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2107) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2117) | def readline(self) -> Union[str, None]: method __init__ (line 2127) | def __init__( method __init__ (line 2149) | def __init__( method __init__ (line 2165) | def __init__( class USBDevice (line 2180) | class USBDevice: method submit_xfer (line 2193) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2215) | def config( method remote_wakeup (line 2323) | def remote_wakeup(self) -> bool: method stall (line 2332) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2353) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2374) | class BUILTIN_CDC: method __init__ (line 2382) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2384) | class BUILTIN_NONE: method __init__ (line 2390) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2392) | class BUILTIN_DEFAULT: method __init__ (line 2400) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2402) | def __init__(self) -> None: ... class SoftSPI (line 2404) | class SoftSPI(SPI): method deinit (line 2413) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2414) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2415) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2416) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2417) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2418) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2419) | def __init__( class SPI (line 2432) | class SPI: method deinit (line 2489) | def deinit(self) -> None: method init (line 2496) | def init( method init (line 2531) | def init( method write_readinto (line 2563) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2574) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2582) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2591) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2602) | def __init__(self, id: int, /): method __init__ (line 2615) | def __init__( method __init__ (line 2641) | def __init__( class Signal (line 2664) | class Signal(Pin): method off (line 2734) | def off(self) -> None: method on (line 2740) | def on(self) -> None: method value (line 2747) | def value(self) -> int: method value (line 2767) | def value(self, x: Any, /) -> None: method __init__ (line 2787) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2807) | def __init__( class SoftI2C (line 2837) | class SoftI2C(I2C): method readfrom_mem_into (line 2850) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2851) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2852) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2853) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2854) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2855) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2856) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2857) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2858) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2859) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2860) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2861) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2862) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2863) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SDCard (line 2865) | class SDCard: method readblocks (line 2867) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2877) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2887) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2898) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0_preview-samd-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-samd-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-samd-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0_preview-samd-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0_preview-samd-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-samd-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-samd-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0_preview-samd-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-samd-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-samd-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-samd-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-samd-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-samd-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-samd-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/lcd160cr.pyi function calcsize (line 30) | def calcsize(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 31) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function const (line 32) | def const(*args, **kwargs) -> Incomplete: ... function pack_into (line 33) | def pack_into(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 35) | class LCD160CR: method set_brightness (line 54) | def set_brightness(self, value: int, /) -> None: method screen_dump (line 60) | def screen_dump( method screen_load (line 79) | def screen_load(self, buf: AnyReadableBuf, /) -> None: method set_orient (line 85) | def set_orient(self, orient: str, /) -> None: method set_font (line 92) | def set_font( method set_i2c_addr (line 121) | def set_i2c_addr(self, addr: int, /) -> None: method rect_interior (line 128) | def rect_interior(self, x: int, y: int, w: int, h: int, /) -> None: method rect_no_clip (line 137) | def rect_no_clip(self, x: int, y: int, w: int, h: int, /) -> None: method save_to_flash (line 144) | def save_to_flash(self) -> None: method rect_interior_no_clip (line 151) | def rect_interior_no_clip(self, x: int, y: int, w: int, h: int, /) -> ... method rgb (line 159) | def rgb(r: int, g: int, b: int, /) -> int: method rect_outline (line 168) | def rect_outline(self, x: int, y: int, w: int, h: int, /) -> None: method rect_outline_no_clip (line 176) | def rect_outline_no_clip(self, x: int, y: int, w: int, h: int, /) -> N... method set_startup_deco (line 183) | def set_startup_deco(self, value: bool | str, /) -> None: method set_scroll_win_param (line 190) | def set_scroll_win_param(self, win: int, param: int, value: int, /) ->... method set_spi_win (line 201) | def set_spi_win(self, x: int, y: int, w: int, h: int, /) -> None: method show_framebuf (line 207) | def show_framebuf(self, buf: AnyReadableBuf, /) -> None: method set_text_color (line 219) | def set_text_color(self, fg: int, bg: int, /) -> None: method set_uart_baudrate (line 225) | def set_uart_baudrate(self, baudrate: int, /) -> None: method set_pen (line 231) | def set_pen(self, line: int, fill: int, /) -> None: method set_pos (line 237) | def set_pos(self, x: int, y: int, /) -> None: method set_scroll_win (line 244) | def set_scroll_win( method set_pixel (line 274) | def set_pixel(self, x: int, y: int, c: int, /) -> None: method set_scroll_buf (line 281) | def set_scroll_buf(self, s: str, /) -> None: method set_power (line 288) | def set_power(self, on: bool, /) -> None: method set_scroll (line 295) | def set_scroll(self, on: bool, /) -> None: method touch_config (line 302) | def touch_config(self, calib: bool = False, save: bool = False, irq: b... method clip_line (line 319) | def clip_line(data: Any, w: int, h: int, /) -> int: method _send (line 325) | def _send(self, *args, **kwargs) -> Incomplete: ... method _waitfor (line 326) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method erase (line 327) | def erase(self) -> None: method dot (line 333) | def dot(self, x: int, y: int, /) -> None: method dot_no_clip (line 339) | def dot_no_clip(self, x: int, y: int, /) -> None: method poly_line (line 346) | def poly_line(self, data: AnyReadableBuf, /) -> None: method line (line 352) | def line(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method _fcmd2b (line 358) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 359) | def write(self, s: str, /) -> None: method _fcmd2 (line 367) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rect (line 368) | def rect(self, x: int, y: int, w: int, h: int, /) -> None: method reset (line 376) | def reset(self) -> None: method jpeg_start (line 382) | def jpeg_start(self, total_len: int, /) -> None: method jpeg (line 390) | def jpeg(self, buf: AnyReadableBuf, /) -> None: method jpeg_data (line 399) | def jpeg_data(self, buf: AnyReadableBuf, /) -> None: method poly_dot (line 408) | def poly_dot(self, data: AnyReadableBuf, /) -> None: method line_no_clip (line 416) | def line_no_clip(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method oflush (line 424) | def oflush(self, *args, **kwargs) -> Incomplete: ... method fast_spi (line 425) | def fast_spi(self, flush: bool = True, /) -> SPI: method get_line (line 439) | def get_line(self, x: int, y: int, buf: AnyWritableBuf, /) -> None: method is_touched (line 448) | def is_touched(self) -> bool: method feed_wdt (line 455) | def feed_wdt(self) -> None: method iflush (line 463) | def iflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 464) | def get_pixel(self, x: int, y: int, /) -> int: method get_touch (line 470) | def get_touch(self) -> Tuple: method __init__ (line 479) | def __init__(self, connect: str, /): method __init__ (line 516) | def __init__(self, *, pwr: Pin, i2c: I2C, spi: SPI, i2c_addr: int = 98): FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/machine.pyi function freq (line 42) | def freq() -> int: function freq (line 50) | def freq(self) -> int: function freq (line 61) | def freq( function freq (line 76) | def freq(hz: int, /) -> None: function freq (line 84) | def freq(self) -> int: function freq (line 92) | def freq( function idle (line 103) | def idle() -> None: function info (line 118) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 119) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 120) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 128) | def disable_irq() -> bool: function deepsleep (line 138) | def deepsleep() -> NoReturn: function deepsleep (line 163) | def deepsleep(time_ms: int, /) -> NoReturn: function soft_reset (line 187) | def soft_reset() -> NoReturn: function sleep (line 195) | def sleep() -> None: function time_pulse_us (line 201) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 220) | def lightsleep() -> None: function lightsleep (line 245) | def lightsleep(time_ms: int, /) -> None: function reset (line 269) | def reset() -> NoReturn: function rng (line 276) | def rng() -> int: function reset_cause (line 284) | def reset_cause() -> int: function unique_id (line 290) | def unique_id() -> bytes: function bootloader (line 299) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 309) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 333) | class RTC: method info (line 350) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 352) | def init(self) -> None: method init (line 367) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 382) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 397) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 412) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 427) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 442) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method wakeup (line 456) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 457) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method calibration (line 473) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 475) | def __init__(self, id: int = 0): method __init__ (line 481) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 489) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 497) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 505) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 513) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 521) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 529) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 537) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 545) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 553) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 561) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 569) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 577) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Pin (line 584) | class Pin: method mode (line 670) | def mode(self) -> int: method mode (line 679) | def mode(self, mode: int, /) -> None: method name (line 687) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 689) | def pull(self) -> int: method pull (line 698) | def pull(self, pull: int, /) -> None: method low (line 706) | def low(self) -> None: method irq (line 714) | def irq( method pin (line 768) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 769) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 770) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 771) | def on(self) -> None: method off (line 777) | def off(self) -> None: method init (line 783) | def init( method af_list (line 801) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 802) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 804) | def value(self) -> int: method value (line 838) | def value(self, x: Any, /) -> None: method high (line 871) | def high(self) -> None: method gpio (line 879) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 881) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 883) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 885) | class cpu: method __init__ (line 933) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 936) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 938) | class board: method __init__ (line 988) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 990) | def __init__( method __call__ (line 1065) | def __call__(self) -> int: method __call__ (line 1073) | def __call__(self, x: Any, /) -> None: method drive (line 1081) | def drive(self, drive: int, /) -> None: method drive (line 1091) | def drive(self, /) -> int: class SPI (line 1099) | class SPI: method deinit (line 1156) | def deinit(self) -> None: method init (line 1163) | def init( method init (line 1198) | def init( method write_readinto (line 1230) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 1241) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 1249) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 1258) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 1269) | def __init__(self, id: int, /): method __init__ (line 1282) | def __init__( method __init__ (line 1308) | def __init__( class ADC (line 1333) | class ADC: method read_u16 (line 1359) | def read_u16(self) -> int: method __init__ (line 1367) | def __init__(self, pin: PinLike, /) -> None: class I2S (line 1378) | class I2S: method shift (line 1454) | def shift( method init (line 1467) | def init( method irq (line 1484) | def irq( method readinto (line 1496) | def readinto( method deinit (line 1509) | def deinit(self) -> None: method write (line 1515) | def write( method __init__ (line 1528) | def __init__( class I2C (line 1570) | class I2C: method readfrom_mem_into (line 1607) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1619) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1629) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1638) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1649) | def scan(self) -> List: method writeto (line 1657) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1667) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1683) | def start(self) -> None: method readfrom (line 1689) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1697) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1708) | def init(self, *, freq: int = 400_000) -> None: method init (line 1722) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1735) | def stop(self) -> None: method write (line 1741) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1750) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1767) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1784) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1797) | class WDT: method feed (line 1813) | def feed(self) -> None: method __init__ (line 1821) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1830) | class Timer: method init (line 1857) | def init( method init (line 1865) | def init( method init (line 1873) | def init( method deinit (line 1919) | def deinit(self) -> None: method __init__ (line 1926) | def __init__(self, id: int, /): method __init__ (line 1936) | def __init__( method __init__ (line 1954) | def __init__( method __init__ (line 1972) | def __init__( class SoftSPI (line 1989) | class SoftSPI(SPI): method deinit (line 1998) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1999) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2000) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2001) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2002) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2003) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2004) | def __init__( class UART (line 2017) | class UART: method flush (line 2056) | def flush(self) -> Incomplete: method sendbreak (line 2071) | def sendbreak(self) -> None: method txdone (line 2078) | def txdone(self) -> bool: method init (line 2094) | def init( method init (line 2163) | def init( method init (line 2226) | def init( method readchar (line 2288) | def readchar(self, *args, **kwargs) -> Incomplete: ... method irq (line 2289) | def irq( method writechar (line 2326) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 2328) | def read(self) -> bytes | None: method read (line 2339) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 2349) | def deinit(self) -> None: method any (line 2359) | def any(self) -> int: method write (line 2374) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2383) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2394) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2404) | def readline(self) -> Union[str, None]: method __init__ (line 2414) | def __init__( method __init__ (line 2436) | def __init__( method __init__ (line 2452) | def __init__( class SoftI2C (line 2470) | class SoftI2C(I2C): method readfrom_mem_into (line 2483) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2484) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2485) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2486) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2487) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2488) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2489) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2490) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2491) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2492) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2493) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2494) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2495) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2496) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class Signal (line 2498) | class Signal(Pin): method off (line 2568) | def off(self) -> None: method on (line 2574) | def on(self) -> None: method value (line 2581) | def value(self) -> int: method value (line 2601) | def value(self, x: Any, /) -> None: method __init__ (line 2621) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2641) | def __init__( class PWM (line 2671) | class PWM: method freq (line 2673) | def freq(self) -> int: method freq (line 2684) | def freq( method duty_u16 (line 2699) | def duty_u16(self) -> int: method duty_u16 (line 2711) | def duty_u16( method duty_ns (line 2727) | def duty_ns(self) -> int: method duty_ns (line 2737) | def duty_ns( class SDCard (line 2750) | class SDCard: method readblocks (line 2752) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2762) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2772) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2783) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/network.pyi function hostname (line 55) | def hostname(*args, **kwargs) -> Incomplete: ... function route (line 56) | def route(*args, **kwargs) -> Incomplete: ... function country (line 57) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 59) | class WLAN: method active (line 61) | def active(self, /) -> bool: method active (line 69) | def active(self, is_active: bool | int, /) -> None: method status (line 77) | def status(self) -> int: method status (line 107) | def status(self, param: str, /) -> int: method ifconfig (line 137) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 148) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 159) | def config(self, param: str, /) -> Any: method config (line 194) | def config(self, **kwargs: Any) -> None: class LAN (line 228) | class LAN: method active (line 230) | def active(self, /) -> bool: method active (line 238) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 245) | class WLANWiPy: method __init__ (line 247) | def __init__(self, id: int = 0, /): method __init__ (line 261) | def __init__( method mode (line 285) | def mode(self) -> int: method mode (line 291) | def mode(self, mode: int, /) -> None: method ssid (line 297) | def ssid(self) -> str: method ssid (line 303) | def ssid(self, ssid: str, /) -> None: method auth (line 309) | def auth(self) -> int: method auth (line 315) | def auth(self, auth: int, /) -> None: method channel (line 321) | def channel(self) -> int: method channel (line 327) | def channel(self, channel: int, /) -> None: method antenna (line 333) | def antenna(self) -> int: method antenna (line 339) | def antenna(self, antenna: int, /) -> None: method mac (line 345) | def mac(self) -> bytes: method mac (line 351) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 356) | class AbstractNIC: method active (line 359) | def active(self, /) -> bool: method active (line 370) | def active(self, is_active: bool | int, /) -> None: method connect (line 381) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 400) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 419) | def status(self) -> Any: method status (line 437) | def status(self, param: str, /) -> Any: method ifconfig (line 455) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 469) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 483) | def config(self, param: str, /) -> Any: method config (line 502) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/pyb.pyi function hard_reset (line 27) | def hard_reset() -> NoReturn: function have_cdc (line 35) | def have_cdc() -> bool: function hid (line 45) | def hid(data: tuple[int, int, int, int], /) -> None: function hid (line 55) | def hid(data: Sequence[int], /) -> None: function info (line 64) | def info() -> None: function info (line 70) | def info(dump_alloc_table: bytes, /) -> None: function info (line 76) | def info(self) -> list[int]: function info (line 82) | def info(self, list: list[int], /) -> list[int]: function wfi (line 87) | def wfi() -> None: function elapsed_micros (line 99) | def elapsed_micros(start: int, /) -> int: function freq (line 116) | def freq() -> tuple[int, int, int, int]: function freq (line 156) | def freq(sysclk: int, /) -> None: function freq (line 196) | def freq(sysclk: int, hclk: int, /) -> None: function freq (line 236) | def freq(sysclk: int, hclk: int, pclk1: int, /) -> None: function freq (line 276) | def freq(sysclk: int, hclk: int, pclk1: int, pclk2: int, /) -> None: function freq (line 316) | def freq(self) -> int: function freq (line 356) | def freq(self, value: int, /) -> None: function disable_irq (line 395) | def disable_irq() -> bool: function fault_debug (line 404) | def fault_debug(value: bool = False) -> None: function elapsed_millis (line 419) | def elapsed_millis(start: int, /) -> int: function enable_irq (line 434) | def enable_irq(state: bool = True, /) -> None: function sync (line 444) | def sync() -> None: function servo (line 450) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 451) | def standby() -> None: function usb_mode (line 466) | def usb_mode() -> str: function usb_mode (line 508) | def usb_mode( function udelay (line 558) | def udelay(us: int, /) -> None: function unique_id (line 564) | def unique_id() -> str: function micros (line 570) | def micros() -> int: function mount (line 585) | def mount( function mount (line 627) | def mount( function rng (line 668) | def rng() -> int: function millis (line 674) | def millis() -> int: function repl_uart (line 689) | def repl_uart() -> UART | None: function repl_uart (line 695) | def repl_uart(uart: UART, /) -> None: function pwm (line 700) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 701) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 702) | def stop() -> None: function delay (line 714) | def delay(ms: int, /) -> None: function main (line 720) | def main(filename: str, /) -> None: function bootloader (line 730) | def bootloader() -> None: function country (line 736) | def country(*args, **kwargs) -> Incomplete: ... class DAC (line 738) | class DAC: method noise (line 785) | def noise(self, freq: int, /) -> None: method write_timed (line 792) | def write_timed(self, data: AnyWritableBuf, freq: int | Timer, /, *, m... method triangle (line 814) | def triangle(self, freq: int, /) -> None: method write (line 822) | def write(self, value: int, /) -> None: method init (line 830) | def init(self, bits: int = 8, *, buffering: bool | None = None) -> None: method deinit (line 838) | def deinit(self) -> None: method __init__ (line 844) | def __init__(self, port: int | Pin, /, bits: int = 8, *, buffering: bo... class ExtInt (line 869) | class ExtInt: method line (line 921) | def line(self) -> int: method regs (line 928) | def regs() -> None: method swint (line 934) | def swint(self) -> None: method enable (line 940) | def enable(self) -> None: method disable (line 946) | def disable(self) -> None: method __init__ (line 953) | def __init__( class Flash (line 977) | class Flash(AbstractBlockDev): method readblocks (line 989) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 999) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1009) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1020) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 1034) | def ioctl(self, op: int, arg: int) -> int | None: method __init__ (line 1044) | def __init__(self): method __init__ (line 1056) | def __init__(self, *, start: int = -1, len: int = -1): class I2C (line 1063) | class I2C: method scan (line 1119) | def scan(self) -> List: method mem_read (line 1127) | def mem_read( method mem_read (line 1151) | def mem_read( method mem_write (line 1174) | def mem_write( method recv (line 1199) | def recv( method recv (line 1220) | def recv( method is_ready (line 1240) | def is_ready(self, addr: int, /) -> bool: method send (line 1246) | def send( method deinit (line 1264) | def deinit(self) -> None: method init (line 1270) | def init( method __init__ (line 1298) | def __init__( class LCD (line 1330) | class LCD: method fill (line 1366) | def fill(self, colour: int, /) -> None: method light (line 1374) | def light(self, value: bool | int, /) -> None: method pixel (line 1380) | def pixel(self, x: int, y: int, colour: int, /) -> None: method show (line 1388) | def show(self) -> None: method text (line 1394) | def text(self, str: str, x: int, y: int, colour: int, /) -> None: method contrast (line 1402) | def contrast(self, value: int, /) -> None: method get (line 1408) | def get(self, x: int, y: int, /) -> int: method write (line 1416) | def write(self, str: str, /) -> None: method command (line 1422) | def command(self, inst_data: int, buf: bytes, /) -> None: method __init__ (line 1430) | def __init__(self, skin_position: str, /) -> None: class CAN (line 1436) | class CAN: method restart (line 1469) | def restart(self) -> None: method recv (line 1483) | def recv(self, fifo: int, /, *, timeout: int = 5000) -> tuple[int, boo... method recv (line 1519) | def recv(self, fifo: int, list: None, /, *, timeout: int = 5000) -> tu... method recv (line 1555) | def recv(self, fifo: int, list: list[int | bool | memoryview], /, *, t... method init (line 1590) | def init( method rxcallback (line 1667) | def rxcallback(self, fifo: int, fun: Callable[[CAN], None], /) -> None: method setfilter (line 1704) | def setfilter(self, bank: int, mode: int, fifo: int, params: Sequence[... method setfilter (line 1761) | def setfilter( method state (line 1826) | def state(self) -> int: method send (line 1842) | def send( method any (line 1879) | def any(self, fifo: int, /) -> bool: method info (line 1886) | def info(self) -> list[int]: method info (line 1910) | def info(self, list: list[int], /) -> list[int]: method clearfilter (line 1933) | def clearfilter(self, bank: int, /) -> None: method deinit (line 1943) | def deinit(self) -> None: method __init__ (line 1949) | def __init__( class ADC (line 1975) | class ADC: method read_timed (line 1993) | def read_timed(self, buf: AnyWritableBuf, timer: Timer | int, /) -> None: method read_timed_multi (line 2032) | def read_timed_multi(adcs: tuple[ADC, ...], bufs: tuple[AnyWritableBuf... method read (line 2085) | def read(self) -> int: method __init__ (line 2092) | def __init__(self, pin: int | Pin, /) -> None: class ADCAll (line 2098) | class ADCAll: method read_core_vbat (line 2099) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 2100) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 2101) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 2102) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 2103) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2104) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 2106) | class Accel: method x (line 2117) | def x(self) -> int: method tilt (line 2123) | def tilt(self) -> int: method y (line 2129) | def y(self) -> int: method z (line 2135) | def z(self) -> int: method read (line 2141) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 2142) | def filtered_xyz(self) -> Tuple: method write (line 2153) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2154) | def __init__(self) -> None: class USB_VCP (line 2159) | class USB_VCP: method readlines (line 2169) | def readlines(self) -> List: method recv (line 2180) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes | None: method recv (line 2193) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int... method isconnected (line 2205) | def isconnected(self) -> bool: method init (line 2211) | def init(self, *, flow: int = -1) -> None: method irq (line 2219) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 2231) | def setinterrupt(self, chr: int, /) -> None: method close (line 2242) | def close(self) -> None: method read (line 2250) | def read(self) -> bytes | None: method read (line 2261) | def read(self, nbytes, /) -> bytes | None: method any (line 2271) | def any(self) -> bool: method write (line 2277) | def write(self, buf: AnyReadableBuf, /) -> int: method send (line 2285) | def send(self, buf: AnyWritableBuf | bytes | int, /, *, timeout: int =... method readinto (line 2297) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2309) | def readinto(self, buf: AnyWritableBuf, maxlen: int, /) -> int | None: method readline (line 2320) | def readline(self) -> bytes: method __init__ (line 2329) | def __init__(self, id: int = 0, /) -> None: class Timer (line 2335) | class Timer: method freq (line 2408) | def freq(self) -> int: method freq (line 2414) | def freq(self, value: int, /) -> None: method init (line 2420) | def init( method init (line 2485) | def init( method period (line 2551) | def period(self) -> int: method period (line 2557) | def period(self, value: int, /) -> None: method prescaler (line 2563) | def prescaler(self) -> int: method prescaler (line 2569) | def prescaler(self, value: int, /) -> None: method source_freq (line 2574) | def source_freq(self) -> int: method deinit (line 2580) | def deinit(self) -> None: method callback (line 2591) | def callback(self, fun: Callable[[Timer], None] | None, /) -> None: method channel (line 2600) | def channel(self, channel: int, /) -> timerchannel | None: method channel (line 2687) | def channel( method channel (line 2783) | def channel( method channel (line 2879) | def channel( method channel (line 2976) | def channel( method channel (line 3072) | def channel( method counter (line 3167) | def counter(self) -> int: method counter (line 3173) | def counter(self, value: int, /) -> None: method __init__ (line 3179) | def __init__(self, id: int, /): method __init__ (line 3187) | def __init__( method __init__ (line 3205) | def __init__( class Switch (line 3223) | class Switch: method callback (line 3241) | def callback(self, fun: Callable[[], None] | None) -> None: method value (line 3248) | def value(self) -> bool: method __init__ (line 3254) | def __init__(self) -> None: method __call__ (line 3260) | def __call__(self) -> bool: method __call__ (line 3268) | def __call__(self) -> bool: class Servo (line 3275) | class Servo: method speed (line 3302) | def speed(self) -> int: method speed (line 3314) | def speed(self, speed: int, time: int = 0, /) -> None: method speed (line 3326) | def speed(self) -> int: method speed (line 3338) | def speed(self, value: int, /) -> None: method pulse_width (line 3349) | def pulse_width(self, value: Any | None = None) -> Incomplete: method calibration (line 3359) | def calibration(self) -> tuple[int, int, int, int, int]: method calibration (line 3374) | def calibration(self, pulse_min: int, pulse_max: int, pulse_centre: in... method calibration (line 3389) | def calibration( method angle (line 3412) | def angle(self) -> int: method angle (line 3425) | def angle(self, angle: int, time: int = 0, /) -> None: method __init__ (line 3437) | def __init__(self, id: int, /) -> None: class UART (line 3442) | class UART: method flush (line 3488) | def flush(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 3489) | def sendbreak(self) -> None: method txdone (line 3497) | def txdone(self, *args, **kwargs) -> Incomplete: ... method init (line 3498) | def init( method readchar (line 3536) | def readchar(self) -> int: method irq (line 3544) | def irq(self, *args, **kwargs) -> Incomplete: ... method writechar (line 3545) | def writechar(self, char: int, /) -> None: method read (line 3553) | def read(self) -> bytes | None: method read (line 3570) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 3586) | def deinit(self) -> None: method any (line 3592) | def any(self) -> int: method write (line 3598) | def write(self, buf: AnyWritableBuf, /) -> int: method readinto (line 3611) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 3621) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 3630) | def readline(self) -> None: method __init__ (line 3641) | def __init__(self, bus: int | str, /): method __init__ (line 3678) | def __init__( class USB_HID (line 3727) | class USB_HID: method recv (line 3737) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes: method recv (line 3750) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int: method send (line 3762) | def send(self, data: Sequence[int]) -> None: method __init__ (line 3771) | def __init__(self) -> None: class LED (line 3776) | class LED: method toggle (line 3781) | def toggle(self) -> None: method on (line 3788) | def on(self) -> None: method off (line 3794) | def off(self) -> None: method intensity (line 3801) | def intensity(self) -> int: method intensity (line 3815) | def intensity(self, value: int, /) -> None: method __init__ (line 3828) | def __init__(self, id: int, /) -> None: class RTC (line 3835) | class RTC: method info (line 3847) | def info(self) -> int: method init (line 3858) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 3859) | def wakeup(self, timeout: int, callback: Callable[[RTC], None] | None ... method datetime (line 3873) | def datetime(self, datetimetuple: tuple[int, int, int, int, int, int, ... method datetime (line 3892) | def datetime(self, /) -> Tuple: method calibration (line 3911) | def calibration(self) -> int: method calibration (line 3929) | def calibration(self, cal: int, /) -> None: method __init__ (line 3946) | def __init__(self) -> None: class Pin (line 3951) | class Pin: method mode (line 4061) | def mode(self) -> int: method name (line 4069) | def name(self) -> str: method pull (line 4075) | def pull(self) -> int: method low (line 4083) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 4084) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 4085) | def pin(self) -> int: method port (line 4091) | def port(self) -> int: method names (line 4097) | def names(self) -> str: method on (line 4103) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 4104) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 4105) | def init( method af_list (line 4146) | def af_list(self) -> List: method af (line 4152) | def af(self) -> int: method value (line 4161) | def value(self) -> int: method value (line 4172) | def value(self, value: Any, /) -> None: method high (line 4182) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 4183) | def gpio(self) -> int: method dict (line 4191) | def dict() -> Dict[str, Pin]: method dict (line 4198) | def dict(dict: Dict[str, Pin], /) -> None: method debug (line 4205) | def debug() -> bool: method debug (line 4212) | def debug(state: bool, /) -> None: class cpu (line 4217) | class cpu: method __init__ (line 4265) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 4269) | def mapper() -> Callable[[str], Pin]: method mapper (line 4276) | def mapper(fun: Callable[[str], Pin], /) -> None: class board (line 4281) | class board: method __init__ (line 4331) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 4333) | def __init__( method __call__ (line 4349) | def __call__(self) -> int: method __call__ (line 4357) | def __call__(self, x: Any, /) -> None: class SPI (line 4364) | class SPI: method deinit (line 4394) | def deinit(self) -> None: method send_recv (line 4400) | def send_recv( method recv (line 4421) | def recv(self, recv: int | AnyWritableBuf, /, *, timeout: int = 5000) ... method init (line 4435) | def init( method init (line 4474) | def init( method write_readinto (line 4512) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 4513) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 4514) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 4515) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 4516) | def send(self, send: int | AnyWritableBuf | bytes, /, *, timeout: int ... method __init__ (line 4528) | def __init__(self, bus: int, /): method __init__ (line 4546) | def __init__( method __init__ (line 4577) | def __init__( class SDCard (line 4609) | class SDCard: method writeblocks (line 4610) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 4611) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 4612) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 4613) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 4614) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 4615) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 4616) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 4617) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 4618) | def __init__(self, *argv, **kwargs) -> None: ... class timerchannel (line 4620) | class timerchannel: method capture (line 4623) | def capture(self) -> int: method capture (line 4632) | def capture(self, value: int, /) -> None: method compare (line 4641) | def compare(self) -> int: method compare (line 4650) | def compare(self, value: int, /) -> None: method pulse_width (line 4659) | def pulse_width(self) -> int: method pulse_width (line 4671) | def pulse_width(self, value: int, /) -> None: method pulse_width_percent (line 4683) | def pulse_width_percent(self) -> float: method pulse_width_percent (line 4694) | def pulse_width_percent(self, value: int | float, /) -> None: FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/socket.pyi function getaddrinfo (line 93) | def getaddrinfo( class socket (line 143) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 160) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 168) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 188) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 207) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 216) | def settimeout(self, value: float | None, /) -> None: method sendall (line 252) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 265) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 273) | def setblocking(self, value: bool, /) -> None: method sendto (line 285) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 292) | def readline(self) -> bytes: method readinto (line 301) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 311) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 321) | def read(self) -> bytes: method read (line 331) | def read(self, size: int, /) -> bytes: method close (line 340) | def close(self) -> None: method connect (line 351) | def connect(self, address: _Address | bytes, /) -> None: method send (line 357) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 365) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 371) | def accept(self) -> Tuple: method write (line 380) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 391) | def __init__( FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/uhashlib.pyi class sha256 (line 10) | class sha256: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-stm32-pybv11-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-stm32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-stm32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-stm32-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0_preview-stm32-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0_preview-stm32-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO: method readline (line 80) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 82) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 83) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 84) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-stm32-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_25_0_preview-stm32-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 167) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 176) | def fill(self, c: int, /) -> None: method fill_rect (line 182) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 183) | def __init__( FILE: publish/micropython-v1_25_0_preview-stm32-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0_preview-stm32-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0_preview-stm32-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-stm32-stubs/lcd160cr.pyi function calcsize (line 30) | def calcsize(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 31) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function const (line 32) | def const(*args, **kwargs) -> Incomplete: ... function pack_into (line 33) | def pack_into(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 35) | class LCD160CR: method set_brightness (line 54) | def set_brightness(self, value: int, /) -> None: method screen_dump (line 60) | def screen_dump( method screen_load (line 79) | def screen_load(self, buf: AnyReadableBuf, /) -> None: method set_orient (line 85) | def set_orient(self, orient: str, /) -> None: method set_font (line 92) | def set_font( method set_i2c_addr (line 121) | def set_i2c_addr(self, addr: int, /) -> None: method rect_interior (line 128) | def rect_interior(self, x: int, y: int, w: int, h: int, /) -> None: method rect_no_clip (line 137) | def rect_no_clip(self, x: int, y: int, w: int, h: int, /) -> None: method save_to_flash (line 144) | def save_to_flash(self) -> None: method rect_interior_no_clip (line 151) | def rect_interior_no_clip(self, x: int, y: int, w: int, h: int, /) -> ... method rgb (line 159) | def rgb(r: int, g: int, b: int, /) -> int: method rect_outline (line 168) | def rect_outline(self, x: int, y: int, w: int, h: int, /) -> None: method rect_outline_no_clip (line 176) | def rect_outline_no_clip(self, x: int, y: int, w: int, h: int, /) -> N... method set_startup_deco (line 183) | def set_startup_deco(self, value: bool | str, /) -> None: method set_scroll_win_param (line 190) | def set_scroll_win_param(self, win: int, param: int, value: int, /) ->... method set_spi_win (line 201) | def set_spi_win(self, x: int, y: int, w: int, h: int, /) -> None: method show_framebuf (line 207) | def show_framebuf(self, buf: AnyReadableBuf, /) -> None: method set_text_color (line 219) | def set_text_color(self, fg: int, bg: int, /) -> None: method set_uart_baudrate (line 225) | def set_uart_baudrate(self, baudrate: int, /) -> None: method set_pen (line 231) | def set_pen(self, line: int, fill: int, /) -> None: method set_pos (line 237) | def set_pos(self, x: int, y: int, /) -> None: method set_scroll_win (line 244) | def set_scroll_win( method set_pixel (line 274) | def set_pixel(self, x: int, y: int, c: int, /) -> None: method set_scroll_buf (line 281) | def set_scroll_buf(self, s: str, /) -> None: method set_power (line 288) | def set_power(self, on: bool, /) -> None: method set_scroll (line 295) | def set_scroll(self, on: bool, /) -> None: method touch_config (line 302) | def touch_config(self, calib: bool = False, save: bool = False, irq: b... method clip_line (line 319) | def clip_line(data: Any, w: int, h: int, /) -> int: method _send (line 325) | def _send(self, *args, **kwargs) -> Incomplete: ... method _waitfor (line 326) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method erase (line 327) | def erase(self) -> None: method dot (line 333) | def dot(self, x: int, y: int, /) -> None: method dot_no_clip (line 339) | def dot_no_clip(self, x: int, y: int, /) -> None: method poly_line (line 346) | def poly_line(self, data: AnyReadableBuf, /) -> None: method line (line 352) | def line(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method _fcmd2b (line 358) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 359) | def write(self, s: str, /) -> None: method _fcmd2 (line 367) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rect (line 368) | def rect(self, x: int, y: int, w: int, h: int, /) -> None: method reset (line 376) | def reset(self) -> None: method jpeg_start (line 382) | def jpeg_start(self, total_len: int, /) -> None: method jpeg (line 390) | def jpeg(self, buf: AnyReadableBuf, /) -> None: method jpeg_data (line 399) | def jpeg_data(self, buf: AnyReadableBuf, /) -> None: method poly_dot (line 408) | def poly_dot(self, data: AnyReadableBuf, /) -> None: method line_no_clip (line 416) | def line_no_clip(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method oflush (line 424) | def oflush(self, *args, **kwargs) -> Incomplete: ... method fast_spi (line 425) | def fast_spi(self, flush: bool = True, /) -> SPI: method get_line (line 439) | def get_line(self, x: int, y: int, buf: AnyWritableBuf, /) -> None: method is_touched (line 448) | def is_touched(self) -> bool: method feed_wdt (line 455) | def feed_wdt(self) -> None: method iflush (line 463) | def iflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 464) | def get_pixel(self, x: int, y: int, /) -> int: method get_touch (line 470) | def get_touch(self) -> Tuple: method __init__ (line 479) | def __init__(self, connect: str, /): method __init__ (line 516) | def __init__(self, *, pwr: Pin, i2c: I2C, spi: SPI, i2c_addr: int = 98): FILE: publish/micropython-v1_25_0_preview-stm32-stubs/machine.pyi function freq (line 42) | def freq() -> int: function freq (line 50) | def freq(self) -> int: function freq (line 61) | def freq( function freq (line 76) | def freq(hz: int, /) -> None: function freq (line 84) | def freq(self) -> int: function freq (line 92) | def freq( function idle (line 103) | def idle() -> None: function info (line 118) | def info(*args, **kwargs) -> Incomplete: ... function dht_readinto (line 119) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 120) | def enable_irq(state: bool = True, /) -> None: function disable_irq (line 128) | def disable_irq() -> bool: function deepsleep (line 138) | def deepsleep() -> NoReturn: function deepsleep (line 163) | def deepsleep(time_ms: int, /) -> NoReturn: function soft_reset (line 187) | def soft_reset() -> NoReturn: function sleep (line 195) | def sleep() -> None: function time_pulse_us (line 201) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function lightsleep (line 220) | def lightsleep() -> None: function lightsleep (line 245) | def lightsleep(time_ms: int, /) -> None: function reset (line 269) | def reset() -> NoReturn: function rng (line 276) | def rng() -> int: function reset_cause (line 284) | def reset_cause() -> int: function unique_id (line 290) | def unique_id() -> bytes: function bootloader (line 299) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 309) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 333) | class RTC: method info (line 350) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 352) | def init(self) -> None: method init (line 367) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 382) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 397) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 412) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 427) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 442) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method wakeup (line 456) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 457) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method calibration (line 473) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 475) | def __init__(self, id: int = 0): method __init__ (line 481) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 489) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 497) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 505) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 513) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 521) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 529) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 537) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 545) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 553) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 561) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 569) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 577) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class Pin (line 584) | class Pin: method mode (line 670) | def mode(self) -> int: method mode (line 679) | def mode(self, mode: int, /) -> None: method name (line 687) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 689) | def pull(self) -> int: method pull (line 698) | def pull(self, pull: int, /) -> None: method low (line 706) | def low(self) -> None: method irq (line 714) | def irq( method pin (line 768) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 769) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 770) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 771) | def on(self) -> None: method off (line 777) | def off(self) -> None: method init (line 783) | def init( method af_list (line 801) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 802) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 804) | def value(self) -> int: method value (line 838) | def value(self, x: Any, /) -> None: method high (line 871) | def high(self) -> None: method gpio (line 879) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 881) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 883) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 885) | class cpu: method __init__ (line 933) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 936) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 938) | class board: method __init__ (line 988) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 990) | def __init__( method __call__ (line 1065) | def __call__(self) -> int: method __call__ (line 1073) | def __call__(self, x: Any, /) -> None: method drive (line 1081) | def drive(self, drive: int, /) -> None: method drive (line 1091) | def drive(self, /) -> int: class SPI (line 1099) | class SPI: method deinit (line 1156) | def deinit(self) -> None: method init (line 1163) | def init( method init (line 1198) | def init( method write_readinto (line 1230) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 1241) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 1249) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 1258) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 1269) | def __init__(self, id: int, /): method __init__ (line 1282) | def __init__( method __init__ (line 1308) | def __init__( class ADC (line 1333) | class ADC: method read_u16 (line 1359) | def read_u16(self) -> int: method __init__ (line 1367) | def __init__(self, pin: PinLike, /) -> None: class I2S (line 1378) | class I2S: method shift (line 1454) | def shift( method init (line 1467) | def init( method irq (line 1484) | def irq( method readinto (line 1496) | def readinto( method deinit (line 1509) | def deinit(self) -> None: method write (line 1515) | def write( method __init__ (line 1528) | def __init__( class I2C (line 1570) | class I2C: method readfrom_mem_into (line 1607) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1619) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1629) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1638) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1649) | def scan(self) -> List: method writeto (line 1657) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1667) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1683) | def start(self) -> None: method readfrom (line 1689) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1697) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1708) | def init(self, *, freq: int = 400_000) -> None: method init (line 1722) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1735) | def stop(self) -> None: method write (line 1741) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1750) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1767) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1784) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1797) | class WDT: method feed (line 1813) | def feed(self) -> None: method __init__ (line 1821) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1830) | class Timer: method init (line 1857) | def init( method init (line 1865) | def init( method init (line 1873) | def init( method deinit (line 1919) | def deinit(self) -> None: method __init__ (line 1926) | def __init__(self, id: int, /): method __init__ (line 1936) | def __init__( method __init__ (line 1954) | def __init__( method __init__ (line 1972) | def __init__( class SoftSPI (line 1989) | class SoftSPI(SPI): method deinit (line 1998) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1999) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2000) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2001) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2002) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2003) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2004) | def __init__( class UART (line 2017) | class UART: method flush (line 2056) | def flush(self) -> Incomplete: method sendbreak (line 2071) | def sendbreak(self) -> None: method txdone (line 2078) | def txdone(self) -> bool: method init (line 2094) | def init( method init (line 2163) | def init( method init (line 2226) | def init( method readchar (line 2288) | def readchar(self, *args, **kwargs) -> Incomplete: ... method irq (line 2289) | def irq( method writechar (line 2326) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 2328) | def read(self) -> bytes | None: method read (line 2339) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 2349) | def deinit(self) -> None: method any (line 2359) | def any(self) -> int: method write (line 2374) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2383) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2394) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2404) | def readline(self) -> Union[str, None]: method __init__ (line 2414) | def __init__( method __init__ (line 2436) | def __init__( method __init__ (line 2452) | def __init__( class SoftI2C (line 2470) | class SoftI2C(I2C): method readfrom_mem_into (line 2483) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2484) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2485) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2486) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2487) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2488) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2489) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2490) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2491) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2492) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2493) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2494) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2495) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2496) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class Signal (line 2498) | class Signal(Pin): method off (line 2568) | def off(self) -> None: method on (line 2574) | def on(self) -> None: method value (line 2581) | def value(self) -> int: method value (line 2601) | def value(self, x: Any, /) -> None: method __init__ (line 2621) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2641) | def __init__( class PWM (line 2671) | class PWM: method freq (line 2673) | def freq(self) -> int: method freq (line 2684) | def freq( method duty_u16 (line 2699) | def duty_u16(self) -> int: method duty_u16 (line 2711) | def duty_u16( method duty_ns (line 2727) | def duty_ns(self) -> int: method duty_ns (line 2737) | def duty_ns( class SDCard (line 2750) | class SDCard: method readblocks (line 2752) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2762) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2772) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2783) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_25_0_preview-stm32-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-stm32-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 194) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 216) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 237) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 250) | class RingIO: method readinto (line 251) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 270) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 286) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 297) | def close(self) -> Incomplete: method __init__ (line 304) | def __init__(self, size) -> None: ... function viper (line 308) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 319) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 328) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 339) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-stm32-stubs/network.pyi function hostname (line 55) | def hostname(*args, **kwargs) -> Incomplete: ... function route (line 56) | def route(*args, **kwargs) -> Incomplete: ... function country (line 57) | def country(*args, **kwargs) -> Incomplete: ... class WLAN (line 59) | class WLAN: method active (line 61) | def active(self, /) -> bool: method active (line 69) | def active(self, is_active: bool | int, /) -> None: method status (line 77) | def status(self) -> int: method status (line 107) | def status(self, param: str, /) -> int: method ifconfig (line 137) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 148) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 159) | def config(self, param: str, /) -> Any: method config (line 194) | def config(self, **kwargs: Any) -> None: class LAN (line 228) | class LAN: method active (line 230) | def active(self, /) -> bool: method active (line 238) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 245) | class WLANWiPy: method __init__ (line 247) | def __init__(self, id: int = 0, /): method __init__ (line 261) | def __init__( method mode (line 285) | def mode(self) -> int: method mode (line 291) | def mode(self, mode: int, /) -> None: method ssid (line 297) | def ssid(self) -> str: method ssid (line 303) | def ssid(self, ssid: str, /) -> None: method auth (line 309) | def auth(self) -> int: method auth (line 315) | def auth(self, auth: int, /) -> None: method channel (line 321) | def channel(self) -> int: method channel (line 327) | def channel(self, channel: int, /) -> None: method antenna (line 333) | def antenna(self) -> int: method antenna (line 339) | def antenna(self, antenna: int, /) -> None: method mac (line 345) | def mac(self) -> bytes: method mac (line 351) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 356) | class AbstractNIC: method active (line 359) | def active(self, /) -> bool: method active (line 370) | def active(self, is_active: bool | int, /) -> None: method connect (line 381) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 400) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 419) | def status(self) -> Any: method status (line 437) | def status(self, param: str, /) -> Any: method ifconfig (line 455) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 469) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 483) | def config(self, param: str, /) -> Any: method config (line 502) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_25_0_preview-stm32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_25_0_preview-stm32-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0_preview-stm32-stubs/pyb.pyi function hard_reset (line 27) | def hard_reset() -> NoReturn: function have_cdc (line 35) | def have_cdc() -> bool: function hid (line 45) | def hid(data: tuple[int, int, int, int], /) -> None: function hid (line 55) | def hid(data: Sequence[int], /) -> None: function info (line 64) | def info() -> None: function info (line 70) | def info(dump_alloc_table: bytes, /) -> None: function info (line 76) | def info(self) -> list[int]: function info (line 82) | def info(self, list: list[int], /) -> list[int]: function wfi (line 87) | def wfi() -> None: function elapsed_micros (line 99) | def elapsed_micros(start: int, /) -> int: function freq (line 116) | def freq() -> tuple[int, int, int, int]: function freq (line 156) | def freq(sysclk: int, /) -> None: function freq (line 196) | def freq(sysclk: int, hclk: int, /) -> None: function freq (line 236) | def freq(sysclk: int, hclk: int, pclk1: int, /) -> None: function freq (line 276) | def freq(sysclk: int, hclk: int, pclk1: int, pclk2: int, /) -> None: function freq (line 316) | def freq(self) -> int: function freq (line 356) | def freq(self, value: int, /) -> None: function disable_irq (line 395) | def disable_irq() -> bool: function fault_debug (line 404) | def fault_debug(value: bool = False) -> None: function elapsed_millis (line 419) | def elapsed_millis(start: int, /) -> int: function enable_irq (line 434) | def enable_irq(state: bool = True, /) -> None: function sync (line 444) | def sync() -> None: function servo (line 450) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 451) | def standby() -> None: function usb_mode (line 466) | def usb_mode() -> str: function usb_mode (line 508) | def usb_mode( function udelay (line 558) | def udelay(us: int, /) -> None: function unique_id (line 564) | def unique_id() -> str: function micros (line 570) | def micros() -> int: function mount (line 585) | def mount( function mount (line 627) | def mount( function rng (line 668) | def rng() -> int: function millis (line 674) | def millis() -> int: function repl_uart (line 689) | def repl_uart() -> UART | None: function repl_uart (line 695) | def repl_uart(uart: UART, /) -> None: function pwm (line 700) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 701) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 702) | def stop() -> None: function delay (line 714) | def delay(ms: int, /) -> None: function main (line 720) | def main(filename: str, /) -> None: function bootloader (line 730) | def bootloader() -> None: function country (line 736) | def country(*args, **kwargs) -> Incomplete: ... class DAC (line 738) | class DAC: method noise (line 785) | def noise(self, freq: int, /) -> None: method write_timed (line 792) | def write_timed(self, data: AnyWritableBuf, freq: int | Timer, /, *, m... method triangle (line 814) | def triangle(self, freq: int, /) -> None: method write (line 822) | def write(self, value: int, /) -> None: method init (line 830) | def init(self, bits: int = 8, *, buffering: bool | None = None) -> None: method deinit (line 838) | def deinit(self) -> None: method __init__ (line 844) | def __init__(self, port: int | Pin, /, bits: int = 8, *, buffering: bo... class ExtInt (line 869) | class ExtInt: method line (line 921) | def line(self) -> int: method regs (line 928) | def regs() -> None: method swint (line 934) | def swint(self) -> None: method enable (line 940) | def enable(self) -> None: method disable (line 946) | def disable(self) -> None: method __init__ (line 953) | def __init__( class Flash (line 977) | class Flash(AbstractBlockDev): method readblocks (line 989) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 999) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1009) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1020) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 1034) | def ioctl(self, op: int, arg: int) -> int | None: method __init__ (line 1044) | def __init__(self): method __init__ (line 1056) | def __init__(self, *, start: int = -1, len: int = -1): class I2C (line 1063) | class I2C: method scan (line 1119) | def scan(self) -> List: method mem_read (line 1127) | def mem_read( method mem_read (line 1151) | def mem_read( method mem_write (line 1174) | def mem_write( method recv (line 1199) | def recv( method recv (line 1220) | def recv( method is_ready (line 1240) | def is_ready(self, addr: int, /) -> bool: method send (line 1246) | def send( method deinit (line 1264) | def deinit(self) -> None: method init (line 1270) | def init( method __init__ (line 1298) | def __init__( class LCD (line 1330) | class LCD: method fill (line 1366) | def fill(self, colour: int, /) -> None: method light (line 1374) | def light(self, value: bool | int, /) -> None: method pixel (line 1380) | def pixel(self, x: int, y: int, colour: int, /) -> None: method show (line 1388) | def show(self) -> None: method text (line 1394) | def text(self, str: str, x: int, y: int, colour: int, /) -> None: method contrast (line 1402) | def contrast(self, value: int, /) -> None: method get (line 1408) | def get(self, x: int, y: int, /) -> int: method write (line 1416) | def write(self, str: str, /) -> None: method command (line 1422) | def command(self, inst_data: int, buf: bytes, /) -> None: method __init__ (line 1430) | def __init__(self, skin_position: str, /) -> None: class CAN (line 1436) | class CAN: method restart (line 1469) | def restart(self) -> None: method recv (line 1483) | def recv(self, fifo: int, /, *, timeout: int = 5000) -> tuple[int, boo... method recv (line 1519) | def recv(self, fifo: int, list: None, /, *, timeout: int = 5000) -> tu... method recv (line 1555) | def recv(self, fifo: int, list: list[int | bool | memoryview], /, *, t... method init (line 1590) | def init( method rxcallback (line 1667) | def rxcallback(self, fifo: int, fun: Callable[[CAN], None], /) -> None: method setfilter (line 1704) | def setfilter(self, bank: int, mode: int, fifo: int, params: Sequence[... method setfilter (line 1761) | def setfilter( method state (line 1826) | def state(self) -> int: method send (line 1842) | def send( method any (line 1879) | def any(self, fifo: int, /) -> bool: method info (line 1886) | def info(self) -> list[int]: method info (line 1910) | def info(self, list: list[int], /) -> list[int]: method clearfilter (line 1933) | def clearfilter(self, bank: int, /) -> None: method deinit (line 1943) | def deinit(self) -> None: method __init__ (line 1949) | def __init__( class ADC (line 1975) | class ADC: method read_timed (line 1993) | def read_timed(self, buf: AnyWritableBuf, timer: Timer | int, /) -> None: method read_timed_multi (line 2032) | def read_timed_multi(adcs: tuple[ADC, ...], bufs: tuple[AnyWritableBuf... method read (line 2085) | def read(self) -> int: method __init__ (line 2092) | def __init__(self, pin: int | Pin, /) -> None: class ADCAll (line 2098) | class ADCAll: method read_core_vbat (line 2099) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 2100) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 2101) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 2102) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 2103) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2104) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 2106) | class Accel: method x (line 2117) | def x(self) -> int: method tilt (line 2123) | def tilt(self) -> int: method y (line 2129) | def y(self) -> int: method z (line 2135) | def z(self) -> int: method read (line 2141) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 2142) | def filtered_xyz(self) -> Tuple: method write (line 2153) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2154) | def __init__(self) -> None: class USB_VCP (line 2159) | class USB_VCP: method readlines (line 2169) | def readlines(self) -> List: method recv (line 2180) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes | None: method recv (line 2193) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int... method isconnected (line 2205) | def isconnected(self) -> bool: method init (line 2211) | def init(self, *, flow: int = -1) -> None: method irq (line 2219) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 2231) | def setinterrupt(self, chr: int, /) -> None: method close (line 2242) | def close(self) -> None: method read (line 2250) | def read(self) -> bytes | None: method read (line 2261) | def read(self, nbytes, /) -> bytes | None: method any (line 2271) | def any(self) -> bool: method write (line 2277) | def write(self, buf: AnyReadableBuf, /) -> int: method send (line 2285) | def send(self, buf: AnyWritableBuf | bytes | int, /, *, timeout: int =... method readinto (line 2297) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2309) | def readinto(self, buf: AnyWritableBuf, maxlen: int, /) -> int | None: method readline (line 2320) | def readline(self) -> bytes: method __init__ (line 2329) | def __init__(self, id: int = 0, /) -> None: class Timer (line 2335) | class Timer: method freq (line 2408) | def freq(self) -> int: method freq (line 2414) | def freq(self, value: int, /) -> None: method init (line 2420) | def init( method init (line 2485) | def init( method period (line 2551) | def period(self) -> int: method period (line 2557) | def period(self, value: int, /) -> None: method prescaler (line 2563) | def prescaler(self) -> int: method prescaler (line 2569) | def prescaler(self, value: int, /) -> None: method source_freq (line 2574) | def source_freq(self) -> int: method deinit (line 2580) | def deinit(self) -> None: method callback (line 2591) | def callback(self, fun: Callable[[Timer], None] | None, /) -> None: method channel (line 2600) | def channel(self, channel: int, /) -> timerchannel | None: method channel (line 2687) | def channel( method channel (line 2783) | def channel( method channel (line 2879) | def channel( method channel (line 2976) | def channel( method channel (line 3072) | def channel( method counter (line 3167) | def counter(self) -> int: method counter (line 3173) | def counter(self, value: int, /) -> None: method __init__ (line 3179) | def __init__(self, id: int, /): method __init__ (line 3187) | def __init__( method __init__ (line 3205) | def __init__( class Switch (line 3223) | class Switch: method callback (line 3241) | def callback(self, fun: Callable[[], None] | None) -> None: method value (line 3248) | def value(self) -> bool: method __init__ (line 3254) | def __init__(self) -> None: method __call__ (line 3260) | def __call__(self) -> bool: method __call__ (line 3268) | def __call__(self) -> bool: class Servo (line 3275) | class Servo: method speed (line 3302) | def speed(self) -> int: method speed (line 3314) | def speed(self, speed: int, time: int = 0, /) -> None: method speed (line 3326) | def speed(self) -> int: method speed (line 3338) | def speed(self, value: int, /) -> None: method pulse_width (line 3349) | def pulse_width(self, value: Any | None = None) -> Incomplete: method calibration (line 3359) | def calibration(self) -> tuple[int, int, int, int, int]: method calibration (line 3374) | def calibration(self, pulse_min: int, pulse_max: int, pulse_centre: in... method calibration (line 3389) | def calibration( method angle (line 3412) | def angle(self) -> int: method angle (line 3425) | def angle(self, angle: int, time: int = 0, /) -> None: method __init__ (line 3437) | def __init__(self, id: int, /) -> None: class UART (line 3442) | class UART: method flush (line 3488) | def flush(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 3489) | def sendbreak(self) -> None: method txdone (line 3497) | def txdone(self, *args, **kwargs) -> Incomplete: ... method init (line 3498) | def init( method readchar (line 3536) | def readchar(self) -> int: method irq (line 3544) | def irq(self, *args, **kwargs) -> Incomplete: ... method writechar (line 3545) | def writechar(self, char: int, /) -> None: method read (line 3553) | def read(self) -> bytes | None: method read (line 3570) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 3586) | def deinit(self) -> None: method any (line 3592) | def any(self) -> int: method write (line 3598) | def write(self, buf: AnyWritableBuf, /) -> int: method readinto (line 3611) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 3621) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 3630) | def readline(self) -> None: method __init__ (line 3641) | def __init__(self, bus: int | str, /): method __init__ (line 3678) | def __init__( class USB_HID (line 3727) | class USB_HID: method recv (line 3737) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes: method recv (line 3750) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int: method send (line 3762) | def send(self, data: Sequence[int]) -> None: method __init__ (line 3771) | def __init__(self) -> None: class LED (line 3776) | class LED: method toggle (line 3781) | def toggle(self) -> None: method on (line 3788) | def on(self) -> None: method off (line 3794) | def off(self) -> None: method intensity (line 3801) | def intensity(self) -> int: method intensity (line 3815) | def intensity(self, value: int, /) -> None: method __init__ (line 3828) | def __init__(self, id: int, /) -> None: class RTC (line 3835) | class RTC: method info (line 3847) | def info(self) -> int: method init (line 3858) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 3859) | def wakeup(self, timeout: int, callback: Callable[[RTC], None] | None ... method datetime (line 3873) | def datetime(self, datetimetuple: tuple[int, int, int, int, int, int, ... method datetime (line 3892) | def datetime(self, /) -> Tuple: method calibration (line 3911) | def calibration(self) -> int: method calibration (line 3929) | def calibration(self, cal: int, /) -> None: method __init__ (line 3946) | def __init__(self) -> None: class Pin (line 3951) | class Pin: method mode (line 4061) | def mode(self) -> int: method name (line 4069) | def name(self) -> str: method pull (line 4075) | def pull(self) -> int: method low (line 4083) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 4084) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 4085) | def pin(self) -> int: method port (line 4091) | def port(self) -> int: method names (line 4097) | def names(self) -> str: method on (line 4103) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 4104) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 4105) | def init( method af_list (line 4146) | def af_list(self) -> List: method af (line 4152) | def af(self) -> int: method value (line 4161) | def value(self) -> int: method value (line 4172) | def value(self, value: Any, /) -> None: method high (line 4182) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 4183) | def gpio(self) -> int: method dict (line 4191) | def dict() -> Dict[str, Pin]: method dict (line 4198) | def dict(dict: Dict[str, Pin], /) -> None: method debug (line 4205) | def debug() -> bool: method debug (line 4212) | def debug(state: bool, /) -> None: class cpu (line 4217) | class cpu: method __init__ (line 4265) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 4269) | def mapper() -> Callable[[str], Pin]: method mapper (line 4276) | def mapper(fun: Callable[[str], Pin], /) -> None: class board (line 4281) | class board: method __init__ (line 4331) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 4333) | def __init__( method __call__ (line 4349) | def __call__(self) -> int: method __call__ (line 4357) | def __call__(self, x: Any, /) -> None: class SPI (line 4364) | class SPI: method deinit (line 4394) | def deinit(self) -> None: method send_recv (line 4400) | def send_recv( method recv (line 4421) | def recv(self, recv: int | AnyWritableBuf, /, *, timeout: int = 5000) ... method init (line 4435) | def init( method init (line 4474) | def init( method write_readinto (line 4512) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 4513) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 4514) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 4515) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 4516) | def send(self, send: int | AnyWritableBuf | bytes, /, *, timeout: int ... method __init__ (line 4528) | def __init__(self, bus: int, /): method __init__ (line 4546) | def __init__( method __init__ (line 4577) | def __init__( class SDCard (line 4609) | class SDCard: method writeblocks (line 4610) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 4611) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 4612) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 4613) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 4614) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 4615) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 4616) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 4617) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 4618) | def __init__(self, *argv, **kwargs) -> None: ... class timerchannel (line 4620) | class timerchannel: method capture (line 4623) | def capture(self) -> int: method capture (line 4632) | def capture(self, value: int, /) -> None: method compare (line 4641) | def compare(self) -> int: method compare (line 4650) | def compare(self, value: int, /) -> None: method pulse_width (line 4659) | def pulse_width(self) -> int: method pulse_width (line 4671) | def pulse_width(self, value: int, /) -> None: method pulse_width_percent (line 4683) | def pulse_width_percent(self) -> float: method pulse_width_percent (line 4694) | def pulse_width_percent(self, value: int | float, /) -> None: FILE: publish/micropython-v1_25_0_preview-stm32-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-stm32-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0_preview-stm32-stubs/socket.pyi function getaddrinfo (line 93) | def getaddrinfo( class socket (line 143) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 160) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 168) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 188) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 207) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 216) | def settimeout(self, value: float | None, /) -> None: method sendall (line 252) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 265) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 273) | def setblocking(self, value: bool, /) -> None: method sendto (line 285) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 292) | def readline(self) -> bytes: method readinto (line 301) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 311) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 321) | def read(self) -> bytes: method read (line 331) | def read(self, size: int, /) -> bytes: method close (line 340) | def close(self) -> None: method connect (line 351) | def connect(self, address: _Address | bytes, /) -> None: method send (line 357) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 365) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 371) | def accept(self) -> Tuple: method write (line 380) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 391) | def __init__( FILE: publish/micropython-v1_25_0_preview-stm32-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-stm32-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 122) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-stm32-stubs/uhashlib.pyi class sha256 (line 10) | class sha256: method digest (line 11) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 12) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-stm32-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 11) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 12) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-stm32-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 11) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 12) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 13) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 14) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 15) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 16) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-stm32-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 11) | def search(*args, **kwargs) -> Incomplete: ... function match (line 12) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-stm32-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs2 (line 61) | class VfsLfs2: method rename (line 79) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 81) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 90) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 91) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 92) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 93) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 94) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 95) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 96) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 97) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 98) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 99) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 100) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 101) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 103) | class VfsFat: method rename (line 110) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 112) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 118) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 119) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 120) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 121) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 122) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 123) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 124) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 125) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 126) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 127) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 128) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 129) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 131) | class AbstractBlockDev: method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 138) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 203) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 207) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-unix-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-unix-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 26) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 27) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 28) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 30) | class LockType: method locked (line 31) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 32) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 33) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-unix-stubs/argparse.pyi class _ArgError (line 3) | class _ArgError(BaseException): ... class _Arg (line 5) | class _Arg: method __init__ (line 13) | def __init__(self, names, dest, action, nargs, const, default, help) -... method parse (line 14) | def parse(self, optname, args): ... function _dest_from_optnames (line 16) | def _dest_from_optnames(opt_names): ... class ArgumentParser (line 18) | class ArgumentParser: method __init__ (line 22) | def __init__(self, *, description: str = "") -> None: ... method add_argument (line 23) | def add_argument(self, *args, **kwargs) -> None: ... method usage (line 24) | def usage(self, full): ... method parse_args (line 25) | def parse_args(self, args: Incomplete | None = None): ... method parse_known_args (line 26) | def parse_known_args(self, args: Incomplete | None = None): ... method _parse_args_impl (line 27) | def _parse_args_impl(self, args, return_unknown): ... method _parse_args (line 28) | def _parse_args(self, args, return_unknown): ... FILE: publish/micropython-v1_25_0_preview-unix-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0_preview-unix-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_25_0_preview-unix-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0_preview-unix-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_25_0_preview-unix-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-unix-stubs/ffi.pyi function func (line 11) | def func(*args, **kwargs) -> Incomplete: ... function callback (line 12) | def callback(*args, **kwargs) -> Incomplete: ... function as_bytearray (line 13) | def as_bytearray(*args, **kwargs) -> Incomplete: ... function open (line 14) | def open(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-unix-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 74) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 81) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 87) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 96) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 105) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 112) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 128) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 138) | def blit( method hline (line 168) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 178) | def fill(self, c: int, /) -> None: method fill_rect (line 184) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 185) | def __init__( FILE: publish/micropython-v1_25_0_preview-unix-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0_preview-unix-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_25_0_preview-unix-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-unix-stubs/machine.pyi function idle (line 41) | def idle() -> None: function soft_reset (line 56) | def soft_reset() -> NoReturn: function time_pulse_us (line 63) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... class PinBase (line 83) | class PinBase: method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 86) | class Signal(Pin): method off (line 156) | def off(self) -> None: method on (line 162) | def on(self) -> None: method value (line 169) | def value(self) -> int: method value (line 189) | def value(self, x: Any, /) -> None: method __init__ (line 209) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 229) | def __init__( class SPI (line 262) | class SPI: method __init__ (line 264) | def __init__(self, id: int, /): method __init__ (line 277) | def __init__( method __init__ (line 303) | def __init__( method init (line 327) | def init( method init (line 362) | def init( class RTC (line 394) | class RTC: method __init__ (line 396) | def __init__(self, id: int = 0): method __init__ (line 402) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 410) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 418) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 426) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 434) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 442) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 450) | def init(self) -> None: method init (line 465) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 480) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 495) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 510) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 525) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 540) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 555) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 563) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 571) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 579) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 587) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 595) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 603) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class PWM (line 610) | class PWM: method freq (line 612) | def freq(self) -> int: method freq (line 623) | def freq( method duty_u16 (line 638) | def duty_u16(self) -> int: method duty_u16 (line 650) | def duty_u16( method duty_ns (line 666) | def duty_ns(self) -> int: method duty_ns (line 676) | def duty_ns( class I2C (line 689) | class I2C: method __init__ (line 691) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 708) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 725) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... method init (line 739) | def init(self, *, freq: int = 400_000) -> None: method init (line 753) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... class Pin (line 766) | class Pin: method value (line 768) | def value(self) -> int: method value (line 802) | def value(self, x: Any, /) -> None: method __call__ (line 836) | def __call__(self) -> int: method __call__ (line 844) | def __call__(self, x: Any, /) -> None: method mode (line 852) | def mode(self) -> int: method mode (line 861) | def mode(self, mode: int, /) -> None: method pull (line 870) | def pull(self) -> int: method pull (line 879) | def pull(self, pull: int, /) -> None: method drive (line 888) | def drive(self, drive: int, /) -> None: method drive (line 898) | def drive(self, /) -> int: class SDCard (line 906) | class SDCard: method readblocks (line 908) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 918) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 928) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 939) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... class UART (line 953) | class UART: method __init__ (line 955) | def __init__( method __init__ (line 977) | def __init__( method __init__ (line 993) | def __init__( method init (line 1009) | def init( method init (line 1078) | def init( method init (line 1141) | def init( method read (line 1204) | def read(self) -> bytes | None: method read (line 1215) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1226) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1237) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: class Timer (line 1247) | class Timer: method __init__ (line 1249) | def __init__(self, id: int, /): method __init__ (line 1259) | def __init__( method __init__ (line 1277) | def __init__( method __init__ (line 1295) | def __init__( method init (line 1313) | def init( method init (line 1321) | def init( method init (line 1329) | def init( function freq (line 1376) | def freq() -> int: function freq (line 1384) | def freq(hz: int, /) -> None: function freq (line 1392) | def freq(self) -> int: function freq (line 1400) | def freq( function lightsleep (line 1412) | def lightsleep() -> None: function lightsleep (line 1437) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 1462) | def deepsleep() -> NoReturn: function deepsleep (line 1487) | def deepsleep(time_ms: int, /) -> NoReturn: FILE: publish/micropython-v1_25_0_preview-unix-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-unix-stubs/micropython.pyi function mem_total (line 23) | def mem_total(*args, **kwargs) -> Incomplete: ... function mem_info (line 25) | def mem_info() -> None: function mem_info (line 36) | def mem_info(verbose: Any, /) -> None: function mem_peak (line 46) | def mem_peak(*args, **kwargs) -> Incomplete: ... function schedule (line 47) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function opt_level (line 93) | def opt_level() -> int: function opt_level (line 113) | def opt_level(level: int, /) -> None: function qstr_info (line 133) | def qstr_info() -> None: function qstr_info (line 144) | def qstr_info(verbose: bool, /) -> None: function stack_use (line 154) | def stack_use() -> int: function heap_lock (line 162) | def heap_lock() -> int: function const (line 184) | def const(expr: Const_T, /) -> Const_T: function mem_current (line 206) | def mem_current(*args, **kwargs) -> Incomplete: ... function kbd_intr (line 207) | def kbd_intr(chr: int) -> None: function heap_unlock (line 220) | def heap_unlock() -> int: class RingIO (line 242) | class RingIO: method readinto (line 243) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 253) | def write(self, buf) -> int: method readline (line 262) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 272) | def any(self) -> int: method read (line 278) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 289) | def close(self) -> Incomplete: method __init__ (line 296) | def __init__(self, size) -> None: ... function viper (line 300) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 311) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 320) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 331) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-unix-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch: Incomplete | None = None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install( FILE: publish/micropython-v1_25_0_preview-unix-stubs/mip/__main__.pyi function do_install (line 1) | def do_install() -> None: ... FILE: publish/micropython-v1_25_0_preview-unix-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0_preview-unix-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-unix-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request( function head (line 26) | def head(url, **kw): ... function get (line 27) | def get(url, **kw): ... function post (line 28) | def post(url, **kw): ... function put (line 29) | def put(url, **kw): ... function patch (line 30) | def patch(url, **kw): ... function delete (line 31) | def delete(url, **kw): ... FILE: publish/micropython-v1_25_0_preview-unix-stubs/select.pyi class poll (line 27) | class poll: method __init__ (line 32) | def __init__(self) -> None: ... method register (line 33) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 53) | def unregister(self, obj) -> Incomplete: method modify (line 59) | def modify(self, obj, eventmask) -> None: method poll (line 66) | def poll(self, timeout=-1, /) -> List: method ipoll (line 91) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0_preview-unix-stubs/socket.pyi function sockaddr (line 96) | def sockaddr(*args, **kwargs) -> Incomplete: ... function inet_pton (line 97) | def inet_pton(af: int, txt_addr: str, /) -> bytes: function inet_ntop (line 107) | def inet_ntop(af: int, bin_addr: bytes, /) -> str: function getaddrinfo (line 117) | def getaddrinfo( class socket (line 167) | class socket: method recv (line 176) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 184) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 204) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 223) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 232) | def fileno(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 233) | def settimeout(self, value: float | None, /) -> None: method recvfrom (line 269) | def recvfrom(self, bufsize: int, /) -> Tuple: method setsockopt (line 277) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 285) | def setblocking(self, value: bool, /) -> None: method sendto (line 297) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 304) | def readline(self) -> bytes: method readinto (line 313) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 323) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 333) | def read(self) -> bytes: method read (line 343) | def read(self, size: int, /) -> bytes: method close (line 352) | def close(self) -> None: method connect (line 363) | def connect(self, address: _Address | bytes, /) -> None: method send (line 369) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 377) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 383) | def accept(self) -> Tuple: method write (line 392) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 403) | def __init__( FILE: publish/micropython-v1_25_0_preview-unix-stubs/termios.pyi function tcgetattr (line 23) | def tcgetattr(*args, **kwargs) -> Incomplete: ... function tcsetattr (line 24) | def tcsetattr(*args, **kwargs) -> Incomplete: ... function setraw (line 25) | def setraw(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-unix-stubs/time.pyi function ticks_cpu (line 52) | def ticks_cpu() -> _TicksCPU: function ticks_diff (line 67) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 133) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 160) | def time_ns() -> int: function time (line 167) | def time() -> int: function ticks_ms (line 195) | def ticks_ms() -> int: function ticks_us (line 219) | def ticks_us() -> _TicksUs: function gmtime (line 225) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 247) | def localtime(secs: int | None = None, /) -> Tuple: function clock (line 269) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 270) | def sleep_us(us: int, /) -> None: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-unix-stubs/tls.pyi class SSLContext (line 18) | class SSLContext: method load_verify_locations (line 19) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 20) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 21) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 22) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 23) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-unix-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-unix-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 123) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-unix-stubs/uhashlib.pyi class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 16) | class sha256: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 21) | class md5: method digest (line 22) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 23) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-unix-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-unix-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-unix-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-unix-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-unix-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... class VfsLfs1 (line 61) | class VfsLfs1: method rename (line 71) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 73) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 82) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 83) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 84) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 85) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 86) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 87) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 88) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 89) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 90) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 91) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 92) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 93) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 95) | class VfsFat: method rename (line 102) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 104) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 110) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 111) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 112) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 113) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 114) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 115) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 116) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 117) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 118) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 119) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 120) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 121) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class VfsPosix (line 123) | class VfsPosix: method rename (line 131) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 132) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 133) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 134) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 135) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 136) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 137) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 138) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 139) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 140) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 141) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 142) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 143) | def __init__(self, root: str | None = None) -> None: ... class VfsLfs2 (line 145) | class VfsLfs2: method rename (line 163) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 165) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 174) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 175) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 176) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 177) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 178) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 179) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 180) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 181) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 182) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 183) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 184) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 185) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class AbstractBlockDev (line 187) | class AbstractBlockDev: method readblocks (line 191) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 194) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 212) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 235) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 259) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 263) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-unix-stubs/websocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/base64.pyi function b64encode (line 20) | def b64encode(s, altchars: Incomplete | None = None): function b64decode (line 31) | def b64decode(s, altchars: Incomplete | None = None, validate: bool = Fa... function standard_b64encode (line 46) | def standard_b64encode(s): function standard_b64decode (line 52) | def standard_b64decode(s): function urlsafe_b64encode (line 61) | def urlsafe_b64encode(s): function urlsafe_b64decode (line 69) | def urlsafe_b64decode(s) -> None: function b32encode (line 80) | def b32encode(s): function b32decode (line 86) | def b32decode(s, casefold: bool = False, map01: Incomplete | None = None): function b16encode (line 106) | def b16encode(s): function b16decode (line 112) | def b16decode(s, casefold: bool = False): function encode (line 124) | def encode(input, output) -> None: function decode (line 127) | def decode(input, output) -> None: function encodebytes (line 130) | def encodebytes(s): function decodebytes (line 134) | def decodebytes(s): FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/binascii.pyi function unhexlify (line 17) | def unhexlify(data) -> bytes: function _transform (line 29) | def _transform(n): ... function a2b_base64 (line 30) | def a2b_base64(ascii) -> bytes: function b2a_base64 (line 39) | def b2a_base64(bin, newline: bool = True) -> bytes: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/copy.pyi class Error (line 5) | class Error(Exception): ... function copy (line 9) | def copy(x): function deepcopy (line 15) | def deepcopy(x, memo: Incomplete | None = None, _nil=[]): class _EmptyClass (line 21) | class _EmptyClass: ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/datetime.pyi function _leap (line 7) | def _leap(y): ... function _dby (line 8) | def _dby(y): ... function _dim (line 9) | def _dim(y, m): ... function _dbm (line 10) | def _dbm(y, m): ... function _ymd2o (line 11) | def _ymd2o(y, m, d): ... function _o2ymd (line 12) | def _o2ymd(n): ... class timedelta (line 17) | class timedelta: method __init__ (line 19) | def __init__( method __repr__ (line 29) | def __repr__(self) -> str: ... method total_seconds (line 30) | def total_seconds(self): ... method days (line 32) | def days(self): ... method seconds (line 34) | def seconds(self): ... method microseconds (line 36) | def microseconds(self): ... method __add__ (line 37) | def __add__(self, other): ... method __sub__ (line 38) | def __sub__(self, other): ... method __neg__ (line 39) | def __neg__(self): ... method __pos__ (line 40) | def __pos__(self): ... method __abs__ (line 41) | def __abs__(self): ... method __mul__ (line 42) | def __mul__(self, other): ... method __truediv__ (line 44) | def __truediv__(self, other): ... method __floordiv__ (line 45) | def __floordiv__(self, other): ... method __mod__ (line 46) | def __mod__(self, other): ... method __divmod__ (line 47) | def __divmod__(self, other): ... method __eq__ (line 48) | def __eq__(self, other): ... method __le__ (line 49) | def __le__(self, other): ... method __lt__ (line 50) | def __lt__(self, other): ... method __ge__ (line 51) | def __ge__(self, other): ... method __gt__ (line 52) | def __gt__(self, other): ... method __bool__ (line 53) | def __bool__(self) -> bool: ... method __str__ (line 54) | def __str__(self) -> str: ... method __hash__ (line 56) | def __hash__(self): ... method isoformat (line 57) | def isoformat(self): ... method _format (line 58) | def _format(self, spec: int = 0): ... method tuple (line 59) | def tuple(self): ... method _tuple (line 60) | def _tuple(self, n): ... class tzinfo (line 62) | class tzinfo: method tzname (line 63) | def tzname(self, dt) -> None: ... method utcoffset (line 64) | def utcoffset(self, dt) -> None: ... method dst (line 65) | def dst(self, dt) -> None: ... method fromutc (line 66) | def fromutc(self, dt): ... method isoformat (line 67) | def isoformat(self, dt): ... class timezone (line 69) | class timezone(tzinfo): method __init__ (line 72) | def __init__(self, offset, name: Incomplete | None = None) -> None: ... method __repr__ (line 73) | def __repr__(self) -> str: ... method __eq__ (line 74) | def __eq__(self, other): ... method __str__ (line 75) | def __str__(self) -> str: ... method __hash__ (line 77) | def __hash__(self): ... method utcoffset (line 78) | def utcoffset(self, dt): ... method dst (line 79) | def dst(self, dt) -> None: ... method tzname (line 80) | def tzname(self, dt): ... method fromutc (line 81) | def fromutc(self, dt): ... function _date (line 83) | def _date(y, m, d): ... function _iso2d (line 84) | def _iso2d(s): ... function _d2iso (line 85) | def _d2iso(o): ... class date (line 87) | class date: method __init__ (line 89) | def __init__(self, year, month, day) -> None: ... method fromtimestamp (line 91) | def fromtimestamp(cls, ts): ... method today (line 93) | def today(cls): ... method fromordinal (line 95) | def fromordinal(cls, n): ... method fromisoformat (line 97) | def fromisoformat(cls, s): ... method year (line 99) | def year(self): ... method month (line 101) | def month(self): ... method day (line 103) | def day(self): ... method toordinal (line 104) | def toordinal(self): ... method timetuple (line 105) | def timetuple(self): ... method replace (line 106) | def replace(self, year: Incomplete | None = None, month: Incomplete | ... method __add__ (line 107) | def __add__(self, other): ... method __sub__ (line 108) | def __sub__(self, other): ... method __eq__ (line 109) | def __eq__(self, other): ... method __le__ (line 110) | def __le__(self, other): ... method __lt__ (line 111) | def __lt__(self, other): ... method __ge__ (line 112) | def __ge__(self, other): ... method __gt__ (line 113) | def __gt__(self, other): ... method weekday (line 114) | def weekday(self): ... method isoweekday (line 115) | def isoweekday(self): ... method isoformat (line 116) | def isoformat(self): ... method __repr__ (line 117) | def __repr__(self) -> str: ... method __hash__ (line 120) | def __hash__(self): ... method tuple (line 121) | def tuple(self): ... function _time (line 123) | def _time(h, m, s, us, fold): ... function _iso2t (line 124) | def _iso2t(s): ... function _t2iso (line 125) | def _t2iso(td, timespec, dt, tz): ... class time (line 127) | class time: method __init__ (line 131) | def __init__( method fromisoformat (line 135) | def fromisoformat(cls, s): ... method hour (line 137) | def hour(self): ... method minute (line 139) | def minute(self): ... method second (line 141) | def second(self): ... method microsecond (line 143) | def microsecond(self): ... method tzinfo (line 145) | def tzinfo(self): ... method fold (line 147) | def fold(self): ... method replace (line 148) | def replace( method isoformat (line 158) | def isoformat(self, timespec: str = "auto"): ... method __repr__ (line 159) | def __repr__(self) -> str: ... method __bool__ (line 161) | def __bool__(self) -> bool: ... method __eq__ (line 162) | def __eq__(self, other): ... method __le__ (line 163) | def __le__(self, other): ... method __lt__ (line 164) | def __lt__(self, other): ... method __ge__ (line 165) | def __ge__(self, other): ... method __gt__ (line 166) | def __gt__(self, other): ... method _sub (line 167) | def _sub(self, other): ... method __hash__ (line 169) | def __hash__(self): ... method utcoffset (line 170) | def utcoffset(self): ... method dst (line 171) | def dst(self): ... method tzname (line 172) | def tzname(self): ... method tuple (line 173) | def tuple(self): ... class datetime (line 175) | class datetime: method __init__ (line 180) | def __init__( method fromtimestamp (line 194) | def fromtimestamp(cls, ts, tz: Incomplete | None = None): ... method now (line 196) | def now(cls, tz: Incomplete | None = None): ... method fromordinal (line 198) | def fromordinal(cls, n): ... method fromisoformat (line 200) | def fromisoformat(cls, s): ... method combine (line 202) | def combine(cls, date, time, tzinfo: Incomplete | None = None): ... method year (line 204) | def year(self): ... method month (line 206) | def month(self): ... method day (line 208) | def day(self): ... method hour (line 210) | def hour(self): ... method minute (line 212) | def minute(self): ... method second (line 214) | def second(self): ... method microsecond (line 216) | def microsecond(self): ... method tzinfo (line 218) | def tzinfo(self): ... method fold (line 220) | def fold(self): ... method __add__ (line 221) | def __add__(self, other): ... method __sub__ (line 222) | def __sub__(self, other): ... method _sub (line 223) | def _sub(self, other): ... method __eq__ (line 224) | def __eq__(self, other): ... method __le__ (line 225) | def __le__(self, other): ... method __lt__ (line 226) | def __lt__(self, other): ... method __ge__ (line 227) | def __ge__(self, other): ... method __gt__ (line 228) | def __gt__(self, other): ... method _cmp (line 229) | def _cmp(self, other): ... method date (line 230) | def date(self): ... method time (line 231) | def time(self): ... method timetz (line 232) | def timetz(self): ... method replace (line 233) | def replace( method astimezone (line 246) | def astimezone(self, tz: Incomplete | None = None): ... method utcoffset (line 247) | def utcoffset(self): ... method dst (line 248) | def dst(self): ... method tzname (line 249) | def tzname(self): ... method timetuple (line 250) | def timetuple(self): ... method toordinal (line 251) | def toordinal(self): ... method timestamp (line 252) | def timestamp(self): ... method weekday (line 253) | def weekday(self): ... method isoweekday (line 254) | def isoweekday(self): ... method isoformat (line 255) | def isoformat(self, sep: str = "T", timespec: str = "auto"): ... method __repr__ (line 256) | def __repr__(self) -> str: ... method __str__ (line 257) | def __str__(self) -> str: ... method __hash__ (line 259) | def __hash__(self): ... method tuple (line 260) | def tuple(self): ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 82) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 83) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 84) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 85) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 86) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/fnmatch.pyi function fnmatch (line 3) | def fnmatch(name, pat): function filter (line 19) | def filter(names, pat): function fnmatchcase (line 22) | def fnmatchcase(name, pat): function translate (line 29) | def translate(pat): FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 74) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 81) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 87) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 96) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 105) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 112) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 128) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 138) | def blit( method hline (line 168) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 178) | def fill(self, c: int, /) -> None: method fill_rect (line 184) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 185) | def __init__( FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/functools.pyi function partial (line 3) | def partial(func, *args, **kwargs): ... function update_wrapper (line 4) | def update_wrapper(wrapper, wrapped, assigned: Incomplete | None = None,... function wraps (line 5) | def wraps(wrapped, assigned: Incomplete | None = None, updated: Incomple... function reduce (line 6) | def reduce(function, iterable, initializer: Incomplete | None = None): ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/gzip.pyi class GzipFile (line 37) | class GzipFile: method __init__ (line 60) | def __init__(self, *, fileobj, mode) -> None: ... function open (line 62) | def open(filename, mode: str = "rb") -> Incomplete: function compress (line 68) | def compress(data) -> Incomplete: function decompress (line 74) | def decompress(data) -> Incomplete: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/hmac.pyi class HMAC (line 3) | class HMAC: method __init__ (line 8) | def __init__(self, key, msg: Incomplete | None = None, digestmod: Inco... method name (line 10) | def name(self): ... method update (line 11) | def update(self, msg) -> None: ... method copy (line 12) | def copy(self): ... method _current (line 13) | def _current(self): ... method digest (line 14) | def digest(self): ... method hexdigest (line 15) | def hexdigest(self): ... function new (line 17) | def new(key, msg: Incomplete | None = None, digestmod: Incomplete | None... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/html/__init__.pyi function escape (line 6) | def escape(s, quote: bool = True): FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/inspect.pyi function getmembers (line 4) | def getmembers(obj, pred: Incomplete | None = None): ... function isfunction (line 5) | def isfunction(obj): ... function isgeneratorfunction (line 6) | def isgeneratorfunction(obj) -> Generator[None, None, Incomplete]: ... function isgenerator (line 7) | def isgenerator(obj) -> Generator[None, None, Incomplete]: ... class _Class (line 9) | class _Class: method meth (line 10) | def meth() -> None: ... function ismethod (line 14) | def ismethod(obj): ... function isclass (line 15) | def isclass(obj): ... function ismodule (line 16) | def ismodule(obj): ... function getargspec (line 17) | def getargspec(func) -> None: ... function getmodule (line 18) | def getmodule(obj, _filename: Incomplete | None = None) -> None: ... function getmro (line 19) | def getmro(cls): ... function getsourcefile (line 20) | def getsourcefile(obj) -> None: ... function getfile (line 21) | def getfile(obj): ... function getsource (line 22) | def getsource(obj): ... function currentframe (line 23) | def currentframe() -> None: ... function getframeinfo (line 24) | def getframeinfo(frame, context: int = 1): ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/itertools.pyi function count (line 4) | def count(start: int = 0, step: int = 1) -> Generator[Incomplete]: ... function cycle (line 5) | def cycle(p) -> Generator[Incomplete, Incomplete]: ... function repeat (line 6) | def repeat(el, n: Incomplete | None = None) -> Generator[Incomplete]: ... function chain (line 7) | def chain(*p) -> Generator[Incomplete, Incomplete]: ... function islice (line 8) | def islice(p, start, stop=(), step: int = 1) -> Generator[Incomplete]: ... function tee (line 9) | def tee(iterable, n: int = 2): ... function starmap (line 10) | def starmap(function, iterable) -> Generator[Incomplete]: ... function accumulate (line 11) | def accumulate(iterable, func=...) -> Generator[Incomplete, None, Incomp... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/js.pyi function new (line 51) | def new(cls, *args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/jsffi.pyi function create_proxy (line 11) | def create_proxy(*args, **kwargs) -> Incomplete: ... function mem_info (line 12) | def mem_info(*args, **kwargs) -> Incomplete: ... function to_js (line 13) | def to_js(*args, **kwargs) -> Incomplete: ... class JsProxy (line 15) | class JsProxy: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class JsException (line 18) | class JsException(Exception): ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/locale.pyi function getpreferredencoding (line 1) | def getpreferredencoding(): ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/logging.pyi class LogRecord (line 17) | class LogRecord: method set (line 25) | def set(self, name, level, message) -> None: ... class Handler (line 27) | class Handler: method __init__ (line 30) | def __init__(self, level=...) -> None: ... method close (line 31) | def close(self) -> None: ... method setLevel (line 32) | def setLevel(self, level) -> None: ... method setFormatter (line 33) | def setFormatter(self, formatter) -> None: ... method format (line 34) | def format(self, record): ... class StreamHandler (line 36) | class StreamHandler(Handler): method __init__ (line 39) | def __init__(self, stream: Incomplete | None = None) -> None: ... method close (line 40) | def close(self) -> None: ... method emit (line 41) | def emit(self, record) -> None: ... class FileHandler (line 43) | class FileHandler(StreamHandler): method __init__ (line 44) | def __init__(self, filename, mode: str = "a", encoding: str = "UTF-8")... method close (line 45) | def close(self) -> None: ... class Formatter (line 47) | class Formatter: method __init__ (line 50) | def __init__(self, fmt: Incomplete | None = None, datefmt: Incomplete ... method usesTime (line 51) | def usesTime(self): ... method formatTime (line 52) | def formatTime(self, datefmt, record): ... method format (line 53) | def format(self, record): ... class Logger (line 55) | class Logger: method __init__ (line 60) | def __init__(self, name, level=...) -> None: ... method setLevel (line 61) | def setLevel(self, level) -> None: ... method isEnabledFor (line 62) | def isEnabledFor(self, level): ... method getEffectiveLevel (line 63) | def getEffectiveLevel(self): ... method log (line 64) | def log(self, level, msg, *args) -> None: ... method debug (line 65) | def debug(self, msg, *args) -> None: ... method info (line 66) | def info(self, msg, *args) -> None: ... method warning (line 67) | def warning(self, msg, *args) -> None: ... method error (line 68) | def error(self, msg, *args) -> None: ... method critical (line 69) | def critical(self, msg, *args) -> None: ... method exception (line 70) | def exception(self, msg, *args, exc_info: bool = True) -> None: ... method addHandler (line 71) | def addHandler(self, handler) -> None: ... method hasHandlers (line 72) | def hasHandlers(self): ... function getLogger (line 74) | def getLogger(name: Incomplete | None = None): ... function log (line 75) | def log(level, msg, *args) -> None: ... function debug (line 76) | def debug(msg, *args) -> None: ... function info (line 77) | def info(msg, *args) -> None: ... function warning (line 78) | def warning(msg, *args) -> None: ... function error (line 79) | def error(msg, *args) -> None: ... function critical (line 80) | def critical(msg, *args) -> None: ... function exception (line 81) | def exception(msg, *args) -> None: ... function shutdown (line 82) | def shutdown() -> None: ... function addLevelName (line 83) | def addLevelName(level, name) -> None: ... function basicConfig (line 84) | def basicConfig( FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/micropython.pyi function pystack_use (line 23) | def pystack_use(*args, **kwargs) -> Incomplete: ... function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function qstr_info (line 87) | def qstr_info() -> None: function qstr_info (line 98) | def qstr_info(verbose: bool, /) -> None: function schedule (line 108) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 153) | def stack_use() -> int: function kbd_intr (line 161) | def kbd_intr(chr: int) -> None: function const (line 174) | def const(expr: Const_T, /) -> Const_T: function heap_unlock (line 196) | def heap_unlock() -> int: function heap_lock (line 218) | def heap_lock() -> int: class RingIO (line 240) | class RingIO: method readinto (line 241) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 251) | def write(self, buf) -> int: method readline (line 260) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 270) | def any(self) -> int: method read (line 276) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 287) | def close(self) -> Incomplete: method __init__ (line 294) | def __init__(self, size) -> None: ... function viper (line 298) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 309) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 318) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 329) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/mip.pyi function _install_package (line 19) | def _install_package(*args, **kwargs) -> Incomplete: ... function _chunk (line 20) | def _chunk(*args, **kwargs) -> Incomplete: ... function _ensure_path_exists (line 21) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 22) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _download_file (line 23) | def _download_file(*args, **kwargs) -> Incomplete: ... function _check_exists (line 24) | def _check_exists(*args, **kwargs) -> Incomplete: ... function _install_json (line 25) | def _install_json(*args, **kwargs) -> Incomplete: ... function install (line 26) | def install(*args, **kwargs) -> Incomplete: ... function request (line 27) | def request(*args, **kwargs) -> Incomplete: ... function get (line 28) | def get(*args, **kwargs) -> Incomplete: ... class StringIO (line 30) | class StringIO: method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 32) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 33) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 34) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 35) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 37) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 38) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 39) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class Response (line 42) | class Response: method json (line 43) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 44) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/operator.pyi function attrgetter (line 1) | def attrgetter(attr): ... function lt (line 2) | def lt(a, b): ... function le (line 3) | def le(a, b): ... function gt (line 4) | def gt(a, b): ... function ge (line 5) | def ge(a, b): ... function eq (line 6) | def eq(a, b): ... function ne (line 7) | def ne(a, b): ... function mod (line 8) | def mod(a, b): ... function truediv (line 9) | def truediv(a, b): ... function floordiv (line 10) | def floordiv(a, b): ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/pathlib.pyi function _mode_if_exists (line 7) | def _mode_if_exists(path): ... function _clean_segment (line 8) | def _clean_segment(segment): ... class Path (line 10) | class Path: method __init__ (line 12) | def __init__(self, *segments) -> None: ... method __truediv__ (line 13) | def __truediv__(self, other): ... method __rtruediv__ (line 14) | def __rtruediv__(self, other): ... method __repr__ (line 15) | def __repr__(self) -> str: ... method __str__ (line 16) | def __str__(self) -> str: ... method __eq__ (line 17) | def __eq__(self, other): ... method absolute (line 18) | def absolute(self): ... method resolve (line 19) | def resolve(self): ... method open (line 20) | def open(self, mode: str = "r", encoding: Incomplete | None = None): ... method exists (line 21) | def exists(self): ... method mkdir (line 22) | def mkdir(self, parents: bool = False, exist_ok: bool = False) -> None... method is_dir (line 23) | def is_dir(self): ... method is_file (line 24) | def is_file(self): ... method _glob (line 25) | def _glob(self, path, pattern, recursive) -> Generator[Incomplete, Inc... method glob (line 26) | def glob(self, pattern): method rglob (line 33) | def rglob(self, pattern): ... method stat (line 34) | def stat(self): ... method read_bytes (line 35) | def read_bytes(self): ... method read_text (line 36) | def read_text(self, encoding: Incomplete | None = None): ... method rename (line 37) | def rename(self, target) -> None: ... method rmdir (line 38) | def rmdir(self) -> None: ... method touch (line 39) | def touch(self, exist_ok: bool = True) -> None: ... method unlink (line 40) | def unlink(self, missing_ok: bool = False) -> None: ... method write_bytes (line 41) | def write_bytes(self, data) -> None: ... method write_text (line 42) | def write_text(self, data, encoding: Incomplete | None = None) -> None... method with_suffix (line 43) | def with_suffix(self, suffix): ... method stem (line 45) | def stem(self): ... method parent (line 47) | def parent(self): ... method name (line 49) | def name(self): ... method suffix (line 51) | def suffix(self): ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/pyscript/display.pyi class HTML (line 9) | class HTML: method __init__ (line 14) | def __init__(self, html) -> None: ... function display (line 16) | def display(*values, target=None, append: bool = True) -> None: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/pyscript/events.pyi class Event (line 6) | class Event: method __init__ (line 11) | def __init__(self) -> None: ... method trigger (line 12) | def trigger(self, result) -> None: method add_listener (line 18) | def add_listener(self, listener) -> None: method remove_listener (line 24) | def remove_listener(self, *args) -> None: function when (line 31) | def when( FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/pyscript/fetch.pyi class _Response (line 8) | class _Response: method __init__ (line 9) | def __init__(self, response) -> None: ... method __getattr__ (line 10) | def __getattr__(self, attr) -> Any: ... method arrayBuffer (line 11) | async def arrayBuffer(self) -> memoryview[int]: ... method blob (line 12) | async def blob(self): ... method bytearray (line 13) | async def bytearray(self): ... method json (line 14) | async def json(self) -> Any: ... method text (line 15) | async def text(self): ... class _DirectResponse (line 17) | class _DirectResponse: method setup (line 19) | def setup(promise, response) -> _Response: ... method __init__ (line 20) | def __init__(self, promise) -> None: ... method arrayBuffer (line 21) | async def arrayBuffer(self): ... method blob (line 22) | async def blob(self): ... method bytearray (line 23) | async def bytearray(self): ... method json (line 24) | async def json(self): ... method text (line 25) | async def text(self): ... function fetch (line 27) | def fetch(url, **kw): ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/pyscript/flatted.pyi class _Known (line 6) | class _Known: method __init__ (line 7) | def __init__(self) -> None: ... class _String (line 9) | class _String: method __init__ (line 10) | def __init__(self, value) -> None: ... function parse (line 12) | def parse(value, *args, **kwargs): ... function stringify (line 13) | def stringify(value, *args, **kwargs) -> str: ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/pyscript/fs.pyi function mount (line 8) | async def mount(path, mode=..., root=..., id=...) -> None: ... function sync (line 9) | async def sync(path) -> None: ... function unmount (line 10) | async def unmount(path) -> None: ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/pyscript/magic_js.pyi class JSModule (line 20) | class JSModule: method __init__ (line 21) | def __init__(self, name) -> None: ... method __getattr__ (line 22) | def __getattr__(self, field) -> Any | None: ... function current_target (line 30) | def current_target(): ... function current_target (line 36) | def current_target(): ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/pyscript/media.pyi class Device (line 8) | class Device: method __init__ (line 13) | def __init__(self, device) -> None: ... method id (line 15) | def id(self): ... method group (line 17) | def group(self): ... method kind (line 19) | def kind(self): ... method label (line 21) | def label(self): ... method __getitem__ (line 22) | def __getitem__(self, key) -> Any: ... method load (line 24) | async def load(cls, audio=..., video=...) -> ...: method get_stream (line 28) | async def get_stream(self) -> ...: ... function list_devices (line 30) | async def list_devices() -> list[dict]: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/pyscript/storage.pyi class Storage (line 6) | class Storage(dict): method __init__ (line 7) | def __init__(self, store) -> None: ... method __delitem__ (line 8) | def __delitem__(self, attr) -> None: ... method __setitem__ (line 9) | def __setitem__(self, attr, value) -> None: ... method clear (line 10) | def clear(self) -> None: ... method sync (line 11) | async def sync(self) -> None: ... function storage (line 13) | async def storage(name=..., storage_class=...) -> Storage: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/pyscript/util.pyi function as_bytearray (line 6) | def as_bytearray(buffer) -> bytearray: class NotSupported (line 13) | class NotSupported: method __init__ (line 19) | def __init__(self, name, error) -> None: ... method __repr__ (line 20) | def __repr__(self) -> str: ... method __getattr__ (line 21) | def __getattr__(self, attr): ... method __setattr__ (line 22) | def __setattr__(self, attr, value): ... method __call__ (line 23) | def __call__(self, *args): ... function is_awaitable (line 25) | def is_awaitable(obj) -> bool: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/pyscript/web.pyi function wrap_dom_element (line 29) | def wrap_dom_element(dom_element): class Element (line 37) | class Element: method get_tag_name (line 40) | def get_tag_name(cls) -> str: method register_element_classes (line 51) | def register_element_classes(cls, element_classes) -> None: method unregister_element_classes (line 56) | def unregister_element_classes(cls, element_classes) -> None: method wrap_dom_element (line 61) | def wrap_dom_element(cls, dom_element): method __init__ (line 69) | def __init__(self, dom_element=..., classes=..., style=..., **kwargs) ... method __eq__ (line 77) | def __eq__(self, obj) -> bool: method __getitem__ (line 81) | def __getitem__(self, key) -> ElementCollection: method __getattr__ (line 89) | def __getattr__(self, name) -> Event | Any: method __setattr__ (line 99) | def __setattr__(self, name, value) -> None: ... method get_event (line 100) | def get_event(self, name) -> Event: method children (line 107) | def children(self) -> ElementCollection: method classes (line 112) | def classes(self) -> Classes: method parent (line 117) | def parent(self) -> None: method style (line 122) | def style(self) -> Style: method append (line 126) | def append(self, *items) -> None: method clone (line 130) | def clone(self, clone_id=...): method find (line 134) | def find(self, selector) -> ElementCollection: method show_me (line 141) | def show_me(self) -> None: method update (line 145) | def update(self, classes=..., style=..., **kwargs) -> None: class Classes (line 149) | class Classes: method __init__ (line 152) | def __init__(self, element: Element) -> None: ... method __contains__ (line 153) | def __contains__(self, item) -> bool: ... method __eq__ (line 154) | def __eq__(self, other) -> bool: ... method __iter__ (line 155) | def __iter__(self): ... method __len__ (line 156) | def __len__(self) -> int: ... method __repr__ (line 157) | def __repr__(self) -> str: ... method __str__ (line 158) | def __str__(self) -> str: ... method add (line 159) | def add(self, *class_names) -> None: method contains (line 163) | def contains(self, class_name) -> bool: method remove (line 167) | def remove(self, *class_names) -> None: method replace (line 171) | def replace(self, old_class, new_class) -> None: method toggle (line 175) | def toggle(self, *class_names) -> None: class HasOptions (line 179) | class HasOptions: method options (line 186) | def options(self) -> Options: class Options (line 190) | class Options: method __init__ (line 197) | def __init__(self, element) -> None: ... method __getitem__ (line 198) | def __getitem__(self, key): ... method __iter__ (line 199) | def __iter__(self) -> Generator[Any, Any, None]: ... method __len__ (line 200) | def __len__(self) -> int: ... method __repr__ (line 201) | def __repr__(self) -> str: ... method options (line 203) | def options(self) -> list[Any]: method selected (line 208) | def selected(self): method add (line 212) | def add(self, value=..., html=..., text=..., before=..., **kwargs) -> ... method clear (line 216) | def clear(self) -> None: method remove (line 220) | def remove(self, index) -> None: class Style (line 224) | class Style: method __init__ (line 227) | def __init__(self, element: Element) -> None: ... method __getitem__ (line 228) | def __getitem__(self, key) -> Element: ... method __setitem__ (line 229) | def __setitem__(self, key, value) -> None: ... method remove (line 230) | def remove(self, key) -> None: method set (line 234) | def set(self, **kwargs) -> None: method visible (line 239) | def visible(self) -> Incomplete: ... method visible (line 241) | def visible(self, value) -> None: ... class ContainerElement (line 243) | class ContainerElement(Element): method __init__ (line 246) | def __init__(self, *args, children=..., dom_element=..., style=..., cl... method __iter__ (line 247) | def __iter__(self) -> Generator[Any, Any, None]: ... class ClassesCollection (line 249) | class ClassesCollection: method __init__ (line 252) | def __init__(self, collection) -> None: ... method __contains__ (line 253) | def __contains__(self, class_name) -> bool: ... method __eq__ (line 254) | def __eq__(self, other) -> bool: ... method __iter__ (line 255) | def __iter__(self) -> Generator[Any, Any, None]: ... method __len__ (line 256) | def __len__(self) -> int: ... method __repr__ (line 257) | def __repr__(self) -> str: ... method __str__ (line 258) | def __str__(self) -> str: ... method add (line 259) | def add(self, *class_names) -> None: method contains (line 263) | def contains(self, class_name) -> bool: method remove (line 267) | def remove(self, *class_names) -> None: method replace (line 271) | def replace(self, old_class, new_class) -> None: method toggle (line 275) | def toggle(self, *class_names) -> None: class StyleCollection (line 279) | class StyleCollection: method __init__ (line 282) | def __init__(self, collection) -> None: ... method __getitem__ (line 283) | def __getitem__(self, key) -> list[Any]: ... method __setitem__ (line 284) | def __setitem__(self, key, value) -> None: ... method __repr__ (line 285) | def __repr__(self) -> str: ... method remove (line 286) | def remove(self, key) -> None: class ElementCollection (line 290) | class ElementCollection: method wrap_dom_elements (line 292) | def wrap_dom_elements(cls, dom_elements) -> Self: method __init__ (line 296) | def __init__(self, elements: List[Element]) -> None: ... method __eq__ (line 297) | def __eq__(self, obj) -> bool: method __getitem__ (line 301) | def __getitem__(self, key) -> ElementCollection: method __iter__ (line 309) | def __iter__(self) -> Generator[Any, Any, None]: ... method __len__ (line 310) | def __len__(self) -> int: ... method __repr__ (line 311) | def __repr__(self) -> str: ... method __getattr__ (line 312) | def __getattr__(self, name) -> list[Any]: ... method __setattr__ (line 313) | def __setattr__(self, name, value) -> None: ... method classes (line 315) | def classes(self) -> ClassesCollection: method elements (line 320) | def elements(self): method style (line 325) | def style(self) -> StyleCollection: method find (line 329) | def find(self, selector) -> ElementCollection: class a (line 336) | class a(ContainerElement): class abbr (line 341) | class abbr(ContainerElement): class address (line 346) | class address(ContainerElement): class area (line 351) | class area(Element): class article (line 356) | class article(ContainerElement): class aside (line 361) | class aside(ContainerElement): class audio (line 366) | class audio(ContainerElement): class b (line 371) | class b(ContainerElement): class base (line 376) | class base(Element): class blockquote (line 381) | class blockquote(ContainerElement): class body (line 386) | class body(ContainerElement): class br (line 391) | class br(Element): class button (line 396) | class button(ContainerElement): class canvas (line 401) | class canvas(ContainerElement): method download (line 404) | def download(self, filename: str = ...) -> None: method draw (line 415) | def draw(self, what, width=..., height=...) -> None: class caption (line 428) | class caption(ContainerElement): class cite (line 433) | class cite(ContainerElement): class code (line 438) | class code(ContainerElement): class col (line 443) | class col(Element): class colgroup (line 448) | class colgroup(ContainerElement): class data (line 453) | class data(ContainerElement): class datalist (line 458) | class datalist(ContainerElement, HasOptions): class dd (line 463) | class dd(ContainerElement): class del_ (line 468) | class del_(ContainerElement): class details (line 473) | class details(ContainerElement): class dialog (line 478) | class dialog(ContainerElement): class div (line 483) | class div(ContainerElement): class dl (line 488) | class dl(ContainerElement): class dt (line 493) | class dt(ContainerElement): class em (line 498) | class em(ContainerElement): class embed (line 503) | class embed(Element): class fieldset (line 508) | class fieldset(ContainerElement): class figcaption (line 513) | class figcaption(ContainerElement): class figure (line 518) | class figure(ContainerElement): class footer (line 523) | class footer(ContainerElement): class form (line 528) | class form(ContainerElement): class h1 (line 533) | class h1(ContainerElement): class h2 (line 538) | class h2(ContainerElement): class h3 (line 543) | class h3(ContainerElement): class h4 (line 548) | class h4(ContainerElement): class h5 (line 553) | class h5(ContainerElement): class h6 (line 558) | class h6(ContainerElement): class head (line 563) | class head(ContainerElement): class header (line 568) | class header(ContainerElement): class hgroup (line 573) | class hgroup(ContainerElement): class hr (line 578) | class hr(Element): class html (line 583) | class html(ContainerElement): class i (line 588) | class i(ContainerElement): class iframe (line 593) | class iframe(ContainerElement): class img (line 598) | class img(Element): class input_ (line 603) | class input_(Element): class ins (line 608) | class ins(ContainerElement): class kbd (line 613) | class kbd(ContainerElement): class label (line 618) | class label(ContainerElement): class legend (line 623) | class legend(ContainerElement): class li (line 628) | class li(ContainerElement): class link (line 633) | class link(Element): class main (line 638) | class main(ContainerElement): class map_ (line 643) | class map_(ContainerElement): class mark (line 648) | class mark(ContainerElement): class menu (line 653) | class menu(ContainerElement): class meta (line 658) | class meta(ContainerElement): class meter (line 663) | class meter(ContainerElement): class nav (line 668) | class nav(ContainerElement): class object_ (line 673) | class object_(ContainerElement): class ol (line 678) | class ol(ContainerElement): class optgroup (line 683) | class optgroup(ContainerElement, HasOptions): class option (line 688) | class option(ContainerElement): class output (line 693) | class output(ContainerElement): class p (line 698) | class p(ContainerElement): class param (line 703) | class param(ContainerElement): class picture (line 708) | class picture(ContainerElement): class pre (line 713) | class pre(ContainerElement): class progress (line 718) | class progress(ContainerElement): class q (line 723) | class q(ContainerElement): class s (line 728) | class s(ContainerElement): class script (line 733) | class script(ContainerElement): class section (line 738) | class section(ContainerElement): class select (line 743) | class select(ContainerElement, HasOptions): class small (line 748) | class small(ContainerElement): class source (line 753) | class source(Element): class span (line 758) | class span(ContainerElement): class strong (line 763) | class strong(ContainerElement): class style (line 768) | class style(ContainerElement): class sub (line 773) | class sub(ContainerElement): class summary (line 778) | class summary(ContainerElement): class sup (line 783) | class sup(ContainerElement): class table (line 788) | class table(ContainerElement): class tbody (line 793) | class tbody(ContainerElement): class td (line 798) | class td(ContainerElement): class template (line 803) | class template(ContainerElement): class textarea (line 808) | class textarea(ContainerElement): class tfoot (line 813) | class tfoot(ContainerElement): class th (line 818) | class th(ContainerElement): class thead (line 823) | class thead(ContainerElement): class time (line 828) | class time(ContainerElement): class title (line 833) | class title(ContainerElement): class tr (line 838) | class tr(ContainerElement): class track (line 843) | class track(Element): class u (line 848) | class u(ContainerElement): class ul (line 853) | class ul(ContainerElement): class var (line 858) | class var(ContainerElement): class video (line 863) | class video(ContainerElement): method snap (line 866) | def snap(self, to: Element | str = ..., width: int | None = ..., heigh... class wbr (line 881) | class wbr(Element): class Page (line 888) | class Page: method __init__ (line 891) | def __init__(self) -> None: ... method __getitem__ (line 892) | def __getitem__(self, selector) -> ElementCollection: method title (line 902) | def title(self) -> str: method title (line 907) | def title(self, value) -> None: method append (line 911) | def append(self, *items) -> None: method find (line 915) | def find(self, selector) -> ElementCollection: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/pyscript/websocket.pyi class EventMessage (line 13) | class EventMessage: method __init__ (line 14) | def __init__(self, event) -> None: ... method __getattr__ (line 15) | def __getattr__(self, attr) -> Any | memoryview[int] | str: ... class WebSocket (line 17) | class WebSocket: method __init__ (line 22) | def __init__(self, **kw) -> None: ... method __getattr__ (line 23) | def __getattr__(self, attr) -> Any: ... method __setattr__ (line 24) | def __setattr__(self, attr, value) -> None: ... method close (line 25) | def close(self, **kw) -> None: ... method send (line 26) | def send(self, data) -> None: ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/pyscript/workers.pyi class _ReadOnlyProxy (line 8) | class _ReadOnlyProxy: method __getitem__ (line 9) | def __getitem__(self, name): ... method __getattr__ (line 10) | def __getattr__(self, name): ... function create_named_worker (line 14) | async def create_named_worker(src=..., name=..., config=..., type=...): ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/stat.pyi function S_IMODE (line 14) | def S_IMODE(mode): function S_IFMT (line 19) | def S_IFMT(mode): function S_ISDIR (line 32) | def S_ISDIR(mode): function S_ISCHR (line 35) | def S_ISCHR(mode): function S_ISBLK (line 38) | def S_ISBLK(mode): function S_ISREG (line 41) | def S_ISREG(mode): function S_ISFIFO (line 44) | def S_ISFIFO(mode): function S_ISLNK (line 47) | def S_ISLNK(mode): function S_ISSOCK (line 50) | def S_ISSOCK(mode): function filemode (line 86) | def filemode(mode): FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/string.pyi function translate (line 13) | def translate(s, map): ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/tarfile/__init__.pyi function _roundup (line 12) | def _roundup(val, align): ... class FileSection (line 14) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 19) | def read(self, sz: int = 65536): ... method readinto (line 20) | def readinto(self, buf): ... method skip (line 21) | def skip(self) -> None: ... class TarInfo (line 23) | class TarInfo: method __init__ (line 26) | def __init__(self, name: str = "") -> None: ... method type (line 28) | def type(self): ... method __str__ (line 29) | def __str__(self) -> str: ... method isdir (line 30) | def isdir(self): ... method isreg (line 31) | def isreg(self): ... class TarFile (line 33) | class TarFile: method __init__ (line 38) | def __init__(self, name: Incomplete | None = None, mode: str = "r", fi... method __enter__ (line 39) | def __enter__(self): ... method __exit__ (line 40) | def __exit__( method next (line 43) | def next(self): ... method __iter__ (line 44) | def __iter__(self): ... method __next__ (line 45) | def __next__(self): ... method extractfile (line 46) | def extractfile(self, tarinfo): ... method close (line 47) | def close(self) -> None: ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/tarfile/write.pyi function _open_write (line 8) | def _open_write(self, name, mode, fileobj) -> None: ... function _close_write (line 9) | def _close_write(self) -> None: ... function addfile (line 10) | def addfile(self, tarinfo, fileobj: Incomplete | None = None) -> None: ... function add (line 11) | def add(self, name, recursive: bool = True) -> None: ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_ms (line 118) | def ticks_ms() -> int: function ticks_cpu (line 142) | def ticks_cpu() -> _TicksCPU: function ticks_add (line 157) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 184) | def time_ns() -> int: function ticks_us (line 191) | def ticks_us() -> _TicksUs: function time (line 197) | def time() -> int: function strftime (line 225) | def strftime(*args, **kwargs) -> Incomplete: ... function gmtime (line 226) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 248) | def localtime(secs: int | None = None, /) -> Tuple: function const (line 270) | def const(*args, **kwargs) -> Incomplete: ... function sleep_us (line 271) | def sleep_us(us: int, /) -> None: function sleep_ms (line 281) | def sleep_ms(ms: int, /) -> None: function mktime (line 292) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 300) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 123) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/unittest/__init__.pyi class SkipTest (line 3) | class SkipTest(Exception): ... class AssertRaisesContext (line 5) | class AssertRaisesContext: method __init__ (line 7) | def __init__(self, exc) -> None: ... method __enter__ (line 8) | def __enter__(self): ... method __exit__ (line 10) | def __exit__(self, exc_type: type[BaseException] | None, exc_value: Ba... class SubtestContext (line 15) | class SubtestContext: method __init__ (line 18) | def __init__(self, msg: Incomplete | None = None, params: Incomplete |... method __enter__ (line 19) | def __enter__(self) -> None: ... method __exit__ (line 20) | def __exit__(self, *exc_info): ... class NullContext (line 22) | class NullContext: method __enter__ (line 23) | def __enter__(self) -> None: ... method __exit__ (line 24) | def __exit__( class TestCase (line 28) | class TestCase: method __init__ (line 29) | def __init__(self) -> None: ... method addCleanup (line 31) | def addCleanup(self, func, *args, **kwargs) -> None: ... method doCleanups (line 32) | def doCleanups(self) -> None: ... method subTest (line 33) | def subTest(self, msg: Incomplete | None = None, **params): ... method skipTest (line 34) | def skipTest(self, reason) -> None: ... method fail (line 35) | def fail(self, msg: str = "") -> None: ... method assertEqual (line 36) | def assertEqual(self, x, y, msg: str = "") -> None: ... method assertNotEqual (line 37) | def assertNotEqual(self, x, y, msg: str = "") -> None: ... method assertLessEqual (line 38) | def assertLessEqual(self, x, y, msg: Incomplete | None = None) -> None... method assertGreaterEqual (line 39) | def assertGreaterEqual(self, x, y, msg: Incomplete | None = None) -> N... method assertAlmostEqual (line 40) | def assertAlmostEqual(self, x, y, places: Incomplete | None = None, ms... method assertNotAlmostEqual (line 41) | def assertNotAlmostEqual(self, x, y, places: Incomplete | None = None,... method assertIs (line 42) | def assertIs(self, x, y, msg: str = "") -> None: ... method assertIsNot (line 43) | def assertIsNot(self, x, y, msg: str = "") -> None: ... method assertIsNone (line 44) | def assertIsNone(self, x, msg: str = "") -> None: ... method assertIsNotNone (line 45) | def assertIsNotNone(self, x, msg: str = "") -> None: ... method assertTrue (line 46) | def assertTrue(self, x, msg: str = "") -> None: ... method assertFalse (line 47) | def assertFalse(self, x, msg: str = "") -> None: ... method assertIn (line 48) | def assertIn(self, x, y, msg: str = "") -> None: ... method assertIsInstance (line 49) | def assertIsInstance(self, x, y, msg: str = "") -> None: ... method assertRaises (line 50) | def assertRaises(self, exc, func: Incomplete | None = None, *args, **k... method assertWarns (line 51) | def assertWarns(self, warn): ... function skip (line 53) | def skip(msg): ... function skipIf (line 54) | def skipIf(cond, msg): ... function skipUnless (line 55) | def skipUnless(cond, msg): ... function expectedFailure (line 56) | def expectedFailure(test): ... class TestSuite (line 58) | class TestSuite: method __init__ (line 61) | def __init__(self, name: str = "") -> None: ... method addTest (line 62) | def addTest(self, cls) -> None: ... method run (line 63) | def run(self, result): ... method _load_module (line 64) | def _load_module(self, mod) -> None: ... class TestRunner (line 66) | class TestRunner: method run (line 67) | def run(self, suite: TestSuite): ... class TestResult (line 71) | class TestResult: method __init__ (line 80) | def __init__(self) -> None: ... method wasSuccessful (line 81) | def wasSuccessful(self): ... method printErrors (line 82) | def printErrors(self) -> None: ... method printErrorList (line 83) | def printErrorList(self, lst) -> None: ... method __repr__ (line 84) | def __repr__(self) -> str: ... method __add__ (line 85) | def __add__(self, other): ... function _capture_exc (line 87) | def _capture_exc(exc, exc_traceback): ... function _handle_test_exception (line 88) | def _handle_test_exception(current_test: tuple, test_result: TestResult,... function _run_suite (line 89) | def _run_suite(c, test_result: TestResult, suite_name: str = ""): ... function main (line 90) | def main(module: str = "__main__", testRunner: Incomplete | None = None)... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/uu.pyi class Error (line 5) | class Error(Exception): ... function encode (line 7) | def encode(in_file, out_file, name: Incomplete | None = None, mode: Inco... function decode (line 10) | def decode(in_file, out_file: Incomplete | None = None, mode: Incomplete... FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/vfs.pyi function mount (line 33) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... function umount (line 51) | def umount(mount_point: Incomplete) -> Incomplete: class VfsPosix (line 61) | class VfsPosix: method rename (line 69) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 70) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 71) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 72) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 73) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 74) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 75) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 76) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 77) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 78) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 79) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 80) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self, root: str | None = None) -> None: ... class AbstractBlockDev (line 83) | class AbstractBlockDev: method readblocks (line 87) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 90) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 108) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 131) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 155) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 159) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_25_0_preview-webassembly-stubs/zlib.pyi function _decode_wbits (line 39) | def _decode_wbits(wbits, decompress): ... function compress (line 40) | def compress(data, wbits=...) -> Incomplete: function decompress (line 70) | def decompress(data, wbits=...) -> bytes: FILE: publish/micropython-v1_25_0_preview-windows-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_25_0_preview-windows-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_25_0_preview-windows-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_25_0_preview-windows-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 82) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 83) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 84) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 85) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 86) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_25_0_preview-windows-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_25_0_preview-windows-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_25_0_preview-windows-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_25_0_preview-windows-stubs/machine.pyi function idle (line 41) | def idle() -> None: function soft_reset (line 56) | def soft_reset() -> NoReturn: function time_pulse_us (line 63) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... class PinBase (line 83) | class PinBase: method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 86) | class Signal(Pin): method off (line 156) | def off(self) -> None: method on (line 162) | def on(self) -> None: method value (line 169) | def value(self) -> int: method value (line 189) | def value(self, x: Any, /) -> None: method __init__ (line 209) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 229) | def __init__( class SPI (line 262) | class SPI: method __init__ (line 264) | def __init__(self, id: int, /): method __init__ (line 277) | def __init__( method __init__ (line 303) | def __init__( method init (line 327) | def init( method init (line 362) | def init( class RTC (line 394) | class RTC: method __init__ (line 396) | def __init__(self, id: int = 0): method __init__ (line 402) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 410) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 418) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 426) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 434) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 442) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 450) | def init(self) -> None: method init (line 465) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 480) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 495) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 510) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 525) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 540) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 555) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 563) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 571) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 579) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 587) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 595) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 603) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class PWM (line 610) | class PWM: method freq (line 612) | def freq(self) -> int: method freq (line 623) | def freq( method duty_u16 (line 638) | def duty_u16(self) -> int: method duty_u16 (line 650) | def duty_u16( method duty_ns (line 666) | def duty_ns(self) -> int: method duty_ns (line 676) | def duty_ns( class I2C (line 689) | class I2C: method __init__ (line 691) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 708) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 725) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... method init (line 739) | def init(self, *, freq: int = 400_000) -> None: method init (line 753) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... class Pin (line 766) | class Pin: method value (line 768) | def value(self) -> int: method value (line 802) | def value(self, x: Any, /) -> None: method __call__ (line 836) | def __call__(self) -> int: method __call__ (line 844) | def __call__(self, x: Any, /) -> None: method mode (line 852) | def mode(self) -> int: method mode (line 861) | def mode(self, mode: int, /) -> None: method pull (line 870) | def pull(self) -> int: method pull (line 879) | def pull(self, pull: int, /) -> None: method drive (line 888) | def drive(self, drive: int, /) -> None: method drive (line 898) | def drive(self, /) -> int: class SDCard (line 906) | class SDCard: method readblocks (line 908) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 918) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 928) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 939) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... class UART (line 953) | class UART: method __init__ (line 955) | def __init__( method __init__ (line 977) | def __init__( method __init__ (line 993) | def __init__( method init (line 1009) | def init( method init (line 1078) | def init( method init (line 1141) | def init( method read (line 1204) | def read(self) -> bytes | None: method read (line 1215) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1226) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1237) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: class Timer (line 1247) | class Timer: method __init__ (line 1249) | def __init__(self, id: int, /): method __init__ (line 1259) | def __init__( method __init__ (line 1277) | def __init__( method __init__ (line 1295) | def __init__( method init (line 1313) | def init( method init (line 1321) | def init( method init (line 1329) | def init( function freq (line 1376) | def freq() -> int: function freq (line 1384) | def freq(hz: int, /) -> None: function freq (line 1392) | def freq(self) -> int: function freq (line 1400) | def freq( function lightsleep (line 1412) | def lightsleep() -> None: function lightsleep (line 1437) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 1462) | def deepsleep() -> NoReturn: function deepsleep (line 1487) | def deepsleep(time_ms: int, /) -> NoReturn: FILE: publish/micropython-v1_25_0_preview-windows-stubs/math.pyi function isnan (line 30) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 36) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 42) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 48) | def trunc(x: SupportsFloat, /) -> int: function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function frexp (line 60) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function isinf (line 69) | def isinf(x: SupportsFloat, /) -> bool: function isclose (line 75) | def isclose(*args, **kwargs) -> Incomplete: ... function isfinite (line 76) | def isfinite(x: SupportsFloat, /) -> bool: function sqrt (line 82) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 88) | def sinh(x: SupportsFloat, /) -> float: function log (line 94) | def log(x: SupportsFloat, /) -> float: function tan (line 102) | def tan(x: SupportsFloat, /) -> float: function tanh (line 108) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 114) | def log2(x: SupportsFloat, /) -> float: function log10 (line 120) | def log10(x: SupportsFloat, /) -> float: function sin (line 126) | def sin(x: SupportsFloat, /) -> float: function modf (line 132) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 139) | def radians(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function fmod (line 157) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function atanh (line 163) | def atanh(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function acos (line 175) | def acos(x: SupportsFloat, /) -> float: function pow (line 181) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 187) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 193) | def acosh(x: SupportsFloat, /) -> float: function asin (line 199) | def asin(x: SupportsFloat, /) -> float: function expm1 (line 205) | def expm1(x: SupportsFloat, /) -> float: function exp (line 211) | def exp(x: SupportsFloat, /) -> float: function copysign (line 217) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function fabs (line 223) | def fabs(x: SupportsFloat, /) -> float: function floor (line 229) | def floor(x: SupportsFloat, /) -> int: function cosh (line 235) | def cosh(x: SupportsFloat, /) -> float: function cos (line 241) | def cos(x: SupportsFloat, /) -> float: function erfc (line 247) | def erfc(x: SupportsFloat, /) -> float: function degrees (line 253) | def degrees(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_25_0_preview-windows-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_peak (line 63) | def mem_peak(*args, **kwargs) -> Incomplete: ... function mem_total (line 64) | def mem_total(*args, **kwargs) -> Incomplete: ... function schedule (line 65) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function pystack_use (line 110) | def pystack_use(*args, **kwargs) -> Incomplete: ... function qstr_info (line 112) | def qstr_info() -> None: function qstr_info (line 123) | def qstr_info(verbose: bool, /) -> None: function stack_use (line 133) | def stack_use() -> int: function heap_lock (line 141) | def heap_lock() -> int: function mem_info (line 164) | def mem_info() -> None: function mem_info (line 175) | def mem_info(verbose: Any, /) -> None: function const (line 185) | def const(expr: Const_T, /) -> Const_T: function mem_current (line 207) | def mem_current(*args, **kwargs) -> Incomplete: ... function heap_unlock (line 208) | def heap_unlock() -> int: function kbd_intr (line 230) | def kbd_intr(chr: int) -> None: function viper (line 245) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 256) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 265) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 276) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_25_0_preview-windows-stubs/random.pyi function seed (line 43) | def seed(n: int | None = None, /) -> None: function getrandbits (line 55) | def getrandbits(n: int, /) -> int: function randrange (line 62) | def randrange(stop: int, /) -> int: function randrange (line 72) | def randrange(start: int, stop: int, /) -> int: function randrange (line 82) | def randrange(start: int, stop: int, step: int, /) -> int: FILE: publish/micropython-v1_25_0_preview-windows-stubs/time.pyi function ticks_cpu (line 52) | def ticks_cpu() -> _TicksCPU: function ticks_diff (line 67) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 133) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 160) | def time_ns() -> int: function time (line 167) | def time() -> int: function ticks_ms (line 195) | def ticks_ms() -> int: function ticks_us (line 219) | def ticks_us() -> _TicksUs: function gmtime (line 225) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 247) | def localtime(secs: int | None = None, /) -> Tuple: function clock (line 269) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 270) | def sleep_us(us: int, /) -> None: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_25_0_preview-windows-stubs/uctypes.pyi function sizeof (line 75) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 83) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 92) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 101) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 109) | class struct: method __init__ (line 115) | def __init__(self, addr: int, descriptor: _descriptor, layout_type: in... method __getattr__ (line 123) | def __getattr__(self, a): ... FILE: publish/micropython-v1_25_0_preview-windows-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_25_0_preview-windows-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-windows-stubs/urandom.pyi function seed (line 11) | def seed(*args, **kwargs) -> Incomplete: ... function getrandbits (line 12) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-windows-stubs/ure.pyi function match (line 11) | def match(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_25_0_preview-windows-stubs/vfs.pyi function mount (line 33) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> Incompl... function umount (line 51) | def umount(mount_point: Incomplete) -> Incomplete: class VfsPosix (line 61) | class VfsPosix: method rename (line 69) | def rename(self, *args, **kwargs) -> Incomplete: ... method mount (line 70) | def mount(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 71) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 72) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 73) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 74) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 75) | def remove(self, *args, **kwargs) -> Incomplete: ... method open (line 76) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 77) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 78) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 79) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 80) | def __init__(self, root: str | None = None) -> None: ... class AbstractBlockDev (line 82) | class AbstractBlockDev: method readblocks (line 86) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 89) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 107) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 130) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 154) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 158) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method irq (line 18) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 19) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 20) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 21) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 22) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 23) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 24) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 25) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 26) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 27) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 28) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 29) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 30) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 31) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 9) | def __aiter__(self): ... method __anext__ (line 10) | async def __anext__(self): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 65) | def gattc_write( method gatts_indicate (line 92) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 110) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 131) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 145) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 158) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 168) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 183) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 246) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 253) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 447) | def gap_advertise( method gap_connect (line 472) | def gap_connect( method gattc_discover_descriptors (line 504) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 514) | def config(self, param: str, /) -> Any: method config (line 578) | def config(self, **kwargs) -> None: method config (line 642) | def config(self, param: str, /) -> Any: method config (line 706) | def config(self, **kwargs) -> None: method active (line 770) | def active(self) -> bool: method active (line 779) | def active(self, active: bool, /) -> None: method active (line 788) | def active(self) -> bool: method active (line 797) | def active(self, active: bool, /) -> None: method gap_scan (line 805) | def gap_scan( method gattc_discover_characteristics (line 848) | def gattc_discover_characteristics( method gap_disconnect (line 870) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 885) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 903) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 914) | def __init__(self) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 74) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 75) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 76) | def flash_user_start() -> int: function flash_erase (line 82) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 88) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 97) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 105) | def flash_size() -> int: function sleep_type (line 113) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 135) | def sleep_type() -> int: function set_native_code_location (line 156) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 196) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/esp32.pyi function wake_on_ulp (line 28) | def wake_on_ulp(wake) -> None: function idf_heap_info (line 37) | def idf_heap_info(capabilities: int) -> List[Tuple]: function raw_temperature (line 75) | def raw_temperature() -> int: function wake_on_touch (line 81) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ext1 (line 90) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ext0 (line 100) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function gpio_deep_sleep_hold (line 110) | def gpio_deep_sleep_hold(enable) -> None: class PCNT (line 117) | class PCNT: method deinit (line 136) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 137) | def init(self, *args, **kwargs) -> Incomplete: method irq (line 202) | def irq(self, handler=None, trigger=IRQ_ZERO) -> Callable[..., Incompl... method start (line 228) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 229) | def value(self, value: Optional[Any] = None) -> Incomplete: method stop (line 240) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 241) | def __init__(self, id, *args, **kwargs) -> None: ... class NVS (line 243) | class NVS: method get_i32 (line 256) | def get_i32(self, key: str, /) -> int: method set_i32 (line 263) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 269) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 278) | def commit(self) -> None: method get_blob (line 284) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 292) | def erase_key(self, key: str, /) -> None: method __init__ (line 298) | def __init__(self, namespace: str, /) -> None: class ULP (line 304) | class ULP: method run (line 310) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 316) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 322) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 328) | def __init__(self) -> None: class Partition (line 333) | class Partition(AbstractBlockDev): method readblocks (line 345) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 355) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 365) | def ioctl(self, op: int, arg) -> None: method ioctl (line 374) | def ioctl(self, op: int) -> int: method set_boot (line 382) | def set_boot(self) -> None: method writeblocks (line 394) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 405) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 419) | def info(self) -> Tuple: method find (line 426) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 437) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 446) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 459) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 465) | class RMT: method source_freq (line 510) | def source_freq(cls) -> int: method loop (line 517) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 526) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 536) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 566) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 596) | def write_pulses( method bitstream_channel (line 631) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 645) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 646) | def clock_div(self) -> int: method __init__ (line 653) | def __init__( FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/espnow.pyi class ESPNow (line 27) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 39) | def peer_count(self) -> int: method recv (line 50) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 90) | def mod_peer( method irecv (line 106) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 137) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 154) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 189) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 216) | def any(self) -> bool: method add_peer (line 236) | def add_peer( method active (line 303) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 334) | def send( method send (line 386) | def send( method config (line 436) | def config(self, param) -> str: method get_peers (line 482) | def get_peers(self) -> Tuple: method get_peer (line 489) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 507) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 524) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 556) | def __init__(self, buffer_size: int = 526, phy_rate: int = 0) -> None:... method __iter__ (line 559) | def __iter__(self) -> ESPNow: ... method __next__ (line 561) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 563) | class ESPNowBase: method irq (line 564) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 565) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 566) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 567) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 568) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 569) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 570) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 571) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 572) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 573) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 574) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 575) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 576) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 577) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 578) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 179) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 188) | def fill(self, c: int, /) -> None: method fill_rect (line 194) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__( FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/machine.pyi function idle (line 47) | def idle() -> None: function lightsleep (line 63) | def lightsleep() -> None: function lightsleep (line 88) | def lightsleep(time_ms: int, /) -> None: function bitstream (line 112) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 136) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function deepsleep (line 138) | def deepsleep() -> NoReturn: function deepsleep (line 163) | def deepsleep(time_ms: int, /) -> NoReturn: function freq (line 188) | def freq() -> int: function freq (line 196) | def freq(hz: int, /) -> None: function freq (line 204) | def freq(self) -> int: function freq (line 212) | def freq( function disable_irq (line 223) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 232) | def enable_irq(state: _IRQ_STATE, /) -> None: function sleep (line 241) | def sleep() -> None: function soft_reset (line 247) | def soft_reset() -> NoReturn: function time_pulse_us (line 254) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 272) | def unique_id() -> bytes: function wake_reason (line 281) | def wake_reason() -> int: function reset_cause (line 289) | def reset_cause() -> int: function const (line 295) | def const(*args, **kwargs) -> Incomplete: ... function reset (line 296) | def reset() -> NoReturn: class Counter (line 303) | class Counter: method _configure (line 320) | def _configure(self, *args, **kwargs) -> Incomplete: ... method _overflow (line 321) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method init (line 322) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 345) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 367) | def deinit(self) -> None: class _PCNT (line 374) | class _PCNT: method deinit (line 386) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 387) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 388) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 389) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 390) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 391) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 392) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 394) | def __init__(self, id, *args, **kwargs) -> None: ... class Encoder (line 400) | class Encoder: method _overflow (line 413) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method _configure (line 414) | def _configure(self, *args, **kwargs) -> Incomplete: ... method phases (line 415) | def phases(self, *args, **kwargs) -> Incomplete: ... method init (line 416) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 443) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 452) | def deinit(self) -> None: class _PCNT (line 459) | class _PCNT: method deinit (line 471) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 472) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 473) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 474) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 475) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 476) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 477) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 479) | def __init__(self, id, *args, **kwargs) -> None: ... class I2S (line 481) | class I2S: method shift (line 557) | def shift( method init (line 570) | def init( method irq (line 587) | def irq( method readinto (line 599) | def readinto( method deinit (line 612) | def deinit(self) -> None: method write (line 618) | def write( method __init__ (line 631) | def __init__( class PWM (line 673) | class PWM: method duty_u16 (line 725) | def duty_u16(self) -> int: method duty_u16 (line 737) | def duty_u16( method init (line 752) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 760) | def freq(self) -> int: method freq (line 771) | def freq( method deinit (line 785) | def deinit(self) -> None: method duty_ns (line 792) | def duty_ns(self) -> int: method duty_ns (line 802) | def duty_ns( method duty (line 815) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 816) | def __init__( class Pin (line 841) | class Pin: method off (line 898) | def off(self) -> None: method irq (line 904) | def irq( method on (line 958) | def on(self) -> None: method toggle (line 964) | def toggle(self) -> Incomplete: method value (line 973) | def value(self) -> int: method value (line 1007) | def value(self, x: Any, /) -> None: method init (line 1040) | def init( class board (line 1058) | class board: method __init__ (line 1059) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1061) | def __init__( method __call__ (line 1136) | def __call__(self) -> int: method __call__ (line 1144) | def __call__(self, x: Any, /) -> None: method mode (line 1152) | def mode(self) -> int: method mode (line 1161) | def mode(self, mode: int, /) -> None: method pull (line 1170) | def pull(self) -> int: method pull (line 1179) | def pull(self, pull: int, /) -> None: method drive (line 1188) | def drive(self, drive: int, /) -> None: method drive (line 1198) | def drive(self, /) -> int: class RTC (line 1206) | class RTC: method init (line 1225) | def init(self) -> None: method init (line 1240) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1255) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1270) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1285) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1300) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1315) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 1329) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 1346) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1363) | def __init__(self, id: int = 0): method __init__ (line 1369) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1377) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1385) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1393) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1401) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1409) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1417) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1425) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1433) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1441) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1449) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1457) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1465) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class I2C (line 1472) | class I2C: method readfrom_mem_into (line 1509) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1521) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1531) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1540) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1551) | def scan(self) -> List: method writeto (line 1559) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1569) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1585) | def start(self) -> None: method readfrom (line 1591) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1599) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1610) | def init(self, *, freq: int = 400_000) -> None: method init (line 1624) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1637) | def stop(self) -> None: method write (line 1643) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1652) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1669) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1686) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class ADC (line 1699) | class ADC: method width (line 1728) | def width(self, bits: int) -> None: method init (line 1751) | def init(self, *, sample_ns, atten=ATTN_0DB) -> Incomplete: method read_u16 (line 1759) | def read_u16(self) -> int: method read_uv (line 1767) | def read_uv(self) -> int: method deinit (line 1775) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 1778) | def read(self) -> int: method atten (line 1792) | def atten(self, atten: int) -> None: method block (line 1800) | def block(self) -> Incomplete: method __init__ (line 1810) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: class ADCBlock (line 1823) | class ADCBlock: method init (line 1833) | def init(self, *, bits: int) -> None: method connect (line 1841) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1843) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1845) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 1866) | def __init__(self, id: int, *, bits: int) -> None: ... class DAC (line 1868) | class DAC: method write (line 1869) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1870) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1872) | class Timer: method deinit (line 1897) | def deinit(self) -> None: method init (line 1904) | def init( method init (line 1912) | def init( method init (line 1920) | def init( method value (line 1966) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1968) | def __init__(self, id: int, /): method __init__ (line 1978) | def __init__( method __init__ (line 1996) | def __init__( method __init__ (line 2014) | def __init__( class TouchPad (line 2031) | class TouchPad: method config (line 2032) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2033) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2034) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 2036) | class UART: method irq (line 2079) | def irq( method sendbreak (line 2115) | def sendbreak(self) -> None: method deinit (line 2122) | def deinit(self) -> None: method init (line 2133) | def init( method init (line 2202) | def init( method init (line 2265) | def init( method flush (line 2327) | def flush(self) -> Incomplete: method txdone (line 2342) | def txdone(self) -> bool: method read (line 2358) | def read(self) -> bytes | None: method read (line 2369) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2379) | def any(self) -> int: method write (line 2394) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2403) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2414) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2424) | def readline(self) -> Union[str, None]: method __init__ (line 2434) | def __init__( method __init__ (line 2456) | def __init__( method __init__ (line 2472) | def __init__( class WDT (line 2487) | class WDT: method feed (line 2503) | def feed(self) -> None: method __init__ (line 2511) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SDCard (line 2520) | class SDCard(AbstractBlockDev): method ioctl (line 2613) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2615) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2625) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2635) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2646) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2660) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2661) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2662) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 2664) | class SoftSPI(SPI): method deinit (line 2673) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2674) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2675) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2676) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2677) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2678) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2679) | def __init__( class SPI (line 2692) | class SPI: method deinit (line 2749) | def deinit(self) -> None: method init (line 2756) | def init( method init (line 2791) | def init( method write_readinto (line 2823) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2834) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2842) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2851) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2862) | def __init__(self, id: int, /): method __init__ (line 2875) | def __init__( method __init__ (line 2901) | def __init__( class Signal (line 2924) | class Signal(Pin): method off (line 2994) | def off(self) -> None: method on (line 3000) | def on(self) -> None: method value (line 3007) | def value(self) -> int: method value (line 3027) | def value(self, x: Any, /) -> None: method __init__ (line 3047) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3067) | def __init__( class SoftI2C (line 3097) | class SoftI2C(I2C): method readfrom_mem_into (line 3110) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 3111) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 3112) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 3113) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 3114) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 3115) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 3116) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 3117) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 3118) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3119) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 3120) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 3121) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 3122) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3123) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 238) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 251) | class RingIO: method readinto (line 252) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 262) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 281) | def any(self) -> int: method read (line 287) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 298) | def close(self) -> Incomplete: method __init__ (line 305) | def __init__(self, size) -> None: ... function viper (line 309) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 320) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 329) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 340) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/network.pyi function country (line 106) | def country(code: Optional[Any] = None) -> Incomplete: function hostname (line 119) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 147) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 162) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 179) | class LAN: method __init__ (line 202) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 204) | def active(self, /) -> bool: method active (line 212) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 219) | def isconnected(self) -> bool: method status (line 226) | def status(self) -> Incomplete: method ifconfig (line 232) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 244) | def config(self, config_parameters) -> Incomplete: method active (line 624) | def active(self, /) -> bool: method active (line 632) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 264) | class WLAN: method ifconfig (line 299) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 310) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 320) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 321) | def isconnected(self) -> bool: method scan (line 329) | def scan(self) -> List[Tuple]: method status (line 359) | def status(self) -> int: method status (line 389) | def status(self, param: str, /) -> int: method disconnect (line 418) | def disconnect(self) -> None: method active (line 425) | def active(self, /) -> bool: method active (line 433) | def active(self, is_active: bool | int, /) -> None: method config (line 441) | def config(self, param: str, /) -> Any: method config (line 476) | def config(self, **kwargs: Any) -> None: method connect (line 510) | def connect( method __init__ (line 526) | def __init__(self, interface_id: int = ..., /) -> None: class PPP (line 535) | class PPP: method ifconfig (line 552) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 558) | def ipconfig(self, param) -> Incomplete: method isconnected (line 564) | def isconnected(self) -> bool: method poll (line 571) | def poll(self) -> Incomplete: method status (line 579) | def status(self) -> Incomplete: method disconnect (line 585) | def disconnect(self) -> Incomplete: method active (line 591) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 592) | def config(self, config_parameters) -> Incomplete: method connect (line 602) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 620) | def __init__(self, stream) -> None: ... class LAN (line 622) | class LAN: method __init__ (line 202) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 204) | def active(self, /) -> bool: method active (line 212) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 219) | def isconnected(self) -> bool: method status (line 226) | def status(self) -> Incomplete: method ifconfig (line 232) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 244) | def config(self, config_parameters) -> Incomplete: method active (line 624) | def active(self, /) -> bool: method active (line 632) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 639) | class WLANWiPy: method __init__ (line 641) | def __init__(self, id: int = 0, /): method __init__ (line 655) | def __init__( method mode (line 679) | def mode(self) -> int: method mode (line 685) | def mode(self, mode: int, /) -> None: method ssid (line 691) | def ssid(self) -> str: method ssid (line 697) | def ssid(self, ssid: str, /) -> None: method auth (line 703) | def auth(self) -> int: method auth (line 709) | def auth(self, auth: int, /) -> None: method channel (line 715) | def channel(self) -> int: method channel (line 721) | def channel(self, channel: int, /) -> None: method antenna (line 727) | def antenna(self) -> int: method antenna (line 733) | def antenna(self, antenna: int, /) -> None: method mac (line 739) | def mac(self) -> bytes: method mac (line 745) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 750) | class AbstractNIC: method active (line 753) | def active(self, /) -> bool: method active (line 764) | def active(self, is_active: bool | int, /) -> None: method connect (line 775) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 794) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 813) | def status(self) -> Any: method status (line 831) | def status(self, param: str, /) -> Any: method ifconfig (line 849) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 863) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 877) | def config(self, param: str, /) -> Any: method config (line 896) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/socket.pyi function getaddrinfo (line 96) | def getaddrinfo( class socket (line 146) | class socket: method recvfrom (line 155) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 165) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 177) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 197) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 216) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 225) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 226) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 239) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 247) | def setblocking(self, value: bool, /) -> None: method sendto (line 259) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 266) | def settimeout(self, value: float | None, /) -> None: method readline (line 302) | def readline(self) -> bytes: method readinto (line 311) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 331) | def read(self) -> bytes: method read (line 341) | def read(self, size: int, /) -> bytes: method close (line 350) | def close(self) -> None: method connect (line 361) | def connect(self, address: _Address | bytes, /) -> None: method send (line 367) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 375) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 381) | def accept(self) -> Tuple: method write (line 390) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 401) | def __init__( FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/uctypes.pyi function sizeof (line 60) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 68) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 77) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 86) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 107) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/uhashlib.pyi class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 16) | class sha256: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 21) | class md5: method digest (line 22) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 23) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 23) | def _send_str(self, s) -> None: ... method _recv_len (line 24) | def _recv_len(self): ... method set_callback (line 25) | def set_callback(self, f) -> None: ... method set_last_will (line 26) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 27) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 28) | def disconnect(self) -> None: ... method ping (line 29) | def ping(self) -> None: ... method publish (line 30) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 31) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 32) | def wait_msg(self): ... method check_msg (line 33) | def check_msg(self): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method irq (line 18) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 19) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 20) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 21) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 22) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 23) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 24) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 25) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 26) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 27) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 28) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 29) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 30) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 31) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 9) | def __aiter__(self): ... method __anext__ (line 10) | async def __anext__(self): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 65) | def gattc_write( method gatts_indicate (line 92) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 110) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 131) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 145) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 158) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 168) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 183) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 246) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 253) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 447) | def gap_advertise( method gap_connect (line 472) | def gap_connect( method gattc_discover_descriptors (line 504) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 514) | def config(self, param: str, /) -> Any: method config (line 578) | def config(self, **kwargs) -> None: method config (line 642) | def config(self, param: str, /) -> Any: method config (line 706) | def config(self, **kwargs) -> None: method active (line 770) | def active(self) -> bool: method active (line 779) | def active(self, active: bool, /) -> None: method active (line 788) | def active(self) -> bool: method active (line 797) | def active(self, active: bool, /) -> None: method gap_scan (line 805) | def gap_scan( method gattc_discover_characteristics (line 848) | def gattc_discover_characteristics( method gap_disconnect (line 870) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 885) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 903) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 914) | def __init__(self) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 74) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 75) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 76) | def flash_user_start() -> int: function flash_erase (line 82) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 88) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 97) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 105) | def flash_size() -> int: function sleep_type (line 113) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 135) | def sleep_type() -> int: function set_native_code_location (line 156) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 196) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/esp32.pyi function wake_on_ext1 (line 28) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function mcu_temperature (line 38) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function idf_heap_info (line 39) | def idf_heap_info(capabilities: int) -> List[Tuple]: function wake_on_ulp (line 77) | def wake_on_ulp(wake) -> None: class RMT (line 86) | class RMT: method source_freq (line 131) | def source_freq(cls) -> int: method loop (line 138) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 147) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 157) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 187) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 217) | def write_pulses( method bitstream_channel (line 252) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 266) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 267) | def clock_div(self) -> int: method __init__ (line 274) | def __init__( class NVS (line 300) | class NVS: method get_i32 (line 313) | def get_i32(self, key: str, /) -> int: method set_i32 (line 320) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 326) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 335) | def commit(self) -> None: method get_blob (line 341) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 349) | def erase_key(self, key: str, /) -> None: method __init__ (line 355) | def __init__(self, namespace: str, /) -> None: class PCNT (line 361) | class PCNT: method deinit (line 380) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 381) | def init(self, *args, **kwargs) -> Incomplete: method irq (line 446) | def irq(self, handler=None, trigger=IRQ_ZERO) -> Callable[..., Incompl... method start (line 472) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 473) | def value(self, value: Optional[Any] = None) -> Incomplete: method stop (line 484) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 485) | def __init__(self, id, *args, **kwargs) -> None: ... class Partition (line 487) | class Partition(AbstractBlockDev): method readblocks (line 499) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 509) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 519) | def ioctl(self, op: int, arg) -> None: method ioctl (line 528) | def ioctl(self, op: int) -> int: method set_boot (line 536) | def set_boot(self) -> None: method writeblocks (line 548) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 559) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 573) | def info(self) -> Tuple: method find (line 580) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 591) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 600) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 613) | def __init__(self, id: str, block_size=4096, /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/espnow.pyi class ESPNow (line 27) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 39) | def peer_count(self) -> int: method recv (line 50) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 90) | def mod_peer( method irecv (line 106) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 137) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 154) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 189) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 216) | def any(self) -> bool: method add_peer (line 236) | def add_peer( method active (line 303) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 334) | def send( method send (line 386) | def send( method config (line 436) | def config(self, param) -> str: method get_peers (line 482) | def get_peers(self) -> Tuple: method get_peer (line 489) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 507) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 524) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 556) | def __init__(self, buffer_size: int = 526, phy_rate: int = 0) -> None:... method __iter__ (line 559) | def __iter__(self) -> ESPNow: ... method __next__ (line 561) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 563) | class ESPNowBase: method irq (line 564) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 565) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 566) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 567) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 568) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 569) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 570) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 571) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 572) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 573) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 574) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 575) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 576) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 577) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 578) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 179) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 188) | def fill(self, c: int, /) -> None: method fill_rect (line 194) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__( FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/machine.pyi function disable_irq (line 47) | def disable_irq() -> _IRQ_STATE: function lightsleep (line 57) | def lightsleep() -> None: function lightsleep (line 82) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 107) | def deepsleep() -> NoReturn: function deepsleep (line 132) | def deepsleep(time_ms: int, /) -> NoReturn: function idle (line 156) | def idle() -> None: function dht_readinto (line 171) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function freq (line 173) | def freq() -> int: function freq (line 181) | def freq(hz: int, /) -> None: function freq (line 189) | def freq(self) -> int: function freq (line 197) | def freq( function bitstream (line 208) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function enable_irq (line 232) | def enable_irq(state: _IRQ_STATE, /) -> None: function sleep (line 241) | def sleep() -> None: function soft_reset (line 247) | def soft_reset() -> NoReturn: function time_pulse_us (line 254) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 272) | def unique_id() -> bytes: function wake_reason (line 281) | def wake_reason() -> int: function reset_cause (line 289) | def reset_cause() -> int: function const (line 295) | def const(*args, **kwargs) -> Incomplete: ... function reset (line 296) | def reset() -> NoReturn: class Counter (line 303) | class Counter: method _configure (line 320) | def _configure(self, *args, **kwargs) -> Incomplete: ... method _overflow (line 321) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method init (line 322) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 345) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 367) | def deinit(self) -> None: class _PCNT (line 374) | class _PCNT: method deinit (line 386) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 387) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 388) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 389) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 390) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 391) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 392) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 394) | def __init__(self, id, *args, **kwargs) -> None: ... class Encoder (line 400) | class Encoder: method _overflow (line 413) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method _configure (line 414) | def _configure(self, *args, **kwargs) -> Incomplete: ... method phases (line 415) | def phases(self, *args, **kwargs) -> Incomplete: ... method init (line 416) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 443) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 452) | def deinit(self) -> None: class _PCNT (line 459) | class _PCNT: method deinit (line 471) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 472) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 473) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 474) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 475) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 476) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 477) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 479) | def __init__(self, id, *args, **kwargs) -> None: ... class Pin (line 481) | class Pin: method off (line 538) | def off(self) -> None: method irq (line 544) | def irq( method on (line 598) | def on(self) -> None: method toggle (line 604) | def toggle(self) -> Incomplete: method value (line 613) | def value(self) -> int: method value (line 647) | def value(self, x: Any, /) -> None: method init (line 680) | def init( class board (line 698) | class board: method __init__ (line 699) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 701) | def __init__( method __call__ (line 776) | def __call__(self) -> int: method __call__ (line 784) | def __call__(self, x: Any, /) -> None: method mode (line 792) | def mode(self) -> int: method mode (line 801) | def mode(self, mode: int, /) -> None: method pull (line 810) | def pull(self) -> int: method pull (line 819) | def pull(self, pull: int, /) -> None: method drive (line 828) | def drive(self, drive: int, /) -> None: method drive (line 838) | def drive(self, /) -> int: class PWM (line 846) | class PWM: method duty_u16 (line 898) | def duty_u16(self) -> int: method duty_u16 (line 910) | def duty_u16( method init (line 925) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 933) | def freq(self) -> int: method freq (line 944) | def freq( method deinit (line 958) | def deinit(self) -> None: method duty_ns (line 965) | def duty_ns(self) -> int: method duty_ns (line 975) | def duty_ns( method duty (line 988) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 989) | def __init__( class RTC (line 1014) | class RTC: method init (line 1033) | def init(self) -> None: method init (line 1048) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1063) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1078) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1093) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1108) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1123) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 1137) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 1154) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1171) | def __init__(self, id: int = 0): method __init__ (line 1177) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1185) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1193) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1201) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1209) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1217) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1225) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1233) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1241) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1249) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1257) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1265) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1273) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SDCard (line 1280) | class SDCard(AbstractBlockDev): method ioctl (line 1373) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1375) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 1385) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1395) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1406) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 1420) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1421) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1422) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 1424) | class ADC: method width (line 1453) | def width(self, bits: int) -> None: method init (line 1476) | def init(self, *, sample_ns, atten=ATTN_0DB) -> Incomplete: method read_u16 (line 1484) | def read_u16(self) -> int: method read_uv (line 1492) | def read_uv(self) -> int: method deinit (line 1500) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 1503) | def read(self) -> int: method atten (line 1517) | def atten(self, atten: int) -> None: method block (line 1525) | def block(self) -> Incomplete: method __init__ (line 1535) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: class I2C (line 1548) | class I2C: method readfrom_mem_into (line 1585) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1597) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1607) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1616) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1627) | def scan(self) -> List: method writeto (line 1635) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1645) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1661) | def start(self) -> None: method readfrom (line 1667) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1675) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1686) | def init(self, *, freq: int = 400_000) -> None: method init (line 1700) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1713) | def stop(self) -> None: method write (line 1719) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1728) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1745) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1762) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class ADCBlock (line 1775) | class ADCBlock: method init (line 1785) | def init(self, *, bits: int) -> None: method connect (line 1793) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1795) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1797) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 1818) | def __init__(self, id: int, *, bits: int) -> None: ... class UART (line 1820) | class UART: method irq (line 1863) | def irq( method sendbreak (line 1899) | def sendbreak(self) -> None: method deinit (line 1906) | def deinit(self) -> None: method init (line 1917) | def init( method init (line 1986) | def init( method init (line 2049) | def init( method flush (line 2111) | def flush(self) -> Incomplete: method txdone (line 2126) | def txdone(self) -> bool: method read (line 2142) | def read(self) -> bytes | None: method read (line 2153) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2163) | def any(self) -> int: method write (line 2178) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2187) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2198) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2208) | def readline(self) -> Union[str, None]: method __init__ (line 2218) | def __init__( method __init__ (line 2240) | def __init__( method __init__ (line 2256) | def __init__( class Timer (line 2271) | class Timer: method deinit (line 2296) | def deinit(self) -> None: method init (line 2303) | def init( method init (line 2311) | def init( method init (line 2319) | def init( method value (line 2365) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2367) | def __init__(self, id: int, /): method __init__ (line 2377) | def __init__( method __init__ (line 2395) | def __init__( method __init__ (line 2413) | def __init__( class WDT (line 2430) | class WDT: method feed (line 2446) | def feed(self) -> None: method __init__ (line 2454) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SPI (line 2463) | class SPI: method deinit (line 2520) | def deinit(self) -> None: method init (line 2527) | def init( method init (line 2562) | def init( method write_readinto (line 2594) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2605) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2613) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2622) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2633) | def __init__(self, id: int, /): method __init__ (line 2646) | def __init__( method __init__ (line 2672) | def __init__( class Signal (line 2695) | class Signal(Pin): method off (line 2765) | def off(self) -> None: method on (line 2771) | def on(self) -> None: method value (line 2778) | def value(self) -> int: method value (line 2798) | def value(self, x: Any, /) -> None: method __init__ (line 2818) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2838) | def __init__( class SoftSPI (line 2868) | class SoftSPI(SPI): method deinit (line 2877) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2878) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2879) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2880) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2881) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2882) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2883) | def __init__( class SoftI2C (line 2896) | class SoftI2C(I2C): method readfrom_mem_into (line 2909) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2910) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2911) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2912) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2913) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2914) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2915) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2916) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2917) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2918) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2919) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2920) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2921) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2922) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 238) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 251) | class RingIO: method readinto (line 252) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 262) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 281) | def any(self) -> int: method read (line 287) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 298) | def close(self) -> Incomplete: method __init__ (line 305) | def __init__(self, size) -> None: ... function viper (line 309) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 320) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 329) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 340) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/network.pyi function country (line 104) | def country(code: Optional[Any] = None) -> Incomplete: function hostname (line 117) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 145) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 160) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 177) | class LAN: method __init__ (line 200) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 202) | def active(self, /) -> bool: method active (line 210) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 224) | def status(self) -> Incomplete: method ifconfig (line 230) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 242) | def config(self, config_parameters) -> Incomplete: method active (line 622) | def active(self, /) -> bool: method active (line 630) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 262) | class WLAN: method ifconfig (line 297) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 308) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 318) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 319) | def isconnected(self) -> bool: method scan (line 327) | def scan(self) -> List[Tuple]: method status (line 357) | def status(self) -> int: method status (line 387) | def status(self, param: str, /) -> int: method disconnect (line 416) | def disconnect(self) -> None: method active (line 423) | def active(self, /) -> bool: method active (line 431) | def active(self, is_active: bool | int, /) -> None: method config (line 439) | def config(self, param: str, /) -> Any: method config (line 474) | def config(self, **kwargs: Any) -> None: method connect (line 508) | def connect( method __init__ (line 524) | def __init__(self, interface_id: int = ..., /) -> None: class PPP (line 533) | class PPP: method ifconfig (line 550) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 556) | def ipconfig(self, param) -> Incomplete: method isconnected (line 562) | def isconnected(self) -> bool: method poll (line 569) | def poll(self) -> Incomplete: method status (line 577) | def status(self) -> Incomplete: method disconnect (line 583) | def disconnect(self) -> Incomplete: method active (line 589) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 590) | def config(self, config_parameters) -> Incomplete: method connect (line 600) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 618) | def __init__(self, stream) -> None: ... class LAN (line 620) | class LAN: method __init__ (line 200) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 202) | def active(self, /) -> bool: method active (line 210) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 224) | def status(self) -> Incomplete: method ifconfig (line 230) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 242) | def config(self, config_parameters) -> Incomplete: method active (line 622) | def active(self, /) -> bool: method active (line 630) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 637) | class WLANWiPy: method __init__ (line 639) | def __init__(self, id: int = 0, /): method __init__ (line 653) | def __init__( method mode (line 677) | def mode(self) -> int: method mode (line 683) | def mode(self, mode: int, /) -> None: method ssid (line 689) | def ssid(self) -> str: method ssid (line 695) | def ssid(self, ssid: str, /) -> None: method auth (line 701) | def auth(self) -> int: method auth (line 707) | def auth(self, auth: int, /) -> None: method channel (line 713) | def channel(self) -> int: method channel (line 719) | def channel(self, channel: int, /) -> None: method antenna (line 725) | def antenna(self) -> int: method antenna (line 731) | def antenna(self, antenna: int, /) -> None: method mac (line 737) | def mac(self) -> bytes: method mac (line 743) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 748) | class AbstractNIC: method active (line 751) | def active(self, /) -> bool: method active (line 762) | def active(self, is_active: bool | int, /) -> None: method connect (line 773) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 792) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 811) | def status(self) -> Any: method status (line 829) | def status(self, param: str, /) -> Any: method ifconfig (line 847) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 861) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 875) | def config(self, param: str, /) -> Any: method config (line 894) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/socket.pyi function getaddrinfo (line 96) | def getaddrinfo( class socket (line 146) | class socket: method recvfrom (line 155) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 165) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 177) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 197) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 216) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 225) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 226) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 239) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 247) | def setblocking(self, value: bool, /) -> None: method sendto (line 259) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 266) | def settimeout(self, value: float | None, /) -> None: method readline (line 302) | def readline(self) -> bytes: method readinto (line 311) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 331) | def read(self) -> bytes: method read (line 341) | def read(self, size: int, /) -> bytes: method close (line 350) | def close(self) -> None: method connect (line 361) | def connect(self, address: _Address | bytes, /) -> None: method send (line 367) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 375) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 381) | def accept(self) -> Tuple: method write (line 390) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 401) | def __init__( FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/uctypes.pyi function sizeof (line 60) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 68) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 77) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 86) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 107) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/uhashlib.pyi class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 16) | class sha256: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 21) | class md5: method digest (line 22) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 23) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 23) | def _send_str(self, s) -> None: ... method _recv_len (line 24) | def _recv_len(self): ... method set_callback (line 25) | def set_callback(self, f) -> None: ... method set_last_will (line 26) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 27) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 28) | def disconnect(self) -> None: ... method ping (line 29) | def ping(self) -> None: ... method publish (line 30) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 31) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 32) | def wait_msg(self): ... method check_msg (line 33) | def check_msg(self): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_c6-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/_espnow.pyi class ESPNowBase (line 16) | class ESPNowBase(): method irq (line 17) | def irq(self, *args, **kwargs) -> Incomplete: method mod_peer (line 20) | def mod_peer(self, *args, **kwargs) -> Incomplete: method get_peers (line 23) | def get_peers(self, *args, **kwargs) -> Incomplete: method stats (line 26) | def stats(self, *args, **kwargs) -> Incomplete: method set_pmk (line 29) | def set_pmk(self, *args, **kwargs) -> Incomplete: method peer_count (line 32) | def peer_count(self, *args, **kwargs) -> Incomplete: method recvinto (line 35) | def recvinto(self, *args, **kwargs) -> Incomplete: method send (line 38) | def send(self, *args, **kwargs) -> Incomplete: method active (line 41) | def active(self, *args, **kwargs) -> Incomplete: method any (line 44) | def any(self, *args, **kwargs) -> Incomplete: method get_peer (line 47) | def get_peer(self, *args, **kwargs) -> Incomplete: method del_peer (line 50) | def del_peer(self, *args, **kwargs) -> Incomplete: method add_peer (line 53) | def add_peer(self, *args, **kwargs) -> Incomplete: method config (line 56) | def config(self, *args, **kwargs) -> Incomplete: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/_onewire.pyi function reset (line 9) | def reset(*args, **kwargs) -> Incomplete: function writebyte (line 12) | def writebyte(*args, **kwargs) -> Incomplete: function writebit (line 15) | def writebit(*args, **kwargs) -> Incomplete: function crc8 (line 18) | def crc8(*args, **kwargs) -> Incomplete: function readbyte (line 21) | def readbyte(*args, **kwargs) -> Incomplete: function readbit (line 24) | def readbit(*args, **kwargs) -> Incomplete: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/_thread.pyi function get_ident (line 22) | def get_ident(*args, **kwargs) -> Incomplete: function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: function stack_size (line 28) | def stack_size(*args, **kwargs) -> Incomplete: function exit (line 31) | def exit(*args, **kwargs) -> Incomplete: function allocate_lock (line 34) | def allocate_lock(*args, **kwargs) -> Incomplete: class LockType (line 38) | class LockType(): method locked (line 39) | def locked(self, *args, **kwargs) -> Incomplete: method release (line 42) | def release(self, *args, **kwargs) -> Incomplete: method acquire (line 45) | def acquire(self, *args, **kwargs) -> Incomplete: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 9) | def __aiter__(self): ... method __anext__ (line 10) | async def __anext__(self): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/binascii.pyi function crc32 (line 21) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 29) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 39) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 46) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 54) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/btree.pyi function open (line 88) | def open(stream: IOBase_mp, # [bytes, Any], FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/cmath.pyi function polar (line 28) | def polar(z: _C, /) -> Tuple: function sqrt (line 34) | def sqrt(z: _C, /) -> complex: function rect (line 40) | def rect(r: float, phi: float, /) -> float: function sin (line 46) | def sin(z: _C, /) -> float: function exp (line 52) | def exp(z: _C, /) -> float: function cos (line 58) | def cos(z: _C, /) -> float: function phase (line 64) | def phase(z: _C, /) -> float: function log (line 70) | def log(z: _C, /) -> float: function log10 (line 76) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/cryptolib.pyi class aes (line 18) | class aes(): method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/deflate.pyi class DeflateIO (line 36) | class DeflateIO(): method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: method read (line 85) | def read(self, *args, **kwargs) -> Incomplete: method close (line 88) | def close(self, *args, **kwargs) -> Incomplete: method __init__ (line 91) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/esp.pyi function osdebug (line 27) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 67) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 73) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: function gpio_matrix_out (line 76) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: function flash_user_start (line 79) | def flash_user_start() -> int: function flash_erase (line 85) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 92) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 101) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 109) | def flash_size() -> int: function sleep_type (line 117) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 139) | def sleep_type() -> int: function set_native_code_location (line 160) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 200) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/esp32.pyi function wake_on_ulp (line 26) | def wake_on_ulp(wake) -> None: function idf_heap_info (line 35) | def idf_heap_info(capabilities: int) -> List[Tuple]: function mcu_temperature (line 73) | def mcu_temperature(*args, **kwargs) -> Incomplete: function wake_on_touch (line 76) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ext1 (line 85) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ext0 (line 95) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function gpio_deep_sleep_hold (line 105) | def gpio_deep_sleep_hold(enable) -> None: class PCNT (line 113) | class PCNT(): method deinit (line 131) | def deinit(self, *args, **kwargs) -> Incomplete: method init (line 134) | def init(self, *args, **kwargs) -> Incomplete: method irq (line 199) | def irq(self, handler=None, trigger=IRQ_ZERO) -> Callable[..., Incompl... method start (line 225) | def start(self, *args, **kwargs) -> Incomplete: method value (line 228) | def value(self, value: Optional[Any] = None) -> Incomplete: method stop (line 239) | def stop(self, *args, **kwargs) -> Incomplete: method __init__ (line 242) | def __init__(self, id, *args, **kwargs) -> None: class NVS (line 246) | class NVS(): method get_i32 (line 258) | def get_i32(self, key: str, /) -> int: method set_i32 (line 265) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 271) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 280) | def commit(self) -> None: method get_blob (line 286) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 294) | def erase_key(self, key: str, /) -> None: method __init__ (line 300) | def __init__(self, namespace: str, /) -> None: class ULP (line 308) | class ULP(): method run (line 313) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 319) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 325) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 331) | def __init__(self) -> None: class Partition (line 338) | class Partition(AbstractBlockDev): method readblocks (line 349) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 359) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 369) | def ioctl(self, op: int, arg) -> None: method ioctl (line 378) | def ioctl(self, op: int) -> int: method set_boot (line 386) | def set_boot(self) -> None: method writeblocks (line 398) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 409) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 423) | def info(self) -> Tuple: method find (line 430) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 441) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 450) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 463) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 471) | class RMT(): method source_freq (line 515) | def source_freq(cls) -> int: method loop (line 522) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 531) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 541) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 571) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 601) | def write_pulses( method bitstream_channel (line 636) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 650) | def deinit(self, *args, **kwargs) -> Incomplete: method clock_div (line 653) | def clock_div(self) -> int: method __init__ (line 660) | def __init__(self, FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/espnow.pyi class ESPNow (line 26) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 37) | def peer_count(self) -> int: method recv (line 48) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 88) | def mod_peer(self, method irecv (line 103) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 134) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 151) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 186) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 213) | def any(self) -> bool: method add_peer (line 233) | def add_peer(self, method active (line 299) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 330) | def send( method send (line 382) | def send( method config (line 432) | def config(self, param) -> str: method get_peers (line 478) | def get_peers(self) -> Tuple: method get_peer (line 485) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 503) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 520) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 552) | def __init__(self, buffer_size: int = 526, phy_rate: int = 0) -> None: method __iter__ (line 556) | def __iter__(self) -> ESPNow: ... method __next__ (line 558) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 561) | class ESPNowBase(): method irq (line 562) | def irq(self, *args, **kwargs) -> Incomplete: method mod_peer (line 565) | def mod_peer(self, *args, **kwargs) -> Incomplete: method get_peers (line 568) | def get_peers(self, *args, **kwargs) -> Incomplete: method stats (line 571) | def stats(self, *args, **kwargs) -> Incomplete: method set_pmk (line 574) | def set_pmk(self, *args, **kwargs) -> Incomplete: method peer_count (line 577) | def peer_count(self, *args, **kwargs) -> Incomplete: method recvinto (line 580) | def recvinto(self, *args, **kwargs) -> Incomplete: method send (line 583) | def send(self, *args, **kwargs) -> Incomplete: method active (line 586) | def active(self, *args, **kwargs) -> Incomplete: method any (line 589) | def any(self, *args, **kwargs) -> Incomplete: method get_peer (line 592) | def get_peer(self, *args, **kwargs) -> Incomplete: method del_peer (line 595) | def del_peer(self, *args, **kwargs) -> Incomplete: method add_peer (line 598) | def add_peer(self, *args, **kwargs) -> Incomplete: method config (line 601) | def config(self, *args, **kwargs) -> Incomplete: method __init__ (line 604) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/framebuf.pyi function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Incomplete: class FrameBuffer (line 32) | class FrameBuffer(): method poly (line 49) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 62) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit(self, method hline (line 178) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 188) | def fill(self, c: int, /) -> None: method fill_rect (line 194) | def fill_rect(self, *args, **kwargs) -> Incomplete: method __init__ (line 197) | def __init__(self, FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/gc.pyi function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 29) | def isenabled(*args, **kwargs) -> Incomplete: function mem_free (line 32) | def mem_free() -> int: function threshold (line 45) | def threshold() -> int: function threshold (line 71) | def threshold(amount: int) -> None: function collect (line 96) | def collect() -> None: function enable (line 102) | def enable() -> None: function disable (line 108) | def disable() -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: method update (line 48) | def update(self, *args, **kwargs) -> Incomplete: method __init__ (line 52) | def __init__(self): method __init__ (line 58) | def __init__(self, data: AnyReadableBuf): method __init__ (line 64) | def __init__(self): method __init__ (line 70) | def __init__(self, data: AnyReadableBuf): class sha256 (line 76) | class sha256(_Hash): method digest (line 83) | def digest(self, *args, **kwargs) -> Incomplete: method update (line 86) | def update(self, *args, **kwargs) -> Incomplete: method __init__ (line 90) | def __init__(self): method __init__ (line 96) | def __init__(self, data: AnyReadableBuf): method __init__ (line 102) | def __init__(self): method __init__ (line 108) | def __init__(self, data: AnyReadableBuf): class md5 (line 114) | class md5(_Hash): method digest (line 120) | def digest(self, *args, **kwargs) -> Incomplete: method update (line 123) | def update(self, *args, **kwargs) -> Incomplete: method __init__ (line 126) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/heapq.pyi function heappop (line 26) | def heappop(heap: list[_T], /) -> _T: function heappush (line 35) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 41) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/machine.pyi function freq (line 47) | def freq() -> int: function freq (line 55) | def freq(hz: int, /) -> None: function freq (line 63) | def freq(self) -> int: function freq (line 71) | def freq( function idle (line 82) | def idle() -> None: function lightsleep (line 98) | def lightsleep() -> None: function lightsleep (line 123) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 148) | def deepsleep() -> NoReturn: function deepsleep (line 173) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 197) | def bootloader(value: Optional[Any] = None) -> None: function enable_irq (line 207) | def enable_irq(state: _IRQ_STATE, /) -> None: function dht_readinto (line 215) | def dht_readinto(*args, **kwargs) -> Incomplete: function disable_irq (line 218) | def disable_irq() -> _IRQ_STATE: function bitstream (line 227) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function sleep (line 252) | def sleep() -> None: function soft_reset (line 258) | def soft_reset() -> NoReturn: function time_pulse_us (line 265) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 283) | def unique_id() -> bytes: function wake_reason (line 292) | def wake_reason() -> int: function reset_cause (line 300) | def reset_cause() -> int: function const (line 306) | def const(*args, **kwargs) -> Incomplete: function reset (line 309) | def reset() -> NoReturn: class Counter (line 317) | class Counter(): method _configure (line 333) | def _configure(self, *args, **kwargs) -> Incomplete: method _overflow (line 336) | def _overflow(self, *args, **kwargs) -> Incomplete: method init (line 339) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 362) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 384) | def deinit(self) -> None: class _PCNT (line 392) | class _PCNT(): method deinit (line 404) | def deinit(self, *args, **kwargs) -> Incomplete: method init (line 407) | def init(self, *args, **kwargs) -> Incomplete: method irq (line 410) | def irq(self, *args, **kwargs) -> Incomplete: method start (line 413) | def start(self, *args, **kwargs) -> Incomplete: method value (line 416) | def value(self, *args, **kwargs) -> Incomplete: method stop (line 419) | def stop(self, *args, **kwargs) -> Incomplete: method __init__ (line 422) | def __init__(self, *argv, **kwargs) -> None: method __init__ (line 425) | def __init__(self, id, *args, **kwargs) -> None: class Encoder (line 432) | class Encoder(): method _overflow (line 444) | def _overflow(self, *args, **kwargs) -> Incomplete: method _configure (line 447) | def _configure(self, *args, **kwargs) -> Incomplete: method phases (line 450) | def phases(self, *args, **kwargs) -> Incomplete: method init (line 453) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 480) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 489) | def deinit(self) -> None: class _PCNT (line 497) | class _PCNT(): method deinit (line 509) | def deinit(self, *args, **kwargs) -> Incomplete: method init (line 512) | def init(self, *args, **kwargs) -> Incomplete: method irq (line 515) | def irq(self, *args, **kwargs) -> Incomplete: method start (line 518) | def start(self, *args, **kwargs) -> Incomplete: method value (line 521) | def value(self, *args, **kwargs) -> Incomplete: method stop (line 524) | def stop(self, *args, **kwargs) -> Incomplete: method __init__ (line 527) | def __init__(self, *argv, **kwargs) -> None: method __init__ (line 530) | def __init__(self, id, *args, **kwargs) -> None: class PWM (line 534) | class PWM(): method duty_u16 (line 586) | def duty_u16(self) -> int: method duty_u16 (line 598) | def duty_u16( method init (line 613) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 621) | def freq(self) -> int: method freq (line 632) | def freq( method deinit (line 646) | def deinit(self) -> None: method duty_ns (line 653) | def duty_ns(self) -> int: method duty_ns (line 663) | def duty_ns( method duty (line 676) | def duty(self, *args, **kwargs) -> Incomplete: method __init__ (line 679) | def __init__(self, class I2S (line 705) | class I2S(): method shift (line 780) | def shift(buf: AnyWritableBuf, method init (line 792) | def init(self, method irq (line 808) | def irq(self, method readinto (line 819) | def readinto(self, method deinit (line 831) | def deinit(self) -> None: method write (line 837) | def write(self, method __init__ (line 849) | def __init__(self, class Pin (line 892) | class Pin(): method off (line 948) | def off(self) -> None: method irq (line 954) | def irq(self, method on (line 1007) | def on(self) -> None: method toggle (line 1013) | def toggle(self) -> Incomplete: method value (line 1022) | def value(self) -> int: method value (line 1056) | def value(self, x: Any, /) -> None: method init (line 1089) | def init(self, class board (line 1107) | class board(): method __init__ (line 1108) | def __init__(self, *argv, **kwargs) -> None: method __init__ (line 1111) | def __init__(self, method __call__ (line 1186) | def __call__(self) -> int: method __call__ (line 1194) | def __call__(self, x: Any, /) -> None: method mode (line 1202) | def mode(self) -> int: method mode (line 1211) | def mode(self, mode: int, /) -> None: method pull (line 1220) | def pull(self) -> int: method pull (line 1229) | def pull(self, pull: int, /) -> None: method drive (line 1238) | def drive(self, drive: int, /) -> None: method drive (line 1248) | def drive(self, /) -> int: class RTC (line 1257) | class RTC(): method init (line 1275) | def init(self) -> None: method init (line 1290) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1305) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1320) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1335) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1350) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1365) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 1379) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 1396) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1412) | def __init__(self, id: int = 0): method __init__ (line 1418) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1426) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1434) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1442) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1450) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1458) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1466) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1474) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1482) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1490) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1498) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1506) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1514) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class ADCBlock (line 1522) | class ADCBlock(): method init (line 1531) | def init(self, *, bits: int) -> None: method connect (line 1539) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1541) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1543) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 1564) | def __init__(self, id: int, *, bits: int) -> None: class ADC (line 1568) | class ADC(): method width (line 1597) | def width(self, bits: int) -> None: method init (line 1620) | def init(self, *, sample_ns, atten=ATTN_0DB) -> Incomplete: method read_u16 (line 1628) | def read_u16(self) -> int: method read_uv (line 1636) | def read_uv(self) -> int: method deinit (line 1644) | def deinit(self, *args, **kwargs) -> Incomplete: method read (line 1649) | def read(self) -> int: method atten (line 1663) | def atten(self, atten: int) -> None: method block (line 1671) | def block(self) -> Incomplete: method __init__ (line 1681) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: class I2CTarget (line 1696) | class I2CTarget(): method deinit (line 1724) | def deinit(self) -> Incomplete: method irq (line 1731) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1771) | def write(self, buf) -> int: method readinto (line 1779) | def readinto(self, buf) -> int: method __init__ (line 1786) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class DAC (line 1790) | class DAC(): method write (line 1791) | def write(self, *args, **kwargs) -> Incomplete: method __init__ (line 1794) | def __init__(self, *argv, **kwargs) -> None: class I2C (line 1798) | class I2C(): method readfrom_mem_into (line 1834) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1846) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1856) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1865) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1876) | def scan(self) -> List: method writeto (line 1884) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1894) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1910) | def start(self) -> None: method readfrom (line 1916) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1924) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1935) | def init(self, *, freq: int = 400_000) -> None: method init (line 1949) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1962) | def stop(self) -> None: method write (line 1968) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1977) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1994) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 2011) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class UART (line 2025) | class UART(): method irq (line 2067) | def irq(self, method sendbreak (line 2102) | def sendbreak(self) -> None: method deinit (line 2109) | def deinit(self) -> None: method init (line 2120) | def init( method init (line 2189) | def init( method init (line 2252) | def init( method flush (line 2314) | def flush(self) -> Incomplete: method txdone (line 2329) | def txdone(self) -> bool: method read (line 2345) | def read(self) -> bytes | None: method read (line 2356) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2366) | def any(self) -> int: method write (line 2381) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2390) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2401) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2411) | def readline(self) -> Union[str, None]: method __init__ (line 2420) | def __init__( method __init__ (line 2442) | def __init__( method __init__ (line 2458) | def __init__( class TouchPad (line 2474) | class TouchPad(): method config (line 2475) | def config(self, *args, **kwargs) -> Incomplete: method read (line 2478) | def read(self, *args, **kwargs) -> Incomplete: method __init__ (line 2481) | def __init__(self, *argv, **kwargs) -> None: class SDCard (line 2485) | class SDCard(AbstractBlockDev): method ioctl (line 2577) | def ioctl(self, *args, **kwargs) -> Incomplete: method readblocks (line 2581) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2591) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2601) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2612) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2626) | def info(self, *args, **kwargs) -> Incomplete: method deinit (line 2629) | def deinit(self, *args, **kwargs) -> Incomplete: method __init__ (line 2632) | def __init__(self, *argv, **kwargs) -> None: class USBDevice (line 2636) | class USBDevice(): method submit_xfer (line 2648) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2670) | def config(self, method remote_wakeup (line 2777) | def remote_wakeup(self) -> bool: method stall (line 2786) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2807) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2829) | class BUILTIN_CDC(): method __init__ (line 2835) | def __init__(self, *argv, **kwargs) -> None: class BUILTIN_NONE (line 2839) | class BUILTIN_NONE(): method __init__ (line 2845) | def __init__(self, *argv, **kwargs) -> None: class BUILTIN_DEFAULT (line 2849) | class BUILTIN_DEFAULT(): method __init__ (line 2855) | def __init__(self, *argv, **kwargs) -> None: method __init__ (line 2858) | def __init__(self) -> None: class WDT (line 2862) | class WDT(): method feed (line 2877) | def feed(self) -> None: method __init__ (line 2885) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Signal (line 2896) | class Signal(Pin): method off (line 2965) | def off(self) -> None: method on (line 2971) | def on(self) -> None: method value (line 2978) | def value(self) -> int: method value (line 2998) | def value(self, x: Any, /) -> None: method __init__ (line 3018) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3038) | def __init__( class SPI (line 3069) | class SPI(): method deinit (line 3125) | def deinit(self) -> None: method init (line 3132) | def init( method init (line 3167) | def init( method write_readinto (line 3199) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 3210) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 3218) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 3227) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 3237) | def __init__(self, id: int, /): method __init__ (line 3250) | def __init__( method __init__ (line 3276) | def __init__( class Timer (line 3300) | class Timer(): method deinit (line 3324) | def deinit(self) -> None: method init (line 3331) | def init( method init (line 3339) | def init( method init (line 3347) | def init( method value (line 3393) | def value(self, *args, **kwargs) -> Incomplete: method __init__ (line 3396) | def __init__(self, id: int, /): method __init__ (line 3406) | def __init__( method __init__ (line 3424) | def __init__( method __init__ (line 3442) | def __init__( class SoftI2C (line 3460) | class SoftI2C(I2C): method readfrom_mem_into (line 3472) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: method readfrom_into (line 3475) | def readfrom_into(self, *args, **kwargs) -> Incomplete: method readfrom_mem (line 3478) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: method writeto_mem (line 3481) | def writeto_mem(self, *args, **kwargs) -> Incomplete: method scan (line 3484) | def scan(self, *args, **kwargs) -> Incomplete: method writeto (line 3487) | def writeto(self, *args, **kwargs) -> Incomplete: method writevto (line 3490) | def writevto(self, *args, **kwargs) -> Incomplete: method start (line 3493) | def start(self, *args, **kwargs) -> Incomplete: method readfrom (line 3496) | def readfrom(self, *args, **kwargs) -> Incomplete: method readinto (line 3499) | def readinto(self, *args, **kwargs) -> Incomplete: method init (line 3502) | def init(self, *args, **kwargs) -> Incomplete: method stop (line 3505) | def stop(self, *args, **kwargs) -> Incomplete: method write (line 3508) | def write(self, *args, **kwargs) -> Incomplete: method __init__ (line 3511) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: class SoftSPI (line 3515) | class SoftSPI(SPI): method deinit (line 3523) | def deinit(self, *args, **kwargs) -> Incomplete: method init (line 3526) | def init(self, *args, **kwargs) -> Incomplete: method write_readinto (line 3529) | def write_readinto(self, *args, **kwargs) -> Incomplete: method read (line 3532) | def read(self, *args, **kwargs) -> Incomplete: method write (line 3535) | def write(self, *args, **kwargs) -> Incomplete: method readinto (line 3538) | def readinto(self, *args, **kwargs) -> Incomplete: method __init__ (line 3541) | def __init__(self, FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/math.pyi function ldexp (line 31) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 37) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 43) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 49) | def isclose(*args, **kwargs) -> Incomplete: function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/micropython.pyi function opt_level (line 24) | def opt_level() -> int: function opt_level (line 44) | def opt_level(level: int, /) -> None: function mem_info (line 64) | def mem_info() -> None: function mem_info (line 75) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 85) | def kbd_intr(chr: int) -> None: function qstr_info (line 99) | def qstr_info() -> None: function qstr_info (line 110) | def qstr_info(verbose: bool, /) -> None: function schedule (line 120) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 165) | def stack_use() -> int: function heap_unlock (line 173) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 239) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO(): method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 264) | def write(self, buf) -> int: method readline (line 273) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 283) | def any(self) -> int: method read (line 289) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 307) | def __init__(self, size) -> None: function viper (line 312) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 323) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 332) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 343) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/network.pyi function country (line 99) | def country(code: Optional[Any] = None) -> Incomplete: function hostname (line 112) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 140) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 155) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 172) | class LAN: method __init__ (line 195) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 197) | def active(self, /) -> bool: method active (line 205) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 212) | def isconnected(self) -> bool: method status (line 219) | def status(self) -> Incomplete: method ifconfig (line 225) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 237) | def config(self, config_parameters) -> Incomplete: method active (line 621) | def active(self, /) -> bool: method active (line 629) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 258) | class WLAN(): method ifconfig (line 292) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 303) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 313) | def ipconfig(self, *args, **kwargs) -> Incomplete: method isconnected (line 316) | def isconnected(self) -> bool: method scan (line 324) | def scan(self) -> List[Tuple]: method status (line 354) | def status(self) -> int: method status (line 384) | def status(self, param: str, /) -> int: method disconnect (line 413) | def disconnect(self) -> None: method active (line 420) | def active(self, /) -> bool: method active (line 428) | def active(self, is_active: bool | int, /) -> None: method config (line 436) | def config(self, param: str, /) -> Any: method config (line 471) | def config(self, **kwargs: Any) -> None: method connect (line 505) | def connect(self, method __init__ (line 520) | def __init__(self, interface_id: int = ..., /) -> None: class PPP (line 531) | class PPP(): method ifconfig (line 547) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 553) | def ipconfig(self, param) -> Incomplete: method isconnected (line 559) | def isconnected(self) -> bool: method poll (line 566) | def poll(self) -> Incomplete: method status (line 574) | def status(self) -> Incomplete: method disconnect (line 580) | def disconnect(self) -> Incomplete: method active (line 586) | def active(self, *args, **kwargs) -> Incomplete: method config (line 589) | def config(self, config_parameters) -> Incomplete: method connect (line 599) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 617) | def __init__(self, stream) -> None: class LAN (line 619) | class LAN: method __init__ (line 195) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 197) | def active(self, /) -> bool: method active (line 205) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 212) | def isconnected(self) -> bool: method status (line 219) | def status(self) -> Incomplete: method ifconfig (line 225) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 237) | def config(self, config_parameters) -> Incomplete: method active (line 621) | def active(self, /) -> bool: method active (line 629) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 635) | class WLANWiPy: method __init__ (line 637) | def __init__(self, id: int = 0, /): method __init__ (line 651) | def __init__( method mode (line 675) | def mode(self) -> int: method mode (line 681) | def mode(self, mode: int, /) -> None: method ssid (line 687) | def ssid(self) -> str: method ssid (line 693) | def ssid(self, ssid: str, /) -> None: method auth (line 699) | def auth(self) -> int: method auth (line 705) | def auth(self, auth: int, /) -> None: method channel (line 711) | def channel(self) -> int: method channel (line 717) | def channel(self, channel: int, /) -> None: method antenna (line 723) | def antenna(self) -> int: method antenna (line 729) | def antenna(self, antenna: int, /) -> None: method mac (line 735) | def mac(self) -> bytes: method mac (line 741) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 745) | class AbstractNIC: method active (line 749) | def active(self, /) -> bool: method active (line 760) | def active(self, is_active: bool | int, /) -> None: method connect (line 771) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 790) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 809) | def status(self) -> Any: method status (line 827) | def status(self, param: str, /) -> Any: method ifconfig (line 845) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 859) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 873) | def config(self, param: str, /) -> Any: method config (line 892) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/platform.pyi function platform (line 21) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 44) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/random.pyi function randrange (line 43) | def randrange(stop: int, /) -> int: function randrange (line 53) | def randrange(start: int, stop: int, /) -> int: function randrange (line 63) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 72) | def random() -> int: function seed (line 78) | def seed(n: int | None = None, /) -> None: function uniform (line 90) | def uniform(a: float, b: float) -> int: function choice (line 97) | def choice(sequence: Subscriptable, /) -> None: function randint (line 104) | def randint(a: int, b: int, /) -> int: function getrandbits (line 110) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/select.pyi function select (line 25) | def select(rlist: Iterable[Any], class poll (line 39) | class poll: method __init__ (line 44) | def __init__(self) -> None: ... method register (line 45) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 65) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 78) | def poll(self, timeout=-1, /) -> List: method ipoll (line 103) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/socket.pyi function getaddrinfo (line 94) | def getaddrinfo(host: str, class socket (line 144) | class socket(): method recvfrom (line 152) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 162) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 174) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 194) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 213) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 222) | def fileno(self, *args, **kwargs) -> Incomplete: method sendall (line 225) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 238) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 246) | def setblocking(self, value: bool, /) -> None: method sendto (line 258) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 265) | def settimeout(self, value: float | None, /) -> None: method readline (line 301) | def readline(self) -> bytes: method readinto (line 310) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 320) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 330) | def read(self) -> bytes: method read (line 340) | def read(self, size: int, /) -> bytes: method close (line 349) | def close(self) -> None: method connect (line 360) | def connect(self, address: _Address | bytes, /) -> None: method send (line 366) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 374) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 380) | def accept(self) -> Tuple: method write (line 389) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 400) | def __init__(self, FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/time.pyi function ticks_diff (line 52) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 118) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 145) | def ticks_cpu() -> _TicksCPU: function time (line 160) | def time() -> int: function ticks_ms (line 188) | def ticks_ms() -> int: function ticks_us (line 212) | def ticks_us() -> _TicksUs: function time_ns (line 218) | def time_ns() -> int: function localtime (line 225) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 247) | def sleep_us(us: int, /) -> None: function gmtime (line 257) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 279) | def sleep_ms(ms: int, /) -> None: function mktime (line 290) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 298) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/tls.pyi class SSLContext (line 19) | class SSLContext(): method load_verify_locations (line 20) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: method set_ciphers (line 23) | def set_ciphers(self, *args, **kwargs) -> Incomplete: method wrap_socket (line 26) | def wrap_socket(self, *args, **kwargs) -> Incomplete: method load_cert_chain (line 29) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: method get_ciphers (line 32) | def get_ciphers(self, *args, **kwargs) -> Incomplete: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/ucryptolib.pyi class aes (line 11) | class aes(): method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: method decrypt (line 15) | def decrypt(self, *args, **kwargs) -> Incomplete: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/uctypes.pyi function sizeof (line 58) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 66) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 84) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 93) | class struct(): method __init__ (line 98) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 106) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/uhashlib.pyi class sha1 (line 11) | class sha1(): method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: method update (line 15) | def update(self, *args, **kwargs) -> Incomplete: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: class sha256 (line 22) | class sha256(): method digest (line 23) | def digest(self, *args, **kwargs) -> Incomplete: method update (line 26) | def update(self, *args, **kwargs) -> Incomplete: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: class md5 (line 33) | class md5(): method digest (line 34) | def digest(self, *args, **kwargs) -> Incomplete: method update (line 37) | def update(self, *args, **kwargs) -> Incomplete: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/uheapq.pyi function heappop (line 10) | def heappop(*args, **kwargs) -> Incomplete: function heappush (line 13) | def heappush(*args, **kwargs) -> Incomplete: function heapify (line 16) | def heapify(*args, **kwargs) -> Incomplete: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 23) | def _send_str(self, s) -> None: ... method _recv_len (line 24) | def _recv_len(self): ... method set_callback (line 25) | def set_callback(self, f) -> None: ... method set_last_will (line 26) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 27) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 28) | def disconnect(self) -> None: ... method ping (line 29) | def ping(self) -> None: ... method publish (line 30) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 31) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 32) | def wait_msg(self): ... method check_msg (line 33) | def check_msg(self): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/urandom.pyi function randrange (line 10) | def randrange(*args, **kwargs) -> Incomplete: function random (line 13) | def random(*args, **kwargs) -> Incomplete: function seed (line 16) | def seed(*args, **kwargs) -> Incomplete: function uniform (line 19) | def uniform(*args, **kwargs) -> Incomplete: function choice (line 22) | def choice(*args, **kwargs) -> Incomplete: function randint (line 25) | def randint(*args, **kwargs) -> Incomplete: function getrandbits (line 28) | def getrandbits(*args, **kwargs) -> Incomplete: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/ure.pyi function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: function search (line 13) | def search(*args, **kwargs) -> Incomplete: function match (line 16) | def match(*args, **kwargs) -> Incomplete: function compile (line 19) | def compile(*args, **kwargs) -> Incomplete: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/uwebsocket.pyi class websocket (line 11) | class websocket(): method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: method write (line 18) | def write(self, *args, **kwargs) -> Incomplete: method close (line 21) | def close(self, *args, **kwargs) -> Incomplete: method readinto (line 24) | def readinto(self, *args, **kwargs) -> Incomplete: method read (line 27) | def read(self, *args, **kwargs) -> Incomplete: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/vfs.pyi function umount (line 32) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 43) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 55) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2(): method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: method mkfs (line 88) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 97) | def mount(self, *args, **kwargs) -> Incomplete: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Incomplete: method rmdir (line 103) | def rmdir(self, *args, **kwargs) -> Incomplete: method stat (line 106) | def stat(self, *args, **kwargs) -> Incomplete: method umount (line 109) | def umount(self, *args, **kwargs) -> Incomplete: method remove (line 112) | def remove(self, *args, **kwargs) -> Incomplete: method mkdir (line 115) | def mkdir(self, *args, **kwargs) -> Incomplete: method open (line 118) | def open(self, *args, **kwargs) -> Incomplete: method ilistdir (line 121) | def ilistdir(self, *args, **kwargs) -> Incomplete: method chdir (line 124) | def chdir(self, *args, **kwargs) -> Incomplete: method getcwd (line 127) | def getcwd(self, *args, **kwargs) -> Incomplete: method __init__ (line 130) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 134) | class VfsFat(): method rename (line 140) | def rename(self, *args, **kwargs) -> Incomplete: method mkfs (line 144) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 150) | def mount(self, *args, **kwargs) -> Incomplete: method statvfs (line 153) | def statvfs(self, *args, **kwargs) -> Incomplete: method rmdir (line 156) | def rmdir(self, *args, **kwargs) -> Incomplete: method stat (line 159) | def stat(self, *args, **kwargs) -> Incomplete: method umount (line 162) | def umount(self, *args, **kwargs) -> Incomplete: method remove (line 165) | def remove(self, *args, **kwargs) -> Incomplete: method mkdir (line 168) | def mkdir(self, *args, **kwargs) -> Incomplete: method open (line 171) | def open(self, *args, **kwargs) -> Incomplete: method ilistdir (line 174) | def ilistdir(self, *args, **kwargs) -> Incomplete: method chdir (line 177) | def chdir(self, *args, **kwargs) -> Incomplete: method getcwd (line 180) | def getcwd(self, *args, **kwargs) -> Incomplete: method __init__ (line 183) | def __init__(self, block_dev: AbstractBlockDev) -> None: class AbstractBlockDev (line 185) | class AbstractBlockDev: method readblocks (line 189) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 192) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 210) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 233) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 257) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 261) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s2-stubs/websocket.pyi class websocket (line 10) | class websocket(): method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: method ioctl (line 14) | def ioctl(self, *args, **kwargs) -> Incomplete: method write (line 17) | def write(self, *args, **kwargs) -> Incomplete: method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: method readinto (line 23) | def readinto(self, *args, **kwargs) -> Incomplete: method read (line 26) | def read(self, *args, **kwargs) -> Incomplete: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method irq (line 18) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 19) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 20) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 21) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 22) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 23) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 24) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 25) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 26) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 27) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 28) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 29) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 30) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 31) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 9) | def __aiter__(self): ... method __anext__ (line 10) | async def __anext__(self): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/argparse.pyi function _dest_from_optnames (line 10) | def _dest_from_optnames(*args, **kwargs) -> Incomplete: ... function namedtuple (line 11) | def namedtuple(*args, **kwargs) -> Incomplete: ... class _Arg (line 13) | class _Arg: method parse (line 14) | def parse(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... class ArgumentParser (line 17) | class ArgumentParser: method _parse_args_impl (line 18) | def _parse_args_impl(self, *args, **kwargs) -> Incomplete: ... method _parse_args (line 19) | def _parse_args(self, *args, **kwargs) -> Incomplete: ... method parse_known_args (line 20) | def parse_known_args(self, *args, **kwargs) -> Incomplete: ... method add_argument (line 21) | def add_argument(self, *args, **kwargs) -> Incomplete: ... method parse_args (line 22) | def parse_args(self, *args, **kwargs) -> Incomplete: ... method usage (line 23) | def usage(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... class _ArgError (line 26) | class _ArgError(Exception): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 65) | def gattc_write( method gatts_indicate (line 92) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 110) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 131) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 145) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 158) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 168) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 183) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 246) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 253) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 447) | def gap_advertise( method gap_connect (line 472) | def gap_connect( method gattc_discover_descriptors (line 504) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 514) | def config(self, param: str, /) -> Any: method config (line 578) | def config(self, **kwargs) -> None: method config (line 642) | def config(self, param: str, /) -> Any: method config (line 706) | def config(self, **kwargs) -> None: method active (line 770) | def active(self) -> bool: method active (line 779) | def active(self, active: bool, /) -> None: method active (line 788) | def active(self) -> bool: method active (line 797) | def active(self, active: bool, /) -> None: method gap_scan (line 805) | def gap_scan( method gattc_discover_characteristics (line 848) | def gattc_discover_characteristics( method gap_disconnect (line 870) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 885) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 903) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 914) | def __init__(self) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 74) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 75) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 76) | def flash_user_start() -> int: function flash_erase (line 82) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 88) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 97) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 105) | def flash_size() -> int: function sleep_type (line 113) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 135) | def sleep_type() -> int: function set_native_code_location (line 156) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 196) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/esp32.pyi function wake_on_ulp (line 28) | def wake_on_ulp(wake) -> None: function idf_heap_info (line 37) | def idf_heap_info(capabilities: int) -> List[Tuple]: function mcu_temperature (line 75) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function wake_on_touch (line 76) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ext1 (line 85) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ext0 (line 95) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function gpio_deep_sleep_hold (line 105) | def gpio_deep_sleep_hold(enable) -> None: class PCNT (line 112) | class PCNT: method deinit (line 131) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 132) | def init(self, *args, **kwargs) -> Incomplete: method irq (line 197) | def irq(self, handler=None, trigger=IRQ_ZERO) -> Callable[..., Incompl... method start (line 223) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 224) | def value(self, value: Optional[Any] = None) -> Incomplete: method stop (line 235) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 236) | def __init__(self, id, *args, **kwargs) -> None: ... class NVS (line 238) | class NVS: method get_i32 (line 251) | def get_i32(self, key: str, /) -> int: method set_i32 (line 258) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 264) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 273) | def commit(self) -> None: method get_blob (line 279) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 287) | def erase_key(self, key: str, /) -> None: method __init__ (line 293) | def __init__(self, namespace: str, /) -> None: class ULP (line 299) | class ULP: method run (line 305) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 311) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 317) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 323) | def __init__(self) -> None: class Partition (line 328) | class Partition(AbstractBlockDev): method readblocks (line 340) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 350) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 360) | def ioctl(self, op: int, arg) -> None: method ioctl (line 369) | def ioctl(self, op: int) -> int: method set_boot (line 377) | def set_boot(self) -> None: method writeblocks (line 389) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 400) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 414) | def info(self) -> Tuple: method find (line 421) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 432) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 441) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 454) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 460) | class RMT: method source_freq (line 505) | def source_freq(cls) -> int: method loop (line 512) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 521) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 531) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 561) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 591) | def write_pulses( method bitstream_channel (line 626) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 640) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 641) | def clock_div(self) -> int: method __init__ (line 648) | def __init__( FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/espnow.pyi class ESPNow (line 27) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 39) | def peer_count(self) -> int: method recv (line 50) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 90) | def mod_peer( method irecv (line 106) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 137) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 154) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 189) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 216) | def any(self) -> bool: method add_peer (line 236) | def add_peer( method active (line 303) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 334) | def send( method send (line 386) | def send( method config (line 436) | def config(self, param) -> str: method get_peers (line 482) | def get_peers(self) -> Tuple: method get_peer (line 489) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 507) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 524) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 556) | def __init__(self, buffer_size: int = 526, phy_rate: int = 0) -> None:... method __iter__ (line 559) | def __iter__(self) -> ESPNow: ... method __next__ (line 561) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 563) | class ESPNowBase: method irq (line 564) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 565) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 566) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 567) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 568) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 569) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 570) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 571) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 572) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 573) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 574) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 575) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 576) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 577) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 578) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 179) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 188) | def fill(self, c: int, /) -> None: method fill_rect (line 194) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__( FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/machine.pyi function lightsleep (line 48) | def lightsleep() -> None: function lightsleep (line 73) | def lightsleep(time_ms: int, /) -> None: function idle (line 97) | def idle() -> None: function deepsleep (line 113) | def deepsleep() -> NoReturn: function deepsleep (line 138) | def deepsleep(time_ms: int, /) -> NoReturn: function freq (line 163) | def freq() -> int: function freq (line 171) | def freq(hz: int, /) -> None: function freq (line 179) | def freq(self) -> int: function freq (line 187) | def freq( function bootloader (line 198) | def bootloader(value: Optional[Any] = None) -> None: function enable_irq (line 208) | def enable_irq(state: _IRQ_STATE, /) -> None: function dht_readinto (line 216) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 217) | def disable_irq() -> _IRQ_STATE: function bitstream (line 226) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function sleep (line 251) | def sleep() -> None: function soft_reset (line 257) | def soft_reset() -> NoReturn: function time_pulse_us (line 264) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 282) | def unique_id() -> bytes: function wake_reason (line 291) | def wake_reason() -> int: function reset_cause (line 299) | def reset_cause() -> int: function const (line 305) | def const(*args, **kwargs) -> Incomplete: ... function reset (line 306) | def reset() -> NoReturn: class Counter (line 313) | class Counter: method _configure (line 330) | def _configure(self, *args, **kwargs) -> Incomplete: ... method _overflow (line 331) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method init (line 332) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 355) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 377) | def deinit(self) -> None: class _PCNT (line 384) | class _PCNT: method deinit (line 396) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 397) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 398) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 399) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 400) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 401) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 402) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 404) | def __init__(self, id, *args, **kwargs) -> None: ... class Encoder (line 410) | class Encoder: method _overflow (line 423) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method _configure (line 424) | def _configure(self, *args, **kwargs) -> Incomplete: ... method phases (line 425) | def phases(self, *args, **kwargs) -> Incomplete: ... method init (line 426) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 453) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 462) | def deinit(self) -> None: class _PCNT (line 469) | class _PCNT: method deinit (line 481) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 482) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 483) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 484) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 485) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 486) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 487) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 489) | def __init__(self, id, *args, **kwargs) -> None: ... class I2S (line 491) | class I2S: method shift (line 567) | def shift( method init (line 580) | def init( method irq (line 597) | def irq( method readinto (line 609) | def readinto( method deinit (line 622) | def deinit(self) -> None: method write (line 628) | def write( method __init__ (line 641) | def __init__( class PWM (line 683) | class PWM: method duty_u16 (line 735) | def duty_u16(self) -> int: method duty_u16 (line 747) | def duty_u16( method init (line 762) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 770) | def freq(self) -> int: method freq (line 781) | def freq( method deinit (line 795) | def deinit(self) -> None: method duty_ns (line 802) | def duty_ns(self) -> int: method duty_ns (line 812) | def duty_ns( method duty (line 825) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 826) | def __init__( class Pin (line 851) | class Pin: method off (line 908) | def off(self) -> None: method irq (line 914) | def irq( method on (line 968) | def on(self) -> None: method toggle (line 974) | def toggle(self) -> Incomplete: method value (line 983) | def value(self) -> int: method value (line 1017) | def value(self, x: Any, /) -> None: method init (line 1050) | def init( class board (line 1068) | class board: method __init__ (line 1069) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1071) | def __init__( method __call__ (line 1146) | def __call__(self) -> int: method __call__ (line 1154) | def __call__(self, x: Any, /) -> None: method mode (line 1162) | def mode(self) -> int: method mode (line 1171) | def mode(self, mode: int, /) -> None: method pull (line 1180) | def pull(self) -> int: method pull (line 1189) | def pull(self, pull: int, /) -> None: method drive (line 1198) | def drive(self, drive: int, /) -> None: method drive (line 1208) | def drive(self, /) -> int: class RTC (line 1216) | class RTC: method init (line 1235) | def init(self) -> None: method init (line 1250) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1265) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1280) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1295) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1310) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1325) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 1339) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 1356) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1373) | def __init__(self, id: int = 0): method __init__ (line 1379) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1387) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1395) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1403) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1411) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1419) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1427) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1435) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1443) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1451) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1459) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1467) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1475) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SDCard (line 1482) | class SDCard(AbstractBlockDev): method ioctl (line 1575) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1577) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 1587) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1597) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1608) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 1622) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1623) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1624) | def __init__(self, *argv, **kwargs) -> None: ... class I2CTarget (line 1626) | class I2CTarget: method deinit (line 1655) | def deinit(self) -> Incomplete: method irq (line 1662) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1702) | def write(self, buf) -> int: method readinto (line 1710) | def readinto(self, buf) -> int: method __init__ (line 1717) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class ADC (line 1719) | class ADC: method width (line 1748) | def width(self, bits: int) -> None: method init (line 1771) | def init(self, *, sample_ns, atten=ATTN_0DB) -> Incomplete: method read_u16 (line 1779) | def read_u16(self) -> int: method read_uv (line 1787) | def read_uv(self) -> int: method deinit (line 1795) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 1798) | def read(self) -> int: method atten (line 1812) | def atten(self, atten: int) -> None: method block (line 1820) | def block(self) -> Incomplete: method __init__ (line 1830) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: class ADCBlock (line 1843) | class ADCBlock: method init (line 1853) | def init(self, *, bits: int) -> None: method connect (line 1861) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1863) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1865) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 1886) | def __init__(self, id: int, *, bits: int) -> None: ... class I2C (line 1888) | class I2C: method readfrom_mem_into (line 1925) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1937) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1947) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1956) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1967) | def scan(self) -> List: method writeto (line 1975) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1985) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 2001) | def start(self) -> None: method readfrom (line 2007) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 2015) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 2026) | def init(self, *, freq: int = 400_000) -> None: method init (line 2040) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 2053) | def stop(self) -> None: method write (line 2059) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 2068) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 2085) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 2102) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class TouchPad (line 2115) | class TouchPad: method config (line 2116) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2117) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2118) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 2120) | class UART: method irq (line 2163) | def irq( method sendbreak (line 2199) | def sendbreak(self) -> None: method deinit (line 2206) | def deinit(self) -> None: method init (line 2217) | def init( method init (line 2286) | def init( method init (line 2349) | def init( method flush (line 2411) | def flush(self) -> Incomplete: method txdone (line 2426) | def txdone(self) -> bool: method read (line 2442) | def read(self) -> bytes | None: method read (line 2453) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2463) | def any(self) -> int: method write (line 2478) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2487) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2498) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2508) | def readline(self) -> Union[str, None]: method __init__ (line 2518) | def __init__( method __init__ (line 2540) | def __init__( method __init__ (line 2556) | def __init__( class USBDevice (line 2571) | class USBDevice: method submit_xfer (line 2584) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2606) | def config( method remote_wakeup (line 2714) | def remote_wakeup(self) -> bool: method stall (line 2723) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2744) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2765) | class BUILTIN_CDC: method __init__ (line 2773) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2775) | class BUILTIN_NONE: method __init__ (line 2781) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2783) | class BUILTIN_DEFAULT: method __init__ (line 2791) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2793) | def __init__(self) -> None: ... class WDT (line 2795) | class WDT: method feed (line 2811) | def feed(self) -> None: method __init__ (line 2819) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SPI (line 2828) | class SPI: method deinit (line 2885) | def deinit(self) -> None: method init (line 2892) | def init( method init (line 2927) | def init( method write_readinto (line 2959) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2970) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2978) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2987) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2998) | def __init__(self, id: int, /): method __init__ (line 3011) | def __init__( method __init__ (line 3037) | def __init__( class Timer (line 3060) | class Timer: method deinit (line 3085) | def deinit(self) -> None: method init (line 3092) | def init( method init (line 3100) | def init( method init (line 3108) | def init( method value (line 3154) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3156) | def __init__(self, id: int, /): method __init__ (line 3166) | def __init__( method __init__ (line 3184) | def __init__( method __init__ (line 3202) | def __init__( class Signal (line 3219) | class Signal(Pin): method off (line 3289) | def off(self) -> None: method on (line 3295) | def on(self) -> None: method value (line 3302) | def value(self) -> int: method value (line 3322) | def value(self, x: Any, /) -> None: method __init__ (line 3342) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3362) | def __init__( class SoftI2C (line 3392) | class SoftI2C(I2C): method readfrom_mem_into (line 3405) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 3406) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 3407) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 3408) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 3409) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 3410) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 3411) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 3412) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 3413) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3414) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 3415) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 3416) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 3417) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3418) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SoftSPI (line 3420) | class SoftSPI(SPI): method deinit (line 3429) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 3430) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 3431) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 3432) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 3433) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3434) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3435) | def __init__( FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 238) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 251) | class RingIO: method readinto (line 252) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 262) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 281) | def any(self) -> int: method read (line 287) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 298) | def close(self) -> Incomplete: method __init__ (line 305) | def __init__(self, size) -> None: ... function viper (line 309) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 320) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 329) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 340) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/network.pyi function country (line 104) | def country(code: Optional[Any] = None) -> Incomplete: function hostname (line 117) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 145) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 160) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 177) | class LAN: method __init__ (line 200) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 202) | def active(self, /) -> bool: method active (line 210) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 224) | def status(self) -> Incomplete: method ifconfig (line 230) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 242) | def config(self, config_parameters) -> Incomplete: method active (line 622) | def active(self, /) -> bool: method active (line 630) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 262) | class WLAN: method ifconfig (line 297) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 308) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 318) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 319) | def isconnected(self) -> bool: method scan (line 327) | def scan(self) -> List[Tuple]: method status (line 357) | def status(self) -> int: method status (line 387) | def status(self, param: str, /) -> int: method disconnect (line 416) | def disconnect(self) -> None: method active (line 423) | def active(self, /) -> bool: method active (line 431) | def active(self, is_active: bool | int, /) -> None: method config (line 439) | def config(self, param: str, /) -> Any: method config (line 474) | def config(self, **kwargs: Any) -> None: method connect (line 508) | def connect( method __init__ (line 524) | def __init__(self, interface_id: int = ..., /) -> None: class PPP (line 533) | class PPP: method ifconfig (line 550) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 556) | def ipconfig(self, param) -> Incomplete: method isconnected (line 562) | def isconnected(self) -> bool: method poll (line 569) | def poll(self) -> Incomplete: method status (line 577) | def status(self) -> Incomplete: method disconnect (line 583) | def disconnect(self) -> Incomplete: method active (line 589) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 590) | def config(self, config_parameters) -> Incomplete: method connect (line 600) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 618) | def __init__(self, stream) -> None: ... class LAN (line 620) | class LAN: method __init__ (line 200) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 202) | def active(self, /) -> bool: method active (line 210) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 224) | def status(self) -> Incomplete: method ifconfig (line 230) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 242) | def config(self, config_parameters) -> Incomplete: method active (line 622) | def active(self, /) -> bool: method active (line 630) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 637) | class WLANWiPy: method __init__ (line 639) | def __init__(self, id: int = 0, /): method __init__ (line 653) | def __init__( method mode (line 677) | def mode(self) -> int: method mode (line 683) | def mode(self, mode: int, /) -> None: method ssid (line 689) | def ssid(self) -> str: method ssid (line 695) | def ssid(self, ssid: str, /) -> None: method auth (line 701) | def auth(self) -> int: method auth (line 707) | def auth(self, auth: int, /) -> None: method channel (line 713) | def channel(self) -> int: method channel (line 719) | def channel(self, channel: int, /) -> None: method antenna (line 725) | def antenna(self) -> int: method antenna (line 731) | def antenna(self, antenna: int, /) -> None: method mac (line 737) | def mac(self) -> bytes: method mac (line 743) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 748) | class AbstractNIC: method active (line 751) | def active(self, /) -> bool: method active (line 762) | def active(self, is_active: bool | int, /) -> None: method connect (line 773) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 792) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 811) | def status(self) -> Any: method status (line 829) | def status(self, param: str, /) -> Any: method ifconfig (line 847) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 861) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 875) | def config(self, param: str, /) -> Any: method config (line 894) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/socket.pyi function getaddrinfo (line 96) | def getaddrinfo( class socket (line 146) | class socket: method recvfrom (line 155) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 165) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 177) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 197) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 216) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 225) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 226) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 239) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 247) | def setblocking(self, value: bool, /) -> None: method sendto (line 259) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 266) | def settimeout(self, value: float | None, /) -> None: method readline (line 302) | def readline(self) -> bytes: method readinto (line 311) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 331) | def read(self) -> bytes: method read (line 341) | def read(self, size: int, /) -> bytes: method close (line 350) | def close(self) -> None: method connect (line 361) | def connect(self, address: _Address | bytes, /) -> None: method send (line 367) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 375) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 381) | def accept(self) -> Tuple: method write (line 390) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 401) | def __init__( FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/uctypes.pyi function sizeof (line 60) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 68) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 77) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 86) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 107) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/uhashlib.pyi class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 16) | class sha256: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 21) | class md5: method digest (line 22) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 23) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 23) | def _send_str(self, s) -> None: ... method _recv_len (line 24) | def _recv_len(self): ... method set_callback (line 25) | def set_callback(self, f) -> None: ... method set_last_will (line 26) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 27) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 28) | def disconnect(self) -> None: ... method ping (line 29) | def ping(self) -> None: ... method publish (line 30) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 31) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 32) | def wait_msg(self): ... method check_msg (line 33) | def check_msg(self): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_26_0-esp32-esp32_generic_s3-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-esp32-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method irq (line 18) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 19) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 20) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 21) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 22) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 23) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 24) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 25) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 26) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 27) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 28) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 29) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 30) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 31) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp32-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 9) | def __aiter__(self): ... method __anext__ (line 10) | async def __anext__(self): ... FILE: publish/micropython-v1_26_0-esp32-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_26_0-esp32-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-esp32-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 65) | def gattc_write( method gatts_indicate (line 92) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 110) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 131) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 145) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 158) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 168) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 183) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 246) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 253) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 447) | def gap_advertise( method gap_connect (line 472) | def gap_connect( method gattc_discover_descriptors (line 504) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 514) | def config(self, param: str, /) -> Any: method config (line 578) | def config(self, **kwargs) -> None: method config (line 642) | def config(self, param: str, /) -> Any: method config (line 706) | def config(self, **kwargs) -> None: method active (line 770) | def active(self) -> bool: method active (line 779) | def active(self, active: bool, /) -> None: method active (line 788) | def active(self) -> bool: method active (line 797) | def active(self, active: bool, /) -> None: method gap_scan (line 805) | def gap_scan( method gattc_discover_characteristics (line 848) | def gattc_discover_characteristics( method gap_disconnect (line 870) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 885) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 903) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 914) | def __init__(self) -> None: FILE: publish/micropython-v1_26_0-esp32-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_26_0-esp32-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_0-esp32-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_0-esp32-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-esp32-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-esp32-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_0-esp32-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 74) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 75) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 76) | def flash_user_start() -> int: function flash_erase (line 82) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 88) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 97) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 105) | def flash_size() -> int: function sleep_type (line 113) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 135) | def sleep_type() -> int: function set_native_code_location (line 156) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 196) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_26_0-esp32-stubs/esp32.pyi function wake_on_ulp (line 28) | def wake_on_ulp(wake) -> None: function idf_heap_info (line 37) | def idf_heap_info(capabilities: int) -> List[Tuple]: function raw_temperature (line 75) | def raw_temperature() -> int: function wake_on_touch (line 81) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ext1 (line 90) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ext0 (line 100) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function gpio_deep_sleep_hold (line 110) | def gpio_deep_sleep_hold(enable) -> None: class PCNT (line 117) | class PCNT: method deinit (line 136) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 137) | def init(self, *args, **kwargs) -> Incomplete: method irq (line 202) | def irq(self, handler=None, trigger=IRQ_ZERO) -> Callable[..., Incompl... method start (line 228) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 229) | def value(self, value: Optional[Any] = None) -> Incomplete: method stop (line 240) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 241) | def __init__(self, id, *args, **kwargs) -> None: ... class NVS (line 243) | class NVS: method get_i32 (line 256) | def get_i32(self, key: str, /) -> int: method set_i32 (line 263) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 269) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 278) | def commit(self) -> None: method get_blob (line 284) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 292) | def erase_key(self, key: str, /) -> None: method __init__ (line 298) | def __init__(self, namespace: str, /) -> None: class ULP (line 304) | class ULP: method run (line 310) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 316) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 322) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 328) | def __init__(self) -> None: class Partition (line 333) | class Partition(AbstractBlockDev): method readblocks (line 345) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 355) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 365) | def ioctl(self, op: int, arg) -> None: method ioctl (line 374) | def ioctl(self, op: int) -> int: method set_boot (line 382) | def set_boot(self) -> None: method writeblocks (line 394) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 405) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 419) | def info(self) -> Tuple: method find (line 426) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 437) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 446) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 459) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 465) | class RMT: method source_freq (line 510) | def source_freq(cls) -> int: method loop (line 517) | def loop(self, enable_loop: bool, /) -> None: method wait_done (line 526) | def wait_done(self, *, timeout: int = 0) -> bool: method write_pulses (line 536) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 566) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 596) | def write_pulses( method bitstream_channel (line 631) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 645) | def deinit(self, *args, **kwargs) -> Incomplete: ... method clock_div (line 646) | def clock_div(self) -> int: method __init__ (line 653) | def __init__( FILE: publish/micropython-v1_26_0-esp32-stubs/espnow.pyi class ESPNow (line 27) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 39) | def peer_count(self) -> int: method recv (line 50) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 90) | def mod_peer( method irecv (line 106) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 137) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 154) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 189) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 216) | def any(self) -> bool: method add_peer (line 236) | def add_peer( method active (line 303) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 334) | def send( method send (line 386) | def send( method config (line 436) | def config(self, param) -> str: method get_peers (line 482) | def get_peers(self) -> Tuple: method get_peer (line 489) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 507) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 524) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 556) | def __init__(self, buffer_size: int = 526, phy_rate: int = 0) -> None:... method __iter__ (line 559) | def __iter__(self) -> ESPNow: ... method __next__ (line 561) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 563) | class ESPNowBase: method irq (line 564) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 565) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 566) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 567) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 568) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 569) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 570) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 571) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 572) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 573) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 574) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 575) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 576) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 577) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 578) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 179) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 188) | def fill(self, c: int, /) -> None: method fill_rect (line 194) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__( FILE: publish/micropython-v1_26_0-esp32-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-esp32-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha256 (line 72) | class sha256(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): class md5 (line 106) | class md5(_Hash): method digest (line 113) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 114) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 115) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_26_0-esp32-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-esp32-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_26_0-esp32-stubs/machine.pyi function idle (line 47) | def idle() -> None: function lightsleep (line 63) | def lightsleep() -> None: function lightsleep (line 88) | def lightsleep(time_ms: int, /) -> None: function bitstream (line 112) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 136) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function deepsleep (line 138) | def deepsleep() -> NoReturn: function deepsleep (line 163) | def deepsleep(time_ms: int, /) -> NoReturn: function freq (line 188) | def freq() -> int: function freq (line 196) | def freq(hz: int, /) -> None: function freq (line 204) | def freq(self) -> int: function freq (line 212) | def freq( function disable_irq (line 223) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 232) | def enable_irq(state: _IRQ_STATE, /) -> None: function sleep (line 241) | def sleep() -> None: function soft_reset (line 247) | def soft_reset() -> NoReturn: function time_pulse_us (line 254) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 272) | def unique_id() -> bytes: function wake_reason (line 281) | def wake_reason() -> int: function reset_cause (line 289) | def reset_cause() -> int: function const (line 295) | def const(*args, **kwargs) -> Incomplete: ... function reset (line 296) | def reset() -> NoReturn: class Counter (line 303) | class Counter: method _configure (line 320) | def _configure(self, *args, **kwargs) -> Incomplete: ... method _overflow (line 321) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method init (line 322) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 345) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 367) | def deinit(self) -> None: class _PCNT (line 374) | class _PCNT: method deinit (line 386) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 387) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 388) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 389) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 390) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 391) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 392) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 394) | def __init__(self, id, *args, **kwargs) -> None: ... class Encoder (line 400) | class Encoder: method _overflow (line 413) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method _configure (line 414) | def _configure(self, *args, **kwargs) -> Incomplete: ... method phases (line 415) | def phases(self, *args, **kwargs) -> Incomplete: ... method init (line 416) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 443) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 452) | def deinit(self) -> None: class _PCNT (line 459) | class _PCNT: method deinit (line 471) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 472) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 473) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 474) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 475) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 476) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 477) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 479) | def __init__(self, id, *args, **kwargs) -> None: ... class I2S (line 481) | class I2S: method shift (line 557) | def shift( method init (line 570) | def init( method irq (line 587) | def irq( method readinto (line 599) | def readinto( method deinit (line 612) | def deinit(self) -> None: method write (line 618) | def write( method __init__ (line 631) | def __init__( class PWM (line 673) | class PWM: method duty_u16 (line 725) | def duty_u16(self) -> int: method duty_u16 (line 737) | def duty_u16( method init (line 752) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 760) | def freq(self) -> int: method freq (line 771) | def freq( method deinit (line 785) | def deinit(self) -> None: method duty_ns (line 792) | def duty_ns(self) -> int: method duty_ns (line 802) | def duty_ns( method duty (line 815) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 816) | def __init__( class Pin (line 841) | class Pin: method off (line 898) | def off(self) -> None: method irq (line 904) | def irq( method on (line 958) | def on(self) -> None: method toggle (line 964) | def toggle(self) -> Incomplete: method value (line 973) | def value(self) -> int: method value (line 1007) | def value(self, x: Any, /) -> None: method init (line 1040) | def init( class board (line 1058) | class board: method __init__ (line 1059) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1061) | def __init__( method __call__ (line 1136) | def __call__(self) -> int: method __call__ (line 1144) | def __call__(self, x: Any, /) -> None: method mode (line 1152) | def mode(self) -> int: method mode (line 1161) | def mode(self, mode: int, /) -> None: method pull (line 1170) | def pull(self) -> int: method pull (line 1179) | def pull(self, pull: int, /) -> None: method drive (line 1188) | def drive(self, drive: int, /) -> None: method drive (line 1198) | def drive(self, /) -> int: class RTC (line 1206) | class RTC: method init (line 1225) | def init(self) -> None: method init (line 1240) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1255) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1270) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1285) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1300) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1315) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 1329) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 1346) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1363) | def __init__(self, id: int = 0): method __init__ (line 1369) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1377) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1385) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1393) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1401) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1409) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1417) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1425) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1433) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1441) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1449) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1457) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1465) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class I2C (line 1472) | class I2C: method readfrom_mem_into (line 1509) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1521) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1531) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1540) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1551) | def scan(self) -> List: method writeto (line 1559) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1569) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1585) | def start(self) -> None: method readfrom (line 1591) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1599) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1610) | def init(self, *, freq: int = 400_000) -> None: method init (line 1624) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1637) | def stop(self) -> None: method write (line 1643) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1652) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1669) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1686) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class ADC (line 1699) | class ADC: method width (line 1728) | def width(self, bits: int) -> None: method init (line 1751) | def init(self, *, sample_ns, atten=ATTN_0DB) -> Incomplete: method read_u16 (line 1759) | def read_u16(self) -> int: method read_uv (line 1767) | def read_uv(self) -> int: method deinit (line 1775) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 1778) | def read(self) -> int: method atten (line 1792) | def atten(self, atten: int) -> None: method block (line 1800) | def block(self) -> Incomplete: method __init__ (line 1810) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: class ADCBlock (line 1823) | class ADCBlock: method init (line 1833) | def init(self, *, bits: int) -> None: method connect (line 1841) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1843) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1845) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 1866) | def __init__(self, id: int, *, bits: int) -> None: ... class DAC (line 1868) | class DAC: method write (line 1869) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1870) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 1872) | class Timer: method deinit (line 1897) | def deinit(self) -> None: method init (line 1904) | def init( method init (line 1912) | def init( method init (line 1920) | def init( method value (line 1966) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1968) | def __init__(self, id: int, /): method __init__ (line 1978) | def __init__( method __init__ (line 1996) | def __init__( method __init__ (line 2014) | def __init__( class TouchPad (line 2031) | class TouchPad: method config (line 2032) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2033) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2034) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 2036) | class UART: method irq (line 2079) | def irq( method sendbreak (line 2115) | def sendbreak(self) -> None: method deinit (line 2122) | def deinit(self) -> None: method init (line 2133) | def init( method init (line 2202) | def init( method init (line 2265) | def init( method flush (line 2327) | def flush(self) -> Incomplete: method txdone (line 2342) | def txdone(self) -> bool: method read (line 2358) | def read(self) -> bytes | None: method read (line 2369) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2379) | def any(self) -> int: method write (line 2394) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2403) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2414) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2424) | def readline(self) -> Union[str, None]: method __init__ (line 2434) | def __init__( method __init__ (line 2456) | def __init__( method __init__ (line 2472) | def __init__( class WDT (line 2487) | class WDT: method feed (line 2503) | def feed(self) -> None: method __init__ (line 2511) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SDCard (line 2520) | class SDCard(AbstractBlockDev): method ioctl (line 2613) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2615) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2625) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2635) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2646) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2660) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2661) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2662) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 2664) | class SoftSPI(SPI): method deinit (line 2673) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2674) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2675) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2676) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2677) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2678) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2679) | def __init__( class SPI (line 2692) | class SPI: method deinit (line 2749) | def deinit(self) -> None: method init (line 2756) | def init( method init (line 2791) | def init( method write_readinto (line 2823) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2834) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2842) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2851) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2862) | def __init__(self, id: int, /): method __init__ (line 2875) | def __init__( method __init__ (line 2901) | def __init__( class Signal (line 2924) | class Signal(Pin): method off (line 2994) | def off(self) -> None: method on (line 3000) | def on(self) -> None: method value (line 3007) | def value(self) -> int: method value (line 3027) | def value(self, x: Any, /) -> None: method __init__ (line 3047) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3067) | def __init__( class SoftI2C (line 3097) | class SoftI2C(I2C): method readfrom_mem_into (line 3110) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 3111) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 3112) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 3113) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 3114) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 3115) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 3116) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 3117) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 3118) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3119) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 3120) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 3121) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 3122) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3123) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... FILE: publish/micropython-v1_26_0-esp32-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-esp32-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 238) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 251) | class RingIO: method readinto (line 252) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 262) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 281) | def any(self) -> int: method read (line 287) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 298) | def close(self) -> Incomplete: method __init__ (line 305) | def __init__(self, size) -> None: ... function viper (line 309) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 320) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 329) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 340) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-esp32-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_26_0-esp32-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_26_0-esp32-stubs/network.pyi function country (line 106) | def country(code: Optional[Any] = None) -> Incomplete: function hostname (line 119) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 147) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 162) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 179) | class LAN: method __init__ (line 202) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 204) | def active(self, /) -> bool: method active (line 212) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 219) | def isconnected(self) -> bool: method status (line 226) | def status(self) -> Incomplete: method ifconfig (line 232) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 244) | def config(self, config_parameters) -> Incomplete: method active (line 624) | def active(self, /) -> bool: method active (line 632) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 264) | class WLAN: method ifconfig (line 299) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 310) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 320) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 321) | def isconnected(self) -> bool: method scan (line 329) | def scan(self) -> List[Tuple]: method status (line 359) | def status(self) -> int: method status (line 389) | def status(self, param: str, /) -> int: method disconnect (line 418) | def disconnect(self) -> None: method active (line 425) | def active(self, /) -> bool: method active (line 433) | def active(self, is_active: bool | int, /) -> None: method config (line 441) | def config(self, param: str, /) -> Any: method config (line 476) | def config(self, **kwargs: Any) -> None: method connect (line 510) | def connect( method __init__ (line 526) | def __init__(self, interface_id: int = ..., /) -> None: class PPP (line 535) | class PPP: method ifconfig (line 552) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 558) | def ipconfig(self, param) -> Incomplete: method isconnected (line 564) | def isconnected(self) -> bool: method poll (line 571) | def poll(self) -> Incomplete: method status (line 579) | def status(self) -> Incomplete: method disconnect (line 585) | def disconnect(self) -> Incomplete: method active (line 591) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 592) | def config(self, config_parameters) -> Incomplete: method connect (line 602) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 620) | def __init__(self, stream) -> None: ... class LAN (line 622) | class LAN: method __init__ (line 202) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 204) | def active(self, /) -> bool: method active (line 212) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 219) | def isconnected(self) -> bool: method status (line 226) | def status(self) -> Incomplete: method ifconfig (line 232) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 244) | def config(self, config_parameters) -> Incomplete: method active (line 624) | def active(self, /) -> bool: method active (line 632) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 639) | class WLANWiPy: method __init__ (line 641) | def __init__(self, id: int = 0, /): method __init__ (line 655) | def __init__( method mode (line 679) | def mode(self) -> int: method mode (line 685) | def mode(self, mode: int, /) -> None: method ssid (line 691) | def ssid(self) -> str: method ssid (line 697) | def ssid(self, ssid: str, /) -> None: method auth (line 703) | def auth(self) -> int: method auth (line 709) | def auth(self, auth: int, /) -> None: method channel (line 715) | def channel(self) -> int: method channel (line 721) | def channel(self, channel: int, /) -> None: method antenna (line 727) | def antenna(self) -> int: method antenna (line 733) | def antenna(self, antenna: int, /) -> None: method mac (line 739) | def mac(self) -> bytes: method mac (line 745) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 750) | class AbstractNIC: method active (line 753) | def active(self, /) -> bool: method active (line 764) | def active(self, is_active: bool | int, /) -> None: method connect (line 775) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 794) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 813) | def status(self) -> Any: method status (line 831) | def status(self, param: str, /) -> Any: method ifconfig (line 849) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 863) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 877) | def config(self, param: str, /) -> Any: method config (line 896) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_26_0-esp32-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_26_0-esp32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-esp32-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-esp32-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-esp32-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_26_0-esp32-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-esp32-stubs/socket.pyi function getaddrinfo (line 96) | def getaddrinfo( class socket (line 146) | class socket: method recvfrom (line 155) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 165) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 177) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 197) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 216) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 225) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 226) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 239) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 247) | def setblocking(self, value: bool, /) -> None: method sendto (line 259) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 266) | def settimeout(self, value: float | None, /) -> None: method readline (line 302) | def readline(self) -> bytes: method readinto (line 311) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 331) | def read(self) -> bytes: method read (line 341) | def read(self, size: int, /) -> bytes: method close (line 350) | def close(self) -> None: method connect (line 361) | def connect(self, address: _Address | bytes, /) -> None: method send (line 367) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 375) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 381) | def accept(self) -> Tuple: method write (line 390) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 401) | def __init__( FILE: publish/micropython-v1_26_0-esp32-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-esp32-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-stubs/uctypes.pyi function sizeof (line 60) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 68) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 77) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 86) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 107) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-esp32-stubs/uhashlib.pyi class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 16) | class sha256: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 21) | class md5: method digest (line 22) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 23) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp32-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_26_0-esp32-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 23) | def _send_str(self, s) -> None: ... method _recv_len (line 24) | def _recv_len(self): ... method set_callback (line 25) | def set_callback(self, f) -> None: ... method set_last_will (line 26) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 27) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 28) | def disconnect(self) -> None: ... method ping (line 29) | def ping(self) -> None: ... method publish (line 30) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 31) | def subscribe(self, topic, qos: int = 0) -> None: ... method wait_msg (line 32) | def wait_msg(self): ... method check_msg (line 33) | def check_msg(self): ... FILE: publish/micropython-v1_26_0-esp32-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_26_0-esp32-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp32-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp32-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_26_0-esp32-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp32-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-esp32-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_26_0-esp32-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_26_0-esp32-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method del_peer (line 18) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 19) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 20) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 22) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 23) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 24) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = 4) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/binascii.pyi function unhexlify (line 22) | def unhexlify(data: str | bytes, /) -> bytes: function hexlify (line 29) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/esp.pyi function flash_user_start (line 26) | def flash_user_start() -> int: function freemem (line 32) | def freemem(*args, **kwargs) -> Incomplete: ... function free (line 33) | def free(*args, **kwargs) -> Incomplete: ... function flash_write (line 34) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function malloc (line 39) | def malloc(*args, **kwargs) -> Incomplete: ... function set_native_code_location (line 41) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 81) | def set_native_code_location(start: int, length: int, /) -> None: function osdebug (line 120) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function meminfo (line 160) | def meminfo(*args, **kwargs) -> Incomplete: ... function sleep_type (line 164) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 186) | def sleep_type() -> int: function flash_size (line 206) | def flash_size() -> int: function deepsleep (line 212) | def deepsleep(time_us: int = 0, /) -> None: function check_fw (line 225) | def check_fw(*args, **kwargs) -> Incomplete: ... function apa102_write (line 226) | def apa102_write(*args, **kwargs) -> Incomplete: ... function esf_free_bufs (line 227) | def esf_free_bufs(*args, **kwargs) -> Incomplete: ... function flash_read (line 229) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 238) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_id (line 246) | def flash_id() -> int: function flash_erase (line 254) | def flash_erase(sector_no: int, /) -> None: FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/espnow.pyi function poll (line 28) | def poll(*args, **kwargs) -> Incomplete: ... class ESPNow (line 30) | class ESPNow(ESPNowBase, Iterator): method irecv (line 42) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method recv (line 73) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method recvinto (line 113) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 148) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method send (line 176) | def send( method send (line 228) | def send( method del_peer (line 278) | def del_peer(self, mac: _MACAddress) -> None: method any (line 295) | def any(self) -> bool: method config (line 315) | def config(self, param) -> str: method active (line 361) | def active(self, flag: Optional[Any] = None) -> Incomplete: method add_peer (line 391) | def add_peer( method __init__ (line 458) | def __init__(self, buffer_size: int = 526, phy_rate: int = 0) -> None:... method __iter__ (line 461) | def __iter__(self) -> ESPNow: ... method __next__ (line 463) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 465) | class ESPNowBase: method del_peer (line 466) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 467) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 468) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 469) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 470) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 471) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 472) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 473) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf, off: int = 0) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf, off=None) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 179) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 188) | def fill(self, c: int, /) -> None: method fill_rect (line 194) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__( FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/lwip.pyi function reset (line 27) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 28) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 29) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 30) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 32) | class socket: method recvfrom (line 33) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 34) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 35) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 36) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 38) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 39) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 40) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 41) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 43) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 44) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 46) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 47) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 48) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 49) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 50) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/machine.pyi function enable_irq (line 42) | def enable_irq(state: _IRQ_STATE, /) -> None: function freq (line 51) | def freq() -> int: function freq (line 59) | def freq(hz: int, /) -> None: function freq (line 67) | def freq(self) -> int: function freq (line 75) | def freq( function unique_id (line 86) | def unique_id() -> bytes: function deepsleep (line 96) | def deepsleep() -> NoReturn: function deepsleep (line 121) | def deepsleep(time_ms: int, /) -> NoReturn: function disable_irq (line 145) | def disable_irq() -> _IRQ_STATE: function dht_readinto (line 154) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 155) | def soft_reset() -> NoReturn: function sleep (line 163) | def sleep() -> None: function time_pulse_us (line 169) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function idle (line 187) | def idle() -> None: function lightsleep (line 203) | def lightsleep() -> None: function lightsleep (line 228) | def lightsleep(time_ms: int, /) -> None: function reset_cause (line 252) | def reset_cause() -> int: function reset (line 258) | def reset() -> NoReturn: function bitstream (line 265) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 289) | class RTC: method datetime (line 306) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method irq (line 322) | def irq( method memory (line 340) | def memory(self, data: Any | None = None) -> bytes: method alarm_left (line 357) | def alarm_left(self, alarm_id: int = 0, /) -> int: method alarm (line 364) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 372) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 380) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 388) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 396) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 404) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 412) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method __init__ (line 420) | def __init__(self, id: int = 0): method __init__ (line 426) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 434) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 442) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 450) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 458) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 466) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 474) | def init(self) -> None: method init (line 489) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 504) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 519) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 534) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 549) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 564) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... class Pin (line 578) | class Pin: method off (line 632) | def off(self) -> None: method toggle (line 638) | def toggle(self) -> Incomplete: method on (line 646) | def on(self) -> None: method value (line 653) | def value(self) -> int: method value (line 687) | def value(self, x: Any, /) -> None: method irq (line 720) | def irq( method init (line 774) | def init( method __init__ (line 792) | def __init__( method __call__ (line 867) | def __call__(self) -> int: method __call__ (line 875) | def __call__(self, x: Any, /) -> None: method mode (line 883) | def mode(self) -> int: method mode (line 892) | def mode(self, mode: int, /) -> None: method pull (line 901) | def pull(self) -> int: method pull (line 910) | def pull(self, pull: int, /) -> None: method drive (line 919) | def drive(self, drive: int, /) -> None: method drive (line 929) | def drive(self, /) -> int: class ADC (line 940) | class ADC: method read_u16 (line 966) | def read_u16(self) -> int: method read (line 976) | def read(self) -> int: method __init__ (line 988) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 1003) | def width(self, bits: int) -> None: method atten (line 1028) | def atten(self, atten: int) -> None: class PWM (line 1036) | class PWM: method duty_u16 (line 1088) | def duty_u16(self) -> int: method duty_u16 (line 1100) | def duty_u16( method init (line 1115) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 1123) | def freq(self) -> int: method freq (line 1134) | def freq( method deinit (line 1148) | def deinit(self) -> None: method duty_ns (line 1155) | def duty_ns(self) -> int: method duty_ns (line 1165) | def duty_ns( method duty (line 1178) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1179) | def __init__( class I2C (line 1204) | class I2C: method readfrom_mem_into (line 1241) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1253) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1263) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1272) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1283) | def scan(self) -> List: method writeto (line 1291) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1301) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1317) | def start(self) -> None: method readfrom (line 1323) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1331) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1342) | def init(self, *, freq: int = 400_000) -> None: method init (line 1356) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1369) | def stop(self) -> None: method write (line 1375) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1384) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1401) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1418) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1431) | class WDT: method feed (line 1447) | def feed(self) -> None: method __init__ (line 1455) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1464) | class Timer: method init (line 1491) | def init( method init (line 1499) | def init( method init (line 1507) | def init( method deinit (line 1553) | def deinit(self) -> None: method __init__ (line 1560) | def __init__(self, id: int, /): method __init__ (line 1570) | def __init__( method __init__ (line 1588) | def __init__( method __init__ (line 1606) | def __init__( class SoftSPI (line 1623) | class SoftSPI(SPI): method deinit (line 1632) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1633) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1634) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1635) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1636) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1637) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1638) | def __init__( class UART (line 1651) | class UART: method write (line 1690) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method deinit (line 1698) | def deinit(self) -> None: method flush (line 1708) | def flush(self) -> Incomplete: method init (line 1724) | def init( method init (line 1793) | def init( method init (line 1856) | def init( method txdone (line 1918) | def txdone(self) -> bool: method readline (line 1933) | def readline(self) -> Union[str, None]: method any (line 1942) | def any(self) -> int: method read (line 1958) | def read(self) -> bytes | None: method read (line 1969) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1980) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1991) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method __init__ (line 2002) | def __init__( method __init__ (line 2024) | def __init__( method __init__ (line 2040) | def __init__( class SPI (line 2057) | class SPI: method deinit (line 2114) | def deinit(self) -> None: method init (line 2121) | def init( method init (line 2156) | def init( method write_readinto (line 2188) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2199) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2207) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2216) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2227) | def __init__(self, id: int, /): method __init__ (line 2240) | def __init__( method __init__ (line 2266) | def __init__( class SoftI2C (line 2289) | class SoftI2C(I2C): method readfrom_mem_into (line 2302) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2303) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2304) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2305) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2306) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2307) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2308) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2309) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2310) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2311) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2312) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2313) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2314) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2315) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class Signal (line 2317) | class Signal(Pin): method off (line 2387) | def off(self) -> None: method on (line 2393) | def on(self) -> None: method value (line 2400) | def value(self) -> int: method value (line 2420) | def value(self, x: Any, /) -> None: method __init__ (line 2440) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2460) | def __init__( class ADCBlock (line 2490) | class ADCBlock: method connect (line 2492) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 2494) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 2496) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 2517) | class SDCard: method readblocks (line 2519) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2529) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2539) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2550) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/math.pyi function isnan (line 30) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 36) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function frexp (line 42) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function isinf (line 51) | def isinf(x: SupportsFloat, /) -> bool: function isfinite (line 57) | def isfinite(x: SupportsFloat, /) -> bool: function trunc (line 63) | def trunc(x: SupportsFloat, /) -> int: function sqrt (line 69) | def sqrt(x: SupportsFloat, /) -> float: function log (line 75) | def log(x: SupportsFloat, /) -> float: function tan (line 83) | def tan(x: SupportsFloat, /) -> float: function modf (line 89) | def modf(x: SupportsFloat, /) -> Tuple: function sin (line 96) | def sin(x: SupportsFloat, /) -> float: function radians (line 102) | def radians(x: SupportsFloat, /) -> float: function atan (line 108) | def atan(x: SupportsFloat, /) -> float: function ceil (line 114) | def ceil(x: SupportsFloat, /) -> int: function atan2 (line 120) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function pow (line 126) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asin (line 132) | def asin(x: SupportsFloat, /) -> float: function acos (line 138) | def acos(x: SupportsFloat, /) -> float: function fmod (line 144) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function fabs (line 150) | def fabs(x: SupportsFloat, /) -> float: function copysign (line 156) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function floor (line 162) | def floor(x: SupportsFloat, /) -> int: function cos (line 168) | def cos(x: SupportsFloat, /) -> float: function exp (line 174) | def exp(x: SupportsFloat, /) -> float: function degrees (line 180) | def degrees(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 238) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 251) | class RingIO: method readinto (line 252) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 262) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 281) | def any(self) -> int: method read (line 287) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 298) | def close(self) -> Incomplete: method __init__ (line 305) | def __init__(self, size) -> None: ... function viper (line 309) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 320) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 329) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 340) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/network.pyi function hostname (line 72) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 100) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 115) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: function country (line 132) | def country(code: Optional[Any] = None) -> Incomplete: class WLAN (line 145) | class WLAN: method ifconfig (line 169) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 180) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 190) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 191) | def isconnected(self) -> bool: method scan (line 199) | def scan(self) -> List[Tuple]: method status (line 229) | def status(self) -> int: method status (line 259) | def status(self, param: str, /) -> int: method disconnect (line 288) | def disconnect(self) -> None: method active (line 295) | def active(self, /) -> bool: method active (line 303) | def active(self, is_active: bool | int, /) -> None: method config (line 311) | def config(self, param: str, /) -> Any: method config (line 346) | def config(self, **kwargs: Any) -> None: method connect (line 380) | def connect( method __init__ (line 396) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 405) | class LAN: method active (line 407) | def active(self, /) -> bool: method active (line 415) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 422) | class WLANWiPy: method __init__ (line 424) | def __init__(self, id: int = 0, /): method __init__ (line 438) | def __init__( method mode (line 462) | def mode(self) -> int: method mode (line 468) | def mode(self, mode: int, /) -> None: method ssid (line 474) | def ssid(self) -> str: method ssid (line 480) | def ssid(self, ssid: str, /) -> None: method auth (line 486) | def auth(self) -> int: method auth (line 492) | def auth(self, auth: int, /) -> None: method channel (line 498) | def channel(self) -> int: method channel (line 504) | def channel(self, channel: int, /) -> None: method antenna (line 510) | def antenna(self) -> int: method antenna (line 516) | def antenna(self, antenna: int, /) -> None: method mac (line 522) | def mac(self) -> bytes: method mac (line 528) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 533) | class AbstractNIC: method active (line 536) | def active(self, /) -> bool: method active (line 547) | def active(self, is_active: bool | int, /) -> None: method connect (line 558) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 577) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 596) | def status(self) -> Any: method status (line 614) | def status(self, param: str, /) -> Any: method ifconfig (line 632) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 646) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 660) | def config(self, param: str, /) -> Any: method config (line 679) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/random.pyi function seed (line 43) | def seed(n: int | None = None, /) -> None: function getrandbits (line 55) | def getrandbits(n: int, /) -> int: function randrange (line 62) | def randrange(stop: int, /) -> int: function randrange (line 72) | def randrange(start: int, stop: int, /) -> int: function randrange (line 82) | def randrange(start: int, stop: int, step: int, /) -> int: FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/socket.pyi function reset (line 96) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 97) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 98) | def getaddrinfo( function callback (line 148) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 150) | class socket: method recvfrom (line 159) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 169) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 181) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 201) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 220) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 229) | def settimeout(self, value: float | None, /) -> None: method sendall (line 265) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 278) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 286) | def setblocking(self, value: bool, /) -> None: method sendto (line 298) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 305) | def readline(self) -> bytes: method readinto (line 314) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 324) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 334) | def read(self) -> bytes: method read (line 344) | def read(self, size: int, /) -> bytes: method close (line 353) | def close(self) -> None: method connect (line 364) | def connect(self, address: _Address | bytes, /) -> None: method send (line 370) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 378) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 384) | def accept(self) -> Tuple: method write (line 393) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/ssd1306.pyi function const (line 30) | def const(*args, **kwargs) -> Incomplete: ... class SSD1306_SPI (line 32) | class SSD1306_SPI: method contrast (line 33) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 34) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 35) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 37) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 38) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 39) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 40) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 42) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 43) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 44) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 45) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 46) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 47) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 48) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 49) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 50) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 51) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 52) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 53) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306_I2C (line 56) | class SSD1306_I2C: method contrast (line 57) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 58) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 59) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 60) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 61) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 62) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 64) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 65) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 66) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 67) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 68) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 69) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 70) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 71) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 72) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 73) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 74) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 75) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 76) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 77) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306 (line 80) | class SSD1306: method contrast (line 81) | def contrast(self, *args, **kwargs) -> Incomplete: ... method vline (line 82) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 83) | def text(self, *args, **kwargs) -> Incomplete: ... method scroll (line 84) | def scroll(self, *args, **kwargs) -> Incomplete: ... method rect (line 85) | def rect(self, *args, **kwargs) -> Incomplete: ... method init_display (line 86) | def init_display(self, *args, **kwargs) -> Incomplete: ... method rotate (line 87) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 88) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 89) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method show (line 90) | def show(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 91) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method fill (line 92) | def fill(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 93) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 94) | def blit(self, *args, **kwargs) -> Incomplete: ... method poly (line 95) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 96) | def hline(self, *args, **kwargs) -> Incomplete: ... method pixel (line 97) | def pixel(self, *args, **kwargs) -> Incomplete: ... method line (line 98) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 99) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/tls.pyi class SSLContext (line 15) | class SSLContext: method wrap_socket (line 16) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 17) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/uctypes.pyi function sizeof (line 60) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 68) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 77) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 86) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 107) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/umqtt/robust.pyi class MQTTClient (line 11) | class MQTTClient: method subscribe (line 14) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 16) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 18) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 20) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 21) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 22) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 23) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 24) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 25) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 26) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 27) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-esp8266_generic-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_26_0-esp8266-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-esp8266-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method del_peer (line 18) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 19) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 20) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 22) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 23) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 24) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp8266-stubs/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = 4) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-stubs/binascii.pyi function unhexlify (line 22) | def unhexlify(data: str | bytes, /) -> bytes: function hexlify (line 29) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-esp8266-stubs/btree.pyi function open (line 90) | def open( FILE: publish/micropython-v1_26_0-esp8266-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_0-esp8266-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-esp8266-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-esp8266-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_0-esp8266-stubs/esp.pyi function flash_user_start (line 26) | def flash_user_start() -> int: function freemem (line 32) | def freemem(*args, **kwargs) -> Incomplete: ... function free (line 33) | def free(*args, **kwargs) -> Incomplete: ... function flash_write (line 34) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function malloc (line 39) | def malloc(*args, **kwargs) -> Incomplete: ... function set_native_code_location (line 41) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 81) | def set_native_code_location(start: int, length: int, /) -> None: function osdebug (line 120) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function meminfo (line 160) | def meminfo(*args, **kwargs) -> Incomplete: ... function sleep_type (line 164) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 186) | def sleep_type() -> int: function flash_size (line 206) | def flash_size() -> int: function deepsleep (line 212) | def deepsleep(time_us: int = 0, /) -> None: function check_fw (line 225) | def check_fw(*args, **kwargs) -> Incomplete: ... function apa102_write (line 226) | def apa102_write(*args, **kwargs) -> Incomplete: ... function esf_free_bufs (line 227) | def esf_free_bufs(*args, **kwargs) -> Incomplete: ... function flash_read (line 229) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 238) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_id (line 246) | def flash_id() -> int: function flash_erase (line 254) | def flash_erase(sector_no: int, /) -> None: FILE: publish/micropython-v1_26_0-esp8266-stubs/espnow.pyi function poll (line 28) | def poll(*args, **kwargs) -> Incomplete: ... class ESPNow (line 30) | class ESPNow(ESPNowBase, Iterator): method irecv (line 42) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method recv (line 73) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method recvinto (line 113) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 148) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method send (line 176) | def send( method send (line 228) | def send( method del_peer (line 278) | def del_peer(self, mac: _MACAddress) -> None: method any (line 295) | def any(self) -> bool: method config (line 315) | def config(self, param) -> str: method active (line 361) | def active(self, flag: Optional[Any] = None) -> Incomplete: method add_peer (line 391) | def add_peer( method __init__ (line 458) | def __init__(self, buffer_size: int = 526, phy_rate: int = 0) -> None:... method __iter__ (line 461) | def __iter__(self) -> ESPNow: ... method __next__ (line 463) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 465) | class ESPNowBase: method del_peer (line 466) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 467) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 468) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 469) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 470) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 471) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 472) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 473) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-stubs/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf, off: int = 0) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf, off=None) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: publish/micropython-v1_26_0-esp8266-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 179) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 188) | def fill(self, c: int, /) -> None: method fill_rect (line 194) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__( FILE: publish/micropython-v1_26_0-esp8266-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-esp8266-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_26_0-esp8266-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-esp8266-stubs/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_26_0-esp8266-stubs/lwip.pyi function reset (line 27) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 28) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 29) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 30) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 32) | class socket: method recvfrom (line 33) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 34) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 35) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 36) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 38) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 39) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 40) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 41) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 43) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 44) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 46) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 47) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 48) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 49) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 50) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-stubs/machine.pyi function enable_irq (line 42) | def enable_irq(state: _IRQ_STATE, /) -> None: function freq (line 51) | def freq() -> int: function freq (line 59) | def freq(hz: int, /) -> None: function freq (line 67) | def freq(self) -> int: function freq (line 75) | def freq( function unique_id (line 86) | def unique_id() -> bytes: function deepsleep (line 96) | def deepsleep() -> NoReturn: function deepsleep (line 121) | def deepsleep(time_ms: int, /) -> NoReturn: function disable_irq (line 145) | def disable_irq() -> _IRQ_STATE: function dht_readinto (line 154) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 155) | def soft_reset() -> NoReturn: function sleep (line 163) | def sleep() -> None: function time_pulse_us (line 169) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function idle (line 187) | def idle() -> None: function lightsleep (line 203) | def lightsleep() -> None: function lightsleep (line 228) | def lightsleep(time_ms: int, /) -> None: function reset_cause (line 252) | def reset_cause() -> int: function reset (line 258) | def reset() -> NoReturn: function bitstream (line 265) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 289) | class RTC: method datetime (line 306) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method irq (line 322) | def irq( method memory (line 340) | def memory(self, data: Any | None = None) -> bytes: method alarm_left (line 357) | def alarm_left(self, alarm_id: int = 0, /) -> int: method alarm (line 364) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 372) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 380) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 388) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 396) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 404) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 412) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method __init__ (line 420) | def __init__(self, id: int = 0): method __init__ (line 426) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 434) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 442) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 450) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 458) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 466) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 474) | def init(self) -> None: method init (line 489) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 504) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 519) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 534) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 549) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 564) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... class Pin (line 578) | class Pin: method off (line 632) | def off(self) -> None: method toggle (line 638) | def toggle(self) -> Incomplete: method on (line 646) | def on(self) -> None: method value (line 653) | def value(self) -> int: method value (line 687) | def value(self, x: Any, /) -> None: method irq (line 720) | def irq( method init (line 774) | def init( method __init__ (line 792) | def __init__( method __call__ (line 867) | def __call__(self) -> int: method __call__ (line 875) | def __call__(self, x: Any, /) -> None: method mode (line 883) | def mode(self) -> int: method mode (line 892) | def mode(self, mode: int, /) -> None: method pull (line 901) | def pull(self) -> int: method pull (line 910) | def pull(self, pull: int, /) -> None: method drive (line 919) | def drive(self, drive: int, /) -> None: method drive (line 929) | def drive(self, /) -> int: class ADC (line 940) | class ADC: method read_u16 (line 966) | def read_u16(self) -> int: method read (line 976) | def read(self) -> int: method __init__ (line 988) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 1003) | def width(self, bits: int) -> None: method atten (line 1028) | def atten(self, atten: int) -> None: class PWM (line 1036) | class PWM: method duty_u16 (line 1088) | def duty_u16(self) -> int: method duty_u16 (line 1100) | def duty_u16( method init (line 1115) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 1123) | def freq(self) -> int: method freq (line 1134) | def freq( method deinit (line 1148) | def deinit(self) -> None: method duty_ns (line 1155) | def duty_ns(self) -> int: method duty_ns (line 1165) | def duty_ns( method duty (line 1178) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1179) | def __init__( class I2C (line 1204) | class I2C: method readfrom_mem_into (line 1241) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1253) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1263) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1272) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1283) | def scan(self) -> List: method writeto (line 1291) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1301) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1317) | def start(self) -> None: method readfrom (line 1323) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1331) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1342) | def init(self, *, freq: int = 400_000) -> None: method init (line 1356) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1369) | def stop(self) -> None: method write (line 1375) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1384) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1401) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1418) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1431) | class WDT: method feed (line 1447) | def feed(self) -> None: method __init__ (line 1455) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1464) | class Timer: method init (line 1491) | def init( method init (line 1499) | def init( method init (line 1507) | def init( method deinit (line 1553) | def deinit(self) -> None: method __init__ (line 1560) | def __init__(self, id: int, /): method __init__ (line 1570) | def __init__( method __init__ (line 1588) | def __init__( method __init__ (line 1606) | def __init__( class SoftSPI (line 1623) | class SoftSPI(SPI): method deinit (line 1632) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1633) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1634) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1635) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1636) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1637) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1638) | def __init__( class UART (line 1651) | class UART: method write (line 1690) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method deinit (line 1698) | def deinit(self) -> None: method flush (line 1708) | def flush(self) -> Incomplete: method init (line 1724) | def init( method init (line 1793) | def init( method init (line 1856) | def init( method txdone (line 1918) | def txdone(self) -> bool: method readline (line 1933) | def readline(self) -> Union[str, None]: method any (line 1942) | def any(self) -> int: method read (line 1958) | def read(self) -> bytes | None: method read (line 1969) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1980) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1991) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method __init__ (line 2002) | def __init__( method __init__ (line 2024) | def __init__( method __init__ (line 2040) | def __init__( class SPI (line 2057) | class SPI: method deinit (line 2114) | def deinit(self) -> None: method init (line 2121) | def init( method init (line 2156) | def init( method write_readinto (line 2188) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2199) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2207) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2216) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2227) | def __init__(self, id: int, /): method __init__ (line 2240) | def __init__( method __init__ (line 2266) | def __init__( class SoftI2C (line 2289) | class SoftI2C(I2C): method readfrom_mem_into (line 2302) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2303) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2304) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2305) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2306) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2307) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2308) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2309) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2310) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2311) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2312) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2313) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2314) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2315) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class Signal (line 2317) | class Signal(Pin): method off (line 2387) | def off(self) -> None: method on (line 2393) | def on(self) -> None: method value (line 2400) | def value(self) -> int: method value (line 2420) | def value(self, x: Any, /) -> None: method __init__ (line 2440) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2460) | def __init__( class ADCBlock (line 2490) | class ADCBlock: method connect (line 2492) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 2494) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 2496) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 2517) | class SDCard: method readblocks (line 2519) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2529) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2539) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2550) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_26_0-esp8266-stubs/math.pyi function isnan (line 30) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 36) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function frexp (line 42) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function isinf (line 51) | def isinf(x: SupportsFloat, /) -> bool: function isfinite (line 57) | def isfinite(x: SupportsFloat, /) -> bool: function trunc (line 63) | def trunc(x: SupportsFloat, /) -> int: function sqrt (line 69) | def sqrt(x: SupportsFloat, /) -> float: function log (line 75) | def log(x: SupportsFloat, /) -> float: function tan (line 83) | def tan(x: SupportsFloat, /) -> float: function modf (line 89) | def modf(x: SupportsFloat, /) -> Tuple: function sin (line 96) | def sin(x: SupportsFloat, /) -> float: function radians (line 102) | def radians(x: SupportsFloat, /) -> float: function atan (line 108) | def atan(x: SupportsFloat, /) -> float: function ceil (line 114) | def ceil(x: SupportsFloat, /) -> int: function atan2 (line 120) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function pow (line 126) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asin (line 132) | def asin(x: SupportsFloat, /) -> float: function acos (line 138) | def acos(x: SupportsFloat, /) -> float: function fmod (line 144) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function fabs (line 150) | def fabs(x: SupportsFloat, /) -> float: function copysign (line 156) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function floor (line 162) | def floor(x: SupportsFloat, /) -> int: function cos (line 168) | def cos(x: SupportsFloat, /) -> float: function exp (line 174) | def exp(x: SupportsFloat, /) -> float: function degrees (line 180) | def degrees(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-esp8266-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 238) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 251) | class RingIO: method readinto (line 252) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 262) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 281) | def any(self) -> int: method read (line 287) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 298) | def close(self) -> Incomplete: method __init__ (line 305) | def __init__(self, size) -> None: ... function viper (line 309) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 320) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 329) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 340) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-esp8266-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_26_0-esp8266-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_26_0-esp8266-stubs/network.pyi function hostname (line 72) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 100) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 115) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: function country (line 132) | def country(code: Optional[Any] = None) -> Incomplete: class WLAN (line 145) | class WLAN: method ifconfig (line 169) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 180) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 190) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 191) | def isconnected(self) -> bool: method scan (line 199) | def scan(self) -> List[Tuple]: method status (line 229) | def status(self) -> int: method status (line 259) | def status(self, param: str, /) -> int: method disconnect (line 288) | def disconnect(self) -> None: method active (line 295) | def active(self, /) -> bool: method active (line 303) | def active(self, is_active: bool | int, /) -> None: method config (line 311) | def config(self, param: str, /) -> Any: method config (line 346) | def config(self, **kwargs: Any) -> None: method connect (line 380) | def connect( method __init__ (line 396) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 405) | class LAN: method active (line 407) | def active(self, /) -> bool: method active (line 415) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 422) | class WLANWiPy: method __init__ (line 424) | def __init__(self, id: int = 0, /): method __init__ (line 438) | def __init__( method mode (line 462) | def mode(self) -> int: method mode (line 468) | def mode(self, mode: int, /) -> None: method ssid (line 474) | def ssid(self) -> str: method ssid (line 480) | def ssid(self, ssid: str, /) -> None: method auth (line 486) | def auth(self) -> int: method auth (line 492) | def auth(self, auth: int, /) -> None: method channel (line 498) | def channel(self) -> int: method channel (line 504) | def channel(self, channel: int, /) -> None: method antenna (line 510) | def antenna(self) -> int: method antenna (line 516) | def antenna(self, antenna: int, /) -> None: method mac (line 522) | def mac(self) -> bytes: method mac (line 528) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 533) | class AbstractNIC: method active (line 536) | def active(self, /) -> bool: method active (line 547) | def active(self, is_active: bool | int, /) -> None: method connect (line 558) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 577) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 596) | def status(self) -> Any: method status (line 614) | def status(self, param: str, /) -> Any: method ifconfig (line 632) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 646) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 660) | def config(self, param: str, /) -> Any: method config (line 679) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_26_0-esp8266-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_26_0-esp8266-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-esp8266-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-esp8266-stubs/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: publish/micropython-v1_26_0-esp8266-stubs/random.pyi function seed (line 43) | def seed(n: int | None = None, /) -> None: function getrandbits (line 55) | def getrandbits(n: int, /) -> int: function randrange (line 62) | def randrange(stop: int, /) -> int: function randrange (line 72) | def randrange(start: int, stop: int, /) -> int: function randrange (line 82) | def randrange(start: int, stop: int, step: int, /) -> int: FILE: publish/micropython-v1_26_0-esp8266-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_26_0-esp8266-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-esp8266-stubs/socket.pyi function reset (line 96) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 97) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 98) | def getaddrinfo( function callback (line 148) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 150) | class socket: method recvfrom (line 159) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 169) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 181) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 201) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 220) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 229) | def settimeout(self, value: float | None, /) -> None: method sendall (line 265) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 278) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 286) | def setblocking(self, value: bool, /) -> None: method sendto (line 298) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 305) | def readline(self) -> bytes: method readinto (line 314) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 324) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 334) | def read(self) -> bytes: method read (line 344) | def read(self, size: int, /) -> bytes: method close (line 353) | def close(self) -> None: method connect (line 364) | def connect(self, address: _Address | bytes, /) -> None: method send (line 370) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 378) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 384) | def accept(self) -> Tuple: method write (line 393) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_26_0-esp8266-stubs/ssd1306.pyi function const (line 30) | def const(*args, **kwargs) -> Incomplete: ... class SSD1306_SPI (line 32) | class SSD1306_SPI: method contrast (line 33) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 34) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 35) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 37) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 38) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 39) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 40) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 42) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 43) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 44) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 45) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 46) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 47) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 48) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 49) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 50) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 51) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 52) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 53) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306_I2C (line 56) | class SSD1306_I2C: method contrast (line 57) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 58) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 59) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 60) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 61) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 62) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 64) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 65) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 66) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 67) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 68) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 69) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 70) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 71) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 72) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 73) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 74) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 75) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 76) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 77) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306 (line 80) | class SSD1306: method contrast (line 81) | def contrast(self, *args, **kwargs) -> Incomplete: ... method vline (line 82) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 83) | def text(self, *args, **kwargs) -> Incomplete: ... method scroll (line 84) | def scroll(self, *args, **kwargs) -> Incomplete: ... method rect (line 85) | def rect(self, *args, **kwargs) -> Incomplete: ... method init_display (line 86) | def init_display(self, *args, **kwargs) -> Incomplete: ... method rotate (line 87) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 88) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 89) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method show (line 90) | def show(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 91) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method fill (line 92) | def fill(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 93) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 94) | def blit(self, *args, **kwargs) -> Incomplete: ... method poly (line 95) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 96) | def hline(self, *args, **kwargs) -> Incomplete: ... method pixel (line 97) | def pixel(self, *args, **kwargs) -> Incomplete: ... method line (line 98) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 99) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-esp8266-stubs/tls.pyi class SSLContext (line 15) | class SSLContext: method wrap_socket (line 16) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 17) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-stubs/uctypes.pyi function sizeof (line 60) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 68) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 77) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 86) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 107) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-esp8266-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-esp8266-stubs/umqtt/robust.pyi class MQTTClient (line 11) | class MQTTClient: method subscribe (line 14) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 16) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Incomplete: ... method ping (line 18) | def ping(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 20) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 21) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 22) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 23) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 24) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 25) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 26) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 27) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_26_0-esp8266-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_26_0-esp8266-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 179) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 188) | def fill(self, c: int, /) -> None: method fill_rect (line 194) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__( FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/machine.pyi function dht_readinto (line 42) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 43) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 52) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 60) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 85) | def deepsleep() -> NoReturn: function deepsleep (line 110) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 134) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 144) | def unique_id() -> bytes: function soft_reset (line 153) | def soft_reset() -> NoReturn: function reset_cause (line 160) | def reset_cause() -> int: function time_pulse_us (line 166) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 185) | def freq() -> int: function freq (line 193) | def freq(hz: int, /) -> None: function freq (line 201) | def freq(self) -> int: function freq (line 209) | def freq( function idle (line 220) | def idle() -> None: function reset (line 235) | def reset() -> NoReturn: function lightsleep (line 243) | def lightsleep() -> None: function lightsleep (line 268) | def lightsleep(time_ms: int, /) -> None: class PWM (line 296) | class PWM: method duty_u16 (line 348) | def duty_u16(self) -> int: method duty_u16 (line 360) | def duty_u16( method freq (line 376) | def freq(self) -> int: method freq (line 387) | def freq( method init (line 401) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 409) | def duty_ns(self) -> int: method duty_ns (line 419) | def duty_ns( method deinit (line 432) | def deinit(self) -> None: method __init__ (line 438) | def __init__( class WDT (line 463) | class WDT: method feed (line 479) | def feed(self) -> None: method __init__ (line 487) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 496) | class I2S: method shift (line 572) | def shift( method init (line 585) | def init( method irq (line 602) | def irq( method readinto (line 614) | def readinto( method deinit (line 627) | def deinit(self) -> None: method write (line 633) | def write( method __init__ (line 646) | def __init__( class ADC (line 688) | class ADC: method read_u16 (line 714) | def read_u16(self) -> int: method __init__ (line 722) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 737) | def width(self, bits: int) -> None: method read (line 762) | def read(self) -> int: method atten (line 776) | def atten(self, atten: int) -> None: class I2C (line 784) | class I2C: method readfrom_mem_into (line 821) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 833) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 843) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 852) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 863) | def scan(self) -> List: method writeto (line 871) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 881) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 897) | def start(self) -> None: method readfrom (line 903) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 911) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 922) | def init(self, *, freq: int = 400_000) -> None: method init (line 936) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 949) | def stop(self) -> None: method write (line 955) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 964) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 981) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 998) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1011) | class I2CTarget: method deinit (line 1040) | def deinit(self) -> Incomplete: method irq (line 1047) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1087) | def write(self, buf) -> int: method readinto (line 1095) | def readinto(self, buf) -> int: method __init__ (line 1102) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1104) | class SoftSPI(SPI): method deinit (line 1113) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1114) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1115) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1116) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1117) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1118) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1119) | def __init__( class Timer (line 1132) | class Timer: method init (line 1159) | def init( method init (line 1167) | def init( method init (line 1175) | def init( method deinit (line 1221) | def deinit(self) -> None: method __init__ (line 1228) | def __init__(self, id: int, /): method __init__ (line 1238) | def __init__( method __init__ (line 1256) | def __init__( method __init__ (line 1274) | def __init__( class UART (line 1291) | class UART: method irq (line 1332) | def irq( method sendbreak (line 1368) | def sendbreak(self) -> None: method deinit (line 1375) | def deinit(self) -> None: method init (line 1386) | def init( method init (line 1455) | def init( method init (line 1518) | def init( method flush (line 1580) | def flush(self) -> Incomplete: method txdone (line 1595) | def txdone(self) -> bool: method read (line 1611) | def read(self) -> bytes | None: method read (line 1622) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1632) | def any(self) -> int: method write (line 1647) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1656) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1667) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1677) | def readline(self) -> Union[str, None]: method __init__ (line 1687) | def __init__( method __init__ (line 1709) | def __init__( method __init__ (line 1725) | def __init__( class USBDevice (line 1740) | class USBDevice: method submit_xfer (line 1753) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1775) | def config( method remote_wakeup (line 1883) | def remote_wakeup(self) -> bool: method stall (line 1892) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1913) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1934) | class BUILTIN_CDC: method __init__ (line 1942) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1944) | class BUILTIN_NONE: method __init__ (line 1950) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1952) | class BUILTIN_DEFAULT: method __init__ (line 1960) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1962) | def __init__(self) -> None: ... class Pin (line 1964) | class Pin: method low (line 2027) | def low(self) -> None: method irq (line 2035) | def irq( method toggle (line 2089) | def toggle(self) -> Incomplete: method off (line 2097) | def off(self) -> None: method on (line 2103) | def on(self) -> None: method init (line 2109) | def init( method value (line 2128) | def value(self) -> int: method value (line 2162) | def value(self, x: Any, /) -> None: method high (line 2195) | def high(self) -> None: class cpu (line 2203) | class cpu: method __init__ (line 2234) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2236) | class board: method __init__ (line 2268) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2270) | def __init__( method __call__ (line 2345) | def __call__(self) -> int: method __call__ (line 2353) | def __call__(self, x: Any, /) -> None: method mode (line 2361) | def mode(self) -> int: method mode (line 2370) | def mode(self, mode: int, /) -> None: method pull (line 2379) | def pull(self) -> int: method pull (line 2388) | def pull(self, pull: int, /) -> None: method drive (line 2397) | def drive(self, drive: int, /) -> None: method drive (line 2407) | def drive(self, /) -> int: class SoftI2C (line 2415) | class SoftI2C(I2C): method readfrom_mem_into (line 2428) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2429) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2430) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2431) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2432) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2433) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2434) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2435) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2436) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2437) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2438) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2439) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2440) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2441) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class RTC (line 2443) | class RTC: method datetime (line 2460) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2477) | def __init__(self, id: int = 0): method __init__ (line 2483) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2491) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2499) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2507) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2515) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2523) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2531) | def init(self) -> None: method init (line 2546) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2561) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2576) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2591) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2606) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2621) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2636) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2644) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2652) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2660) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2668) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2676) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2684) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SPI (line 2691) | class SPI: method deinit (line 2748) | def deinit(self) -> None: method init (line 2755) | def init( method init (line 2790) | def init( method write_readinto (line 2822) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2833) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2841) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2850) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2861) | def __init__(self, id: int, /): method __init__ (line 2874) | def __init__( method __init__ (line 2900) | def __init__( class Signal (line 2923) | class Signal(Pin): method off (line 2993) | def off(self) -> None: method on (line 2999) | def on(self) -> None: method value (line 3006) | def value(self) -> int: method value (line 3026) | def value(self, x: Any, /) -> None: method __init__ (line 3046) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3066) | def __init__( class ADCBlock (line 3096) | class ADCBlock: method connect (line 3098) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3100) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3102) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 3123) | class SDCard: method readblocks (line 3125) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3135) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3145) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3156) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 238) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 251) | class RingIO: method readinto (line 252) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 262) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 281) | def any(self) -> int: method read (line 287) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 298) | def close(self) -> Incomplete: method __init__ (line 305) | def __init__(self, size) -> None: ... function viper (line 309) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 320) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 329) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 340) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/rp2/__init__.pyi function asm_pio_encode (line 69) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 79) | def bootsel_button() -> int: function asm_pio (line 92) | def asm_pio( function const (line 143) | def const(*args, **kwargs) -> Incomplete: ... class Flash (line 145) | class Flash(AbstractBlockDev): method readblocks (line 151) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 161) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 171) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 182) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 197) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 200) | def ioctl(self, op: int) -> int | None: method __init__ (line 207) | def __init__(self) -> None: ... class DMA (line 209) | class DMA: method irq (line 214) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 220) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 235) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 294) | def close(self) -> None: method config (line 301) | def config( method active (line 329) | def active(self, value: Any | None = None) -> bool: method __init__ (line 340) | def __init__( class StateMachine (line 349) | class StateMachine: method irq (line 359) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 367) | def put(self, value, shift=0): method restart (line 383) | def restart(self) -> None: method rx_fifo (line 398) | def rx_fifo(self) -> int: method tx_fifo (line 408) | def tx_fifo(self) -> int: method init (line 418) | def init( method exec (line 471) | def exec(self, instr) -> None: method get (line 487) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 499) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 510) | def __init__( class PIO (line 527) | class PIO: method state_machine (line 548) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 560) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 570) | def irq( method add_program (line 585) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 595) | def __init__(self, id) -> None: ... class PIOASMError (line 597) | class PIOASMError(Exception): ... class PIOASMEmit (line 599) | class PIOASMEmit: method in_ (line 609) | def in_(self, src: int, data) -> _PIO_ASM_Program: method side (line 642) | def side(self, value: int): method out (line 655) | def out(self, destination: int, bit_count: int) -> _PIO_ASM_Program: method jmp (line 693) | def jmp(self, condition, label: Incomplete | None = ...) -> _PIO_ASM_P... method start_pass (line 728) | def start_pass(self, pass_) -> None: method wrap (line 735) | def wrap(self) -> None: method word (line 746) | def word(self, instr, label: Incomplete | None = ...) -> _PIO_ASM_Prog... method wait (line 754) | def wait(self, polarity: int, src: int, index: int, /) -> _PIO_ASM_Pro... method wrap_target (line 789) | def wrap_target(self) -> None: method delay (line 798) | def delay(self, delay: int): method label (line 805) | def label(self, label: str) -> None: method irq (line 820) | def irq(self, mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: method set (line 839) | def set(self, destination: int, data) -> _PIO_ASM_Program: method mov (line 863) | def mov(self, dest, src, operation: int | None = None) -> _PIO_ASM_Pro... method push (line 909) | def push(self, value: int = ..., value2: int = ...) -> _PIO_ASM_Program: method pull (line 928) | def pull(self, block: int = block, timeout: int = 0) -> _PIO_ASM_Program: method nop (line 954) | def nop(self) -> _PIO_ASM_Program: method __init__ (line 962) | def __init__( method __getitem__ (line 977) | def __getitem__(self, key): ... method __getitem__ (line 979) | def __getitem__(self, key: int): ... method __getitem__ (line 981) | def __getitem__(self, key): ... method __getitem__ (line 983) | def __getitem__(self, key: int): ... FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> _PIO_ASM_Program: function side (line 121) | def side(value: int) -> _PIO_ASM_Program: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> _PIO_ASM_Program: function nop (line 178) | def nop() -> _PIO_ASM_Program: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> _PIO_ASM_Program: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> _PIO_ASM_Program: function in_ (line 256) | def in_(src, data) -> _PIO_ASM_Program: function out (line 289) | def out(destination: int, bit_count: int) -> _PIO_ASM_Program: function push (line 327) | def push(value: int = ..., value2: int = ...) -> _PIO_ASM_Program: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> _PIO_ASM_Program: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> _PIO_ASM_Program: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: function set (line 438) | def set(destination, data) -> _PIO_ASM_Program: FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/uctypes.pyi function sizeof (line 60) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 68) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 77) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 86) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 107) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-pimoroni_picolipo-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 179) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 188) | def fill(self, c: int, /) -> None: method fill_rect (line 194) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__( FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/machine.pyi function dht_readinto (line 42) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 43) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 52) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 60) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 85) | def deepsleep() -> NoReturn: function deepsleep (line 110) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 134) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 144) | def unique_id() -> bytes: function soft_reset (line 153) | def soft_reset() -> NoReturn: function reset_cause (line 160) | def reset_cause() -> int: function time_pulse_us (line 166) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 185) | def freq() -> int: function freq (line 193) | def freq(hz: int, /) -> None: function freq (line 201) | def freq(self) -> int: function freq (line 209) | def freq( function idle (line 220) | def idle() -> None: function reset (line 235) | def reset() -> NoReturn: function lightsleep (line 243) | def lightsleep() -> None: function lightsleep (line 268) | def lightsleep(time_ms: int, /) -> None: class PWM (line 296) | class PWM: method duty_u16 (line 348) | def duty_u16(self) -> int: method duty_u16 (line 360) | def duty_u16( method freq (line 376) | def freq(self) -> int: method freq (line 387) | def freq( method init (line 401) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 409) | def duty_ns(self) -> int: method duty_ns (line 419) | def duty_ns( method deinit (line 432) | def deinit(self) -> None: method __init__ (line 438) | def __init__( class WDT (line 463) | class WDT: method feed (line 479) | def feed(self) -> None: method __init__ (line 487) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 496) | class I2S: method shift (line 572) | def shift( method init (line 585) | def init( method irq (line 602) | def irq( method readinto (line 614) | def readinto( method deinit (line 627) | def deinit(self) -> None: method write (line 633) | def write( method __init__ (line 646) | def __init__( class ADC (line 688) | class ADC: method read_u16 (line 714) | def read_u16(self) -> int: method __init__ (line 722) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 737) | def width(self, bits: int) -> None: method read (line 762) | def read(self) -> int: method atten (line 776) | def atten(self, atten: int) -> None: class I2C (line 784) | class I2C: method readfrom_mem_into (line 821) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 833) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 843) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 852) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 863) | def scan(self) -> List: method writeto (line 871) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 881) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 897) | def start(self) -> None: method readfrom (line 903) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 911) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 922) | def init(self, *, freq: int = 400_000) -> None: method init (line 936) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 949) | def stop(self) -> None: method write (line 955) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 964) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 981) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 998) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1011) | class I2CTarget: method deinit (line 1040) | def deinit(self) -> Incomplete: method irq (line 1047) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1087) | def write(self, buf) -> int: method readinto (line 1095) | def readinto(self, buf) -> int: method __init__ (line 1102) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1104) | class SoftSPI(SPI): method deinit (line 1113) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1114) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1115) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1116) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1117) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1118) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1119) | def __init__( class Timer (line 1132) | class Timer: method init (line 1159) | def init( method init (line 1167) | def init( method init (line 1175) | def init( method deinit (line 1221) | def deinit(self) -> None: method __init__ (line 1228) | def __init__(self, id: int, /): method __init__ (line 1238) | def __init__( method __init__ (line 1256) | def __init__( method __init__ (line 1274) | def __init__( class UART (line 1291) | class UART: method irq (line 1332) | def irq( method sendbreak (line 1368) | def sendbreak(self) -> None: method deinit (line 1375) | def deinit(self) -> None: method init (line 1386) | def init( method init (line 1455) | def init( method init (line 1518) | def init( method flush (line 1580) | def flush(self) -> Incomplete: method txdone (line 1595) | def txdone(self) -> bool: method read (line 1611) | def read(self) -> bytes | None: method read (line 1622) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1632) | def any(self) -> int: method write (line 1647) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1656) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1667) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1677) | def readline(self) -> Union[str, None]: method __init__ (line 1687) | def __init__( method __init__ (line 1709) | def __init__( method __init__ (line 1725) | def __init__( class USBDevice (line 1740) | class USBDevice: method submit_xfer (line 1753) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1775) | def config( method remote_wakeup (line 1883) | def remote_wakeup(self) -> bool: method stall (line 1892) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1913) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1934) | class BUILTIN_CDC: method __init__ (line 1942) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1944) | class BUILTIN_NONE: method __init__ (line 1950) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1952) | class BUILTIN_DEFAULT: method __init__ (line 1960) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1962) | def __init__(self) -> None: ... class Pin (line 1964) | class Pin: method low (line 2027) | def low(self) -> None: method irq (line 2035) | def irq( method toggle (line 2089) | def toggle(self) -> Incomplete: method off (line 2097) | def off(self) -> None: method on (line 2103) | def on(self) -> None: method init (line 2109) | def init( method value (line 2128) | def value(self) -> int: method value (line 2162) | def value(self, x: Any, /) -> None: method high (line 2195) | def high(self) -> None: class cpu (line 2203) | class cpu: method __init__ (line 2234) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2236) | class board: method __init__ (line 2265) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2267) | def __init__( method __call__ (line 2342) | def __call__(self) -> int: method __call__ (line 2350) | def __call__(self, x: Any, /) -> None: method mode (line 2358) | def mode(self) -> int: method mode (line 2367) | def mode(self, mode: int, /) -> None: method pull (line 2376) | def pull(self) -> int: method pull (line 2385) | def pull(self, pull: int, /) -> None: method drive (line 2394) | def drive(self, drive: int, /) -> None: method drive (line 2404) | def drive(self, /) -> int: class SoftI2C (line 2412) | class SoftI2C(I2C): method readfrom_mem_into (line 2425) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2426) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2427) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2428) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2429) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2430) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2431) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2432) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2433) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2434) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2435) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2436) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2437) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2438) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class RTC (line 2440) | class RTC: method datetime (line 2457) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2474) | def __init__(self, id: int = 0): method __init__ (line 2480) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2488) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2496) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2504) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2512) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2520) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2528) | def init(self) -> None: method init (line 2543) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2558) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2573) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2588) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2603) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2618) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2633) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2641) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2649) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2657) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2665) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2673) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2681) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SPI (line 2688) | class SPI: method deinit (line 2745) | def deinit(self) -> None: method init (line 2752) | def init( method init (line 2787) | def init( method write_readinto (line 2819) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2830) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2838) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2847) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2858) | def __init__(self, id: int, /): method __init__ (line 2871) | def __init__( method __init__ (line 2897) | def __init__( class Signal (line 2920) | class Signal(Pin): method off (line 2990) | def off(self) -> None: method on (line 2996) | def on(self) -> None: method value (line 3003) | def value(self) -> int: method value (line 3023) | def value(self, x: Any, /) -> None: method __init__ (line 3043) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3063) | def __init__( class ADCBlock (line 3093) | class ADCBlock: method connect (line 3095) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3097) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3099) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 3120) | class SDCard: method readblocks (line 3122) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3132) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3142) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3153) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 238) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 251) | class RingIO: method readinto (line 252) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 262) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 281) | def any(self) -> int: method read (line 287) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 298) | def close(self) -> Incomplete: method __init__ (line 305) | def __init__(self, size) -> None: ... function viper (line 309) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 320) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 329) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 340) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/rp2/__init__.pyi function asm_pio_encode (line 69) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 79) | def bootsel_button() -> int: function asm_pio (line 92) | def asm_pio( function const (line 143) | def const(*args, **kwargs) -> Incomplete: ... class Flash (line 145) | class Flash(AbstractBlockDev): method readblocks (line 151) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 161) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 171) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 182) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 197) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 200) | def ioctl(self, op: int) -> int | None: method __init__ (line 207) | def __init__(self) -> None: ... class DMA (line 209) | class DMA: method irq (line 214) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 220) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 235) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 294) | def close(self) -> None: method config (line 301) | def config( method active (line 329) | def active(self, value: Any | None = None) -> bool: method __init__ (line 340) | def __init__( class StateMachine (line 349) | class StateMachine: method irq (line 359) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 367) | def put(self, value, shift=0): method restart (line 383) | def restart(self) -> None: method rx_fifo (line 398) | def rx_fifo(self) -> int: method tx_fifo (line 408) | def tx_fifo(self) -> int: method init (line 418) | def init( method exec (line 471) | def exec(self, instr) -> None: method get (line 487) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 499) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 510) | def __init__( class PIO (line 527) | class PIO: method state_machine (line 548) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 560) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 570) | def irq( method add_program (line 585) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 595) | def __init__(self, id) -> None: ... class PIOASMError (line 597) | class PIOASMError(Exception): ... class PIOASMEmit (line 599) | class PIOASMEmit: method in_ (line 609) | def in_(self, src: int, data) -> _PIO_ASM_Program: method side (line 642) | def side(self, value: int): method out (line 655) | def out(self, destination: int, bit_count: int) -> _PIO_ASM_Program: method jmp (line 693) | def jmp(self, condition, label: Incomplete | None = ...) -> _PIO_ASM_P... method start_pass (line 728) | def start_pass(self, pass_) -> None: method wrap (line 735) | def wrap(self) -> None: method word (line 746) | def word(self, instr, label: Incomplete | None = ...) -> _PIO_ASM_Prog... method wait (line 754) | def wait(self, polarity: int, src: int, index: int, /) -> _PIO_ASM_Pro... method wrap_target (line 789) | def wrap_target(self) -> None: method delay (line 798) | def delay(self, delay: int): method label (line 805) | def label(self, label: str) -> None: method irq (line 820) | def irq(self, mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: method set (line 839) | def set(self, destination: int, data) -> _PIO_ASM_Program: method mov (line 863) | def mov(self, dest, src, operation: int | None = None) -> _PIO_ASM_Pro... method push (line 909) | def push(self, value: int = ..., value2: int = ...) -> _PIO_ASM_Program: method pull (line 928) | def pull(self, block: int = block, timeout: int = 0) -> _PIO_ASM_Program: method nop (line 954) | def nop(self) -> _PIO_ASM_Program: method __init__ (line 962) | def __init__( method __getitem__ (line 977) | def __getitem__(self, key): ... method __getitem__ (line 979) | def __getitem__(self, key: int): ... method __getitem__ (line 981) | def __getitem__(self, key): ... method __getitem__ (line 983) | def __getitem__(self, key: int): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> _PIO_ASM_Program: function side (line 121) | def side(value: int) -> _PIO_ASM_Program: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> _PIO_ASM_Program: function nop (line 178) | def nop() -> _PIO_ASM_Program: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> _PIO_ASM_Program: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> _PIO_ASM_Program: function in_ (line 256) | def in_(src, data) -> _PIO_ASM_Program: function out (line 289) | def out(destination: int, bit_count: int) -> _PIO_ASM_Program: function push (line 327) | def push(value: int = ..., value2: int = ...) -> _PIO_ASM_Program: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> _PIO_ASM_Program: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> _PIO_ASM_Program: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: function set (line 438) | def set(destination, data) -> _PIO_ASM_Program: FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/uctypes.pyi function sizeof (line 60) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 68) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 77) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 86) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 107) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 99) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 106) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 111) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 119) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 127) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 133) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 148) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 157) | def blit( method hline (line 198) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 206) | def fill(self, c: int, /) -> None: method fill_rect (line 211) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 212) | def __init__( FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha1 (line 71) | class sha1(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/machine.pyi function dht_readinto (line 53) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 54) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 63) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 71) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 96) | def deepsleep() -> NoReturn: function deepsleep (line 121) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 145) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 155) | def unique_id() -> bytes: function soft_reset (line 164) | def soft_reset() -> NoReturn: function reset_cause (line 171) | def reset_cause() -> int: function time_pulse_us (line 177) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 196) | def freq() -> int: function freq (line 204) | def freq(hz: int, /) -> None: function freq (line 212) | def freq(self) -> int: function freq (line 220) | def freq( function idle (line 231) | def idle() -> None: function reset (line 246) | def reset() -> NoReturn: function lightsleep (line 254) | def lightsleep() -> None: function lightsleep (line 279) | def lightsleep(time_ms: int, /) -> None: class PWM (line 318) | class PWM: method duty_u16 (line 370) | def duty_u16(self) -> int: method duty_u16 (line 382) | def duty_u16( method freq (line 398) | def freq(self) -> int: method freq (line 409) | def freq( method init (line 422) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 430) | def duty_ns(self) -> int: method duty_ns (line 440) | def duty_ns( method deinit (line 452) | def deinit(self) -> None: method __init__ (line 457) | def __init__( class WDT (line 482) | class WDT: method feed (line 497) | def feed(self) -> None: method __init__ (line 504) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 513) | class I2S: method shift (line 593) | def shift( method init (line 605) | def init( method irq (line 621) | def irq( method readinto (line 632) | def readinto( method deinit (line 644) | def deinit(self) -> None: method write (line 649) | def write( method __init__ (line 661) | def __init__( class ADC (line 703) | class ADC: method read_u16 (line 729) | def read_u16(self) -> int: method __init__ (line 736) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 751) | def width(self, bits: int) -> None: method read (line 776) | def read(self) -> int: method atten (line 790) | def atten(self, atten: int) -> None: class I2C (line 798) | class I2C: method readfrom_mem_into (line 834) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 845) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 854) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 862) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 872) | def scan(self) -> List: method writeto (line 879) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 888) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 903) | def start(self) -> None: method readfrom (line 908) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 915) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 926) | def init(self, *, freq: int = 400_000) -> None: method init (line 940) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 952) | def stop(self) -> None: method write (line 957) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 966) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 983) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1000) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1013) | class I2CTarget: method deinit (line 1048) | def deinit(self) -> Incomplete: method irq (line 1054) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1093) | def write(self, buf) -> int: method readinto (line 1100) | def readinto(self, buf) -> int: method __init__ (line 1106) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1108) | class SoftSPI(SPI): method deinit (line 1119) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1120) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1121) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1122) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1123) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1124) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1125) | def __init__( class Timer (line 1138) | class Timer: method init (line 1167) | def init( method init (line 1175) | def init( method init (line 1183) | def init( method deinit (line 1228) | def deinit(self) -> None: method __init__ (line 1234) | def __init__(self, id: int, /): method __init__ (line 1244) | def __init__( method __init__ (line 1262) | def __init__( method __init__ (line 1280) | def __init__( class UART (line 1297) | class UART: method irq (line 1363) | def irq( method sendbreak (line 1398) | def sendbreak(self) -> None: method deinit (line 1404) | def deinit(self) -> None: method init (line 1415) | def init( method init (line 1484) | def init( method init (line 1547) | def init( method flush (line 1608) | def flush(self) -> Incomplete: method txdone (line 1622) | def txdone(self) -> bool: method read (line 1638) | def read(self) -> bytes | None: method read (line 1649) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1658) | def any(self) -> int: method write (line 1672) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1681) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1692) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1701) | def readline(self) -> Union[str, None]: method __init__ (line 1710) | def __init__( method __init__ (line 1732) | def __init__( method __init__ (line 1748) | def __init__( class USBDevice (line 1763) | class USBDevice: method submit_xfer (line 1776) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1797) | def config( method remote_wakeup (line 1904) | def remote_wakeup(self) -> bool: method stall (line 1912) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1932) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1953) | class BUILTIN_CDC: method __init__ (line 1959) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1961) | class BUILTIN_NONE: method __init__ (line 1967) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1969) | class BUILTIN_DEFAULT: method __init__ (line 1975) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1977) | def __init__(self) -> None: ... class Pin (line 1979) | class Pin: method low (line 2056) | def low(self) -> None: method irq (line 2063) | def irq( method toggle (line 2116) | def toggle(self) -> Incomplete: method off (line 2123) | def off(self) -> None: method on (line 2128) | def on(self) -> None: method init (line 2133) | def init( method value (line 2152) | def value(self) -> int: method value (line 2186) | def value(self, x: Any, /) -> None: method high (line 2218) | def high(self) -> None: class cpu (line 2226) | class cpu: method __init__ (line 2257) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2259) | class board: method __init__ (line 2288) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2290) | def __init__( method __call__ (line 2365) | def __call__(self) -> int: method __call__ (line 2373) | def __call__(self, x: Any, /) -> None: method mode (line 2381) | def mode(self) -> int: method mode (line 2390) | def mode(self, mode: int, /) -> None: method pull (line 2399) | def pull(self) -> int: method pull (line 2408) | def pull(self, pull: int, /) -> None: method drive (line 2417) | def drive(self, drive: int, /) -> None: method drive (line 2427) | def drive(self, /) -> int: class SoftI2C (line 2435) | class SoftI2C(I2C): method readfrom_mem_into (line 2447) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2448) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2449) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2450) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2451) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2452) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2453) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2454) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2455) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2456) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2457) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2458) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2459) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2460) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class RTC (line 2462) | class RTC: method datetime (line 2479) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2495) | def __init__(self, id: int = 0): method __init__ (line 2501) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2509) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2517) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2525) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2533) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2541) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2549) | def init(self) -> None: method init (line 2564) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2579) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2594) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2609) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2624) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2639) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2654) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2662) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2670) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2678) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2686) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2694) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2702) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SPI (line 2709) | class SPI: method deinit (line 2768) | def deinit(self) -> None: method init (line 2775) | def init( method init (line 2810) | def init( method write_readinto (line 2841) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2851) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2858) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2866) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2876) | def __init__(self, id: int, /): method __init__ (line 2889) | def __init__( method __init__ (line 2915) | def __init__( class Signal (line 2938) | class Signal(Pin): method off (line 3007) | def off(self) -> None: method on (line 3012) | def on(self) -> None: method value (line 3019) | def value(self) -> int: method value (line 3039) | def value(self, x: Any, /) -> None: method __init__ (line 3059) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3079) | def __init__( class ADCBlock (line 3109) | class ADCBlock: method connect (line 3111) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3113) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3115) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 3136) | class SDCard: method readblocks (line 3138) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3148) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3169) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 238) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 251) | class RingIO: method readinto (line 252) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 261) | def write(self, buf) -> int: method readline (line 269) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 278) | def any(self) -> int: method read (line 283) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 293) | def close(self) -> Incomplete: method __init__ (line 299) | def __init__(self, size) -> None: ... function viper (line 303) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 314) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 323) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 334) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/rp2/__init__.pyi function asm_pio_encode (line 69) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 79) | def bootsel_button() -> int: function asm_pio (line 92) | def asm_pio( function const (line 143) | def const(*args, **kwargs) -> Incomplete: ... class Flash (line 145) | class Flash(AbstractBlockDev): method readblocks (line 150) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 160) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 170) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 196) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 199) | def ioctl(self, op: int) -> int | None: method __init__ (line 205) | def __init__(self) -> None: ... class DMA (line 207) | class DMA: method irq (line 211) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 216) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 230) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 288) | def close(self) -> None: method config (line 294) | def config( method active (line 321) | def active(self, value: Any | None = None) -> bool: method __init__ (line 331) | def __init__( class StateMachine (line 340) | class StateMachine: method irq (line 349) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 356) | def put(self, value, shift=0): method restart (line 371) | def restart(self) -> None: method rx_fifo (line 385) | def rx_fifo(self) -> int: method tx_fifo (line 394) | def tx_fifo(self) -> int: method init (line 403) | def init( method exec (line 455) | def exec(self, instr) -> None: method get (line 470) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 481) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 491) | def __init__( class PIO (line 508) | class PIO: method state_machine (line 560) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 571) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 580) | def irq( method add_program (line 594) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 603) | def __init__(self, id) -> None: ... class PIOASMError (line 605) | class PIOASMError(Exception): ... class PIOASMEmit (line 607) | class PIOASMEmit: method in_ (line 616) | def in_(self, src: int, data) -> _PIO_ASM_Program: method side (line 648) | def side(self, value: int): method out (line 660) | def out(self, destination: int, bit_count: int) -> _PIO_ASM_Program: method jmp (line 697) | def jmp(self, condition, label: Incomplete | None = ...) -> _PIO_ASM_P... method start_pass (line 731) | def start_pass(self, pass_) -> None: method wrap (line 737) | def wrap(self) -> None: method word (line 747) | def word(self, instr, label: Incomplete | None = ...) -> _PIO_ASM_Prog... method wait (line 754) | def wait(self, polarity: int, src: int, index: int, /) -> _PIO_ASM_Pro... method wrap_target (line 788) | def wrap_target(self) -> None: method delay (line 796) | def delay(self, delay: int): method label (line 802) | def label(self, label: str) -> None: method irq (line 816) | def irq(self, mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: method set (line 834) | def set(self, destination: int, data) -> _PIO_ASM_Program: method mov (line 857) | def mov(self, dest, src, operation: int | None = None) -> _PIO_ASM_Pro... method push (line 902) | def push(self, value: int = ..., value2: int = ...) -> _PIO_ASM_Program: method pull (line 920) | def pull(self, block: int = block, timeout: int = 0) -> _PIO_ASM_Program: method nop (line 945) | def nop(self) -> _PIO_ASM_Program: method __init__ (line 952) | def __init__( method __getitem__ (line 967) | def __getitem__(self, key): ... method __getitem__ (line 969) | def __getitem__(self, key: int): ... method __getitem__ (line 971) | def __getitem__(self, key): ... method __getitem__ (line 973) | def __getitem__(self, key: int): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 112) | def delay(delay: int) -> _PIO_ASM_Program: function side (line 120) | def side(value: int) -> _PIO_ASM_Program: function wrap_target (line 133) | def wrap_target() -> None: function wrap (line 143) | def wrap() -> None: function label (line 154) | def label(label: str) -> None: function word (line 169) | def word(instr, label: Incomplete | None = ...) -> _PIO_ASM_Program: function nop (line 177) | def nop() -> _PIO_ASM_Program: function jmp (line 185) | def jmp(condition, label: Incomplete | None = ...) -> _PIO_ASM_Program: function wait (line 220) | def wait(polarity: int, src: int, index: int, /) -> _PIO_ASM_Program: function in_ (line 255) | def in_(src, data) -> _PIO_ASM_Program: function out (line 288) | def out(destination: int, bit_count: int) -> _PIO_ASM_Program: function push (line 326) | def push(value: int = ..., value2: int = ...) -> _PIO_ASM_Program: function pull (line 345) | def pull(block: int = block, timeout: int = 0) -> _PIO_ASM_Program: function mov (line 371) | def mov(dest, src, operation: Optional[int] = None) -> _PIO_ASM_Program: function irq (line 417) | def irq(mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: function set (line 437) | def set(destination, data) -> _PIO_ASM_Program: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/aioble/central.pyi function _central_irq (line 37) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 38) | def _central_shutdown() -> None: ... function _cancel_pending (line 39) | async def _cancel_pending() -> None: ... function _connect (line 40) | async def _connect(connection, timeout_ms, scan_duration_ms, min_conn_in... class ScanResult (line 42) | class ScanResult: method __init__ (line 48) | def __init__(self, device) -> None: ... method _update (line 49) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 50) | def __str__(self) -> str: ... method _decode_field (line 51) | def _decode_field(self, *adv_type) -> Generator[Incomplete]: ... method name (line 52) | def name(self): ... method services (line 53) | def services(self) -> Generator[Incomplete]: ... method manufacturer (line 54) | def manufacturer(self, filter=None) -> Generator[Incomplete]: ... class scan (line 56) | class scan: method __init__ (line 65) | def __init__(self, duration_ms, interval_us=None, window_us=None, acti... method __aenter__ (line 66) | async def __aenter__(self): ... method __aexit__ (line 67) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 68) | def __aiter__(self): ... method __anext__ (line 69) | async def __anext__(self): ... method cancel (line 70) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/aioble/client.pyi function _client_irq (line 26) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 28) | class ClientDiscover: method __init__ (line 37) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 38) | async def _start(self) -> None: ... method __aiter__ (line 39) | def __aiter__(self): ... method __anext__ (line 40) | async def __anext__(self): ... method _discover_result (line 41) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 42) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 44) | class ClientService: method __init__ (line 49) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 50) | def __str__(self) -> str: ... method characteristic (line 51) | async def characteristic(self, uuid, timeout_ms: int = 2000): ... method characteristics (line 52) | def characteristics(self, uuid=None, timeout_ms: int = 2000): ... method _start_discovery (line 53) | def _start_discovery(connection, uuid=None) -> None: ... class BaseClientCharacteristic (line 55) | class BaseClientCharacteristic: method __init__ (line 64) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 65) | def _register_with_connection(self) -> None: ... method _find (line 66) | def _find(conn_handle, value_handle): ... method _check (line 67) | def _check(self, flag) -> None: ... method read (line 68) | async def read(self, timeout_ms: int = 1000): ... method _read_result (line 69) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 70) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 71) | async def write(self, data, response=None, timeout_ms: int = 1000) -> ... method _write_done (line 72) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 74) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 82) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 83) | def __str__(self) -> str: ... method _connection (line 84) | def _connection(self): ... method descriptor (line 85) | async def descriptor(self, uuid, timeout_ms: int = 2000): ... method descriptors (line 86) | def descriptors(self, timeout_ms: int = 2000): ... method _start_discovery (line 87) | def _start_discovery(service, uuid=None) -> None: ... method _notified_indicated (line 88) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 89) | async def notified(self, timeout_ms=None): ... method _on_notify_indicate (line 90) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 91) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 92) | async def indicated(self, timeout_ms=None): ... method _on_indicate (line 93) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 94) | async def subscribe(self, notify: bool = True, indicate: bool = False)... class ClientDescriptor (line 96) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 99) | def __str__(self) -> str: ... method _connection (line 100) | def _connection(self): ... method _start_discovery (line 101) | def _start_discovery(characteristic, uuid=None) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/aioble/core.pyi function log_error (line 5) | def log_error(*args) -> None: ... function log_warn (line 6) | def log_warn(*args) -> None: ... function log_info (line 7) | def log_info(*args) -> None: ... class GattError (line 9) | class GattError(Exception): method __init__ (line 11) | def __init__(self, status) -> None: ... function ensure_active (line 13) | def ensure_active() -> None: ... function config (line 14) | def config(*args, **kwargs): ... function register_irq_handler (line 19) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 20) | def stop() -> None: ... function ble_irq (line 21) | def ble_irq(event, data): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/aioble/device.pyi class DeviceDisconnectedError (line 8) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 10) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 12) | class DeviceTimeout: method __init__ (line 17) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 18) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 19) | def __enter__(self) -> None: ... method __exit__ (line 20) | def __exit__( class Device (line 24) | class Device: method __init__ (line 28) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 29) | def __eq__(self, rhs): ... method __hash__ (line 30) | def __hash__(self): ... method __str__ (line 31) | def __str__(self) -> str: ... method addr_hex (line 32) | def addr_hex(self): ... method connect (line 33) | async def connect(self, timeout_ms: int = 10000, scan_duration_ms=None... class DeviceConnection (line 35) | class DeviceConnection: method __init__ (line 52) | def __init__(self, device) -> None: ... method device_task (line 53) | async def device_task(self) -> None: ... method _run_task (line 54) | def _run_task(self) -> None: ... method disconnect (line 55) | async def disconnect(self, timeout_ms: int = 2000) -> None: ... method disconnected (line 56) | async def disconnected(self, timeout_ms=None, disconnect: bool = False... method service (line 57) | async def service(self, uuid, timeout_ms: int = 2000): ... method services (line 58) | def services(self, uuid=None, timeout_ms: int = 2000): ... method pair (line 59) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 60) | def is_connected(self): ... method timeout (line 61) | def timeout(self, timeout_ms): ... method exchange_mtu (line 62) | async def exchange_mtu(self, mtu=None, timeout_ms: int = 1000): ... method l2cap_accept (line 63) | async def l2cap_accept(self, psm, mtu, timeout_ms=None): ... method l2cap_connect (line 64) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = 1000): ... method __aenter__ (line 65) | async def __aenter__(self): ... method __aexit__ (line 66) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/aioble/l2cap.pyi function _l2cap_irq (line 13) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 14) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 16) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 17) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 19) | class L2CAPChannel: method __init__ (line 28) | def __init__(self, connection) -> None: ... method _assert_connected (line 29) | def _assert_connected(self) -> None: ... method recvinto (line 30) | async def recvinto(self, buf, timeout_ms=None): ... method available (line 31) | def available(self): ... method send (line 32) | async def send(self, buf, timeout_ms=None, chunk_size=None) -> None: ... method flush (line 33) | async def flush(self, timeout_ms=None) -> None: ... method disconnect (line 34) | async def disconnect(self, timeout_ms: int = 1000) -> None: ... method disconnected (line 35) | async def disconnected(self, timeout_ms: int = 1000) -> None: ... method __aenter__ (line 36) | async def __aenter__(self): ... method __aexit__ (line 37) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 39) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 40) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/aioble/peripheral.pyi function _peripheral_irq (line 29) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 30) | def _peripheral_shutdown() -> None: ... function _append (line 31) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 32) | async def advertise( FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/aioble/security.pyi function load_secrets (line 23) | def load_secrets(path=None) -> None: ... function _save_secrets (line 24) | def _save_secrets(arg=None) -> None: ... function _security_irq (line 25) | def _security_irq(event, data): ... function _security_shutdown (line 26) | def _security_shutdown() -> None: ... function pair (line 27) | async def pair(connection, bond: bool = True, le_secure: bool = True, mi... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/aioble/server.pyi function _server_irq (line 32) | def _server_irq(event, data): ... function _server_shutdown (line 33) | def _server_shutdown() -> None: ... class Service (line 35) | class Service: method __init__ (line 38) | def __init__(self, uuid) -> None: ... method _tuple (line 39) | def _tuple(self): ... class BaseCharacteristic (line 41) | class BaseCharacteristic: method _register (line 44) | def _register(self, value_handle) -> None: ... method read (line 45) | def read(self): ... method write (line 46) | def write(self, data, send_update: bool = False) -> None: ... method _init_capture (line 48) | def _init_capture() -> None: ... method _run_capture_task (line 50) | async def _run_capture_task() -> None: ... method written (line 52) | async def written(self, timeout_ms=None): ... method on_read (line 53) | def on_read(self, connection): ... method _remote_write (line 54) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 55) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 57) | class Characteristic(BaseCharacteristic): method __init__ (line 68) | def __init__( method _tuple (line 80) | def _tuple(self): ... method notify (line 81) | def notify(self, connection, data=None) -> None: ... method indicate (line 82) | async def indicate(self, connection, data=None, timeout_ms: int = 1000... method _indicate_done (line 83) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 85) | class BufferedCharacteristic(Characteristic): method __init__ (line 88) | def __init__(self, *args, max_len: int = 20, append: bool = False, **k... method _register (line 89) | def _register(self, value_handle) -> None: ... class Descriptor (line 91) | class Descriptor(BaseCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, uuid, read: bool = False, write: bo... method _tuple (line 99) | def _tuple(self): ... function register_services (line 101) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gatts_notify (line 65) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_indicate (line 80) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_write (line 98) | def gattc_write( method gattc_read (line 125) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 135) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_read (line 149) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method gatts_write (line 156) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_set_buffer (line 166) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_register_services (line 179) | def gatts_register_services(self, services_definition: tuple[_Service,... method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_connect (line 436) | def gap_connect( method gap_advertise (line 468) | def gap_advertise( method config (line 494) | def config(self, param: str, /) -> Any: method config (line 558) | def config(self, **kwargs) -> None: method config (line 622) | def config(self, param: str, /) -> Any: method config (line 686) | def config(self, **kwargs) -> None: method active (line 750) | def active(self) -> bool: method active (line 759) | def active(self, active: bool, /) -> None: method active (line 768) | def active(self) -> bool: method active (line 777) | def active(self, active: bool, /) -> None: method gattc_discover_services (line 785) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gap_disconnect (line 796) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gattc_discover_descriptors (line 811) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method gattc_discover_characteristics (line 820) | def gattc_discover_characteristics( method gap_scan (line 842) | def gap_scan( method __init__ (line 885) | def __init__(self) -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 179) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 188) | def fill(self, c: int, /) -> None: method fill_rect (line 194) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__( FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/lwip.pyi function reset (line 27) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 28) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 29) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 30) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 32) | class socket: method recvfrom (line 33) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 34) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 35) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 36) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 38) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 39) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 40) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 41) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 43) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 44) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 46) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 47) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 48) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 49) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 50) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/machine.pyi function dht_readinto (line 42) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 43) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 52) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 60) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 85) | def deepsleep() -> NoReturn: function deepsleep (line 110) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 134) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 144) | def unique_id() -> bytes: function soft_reset (line 153) | def soft_reset() -> NoReturn: function reset_cause (line 160) | def reset_cause() -> int: function time_pulse_us (line 166) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 185) | def freq() -> int: function freq (line 193) | def freq(hz: int, /) -> None: function freq (line 201) | def freq(self) -> int: function freq (line 209) | def freq( function idle (line 220) | def idle() -> None: function reset (line 235) | def reset() -> NoReturn: function lightsleep (line 243) | def lightsleep() -> None: function lightsleep (line 268) | def lightsleep(time_ms: int, /) -> None: class PWM (line 296) | class PWM: method duty_u16 (line 348) | def duty_u16(self) -> int: method duty_u16 (line 360) | def duty_u16( method freq (line 376) | def freq(self) -> int: method freq (line 387) | def freq( method init (line 401) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 409) | def duty_ns(self) -> int: method duty_ns (line 419) | def duty_ns( method deinit (line 432) | def deinit(self) -> None: method __init__ (line 438) | def __init__( class WDT (line 463) | class WDT: method feed (line 479) | def feed(self) -> None: method __init__ (line 487) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 496) | class I2S: method shift (line 572) | def shift( method init (line 585) | def init( method irq (line 602) | def irq( method readinto (line 614) | def readinto( method deinit (line 627) | def deinit(self) -> None: method write (line 633) | def write( method __init__ (line 646) | def __init__( class ADC (line 688) | class ADC: method read_u16 (line 714) | def read_u16(self) -> int: method __init__ (line 722) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 737) | def width(self, bits: int) -> None: method read (line 762) | def read(self) -> int: method atten (line 776) | def atten(self, atten: int) -> None: class I2C (line 784) | class I2C: method readfrom_mem_into (line 821) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 833) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 843) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 852) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 863) | def scan(self) -> List: method writeto (line 871) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 881) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 897) | def start(self) -> None: method readfrom (line 903) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 911) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 922) | def init(self, *, freq: int = 400_000) -> None: method init (line 936) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 949) | def stop(self) -> None: method write (line 955) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 964) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 981) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 998) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1011) | class I2CTarget: method deinit (line 1040) | def deinit(self) -> Incomplete: method irq (line 1047) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1087) | def write(self, buf) -> int: method readinto (line 1095) | def readinto(self, buf) -> int: method __init__ (line 1102) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1104) | class SoftSPI(SPI): method deinit (line 1113) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1114) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1115) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1116) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1117) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1118) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1119) | def __init__( class Timer (line 1132) | class Timer: method init (line 1159) | def init( method init (line 1167) | def init( method init (line 1175) | def init( method deinit (line 1221) | def deinit(self) -> None: method __init__ (line 1228) | def __init__(self, id: int, /): method __init__ (line 1238) | def __init__( method __init__ (line 1256) | def __init__( method __init__ (line 1274) | def __init__( class UART (line 1291) | class UART: method irq (line 1332) | def irq( method sendbreak (line 1368) | def sendbreak(self) -> None: method deinit (line 1375) | def deinit(self) -> None: method init (line 1386) | def init( method init (line 1455) | def init( method init (line 1518) | def init( method flush (line 1580) | def flush(self) -> Incomplete: method txdone (line 1595) | def txdone(self) -> bool: method read (line 1611) | def read(self) -> bytes | None: method read (line 1622) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1632) | def any(self) -> int: method write (line 1647) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1656) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1667) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1677) | def readline(self) -> Union[str, None]: method __init__ (line 1687) | def __init__( method __init__ (line 1709) | def __init__( method __init__ (line 1725) | def __init__( class USBDevice (line 1740) | class USBDevice: method submit_xfer (line 1753) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1775) | def config( method remote_wakeup (line 1883) | def remote_wakeup(self) -> bool: method stall (line 1892) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1913) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1934) | class BUILTIN_CDC: method __init__ (line 1942) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1944) | class BUILTIN_NONE: method __init__ (line 1950) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1952) | class BUILTIN_DEFAULT: method __init__ (line 1960) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1962) | def __init__(self) -> None: ... class Pin (line 1964) | class Pin: method low (line 2027) | def low(self) -> None: method irq (line 2035) | def irq( method toggle (line 2089) | def toggle(self) -> Incomplete: method off (line 2097) | def off(self) -> None: method on (line 2103) | def on(self) -> None: method init (line 2109) | def init( method value (line 2128) | def value(self) -> int: method value (line 2162) | def value(self, x: Any, /) -> None: method high (line 2195) | def high(self) -> None: class cpu (line 2203) | class cpu: method __init__ (line 2237) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2239) | class board: method __init__ (line 2270) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2272) | def __init__( method __call__ (line 2347) | def __call__(self) -> int: method __call__ (line 2355) | def __call__(self, x: Any, /) -> None: method mode (line 2363) | def mode(self) -> int: method mode (line 2372) | def mode(self, mode: int, /) -> None: method pull (line 2381) | def pull(self) -> int: method pull (line 2390) | def pull(self, pull: int, /) -> None: method drive (line 2399) | def drive(self, drive: int, /) -> None: method drive (line 2409) | def drive(self, /) -> int: class SoftI2C (line 2417) | class SoftI2C(I2C): method readfrom_mem_into (line 2430) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2431) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2432) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2433) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2434) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2435) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2436) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2437) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2438) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2439) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2440) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2441) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2442) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2443) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class RTC (line 2445) | class RTC: method datetime (line 2462) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2479) | def __init__(self, id: int = 0): method __init__ (line 2485) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2493) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2501) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2509) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2517) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2525) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2533) | def init(self) -> None: method init (line 2548) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2563) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2578) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2593) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2608) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2623) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2638) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2646) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2654) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2662) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2670) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2678) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2686) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SPI (line 2693) | class SPI: method deinit (line 2750) | def deinit(self) -> None: method init (line 2757) | def init( method init (line 2792) | def init( method write_readinto (line 2824) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2835) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2843) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2852) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2863) | def __init__(self, id: int, /): method __init__ (line 2876) | def __init__( method __init__ (line 2902) | def __init__( class Signal (line 2925) | class Signal(Pin): method off (line 2995) | def off(self) -> None: method on (line 3001) | def on(self) -> None: method value (line 3008) | def value(self) -> int: method value (line 3028) | def value(self, x: Any, /) -> None: method __init__ (line 3048) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3068) | def __init__( class ADCBlock (line 3098) | class ADCBlock: method connect (line 3100) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3102) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3104) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 3125) | class SDCard: method readblocks (line 3127) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3137) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3147) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 238) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 251) | class RingIO: method readinto (line 252) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 262) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 281) | def any(self) -> int: method read (line 287) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 298) | def close(self) -> Incomplete: method __init__ (line 305) | def __init__(self, size) -> None: ... function viper (line 309) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 320) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 329) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 340) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/network.pyi function hostname (line 64) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 92) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function route (line 107) | def route(*args, **kwargs) -> Incomplete: ... function country (line 108) | def country(code: Optional[Any] = None) -> Incomplete: class WLAN (line 121) | class WLAN: method ipconfig (line 142) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method status (line 144) | def status(self) -> int: method status (line 174) | def status(self, param: str, /) -> int: method ioctl (line 203) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method send_ethernet (line 204) | def send_ethernet(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 205) | def isconnected(self) -> bool: method scan (line 213) | def scan(self) -> List[Tuple]: method config (line 243) | def config(self, param: str, /) -> Any: method config (line 278) | def config(self, **kwargs: Any) -> None: method ifconfig (line 313) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 324) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method active (line 335) | def active(self, /) -> bool: method active (line 343) | def active(self, is_active: bool | int, /) -> None: method disconnect (line 350) | def disconnect(self) -> None: method connect (line 356) | def connect( method deinit (line 372) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 373) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 382) | class LAN: method active (line 384) | def active(self, /) -> bool: method active (line 392) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 399) | class WLANWiPy: method __init__ (line 401) | def __init__(self, id: int = 0, /): method __init__ (line 415) | def __init__( method mode (line 439) | def mode(self) -> int: method mode (line 445) | def mode(self, mode: int, /) -> None: method ssid (line 451) | def ssid(self) -> str: method ssid (line 457) | def ssid(self, ssid: str, /) -> None: method auth (line 463) | def auth(self) -> int: method auth (line 469) | def auth(self, auth: int, /) -> None: method channel (line 475) | def channel(self) -> int: method channel (line 481) | def channel(self, channel: int, /) -> None: method antenna (line 487) | def antenna(self) -> int: method antenna (line 493) | def antenna(self, antenna: int, /) -> None: method mac (line 499) | def mac(self) -> bytes: method mac (line 505) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 510) | class AbstractNIC: method active (line 513) | def active(self, /) -> bool: method active (line 524) | def active(self, is_active: bool | int, /) -> None: method connect (line 535) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 554) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 573) | def status(self) -> Any: method status (line 591) | def status(self, param: str, /) -> Any: method ifconfig (line 609) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 623) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 637) | def config(self, param: str, /) -> Any: method config (line 656) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/rp2/__init__.pyi function bootsel_button (line 69) | def bootsel_button() -> int: function asm_pio (line 82) | def asm_pio( function country (line 133) | def country(*args, **kwargs) -> Incomplete: ... function asm_pio_encode (line 134) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function const (line 144) | def const(*args, **kwargs) -> Incomplete: ... class DMA (line 146) | class DMA: method irq (line 151) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 157) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 172) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 231) | def close(self) -> None: method config (line 238) | def config( method active (line 266) | def active(self, value: Any | None = None) -> bool: method __init__ (line 277) | def __init__( class PIO (line 286) | class PIO: method state_machine (line 307) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 319) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 329) | def irq( method add_program (line 344) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 354) | def __init__(self, id) -> None: ... class StateMachine (line 356) | class StateMachine: method irq (line 366) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 374) | def put(self, value, shift=0): method restart (line 390) | def restart(self) -> None: method rx_fifo (line 405) | def rx_fifo(self) -> int: method tx_fifo (line 415) | def tx_fifo(self) -> int: method init (line 425) | def init( method exec (line 478) | def exec(self, instr) -> None: method get (line 494) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 506) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 517) | def __init__( class PIOASMEmit (line 534) | class PIOASMEmit: method in_ (line 544) | def in_(self, src: int, data) -> _PIO_ASM_Program: method side (line 577) | def side(self, value: int): method out (line 590) | def out(self, destination: int, bit_count: int) -> _PIO_ASM_Program: method jmp (line 628) | def jmp(self, condition, label: Incomplete | None = ...) -> _PIO_ASM_P... method start_pass (line 663) | def start_pass(self, pass_) -> None: method wrap (line 670) | def wrap(self) -> None: method word (line 681) | def word(self, instr, label: Incomplete | None = ...) -> _PIO_ASM_Prog... method wait (line 689) | def wait(self, polarity: int, src: int, index: int, /) -> _PIO_ASM_Pro... method wrap_target (line 724) | def wrap_target(self) -> None: method delay (line 733) | def delay(self, delay: int): method label (line 740) | def label(self, label: str) -> None: method irq (line 755) | def irq(self, mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: method set (line 774) | def set(self, destination: int, data) -> _PIO_ASM_Program: method mov (line 798) | def mov(self, dest, src, operation: int | None = None) -> _PIO_ASM_Pro... method push (line 844) | def push(self, value: int = ..., value2: int = ...) -> _PIO_ASM_Program: method pull (line 863) | def pull(self, block: int = block, timeout: int = 0) -> _PIO_ASM_Program: method nop (line 889) | def nop(self) -> _PIO_ASM_Program: method __init__ (line 897) | def __init__( method __getitem__ (line 912) | def __getitem__(self, key): ... method __getitem__ (line 914) | def __getitem__(self, key: int): ... method __getitem__ (line 916) | def __getitem__(self, key): ... method __getitem__ (line 918) | def __getitem__(self, key: int): ... class Flash (line 920) | class Flash(AbstractBlockDev): method readblocks (line 926) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 936) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 946) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 957) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 972) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 975) | def ioctl(self, op: int) -> int | None: method __init__ (line 982) | def __init__(self) -> None: ... class PIOASMError (line 984) | class PIOASMError(Exception): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> _PIO_ASM_Program: function side (line 121) | def side(value: int) -> _PIO_ASM_Program: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> _PIO_ASM_Program: function nop (line 178) | def nop() -> _PIO_ASM_Program: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> _PIO_ASM_Program: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> _PIO_ASM_Program: function in_ (line 256) | def in_(src, data) -> _PIO_ASM_Program: function out (line 289) | def out(destination: int, bit_count: int) -> _PIO_ASM_Program: function push (line 327) | def push(value: int = ..., value2: int = ...) -> _PIO_ASM_Program: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> _PIO_ASM_Program: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> _PIO_ASM_Program: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: function set (line 438) | def set(destination, data) -> _PIO_ASM_Program: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/socket.pyi function reset (line 96) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 97) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 98) | def getaddrinfo( function callback (line 148) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 150) | class socket: method recvfrom (line 159) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 169) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 181) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 201) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 220) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 229) | def settimeout(self, value: float | None, /) -> None: method sendall (line 265) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 278) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 286) | def setblocking(self, value: bool, /) -> None: method sendto (line 298) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 305) | def readline(self) -> bytes: method readinto (line 314) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 324) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 334) | def read(self) -> bytes: method read (line 344) | def read(self, size: int, /) -> bytes: method close (line 353) | def close(self) -> None: method connect (line 364) | def connect(self, address: _Address | bytes, /) -> None: method send (line 370) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 378) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 384) | def accept(self) -> Tuple: method write (line 393) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/uctypes.pyi function sizeof (line 60) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 68) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 77) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 86) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 107) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico2_w-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/aioble/central.pyi function _central_irq (line 37) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 38) | def _central_shutdown() -> None: ... function _cancel_pending (line 39) | async def _cancel_pending() -> None: ... function _connect (line 40) | async def _connect(connection, timeout_ms, scan_duration_ms, min_conn_in... class ScanResult (line 42) | class ScanResult: method __init__ (line 48) | def __init__(self, device) -> None: ... method _update (line 49) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 50) | def __str__(self) -> str: ... method _decode_field (line 51) | def _decode_field(self, *adv_type) -> Generator[Incomplete]: ... method name (line 52) | def name(self): ... method services (line 53) | def services(self) -> Generator[Incomplete]: ... method manufacturer (line 54) | def manufacturer(self, filter=None) -> Generator[Incomplete]: ... class scan (line 56) | class scan: method __init__ (line 65) | def __init__(self, duration_ms, interval_us=None, window_us=None, acti... method __aenter__ (line 66) | async def __aenter__(self): ... method __aexit__ (line 67) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 68) | def __aiter__(self): ... method __anext__ (line 69) | async def __anext__(self): ... method cancel (line 70) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/aioble/client.pyi function _client_irq (line 26) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 28) | class ClientDiscover: method __init__ (line 37) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 38) | async def _start(self) -> None: ... method __aiter__ (line 39) | def __aiter__(self): ... method __anext__ (line 40) | async def __anext__(self): ... method _discover_result (line 41) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 42) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 44) | class ClientService: method __init__ (line 49) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 50) | def __str__(self) -> str: ... method characteristic (line 51) | async def characteristic(self, uuid, timeout_ms: int = 2000): ... method characteristics (line 52) | def characteristics(self, uuid=None, timeout_ms: int = 2000): ... method _start_discovery (line 53) | def _start_discovery(connection, uuid=None) -> None: ... class BaseClientCharacteristic (line 55) | class BaseClientCharacteristic: method __init__ (line 64) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 65) | def _register_with_connection(self) -> None: ... method _find (line 66) | def _find(conn_handle, value_handle): ... method _check (line 67) | def _check(self, flag) -> None: ... method read (line 68) | async def read(self, timeout_ms: int = 1000): ... method _read_result (line 69) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 70) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 71) | async def write(self, data, response=None, timeout_ms: int = 1000) -> ... method _write_done (line 72) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 74) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 82) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 83) | def __str__(self) -> str: ... method _connection (line 84) | def _connection(self): ... method descriptor (line 85) | async def descriptor(self, uuid, timeout_ms: int = 2000): ... method descriptors (line 86) | def descriptors(self, timeout_ms: int = 2000): ... method _start_discovery (line 87) | def _start_discovery(service, uuid=None) -> None: ... method _notified_indicated (line 88) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 89) | async def notified(self, timeout_ms=None): ... method _on_notify_indicate (line 90) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 91) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 92) | async def indicated(self, timeout_ms=None): ... method _on_indicate (line 93) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 94) | async def subscribe(self, notify: bool = True, indicate: bool = False)... class ClientDescriptor (line 96) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 99) | def __str__(self) -> str: ... method _connection (line 100) | def _connection(self): ... method _start_discovery (line 101) | def _start_discovery(characteristic, uuid=None) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/aioble/core.pyi function log_error (line 5) | def log_error(*args) -> None: ... function log_warn (line 6) | def log_warn(*args) -> None: ... function log_info (line 7) | def log_info(*args) -> None: ... class GattError (line 9) | class GattError(Exception): method __init__ (line 11) | def __init__(self, status) -> None: ... function ensure_active (line 13) | def ensure_active() -> None: ... function config (line 14) | def config(*args, **kwargs): ... function register_irq_handler (line 19) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 20) | def stop() -> None: ... function ble_irq (line 21) | def ble_irq(event, data): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/aioble/device.pyi class DeviceDisconnectedError (line 8) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 10) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 12) | class DeviceTimeout: method __init__ (line 17) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 18) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 19) | def __enter__(self) -> None: ... method __exit__ (line 20) | def __exit__( class Device (line 24) | class Device: method __init__ (line 28) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 29) | def __eq__(self, rhs): ... method __hash__ (line 30) | def __hash__(self): ... method __str__ (line 31) | def __str__(self) -> str: ... method addr_hex (line 32) | def addr_hex(self): ... method connect (line 33) | async def connect(self, timeout_ms: int = 10000, scan_duration_ms=None... class DeviceConnection (line 35) | class DeviceConnection: method __init__ (line 52) | def __init__(self, device) -> None: ... method device_task (line 53) | async def device_task(self) -> None: ... method _run_task (line 54) | def _run_task(self) -> None: ... method disconnect (line 55) | async def disconnect(self, timeout_ms: int = 2000) -> None: ... method disconnected (line 56) | async def disconnected(self, timeout_ms=None, disconnect: bool = False... method service (line 57) | async def service(self, uuid, timeout_ms: int = 2000): ... method services (line 58) | def services(self, uuid=None, timeout_ms: int = 2000): ... method pair (line 59) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 60) | def is_connected(self): ... method timeout (line 61) | def timeout(self, timeout_ms): ... method exchange_mtu (line 62) | async def exchange_mtu(self, mtu=None, timeout_ms: int = 1000): ... method l2cap_accept (line 63) | async def l2cap_accept(self, psm, mtu, timeout_ms=None): ... method l2cap_connect (line 64) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = 1000): ... method __aenter__ (line 65) | async def __aenter__(self): ... method __aexit__ (line 66) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/aioble/l2cap.pyi function _l2cap_irq (line 13) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 14) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 16) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 17) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 19) | class L2CAPChannel: method __init__ (line 28) | def __init__(self, connection) -> None: ... method _assert_connected (line 29) | def _assert_connected(self) -> None: ... method recvinto (line 30) | async def recvinto(self, buf, timeout_ms=None): ... method available (line 31) | def available(self): ... method send (line 32) | async def send(self, buf, timeout_ms=None, chunk_size=None) -> None: ... method flush (line 33) | async def flush(self, timeout_ms=None) -> None: ... method disconnect (line 34) | async def disconnect(self, timeout_ms: int = 1000) -> None: ... method disconnected (line 35) | async def disconnected(self, timeout_ms: int = 1000) -> None: ... method __aenter__ (line 36) | async def __aenter__(self): ... method __aexit__ (line 37) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 39) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 40) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/aioble/peripheral.pyi function _peripheral_irq (line 29) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 30) | def _peripheral_shutdown() -> None: ... function _append (line 31) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 32) | async def advertise( FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/aioble/security.pyi function load_secrets (line 23) | def load_secrets(path=None) -> None: ... function _save_secrets (line 24) | def _save_secrets(arg=None) -> None: ... function _security_irq (line 25) | def _security_irq(event, data): ... function _security_shutdown (line 26) | def _security_shutdown() -> None: ... function pair (line 27) | async def pair(connection, bond: bool = True, le_secure: bool = True, mi... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/aioble/server.pyi function _server_irq (line 32) | def _server_irq(event, data): ... function _server_shutdown (line 33) | def _server_shutdown() -> None: ... class Service (line 35) | class Service: method __init__ (line 38) | def __init__(self, uuid) -> None: ... method _tuple (line 39) | def _tuple(self): ... class BaseCharacteristic (line 41) | class BaseCharacteristic: method _register (line 44) | def _register(self, value_handle) -> None: ... method read (line 45) | def read(self): ... method write (line 46) | def write(self, data, send_update: bool = False) -> None: ... method _init_capture (line 48) | def _init_capture() -> None: ... method _run_capture_task (line 50) | async def _run_capture_task() -> None: ... method written (line 52) | async def written(self, timeout_ms=None): ... method on_read (line 53) | def on_read(self, connection): ... method _remote_write (line 54) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 55) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 57) | class Characteristic(BaseCharacteristic): method __init__ (line 68) | def __init__( method _tuple (line 80) | def _tuple(self): ... method notify (line 81) | def notify(self, connection, data=None) -> None: ... method indicate (line 82) | async def indicate(self, connection, data=None, timeout_ms: int = 1000... method _indicate_done (line 83) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 85) | class BufferedCharacteristic(Characteristic): method __init__ (line 88) | def __init__(self, *args, max_len: int = 20, append: bool = False, **k... method _register (line 89) | def _register(self, value_handle) -> None: ... class Descriptor (line 91) | class Descriptor(BaseCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, uuid, read: bool = False, write: bo... method _tuple (line 99) | def _tuple(self): ... function register_services (line 101) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 49) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gatts_notify (line 65) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_indicate (line 80) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_write (line 98) | def gattc_write( method gattc_read (line 125) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 135) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_read (line 149) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method gatts_write (line 156) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_set_buffer (line 166) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_register_services (line 179) | def gatts_register_services(self, services_definition: tuple[_Service,... method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_connect (line 436) | def gap_connect( method gap_advertise (line 468) | def gap_advertise( method config (line 494) | def config(self, param: str, /) -> Any: method config (line 558) | def config(self, **kwargs) -> None: method config (line 622) | def config(self, param: str, /) -> Any: method config (line 686) | def config(self, **kwargs) -> None: method active (line 750) | def active(self) -> bool: method active (line 759) | def active(self, active: bool, /) -> None: method active (line 768) | def active(self) -> bool: method active (line 777) | def active(self, active: bool, /) -> None: method gattc_discover_services (line 785) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gap_disconnect (line 796) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gattc_discover_descriptors (line 811) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method gattc_discover_characteristics (line 820) | def gattc_discover_characteristics( method gap_scan (line 842) | def gap_scan( method __init__ (line 885) | def __init__(self) -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 179) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 188) | def fill(self, c: int, /) -> None: method fill_rect (line 194) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__( FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/lwip.pyi function reset (line 27) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 28) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 29) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 30) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 32) | class socket: method recvfrom (line 33) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 34) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 35) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 36) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 38) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 39) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 40) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 41) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 43) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 44) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 46) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 47) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 48) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 49) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 50) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/machine.pyi function dht_readinto (line 42) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 43) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 52) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 60) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 85) | def deepsleep() -> NoReturn: function deepsleep (line 110) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 134) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 144) | def unique_id() -> bytes: function soft_reset (line 153) | def soft_reset() -> NoReturn: function reset_cause (line 160) | def reset_cause() -> int: function time_pulse_us (line 166) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 185) | def freq() -> int: function freq (line 193) | def freq(hz: int, /) -> None: function freq (line 201) | def freq(self) -> int: function freq (line 209) | def freq( function idle (line 220) | def idle() -> None: function reset (line 235) | def reset() -> NoReturn: function lightsleep (line 243) | def lightsleep() -> None: function lightsleep (line 268) | def lightsleep(time_ms: int, /) -> None: class PWM (line 296) | class PWM: method duty_u16 (line 348) | def duty_u16(self) -> int: method duty_u16 (line 360) | def duty_u16( method freq (line 376) | def freq(self) -> int: method freq (line 387) | def freq( method init (line 401) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 409) | def duty_ns(self) -> int: method duty_ns (line 419) | def duty_ns( method deinit (line 432) | def deinit(self) -> None: method __init__ (line 438) | def __init__( class WDT (line 463) | class WDT: method feed (line 479) | def feed(self) -> None: method __init__ (line 487) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 496) | class I2S: method shift (line 572) | def shift( method init (line 585) | def init( method irq (line 602) | def irq( method readinto (line 614) | def readinto( method deinit (line 627) | def deinit(self) -> None: method write (line 633) | def write( method __init__ (line 646) | def __init__( class ADC (line 688) | class ADC: method read_u16 (line 714) | def read_u16(self) -> int: method __init__ (line 722) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 737) | def width(self, bits: int) -> None: method read (line 762) | def read(self) -> int: method atten (line 776) | def atten(self, atten: int) -> None: class I2C (line 784) | class I2C: method readfrom_mem_into (line 821) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 833) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 843) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 852) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 863) | def scan(self) -> List: method writeto (line 871) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 881) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 897) | def start(self) -> None: method readfrom (line 903) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 911) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 922) | def init(self, *, freq: int = 400_000) -> None: method init (line 936) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 949) | def stop(self) -> None: method write (line 955) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 964) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 981) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 998) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1011) | class I2CTarget: method deinit (line 1040) | def deinit(self) -> Incomplete: method irq (line 1047) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1087) | def write(self, buf) -> int: method readinto (line 1095) | def readinto(self, buf) -> int: method __init__ (line 1102) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1104) | class SoftSPI(SPI): method deinit (line 1113) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1114) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1115) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1116) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1117) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1118) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1119) | def __init__( class Timer (line 1132) | class Timer: method init (line 1159) | def init( method init (line 1167) | def init( method init (line 1175) | def init( method deinit (line 1221) | def deinit(self) -> None: method __init__ (line 1228) | def __init__(self, id: int, /): method __init__ (line 1238) | def __init__( method __init__ (line 1256) | def __init__( method __init__ (line 1274) | def __init__( class UART (line 1291) | class UART: method irq (line 1332) | def irq( method sendbreak (line 1368) | def sendbreak(self) -> None: method deinit (line 1375) | def deinit(self) -> None: method init (line 1386) | def init( method init (line 1455) | def init( method init (line 1518) | def init( method flush (line 1580) | def flush(self) -> Incomplete: method txdone (line 1595) | def txdone(self) -> bool: method read (line 1611) | def read(self) -> bytes | None: method read (line 1622) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1632) | def any(self) -> int: method write (line 1647) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1656) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1667) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1677) | def readline(self) -> Union[str, None]: method __init__ (line 1687) | def __init__( method __init__ (line 1709) | def __init__( method __init__ (line 1725) | def __init__( class USBDevice (line 1740) | class USBDevice: method submit_xfer (line 1753) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1775) | def config( method remote_wakeup (line 1883) | def remote_wakeup(self) -> bool: method stall (line 1892) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1913) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1934) | class BUILTIN_CDC: method __init__ (line 1942) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1944) | class BUILTIN_NONE: method __init__ (line 1950) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1952) | class BUILTIN_DEFAULT: method __init__ (line 1960) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1962) | def __init__(self) -> None: ... class Pin (line 1964) | class Pin: method low (line 2027) | def low(self) -> None: method irq (line 2035) | def irq( method toggle (line 2089) | def toggle(self) -> Incomplete: method off (line 2097) | def off(self) -> None: method on (line 2103) | def on(self) -> None: method init (line 2109) | def init( method value (line 2128) | def value(self) -> int: method value (line 2162) | def value(self, x: Any, /) -> None: method high (line 2195) | def high(self) -> None: class cpu (line 2203) | class cpu: method __init__ (line 2237) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2239) | class board: method __init__ (line 2270) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2272) | def __init__( method __call__ (line 2347) | def __call__(self) -> int: method __call__ (line 2355) | def __call__(self, x: Any, /) -> None: method mode (line 2363) | def mode(self) -> int: method mode (line 2372) | def mode(self, mode: int, /) -> None: method pull (line 2381) | def pull(self) -> int: method pull (line 2390) | def pull(self, pull: int, /) -> None: method drive (line 2399) | def drive(self, drive: int, /) -> None: method drive (line 2409) | def drive(self, /) -> int: class SoftI2C (line 2417) | class SoftI2C(I2C): method readfrom_mem_into (line 2430) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2431) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2432) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2433) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2434) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2435) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2436) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2437) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2438) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2439) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2440) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2441) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2442) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2443) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class RTC (line 2445) | class RTC: method datetime (line 2462) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2479) | def __init__(self, id: int = 0): method __init__ (line 2485) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2493) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2501) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2509) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2517) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2525) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2533) | def init(self) -> None: method init (line 2548) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2563) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2578) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2593) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2608) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2623) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2638) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2646) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2654) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2662) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2670) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2678) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2686) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SPI (line 2693) | class SPI: method deinit (line 2750) | def deinit(self) -> None: method init (line 2757) | def init( method init (line 2792) | def init( method write_readinto (line 2824) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2835) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2843) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2852) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2863) | def __init__(self, id: int, /): method __init__ (line 2876) | def __init__( method __init__ (line 2902) | def __init__( class Signal (line 2925) | class Signal(Pin): method off (line 2995) | def off(self) -> None: method on (line 3001) | def on(self) -> None: method value (line 3008) | def value(self) -> int: method value (line 3028) | def value(self, x: Any, /) -> None: method __init__ (line 3048) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3068) | def __init__( class ADCBlock (line 3098) | class ADCBlock: method connect (line 3100) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3102) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3104) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 3125) | class SDCard: method readblocks (line 3127) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3137) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3147) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 238) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 251) | class RingIO: method readinto (line 252) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 262) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 281) | def any(self) -> int: method read (line 287) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 298) | def close(self) -> Incomplete: method __init__ (line 305) | def __init__(self, size) -> None: ... function viper (line 309) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 320) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 329) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 340) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/network.pyi function hostname (line 64) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 92) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function route (line 107) | def route(*args, **kwargs) -> Incomplete: ... function country (line 108) | def country(code: Optional[Any] = None) -> Incomplete: class WLAN (line 121) | class WLAN: method ipconfig (line 142) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method status (line 144) | def status(self) -> int: method status (line 174) | def status(self, param: str, /) -> int: method ioctl (line 203) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method send_ethernet (line 204) | def send_ethernet(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 205) | def isconnected(self) -> bool: method scan (line 213) | def scan(self) -> List[Tuple]: method config (line 243) | def config(self, param: str, /) -> Any: method config (line 278) | def config(self, **kwargs: Any) -> None: method ifconfig (line 313) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 324) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method active (line 335) | def active(self, /) -> bool: method active (line 343) | def active(self, is_active: bool | int, /) -> None: method disconnect (line 350) | def disconnect(self) -> None: method connect (line 356) | def connect( method deinit (line 372) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 373) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 382) | class LAN: method active (line 384) | def active(self, /) -> bool: method active (line 392) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 399) | class WLANWiPy: method __init__ (line 401) | def __init__(self, id: int = 0, /): method __init__ (line 415) | def __init__( method mode (line 439) | def mode(self) -> int: method mode (line 445) | def mode(self, mode: int, /) -> None: method ssid (line 451) | def ssid(self) -> str: method ssid (line 457) | def ssid(self, ssid: str, /) -> None: method auth (line 463) | def auth(self) -> int: method auth (line 469) | def auth(self, auth: int, /) -> None: method channel (line 475) | def channel(self) -> int: method channel (line 481) | def channel(self, channel: int, /) -> None: method antenna (line 487) | def antenna(self) -> int: method antenna (line 493) | def antenna(self, antenna: int, /) -> None: method mac (line 499) | def mac(self) -> bytes: method mac (line 505) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 510) | class AbstractNIC: method active (line 513) | def active(self, /) -> bool: method active (line 524) | def active(self, is_active: bool | int, /) -> None: method connect (line 535) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 554) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 573) | def status(self) -> Any: method status (line 591) | def status(self, param: str, /) -> Any: method ifconfig (line 609) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 623) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 637) | def config(self, param: str, /) -> Any: method config (line 656) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/rp2/__init__.pyi function bootsel_button (line 69) | def bootsel_button() -> int: function asm_pio (line 82) | def asm_pio( function country (line 133) | def country(*args, **kwargs) -> Incomplete: ... function asm_pio_encode (line 134) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function const (line 144) | def const(*args, **kwargs) -> Incomplete: ... class DMA (line 146) | class DMA: method irq (line 151) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 157) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 172) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 231) | def close(self) -> None: method config (line 238) | def config( method active (line 266) | def active(self, value: Any | None = None) -> bool: method __init__ (line 277) | def __init__( class PIO (line 286) | class PIO: method state_machine (line 307) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 319) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 329) | def irq( method add_program (line 344) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 354) | def __init__(self, id) -> None: ... class StateMachine (line 356) | class StateMachine: method irq (line 366) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 374) | def put(self, value, shift=0): method restart (line 390) | def restart(self) -> None: method rx_fifo (line 405) | def rx_fifo(self) -> int: method tx_fifo (line 415) | def tx_fifo(self) -> int: method init (line 425) | def init( method exec (line 478) | def exec(self, instr) -> None: method get (line 494) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 506) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 517) | def __init__( class PIOASMEmit (line 534) | class PIOASMEmit: method in_ (line 544) | def in_(self, src: int, data) -> _PIO_ASM_Program: method side (line 577) | def side(self, value: int): method out (line 590) | def out(self, destination: int, bit_count: int) -> _PIO_ASM_Program: method jmp (line 628) | def jmp(self, condition, label: Incomplete | None = ...) -> _PIO_ASM_P... method start_pass (line 663) | def start_pass(self, pass_) -> None: method wrap (line 670) | def wrap(self) -> None: method word (line 681) | def word(self, instr, label: Incomplete | None = ...) -> _PIO_ASM_Prog... method wait (line 689) | def wait(self, polarity: int, src: int, index: int, /) -> _PIO_ASM_Pro... method wrap_target (line 724) | def wrap_target(self) -> None: method delay (line 733) | def delay(self, delay: int): method label (line 740) | def label(self, label: str) -> None: method irq (line 755) | def irq(self, mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: method set (line 774) | def set(self, destination: int, data) -> _PIO_ASM_Program: method mov (line 798) | def mov(self, dest, src, operation: int | None = None) -> _PIO_ASM_Pro... method push (line 844) | def push(self, value: int = ..., value2: int = ...) -> _PIO_ASM_Program: method pull (line 863) | def pull(self, block: int = block, timeout: int = 0) -> _PIO_ASM_Program: method nop (line 889) | def nop(self) -> _PIO_ASM_Program: method __init__ (line 897) | def __init__( method __getitem__ (line 912) | def __getitem__(self, key): ... method __getitem__ (line 914) | def __getitem__(self, key: int): ... method __getitem__ (line 916) | def __getitem__(self, key): ... method __getitem__ (line 918) | def __getitem__(self, key: int): ... class Flash (line 920) | class Flash(AbstractBlockDev): method readblocks (line 926) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 936) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 946) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 957) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 972) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 975) | def ioctl(self, op: int) -> int | None: method __init__ (line 982) | def __init__(self) -> None: ... class PIOASMError (line 984) | class PIOASMError(Exception): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> _PIO_ASM_Program: function side (line 121) | def side(value: int) -> _PIO_ASM_Program: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> _PIO_ASM_Program: function nop (line 178) | def nop() -> _PIO_ASM_Program: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> _PIO_ASM_Program: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> _PIO_ASM_Program: function in_ (line 256) | def in_(src, data) -> _PIO_ASM_Program: function out (line 289) | def out(destination: int, bit_count: int) -> _PIO_ASM_Program: function push (line 327) | def push(value: int = ..., value2: int = ...) -> _PIO_ASM_Program: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> _PIO_ASM_Program: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> _PIO_ASM_Program: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: function set (line 438) | def set(destination, data) -> _PIO_ASM_Program: FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/socket.pyi function reset (line 96) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 97) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 98) | def getaddrinfo( function callback (line 148) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 150) | class socket: method recvfrom (line 159) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 169) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 181) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 201) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 220) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 229) | def settimeout(self, value: float | None, /) -> None: method sendall (line 265) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 278) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 286) | def setblocking(self, value: bool, /) -> None: method sendto (line 298) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 305) | def readline(self) -> bytes: method readinto (line 314) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 324) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 334) | def read(self) -> bytes: method read (line 344) | def read(self, size: int, /) -> bytes: method close (line 353) | def close(self) -> None: method connect (line 364) | def connect(self, address: _Address | bytes, /) -> None: method send (line 370) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 378) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 384) | def accept(self) -> Tuple: method write (line 393) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/uctypes.pyi function sizeof (line 60) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 68) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 77) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 86) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 107) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_26_0-rp2-rpi_pico_w-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-rp2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-rp2-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_0-rp2-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_0-rp2-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-rp2-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-rp2-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_0-rp2-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 179) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 188) | def fill(self, c: int, /) -> None: method fill_rect (line 194) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__( FILE: publish/micropython-v1_26_0-rp2-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-rp2-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1(_Hash): method digest (line 80) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 81) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 83) | def __init__(self): method __init__ (line 89) | def __init__(self, data: AnyReadableBuf): method __init__ (line 95) | def __init__(self): method __init__ (line 101) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_26_0-rp2-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-rp2-stubs/machine.pyi function dht_readinto (line 42) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 43) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 52) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 60) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 85) | def deepsleep() -> NoReturn: function deepsleep (line 110) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 134) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 144) | def unique_id() -> bytes: function soft_reset (line 153) | def soft_reset() -> NoReturn: function reset_cause (line 160) | def reset_cause() -> int: function time_pulse_us (line 166) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 185) | def freq() -> int: function freq (line 193) | def freq(hz: int, /) -> None: function freq (line 201) | def freq(self) -> int: function freq (line 209) | def freq( function idle (line 220) | def idle() -> None: function reset (line 235) | def reset() -> NoReturn: function lightsleep (line 243) | def lightsleep() -> None: function lightsleep (line 268) | def lightsleep(time_ms: int, /) -> None: class PWM (line 296) | class PWM: method duty_u16 (line 348) | def duty_u16(self) -> int: method duty_u16 (line 360) | def duty_u16( method freq (line 376) | def freq(self) -> int: method freq (line 387) | def freq( method init (line 401) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 409) | def duty_ns(self) -> int: method duty_ns (line 419) | def duty_ns( method deinit (line 432) | def deinit(self) -> None: method __init__ (line 438) | def __init__( class WDT (line 463) | class WDT: method feed (line 479) | def feed(self) -> None: method __init__ (line 487) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 496) | class I2S: method shift (line 572) | def shift( method init (line 585) | def init( method irq (line 602) | def irq( method readinto (line 614) | def readinto( method deinit (line 627) | def deinit(self) -> None: method write (line 633) | def write( method __init__ (line 646) | def __init__( class ADC (line 688) | class ADC: method read_u16 (line 714) | def read_u16(self) -> int: method __init__ (line 722) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 737) | def width(self, bits: int) -> None: method read (line 762) | def read(self) -> int: method atten (line 776) | def atten(self, atten: int) -> None: class I2C (line 784) | class I2C: method readfrom_mem_into (line 821) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 833) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 843) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 852) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 863) | def scan(self) -> List: method writeto (line 871) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 881) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 897) | def start(self) -> None: method readfrom (line 903) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 911) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 922) | def init(self, *, freq: int = 400_000) -> None: method init (line 936) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 949) | def stop(self) -> None: method write (line 955) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 964) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 981) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 998) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1011) | class I2CTarget: method deinit (line 1040) | def deinit(self) -> Incomplete: method irq (line 1047) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1087) | def write(self, buf) -> int: method readinto (line 1095) | def readinto(self, buf) -> int: method __init__ (line 1102) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1104) | class SoftSPI(SPI): method deinit (line 1113) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1114) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1115) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1116) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1117) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1118) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1119) | def __init__( class Timer (line 1132) | class Timer: method init (line 1159) | def init( method init (line 1167) | def init( method init (line 1175) | def init( method deinit (line 1221) | def deinit(self) -> None: method __init__ (line 1228) | def __init__(self, id: int, /): method __init__ (line 1238) | def __init__( method __init__ (line 1256) | def __init__( method __init__ (line 1274) | def __init__( class UART (line 1291) | class UART: method irq (line 1332) | def irq( method sendbreak (line 1368) | def sendbreak(self) -> None: method deinit (line 1375) | def deinit(self) -> None: method init (line 1386) | def init( method init (line 1455) | def init( method init (line 1518) | def init( method flush (line 1580) | def flush(self) -> Incomplete: method txdone (line 1595) | def txdone(self) -> bool: method read (line 1611) | def read(self) -> bytes | None: method read (line 1622) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1632) | def any(self) -> int: method write (line 1647) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1656) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1667) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1677) | def readline(self) -> Union[str, None]: method __init__ (line 1687) | def __init__( method __init__ (line 1709) | def __init__( method __init__ (line 1725) | def __init__( class USBDevice (line 1740) | class USBDevice: method submit_xfer (line 1753) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1775) | def config( method remote_wakeup (line 1883) | def remote_wakeup(self) -> bool: method stall (line 1892) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1913) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1934) | class BUILTIN_CDC: method __init__ (line 1942) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1944) | class BUILTIN_NONE: method __init__ (line 1950) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1952) | class BUILTIN_DEFAULT: method __init__ (line 1960) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1962) | def __init__(self) -> None: ... class Pin (line 1964) | class Pin: method low (line 2027) | def low(self) -> None: method irq (line 2035) | def irq( method toggle (line 2089) | def toggle(self) -> Incomplete: method off (line 2097) | def off(self) -> None: method on (line 2103) | def on(self) -> None: method init (line 2109) | def init( method value (line 2128) | def value(self) -> int: method value (line 2162) | def value(self, x: Any, /) -> None: method high (line 2195) | def high(self) -> None: class cpu (line 2203) | class cpu: method __init__ (line 2234) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2236) | class board: method __init__ (line 2265) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2267) | def __init__( method __call__ (line 2342) | def __call__(self) -> int: method __call__ (line 2350) | def __call__(self, x: Any, /) -> None: method mode (line 2358) | def mode(self) -> int: method mode (line 2367) | def mode(self, mode: int, /) -> None: method pull (line 2376) | def pull(self) -> int: method pull (line 2385) | def pull(self, pull: int, /) -> None: method drive (line 2394) | def drive(self, drive: int, /) -> None: method drive (line 2404) | def drive(self, /) -> int: class SoftI2C (line 2412) | class SoftI2C(I2C): method readfrom_mem_into (line 2425) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2426) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2427) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2428) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2429) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2430) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2431) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2432) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2433) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2434) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2435) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2436) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2437) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2438) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class RTC (line 2440) | class RTC: method datetime (line 2457) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2474) | def __init__(self, id: int = 0): method __init__ (line 2480) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2488) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2496) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2504) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2512) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2520) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2528) | def init(self) -> None: method init (line 2543) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2558) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2573) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2588) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2603) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2618) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2633) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2641) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2649) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2657) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2665) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2673) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2681) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SPI (line 2688) | class SPI: method deinit (line 2745) | def deinit(self) -> None: method init (line 2752) | def init( method init (line 2787) | def init( method write_readinto (line 2819) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2830) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2838) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2847) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2858) | def __init__(self, id: int, /): method __init__ (line 2871) | def __init__( method __init__ (line 2897) | def __init__( class Signal (line 2920) | class Signal(Pin): method off (line 2990) | def off(self) -> None: method on (line 2996) | def on(self) -> None: method value (line 3003) | def value(self) -> int: method value (line 3023) | def value(self, x: Any, /) -> None: method __init__ (line 3043) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3063) | def __init__( class ADCBlock (line 3093) | class ADCBlock: method connect (line 3095) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3097) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3099) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 3120) | class SDCard: method readblocks (line 3122) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3132) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3142) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3153) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_26_0-rp2-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-rp2-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 238) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 251) | class RingIO: method readinto (line 252) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 262) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 281) | def any(self) -> int: method read (line 287) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 298) | def close(self) -> Incomplete: method __init__ (line 305) | def __init__(self, size) -> None: ... function viper (line 309) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 320) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 329) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 340) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-rp2-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 73) | def __getitem__(self, i) -> Tuple: method fill (line 79) | def fill(self, v) -> None: method write (line 86) | def write(self) -> None: FILE: publish/micropython-v1_26_0-rp2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-rp2-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-rp2-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-rp2-stubs/rp2/__init__.pyi function asm_pio_encode (line 69) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 79) | def bootsel_button() -> int: function asm_pio (line 92) | def asm_pio( function const (line 143) | def const(*args, **kwargs) -> Incomplete: ... class Flash (line 145) | class Flash(AbstractBlockDev): method readblocks (line 151) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 161) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 171) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 182) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 197) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 200) | def ioctl(self, op: int) -> int | None: method __init__ (line 207) | def __init__(self) -> None: ... class DMA (line 209) | class DMA: method irq (line 214) | def irq(self, handler=None, hard=False) -> _IRQ: method unpack_ctrl (line 220) | def unpack_ctrl(self, value) -> dict: method pack_ctrl (line 235) | def pack_ctrl(self, default=None, **kwargs) -> int: method close (line 294) | def close(self) -> None: method config (line 301) | def config( method active (line 329) | def active(self, value: Any | None = None) -> bool: method __init__ (line 340) | def __init__( class StateMachine (line 349) | class StateMachine: method irq (line 359) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> _IRQ: method put (line 367) | def put(self, value, shift=0): method restart (line 383) | def restart(self) -> None: method rx_fifo (line 398) | def rx_fifo(self) -> int: method tx_fifo (line 408) | def tx_fifo(self) -> int: method init (line 418) | def init( method exec (line 471) | def exec(self, instr) -> None: method get (line 487) | def get(self, buf=None, shift=0) -> Incomplete: method active (line 499) | def active(self, value: Optional[Any] = None) -> bool: method __init__ (line 510) | def __init__( class PIO (line 527) | class PIO: method state_machine (line 548) | def state_machine(self, id: int, program: _PIO_ASM_Program, *args, **k... method remove_program (line 560) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 570) | def irq( method add_program (line 585) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 595) | def __init__(self, id) -> None: ... class PIOASMError (line 597) | class PIOASMError(Exception): ... class PIOASMEmit (line 599) | class PIOASMEmit: method in_ (line 609) | def in_(self, src: int, data) -> _PIO_ASM_Program: method side (line 642) | def side(self, value: int): method out (line 655) | def out(self, destination: int, bit_count: int) -> _PIO_ASM_Program: method jmp (line 693) | def jmp(self, condition, label: Incomplete | None = ...) -> _PIO_ASM_P... method start_pass (line 728) | def start_pass(self, pass_) -> None: method wrap (line 735) | def wrap(self) -> None: method word (line 746) | def word(self, instr, label: Incomplete | None = ...) -> _PIO_ASM_Prog... method wait (line 754) | def wait(self, polarity: int, src: int, index: int, /) -> _PIO_ASM_Pro... method wrap_target (line 789) | def wrap_target(self) -> None: method delay (line 798) | def delay(self, delay: int): method label (line 805) | def label(self, label: str) -> None: method irq (line 820) | def irq(self, mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: method set (line 839) | def set(self, destination: int, data) -> _PIO_ASM_Program: method mov (line 863) | def mov(self, dest, src, operation: int | None = None) -> _PIO_ASM_Pro... method push (line 909) | def push(self, value: int = ..., value2: int = ...) -> _PIO_ASM_Program: method pull (line 928) | def pull(self, block: int = block, timeout: int = 0) -> _PIO_ASM_Program: method nop (line 954) | def nop(self) -> _PIO_ASM_Program: method __init__ (line 962) | def __init__( method __getitem__ (line 977) | def __getitem__(self, key): ... method __getitem__ (line 979) | def __getitem__(self, key: int): ... method __getitem__ (line 981) | def __getitem__(self, key): ... method __getitem__ (line 983) | def __getitem__(self, key: int): ... FILE: publish/micropython-v1_26_0-rp2-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 113) | def delay(delay: int) -> _PIO_ASM_Program: function side (line 121) | def side(value: int) -> _PIO_ASM_Program: function wrap_target (line 134) | def wrap_target() -> None: function wrap (line 144) | def wrap() -> None: function label (line 155) | def label(label: str) -> None: function word (line 170) | def word(instr, label: Incomplete | None = ...) -> _PIO_ASM_Program: function nop (line 178) | def nop() -> _PIO_ASM_Program: function jmp (line 186) | def jmp(condition, label: Incomplete | None = ...) -> _PIO_ASM_Program: function wait (line 221) | def wait(polarity: int, src: int, index: int, /) -> _PIO_ASM_Program: function in_ (line 256) | def in_(src, data) -> _PIO_ASM_Program: function out (line 289) | def out(destination: int, bit_count: int) -> _PIO_ASM_Program: function push (line 327) | def push(value: int = ..., value2: int = ...) -> _PIO_ASM_Program: function pull (line 346) | def pull(block: int = block, timeout: int = 0) -> _PIO_ASM_Program: function mov (line 372) | def mov(dest, src, operation: Optional[int] = None) -> _PIO_ASM_Program: function irq (line 418) | def irq(mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: function set (line 438) | def set(destination, data) -> _PIO_ASM_Program: FILE: publish/micropython-v1_26_0-rp2-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-rp2-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-rp2-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-stubs/uctypes.pyi function sizeof (line 60) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 68) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 77) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 86) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 107) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-rp2-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 16) | class sha1: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-rp2-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-rp2-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 82) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 83) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 84) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 85) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 86) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 179) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 188) | def fill(self, c: int, /) -> None: method fill_rect (line 194) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__( FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/gc.pyi function isenabled (line 19) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 20) | def mem_free() -> int: function mem_alloc (line 32) | def mem_alloc() -> int: function collect (line 43) | def collect() -> None: function enable (line 49) | def enable() -> None: function disable (line 55) | def disable() -> None: function threshold (line 63) | def threshold() -> int: function threshold (line 89) | def threshold(amount: int) -> None: FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/machine.pyi function disable_irq (line 42) | def disable_irq() -> _IRQ_STATE: function bootloader (line 51) | def bootloader(value: Optional[Any] = None) -> None: function enable_irq (line 61) | def enable_irq(state: _IRQ_STATE, /) -> None: function deepsleep (line 70) | def deepsleep() -> NoReturn: function deepsleep (line 95) | def deepsleep(time_ms: int, /) -> NoReturn: function bitstream (line 119) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 143) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function unique_id (line 144) | def unique_id() -> bytes: function soft_reset (line 153) | def soft_reset() -> NoReturn: function reset_cause (line 160) | def reset_cause() -> int: function time_pulse_us (line 166) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 185) | def freq() -> int: function freq (line 193) | def freq(hz: int, /) -> None: function freq (line 201) | def freq(self) -> int: function freq (line 209) | def freq( function idle (line 220) | def idle() -> None: function reset (line 235) | def reset() -> NoReturn: function lightsleep (line 243) | def lightsleep() -> None: function lightsleep (line 268) | def lightsleep(time_ms: int, /) -> None: class PWM (line 296) | class PWM: method duty_u16 (line 348) | def duty_u16(self) -> int: method duty_u16 (line 360) | def duty_u16( method freq (line 376) | def freq(self) -> int: method freq (line 387) | def freq( method init (line 401) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 409) | def duty_ns(self) -> int: method duty_ns (line 419) | def duty_ns( method deinit (line 432) | def deinit(self) -> None: method __init__ (line 438) | def __init__( class WDT (line 463) | class WDT: method timeout_ms (line 479) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 480) | def feed(self) -> None: method __init__ (line 488) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2CTarget (line 497) | class I2CTarget: method deinit (line 526) | def deinit(self) -> Incomplete: method irq (line 533) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 573) | def write(self, buf) -> int: method readinto (line 581) | def readinto(self, buf) -> int: method __init__ (line 588) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class ADC (line 590) | class ADC: method read_u16 (line 616) | def read_u16(self) -> int: method deinit (line 624) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 625) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 640) | def width(self, bits: int) -> None: method read (line 665) | def read(self) -> int: method atten (line 679) | def atten(self, atten: int) -> None: class DAC (line 687) | class DAC: method write (line 688) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 689) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 691) | class I2C: method readfrom_mem_into (line 728) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 740) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 750) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 759) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 770) | def scan(self) -> List: method writeto (line 778) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 788) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 804) | def start(self) -> None: method readfrom (line 810) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 818) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 829) | def init(self, *, freq: int = 400_000) -> None: method init (line 843) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 856) | def stop(self) -> None: method write (line 862) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 871) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 888) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 905) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class SoftSPI (line 918) | class SoftSPI(SPI): method deinit (line 927) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 928) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 929) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 930) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 931) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 932) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 933) | def __init__( class Timer (line 946) | class Timer: method init (line 973) | def init( method init (line 981) | def init( method init (line 989) | def init( method deinit (line 1035) | def deinit(self) -> None: method __init__ (line 1042) | def __init__(self, id: int, /): method __init__ (line 1052) | def __init__( method __init__ (line 1070) | def __init__( method __init__ (line 1088) | def __init__( class UART (line 1105) | class UART: method irq (line 1144) | def irq( method sendbreak (line 1180) | def sendbreak(self) -> None: method init (line 1188) | def init( method init (line 1257) | def init( method init (line 1320) | def init( method deinit (line 1382) | def deinit(self) -> None: method flush (line 1392) | def flush(self) -> Incomplete: method txdone (line 1407) | def txdone(self) -> bool: method read (line 1423) | def read(self) -> bytes | None: method read (line 1434) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1444) | def any(self) -> int: method write (line 1459) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1468) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1479) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1489) | def readline(self) -> Union[str, None]: method __init__ (line 1499) | def __init__( method __init__ (line 1521) | def __init__( method __init__ (line 1537) | def __init__( class USBDevice (line 1552) | class USBDevice: method submit_xfer (line 1565) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1587) | def config( method remote_wakeup (line 1695) | def remote_wakeup(self) -> bool: method stall (line 1704) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1725) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1746) | class BUILTIN_CDC: method __init__ (line 1754) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1756) | class BUILTIN_NONE: method __init__ (line 1762) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1764) | class BUILTIN_DEFAULT: method __init__ (line 1772) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1774) | def __init__(self) -> None: ... class Pin (line 1776) | class Pin: method irq (line 1833) | def irq( method toggle (line 1887) | def toggle(self) -> Incomplete: method init (line 1895) | def init( method on (line 1913) | def on(self) -> None: method low (line 1919) | def low(self) -> None: method off (line 1927) | def off(self) -> None: method high (line 1933) | def high(self) -> None: method value (line 1942) | def value(self) -> int: method value (line 1976) | def value(self, x: Any, /) -> None: method disable (line 2009) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 2011) | def drive(self, drive: int, /) -> None: method drive (line 2021) | def drive(self, /) -> int: class board (line 2029) | class board: method __init__ (line 2099) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 2101) | class cpu: method __init__ (line 2201) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2203) | def __init__( method __call__ (line 2278) | def __call__(self) -> int: method __call__ (line 2286) | def __call__(self, x: Any, /) -> None: method mode (line 2294) | def mode(self) -> int: method mode (line 2303) | def mode(self, mode: int, /) -> None: method pull (line 2312) | def pull(self) -> int: method pull (line 2321) | def pull(self, pull: int, /) -> None: class SoftI2C (line 2329) | class SoftI2C(I2C): method readfrom_mem_into (line 2342) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2343) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2344) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2345) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2346) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2347) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2348) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2349) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2350) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2351) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2352) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2353) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2354) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2355) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class RTC (line 2357) | class RTC: method datetime (line 2374) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method init (line 2391) | def init(self) -> None: method init (line 2406) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2421) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2436) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2451) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2466) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2481) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method calibration (line 2495) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2497) | def __init__(self, id: int = 0): method __init__ (line 2503) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2511) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2519) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2527) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2535) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2543) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 2551) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2559) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2567) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2575) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2583) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2591) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2599) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SPI (line 2606) | class SPI: method deinit (line 2663) | def deinit(self) -> None: method init (line 2670) | def init( method init (line 2705) | def init( method write_readinto (line 2737) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2748) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2756) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2765) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2776) | def __init__(self, id: int, /): method __init__ (line 2789) | def __init__( method __init__ (line 2815) | def __init__( class Signal (line 2838) | class Signal(Pin): method off (line 2908) | def off(self) -> None: method on (line 2914) | def on(self) -> None: method value (line 2921) | def value(self) -> int: method value (line 2941) | def value(self, x: Any, /) -> None: method __init__ (line 2961) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2981) | def __init__( class ADCBlock (line 3011) | class ADCBlock: method connect (line 3013) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3015) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3017) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 3038) | class SDCard: method readblocks (line 3040) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3050) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3060) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3071) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 238) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 251) | class RingIO: method readinto (line 252) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 262) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 281) | def any(self) -> int: method read (line 287) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 298) | def close(self) -> Incomplete: method __init__ (line 305) | def __init__(self, size) -> None: ... function viper (line 309) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 320) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 329) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 340) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/uctypes.pyi function sizeof (line 60) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 68) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 77) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 86) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 107) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-samd-seeed_wio_terminal-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-samd-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-samd-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-samd-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-samd-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readinto (line 81) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 82) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 83) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 84) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 85) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 86) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-samd-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-samd-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_0-samd-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 179) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 188) | def fill(self, c: int, /) -> None: method fill_rect (line 194) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__( FILE: publish/micropython-v1_26_0-samd-stubs/gc.pyi function isenabled (line 19) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 20) | def mem_free() -> int: function mem_alloc (line 32) | def mem_alloc() -> int: function collect (line 43) | def collect() -> None: function enable (line 49) | def enable() -> None: function disable (line 55) | def disable() -> None: function threshold (line 63) | def threshold() -> int: function threshold (line 89) | def threshold(amount: int) -> None: FILE: publish/micropython-v1_26_0-samd-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_26_0-samd-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-samd-stubs/machine.pyi function disable_irq (line 42) | def disable_irq() -> _IRQ_STATE: function bootloader (line 51) | def bootloader(value: Optional[Any] = None) -> None: function enable_irq (line 61) | def enable_irq(state: _IRQ_STATE, /) -> None: function deepsleep (line 70) | def deepsleep() -> NoReturn: function deepsleep (line 95) | def deepsleep(time_ms: int, /) -> NoReturn: function bitstream (line 119) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 143) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function unique_id (line 144) | def unique_id() -> bytes: function soft_reset (line 153) | def soft_reset() -> NoReturn: function reset_cause (line 160) | def reset_cause() -> int: function time_pulse_us (line 166) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 185) | def freq() -> int: function freq (line 193) | def freq(hz: int, /) -> None: function freq (line 201) | def freq(self) -> int: function freq (line 209) | def freq( function idle (line 220) | def idle() -> None: function reset (line 235) | def reset() -> NoReturn: function lightsleep (line 243) | def lightsleep() -> None: function lightsleep (line 268) | def lightsleep(time_ms: int, /) -> None: class PWM (line 296) | class PWM: method duty_u16 (line 348) | def duty_u16(self) -> int: method duty_u16 (line 360) | def duty_u16( method freq (line 376) | def freq(self) -> int: method freq (line 387) | def freq( method init (line 401) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 409) | def duty_ns(self) -> int: method duty_ns (line 419) | def duty_ns( method deinit (line 432) | def deinit(self) -> None: method __init__ (line 438) | def __init__( class WDT (line 463) | class WDT: method timeout_ms (line 479) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 480) | def feed(self) -> None: method __init__ (line 488) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2CTarget (line 497) | class I2CTarget: method deinit (line 526) | def deinit(self) -> Incomplete: method irq (line 533) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 573) | def write(self, buf) -> int: method readinto (line 581) | def readinto(self, buf) -> int: method __init__ (line 588) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class ADC (line 590) | class ADC: method read_u16 (line 616) | def read_u16(self) -> int: method deinit (line 624) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 625) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 640) | def width(self, bits: int) -> None: method read (line 665) | def read(self) -> int: method atten (line 679) | def atten(self, atten: int) -> None: class DAC (line 687) | class DAC: method write (line 688) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 689) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 691) | class I2C: method readfrom_mem_into (line 728) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 740) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 750) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 759) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 770) | def scan(self) -> List: method writeto (line 778) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 788) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 804) | def start(self) -> None: method readfrom (line 810) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 818) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 829) | def init(self, *, freq: int = 400_000) -> None: method init (line 843) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 856) | def stop(self) -> None: method write (line 862) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 871) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 888) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 905) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class SoftSPI (line 918) | class SoftSPI(SPI): method deinit (line 927) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 928) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 929) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 930) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 931) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 932) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 933) | def __init__( class Timer (line 946) | class Timer: method init (line 973) | def init( method init (line 981) | def init( method init (line 989) | def init( method deinit (line 1035) | def deinit(self) -> None: method __init__ (line 1042) | def __init__(self, id: int, /): method __init__ (line 1052) | def __init__( method __init__ (line 1070) | def __init__( method __init__ (line 1088) | def __init__( class UART (line 1105) | class UART: method irq (line 1144) | def irq( method sendbreak (line 1180) | def sendbreak(self) -> None: method init (line 1188) | def init( method init (line 1257) | def init( method init (line 1320) | def init( method deinit (line 1382) | def deinit(self) -> None: method flush (line 1392) | def flush(self) -> Incomplete: method txdone (line 1407) | def txdone(self) -> bool: method read (line 1423) | def read(self) -> bytes | None: method read (line 1434) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1444) | def any(self) -> int: method write (line 1459) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1468) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1479) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1489) | def readline(self) -> Union[str, None]: method __init__ (line 1499) | def __init__( method __init__ (line 1521) | def __init__( method __init__ (line 1537) | def __init__( class USBDevice (line 1552) | class USBDevice: method submit_xfer (line 1565) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1587) | def config( method remote_wakeup (line 1695) | def remote_wakeup(self) -> bool: method stall (line 1704) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1725) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1746) | class BUILTIN_CDC: method __init__ (line 1754) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1756) | class BUILTIN_NONE: method __init__ (line 1762) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1764) | class BUILTIN_DEFAULT: method __init__ (line 1772) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1774) | def __init__(self) -> None: ... class Pin (line 1776) | class Pin: method irq (line 1833) | def irq( method toggle (line 1887) | def toggle(self) -> Incomplete: method init (line 1895) | def init( method on (line 1913) | def on(self) -> None: method low (line 1919) | def low(self) -> None: method off (line 1927) | def off(self) -> None: method high (line 1933) | def high(self) -> None: method value (line 1942) | def value(self) -> int: method value (line 1976) | def value(self, x: Any, /) -> None: method disable (line 2009) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 2011) | def drive(self, drive: int, /) -> None: method drive (line 2021) | def drive(self, /) -> int: class board (line 2029) | class board: method __init__ (line 2099) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 2101) | class cpu: method __init__ (line 2201) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2203) | def __init__( method __call__ (line 2278) | def __call__(self) -> int: method __call__ (line 2286) | def __call__(self, x: Any, /) -> None: method mode (line 2294) | def mode(self) -> int: method mode (line 2303) | def mode(self, mode: int, /) -> None: method pull (line 2312) | def pull(self) -> int: method pull (line 2321) | def pull(self, pull: int, /) -> None: class SoftI2C (line 2329) | class SoftI2C(I2C): method readfrom_mem_into (line 2342) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2343) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2344) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2345) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2346) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2347) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2348) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2349) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2350) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2351) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2352) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2353) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2354) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2355) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class RTC (line 2357) | class RTC: method datetime (line 2374) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method init (line 2391) | def init(self) -> None: method init (line 2406) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2421) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2436) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2451) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2466) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2481) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method calibration (line 2495) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2497) | def __init__(self, id: int = 0): method __init__ (line 2503) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2511) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2519) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2527) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2535) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2543) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 2551) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2559) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2567) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2575) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2583) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2591) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2599) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SPI (line 2606) | class SPI: method deinit (line 2663) | def deinit(self) -> None: method init (line 2670) | def init( method init (line 2705) | def init( method write_readinto (line 2737) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2748) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2756) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2765) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2776) | def __init__(self, id: int, /): method __init__ (line 2789) | def __init__( method __init__ (line 2815) | def __init__( class Signal (line 2838) | class Signal(Pin): method off (line 2908) | def off(self) -> None: method on (line 2914) | def on(self) -> None: method value (line 2921) | def value(self) -> int: method value (line 2941) | def value(self, x: Any, /) -> None: method __init__ (line 2961) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2981) | def __init__( class ADCBlock (line 3011) | class ADCBlock: method connect (line 3013) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3015) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3017) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 3038) | class SDCard: method readblocks (line 3040) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3050) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3060) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3071) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_26_0-samd-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-samd-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 238) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 251) | class RingIO: method readinto (line 252) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 262) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 281) | def any(self) -> int: method read (line 287) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 298) | def close(self) -> Incomplete: method __init__ (line 305) | def __init__(self, size) -> None: ... function viper (line 309) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 320) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 329) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 340) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-samd-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-samd-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-samd-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-samd-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-samd-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-samd-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-samd-stubs/uctypes.pyi function sizeof (line 60) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 68) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 77) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 86) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 107) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-samd-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-samd-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-samd-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-samd-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-samd-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 179) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 188) | def fill(self, c: int, /) -> None: method fill_rect (line 194) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__( FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/lcd160cr.pyi function calcsize (line 30) | def calcsize(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 31) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function const (line 32) | def const(*args, **kwargs) -> Incomplete: ... function pack_into (line 33) | def pack_into(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 35) | class LCD160CR: method set_brightness (line 54) | def set_brightness(self, value: int, /) -> None: method screen_dump (line 60) | def screen_dump( method screen_load (line 79) | def screen_load(self, buf: AnyReadableBuf, /) -> None: method set_orient (line 85) | def set_orient(self, orient: str, /) -> None: method set_font (line 92) | def set_font( method set_i2c_addr (line 121) | def set_i2c_addr(self, addr: int, /) -> None: method rect_interior (line 128) | def rect_interior(self, x: int, y: int, w: int, h: int, /) -> None: method rect_no_clip (line 137) | def rect_no_clip(self, x: int, y: int, w: int, h: int, /) -> None: method save_to_flash (line 144) | def save_to_flash(self) -> None: method rect_interior_no_clip (line 151) | def rect_interior_no_clip(self, x: int, y: int, w: int, h: int, /) -> ... method rgb (line 159) | def rgb(r: int, g: int, b: int, /) -> int: method rect_outline (line 168) | def rect_outline(self, x: int, y: int, w: int, h: int, /) -> None: method rect_outline_no_clip (line 176) | def rect_outline_no_clip(self, x: int, y: int, w: int, h: int, /) -> N... method set_startup_deco (line 183) | def set_startup_deco(self, value: bool | str, /) -> None: method set_scroll_win_param (line 190) | def set_scroll_win_param(self, win: int, param: int, value: int, /) ->... method set_spi_win (line 201) | def set_spi_win(self, x: int, y: int, w: int, h: int, /) -> None: method show_framebuf (line 207) | def show_framebuf(self, buf: AnyReadableBuf, /) -> None: method set_text_color (line 219) | def set_text_color(self, fg: int, bg: int, /) -> None: method set_uart_baudrate (line 225) | def set_uart_baudrate(self, baudrate: int, /) -> None: method set_pen (line 231) | def set_pen(self, line: int, fill: int, /) -> None: method set_pos (line 237) | def set_pos(self, x: int, y: int, /) -> None: method set_scroll_win (line 244) | def set_scroll_win( method set_pixel (line 274) | def set_pixel(self, x: int, y: int, c: int, /) -> None: method set_scroll_buf (line 281) | def set_scroll_buf(self, s: str, /) -> None: method set_power (line 288) | def set_power(self, on: bool, /) -> None: method set_scroll (line 295) | def set_scroll(self, on: bool, /) -> None: method touch_config (line 302) | def touch_config(self, calib: bool = False, save: bool = False, irq: b... method clip_line (line 319) | def clip_line(data: Any, w: int, h: int, /) -> int: method _send (line 325) | def _send(self, *args, **kwargs) -> Incomplete: ... method _waitfor (line 326) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method erase (line 327) | def erase(self) -> None: method dot (line 333) | def dot(self, x: int, y: int, /) -> None: method dot_no_clip (line 339) | def dot_no_clip(self, x: int, y: int, /) -> None: method poly_line (line 346) | def poly_line(self, data: AnyReadableBuf, /) -> None: method line (line 352) | def line(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method _fcmd2b (line 358) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 359) | def write(self, s: str, /) -> None: method _fcmd2 (line 367) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rect (line 368) | def rect(self, x: int, y: int, w: int, h: int, /) -> None: method reset (line 376) | def reset(self) -> None: method jpeg_start (line 382) | def jpeg_start(self, total_len: int, /) -> None: method jpeg (line 390) | def jpeg(self, buf: AnyReadableBuf, /) -> None: method jpeg_data (line 399) | def jpeg_data(self, buf: AnyReadableBuf, /) -> None: method poly_dot (line 408) | def poly_dot(self, data: AnyReadableBuf, /) -> None: method line_no_clip (line 416) | def line_no_clip(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method oflush (line 424) | def oflush(self, *args, **kwargs) -> Incomplete: ... method fast_spi (line 425) | def fast_spi(self, flush: bool = True, /) -> SPI: method get_line (line 439) | def get_line(self, x: int, y: int, buf: AnyWritableBuf, /) -> None: method is_touched (line 448) | def is_touched(self) -> bool: method feed_wdt (line 455) | def feed_wdt(self) -> None: method iflush (line 463) | def iflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 464) | def get_pixel(self, x: int, y: int, /) -> int: method get_touch (line 470) | def get_touch(self) -> Tuple: method __init__ (line 479) | def __init__(self, connect: str, /): method __init__ (line 516) | def __init__(self, *, pwr: Pin, i2c: I2C, spi: SPI, i2c_addr: int = 98): FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/machine.pyi function unique_id (line 42) | def unique_id() -> bytes: function freq (line 52) | def freq() -> int: function freq (line 60) | def freq(self) -> int: function freq (line 71) | def freq( function freq (line 86) | def freq(hz: int, /) -> None: function freq (line 94) | def freq(self) -> int: function freq (line 102) | def freq( function idle (line 113) | def idle() -> None: function enable_irq (line 128) | def enable_irq(state: _IRQ_STATE, /) -> None: function deepsleep (line 137) | def deepsleep() -> NoReturn: function deepsleep (line 162) | def deepsleep(time_ms: int, /) -> NoReturn: function dht_readinto (line 186) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 187) | def disable_irq() -> _IRQ_STATE: function info (line 196) | def info(*args, **kwargs) -> Incomplete: ... function sleep (line 198) | def sleep() -> None: function soft_reset (line 204) | def soft_reset() -> NoReturn: function time_pulse_us (line 211) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function rng (line 229) | def rng() -> int: function lightsleep (line 238) | def lightsleep() -> None: function lightsleep (line 263) | def lightsleep(time_ms: int, /) -> None: function reset (line 287) | def reset() -> NoReturn: function reset_cause (line 294) | def reset_cause() -> int: function bootloader (line 300) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 310) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class WDT (line 334) | class WDT: method feed (line 350) | def feed(self) -> None: method __init__ (line 358) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Pin (line 367) | class Pin: method mode (line 453) | def mode(self) -> int: method mode (line 462) | def mode(self, mode: int, /) -> None: method name (line 470) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 472) | def pull(self) -> int: method pull (line 481) | def pull(self, pull: int, /) -> None: method low (line 489) | def low(self) -> None: method irq (line 497) | def irq( method pin (line 551) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 552) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 553) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 554) | def on(self) -> None: method off (line 560) | def off(self) -> None: method init (line 566) | def init( method af_list (line 584) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 585) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 587) | def value(self) -> int: method value (line 621) | def value(self, x: Any, /) -> None: method high (line 654) | def high(self) -> None: method gpio (line 662) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 664) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 666) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 668) | class cpu: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 719) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 721) | class board: method __init__ (line 771) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 773) | def __init__( method __call__ (line 848) | def __call__(self) -> int: method __call__ (line 856) | def __call__(self, x: Any, /) -> None: method drive (line 864) | def drive(self, drive: int, /) -> None: method drive (line 874) | def drive(self, /) -> int: class RTC (line 882) | class RTC: method info (line 899) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 901) | def init(self) -> None: method init (line 916) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 931) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 946) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 961) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 976) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 991) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method wakeup (line 1005) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1006) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method calibration (line 1022) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1024) | def __init__(self, id: int = 0): method __init__ (line 1030) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1038) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1046) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1054) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1062) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1070) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1078) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1086) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1094) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1102) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1110) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1118) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1126) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class I2S (line 1135) | class I2S: method shift (line 1211) | def shift( method init (line 1224) | def init( method irq (line 1241) | def irq( method readinto (line 1253) | def readinto( method deinit (line 1266) | def deinit(self) -> None: method write (line 1272) | def write( method __init__ (line 1285) | def __init__( class ADC (line 1327) | class ADC: method read_u16 (line 1353) | def read_u16(self) -> int: method __init__ (line 1361) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 1376) | def width(self, bits: int) -> None: method read (line 1401) | def read(self) -> int: method atten (line 1415) | def atten(self, atten: int) -> None: class I2C (line 1423) | class I2C: method readfrom_mem_into (line 1460) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1472) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1482) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1491) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1502) | def scan(self) -> List: method writeto (line 1510) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1520) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1536) | def start(self) -> None: method readfrom (line 1542) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1550) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1561) | def init(self, *, freq: int = 400_000) -> None: method init (line 1575) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1588) | def stop(self) -> None: method write (line 1594) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1603) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1620) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1637) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1650) | class I2CTarget: method deinit (line 1679) | def deinit(self) -> Incomplete: method irq (line 1686) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1726) | def write(self, buf) -> int: method readinto (line 1734) | def readinto(self, buf) -> int: method __init__ (line 1741) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1745) | class SoftSPI(SPI): method deinit (line 1754) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1755) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1756) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1757) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1758) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1759) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1760) | def __init__( class Timer (line 1773) | class Timer: method init (line 1800) | def init( method init (line 1808) | def init( method init (line 1816) | def init( method deinit (line 1862) | def deinit(self) -> None: method __init__ (line 1869) | def __init__(self, id: int, /): method __init__ (line 1879) | def __init__( method __init__ (line 1897) | def __init__( method __init__ (line 1915) | def __init__( class UART (line 1932) | class UART: method flush (line 1971) | def flush(self) -> Incomplete: method sendbreak (line 1986) | def sendbreak(self) -> None: method txdone (line 1993) | def txdone(self) -> bool: method init (line 2009) | def init( method init (line 2078) | def init( method init (line 2141) | def init( method readchar (line 2203) | def readchar(self, *args, **kwargs) -> Incomplete: ... method irq (line 2204) | def irq( method writechar (line 2240) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 2242) | def read(self) -> bytes | None: method read (line 2253) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 2263) | def deinit(self) -> None: method any (line 2273) | def any(self) -> int: method write (line 2288) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2297) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2308) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2318) | def readline(self) -> Union[str, None]: method __init__ (line 2328) | def __init__( method __init__ (line 2350) | def __init__( method __init__ (line 2366) | def __init__( class SoftI2C (line 2381) | class SoftI2C(I2C): method readfrom_mem_into (line 2394) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2395) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2396) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2397) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2398) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2399) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2400) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2401) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2402) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2403) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2404) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2405) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2406) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2407) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SPI (line 2411) | class SPI: method deinit (line 2468) | def deinit(self) -> None: method init (line 2475) | def init( method init (line 2510) | def init( method write_readinto (line 2542) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2553) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2561) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2570) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2581) | def __init__(self, id: int, /): method __init__ (line 2594) | def __init__( method __init__ (line 2620) | def __init__( class Signal (line 2643) | class Signal(Pin): method off (line 2713) | def off(self) -> None: method on (line 2719) | def on(self) -> None: method value (line 2726) | def value(self) -> int: method value (line 2746) | def value(self, x: Any, /) -> None: method __init__ (line 2766) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2786) | def __init__( class ADCBlock (line 2816) | class ADCBlock: method connect (line 2818) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 2820) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 2822) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class PWM (line 2843) | class PWM: method freq (line 2845) | def freq(self) -> int: method freq (line 2856) | def freq( method duty_u16 (line 2871) | def duty_u16(self) -> int: method duty_u16 (line 2883) | def duty_u16( method duty_ns (line 2899) | def duty_ns(self) -> int: method duty_ns (line 2909) | def duty_ns( class SDCard (line 2922) | class SDCard: method readblocks (line 2924) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2934) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2944) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2955) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 238) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 251) | class RingIO: method readinto (line 252) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 262) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 281) | def any(self) -> int: method read (line 287) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 298) | def close(self) -> Incomplete: method __init__ (line 305) | def __init__(self, size) -> None: ... function viper (line 309) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 320) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 329) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 340) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/network.pyi function route (line 58) | def route(*args, **kwargs) -> Incomplete: ... function hostname (line 59) | def hostname(name: Optional[Any] = None) -> Incomplete: function country (line 87) | def country(code: Optional[Any] = None) -> Incomplete: class WIZNET5K (line 100) | class WIZNET5K: method isconnected (line 127) | def isconnected(self, *args, **kwargs) -> Incomplete: ... method status (line 128) | def status(self, *args, **kwargs) -> Incomplete: ... method regs (line 129) | def regs(self) -> Any: method active (line 135) | def active(self, *args, **kwargs) -> Incomplete: ... method ifconfig (line 136) | def ifconfig(self, *args, **kwargs) -> Incomplete: ... method config (line 137) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 138) | def __init__(self, spi: SPI, pin_cs: Pin, pin_rst: Pin, /) -> None: class LAN (line 156) | class LAN: method active (line 158) | def active(self, /) -> bool: method active (line 166) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 173) | class WLAN: method active (line 175) | def active(self, /) -> bool: method active (line 183) | def active(self, is_active: bool | int, /) -> None: method status (line 191) | def status(self) -> int: method status (line 221) | def status(self, param: str, /) -> int: method ifconfig (line 251) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 262) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 273) | def config(self, param: str, /) -> Any: method config (line 308) | def config(self, **kwargs: Any) -> None: class WLANWiPy (line 342) | class WLANWiPy: method __init__ (line 344) | def __init__(self, id: int = 0, /): method __init__ (line 358) | def __init__( method mode (line 382) | def mode(self) -> int: method mode (line 388) | def mode(self, mode: int, /) -> None: method ssid (line 394) | def ssid(self) -> str: method ssid (line 400) | def ssid(self, ssid: str, /) -> None: method auth (line 406) | def auth(self) -> int: method auth (line 412) | def auth(self, auth: int, /) -> None: method channel (line 418) | def channel(self) -> int: method channel (line 424) | def channel(self, channel: int, /) -> None: method antenna (line 430) | def antenna(self) -> int: method antenna (line 436) | def antenna(self, antenna: int, /) -> None: method mac (line 442) | def mac(self) -> bytes: method mac (line 448) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 453) | class AbstractNIC: method active (line 456) | def active(self, /) -> bool: method active (line 467) | def active(self, is_active: bool | int, /) -> None: method connect (line 478) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 497) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 516) | def status(self) -> Any: method status (line 534) | def status(self, param: str, /) -> Any: method ifconfig (line 552) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 566) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 580) | def config(self, param: str, /) -> Any: method config (line 599) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/pyb.pyi function hard_reset (line 27) | def hard_reset() -> NoReturn: function have_cdc (line 35) | def have_cdc() -> bool: function hid (line 45) | def hid(data: tuple[int, int, int, int], /) -> None: function hid (line 55) | def hid(data: Sequence[int], /) -> None: function info (line 64) | def info() -> None: function info (line 70) | def info(dump_alloc_table: bytes, /) -> None: function info (line 76) | def info(self) -> list[int]: function info (line 82) | def info(self, list: list[int], /) -> list[int]: function wfi (line 87) | def wfi() -> None: function elapsed_micros (line 99) | def elapsed_micros(start: int, /) -> int: function freq (line 116) | def freq() -> tuple[int, int, int, int]: function freq (line 156) | def freq(sysclk: int, /) -> None: function freq (line 196) | def freq(sysclk: int, hclk: int, /) -> None: function freq (line 236) | def freq(sysclk: int, hclk: int, pclk1: int, /) -> None: function freq (line 276) | def freq(sysclk: int, hclk: int, pclk1: int, pclk2: int, /) -> None: function freq (line 316) | def freq(self) -> int: function freq (line 356) | def freq(self, value: int, /) -> None: function disable_irq (line 395) | def disable_irq() -> bool: function fault_debug (line 404) | def fault_debug(value: bool = False) -> None: function elapsed_millis (line 419) | def elapsed_millis(start: int, /) -> int: function enable_irq (line 434) | def enable_irq(state: bool = True, /) -> None: function sync (line 444) | def sync() -> None: function servo (line 450) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 451) | def standby() -> None: function usb_mode (line 466) | def usb_mode() -> str: function usb_mode (line 508) | def usb_mode( function udelay (line 558) | def udelay(us: int, /) -> None: function unique_id (line 564) | def unique_id() -> str: function micros (line 570) | def micros() -> int: function mount (line 585) | def mount( function mount (line 627) | def mount( function rng (line 668) | def rng() -> int: function millis (line 674) | def millis() -> int: function repl_uart (line 689) | def repl_uart() -> UART | None: function repl_uart (line 695) | def repl_uart(uart: UART, /) -> None: function pwm (line 700) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 701) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 702) | def stop() -> None: function delay (line 714) | def delay(ms: int, /) -> None: function main (line 720) | def main(filename: str, /) -> None: function bootloader (line 730) | def bootloader() -> None: function country (line 736) | def country(*args, **kwargs) -> Incomplete: ... class DAC (line 738) | class DAC: method noise (line 785) | def noise(self, freq: int, /) -> None: method write_timed (line 792) | def write_timed(self, data: AnyWritableBuf, freq: int | Timer, /, *, m... method triangle (line 814) | def triangle(self, freq: int, /) -> None: method write (line 822) | def write(self, value: int, /) -> None: method init (line 830) | def init(self, bits: int = 8, *, buffering: bool | None = None) -> None: method deinit (line 838) | def deinit(self) -> None: method __init__ (line 844) | def __init__(self, port: int | Pin, /, bits: int = 8, *, buffering: bo... class ExtInt (line 869) | class ExtInt: method line (line 921) | def line(self) -> int: method regs (line 928) | def regs() -> None: method swint (line 934) | def swint(self) -> None: method enable (line 940) | def enable(self) -> None: method disable (line 946) | def disable(self) -> None: method __init__ (line 953) | def __init__( class Flash (line 977) | class Flash(AbstractBlockDev): method readblocks (line 989) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 999) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1009) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1020) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 1034) | def ioctl(self, op: int, arg: int) -> int | None: method __init__ (line 1044) | def __init__(self): method __init__ (line 1056) | def __init__(self, *, start: int = -1, len: int = -1): class I2C (line 1063) | class I2C: method scan (line 1119) | def scan(self) -> List: method mem_read (line 1127) | def mem_read( method mem_read (line 1151) | def mem_read( method mem_write (line 1174) | def mem_write( method recv (line 1199) | def recv( method recv (line 1220) | def recv( method is_ready (line 1240) | def is_ready(self, addr: int, /) -> bool: method send (line 1246) | def send( method deinit (line 1264) | def deinit(self) -> None: method init (line 1270) | def init( method __init__ (line 1298) | def __init__( class LCD (line 1330) | class LCD: method fill (line 1366) | def fill(self, colour: int, /) -> None: method light (line 1374) | def light(self, value: bool | int, /) -> None: method pixel (line 1380) | def pixel(self, x: int, y: int, colour: int, /) -> None: method show (line 1388) | def show(self) -> None: method text (line 1394) | def text(self, str: str, x: int, y: int, colour: int, /) -> None: method contrast (line 1402) | def contrast(self, value: int, /) -> None: method get (line 1408) | def get(self, x: int, y: int, /) -> int: method write (line 1416) | def write(self, str: str, /) -> None: method command (line 1422) | def command(self, inst_data: int, buf: bytes, /) -> None: method __init__ (line 1430) | def __init__(self, skin_position: str, /) -> None: class CAN (line 1436) | class CAN: method restart (line 1469) | def restart(self) -> None: method recv (line 1483) | def recv(self, fifo: int, /, *, timeout: int = 5000) -> tuple[int, boo... method recv (line 1519) | def recv(self, fifo: int, list: None, /, *, timeout: int = 5000) -> tu... method recv (line 1555) | def recv(self, fifo: int, list: list[int | bool | memoryview], /, *, t... method init (line 1590) | def init( method rxcallback (line 1667) | def rxcallback(self, fifo: int, fun: Callable[[CAN], None], /) -> None: method setfilter (line 1704) | def setfilter(self, bank: int, mode: int, fifo: int, params: Sequence[... method setfilter (line 1761) | def setfilter( method state (line 1826) | def state(self) -> int: method send (line 1842) | def send( method any (line 1879) | def any(self, fifo: int, /) -> bool: method info (line 1886) | def info(self) -> list[int]: method info (line 1910) | def info(self, list: list[int], /) -> list[int]: method clearfilter (line 1933) | def clearfilter(self, bank: int, /) -> None: method deinit (line 1943) | def deinit(self) -> None: method __init__ (line 1949) | def __init__( class ADC (line 1975) | class ADC: method read_timed (line 1993) | def read_timed(self, buf: AnyWritableBuf, timer: Timer | int, /) -> None: method read_timed_multi (line 2032) | def read_timed_multi(adcs: tuple[ADC, ...], bufs: tuple[AnyWritableBuf... method read (line 2085) | def read(self) -> int: method __init__ (line 2092) | def __init__(self, pin: int | Pin, /) -> None: class ADCAll (line 2098) | class ADCAll: method read_core_vbat (line 2099) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 2100) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 2101) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 2102) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 2103) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2104) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 2106) | class Accel: method x (line 2117) | def x(self) -> int: method tilt (line 2123) | def tilt(self) -> int: method y (line 2129) | def y(self) -> int: method z (line 2135) | def z(self) -> int: method read (line 2141) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 2142) | def filtered_xyz(self) -> Tuple: method write (line 2153) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2154) | def __init__(self) -> None: class USB_VCP (line 2159) | class USB_VCP: method readlines (line 2169) | def readlines(self) -> List: method recv (line 2180) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes | None: method recv (line 2193) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int... method isconnected (line 2205) | def isconnected(self) -> bool: method init (line 2211) | def init(self, *, flow: int = -1) -> None: method irq (line 2219) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 2231) | def setinterrupt(self, chr: int, /) -> None: method close (line 2242) | def close(self) -> None: method read (line 2250) | def read(self) -> bytes | None: method read (line 2261) | def read(self, nbytes, /) -> bytes | None: method any (line 2271) | def any(self) -> bool: method write (line 2277) | def write(self, buf: AnyReadableBuf, /) -> int: method send (line 2285) | def send(self, buf: AnyWritableBuf | bytes | int, /, *, timeout: int =... method readinto (line 2297) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2309) | def readinto(self, buf: AnyWritableBuf, maxlen: int, /) -> int | None: method readline (line 2320) | def readline(self) -> bytes: method __init__ (line 2329) | def __init__(self, id: int = 0, /) -> None: class Timer (line 2335) | class Timer: method freq (line 2408) | def freq(self) -> int: method freq (line 2414) | def freq(self, value: int, /) -> None: method init (line 2420) | def init( method init (line 2485) | def init( method period (line 2551) | def period(self) -> int: method period (line 2557) | def period(self, value: int, /) -> None: method prescaler (line 2563) | def prescaler(self) -> int: method prescaler (line 2569) | def prescaler(self, value: int, /) -> None: method source_freq (line 2574) | def source_freq(self) -> int: method deinit (line 2580) | def deinit(self) -> None: method callback (line 2591) | def callback(self, fun: Callable[[Timer], None] | None, /) -> None: method channel (line 2600) | def channel(self, channel: int, /) -> timerchannel | None: method channel (line 2687) | def channel( method channel (line 2783) | def channel( method channel (line 2879) | def channel( method channel (line 2976) | def channel( method channel (line 3072) | def channel( method counter (line 3167) | def counter(self) -> int: method counter (line 3173) | def counter(self, value: int, /) -> None: method __init__ (line 3179) | def __init__(self, id: int, /): method __init__ (line 3187) | def __init__( method __init__ (line 3205) | def __init__( class Switch (line 3223) | class Switch: method callback (line 3241) | def callback(self, fun: Callable[[], None] | None) -> None: method value (line 3248) | def value(self) -> bool: method __init__ (line 3254) | def __init__(self) -> None: method __call__ (line 3260) | def __call__(self) -> bool: class Servo (line 3267) | class Servo: method speed (line 3294) | def speed(self) -> int: method speed (line 3306) | def speed(self, speed: int, time: int = 0, /) -> None: method speed (line 3318) | def speed(self) -> int: method speed (line 3330) | def speed(self, value: int, /) -> None: method pulse_width (line 3341) | def pulse_width(self, value: Any | None = None) -> Incomplete: method calibration (line 3351) | def calibration(self) -> tuple[int, int, int, int, int]: method calibration (line 3366) | def calibration(self, pulse_min: int, pulse_max: int, pulse_centre: in... method calibration (line 3381) | def calibration( method angle (line 3404) | def angle(self) -> int: method angle (line 3417) | def angle(self, angle: int, time: int = 0, /) -> None: method __init__ (line 3429) | def __init__(self, id: int, /) -> None: class UART (line 3434) | class UART: method flush (line 3480) | def flush(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 3481) | def sendbreak(self) -> None: method txdone (line 3489) | def txdone(self, *args, **kwargs) -> Incomplete: ... method init (line 3490) | def init( method readchar (line 3528) | def readchar(self) -> int: method irq (line 3536) | def irq(self, *args, **kwargs) -> Incomplete: ... method writechar (line 3537) | def writechar(self, char: int, /) -> None: method read (line 3545) | def read(self) -> bytes | None: method read (line 3562) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 3578) | def deinit(self) -> None: method any (line 3584) | def any(self) -> int: method write (line 3590) | def write(self, buf: AnyWritableBuf, /) -> int: method readinto (line 3603) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 3613) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 3622) | def readline(self) -> None: method __init__ (line 3633) | def __init__(self, bus: int | str, /): method __init__ (line 3670) | def __init__( class USB_HID (line 3719) | class USB_HID: method recv (line 3729) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes: method recv (line 3742) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int: method send (line 3754) | def send(self, data: Sequence[int]) -> None: method __init__ (line 3763) | def __init__(self) -> None: class LED (line 3768) | class LED: method toggle (line 3773) | def toggle(self) -> None: method on (line 3780) | def on(self) -> None: method off (line 3786) | def off(self) -> None: method intensity (line 3793) | def intensity(self) -> int: method intensity (line 3807) | def intensity(self, value: int, /) -> None: method __init__ (line 3820) | def __init__(self, id: int, /) -> None: class RTC (line 3827) | class RTC: method info (line 3839) | def info(self) -> int: method init (line 3850) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 3851) | def wakeup(self, timeout: int, callback: Callable[[RTC], None] | None ... method datetime (line 3865) | def datetime(self, datetimetuple: tuple[int, int, int, int, int, int, ... method datetime (line 3884) | def datetime(self, /) -> Tuple: method calibration (line 3903) | def calibration(self) -> int: method calibration (line 3921) | def calibration(self, cal: int, /) -> None: method __init__ (line 3938) | def __init__(self) -> None: class Pin (line 3943) | class Pin: method mode (line 4053) | def mode(self) -> int: method name (line 4061) | def name(self) -> str: method pull (line 4067) | def pull(self) -> int: method low (line 4075) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 4076) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 4077) | def pin(self) -> int: method port (line 4083) | def port(self) -> int: method names (line 4089) | def names(self) -> str: method on (line 4095) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 4096) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 4097) | def init( method af_list (line 4138) | def af_list(self) -> List: method af (line 4144) | def af(self) -> int: method value (line 4153) | def value(self) -> int: method value (line 4164) | def value(self, value: Any, /) -> None: method high (line 4174) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 4175) | def gpio(self) -> int: method dict (line 4183) | def dict() -> Dict[str, Pin]: method dict (line 4190) | def dict(dict: Dict[str, Pin], /) -> None: method debug (line 4197) | def debug() -> bool: method debug (line 4204) | def debug(state: bool, /) -> None: class cpu (line 4209) | class cpu: method __init__ (line 4257) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 4261) | def mapper() -> Callable[[str], Pin]: method mapper (line 4268) | def mapper(fun: Callable[[str], Pin], /) -> None: class board (line 4273) | class board: method __init__ (line 4323) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 4325) | def __init__( method __call__ (line 4341) | def __call__(self) -> int: method __call__ (line 4349) | def __call__(self, x: Any, /) -> None: class SPI (line 4356) | class SPI: method deinit (line 4386) | def deinit(self) -> None: method send_recv (line 4392) | def send_recv( method recv (line 4413) | def recv(self, recv: int | AnyWritableBuf, /, *, timeout: int = 5000) ... method init (line 4427) | def init( method init (line 4466) | def init( method write_readinto (line 4504) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 4505) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 4506) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 4507) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 4508) | def send(self, send: int | AnyWritableBuf | bytes, /, *, timeout: int ... method __init__ (line 4520) | def __init__(self, bus: int, /): method __init__ (line 4538) | def __init__( method __init__ (line 4569) | def __init__( class SDCard (line 4601) | class SDCard: method writeblocks (line 4602) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 4603) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 4604) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 4605) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 4606) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 4607) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 4608) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 4609) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 4610) | def __init__(self, *argv, **kwargs) -> None: ... class timerchannel (line 4612) | class timerchannel: method capture (line 4615) | def capture(self) -> int: method capture (line 4624) | def capture(self, value: int, /) -> None: method compare (line 4633) | def compare(self) -> int: method compare (line 4642) | def compare(self, value: int, /) -> None: method pulse_width (line 4651) | def pulse_width(self) -> int: method pulse_width (line 4663) | def pulse_width(self, value: int, /) -> None: method pulse_width_percent (line 4675) | def pulse_width_percent(self) -> float: method pulse_width_percent (line 4686) | def pulse_width_percent(self, value: int | float, /) -> None: FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/socket.pyi function getaddrinfo (line 93) | def getaddrinfo( class socket (line 143) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 162) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 174) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 194) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 213) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 222) | def settimeout(self, value: float | None, /) -> None: method sendall (line 258) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 271) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 279) | def setblocking(self, value: bool, /) -> None: method sendto (line 291) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 298) | def readline(self) -> bytes: method readinto (line 307) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 317) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 327) | def read(self) -> bytes: method read (line 337) | def read(self, size: int, /) -> bytes: method close (line 346) | def close(self) -> None: method connect (line 357) | def connect(self, address: _Address | bytes, /) -> None: method send (line 363) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 371) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 377) | def accept(self) -> Tuple: method write (line 386) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 397) | def __init__( FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/uctypes.pyi function sizeof (line 60) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 68) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 77) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 86) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 107) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-stm32-pybv11-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-stm32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-stm32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-stm32-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-stm32-stubs/cmath.pyi function polar (line 30) | def polar(z: _C, /) -> Tuple: function sqrt (line 36) | def sqrt(z: _C, /) -> complex: function rect (line 42) | def rect(r: float, phi: float, /) -> float: function sin (line 48) | def sin(z: _C, /) -> float: function exp (line 54) | def exp(z: _C, /) -> float: function cos (line 60) | def cos(z: _C, /) -> float: function phase (line 66) | def phase(z: _C, /) -> float: function log (line 72) | def log(z: _C, /) -> float: function log10 (line 78) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_0-stm32-stubs/deflate.pyi class DeflateIO (line 37) | class DeflateIO: method readline (line 81) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 83) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 84) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-stm32-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_0-stm32-stubs/framebuf.pyi function FrameBuffer1 (line 30) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 32) | class FrameBuffer: method poly (line 50) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 63) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 73) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 80) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 86) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 95) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 104) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 111) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 127) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 137) | def blit( method hline (line 179) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 188) | def fill(self, c: int, /) -> None: method fill_rect (line 194) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 195) | def __init__( FILE: publish/micropython-v1_26_0-stm32-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-stm32-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 46) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 47) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 49) | def __init__(self): method __init__ (line 55) | def __init__(self, data: AnyReadableBuf): method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): class sha1 (line 72) | class sha1: method __init__ (line 74) | def __init__(self): method __init__ (line 80) | def __init__(self, data: AnyReadableBuf): method __init__ (line 86) | def __init__(self): method __init__ (line 92) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_26_0-stm32-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-stm32-stubs/lcd160cr.pyi function calcsize (line 30) | def calcsize(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 31) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function const (line 32) | def const(*args, **kwargs) -> Incomplete: ... function pack_into (line 33) | def pack_into(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 35) | class LCD160CR: method set_brightness (line 54) | def set_brightness(self, value: int, /) -> None: method screen_dump (line 60) | def screen_dump( method screen_load (line 79) | def screen_load(self, buf: AnyReadableBuf, /) -> None: method set_orient (line 85) | def set_orient(self, orient: str, /) -> None: method set_font (line 92) | def set_font( method set_i2c_addr (line 121) | def set_i2c_addr(self, addr: int, /) -> None: method rect_interior (line 128) | def rect_interior(self, x: int, y: int, w: int, h: int, /) -> None: method rect_no_clip (line 137) | def rect_no_clip(self, x: int, y: int, w: int, h: int, /) -> None: method save_to_flash (line 144) | def save_to_flash(self) -> None: method rect_interior_no_clip (line 151) | def rect_interior_no_clip(self, x: int, y: int, w: int, h: int, /) -> ... method rgb (line 159) | def rgb(r: int, g: int, b: int, /) -> int: method rect_outline (line 168) | def rect_outline(self, x: int, y: int, w: int, h: int, /) -> None: method rect_outline_no_clip (line 176) | def rect_outline_no_clip(self, x: int, y: int, w: int, h: int, /) -> N... method set_startup_deco (line 183) | def set_startup_deco(self, value: bool | str, /) -> None: method set_scroll_win_param (line 190) | def set_scroll_win_param(self, win: int, param: int, value: int, /) ->... method set_spi_win (line 201) | def set_spi_win(self, x: int, y: int, w: int, h: int, /) -> None: method show_framebuf (line 207) | def show_framebuf(self, buf: AnyReadableBuf, /) -> None: method set_text_color (line 219) | def set_text_color(self, fg: int, bg: int, /) -> None: method set_uart_baudrate (line 225) | def set_uart_baudrate(self, baudrate: int, /) -> None: method set_pen (line 231) | def set_pen(self, line: int, fill: int, /) -> None: method set_pos (line 237) | def set_pos(self, x: int, y: int, /) -> None: method set_scroll_win (line 244) | def set_scroll_win( method set_pixel (line 274) | def set_pixel(self, x: int, y: int, c: int, /) -> None: method set_scroll_buf (line 281) | def set_scroll_buf(self, s: str, /) -> None: method set_power (line 288) | def set_power(self, on: bool, /) -> None: method set_scroll (line 295) | def set_scroll(self, on: bool, /) -> None: method touch_config (line 302) | def touch_config(self, calib: bool = False, save: bool = False, irq: b... method clip_line (line 319) | def clip_line(data: Any, w: int, h: int, /) -> int: method _send (line 325) | def _send(self, *args, **kwargs) -> Incomplete: ... method _waitfor (line 326) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method erase (line 327) | def erase(self) -> None: method dot (line 333) | def dot(self, x: int, y: int, /) -> None: method dot_no_clip (line 339) | def dot_no_clip(self, x: int, y: int, /) -> None: method poly_line (line 346) | def poly_line(self, data: AnyReadableBuf, /) -> None: method line (line 352) | def line(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method _fcmd2b (line 358) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 359) | def write(self, s: str, /) -> None: method _fcmd2 (line 367) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rect (line 368) | def rect(self, x: int, y: int, w: int, h: int, /) -> None: method reset (line 376) | def reset(self) -> None: method jpeg_start (line 382) | def jpeg_start(self, total_len: int, /) -> None: method jpeg (line 390) | def jpeg(self, buf: AnyReadableBuf, /) -> None: method jpeg_data (line 399) | def jpeg_data(self, buf: AnyReadableBuf, /) -> None: method poly_dot (line 408) | def poly_dot(self, data: AnyReadableBuf, /) -> None: method line_no_clip (line 416) | def line_no_clip(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method oflush (line 424) | def oflush(self, *args, **kwargs) -> Incomplete: ... method fast_spi (line 425) | def fast_spi(self, flush: bool = True, /) -> SPI: method get_line (line 439) | def get_line(self, x: int, y: int, buf: AnyWritableBuf, /) -> None: method is_touched (line 448) | def is_touched(self) -> bool: method feed_wdt (line 455) | def feed_wdt(self) -> None: method iflush (line 463) | def iflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 464) | def get_pixel(self, x: int, y: int, /) -> int: method get_touch (line 470) | def get_touch(self) -> Tuple: method __init__ (line 479) | def __init__(self, connect: str, /): method __init__ (line 516) | def __init__(self, *, pwr: Pin, i2c: I2C, spi: SPI, i2c_addr: int = 98): FILE: publish/micropython-v1_26_0-stm32-stubs/machine.pyi function unique_id (line 42) | def unique_id() -> bytes: function freq (line 52) | def freq() -> int: function freq (line 60) | def freq(self) -> int: function freq (line 71) | def freq( function freq (line 86) | def freq(hz: int, /) -> None: function freq (line 94) | def freq(self) -> int: function freq (line 102) | def freq( function idle (line 113) | def idle() -> None: function enable_irq (line 128) | def enable_irq(state: _IRQ_STATE, /) -> None: function deepsleep (line 137) | def deepsleep() -> NoReturn: function deepsleep (line 162) | def deepsleep(time_ms: int, /) -> NoReturn: function dht_readinto (line 186) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 187) | def disable_irq() -> _IRQ_STATE: function info (line 196) | def info(*args, **kwargs) -> Incomplete: ... function sleep (line 198) | def sleep() -> None: function soft_reset (line 204) | def soft_reset() -> NoReturn: function time_pulse_us (line 211) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function rng (line 229) | def rng() -> int: function lightsleep (line 238) | def lightsleep() -> None: function lightsleep (line 263) | def lightsleep(time_ms: int, /) -> None: function reset (line 287) | def reset() -> NoReturn: function reset_cause (line 294) | def reset_cause() -> int: function bootloader (line 300) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 310) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class WDT (line 334) | class WDT: method feed (line 350) | def feed(self) -> None: method __init__ (line 358) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Pin (line 367) | class Pin: method mode (line 453) | def mode(self) -> int: method mode (line 462) | def mode(self, mode: int, /) -> None: method name (line 470) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 472) | def pull(self) -> int: method pull (line 481) | def pull(self, pull: int, /) -> None: method low (line 489) | def low(self) -> None: method irq (line 497) | def irq( method pin (line 551) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 552) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 553) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 554) | def on(self) -> None: method off (line 560) | def off(self) -> None: method init (line 566) | def init( method af_list (line 584) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 585) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 587) | def value(self) -> int: method value (line 621) | def value(self, x: Any, /) -> None: method high (line 654) | def high(self) -> None: method gpio (line 662) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 664) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 666) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 668) | class cpu: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 719) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 721) | class board: method __init__ (line 771) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 773) | def __init__( method __call__ (line 848) | def __call__(self) -> int: method __call__ (line 856) | def __call__(self, x: Any, /) -> None: method drive (line 864) | def drive(self, drive: int, /) -> None: method drive (line 874) | def drive(self, /) -> int: class RTC (line 882) | class RTC: method info (line 899) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 901) | def init(self) -> None: method init (line 916) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 931) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 946) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 961) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 976) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 991) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method wakeup (line 1005) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1006) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method calibration (line 1022) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1024) | def __init__(self, id: int = 0): method __init__ (line 1030) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1038) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1046) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1054) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1062) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1070) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1078) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1086) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1094) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1102) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1110) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1118) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1126) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class I2S (line 1135) | class I2S: method shift (line 1211) | def shift( method init (line 1224) | def init( method irq (line 1241) | def irq( method readinto (line 1253) | def readinto( method deinit (line 1266) | def deinit(self) -> None: method write (line 1272) | def write( method __init__ (line 1285) | def __init__( class ADC (line 1327) | class ADC: method read_u16 (line 1353) | def read_u16(self) -> int: method __init__ (line 1361) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 1376) | def width(self, bits: int) -> None: method read (line 1401) | def read(self) -> int: method atten (line 1415) | def atten(self, atten: int) -> None: class I2C (line 1423) | class I2C: method readfrom_mem_into (line 1460) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1472) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1482) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1491) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1502) | def scan(self) -> List: method writeto (line 1510) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1520) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1536) | def start(self) -> None: method readfrom (line 1542) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1550) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1561) | def init(self, *, freq: int = 400_000) -> None: method init (line 1575) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1588) | def stop(self) -> None: method write (line 1594) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1603) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1620) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1637) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1650) | class I2CTarget: method deinit (line 1679) | def deinit(self) -> Incomplete: method irq (line 1686) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1726) | def write(self, buf) -> int: method readinto (line 1734) | def readinto(self, buf) -> int: method __init__ (line 1741) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1745) | class SoftSPI(SPI): method deinit (line 1754) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1755) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1756) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1757) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1758) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1759) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1760) | def __init__( class Timer (line 1773) | class Timer: method init (line 1800) | def init( method init (line 1808) | def init( method init (line 1816) | def init( method deinit (line 1862) | def deinit(self) -> None: method __init__ (line 1869) | def __init__(self, id: int, /): method __init__ (line 1879) | def __init__( method __init__ (line 1897) | def __init__( method __init__ (line 1915) | def __init__( class UART (line 1932) | class UART: method flush (line 1971) | def flush(self) -> Incomplete: method sendbreak (line 1986) | def sendbreak(self) -> None: method txdone (line 1993) | def txdone(self) -> bool: method init (line 2009) | def init( method init (line 2078) | def init( method init (line 2141) | def init( method readchar (line 2203) | def readchar(self, *args, **kwargs) -> Incomplete: ... method irq (line 2204) | def irq( method writechar (line 2240) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 2242) | def read(self) -> bytes | None: method read (line 2253) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 2263) | def deinit(self) -> None: method any (line 2273) | def any(self) -> int: method write (line 2288) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2297) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2308) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2318) | def readline(self) -> Union[str, None]: method __init__ (line 2328) | def __init__( method __init__ (line 2350) | def __init__( method __init__ (line 2366) | def __init__( class SoftI2C (line 2381) | class SoftI2C(I2C): method readfrom_mem_into (line 2394) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2395) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2396) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2397) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2398) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2399) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2400) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2401) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2402) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2403) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2404) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2405) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2406) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2407) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SPI (line 2411) | class SPI: method deinit (line 2468) | def deinit(self) -> None: method init (line 2475) | def init( method init (line 2510) | def init( method write_readinto (line 2542) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2553) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2561) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2570) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2581) | def __init__(self, id: int, /): method __init__ (line 2594) | def __init__( method __init__ (line 2620) | def __init__( class Signal (line 2643) | class Signal(Pin): method off (line 2713) | def off(self) -> None: method on (line 2719) | def on(self) -> None: method value (line 2726) | def value(self) -> int: method value (line 2746) | def value(self, x: Any, /) -> None: method __init__ (line 2766) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2786) | def __init__( class ADCBlock (line 2816) | class ADCBlock: method connect (line 2818) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 2820) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 2822) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class PWM (line 2843) | class PWM: method freq (line 2845) | def freq(self) -> int: method freq (line 2856) | def freq( method duty_u16 (line 2871) | def duty_u16(self) -> int: method duty_u16 (line 2883) | def duty_u16( method duty_ns (line 2899) | def duty_ns(self) -> int: method duty_ns (line 2909) | def duty_ns( class SDCard (line 2922) | class SDCard: method readblocks (line 2924) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2934) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2944) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2955) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_26_0-stm32-stubs/math.pyi function ldexp (line 33) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 39) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 45) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 51) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 52) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 58) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 64) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 70) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 76) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 82) | def sinh(x: SupportsFloat, /) -> float: function log (line 88) | def log(x: SupportsFloat, /) -> float: function tan (line 96) | def tan(x: SupportsFloat, /) -> float: function tanh (line 102) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 108) | def log2(x: SupportsFloat, /) -> float: function log10 (line 114) | def log10(x: SupportsFloat, /) -> float: function sin (line 120) | def sin(x: SupportsFloat, /) -> float: function modf (line 126) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 133) | def radians(x: SupportsFloat, /) -> float: function atanh (line 139) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 145) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 151) | def atan(x: SupportsFloat, /) -> float: function ceil (line 157) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 163) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 169) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 178) | def acos(x: SupportsFloat, /) -> float: function pow (line 184) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 190) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 196) | def acosh(x: SupportsFloat, /) -> float: function asin (line 202) | def asin(x: SupportsFloat, /) -> float: function factorial (line 208) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 209) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 215) | def expm1(x: SupportsFloat, /) -> float: function floor (line 221) | def floor(x: SupportsFloat, /) -> int: function fmod (line 227) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 233) | def cos(x: SupportsFloat, /) -> float: function degrees (line 239) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 245) | def cosh(x: SupportsFloat, /) -> float: function exp (line 251) | def exp(x: SupportsFloat, /) -> float: function erf (line 257) | def erf(x: SupportsFloat, /) -> float: function erfc (line 263) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-stm32-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 195) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 217) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 238) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 251) | class RingIO: method readinto (line 252) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 262) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 281) | def any(self) -> int: method read (line 287) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 298) | def close(self) -> Incomplete: method __init__ (line 305) | def __init__(self, size) -> None: ... function viper (line 309) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 320) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 329) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 340) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-stm32-stubs/network.pyi function route (line 58) | def route(*args, **kwargs) -> Incomplete: ... function hostname (line 59) | def hostname(name: Optional[Any] = None) -> Incomplete: function country (line 87) | def country(code: Optional[Any] = None) -> Incomplete: class WIZNET5K (line 100) | class WIZNET5K: method isconnected (line 127) | def isconnected(self, *args, **kwargs) -> Incomplete: ... method status (line 128) | def status(self, *args, **kwargs) -> Incomplete: ... method regs (line 129) | def regs(self) -> Any: method active (line 135) | def active(self, *args, **kwargs) -> Incomplete: ... method ifconfig (line 136) | def ifconfig(self, *args, **kwargs) -> Incomplete: ... method config (line 137) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 138) | def __init__(self, spi: SPI, pin_cs: Pin, pin_rst: Pin, /) -> None: class LAN (line 156) | class LAN: method active (line 158) | def active(self, /) -> bool: method active (line 166) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 173) | class WLAN: method active (line 175) | def active(self, /) -> bool: method active (line 183) | def active(self, is_active: bool | int, /) -> None: method status (line 191) | def status(self) -> int: method status (line 221) | def status(self, param: str, /) -> int: method ifconfig (line 251) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 262) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 273) | def config(self, param: str, /) -> Any: method config (line 308) | def config(self, **kwargs: Any) -> None: class WLANWiPy (line 342) | class WLANWiPy: method __init__ (line 344) | def __init__(self, id: int = 0, /): method __init__ (line 358) | def __init__( method mode (line 382) | def mode(self) -> int: method mode (line 388) | def mode(self, mode: int, /) -> None: method ssid (line 394) | def ssid(self) -> str: method ssid (line 400) | def ssid(self, ssid: str, /) -> None: method auth (line 406) | def auth(self) -> int: method auth (line 412) | def auth(self, auth: int, /) -> None: method channel (line 418) | def channel(self) -> int: method channel (line 424) | def channel(self, channel: int, /) -> None: method antenna (line 430) | def antenna(self) -> int: method antenna (line 436) | def antenna(self, antenna: int, /) -> None: method mac (line 442) | def mac(self) -> bytes: method mac (line 448) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 453) | class AbstractNIC: method active (line 456) | def active(self, /) -> bool: method active (line 467) | def active(self, is_active: bool | int, /) -> None: method connect (line 478) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 497) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 516) | def status(self) -> Any: method status (line 534) | def status(self, param: str, /) -> Any: method ifconfig (line 552) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 566) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 580) | def config(self, param: str, /) -> Any: method config (line 599) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_26_0-stm32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_0-stm32-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-stm32-stubs/pyb.pyi function hard_reset (line 27) | def hard_reset() -> NoReturn: function have_cdc (line 35) | def have_cdc() -> bool: function hid (line 45) | def hid(data: tuple[int, int, int, int], /) -> None: function hid (line 55) | def hid(data: Sequence[int], /) -> None: function info (line 64) | def info() -> None: function info (line 70) | def info(dump_alloc_table: bytes, /) -> None: function info (line 76) | def info(self) -> list[int]: function info (line 82) | def info(self, list: list[int], /) -> list[int]: function wfi (line 87) | def wfi() -> None: function elapsed_micros (line 99) | def elapsed_micros(start: int, /) -> int: function freq (line 116) | def freq() -> tuple[int, int, int, int]: function freq (line 156) | def freq(sysclk: int, /) -> None: function freq (line 196) | def freq(sysclk: int, hclk: int, /) -> None: function freq (line 236) | def freq(sysclk: int, hclk: int, pclk1: int, /) -> None: function freq (line 276) | def freq(sysclk: int, hclk: int, pclk1: int, pclk2: int, /) -> None: function freq (line 316) | def freq(self) -> int: function freq (line 356) | def freq(self, value: int, /) -> None: function disable_irq (line 395) | def disable_irq() -> bool: function fault_debug (line 404) | def fault_debug(value: bool = False) -> None: function elapsed_millis (line 419) | def elapsed_millis(start: int, /) -> int: function enable_irq (line 434) | def enable_irq(state: bool = True, /) -> None: function sync (line 444) | def sync() -> None: function servo (line 450) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 451) | def standby() -> None: function usb_mode (line 466) | def usb_mode() -> str: function usb_mode (line 508) | def usb_mode( function udelay (line 558) | def udelay(us: int, /) -> None: function unique_id (line 564) | def unique_id() -> str: function micros (line 570) | def micros() -> int: function mount (line 585) | def mount( function mount (line 627) | def mount( function rng (line 668) | def rng() -> int: function millis (line 674) | def millis() -> int: function repl_uart (line 689) | def repl_uart() -> UART | None: function repl_uart (line 695) | def repl_uart(uart: UART, /) -> None: function pwm (line 700) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 701) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 702) | def stop() -> None: function delay (line 714) | def delay(ms: int, /) -> None: function main (line 720) | def main(filename: str, /) -> None: function bootloader (line 730) | def bootloader() -> None: function country (line 736) | def country(*args, **kwargs) -> Incomplete: ... class DAC (line 738) | class DAC: method noise (line 785) | def noise(self, freq: int, /) -> None: method write_timed (line 792) | def write_timed(self, data: AnyWritableBuf, freq: int | Timer, /, *, m... method triangle (line 814) | def triangle(self, freq: int, /) -> None: method write (line 822) | def write(self, value: int, /) -> None: method init (line 830) | def init(self, bits: int = 8, *, buffering: bool | None = None) -> None: method deinit (line 838) | def deinit(self) -> None: method __init__ (line 844) | def __init__(self, port: int | Pin, /, bits: int = 8, *, buffering: bo... class ExtInt (line 869) | class ExtInt: method line (line 921) | def line(self) -> int: method regs (line 928) | def regs() -> None: method swint (line 934) | def swint(self) -> None: method enable (line 940) | def enable(self) -> None: method disable (line 946) | def disable(self) -> None: method __init__ (line 953) | def __init__( class Flash (line 977) | class Flash(AbstractBlockDev): method readblocks (line 989) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 999) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1009) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1020) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 1034) | def ioctl(self, op: int, arg: int) -> int | None: method __init__ (line 1044) | def __init__(self): method __init__ (line 1056) | def __init__(self, *, start: int = -1, len: int = -1): class I2C (line 1063) | class I2C: method scan (line 1119) | def scan(self) -> List: method mem_read (line 1127) | def mem_read( method mem_read (line 1151) | def mem_read( method mem_write (line 1174) | def mem_write( method recv (line 1199) | def recv( method recv (line 1220) | def recv( method is_ready (line 1240) | def is_ready(self, addr: int, /) -> bool: method send (line 1246) | def send( method deinit (line 1264) | def deinit(self) -> None: method init (line 1270) | def init( method __init__ (line 1298) | def __init__( class LCD (line 1330) | class LCD: method fill (line 1366) | def fill(self, colour: int, /) -> None: method light (line 1374) | def light(self, value: bool | int, /) -> None: method pixel (line 1380) | def pixel(self, x: int, y: int, colour: int, /) -> None: method show (line 1388) | def show(self) -> None: method text (line 1394) | def text(self, str: str, x: int, y: int, colour: int, /) -> None: method contrast (line 1402) | def contrast(self, value: int, /) -> None: method get (line 1408) | def get(self, x: int, y: int, /) -> int: method write (line 1416) | def write(self, str: str, /) -> None: method command (line 1422) | def command(self, inst_data: int, buf: bytes, /) -> None: method __init__ (line 1430) | def __init__(self, skin_position: str, /) -> None: class CAN (line 1436) | class CAN: method restart (line 1469) | def restart(self) -> None: method recv (line 1483) | def recv(self, fifo: int, /, *, timeout: int = 5000) -> tuple[int, boo... method recv (line 1519) | def recv(self, fifo: int, list: None, /, *, timeout: int = 5000) -> tu... method recv (line 1555) | def recv(self, fifo: int, list: list[int | bool | memoryview], /, *, t... method init (line 1590) | def init( method rxcallback (line 1667) | def rxcallback(self, fifo: int, fun: Callable[[CAN], None], /) -> None: method setfilter (line 1704) | def setfilter(self, bank: int, mode: int, fifo: int, params: Sequence[... method setfilter (line 1761) | def setfilter( method state (line 1826) | def state(self) -> int: method send (line 1842) | def send( method any (line 1879) | def any(self, fifo: int, /) -> bool: method info (line 1886) | def info(self) -> list[int]: method info (line 1910) | def info(self, list: list[int], /) -> list[int]: method clearfilter (line 1933) | def clearfilter(self, bank: int, /) -> None: method deinit (line 1943) | def deinit(self) -> None: method __init__ (line 1949) | def __init__( class ADC (line 1975) | class ADC: method read_timed (line 1993) | def read_timed(self, buf: AnyWritableBuf, timer: Timer | int, /) -> None: method read_timed_multi (line 2032) | def read_timed_multi(adcs: tuple[ADC, ...], bufs: tuple[AnyWritableBuf... method read (line 2085) | def read(self) -> int: method __init__ (line 2092) | def __init__(self, pin: int | Pin, /) -> None: class ADCAll (line 2098) | class ADCAll: method read_core_vbat (line 2099) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 2100) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 2101) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 2102) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 2103) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2104) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 2106) | class Accel: method x (line 2117) | def x(self) -> int: method tilt (line 2123) | def tilt(self) -> int: method y (line 2129) | def y(self) -> int: method z (line 2135) | def z(self) -> int: method read (line 2141) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 2142) | def filtered_xyz(self) -> Tuple: method write (line 2153) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2154) | def __init__(self) -> None: class USB_VCP (line 2159) | class USB_VCP: method readlines (line 2169) | def readlines(self) -> List: method recv (line 2180) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes | None: method recv (line 2193) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int... method isconnected (line 2205) | def isconnected(self) -> bool: method init (line 2211) | def init(self, *, flow: int = -1) -> None: method irq (line 2219) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 2231) | def setinterrupt(self, chr: int, /) -> None: method close (line 2242) | def close(self) -> None: method read (line 2250) | def read(self) -> bytes | None: method read (line 2261) | def read(self, nbytes, /) -> bytes | None: method any (line 2271) | def any(self) -> bool: method write (line 2277) | def write(self, buf: AnyReadableBuf, /) -> int: method send (line 2285) | def send(self, buf: AnyWritableBuf | bytes | int, /, *, timeout: int =... method readinto (line 2297) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2309) | def readinto(self, buf: AnyWritableBuf, maxlen: int, /) -> int | None: method readline (line 2320) | def readline(self) -> bytes: method __init__ (line 2329) | def __init__(self, id: int = 0, /) -> None: class Timer (line 2335) | class Timer: method freq (line 2408) | def freq(self) -> int: method freq (line 2414) | def freq(self, value: int, /) -> None: method init (line 2420) | def init( method init (line 2485) | def init( method period (line 2551) | def period(self) -> int: method period (line 2557) | def period(self, value: int, /) -> None: method prescaler (line 2563) | def prescaler(self) -> int: method prescaler (line 2569) | def prescaler(self, value: int, /) -> None: method source_freq (line 2574) | def source_freq(self) -> int: method deinit (line 2580) | def deinit(self) -> None: method callback (line 2591) | def callback(self, fun: Callable[[Timer], None] | None, /) -> None: method channel (line 2600) | def channel(self, channel: int, /) -> timerchannel | None: method channel (line 2687) | def channel( method channel (line 2783) | def channel( method channel (line 2879) | def channel( method channel (line 2976) | def channel( method channel (line 3072) | def channel( method counter (line 3167) | def counter(self) -> int: method counter (line 3173) | def counter(self, value: int, /) -> None: method __init__ (line 3179) | def __init__(self, id: int, /): method __init__ (line 3187) | def __init__( method __init__ (line 3205) | def __init__( class Switch (line 3223) | class Switch: method callback (line 3241) | def callback(self, fun: Callable[[], None] | None) -> None: method value (line 3248) | def value(self) -> bool: method __init__ (line 3254) | def __init__(self) -> None: method __call__ (line 3260) | def __call__(self) -> bool: class Servo (line 3267) | class Servo: method speed (line 3294) | def speed(self) -> int: method speed (line 3306) | def speed(self, speed: int, time: int = 0, /) -> None: method speed (line 3318) | def speed(self) -> int: method speed (line 3330) | def speed(self, value: int, /) -> None: method pulse_width (line 3341) | def pulse_width(self, value: Any | None = None) -> Incomplete: method calibration (line 3351) | def calibration(self) -> tuple[int, int, int, int, int]: method calibration (line 3366) | def calibration(self, pulse_min: int, pulse_max: int, pulse_centre: in... method calibration (line 3381) | def calibration( method angle (line 3404) | def angle(self) -> int: method angle (line 3417) | def angle(self, angle: int, time: int = 0, /) -> None: method __init__ (line 3429) | def __init__(self, id: int, /) -> None: class UART (line 3434) | class UART: method flush (line 3480) | def flush(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 3481) | def sendbreak(self) -> None: method txdone (line 3489) | def txdone(self, *args, **kwargs) -> Incomplete: ... method init (line 3490) | def init( method readchar (line 3528) | def readchar(self) -> int: method irq (line 3536) | def irq(self, *args, **kwargs) -> Incomplete: ... method writechar (line 3537) | def writechar(self, char: int, /) -> None: method read (line 3545) | def read(self) -> bytes | None: method read (line 3562) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 3578) | def deinit(self) -> None: method any (line 3584) | def any(self) -> int: method write (line 3590) | def write(self, buf: AnyWritableBuf, /) -> int: method readinto (line 3603) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 3613) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 3622) | def readline(self) -> None: method __init__ (line 3633) | def __init__(self, bus: int | str, /): method __init__ (line 3670) | def __init__( class USB_HID (line 3719) | class USB_HID: method recv (line 3729) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes: method recv (line 3742) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int: method send (line 3754) | def send(self, data: Sequence[int]) -> None: method __init__ (line 3763) | def __init__(self) -> None: class LED (line 3768) | class LED: method toggle (line 3773) | def toggle(self) -> None: method on (line 3780) | def on(self) -> None: method off (line 3786) | def off(self) -> None: method intensity (line 3793) | def intensity(self) -> int: method intensity (line 3807) | def intensity(self, value: int, /) -> None: method __init__ (line 3820) | def __init__(self, id: int, /) -> None: class RTC (line 3827) | class RTC: method info (line 3839) | def info(self) -> int: method init (line 3850) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 3851) | def wakeup(self, timeout: int, callback: Callable[[RTC], None] | None ... method datetime (line 3865) | def datetime(self, datetimetuple: tuple[int, int, int, int, int, int, ... method datetime (line 3884) | def datetime(self, /) -> Tuple: method calibration (line 3903) | def calibration(self) -> int: method calibration (line 3921) | def calibration(self, cal: int, /) -> None: method __init__ (line 3938) | def __init__(self) -> None: class Pin (line 3943) | class Pin: method mode (line 4053) | def mode(self) -> int: method name (line 4061) | def name(self) -> str: method pull (line 4067) | def pull(self) -> int: method low (line 4075) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 4076) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 4077) | def pin(self) -> int: method port (line 4083) | def port(self) -> int: method names (line 4089) | def names(self) -> str: method on (line 4095) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 4096) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 4097) | def init( method af_list (line 4138) | def af_list(self) -> List: method af (line 4144) | def af(self) -> int: method value (line 4153) | def value(self) -> int: method value (line 4164) | def value(self, value: Any, /) -> None: method high (line 4174) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 4175) | def gpio(self) -> int: method dict (line 4183) | def dict() -> Dict[str, Pin]: method dict (line 4190) | def dict(dict: Dict[str, Pin], /) -> None: method debug (line 4197) | def debug() -> bool: method debug (line 4204) | def debug(state: bool, /) -> None: class cpu (line 4209) | class cpu: method __init__ (line 4257) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 4261) | def mapper() -> Callable[[str], Pin]: method mapper (line 4268) | def mapper(fun: Callable[[str], Pin], /) -> None: class board (line 4273) | class board: method __init__ (line 4323) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 4325) | def __init__( method __call__ (line 4341) | def __call__(self) -> int: method __call__ (line 4349) | def __call__(self, x: Any, /) -> None: class SPI (line 4356) | class SPI: method deinit (line 4386) | def deinit(self) -> None: method send_recv (line 4392) | def send_recv( method recv (line 4413) | def recv(self, recv: int | AnyWritableBuf, /, *, timeout: int = 5000) ... method init (line 4427) | def init( method init (line 4466) | def init( method write_readinto (line 4504) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 4505) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 4506) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 4507) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 4508) | def send(self, send: int | AnyWritableBuf | bytes, /, *, timeout: int ... method __init__ (line 4520) | def __init__(self, bus: int, /): method __init__ (line 4538) | def __init__( method __init__ (line 4569) | def __init__( class SDCard (line 4601) | class SDCard: method writeblocks (line 4602) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 4603) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 4604) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 4605) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 4606) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 4607) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 4608) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 4609) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 4610) | def __init__(self, *argv, **kwargs) -> None: ... class timerchannel (line 4612) | class timerchannel: method capture (line 4615) | def capture(self) -> int: method capture (line 4624) | def capture(self, value: int, /) -> None: method compare (line 4633) | def compare(self) -> int: method compare (line 4642) | def compare(self, value: int, /) -> None: method pulse_width (line 4651) | def pulse_width(self) -> int: method pulse_width (line 4663) | def pulse_width(self, value: int, /) -> None: method pulse_width_percent (line 4675) | def pulse_width_percent(self) -> float: method pulse_width_percent (line 4686) | def pulse_width_percent(self, value: int | float, /) -> None: FILE: publish/micropython-v1_26_0-stm32-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-stm32-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-stm32-stubs/socket.pyi function getaddrinfo (line 93) | def getaddrinfo( class socket (line 143) | class socket: method recvfrom (line 152) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 162) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 174) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 194) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 213) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 222) | def settimeout(self, value: float | None, /) -> None: method sendall (line 258) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 271) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 279) | def setblocking(self, value: bool, /) -> None: method sendto (line 291) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 298) | def readline(self) -> bytes: method readinto (line 307) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 317) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 327) | def read(self) -> bytes: method read (line 337) | def read(self, size: int, /) -> bytes: method close (line 346) | def close(self) -> None: method connect (line 357) | def connect(self, address: _Address | bytes, /) -> None: method send (line 363) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 371) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 377) | def accept(self) -> Tuple: method write (line 386) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 397) | def __init__( FILE: publish/micropython-v1_26_0-stm32-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-stm32-stubs/uctypes.pyi function sizeof (line 60) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 68) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 77) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 86) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 107) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-stm32-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-stm32-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-stm32-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-stm32-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-stm32-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 85) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 87) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 96) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 97) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 98) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 99) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 100) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 101) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 103) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 104) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 105) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 106) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 107) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 109) | class VfsFat: method rename (line 116) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 118) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 124) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 125) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 126) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 127) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 128) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 129) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 130) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 131) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 132) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 133) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 134) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 135) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 137) | class AbstractBlockDev: method readblocks (line 141) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 144) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 185) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 209) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 213) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-unix-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-unix-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 26) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 27) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 28) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 30) | class LockType: method locked (line 31) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 32) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 33) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-unix-stubs/argparse.pyi class _ArgError (line 3) | class _ArgError(BaseException): ... class _Arg (line 5) | class _Arg: method __init__ (line 13) | def __init__(self, names, dest, action, nargs, const, default, help) -... method parse (line 14) | def parse(self, optname, args): ... function _dest_from_optnames (line 16) | def _dest_from_optnames(opt_names): ... class ArgumentParser (line 18) | class ArgumentParser: method __init__ (line 22) | def __init__(self, *, description: str = "") -> None: ... method add_argument (line 23) | def add_argument(self, *args, **kwargs) -> None: ... method usage (line 24) | def usage(self, full): ... method parse_args (line 25) | def parse_args(self, args=None): ... method parse_known_args (line 26) | def parse_known_args(self, args=None): ... method _parse_args_impl (line 27) | def _parse_args_impl(self, args, return_unknown): ... method _parse_args (line 28) | def _parse_args(self, args, return_unknown): ... FILE: publish/micropython-v1_26_0-unix-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-unix-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_26_0-unix-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_0-unix-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_0-unix-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-unix-stubs/ffi.pyi function func (line 11) | def func(*args, **kwargs) -> Incomplete: ... function callback (line 12) | def callback(*args, **kwargs) -> Incomplete: ... function as_bytearray (line 13) | def as_bytearray(*args, **kwargs) -> Incomplete: ... function open (line 14) | def open(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-unix-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 90) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 101) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 108) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 114) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 123) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 132) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 139) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 155) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 165) | def blit( method hline (line 207) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 217) | def fill(self, c: int, /) -> None: method fill_rect (line 223) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__( FILE: publish/micropython-v1_26_0-unix-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-unix-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_26_0-unix-stubs/heapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-unix-stubs/machine.pyi function idle (line 52) | def idle() -> None: function soft_reset (line 67) | def soft_reset() -> NoReturn: function time_pulse_us (line 74) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... class PinBase (line 95) | class PinBase: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 98) | class Signal(Pin): method off (line 167) | def off(self) -> None: method on (line 173) | def on(self) -> None: method value (line 180) | def value(self) -> int: method value (line 200) | def value(self, x: Any, /) -> None: method __init__ (line 220) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 240) | def __init__( class ADCBlock (line 284) | class ADCBlock: method connect (line 286) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 288) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 290) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class Pin (line 311) | class Pin: method value (line 313) | def value(self) -> int: method value (line 347) | def value(self, x: Any, /) -> None: method __call__ (line 381) | def __call__(self) -> int: method __call__ (line 389) | def __call__(self, x: Any, /) -> None: method mode (line 397) | def mode(self) -> int: method mode (line 406) | def mode(self, mode: int, /) -> None: method pull (line 415) | def pull(self) -> int: method pull (line 424) | def pull(self, pull: int, /) -> None: method drive (line 433) | def drive(self, drive: int, /) -> None: method drive (line 443) | def drive(self, /) -> int: class SPI (line 451) | class SPI: method __init__ (line 453) | def __init__(self, id: int, /): method __init__ (line 466) | def __init__( method __init__ (line 492) | def __init__( method init (line 516) | def init( method init (line 551) | def init( class Timer (line 583) | class Timer: method __init__ (line 585) | def __init__(self, id: int, /): method __init__ (line 595) | def __init__( method __init__ (line 613) | def __init__( method __init__ (line 631) | def __init__( method init (line 649) | def init( method init (line 657) | def init( method init (line 665) | def init( class ADC (line 711) | class ADC: method width (line 715) | def width(self, bits: int) -> None: method read (line 740) | def read(self) -> int: method atten (line 754) | def atten(self, atten: int) -> None: function freq (line 763) | def freq() -> int: function freq (line 771) | def freq(hz: int, /) -> None: function freq (line 779) | def freq(self) -> int: function freq (line 787) | def freq( function freq (line 799) | def freq(self) -> int: function freq (line 810) | def freq( function lightsleep (line 825) | def lightsleep() -> None: function lightsleep (line 850) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 875) | def deepsleep() -> NoReturn: function deepsleep (line 900) | def deepsleep(time_ms: int, /) -> NoReturn: class I2C (line 924) | class I2C: method __init__ (line 926) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 943) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 960) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... method init (line 974) | def init(self, *, freq: int = 400_000) -> None: method init (line 988) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... class SDCard (line 1001) | class SDCard: method readblocks (line 1003) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 1013) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1023) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1034) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... class RTC (line 1048) | class RTC: method __init__ (line 1050) | def __init__(self, id: int = 0): method __init__ (line 1056) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1064) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1072) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1080) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1088) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1096) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1104) | def init(self) -> None: method init (line 1119) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1134) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1149) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1164) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1179) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1194) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1209) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1217) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1225) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1233) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1241) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1249) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1257) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class UART (line 1264) | class UART: method __init__ (line 1266) | def __init__( method __init__ (line 1288) | def __init__( method __init__ (line 1304) | def __init__( method init (line 1320) | def init( method init (line 1389) | def init( method init (line 1452) | def init( method read (line 1515) | def read(self) -> bytes | None: method read (line 1526) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1537) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1548) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: class PWM (line 1558) | class PWM: method freq (line 1560) | def freq(self) -> int: method freq (line 1571) | def freq( method duty_u16 (line 1586) | def duty_u16(self) -> int: method duty_u16 (line 1598) | def duty_u16( method duty_ns (line 1614) | def duty_ns(self) -> int: method duty_ns (line 1624) | def duty_ns( FILE: publish/micropython-v1_26_0-unix-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-unix-stubs/micropython.pyi function mem_total (line 24) | def mem_total(*args, **kwargs) -> Incomplete: ... function mem_info (line 26) | def mem_info() -> None: function mem_info (line 37) | def mem_info(verbose: Any, /) -> None: function mem_peak (line 47) | def mem_peak(*args, **kwargs) -> Incomplete: ... function schedule (line 48) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function opt_level (line 94) | def opt_level() -> int: function opt_level (line 114) | def opt_level(level: int, /) -> None: function qstr_info (line 134) | def qstr_info() -> None: function qstr_info (line 145) | def qstr_info(verbose: bool, /) -> None: function stack_use (line 155) | def stack_use() -> int: function heap_lock (line 163) | def heap_lock() -> int: function const (line 185) | def const(expr: Const_T, /) -> Const_T: function mem_current (line 207) | def mem_current(*args, **kwargs) -> Incomplete: ... function kbd_intr (line 208) | def kbd_intr(chr: int) -> None: function heap_unlock (line 221) | def heap_unlock() -> int: class RingIO (line 243) | class RingIO: method readinto (line 244) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 254) | def write(self, buf) -> int: method readline (line 263) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 273) | def any(self) -> int: method read (line 279) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 290) | def close(self) -> Incomplete: method __init__ (line 297) | def __init__(self, size) -> None: ... function viper (line 301) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 312) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 321) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 332) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-unix-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_26_0-unix-stubs/mip/__main__.pyi function do_install (line 1) | def do_install() -> None: ... FILE: publish/micropython-v1_26_0-unix-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-unix-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-unix-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_26_0-unix-stubs/select.pyi class poll (line 27) | class poll: method __init__ (line 32) | def __init__(self) -> None: ... method register (line 33) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 53) | def unregister(self, obj) -> Incomplete: method modify (line 59) | def modify(self, obj, eventmask) -> None: method poll (line 66) | def poll(self, timeout=-1, /) -> List: method ipoll (line 91) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-unix-stubs/socket.pyi function sockaddr (line 116) | def sockaddr(*args, **kwargs) -> Incomplete: ... function inet_pton (line 117) | def inet_pton(af: int, txt_addr: str, /) -> bytes: function inet_ntop (line 127) | def inet_ntop(af: int, bin_addr: bytes, /) -> str: function getaddrinfo (line 137) | def getaddrinfo( class socket (line 187) | class socket: method recv (line 195) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 207) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 227) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 246) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 255) | def fileno(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 256) | def settimeout(self, value: float | None, /) -> None: method recvfrom (line 292) | def recvfrom(self, bufsize: int, /) -> Tuple: method setsockopt (line 302) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 310) | def setblocking(self, value: bool, /) -> None: method sendto (line 322) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 329) | def readline(self) -> bytes: method readinto (line 338) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 348) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 358) | def read(self) -> bytes: method read (line 368) | def read(self, size: int, /) -> bytes: method close (line 377) | def close(self) -> None: method connect (line 388) | def connect(self, address: _Address | bytes, /) -> None: method send (line 394) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 402) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 408) | def accept(self) -> Tuple: method write (line 417) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 428) | def __init__( FILE: publish/micropython-v1_26_0-unix-stubs/termios.pyi function tcgetattr (line 23) | def tcgetattr(*args, **kwargs) -> Incomplete: ... function tcsetattr (line 24) | def tcsetattr(*args, **kwargs) -> Incomplete: ... function setraw (line 25) | def setraw(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-unix-stubs/time.pyi function ticks_cpu (line 53) | def ticks_cpu() -> _TicksCPU: function ticks_diff (line 68) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 134) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 161) | def time_ns() -> int: function time (line 168) | def time() -> int: function ticks_ms (line 196) | def ticks_ms() -> int: function ticks_us (line 220) | def ticks_us() -> _TicksUs: function gmtime (line 226) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 248) | def localtime(secs: int | None = None, /) -> Tuple: function clock (line 270) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 271) | def sleep_us(us: int, /) -> None: function sleep_ms (line 281) | def sleep_ms(ms: int, /) -> None: function mktime (line 292) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 300) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-unix-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-unix-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-unix-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 165) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-unix-stubs/uhashlib.pyi class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 16) | class sha256: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 21) | class md5: method digest (line 22) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 23) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-unix-stubs/uheapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-unix-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-unix-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-unix-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-unix-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsRom (line 67) | class VfsRom: method umount (line 68) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 69) | def mount(self, *args, **kwargs) -> Incomplete: ... method stat (line 70) | def stat(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 71) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 72) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method open (line 73) | def open(self, *args, **kwargs) -> Incomplete: ... method chdir (line 74) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 75) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 76) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 78) | class VfsFat: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 92) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 93) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 95) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 96) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 97) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 98) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 99) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 100) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 101) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 102) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 103) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class VfsLfs1 (line 105) | class VfsLfs1: method rename (line 114) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 116) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 125) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 126) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 127) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 128) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 129) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 130) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 131) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 132) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 133) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 134) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 135) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsPosix (line 138) | class VfsPosix: method rename (line 145) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 146) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 147) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 148) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 149) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 150) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 151) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 152) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 153) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 154) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 155) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 156) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 157) | def __init__(self, root: str | None = None) -> None: ... class VfsLfs2 (line 159) | class VfsLfs2: method rename (line 176) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 178) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 187) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 188) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 189) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 190) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 191) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 192) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 193) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 194) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 195) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 196) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 197) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 198) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class AbstractBlockDev (line 200) | class AbstractBlockDev: method readblocks (line 204) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 207) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 225) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 248) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 272) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 276) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-unix-stubs/websocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-webassembly-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-webassembly-stubs/base64.pyi function b64encode (line 18) | def b64encode(s, altchars=None): function b64decode (line 29) | def b64decode(s, altchars=None, validate: bool = False): function standard_b64encode (line 44) | def standard_b64encode(s): function standard_b64decode (line 50) | def standard_b64decode(s): function urlsafe_b64encode (line 59) | def urlsafe_b64encode(s): function urlsafe_b64decode (line 67) | def urlsafe_b64decode(s) -> None: function b32encode (line 78) | def b32encode(s): function b32decode (line 84) | def b32decode(s, casefold: bool = False, map01=None): function b16encode (line 104) | def b16encode(s): function b16decode (line 110) | def b16decode(s, casefold: bool = False): function encode (line 122) | def encode(input, output) -> None: function decode (line 125) | def decode(input, output) -> None: function encodebytes (line 128) | def encodebytes(s): function decodebytes (line 132) | def decodebytes(s): FILE: publish/micropython-v1_26_0-webassembly-stubs/binascii.pyi function unhexlify (line 17) | def unhexlify(data) -> bytes: function _transform (line 29) | def _transform(n): ... function a2b_base64 (line 30) | def a2b_base64(ascii) -> bytes: function b2a_base64 (line 39) | def b2a_base64(bin, newline: bool = True) -> bytes: FILE: publish/micropython-v1_26_0-webassembly-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_0-webassembly-stubs/copy.pyi class Error (line 3) | class Error(Exception): ... function copy (line 7) | def copy(x): function deepcopy (line 13) | def deepcopy(x, memo=None, _nil=[]): class _EmptyClass (line 19) | class _EmptyClass: ... FILE: publish/micropython-v1_26_0-webassembly-stubs/datetime.pyi function _leap (line 7) | def _leap(y): ... function _dby (line 8) | def _dby(y): ... function _dim (line 9) | def _dim(y, m): ... function _dbm (line 10) | def _dbm(y, m): ... function _ymd2o (line 11) | def _ymd2o(y, m, d): ... function _o2ymd (line 12) | def _o2ymd(n): ... class timedelta (line 17) | class timedelta: method __init__ (line 19) | def __init__( method __repr__ (line 29) | def __repr__(self) -> str: ... method total_seconds (line 30) | def total_seconds(self): ... method days (line 32) | def days(self): ... method seconds (line 34) | def seconds(self): ... method microseconds (line 36) | def microseconds(self): ... method __add__ (line 37) | def __add__(self, other): ... method __sub__ (line 38) | def __sub__(self, other): ... method __neg__ (line 39) | def __neg__(self): ... method __pos__ (line 40) | def __pos__(self): ... method __abs__ (line 41) | def __abs__(self): ... method __mul__ (line 42) | def __mul__(self, other): ... method __truediv__ (line 44) | def __truediv__(self, other): ... method __floordiv__ (line 45) | def __floordiv__(self, other): ... method __mod__ (line 46) | def __mod__(self, other): ... method __divmod__ (line 47) | def __divmod__(self, other): ... method __eq__ (line 48) | def __eq__(self, other): ... method __le__ (line 49) | def __le__(self, other): ... method __lt__ (line 50) | def __lt__(self, other): ... method __ge__ (line 51) | def __ge__(self, other): ... method __gt__ (line 52) | def __gt__(self, other): ... method __bool__ (line 53) | def __bool__(self) -> bool: ... method __str__ (line 54) | def __str__(self) -> str: ... method __hash__ (line 56) | def __hash__(self): ... method isoformat (line 57) | def isoformat(self): ... method _format (line 58) | def _format(self, spec: int = 0): ... method tuple (line 59) | def tuple(self): ... method _tuple (line 60) | def _tuple(self, n): ... class tzinfo (line 62) | class tzinfo: method tzname (line 63) | def tzname(self, dt) -> None: ... method utcoffset (line 64) | def utcoffset(self, dt) -> None: ... method dst (line 65) | def dst(self, dt) -> None: ... method fromutc (line 66) | def fromutc(self, dt): ... method isoformat (line 67) | def isoformat(self, dt): ... class timezone (line 69) | class timezone(tzinfo): method __init__ (line 72) | def __init__(self, offset, name=None) -> None: ... method __repr__ (line 73) | def __repr__(self) -> str: ... method __eq__ (line 74) | def __eq__(self, other): ... method __str__ (line 75) | def __str__(self) -> str: ... method __hash__ (line 77) | def __hash__(self): ... method utcoffset (line 78) | def utcoffset(self, dt): ... method dst (line 79) | def dst(self, dt) -> None: ... method tzname (line 80) | def tzname(self, dt): ... method fromutc (line 81) | def fromutc(self, dt): ... function _date (line 83) | def _date(y, m, d): ... function _iso2d (line 84) | def _iso2d(s): ... function _d2iso (line 85) | def _d2iso(o): ... class date (line 87) | class date: method __init__ (line 89) | def __init__(self, year, month, day) -> None: ... method fromtimestamp (line 91) | def fromtimestamp(cls, ts): ... method today (line 93) | def today(cls): ... method fromordinal (line 95) | def fromordinal(cls, n): ... method fromisoformat (line 97) | def fromisoformat(cls, s): ... method year (line 99) | def year(self): ... method month (line 101) | def month(self): ... method day (line 103) | def day(self): ... method toordinal (line 104) | def toordinal(self): ... method timetuple (line 105) | def timetuple(self): ... method replace (line 106) | def replace(self, year=None, month=None, day=None): ... method __add__ (line 107) | def __add__(self, other): ... method __sub__ (line 108) | def __sub__(self, other): ... method __eq__ (line 109) | def __eq__(self, other): ... method __le__ (line 110) | def __le__(self, other): ... method __lt__ (line 111) | def __lt__(self, other): ... method __ge__ (line 112) | def __ge__(self, other): ... method __gt__ (line 113) | def __gt__(self, other): ... method weekday (line 114) | def weekday(self): ... method isoweekday (line 115) | def isoweekday(self): ... method isoformat (line 116) | def isoformat(self): ... method __repr__ (line 117) | def __repr__(self) -> str: ... method __hash__ (line 120) | def __hash__(self): ... method tuple (line 121) | def tuple(self): ... function _time (line 123) | def _time(h, m, s, us, fold): ... function _iso2t (line 124) | def _iso2t(s): ... function _t2iso (line 125) | def _t2iso(td, timespec, dt, tz): ... class time (line 127) | class time: method __init__ (line 131) | def __init__(self, hour: int = 0, minute: int = 0, second: int = 0, mi... method fromisoformat (line 133) | def fromisoformat(cls, s): ... method hour (line 135) | def hour(self): ... method minute (line 137) | def minute(self): ... method second (line 139) | def second(self): ... method microsecond (line 141) | def microsecond(self): ... method tzinfo (line 143) | def tzinfo(self): ... method fold (line 145) | def fold(self): ... method replace (line 146) | def replace(self, hour=None, minute=None, second=None, microsecond=Non... method isoformat (line 147) | def isoformat(self, timespec: str = "auto"): ... method __repr__ (line 148) | def __repr__(self) -> str: ... method __bool__ (line 150) | def __bool__(self) -> bool: ... method __eq__ (line 151) | def __eq__(self, other): ... method __le__ (line 152) | def __le__(self, other): ... method __lt__ (line 153) | def __lt__(self, other): ... method __ge__ (line 154) | def __ge__(self, other): ... method __gt__ (line 155) | def __gt__(self, other): ... method _sub (line 156) | def _sub(self, other): ... method __hash__ (line 158) | def __hash__(self): ... method utcoffset (line 159) | def utcoffset(self): ... method dst (line 160) | def dst(self): ... method tzname (line 161) | def tzname(self): ... method tuple (line 162) | def tuple(self): ... class datetime (line 164) | class datetime: method __init__ (line 169) | def __init__( method fromtimestamp (line 173) | def fromtimestamp(cls, ts, tz=None): ... method now (line 175) | def now(cls, tz=None): ... method fromordinal (line 177) | def fromordinal(cls, n): ... method fromisoformat (line 179) | def fromisoformat(cls, s): ... method combine (line 181) | def combine(cls, date, time, tzinfo=None): ... method year (line 183) | def year(self): ... method month (line 185) | def month(self): ... method day (line 187) | def day(self): ... method hour (line 189) | def hour(self): ... method minute (line 191) | def minute(self): ... method second (line 193) | def second(self): ... method microsecond (line 195) | def microsecond(self): ... method tzinfo (line 197) | def tzinfo(self): ... method fold (line 199) | def fold(self): ... method __add__ (line 200) | def __add__(self, other): ... method __sub__ (line 201) | def __sub__(self, other): ... method _sub (line 202) | def _sub(self, other): ... method __eq__ (line 203) | def __eq__(self, other): ... method __le__ (line 204) | def __le__(self, other): ... method __lt__ (line 205) | def __lt__(self, other): ... method __ge__ (line 206) | def __ge__(self, other): ... method __gt__ (line 207) | def __gt__(self, other): ... method _cmp (line 208) | def _cmp(self, other): ... method date (line 209) | def date(self): ... method time (line 210) | def time(self): ... method timetz (line 211) | def timetz(self): ... method replace (line 212) | def replace( method astimezone (line 215) | def astimezone(self, tz=None): ... method utcoffset (line 216) | def utcoffset(self): ... method dst (line 217) | def dst(self): ... method tzname (line 218) | def tzname(self): ... method timetuple (line 219) | def timetuple(self): ... method toordinal (line 220) | def toordinal(self): ... method timestamp (line 221) | def timestamp(self): ... method weekday (line 222) | def weekday(self): ... method isoweekday (line 223) | def isoweekday(self): ... method isoformat (line 224) | def isoformat(self, sep: str = "T", timespec: str = "auto"): ... method __repr__ (line 225) | def __repr__(self) -> str: ... method __str__ (line 226) | def __str__(self) -> str: ... method __hash__ (line 228) | def __hash__(self): ... method tuple (line 229) | def tuple(self): ... FILE: publish/micropython-v1_26_0-webassembly-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readinto (line 84) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 85) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 86) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 87) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 88) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 89) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-webassembly-stubs/fnmatch.pyi function fnmatch (line 3) | def fnmatch(name, pat): function filter (line 19) | def filter(names, pat): function fnmatchcase (line 22) | def fnmatchcase(name, pat): function translate (line 29) | def translate(pat): FILE: publish/micropython-v1_26_0-webassembly-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 90) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 101) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 108) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 114) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 123) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 132) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 139) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 155) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 165) | def blit( method hline (line 207) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 217) | def fill(self, c: int, /) -> None: method fill_rect (line 223) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__( FILE: publish/micropython-v1_26_0-webassembly-stubs/functools.pyi function partial (line 1) | def partial(func, *args, **kwargs): ... function update_wrapper (line 2) | def update_wrapper(wrapper, wrapped, assigned=None, updated=None): ... function wraps (line 3) | def wraps(wrapped, assigned=None, updated=None): ... function reduce (line 4) | def reduce(function, iterable, initializer=None): ... FILE: publish/micropython-v1_26_0-webassembly-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-webassembly-stubs/gzip.pyi class GzipFile (line 37) | class GzipFile: method __init__ (line 60) | def __init__(self, *, fileobj, mode) -> None: ... function open (line 62) | def open(filename, mode: str = "rb") -> Incomplete: function compress (line 68) | def compress(data) -> Incomplete: function decompress (line 74) | def decompress(data) -> Incomplete: FILE: publish/micropython-v1_26_0-webassembly-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha1 (line 71) | class sha1: method __init__ (line 73) | def __init__(self): method __init__ (line 79) | def __init__(self, data: AnyReadableBuf): method __init__ (line 85) | def __init__(self): method __init__ (line 91) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_26_0-webassembly-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-webassembly-stubs/hmac.pyi class HMAC (line 3) | class HMAC: method __init__ (line 8) | def __init__(self, key, msg=None, digestmod=None) -> None: ... method name (line 10) | def name(self): ... method update (line 11) | def update(self, msg) -> None: ... method copy (line 12) | def copy(self): ... method _current (line 13) | def _current(self): ... method digest (line 14) | def digest(self): ... method hexdigest (line 15) | def hexdigest(self): ... function new (line 17) | def new(key, msg=None, digestmod=None): ... FILE: publish/micropython-v1_26_0-webassembly-stubs/html/__init__.pyi function escape (line 6) | def escape(s, quote: bool = True): FILE: publish/micropython-v1_26_0-webassembly-stubs/inspect.pyi function getmembers (line 5) | def getmembers(obj, pred=None): ... function isfunction (line 6) | def isfunction(obj): ... function isgeneratorfunction (line 7) | def isgeneratorfunction(obj): ... function isgenerator (line 8) | def isgenerator(obj): ... class _Class (line 13) | class _Class: method meth (line 14) | def meth() -> None: ... function ismethod (line 18) | def ismethod(obj): ... function isclass (line 19) | def isclass(obj): ... function ismodule (line 20) | def ismodule(obj): ... function getargspec (line 21) | def getargspec(func) -> None: ... function getmodule (line 22) | def getmodule(obj, _filename=None) -> None: ... function getmro (line 23) | def getmro(cls): ... function getsourcefile (line 24) | def getsourcefile(obj) -> None: ... function getfile (line 25) | def getfile(obj): ... function getsource (line 26) | def getsource(obj): ... function currentframe (line 27) | def currentframe() -> None: ... function getframeinfo (line 28) | def getframeinfo(frame, context: int = 1): ... FILE: publish/micropython-v1_26_0-webassembly-stubs/itertools.pyi function count (line 4) | def count(start: int = 0, step: int = 1) -> Generator[Incomplete]: ... function cycle (line 5) | def cycle(p) -> Generator[Incomplete, Incomplete]: ... function repeat (line 6) | def repeat(el, n=None) -> Generator[Incomplete]: ... function chain (line 7) | def chain(*p) -> Generator[Incomplete, Incomplete]: ... function islice (line 8) | def islice(p, start, stop=(), step: int = 1) -> Generator[Incomplete]: ... function tee (line 9) | def tee(iterable, n: int = 2): ... function starmap (line 10) | def starmap(function, iterable) -> Generator[Incomplete]: ... function accumulate (line 11) | def accumulate(iterable, func=...) -> Generator[Incomplete, None, Incomp... FILE: publish/micropython-v1_26_0-webassembly-stubs/js.pyi function new (line 53) | def new(cls, *args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-webassembly-stubs/jsffi.pyi function create_proxy (line 11) | def create_proxy(*args, **kwargs) -> Incomplete: ... function mem_info (line 12) | def mem_info(*args, **kwargs) -> Incomplete: ... function to_js (line 13) | def to_js(*args, **kwargs) -> Incomplete: ... class JsProxy (line 15) | class JsProxy: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class JsException (line 18) | class JsException(Exception): ... FILE: publish/micropython-v1_26_0-webassembly-stubs/locale.pyi function getpreferredencoding (line 1) | def getpreferredencoding(): ... FILE: publish/micropython-v1_26_0-webassembly-stubs/logging.pyi class LogRecord (line 17) | class LogRecord: method set (line 25) | def set(self, name, level, message) -> None: ... class Handler (line 27) | class Handler: method __init__ (line 30) | def __init__(self, level=...) -> None: ... method close (line 31) | def close(self) -> None: ... method setLevel (line 32) | def setLevel(self, level) -> None: ... method setFormatter (line 33) | def setFormatter(self, formatter) -> None: ... method format (line 34) | def format(self, record): ... class StreamHandler (line 36) | class StreamHandler(Handler): method __init__ (line 39) | def __init__(self, stream=None) -> None: ... method close (line 40) | def close(self) -> None: ... method emit (line 41) | def emit(self, record) -> None: ... class FileHandler (line 43) | class FileHandler(StreamHandler): method __init__ (line 44) | def __init__(self, filename, mode: str = "a", encoding: str = "UTF-8")... method close (line 45) | def close(self) -> None: ... class Formatter (line 47) | class Formatter: method __init__ (line 50) | def __init__(self, fmt=None, datefmt=None) -> None: ... method usesTime (line 51) | def usesTime(self): ... method formatTime (line 52) | def formatTime(self, datefmt, record): ... method format (line 53) | def format(self, record): ... class Logger (line 55) | class Logger: method __init__ (line 60) | def __init__(self, name, level=...) -> None: ... method setLevel (line 61) | def setLevel(self, level) -> None: ... method isEnabledFor (line 62) | def isEnabledFor(self, level): ... method getEffectiveLevel (line 63) | def getEffectiveLevel(self): ... method log (line 64) | def log(self, level, msg, *args) -> None: ... method debug (line 65) | def debug(self, msg, *args) -> None: ... method info (line 66) | def info(self, msg, *args) -> None: ... method warning (line 67) | def warning(self, msg, *args) -> None: ... method error (line 68) | def error(self, msg, *args) -> None: ... method critical (line 69) | def critical(self, msg, *args) -> None: ... method exception (line 70) | def exception(self, msg, *args, exc_info: bool = True) -> None: ... method addHandler (line 71) | def addHandler(self, handler) -> None: ... method hasHandlers (line 72) | def hasHandlers(self): ... function getLogger (line 74) | def getLogger(name=None): ... function log (line 75) | def log(level, msg, *args) -> None: ... function debug (line 76) | def debug(msg, *args) -> None: ... function info (line 77) | def info(msg, *args) -> None: ... function warning (line 78) | def warning(msg, *args) -> None: ... function error (line 79) | def error(msg, *args) -> None: ... function critical (line 80) | def critical(msg, *args) -> None: ... function exception (line 81) | def exception(msg, *args, exc_info: bool = True) -> None: ... function shutdown (line 82) | def shutdown() -> None: ... function addLevelName (line 83) | def addLevelName(level, name) -> None: ... function basicConfig (line 84) | def basicConfig( FILE: publish/micropython-v1_26_0-webassembly-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-webassembly-stubs/micropython.pyi function pystack_use (line 24) | def pystack_use(*args, **kwargs) -> Incomplete: ... function opt_level (line 26) | def opt_level() -> int: function opt_level (line 46) | def opt_level(level: int, /) -> None: function mem_info (line 66) | def mem_info() -> None: function mem_info (line 77) | def mem_info(verbose: Any, /) -> None: function qstr_info (line 88) | def qstr_info() -> None: function qstr_info (line 99) | def qstr_info(verbose: bool, /) -> None: function schedule (line 109) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 154) | def stack_use() -> int: function kbd_intr (line 162) | def kbd_intr(chr: int) -> None: function const (line 175) | def const(expr: Const_T, /) -> Const_T: function heap_unlock (line 197) | def heap_unlock() -> int: function heap_lock (line 219) | def heap_lock() -> int: class RingIO (line 241) | class RingIO: method readinto (line 242) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 252) | def write(self, buf) -> int: method readline (line 261) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 271) | def any(self) -> int: method read (line 277) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 288) | def close(self) -> Incomplete: method __init__ (line 295) | def __init__(self, size) -> None: ... function viper (line 299) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 310) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 319) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 330) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-webassembly-stubs/mip.pyi function _install_package (line 19) | def _install_package(*args, **kwargs) -> Incomplete: ... function _chunk (line 20) | def _chunk(*args, **kwargs) -> Incomplete: ... function _ensure_path_exists (line 21) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 22) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function _download_file (line 23) | def _download_file(*args, **kwargs) -> Incomplete: ... function _check_exists (line 24) | def _check_exists(*args, **kwargs) -> Incomplete: ... function _install_json (line 25) | def _install_json(*args, **kwargs) -> Incomplete: ... function install (line 26) | def install(*args, **kwargs) -> Incomplete: ... function request (line 27) | def request(*args, **kwargs) -> Incomplete: ... function get (line 28) | def get(*args, **kwargs) -> Incomplete: ... class StringIO (line 30) | class StringIO: method write (line 31) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 32) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 33) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 34) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 35) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 37) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 38) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 39) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... class Response (line 42) | class Response: method json (line 43) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 44) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-webassembly-stubs/operator.pyi function attrgetter (line 1) | def attrgetter(attr): ... function lt (line 2) | def lt(a, b): ... function le (line 3) | def le(a, b): ... function gt (line 4) | def gt(a, b): ... function ge (line 5) | def ge(a, b): ... function eq (line 6) | def eq(a, b): ... function ne (line 7) | def ne(a, b): ... function mod (line 8) | def mod(a, b): ... function truediv (line 9) | def truediv(a, b): ... function floordiv (line 10) | def floordiv(a, b): ... FILE: publish/micropython-v1_26_0-webassembly-stubs/pathlib.pyi function _mode_if_exists (line 7) | def _mode_if_exists(path): ... function _clean_segment (line 8) | def _clean_segment(segment): ... class Path (line 10) | class Path: method __init__ (line 12) | def __init__(self, *segments) -> None: ... method __truediv__ (line 13) | def __truediv__(self, other): ... method __rtruediv__ (line 14) | def __rtruediv__(self, other): ... method __repr__ (line 15) | def __repr__(self) -> str: ... method __str__ (line 16) | def __str__(self) -> str: ... method __eq__ (line 17) | def __eq__(self, other): ... method absolute (line 18) | def absolute(self): ... method resolve (line 19) | def resolve(self): ... method open (line 20) | def open(self, mode: str = "r", encoding=None): ... method exists (line 21) | def exists(self): ... method mkdir (line 22) | def mkdir(self, parents: bool = False, exist_ok: bool = False) -> None... method is_dir (line 23) | def is_dir(self): ... method is_file (line 24) | def is_file(self): ... method _glob (line 25) | def _glob(self, path, pattern, recursive) -> Generator[Incomplete, Inc... method glob (line 26) | def glob(self, pattern): method rglob (line 33) | def rglob(self, pattern): ... method stat (line 34) | def stat(self): ... method read_bytes (line 35) | def read_bytes(self): ... method read_text (line 36) | def read_text(self, encoding=None): ... method rename (line 37) | def rename(self, target) -> None: ... method rmdir (line 38) | def rmdir(self) -> None: ... method touch (line 39) | def touch(self, exist_ok: bool = True) -> None: ... method unlink (line 40) | def unlink(self, missing_ok: bool = False) -> None: ... method write_bytes (line 41) | def write_bytes(self, data) -> None: ... method write_text (line 42) | def write_text(self, data, encoding=None) -> None: ... method with_suffix (line 43) | def with_suffix(self, suffix): ... method stem (line 45) | def stem(self): ... method parent (line 47) | def parent(self): ... method name (line 49) | def name(self): ... method suffix (line 51) | def suffix(self): ... FILE: publish/micropython-v1_26_0-webassembly-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_0-webassembly-stubs/pyscript/__init__.pyi function display (line 108) | def display(*values, target=None, append:bool=True) -> None: function current_target (line 127) | def current_target() -> Any: function fetch (line 138) | def fetch(url: str, **kw: Any) -> Awaitable[_Response]: function when (line 159) | def when(target, *args, **kwargs class HTML (line 182) | class HTML(): method _repr_html_ (line 186) | def _repr_html_(self, *args, **kwargs) -> Incomplete: method __init__ (line 189) | def __init__(self, html) -> None: class Storage (line 193) | class Storage(dict[str, Any]): method popitem (line 201) | def popitem(self, *args, **kwargs) -> Incomplete: method pop (line 204) | def pop(self, *args, **kwargs) -> Incomplete: method values (line 207) | def values(self, *args, **kwargs) -> Incomplete: method setdefault (line 210) | def setdefault(self, *args, **kwargs) -> Incomplete: method update (line 213) | def update(self, *args, **kwargs) -> Incomplete: method keys (line 216) | def keys(self, *args, **kwargs) -> Incomplete: method copy (line 219) | def copy(self, *args, **kwargs) -> Incomplete: method get (line 222) | def get(self, *args, **kwargs) -> Incomplete: method items (line 225) | def items(self, *args, **kwargs) -> Incomplete: method fromkeys (line 229) | def fromkeys(cls, *args, **kwargs) -> Incomplete: method sync (line 232) | def sync(self) -> Generator: ## = method clear (line 246) | def clear(self) -> None: method __init__ (line 254) | def __init__(self, store: Any) -> None: function storage (line 263) | def storage(name: str = "pyscript", class WebSocket (line 300) | class WebSocket(): method send (line 315) | def send(self, data: str | bytes | bytearray | memoryview) -> None: method close (line 329) | def close(self, code: int = 1000, reason: str = "") -> None: method __init__ (line 342) | def __init__(self, function create_named_worker (line 364) | def create_named_worker(src: str = "", class Event (line 401) | class Event(): method add_listener (line 405) | def add_listener(self, listener) -> None: method remove_listener (line 411) | def remove_listener(self, *args) -> None: method trigger (line 418) | def trigger(self, result) -> None: method __init__ (line 424) | def __init__(self) -> None: FILE: publish/micropython-v1_26_0-webassembly-stubs/pyscript/fs.pyi function unmount (line 21) | def unmount(path: str) -> Generator: ## = function sync (line 33) | def sync(path: str) -> Generator: ## = function mount (line 47) | def mount( FILE: publish/micropython-v1_26_0-webassembly-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_0-webassembly-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 47) | def __init__(self) -> None: ... method register (line 48) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 68) | def unregister(self, obj) -> Incomplete: method modify (line 74) | def modify(self, obj, eventmask) -> None: method poll (line 81) | def poll(self, timeout=-1, /) -> List: method ipoll (line 106) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_0-webassembly-stubs/stat.pyi function S_IMODE (line 14) | def S_IMODE(mode): function S_IFMT (line 19) | def S_IFMT(mode): function S_ISDIR (line 32) | def S_ISDIR(mode): function S_ISCHR (line 35) | def S_ISCHR(mode): function S_ISBLK (line 38) | def S_ISBLK(mode): function S_ISREG (line 41) | def S_ISREG(mode): function S_ISFIFO (line 44) | def S_ISFIFO(mode): function S_ISLNK (line 47) | def S_ISLNK(mode): function S_ISSOCK (line 50) | def S_ISSOCK(mode): function filemode (line 86) | def filemode(mode): FILE: publish/micropython-v1_26_0-webassembly-stubs/string.pyi function translate (line 13) | def translate(s, map): ... FILE: publish/micropython-v1_26_0-webassembly-stubs/tarfile/__init__.pyi function _roundup (line 13) | def _roundup(val, align): ... class FileSection (line 15) | class FileSection: method __init__ (line 19) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 20) | def read(self, sz: int = 65536): ... method readinto (line 21) | def readinto(self, buf): ... method skip (line 22) | def skip(self) -> None: ... class TarInfo (line 24) | class TarInfo: method __init__ (line 27) | def __init__(self, name: str = "") -> None: ... method type (line 29) | def type(self): ... method __str__ (line 30) | def __str__(self) -> str: ... method isdir (line 31) | def isdir(self): ... method isreg (line 32) | def isreg(self): ... class TarFile (line 34) | class TarFile: method __init__ (line 39) | def __init__(self, name=None, mode: str = "r", fileobj=None) -> None: ... method __enter__ (line 40) | def __enter__(self): ... method __exit__ (line 41) | def __exit__( method next (line 44) | def next(self): ... method __iter__ (line 45) | def __iter__(self): ... method __next__ (line 46) | def __next__(self): ... method extractfile (line 47) | def extractfile(self, tarinfo): ... method close (line 48) | def close(self) -> None: ... FILE: publish/micropython-v1_26_0-webassembly-stubs/tarfile/write.pyi function _open_write (line 8) | def _open_write(self, name, mode, fileobj) -> None: ... function _close_write (line 9) | def _close_write(self) -> None: ... function addfile (line 10) | def addfile(self, tarinfo, fileobj=None) -> None: ... function add (line 11) | def add(self, name, recursive: bool = True) -> None: ... FILE: publish/micropython-v1_26_0-webassembly-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_ms (line 119) | def ticks_ms() -> int: function ticks_cpu (line 143) | def ticks_cpu() -> _TicksCPU: function ticks_add (line 158) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 185) | def time_ns() -> int: function ticks_us (line 192) | def ticks_us() -> _TicksUs: function time (line 198) | def time() -> int: function strftime (line 226) | def strftime(*args, **kwargs) -> Incomplete: ... function gmtime (line 227) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 249) | def localtime(secs: int | None = None, /) -> Tuple: function const (line 271) | def const(*args, **kwargs) -> Incomplete: ... function sleep_us (line 272) | def sleep_us(us: int, /) -> None: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 293) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 301) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-webassembly-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 165) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-webassembly-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-webassembly-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-webassembly-stubs/unittest/__init__.pyi class SkipTest (line 4) | class SkipTest(Exception): ... class AssertRaisesContext (line 6) | class AssertRaisesContext: method __init__ (line 8) | def __init__(self, exc) -> None: ... method __enter__ (line 9) | def __enter__(self): ... method __exit__ (line 11) | def __exit__(self, exc_type: type[BaseException] | None, exc_value: Ba... class SubtestContext (line 16) | class SubtestContext: method __init__ (line 19) | def __init__(self, msg=None, params=None) -> None: ... method __enter__ (line 20) | def __enter__(self) -> None: ... method __exit__ (line 21) | def __exit__(self, *exc_info): ... class NullContext (line 23) | class NullContext: method __enter__ (line 24) | def __enter__(self) -> None: ... method __exit__ (line 25) | def __exit__( class TestCase (line 29) | class TestCase: method __init__ (line 30) | def __init__(self) -> None: ... method addCleanup (line 32) | def addCleanup(self, func, *args, **kwargs) -> None: ... method doCleanups (line 33) | def doCleanups(self) -> None: ... method subTest (line 34) | def subTest(self, msg=None, **params): ... method skipTest (line 35) | def skipTest(self, reason) -> None: ... method fail (line 36) | def fail(self, msg: str = "") -> None: ... method assertEqual (line 37) | def assertEqual(self, x, y, msg: str = "") -> None: ... method assertNotEqual (line 38) | def assertNotEqual(self, x, y, msg: str = "") -> None: ... method assertLessEqual (line 39) | def assertLessEqual(self, x, y, msg=None) -> None: ... method assertGreaterEqual (line 40) | def assertGreaterEqual(self, x, y, msg=None) -> None: ... method assertAlmostEqual (line 41) | def assertAlmostEqual(self, x, y, places=None, msg: str = "", delta=No... method assertNotAlmostEqual (line 42) | def assertNotAlmostEqual(self, x, y, places=None, msg: str = "", delta... method assertIs (line 43) | def assertIs(self, x, y, msg: str = "") -> None: ... method assertIsNot (line 44) | def assertIsNot(self, x, y, msg: str = "") -> None: ... method assertIsNone (line 45) | def assertIsNone(self, x, msg: str = "") -> None: ... method assertIsNotNone (line 46) | def assertIsNotNone(self, x, msg: str = "") -> None: ... method assertTrue (line 47) | def assertTrue(self, x, msg: str = "") -> None: ... method assertFalse (line 48) | def assertFalse(self, x, msg: str = "") -> None: ... method assertIn (line 49) | def assertIn(self, x, y, msg: str = "") -> None: ... method assertIsInstance (line 50) | def assertIsInstance(self, x, y, msg: str = "") -> None: ... method assertRaises (line 51) | def assertRaises(self, exc, func=None, *args, **kwargs): ... method assertWarns (line 52) | def assertWarns(self, warn): ... function skip (line 54) | def skip(msg): ... function skipIf (line 55) | def skipIf(cond, msg): ... function skipUnless (line 56) | def skipUnless(cond, msg): ... function expectedFailure (line 57) | def expectedFailure(test): ... class TestSuite (line 59) | class TestSuite: method __init__ (line 62) | def __init__(self, name: str = "") -> None: ... method addTest (line 63) | def addTest(self, cls) -> None: ... method run (line 64) | def run(self, result): ... method _load_module (line 65) | def _load_module(self, mod) -> None: ... class TestRunner (line 67) | class TestRunner: method run (line 68) | def run(self, suite: TestSuite): ... class TestResult (line 72) | class TestResult: method __init__ (line 81) | def __init__(self) -> None: ... method wasSuccessful (line 82) | def wasSuccessful(self): ... method printErrors (line 83) | def printErrors(self) -> None: ... method printErrorList (line 84) | def printErrorList(self, lst) -> None: ... method __repr__ (line 85) | def __repr__(self) -> str: ... method __add__ (line 86) | def __add__(self, other): ... function _capture_exc (line 88) | def _capture_exc(exc, exc_traceback): ... function _handle_test_exception (line 89) | def _handle_test_exception(current_test: tuple, test_result: TestResult,... function _run_suite (line 90) | def _run_suite(c, test_result: TestResult, suite_name: str = ""): ... function main (line 91) | def main(module: str = "__main__", testRunner=None): ... FILE: publish/micropython-v1_26_0-webassembly-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-webassembly-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-webassembly-stubs/uu.pyi class Error (line 3) | class Error(Exception): ... function encode (line 5) | def encode(in_file, out_file, name=None, mode=None) -> None: function decode (line 8) | def decode(in_file, out_file=None, mode=None, quiet: bool = False) -> None: FILE: publish/micropython-v1_26_0-webassembly-stubs/vfs.pyi function mount (line 34) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 46) | def mount() -> List[tuple[Incomplete, str]]: function umount (line 57) | def umount(mount_point: Incomplete) -> Incomplete: class VfsPosix (line 67) | class VfsPosix: method rename (line 74) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 75) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 76) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 77) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 78) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 79) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 80) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 81) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 82) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 83) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 84) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 85) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 86) | def __init__(self, root: str | None = None) -> None: ... class AbstractBlockDev (line 88) | class AbstractBlockDev: method readblocks (line 92) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 95) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 113) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 136) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 160) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 164) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_0-webassembly-stubs/zlib.pyi function _decode_wbits (line 39) | def _decode_wbits(wbits, decompress): ... function compress (line 40) | def compress(data, wbits=...) -> Incomplete: function decompress (line 70) | def decompress(data, wbits=...) -> bytes: FILE: publish/micropython-v1_26_0-windows-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_0-windows-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_0-windows-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_0-windows-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readinto (line 84) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 85) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 86) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 87) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 88) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 89) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_0-windows-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_0-windows-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha1 (line 71) | class sha1: method __init__ (line 73) | def __init__(self): method __init__ (line 79) | def __init__(self, data: AnyReadableBuf): method __init__ (line 85) | def __init__(self): method __init__ (line 91) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_26_0-windows-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_0-windows-stubs/machine.pyi function idle (line 53) | def idle() -> None: function soft_reset (line 68) | def soft_reset() -> NoReturn: function time_pulse_us (line 75) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... class PinBase (line 96) | class PinBase: method __init__ (line 97) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 99) | class Signal(Pin): method off (line 168) | def off(self) -> None: method on (line 174) | def on(self) -> None: method value (line 181) | def value(self) -> int: method value (line 201) | def value(self, x: Any, /) -> None: method __init__ (line 221) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 241) | def __init__( class ADC (line 284) | class ADC: method width (line 288) | def width(self, bits: int) -> None: method read (line 313) | def read(self) -> int: method atten (line 327) | def atten(self, atten: int) -> None: class ADCBlock (line 335) | class ADCBlock: method connect (line 337) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 339) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 341) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class I2C (line 362) | class I2C: method __init__ (line 364) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 381) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 398) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... method init (line 412) | def init(self, *, freq: int = 400_000) -> None: method init (line 426) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... class Pin (line 439) | class Pin: method value (line 441) | def value(self) -> int: method value (line 475) | def value(self, x: Any, /) -> None: method __call__ (line 509) | def __call__(self) -> int: method __call__ (line 517) | def __call__(self, x: Any, /) -> None: method mode (line 525) | def mode(self) -> int: method mode (line 534) | def mode(self, mode: int, /) -> None: method pull (line 543) | def pull(self) -> int: method pull (line 552) | def pull(self, pull: int, /) -> None: method drive (line 561) | def drive(self, drive: int, /) -> None: method drive (line 571) | def drive(self, /) -> int: class PWM (line 579) | class PWM: method freq (line 581) | def freq(self) -> int: method freq (line 592) | def freq( method duty_u16 (line 607) | def duty_u16(self) -> int: method duty_u16 (line 619) | def duty_u16( method duty_ns (line 635) | def duty_ns(self) -> int: method duty_ns (line 645) | def duty_ns( class RTC (line 658) | class RTC: method __init__ (line 660) | def __init__(self, id: int = 0): method __init__ (line 666) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 674) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 682) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 690) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 698) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 706) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 714) | def init(self) -> None: method init (line 729) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 744) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 759) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 774) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 789) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 804) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 819) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 827) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 835) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 843) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 851) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 859) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 867) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SDCard (line 874) | class SDCard: method readblocks (line 876) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 886) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 896) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 907) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... class SPI (line 921) | class SPI: method __init__ (line 923) | def __init__(self, id: int, /): method __init__ (line 936) | def __init__( method __init__ (line 962) | def __init__( method init (line 986) | def init( method init (line 1021) | def init( class Timer (line 1053) | class Timer: method __init__ (line 1055) | def __init__(self, id: int, /): method __init__ (line 1065) | def __init__( method __init__ (line 1083) | def __init__( method __init__ (line 1101) | def __init__( method init (line 1119) | def init( method init (line 1127) | def init( method init (line 1135) | def init( class UART (line 1181) | class UART: method __init__ (line 1183) | def __init__( method __init__ (line 1205) | def __init__( method __init__ (line 1221) | def __init__( method init (line 1237) | def init( method init (line 1306) | def init( method init (line 1369) | def init( method read (line 1432) | def read(self) -> bytes | None: method read (line 1443) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1454) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1465) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: function freq (line 1476) | def freq() -> int: function freq (line 1484) | def freq(hz: int, /) -> None: function freq (line 1492) | def freq(self) -> int: function freq (line 1500) | def freq( function lightsleep (line 1512) | def lightsleep() -> None: function lightsleep (line 1537) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 1562) | def deepsleep() -> NoReturn: function deepsleep (line 1587) | def deepsleep(time_ms: int, /) -> NoReturn: FILE: publish/micropython-v1_26_0-windows-stubs/math.pyi function isnan (line 32) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 38) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 44) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 50) | def trunc(x: SupportsFloat, /) -> int: function gamma (line 56) | def gamma(x: SupportsFloat, /) -> float: function frexp (line 62) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function isinf (line 71) | def isinf(x: SupportsFloat, /) -> bool: function isclose (line 77) | def isclose(*args, **kwargs) -> Incomplete: ... function isfinite (line 78) | def isfinite(x: SupportsFloat, /) -> bool: function sqrt (line 84) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 90) | def sinh(x: SupportsFloat, /) -> float: function log (line 96) | def log(x: SupportsFloat, /) -> float: function tan (line 104) | def tan(x: SupportsFloat, /) -> float: function tanh (line 110) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 116) | def log2(x: SupportsFloat, /) -> float: function log10 (line 122) | def log10(x: SupportsFloat, /) -> float: function sin (line 128) | def sin(x: SupportsFloat, /) -> float: function modf (line 134) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 141) | def radians(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function fmod (line 159) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function atanh (line 165) | def atanh(x: SupportsFloat, /) -> float: function ceil (line 171) | def ceil(x: SupportsFloat, /) -> int: function acos (line 177) | def acos(x: SupportsFloat, /) -> float: function pow (line 183) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 189) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 195) | def acosh(x: SupportsFloat, /) -> float: function asin (line 201) | def asin(x: SupportsFloat, /) -> float: function expm1 (line 207) | def expm1(x: SupportsFloat, /) -> float: function exp (line 213) | def exp(x: SupportsFloat, /) -> float: function copysign (line 219) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function fabs (line 225) | def fabs(x: SupportsFloat, /) -> float: function floor (line 231) | def floor(x: SupportsFloat, /) -> int: function cosh (line 237) | def cosh(x: SupportsFloat, /) -> float: function cos (line 243) | def cos(x: SupportsFloat, /) -> float: function erfc (line 249) | def erfc(x: SupportsFloat, /) -> float: function degrees (line 255) | def degrees(x: SupportsFloat, /) -> float: function erf (line 261) | def erf(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_0-windows-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_peak (line 64) | def mem_peak(*args, **kwargs) -> Incomplete: ... function mem_total (line 65) | def mem_total(*args, **kwargs) -> Incomplete: ... function schedule (line 66) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function pystack_use (line 111) | def pystack_use(*args, **kwargs) -> Incomplete: ... function qstr_info (line 113) | def qstr_info() -> None: function qstr_info (line 124) | def qstr_info(verbose: bool, /) -> None: function stack_use (line 134) | def stack_use() -> int: function heap_lock (line 142) | def heap_lock() -> int: function mem_info (line 165) | def mem_info() -> None: function mem_info (line 176) | def mem_info(verbose: Any, /) -> None: function const (line 186) | def const(expr: Const_T, /) -> Const_T: function mem_current (line 208) | def mem_current(*args, **kwargs) -> Incomplete: ... function heap_unlock (line 209) | def heap_unlock() -> int: function kbd_intr (line 231) | def kbd_intr(chr: int) -> None: function viper (line 246) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 257) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 266) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 277) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_0-windows-stubs/random.pyi function seed (line 43) | def seed(n: int | None = None, /) -> None: function getrandbits (line 55) | def getrandbits(n: int, /) -> int: function randrange (line 62) | def randrange(stop: int, /) -> int: function randrange (line 72) | def randrange(start: int, stop: int, /) -> int: function randrange (line 82) | def randrange(start: int, stop: int, step: int, /) -> int: FILE: publish/micropython-v1_26_0-windows-stubs/time.pyi function ticks_cpu (line 53) | def ticks_cpu() -> _TicksCPU: function ticks_diff (line 68) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 134) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 161) | def time_ns() -> int: function time (line 168) | def time() -> int: function ticks_ms (line 196) | def ticks_ms() -> int: function ticks_us (line 220) | def ticks_us() -> _TicksUs: function gmtime (line 226) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 248) | def localtime(secs: int | None = None, /) -> Tuple: function clock (line 270) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 271) | def sleep_us(us: int, /) -> None: function sleep_ms (line 281) | def sleep_ms(ms: int, /) -> None: function mktime (line 292) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 300) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_0-windows-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 165) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_0-windows-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_0-windows-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-windows-stubs/urandom.pyi function seed (line 11) | def seed(*args, **kwargs) -> Incomplete: ... function getrandbits (line 12) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-windows-stubs/ure.pyi function match (line 11) | def match(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_0-windows-stubs/vfs.pyi function mount (line 34) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 46) | def mount() -> List[tuple[Incomplete, str]]: function umount (line 57) | def umount(mount_point: Incomplete) -> Incomplete: class VfsPosix (line 67) | class VfsPosix: method rename (line 74) | def rename(self, *args, **kwargs) -> Incomplete: ... method mount (line 75) | def mount(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 76) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 77) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 78) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 79) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 80) | def remove(self, *args, **kwargs) -> Incomplete: ... method open (line 81) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 82) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 83) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 84) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, root: str | None = None) -> None: ... class AbstractBlockDev (line 87) | class AbstractBlockDev: method readblocks (line 91) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 94) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 112) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 135) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 159) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 163) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readinto (line 84) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 85) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 86) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 87) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 88) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 89) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha1 (line 71) | class sha1: method __init__ (line 73) | def __init__(self): method __init__ (line 79) | def __init__(self, data: AnyReadableBuf): method __init__ (line 85) | def __init__(self): method __init__ (line 91) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/machine.pyi function unique_id (line 53) | def unique_id() -> bytes: function disable_irq (line 62) | def disable_irq() -> _IRQ_STATE: function dht_readinto (line 71) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 72) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function bootloader (line 96) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 107) | def deepsleep() -> NoReturn: function deepsleep (line 132) | def deepsleep(time_ms: int, /) -> NoReturn: function enable_irq (line 156) | def enable_irq(state: _IRQ_STATE, /) -> None: function reset_cause (line 164) | def reset_cause() -> int: function soft_reset (line 170) | def soft_reset() -> NoReturn: function time_pulse_us (line 177) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function reset (line 195) | def reset() -> NoReturn: function freq (line 203) | def freq() -> int: function freq (line 211) | def freq(hz: int, /) -> None: function freq (line 219) | def freq(self) -> int: function freq (line 227) | def freq( function idle (line 238) | def idle() -> None: function lightsleep (line 254) | def lightsleep() -> None: function lightsleep (line 279) | def lightsleep(time_ms: int, /) -> None: class LED (line 318) | class LED: method on (line 319) | def on(self, *args, **kwargs) -> Incomplete: ... method toggle (line 320) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 321) | def off(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 322) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 324) | class WDT: method timeout_ms (line 339) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 340) | def feed(self) -> None: method __init__ (line 347) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 356) | class I2S: method shift (line 436) | def shift( method init (line 448) | def init( method irq (line 464) | def irq( method readinto (line 475) | def readinto( method deinit (line 487) | def deinit(self) -> None: method write (line 492) | def write( method __init__ (line 504) | def __init__( class ADC (line 546) | class ADC: method read_uv (line 572) | def read_uv(self) -> int: method read_u16 (line 579) | def read_u16(self) -> int: method __init__ (line 586) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 602) | def width(self, bits: int) -> None: method read (line 627) | def read(self) -> int: method atten (line 641) | def atten(self, atten: int) -> None: class I2C (line 649) | class I2C: method readfrom_mem_into (line 685) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 696) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 705) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 713) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 723) | def scan(self) -> List: method writeto (line 730) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 739) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 754) | def start(self) -> None: method readfrom (line 759) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 766) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 777) | def init(self, *, freq: int = 400_000) -> None: method init (line 791) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 803) | def stop(self) -> None: method write (line 808) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 817) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 834) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 851) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 864) | class I2CTarget: method deinit (line 899) | def deinit(self) -> Incomplete: method irq (line 905) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 944) | def write(self, buf) -> int: method readinto (line 951) | def readinto(self, buf) -> int: method __init__ (line 957) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftI2C (line 959) | class SoftI2C(I2C): method readfrom_mem_into (line 971) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 972) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 973) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 974) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 975) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 976) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 977) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 978) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 979) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 980) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 981) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 982) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 983) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 984) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SoftSPI (line 986) | class SoftSPI(SPI): method deinit (line 997) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 998) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 999) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1000) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1001) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1002) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1003) | def __init__( class Timer (line 1016) | class Timer: method init (line 1045) | def init( method init (line 1053) | def init( method init (line 1061) | def init( method deinit (line 1106) | def deinit(self) -> None: method __init__ (line 1112) | def __init__(self, id: int, /): method __init__ (line 1122) | def __init__( method __init__ (line 1140) | def __init__( method __init__ (line 1158) | def __init__( class UART (line 1175) | class UART: method irq (line 1236) | def irq( method sendbreak (line 1271) | def sendbreak(self) -> None: method deinit (line 1277) | def deinit(self) -> None: method init (line 1288) | def init( method init (line 1357) | def init( method init (line 1420) | def init( method flush (line 1481) | def flush(self) -> Incomplete: method txdone (line 1495) | def txdone(self) -> bool: method read (line 1511) | def read(self) -> bytes | None: method read (line 1522) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1531) | def any(self) -> int: method write (line 1545) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1554) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1565) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1574) | def readline(self) -> Union[str, None]: method __init__ (line 1583) | def __init__( method __init__ (line 1605) | def __init__( method __init__ (line 1621) | def __init__( class PWM (line 1636) | class PWM: method duty_u16 (line 1688) | def duty_u16(self) -> int: method duty_u16 (line 1700) | def duty_u16( method freq (line 1716) | def freq(self) -> int: method freq (line 1727) | def freq( method init (line 1740) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 1748) | def duty_ns(self) -> int: method duty_ns (line 1758) | def duty_ns( method deinit (line 1770) | def deinit(self) -> None: method __init__ (line 1775) | def __init__( class Signal (line 1800) | class Signal(Pin): method off (line 1869) | def off(self) -> None: method on (line 1874) | def on(self) -> None: method value (line 1881) | def value(self) -> int: method value (line 1901) | def value(self, x: Any, /) -> None: method __init__ (line 1921) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 1941) | def __init__( class Pin (line 1971) | class Pin: method low (line 2064) | def low(self) -> None: method irq (line 2071) | def irq( method toggle (line 2124) | def toggle(self) -> Incomplete: method off (line 2131) | def off(self) -> None: method on (line 2136) | def on(self) -> None: method init (line 2141) | def init( method value (line 2160) | def value(self) -> int: method value (line 2194) | def value(self, x: Any, /) -> None: method high (line 2226) | def high(self) -> None: class cpu (line 2234) | class cpu: method __init__ (line 2279) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2281) | class board: method __init__ (line 2325) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2327) | def __init__( method __call__ (line 2402) | def __call__(self) -> int: method __call__ (line 2410) | def __call__(self, x: Any, /) -> None: method mode (line 2418) | def mode(self) -> int: method mode (line 2427) | def mode(self, mode: int, /) -> None: method pull (line 2436) | def pull(self) -> int: method pull (line 2445) | def pull(self, pull: int, /) -> None: method drive (line 2454) | def drive(self, drive: int, /) -> None: method drive (line 2464) | def drive(self, /) -> int: class RTC (line 2472) | class RTC: method irq (line 2490) | def irq( method cancel (line 2507) | def cancel(self, *args, **kwargs) -> Incomplete: ... method datetime (line 2508) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method init (line 2525) | def init(self) -> None: method init (line 2540) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2555) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2570) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2585) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2600) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2615) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method calibration (line 2628) | def calibration(self, *args, **kwargs) -> Incomplete: ... method alarm (line 2630) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2638) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2646) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2654) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2662) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2670) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2678) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm_cancel (line 2684) | def alarm_cancel(self, alarm_id: int = 0, /) -> None: method alarm_left (line 2692) | def alarm_left(self, alarm_id: int = 0, /) -> int: method __init__ (line 2698) | def __init__(self, id: int = 0): method __init__ (line 2704) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2712) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2720) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2728) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2736) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2744) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... class SPI (line 2751) | class SPI: method deinit (line 2810) | def deinit(self) -> None: method init (line 2817) | def init( method init (line 2852) | def init( method write_readinto (line 2883) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2893) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2900) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2908) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2918) | def __init__(self, id: int, /): method __init__ (line 2931) | def __init__( method __init__ (line 2957) | def __init__( class ADCBlock (line 2980) | class ADCBlock: method connect (line 2982) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 2984) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 2986) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 3007) | class SDCard: method readblocks (line 3009) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3019) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3029) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3040) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/mimxrt.pyi class Flash (line 10) | class Flash: method readblocks (line 11) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 12) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/network.pyi function hostname (line 55) | def hostname(name: Optional[Any] = None) -> Incomplete: function route (line 83) | def route(*args, **kwargs) -> Incomplete: ... function country (line 84) | def country(code: Optional[Any] = None) -> Incomplete: class WLANWiPy (line 97) | class WLANWiPy: method __init__ (line 99) | def __init__(self, id: int = 0, /): method __init__ (line 113) | def __init__( method mode (line 137) | def mode(self) -> int: method mode (line 143) | def mode(self, mode: int, /) -> None: method ssid (line 149) | def ssid(self) -> str: method ssid (line 155) | def ssid(self, ssid: str, /) -> None: method auth (line 161) | def auth(self) -> int: method auth (line 167) | def auth(self, auth: int, /) -> None: method channel (line 173) | def channel(self) -> int: method channel (line 179) | def channel(self, channel: int, /) -> None: method antenna (line 185) | def antenna(self) -> int: method antenna (line 191) | def antenna(self, antenna: int, /) -> None: method mac (line 197) | def mac(self) -> bytes: method mac (line 203) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 208) | class AbstractNIC: method active (line 211) | def active(self, /) -> bool: method active (line 222) | def active(self, is_active: bool | int, /) -> None: method connect (line 233) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 252) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 271) | def status(self) -> Any: method status (line 289) | def status(self, param: str, /) -> Any: method ifconfig (line 307) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 321) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 335) | def config(self, param: str, /) -> Any: method config (line 354) | def config(self, **kwargs: Any) -> None: class LAN (line 371) | class LAN: method active (line 373) | def active(self, /) -> bool: method active (line 381) | def active(self, is_active: bool | int, /) -> None: FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/socket.pyi function getaddrinfo (line 112) | def getaddrinfo( class socket (line 162) | class socket: method recvfrom (line 170) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 179) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 191) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 211) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 229) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 237) | def settimeout(self, value: float | None, /) -> None: method sendall (line 272) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 284) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 291) | def setblocking(self, value: bool, /) -> None: method sendto (line 302) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 308) | def readline(self) -> bytes: method readinto (line 317) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 327) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 337) | def read(self) -> bytes: method read (line 347) | def read(self, size: int, /) -> bytes: method close (line 355) | def close(self) -> None: method connect (line 365) | def connect(self, address: _Address | bytes, /) -> None: method send (line 370) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 377) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 382) | def accept(self) -> Tuple: method write (line 390) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 400) | def __init__( FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/usb/device.pyi function get (line 10) | def get(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/usb/device/cdc.pyi function split_bmRequestType (line 14) | def split_bmRequestType(*args, **kwargs) -> Incomplete: ... function const (line 15) | def const(*args, **kwargs) -> Incomplete: ... class Buffer (line 17) | class Buffer: method finish_read (line 18) | def finish_read(self, *args, **kwargs) -> Incomplete: ... method pend_write (line 19) | def pend_write(self, *args, **kwargs) -> Incomplete: ... method finish_write (line 20) | def finish_write(self, *args, **kwargs) -> Incomplete: ... method pend_read (line 21) | def pend_read(self, *args, **kwargs) -> Incomplete: ... method readable (line 22) | def readable(self, *args, **kwargs) -> Incomplete: ... method readinto (line 23) | def readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 24) | def write(self, *args, **kwargs) -> Incomplete: ... method writable (line 25) | def writable(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... class Interface (line 28) | class Interface: method on_interface_control_xfer (line 29) | def on_interface_control_xfer(self, *args, **kwargs) -> Incomplete: ... method stall (line 30) | def stall(self, *args, **kwargs) -> Incomplete: ... method on_device_control_xfer (line 31) | def on_device_control_xfer(self, *args, **kwargs) -> Incomplete: ... method xfer_pending (line 32) | def xfer_pending(self, *args, **kwargs) -> Incomplete: ... method on_endpoint_control_xfer (line 33) | def on_endpoint_control_xfer(self, *args, **kwargs) -> Incomplete: ... method is_open (line 34) | def is_open(self, *args, **kwargs) -> Incomplete: ... method num_itfs (line 35) | def num_itfs(self, *args, **kwargs) -> Incomplete: ... method submit_xfer (line 36) | def submit_xfer(self, *args, **kwargs) -> Incomplete: ... method desc_cfg (line 37) | def desc_cfg(self, *args, **kwargs) -> Incomplete: ... method on_reset (line 38) | def on_reset(self, *args, **kwargs) -> Incomplete: ... method num_eps (line 39) | def num_eps(self, *args, **kwargs) -> Incomplete: ... method on_open (line 40) | def on_open(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class CDCInterface (line 43) | class CDCInterface: method xfer_pending (line 44) | def xfer_pending(self, *args, **kwargs) -> Incomplete: ... method is_open (line 45) | def is_open(self, *args, **kwargs) -> Incomplete: ... method stall (line 46) | def stall(self, *args, **kwargs) -> Incomplete: ... method _readinto (line 47) | def _readinto(self, *args, **kwargs) -> Incomplete: ... method on_device_control_xfer (line 48) | def on_device_control_xfer(self, *args, **kwargs) -> Incomplete: ... method on_endpoint_control_xfer (line 49) | def on_endpoint_control_xfer(self, *args, **kwargs) -> Incomplete: ... method on_interface_control_xfer (line 50) | def on_interface_control_xfer(self, *args, **kwargs) -> Incomplete: ... method _wr_cb (line 51) | def _wr_cb(self, *args, **kwargs) -> Incomplete: ... method _wr_xfer (line 52) | def _wr_xfer(self, *args, **kwargs) -> Incomplete: ... method _rd_cb (line 53) | def _rd_cb(self, *args, **kwargs) -> Incomplete: ... method set_break_cb (line 54) | def set_break_cb(self, *args, **kwargs) -> Incomplete: ... method set_line_state_cb (line 55) | def set_line_state_cb(self, *args, **kwargs) -> Incomplete: ... method _rd_xfer (line 56) | def _rd_xfer(self, *args, **kwargs) -> Incomplete: ... method set_line_coding_cb (line 57) | def set_line_coding_cb(self, *args, **kwargs) -> Incomplete: ... method init (line 58) | def init(self, *args, **kwargs) -> Incomplete: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 60) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method submit_xfer (line 61) | def submit_xfer(self, *args, **kwargs) -> Incomplete: ... method read (line 62) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 63) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 64) | def readinto(self, *args, **kwargs) -> Incomplete: ... method num_eps (line 65) | def num_eps(self, *args, **kwargs) -> Incomplete: ... method desc_cfg (line 66) | def desc_cfg(self, *args, **kwargs) -> Incomplete: ... method num_itfs (line 67) | def num_itfs(self, *args, **kwargs) -> Incomplete: ... method on_reset (line 68) | def on_reset(self, *args, **kwargs) -> Incomplete: ... method on_open (line 69) | def on_open(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 77) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-mimxrt-mimxrt1010_evk-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readinto (line 84) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 85) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 86) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 87) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 88) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 89) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/lwip.pyi function reset (line 27) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 28) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 29) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 30) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 32) | class socket: method recvfrom (line 33) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 34) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 35) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 36) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 38) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 39) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 40) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 41) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 43) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 44) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 46) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 47) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 48) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 49) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 50) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/machine.pyi function unique_id (line 53) | def unique_id() -> bytes: function disable_irq (line 62) | def disable_irq() -> _IRQ_STATE: function dht_readinto (line 71) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 72) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function bootloader (line 96) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 107) | def deepsleep() -> NoReturn: function deepsleep (line 132) | def deepsleep(time_ms: int, /) -> NoReturn: function enable_irq (line 156) | def enable_irq(state: _IRQ_STATE, /) -> None: function reset_cause (line 164) | def reset_cause() -> int: function soft_reset (line 170) | def soft_reset() -> NoReturn: function time_pulse_us (line 177) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function reset (line 195) | def reset() -> NoReturn: function freq (line 203) | def freq() -> int: function freq (line 211) | def freq(hz: int, /) -> None: function freq (line 219) | def freq(self) -> int: function freq (line 227) | def freq( function idle (line 238) | def idle() -> None: function lightsleep (line 254) | def lightsleep() -> None: function lightsleep (line 279) | def lightsleep(time_ms: int, /) -> None: class LED (line 318) | class LED: method on (line 319) | def on(self, *args, **kwargs) -> Incomplete: ... method toggle (line 320) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 321) | def off(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 322) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 324) | class PWM: method duty_u16 (line 376) | def duty_u16(self) -> int: method duty_u16 (line 388) | def duty_u16( method freq (line 404) | def freq(self) -> int: method freq (line 415) | def freq( method init (line 428) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 436) | def duty_ns(self) -> int: method duty_ns (line 446) | def duty_ns( method deinit (line 458) | def deinit(self) -> None: method __init__ (line 463) | def __init__( class I2S (line 488) | class I2S: method shift (line 568) | def shift( method init (line 580) | def init( method irq (line 596) | def irq( method readinto (line 607) | def readinto( method deinit (line 619) | def deinit(self) -> None: method write (line 624) | def write( method __init__ (line 636) | def __init__( class ADC (line 678) | class ADC: method read_uv (line 704) | def read_uv(self) -> int: method read_u16 (line 711) | def read_u16(self) -> int: method __init__ (line 718) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 734) | def width(self, bits: int) -> None: method read (line 759) | def read(self) -> int: method atten (line 773) | def atten(self, atten: int) -> None: class I2C (line 781) | class I2C: method readfrom_mem_into (line 817) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 828) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 837) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 845) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 855) | def scan(self) -> List: method writeto (line 862) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 871) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 886) | def start(self) -> None: method readfrom (line 891) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 898) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 909) | def init(self, *, freq: int = 400_000) -> None: method init (line 923) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 935) | def stop(self) -> None: method write (line 940) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 949) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 966) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 983) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 996) | class I2CTarget: method deinit (line 1031) | def deinit(self) -> Incomplete: method irq (line 1037) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1076) | def write(self, buf) -> int: method readinto (line 1083) | def readinto(self, buf) -> int: method __init__ (line 1089) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class UART (line 1091) | class UART: method irq (line 1152) | def irq( method sendbreak (line 1187) | def sendbreak(self) -> None: method deinit (line 1193) | def deinit(self) -> None: method init (line 1204) | def init( method init (line 1273) | def init( method init (line 1336) | def init( method flush (line 1397) | def flush(self) -> Incomplete: method txdone (line 1411) | def txdone(self) -> bool: method read (line 1427) | def read(self) -> bytes | None: method read (line 1438) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1447) | def any(self) -> int: method write (line 1461) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1470) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1481) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1490) | def readline(self) -> Union[str, None]: method __init__ (line 1499) | def __init__( method __init__ (line 1521) | def __init__( method __init__ (line 1537) | def __init__( class SoftI2C (line 1552) | class SoftI2C(I2C): method readfrom_mem_into (line 1564) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1565) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1566) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1567) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1568) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1569) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1570) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1571) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1572) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1573) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1574) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1575) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1576) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1577) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SoftSPI (line 1579) | class SoftSPI(SPI): method deinit (line 1590) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1591) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1592) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1593) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1594) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1595) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1596) | def __init__( class Timer (line 1609) | class Timer: method init (line 1638) | def init( method init (line 1646) | def init( method init (line 1654) | def init( method deinit (line 1699) | def deinit(self) -> None: method __init__ (line 1705) | def __init__(self, id: int, /): method __init__ (line 1715) | def __init__( method __init__ (line 1733) | def __init__( method __init__ (line 1751) | def __init__( class WDT (line 1768) | class WDT: method timeout_ms (line 1783) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 1784) | def feed(self) -> None: method __init__ (line 1791) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Pin (line 1800) | class Pin: method low (line 1893) | def low(self) -> None: method irq (line 1900) | def irq( method toggle (line 1953) | def toggle(self) -> Incomplete: method off (line 1960) | def off(self) -> None: method on (line 1965) | def on(self) -> None: method init (line 1970) | def init( method value (line 1989) | def value(self) -> int: method value (line 2023) | def value(self, x: Any, /) -> None: method high (line 2055) | def high(self) -> None: class cpu (line 2063) | class cpu: method __init__ (line 2184) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2186) | class board: method __init__ (line 2256) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2258) | def __init__( method __call__ (line 2333) | def __call__(self) -> int: method __call__ (line 2341) | def __call__(self, x: Any, /) -> None: method mode (line 2349) | def mode(self) -> int: method mode (line 2358) | def mode(self, mode: int, /) -> None: method pull (line 2367) | def pull(self) -> int: method pull (line 2376) | def pull(self, pull: int, /) -> None: method drive (line 2385) | def drive(self, drive: int, /) -> None: method drive (line 2395) | def drive(self, /) -> int: class Signal (line 2403) | class Signal(Pin): method off (line 2472) | def off(self) -> None: method on (line 2477) | def on(self) -> None: method value (line 2484) | def value(self) -> int: method value (line 2504) | def value(self, x: Any, /) -> None: method __init__ (line 2524) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2544) | def __init__( class RTC (line 2574) | class RTC: method irq (line 2592) | def irq( method cancel (line 2609) | def cancel(self, *args, **kwargs) -> Incomplete: ... method datetime (line 2610) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method init (line 2627) | def init(self) -> None: method init (line 2642) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2657) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2672) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2687) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2702) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2717) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method calibration (line 2730) | def calibration(self, *args, **kwargs) -> Incomplete: ... method alarm (line 2732) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2740) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2748) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2756) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2764) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2772) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2780) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm_cancel (line 2786) | def alarm_cancel(self, alarm_id: int = 0, /) -> None: method alarm_left (line 2794) | def alarm_left(self, alarm_id: int = 0, /) -> int: method __init__ (line 2800) | def __init__(self, id: int = 0): method __init__ (line 2806) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2814) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2822) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2830) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2838) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2846) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... class SDCard (line 2853) | class SDCard(AbstractBlockDev): method present (line 2945) | def present(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 2946) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2948) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2958) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2968) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2979) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method deinit (line 2992) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2993) | def init(self, *args, **kwargs) -> Incomplete: ... method info (line 2994) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2995) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 2997) | class SPI: method deinit (line 3056) | def deinit(self) -> None: method init (line 3063) | def init( method init (line 3098) | def init( method write_readinto (line 3129) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 3139) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 3146) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 3154) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 3164) | def __init__(self, id: int, /): method __init__ (line 3177) | def __init__( method __init__ (line 3203) | def __init__( class ADCBlock (line 3226) | class ADCBlock: method connect (line 3228) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3230) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3232) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/mimxrt.pyi class Flash (line 10) | class Flash: method readblocks (line 11) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 12) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/network.pyi function route (line 55) | def route(*args, **kwargs) -> Incomplete: ... function hostname (line 56) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 84) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function country (line 99) | def country(code: Optional[Any] = None) -> Incomplete: class PPP (line 112) | class PPP: method status (line 129) | def status(self) -> Incomplete: method ipconfig (line 134) | def ipconfig(self, param) -> Incomplete: method isconnected (line 139) | def isconnected(self) -> bool: method poll (line 145) | def poll(self) -> Incomplete: method ifconfig (line 152) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method config (line 157) | def config(self, config_parameters) -> Incomplete: method connect (line 166) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method disconnect (line 183) | def disconnect(self) -> Incomplete: method __init__ (line 188) | def __init__(self, stream) -> None: ... class LAN (line 190) | class LAN: method ipconfig (line 220) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method status (line 221) | def status(self) -> Incomplete: method isconnected (line 226) | def isconnected(self) -> bool: method active (line 233) | def active(self, /) -> bool: method active (line 241) | def active(self, is_active: bool | int, /) -> None: method ifconfig (line 247) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 258) | def config(self, config_parameters) -> Incomplete: method __init__ (line 277) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... class WLANWiPy (line 279) | class WLANWiPy: method __init__ (line 281) | def __init__(self, id: int = 0, /): method __init__ (line 295) | def __init__( method mode (line 319) | def mode(self) -> int: method mode (line 325) | def mode(self, mode: int, /) -> None: method ssid (line 331) | def ssid(self) -> str: method ssid (line 337) | def ssid(self, ssid: str, /) -> None: method auth (line 343) | def auth(self) -> int: method auth (line 349) | def auth(self, auth: int, /) -> None: method channel (line 355) | def channel(self) -> int: method channel (line 361) | def channel(self, channel: int, /) -> None: method antenna (line 367) | def antenna(self) -> int: method antenna (line 373) | def antenna(self, antenna: int, /) -> None: method mac (line 379) | def mac(self) -> bytes: method mac (line 385) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 390) | class AbstractNIC: method active (line 393) | def active(self, /) -> bool: method active (line 404) | def active(self, is_active: bool | int, /) -> None: method connect (line 415) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 434) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 453) | def status(self) -> Any: method status (line 471) | def status(self, param: str, /) -> Any: method ifconfig (line 489) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 503) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 517) | def config(self, param: str, /) -> Any: method config (line 536) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/ntptime.pyi function time (line 13) | def time(*args, **kwargs) -> Incomplete: ... function settime (line 14) | def settime(*args, **kwargs) -> Incomplete: ... function gmtime (line 15) | def gmtime(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/socket.pyi function reset (line 115) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 116) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 117) | def getaddrinfo( function callback (line 167) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 169) | class socket: method recvfrom (line 177) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 186) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 198) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 218) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 236) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 244) | def settimeout(self, value: float | None, /) -> None: method sendall (line 279) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 291) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 298) | def setblocking(self, value: bool, /) -> None: method sendto (line 309) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 315) | def readline(self) -> bytes: method readinto (line 324) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 334) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 344) | def read(self) -> bytes: method read (line 354) | def read(self, size: int, /) -> bytes: method close (line 362) | def close(self) -> None: method connect (line 372) | def connect(self, address: _Address | bytes, /) -> None: method send (line 377) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 384) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 389) | def accept(self) -> Tuple: method write (line 397) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 407) | def __init__( FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/urequests.pyi function head (line 11) | def head(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function put (line 14) | def put(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function delete (line 16) | def delete(*args, **kwargs) -> Incomplete: ... function get (line 17) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 19) | class Response: method json (line 20) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 21) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_26_1-mimxrt-seeed_arch_mix-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-mimxrt-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_1-mimxrt-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_1-mimxrt-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_1-mimxrt-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_1-mimxrt-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_1-mimxrt-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readinto (line 84) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 85) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 86) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 87) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 88) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 89) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_1-mimxrt-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_26_1-mimxrt-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_26_1-mimxrt-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_26_1-mimxrt-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_1-mimxrt-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_26_1-mimxrt-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_1-mimxrt-stubs/lwip.pyi function reset (line 27) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 28) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 29) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 30) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 32) | class socket: method recvfrom (line 33) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 34) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 35) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 36) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 38) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 39) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 40) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 41) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 43) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 44) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 46) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 47) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 48) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 49) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 50) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-mimxrt-stubs/machine.pyi function unique_id (line 53) | def unique_id() -> bytes: function disable_irq (line 62) | def disable_irq() -> _IRQ_STATE: function dht_readinto (line 71) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 72) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function bootloader (line 96) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 107) | def deepsleep() -> NoReturn: function deepsleep (line 132) | def deepsleep(time_ms: int, /) -> NoReturn: function enable_irq (line 156) | def enable_irq(state: _IRQ_STATE, /) -> None: function reset_cause (line 164) | def reset_cause() -> int: function soft_reset (line 170) | def soft_reset() -> NoReturn: function time_pulse_us (line 177) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function reset (line 195) | def reset() -> NoReturn: function freq (line 203) | def freq() -> int: function freq (line 211) | def freq(hz: int, /) -> None: function freq (line 219) | def freq(self) -> int: function freq (line 227) | def freq( function idle (line 238) | def idle() -> None: function lightsleep (line 254) | def lightsleep() -> None: function lightsleep (line 279) | def lightsleep(time_ms: int, /) -> None: class LED (line 318) | class LED: method on (line 319) | def on(self, *args, **kwargs) -> Incomplete: ... method toggle (line 320) | def toggle(self, *args, **kwargs) -> Incomplete: ... method off (line 321) | def off(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 322) | def __init__(self, *argv, **kwargs) -> None: ... class PWM (line 324) | class PWM: method duty_u16 (line 376) | def duty_u16(self) -> int: method duty_u16 (line 388) | def duty_u16( method freq (line 404) | def freq(self) -> int: method freq (line 415) | def freq( method init (line 428) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 436) | def duty_ns(self) -> int: method duty_ns (line 446) | def duty_ns( method deinit (line 458) | def deinit(self) -> None: method __init__ (line 463) | def __init__( class I2S (line 488) | class I2S: method shift (line 568) | def shift( method init (line 580) | def init( method irq (line 596) | def irq( method readinto (line 607) | def readinto( method deinit (line 619) | def deinit(self) -> None: method write (line 624) | def write( method __init__ (line 636) | def __init__( class ADC (line 678) | class ADC: method read_uv (line 704) | def read_uv(self) -> int: method read_u16 (line 711) | def read_u16(self) -> int: method __init__ (line 718) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 734) | def width(self, bits: int) -> None: method read (line 759) | def read(self) -> int: method atten (line 773) | def atten(self, atten: int) -> None: class I2C (line 781) | class I2C: method readfrom_mem_into (line 817) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 828) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 837) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 845) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 855) | def scan(self) -> List: method writeto (line 862) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 871) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 886) | def start(self) -> None: method readfrom (line 891) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 898) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 909) | def init(self, *, freq: int = 400_000) -> None: method init (line 923) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 935) | def stop(self) -> None: method write (line 940) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 949) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 966) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 983) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 996) | class I2CTarget: method deinit (line 1031) | def deinit(self) -> Incomplete: method irq (line 1037) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1076) | def write(self, buf) -> int: method readinto (line 1083) | def readinto(self, buf) -> int: method __init__ (line 1089) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class UART (line 1091) | class UART: method irq (line 1152) | def irq( method sendbreak (line 1187) | def sendbreak(self) -> None: method deinit (line 1193) | def deinit(self) -> None: method init (line 1204) | def init( method init (line 1273) | def init( method init (line 1336) | def init( method flush (line 1397) | def flush(self) -> Incomplete: method txdone (line 1411) | def txdone(self) -> bool: method read (line 1427) | def read(self) -> bytes | None: method read (line 1438) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1447) | def any(self) -> int: method write (line 1461) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1470) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1481) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1490) | def readline(self) -> Union[str, None]: method __init__ (line 1499) | def __init__( method __init__ (line 1521) | def __init__( method __init__ (line 1537) | def __init__( class SoftI2C (line 1552) | class SoftI2C(I2C): method readfrom_mem_into (line 1564) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1565) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1566) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1567) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1568) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1569) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1570) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1571) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1572) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1573) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1574) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1575) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1576) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1577) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SoftSPI (line 1579) | class SoftSPI(SPI): method deinit (line 1590) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1591) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1592) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1593) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1594) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1595) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1596) | def __init__( class Timer (line 1609) | class Timer: method init (line 1638) | def init( method init (line 1646) | def init( method init (line 1654) | def init( method deinit (line 1699) | def deinit(self) -> None: method __init__ (line 1705) | def __init__(self, id: int, /): method __init__ (line 1715) | def __init__( method __init__ (line 1733) | def __init__( method __init__ (line 1751) | def __init__( class WDT (line 1768) | class WDT: method timeout_ms (line 1783) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 1784) | def feed(self) -> None: method __init__ (line 1791) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Pin (line 1800) | class Pin: method low (line 1893) | def low(self) -> None: method irq (line 1900) | def irq( method toggle (line 1953) | def toggle(self) -> Incomplete: method off (line 1960) | def off(self) -> None: method on (line 1965) | def on(self) -> None: method init (line 1970) | def init( method value (line 1989) | def value(self) -> int: method value (line 2023) | def value(self, x: Any, /) -> None: method high (line 2055) | def high(self) -> None: class cpu (line 2063) | class cpu: method __init__ (line 2184) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2186) | class board: method __init__ (line 2256) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2258) | def __init__( method __call__ (line 2333) | def __call__(self) -> int: method __call__ (line 2341) | def __call__(self, x: Any, /) -> None: method mode (line 2349) | def mode(self) -> int: method mode (line 2358) | def mode(self, mode: int, /) -> None: method pull (line 2367) | def pull(self) -> int: method pull (line 2376) | def pull(self, pull: int, /) -> None: method drive (line 2385) | def drive(self, drive: int, /) -> None: method drive (line 2395) | def drive(self, /) -> int: class Signal (line 2403) | class Signal(Pin): method off (line 2472) | def off(self) -> None: method on (line 2477) | def on(self) -> None: method value (line 2484) | def value(self) -> int: method value (line 2504) | def value(self, x: Any, /) -> None: method __init__ (line 2524) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2544) | def __init__( class RTC (line 2574) | class RTC: method irq (line 2592) | def irq( method cancel (line 2609) | def cancel(self, *args, **kwargs) -> Incomplete: ... method datetime (line 2610) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method init (line 2627) | def init(self) -> None: method init (line 2642) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2657) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2672) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2687) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2702) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2717) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method calibration (line 2730) | def calibration(self, *args, **kwargs) -> Incomplete: ... method alarm (line 2732) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2740) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2748) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2756) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2764) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2772) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2780) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm_cancel (line 2786) | def alarm_cancel(self, alarm_id: int = 0, /) -> None: method alarm_left (line 2794) | def alarm_left(self, alarm_id: int = 0, /) -> int: method __init__ (line 2800) | def __init__(self, id: int = 0): method __init__ (line 2806) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2814) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2822) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2830) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2838) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2846) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... class SDCard (line 2853) | class SDCard(AbstractBlockDev): method present (line 2945) | def present(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 2946) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2948) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2958) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2968) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2979) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method deinit (line 2992) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2993) | def init(self, *args, **kwargs) -> Incomplete: ... method info (line 2994) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2995) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 2997) | class SPI: method deinit (line 3056) | def deinit(self) -> None: method init (line 3063) | def init( method init (line 3098) | def init( method write_readinto (line 3129) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 3139) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 3146) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 3154) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 3164) | def __init__(self, id: int, /): method __init__ (line 3177) | def __init__( method __init__ (line 3203) | def __init__( class ADCBlock (line 3226) | class ADCBlock: method connect (line 3228) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3230) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3232) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: FILE: publish/micropython-v1_26_1-mimxrt-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_1-mimxrt-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_1-mimxrt-stubs/mimxrt.pyi class Flash (line 10) | class Flash: method readblocks (line 11) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 12) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-mimxrt-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_26_1-mimxrt-stubs/network.pyi function route (line 58) | def route(*args, **kwargs) -> Incomplete: ... function hostname (line 59) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 87) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function country (line 102) | def country(code: Optional[Any] = None) -> Incomplete: class PPP (line 115) | class PPP: method status (line 132) | def status(self) -> Incomplete: method ipconfig (line 137) | def ipconfig(self, param) -> Incomplete: method isconnected (line 142) | def isconnected(self) -> bool: method poll (line 148) | def poll(self) -> Incomplete: method ifconfig (line 155) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method config (line 160) | def config(self, config_parameters) -> Incomplete: method connect (line 169) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method disconnect (line 186) | def disconnect(self) -> Incomplete: method __init__ (line 191) | def __init__(self, stream) -> None: ... class LAN (line 193) | class LAN: method ipconfig (line 223) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method status (line 224) | def status(self) -> Incomplete: method isconnected (line 229) | def isconnected(self) -> bool: method active (line 236) | def active(self, /) -> bool: method active (line 244) | def active(self, is_active: bool | int, /) -> None: method ifconfig (line 250) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 261) | def config(self, config_parameters) -> Incomplete: method __init__ (line 280) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... class WLANWiPy (line 282) | class WLANWiPy: method __init__ (line 284) | def __init__(self, id: int = 0, /): method __init__ (line 298) | def __init__( method mode (line 322) | def mode(self) -> int: method mode (line 328) | def mode(self, mode: int, /) -> None: method ssid (line 334) | def ssid(self) -> str: method ssid (line 340) | def ssid(self, ssid: str, /) -> None: method auth (line 346) | def auth(self) -> int: method auth (line 352) | def auth(self, auth: int, /) -> None: method channel (line 358) | def channel(self) -> int: method channel (line 364) | def channel(self, channel: int, /) -> None: method antenna (line 370) | def antenna(self) -> int: method antenna (line 376) | def antenna(self, antenna: int, /) -> None: method mac (line 382) | def mac(self) -> bytes: method mac (line 388) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 393) | class AbstractNIC: method active (line 396) | def active(self, /) -> bool: method active (line 407) | def active(self, is_active: bool | int, /) -> None: method connect (line 418) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 437) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 456) | def status(self) -> Any: method status (line 474) | def status(self, param: str, /) -> Any: method ifconfig (line 492) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 506) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 520) | def config(self, param: str, /) -> Any: method config (line 539) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_26_1-mimxrt-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_26_1-mimxrt-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_26_1-mimxrt-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_1-mimxrt-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_1-mimxrt-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_26_1-mimxrt-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_1-mimxrt-stubs/socket.pyi function reset (line 115) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 116) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 117) | def getaddrinfo( function callback (line 167) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 169) | class socket: method recvfrom (line 177) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 186) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 198) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 218) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 236) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 244) | def settimeout(self, value: float | None, /) -> None: method sendall (line 279) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 291) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 298) | def setblocking(self, value: bool, /) -> None: method sendto (line 309) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 315) | def readline(self) -> bytes: method readinto (line 324) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 334) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 344) | def read(self) -> bytes: method read (line 354) | def read(self, size: int, /) -> bytes: method close (line 362) | def close(self) -> None: method connect (line 372) | def connect(self, address: _Address | bytes, /) -> None: method send (line 377) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 384) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 389) | def accept(self) -> Tuple: method write (line 397) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 407) | def __init__( FILE: publish/micropython-v1_26_1-mimxrt-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_1-mimxrt-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-mimxrt-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_1-mimxrt-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_26_1-mimxrt-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_1-mimxrt-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_26_1-mimxrt-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_26_1-mimxrt-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-unix-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_1-unix-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 26) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 27) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 28) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 30) | class LockType: method locked (line 31) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 32) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 33) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-unix-stubs/argparse.pyi function _dest_from_optnames (line 11) | def _dest_from_optnames(*args, **kwargs) -> Incomplete: ... function namedtuple (line 12) | def namedtuple(*args, **kwargs) -> Incomplete: ... class _ArgError (line 14) | class _ArgError(Exception): ... class _Arg (line 16) | class _Arg: method parse (line 17) | def parse(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class ArgumentParser (line 20) | class ArgumentParser: method parse_args (line 21) | def parse_args(self, *args, **kwargs) -> Incomplete: ... method usage (line 22) | def usage(self, *args, **kwargs) -> Incomplete: ... method parse_known_args (line 23) | def parse_known_args(self, *args, **kwargs) -> Incomplete: ... method _parse_args (line 24) | def _parse_args(self, *args, **kwargs) -> Incomplete: ... method add_argument (line 25) | def add_argument(self, *args, **kwargs) -> Incomplete: ... method _parse_args_impl (line 26) | def _parse_args_impl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-unix-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_1-unix-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_26_1-unix-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_1-unix-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_26_1-unix-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_1-unix-stubs/ffi.pyi function func (line 11) | def func(*args, **kwargs) -> Incomplete: ... function callback (line 12) | def callback(*args, **kwargs) -> Incomplete: ... function as_bytearray (line 13) | def as_bytearray(*args, **kwargs) -> Incomplete: ... function open (line 14) | def open(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_1-unix-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 90) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 101) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 108) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 114) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 123) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 132) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 139) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 155) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 165) | def blit( method hline (line 207) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 217) | def fill(self, c: int, /) -> None: method fill_rect (line 223) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__( FILE: publish/micropython-v1_26_1-unix-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_1-unix-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_26_1-unix-stubs/heapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_1-unix-stubs/machine.pyi function idle (line 52) | def idle() -> None: function soft_reset (line 67) | def soft_reset() -> NoReturn: function time_pulse_us (line 74) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... class PinBase (line 95) | class PinBase: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 98) | class Signal(Pin): method off (line 167) | def off(self) -> None: method on (line 173) | def on(self) -> None: method value (line 180) | def value(self) -> int: method value (line 200) | def value(self, x: Any, /) -> None: method __init__ (line 220) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 240) | def __init__( class ADCBlock (line 284) | class ADCBlock: method connect (line 286) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 288) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 290) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class Pin (line 311) | class Pin: method value (line 313) | def value(self) -> int: method value (line 347) | def value(self, x: Any, /) -> None: method __call__ (line 381) | def __call__(self) -> int: method __call__ (line 389) | def __call__(self, x: Any, /) -> None: method mode (line 397) | def mode(self) -> int: method mode (line 406) | def mode(self, mode: int, /) -> None: method pull (line 415) | def pull(self) -> int: method pull (line 424) | def pull(self, pull: int, /) -> None: method drive (line 433) | def drive(self, drive: int, /) -> None: method drive (line 443) | def drive(self, /) -> int: class SPI (line 451) | class SPI: method __init__ (line 453) | def __init__(self, id: int, /): method __init__ (line 466) | def __init__( method __init__ (line 492) | def __init__( method init (line 516) | def init( method init (line 551) | def init( class Timer (line 583) | class Timer: method __init__ (line 585) | def __init__(self, id: int, /): method __init__ (line 595) | def __init__( method __init__ (line 613) | def __init__( method __init__ (line 631) | def __init__( method init (line 649) | def init( method init (line 657) | def init( method init (line 665) | def init( class ADC (line 711) | class ADC: method width (line 715) | def width(self, bits: int) -> None: method read (line 740) | def read(self) -> int: method atten (line 754) | def atten(self, atten: int) -> None: function freq (line 763) | def freq() -> int: function freq (line 771) | def freq(hz: int, /) -> None: function freq (line 779) | def freq(self) -> int: function freq (line 787) | def freq( function freq (line 799) | def freq(self) -> int: function freq (line 810) | def freq( function lightsleep (line 825) | def lightsleep() -> None: function lightsleep (line 850) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 875) | def deepsleep() -> NoReturn: function deepsleep (line 900) | def deepsleep(time_ms: int, /) -> NoReturn: class I2C (line 924) | class I2C: method __init__ (line 926) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 943) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 960) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... method init (line 974) | def init(self, *, freq: int = 400_000) -> None: method init (line 988) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... class SDCard (line 1001) | class SDCard: method readblocks (line 1003) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 1013) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1023) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1034) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... class RTC (line 1048) | class RTC: method __init__ (line 1050) | def __init__(self, id: int = 0): method __init__ (line 1056) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1064) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1072) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1080) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1088) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1096) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1104) | def init(self) -> None: method init (line 1119) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1134) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1149) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1164) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1179) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1194) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1209) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1217) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1225) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1233) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1241) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1249) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1257) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class UART (line 1264) | class UART: method __init__ (line 1266) | def __init__( method __init__ (line 1288) | def __init__( method __init__ (line 1304) | def __init__( method init (line 1320) | def init( method init (line 1389) | def init( method init (line 1452) | def init( method read (line 1515) | def read(self) -> bytes | None: method read (line 1526) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1537) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1548) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: class PWM (line 1558) | class PWM: method freq (line 1560) | def freq(self) -> int: method freq (line 1571) | def freq( method duty_u16 (line 1586) | def duty_u16(self) -> int: method duty_u16 (line 1598) | def duty_u16( method duty_ns (line 1614) | def duty_ns(self) -> int: method duty_ns (line 1624) | def duty_ns( FILE: publish/micropython-v1_26_1-unix-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_1-unix-stubs/micropython.pyi function mem_total (line 24) | def mem_total(*args, **kwargs) -> Incomplete: ... function mem_info (line 26) | def mem_info() -> None: function mem_info (line 37) | def mem_info(verbose: Any, /) -> None: function mem_peak (line 47) | def mem_peak(*args, **kwargs) -> Incomplete: ... function schedule (line 48) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function opt_level (line 94) | def opt_level() -> int: function opt_level (line 114) | def opt_level(level: int, /) -> None: function qstr_info (line 134) | def qstr_info() -> None: function qstr_info (line 145) | def qstr_info(verbose: bool, /) -> None: function stack_use (line 155) | def stack_use() -> int: function heap_lock (line 163) | def heap_lock() -> int: function const (line 185) | def const(expr: Const_T, /) -> Const_T: function mem_current (line 207) | def mem_current(*args, **kwargs) -> Incomplete: ... function kbd_intr (line 208) | def kbd_intr(chr: int) -> None: function heap_unlock (line 221) | def heap_unlock() -> int: class RingIO (line 243) | class RingIO: method readinto (line 244) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 254) | def write(self, buf) -> int: method readline (line 263) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 273) | def any(self) -> int: method read (line 279) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 290) | def close(self) -> Incomplete: method __init__ (line 297) | def __init__(self, size) -> None: ... function viper (line 301) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 312) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 321) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 332) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_1-unix-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: function _install_json (line 15) | def _install_json(*args, **kwargs) -> Incomplete: function _install_package (line 18) | def _install_package(*args, **kwargs) -> Incomplete: function _rewrite_url (line 21) | def _rewrite_url(*args, **kwargs) -> Incomplete: function install (line 24) | def install(*args, **kwargs) -> Incomplete: function _download_file (line 27) | def _download_file(*args, **kwargs) -> Incomplete: function const (line 30) | def const(*args, **kwargs) -> Incomplete: function _check_exists (line 33) | def _check_exists(*args, **kwargs) -> Incomplete: function _chunk (line 36) | def _chunk(*args, **kwargs) -> Incomplete: FILE: publish/micropython-v1_26_1-unix-stubs/mip/__main__.pyi function do_install (line 10) | def do_install(*args, **kwargs) -> Incomplete: FILE: publish/micropython-v1_26_1-unix-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_26_1-unix-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_26_1-unix-stubs/requests/__init__.pyi function delete (line 10) | def delete(*args, **kwargs) -> Incomplete: function head (line 13) | def head(*args, **kwargs) -> Incomplete: function patch (line 16) | def patch(*args, **kwargs) -> Incomplete: function post (line 19) | def post(*args, **kwargs) -> Incomplete: function request (line 22) | def request(*args, **kwargs) -> Incomplete: function put (line 25) | def put(*args, **kwargs) -> Incomplete: function get (line 28) | def get(*args, **kwargs) -> Incomplete: class Response (line 32) | class Response(): method json (line 33) | def json(self, *args, **kwargs) -> Incomplete: method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_26_1-unix-stubs/select.pyi class poll (line 27) | class poll: method __init__ (line 31) | def __init__(self) -> None: ... method register (line 32) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 51) | def unregister(self, obj) -> Incomplete: method modify (line 56) | def modify(self, obj, eventmask) -> None: method poll (line 62) | def poll(self, timeout=-1, /) -> List: method ipoll (line 86) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_26_1-unix-stubs/socket.pyi function sockaddr (line 116) | def sockaddr(*args, **kwargs) -> Incomplete: ... function inet_pton (line 117) | def inet_pton(af: int, txt_addr: str, /) -> bytes: function inet_ntop (line 127) | def inet_ntop(af: int, bin_addr: bytes, /) -> str: function getaddrinfo (line 137) | def getaddrinfo( class socket (line 187) | class socket: method recv (line 195) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 207) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 227) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 246) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 255) | def fileno(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 256) | def settimeout(self, value: float | None, /) -> None: method recvfrom (line 292) | def recvfrom(self, bufsize: int, /) -> Tuple: method setsockopt (line 302) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 310) | def setblocking(self, value: bool, /) -> None: method sendto (line 322) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 329) | def readline(self) -> bytes: method readinto (line 338) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 348) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 358) | def read(self) -> bytes: method read (line 368) | def read(self, size: int, /) -> bytes: method close (line 377) | def close(self) -> None: method connect (line 388) | def connect(self, address: _Address | bytes, /) -> None: method send (line 394) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 402) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 408) | def accept(self) -> Tuple: method write (line 417) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 428) | def __init__( FILE: publish/micropython-v1_26_1-unix-stubs/termios.pyi function tcgetattr (line 23) | def tcgetattr(*args, **kwargs) -> Incomplete: ... function tcsetattr (line 24) | def tcsetattr(*args, **kwargs) -> Incomplete: ... function setraw (line 25) | def setraw(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_1-unix-stubs/time.pyi function ticks_cpu (line 53) | def ticks_cpu() -> _TicksCPU: function ticks_diff (line 68) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 134) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 161) | def time_ns() -> int: function time (line 168) | def time() -> int: function ticks_ms (line 196) | def ticks_ms() -> int: function ticks_us (line 220) | def ticks_us() -> _TicksUs: function gmtime (line 226) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 248) | def localtime(secs: int | None = None, /) -> Tuple: function clock (line 270) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 271) | def sleep_us(us: int, /) -> None: function sleep_ms (line 281) | def sleep_ms(ms: int, /) -> None: function mktime (line 292) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 300) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_1-unix-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-unix-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-unix-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_1-unix-stubs/uhashlib.pyi class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 16) | class sha256: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 21) | class md5: method digest (line 22) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 23) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-unix-stubs/uheapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_1-unix-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_1-unix-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_1-unix-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-unix-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsRom (line 67) | class VfsRom: method umount (line 68) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 69) | def mount(self, *args, **kwargs) -> Incomplete: ... method stat (line 70) | def stat(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 71) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 72) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method open (line 73) | def open(self, *args, **kwargs) -> Incomplete: ... method chdir (line 74) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 75) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 76) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 78) | class VfsFat: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 92) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 93) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 95) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 96) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 97) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 98) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 99) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 100) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 101) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 102) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 103) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class VfsLfs1 (line 105) | class VfsLfs1: method rename (line 114) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 116) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 125) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 126) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 127) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 128) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 129) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 130) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 131) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 132) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 133) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 134) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 135) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsPosix (line 138) | class VfsPosix: method rename (line 145) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 146) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 147) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 148) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 149) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 150) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 151) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 152) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 153) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 154) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 155) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 156) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 157) | def __init__(self, root: str | None = None) -> None: ... class VfsLfs2 (line 159) | class VfsLfs2: method rename (line 176) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 178) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 187) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 188) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 189) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 190) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 191) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 192) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 193) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 194) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 195) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 196) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 197) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 198) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class AbstractBlockDev (line 200) | class AbstractBlockDev: method readblocks (line 204) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 207) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 225) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 248) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 272) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 276) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_26_1-unix-stubs/websocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-windows-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_26_1-windows-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_26_1-windows-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_26_1-windows-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readinto (line 84) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 85) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 86) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 87) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 88) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 89) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_26_1-windows-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_26_1-windows-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha1 (line 71) | class sha1: method __init__ (line 73) | def __init__(self): method __init__ (line 79) | def __init__(self, data: AnyReadableBuf): method __init__ (line 85) | def __init__(self): method __init__ (line 91) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_26_1-windows-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_26_1-windows-stubs/machine.pyi function idle (line 53) | def idle() -> None: function soft_reset (line 68) | def soft_reset() -> NoReturn: function time_pulse_us (line 75) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... class PinBase (line 96) | class PinBase: method __init__ (line 97) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 99) | class Signal(Pin): method off (line 168) | def off(self) -> None: method on (line 174) | def on(self) -> None: method value (line 181) | def value(self) -> int: method value (line 201) | def value(self, x: Any, /) -> None: method __init__ (line 221) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 241) | def __init__( class ADC (line 284) | class ADC: method width (line 288) | def width(self, bits: int) -> None: method read (line 313) | def read(self) -> int: method atten (line 327) | def atten(self, atten: int) -> None: class ADCBlock (line 335) | class ADCBlock: method connect (line 337) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 339) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 341) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class I2C (line 362) | class I2C: method __init__ (line 364) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 381) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 398) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... method init (line 412) | def init(self, *, freq: int = 400_000) -> None: method init (line 426) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... class Pin (line 439) | class Pin: method value (line 441) | def value(self) -> int: method value (line 475) | def value(self, x: Any, /) -> None: method __call__ (line 509) | def __call__(self) -> int: method __call__ (line 517) | def __call__(self, x: Any, /) -> None: method mode (line 525) | def mode(self) -> int: method mode (line 534) | def mode(self, mode: int, /) -> None: method pull (line 543) | def pull(self) -> int: method pull (line 552) | def pull(self, pull: int, /) -> None: method drive (line 561) | def drive(self, drive: int, /) -> None: method drive (line 571) | def drive(self, /) -> int: class PWM (line 579) | class PWM: method freq (line 581) | def freq(self) -> int: method freq (line 592) | def freq( method duty_u16 (line 607) | def duty_u16(self) -> int: method duty_u16 (line 619) | def duty_u16( method duty_ns (line 635) | def duty_ns(self) -> int: method duty_ns (line 645) | def duty_ns( class RTC (line 658) | class RTC: method __init__ (line 660) | def __init__(self, id: int = 0): method __init__ (line 666) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 674) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 682) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 690) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 698) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 706) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 714) | def init(self) -> None: method init (line 729) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 744) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 759) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 774) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 789) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 804) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 819) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 827) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 835) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 843) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 851) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 859) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 867) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SDCard (line 874) | class SDCard: method readblocks (line 876) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 886) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 896) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 907) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... class SPI (line 921) | class SPI: method __init__ (line 923) | def __init__(self, id: int, /): method __init__ (line 936) | def __init__( method __init__ (line 962) | def __init__( method init (line 986) | def init( method init (line 1021) | def init( class Timer (line 1053) | class Timer: method __init__ (line 1055) | def __init__(self, id: int, /): method __init__ (line 1065) | def __init__( method __init__ (line 1083) | def __init__( method __init__ (line 1101) | def __init__( method init (line 1119) | def init( method init (line 1127) | def init( method init (line 1135) | def init( class UART (line 1181) | class UART: method __init__ (line 1183) | def __init__( method __init__ (line 1205) | def __init__( method __init__ (line 1221) | def __init__( method init (line 1237) | def init( method init (line 1306) | def init( method init (line 1369) | def init( method read (line 1432) | def read(self) -> bytes | None: method read (line 1443) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1454) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1465) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: function freq (line 1476) | def freq() -> int: function freq (line 1484) | def freq(hz: int, /) -> None: function freq (line 1492) | def freq(self) -> int: function freq (line 1500) | def freq( function lightsleep (line 1512) | def lightsleep() -> None: function lightsleep (line 1537) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 1562) | def deepsleep() -> NoReturn: function deepsleep (line 1587) | def deepsleep(time_ms: int, /) -> NoReturn: FILE: publish/micropython-v1_26_1-windows-stubs/math.pyi function isnan (line 32) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 38) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 44) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 50) | def trunc(x: SupportsFloat, /) -> int: function gamma (line 56) | def gamma(x: SupportsFloat, /) -> float: function frexp (line 62) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function isinf (line 71) | def isinf(x: SupportsFloat, /) -> bool: function isclose (line 77) | def isclose(*args, **kwargs) -> Incomplete: ... function isfinite (line 78) | def isfinite(x: SupportsFloat, /) -> bool: function sqrt (line 84) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 90) | def sinh(x: SupportsFloat, /) -> float: function log (line 96) | def log(x: SupportsFloat, /) -> float: function tan (line 104) | def tan(x: SupportsFloat, /) -> float: function tanh (line 110) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 116) | def log2(x: SupportsFloat, /) -> float: function log10 (line 122) | def log10(x: SupportsFloat, /) -> float: function sin (line 128) | def sin(x: SupportsFloat, /) -> float: function modf (line 134) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 141) | def radians(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function fmod (line 159) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function atanh (line 165) | def atanh(x: SupportsFloat, /) -> float: function ceil (line 171) | def ceil(x: SupportsFloat, /) -> int: function acos (line 177) | def acos(x: SupportsFloat, /) -> float: function pow (line 183) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 189) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 195) | def acosh(x: SupportsFloat, /) -> float: function asin (line 201) | def asin(x: SupportsFloat, /) -> float: function expm1 (line 207) | def expm1(x: SupportsFloat, /) -> float: function exp (line 213) | def exp(x: SupportsFloat, /) -> float: function copysign (line 219) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function fabs (line 225) | def fabs(x: SupportsFloat, /) -> float: function floor (line 231) | def floor(x: SupportsFloat, /) -> int: function cosh (line 237) | def cosh(x: SupportsFloat, /) -> float: function cos (line 243) | def cos(x: SupportsFloat, /) -> float: function erfc (line 249) | def erfc(x: SupportsFloat, /) -> float: function degrees (line 255) | def degrees(x: SupportsFloat, /) -> float: function erf (line 261) | def erf(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_26_1-windows-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_peak (line 64) | def mem_peak(*args, **kwargs) -> Incomplete: ... function mem_total (line 65) | def mem_total(*args, **kwargs) -> Incomplete: ... function schedule (line 66) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function pystack_use (line 111) | def pystack_use(*args, **kwargs) -> Incomplete: ... function qstr_info (line 113) | def qstr_info() -> None: function qstr_info (line 124) | def qstr_info(verbose: bool, /) -> None: function stack_use (line 134) | def stack_use() -> int: function heap_lock (line 142) | def heap_lock() -> int: function mem_info (line 165) | def mem_info() -> None: function mem_info (line 176) | def mem_info(verbose: Any, /) -> None: function const (line 186) | def const(expr: Const_T, /) -> Const_T: function mem_current (line 208) | def mem_current(*args, **kwargs) -> Incomplete: ... function heap_unlock (line 209) | def heap_unlock() -> int: function kbd_intr (line 231) | def kbd_intr(chr: int) -> None: function viper (line 246) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 257) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 266) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 277) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_26_1-windows-stubs/random.pyi function seed (line 43) | def seed(n: int | None = None, /) -> None: function getrandbits (line 55) | def getrandbits(n: int, /) -> int: function randrange (line 62) | def randrange(stop: int, /) -> int: function randrange (line 72) | def randrange(start: int, stop: int, /) -> int: function randrange (line 82) | def randrange(start: int, stop: int, step: int, /) -> int: FILE: publish/micropython-v1_26_1-windows-stubs/time.pyi function ticks_cpu (line 53) | def ticks_cpu() -> _TicksCPU: function ticks_diff (line 68) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 134) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 161) | def time_ns() -> int: function time (line 168) | def time() -> int: function ticks_ms (line 196) | def ticks_ms() -> int: function ticks_us (line 220) | def ticks_us() -> _TicksUs: function gmtime (line 226) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 248) | def localtime(secs: int | None = None, /) -> Tuple: function clock (line 270) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 271) | def sleep_us(us: int, /) -> None: function sleep_ms (line 281) | def sleep_ms(ms: int, /) -> None: function mktime (line 292) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 300) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_26_1-windows-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_26_1-windows-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_26_1-windows-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_1-windows-stubs/urandom.pyi function seed (line 11) | def seed(*args, **kwargs) -> Incomplete: ... function getrandbits (line 12) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_1-windows-stubs/ure.pyi function match (line 11) | def match(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_26_1-windows-stubs/vfs.pyi function mount (line 34) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 46) | def mount() -> List[tuple[Incomplete, str]]: function umount (line 57) | def umount(mount_point: Incomplete) -> Incomplete: class VfsPosix (line 67) | class VfsPosix: method rename (line 74) | def rename(self, *args, **kwargs) -> Incomplete: ... method mount (line 75) | def mount(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 76) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 77) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 78) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 79) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 80) | def remove(self, *args, **kwargs) -> Incomplete: ... method open (line 81) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 82) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 83) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 84) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, root: str | None = None) -> None: ... class AbstractBlockDev (line 87) | class AbstractBlockDev: method readblocks (line 91) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 94) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 112) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 135) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 159) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 163) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/_espnow.pyi class ESPNowBase (line 27) | class ESPNowBase: method irq (line 28) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 29) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 30) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 31) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 32) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 33) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 34) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 35) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 36) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 37) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 38) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 39) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 40) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 41) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 9) | def __aiter__(self): ... method __anext__ (line 10) | async def __anext__(self): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 64) | def gattc_write( method gatts_indicate (line 90) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 107) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 117) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 126) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 139) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 151) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 160) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 174) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 236) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 435) | def gap_advertise( method gap_connect (line 459) | def gap_connect( method gattc_discover_descriptors (line 490) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 500) | def config(self, param: str, /) -> Any: method config (line 564) | def config(self, **kwargs) -> None: method config (line 628) | def config(self, param: str, /) -> Any: method config (line 692) | def config(self, **kwargs) -> None: method active (line 756) | def active(self) -> bool: method active (line 765) | def active(self, active: bool, /) -> None: method active (line 774) | def active(self) -> bool: method active (line 783) | def active(self, active: bool, /) -> None: method gap_scan (line 790) | def gap_scan( method gattc_discover_characteristics (line 832) | def gattc_discover_characteristics( method gap_disconnect (line 853) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 867) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 884) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 894) | def __init__(self) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 75) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 76) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 77) | def flash_user_start() -> int: function flash_erase (line 83) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 90) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 99) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 107) | def flash_size() -> int: function sleep_type (line 115) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 137) | def sleep_type() -> int: function set_native_code_location (line 158) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 198) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/esp32.pyi function idf_heap_info (line 32) | def idf_heap_info(capabilities: int) -> List[Tuple]: function raw_temperature (line 70) | def raw_temperature() -> int: function wake_on_ext0 (line 76) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_touch (line 86) | def wake_on_touch(wake: bool, /) -> None: function wake_on_gpio (line 95) | def wake_on_gpio(pins, level) -> None: function wake_on_ext1 (line 106) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 116) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 125) | def gpio_deep_sleep_hold(enable) -> None: class PCNT (line 132) | class PCNT: method deinit (line 151) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 152) | def init(self, *args, **kwargs) -> Incomplete: method irq (line 216) | def irq(self, handler=None, trigger=IRQ_ZERO) -> Callable[..., Incompl... method start (line 241) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 242) | def value(self, value: Optional[Any] = None) -> Incomplete: method stop (line 252) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 253) | def __init__(self, id, *args, **kwargs) -> None: ... class NVS (line 255) | class NVS: method get_i32 (line 267) | def get_i32(self, key: str, /) -> int: method set_i32 (line 273) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 278) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 286) | def commit(self) -> None: method get_blob (line 291) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 298) | def erase_key(self, key: str, /) -> None: method __init__ (line 303) | def __init__(self, namespace: str, /) -> None: class ULP (line 310) | class ULP: method run (line 316) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 321) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 326) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 331) | def __init__(self) -> None: class Partition (line 337) | class Partition(AbstractBlockDev): method readblocks (line 369) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 379) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 389) | def ioctl(self, op: int, arg) -> None: method ioctl (line 398) | def ioctl(self, op: int) -> int: method set_boot (line 405) | def set_boot(self) -> None: method writeblocks (line 417) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 428) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 441) | def info(self) -> Tuple: method find (line 447) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 457) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 465) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 477) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 484) | class RMT: method loop_count (line 529) | def loop_count(self, n) -> None: method loop (line 540) | def loop(self, enable_loop: bool, /) -> None: method write_pulses (line 550) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 580) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 610) | def write_pulses( method source_freq (line 644) | def source_freq(cls) -> int: method wait_done (line 650) | def wait_done(self, *, timeout: int = 0) -> bool: method bitstream_channel (line 660) | def bitstream_channel(value: Optional[Any] = None) -> int: method active (line 674) | def active(self, boolean: Optional[Any] = None) -> Incomplete: method deinit (line 688) | def deinit(self) -> Incomplete: method bitstream_rmt (line 696) | def bitstream_rmt(value: Optional[Any] = None) -> Incomplete: method clock_div (line 707) | def clock_div(self) -> int: method __init__ (line 714) | def __init__( FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/espnow.pyi class ESPNow (line 91) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 103) | def peer_count(self) -> int: method recv (line 113) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 152) | def mod_peer( method irecv (line 167) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 197) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 213) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 247) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 273) | def any(self) -> bool: method add_peer (line 292) | def add_peer( method active (line 358) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 389) | def send( method send (line 441) | def send( method config (line 492) | def config(self, rxbuf: int) -> None: ... method config (line 494) | def config(self, timeout_ms: int) -> None: ... method config (line 496) | def config(self, rate: int) -> None: ... method config (line 498) | def config(self, param: str) -> int: method get_peers (line 545) | def get_peers(self) -> Tuple: method get_peer (line 551) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 568) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 584) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 615) | def __init__(self) -> None: ... method __iter__ (line 618) | def __iter__(self) -> ESPNow: ... method __next__ (line 620) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 622) | class ESPNowBase: method irq (line 623) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 624) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 625) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 626) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 627) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 628) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 629) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 630) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 631) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 632) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 633) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 634) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 635) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 636) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 637) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/machine.pyi function idle (line 58) | def idle() -> None: function lightsleep (line 74) | def lightsleep() -> None: function lightsleep (line 99) | def lightsleep(time_ms: int, /) -> None: function bitstream (line 123) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 147) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function deepsleep (line 149) | def deepsleep() -> NoReturn: function deepsleep (line 174) | def deepsleep(time_ms: int, /) -> NoReturn: function freq (line 199) | def freq() -> int: function freq (line 207) | def freq(hz: int, /) -> None: function freq (line 215) | def freq(self) -> int: function freq (line 223) | def freq( function disable_irq (line 234) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 243) | def enable_irq(state: _IRQ_STATE, /) -> None: function sleep (line 252) | def sleep() -> None: function soft_reset (line 258) | def soft_reset() -> NoReturn: function time_pulse_us (line 265) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 283) | def unique_id() -> bytes: function wake_reason (line 292) | def wake_reason() -> int: function reset_cause (line 300) | def reset_cause() -> int: function const (line 306) | def const(*args, **kwargs) -> Incomplete: ... function reset (line 307) | def reset() -> NoReturn: class Counter (line 314) | class Counter: method _configure (line 335) | def _configure(self, *args, **kwargs) -> Incomplete: ... method _overflow (line 336) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method init (line 337) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 359) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 380) | def deinit(self) -> None: class _PCNT (line 387) | class _PCNT: method deinit (line 399) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 400) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 401) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 402) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 403) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 404) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 405) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 407) | def __init__(self, id, *args, **kwargs) -> None: ... class Encoder (line 424) | class Encoder: method _overflow (line 437) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method _configure (line 438) | def _configure(self, *args, **kwargs) -> Incomplete: ... method phases (line 439) | def phases(self, *args, **kwargs) -> Incomplete: ... method init (line 440) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 466) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 474) | def deinit(self) -> None: class _PCNT (line 481) | class _PCNT: method deinit (line 493) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 494) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 495) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 496) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 497) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 498) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 501) | def __init__(self, id, *args, **kwargs) -> None: ... class I2S (line 503) | class I2S: method shift (line 583) | def shift( method init (line 595) | def init( method irq (line 611) | def irq( method readinto (line 622) | def readinto( method deinit (line 634) | def deinit(self) -> None: method write (line 639) | def write( method __init__ (line 651) | def __init__( class PWM (line 693) | class PWM: method duty_u16 (line 745) | def duty_u16(self) -> int: method duty_u16 (line 757) | def duty_u16( method init (line 771) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 779) | def freq(self) -> int: method freq (line 790) | def freq( method deinit (line 803) | def deinit(self) -> None: method duty_ns (line 810) | def duty_ns(self) -> int: method duty_ns (line 820) | def duty_ns( method duty (line 832) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 833) | def __init__( class Pin (line 858) | class Pin: method off (line 943) | def off(self) -> None: method irq (line 948) | def irq( method on (line 1001) | def on(self) -> None: method toggle (line 1006) | def toggle(self) -> Incomplete: method value (line 1015) | def value(self) -> int: method value (line 1049) | def value(self, x: Any, /) -> None: method init (line 1081) | def init( class board (line 1099) | class board: method __init__ (line 1100) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1102) | def __init__( method __call__ (line 1177) | def __call__(self) -> int: method __call__ (line 1185) | def __call__(self, x: Any, /) -> None: method mode (line 1193) | def mode(self) -> int: method mode (line 1202) | def mode(self, mode: int, /) -> None: method pull (line 1211) | def pull(self) -> int: method pull (line 1220) | def pull(self, pull: int, /) -> None: method drive (line 1229) | def drive(self, drive: int, /) -> None: method drive (line 1239) | def drive(self, /) -> int: class RTC (line 1247) | class RTC: method init (line 1266) | def init(self) -> None: method init (line 1281) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1296) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1311) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1326) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1341) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1356) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 1369) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 1385) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1401) | def __init__(self, id: int = 0): method __init__ (line 1407) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1415) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1423) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1431) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1439) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1447) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1455) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1463) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1471) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1479) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1487) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1495) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1503) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class I2C (line 1510) | class I2C: method readfrom_mem_into (line 1546) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1557) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1566) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1574) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1584) | def scan(self) -> List: method writeto (line 1591) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1600) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1615) | def start(self) -> None: method readfrom (line 1620) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1627) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1638) | def init(self, *, freq: int = 400_000) -> None: method init (line 1652) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1664) | def stop(self) -> None: method write (line 1669) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1678) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1695) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1712) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class ADC (line 1725) | class ADC: method width (line 1755) | def width(self, bits: int) -> None: method init (line 1777) | def init(self, *, sample_ns, atten=ATTN_0DB) -> Incomplete: method read_u16 (line 1784) | def read_u16(self) -> int: method read_uv (line 1791) | def read_uv(self) -> int: method deinit (line 1798) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 1801) | def read(self) -> int: method atten (line 1815) | def atten(self, atten: int) -> None: method block (line 1822) | def block(self) -> Incomplete: method __init__ (line 1831) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: class ADCBlock (line 1844) | class ADCBlock: method init (line 1853) | def init(self, *, bits: int) -> None: method connect (line 1861) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1863) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1865) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 1885) | def __init__(self, id: int, *, bits: int) -> None: ... class DAC (line 1887) | class DAC: method write (line 1902) | def write(self, value) -> Incomplete: method __init__ (line 1922) | def __init__(self, id) -> None: ... class Timer (line 1924) | class Timer: method deinit (line 1951) | def deinit(self) -> None: method init (line 1958) | def init( method init (line 1967) | def init( method init (line 1976) | def init( method value (line 2035) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2037) | def __init__(self, id: int, /): method __init__ (line 2047) | def __init__( method __init__ (line 2066) | def __init__( method __init__ (line 2085) | def __init__( class TouchPad (line 2103) | class TouchPad: method config (line 2104) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2105) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2106) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 2108) | class UART: method irq (line 2176) | def irq( method sendbreak (line 2211) | def sendbreak(self) -> None: method deinit (line 2217) | def deinit(self) -> None: method init (line 2228) | def init( method init (line 2297) | def init( method init (line 2360) | def init( method flush (line 2421) | def flush(self) -> Incomplete: method txdone (line 2435) | def txdone(self) -> bool: method read (line 2451) | def read(self) -> bytes | None: method read (line 2462) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2471) | def any(self) -> int: method write (line 2485) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2494) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2505) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2514) | def readline(self) -> Union[str, None]: method __init__ (line 2523) | def __init__( method __init__ (line 2545) | def __init__( method __init__ (line 2561) | def __init__( class WDT (line 2576) | class WDT: method feed (line 2591) | def feed(self) -> None: method __init__ (line 2598) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SDCard (line 2607) | class SDCard(AbstractBlockDev): method ioctl (line 2699) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2701) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2711) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2721) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2732) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2745) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2746) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2747) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 2749) | class SoftSPI(SPI): method deinit (line 2760) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2761) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2762) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2763) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2764) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2765) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2766) | def __init__( class SPI (line 2779) | class SPI: method deinit (line 2838) | def deinit(self) -> None: method init (line 2845) | def init( method init (line 2880) | def init( method write_readinto (line 2911) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2921) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2928) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2936) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2946) | def __init__(self, id: int, /): method __init__ (line 2959) | def __init__( method __init__ (line 2985) | def __init__( class Signal (line 3008) | class Signal(Pin): method off (line 3077) | def off(self) -> None: method on (line 3082) | def on(self) -> None: method value (line 3089) | def value(self) -> int: method value (line 3109) | def value(self, x: Any, /) -> None: method __init__ (line 3129) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3149) | def __init__( class SoftI2C (line 3179) | class SoftI2C(I2C): method readfrom_mem_into (line 3191) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 3192) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 3193) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 3194) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 3195) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 3196) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 3197) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 3198) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 3199) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3200) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 3201) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 3202) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 3203) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3204) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 66) | def __setitem__(self, i, v) -> None: method __getitem__ (line 71) | def __getitem__(self, i) -> Tuple: method fill (line 76) | def fill(self, v) -> None: method write (line 82) | def write(self) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/network.pyi function country (line 106) | def country(code: Optional[Any] = None) -> Incomplete: function hostname (line 119) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 147) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 162) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 179) | class LAN: method __init__ (line 201) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 203) | def active(self, /) -> bool: method active (line 211) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 223) | def status(self) -> Incomplete: method ifconfig (line 228) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 239) | def config(self, config_parameters) -> Incomplete: method active (line 535) | def active(self, /) -> bool: method active (line 543) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 259) | class WLAN: method ifconfig (line 319) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method ipconfig (line 329) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 330) | def isconnected(self) -> bool: method scan (line 337) | def scan(self) -> List[Tuple]: method status (line 365) | def status(self, param: Optional[Any] = None) -> List[int]: method disconnect (line 394) | def disconnect(self) -> None: method active (line 399) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 406) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 441) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 449) | def __init__(self, interface_id) -> None: ... class PPP (line 451) | class PPP: method ifconfig (line 471) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 476) | def ipconfig(self, param) -> Incomplete: method isconnected (line 481) | def isconnected(self) -> bool: method poll (line 487) | def poll(self) -> Incomplete: method status (line 494) | def status(self) -> Incomplete: method disconnect (line 499) | def disconnect(self) -> Incomplete: method active (line 504) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 505) | def config(self, config_parameters) -> Incomplete: method connect (line 514) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 531) | def __init__(self, stream) -> None: ... class LAN (line 533) | class LAN: method __init__ (line 201) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 203) | def active(self, /) -> bool: method active (line 211) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 223) | def status(self) -> Incomplete: method ifconfig (line 228) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 239) | def config(self, config_parameters) -> Incomplete: method active (line 535) | def active(self, /) -> bool: method active (line 543) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 550) | class WLANWiPy: method __init__ (line 552) | def __init__(self, id: int = 0, /): method __init__ (line 566) | def __init__( method mode (line 590) | def mode(self) -> int: method mode (line 596) | def mode(self, mode: int, /) -> None: method ssid (line 602) | def ssid(self) -> str: method ssid (line 608) | def ssid(self, ssid: str, /) -> None: method auth (line 614) | def auth(self) -> int: method auth (line 620) | def auth(self, auth: int, /) -> None: method channel (line 626) | def channel(self) -> int: method channel (line 632) | def channel(self, channel: int, /) -> None: method antenna (line 638) | def antenna(self) -> int: method antenna (line 644) | def antenna(self, antenna: int, /) -> None: method mac (line 650) | def mac(self) -> bytes: method mac (line 656) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 661) | class AbstractNIC: method active (line 664) | def active(self, /) -> bool: method active (line 675) | def active(self, is_active: bool | int, /) -> None: method connect (line 686) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 705) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 724) | def status(self) -> Any: method status (line 742) | def status(self, param: str, /) -> Any: method ifconfig (line 760) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 774) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 788) | def config(self, param: str, /) -> Any: method config (line 807) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/socket.pyi function getaddrinfo (line 115) | def getaddrinfo( class socket (line 165) | class socket: method recvfrom (line 173) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 182) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 194) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 214) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 232) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 240) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 241) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 253) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 260) | def setblocking(self, value: bool, /) -> None: method sendto (line 271) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 277) | def settimeout(self, value: float | None, /) -> None: method readline (line 312) | def readline(self) -> bytes: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 331) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 341) | def read(self) -> bytes: method read (line 351) | def read(self, size: int, /) -> bytes: method close (line 359) | def close(self) -> None: method connect (line 369) | def connect(self, address: _Address | bytes, /) -> None: method send (line 374) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 381) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 386) | def accept(self) -> Tuple: method write (line 394) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 23) | def _send_str(self, s) -> None: ... method _recv_len (line 24) | def _recv_len(self): ... method set_callback (line 25) | def set_callback(self, f) -> None: ... method set_last_will (line 26) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 27) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 28) | def disconnect(self) -> None: ... method ping (line 29) | def ping(self) -> None: ... method publish (line 30) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 31) | def subscribe(self, topic, qos: int = 0) -> None: ... method unsubscribe (line 32) | def unsubscribe(self, topic) -> None: ... method wait_msg (line 33) | def wait_msg(self): ... method check_msg (line 34) | def check_msg(self): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/_espnow.pyi class ESPNowBase (line 27) | class ESPNowBase: method irq (line 28) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 29) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 30) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 31) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 32) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 33) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 34) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 35) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 36) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 37) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 38) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 39) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 40) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 41) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 9) | def __aiter__(self): ... method __anext__ (line 10) | async def __anext__(self): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 64) | def gattc_write( method gatts_indicate (line 90) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 107) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 117) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 126) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 139) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 151) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 160) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 174) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 236) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 435) | def gap_advertise( method gap_connect (line 459) | def gap_connect( method gattc_discover_descriptors (line 490) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 500) | def config(self, param: str, /) -> Any: method config (line 564) | def config(self, **kwargs) -> None: method config (line 628) | def config(self, param: str, /) -> Any: method config (line 692) | def config(self, **kwargs) -> None: method active (line 756) | def active(self) -> bool: method active (line 765) | def active(self, active: bool, /) -> None: method active (line 774) | def active(self) -> bool: method active (line 783) | def active(self, active: bool, /) -> None: method gap_scan (line 790) | def gap_scan( method gattc_discover_characteristics (line 832) | def gattc_discover_characteristics( method gap_disconnect (line 853) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 867) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 884) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 894) | def __init__(self) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 75) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 76) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 77) | def flash_user_start() -> int: function flash_erase (line 83) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 90) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 99) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 107) | def flash_size() -> int: function sleep_type (line 115) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 137) | def sleep_type() -> int: function set_native_code_location (line 158) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 198) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/esp32.pyi function mcu_temperature (line 32) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function idf_heap_info (line 33) | def idf_heap_info(capabilities: int) -> List[Tuple]: function gpio_deep_sleep_hold (line 71) | def gpio_deep_sleep_hold(enable) -> None: function wake_on_gpio (line 78) | def wake_on_gpio(pins, level) -> None: class NVS (line 89) | class NVS: method get_i32 (line 101) | def get_i32(self, key: str, /) -> int: method set_i32 (line 107) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 112) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 120) | def commit(self) -> None: method get_blob (line 125) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 132) | def erase_key(self, key: str, /) -> None: method __init__ (line 137) | def __init__(self, namespace: str, /) -> None: class RMT (line 144) | class RMT: method loop_count (line 189) | def loop_count(self, n) -> None: method loop (line 200) | def loop(self, enable_loop: bool, /) -> None: method write_pulses (line 210) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 240) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 270) | def write_pulses( method source_freq (line 304) | def source_freq(cls) -> int: method wait_done (line 310) | def wait_done(self, *, timeout: int = 0) -> bool: method bitstream_channel (line 320) | def bitstream_channel(value: Optional[Any] = None) -> int: method active (line 334) | def active(self, boolean: Optional[Any] = None) -> Incomplete: method deinit (line 348) | def deinit(self) -> Incomplete: method bitstream_rmt (line 356) | def bitstream_rmt(value: Optional[Any] = None) -> Incomplete: method clock_div (line 367) | def clock_div(self) -> int: method __init__ (line 374) | def __init__( class Partition (line 401) | class Partition(AbstractBlockDev): method readblocks (line 433) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 443) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 453) | def ioctl(self, op: int, arg) -> None: method ioctl (line 462) | def ioctl(self, op: int) -> int: method set_boot (line 469) | def set_boot(self) -> None: method writeblocks (line 481) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 492) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 505) | def info(self) -> Tuple: method find (line 511) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 521) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 529) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 541) | def __init__(self, id: str, block_size=4096, /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/espnow.pyi class ESPNow (line 91) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 103) | def peer_count(self) -> int: method recv (line 113) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 152) | def mod_peer( method irecv (line 167) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 197) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 213) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 247) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 273) | def any(self) -> bool: method add_peer (line 292) | def add_peer( method active (line 358) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 389) | def send( method send (line 441) | def send( method config (line 492) | def config(self, rxbuf: int) -> None: ... method config (line 494) | def config(self, timeout_ms: int) -> None: ... method config (line 496) | def config(self, rate: int) -> None: ... method config (line 498) | def config(self, param: str) -> int: method get_peers (line 545) | def get_peers(self) -> Tuple: method get_peer (line 551) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 568) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 584) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 615) | def __init__(self) -> None: ... method __iter__ (line 618) | def __iter__(self) -> ESPNow: ... method __next__ (line 620) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 622) | class ESPNowBase: method irq (line 623) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 624) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 625) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 626) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 627) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 628) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 629) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 630) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 631) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 632) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 633) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 634) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 635) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 636) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 637) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/machine.pyi function disable_irq (line 58) | def disable_irq() -> _IRQ_STATE: function bootloader (line 67) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 78) | def deepsleep() -> NoReturn: function deepsleep (line 103) | def deepsleep(time_ms: int, /) -> NoReturn: function dht_readinto (line 127) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 128) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function wake_reason (line 152) | def wake_reason() -> int: function soft_reset (line 160) | def soft_reset() -> NoReturn: function sleep (line 168) | def sleep() -> None: function enable_irq (line 174) | def enable_irq(state: _IRQ_STATE, /) -> None: function time_pulse_us (line 182) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 200) | def unique_id() -> bytes: function idle (line 209) | def idle() -> None: function freq (line 225) | def freq() -> int: function freq (line 233) | def freq(hz: int, /) -> None: function freq (line 241) | def freq(self) -> int: function freq (line 249) | def freq( function reset_cause (line 260) | def reset_cause() -> int: function lightsleep (line 267) | def lightsleep() -> None: function lightsleep (line 292) | def lightsleep(time_ms: int, /) -> None: function reset (line 316) | def reset() -> NoReturn: function const (line 323) | def const(*args, **kwargs) -> Incomplete: ... class I2S (line 325) | class I2S: method shift (line 405) | def shift( method init (line 417) | def init( method irq (line 433) | def irq( method readinto (line 444) | def readinto( method deinit (line 456) | def deinit(self) -> None: method write (line 461) | def write( method __init__ (line 473) | def __init__( class PWM (line 530) | class PWM: method duty_u16 (line 582) | def duty_u16(self) -> int: method duty_u16 (line 594) | def duty_u16( method init (line 608) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 616) | def freq(self) -> int: method freq (line 627) | def freq( method deinit (line 640) | def deinit(self) -> None: method duty_ns (line 647) | def duty_ns(self) -> int: method duty_ns (line 657) | def duty_ns( method duty (line 669) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 670) | def __init__( class I2CTarget (line 695) | class I2CTarget: method deinit (line 726) | def deinit(self) -> Incomplete: method irq (line 732) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 771) | def write(self, buf) -> int: method readinto (line 778) | def readinto(self, buf) -> int: method __init__ (line 784) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class ADC (line 786) | class ADC: method width (line 816) | def width(self, bits: int) -> None: method init (line 838) | def init(self, *, sample_ns, atten=ATTN_0DB) -> Incomplete: method read_u16 (line 845) | def read_u16(self) -> int: method read_uv (line 852) | def read_uv(self) -> int: method deinit (line 859) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 862) | def read(self) -> int: method atten (line 876) | def atten(self, atten: int) -> None: method block (line 883) | def block(self) -> Incomplete: method __init__ (line 892) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: class ADCBlock (line 905) | class ADCBlock: method init (line 914) | def init(self, *, bits: int) -> None: method connect (line 922) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 924) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 926) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 946) | def __init__(self, id: int, *, bits: int) -> None: ... class I2C (line 948) | class I2C: method readfrom_mem_into (line 984) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 995) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1004) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1012) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1022) | def scan(self) -> List: method writeto (line 1029) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1038) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1053) | def start(self) -> None: method readfrom (line 1058) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1065) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1076) | def init(self, *, freq: int = 400_000) -> None: method init (line 1090) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1102) | def stop(self) -> None: method write (line 1107) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1116) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1133) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1150) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1163) | class WDT: method feed (line 1178) | def feed(self) -> None: method __init__ (line 1185) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1194) | class Timer: method deinit (line 1221) | def deinit(self) -> None: method init (line 1228) | def init( method init (line 1237) | def init( method init (line 1246) | def init( method value (line 1305) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1307) | def __init__(self, id: int, /): method __init__ (line 1317) | def __init__( method __init__ (line 1336) | def __init__( method __init__ (line 1355) | def __init__( class SoftSPI (line 1373) | class SoftSPI(SPI): method deinit (line 1384) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1385) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1386) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1387) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1388) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1389) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1390) | def __init__( class Pin (line 1403) | class Pin: method off (line 1488) | def off(self) -> None: method irq (line 1493) | def irq( method on (line 1546) | def on(self) -> None: method toggle (line 1551) | def toggle(self) -> Incomplete: method value (line 1560) | def value(self) -> int: method value (line 1594) | def value(self, x: Any, /) -> None: method init (line 1626) | def init( class board (line 1644) | class board: method __init__ (line 1645) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1647) | def __init__( method __call__ (line 1722) | def __call__(self) -> int: method __call__ (line 1730) | def __call__(self, x: Any, /) -> None: method mode (line 1738) | def mode(self) -> int: method mode (line 1747) | def mode(self, mode: int, /) -> None: method pull (line 1756) | def pull(self) -> int: method pull (line 1765) | def pull(self, pull: int, /) -> None: method drive (line 1774) | def drive(self, drive: int, /) -> None: method drive (line 1784) | def drive(self, /) -> int: class UART (line 1792) | class UART: method irq (line 1860) | def irq( method sendbreak (line 1895) | def sendbreak(self) -> None: method deinit (line 1901) | def deinit(self) -> None: method init (line 1912) | def init( method init (line 1981) | def init( method init (line 2044) | def init( method flush (line 2105) | def flush(self) -> Incomplete: method txdone (line 2119) | def txdone(self) -> bool: method read (line 2135) | def read(self) -> bytes | None: method read (line 2146) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2155) | def any(self) -> int: method write (line 2169) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2178) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2189) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2198) | def readline(self) -> Union[str, None]: method __init__ (line 2207) | def __init__( method __init__ (line 2229) | def __init__( method __init__ (line 2245) | def __init__( class SDCard (line 2260) | class SDCard(AbstractBlockDev): method ioctl (line 2352) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2354) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2364) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2374) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2385) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2398) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2399) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2400) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 2402) | class RTC: method init (line 2421) | def init(self) -> None: method init (line 2436) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2451) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2466) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2481) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2496) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2511) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 2524) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 2540) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2556) | def __init__(self, id: int = 0): method __init__ (line 2562) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2570) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2578) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2586) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2594) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2602) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 2610) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2618) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2626) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2634) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2642) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2650) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2658) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SoftI2C (line 2665) | class SoftI2C(I2C): method readfrom_mem_into (line 2677) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2678) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2679) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2680) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2681) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2682) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2683) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2684) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2685) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2686) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2687) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2688) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2689) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2690) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SPI (line 2692) | class SPI: method deinit (line 2751) | def deinit(self) -> None: method init (line 2758) | def init( method init (line 2793) | def init( method write_readinto (line 2824) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2834) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2841) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2849) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2859) | def __init__(self, id: int, /): method __init__ (line 2872) | def __init__( method __init__ (line 2898) | def __init__( class Signal (line 2921) | class Signal(Pin): method off (line 2990) | def off(self) -> None: method on (line 2995) | def on(self) -> None: method value (line 3002) | def value(self) -> int: method value (line 3022) | def value(self, x: Any, /) -> None: method __init__ (line 3042) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3062) | def __init__( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 66) | def __setitem__(self, i, v) -> None: method __getitem__ (line 71) | def __getitem__(self, i) -> Tuple: method fill (line 76) | def fill(self, v) -> None: method write (line 82) | def write(self) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/network.pyi function country (line 104) | def country(code: Optional[Any] = None) -> Incomplete: function hostname (line 117) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 145) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 160) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 177) | class LAN: method __init__ (line 199) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 201) | def active(self, /) -> bool: method active (line 209) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 215) | def isconnected(self) -> bool: method status (line 221) | def status(self) -> Incomplete: method ifconfig (line 226) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 237) | def config(self, config_parameters) -> Incomplete: method active (line 533) | def active(self, /) -> bool: method active (line 541) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 257) | class WLAN: method ifconfig (line 317) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method ipconfig (line 327) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 328) | def isconnected(self) -> bool: method scan (line 335) | def scan(self) -> List[Tuple]: method status (line 363) | def status(self, param: Optional[Any] = None) -> List[int]: method disconnect (line 392) | def disconnect(self) -> None: method active (line 397) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 404) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 439) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 447) | def __init__(self, interface_id) -> None: ... class PPP (line 449) | class PPP: method ifconfig (line 469) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 474) | def ipconfig(self, param) -> Incomplete: method isconnected (line 479) | def isconnected(self) -> bool: method poll (line 485) | def poll(self) -> Incomplete: method status (line 492) | def status(self) -> Incomplete: method disconnect (line 497) | def disconnect(self) -> Incomplete: method active (line 502) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 503) | def config(self, config_parameters) -> Incomplete: method connect (line 512) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 529) | def __init__(self, stream) -> None: ... class LAN (line 531) | class LAN: method __init__ (line 199) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 201) | def active(self, /) -> bool: method active (line 209) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 215) | def isconnected(self) -> bool: method status (line 221) | def status(self) -> Incomplete: method ifconfig (line 226) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 237) | def config(self, config_parameters) -> Incomplete: method active (line 533) | def active(self, /) -> bool: method active (line 541) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 548) | class WLANWiPy: method __init__ (line 550) | def __init__(self, id: int = 0, /): method __init__ (line 564) | def __init__( method mode (line 588) | def mode(self) -> int: method mode (line 594) | def mode(self, mode: int, /) -> None: method ssid (line 600) | def ssid(self) -> str: method ssid (line 606) | def ssid(self, ssid: str, /) -> None: method auth (line 612) | def auth(self) -> int: method auth (line 618) | def auth(self, auth: int, /) -> None: method channel (line 624) | def channel(self) -> int: method channel (line 630) | def channel(self, channel: int, /) -> None: method antenna (line 636) | def antenna(self) -> int: method antenna (line 642) | def antenna(self, antenna: int, /) -> None: method mac (line 648) | def mac(self) -> bytes: method mac (line 654) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 659) | class AbstractNIC: method active (line 662) | def active(self, /) -> bool: method active (line 673) | def active(self, is_active: bool | int, /) -> None: method connect (line 684) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 703) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 722) | def status(self) -> Any: method status (line 740) | def status(self, param: str, /) -> Any: method ifconfig (line 758) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 772) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 786) | def config(self, param: str, /) -> Any: method config (line 805) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/platform.pyi function python_compiler (line 22) | def python_compiler() -> str: function processor (line 28) | def processor() -> str: function platform (line 38) | def platform() -> str: function libc_ver (line 55) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/socket.pyi function getaddrinfo (line 115) | def getaddrinfo( class socket (line 165) | class socket: method recvfrom (line 173) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 182) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 194) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 214) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 232) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 240) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 241) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 253) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 260) | def setblocking(self, value: bool, /) -> None: method sendto (line 271) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 277) | def settimeout(self, value: float | None, /) -> None: method readline (line 312) | def readline(self) -> bytes: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 331) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 341) | def read(self) -> bytes: method read (line 351) | def read(self, size: int, /) -> bytes: method close (line 359) | def close(self) -> None: method connect (line 369) | def connect(self, address: _Address | bytes, /) -> None: method send (line 374) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 381) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 386) | def accept(self) -> Tuple: method write (line 394) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 23) | def _send_str(self, s) -> None: ... method _recv_len (line 24) | def _recv_len(self): ... method set_callback (line 25) | def set_callback(self, f) -> None: ... method set_last_will (line 26) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 27) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 28) | def disconnect(self) -> None: ... method ping (line 29) | def ping(self) -> None: ... method publish (line 30) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 31) | def subscribe(self, topic, qos: int = 0) -> None: ... method unsubscribe (line 32) | def unsubscribe(self, topic) -> None: ... method wait_msg (line 33) | def wait_msg(self): ... method check_msg (line 34) | def check_msg(self): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c3-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/_espnow.pyi class ESPNowBase (line 27) | class ESPNowBase: method irq (line 28) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 29) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 30) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 31) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 32) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 33) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 34) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 35) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 36) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 37) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 38) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 39) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 40) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 41) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 9) | def __aiter__(self): ... method __anext__ (line 10) | async def __anext__(self): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 64) | def gattc_write( method gatts_indicate (line 90) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 107) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 117) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 126) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 139) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 151) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 160) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 174) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 236) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 435) | def gap_advertise( method gap_connect (line 459) | def gap_connect( method gattc_discover_descriptors (line 490) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 500) | def config(self, param: str, /) -> Any: method config (line 564) | def config(self, **kwargs) -> None: method config (line 628) | def config(self, param: str, /) -> Any: method config (line 692) | def config(self, **kwargs) -> None: method active (line 756) | def active(self) -> bool: method active (line 765) | def active(self, active: bool, /) -> None: method active (line 774) | def active(self) -> bool: method active (line 783) | def active(self, active: bool, /) -> None: method gap_scan (line 790) | def gap_scan( method gattc_discover_characteristics (line 832) | def gattc_discover_characteristics( method gap_disconnect (line 853) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 867) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 884) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 894) | def __init__(self) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 75) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 76) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 77) | def flash_user_start() -> int: function flash_erase (line 83) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 90) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 99) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 107) | def flash_size() -> int: function sleep_type (line 115) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 137) | def sleep_type() -> int: function set_native_code_location (line 158) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 198) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/esp32.pyi function wake_on_ext1 (line 32) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_gpio (line 42) | def wake_on_gpio(pins, level) -> None: function idf_heap_info (line 53) | def idf_heap_info(capabilities: int) -> List[Tuple]: function mcu_temperature (line 91) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function wake_on_ulp (line 92) | def wake_on_ulp(wake) -> None: class RMT (line 101) | class RMT: method loop_count (line 146) | def loop_count(self, n) -> None: method loop (line 157) | def loop(self, enable_loop: bool, /) -> None: method write_pulses (line 167) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 197) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 227) | def write_pulses( method source_freq (line 261) | def source_freq(cls) -> int: method wait_done (line 267) | def wait_done(self, *, timeout: int = 0) -> bool: method bitstream_channel (line 277) | def bitstream_channel(value: Optional[Any] = None) -> int: method active (line 291) | def active(self, boolean: Optional[Any] = None) -> Incomplete: method deinit (line 305) | def deinit(self) -> Incomplete: method bitstream_rmt (line 313) | def bitstream_rmt(value: Optional[Any] = None) -> Incomplete: method clock_div (line 324) | def clock_div(self) -> int: method __init__ (line 331) | def __init__( class NVS (line 358) | class NVS: method get_i32 (line 370) | def get_i32(self, key: str, /) -> int: method set_i32 (line 376) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 381) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 389) | def commit(self) -> None: method get_blob (line 394) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 401) | def erase_key(self, key: str, /) -> None: method __init__ (line 406) | def __init__(self, namespace: str, /) -> None: class PCNT (line 413) | class PCNT: method deinit (line 432) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 433) | def init(self, *args, **kwargs) -> Incomplete: method irq (line 497) | def irq(self, handler=None, trigger=IRQ_ZERO) -> Callable[..., Incompl... method start (line 522) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 523) | def value(self, value: Optional[Any] = None) -> Incomplete: method stop (line 533) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 534) | def __init__(self, id, *args, **kwargs) -> None: ... class Partition (line 536) | class Partition(AbstractBlockDev): method readblocks (line 568) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 578) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 588) | def ioctl(self, op: int, arg) -> None: method ioctl (line 597) | def ioctl(self, op: int) -> int: method set_boot (line 604) | def set_boot(self) -> None: method writeblocks (line 616) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 627) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 640) | def info(self) -> Tuple: method find (line 646) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 656) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 664) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 676) | def __init__(self, id: str, block_size=4096, /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/espnow.pyi class ESPNow (line 91) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 103) | def peer_count(self) -> int: method recv (line 113) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 152) | def mod_peer( method irecv (line 167) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 197) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 213) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 247) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 273) | def any(self) -> bool: method add_peer (line 292) | def add_peer( method active (line 358) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 389) | def send( method send (line 441) | def send( method config (line 492) | def config(self, rxbuf: int) -> None: ... method config (line 494) | def config(self, timeout_ms: int) -> None: ... method config (line 496) | def config(self, rate: int) -> None: ... method config (line 498) | def config(self, param: str) -> int: method get_peers (line 545) | def get_peers(self) -> Tuple: method get_peer (line 551) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 568) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 584) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 615) | def __init__(self) -> None: ... method __iter__ (line 618) | def __iter__(self) -> ESPNow: ... method __next__ (line 620) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 622) | class ESPNowBase: method irq (line 623) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 624) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 625) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 626) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 627) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 628) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 629) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 630) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 631) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 632) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 633) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 634) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 635) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 636) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 637) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/machine.pyi function idle (line 58) | def idle() -> None: function lightsleep (line 74) | def lightsleep() -> None: function lightsleep (line 99) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 124) | def deepsleep() -> NoReturn: function deepsleep (line 149) | def deepsleep(time_ms: int, /) -> NoReturn: function dht_readinto (line 173) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 174) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function freq (line 199) | def freq() -> int: function freq (line 207) | def freq(hz: int, /) -> None: function freq (line 215) | def freq(self) -> int: function freq (line 223) | def freq( function disable_irq (line 234) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 243) | def enable_irq(state: _IRQ_STATE, /) -> None: function sleep (line 252) | def sleep() -> None: function soft_reset (line 258) | def soft_reset() -> NoReturn: function time_pulse_us (line 265) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 283) | def unique_id() -> bytes: function wake_reason (line 292) | def wake_reason() -> int: function reset_cause (line 300) | def reset_cause() -> int: function const (line 306) | def const(*args, **kwargs) -> Incomplete: ... function reset (line 307) | def reset() -> NoReturn: class Counter (line 314) | class Counter: method _configure (line 335) | def _configure(self, *args, **kwargs) -> Incomplete: ... method _overflow (line 336) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method init (line 337) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 359) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 380) | def deinit(self) -> None: class _PCNT (line 387) | class _PCNT: method deinit (line 399) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 400) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 401) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 402) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 403) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 404) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 405) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 407) | def __init__(self, id, *args, **kwargs) -> None: ... class Encoder (line 424) | class Encoder: method _overflow (line 437) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method _configure (line 438) | def _configure(self, *args, **kwargs) -> Incomplete: ... method phases (line 439) | def phases(self, *args, **kwargs) -> Incomplete: ... method init (line 440) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 466) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 474) | def deinit(self) -> None: class _PCNT (line 481) | class _PCNT: method deinit (line 493) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 494) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 495) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 496) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 497) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 498) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 501) | def __init__(self, id, *args, **kwargs) -> None: ... class RTC (line 503) | class RTC: method init (line 522) | def init(self) -> None: method init (line 537) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 552) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 567) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 582) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 597) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 612) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 625) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 641) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 657) | def __init__(self, id: int = 0): method __init__ (line 663) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 671) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 679) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 687) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 695) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 703) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 711) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 719) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 727) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 735) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 743) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 751) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 759) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class I2S (line 766) | class I2S: method shift (line 846) | def shift( method init (line 858) | def init( method irq (line 874) | def irq( method readinto (line 885) | def readinto( method deinit (line 897) | def deinit(self) -> None: method write (line 902) | def write( method __init__ (line 914) | def __init__( class PWM (line 956) | class PWM: method duty_u16 (line 1008) | def duty_u16(self) -> int: method duty_u16 (line 1020) | def duty_u16( method init (line 1034) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 1042) | def freq(self) -> int: method freq (line 1053) | def freq( method deinit (line 1066) | def deinit(self) -> None: method duty_ns (line 1073) | def duty_ns(self) -> int: method duty_ns (line 1083) | def duty_ns( method duty (line 1095) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1096) | def __init__( class Pin (line 1121) | class Pin: method off (line 1206) | def off(self) -> None: method irq (line 1211) | def irq( method on (line 1264) | def on(self) -> None: method toggle (line 1269) | def toggle(self) -> Incomplete: method value (line 1278) | def value(self) -> int: method value (line 1312) | def value(self, x: Any, /) -> None: method init (line 1344) | def init( class board (line 1362) | class board: method __init__ (line 1363) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1365) | def __init__( method __call__ (line 1440) | def __call__(self) -> int: method __call__ (line 1448) | def __call__(self, x: Any, /) -> None: method mode (line 1456) | def mode(self) -> int: method mode (line 1465) | def mode(self, mode: int, /) -> None: method pull (line 1474) | def pull(self) -> int: method pull (line 1483) | def pull(self, pull: int, /) -> None: method drive (line 1492) | def drive(self, drive: int, /) -> None: method drive (line 1502) | def drive(self, /) -> int: class I2CTarget (line 1510) | class I2CTarget: method deinit (line 1541) | def deinit(self) -> Incomplete: method irq (line 1547) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1586) | def write(self, buf) -> int: method readinto (line 1593) | def readinto(self, buf) -> int: method __init__ (line 1599) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class ADC (line 1601) | class ADC: method width (line 1631) | def width(self, bits: int) -> None: method init (line 1653) | def init(self, *, sample_ns, atten=ATTN_0DB) -> Incomplete: method read_u16 (line 1660) | def read_u16(self) -> int: method read_uv (line 1667) | def read_uv(self) -> int: method deinit (line 1674) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 1677) | def read(self) -> int: method atten (line 1691) | def atten(self, atten: int) -> None: method block (line 1698) | def block(self) -> Incomplete: method __init__ (line 1707) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: class ADCBlock (line 1720) | class ADCBlock: method init (line 1729) | def init(self, *, bits: int) -> None: method connect (line 1737) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1739) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1741) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 1761) | def __init__(self, id: int, *, bits: int) -> None: ... class I2C (line 1763) | class I2C: method readfrom_mem_into (line 1799) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1810) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1819) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1827) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1837) | def scan(self) -> List: method writeto (line 1844) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1853) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1868) | def start(self) -> None: method readfrom (line 1873) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1880) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1891) | def init(self, *, freq: int = 400_000) -> None: method init (line 1905) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1917) | def stop(self) -> None: method write (line 1922) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1931) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1948) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1965) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class SDCard (line 1978) | class SDCard(AbstractBlockDev): method ioctl (line 2070) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2072) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2082) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2092) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2103) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2116) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2117) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2118) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 2120) | class Timer: method deinit (line 2147) | def deinit(self) -> None: method init (line 2154) | def init( method init (line 2163) | def init( method init (line 2172) | def init( method value (line 2231) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2233) | def __init__(self, id: int, /): method __init__ (line 2243) | def __init__( method __init__ (line 2262) | def __init__( method __init__ (line 2281) | def __init__( class UART (line 2299) | class UART: method irq (line 2367) | def irq( method sendbreak (line 2402) | def sendbreak(self) -> None: method deinit (line 2408) | def deinit(self) -> None: method init (line 2419) | def init( method init (line 2488) | def init( method init (line 2551) | def init( method flush (line 2612) | def flush(self) -> Incomplete: method txdone (line 2626) | def txdone(self) -> bool: method read (line 2642) | def read(self) -> bytes | None: method read (line 2653) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2662) | def any(self) -> int: method write (line 2676) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2685) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2696) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2705) | def readline(self) -> Union[str, None]: method __init__ (line 2714) | def __init__( method __init__ (line 2736) | def __init__( method __init__ (line 2752) | def __init__( class WDT (line 2767) | class WDT: method feed (line 2782) | def feed(self) -> None: method __init__ (line 2789) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SoftSPI (line 2798) | class SoftSPI(SPI): method deinit (line 2809) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2810) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2811) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2812) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2813) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2814) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2815) | def __init__( class SPI (line 2828) | class SPI: method deinit (line 2887) | def deinit(self) -> None: method init (line 2894) | def init( method init (line 2929) | def init( method write_readinto (line 2960) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2970) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2977) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2985) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2995) | def __init__(self, id: int, /): method __init__ (line 3008) | def __init__( method __init__ (line 3034) | def __init__( class Signal (line 3057) | class Signal(Pin): method off (line 3126) | def off(self) -> None: method on (line 3131) | def on(self) -> None: method value (line 3138) | def value(self) -> int: method value (line 3158) | def value(self, x: Any, /) -> None: method __init__ (line 3178) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3198) | def __init__( class SoftI2C (line 3228) | class SoftI2C(I2C): method readfrom_mem_into (line 3240) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 3241) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 3242) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 3243) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 3244) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 3245) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 3246) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 3247) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 3248) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3249) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 3250) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 3251) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 3252) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3253) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 66) | def __setitem__(self, i, v) -> None: method __getitem__ (line 71) | def __getitem__(self, i) -> Tuple: method fill (line 76) | def fill(self, v) -> None: method write (line 82) | def write(self) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/network.pyi function country (line 104) | def country(code: Optional[Any] = None) -> Incomplete: function hostname (line 117) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 145) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 160) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 177) | class LAN: method __init__ (line 199) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 201) | def active(self, /) -> bool: method active (line 209) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 215) | def isconnected(self) -> bool: method status (line 221) | def status(self) -> Incomplete: method ifconfig (line 226) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 237) | def config(self, config_parameters) -> Incomplete: method active (line 533) | def active(self, /) -> bool: method active (line 541) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 257) | class WLAN: method ifconfig (line 317) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method ipconfig (line 327) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 328) | def isconnected(self) -> bool: method scan (line 335) | def scan(self) -> List[Tuple]: method status (line 363) | def status(self, param: Optional[Any] = None) -> List[int]: method disconnect (line 392) | def disconnect(self) -> None: method active (line 397) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 404) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 439) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 447) | def __init__(self, interface_id) -> None: ... class PPP (line 449) | class PPP: method ifconfig (line 469) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 474) | def ipconfig(self, param) -> Incomplete: method isconnected (line 479) | def isconnected(self) -> bool: method poll (line 485) | def poll(self) -> Incomplete: method status (line 492) | def status(self) -> Incomplete: method disconnect (line 497) | def disconnect(self) -> Incomplete: method active (line 502) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 503) | def config(self, config_parameters) -> Incomplete: method connect (line 512) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 529) | def __init__(self, stream) -> None: ... class LAN (line 531) | class LAN: method __init__ (line 199) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 201) | def active(self, /) -> bool: method active (line 209) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 215) | def isconnected(self) -> bool: method status (line 221) | def status(self) -> Incomplete: method ifconfig (line 226) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 237) | def config(self, config_parameters) -> Incomplete: method active (line 533) | def active(self, /) -> bool: method active (line 541) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 548) | class WLANWiPy: method __init__ (line 550) | def __init__(self, id: int = 0, /): method __init__ (line 564) | def __init__( method mode (line 588) | def mode(self) -> int: method mode (line 594) | def mode(self, mode: int, /) -> None: method ssid (line 600) | def ssid(self) -> str: method ssid (line 606) | def ssid(self, ssid: str, /) -> None: method auth (line 612) | def auth(self) -> int: method auth (line 618) | def auth(self, auth: int, /) -> None: method channel (line 624) | def channel(self) -> int: method channel (line 630) | def channel(self, channel: int, /) -> None: method antenna (line 636) | def antenna(self) -> int: method antenna (line 642) | def antenna(self, antenna: int, /) -> None: method mac (line 648) | def mac(self) -> bytes: method mac (line 654) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 659) | class AbstractNIC: method active (line 662) | def active(self, /) -> bool: method active (line 673) | def active(self, is_active: bool | int, /) -> None: method connect (line 684) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 703) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 722) | def status(self) -> Any: method status (line 740) | def status(self, param: str, /) -> Any: method ifconfig (line 758) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 772) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 786) | def config(self, param: str, /) -> Any: method config (line 805) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/platform.pyi function python_compiler (line 22) | def python_compiler() -> str: function processor (line 28) | def processor() -> str: function platform (line 38) | def platform() -> str: function libc_ver (line 55) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/socket.pyi function getaddrinfo (line 115) | def getaddrinfo( class socket (line 165) | class socket: method recvfrom (line 173) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 182) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 194) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 214) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 232) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 240) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 241) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 253) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 260) | def setblocking(self, value: bool, /) -> None: method sendto (line 271) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 277) | def settimeout(self, value: float | None, /) -> None: method readline (line 312) | def readline(self) -> bytes: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 331) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 341) | def read(self) -> bytes: method read (line 351) | def read(self, size: int, /) -> bytes: method close (line 359) | def close(self) -> None: method connect (line 369) | def connect(self, address: _Address | bytes, /) -> None: method send (line 374) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 381) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 386) | def accept(self) -> Tuple: method write (line 394) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 23) | def _send_str(self, s) -> None: ... method _recv_len (line 24) | def _recv_len(self): ... method set_callback (line 25) | def set_callback(self, f) -> None: ... method set_last_will (line 26) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 27) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 28) | def disconnect(self) -> None: ... method ping (line 29) | def ping(self) -> None: ... method publish (line 30) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 31) | def subscribe(self, topic, qos: int = 0) -> None: ... method unsubscribe (line 32) | def unsubscribe(self, topic) -> None: ... method wait_msg (line 33) | def wait_msg(self): ... method check_msg (line 34) | def check_msg(self): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_c6-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/_espnow.pyi class ESPNowBase (line 27) | class ESPNowBase: method irq (line 28) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 29) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 30) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 31) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 32) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 33) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 34) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 35) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 36) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 37) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 38) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 39) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 40) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 41) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 9) | def __aiter__(self): ... method __anext__ (line 10) | async def __anext__(self): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 75) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 76) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 77) | def flash_user_start() -> int: function flash_erase (line 83) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 90) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 99) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 107) | def flash_size() -> int: function sleep_type (line 115) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 137) | def sleep_type() -> int: function set_native_code_location (line 158) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 198) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/esp32.pyi function idf_heap_info (line 32) | def idf_heap_info(capabilities: int) -> List[Tuple]: function mcu_temperature (line 70) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function wake_on_ext0 (line 71) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_touch (line 81) | def wake_on_touch(wake: bool, /) -> None: function wake_on_gpio (line 90) | def wake_on_gpio(pins, level) -> None: function wake_on_ext1 (line 101) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 111) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 120) | def gpio_deep_sleep_hold(enable) -> None: class PCNT (line 127) | class PCNT: method deinit (line 146) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 147) | def init(self, *args, **kwargs) -> Incomplete: method irq (line 211) | def irq(self, handler=None, trigger=IRQ_ZERO) -> Callable[..., Incompl... method start (line 236) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 237) | def value(self, value: Optional[Any] = None) -> Incomplete: method stop (line 247) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 248) | def __init__(self, id, *args, **kwargs) -> None: ... class NVS (line 250) | class NVS: method get_i32 (line 262) | def get_i32(self, key: str, /) -> int: method set_i32 (line 268) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 273) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 281) | def commit(self) -> None: method get_blob (line 286) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 293) | def erase_key(self, key: str, /) -> None: method __init__ (line 298) | def __init__(self, namespace: str, /) -> None: class ULP (line 305) | class ULP: method run (line 311) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 316) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 321) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 326) | def __init__(self) -> None: class Partition (line 332) | class Partition(AbstractBlockDev): method readblocks (line 364) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 374) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 384) | def ioctl(self, op: int, arg) -> None: method ioctl (line 393) | def ioctl(self, op: int) -> int: method set_boot (line 400) | def set_boot(self) -> None: method writeblocks (line 412) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 423) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 436) | def info(self) -> Tuple: method find (line 442) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 452) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 460) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 472) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 479) | class RMT: method loop_count (line 524) | def loop_count(self, n) -> None: method loop (line 535) | def loop(self, enable_loop: bool, /) -> None: method write_pulses (line 545) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 575) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 605) | def write_pulses( method source_freq (line 639) | def source_freq(cls) -> int: method wait_done (line 645) | def wait_done(self, *, timeout: int = 0) -> bool: method bitstream_channel (line 655) | def bitstream_channel(value: Optional[Any] = None) -> int: method active (line 669) | def active(self, boolean: Optional[Any] = None) -> Incomplete: method deinit (line 683) | def deinit(self) -> Incomplete: method bitstream_rmt (line 691) | def bitstream_rmt(value: Optional[Any] = None) -> Incomplete: method clock_div (line 702) | def clock_div(self) -> int: method __init__ (line 709) | def __init__( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/espnow.pyi class ESPNow (line 91) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 103) | def peer_count(self) -> int: method recv (line 113) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 152) | def mod_peer( method irecv (line 167) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 197) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 213) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 247) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 273) | def any(self) -> bool: method add_peer (line 292) | def add_peer( method active (line 358) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 389) | def send( method send (line 441) | def send( method config (line 492) | def config(self, rxbuf: int) -> None: ... method config (line 494) | def config(self, timeout_ms: int) -> None: ... method config (line 496) | def config(self, rate: int) -> None: ... method config (line 498) | def config(self, param: str) -> int: method get_peers (line 545) | def get_peers(self) -> Tuple: method get_peer (line 551) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 568) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 584) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 615) | def __init__(self) -> None: ... method __iter__ (line 618) | def __iter__(self) -> ESPNow: ... method __next__ (line 620) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 622) | class ESPNowBase: method irq (line 623) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 624) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 625) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 626) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 627) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 628) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 629) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 630) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 631) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 632) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 633) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 634) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 635) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 636) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 637) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/machine.pyi function freq (line 59) | def freq() -> int: function freq (line 67) | def freq(hz: int, /) -> None: function freq (line 75) | def freq(self) -> int: function freq (line 83) | def freq( function idle (line 94) | def idle() -> None: function lightsleep (line 110) | def lightsleep() -> None: function lightsleep (line 135) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 160) | def deepsleep() -> NoReturn: function deepsleep (line 185) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 209) | def bootloader(value: Optional[Any] = None) -> None: function enable_irq (line 219) | def enable_irq(state: _IRQ_STATE, /) -> None: function dht_readinto (line 227) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 228) | def disable_irq() -> _IRQ_STATE: function bitstream (line 237) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function sleep (line 262) | def sleep() -> None: function soft_reset (line 268) | def soft_reset() -> NoReturn: function time_pulse_us (line 275) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 293) | def unique_id() -> bytes: function wake_reason (line 302) | def wake_reason() -> int: function reset_cause (line 310) | def reset_cause() -> int: function const (line 316) | def const(*args, **kwargs) -> Incomplete: ... function reset (line 317) | def reset() -> NoReturn: class Counter (line 324) | class Counter: method _configure (line 345) | def _configure(self, *args, **kwargs) -> Incomplete: ... method _overflow (line 346) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method init (line 347) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 369) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 390) | def deinit(self) -> None: class _PCNT (line 397) | class _PCNT: method deinit (line 409) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 410) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 411) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 412) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 413) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 414) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 415) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 417) | def __init__(self, id, *args, **kwargs) -> None: ... class Encoder (line 434) | class Encoder: method _overflow (line 447) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method _configure (line 448) | def _configure(self, *args, **kwargs) -> Incomplete: ... method phases (line 449) | def phases(self, *args, **kwargs) -> Incomplete: ... method init (line 450) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 476) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 484) | def deinit(self) -> None: class _PCNT (line 491) | class _PCNT: method deinit (line 503) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 504) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 505) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 506) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 507) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 508) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 509) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 511) | def __init__(self, id, *args, **kwargs) -> None: ... class PWM (line 513) | class PWM: method duty_u16 (line 565) | def duty_u16(self) -> int: method duty_u16 (line 577) | def duty_u16( method init (line 591) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 599) | def freq(self) -> int: method freq (line 610) | def freq( method deinit (line 623) | def deinit(self) -> None: method duty_ns (line 630) | def duty_ns(self) -> int: method duty_ns (line 640) | def duty_ns( method duty (line 652) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 653) | def __init__( class I2S (line 678) | class I2S: method shift (line 758) | def shift( method init (line 770) | def init( method irq (line 786) | def irq( method readinto (line 797) | def readinto( method deinit (line 809) | def deinit(self) -> None: method write (line 814) | def write( method __init__ (line 826) | def __init__( class Pin (line 868) | class Pin: method off (line 953) | def off(self) -> None: method irq (line 958) | def irq( method on (line 1011) | def on(self) -> None: method toggle (line 1016) | def toggle(self) -> Incomplete: method value (line 1025) | def value(self) -> int: method value (line 1059) | def value(self, x: Any, /) -> None: method init (line 1091) | def init( class board (line 1109) | class board: method __init__ (line 1110) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1112) | def __init__( method __call__ (line 1187) | def __call__(self) -> int: method __call__ (line 1195) | def __call__(self, x: Any, /) -> None: method mode (line 1203) | def mode(self) -> int: method mode (line 1212) | def mode(self, mode: int, /) -> None: method pull (line 1221) | def pull(self) -> int: method pull (line 1230) | def pull(self, pull: int, /) -> None: method drive (line 1239) | def drive(self, drive: int, /) -> None: method drive (line 1249) | def drive(self, /) -> int: class RTC (line 1257) | class RTC: method init (line 1276) | def init(self) -> None: method init (line 1291) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1306) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1321) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1336) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1351) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1366) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 1379) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 1395) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1411) | def __init__(self, id: int = 0): method __init__ (line 1417) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1425) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1433) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1441) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1449) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1457) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1465) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1473) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1481) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1489) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1497) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1505) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1513) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class ADCBlock (line 1520) | class ADCBlock: method init (line 1529) | def init(self, *, bits: int) -> None: method connect (line 1537) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1539) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1541) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 1561) | def __init__(self, id: int, *, bits: int) -> None: ... class ADC (line 1563) | class ADC: method width (line 1594) | def width(self, bits: int) -> None: method init (line 1616) | def init(self, *, sample_ns, atten=ATTN_0DB) -> Incomplete: method read_u16 (line 1623) | def read_u16(self) -> int: method read_uv (line 1630) | def read_uv(self) -> int: method deinit (line 1637) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 1640) | def read(self) -> int: method atten (line 1654) | def atten(self, atten: int) -> None: method block (line 1661) | def block(self) -> Incomplete: method __init__ (line 1670) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: class I2CTarget (line 1683) | class I2CTarget: method deinit (line 1714) | def deinit(self) -> Incomplete: method irq (line 1720) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1759) | def write(self, buf) -> int: method readinto (line 1766) | def readinto(self, buf) -> int: method __init__ (line 1772) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class DAC (line 1774) | class DAC: method write (line 1789) | def write(self, value) -> Incomplete: method __init__ (line 1809) | def __init__(self, id) -> None: ... class I2C (line 1811) | class I2C: method readfrom_mem_into (line 1847) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1858) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1867) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1875) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1885) | def scan(self) -> List: method writeto (line 1892) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1901) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1916) | def start(self) -> None: method readfrom (line 1921) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1928) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1939) | def init(self, *, freq: int = 400_000) -> None: method init (line 1953) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1965) | def stop(self) -> None: method write (line 1970) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1979) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1996) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 2013) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class UART (line 2026) | class UART: method irq (line 2094) | def irq( method sendbreak (line 2129) | def sendbreak(self) -> None: method deinit (line 2135) | def deinit(self) -> None: method init (line 2146) | def init( method init (line 2215) | def init( method init (line 2278) | def init( method flush (line 2339) | def flush(self) -> Incomplete: method txdone (line 2353) | def txdone(self) -> bool: method read (line 2369) | def read(self) -> bytes | None: method read (line 2380) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2389) | def any(self) -> int: method write (line 2403) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2412) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2423) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2432) | def readline(self) -> Union[str, None]: method __init__ (line 2441) | def __init__( method __init__ (line 2463) | def __init__( method __init__ (line 2479) | def __init__( class TouchPad (line 2494) | class TouchPad: method config (line 2495) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2496) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2497) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 2499) | class SDCard(AbstractBlockDev): method ioctl (line 2591) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2593) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2603) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2613) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2624) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2637) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2638) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2639) | def __init__(self, *argv, **kwargs) -> None: ... class USBDevice (line 2641) | class USBDevice: method submit_xfer (line 2654) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2675) | def config( method remote_wakeup (line 2782) | def remote_wakeup(self) -> bool: method stall (line 2790) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2810) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2831) | class BUILTIN_CDC: method __init__ (line 2837) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2839) | class BUILTIN_NONE: method __init__ (line 2845) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2847) | class BUILTIN_DEFAULT: method __init__ (line 2853) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2855) | def __init__(self) -> None: ... class WDT (line 2857) | class WDT: method feed (line 2872) | def feed(self) -> None: method __init__ (line 2879) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Signal (line 2888) | class Signal(Pin): method off (line 2957) | def off(self) -> None: method on (line 2962) | def on(self) -> None: method value (line 2969) | def value(self) -> int: method value (line 2989) | def value(self, x: Any, /) -> None: method __init__ (line 3009) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3029) | def __init__( class SPI (line 3059) | class SPI: method deinit (line 3118) | def deinit(self) -> None: method init (line 3125) | def init( method init (line 3160) | def init( method write_readinto (line 3191) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 3201) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 3208) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 3216) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 3226) | def __init__(self, id: int, /): method __init__ (line 3239) | def __init__( method __init__ (line 3265) | def __init__( class Timer (line 3288) | class Timer: method deinit (line 3315) | def deinit(self) -> None: method init (line 3322) | def init( method init (line 3331) | def init( method init (line 3340) | def init( method value (line 3399) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3401) | def __init__(self, id: int, /): method __init__ (line 3411) | def __init__( method __init__ (line 3430) | def __init__( method __init__ (line 3449) | def __init__( class SoftI2C (line 3467) | class SoftI2C(I2C): method readfrom_mem_into (line 3479) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 3480) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 3481) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 3482) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 3483) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 3484) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 3485) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 3486) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 3487) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3488) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 3489) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 3490) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 3491) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3492) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SoftSPI (line 3494) | class SoftSPI(SPI): method deinit (line 3505) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 3506) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 3507) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 3508) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 3509) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3510) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3511) | def __init__( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 66) | def __setitem__(self, i, v) -> None: method __getitem__ (line 71) | def __getitem__(self, i) -> Tuple: method fill (line 76) | def fill(self, v) -> None: method write (line 82) | def write(self) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/network.pyi function country (line 104) | def country(code: Optional[Any] = None) -> Incomplete: function hostname (line 117) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 145) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 160) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 177) | class LAN: method __init__ (line 199) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 201) | def active(self, /) -> bool: method active (line 209) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 215) | def isconnected(self) -> bool: method status (line 221) | def status(self) -> Incomplete: method ifconfig (line 226) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 237) | def config(self, config_parameters) -> Incomplete: method active (line 533) | def active(self, /) -> bool: method active (line 541) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 257) | class WLAN: method ifconfig (line 317) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method ipconfig (line 327) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 328) | def isconnected(self) -> bool: method scan (line 335) | def scan(self) -> List[Tuple]: method status (line 363) | def status(self, param: Optional[Any] = None) -> List[int]: method disconnect (line 392) | def disconnect(self) -> None: method active (line 397) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 404) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 439) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 447) | def __init__(self, interface_id) -> None: ... class PPP (line 449) | class PPP: method ifconfig (line 469) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 474) | def ipconfig(self, param) -> Incomplete: method isconnected (line 479) | def isconnected(self) -> bool: method poll (line 485) | def poll(self) -> Incomplete: method status (line 492) | def status(self) -> Incomplete: method disconnect (line 497) | def disconnect(self) -> Incomplete: method active (line 502) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 503) | def config(self, config_parameters) -> Incomplete: method connect (line 512) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 529) | def __init__(self, stream) -> None: ... class LAN (line 531) | class LAN: method __init__ (line 199) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 201) | def active(self, /) -> bool: method active (line 209) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 215) | def isconnected(self) -> bool: method status (line 221) | def status(self) -> Incomplete: method ifconfig (line 226) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 237) | def config(self, config_parameters) -> Incomplete: method active (line 533) | def active(self, /) -> bool: method active (line 541) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 548) | class WLANWiPy: method __init__ (line 550) | def __init__(self, id: int = 0, /): method __init__ (line 564) | def __init__( method mode (line 588) | def mode(self) -> int: method mode (line 594) | def mode(self, mode: int, /) -> None: method ssid (line 600) | def ssid(self) -> str: method ssid (line 606) | def ssid(self, ssid: str, /) -> None: method auth (line 612) | def auth(self) -> int: method auth (line 618) | def auth(self, auth: int, /) -> None: method channel (line 624) | def channel(self) -> int: method channel (line 630) | def channel(self, channel: int, /) -> None: method antenna (line 636) | def antenna(self) -> int: method antenna (line 642) | def antenna(self, antenna: int, /) -> None: method mac (line 648) | def mac(self) -> bytes: method mac (line 654) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 659) | class AbstractNIC: method active (line 662) | def active(self, /) -> bool: method active (line 673) | def active(self, is_active: bool | int, /) -> None: method connect (line 684) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 703) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 722) | def status(self) -> Any: method status (line 740) | def status(self, param: str, /) -> Any: method ifconfig (line 758) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 772) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 786) | def config(self, param: str, /) -> Any: method config (line 805) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/socket.pyi function getaddrinfo (line 115) | def getaddrinfo( class socket (line 165) | class socket: method recvfrom (line 173) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 182) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 194) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 214) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 232) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 240) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 241) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 253) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 260) | def setblocking(self, value: bool, /) -> None: method sendto (line 271) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 277) | def settimeout(self, value: float | None, /) -> None: method readline (line 312) | def readline(self) -> bytes: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 331) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 341) | def read(self) -> bytes: method read (line 351) | def read(self, size: int, /) -> bytes: method close (line 359) | def close(self) -> None: method connect (line 369) | def connect(self, address: _Address | bytes, /) -> None: method send (line 374) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 381) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 386) | def accept(self) -> Tuple: method write (line 394) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 23) | def _send_str(self, s) -> None: ... method _recv_len (line 24) | def _recv_len(self): ... method set_callback (line 25) | def set_callback(self, f) -> None: ... method set_last_will (line 26) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 27) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 28) | def disconnect(self) -> None: ... method ping (line 29) | def ping(self) -> None: ... method publish (line 30) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 31) | def subscribe(self, topic, qos: int = 0) -> None: ... method unsubscribe (line 32) | def unsubscribe(self, topic) -> None: ... method wait_msg (line 33) | def wait_msg(self): ... method check_msg (line 34) | def check_msg(self): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s2-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/_espnow.pyi class ESPNowBase (line 27) | class ESPNowBase: method irq (line 28) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 29) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 30) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 31) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 32) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 33) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 34) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 35) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 36) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 37) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 38) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 39) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 40) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 41) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 9) | def __aiter__(self): ... method __anext__ (line 10) | async def __anext__(self): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 64) | def gattc_write( method gatts_indicate (line 90) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 107) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 117) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 126) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 139) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 151) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 160) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 174) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 236) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 435) | def gap_advertise( method gap_connect (line 459) | def gap_connect( method gattc_discover_descriptors (line 490) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 500) | def config(self, param: str, /) -> Any: method config (line 564) | def config(self, **kwargs) -> None: method config (line 628) | def config(self, param: str, /) -> Any: method config (line 692) | def config(self, **kwargs) -> None: method active (line 756) | def active(self) -> bool: method active (line 765) | def active(self, active: bool, /) -> None: method active (line 774) | def active(self) -> bool: method active (line 783) | def active(self, active: bool, /) -> None: method gap_scan (line 790) | def gap_scan( method gattc_discover_characteristics (line 832) | def gattc_discover_characteristics( method gap_disconnect (line 853) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 867) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 884) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 894) | def __init__(self) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 75) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 76) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 77) | def flash_user_start() -> int: function flash_erase (line 83) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 90) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 99) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 107) | def flash_size() -> int: function sleep_type (line 115) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 137) | def sleep_type() -> int: function set_native_code_location (line 158) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 198) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/esp32.pyi function idf_heap_info (line 32) | def idf_heap_info(capabilities: int) -> List[Tuple]: function mcu_temperature (line 70) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function wake_on_ext0 (line 71) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_touch (line 81) | def wake_on_touch(wake: bool, /) -> None: function wake_on_gpio (line 90) | def wake_on_gpio(pins, level) -> None: function wake_on_ext1 (line 101) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 111) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 120) | def gpio_deep_sleep_hold(enable) -> None: class PCNT (line 127) | class PCNT: method deinit (line 146) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 147) | def init(self, *args, **kwargs) -> Incomplete: method irq (line 211) | def irq(self, handler=None, trigger=IRQ_ZERO) -> Callable[..., Incompl... method start (line 236) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 237) | def value(self, value: Optional[Any] = None) -> Incomplete: method stop (line 247) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 248) | def __init__(self, id, *args, **kwargs) -> None: ... class NVS (line 250) | class NVS: method get_i32 (line 262) | def get_i32(self, key: str, /) -> int: method set_i32 (line 268) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 273) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 281) | def commit(self) -> None: method get_blob (line 286) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 293) | def erase_key(self, key: str, /) -> None: method __init__ (line 298) | def __init__(self, namespace: str, /) -> None: class ULP (line 305) | class ULP: method run (line 311) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 316) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 321) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 326) | def __init__(self) -> None: class Partition (line 332) | class Partition(AbstractBlockDev): method readblocks (line 364) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 374) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 384) | def ioctl(self, op: int, arg) -> None: method ioctl (line 393) | def ioctl(self, op: int) -> int: method set_boot (line 400) | def set_boot(self) -> None: method writeblocks (line 412) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 423) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 436) | def info(self) -> Tuple: method find (line 442) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 452) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 460) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 472) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 479) | class RMT: method loop_count (line 524) | def loop_count(self, n) -> None: method loop (line 535) | def loop(self, enable_loop: bool, /) -> None: method write_pulses (line 545) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 575) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 605) | def write_pulses( method source_freq (line 639) | def source_freq(cls) -> int: method wait_done (line 645) | def wait_done(self, *, timeout: int = 0) -> bool: method bitstream_channel (line 655) | def bitstream_channel(value: Optional[Any] = None) -> int: method active (line 669) | def active(self, boolean: Optional[Any] = None) -> Incomplete: method deinit (line 683) | def deinit(self) -> Incomplete: method bitstream_rmt (line 691) | def bitstream_rmt(value: Optional[Any] = None) -> Incomplete: method clock_div (line 702) | def clock_div(self) -> int: method __init__ (line 709) | def __init__( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/espnow.pyi class ESPNow (line 91) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 103) | def peer_count(self) -> int: method recv (line 113) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 152) | def mod_peer( method irecv (line 167) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 197) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 213) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 247) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 273) | def any(self) -> bool: method add_peer (line 292) | def add_peer( method active (line 358) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 389) | def send( method send (line 441) | def send( method config (line 492) | def config(self, rxbuf: int) -> None: ... method config (line 494) | def config(self, timeout_ms: int) -> None: ... method config (line 496) | def config(self, rate: int) -> None: ... method config (line 498) | def config(self, param: str) -> int: method get_peers (line 545) | def get_peers(self) -> Tuple: method get_peer (line 551) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 568) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 584) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 615) | def __init__(self) -> None: ... method __iter__ (line 618) | def __iter__(self) -> ESPNow: ... method __next__ (line 620) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 622) | class ESPNowBase: method irq (line 623) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 624) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 625) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 626) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 627) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 628) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 629) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 630) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 631) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 632) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 633) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 634) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 635) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 636) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 637) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/machine.pyi function lightsleep (line 59) | def lightsleep() -> None: function lightsleep (line 84) | def lightsleep(time_ms: int, /) -> None: function idle (line 108) | def idle() -> None: function deepsleep (line 124) | def deepsleep() -> NoReturn: function deepsleep (line 149) | def deepsleep(time_ms: int, /) -> NoReturn: function freq (line 174) | def freq() -> int: function freq (line 182) | def freq(hz: int, /) -> None: function freq (line 190) | def freq(self) -> int: function freq (line 198) | def freq( function bootloader (line 209) | def bootloader(value: Optional[Any] = None) -> None: function enable_irq (line 219) | def enable_irq(state: _IRQ_STATE, /) -> None: function dht_readinto (line 227) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 228) | def disable_irq() -> _IRQ_STATE: function bitstream (line 237) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function sleep (line 262) | def sleep() -> None: function soft_reset (line 268) | def soft_reset() -> NoReturn: function time_pulse_us (line 275) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 293) | def unique_id() -> bytes: function wake_reason (line 302) | def wake_reason() -> int: function reset_cause (line 310) | def reset_cause() -> int: function const (line 316) | def const(*args, **kwargs) -> Incomplete: ... function reset (line 317) | def reset() -> NoReturn: class Counter (line 324) | class Counter: method _configure (line 345) | def _configure(self, *args, **kwargs) -> Incomplete: ... method _overflow (line 346) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method init (line 347) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 369) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 390) | def deinit(self) -> None: class _PCNT (line 397) | class _PCNT: method deinit (line 409) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 410) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 411) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 412) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 413) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 414) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 415) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 417) | def __init__(self, id, *args, **kwargs) -> None: ... class Encoder (line 434) | class Encoder: method _overflow (line 447) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method _configure (line 448) | def _configure(self, *args, **kwargs) -> Incomplete: ... method phases (line 449) | def phases(self, *args, **kwargs) -> Incomplete: ... method init (line 450) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 476) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 484) | def deinit(self) -> None: class _PCNT (line 491) | class _PCNT: method deinit (line 503) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 504) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 505) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 506) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 507) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 508) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 509) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 511) | def __init__(self, id, *args, **kwargs) -> None: ... class I2S (line 513) | class I2S: method shift (line 593) | def shift( method init (line 605) | def init( method irq (line 621) | def irq( method readinto (line 632) | def readinto( method deinit (line 644) | def deinit(self) -> None: method write (line 649) | def write( method __init__ (line 661) | def __init__( class PWM (line 703) | class PWM: method duty_u16 (line 755) | def duty_u16(self) -> int: method duty_u16 (line 767) | def duty_u16( method init (line 781) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 789) | def freq(self) -> int: method freq (line 800) | def freq( method deinit (line 813) | def deinit(self) -> None: method duty_ns (line 820) | def duty_ns(self) -> int: method duty_ns (line 830) | def duty_ns( method duty (line 842) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 843) | def __init__( class Pin (line 868) | class Pin: method off (line 953) | def off(self) -> None: method irq (line 958) | def irq( method on (line 1011) | def on(self) -> None: method toggle (line 1016) | def toggle(self) -> Incomplete: method value (line 1025) | def value(self) -> int: method value (line 1059) | def value(self, x: Any, /) -> None: method init (line 1091) | def init( class board (line 1109) | class board: method __init__ (line 1110) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1112) | def __init__( method __call__ (line 1187) | def __call__(self) -> int: method __call__ (line 1195) | def __call__(self, x: Any, /) -> None: method mode (line 1203) | def mode(self) -> int: method mode (line 1212) | def mode(self, mode: int, /) -> None: method pull (line 1221) | def pull(self) -> int: method pull (line 1230) | def pull(self, pull: int, /) -> None: method drive (line 1239) | def drive(self, drive: int, /) -> None: method drive (line 1249) | def drive(self, /) -> int: class RTC (line 1257) | class RTC: method init (line 1276) | def init(self) -> None: method init (line 1291) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1306) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1321) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1336) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1351) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1366) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 1379) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 1395) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1411) | def __init__(self, id: int = 0): method __init__ (line 1417) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1425) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1433) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1441) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1449) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1457) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1465) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1473) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1481) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1489) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1497) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1505) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1513) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SDCard (line 1520) | class SDCard(AbstractBlockDev): method ioctl (line 1612) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1614) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 1624) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1634) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1645) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 1658) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1659) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1660) | def __init__(self, *argv, **kwargs) -> None: ... class I2CTarget (line 1662) | class I2CTarget: method deinit (line 1693) | def deinit(self) -> Incomplete: method irq (line 1699) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1738) | def write(self, buf) -> int: method readinto (line 1745) | def readinto(self, buf) -> int: method __init__ (line 1751) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class ADC (line 1753) | class ADC: method width (line 1783) | def width(self, bits: int) -> None: method init (line 1805) | def init(self, *, sample_ns, atten=ATTN_0DB) -> Incomplete: method read_u16 (line 1812) | def read_u16(self) -> int: method read_uv (line 1819) | def read_uv(self) -> int: method deinit (line 1826) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 1829) | def read(self) -> int: method atten (line 1843) | def atten(self, atten: int) -> None: method block (line 1850) | def block(self) -> Incomplete: method __init__ (line 1859) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: class ADCBlock (line 1872) | class ADCBlock: method init (line 1881) | def init(self, *, bits: int) -> None: method connect (line 1889) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1891) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1893) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 1913) | def __init__(self, id: int, *, bits: int) -> None: ... class I2C (line 1915) | class I2C: method readfrom_mem_into (line 1951) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1962) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1971) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1979) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1989) | def scan(self) -> List: method writeto (line 1996) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 2005) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 2020) | def start(self) -> None: method readfrom (line 2025) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 2032) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 2043) | def init(self, *, freq: int = 400_000) -> None: method init (line 2057) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 2069) | def stop(self) -> None: method write (line 2074) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 2083) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 2100) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 2117) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class TouchPad (line 2130) | class TouchPad: method config (line 2131) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2132) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2133) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 2135) | class UART: method irq (line 2203) | def irq( method sendbreak (line 2238) | def sendbreak(self) -> None: method deinit (line 2244) | def deinit(self) -> None: method init (line 2255) | def init( method init (line 2324) | def init( method init (line 2387) | def init( method flush (line 2448) | def flush(self) -> Incomplete: method txdone (line 2462) | def txdone(self) -> bool: method read (line 2478) | def read(self) -> bytes | None: method read (line 2489) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2498) | def any(self) -> int: method write (line 2512) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2521) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2532) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2541) | def readline(self) -> Union[str, None]: method __init__ (line 2550) | def __init__( method __init__ (line 2572) | def __init__( method __init__ (line 2588) | def __init__( class USBDevice (line 2603) | class USBDevice: method submit_xfer (line 2616) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2637) | def config( method remote_wakeup (line 2744) | def remote_wakeup(self) -> bool: method stall (line 2752) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2772) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2793) | class BUILTIN_CDC: method __init__ (line 2799) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2801) | class BUILTIN_NONE: method __init__ (line 2807) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2809) | class BUILTIN_DEFAULT: method __init__ (line 2815) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2817) | def __init__(self) -> None: ... class WDT (line 2819) | class WDT: method feed (line 2834) | def feed(self) -> None: method __init__ (line 2841) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SPI (line 2850) | class SPI: method deinit (line 2909) | def deinit(self) -> None: method init (line 2916) | def init( method init (line 2951) | def init( method write_readinto (line 2982) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2992) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2999) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 3007) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 3017) | def __init__(self, id: int, /): method __init__ (line 3030) | def __init__( method __init__ (line 3056) | def __init__( class Timer (line 3079) | class Timer: method deinit (line 3106) | def deinit(self) -> None: method init (line 3113) | def init( method init (line 3122) | def init( method init (line 3131) | def init( method value (line 3190) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3192) | def __init__(self, id: int, /): method __init__ (line 3202) | def __init__( method __init__ (line 3221) | def __init__( method __init__ (line 3240) | def __init__( class Signal (line 3258) | class Signal(Pin): method off (line 3327) | def off(self) -> None: method on (line 3332) | def on(self) -> None: method value (line 3339) | def value(self) -> int: method value (line 3359) | def value(self, x: Any, /) -> None: method __init__ (line 3379) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3399) | def __init__( class SoftI2C (line 3429) | class SoftI2C(I2C): method readfrom_mem_into (line 3441) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 3442) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 3443) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 3444) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 3445) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 3446) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 3447) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 3448) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 3449) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3450) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 3451) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 3452) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 3453) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3454) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SoftSPI (line 3456) | class SoftSPI(SPI): method deinit (line 3467) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 3468) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 3469) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 3470) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 3471) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3472) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3473) | def __init__( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 66) | def __setitem__(self, i, v) -> None: method __getitem__ (line 71) | def __getitem__(self, i) -> Tuple: method fill (line 76) | def fill(self, v) -> None: method write (line 82) | def write(self) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/network.pyi function country (line 104) | def country(code: Optional[Any] = None) -> Incomplete: function hostname (line 117) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 145) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 160) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 177) | class LAN: method __init__ (line 199) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 201) | def active(self, /) -> bool: method active (line 209) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 215) | def isconnected(self) -> bool: method status (line 221) | def status(self) -> Incomplete: method ifconfig (line 226) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 237) | def config(self, config_parameters) -> Incomplete: method active (line 533) | def active(self, /) -> bool: method active (line 541) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 257) | class WLAN: method ifconfig (line 317) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method ipconfig (line 327) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 328) | def isconnected(self) -> bool: method scan (line 335) | def scan(self) -> List[Tuple]: method status (line 363) | def status(self, param: Optional[Any] = None) -> List[int]: method disconnect (line 392) | def disconnect(self) -> None: method active (line 397) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 404) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 439) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 447) | def __init__(self, interface_id) -> None: ... class PPP (line 449) | class PPP: method ifconfig (line 469) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 474) | def ipconfig(self, param) -> Incomplete: method isconnected (line 479) | def isconnected(self) -> bool: method poll (line 485) | def poll(self) -> Incomplete: method status (line 492) | def status(self) -> Incomplete: method disconnect (line 497) | def disconnect(self) -> Incomplete: method active (line 502) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 503) | def config(self, config_parameters) -> Incomplete: method connect (line 512) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 529) | def __init__(self, stream) -> None: ... class LAN (line 531) | class LAN: method __init__ (line 199) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 201) | def active(self, /) -> bool: method active (line 209) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 215) | def isconnected(self) -> bool: method status (line 221) | def status(self) -> Incomplete: method ifconfig (line 226) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 237) | def config(self, config_parameters) -> Incomplete: method active (line 533) | def active(self, /) -> bool: method active (line 541) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 548) | class WLANWiPy: method __init__ (line 550) | def __init__(self, id: int = 0, /): method __init__ (line 564) | def __init__( method mode (line 588) | def mode(self) -> int: method mode (line 594) | def mode(self, mode: int, /) -> None: method ssid (line 600) | def ssid(self) -> str: method ssid (line 606) | def ssid(self, ssid: str, /) -> None: method auth (line 612) | def auth(self) -> int: method auth (line 618) | def auth(self, auth: int, /) -> None: method channel (line 624) | def channel(self) -> int: method channel (line 630) | def channel(self, channel: int, /) -> None: method antenna (line 636) | def antenna(self) -> int: method antenna (line 642) | def antenna(self, antenna: int, /) -> None: method mac (line 648) | def mac(self) -> bytes: method mac (line 654) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 659) | class AbstractNIC: method active (line 662) | def active(self, /) -> bool: method active (line 673) | def active(self, is_active: bool | int, /) -> None: method connect (line 684) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 703) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 722) | def status(self) -> Any: method status (line 740) | def status(self, param: str, /) -> Any: method ifconfig (line 758) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 772) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 786) | def config(self, param: str, /) -> Any: method config (line 805) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/socket.pyi function getaddrinfo (line 115) | def getaddrinfo( class socket (line 165) | class socket: method recvfrom (line 173) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 182) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 194) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 214) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 232) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 240) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 241) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 253) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 260) | def setblocking(self, value: bool, /) -> None: method sendto (line 271) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 277) | def settimeout(self, value: float | None, /) -> None: method readline (line 312) | def readline(self) -> bytes: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 331) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 341) | def read(self) -> bytes: method read (line 351) | def read(self, size: int, /) -> bytes: method close (line 359) | def close(self) -> None: method connect (line 369) | def connect(self, address: _Address | bytes, /) -> None: method send (line 374) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 381) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 386) | def accept(self) -> Tuple: method write (line 394) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 23) | def _send_str(self, s) -> None: ... method _recv_len (line 24) | def _recv_len(self): ... method set_callback (line 25) | def set_callback(self, f) -> None: ... method set_last_will (line 26) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 27) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 28) | def disconnect(self) -> None: ... method ping (line 29) | def ping(self) -> None: ... method publish (line 30) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 31) | def subscribe(self, topic, qos: int = 0) -> None: ... method unsubscribe (line 32) | def unsubscribe(self, topic) -> None: ... method wait_msg (line 33) | def wait_msg(self): ... method check_msg (line 34) | def check_msg(self): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_27_0-esp32-esp32_generic_s3-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-esp32-stubs/_espnow.pyi class ESPNowBase (line 27) | class ESPNowBase: method irq (line 28) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 29) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 30) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 31) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 32) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 33) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 34) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 35) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 36) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 37) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 38) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 39) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 40) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 41) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-esp32-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-stubs/aioespnow.pyi class AIOESPNow (line 5) | class AIOESPNow(espnow.ESPNow): method arecv (line 6) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 7) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 8) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 9) | def __aiter__(self): ... method __anext__ (line 10) | async def __anext__(self): ... FILE: publish/micropython-v1_27_0-esp32-stubs/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: publish/micropython-v1_27_0-esp32-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-esp32-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 64) | def gattc_write( method gatts_indicate (line 90) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 107) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 117) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 126) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 139) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 151) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 160) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 174) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 236) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 435) | def gap_advertise( method gap_connect (line 459) | def gap_connect( method gattc_discover_descriptors (line 490) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 500) | def config(self, param: str, /) -> Any: method config (line 564) | def config(self, **kwargs) -> None: method config (line 628) | def config(self, param: str, /) -> Any: method config (line 692) | def config(self, **kwargs) -> None: method active (line 756) | def active(self) -> bool: method active (line 765) | def active(self, active: bool, /) -> None: method active (line 774) | def active(self) -> bool: method active (line 783) | def active(self, active: bool, /) -> None: method gap_scan (line 790) | def gap_scan( method gattc_discover_characteristics (line 832) | def gattc_discover_characteristics( method gap_disconnect (line 853) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 867) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 884) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 894) | def __init__(self) -> None: FILE: publish/micropython-v1_27_0-esp32-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_27_0-esp32-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_27_0-esp32-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_27_0-esp32-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-esp32-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-esp32-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_27_0-esp32-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 75) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 76) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 77) | def flash_user_start() -> int: function flash_erase (line 83) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 90) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 99) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 107) | def flash_size() -> int: function sleep_type (line 115) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 137) | def sleep_type() -> int: function set_native_code_location (line 158) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 198) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_27_0-esp32-stubs/esp32.pyi function idf_heap_info (line 32) | def idf_heap_info(capabilities: int) -> List[Tuple]: function raw_temperature (line 70) | def raw_temperature() -> int: function wake_on_ext0 (line 76) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_touch (line 86) | def wake_on_touch(wake: bool, /) -> None: function wake_on_gpio (line 95) | def wake_on_gpio(pins, level) -> None: function wake_on_ext1 (line 106) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 116) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 125) | def gpio_deep_sleep_hold(enable) -> None: class PCNT (line 132) | class PCNT: method deinit (line 151) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 152) | def init(self, *args, **kwargs) -> Incomplete: method irq (line 216) | def irq(self, handler=None, trigger=IRQ_ZERO) -> Callable[..., Incompl... method start (line 241) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 242) | def value(self, value: Optional[Any] = None) -> Incomplete: method stop (line 252) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 253) | def __init__(self, id, *args, **kwargs) -> None: ... class NVS (line 255) | class NVS: method get_i32 (line 267) | def get_i32(self, key: str, /) -> int: method set_i32 (line 273) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 278) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 286) | def commit(self) -> None: method get_blob (line 291) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 298) | def erase_key(self, key: str, /) -> None: method __init__ (line 303) | def __init__(self, namespace: str, /) -> None: class ULP (line 310) | class ULP: method run (line 316) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 321) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 326) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 331) | def __init__(self) -> None: class Partition (line 337) | class Partition(AbstractBlockDev): method readblocks (line 369) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 379) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 389) | def ioctl(self, op: int, arg) -> None: method ioctl (line 398) | def ioctl(self, op: int) -> int: method set_boot (line 405) | def set_boot(self) -> None: method writeblocks (line 417) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 428) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 441) | def info(self) -> Tuple: method find (line 447) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 457) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 465) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 477) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 484) | class RMT: method loop_count (line 529) | def loop_count(self, n) -> None: method loop (line 540) | def loop(self, enable_loop: bool, /) -> None: method write_pulses (line 550) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 580) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 610) | def write_pulses( method source_freq (line 644) | def source_freq(cls) -> int: method wait_done (line 650) | def wait_done(self, *, timeout: int = 0) -> bool: method bitstream_channel (line 660) | def bitstream_channel(value: Optional[Any] = None) -> int: method active (line 674) | def active(self, boolean: Optional[Any] = None) -> Incomplete: method deinit (line 688) | def deinit(self) -> Incomplete: method bitstream_rmt (line 696) | def bitstream_rmt(value: Optional[Any] = None) -> Incomplete: method clock_div (line 707) | def clock_div(self) -> int: method __init__ (line 714) | def __init__( FILE: publish/micropython-v1_27_0-esp32-stubs/espnow.pyi class ESPNow (line 91) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 103) | def peer_count(self) -> int: method recv (line 113) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 152) | def mod_peer( method irecv (line 167) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 197) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 213) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 247) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 273) | def any(self) -> bool: method add_peer (line 292) | def add_peer( method active (line 358) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 389) | def send( method send (line 441) | def send( method config (line 492) | def config(self, rxbuf: int) -> None: ... method config (line 494) | def config(self, timeout_ms: int) -> None: ... method config (line 496) | def config(self, rate: int) -> None: ... method config (line 498) | def config(self, param: str) -> int: method get_peers (line 545) | def get_peers(self) -> Tuple: method get_peer (line 551) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 568) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 584) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 615) | def __init__(self) -> None: ... method __iter__ (line 618) | def __iter__(self) -> ESPNow: ... method __next__ (line 620) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 622) | class ESPNowBase: method irq (line 623) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 624) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 625) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 626) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 627) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 628) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 629) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 630) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 631) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 632) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 633) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 634) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 635) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 636) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 637) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-esp32-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0-esp32-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_27_0-esp32-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-esp32-stubs/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: publish/micropython-v1_27_0-esp32-stubs/machine.pyi function idle (line 58) | def idle() -> None: function lightsleep (line 74) | def lightsleep() -> None: function lightsleep (line 99) | def lightsleep(time_ms: int, /) -> None: function bitstream (line 123) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 147) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function deepsleep (line 149) | def deepsleep() -> NoReturn: function deepsleep (line 174) | def deepsleep(time_ms: int, /) -> NoReturn: function freq (line 199) | def freq() -> int: function freq (line 207) | def freq(hz: int, /) -> None: function freq (line 215) | def freq(self) -> int: function freq (line 223) | def freq( function disable_irq (line 234) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 243) | def enable_irq(state: _IRQ_STATE, /) -> None: function sleep (line 252) | def sleep() -> None: function soft_reset (line 258) | def soft_reset() -> NoReturn: function time_pulse_us (line 265) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 283) | def unique_id() -> bytes: function wake_reason (line 292) | def wake_reason() -> int: function reset_cause (line 300) | def reset_cause() -> int: function const (line 306) | def const(*args, **kwargs) -> Incomplete: ... function reset (line 307) | def reset() -> NoReturn: class Counter (line 314) | class Counter: method _configure (line 335) | def _configure(self, *args, **kwargs) -> Incomplete: ... method _overflow (line 336) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method init (line 337) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 359) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 380) | def deinit(self) -> None: class _PCNT (line 387) | class _PCNT: method deinit (line 399) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 400) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 401) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 402) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 403) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 404) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 405) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 407) | def __init__(self, id, *args, **kwargs) -> None: ... class Encoder (line 424) | class Encoder: method _overflow (line 437) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method _configure (line 438) | def _configure(self, *args, **kwargs) -> Incomplete: ... method phases (line 439) | def phases(self, *args, **kwargs) -> Incomplete: ... method init (line 440) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 466) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 474) | def deinit(self) -> None: class _PCNT (line 481) | class _PCNT: method deinit (line 493) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 494) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 495) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 496) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 497) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 498) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 501) | def __init__(self, id, *args, **kwargs) -> None: ... class I2S (line 503) | class I2S: method shift (line 583) | def shift( method init (line 595) | def init( method irq (line 611) | def irq( method readinto (line 622) | def readinto( method deinit (line 634) | def deinit(self) -> None: method write (line 639) | def write( method __init__ (line 651) | def __init__( class PWM (line 693) | class PWM: method duty_u16 (line 745) | def duty_u16(self) -> int: method duty_u16 (line 757) | def duty_u16( method init (line 771) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 779) | def freq(self) -> int: method freq (line 790) | def freq( method deinit (line 803) | def deinit(self) -> None: method duty_ns (line 810) | def duty_ns(self) -> int: method duty_ns (line 820) | def duty_ns( method duty (line 832) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 833) | def __init__( class Pin (line 858) | class Pin: method off (line 943) | def off(self) -> None: method irq (line 948) | def irq( method on (line 1001) | def on(self) -> None: method toggle (line 1006) | def toggle(self) -> Incomplete: method value (line 1015) | def value(self) -> int: method value (line 1049) | def value(self, x: Any, /) -> None: method init (line 1081) | def init( class board (line 1099) | class board: method __init__ (line 1100) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1102) | def __init__( method __call__ (line 1177) | def __call__(self) -> int: method __call__ (line 1185) | def __call__(self, x: Any, /) -> None: method mode (line 1193) | def mode(self) -> int: method mode (line 1202) | def mode(self, mode: int, /) -> None: method pull (line 1211) | def pull(self) -> int: method pull (line 1220) | def pull(self, pull: int, /) -> None: method drive (line 1229) | def drive(self, drive: int, /) -> None: method drive (line 1239) | def drive(self, /) -> int: class RTC (line 1247) | class RTC: method init (line 1266) | def init(self) -> None: method init (line 1281) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1296) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1311) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1326) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1341) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1356) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 1369) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 1385) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1401) | def __init__(self, id: int = 0): method __init__ (line 1407) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1415) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1423) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1431) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1439) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1447) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1455) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1463) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1471) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1479) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1487) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1495) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1503) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class I2C (line 1510) | class I2C: method readfrom_mem_into (line 1546) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1557) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1566) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1574) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1584) | def scan(self) -> List: method writeto (line 1591) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1600) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1615) | def start(self) -> None: method readfrom (line 1620) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1627) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1638) | def init(self, *, freq: int = 400_000) -> None: method init (line 1652) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1664) | def stop(self) -> None: method write (line 1669) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1678) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1695) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1712) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class ADC (line 1725) | class ADC: method width (line 1755) | def width(self, bits: int) -> None: method init (line 1777) | def init(self, *, sample_ns, atten=ATTN_0DB) -> Incomplete: method read_u16 (line 1784) | def read_u16(self) -> int: method read_uv (line 1791) | def read_uv(self) -> int: method deinit (line 1798) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 1801) | def read(self) -> int: method atten (line 1815) | def atten(self, atten: int) -> None: method block (line 1822) | def block(self) -> Incomplete: method __init__ (line 1831) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: class ADCBlock (line 1844) | class ADCBlock: method init (line 1853) | def init(self, *, bits: int) -> None: method connect (line 1861) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1863) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1865) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 1885) | def __init__(self, id: int, *, bits: int) -> None: ... class DAC (line 1887) | class DAC: method write (line 1902) | def write(self, value) -> Incomplete: method __init__ (line 1922) | def __init__(self, id) -> None: ... class Timer (line 1924) | class Timer: method deinit (line 1951) | def deinit(self) -> None: method init (line 1958) | def init( method init (line 1967) | def init( method init (line 1976) | def init( method value (line 2035) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2037) | def __init__(self, id: int, /): method __init__ (line 2047) | def __init__( method __init__ (line 2066) | def __init__( method __init__ (line 2085) | def __init__( class TouchPad (line 2103) | class TouchPad: method config (line 2104) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2105) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2106) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 2108) | class UART: method irq (line 2176) | def irq( method sendbreak (line 2211) | def sendbreak(self) -> None: method deinit (line 2217) | def deinit(self) -> None: method init (line 2228) | def init( method init (line 2297) | def init( method init (line 2360) | def init( method flush (line 2421) | def flush(self) -> Incomplete: method txdone (line 2435) | def txdone(self) -> bool: method read (line 2451) | def read(self) -> bytes | None: method read (line 2462) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2471) | def any(self) -> int: method write (line 2485) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2494) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2505) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2514) | def readline(self) -> Union[str, None]: method __init__ (line 2523) | def __init__( method __init__ (line 2545) | def __init__( method __init__ (line 2561) | def __init__( class WDT (line 2576) | class WDT: method feed (line 2591) | def feed(self) -> None: method __init__ (line 2598) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SDCard (line 2607) | class SDCard(AbstractBlockDev): method ioctl (line 2699) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2701) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2711) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2721) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2732) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2745) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2746) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2747) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 2749) | class SoftSPI(SPI): method deinit (line 2760) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2761) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2762) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2763) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2764) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2765) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2766) | def __init__( class SPI (line 2779) | class SPI: method deinit (line 2838) | def deinit(self) -> None: method init (line 2845) | def init( method init (line 2880) | def init( method write_readinto (line 2911) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2921) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2928) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2936) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2946) | def __init__(self, id: int, /): method __init__ (line 2959) | def __init__( method __init__ (line 2985) | def __init__( class Signal (line 3008) | class Signal(Pin): method off (line 3077) | def off(self) -> None: method on (line 3082) | def on(self) -> None: method value (line 3089) | def value(self) -> int: method value (line 3109) | def value(self, x: Any, /) -> None: method __init__ (line 3129) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3149) | def __init__( class SoftI2C (line 3179) | class SoftI2C(I2C): method readfrom_mem_into (line 3191) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 3192) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 3193) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 3194) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 3195) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 3196) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 3197) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 3198) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 3199) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3200) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 3201) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 3202) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 3203) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3204) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... FILE: publish/micropython-v1_27_0-esp32-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-esp32-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-esp32-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_27_0-esp32-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 66) | def __setitem__(self, i, v) -> None: method __getitem__ (line 71) | def __getitem__(self, i) -> Tuple: method fill (line 76) | def fill(self, v) -> None: method write (line 82) | def write(self) -> None: FILE: publish/micropython-v1_27_0-esp32-stubs/network.pyi function country (line 106) | def country(code: Optional[Any] = None) -> Incomplete: function hostname (line 119) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 147) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 162) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 179) | class LAN: method __init__ (line 201) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 203) | def active(self, /) -> bool: method active (line 211) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 223) | def status(self) -> Incomplete: method ifconfig (line 228) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 239) | def config(self, config_parameters) -> Incomplete: method active (line 535) | def active(self, /) -> bool: method active (line 543) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 259) | class WLAN: method ifconfig (line 319) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method ipconfig (line 329) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 330) | def isconnected(self) -> bool: method scan (line 337) | def scan(self) -> List[Tuple]: method status (line 365) | def status(self, param: Optional[Any] = None) -> List[int]: method disconnect (line 394) | def disconnect(self) -> None: method active (line 399) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 406) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 441) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 449) | def __init__(self, interface_id) -> None: ... class PPP (line 451) | class PPP: method ifconfig (line 471) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 476) | def ipconfig(self, param) -> Incomplete: method isconnected (line 481) | def isconnected(self) -> bool: method poll (line 487) | def poll(self) -> Incomplete: method status (line 494) | def status(self) -> Incomplete: method disconnect (line 499) | def disconnect(self) -> Incomplete: method active (line 504) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 505) | def config(self, config_parameters) -> Incomplete: method connect (line 514) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 531) | def __init__(self, stream) -> None: ... class LAN (line 533) | class LAN: method __init__ (line 201) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 203) | def active(self, /) -> bool: method active (line 211) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 223) | def status(self) -> Incomplete: method ifconfig (line 228) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 239) | def config(self, config_parameters) -> Incomplete: method active (line 535) | def active(self, /) -> bool: method active (line 543) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 550) | class WLANWiPy: method __init__ (line 552) | def __init__(self, id: int = 0, /): method __init__ (line 566) | def __init__( method mode (line 590) | def mode(self) -> int: method mode (line 596) | def mode(self, mode: int, /) -> None: method ssid (line 602) | def ssid(self) -> str: method ssid (line 608) | def ssid(self, ssid: str, /) -> None: method auth (line 614) | def auth(self) -> int: method auth (line 620) | def auth(self, auth: int, /) -> None: method channel (line 626) | def channel(self) -> int: method channel (line 632) | def channel(self, channel: int, /) -> None: method antenna (line 638) | def antenna(self) -> int: method antenna (line 644) | def antenna(self, antenna: int, /) -> None: method mac (line 650) | def mac(self) -> bytes: method mac (line 656) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 661) | class AbstractNIC: method active (line 664) | def active(self, /) -> bool: method active (line 675) | def active(self, is_active: bool | int, /) -> None: method connect (line 686) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 705) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 724) | def status(self) -> Any: method status (line 742) | def status(self, param: str, /) -> Any: method ifconfig (line 760) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 774) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 788) | def config(self, param: str, /) -> Any: method config (line 807) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_27_0-esp32-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_27_0-esp32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-esp32-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-esp32-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_27_0-esp32-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_27_0-esp32-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-esp32-stubs/socket.pyi function getaddrinfo (line 115) | def getaddrinfo( class socket (line 165) | class socket: method recvfrom (line 173) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 182) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 194) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 214) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 232) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 240) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 241) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 253) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 260) | def setblocking(self, value: bool, /) -> None: method sendto (line 271) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 277) | def settimeout(self, value: float | None, /) -> None: method readline (line 312) | def readline(self) -> bytes: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 331) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 341) | def read(self) -> bytes: method read (line 351) | def read(self, size: int, /) -> bytes: method close (line 359) | def close(self) -> None: method connect (line 369) | def connect(self, address: _Address | bytes, /) -> None: method send (line 374) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 381) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 386) | def accept(self) -> Tuple: method write (line 394) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_27_0-esp32-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-esp32-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp32-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0-esp32-stubs/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient(simple.MQTTClient): method delay (line 6) | def delay(self, i) -> None: ... method log (line 7) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 8) | def reconnect(self): ... method publish (line 9) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 10) | def wait_msg(self): ... method check_msg (line 11) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_27_0-esp32-stubs/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 23) | def _send_str(self, s) -> None: ... method _recv_len (line 24) | def _recv_len(self): ... method set_callback (line 25) | def set_callback(self, f) -> None: ... method set_last_will (line 26) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 27) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 28) | def disconnect(self) -> None: ... method ping (line 29) | def ping(self) -> None: ... method publish (line 30) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 31) | def subscribe(self, topic, qos: int = 0) -> None: ... method unsubscribe (line 32) | def unsubscribe(self, topic) -> None: ... method wait_msg (line 33) | def wait_msg(self): ... method check_msg (line 34) | def check_msg(self): ... FILE: publish/micropython-v1_27_0-esp32-stubs/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self) -> str: ... method __call__ (line 6) | def __call__(self, path: str = ".") -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self) -> str: ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self) -> str: ... method __call__ (line 14) | def __call__(self): ... function head (line 16) | def head(f, n: int = 10) -> None: ... function cat (line 17) | def cat(f) -> None: ... function cp (line 18) | def cp(s, t) -> None: ... function newfile (line 19) | def newfile(path) -> None: ... function rm (line 20) | def rm(d, recursive: bool = False) -> None: ... class Man (line 22) | class Man: method __repr__ (line 23) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_27_0-esp32-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_27_0-esp32-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0-esp32-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_27_0-esp32-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_27_0-esp32-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method del_peer (line 18) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 19) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 20) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 22) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 23) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 24) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = 4) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/binascii.pyi function unhexlify (line 22) | def unhexlify(data: str | bytes, /) -> bytes: function hexlify (line 29) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/esp.pyi function flash_user_start (line 26) | def flash_user_start() -> int: function freemem (line 32) | def freemem(*args, **kwargs) -> Incomplete: ... function free (line 33) | def free(*args, **kwargs) -> Incomplete: ... function flash_write (line 34) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function malloc (line 40) | def malloc(*args, **kwargs) -> Incomplete: ... function set_native_code_location (line 42) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 82) | def set_native_code_location(start: int, length: int, /) -> None: function osdebug (line 121) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function meminfo (line 161) | def meminfo(*args, **kwargs) -> Incomplete: ... function sleep_type (line 165) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 187) | def sleep_type() -> int: function flash_size (line 207) | def flash_size() -> int: function deepsleep (line 213) | def deepsleep(time_us: int = 0, /) -> None: function check_fw (line 226) | def check_fw(*args, **kwargs) -> Incomplete: ... function apa102_write (line 227) | def apa102_write(*args, **kwargs) -> Incomplete: ... function esf_free_bufs (line 228) | def esf_free_bufs(*args, **kwargs) -> Incomplete: ... function flash_read (line 230) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 239) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_id (line 247) | def flash_id() -> int: function flash_erase (line 255) | def flash_erase(sector_no: int, /) -> None: FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/espnow.pyi function poll (line 92) | def poll(*args, **kwargs) -> Incomplete: ... class ESPNow (line 94) | class ESPNow(ESPNowBase, Iterator): method irecv (line 106) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method recv (line 136) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method recvinto (line 175) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 209) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method send (line 237) | def send( method send (line 289) | def send( method del_peer (line 338) | def del_peer(self, mac: _MACAddress) -> None: method any (line 354) | def any(self) -> bool: method config (line 375) | def config(self, rxbuf: int) -> None: ... method config (line 377) | def config(self, timeout_ms: int) -> None: ... method config (line 379) | def config(self, rate: int) -> None: ... method config (line 381) | def config(self, param: str) -> int: method active (line 428) | def active(self, flag: Optional[Any] = None) -> Incomplete: method add_peer (line 457) | def add_peer( method __init__ (line 523) | def __init__(self) -> None: ... method __iter__ (line 526) | def __iter__(self) -> ESPNow: ... method __next__ (line 528) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 530) | class ESPNowBase: method del_peer (line 531) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 532) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 533) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 534) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 535) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 536) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 537) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 538) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf, off: int = 0) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf, off=None) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha1 (line 71) | class sha1(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/lwip.pyi function reset (line 27) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 28) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 29) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 30) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 32) | class socket: method recvfrom (line 33) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 34) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 35) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 36) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 38) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 39) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 40) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 41) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 43) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 44) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 46) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 47) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 48) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 49) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 50) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/machine.pyi function enable_irq (line 53) | def enable_irq(state: _IRQ_STATE, /) -> None: function freq (line 62) | def freq() -> int: function freq (line 70) | def freq(hz: int, /) -> None: function freq (line 78) | def freq(self) -> int: function freq (line 86) | def freq( function unique_id (line 97) | def unique_id() -> bytes: function deepsleep (line 107) | def deepsleep() -> NoReturn: function deepsleep (line 132) | def deepsleep(time_ms: int, /) -> NoReturn: function disable_irq (line 156) | def disable_irq() -> _IRQ_STATE: function dht_readinto (line 165) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 166) | def soft_reset() -> NoReturn: function sleep (line 174) | def sleep() -> None: function time_pulse_us (line 180) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function idle (line 198) | def idle() -> None: function lightsleep (line 214) | def lightsleep() -> None: function lightsleep (line 239) | def lightsleep(time_ms: int, /) -> None: function reset_cause (line 263) | def reset_cause() -> int: function reset (line 269) | def reset() -> NoReturn: function bitstream (line 276) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 300) | class RTC: method datetime (line 318) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method irq (line 333) | def irq( method memory (line 350) | def memory(self, data: Any | None = None) -> bytes: method alarm_left (line 366) | def alarm_left(self, alarm_id: int = 0, /) -> int: method alarm (line 373) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 381) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 389) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 397) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 405) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 413) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 421) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method __init__ (line 428) | def __init__(self, id: int = 0): method __init__ (line 434) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 442) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 450) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 458) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 466) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 474) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 482) | def init(self) -> None: method init (line 497) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 512) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 527) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 542) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 557) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 572) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... class Pin (line 586) | class Pin: method off (line 649) | def off(self) -> None: method toggle (line 654) | def toggle(self) -> Incomplete: method on (line 661) | def on(self) -> None: method value (line 668) | def value(self) -> int: method value (line 702) | def value(self, x: Any, /) -> None: method irq (line 734) | def irq( method init (line 787) | def init( method __init__ (line 804) | def __init__( method __call__ (line 879) | def __call__(self) -> int: method __call__ (line 887) | def __call__(self, x: Any, /) -> None: method mode (line 895) | def mode(self) -> int: method mode (line 904) | def mode(self, mode: int, /) -> None: method pull (line 913) | def pull(self) -> int: method pull (line 922) | def pull(self, pull: int, /) -> None: method drive (line 931) | def drive(self, drive: int, /) -> None: method drive (line 941) | def drive(self, /) -> int: class ADC (line 962) | class ADC: method read_u16 (line 988) | def read_u16(self) -> int: method read (line 998) | def read(self) -> int: method __init__ (line 1009) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 1025) | def width(self, bits: int) -> None: method atten (line 1050) | def atten(self, atten: int) -> None: class PWM (line 1058) | class PWM: method duty_u16 (line 1110) | def duty_u16(self) -> int: method duty_u16 (line 1122) | def duty_u16( method init (line 1136) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 1144) | def freq(self) -> int: method freq (line 1155) | def freq( method deinit (line 1168) | def deinit(self) -> None: method duty_ns (line 1175) | def duty_ns(self) -> int: method duty_ns (line 1185) | def duty_ns( method duty (line 1197) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1198) | def __init__( class I2C (line 1223) | class I2C: method readfrom_mem_into (line 1259) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1270) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1279) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1287) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1297) | def scan(self) -> List: method writeto (line 1304) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1313) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1328) | def start(self) -> None: method readfrom (line 1333) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1340) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1351) | def init(self, *, freq: int = 400_000) -> None: method init (line 1365) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1377) | def stop(self) -> None: method write (line 1382) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1391) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1408) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1425) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1438) | class WDT: method feed (line 1453) | def feed(self) -> None: method __init__ (line 1460) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1469) | class Timer: method init (line 1498) | def init( method init (line 1507) | def init( method init (line 1516) | def init( method deinit (line 1575) | def deinit(self) -> None: method __init__ (line 1581) | def __init__(self, id: int, /): method __init__ (line 1591) | def __init__( method __init__ (line 1610) | def __init__( method __init__ (line 1629) | def __init__( class SoftSPI (line 1647) | class SoftSPI(SPI): method deinit (line 1658) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1659) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1660) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1661) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1662) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1663) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1664) | def __init__( class UART (line 1677) | class UART: method write (line 1716) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method deinit (line 1723) | def deinit(self) -> None: method flush (line 1732) | def flush(self) -> Incomplete: method init (line 1748) | def init( method init (line 1817) | def init( method init (line 1880) | def init( method txdone (line 1941) | def txdone(self) -> bool: method readline (line 1955) | def readline(self) -> Union[str, None]: method any (line 1963) | def any(self) -> int: method read (line 1979) | def read(self) -> bytes | None: method read (line 1990) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 2001) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2012) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method __init__ (line 2022) | def __init__( method __init__ (line 2044) | def __init__( method __init__ (line 2060) | def __init__( class SPI (line 2078) | class SPI: method deinit (line 2137) | def deinit(self) -> None: method init (line 2144) | def init( method init (line 2179) | def init( method write_readinto (line 2210) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2220) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2227) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2235) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2245) | def __init__(self, id: int, /): method __init__ (line 2258) | def __init__( method __init__ (line 2284) | def __init__( class SoftI2C (line 2307) | class SoftI2C(I2C): method readfrom_mem_into (line 2319) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2320) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2321) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2322) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2323) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2324) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2325) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2326) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2327) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2328) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2329) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2330) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2331) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2332) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class Signal (line 2334) | class Signal(Pin): method off (line 2403) | def off(self) -> None: method on (line 2408) | def on(self) -> None: method value (line 2415) | def value(self) -> int: method value (line 2435) | def value(self, x: Any, /) -> None: method __init__ (line 2455) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2475) | def __init__( class ADCBlock (line 2505) | class ADCBlock: method connect (line 2507) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 2509) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 2511) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 2532) | class SDCard: method readblocks (line 2534) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2544) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2554) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2565) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/math.pyi function isnan (line 32) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 38) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function frexp (line 44) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function isinf (line 53) | def isinf(x: SupportsFloat, /) -> bool: function isfinite (line 59) | def isfinite(x: SupportsFloat, /) -> bool: function trunc (line 65) | def trunc(x: SupportsFloat, /) -> int: function sqrt (line 71) | def sqrt(x: SupportsFloat, /) -> float: function log (line 77) | def log(x: SupportsFloat, /) -> float: function tan (line 85) | def tan(x: SupportsFloat, /) -> float: function modf (line 91) | def modf(x: SupportsFloat, /) -> Tuple: function sin (line 98) | def sin(x: SupportsFloat, /) -> float: function radians (line 104) | def radians(x: SupportsFloat, /) -> float: function atan (line 110) | def atan(x: SupportsFloat, /) -> float: function ceil (line 116) | def ceil(x: SupportsFloat, /) -> int: function atan2 (line 122) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function pow (line 128) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asin (line 134) | def asin(x: SupportsFloat, /) -> float: function acos (line 140) | def acos(x: SupportsFloat, /) -> float: function fmod (line 146) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function fabs (line 152) | def fabs(x: SupportsFloat, /) -> float: function copysign (line 158) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function floor (line 164) | def floor(x: SupportsFloat, /) -> int: function cos (line 170) | def cos(x: SupportsFloat, /) -> float: function exp (line 176) | def exp(x: SupportsFloat, /) -> float: function degrees (line 182) | def degrees(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 66) | def __setitem__(self, i, v) -> None: method __getitem__ (line 71) | def __getitem__(self, i) -> Tuple: method fill (line 76) | def fill(self, v) -> None: method write (line 82) | def write(self) -> None: FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/network.pyi function hostname (line 72) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 100) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 115) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: function country (line 132) | def country(code: Optional[Any] = None) -> Incomplete: class WLAN (line 145) | class WLAN: method ifconfig (line 178) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method ipconfig (line 188) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 189) | def isconnected(self) -> bool: method scan (line 196) | def scan(self) -> List[Tuple]: method status (line 224) | def status(self, param: Optional[Any] = None) -> List[int]: method disconnect (line 253) | def disconnect(self) -> None: method active (line 258) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 265) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 300) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 308) | def __init__(self, interface_id) -> None: ... class LAN (line 310) | class LAN: method active (line 312) | def active(self, /) -> bool: method active (line 320) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 327) | class WLANWiPy: method __init__ (line 329) | def __init__(self, id: int = 0, /): method __init__ (line 343) | def __init__( method mode (line 367) | def mode(self) -> int: method mode (line 373) | def mode(self, mode: int, /) -> None: method ssid (line 379) | def ssid(self) -> str: method ssid (line 385) | def ssid(self, ssid: str, /) -> None: method auth (line 391) | def auth(self) -> int: method auth (line 397) | def auth(self, auth: int, /) -> None: method channel (line 403) | def channel(self) -> int: method channel (line 409) | def channel(self, channel: int, /) -> None: method antenna (line 415) | def antenna(self) -> int: method antenna (line 421) | def antenna(self, antenna: int, /) -> None: method mac (line 427) | def mac(self) -> bytes: method mac (line 433) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 438) | class AbstractNIC: method active (line 441) | def active(self, /) -> bool: method active (line 452) | def active(self, is_active: bool | int, /) -> None: method connect (line 463) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 482) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 501) | def status(self) -> Any: method status (line 519) | def status(self, param: str, /) -> Any: method ifconfig (line 537) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 551) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 565) | def config(self, param: str, /) -> Any: method config (line 584) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/random.pyi function seed (line 43) | def seed(n: int | None = None, /) -> None: function getrandbits (line 55) | def getrandbits(n: int, /) -> int: function randrange (line 62) | def randrange(stop: int, /) -> int: function randrange (line 72) | def randrange(start: int, stop: int, /) -> int: function randrange (line 82) | def randrange(start: int, stop: int, step: int, /) -> int: FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/socket.pyi function reset (line 115) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 116) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 117) | def getaddrinfo( function callback (line 167) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 169) | class socket: method recvfrom (line 177) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 186) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 198) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 218) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 236) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 244) | def settimeout(self, value: float | None, /) -> None: method sendall (line 279) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 291) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 298) | def setblocking(self, value: bool, /) -> None: method sendto (line 309) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 315) | def readline(self) -> bytes: method readinto (line 324) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 334) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 344) | def read(self) -> bytes: method read (line 354) | def read(self, size: int, /) -> bytes: method close (line 362) | def close(self) -> None: method connect (line 372) | def connect(self, address: _Address | bytes, /) -> None: method send (line 377) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 384) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 389) | def accept(self) -> Tuple: method write (line 397) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 407) | def __init__( FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/ssd1306.pyi function const (line 30) | def const(*args, **kwargs) -> Incomplete: ... class SSD1306_SPI (line 32) | class SSD1306_SPI: method contrast (line 33) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 34) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 35) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 37) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 38) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 39) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 40) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 42) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 43) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 44) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 45) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 46) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 47) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 48) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 49) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 50) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 51) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 52) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 53) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306_I2C (line 56) | class SSD1306_I2C: method contrast (line 57) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 58) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 59) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 60) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 61) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 62) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 64) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 65) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 66) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 67) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 68) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 69) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 70) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 71) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 72) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 73) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 74) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 75) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 76) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 77) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306 (line 80) | class SSD1306: method contrast (line 81) | def contrast(self, *args, **kwargs) -> Incomplete: ... method vline (line 82) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 83) | def text(self, *args, **kwargs) -> Incomplete: ... method scroll (line 84) | def scroll(self, *args, **kwargs) -> Incomplete: ... method rect (line 85) | def rect(self, *args, **kwargs) -> Incomplete: ... method init_display (line 86) | def init_display(self, *args, **kwargs) -> Incomplete: ... method rotate (line 87) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 88) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 89) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method show (line 90) | def show(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 91) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method fill (line 92) | def fill(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 93) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 94) | def blit(self, *args, **kwargs) -> Incomplete: ... method poly (line 95) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 96) | def hline(self, *args, **kwargs) -> Incomplete: ... method pixel (line 97) | def pixel(self, *args, **kwargs) -> Incomplete: ... method line (line 98) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 99) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/tls.pyi class SSLContext (line 15) | class SSLContext: method wrap_socket (line 16) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 17) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_27_0-esp8266-esp8266_generic-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_27_0-esp8266-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-esp8266-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method del_peer (line 18) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 19) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 20) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 22) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 23) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 24) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp8266-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-esp8266-stubs/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = 4) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: publish/micropython-v1_27_0-esp8266-stubs/binascii.pyi function unhexlify (line 22) | def unhexlify(data: str | bytes, /) -> bytes: function hexlify (line 29) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-esp8266-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_27_0-esp8266-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_27_0-esp8266-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-esp8266-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-esp8266-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_27_0-esp8266-stubs/esp.pyi function flash_user_start (line 26) | def flash_user_start() -> int: function freemem (line 32) | def freemem(*args, **kwargs) -> Incomplete: ... function free (line 33) | def free(*args, **kwargs) -> Incomplete: ... function flash_write (line 34) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function malloc (line 40) | def malloc(*args, **kwargs) -> Incomplete: ... function set_native_code_location (line 42) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 82) | def set_native_code_location(start: int, length: int, /) -> None: function osdebug (line 121) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function meminfo (line 161) | def meminfo(*args, **kwargs) -> Incomplete: ... function sleep_type (line 165) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 187) | def sleep_type() -> int: function flash_size (line 207) | def flash_size() -> int: function deepsleep (line 213) | def deepsleep(time_us: int = 0, /) -> None: function check_fw (line 226) | def check_fw(*args, **kwargs) -> Incomplete: ... function apa102_write (line 227) | def apa102_write(*args, **kwargs) -> Incomplete: ... function esf_free_bufs (line 228) | def esf_free_bufs(*args, **kwargs) -> Incomplete: ... function flash_read (line 230) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 239) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_id (line 247) | def flash_id() -> int: function flash_erase (line 255) | def flash_erase(sector_no: int, /) -> None: FILE: publish/micropython-v1_27_0-esp8266-stubs/espnow.pyi function poll (line 92) | def poll(*args, **kwargs) -> Incomplete: ... class ESPNow (line 94) | class ESPNow(ESPNowBase, Iterator): method irecv (line 106) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method recv (line 136) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method recvinto (line 175) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 209) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method send (line 237) | def send( method send (line 289) | def send( method del_peer (line 338) | def del_peer(self, mac: _MACAddress) -> None: method any (line 354) | def any(self) -> bool: method config (line 375) | def config(self, rxbuf: int) -> None: ... method config (line 377) | def config(self, timeout_ms: int) -> None: ... method config (line 379) | def config(self, rate: int) -> None: ... method config (line 381) | def config(self, param: str) -> int: method active (line 428) | def active(self, flag: Optional[Any] = None) -> Incomplete: method add_peer (line 457) | def add_peer( method __init__ (line 523) | def __init__(self) -> None: ... method __iter__ (line 526) | def __iter__(self) -> ESPNow: ... method __next__ (line 528) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 530) | class ESPNowBase: method del_peer (line 531) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 532) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 533) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 534) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 535) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 536) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 537) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 538) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp8266-stubs/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf, off: int = 0) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf, off=None) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: publish/micropython-v1_27_0-esp8266-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-esp8266-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0-esp8266-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha1 (line 71) | class sha1(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_27_0-esp8266-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-esp8266-stubs/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_27_0-esp8266-stubs/lwip.pyi function reset (line 27) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 28) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 29) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 30) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 32) | class socket: method recvfrom (line 33) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 34) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 35) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 36) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 38) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 39) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 40) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 41) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 43) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 44) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 46) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 47) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 48) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 49) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 50) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp8266-stubs/machine.pyi function enable_irq (line 53) | def enable_irq(state: _IRQ_STATE, /) -> None: function freq (line 62) | def freq() -> int: function freq (line 70) | def freq(hz: int, /) -> None: function freq (line 78) | def freq(self) -> int: function freq (line 86) | def freq( function unique_id (line 97) | def unique_id() -> bytes: function deepsleep (line 107) | def deepsleep() -> NoReturn: function deepsleep (line 132) | def deepsleep(time_ms: int, /) -> NoReturn: function disable_irq (line 156) | def disable_irq() -> _IRQ_STATE: function dht_readinto (line 165) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 166) | def soft_reset() -> NoReturn: function sleep (line 174) | def sleep() -> None: function time_pulse_us (line 180) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function idle (line 198) | def idle() -> None: function lightsleep (line 214) | def lightsleep() -> None: function lightsleep (line 239) | def lightsleep(time_ms: int, /) -> None: function reset_cause (line 263) | def reset_cause() -> int: function reset (line 269) | def reset() -> NoReturn: function bitstream (line 276) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 300) | class RTC: method datetime (line 318) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method irq (line 333) | def irq( method memory (line 350) | def memory(self, data: Any | None = None) -> bytes: method alarm_left (line 366) | def alarm_left(self, alarm_id: int = 0, /) -> int: method alarm (line 373) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 381) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 389) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 397) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 405) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 413) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 421) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method __init__ (line 428) | def __init__(self, id: int = 0): method __init__ (line 434) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 442) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 450) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 458) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 466) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 474) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 482) | def init(self) -> None: method init (line 497) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 512) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 527) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 542) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 557) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 572) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... class Pin (line 586) | class Pin: method off (line 649) | def off(self) -> None: method toggle (line 654) | def toggle(self) -> Incomplete: method on (line 661) | def on(self) -> None: method value (line 668) | def value(self) -> int: method value (line 702) | def value(self, x: Any, /) -> None: method irq (line 734) | def irq( method init (line 787) | def init( method __init__ (line 804) | def __init__( method __call__ (line 879) | def __call__(self) -> int: method __call__ (line 887) | def __call__(self, x: Any, /) -> None: method mode (line 895) | def mode(self) -> int: method mode (line 904) | def mode(self, mode: int, /) -> None: method pull (line 913) | def pull(self) -> int: method pull (line 922) | def pull(self, pull: int, /) -> None: method drive (line 931) | def drive(self, drive: int, /) -> None: method drive (line 941) | def drive(self, /) -> int: class ADC (line 962) | class ADC: method read_u16 (line 988) | def read_u16(self) -> int: method read (line 998) | def read(self) -> int: method __init__ (line 1009) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 1025) | def width(self, bits: int) -> None: method atten (line 1050) | def atten(self, atten: int) -> None: class PWM (line 1058) | class PWM: method duty_u16 (line 1110) | def duty_u16(self) -> int: method duty_u16 (line 1122) | def duty_u16( method init (line 1136) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 1144) | def freq(self) -> int: method freq (line 1155) | def freq( method deinit (line 1168) | def deinit(self) -> None: method duty_ns (line 1175) | def duty_ns(self) -> int: method duty_ns (line 1185) | def duty_ns( method duty (line 1197) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1198) | def __init__( class I2C (line 1223) | class I2C: method readfrom_mem_into (line 1259) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1270) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1279) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1287) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1297) | def scan(self) -> List: method writeto (line 1304) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1313) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1328) | def start(self) -> None: method readfrom (line 1333) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1340) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1351) | def init(self, *, freq: int = 400_000) -> None: method init (line 1365) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1377) | def stop(self) -> None: method write (line 1382) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1391) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1408) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1425) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1438) | class WDT: method feed (line 1453) | def feed(self) -> None: method __init__ (line 1460) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1469) | class Timer: method init (line 1498) | def init( method init (line 1507) | def init( method init (line 1516) | def init( method deinit (line 1575) | def deinit(self) -> None: method __init__ (line 1581) | def __init__(self, id: int, /): method __init__ (line 1591) | def __init__( method __init__ (line 1610) | def __init__( method __init__ (line 1629) | def __init__( class SoftSPI (line 1647) | class SoftSPI(SPI): method deinit (line 1658) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1659) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1660) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1661) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1662) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1663) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1664) | def __init__( class UART (line 1677) | class UART: method write (line 1716) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method deinit (line 1723) | def deinit(self) -> None: method flush (line 1732) | def flush(self) -> Incomplete: method init (line 1748) | def init( method init (line 1817) | def init( method init (line 1880) | def init( method txdone (line 1941) | def txdone(self) -> bool: method readline (line 1955) | def readline(self) -> Union[str, None]: method any (line 1963) | def any(self) -> int: method read (line 1979) | def read(self) -> bytes | None: method read (line 1990) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 2001) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2012) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method __init__ (line 2022) | def __init__( method __init__ (line 2044) | def __init__( method __init__ (line 2060) | def __init__( class SPI (line 2078) | class SPI: method deinit (line 2137) | def deinit(self) -> None: method init (line 2144) | def init( method init (line 2179) | def init( method write_readinto (line 2210) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2220) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2227) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2235) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2245) | def __init__(self, id: int, /): method __init__ (line 2258) | def __init__( method __init__ (line 2284) | def __init__( class SoftI2C (line 2307) | class SoftI2C(I2C): method readfrom_mem_into (line 2319) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2320) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2321) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2322) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2323) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2324) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2325) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2326) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2327) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2328) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2329) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2330) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2331) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2332) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class Signal (line 2334) | class Signal(Pin): method off (line 2403) | def off(self) -> None: method on (line 2408) | def on(self) -> None: method value (line 2415) | def value(self) -> int: method value (line 2435) | def value(self, x: Any, /) -> None: method __init__ (line 2455) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2475) | def __init__( class ADCBlock (line 2505) | class ADCBlock: method connect (line 2507) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 2509) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 2511) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 2532) | class SDCard: method readblocks (line 2534) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2544) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2554) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2565) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_27_0-esp8266-stubs/math.pyi function isnan (line 32) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 38) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function frexp (line 44) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function isinf (line 53) | def isinf(x: SupportsFloat, /) -> bool: function isfinite (line 59) | def isfinite(x: SupportsFloat, /) -> bool: function trunc (line 65) | def trunc(x: SupportsFloat, /) -> int: function sqrt (line 71) | def sqrt(x: SupportsFloat, /) -> float: function log (line 77) | def log(x: SupportsFloat, /) -> float: function tan (line 85) | def tan(x: SupportsFloat, /) -> float: function modf (line 91) | def modf(x: SupportsFloat, /) -> Tuple: function sin (line 98) | def sin(x: SupportsFloat, /) -> float: function radians (line 104) | def radians(x: SupportsFloat, /) -> float: function atan (line 110) | def atan(x: SupportsFloat, /) -> float: function ceil (line 116) | def ceil(x: SupportsFloat, /) -> int: function atan2 (line 122) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function pow (line 128) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asin (line 134) | def asin(x: SupportsFloat, /) -> float: function acos (line 140) | def acos(x: SupportsFloat, /) -> float: function fmod (line 146) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function fabs (line 152) | def fabs(x: SupportsFloat, /) -> float: function copysign (line 158) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function floor (line 164) | def floor(x: SupportsFloat, /) -> int: function cos (line 170) | def cos(x: SupportsFloat, /) -> float: function exp (line 176) | def exp(x: SupportsFloat, /) -> float: function degrees (line 182) | def degrees(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-esp8266-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-esp8266-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_27_0-esp8266-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 66) | def __setitem__(self, i, v) -> None: method __getitem__ (line 71) | def __getitem__(self, i) -> Tuple: method fill (line 76) | def fill(self, v) -> None: method write (line 82) | def write(self) -> None: FILE: publish/micropython-v1_27_0-esp8266-stubs/network.pyi function hostname (line 72) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 100) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 115) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: function country (line 132) | def country(code: Optional[Any] = None) -> Incomplete: class WLAN (line 145) | class WLAN: method ifconfig (line 178) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method ipconfig (line 188) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 189) | def isconnected(self) -> bool: method scan (line 196) | def scan(self) -> List[Tuple]: method status (line 224) | def status(self, param: Optional[Any] = None) -> List[int]: method disconnect (line 253) | def disconnect(self) -> None: method active (line 258) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 265) | def config(self, *args, **kwargs) -> Incomplete: method connect (line 300) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method __init__ (line 308) | def __init__(self, interface_id) -> None: ... class LAN (line 310) | class LAN: method active (line 312) | def active(self, /) -> bool: method active (line 320) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 327) | class WLANWiPy: method __init__ (line 329) | def __init__(self, id: int = 0, /): method __init__ (line 343) | def __init__( method mode (line 367) | def mode(self) -> int: method mode (line 373) | def mode(self, mode: int, /) -> None: method ssid (line 379) | def ssid(self) -> str: method ssid (line 385) | def ssid(self, ssid: str, /) -> None: method auth (line 391) | def auth(self) -> int: method auth (line 397) | def auth(self, auth: int, /) -> None: method channel (line 403) | def channel(self) -> int: method channel (line 409) | def channel(self, channel: int, /) -> None: method antenna (line 415) | def antenna(self) -> int: method antenna (line 421) | def antenna(self, antenna: int, /) -> None: method mac (line 427) | def mac(self) -> bytes: method mac (line 433) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 438) | class AbstractNIC: method active (line 441) | def active(self, /) -> bool: method active (line 452) | def active(self, is_active: bool | int, /) -> None: method connect (line 463) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 482) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 501) | def status(self) -> Any: method status (line 519) | def status(self, param: str, /) -> Any: method ifconfig (line 537) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 551) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 565) | def config(self, param: str, /) -> Any: method config (line 584) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_27_0-esp8266-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_27_0-esp8266-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-esp8266-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-esp8266-stubs/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: publish/micropython-v1_27_0-esp8266-stubs/random.pyi function seed (line 43) | def seed(n: int | None = None, /) -> None: function getrandbits (line 55) | def getrandbits(n: int, /) -> int: function randrange (line 62) | def randrange(stop: int, /) -> int: function randrange (line 72) | def randrange(start: int, stop: int, /) -> int: function randrange (line 82) | def randrange(start: int, stop: int, step: int, /) -> int: FILE: publish/micropython-v1_27_0-esp8266-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_27_0-esp8266-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-esp8266-stubs/socket.pyi function reset (line 115) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 116) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 117) | def getaddrinfo( function callback (line 167) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 169) | class socket: method recvfrom (line 177) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 186) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 198) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 218) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 236) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 244) | def settimeout(self, value: float | None, /) -> None: method sendall (line 279) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 291) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 298) | def setblocking(self, value: bool, /) -> None: method sendto (line 309) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 315) | def readline(self) -> bytes: method readinto (line 324) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 334) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 344) | def read(self) -> bytes: method read (line 354) | def read(self, size: int, /) -> bytes: method close (line 362) | def close(self) -> None: method connect (line 372) | def connect(self, address: _Address | bytes, /) -> None: method send (line 377) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 384) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 389) | def accept(self) -> Tuple: method write (line 397) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 407) | def __init__( FILE: publish/micropython-v1_27_0-esp8266-stubs/ssd1306.pyi function const (line 30) | def const(*args, **kwargs) -> Incomplete: ... class SSD1306_SPI (line 32) | class SSD1306_SPI: method contrast (line 33) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 34) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 35) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 37) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 38) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 39) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 40) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 42) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 43) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 44) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 45) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 46) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 47) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 48) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 49) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 50) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 51) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 52) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 53) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306_I2C (line 56) | class SSD1306_I2C: method contrast (line 57) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 58) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 59) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 60) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 61) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 62) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 64) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 65) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 66) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 67) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 68) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 69) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 70) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 71) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 72) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 73) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 74) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 75) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 76) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 77) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306 (line 80) | class SSD1306: method contrast (line 81) | def contrast(self, *args, **kwargs) -> Incomplete: ... method vline (line 82) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 83) | def text(self, *args, **kwargs) -> Incomplete: ... method scroll (line 84) | def scroll(self, *args, **kwargs) -> Incomplete: ... method rect (line 85) | def rect(self, *args, **kwargs) -> Incomplete: ... method init_display (line 86) | def init_display(self, *args, **kwargs) -> Incomplete: ... method rotate (line 87) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 88) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 89) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method show (line 90) | def show(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 91) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method fill (line 92) | def fill(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 93) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 94) | def blit(self, *args, **kwargs) -> Incomplete: ... method poly (line 95) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 96) | def hline(self, *args, **kwargs) -> Incomplete: ... method pixel (line 97) | def pixel(self, *args, **kwargs) -> Incomplete: ... method line (line 98) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 99) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp8266-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-esp8266-stubs/tls.pyi class SSLContext (line 15) | class SSLContext: method wrap_socket (line 16) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 17) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-esp8266-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_27_0-esp8266-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_27_0-esp8266-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/machine.pyi function dht_readinto (line 53) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 54) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 63) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 71) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 96) | def deepsleep() -> NoReturn: function deepsleep (line 121) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 145) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 155) | def unique_id() -> bytes: function soft_reset (line 164) | def soft_reset() -> NoReturn: function reset_cause (line 171) | def reset_cause() -> int: function time_pulse_us (line 177) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 196) | def freq() -> int: function freq (line 204) | def freq(hz: int, /) -> None: function freq (line 212) | def freq(self) -> int: function freq (line 220) | def freq( function idle (line 231) | def idle() -> None: function reset (line 246) | def reset() -> NoReturn: function lightsleep (line 254) | def lightsleep() -> None: function lightsleep (line 279) | def lightsleep(time_ms: int, /) -> None: class PWM (line 318) | class PWM: method duty_u16 (line 370) | def duty_u16(self) -> int: method duty_u16 (line 382) | def duty_u16( method freq (line 398) | def freq(self) -> int: method freq (line 409) | def freq( method init (line 422) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 430) | def duty_ns(self) -> int: method duty_ns (line 440) | def duty_ns( method deinit (line 452) | def deinit(self) -> None: method __init__ (line 457) | def __init__( class WDT (line 482) | class WDT: method feed (line 497) | def feed(self) -> None: method __init__ (line 504) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 513) | class I2S: method shift (line 593) | def shift( method init (line 605) | def init( method irq (line 621) | def irq( method readinto (line 632) | def readinto( method deinit (line 644) | def deinit(self) -> None: method write (line 649) | def write( method __init__ (line 661) | def __init__( class ADC (line 703) | class ADC: method read_u16 (line 729) | def read_u16(self) -> int: method __init__ (line 736) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 752) | def width(self, bits: int) -> None: method read (line 777) | def read(self) -> int: method atten (line 791) | def atten(self, atten: int) -> None: class I2C (line 799) | class I2C: method readfrom_mem_into (line 835) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 846) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 855) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 863) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 873) | def scan(self) -> List: method writeto (line 880) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 889) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 904) | def start(self) -> None: method readfrom (line 909) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 916) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 927) | def init(self, *, freq: int = 400_000) -> None: method init (line 941) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 953) | def stop(self) -> None: method write (line 958) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 967) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 984) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1001) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1014) | class I2CTarget: method deinit (line 1049) | def deinit(self) -> Incomplete: method irq (line 1055) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1094) | def write(self, buf) -> int: method readinto (line 1101) | def readinto(self, buf) -> int: method __init__ (line 1107) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1109) | class SoftSPI(SPI): method deinit (line 1120) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1121) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1122) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1123) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1124) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1125) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1126) | def __init__( class Timer (line 1139) | class Timer: method init (line 1168) | def init( method init (line 1177) | def init( method init (line 1186) | def init( method deinit (line 1245) | def deinit(self) -> None: method __init__ (line 1251) | def __init__(self, id: int, /): method __init__ (line 1261) | def __init__( method __init__ (line 1280) | def __init__( method __init__ (line 1299) | def __init__( class UART (line 1317) | class UART: method irq (line 1383) | def irq( method sendbreak (line 1418) | def sendbreak(self) -> None: method deinit (line 1424) | def deinit(self) -> None: method init (line 1435) | def init( method init (line 1504) | def init( method init (line 1567) | def init( method flush (line 1628) | def flush(self) -> Incomplete: method txdone (line 1642) | def txdone(self) -> bool: method read (line 1658) | def read(self) -> bytes | None: method read (line 1669) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1678) | def any(self) -> int: method write (line 1692) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1701) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1712) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1721) | def readline(self) -> Union[str, None]: method __init__ (line 1730) | def __init__( method __init__ (line 1752) | def __init__( method __init__ (line 1768) | def __init__( class USBDevice (line 1783) | class USBDevice: method submit_xfer (line 1796) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1817) | def config( method remote_wakeup (line 1924) | def remote_wakeup(self) -> bool: method stall (line 1932) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1952) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1973) | class BUILTIN_CDC: method __init__ (line 1979) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1981) | class BUILTIN_NONE: method __init__ (line 1987) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1989) | class BUILTIN_DEFAULT: method __init__ (line 1995) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1997) | def __init__(self) -> None: ... class Pin (line 1999) | class Pin: method low (line 2076) | def low(self) -> None: method irq (line 2083) | def irq( method toggle (line 2136) | def toggle(self) -> Incomplete: method off (line 2143) | def off(self) -> None: method on (line 2148) | def on(self) -> None: method init (line 2153) | def init( method value (line 2172) | def value(self) -> int: method value (line 2206) | def value(self, x: Any, /) -> None: method high (line 2238) | def high(self) -> None: class cpu (line 2246) | class cpu: method __init__ (line 2277) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2279) | class board: method __init__ (line 2311) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2313) | def __init__( method __call__ (line 2388) | def __call__(self) -> int: method __call__ (line 2396) | def __call__(self, x: Any, /) -> None: method mode (line 2404) | def mode(self) -> int: method mode (line 2413) | def mode(self, mode: int, /) -> None: method pull (line 2422) | def pull(self) -> int: method pull (line 2431) | def pull(self, pull: int, /) -> None: method drive (line 2440) | def drive(self, drive: int, /) -> None: method drive (line 2450) | def drive(self, /) -> int: class SoftI2C (line 2458) | class SoftI2C(I2C): method readfrom_mem_into (line 2470) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2471) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2472) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2473) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2474) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2475) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2476) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2477) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2478) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2479) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2480) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2481) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2482) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2483) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class RTC (line 2485) | class RTC: method datetime (line 2502) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2518) | def __init__(self, id: int = 0): method __init__ (line 2524) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2532) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2540) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2548) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2556) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2564) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2572) | def init(self) -> None: method init (line 2587) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2602) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2617) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2632) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2647) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2662) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2677) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2685) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2693) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2701) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2709) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2717) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2725) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SPI (line 2732) | class SPI: method deinit (line 2791) | def deinit(self) -> None: method init (line 2798) | def init( method init (line 2833) | def init( method write_readinto (line 2864) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2874) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2881) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2889) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2899) | def __init__(self, id: int, /): method __init__ (line 2912) | def __init__( method __init__ (line 2938) | def __init__( class Signal (line 2961) | class Signal(Pin): method off (line 3030) | def off(self) -> None: method on (line 3035) | def on(self) -> None: method value (line 3042) | def value(self) -> int: method value (line 3062) | def value(self, x: Any, /) -> None: method __init__ (line 3082) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3102) | def __init__( class ADCBlock (line 3132) | class ADCBlock: method connect (line 3134) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3136) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3138) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 3159) | class SDCard: method readblocks (line 3161) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3171) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3192) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 66) | def __setitem__(self, i, v) -> None: method __getitem__ (line 71) | def __getitem__(self, i) -> Tuple: method fill (line 76) | def fill(self, v) -> None: method write (line 82) | def write(self) -> None: FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/rp2/__init__.pyi function asm_pio_encode (line 69) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 79) | def bootsel_button() -> int: function asm_pio (line 92) | def asm_pio( function const (line 143) | def const(*args, **kwargs) -> Incomplete: ... class Flash (line 145) | class Flash(AbstractBlockDev): method readblocks (line 150) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 160) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 170) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 196) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 199) | def ioctl(self, op: int) -> int | None: method __init__ (line 205) | def __init__(self) -> None: ... class DMA (line 207) | class DMA: method irq (line 211) | def irq(self, handler: Optional[Callable] = None, hard: bool = False) ... method unpack_ctrl (line 216) | def unpack_ctrl(self, value: int) -> dict: method pack_ctrl (line 230) | def pack_ctrl( method close (line 300) | def close(self) -> None: method config (line 306) | def config( method active (line 333) | def active(self, value: Any | None = None) -> bool: method __init__ (line 343) | def __init__( class StateMachine (line 352) | class StateMachine: method irq (line 361) | def irq(self, handler: Optional[Callable] = None, trigger: int = 0 | 1... method put (line 368) | def put(self, value: Union[int, bytes, bytearray], shift: int = 0): method restart (line 383) | def restart(self) -> None: method rx_fifo (line 397) | def rx_fifo(self) -> int: method tx_fifo (line 406) | def tx_fifo(self) -> int: method init (line 415) | def init( method exec (line 468) | def exec(self, instr: Union[int, str]) -> None: method get (line 483) | def get(self, buf: Optional[bytearray] = None, shift: int = 0) -> Unio... method active (line 496) | def active(self, value: None) -> bool: ... method active (line 498) | def active(self, value: Union[bool, int]) -> None: method __init__ (line 508) | def __init__( class PIO (line 526) | class PIO: method state_machine (line 578) | def state_machine(self, id: int, program: _PIO_ASM_Program, **kwargs) ... method remove_program (line 589) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 598) | def irq( method add_program (line 612) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 621) | def __init__(self, id: int) -> None: ... class PIOASMError (line 623) | class PIOASMError(Exception): ... class PIOASMEmit (line 625) | class PIOASMEmit: method in_ (line 634) | def in_(self, src: int, data) -> _PIO_ASM_Program: method side (line 666) | def side(self, value: int): method out (line 678) | def out(self, destination: int, bit_count: int) -> _PIO_ASM_Program: method jmp (line 715) | def jmp(self, condition, label: Incomplete | None = ...) -> _PIO_ASM_P... method start_pass (line 749) | def start_pass(self, pass_) -> None: method wrap (line 755) | def wrap(self) -> None: method word (line 765) | def word(self, instr, label: Incomplete | None = ...) -> _PIO_ASM_Prog... method wait (line 772) | def wait(self, polarity: int, src: int, index: int, /) -> _PIO_ASM_Pro... method wrap_target (line 806) | def wrap_target(self) -> None: method delay (line 814) | def delay(self, delay: int): method label (line 820) | def label(self, label: str) -> None: method irq (line 834) | def irq(self, mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: method set (line 852) | def set(self, destination: int, data) -> _PIO_ASM_Program: method mov (line 875) | def mov(self, dest, src, operation: int | None = None) -> _PIO_ASM_Pro... method push (line 920) | def push(self, value: int = ..., value2: int = ...) -> _PIO_ASM_Program: method pull (line 938) | def pull(self, block: int = block, timeout: int = 0) -> _PIO_ASM_Program: method nop (line 963) | def nop(self) -> _PIO_ASM_Program: method __init__ (line 970) | def __init__( method __getitem__ (line 985) | def __getitem__(self, key): ... method __getitem__ (line 987) | def __getitem__(self, key: int): ... method __getitem__ (line 989) | def __getitem__(self, key): ... method __getitem__ (line 991) | def __getitem__(self, key: int): ... FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 112) | def delay(delay: int) -> _PIO_ASM_Program: function side (line 120) | def side(value: int) -> _PIO_ASM_Program: function wrap_target (line 133) | def wrap_target() -> None: function wrap (line 143) | def wrap() -> None: function label (line 154) | def label(label: str) -> None: function word (line 169) | def word(instr, label: Incomplete | None = ...) -> _PIO_ASM_Program: function nop (line 177) | def nop() -> _PIO_ASM_Program: function jmp (line 185) | def jmp(condition, label: Incomplete | None = ...) -> _PIO_ASM_Program: function wait (line 220) | def wait(polarity: int, src: int, index: int, /) -> _PIO_ASM_Program: function in_ (line 255) | def in_(src, data) -> _PIO_ASM_Program: function out (line 288) | def out(destination: int, bit_count: int) -> _PIO_ASM_Program: function push (line 326) | def push(value: int = ..., value2: int = ...) -> _PIO_ASM_Program: function pull (line 345) | def pull(block: int = block, timeout: int = 0) -> _PIO_ASM_Program: function mov (line 371) | def mov(dest, src, operation: Optional[int] = None) -> _PIO_ASM_Program: function irq (line 417) | def irq(mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: function set (line 437) | def set(destination, data) -> _PIO_ASM_Program: FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0-rp2-pimoroni_picolipo-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/machine.pyi function dht_readinto (line 53) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 54) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 63) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 71) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 96) | def deepsleep() -> NoReturn: function deepsleep (line 121) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 145) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 155) | def unique_id() -> bytes: function soft_reset (line 164) | def soft_reset() -> NoReturn: function reset_cause (line 171) | def reset_cause() -> int: function time_pulse_us (line 177) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 196) | def freq() -> int: function freq (line 204) | def freq(hz: int, /) -> None: function freq (line 212) | def freq(self) -> int: function freq (line 220) | def freq( function idle (line 231) | def idle() -> None: function reset (line 246) | def reset() -> NoReturn: function lightsleep (line 254) | def lightsleep() -> None: function lightsleep (line 279) | def lightsleep(time_ms: int, /) -> None: class PWM (line 318) | class PWM: method duty_u16 (line 370) | def duty_u16(self) -> int: method duty_u16 (line 382) | def duty_u16( method freq (line 398) | def freq(self) -> int: method freq (line 409) | def freq( method init (line 422) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 430) | def duty_ns(self) -> int: method duty_ns (line 440) | def duty_ns( method deinit (line 452) | def deinit(self) -> None: method __init__ (line 457) | def __init__( class WDT (line 482) | class WDT: method feed (line 497) | def feed(self) -> None: method __init__ (line 504) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 513) | class I2S: method shift (line 593) | def shift( method init (line 605) | def init( method irq (line 621) | def irq( method readinto (line 632) | def readinto( method deinit (line 644) | def deinit(self) -> None: method write (line 649) | def write( method __init__ (line 661) | def __init__( class ADC (line 703) | class ADC: method read_u16 (line 729) | def read_u16(self) -> int: method __init__ (line 736) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 752) | def width(self, bits: int) -> None: method read (line 777) | def read(self) -> int: method atten (line 791) | def atten(self, atten: int) -> None: class I2C (line 799) | class I2C: method readfrom_mem_into (line 835) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 846) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 855) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 863) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 873) | def scan(self) -> List: method writeto (line 880) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 889) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 904) | def start(self) -> None: method readfrom (line 909) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 916) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 927) | def init(self, *, freq: int = 400_000) -> None: method init (line 941) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 953) | def stop(self) -> None: method write (line 958) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 967) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 984) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1001) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1014) | class I2CTarget: method deinit (line 1049) | def deinit(self) -> Incomplete: method irq (line 1055) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1094) | def write(self, buf) -> int: method readinto (line 1101) | def readinto(self, buf) -> int: method __init__ (line 1107) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1109) | class SoftSPI(SPI): method deinit (line 1120) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1121) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1122) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1123) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1124) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1125) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1126) | def __init__( class Timer (line 1139) | class Timer: method init (line 1168) | def init( method init (line 1177) | def init( method init (line 1186) | def init( method deinit (line 1245) | def deinit(self) -> None: method __init__ (line 1251) | def __init__(self, id: int, /): method __init__ (line 1261) | def __init__( method __init__ (line 1280) | def __init__( method __init__ (line 1299) | def __init__( class UART (line 1317) | class UART: method irq (line 1383) | def irq( method sendbreak (line 1418) | def sendbreak(self) -> None: method deinit (line 1424) | def deinit(self) -> None: method init (line 1435) | def init( method init (line 1504) | def init( method init (line 1567) | def init( method flush (line 1628) | def flush(self) -> Incomplete: method txdone (line 1642) | def txdone(self) -> bool: method read (line 1658) | def read(self) -> bytes | None: method read (line 1669) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1678) | def any(self) -> int: method write (line 1692) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1701) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1712) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1721) | def readline(self) -> Union[str, None]: method __init__ (line 1730) | def __init__( method __init__ (line 1752) | def __init__( method __init__ (line 1768) | def __init__( class USBDevice (line 1783) | class USBDevice: method submit_xfer (line 1796) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1817) | def config( method remote_wakeup (line 1924) | def remote_wakeup(self) -> bool: method stall (line 1932) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1952) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1973) | class BUILTIN_CDC: method __init__ (line 1979) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1981) | class BUILTIN_NONE: method __init__ (line 1987) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1989) | class BUILTIN_DEFAULT: method __init__ (line 1995) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1997) | def __init__(self) -> None: ... class Pin (line 1999) | class Pin: method low (line 2076) | def low(self) -> None: method irq (line 2083) | def irq( method toggle (line 2136) | def toggle(self) -> Incomplete: method off (line 2143) | def off(self) -> None: method on (line 2148) | def on(self) -> None: method init (line 2153) | def init( method value (line 2172) | def value(self) -> int: method value (line 2206) | def value(self, x: Any, /) -> None: method high (line 2238) | def high(self) -> None: class cpu (line 2246) | class cpu: method __init__ (line 2277) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2279) | class board: method __init__ (line 2308) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2310) | def __init__( method __call__ (line 2385) | def __call__(self) -> int: method __call__ (line 2393) | def __call__(self, x: Any, /) -> None: method mode (line 2401) | def mode(self) -> int: method mode (line 2410) | def mode(self, mode: int, /) -> None: method pull (line 2419) | def pull(self) -> int: method pull (line 2428) | def pull(self, pull: int, /) -> None: method drive (line 2437) | def drive(self, drive: int, /) -> None: method drive (line 2447) | def drive(self, /) -> int: class SoftI2C (line 2455) | class SoftI2C(I2C): method readfrom_mem_into (line 2467) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2468) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2469) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2470) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2471) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2472) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2473) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2474) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2475) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2476) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2477) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2478) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2479) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2480) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class RTC (line 2482) | class RTC: method datetime (line 2499) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2515) | def __init__(self, id: int = 0): method __init__ (line 2521) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2529) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2537) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2545) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2553) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2561) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2569) | def init(self) -> None: method init (line 2584) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2599) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2614) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2629) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2644) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2659) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2674) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2682) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2690) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2698) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2706) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2714) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2722) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SPI (line 2729) | class SPI: method deinit (line 2788) | def deinit(self) -> None: method init (line 2795) | def init( method init (line 2830) | def init( method write_readinto (line 2861) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2871) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2878) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2886) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2896) | def __init__(self, id: int, /): method __init__ (line 2909) | def __init__( method __init__ (line 2935) | def __init__( class Signal (line 2958) | class Signal(Pin): method off (line 3027) | def off(self) -> None: method on (line 3032) | def on(self) -> None: method value (line 3039) | def value(self) -> int: method value (line 3059) | def value(self, x: Any, /) -> None: method __init__ (line 3079) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3099) | def __init__( class ADCBlock (line 3129) | class ADCBlock: method connect (line 3131) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3133) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3135) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 3156) | class SDCard: method readblocks (line 3158) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3168) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3178) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3189) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 66) | def __setitem__(self, i, v) -> None: method __getitem__ (line 71) | def __getitem__(self, i) -> Tuple: method fill (line 76) | def fill(self, v) -> None: method write (line 82) | def write(self) -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/rp2/__init__.pyi function asm_pio_encode (line 69) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 79) | def bootsel_button() -> int: function asm_pio (line 92) | def asm_pio( function const (line 143) | def const(*args, **kwargs) -> Incomplete: ... class Flash (line 145) | class Flash(AbstractBlockDev): method readblocks (line 150) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 160) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 170) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 196) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 199) | def ioctl(self, op: int) -> int | None: method __init__ (line 205) | def __init__(self) -> None: ... class DMA (line 207) | class DMA: method irq (line 211) | def irq(self, handler: Optional[Callable] = None, hard: bool = False) ... method unpack_ctrl (line 216) | def unpack_ctrl(self, value: int) -> dict: method pack_ctrl (line 230) | def pack_ctrl( method close (line 300) | def close(self) -> None: method config (line 306) | def config( method active (line 333) | def active(self, value: Any | None = None) -> bool: method __init__ (line 343) | def __init__( class StateMachine (line 352) | class StateMachine: method irq (line 361) | def irq(self, handler: Optional[Callable] = None, trigger: int = 0 | 1... method put (line 368) | def put(self, value: Union[int, bytes, bytearray], shift: int = 0): method restart (line 383) | def restart(self) -> None: method rx_fifo (line 397) | def rx_fifo(self) -> int: method tx_fifo (line 406) | def tx_fifo(self) -> int: method init (line 415) | def init( method exec (line 468) | def exec(self, instr: Union[int, str]) -> None: method get (line 483) | def get(self, buf: Optional[bytearray] = None, shift: int = 0) -> Unio... method active (line 496) | def active(self, value: None) -> bool: ... method active (line 498) | def active(self, value: Union[bool, int]) -> None: method __init__ (line 508) | def __init__( class PIO (line 526) | class PIO: method state_machine (line 578) | def state_machine(self, id: int, program: _PIO_ASM_Program, **kwargs) ... method remove_program (line 589) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 598) | def irq( method add_program (line 612) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 621) | def __init__(self, id: int) -> None: ... class PIOASMError (line 623) | class PIOASMError(Exception): ... class PIOASMEmit (line 625) | class PIOASMEmit: method in_ (line 634) | def in_(self, src: int, data) -> _PIO_ASM_Program: method side (line 666) | def side(self, value: int): method out (line 678) | def out(self, destination: int, bit_count: int) -> _PIO_ASM_Program: method jmp (line 715) | def jmp(self, condition, label: Incomplete | None = ...) -> _PIO_ASM_P... method start_pass (line 749) | def start_pass(self, pass_) -> None: method wrap (line 755) | def wrap(self) -> None: method word (line 765) | def word(self, instr, label: Incomplete | None = ...) -> _PIO_ASM_Prog... method wait (line 772) | def wait(self, polarity: int, src: int, index: int, /) -> _PIO_ASM_Pro... method wrap_target (line 806) | def wrap_target(self) -> None: method delay (line 814) | def delay(self, delay: int): method label (line 820) | def label(self, label: str) -> None: method irq (line 834) | def irq(self, mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: method set (line 852) | def set(self, destination: int, data) -> _PIO_ASM_Program: method mov (line 875) | def mov(self, dest, src, operation: int | None = None) -> _PIO_ASM_Pro... method push (line 920) | def push(self, value: int = ..., value2: int = ...) -> _PIO_ASM_Program: method pull (line 938) | def pull(self, block: int = block, timeout: int = 0) -> _PIO_ASM_Program: method nop (line 963) | def nop(self) -> _PIO_ASM_Program: method __init__ (line 970) | def __init__( method __getitem__ (line 985) | def __getitem__(self, key): ... method __getitem__ (line 987) | def __getitem__(self, key: int): ... method __getitem__ (line 989) | def __getitem__(self, key): ... method __getitem__ (line 991) | def __getitem__(self, key: int): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 112) | def delay(delay: int) -> _PIO_ASM_Program: function side (line 120) | def side(value: int) -> _PIO_ASM_Program: function wrap_target (line 133) | def wrap_target() -> None: function wrap (line 143) | def wrap() -> None: function label (line 154) | def label(label: str) -> None: function word (line 169) | def word(instr, label: Incomplete | None = ...) -> _PIO_ASM_Program: function nop (line 177) | def nop() -> _PIO_ASM_Program: function jmp (line 185) | def jmp(condition, label: Incomplete | None = ...) -> _PIO_ASM_Program: function wait (line 220) | def wait(polarity: int, src: int, index: int, /) -> _PIO_ASM_Program: function in_ (line 255) | def in_(src, data) -> _PIO_ASM_Program: function out (line 288) | def out(destination: int, bit_count: int) -> _PIO_ASM_Program: function push (line 326) | def push(value: int = ..., value2: int = ...) -> _PIO_ASM_Program: function pull (line 345) | def pull(block: int = block, timeout: int = 0) -> _PIO_ASM_Program: function mov (line 371) | def mov(dest, src, operation: Optional[int] = None) -> _PIO_ASM_Program: function irq (line 417) | def irq(mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: function set (line 437) | def set(destination, data) -> _PIO_ASM_Program: FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/machine.pyi function dht_readinto (line 53) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 54) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 63) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 71) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 96) | def deepsleep() -> NoReturn: function deepsleep (line 121) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 145) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 155) | def unique_id() -> bytes: function soft_reset (line 164) | def soft_reset() -> NoReturn: function reset_cause (line 171) | def reset_cause() -> int: function time_pulse_us (line 177) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 196) | def freq() -> int: function freq (line 204) | def freq(hz: int, /) -> None: function freq (line 212) | def freq(self) -> int: function freq (line 220) | def freq( function idle (line 231) | def idle() -> None: function reset (line 246) | def reset() -> NoReturn: function lightsleep (line 254) | def lightsleep() -> None: function lightsleep (line 279) | def lightsleep(time_ms: int, /) -> None: class PWM (line 318) | class PWM: method duty_u16 (line 370) | def duty_u16(self) -> int: method duty_u16 (line 382) | def duty_u16( method freq (line 398) | def freq(self) -> int: method freq (line 409) | def freq( method init (line 422) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 430) | def duty_ns(self) -> int: method duty_ns (line 440) | def duty_ns( method deinit (line 452) | def deinit(self) -> None: method __init__ (line 457) | def __init__( class WDT (line 482) | class WDT: method feed (line 497) | def feed(self) -> None: method __init__ (line 504) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 513) | class I2S: method shift (line 593) | def shift( method init (line 605) | def init( method irq (line 621) | def irq( method readinto (line 632) | def readinto( method deinit (line 644) | def deinit(self) -> None: method write (line 649) | def write( method __init__ (line 661) | def __init__( class ADC (line 703) | class ADC: method read_u16 (line 729) | def read_u16(self) -> int: method __init__ (line 736) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 752) | def width(self, bits: int) -> None: method read (line 777) | def read(self) -> int: method atten (line 791) | def atten(self, atten: int) -> None: class I2C (line 799) | class I2C: method readfrom_mem_into (line 835) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 846) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 855) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 863) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 873) | def scan(self) -> List: method writeto (line 880) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 889) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 904) | def start(self) -> None: method readfrom (line 909) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 916) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 927) | def init(self, *, freq: int = 400_000) -> None: method init (line 941) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 953) | def stop(self) -> None: method write (line 958) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 967) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 984) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1001) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1014) | class I2CTarget: method deinit (line 1049) | def deinit(self) -> Incomplete: method irq (line 1055) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1094) | def write(self, buf) -> int: method readinto (line 1101) | def readinto(self, buf) -> int: method __init__ (line 1107) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1109) | class SoftSPI(SPI): method deinit (line 1120) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1121) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1122) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1123) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1124) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1125) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1126) | def __init__( class Timer (line 1139) | class Timer: method init (line 1168) | def init( method init (line 1177) | def init( method init (line 1186) | def init( method deinit (line 1245) | def deinit(self) -> None: method __init__ (line 1251) | def __init__(self, id: int, /): method __init__ (line 1261) | def __init__( method __init__ (line 1280) | def __init__( method __init__ (line 1299) | def __init__( class UART (line 1317) | class UART: method irq (line 1383) | def irq( method sendbreak (line 1418) | def sendbreak(self) -> None: method deinit (line 1424) | def deinit(self) -> None: method init (line 1435) | def init( method init (line 1504) | def init( method init (line 1567) | def init( method flush (line 1628) | def flush(self) -> Incomplete: method txdone (line 1642) | def txdone(self) -> bool: method read (line 1658) | def read(self) -> bytes | None: method read (line 1669) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1678) | def any(self) -> int: method write (line 1692) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1701) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1712) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1721) | def readline(self) -> Union[str, None]: method __init__ (line 1730) | def __init__( method __init__ (line 1752) | def __init__( method __init__ (line 1768) | def __init__( class USBDevice (line 1783) | class USBDevice: method submit_xfer (line 1796) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1817) | def config( method remote_wakeup (line 1924) | def remote_wakeup(self) -> bool: method stall (line 1932) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1952) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1973) | class BUILTIN_CDC: method __init__ (line 1979) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1981) | class BUILTIN_NONE: method __init__ (line 1987) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1989) | class BUILTIN_DEFAULT: method __init__ (line 1995) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1997) | def __init__(self) -> None: ... class Pin (line 1999) | class Pin: method low (line 2081) | def low(self) -> None: method irq (line 2088) | def irq( method toggle (line 2141) | def toggle(self) -> Incomplete: method off (line 2148) | def off(self) -> None: method on (line 2153) | def on(self) -> None: method init (line 2158) | def init( method value (line 2177) | def value(self) -> int: method value (line 2211) | def value(self, x: Any, /) -> None: method high (line 2243) | def high(self) -> None: class cpu (line 2251) | class cpu: method __init__ (line 2282) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2284) | class board: method __init__ (line 2313) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2315) | def __init__( method __call__ (line 2390) | def __call__(self) -> int: method __call__ (line 2398) | def __call__(self, x: Any, /) -> None: method mode (line 2406) | def mode(self) -> int: method mode (line 2415) | def mode(self, mode: int, /) -> None: method pull (line 2424) | def pull(self) -> int: method pull (line 2433) | def pull(self, pull: int, /) -> None: method drive (line 2442) | def drive(self, drive: int, /) -> None: method drive (line 2452) | def drive(self, /) -> int: class SoftI2C (line 2460) | class SoftI2C(I2C): method readfrom_mem_into (line 2472) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2473) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2474) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2475) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2476) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2477) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2478) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2479) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2480) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2481) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2482) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2483) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2484) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2485) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class RTC (line 2487) | class RTC: method datetime (line 2504) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2520) | def __init__(self, id: int = 0): method __init__ (line 2526) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2534) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2542) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2550) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2558) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2566) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2574) | def init(self) -> None: method init (line 2589) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2604) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2619) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2634) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2649) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2664) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2679) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2687) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2695) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2703) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2711) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2719) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2727) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SPI (line 2734) | class SPI: method deinit (line 2793) | def deinit(self) -> None: method init (line 2800) | def init( method init (line 2835) | def init( method write_readinto (line 2866) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2876) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2883) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2891) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2901) | def __init__(self, id: int, /): method __init__ (line 2914) | def __init__( method __init__ (line 2940) | def __init__( class Signal (line 2963) | class Signal(Pin): method off (line 3032) | def off(self) -> None: method on (line 3037) | def on(self) -> None: method value (line 3044) | def value(self) -> int: method value (line 3064) | def value(self, x: Any, /) -> None: method __init__ (line 3084) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3104) | def __init__( class ADCBlock (line 3134) | class ADCBlock: method connect (line 3136) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3138) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3140) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 3161) | class SDCard: method readblocks (line 3163) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3173) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3183) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3194) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 66) | def __setitem__(self, i, v) -> None: method __getitem__ (line 71) | def __getitem__(self, i) -> Tuple: method fill (line 76) | def fill(self, v) -> None: method write (line 82) | def write(self) -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/rp2/__init__.pyi function asm_pio_encode (line 69) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 79) | def bootsel_button() -> int: function asm_pio (line 92) | def asm_pio( function const (line 143) | def const(*args, **kwargs) -> Incomplete: ... class Flash (line 145) | class Flash(AbstractBlockDev): method readblocks (line 150) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 160) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 170) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 196) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 199) | def ioctl(self, op: int) -> int | None: method __init__ (line 205) | def __init__(self) -> None: ... class DMA (line 207) | class DMA: method irq (line 211) | def irq(self, handler: Optional[Callable] = None, hard: bool = False) ... method unpack_ctrl (line 216) | def unpack_ctrl(self, value: int) -> dict: method pack_ctrl (line 230) | def pack_ctrl( method close (line 300) | def close(self) -> None: method config (line 306) | def config( method active (line 333) | def active(self, value: Any | None = None) -> bool: method __init__ (line 343) | def __init__( class StateMachine (line 352) | class StateMachine: method irq (line 361) | def irq(self, handler: Optional[Callable] = None, trigger: int = 0 | 1... method put (line 368) | def put(self, value: Union[int, bytes, bytearray], shift: int = 0): method restart (line 383) | def restart(self) -> None: method rx_fifo (line 397) | def rx_fifo(self) -> int: method tx_fifo (line 406) | def tx_fifo(self) -> int: method init (line 415) | def init( method exec (line 468) | def exec(self, instr: Union[int, str]) -> None: method get (line 483) | def get(self, buf: Optional[bytearray] = None, shift: int = 0) -> Unio... method active (line 496) | def active(self, value: None) -> bool: ... method active (line 498) | def active(self, value: Union[bool, int]) -> None: method __init__ (line 508) | def __init__( class PIO (line 526) | class PIO: method state_machine (line 578) | def state_machine(self, id: int, program: _PIO_ASM_Program, **kwargs) ... method remove_program (line 589) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 598) | def irq( method add_program (line 612) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 621) | def __init__(self, id: int) -> None: ... class PIOASMError (line 623) | class PIOASMError(Exception): ... class PIOASMEmit (line 625) | class PIOASMEmit: method in_ (line 634) | def in_(self, src: int, data) -> _PIO_ASM_Program: method side (line 666) | def side(self, value: int): method out (line 678) | def out(self, destination: int, bit_count: int) -> _PIO_ASM_Program: method jmp (line 715) | def jmp(self, condition, label: Incomplete | None = ...) -> _PIO_ASM_P... method start_pass (line 749) | def start_pass(self, pass_) -> None: method wrap (line 755) | def wrap(self) -> None: method word (line 765) | def word(self, instr, label: Incomplete | None = ...) -> _PIO_ASM_Prog... method wait (line 772) | def wait(self, polarity: int, src: int, index: int, /) -> _PIO_ASM_Pro... method wrap_target (line 806) | def wrap_target(self) -> None: method delay (line 814) | def delay(self, delay: int): method label (line 820) | def label(self, label: str) -> None: method irq (line 834) | def irq(self, mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: method set (line 852) | def set(self, destination: int, data) -> _PIO_ASM_Program: method mov (line 875) | def mov(self, dest, src, operation: int | None = None) -> _PIO_ASM_Pro... method push (line 920) | def push(self, value: int = ..., value2: int = ...) -> _PIO_ASM_Program: method pull (line 938) | def pull(self, block: int = block, timeout: int = 0) -> _PIO_ASM_Program: method nop (line 963) | def nop(self) -> _PIO_ASM_Program: method __init__ (line 970) | def __init__( method __getitem__ (line 985) | def __getitem__(self, key): ... method __getitem__ (line 987) | def __getitem__(self, key: int): ... method __getitem__ (line 989) | def __getitem__(self, key): ... method __getitem__ (line 991) | def __getitem__(self, key: int): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 112) | def delay(delay: int) -> _PIO_ASM_Program: function side (line 120) | def side(value: int) -> _PIO_ASM_Program: function wrap_target (line 133) | def wrap_target() -> None: function wrap (line 143) | def wrap() -> None: function label (line 154) | def label(label: str) -> None: function word (line 169) | def word(instr, label: Incomplete | None = ...) -> _PIO_ASM_Program: function nop (line 177) | def nop() -> _PIO_ASM_Program: function jmp (line 185) | def jmp(condition, label: Incomplete | None = ...) -> _PIO_ASM_Program: function wait (line 220) | def wait(polarity: int, src: int, index: int, /) -> _PIO_ASM_Program: function in_ (line 255) | def in_(src, data) -> _PIO_ASM_Program: function out (line 288) | def out(destination: int, bit_count: int) -> _PIO_ASM_Program: function push (line 326) | def push(value: int = ..., value2: int = ...) -> _PIO_ASM_Program: function pull (line 345) | def pull(block: int = block, timeout: int = 0) -> _PIO_ASM_Program: function mov (line 371) | def mov(dest, src, operation: Optional[int] = None) -> _PIO_ASM_Program: function irq (line 417) | def irq(mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: function set (line 437) | def set(destination, data) -> _PIO_ASM_Program: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/aioble/central.pyi function _central_irq (line 37) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 38) | def _central_shutdown() -> None: ... function _cancel_pending (line 39) | async def _cancel_pending() -> None: ... function _connect (line 40) | async def _connect(connection, timeout_ms, scan_duration_ms, min_conn_in... class ScanResult (line 42) | class ScanResult: method __init__ (line 48) | def __init__(self, device) -> None: ... method _update (line 49) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 50) | def __str__(self) -> str: ... method _decode_field (line 51) | def _decode_field(self, *adv_type) -> Generator[Incomplete]: ... method name (line 52) | def name(self): ... method services (line 53) | def services(self) -> Generator[Incomplete]: ... method manufacturer (line 54) | def manufacturer(self, filter=None) -> Generator[Incomplete]: ... class scan (line 56) | class scan: method __init__ (line 65) | def __init__(self, duration_ms, interval_us=None, window_us=None, acti... method __aenter__ (line 66) | async def __aenter__(self): ... method __aexit__ (line 67) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 68) | def __aiter__(self): ... method __anext__ (line 69) | async def __anext__(self): ... method cancel (line 70) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/aioble/client.pyi function _client_irq (line 26) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 28) | class ClientDiscover: method __init__ (line 37) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 38) | async def _start(self) -> None: ... method __aiter__ (line 39) | def __aiter__(self): ... method __anext__ (line 40) | async def __anext__(self): ... method _discover_result (line 41) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 42) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 44) | class ClientService: method __init__ (line 49) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 50) | def __str__(self) -> str: ... method characteristic (line 51) | async def characteristic(self, uuid, timeout_ms: int = 2000): ... method characteristics (line 52) | def characteristics(self, uuid=None, timeout_ms: int = 2000): ... method _start_discovery (line 53) | def _start_discovery(connection, uuid=None) -> None: ... class BaseClientCharacteristic (line 55) | class BaseClientCharacteristic: method __init__ (line 64) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 65) | def _register_with_connection(self) -> None: ... method _find (line 66) | def _find(conn_handle, value_handle): ... method _check (line 67) | def _check(self, flag) -> None: ... method read (line 68) | async def read(self, timeout_ms: int = 1000): ... method _read_result (line 69) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 70) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 71) | async def write(self, data, response=None, timeout_ms: int = 1000) -> ... method _write_done (line 72) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 74) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 82) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 83) | def __str__(self) -> str: ... method _connection (line 84) | def _connection(self): ... method descriptor (line 85) | async def descriptor(self, uuid, timeout_ms: int = 2000): ... method descriptors (line 86) | def descriptors(self, timeout_ms: int = 2000): ... method _start_discovery (line 87) | def _start_discovery(service, uuid=None) -> None: ... method _notified_indicated (line 88) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 89) | async def notified(self, timeout_ms=None): ... method _on_notify_indicate (line 90) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 91) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 92) | async def indicated(self, timeout_ms=None): ... method _on_indicate (line 93) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 94) | async def subscribe(self, notify: bool = True, indicate: bool = False)... class ClientDescriptor (line 96) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 99) | def __str__(self) -> str: ... method _connection (line 100) | def _connection(self): ... method _start_discovery (line 101) | def _start_discovery(characteristic, uuid=None) -> None: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/aioble/core.pyi function log_error (line 5) | def log_error(*args) -> None: ... function log_warn (line 6) | def log_warn(*args) -> None: ... function log_info (line 7) | def log_info(*args) -> None: ... class GattError (line 9) | class GattError(Exception): method __init__ (line 11) | def __init__(self, status) -> None: ... function ensure_active (line 13) | def ensure_active() -> None: ... function config (line 14) | def config(*args, **kwargs): ... function register_irq_handler (line 19) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 20) | def stop() -> None: ... function ble_irq (line 21) | def ble_irq(event, data): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/aioble/device.pyi class DeviceDisconnectedError (line 8) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 10) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 12) | class DeviceTimeout: method __init__ (line 17) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 18) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 19) | def __enter__(self) -> None: ... method __exit__ (line 20) | def __exit__( class Device (line 24) | class Device: method __init__ (line 28) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 29) | def __eq__(self, rhs): ... method __hash__ (line 30) | def __hash__(self): ... method __str__ (line 31) | def __str__(self) -> str: ... method addr_hex (line 32) | def addr_hex(self): ... method connect (line 33) | async def connect(self, timeout_ms: int = 10000, scan_duration_ms=None... class DeviceConnection (line 35) | class DeviceConnection: method __init__ (line 52) | def __init__(self, device) -> None: ... method device_task (line 53) | async def device_task(self) -> None: ... method _run_task (line 54) | def _run_task(self) -> None: ... method disconnect (line 55) | async def disconnect(self, timeout_ms: int = 2000) -> None: ... method disconnected (line 56) | async def disconnected(self, timeout_ms=None, disconnect: bool = False... method service (line 57) | async def service(self, uuid, timeout_ms: int = 2000): ... method services (line 58) | def services(self, uuid=None, timeout_ms: int = 2000): ... method pair (line 59) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 60) | def is_connected(self): ... method timeout (line 61) | def timeout(self, timeout_ms): ... method exchange_mtu (line 62) | async def exchange_mtu(self, mtu=None, timeout_ms: int = 1000): ... method l2cap_accept (line 63) | async def l2cap_accept(self, psm, mtu, timeout_ms=None): ... method l2cap_connect (line 64) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = 1000): ... method __aenter__ (line 65) | async def __aenter__(self): ... method __aexit__ (line 66) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/aioble/l2cap.pyi function _l2cap_irq (line 13) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 14) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 16) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 17) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 19) | class L2CAPChannel: method __init__ (line 28) | def __init__(self, connection) -> None: ... method _assert_connected (line 29) | def _assert_connected(self) -> None: ... method recvinto (line 30) | async def recvinto(self, buf, timeout_ms=None): ... method available (line 31) | def available(self): ... method send (line 32) | async def send(self, buf, timeout_ms=None, chunk_size=None) -> None: ... method flush (line 33) | async def flush(self, timeout_ms=None) -> None: ... method disconnect (line 34) | async def disconnect(self, timeout_ms: int = 1000) -> None: ... method disconnected (line 35) | async def disconnected(self, timeout_ms: int = 1000) -> None: ... method __aenter__ (line 36) | async def __aenter__(self): ... method __aexit__ (line 37) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 39) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 40) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/aioble/peripheral.pyi function _peripheral_irq (line 29) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 30) | def _peripheral_shutdown() -> None: ... function _append (line 31) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 32) | async def advertise( FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/aioble/security.pyi function load_secrets (line 23) | def load_secrets(path=None) -> None: ... function _save_secrets (line 24) | def _save_secrets(arg=None) -> None: ... function _security_irq (line 25) | def _security_irq(event, data): ... function _security_shutdown (line 26) | def _security_shutdown() -> None: ... function pair (line 27) | async def pair(connection, bond: bool = True, le_secure: bool = True, mi... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/aioble/server.pyi function _server_irq (line 32) | def _server_irq(event, data): ... function _server_shutdown (line 33) | def _server_shutdown() -> None: ... class Service (line 35) | class Service: method __init__ (line 38) | def __init__(self, uuid) -> None: ... method _tuple (line 39) | def _tuple(self): ... class BaseCharacteristic (line 41) | class BaseCharacteristic: method _register (line 44) | def _register(self, value_handle) -> None: ... method read (line 45) | def read(self): ... method write (line 46) | def write(self, data, send_update: bool = False) -> None: ... method _init_capture (line 48) | def _init_capture() -> None: ... method _run_capture_task (line 50) | async def _run_capture_task() -> None: ... method written (line 52) | async def written(self, timeout_ms=None): ... method on_read (line 53) | def on_read(self, connection): ... method _remote_write (line 54) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 55) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 57) | class Characteristic(BaseCharacteristic): method __init__ (line 68) | def __init__( method _tuple (line 80) | def _tuple(self): ... method notify (line 81) | def notify(self, connection, data=None) -> None: ... method indicate (line 82) | async def indicate(self, connection, data=None, timeout_ms: int = 1000... method _indicate_done (line 83) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 85) | class BufferedCharacteristic(Characteristic): method __init__ (line 88) | def __init__(self, *args, max_len: int = 20, append: bool = False, **k... method _register (line 89) | def _register(self, value_handle) -> None: ... class Descriptor (line 91) | class Descriptor(BaseCharacteristic): method __init__ (line 98) | def __init__(self, characteristic, uuid, read: bool = False, write: bo... method _tuple (line 99) | def _tuple(self): ... function register_services (line 101) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gatts_notify (line 64) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_indicate (line 78) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_write (line 95) | def gattc_write( method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 130) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_read (line 143) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method gatts_write (line 149) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_set_buffer (line 158) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_register_services (line 170) | def gatts_register_services(self, services_definition: tuple[_Service,... method irq (line 232) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_connect (line 425) | def gap_connect( method gap_advertise (line 456) | def gap_advertise( method config (line 482) | def config(self, param: str, /) -> Any: method config (line 546) | def config(self, **kwargs) -> None: method config (line 610) | def config(self, param: str, /) -> Any: method config (line 674) | def config(self, **kwargs) -> None: method active (line 738) | def active(self) -> bool: method active (line 747) | def active(self, active: bool, /) -> None: method active (line 756) | def active(self) -> bool: method active (line 765) | def active(self, active: bool, /) -> None: method gattc_discover_services (line 772) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gap_disconnect (line 782) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gattc_discover_descriptors (line 796) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method gattc_discover_characteristics (line 804) | def gattc_discover_characteristics( method gap_scan (line 825) | def gap_scan( method __init__ (line 867) | def __init__(self) -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/lwip.pyi function reset (line 27) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 28) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 29) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 30) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 32) | class socket: method recvfrom (line 33) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 34) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 35) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 36) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 38) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 39) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 40) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 41) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 43) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 44) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 46) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 47) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 48) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 49) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 50) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/machine.pyi function dht_readinto (line 53) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 54) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 63) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 71) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 96) | def deepsleep() -> NoReturn: function deepsleep (line 121) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 145) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 155) | def unique_id() -> bytes: function soft_reset (line 164) | def soft_reset() -> NoReturn: function reset_cause (line 171) | def reset_cause() -> int: function time_pulse_us (line 177) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 196) | def freq() -> int: function freq (line 204) | def freq(hz: int, /) -> None: function freq (line 212) | def freq(self) -> int: function freq (line 220) | def freq( function idle (line 231) | def idle() -> None: function reset (line 246) | def reset() -> NoReturn: function lightsleep (line 254) | def lightsleep() -> None: function lightsleep (line 279) | def lightsleep(time_ms: int, /) -> None: class PWM (line 318) | class PWM: method duty_u16 (line 370) | def duty_u16(self) -> int: method duty_u16 (line 382) | def duty_u16( method freq (line 398) | def freq(self) -> int: method freq (line 409) | def freq( method init (line 422) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 430) | def duty_ns(self) -> int: method duty_ns (line 440) | def duty_ns( method deinit (line 452) | def deinit(self) -> None: method __init__ (line 457) | def __init__( class WDT (line 482) | class WDT: method feed (line 497) | def feed(self) -> None: method __init__ (line 504) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 513) | class I2S: method shift (line 593) | def shift( method init (line 605) | def init( method irq (line 621) | def irq( method readinto (line 632) | def readinto( method deinit (line 644) | def deinit(self) -> None: method write (line 649) | def write( method __init__ (line 661) | def __init__( class ADC (line 703) | class ADC: method read_u16 (line 729) | def read_u16(self) -> int: method __init__ (line 736) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 752) | def width(self, bits: int) -> None: method read (line 777) | def read(self) -> int: method atten (line 791) | def atten(self, atten: int) -> None: class I2C (line 799) | class I2C: method readfrom_mem_into (line 835) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 846) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 855) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 863) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 873) | def scan(self) -> List: method writeto (line 880) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 889) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 904) | def start(self) -> None: method readfrom (line 909) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 916) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 927) | def init(self, *, freq: int = 400_000) -> None: method init (line 941) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 953) | def stop(self) -> None: method write (line 958) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 967) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 984) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1001) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1014) | class I2CTarget: method deinit (line 1049) | def deinit(self) -> Incomplete: method irq (line 1055) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1094) | def write(self, buf) -> int: method readinto (line 1101) | def readinto(self, buf) -> int: method __init__ (line 1107) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1109) | class SoftSPI(SPI): method deinit (line 1120) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1121) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1122) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1123) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1124) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1125) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1126) | def __init__( class Timer (line 1139) | class Timer: method init (line 1168) | def init( method init (line 1177) | def init( method init (line 1186) | def init( method deinit (line 1245) | def deinit(self) -> None: method __init__ (line 1251) | def __init__(self, id: int, /): method __init__ (line 1261) | def __init__( method __init__ (line 1280) | def __init__( method __init__ (line 1299) | def __init__( class UART (line 1317) | class UART: method irq (line 1383) | def irq( method sendbreak (line 1418) | def sendbreak(self) -> None: method deinit (line 1424) | def deinit(self) -> None: method init (line 1435) | def init( method init (line 1504) | def init( method init (line 1567) | def init( method flush (line 1628) | def flush(self) -> Incomplete: method txdone (line 1642) | def txdone(self) -> bool: method read (line 1658) | def read(self) -> bytes | None: method read (line 1669) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1678) | def any(self) -> int: method write (line 1692) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1701) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1712) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1721) | def readline(self) -> Union[str, None]: method __init__ (line 1730) | def __init__( method __init__ (line 1752) | def __init__( method __init__ (line 1768) | def __init__( class USBDevice (line 1783) | class USBDevice: method submit_xfer (line 1796) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1817) | def config( method remote_wakeup (line 1924) | def remote_wakeup(self) -> bool: method stall (line 1932) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1952) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1973) | class BUILTIN_CDC: method __init__ (line 1979) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1981) | class BUILTIN_NONE: method __init__ (line 1987) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1989) | class BUILTIN_DEFAULT: method __init__ (line 1995) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1997) | def __init__(self) -> None: ... class Pin (line 1999) | class Pin: method low (line 2081) | def low(self) -> None: method irq (line 2088) | def irq( method toggle (line 2141) | def toggle(self) -> Incomplete: method off (line 2148) | def off(self) -> None: method on (line 2153) | def on(self) -> None: method init (line 2158) | def init( method value (line 2177) | def value(self) -> int: method value (line 2211) | def value(self, x: Any, /) -> None: method high (line 2243) | def high(self) -> None: class cpu (line 2251) | class cpu: method __init__ (line 2285) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2287) | class board: method __init__ (line 2318) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2320) | def __init__( method __call__ (line 2395) | def __call__(self) -> int: method __call__ (line 2403) | def __call__(self, x: Any, /) -> None: method mode (line 2411) | def mode(self) -> int: method mode (line 2420) | def mode(self, mode: int, /) -> None: method pull (line 2429) | def pull(self) -> int: method pull (line 2438) | def pull(self, pull: int, /) -> None: method drive (line 2447) | def drive(self, drive: int, /) -> None: method drive (line 2457) | def drive(self, /) -> int: class SoftI2C (line 2465) | class SoftI2C(I2C): method readfrom_mem_into (line 2477) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2478) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2479) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2480) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2481) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2482) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2483) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2484) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2485) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2486) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2487) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2488) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2489) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2490) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class RTC (line 2492) | class RTC: method datetime (line 2509) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2525) | def __init__(self, id: int = 0): method __init__ (line 2531) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2539) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2547) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2555) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2563) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2571) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2579) | def init(self) -> None: method init (line 2594) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2609) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2624) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2639) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2654) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2669) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2684) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2692) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2700) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2708) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2716) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2724) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2732) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SPI (line 2739) | class SPI: method deinit (line 2798) | def deinit(self) -> None: method init (line 2805) | def init( method init (line 2840) | def init( method write_readinto (line 2871) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2881) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2888) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2896) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2906) | def __init__(self, id: int, /): method __init__ (line 2919) | def __init__( method __init__ (line 2945) | def __init__( class Signal (line 2968) | class Signal(Pin): method off (line 3037) | def off(self) -> None: method on (line 3042) | def on(self) -> None: method value (line 3049) | def value(self) -> int: method value (line 3069) | def value(self, x: Any, /) -> None: method __init__ (line 3089) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3109) | def __init__( class ADCBlock (line 3139) | class ADCBlock: method connect (line 3141) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3143) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3145) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 3166) | class SDCard: method readblocks (line 3168) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3178) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3188) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3199) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/mip/__init__.pyi function _ensure_path_exists (line 8) | def _ensure_path_exists(path) -> None: ... function _chunk (line 9) | def _chunk(src, dest) -> None: ... function _check_exists (line 10) | def _check_exists(path, short_hash): ... function _rewrite_url (line 11) | def _rewrite_url(url, branch=None): ... function _download_file (line 12) | def _download_file(url, dest): ... function _install_json (line 13) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 14) | def _install_package(package, index, target, version, mpy): ... function install (line 15) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 66) | def __setitem__(self, i, v) -> None: method __getitem__ (line 71) | def __getitem__(self, i) -> Tuple: method fill (line 76) | def fill(self, v) -> None: method write (line 82) | def write(self) -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/network.pyi function hostname (line 64) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 92) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function route (line 107) | def route(*args, **kwargs) -> Incomplete: ... function country (line 108) | def country(code: Optional[Any] = None) -> Incomplete: class WLAN (line 121) | class WLAN: method ipconfig (line 153) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method status (line 154) | def status(self, param: Optional[Any] = None) -> List[int]: method ioctl (line 183) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method send_ethernet (line 184) | def send_ethernet(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 185) | def isconnected(self) -> bool: method scan (line 192) | def scan(self) -> List[Tuple]: method config (line 220) | def config(self, *args, **kwargs) -> Incomplete: method ifconfig (line 255) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method active (line 265) | def active(self, is_active: Optional[Any] = None) -> None: method disconnect (line 272) | def disconnect(self) -> None: method connect (line 277) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method deinit (line 285) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 286) | def __init__(self, interface_id) -> None: ... class LAN (line 288) | class LAN: method active (line 290) | def active(self, /) -> bool: method active (line 298) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 305) | class WLANWiPy: method __init__ (line 307) | def __init__(self, id: int = 0, /): method __init__ (line 321) | def __init__( method mode (line 345) | def mode(self) -> int: method mode (line 351) | def mode(self, mode: int, /) -> None: method ssid (line 357) | def ssid(self) -> str: method ssid (line 363) | def ssid(self, ssid: str, /) -> None: method auth (line 369) | def auth(self) -> int: method auth (line 375) | def auth(self, auth: int, /) -> None: method channel (line 381) | def channel(self) -> int: method channel (line 387) | def channel(self, channel: int, /) -> None: method antenna (line 393) | def antenna(self) -> int: method antenna (line 399) | def antenna(self, antenna: int, /) -> None: method mac (line 405) | def mac(self) -> bytes: method mac (line 411) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 416) | class AbstractNIC: method active (line 419) | def active(self, /) -> bool: method active (line 430) | def active(self, is_active: bool | int, /) -> None: method connect (line 441) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 460) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 479) | def status(self) -> Any: method status (line 497) | def status(self, param: str, /) -> Any: method ifconfig (line 515) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 529) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 543) | def config(self, param: str, /) -> Any: method config (line 562) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/requests/__init__.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/rp2/__init__.pyi function bootsel_button (line 69) | def bootsel_button() -> int: function asm_pio (line 82) | def asm_pio( function country (line 133) | def country(*args, **kwargs) -> Incomplete: ... function asm_pio_encode (line 134) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function const (line 144) | def const(*args, **kwargs) -> Incomplete: ... class DMA (line 146) | class DMA: method irq (line 150) | def irq(self, handler: Optional[Callable] = None, hard: bool = False) ... method unpack_ctrl (line 155) | def unpack_ctrl(self, value: int) -> dict: method pack_ctrl (line 169) | def pack_ctrl( method close (line 239) | def close(self) -> None: method config (line 245) | def config( method active (line 272) | def active(self, value: Any | None = None) -> bool: method __init__ (line 282) | def __init__( class PIO (line 291) | class PIO: method state_machine (line 343) | def state_machine(self, id: int, program: _PIO_ASM_Program, **kwargs) ... method remove_program (line 354) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 363) | def irq( method add_program (line 377) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 386) | def __init__(self, id: int) -> None: ... class StateMachine (line 388) | class StateMachine: method irq (line 397) | def irq(self, handler: Optional[Callable] = None, trigger: int = 0 | 1... method put (line 404) | def put(self, value: Union[int, bytes, bytearray], shift: int = 0): method restart (line 419) | def restart(self) -> None: method rx_fifo (line 433) | def rx_fifo(self) -> int: method tx_fifo (line 442) | def tx_fifo(self) -> int: method init (line 451) | def init( method exec (line 504) | def exec(self, instr: Union[int, str]) -> None: method get (line 519) | def get(self, buf: Optional[bytearray] = None, shift: int = 0) -> Unio... method active (line 532) | def active(self, value: None) -> bool: ... method active (line 534) | def active(self, value: Union[bool, int]) -> None: method __init__ (line 544) | def __init__( class PIOASMEmit (line 562) | class PIOASMEmit: method in_ (line 571) | def in_(self, src: int, data) -> _PIO_ASM_Program: method side (line 603) | def side(self, value: int): method out (line 615) | def out(self, destination: int, bit_count: int) -> _PIO_ASM_Program: method jmp (line 652) | def jmp(self, condition, label: Incomplete | None = ...) -> _PIO_ASM_P... method start_pass (line 686) | def start_pass(self, pass_) -> None: method wrap (line 692) | def wrap(self) -> None: method word (line 702) | def word(self, instr, label: Incomplete | None = ...) -> _PIO_ASM_Prog... method wait (line 709) | def wait(self, polarity: int, src: int, index: int, /) -> _PIO_ASM_Pro... method wrap_target (line 743) | def wrap_target(self) -> None: method delay (line 751) | def delay(self, delay: int): method label (line 757) | def label(self, label: str) -> None: method irq (line 771) | def irq(self, mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: method set (line 789) | def set(self, destination: int, data) -> _PIO_ASM_Program: method mov (line 812) | def mov(self, dest, src, operation: int | None = None) -> _PIO_ASM_Pro... method push (line 857) | def push(self, value: int = ..., value2: int = ...) -> _PIO_ASM_Program: method pull (line 875) | def pull(self, block: int = block, timeout: int = 0) -> _PIO_ASM_Program: method nop (line 900) | def nop(self) -> _PIO_ASM_Program: method __init__ (line 907) | def __init__( method __getitem__ (line 922) | def __getitem__(self, key): ... method __getitem__ (line 924) | def __getitem__(self, key: int): ... method __getitem__ (line 926) | def __getitem__(self, key): ... method __getitem__ (line 928) | def __getitem__(self, key: int): ... class Flash (line 930) | class Flash(AbstractBlockDev): method readblocks (line 935) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 945) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 955) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 966) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 981) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 984) | def ioctl(self, op: int) -> int | None: method __init__ (line 990) | def __init__(self) -> None: ... class PIOASMError (line 992) | class PIOASMError(Exception): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 112) | def delay(delay: int) -> _PIO_ASM_Program: function side (line 120) | def side(value: int) -> _PIO_ASM_Program: function wrap_target (line 133) | def wrap_target() -> None: function wrap (line 143) | def wrap() -> None: function label (line 154) | def label(label: str) -> None: function word (line 169) | def word(instr, label: Incomplete | None = ...) -> _PIO_ASM_Program: function nop (line 177) | def nop() -> _PIO_ASM_Program: function jmp (line 185) | def jmp(condition, label: Incomplete | None = ...) -> _PIO_ASM_Program: function wait (line 220) | def wait(polarity: int, src: int, index: int, /) -> _PIO_ASM_Program: function in_ (line 255) | def in_(src, data) -> _PIO_ASM_Program: function out (line 288) | def out(destination: int, bit_count: int) -> _PIO_ASM_Program: function push (line 326) | def push(value: int = ..., value2: int = ...) -> _PIO_ASM_Program: function pull (line 345) | def pull(block: int = block, timeout: int = 0) -> _PIO_ASM_Program: function mov (line 371) | def mov(dest, src, operation: Optional[int] = None) -> _PIO_ASM_Program: function irq (line 417) | def irq(mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: function set (line 437) | def set(destination, data) -> _PIO_ASM_Program: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/socket.pyi function reset (line 115) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 116) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 117) | def getaddrinfo( function callback (line 167) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 169) | class socket: method recvfrom (line 177) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 186) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 198) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 218) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 236) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 244) | def settimeout(self, value: float | None, /) -> None: method sendall (line 279) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 291) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 298) | def setblocking(self, value: bool, /) -> None: method sendto (line 309) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 315) | def readline(self) -> bytes: method readinto (line 324) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 334) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 344) | def read(self) -> bytes: method read (line 354) | def read(self, size: int, /) -> bytes: method close (line 362) | def close(self) -> None: method connect (line 372) | def connect(self, address: _Address | bytes, /) -> None: method send (line 377) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 384) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 389) | def accept(self) -> Tuple: method write (line 397) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 407) | def __init__( FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/urequests.pyi function __getattr__ (line 1) | def __getattr__(attr): ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/webrepl.pyi function server_handshake (line 10) | def server_handshake(cl): ... function send_html (line 11) | def send_html(cl) -> None: ... function setup_conn (line 12) | def setup_conn(port, accept_handler): ... function accept_conn (line 13) | def accept_conn(listen_sock): ... function stop (line 14) | def stop() -> None: ... function start (line 15) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 16) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: publish/micropython-v1_27_0-rp2-rpi_pico2_w-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-rp2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-rp2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-rp2-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-rp2-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-rp2-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_27_0-rp2-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_27_0-rp2-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-rp2-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-rp2-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_27_0-rp2-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-rp2-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0-rp2-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_27_0-rp2-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-rp2-stubs/machine.pyi function dht_readinto (line 53) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 54) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 63) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 71) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 96) | def deepsleep() -> NoReturn: function deepsleep (line 121) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 145) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 155) | def unique_id() -> bytes: function soft_reset (line 164) | def soft_reset() -> NoReturn: function reset_cause (line 171) | def reset_cause() -> int: function time_pulse_us (line 177) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 196) | def freq() -> int: function freq (line 204) | def freq(hz: int, /) -> None: function freq (line 212) | def freq(self) -> int: function freq (line 220) | def freq( function idle (line 231) | def idle() -> None: function reset (line 246) | def reset() -> NoReturn: function lightsleep (line 254) | def lightsleep() -> None: function lightsleep (line 279) | def lightsleep(time_ms: int, /) -> None: class PWM (line 318) | class PWM: method duty_u16 (line 370) | def duty_u16(self) -> int: method duty_u16 (line 382) | def duty_u16( method freq (line 398) | def freq(self) -> int: method freq (line 409) | def freq( method init (line 422) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 430) | def duty_ns(self) -> int: method duty_ns (line 440) | def duty_ns( method deinit (line 452) | def deinit(self) -> None: method __init__ (line 457) | def __init__( class WDT (line 482) | class WDT: method feed (line 497) | def feed(self) -> None: method __init__ (line 504) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 513) | class I2S: method shift (line 593) | def shift( method init (line 605) | def init( method irq (line 621) | def irq( method readinto (line 632) | def readinto( method deinit (line 644) | def deinit(self) -> None: method write (line 649) | def write( method __init__ (line 661) | def __init__( class ADC (line 703) | class ADC: method read_u16 (line 729) | def read_u16(self) -> int: method __init__ (line 736) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 752) | def width(self, bits: int) -> None: method read (line 777) | def read(self) -> int: method atten (line 791) | def atten(self, atten: int) -> None: class I2C (line 799) | class I2C: method readfrom_mem_into (line 835) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 846) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 855) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 863) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 873) | def scan(self) -> List: method writeto (line 880) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 889) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 904) | def start(self) -> None: method readfrom (line 909) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 916) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 927) | def init(self, *, freq: int = 400_000) -> None: method init (line 941) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 953) | def stop(self) -> None: method write (line 958) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 967) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 984) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1001) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1014) | class I2CTarget: method deinit (line 1049) | def deinit(self) -> Incomplete: method irq (line 1055) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1094) | def write(self, buf) -> int: method readinto (line 1101) | def readinto(self, buf) -> int: method __init__ (line 1107) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1109) | class SoftSPI(SPI): method deinit (line 1120) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1121) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1122) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1123) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1124) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1125) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1126) | def __init__( class Timer (line 1139) | class Timer: method init (line 1168) | def init( method init (line 1177) | def init( method init (line 1186) | def init( method deinit (line 1245) | def deinit(self) -> None: method __init__ (line 1251) | def __init__(self, id: int, /): method __init__ (line 1261) | def __init__( method __init__ (line 1280) | def __init__( method __init__ (line 1299) | def __init__( class UART (line 1317) | class UART: method irq (line 1383) | def irq( method sendbreak (line 1418) | def sendbreak(self) -> None: method deinit (line 1424) | def deinit(self) -> None: method init (line 1435) | def init( method init (line 1504) | def init( method init (line 1567) | def init( method flush (line 1628) | def flush(self) -> Incomplete: method txdone (line 1642) | def txdone(self) -> bool: method read (line 1658) | def read(self) -> bytes | None: method read (line 1669) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1678) | def any(self) -> int: method write (line 1692) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1701) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1712) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1721) | def readline(self) -> Union[str, None]: method __init__ (line 1730) | def __init__( method __init__ (line 1752) | def __init__( method __init__ (line 1768) | def __init__( class USBDevice (line 1783) | class USBDevice: method submit_xfer (line 1796) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1817) | def config( method remote_wakeup (line 1924) | def remote_wakeup(self) -> bool: method stall (line 1932) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1952) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1973) | class BUILTIN_CDC: method __init__ (line 1979) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1981) | class BUILTIN_NONE: method __init__ (line 1987) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1989) | class BUILTIN_DEFAULT: method __init__ (line 1995) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1997) | def __init__(self) -> None: ... class Pin (line 1999) | class Pin: method low (line 2076) | def low(self) -> None: method irq (line 2083) | def irq( method toggle (line 2136) | def toggle(self) -> Incomplete: method off (line 2143) | def off(self) -> None: method on (line 2148) | def on(self) -> None: method init (line 2153) | def init( method value (line 2172) | def value(self) -> int: method value (line 2206) | def value(self, x: Any, /) -> None: method high (line 2238) | def high(self) -> None: class cpu (line 2246) | class cpu: method __init__ (line 2277) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2279) | class board: method __init__ (line 2308) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2310) | def __init__( method __call__ (line 2385) | def __call__(self) -> int: method __call__ (line 2393) | def __call__(self, x: Any, /) -> None: method mode (line 2401) | def mode(self) -> int: method mode (line 2410) | def mode(self, mode: int, /) -> None: method pull (line 2419) | def pull(self) -> int: method pull (line 2428) | def pull(self, pull: int, /) -> None: method drive (line 2437) | def drive(self, drive: int, /) -> None: method drive (line 2447) | def drive(self, /) -> int: class SoftI2C (line 2455) | class SoftI2C(I2C): method readfrom_mem_into (line 2467) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2468) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2469) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2470) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2471) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2472) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2473) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2474) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2475) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2476) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2477) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2478) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2479) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2480) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class RTC (line 2482) | class RTC: method datetime (line 2499) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2515) | def __init__(self, id: int = 0): method __init__ (line 2521) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2529) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2537) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2545) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2553) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2561) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2569) | def init(self) -> None: method init (line 2584) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2599) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2614) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2629) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2644) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2659) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2674) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2682) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2690) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2698) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2706) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2714) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2722) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SPI (line 2729) | class SPI: method deinit (line 2788) | def deinit(self) -> None: method init (line 2795) | def init( method init (line 2830) | def init( method write_readinto (line 2861) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2871) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2878) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2886) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2896) | def __init__(self, id: int, /): method __init__ (line 2909) | def __init__( method __init__ (line 2935) | def __init__( class Signal (line 2958) | class Signal(Pin): method off (line 3027) | def off(self) -> None: method on (line 3032) | def on(self) -> None: method value (line 3039) | def value(self) -> int: method value (line 3059) | def value(self, x: Any, /) -> None: method __init__ (line 3079) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3099) | def __init__( class ADCBlock (line 3129) | class ADCBlock: method connect (line 3131) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3133) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3135) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 3156) | class SDCard: method readblocks (line 3158) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3168) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3178) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3189) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_27_0-rp2-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-rp2-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-rp2-stubs/neopixel.pyi class NeoPixel (line 23) | class NeoPixel(_NeoPixelBase): method __init__ (line 51) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 61) | def __len__(self) -> int: method __setitem__ (line 66) | def __setitem__(self, i, v) -> None: method __getitem__ (line 71) | def __getitem__(self, i) -> Tuple: method fill (line 76) | def fill(self, v) -> None: method write (line 82) | def write(self) -> None: FILE: publish/micropython-v1_27_0-rp2-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-rp2-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-rp2-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_27_0-rp2-stubs/rp2/__init__.pyi function asm_pio_encode (line 69) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 79) | def bootsel_button() -> int: function asm_pio (line 92) | def asm_pio( function const (line 143) | def const(*args, **kwargs) -> Incomplete: ... class Flash (line 145) | class Flash(AbstractBlockDev): method readblocks (line 150) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 160) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 170) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 196) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 199) | def ioctl(self, op: int) -> int | None: method __init__ (line 205) | def __init__(self) -> None: ... class DMA (line 207) | class DMA: method irq (line 211) | def irq(self, handler: Optional[Callable] = None, hard: bool = False) ... method unpack_ctrl (line 216) | def unpack_ctrl(self, value: int) -> dict: method pack_ctrl (line 230) | def pack_ctrl( method close (line 300) | def close(self) -> None: method config (line 306) | def config( method active (line 333) | def active(self, value: Any | None = None) -> bool: method __init__ (line 343) | def __init__( class StateMachine (line 352) | class StateMachine: method irq (line 361) | def irq(self, handler: Optional[Callable] = None, trigger: int = 0 | 1... method put (line 368) | def put(self, value: Union[int, bytes, bytearray], shift: int = 0): method restart (line 383) | def restart(self) -> None: method rx_fifo (line 397) | def rx_fifo(self) -> int: method tx_fifo (line 406) | def tx_fifo(self) -> int: method init (line 415) | def init( method exec (line 468) | def exec(self, instr: Union[int, str]) -> None: method get (line 483) | def get(self, buf: Optional[bytearray] = None, shift: int = 0) -> Unio... method active (line 496) | def active(self, value: None) -> bool: ... method active (line 498) | def active(self, value: Union[bool, int]) -> None: method __init__ (line 508) | def __init__( class PIO (line 526) | class PIO: method state_machine (line 578) | def state_machine(self, id: int, program: _PIO_ASM_Program, **kwargs) ... method remove_program (line 589) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 598) | def irq( method add_program (line 612) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 621) | def __init__(self, id: int) -> None: ... class PIOASMError (line 623) | class PIOASMError(Exception): ... class PIOASMEmit (line 625) | class PIOASMEmit: method in_ (line 634) | def in_(self, src: int, data) -> _PIO_ASM_Program: method side (line 666) | def side(self, value: int): method out (line 678) | def out(self, destination: int, bit_count: int) -> _PIO_ASM_Program: method jmp (line 715) | def jmp(self, condition, label: Incomplete | None = ...) -> _PIO_ASM_P... method start_pass (line 749) | def start_pass(self, pass_) -> None: method wrap (line 755) | def wrap(self) -> None: method word (line 765) | def word(self, instr, label: Incomplete | None = ...) -> _PIO_ASM_Prog... method wait (line 772) | def wait(self, polarity: int, src: int, index: int, /) -> _PIO_ASM_Pro... method wrap_target (line 806) | def wrap_target(self) -> None: method delay (line 814) | def delay(self, delay: int): method label (line 820) | def label(self, label: str) -> None: method irq (line 834) | def irq(self, mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: method set (line 852) | def set(self, destination: int, data) -> _PIO_ASM_Program: method mov (line 875) | def mov(self, dest, src, operation: int | None = None) -> _PIO_ASM_Pro... method push (line 920) | def push(self, value: int = ..., value2: int = ...) -> _PIO_ASM_Program: method pull (line 938) | def pull(self, block: int = block, timeout: int = 0) -> _PIO_ASM_Program: method nop (line 963) | def nop(self) -> _PIO_ASM_Program: method __init__ (line 970) | def __init__( method __getitem__ (line 985) | def __getitem__(self, key): ... method __getitem__ (line 987) | def __getitem__(self, key: int): ... method __getitem__ (line 989) | def __getitem__(self, key): ... method __getitem__ (line 991) | def __getitem__(self, key: int): ... FILE: publish/micropython-v1_27_0-rp2-stubs/rp2/asm_pio.pyi function invert (line 68) | def invert(x: int) -> int: function reverse (line 71) | def reverse(x: int) -> int: function rel (line 91) | def rel(x: int) -> int: function delay (line 112) | def delay(delay: int) -> _PIO_ASM_Program: function side (line 120) | def side(value: int) -> _PIO_ASM_Program: function wrap_target (line 133) | def wrap_target() -> None: function wrap (line 143) | def wrap() -> None: function label (line 154) | def label(label: str) -> None: function word (line 169) | def word(instr, label: Incomplete | None = ...) -> _PIO_ASM_Program: function nop (line 177) | def nop() -> _PIO_ASM_Program: function jmp (line 185) | def jmp(condition, label: Incomplete | None = ...) -> _PIO_ASM_Program: function wait (line 220) | def wait(polarity: int, src: int, index: int, /) -> _PIO_ASM_Program: function in_ (line 255) | def in_(src, data) -> _PIO_ASM_Program: function out (line 288) | def out(destination: int, bit_count: int) -> _PIO_ASM_Program: function push (line 326) | def push(value: int = ..., value2: int = ...) -> _PIO_ASM_Program: function pull (line 345) | def pull(block: int = block, timeout: int = 0) -> _PIO_ASM_Program: function mov (line 371) | def mov(dest, src, operation: Optional[int] = None) -> _PIO_ASM_Program: function irq (line 417) | def irq(mod, index: Incomplete | None = ...) -> _PIO_ASM_Program: function set (line 437) | def set(destination, data) -> _PIO_ASM_Program: FILE: publish/micropython-v1_27_0-rp2-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-rp2-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-rp2-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0-rp2-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readinto (line 84) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 85) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 86) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 87) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 88) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 89) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/gc.pyi function isenabled (line 19) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 20) | def mem_free() -> int: function mem_alloc (line 32) | def mem_alloc() -> int: function collect (line 43) | def collect() -> None: function enable (line 49) | def enable() -> None: function disable (line 55) | def disable() -> None: function threshold (line 63) | def threshold() -> int: function threshold (line 89) | def threshold(amount: int) -> None: FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha1 (line 71) | class sha1: method __init__ (line 73) | def __init__(self): method __init__ (line 79) | def __init__(self, data: AnyReadableBuf): method __init__ (line 85) | def __init__(self): method __init__ (line 91) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/machine.pyi function disable_irq (line 53) | def disable_irq() -> _IRQ_STATE: function bootloader (line 62) | def bootloader(value: Optional[Any] = None) -> None: function enable_irq (line 72) | def enable_irq(state: _IRQ_STATE, /) -> None: function deepsleep (line 81) | def deepsleep() -> NoReturn: function deepsleep (line 106) | def deepsleep(time_ms: int, /) -> NoReturn: function bitstream (line 130) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 154) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function unique_id (line 155) | def unique_id() -> bytes: function soft_reset (line 164) | def soft_reset() -> NoReturn: function reset_cause (line 171) | def reset_cause() -> int: function time_pulse_us (line 177) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 196) | def freq() -> int: function freq (line 204) | def freq(hz: int, /) -> None: function freq (line 212) | def freq(self) -> int: function freq (line 220) | def freq( function idle (line 231) | def idle() -> None: function reset (line 246) | def reset() -> NoReturn: function lightsleep (line 254) | def lightsleep() -> None: function lightsleep (line 279) | def lightsleep(time_ms: int, /) -> None: class PWM (line 318) | class PWM: method duty_u16 (line 370) | def duty_u16(self) -> int: method duty_u16 (line 382) | def duty_u16( method freq (line 398) | def freq(self) -> int: method freq (line 409) | def freq( method init (line 422) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 430) | def duty_ns(self) -> int: method duty_ns (line 440) | def duty_ns( method deinit (line 452) | def deinit(self) -> None: method __init__ (line 457) | def __init__( class WDT (line 482) | class WDT: method timeout_ms (line 497) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 498) | def feed(self) -> None: method __init__ (line 505) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2CTarget (line 514) | class I2CTarget: method deinit (line 549) | def deinit(self) -> Incomplete: method irq (line 555) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 594) | def write(self, buf) -> int: method readinto (line 601) | def readinto(self, buf) -> int: method __init__ (line 607) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class ADC (line 609) | class ADC: method read_u16 (line 635) | def read_u16(self) -> int: method deinit (line 642) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 643) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 659) | def width(self, bits: int) -> None: method read (line 684) | def read(self) -> int: method atten (line 698) | def atten(self, atten: int) -> None: class DAC (line 706) | class DAC: method write (line 721) | def write(self, value) -> Incomplete: method __init__ (line 741) | def __init__(self, id) -> None: ... class I2C (line 743) | class I2C: method readfrom_mem_into (line 779) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 790) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 799) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 807) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 817) | def scan(self) -> List: method writeto (line 824) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 833) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 848) | def start(self) -> None: method readfrom (line 853) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 860) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 871) | def init(self, *, freq: int = 400_000) -> None: method init (line 885) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 897) | def stop(self) -> None: method write (line 902) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 911) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 928) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 945) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class SoftSPI (line 958) | class SoftSPI(SPI): method deinit (line 969) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 970) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 971) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 972) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 973) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 974) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 975) | def __init__( class Timer (line 988) | class Timer: method init (line 1017) | def init( method init (line 1026) | def init( method init (line 1035) | def init( method deinit (line 1094) | def deinit(self) -> None: method __init__ (line 1100) | def __init__(self, id: int, /): method __init__ (line 1110) | def __init__( method __init__ (line 1129) | def __init__( method __init__ (line 1148) | def __init__( class UART (line 1166) | class UART: method irq (line 1220) | def irq( method sendbreak (line 1255) | def sendbreak(self) -> None: method init (line 1263) | def init( method init (line 1332) | def init( method init (line 1395) | def init( method deinit (line 1456) | def deinit(self) -> None: method flush (line 1465) | def flush(self) -> Incomplete: method txdone (line 1479) | def txdone(self) -> bool: method read (line 1495) | def read(self) -> bytes | None: method read (line 1506) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1515) | def any(self) -> int: method write (line 1529) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1538) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1549) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1558) | def readline(self) -> Union[str, None]: method __init__ (line 1567) | def __init__( method __init__ (line 1589) | def __init__( method __init__ (line 1605) | def __init__( class USBDevice (line 1620) | class USBDevice: method submit_xfer (line 1633) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1654) | def config( method remote_wakeup (line 1761) | def remote_wakeup(self) -> bool: method stall (line 1769) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1789) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1810) | class BUILTIN_CDC: method __init__ (line 1816) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1818) | class BUILTIN_NONE: method __init__ (line 1824) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1826) | class BUILTIN_DEFAULT: method __init__ (line 1832) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1834) | def __init__(self) -> None: ... class Pin (line 1836) | class Pin: method irq (line 1906) | def irq( method toggle (line 1959) | def toggle(self) -> Incomplete: method init (line 1966) | def init( method on (line 1983) | def on(self) -> None: method low (line 1988) | def low(self) -> None: method off (line 1995) | def off(self) -> None: method high (line 2000) | def high(self) -> None: method value (line 2009) | def value(self) -> int: method value (line 2043) | def value(self, x: Any, /) -> None: method disable (line 2075) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 2077) | def drive(self, drive: int, /) -> None: method drive (line 2087) | def drive(self, /) -> int: class board (line 2095) | class board: method __init__ (line 2165) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 2167) | class cpu: method __init__ (line 2267) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2269) | def __init__( method __call__ (line 2344) | def __call__(self) -> int: method __call__ (line 2352) | def __call__(self, x: Any, /) -> None: method mode (line 2360) | def mode(self) -> int: method mode (line 2369) | def mode(self, mode: int, /) -> None: method pull (line 2378) | def pull(self) -> int: method pull (line 2387) | def pull(self, pull: int, /) -> None: class SoftI2C (line 2395) | class SoftI2C(I2C): method readfrom_mem_into (line 2407) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2408) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2409) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2410) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2411) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2412) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2413) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2414) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2415) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2416) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2417) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2418) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2419) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2420) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class RTC (line 2422) | class RTC: method datetime (line 2439) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method init (line 2456) | def init(self) -> None: method init (line 2471) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2486) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2501) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2516) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2531) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2546) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method calibration (line 2559) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2561) | def __init__(self, id: int = 0): method __init__ (line 2567) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2575) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2583) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2591) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2599) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2607) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 2615) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2623) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2631) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2639) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2647) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2655) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2663) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SPI (line 2670) | class SPI: method deinit (line 2729) | def deinit(self) -> None: method init (line 2736) | def init( method init (line 2771) | def init( method write_readinto (line 2802) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2812) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2819) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2827) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2837) | def __init__(self, id: int, /): method __init__ (line 2850) | def __init__( method __init__ (line 2876) | def __init__( class Signal (line 2899) | class Signal(Pin): method off (line 2968) | def off(self) -> None: method on (line 2973) | def on(self) -> None: method value (line 2980) | def value(self) -> int: method value (line 3000) | def value(self, x: Any, /) -> None: method __init__ (line 3020) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3040) | def __init__( class ADCBlock (line 3070) | class ADCBlock: method connect (line 3072) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3074) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3076) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 3097) | class SDCard: method readblocks (line 3099) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3109) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3119) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3130) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0-samd-seeed_wio_terminal-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0-samd-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-samd-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-samd-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-samd-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readinto (line 84) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 85) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 86) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 87) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 88) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 89) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-samd-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-samd-stubs/ds18x20.pyi class DS18X20 (line 8) | class DS18X20: method __init__ (line 11) | def __init__(self, onewire) -> None: ... method scan (line 12) | def scan(self): ... method convert_temp (line 13) | def convert_temp(self) -> None: ... method read_scratch (line 14) | def read_scratch(self, rom): ... method write_scratch (line 15) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 16) | def read_temp(self, rom): ... FILE: publish/micropython-v1_27_0-samd-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-samd-stubs/gc.pyi function isenabled (line 19) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 20) | def mem_free() -> int: function mem_alloc (line 32) | def mem_alloc() -> int: function collect (line 43) | def collect() -> None: function enable (line 49) | def enable() -> None: function disable (line 55) | def disable() -> None: function threshold (line 63) | def threshold() -> int: function threshold (line 89) | def threshold(amount: int) -> None: FILE: publish/micropython-v1_27_0-samd-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha1 (line 71) | class sha1: method __init__ (line 73) | def __init__(self): method __init__ (line 79) | def __init__(self, data: AnyReadableBuf): method __init__ (line 85) | def __init__(self): method __init__ (line 91) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_27_0-samd-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-samd-stubs/machine.pyi function disable_irq (line 53) | def disable_irq() -> _IRQ_STATE: function bootloader (line 62) | def bootloader(value: Optional[Any] = None) -> None: function enable_irq (line 72) | def enable_irq(state: _IRQ_STATE, /) -> None: function deepsleep (line 81) | def deepsleep() -> NoReturn: function deepsleep (line 106) | def deepsleep(time_ms: int, /) -> NoReturn: function bitstream (line 130) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 154) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function unique_id (line 155) | def unique_id() -> bytes: function soft_reset (line 164) | def soft_reset() -> NoReturn: function reset_cause (line 171) | def reset_cause() -> int: function time_pulse_us (line 177) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 196) | def freq() -> int: function freq (line 204) | def freq(hz: int, /) -> None: function freq (line 212) | def freq(self) -> int: function freq (line 220) | def freq( function idle (line 231) | def idle() -> None: function reset (line 246) | def reset() -> NoReturn: function lightsleep (line 254) | def lightsleep() -> None: function lightsleep (line 279) | def lightsleep(time_ms: int, /) -> None: class PWM (line 318) | class PWM: method duty_u16 (line 370) | def duty_u16(self) -> int: method duty_u16 (line 382) | def duty_u16( method freq (line 398) | def freq(self) -> int: method freq (line 409) | def freq( method init (line 422) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 430) | def duty_ns(self) -> int: method duty_ns (line 440) | def duty_ns( method deinit (line 452) | def deinit(self) -> None: method __init__ (line 457) | def __init__( class WDT (line 482) | class WDT: method timeout_ms (line 497) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 498) | def feed(self) -> None: method __init__ (line 505) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2CTarget (line 514) | class I2CTarget: method deinit (line 549) | def deinit(self) -> Incomplete: method irq (line 555) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 594) | def write(self, buf) -> int: method readinto (line 601) | def readinto(self, buf) -> int: method __init__ (line 607) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class ADC (line 609) | class ADC: method read_u16 (line 635) | def read_u16(self) -> int: method deinit (line 642) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 643) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 659) | def width(self, bits: int) -> None: method read (line 684) | def read(self) -> int: method atten (line 698) | def atten(self, atten: int) -> None: class DAC (line 706) | class DAC: method write (line 721) | def write(self, value) -> Incomplete: method __init__ (line 741) | def __init__(self, id) -> None: ... class I2C (line 743) | class I2C: method readfrom_mem_into (line 779) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 790) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 799) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 807) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 817) | def scan(self) -> List: method writeto (line 824) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 833) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 848) | def start(self) -> None: method readfrom (line 853) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 860) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 871) | def init(self, *, freq: int = 400_000) -> None: method init (line 885) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 897) | def stop(self) -> None: method write (line 902) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 911) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 928) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 945) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class SoftSPI (line 958) | class SoftSPI(SPI): method deinit (line 969) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 970) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 971) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 972) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 973) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 974) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 975) | def __init__( class Timer (line 988) | class Timer: method init (line 1017) | def init( method init (line 1026) | def init( method init (line 1035) | def init( method deinit (line 1094) | def deinit(self) -> None: method __init__ (line 1100) | def __init__(self, id: int, /): method __init__ (line 1110) | def __init__( method __init__ (line 1129) | def __init__( method __init__ (line 1148) | def __init__( class UART (line 1166) | class UART: method irq (line 1220) | def irq( method sendbreak (line 1255) | def sendbreak(self) -> None: method init (line 1263) | def init( method init (line 1332) | def init( method init (line 1395) | def init( method deinit (line 1456) | def deinit(self) -> None: method flush (line 1465) | def flush(self) -> Incomplete: method txdone (line 1479) | def txdone(self) -> bool: method read (line 1495) | def read(self) -> bytes | None: method read (line 1506) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1515) | def any(self) -> int: method write (line 1529) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 1538) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1549) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1558) | def readline(self) -> Union[str, None]: method __init__ (line 1567) | def __init__( method __init__ (line 1589) | def __init__( method __init__ (line 1605) | def __init__( class USBDevice (line 1620) | class USBDevice: method submit_xfer (line 1633) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1654) | def config( method remote_wakeup (line 1761) | def remote_wakeup(self) -> bool: method stall (line 1769) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1789) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1810) | class BUILTIN_CDC: method __init__ (line 1816) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1818) | class BUILTIN_NONE: method __init__ (line 1824) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1826) | class BUILTIN_DEFAULT: method __init__ (line 1832) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1834) | def __init__(self) -> None: ... class Pin (line 1836) | class Pin: method irq (line 1906) | def irq( method toggle (line 1959) | def toggle(self) -> Incomplete: method init (line 1966) | def init( method on (line 1983) | def on(self) -> None: method low (line 1988) | def low(self) -> None: method off (line 1995) | def off(self) -> None: method high (line 2000) | def high(self) -> None: method value (line 2009) | def value(self) -> int: method value (line 2043) | def value(self, x: Any, /) -> None: method disable (line 2075) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 2077) | def drive(self, drive: int, /) -> None: method drive (line 2087) | def drive(self, /) -> int: class board (line 2095) | class board: method __init__ (line 2165) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 2167) | class cpu: method __init__ (line 2267) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2269) | def __init__( method __call__ (line 2344) | def __call__(self) -> int: method __call__ (line 2352) | def __call__(self, x: Any, /) -> None: method mode (line 2360) | def mode(self) -> int: method mode (line 2369) | def mode(self, mode: int, /) -> None: method pull (line 2378) | def pull(self) -> int: method pull (line 2387) | def pull(self, pull: int, /) -> None: class SoftI2C (line 2395) | class SoftI2C(I2C): method readfrom_mem_into (line 2407) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2408) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2409) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2410) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2411) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2412) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2413) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2414) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2415) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2416) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2417) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2418) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2419) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2420) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class RTC (line 2422) | class RTC: method datetime (line 2439) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method init (line 2456) | def init(self) -> None: method init (line 2471) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2486) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2501) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2516) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2531) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2546) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method calibration (line 2559) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2561) | def __init__(self, id: int = 0): method __init__ (line 2567) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2575) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2583) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2591) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2599) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2607) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 2615) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2623) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2631) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2639) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2647) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2655) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2663) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SPI (line 2670) | class SPI: method deinit (line 2729) | def deinit(self) -> None: method init (line 2736) | def init( method init (line 2771) | def init( method write_readinto (line 2802) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2812) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2819) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2827) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2837) | def __init__(self, id: int, /): method __init__ (line 2850) | def __init__( method __init__ (line 2876) | def __init__( class Signal (line 2899) | class Signal(Pin): method off (line 2968) | def off(self) -> None: method on (line 2973) | def on(self) -> None: method value (line 2980) | def value(self) -> int: method value (line 3000) | def value(self, x: Any, /) -> None: method __init__ (line 3020) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3040) | def __init__( class ADCBlock (line 3070) | class ADCBlock: method connect (line 3072) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3074) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3076) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class SDCard (line 3097) | class SDCard: method readblocks (line 3099) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3109) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3119) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3130) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_27_0-samd-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-samd-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-samd-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-samd-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-samd-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_27_0-samd-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0-samd-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-samd-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-samd-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0-samd-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha1 (line 71) | class sha1: method __init__ (line 73) | def __init__(self): method __init__ (line 79) | def __init__(self, data: AnyReadableBuf): method __init__ (line 85) | def __init__(self): method __init__ (line 91) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/lcd160cr.pyi function calcsize (line 46) | def calcsize(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 47) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function const (line 48) | def const(*args, **kwargs) -> Incomplete: ... function pack_into (line 49) | def pack_into(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 51) | class LCD160CR: method set_brightness (line 69) | def set_brightness(self, value: int, /) -> None: method screen_dump (line 74) | def screen_dump( method screen_load (line 92) | def screen_load(self, buf: AnyReadableBuf, /) -> None: method set_orient (line 97) | def set_orient(self, orient: str, /) -> None: method set_font (line 103) | def set_font( method set_i2c_addr (line 131) | def set_i2c_addr(self, addr: int, /) -> None: method rect_interior (line 137) | def rect_interior(self, x: int, y: int, w: int, h: int, /) -> None: method rect_no_clip (line 145) | def rect_no_clip(self, x: int, y: int, w: int, h: int, /) -> None: method save_to_flash (line 152) | def save_to_flash(self) -> None: method rect_interior_no_clip (line 158) | def rect_interior_no_clip(self, x: int, y: int, w: int, h: int, /) -> ... method rgb (line 166) | def rgb(r: int, g: int, b: int, /) -> int: method rect_outline (line 174) | def rect_outline(self, x: int, y: int, w: int, h: int, /) -> None: method rect_outline_no_clip (line 182) | def rect_outline_no_clip(self, x: int, y: int, w: int, h: int, /) -> N... method set_startup_deco (line 189) | def set_startup_deco(self, value: bool | str, /) -> None: method set_scroll_win_param (line 195) | def set_scroll_win_param(self, win: int, param: int, value: int, /) ->... method set_spi_win (line 205) | def set_spi_win(self, x: int, y: int, w: int, h: int, /) -> None: method show_framebuf (line 210) | def show_framebuf(self, buf: AnyReadableBuf, /) -> None: method set_text_color (line 221) | def set_text_color(self, fg: int, bg: int, /) -> None: method set_uart_baudrate (line 226) | def set_uart_baudrate(self, baudrate: int, /) -> None: method set_pen (line 231) | def set_pen(self, line: int, fill: int, /) -> None: method set_pos (line 236) | def set_pos(self, x: int, y: int, /) -> None: method set_scroll_win (line 242) | def set_scroll_win( method set_pixel (line 271) | def set_pixel(self, x: int, y: int, c: int, /) -> None: method set_scroll_buf (line 277) | def set_scroll_buf(self, s: str, /) -> None: method set_power (line 283) | def set_power(self, on: bool, /) -> None: method set_scroll (line 289) | def set_scroll(self, on: bool, /) -> None: method touch_config (line 295) | def touch_config(self, calib: bool = False, save: bool = False, irq: b... method clip_line (line 311) | def clip_line(data: Any, w: int, h: int, /) -> int: method _send (line 316) | def _send(self, *args, **kwargs) -> Incomplete: ... method _waitfor (line 317) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method erase (line 318) | def erase(self) -> None: method dot (line 323) | def dot(self, x: int, y: int, /) -> None: method dot_no_clip (line 328) | def dot_no_clip(self, x: int, y: int, /) -> None: method poly_line (line 335) | def poly_line(self, data: AnyReadableBuf, /) -> None: method line (line 340) | def line(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method _fcmd2b (line 345) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 346) | def write(self, s: str, /) -> None: method _fcmd2 (line 353) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rect (line 354) | def rect(self, x: int, y: int, w: int, h: int, /) -> None: method reset (line 362) | def reset(self) -> None: method jpeg_start (line 367) | def jpeg_start(self, total_len: int, /) -> None: method jpeg (line 375) | def jpeg(self, buf: AnyReadableBuf, /) -> None: method jpeg_data (line 383) | def jpeg_data(self, buf: AnyReadableBuf, /) -> None: method poly_dot (line 391) | def poly_dot(self, data: AnyReadableBuf, /) -> None: method line_no_clip (line 398) | def line_no_clip(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method oflush (line 405) | def oflush(self, *args, **kwargs) -> Incomplete: ... method fast_spi (line 406) | def fast_spi(self, flush: bool = True, /) -> SPI: method get_line (line 419) | def get_line(self, x: int, y: int, buf: AnyWritableBuf, /) -> None: method is_touched (line 427) | def is_touched(self) -> bool: method feed_wdt (line 433) | def feed_wdt(self) -> None: method iflush (line 440) | def iflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 441) | def get_pixel(self, x: int, y: int, /) -> int: method get_touch (line 446) | def get_touch(self) -> Tuple: method __init__ (line 454) | def __init__(self, connect: str, /): method __init__ (line 491) | def __init__(self, *, pwr: Pin, i2c: I2C, spi: SPI, i2c_addr: int = 98): FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/machine.pyi function unique_id (line 53) | def unique_id() -> bytes: function freq (line 63) | def freq() -> int: function freq (line 71) | def freq(self) -> int: function freq (line 82) | def freq( function freq (line 97) | def freq(hz: int, /) -> None: function freq (line 105) | def freq(self) -> int: function freq (line 113) | def freq( function idle (line 124) | def idle() -> None: function enable_irq (line 139) | def enable_irq(state: _IRQ_STATE, /) -> None: function deepsleep (line 148) | def deepsleep() -> NoReturn: function deepsleep (line 173) | def deepsleep(time_ms: int, /) -> NoReturn: function dht_readinto (line 197) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 198) | def disable_irq() -> _IRQ_STATE: function info (line 207) | def info(*args, **kwargs) -> Incomplete: ... function sleep (line 209) | def sleep() -> None: function soft_reset (line 215) | def soft_reset() -> NoReturn: function time_pulse_us (line 222) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function rng (line 240) | def rng() -> int: function lightsleep (line 249) | def lightsleep() -> None: function lightsleep (line 274) | def lightsleep(time_ms: int, /) -> None: function reset (line 298) | def reset() -> NoReturn: function reset_cause (line 305) | def reset_cause() -> int: function bootloader (line 311) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 321) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class WDT (line 345) | class WDT: method feed (line 360) | def feed(self) -> None: method __init__ (line 367) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Pin (line 376) | class Pin: method mode (line 478) | def mode(self) -> int: method mode (line 487) | def mode(self, mode: int, /) -> None: method name (line 494) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 496) | def pull(self) -> int: method pull (line 505) | def pull(self, pull: int, /) -> None: method low (line 512) | def low(self) -> None: method irq (line 519) | def irq( method pin (line 572) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 573) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 574) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 575) | def on(self) -> None: method off (line 580) | def off(self) -> None: method init (line 585) | def init( method af_list (line 602) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 603) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 605) | def value(self) -> int: method value (line 639) | def value(self, x: Any, /) -> None: method high (line 671) | def high(self) -> None: method gpio (line 678) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 680) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 682) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 684) | class cpu: method __init__ (line 732) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 735) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 737) | class board: method __init__ (line 787) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 789) | def __init__( method __call__ (line 864) | def __call__(self) -> int: method __call__ (line 872) | def __call__(self, x: Any, /) -> None: method drive (line 880) | def drive(self, drive: int, /) -> None: method drive (line 890) | def drive(self, /) -> int: class RTC (line 898) | class RTC: method info (line 915) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 917) | def init(self) -> None: method init (line 932) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 947) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 962) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 977) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 992) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1007) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method wakeup (line 1020) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1021) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method calibration (line 1036) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1038) | def __init__(self, id: int = 0): method __init__ (line 1044) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1052) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1060) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1068) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1076) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1084) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1092) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1100) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1108) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1116) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1124) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1132) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1140) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class I2S (line 1150) | class I2S: method shift (line 1230) | def shift( method init (line 1242) | def init( method irq (line 1258) | def irq( method readinto (line 1269) | def readinto( method deinit (line 1281) | def deinit(self) -> None: method write (line 1286) | def write( method __init__ (line 1298) | def __init__( class ADC (line 1340) | class ADC: method read_u16 (line 1366) | def read_u16(self) -> int: method __init__ (line 1373) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 1389) | def width(self, bits: int) -> None: method read (line 1414) | def read(self) -> int: method atten (line 1428) | def atten(self, atten: int) -> None: class I2C (line 1436) | class I2C: method readfrom_mem_into (line 1472) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1483) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1492) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1500) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1510) | def scan(self) -> List: method writeto (line 1517) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1526) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1541) | def start(self) -> None: method readfrom (line 1546) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1553) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1564) | def init(self, *, freq: int = 400_000) -> None: method init (line 1578) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1590) | def stop(self) -> None: method write (line 1595) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1604) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1621) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1638) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1651) | class I2CTarget: method deinit (line 1686) | def deinit(self) -> Incomplete: method irq (line 1692) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1731) | def write(self, buf) -> int: method readinto (line 1738) | def readinto(self, buf) -> int: method __init__ (line 1744) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1757) | class SoftSPI(SPI): method deinit (line 1768) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1769) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1770) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1771) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1772) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1773) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1774) | def __init__( class Timer (line 1787) | class Timer: method init (line 1816) | def init( method init (line 1825) | def init( method init (line 1834) | def init( method deinit (line 1893) | def deinit(self) -> None: method __init__ (line 1899) | def __init__(self, id: int, /): method __init__ (line 1909) | def __init__( method __init__ (line 1928) | def __init__( method __init__ (line 1947) | def __init__( class UART (line 1965) | class UART: method flush (line 2024) | def flush(self) -> Incomplete: method sendbreak (line 2038) | def sendbreak(self) -> None: method txdone (line 2044) | def txdone(self) -> bool: method init (line 2060) | def init( method init (line 2129) | def init( method init (line 2192) | def init( method readchar (line 2253) | def readchar(self, *args, **kwargs) -> Incomplete: ... method irq (line 2254) | def irq( method writechar (line 2289) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 2291) | def read(self) -> bytes | None: method read (line 2302) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 2311) | def deinit(self) -> None: method any (line 2320) | def any(self) -> int: method write (line 2334) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2343) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2354) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2363) | def readline(self) -> Union[str, None]: method __init__ (line 2372) | def __init__( method __init__ (line 2394) | def __init__( method __init__ (line 2410) | def __init__( class SoftI2C (line 2425) | class SoftI2C(I2C): method readfrom_mem_into (line 2437) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2438) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2439) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2440) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2441) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2442) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2443) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2444) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2445) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2446) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2447) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2448) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2449) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2450) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SPI (line 2455) | class SPI: method deinit (line 2514) | def deinit(self) -> None: method init (line 2521) | def init( method init (line 2556) | def init( method write_readinto (line 2587) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2597) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2604) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2612) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2622) | def __init__(self, id: int, /): method __init__ (line 2635) | def __init__( method __init__ (line 2661) | def __init__( class Signal (line 2684) | class Signal(Pin): method off (line 2753) | def off(self) -> None: method on (line 2758) | def on(self) -> None: method value (line 2765) | def value(self) -> int: method value (line 2785) | def value(self, x: Any, /) -> None: method __init__ (line 2805) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2825) | def __init__( class ADCBlock (line 2855) | class ADCBlock: method connect (line 2857) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 2859) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 2861) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class PWM (line 2882) | class PWM: method freq (line 2884) | def freq(self) -> int: method freq (line 2895) | def freq( method duty_u16 (line 2910) | def duty_u16(self) -> int: method duty_u16 (line 2922) | def duty_u16( method duty_ns (line 2938) | def duty_ns(self) -> int: method duty_ns (line 2948) | def duty_ns( class SDCard (line 2961) | class SDCard: method readblocks (line 2963) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2973) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2983) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2994) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/network.pyi function route (line 58) | def route(*args, **kwargs) -> Incomplete: ... function hostname (line 59) | def hostname(name: Optional[Any] = None) -> Incomplete: function country (line 87) | def country(code: Optional[Any] = None) -> Incomplete: class WIZNET5K (line 100) | class WIZNET5K: method isconnected (line 126) | def isconnected(self, *args, **kwargs) -> Incomplete: ... method status (line 127) | def status(self, *args, **kwargs) -> Incomplete: ... method regs (line 128) | def regs(self) -> Any: method active (line 133) | def active(self, *args, **kwargs) -> Incomplete: ... method ifconfig (line 134) | def ifconfig(self, *args, **kwargs) -> Incomplete: ... method config (line 135) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, spi: SPI, pin_cs: Pin, pin_rst: Pin, /) -> None: class LAN (line 154) | class LAN: method active (line 156) | def active(self, /) -> bool: method active (line 164) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 171) | class WLANWiPy: method __init__ (line 173) | def __init__(self, id: int = 0, /): method __init__ (line 187) | def __init__( method mode (line 211) | def mode(self) -> int: method mode (line 217) | def mode(self, mode: int, /) -> None: method ssid (line 223) | def ssid(self) -> str: method ssid (line 229) | def ssid(self, ssid: str, /) -> None: method auth (line 235) | def auth(self) -> int: method auth (line 241) | def auth(self, auth: int, /) -> None: method channel (line 247) | def channel(self) -> int: method channel (line 253) | def channel(self, channel: int, /) -> None: method antenna (line 259) | def antenna(self) -> int: method antenna (line 265) | def antenna(self, antenna: int, /) -> None: method mac (line 271) | def mac(self) -> bytes: method mac (line 277) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 282) | class AbstractNIC: method active (line 285) | def active(self, /) -> bool: method active (line 296) | def active(self, is_active: bool | int, /) -> None: method connect (line 307) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 326) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 345) | def status(self) -> Any: method status (line 363) | def status(self, param: str, /) -> Any: method ifconfig (line 381) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 395) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 409) | def config(self, param: str, /) -> Any: method config (line 428) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/pyb.pyi function hard_reset (line 35) | def hard_reset() -> NoReturn: function have_cdc (line 43) | def have_cdc() -> bool: function hid (line 53) | def hid(data: tuple[int, int, int, int], /) -> None: function hid (line 63) | def hid(data: Sequence[int], /) -> None: function info (line 72) | def info() -> None: function info (line 78) | def info(dump_alloc_table: bytes, /) -> None: function info (line 84) | def info(self) -> list[int]: function info (line 90) | def info(self, list: list[int], /) -> list[int]: function wfi (line 95) | def wfi() -> None: function elapsed_micros (line 107) | def elapsed_micros(start: int, /) -> int: function freq (line 124) | def freq() -> tuple[int, int, int, int]: function freq (line 164) | def freq(sysclk: int, /) -> None: function freq (line 204) | def freq(sysclk: int, hclk: int, /) -> None: function freq (line 244) | def freq(sysclk: int, hclk: int, pclk1: int, /) -> None: function freq (line 284) | def freq(sysclk: int, hclk: int, pclk1: int, pclk2: int, /) -> None: function freq (line 324) | def freq(self) -> int: function freq (line 364) | def freq(self, value: int, /) -> None: function disable_irq (line 403) | def disable_irq() -> bool: function fault_debug (line 412) | def fault_debug(value: bool = False) -> None: function elapsed_millis (line 427) | def elapsed_millis(start: int, /) -> int: function enable_irq (line 442) | def enable_irq(state: bool = True, /) -> None: function sync (line 452) | def sync() -> None: function servo (line 458) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 459) | def standby() -> None: function usb_mode (line 474) | def usb_mode() -> str: function usb_mode (line 516) | def usb_mode( function udelay (line 566) | def udelay(us: int, /) -> None: function unique_id (line 572) | def unique_id() -> str: function micros (line 578) | def micros() -> int: function mount (line 593) | def mount( function mount (line 635) | def mount( function rng (line 676) | def rng() -> int: function millis (line 682) | def millis() -> int: function repl_uart (line 697) | def repl_uart() -> UART | None: function repl_uart (line 703) | def repl_uart(uart: UART, /) -> None: function pwm (line 708) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 709) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 710) | def stop() -> None: function delay (line 722) | def delay(ms: int, /) -> None: function main (line 728) | def main(filename: str, /) -> None: function bootloader (line 738) | def bootloader() -> None: function country (line 744) | def country(*args, **kwargs) -> Incomplete: ... class DAC (line 746) | class DAC: method noise (line 798) | def noise(self, freq: int, /) -> None: method write_timed (line 804) | def write_timed(self, data: AnyWritableBuf, freq: int | Timer, /, *, m... method triangle (line 825) | def triangle(self, freq: int, /) -> None: method write (line 832) | def write(self, value: int, /) -> None: method init (line 839) | def init(self, bits: int = 8, *, buffering: bool | None = None) -> None: method deinit (line 846) | def deinit(self) -> None: method __init__ (line 851) | def __init__(self, port: int | Pin, /, bits: int = 8, *, buffering: bo... class ExtInt (line 876) | class ExtInt: method line (line 931) | def line(self) -> int: method regs (line 937) | def regs() -> None: method swint (line 942) | def swint(self) -> None: method enable (line 947) | def enable(self) -> None: method disable (line 952) | def disable(self) -> None: method __init__ (line 958) | def __init__( class Flash (line 982) | class Flash(AbstractBlockDev): method readblocks (line 994) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 1004) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1014) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1025) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 1038) | def ioctl(self, op: int, arg: int) -> int | None: method __init__ (line 1047) | def __init__(self): method __init__ (line 1059) | def __init__(self, *, start: int = -1, len: int = -1): class I2C (line 1066) | class I2C: method scan (line 1124) | def scan(self) -> List: method mem_read (line 1132) | def mem_read( method mem_read (line 1156) | def mem_read( method mem_write (line 1178) | def mem_write( method recv (line 1203) | def recv( method recv (line 1224) | def recv( method is_ready (line 1243) | def is_ready(self, addr: int, /) -> bool: method send (line 1248) | def send( method deinit (line 1265) | def deinit(self) -> None: method init (line 1270) | def init( method __init__ (line 1297) | def __init__( class LCD (line 1329) | class LCD: method fill (line 1364) | def fill(self, colour: int, /) -> None: method light (line 1371) | def light(self, value: bool | int, /) -> None: method pixel (line 1376) | def pixel(self, x: int, y: int, colour: int, /) -> None: method show (line 1383) | def show(self) -> None: method text (line 1388) | def text(self, str: str, x: int, y: int, colour: int, /) -> None: method contrast (line 1395) | def contrast(self, value: int, /) -> None: method get (line 1400) | def get(self, x: int, y: int, /) -> int: method write (line 1407) | def write(self, str: str, /) -> None: method command (line 1412) | def command(self, inst_data: int, buf: bytes, /) -> None: method __init__ (line 1419) | def __init__(self, skin_position: str, /) -> None: class CAN (line 1425) | class CAN: method restart (line 1471) | def restart(self) -> None: method recv (line 1485) | def recv(self, fifo: int, /, *, timeout: int = 5000) -> tuple[int, boo... method recv (line 1521) | def recv(self, fifo: int, list: None, /, *, timeout: int = 5000) -> tu... method recv (line 1557) | def recv(self, fifo: int, list: list[int | bool | memoryview], /, *, t... method init (line 1591) | def init( method rxcallback (line 1667) | def rxcallback(self, fifo: int, fun: Callable[[CAN], None], /) -> None: method setfilter (line 1704) | def setfilter(self, bank: int, mode: int, fifo: int, params: Sequence[... method setfilter (line 1761) | def setfilter( method state (line 1825) | def state(self) -> int: method send (line 1840) | def send( method any (line 1876) | def any(self, fifo: int, /) -> bool: method info (line 1883) | def info(self) -> list[int]: method info (line 1907) | def info(self, list: list[int], /) -> list[int]: method clearfilter (line 1929) | def clearfilter(self, bank: int, /) -> None: method deinit (line 1938) | def deinit(self) -> None: method __init__ (line 1943) | def __init__( class ADC (line 1969) | class ADC: method read_timed (line 1986) | def read_timed(self, buf: AnyWritableBuf, timer: Timer | int, /) -> None: method read_timed_multi (line 2024) | def read_timed_multi(adcs: tuple[ADC, ...], bufs: tuple[AnyWritableBuf... method read (line 2076) | def read(self) -> int: method __init__ (line 2082) | def __init__(self, pin: int | Pin, /) -> None: class ADCAll (line 2088) | class ADCAll: method read_core_vbat (line 2089) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 2090) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 2091) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 2092) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 2093) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2094) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 2096) | class Accel: method x (line 2106) | def x(self) -> int: method tilt (line 2111) | def tilt(self) -> int: method y (line 2116) | def y(self) -> int: method z (line 2121) | def z(self) -> int: method read (line 2126) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 2127) | def filtered_xyz(self) -> Tuple: method write (line 2137) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2138) | def __init__(self) -> None: class USB_VCP (line 2143) | class USB_VCP: method readlines (line 2156) | def readlines(self) -> List: method recv (line 2167) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes | None: method recv (line 2180) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int... method isconnected (line 2191) | def isconnected(self) -> bool: method init (line 2196) | def init(self, *, flow: int = -1) -> None: method irq (line 2203) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 2214) | def setinterrupt(self, chr: int, /) -> None: method close (line 2224) | def close(self) -> None: method read (line 2232) | def read(self) -> bytes | None: method read (line 2243) | def read(self, nbytes, /) -> bytes | None: method any (line 2252) | def any(self) -> bool: method write (line 2257) | def write(self, buf: AnyReadableBuf, /) -> int: method send (line 2264) | def send(self, buf: AnyWritableBuf | bytes | int, /, *, timeout: int =... method readinto (line 2276) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2288) | def readinto(self, buf: AnyWritableBuf, maxlen: int, /) -> int | None: method readline (line 2298) | def readline(self) -> bytes: method __init__ (line 2306) | def __init__(self, id: int = 0, /) -> None: class Timer (line 2312) | class Timer: method freq (line 2391) | def freq(self) -> int: method freq (line 2397) | def freq(self, value: int, /) -> None: method init (line 2403) | def init( method init (line 2480) | def init( method period (line 2558) | def period(self) -> int: method period (line 2564) | def period(self, value: int, /) -> None: method prescaler (line 2570) | def prescaler(self) -> int: method prescaler (line 2576) | def prescaler(self, value: int, /) -> None: method source_freq (line 2580) | def source_freq(self) -> int: method deinit (line 2585) | def deinit(self) -> None: method callback (line 2595) | def callback(self, fun: Callable[[Timer], None] | None, /) -> None: method channel (line 2604) | def channel(self, channel: int, /) -> timerchannel | None: method channel (line 2691) | def channel( method channel (line 2787) | def channel( method channel (line 2883) | def channel( method channel (line 2980) | def channel( method channel (line 3076) | def channel( method counter (line 3171) | def counter(self) -> int: method counter (line 3177) | def counter(self, value: int, /) -> None: method __init__ (line 3182) | def __init__(self, id: int, /): method __init__ (line 3190) | def __init__( method __init__ (line 3208) | def __init__( class Switch (line 3226) | class Switch: method callback (line 3243) | def callback(self, fun: Callable[[], None] | None) -> None: method value (line 3249) | def value(self) -> bool: method __init__ (line 3254) | def __init__(self) -> None: method __call__ (line 3260) | def __call__(self) -> bool: class Servo (line 3267) | class Servo: method speed (line 3294) | def speed(self) -> int: method speed (line 3306) | def speed(self, speed: int, time: int = 0, /) -> None: method speed (line 3318) | def speed(self) -> int: method speed (line 3330) | def speed(self, value: int, /) -> None: method pulse_width (line 3340) | def pulse_width(self, value: Any | None = None) -> Incomplete: method calibration (line 3350) | def calibration(self) -> tuple[int, int, int, int, int]: method calibration (line 3365) | def calibration(self, pulse_min: int, pulse_max: int, pulse_centre: in... method calibration (line 3380) | def calibration( method angle (line 3403) | def angle(self) -> int: method angle (line 3416) | def angle(self, angle: int, time: int = 0, /) -> None: method __init__ (line 3427) | def __init__(self, id: int, /) -> None: class UART (line 3432) | class UART: method flush (line 3480) | def flush(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 3481) | def sendbreak(self) -> None: method txdone (line 3488) | def txdone(self, *args, **kwargs) -> Incomplete: ... method init (line 3489) | def init( method readchar (line 3526) | def readchar(self) -> int: method irq (line 3533) | def irq(self, *args, **kwargs) -> Incomplete: ... method writechar (line 3534) | def writechar(self, char: int, /) -> None: method read (line 3542) | def read(self) -> bytes | None: method read (line 3559) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 3574) | def deinit(self) -> None: method any (line 3579) | def any(self) -> int: method write (line 3584) | def write(self, buf: AnyWritableBuf, /) -> int: method readinto (line 3597) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 3607) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 3615) | def readline(self) -> None: method __init__ (line 3625) | def __init__(self, bus: int | str, /): method __init__ (line 3662) | def __init__( class USB_HID (line 3711) | class USB_HID: method recv (line 3721) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes: method recv (line 3734) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int: method send (line 3745) | def send(self, data: Sequence[int]) -> None: method __init__ (line 3753) | def __init__(self) -> None: class LED (line 3758) | class LED: method toggle (line 3762) | def toggle(self) -> None: method on (line 3768) | def on(self) -> None: method off (line 3773) | def off(self) -> None: method intensity (line 3780) | def intensity(self) -> int: method intensity (line 3794) | def intensity(self, value: int, /) -> None: method __init__ (line 3806) | def __init__(self, id: int, /) -> None: class RTC (line 3813) | class RTC: method info (line 3824) | def info(self) -> int: method init (line 3834) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 3835) | def wakeup(self, timeout: int, callback: Callable[[RTC], None] | None ... method datetime (line 3848) | def datetime(self, datetimetuple: tuple[int, int, int, int, int, int, ... method datetime (line 3866) | def datetime(self, /) -> Tuple: method calibration (line 3885) | def calibration(self) -> int: method calibration (line 3903) | def calibration(self, cal: int, /) -> None: method __init__ (line 3919) | def __init__(self) -> None: class Pin (line 3924) | class Pin: method mode (line 4044) | def mode(self) -> int: method name (line 4051) | def name(self) -> str: method pull (line 4056) | def pull(self) -> int: method low (line 4063) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 4064) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 4065) | def pin(self) -> int: method port (line 4070) | def port(self) -> int: method names (line 4075) | def names(self) -> str: method on (line 4080) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 4081) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 4082) | def init( method af_list (line 4122) | def af_list(self) -> List: method af (line 4127) | def af(self) -> int: method value (line 4136) | def value(self) -> int: method value (line 4147) | def value(self, value: Any, /) -> None: method high (line 4156) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 4157) | def gpio(self) -> int: method dict (line 4165) | def dict() -> Dict[str, Pin]: method dict (line 4172) | def dict(dict: Dict[str, Pin], /) -> None: method debug (line 4179) | def debug() -> bool: method debug (line 4186) | def debug(state: bool, /) -> None: class cpu (line 4191) | class cpu: method __init__ (line 4239) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 4243) | def mapper() -> Callable[[str], Pin]: method mapper (line 4250) | def mapper(fun: Callable[[str], Pin], /) -> None: class board (line 4255) | class board: method __init__ (line 4305) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 4307) | def __init__( method __call__ (line 4323) | def __call__(self) -> int: method __call__ (line 4331) | def __call__(self, x: Any, /) -> None: class SPI (line 4338) | class SPI: method deinit (line 4370) | def deinit(self) -> None: method send_recv (line 4375) | def send_recv( method recv (line 4395) | def recv(self, recv: int | AnyWritableBuf, /, *, timeout: int = 5000) ... method init (line 4409) | def init( method init (line 4448) | def init( method write_readinto (line 4485) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 4486) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 4487) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 4488) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 4489) | def send(self, send: int | AnyWritableBuf | bytes, /, *, timeout: int ... method __init__ (line 4500) | def __init__(self, bus: int, /): method __init__ (line 4518) | def __init__( method __init__ (line 4549) | def __init__( class SDCard (line 4581) | class SDCard: method writeblocks (line 4582) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 4583) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 4584) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 4585) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 4586) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 4587) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 4588) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 4589) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 4590) | def __init__(self, *argv, **kwargs) -> None: ... class timerchannel (line 4592) | class timerchannel: method capture (line 4595) | def capture(self) -> int: method capture (line 4604) | def capture(self, value: int, /) -> None: method compare (line 4613) | def compare(self) -> int: method compare (line 4622) | def compare(self, value: int, /) -> None: method pulse_width (line 4631) | def pulse_width(self) -> int: method pulse_width (line 4643) | def pulse_width(self, value: int, /) -> None: method pulse_width_percent (line 4655) | def pulse_width_percent(self) -> float: method pulse_width_percent (line 4666) | def pulse_width_percent(self, value: int | float, /) -> None: FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/socket.pyi function getaddrinfo (line 112) | def getaddrinfo( class socket (line 162) | class socket: method recvfrom (line 170) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 179) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 191) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 211) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 229) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 237) | def settimeout(self, value: float | None, /) -> None: method sendall (line 272) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 284) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 291) | def setblocking(self, value: bool, /) -> None: method sendto (line 302) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 308) | def readline(self) -> bytes: method readinto (line 317) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 327) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 337) | def read(self) -> bytes: method read (line 347) | def read(self, size: int, /) -> bytes: method close (line 355) | def close(self) -> None: method connect (line 365) | def connect(self, address: _Address | bytes, /) -> None: method send (line 370) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 377) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 382) | def accept(self) -> Tuple: method write (line 390) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 400) | def __init__( FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0-stm32-pybv11-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0-stm32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0-stm32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0-stm32-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0-stm32-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_27_0-stm32-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0-stm32-stubs/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: publish/micropython-v1_27_0-stm32-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_27_0-stm32-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0-stm32-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha1 (line 71) | class sha1: method __init__ (line 73) | def __init__(self): method __init__ (line 79) | def __init__(self, data: AnyReadableBuf): method __init__ (line 85) | def __init__(self): method __init__ (line 91) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_27_0-stm32-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0-stm32-stubs/lcd160cr.pyi function calcsize (line 46) | def calcsize(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 47) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function const (line 48) | def const(*args, **kwargs) -> Incomplete: ... function pack_into (line 49) | def pack_into(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 51) | class LCD160CR: method set_brightness (line 69) | def set_brightness(self, value: int, /) -> None: method screen_dump (line 74) | def screen_dump( method screen_load (line 92) | def screen_load(self, buf: AnyReadableBuf, /) -> None: method set_orient (line 97) | def set_orient(self, orient: str, /) -> None: method set_font (line 103) | def set_font( method set_i2c_addr (line 131) | def set_i2c_addr(self, addr: int, /) -> None: method rect_interior (line 137) | def rect_interior(self, x: int, y: int, w: int, h: int, /) -> None: method rect_no_clip (line 145) | def rect_no_clip(self, x: int, y: int, w: int, h: int, /) -> None: method save_to_flash (line 152) | def save_to_flash(self) -> None: method rect_interior_no_clip (line 158) | def rect_interior_no_clip(self, x: int, y: int, w: int, h: int, /) -> ... method rgb (line 166) | def rgb(r: int, g: int, b: int, /) -> int: method rect_outline (line 174) | def rect_outline(self, x: int, y: int, w: int, h: int, /) -> None: method rect_outline_no_clip (line 182) | def rect_outline_no_clip(self, x: int, y: int, w: int, h: int, /) -> N... method set_startup_deco (line 189) | def set_startup_deco(self, value: bool | str, /) -> None: method set_scroll_win_param (line 195) | def set_scroll_win_param(self, win: int, param: int, value: int, /) ->... method set_spi_win (line 205) | def set_spi_win(self, x: int, y: int, w: int, h: int, /) -> None: method show_framebuf (line 210) | def show_framebuf(self, buf: AnyReadableBuf, /) -> None: method set_text_color (line 221) | def set_text_color(self, fg: int, bg: int, /) -> None: method set_uart_baudrate (line 226) | def set_uart_baudrate(self, baudrate: int, /) -> None: method set_pen (line 231) | def set_pen(self, line: int, fill: int, /) -> None: method set_pos (line 236) | def set_pos(self, x: int, y: int, /) -> None: method set_scroll_win (line 242) | def set_scroll_win( method set_pixel (line 271) | def set_pixel(self, x: int, y: int, c: int, /) -> None: method set_scroll_buf (line 277) | def set_scroll_buf(self, s: str, /) -> None: method set_power (line 283) | def set_power(self, on: bool, /) -> None: method set_scroll (line 289) | def set_scroll(self, on: bool, /) -> None: method touch_config (line 295) | def touch_config(self, calib: bool = False, save: bool = False, irq: b... method clip_line (line 311) | def clip_line(data: Any, w: int, h: int, /) -> int: method _send (line 316) | def _send(self, *args, **kwargs) -> Incomplete: ... method _waitfor (line 317) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method erase (line 318) | def erase(self) -> None: method dot (line 323) | def dot(self, x: int, y: int, /) -> None: method dot_no_clip (line 328) | def dot_no_clip(self, x: int, y: int, /) -> None: method poly_line (line 335) | def poly_line(self, data: AnyReadableBuf, /) -> None: method line (line 340) | def line(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method _fcmd2b (line 345) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 346) | def write(self, s: str, /) -> None: method _fcmd2 (line 353) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rect (line 354) | def rect(self, x: int, y: int, w: int, h: int, /) -> None: method reset (line 362) | def reset(self) -> None: method jpeg_start (line 367) | def jpeg_start(self, total_len: int, /) -> None: method jpeg (line 375) | def jpeg(self, buf: AnyReadableBuf, /) -> None: method jpeg_data (line 383) | def jpeg_data(self, buf: AnyReadableBuf, /) -> None: method poly_dot (line 391) | def poly_dot(self, data: AnyReadableBuf, /) -> None: method line_no_clip (line 398) | def line_no_clip(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method oflush (line 405) | def oflush(self, *args, **kwargs) -> Incomplete: ... method fast_spi (line 406) | def fast_spi(self, flush: bool = True, /) -> SPI: method get_line (line 419) | def get_line(self, x: int, y: int, buf: AnyWritableBuf, /) -> None: method is_touched (line 427) | def is_touched(self) -> bool: method feed_wdt (line 433) | def feed_wdt(self) -> None: method iflush (line 440) | def iflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 441) | def get_pixel(self, x: int, y: int, /) -> int: method get_touch (line 446) | def get_touch(self) -> Tuple: method __init__ (line 454) | def __init__(self, connect: str, /): method __init__ (line 491) | def __init__(self, *, pwr: Pin, i2c: I2C, spi: SPI, i2c_addr: int = 98): FILE: publish/micropython-v1_27_0-stm32-stubs/machine.pyi function unique_id (line 53) | def unique_id() -> bytes: function freq (line 63) | def freq() -> int: function freq (line 71) | def freq(self) -> int: function freq (line 82) | def freq( function freq (line 97) | def freq(hz: int, /) -> None: function freq (line 105) | def freq(self) -> int: function freq (line 113) | def freq( function idle (line 124) | def idle() -> None: function enable_irq (line 139) | def enable_irq(state: _IRQ_STATE, /) -> None: function deepsleep (line 148) | def deepsleep() -> NoReturn: function deepsleep (line 173) | def deepsleep(time_ms: int, /) -> NoReturn: function dht_readinto (line 197) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 198) | def disable_irq() -> _IRQ_STATE: function info (line 207) | def info(*args, **kwargs) -> Incomplete: ... function sleep (line 209) | def sleep() -> None: function soft_reset (line 215) | def soft_reset() -> NoReturn: function time_pulse_us (line 222) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function rng (line 240) | def rng() -> int: function lightsleep (line 249) | def lightsleep() -> None: function lightsleep (line 274) | def lightsleep(time_ms: int, /) -> None: function reset (line 298) | def reset() -> NoReturn: function reset_cause (line 305) | def reset_cause() -> int: function bootloader (line 311) | def bootloader(value: Optional[Any] = None) -> None: function bitstream (line 321) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class WDT (line 345) | class WDT: method feed (line 360) | def feed(self) -> None: method __init__ (line 367) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Pin (line 376) | class Pin: method mode (line 478) | def mode(self) -> int: method mode (line 487) | def mode(self, mode: int, /) -> None: method name (line 494) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 496) | def pull(self) -> int: method pull (line 505) | def pull(self, pull: int, /) -> None: method low (line 512) | def low(self) -> None: method irq (line 519) | def irq( method pin (line 572) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 573) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 574) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 575) | def on(self) -> None: method off (line 580) | def off(self) -> None: method init (line 585) | def init( method af_list (line 602) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 603) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 605) | def value(self) -> int: method value (line 639) | def value(self, x: Any, /) -> None: method high (line 671) | def high(self) -> None: method gpio (line 678) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 680) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 682) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 684) | class cpu: method __init__ (line 732) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 735) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 737) | class board: method __init__ (line 787) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 789) | def __init__( method __call__ (line 864) | def __call__(self) -> int: method __call__ (line 872) | def __call__(self, x: Any, /) -> None: method drive (line 880) | def drive(self, drive: int, /) -> None: method drive (line 890) | def drive(self, /) -> int: class RTC (line 898) | class RTC: method info (line 915) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 917) | def init(self) -> None: method init (line 932) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 947) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 962) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 977) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 992) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1007) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method wakeup (line 1020) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 1021) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method calibration (line 1036) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1038) | def __init__(self, id: int = 0): method __init__ (line 1044) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1052) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1060) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1068) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1076) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1084) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1092) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1100) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1108) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1116) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1124) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1132) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1140) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class I2S (line 1150) | class I2S: method shift (line 1230) | def shift( method init (line 1242) | def init( method irq (line 1258) | def irq( method readinto (line 1269) | def readinto( method deinit (line 1281) | def deinit(self) -> None: method write (line 1286) | def write( method __init__ (line 1298) | def __init__( class ADC (line 1340) | class ADC: method read_u16 (line 1366) | def read_u16(self) -> int: method __init__ (line 1373) | def __init__(self, pin: PinLike, *, atten=ATTN_0DB) -> None: method width (line 1389) | def width(self, bits: int) -> None: method read (line 1414) | def read(self) -> int: method atten (line 1428) | def atten(self, atten: int) -> None: class I2C (line 1436) | class I2C: method readfrom_mem_into (line 1472) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1483) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1492) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1500) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1510) | def scan(self) -> List: method writeto (line 1517) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1526) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1541) | def start(self) -> None: method readfrom (line 1546) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1553) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1564) | def init(self, *, freq: int = 400_000) -> None: method init (line 1578) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1590) | def stop(self) -> None: method write (line 1595) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1604) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1621) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1638) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1651) | class I2CTarget: method deinit (line 1686) | def deinit(self) -> Incomplete: method irq (line 1692) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1731) | def write(self, buf) -> int: method readinto (line 1738) | def readinto(self, buf) -> int: method __init__ (line 1744) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1757) | class SoftSPI(SPI): method deinit (line 1768) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1769) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1770) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1771) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1772) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1773) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1774) | def __init__( class Timer (line 1787) | class Timer: method init (line 1816) | def init( method init (line 1825) | def init( method init (line 1834) | def init( method deinit (line 1893) | def deinit(self) -> None: method __init__ (line 1899) | def __init__(self, id: int, /): method __init__ (line 1909) | def __init__( method __init__ (line 1928) | def __init__( method __init__ (line 1947) | def __init__( class UART (line 1965) | class UART: method flush (line 2024) | def flush(self) -> Incomplete: method sendbreak (line 2038) | def sendbreak(self) -> None: method txdone (line 2044) | def txdone(self) -> bool: method init (line 2060) | def init( method init (line 2129) | def init( method init (line 2192) | def init( method readchar (line 2253) | def readchar(self, *args, **kwargs) -> Incomplete: ... method irq (line 2254) | def irq( method writechar (line 2289) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 2291) | def read(self) -> bytes | None: method read (line 2302) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 2311) | def deinit(self) -> None: method any (line 2320) | def any(self) -> int: method write (line 2334) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2343) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2354) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2363) | def readline(self) -> Union[str, None]: method __init__ (line 2372) | def __init__( method __init__ (line 2394) | def __init__( method __init__ (line 2410) | def __init__( class SoftI2C (line 2425) | class SoftI2C(I2C): method readfrom_mem_into (line 2437) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2438) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2439) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2440) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2441) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2442) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2443) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2444) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2445) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2446) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2447) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2448) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2449) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2450) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class SPI (line 2455) | class SPI: method deinit (line 2514) | def deinit(self) -> None: method init (line 2521) | def init( method init (line 2556) | def init( method write_readinto (line 2587) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2597) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2604) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 2612) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 2622) | def __init__(self, id: int, /): method __init__ (line 2635) | def __init__( method __init__ (line 2661) | def __init__( class Signal (line 2684) | class Signal(Pin): method off (line 2753) | def off(self) -> None: method on (line 2758) | def on(self) -> None: method value (line 2765) | def value(self) -> int: method value (line 2785) | def value(self, x: Any, /) -> None: method __init__ (line 2805) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 2825) | def __init__( class ADCBlock (line 2855) | class ADCBlock: method connect (line 2857) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 2859) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 2861) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class PWM (line 2882) | class PWM: method freq (line 2884) | def freq(self) -> int: method freq (line 2895) | def freq( method duty_u16 (line 2910) | def duty_u16(self) -> int: method duty_u16 (line 2922) | def duty_u16( method duty_ns (line 2938) | def duty_ns(self) -> int: method duty_ns (line 2948) | def duty_ns( class SDCard (line 2961) | class SDCard: method readblocks (line 2963) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2973) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2983) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2994) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_27_0-stm32-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0-stm32-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 166) | def stack_use() -> int: function heap_unlock (line 174) | def heap_unlock() -> int: function const (line 196) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 218) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 240) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 253) | class RingIO: method readinto (line 254) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 263) | def write(self, buf) -> int: method readline (line 271) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 280) | def any(self) -> int: method read (line 285) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 295) | def close(self) -> Incomplete: method __init__ (line 301) | def __init__(self, size) -> None: ... function viper (line 305) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 316) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 325) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 336) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0-stm32-stubs/network.pyi function route (line 58) | def route(*args, **kwargs) -> Incomplete: ... function hostname (line 59) | def hostname(name: Optional[Any] = None) -> Incomplete: function country (line 87) | def country(code: Optional[Any] = None) -> Incomplete: class WIZNET5K (line 100) | class WIZNET5K: method isconnected (line 126) | def isconnected(self, *args, **kwargs) -> Incomplete: ... method status (line 127) | def status(self, *args, **kwargs) -> Incomplete: ... method regs (line 128) | def regs(self) -> Any: method active (line 133) | def active(self, *args, **kwargs) -> Incomplete: ... method ifconfig (line 134) | def ifconfig(self, *args, **kwargs) -> Incomplete: ... method config (line 135) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, spi: SPI, pin_cs: Pin, pin_rst: Pin, /) -> None: class LAN (line 154) | class LAN: method active (line 156) | def active(self, /) -> bool: method active (line 164) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 171) | class WLANWiPy: method __init__ (line 173) | def __init__(self, id: int = 0, /): method __init__ (line 187) | def __init__( method mode (line 211) | def mode(self) -> int: method mode (line 217) | def mode(self, mode: int, /) -> None: method ssid (line 223) | def ssid(self) -> str: method ssid (line 229) | def ssid(self, ssid: str, /) -> None: method auth (line 235) | def auth(self) -> int: method auth (line 241) | def auth(self, auth: int, /) -> None: method channel (line 247) | def channel(self) -> int: method channel (line 253) | def channel(self, channel: int, /) -> None: method antenna (line 259) | def antenna(self) -> int: method antenna (line 265) | def antenna(self, antenna: int, /) -> None: method mac (line 271) | def mac(self) -> bytes: method mac (line 277) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 282) | class AbstractNIC: method active (line 285) | def active(self, /) -> bool: method active (line 296) | def active(self, is_active: bool | int, /) -> None: method connect (line 307) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 326) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 345) | def status(self) -> Any: method status (line 363) | def status(self, param: str, /) -> Any: method ifconfig (line 381) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 395) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 409) | def config(self, param: str, /) -> Any: method config (line 428) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_27_0-stm32-stubs/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = False): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: publish/micropython-v1_27_0-stm32-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0-stm32-stubs/pyb.pyi function hard_reset (line 35) | def hard_reset() -> NoReturn: function have_cdc (line 43) | def have_cdc() -> bool: function hid (line 53) | def hid(data: tuple[int, int, int, int], /) -> None: function hid (line 63) | def hid(data: Sequence[int], /) -> None: function info (line 72) | def info() -> None: function info (line 78) | def info(dump_alloc_table: bytes, /) -> None: function info (line 84) | def info(self) -> list[int]: function info (line 90) | def info(self, list: list[int], /) -> list[int]: function wfi (line 95) | def wfi() -> None: function elapsed_micros (line 107) | def elapsed_micros(start: int, /) -> int: function freq (line 124) | def freq() -> tuple[int, int, int, int]: function freq (line 164) | def freq(sysclk: int, /) -> None: function freq (line 204) | def freq(sysclk: int, hclk: int, /) -> None: function freq (line 244) | def freq(sysclk: int, hclk: int, pclk1: int, /) -> None: function freq (line 284) | def freq(sysclk: int, hclk: int, pclk1: int, pclk2: int, /) -> None: function freq (line 324) | def freq(self) -> int: function freq (line 364) | def freq(self, value: int, /) -> None: function disable_irq (line 403) | def disable_irq() -> bool: function fault_debug (line 412) | def fault_debug(value: bool = False) -> None: function elapsed_millis (line 427) | def elapsed_millis(start: int, /) -> int: function enable_irq (line 442) | def enable_irq(state: bool = True, /) -> None: function sync (line 452) | def sync() -> None: function servo (line 458) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 459) | def standby() -> None: function usb_mode (line 474) | def usb_mode() -> str: function usb_mode (line 516) | def usb_mode( function udelay (line 566) | def udelay(us: int, /) -> None: function unique_id (line 572) | def unique_id() -> str: function micros (line 578) | def micros() -> int: function mount (line 593) | def mount( function mount (line 635) | def mount( function rng (line 676) | def rng() -> int: function millis (line 682) | def millis() -> int: function repl_uart (line 697) | def repl_uart() -> UART | None: function repl_uart (line 703) | def repl_uart(uart: UART, /) -> None: function pwm (line 708) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 709) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 710) | def stop() -> None: function delay (line 722) | def delay(ms: int, /) -> None: function main (line 728) | def main(filename: str, /) -> None: function bootloader (line 738) | def bootloader() -> None: function country (line 744) | def country(*args, **kwargs) -> Incomplete: ... class DAC (line 746) | class DAC: method noise (line 798) | def noise(self, freq: int, /) -> None: method write_timed (line 804) | def write_timed(self, data: AnyWritableBuf, freq: int | Timer, /, *, m... method triangle (line 825) | def triangle(self, freq: int, /) -> None: method write (line 832) | def write(self, value: int, /) -> None: method init (line 839) | def init(self, bits: int = 8, *, buffering: bool | None = None) -> None: method deinit (line 846) | def deinit(self) -> None: method __init__ (line 851) | def __init__(self, port: int | Pin, /, bits: int = 8, *, buffering: bo... class ExtInt (line 876) | class ExtInt: method line (line 931) | def line(self) -> int: method regs (line 937) | def regs() -> None: method swint (line 942) | def swint(self) -> None: method enable (line 947) | def enable(self) -> None: method disable (line 952) | def disable(self) -> None: method __init__ (line 958) | def __init__( class Flash (line 982) | class Flash(AbstractBlockDev): method readblocks (line 994) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 1004) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1014) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1025) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 1038) | def ioctl(self, op: int, arg: int) -> int | None: method __init__ (line 1047) | def __init__(self): method __init__ (line 1059) | def __init__(self, *, start: int = -1, len: int = -1): class I2C (line 1066) | class I2C: method scan (line 1124) | def scan(self) -> List: method mem_read (line 1132) | def mem_read( method mem_read (line 1156) | def mem_read( method mem_write (line 1178) | def mem_write( method recv (line 1203) | def recv( method recv (line 1224) | def recv( method is_ready (line 1243) | def is_ready(self, addr: int, /) -> bool: method send (line 1248) | def send( method deinit (line 1265) | def deinit(self) -> None: method init (line 1270) | def init( method __init__ (line 1297) | def __init__( class LCD (line 1329) | class LCD: method fill (line 1364) | def fill(self, colour: int, /) -> None: method light (line 1371) | def light(self, value: bool | int, /) -> None: method pixel (line 1376) | def pixel(self, x: int, y: int, colour: int, /) -> None: method show (line 1383) | def show(self) -> None: method text (line 1388) | def text(self, str: str, x: int, y: int, colour: int, /) -> None: method contrast (line 1395) | def contrast(self, value: int, /) -> None: method get (line 1400) | def get(self, x: int, y: int, /) -> int: method write (line 1407) | def write(self, str: str, /) -> None: method command (line 1412) | def command(self, inst_data: int, buf: bytes, /) -> None: method __init__ (line 1419) | def __init__(self, skin_position: str, /) -> None: class CAN (line 1425) | class CAN: method restart (line 1471) | def restart(self) -> None: method recv (line 1485) | def recv(self, fifo: int, /, *, timeout: int = 5000) -> tuple[int, boo... method recv (line 1521) | def recv(self, fifo: int, list: None, /, *, timeout: int = 5000) -> tu... method recv (line 1557) | def recv(self, fifo: int, list: list[int | bool | memoryview], /, *, t... method init (line 1591) | def init( method rxcallback (line 1667) | def rxcallback(self, fifo: int, fun: Callable[[CAN], None], /) -> None: method setfilter (line 1704) | def setfilter(self, bank: int, mode: int, fifo: int, params: Sequence[... method setfilter (line 1761) | def setfilter( method state (line 1825) | def state(self) -> int: method send (line 1840) | def send( method any (line 1876) | def any(self, fifo: int, /) -> bool: method info (line 1883) | def info(self) -> list[int]: method info (line 1907) | def info(self, list: list[int], /) -> list[int]: method clearfilter (line 1929) | def clearfilter(self, bank: int, /) -> None: method deinit (line 1938) | def deinit(self) -> None: method __init__ (line 1943) | def __init__( class ADC (line 1969) | class ADC: method read_timed (line 1986) | def read_timed(self, buf: AnyWritableBuf, timer: Timer | int, /) -> None: method read_timed_multi (line 2024) | def read_timed_multi(adcs: tuple[ADC, ...], bufs: tuple[AnyWritableBuf... method read (line 2076) | def read(self) -> int: method __init__ (line 2082) | def __init__(self, pin: int | Pin, /) -> None: class ADCAll (line 2088) | class ADCAll: method read_core_vbat (line 2089) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 2090) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 2091) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 2092) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 2093) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2094) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 2096) | class Accel: method x (line 2106) | def x(self) -> int: method tilt (line 2111) | def tilt(self) -> int: method y (line 2116) | def y(self) -> int: method z (line 2121) | def z(self) -> int: method read (line 2126) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 2127) | def filtered_xyz(self) -> Tuple: method write (line 2137) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2138) | def __init__(self) -> None: class USB_VCP (line 2143) | class USB_VCP: method readlines (line 2156) | def readlines(self) -> List: method recv (line 2167) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes | None: method recv (line 2180) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int... method isconnected (line 2191) | def isconnected(self) -> bool: method init (line 2196) | def init(self, *, flow: int = -1) -> None: method irq (line 2203) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 2214) | def setinterrupt(self, chr: int, /) -> None: method close (line 2224) | def close(self) -> None: method read (line 2232) | def read(self) -> bytes | None: method read (line 2243) | def read(self, nbytes, /) -> bytes | None: method any (line 2252) | def any(self) -> bool: method write (line 2257) | def write(self, buf: AnyReadableBuf, /) -> int: method send (line 2264) | def send(self, buf: AnyWritableBuf | bytes | int, /, *, timeout: int =... method readinto (line 2276) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2288) | def readinto(self, buf: AnyWritableBuf, maxlen: int, /) -> int | None: method readline (line 2298) | def readline(self) -> bytes: method __init__ (line 2306) | def __init__(self, id: int = 0, /) -> None: class Timer (line 2312) | class Timer: method freq (line 2391) | def freq(self) -> int: method freq (line 2397) | def freq(self, value: int, /) -> None: method init (line 2403) | def init( method init (line 2480) | def init( method period (line 2558) | def period(self) -> int: method period (line 2564) | def period(self, value: int, /) -> None: method prescaler (line 2570) | def prescaler(self) -> int: method prescaler (line 2576) | def prescaler(self, value: int, /) -> None: method source_freq (line 2580) | def source_freq(self) -> int: method deinit (line 2585) | def deinit(self) -> None: method callback (line 2595) | def callback(self, fun: Callable[[Timer], None] | None, /) -> None: method channel (line 2604) | def channel(self, channel: int, /) -> timerchannel | None: method channel (line 2691) | def channel( method channel (line 2787) | def channel( method channel (line 2883) | def channel( method channel (line 2980) | def channel( method channel (line 3076) | def channel( method counter (line 3171) | def counter(self) -> int: method counter (line 3177) | def counter(self, value: int, /) -> None: method __init__ (line 3182) | def __init__(self, id: int, /): method __init__ (line 3190) | def __init__( method __init__ (line 3208) | def __init__( class Switch (line 3226) | class Switch: method callback (line 3243) | def callback(self, fun: Callable[[], None] | None) -> None: method value (line 3249) | def value(self) -> bool: method __init__ (line 3254) | def __init__(self) -> None: method __call__ (line 3260) | def __call__(self) -> bool: class Servo (line 3267) | class Servo: method speed (line 3294) | def speed(self) -> int: method speed (line 3306) | def speed(self, speed: int, time: int = 0, /) -> None: method speed (line 3318) | def speed(self) -> int: method speed (line 3330) | def speed(self, value: int, /) -> None: method pulse_width (line 3340) | def pulse_width(self, value: Any | None = None) -> Incomplete: method calibration (line 3350) | def calibration(self) -> tuple[int, int, int, int, int]: method calibration (line 3365) | def calibration(self, pulse_min: int, pulse_max: int, pulse_centre: in... method calibration (line 3380) | def calibration( method angle (line 3403) | def angle(self) -> int: method angle (line 3416) | def angle(self, angle: int, time: int = 0, /) -> None: method __init__ (line 3427) | def __init__(self, id: int, /) -> None: class UART (line 3432) | class UART: method flush (line 3480) | def flush(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 3481) | def sendbreak(self) -> None: method txdone (line 3488) | def txdone(self, *args, **kwargs) -> Incomplete: ... method init (line 3489) | def init( method readchar (line 3526) | def readchar(self) -> int: method irq (line 3533) | def irq(self, *args, **kwargs) -> Incomplete: ... method writechar (line 3534) | def writechar(self, char: int, /) -> None: method read (line 3542) | def read(self) -> bytes | None: method read (line 3559) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 3574) | def deinit(self) -> None: method any (line 3579) | def any(self) -> int: method write (line 3584) | def write(self, buf: AnyWritableBuf, /) -> int: method readinto (line 3597) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 3607) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 3615) | def readline(self) -> None: method __init__ (line 3625) | def __init__(self, bus: int | str, /): method __init__ (line 3662) | def __init__( class USB_HID (line 3711) | class USB_HID: method recv (line 3721) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes: method recv (line 3734) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int: method send (line 3745) | def send(self, data: Sequence[int]) -> None: method __init__ (line 3753) | def __init__(self) -> None: class LED (line 3758) | class LED: method toggle (line 3762) | def toggle(self) -> None: method on (line 3768) | def on(self) -> None: method off (line 3773) | def off(self) -> None: method intensity (line 3780) | def intensity(self) -> int: method intensity (line 3794) | def intensity(self, value: int, /) -> None: method __init__ (line 3806) | def __init__(self, id: int, /) -> None: class RTC (line 3813) | class RTC: method info (line 3824) | def info(self) -> int: method init (line 3834) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 3835) | def wakeup(self, timeout: int, callback: Callable[[RTC], None] | None ... method datetime (line 3848) | def datetime(self, datetimetuple: tuple[int, int, int, int, int, int, ... method datetime (line 3866) | def datetime(self, /) -> Tuple: method calibration (line 3885) | def calibration(self) -> int: method calibration (line 3903) | def calibration(self, cal: int, /) -> None: method __init__ (line 3919) | def __init__(self) -> None: class Pin (line 3924) | class Pin: method mode (line 4044) | def mode(self) -> int: method name (line 4051) | def name(self) -> str: method pull (line 4056) | def pull(self) -> int: method low (line 4063) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 4064) | def irq(self, *args, **kwargs) -> Incomplete: ... method pin (line 4065) | def pin(self) -> int: method port (line 4070) | def port(self) -> int: method names (line 4075) | def names(self) -> str: method on (line 4080) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 4081) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 4082) | def init( method af_list (line 4122) | def af_list(self) -> List: method af (line 4127) | def af(self) -> int: method value (line 4136) | def value(self) -> int: method value (line 4147) | def value(self, value: Any, /) -> None: method high (line 4156) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 4157) | def gpio(self) -> int: method dict (line 4165) | def dict() -> Dict[str, Pin]: method dict (line 4172) | def dict(dict: Dict[str, Pin], /) -> None: method debug (line 4179) | def debug() -> bool: method debug (line 4186) | def debug(state: bool, /) -> None: class cpu (line 4191) | class cpu: method __init__ (line 4239) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 4243) | def mapper() -> Callable[[str], Pin]: method mapper (line 4250) | def mapper(fun: Callable[[str], Pin], /) -> None: class board (line 4255) | class board: method __init__ (line 4305) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 4307) | def __init__( method __call__ (line 4323) | def __call__(self) -> int: method __call__ (line 4331) | def __call__(self, x: Any, /) -> None: class SPI (line 4338) | class SPI: method deinit (line 4370) | def deinit(self) -> None: method send_recv (line 4375) | def send_recv( method recv (line 4395) | def recv(self, recv: int | AnyWritableBuf, /, *, timeout: int = 5000) ... method init (line 4409) | def init( method init (line 4448) | def init( method write_readinto (line 4485) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 4486) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 4487) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 4488) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 4489) | def send(self, send: int | AnyWritableBuf | bytes, /, *, timeout: int ... method __init__ (line 4500) | def __init__(self, bus: int, /): method __init__ (line 4518) | def __init__( method __init__ (line 4549) | def __init__( class SDCard (line 4581) | class SDCard: method writeblocks (line 4582) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 4583) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 4584) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 4585) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 4586) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 4587) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 4588) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 4589) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 4590) | def __init__(self, *argv, **kwargs) -> None: ... class timerchannel (line 4592) | class timerchannel: method capture (line 4595) | def capture(self) -> int: method capture (line 4604) | def capture(self, value: int, /) -> None: method compare (line 4613) | def compare(self) -> int: method compare (line 4622) | def compare(self, value: int, /) -> None: method pulse_width (line 4631) | def pulse_width(self) -> int: method pulse_width (line 4643) | def pulse_width(self, value: int, /) -> None: method pulse_width_percent (line 4655) | def pulse_width_percent(self) -> float: method pulse_width_percent (line 4666) | def pulse_width_percent(self, value: int | float, /) -> None: FILE: publish/micropython-v1_27_0-stm32-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_27_0-stm32-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 101) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0-stm32-stubs/socket.pyi function getaddrinfo (line 112) | def getaddrinfo( class socket (line 162) | class socket: method recvfrom (line 170) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 179) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 191) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 211) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 229) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 237) | def settimeout(self, value: float | None, /) -> None: method sendall (line 272) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 284) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 291) | def setblocking(self, value: bool, /) -> None: method sendto (line 302) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 308) | def readline(self) -> bytes: method readinto (line 317) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 327) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 337) | def read(self) -> bytes: method read (line 347) | def read(self, size: int, /) -> bytes: method close (line 355) | def close(self) -> None: method connect (line 365) | def connect(self, address: _Address | bytes, /) -> None: method send (line 370) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 377) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 382) | def accept(self) -> Tuple: method write (line 390) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 400) | def __init__( FILE: publish/micropython-v1_27_0-stm32-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 291) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 299) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0-stm32-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0-stm32-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0_preview-unix-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0_preview-unix-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 26) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 27) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 28) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 30) | class LockType: method locked (line 31) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 32) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 33) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0_preview-unix-stubs/argparse.pyi function _dest_from_optnames (line 11) | def _dest_from_optnames(*args, **kwargs) -> Incomplete: ... function namedtuple (line 12) | def namedtuple(*args, **kwargs) -> Incomplete: ... class _ArgError (line 14) | class _ArgError(Exception): ... class _Arg (line 16) | class _Arg: method parse (line 17) | def parse(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class ArgumentParser (line 20) | class ArgumentParser: method parse_args (line 21) | def parse_args(self, *args, **kwargs) -> Incomplete: ... method usage (line 22) | def usage(self, *args, **kwargs) -> Incomplete: ... method parse_known_args (line 23) | def parse_known_args(self, *args, **kwargs) -> Incomplete: ... method _parse_args (line 24) | def _parse_args(self, *args, **kwargs) -> Incomplete: ... method add_argument (line 25) | def add_argument(self, *args, **kwargs) -> Incomplete: ... method _parse_args_impl (line 26) | def _parse_args_impl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0_preview-unix-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0_preview-unix-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_27_0_preview-unix-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_27_0_preview-unix-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_27_0_preview-unix-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0_preview-unix-stubs/ffi.pyi function func (line 11) | def func(*args, **kwargs) -> Incomplete: ... function callback (line 12) | def callback(*args, **kwargs) -> Incomplete: ... function as_bytearray (line 13) | def as_bytearray(*args, **kwargs) -> Incomplete: ... function open (line 14) | def open(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0_preview-unix-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 90) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 101) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 108) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 114) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 123) | def rect(self, x: int, y: int, w: int, h: int, c: int, /) -> None: method scroll (line 132) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 139) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 155) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 165) | def blit( method hline (line 207) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 217) | def fill(self, c: int, /) -> None: method fill_rect (line 223) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 224) | def __init__( FILE: publish/micropython-v1_27_0_preview-unix-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0_preview-unix-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_27_0_preview-unix-stubs/heapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0_preview-unix-stubs/machine.pyi function idle (line 52) | def idle() -> None: function soft_reset (line 67) | def soft_reset() -> NoReturn: function time_pulse_us (line 74) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... class PinBase (line 95) | class PinBase: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 98) | class Signal(Pin): method off (line 167) | def off(self) -> None: method on (line 173) | def on(self) -> None: method value (line 180) | def value(self) -> int: method value (line 200) | def value(self, x: Any, /) -> None: method __init__ (line 220) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 240) | def __init__( class ADCBlock (line 284) | class ADCBlock: method connect (line 286) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 288) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 290) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class Pin (line 311) | class Pin: method value (line 313) | def value(self) -> int: method value (line 347) | def value(self, x: Any, /) -> None: method __call__ (line 381) | def __call__(self) -> int: method __call__ (line 389) | def __call__(self, x: Any, /) -> None: method mode (line 397) | def mode(self) -> int: method mode (line 406) | def mode(self, mode: int, /) -> None: method pull (line 415) | def pull(self) -> int: method pull (line 424) | def pull(self, pull: int, /) -> None: method drive (line 433) | def drive(self, drive: int, /) -> None: method drive (line 443) | def drive(self, /) -> int: class SPI (line 451) | class SPI: method __init__ (line 453) | def __init__(self, id: int, /): method __init__ (line 466) | def __init__( method __init__ (line 492) | def __init__( method init (line 516) | def init( method init (line 551) | def init( class Timer (line 583) | class Timer: method __init__ (line 585) | def __init__(self, id: int, /): method __init__ (line 595) | def __init__( method __init__ (line 613) | def __init__( method __init__ (line 631) | def __init__( method init (line 649) | def init( method init (line 657) | def init( method init (line 665) | def init( class ADC (line 724) | class ADC: method width (line 728) | def width(self, bits: int) -> None: method read (line 753) | def read(self) -> int: method atten (line 767) | def atten(self, atten: int) -> None: function freq (line 776) | def freq() -> int: function freq (line 784) | def freq(hz: int, /) -> None: function freq (line 792) | def freq(self) -> int: function freq (line 800) | def freq( function freq (line 812) | def freq(self) -> int: function freq (line 823) | def freq( function lightsleep (line 838) | def lightsleep() -> None: function lightsleep (line 863) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 888) | def deepsleep() -> NoReturn: function deepsleep (line 913) | def deepsleep(time_ms: int, /) -> NoReturn: class I2C (line 937) | class I2C: method __init__ (line 939) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 956) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 973) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... method init (line 987) | def init(self, *, freq: int = 400_000) -> None: method init (line 1001) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... class SDCard (line 1014) | class SDCard: method readblocks (line 1016) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 1026) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1036) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1047) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... class RTC (line 1061) | class RTC: method __init__ (line 1063) | def __init__(self, id: int = 0): method __init__ (line 1069) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1077) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1085) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1093) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1101) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1109) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 1117) | def init(self) -> None: method init (line 1132) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1147) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1162) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1177) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1192) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1207) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 1222) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1230) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1238) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1246) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1254) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1262) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1270) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class UART (line 1277) | class UART: method __init__ (line 1279) | def __init__( method __init__ (line 1301) | def __init__( method __init__ (line 1317) | def __init__( method init (line 1333) | def init( method init (line 1402) | def init( method init (line 1465) | def init( method read (line 1528) | def read(self) -> bytes | None: method read (line 1539) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1550) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1561) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: class PWM (line 1571) | class PWM: method freq (line 1573) | def freq(self) -> int: method freq (line 1584) | def freq( method duty_u16 (line 1599) | def duty_u16(self) -> int: method duty_u16 (line 1611) | def duty_u16( method duty_ns (line 1627) | def duty_ns(self) -> int: method duty_ns (line 1637) | def duty_ns( FILE: publish/micropython-v1_27_0_preview-unix-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0_preview-unix-stubs/micropython.pyi function mem_total (line 24) | def mem_total(*args, **kwargs) -> Incomplete: ... function mem_info (line 26) | def mem_info() -> None: function mem_info (line 37) | def mem_info(verbose: Any, /) -> None: function mem_peak (line 47) | def mem_peak(*args, **kwargs) -> Incomplete: ... function schedule (line 48) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function opt_level (line 94) | def opt_level() -> int: function opt_level (line 114) | def opt_level(level: int, /) -> None: function qstr_info (line 134) | def qstr_info() -> None: function qstr_info (line 145) | def qstr_info(verbose: bool, /) -> None: function stack_use (line 155) | def stack_use() -> int: function heap_lock (line 163) | def heap_lock() -> int: function const (line 185) | def const(expr: Const_T, /) -> Const_T: function mem_current (line 207) | def mem_current(*args, **kwargs) -> Incomplete: ... function kbd_intr (line 208) | def kbd_intr(chr: int) -> None: function heap_unlock (line 221) | def heap_unlock() -> int: class RingIO (line 243) | class RingIO: method readinto (line 244) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 254) | def write(self, buf) -> int: method readline (line 263) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 273) | def any(self) -> int: method read (line 279) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 290) | def close(self) -> Incomplete: method __init__ (line 297) | def __init__(self, size) -> None: ... function viper (line 301) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 312) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 321) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 332) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0_preview-unix-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: function _install_json (line 15) | def _install_json(*args, **kwargs) -> Incomplete: function _install_package (line 18) | def _install_package(*args, **kwargs) -> Incomplete: function _rewrite_url (line 21) | def _rewrite_url(*args, **kwargs) -> Incomplete: function install (line 24) | def install(*args, **kwargs) -> Incomplete: function _download_file (line 27) | def _download_file(*args, **kwargs) -> Incomplete: function const (line 30) | def const(*args, **kwargs) -> Incomplete: function _check_exists (line 33) | def _check_exists(*args, **kwargs) -> Incomplete: function _chunk (line 36) | def _chunk(*args, **kwargs) -> Incomplete: FILE: publish/micropython-v1_27_0_preview-unix-stubs/mip/__main__.pyi function do_install (line 10) | def do_install(*args, **kwargs) -> Incomplete: FILE: publish/micropython-v1_27_0_preview-unix-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_27_0_preview-unix-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_27_0_preview-unix-stubs/requests/__init__.pyi function delete (line 10) | def delete(*args, **kwargs) -> Incomplete: function head (line 13) | def head(*args, **kwargs) -> Incomplete: function patch (line 16) | def patch(*args, **kwargs) -> Incomplete: function post (line 19) | def post(*args, **kwargs) -> Incomplete: function request (line 22) | def request(*args, **kwargs) -> Incomplete: function put (line 25) | def put(*args, **kwargs) -> Incomplete: function get (line 28) | def get(*args, **kwargs) -> Incomplete: class Response (line 32) | class Response(): method json (line 33) | def json(self, *args, **kwargs) -> Incomplete: method close (line 36) | def close(self, *args, **kwargs) -> Incomplete: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: FILE: publish/micropython-v1_27_0_preview-unix-stubs/select.pyi class poll (line 27) | class poll: method __init__ (line 31) | def __init__(self) -> None: ... method register (line 32) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 51) | def unregister(self, obj) -> Incomplete: method modify (line 56) | def modify(self, obj, eventmask) -> None: method poll (line 62) | def poll(self, timeout=-1, /) -> List: method ipoll (line 86) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_27_0_preview-unix-stubs/socket.pyi function sockaddr (line 116) | def sockaddr(*args, **kwargs) -> Incomplete: ... function inet_pton (line 117) | def inet_pton(af: int, txt_addr: str, /) -> bytes: function inet_ntop (line 127) | def inet_ntop(af: int, bin_addr: bytes, /) -> str: function getaddrinfo (line 137) | def getaddrinfo( class socket (line 187) | class socket: method recv (line 195) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 207) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 227) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 246) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 255) | def fileno(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 256) | def settimeout(self, value: float | None, /) -> None: method recvfrom (line 292) | def recvfrom(self, bufsize: int, /) -> Tuple: method setsockopt (line 302) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 310) | def setblocking(self, value: bool, /) -> None: method sendto (line 322) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method readline (line 329) | def readline(self) -> bytes: method readinto (line 338) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 348) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 358) | def read(self) -> bytes: method read (line 368) | def read(self, size: int, /) -> bytes: method close (line 377) | def close(self) -> None: method connect (line 388) | def connect(self, address: _Address | bytes, /) -> None: method send (line 394) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 402) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 408) | def accept(self) -> Tuple: method write (line 417) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 428) | def __init__( FILE: publish/micropython-v1_27_0_preview-unix-stubs/termios.pyi function tcgetattr (line 23) | def tcgetattr(*args, **kwargs) -> Incomplete: ... function tcsetattr (line 24) | def tcsetattr(*args, **kwargs) -> Incomplete: ... function setraw (line 25) | def setraw(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0_preview-unix-stubs/time.pyi function ticks_cpu (line 53) | def ticks_cpu() -> _TicksCPU: function ticks_diff (line 68) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 134) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 161) | def time_ns() -> int: function time (line 168) | def time() -> int: function ticks_ms (line 196) | def ticks_ms() -> int: function ticks_us (line 220) | def ticks_us() -> _TicksUs: function gmtime (line 226) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 248) | def localtime(secs: int | None = None, /) -> Tuple: function clock (line 270) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 271) | def sleep_us(us: int, /) -> None: function sleep_ms (line 281) | def sleep_ms(ms: int, /) -> None: function mktime (line 292) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 300) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0_preview-unix-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0_preview-unix-stubs/ucryptolib.pyi class aes (line 11) | class aes: method encrypt (line 12) | def encrypt(self, *args, **kwargs) -> Incomplete: ... method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0_preview-unix-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0_preview-unix-stubs/uhashlib.pyi class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class sha256 (line 16) | class sha256: method digest (line 17) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 18) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class md5 (line 21) | class md5: method digest (line 22) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 23) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0_preview-unix-stubs/uheapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0_preview-unix-stubs/urandom.pyi function randrange (line 11) | def randrange(*args, **kwargs) -> Incomplete: ... function random (line 12) | def random(*args, **kwargs) -> Incomplete: ... function seed (line 13) | def seed(*args, **kwargs) -> Incomplete: ... function uniform (line 14) | def uniform(*args, **kwargs) -> Incomplete: ... function choice (line 15) | def choice(*args, **kwargs) -> Incomplete: ... function randint (line 16) | def randint(*args, **kwargs) -> Incomplete: ... function getrandbits (line 17) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0_preview-unix-stubs/ure.pyi function sub (line 11) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function match (line 13) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 14) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0_preview-unix-stubs/uwebsocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0_preview-unix-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsRom (line 67) | class VfsRom: method umount (line 68) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 69) | def mount(self, *args, **kwargs) -> Incomplete: ... method stat (line 70) | def stat(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 71) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 72) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method open (line 73) | def open(self, *args, **kwargs) -> Incomplete: ... method chdir (line 74) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 75) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 76) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 78) | class VfsFat: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 92) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 93) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 95) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 96) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 97) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 98) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 99) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 100) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 101) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 102) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 103) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class VfsLfs1 (line 105) | class VfsLfs1: method rename (line 114) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 116) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 125) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 126) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 127) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 128) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 129) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 130) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 131) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 132) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 133) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 134) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 135) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 136) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsPosix (line 138) | class VfsPosix: method rename (line 145) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 146) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 147) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 148) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 149) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 150) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 151) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 152) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 153) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 154) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 155) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 156) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 157) | def __init__(self, root: str | None = None) -> None: ... class VfsLfs2 (line 159) | class VfsLfs2: method rename (line 176) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 178) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 187) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 188) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 189) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 190) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 191) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 192) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 193) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 194) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 195) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 196) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 197) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 198) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class AbstractBlockDev (line 200) | class AbstractBlockDev: method readblocks (line 204) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 207) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 225) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 248) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 272) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 276) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_27_0_preview-unix-stubs/websocket.pyi class websocket (line 11) | class websocket: method readline (line 12) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 14) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 15) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 16) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 17) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0_preview-windows-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_27_0_preview-windows-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_27_0_preview-windows-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_27_0_preview-windows-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readinto (line 84) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 85) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 86) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 87) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 88) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 89) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_27_0_preview-windows-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_27_0_preview-windows-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha1 (line 71) | class sha1: method __init__ (line 73) | def __init__(self): method __init__ (line 79) | def __init__(self, data: AnyReadableBuf): method __init__ (line 85) | def __init__(self): method __init__ (line 91) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_27_0_preview-windows-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_27_0_preview-windows-stubs/machine.pyi function idle (line 53) | def idle() -> None: function soft_reset (line 68) | def soft_reset() -> NoReturn: function time_pulse_us (line 75) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... class PinBase (line 96) | class PinBase: method __init__ (line 97) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 99) | class Signal(Pin): method off (line 168) | def off(self) -> None: method on (line 174) | def on(self) -> None: method value (line 181) | def value(self) -> int: method value (line 201) | def value(self, x: Any, /) -> None: method __init__ (line 221) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 241) | def __init__( class ADC (line 284) | class ADC: method width (line 288) | def width(self, bits: int) -> None: method read (line 313) | def read(self) -> int: method atten (line 327) | def atten(self, atten: int) -> None: class ADCBlock (line 335) | class ADCBlock: method connect (line 337) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 339) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 341) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class I2C (line 362) | class I2C: method __init__ (line 364) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 381) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 398) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... method init (line 412) | def init(self, *, freq: int = 400_000) -> None: method init (line 426) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... class Pin (line 439) | class Pin: method value (line 441) | def value(self) -> int: method value (line 475) | def value(self, x: Any, /) -> None: method __call__ (line 509) | def __call__(self) -> int: method __call__ (line 517) | def __call__(self, x: Any, /) -> None: method mode (line 525) | def mode(self) -> int: method mode (line 534) | def mode(self, mode: int, /) -> None: method pull (line 543) | def pull(self) -> int: method pull (line 552) | def pull(self, pull: int, /) -> None: method drive (line 561) | def drive(self, drive: int, /) -> None: method drive (line 571) | def drive(self, /) -> int: class PWM (line 579) | class PWM: method freq (line 581) | def freq(self) -> int: method freq (line 592) | def freq( method duty_u16 (line 607) | def duty_u16(self) -> int: method duty_u16 (line 619) | def duty_u16( method duty_ns (line 635) | def duty_ns(self) -> int: method duty_ns (line 645) | def duty_ns( class RTC (line 658) | class RTC: method __init__ (line 660) | def __init__(self, id: int = 0): method __init__ (line 666) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 674) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 682) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 690) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 698) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 706) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 714) | def init(self) -> None: method init (line 729) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 744) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 759) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 774) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 789) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 804) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 819) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 827) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 835) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 843) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 851) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 859) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 867) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SDCard (line 874) | class SDCard: method readblocks (line 876) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 886) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 896) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 907) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... class SPI (line 921) | class SPI: method __init__ (line 923) | def __init__(self, id: int, /): method __init__ (line 936) | def __init__( method __init__ (line 962) | def __init__( method init (line 986) | def init( method init (line 1021) | def init( class Timer (line 1053) | class Timer: method __init__ (line 1055) | def __init__(self, id: int, /): method __init__ (line 1065) | def __init__( method __init__ (line 1083) | def __init__( method __init__ (line 1101) | def __init__( method init (line 1119) | def init( method init (line 1127) | def init( method init (line 1135) | def init( class UART (line 1194) | class UART: method __init__ (line 1196) | def __init__( method __init__ (line 1218) | def __init__( method __init__ (line 1234) | def __init__( method init (line 1250) | def init( method init (line 1319) | def init( method init (line 1382) | def init( method read (line 1445) | def read(self) -> bytes | None: method read (line 1456) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 1467) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1478) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: function freq (line 1489) | def freq() -> int: function freq (line 1497) | def freq(hz: int, /) -> None: function freq (line 1505) | def freq(self) -> int: function freq (line 1513) | def freq( function lightsleep (line 1525) | def lightsleep() -> None: function lightsleep (line 1550) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 1575) | def deepsleep() -> NoReturn: function deepsleep (line 1600) | def deepsleep(time_ms: int, /) -> NoReturn: FILE: publish/micropython-v1_27_0_preview-windows-stubs/math.pyi function isnan (line 32) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 38) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 44) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 50) | def trunc(x: SupportsFloat, /) -> int: function gamma (line 56) | def gamma(x: SupportsFloat, /) -> float: function frexp (line 62) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function isinf (line 71) | def isinf(x: SupportsFloat, /) -> bool: function isclose (line 77) | def isclose(*args, **kwargs) -> Incomplete: ... function isfinite (line 78) | def isfinite(x: SupportsFloat, /) -> bool: function sqrt (line 84) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 90) | def sinh(x: SupportsFloat, /) -> float: function log (line 96) | def log(x: SupportsFloat, /) -> float: function tan (line 104) | def tan(x: SupportsFloat, /) -> float: function tanh (line 110) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 116) | def log2(x: SupportsFloat, /) -> float: function log10 (line 122) | def log10(x: SupportsFloat, /) -> float: function sin (line 128) | def sin(x: SupportsFloat, /) -> float: function modf (line 134) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 141) | def radians(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function fmod (line 159) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function atanh (line 165) | def atanh(x: SupportsFloat, /) -> float: function ceil (line 171) | def ceil(x: SupportsFloat, /) -> int: function acos (line 177) | def acos(x: SupportsFloat, /) -> float: function pow (line 183) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 189) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 195) | def acosh(x: SupportsFloat, /) -> float: function asin (line 201) | def asin(x: SupportsFloat, /) -> float: function expm1 (line 207) | def expm1(x: SupportsFloat, /) -> float: function exp (line 213) | def exp(x: SupportsFloat, /) -> float: function copysign (line 219) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function fabs (line 225) | def fabs(x: SupportsFloat, /) -> float: function floor (line 231) | def floor(x: SupportsFloat, /) -> int: function cosh (line 237) | def cosh(x: SupportsFloat, /) -> float: function cos (line 243) | def cos(x: SupportsFloat, /) -> float: function erfc (line 249) | def erfc(x: SupportsFloat, /) -> float: function degrees (line 255) | def degrees(x: SupportsFloat, /) -> float: function erf (line 261) | def erf(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_27_0_preview-windows-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_peak (line 64) | def mem_peak(*args, **kwargs) -> Incomplete: ... function mem_total (line 65) | def mem_total(*args, **kwargs) -> Incomplete: ... function schedule (line 66) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function pystack_use (line 111) | def pystack_use(*args, **kwargs) -> Incomplete: ... function qstr_info (line 113) | def qstr_info() -> None: function qstr_info (line 124) | def qstr_info(verbose: bool, /) -> None: function stack_use (line 134) | def stack_use() -> int: function heap_lock (line 142) | def heap_lock() -> int: function mem_info (line 165) | def mem_info() -> None: function mem_info (line 176) | def mem_info(verbose: Any, /) -> None: function const (line 186) | def const(expr: Const_T, /) -> Const_T: function mem_current (line 208) | def mem_current(*args, **kwargs) -> Incomplete: ... function heap_unlock (line 209) | def heap_unlock() -> int: function kbd_intr (line 231) | def kbd_intr(chr: int) -> None: function viper (line 246) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 257) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 266) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 277) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_27_0_preview-windows-stubs/random.pyi function seed (line 43) | def seed(n: int | None = None, /) -> None: function getrandbits (line 55) | def getrandbits(n: int, /) -> int: function randrange (line 62) | def randrange(stop: int, /) -> int: function randrange (line 72) | def randrange(start: int, stop: int, /) -> int: function randrange (line 82) | def randrange(start: int, stop: int, step: int, /) -> int: FILE: publish/micropython-v1_27_0_preview-windows-stubs/time.pyi function ticks_cpu (line 53) | def ticks_cpu() -> _TicksCPU: function ticks_diff (line 68) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 134) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 161) | def time_ns() -> int: function time (line 168) | def time() -> int: function ticks_ms (line 196) | def ticks_ms() -> int: function ticks_us (line 220) | def ticks_us() -> _TicksUs: function gmtime (line 226) | def gmtime(secs: int | None = None, /) -> Tuple: function localtime (line 248) | def localtime(secs: int | None = None, /) -> Tuple: function clock (line 270) | def clock(*args, **kwargs) -> Incomplete: ... function sleep_us (line 271) | def sleep_us(us: int, /) -> None: function sleep_ms (line 281) | def sleep_ms(ms: int, /) -> None: function mktime (line 292) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 300) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_27_0_preview-windows-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_27_0_preview-windows-stubs/uhashlib.pyi class sha256 (line 11) | class sha256: method digest (line 12) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 13) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_27_0_preview-windows-stubs/uheapq.pyi function heappop (line 11) | def heappop(*args, **kwargs) -> Incomplete: ... function heappush (line 12) | def heappush(*args, **kwargs) -> Incomplete: ... function heapify (line 13) | def heapify(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0_preview-windows-stubs/urandom.pyi function seed (line 11) | def seed(*args, **kwargs) -> Incomplete: ... function getrandbits (line 12) | def getrandbits(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0_preview-windows-stubs/ure.pyi function match (line 11) | def match(*args, **kwargs) -> Incomplete: ... function search (line 12) | def search(*args, **kwargs) -> Incomplete: ... function compile (line 13) | def compile(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_27_0_preview-windows-stubs/vfs.pyi function mount (line 34) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 46) | def mount() -> List[tuple[Incomplete, str]]: function umount (line 57) | def umount(mount_point: Incomplete) -> Incomplete: class VfsPosix (line 67) | class VfsPosix: method rename (line 74) | def rename(self, *args, **kwargs) -> Incomplete: ... method mount (line 75) | def mount(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 76) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 77) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 78) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 79) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 80) | def remove(self, *args, **kwargs) -> Incomplete: ... method open (line 81) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 82) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 83) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 84) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 85) | def __init__(self, root: str | None = None) -> None: ... class AbstractBlockDev (line 87) | class AbstractBlockDev: method readblocks (line 91) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 94) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 112) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 135) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 159) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 163) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/_espnow.pyi class ESPNowBase (line 27) | class ESPNowBase: method irq (line 28) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 29) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 30) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 31) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 32) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 33) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 34) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 35) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 36) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 37) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 38) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 39) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 40) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 41) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 27) | def stack_size() -> int: ... function stack_size (line 29) | def stack_size(size: int, /) -> int: ... function exit (line 30) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 31) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 33) | class LockType: method locked (line 34) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 35) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 36) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/aioespnow.pyi class AIOESPNow (line 6) | class AIOESPNow(espnow.ESPNow): method arecv (line 7) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 8) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 9) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 10) | def __aiter__(self): ... method __anext__ (line 11) | async def __anext__(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/apa106.pyi class APA106 (line 5) | class APA106(NeoPixel): FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 64) | def gattc_write( method gatts_indicate (line 90) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 107) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 117) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 126) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 139) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 151) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 160) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 174) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 236) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 435) | def gap_advertise( method gap_connect (line 459) | def gap_connect( method gattc_discover_descriptors (line 490) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 500) | def config(self, param: str, /) -> Any: method config (line 564) | def config(self, **kwargs) -> None: method config (line 628) | def config(self, param: str, /) -> Any: method config (line 692) | def config(self, **kwargs) -> None: method active (line 756) | def active(self) -> bool: method active (line 765) | def active(self, active: bool, /) -> None: method active (line 774) | def active(self) -> bool: method active (line 783) | def active(self, active: bool, /) -> None: method gap_scan (line 790) | def gap_scan( method gattc_discover_characteristics (line 832) | def gattc_discover_characteristics( method gap_disconnect (line 853) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 867) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 884) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 894) | def __init__(self) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> tuple[float, float]: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> complex: function sin (line 50) | def sin(z: _C, /) -> complex: function exp (line 56) | def exp(z: _C, /) -> complex: function cos (line 62) | def cos(z: _C, /) -> complex: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> complex: function log10 (line 80) | def log10(z: _C, /) -> complex: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/cryptolib.pyi class aes (line 23) | class aes: method encrypt (line 29) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 39) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 49) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 56) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method __init__ (line 63) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 85) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/ds18x20.pyi class DS18X20 (line 9) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire) -> None: ... method scan (line 13) | def scan(self): ... method convert_temp (line 14) | def convert_temp(self) -> None: ... method read_scratch (line 15) | def read_scratch(self, rom): ... method write_scratch (line 16) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 17) | def read_temp(self, rom): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/esp.pyi function osdebug (line 36) | def osdebug(uart_no: int | None, /) -> None: function osdebug (line 77) | def osdebug(uart_no: int, level: int, /) -> None: function flash_write (line 117) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 123) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 124) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 125) | def flash_user_start() -> int: function flash_erase (line 131) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 141) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 151) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 160) | def flash_size() -> int: function sleep_type (line 169) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 192) | def sleep_type() -> int: function set_native_code_location (line 214) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 255) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/esp32.pyi function idf_heap_info (line 32) | def idf_heap_info(capabilities: int) -> List[Tuple]: function raw_temperature (line 70) | def raw_temperature() -> int: function wake_on_ext0 (line 77) | def wake_on_ext0() -> None: function wake_on_ext0 (line 88) | def wake_on_ext0(pin: Pin | None, level: bool, /) -> None: function wake_on_touch (line 98) | def wake_on_touch(wake: bool, /) -> None: function wake_on_gpio (line 108) | def wake_on_gpio() -> None: function wake_on_gpio (line 120) | def wake_on_gpio(pins: List[Pin] | Tuple[Pin, ...] | None, level: bool, ... function wake_on_ext1 (line 132) | def wake_on_ext1() -> None: function wake_on_ext1 (line 143) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: bool, ... function wake_on_ulp (line 153) | def wake_on_ulp(wake: bool, /) -> None: function gpio_deep_sleep_hold (line 162) | def gpio_deep_sleep_hold(enable: bool, /) -> None: class PCNT (line 169) | class PCNT: method deinit (line 188) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 189) | def init(self, /, **kwargs: Any) -> None: method irq (line 253) | def irq(self, /, handler: Any = None, trigger: int = IRQ_ZERO) -> Inco... method start (line 278) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 280) | def value(self, /) -> int: method value (line 292) | def value(self, value: int, /) -> int: method stop (line 302) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 303) | def __init__(self, id: int, /, **kwargs: Any) -> None: ... class NVS (line 305) | class NVS: method get_i32 (line 317) | def get_i32(self, key: str, /) -> int: method set_i32 (line 323) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 328) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 336) | def commit(self) -> None: method get_blob (line 341) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 348) | def erase_key(self, key: str, /) -> None: method __init__ (line 353) | def __init__(self, namespace: str, /) -> None: class ULP (line 360) | class ULP: method run (line 366) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 371) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 376) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 381) | def __init__(self) -> None: class Partition (line 387) | class Partition(AbstractBlockDev): method readblocks (line 419) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 429) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 439) | def ioctl(self, op: int, arg) -> None: method ioctl (line 448) | def ioctl(self, op: int) -> int: method set_boot (line 455) | def set_boot(self) -> None: method writeblocks (line 467) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 478) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 491) | def info(self) -> Tuple: method find (line 497) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 507) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 515) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 527) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 534) | class RMT: method loop_count (line 579) | def loop_count(self, count: int, /) -> None: method loop (line 590) | def loop(self, enable_loop: bool, /) -> None: method write_pulses (line 600) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 630) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 660) | def write_pulses( method source_freq (line 694) | def source_freq(cls) -> int: method wait_done (line 700) | def wait_done(self, *, timeout: int = 0) -> bool: method bitstream_channel (line 710) | def bitstream_channel(value: int | None = None) -> int | None: method active (line 726) | def active(self, /) -> bool: method active (line 742) | def active(self, value: bool, /) -> bool: method deinit (line 756) | def deinit(self) -> None: method bitstream_rmt (line 764) | def bitstream_rmt(value: bool | None = None) -> bool: method clock_div (line 775) | def clock_div(self) -> int: method __init__ (line 782) | def __init__( FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/espnow.pyi class ESPNow (line 91) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 103) | def peer_count(self) -> Tuple[int, int]: method recv (line 113) | def recv(self, timeout_ms: Optional[Any] = None) -> Tuple[_MACAddress ... method mod_peer (line 152) | def mod_peer( method irecv (line 167) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 197) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 213) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 247) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 273) | def any(self) -> bool: method add_peer (line 294) | def add_peer( method add_peer (line 360) | def add_peer( method active (line 426) | def active(self, flag: Any | None = None) -> bool: method send (line 459) | def send( method send (line 512) | def send( method config (line 563) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 565) | def config(self, param: str, /) -> int: method get_peers (line 612) | def get_peers(self) -> Tuple[_PeerInfo, ...]: method get_peer (line 618) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 635) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 651) | def irq(self, callback: Callable[[ESPNow], Any]) -> None: method __init__ (line 682) | def __init__(self) -> None: ... method __iter__ (line 685) | def __iter__(self) -> ESPNow: ... method __next__ (line 687) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 689) | class ESPNowBase: method irq (line 690) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 691) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 692) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 693) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 694) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 695) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 696) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 698) | def send(self, msg: Union[str, bytes, bytearray, Buffer], /) -> bool: ... method send (line 700) | def send( method active (line 703) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 704) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 705) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 706) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 707) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 709) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 711) | def config(self, param: Literal["rxbuf", "timeout_ms"], /) -> int: ... method __init__ (line 712) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha256 (line 59) | class sha256(_Hash): method digest (line 66) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 67) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self): method __init__ (line 75) | def __init__(self, data: AnyReadableBuf): class md5 (line 80) | class md5(_Hash): method digest (line 86) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 87) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/inisetup.pyi function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/machine.pyi function idle (line 63) | def idle() -> None: function lightsleep (line 79) | def lightsleep() -> None: function lightsleep (line 104) | def lightsleep(time_ms: int, /) -> None: function bitstream (line 128) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 152) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function deepsleep (line 154) | def deepsleep() -> NoReturn: function deepsleep (line 179) | def deepsleep(time_ms: int, /) -> NoReturn: function freq (line 204) | def freq() -> int: function freq (line 212) | def freq(hz: int, /) -> None: function disable_irq (line 219) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 228) | def enable_irq(state: _IRQ_STATE, /) -> None: function sleep (line 237) | def sleep() -> None: function soft_reset (line 243) | def soft_reset() -> NoReturn: function time_pulse_us (line 250) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 268) | def unique_id() -> bytes: function wake_reason (line 277) | def wake_reason() -> int: function reset_cause (line 285) | def reset_cause() -> int: function const (line 291) | def const(*args, **kwargs) -> Incomplete: ... function reset (line 292) | def reset() -> NoReturn: class Counter (line 299) | class Counter: method _configure (line 325) | def _configure(self, *args, **kwargs) -> Incomplete: ... method _overflow (line 326) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method init (line 327) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 386) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 407) | def deinit(self) -> None: class _PCNT (line 414) | class _PCNT: method deinit (line 426) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 427) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 428) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 429) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 430) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 431) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 432) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 434) | def __init__(self, id, *args, **kwargs) -> None: ... class Encoder (line 451) | class Encoder: method _overflow (line 469) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method _configure (line 470) | def _configure(self, *args, **kwargs) -> Incomplete: ... method phases (line 471) | def phases(self, *args, **kwargs) -> Incomplete: ... method init (line 472) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 532) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 540) | def deinit(self) -> None: class _PCNT (line 547) | class _PCNT: method deinit (line 559) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 560) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 561) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 562) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 563) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 564) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 565) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 567) | def __init__(self, id, *args, **kwargs) -> None: ... class I2S (line 569) | class I2S: method shift (line 649) | def shift( method init (line 661) | def init( method irq (line 678) | def irq( method readinto (line 689) | def readinto( method deinit (line 701) | def deinit(self) -> None: method write (line 706) | def write( method __init__ (line 718) | def __init__( class PWM (line 761) | class PWM: method duty_u16 (line 813) | def duty_u16(self) -> int: method duty_u16 (line 825) | def duty_u16( method init (line 839) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 847) | def freq(self) -> int: method freq (line 858) | def freq( method deinit (line 871) | def deinit(self) -> None: method duty_ns (line 878) | def duty_ns(self) -> int: method duty_ns (line 888) | def duty_ns( method duty (line 900) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 901) | def __init__( class Pin (line 927) | class Pin: method off (line 1012) | def off(self) -> None: method irq (line 1017) | def irq( method on (line 1070) | def on(self) -> None: method toggle (line 1075) | def toggle(self) -> None: method value (line 1084) | def value(self) -> int: method value (line 1118) | def value(self, x: Any, /) -> None: method init (line 1150) | def init( class board (line 1168) | class board: method __init__ (line 1169) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1171) | def __init__( method __call__ (line 1246) | def __call__(self) -> int: method __call__ (line 1254) | def __call__(self, x: Any, /) -> None: method mode (line 1262) | def mode(self) -> int: method mode (line 1271) | def mode(self, mode: int, /) -> None: method pull (line 1280) | def pull(self) -> int: method pull (line 1289) | def pull(self, pull: int, /) -> None: method drive (line 1298) | def drive(self, drive: int, /) -> None: method drive (line 1308) | def drive(self, /) -> int: class RTC (line 1316) | class RTC: method init (line 1335) | def init(self) -> None: method init (line 1350) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1365) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1380) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1395) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1410) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1425) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 1440) | def memory(self) -> bytes: method memory (line 1458) | def memory(self, data: AnyReadableBuf, /) -> None: method datetime (line 1474) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1490) | def __init__(self, id: int = 0): method __init__ (line 1496) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1504) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1512) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1520) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1528) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1536) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1544) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1552) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1560) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1568) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1576) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1584) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1592) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class I2C (line 1599) | class I2C: method readfrom_mem_into (line 1635) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1646) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1655) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1663) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1673) | def scan(self) -> list[int]: method writeto (line 1680) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1689) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1704) | def start(self) -> None: method readfrom (line 1709) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1716) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1727) | def init(self, *, freq: int = 400_000) -> None: method init (line 1741) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1753) | def stop(self) -> None: method write (line 1758) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1767) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 1784) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1801) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class ADC (line 1814) | class ADC: method width (line 1845) | def width(self, bits: int) -> None: method init (line 1867) | def init(self, *, sample_ns: int = ..., atten: int = ...) -> None: method read_u16 (line 1874) | def read_u16(self) -> int: method read_uv (line 1881) | def read_uv(self) -> int: method deinit (line 1888) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 1891) | def read(self) -> int: method atten (line 1905) | def atten(self, atten: int) -> None: method block (line 1912) | def block(self) -> ADCBlock: method __init__ (line 1921) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... class ADCBlock (line 1934) | class ADCBlock: method init (line 1943) | def init(self, *, bits: int = ...) -> None: method connect (line 1951) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1953) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1955) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 1975) | def __init__(self, id: int, *, bits: int = ...) -> None: ... class DAC (line 1977) | class DAC: method write (line 1992) | def write(self, value) -> Incomplete: method __init__ (line 2012) | def __init__(self, id) -> None: ... class Timer (line 2014) | class Timer: method deinit (line 2041) | def deinit(self) -> None: method init (line 2048) | def init( method init (line 2057) | def init( method init (line 2066) | def init( method value (line 2125) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2127) | def __init__(self, id: int, /): method __init__ (line 2137) | def __init__( method __init__ (line 2156) | def __init__( method __init__ (line 2175) | def __init__( class TouchPad (line 2193) | class TouchPad: method config (line 2194) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2195) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2196) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 2198) | class UART: method irq (line 2266) | def irq( method sendbreak (line 2301) | def sendbreak(self) -> None: method deinit (line 2307) | def deinit(self) -> None: method init (line 2318) | def init( method init (line 2390) | def init( method init (line 2453) | def init( method flush (line 2514) | def flush(self) -> None: method txdone (line 2528) | def txdone(self) -> bool: method read (line 2544) | def read(self) -> bytes | None: method read (line 2555) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2564) | def any(self) -> int: method write (line 2578) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2587) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2598) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2607) | def readline(self) -> bytes | None: method __init__ (line 2616) | def __init__( method __init__ (line 2641) | def __init__( method __init__ (line 2657) | def __init__( class WDT (line 2672) | class WDT: method feed (line 2687) | def feed(self) -> None: method __init__ (line 2694) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SDCard (line 2703) | class SDCard(AbstractBlockDev): method ioctl (line 2795) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2797) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2807) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2817) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2828) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2841) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2842) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2843) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 2845) | class SoftSPI(SPI): method deinit (line 2856) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2857) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2858) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2859) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2860) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2861) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2862) | def __init__( class SPI (line 2875) | class SPI: method deinit (line 2934) | def deinit(self) -> None: method init (line 2941) | def init( method init (line 2976) | def init( method write_readinto (line 3007) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 3017) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 3024) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 3032) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 3042) | def __init__(self, id: int, /): method __init__ (line 3055) | def __init__( method __init__ (line 3081) | def __init__( class Signal (line 3104) | class Signal(Pin): method off (line 3173) | def off(self) -> None: method on (line 3178) | def on(self) -> None: method value (line 3185) | def value(self) -> int: method value (line 3205) | def value(self, x: Any, /) -> None: method __init__ (line 3225) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 3245) | def __init__( class SoftI2C (line 3275) | class SoftI2C(I2C): method readfrom_mem_into (line 3287) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 3288) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 3289) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 3290) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 3291) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 3292) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 3293) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 3294) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 3295) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3296) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 3297) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 3298) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 3299) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3300) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class ADCWiPy (line 3302) | class ADCWiPy: method channel (line 3304) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3306) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3308) | def channel(self, id: int, *, pin) -> adcchannel: class _CounterBase (line 3328) | class _CounterBase: method __new__ (line 3331) | def __new__(cls, unit_id, *_args, **_kwargs): ... method __init__ (line 3336) | def __init__(self, unit_id, *args, filter_ns: int = 0, **kwargs) -> No... method _overflow (line 3337) | def _overflow(self, pcnt) -> None: ... method init (line 3338) | def init(self, *args, **kwargs) -> None: ... method deinit (line 3339) | def deinit(self) -> None: ... method value (line 3340) | def value(self, value=None): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 9) | def _ensure_path_exists(path) -> None: ... function _chunk (line 10) | def _chunk(src, dest) -> None: ... function _check_exists (line 11) | def _check_exists(path, short_hash): ... function _rewrite_url (line 12) | def _rewrite_url(url, branch=None): ... function _download_file (line 13) | def _download_file(url, dest): ... function _install_json (line 14) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 15) | def _install_package(package, index, target, version, mpy): ... function install (line 16) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/neopixel.pyi class NeoPixel (line 24) | class NeoPixel(_NeoPixelBase): method __init__ (line 52) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 62) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 72) | def __getitem__(self, i) -> Tuple: method fill (line 77) | def fill(self, v) -> None: method write (line 83) | def write(self) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/network.pyi function country (line 107) | def country() -> str: ... function country (line 109) | def country(code: str, /) -> None: ... function hostname (line 111) | def hostname() -> str: ... function hostname (line 113) | def hostname(name: str, /) -> None: ... function ipconfig (line 114) | def ipconfig(*args: Any, **kwargs: Any) -> Any: function phy_mode (line 129) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 146) | class LAN: method __init__ (line 168) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 170) | def active(self, /) -> bool: method active (line 178) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 184) | def isconnected(self) -> bool: method status (line 190) | def status(self) -> Incomplete: method ifconfig (line 195) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 206) | def config(self, config_parameters) -> Incomplete: method active (line 614) | def active(self, /) -> bool: method active (line 622) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 226) | class WLAN: method ifconfig (line 294) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 305) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 314) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 315) | def isconnected(self) -> bool: method scan (line 322) | def scan(self) -> List[Tuple]: method status (line 352) | def status(self) -> int: method status (line 382) | def status(self, param: str, /) -> int: method disconnect (line 410) | def disconnect(self) -> None: method active (line 417) | def active(self, /) -> bool: method active (line 425) | def active(self, is_active: bool | int, /) -> None: method config (line 433) | def config(self, param: str, /) -> Any: method config (line 469) | def config(self, **kwargs: Any) -> None: method connect (line 503) | def connect( method __init__ (line 518) | def __init__(self, interface_id: int = ..., /) -> None: class PPP (line 527) | class PPP: method ifconfig (line 547) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 552) | def ipconfig(self, param) -> Incomplete: method isconnected (line 557) | def isconnected(self) -> bool: method poll (line 563) | def poll(self) -> Incomplete: method status (line 573) | def status(self) -> Incomplete: method disconnect (line 578) | def disconnect(self) -> Incomplete: method active (line 583) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 584) | def config(self, config_parameters) -> Incomplete: method connect (line 593) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 610) | def __init__(self, stream) -> None: ... class LAN (line 612) | class LAN: method __init__ (line 168) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 170) | def active(self, /) -> bool: method active (line 178) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 184) | def isconnected(self) -> bool: method status (line 190) | def status(self) -> Incomplete: method ifconfig (line 195) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 206) | def config(self, config_parameters) -> Incomplete: method active (line 614) | def active(self, /) -> bool: method active (line 622) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 629) | class WLANWiPy: method __init__ (line 631) | def __init__(self, id: int = 0, /): method __init__ (line 645) | def __init__( method mode (line 669) | def mode(self) -> int: method mode (line 675) | def mode(self, mode: int, /) -> None: method ssid (line 681) | def ssid(self) -> str: method ssid (line 687) | def ssid(self, ssid: str, /) -> None: method auth (line 693) | def auth(self) -> int: method auth (line 699) | def auth(self, auth: int, /) -> None: method channel (line 705) | def channel(self) -> int: method channel (line 711) | def channel(self, channel: int, /) -> None: method antenna (line 717) | def antenna(self) -> int: method antenna (line 723) | def antenna(self, antenna: int, /) -> None: method mac (line 729) | def mac(self) -> bytes: method mac (line 735) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 740) | class AbstractNIC: method active (line 743) | def active(self, /) -> bool: method active (line 754) | def active(self, is_active: bool | int, /) -> None: method connect (line 765) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 784) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 803) | def status(self) -> Any: method status (line 821) | def status(self, param: str, /) -> Any: method ifconfig (line 839) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 853) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 867) | def config(self, param: str, /) -> Any: method config (line 886) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/ntptime.pyi function time (line 5) | def time(): ... function settime (line 6) | def settime() -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/requests/__init__.pyi class Response (line 4) | class Response: method __init__ (line 8) | def __init__(self, f) -> None: ... method close (line 9) | def close(self) -> None: ... method content (line 11) | def content(self): ... method text (line 13) | def text(self): ... method json (line 14) | def json(self): ... function request (line 16) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 17) | def head(url, **kw): ... function get (line 18) | def get(url, **kw): ... function post (line 19) | def post(url, **kw): ... function put (line 20) | def put(url, **kw): ... function patch (line 21) | def patch(url, **kw): ... function delete (line 22) | def delete(url, **kw): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/socket.pyi function getaddrinfo (line 115) | def getaddrinfo( class socket (line 165) | class socket: method recvfrom (line 173) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 182) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 194) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 214) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 232) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 240) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 241) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 253) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 260) | def setblocking(self, value: bool, /) -> None: method sendto (line 271) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> int: method settimeout (line 277) | def settimeout(self, value: float | None, /) -> None: method readline (line 312) | def readline(self) -> bytes: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 331) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 341) | def read(self) -> bytes: method read (line 351) | def read(self, size: int, /) -> bytes: method close (line 359) | def close(self) -> None: method connect (line 369) | def connect(self, address: _Address | bytes, /) -> None: method send (line 374) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 381) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 386) | def accept(self) -> Tuple: method write (line 394) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/umqtt/robust.pyi class MQTTClient (line 4) | class MQTTClient(simple.MQTTClient): method delay (line 7) | def delay(self, i) -> None: ... method log (line 8) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 9) | def reconnect(self): ... method publish (line 10) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 11) | def wait_msg(self): ... method check_msg (line 12) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/umqtt/simple.pyi class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 23) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 24) | def _send_str(self, s) -> None: ... method _recv_len (line 25) | def _recv_len(self): ... method set_callback (line 26) | def set_callback(self, f) -> None: ... method set_last_will (line 27) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 28) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 29) | def disconnect(self) -> None: ... method ping (line 30) | def ping(self) -> None: ... method publish (line 31) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 32) | def subscribe(self, topic, qos: int = 0) -> None: ... method unsubscribe (line 33) | def unsubscribe(self, topic) -> None: ... method wait_msg (line 34) | def wait_msg(self): ... method check_msg (line 35) | def check_msg(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/upysh.pyi class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self) -> str: ... method __call__ (line 7) | def __call__(self, path: str = ".") -> None: ... class PWD (line 9) | class PWD: method __repr__ (line 10) | def __repr__(self) -> str: ... method __call__ (line 11) | def __call__(self): ... class CLEAR (line 13) | class CLEAR: method __repr__ (line 14) | def __repr__(self) -> str: ... method __call__ (line 15) | def __call__(self): ... function head (line 17) | def head(f, n: int = 10) -> None: ... function cat (line 18) | def cat(f) -> None: ... function cp (line 19) | def cp(s, t) -> None: ... function newfile (line 20) | def newfile(path) -> None: ... function rm (line 21) | def rm(d, recursive: bool = False) -> None: ... class Man (line 23) | class Man: method __repr__ (line 24) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/urequests.pyi function __getattr__ (line 2) | def __getattr__(attr): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> None: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: function rom_ioctl (line 243) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 245) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 247) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 249) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/webrepl.pyi function server_handshake (line 11) | def server_handshake(cl): ... function send_html (line 12) | def send_html(cl) -> None: ... function setup_conn (line 13) | def setup_conn(port, accept_handler): ... function accept_conn (line 14) | def accept_conn(listen_sock): ... function stop (line 15) | def stop() -> None: ... function start (line 16) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 17) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/webrepl_setup.pyi function input_choice (line 5) | def input_choice(prompt, choices): ... function getpass (line 6) | def getpass(prompt): ... function input_pass (line 7) | def input_pass(): ... function exists (line 8) | def exists(fname): ... function get_daemon_status (line 9) | def get_daemon_status(): ... function change_daemon (line 10) | def change_daemon(action) -> None: ... function main (line 11) | def main() -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/_espnow.pyi class ESPNowBase (line 27) | class ESPNowBase: method irq (line 28) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 29) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 30) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 31) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 32) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 33) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 34) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 35) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 36) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 37) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 38) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 39) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 40) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 41) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 27) | def stack_size() -> int: ... function stack_size (line 29) | def stack_size(size: int, /) -> int: ... function exit (line 30) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 31) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 33) | class LockType: method locked (line 34) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 35) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 36) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/aioespnow.pyi class AIOESPNow (line 6) | class AIOESPNow(espnow.ESPNow): method arecv (line 7) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 8) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 9) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 10) | def __aiter__(self): ... method __anext__ (line 11) | async def __anext__(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/apa106.pyi class APA106 (line 5) | class APA106(NeoPixel): FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 64) | def gattc_write( method gatts_indicate (line 90) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 107) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 117) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 126) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 139) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 151) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 160) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 174) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 236) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 435) | def gap_advertise( method gap_connect (line 459) | def gap_connect( method gattc_discover_descriptors (line 490) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 500) | def config(self, param: str, /) -> Any: method config (line 564) | def config(self, **kwargs) -> None: method config (line 628) | def config(self, param: str, /) -> Any: method config (line 692) | def config(self, **kwargs) -> None: method active (line 756) | def active(self) -> bool: method active (line 765) | def active(self, active: bool, /) -> None: method active (line 774) | def active(self) -> bool: method active (line 783) | def active(self, active: bool, /) -> None: method gap_scan (line 790) | def gap_scan( method gattc_discover_characteristics (line 832) | def gattc_discover_characteristics( method gap_disconnect (line 853) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 867) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 884) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 894) | def __init__(self) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> tuple[float, float]: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> complex: function sin (line 50) | def sin(z: _C, /) -> complex: function exp (line 56) | def exp(z: _C, /) -> complex: function cos (line 62) | def cos(z: _C, /) -> complex: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> complex: function log10 (line 80) | def log10(z: _C, /) -> complex: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/cryptolib.pyi class aes (line 23) | class aes: method encrypt (line 29) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 39) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 49) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 56) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method __init__ (line 63) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 85) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/ds18x20.pyi class DS18X20 (line 9) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire) -> None: ... method scan (line 13) | def scan(self): ... method convert_temp (line 14) | def convert_temp(self) -> None: ... method read_scratch (line 15) | def read_scratch(self, rom): ... method write_scratch (line 16) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 17) | def read_temp(self, rom): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/esp.pyi function osdebug (line 36) | def osdebug(uart_no: int | None, /) -> None: function osdebug (line 77) | def osdebug(uart_no: int, level: int, /) -> None: function flash_write (line 117) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 123) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 124) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 125) | def flash_user_start() -> int: function flash_erase (line 131) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 141) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 151) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 160) | def flash_size() -> int: function sleep_type (line 169) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 192) | def sleep_type() -> int: function set_native_code_location (line 214) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 255) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/esp32.pyi function mcu_temperature (line 32) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function idf_heap_info (line 33) | def idf_heap_info(capabilities: int) -> List[Tuple]: function gpio_deep_sleep_hold (line 71) | def gpio_deep_sleep_hold(enable: bool, /) -> None: function wake_on_gpio (line 79) | def wake_on_gpio() -> None: function wake_on_gpio (line 91) | def wake_on_gpio(pins: List[Pin] | Tuple[Pin, ...] | None, level: bool, ... class NVS (line 102) | class NVS: method get_i32 (line 114) | def get_i32(self, key: str, /) -> int: method set_i32 (line 120) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 125) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 133) | def commit(self) -> None: method get_blob (line 138) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 145) | def erase_key(self, key: str, /) -> None: method __init__ (line 150) | def __init__(self, namespace: str, /) -> None: class RMT (line 157) | class RMT: method loop_count (line 202) | def loop_count(self, count: int, /) -> None: method loop (line 213) | def loop(self, enable_loop: bool, /) -> None: method write_pulses (line 223) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 253) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 283) | def write_pulses( method source_freq (line 317) | def source_freq(cls) -> int: method wait_done (line 323) | def wait_done(self, *, timeout: int = 0) -> bool: method bitstream_channel (line 333) | def bitstream_channel(value: int | None = None) -> int | None: method active (line 349) | def active(self, /) -> bool: method active (line 365) | def active(self, value: bool, /) -> bool: method deinit (line 379) | def deinit(self) -> None: method bitstream_rmt (line 387) | def bitstream_rmt(value: bool | None = None) -> bool: method clock_div (line 398) | def clock_div(self) -> int: method __init__ (line 405) | def __init__( class Partition (line 434) | class Partition(AbstractBlockDev): method readblocks (line 466) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 476) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 486) | def ioctl(self, op: int, arg) -> None: method ioctl (line 495) | def ioctl(self, op: int) -> int: method set_boot (line 502) | def set_boot(self) -> None: method writeblocks (line 514) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 525) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 538) | def info(self) -> Tuple: method find (line 544) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 554) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 562) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 574) | def __init__(self, id: str, block_size=4096, /) -> None: class PCNT (line 581) | class PCNT: method value (line 583) | def value(self, /) -> int: method value (line 595) | def value(self, value: int, /) -> int: function wake_on_ext0 (line 607) | def wake_on_ext0() -> None: function wake_on_ext0 (line 618) | def wake_on_ext0(pin: Pin | None, level: bool, /) -> None: function wake_on_ext1 (line 629) | def wake_on_ext1() -> None: function wake_on_ext1 (line 640) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: bool, ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/espnow.pyi class ESPNow (line 91) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 103) | def peer_count(self) -> Tuple[int, int]: method recv (line 113) | def recv(self, timeout_ms: Optional[Any] = None) -> Tuple[_MACAddress ... method mod_peer (line 152) | def mod_peer( method irecv (line 167) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 197) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 213) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 247) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 273) | def any(self) -> bool: method add_peer (line 294) | def add_peer( method add_peer (line 360) | def add_peer( method active (line 426) | def active(self, flag: Any | None = None) -> bool: method send (line 459) | def send( method send (line 512) | def send( method config (line 563) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 565) | def config(self, param: str, /) -> int: method get_peers (line 612) | def get_peers(self) -> Tuple[_PeerInfo, ...]: method get_peer (line 618) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 635) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 651) | def irq(self, callback: Callable[[ESPNow], Any]) -> None: method __init__ (line 682) | def __init__(self) -> None: ... method __iter__ (line 685) | def __iter__(self) -> ESPNow: ... method __next__ (line 687) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 689) | class ESPNowBase: method irq (line 690) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 691) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 692) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 693) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 694) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 695) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 696) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 698) | def send(self, msg: Union[str, bytes, bytearray, Buffer], /) -> bool: ... method send (line 700) | def send( method active (line 703) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 704) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 705) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 706) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 707) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 709) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 711) | def config(self, param: Literal["rxbuf", "timeout_ms"], /) -> int: ... method __init__ (line 712) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha256 (line 59) | class sha256(_Hash): method digest (line 66) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 67) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self): method __init__ (line 75) | def __init__(self, data: AnyReadableBuf): class md5 (line 80) | class md5(_Hash): method digest (line 86) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 87) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/inisetup.pyi function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/machine.pyi function disable_irq (line 63) | def disable_irq() -> _IRQ_STATE: function bootloader (line 72) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 83) | def deepsleep() -> NoReturn: function deepsleep (line 108) | def deepsleep(time_ms: int, /) -> NoReturn: function dht_readinto (line 132) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 133) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function wake_reason (line 157) | def wake_reason() -> int: function soft_reset (line 165) | def soft_reset() -> NoReturn: function sleep (line 173) | def sleep() -> None: function enable_irq (line 179) | def enable_irq(state: _IRQ_STATE, /) -> None: function time_pulse_us (line 187) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 205) | def unique_id() -> bytes: function idle (line 214) | def idle() -> None: function freq (line 230) | def freq() -> int: function freq (line 238) | def freq(hz: int, /) -> None: function reset_cause (line 245) | def reset_cause() -> int: function lightsleep (line 252) | def lightsleep() -> None: function lightsleep (line 277) | def lightsleep(time_ms: int, /) -> None: function reset (line 301) | def reset() -> NoReturn: function const (line 308) | def const(*args, **kwargs) -> Incomplete: ... class I2S (line 310) | class I2S: method shift (line 390) | def shift( method init (line 402) | def init( method irq (line 419) | def irq( method readinto (line 430) | def readinto( method deinit (line 442) | def deinit(self) -> None: method write (line 447) | def write( method __init__ (line 459) | def __init__( class PWM (line 517) | class PWM: method duty_u16 (line 569) | def duty_u16(self) -> int: method duty_u16 (line 581) | def duty_u16( method init (line 595) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 603) | def freq(self) -> int: method freq (line 614) | def freq( method deinit (line 627) | def deinit(self) -> None: method duty_ns (line 634) | def duty_ns(self) -> int: method duty_ns (line 644) | def duty_ns( method duty (line 656) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 657) | def __init__( class I2CTarget (line 683) | class I2CTarget: method deinit (line 714) | def deinit(self) -> Incomplete: method irq (line 720) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 759) | def write(self, buf) -> int: method readinto (line 766) | def readinto(self, buf) -> int: method __init__ (line 772) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class ADC (line 774) | class ADC: method width (line 805) | def width(self, bits: int) -> None: method init (line 827) | def init(self, *, sample_ns: int = ..., atten: int = ...) -> None: method read_u16 (line 834) | def read_u16(self) -> int: method read_uv (line 841) | def read_uv(self) -> int: method deinit (line 848) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 851) | def read(self) -> int: method atten (line 865) | def atten(self, atten: int) -> None: method block (line 872) | def block(self) -> ADCBlock: method __init__ (line 881) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... class ADCBlock (line 894) | class ADCBlock: method init (line 903) | def init(self, *, bits: int = ...) -> None: method connect (line 911) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 913) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 915) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 935) | def __init__(self, id: int, *, bits: int = ...) -> None: ... class I2C (line 937) | class I2C: method readfrom_mem_into (line 973) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 984) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 993) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1001) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1011) | def scan(self) -> list[int]: method writeto (line 1018) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1027) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1042) | def start(self) -> None: method readfrom (line 1047) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1054) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1065) | def init(self, *, freq: int = 400_000) -> None: method init (line 1079) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1091) | def stop(self) -> None: method write (line 1096) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1105) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 1122) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1139) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1152) | class WDT: method feed (line 1167) | def feed(self) -> None: method __init__ (line 1174) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1183) | class Timer: method deinit (line 1210) | def deinit(self) -> None: method init (line 1217) | def init( method init (line 1226) | def init( method init (line 1235) | def init( method value (line 1294) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1296) | def __init__(self, id: int, /): method __init__ (line 1306) | def __init__( method __init__ (line 1325) | def __init__( method __init__ (line 1344) | def __init__( class SoftSPI (line 1362) | class SoftSPI(SPI): method deinit (line 1373) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1374) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1375) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1376) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1377) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1378) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1379) | def __init__( class Pin (line 1392) | class Pin: method off (line 1477) | def off(self) -> None: method irq (line 1482) | def irq( method on (line 1535) | def on(self) -> None: method toggle (line 1540) | def toggle(self) -> None: method value (line 1549) | def value(self) -> int: method value (line 1583) | def value(self, x: Any, /) -> None: method init (line 1615) | def init( class board (line 1633) | class board: method __init__ (line 1634) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1636) | def __init__( method __call__ (line 1711) | def __call__(self) -> int: method __call__ (line 1719) | def __call__(self, x: Any, /) -> None: method mode (line 1727) | def mode(self) -> int: method mode (line 1736) | def mode(self, mode: int, /) -> None: method pull (line 1745) | def pull(self) -> int: method pull (line 1754) | def pull(self, pull: int, /) -> None: method drive (line 1763) | def drive(self, drive: int, /) -> None: method drive (line 1773) | def drive(self, /) -> int: class UART (line 1781) | class UART: method irq (line 1849) | def irq( method sendbreak (line 1884) | def sendbreak(self) -> None: method deinit (line 1890) | def deinit(self) -> None: method init (line 1901) | def init( method init (line 1973) | def init( method init (line 2036) | def init( method flush (line 2097) | def flush(self) -> None: method txdone (line 2111) | def txdone(self) -> bool: method read (line 2127) | def read(self) -> bytes | None: method read (line 2138) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2147) | def any(self) -> int: method write (line 2161) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2170) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2181) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2190) | def readline(self) -> bytes | None: method __init__ (line 2199) | def __init__( method __init__ (line 2224) | def __init__( method __init__ (line 2240) | def __init__( class SDCard (line 2255) | class SDCard(AbstractBlockDev): method ioctl (line 2347) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2349) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2359) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2369) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2380) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2393) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2394) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2395) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 2397) | class RTC: method init (line 2416) | def init(self) -> None: method init (line 2431) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2446) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2461) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2476) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2491) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2506) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 2521) | def memory(self) -> bytes: method memory (line 2539) | def memory(self, data: AnyReadableBuf, /) -> None: method datetime (line 2555) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2571) | def __init__(self, id: int = 0): method __init__ (line 2577) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2585) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2593) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2601) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2609) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2617) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 2625) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2633) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2641) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2649) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2657) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2665) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2673) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SoftI2C (line 2680) | class SoftI2C(I2C): method readfrom_mem_into (line 2692) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2693) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2694) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2695) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2696) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2697) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2698) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2699) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2700) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2701) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2702) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2703) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2704) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2705) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class SPI (line 2707) | class SPI: method deinit (line 2766) | def deinit(self) -> None: method init (line 2773) | def init( method init (line 2808) | def init( method write_readinto (line 2839) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2849) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2856) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2864) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 2874) | def __init__(self, id: int, /): method __init__ (line 2887) | def __init__( method __init__ (line 2913) | def __init__( class Signal (line 2936) | class Signal(Pin): method off (line 3005) | def off(self) -> None: method on (line 3010) | def on(self) -> None: method value (line 3017) | def value(self) -> int: method value (line 3037) | def value(self, x: Any, /) -> None: method __init__ (line 3057) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 3077) | def __init__( class ADCWiPy (line 3107) | class ADCWiPy: method channel (line 3109) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3111) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3113) | def channel(self, id: int, *, pin) -> adcchannel: class _CounterBase (line 3133) | class _CounterBase: method __new__ (line 3136) | def __new__(cls, unit_id, *_args, **_kwargs): ... method __init__ (line 3141) | def __init__(self, unit_id, *args, filter_ns: int = 0, **kwargs) -> No... method _overflow (line 3142) | def _overflow(self, pcnt) -> None: ... method init (line 3143) | def init(self, *args, **kwargs) -> None: ... method deinit (line 3144) | def deinit(self) -> None: ... method value (line 3145) | def value(self, value=None): ... class Counter (line 3148) | class Counter: method _configure (line 3173) | def _configure(self, src, edge=..., direction=...) -> None: ... class Encoder (line 3176) | class Encoder: method _configure (line 3194) | def _configure(self, phase_a, phase_b, phases: int = 1) -> None: ... method phases (line 3195) | def phases(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/mip/__init__.pyi function _ensure_path_exists (line 9) | def _ensure_path_exists(path) -> None: ... function _chunk (line 10) | def _chunk(src, dest) -> None: ... function _check_exists (line 11) | def _check_exists(path, short_hash): ... function _rewrite_url (line 12) | def _rewrite_url(url, branch=None): ... function _download_file (line 13) | def _download_file(url, dest): ... function _install_json (line 14) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 15) | def _install_package(package, index, target, version, mpy): ... function install (line 16) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/neopixel.pyi class NeoPixel (line 24) | class NeoPixel(_NeoPixelBase): method __init__ (line 52) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 62) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 72) | def __getitem__(self, i) -> Tuple: method fill (line 77) | def fill(self, v) -> None: method write (line 83) | def write(self) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/network.pyi function country (line 105) | def country() -> str: ... function country (line 107) | def country(code: str, /) -> None: ... function hostname (line 109) | def hostname() -> str: ... function hostname (line 111) | def hostname(name: str, /) -> None: ... function ipconfig (line 112) | def ipconfig(*args: Any, **kwargs: Any) -> Any: function phy_mode (line 127) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 144) | class LAN: method __init__ (line 166) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 168) | def active(self, /) -> bool: method active (line 176) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 182) | def isconnected(self) -> bool: method status (line 188) | def status(self) -> Incomplete: method ifconfig (line 193) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 204) | def config(self, config_parameters) -> Incomplete: method active (line 612) | def active(self, /) -> bool: method active (line 620) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 224) | class WLAN: method ifconfig (line 292) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 303) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 312) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 313) | def isconnected(self) -> bool: method scan (line 320) | def scan(self) -> List[Tuple]: method status (line 350) | def status(self) -> int: method status (line 380) | def status(self, param: str, /) -> int: method disconnect (line 408) | def disconnect(self) -> None: method active (line 415) | def active(self, /) -> bool: method active (line 423) | def active(self, is_active: bool | int, /) -> None: method config (line 431) | def config(self, param: str, /) -> Any: method config (line 467) | def config(self, **kwargs: Any) -> None: method connect (line 501) | def connect( method __init__ (line 516) | def __init__(self, interface_id: int = ..., /) -> None: class PPP (line 525) | class PPP: method ifconfig (line 545) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 550) | def ipconfig(self, param) -> Incomplete: method isconnected (line 555) | def isconnected(self) -> bool: method poll (line 561) | def poll(self) -> Incomplete: method status (line 571) | def status(self) -> Incomplete: method disconnect (line 576) | def disconnect(self) -> Incomplete: method active (line 581) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 582) | def config(self, config_parameters) -> Incomplete: method connect (line 591) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 608) | def __init__(self, stream) -> None: ... class LAN (line 610) | class LAN: method __init__ (line 166) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 168) | def active(self, /) -> bool: method active (line 176) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 182) | def isconnected(self) -> bool: method status (line 188) | def status(self) -> Incomplete: method ifconfig (line 193) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 204) | def config(self, config_parameters) -> Incomplete: method active (line 612) | def active(self, /) -> bool: method active (line 620) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 627) | class WLANWiPy: method __init__ (line 629) | def __init__(self, id: int = 0, /): method __init__ (line 643) | def __init__( method mode (line 667) | def mode(self) -> int: method mode (line 673) | def mode(self, mode: int, /) -> None: method ssid (line 679) | def ssid(self) -> str: method ssid (line 685) | def ssid(self, ssid: str, /) -> None: method auth (line 691) | def auth(self) -> int: method auth (line 697) | def auth(self, auth: int, /) -> None: method channel (line 703) | def channel(self) -> int: method channel (line 709) | def channel(self, channel: int, /) -> None: method antenna (line 715) | def antenna(self) -> int: method antenna (line 721) | def antenna(self, antenna: int, /) -> None: method mac (line 727) | def mac(self) -> bytes: method mac (line 733) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 738) | class AbstractNIC: method active (line 741) | def active(self, /) -> bool: method active (line 752) | def active(self, is_active: bool | int, /) -> None: method connect (line 763) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 782) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 801) | def status(self) -> Any: method status (line 819) | def status(self, param: str, /) -> Any: method ifconfig (line 837) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 851) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 865) | def config(self, param: str, /) -> Any: method config (line 884) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/ntptime.pyi function time (line 5) | def time(): ... function settime (line 6) | def settime() -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/platform.pyi function python_compiler (line 22) | def python_compiler() -> str: function processor (line 28) | def processor() -> str: function platform (line 38) | def platform() -> str: function libc_ver (line 55) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/requests/__init__.pyi class Response (line 4) | class Response: method __init__ (line 8) | def __init__(self, f) -> None: ... method close (line 9) | def close(self) -> None: ... method content (line 11) | def content(self): ... method text (line 13) | def text(self): ... method json (line 14) | def json(self): ... function request (line 16) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 17) | def head(url, **kw): ... function get (line 18) | def get(url, **kw): ... function post (line 19) | def post(url, **kw): ... function put (line 20) | def put(url, **kw): ... function patch (line 21) | def patch(url, **kw): ... function delete (line 22) | def delete(url, **kw): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/socket.pyi function getaddrinfo (line 115) | def getaddrinfo( class socket (line 165) | class socket: method recvfrom (line 173) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 182) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 194) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 214) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 232) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 240) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 241) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 253) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 260) | def setblocking(self, value: bool, /) -> None: method sendto (line 271) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> int: method settimeout (line 277) | def settimeout(self, value: float | None, /) -> None: method readline (line 312) | def readline(self) -> bytes: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 331) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 341) | def read(self) -> bytes: method read (line 351) | def read(self, size: int, /) -> bytes: method close (line 359) | def close(self) -> None: method connect (line 369) | def connect(self, address: _Address | bytes, /) -> None: method send (line 374) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 381) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 386) | def accept(self) -> Tuple: method write (line 394) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/umqtt/robust.pyi class MQTTClient (line 4) | class MQTTClient(simple.MQTTClient): method delay (line 7) | def delay(self, i) -> None: ... method log (line 8) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 9) | def reconnect(self): ... method publish (line 10) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 11) | def wait_msg(self): ... method check_msg (line 12) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/umqtt/simple.pyi class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 23) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 24) | def _send_str(self, s) -> None: ... method _recv_len (line 25) | def _recv_len(self): ... method set_callback (line 26) | def set_callback(self, f) -> None: ... method set_last_will (line 27) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 28) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 29) | def disconnect(self) -> None: ... method ping (line 30) | def ping(self) -> None: ... method publish (line 31) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 32) | def subscribe(self, topic, qos: int = 0) -> None: ... method unsubscribe (line 33) | def unsubscribe(self, topic) -> None: ... method wait_msg (line 34) | def wait_msg(self): ... method check_msg (line 35) | def check_msg(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/upysh.pyi class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self) -> str: ... method __call__ (line 7) | def __call__(self, path: str = ".") -> None: ... class PWD (line 9) | class PWD: method __repr__ (line 10) | def __repr__(self) -> str: ... method __call__ (line 11) | def __call__(self): ... class CLEAR (line 13) | class CLEAR: method __repr__ (line 14) | def __repr__(self) -> str: ... method __call__ (line 15) | def __call__(self): ... function head (line 17) | def head(f, n: int = 10) -> None: ... function cat (line 18) | def cat(f) -> None: ... function cp (line 19) | def cp(s, t) -> None: ... function newfile (line 20) | def newfile(path) -> None: ... function rm (line 21) | def rm(d, recursive: bool = False) -> None: ... class Man (line 23) | class Man: method __repr__ (line 24) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/urequests.pyi function __getattr__ (line 2) | def __getattr__(attr): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> None: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: function rom_ioctl (line 243) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 245) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 247) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 249) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/webrepl.pyi function server_handshake (line 11) | def server_handshake(cl): ... function send_html (line 12) | def send_html(cl) -> None: ... function setup_conn (line 13) | def setup_conn(port, accept_handler): ... function accept_conn (line 14) | def accept_conn(listen_sock): ... function stop (line 15) | def stop() -> None: ... function start (line 16) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 17) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/webrepl_setup.pyi function input_choice (line 5) | def input_choice(prompt, choices): ... function getpass (line 6) | def getpass(prompt): ... function input_pass (line 7) | def input_pass(): ... function exists (line 8) | def exists(fname): ... function get_daemon_status (line 9) | def get_daemon_status(): ... function change_daemon (line 10) | def change_daemon(action) -> None: ... function main (line 11) | def main() -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c3-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/_espnow.pyi class ESPNowBase (line 27) | class ESPNowBase: method irq (line 28) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 29) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 30) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 31) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 32) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 33) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 34) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 35) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 36) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 37) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 38) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 39) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 40) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 41) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 27) | def stack_size() -> int: ... function stack_size (line 29) | def stack_size(size: int, /) -> int: ... function exit (line 30) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 31) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 33) | class LockType: method locked (line 34) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 35) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 36) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/aioespnow.pyi class AIOESPNow (line 6) | class AIOESPNow(espnow.ESPNow): method arecv (line 7) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 8) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 9) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 10) | def __aiter__(self): ... method __anext__ (line 11) | async def __anext__(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/apa106.pyi class APA106 (line 5) | class APA106(NeoPixel): FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 64) | def gattc_write( method gatts_indicate (line 90) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 107) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 117) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 126) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 139) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 151) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 160) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 174) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 236) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 435) | def gap_advertise( method gap_connect (line 459) | def gap_connect( method gattc_discover_descriptors (line 490) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 500) | def config(self, param: str, /) -> Any: method config (line 564) | def config(self, **kwargs) -> None: method config (line 628) | def config(self, param: str, /) -> Any: method config (line 692) | def config(self, **kwargs) -> None: method active (line 756) | def active(self) -> bool: method active (line 765) | def active(self, active: bool, /) -> None: method active (line 774) | def active(self) -> bool: method active (line 783) | def active(self, active: bool, /) -> None: method gap_scan (line 790) | def gap_scan( method gattc_discover_characteristics (line 832) | def gattc_discover_characteristics( method gap_disconnect (line 853) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 867) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 884) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 894) | def __init__(self) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> tuple[float, float]: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> complex: function sin (line 50) | def sin(z: _C, /) -> complex: function exp (line 56) | def exp(z: _C, /) -> complex: function cos (line 62) | def cos(z: _C, /) -> complex: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> complex: function log10 (line 80) | def log10(z: _C, /) -> complex: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/cryptolib.pyi class aes (line 23) | class aes: method encrypt (line 29) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 39) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 49) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 56) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method __init__ (line 63) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 85) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/ds18x20.pyi class DS18X20 (line 9) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire) -> None: ... method scan (line 13) | def scan(self): ... method convert_temp (line 14) | def convert_temp(self) -> None: ... method read_scratch (line 15) | def read_scratch(self, rom): ... method write_scratch (line 16) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 17) | def read_temp(self, rom): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/esp.pyi function osdebug (line 36) | def osdebug(uart_no: int | None, /) -> None: function osdebug (line 77) | def osdebug(uart_no: int, level: int, /) -> None: function flash_write (line 117) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 123) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 124) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 125) | def flash_user_start() -> int: function flash_erase (line 131) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 141) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 151) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 160) | def flash_size() -> int: function sleep_type (line 169) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 192) | def sleep_type() -> int: function set_native_code_location (line 214) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 255) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/esp32.pyi function wake_on_ext1 (line 33) | def wake_on_ext1() -> None: function wake_on_ext1 (line 44) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: bool, ... function wake_on_gpio (line 55) | def wake_on_gpio() -> None: function wake_on_gpio (line 67) | def wake_on_gpio(pins: List[Pin] | Tuple[Pin, ...] | None, level: bool, ... function idf_heap_info (line 78) | def idf_heap_info(capabilities: int) -> List[Tuple]: function mcu_temperature (line 116) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function wake_on_ulp (line 117) | def wake_on_ulp(wake: bool, /) -> None: class RMT (line 126) | class RMT: method loop_count (line 171) | def loop_count(self, count: int, /) -> None: method loop (line 182) | def loop(self, enable_loop: bool, /) -> None: method write_pulses (line 192) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 222) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 252) | def write_pulses( method source_freq (line 286) | def source_freq(cls) -> int: method wait_done (line 292) | def wait_done(self, *, timeout: int = 0) -> bool: method bitstream_channel (line 302) | def bitstream_channel(value: int | None = None) -> int | None: method active (line 318) | def active(self, /) -> bool: method active (line 334) | def active(self, value: bool, /) -> bool: method deinit (line 348) | def deinit(self) -> None: method bitstream_rmt (line 356) | def bitstream_rmt(value: bool | None = None) -> bool: method clock_div (line 367) | def clock_div(self) -> int: method __init__ (line 374) | def __init__( class NVS (line 403) | class NVS: method get_i32 (line 415) | def get_i32(self, key: str, /) -> int: method set_i32 (line 421) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 426) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 434) | def commit(self) -> None: method get_blob (line 439) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 446) | def erase_key(self, key: str, /) -> None: method __init__ (line 451) | def __init__(self, namespace: str, /) -> None: class PCNT (line 458) | class PCNT: method deinit (line 477) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 478) | def init(self, /, **kwargs: Any) -> None: method irq (line 542) | def irq(self, /, handler: Any = None, trigger: int = IRQ_ZERO) -> Inco... method start (line 567) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 569) | def value(self, /) -> int: method value (line 581) | def value(self, value: int, /) -> int: method stop (line 591) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 592) | def __init__(self, id: int, /, **kwargs: Any) -> None: ... class Partition (line 594) | class Partition(AbstractBlockDev): method readblocks (line 626) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 636) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 646) | def ioctl(self, op: int, arg) -> None: method ioctl (line 655) | def ioctl(self, op: int) -> int: method set_boot (line 662) | def set_boot(self) -> None: method writeblocks (line 674) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 685) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 698) | def info(self) -> Tuple: method find (line 704) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 714) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 722) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 734) | def __init__(self, id: str, block_size=4096, /) -> None: function wake_on_ext0 (line 742) | def wake_on_ext0() -> None: function wake_on_ext0 (line 753) | def wake_on_ext0(pin: Pin | None, level: bool, /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/espnow.pyi class ESPNow (line 91) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 103) | def peer_count(self) -> Tuple[int, int]: method recv (line 113) | def recv(self, timeout_ms: Optional[Any] = None) -> Tuple[_MACAddress ... method mod_peer (line 152) | def mod_peer( method irecv (line 167) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 197) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 213) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 247) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 273) | def any(self) -> bool: method add_peer (line 294) | def add_peer( method add_peer (line 360) | def add_peer( method active (line 426) | def active(self, flag: Any | None = None) -> bool: method send (line 459) | def send( method send (line 512) | def send( method config (line 563) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 565) | def config(self, param: str, /) -> int: method get_peers (line 612) | def get_peers(self) -> Tuple[_PeerInfo, ...]: method get_peer (line 618) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 635) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 651) | def irq(self, callback: Callable[[ESPNow], Any]) -> None: method __init__ (line 682) | def __init__(self) -> None: ... method __iter__ (line 685) | def __iter__(self) -> ESPNow: ... method __next__ (line 687) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 689) | class ESPNowBase: method irq (line 690) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 691) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 692) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 693) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 694) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 695) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 696) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 698) | def send(self, msg: Union[str, bytes, bytearray, Buffer], /) -> bool: ... method send (line 700) | def send( method active (line 703) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 704) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 705) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 706) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 707) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 709) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 711) | def config(self, param: Literal["rxbuf", "timeout_ms"], /) -> int: ... method __init__ (line 712) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha256 (line 59) | class sha256(_Hash): method digest (line 66) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 67) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self): method __init__ (line 75) | def __init__(self, data: AnyReadableBuf): class md5 (line 80) | class md5(_Hash): method digest (line 86) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 87) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/inisetup.pyi function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/machine.pyi function dht_readinto (line 63) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function lightsleep (line 65) | def lightsleep() -> None: function lightsleep (line 90) | def lightsleep(time_ms: int, /) -> None: function bitstream (line 114) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function idle (line 138) | def idle() -> None: function deepsleep (line 154) | def deepsleep() -> NoReturn: function deepsleep (line 179) | def deepsleep(time_ms: int, /) -> NoReturn: function freq (line 204) | def freq() -> int: function freq (line 212) | def freq(hz: int, /) -> None: function disable_irq (line 219) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 228) | def enable_irq(state: _IRQ_STATE, /) -> None: function sleep (line 237) | def sleep() -> None: function soft_reset (line 243) | def soft_reset() -> NoReturn: function time_pulse_us (line 250) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 268) | def unique_id() -> bytes: function wake_reason (line 277) | def wake_reason() -> int: function reset_cause (line 285) | def reset_cause() -> int: function const (line 291) | def const(*args, **kwargs) -> Incomplete: ... function reset (line 292) | def reset() -> NoReturn: class Counter (line 299) | class Counter: method _configure (line 325) | def _configure(self, *args, **kwargs) -> Incomplete: ... method _overflow (line 326) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method init (line 327) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 386) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 407) | def deinit(self) -> None: class _PCNT (line 414) | class _PCNT: method deinit (line 426) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 427) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 428) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 429) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 430) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 431) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 432) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 434) | def __init__(self, id, *args, **kwargs) -> None: ... class Encoder (line 451) | class Encoder: method _overflow (line 469) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method _configure (line 470) | def _configure(self, *args, **kwargs) -> Incomplete: ... method phases (line 471) | def phases(self, *args, **kwargs) -> Incomplete: ... method init (line 472) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 532) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 540) | def deinit(self) -> None: class _PCNT (line 547) | class _PCNT: method deinit (line 559) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 560) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 561) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 562) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 563) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 564) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 565) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 567) | def __init__(self, id, *args, **kwargs) -> None: ... class PWM (line 569) | class PWM: method duty_u16 (line 621) | def duty_u16(self) -> int: method duty_u16 (line 633) | def duty_u16( method init (line 647) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 655) | def freq(self) -> int: method freq (line 666) | def freq( method deinit (line 679) | def deinit(self) -> None: method duty_ns (line 686) | def duty_ns(self) -> int: method duty_ns (line 696) | def duty_ns( method duty (line 708) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 709) | def __init__( class Pin (line 735) | class Pin: method off (line 820) | def off(self) -> None: method irq (line 825) | def irq( method on (line 878) | def on(self) -> None: method toggle (line 883) | def toggle(self) -> None: method value (line 892) | def value(self) -> int: method value (line 926) | def value(self, x: Any, /) -> None: method init (line 958) | def init( class board (line 976) | class board: method __init__ (line 977) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 979) | def __init__( method __call__ (line 1054) | def __call__(self) -> int: method __call__ (line 1062) | def __call__(self, x: Any, /) -> None: method mode (line 1070) | def mode(self) -> int: method mode (line 1079) | def mode(self, mode: int, /) -> None: method pull (line 1088) | def pull(self) -> int: method pull (line 1097) | def pull(self, pull: int, /) -> None: method drive (line 1106) | def drive(self, drive: int, /) -> None: method drive (line 1116) | def drive(self, /) -> int: class RTC (line 1124) | class RTC: method init (line 1143) | def init(self) -> None: method init (line 1158) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1173) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1188) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1203) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1218) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1233) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 1248) | def memory(self) -> bytes: method memory (line 1266) | def memory(self, data: AnyReadableBuf, /) -> None: method datetime (line 1282) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1298) | def __init__(self, id: int = 0): method __init__ (line 1304) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1312) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1320) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1328) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1336) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1344) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1352) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1360) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1368) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1376) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1384) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1392) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1400) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class I2CTarget (line 1407) | class I2CTarget: method deinit (line 1438) | def deinit(self) -> Incomplete: method irq (line 1444) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1483) | def write(self, buf) -> int: method readinto (line 1490) | def readinto(self, buf) -> int: method __init__ (line 1496) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class ADC (line 1498) | class ADC: method width (line 1529) | def width(self, bits: int) -> None: method init (line 1551) | def init(self, *, sample_ns: int = ..., atten: int = ...) -> None: method read_u16 (line 1558) | def read_u16(self) -> int: method read_uv (line 1565) | def read_uv(self) -> int: method deinit (line 1572) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 1575) | def read(self) -> int: method atten (line 1589) | def atten(self, atten: int) -> None: method block (line 1596) | def block(self) -> ADCBlock: method __init__ (line 1605) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... class ADCBlock (line 1618) | class ADCBlock: method init (line 1627) | def init(self, *, bits: int = ...) -> None: method connect (line 1635) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1637) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1639) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 1659) | def __init__(self, id: int, *, bits: int = ...) -> None: ... class I2C (line 1661) | class I2C: method readfrom_mem_into (line 1697) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1708) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1717) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1725) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1735) | def scan(self) -> list[int]: method writeto (line 1742) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1751) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1766) | def start(self) -> None: method readfrom (line 1771) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1778) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1789) | def init(self, *, freq: int = 400_000) -> None: method init (line 1803) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1815) | def stop(self) -> None: method write (line 1820) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1829) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 1846) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1863) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class SDCard (line 1876) | class SDCard(AbstractBlockDev): method ioctl (line 1968) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1970) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 1980) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1990) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2001) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2014) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2015) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2016) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 2018) | class Timer: method deinit (line 2045) | def deinit(self) -> None: method init (line 2052) | def init( method init (line 2061) | def init( method init (line 2070) | def init( method value (line 2129) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2131) | def __init__(self, id: int, /): method __init__ (line 2141) | def __init__( method __init__ (line 2160) | def __init__( method __init__ (line 2179) | def __init__( class UART (line 2197) | class UART: method irq (line 2265) | def irq( method sendbreak (line 2300) | def sendbreak(self) -> None: method deinit (line 2306) | def deinit(self) -> None: method init (line 2317) | def init( method init (line 2389) | def init( method init (line 2452) | def init( method flush (line 2513) | def flush(self) -> None: method txdone (line 2527) | def txdone(self) -> bool: method read (line 2543) | def read(self) -> bytes | None: method read (line 2554) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2563) | def any(self) -> int: method write (line 2577) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2586) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2597) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2606) | def readline(self) -> bytes | None: method __init__ (line 2615) | def __init__( method __init__ (line 2640) | def __init__( method __init__ (line 2656) | def __init__( class WDT (line 2671) | class WDT: method feed (line 2686) | def feed(self) -> None: method __init__ (line 2693) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SoftSPI (line 2702) | class SoftSPI(SPI): method deinit (line 2713) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2714) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2715) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2716) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2717) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2718) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2719) | def __init__( class SPI (line 2732) | class SPI: method deinit (line 2791) | def deinit(self) -> None: method init (line 2798) | def init( method init (line 2833) | def init( method write_readinto (line 2864) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2874) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2881) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2889) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 2899) | def __init__(self, id: int, /): method __init__ (line 2912) | def __init__( method __init__ (line 2938) | def __init__( class Signal (line 2961) | class Signal(Pin): method off (line 3030) | def off(self) -> None: method on (line 3035) | def on(self) -> None: method value (line 3042) | def value(self) -> int: method value (line 3062) | def value(self, x: Any, /) -> None: method __init__ (line 3082) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 3102) | def __init__( class SoftI2C (line 3132) | class SoftI2C(I2C): method readfrom_mem_into (line 3144) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 3145) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 3146) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 3147) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 3148) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 3149) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 3150) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 3151) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 3152) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3153) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 3154) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 3155) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 3156) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3157) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class ADCWiPy (line 3159) | class ADCWiPy: method channel (line 3161) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3163) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3165) | def channel(self, id: int, *, pin) -> adcchannel: class _CounterBase (line 3185) | class _CounterBase: method __new__ (line 3188) | def __new__(cls, unit_id, *_args, **_kwargs): ... method __init__ (line 3193) | def __init__(self, unit_id, *args, filter_ns: int = 0, **kwargs) -> No... method _overflow (line 3194) | def _overflow(self, pcnt) -> None: ... method init (line 3195) | def init(self, *args, **kwargs) -> None: ... method deinit (line 3196) | def deinit(self) -> None: ... method value (line 3197) | def value(self, value=None): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/mip/__init__.pyi function _ensure_path_exists (line 9) | def _ensure_path_exists(path) -> None: ... function _chunk (line 10) | def _chunk(src, dest) -> None: ... function _check_exists (line 11) | def _check_exists(path, short_hash): ... function _rewrite_url (line 12) | def _rewrite_url(url, branch=None): ... function _download_file (line 13) | def _download_file(url, dest): ... function _install_json (line 14) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 15) | def _install_package(package, index, target, version, mpy): ... function install (line 16) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/neopixel.pyi class NeoPixel (line 24) | class NeoPixel(_NeoPixelBase): method __init__ (line 52) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 62) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 72) | def __getitem__(self, i) -> Tuple: method fill (line 77) | def fill(self, v) -> None: method write (line 83) | def write(self) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/network.pyi function country (line 105) | def country() -> str: ... function country (line 107) | def country(code: str, /) -> None: ... function hostname (line 109) | def hostname() -> str: ... function hostname (line 111) | def hostname(name: str, /) -> None: ... function ipconfig (line 112) | def ipconfig(*args: Any, **kwargs: Any) -> Any: function phy_mode (line 127) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 144) | class LAN: method __init__ (line 166) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 168) | def active(self, /) -> bool: method active (line 176) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 182) | def isconnected(self) -> bool: method status (line 188) | def status(self) -> Incomplete: method ifconfig (line 193) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 204) | def config(self, config_parameters) -> Incomplete: method active (line 612) | def active(self, /) -> bool: method active (line 620) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 224) | class WLAN: method ifconfig (line 292) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 303) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 312) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 313) | def isconnected(self) -> bool: method scan (line 320) | def scan(self) -> List[Tuple]: method status (line 350) | def status(self) -> int: method status (line 380) | def status(self, param: str, /) -> int: method disconnect (line 408) | def disconnect(self) -> None: method active (line 415) | def active(self, /) -> bool: method active (line 423) | def active(self, is_active: bool | int, /) -> None: method config (line 431) | def config(self, param: str, /) -> Any: method config (line 467) | def config(self, **kwargs: Any) -> None: method connect (line 501) | def connect( method __init__ (line 516) | def __init__(self, interface_id: int = ..., /) -> None: class PPP (line 525) | class PPP: method ifconfig (line 545) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 550) | def ipconfig(self, param) -> Incomplete: method isconnected (line 555) | def isconnected(self) -> bool: method poll (line 561) | def poll(self) -> Incomplete: method status (line 571) | def status(self) -> Incomplete: method disconnect (line 576) | def disconnect(self) -> Incomplete: method active (line 581) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 582) | def config(self, config_parameters) -> Incomplete: method connect (line 591) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 608) | def __init__(self, stream) -> None: ... class LAN (line 610) | class LAN: method __init__ (line 166) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 168) | def active(self, /) -> bool: method active (line 176) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 182) | def isconnected(self) -> bool: method status (line 188) | def status(self) -> Incomplete: method ifconfig (line 193) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 204) | def config(self, config_parameters) -> Incomplete: method active (line 612) | def active(self, /) -> bool: method active (line 620) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 627) | class WLANWiPy: method __init__ (line 629) | def __init__(self, id: int = 0, /): method __init__ (line 643) | def __init__( method mode (line 667) | def mode(self) -> int: method mode (line 673) | def mode(self, mode: int, /) -> None: method ssid (line 679) | def ssid(self) -> str: method ssid (line 685) | def ssid(self, ssid: str, /) -> None: method auth (line 691) | def auth(self) -> int: method auth (line 697) | def auth(self, auth: int, /) -> None: method channel (line 703) | def channel(self) -> int: method channel (line 709) | def channel(self, channel: int, /) -> None: method antenna (line 715) | def antenna(self) -> int: method antenna (line 721) | def antenna(self, antenna: int, /) -> None: method mac (line 727) | def mac(self) -> bytes: method mac (line 733) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 738) | class AbstractNIC: method active (line 741) | def active(self, /) -> bool: method active (line 752) | def active(self, is_active: bool | int, /) -> None: method connect (line 763) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 782) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 801) | def status(self) -> Any: method status (line 819) | def status(self, param: str, /) -> Any: method ifconfig (line 837) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 851) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 865) | def config(self, param: str, /) -> Any: method config (line 884) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/ntptime.pyi function time (line 5) | def time(): ... function settime (line 6) | def settime() -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/platform.pyi function python_compiler (line 22) | def python_compiler() -> str: function processor (line 28) | def processor() -> str: function platform (line 38) | def platform() -> str: function libc_ver (line 55) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/requests/__init__.pyi class Response (line 4) | class Response: method __init__ (line 8) | def __init__(self, f) -> None: ... method close (line 9) | def close(self) -> None: ... method content (line 11) | def content(self): ... method text (line 13) | def text(self): ... method json (line 14) | def json(self): ... function request (line 16) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 17) | def head(url, **kw): ... function get (line 18) | def get(url, **kw): ... function post (line 19) | def post(url, **kw): ... function put (line 20) | def put(url, **kw): ... function patch (line 21) | def patch(url, **kw): ... function delete (line 22) | def delete(url, **kw): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/socket.pyi function getaddrinfo (line 115) | def getaddrinfo( class socket (line 165) | class socket: method recvfrom (line 173) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 182) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 194) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 214) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 232) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 240) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 241) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 253) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 260) | def setblocking(self, value: bool, /) -> None: method sendto (line 271) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> int: method settimeout (line 277) | def settimeout(self, value: float | None, /) -> None: method readline (line 312) | def readline(self) -> bytes: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 331) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 341) | def read(self) -> bytes: method read (line 351) | def read(self, size: int, /) -> bytes: method close (line 359) | def close(self) -> None: method connect (line 369) | def connect(self, address: _Address | bytes, /) -> None: method send (line 374) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 381) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 386) | def accept(self) -> Tuple: method write (line 394) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/umqtt/robust.pyi class MQTTClient (line 4) | class MQTTClient(simple.MQTTClient): method delay (line 7) | def delay(self, i) -> None: ... method log (line 8) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 9) | def reconnect(self): ... method publish (line 10) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 11) | def wait_msg(self): ... method check_msg (line 12) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/umqtt/simple.pyi class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 23) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 24) | def _send_str(self, s) -> None: ... method _recv_len (line 25) | def _recv_len(self): ... method set_callback (line 26) | def set_callback(self, f) -> None: ... method set_last_will (line 27) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 28) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 29) | def disconnect(self) -> None: ... method ping (line 30) | def ping(self) -> None: ... method publish (line 31) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 32) | def subscribe(self, topic, qos: int = 0) -> None: ... method unsubscribe (line 33) | def unsubscribe(self, topic) -> None: ... method wait_msg (line 34) | def wait_msg(self): ... method check_msg (line 35) | def check_msg(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/upysh.pyi class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self) -> str: ... method __call__ (line 7) | def __call__(self, path: str = ".") -> None: ... class PWD (line 9) | class PWD: method __repr__ (line 10) | def __repr__(self) -> str: ... method __call__ (line 11) | def __call__(self): ... class CLEAR (line 13) | class CLEAR: method __repr__ (line 14) | def __repr__(self) -> str: ... method __call__ (line 15) | def __call__(self): ... function head (line 17) | def head(f, n: int = 10) -> None: ... function cat (line 18) | def cat(f) -> None: ... function cp (line 19) | def cp(s, t) -> None: ... function newfile (line 20) | def newfile(path) -> None: ... function rm (line 21) | def rm(d, recursive: bool = False) -> None: ... class Man (line 23) | class Man: method __repr__ (line 24) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/urequests.pyi function __getattr__ (line 2) | def __getattr__(attr): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> None: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: function rom_ioctl (line 243) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 245) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 247) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 249) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/webrepl.pyi function server_handshake (line 11) | def server_handshake(cl): ... function send_html (line 12) | def send_html(cl) -> None: ... function setup_conn (line 13) | def setup_conn(port, accept_handler): ... function accept_conn (line 14) | def accept_conn(listen_sock): ... function stop (line 15) | def stop() -> None: ... function start (line 16) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 17) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/webrepl_setup.pyi function input_choice (line 5) | def input_choice(prompt, choices): ... function getpass (line 6) | def getpass(prompt): ... function input_pass (line 7) | def input_pass(): ... function exists (line 8) | def exists(fname): ... function get_daemon_status (line 9) | def get_daemon_status(): ... function change_daemon (line 10) | def change_daemon(action) -> None: ... function main (line 11) | def main() -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c5-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/_espnow.pyi class ESPNowBase (line 27) | class ESPNowBase: method irq (line 28) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 29) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 30) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 31) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 32) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 33) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 34) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 35) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 36) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 37) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 38) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 39) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 40) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 41) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 27) | def stack_size() -> int: ... function stack_size (line 29) | def stack_size(size: int, /) -> int: ... function exit (line 30) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 31) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 33) | class LockType: method locked (line 34) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 35) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 36) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/aioespnow.pyi class AIOESPNow (line 6) | class AIOESPNow(espnow.ESPNow): method arecv (line 7) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 8) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 9) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 10) | def __aiter__(self): ... method __anext__ (line 11) | async def __anext__(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/apa106.pyi class APA106 (line 5) | class APA106(NeoPixel): FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 64) | def gattc_write( method gatts_indicate (line 90) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 107) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 117) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 126) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 139) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 151) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 160) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 174) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 236) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 435) | def gap_advertise( method gap_connect (line 459) | def gap_connect( method gattc_discover_descriptors (line 490) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 500) | def config(self, param: str, /) -> Any: method config (line 564) | def config(self, **kwargs) -> None: method config (line 628) | def config(self, param: str, /) -> Any: method config (line 692) | def config(self, **kwargs) -> None: method active (line 756) | def active(self) -> bool: method active (line 765) | def active(self, active: bool, /) -> None: method active (line 774) | def active(self) -> bool: method active (line 783) | def active(self, active: bool, /) -> None: method gap_scan (line 790) | def gap_scan( method gattc_discover_characteristics (line 832) | def gattc_discover_characteristics( method gap_disconnect (line 853) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 867) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 884) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 894) | def __init__(self) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> tuple[float, float]: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> complex: function sin (line 50) | def sin(z: _C, /) -> complex: function exp (line 56) | def exp(z: _C, /) -> complex: function cos (line 62) | def cos(z: _C, /) -> complex: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> complex: function log10 (line 80) | def log10(z: _C, /) -> complex: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/cryptolib.pyi class aes (line 23) | class aes: method encrypt (line 29) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 39) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 49) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 56) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method __init__ (line 63) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 85) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/ds18x20.pyi class DS18X20 (line 9) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire) -> None: ... method scan (line 13) | def scan(self): ... method convert_temp (line 14) | def convert_temp(self) -> None: ... method read_scratch (line 15) | def read_scratch(self, rom): ... method write_scratch (line 16) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 17) | def read_temp(self, rom): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/esp.pyi function osdebug (line 36) | def osdebug(uart_no: int | None, /) -> None: function osdebug (line 77) | def osdebug(uart_no: int, level: int, /) -> None: function flash_write (line 117) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 123) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 124) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 125) | def flash_user_start() -> int: function flash_erase (line 131) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 141) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 151) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 160) | def flash_size() -> int: function sleep_type (line 169) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 192) | def sleep_type() -> int: function set_native_code_location (line 214) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 255) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/esp32.pyi function wake_on_ext1 (line 33) | def wake_on_ext1() -> None: function wake_on_ext1 (line 44) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: bool, ... function wake_on_gpio (line 55) | def wake_on_gpio() -> None: function wake_on_gpio (line 67) | def wake_on_gpio(pins: List[Pin] | Tuple[Pin, ...] | None, level: bool, ... function idf_heap_info (line 78) | def idf_heap_info(capabilities: int) -> List[Tuple]: function mcu_temperature (line 116) | def mcu_temperature(*args, **kwargs) -> Incomplete: ... function wake_on_ulp (line 117) | def wake_on_ulp(wake: bool, /) -> None: class RMT (line 126) | class RMT: method loop_count (line 171) | def loop_count(self, count: int, /) -> None: method loop (line 182) | def loop(self, enable_loop: bool, /) -> None: method write_pulses (line 192) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 222) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 252) | def write_pulses( method source_freq (line 286) | def source_freq(cls) -> int: method wait_done (line 292) | def wait_done(self, *, timeout: int = 0) -> bool: method bitstream_channel (line 302) | def bitstream_channel(value: int | None = None) -> int | None: method active (line 318) | def active(self, /) -> bool: method active (line 334) | def active(self, value: bool, /) -> bool: method deinit (line 348) | def deinit(self) -> None: method bitstream_rmt (line 356) | def bitstream_rmt(value: bool | None = None) -> bool: method clock_div (line 367) | def clock_div(self) -> int: method __init__ (line 374) | def __init__( class NVS (line 403) | class NVS: method get_i32 (line 415) | def get_i32(self, key: str, /) -> int: method set_i32 (line 421) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 426) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 434) | def commit(self) -> None: method get_blob (line 439) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 446) | def erase_key(self, key: str, /) -> None: method __init__ (line 451) | def __init__(self, namespace: str, /) -> None: class PCNT (line 458) | class PCNT: method deinit (line 477) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 478) | def init(self, /, **kwargs: Any) -> None: method irq (line 542) | def irq(self, /, handler: Any = None, trigger: int = IRQ_ZERO) -> Inco... method start (line 567) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 569) | def value(self, /) -> int: method value (line 581) | def value(self, value: int, /) -> int: method stop (line 591) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 592) | def __init__(self, id: int, /, **kwargs: Any) -> None: ... class Partition (line 594) | class Partition(AbstractBlockDev): method readblocks (line 626) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 636) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 646) | def ioctl(self, op: int, arg) -> None: method ioctl (line 655) | def ioctl(self, op: int) -> int: method set_boot (line 662) | def set_boot(self) -> None: method writeblocks (line 674) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 685) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 698) | def info(self) -> Tuple: method find (line 704) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 714) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 722) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 734) | def __init__(self, id: str, block_size=4096, /) -> None: function wake_on_ext0 (line 742) | def wake_on_ext0() -> None: function wake_on_ext0 (line 753) | def wake_on_ext0(pin: Pin | None, level: bool, /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/espnow.pyi class ESPNow (line 91) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 103) | def peer_count(self) -> Tuple[int, int]: method recv (line 113) | def recv(self, timeout_ms: Optional[Any] = None) -> Tuple[_MACAddress ... method mod_peer (line 152) | def mod_peer( method irecv (line 167) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 197) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 213) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 247) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 273) | def any(self) -> bool: method add_peer (line 294) | def add_peer( method add_peer (line 360) | def add_peer( method active (line 426) | def active(self, flag: Any | None = None) -> bool: method send (line 459) | def send( method send (line 512) | def send( method config (line 563) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 565) | def config(self, param: str, /) -> int: method get_peers (line 612) | def get_peers(self) -> Tuple[_PeerInfo, ...]: method get_peer (line 618) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 635) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 651) | def irq(self, callback: Callable[[ESPNow], Any]) -> None: method __init__ (line 682) | def __init__(self) -> None: ... method __iter__ (line 685) | def __iter__(self) -> ESPNow: ... method __next__ (line 687) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 689) | class ESPNowBase: method irq (line 690) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 691) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 692) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 693) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 694) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 695) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 696) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 698) | def send(self, msg: Union[str, bytes, bytearray, Buffer], /) -> bool: ... method send (line 700) | def send( method active (line 703) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 704) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 705) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 706) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 707) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 709) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 711) | def config(self, param: Literal["rxbuf", "timeout_ms"], /) -> int: ... method __init__ (line 712) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha256 (line 59) | class sha256(_Hash): method digest (line 66) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 67) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self): method __init__ (line 75) | def __init__(self, data: AnyReadableBuf): class md5 (line 80) | class md5(_Hash): method digest (line 86) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 87) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/inisetup.pyi function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/machine.pyi function idle (line 63) | def idle() -> None: function lightsleep (line 79) | def lightsleep() -> None: function lightsleep (line 104) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 129) | def deepsleep() -> NoReturn: function deepsleep (line 154) | def deepsleep(time_ms: int, /) -> NoReturn: function dht_readinto (line 178) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 179) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function freq (line 204) | def freq() -> int: function freq (line 212) | def freq(hz: int, /) -> None: function disable_irq (line 219) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 228) | def enable_irq(state: _IRQ_STATE, /) -> None: function sleep (line 237) | def sleep() -> None: function soft_reset (line 243) | def soft_reset() -> NoReturn: function time_pulse_us (line 250) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 268) | def unique_id() -> bytes: function wake_reason (line 277) | def wake_reason() -> int: function reset_cause (line 285) | def reset_cause() -> int: function const (line 291) | def const(*args, **kwargs) -> Incomplete: ... function reset (line 292) | def reset() -> NoReturn: class Counter (line 299) | class Counter: method _configure (line 325) | def _configure(self, *args, **kwargs) -> Incomplete: ... method _overflow (line 326) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method init (line 327) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 386) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 407) | def deinit(self) -> None: class _PCNT (line 414) | class _PCNT: method deinit (line 426) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 427) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 428) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 429) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 430) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 431) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 432) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 434) | def __init__(self, id, *args, **kwargs) -> None: ... class Encoder (line 451) | class Encoder: method _overflow (line 469) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method _configure (line 470) | def _configure(self, *args, **kwargs) -> Incomplete: ... method phases (line 471) | def phases(self, *args, **kwargs) -> Incomplete: ... method init (line 472) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 532) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 540) | def deinit(self) -> None: class _PCNT (line 547) | class _PCNT: method deinit (line 559) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 560) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 561) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 562) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 563) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 564) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 565) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 567) | def __init__(self, id, *args, **kwargs) -> None: ... class RTC (line 569) | class RTC: method init (line 588) | def init(self) -> None: method init (line 603) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 618) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 633) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 648) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 663) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 678) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 693) | def memory(self) -> bytes: method memory (line 711) | def memory(self, data: AnyReadableBuf, /) -> None: method datetime (line 727) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 743) | def __init__(self, id: int = 0): method __init__ (line 749) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 757) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 765) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 773) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 781) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 789) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 797) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 805) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 813) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 821) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 829) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 837) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 845) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class I2S (line 852) | class I2S: method shift (line 932) | def shift( method init (line 944) | def init( method irq (line 961) | def irq( method readinto (line 972) | def readinto( method deinit (line 984) | def deinit(self) -> None: method write (line 989) | def write( method __init__ (line 1001) | def __init__( class PWM (line 1044) | class PWM: method duty_u16 (line 1096) | def duty_u16(self) -> int: method duty_u16 (line 1108) | def duty_u16( method init (line 1122) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 1130) | def freq(self) -> int: method freq (line 1141) | def freq( method deinit (line 1154) | def deinit(self) -> None: method duty_ns (line 1161) | def duty_ns(self) -> int: method duty_ns (line 1171) | def duty_ns( method duty (line 1183) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1184) | def __init__( class Pin (line 1210) | class Pin: method off (line 1295) | def off(self) -> None: method irq (line 1300) | def irq( method on (line 1353) | def on(self) -> None: method toggle (line 1358) | def toggle(self) -> None: method value (line 1367) | def value(self) -> int: method value (line 1401) | def value(self, x: Any, /) -> None: method init (line 1433) | def init( class board (line 1451) | class board: method __init__ (line 1452) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1454) | def __init__( method __call__ (line 1529) | def __call__(self) -> int: method __call__ (line 1537) | def __call__(self, x: Any, /) -> None: method mode (line 1545) | def mode(self) -> int: method mode (line 1554) | def mode(self, mode: int, /) -> None: method pull (line 1563) | def pull(self) -> int: method pull (line 1572) | def pull(self, pull: int, /) -> None: method drive (line 1581) | def drive(self, drive: int, /) -> None: method drive (line 1591) | def drive(self, /) -> int: class I2CTarget (line 1599) | class I2CTarget: method deinit (line 1630) | def deinit(self) -> Incomplete: method irq (line 1636) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1675) | def write(self, buf) -> int: method readinto (line 1682) | def readinto(self, buf) -> int: method __init__ (line 1688) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class ADC (line 1690) | class ADC: method width (line 1721) | def width(self, bits: int) -> None: method init (line 1743) | def init(self, *, sample_ns: int = ..., atten: int = ...) -> None: method read_u16 (line 1750) | def read_u16(self) -> int: method read_uv (line 1757) | def read_uv(self) -> int: method deinit (line 1764) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 1767) | def read(self) -> int: method atten (line 1781) | def atten(self, atten: int) -> None: method block (line 1788) | def block(self) -> ADCBlock: method __init__ (line 1797) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... class ADCBlock (line 1810) | class ADCBlock: method init (line 1819) | def init(self, *, bits: int = ...) -> None: method connect (line 1827) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1829) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1831) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 1851) | def __init__(self, id: int, *, bits: int = ...) -> None: ... class I2C (line 1853) | class I2C: method readfrom_mem_into (line 1889) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1900) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1909) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1917) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1927) | def scan(self) -> list[int]: method writeto (line 1934) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1943) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1958) | def start(self) -> None: method readfrom (line 1963) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1970) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1981) | def init(self, *, freq: int = 400_000) -> None: method init (line 1995) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 2007) | def stop(self) -> None: method write (line 2012) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 2021) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 2038) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 2055) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class SDCard (line 2068) | class SDCard(AbstractBlockDev): method ioctl (line 2160) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2162) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2172) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2182) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2193) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2206) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2207) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2208) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 2210) | class Timer: method deinit (line 2237) | def deinit(self) -> None: method init (line 2244) | def init( method init (line 2253) | def init( method init (line 2262) | def init( method value (line 2321) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2323) | def __init__(self, id: int, /): method __init__ (line 2333) | def __init__( method __init__ (line 2352) | def __init__( method __init__ (line 2371) | def __init__( class UART (line 2389) | class UART: method irq (line 2457) | def irq( method sendbreak (line 2492) | def sendbreak(self) -> None: method deinit (line 2498) | def deinit(self) -> None: method init (line 2509) | def init( method init (line 2581) | def init( method init (line 2644) | def init( method flush (line 2705) | def flush(self) -> None: method txdone (line 2719) | def txdone(self) -> bool: method read (line 2735) | def read(self) -> bytes | None: method read (line 2746) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2755) | def any(self) -> int: method write (line 2769) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2778) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2789) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2798) | def readline(self) -> bytes | None: method __init__ (line 2807) | def __init__( method __init__ (line 2832) | def __init__( method __init__ (line 2848) | def __init__( class WDT (line 2863) | class WDT: method feed (line 2878) | def feed(self) -> None: method __init__ (line 2885) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SoftSPI (line 2894) | class SoftSPI(SPI): method deinit (line 2905) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2906) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2907) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2908) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2909) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2910) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2911) | def __init__( class SPI (line 2924) | class SPI: method deinit (line 2983) | def deinit(self) -> None: method init (line 2990) | def init( method init (line 3025) | def init( method write_readinto (line 3056) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 3066) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 3073) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 3081) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 3091) | def __init__(self, id: int, /): method __init__ (line 3104) | def __init__( method __init__ (line 3130) | def __init__( class Signal (line 3153) | class Signal(Pin): method off (line 3222) | def off(self) -> None: method on (line 3227) | def on(self) -> None: method value (line 3234) | def value(self) -> int: method value (line 3254) | def value(self, x: Any, /) -> None: method __init__ (line 3274) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 3294) | def __init__( class SoftI2C (line 3324) | class SoftI2C(I2C): method readfrom_mem_into (line 3336) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 3337) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 3338) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 3339) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 3340) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 3341) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 3342) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 3343) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 3344) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3345) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 3346) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 3347) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 3348) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3349) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class ADCWiPy (line 3351) | class ADCWiPy: method channel (line 3353) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3355) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3357) | def channel(self, id: int, *, pin) -> adcchannel: class _CounterBase (line 3377) | class _CounterBase: method __new__ (line 3380) | def __new__(cls, unit_id, *_args, **_kwargs): ... method __init__ (line 3385) | def __init__(self, unit_id, *args, filter_ns: int = 0, **kwargs) -> No... method _overflow (line 3386) | def _overflow(self, pcnt) -> None: ... method init (line 3387) | def init(self, *args, **kwargs) -> None: ... method deinit (line 3388) | def deinit(self) -> None: ... method value (line 3389) | def value(self, value=None): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/mip/__init__.pyi function _ensure_path_exists (line 9) | def _ensure_path_exists(path) -> None: ... function _chunk (line 10) | def _chunk(src, dest) -> None: ... function _check_exists (line 11) | def _check_exists(path, short_hash): ... function _rewrite_url (line 12) | def _rewrite_url(url, branch=None): ... function _download_file (line 13) | def _download_file(url, dest): ... function _install_json (line 14) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 15) | def _install_package(package, index, target, version, mpy): ... function install (line 16) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/neopixel.pyi class NeoPixel (line 24) | class NeoPixel(_NeoPixelBase): method __init__ (line 52) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 62) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 72) | def __getitem__(self, i) -> Tuple: method fill (line 77) | def fill(self, v) -> None: method write (line 83) | def write(self) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/network.pyi function country (line 105) | def country() -> str: ... function country (line 107) | def country(code: str, /) -> None: ... function hostname (line 109) | def hostname() -> str: ... function hostname (line 111) | def hostname(name: str, /) -> None: ... function ipconfig (line 112) | def ipconfig(*args: Any, **kwargs: Any) -> Any: function phy_mode (line 127) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 144) | class LAN: method __init__ (line 166) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 168) | def active(self, /) -> bool: method active (line 176) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 182) | def isconnected(self) -> bool: method status (line 188) | def status(self) -> Incomplete: method ifconfig (line 193) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 204) | def config(self, config_parameters) -> Incomplete: method active (line 612) | def active(self, /) -> bool: method active (line 620) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 224) | class WLAN: method ifconfig (line 292) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 303) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 312) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 313) | def isconnected(self) -> bool: method scan (line 320) | def scan(self) -> List[Tuple]: method status (line 350) | def status(self) -> int: method status (line 380) | def status(self, param: str, /) -> int: method disconnect (line 408) | def disconnect(self) -> None: method active (line 415) | def active(self, /) -> bool: method active (line 423) | def active(self, is_active: bool | int, /) -> None: method config (line 431) | def config(self, param: str, /) -> Any: method config (line 467) | def config(self, **kwargs: Any) -> None: method connect (line 501) | def connect( method __init__ (line 516) | def __init__(self, interface_id: int = ..., /) -> None: class PPP (line 525) | class PPP: method ifconfig (line 545) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 550) | def ipconfig(self, param) -> Incomplete: method isconnected (line 555) | def isconnected(self) -> bool: method poll (line 561) | def poll(self) -> Incomplete: method status (line 571) | def status(self) -> Incomplete: method disconnect (line 576) | def disconnect(self) -> Incomplete: method active (line 581) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 582) | def config(self, config_parameters) -> Incomplete: method connect (line 591) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 608) | def __init__(self, stream) -> None: ... class LAN (line 610) | class LAN: method __init__ (line 166) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 168) | def active(self, /) -> bool: method active (line 176) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 182) | def isconnected(self) -> bool: method status (line 188) | def status(self) -> Incomplete: method ifconfig (line 193) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 204) | def config(self, config_parameters) -> Incomplete: method active (line 612) | def active(self, /) -> bool: method active (line 620) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 627) | class WLANWiPy: method __init__ (line 629) | def __init__(self, id: int = 0, /): method __init__ (line 643) | def __init__( method mode (line 667) | def mode(self) -> int: method mode (line 673) | def mode(self, mode: int, /) -> None: method ssid (line 679) | def ssid(self) -> str: method ssid (line 685) | def ssid(self, ssid: str, /) -> None: method auth (line 691) | def auth(self) -> int: method auth (line 697) | def auth(self, auth: int, /) -> None: method channel (line 703) | def channel(self) -> int: method channel (line 709) | def channel(self, channel: int, /) -> None: method antenna (line 715) | def antenna(self) -> int: method antenna (line 721) | def antenna(self, antenna: int, /) -> None: method mac (line 727) | def mac(self) -> bytes: method mac (line 733) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 738) | class AbstractNIC: method active (line 741) | def active(self, /) -> bool: method active (line 752) | def active(self, is_active: bool | int, /) -> None: method connect (line 763) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 782) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 801) | def status(self) -> Any: method status (line 819) | def status(self, param: str, /) -> Any: method ifconfig (line 837) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 851) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 865) | def config(self, param: str, /) -> Any: method config (line 884) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/ntptime.pyi function time (line 5) | def time(): ... function settime (line 6) | def settime() -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/platform.pyi function python_compiler (line 22) | def python_compiler() -> str: function processor (line 28) | def processor() -> str: function platform (line 38) | def platform() -> str: function libc_ver (line 55) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/requests/__init__.pyi class Response (line 4) | class Response: method __init__ (line 8) | def __init__(self, f) -> None: ... method close (line 9) | def close(self) -> None: ... method content (line 11) | def content(self): ... method text (line 13) | def text(self): ... method json (line 14) | def json(self): ... function request (line 16) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 17) | def head(url, **kw): ... function get (line 18) | def get(url, **kw): ... function post (line 19) | def post(url, **kw): ... function put (line 20) | def put(url, **kw): ... function patch (line 21) | def patch(url, **kw): ... function delete (line 22) | def delete(url, **kw): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/socket.pyi function getaddrinfo (line 115) | def getaddrinfo( class socket (line 165) | class socket: method recvfrom (line 173) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 182) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 194) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 214) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 232) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 240) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 241) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 253) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 260) | def setblocking(self, value: bool, /) -> None: method sendto (line 271) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> int: method settimeout (line 277) | def settimeout(self, value: float | None, /) -> None: method readline (line 312) | def readline(self) -> bytes: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 331) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 341) | def read(self) -> bytes: method read (line 351) | def read(self, size: int, /) -> bytes: method close (line 359) | def close(self) -> None: method connect (line 369) | def connect(self, address: _Address | bytes, /) -> None: method send (line 374) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 381) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 386) | def accept(self) -> Tuple: method write (line 394) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/umqtt/robust.pyi class MQTTClient (line 4) | class MQTTClient(simple.MQTTClient): method delay (line 7) | def delay(self, i) -> None: ... method log (line 8) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 9) | def reconnect(self): ... method publish (line 10) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 11) | def wait_msg(self): ... method check_msg (line 12) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/umqtt/simple.pyi class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 23) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 24) | def _send_str(self, s) -> None: ... method _recv_len (line 25) | def _recv_len(self): ... method set_callback (line 26) | def set_callback(self, f) -> None: ... method set_last_will (line 27) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 28) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 29) | def disconnect(self) -> None: ... method ping (line 30) | def ping(self) -> None: ... method publish (line 31) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 32) | def subscribe(self, topic, qos: int = 0) -> None: ... method unsubscribe (line 33) | def unsubscribe(self, topic) -> None: ... method wait_msg (line 34) | def wait_msg(self): ... method check_msg (line 35) | def check_msg(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/upysh.pyi class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self) -> str: ... method __call__ (line 7) | def __call__(self, path: str = ".") -> None: ... class PWD (line 9) | class PWD: method __repr__ (line 10) | def __repr__(self) -> str: ... method __call__ (line 11) | def __call__(self): ... class CLEAR (line 13) | class CLEAR: method __repr__ (line 14) | def __repr__(self) -> str: ... method __call__ (line 15) | def __call__(self): ... function head (line 17) | def head(f, n: int = 10) -> None: ... function cat (line 18) | def cat(f) -> None: ... function cp (line 19) | def cp(s, t) -> None: ... function newfile (line 20) | def newfile(path) -> None: ... function rm (line 21) | def rm(d, recursive: bool = False) -> None: ... class Man (line 23) | class Man: method __repr__ (line 24) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/urequests.pyi function __getattr__ (line 2) | def __getattr__(attr): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/webrepl.pyi function server_handshake (line 11) | def server_handshake(cl): ... function send_html (line 12) | def send_html(cl) -> None: ... function setup_conn (line 13) | def setup_conn(port, accept_handler): ... function accept_conn (line 14) | def accept_conn(listen_sock): ... function stop (line 15) | def stop() -> None: ... function start (line 16) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 17) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_c6-stubs/webrepl_setup.pyi function input_choice (line 5) | def input_choice(prompt, choices): ... function getpass (line 6) | def getpass(prompt): ... function input_pass (line 7) | def input_pass(): ... function exists (line 8) | def exists(fname): ... function get_daemon_status (line 9) | def get_daemon_status(): ... function change_daemon (line 10) | def change_daemon(action) -> None: ... function main (line 11) | def main() -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/_espnow.pyi class ESPNowBase (line 27) | class ESPNowBase: method irq (line 28) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 29) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 30) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 31) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 32) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 33) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 34) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 35) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 36) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 37) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 38) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 39) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 40) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 41) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/_onewire.pyi function reset (line 10) | def reset(x0) -> Incomplete: ... function writebyte (line 11) | def writebyte(x0, x1) -> Incomplete: ... function writebit (line 12) | def writebit(x0, x1) -> Incomplete: ... function crc8 (line 13) | def crc8(x0) -> Incomplete: ... function readbyte (line 14) | def readbyte(x0) -> Incomplete: ... function readbit (line 15) | def readbit(x0) -> Incomplete: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/_thread.pyi function get_ident (line 24) | def get_ident() -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 27) | def stack_size() -> int: ... function stack_size (line 29) | def stack_size(size: int, /) -> int: ... function exit (line 30) | def exit() -> Incomplete: ... function allocate_lock (line 31) | def allocate_lock() -> Incomplete: ... class LockType (line 33) | class LockType: method locked (line 34) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 35) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 36) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/aioespnow.pyi class AIOESPNow (line 6) | class AIOESPNow(espnow.ESPNow): method arecv (line 7) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 8) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 9) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 10) | def __aiter__(self): ... method __anext__ (line 11) | async def __anext__(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/apa106.pyi class APA106 (line 5) | class APA106(NeoPixel): FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> tuple[float, float]: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> complex: function sin (line 50) | def sin(z: _C, /) -> complex: function exp (line 56) | def exp(z: _C, /) -> complex: function cos (line 62) | def cos(z: _C, /) -> complex: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> complex: function log10 (line 80) | def log10(z: _C, /) -> complex: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/cryptolib.pyi class aes (line 23) | class aes: method encrypt (line 29) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 39) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 49) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 56) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method __init__ (line 63) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 85) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/ds18x20.pyi class DS18X20 (line 9) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire) -> None: ... method scan (line 13) | def scan(self): ... method convert_temp (line 14) | def convert_temp(self) -> None: ... method read_scratch (line 15) | def read_scratch(self, rom): ... method write_scratch (line 16) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 17) | def read_temp(self, rom): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/esp.pyi function osdebug (line 36) | def osdebug(uart_no: int | None, /) -> None: function osdebug (line 77) | def osdebug(uart_no: int, level: int, /) -> None: function flash_write (line 117) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 123) | def gpio_matrix_in(x0, x1, x2) -> Incomplete: ... function gpio_matrix_out (line 124) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 125) | def flash_user_start() -> int: function flash_erase (line 131) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 141) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 151) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 160) | def flash_size() -> int: function sleep_type (line 169) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 192) | def sleep_type() -> int: function set_native_code_location (line 214) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 255) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/esp32.pyi function idf_heap_info (line 32) | def idf_heap_info(capabilities: int) -> List[Tuple]: function mcu_temperature (line 70) | def mcu_temperature() -> Incomplete: ... function wake_on_ext0 (line 72) | def wake_on_ext0() -> None: function wake_on_ext0 (line 83) | def wake_on_ext0(pin: Pin | None, level: bool, /) -> None: function wake_on_touch (line 93) | def wake_on_touch(wake: bool, /) -> None: function wake_on_gpio (line 103) | def wake_on_gpio() -> None: function wake_on_gpio (line 115) | def wake_on_gpio(pins: List[Pin] | Tuple[Pin, ...] | None, level: bool, ... function wake_on_ext1 (line 127) | def wake_on_ext1() -> None: function wake_on_ext1 (line 138) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: bool, ... function wake_on_ulp (line 148) | def wake_on_ulp(wake: bool, /) -> None: function gpio_deep_sleep_hold (line 157) | def gpio_deep_sleep_hold(enable: bool, /) -> None: class PCNT (line 164) | class PCNT: method deinit (line 183) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 184) | def init(self, /, **kwargs: Any) -> None: method irq (line 248) | def irq(self, /, handler: Any = None, trigger: int = IRQ_ZERO) -> Inco... method start (line 273) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 275) | def value(self, /) -> int: method value (line 287) | def value(self, value: int, /) -> int: method stop (line 297) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 298) | def __init__(self, id: int, /, **kwargs: Any) -> None: ... class NVS (line 300) | class NVS: method get_i32 (line 312) | def get_i32(self, key: str, /) -> int: method set_i32 (line 318) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 323) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 331) | def commit(self) -> None: method get_blob (line 336) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 343) | def erase_key(self, key: str, /) -> None: method __init__ (line 348) | def __init__(self, namespace: str, /) -> None: class ULP (line 355) | class ULP: method run (line 361) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 366) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 371) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 376) | def __init__(self) -> None: class Partition (line 382) | class Partition(AbstractBlockDev): method readblocks (line 414) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 424) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 434) | def ioctl(self, op: int, arg) -> None: method ioctl (line 443) | def ioctl(self, op: int) -> int: method set_boot (line 450) | def set_boot(self) -> None: method writeblocks (line 462) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 473) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 486) | def info(self) -> Tuple: method find (line 492) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 502) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 510) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 522) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 529) | class RMT: method loop_count (line 574) | def loop_count(self, count: int, /) -> None: method loop (line 585) | def loop(self, enable_loop: bool, /) -> None: method write_pulses (line 595) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 625) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 655) | def write_pulses( method source_freq (line 689) | def source_freq(cls) -> int: method wait_done (line 695) | def wait_done(self, *, timeout: int = 0) -> bool: method bitstream_channel (line 705) | def bitstream_channel(value: int | None = None) -> int | None: method active (line 721) | def active(self, /) -> bool: method active (line 737) | def active(self, value: bool, /) -> bool: method deinit (line 751) | def deinit(self) -> None: method bitstream_rmt (line 759) | def bitstream_rmt(value: bool | None = None) -> bool: method clock_div (line 770) | def clock_div(self) -> int: method __init__ (line 777) | def __init__( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/espnow.pyi class ESPNow (line 91) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 103) | def peer_count(self) -> Tuple[int, int]: method recv (line 113) | def recv(self, timeout_ms: Optional[Any] = None) -> Tuple[_MACAddress ... method mod_peer (line 152) | def mod_peer( method irecv (line 167) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 197) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 213) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 247) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 273) | def any(self) -> bool: method add_peer (line 294) | def add_peer( method add_peer (line 360) | def add_peer( method active (line 426) | def active(self, flag: Any | None = None) -> bool: method send (line 459) | def send( method send (line 512) | def send( method config (line 563) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 565) | def config(self, param: str, /) -> int: method get_peers (line 612) | def get_peers(self) -> Tuple[_PeerInfo, ...]: method get_peer (line 618) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 635) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 651) | def irq(self, callback: Callable[[ESPNow], Any]) -> None: method __init__ (line 682) | def __init__(self) -> None: ... method __iter__ (line 685) | def __iter__(self) -> ESPNow: ... method __next__ (line 687) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 689) | class ESPNowBase: method irq (line 690) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 691) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 692) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 693) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 694) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 695) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 696) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 698) | def send(self, msg: Union[str, bytes, bytearray, Buffer], /) -> bool: ... method send (line 700) | def send( method active (line 703) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 704) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 705) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 706) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 707) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 709) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 711) | def config(self, param: Literal["rxbuf", "timeout_ms"], /) -> int: ... method __init__ (line 712) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled() -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha256 (line 59) | class sha256(_Hash): method digest (line 66) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 67) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self): method __init__ (line 75) | def __init__(self, data: AnyReadableBuf): class md5 (line 80) | class md5(_Hash): method digest (line 86) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 87) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/inisetup.pyi function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/inspect.pyi function getargspec (line 10) | def getargspec(x0) -> Incomplete: ... function getmodule (line 11) | def getmodule(x0, x1) -> Incomplete: ... function getframeinfo (line 12) | def getframeinfo(x0, x1) -> Incomplete: ... function ismodule (line 13) | def ismodule(x0) -> Incomplete: ... function isclass (line 14) | def isclass(x0) -> Incomplete: ... function getsource (line 15) | def getsource(x0) -> Incomplete: ... function currentframe (line 16) | def currentframe() -> Incomplete: ... function getmro (line 17) | def getmro(x0) -> Incomplete: ... function getfile (line 18) | def getfile(x0) -> Incomplete: ... function getsourcefile (line 19) | def getsourcefile(x0) -> Incomplete: ... function isgeneratorfunction (line 20) | def isgeneratorfunction(x0) -> Incomplete: ... function signature (line 21) | def signature(x0) -> Incomplete: ... function ismethod (line 22) | def ismethod(x0) -> Incomplete: ... function iscoroutinefunction (line 23) | def iscoroutinefunction(x0) -> Incomplete: ... function iscoroutine (line 24) | def iscoroutine(x0) -> Incomplete: ... function getmembers (line 25) | def getmembers(x0, x1) -> Incomplete: ... function isfunction (line 26) | def isfunction(x0) -> Incomplete: ... function isgenerator (line 27) | def isgenerator(x0) -> Incomplete: ... class _ct (line 29) | class _ct: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... function _g (line 32) | async def _g() -> Incomplete: ... class Signature (line 36) | class Signature: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class _Class (line 39) | class _Class: method meth (line 40) | def meth(self) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/machine.pyi function freq (line 64) | def freq() -> int: function freq (line 72) | def freq(hz: int, /) -> None: function idle (line 79) | def idle() -> None: function lightsleep (line 95) | def lightsleep() -> None: function lightsleep (line 120) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 145) | def deepsleep() -> NoReturn: function deepsleep (line 170) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 194) | def bootloader(value: Optional[Any] = None) -> None: function enable_irq (line 204) | def enable_irq(state: _IRQ_STATE, /) -> None: function dht_readinto (line 212) | def dht_readinto(x0, x1) -> Incomplete: ... function disable_irq (line 213) | def disable_irq() -> _IRQ_STATE: function bitstream (line 222) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function sleep (line 247) | def sleep() -> None: function soft_reset (line 253) | def soft_reset() -> NoReturn: function time_pulse_us (line 260) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 278) | def unique_id() -> bytes: function wake_reason (line 287) | def wake_reason() -> int: function reset_cause (line 295) | def reset_cause() -> int: function const (line 301) | def const(x0) -> Incomplete: ... function reset (line 302) | def reset() -> NoReturn: class Counter (line 309) | class Counter: method _configure (line 335) | def _configure(self, x1, x2, x3) -> Incomplete: ... method _overflow (line 336) | def _overflow(self, x1) -> Incomplete: ... method init (line 337) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 396) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 417) | def deinit(self) -> None: class _PCNT (line 424) | class _PCNT: method deinit (line 436) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 437) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 438) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 439) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 440) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 441) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 442) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 444) | def __init__(self, id, *args, **kwargs) -> None: ... class Encoder (line 461) | class Encoder: method _overflow (line 479) | def _overflow(self, x1) -> Incomplete: ... method _configure (line 480) | def _configure(self, x1, x2, x3) -> Incomplete: ... method phases (line 481) | def phases(self) -> Incomplete: ... method init (line 482) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 542) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 550) | def deinit(self) -> None: class _PCNT (line 557) | class _PCNT: method deinit (line 569) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 570) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 571) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 572) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 573) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 574) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 575) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 577) | def __init__(self, id, *args, **kwargs) -> None: ... class PWM (line 579) | class PWM: method duty_u16 (line 631) | def duty_u16(self) -> int: method duty_u16 (line 643) | def duty_u16( method init (line 657) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 665) | def freq(self) -> int: method freq (line 676) | def freq( method deinit (line 689) | def deinit(self) -> None: method duty_ns (line 696) | def duty_ns(self) -> int: method duty_ns (line 706) | def duty_ns( method duty (line 718) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 719) | def __init__( class I2S (line 745) | class I2S: method shift (line 825) | def shift( method init (line 837) | def init( method irq (line 854) | def irq( method readinto (line 865) | def readinto( method deinit (line 877) | def deinit(self) -> None: method write (line 882) | def write( method __init__ (line 894) | def __init__( class Pin (line 937) | class Pin: method off (line 1022) | def off(self) -> None: method irq (line 1027) | def irq( method on (line 1080) | def on(self) -> None: method toggle (line 1085) | def toggle(self) -> None: method value (line 1094) | def value(self) -> int: method value (line 1128) | def value(self, x: Any, /) -> None: method init (line 1160) | def init( class board (line 1178) | class board: method __init__ (line 1179) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1181) | def __init__( method __call__ (line 1256) | def __call__(self) -> int: method __call__ (line 1264) | def __call__(self, x: Any, /) -> None: method mode (line 1272) | def mode(self) -> int: method mode (line 1281) | def mode(self, mode: int, /) -> None: method pull (line 1290) | def pull(self) -> int: method pull (line 1299) | def pull(self, pull: int, /) -> None: method drive (line 1308) | def drive(self, drive: int, /) -> None: method drive (line 1318) | def drive(self, /) -> int: class RTC (line 1326) | class RTC: method init (line 1345) | def init(self) -> None: method init (line 1360) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1375) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1390) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1405) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1420) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1435) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 1450) | def memory(self) -> bytes: method memory (line 1468) | def memory(self, data: AnyReadableBuf, /) -> None: method datetime (line 1484) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1500) | def __init__(self, id: int = 0): method __init__ (line 1506) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1514) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1522) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1530) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1538) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1546) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1554) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1562) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1570) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1578) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1586) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1594) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1602) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class ADCBlock (line 1609) | class ADCBlock: method init (line 1618) | def init(self, *, bits: int = ...) -> None: method connect (line 1626) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1628) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1630) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 1650) | def __init__(self, id: int, *, bits: int = ...) -> None: ... class ADC (line 1652) | class ADC: method width (line 1683) | def width(self, bits: int) -> None: method init (line 1705) | def init(self, *, sample_ns: int = ..., atten: int = ...) -> None: method read_u16 (line 1712) | def read_u16(self) -> int: method read_uv (line 1719) | def read_uv(self) -> int: method deinit (line 1726) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 1729) | def read(self) -> int: method atten (line 1743) | def atten(self, atten: int) -> None: method block (line 1750) | def block(self) -> ADCBlock: method __init__ (line 1759) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... class I2CTarget (line 1772) | class I2CTarget: method deinit (line 1803) | def deinit(self) -> Incomplete: method irq (line 1809) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1848) | def write(self, buf) -> int: method readinto (line 1855) | def readinto(self, buf) -> int: method __init__ (line 1861) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class DAC (line 1863) | class DAC: method write (line 1878) | def write(self, value) -> Incomplete: method __init__ (line 1898) | def __init__(self, id) -> None: ... class I2C (line 1900) | class I2C: method readfrom_mem_into (line 1936) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1947) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1956) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1964) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1974) | def scan(self) -> list[int]: method writeto (line 1981) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1990) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 2005) | def start(self) -> None: method readfrom (line 2010) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 2017) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 2028) | def init(self, *, freq: int = 400_000) -> None: method init (line 2042) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 2054) | def stop(self) -> None: method write (line 2059) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 2068) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 2085) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 2102) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class UART (line 2115) | class UART: method irq (line 2183) | def irq( method sendbreak (line 2218) | def sendbreak(self) -> None: method deinit (line 2224) | def deinit(self) -> None: method init (line 2235) | def init( method init (line 2307) | def init( method init (line 2370) | def init( method flush (line 2431) | def flush(self) -> None: method txdone (line 2445) | def txdone(self) -> bool: method read (line 2461) | def read(self) -> bytes | None: method read (line 2472) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2481) | def any(self) -> int: method write (line 2495) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2504) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2515) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2524) | def readline(self) -> bytes | None: method __init__ (line 2533) | def __init__( method __init__ (line 2558) | def __init__( method __init__ (line 2574) | def __init__( class TouchPad (line 2589) | class TouchPad: method config (line 2590) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2591) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2592) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 2594) | class SDCard(AbstractBlockDev): method ioctl (line 2686) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2688) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2698) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2708) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2719) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2732) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2733) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2734) | def __init__(self, *argv, **kwargs) -> None: ... class USBDevice (line 2736) | class USBDevice: method submit_xfer (line 2749) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2770) | def config( method remote_wakeup (line 2877) | def remote_wakeup(self) -> bool: method stall (line 2885) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2905) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2926) | class BUILTIN_CDC: method __init__ (line 2932) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2934) | class BUILTIN_NONE: method __init__ (line 2940) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2942) | class BUILTIN_DEFAULT: method __init__ (line 2948) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2950) | def __init__(self) -> None: ... class WDT (line 2952) | class WDT: method feed (line 2967) | def feed(self) -> None: method __init__ (line 2974) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Signal (line 2983) | class Signal(Pin): method off (line 3052) | def off(self) -> None: method on (line 3057) | def on(self) -> None: method value (line 3064) | def value(self) -> int: method value (line 3084) | def value(self, x: Any, /) -> None: method __init__ (line 3104) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 3124) | def __init__( class SPI (line 3154) | class SPI: method deinit (line 3213) | def deinit(self) -> None: method init (line 3220) | def init( method init (line 3255) | def init( method write_readinto (line 3286) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 3296) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 3303) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 3311) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 3321) | def __init__(self, id: int, /): method __init__ (line 3334) | def __init__( method __init__ (line 3360) | def __init__( class Timer (line 3383) | class Timer: method deinit (line 3410) | def deinit(self) -> None: method init (line 3417) | def init( method init (line 3426) | def init( method init (line 3435) | def init( method value (line 3494) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3496) | def __init__(self, id: int, /): method __init__ (line 3506) | def __init__( method __init__ (line 3525) | def __init__( method __init__ (line 3544) | def __init__( class SoftI2C (line 3562) | class SoftI2C(I2C): method readfrom_mem_into (line 3574) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 3575) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 3576) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 3577) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 3578) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 3579) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 3580) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 3581) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 3582) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3583) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 3584) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 3585) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 3586) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3587) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class SoftSPI (line 3589) | class SoftSPI(SPI): method deinit (line 3600) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 3601) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 3602) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 3603) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 3604) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3605) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3606) | def __init__( class ADCWiPy (line 3619) | class ADCWiPy: method channel (line 3621) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3623) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3625) | def channel(self, id: int, *, pin) -> adcchannel: class _CounterBase (line 3645) | class _CounterBase: method __new__ (line 3648) | def __new__(cls, unit_id, *_args, **_kwargs): ... method __init__ (line 3653) | def __init__(self, unit_id, *args, filter_ns: int = 0, **kwargs) -> No... method _overflow (line 3654) | def _overflow(self, pcnt) -> None: ... method init (line 3655) | def init(self, *args, **kwargs) -> None: ... method deinit (line 3656) | def deinit(self) -> None: ... method value (line 3657) | def value(self, value=None): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(x0) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/mip/__init__.pyi function _ensure_path_exists (line 9) | def _ensure_path_exists(path) -> None: ... function _chunk (line 10) | def _chunk(src, dest) -> None: ... function _check_exists (line 11) | def _check_exists(path, short_hash): ... function _rewrite_url (line 12) | def _rewrite_url(url, branch=None): ... function _download_file (line 13) | def _download_file(url, dest): ... function _install_json (line 14) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 15) | def _install_package(package, index, target, version, mpy): ... function install (line 16) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/neopixel.pyi class NeoPixel (line 24) | class NeoPixel(_NeoPixelBase): method __init__ (line 52) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 62) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 72) | def __getitem__(self, i) -> Tuple: method fill (line 77) | def fill(self, v) -> None: method write (line 83) | def write(self) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/network.pyi function country (line 105) | def country() -> str: ... function country (line 107) | def country(code: str, /) -> None: ... function hostname (line 109) | def hostname() -> str: ... function hostname (line 111) | def hostname(name: str, /) -> None: ... function ipconfig (line 112) | def ipconfig(*args: Any, **kwargs: Any) -> Any: function phy_mode (line 127) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 144) | class LAN: method __init__ (line 166) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 168) | def active(self, /) -> bool: method active (line 176) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 182) | def isconnected(self) -> bool: method status (line 188) | def status(self) -> Incomplete: method ifconfig (line 193) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 204) | def config(self, config_parameters) -> Incomplete: method active (line 612) | def active(self, /) -> bool: method active (line 620) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 224) | class WLAN: method ifconfig (line 292) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 303) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 312) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 313) | def isconnected(self) -> bool: method scan (line 320) | def scan(self) -> List[Tuple]: method status (line 350) | def status(self) -> int: method status (line 380) | def status(self, param: str, /) -> int: method disconnect (line 408) | def disconnect(self) -> None: method active (line 415) | def active(self, /) -> bool: method active (line 423) | def active(self, is_active: bool | int, /) -> None: method config (line 431) | def config(self, param: str, /) -> Any: method config (line 467) | def config(self, **kwargs: Any) -> None: method connect (line 501) | def connect( method __init__ (line 516) | def __init__(self, interface_id: int = ..., /) -> None: class PPP (line 525) | class PPP: method ifconfig (line 545) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 550) | def ipconfig(self, param) -> Incomplete: method isconnected (line 555) | def isconnected(self) -> bool: method poll (line 561) | def poll(self) -> Incomplete: method status (line 571) | def status(self) -> Incomplete: method disconnect (line 576) | def disconnect(self) -> Incomplete: method active (line 581) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 582) | def config(self, config_parameters) -> Incomplete: method connect (line 591) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 608) | def __init__(self, stream) -> None: ... class LAN (line 610) | class LAN: method __init__ (line 166) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 168) | def active(self, /) -> bool: method active (line 176) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 182) | def isconnected(self) -> bool: method status (line 188) | def status(self) -> Incomplete: method ifconfig (line 193) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 204) | def config(self, config_parameters) -> Incomplete: method active (line 612) | def active(self, /) -> bool: method active (line 620) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 627) | class WLANWiPy: method __init__ (line 629) | def __init__(self, id: int = 0, /): method __init__ (line 643) | def __init__( method mode (line 667) | def mode(self) -> int: method mode (line 673) | def mode(self, mode: int, /) -> None: method ssid (line 679) | def ssid(self) -> str: method ssid (line 685) | def ssid(self, ssid: str, /) -> None: method auth (line 691) | def auth(self) -> int: method auth (line 697) | def auth(self, auth: int, /) -> None: method channel (line 703) | def channel(self) -> int: method channel (line 709) | def channel(self, channel: int, /) -> None: method antenna (line 715) | def antenna(self) -> int: method antenna (line 721) | def antenna(self, antenna: int, /) -> None: method mac (line 727) | def mac(self) -> bytes: method mac (line 733) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 738) | class AbstractNIC: method active (line 741) | def active(self, /) -> bool: method active (line 752) | def active(self, is_active: bool | int, /) -> None: method connect (line 763) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 782) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 801) | def status(self) -> Any: method status (line 819) | def status(self, param: str, /) -> Any: method ifconfig (line 837) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 851) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 865) | def config(self, param: str, /) -> Any: method config (line 884) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/ntptime.pyi function time (line 5) | def time(): ... function settime (line 6) | def settime() -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/requests/__init__.pyi class Response (line 4) | class Response: method __init__ (line 8) | def __init__(self, f) -> None: ... method close (line 9) | def close(self) -> None: ... method content (line 11) | def content(self): ... method text (line 13) | def text(self): ... method json (line 14) | def json(self): ... function request (line 16) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 17) | def head(url, **kw): ... function get (line 18) | def get(url, **kw): ... function post (line 19) | def post(url, **kw): ... function put (line 20) | def put(url, **kw): ... function patch (line 21) | def patch(url, **kw): ... function delete (line 22) | def delete(url, **kw): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/socket.pyi function getaddrinfo (line 115) | def getaddrinfo( class socket (line 165) | class socket: method recvfrom (line 173) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 182) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 194) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 214) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 232) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 240) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 241) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 253) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 260) | def setblocking(self, value: bool, /) -> None: method sendto (line 271) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> int: method settimeout (line 277) | def settimeout(self, value: float | None, /) -> None: method readline (line 312) | def readline(self) -> bytes: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 331) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 341) | def read(self) -> bytes: method read (line 351) | def read(self, size: int, /) -> bytes: method close (line 359) | def close(self) -> None: method connect (line 369) | def connect(self, address: _Address | bytes, /) -> None: method send (line 374) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 381) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 386) | def accept(self) -> Tuple: method write (line 394) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/umqtt/robust.pyi class MQTTClient (line 4) | class MQTTClient(simple.MQTTClient): method delay (line 7) | def delay(self, i) -> None: ... method log (line 8) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 9) | def reconnect(self): ... method publish (line 10) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 11) | def wait_msg(self): ... method check_msg (line 12) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/umqtt/simple.pyi class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 23) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 24) | def _send_str(self, s) -> None: ... method _recv_len (line 25) | def _recv_len(self): ... method set_callback (line 26) | def set_callback(self, f) -> None: ... method set_last_will (line 27) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 28) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 29) | def disconnect(self) -> None: ... method ping (line 30) | def ping(self) -> None: ... method publish (line 31) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 32) | def subscribe(self, topic, qos: int = 0) -> None: ... method unsubscribe (line 33) | def unsubscribe(self, topic) -> None: ... method wait_msg (line 34) | def wait_msg(self): ... method check_msg (line 35) | def check_msg(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/upysh.pyi class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self) -> str: ... method __call__ (line 7) | def __call__(self, path: str = ".") -> None: ... class PWD (line 9) | class PWD: method __repr__ (line 10) | def __repr__(self) -> str: ... method __call__ (line 11) | def __call__(self): ... class CLEAR (line 13) | class CLEAR: method __repr__ (line 14) | def __repr__(self) -> str: ... method __call__ (line 15) | def __call__(self): ... function head (line 17) | def head(f, n: int = 10) -> None: ... function cat (line 18) | def cat(f) -> None: ... function cp (line 19) | def cp(s, t) -> None: ... function newfile (line 20) | def newfile(path) -> None: ... function rm (line 21) | def rm(d, recursive: bool = False) -> None: ... class Man (line 23) | class Man: method __repr__ (line 24) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/urequests.pyi function __getattr__ (line 2) | def __getattr__(attr): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> None: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: function rom_ioctl (line 243) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 245) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 247) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 249) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/webrepl.pyi function server_handshake (line 11) | def server_handshake(cl): ... function send_html (line 12) | def send_html(cl) -> None: ... function setup_conn (line 13) | def setup_conn(port, accept_handler): ... function accept_conn (line 14) | def accept_conn(listen_sock): ... function stop (line 15) | def stop() -> None: ... function start (line 16) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 17) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/webrepl_setup.pyi function input_choice (line 5) | def input_choice(prompt, choices): ... function getpass (line 6) | def getpass(prompt): ... function input_pass (line 7) | def input_pass(): ... function exists (line 8) | def exists(fname): ... function get_daemon_status (line 9) | def get_daemon_status(): ... function change_daemon (line 10) | def change_daemon(action) -> None: ... function main (line 11) | def main() -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s2-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/_espnow.pyi class ESPNowBase (line 27) | class ESPNowBase: method irq (line 28) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 29) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 30) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 31) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 32) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 33) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 34) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 35) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 36) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 37) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 38) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 39) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 40) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 41) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/_onewire.pyi function reset (line 10) | def reset(x0) -> Incomplete: ... function writebyte (line 11) | def writebyte(x0, x1) -> Incomplete: ... function writebit (line 12) | def writebit(x0, x1) -> Incomplete: ... function crc8 (line 13) | def crc8(x0) -> Incomplete: ... function readbyte (line 14) | def readbyte(x0) -> Incomplete: ... function readbit (line 15) | def readbit(x0) -> Incomplete: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/_thread.pyi function get_ident (line 24) | def get_ident() -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 27) | def stack_size() -> int: ... function stack_size (line 29) | def stack_size(size: int, /) -> int: ... function exit (line 30) | def exit() -> Incomplete: ... function allocate_lock (line 31) | def allocate_lock() -> Incomplete: ... class LockType (line 33) | class LockType: method locked (line 34) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 35) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 36) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/aioespnow.pyi class AIOESPNow (line 6) | class AIOESPNow(espnow.ESPNow): method arecv (line 7) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 8) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 9) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 10) | def __aiter__(self): ... method __anext__ (line 11) | async def __anext__(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/apa106.pyi class APA106 (line 5) | class APA106(NeoPixel): FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 64) | def gattc_write( method gatts_indicate (line 90) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 107) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 117) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 126) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 139) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 151) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 160) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 174) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 236) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 435) | def gap_advertise( method gap_connect (line 459) | def gap_connect( method gattc_discover_descriptors (line 490) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 500) | def config(self, param: str, /) -> Any: method config (line 564) | def config(self, **kwargs) -> None: method config (line 628) | def config(self, param: str, /) -> Any: method config (line 692) | def config(self, **kwargs) -> None: method active (line 756) | def active(self) -> bool: method active (line 765) | def active(self, active: bool, /) -> None: method active (line 774) | def active(self) -> bool: method active (line 783) | def active(self, active: bool, /) -> None: method gap_scan (line 790) | def gap_scan( method gattc_discover_characteristics (line 832) | def gattc_discover_characteristics( method gap_disconnect (line 853) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 867) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 884) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 894) | def __init__(self) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> tuple[float, float]: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> complex: function sin (line 50) | def sin(z: _C, /) -> complex: function exp (line 56) | def exp(z: _C, /) -> complex: function cos (line 62) | def cos(z: _C, /) -> complex: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> complex: function log10 (line 80) | def log10(z: _C, /) -> complex: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/cryptolib.pyi class aes (line 23) | class aes: method encrypt (line 29) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 39) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 49) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 56) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method __init__ (line 63) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 85) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/ds18x20.pyi class DS18X20 (line 9) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire) -> None: ... method scan (line 13) | def scan(self): ... method convert_temp (line 14) | def convert_temp(self) -> None: ... method read_scratch (line 15) | def read_scratch(self, rom): ... method write_scratch (line 16) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 17) | def read_temp(self, rom): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/esp.pyi function osdebug (line 36) | def osdebug(uart_no: int | None, /) -> None: function osdebug (line 77) | def osdebug(uart_no: int, level: int, /) -> None: function flash_write (line 117) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 123) | def gpio_matrix_in(x0, x1, x2) -> Incomplete: ... function gpio_matrix_out (line 124) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 125) | def flash_user_start() -> int: function flash_erase (line 131) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 141) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 151) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 160) | def flash_size() -> int: function sleep_type (line 169) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 192) | def sleep_type() -> int: function set_native_code_location (line 214) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 255) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/esp32.pyi function idf_heap_info (line 32) | def idf_heap_info(capabilities: int) -> List[Tuple]: function mcu_temperature (line 70) | def mcu_temperature() -> Incomplete: ... function wake_on_ext0 (line 72) | def wake_on_ext0() -> None: function wake_on_ext0 (line 83) | def wake_on_ext0(pin: Pin | None, level: bool, /) -> None: function wake_on_touch (line 93) | def wake_on_touch(wake: bool, /) -> None: function wake_on_gpio (line 103) | def wake_on_gpio() -> None: function wake_on_gpio (line 115) | def wake_on_gpio(pins: List[Pin] | Tuple[Pin, ...] | None, level: bool, ... function wake_on_ext1 (line 127) | def wake_on_ext1() -> None: function wake_on_ext1 (line 138) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: bool, ... function wake_on_ulp (line 148) | def wake_on_ulp(wake: bool, /) -> None: function gpio_deep_sleep_hold (line 157) | def gpio_deep_sleep_hold(enable: bool, /) -> None: class PCNT (line 164) | class PCNT: method deinit (line 183) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 184) | def init(self, /, **kwargs: Any) -> None: method irq (line 248) | def irq(self, /, handler: Any = None, trigger: int = IRQ_ZERO) -> Inco... method start (line 273) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 275) | def value(self, /) -> int: method value (line 287) | def value(self, value: int, /) -> int: method stop (line 297) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 298) | def __init__(self, id: int, /, **kwargs: Any) -> None: ... class NVS (line 300) | class NVS: method get_i32 (line 312) | def get_i32(self, key: str, /) -> int: method set_i32 (line 318) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 323) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 331) | def commit(self) -> None: method get_blob (line 336) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 343) | def erase_key(self, key: str, /) -> None: method __init__ (line 348) | def __init__(self, namespace: str, /) -> None: class ULP (line 355) | class ULP: method run (line 361) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 366) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 371) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 376) | def __init__(self) -> None: class Partition (line 382) | class Partition(AbstractBlockDev): method readblocks (line 414) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 424) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 434) | def ioctl(self, op: int, arg) -> None: method ioctl (line 443) | def ioctl(self, op: int) -> int: method set_boot (line 450) | def set_boot(self) -> None: method writeblocks (line 462) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 473) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 486) | def info(self) -> Tuple: method find (line 492) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 502) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 510) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 522) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 529) | class RMT: method loop_count (line 574) | def loop_count(self, count: int, /) -> None: method loop (line 585) | def loop(self, enable_loop: bool, /) -> None: method write_pulses (line 595) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 625) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 655) | def write_pulses( method source_freq (line 689) | def source_freq(cls) -> int: method wait_done (line 695) | def wait_done(self, *, timeout: int = 0) -> bool: method bitstream_channel (line 705) | def bitstream_channel(value: int | None = None) -> int | None: method active (line 721) | def active(self, /) -> bool: method active (line 737) | def active(self, value: bool, /) -> bool: method deinit (line 751) | def deinit(self) -> None: method bitstream_rmt (line 759) | def bitstream_rmt(value: bool | None = None) -> bool: method clock_div (line 770) | def clock_div(self) -> int: method __init__ (line 777) | def __init__( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/espnow.pyi class ESPNow (line 91) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 103) | def peer_count(self) -> Tuple[int, int]: method recv (line 113) | def recv(self, timeout_ms: Optional[Any] = None) -> Tuple[_MACAddress ... method mod_peer (line 152) | def mod_peer( method irecv (line 167) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 197) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 213) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 247) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 273) | def any(self) -> bool: method add_peer (line 294) | def add_peer( method add_peer (line 360) | def add_peer( method active (line 426) | def active(self, flag: Any | None = None) -> bool: method send (line 459) | def send( method send (line 512) | def send( method config (line 563) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 565) | def config(self, param: str, /) -> int: method get_peers (line 612) | def get_peers(self) -> Tuple[_PeerInfo, ...]: method get_peer (line 618) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 635) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 651) | def irq(self, callback: Callable[[ESPNow], Any]) -> None: method __init__ (line 682) | def __init__(self) -> None: ... method __iter__ (line 685) | def __iter__(self) -> ESPNow: ... method __next__ (line 687) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 689) | class ESPNowBase: method irq (line 690) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 691) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 692) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 693) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 694) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 695) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 696) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 698) | def send(self, msg: Union[str, bytes, bytearray, Buffer], /) -> bool: ... method send (line 700) | def send( method active (line 703) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 704) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 705) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 706) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 707) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 709) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 711) | def config(self, param: Literal["rxbuf", "timeout_ms"], /) -> int: ... method __init__ (line 712) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled() -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha256 (line 59) | class sha256(_Hash): method digest (line 66) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 67) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self): method __init__ (line 75) | def __init__(self, data: AnyReadableBuf): class md5 (line 80) | class md5(_Hash): method digest (line 86) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 87) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/inisetup.pyi function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/inspect.pyi function getargspec (line 10) | def getargspec(x0) -> Incomplete: ... function getmodule (line 11) | def getmodule(x0, x1) -> Incomplete: ... function getframeinfo (line 12) | def getframeinfo(x0, x1) -> Incomplete: ... function ismodule (line 13) | def ismodule(x0) -> Incomplete: ... function isclass (line 14) | def isclass(x0) -> Incomplete: ... function getsource (line 15) | def getsource(x0) -> Incomplete: ... function currentframe (line 16) | def currentframe() -> Incomplete: ... function getmro (line 17) | def getmro(x0) -> Incomplete: ... function getfile (line 18) | def getfile(x0) -> Incomplete: ... function getsourcefile (line 19) | def getsourcefile(x0) -> Incomplete: ... function isgeneratorfunction (line 20) | def isgeneratorfunction(x0) -> Incomplete: ... function signature (line 21) | def signature(x0) -> Incomplete: ... function ismethod (line 22) | def ismethod(x0) -> Incomplete: ... function iscoroutinefunction (line 23) | def iscoroutinefunction(x0) -> Incomplete: ... function iscoroutine (line 24) | def iscoroutine(x0) -> Incomplete: ... function getmembers (line 25) | def getmembers(x0, x1) -> Incomplete: ... function isfunction (line 26) | def isfunction(x0) -> Incomplete: ... function isgenerator (line 27) | def isgenerator(x0) -> Incomplete: ... class _ct (line 29) | class _ct: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... function _g (line 32) | async def _g() -> Incomplete: ... class Signature (line 36) | class Signature: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class _Class (line 39) | class _Class: method meth (line 40) | def meth(self) -> Incomplete: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/machine.pyi function lightsleep (line 64) | def lightsleep() -> None: function lightsleep (line 89) | def lightsleep(time_ms: int, /) -> None: function idle (line 113) | def idle() -> None: function deepsleep (line 129) | def deepsleep() -> NoReturn: function deepsleep (line 154) | def deepsleep(time_ms: int, /) -> NoReturn: function freq (line 179) | def freq() -> int: function freq (line 187) | def freq(hz: int, /) -> None: function bootloader (line 194) | def bootloader(value: Optional[Any] = None) -> None: function enable_irq (line 204) | def enable_irq(state: _IRQ_STATE, /) -> None: function dht_readinto (line 212) | def dht_readinto(x0, x1) -> Incomplete: ... function disable_irq (line 213) | def disable_irq() -> _IRQ_STATE: function bitstream (line 222) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function sleep (line 247) | def sleep() -> None: function soft_reset (line 253) | def soft_reset() -> NoReturn: function time_pulse_us (line 260) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 278) | def unique_id() -> bytes: function wake_reason (line 287) | def wake_reason() -> int: function reset_cause (line 295) | def reset_cause() -> int: function const (line 301) | def const(x0) -> Incomplete: ... function reset (line 302) | def reset() -> NoReturn: class Counter (line 309) | class Counter: method _configure (line 335) | def _configure(self, x1, x2, x3) -> Incomplete: ... method _overflow (line 336) | def _overflow(self, x1) -> Incomplete: ... method init (line 337) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 396) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 417) | def deinit(self) -> None: class _PCNT (line 424) | class _PCNT: method deinit (line 436) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 437) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 438) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 439) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 440) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 441) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 442) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 444) | def __init__(self, id, *args, **kwargs) -> None: ... class Encoder (line 461) | class Encoder: method _overflow (line 479) | def _overflow(self, x1) -> Incomplete: ... method _configure (line 480) | def _configure(self, x1, x2, x3) -> Incomplete: ... method phases (line 481) | def phases(self) -> Incomplete: ... method init (line 482) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 542) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 550) | def deinit(self) -> None: class _PCNT (line 557) | class _PCNT: method deinit (line 569) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 570) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 571) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 572) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 573) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 574) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 575) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 577) | def __init__(self, id, *args, **kwargs) -> None: ... class I2S (line 579) | class I2S: method shift (line 659) | def shift( method init (line 671) | def init( method irq (line 688) | def irq( method readinto (line 699) | def readinto( method deinit (line 711) | def deinit(self) -> None: method write (line 716) | def write( method __init__ (line 728) | def __init__( class PWM (line 771) | class PWM: method duty_u16 (line 823) | def duty_u16(self) -> int: method duty_u16 (line 835) | def duty_u16( method init (line 849) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 857) | def freq(self) -> int: method freq (line 868) | def freq( method deinit (line 881) | def deinit(self) -> None: method duty_ns (line 888) | def duty_ns(self) -> int: method duty_ns (line 898) | def duty_ns( method duty (line 910) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 911) | def __init__( class Pin (line 937) | class Pin: method off (line 1022) | def off(self) -> None: method irq (line 1027) | def irq( method on (line 1080) | def on(self) -> None: method toggle (line 1085) | def toggle(self) -> None: method value (line 1094) | def value(self) -> int: method value (line 1128) | def value(self, x: Any, /) -> None: method init (line 1160) | def init( class board (line 1178) | class board: method __init__ (line 1179) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1181) | def __init__( method __call__ (line 1256) | def __call__(self) -> int: method __call__ (line 1264) | def __call__(self, x: Any, /) -> None: method mode (line 1272) | def mode(self) -> int: method mode (line 1281) | def mode(self, mode: int, /) -> None: method pull (line 1290) | def pull(self) -> int: method pull (line 1299) | def pull(self, pull: int, /) -> None: method drive (line 1308) | def drive(self, drive: int, /) -> None: method drive (line 1318) | def drive(self, /) -> int: class RTC (line 1326) | class RTC: method init (line 1345) | def init(self) -> None: method init (line 1360) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1375) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1390) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1405) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1420) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1435) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 1450) | def memory(self) -> bytes: method memory (line 1468) | def memory(self, data: AnyReadableBuf, /) -> None: method datetime (line 1484) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1500) | def __init__(self, id: int = 0): method __init__ (line 1506) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1514) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1522) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1530) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1538) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1546) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1554) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1562) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1570) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1578) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1586) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1594) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1602) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class SDCard (line 1609) | class SDCard(AbstractBlockDev): method ioctl (line 1701) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 1703) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 1713) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 1723) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 1734) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 1747) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 1748) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1749) | def __init__(self, *argv, **kwargs) -> None: ... class I2CTarget (line 1751) | class I2CTarget: method deinit (line 1782) | def deinit(self) -> Incomplete: method irq (line 1788) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1827) | def write(self, buf) -> int: method readinto (line 1834) | def readinto(self, buf) -> int: method __init__ (line 1840) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class ADC (line 1842) | class ADC: method width (line 1873) | def width(self, bits: int) -> None: method init (line 1895) | def init(self, *, sample_ns: int = ..., atten: int = ...) -> None: method read_u16 (line 1902) | def read_u16(self) -> int: method read_uv (line 1909) | def read_uv(self) -> int: method deinit (line 1916) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 1919) | def read(self) -> int: method atten (line 1933) | def atten(self, atten: int) -> None: method block (line 1940) | def block(self) -> ADCBlock: method __init__ (line 1949) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... class ADCBlock (line 1962) | class ADCBlock: method init (line 1971) | def init(self, *, bits: int = ...) -> None: method connect (line 1979) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1981) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1983) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 2003) | def __init__(self, id: int, *, bits: int = ...) -> None: ... class I2C (line 2005) | class I2C: method readfrom_mem_into (line 2041) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 2052) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 2061) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 2069) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 2079) | def scan(self) -> list[int]: method writeto (line 2086) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 2095) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 2110) | def start(self) -> None: method readfrom (line 2115) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 2122) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 2133) | def init(self, *, freq: int = 400_000) -> None: method init (line 2147) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 2159) | def stop(self) -> None: method write (line 2164) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 2173) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 2190) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 2207) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class TouchPad (line 2220) | class TouchPad: method config (line 2221) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2222) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2223) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 2225) | class UART: method irq (line 2293) | def irq( method sendbreak (line 2328) | def sendbreak(self) -> None: method deinit (line 2334) | def deinit(self) -> None: method init (line 2345) | def init( method init (line 2417) | def init( method init (line 2480) | def init( method flush (line 2541) | def flush(self) -> None: method txdone (line 2555) | def txdone(self) -> bool: method read (line 2571) | def read(self) -> bytes | None: method read (line 2582) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2591) | def any(self) -> int: method write (line 2605) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2614) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2625) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2634) | def readline(self) -> bytes | None: method __init__ (line 2643) | def __init__( method __init__ (line 2668) | def __init__( method __init__ (line 2684) | def __init__( class USBDevice (line 2699) | class USBDevice: method submit_xfer (line 2712) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 2733) | def config( method remote_wakeup (line 2840) | def remote_wakeup(self) -> bool: method stall (line 2848) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 2868) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 2889) | class BUILTIN_CDC: method __init__ (line 2895) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 2897) | class BUILTIN_NONE: method __init__ (line 2903) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 2905) | class BUILTIN_DEFAULT: method __init__ (line 2911) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2913) | def __init__(self) -> None: ... class WDT (line 2915) | class WDT: method feed (line 2930) | def feed(self) -> None: method __init__ (line 2937) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SPI (line 2946) | class SPI: method deinit (line 3005) | def deinit(self) -> None: method init (line 3012) | def init( method init (line 3047) | def init( method write_readinto (line 3078) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 3088) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 3095) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 3103) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 3113) | def __init__(self, id: int, /): method __init__ (line 3126) | def __init__( method __init__ (line 3152) | def __init__( class Timer (line 3175) | class Timer: method deinit (line 3202) | def deinit(self) -> None: method init (line 3209) | def init( method init (line 3218) | def init( method init (line 3227) | def init( method value (line 3286) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3288) | def __init__(self, id: int, /): method __init__ (line 3298) | def __init__( method __init__ (line 3317) | def __init__( method __init__ (line 3336) | def __init__( class Signal (line 3354) | class Signal(Pin): method off (line 3423) | def off(self) -> None: method on (line 3428) | def on(self) -> None: method value (line 3435) | def value(self) -> int: method value (line 3455) | def value(self, x: Any, /) -> None: method __init__ (line 3475) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 3495) | def __init__( class SoftI2C (line 3525) | class SoftI2C(I2C): method readfrom_mem_into (line 3537) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 3538) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 3539) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 3540) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 3541) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 3542) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 3543) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 3544) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 3545) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3546) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 3547) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 3548) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 3549) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3550) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class SoftSPI (line 3552) | class SoftSPI(SPI): method deinit (line 3563) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 3564) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 3565) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 3566) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 3567) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3568) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3569) | def __init__( class ADCWiPy (line 3582) | class ADCWiPy: method channel (line 3584) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3586) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3588) | def channel(self, id: int, *, pin) -> adcchannel: class _CounterBase (line 3608) | class _CounterBase: method __new__ (line 3611) | def __new__(cls, unit_id, *_args, **_kwargs): ... method __init__ (line 3616) | def __init__(self, unit_id, *args, filter_ns: int = 0, **kwargs) -> No... method _overflow (line 3617) | def _overflow(self, pcnt) -> None: ... method init (line 3618) | def init(self, *args, **kwargs) -> None: ... method deinit (line 3619) | def deinit(self) -> None: ... method value (line 3620) | def value(self, value=None): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(x0) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/mip/__init__.pyi function _ensure_path_exists (line 9) | def _ensure_path_exists(path) -> None: ... function _chunk (line 10) | def _chunk(src, dest) -> None: ... function _check_exists (line 11) | def _check_exists(path, short_hash): ... function _rewrite_url (line 12) | def _rewrite_url(url, branch=None): ... function _download_file (line 13) | def _download_file(url, dest): ... function _install_json (line 14) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 15) | def _install_package(package, index, target, version, mpy): ... function install (line 16) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/neopixel.pyi class NeoPixel (line 24) | class NeoPixel(_NeoPixelBase): method __init__ (line 52) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 62) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 72) | def __getitem__(self, i) -> Tuple: method fill (line 77) | def fill(self, v) -> None: method write (line 83) | def write(self) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/network.pyi function country (line 105) | def country() -> str: ... function country (line 107) | def country(code: str, /) -> None: ... function hostname (line 109) | def hostname() -> str: ... function hostname (line 111) | def hostname(name: str, /) -> None: ... function ipconfig (line 112) | def ipconfig(*args: Any, **kwargs: Any) -> Any: function phy_mode (line 127) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 144) | class LAN: method __init__ (line 166) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 168) | def active(self, /) -> bool: method active (line 176) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 182) | def isconnected(self) -> bool: method status (line 188) | def status(self) -> Incomplete: method ifconfig (line 193) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 204) | def config(self, config_parameters) -> Incomplete: method active (line 612) | def active(self, /) -> bool: method active (line 620) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 224) | class WLAN: method ifconfig (line 292) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 303) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 312) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 313) | def isconnected(self) -> bool: method scan (line 320) | def scan(self) -> List[Tuple]: method status (line 350) | def status(self) -> int: method status (line 380) | def status(self, param: str, /) -> int: method disconnect (line 408) | def disconnect(self) -> None: method active (line 415) | def active(self, /) -> bool: method active (line 423) | def active(self, is_active: bool | int, /) -> None: method config (line 431) | def config(self, param: str, /) -> Any: method config (line 467) | def config(self, **kwargs: Any) -> None: method connect (line 501) | def connect( method __init__ (line 516) | def __init__(self, interface_id: int = ..., /) -> None: class PPP (line 525) | class PPP: method ifconfig (line 545) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 550) | def ipconfig(self, param) -> Incomplete: method isconnected (line 555) | def isconnected(self) -> bool: method poll (line 561) | def poll(self) -> Incomplete: method status (line 571) | def status(self) -> Incomplete: method disconnect (line 576) | def disconnect(self) -> Incomplete: method active (line 581) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 582) | def config(self, config_parameters) -> Incomplete: method connect (line 591) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 608) | def __init__(self, stream) -> None: ... class LAN (line 610) | class LAN: method __init__ (line 166) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 168) | def active(self, /) -> bool: method active (line 176) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 182) | def isconnected(self) -> bool: method status (line 188) | def status(self) -> Incomplete: method ifconfig (line 193) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 204) | def config(self, config_parameters) -> Incomplete: method active (line 612) | def active(self, /) -> bool: method active (line 620) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 627) | class WLANWiPy: method __init__ (line 629) | def __init__(self, id: int = 0, /): method __init__ (line 643) | def __init__( method mode (line 667) | def mode(self) -> int: method mode (line 673) | def mode(self, mode: int, /) -> None: method ssid (line 679) | def ssid(self) -> str: method ssid (line 685) | def ssid(self, ssid: str, /) -> None: method auth (line 691) | def auth(self) -> int: method auth (line 697) | def auth(self, auth: int, /) -> None: method channel (line 703) | def channel(self) -> int: method channel (line 709) | def channel(self, channel: int, /) -> None: method antenna (line 715) | def antenna(self) -> int: method antenna (line 721) | def antenna(self, antenna: int, /) -> None: method mac (line 727) | def mac(self) -> bytes: method mac (line 733) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 738) | class AbstractNIC: method active (line 741) | def active(self, /) -> bool: method active (line 752) | def active(self, is_active: bool | int, /) -> None: method connect (line 763) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 782) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 801) | def status(self) -> Any: method status (line 819) | def status(self, param: str, /) -> Any: method ifconfig (line 837) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 851) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 865) | def config(self, param: str, /) -> Any: method config (line 884) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/ntptime.pyi function time (line 5) | def time(): ... function settime (line 6) | def settime() -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/requests/__init__.pyi class Response (line 4) | class Response: method __init__ (line 8) | def __init__(self, f) -> None: ... method close (line 9) | def close(self) -> None: ... method content (line 11) | def content(self): ... method text (line 13) | def text(self): ... method json (line 14) | def json(self): ... function request (line 16) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 17) | def head(url, **kw): ... function get (line 18) | def get(url, **kw): ... function post (line 19) | def post(url, **kw): ... function put (line 20) | def put(url, **kw): ... function patch (line 21) | def patch(url, **kw): ... function delete (line 22) | def delete(url, **kw): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/socket.pyi function getaddrinfo (line 115) | def getaddrinfo( class socket (line 165) | class socket: method recvfrom (line 173) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 182) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 194) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 214) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 232) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 240) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 241) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 253) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 260) | def setblocking(self, value: bool, /) -> None: method sendto (line 271) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> int: method settimeout (line 277) | def settimeout(self, value: float | None, /) -> None: method readline (line 312) | def readline(self) -> bytes: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 331) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 341) | def read(self) -> bytes: method read (line 351) | def read(self, size: int, /) -> bytes: method close (line 359) | def close(self) -> None: method connect (line 369) | def connect(self, address: _Address | bytes, /) -> None: method send (line 374) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 381) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 386) | def accept(self) -> Tuple: method write (line 394) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/umqtt/robust.pyi class MQTTClient (line 4) | class MQTTClient(simple.MQTTClient): method delay (line 7) | def delay(self, i) -> None: ... method log (line 8) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 9) | def reconnect(self): ... method publish (line 10) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 11) | def wait_msg(self): ... method check_msg (line 12) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/umqtt/simple.pyi class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 23) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 24) | def _send_str(self, s) -> None: ... method _recv_len (line 25) | def _recv_len(self): ... method set_callback (line 26) | def set_callback(self, f) -> None: ... method set_last_will (line 27) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 28) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 29) | def disconnect(self) -> None: ... method ping (line 30) | def ping(self) -> None: ... method publish (line 31) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 32) | def subscribe(self, topic, qos: int = 0) -> None: ... method unsubscribe (line 33) | def unsubscribe(self, topic) -> None: ... method wait_msg (line 34) | def wait_msg(self): ... method check_msg (line 35) | def check_msg(self): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/upysh.pyi class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self) -> str: ... method __call__ (line 7) | def __call__(self, path: str = ".") -> None: ... class PWD (line 9) | class PWD: method __repr__ (line 10) | def __repr__(self) -> str: ... method __call__ (line 11) | def __call__(self): ... class CLEAR (line 13) | class CLEAR: method __repr__ (line 14) | def __repr__(self) -> str: ... method __call__ (line 15) | def __call__(self): ... function head (line 17) | def head(f, n: int = 10) -> None: ... function cat (line 18) | def cat(f) -> None: ... function cp (line 19) | def cp(s, t) -> None: ... function newfile (line 20) | def newfile(path) -> None: ... function rm (line 21) | def rm(d, recursive: bool = False) -> None: ... class Man (line 23) | class Man: method __repr__ (line 24) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/urequests.pyi function __getattr__ (line 2) | def __getattr__(attr): ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> None: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: function rom_ioctl (line 243) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 245) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 247) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 249) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/webrepl.pyi function server_handshake (line 11) | def server_handshake(cl): ... function send_html (line 12) | def send_html(cl) -> None: ... function setup_conn (line 13) | def setup_conn(port, accept_handler): ... function accept_conn (line 14) | def accept_conn(listen_sock): ... function stop (line 15) | def stop() -> None: ... function start (line 16) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 17) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/webrepl_setup.pyi function input_choice (line 5) | def input_choice(prompt, choices): ... function getpass (line 6) | def getpass(prompt): ... function input_pass (line 7) | def input_pass(): ... function exists (line 8) | def exists(fname): ... function get_daemon_status (line 9) | def get_daemon_status(): ... function change_daemon (line 10) | def change_daemon(action) -> None: ... function main (line 11) | def main() -> None: ... FILE: publish/micropython-v1_28_0-esp32-esp32_generic_s3-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-esp32-stubs/_espnow.pyi class ESPNowBase (line 27) | class ESPNowBase: method irq (line 28) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 29) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 30) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 31) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 32) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 33) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 34) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 35) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 36) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 37) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 38) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 39) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 40) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 41) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-esp32-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 27) | def stack_size() -> int: ... function stack_size (line 29) | def stack_size(size: int, /) -> int: ... function exit (line 30) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 31) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 33) | class LockType: method locked (line 34) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 35) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 36) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-stubs/aioespnow.pyi class AIOESPNow (line 6) | class AIOESPNow(espnow.ESPNow): method arecv (line 7) | async def arecv(self) -> Generator[Incomplete, None, Incomplete]: ... method airecv (line 8) | async def airecv(self) -> Generator[Incomplete, None, Incomplete]: ... method asend (line 9) | async def asend(self, mac, msg=None, sync=None) -> Generator[Incomplet... method __aiter__ (line 10) | def __aiter__(self): ... method __anext__ (line 11) | async def __anext__(self): ... FILE: publish/micropython-v1_28_0-esp32-stubs/apa106.pyi class APA106 (line 5) | class APA106(NeoPixel): FILE: publish/micropython-v1_28_0-esp32-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-esp32-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 64) | def gattc_write( method gatts_indicate (line 90) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 107) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 117) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 126) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 139) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 151) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 160) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 174) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 236) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 435) | def gap_advertise( method gap_connect (line 459) | def gap_connect( method gattc_discover_descriptors (line 490) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 500) | def config(self, param: str, /) -> Any: method config (line 564) | def config(self, **kwargs) -> None: method config (line 628) | def config(self, param: str, /) -> Any: method config (line 692) | def config(self, **kwargs) -> None: method active (line 756) | def active(self) -> bool: method active (line 765) | def active(self, active: bool, /) -> None: method active (line 774) | def active(self) -> bool: method active (line 783) | def active(self, active: bool, /) -> None: method gap_scan (line 790) | def gap_scan( method gattc_discover_characteristics (line 832) | def gattc_discover_characteristics( method gap_disconnect (line 853) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 867) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 884) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 894) | def __init__(self) -> None: FILE: publish/micropython-v1_28_0-esp32-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_28_0-esp32-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> tuple[float, float]: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> complex: function sin (line 50) | def sin(z: _C, /) -> complex: function exp (line 56) | def exp(z: _C, /) -> complex: function cos (line 62) | def cos(z: _C, /) -> complex: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> complex: function log10 (line 80) | def log10(z: _C, /) -> complex: FILE: publish/micropython-v1_28_0-esp32-stubs/cryptolib.pyi class aes (line 23) | class aes: method encrypt (line 29) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 39) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 49) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 56) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method __init__ (line 63) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 85) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_28_0-esp32-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-esp32-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-esp32-stubs/ds18x20.pyi class DS18X20 (line 9) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire) -> None: ... method scan (line 13) | def scan(self): ... method convert_temp (line 14) | def convert_temp(self) -> None: ... method read_scratch (line 15) | def read_scratch(self, rom): ... method write_scratch (line 16) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 17) | def read_temp(self, rom): ... FILE: publish/micropython-v1_28_0-esp32-stubs/esp.pyi function osdebug (line 36) | def osdebug(uart_no: int | None, /) -> None: function osdebug (line 77) | def osdebug(uart_no: int, level: int, /) -> None: function flash_write (line 117) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 123) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 124) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 125) | def flash_user_start() -> int: function flash_erase (line 131) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 141) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 151) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 160) | def flash_size() -> int: function sleep_type (line 169) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 192) | def sleep_type() -> int: function set_native_code_location (line 214) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 255) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_28_0-esp32-stubs/esp32.pyi function idf_heap_info (line 32) | def idf_heap_info(capabilities: int) -> List[Tuple]: function raw_temperature (line 70) | def raw_temperature() -> int: function wake_on_ext0 (line 77) | def wake_on_ext0() -> None: function wake_on_ext0 (line 88) | def wake_on_ext0(pin: Pin | None, level: bool, /) -> None: function wake_on_touch (line 98) | def wake_on_touch(wake: bool, /) -> None: function wake_on_gpio (line 108) | def wake_on_gpio() -> None: function wake_on_gpio (line 120) | def wake_on_gpio(pins: List[Pin] | Tuple[Pin, ...] | None, level: bool, ... function wake_on_ext1 (line 132) | def wake_on_ext1() -> None: function wake_on_ext1 (line 143) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: bool, ... function wake_on_ulp (line 153) | def wake_on_ulp(wake: bool, /) -> None: function gpio_deep_sleep_hold (line 162) | def gpio_deep_sleep_hold(enable: bool, /) -> None: class PCNT (line 169) | class PCNT: method deinit (line 188) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 189) | def init(self, /, **kwargs: Any) -> None: method irq (line 253) | def irq(self, /, handler: Any = None, trigger: int = IRQ_ZERO) -> Inco... method start (line 278) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 280) | def value(self, /) -> int: method value (line 292) | def value(self, value: int, /) -> int: method stop (line 302) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 303) | def __init__(self, id: int, /, **kwargs: Any) -> None: ... class NVS (line 305) | class NVS: method get_i32 (line 317) | def get_i32(self, key: str, /) -> int: method set_i32 (line 323) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 328) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 336) | def commit(self) -> None: method get_blob (line 341) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 348) | def erase_key(self, key: str, /) -> None: method __init__ (line 353) | def __init__(self, namespace: str, /) -> None: class ULP (line 360) | class ULP: method run (line 366) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 371) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 376) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 381) | def __init__(self) -> None: class Partition (line 387) | class Partition(AbstractBlockDev): method readblocks (line 419) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 429) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 439) | def ioctl(self, op: int, arg) -> None: method ioctl (line 448) | def ioctl(self, op: int) -> int: method set_boot (line 455) | def set_boot(self) -> None: method writeblocks (line 467) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 478) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 491) | def info(self) -> Tuple: method find (line 497) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 507) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 515) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 527) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 534) | class RMT: method loop_count (line 579) | def loop_count(self, count: int, /) -> None: method loop (line 590) | def loop(self, enable_loop: bool, /) -> None: method write_pulses (line 600) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 630) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 660) | def write_pulses( method source_freq (line 694) | def source_freq(cls) -> int: method wait_done (line 700) | def wait_done(self, *, timeout: int = 0) -> bool: method bitstream_channel (line 710) | def bitstream_channel(value: int | None = None) -> int | None: method active (line 726) | def active(self, /) -> bool: method active (line 742) | def active(self, value: bool, /) -> bool: method deinit (line 756) | def deinit(self) -> None: method bitstream_rmt (line 764) | def bitstream_rmt(value: bool | None = None) -> bool: method clock_div (line 775) | def clock_div(self) -> int: method __init__ (line 782) | def __init__( FILE: publish/micropython-v1_28_0-esp32-stubs/espnow.pyi class ESPNow (line 91) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 103) | def peer_count(self) -> Tuple[int, int]: method recv (line 113) | def recv(self, timeout_ms: Optional[Any] = None) -> Tuple[_MACAddress ... method mod_peer (line 152) | def mod_peer( method irecv (line 167) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 197) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 213) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 247) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 273) | def any(self) -> bool: method add_peer (line 294) | def add_peer( method add_peer (line 360) | def add_peer( method active (line 426) | def active(self, flag: Any | None = None) -> bool: method send (line 459) | def send( method send (line 512) | def send( method config (line 563) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 565) | def config(self, param: str, /) -> int: method get_peers (line 612) | def get_peers(self) -> Tuple[_PeerInfo, ...]: method get_peer (line 618) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 635) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 651) | def irq(self, callback: Callable[[ESPNow], Any]) -> None: method __init__ (line 682) | def __init__(self) -> None: ... method __iter__ (line 685) | def __iter__(self) -> ESPNow: ... method __next__ (line 687) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 689) | class ESPNowBase: method irq (line 690) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 691) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 692) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 693) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 694) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 695) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 696) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 698) | def send(self, msg: Union[str, bytes, bytearray, Buffer], /) -> bool: ... method send (line 700) | def send( method active (line 703) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 704) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 705) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 706) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 707) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 709) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 711) | def config(self, param: Literal["rxbuf", "timeout_ms"], /) -> int: ... method __init__ (line 712) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-esp32-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-esp32-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha256 (line 59) | class sha256(_Hash): method digest (line 66) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 67) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self): method __init__ (line 75) | def __init__(self, data: AnyReadableBuf): class md5 (line 80) | class md5(_Hash): method digest (line 86) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 87) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_28_0-esp32-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-esp32-stubs/inisetup.pyi function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: publish/micropython-v1_28_0-esp32-stubs/machine.pyi function idle (line 63) | def idle() -> None: function lightsleep (line 79) | def lightsleep() -> None: function lightsleep (line 104) | def lightsleep(time_ms: int, /) -> None: function bitstream (line 128) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 152) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function deepsleep (line 154) | def deepsleep() -> NoReturn: function deepsleep (line 179) | def deepsleep(time_ms: int, /) -> NoReturn: function freq (line 204) | def freq() -> int: function freq (line 212) | def freq(hz: int, /) -> None: function disable_irq (line 219) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 228) | def enable_irq(state: _IRQ_STATE, /) -> None: function sleep (line 237) | def sleep() -> None: function soft_reset (line 243) | def soft_reset() -> NoReturn: function time_pulse_us (line 250) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 268) | def unique_id() -> bytes: function wake_reason (line 277) | def wake_reason() -> int: function reset_cause (line 285) | def reset_cause() -> int: function const (line 291) | def const(*args, **kwargs) -> Incomplete: ... function reset (line 292) | def reset() -> NoReturn: class Counter (line 299) | class Counter: method _configure (line 325) | def _configure(self, *args, **kwargs) -> Incomplete: ... method _overflow (line 326) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method init (line 327) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 386) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 407) | def deinit(self) -> None: class _PCNT (line 414) | class _PCNT: method deinit (line 426) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 427) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 428) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 429) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 430) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 431) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 432) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 434) | def __init__(self, id, *args, **kwargs) -> None: ... class Encoder (line 451) | class Encoder: method _overflow (line 469) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method _configure (line 470) | def _configure(self, *args, **kwargs) -> Incomplete: ... method phases (line 471) | def phases(self, *args, **kwargs) -> Incomplete: ... method init (line 472) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 532) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 540) | def deinit(self) -> None: class _PCNT (line 547) | class _PCNT: method deinit (line 559) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 560) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 561) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 562) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 563) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 564) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 565) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 567) | def __init__(self, id, *args, **kwargs) -> None: ... class I2S (line 569) | class I2S: method shift (line 649) | def shift( method init (line 661) | def init( method irq (line 678) | def irq( method readinto (line 689) | def readinto( method deinit (line 701) | def deinit(self) -> None: method write (line 706) | def write( method __init__ (line 718) | def __init__( class PWM (line 761) | class PWM: method duty_u16 (line 813) | def duty_u16(self) -> int: method duty_u16 (line 825) | def duty_u16( method init (line 839) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 847) | def freq(self) -> int: method freq (line 858) | def freq( method deinit (line 871) | def deinit(self) -> None: method duty_ns (line 878) | def duty_ns(self) -> int: method duty_ns (line 888) | def duty_ns( method duty (line 900) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 901) | def __init__( class Pin (line 927) | class Pin: method off (line 1012) | def off(self) -> None: method irq (line 1017) | def irq( method on (line 1070) | def on(self) -> None: method toggle (line 1075) | def toggle(self) -> None: method value (line 1084) | def value(self) -> int: method value (line 1118) | def value(self, x: Any, /) -> None: method init (line 1150) | def init( class board (line 1168) | class board: method __init__ (line 1169) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1171) | def __init__( method __call__ (line 1246) | def __call__(self) -> int: method __call__ (line 1254) | def __call__(self, x: Any, /) -> None: method mode (line 1262) | def mode(self) -> int: method mode (line 1271) | def mode(self, mode: int, /) -> None: method pull (line 1280) | def pull(self) -> int: method pull (line 1289) | def pull(self, pull: int, /) -> None: method drive (line 1298) | def drive(self, drive: int, /) -> None: method drive (line 1308) | def drive(self, /) -> int: class RTC (line 1316) | class RTC: method init (line 1335) | def init(self) -> None: method init (line 1350) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 1365) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 1380) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 1395) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 1410) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 1425) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 1440) | def memory(self) -> bytes: method memory (line 1458) | def memory(self, data: AnyReadableBuf, /) -> None: method datetime (line 1474) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 1490) | def __init__(self, id: int = 0): method __init__ (line 1496) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 1504) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1512) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1520) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1528) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 1536) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 1544) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 1552) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 1560) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 1568) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 1576) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 1584) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 1592) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class I2C (line 1599) | class I2C: method readfrom_mem_into (line 1635) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1646) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1655) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1663) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1673) | def scan(self) -> list[int]: method writeto (line 1680) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1689) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1704) | def start(self) -> None: method readfrom (line 1709) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1716) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1727) | def init(self, *, freq: int = 400_000) -> None: method init (line 1741) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1753) | def stop(self) -> None: method write (line 1758) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1767) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 1784) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1801) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class ADC (line 1814) | class ADC: method width (line 1845) | def width(self, bits: int) -> None: method init (line 1867) | def init(self, *, sample_ns: int = ..., atten: int = ...) -> None: method read_u16 (line 1874) | def read_u16(self) -> int: method read_uv (line 1881) | def read_uv(self) -> int: method deinit (line 1888) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 1891) | def read(self) -> int: method atten (line 1905) | def atten(self, atten: int) -> None: method block (line 1912) | def block(self) -> ADCBlock: method __init__ (line 1921) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... class ADCBlock (line 1934) | class ADCBlock: method init (line 1943) | def init(self, *, bits: int = ...) -> None: method connect (line 1951) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1953) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1955) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 1975) | def __init__(self, id: int, *, bits: int = ...) -> None: ... class DAC (line 1977) | class DAC: method write (line 1992) | def write(self, value) -> Incomplete: method __init__ (line 2012) | def __init__(self, id) -> None: ... class Timer (line 2014) | class Timer: method deinit (line 2041) | def deinit(self) -> None: method init (line 2048) | def init( method init (line 2057) | def init( method init (line 2066) | def init( method value (line 2125) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2127) | def __init__(self, id: int, /): method __init__ (line 2137) | def __init__( method __init__ (line 2156) | def __init__( method __init__ (line 2175) | def __init__( class TouchPad (line 2193) | class TouchPad: method config (line 2194) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2195) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2196) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 2198) | class UART: method irq (line 2266) | def irq( method sendbreak (line 2301) | def sendbreak(self) -> None: method deinit (line 2307) | def deinit(self) -> None: method init (line 2318) | def init( method init (line 2390) | def init( method init (line 2453) | def init( method flush (line 2514) | def flush(self) -> None: method txdone (line 2528) | def txdone(self) -> bool: method read (line 2544) | def read(self) -> bytes | None: method read (line 2555) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2564) | def any(self) -> int: method write (line 2578) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2587) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2598) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2607) | def readline(self) -> bytes | None: method __init__ (line 2616) | def __init__( method __init__ (line 2641) | def __init__( method __init__ (line 2657) | def __init__( class WDT (line 2672) | class WDT: method feed (line 2687) | def feed(self) -> None: method __init__ (line 2694) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SDCard (line 2703) | class SDCard(AbstractBlockDev): method ioctl (line 2795) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2797) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2807) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2817) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2828) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2841) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2842) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2843) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 2845) | class SoftSPI(SPI): method deinit (line 2856) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2857) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2858) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2859) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2860) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2861) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2862) | def __init__( class SPI (line 2875) | class SPI: method deinit (line 2934) | def deinit(self) -> None: method init (line 2941) | def init( method init (line 2976) | def init( method write_readinto (line 3007) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 3017) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 3024) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 3032) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 3042) | def __init__(self, id: int, /): method __init__ (line 3055) | def __init__( method __init__ (line 3081) | def __init__( class Signal (line 3104) | class Signal(Pin): method off (line 3173) | def off(self) -> None: method on (line 3178) | def on(self) -> None: method value (line 3185) | def value(self) -> int: method value (line 3205) | def value(self, x: Any, /) -> None: method __init__ (line 3225) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 3245) | def __init__( class SoftI2C (line 3275) | class SoftI2C(I2C): method readfrom_mem_into (line 3287) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 3288) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 3289) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 3290) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 3291) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 3292) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 3293) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 3294) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 3295) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3296) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 3297) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 3298) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 3299) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3300) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class ADCWiPy (line 3302) | class ADCWiPy: method channel (line 3304) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3306) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3308) | def channel(self, id: int, *, pin) -> adcchannel: class _CounterBase (line 3328) | class _CounterBase: method __new__ (line 3331) | def __new__(cls, unit_id, *_args, **_kwargs): ... method __init__ (line 3336) | def __init__(self, unit_id, *args, filter_ns: int = 0, **kwargs) -> No... method _overflow (line 3337) | def _overflow(self, pcnt) -> None: ... method init (line 3338) | def init(self, *args, **kwargs) -> None: ... method deinit (line 3339) | def deinit(self) -> None: ... method value (line 3340) | def value(self, value=None): ... FILE: publish/micropython-v1_28_0-esp32-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-esp32-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-esp32-stubs/mip/__init__.pyi function _ensure_path_exists (line 9) | def _ensure_path_exists(path) -> None: ... function _chunk (line 10) | def _chunk(src, dest) -> None: ... function _check_exists (line 11) | def _check_exists(path, short_hash): ... function _rewrite_url (line 12) | def _rewrite_url(url, branch=None): ... function _download_file (line 13) | def _download_file(url, dest): ... function _install_json (line 14) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 15) | def _install_package(package, index, target, version, mpy): ... function install (line 16) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_28_0-esp32-stubs/neopixel.pyi class NeoPixel (line 24) | class NeoPixel(_NeoPixelBase): method __init__ (line 52) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 62) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 72) | def __getitem__(self, i) -> Tuple: method fill (line 77) | def fill(self, v) -> None: method write (line 83) | def write(self) -> None: FILE: publish/micropython-v1_28_0-esp32-stubs/network.pyi function country (line 107) | def country() -> str: ... function country (line 109) | def country(code: str, /) -> None: ... function hostname (line 111) | def hostname() -> str: ... function hostname (line 113) | def hostname(name: str, /) -> None: ... function ipconfig (line 114) | def ipconfig(*args: Any, **kwargs: Any) -> Any: function phy_mode (line 129) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 146) | class LAN: method __init__ (line 168) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 170) | def active(self, /) -> bool: method active (line 178) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 184) | def isconnected(self) -> bool: method status (line 190) | def status(self) -> Incomplete: method ifconfig (line 195) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 206) | def config(self, config_parameters) -> Incomplete: method active (line 614) | def active(self, /) -> bool: method active (line 622) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 226) | class WLAN: method ifconfig (line 294) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 305) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 314) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 315) | def isconnected(self) -> bool: method scan (line 322) | def scan(self) -> List[Tuple]: method status (line 352) | def status(self) -> int: method status (line 382) | def status(self, param: str, /) -> int: method disconnect (line 410) | def disconnect(self) -> None: method active (line 417) | def active(self, /) -> bool: method active (line 425) | def active(self, is_active: bool | int, /) -> None: method config (line 433) | def config(self, param: str, /) -> Any: method config (line 469) | def config(self, **kwargs: Any) -> None: method connect (line 503) | def connect( method __init__ (line 518) | def __init__(self, interface_id: int = ..., /) -> None: class PPP (line 527) | class PPP: method ifconfig (line 547) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 552) | def ipconfig(self, param) -> Incomplete: method isconnected (line 557) | def isconnected(self) -> bool: method poll (line 563) | def poll(self) -> Incomplete: method status (line 573) | def status(self) -> Incomplete: method disconnect (line 578) | def disconnect(self) -> Incomplete: method active (line 583) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 584) | def config(self, config_parameters) -> Incomplete: method connect (line 593) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 610) | def __init__(self, stream) -> None: ... class LAN (line 612) | class LAN: method __init__ (line 168) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 170) | def active(self, /) -> bool: method active (line 178) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 184) | def isconnected(self) -> bool: method status (line 190) | def status(self) -> Incomplete: method ifconfig (line 195) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 206) | def config(self, config_parameters) -> Incomplete: method active (line 614) | def active(self, /) -> bool: method active (line 622) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 629) | class WLANWiPy: method __init__ (line 631) | def __init__(self, id: int = 0, /): method __init__ (line 645) | def __init__( method mode (line 669) | def mode(self) -> int: method mode (line 675) | def mode(self, mode: int, /) -> None: method ssid (line 681) | def ssid(self) -> str: method ssid (line 687) | def ssid(self, ssid: str, /) -> None: method auth (line 693) | def auth(self) -> int: method auth (line 699) | def auth(self, auth: int, /) -> None: method channel (line 705) | def channel(self) -> int: method channel (line 711) | def channel(self, channel: int, /) -> None: method antenna (line 717) | def antenna(self) -> int: method antenna (line 723) | def antenna(self, antenna: int, /) -> None: method mac (line 729) | def mac(self) -> bytes: method mac (line 735) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 740) | class AbstractNIC: method active (line 743) | def active(self, /) -> bool: method active (line 754) | def active(self, is_active: bool | int, /) -> None: method connect (line 765) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 784) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 803) | def status(self) -> Any: method status (line 821) | def status(self, param: str, /) -> Any: method ifconfig (line 839) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 853) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 867) | def config(self, param: str, /) -> Any: method config (line 886) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_28_0-esp32-stubs/ntptime.pyi function time (line 5) | def time(): ... function settime (line 6) | def settime() -> None: ... FILE: publish/micropython-v1_28_0-esp32-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-esp32-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-esp32-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-esp32-stubs/requests/__init__.pyi class Response (line 4) | class Response: method __init__ (line 8) | def __init__(self, f) -> None: ... method close (line 9) | def close(self) -> None: ... method content (line 11) | def content(self): ... method text (line 13) | def text(self): ... method json (line 14) | def json(self): ... function request (line 16) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 17) | def head(url, **kw): ... function get (line 18) | def get(url, **kw): ... function post (line 19) | def post(url, **kw): ... function put (line 20) | def put(url, **kw): ... function patch (line 21) | def patch(url, **kw): ... function delete (line 22) | def delete(url, **kw): ... FILE: publish/micropython-v1_28_0-esp32-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-esp32-stubs/socket.pyi function getaddrinfo (line 115) | def getaddrinfo( class socket (line 165) | class socket: method recvfrom (line 173) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 182) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 194) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 214) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 232) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 240) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 241) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 253) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 260) | def setblocking(self, value: bool, /) -> None: method sendto (line 271) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> int: method settimeout (line 277) | def settimeout(self, value: float | None, /) -> None: method readline (line 312) | def readline(self) -> bytes: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 331) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 341) | def read(self) -> bytes: method read (line 351) | def read(self, size: int, /) -> bytes: method close (line 359) | def close(self) -> None: method connect (line 369) | def connect(self, address: _Address | bytes, /) -> None: method send (line 374) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 381) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 386) | def accept(self) -> Tuple: method write (line 394) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_28_0-esp32-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-esp32-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp32-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-esp32-stubs/umqtt/robust.pyi class MQTTClient (line 4) | class MQTTClient(simple.MQTTClient): method delay (line 7) | def delay(self, i) -> None: ... method log (line 8) | def log(self, in_reconnect, e) -> None: ... method reconnect (line 9) | def reconnect(self): ... method publish (line 10) | def publish(self, topic, msg, retain: bool = False, qos: int = 0): ... method wait_msg (line 11) | def wait_msg(self): ... method check_msg (line 12) | def check_msg(self, attempts: int = 2): ... FILE: publish/micropython-v1_28_0-esp32-stubs/umqtt/simple.pyi class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 23) | def __init__(self, client_id, server, port: int = 0, user=None, passwo... method _send_str (line 24) | def _send_str(self, s) -> None: ... method _recv_len (line 25) | def _recv_len(self): ... method set_callback (line 26) | def set_callback(self, f) -> None: ... method set_last_will (line 27) | def set_last_will(self, topic, msg, retain: bool = False, qos: int = 0... method connect (line 28) | def connect(self, clean_session: bool = True, timeout=None): ... method disconnect (line 29) | def disconnect(self) -> None: ... method ping (line 30) | def ping(self) -> None: ... method publish (line 31) | def publish(self, topic, msg, retain: bool = False, qos: int = 0) -> N... method subscribe (line 32) | def subscribe(self, topic, qos: int = 0) -> None: ... method unsubscribe (line 33) | def unsubscribe(self, topic) -> None: ... method wait_msg (line 34) | def wait_msg(self): ... method check_msg (line 35) | def check_msg(self): ... FILE: publish/micropython-v1_28_0-esp32-stubs/upysh.pyi class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self) -> str: ... method __call__ (line 7) | def __call__(self, path: str = ".") -> None: ... class PWD (line 9) | class PWD: method __repr__ (line 10) | def __repr__(self) -> str: ... method __call__ (line 11) | def __call__(self): ... class CLEAR (line 13) | class CLEAR: method __repr__ (line 14) | def __repr__(self) -> str: ... method __call__ (line 15) | def __call__(self): ... function head (line 17) | def head(f, n: int = 10) -> None: ... function cat (line 18) | def cat(f) -> None: ... function cp (line 19) | def cp(s, t) -> None: ... function newfile (line 20) | def newfile(path) -> None: ... function rm (line 21) | def rm(d, recursive: bool = False) -> None: ... class Man (line 23) | class Man: method __repr__ (line 24) | def __repr__(self) -> str: ... FILE: publish/micropython-v1_28_0-esp32-stubs/urequests.pyi function __getattr__ (line 2) | def __getattr__(attr): ... FILE: publish/micropython-v1_28_0-esp32-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> None: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: function rom_ioctl (line 243) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 245) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 247) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 249) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... FILE: publish/micropython-v1_28_0-esp32-stubs/webrepl.pyi function server_handshake (line 11) | def server_handshake(cl): ... function send_html (line 12) | def send_html(cl) -> None: ... function setup_conn (line 13) | def setup_conn(port, accept_handler): ... function accept_conn (line 14) | def accept_conn(listen_sock): ... function stop (line 15) | def stop() -> None: ... function start (line 16) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 17) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_28_0-esp32-stubs/webrepl_setup.pyi function input_choice (line 5) | def input_choice(prompt, choices): ... function getpass (line 6) | def getpass(prompt): ... function input_pass (line 7) | def input_pass(): ... function exists (line 8) | def exists(fname): ... function get_daemon_status (line 9) | def get_daemon_status(): ... function change_daemon (line 10) | def change_daemon(action) -> None: ... function main (line 11) | def main() -> None: ... FILE: publish/micropython-v1_28_0-esp32-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method del_peer (line 18) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 19) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 20) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 22) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 23) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 24) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/apa102.pyi class APA102 (line 5) | class APA102(NeoPixel): method __init__ (line 8) | def __init__(self, clock_pin, data_pin, n, bpp: int = 4) -> None: ... method write (line 9) | def write(self) -> None: ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/binascii.pyi function unhexlify (line 22) | def unhexlify(data: str | bytes, /) -> bytes: function hexlify (line 29) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/cryptolib.pyi class aes (line 23) | class aes: method encrypt (line 29) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 39) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 49) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 56) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method __init__ (line 63) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 85) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/ds18x20.pyi class DS18X20 (line 9) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire) -> None: ... method scan (line 13) | def scan(self): ... method convert_temp (line 14) | def convert_temp(self) -> None: ... method read_scratch (line 15) | def read_scratch(self, rom): ... method write_scratch (line 16) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 17) | def read_temp(self, rom): ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/esp.pyi function flash_user_start (line 32) | def flash_user_start() -> int: function freemem (line 38) | def freemem(*args, **kwargs) -> Incomplete: ... function free (line 39) | def free(*args, **kwargs) -> Incomplete: ... function flash_write (line 40) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function malloc (line 46) | def malloc(*args, **kwargs) -> Incomplete: ... function set_native_code_location (line 48) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 89) | def set_native_code_location(start: int, length: int, /) -> None: function osdebug (line 133) | def osdebug(uart_no: int | None, /) -> None: function osdebug (line 174) | def osdebug(uart_no: int, level: int, /) -> None: function meminfo (line 214) | def meminfo(*args, **kwargs) -> Incomplete: ... function sleep_type (line 219) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 242) | def sleep_type() -> int: function flash_size (line 263) | def flash_size() -> int: function deepsleep (line 269) | def deepsleep(time_us: int = 0, option: int = 0, /) -> None: function check_fw (line 282) | def check_fw(*args, **kwargs) -> Incomplete: ... function apa102_write (line 283) | def apa102_write(*args, **kwargs) -> Incomplete: ... function esf_free_bufs (line 284) | def esf_free_bufs(*args, **kwargs) -> Incomplete: ... function flash_read (line 290) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 300) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_id (line 309) | def flash_id() -> int: function flash_erase (line 317) | def flash_erase(sector_no: int, /) -> None: FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/espnow.pyi function poll (line 92) | def poll(*args, **kwargs) -> Incomplete: ... class ESPNow (line 94) | class ESPNow(ESPNowBase, Iterator): method irecv (line 106) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method recv (line 136) | def recv(self, timeout_ms: Optional[Any] = None) -> Tuple[_MACAddress ... method recvinto (line 175) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 209) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method send (line 239) | def send( method send (line 292) | def send( method del_peer (line 341) | def del_peer(self, mac: _MACAddress) -> None: method any (line 357) | def any(self) -> bool: method config (line 378) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 380) | def config(self, param: str, /) -> int: method active (line 427) | def active(self, flag: Any | None = None) -> bool: method add_peer (line 458) | def add_peer( method add_peer (line 524) | def add_peer( method __init__ (line 590) | def __init__(self) -> None: ... method __iter__ (line 593) | def __iter__(self) -> ESPNow: ... method __next__ (line 595) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 597) | class ESPNowBase: method del_peer (line 598) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 600) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 602) | def config(self, param: Literal["rxbuf", "timeout_ms"], /) -> int: ... method recvinto (line 603) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 604) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 606) | def send(self, msg: Union[str, bytes, bytearray, Buffer], /) -> bool: ... method send (line 608) | def send( method add_peer (line 611) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 612) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 613) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/flashbdev.pyi class FlashBdev (line 4) | class FlashBdev: method __init__ (line 8) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 9) | def readblocks(self, n, buf, off: int = 0) -> None: ... method writeblocks (line 10) | def writeblocks(self, n, buf, off=None) -> None: ... method ioctl (line 11) | def ioctl(self, op, arg): ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha1 (line 59) | class sha1(_Hash): method digest (line 66) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 67) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self): method __init__ (line 75) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/inisetup.pyi function wifi (line 2) | def wifi() -> None: ... function check_bootsec (line 3) | def check_bootsec(): ... function fs_corrupted (line 4) | def fs_corrupted() -> None: ... function setup (line 5) | def setup(): ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/lwip.pyi function reset (line 27) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 28) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 29) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 30) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 32) | class socket: method recvfrom (line 33) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 34) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 35) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 36) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 38) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 39) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 40) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 41) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 43) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 44) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 46) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 47) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 48) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 49) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 50) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/machine.pyi function enable_irq (line 58) | def enable_irq(state: _IRQ_STATE, /) -> None: function freq (line 67) | def freq() -> int: function freq (line 75) | def freq(hz: int, /) -> None: function unique_id (line 82) | def unique_id() -> bytes: function deepsleep (line 92) | def deepsleep() -> NoReturn: function deepsleep (line 117) | def deepsleep(time_ms: int, /) -> NoReturn: function disable_irq (line 141) | def disable_irq() -> _IRQ_STATE: function dht_readinto (line 150) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 151) | def soft_reset() -> NoReturn: function sleep (line 159) | def sleep() -> None: function time_pulse_us (line 165) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function idle (line 183) | def idle() -> None: function lightsleep (line 199) | def lightsleep() -> None: function lightsleep (line 224) | def lightsleep(time_ms: int, /) -> None: function reset_cause (line 248) | def reset_cause() -> int: function reset (line 254) | def reset() -> NoReturn: function bitstream (line 261) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 285) | class RTC: method datetime (line 303) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method irq (line 318) | def irq( method memory (line 337) | def memory(self) -> bytes: method memory (line 355) | def memory(self, data: AnyReadableBuf, /) -> None: method alarm_left (line 371) | def alarm_left(self, alarm_id: int = 0, /) -> int: method alarm (line 378) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 386) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 394) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 402) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 410) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 418) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 426) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method __init__ (line 433) | def __init__(self, id: int = 0): method __init__ (line 439) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 447) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 455) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 463) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 471) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 479) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 487) | def init(self) -> None: method init (line 502) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 517) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 532) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 547) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 562) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 577) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... class Pin (line 591) | class Pin: method off (line 654) | def off(self) -> None: method toggle (line 659) | def toggle(self) -> None: method on (line 666) | def on(self) -> None: method value (line 673) | def value(self) -> int: method value (line 707) | def value(self, x: Any, /) -> None: method irq (line 739) | def irq( method init (line 792) | def init( method __init__ (line 809) | def __init__( method __call__ (line 884) | def __call__(self) -> int: method __call__ (line 892) | def __call__(self, x: Any, /) -> None: method mode (line 900) | def mode(self) -> int: method mode (line 909) | def mode(self, mode: int, /) -> None: method pull (line 918) | def pull(self) -> int: method pull (line 927) | def pull(self, pull: int, /) -> None: method drive (line 936) | def drive(self, drive: int, /) -> None: method drive (line 946) | def drive(self, /) -> int: class ADC (line 967) | class ADC: method read_u16 (line 994) | def read_u16(self) -> int: method read (line 1004) | def read(self) -> int: method __init__ (line 1015) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... method width (line 1031) | def width(self, bits: int) -> None: method atten (line 1056) | def atten(self, atten: int) -> None: class PWM (line 1064) | class PWM: method duty_u16 (line 1116) | def duty_u16(self) -> int: method duty_u16 (line 1128) | def duty_u16( method init (line 1142) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 1150) | def freq(self) -> int: method freq (line 1161) | def freq( method deinit (line 1174) | def deinit(self) -> None: method duty_ns (line 1181) | def duty_ns(self) -> int: method duty_ns (line 1191) | def duty_ns( method duty (line 1203) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1204) | def __init__( class I2C (line 1230) | class I2C: method readfrom_mem_into (line 1266) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1277) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1286) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1294) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1304) | def scan(self) -> list[int]: method writeto (line 1311) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1320) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1335) | def start(self) -> None: method readfrom (line 1340) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1347) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1358) | def init(self, *, freq: int = 400_000) -> None: method init (line 1372) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1384) | def stop(self) -> None: method write (line 1389) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1398) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 1415) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1432) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1445) | class WDT: method feed (line 1460) | def feed(self) -> None: method __init__ (line 1467) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1476) | class Timer: method init (line 1505) | def init( method init (line 1514) | def init( method init (line 1523) | def init( method deinit (line 1582) | def deinit(self) -> None: method __init__ (line 1588) | def __init__(self, id: int, /): method __init__ (line 1598) | def __init__( method __init__ (line 1617) | def __init__( method __init__ (line 1636) | def __init__( class SoftSPI (line 1654) | class SoftSPI(SPI): method deinit (line 1665) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1666) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1667) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1668) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1669) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1670) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1671) | def __init__( class UART (line 1684) | class UART: method write (line 1725) | def write(self, buf: AnyReadableBuf, /) -> int | None: method deinit (line 1732) | def deinit(self) -> None: method flush (line 1741) | def flush(self) -> None: method init (line 1757) | def init( method init (line 1829) | def init( method init (line 1892) | def init( method txdone (line 1953) | def txdone(self) -> bool: method readline (line 1967) | def readline(self) -> bytes | None: method any (line 1975) | def any(self) -> int: method read (line 1991) | def read(self) -> bytes | None: method read (line 2002) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 2013) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2024) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method __init__ (line 2034) | def __init__( method __init__ (line 2059) | def __init__( method __init__ (line 2075) | def __init__( class SPI (line 2093) | class SPI: method deinit (line 2152) | def deinit(self) -> None: method init (line 2159) | def init( method init (line 2194) | def init( method write_readinto (line 2225) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2235) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2242) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2250) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 2260) | def __init__(self, id: int, /): method __init__ (line 2273) | def __init__( method __init__ (line 2299) | def __init__( class SoftI2C (line 2322) | class SoftI2C(I2C): method readfrom_mem_into (line 2334) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2335) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2336) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2337) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2338) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2339) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2340) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2341) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2342) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2343) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2344) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2345) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2346) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2347) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class Signal (line 2349) | class Signal(Pin): method off (line 2418) | def off(self) -> None: method on (line 2423) | def on(self) -> None: method value (line 2430) | def value(self) -> int: method value (line 2450) | def value(self, x: Any, /) -> None: method __init__ (line 2470) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 2490) | def __init__( class ADCBlock (line 2520) | class ADCBlock: method connect (line 2522) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 2524) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 2526) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class ADCWiPy (line 2547) | class ADCWiPy: method channel (line 2549) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 2551) | def channel(self, *, pin) -> adcchannel: ... method channel (line 2553) | def channel(self, id: int, *, pin) -> adcchannel: class SDCard (line 2566) | class SDCard: method readblocks (line 2568) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2578) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2588) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2599) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/math.pyi function isnan (line 32) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 38) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function frexp (line 44) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function isinf (line 53) | def isinf(x: SupportsFloat, /) -> bool: function isfinite (line 59) | def isfinite(x: SupportsFloat, /) -> bool: function trunc (line 65) | def trunc(x: SupportsFloat, /) -> int: function sqrt (line 71) | def sqrt(x: SupportsFloat, /) -> float: function log (line 78) | def log(x: SupportsFloat, /) -> float: function log (line 87) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 95) | def tan(x: SupportsFloat, /) -> float: function modf (line 101) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function sin (line 108) | def sin(x: SupportsFloat, /) -> float: function radians (line 114) | def radians(x: SupportsFloat, /) -> float: function atan (line 120) | def atan(x: SupportsFloat, /) -> float: function ceil (line 126) | def ceil(x: SupportsFloat, /) -> int: function atan2 (line 132) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function pow (line 138) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asin (line 144) | def asin(x: SupportsFloat, /) -> float: function acos (line 150) | def acos(x: SupportsFloat, /) -> float: function fmod (line 156) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function fabs (line 162) | def fabs(x: SupportsFloat, /) -> float: function copysign (line 168) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function floor (line 174) | def floor(x: SupportsFloat, /) -> int: function cos (line 180) | def cos(x: SupportsFloat, /) -> float: function exp (line 186) | def exp(x: SupportsFloat, /) -> float: function degrees (line 192) | def degrees(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 9) | def _ensure_path_exists(path) -> None: ... function _chunk (line 10) | def _chunk(src, dest) -> None: ... function _check_exists (line 11) | def _check_exists(path, short_hash): ... function _rewrite_url (line 12) | def _rewrite_url(url, branch=None): ... function _download_file (line 13) | def _download_file(url, dest): ... function _install_json (line 14) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 15) | def _install_package(package, index, target, version, mpy): ... function install (line 16) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/neopixel.pyi class NeoPixel (line 24) | class NeoPixel(_NeoPixelBase): method __init__ (line 52) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 62) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 72) | def __getitem__(self, i) -> Tuple: method fill (line 77) | def fill(self, v) -> None: method write (line 83) | def write(self) -> None: FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/network.pyi function hostname (line 73) | def hostname() -> str: ... function hostname (line 75) | def hostname(name: str, /) -> None: ... function ipconfig (line 76) | def ipconfig(*args: Any, **kwargs: Any) -> Any: function phy_mode (line 91) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: function country (line 109) | def country() -> str: ... function country (line 111) | def country(code: str, /) -> None: ... class WLAN (line 113) | class WLAN: method ifconfig (line 151) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 162) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 171) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 172) | def isconnected(self) -> bool: method scan (line 179) | def scan(self) -> List[Tuple]: method status (line 209) | def status(self) -> int: method status (line 239) | def status(self, param: str, /) -> int: method disconnect (line 267) | def disconnect(self) -> None: method active (line 274) | def active(self, /) -> bool: method active (line 282) | def active(self, is_active: bool | int, /) -> None: method config (line 290) | def config(self, param: str, /) -> Any: method config (line 326) | def config(self, **kwargs: Any) -> None: method connect (line 360) | def connect( method __init__ (line 375) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 384) | class LAN: method active (line 386) | def active(self, /) -> bool: method active (line 394) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 401) | class WLANWiPy: method __init__ (line 403) | def __init__(self, id: int = 0, /): method __init__ (line 417) | def __init__( method mode (line 441) | def mode(self) -> int: method mode (line 447) | def mode(self, mode: int, /) -> None: method ssid (line 453) | def ssid(self) -> str: method ssid (line 459) | def ssid(self, ssid: str, /) -> None: method auth (line 465) | def auth(self) -> int: method auth (line 471) | def auth(self, auth: int, /) -> None: method channel (line 477) | def channel(self) -> int: method channel (line 483) | def channel(self, channel: int, /) -> None: method antenna (line 489) | def antenna(self) -> int: method antenna (line 495) | def antenna(self, antenna: int, /) -> None: method mac (line 501) | def mac(self) -> bytes: method mac (line 507) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 512) | class AbstractNIC: method active (line 515) | def active(self, /) -> bool: method active (line 526) | def active(self, is_active: bool | int, /) -> None: method connect (line 537) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 556) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 575) | def status(self) -> Any: method status (line 593) | def status(self, param: str, /) -> Any: method ifconfig (line 611) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 625) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 639) | def config(self, param: str, /) -> Any: method config (line 658) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/ntptime.pyi function time (line 5) | def time(): ... function settime (line 6) | def settime() -> None: ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/port_diag.pyi function main (line 2) | def main() -> None: ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/random.pyi function seed (line 43) | def seed(n: int | None = None, /) -> None: function getrandbits (line 55) | def getrandbits(n: int, /) -> int: function randrange (line 62) | def randrange(stop: int, /) -> int: function randrange (line 72) | def randrange(start: int, stop: int, /) -> int: function randrange (line 82) | def randrange(start: int, stop: int, step: int, /) -> int: FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/requests/__init__.pyi class Response (line 4) | class Response: method __init__ (line 8) | def __init__(self, f) -> None: ... method close (line 9) | def close(self) -> None: ... method content (line 11) | def content(self): ... method text (line 13) | def text(self): ... method json (line 14) | def json(self): ... function request (line 16) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 17) | def head(url, **kw): ... function get (line 18) | def get(url, **kw): ... function post (line 19) | def post(url, **kw): ... function put (line 20) | def put(url, **kw): ... function patch (line 21) | def patch(url, **kw): ... function delete (line 22) | def delete(url, **kw): ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/socket.pyi function reset (line 115) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 116) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 117) | def getaddrinfo( function callback (line 167) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 169) | class socket: method recvfrom (line 177) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 186) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 198) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 218) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 236) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 244) | def settimeout(self, value: float | None, /) -> None: method sendall (line 279) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 291) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 298) | def setblocking(self, value: bool, /) -> None: method sendto (line 309) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> int: method readline (line 315) | def readline(self) -> bytes: method readinto (line 324) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 334) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 344) | def read(self) -> bytes: method read (line 354) | def read(self, size: int, /) -> bytes: method close (line 362) | def close(self) -> None: method connect (line 372) | def connect(self, address: _Address | bytes, /) -> None: method send (line 377) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 384) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 389) | def accept(self) -> Tuple: method write (line 397) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 407) | def __init__( FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/ssd1306.pyi function const (line 30) | def const(*args, **kwargs) -> Incomplete: ... class SSD1306_SPI (line 32) | class SSD1306_SPI: method contrast (line 33) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 34) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 35) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 37) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 38) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 39) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 40) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 42) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 43) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 44) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 45) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 46) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 47) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 48) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 49) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 50) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 51) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 52) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 53) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306_I2C (line 56) | class SSD1306_I2C: method contrast (line 57) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 58) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 59) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 60) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 61) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 62) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 64) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 65) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 66) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 67) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 68) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 69) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 70) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 71) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 72) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 73) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 74) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 75) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 76) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 77) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306 (line 80) | class SSD1306: method contrast (line 81) | def contrast(self, *args, **kwargs) -> Incomplete: ... method vline (line 82) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 83) | def text(self, *args, **kwargs) -> Incomplete: ... method scroll (line 84) | def scroll(self, *args, **kwargs) -> Incomplete: ... method rect (line 85) | def rect(self, *args, **kwargs) -> Incomplete: ... method init_display (line 86) | def init_display(self, *args, **kwargs) -> Incomplete: ... method rotate (line 87) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 88) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 89) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method show (line 90) | def show(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 91) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method fill (line 92) | def fill(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 93) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 94) | def blit(self, *args, **kwargs) -> Incomplete: ... method poly (line 95) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 96) | def hline(self, *args, **kwargs) -> Incomplete: ... method pixel (line 97) | def pixel(self, *args, **kwargs) -> Incomplete: ... method line (line 98) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 99) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/tls.pyi class SSLContext (line 15) | class SSLContext: method wrap_socket (line 16) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 17) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/urequests.pyi function __getattr__ (line 2) | def __getattr__(attr): ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/webrepl.pyi function server_handshake (line 11) | def server_handshake(cl): ... function send_html (line 12) | def send_html(cl) -> None: ... function setup_conn (line 13) | def setup_conn(port, accept_handler): ... function accept_conn (line 14) | def accept_conn(listen_sock): ... function stop (line 15) | def stop() -> None: ... function start (line 16) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 17) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_28_0-esp8266-esp8266_generic-stubs/webrepl_setup.pyi function input_choice (line 5) | def input_choice(prompt, choices): ... function getpass (line 6) | def getpass(prompt): ... function input_pass (line 7) | def input_pass(): ... function exists (line 8) | def exists(fname): ... function get_daemon_status (line 9) | def get_daemon_status(): ... function change_daemon (line 10) | def change_daemon(action) -> None: ... function main (line 11) | def main() -> None: ... FILE: publish/micropython-v1_28_0-esp8266-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-esp8266-stubs/_espnow.pyi class ESPNowBase (line 17) | class ESPNowBase: method del_peer (line 18) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 19) | def config(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 20) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 21) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 22) | def send(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 23) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 24) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp8266-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-esp8266-stubs/apa102.pyi class APA102 (line 5) | class APA102(NeoPixel): method __init__ (line 8) | def __init__(self, clock_pin, data_pin, n, bpp: int = 4) -> None: ... method write (line 9) | def write(self) -> None: ... FILE: publish/micropython-v1_28_0-esp8266-stubs/binascii.pyi function unhexlify (line 22) | def unhexlify(data: str | bytes, /) -> bytes: function hexlify (line 29) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function b2a_base64 (line 39) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 47) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-esp8266-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_28_0-esp8266-stubs/cryptolib.pyi class aes (line 23) | class aes: method encrypt (line 29) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 39) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 49) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 56) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method __init__ (line 63) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 85) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_28_0-esp8266-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-esp8266-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-esp8266-stubs/ds18x20.pyi class DS18X20 (line 9) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire) -> None: ... method scan (line 13) | def scan(self): ... method convert_temp (line 14) | def convert_temp(self) -> None: ... method read_scratch (line 15) | def read_scratch(self, rom): ... method write_scratch (line 16) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 17) | def read_temp(self, rom): ... FILE: publish/micropython-v1_28_0-esp8266-stubs/esp.pyi function flash_user_start (line 32) | def flash_user_start() -> int: function freemem (line 38) | def freemem(*args, **kwargs) -> Incomplete: ... function free (line 39) | def free(*args, **kwargs) -> Incomplete: ... function flash_write (line 40) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function malloc (line 46) | def malloc(*args, **kwargs) -> Incomplete: ... function set_native_code_location (line 48) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 89) | def set_native_code_location(start: int, length: int, /) -> None: function osdebug (line 133) | def osdebug(uart_no: int | None, /) -> None: function osdebug (line 174) | def osdebug(uart_no: int, level: int, /) -> None: function meminfo (line 214) | def meminfo(*args, **kwargs) -> Incomplete: ... function sleep_type (line 219) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 242) | def sleep_type() -> int: function flash_size (line 263) | def flash_size() -> int: function deepsleep (line 269) | def deepsleep(time_us: int = 0, option: int = 0, /) -> None: function check_fw (line 282) | def check_fw(*args, **kwargs) -> Incomplete: ... function apa102_write (line 283) | def apa102_write(*args, **kwargs) -> Incomplete: ... function esf_free_bufs (line 284) | def esf_free_bufs(*args, **kwargs) -> Incomplete: ... function flash_read (line 290) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 300) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_id (line 309) | def flash_id() -> int: function flash_erase (line 317) | def flash_erase(sector_no: int, /) -> None: FILE: publish/micropython-v1_28_0-esp8266-stubs/espnow.pyi function poll (line 92) | def poll(*args, **kwargs) -> Incomplete: ... class ESPNow (line 94) | class ESPNow(ESPNowBase, Iterator): method irecv (line 106) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method recv (line 136) | def recv(self, timeout_ms: Optional[Any] = None) -> Tuple[_MACAddress ... method recvinto (line 175) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 209) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method send (line 239) | def send( method send (line 292) | def send( method del_peer (line 341) | def del_peer(self, mac: _MACAddress) -> None: method any (line 357) | def any(self) -> bool: method config (line 378) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 380) | def config(self, param: str, /) -> int: method active (line 427) | def active(self, flag: Any | None = None) -> bool: method add_peer (line 458) | def add_peer( method add_peer (line 524) | def add_peer( method __init__ (line 590) | def __init__(self) -> None: ... method __iter__ (line 593) | def __iter__(self) -> ESPNow: ... method __next__ (line 595) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 597) | class ESPNowBase: method del_peer (line 598) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 600) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 602) | def config(self, param: Literal["rxbuf", "timeout_ms"], /) -> int: ... method recvinto (line 603) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 604) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method send (line 606) | def send(self, msg: Union[str, bytes, bytearray, Buffer], /) -> bool: ... method send (line 608) | def send( method add_peer (line 611) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 612) | def active(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 613) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp8266-stubs/flashbdev.pyi class FlashBdev (line 4) | class FlashBdev: method __init__ (line 8) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 9) | def readblocks(self, n, buf, off: int = 0) -> None: ... method writeblocks (line 10) | def writeblocks(self, n, buf, off=None) -> None: ... method ioctl (line 11) | def ioctl(self, op, arg): ... FILE: publish/micropython-v1_28_0-esp8266-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-esp8266-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-esp8266-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha1 (line 59) | class sha1(_Hash): method digest (line 66) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 67) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self): method __init__ (line 75) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_28_0-esp8266-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-esp8266-stubs/inisetup.pyi function wifi (line 2) | def wifi() -> None: ... function check_bootsec (line 3) | def check_bootsec(): ... function fs_corrupted (line 4) | def fs_corrupted() -> None: ... function setup (line 5) | def setup(): ... FILE: publish/micropython-v1_28_0-esp8266-stubs/lwip.pyi function reset (line 27) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 28) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 29) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 30) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 32) | class socket: method recvfrom (line 33) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 34) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 35) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 36) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 38) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 39) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 40) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 41) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 43) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 44) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 46) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 47) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 48) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 49) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 50) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp8266-stubs/machine.pyi function enable_irq (line 58) | def enable_irq(state: _IRQ_STATE, /) -> None: function freq (line 67) | def freq() -> int: function freq (line 75) | def freq(hz: int, /) -> None: function unique_id (line 82) | def unique_id() -> bytes: function deepsleep (line 92) | def deepsleep() -> NoReturn: function deepsleep (line 117) | def deepsleep(time_ms: int, /) -> NoReturn: function disable_irq (line 141) | def disable_irq() -> _IRQ_STATE: function dht_readinto (line 150) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function soft_reset (line 151) | def soft_reset() -> NoReturn: function sleep (line 159) | def sleep() -> None: function time_pulse_us (line 165) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function idle (line 183) | def idle() -> None: function lightsleep (line 199) | def lightsleep() -> None: function lightsleep (line 224) | def lightsleep(time_ms: int, /) -> None: function reset_cause (line 248) | def reset_cause() -> int: function reset (line 254) | def reset() -> NoReturn: function bitstream (line 261) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class RTC (line 285) | class RTC: method datetime (line 303) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method irq (line 318) | def irq( method memory (line 337) | def memory(self) -> bytes: method memory (line 355) | def memory(self, data: AnyReadableBuf, /) -> None: method alarm_left (line 371) | def alarm_left(self, alarm_id: int = 0, /) -> int: method alarm (line 378) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 386) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 394) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 402) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 410) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 418) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 426) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method __init__ (line 433) | def __init__(self, id: int = 0): method __init__ (line 439) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 447) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 455) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 463) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 471) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 479) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 487) | def init(self) -> None: method init (line 502) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 517) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 532) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 547) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 562) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 577) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... class Pin (line 591) | class Pin: method off (line 654) | def off(self) -> None: method toggle (line 659) | def toggle(self) -> None: method on (line 666) | def on(self) -> None: method value (line 673) | def value(self) -> int: method value (line 707) | def value(self, x: Any, /) -> None: method irq (line 739) | def irq( method init (line 792) | def init( method __init__ (line 809) | def __init__( method __call__ (line 884) | def __call__(self) -> int: method __call__ (line 892) | def __call__(self, x: Any, /) -> None: method mode (line 900) | def mode(self) -> int: method mode (line 909) | def mode(self, mode: int, /) -> None: method pull (line 918) | def pull(self) -> int: method pull (line 927) | def pull(self, pull: int, /) -> None: method drive (line 936) | def drive(self, drive: int, /) -> None: method drive (line 946) | def drive(self, /) -> int: class ADC (line 967) | class ADC: method read_u16 (line 994) | def read_u16(self) -> int: method read (line 1004) | def read(self) -> int: method __init__ (line 1015) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... method width (line 1031) | def width(self, bits: int) -> None: method atten (line 1056) | def atten(self, atten: int) -> None: class PWM (line 1064) | class PWM: method duty_u16 (line 1116) | def duty_u16(self) -> int: method duty_u16 (line 1128) | def duty_u16( method init (line 1142) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 1150) | def freq(self) -> int: method freq (line 1161) | def freq( method deinit (line 1174) | def deinit(self) -> None: method duty_ns (line 1181) | def duty_ns(self) -> int: method duty_ns (line 1191) | def duty_ns( method duty (line 1203) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1204) | def __init__( class I2C (line 1230) | class I2C: method readfrom_mem_into (line 1266) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1277) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1286) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1294) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1304) | def scan(self) -> list[int]: method writeto (line 1311) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1320) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1335) | def start(self) -> None: method readfrom (line 1340) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1347) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1358) | def init(self, *, freq: int = 400_000) -> None: method init (line 1372) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1384) | def stop(self) -> None: method write (line 1389) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1398) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 1415) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1432) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class WDT (line 1445) | class WDT: method feed (line 1460) | def feed(self) -> None: method __init__ (line 1467) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class Timer (line 1476) | class Timer: method init (line 1505) | def init( method init (line 1514) | def init( method init (line 1523) | def init( method deinit (line 1582) | def deinit(self) -> None: method __init__ (line 1588) | def __init__(self, id: int, /): method __init__ (line 1598) | def __init__( method __init__ (line 1617) | def __init__( method __init__ (line 1636) | def __init__( class SoftSPI (line 1654) | class SoftSPI(SPI): method deinit (line 1665) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1666) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1667) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1668) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1669) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1670) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1671) | def __init__( class UART (line 1684) | class UART: method write (line 1725) | def write(self, buf: AnyReadableBuf, /) -> int | None: method deinit (line 1732) | def deinit(self) -> None: method flush (line 1741) | def flush(self) -> None: method init (line 1757) | def init( method init (line 1829) | def init( method init (line 1892) | def init( method txdone (line 1953) | def txdone(self) -> bool: method readline (line 1967) | def readline(self) -> bytes | None: method any (line 1975) | def any(self) -> int: method read (line 1991) | def read(self) -> bytes | None: method read (line 2002) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 2013) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2024) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method __init__ (line 2034) | def __init__( method __init__ (line 2059) | def __init__( method __init__ (line 2075) | def __init__( class SPI (line 2093) | class SPI: method deinit (line 2152) | def deinit(self) -> None: method init (line 2159) | def init( method init (line 2194) | def init( method write_readinto (line 2225) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2235) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2242) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2250) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 2260) | def __init__(self, id: int, /): method __init__ (line 2273) | def __init__( method __init__ (line 2299) | def __init__( class SoftI2C (line 2322) | class SoftI2C(I2C): method readfrom_mem_into (line 2334) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2335) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2336) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2337) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2338) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2339) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2340) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2341) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2342) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2343) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2344) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2345) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2346) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2347) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class Signal (line 2349) | class Signal(Pin): method off (line 2418) | def off(self) -> None: method on (line 2423) | def on(self) -> None: method value (line 2430) | def value(self) -> int: method value (line 2450) | def value(self, x: Any, /) -> None: method __init__ (line 2470) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 2490) | def __init__( class ADCBlock (line 2520) | class ADCBlock: method connect (line 2522) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 2524) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 2526) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class ADCWiPy (line 2547) | class ADCWiPy: method channel (line 2549) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 2551) | def channel(self, *, pin) -> adcchannel: ... method channel (line 2553) | def channel(self, id: int, *, pin) -> adcchannel: class SDCard (line 2566) | class SDCard: method readblocks (line 2568) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2578) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2588) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2599) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_28_0-esp8266-stubs/math.pyi function isnan (line 32) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 38) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function frexp (line 44) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function isinf (line 53) | def isinf(x: SupportsFloat, /) -> bool: function isfinite (line 59) | def isfinite(x: SupportsFloat, /) -> bool: function trunc (line 65) | def trunc(x: SupportsFloat, /) -> int: function sqrt (line 71) | def sqrt(x: SupportsFloat, /) -> float: function log (line 78) | def log(x: SupportsFloat, /) -> float: function log (line 87) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 95) | def tan(x: SupportsFloat, /) -> float: function modf (line 101) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function sin (line 108) | def sin(x: SupportsFloat, /) -> float: function radians (line 114) | def radians(x: SupportsFloat, /) -> float: function atan (line 120) | def atan(x: SupportsFloat, /) -> float: function ceil (line 126) | def ceil(x: SupportsFloat, /) -> int: function atan2 (line 132) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function pow (line 138) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asin (line 144) | def asin(x: SupportsFloat, /) -> float: function acos (line 150) | def acos(x: SupportsFloat, /) -> float: function fmod (line 156) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function fabs (line 162) | def fabs(x: SupportsFloat, /) -> float: function copysign (line 168) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function floor (line 174) | def floor(x: SupportsFloat, /) -> int: function cos (line 180) | def cos(x: SupportsFloat, /) -> float: function exp (line 186) | def exp(x: SupportsFloat, /) -> float: function degrees (line 192) | def degrees(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-esp8266-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-esp8266-stubs/mip/__init__.pyi function _ensure_path_exists (line 9) | def _ensure_path_exists(path) -> None: ... function _chunk (line 10) | def _chunk(src, dest) -> None: ... function _check_exists (line 11) | def _check_exists(path, short_hash): ... function _rewrite_url (line 12) | def _rewrite_url(url, branch=None): ... function _download_file (line 13) | def _download_file(url, dest): ... function _install_json (line 14) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 15) | def _install_package(package, index, target, version, mpy): ... function install (line 16) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_28_0-esp8266-stubs/neopixel.pyi class NeoPixel (line 24) | class NeoPixel(_NeoPixelBase): method __init__ (line 52) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 62) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 72) | def __getitem__(self, i) -> Tuple: method fill (line 77) | def fill(self, v) -> None: method write (line 83) | def write(self) -> None: FILE: publish/micropython-v1_28_0-esp8266-stubs/network.pyi function hostname (line 73) | def hostname() -> str: ... function hostname (line 75) | def hostname(name: str, /) -> None: ... function ipconfig (line 76) | def ipconfig(*args: Any, **kwargs: Any) -> Any: function phy_mode (line 91) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: function country (line 109) | def country() -> str: ... function country (line 111) | def country(code: str, /) -> None: ... class WLAN (line 113) | class WLAN: method ifconfig (line 151) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 162) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 171) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 172) | def isconnected(self) -> bool: method scan (line 179) | def scan(self) -> List[Tuple]: method status (line 209) | def status(self) -> int: method status (line 239) | def status(self, param: str, /) -> int: method disconnect (line 267) | def disconnect(self) -> None: method active (line 274) | def active(self, /) -> bool: method active (line 282) | def active(self, is_active: bool | int, /) -> None: method config (line 290) | def config(self, param: str, /) -> Any: method config (line 326) | def config(self, **kwargs: Any) -> None: method connect (line 360) | def connect( method __init__ (line 375) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 384) | class LAN: method active (line 386) | def active(self, /) -> bool: method active (line 394) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 401) | class WLANWiPy: method __init__ (line 403) | def __init__(self, id: int = 0, /): method __init__ (line 417) | def __init__( method mode (line 441) | def mode(self) -> int: method mode (line 447) | def mode(self, mode: int, /) -> None: method ssid (line 453) | def ssid(self) -> str: method ssid (line 459) | def ssid(self, ssid: str, /) -> None: method auth (line 465) | def auth(self) -> int: method auth (line 471) | def auth(self, auth: int, /) -> None: method channel (line 477) | def channel(self) -> int: method channel (line 483) | def channel(self, channel: int, /) -> None: method antenna (line 489) | def antenna(self) -> int: method antenna (line 495) | def antenna(self, antenna: int, /) -> None: method mac (line 501) | def mac(self) -> bytes: method mac (line 507) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 512) | class AbstractNIC: method active (line 515) | def active(self, /) -> bool: method active (line 526) | def active(self, is_active: bool | int, /) -> None: method connect (line 537) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 556) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 575) | def status(self) -> Any: method status (line 593) | def status(self, param: str, /) -> Any: method ifconfig (line 611) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 625) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 639) | def config(self, param: str, /) -> Any: method config (line 658) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_28_0-esp8266-stubs/ntptime.pyi function time (line 5) | def time(): ... function settime (line 6) | def settime() -> None: ... FILE: publish/micropython-v1_28_0-esp8266-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-esp8266-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-esp8266-stubs/port_diag.pyi function main (line 2) | def main() -> None: ... FILE: publish/micropython-v1_28_0-esp8266-stubs/random.pyi function seed (line 43) | def seed(n: int | None = None, /) -> None: function getrandbits (line 55) | def getrandbits(n: int, /) -> int: function randrange (line 62) | def randrange(stop: int, /) -> int: function randrange (line 72) | def randrange(start: int, stop: int, /) -> int: function randrange (line 82) | def randrange(start: int, stop: int, step: int, /) -> int: FILE: publish/micropython-v1_28_0-esp8266-stubs/requests/__init__.pyi class Response (line 4) | class Response: method __init__ (line 8) | def __init__(self, f) -> None: ... method close (line 9) | def close(self) -> None: ... method content (line 11) | def content(self): ... method text (line 13) | def text(self): ... method json (line 14) | def json(self): ... function request (line 16) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 17) | def head(url, **kw): ... function get (line 18) | def get(url, **kw): ... function post (line 19) | def post(url, **kw): ... function put (line 20) | def put(url, **kw): ... function patch (line 21) | def patch(url, **kw): ... function delete (line 22) | def delete(url, **kw): ... FILE: publish/micropython-v1_28_0-esp8266-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-esp8266-stubs/socket.pyi function reset (line 115) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 116) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 117) | def getaddrinfo( function callback (line 167) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 169) | class socket: method recvfrom (line 177) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 186) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 198) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 218) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 236) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 244) | def settimeout(self, value: float | None, /) -> None: method sendall (line 279) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 291) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 298) | def setblocking(self, value: bool, /) -> None: method sendto (line 309) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> int: method readline (line 315) | def readline(self) -> bytes: method readinto (line 324) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 334) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 344) | def read(self) -> bytes: method read (line 354) | def read(self, size: int, /) -> bytes: method close (line 362) | def close(self) -> None: method connect (line 372) | def connect(self, address: _Address | bytes, /) -> None: method send (line 377) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 384) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 389) | def accept(self) -> Tuple: method write (line 397) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 407) | def __init__( FILE: publish/micropython-v1_28_0-esp8266-stubs/ssd1306.pyi function const (line 30) | def const(*args, **kwargs) -> Incomplete: ... class SSD1306_SPI (line 32) | class SSD1306_SPI: method contrast (line 33) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 34) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 35) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 37) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 38) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 39) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 40) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 42) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 43) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 44) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 45) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 46) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 47) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 48) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 49) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 50) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 51) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 52) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 53) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306_I2C (line 56) | class SSD1306_I2C: method contrast (line 57) | def contrast(self, *args, **kwargs) -> Incomplete: ... method init_display (line 58) | def init_display(self, *args, **kwargs) -> Incomplete: ... method scroll (line 59) | def scroll(self, *args, **kwargs) -> Incomplete: ... method vline (line 60) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 61) | def text(self, *args, **kwargs) -> Incomplete: ... method show (line 62) | def show(self, *args, **kwargs) -> Incomplete: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 64) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method rotate (line 65) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 66) | def poweron(self, *args, **kwargs) -> Incomplete: ... method write_data (line 67) | def write_data(self, *args, **kwargs) -> Incomplete: ... method fill (line 68) | def fill(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 69) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method rect (line 70) | def rect(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 71) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 72) | def blit(self, *args, **kwargs) -> Incomplete: ... method pixel (line 73) | def pixel(self, *args, **kwargs) -> Incomplete: ... method poly (line 74) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 75) | def hline(self, *args, **kwargs) -> Incomplete: ... method line (line 76) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 77) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... class SSD1306 (line 80) | class SSD1306: method contrast (line 81) | def contrast(self, *args, **kwargs) -> Incomplete: ... method vline (line 82) | def vline(self, *args, **kwargs) -> Incomplete: ... method text (line 83) | def text(self, *args, **kwargs) -> Incomplete: ... method scroll (line 84) | def scroll(self, *args, **kwargs) -> Incomplete: ... method rect (line 85) | def rect(self, *args, **kwargs) -> Incomplete: ... method init_display (line 86) | def init_display(self, *args, **kwargs) -> Incomplete: ... method rotate (line 87) | def rotate(self, *args, **kwargs) -> Incomplete: ... method poweron (line 88) | def poweron(self, *args, **kwargs) -> Incomplete: ... method poweroff (line 89) | def poweroff(self, *args, **kwargs) -> Incomplete: ... method show (line 90) | def show(self, *args, **kwargs) -> Incomplete: ... method fill_rect (line 91) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method fill (line 92) | def fill(self, *args, **kwargs) -> Incomplete: ... method ellipse (line 93) | def ellipse(self, *args, **kwargs) -> Incomplete: ... method blit (line 94) | def blit(self, *args, **kwargs) -> Incomplete: ... method poly (line 95) | def poly(self, *args, **kwargs) -> Incomplete: ... method hline (line 96) | def hline(self, *args, **kwargs) -> Incomplete: ... method pixel (line 97) | def pixel(self, *args, **kwargs) -> Incomplete: ... method line (line 98) | def line(self, *args, **kwargs) -> Incomplete: ... method invert (line 99) | def invert(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp8266-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-esp8266-stubs/tls.pyi class SSLContext (line 15) | class SSLContext: method wrap_socket (line 16) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 17) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-esp8266-stubs/urequests.pyi function __getattr__ (line 2) | def __getattr__(attr): ... FILE: publish/micropython-v1_28_0-esp8266-stubs/webrepl.pyi function server_handshake (line 11) | def server_handshake(cl): ... function send_html (line 12) | def send_html(cl) -> None: ... function setup_conn (line 13) | def setup_conn(port, accept_handler): ... function accept_conn (line 14) | def accept_conn(listen_sock): ... function stop (line 15) | def stop() -> None: ... function start (line 16) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 17) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_28_0-esp8266-stubs/webrepl_setup.pyi function input_choice (line 5) | def input_choice(prompt, choices): ... function getpass (line 6) | def getpass(prompt): ... function input_pass (line 7) | def input_pass(): ... function exists (line 8) | def exists(fname): ... function get_daemon_status (line 9) | def get_daemon_status(): ... function change_daemon (line 10) | def change_daemon(action) -> None: ... function main (line 11) | def main() -> None: ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 27) | def stack_size() -> int: ... function stack_size (line 29) | def stack_size(size: int, /) -> int: ... function exit (line 30) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 31) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 33) | class LockType: method locked (line 34) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 35) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 36) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/central.pyi function _central_irq (line 38) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 39) | def _central_shutdown() -> None: ... function _cancel_pending (line 40) | async def _cancel_pending() -> None: ... function _connect (line 41) | async def _connect(connection, timeout_ms, scan_duration_ms, min_conn_in... class ScanResult (line 43) | class ScanResult: method __init__ (line 49) | def __init__(self, device) -> None: ... method _update (line 50) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 51) | def __str__(self) -> str: ... method _decode_field (line 52) | def _decode_field(self, *adv_type) -> Generator[Incomplete]: ... method name (line 53) | def name(self): ... method services (line 54) | def services(self) -> Generator[Incomplete]: ... method manufacturer (line 55) | def manufacturer(self, filter=None) -> Generator[Incomplete]: ... class scan (line 57) | class scan: method __init__ (line 66) | def __init__(self, duration_ms, interval_us=None, window_us=None, acti... method __aenter__ (line 67) | async def __aenter__(self): ... method __aexit__ (line 68) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 69) | def __aiter__(self): ... method __anext__ (line 70) | async def __anext__(self): ... method cancel (line 71) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/client.pyi function _client_irq (line 27) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 29) | class ClientDiscover: method __init__ (line 38) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 39) | async def _start(self) -> None: ... method __aiter__ (line 40) | def __aiter__(self): ... method __anext__ (line 41) | async def __anext__(self): ... method _discover_result (line 42) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 43) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 45) | class ClientService: method __init__ (line 50) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 51) | def __str__(self) -> str: ... method characteristic (line 52) | async def characteristic(self, uuid, timeout_ms: int = 2000): ... method characteristics (line 53) | def characteristics(self, uuid=None, timeout_ms: int = 2000): ... method _start_discovery (line 54) | def _start_discovery(connection, uuid=None) -> None: ... class BaseClientCharacteristic (line 56) | class BaseClientCharacteristic: method __init__ (line 65) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 66) | def _register_with_connection(self) -> None: ... method _find (line 67) | def _find(conn_handle, value_handle): ... method _check (line 68) | def _check(self, flag) -> None: ... method read (line 69) | async def read(self, timeout_ms: int = 1000): ... method _read_result (line 70) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 71) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 72) | async def write(self, data, response=None, timeout_ms: int = 1000) -> ... method _write_done (line 73) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 75) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 83) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 84) | def __str__(self) -> str: ... method _connection (line 85) | def _connection(self): ... method descriptor (line 86) | async def descriptor(self, uuid, timeout_ms: int = 2000): ... method descriptors (line 87) | def descriptors(self, timeout_ms: int = 2000): ... method _start_discovery (line 88) | def _start_discovery(service, uuid=None) -> None: ... method _notified_indicated (line 89) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 90) | async def notified(self, timeout_ms=None): ... method _on_notify_indicate (line 91) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 92) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 93) | async def indicated(self, timeout_ms=None): ... method _on_indicate (line 94) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 95) | async def subscribe(self, notify: bool = True, indicate: bool = False)... class ClientDescriptor (line 97) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 99) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 100) | def __str__(self) -> str: ... method _connection (line 101) | def _connection(self): ... method _start_discovery (line 102) | def _start_discovery(characteristic, uuid=None) -> None: ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/core.pyi function log_error (line 6) | def log_error(*args) -> None: ... function log_warn (line 7) | def log_warn(*args) -> None: ... function log_info (line 8) | def log_info(*args) -> None: ... class GattError (line 10) | class GattError(Exception): method __init__ (line 12) | def __init__(self, status) -> None: ... function ensure_active (line 14) | def ensure_active() -> None: ... function config (line 15) | def config(*args, **kwargs): ... function register_irq_handler (line 20) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 21) | def stop() -> None: ... function ble_irq (line 22) | def ble_irq(event, data): ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/device.pyi class DeviceDisconnectedError (line 9) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 11) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 13) | class DeviceTimeout: method __init__ (line 18) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 19) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 20) | def __enter__(self) -> None: ... method __exit__ (line 21) | def __exit__( class Device (line 25) | class Device: method __init__ (line 29) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 30) | def __eq__(self, rhs): ... method __hash__ (line 31) | def __hash__(self): ... method __str__ (line 32) | def __str__(self) -> str: ... method addr_hex (line 33) | def addr_hex(self): ... method connect (line 34) | async def connect(self, timeout_ms: int = 10000, scan_duration_ms=None... class DeviceConnection (line 36) | class DeviceConnection: method __init__ (line 53) | def __init__(self, device) -> None: ... method device_task (line 54) | async def device_task(self) -> None: ... method _run_task (line 55) | def _run_task(self) -> None: ... method disconnect (line 56) | async def disconnect(self, timeout_ms: int = 2000) -> None: ... method disconnected (line 57) | async def disconnected(self, timeout_ms=None, disconnect: bool = False... method service (line 58) | async def service(self, uuid, timeout_ms: int = 2000): ... method services (line 59) | def services(self, uuid=None, timeout_ms: int = 2000): ... method pair (line 60) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 61) | def is_connected(self): ... method timeout (line 62) | def timeout(self, timeout_ms): ... method exchange_mtu (line 63) | async def exchange_mtu(self, mtu=None, timeout_ms: int = 1000): ... method l2cap_accept (line 64) | async def l2cap_accept(self, psm, mtu, timeout_ms=None): ... method l2cap_connect (line 65) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = 1000): ... method __aenter__ (line 66) | async def __aenter__(self): ... method __aexit__ (line 67) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/l2cap.pyi function _l2cap_irq (line 14) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 15) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 17) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 18) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 20) | class L2CAPChannel: method __init__ (line 29) | def __init__(self, connection) -> None: ... method _assert_connected (line 30) | def _assert_connected(self) -> None: ... method recvinto (line 31) | async def recvinto(self, buf, timeout_ms=None): ... method available (line 32) | def available(self): ... method send (line 33) | async def send(self, buf, timeout_ms=None, chunk_size=None) -> None: ... method flush (line 34) | async def flush(self, timeout_ms=None) -> None: ... method disconnect (line 35) | async def disconnect(self, timeout_ms: int = 1000) -> None: ... method disconnected (line 36) | async def disconnected(self, timeout_ms: int = 1000) -> None: ... method __aenter__ (line 37) | async def __aenter__(self): ... method __aexit__ (line 38) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 40) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 41) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/peripheral.pyi function _peripheral_irq (line 30) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 31) | def _peripheral_shutdown() -> None: ... function _append (line 32) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 33) | async def advertise( FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/security.pyi function load_secrets (line 24) | def load_secrets(path=None) -> None: ... function _save_secrets (line 25) | def _save_secrets(arg=None) -> None: ... function _security_irq (line 26) | def _security_irq(event, data): ... function _security_shutdown (line 27) | def _security_shutdown() -> None: ... function pair (line 28) | async def pair(connection, bond: bool = True, le_secure: bool = True, mi... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/aioble/server.pyi function _server_irq (line 33) | def _server_irq(event, data): ... function _server_shutdown (line 34) | def _server_shutdown() -> None: ... class Service (line 36) | class Service: method __init__ (line 39) | def __init__(self, uuid) -> None: ... method _tuple (line 40) | def _tuple(self): ... class BaseCharacteristic (line 42) | class BaseCharacteristic: method _register (line 45) | def _register(self, value_handle) -> None: ... method read (line 46) | def read(self): ... method write (line 47) | def write(self, data, send_update: bool = False) -> None: ... method _init_capture (line 49) | def _init_capture() -> None: ... method _run_capture_task (line 51) | async def _run_capture_task() -> None: ... method written (line 53) | async def written(self, timeout_ms=None): ... method on_read (line 54) | def on_read(self, connection): ... method _remote_write (line 55) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 56) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 58) | class Characteristic(BaseCharacteristic): method __init__ (line 69) | def __init__( method _tuple (line 81) | def _tuple(self): ... method notify (line 82) | def notify(self, connection, data=None) -> None: ... method indicate (line 83) | async def indicate(self, connection, data=None, timeout_ms: int = 1000... method _indicate_done (line 84) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 86) | class BufferedCharacteristic(Characteristic): method __init__ (line 89) | def __init__(self, *args, max_len: int = 20, append: bool = False, **k... method _register (line 90) | def _register(self, value_handle) -> None: ... class Descriptor (line 92) | class Descriptor(BaseCharacteristic): method __init__ (line 99) | def __init__(self, characteristic, uuid, read: bool = False, write: bo... method _tuple (line 100) | def _tuple(self): ... function register_services (line 102) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gatts_read (line 64) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method gatts_set_buffer (line 70) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_register_services (line 82) | def gatts_register_services(self, services_definition: tuple[_Service,... method gattc_write (line 144) | def gattc_write( method gatts_notify (line 170) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_indicate (line 184) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method l2cap_send (line 201) | def l2cap_send(self, conn_handle: memoryview, cid: memoryview, /) -> b... method l2cap_listen (line 216) | def l2cap_listen(self, psm: memoryview, mtu: memoryview, /) -> None: method gatts_write (line 232) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method l2cap_recvinto (line 241) | def l2cap_recvinto(self, conn_handle: memoryview, cid: memoryview, buf... method irq (line 260) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method l2cap_disconnect (line 453) | def l2cap_disconnect(self, conn_handle: memoryview, cid: memoryview, /... method l2cap_connect (line 459) | def l2cap_connect(self, conn_handle: memoryview, psm: memoryview, mtu:... method gap_connect (line 470) | def gap_connect( method gap_pair (line 501) | def gap_pair(self, conn_handle: memoryview, /) -> None: method gap_disconnect (line 511) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method active (line 527) | def active(self) -> bool: method active (line 536) | def active(self, active: bool, /) -> None: method active (line 545) | def active(self) -> bool: method active (line 554) | def active(self, active: bool, /) -> None: method gap_advertise (line 561) | def gap_advertise( method config (line 587) | def config(self, param: str, /) -> Any: method config (line 651) | def config(self, **kwargs) -> None: method config (line 715) | def config(self, param: str, /) -> Any: method config (line 779) | def config(self, **kwargs) -> None: method gattc_read (line 841) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_discover_services (line 850) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gap_passkey (line 860) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gattc_exchange_mtu (line 877) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gap_scan (line 890) | def gap_scan( method gattc_discover_descriptors (line 932) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method gattc_discover_characteristics (line 940) | def gattc_discover_characteristics( method __init__ (line 961) | def __init__(self) -> None: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/cbor2/_decoder.pyi class CBORDecodeError (line 4) | class CBORDecodeError(Exception): class CBORSimpleValue (line 9) | class CBORSimpleValue: method __init__ (line 16) | def __init__(self, value) -> None: ... method __eq__ (line 17) | def __eq__(self, other): ... method __repr__ (line 18) | def __repr__(self) -> str: ... function decode_uint (line 20) | def decode_uint(decoder, subtype, allow_indefinite: bool = False): ... function decode_negint (line 21) | def decode_negint(decoder, subtype): ... function decode_bytestring (line 22) | def decode_bytestring(decoder, subtype): ... function decode_string (line 23) | def decode_string(decoder, subtype): ... function decode_array (line 24) | def decode_array(decoder, subtype): ... function decode_map (line 25) | def decode_map(decoder, subtype): ... function decode_special (line 26) | def decode_special(decoder, subtype): ... function decode_simple_value (line 27) | def decode_simple_value(decoder): ... function decode_float16 (line 28) | def decode_float16(decoder) -> None: ... function decode_float32 (line 29) | def decode_float32(decoder): ... function decode_float64 (line 30) | def decode_float64(decoder): ... class CBORDecoder (line 35) | class CBORDecoder: method __init__ (line 41) | def __init__(self, fp) -> None: ... method read (line 42) | def read(self, amount): method decode (line 47) | def decode(self): function loads (line 53) | def loads(payload, **kwargs): function load (line 61) | def load(fp, **kwargs): FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/cbor2/_encoder.pyi class CBOREncodeError (line 4) | class CBOREncodeError(Exception): function encode_length (line 7) | def encode_length(major_tag, length): ... function encode_semantic (line 8) | def encode_semantic(encoder, tag, value) -> None: ... function encode_float (line 9) | def encode_float(encoder, value) -> None: ... function encode_int (line 10) | def encode_int(encoder, value) -> None: ... function encode_bytestring (line 11) | def encode_bytestring(encoder, value) -> None: ... function encode_bytearray (line 12) | def encode_bytearray(encoder, value) -> None: ... function encode_string (line 13) | def encode_string(encoder, value) -> None: ... function encode_map (line 14) | def encode_map(encoder, value) -> None: ... function encode_array (line 15) | def encode_array(encoder, value) -> None: ... function encode_boolean (line 16) | def encode_boolean(encoder, value) -> None: ... function encode_none (line 17) | def encode_none(encoder, value) -> None: ... class CBOREncoder (line 21) | class CBOREncoder: method __init__ (line 27) | def __init__(self, fp) -> None: ... method _find_encoder (line 28) | def _find_encoder(self, obj): ... method write (line 29) | def write(self, data) -> None: method encode (line 34) | def encode(self, obj) -> None: function dumps (line 40) | def dumps(obj, **kwargs): function dump (line 49) | def dump(obj, fp, **kwargs) -> None: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> tuple[float, float]: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> complex: function sin (line 50) | def sin(z: _C, /) -> complex: function exp (line 56) | def exp(z: _C, /) -> complex: function cos (line 62) | def cos(z: _C, /) -> complex: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> complex: function log10 (line 80) | def log10(z: _C, /) -> complex: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/cryptolib.pyi class aes (line 23) | class aes: method encrypt (line 29) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 39) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 49) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 56) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method __init__ (line 63) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 85) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/ds18x20.pyi class DS18X20 (line 9) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire) -> None: ... method scan (line 13) | def scan(self): ... method convert_temp (line 14) | def convert_temp(self) -> None: ... method read_scratch (line 15) | def read_scratch(self, rom): ... method write_scratch (line 16) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 17) | def read_temp(self, rom): ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/espflash.pyi class ESPFlash (line 22) | class ESPFlash: method __init__ (line 29) | def __init__(self, reset, gpio0, uart, log_enabled: bool = False) -> N... method _log (line 30) | def _log(self, data, out: bool = True) -> None: ... method _uart_drain (line 31) | def _uart_drain(self) -> None: ... method _read_reg (line 32) | def _read_reg(self, addr): ... method _write_reg (line 33) | def _write_reg(self, addr, data, mask: int = 4294967295, delay: int = ... method _poll_reg (line 34) | def _poll_reg(self, addr, flag, retry: int = 10, delay: float = 0.05) ... method _write_slip (line 35) | def _write_slip(self, pkt) -> None: ... method _read_slip (line 36) | def _read_slip(self): ... method _strerror (line 37) | def _strerror(self, err): ... method _checksum (line 38) | def _checksum(self, data): ... method _command (line 39) | def _command(self, cmd, payload: bytes = b"", checksum: int = 0): ... method set_baudrate (line 40) | def set_baudrate(self, baudrate, timeout: int = 350) -> None: ... method bootloader (line 41) | def bootloader(self, retry: int = 6): ... method flash_read_size (line 42) | def flash_read_size(self): ... method flash_attach (line 43) | def flash_attach(self) -> None: ... method flash_config (line 44) | def flash_config(self, flash_size=...) -> None: ... method flash_write_file (line 45) | def flash_write_file(self, path, blksize: int = 4096) -> None: ... method flash_verify_file (line 46) | def flash_verify_file(self, path, digest=None, offset: int = 0) -> Non... method reboot (line 47) | def reboot(self) -> None: ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha256 (line 59) | class sha256(_Hash): method digest (line 66) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 67) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self): method __init__ (line 75) | def __init__(self, data: AnyReadableBuf): class md5 (line 80) | class md5(_Hash): method digest (line 86) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 87) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/logging.pyi class LogRecord (line 18) | class LogRecord: method set (line 26) | def set(self, name, level, message) -> None: ... class Handler (line 28) | class Handler: method __init__ (line 31) | def __init__(self, level=...) -> None: ... method close (line 32) | def close(self) -> None: ... method setLevel (line 33) | def setLevel(self, level) -> None: ... method setFormatter (line 34) | def setFormatter(self, formatter) -> None: ... method format (line 35) | def format(self, record): ... class StreamHandler (line 37) | class StreamHandler(Handler): method __init__ (line 40) | def __init__(self, stream=None) -> None: ... method close (line 41) | def close(self) -> None: ... method emit (line 42) | def emit(self, record) -> None: ... class FileHandler (line 44) | class FileHandler(StreamHandler): method __init__ (line 45) | def __init__(self, filename, mode: str = "a", encoding: str = "UTF-8")... method close (line 46) | def close(self) -> None: ... class Formatter (line 48) | class Formatter: method __init__ (line 51) | def __init__(self, fmt=None, datefmt=None) -> None: ... method usesTime (line 52) | def usesTime(self): ... method formatTime (line 53) | def formatTime(self, datefmt, record): ... method format (line 54) | def format(self, record): ... class Logger (line 56) | class Logger: method __init__ (line 61) | def __init__(self, name, level=...) -> None: ... method setLevel (line 62) | def setLevel(self, level) -> None: ... method isEnabledFor (line 63) | def isEnabledFor(self, level): ... method getEffectiveLevel (line 64) | def getEffectiveLevel(self): ... method log (line 65) | def log(self, level, msg, *args) -> None: ... method debug (line 66) | def debug(self, msg, *args) -> None: ... method info (line 67) | def info(self, msg, *args) -> None: ... method warning (line 68) | def warning(self, msg, *args) -> None: ... method error (line 69) | def error(self, msg, *args) -> None: ... method critical (line 70) | def critical(self, msg, *args) -> None: ... method exception (line 71) | def exception(self, msg, *args, exc_info: bool = True) -> None: ... method addHandler (line 72) | def addHandler(self, handler) -> None: ... method hasHandlers (line 73) | def hasHandlers(self): ... function getLogger (line 75) | def getLogger(name=None): ... function log (line 76) | def log(level, msg, *args) -> None: ... function debug (line 77) | def debug(msg, *args) -> None: ... function info (line 78) | def info(msg, *args) -> None: ... function warning (line 79) | def warning(msg, *args) -> None: ... function error (line 80) | def error(msg, *args) -> None: ... function critical (line 81) | def critical(msg, *args) -> None: ... function exception (line 82) | def exception(msg, *args, exc_info: bool = True) -> None: ... function shutdown (line 83) | def shutdown() -> None: ... function addLevelName (line 84) | def addLevelName(level, name) -> None: ... function basicConfig (line 85) | def basicConfig( FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/lsm6dsox.pyi class LSM6DSOX (line 41) | class LSM6DSOX: method __init__ (line 50) | def __init__( method _read_reg (line 60) | def _read_reg(self, reg, size: int = 1): ... method _write_reg (line 61) | def _write_reg(self, reg, val) -> None: ... method _modify_bits (line 62) | def _modify_bits(self, reg, clr_mask: int = 0, set_mask: int = 0) -> N... method _read_reg_into (line 63) | def _read_reg_into(self, reg, buf) -> None: ... method _select_page (line 64) | def _select_page(self, address, value=None): method reset (line 69) | def reset(self) -> None: ... method set_mem_bank (line 70) | def set_mem_bank(self, bank) -> None: ... method set_embedded_functions (line 71) | def set_embedded_functions(self, enable, emb_ab=None): ... method load_mlc (line 72) | def load_mlc(self, ucf) -> None: ... method mlc_output (line 73) | def mlc_output(self): ... method pedometer_config (line 74) | def pedometer_config(self, enable: bool = True, debounce: int = 10, in... method pedometer_reset (line 76) | def pedometer_reset(self) -> None: method steps (line 78) | def steps(self): method gyro (line 80) | def gyro(self): method accel (line 82) | def accel(self): FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/machine.pyi function dht_readinto (line 58) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 59) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 68) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 76) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 101) | def deepsleep() -> NoReturn: function deepsleep (line 126) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 150) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 160) | def unique_id() -> bytes: function soft_reset (line 169) | def soft_reset() -> NoReturn: function reset_cause (line 176) | def reset_cause() -> int: function time_pulse_us (line 182) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 201) | def freq() -> int: function freq (line 209) | def freq(hz: int, /) -> None: function idle (line 216) | def idle() -> None: function reset (line 231) | def reset() -> NoReturn: function lightsleep (line 239) | def lightsleep() -> None: function lightsleep (line 264) | def lightsleep(time_ms: int, /) -> None: class PWM (line 303) | class PWM: method duty_u16 (line 355) | def duty_u16(self) -> int: method duty_u16 (line 367) | def duty_u16( method freq (line 383) | def freq(self) -> int: method freq (line 394) | def freq( method init (line 407) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 415) | def duty_ns(self) -> int: method duty_ns (line 425) | def duty_ns( method deinit (line 437) | def deinit(self) -> None: method __init__ (line 442) | def __init__( class WDT (line 468) | class WDT: method feed (line 483) | def feed(self) -> None: method __init__ (line 490) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 499) | class I2S: method shift (line 579) | def shift( method init (line 591) | def init( method irq (line 608) | def irq( method readinto (line 619) | def readinto( method deinit (line 631) | def deinit(self) -> None: method write (line 636) | def write( method __init__ (line 648) | def __init__( class ADC (line 691) | class ADC: method read_u16 (line 718) | def read_u16(self) -> int: method __init__ (line 725) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... method width (line 741) | def width(self, bits: int) -> None: method read (line 766) | def read(self) -> int: method atten (line 780) | def atten(self, atten: int) -> None: class I2C (line 788) | class I2C: method readfrom_mem_into (line 824) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 835) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 844) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 852) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 862) | def scan(self) -> list[int]: method writeto (line 869) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 878) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 893) | def start(self) -> None: method readfrom (line 898) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 905) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 916) | def init(self, *, freq: int = 400_000) -> None: method init (line 930) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 942) | def stop(self) -> None: method write (line 947) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 956) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 973) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 990) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1003) | class I2CTarget: method deinit (line 1038) | def deinit(self) -> Incomplete: method irq (line 1044) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1083) | def write(self, buf) -> int: method readinto (line 1090) | def readinto(self, buf) -> int: method __init__ (line 1096) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1098) | class SoftSPI(SPI): method deinit (line 1109) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1110) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1111) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1112) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1113) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1114) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__( class Timer (line 1128) | class Timer: method init (line 1157) | def init( method init (line 1166) | def init( method init (line 1175) | def init( method deinit (line 1234) | def deinit(self) -> None: method __init__ (line 1240) | def __init__(self, id: int, /): method __init__ (line 1250) | def __init__( method __init__ (line 1269) | def __init__( method __init__ (line 1288) | def __init__( class UART (line 1306) | class UART: method irq (line 1372) | def irq( method sendbreak (line 1407) | def sendbreak(self) -> None: method deinit (line 1413) | def deinit(self) -> None: method init (line 1424) | def init( method init (line 1496) | def init( method init (line 1559) | def init( method flush (line 1620) | def flush(self) -> None: method txdone (line 1634) | def txdone(self) -> bool: method read (line 1650) | def read(self) -> bytes | None: method read (line 1661) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1670) | def any(self) -> int: method write (line 1684) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 1693) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1704) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1713) | def readline(self) -> bytes | None: method __init__ (line 1722) | def __init__( method __init__ (line 1747) | def __init__( method __init__ (line 1763) | def __init__( class USBDevice (line 1778) | class USBDevice: method submit_xfer (line 1791) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1812) | def config( method remote_wakeup (line 1919) | def remote_wakeup(self) -> bool: method stall (line 1927) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1947) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC_MSC (line 1968) | class BUILTIN_CDC_MSC: method __init__ (line 1974) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1976) | class BUILTIN_NONE: method __init__ (line 1982) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1984) | class BUILTIN_DEFAULT: method __init__ (line 1990) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1992) | def __init__(self) -> None: ... class Pin (line 1994) | class Pin: method low (line 2071) | def low(self) -> None: method irq (line 2078) | def irq( method toggle (line 2131) | def toggle(self) -> None: method off (line 2138) | def off(self) -> None: method on (line 2143) | def on(self) -> None: method init (line 2148) | def init( method value (line 2167) | def value(self) -> int: method value (line 2201) | def value(self, x: Any, /) -> None: method high (line 2233) | def high(self) -> None: class cpu (line 2241) | class cpu: method __init__ (line 2279) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2281) | class board: method __init__ (line 2322) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2324) | def __init__( method __call__ (line 2399) | def __call__(self) -> int: method __call__ (line 2407) | def __call__(self, x: Any, /) -> None: method mode (line 2415) | def mode(self) -> int: method mode (line 2424) | def mode(self, mode: int, /) -> None: method pull (line 2433) | def pull(self) -> int: method pull (line 2442) | def pull(self, pull: int, /) -> None: method drive (line 2451) | def drive(self, drive: int, /) -> None: method drive (line 2461) | def drive(self, /) -> int: class SoftI2C (line 2469) | class SoftI2C(I2C): method readfrom_mem_into (line 2481) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2482) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2483) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2484) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2485) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2486) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2487) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2488) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2489) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2490) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2491) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2492) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2493) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2494) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class RTC (line 2496) | class RTC: method datetime (line 2513) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2529) | def __init__(self, id: int = 0): method __init__ (line 2535) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2543) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2551) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2559) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2567) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2575) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2583) | def init(self) -> None: method init (line 2598) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2613) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2628) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2643) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2658) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2673) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2688) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2696) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2704) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2712) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2720) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2728) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2736) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method memory (line 2744) | def memory(self) -> bytes: method memory (line 2762) | def memory(self, data: AnyReadableBuf, /) -> None: class SPI (line 2779) | class SPI: method deinit (line 2838) | def deinit(self) -> None: method init (line 2845) | def init( method init (line 2880) | def init( method write_readinto (line 2911) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2921) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2928) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2936) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 2946) | def __init__(self, id: int, /): method __init__ (line 2959) | def __init__( method __init__ (line 2985) | def __init__( class Signal (line 3008) | class Signal(Pin): method off (line 3077) | def off(self) -> None: method on (line 3082) | def on(self) -> None: method value (line 3089) | def value(self) -> int: method value (line 3109) | def value(self, x: Any, /) -> None: method __init__ (line 3129) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 3149) | def __init__( class ADCBlock (line 3179) | class ADCBlock: method connect (line 3181) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3183) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3185) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class ADCWiPy (line 3206) | class ADCWiPy: method channel (line 3208) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3210) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3212) | def channel(self, id: int, *, pin) -> adcchannel: class SDCard (line 3225) | class SDCard: method readblocks (line 3227) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3237) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3247) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3258) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/mip/__init__.pyi function _ensure_path_exists (line 9) | def _ensure_path_exists(path) -> None: ... function _chunk (line 10) | def _chunk(src, dest) -> None: ... function _check_exists (line 11) | def _check_exists(path, short_hash): ... function _rewrite_url (line 12) | def _rewrite_url(url, branch=None): ... function _download_file (line 13) | def _download_file(url, dest): ... function _install_json (line 14) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 15) | def _install_package(package, index, target, version, mpy): ... function install (line 16) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/neopixel.pyi class NeoPixel (line 24) | class NeoPixel(_NeoPixelBase): method __init__ (line 52) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 62) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 72) | def __getitem__(self, i) -> Tuple: method fill (line 77) | def fill(self, v) -> None: method write (line 83) | def write(self) -> None: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/network.pyi function hostname (line 65) | def hostname() -> str: ... function hostname (line 67) | def hostname(name: str, /) -> None: ... function ipconfig (line 68) | def ipconfig(*args: Any, **kwargs: Any) -> Any: function route (line 83) | def route(*args, **kwargs) -> Incomplete: ... function country (line 85) | def country() -> str: ... function country (line 87) | def country(code: str, /) -> None: ... class WLAN (line 89) | class WLAN: method ipconfig (line 114) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 115) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method status (line 117) | def status(self) -> int: method status (line 147) | def status(self, param: str, /) -> int: method isconnected (line 175) | def isconnected(self) -> bool: method scan (line 182) | def scan(self) -> List[Tuple]: method config (line 212) | def config(self, param: str, /) -> Any: method config (line 248) | def config(self, **kwargs: Any) -> None: method active (line 284) | def active(self, /) -> bool: method active (line 292) | def active(self, is_active: bool | int, /) -> None: method ifconfig (line 300) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 311) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method connect (line 320) | def connect( method disconnect (line 335) | def disconnect(self) -> None: method __init__ (line 340) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 349) | class LAN: method active (line 351) | def active(self, /) -> bool: method active (line 359) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 366) | class WLANWiPy: method __init__ (line 368) | def __init__(self, id: int = 0, /): method __init__ (line 382) | def __init__( method mode (line 406) | def mode(self) -> int: method mode (line 412) | def mode(self, mode: int, /) -> None: method ssid (line 418) | def ssid(self) -> str: method ssid (line 424) | def ssid(self, ssid: str, /) -> None: method auth (line 430) | def auth(self) -> int: method auth (line 436) | def auth(self, auth: int, /) -> None: method channel (line 442) | def channel(self) -> int: method channel (line 448) | def channel(self, channel: int, /) -> None: method antenna (line 454) | def antenna(self) -> int: method antenna (line 460) | def antenna(self, antenna: int, /) -> None: method mac (line 466) | def mac(self) -> bytes: method mac (line 472) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 477) | class AbstractNIC: method active (line 480) | def active(self, /) -> bool: method active (line 491) | def active(self, is_active: bool | int, /) -> None: method connect (line 502) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 521) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 540) | def status(self) -> Any: method status (line 558) | def status(self, param: str, /) -> Any: method ifconfig (line 576) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 590) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 604) | def config(self, param: str, /) -> Any: method config (line 623) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/ntptime.pyi function time (line 5) | def time(): ... function settime (line 6) | def settime() -> None: ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/requests/__init__.pyi class Response (line 4) | class Response: method __init__ (line 8) | def __init__(self, f) -> None: ... method close (line 9) | def close(self) -> None: ... method content (line 11) | def content(self): ... method text (line 13) | def text(self): ... method json (line 14) | def json(self): ... function request (line 16) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 17) | def head(url, **kw): ... function get (line 18) | def get(url, **kw): ... function post (line 19) | def post(url, **kw): ... function put (line 20) | def put(url, **kw): ... function patch (line 21) | def patch(url, **kw): ... function delete (line 22) | def delete(url, **kw): ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/rp2/__init__.pyi function asm_pio_encode (line 161) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 171) | def bootsel_button() -> int: function asm_pio (line 184) | def asm_pio( function const (line 236) | def const(*args, **kwargs) -> Incomplete: ... class Flash (line 238) | class Flash: method readblocks (line 243) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> None: method readblocks (line 253) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method readblocks (line 262) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> None: method readblocks (line 272) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method writeblocks (line 282) | def writeblocks(self, block_num: int, buf: AnyReadableBuf) -> None: method writeblocks (line 293) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method writeblocks (line 308) | def writeblocks(self, block_num: int, buf: AnyReadableBuf) -> None: method writeblocks (line 319) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method ioctl (line 334) | def ioctl(self, op: int, arg: int) -> int | None: ... method ioctl (line 337) | def ioctl(self, op: int) -> int | None: method ioctl (line 345) | def ioctl(self, op: int, arg: int) -> int | None: ... method ioctl (line 348) | def ioctl(self, op: int) -> int | None: method __init__ (line 354) | def __init__(self, *, start: int = -1, len: int = -1) -> None: ... class DMA (line 356) | class DMA: method irq (line 360) | def irq(self, handler: Optional[Callable] = None, hard: bool = False) ... method unpack_ctrl (line 366) | def unpack_ctrl(value: int) -> dict[str, int]: method pack_ctrl (line 380) | def pack_ctrl( method close (line 451) | def close(self) -> None: method config (line 457) | def config( method active (line 485) | def active(self, value: Any | None = None) -> bool: method __init__ (line 495) | def __init__(self) -> None: ... class StateMachine (line 497) | class StateMachine: method irq (line 506) | def irq(self, handler: Optional[Callable] = None, trigger: int = 1, ha... method put (line 513) | def put(self, value: int | ReadableBuffer, shift: int = 0) -> None: method restart (line 528) | def restart(self) -> None: method rx_fifo (line 542) | def rx_fifo(self) -> int: method tx_fifo (line 551) | def tx_fifo(self) -> int: method init (line 560) | def init( method exec (line 613) | def exec(self, instr: Union[int, str]) -> None: method get (line 630) | def get(self, buf: None = None, shift: int = 0) -> int: ... method get (line 632) | def get(self, buf: WriteableBuffer, shift: int = 0) -> WriteableBuffer... method get (line 634) | def get(self, buf: None = None, shift: int = 0) -> int: ... method get (line 636) | def get(self, buf: WriteableBuffer, shift: int = 0) -> WriteableBuffer... method active (line 638) | def active(self) -> bool: ... method active (line 640) | def active(self, value: Union[bool, int]) -> bool: method active (line 651) | def active(self) -> bool: ... method active (line 653) | def active(self, value: Union[bool, int]) -> bool: method __init__ (line 663) | def __init__( class PIO (line 681) | class PIO: method state_machine (line 733) | def state_machine(self, id: int, program: _PIO_ASM_Program | None = No... method remove_program (line 744) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 753) | def irq( method add_program (line 767) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 776) | def __init__(self, id: int) -> None: ... class PIOASMError (line 778) | class PIOASMError(Exception): ... class PIOASMEmit (line 779) | class PIOASMEmit: method __init__ (line 788) | def __init__( method __getattr__ (line 803) | def __getattr__(self, name: str) -> Incomplete: ... function country (line 806) | def country() -> str: function country (line 816) | def country(code: str, /) -> None: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/rp2/asm_pio_rp2040.pyi class _PIOInstr (line 72) | class _PIOInstr(Protocol): method side (line 75) | def side(self, value: int, /) -> Self: ... method delay (line 76) | def delay(self, value: int, /) -> Self: ... method __getitem__ (line 77) | def __getitem__(self, delay: int, /) -> Self: ... function invert (line 102) | def invert(x: int) -> int: function reverse (line 105) | def reverse(x: int) -> int: function rel (line 125) | def rel(x: int) -> int: function delay (line 146) | def delay(delay: int) -> _PIOInstr: function side (line 154) | def side(value: int) -> _PIOInstr: function wrap_target (line 167) | def wrap_target() -> None: function wrap (line 177) | def wrap() -> None: function label (line 188) | def label(label: str) -> None: function word (line 203) | def word(instr, label: Incomplete | None = ...) -> _PIOInstr: function nop (line 211) | def nop() -> _PIOInstr: function jmp (line 219) | def jmp(condition, label: Incomplete | None = ...) -> _PIOInstr: function wait (line 254) | def wait(polarity: int, src: int, index: int, /) -> _PIOInstr: function in_ (line 289) | def in_(src, data) -> _PIOInstr: function out (line 322) | def out(destination: int, bit_count: int) -> _PIOInstr: function push (line 360) | def push(value: int = ..., value2: int = ...) -> _PIOInstr: function pull (line 379) | def pull(value: int = ..., value2: int = ...) -> _PIOInstr: function mov (line 405) | def mov(dest, src) -> _PIOInstr: function irq (line 451) | def irq(mod, index: Incomplete | None = ...) -> _PIOInstr: function set (line 471) | def set(destination, data) -> _PIOInstr: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/senml/senml_base.pyi class SenmlBase (line 2) | class SenmlBase: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/senml/senml_pack.pyi class SenmlPackIterator (line 7) | class SenmlPackIterator: method __init__ (line 12) | def __init__(self, list) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self): ... class SenmlPack (line 16) | class SenmlPack(SenmlBase): method __init__ (line 32) | def __init__(self, name, callback=None) -> None: method __iter__ (line 37) | def __iter__(self): ... method __enter__ (line 38) | def __enter__(self): method __exit__ (line 43) | def __exit__(self, exc_type: type[BaseException] | None, exc_val: Base... method base_value (line 49) | def base_value(self): method base_value (line 55) | def base_value(self, value) -> None: method base_sum (line 62) | def base_sum(self): method base_sum (line 68) | def base_sum(self, value) -> None: method base_time (line 75) | def base_time(self): ... method base_time (line 77) | def base_time(self, value) -> None: ... method _check_value_type (line 78) | def _check_value_type(self, value, field_name) -> None: method from_json (line 83) | def from_json(self, data) -> None: method _process_incomming_data (line 89) | def _process_incomming_data(self, records, naming_map) -> None: method do_actuate (line 96) | def do_actuate(self, raw, naming_map, device=None) -> None: method to_json (line 105) | def to_json(self): method _build_rec_dict (line 110) | def _build_rec_dict(self, naming_map, appendTo) -> None: method from_cbor (line 117) | def from_cbor(self, data) -> None: method to_cbor (line 123) | def to_cbor(self): method add (line 128) | def add(self, item) -> None: method remove (line 134) | def remove(self, item) -> None: method clear (line 140) | def clear(self) -> None: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/senml/senml_record.pyi class SenmlRecord (line 6) | class SenmlRecord(SenmlBase): method __init__ (line 18) | def __init__(self, name, **kwargs) -> None: method __enter__ (line 30) | def __enter__(self): method __exit__ (line 35) | def __exit__(self, exc_type: type[BaseException] | None, exc_val: Base... method _check_value_type (line 40) | def _check_value_type(self, value) -> None: method _check_number_type (line 45) | def _check_number_type(self, value, field_name) -> None: method value (line 51) | def value(self): method value (line 54) | def value(self, value) -> None: method time (line 61) | def time(self): ... method time (line 63) | def time(self, value) -> None: ... method update_time (line 65) | def update_time(self): ... method update_time (line 67) | def update_time(self, value) -> None: ... method sum (line 69) | def sum(self): ... method sum (line 71) | def sum(self, value) -> None: ... method _parent (line 73) | def _parent(self): method _parent (line 80) | def _parent(self, value) -> None: method _build_rec_dict (line 86) | def _build_rec_dict(self, naming_map, appendTo) -> None: method _from_raw (line 93) | def _from_raw(self, raw, naming_map) -> None: method do_actuate (line 100) | def do_actuate(self, raw, naming_map) -> None: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/senml/senml_unit.pyi function enum (line 4) | def enum(**enums): ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/socket.pyi function getaddrinfo (line 112) | def getaddrinfo( class socket (line 162) | class socket: method recvfrom (line 170) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 179) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 191) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 211) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 229) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 237) | def settimeout(self, value: float | None, /) -> None: method sendall (line 272) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 284) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 291) | def setblocking(self, value: bool, /) -> None: method sendto (line 302) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> int: method readline (line 308) | def readline(self) -> bytes: method readinto (line 317) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 327) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 337) | def read(self) -> bytes: method read (line 347) | def read(self, size: int, /) -> bytes: method close (line 355) | def close(self) -> None: method connect (line 365) | def connect(self, address: _Address | bytes, /) -> None: method send (line 370) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 377) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 382) | def accept(self) -> Tuple: method write (line 390) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 400) | def __init__( FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_ms (line 122) | def ticks_ms() -> _TicksMs: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function ticks_add (line 161) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function time_ns (line 188) | def time_ns() -> int: function ticks_us (line 195) | def ticks_us() -> _TicksUs: function time (line 201) | def time() -> int: function strftime (line 229) | def strftime(*args, **kwargs) -> Incomplete: ... function gmtime (line 230) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function localtime (line 252) | def localtime(secs: int | None = None, /) -> _TimeTuple: function const (line 274) | def const(*args, **kwargs) -> Incomplete: ... function sleep_us (line 275) | def sleep_us(us: int, /) -> None: function sleep_ms (line 285) | def sleep_ms(ms: int, /) -> None: function mktime (line 299) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 307) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/urequests.pyi function __getattr__ (line 2) | def __getattr__(attr): ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> None: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: function rom_ioctl (line 243) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 245) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 247) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 249) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/webrepl.pyi function server_handshake (line 11) | def server_handshake(cl): ... function send_html (line 12) | def send_html(cl) -> None: ... function setup_conn (line 13) | def setup_conn(port, accept_handler): ... function accept_conn (line 14) | def accept_conn(listen_sock): ... function stop (line 15) | def stop() -> None: ... function start (line 16) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 17) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/webrepl_setup.pyi function input_choice (line 5) | def input_choice(prompt, choices): ... function getpass (line 6) | def getpass(prompt): ... function input_pass (line 7) | def input_pass(): ... function exists (line 8) | def exists(fname): ... function get_daemon_status (line 9) | def get_daemon_status(): ... function change_daemon (line 10) | def change_daemon(action) -> None: ... function main (line 11) | def main() -> None: ... FILE: publish/micropython-v1_28_0-rp2-arduino_nano_rp2040_connect-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 27) | def stack_size() -> int: ... function stack_size (line 29) | def stack_size(size: int, /) -> int: ... function exit (line 30) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 31) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 33) | class LockType: method locked (line 34) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 35) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 36) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> tuple[float, float]: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> complex: function sin (line 50) | def sin(z: _C, /) -> complex: function exp (line 56) | def exp(z: _C, /) -> complex: function cos (line 62) | def cos(z: _C, /) -> complex: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> complex: function log10 (line 80) | def log10(z: _C, /) -> complex: FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/cryptolib.pyi class aes (line 23) | class aes: method encrypt (line 29) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 39) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 49) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 56) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method __init__ (line 63) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 85) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/ds18x20.pyi class DS18X20 (line 9) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire) -> None: ... method scan (line 13) | def scan(self): ... method convert_temp (line 14) | def convert_temp(self) -> None: ... method read_scratch (line 15) | def read_scratch(self, rom): ... method write_scratch (line 16) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 17) | def read_temp(self, rom): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha256 (line 59) | class sha256(_Hash): method digest (line 66) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 67) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self): method __init__ (line 75) | def __init__(self, data: AnyReadableBuf): class md5 (line 80) | class md5(_Hash): method digest (line 86) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 87) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/machine.pyi function dht_readinto (line 58) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 59) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 68) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 76) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 101) | def deepsleep() -> NoReturn: function deepsleep (line 126) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 150) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 160) | def unique_id() -> bytes: function soft_reset (line 169) | def soft_reset() -> NoReturn: function reset_cause (line 176) | def reset_cause() -> int: function time_pulse_us (line 182) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 201) | def freq() -> int: function freq (line 209) | def freq(hz: int, /) -> None: function idle (line 216) | def idle() -> None: function reset (line 231) | def reset() -> NoReturn: function lightsleep (line 239) | def lightsleep() -> None: function lightsleep (line 264) | def lightsleep(time_ms: int, /) -> None: class PWM (line 303) | class PWM: method duty_u16 (line 355) | def duty_u16(self) -> int: method duty_u16 (line 367) | def duty_u16( method freq (line 383) | def freq(self) -> int: method freq (line 394) | def freq( method init (line 407) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 415) | def duty_ns(self) -> int: method duty_ns (line 425) | def duty_ns( method deinit (line 437) | def deinit(self) -> None: method __init__ (line 442) | def __init__( class WDT (line 468) | class WDT: method feed (line 483) | def feed(self) -> None: method __init__ (line 490) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 499) | class I2S: method shift (line 579) | def shift( method init (line 591) | def init( method irq (line 608) | def irq( method readinto (line 619) | def readinto( method deinit (line 631) | def deinit(self) -> None: method write (line 636) | def write( method __init__ (line 648) | def __init__( class ADC (line 691) | class ADC: method read_u16 (line 718) | def read_u16(self) -> int: method __init__ (line 725) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... method width (line 741) | def width(self, bits: int) -> None: method read (line 766) | def read(self) -> int: method atten (line 780) | def atten(self, atten: int) -> None: class I2C (line 788) | class I2C: method readfrom_mem_into (line 824) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 835) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 844) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 852) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 862) | def scan(self) -> list[int]: method writeto (line 869) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 878) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 893) | def start(self) -> None: method readfrom (line 898) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 905) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 916) | def init(self, *, freq: int = 400_000) -> None: method init (line 930) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 942) | def stop(self) -> None: method write (line 947) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 956) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 973) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 990) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1003) | class I2CTarget: method deinit (line 1038) | def deinit(self) -> Incomplete: method irq (line 1044) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1083) | def write(self, buf) -> int: method readinto (line 1090) | def readinto(self, buf) -> int: method __init__ (line 1096) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1098) | class SoftSPI(SPI): method deinit (line 1109) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1110) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1111) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1112) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1113) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1114) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__( class Timer (line 1128) | class Timer: method init (line 1157) | def init( method init (line 1166) | def init( method init (line 1175) | def init( method deinit (line 1234) | def deinit(self) -> None: method __init__ (line 1240) | def __init__(self, id: int, /): method __init__ (line 1250) | def __init__( method __init__ (line 1269) | def __init__( method __init__ (line 1288) | def __init__( class UART (line 1306) | class UART: method irq (line 1372) | def irq( method sendbreak (line 1407) | def sendbreak(self) -> None: method deinit (line 1413) | def deinit(self) -> None: method init (line 1424) | def init( method init (line 1496) | def init( method init (line 1559) | def init( method flush (line 1620) | def flush(self) -> None: method txdone (line 1634) | def txdone(self) -> bool: method read (line 1650) | def read(self) -> bytes | None: method read (line 1661) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1670) | def any(self) -> int: method write (line 1684) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 1693) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1704) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1713) | def readline(self) -> bytes | None: method __init__ (line 1722) | def __init__( method __init__ (line 1747) | def __init__( method __init__ (line 1763) | def __init__( class USBDevice (line 1778) | class USBDevice: method submit_xfer (line 1791) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1812) | def config( method remote_wakeup (line 1919) | def remote_wakeup(self) -> bool: method stall (line 1927) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1947) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1968) | class BUILTIN_CDC: method __init__ (line 1974) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1976) | class BUILTIN_NONE: method __init__ (line 1982) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1984) | class BUILTIN_DEFAULT: method __init__ (line 1990) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1992) | def __init__(self) -> None: ... class Pin (line 1994) | class Pin: method low (line 2071) | def low(self) -> None: method irq (line 2078) | def irq( method toggle (line 2131) | def toggle(self) -> None: method off (line 2138) | def off(self) -> None: method on (line 2143) | def on(self) -> None: method init (line 2148) | def init( method value (line 2167) | def value(self) -> int: method value (line 2201) | def value(self, x: Any, /) -> None: method high (line 2233) | def high(self) -> None: class cpu (line 2241) | class cpu: method __init__ (line 2272) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2274) | class board: method __init__ (line 2303) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2305) | def __init__( method __call__ (line 2380) | def __call__(self) -> int: method __call__ (line 2388) | def __call__(self, x: Any, /) -> None: method mode (line 2396) | def mode(self) -> int: method mode (line 2405) | def mode(self, mode: int, /) -> None: method pull (line 2414) | def pull(self) -> int: method pull (line 2423) | def pull(self, pull: int, /) -> None: method drive (line 2432) | def drive(self, drive: int, /) -> None: method drive (line 2442) | def drive(self, /) -> int: class SoftI2C (line 2450) | class SoftI2C(I2C): method readfrom_mem_into (line 2462) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2463) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2464) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2465) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2466) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2467) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2468) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2469) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2470) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2471) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2472) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2473) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2474) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2475) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class RTC (line 2477) | class RTC: method datetime (line 2494) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2510) | def __init__(self, id: int = 0): method __init__ (line 2516) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2524) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2532) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2540) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2548) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2556) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2564) | def init(self) -> None: method init (line 2579) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2594) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2609) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2624) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2639) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2654) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2669) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2677) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2685) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2693) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2701) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2709) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2717) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method memory (line 2725) | def memory(self) -> bytes: method memory (line 2743) | def memory(self, data: AnyReadableBuf, /) -> None: class SPI (line 2760) | class SPI: method deinit (line 2819) | def deinit(self) -> None: method init (line 2826) | def init( method init (line 2861) | def init( method write_readinto (line 2892) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2902) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2909) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2917) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 2927) | def __init__(self, id: int, /): method __init__ (line 2940) | def __init__( method __init__ (line 2966) | def __init__( class Signal (line 2989) | class Signal(Pin): method off (line 3058) | def off(self) -> None: method on (line 3063) | def on(self) -> None: method value (line 3070) | def value(self) -> int: method value (line 3090) | def value(self, x: Any, /) -> None: method __init__ (line 3110) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 3130) | def __init__( class ADCBlock (line 3160) | class ADCBlock: method connect (line 3162) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3164) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3166) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class ADCWiPy (line 3187) | class ADCWiPy: method channel (line 3189) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3191) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3193) | def channel(self, id: int, *, pin) -> adcchannel: class SDCard (line 3206) | class SDCard: method readblocks (line 3208) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3218) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3228) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3239) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/neopixel.pyi class NeoPixel (line 24) | class NeoPixel(_NeoPixelBase): method __init__ (line 52) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 62) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 72) | def __getitem__(self, i) -> Tuple: method fill (line 77) | def fill(self, v) -> None: method write (line 83) | def write(self) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/rp2/__init__.pyi function asm_pio_encode (line 161) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 171) | def bootsel_button() -> int: function asm_pio (line 184) | def asm_pio( function const (line 236) | def const(*args, **kwargs) -> Incomplete: ... class Flash (line 238) | class Flash: method readblocks (line 243) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> None: method readblocks (line 253) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method readblocks (line 262) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> None: method readblocks (line 272) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method writeblocks (line 282) | def writeblocks(self, block_num: int, buf: AnyReadableBuf) -> None: method writeblocks (line 293) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method writeblocks (line 308) | def writeblocks(self, block_num: int, buf: AnyReadableBuf) -> None: method writeblocks (line 319) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method ioctl (line 334) | def ioctl(self, op: int, arg: int) -> int | None: ... method ioctl (line 337) | def ioctl(self, op: int) -> int | None: method ioctl (line 345) | def ioctl(self, op: int, arg: int) -> int | None: ... method ioctl (line 348) | def ioctl(self, op: int) -> int | None: method __init__ (line 354) | def __init__(self, *, start: int = -1, len: int = -1) -> None: ... class DMA (line 356) | class DMA: method irq (line 360) | def irq(self, handler: Optional[Callable] = None, hard: bool = False) ... method unpack_ctrl (line 366) | def unpack_ctrl(value: int) -> dict[str, int]: method pack_ctrl (line 380) | def pack_ctrl( method close (line 451) | def close(self) -> None: method config (line 457) | def config( method active (line 485) | def active(self, value: Any | None = None) -> bool: method __init__ (line 495) | def __init__(self) -> None: ... class StateMachine (line 497) | class StateMachine: method irq (line 506) | def irq(self, handler: Optional[Callable] = None, trigger: int = 1, ha... method put (line 513) | def put(self, value: int | ReadableBuffer, shift: int = 0) -> None: method restart (line 528) | def restart(self) -> None: method rx_fifo (line 542) | def rx_fifo(self) -> int: method tx_fifo (line 551) | def tx_fifo(self) -> int: method init (line 560) | def init( method exec (line 613) | def exec(self, instr: Union[int, str]) -> None: method get (line 630) | def get(self, buf: None = None, shift: int = 0) -> int: ... method get (line 632) | def get(self, buf: WriteableBuffer, shift: int = 0) -> WriteableBuffer... method get (line 634) | def get(self, buf: None = None, shift: int = 0) -> int: ... method get (line 636) | def get(self, buf: WriteableBuffer, shift: int = 0) -> WriteableBuffer... method active (line 638) | def active(self) -> bool: ... method active (line 640) | def active(self, value: Union[bool, int]) -> bool: method active (line 651) | def active(self) -> bool: ... method active (line 653) | def active(self, value: Union[bool, int]) -> bool: method __init__ (line 663) | def __init__( class PIO (line 681) | class PIO: method state_machine (line 733) | def state_machine(self, id: int, program: _PIO_ASM_Program | None = No... method remove_program (line 744) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 753) | def irq( method add_program (line 767) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 776) | def __init__(self, id: int) -> None: ... class PIOASMError (line 778) | class PIOASMError(Exception): ... class PIOASMEmit (line 779) | class PIOASMEmit: method __init__ (line 788) | def __init__( method __getattr__ (line 803) | def __getattr__(self, name: str) -> Incomplete: ... function country (line 806) | def country() -> str: function country (line 816) | def country(code: str, /) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/rp2/asm_pio_rp2040.pyi class _PIOInstr (line 72) | class _PIOInstr(Protocol): method side (line 75) | def side(self, value: int, /) -> Self: ... method delay (line 76) | def delay(self, value: int, /) -> Self: ... method __getitem__ (line 77) | def __getitem__(self, delay: int, /) -> Self: ... function invert (line 102) | def invert(x: int) -> int: function reverse (line 105) | def reverse(x: int) -> int: function rel (line 125) | def rel(x: int) -> int: function delay (line 146) | def delay(delay: int) -> _PIOInstr: function side (line 154) | def side(value: int) -> _PIOInstr: function wrap_target (line 167) | def wrap_target() -> None: function wrap (line 177) | def wrap() -> None: function label (line 188) | def label(label: str) -> None: function word (line 203) | def word(instr, label: Incomplete | None = ...) -> _PIOInstr: function nop (line 211) | def nop() -> _PIOInstr: function jmp (line 219) | def jmp(condition, label: Incomplete | None = ...) -> _PIOInstr: function wait (line 254) | def wait(polarity: int, src: int, index: int, /) -> _PIOInstr: function in_ (line 289) | def in_(src, data) -> _PIOInstr: function out (line 322) | def out(destination: int, bit_count: int) -> _PIOInstr: function push (line 360) | def push(value: int = ..., value2: int = ...) -> _PIOInstr: function pull (line 379) | def pull(value: int = ..., value2: int = ...) -> _PIOInstr: function mov (line 405) | def mov(dest, src) -> _PIOInstr: function irq (line 451) | def irq(mod, index: Incomplete | None = ...) -> _PIOInstr: function set (line 471) | def set(destination, data) -> _PIOInstr: FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> None: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: function rom_ioctl (line 243) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 245) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 247) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 249) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 27) | def stack_size() -> int: ... function stack_size (line 29) | def stack_size(size: int, /) -> int: ... function exit (line 30) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 31) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 33) | class LockType: method locked (line 34) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 35) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 36) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> tuple[float, float]: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> complex: function sin (line 50) | def sin(z: _C, /) -> complex: function exp (line 56) | def exp(z: _C, /) -> complex: function cos (line 62) | def cos(z: _C, /) -> complex: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> complex: function log10 (line 80) | def log10(z: _C, /) -> complex: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/cryptolib.pyi class aes (line 23) | class aes: method encrypt (line 29) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 39) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 49) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 56) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method __init__ (line 63) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 85) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/ds18x20.pyi class DS18X20 (line 9) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire) -> None: ... method scan (line 13) | def scan(self): ... method convert_temp (line 14) | def convert_temp(self) -> None: ... method read_scratch (line 15) | def read_scratch(self, rom): ... method write_scratch (line 16) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 17) | def read_temp(self, rom): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha256 (line 59) | class sha256(_Hash): method digest (line 66) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 67) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self): method __init__ (line 75) | def __init__(self, data: AnyReadableBuf): class md5 (line 80) | class md5(_Hash): method digest (line 86) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 87) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/machine.pyi function dht_readinto (line 58) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 59) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 68) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 76) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 101) | def deepsleep() -> NoReturn: function deepsleep (line 126) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 150) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 160) | def unique_id() -> bytes: function soft_reset (line 169) | def soft_reset() -> NoReturn: function reset_cause (line 176) | def reset_cause() -> int: function time_pulse_us (line 182) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 201) | def freq() -> int: function freq (line 209) | def freq(hz: int, /) -> None: function idle (line 216) | def idle() -> None: function reset (line 231) | def reset() -> NoReturn: function lightsleep (line 239) | def lightsleep() -> None: function lightsleep (line 264) | def lightsleep(time_ms: int, /) -> None: class PWM (line 303) | class PWM: method duty_u16 (line 355) | def duty_u16(self) -> int: method duty_u16 (line 367) | def duty_u16( method freq (line 383) | def freq(self) -> int: method freq (line 394) | def freq( method init (line 407) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 415) | def duty_ns(self) -> int: method duty_ns (line 425) | def duty_ns( method deinit (line 437) | def deinit(self) -> None: method __init__ (line 442) | def __init__( class WDT (line 468) | class WDT: method feed (line 483) | def feed(self) -> None: method __init__ (line 490) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 499) | class I2S: method shift (line 579) | def shift( method init (line 591) | def init( method irq (line 608) | def irq( method readinto (line 619) | def readinto( method deinit (line 631) | def deinit(self) -> None: method write (line 636) | def write( method __init__ (line 648) | def __init__( class ADC (line 691) | class ADC: method read_u16 (line 718) | def read_u16(self) -> int: method __init__ (line 725) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... method width (line 741) | def width(self, bits: int) -> None: method read (line 766) | def read(self) -> int: method atten (line 780) | def atten(self, atten: int) -> None: class I2C (line 788) | class I2C: method readfrom_mem_into (line 824) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 835) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 844) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 852) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 862) | def scan(self) -> list[int]: method writeto (line 869) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 878) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 893) | def start(self) -> None: method readfrom (line 898) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 905) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 916) | def init(self, *, freq: int = 400_000) -> None: method init (line 930) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 942) | def stop(self) -> None: method write (line 947) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 956) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 973) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 990) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1003) | class I2CTarget: method deinit (line 1038) | def deinit(self) -> Incomplete: method irq (line 1044) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1083) | def write(self, buf) -> int: method readinto (line 1090) | def readinto(self, buf) -> int: method __init__ (line 1096) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1098) | class SoftSPI(SPI): method deinit (line 1109) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1110) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1111) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1112) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1113) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1114) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__( class Timer (line 1128) | class Timer: method init (line 1157) | def init( method init (line 1166) | def init( method init (line 1175) | def init( method deinit (line 1234) | def deinit(self) -> None: method __init__ (line 1240) | def __init__(self, id: int, /): method __init__ (line 1250) | def __init__( method __init__ (line 1269) | def __init__( method __init__ (line 1288) | def __init__( class UART (line 1306) | class UART: method irq (line 1372) | def irq( method sendbreak (line 1407) | def sendbreak(self) -> None: method deinit (line 1413) | def deinit(self) -> None: method init (line 1424) | def init( method init (line 1496) | def init( method init (line 1559) | def init( method flush (line 1620) | def flush(self) -> None: method txdone (line 1634) | def txdone(self) -> bool: method read (line 1650) | def read(self) -> bytes | None: method read (line 1661) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1670) | def any(self) -> int: method write (line 1684) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 1693) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1704) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1713) | def readline(self) -> bytes | None: method __init__ (line 1722) | def __init__( method __init__ (line 1747) | def __init__( method __init__ (line 1763) | def __init__( class USBDevice (line 1778) | class USBDevice: method submit_xfer (line 1791) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1812) | def config( method remote_wakeup (line 1919) | def remote_wakeup(self) -> bool: method stall (line 1927) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1947) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1968) | class BUILTIN_CDC: method __init__ (line 1974) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1976) | class BUILTIN_NONE: method __init__ (line 1982) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1984) | class BUILTIN_DEFAULT: method __init__ (line 1990) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1992) | def __init__(self) -> None: ... class Pin (line 1994) | class Pin: method low (line 2076) | def low(self) -> None: method irq (line 2083) | def irq( method toggle (line 2136) | def toggle(self) -> None: method off (line 2143) | def off(self) -> None: method on (line 2148) | def on(self) -> None: method init (line 2153) | def init( method value (line 2172) | def value(self) -> int: method value (line 2206) | def value(self, x: Any, /) -> None: method high (line 2238) | def high(self) -> None: class cpu (line 2246) | class cpu: method __init__ (line 2277) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2279) | class board: method __init__ (line 2308) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2310) | def __init__( method __call__ (line 2385) | def __call__(self) -> int: method __call__ (line 2393) | def __call__(self, x: Any, /) -> None: method mode (line 2401) | def mode(self) -> int: method mode (line 2410) | def mode(self, mode: int, /) -> None: method pull (line 2419) | def pull(self) -> int: method pull (line 2428) | def pull(self, pull: int, /) -> None: method drive (line 2437) | def drive(self, drive: int, /) -> None: method drive (line 2447) | def drive(self, /) -> int: class SoftI2C (line 2455) | class SoftI2C(I2C): method readfrom_mem_into (line 2467) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2468) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2469) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2470) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2471) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2472) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2473) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2474) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2475) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2476) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2477) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2478) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2479) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2480) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class RTC (line 2482) | class RTC: method datetime (line 2499) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2515) | def __init__(self, id: int = 0): method __init__ (line 2521) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2529) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2537) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2545) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2553) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2561) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2569) | def init(self) -> None: method init (line 2584) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2599) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2614) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2629) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2644) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2659) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2674) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2682) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2690) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2698) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2706) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2714) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2722) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method memory (line 2730) | def memory(self) -> bytes: method memory (line 2748) | def memory(self, data: AnyReadableBuf, /) -> None: class SPI (line 2765) | class SPI: method deinit (line 2824) | def deinit(self) -> None: method init (line 2831) | def init( method init (line 2866) | def init( method write_readinto (line 2897) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2907) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2914) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2922) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 2932) | def __init__(self, id: int, /): method __init__ (line 2945) | def __init__( method __init__ (line 2971) | def __init__( class Signal (line 2994) | class Signal(Pin): method off (line 3063) | def off(self) -> None: method on (line 3068) | def on(self) -> None: method value (line 3075) | def value(self) -> int: method value (line 3095) | def value(self, x: Any, /) -> None: method __init__ (line 3115) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 3135) | def __init__( class ADCBlock (line 3165) | class ADCBlock: method connect (line 3167) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3169) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3171) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class ADCWiPy (line 3192) | class ADCWiPy: method channel (line 3194) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3196) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3198) | def channel(self, id: int, *, pin) -> adcchannel: class SDCard (line 3211) | class SDCard: method readblocks (line 3213) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3223) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3233) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3244) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/neopixel.pyi class NeoPixel (line 24) | class NeoPixel(_NeoPixelBase): method __init__ (line 52) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 62) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 72) | def __getitem__(self, i) -> Tuple: method fill (line 77) | def fill(self, v) -> None: method write (line 83) | def write(self) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/rp2/__init__.pyi function asm_pio_encode (line 161) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 171) | def bootsel_button() -> int: function asm_pio (line 184) | def asm_pio( function const (line 236) | def const(*args, **kwargs) -> Incomplete: ... class Flash (line 238) | class Flash: method readblocks (line 243) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> None: method readblocks (line 253) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method readblocks (line 262) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> None: method readblocks (line 272) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method writeblocks (line 282) | def writeblocks(self, block_num: int, buf: AnyReadableBuf) -> None: method writeblocks (line 293) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method writeblocks (line 308) | def writeblocks(self, block_num: int, buf: AnyReadableBuf) -> None: method writeblocks (line 319) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method ioctl (line 334) | def ioctl(self, op: int, arg: int) -> int | None: ... method ioctl (line 337) | def ioctl(self, op: int) -> int | None: method ioctl (line 345) | def ioctl(self, op: int, arg: int) -> int | None: ... method ioctl (line 348) | def ioctl(self, op: int) -> int | None: method __init__ (line 354) | def __init__(self, *, start: int = -1, len: int = -1) -> None: ... class DMA (line 356) | class DMA: method irq (line 360) | def irq(self, handler: Optional[Callable] = None, hard: bool = False) ... method unpack_ctrl (line 366) | def unpack_ctrl(value: int) -> dict[str, int]: method pack_ctrl (line 380) | def pack_ctrl( method close (line 451) | def close(self) -> None: method config (line 457) | def config( method active (line 485) | def active(self, value: Any | None = None) -> bool: method __init__ (line 495) | def __init__(self) -> None: ... class StateMachine (line 497) | class StateMachine: method irq (line 506) | def irq(self, handler: Optional[Callable] = None, trigger: int = 1, ha... method put (line 513) | def put(self, value: int | ReadableBuffer, shift: int = 0) -> None: method restart (line 528) | def restart(self) -> None: method rx_fifo (line 542) | def rx_fifo(self) -> int: method tx_fifo (line 551) | def tx_fifo(self) -> int: method init (line 560) | def init( method exec (line 613) | def exec(self, instr: Union[int, str]) -> None: method get (line 630) | def get(self, buf: None = None, shift: int = 0) -> int: ... method get (line 632) | def get(self, buf: WriteableBuffer, shift: int = 0) -> WriteableBuffer... method get (line 634) | def get(self, buf: None = None, shift: int = 0) -> int: ... method get (line 636) | def get(self, buf: WriteableBuffer, shift: int = 0) -> WriteableBuffer... method active (line 638) | def active(self) -> bool: ... method active (line 640) | def active(self, value: Union[bool, int]) -> bool: method active (line 651) | def active(self) -> bool: ... method active (line 653) | def active(self, value: Union[bool, int]) -> bool: method __init__ (line 663) | def __init__( class PIO (line 681) | class PIO: method state_machine (line 733) | def state_machine(self, id: int, program: _PIO_ASM_Program | None = No... method remove_program (line 744) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 753) | def irq( method add_program (line 767) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 776) | def __init__(self, id: int) -> None: ... class PIOASMError (line 778) | class PIOASMError(Exception): ... class PIOASMEmit (line 779) | class PIOASMEmit: method __init__ (line 788) | def __init__( method __getattr__ (line 803) | def __getattr__(self, name: str) -> Incomplete: ... function country (line 806) | def country() -> str: function country (line 816) | def country(code: str, /) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/rp2/asm_pio_rp2040.pyi class _PIOInstr (line 72) | class _PIOInstr(Protocol): method side (line 75) | def side(self, value: int, /) -> Self: ... method delay (line 76) | def delay(self, value: int, /) -> Self: ... method __getitem__ (line 77) | def __getitem__(self, delay: int, /) -> Self: ... function invert (line 102) | def invert(x: int) -> int: function reverse (line 105) | def reverse(x: int) -> int: function rel (line 125) | def rel(x: int) -> int: function delay (line 146) | def delay(delay: int) -> _PIOInstr: function side (line 154) | def side(value: int) -> _PIOInstr: function wrap_target (line 167) | def wrap_target() -> None: function wrap (line 177) | def wrap() -> None: function label (line 188) | def label(label: str) -> None: function word (line 203) | def word(instr, label: Incomplete | None = ...) -> _PIOInstr: function nop (line 211) | def nop() -> _PIOInstr: function jmp (line 219) | def jmp(condition, label: Incomplete | None = ...) -> _PIOInstr: function wait (line 254) | def wait(polarity: int, src: int, index: int, /) -> _PIOInstr: function in_ (line 289) | def in_(src, data) -> _PIOInstr: function out (line 322) | def out(destination: int, bit_count: int) -> _PIOInstr: function push (line 360) | def push(value: int = ..., value2: int = ...) -> _PIOInstr: function pull (line 379) | def pull(value: int = ..., value2: int = ...) -> _PIOInstr: function mov (line 405) | def mov(dest, src) -> _PIOInstr: function irq (line 451) | def irq(mod, index: Incomplete | None = ...) -> _PIOInstr: function set (line 471) | def set(destination, data) -> _PIOInstr: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> None: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: function rom_ioctl (line 243) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 245) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 247) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 249) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 27) | def stack_size() -> int: ... function stack_size (line 29) | def stack_size(size: int, /) -> int: ... function exit (line 30) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 31) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 33) | class LockType: method locked (line 34) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 35) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 36) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/aioble/central.pyi function _central_irq (line 38) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 39) | def _central_shutdown() -> None: ... function _cancel_pending (line 40) | async def _cancel_pending() -> None: ... function _connect (line 41) | async def _connect(connection, timeout_ms, scan_duration_ms, min_conn_in... class ScanResult (line 43) | class ScanResult: method __init__ (line 49) | def __init__(self, device) -> None: ... method _update (line 50) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 51) | def __str__(self) -> str: ... method _decode_field (line 52) | def _decode_field(self, *adv_type) -> Generator[Incomplete]: ... method name (line 53) | def name(self): ... method services (line 54) | def services(self) -> Generator[Incomplete]: ... method manufacturer (line 55) | def manufacturer(self, filter=None) -> Generator[Incomplete]: ... class scan (line 57) | class scan: method __init__ (line 66) | def __init__(self, duration_ms, interval_us=None, window_us=None, acti... method __aenter__ (line 67) | async def __aenter__(self): ... method __aexit__ (line 68) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 69) | def __aiter__(self): ... method __anext__ (line 70) | async def __anext__(self): ... method cancel (line 71) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/aioble/client.pyi function _client_irq (line 27) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 29) | class ClientDiscover: method __init__ (line 38) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 39) | async def _start(self) -> None: ... method __aiter__ (line 40) | def __aiter__(self): ... method __anext__ (line 41) | async def __anext__(self): ... method _discover_result (line 42) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 43) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 45) | class ClientService: method __init__ (line 50) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 51) | def __str__(self) -> str: ... method characteristic (line 52) | async def characteristic(self, uuid, timeout_ms: int = 2000): ... method characteristics (line 53) | def characteristics(self, uuid=None, timeout_ms: int = 2000): ... method _start_discovery (line 54) | def _start_discovery(connection, uuid=None) -> None: ... class BaseClientCharacteristic (line 56) | class BaseClientCharacteristic: method __init__ (line 65) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 66) | def _register_with_connection(self) -> None: ... method _find (line 67) | def _find(conn_handle, value_handle): ... method _check (line 68) | def _check(self, flag) -> None: ... method read (line 69) | async def read(self, timeout_ms: int = 1000): ... method _read_result (line 70) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 71) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 72) | async def write(self, data, response=None, timeout_ms: int = 1000) -> ... method _write_done (line 73) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 75) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 83) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 84) | def __str__(self) -> str: ... method _connection (line 85) | def _connection(self): ... method descriptor (line 86) | async def descriptor(self, uuid, timeout_ms: int = 2000): ... method descriptors (line 87) | def descriptors(self, timeout_ms: int = 2000): ... method _start_discovery (line 88) | def _start_discovery(service, uuid=None) -> None: ... method _notified_indicated (line 89) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 90) | async def notified(self, timeout_ms=None): ... method _on_notify_indicate (line 91) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 92) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 93) | async def indicated(self, timeout_ms=None): ... method _on_indicate (line 94) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 95) | async def subscribe(self, notify: bool = True, indicate: bool = False)... class ClientDescriptor (line 97) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 99) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 100) | def __str__(self) -> str: ... method _connection (line 101) | def _connection(self): ... method _start_discovery (line 102) | def _start_discovery(characteristic, uuid=None) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/aioble/core.pyi function log_error (line 6) | def log_error(*args) -> None: ... function log_warn (line 7) | def log_warn(*args) -> None: ... function log_info (line 8) | def log_info(*args) -> None: ... class GattError (line 10) | class GattError(Exception): method __init__ (line 12) | def __init__(self, status) -> None: ... function ensure_active (line 14) | def ensure_active() -> None: ... function config (line 15) | def config(*args, **kwargs): ... function register_irq_handler (line 20) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 21) | def stop() -> None: ... function ble_irq (line 22) | def ble_irq(event, data): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/aioble/device.pyi class DeviceDisconnectedError (line 9) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 11) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 13) | class DeviceTimeout: method __init__ (line 18) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 19) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 20) | def __enter__(self) -> None: ... method __exit__ (line 21) | def __exit__( class Device (line 25) | class Device: method __init__ (line 29) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 30) | def __eq__(self, rhs): ... method __hash__ (line 31) | def __hash__(self): ... method __str__ (line 32) | def __str__(self) -> str: ... method addr_hex (line 33) | def addr_hex(self): ... method connect (line 34) | async def connect(self, timeout_ms: int = 10000, scan_duration_ms=None... class DeviceConnection (line 36) | class DeviceConnection: method __init__ (line 53) | def __init__(self, device) -> None: ... method device_task (line 54) | async def device_task(self) -> None: ... method _run_task (line 55) | def _run_task(self) -> None: ... method disconnect (line 56) | async def disconnect(self, timeout_ms: int = 2000) -> None: ... method disconnected (line 57) | async def disconnected(self, timeout_ms=None, disconnect: bool = False... method service (line 58) | async def service(self, uuid, timeout_ms: int = 2000): ... method services (line 59) | def services(self, uuid=None, timeout_ms: int = 2000): ... method pair (line 60) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 61) | def is_connected(self): ... method timeout (line 62) | def timeout(self, timeout_ms): ... method exchange_mtu (line 63) | async def exchange_mtu(self, mtu=None, timeout_ms: int = 1000): ... method l2cap_accept (line 64) | async def l2cap_accept(self, psm, mtu, timeout_ms=None): ... method l2cap_connect (line 65) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = 1000): ... method __aenter__ (line 66) | async def __aenter__(self): ... method __aexit__ (line 67) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/aioble/l2cap.pyi function _l2cap_irq (line 14) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 15) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 17) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 18) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 20) | class L2CAPChannel: method __init__ (line 29) | def __init__(self, connection) -> None: ... method _assert_connected (line 30) | def _assert_connected(self) -> None: ... method recvinto (line 31) | async def recvinto(self, buf, timeout_ms=None): ... method available (line 32) | def available(self): ... method send (line 33) | async def send(self, buf, timeout_ms=None, chunk_size=None) -> None: ... method flush (line 34) | async def flush(self, timeout_ms=None) -> None: ... method disconnect (line 35) | async def disconnect(self, timeout_ms: int = 1000) -> None: ... method disconnected (line 36) | async def disconnected(self, timeout_ms: int = 1000) -> None: ... method __aenter__ (line 37) | async def __aenter__(self): ... method __aexit__ (line 38) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 40) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 41) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/aioble/peripheral.pyi function _peripheral_irq (line 30) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 31) | def _peripheral_shutdown() -> None: ... function _append (line 32) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 33) | async def advertise( FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/aioble/security.pyi function load_secrets (line 24) | def load_secrets(path=None) -> None: ... function _save_secrets (line 25) | def _save_secrets(arg=None) -> None: ... function _security_irq (line 26) | def _security_irq(event, data): ... function _security_shutdown (line 27) | def _security_shutdown() -> None: ... function pair (line 28) | async def pair(connection, bond: bool = True, le_secure: bool = True, mi... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/aioble/server.pyi function _server_irq (line 33) | def _server_irq(event, data): ... function _server_shutdown (line 34) | def _server_shutdown() -> None: ... class Service (line 36) | class Service: method __init__ (line 39) | def __init__(self, uuid) -> None: ... method _tuple (line 40) | def _tuple(self): ... class BaseCharacteristic (line 42) | class BaseCharacteristic: method _register (line 45) | def _register(self, value_handle) -> None: ... method read (line 46) | def read(self): ... method write (line 47) | def write(self, data, send_update: bool = False) -> None: ... method _init_capture (line 49) | def _init_capture() -> None: ... method _run_capture_task (line 51) | async def _run_capture_task() -> None: ... method written (line 53) | async def written(self, timeout_ms=None): ... method on_read (line 54) | def on_read(self, connection): ... method _remote_write (line 55) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 56) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 58) | class Characteristic(BaseCharacteristic): method __init__ (line 69) | def __init__( method _tuple (line 81) | def _tuple(self): ... method notify (line 82) | def notify(self, connection, data=None) -> None: ... method indicate (line 83) | async def indicate(self, connection, data=None, timeout_ms: int = 1000... method _indicate_done (line 84) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 86) | class BufferedCharacteristic(Characteristic): method __init__ (line 89) | def __init__(self, *args, max_len: int = 20, append: bool = False, **k... method _register (line 90) | def _register(self, value_handle) -> None: ... class Descriptor (line 92) | class Descriptor(BaseCharacteristic): method __init__ (line 99) | def __init__(self, characteristic, uuid, read: bool = False, write: bo... method _tuple (line 100) | def _tuple(self): ... function register_services (line 102) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gatts_notify (line 64) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_indicate (line 78) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_write (line 95) | def gattc_write( method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 130) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_read (line 143) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method gatts_write (line 149) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_set_buffer (line 158) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_register_services (line 170) | def gatts_register_services(self, services_definition: tuple[_Service,... method irq (line 232) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_connect (line 425) | def gap_connect( method gap_advertise (line 456) | def gap_advertise( method config (line 482) | def config(self, param: str, /) -> Any: method config (line 546) | def config(self, **kwargs) -> None: method config (line 610) | def config(self, param: str, /) -> Any: method config (line 674) | def config(self, **kwargs) -> None: method active (line 738) | def active(self) -> bool: method active (line 747) | def active(self, active: bool, /) -> None: method active (line 756) | def active(self) -> bool: method active (line 765) | def active(self, active: bool, /) -> None: method gattc_discover_services (line 772) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gap_disconnect (line 782) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gattc_discover_descriptors (line 796) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method gattc_discover_characteristics (line 804) | def gattc_discover_characteristics( method gap_scan (line 825) | def gap_scan( method __init__ (line 867) | def __init__(self) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> tuple[float, float]: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> complex: function sin (line 50) | def sin(z: _C, /) -> complex: function exp (line 56) | def exp(z: _C, /) -> complex: function cos (line 62) | def cos(z: _C, /) -> complex: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> complex: function log10 (line 80) | def log10(z: _C, /) -> complex: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/cryptolib.pyi class aes (line 23) | class aes: method encrypt (line 29) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 39) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 49) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 56) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method __init__ (line 63) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 85) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/ds18x20.pyi class DS18X20 (line 9) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire) -> None: ... method scan (line 13) | def scan(self): ... method convert_temp (line 14) | def convert_temp(self) -> None: ... method read_scratch (line 15) | def read_scratch(self, rom): ... method write_scratch (line 16) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 17) | def read_temp(self, rom): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha256 (line 59) | class sha256(_Hash): method digest (line 66) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 67) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self): method __init__ (line 75) | def __init__(self, data: AnyReadableBuf): class md5 (line 80) | class md5(_Hash): method digest (line 86) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 87) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/lwip.pyi function reset (line 27) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 28) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 29) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 30) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 32) | class socket: method recvfrom (line 33) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 34) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 35) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 36) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 38) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 39) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 40) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 41) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 43) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 44) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 46) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 47) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 48) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 49) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 50) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/machine.pyi function dht_readinto (line 58) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 59) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 68) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 76) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 101) | def deepsleep() -> NoReturn: function deepsleep (line 126) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 150) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 160) | def unique_id() -> bytes: function soft_reset (line 169) | def soft_reset() -> NoReturn: function reset_cause (line 176) | def reset_cause() -> int: function time_pulse_us (line 182) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 201) | def freq() -> int: function freq (line 209) | def freq(hz: int, /) -> None: function idle (line 216) | def idle() -> None: function reset (line 231) | def reset() -> NoReturn: function lightsleep (line 239) | def lightsleep() -> None: function lightsleep (line 264) | def lightsleep(time_ms: int, /) -> None: class PWM (line 303) | class PWM: method duty_u16 (line 355) | def duty_u16(self) -> int: method duty_u16 (line 367) | def duty_u16( method freq (line 383) | def freq(self) -> int: method freq (line 394) | def freq( method init (line 407) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 415) | def duty_ns(self) -> int: method duty_ns (line 425) | def duty_ns( method deinit (line 437) | def deinit(self) -> None: method __init__ (line 442) | def __init__( class WDT (line 468) | class WDT: method feed (line 483) | def feed(self) -> None: method __init__ (line 490) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 499) | class I2S: method shift (line 579) | def shift( method init (line 591) | def init( method irq (line 608) | def irq( method readinto (line 619) | def readinto( method deinit (line 631) | def deinit(self) -> None: method write (line 636) | def write( method __init__ (line 648) | def __init__( class ADC (line 691) | class ADC: method read_u16 (line 718) | def read_u16(self) -> int: method __init__ (line 725) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... method width (line 741) | def width(self, bits: int) -> None: method read (line 766) | def read(self) -> int: method atten (line 780) | def atten(self, atten: int) -> None: class I2C (line 788) | class I2C: method readfrom_mem_into (line 824) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 835) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 844) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 852) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 862) | def scan(self) -> list[int]: method writeto (line 869) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 878) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 893) | def start(self) -> None: method readfrom (line 898) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 905) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 916) | def init(self, *, freq: int = 400_000) -> None: method init (line 930) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 942) | def stop(self) -> None: method write (line 947) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 956) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 973) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 990) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1003) | class I2CTarget: method deinit (line 1038) | def deinit(self) -> Incomplete: method irq (line 1044) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1083) | def write(self, buf) -> int: method readinto (line 1090) | def readinto(self, buf) -> int: method __init__ (line 1096) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1098) | class SoftSPI(SPI): method deinit (line 1109) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1110) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1111) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1112) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1113) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1114) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__( class Timer (line 1128) | class Timer: method init (line 1157) | def init( method init (line 1166) | def init( method init (line 1175) | def init( method deinit (line 1234) | def deinit(self) -> None: method __init__ (line 1240) | def __init__(self, id: int, /): method __init__ (line 1250) | def __init__( method __init__ (line 1269) | def __init__( method __init__ (line 1288) | def __init__( class UART (line 1306) | class UART: method irq (line 1372) | def irq( method sendbreak (line 1407) | def sendbreak(self) -> None: method deinit (line 1413) | def deinit(self) -> None: method init (line 1424) | def init( method init (line 1496) | def init( method init (line 1559) | def init( method flush (line 1620) | def flush(self) -> None: method txdone (line 1634) | def txdone(self) -> bool: method read (line 1650) | def read(self) -> bytes | None: method read (line 1661) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1670) | def any(self) -> int: method write (line 1684) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 1693) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1704) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1713) | def readline(self) -> bytes | None: method __init__ (line 1722) | def __init__( method __init__ (line 1747) | def __init__( method __init__ (line 1763) | def __init__( class USBDevice (line 1778) | class USBDevice: method submit_xfer (line 1791) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1812) | def config( method remote_wakeup (line 1919) | def remote_wakeup(self) -> bool: method stall (line 1927) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1947) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1968) | class BUILTIN_CDC: method __init__ (line 1974) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1976) | class BUILTIN_NONE: method __init__ (line 1982) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1984) | class BUILTIN_DEFAULT: method __init__ (line 1990) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1992) | def __init__(self) -> None: ... class Pin (line 1994) | class Pin: method low (line 2076) | def low(self) -> None: method irq (line 2083) | def irq( method toggle (line 2136) | def toggle(self) -> None: method off (line 2143) | def off(self) -> None: method on (line 2148) | def on(self) -> None: method init (line 2153) | def init( method value (line 2172) | def value(self) -> int: method value (line 2206) | def value(self, x: Any, /) -> None: method high (line 2238) | def high(self) -> None: class cpu (line 2246) | class cpu: method __init__ (line 2280) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2282) | class board: method __init__ (line 2313) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2315) | def __init__( method __call__ (line 2390) | def __call__(self) -> int: method __call__ (line 2398) | def __call__(self, x: Any, /) -> None: method mode (line 2406) | def mode(self) -> int: method mode (line 2415) | def mode(self, mode: int, /) -> None: method pull (line 2424) | def pull(self) -> int: method pull (line 2433) | def pull(self, pull: int, /) -> None: method drive (line 2442) | def drive(self, drive: int, /) -> None: method drive (line 2452) | def drive(self, /) -> int: class SoftI2C (line 2460) | class SoftI2C(I2C): method readfrom_mem_into (line 2472) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2473) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2474) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2475) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2476) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2477) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2478) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2479) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2480) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2481) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2482) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2483) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2484) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2485) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class RTC (line 2487) | class RTC: method datetime (line 2504) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2520) | def __init__(self, id: int = 0): method __init__ (line 2526) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2534) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2542) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2550) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2558) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2566) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2574) | def init(self) -> None: method init (line 2589) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2604) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2619) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2634) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2649) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2664) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2679) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2687) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2695) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2703) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2711) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2719) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2727) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method memory (line 2735) | def memory(self) -> bytes: method memory (line 2753) | def memory(self, data: AnyReadableBuf, /) -> None: class SPI (line 2770) | class SPI: method deinit (line 2829) | def deinit(self) -> None: method init (line 2836) | def init( method init (line 2871) | def init( method write_readinto (line 2902) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2912) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2919) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2927) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 2937) | def __init__(self, id: int, /): method __init__ (line 2950) | def __init__( method __init__ (line 2976) | def __init__( class Signal (line 2999) | class Signal(Pin): method off (line 3068) | def off(self) -> None: method on (line 3073) | def on(self) -> None: method value (line 3080) | def value(self) -> int: method value (line 3100) | def value(self, x: Any, /) -> None: method __init__ (line 3120) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 3140) | def __init__( class ADCBlock (line 3170) | class ADCBlock: method connect (line 3172) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3174) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3176) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class ADCWiPy (line 3197) | class ADCWiPy: method channel (line 3199) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3201) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3203) | def channel(self, id: int, *, pin) -> adcchannel: class SDCard (line 3216) | class SDCard: method readblocks (line 3218) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3228) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3238) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3249) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/mip/__init__.pyi function _ensure_path_exists (line 9) | def _ensure_path_exists(path) -> None: ... function _chunk (line 10) | def _chunk(src, dest) -> None: ... function _check_exists (line 11) | def _check_exists(path, short_hash): ... function _rewrite_url (line 12) | def _rewrite_url(url, branch=None): ... function _download_file (line 13) | def _download_file(url, dest): ... function _install_json (line 14) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 15) | def _install_package(package, index, target, version, mpy): ... function install (line 16) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/neopixel.pyi class NeoPixel (line 24) | class NeoPixel(_NeoPixelBase): method __init__ (line 52) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 62) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 72) | def __getitem__(self, i) -> Tuple: method fill (line 77) | def fill(self, v) -> None: method write (line 83) | def write(self) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/network.pyi function hostname (line 65) | def hostname() -> str: ... function hostname (line 67) | def hostname(name: str, /) -> None: ... function ipconfig (line 68) | def ipconfig(*args: Any, **kwargs: Any) -> Any: function route (line 83) | def route(*args, **kwargs) -> Incomplete: ... function country (line 85) | def country() -> str: ... function country (line 87) | def country(code: str, /) -> None: ... class WLAN (line 89) | class WLAN: method ipconfig (line 124) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method status (line 126) | def status(self) -> int: method status (line 156) | def status(self, param: str, /) -> int: method ioctl (line 184) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method send_ethernet (line 185) | def send_ethernet(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 186) | def isconnected(self) -> bool: method scan (line 193) | def scan(self) -> List[Tuple]: method config (line 223) | def config(self, param: str, /) -> Any: method config (line 259) | def config(self, **kwargs: Any) -> None: method ifconfig (line 295) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 306) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method active (line 317) | def active(self, /) -> bool: method active (line 325) | def active(self, is_active: bool | int, /) -> None: method disconnect (line 331) | def disconnect(self) -> None: method connect (line 336) | def connect( method deinit (line 351) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 352) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 361) | class LAN: method active (line 363) | def active(self, /) -> bool: method active (line 371) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 378) | class WLANWiPy: method __init__ (line 380) | def __init__(self, id: int = 0, /): method __init__ (line 394) | def __init__( method mode (line 418) | def mode(self) -> int: method mode (line 424) | def mode(self, mode: int, /) -> None: method ssid (line 430) | def ssid(self) -> str: method ssid (line 436) | def ssid(self, ssid: str, /) -> None: method auth (line 442) | def auth(self) -> int: method auth (line 448) | def auth(self, auth: int, /) -> None: method channel (line 454) | def channel(self) -> int: method channel (line 460) | def channel(self, channel: int, /) -> None: method antenna (line 466) | def antenna(self) -> int: method antenna (line 472) | def antenna(self, antenna: int, /) -> None: method mac (line 478) | def mac(self) -> bytes: method mac (line 484) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 489) | class AbstractNIC: method active (line 492) | def active(self, /) -> bool: method active (line 503) | def active(self, is_active: bool | int, /) -> None: method connect (line 514) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 533) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 552) | def status(self) -> Any: method status (line 570) | def status(self, param: str, /) -> Any: method ifconfig (line 588) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 602) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 616) | def config(self, param: str, /) -> Any: method config (line 635) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/ntptime.pyi function time (line 5) | def time(): ... function settime (line 6) | def settime() -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/requests/__init__.pyi class Response (line 4) | class Response: method __init__ (line 8) | def __init__(self, f) -> None: ... method close (line 9) | def close(self) -> None: ... method content (line 11) | def content(self): ... method text (line 13) | def text(self): ... method json (line 14) | def json(self): ... function request (line 16) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 17) | def head(url, **kw): ... function get (line 18) | def get(url, **kw): ... function post (line 19) | def post(url, **kw): ... function put (line 20) | def put(url, **kw): ... function patch (line 21) | def patch(url, **kw): ... function delete (line 22) | def delete(url, **kw): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/rp2/__init__.pyi function bootsel_button (line 161) | def bootsel_button() -> int: function asm_pio (line 174) | def asm_pio( function country (line 227) | def country() -> str: function country (line 237) | def country(code: str, /) -> None: function asm_pio_encode (line 246) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function const (line 256) | def const(*args, **kwargs) -> Incomplete: ... class DMA (line 258) | class DMA: method irq (line 262) | def irq(self, handler: Optional[Callable] = None, hard: bool = False) ... method unpack_ctrl (line 268) | def unpack_ctrl(value: int) -> dict[str, int]: method pack_ctrl (line 282) | def pack_ctrl( method close (line 353) | def close(self) -> None: method config (line 359) | def config( method active (line 387) | def active(self, value: Any | None = None) -> bool: method __init__ (line 397) | def __init__(self) -> None: ... class PIO (line 399) | class PIO: method state_machine (line 451) | def state_machine(self, id: int, program: _PIO_ASM_Program | None = No... method remove_program (line 462) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 471) | def irq( method add_program (line 485) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 494) | def __init__(self, id: int) -> None: ... class StateMachine (line 496) | class StateMachine: method irq (line 505) | def irq(self, handler: Optional[Callable] = None, trigger: int = 1, ha... method put (line 512) | def put(self, value: int | ReadableBuffer, shift: int = 0) -> None: method restart (line 527) | def restart(self) -> None: method rx_fifo (line 541) | def rx_fifo(self) -> int: method tx_fifo (line 550) | def tx_fifo(self) -> int: method init (line 559) | def init( method exec (line 612) | def exec(self, instr: Union[int, str]) -> None: method get (line 629) | def get(self, buf: None = None, shift: int = 0) -> int: ... method get (line 631) | def get(self, buf: WriteableBuffer, shift: int = 0) -> WriteableBuffer... method get (line 633) | def get(self, buf: None = None, shift: int = 0) -> int: ... method get (line 635) | def get(self, buf: WriteableBuffer, shift: int = 0) -> WriteableBuffer... method active (line 637) | def active(self) -> bool: ... method active (line 639) | def active(self, value: Union[bool, int]) -> bool: method active (line 650) | def active(self) -> bool: ... method active (line 652) | def active(self, value: Union[bool, int]) -> bool: method __init__ (line 662) | def __init__( class PIOASMEmit (line 679) | class PIOASMEmit: method __init__ (line 688) | def __init__( method __getattr__ (line 703) | def __getattr__(self, name: str) -> Incomplete: ... class Flash (line 705) | class Flash: method readblocks (line 710) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> None: method readblocks (line 720) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method readblocks (line 729) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> None: method readblocks (line 739) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method writeblocks (line 749) | def writeblocks(self, block_num: int, buf: AnyReadableBuf) -> None: method writeblocks (line 760) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method writeblocks (line 775) | def writeblocks(self, block_num: int, buf: AnyReadableBuf) -> None: method writeblocks (line 786) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method ioctl (line 801) | def ioctl(self, op: int, arg: int) -> int | None: ... method ioctl (line 804) | def ioctl(self, op: int) -> int | None: method ioctl (line 812) | def ioctl(self, op: int, arg: int) -> int | None: ... method ioctl (line 815) | def ioctl(self, op: int) -> int | None: method __init__ (line 821) | def __init__(self, *, start: int = -1, len: int = -1) -> None: ... class PIOASMError (line 823) | class PIOASMError(Exception): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/rp2/asm_pio_rp2040.pyi class _PIOInstr (line 72) | class _PIOInstr(Protocol): method side (line 75) | def side(self, value: int, /) -> Self: ... method delay (line 76) | def delay(self, value: int, /) -> Self: ... method __getitem__ (line 77) | def __getitem__(self, delay: int, /) -> Self: ... function invert (line 102) | def invert(x: int) -> int: function reverse (line 105) | def reverse(x: int) -> int: function rel (line 125) | def rel(x: int) -> int: function delay (line 146) | def delay(delay: int) -> _PIOInstr: function side (line 154) | def side(value: int) -> _PIOInstr: function wrap_target (line 167) | def wrap_target() -> None: function wrap (line 177) | def wrap() -> None: function label (line 188) | def label(label: str) -> None: function word (line 203) | def word(instr, label: Incomplete | None = ...) -> _PIOInstr: function nop (line 211) | def nop() -> _PIOInstr: function jmp (line 219) | def jmp(condition, label: Incomplete | None = ...) -> _PIOInstr: function wait (line 254) | def wait(polarity: int, src: int, index: int, /) -> _PIOInstr: function in_ (line 289) | def in_(src, data) -> _PIOInstr: function out (line 322) | def out(destination: int, bit_count: int) -> _PIOInstr: function push (line 360) | def push(value: int = ..., value2: int = ...) -> _PIOInstr: function pull (line 379) | def pull(value: int = ..., value2: int = ...) -> _PIOInstr: function mov (line 405) | def mov(dest, src) -> _PIOInstr: function irq (line 451) | def irq(mod, index: Incomplete | None = ...) -> _PIOInstr: function set (line 471) | def set(destination, data) -> _PIOInstr: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/socket.pyi function reset (line 115) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 116) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 117) | def getaddrinfo( function callback (line 167) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 169) | class socket: method recvfrom (line 177) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 186) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 198) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 218) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 236) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 244) | def settimeout(self, value: float | None, /) -> None: method sendall (line 279) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 291) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 298) | def setblocking(self, value: bool, /) -> None: method sendto (line 309) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> int: method readline (line 315) | def readline(self) -> bytes: method readinto (line 324) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 334) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 344) | def read(self) -> bytes: method read (line 354) | def read(self, size: int, /) -> bytes: method close (line 362) | def close(self) -> None: method connect (line 372) | def connect(self, address: _Address | bytes, /) -> None: method send (line 377) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 384) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 389) | def accept(self) -> Tuple: method write (line 397) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 407) | def __init__( FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/urequests.pyi function __getattr__ (line 2) | def __getattr__(attr): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> None: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: function rom_ioctl (line 243) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 245) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 247) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 249) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/webrepl.pyi function server_handshake (line 11) | def server_handshake(cl): ... function send_html (line 12) | def send_html(cl) -> None: ... function setup_conn (line 13) | def setup_conn(port, accept_handler): ... function accept_conn (line 14) | def accept_conn(listen_sock): ... function stop (line 15) | def stop() -> None: ... function start (line 16) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 17) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/webrepl_setup.pyi function input_choice (line 5) | def input_choice(prompt, choices): ... function getpass (line 6) | def getpass(prompt): ... function input_pass (line 7) | def input_pass(): ... function exists (line 8) | def exists(fname): ... function get_daemon_status (line 9) | def get_daemon_status(): ... function change_daemon (line 10) | def change_daemon(action) -> None: ... function main (line 11) | def main() -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico2_w-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 27) | def stack_size() -> int: ... function stack_size (line 29) | def stack_size(size: int, /) -> int: ... function exit (line 30) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 31) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 33) | class LockType: method locked (line 34) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 35) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 36) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/aioble/central.pyi function _central_irq (line 38) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 39) | def _central_shutdown() -> None: ... function _cancel_pending (line 40) | async def _cancel_pending() -> None: ... function _connect (line 41) | async def _connect(connection, timeout_ms, scan_duration_ms, min_conn_in... class ScanResult (line 43) | class ScanResult: method __init__ (line 49) | def __init__(self, device) -> None: ... method _update (line 50) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 51) | def __str__(self) -> str: ... method _decode_field (line 52) | def _decode_field(self, *adv_type) -> Generator[Incomplete]: ... method name (line 53) | def name(self): ... method services (line 54) | def services(self) -> Generator[Incomplete]: ... method manufacturer (line 55) | def manufacturer(self, filter=None) -> Generator[Incomplete]: ... class scan (line 57) | class scan: method __init__ (line 66) | def __init__(self, duration_ms, interval_us=None, window_us=None, acti... method __aenter__ (line 67) | async def __aenter__(self): ... method __aexit__ (line 68) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 69) | def __aiter__(self): ... method __anext__ (line 70) | async def __anext__(self): ... method cancel (line 71) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/aioble/client.pyi function _client_irq (line 27) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 29) | class ClientDiscover: method __init__ (line 38) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 39) | async def _start(self) -> None: ... method __aiter__ (line 40) | def __aiter__(self): ... method __anext__ (line 41) | async def __anext__(self): ... method _discover_result (line 42) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 43) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 45) | class ClientService: method __init__ (line 50) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 51) | def __str__(self) -> str: ... method characteristic (line 52) | async def characteristic(self, uuid, timeout_ms: int = 2000): ... method characteristics (line 53) | def characteristics(self, uuid=None, timeout_ms: int = 2000): ... method _start_discovery (line 54) | def _start_discovery(connection, uuid=None) -> None: ... class BaseClientCharacteristic (line 56) | class BaseClientCharacteristic: method __init__ (line 65) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 66) | def _register_with_connection(self) -> None: ... method _find (line 67) | def _find(conn_handle, value_handle): ... method _check (line 68) | def _check(self, flag) -> None: ... method read (line 69) | async def read(self, timeout_ms: int = 1000): ... method _read_result (line 70) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 71) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 72) | async def write(self, data, response=None, timeout_ms: int = 1000) -> ... method _write_done (line 73) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 75) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 83) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 84) | def __str__(self) -> str: ... method _connection (line 85) | def _connection(self): ... method descriptor (line 86) | async def descriptor(self, uuid, timeout_ms: int = 2000): ... method descriptors (line 87) | def descriptors(self, timeout_ms: int = 2000): ... method _start_discovery (line 88) | def _start_discovery(service, uuid=None) -> None: ... method _notified_indicated (line 89) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 90) | async def notified(self, timeout_ms=None): ... method _on_notify_indicate (line 91) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 92) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 93) | async def indicated(self, timeout_ms=None): ... method _on_indicate (line 94) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 95) | async def subscribe(self, notify: bool = True, indicate: bool = False)... class ClientDescriptor (line 97) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 99) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 100) | def __str__(self) -> str: ... method _connection (line 101) | def _connection(self): ... method _start_discovery (line 102) | def _start_discovery(characteristic, uuid=None) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/aioble/core.pyi function log_error (line 6) | def log_error(*args) -> None: ... function log_warn (line 7) | def log_warn(*args) -> None: ... function log_info (line 8) | def log_info(*args) -> None: ... class GattError (line 10) | class GattError(Exception): method __init__ (line 12) | def __init__(self, status) -> None: ... function ensure_active (line 14) | def ensure_active() -> None: ... function config (line 15) | def config(*args, **kwargs): ... function register_irq_handler (line 20) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 21) | def stop() -> None: ... function ble_irq (line 22) | def ble_irq(event, data): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/aioble/device.pyi class DeviceDisconnectedError (line 9) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 11) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 13) | class DeviceTimeout: method __init__ (line 18) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 19) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 20) | def __enter__(self) -> None: ... method __exit__ (line 21) | def __exit__( class Device (line 25) | class Device: method __init__ (line 29) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 30) | def __eq__(self, rhs): ... method __hash__ (line 31) | def __hash__(self): ... method __str__ (line 32) | def __str__(self) -> str: ... method addr_hex (line 33) | def addr_hex(self): ... method connect (line 34) | async def connect(self, timeout_ms: int = 10000, scan_duration_ms=None... class DeviceConnection (line 36) | class DeviceConnection: method __init__ (line 53) | def __init__(self, device) -> None: ... method device_task (line 54) | async def device_task(self) -> None: ... method _run_task (line 55) | def _run_task(self) -> None: ... method disconnect (line 56) | async def disconnect(self, timeout_ms: int = 2000) -> None: ... method disconnected (line 57) | async def disconnected(self, timeout_ms=None, disconnect: bool = False... method service (line 58) | async def service(self, uuid, timeout_ms: int = 2000): ... method services (line 59) | def services(self, uuid=None, timeout_ms: int = 2000): ... method pair (line 60) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 61) | def is_connected(self): ... method timeout (line 62) | def timeout(self, timeout_ms): ... method exchange_mtu (line 63) | async def exchange_mtu(self, mtu=None, timeout_ms: int = 1000): ... method l2cap_accept (line 64) | async def l2cap_accept(self, psm, mtu, timeout_ms=None): ... method l2cap_connect (line 65) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = 1000): ... method __aenter__ (line 66) | async def __aenter__(self): ... method __aexit__ (line 67) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/aioble/l2cap.pyi function _l2cap_irq (line 14) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 15) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 17) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 18) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 20) | class L2CAPChannel: method __init__ (line 29) | def __init__(self, connection) -> None: ... method _assert_connected (line 30) | def _assert_connected(self) -> None: ... method recvinto (line 31) | async def recvinto(self, buf, timeout_ms=None): ... method available (line 32) | def available(self): ... method send (line 33) | async def send(self, buf, timeout_ms=None, chunk_size=None) -> None: ... method flush (line 34) | async def flush(self, timeout_ms=None) -> None: ... method disconnect (line 35) | async def disconnect(self, timeout_ms: int = 1000) -> None: ... method disconnected (line 36) | async def disconnected(self, timeout_ms: int = 1000) -> None: ... method __aenter__ (line 37) | async def __aenter__(self): ... method __aexit__ (line 38) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 40) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 41) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/aioble/peripheral.pyi function _peripheral_irq (line 30) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 31) | def _peripheral_shutdown() -> None: ... function _append (line 32) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 33) | async def advertise( FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/aioble/security.pyi function load_secrets (line 24) | def load_secrets(path=None) -> None: ... function _save_secrets (line 25) | def _save_secrets(arg=None) -> None: ... function _security_irq (line 26) | def _security_irq(event, data): ... function _security_shutdown (line 27) | def _security_shutdown() -> None: ... function pair (line 28) | async def pair(connection, bond: bool = True, le_secure: bool = True, mi... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/aioble/server.pyi function _server_irq (line 33) | def _server_irq(event, data): ... function _server_shutdown (line 34) | def _server_shutdown() -> None: ... class Service (line 36) | class Service: method __init__ (line 39) | def __init__(self, uuid) -> None: ... method _tuple (line 40) | def _tuple(self): ... class BaseCharacteristic (line 42) | class BaseCharacteristic: method _register (line 45) | def _register(self, value_handle) -> None: ... method read (line 46) | def read(self): ... method write (line 47) | def write(self, data, send_update: bool = False) -> None: ... method _init_capture (line 49) | def _init_capture() -> None: ... method _run_capture_task (line 51) | async def _run_capture_task() -> None: ... method written (line 53) | async def written(self, timeout_ms=None): ... method on_read (line 54) | def on_read(self, connection): ... method _remote_write (line 55) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 56) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 58) | class Characteristic(BaseCharacteristic): method __init__ (line 69) | def __init__( method _tuple (line 81) | def _tuple(self): ... method notify (line 82) | def notify(self, connection, data=None) -> None: ... method indicate (line 83) | async def indicate(self, connection, data=None, timeout_ms: int = 1000... method _indicate_done (line 84) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 86) | class BufferedCharacteristic(Characteristic): method __init__ (line 89) | def __init__(self, *args, max_len: int = 20, append: bool = False, **k... method _register (line 90) | def _register(self, value_handle) -> None: ... class Descriptor (line 92) | class Descriptor(BaseCharacteristic): method __init__ (line 99) | def __init__(self, characteristic, uuid, read: bool = False, write: bo... method _tuple (line 100) | def _tuple(self): ... function register_services (line 102) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gatts_notify (line 64) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_indicate (line 78) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_write (line 95) | def gattc_write( method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 130) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_read (line 143) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method gatts_write (line 149) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_set_buffer (line 158) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_register_services (line 170) | def gatts_register_services(self, services_definition: tuple[_Service,... method irq (line 232) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_connect (line 425) | def gap_connect( method gap_advertise (line 456) | def gap_advertise( method config (line 482) | def config(self, param: str, /) -> Any: method config (line 546) | def config(self, **kwargs) -> None: method config (line 610) | def config(self, param: str, /) -> Any: method config (line 674) | def config(self, **kwargs) -> None: method active (line 738) | def active(self) -> bool: method active (line 747) | def active(self, active: bool, /) -> None: method active (line 756) | def active(self) -> bool: method active (line 765) | def active(self, active: bool, /) -> None: method gattc_discover_services (line 772) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gap_disconnect (line 782) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gattc_discover_descriptors (line 796) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method gattc_discover_characteristics (line 804) | def gattc_discover_characteristics( method gap_scan (line 825) | def gap_scan( method __init__ (line 867) | def __init__(self) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> tuple[float, float]: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> complex: function sin (line 50) | def sin(z: _C, /) -> complex: function exp (line 56) | def exp(z: _C, /) -> complex: function cos (line 62) | def cos(z: _C, /) -> complex: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> complex: function log10 (line 80) | def log10(z: _C, /) -> complex: FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/cryptolib.pyi class aes (line 23) | class aes: method encrypt (line 29) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 39) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 49) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 56) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method __init__ (line 63) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 85) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/ds18x20.pyi class DS18X20 (line 9) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire) -> None: ... method scan (line 13) | def scan(self): ... method convert_temp (line 14) | def convert_temp(self) -> None: ... method read_scratch (line 15) | def read_scratch(self, rom): ... method write_scratch (line 16) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 17) | def read_temp(self, rom): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha256 (line 59) | class sha256(_Hash): method digest (line 66) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 67) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self): method __init__ (line 75) | def __init__(self, data: AnyReadableBuf): class md5 (line 80) | class md5(_Hash): method digest (line 86) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 87) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/lwip.pyi function reset (line 27) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 28) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 29) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 30) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 32) | class socket: method recvfrom (line 33) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 34) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 35) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 36) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 38) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 39) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 40) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 41) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 43) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 44) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 46) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 47) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 48) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 49) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 50) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/machine.pyi function dht_readinto (line 58) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 59) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 68) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 76) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 101) | def deepsleep() -> NoReturn: function deepsleep (line 126) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 150) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 160) | def unique_id() -> bytes: function soft_reset (line 169) | def soft_reset() -> NoReturn: function reset_cause (line 176) | def reset_cause() -> int: function time_pulse_us (line 182) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 201) | def freq() -> int: function freq (line 209) | def freq(hz: int, /) -> None: function idle (line 216) | def idle() -> None: function reset (line 231) | def reset() -> NoReturn: function lightsleep (line 239) | def lightsleep() -> None: function lightsleep (line 264) | def lightsleep(time_ms: int, /) -> None: class PWM (line 303) | class PWM: method duty_u16 (line 355) | def duty_u16(self) -> int: method duty_u16 (line 367) | def duty_u16( method freq (line 383) | def freq(self) -> int: method freq (line 394) | def freq( method init (line 407) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 415) | def duty_ns(self) -> int: method duty_ns (line 425) | def duty_ns( method deinit (line 437) | def deinit(self) -> None: method __init__ (line 442) | def __init__( class WDT (line 468) | class WDT: method feed (line 483) | def feed(self) -> None: method __init__ (line 490) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 499) | class I2S: method shift (line 579) | def shift( method init (line 591) | def init( method irq (line 608) | def irq( method readinto (line 619) | def readinto( method deinit (line 631) | def deinit(self) -> None: method write (line 636) | def write( method __init__ (line 648) | def __init__( class ADC (line 691) | class ADC: method read_u16 (line 718) | def read_u16(self) -> int: method __init__ (line 725) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... method width (line 741) | def width(self, bits: int) -> None: method read (line 766) | def read(self) -> int: method atten (line 780) | def atten(self, atten: int) -> None: class I2C (line 788) | class I2C: method readfrom_mem_into (line 824) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 835) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 844) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 852) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 862) | def scan(self) -> list[int]: method writeto (line 869) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 878) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 893) | def start(self) -> None: method readfrom (line 898) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 905) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 916) | def init(self, *, freq: int = 400_000) -> None: method init (line 930) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 942) | def stop(self) -> None: method write (line 947) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 956) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 973) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 990) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1003) | class I2CTarget: method deinit (line 1038) | def deinit(self) -> Incomplete: method irq (line 1044) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1083) | def write(self, buf) -> int: method readinto (line 1090) | def readinto(self, buf) -> int: method __init__ (line 1096) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1098) | class SoftSPI(SPI): method deinit (line 1109) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1110) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1111) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1112) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1113) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1114) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__( class Timer (line 1128) | class Timer: method init (line 1157) | def init( method init (line 1166) | def init( method init (line 1175) | def init( method deinit (line 1234) | def deinit(self) -> None: method __init__ (line 1240) | def __init__(self, id: int, /): method __init__ (line 1250) | def __init__( method __init__ (line 1269) | def __init__( method __init__ (line 1288) | def __init__( class UART (line 1306) | class UART: method irq (line 1372) | def irq( method sendbreak (line 1407) | def sendbreak(self) -> None: method deinit (line 1413) | def deinit(self) -> None: method init (line 1424) | def init( method init (line 1496) | def init( method init (line 1559) | def init( method flush (line 1620) | def flush(self) -> None: method txdone (line 1634) | def txdone(self) -> bool: method read (line 1650) | def read(self) -> bytes | None: method read (line 1661) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1670) | def any(self) -> int: method write (line 1684) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 1693) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1704) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1713) | def readline(self) -> bytes | None: method __init__ (line 1722) | def __init__( method __init__ (line 1747) | def __init__( method __init__ (line 1763) | def __init__( class USBDevice (line 1778) | class USBDevice: method submit_xfer (line 1791) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1812) | def config( method remote_wakeup (line 1919) | def remote_wakeup(self) -> bool: method stall (line 1927) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1947) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1968) | class BUILTIN_CDC: method __init__ (line 1974) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1976) | class BUILTIN_NONE: method __init__ (line 1982) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1984) | class BUILTIN_DEFAULT: method __init__ (line 1990) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1992) | def __init__(self) -> None: ... class Pin (line 1994) | class Pin: method low (line 2071) | def low(self) -> None: method irq (line 2078) | def irq( method toggle (line 2131) | def toggle(self) -> None: method off (line 2138) | def off(self) -> None: method on (line 2143) | def on(self) -> None: method init (line 2148) | def init( method value (line 2167) | def value(self) -> int: method value (line 2201) | def value(self, x: Any, /) -> None: method high (line 2233) | def high(self) -> None: class cpu (line 2241) | class cpu: method __init__ (line 2275) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2277) | class board: method __init__ (line 2308) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2310) | def __init__( method __call__ (line 2385) | def __call__(self) -> int: method __call__ (line 2393) | def __call__(self, x: Any, /) -> None: method mode (line 2401) | def mode(self) -> int: method mode (line 2410) | def mode(self, mode: int, /) -> None: method pull (line 2419) | def pull(self) -> int: method pull (line 2428) | def pull(self, pull: int, /) -> None: method drive (line 2437) | def drive(self, drive: int, /) -> None: method drive (line 2447) | def drive(self, /) -> int: class SoftI2C (line 2455) | class SoftI2C(I2C): method readfrom_mem_into (line 2467) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2468) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2469) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2470) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2471) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2472) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2473) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2474) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2475) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2476) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2477) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2478) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2479) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2480) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class RTC (line 2482) | class RTC: method datetime (line 2499) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2515) | def __init__(self, id: int = 0): method __init__ (line 2521) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2529) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2537) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2545) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2553) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2561) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2569) | def init(self) -> None: method init (line 2584) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2599) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2614) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2629) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2644) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2659) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2674) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2682) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2690) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2698) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2706) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2714) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2722) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method memory (line 2730) | def memory(self) -> bytes: method memory (line 2748) | def memory(self, data: AnyReadableBuf, /) -> None: class SPI (line 2765) | class SPI: method deinit (line 2824) | def deinit(self) -> None: method init (line 2831) | def init( method init (line 2866) | def init( method write_readinto (line 2897) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2907) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2914) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2922) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 2932) | def __init__(self, id: int, /): method __init__ (line 2945) | def __init__( method __init__ (line 2971) | def __init__( class Signal (line 2994) | class Signal(Pin): method off (line 3063) | def off(self) -> None: method on (line 3068) | def on(self) -> None: method value (line 3075) | def value(self) -> int: method value (line 3095) | def value(self, x: Any, /) -> None: method __init__ (line 3115) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 3135) | def __init__( class ADCBlock (line 3165) | class ADCBlock: method connect (line 3167) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3169) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3171) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class ADCWiPy (line 3192) | class ADCWiPy: method channel (line 3194) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3196) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3198) | def channel(self, id: int, *, pin) -> adcchannel: class SDCard (line 3211) | class SDCard: method readblocks (line 3213) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3223) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3233) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3244) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/mip/__init__.pyi function _ensure_path_exists (line 9) | def _ensure_path_exists(path) -> None: ... function _chunk (line 10) | def _chunk(src, dest) -> None: ... function _check_exists (line 11) | def _check_exists(path, short_hash): ... function _rewrite_url (line 12) | def _rewrite_url(url, branch=None): ... function _download_file (line 13) | def _download_file(url, dest): ... function _install_json (line 14) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 15) | def _install_package(package, index, target, version, mpy): ... function install (line 16) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/neopixel.pyi class NeoPixel (line 24) | class NeoPixel(_NeoPixelBase): method __init__ (line 52) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 62) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 72) | def __getitem__(self, i) -> Tuple: method fill (line 77) | def fill(self, v) -> None: method write (line 83) | def write(self) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/network.pyi function hostname (line 65) | def hostname() -> str: ... function hostname (line 67) | def hostname(name: str, /) -> None: ... function ipconfig (line 68) | def ipconfig(*args: Any, **kwargs: Any) -> Any: function route (line 83) | def route(*args, **kwargs) -> Incomplete: ... function country (line 85) | def country() -> str: ... function country (line 87) | def country(code: str, /) -> None: ... class WLAN (line 89) | class WLAN: method ipconfig (line 124) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method status (line 126) | def status(self) -> int: method status (line 156) | def status(self, param: str, /) -> int: method ioctl (line 184) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method send_ethernet (line 185) | def send_ethernet(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 186) | def isconnected(self) -> bool: method scan (line 193) | def scan(self) -> List[Tuple]: method config (line 223) | def config(self, param: str, /) -> Any: method config (line 259) | def config(self, **kwargs: Any) -> None: method ifconfig (line 295) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 306) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method active (line 317) | def active(self, /) -> bool: method active (line 325) | def active(self, is_active: bool | int, /) -> None: method disconnect (line 331) | def disconnect(self) -> None: method connect (line 336) | def connect( method deinit (line 351) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 352) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 361) | class LAN: method active (line 363) | def active(self, /) -> bool: method active (line 371) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 378) | class WLANWiPy: method __init__ (line 380) | def __init__(self, id: int = 0, /): method __init__ (line 394) | def __init__( method mode (line 418) | def mode(self) -> int: method mode (line 424) | def mode(self, mode: int, /) -> None: method ssid (line 430) | def ssid(self) -> str: method ssid (line 436) | def ssid(self, ssid: str, /) -> None: method auth (line 442) | def auth(self) -> int: method auth (line 448) | def auth(self, auth: int, /) -> None: method channel (line 454) | def channel(self) -> int: method channel (line 460) | def channel(self, channel: int, /) -> None: method antenna (line 466) | def antenna(self) -> int: method antenna (line 472) | def antenna(self, antenna: int, /) -> None: method mac (line 478) | def mac(self) -> bytes: method mac (line 484) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 489) | class AbstractNIC: method active (line 492) | def active(self, /) -> bool: method active (line 503) | def active(self, is_active: bool | int, /) -> None: method connect (line 514) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 533) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 552) | def status(self) -> Any: method status (line 570) | def status(self, param: str, /) -> Any: method ifconfig (line 588) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 602) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 616) | def config(self, param: str, /) -> Any: method config (line 635) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/ntptime.pyi function time (line 5) | def time(): ... function settime (line 6) | def settime() -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/requests/__init__.pyi class Response (line 4) | class Response: method __init__ (line 8) | def __init__(self, f) -> None: ... method close (line 9) | def close(self) -> None: ... method content (line 11) | def content(self): ... method text (line 13) | def text(self): ... method json (line 14) | def json(self): ... function request (line 16) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 17) | def head(url, **kw): ... function get (line 18) | def get(url, **kw): ... function post (line 19) | def post(url, **kw): ... function put (line 20) | def put(url, **kw): ... function patch (line 21) | def patch(url, **kw): ... function delete (line 22) | def delete(url, **kw): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/rp2/__init__.pyi function bootsel_button (line 161) | def bootsel_button() -> int: function asm_pio (line 174) | def asm_pio( function country (line 227) | def country() -> str: function country (line 237) | def country(code: str, /) -> None: function asm_pio_encode (line 246) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function const (line 256) | def const(*args, **kwargs) -> Incomplete: ... class DMA (line 258) | class DMA: method irq (line 262) | def irq(self, handler: Optional[Callable] = None, hard: bool = False) ... method unpack_ctrl (line 268) | def unpack_ctrl(value: int) -> dict[str, int]: method pack_ctrl (line 282) | def pack_ctrl( method close (line 353) | def close(self) -> None: method config (line 359) | def config( method active (line 387) | def active(self, value: Any | None = None) -> bool: method __init__ (line 397) | def __init__(self) -> None: ... class PIO (line 399) | class PIO: method state_machine (line 451) | def state_machine(self, id: int, program: _PIO_ASM_Program | None = No... method remove_program (line 462) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 471) | def irq( method add_program (line 485) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 494) | def __init__(self, id: int) -> None: ... class StateMachine (line 496) | class StateMachine: method irq (line 505) | def irq(self, handler: Optional[Callable] = None, trigger: int = 1, ha... method put (line 512) | def put(self, value: int | ReadableBuffer, shift: int = 0) -> None: method restart (line 527) | def restart(self) -> None: method rx_fifo (line 541) | def rx_fifo(self) -> int: method tx_fifo (line 550) | def tx_fifo(self) -> int: method init (line 559) | def init( method exec (line 612) | def exec(self, instr: Union[int, str]) -> None: method get (line 629) | def get(self, buf: None = None, shift: int = 0) -> int: ... method get (line 631) | def get(self, buf: WriteableBuffer, shift: int = 0) -> WriteableBuffer... method get (line 633) | def get(self, buf: None = None, shift: int = 0) -> int: ... method get (line 635) | def get(self, buf: WriteableBuffer, shift: int = 0) -> WriteableBuffer... method active (line 637) | def active(self) -> bool: ... method active (line 639) | def active(self, value: Union[bool, int]) -> bool: method active (line 650) | def active(self) -> bool: ... method active (line 652) | def active(self, value: Union[bool, int]) -> bool: method __init__ (line 662) | def __init__( class PIOASMEmit (line 679) | class PIOASMEmit: method __init__ (line 688) | def __init__( method __getattr__ (line 703) | def __getattr__(self, name: str) -> Incomplete: ... class Flash (line 705) | class Flash: method readblocks (line 710) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> None: method readblocks (line 720) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method readblocks (line 729) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> None: method readblocks (line 739) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method writeblocks (line 749) | def writeblocks(self, block_num: int, buf: AnyReadableBuf) -> None: method writeblocks (line 760) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method writeblocks (line 775) | def writeblocks(self, block_num: int, buf: AnyReadableBuf) -> None: method writeblocks (line 786) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method ioctl (line 801) | def ioctl(self, op: int, arg: int) -> int | None: ... method ioctl (line 804) | def ioctl(self, op: int) -> int | None: method ioctl (line 812) | def ioctl(self, op: int, arg: int) -> int | None: ... method ioctl (line 815) | def ioctl(self, op: int) -> int | None: method __init__ (line 821) | def __init__(self, *, start: int = -1, len: int = -1) -> None: ... class PIOASMError (line 823) | class PIOASMError(Exception): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/rp2/asm_pio_rp2040.pyi class _PIOInstr (line 72) | class _PIOInstr(Protocol): method side (line 75) | def side(self, value: int, /) -> Self: ... method delay (line 76) | def delay(self, value: int, /) -> Self: ... method __getitem__ (line 77) | def __getitem__(self, delay: int, /) -> Self: ... function invert (line 102) | def invert(x: int) -> int: function reverse (line 105) | def reverse(x: int) -> int: function rel (line 125) | def rel(x: int) -> int: function delay (line 146) | def delay(delay: int) -> _PIOInstr: function side (line 154) | def side(value: int) -> _PIOInstr: function wrap_target (line 167) | def wrap_target() -> None: function wrap (line 177) | def wrap() -> None: function label (line 188) | def label(label: str) -> None: function word (line 203) | def word(instr, label: Incomplete | None = ...) -> _PIOInstr: function nop (line 211) | def nop() -> _PIOInstr: function jmp (line 219) | def jmp(condition, label: Incomplete | None = ...) -> _PIOInstr: function wait (line 254) | def wait(polarity: int, src: int, index: int, /) -> _PIOInstr: function in_ (line 289) | def in_(src, data) -> _PIOInstr: function out (line 322) | def out(destination: int, bit_count: int) -> _PIOInstr: function push (line 360) | def push(value: int = ..., value2: int = ...) -> _PIOInstr: function pull (line 379) | def pull(value: int = ..., value2: int = ...) -> _PIOInstr: function mov (line 405) | def mov(dest, src) -> _PIOInstr: function irq (line 451) | def irq(mod, index: Incomplete | None = ...) -> _PIOInstr: function set (line 471) | def set(destination, data) -> _PIOInstr: FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/socket.pyi function reset (line 115) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 116) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 117) | def getaddrinfo( function callback (line 167) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 169) | class socket: method recvfrom (line 177) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 186) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 198) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 218) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 236) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 244) | def settimeout(self, value: float | None, /) -> None: method sendall (line 279) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 291) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 298) | def setblocking(self, value: bool, /) -> None: method sendto (line 309) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> int: method readline (line 315) | def readline(self) -> bytes: method readinto (line 324) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 334) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 344) | def read(self) -> bytes: method read (line 354) | def read(self, size: int, /) -> bytes: method close (line 362) | def close(self) -> None: method connect (line 372) | def connect(self, address: _Address | bytes, /) -> None: method send (line 377) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 384) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 389) | def accept(self) -> Tuple: method write (line 397) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 407) | def __init__( FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/urequests.pyi function __getattr__ (line 2) | def __getattr__(attr): ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> None: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: function rom_ioctl (line 243) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 245) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 247) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 249) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/webrepl.pyi function server_handshake (line 11) | def server_handshake(cl): ... function send_html (line 12) | def send_html(cl) -> None: ... function setup_conn (line 13) | def setup_conn(port, accept_handler): ... function accept_conn (line 14) | def accept_conn(listen_sock): ... function stop (line 15) | def stop() -> None: ... function start (line 16) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 17) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/webrepl_setup.pyi function input_choice (line 5) | def input_choice(prompt, choices): ... function getpass (line 6) | def getpass(prompt): ... function input_pass (line 7) | def input_pass(): ... function exists (line 8) | def exists(fname): ... function get_daemon_status (line 9) | def get_daemon_status(): ... function change_daemon (line 10) | def change_daemon(action) -> None: ... function main (line 11) | def main() -> None: ... FILE: publish/micropython-v1_28_0-rp2-rpi_pico_w-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-rp2-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-rp2-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 27) | def stack_size() -> int: ... function stack_size (line 29) | def stack_size(size: int, /) -> int: ... function exit (line 30) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 31) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 33) | class LockType: method locked (line 34) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 35) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 36) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-stubs/aioble/central.pyi function _central_irq (line 38) | def _central_irq(event, data) -> None: ... function _central_shutdown (line 39) | def _central_shutdown() -> None: ... function _cancel_pending (line 40) | async def _cancel_pending() -> None: ... function _connect (line 41) | async def _connect(connection, timeout_ms, scan_duration_ms, min_conn_in... class ScanResult (line 43) | class ScanResult: method __init__ (line 49) | def __init__(self, device) -> None: ... method _update (line 50) | def _update(self, adv_type, rssi, adv_data): ... method __str__ (line 51) | def __str__(self) -> str: ... method _decode_field (line 52) | def _decode_field(self, *adv_type) -> Generator[Incomplete]: ... method name (line 53) | def name(self): ... method services (line 54) | def services(self) -> Generator[Incomplete]: ... method manufacturer (line 55) | def manufacturer(self, filter=None) -> Generator[Incomplete]: ... class scan (line 57) | class scan: method __init__ (line 66) | def __init__(self, duration_ms, interval_us=None, window_us=None, acti... method __aenter__ (line 67) | async def __aenter__(self): ... method __aexit__ (line 68) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... method __aiter__ (line 69) | def __aiter__(self): ... method __anext__ (line 70) | async def __anext__(self): ... method cancel (line 71) | async def cancel(self) -> None: ... FILE: publish/micropython-v1_28_0-rp2-stubs/aioble/client.pyi function _client_irq (line 27) | def _client_irq(event, data) -> None: ... class ClientDiscover (line 29) | class ClientDiscover: method __init__ (line 38) | def __init__(self, connection, disc_type, parent, timeout_ms, *args) -... method _start (line 39) | async def _start(self) -> None: ... method __aiter__ (line 40) | def __aiter__(self): ... method __anext__ (line 41) | async def __anext__(self): ... method _discover_result (line 42) | def _discover_result(conn_handle, *args) -> None: ... method _discover_done (line 43) | def _discover_done(conn_handle, status) -> None: ... class ClientService (line 45) | class ClientService: method __init__ (line 50) | def __init__(self, connection, start_handle, end_handle, uuid) -> None... method __str__ (line 51) | def __str__(self) -> str: ... method characteristic (line 52) | async def characteristic(self, uuid, timeout_ms: int = 2000): ... method characteristics (line 53) | def characteristics(self, uuid=None, timeout_ms: int = 2000): ... method _start_discovery (line 54) | def _start_discovery(connection, uuid=None) -> None: ... class BaseClientCharacteristic (line 56) | class BaseClientCharacteristic: method __init__ (line 65) | def __init__(self, value_handle, properties, uuid) -> None: ... method _register_with_connection (line 66) | def _register_with_connection(self) -> None: ... method _find (line 67) | def _find(conn_handle, value_handle): ... method _check (line 68) | def _check(self, flag) -> None: ... method read (line 69) | async def read(self, timeout_ms: int = 1000): ... method _read_result (line 70) | def _read_result(conn_handle, value_handle, data) -> None: ... method _read_done (line 71) | def _read_done(conn_handle, value_handle, status) -> None: ... method write (line 72) | async def write(self, data, response=None, timeout_ms: int = 1000) -> ... method _write_done (line 73) | def _write_done(conn_handle, value_handle, status) -> None: ... class ClientCharacteristic (line 75) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 83) | def __init__(self, service, end_handle, value_handle, properties, uuid... method __str__ (line 84) | def __str__(self) -> str: ... method _connection (line 85) | def _connection(self): ... method descriptor (line 86) | async def descriptor(self, uuid, timeout_ms: int = 2000): ... method descriptors (line 87) | def descriptors(self, timeout_ms: int = 2000): ... method _start_discovery (line 88) | def _start_discovery(service, uuid=None) -> None: ... method _notified_indicated (line 89) | async def _notified_indicated(self, queue, event, timeout_ms): ... method notified (line 90) | async def notified(self, timeout_ms=None): ... method _on_notify_indicate (line 91) | def _on_notify_indicate(self, queue, event, data) -> None: ... method _on_notify (line 92) | def _on_notify(conn_handle, value_handle, notify_data) -> None: ... method indicated (line 93) | async def indicated(self, timeout_ms=None): ... method _on_indicate (line 94) | def _on_indicate(conn_handle, value_handle, indicate_data) -> None: ... method subscribe (line 95) | async def subscribe(self, notify: bool = True, indicate: bool = False)... class ClientDescriptor (line 97) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 99) | def __init__(self, characteristic, dsc_handle, uuid) -> None: ... method __str__ (line 100) | def __str__(self) -> str: ... method _connection (line 101) | def _connection(self): ... method _start_discovery (line 102) | def _start_discovery(characteristic, uuid=None) -> None: ... FILE: publish/micropython-v1_28_0-rp2-stubs/aioble/core.pyi function log_error (line 6) | def log_error(*args) -> None: ... function log_warn (line 7) | def log_warn(*args) -> None: ... function log_info (line 8) | def log_info(*args) -> None: ... class GattError (line 10) | class GattError(Exception): method __init__ (line 12) | def __init__(self, status) -> None: ... function ensure_active (line 14) | def ensure_active() -> None: ... function config (line 15) | def config(*args, **kwargs): ... function register_irq_handler (line 20) | def register_irq_handler(irq, shutdown) -> None: ... function stop (line 21) | def stop() -> None: ... function ble_irq (line 22) | def ble_irq(event, data): ... FILE: publish/micropython-v1_28_0-rp2-stubs/aioble/device.pyi class DeviceDisconnectedError (line 9) | class DeviceDisconnectedError(Exception): ... function _device_irq (line 11) | def _device_irq(event, data) -> None: ... class DeviceTimeout (line 13) | class DeviceTimeout: method __init__ (line 18) | def __init__(self, connection, timeout_ms) -> None: ... method _timeout_sleep (line 19) | async def _timeout_sleep(self) -> None: ... method __enter__ (line 20) | def __enter__(self) -> None: ... method __exit__ (line 21) | def __exit__( class Device (line 25) | class Device: method __init__ (line 29) | def __init__(self, addr_type, addr) -> None: ... method __eq__ (line 30) | def __eq__(self, rhs): ... method __hash__ (line 31) | def __hash__(self): ... method __str__ (line 32) | def __str__(self) -> str: ... method addr_hex (line 33) | def addr_hex(self): ... method connect (line 34) | async def connect(self, timeout_ms: int = 10000, scan_duration_ms=None... class DeviceConnection (line 36) | class DeviceConnection: method __init__ (line 53) | def __init__(self, device) -> None: ... method device_task (line 54) | async def device_task(self) -> None: ... method _run_task (line 55) | def _run_task(self) -> None: ... method disconnect (line 56) | async def disconnect(self, timeout_ms: int = 2000) -> None: ... method disconnected (line 57) | async def disconnected(self, timeout_ms=None, disconnect: bool = False... method service (line 58) | async def service(self, uuid, timeout_ms: int = 2000): ... method services (line 59) | def services(self, uuid=None, timeout_ms: int = 2000): ... method pair (line 60) | async def pair(self, *args, **kwargs) -> None: ... method is_connected (line 61) | def is_connected(self): ... method timeout (line 62) | def timeout(self, timeout_ms): ... method exchange_mtu (line 63) | async def exchange_mtu(self, mtu=None, timeout_ms: int = 1000): ... method l2cap_accept (line 64) | async def l2cap_accept(self, psm, mtu, timeout_ms=None): ... method l2cap_connect (line 65) | async def l2cap_connect(self, psm, mtu, timeout_ms: int = 1000): ... method __aenter__ (line 66) | async def __aenter__(self): ... method __aexit__ (line 67) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... FILE: publish/micropython-v1_28_0-rp2-stubs/aioble/l2cap.pyi function _l2cap_irq (line 14) | def _l2cap_irq(event, data) -> None: ... function _l2cap_shutdown (line 15) | def _l2cap_shutdown() -> None: ... class L2CAPDisconnectedError (line 17) | class L2CAPDisconnectedError(Exception): ... class L2CAPConnectionError (line 18) | class L2CAPConnectionError(Exception): ... class L2CAPChannel (line 20) | class L2CAPChannel: method __init__ (line 29) | def __init__(self, connection) -> None: ... method _assert_connected (line 30) | def _assert_connected(self) -> None: ... method recvinto (line 31) | async def recvinto(self, buf, timeout_ms=None): ... method available (line 32) | def available(self): ... method send (line 33) | async def send(self, buf, timeout_ms=None, chunk_size=None) -> None: ... method flush (line 34) | async def flush(self, timeout_ms=None) -> None: ... method disconnect (line 35) | async def disconnect(self, timeout_ms: int = 1000) -> None: ... method disconnected (line 36) | async def disconnected(self, timeout_ms: int = 1000) -> None: ... method __aenter__ (line 37) | async def __aenter__(self): ... method __aexit__ (line 38) | async def __aexit__(self, exc_type, exc_val, exc_traceback) -> None: ... function accept (line 40) | async def accept(connection, psm, mtu, timeout_ms): ... function connect (line 41) | async def connect(connection, psm, mtu, timeout_ms): ... FILE: publish/micropython-v1_28_0-rp2-stubs/aioble/peripheral.pyi function _peripheral_irq (line 30) | def _peripheral_irq(event, data) -> None: ... function _peripheral_shutdown (line 31) | def _peripheral_shutdown() -> None: ... function _append (line 32) | def _append(adv_data, resp_data, adv_type, value): ... function advertise (line 33) | async def advertise( FILE: publish/micropython-v1_28_0-rp2-stubs/aioble/security.pyi function load_secrets (line 24) | def load_secrets(path=None) -> None: ... function _save_secrets (line 25) | def _save_secrets(arg=None) -> None: ... function _security_irq (line 26) | def _security_irq(event, data): ... function _security_shutdown (line 27) | def _security_shutdown() -> None: ... function pair (line 28) | async def pair(connection, bond: bool = True, le_secure: bool = True, mi... FILE: publish/micropython-v1_28_0-rp2-stubs/aioble/server.pyi function _server_irq (line 33) | def _server_irq(event, data): ... function _server_shutdown (line 34) | def _server_shutdown() -> None: ... class Service (line 36) | class Service: method __init__ (line 39) | def __init__(self, uuid) -> None: ... method _tuple (line 40) | def _tuple(self): ... class BaseCharacteristic (line 42) | class BaseCharacteristic: method _register (line 45) | def _register(self, value_handle) -> None: ... method read (line 46) | def read(self): ... method write (line 47) | def write(self, data, send_update: bool = False) -> None: ... method _init_capture (line 49) | def _init_capture() -> None: ... method _run_capture_task (line 51) | async def _run_capture_task() -> None: ... method written (line 53) | async def written(self, timeout_ms=None): ... method on_read (line 54) | def on_read(self, connection): ... method _remote_write (line 55) | def _remote_write(conn_handle, value_handle) -> None: ... method _remote_read (line 56) | def _remote_read(conn_handle, value_handle): ... class Characteristic (line 58) | class Characteristic(BaseCharacteristic): method __init__ (line 69) | def __init__( method _tuple (line 81) | def _tuple(self): ... method notify (line 82) | def notify(self, connection, data=None) -> None: ... method indicate (line 83) | async def indicate(self, connection, data=None, timeout_ms: int = 1000... method _indicate_done (line 84) | def _indicate_done(conn_handle, value_handle, status) -> None: ... class BufferedCharacteristic (line 86) | class BufferedCharacteristic(Characteristic): method __init__ (line 89) | def __init__(self, *args, max_len: int = 20, append: bool = False, **k... method _register (line 90) | def _register(self, value_handle) -> None: ... class Descriptor (line 92) | class Descriptor(BaseCharacteristic): method __init__ (line 99) | def __init__(self, characteristic, uuid, read: bool = False, write: bo... method _tuple (line 100) | def _tuple(self): ... function register_services (line 102) | def register_services(*services) -> None: ... FILE: publish/micropython-v1_28_0-rp2-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-rp2-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gatts_notify (line 64) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_indicate (line 78) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_write (line 95) | def gattc_write( method gattc_read (line 121) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 130) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_read (line 143) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method gatts_write (line 149) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_set_buffer (line 158) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_register_services (line 170) | def gatts_register_services(self, services_definition: tuple[_Service,... method irq (line 232) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_connect (line 425) | def gap_connect( method gap_advertise (line 456) | def gap_advertise( method config (line 482) | def config(self, param: str, /) -> Any: method config (line 546) | def config(self, **kwargs) -> None: method config (line 610) | def config(self, param: str, /) -> Any: method config (line 674) | def config(self, **kwargs) -> None: method active (line 738) | def active(self) -> bool: method active (line 747) | def active(self, active: bool, /) -> None: method active (line 756) | def active(self) -> bool: method active (line 765) | def active(self, active: bool, /) -> None: method gattc_discover_services (line 772) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gap_disconnect (line 782) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gattc_discover_descriptors (line 796) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method gattc_discover_characteristics (line 804) | def gattc_discover_characteristics( method gap_scan (line 825) | def gap_scan( method __init__ (line 867) | def __init__(self) -> None: FILE: publish/micropython-v1_28_0-rp2-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> tuple[float, float]: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> complex: function sin (line 50) | def sin(z: _C, /) -> complex: function exp (line 56) | def exp(z: _C, /) -> complex: function cos (line 62) | def cos(z: _C, /) -> complex: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> complex: function log10 (line 80) | def log10(z: _C, /) -> complex: FILE: publish/micropython-v1_28_0-rp2-stubs/cryptolib.pyi class aes (line 23) | class aes: method encrypt (line 29) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 39) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 49) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 56) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method __init__ (line 63) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 85) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_28_0-rp2-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-rp2-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-rp2-stubs/ds18x20.pyi class DS18X20 (line 9) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire) -> None: ... method scan (line 13) | def scan(self): ... method convert_temp (line 14) | def convert_temp(self) -> None: ... method read_scratch (line 15) | def read_scratch(self, rom): ... method write_scratch (line 16) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 17) | def read_temp(self, rom): ... FILE: publish/micropython-v1_28_0-rp2-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-rp2-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-rp2-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha256 (line 59) | class sha256(_Hash): method digest (line 66) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 67) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self): method __init__ (line 75) | def __init__(self, data: AnyReadableBuf): class md5 (line 80) | class md5(_Hash): method digest (line 86) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 87) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_28_0-rp2-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-rp2-stubs/lwip.pyi function reset (line 27) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 28) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 29) | def getaddrinfo(*args, **kwargs) -> Incomplete: ... function callback (line 30) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 32) | class socket: method recvfrom (line 33) | def recvfrom(self, *args, **kwargs) -> Incomplete: ... method recv (line 34) | def recv(self, *args, **kwargs) -> Incomplete: ... method makefile (line 35) | def makefile(self, *args, **kwargs) -> Incomplete: ... method listen (line 36) | def listen(self, *args, **kwargs) -> Incomplete: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Incomplete: ... method sendall (line 38) | def sendall(self, *args, **kwargs) -> Incomplete: ... method setsockopt (line 39) | def setsockopt(self, *args, **kwargs) -> Incomplete: ... method setblocking (line 40) | def setblocking(self, *args, **kwargs) -> Incomplete: ... method sendto (line 41) | def sendto(self, *args, **kwargs) -> Incomplete: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 43) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 44) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 45) | def close(self, *args, **kwargs) -> Incomplete: ... method connect (line 46) | def connect(self, *args, **kwargs) -> Incomplete: ... method send (line 47) | def send(self, *args, **kwargs) -> Incomplete: ... method bind (line 48) | def bind(self, *args, **kwargs) -> Incomplete: ... method accept (line 49) | def accept(self, *args, **kwargs) -> Incomplete: ... method write (line 50) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-stubs/machine.pyi function dht_readinto (line 58) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 59) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 68) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 76) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 101) | def deepsleep() -> NoReturn: function deepsleep (line 126) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 150) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 160) | def unique_id() -> bytes: function soft_reset (line 169) | def soft_reset() -> NoReturn: function reset_cause (line 176) | def reset_cause() -> int: function time_pulse_us (line 182) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 201) | def freq() -> int: function freq (line 209) | def freq(hz: int, /) -> None: function idle (line 216) | def idle() -> None: function reset (line 231) | def reset() -> NoReturn: function lightsleep (line 239) | def lightsleep() -> None: function lightsleep (line 264) | def lightsleep(time_ms: int, /) -> None: class PWM (line 303) | class PWM: method duty_u16 (line 355) | def duty_u16(self) -> int: method duty_u16 (line 367) | def duty_u16( method freq (line 383) | def freq(self) -> int: method freq (line 394) | def freq( method init (line 407) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 415) | def duty_ns(self) -> int: method duty_ns (line 425) | def duty_ns( method deinit (line 437) | def deinit(self) -> None: method __init__ (line 442) | def __init__( class WDT (line 468) | class WDT: method feed (line 483) | def feed(self) -> None: method __init__ (line 490) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 499) | class I2S: method shift (line 579) | def shift( method init (line 591) | def init( method irq (line 608) | def irq( method readinto (line 619) | def readinto( method deinit (line 631) | def deinit(self) -> None: method write (line 636) | def write( method __init__ (line 648) | def __init__( class ADC (line 691) | class ADC: method read_u16 (line 718) | def read_u16(self) -> int: method __init__ (line 725) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... method width (line 741) | def width(self, bits: int) -> None: method read (line 766) | def read(self) -> int: method atten (line 780) | def atten(self, atten: int) -> None: class I2C (line 788) | class I2C: method readfrom_mem_into (line 824) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 835) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 844) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 852) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 862) | def scan(self) -> list[int]: method writeto (line 869) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 878) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 893) | def start(self) -> None: method readfrom (line 898) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 905) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 916) | def init(self, *, freq: int = 400_000) -> None: method init (line 930) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 942) | def stop(self) -> None: method write (line 947) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 956) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 973) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 990) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1003) | class I2CTarget: method deinit (line 1038) | def deinit(self) -> Incomplete: method irq (line 1044) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1083) | def write(self, buf) -> int: method readinto (line 1090) | def readinto(self, buf) -> int: method __init__ (line 1096) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1098) | class SoftSPI(SPI): method deinit (line 1109) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1110) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1111) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1112) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1113) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1114) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__( class Timer (line 1128) | class Timer: method init (line 1157) | def init( method init (line 1166) | def init( method init (line 1175) | def init( method deinit (line 1234) | def deinit(self) -> None: method __init__ (line 1240) | def __init__(self, id: int, /): method __init__ (line 1250) | def __init__( method __init__ (line 1269) | def __init__( method __init__ (line 1288) | def __init__( class UART (line 1306) | class UART: method irq (line 1372) | def irq( method sendbreak (line 1407) | def sendbreak(self) -> None: method deinit (line 1413) | def deinit(self) -> None: method init (line 1424) | def init( method init (line 1496) | def init( method init (line 1559) | def init( method flush (line 1620) | def flush(self) -> None: method txdone (line 1634) | def txdone(self) -> bool: method read (line 1650) | def read(self) -> bytes | None: method read (line 1661) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1670) | def any(self) -> int: method write (line 1684) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 1693) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1704) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1713) | def readline(self) -> bytes | None: method __init__ (line 1722) | def __init__( method __init__ (line 1747) | def __init__( method __init__ (line 1763) | def __init__( class USBDevice (line 1778) | class USBDevice: method submit_xfer (line 1791) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1812) | def config( method remote_wakeup (line 1919) | def remote_wakeup(self) -> bool: method stall (line 1927) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1947) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1968) | class BUILTIN_CDC: method __init__ (line 1974) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1976) | class BUILTIN_NONE: method __init__ (line 1982) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1984) | class BUILTIN_DEFAULT: method __init__ (line 1990) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1992) | def __init__(self) -> None: ... class Pin (line 1994) | class Pin: method low (line 2071) | def low(self) -> None: method irq (line 2078) | def irq( method toggle (line 2131) | def toggle(self) -> None: method off (line 2138) | def off(self) -> None: method on (line 2143) | def on(self) -> None: method init (line 2148) | def init( method value (line 2167) | def value(self) -> int: method value (line 2201) | def value(self, x: Any, /) -> None: method high (line 2233) | def high(self) -> None: class cpu (line 2241) | class cpu: method __init__ (line 2275) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2277) | class board: method __init__ (line 2308) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2310) | def __init__( method __call__ (line 2385) | def __call__(self) -> int: method __call__ (line 2393) | def __call__(self, x: Any, /) -> None: method mode (line 2401) | def mode(self) -> int: method mode (line 2410) | def mode(self, mode: int, /) -> None: method pull (line 2419) | def pull(self) -> int: method pull (line 2428) | def pull(self, pull: int, /) -> None: method drive (line 2437) | def drive(self, drive: int, /) -> None: method drive (line 2447) | def drive(self, /) -> int: class SoftI2C (line 2455) | class SoftI2C(I2C): method readfrom_mem_into (line 2467) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2468) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2469) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2470) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2471) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2472) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2473) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2474) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2475) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2476) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2477) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2478) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2479) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2480) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class RTC (line 2482) | class RTC: method datetime (line 2499) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2515) | def __init__(self, id: int = 0): method __init__ (line 2521) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2529) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2537) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2545) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2553) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2561) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2569) | def init(self) -> None: method init (line 2584) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2599) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2614) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2629) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2644) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2659) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2674) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2682) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2690) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2698) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2706) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2714) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2722) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method memory (line 2730) | def memory(self) -> bytes: method memory (line 2748) | def memory(self, data: AnyReadableBuf, /) -> None: class SPI (line 2765) | class SPI: method deinit (line 2824) | def deinit(self) -> None: method init (line 2831) | def init( method init (line 2866) | def init( method write_readinto (line 2897) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2907) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2914) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2922) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 2932) | def __init__(self, id: int, /): method __init__ (line 2945) | def __init__( method __init__ (line 2971) | def __init__( class Signal (line 2994) | class Signal(Pin): method off (line 3063) | def off(self) -> None: method on (line 3068) | def on(self) -> None: method value (line 3075) | def value(self) -> int: method value (line 3095) | def value(self, x: Any, /) -> None: method __init__ (line 3115) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 3135) | def __init__( class ADCBlock (line 3165) | class ADCBlock: method connect (line 3167) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3169) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3171) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class ADCWiPy (line 3192) | class ADCWiPy: method channel (line 3194) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3196) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3198) | def channel(self, id: int, *, pin) -> adcchannel: class SDCard (line 3211) | class SDCard: method readblocks (line 3213) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3223) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3233) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3244) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_28_0-rp2-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-rp2-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-rp2-stubs/mip/__init__.pyi function _ensure_path_exists (line 9) | def _ensure_path_exists(path) -> None: ... function _chunk (line 10) | def _chunk(src, dest) -> None: ... function _check_exists (line 11) | def _check_exists(path, short_hash): ... function _rewrite_url (line 12) | def _rewrite_url(url, branch=None): ... function _download_file (line 13) | def _download_file(url, dest): ... function _install_json (line 14) | def _install_json(package_json_url, index, target, version, mpy): ... function _install_package (line 15) | def _install_package(package, index, target, version, mpy): ... function install (line 16) | def install(package, index=None, target=None, version=None, mpy: bool = ... FILE: publish/micropython-v1_28_0-rp2-stubs/neopixel.pyi class NeoPixel (line 24) | class NeoPixel(_NeoPixelBase): method __init__ (line 52) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 62) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 72) | def __getitem__(self, i) -> Tuple: method fill (line 77) | def fill(self, v) -> None: method write (line 83) | def write(self) -> None: FILE: publish/micropython-v1_28_0-rp2-stubs/network.pyi function hostname (line 65) | def hostname() -> str: ... function hostname (line 67) | def hostname(name: str, /) -> None: ... function ipconfig (line 68) | def ipconfig(*args: Any, **kwargs: Any) -> Any: function route (line 83) | def route(*args, **kwargs) -> Incomplete: ... function country (line 85) | def country() -> str: ... function country (line 87) | def country(code: str, /) -> None: ... class WLAN (line 89) | class WLAN: method ipconfig (line 124) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method status (line 126) | def status(self) -> int: method status (line 156) | def status(self, param: str, /) -> int: method ioctl (line 184) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method send_ethernet (line 185) | def send_ethernet(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 186) | def isconnected(self) -> bool: method scan (line 193) | def scan(self) -> List[Tuple]: method config (line 223) | def config(self, param: str, /) -> Any: method config (line 259) | def config(self, **kwargs: Any) -> None: method ifconfig (line 295) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 306) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method active (line 317) | def active(self, /) -> bool: method active (line 325) | def active(self, is_active: bool | int, /) -> None: method disconnect (line 331) | def disconnect(self) -> None: method connect (line 336) | def connect( method deinit (line 351) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 352) | def __init__(self, interface_id: int = ..., /) -> None: class LAN (line 361) | class LAN: method active (line 363) | def active(self, /) -> bool: method active (line 371) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 378) | class WLANWiPy: method __init__ (line 380) | def __init__(self, id: int = 0, /): method __init__ (line 394) | def __init__( method mode (line 418) | def mode(self) -> int: method mode (line 424) | def mode(self, mode: int, /) -> None: method ssid (line 430) | def ssid(self) -> str: method ssid (line 436) | def ssid(self, ssid: str, /) -> None: method auth (line 442) | def auth(self) -> int: method auth (line 448) | def auth(self, auth: int, /) -> None: method channel (line 454) | def channel(self) -> int: method channel (line 460) | def channel(self, channel: int, /) -> None: method antenna (line 466) | def antenna(self) -> int: method antenna (line 472) | def antenna(self, antenna: int, /) -> None: method mac (line 478) | def mac(self) -> bytes: method mac (line 484) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 489) | class AbstractNIC: method active (line 492) | def active(self, /) -> bool: method active (line 503) | def active(self, is_active: bool | int, /) -> None: method connect (line 514) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 533) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 552) | def status(self) -> Any: method status (line 570) | def status(self, param: str, /) -> Any: method ifconfig (line 588) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 602) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 616) | def config(self, param: str, /) -> Any: method config (line 635) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_28_0-rp2-stubs/ntptime.pyi function time (line 5) | def time(): ... function settime (line 6) | def settime() -> None: ... FILE: publish/micropython-v1_28_0-rp2-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-rp2-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-rp2-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-rp2-stubs/requests/__init__.pyi class Response (line 4) | class Response: method __init__ (line 8) | def __init__(self, f) -> None: ... method close (line 9) | def close(self) -> None: ... method content (line 11) | def content(self): ... method text (line 13) | def text(self): ... method json (line 14) | def json(self): ... function request (line 16) | def request(method, url, data=None, json=None, headers=None, stream=None... function head (line 17) | def head(url, **kw): ... function get (line 18) | def get(url, **kw): ... function post (line 19) | def post(url, **kw): ... function put (line 20) | def put(url, **kw): ... function patch (line 21) | def patch(url, **kw): ... function delete (line 22) | def delete(url, **kw): ... FILE: publish/micropython-v1_28_0-rp2-stubs/rp2/__init__.pyi function bootsel_button (line 161) | def bootsel_button() -> int: function asm_pio (line 174) | def asm_pio( function country (line 227) | def country() -> str: function country (line 237) | def country(code: str, /) -> None: function asm_pio_encode (line 246) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function const (line 256) | def const(*args, **kwargs) -> Incomplete: ... class DMA (line 258) | class DMA: method irq (line 262) | def irq(self, handler: Optional[Callable] = None, hard: bool = False) ... method unpack_ctrl (line 268) | def unpack_ctrl(value: int) -> dict[str, int]: method pack_ctrl (line 282) | def pack_ctrl( method close (line 353) | def close(self) -> None: method config (line 359) | def config( method active (line 387) | def active(self, value: Any | None = None) -> bool: method __init__ (line 397) | def __init__(self) -> None: ... class PIO (line 399) | class PIO: method state_machine (line 451) | def state_machine(self, id: int, program: _PIO_ASM_Program | None = No... method remove_program (line 462) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 471) | def irq( method add_program (line 485) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 494) | def __init__(self, id: int) -> None: ... class StateMachine (line 496) | class StateMachine: method irq (line 505) | def irq(self, handler: Optional[Callable] = None, trigger: int = 1, ha... method put (line 512) | def put(self, value: int | ReadableBuffer, shift: int = 0) -> None: method restart (line 527) | def restart(self) -> None: method rx_fifo (line 541) | def rx_fifo(self) -> int: method tx_fifo (line 550) | def tx_fifo(self) -> int: method init (line 559) | def init( method exec (line 612) | def exec(self, instr: Union[int, str]) -> None: method get (line 629) | def get(self, buf: None = None, shift: int = 0) -> int: ... method get (line 631) | def get(self, buf: WriteableBuffer, shift: int = 0) -> WriteableBuffer... method get (line 633) | def get(self, buf: None = None, shift: int = 0) -> int: ... method get (line 635) | def get(self, buf: WriteableBuffer, shift: int = 0) -> WriteableBuffer... method active (line 637) | def active(self) -> bool: ... method active (line 639) | def active(self, value: Union[bool, int]) -> bool: method active (line 650) | def active(self) -> bool: ... method active (line 652) | def active(self, value: Union[bool, int]) -> bool: method __init__ (line 662) | def __init__( class PIOASMEmit (line 679) | class PIOASMEmit: method __init__ (line 688) | def __init__( method __getattr__ (line 703) | def __getattr__(self, name: str) -> Incomplete: ... class Flash (line 705) | class Flash: method readblocks (line 710) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> None: method readblocks (line 720) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method readblocks (line 729) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> None: method readblocks (line 739) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method writeblocks (line 749) | def writeblocks(self, block_num: int, buf: AnyReadableBuf) -> None: method writeblocks (line 760) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method writeblocks (line 775) | def writeblocks(self, block_num: int, buf: AnyReadableBuf) -> None: method writeblocks (line 786) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method ioctl (line 801) | def ioctl(self, op: int, arg: int) -> int | None: ... method ioctl (line 804) | def ioctl(self, op: int) -> int | None: method ioctl (line 812) | def ioctl(self, op: int, arg: int) -> int | None: ... method ioctl (line 815) | def ioctl(self, op: int) -> int | None: method __init__ (line 821) | def __init__(self, *, start: int = -1, len: int = -1) -> None: ... class PIOASMError (line 823) | class PIOASMError(Exception): ... FILE: publish/micropython-v1_28_0-rp2-stubs/rp2/asm_pio_rp2040.pyi class _PIOInstr (line 72) | class _PIOInstr(Protocol): method side (line 75) | def side(self, value: int, /) -> Self: ... method delay (line 76) | def delay(self, value: int, /) -> Self: ... method __getitem__ (line 77) | def __getitem__(self, delay: int, /) -> Self: ... function invert (line 102) | def invert(x: int) -> int: function reverse (line 105) | def reverse(x: int) -> int: function rel (line 125) | def rel(x: int) -> int: function delay (line 146) | def delay(delay: int) -> _PIOInstr: function side (line 154) | def side(value: int) -> _PIOInstr: function wrap_target (line 167) | def wrap_target() -> None: function wrap (line 177) | def wrap() -> None: function label (line 188) | def label(label: str) -> None: function word (line 203) | def word(instr, label: Incomplete | None = ...) -> _PIOInstr: function nop (line 211) | def nop() -> _PIOInstr: function jmp (line 219) | def jmp(condition, label: Incomplete | None = ...) -> _PIOInstr: function wait (line 254) | def wait(polarity: int, src: int, index: int, /) -> _PIOInstr: function in_ (line 289) | def in_(src, data) -> _PIOInstr: function out (line 322) | def out(destination: int, bit_count: int) -> _PIOInstr: function push (line 360) | def push(value: int = ..., value2: int = ...) -> _PIOInstr: function pull (line 379) | def pull(value: int = ..., value2: int = ...) -> _PIOInstr: function mov (line 405) | def mov(dest, src) -> _PIOInstr: function irq (line 451) | def irq(mod, index: Incomplete | None = ...) -> _PIOInstr: function set (line 471) | def set(destination, data) -> _PIOInstr: FILE: publish/micropython-v1_28_0-rp2-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-rp2-stubs/socket.pyi function reset (line 115) | def reset(*args, **kwargs) -> Incomplete: ... function print_pcbs (line 116) | def print_pcbs(*args, **kwargs) -> Incomplete: ... function getaddrinfo (line 117) | def getaddrinfo( function callback (line 167) | def callback(*args, **kwargs) -> Incomplete: ... class socket (line 169) | class socket: method recvfrom (line 177) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 186) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 198) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 218) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 236) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 244) | def settimeout(self, value: float | None, /) -> None: method sendall (line 279) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 291) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 298) | def setblocking(self, value: bool, /) -> None: method sendto (line 309) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> int: method readline (line 315) | def readline(self) -> bytes: method readinto (line 324) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 334) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 344) | def read(self) -> bytes: method read (line 354) | def read(self, size: int, /) -> bytes: method close (line 362) | def close(self) -> None: method connect (line 372) | def connect(self, address: _Address | bytes, /) -> None: method send (line 377) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 384) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 389) | def accept(self) -> Tuple: method write (line 397) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 407) | def __init__( FILE: publish/micropython-v1_28_0-rp2-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-rp2-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-rp2-stubs/urequests.pyi function __getattr__ (line 2) | def __getattr__(attr): ... FILE: publish/micropython-v1_28_0-rp2-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> None: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: function rom_ioctl (line 243) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 245) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 247) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 249) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... FILE: publish/micropython-v1_28_0-rp2-stubs/webrepl.pyi function server_handshake (line 11) | def server_handshake(cl): ... function send_html (line 12) | def send_html(cl) -> None: ... function setup_conn (line 13) | def setup_conn(port, accept_handler): ... function accept_conn (line 14) | def accept_conn(listen_sock): ... function stop (line 15) | def stop() -> None: ... function start (line 16) | def start(port: int = 8266, password=None, accept_handler=...) -> None: ... function start_foreground (line 17) | def start_foreground(port: int = 8266, password=None) -> None: ... FILE: publish/micropython-v1_28_0-rp2-stubs/webrepl_setup.pyi function input_choice (line 5) | def input_choice(prompt, choices): ... function getpass (line 6) | def getpass(prompt): ... function input_pass (line 7) | def input_pass(): ... function exists (line 8) | def exists(fname): ... function get_daemon_status (line 9) | def get_daemon_status(): ... function change_daemon (line 10) | def change_daemon(action) -> None: ... function main (line 11) | def main() -> None: ... FILE: publish/micropython-v1_28_0-rp2-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/_thread.pyi function get_ident (line 24) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 25) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 27) | def stack_size() -> int: ... function stack_size (line 29) | def stack_size(size: int, /) -> int: ... function exit (line 30) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 31) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 33) | class LockType: method locked (line 34) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 35) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 36) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> tuple[float, float]: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> complex: function sin (line 50) | def sin(z: _C, /) -> complex: function exp (line 56) | def exp(z: _C, /) -> complex: function cos (line 62) | def cos(z: _C, /) -> complex: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> complex: function log10 (line 80) | def log10(z: _C, /) -> complex: FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/cryptolib.pyi class aes (line 23) | class aes: method encrypt (line 29) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 39) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 49) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 56) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method __init__ (line 63) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 85) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/ds18x20.pyi class DS18X20 (line 9) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire) -> None: ... method scan (line 13) | def scan(self): ... method convert_temp (line 14) | def convert_temp(self) -> None: ... method read_scratch (line 15) | def read_scratch(self, rom): ... method write_scratch (line 16) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 17) | def read_temp(self, rom): ... FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha256 (line 59) | class sha256(_Hash): method digest (line 66) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 67) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 69) | def __init__(self): method __init__ (line 75) | def __init__(self, data: AnyReadableBuf): class md5 (line 80) | class md5(_Hash): method digest (line 86) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 87) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/machine.pyi function dht_readinto (line 58) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function disable_irq (line 59) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 68) | def enable_irq(state: _IRQ_STATE, /) -> None: function bitstream (line 76) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function deepsleep (line 101) | def deepsleep() -> NoReturn: function deepsleep (line 126) | def deepsleep(time_ms: int, /) -> NoReturn: function bootloader (line 150) | def bootloader(value: Optional[Any] = None) -> None: function unique_id (line 160) | def unique_id() -> bytes: function soft_reset (line 169) | def soft_reset() -> NoReturn: function reset_cause (line 176) | def reset_cause() -> int: function time_pulse_us (line 182) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 201) | def freq() -> int: function freq (line 209) | def freq(hz: int, /) -> None: function idle (line 216) | def idle() -> None: function reset (line 231) | def reset() -> NoReturn: function lightsleep (line 239) | def lightsleep() -> None: function lightsleep (line 264) | def lightsleep(time_ms: int, /) -> None: class PWM (line 303) | class PWM: method duty_u16 (line 355) | def duty_u16(self) -> int: method duty_u16 (line 367) | def duty_u16( method freq (line 383) | def freq(self) -> int: method freq (line 394) | def freq( method init (line 407) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 415) | def duty_ns(self) -> int: method duty_ns (line 425) | def duty_ns( method deinit (line 437) | def deinit(self) -> None: method __init__ (line 442) | def __init__( class WDT (line 468) | class WDT: method feed (line 483) | def feed(self) -> None: method __init__ (line 490) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2S (line 499) | class I2S: method shift (line 579) | def shift( method init (line 591) | def init( method irq (line 608) | def irq( method readinto (line 619) | def readinto( method deinit (line 631) | def deinit(self) -> None: method write (line 636) | def write( method __init__ (line 648) | def __init__( class ADC (line 691) | class ADC: method read_u16 (line 718) | def read_u16(self) -> int: method __init__ (line 725) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... method width (line 741) | def width(self, bits: int) -> None: method read (line 766) | def read(self) -> int: method atten (line 780) | def atten(self, atten: int) -> None: class I2C (line 788) | class I2C: method readfrom_mem_into (line 824) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 835) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 844) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 852) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 862) | def scan(self) -> list[int]: method writeto (line 869) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 878) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 893) | def start(self) -> None: method readfrom (line 898) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 905) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 916) | def init(self, *, freq: int = 400_000) -> None: method init (line 930) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 942) | def stop(self) -> None: method write (line 947) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 956) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 973) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 990) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class I2CTarget (line 1003) | class I2CTarget: method deinit (line 1038) | def deinit(self) -> Incomplete: method irq (line 1044) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 1083) | def write(self, buf) -> int: method readinto (line 1090) | def readinto(self, buf) -> int: method __init__ (line 1096) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class SoftSPI (line 1098) | class SoftSPI(SPI): method deinit (line 1109) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1110) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1111) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1112) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1113) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1114) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1115) | def __init__( class Timer (line 1128) | class Timer: method init (line 1157) | def init( method init (line 1166) | def init( method init (line 1175) | def init( method deinit (line 1234) | def deinit(self) -> None: method __init__ (line 1240) | def __init__(self, id: int, /): method __init__ (line 1250) | def __init__( method __init__ (line 1269) | def __init__( method __init__ (line 1288) | def __init__( class UART (line 1306) | class UART: method irq (line 1372) | def irq( method sendbreak (line 1407) | def sendbreak(self) -> None: method deinit (line 1413) | def deinit(self) -> None: method init (line 1424) | def init( method init (line 1496) | def init( method init (line 1559) | def init( method flush (line 1620) | def flush(self) -> None: method txdone (line 1634) | def txdone(self) -> bool: method read (line 1650) | def read(self) -> bytes | None: method read (line 1661) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1670) | def any(self) -> int: method write (line 1684) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 1693) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1704) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1713) | def readline(self) -> bytes | None: method __init__ (line 1722) | def __init__( method __init__ (line 1747) | def __init__( method __init__ (line 1763) | def __init__( class USBDevice (line 1778) | class USBDevice: method submit_xfer (line 1791) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1812) | def config( method remote_wakeup (line 1919) | def remote_wakeup(self) -> bool: method stall (line 1927) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1947) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1968) | class BUILTIN_CDC: method __init__ (line 1974) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1976) | class BUILTIN_NONE: method __init__ (line 1982) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1984) | class BUILTIN_DEFAULT: method __init__ (line 1990) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1992) | def __init__(self) -> None: ... class Pin (line 1994) | class Pin: method low (line 2071) | def low(self) -> None: method irq (line 2078) | def irq( method toggle (line 2131) | def toggle(self) -> None: method off (line 2138) | def off(self) -> None: method on (line 2143) | def on(self) -> None: method init (line 2148) | def init( method value (line 2167) | def value(self) -> int: method value (line 2201) | def value(self, x: Any, /) -> None: method high (line 2233) | def high(self) -> None: class cpu (line 2241) | class cpu: method __init__ (line 2272) | def __init__(self, *argv, **kwargs) -> None: ... class board (line 2274) | class board: method __init__ (line 2276) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2278) | def __init__( method __call__ (line 2353) | def __call__(self) -> int: method __call__ (line 2361) | def __call__(self, x: Any, /) -> None: method mode (line 2369) | def mode(self) -> int: method mode (line 2378) | def mode(self, mode: int, /) -> None: method pull (line 2387) | def pull(self) -> int: method pull (line 2396) | def pull(self, pull: int, /) -> None: method drive (line 2405) | def drive(self, drive: int, /) -> None: method drive (line 2415) | def drive(self, /) -> int: class SoftI2C (line 2423) | class SoftI2C(I2C): method readfrom_mem_into (line 2435) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2436) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2437) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2438) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2439) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2440) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2441) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2442) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2443) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2444) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2445) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2446) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2447) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2448) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class RTC (line 2450) | class RTC: method datetime (line 2467) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 2483) | def __init__(self, id: int = 0): method __init__ (line 2489) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2497) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2505) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2513) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2521) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2529) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method init (line 2537) | def init(self) -> None: method init (line 2552) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2567) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2582) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2597) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2612) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2627) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method alarm (line 2642) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2650) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2658) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2666) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2674) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2682) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2690) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method memory (line 2698) | def memory(self) -> bytes: method memory (line 2716) | def memory(self, data: AnyReadableBuf, /) -> None: class SPI (line 2733) | class SPI: method deinit (line 2792) | def deinit(self) -> None: method init (line 2799) | def init( method init (line 2834) | def init( method write_readinto (line 2865) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2875) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2882) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2890) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 2900) | def __init__(self, id: int, /): method __init__ (line 2913) | def __init__( method __init__ (line 2939) | def __init__( class Signal (line 2962) | class Signal(Pin): method off (line 3031) | def off(self) -> None: method on (line 3036) | def on(self) -> None: method value (line 3043) | def value(self) -> int: method value (line 3063) | def value(self, x: Any, /) -> None: method __init__ (line 3083) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 3103) | def __init__( class ADCBlock (line 3133) | class ADCBlock: method connect (line 3135) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3137) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3139) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class ADCWiPy (line 3160) | class ADCWiPy: method channel (line 3162) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3164) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3166) | def channel(self, id: int, *, pin) -> adcchannel: class SDCard (line 3179) | class SDCard: method readblocks (line 3181) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3191) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3201) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3212) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/neopixel.pyi class NeoPixel (line 24) | class NeoPixel(_NeoPixelBase): method __init__ (line 52) | def __init__(self, pin, n, bpp: int = 3, timing: int = 1) -> None: method __len__ (line 62) | def __len__(self) -> int: method __setitem__ (line 67) | def __setitem__(self, i, v) -> None: method __getitem__ (line 72) | def __getitem__(self, i) -> Tuple: method fill (line 77) | def fill(self, v) -> None: method write (line 83) | def write(self) -> None: FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/rp2/__init__.pyi function asm_pio_encode (line 161) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function bootsel_button (line 171) | def bootsel_button() -> int: function asm_pio (line 184) | def asm_pio( function const (line 236) | def const(*args, **kwargs) -> Incomplete: ... class Flash (line 238) | class Flash: method readblocks (line 243) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> None: method readblocks (line 253) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method readblocks (line 262) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> None: method readblocks (line 272) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method writeblocks (line 282) | def writeblocks(self, block_num: int, buf: AnyReadableBuf) -> None: method writeblocks (line 293) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method writeblocks (line 308) | def writeblocks(self, block_num: int, buf: AnyReadableBuf) -> None: method writeblocks (line 319) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method ioctl (line 334) | def ioctl(self, op: int, arg: int) -> int | None: ... method ioctl (line 337) | def ioctl(self, op: int) -> int | None: method ioctl (line 345) | def ioctl(self, op: int, arg: int) -> int | None: ... method ioctl (line 348) | def ioctl(self, op: int) -> int | None: method __init__ (line 354) | def __init__(self, *, start: int = -1, len: int = -1) -> None: ... class DMA (line 356) | class DMA: method irq (line 360) | def irq(self, handler: Optional[Callable] = None, hard: bool = False) ... method unpack_ctrl (line 366) | def unpack_ctrl(value: int) -> dict[str, int]: method pack_ctrl (line 380) | def pack_ctrl( method close (line 451) | def close(self) -> None: method config (line 457) | def config( method active (line 485) | def active(self, value: Any | None = None) -> bool: method __init__ (line 495) | def __init__(self) -> None: ... class StateMachine (line 497) | class StateMachine: method irq (line 506) | def irq(self, handler: Optional[Callable] = None, trigger: int = 1, ha... method put (line 513) | def put(self, value: int | ReadableBuffer, shift: int = 0) -> None: method restart (line 528) | def restart(self) -> None: method rx_fifo (line 542) | def rx_fifo(self) -> int: method tx_fifo (line 551) | def tx_fifo(self) -> int: method init (line 560) | def init( method exec (line 613) | def exec(self, instr: Union[int, str]) -> None: method get (line 630) | def get(self, buf: None = None, shift: int = 0) -> int: ... method get (line 632) | def get(self, buf: WriteableBuffer, shift: int = 0) -> WriteableBuffer... method get (line 634) | def get(self, buf: None = None, shift: int = 0) -> int: ... method get (line 636) | def get(self, buf: WriteableBuffer, shift: int = 0) -> WriteableBuffer... method active (line 638) | def active(self) -> bool: ... method active (line 640) | def active(self, value: Union[bool, int]) -> bool: method active (line 651) | def active(self) -> bool: ... method active (line 653) | def active(self, value: Union[bool, int]) -> bool: method __init__ (line 663) | def __init__( class PIO (line 681) | class PIO: method state_machine (line 733) | def state_machine(self, id: int, program: _PIO_ASM_Program | None = No... method remove_program (line 744) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 753) | def irq( method add_program (line 767) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 776) | def __init__(self, id: int) -> None: ... class PIOASMError (line 778) | class PIOASMError(Exception): ... class PIOASMEmit (line 779) | class PIOASMEmit: method __init__ (line 788) | def __init__( method __getattr__ (line 803) | def __getattr__(self, name: str) -> Incomplete: ... function country (line 806) | def country() -> str: function country (line 816) | def country(code: str, /) -> None: FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/rp2/asm_pio_rp2040.pyi class _PIOInstr (line 72) | class _PIOInstr(Protocol): method side (line 75) | def side(self, value: int, /) -> Self: ... method delay (line 76) | def delay(self, value: int, /) -> Self: ... method __getitem__ (line 77) | def __getitem__(self, delay: int, /) -> Self: ... function invert (line 102) | def invert(x: int) -> int: function reverse (line 105) | def reverse(x: int) -> int: function rel (line 125) | def rel(x: int) -> int: function delay (line 146) | def delay(delay: int) -> _PIOInstr: function side (line 154) | def side(value: int) -> _PIOInstr: function wrap_target (line 167) | def wrap_target() -> None: function wrap (line 177) | def wrap() -> None: function label (line 188) | def label(label: str) -> None: function word (line 203) | def word(instr, label: Incomplete | None = ...) -> _PIOInstr: function nop (line 211) | def nop() -> _PIOInstr: function jmp (line 219) | def jmp(condition, label: Incomplete | None = ...) -> _PIOInstr: function wait (line 254) | def wait(polarity: int, src: int, index: int, /) -> _PIOInstr: function in_ (line 289) | def in_(src, data) -> _PIOInstr: function out (line 322) | def out(destination: int, bit_count: int) -> _PIOInstr: function push (line 360) | def push(value: int = ..., value2: int = ...) -> _PIOInstr: function pull (line 379) | def pull(value: int = ..., value2: int = ...) -> _PIOInstr: function mov (line 405) | def mov(dest, src) -> _PIOInstr: function irq (line 451) | def irq(mod, index: Incomplete | None = ...) -> _PIOInstr: function set (line 471) | def set(destination, data) -> _PIOInstr: FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-rp2-waveshare_rp2040_zero-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> None: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: function rom_ioctl (line 243) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 245) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 247) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 249) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readinto (line 84) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 85) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 86) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 87) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 88) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 89) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/gc.pyi function isenabled (line 19) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 20) | def mem_free() -> int: function mem_alloc (line 32) | def mem_alloc() -> int: function collect (line 43) | def collect() -> int | None: function enable (line 49) | def enable() -> None: function disable (line 55) | def disable() -> None: function threshold (line 63) | def threshold() -> int: function threshold (line 89) | def threshold(amount: int) -> None: FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha1 (line 59) | class sha1: method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/machine.pyi function disable_irq (line 58) | def disable_irq() -> _IRQ_STATE: function bootloader (line 67) | def bootloader(value: Optional[Any] = None) -> None: function enable_irq (line 77) | def enable_irq(state: _IRQ_STATE, /) -> None: function deepsleep (line 86) | def deepsleep() -> NoReturn: function deepsleep (line 111) | def deepsleep(time_ms: int, /) -> NoReturn: function bitstream (line 135) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 159) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function unique_id (line 160) | def unique_id() -> bytes: function soft_reset (line 169) | def soft_reset() -> NoReturn: function reset_cause (line 176) | def reset_cause() -> int: function time_pulse_us (line 182) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 201) | def freq() -> int: function freq (line 209) | def freq(hz: int, /) -> None: function idle (line 216) | def idle() -> None: function reset (line 231) | def reset() -> NoReturn: function lightsleep (line 239) | def lightsleep() -> None: function lightsleep (line 264) | def lightsleep(time_ms: int, /) -> None: class PWM (line 303) | class PWM: method duty_u16 (line 355) | def duty_u16(self) -> int: method duty_u16 (line 367) | def duty_u16( method freq (line 383) | def freq(self) -> int: method freq (line 394) | def freq( method init (line 407) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 415) | def duty_ns(self) -> int: method duty_ns (line 425) | def duty_ns( method deinit (line 437) | def deinit(self) -> None: method __init__ (line 442) | def __init__( class WDT (line 468) | class WDT: method timeout_ms (line 483) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 484) | def feed(self) -> None: method __init__ (line 491) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2CTarget (line 500) | class I2CTarget: method deinit (line 535) | def deinit(self) -> Incomplete: method irq (line 541) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 580) | def write(self, buf) -> int: method readinto (line 587) | def readinto(self, buf) -> int: method __init__ (line 593) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class ADC (line 595) | class ADC: method read_u16 (line 622) | def read_u16(self) -> int: method deinit (line 629) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 630) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... method width (line 646) | def width(self, bits: int) -> None: method read (line 671) | def read(self) -> int: method atten (line 685) | def atten(self, atten: int) -> None: class DAC (line 693) | class DAC: method write (line 708) | def write(self, value) -> Incomplete: method __init__ (line 728) | def __init__(self, id) -> None: ... class I2C (line 730) | class I2C: method readfrom_mem_into (line 766) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 777) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 786) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 794) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 804) | def scan(self) -> list[int]: method writeto (line 811) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 820) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 835) | def start(self) -> None: method readfrom (line 840) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 847) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 858) | def init(self, *, freq: int = 400_000) -> None: method init (line 872) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 884) | def stop(self) -> None: method write (line 889) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 898) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 915) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 932) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class SoftSPI (line 945) | class SoftSPI(SPI): method deinit (line 956) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 957) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 958) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 959) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 960) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 961) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 962) | def __init__( class Timer (line 975) | class Timer: method init (line 1004) | def init( method init (line 1013) | def init( method init (line 1022) | def init( method deinit (line 1081) | def deinit(self) -> None: method __init__ (line 1087) | def __init__(self, id: int, /): method __init__ (line 1097) | def __init__( method __init__ (line 1116) | def __init__( method __init__ (line 1135) | def __init__( class UART (line 1153) | class UART: method irq (line 1209) | def irq( method sendbreak (line 1244) | def sendbreak(self) -> None: method init (line 1252) | def init( method init (line 1324) | def init( method init (line 1387) | def init( method deinit (line 1448) | def deinit(self) -> None: method flush (line 1457) | def flush(self) -> None: method txdone (line 1471) | def txdone(self) -> bool: method read (line 1487) | def read(self) -> bytes | None: method read (line 1498) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1507) | def any(self) -> int: method write (line 1521) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 1530) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1541) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1550) | def readline(self) -> bytes | None: method __init__ (line 1559) | def __init__( method __init__ (line 1584) | def __init__( method __init__ (line 1600) | def __init__( class USBDevice (line 1615) | class USBDevice: method submit_xfer (line 1628) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1649) | def config( method remote_wakeup (line 1756) | def remote_wakeup(self) -> bool: method stall (line 1764) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1784) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1805) | class BUILTIN_CDC: method __init__ (line 1811) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1813) | class BUILTIN_NONE: method __init__ (line 1819) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1821) | class BUILTIN_DEFAULT: method __init__ (line 1827) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1829) | def __init__(self) -> None: ... class Pin (line 1831) | class Pin: method irq (line 1901) | def irq( method toggle (line 1954) | def toggle(self) -> None: method init (line 1961) | def init( method on (line 1978) | def on(self) -> None: method low (line 1983) | def low(self) -> None: method off (line 1990) | def off(self) -> None: method high (line 1995) | def high(self) -> None: method value (line 2004) | def value(self) -> int: method value (line 2038) | def value(self, x: Any, /) -> None: method disable (line 2070) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 2072) | def drive(self, drive: int, /) -> None: method drive (line 2082) | def drive(self, /) -> int: class board (line 2090) | class board: method __init__ (line 2160) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 2162) | class cpu: method __init__ (line 2262) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2264) | def __init__( method __call__ (line 2339) | def __call__(self) -> int: method __call__ (line 2347) | def __call__(self, x: Any, /) -> None: method mode (line 2355) | def mode(self) -> int: method mode (line 2364) | def mode(self, mode: int, /) -> None: method pull (line 2373) | def pull(self) -> int: method pull (line 2382) | def pull(self, pull: int, /) -> None: class SoftI2C (line 2390) | class SoftI2C(I2C): method readfrom_mem_into (line 2402) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2403) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2404) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2405) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2406) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2407) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2408) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2409) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2410) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2411) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2412) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2413) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2414) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2415) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class RTC (line 2417) | class RTC: method datetime (line 2434) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method init (line 2451) | def init(self) -> None: method init (line 2466) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2481) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2496) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2511) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2526) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2541) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method calibration (line 2554) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2556) | def __init__(self, id: int = 0): method __init__ (line 2562) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2570) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2578) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2586) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2594) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2602) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 2610) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2618) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2626) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2634) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2642) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2650) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2658) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method memory (line 2666) | def memory(self) -> bytes: method memory (line 2684) | def memory(self, data: AnyReadableBuf, /) -> None: class SPI (line 2701) | class SPI: method deinit (line 2760) | def deinit(self) -> None: method init (line 2767) | def init( method init (line 2802) | def init( method write_readinto (line 2833) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2843) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2850) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2858) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 2868) | def __init__(self, id: int, /): method __init__ (line 2881) | def __init__( method __init__ (line 2907) | def __init__( class Signal (line 2930) | class Signal(Pin): method off (line 2999) | def off(self) -> None: method on (line 3004) | def on(self) -> None: method value (line 3011) | def value(self) -> int: method value (line 3031) | def value(self, x: Any, /) -> None: method __init__ (line 3051) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 3071) | def __init__( class ADCBlock (line 3101) | class ADCBlock: method connect (line 3103) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3105) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3107) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class ADCWiPy (line 3128) | class ADCWiPy: method channel (line 3130) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3132) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3134) | def channel(self, id: int, *, pin) -> adcchannel: class SDCard (line 3147) | class SDCard: method readblocks (line 3149) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3159) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3169) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3180) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-samd-seeed_wio_terminal-stubs/vfs.pyi function mount (line 34) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 46) | def mount() -> List[tuple[Incomplete, str]]: function umount (line 57) | def umount(mount_point: Incomplete) -> None: function rom_ioctl (line 68) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 70) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 72) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 74) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... class VfsFat (line 76) | class VfsFat: method rename (line 82) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 84) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 89) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 90) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 91) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 92) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 93) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 94) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 95) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 96) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 97) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 98) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 99) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 100) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class VfsRom (line 102) | class VfsRom: method umount (line 103) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 104) | def mount(self, *args, **kwargs) -> Incomplete: ... method stat (line 105) | def stat(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 106) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 107) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method open (line 108) | def open(self, *args, **kwargs) -> Incomplete: ... method chdir (line 109) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 110) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 113) | class VfsLfs2: method rename (line 130) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 132) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 140) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 141) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 142) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 143) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 144) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 145) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 146) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 147) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 148) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 149) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 150) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 151) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class AbstractBlockDev (line 153) | class AbstractBlockDev: method readblocks (line 157) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 160) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 178) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 201) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 225) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 229) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_28_0-samd-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-samd-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-samd-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-samd-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readinto (line 84) | def readinto(self, *args, **kwargs) -> Incomplete: ... method readline (line 85) | def readline(self, *args, **kwargs) -> Incomplete: ... method write (line 86) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 87) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 88) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 89) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-samd-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-samd-stubs/gc.pyi function isenabled (line 19) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 20) | def mem_free() -> int: function mem_alloc (line 32) | def mem_alloc() -> int: function collect (line 43) | def collect() -> int | None: function enable (line 49) | def enable() -> None: function disable (line 55) | def disable() -> None: function threshold (line 63) | def threshold() -> int: function threshold (line 89) | def threshold(amount: int) -> None: FILE: publish/micropython-v1_28_0-samd-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha1 (line 59) | class sha1: method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_28_0-samd-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-samd-stubs/machine.pyi function disable_irq (line 58) | def disable_irq() -> _IRQ_STATE: function bootloader (line 67) | def bootloader(value: Optional[Any] = None) -> None: function enable_irq (line 77) | def enable_irq(state: _IRQ_STATE, /) -> None: function deepsleep (line 86) | def deepsleep() -> NoReturn: function deepsleep (line 111) | def deepsleep(time_ms: int, /) -> NoReturn: function bitstream (line 135) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function dht_readinto (line 159) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function unique_id (line 160) | def unique_id() -> bytes: function soft_reset (line 169) | def soft_reset() -> NoReturn: function reset_cause (line 176) | def reset_cause() -> int: function time_pulse_us (line 182) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function freq (line 201) | def freq() -> int: function freq (line 209) | def freq(hz: int, /) -> None: function idle (line 216) | def idle() -> None: function reset (line 231) | def reset() -> NoReturn: function lightsleep (line 239) | def lightsleep() -> None: function lightsleep (line 264) | def lightsleep(time_ms: int, /) -> None: class PWM (line 303) | class PWM: method duty_u16 (line 355) | def duty_u16(self) -> int: method duty_u16 (line 367) | def duty_u16( method freq (line 383) | def freq(self) -> int: method freq (line 394) | def freq( method init (line 407) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 415) | def duty_ns(self) -> int: method duty_ns (line 425) | def duty_ns( method deinit (line 437) | def deinit(self) -> None: method __init__ (line 442) | def __init__( class WDT (line 468) | class WDT: method timeout_ms (line 483) | def timeout_ms(self, *args, **kwargs) -> Incomplete: ... method feed (line 484) | def feed(self) -> None: method __init__ (line 491) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2CTarget (line 500) | class I2CTarget: method deinit (line 535) | def deinit(self) -> Incomplete: method irq (line 541) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 580) | def write(self, buf) -> int: method readinto (line 587) | def readinto(self, buf) -> int: method __init__ (line 593) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class ADC (line 595) | class ADC: method read_u16 (line 622) | def read_u16(self) -> int: method deinit (line 629) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 630) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... method width (line 646) | def width(self, bits: int) -> None: method read (line 671) | def read(self) -> int: method atten (line 685) | def atten(self, atten: int) -> None: class DAC (line 693) | class DAC: method write (line 708) | def write(self, value) -> Incomplete: method __init__ (line 728) | def __init__(self, id) -> None: ... class I2C (line 730) | class I2C: method readfrom_mem_into (line 766) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 777) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 786) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 794) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 804) | def scan(self) -> list[int]: method writeto (line 811) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 820) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 835) | def start(self) -> None: method readfrom (line 840) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 847) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 858) | def init(self, *, freq: int = 400_000) -> None: method init (line 872) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 884) | def stop(self) -> None: method write (line 889) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 898) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 915) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 932) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class SoftSPI (line 945) | class SoftSPI(SPI): method deinit (line 956) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 957) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 958) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 959) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 960) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 961) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 962) | def __init__( class Timer (line 975) | class Timer: method init (line 1004) | def init( method init (line 1013) | def init( method init (line 1022) | def init( method deinit (line 1081) | def deinit(self) -> None: method __init__ (line 1087) | def __init__(self, id: int, /): method __init__ (line 1097) | def __init__( method __init__ (line 1116) | def __init__( method __init__ (line 1135) | def __init__( class UART (line 1153) | class UART: method irq (line 1209) | def irq( method sendbreak (line 1244) | def sendbreak(self) -> None: method init (line 1252) | def init( method init (line 1324) | def init( method init (line 1387) | def init( method deinit (line 1448) | def deinit(self) -> None: method flush (line 1457) | def flush(self) -> None: method txdone (line 1471) | def txdone(self) -> bool: method read (line 1487) | def read(self) -> bytes | None: method read (line 1498) | def read(self, nbytes: int, /) -> bytes | None: method any (line 1507) | def any(self) -> int: method write (line 1521) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 1530) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 1541) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 1550) | def readline(self) -> bytes | None: method __init__ (line 1559) | def __init__( method __init__ (line 1584) | def __init__( method __init__ (line 1600) | def __init__( class USBDevice (line 1615) | class USBDevice: method submit_xfer (line 1628) | def submit_xfer(self, ep, buffer, /) -> bool: method config (line 1649) | def config( method remote_wakeup (line 1756) | def remote_wakeup(self) -> bool: method stall (line 1764) | def stall(self, ep, stall: bool | None = None, /) -> bool: method active (line 1784) | def active(self, value: Any | None = None, /) -> bool: class BUILTIN_CDC (line 1805) | class BUILTIN_CDC: method __init__ (line 1811) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_NONE (line 1813) | class BUILTIN_NONE: method __init__ (line 1819) | def __init__(self, *argv, **kwargs) -> None: ... class BUILTIN_DEFAULT (line 1821) | class BUILTIN_DEFAULT: method __init__ (line 1827) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1829) | def __init__(self) -> None: ... class Pin (line 1831) | class Pin: method irq (line 1901) | def irq( method toggle (line 1954) | def toggle(self) -> None: method init (line 1961) | def init( method on (line 1978) | def on(self) -> None: method low (line 1983) | def low(self) -> None: method off (line 1990) | def off(self) -> None: method high (line 1995) | def high(self) -> None: method value (line 2004) | def value(self) -> int: method value (line 2038) | def value(self, x: Any, /) -> None: method disable (line 2070) | def disable(self, *args, **kwargs) -> Incomplete: ... method drive (line 2072) | def drive(self, drive: int, /) -> None: method drive (line 2082) | def drive(self, /) -> int: class board (line 2090) | class board: method __init__ (line 2160) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 2162) | class cpu: method __init__ (line 2262) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2264) | def __init__( method __call__ (line 2339) | def __call__(self) -> int: method __call__ (line 2347) | def __call__(self, x: Any, /) -> None: method mode (line 2355) | def mode(self) -> int: method mode (line 2364) | def mode(self, mode: int, /) -> None: method pull (line 2373) | def pull(self) -> int: method pull (line 2382) | def pull(self, pull: int, /) -> None: class SoftI2C (line 2390) | class SoftI2C(I2C): method readfrom_mem_into (line 2402) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 2403) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 2404) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 2405) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 2406) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 2407) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 2408) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 2409) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 2410) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2411) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 2412) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 2413) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 2414) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2415) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class RTC (line 2417) | class RTC: method datetime (line 2434) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method init (line 2451) | def init(self) -> None: method init (line 2466) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 2481) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 2496) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 2511) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 2526) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 2541) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method calibration (line 2554) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2556) | def __init__(self, id: int = 0): method __init__ (line 2562) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 2570) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2578) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2586) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2594) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 2602) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 2610) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 2618) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 2626) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 2634) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 2642) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 2650) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 2658) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method memory (line 2666) | def memory(self) -> bytes: method memory (line 2684) | def memory(self, data: AnyReadableBuf, /) -> None: class SPI (line 2701) | class SPI: method deinit (line 2760) | def deinit(self) -> None: method init (line 2767) | def init( method init (line 2802) | def init( method write_readinto (line 2833) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 2843) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 2850) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2858) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 2868) | def __init__(self, id: int, /): method __init__ (line 2881) | def __init__( method __init__ (line 2907) | def __init__( class Signal (line 2930) | class Signal(Pin): method off (line 2999) | def off(self) -> None: method on (line 3004) | def on(self) -> None: method value (line 3011) | def value(self) -> int: method value (line 3031) | def value(self, x: Any, /) -> None: method __init__ (line 3051) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 3071) | def __init__( class ADCBlock (line 3101) | class ADCBlock: method connect (line 3103) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3105) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3107) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class ADCWiPy (line 3128) | class ADCWiPy: method channel (line 3130) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3132) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3134) | def channel(self, id: int, *, pin) -> adcchannel: class SDCard (line 3147) | class SDCard: method readblocks (line 3149) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3159) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3169) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3180) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_28_0-samd-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-samd-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-samd-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-samd-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-samd-stubs/samd.pyi function pininfo (line 10) | def pininfo(*args, **kwargs) -> Incomplete: ... class Flash (line 12) | class Flash: method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 14) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_28_0-samd-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-samd-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-samd-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-samd-stubs/vfs.pyi function mount (line 34) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 46) | def mount() -> List[tuple[Incomplete, str]]: function umount (line 57) | def umount(mount_point: Incomplete) -> None: function rom_ioctl (line 68) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 70) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 72) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 74) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... class VfsFat (line 76) | class VfsFat: method rename (line 82) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 84) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 89) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 90) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 91) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 92) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 93) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 94) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 95) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 96) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 97) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 98) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 99) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 100) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class VfsRom (line 102) | class VfsRom: method umount (line 103) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 104) | def mount(self, *args, **kwargs) -> Incomplete: ... method stat (line 105) | def stat(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 106) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 107) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method open (line 108) | def open(self, *args, **kwargs) -> Incomplete: ... method chdir (line 109) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 110) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class VfsLfs2 (line 113) | class VfsLfs2: method rename (line 130) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 132) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 140) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 141) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 142) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 143) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 144) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 145) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 146) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 147) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 148) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 149) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 150) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 151) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class AbstractBlockDev (line 153) | class AbstractBlockDev: method readblocks (line 157) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 160) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 178) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 201) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 225) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 229) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> tuple[float, float]: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> complex: function sin (line 50) | def sin(z: _C, /) -> complex: function exp (line 56) | def exp(z: _C, /) -> complex: function cos (line 62) | def cos(z: _C, /) -> complex: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> complex: function log10 (line 80) | def log10(z: _C, /) -> complex: FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha1 (line 59) | class sha1: method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/lcd160cr.pyi function calcsize (line 46) | def calcsize(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 47) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function const (line 48) | def const(*args, **kwargs) -> Incomplete: ... function pack_into (line 49) | def pack_into(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 51) | class LCD160CR: method set_brightness (line 69) | def set_brightness(self, value: int, /) -> None: method screen_dump (line 74) | def screen_dump( method screen_load (line 92) | def screen_load(self, buf: AnyReadableBuf, /) -> None: method set_orient (line 97) | def set_orient(self, orient: int, /) -> None: method set_font (line 103) | def set_font( method set_i2c_addr (line 131) | def set_i2c_addr(self, addr: int, /) -> None: method rect_interior (line 137) | def rect_interior(self, x: int, y: int, w: int, h: int, /) -> None: method rect_no_clip (line 145) | def rect_no_clip(self, x: int, y: int, w: int, h: int, /) -> None: method save_to_flash (line 152) | def save_to_flash(self) -> None: method rect_interior_no_clip (line 158) | def rect_interior_no_clip(self, x: int, y: int, w: int, h: int, /) -> ... method rgb (line 166) | def rgb(r: int, g: int, b: int, /) -> int: method rect_outline (line 174) | def rect_outline(self, x: int, y: int, w: int, h: int, /) -> None: method rect_outline_no_clip (line 182) | def rect_outline_no_clip(self, x: int, y: int, w: int, h: int, /) -> N... method set_startup_deco (line 189) | def set_startup_deco(self, value: int, /) -> None: method set_scroll_win_param (line 195) | def set_scroll_win_param(self, win: int, param: int, value: int, /) ->... method set_spi_win (line 205) | def set_spi_win(self, x: int, y: int, w: int, h: int, /) -> None: method show_framebuf (line 210) | def show_framebuf(self, buf: AnyReadableBuf, /) -> None: method set_text_color (line 221) | def set_text_color(self, fg: int, bg: int, /) -> None: method set_uart_baudrate (line 226) | def set_uart_baudrate(self, baudrate: int, /) -> None: method set_pen (line 231) | def set_pen(self, line: int, fill: int, /) -> None: method set_pos (line 236) | def set_pos(self, x: int, y: int, /) -> None: method set_scroll_win (line 242) | def set_scroll_win( method set_pixel (line 271) | def set_pixel(self, x: int, y: int, c: int, /) -> None: method set_scroll_buf (line 277) | def set_scroll_buf(self, s: str, /) -> None: method set_power (line 283) | def set_power(self, on: bool, /) -> None: method set_scroll (line 289) | def set_scroll(self, on: bool, /) -> None: method touch_config (line 295) | def touch_config(self, calib: bool = False, save: bool = False, irq: b... method clip_line (line 311) | def clip_line(data: Any, w: int, h: int, /) -> int: method _send (line 316) | def _send(self, *args, **kwargs) -> Incomplete: ... method _waitfor (line 317) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method erase (line 318) | def erase(self) -> None: method dot (line 323) | def dot(self, x: int, y: int, /) -> None: method dot_no_clip (line 328) | def dot_no_clip(self, x: int, y: int, /) -> None: method poly_line (line 335) | def poly_line(self, data: AnyReadableBuf, /) -> None: method line (line 340) | def line(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method _fcmd2b (line 345) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 346) | def write(self, s: str, /) -> None: method _fcmd2 (line 353) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rect (line 354) | def rect(self, x: int, y: int, w: int, h: int, /) -> None: method reset (line 362) | def reset(self) -> None: method jpeg_start (line 367) | def jpeg_start(self, total_len: int, /) -> None: method jpeg (line 375) | def jpeg(self, buf: AnyReadableBuf, /) -> None: method jpeg_data (line 383) | def jpeg_data(self, buf: AnyReadableBuf, /) -> None: method poly_dot (line 391) | def poly_dot(self, data: AnyReadableBuf, /) -> None: method line_no_clip (line 398) | def line_no_clip(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method oflush (line 405) | def oflush(self, *args, **kwargs) -> Incomplete: ... method fast_spi (line 406) | def fast_spi(self, flush: bool = True, /) -> SPI: method get_line (line 419) | def get_line(self, x: int, y: int, buf: AnyWritableBuf, /) -> None: method is_touched (line 427) | def is_touched(self) -> bool: method feed_wdt (line 433) | def feed_wdt(self) -> None: method iflush (line 440) | def iflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 441) | def get_pixel(self, x: int, y: int, /) -> int: method get_touch (line 446) | def get_touch(self) -> Tuple: method __init__ (line 454) | def __init__(self, connect: str | None = None, /): method __init__ (line 491) | def __init__(self, *, pwr: Pin, i2c: I2C, spi: SPI, i2c_addr: int = 98): FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/machine.pyi function freq (line 59) | def freq() -> int: function freq (line 67) | def freq(hz: int, /) -> None: function bootloader (line 74) | def bootloader(value: Optional[Any] = None) -> None: function idle (line 84) | def idle() -> None: function deepsleep (line 100) | def deepsleep() -> NoReturn: function deepsleep (line 125) | def deepsleep(time_ms: int, /) -> NoReturn: function dht_readinto (line 149) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 150) | def enable_irq(state: _IRQ_STATE, /) -> None: function disable_irq (line 158) | def disable_irq() -> _IRQ_STATE: function unique_id (line 167) | def unique_id() -> bytes: function info (line 176) | def info(*args, **kwargs) -> Incomplete: ... function sleep (line 178) | def sleep() -> None: function soft_reset (line 184) | def soft_reset() -> NoReturn: function time_pulse_us (line 191) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function rng (line 209) | def rng() -> int: function lightsleep (line 218) | def lightsleep() -> None: function lightsleep (line 243) | def lightsleep(time_ms: int, /) -> None: function reset (line 267) | def reset() -> NoReturn: function reset_cause (line 274) | def reset_cause() -> int: function bitstream (line 280) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class I2S (line 304) | class I2S: method shift (line 384) | def shift( method init (line 396) | def init( method irq (line 413) | def irq( method readinto (line 424) | def readinto( method deinit (line 436) | def deinit(self) -> None: method write (line 441) | def write( method __init__ (line 453) | def __init__( class PWM (line 496) | class PWM: method duty_u16 (line 548) | def duty_u16(self) -> int: method duty_u16 (line 560) | def duty_u16( method freq (line 576) | def freq(self) -> int: method freq (line 587) | def freq( method init (line 600) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 608) | def duty_ns(self) -> int: method duty_ns (line 618) | def duty_ns( method deinit (line 630) | def deinit(self) -> None: method __init__ (line 635) | def __init__( class WDT (line 674) | class WDT: method feed (line 689) | def feed(self) -> None: method __init__ (line 696) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2CTarget (line 705) | class I2CTarget: method deinit (line 740) | def deinit(self) -> Incomplete: method irq (line 746) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 785) | def write(self, buf) -> int: method readinto (line 792) | def readinto(self, buf) -> int: method __init__ (line 798) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class ADC (line 800) | class ADC: method read_u16 (line 827) | def read_u16(self) -> int: method __init__ (line 834) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... method width (line 850) | def width(self, bits: int) -> None: method read (line 875) | def read(self) -> int: method atten (line 889) | def atten(self, atten: int) -> None: class CAN (line 897) | class CAN: method recv (line 1027) | def recv(self, arg: list[Any] | None = None) -> __CANRecvResult | None: method irq (line 1088) | def irq(self, handler: Callable[[CAN], None] | None = None, trigger: i... method init (line 1121) | def init( method restart (line 1170) | def restart(self) -> None: method set_filters (line 1185) | def set_filters(self, filters: Iterable[__CANFilter] | None) -> None: method state (line 1243) | def state(self) -> int: method cancel_send (line 1253) | def cancel_send(self, index: int) -> bool: method send (line 1273) | def send(self, id: int, data: bytes | bytearray | memoryview, flags: i... method get_timings (line 1308) | def get_timings(self, list: __CANTimings | None = None, /) -> __CANTim... method deinit (line 1341) | def deinit(self) -> None: method get_counters (line 1353) | def get_counters(self, list: __CANCounters | None = None, /) -> __CANC... method __init__ (line 1377) | def __init__(self, id: int, *args: int, **kwargs: Any) -> None: ... class I2C (line 1379) | class I2C: method readfrom_mem_into (line 1415) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1426) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1435) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1443) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1453) | def scan(self) -> list[int]: method writeto (line 1460) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1469) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1484) | def start(self) -> None: method readfrom (line 1489) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1496) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1507) | def init(self, *, freq: int = 400_000) -> None: method init (line 1521) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1533) | def stop(self) -> None: method write (line 1538) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1547) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 1564) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1581) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class SoftI2C (line 1594) | class SoftI2C(I2C): method readfrom_mem_into (line 1606) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1607) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1608) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1609) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1610) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1611) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1612) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1613) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1614) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1615) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1616) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1617) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1618) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1619) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class SoftSPI (line 1621) | class SoftSPI(SPI): method deinit (line 1632) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1633) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1634) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1635) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1636) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1637) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1638) | def __init__( class Timer (line 1651) | class Timer: method init (line 1680) | def init( method init (line 1689) | def init( method init (line 1698) | def init( method deinit (line 1757) | def deinit(self) -> None: method __init__ (line 1763) | def __init__(self, id: int, /): method __init__ (line 1773) | def __init__( method __init__ (line 1792) | def __init__( method __init__ (line 1811) | def __init__( class UART (line 1829) | class UART: method flush (line 1890) | def flush(self) -> None: method sendbreak (line 1904) | def sendbreak(self) -> None: method txdone (line 1910) | def txdone(self) -> bool: method init (line 1926) | def init( method init (line 1998) | def init( method init (line 2061) | def init( method readchar (line 2122) | def readchar(self, *args, **kwargs) -> Incomplete: ... method irq (line 2123) | def irq( method writechar (line 2158) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 2160) | def read(self) -> bytes | None: method read (line 2171) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 2180) | def deinit(self) -> None: method any (line 2189) | def any(self) -> int: method write (line 2203) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2212) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2223) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2232) | def readline(self) -> bytes | None: method __init__ (line 2241) | def __init__( method __init__ (line 2266) | def __init__( method __init__ (line 2282) | def __init__( class Signal (line 2300) | class Signal(Pin): method off (line 2369) | def off(self) -> None: method on (line 2374) | def on(self) -> None: method value (line 2381) | def value(self) -> int: method value (line 2401) | def value(self, x: Any, /) -> None: method __init__ (line 2421) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 2441) | def __init__( class Pin (line 2471) | class Pin: method mode (line 2573) | def mode(self) -> int: method mode (line 2582) | def mode(self, mode: int, /) -> None: method name (line 2589) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 2591) | def pull(self) -> int: method pull (line 2600) | def pull(self, pull: int, /) -> None: method low (line 2607) | def low(self) -> None: method irq (line 2614) | def irq( method pin (line 2667) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 2668) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 2669) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 2670) | def on(self) -> None: method off (line 2675) | def off(self) -> None: method init (line 2680) | def init( method af_list (line 2697) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 2698) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 2700) | def value(self) -> int: method value (line 2734) | def value(self, x: Any, /) -> None: method high (line 2766) | def high(self) -> None: method gpio (line 2773) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 2775) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 2777) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 2779) | class cpu: method __init__ (line 2827) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 2830) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 2832) | class board: method __init__ (line 2882) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2884) | def __init__( method __call__ (line 2959) | def __call__(self) -> int: method __call__ (line 2967) | def __call__(self, x: Any, /) -> None: method drive (line 2975) | def drive(self, drive: int, /) -> None: method drive (line 2985) | def drive(self, /) -> int: class RTC (line 2993) | class RTC: method info (line 3010) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 3012) | def init(self) -> None: method init (line 3027) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 3042) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 3057) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 3072) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 3087) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 3102) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method wakeup (line 3115) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 3116) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method calibration (line 3131) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3133) | def __init__(self, id: int = 0): method __init__ (line 3139) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 3147) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 3155) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 3163) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 3171) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 3179) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 3187) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 3195) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 3203) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 3211) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 3219) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 3227) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 3235) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method memory (line 3243) | def memory(self) -> bytes: method memory (line 3261) | def memory(self, data: AnyReadableBuf, /) -> None: class SPI (line 3278) | class SPI: method deinit (line 3337) | def deinit(self) -> None: method init (line 3344) | def init( method init (line 3379) | def init( method write_readinto (line 3410) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 3420) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 3427) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 3435) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 3445) | def __init__(self, id: int, /): method __init__ (line 3458) | def __init__( method __init__ (line 3484) | def __init__( class ADCBlock (line 3507) | class ADCBlock: method connect (line 3509) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3511) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3513) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class ADCWiPy (line 3534) | class ADCWiPy: method channel (line 3536) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3538) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3540) | def channel(self, id: int, *, pin) -> adcchannel: class SDCard (line 3553) | class SDCard: method readblocks (line 3555) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3565) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3575) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3586) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/network.pyi function route (line 64) | def route(*args, **kwargs) -> Incomplete: ... function hostname (line 66) | def hostname() -> str: ... function hostname (line 68) | def hostname(name: str, /) -> None: ... function country (line 70) | def country() -> str: ... function country (line 72) | def country(code: str, /) -> None: ... class WIZNET5K (line 74) | class WIZNET5K: method isconnected (line 100) | def isconnected(self, *args, **kwargs) -> Incomplete: ... method status (line 101) | def status(self, *args, **kwargs) -> Incomplete: ... method regs (line 102) | def regs(self) -> Any: method active (line 107) | def active(self, *args, **kwargs) -> Incomplete: ... method ifconfig (line 108) | def ifconfig(self, *args, **kwargs) -> Incomplete: ... method config (line 109) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 110) | def __init__(self, spi: SPI, pin_cs: Pin, pin_rst: Pin, /) -> None: class LAN (line 128) | class LAN: method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 145) | class WLAN: method active (line 147) | def active(self, /) -> bool: method active (line 155) | def active(self, is_active: bool | int, /) -> None: method status (line 163) | def status(self) -> int: method status (line 193) | def status(self, param: str, /) -> int: method ifconfig (line 223) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 234) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 245) | def config(self, param: str, /) -> Any: method config (line 281) | def config(self, **kwargs: Any) -> None: class WLANWiPy (line 316) | class WLANWiPy: method __init__ (line 318) | def __init__(self, id: int = 0, /): method __init__ (line 332) | def __init__( method mode (line 356) | def mode(self) -> int: method mode (line 362) | def mode(self, mode: int, /) -> None: method ssid (line 368) | def ssid(self) -> str: method ssid (line 374) | def ssid(self, ssid: str, /) -> None: method auth (line 380) | def auth(self) -> int: method auth (line 386) | def auth(self, auth: int, /) -> None: method channel (line 392) | def channel(self) -> int: method channel (line 398) | def channel(self, channel: int, /) -> None: method antenna (line 404) | def antenna(self) -> int: method antenna (line 410) | def antenna(self, antenna: int, /) -> None: method mac (line 416) | def mac(self) -> bytes: method mac (line 422) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 427) | class AbstractNIC: method active (line 430) | def active(self, /) -> bool: method active (line 441) | def active(self, is_active: bool | int, /) -> None: method connect (line 452) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 471) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 490) | def status(self) -> Any: method status (line 508) | def status(self, param: str, /) -> Any: method ifconfig (line 526) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 540) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 554) | def config(self, param: str, /) -> Any: method config (line 573) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/pyb.pyi function hard_reset (line 35) | def hard_reset() -> NoReturn: function have_cdc (line 43) | def have_cdc() -> bool: function hid (line 53) | def hid(data: tuple[int, int, int, int], /) -> None: function hid (line 63) | def hid(data: Sequence[int], /) -> None: function info (line 72) | def info() -> None: function info (line 78) | def info(dump_alloc_table: bytes, /) -> None: function wfi (line 83) | def wfi() -> None: function elapsed_micros (line 95) | def elapsed_micros(start: int, /) -> int: function freq (line 112) | def freq() -> tuple[int, int, int, int]: function freq (line 152) | def freq(sysclk: int, /) -> None: function freq (line 192) | def freq(sysclk: int, hclk: int, /) -> None: function freq (line 232) | def freq(sysclk: int, hclk: int, pclk1: int, /) -> None: function freq (line 272) | def freq(sysclk: int, hclk: int, pclk1: int, pclk2: int, /) -> None: function disable_irq (line 311) | def disable_irq() -> bool: function fault_debug (line 320) | def fault_debug(value: bool = False) -> None: function elapsed_millis (line 335) | def elapsed_millis(start: int, /) -> int: function enable_irq (line 350) | def enable_irq(state: bool = True, /) -> None: function sync (line 360) | def sync() -> None: function servo (line 366) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 367) | def standby() -> None: function usb_mode (line 382) | def usb_mode() -> str: function usb_mode (line 424) | def usb_mode( function udelay (line 474) | def udelay(us: int, /) -> None: function unique_id (line 480) | def unique_id() -> bytes: function micros (line 486) | def micros() -> int: function mount (line 501) | def mount( function mount (line 543) | def mount( function rng (line 584) | def rng() -> int: function millis (line 590) | def millis() -> int: function repl_uart (line 605) | def repl_uart() -> UART | None: function repl_uart (line 611) | def repl_uart(uart: UART | None, /) -> None: function pwm (line 616) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 617) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 618) | def stop() -> None: function delay (line 630) | def delay(ms: int, /) -> None: function main (line 636) | def main(filename: str, /) -> None: function bootloader (line 646) | def bootloader() -> NoReturn: function country (line 654) | def country() -> str | None: function country (line 661) | def country(code: str, /) -> None: class DAC (line 666) | class DAC: method noise (line 718) | def noise(self, freq: int, /) -> None: method write_timed (line 724) | def write_timed(self, data: AnyReadableBuf, freq: int | Timer, /, *, m... method triangle (line 745) | def triangle(self, freq: int, /) -> None: method write (line 752) | def write(self, value: int, /) -> None: method init (line 759) | def init(self, bits: int = 8, *, buffering: bool | None = None) -> None: method deinit (line 766) | def deinit(self) -> None: method __init__ (line 771) | def __init__(self, port: int | Pin, /, bits: int = 8, *, buffering: bo... class ExtInt (line 796) | class ExtInt: method line (line 851) | def line(self) -> int: method regs (line 857) | def regs() -> None: method swint (line 862) | def swint(self) -> None: method enable (line 867) | def enable(self) -> None: method disable (line 872) | def disable(self) -> None: method __init__ (line 878) | def __init__( class Flash (line 902) | class Flash(AbstractBlockDev): method readblocks (line 914) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> int: method readblocks (line 924) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method writeblocks (line 934) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, /) -> int: method writeblocks (line 945) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method ioctl (line 958) | def ioctl(self, op: int, arg: int) -> int | None: method __init__ (line 967) | def __init__(self): method __init__ (line 979) | def __init__(self, *, start: int = -1, len: int = -1): class I2C (line 986) | class I2C: method scan (line 1044) | def scan(self) -> list[int]: method mem_read (line 1052) | def mem_read( method mem_read (line 1076) | def mem_read( method mem_write (line 1098) | def mem_write( method recv (line 1123) | def recv( method recv (line 1144) | def recv( method is_ready (line 1163) | def is_ready(self, addr: int, /) -> bool: method send (line 1168) | def send( method deinit (line 1186) | def deinit(self) -> None: method init (line 1191) | def init( method __init__ (line 1218) | def __init__( class LCD (line 1251) | class LCD: method fill (line 1286) | def fill(self, colour: int, /) -> None: method light (line 1293) | def light(self, value: bool | int, /) -> None: method pixel (line 1298) | def pixel(self, x: int, y: int, colour: int, /) -> None: method show (line 1305) | def show(self) -> None: method text (line 1310) | def text(self, str: str, x: int, y: int, colour: int, /) -> None: method contrast (line 1317) | def contrast(self, value: int, /) -> None: method get (line 1322) | def get(self, x: int, y: int, /) -> int: method write (line 1329) | def write(self, str: str, /) -> None: method command (line 1334) | def command(self, inst_data: int, buf: bytes, /) -> None: method __init__ (line 1341) | def __init__(self, skin_position: str, /) -> None: class CAN (line 1347) | class CAN: method restart (line 1393) | def restart(self) -> None: method recv (line 1407) | def recv(self, fifo: int, /, *, timeout: int = 5000) -> list[int | boo... method recv (line 1443) | def recv(self, fifo: int, list: None, /, *, timeout: int = 5000) -> li... method recv (line 1479) | def recv(self, fifo: int, list: list[int | bool | memoryview], /, *, t... method init (line 1513) | def init( method rxcallback (line 1596) | def rxcallback(self, fifo: int, fun: Callable[[CAN, int], None], /) ->... method setfilter (line 1633) | def setfilter(self, bank: int, mode: int, fifo: int, params: Sequence[... method setfilter (line 1690) | def setfilter( method state (line 1754) | def state(self) -> int: method send (line 1769) | def send( method any (line 1808) | def any(self, fifo: int, /) -> bool: method info (line 1815) | def info(self) -> list[int]: method info (line 1839) | def info(self, list: list[int], /) -> list[int]: method clearfilter (line 1861) | def clearfilter(self, bank: int, /, *, extframe: bool = False) -> None: method deinit (line 1870) | def deinit(self) -> None: method __init__ (line 1875) | def __init__( class ADC (line 1901) | class ADC: method read_timed (line 1918) | def read_timed(self, buf: AnyWritableBuf, timer: Timer | int, /) -> int: method read_timed_multi (line 1956) | def read_timed_multi(adcs: tuple[ADC, ...], bufs: tuple[AnyWritableBuf... method read (line 2008) | def read(self) -> int: method __init__ (line 2014) | def __init__(self, pin: int | Pin, /) -> None: class ADCAll (line 2020) | class ADCAll: method read_core_vbat (line 2021) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 2022) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 2023) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 2024) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 2025) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2026) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 2028) | class Accel: method x (line 2038) | def x(self) -> int: method tilt (line 2043) | def tilt(self) -> int: method y (line 2048) | def y(self) -> int: method z (line 2053) | def z(self) -> int: method read (line 2058) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 2059) | def filtered_xyz(self) -> tuple[int, int, int]: method write (line 2069) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2070) | def __init__(self) -> None: class USB_VCP (line 2075) | class USB_VCP: method readlines (line 2088) | def readlines(self) -> List: method recv (line 2099) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes: method recv (line 2112) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int: method isconnected (line 2123) | def isconnected(self) -> bool: method init (line 2128) | def init(self, *, flow: int = -1) -> None: method irq (line 2135) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 2146) | def setinterrupt(self, chr: int, /) -> None: method close (line 2156) | def close(self) -> None: method read (line 2164) | def read(self) -> bytes | None: method read (line 2175) | def read(self, nbytes, /) -> bytes | None: method any (line 2184) | def any(self) -> bool: method write (line 2189) | def write(self, buf: AnyReadableBuf, /) -> int: method send (line 2196) | def send(self, buf: AnyReadableBuf | int, /, *, timeout: int = 5000) -... method readinto (line 2208) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2220) | def readinto(self, buf: AnyWritableBuf, maxlen: int, /) -> int | None: method readline (line 2230) | def readline(self) -> bytes | None: method __init__ (line 2238) | def __init__(self, id: int = 0, /) -> None: class Timer (line 2244) | class Timer: method freq (line 2323) | def freq(self) -> int: method freq (line 2329) | def freq(self, value: int, /) -> None: method init (line 2335) | def init( method init (line 2412) | def init( method period (line 2490) | def period(self) -> int: method period (line 2496) | def period(self, value: int, /) -> None: method prescaler (line 2502) | def prescaler(self) -> int: method prescaler (line 2508) | def prescaler(self, value: int, /) -> None: method source_freq (line 2512) | def source_freq(self) -> int: method deinit (line 2517) | def deinit(self) -> None: method callback (line 2527) | def callback(self, fun: Callable[[Timer], None] | None, /) -> None: method channel (line 2536) | def channel(self, channel: int, /) -> timerchannel | None: method channel (line 2623) | def channel( method channel (line 2719) | def channel( method channel (line 2815) | def channel( method channel (line 2912) | def channel( method channel (line 3008) | def channel( method counter (line 3103) | def counter(self) -> int: method counter (line 3109) | def counter(self, value: int, /) -> None: method __init__ (line 3114) | def __init__(self, id: int, /): method __init__ (line 3122) | def __init__( method __init__ (line 3140) | def __init__( class Switch (line 3158) | class Switch: method callback (line 3175) | def callback(self, fun: Callable[[], None] | None) -> None: method value (line 3181) | def value(self) -> bool: method __init__ (line 3186) | def __init__(self) -> None: method __call__ (line 3193) | def __call__(self) -> bool: class Servo (line 3200) | class Servo: method speed (line 3206) | def speed(self) -> int: method speed (line 3219) | def speed(self, speed: int | float, time: int = 0, /) -> None: method pulse_width (line 3232) | def pulse_width(self) -> int: method pulse_width (line 3242) | def pulse_width(self, value: int, /) -> None: method calibration (line 3252) | def calibration(self) -> tuple[int, int, int, int, int]: method calibration (line 3268) | def calibration(self, pulse_min: int, pulse_max: int, pulse_centre: in... method calibration (line 3284) | def calibration( method angle (line 3307) | def angle(self) -> int: method angle (line 3321) | def angle(self, angle: int | float, time: int = 0, /) -> None: method __init__ (line 3333) | def __init__(self, id: int, /) -> None: ... class UART (line 3335) | class UART: method flush (line 3383) | def flush(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 3384) | def sendbreak(self) -> None: method txdone (line 3391) | def txdone(self, *args, **kwargs) -> Incomplete: ... method init (line 3392) | def init( method readchar (line 3429) | def readchar(self) -> int: method irq (line 3436) | def irq(self, *args, **kwargs) -> Incomplete: ... method writechar (line 3437) | def writechar(self, char: int, /) -> None: method read (line 3445) | def read(self) -> bytes | None: method read (line 3462) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 3477) | def deinit(self) -> None: method any (line 3482) | def any(self) -> int: method write (line 3487) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 3500) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 3510) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 3518) | def readline(self) -> bytes | None: method __init__ (line 3528) | def __init__(self, bus: int | str, /): method __init__ (line 3565) | def __init__( class USB_HID (line 3614) | class USB_HID: method recv (line 3624) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes: method recv (line 3637) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int: method send (line 3648) | def send(self, data: Sequence[int]) -> int: method __init__ (line 3656) | def __init__(self) -> None: class LED (line 3661) | class LED: method toggle (line 3665) | def toggle(self) -> None: method on (line 3671) | def on(self) -> None: method off (line 3676) | def off(self) -> None: method intensity (line 3683) | def intensity(self) -> int: method intensity (line 3697) | def intensity(self, value: int, /) -> None: method __init__ (line 3709) | def __init__(self, id: int, /) -> None: class RTC (line 3716) | class RTC: method info (line 3727) | def info(self) -> int: method init (line 3737) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 3739) | def wakeup(self, timeout: int | None, callback: Callable[[int], None] ... method wakeup (line 3753) | def wakeup(self, wucksel: int, wut: int, callback: Callable[[int], Non... method datetime (line 3767) | def datetime(self, datetimetuple: tuple[int, int, int, int, int, int, ... method datetime (line 3785) | def datetime(self, /) -> tuple[int, int, int, int, int, int, int, int]: method calibration (line 3804) | def calibration(self) -> int: method calibration (line 3823) | def calibration(self, cal: int, /) -> None: method __init__ (line 3840) | def __init__(self) -> None: class Pin (line 3846) | class Pin: method mode (line 3966) | def mode(self) -> int: method name (line 3973) | def name(self) -> str: method pull (line 3978) | def pull(self) -> int: method low (line 3985) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 3987) | def irq(self) -> None: ... method irq (line 3989) | def irq(self, *, handler: Callable[[Pin], None] | None = None, trigger... method pin (line 3990) | def pin(self) -> int: method port (line 3995) | def port(self) -> int: method names (line 4000) | def names(self) -> List[str]: method on (line 4005) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 4006) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 4007) | def init( method af_list (line 4047) | def af_list(self) -> List[pinaf]: method af (line 4052) | def af(self) -> int: method value (line 4061) | def value(self) -> int: method value (line 4072) | def value(self, value: Any, /) -> None: method high (line 4081) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 4082) | def gpio(self) -> int: method dict (line 4090) | def dict() -> Dict[str, Pin]: method dict (line 4097) | def dict(dict: Dict[str, Pin], /) -> None: method debug (line 4104) | def debug() -> bool: method debug (line 4111) | def debug(state: bool, /) -> None: class cpu (line 4116) | class cpu: method __init__ (line 4164) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 4168) | def mapper() -> Callable[[str], Pin]: method mapper (line 4175) | def mapper(fun: Callable[[str], Pin], /) -> None: class board (line 4180) | class board: method __init__ (line 4230) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 4232) | def __init__( method __call__ (line 4248) | def __call__(self) -> int: method __call__ (line 4256) | def __call__(self, x: Any, /) -> None: class SPI (line 4263) | class SPI: method deinit (line 4295) | def deinit(self) -> None: method send_recv (line 4302) | def send_recv( method send_recv (line 4324) | def send_recv( method recv (line 4346) | def recv(self, recv: int, /, *, timeout: int = 5000) -> bytes: method recv (line 4360) | def recv(self, recv: _WB, /, *, timeout: int = 5000) -> _WB: method init (line 4374) | def init( method init (line 4415) | def init( method write_readinto (line 4454) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 4455) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 4456) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 4457) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 4458) | def send(self, send: int | AnyReadableBuf, /, *, timeout: int = 5000) ... method __init__ (line 4469) | def __init__(self, bus: int, /): method __init__ (line 4487) | def __init__( method __init__ (line 4520) | def __init__( class SDCard (line 4555) | class SDCard: method writeblocks (line 4556) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 4557) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 4558) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 4559) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 4560) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 4561) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 4562) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 4563) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 4564) | def __init__(self, *argv, **kwargs) -> None: ... class timerchannel (line 4566) | class timerchannel: method capture (line 4569) | def capture(self) -> int: method capture (line 4578) | def capture(self, value: int, /) -> None: method compare (line 4587) | def compare(self) -> int: method compare (line 4596) | def compare(self, value: int, /) -> None: method pulse_width (line 4605) | def pulse_width(self) -> int: method pulse_width (line 4617) | def pulse_width(self, value: int, /) -> None: method pulse_width_percent (line 4629) | def pulse_width_percent(self) -> float: method pulse_width_percent (line 4640) | def pulse_width_percent(self, value: int | float, /) -> None: FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/socket.pyi function getaddrinfo (line 112) | def getaddrinfo( class socket (line 162) | class socket: method recvfrom (line 170) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 179) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 191) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 211) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 229) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 237) | def settimeout(self, value: float | None, /) -> None: method sendall (line 272) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 284) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 291) | def setblocking(self, value: bool, /) -> None: method sendto (line 302) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> int: method readline (line 308) | def readline(self) -> bytes: method readinto (line 317) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 327) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 337) | def read(self) -> bytes: method read (line 347) | def read(self, size: int, /) -> bytes: method close (line 355) | def close(self) -> None: method connect (line 365) | def connect(self, address: _Address | bytes, /) -> None: method send (line 370) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 377) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 382) | def accept(self) -> Tuple: method write (line 390) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 400) | def __init__( FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-stm32-pybv11-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> None: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: function rom_ioctl (line 243) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 245) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 247) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 249) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... FILE: publish/micropython-v1_28_0-stm32-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_28_0-stm32-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_28_0-stm32-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_28_0-stm32-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> tuple[float, float]: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> complex: function sin (line 50) | def sin(z: _C, /) -> complex: function exp (line 56) | def exp(z: _C, /) -> complex: function cos (line 62) | def cos(z: _C, /) -> complex: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> complex: function log10 (line 80) | def log10(z: _C, /) -> complex: FILE: publish/micropython-v1_28_0-stm32-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_28_0-stm32-stubs/dht.pyi class DHTBase (line 4) | class DHTBase: method __init__ (line 7) | def __init__(self, pin) -> None: ... method measure (line 8) | def measure(self) -> None: ... class DHT11 (line 10) | class DHT11(DHTBase): method humidity (line 11) | def humidity(self): ... method temperature (line 12) | def temperature(self): ... class DHT22 (line 14) | class DHT22(DHTBase): method humidity (line 15) | def humidity(self): ... method temperature (line 16) | def temperature(self): ... FILE: publish/micropython-v1_28_0-stm32-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_28_0-stm32-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> int | None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_28_0-stm32-stubs/hashlib.pyi class sha256 (line 38) | class sha256(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): class sha1 (line 59) | class sha1: method __init__ (line 61) | def __init__(self): method __init__ (line 67) | def __init__(self, data: AnyReadableBuf): FILE: publish/micropython-v1_28_0-stm32-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_28_0-stm32-stubs/lcd160cr.pyi function calcsize (line 46) | def calcsize(*args, **kwargs) -> Incomplete: ... function sleep_ms (line 47) | def sleep_ms(*args, **kwargs) -> Incomplete: ... function const (line 48) | def const(*args, **kwargs) -> Incomplete: ... function pack_into (line 49) | def pack_into(*args, **kwargs) -> Incomplete: ... class LCD160CR (line 51) | class LCD160CR: method set_brightness (line 69) | def set_brightness(self, value: int, /) -> None: method screen_dump (line 74) | def screen_dump( method screen_load (line 92) | def screen_load(self, buf: AnyReadableBuf, /) -> None: method set_orient (line 97) | def set_orient(self, orient: int, /) -> None: method set_font (line 103) | def set_font( method set_i2c_addr (line 131) | def set_i2c_addr(self, addr: int, /) -> None: method rect_interior (line 137) | def rect_interior(self, x: int, y: int, w: int, h: int, /) -> None: method rect_no_clip (line 145) | def rect_no_clip(self, x: int, y: int, w: int, h: int, /) -> None: method save_to_flash (line 152) | def save_to_flash(self) -> None: method rect_interior_no_clip (line 158) | def rect_interior_no_clip(self, x: int, y: int, w: int, h: int, /) -> ... method rgb (line 166) | def rgb(r: int, g: int, b: int, /) -> int: method rect_outline (line 174) | def rect_outline(self, x: int, y: int, w: int, h: int, /) -> None: method rect_outline_no_clip (line 182) | def rect_outline_no_clip(self, x: int, y: int, w: int, h: int, /) -> N... method set_startup_deco (line 189) | def set_startup_deco(self, value: int, /) -> None: method set_scroll_win_param (line 195) | def set_scroll_win_param(self, win: int, param: int, value: int, /) ->... method set_spi_win (line 205) | def set_spi_win(self, x: int, y: int, w: int, h: int, /) -> None: method show_framebuf (line 210) | def show_framebuf(self, buf: AnyReadableBuf, /) -> None: method set_text_color (line 221) | def set_text_color(self, fg: int, bg: int, /) -> None: method set_uart_baudrate (line 226) | def set_uart_baudrate(self, baudrate: int, /) -> None: method set_pen (line 231) | def set_pen(self, line: int, fill: int, /) -> None: method set_pos (line 236) | def set_pos(self, x: int, y: int, /) -> None: method set_scroll_win (line 242) | def set_scroll_win( method set_pixel (line 271) | def set_pixel(self, x: int, y: int, c: int, /) -> None: method set_scroll_buf (line 277) | def set_scroll_buf(self, s: str, /) -> None: method set_power (line 283) | def set_power(self, on: bool, /) -> None: method set_scroll (line 289) | def set_scroll(self, on: bool, /) -> None: method touch_config (line 295) | def touch_config(self, calib: bool = False, save: bool = False, irq: b... method clip_line (line 311) | def clip_line(data: Any, w: int, h: int, /) -> int: method _send (line 316) | def _send(self, *args, **kwargs) -> Incomplete: ... method _waitfor (line 317) | def _waitfor(self, *args, **kwargs) -> Incomplete: ... method erase (line 318) | def erase(self) -> None: method dot (line 323) | def dot(self, x: int, y: int, /) -> None: method dot_no_clip (line 328) | def dot_no_clip(self, x: int, y: int, /) -> None: method poly_line (line 335) | def poly_line(self, data: AnyReadableBuf, /) -> None: method line (line 340) | def line(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method _fcmd2b (line 345) | def _fcmd2b(self, *args, **kwargs) -> Incomplete: ... method write (line 346) | def write(self, s: str, /) -> None: method _fcmd2 (line 353) | def _fcmd2(self, *args, **kwargs) -> Incomplete: ... method rect (line 354) | def rect(self, x: int, y: int, w: int, h: int, /) -> None: method reset (line 362) | def reset(self) -> None: method jpeg_start (line 367) | def jpeg_start(self, total_len: int, /) -> None: method jpeg (line 375) | def jpeg(self, buf: AnyReadableBuf, /) -> None: method jpeg_data (line 383) | def jpeg_data(self, buf: AnyReadableBuf, /) -> None: method poly_dot (line 391) | def poly_dot(self, data: AnyReadableBuf, /) -> None: method line_no_clip (line 398) | def line_no_clip(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method oflush (line 405) | def oflush(self, *args, **kwargs) -> Incomplete: ... method fast_spi (line 406) | def fast_spi(self, flush: bool = True, /) -> SPI: method get_line (line 419) | def get_line(self, x: int, y: int, buf: AnyWritableBuf, /) -> None: method is_touched (line 427) | def is_touched(self) -> bool: method feed_wdt (line 433) | def feed_wdt(self) -> None: method iflush (line 440) | def iflush(self, *args, **kwargs) -> Incomplete: ... method get_pixel (line 441) | def get_pixel(self, x: int, y: int, /) -> int: method get_touch (line 446) | def get_touch(self) -> Tuple: method __init__ (line 454) | def __init__(self, connect: str | None = None, /): method __init__ (line 491) | def __init__(self, *, pwr: Pin, i2c: I2C, spi: SPI, i2c_addr: int = 98): FILE: publish/micropython-v1_28_0-stm32-stubs/machine.pyi function freq (line 59) | def freq() -> int: function freq (line 67) | def freq(hz: int, /) -> None: function bootloader (line 74) | def bootloader(value: Optional[Any] = None) -> None: function idle (line 84) | def idle() -> None: function deepsleep (line 100) | def deepsleep() -> NoReturn: function deepsleep (line 125) | def deepsleep(time_ms: int, /) -> NoReturn: function dht_readinto (line 149) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function enable_irq (line 150) | def enable_irq(state: _IRQ_STATE, /) -> None: function disable_irq (line 158) | def disable_irq() -> _IRQ_STATE: function unique_id (line 167) | def unique_id() -> bytes: function info (line 176) | def info(*args, **kwargs) -> Incomplete: ... function sleep (line 178) | def sleep() -> None: function soft_reset (line 184) | def soft_reset() -> NoReturn: function time_pulse_us (line 191) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function rng (line 209) | def rng() -> int: function lightsleep (line 218) | def lightsleep() -> None: function lightsleep (line 243) | def lightsleep(time_ms: int, /) -> None: function reset (line 267) | def reset() -> NoReturn: function reset_cause (line 274) | def reset_cause() -> int: function bitstream (line 280) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: class I2S (line 304) | class I2S: method shift (line 384) | def shift( method init (line 396) | def init( method irq (line 413) | def irq( method readinto (line 424) | def readinto( method deinit (line 436) | def deinit(self) -> None: method write (line 441) | def write( method __init__ (line 453) | def __init__( class PWM (line 496) | class PWM: method duty_u16 (line 548) | def duty_u16(self) -> int: method duty_u16 (line 560) | def duty_u16( method freq (line 576) | def freq(self) -> int: method freq (line 587) | def freq( method init (line 600) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method duty_ns (line 608) | def duty_ns(self) -> int: method duty_ns (line 618) | def duty_ns( method deinit (line 630) | def deinit(self) -> None: method __init__ (line 635) | def __init__( class WDT (line 674) | class WDT: method feed (line 689) | def feed(self) -> None: method __init__ (line 696) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class I2CTarget (line 705) | class I2CTarget: method deinit (line 740) | def deinit(self) -> Incomplete: method irq (line 746) | def irq(self, handler=None, trigger=IRQ_END_READ | IRQ_END_WRITE, hard... method write (line 785) | def write(self, buf) -> int: method readinto (line 792) | def readinto(self, buf) -> int: method __init__ (line 798) | def __init__(self, id, addr, *, addrsize=7, mem=None, mem_addrsize=8, ... class ADC (line 800) | class ADC: method read_u16 (line 827) | def read_u16(self) -> int: method __init__ (line 834) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... method width (line 850) | def width(self, bits: int) -> None: method read (line 875) | def read(self) -> int: method atten (line 889) | def atten(self, atten: int) -> None: class CAN (line 897) | class CAN: method recv (line 1027) | def recv(self, arg: list[Any] | None = None) -> __CANRecvResult | None: method irq (line 1088) | def irq(self, handler: Callable[[CAN], None] | None = None, trigger: i... method init (line 1121) | def init( method restart (line 1170) | def restart(self) -> None: method set_filters (line 1185) | def set_filters(self, filters: Iterable[__CANFilter] | None) -> None: method state (line 1243) | def state(self) -> int: method cancel_send (line 1253) | def cancel_send(self, index: int) -> bool: method send (line 1273) | def send(self, id: int, data: bytes | bytearray | memoryview, flags: i... method get_timings (line 1308) | def get_timings(self, list: __CANTimings | None = None, /) -> __CANTim... method deinit (line 1341) | def deinit(self) -> None: method get_counters (line 1353) | def get_counters(self, list: __CANCounters | None = None, /) -> __CANC... method __init__ (line 1377) | def __init__(self, id: int, *args: int, **kwargs: Any) -> None: ... class I2C (line 1379) | class I2C: method readfrom_mem_into (line 1415) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1426) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1435) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1443) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1453) | def scan(self) -> list[int]: method writeto (line 1460) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1469) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1484) | def start(self) -> None: method readfrom (line 1489) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1496) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1507) | def init(self, *, freq: int = 400_000) -> None: method init (line 1521) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1533) | def stop(self) -> None: method write (line 1538) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1547) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 1564) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1581) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class SoftI2C (line 1594) | class SoftI2C(I2C): method readfrom_mem_into (line 1606) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 1607) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 1608) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 1609) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 1610) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 1611) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 1612) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 1613) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 1614) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1615) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 1616) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 1617) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 1618) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1619) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... class SoftSPI (line 1621) | class SoftSPI(SPI): method deinit (line 1632) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 1633) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 1634) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 1635) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 1636) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 1637) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1638) | def __init__( class Timer (line 1651) | class Timer: method init (line 1680) | def init( method init (line 1689) | def init( method init (line 1698) | def init( method deinit (line 1757) | def deinit(self) -> None: method __init__ (line 1763) | def __init__(self, id: int, /): method __init__ (line 1773) | def __init__( method __init__ (line 1792) | def __init__( method __init__ (line 1811) | def __init__( class UART (line 1829) | class UART: method flush (line 1890) | def flush(self) -> None: method sendbreak (line 1904) | def sendbreak(self) -> None: method txdone (line 1910) | def txdone(self) -> bool: method init (line 1926) | def init( method init (line 1998) | def init( method init (line 2061) | def init( method readchar (line 2122) | def readchar(self, *args, **kwargs) -> Incomplete: ... method irq (line 2123) | def irq( method writechar (line 2158) | def writechar(self, *args, **kwargs) -> Incomplete: ... method read (line 2160) | def read(self) -> bytes | None: method read (line 2171) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 2180) | def deinit(self) -> None: method any (line 2189) | def any(self) -> int: method write (line 2203) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 2212) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2223) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2232) | def readline(self) -> bytes | None: method __init__ (line 2241) | def __init__( method __init__ (line 2266) | def __init__( method __init__ (line 2282) | def __init__( class Signal (line 2300) | class Signal(Pin): method off (line 2369) | def off(self) -> None: method on (line 2374) | def on(self) -> None: method value (line 2381) | def value(self) -> int: method value (line 2401) | def value(self, x: Any, /) -> None: method __init__ (line 2421) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 2441) | def __init__( class Pin (line 2471) | class Pin: method mode (line 2573) | def mode(self) -> int: method mode (line 2582) | def mode(self, mode: int, /) -> None: method name (line 2589) | def name(self, *args, **kwargs) -> Incomplete: ... method pull (line 2591) | def pull(self) -> int: method pull (line 2600) | def pull(self, pull: int, /) -> None: method low (line 2607) | def low(self) -> None: method irq (line 2614) | def irq( method pin (line 2667) | def pin(self, *args, **kwargs) -> Incomplete: ... method port (line 2668) | def port(self, *args, **kwargs) -> Incomplete: ... method names (line 2669) | def names(self, *args, **kwargs) -> Incomplete: ... method on (line 2670) | def on(self) -> None: method off (line 2675) | def off(self) -> None: method init (line 2680) | def init( method af_list (line 2697) | def af_list(self, *args, **kwargs) -> Incomplete: ... method af (line 2698) | def af(self, *args, **kwargs) -> Incomplete: ... method value (line 2700) | def value(self) -> int: method value (line 2734) | def value(self, x: Any, /) -> None: method high (line 2766) | def high(self) -> None: method gpio (line 2773) | def gpio(self, *args, **kwargs) -> Incomplete: ... method dict (line 2775) | def dict(cls, *args, **kwargs) -> Incomplete: ... method debug (line 2777) | def debug(cls, *args, **kwargs) -> Incomplete: ... class cpu (line 2779) | class cpu: method __init__ (line 2827) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 2830) | def mapper(cls, *args, **kwargs) -> Incomplete: ... class board (line 2832) | class board: method __init__ (line 2882) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 2884) | def __init__( method __call__ (line 2959) | def __call__(self) -> int: method __call__ (line 2967) | def __call__(self, x: Any, /) -> None: method drive (line 2975) | def drive(self, drive: int, /) -> None: method drive (line 2985) | def drive(self, /) -> int: class RTC (line 2993) | class RTC: method info (line 3010) | def info(self, *args, **kwargs) -> Incomplete: ... method init (line 3012) | def init(self) -> None: method init (line 3027) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 3042) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 3057) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 3072) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 3087) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 3102) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method wakeup (line 3115) | def wakeup(self, *args, **kwargs) -> Incomplete: ... method datetime (line 3116) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method calibration (line 3131) | def calibration(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3133) | def __init__(self, id: int = 0): method __init__ (line 3139) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 3147) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 3155) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 3163) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 3171) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 3179) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 3187) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 3195) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 3203) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 3211) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 3219) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 3227) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 3235) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method memory (line 3243) | def memory(self) -> bytes: method memory (line 3261) | def memory(self, data: AnyReadableBuf, /) -> None: class SPI (line 3278) | class SPI: method deinit (line 3337) | def deinit(self) -> None: method init (line 3344) | def init( method init (line 3379) | def init( method write_readinto (line 3410) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 3420) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 3427) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 3435) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method __init__ (line 3445) | def __init__(self, id: int, /): method __init__ (line 3458) | def __init__( method __init__ (line 3484) | def __init__( class ADCBlock (line 3507) | class ADCBlock: method connect (line 3509) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 3511) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 3513) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: class ADCWiPy (line 3534) | class ADCWiPy: method channel (line 3536) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 3538) | def channel(self, *, pin) -> adcchannel: ... method channel (line 3540) | def channel(self, id: int, *, pin) -> adcchannel: class SDCard (line 3553) | class SDCard: method readblocks (line 3555) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 3565) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 3575) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 3586) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: publish/micropython-v1_28_0-stm32-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 91) | def log(x: SupportsFloat, /) -> float: function log (line 100) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function tan (line 108) | def tan(x: SupportsFloat, /) -> float: function tanh (line 114) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 120) | def log2(x: SupportsFloat, /) -> float: function log10 (line 126) | def log10(x: SupportsFloat, /) -> float: function sin (line 132) | def sin(x: SupportsFloat, /) -> float: function modf (line 138) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function radians (line 145) | def radians(x: SupportsFloat, /) -> float: function atanh (line 151) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 157) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 163) | def atan(x: SupportsFloat, /) -> float: function ceil (line 169) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 175) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 181) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 190) | def acos(x: SupportsFloat, /) -> float: function pow (line 196) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 202) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 208) | def acosh(x: SupportsFloat, /) -> float: function asin (line 214) | def asin(x: SupportsFloat, /) -> float: function factorial (line 220) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 221) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 227) | def expm1(x: SupportsFloat, /) -> float: function floor (line 233) | def floor(x: SupportsFloat, /) -> int: function fmod (line 239) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 245) | def cos(x: SupportsFloat, /) -> float: function degrees (line 251) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 257) | def cosh(x: SupportsFloat, /) -> float: function exp (line 263) | def exp(x: SupportsFloat, /) -> float: function erf (line 269) | def erf(x: SupportsFloat, /) -> float: function erfc (line 275) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_28_0-stm32-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_28_0-stm32-stubs/network.pyi function route (line 64) | def route(*args, **kwargs) -> Incomplete: ... function hostname (line 66) | def hostname() -> str: ... function hostname (line 68) | def hostname(name: str, /) -> None: ... function country (line 70) | def country() -> str: ... function country (line 72) | def country(code: str, /) -> None: ... class WIZNET5K (line 74) | class WIZNET5K: method isconnected (line 100) | def isconnected(self, *args, **kwargs) -> Incomplete: ... method status (line 101) | def status(self, *args, **kwargs) -> Incomplete: ... method regs (line 102) | def regs(self) -> Any: method active (line 107) | def active(self, *args, **kwargs) -> Incomplete: ... method ifconfig (line 108) | def ifconfig(self, *args, **kwargs) -> Incomplete: ... method config (line 109) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 110) | def __init__(self, spi: SPI, pin_cs: Pin, pin_rst: Pin, /) -> None: class LAN (line 128) | class LAN: method active (line 130) | def active(self, /) -> bool: method active (line 138) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 145) | class WLAN: method active (line 147) | def active(self, /) -> bool: method active (line 155) | def active(self, is_active: bool | int, /) -> None: method status (line 163) | def status(self) -> int: method status (line 193) | def status(self, param: str, /) -> int: method ifconfig (line 223) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 234) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 245) | def config(self, param: str, /) -> Any: method config (line 281) | def config(self, **kwargs: Any) -> None: class WLANWiPy (line 316) | class WLANWiPy: method __init__ (line 318) | def __init__(self, id: int = 0, /): method __init__ (line 332) | def __init__( method mode (line 356) | def mode(self) -> int: method mode (line 362) | def mode(self, mode: int, /) -> None: method ssid (line 368) | def ssid(self) -> str: method ssid (line 374) | def ssid(self, ssid: str, /) -> None: method auth (line 380) | def auth(self) -> int: method auth (line 386) | def auth(self, auth: int, /) -> None: method channel (line 392) | def channel(self) -> int: method channel (line 398) | def channel(self, channel: int, /) -> None: method antenna (line 404) | def antenna(self) -> int: method antenna (line 410) | def antenna(self, antenna: int, /) -> None: method mac (line 416) | def mac(self) -> bytes: method mac (line 422) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 427) | class AbstractNIC: method active (line 430) | def active(self, /) -> bool: method active (line 441) | def active(self, is_active: bool | int, /) -> None: method connect (line 452) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 471) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 490) | def status(self) -> Any: method status (line 508) | def status(self, param: str, /) -> Any: method ifconfig (line 526) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 540) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 554) | def config(self, param: str, /) -> Any: method config (line 573) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_28_0-stm32-stubs/onewire.pyi class OneWireError (line 4) | class OneWireError(Exception): ... class OneWire (line 6) | class OneWire: method __init__ (line 11) | def __init__(self, pin) -> None: ... method reset (line 12) | def reset(self, required: bool = False): ... method readbit (line 13) | def readbit(self): ... method readbyte (line 14) | def readbyte(self): ... method readinto (line 15) | def readinto(self, buf) -> None: ... method writebit (line 16) | def writebit(self, value): ... method writebyte (line 17) | def writebyte(self, value): ... method write (line 18) | def write(self, buf) -> None: ... method select_rom (line 19) | def select_rom(self, rom) -> None: ... method scan (line 20) | def scan(self): ... method _search_rom (line 21) | def _search_rom(self, l_rom, diff): ... method crc8 (line 22) | def crc8(self, data): ... FILE: publish/micropython-v1_28_0-stm32-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_28_0-stm32-stubs/pyb.pyi function hard_reset (line 35) | def hard_reset() -> NoReturn: function have_cdc (line 43) | def have_cdc() -> bool: function hid (line 53) | def hid(data: tuple[int, int, int, int], /) -> None: function hid (line 63) | def hid(data: Sequence[int], /) -> None: function info (line 72) | def info() -> None: function info (line 78) | def info(dump_alloc_table: bytes, /) -> None: function wfi (line 83) | def wfi() -> None: function elapsed_micros (line 95) | def elapsed_micros(start: int, /) -> int: function freq (line 112) | def freq() -> tuple[int, int, int, int]: function freq (line 152) | def freq(sysclk: int, /) -> None: function freq (line 192) | def freq(sysclk: int, hclk: int, /) -> None: function freq (line 232) | def freq(sysclk: int, hclk: int, pclk1: int, /) -> None: function freq (line 272) | def freq(sysclk: int, hclk: int, pclk1: int, pclk2: int, /) -> None: function disable_irq (line 311) | def disable_irq() -> bool: function fault_debug (line 320) | def fault_debug(value: bool = False) -> None: function elapsed_millis (line 335) | def elapsed_millis(start: int, /) -> int: function enable_irq (line 350) | def enable_irq(state: bool = True, /) -> None: function sync (line 360) | def sync() -> None: function servo (line 366) | def servo(*args, **kwargs) -> Incomplete: ... function standby (line 367) | def standby() -> None: function usb_mode (line 382) | def usb_mode() -> str: function usb_mode (line 424) | def usb_mode( function udelay (line 474) | def udelay(us: int, /) -> None: function unique_id (line 480) | def unique_id() -> bytes: function micros (line 486) | def micros() -> int: function mount (line 501) | def mount( function mount (line 543) | def mount( function rng (line 584) | def rng() -> int: function millis (line 590) | def millis() -> int: function repl_uart (line 605) | def repl_uart() -> UART | None: function repl_uart (line 611) | def repl_uart(uart: UART | None, /) -> None: function pwm (line 616) | def pwm(*args, **kwargs) -> Incomplete: ... function repl_info (line 617) | def repl_info(*args, **kwargs) -> Incomplete: ... function stop (line 618) | def stop() -> None: function delay (line 630) | def delay(ms: int, /) -> None: function main (line 636) | def main(filename: str, /) -> None: function bootloader (line 646) | def bootloader() -> NoReturn: function country (line 654) | def country() -> str | None: function country (line 661) | def country(code: str, /) -> None: class DAC (line 666) | class DAC: method noise (line 718) | def noise(self, freq: int, /) -> None: method write_timed (line 724) | def write_timed(self, data: AnyReadableBuf, freq: int | Timer, /, *, m... method triangle (line 745) | def triangle(self, freq: int, /) -> None: method write (line 752) | def write(self, value: int, /) -> None: method init (line 759) | def init(self, bits: int = 8, *, buffering: bool | None = None) -> None: method deinit (line 766) | def deinit(self) -> None: method __init__ (line 771) | def __init__(self, port: int | Pin, /, bits: int = 8, *, buffering: bo... class ExtInt (line 796) | class ExtInt: method line (line 851) | def line(self) -> int: method regs (line 857) | def regs() -> None: method swint (line 862) | def swint(self) -> None: method enable (line 867) | def enable(self) -> None: method disable (line 872) | def disable(self) -> None: method __init__ (line 878) | def __init__( class Flash (line 902) | class Flash(AbstractBlockDev): method readblocks (line 914) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> int: method readblocks (line 924) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method writeblocks (line 934) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, /) -> int: method writeblocks (line 945) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method ioctl (line 958) | def ioctl(self, op: int, arg: int) -> int | None: method __init__ (line 967) | def __init__(self): method __init__ (line 979) | def __init__(self, *, start: int = -1, len: int = -1): class I2C (line 986) | class I2C: method scan (line 1044) | def scan(self) -> list[int]: method mem_read (line 1052) | def mem_read( method mem_read (line 1076) | def mem_read( method mem_write (line 1098) | def mem_write( method recv (line 1123) | def recv( method recv (line 1144) | def recv( method is_ready (line 1163) | def is_ready(self, addr: int, /) -> bool: method send (line 1168) | def send( method deinit (line 1186) | def deinit(self) -> None: method init (line 1191) | def init( method __init__ (line 1218) | def __init__( class LCD (line 1251) | class LCD: method fill (line 1286) | def fill(self, colour: int, /) -> None: method light (line 1293) | def light(self, value: bool | int, /) -> None: method pixel (line 1298) | def pixel(self, x: int, y: int, colour: int, /) -> None: method show (line 1305) | def show(self) -> None: method text (line 1310) | def text(self, str: str, x: int, y: int, colour: int, /) -> None: method contrast (line 1317) | def contrast(self, value: int, /) -> None: method get (line 1322) | def get(self, x: int, y: int, /) -> int: method write (line 1329) | def write(self, str: str, /) -> None: method command (line 1334) | def command(self, inst_data: int, buf: bytes, /) -> None: method __init__ (line 1341) | def __init__(self, skin_position: str, /) -> None: class CAN (line 1347) | class CAN: method restart (line 1393) | def restart(self) -> None: method recv (line 1407) | def recv(self, fifo: int, /, *, timeout: int = 5000) -> list[int | boo... method recv (line 1443) | def recv(self, fifo: int, list: None, /, *, timeout: int = 5000) -> li... method recv (line 1479) | def recv(self, fifo: int, list: list[int | bool | memoryview], /, *, t... method init (line 1513) | def init( method rxcallback (line 1596) | def rxcallback(self, fifo: int, fun: Callable[[CAN, int], None], /) ->... method setfilter (line 1633) | def setfilter(self, bank: int, mode: int, fifo: int, params: Sequence[... method setfilter (line 1690) | def setfilter( method state (line 1754) | def state(self) -> int: method send (line 1769) | def send( method any (line 1808) | def any(self, fifo: int, /) -> bool: method info (line 1815) | def info(self) -> list[int]: method info (line 1839) | def info(self, list: list[int], /) -> list[int]: method clearfilter (line 1861) | def clearfilter(self, bank: int, /, *, extframe: bool = False) -> None: method deinit (line 1870) | def deinit(self) -> None: method __init__ (line 1875) | def __init__( class ADC (line 1901) | class ADC: method read_timed (line 1918) | def read_timed(self, buf: AnyWritableBuf, timer: Timer | int, /) -> int: method read_timed_multi (line 1956) | def read_timed_multi(adcs: tuple[ADC, ...], bufs: tuple[AnyWritableBuf... method read (line 2008) | def read(self) -> int: method __init__ (line 2014) | def __init__(self, pin: int | Pin, /) -> None: class ADCAll (line 2020) | class ADCAll: method read_core_vbat (line 2021) | def read_core_vbat(self, *args, **kwargs) -> Incomplete: ... method read_core_vref (line 2022) | def read_core_vref(self, *args, **kwargs) -> Incomplete: ... method read_vref (line 2023) | def read_vref(self, *args, **kwargs) -> Incomplete: ... method read_core_temp (line 2024) | def read_core_temp(self, *args, **kwargs) -> Incomplete: ... method read_channel (line 2025) | def read_channel(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2026) | def __init__(self, *argv, **kwargs) -> None: ... class Accel (line 2028) | class Accel: method x (line 2038) | def x(self) -> int: method tilt (line 2043) | def tilt(self) -> int: method y (line 2048) | def y(self) -> int: method z (line 2053) | def z(self) -> int: method read (line 2058) | def read(self, *args, **kwargs) -> Incomplete: ... method filtered_xyz (line 2059) | def filtered_xyz(self) -> tuple[int, int, int]: method write (line 2069) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2070) | def __init__(self) -> None: class USB_VCP (line 2075) | class USB_VCP: method readlines (line 2088) | def readlines(self) -> List: method recv (line 2099) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes: method recv (line 2112) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int: method isconnected (line 2123) | def isconnected(self) -> bool: method init (line 2128) | def init(self, *, flow: int = -1) -> None: method irq (line 2135) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method setinterrupt (line 2146) | def setinterrupt(self, chr: int, /) -> None: method close (line 2156) | def close(self) -> None: method read (line 2164) | def read(self) -> bytes | None: method read (line 2175) | def read(self, nbytes, /) -> bytes | None: method any (line 2184) | def any(self) -> bool: method write (line 2189) | def write(self, buf: AnyReadableBuf, /) -> int: method send (line 2196) | def send(self, buf: AnyReadableBuf | int, /, *, timeout: int = 5000) -... method readinto (line 2208) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2220) | def readinto(self, buf: AnyWritableBuf, maxlen: int, /) -> int | None: method readline (line 2230) | def readline(self) -> bytes | None: method __init__ (line 2238) | def __init__(self, id: int = 0, /) -> None: class Timer (line 2244) | class Timer: method freq (line 2323) | def freq(self) -> int: method freq (line 2329) | def freq(self, value: int, /) -> None: method init (line 2335) | def init( method init (line 2412) | def init( method period (line 2490) | def period(self) -> int: method period (line 2496) | def period(self, value: int, /) -> None: method prescaler (line 2502) | def prescaler(self) -> int: method prescaler (line 2508) | def prescaler(self, value: int, /) -> None: method source_freq (line 2512) | def source_freq(self) -> int: method deinit (line 2517) | def deinit(self) -> None: method callback (line 2527) | def callback(self, fun: Callable[[Timer], None] | None, /) -> None: method channel (line 2536) | def channel(self, channel: int, /) -> timerchannel | None: method channel (line 2623) | def channel( method channel (line 2719) | def channel( method channel (line 2815) | def channel( method channel (line 2912) | def channel( method channel (line 3008) | def channel( method counter (line 3103) | def counter(self) -> int: method counter (line 3109) | def counter(self, value: int, /) -> None: method __init__ (line 3114) | def __init__(self, id: int, /): method __init__ (line 3122) | def __init__( method __init__ (line 3140) | def __init__( class Switch (line 3158) | class Switch: method callback (line 3175) | def callback(self, fun: Callable[[], None] | None) -> None: method value (line 3181) | def value(self) -> bool: method __init__ (line 3186) | def __init__(self) -> None: method __call__ (line 3193) | def __call__(self) -> bool: class Servo (line 3200) | class Servo: method speed (line 3206) | def speed(self) -> int: method speed (line 3219) | def speed(self, speed: int | float, time: int = 0, /) -> None: method pulse_width (line 3232) | def pulse_width(self) -> int: method pulse_width (line 3242) | def pulse_width(self, value: int, /) -> None: method calibration (line 3252) | def calibration(self) -> tuple[int, int, int, int, int]: method calibration (line 3268) | def calibration(self, pulse_min: int, pulse_max: int, pulse_centre: in... method calibration (line 3284) | def calibration( method angle (line 3307) | def angle(self) -> int: method angle (line 3321) | def angle(self, angle: int | float, time: int = 0, /) -> None: method __init__ (line 3333) | def __init__(self, id: int, /) -> None: ... class UART (line 3335) | class UART: method flush (line 3383) | def flush(self, *args, **kwargs) -> Incomplete: ... method sendbreak (line 3384) | def sendbreak(self) -> None: method txdone (line 3391) | def txdone(self, *args, **kwargs) -> Incomplete: ... method init (line 3392) | def init( method readchar (line 3429) | def readchar(self) -> int: method irq (line 3436) | def irq(self, *args, **kwargs) -> Incomplete: ... method writechar (line 3437) | def writechar(self, char: int, /) -> None: method read (line 3445) | def read(self) -> bytes | None: method read (line 3462) | def read(self, nbytes: int, /) -> bytes | None: method deinit (line 3477) | def deinit(self) -> None: method any (line 3482) | def any(self) -> int: method write (line 3487) | def write(self, buf: AnyReadableBuf, /) -> int | None: method readinto (line 3500) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 3510) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 3518) | def readline(self) -> bytes | None: method __init__ (line 3528) | def __init__(self, bus: int | str, /): method __init__ (line 3565) | def __init__( class USB_HID (line 3614) | class USB_HID: method recv (line 3624) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes: method recv (line 3637) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int: method send (line 3648) | def send(self, data: Sequence[int]) -> int: method __init__ (line 3656) | def __init__(self) -> None: class LED (line 3661) | class LED: method toggle (line 3665) | def toggle(self) -> None: method on (line 3671) | def on(self) -> None: method off (line 3676) | def off(self) -> None: method intensity (line 3683) | def intensity(self) -> int: method intensity (line 3697) | def intensity(self, value: int, /) -> None: method __init__ (line 3709) | def __init__(self, id: int, /) -> None: class RTC (line 3716) | class RTC: method info (line 3727) | def info(self) -> int: method init (line 3737) | def init(self, *args, **kwargs) -> Incomplete: ... method wakeup (line 3739) | def wakeup(self, timeout: int | None, callback: Callable[[int], None] ... method wakeup (line 3753) | def wakeup(self, wucksel: int, wut: int, callback: Callable[[int], Non... method datetime (line 3767) | def datetime(self, datetimetuple: tuple[int, int, int, int, int, int, ... method datetime (line 3785) | def datetime(self, /) -> tuple[int, int, int, int, int, int, int, int]: method calibration (line 3804) | def calibration(self) -> int: method calibration (line 3823) | def calibration(self, cal: int, /) -> None: method __init__ (line 3840) | def __init__(self) -> None: class Pin (line 3846) | class Pin: method mode (line 3966) | def mode(self) -> int: method name (line 3973) | def name(self) -> str: method pull (line 3978) | def pull(self) -> int: method low (line 3985) | def low(self, *args, **kwargs) -> Incomplete: ... method irq (line 3987) | def irq(self) -> None: ... method irq (line 3989) | def irq(self, *, handler: Callable[[Pin], None] | None = None, trigger... method pin (line 3990) | def pin(self) -> int: method port (line 3995) | def port(self) -> int: method names (line 4000) | def names(self) -> List[str]: method on (line 4005) | def on(self, *args, **kwargs) -> Incomplete: ... method off (line 4006) | def off(self, *args, **kwargs) -> Incomplete: ... method init (line 4007) | def init( method af_list (line 4047) | def af_list(self) -> List[pinaf]: method af (line 4052) | def af(self) -> int: method value (line 4061) | def value(self) -> int: method value (line 4072) | def value(self, value: Any, /) -> None: method high (line 4081) | def high(self, *args, **kwargs) -> Incomplete: ... method gpio (line 4082) | def gpio(self) -> int: method dict (line 4090) | def dict() -> Dict[str, Pin]: method dict (line 4097) | def dict(dict: Dict[str, Pin], /) -> None: method debug (line 4104) | def debug() -> bool: method debug (line 4111) | def debug(state: bool, /) -> None: class cpu (line 4116) | class cpu: method __init__ (line 4164) | def __init__(self, *argv, **kwargs) -> None: ... method mapper (line 4168) | def mapper() -> Callable[[str], Pin]: method mapper (line 4175) | def mapper(fun: Callable[[str], Pin], /) -> None: class board (line 4180) | class board: method __init__ (line 4230) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 4232) | def __init__( method __call__ (line 4248) | def __call__(self) -> int: method __call__ (line 4256) | def __call__(self, x: Any, /) -> None: class SPI (line 4263) | class SPI: method deinit (line 4295) | def deinit(self) -> None: method send_recv (line 4302) | def send_recv( method send_recv (line 4324) | def send_recv( method recv (line 4346) | def recv(self, recv: int, /, *, timeout: int = 5000) -> bytes: method recv (line 4360) | def recv(self, recv: _WB, /, *, timeout: int = 5000) -> _WB: method init (line 4374) | def init( method init (line 4415) | def init( method write_readinto (line 4454) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method write (line 4455) | def write(self, *args, **kwargs) -> Incomplete: ... method read (line 4456) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 4457) | def readinto(self, *args, **kwargs) -> Incomplete: ... method send (line 4458) | def send(self, send: int | AnyReadableBuf, /, *, timeout: int = 5000) ... method __init__ (line 4469) | def __init__(self, bus: int, /): method __init__ (line 4487) | def __init__( method __init__ (line 4520) | def __init__( class SDCard (line 4555) | class SDCard: method writeblocks (line 4556) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method power (line 4557) | def power(self, *args, **kwargs) -> Incomplete: ... method present (line 4558) | def present(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 4559) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 4560) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method read (line 4561) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 4562) | def write(self, *args, **kwargs) -> Incomplete: ... method info (line 4563) | def info(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 4564) | def __init__(self, *argv, **kwargs) -> None: ... class timerchannel (line 4566) | class timerchannel: method capture (line 4569) | def capture(self) -> int: method capture (line 4578) | def capture(self, value: int, /) -> None: method compare (line 4587) | def compare(self) -> int: method compare (line 4596) | def compare(self, value: int, /) -> None: method pulse_width (line 4605) | def pulse_width(self) -> int: method pulse_width (line 4617) | def pulse_width(self, value: int, /) -> None: method pulse_width_percent (line 4629) | def pulse_width_percent(self) -> float: method pulse_width_percent (line 4640) | def pulse_width_percent(self, value: int | float, /) -> None: FILE: publish/micropython-v1_28_0-stm32-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> float: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> float: function choice (line 98) | def choice(sequence: Subscriptable[_T], /) -> _T: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_28_0-stm32-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> None: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_28_0-stm32-stubs/socket.pyi function getaddrinfo (line 112) | def getaddrinfo( class socket (line 162) | class socket: method recvfrom (line 170) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 179) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 191) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 211) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 229) | def listen(self, backlog: int = ..., /) -> None: method settimeout (line 237) | def settimeout(self, value: float | None, /) -> None: method sendall (line 272) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 284) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 291) | def setblocking(self, value: bool, /) -> None: method sendto (line 302) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> int: method readline (line 308) | def readline(self) -> bytes: method readinto (line 317) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 327) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 337) | def read(self) -> bytes: method read (line 347) | def read(self, size: int, /) -> bytes: method close (line 355) | def close(self) -> None: method connect (line 365) | def connect(self, address: _Address | bytes, /) -> None: method send (line 370) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 377) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 382) | def accept(self) -> Tuple: method write (line 390) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 400) | def __init__( FILE: publish/micropython-v1_28_0-stm32-stubs/time.pyi function ticks_diff (line 50) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 118) | def ticks_diff(ticks1: _Ticks | Literal[0] | int, ticks2: _Ticks | Liter... function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 191) | def ticks_ms() -> _TicksMs: function ticks_us (line 215) | def ticks_us() -> _TicksUs: function time_ns (line 221) | def time_ns() -> int: function localtime (line 228) | def localtime(secs: int | None = None, /) -> _TimeTuple: function sleep_us (line 250) | def sleep_us(us: int, /) -> None: function gmtime (line 260) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function sleep_ms (line 282) | def sleep_ms(ms: int, /) -> None: function mktime (line 296) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 304) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_28_0-stm32-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_28_0-stm32-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> None: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: function rom_ioctl (line 243) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 245) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 247) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 249) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/_espnow.pyi class ESPNowBase (line 27) | class ESPNowBase: method irq (line 28) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 29) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 30) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 31) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 32) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 33) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 34) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 35) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 36) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 37) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 38) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 39) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 40) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 41) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/_onewire.pyi function reset (line 10) | def reset(*args, **kwargs) -> Incomplete: ... function writebyte (line 11) | def writebyte(*args, **kwargs) -> Incomplete: ... function writebit (line 12) | def writebit(*args, **kwargs) -> Incomplete: ... function crc8 (line 13) | def crc8(*args, **kwargs) -> Incomplete: ... function readbyte (line 14) | def readbyte(*args, **kwargs) -> Incomplete: ... function readbit (line 15) | def readbit(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/_thread.pyi function get_ident (line 23) | def get_ident(*args, **kwargs) -> Incomplete: ... function start_new_thread (line 24) | def start_new_thread(*args, **kwargs) -> Incomplete: ... function stack_size (line 25) | def stack_size(*args, **kwargs) -> Incomplete: ... function exit (line 26) | def exit(*args, **kwargs) -> Incomplete: ... function allocate_lock (line 27) | def allocate_lock(*args, **kwargs) -> Incomplete: ... class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Incomplete: ... method release (line 31) | def release(self, *args, **kwargs) -> Incomplete: ... method acquire (line 32) | def acquire(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/aioespnow.pyi class AIOESPNow (line 11) | class AIOESPNow: method peer_count (line 14) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recv (line 15) | def recv(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 16) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method irecv (line 17) | def irecv(self, *args, **kwargs) -> Incomplete: ... method stats (line 18) | def stats(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 19) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 20) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method any (line 21) | def any(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 22) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method active (line 23) | def active(self, *args, **kwargs) -> Incomplete: ... method send (line 24) | def send(self, *args, **kwargs) -> Incomplete: ... method config (line 25) | def config(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 26) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 27) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 28) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method irq (line 29) | def irq(self, *args, **kwargs) -> Incomplete: ... method asend (line 30) | def asend(self, *args, **kwargs) -> Generator: ## = method arecv (line 32) | def arecv(self, *args, **kwargs) -> Generator: ## = method airecv (line 34) | def airecv(self, *args, **kwargs) -> Generator: ## = method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/apa106.pyi class NeoPixel (line 10) | class NeoPixel: method write (line 12) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 13) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class APA106 (line 16) | class APA106: method write (line 18) | def write(self, *args, **kwargs) -> Incomplete: ... method fill (line 19) | def fill(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/argparse.pyi function _dest_from_optnames (line 10) | def _dest_from_optnames(*args, **kwargs) -> Incomplete: ... function namedtuple (line 11) | def namedtuple(*args, **kwargs) -> Incomplete: ... class _Arg (line 13) | class _Arg: method parse (line 14) | def parse(self, *args, **kwargs) -> Incomplete: ... method _apply (line 15) | def _apply(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... class ArgumentParser (line 18) | class ArgumentParser: method _parse_args_impl (line 19) | def _parse_args_impl(self, *args, **kwargs) -> Incomplete: ... method _parse_args (line 20) | def _parse_args(self, *args, **kwargs) -> Incomplete: ... method parse_known_args (line 21) | def parse_known_args(self, *args, **kwargs) -> Incomplete: ... method add_argument (line 22) | def add_argument(self, *args, **kwargs) -> Incomplete: ... method parse_args (line 23) | def parse_args(self, *args, **kwargs) -> Incomplete: ... method usage (line 24) | def usage(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class ArgumentTypeError (line 27) | class ArgumentTypeError(Exception): ... class _ArgError (line 28) | class _ArgError(Exception): ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/binascii.pyi function crc32 (line 22) | def crc32(data, value: Optional[Any] = None) -> Incomplete: function hexlify (line 30) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 40) | def unhexlify(data: str | bytes, /) -> bytes: function b2a_base64 (line 47) | def b2a_base64(data: bytes, /) -> bytes: function a2b_base64 (line 55) | def a2b_base64(data: str | bytes, /) -> bytes: FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/bluetooth.pyi class UUID (line 43) | class UUID: method __init__ (line 48) | def __init__(self, value: int | str, /) -> None: class BLE (line 59) | class BLE: method gattc_write (line 64) | def gattc_write( method gatts_indicate (line 90) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gattc_discover_services (line 107) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_read (line 117) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_exchange_mtu (line 126) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method gatts_set_buffer (line 139) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gatts_write (line 151) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 160) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_register_services (line 174) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 236) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method irq (line 242) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 435) | def gap_advertise( method gap_connect (line 459) | def gap_connect( method gattc_discover_descriptors (line 490) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method config (line 500) | def config(self, param: str, /) -> Any: method config (line 564) | def config(self, **kwargs) -> None: method config (line 628) | def config(self, param: str, /) -> Any: method config (line 692) | def config(self, **kwargs) -> None: method active (line 756) | def active(self) -> bool: method active (line 765) | def active(self, active: bool, /) -> None: method active (line 774) | def active(self) -> bool: method active (line 783) | def active(self, active: bool, /) -> None: method gap_scan (line 790) | def gap_scan( method gattc_discover_characteristics (line 832) | def gattc_discover_characteristics( method gap_disconnect (line 853) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gap_passkey (line 867) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... method gap_pair (line 884) | def gap_pair(self, conn_handle: memoryview, /) -> None: method __init__ (line 894) | def __init__(self) -> None: FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/btree.pyi function open (line 98) | def open( FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/cmath.pyi function polar (line 32) | def polar(z: _C, /) -> Tuple: function sqrt (line 38) | def sqrt(z: _C, /) -> complex: function rect (line 44) | def rect(r: float, phi: float, /) -> float: function sin (line 50) | def sin(z: _C, /) -> float: function exp (line 56) | def exp(z: _C, /) -> float: function cos (line 62) | def cos(z: _C, /) -> float: function phase (line 68) | def phase(z: _C, /) -> float: function log (line 74) | def log(z: _C, /) -> float: function log10 (line 80) | def log10(z: _C, /) -> float: FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/cryptolib.pyi class aes (line 18) | class aes: method encrypt (line 24) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 33) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method encrypt (line 42) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 51) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 60) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 66) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method decrypt (line 72) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 78) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: AnyWritableBuf, /) ... method __init__ (line 84) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 105) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method __init__ (line 126) | def __init__(self, key: AnyReadableBuf, mode: int, /): method __init__ (line 147) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/deflate.pyi class DeflateIO (line 41) | class DeflateIO: method readline (line 84) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 86) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 87) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 88) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/dht.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Incomplete: ... class DHTBase (line 12) | class DHTBase: method measure (line 13) | def measure(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... class DHT22 (line 16) | class DHT22: method measure (line 17) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 18) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 19) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 22) | class DHT11: method measure (line 23) | def measure(self, *args, **kwargs) -> Incomplete: ... method temperature (line 24) | def temperature(self, *args, **kwargs) -> Incomplete: ... method humidity (line 25) | def humidity(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/ds18x20.pyi function const (line 10) | def const(*args, **kwargs) -> Incomplete: ... class DS18X20 (line 12) | class DS18X20: method read_scratch (line 13) | def read_scratch(self, *args, **kwargs) -> Incomplete: ... method read_temp (line 14) | def read_temp(self, *args, **kwargs) -> Incomplete: ... method write_scratch (line 15) | def write_scratch(self, *args, **kwargs) -> Incomplete: ... method convert_temp (line 16) | def convert_temp(self, *args, **kwargs) -> Incomplete: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/esp.pyi function osdebug (line 29) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function flash_write (line 69) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function gpio_matrix_in (line 75) | def gpio_matrix_in(*args, **kwargs) -> Incomplete: ... function gpio_matrix_out (line 76) | def gpio_matrix_out(*args, **kwargs) -> Incomplete: ... function flash_user_start (line 77) | def flash_user_start() -> int: function flash_erase (line 83) | def flash_erase(sector_no: int, /) -> None: function flash_read (line 90) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 99) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_size (line 107) | def flash_size() -> int: function sleep_type (line 115) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 137) | def sleep_type() -> int: function set_native_code_location (line 158) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 198) | def set_native_code_location(start: int, length: int, /) -> None: FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/esp32.pyi function idf_heap_info (line 32) | def idf_heap_info(capabilities: int) -> List[Tuple]: function raw_temperature (line 70) | def raw_temperature() -> int: function wake_on_ext0 (line 76) | def wake_on_ext0(pin: Pin | None, level: int, /) -> None: function wake_on_touch (line 86) | def wake_on_touch(wake: bool, /) -> None: function wake_on_gpio (line 95) | def wake_on_gpio(pins, level) -> None: function wake_on_ext1 (line 106) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: int, /... function wake_on_ulp (line 116) | def wake_on_ulp(wake) -> None: function gpio_deep_sleep_hold (line 125) | def gpio_deep_sleep_hold(enable) -> None: class PCNT (line 132) | class PCNT: method deinit (line 151) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 152) | def init(self, *args, **kwargs) -> Incomplete: method irq (line 216) | def irq(self, handler=None, trigger=IRQ_ZERO) -> Callable[..., Incompl... method start (line 241) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 242) | def value(self, value: Optional[Any] = None) -> Incomplete: method stop (line 252) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 253) | def __init__(self, id, *args, **kwargs) -> None: ... class NVS (line 255) | class NVS: method get_i32 (line 267) | def get_i32(self, key: str, /) -> int: method set_i32 (line 273) | def set_i32(self, key: str, value: int, /) -> None: method set_blob (line 278) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method commit (line 286) | def commit(self) -> None: method get_blob (line 291) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 298) | def erase_key(self, key: str, /) -> None: method __init__ (line 303) | def __init__(self, namespace: str, /) -> None: class ULP (line 310) | class ULP: method run (line 316) | def run(self, entry_point: int, /) -> None: method set_wakeup_period (line 321) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 326) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method __init__ (line 331) | def __init__(self) -> None: class Partition (line 337) | class Partition(AbstractBlockDev): method readblocks (line 369) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 379) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method ioctl (line 389) | def ioctl(self, op: int, arg) -> None: method ioctl (line 398) | def ioctl(self, op: int) -> int: method set_boot (line 405) | def set_boot(self) -> None: method writeblocks (line 417) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 428) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 441) | def info(self) -> Tuple: method find (line 447) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method get_next_update (line 457) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 465) | def mark_app_valid_cancel_rollback(cls) -> None: method __init__ (line 477) | def __init__(self, id: str, block_size=4096, /) -> None: class RMT (line 484) | class RMT: method loop_count (line 529) | def loop_count(self, n) -> None: method loop (line 540) | def loop(self, enable_loop: bool, /) -> None: method write_pulses (line 550) | def write_pulses(self, duration: Sequence[int] | Tuple[int, ...], data... method write_pulses (line 580) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 610) | def write_pulses( method source_freq (line 644) | def source_freq(cls) -> int: method wait_done (line 650) | def wait_done(self, *, timeout: int = 0) -> bool: method bitstream_channel (line 660) | def bitstream_channel(value: Optional[Any] = None) -> int: method active (line 674) | def active(self, boolean: Optional[Any] = None) -> Incomplete: method deinit (line 688) | def deinit(self) -> Incomplete: method bitstream_rmt (line 696) | def bitstream_rmt(value: Optional[Any] = None) -> Incomplete: method clock_div (line 707) | def clock_div(self) -> int: method __init__ (line 714) | def __init__( FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/espnow.pyi class ESPNow (line 91) | class ESPNow(ESPNowBase, Iterator): method peer_count (line 103) | def peer_count(self) -> int: method recv (line 113) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method mod_peer (line 152) | def mod_peer( method irecv (line 167) | def irecv(self, timeout_ms: Optional[int] = None) -> Tuple[_MACAddress... method stats (line 197) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 213) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method set_pmk (line 247) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method any (line 273) | def any(self) -> bool: method add_peer (line 292) | def add_peer( method active (line 358) | def active(self, flag: Optional[Any] = None) -> Incomplete: method send (line 389) | def send( method send (line 441) | def send( method config (line 492) | def config(self, rxbuf: int) -> None: ... method config (line 494) | def config(self, timeout_ms: int) -> None: ... method config (line 496) | def config(self, rate: int) -> None: ... method config (line 498) | def config(self, param: str) -> int: method get_peers (line 545) | def get_peers(self) -> Tuple: method get_peer (line 551) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method del_peer (line 568) | def del_peer(self, mac: _MACAddress) -> None: method irq (line 584) | def irq(self, callback: Callable) -> Incomplete: method __init__ (line 615) | def __init__(self) -> None: ... method __iter__ (line 618) | def __iter__(self) -> ESPNow: ... method __next__ (line 620) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... class ESPNowBase (line 622) | class ESPNowBase: method irq (line 623) | def irq(self, *args, **kwargs) -> Incomplete: ... method mod_peer (line 624) | def mod_peer(self, *args, **kwargs) -> Incomplete: ... method get_peers (line 625) | def get_peers(self, *args, **kwargs) -> Incomplete: ... method stats (line 626) | def stats(self, *args, **kwargs) -> Incomplete: ... method set_pmk (line 627) | def set_pmk(self, *args, **kwargs) -> Incomplete: ... method peer_count (line 628) | def peer_count(self, *args, **kwargs) -> Incomplete: ... method recvinto (line 629) | def recvinto(self, *args, **kwargs) -> Incomplete: ... method send (line 630) | def send(self, *args, **kwargs) -> Incomplete: ... method active (line 631) | def active(self, *args, **kwargs) -> Incomplete: ... method any (line 632) | def any(self, *args, **kwargs) -> Incomplete: ... method get_peer (line 633) | def get_peer(self, *args, **kwargs) -> Incomplete: ... method del_peer (line 634) | def del_peer(self, *args, **kwargs) -> Incomplete: ... method add_peer (line 635) | def add_peer(self, *args, **kwargs) -> Incomplete: ... method config (line 636) | def config(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 637) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/flashbdev.pyi class Partition (line 13) | class Partition: method readblocks (line 18) | def readblocks(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 19) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method set_boot (line 20) | def set_boot(self, *args, **kwargs) -> Incomplete: ... method writeblocks (line 21) | def writeblocks(self, *args, **kwargs) -> Incomplete: ... method info (line 22) | def info(self, *args, **kwargs) -> Incomplete: ... method find (line 23) | def find(self, *args, **kwargs) -> Incomplete: ... method get_next_update (line 24) | def get_next_update(self, *args, **kwargs) -> Incomplete: ... method mark_app_valid_cancel_rollback (line 26) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/framebuf.pyi function FrameBuffer1 (line 58) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 60) | class FrameBuffer: method poly (line 77) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> Inc... method vline (line 89) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method pixel (line 100) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 107) | def pixel(self, x: int, y: int, c: int, /) -> None: method text (line 112) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method rect (line 120) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method scroll (line 128) | def scroll(self, xstep: int, ystep: int, /) -> None: method ellipse (line 134) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method line (line 149) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method blit (line 158) | def blit( method hline (line 199) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method fill (line 208) | def fill(self, c: int, /) -> None: method fill_rect (line 213) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 214) | def __init__( FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/gc.pyi function mem_alloc (line 19) | def mem_alloc() -> int: function isenabled (line 30) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 31) | def mem_free() -> int: function threshold (line 44) | def threshold() -> int: function threshold (line 70) | def threshold(amount: int) -> None: function collect (line 95) | def collect() -> None: function enable (line 101) | def enable() -> None: function disable (line 107) | def disable() -> None: FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/hashlib.pyi class sha1 (line 38) | class sha1(_Hash): method digest (line 45) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 46) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 48) | def __init__(self): method __init__ (line 54) | def __init__(self, data: AnyReadableBuf): method __init__ (line 60) | def __init__(self): method __init__ (line 66) | def __init__(self, data: AnyReadableBuf): class sha256 (line 71) | class sha256(_Hash): method digest (line 78) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 81) | def __init__(self): method __init__ (line 87) | def __init__(self, data: AnyReadableBuf): method __init__ (line 93) | def __init__(self): method __init__ (line 99) | def __init__(self, data: AnyReadableBuf): class md5 (line 104) | class md5(_Hash): method digest (line 110) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 111) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 112) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/heapq.pyi function heappop (line 27) | def heappop(heap: list[_T], /) -> _T: function heappush (line 36) | def heappush(heap: list[_T], item: _T, /) -> None: function heapify (line 42) | def heapify(x: list[Any], /) -> None: FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/inisetup.pyi function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Incomplete: ... function fs_corrupted (line 11) | def fs_corrupted(*args, **kwargs) -> Incomplete: ... function setup (line 12) | def setup(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/machine.pyi function idle (line 59) | def idle() -> None: function lightsleep (line 75) | def lightsleep() -> None: function lightsleep (line 100) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 125) | def deepsleep() -> NoReturn: function deepsleep (line 150) | def deepsleep(time_ms: int, /) -> NoReturn: function dht_readinto (line 174) | def dht_readinto(*args, **kwargs) -> Incomplete: ... function bitstream (line 175) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function freq (line 200) | def freq() -> int: function freq (line 208) | def freq(hz: int, /) -> None: function freq (line 216) | def freq(self) -> int: function freq (line 224) | def freq( function disable_irq (line 235) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 244) | def enable_irq(state: _IRQ_STATE, /) -> None: function sleep (line 253) | def sleep() -> None: function soft_reset (line 259) | def soft_reset() -> NoReturn: function time_pulse_us (line 266) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function unique_id (line 284) | def unique_id() -> bytes: function wake_reason (line 293) | def wake_reason() -> int: function reset_cause (line 301) | def reset_cause() -> int: function const (line 307) | def const(*args, **kwargs) -> Incomplete: ... function reset (line 308) | def reset() -> NoReturn: class Counter (line 315) | class Counter: method _configure (line 341) | def _configure(self, *args, **kwargs) -> Incomplete: ... method _overflow (line 342) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method init (line 343) | def init(self, src, *args, **kwargs) -> Incomplete: method value (line 402) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 423) | def deinit(self) -> None: class _PCNT (line 430) | class _PCNT: method deinit (line 442) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 443) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 444) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 445) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 446) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 447) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 448) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 450) | def __init__(self, id, *args, **kwargs) -> None: ... class Encoder (line 467) | class Encoder: method _overflow (line 485) | def _overflow(self, *args, **kwargs) -> Incomplete: ... method _configure (line 486) | def _configure(self, *args, **kwargs) -> Incomplete: ... method phases (line 487) | def phases(self, *args, **kwargs) -> Incomplete: ... method init (line 488) | def init(self, phase_a, phase_b, *args, **kwargs) -> Incomplete: method value (line 548) | def value(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 556) | def deinit(self) -> None: class _PCNT (line 563) | class _PCNT: method deinit (line 575) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 576) | def init(self, *args, **kwargs) -> Incomplete: ... method irq (line 577) | def irq(self, *args, **kwargs) -> Incomplete: ... method start (line 578) | def start(self, *args, **kwargs) -> Incomplete: ... method value (line 579) | def value(self, *args, **kwargs) -> Incomplete: ... method stop (line 580) | def stop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 581) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 583) | def __init__(self, id, *args, **kwargs) -> None: ... class RTC (line 585) | class RTC: method init (line 604) | def init(self) -> None: method init (line 619) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 634) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 649) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 664) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 679) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 694) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method memory (line 707) | def memory(self, data: Any | None = None) -> bytes: method datetime (line 723) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method __init__ (line 739) | def __init__(self, id: int = 0): method __init__ (line 745) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 753) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 761) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 769) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 777) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 785) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method alarm (line 793) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 801) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 809) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 817) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 825) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 833) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 841) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... class I2S (line 848) | class I2S: method shift (line 928) | def shift( method init (line 940) | def init( method irq (line 956) | def irq( method readinto (line 967) | def readinto( method deinit (line 979) | def deinit(self) -> None: method write (line 984) | def write( method __init__ (line 996) | def __init__( class PWM (line 1038) | class PWM: method duty_u16 (line 1090) | def duty_u16(self) -> int: method duty_u16 (line 1102) | def duty_u16( method init (line 1116) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method freq (line 1124) | def freq(self) -> int: method freq (line 1135) | def freq( method deinit (line 1148) | def deinit(self) -> None: method duty_ns (line 1155) | def duty_ns(self) -> int: method duty_ns (line 1165) | def duty_ns( method duty (line 1177) | def duty(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 1178) | def __init__( class Pin (line 1203) | class Pin: method off (line 1288) | def off(self) -> None: method irq (line 1293) | def irq( method on (line 1346) | def on(self) -> None: method toggle (line 1351) | def toggle(self) -> Incomplete: method value (line 1360) | def value(self) -> int: method value (line 1394) | def value(self, x: Any, /) -> None: method init (line 1426) | def init( class board (line 1444) | class board: method __init__ (line 1445) | def __init__(self, *argv, **kwargs) -> None: ... method __init__ (line 1447) | def __init__( method __call__ (line 1522) | def __call__(self) -> int: method __call__ (line 1530) | def __call__(self, x: Any, /) -> None: method mode (line 1538) | def mode(self) -> int: method mode (line 1547) | def mode(self, mode: int, /) -> None: method pull (line 1556) | def pull(self) -> int: method pull (line 1565) | def pull(self, pull: int, /) -> None: method drive (line 1574) | def drive(self, drive: int, /) -> None: method drive (line 1584) | def drive(self, /) -> int: class I2C (line 1592) | class I2C: method readfrom_mem_into (line 1628) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method readfrom_into (line 1639) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method readfrom_mem (line 1648) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method writeto_mem (line 1656) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... method scan (line 1666) | def scan(self) -> List: method writeto (line 1673) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 1682) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method start (line 1697) | def start(self) -> None: method readfrom (line 1702) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readinto (line 1709) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method init (line 1720) | def init(self, *, freq: int = 400_000) -> None: method init (line 1734) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method stop (line 1746) | def stop(self) -> None: method write (line 1751) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 1760) | def __init__(self, id: ID_T, /, *, freq: int = 400_000): method __init__ (line 1777) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 1794) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... class ADC (line 1807) | class ADC: method width (line 1837) | def width(self, bits: int) -> None: method init (line 1859) | def init(self, *, sample_ns: int | None = None, atten=ATTN_0DB) -> Inc... method read_u16 (line 1866) | def read_u16(self) -> int: method read_uv (line 1873) | def read_uv(self) -> int: method deinit (line 1880) | def deinit(self, *args, **kwargs) -> Incomplete: ... method read (line 1883) | def read(self) -> int: method atten (line 1897) | def atten(self, atten: int) -> None: method block (line 1904) | def block(self) -> Incomplete: method __init__ (line 1913) | def __init__(self, pin: PinLike, *, sample_ns: int | None = None, atte... class ADCBlock (line 1926) | class ADCBlock: method init (line 1935) | def init(self, *, bits: int) -> None: method connect (line 1943) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 1945) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 1947) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: method __init__ (line 1967) | def __init__(self, id: int, *, bits: int) -> None: ... class DAC (line 1969) | class DAC: method write (line 1984) | def write(self, value) -> Incomplete: method __init__ (line 2004) | def __init__(self, id) -> None: ... class WDT (line 2006) | class WDT: method feed (line 2021) | def feed(self) -> None: method __init__ (line 2028) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: class SDCard (line 2037) | class SDCard(AbstractBlockDev): method ioctl (line 2129) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method readblocks (line 2131) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 2141) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 2151) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 2162) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method info (line 2175) | def info(self, *args, **kwargs) -> Incomplete: ... method deinit (line 2176) | def deinit(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2177) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 2179) | class Timer: method deinit (line 2206) | def deinit(self) -> None: method init (line 2213) | def init( method init (line 2222) | def init( method init (line 2231) | def init( method value (line 2290) | def value(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2292) | def __init__(self, id: int, /): method __init__ (line 2302) | def __init__( method __init__ (line 2321) | def __init__( method __init__ (line 2340) | def __init__( class TouchPad (line 2358) | class TouchPad: method config (line 2359) | def config(self, *args, **kwargs) -> Incomplete: ... method read (line 2360) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2361) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 2363) | class UART: method irq (line 2431) | def irq( method sendbreak (line 2466) | def sendbreak(self) -> None: method deinit (line 2472) | def deinit(self) -> None: method init (line 2483) | def init( method init (line 2552) | def init( method init (line 2615) | def init( method flush (line 2676) | def flush(self) -> Incomplete: method txdone (line 2690) | def txdone(self) -> bool: method read (line 2706) | def read(self) -> bytes | None: method read (line 2717) | def read(self, nbytes: int, /) -> bytes | None: method any (line 2726) | def any(self) -> int: method write (line 2740) | def write(self, buf: AnyReadableBuf, /) -> Union[int, None]: method readinto (line 2749) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 2760) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 2769) | def readline(self) -> Union[str, None]: method __init__ (line 2778) | def __init__( method __init__ (line 2800) | def __init__( method __init__ (line 2816) | def __init__( class SoftSPI (line 2831) | class SoftSPI(SPI): method deinit (line 2842) | def deinit(self, *args, **kwargs) -> Incomplete: ... method init (line 2843) | def init(self, *args, **kwargs) -> Incomplete: ... method write_readinto (line 2844) | def write_readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 2845) | def read(self, *args, **kwargs) -> Incomplete: ... method write (line 2846) | def write(self, *args, **kwargs) -> Incomplete: ... method readinto (line 2847) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 2848) | def __init__( class SPI (line 2861) | class SPI: method deinit (line 2920) | def deinit(self) -> None: method init (line 2927) | def init( method init (line 2962) | def init( method write_readinto (line 2993) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... method read (line 3003) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method write (line 3010) | def write(self, buf: AnyReadableBuf, /) -> int: method readinto (line 3018) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int: method __init__ (line 3028) | def __init__(self, id: int, /): method __init__ (line 3041) | def __init__( method __init__ (line 3067) | def __init__( class Signal (line 3090) | class Signal(Pin): method off (line 3159) | def off(self) -> None: method on (line 3164) | def on(self) -> None: method value (line 3171) | def value(self) -> int: method value (line 3191) | def value(self, x: Any, /) -> None: method __init__ (line 3211) | def __init__(self, pin_obj: PinLike, invert: bool = False, /): method __init__ (line 3231) | def __init__( class SoftI2C (line 3261) | class SoftI2C(I2C): method readfrom_mem_into (line 3273) | def readfrom_mem_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_into (line 3274) | def readfrom_into(self, *args, **kwargs) -> Incomplete: ... method readfrom_mem (line 3275) | def readfrom_mem(self, *args, **kwargs) -> Incomplete: ... method writeto_mem (line 3276) | def writeto_mem(self, *args, **kwargs) -> Incomplete: ... method scan (line 3277) | def scan(self, *args, **kwargs) -> Incomplete: ... method writeto (line 3278) | def writeto(self, *args, **kwargs) -> Incomplete: ... method writevto (line 3279) | def writevto(self, *args, **kwargs) -> Incomplete: ... method start (line 3280) | def start(self, *args, **kwargs) -> Incomplete: ... method readfrom (line 3281) | def readfrom(self, *args, **kwargs) -> Incomplete: ... method readinto (line 3282) | def readinto(self, *args, **kwargs) -> Incomplete: ... method init (line 3283) | def init(self, *args, **kwargs) -> Incomplete: ... method stop (line 3284) | def stop(self, *args, **kwargs) -> Incomplete: ... method write (line 3285) | def write(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 3286) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/math.pyi function ldexp (line 35) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 41) | def lgamma(x: SupportsFloat, /) -> float: function trunc (line 47) | def trunc(x: SupportsFloat, /) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 54) | def gamma(x: SupportsFloat, /) -> float: function isnan (line 60) | def isnan(x: SupportsFloat, /) -> bool: function isfinite (line 66) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 72) | def isinf(x: SupportsFloat, /) -> bool: function sqrt (line 78) | def sqrt(x: SupportsFloat, /) -> float: function sinh (line 84) | def sinh(x: SupportsFloat, /) -> float: function log (line 90) | def log(x: SupportsFloat, /) -> float: function tan (line 98) | def tan(x: SupportsFloat, /) -> float: function tanh (line 104) | def tanh(x: SupportsFloat, /) -> float: function log2 (line 110) | def log2(x: SupportsFloat, /) -> float: function log10 (line 116) | def log10(x: SupportsFloat, /) -> float: function sin (line 122) | def sin(x: SupportsFloat, /) -> float: function modf (line 128) | def modf(x: SupportsFloat, /) -> Tuple: function radians (line 135) | def radians(x: SupportsFloat, /) -> float: function atanh (line 141) | def atanh(x: SupportsFloat, /) -> float: function atan2 (line 147) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atan (line 153) | def atan(x: SupportsFloat, /) -> float: function ceil (line 159) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 165) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 171) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function acos (line 180) | def acos(x: SupportsFloat, /) -> float: function pow (line 186) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function asinh (line 192) | def asinh(x: SupportsFloat, /) -> float: function acosh (line 198) | def acosh(x: SupportsFloat, /) -> float: function asin (line 204) | def asin(x: SupportsFloat, /) -> float: function factorial (line 210) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 211) | def fabs(x: SupportsFloat, /) -> float: function expm1 (line 217) | def expm1(x: SupportsFloat, /) -> float: function floor (line 223) | def floor(x: SupportsFloat, /) -> int: function fmod (line 229) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 235) | def cos(x: SupportsFloat, /) -> float: function degrees (line 241) | def degrees(x: SupportsFloat, /) -> float: function cosh (line 247) | def cosh(x: SupportsFloat, /) -> float: function exp (line 253) | def exp(x: SupportsFloat, /) -> float: function erf (line 259) | def erf(x: SupportsFloat, /) -> float: function erfc (line 265) | def erfc(x: SupportsFloat, /) -> float: FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/micropython.pyi function opt_level (line 25) | def opt_level() -> int: function opt_level (line 45) | def opt_level(level: int, /) -> None: function mem_info (line 65) | def mem_info() -> None: function mem_info (line 76) | def mem_info(verbose: Any, /) -> None: function kbd_intr (line 86) | def kbd_intr(chr: int) -> None: function qstr_info (line 100) | def qstr_info() -> None: function qstr_info (line 111) | def qstr_info(verbose: bool, /) -> None: function schedule (line 121) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function stack_use (line 171) | def stack_use() -> int: function heap_unlock (line 179) | def heap_unlock() -> int: function const (line 201) | def const(expr: Const_T, /) -> Const_T: function heap_lock (line 223) | def heap_lock() -> int: function alloc_emergency_exception_buf (line 245) | def alloc_emergency_exception_buf(size: int, /) -> None: class RingIO (line 258) | class RingIO: method readinto (line 259) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 268) | def write(self, buf) -> int: method readline (line 276) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method any (line 285) | def any(self) -> int: method read (line 290) | def read(self, nbytes: Optional[Any] = None) -> bytes: method close (line 300) | def close(self) -> Incomplete: method __init__ (line 306) | def __init__(self, size) -> None: ... function viper (line 310) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 321) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 330) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 341) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/mip/__init__.pyi function _ensure_path_exists (line 12) | def _ensure_path_exists(*args, **kwargs) -> Incomplete: ... function _install_json (line 13) | def _install_json(*args, **kwargs) -> Incomplete: ... function _install_package (line 14) | def _install_package(*args, **kwargs) -> Incomplete: ... function _rewrite_url (line 15) | def _rewrite_url(*args, **kwargs) -> Incomplete: ... function const (line 16) | def const(*args, **kwargs) -> Incomplete: ... function _download_file (line 17) | def _download_file(*args, **kwargs) -> Incomplete: ... function install (line 18) | def install(*args, **kwargs) -> Incomplete: ... function _check_exists (line 19) | def _check_exists(*args, **kwargs) -> Incomplete: ... function _chunk (line 20) | def _chunk(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/neopixel.pyi function bitstream (line 28) | def bitstream(*args, **kwargs) -> Incomplete: ... class NeoPixel (line 30) | class NeoPixel(_NeoPixelBase): method write (line 53) | def write(self) -> None: method fill (line 58) | def fill(self, pixel: _Color, /) -> None: method __init__ (line 64) | def __init__(self, pin: Pin, n: int, /, *, bpp: int = 3, timing: int =... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/network.pyi function country (line 106) | def country(code: Optional[Any] = None) -> Incomplete: function hostname (line 119) | def hostname(name: Optional[Any] = None) -> Incomplete: function ipconfig (line 147) | def ipconfig(param: Optional[str] = None, *args, **kwargs) -> str: function phy_mode (line 162) | def phy_mode(mode: Optional[Any] = None) -> Incomplete: class LAN (line 179) | class LAN: method __init__ (line 201) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 203) | def active(self, /) -> bool: method active (line 211) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 223) | def status(self) -> Incomplete: method ifconfig (line 228) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 239) | def config(self, config_parameters) -> Incomplete: method active (line 647) | def active(self, /) -> bool: method active (line 655) | def active(self, is_active: bool | int, /) -> None: class WLAN (line 259) | class WLAN: method ifconfig (line 327) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 338) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method ipconfig (line 347) | def ipconfig(self, *args, **kwargs) -> Incomplete: ... method isconnected (line 348) | def isconnected(self) -> bool: method scan (line 355) | def scan(self) -> List[Tuple]: method status (line 385) | def status(self) -> int: method status (line 415) | def status(self, param: str, /) -> int: method disconnect (line 443) | def disconnect(self) -> None: method active (line 450) | def active(self, /) -> bool: method active (line 458) | def active(self, is_active: bool | int, /) -> None: method config (line 466) | def config(self, param: str, /) -> Any: method config (line 502) | def config(self, **kwargs: Any) -> None: method connect (line 536) | def connect( method __init__ (line 551) | def __init__(self, interface_id: int = ..., /) -> None: class PPP (line 560) | class PPP: method ifconfig (line 580) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method ipconfig (line 585) | def ipconfig(self, param) -> Incomplete: method isconnected (line 590) | def isconnected(self) -> bool: method poll (line 596) | def poll(self) -> Incomplete: method status (line 606) | def status(self) -> Incomplete: method disconnect (line 611) | def disconnect(self) -> Incomplete: method active (line 616) | def active(self, *args, **kwargs) -> Incomplete: ... method config (line 617) | def config(self, config_parameters) -> Incomplete: method connect (line 626) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method __init__ (line 643) | def __init__(self, stream) -> None: ... class LAN (line 645) | class LAN: method __init__ (line 201) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 203) | def active(self, /) -> bool: method active (line 211) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 217) | def isconnected(self) -> bool: method status (line 223) | def status(self) -> Incomplete: method ifconfig (line 228) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 239) | def config(self, config_parameters) -> Incomplete: method active (line 647) | def active(self, /) -> bool: method active (line 655) | def active(self, is_active: bool | int, /) -> None: class WLANWiPy (line 662) | class WLANWiPy: method __init__ (line 664) | def __init__(self, id: int = 0, /): method __init__ (line 678) | def __init__( method mode (line 702) | def mode(self) -> int: method mode (line 708) | def mode(self, mode: int, /) -> None: method ssid (line 714) | def ssid(self) -> str: method ssid (line 720) | def ssid(self, ssid: str, /) -> None: method auth (line 726) | def auth(self) -> int: method auth (line 732) | def auth(self, auth: int, /) -> None: method channel (line 738) | def channel(self) -> int: method channel (line 744) | def channel(self, channel: int, /) -> None: method antenna (line 750) | def antenna(self) -> int: method antenna (line 756) | def antenna(self, antenna: int, /) -> None: method mac (line 762) | def mac(self) -> bytes: method mac (line 768) | def mac(self, mac: bytes, /) -> None: class AbstractNIC (line 773) | class AbstractNIC: method active (line 776) | def active(self, /) -> bool: method active (line 787) | def active(self, is_active: bool | int, /) -> None: method connect (line 798) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 817) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method status (line 836) | def status(self) -> Any: method status (line 854) | def status(self, param: str, /) -> Any: method ifconfig (line 872) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 886) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 900) | def config(self, param: str, /) -> Any: method config (line 919) | def config(self, **kwargs: Any) -> None: FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/ntptime.pyi function time (line 13) | def time(*args, **kwargs) -> Incomplete: ... function settime (line 14) | def settime(*args, **kwargs) -> Incomplete: ... function gmtime (line 15) | def gmtime(*args, **kwargs) -> Incomplete: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/onewire.pyi class OneWireError (line 11) | class OneWireError(Exception): ... class OneWire (line 13) | class OneWire: method select_rom (line 17) | def select_rom(self, *args, **kwargs) -> Incomplete: ... method writebit (line 18) | def writebit(self, *args, **kwargs) -> Incomplete: ... method writebyte (line 19) | def writebyte(self, *args, **kwargs) -> Incomplete: ... method _search_rom (line 20) | def _search_rom(self, *args, **kwargs) -> Incomplete: ... method write (line 21) | def write(self, *args, **kwargs) -> Incomplete: ... method crc8 (line 22) | def crc8(self, *args, **kwargs) -> Incomplete: ... method readinto (line 23) | def readinto(self, *args, **kwargs) -> Incomplete: ... method scan (line 24) | def scan(self, *args, **kwargs) -> Incomplete: ... method reset (line 25) | def reset(self, *args, **kwargs) -> Incomplete: ... method readbit (line 26) | def readbit(self, *args, **kwargs) -> Incomplete: ... method readbyte (line 27) | def readbyte(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/platform.pyi function platform (line 22) | def platform() -> str: function python_compiler (line 39) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/random.pyi function randrange (line 44) | def randrange(stop: int, /) -> int: function randrange (line 54) | def randrange(start: int, stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 73) | def random() -> int: function seed (line 79) | def seed(n: int | None = None, /) -> None: function uniform (line 91) | def uniform(a: float, b: float) -> int: function choice (line 98) | def choice(sequence: Subscriptable, /) -> None: function randint (line 105) | def randint(a: int, b: int, /) -> int: function getrandbits (line 111) | def getrandbits(n: int, /) -> int: FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/requests/__init__.pyi function delete (line 10) | def delete(*args, **kwargs) -> Incomplete: ... function head (line 11) | def head(*args, **kwargs) -> Incomplete: ... function patch (line 12) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 13) | def post(*args, **kwargs) -> Incomplete: ... function request (line 14) | def request(*args, **kwargs) -> Incomplete: ... function put (line 15) | def put(*args, **kwargs) -> Incomplete: ... function get (line 16) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 18) | class Response: method json (line 19) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 20) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/select.pyi function select (line 27) | def select( class poll (line 42) | class poll: method __init__ (line 46) | def __init__(self) -> None: ... method register (line 47) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 66) | def unregister(self, obj) -> Incomplete: method modify (line 71) | def modify(self, obj, eventmask) -> None: method poll (line 77) | def poll(self, timeout=-1, /) -> List: method ipoll (line 104) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/socket.pyi function getaddrinfo (line 115) | def getaddrinfo( class socket (line 165) | class socket: method recvfrom (line 173) | def recvfrom(self, bufsize: int, /) -> Tuple: method recv (line 182) | def recv(self, bufsize: int, /) -> bytes: method makefile (line 194) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 214) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method listen (line 232) | def listen(self, backlog: int = ..., /) -> None: method fileno (line 240) | def fileno(self, *args, **kwargs) -> Incomplete: ... method sendall (line 241) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method setsockopt (line 253) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method setblocking (line 260) | def setblocking(self, value: bool, /) -> None: method sendto (line 271) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> None: method settimeout (line 277) | def settimeout(self, value: float | None, /) -> None: method readline (line 312) | def readline(self) -> bytes: method readinto (line 321) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 331) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method read (line 341) | def read(self) -> bytes: method read (line 351) | def read(self, size: int, /) -> bytes: method close (line 359) | def close(self) -> None: method connect (line 369) | def connect(self, address: _Address | bytes, /) -> None: method send (line 374) | def send(self, bytes: AnyReadableBuf, /) -> int: method bind (line 381) | def bind(self, address: _Address | bytes, /) -> None: method accept (line 386) | def accept(self) -> Tuple: method write (line 394) | def write(self, buf: AnyReadableBuf, /) -> int: method __init__ (line 404) | def __init__( FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/time.pyi function ticks_diff (line 53) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_add (line 119) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_cpu (line 146) | def ticks_cpu() -> _TicksCPU: function time (line 161) | def time() -> int: function ticks_ms (line 189) | def ticks_ms() -> int: function ticks_us (line 213) | def ticks_us() -> _TicksUs: function time_ns (line 219) | def time_ns() -> int: function localtime (line 226) | def localtime(secs: int | None = None, /) -> Tuple: function sleep_us (line 248) | def sleep_us(us: int, /) -> None: function gmtime (line 258) | def gmtime(secs: int | None = None, /) -> Tuple: function sleep_ms (line 280) | def sleep_ms(ms: int, /) -> None: function mktime (line 294) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 302) | def sleep(seconds: float, /) -> None: FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/tls.pyi class SSLContext (line 20) | class SSLContext: method load_verify_locations (line 21) | def load_verify_locations(self, *args, **kwargs) -> Incomplete: ... method set_ciphers (line 22) | def set_ciphers(self, *args, **kwargs) -> Incomplete: ... method wrap_socket (line 23) | def wrap_socket(self, *args, **kwargs) -> Incomplete: ... method load_cert_chain (line 24) | def load_cert_chain(self, *args, **kwargs) -> Incomplete: ... method get_ciphers (line 25) | def get_ciphers(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/uctypes.pyi function sizeof (line 118) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function bytes_at (line 126) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 135) | def bytearray_at(addr: int, size: int, /) -> bytearray: function addressof (line 144) | def addressof(obj: AnyReadableBuf, /) -> int: class struct (line 152) | class struct: method __init__ (line 157) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 164) | def __getattr__(self, a): ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/umqtt/robust.pyi class MQTTClient (line 11) | class MQTTClient: method delay (line 14) | def delay(self, *args, **kwargs) -> Incomplete: ... method unsubscribe (line 15) | def unsubscribe(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 16) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method ping (line 17) | def ping(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 18) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method set_callback (line 19) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 20) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method connect (line 21) | def connect(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 22) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method log (line 23) | def log(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 24) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 25) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 26) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method reconnect (line 27) | def reconnect(self, *args, **kwargs) -> Incomplete: ... method publish (line 28) | def publish(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/umqtt/simple.pyi function hexlify (line 10) | def hexlify(*args, **kwargs) -> Incomplete: ... class MQTTException (line 12) | class MQTTException(Exception): ... class MQTTClient (line 14) | class MQTTClient: method set_callback (line 15) | def set_callback(self, *args, **kwargs) -> Incomplete: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Incomplete: ... method publish (line 17) | def publish(self, *args, **kwargs) -> Incomplete: ... method unsubscribe (line 18) | def unsubscribe(self, *args, **kwargs) -> Incomplete: ... method set_last_will (line 19) | def set_last_will(self, *args, **kwargs) -> Incomplete: ... method subscribe (line 20) | def subscribe(self, *args, **kwargs) -> Incomplete: ... method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Incomplete: ... method ping (line 22) | def ping(self, *args, **kwargs) -> Incomplete: ... method connect (line 23) | def connect(self, *args, **kwargs) -> Incomplete: ... method check_msg (line 24) | def check_msg(self, *args, **kwargs) -> Incomplete: ... method _recv_len (line 25) | def _recv_len(self, *args, **kwargs) -> Incomplete: ... method _send_str (line 26) | def _send_str(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/urequests.pyi function delete (line 11) | def delete(*args, **kwargs) -> Incomplete: ... function head (line 12) | def head(*args, **kwargs) -> Incomplete: ... function patch (line 13) | def patch(*args, **kwargs) -> Incomplete: ... function post (line 14) | def post(*args, **kwargs) -> Incomplete: ... function request (line 15) | def request(*args, **kwargs) -> Incomplete: ... function put (line 16) | def put(*args, **kwargs) -> Incomplete: ... function get (line 17) | def get(*args, **kwargs) -> Incomplete: ... class Response (line 19) | class Response: method json (line 20) | def json(self, *args, **kwargs) -> Incomplete: ... method close (line 21) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/vfs.pyi function umount (line 33) | def umount(mount_point: Incomplete) -> Incomplete: function mount (line 44) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 56) | def mount() -> List[tuple[Incomplete, str]]: class VfsLfs2 (line 67) | class VfsLfs2: method rename (line 84) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 86) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... method mount (line 94) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 95) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 96) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 97) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 98) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 99) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 100) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 101) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 102) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 103) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 104) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 105) | def __init__(self, block_dev: AbstractBlockDev, readsize=32, progsize=... class VfsFat (line 107) | class VfsFat: method rename (line 113) | def rename(self, *args, **kwargs) -> Incomplete: ... method mkfs (line 115) | def mkfs(block_dev: AbstractBlockDev) -> None: method mount (line 120) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 121) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 122) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 123) | def stat(self, *args, **kwargs) -> Incomplete: ... method umount (line 124) | def umount(self, *args, **kwargs) -> Incomplete: ... method remove (line 125) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 126) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 127) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 128) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 129) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 130) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 131) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... class AbstractBlockDev (line 133) | class AbstractBlockDev: method readblocks (line 137) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 140) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 158) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 181) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 205) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 209) | def ioctl(self, op: int) -> int | None: FILE: publish/micropython-v1_29_0_preview-esp32-esp32_generic-stubs/websocket.pyi class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Incomplete: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Incomplete: ... method write (line 13) | def write(self, *args, **kwargs) -> Incomplete: ... method close (line 14) | def close(self, *args, **kwargs) -> Incomplete: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 16) | def read(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: reference/_mpy_shed/IRQs.pyi class _IRQ_ESP32 (line 14) | class _IRQ_ESP32: method trigger (line 15) | def trigger(self) -> int: ... class _IRQ_ESP8266 (line 18) | class _IRQ_ESP8266: method trigger (line 19) | def trigger(self) -> int: ... class _IRQ_GENERIC (line 22) | class _IRQ_GENERIC: method init (line 25) | def init(self) -> None: ... method enable (line 26) | def enable(self) -> None: ... method disable (line 27) | def disable(self) -> None: ... method flags (line 28) | def flags(self) -> int: ... FILE: reference/_mpy_shed/__init__.pyi class uname_result (line 63) | class uname_result(structseq[str], tuple[str, str, str, str, str]): method sysname (line 68) | def sysname(self) -> str: ... method nodename (line 70) | def nodename(self) -> str: ... method release (line 72) | def release(self) -> str: ... method version (line 74) | def version(self) -> str: ... method machine (line 76) | def machine(self) -> str: ... class _Hash (line 88) | class _Hash(abc.ABC): method update (line 93) | def update(self, data: AnyReadableBuf, /) -> None: method digest (line 98) | def digest(self) -> bytes: method hexdigest (line 104) | def hexdigest(self) -> str: FILE: reference/_mpy_shed/_collections_abc.pyi class dict_keys (line 71) | class dict_keys(KeysView[_KT_co], Generic[_KT_co, _VT_co]): # undocumented method __eq__ (line 72) | def __eq__(self, value: object, /) -> bool: ... method isdisjoint (line 74) | def isdisjoint(self, other: Iterable[_KT_co], /) -> bool: ... method mapping (line 77) | def mapping(self) -> MappingProxyType[_KT_co, _VT_co]: ... class dict_values (line 80) | class dict_values(ValuesView[_VT_co], Generic[_KT_co, _VT_co]): # undoc... method mapping (line 83) | def mapping(self) -> MappingProxyType[_KT_co, _VT_co]: ... class dict_items (line 86) | class dict_items(ItemsView[_KT_co, _VT_co]): # undocumented method __eq__ (line 87) | def __eq__(self, value: object, /) -> bool: ... method isdisjoint (line 89) | def isdisjoint(self, other: Iterable[tuple[_KT_co, _VT_co]], /) -> boo... method mapping (line 92) | def mapping(self) -> MappingProxyType[_KT_co, _VT_co]: ... class Buffer (line 96) | class Buffer(Protocol): method __buffer__ (line 98) | def __buffer__(self, flags: int, /) -> memoryview: ... FILE: reference/_mpy_shed/blockdevice.pyi class _BlockDeviceProtocol (line 33) | class _BlockDeviceProtocol(Protocol): method __init__ (line 67) | def __init__(self) -> None: method readblocks (line 74) | def readblocks(self, block_num: int, buf: bytearray, /) -> bool: method readblocks (line 84) | def readblocks(self, block_num: int, buf: bytearray, offset: int, /) -... method writeblocks (line 94) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 116) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 138) | def ioctl(self, op: Literal[4, 5], arg: int) -> int: method ioctl (line 171) | def ioctl(self, op: Literal[1, 2, 3, 6], arg: int) -> int | None: FILE: reference/_mpy_shed/collections/__init__.pyi function namedtuple (line 55) | def namedtuple( class UserDict (line 64) | class UserDict(MutableMapping[_KT, _VT]): method __init__ (line 68) | def __init__(self, dict: None = None, /) -> None: ... method __init__ (line 70) | def __init__( method __init__ (line 77) | def __init__(self, dict: SupportsKeysAndGetItem[_KT, _VT], /) -> None:... method __init__ (line 79) | def __init__( method __init__ (line 86) | def __init__(self, iterable: Iterable[tuple[_KT, _VT]], /) -> None: ... method __init__ (line 88) | def __init__( method __init__ (line 95) | def __init__(self: UserDict[str, str], iterable: Iterable[list[str]], ... method __init__ (line 97) | def __init__(self: UserDict[bytes, bytes], iterable: Iterable[list[byt... method __len__ (line 98) | def __len__(self) -> int: ... method __getitem__ (line 99) | def __getitem__(self, key: _KT) -> _VT: ... method __setitem__ (line 100) | def __setitem__(self, key: _KT, item: _VT) -> None: ... method __delitem__ (line 101) | def __delitem__(self, key: _KT) -> None: ... method __iter__ (line 102) | def __iter__(self) -> Iterator[_KT]: ... method __contains__ (line 103) | def __contains__(self, key: object) -> bool: ... method copy (line 104) | def copy(self) -> Self: ... method __copy__ (line 105) | def __copy__(self) -> Self: ... method fromkeys (line 112) | def fromkeys(cls, iterable: Iterable[_T], value: None = None) -> UserD... method fromkeys (line 115) | def fromkeys(cls, iterable: Iterable[_T], value: _S) -> UserDict[_T, _... method __or__ (line 118) | def __or__(self, other: UserDict[_KT, _VT] | dict[_KT, _VT]) -> Self: ... method __or__ (line 120) | def __or__( method __ror__ (line 124) | def __ror__(self, other: UserDict[_KT, _VT] | dict[_KT, _VT]) -> Self:... method __ror__ (line 126) | def __ror__( method __ior__ (line 131) | def __ior__(self, other: SupportsKeysAndGetItem[_KT, _VT]) -> Self: ... method __ior__ (line 133) | def __ior__(self, other: Iterable[tuple[_KT, _VT]]) -> Self: ... method get (line 136) | def get(self, key: _KT, default: None = None) -> _VT | None: ... method get (line 138) | def get(self, key: _KT, default: _T) -> _VT | _T: ... class UserList (line 140) | class UserList(MutableSequence[_T]): method __init__ (line 143) | def __init__(self, initlist: None = None) -> None: ... method __init__ (line 145) | def __init__(self, initlist: Iterable[_T]) -> None: ... method __lt__ (line 146) | def __lt__(self, other: list[_T] | UserList[_T]) -> bool: ... method __le__ (line 147) | def __le__(self, other: list[_T] | UserList[_T]) -> bool: ... method __gt__ (line 148) | def __gt__(self, other: list[_T] | UserList[_T]) -> bool: ... method __ge__ (line 149) | def __ge__(self, other: list[_T] | UserList[_T]) -> bool: ... method __eq__ (line 150) | def __eq__(self, other: object) -> bool: ... method __contains__ (line 151) | def __contains__(self, item: object) -> bool: ... method __len__ (line 152) | def __len__(self) -> int: ... method __getitem__ (line 154) | def __getitem__(self, i: SupportsIndex) -> _T: ... method __getitem__ (line 156) | def __getitem__(self, i: slice) -> Self: ... method __setitem__ (line 158) | def __setitem__(self, i: SupportsIndex, item: _T) -> None: ... method __setitem__ (line 160) | def __setitem__(self, i: slice, item: Iterable[_T]) -> None: ... method __delitem__ (line 161) | def __delitem__(self, i: SupportsIndex | slice) -> None: ... method __add__ (line 162) | def __add__(self, other: Iterable[_T]) -> Self: ... method __radd__ (line 163) | def __radd__(self, other: Iterable[_T]) -> Self: ... method __iadd__ (line 164) | def __iadd__(self, other: Iterable[_T]) -> Self: ... method __mul__ (line 165) | def __mul__(self, n: int) -> Self: ... method __rmul__ (line 166) | def __rmul__(self, n: int) -> Self: ... method __imul__ (line 167) | def __imul__(self, n: int) -> Self: ... method append (line 168) | def append(self, item: _T) -> None: ... method insert (line 169) | def insert(self, i: int, item: _T) -> None: ... method pop (line 170) | def pop(self, i: int = -1) -> _T: ... method remove (line 171) | def remove(self, item: _T) -> None: ... method copy (line 172) | def copy(self) -> Self: ... method __copy__ (line 173) | def __copy__(self) -> Self: ... method count (line 174) | def count(self, item: _T) -> int: ... method index (line 178) | def index( method sort (line 183) | def sort( method sort (line 187) | def sort( method extend (line 190) | def extend(self, other: Iterable[_T]) -> None: ... class UserString (line 192) | class UserString(Sequence[UserString]): method __init__ (line 194) | def __init__(self, seq: object) -> None: ... method __int__ (line 195) | def __int__(self) -> int: ... method __float__ (line 196) | def __float__(self) -> float: ... method __complex__ (line 197) | def __complex__(self) -> complex: ... method __getnewargs__ (line 198) | def __getnewargs__(self) -> tuple[str]: ... method __lt__ (line 199) | def __lt__(self, string: str | UserString) -> bool: ... method __le__ (line 200) | def __le__(self, string: str | UserString) -> bool: ... method __gt__ (line 201) | def __gt__(self, string: str | UserString) -> bool: ... method __ge__ (line 202) | def __ge__(self, string: str | UserString) -> bool: ... method __eq__ (line 203) | def __eq__(self, string: object) -> bool: ... method __hash__ (line 204) | def __hash__(self) -> int: ... method __contains__ (line 205) | def __contains__(self, char: object) -> bool: ... method __len__ (line 206) | def __len__(self) -> int: ... method __getitem__ (line 207) | def __getitem__(self, index: SupportsIndex | slice) -> Self: ... method __iter__ (line 208) | def __iter__(self) -> Iterator[Self]: ... method __reversed__ (line 209) | def __reversed__(self) -> Iterator[Self]: ... method __add__ (line 210) | def __add__(self, other: object) -> Self: ... method __radd__ (line 211) | def __radd__(self, other: object) -> Self: ... method __mul__ (line 212) | def __mul__(self, n: int) -> Self: ... method __rmul__ (line 213) | def __rmul__(self, n: int) -> Self: ... method __mod__ (line 214) | def __mod__(self, args: Any) -> Self: ... method __rmod__ (line 215) | def __rmod__(self, template: object) -> Self: ... method capitalize (line 216) | def capitalize(self) -> Self: ... method casefold (line 217) | def casefold(self) -> Self: ... method center (line 218) | def center(self, width: int, *args: Any) -> Self: ... method count (line 219) | def count(self, sub: str | UserString, start: int = 0, end: int = sys.... method encode (line 220) | def encode( method endswith (line 223) | def endswith( method expandtabs (line 226) | def expandtabs(self, tabsize: int = 8) -> Self: ... method find (line 227) | def find(self, sub: str | UserString, start: int = 0, end: int = sys.m... method format (line 228) | def format(self, *args: Any, **kwds: Any) -> str: ... method format_map (line 229) | def format_map(self, mapping: Mapping[str, Any]) -> str: ... method index (line 230) | def index(self, sub: str, start: int = 0, end: int = sys.maxsize) -> i... method isalpha (line 231) | def isalpha(self) -> bool: ... method isalnum (line 232) | def isalnum(self) -> bool: ... method isdecimal (line 233) | def isdecimal(self) -> bool: ... method isdigit (line 234) | def isdigit(self) -> bool: ... method isidentifier (line 235) | def isidentifier(self) -> bool: ... method islower (line 236) | def islower(self) -> bool: ... method isnumeric (line 237) | def isnumeric(self) -> bool: ... method isprintable (line 238) | def isprintable(self) -> bool: ... method isspace (line 239) | def isspace(self) -> bool: ... method istitle (line 240) | def istitle(self) -> bool: ... method isupper (line 241) | def isupper(self) -> bool: ... method isascii (line 242) | def isascii(self) -> bool: ... method join (line 243) | def join(self, seq: Iterable[str]) -> str: ... method ljust (line 244) | def ljust(self, width: int, *args: Any) -> Self: ... method lower (line 245) | def lower(self) -> Self: ... method lstrip (line 246) | def lstrip(self, chars: str | None = None) -> Self: ... method partition (line 248) | def partition(self, sep: str) -> tuple[str, str, str]: ... method removeprefix (line 250) | def removeprefix(self, prefix: str | UserString, /) -> Self: ... method removesuffix (line 251) | def removesuffix(self, suffix: str | UserString, /) -> Self: ... method replace (line 253) | def replace( method rfind (line 256) | def rfind(self, sub: str | UserString, start: int = 0, end: int = sys.... method rindex (line 257) | def rindex(self, sub: str | UserString, start: int = 0, end: int = sys... method rjust (line 258) | def rjust(self, width: int, *args: Any) -> Self: ... method rpartition (line 259) | def rpartition(self, sep: str) -> tuple[str, str, str]: ... method rstrip (line 260) | def rstrip(self, chars: str | None = None) -> Self: ... method split (line 261) | def split(self, sep: str | None = None, maxsplit: int = -1) -> list[st... method rsplit (line 262) | def rsplit(self, sep: str | None = None, maxsplit: int = -1) -> list[s... method splitlines (line 263) | def splitlines(self, keepends: bool = False) -> list[str]: ... method startswith (line 264) | def startswith( method strip (line 267) | def strip(self, chars: str | None = None) -> Self: ... method swapcase (line 268) | def swapcase(self) -> Self: ... method title (line 269) | def title(self) -> Self: ... method translate (line 270) | def translate(self, *args: Any) -> Self: ... method upper (line 271) | def upper(self) -> Self: ... method zfill (line 272) | def zfill(self, width: int) -> Self: ... class deque (line 274) | class deque(MutableSequence[_T]): method maxlen (line 276) | def maxlen(self) -> int | None: ... method __init__ (line 278) | def __init__(self, *, maxlen: int | None = None) -> None: ... method __init__ (line 280) | def __init__(self, iterable: Iterable[_T], maxlen: int | None = None) ... method append (line 281) | def append(self, x: _T, /) -> None: ... method appendleft (line 282) | def appendleft(self, x: _T, /) -> None: ... method copy (line 283) | def copy(self) -> Self: ... method count (line 284) | def count(self, x: _T, /) -> int: ... method extend (line 285) | def extend(self, iterable: Iterable[_T], /) -> None: ... method extendleft (line 286) | def extendleft(self, iterable: Iterable[_T], /) -> None: ... method insert (line 287) | def insert(self, i: int, x: _T, /) -> None: ... method index (line 288) | def index(self, x: _T, start: int = 0, stop: int = ..., /) -> int: ... method pop (line 289) | def pop(self) -> _T: ... # type: ignore[override] method popleft (line 290) | def popleft(self) -> _T: ... method remove (line 291) | def remove(self, value: _T, /) -> None: ... method rotate (line 292) | def rotate(self, n: int = 1, /) -> None: ... method __copy__ (line 293) | def __copy__(self) -> Self: ... method __len__ (line 294) | def __len__(self) -> int: ... method __getitem__ (line 296) | def __getitem__(self, key: SupportsIndex, /) -> _T: ... # type: ignor... method __setitem__ (line 297) | def __setitem__(self, key: SupportsIndex, value: _T, /) -> None: ... ... method __delitem__ (line 298) | def __delitem__(self, key: SupportsIndex, /) -> None: ... # type: ign... method __contains__ (line 299) | def __contains__(self, key: object, /) -> bool: ... method __reduce__ (line 300) | def __reduce__(self) -> tuple[type[Self], tuple[()], None, Iterator[_T... method __iadd__ (line 301) | def __iadd__(self, value: Iterable[_T], /) -> Self: ... method __add__ (line 302) | def __add__(self, value: Self, /) -> Self: ... method __mul__ (line 303) | def __mul__(self, value: int, /) -> Self: ... method __imul__ (line 304) | def __imul__(self, value: int, /) -> Self: ... method __lt__ (line 305) | def __lt__(self, value: deque[_T], /) -> bool: ... method __le__ (line 306) | def __le__(self, value: deque[_T], /) -> bool: ... method __gt__ (line 307) | def __gt__(self, value: deque[_T], /) -> bool: ... method __ge__ (line 308) | def __ge__(self, value: deque[_T], /) -> bool: ... method __eq__ (line 309) | def __eq__(self, value: object, /) -> bool: ... method __class_getitem__ (line 311) | def __class_getitem__(cls, item: Any, /) -> GenericAlias: ... class Counter (line 313) | class Counter(dict[_T, int], Generic[_T]): method __init__ (line 315) | def __init__(self, iterable: None = None, /) -> None: ... method __init__ (line 317) | def __init__(self: Counter[str], iterable: None = None, /, **kwargs: i... method __init__ (line 319) | def __init__(self, mapping: SupportsKeysAndGetItem[_T, int], /) -> Non... method __init__ (line 321) | def __init__(self, iterable: Iterable[_T], /) -> None: ... method copy (line 322) | def copy(self) -> Self: ... method elements (line 323) | def elements(self) -> Iterator[_T]: ... method most_common (line 324) | def most_common(self, n: int | None = None) -> list[tuple[_T, int]]: ... method fromkeys (line 326) | def fromkeys(cls, iterable: Any, v: int | None = None) -> NoReturn: ..... method subtract (line 328) | def subtract(self, iterable: None = None, /) -> None: ... method subtract (line 330) | def subtract(self, mapping: Mapping[_T, int], /) -> None: ... method subtract (line 332) | def subtract(self, iterable: Iterable[_T], /) -> None: ... method update (line 340) | def update(self, m: Mapping[_T, int], /, **kwargs: int) -> None: ... method update (line 342) | def update(self, iterable: Iterable[_T], /, **kwargs: int) -> None: ... method update (line 344) | def update(self, iterable: None = None, /, **kwargs: int) -> None: ... method __missing__ (line 345) | def __missing__(self, key: _T) -> int: ... method __delitem__ (line 346) | def __delitem__(self, elem: object) -> None: ... method __eq__ (line 348) | def __eq__(self, other: object) -> bool: ... method __ne__ (line 349) | def __ne__(self, other: object) -> bool: ... method __add__ (line 351) | def __add__(self, other: Counter[_S]) -> Counter[_T | _S]: ... method __sub__ (line 352) | def __sub__(self, other: Counter[_T]) -> Counter[_T]: ... method __and__ (line 353) | def __and__(self, other: Counter[_T]) -> Counter[_T]: ... method __or__ (line 354) | def __or__(self, other: Counter[_S]) -> Counter[_T | _S]: ... # type:... method __pos__ (line 355) | def __pos__(self) -> Counter[_T]: ... method __neg__ (line 356) | def __neg__(self) -> Counter[_T]: ... method __iadd__ (line 358) | def __iadd__(self, other: SupportsItems[_T, int]) -> Self: ... # type... method __isub__ (line 359) | def __isub__(self, other: SupportsItems[_T, int]) -> Self: ... method __iand__ (line 360) | def __iand__(self, other: SupportsItems[_T, int]) -> Self: ... method __ior__ (line 361) | def __ior__(self, other: SupportsItems[_T, int]) -> Self: ... # type:... method total (line 363) | def total(self) -> int: ... method __le__ (line 364) | def __le__(self, other: Counter[Any]) -> bool: ... method __lt__ (line 365) | def __lt__(self, other: Counter[Any]) -> bool: ... method __ge__ (line 366) | def __ge__(self, other: Counter[Any]) -> bool: ... method __gt__ (line 367) | def __gt__(self, other: Counter[Any]) -> bool: ... class _OrderedDictKeysView (line 371) | class _OrderedDictKeysView(KeysView[_KT_co]): method __reversed__ (line 372) | def __reversed__(self) -> Iterator[_KT_co]: ... class _OrderedDictItemsView (line 374) | class _OrderedDictItemsView(ItemsView[_KT_co, _VT_co]): method __reversed__ (line 375) | def __reversed__(self) -> Iterator[tuple[_KT_co, _VT_co]]: ... class _OrderedDictValuesView (line 377) | class _OrderedDictValuesView(ValuesView[_VT_co]): method __reversed__ (line 378) | def __reversed__(self) -> Iterator[_VT_co]: ... class _odict_keys (line 385) | class _odict_keys(dict_keys[_KT_co, _VT_co]): # type: ignore[misc] # p... method __reversed__ (line 386) | def __reversed__(self) -> Iterator[_KT_co]: ... class _odict_items (line 389) | class _odict_items(dict_items[_KT_co, _VT_co]): # type: ignore[misc] #... method __reversed__ (line 390) | def __reversed__(self) -> Iterator[tuple[_KT_co, _VT_co]]: ... class _odict_values (line 393) | class _odict_values(dict_values[_KT_co, _VT_co]): # type: ignore[misc] ... method __reversed__ (line 394) | def __reversed__(self) -> Iterator[_VT_co]: ... class OrderedDict (line 396) | class OrderedDict(dict[_KT, _VT]): method popitem (line 397) | def popitem(self, last: bool = True) -> tuple[_KT, _VT]: ... method move_to_end (line 398) | def move_to_end(self, key: _KT, last: bool = True) -> None: ... method copy (line 399) | def copy(self) -> Self: ... method __reversed__ (line 400) | def __reversed__(self) -> Iterator[_KT]: ... method keys (line 401) | def keys(self) -> _odict_keys[_KT, _VT]: ... method items (line 402) | def items(self) -> _odict_items[_KT, _VT]: ... method values (line 403) | def values(self) -> _odict_values[_KT, _VT]: ... method fromkeys (line 409) | def fromkeys( method fromkeys (line 414) | def fromkeys(cls, iterable: Iterable[_T], value: _S) -> OrderedDict[_T... method setdefault (line 417) | def setdefault( method setdefault (line 421) | def setdefault(self, key: _KT, default: _VT) -> _VT: ... method pop (line 424) | def pop(self, key: _KT) -> _VT: ... method pop (line 426) | def pop(self, key: _KT, default: _VT) -> _VT: ... method pop (line 428) | def pop(self, key: _KT, default: _T) -> _VT | _T: ... method __eq__ (line 429) | def __eq__(self, value: object, /) -> bool: ... method __or__ (line 432) | def __or__(self, value: dict[_KT, _VT], /) -> Self: ... method __or__ (line 434) | def __or__(self, value: dict[_T1, _T2], /) -> OrderedDict[_KT | _T1, _... method __ror__ (line 436) | def __ror__(self, value: dict[_KT, _VT], /) -> Self: ... method __ror__ (line 438) | def __ror__(self, value: dict[_T1, _T2], /) -> OrderedDict[_KT | _T1, ... class defaultdict (line 440) | class defaultdict(dict[_KT, _VT]): method __init__ (line 443) | def __init__(self) -> None: ... method __init__ (line 445) | def __init__( method __init__ (line 450) | def __init__(self, default_factory: Callable[[], _VT] | None, /) -> No... method __init__ (line 452) | def __init__( method __init__ (line 459) | def __init__( method __init__ (line 463) | def __init__( method __init__ (line 471) | def __init__( method __init__ (line 475) | def __init__( method __missing__ (line 482) | def __missing__(self, key: _KT, /) -> _VT: ... method __copy__ (line 483) | def __copy__(self) -> Self: ... method copy (line 484) | def copy(self) -> Self: ... method __or__ (line 487) | def __or__(self, value: dict[_KT, _VT], /) -> Self: ... method __or__ (line 489) | def __or__(self, value: dict[_T1, _T2], /) -> defaultdict[_KT | _T1, _... method __ror__ (line 491) | def __ror__(self, value: dict[_KT, _VT], /) -> Self: ... method __ror__ (line 493) | def __ror__(self, value: dict[_T1, _T2], /) -> defaultdict[_KT | _T1, ... class ChainMap (line 495) | class ChainMap(MutableMapping[_KT, _VT]): method __init__ (line 497) | def __init__(self, *maps: MutableMapping[_KT, _VT]) -> None: ... method new_child (line 498) | def new_child(self, m: MutableMapping[_KT, _VT] | None = None) -> Self... method parents (line 500) | def parents(self) -> Self: ... method __setitem__ (line 501) | def __setitem__(self, key: _KT, value: _VT) -> None: ... method __delitem__ (line 502) | def __delitem__(self, key: _KT) -> None: ... method __getitem__ (line 503) | def __getitem__(self, key: _KT) -> _VT: ... method __iter__ (line 504) | def __iter__(self) -> Iterator[_KT]: ... method __len__ (line 505) | def __len__(self) -> int: ... method __contains__ (line 506) | def __contains__(self, key: object) -> bool: ... method get (line 508) | def get(self, key: _KT, default: None = None) -> _VT | None: ... method get (line 510) | def get(self, key: _KT, default: _T) -> _VT | _T: ... method __missing__ (line 511) | def __missing__(self, key: _KT) -> _VT: ... # undocumented method __bool__ (line 512) | def __bool__(self) -> bool: ... method setdefault (line 515) | def setdefault( method setdefault (line 519) | def setdefault(self, key: _KT, default: _VT) -> _VT: ... method pop (line 521) | def pop(self, key: _KT) -> _VT: ... method pop (line 523) | def pop(self, key: _KT, default: _VT) -> _VT: ... method pop (line 525) | def pop(self, key: _KT, default: _T) -> _VT | _T: ... method copy (line 526) | def copy(self) -> Self: ... method fromkeys (line 532) | def fromkeys(cls, iterable: Iterable[_T]) -> ChainMap[_T, Any | None]:... method fromkeys (line 536) | def fromkeys(cls, iterable: Iterable[_T], value: None, /) -> ChainMap[... method fromkeys (line 539) | def fromkeys(cls, iterable: Iterable[_T], value: _S, /) -> ChainMap[_T... method __or__ (line 542) | def __or__(self, other: Mapping[_KT, _VT]) -> Self: ... method __or__ (line 544) | def __or__(self, other: Mapping[_T1, _T2]) -> ChainMap[_KT | _T1, _VT ... method __ror__ (line 546) | def __ror__(self, other: Mapping[_KT, _VT]) -> Self: ... method __ror__ (line 548) | def __ror__(self, other: Mapping[_T1, _T2]) -> ChainMap[_KT | _T1, _VT... method __ior__ (line 551) | def __ior__(self, other: SupportsKeysAndGetItem[_KT, _VT]) -> Self: ... method __ior__ (line 553) | def __ior__(self, other: Iterable[tuple[_KT, _VT]]) -> Self: ... FILE: reference/_mpy_shed/io_mp.pyi class IOBase_mp (line 23) | class IOBase_mp(_IOBase, metaclass=abc.ABCMeta): ... FILE: reference/_mpy_shed/mp_available.pyi function mp_available (line 23) | def mp_available(__obj: T) -> T: ... function mp_available (line 27) | def mp_available( function mp_available (line 36) | def mp_available( FILE: reference/_mpy_shed/mp_implementation.py class _mp_implementation (line 8) | class _mp_implementation(): method __getattr__ (line 24) | def __getattr__(self, name: str) -> Any: ... FILE: reference/_mpy_shed/mp_mem.py class _MemoryObject (line 4) | class _MemoryObject(): method __getitem__ (line 14) | def __getitem__(self, key: int) -> Any: method __setitem__ (line 16) | def __setitem__(self, key: int, value: Any) -> None: FILE: reference/_mpy_shed/neopixelbase.pyi class _NeoPixelBase (line 5) | class _NeoPixelBase: method __len__ (line 10) | def __len__(self) -> int: method __setitem__ (line 16) | def __setitem__(self, index: int, val, /) -> None: method __getitem__ (line 22) | def __getitem__(self, index: int, /) -> Tuple: FILE: reference/_mpy_shed/pathlike.pyi class PathLike (line 15) | class PathLike(ABC, Protocol[AnyStr_co]): # type: ignore[misc] # pyrig... method __fspath__ (line 17) | def __fspath__(self) -> AnyStr_co: ... FILE: reference/_mpy_shed/subscriptable.pyi class Subscriptable (line 6) | class Subscriptable(Protocol[_T_Co]): method __len__ (line 10) | def __len__(self) -> int: method __getitem__ (line 13) | def __getitem__(self, index: int) -> _T_Co: FILE: reference/_mpy_shed/time_mp.pyi class _TicksMs (line 21) | class _TicksMs: method __init__ (line 23) | def __init__(self, value: int, /) -> None: ... class _TicksUs (line 25) | class _TicksUs: method __init__ (line 27) | def __init__(self, value: int, /) -> None: ... class _TicksCPU (line 29) | class _TicksCPU: method __init__ (line 31) | def __init__(self, value: int, /) -> None: ... FILE: reference/micropython/_espnow/__init__.pyi class ESPNowBase (line 31) | class ESPNowBase: method __init__ (line 39) | def __init__(self) -> None: method active (line 43) | def active(self, flag: Optional[bool] = None) -> bool: method config (line 56) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 60) | def config(self, param: Literal["rxbuf", "timeout_ms"], /) -> int: method config (line 63) | def config(self, *args: Any, **kwargs: Any) -> Optional[Any]: method irq (line 77) | def irq(self, callback: Optional[Callable[..., None]], *args: Any) -> ... method stats (line 87) | def stats(self) -> Tuple[int, int, int, int, int]: method recvinto (line 96) | def recvinto(self, buffers: List[Union[bytearray, memoryview]], timeou... method send (line 113) | def send(self, msg: Union[str, bytes, bytearray, Buffer], /) -> bool: method send (line 117) | def send( method send (line 126) | def send(self, *args: Any, **kwargs: Any) -> bool: method any (line 141) | def any(self) -> bool: method set_pmk (line 151) | def set_pmk(self, pmk: Union[bytes, bytearray]) -> None: method add_peer (line 160) | def add_peer( method del_peer (line 180) | def del_peer(self, peer_addr: Union[bytes, bytearray]) -> None: method get_peers (line 189) | def get_peers(self) -> Tuple[Tuple[bytes, bytes, int, int, bool], ...]: method mod_peer (line 198) | def mod_peer( method get_peer (line 218) | def get_peer(self, peer_addr: Union[bytes, bytearray]) -> Tuple[bytes,... method peer_count (line 230) | def peer_count(self) -> Tuple[int, int]: method peers_table (line 241) | def peers_table(self) -> Dict[bytes, List[int]]: FILE: reference/micropython/_thread/__init__.pyi function get_ident (line 16) | def get_ident() -> int: function start_new_thread (line 24) | def start_new_thread(function: Callable[..., Any], args: Tuple[Any, ...]... function stack_size (line 35) | def stack_size() -> int: function stack_size (line 39) | def stack_size(size: int, /) -> int: function stack_size (line 42) | def stack_size(size: int = 0) -> int: function exit (line 50) | def exit() -> NoReturn: function allocate_lock (line 56) | def allocate_lock() -> lock: # Lock object class lock (line 64) | class lock: method __init__ (line 65) | def __init__(self) -> None: method acquire (line 72) | def acquire(self, blocking: bool = True, timeout: int = -1) -> bool: method release (line 80) | def release(self) -> None: method locked (line 84) | def locked(self) -> bool: method __enter__ (line 90) | def __enter__(self) -> bool: method __exit__ (line 93) | def __exit__(self, exc_type: Any, exc: Any, tb: Any) -> None: FILE: reference/micropython/aioespnow/__init__.pyi class AIOESPNow (line 18) | class AIOESPNow(ESPNow): method arecv (line 25) | async def arecv(self) -> tuple[_MACAddress | None, bytes | None]: method airecv (line 31) | async def airecv(self) -> tuple[_MACAddress | bytearray | None, bytear... method asend (line 38) | async def asend(self, mac: _MACAddress, msg: str | bytes, sync: bool |... method asend (line 42) | async def asend(self, msg: str | bytes) -> bool: method asend (line 45) | async def asend(self, mac: _MACAddress | str | bytes, msg: str | bytes... method __aiter__ (line 54) | def __aiter__(self) -> AIOESPNow: method __anext__ (line 57) | async def __anext__(self) -> tuple[_MACAddress | bytearray | None, byt... FILE: reference/micropython/array/__init__.pyi class array (line 24) | class array(MutableSequence[_T], Generic[_T]): method __init__ (line 61) | def __init__(self, typecode: str, iterable: Sequence[Any] = ..., /) ->... method append (line 68) | def append(self, val: Any, /) -> None: method extend (line 74) | def extend(self, iterable: Sequence[Any], /) -> None: method __getitem__ (line 82) | def __getitem__(self, index: int) -> _T: method __getitem__ (line 94) | def __getitem__(self, sl: slice) -> array[_T]: method __setitem__ (line 106) | def __setitem__(self, index: int, value: _T) -> None: method __setitem__ (line 117) | def __setitem__(self, sl: slice, values: array[_T]) -> None: method __len__ (line 127) | def __len__(self) -> int: method __add__ (line 136) | def __add__(self, other: array[_T]) -> array[_T]: method __iadd__ (line 146) | def __iadd__(self, other: array[_T]) -> array[_T]: method __repr__ (line 156) | def __repr__(self) -> str: FILE: reference/micropython/asyncio/core.pyi class CancelledError (line 23) | class CancelledError(BaseException): ... class TimeoutError (line 24) | class TimeoutError(Exception): ... class SingletonGenerator (line 28) | class SingletonGenerator: method __init__ (line 31) | def __init__(self) -> None: ... method __iter__ (line 32) | def __iter__(self): ... method __next__ (line 33) | def __next__(self) -> None: ... function sleep_ms (line 35) | def sleep_ms(t, sgen=...) -> Coroutine[Incomplete, Any, Any]: function sleep (line 43) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: class IOQueue (line 51) | class IOQueue: method __init__ (line 54) | def __init__(self) -> None: ... method _enqueue (line 55) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 56) | def _dequeue(self, s) -> None: ... method queue_read (line 57) | def queue_read(self, s) -> None: ... method queue_write (line 58) | def queue_write(self, s) -> None: ... method remove (line 59) | def remove(self, task) -> None: ... method wait_io_event (line 60) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 62) | def _promote_to_task(aw): ... function create_task (line 63) | def create_task(coro) -> Task: function run_until_complete (line 71) | def run_until_complete(main_task: Incomplete | None = None): ... function run (line 72) | def run(coro) -> _T: function _stopper (line 80) | async def _stopper() -> None: ... class Loop (line 85) | class Loop: method create_task (line 92) | def create_task(coro) -> Task: method run_forever (line 98) | def run_forever(self) -> None: method run_until_complete (line 104) | def run_until_complete(aw) -> None: method stop (line 111) | def stop(self) -> None: method close (line 117) | def close(self) -> None: method set_exception_handler (line 123) | def set_exception_handler(handler) -> None: method get_exception_handler (line 130) | def get_exception_handler(self) -> None: method default_exception_handler (line 137) | def default_exception_handler(loop, context) -> None: method call_exception_handler (line 143) | def call_exception_handler(context) -> None: function get_event_loop (line 150) | def get_event_loop(runq_len: int = 0, waitq_len: int = 0) -> Loop: function current_task (line 156) | def current_task() -> Task: function new_event_loop (line 162) | def new_event_loop() -> Loop: FILE: reference/micropython/asyncio/event.pyi class Event (line 20) | class Event: method __init__ (line 28) | def __init__(self) -> None: method is_set (line 34) | def is_set(self) -> bool: method set (line 40) | def set(self) -> None: method clear (line 49) | def clear(self) -> None: method wait (line 55) | def wait(self) -> Generator[None, None, bool]: class ThreadSafeFlag (line 64) | class ThreadSafeFlag: method __init__ (line 71) | def __init__(self) -> None: method ioctl (line 78) | def ioctl(self, req, flags): ... method set (line 79) | def set(self) -> None: method clear (line 86) | def clear(self) -> None: method wait (line 93) | async def wait(self) -> None: FILE: reference/micropython/asyncio/funcs.pyi function _run (line 18) | async def _run(waiter, aw) -> None: ... function wait_for (line 19) | async def wait_for(aw, timeout, sleep=...) -> Any: function wait_for_ms (line 36) | def wait_for_ms(aw, timeout) -> Coroutine[Incomplete, Any, Any]: class _Remove (line 44) | class _Remove: method remove (line 46) | def remove(t) -> None: ... function gather (line 48) | async def gather(*aws, return_exceptions: bool = False) -> list[Any]: FILE: reference/micropython/asyncio/lock.pyi class Lock (line 20) | class Lock(Awaitable[None], ABC): method __init__ (line 28) | def __init__(self) -> None: method locked (line 36) | def locked(self) -> bool: method release (line 42) | def release(self) -> None: method acquire (line 50) | def acquire(self) -> Generator[None, None, bool]: method __aenter__ (line 59) | async def __aenter__(self) -> bool: ... method __aexit__ (line 60) | async def __aexit__(self, exc_type, exc, tb) -> None: ... FILE: reference/micropython/asyncio/stream.pyi class Stream (line 19) | class Stream: method __init__ (line 29) | def __init__(self, s: _TSocket, e: Dict[str, Any] = {}) -> None: method get_extra_info (line 36) | def get_extra_info(self, v) -> Any: method close (line 43) | def close(self) -> None: method wait_closed (line 49) | async def wait_closed(self) -> None: method read (line 57) | def read(self, n: int = -1) -> Generator[Incomplete, None, Incomplete]: method readinto (line 67) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: method readexactly (line 77) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: method readline (line 87) | def readline(self) -> Generator[Incomplete, None, Incomplete]: method write (line 95) | def write(self, buf) -> None: method drain (line 103) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: class StreamWriter (line 116) | class StreamWriter(Stream): method __init__ (line 126) | def __init__(self, s: _TSocket, e: Dict[str, Any] = {}) -> None: method get_extra_info (line 133) | def get_extra_info(self, v) -> Any: method close (line 140) | def close(self) -> None: method wait_closed (line 146) | async def wait_closed(self) -> None: method read (line 154) | def read(self, n: int = -1) -> Generator[Incomplete, None, Incomplete]: method readinto (line 164) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: method readexactly (line 174) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: method readline (line 184) | def readline(self) -> Generator[Incomplete, None, Incomplete]: method write (line 192) | def write(self, buf) -> None: method drain (line 200) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: class StreamReader (line 208) | class StreamReader(Stream): method __init__ (line 218) | def __init__(self, s: _TSocket, e: Dict[str, Any] = {}) -> None: method get_extra_info (line 225) | def get_extra_info(self, v) -> Any: method close (line 232) | def close(self) -> None: method wait_closed (line 238) | async def wait_closed(self) -> None: method read (line 246) | def read(self, n: int = -1) -> Generator[Incomplete, None, Incomplete]: method readinto (line 256) | def readinto(self, buf) -> Generator[Incomplete, None, Incomplete]: method readexactly (line 266) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: method readline (line 276) | def readline(self) -> Generator[Incomplete, None, Incomplete]: method write (line 284) | def write(self, buf) -> None: method drain (line 292) | def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: function open_connection (line 300) | def open_connection( class Server (line 317) | class Server: method __aenter__ (line 323) | async def __aenter__(self): ... method __aexit__ (line 324) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 326) | def close(self) -> None: method wait_closed (line 332) | async def wait_closed(self) -> None: method _serve (line 340) | async def _serve(self, s, cb, ssl) -> None: ... function start_server (line 342) | async def start_server(cb, host, port, backlog: int = 5, ssl: Incomplete... function stream_awrite (line 356) | async def stream_awrite(self, buf, off: int = 0, sz: int = -1) -> None: ... FILE: reference/micropython/asyncio/task.pyi class TaskQueue (line 14) | class TaskQueue: method __init__ (line 22) | def __init__(self) -> None: method peek (line 26) | def peek(self) -> Optional[Task[Any]]: method push (line 35) | def push(self, task: Task[Any], key: Optional[int] = None) -> None: method pop (line 46) | def pop(self) -> Task[Any]: method remove (line 58) | def remove(self, task: Task[Any]) -> None: class Task (line 70) | class Task(Generic[_T]): method __init__ (line 99) | def __init__(self, coro: Coroutine[Any, Any, _T], context: Optional[An... method done (line 109) | def done(self) -> bool: method cancel (line 118) | def cancel(self) -> bool: method __iter__ (line 130) | def __iter__(self) -> Iterator[Any]: method __next__ (line 138) | def __next__(self) -> Any: FILE: reference/micropython/binascii/__init__.pyi function hexlify (line 16) | def hexlify(data: bytes, sep: str | bytes = ..., /) -> bytes: function unhexlify (line 26) | def unhexlify(data: str | bytes, /) -> bytes: function a2b_base64 (line 33) | def a2b_base64(data: str | bytes, /) -> bytes: function b2a_base64 (line 41) | def b2a_base64(data: bytes, /, *, newline: bool = True) -> bytes: FILE: reference/micropython/bluetooth/__init__.pyi class BLE (line 36) | class BLE: method __init__ (line 42) | def __init__(self) -> None: method active (line 48) | def active(self) -> bool: method active (line 57) | def active(self, active: bool, /) -> None: method active (line 66) | def active(self) -> bool: method active (line 75) | def active(self, active: bool, /) -> None: method config (line 84) | def config(self, param: str, /) -> Any: method config (line 148) | def config(self, **kwargs) -> None: method config (line 212) | def config(self, param: str, /) -> Any: method config (line 276) | def config(self, **kwargs) -> None: method irq (line 339) | def irq(self, handler: Callable[[int, tuple[memoryview, ...]], Any], /... method gap_advertise (line 533) | def gap_advertise( method gap_scan (line 558) | def gap_scan( method gap_connect (line 601) | def gap_connect( method gap_disconnect (line 633) | def gap_disconnect(self, conn_handle: memoryview, /) -> bool: method gatts_register_services (line 648) | def gatts_register_services(self, services_definition: tuple[_Service,... method gatts_read (line 711) | def gatts_read(self, value_handle: memoryview, /) -> bytes: method gatts_write (line 718) | def gatts_write(self, value_handle: memoryview, data: bytes, send_upda... method gatts_notify (line 728) | def gatts_notify(self, value_handle: memoryview, data: bytes, /) -> None: method gatts_indicate (line 743) | def gatts_indicate(self, conn_handle: memoryview, value_handle: memory... method gatts_set_buffer (line 761) | def gatts_set_buffer(self, conn_handle: memoryview, len: int, append: ... method gattc_discover_services (line 774) | def gattc_discover_services(self, conn_handle: memoryview, uuid: UUID ... method gattc_discover_characteristics (line 785) | def gattc_discover_characteristics( method gattc_discover_descriptors (line 807) | def gattc_discover_descriptors(self, conn_handle: memoryview, start_ha... method gattc_read (line 816) | def gattc_read(self, conn_handle: memoryview, value_handle: memoryview... method gattc_write (line 826) | def gattc_write( method gattc_exchange_mtu (line 853) | def gattc_exchange_mtu(self, conn_handle: memoryview, /) -> None: method l2cap_listen (line 867) | def l2cap_listen(self, psm: memoryview, mtu: memoryview, /) -> None: method l2cap_connect (line 884) | def l2cap_connect(self, conn_handle: memoryview, psm: memoryview, mtu:... method l2cap_disconnect (line 896) | def l2cap_disconnect(self, conn_handle: memoryview, cid: memoryview, /... method l2cap_send (line 903) | def l2cap_send(self, conn_handle: memoryview, cid: memoryview, /) -> b... method l2cap_recvinto (line 919) | def l2cap_recvinto(self, conn_handle: memoryview, cid: memoryview, buf... method gap_pair (line 939) | def gap_pair(self, conn_handle: memoryview, /) -> None: method gap_passkey (line 950) | def gap_passkey(self, conn_handle: memoryview, action: int, passkey: i... class UUID (line 968) | class UUID: method __init__ (line 974) | def __init__(self, value: int | str, /) -> None: FILE: reference/micropython/btree/__init__.pyi class btree (line 95) | class btree: method close (line 98) | def close(self) -> int: method flush (line 108) | def flush(self) -> int: method __getitem__ (line 114) | def __getitem__(self, key: bytes, /) -> bytes: method get (line 120) | def get(self, key: bytes, default: bytes | None = None, /) -> bytes | ... method __setitem__ (line 126) | def __setitem__(self, key: bytes, val: bytes, /) -> None: method __delitem__ (line 132) | def __delitem__(self, key: bytes, /) -> None: method __contains__ (line 138) | def __contains__(self, key: bytes, /) -> bool: method put (line 144) | def put(self, key: bytes, val: bytes, flags: int = 0, /) -> int: method seq (line 150) | def seq(self, flags: int, key: bytes | None = None, dummy: bytes | Non... method __iter__ (line 156) | def __iter__(self) -> Iterable[bytes]: method keys (line 163) | def keys( method values (line 186) | def values( method items (line 209) | def items( function open (line 232) | def open( FILE: reference/micropython/cmath/__init__.pyi function cos (line 30) | def cos(z: _C, /) -> complex: function exp (line 36) | def exp(z: _C, /) -> complex: function log (line 42) | def log(z: _C, /) -> complex: function log10 (line 48) | def log10(z: _C, /) -> complex: function phase (line 54) | def phase(z: _C, /) -> float: function polar (line 60) | def polar(z: _C, /) -> tuple[float, float]: function rect (line 66) | def rect(r: float, phi: float, /) -> complex: function sin (line 72) | def sin(z: _C, /) -> complex: function sqrt (line 78) | def sqrt(z: _C, /) -> complex: FILE: reference/micropython/collections/__init__.pyi class deque (line 24) | class deque(Generic[_T]): method __init__ (line 29) | def __init__(self, iterable: Iterable[_T], maxlen: int, flags: int = 0... method append (line 44) | def append(self, x: _T, /) -> None: method appendleft (line 52) | def appendleft(self, x: _T, /) -> None: method pop (line 60) | def pop(self) -> _T: method popleft (line 67) | def popleft(self) -> _T: method extend (line 74) | def extend(self, iterable: Iterable[_T], /) -> None: method __len__ (line 83) | def __len__(self) -> int: method __iter__ (line 86) | def __iter__(self) -> Iterator[_T]: method __getitem__ (line 89) | def __getitem__(self, i: SupportsIndex, /) -> _T: method __setitem__ (line 92) | def __setitem__(self, i: SupportsIndex, value: _T, /) -> None: class OrderedDict (line 95) | class OrderedDict(Dict[_KT, _VT], Generic[_KT, _VT]): function namedtuple (line 120) | def namedtuple(name: str, fields: str | Iterable[str]) -> type[tuple[Any... FILE: reference/micropython/cryptolib/__init__.pyi class aes (line 21) | class aes: method __init__ (line 27) | def __init__(self, key: AnyReadableBuf, mode: int, /) -> None: method __init__ (line 49) | def __init__(self, key: AnyReadableBuf, mode: int, IV: AnyReadableBuf,... method encrypt (line 71) | def encrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method encrypt (line 81) | def encrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: method decrypt (line 91) | def decrypt(self, in_buf: AnyReadableBuf, /) -> bytes: method decrypt (line 98) | def decrypt(self, in_buf: AnyReadableBuf, out_buf: _WB, /) -> _WB: FILE: reference/micropython/deflate/__init__.pyi class DeflateIO (line 37) | class DeflateIO: method __init__ (line 81) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... method read (line 83) | def read(self, size: int = -1, /) -> bytes: ... method readinto (line 84) | def readinto(self, buf: Incomplete, nbytes: int = -1, /) -> int: ... method readline (line 85) | def readline(self, /) -> bytes: ... method write (line 86) | def write(self, buf: Incomplete, /) -> int: ... method close (line 87) | def close(self) -> None: ... method __enter__ (line 88) | def __enter__(self) -> DeflateIO: ... method __exit__ (line 89) | def __exit__(self, exc_type: Incomplete, exc: Incomplete, tb: Incomple... FILE: reference/micropython/esp/__init__.pyi function sleep_type (line 22) | def sleep_type(sleep_type: int, /) -> None: function sleep_type (line 45) | def sleep_type() -> int: function deepsleep (line 66) | def deepsleep(time_us: int = 0, option: int = 0, /) -> None: function flash_id (line 79) | def flash_id() -> int: function flash_size (line 87) | def flash_size() -> int: function flash_user_start (line 93) | def flash_user_start() -> int: function flash_read (line 103) | def flash_read(byte_offset: int, length_or_buffer: int, /) -> bytes: function flash_read (line 113) | def flash_read(byte_offset: int, length_or_buffer: AnyWritableBuf, /) ->... function flash_write (line 122) | def flash_write(byte_offset: int, bytes: AnyReadableBuf, /) -> None: function flash_erase (line 127) | def flash_erase(sector_no: int, /) -> None: function osdebug (line 136) | def osdebug(uart_no: int | None, /) -> None: function osdebug (line 140) | def osdebug(uart_no: int, level: int, /) -> None: function set_native_code_location (line 181) | def set_native_code_location(start: None, length: None, /) -> None: function set_native_code_location (line 222) | def set_native_code_location(start: int, length: int, /) -> None: function gpio_matrix_in (line 263) | def gpio_matrix_in(pin: int, sig: int, inv: int, /) -> None: function gpio_matrix_out (line 266) | def gpio_matrix_out(pin: int, sig: int, out_inv: int, oen_inv: int, /) -... function freemem (line 270) | def freemem() -> int: function meminfo (line 273) | def meminfo() -> None: function check_fw (line 276) | def check_fw() -> bool: function malloc (line 279) | def malloc(size: int, /) -> int: function free (line 282) | def free(addr: int, /) -> None: function esf_free_bufs (line 285) | def esf_free_bufs(idx: int, /) -> int: function apa102_write (line 289) | def apa102_write(clockPin: int, dataPin: int, buf: AnyReadableBuf, /) ->... FILE: reference/micropython/esp32/__init__.pyi class Partition (line 30) | class Partition(AbstractBlockDev): method __init__ (line 60) | def __init__(self, id: str, block_size=4096, /) -> None: method find (line 67) | def find(type: int = TYPE_APP, subtype: int = 0xFF, /, label: str | No... method info (line 78) | def info(self) -> Tuple: method readblocks (line 85) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 95) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 105) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 116) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 131) | def ioctl(self, op: int, arg) -> None: method ioctl (line 140) | def ioctl(self, op: int) -> int: method set_boot (line 148) | def set_boot(self) -> None: method get_next_update (line 159) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 168) | def mark_app_valid_cancel_rollback(cls) -> None: class RMT (line 181) | class RMT: method __init__ (line 229) | def __init__( method source_freq (line 258) | def source_freq(cls) -> int: method clock_div (line 265) | def clock_div(self) -> int: method wait_done (line 272) | def wait_done(self, *, timeout: int = 0) -> bool: method loop (line 281) | def loop(self, enable_loop: bool, /) -> None: method loop_count (line 290) | def loop_count(self, count: int, /) -> None: method active (line 294) | def active(self, /) -> bool: method active (line 298) | def active(self, value: bool, /) -> bool: method deinit (line 301) | def deinit(self) -> None: method write_pulses (line 305) | def write_pulses( method write_pulses (line 337) | def write_pulses(self, duration: int, data: Sequence[bool] | Tuple[boo... method write_pulses (line 367) | def write_pulses( method bitstream_channel (line 402) | def bitstream_channel(value: int | None = None) -> int | None: method bitstream_rmt (line 417) | def bitstream_rmt(value: bool | None = None) -> bool: class ULP (line 420) | class ULP: method __init__ (line 425) | def __init__(self) -> None: method set_wakeup_period (line 430) | def set_wakeup_period(self, period_index: int, period_us: int, /) -> N... method load_binary (line 436) | def load_binary(self, load_addr: int, program_binary: AnyReadableBuf, ... method run (line 442) | def run(self, entry_point: int, /) -> None: class PCNT (line 448) | class PCNT: method __init__ (line 462) | def __init__(self, id: int, /, **kwargs: Any) -> None: method init (line 465) | def init(self, /, **kwargs: Any) -> None: method value (line 469) | def value(self, /) -> int: method value (line 473) | def value(self, value: int, /) -> int: method irq (line 476) | def irq(self, /, handler: Any = None, trigger: int = IRQ_ZERO) -> Inco... method start (line 479) | def start(self) -> None: method stop (line 482) | def stop(self) -> None: method deinit (line 485) | def deinit(self) -> None: class LDO (line 488) | class LDO: method __init__ (line 490) | def __init__(self, channel_id: int, voltage_mv: int, /, *, adjustable:... method adjust_voltage (line 493) | def adjust_voltage(self, voltage_mv: int, /) -> None: method release (line 496) | def release(self) -> None: method __enter__ (line 499) | def __enter__(self) -> LDO: method __exit__ (line 502) | def __exit__(self, exc_type: Incomplete, exc: Incomplete, tb: Incomple... class NVS (line 505) | class NVS: method __init__ (line 518) | def __init__(self, namespace: str, /) -> None: method set_i32 (line 524) | def set_i32(self, key: str, value: int, /) -> None: method get_i32 (line 530) | def get_i32(self, key: str, /) -> int: method set_blob (line 537) | def set_blob(self, key: str, value: AnyReadableBuf, /) -> None: method get_blob (line 546) | def get_blob(self, key: str, buffer: bytearray, /) -> int: method erase_key (line 554) | def erase_key(self, key: str, /) -> None: method commit (line 560) | def commit(self) -> None: function wake_on_touch (line 566) | def wake_on_touch(wake: bool, /) -> None: function wake_on_ulp (line 574) | def wake_on_ulp(wake: bool, /) -> None: function wake_on_ext0 (line 582) | def wake_on_ext0() -> None: function wake_on_ext0 (line 586) | def wake_on_ext0(pin: Pin | None, level: bool, /) -> None: function wake_on_ext1 (line 595) | def wake_on_ext1() -> None: function wake_on_ext1 (line 599) | def wake_on_ext1(pins: List[Pin] | Tuple[Pin, ...] | None, level: bool, ... function wake_on_gpio (line 608) | def wake_on_gpio() -> None: function wake_on_gpio (line 612) | def wake_on_gpio(pins: List[Pin] | Tuple[Pin, ...] | None, level: bool, ... function gpio_deep_sleep_hold (line 621) | def gpio_deep_sleep_hold(enable: bool, /) -> None: function raw_temperature (line 630) | def raw_temperature() -> int: function mcu_temperature (line 636) | def mcu_temperature() -> int: function idf_heap_info (line 639) | def idf_heap_info(capabilities: int) -> List[Tuple]: function idf_task_info (line 678) | def idf_task_info() -> tuple[int | None, list[tuple[int, str, int, int, ... FILE: reference/micropython/espnow/__init__.pyi class ESPNow (line 39) | class ESPNow(ESPNowBase, Iterator): method __init__ (line 77) | def __init__(self) -> None: ... method __iter__ (line 80) | def __iter__(self) -> ESPNow: ... method __next__ (line 82) | def __next__(self) -> Tuple[_MACAddress | None, bytes | None]: ... method active (line 84) | def active(self, flag: Any | None = None) -> bool: method config (line 115) | def config(self, /, *, rxbuf: int = ..., timeout_ms: int = ..., rate: ... method config (line 117) | def config(self, param: str, /) -> int: method send (line 164) | def send( method send (line 211) | def send( method recv (line 260) | def recv(self, timeout_ms: Optional[Any] = None) -> Tuple[_MACAddress ... method irecv (line 300) | def irecv( method recvinto (line 333) | def recvinto(self, data: List, timeout_ms: Optional[int] = None) -> int: method any (line 368) | def any(self) -> bool: method stats (line 389) | def stats(self) -> Tuple[int, int, int, int, int]: method set_pmk (line 406) | def set_pmk(self, pmk: bytes | bytearray | str) -> None: method add_peer (line 434) | def add_peer( method add_peer (line 443) | def add_peer( method del_peer (line 505) | def del_peer(self, mac: _MACAddress) -> None: method get_peer (line 524) | def get_peer(self, mac: _MACAddress) -> _PeerInfo: method peer_count (line 544) | def peer_count(self) -> Tuple[int, int]: method get_peers (line 555) | def get_peers(self) -> Tuple[_PeerInfo, ...]: method mod_peer (line 564) | def mod_peer( method irq (line 582) | def irq(self, callback: Callable[[ESPNow], Any]) -> None: FILE: reference/micropython/framebuf/__init__.pyi class FrameBuffer (line 55) | class FrameBuffer: method __init__ (line 73) | def __init__( method fill (line 107) | def fill(self, c: int, /) -> None: method pixel (line 114) | def pixel(self, x: int, y: int, /) -> int: method pixel (line 121) | def pixel(self, x: int, y: int, c: int, /) -> None: method hline (line 127) | def hline(self, x: int, y: int, w: int, c: int, /) -> None: method vline (line 136) | def vline(self, x: int, y: int, h: int, c: int, /) -> None: method line (line 145) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int, /) -> None: method rect (line 155) | def rect(self, x: int, y: int, w: int, h: int, c: int, f: Union[bool, ... method ellipse (line 164) | def ellipse(self, x, y, xr, yr, c, f: Union[bool, int] = False, m: Opt... method poly (line 180) | def poly(self, x, y, coords, c, f: Union[bool, int] = False, /) -> None: method text (line 193) | def text(self, s: str, x: int, y: int, c: int = 1, /) -> None: method scroll (line 202) | def scroll(self, xstep: int, ystep: int, /) -> None: method blit (line 209) | def blit( FILE: reference/micropython/gc/__init__.pyi function enable (line 15) | def enable() -> None: function disable (line 21) | def disable() -> None: function collect (line 28) | def collect() -> int | None: function mem_alloc (line 34) | def mem_alloc() -> int: function mem_free (line 45) | def mem_free() -> int: function threshold (line 58) | def threshold() -> int: function threshold (line 84) | def threshold(amount: int) -> None: FILE: reference/micropython/gzip/__init__.pyi function GzipFile (line 37) | def GzipFile(fileobj) -> Incomplete: function open (line 43) | def open(filename, mode: str = "rb", /) -> Incomplete: function decompress (line 49) | def decompress(data: bytes, /) -> bytes: function compress (line 55) | def compress(data: bytes, /) -> bytes: FILE: reference/micropython/hashlib/__init__.pyi class sha256 (line 36) | class sha256(_Hash): method __init__ (line 45) | def __init__(self): method __init__ (line 51) | def __init__(self, data: AnyReadableBuf): class sha1 (line 56) | class sha1(_Hash): method __init__ (line 65) | def __init__(self): method __init__ (line 71) | def __init__(self, data: AnyReadableBuf): class md5 (line 76) | class md5(_Hash): method __init__ (line 83) | def __init__(self, data: AnyReadableBuf = ..., /) -> None: class hash (line 88) | class hash: method update (line 91) | def update(self, data) -> None: method digest (line 97) | def digest(self) -> bytes: method hexdigest (line 105) | def hexdigest(self) -> NoReturn: FILE: reference/micropython/heapq/__init__.pyi function heappush (line 25) | def heappush(heap: list[_T], item: _T, /) -> None: function heappop (line 31) | def heappop(heap: list[_T], /) -> _T: function heapify (line 40) | def heapify(x: list[Any], /) -> None: FILE: reference/micropython/io/__init__.pyi class IOBase (line 94) | class IOBase(IOBase_mp): class BufferedWriter (line 99) | class BufferedWriter(IOBase_mp): method __init__ (line 104) | def __init__(self, stream: IOBase_mp, alloc: int, /) -> None: method write (line 107) | def write(self, buf: AnyReadableBuf, /) -> int: method flush (line 110) | def flush(self) -> None: class StringIO (line 113) | class StringIO(IOBase_mp): method __init__ (line 119) | def __init__(self, string: str = "", /): method __init__ (line 140) | def __init__(self, alloc_size: int, /): class BytesIO (line 160) | class BytesIO(IOBase_mp): method __init__ (line 166) | def __init__(self, string: bytes = b"", /): method __init__ (line 193) | def __init__(self, alloc_size: int, /): method getvalue (line 219) | def getvalue(self) -> bytes: function open (line 226) | def open(name: _OpenFile, /, **kwargs) -> TextIOWrapper: function open (line 234) | def open(name: _OpenFile, mode: _OpenTextModeWriting = ..., /, **kwargs)... function open (line 242) | def open(name: _OpenFile, mode: _OpenBinaryMode = ..., /, **kwargs) -> F... FILE: reference/micropython/jsffi/__init__.pyi class JsProxy (line 13) | class JsProxy: method __repr__ (line 22) | def __repr__(self) -> str: method __str__ (line 26) | def __str__(self) -> str: method __call__ (line 30) | def __call__(self, *args: Any, **kwargs: Any) -> Any: method __getattr__ (line 43) | def __getattr__(self, name: str) -> Any: method __setattr__ (line 55) | def __setattr__(self, name: str, value: Any) -> None: method __delattr__ (line 65) | def __delattr__(self, name: str) -> None: method __getitem__ (line 74) | def __getitem__(self, key: Any) -> Any: method __setitem__ (line 86) | def __setitem__(self, key: Any, value: Any) -> None: method __eq__ (line 96) | def __eq__(self, other: object) -> bool: method __iter__ (line 108) | def __iter__(self) -> Iterator[Any]: method __del__ (line 122) | def __del__(self) -> None: class JsException (line 126) | class JsException(Exception): method __init__ (line 134) | def __init__(self, *args: Any) -> None: ... function create_proxy (line 136) | def create_proxy(obj: Any) -> JsProxy: function to_js (line 153) | def to_js(obj: Any) -> JsProxy: function mem_info (line 168) | def mem_info() -> tuple[int, int, int, int, int, int, int]: FILE: reference/micropython/json/__init__.pyi function dumps (line 22) | def dumps(obj: Any) -> str: function dumps (line 31) | def dumps(obj: Any, separators: Tuple[str, str]) -> str: function dump (line 40) | def dump(obj: Any, stream: IOBase_mp | Incomplete, /) -> None: function dump (line 51) | def dump(obj: Any, stream: IOBase_mp | Incomplete, separators: Tuple[str... function load (line 61) | def load(stream: IOBase_mp | Incomplete) -> Any: function loads (line 72) | def loads(str: AnyStr) -> Any: FILE: reference/micropython/lcd160cr/__init__.pyi class LCD160CR (line 43) | class LCD160CR: method __init__ (line 70) | def __init__(self, connect: str | None = None, /): method __init__ (line 107) | def __init__(self, *, pwr: Pin, i2c: I2C, spi: SPI, i2c_addr: int = 98): method rgb (line 144) | def rgb(r: int, g: int, b: int, /) -> int: method clip_line (line 154) | def clip_line(data: Any, w: int, h: int, /) -> int: method set_power (line 160) | def set_power(self, on: bool, /) -> None: method set_orient (line 167) | def set_orient(self, orient: int, /) -> None: method set_brightness (line 174) | def set_brightness(self, value: int, /) -> None: method set_i2c_addr (line 180) | def set_i2c_addr(self, addr: int, /) -> None: method set_uart_baudrate (line 187) | def set_uart_baudrate(self, baudrate: int, /) -> None: method set_startup_deco (line 193) | def set_startup_deco(self, value: int, /) -> None: method save_to_flash (line 200) | def save_to_flash(self) -> None: method set_pixel (line 207) | def set_pixel(self, x: int, y: int, c: int, /) -> None: method get_pixel (line 214) | def get_pixel(self, x: int, y: int, /) -> int: method get_line (line 220) | def get_line(self, x: int, y: int, buf: AnyWritableBuf, /) -> None: method screen_dump (line 229) | def screen_dump( method screen_load (line 248) | def screen_load(self, buf: AnyReadableBuf, /) -> None: method set_pos (line 254) | def set_pos(self, x: int, y: int, /) -> None: method set_text_color (line 261) | def set_text_color(self, fg: int, bg: int, /) -> None: method set_font (line 267) | def set_font( method write (line 296) | def write(self, s: str, /) -> None: method set_pen (line 304) | def set_pen(self, line: int, fill: int, /) -> None: method erase (line 310) | def erase(self) -> None: method dot (line 316) | def dot(self, x: int, y: int, /) -> None: method rect (line 322) | def rect(self, x: int, y: int, w: int, h: int, /) -> None: method rect_outline (line 330) | def rect_outline(self, x: int, y: int, w: int, h: int, /) -> None: method rect_interior (line 338) | def rect_interior(self, x: int, y: int, w: int, h: int, /) -> None: method line (line 347) | def line(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method dot_no_clip (line 353) | def dot_no_clip(self, x: int, y: int, /) -> None: method rect_no_clip (line 360) | def rect_no_clip(self, x: int, y: int, w: int, h: int, /) -> None: method rect_outline_no_clip (line 367) | def rect_outline_no_clip(self, x: int, y: int, w: int, h: int, /) -> N... method rect_interior_no_clip (line 374) | def rect_interior_no_clip(self, x: int, y: int, w: int, h: int, /) -> ... method line_no_clip (line 381) | def line_no_clip(self, x1: int, y1: int, x2: int, y2: int, /) -> None: method poly_dot (line 389) | def poly_dot(self, data: AnyReadableBuf, /) -> None: method poly_line (line 397) | def poly_line(self, data: AnyReadableBuf, /) -> None: method touch_config (line 403) | def touch_config(self, calib: bool = False, save: bool = False, irq: b... method is_touched (line 419) | def is_touched(self) -> bool: method get_touch (line 426) | def get_touch(self) -> Tuple: method set_spi_win (line 434) | def set_spi_win(self, x: int, y: int, w: int, h: int, /) -> None: method fast_spi (line 440) | def fast_spi(self, flush: bool = True, /) -> SPI: method show_framebuf (line 454) | def show_framebuf(self, buf: AnyReadableBuf, /) -> None: method set_scroll (line 466) | def set_scroll(self, on: bool, /) -> None: method set_scroll_win (line 473) | def set_scroll_win( method set_scroll_win_param (line 503) | def set_scroll_win_param(self, win: int, param: int, value: int, /) ->... method set_scroll_buf (line 514) | def set_scroll_buf(self, s: str, /) -> None: method jpeg (line 521) | def jpeg(self, buf: AnyReadableBuf, /) -> None: method jpeg_start (line 530) | def jpeg_start(self, total_len: int, /) -> None: method jpeg_data (line 538) | def jpeg_data(self, buf: AnyReadableBuf, /) -> None: method feed_wdt (line 547) | def feed_wdt(self) -> None: method reset (line 555) | def reset(self) -> None: FILE: reference/micropython/machine/ADC.pyi class ADC (line 9) | class ADC: method __init__ (line 40) | def __init__(self, id: int | PinLike, *, sample_ns: int = ..., atten: ... method init (line 53) | def init(self, *, sample_ns: int = ..., atten: int = ...) -> None: method block (line 61) | def block(self) -> ADCBlock: method read_u16 (line 71) | def read_u16(self) -> int: method read_uv (line 79) | def read_uv(self) -> int: method width (line 90) | def width(self, bits: int) -> None: method read (line 115) | def read(self) -> int: method atten (line 129) | def atten(self, atten: int) -> None: FILE: reference/micropython/machine/ADCBlock.pyi class ADCBlock (line 10) | class ADCBlock: method __init__ (line 20) | def __init__(self, id: int, *, bits: int = ...) -> None: ... method init (line 21) | def init(self, *, bits: int = ...) -> None: method connect (line 29) | def connect(self, channel: int, **kwargs) -> ADC: ... method connect (line 31) | def connect(self, source: PinLike, **kwargs) -> ADC: ... method connect (line 33) | def connect(self, channel: int, source: PinLike, **kwargs) -> ADC: FILE: reference/micropython/machine/ADCWiPy.pyi class ADCWiPy (line 7) | class ADCWiPy: method __init__ (line 15) | def __init__(self, id=0, *, bits=12) -> None: ... method channel (line 17) | def channel(self, id: int, *, pin=None) -> adcchannel: ... method channel (line 19) | def channel(self, *, pin) -> adcchannel: ... method channel (line 21) | def channel(self, id: int, *, pin) -> adcchannel: method init (line 34) | def init(self) -> None: method deinit (line 40) | def deinit(self) -> None: class adcchannel (line 46) | class adcchannel: method __call__ (line 49) | def __call__(self) -> int: method value (line 55) | def value(self) -> int: method init (line 61) | def init(self) -> None: method deinit (line 67) | def deinit(self) -> None: FILE: reference/micropython/machine/CAN.pyi class CAN (line 13) | class CAN: method __init__ (line 143) | def __init__(self, id: int, *args: int, **kwargs: Any) -> None: ... method init (line 144) | def init( method set_filters (line 193) | def set_filters(self, filters: Iterable[__CANFilter] | None) -> None: method send (line 251) | def send(self, id: int, data: bytes | bytearray | memoryview, flags: i... method recv (line 286) | def recv(self, arg: list[Any] | None = None) -> __CANRecvResult | None: method irq (line 347) | def irq(self, handler: Callable[[CAN], None] | None = None, trigger: i... method cancel_send (line 380) | def cancel_send(self, index: int) -> bool: method state (line 400) | def state(self) -> int: method get_counters (line 410) | def get_counters(self, list: __CANCounters | None = None, /) -> __CANC... method get_timings (line 434) | def get_timings(self, list: __CANTimings | None = None, /) -> __CANTim... method restart (line 467) | def restart(self) -> None: method deinit (line 482) | def deinit(self) -> None: FILE: reference/micropython/machine/I2C.pyi class I2C (line 14) | class I2C: method __init__ (line 52) | def __init__(self, id: ID_T, /, *, freq: int = 400_000, timeout: int =... method __init__ (line 69) | def __init__(self, id: ID_T, /, *, scl: PinLike, sda: PinLike, freq: i... method __init__ (line 86) | def __init__(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000)... method init (line 100) | def init(self, *, freq: int = 400_000) -> None: method init (line 114) | def init(self, *, scl: PinLike, sda: PinLike, freq: int = 400_000) -> ... method deinit (line 127) | def deinit(self) -> None: method scan (line 135) | def scan(self) -> list[int]: method start (line 143) | def start(self) -> None: method stop (line 149) | def stop(self) -> None: method readinto (line 155) | def readinto(self, buf: AnyWritableBuf, nack: bool = True, /) -> None: method write (line 165) | def write(self, buf: AnyReadableBuf, /) -> int: method readfrom (line 173) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readfrom_into (line 181) | def readfrom_into(self, addr: int, buf: AnyWritableBuf, stop: bool = T... method writeto (line 191) | def writeto(self, addr: int, buf: AnyReadableBuf, stop: bool = True, /... method writevto (line 201) | def writevto(self, addr: int, vector: Sequence[AnyReadableBuf], stop: ... method readfrom_mem (line 217) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method readfrom_mem_into (line 226) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: AnyWritableB... method writeto_mem (line 238) | def writeto_mem(self, addr: int, memaddr: int, buf: AnyReadableBuf, /,... class SoftI2C (line 249) | class SoftI2C(I2C): method __init__ (line 262) | def __init__(self, scl: PinLike, sda: PinLike, *, freq: int = 400_000,... FILE: reference/micropython/machine/I2S.pyi class I2S (line 13) | class I2S: method __init__ (line 92) | def __init__( method init (line 135) | def init( method deinit (line 153) | def deinit(self) -> None: method readinto (line 159) | def readinto( method write (line 172) | def write( method irq (line 185) | def irq( method shift (line 198) | def shift( FILE: reference/micropython/machine/PWM.pyi class PWM (line 8) | class PWM: method __init__ (line 59) | def __init__( method init (line 85) | def init(self, *, freq: int = ..., duty_u16: int = ..., duty_ns: int =... method deinit (line 92) | def deinit(self) -> None: method freq (line 99) | def freq(self) -> int: method freq (line 110) | def freq( method duty_u16 (line 125) | def duty_u16(self) -> int: method duty_u16 (line 137) | def duty_u16( method duty_ns (line 153) | def duty_ns(self) -> int: method duty_ns (line 163) | def duty_ns( FILE: reference/micropython/machine/Pin.pyi class Pin (line 12) | class Pin: method __init__ (line 103) | def __init__( method init (line 177) | def init( method value (line 196) | def value(self) -> int: method value (line 230) | def value(self, x: Any, /) -> None: method __call__ (line 264) | def __call__(self) -> int: method __call__ (line 272) | def __call__(self, x: Any, /) -> None: method on (line 279) | def on(self) -> None: method off (line 285) | def off(self) -> None: method irq (line 291) | def irq( method low (line 345) | def low(self) -> None: method high (line 353) | def high(self) -> None: method mode (line 362) | def mode(self) -> int: method mode (line 371) | def mode(self, mode: int, /) -> None: method pull (line 380) | def pull(self) -> int: method pull (line 389) | def pull(self, pull: int, /) -> None: method drive (line 398) | def drive(self, drive: int, /) -> None: method drive (line 408) | def drive(self, /) -> int: method toggle (line 416) | def toggle(self) -> None: FILE: reference/micropython/machine/RTC.pyi class RTC (line 11) | class RTC: method __init__ (line 30) | def __init__(self, id: int = 0): method __init__ (line 36) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int]): method __init__ (line 44) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 52) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 60) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 68) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method __init__ (line 76) | def __init__(self, id: int = 0, /, *, datetime: tuple[int, int, int, i... method datetime (line 83) | def datetime(self, datetimetuple: Any | None = None) -> Tuple: method init (line 100) | def init(self) -> None: method init (line 108) | def init(self, datetime: tuple[int, int, int], /) -> None: method init (line 116) | def init(self, datetime: tuple[int, int, int, int], /) -> None: method init (line 124) | def init(self, datetime: tuple[int, int, int, int, int], /) -> None: method init (line 132) | def init(self, datetime: tuple[int, int, int, int, int, int], /) -> None: method init (line 140) | def init(self, datetime: tuple[int, int, int, int, int, int, int], /) ... method init (line 148) | def init(self, datetime: tuple[int, int, int, int, int, int, int, int]... method now (line 155) | def now(self) -> Tuple: method deinit (line 161) | def deinit(self) -> None: method alarm (line 168) | def alarm(self, id: int, time: int, /, *, repeat: bool = False) -> None: method alarm (line 176) | def alarm(self, id: int, time: tuple[int, int, int], /) -> None: method alarm (line 184) | def alarm(self, id: int, time: tuple[int, int, int, int], /) -> None: method alarm (line 192) | def alarm(self, id: int, time: tuple[int, int, int, int, int], /) -> N... method alarm (line 200) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int], /)... method alarm (line 208) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm (line 216) | def alarm(self, id: int, time: tuple[int, int, int, int, int, int, int... method alarm_left (line 223) | def alarm_left(self, alarm_id: int = 0, /) -> int: method cancel (line 230) | def cancel(self, alarm_id: int = 0, /) -> None: method alarm_cancel (line 236) | def alarm_cancel(self, alarm_id: int = 0, /) -> None: method irq (line 242) | def irq( method memory (line 261) | def memory(self) -> bytes: method memory (line 265) | def memory(self, data: AnyReadableBuf, /) -> None: FILE: reference/micropython/machine/SD.pyi class SD (line 7) | class SD: method __init__ (line 33) | def __init__( method init (line 42) | def init( method deinit (line 53) | def deinit(self) -> None: FILE: reference/micropython/machine/SDCard.pyi class SDCard (line 10) | class SDCard(AbstractBlockDev): method __init__ (line 103) | def __init__( method readblocks (line 148) | def readblocks(self, block_num: int, buf: bytearray) -> bool: method readblocks (line 158) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 168) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 179) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... FILE: reference/micropython/machine/SPI.pyi class SPI (line 11) | class SPI: method __init__ (line 72) | def __init__(self, id: int, /): method __init__ (line 85) | def __init__( method __init__ (line 111) | def __init__( method init (line 135) | def init( method init (line 170) | def init( method deinit (line 202) | def deinit(self) -> None: method read (line 208) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method readinto (line 216) | def readinto(self, buf: AnyWritableBuf, write: int = 0x00, /) -> int |... method write (line 226) | def write(self, buf: AnyReadableBuf, /) -> int | None: method write_readinto (line 235) | def write_readinto(self, write_buf: AnyReadableBuf, read_buf: AnyWrita... class SoftSPI (line 246) | class SoftSPI(SPI): method __init__ (line 257) | def __init__( FILE: reference/micropython/machine/Signal.pyi class Signal (line 9) | class Signal(Pin): method __init__ (line 80) | def __init__(self, pin_obj: PinLike, invert: bool = False, /) -> None: method __init__ (line 100) | def __init__( method value (line 131) | def value(self) -> int: method value (line 151) | def value(self, x: Any, /) -> None: method on (line 170) | def on(self) -> None: method off (line 176) | def off(self) -> None: FILE: reference/micropython/machine/Timer.pyi class Timer (line 7) | class Timer: method __init__ (line 35) | def __init__(self, id: int, /): method __init__ (line 45) | def __init__( method __init__ (line 64) | def __init__( method __init__ (line 83) | def __init__( method init (line 102) | def init( method init (line 111) | def init( method init (line 120) | def init( method deinit (line 180) | def deinit(self) -> None: FILE: reference/micropython/machine/TimerWiPy.pyi class TimerWiPy (line 7) | class TimerWiPy: method __init__ (line 20) | def __init__(self, id: int, *args, **kwargs) -> None: ... method init (line 21) | def init(self, mode: int, *, width: int = 16) -> None: method deinit (line 44) | def deinit(self) -> None: method channel (line 50) | def channel( class timerchannel (line 99) | class timerchannel: method irq (line 102) | def irq(self, *, trigger: int, priority: int = 1, handler: Callable[..... method freq (line 127) | def freq(self, value: Any | None = None) -> int | None: method period (line 133) | def period(self, value: Any | None = None) -> int | None: method duty_cycle (line 139) | def duty_cycle(self, value: Any | None = None) -> int | None: FILE: reference/micropython/machine/UART.pyi class UART (line 13) | class UART: method __init__ (line 86) | def __init__( method __init__ (line 111) | def __init__( method __init__ (line 127) | def __init__( method init (line 143) | def init( method init (line 215) | def init( method init (line 279) | def init( method deinit (line 342) | def deinit(self) -> None: method any (line 352) | def any(self) -> int: method read (line 368) | def read(self) -> bytes | None: method read (line 379) | def read(self, nbytes: int, /) -> bytes | None: method readinto (line 390) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 401) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 411) | def readline(self) -> bytes | None: method write (line 420) | def write(self, buf: AnyReadableBuf, /) -> int | None: method sendbreak (line 428) | def sendbreak(self) -> None: method flush (line 435) | def flush(self) -> None: method txdone (line 450) | def txdone(self) -> bool: method irq (line 465) | def irq( FILE: reference/micropython/machine/USBDevice.pyi class USBDevice (line 9) | class USBDevice: method __init__ (line 53) | def __init__(self) -> None: ... method config (line 54) | def config( method active (line 162) | def active(self, value: Any | None = None, /) -> bool: method remote_wakeup (line 183) | def remote_wakeup(self) -> bool: method submit_xfer (line 192) | def submit_xfer(self, ep, buffer, /) -> bool: method stall (line 214) | def stall(self, ep, stall: bool | None = None, /) -> bool: FILE: reference/micropython/machine/WDT.pyi class WDT (line 5) | class WDT: method __init__ (line 21) | def __init__(self, *, id: int = 0, timeout: int = 5000) -> None: method feed (line 30) | def feed(self) -> None: FILE: reference/micropython/machine/__init__.pyi function reset (line 88) | def reset() -> NoReturn: function soft_reset (line 95) | def soft_reset() -> NoReturn: function reset_cause (line 103) | def reset_cause() -> int: function bootloader (line 109) | def bootloader(value: Optional[Any] = None) -> None: function disable_irq (line 120) | def disable_irq() -> _IRQ_STATE: function enable_irq (line 129) | def enable_irq(state: _IRQ_STATE , /) -> None: function freq (line 138) | def freq() -> int: function freq (line 146) | def freq(hz: int, /) -> None: function idle (line 153) | def idle() -> None: function sleep (line 169) | def sleep() -> None: function lightsleep (line 176) | def lightsleep() -> None: function lightsleep (line 201) | def lightsleep(time_ms: int, /) -> None: function deepsleep (line 226) | def deepsleep() -> NoReturn: function deepsleep (line 251) | def deepsleep(time_ms: int, /) -> NoReturn: function wake_reason (line 275) | def wake_reason() -> int: function unique_id (line 283) | def unique_id() -> bytes: function time_pulse_us (line 292) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1_000_00... function bitstream (line 310) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function rng (line 334) | def rng() -> int: class PinBase (line 343) | class PinBase: class DAC (line 346) | class DAC: class I2CTarget (line 349) | class I2CTarget: function dht_readinto (line 352) | def dht_readinto(pin: Pin, buf: Any, /) -> None: FILE: reference/micropython/math/__init__.pyi function acos (line 32) | def acos(x: SupportsFloat, /) -> float: function acosh (line 38) | def acosh(x: SupportsFloat, /) -> float: function asin (line 44) | def asin(x: SupportsFloat, /) -> float: function asinh (line 50) | def asinh(x: SupportsFloat, /) -> float: function atan (line 56) | def atan(x: SupportsFloat, /) -> float: function atan2 (line 62) | def atan2(y: SupportsFloat, x: SupportsFloat, /) -> float: function atanh (line 68) | def atanh(x: SupportsFloat, /) -> float: function ceil (line 74) | def ceil(x: SupportsFloat, /) -> int: function copysign (line 80) | def copysign(x: SupportsFloat, y: SupportsFloat, /) -> float: function cos (line 86) | def cos(x: SupportsFloat, /) -> float: function cosh (line 92) | def cosh(x: SupportsFloat, /) -> float: function degrees (line 98) | def degrees(x: SupportsFloat, /) -> float: function erf (line 104) | def erf(x: SupportsFloat, /) -> float: function erfc (line 110) | def erfc(x: SupportsFloat, /) -> float: function exp (line 116) | def exp(x: SupportsFloat, /) -> float: function expm1 (line 122) | def expm1(x: SupportsFloat, /) -> float: function fabs (line 128) | def fabs(x: SupportsFloat, /) -> float: function floor (line 134) | def floor(x: SupportsFloat, /) -> int: function fmod (line 140) | def fmod(x: SupportsFloat, y: SupportsFloat, /) -> float: function frexp (line 146) | def frexp(x: SupportsFloat, /) -> tuple[float, int]: function gamma (line 155) | def gamma(x: SupportsFloat, /) -> float: function isfinite (line 161) | def isfinite(x: SupportsFloat, /) -> bool: function isinf (line 167) | def isinf(x: SupportsFloat, /) -> bool: function isnan (line 173) | def isnan(x: SupportsFloat, /) -> bool: function ldexp (line 179) | def ldexp(x: SupportsFloat, exp: int, /) -> float: function lgamma (line 185) | def lgamma(x: SupportsFloat, /) -> float: function log (line 192) | def log(x: SupportsFloat, /) -> float: function log (line 201) | def log(x: SupportsFloat, base: SupportsFloat, /) -> float: function log10 (line 204) | def log10(x: SupportsFloat, /) -> float: function log2 (line 210) | def log2(x: SupportsFloat, /) -> float: function modf (line 216) | def modf(x: SupportsFloat, /) -> tuple[float, float]: function pow (line 223) | def pow(x: SupportsFloat, y: SupportsFloat, /) -> float: function radians (line 229) | def radians(x: SupportsFloat, /) -> float: function sin (line 235) | def sin(x: SupportsFloat, /) -> float: function sinh (line 241) | def sinh(x: SupportsFloat, /) -> float: function sqrt (line 247) | def sqrt(x: SupportsFloat, /) -> float: function tan (line 253) | def tan(x: SupportsFloat, /) -> float: function tanh (line 259) | def tanh(x: SupportsFloat, /) -> float: function trunc (line 265) | def trunc(x: SupportsFloat, /) -> int: FILE: reference/micropython/micropython/__init__.pyi class RingIO (line 26) | class RingIO: method __init__ (line 27) | def __init__(self, size) -> None: ... method any (line 28) | def any(self) -> int: method read (line 34) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readline (line 45) | def readline(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 55) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method write (line 65) | def write(self, buf) -> int: method close (line 74) | def close(self) -> Incomplete: function const (line 81) | def const(expr: Const_T, /) -> Const_T: function opt_level (line 104) | def opt_level() -> int: function opt_level (line 124) | def opt_level(level: int, /) -> None: function alloc_emergency_exception_buf (line 143) | def alloc_emergency_exception_buf(size: int, /) -> None: function mem_info (line 157) | def mem_info() -> None: function mem_info (line 168) | def mem_info(verbose: Any, /) -> None: function qstr_info (line 179) | def qstr_info() -> None: function qstr_info (line 190) | def qstr_info(verbose: bool, /) -> None: function stack_use (line 200) | def stack_use() -> int: function heap_lock (line 208) | def heap_lock() -> int: function heap_unlock (line 229) | def heap_unlock() -> int: function kbd_intr (line 250) | def kbd_intr(chr: int) -> None: function schedule (line 263) | def schedule(func: Callable[[_T], None], arg: _T, /) -> None: function heap_locked (line 308) | def heap_locked() -> bool: function viper (line 332) | def viper(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function native (line 343) | def native(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_thumb (line 352) | def asm_thumb(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: function asm_xtensa (line 363) | def asm_xtensa(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]: FILE: reference/micropython/neopixel/__init__.pyi class NeoPixel (line 26) | class NeoPixel(_NeoPixelBase): method __init__ (line 48) | def __init__(self, pin: Pin, n: int, /, *, bpp: int = 3, timing: int =... method fill (line 58) | def fill(self, pixel: _Color, /) -> None: method __len__ (line 65) | def __len__(self) -> int: method __setitem__ (line 71) | def __setitem__(self, index: int, val: _Color, /) -> None: method __getitem__ (line 77) | def __getitem__(self, index: int, /) -> Tuple: method write (line 83) | def write(self) -> None: FILE: reference/micropython/network/LAN.pyi class LAN (line 9) | class LAN: method __init__ (line 32) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 34) | def active(self, /) -> bool: method active (line 42) | def active(self, is_active: bool | int, /) -> None: method isconnected (line 49) | def isconnected(self) -> bool: method status (line 56) | def status(self) -> Incomplete: method ifconfig (line 62) | def ifconfig(self, configtuple: Any | None = None) -> Tuple: method config (line 74) | def config(self, config_parameters) -> Incomplete: FILE: reference/micropython/network/PPP.pyi class PPP (line 9) | class PPP: method __init__ (line 26) | def __init__(self, stream) -> None: ... method connect (line 27) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method disconnect (line 45) | def disconnect(self) -> Incomplete: method isconnected (line 51) | def isconnected(self) -> bool: method status (line 58) | def status(self) -> Incomplete: method config (line 64) | def config(self, config_parameters) -> Incomplete: method ipconfig (line 71) | def ipconfig(self, param) -> Incomplete: method ifconfig (line 77) | def ifconfig(self, configtuple: Any | None = None) -> Incomplete: method poll (line 83) | def poll(self) -> Incomplete: FILE: reference/micropython/network/WIZNET5K.pyi class WIZNET5K (line 9) | class WIZNET5K: method __init__ (line 36) | def __init__(self, spi: SPI, pin_cs: Pin, pin_rst: Pin, /) -> None: method regs (line 54) | def regs(self) -> Any: FILE: reference/micropython/network/WLAN.pyi class WLAN (line 9) | class WLAN: method __init__ (line 30) | def __init__(self, interface_id: int = ..., /) -> None: method active (line 40) | def active(self, /) -> bool: method active (line 48) | def active(self, is_active: bool | int, /) -> None: method connect (line 55) | def connect( method disconnect (line 71) | def disconnect(self) -> None: method scan (line 77) | def scan(self) -> List[Tuple]: method status (line 107) | def status(self) -> int: method status (line 126) | def status(self, param: str, /) -> int: method isconnected (line 144) | def isconnected(self) -> bool: method ifconfig (line 153) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 164) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 175) | def config(self, param: str, /) -> Any: method config (line 210) | def config(self, **kwargs: Any) -> None: FILE: reference/micropython/network/WLANWiPy.pyi class WLANWiPy (line 9) | class WLANWiPy: method __init__ (line 44) | def __init__(self, id: int = 0, /): method __init__ (line 58) | def __init__( method init (line 81) | def init( method connect (line 118) | def connect( method scan (line 141) | def scan(self) -> List[Tuple]: method disconnect (line 148) | def disconnect(self) -> None: method isconnected (line 154) | def isconnected(self) -> bool: method ipconfig (line 161) | def ipconfig(self, param) -> Incomplete: method mode (line 168) | def mode(self) -> int: method mode (line 174) | def mode(self, mode: int, /) -> None: method ssid (line 180) | def ssid(self) -> str: method ssid (line 186) | def ssid(self, ssid: str, /) -> None: method auth (line 192) | def auth(self) -> int: method auth (line 198) | def auth(self, auth: int, /) -> None: method channel (line 204) | def channel(self) -> int: method channel (line 210) | def channel(self, channel: int, /) -> None: method antenna (line 216) | def antenna(self) -> int: method antenna (line 222) | def antenna(self, antenna: int, /) -> None: method mac (line 228) | def mac(self) -> bytes: method mac (line 234) | def mac(self, mac: bytes, /) -> None: method irq (line 239) | def irq(self, *, handler: Callable[[], None], wake: int) -> Any: FILE: reference/micropython/network/__init__.pyi function country (line 64) | def country() -> str: ... function country (line 67) | def country(code: str, /) -> None: ... function hostname (line 70) | def hostname() -> str: ... function hostname (line 73) | def hostname(name: str, /) -> None: ... function ipconfig (line 75) | def ipconfig(*args: Any, **kwargs: Any) -> Any: ... function route (line 77) | def route() -> list[AbstractNIC]: ... class AbstractNIC (line 79) | class AbstractNIC(Protocol): method __init__ (line 92) | def __init__(self, id: Any = None, /, *args: Any, **kwargs: Any) -> None: method active (line 101) | def active(self, /) -> bool: method active (line 112) | def active(self, is_active: bool | int, /) -> None: method connect (line 123) | def connect(self, key: str | None = None, /, **kwargs: Any) -> None: method connect (line 142) | def connect(self, service_id: Any, key: str | None = None, /, **kwargs... method disconnect (line 160) | def disconnect(self) -> None: method isconnected (line 167) | def isconnected(self) -> bool: method scan (line 174) | def scan(self, **kwargs: Any) -> List[Tuple]: method status (line 194) | def status(self) -> Any: method status (line 212) | def status(self, param: str, /) -> Any: method ipconfig (line 228) | def ipconfig(self, param) -> Incomplete: method ifconfig (line 269) | def ifconfig(self) -> tuple[str, str, str, str]: method ifconfig (line 283) | def ifconfig(self, ip_mask_gateway_dns: tuple[str, str, str, str], /) ... method config (line 297) | def config(self, param: str, /) -> Any: method config (line 316) | def config(self, **kwargs: Any) -> None: FILE: reference/micropython/onewire/__init__.pyi class OneWireError (line 6) | class OneWireError(Exception): ... class OneWire (line 8) | class OneWire: method __init__ (line 13) | def __init__(self, pin: Pin) -> None: method scan (line 22) | def scan(self) -> List[bytearray]: method reset (line 26) | def reset(self, required: bool = False) -> bool: method readbyte (line 30) | def readbyte(self) -> int: method readbit (line 34) | def readbit(self) -> int: method readinto (line 38) | def readinto(self, buf: AnyWritableBuf) -> None: method writebyte (line 42) | def writebyte(self, value: int) -> None: method writebit (line 46) | def writebit(self, value: int) -> None: method write (line 50) | def write(self, buf: AnyReadableBuf) -> None: method select_rom (line 54) | def select_rom(self, rom: AnyReadableBuf) -> None: method crc8 (line 58) | def crc8(self, data: AnyReadableBuf) -> int: ... method _search_rom (line 59) | def _search_rom(self, l_rom: bytearray | bool | None, diff: int) -> tu... FILE: reference/micropython/openamp/__init__.pyi class Endpoint (line 40) | class Endpoint: method __init__ (line 58) | def __init__( method deinit (line 65) | def deinit(self) -> None: method is_ready (line 71) | def is_ready(self) -> bool: method send (line 77) | def send(self, data, /, *, src: int = -1, dest: int = -1, timeout: int... class RemoteProc (line 92) | class RemoteProc: method __init__ (line 102) | def __init__(self, entry) -> None: ... method start (line 103) | def start(self) -> None: method stop (line 109) | def stop(self) -> None: method shutdown (line 117) | def shutdown(self) -> None: function new_service_callback (line 127) | def new_service_callback(ns_callback: Callable | None) -> None: FILE: reference/micropython/os/__init__.pyi function uname (line 23) | def uname() -> uname_result: function urandom (line 38) | def urandom(n:int) -> bytes: function chdir (line 46) | def chdir(path) -> Incomplete: function getcwd (line 53) | def getcwd() -> Incomplete: function ilistdir (line 60) | def ilistdir(dir: Union[str,bytes]) -> Iterator[Union[Tuple[str, int, in... function ilistdir (line 81) | def ilistdir() -> Iterator[Union[Tuple[str, int, int], Tuple[str, int, i... function listdir (line 86) | def listdir(dir: Optional[Any] = None) -> Incomplete: function mkdir (line 93) | def mkdir(path) -> Incomplete: function remove (line 100) | def remove(path) -> None: function rmdir (line 107) | def rmdir(path) -> None: function rename (line 114) | def rename(old_path, new_path) -> None: function stat (line 120) | def stat(path:str|bytes) -> Tuple: function statvfs (line 127) | def statvfs(path) -> Tuple: function sync (line 151) | def sync() -> None: function dupterm (line 158) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 162) | def dupterm_notify(obj_in: Any, /) -> None: function mount (line 202) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function umount (line 210) | def umount(mount_point) -> Incomplete: class VfsFat (line 217) | class VfsFat: method __init__ (line 222) | def __init__(self, block_dev) -> None: ... class VfsLfs1 (line 225) | class VfsLfs1: method __init__ (line 230) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32) ... class VfsLfs2 (line 233) | class VfsLfs2: method __init__ (line 238) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... class VfsPosix (line 241) | class VfsPosix: method __init__ (line 246) | def __init__(self, root=None) -> None: ... FILE: reference/micropython/platform/__init__.pyi function platform (line 18) | def platform() -> str: function python_compiler (line 35) | def python_compiler() -> str: function libc_ver (line 41) | def libc_ver() -> Tuple: FILE: reference/micropython/pyb/ADC.pyi class ADC (line 10) | class ADC: method __init__ (line 28) | def __init__(self, pin: int | Pin, /) -> None: method read (line 34) | def read(self) -> int: method read_timed (line 41) | def read_timed(self, buf: AnyWritableBuf, timer: Timer | int, /) -> int: method read_timed_multi (line 80) | def read_timed_multi(adcs: tuple[ADC, ...], bufs: tuple[AnyWritableBuf... FILE: reference/micropython/pyb/Accel.pyi class Accel (line 5) | class Accel: method __init__ (line 16) | def __init__(self) -> None: method filtered_xyz (line 21) | def filtered_xyz(self) -> tuple[int, int, int]: method tilt (line 32) | def tilt(self) -> int: method x (line 38) | def x(self) -> int: method y (line 44) | def y(self) -> int: method z (line 50) | def z(self) -> int: method read (line 56) | def read(self, reg: int, /) -> int: method write (line 62) | def write(self, reg: int, val: int, /) -> None: FILE: reference/micropython/pyb/CAN.pyi class CAN (line 10) | class CAN: method __init__ (line 59) | def __init__( method init (line 85) | def init( method deinit (line 162) | def deinit(self) -> None: method restart (line 168) | def restart(self) -> None: method state (line 181) | def state(self) -> int: method info (line 198) | def info(self) -> list[int]: method info (line 222) | def info(self, list: list[int], /) -> list[int]: method setfilter (line 246) | def setfilter(self, bank: int, mode: int, fifo: int, params: Sequence[... method setfilter (line 303) | def setfilter( method clearfilter (line 368) | def clearfilter(self, bank: int, /, *, extframe: bool = False) -> None: method any (line 378) | def any(self, fifo: int, /) -> bool: method recv (line 385) | def recv(self, fifo: int, /, *, timeout: int = 5000) -> list[int | boo... method recv (line 421) | def recv(self, fifo: int, list: None, /, *, timeout: int = 5000) -> li... method recv (line 457) | def recv(self, fifo: int, list: list[int | bool | memoryview], /, *, t... method send (line 492) | def send( method rxcallback (line 532) | def rxcallback(self, fifo: int, fun: Callable[[CAN, int], None], /) ->... FILE: reference/micropython/pyb/DAC.pyi class DAC (line 10) | class DAC: method __init__ (line 62) | def __init__(self, port: int | Pin, /, bits: int = 8, *, buffering: bo... method init (line 87) | def init(self, bits: int = 8, *, buffering: bool | None = None) -> None: method deinit (line 95) | def deinit(self) -> None: method noise (line 101) | def noise(self, freq: int, /) -> None: method triangle (line 108) | def triangle(self, freq: int, /) -> None: method write (line 116) | def write(self, value: int, /) -> None: method write_timed (line 124) | def write_timed(self, data: AnyReadableBuf, freq: int | Timer, /, *, m... FILE: reference/micropython/pyb/ExtInt.pyi class ExtInt (line 9) | class ExtInt: method __init__ (line 67) | def __init__( method regs (line 92) | def regs() -> None: method disable (line 98) | def disable(self) -> None: method enable (line 105) | def enable(self) -> None: method line (line 111) | def line(self) -> int: method swint (line 117) | def swint(self) -> None: FILE: reference/micropython/pyb/Flash.pyi class Flash (line 12) | class Flash(AbstractBlockDev): method __init__ (line 24) | def __init__(self): method __init__ (line 36) | def __init__(self, *, start: int = -1, len: int = -1): method readblocks (line 44) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> int: method readblocks (line 54) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method writeblocks (line 64) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, /) -> int: method writeblocks (line 75) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method ioctl (line 89) | def ioctl(self, op: int, arg: int) -> int | None: FILE: reference/micropython/pyb/I2C.pyi class I2C (line 9) | class I2C: method __init__ (line 67) | def __init__( method deinit (line 100) | def deinit(self) -> None: method init (line 106) | def init( method is_ready (line 134) | def is_ready(self, addr: int, /) -> bool: method mem_read (line 141) | def mem_read( method mem_read (line 165) | def mem_read( method mem_write (line 188) | def mem_write( method recv (line 213) | def recv( method recv (line 234) | def recv( method send (line 254) | def send( method scan (line 273) | def scan(self) -> list[int]: FILE: reference/micropython/pyb/LCD.pyi class LCD (line 5) | class LCD: method __init__ (line 41) | def __init__(self, skin_position: str, /) -> None: method command (line 47) | def command(self, inst_data: int, buf: bytes, /) -> None: method contrast (line 55) | def contrast(self, value: int, /) -> None: method fill (line 61) | def fill(self, colour: int, /) -> None: method get (line 69) | def get(self, x: int, y: int, /) -> int: method light (line 77) | def light(self, value: bool | int, /) -> None: method pixel (line 83) | def pixel(self, x: int, y: int, colour: int, /) -> None: method show (line 91) | def show(self) -> None: method text (line 97) | def text(self, str: str, x: int, y: int, colour: int, /) -> None: method write (line 105) | def write(self, str: str, /) -> None: FILE: reference/micropython/pyb/LED.pyi class LED (line 7) | class LED: method __init__ (line 12) | def __init__(self, id: int, /) -> None: method intensity (line 20) | def intensity(self) -> int: method intensity (line 34) | def intensity(self, value: int, /) -> None: method off (line 47) | def off(self) -> None: method on (line 53) | def on(self) -> None: method toggle (line 59) | def toggle(self) -> None: FILE: reference/micropython/pyb/Pin.pyi class Pin (line 9) | class Pin: method __init__ (line 109) | def __init__( method __call__ (line 125) | def __call__(self) -> int: method __call__ (line 133) | def __call__(self, x: Any, /) -> None: method debug (line 142) | def debug() -> bool: method debug (line 149) | def debug(state: bool, /) -> None: method dict (line 156) | def dict() -> Dict[str, Pin]: method dict (line 163) | def dict(dict: Dict[str, Pin], /) -> None: method mapper (line 170) | def mapper() -> Callable[[str], Pin]: method mapper (line 177) | def mapper(fun: Callable[[str], Pin], /) -> None: method init (line 182) | def init( method value (line 224) | def value(self) -> int: method value (line 235) | def value(self, value: Any, /) -> None: method off (line 245) | def off(self) -> None: method on (line 248) | def on(self) -> None: method low (line 251) | def low(self) -> None: method high (line 254) | def high(self) -> None: method irq (line 258) | def irq(self) -> None: method irq (line 262) | def irq(self, *, handler: Callable[[Pin], None] | None = None, trigger... method __str__ (line 265) | def __str__(self) -> str: method af (line 271) | def af(self) -> int: method af_list (line 279) | def af_list(self) -> List[pinaf]: method gpio (line 285) | def gpio(self) -> int: method mode (line 291) | def mode(self) -> int: method name (line 299) | def name(self) -> str: method names (line 305) | def names(self) -> List[str]: method pin (line 311) | def pin(self) -> int: method port (line 317) | def port(self) -> int: method pull (line 323) | def pull(self) -> int: class pinaf (line 331) | class pinaf: method __str__ (line 334) | def __str__(self) -> str: method index (line 340) | def index(self) -> int: method name (line 346) | def name(self) -> str: method reg (line 352) | def reg(self) -> Incomplete: FILE: reference/micropython/pyb/RTC.pyi class RTC (line 7) | class RTC: method __init__ (line 19) | def __init__(self) -> None: method init (line 25) | def init(self) -> None: method datetime (line 32) | def datetime(self, datetimetuple: tuple[int, int, int, int, int, int, ... method datetime (line 50) | def datetime(self, /) -> tuple[int, int, int, int, int, int, int, int]: method wakeup (line 69) | def wakeup(self, timeout: int | None, callback: Callable[[int], None] ... method wakeup (line 73) | def wakeup(self, wucksel: int, wut: int, callback: Callable[[int], Non... method wakeup (line 76) | def wakeup(self, *args, **kwargs) -> None: method info (line 89) | def info(self) -> int: method calibration (line 101) | def calibration(self) -> int: method calibration (line 120) | def calibration(self, cal: int, /) -> None: FILE: reference/micropython/pyb/SPI.pyi class SPI (line 11) | class SPI: method __init__ (line 44) | def __init__(self, bus: int, /): method __init__ (line 62) | def __init__( method __init__ (line 95) | def __init__( method deinit (line 127) | def deinit(self) -> None: method init (line 134) | def init( method init (line 175) | def init( method recv (line 216) | def recv(self, recv: int, /, *, timeout: int = 5000) -> bytes: method recv (line 220) | def recv(self, recv: _WB, /, *, timeout: int = 5000) -> _WB: method recv (line 223) | def recv(self, recv: int | AnyWritableBuf, /, *, timeout: int = 5000) ... method send (line 236) | def send(self, send: int | AnyReadableBuf, /, *, timeout: int = 5000) ... method send_recv (line 248) | def send_recv( method send_recv (line 259) | def send_recv( method send_recv (line 269) | def send_recv( FILE: reference/micropython/pyb/Servo.pyi class Servo (line 8) | class Servo: method __init__ (line 9) | def __init__(self, id: int, /) -> None: method angle (line 13) | def angle(self) -> int: method angle (line 17) | def angle(self, angle: int | float, time: int = 0, /) -> None: method speed (line 21) | def speed(self) -> int: method speed (line 25) | def speed(self, speed: int | float, time: int = 0, /) -> None: method pulse_width (line 29) | def pulse_width(self) -> int: method pulse_width (line 33) | def pulse_width(self, value: int, /) -> None: method calibration (line 37) | def calibration(self) -> tuple[int, int, int, int, int]: method calibration (line 41) | def calibration(self, pulse_min: int, pulse_max: int, pulse_centre: in... method calibration (line 45) | def calibration( FILE: reference/micropython/pyb/Switch.pyi class Switch (line 7) | class Switch: method __init__ (line 25) | def __init__(self) -> None: method __call__ (line 32) | def __call__(self) -> bool: method value (line 39) | def value(self) -> bool: method callback (line 45) | def callback(self, fun: Callable[[], None] | None) -> None: FILE: reference/micropython/pyb/Timer.pyi class Timer (line 12) | class Timer: method __init__ (line 73) | def __init__(self, id: int, /): method __init__ (line 81) | def __init__( method __init__ (line 99) | def __init__( method init (line 118) | def init( method init (line 183) | def init( method deinit (line 248) | def deinit(self) -> None: method callback (line 259) | def callback(self, fun: Callable[[Timer], None] | None, /) -> None: method channel (line 268) | def channel(self, channel: int, /) -> timerchannel | None: method channel (line 355) | def channel( method channel (line 451) | def channel( method channel (line 547) | def channel( method channel (line 644) | def channel( method channel (line 740) | def channel( method counter (line 835) | def counter(self) -> int: method counter (line 841) | def counter(self, value: int, /) -> None: method freq (line 847) | def freq(self) -> int: method freq (line 853) | def freq(self, value: int, /) -> None: method period (line 859) | def period(self) -> int: method period (line 865) | def period(self, value: int, /) -> None: method prescaler (line 871) | def prescaler(self) -> int: method prescaler (line 877) | def prescaler(self, value: int, /) -> None: method source_freq (line 882) | def source_freq(self) -> int: class timerchannel (line 888) | class timerchannel(ABC): method callback (line 898) | def callback(self, fun: Callable[[Timer], None] | None, /) -> None: method capture (line 908) | def capture(self) -> int: method capture (line 917) | def capture(self, value: int, /) -> None: method compare (line 926) | def compare(self) -> int: method compare (line 935) | def compare(self, value: int, /) -> None: method pulse_width (line 944) | def pulse_width(self) -> int: method pulse_width (line 956) | def pulse_width(self, value: int, /) -> None: method pulse_width_percent (line 968) | def pulse_width_percent(self) -> float: method pulse_width_percent (line 979) | def pulse_width_percent(self, value: int | float, /) -> None: FILE: reference/micropython/pyb/UART.pyi class UART (line 10) | class UART: method __init__ (line 57) | def __init__(self, bus: int | str, /): method __init__ (line 94) | def __init__( method init (line 143) | def init( method deinit (line 181) | def deinit(self) -> None: method any (line 187) | def any(self) -> int: method read (line 194) | def read(self) -> bytes | None: method read (line 211) | def read(self, nbytes: int, /) -> bytes | None: method readchar (line 227) | def readchar(self) -> int: method readinto (line 236) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 246) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 255) | def readline(self) -> bytes | None: method write (line 265) | def write(self, buf: AnyReadableBuf, /) -> int | None: method writechar (line 277) | def writechar(self, char: int, /) -> None: method sendbreak (line 284) | def sendbreak(self) -> None: FILE: reference/micropython/pyb/USB_HID.pyi class USB_HID (line 10) | class USB_HID: method __init__ (line 19) | def __init__(self) -> None: method recv (line 25) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes: method recv (line 38) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int: method send (line 50) | def send(self, data: Sequence[int]) -> int: FILE: reference/micropython/pyb/USB_VCP.pyi class USB_VCP (line 10) | class USB_VCP: method __init__ (line 23) | def __init__(self, id: int = 0, /) -> None: method init (line 29) | def init(self, *, flow: int = -1) -> None: method setinterrupt (line 37) | def setinterrupt(self, chr: int, /) -> None: method isconnected (line 48) | def isconnected(self) -> bool: method any (line 54) | def any(self) -> bool: method close (line 60) | def close(self) -> None: method read (line 68) | def read(self) -> bytes | None: method read (line 79) | def read(self, nbytes, /) -> bytes | None: method readinto (line 90) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 102) | def readinto(self, buf: AnyWritableBuf, maxlen: int, /) -> int | None: method readline (line 113) | def readline(self) -> bytes | None: method readlines (line 122) | def readlines(self) -> List: method write (line 132) | def write(self, buf: AnyReadableBuf, /) -> int: method recv (line 141) | def recv(self, data: int, /, *, timeout: int = 5000) -> bytes: method recv (line 154) | def recv(self, data: AnyWritableBuf, /, *, timeout: int = 5000) -> int: method send (line 166) | def send(self, buf: AnyReadableBuf | int, /, *, timeout: int = 5000) -... method irq (line 177) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: FILE: reference/micropython/pyb/__init__.pyi function delay (line 57) | def delay(ms: int, /) -> None: function udelay (line 63) | def udelay(us: int, /) -> None: function millis (line 69) | def millis() -> int: function micros (line 83) | def micros() -> int: function elapsed_millis (line 97) | def elapsed_millis(start: int, /) -> int: function elapsed_micros (line 112) | def elapsed_micros(start: int, /) -> int: function hard_reset (line 128) | def hard_reset() -> NoReturn: function bootloader (line 135) | def bootloader() -> NoReturn: function fault_debug (line 141) | def fault_debug(value: bool = False) -> None: function disable_irq (line 156) | def disable_irq() -> bool: function enable_irq (line 165) | def enable_irq(state: bool = True, /) -> None: function freq (line 176) | def freq() -> tuple[int, int, int, int]: function freq (line 216) | def freq(sysclk: int, /) -> None: function freq (line 256) | def freq(sysclk: int, hclk: int, /) -> None: function freq (line 296) | def freq(sysclk: int, hclk: int, pclk1: int, /) -> None: function freq (line 336) | def freq(sysclk: int, hclk: int, pclk1: int, pclk2: int, /) -> None: function wfi (line 375) | def wfi() -> None: function stop (line 387) | def stop() -> None: function standby (line 399) | def standby() -> None: function have_cdc (line 412) | def have_cdc() -> bool: function hid (line 422) | def hid(data: tuple[int, int, int, int], /) -> None: function hid (line 432) | def hid(data: Sequence[int], /) -> None: function info (line 441) | def info() -> None: function info (line 447) | def info(dump_alloc_table: bytes, /) -> None: function main (line 452) | def main(filename: str, /) -> None: function mount (line 462) | def mount( function mount (line 504) | def mount( function repl_uart (line 546) | def repl_uart() -> UART | None: function repl_uart (line 552) | def repl_uart(uart: UART | None, /) -> None: function country (line 559) | def country() -> str | None: function country (line 566) | def country(code: str, /) -> None: function rng (line 571) | def rng() -> int: function sync (line 577) | def sync() -> None: function unique_id (line 583) | def unique_id() -> bytes: function usb_mode (line 591) | def usb_mode() -> str: function usb_mode (line 633) | def usb_mode( FILE: reference/micropython/random/__init__.pyi function getrandbits (line 41) | def getrandbits(n: int, /) -> int: function randint (line 47) | def randint(a: int, b: int, /) -> int: function randrange (line 54) | def randrange(stop: int, /) -> int: function randrange (line 64) | def randrange(start: int, stop: int, /) -> int: function randrange (line 74) | def randrange(start: int, stop: int, step: int, /) -> int: function random (line 83) | def random() -> float: function uniform (line 89) | def uniform(a: float, b: float) -> float: function seed (line 96) | def seed(n: int | None = None, /) -> None: function choice (line 108) | def choice(sequence: Subscriptable[_T], /) -> _T: FILE: reference/micropython/rp2/DMA.pyi class DMA (line 11) | class DMA: method irq (line 23) | def irq(self, handler: Optional[Callable] = None, hard: bool = False) ... method unpack_ctrl (line 30) | def unpack_ctrl(value: int) -> dict[str, int]: method pack_ctrl (line 45) | def pack_ctrl(self, *, method close (line 114) | def close(self) -> None: method __init__ (line 121) | def __init__(self) -> None: ... method config (line 124) | def config( method active (line 153) | def active(self, value: Any | None = None) -> bool: FILE: reference/micropython/rp2/Flash.pyi class Flash (line 10) | class Flash(AbstractBlockDev): method __init__ (line 15) | def __init__(self, *, start: int = -1, len: int = -1) -> None: ... method readblocks (line 17) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> None: method readblocks (line 27) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method writeblocks (line 37) | def writeblocks(self, block_num: int, buf: AnyReadableBuf) -> None: method writeblocks (line 48) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method ioctl (line 63) | def ioctl(self, op: int, arg: int) -> int | None: ... method ioctl (line 66) | def ioctl(self, op: int) -> int | None: FILE: reference/micropython/rp2/PIO.pyi class PIO (line 17) | class PIO: method __init__ (line 74) | def __init__(self, id: int) -> None: ... method gpio_base (line 76) | def gpio_base(self, base: int | Pin | None = None) -> Pin: method add_program (line 84) | def add_program(self, program: _PIO_ASM_Program) -> None: method remove_program (line 94) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method state_machine (line 104) | def state_machine(self, id: int, program: _PIO_ASM_Program | None = No... method irq (line 116) | def irq( FILE: reference/micropython/rp2/PIOASMEmit.pyi class PIOASMEmit (line 28) | class PIOASMEmit: method __init__ (line 38) | def __init__( method __getattr__ (line 53) | def __getattr__(self, name: str) -> Incomplete: ... FILE: reference/micropython/rp2/StateMachine.pyi class StateMachine (line 14) | class StateMachine: method __init__ (line 24) | def __init__( method init (line 42) | def init( method irq (line 91) | def irq(self, handler: Optional[Callable] = None, trigger: int = 1, ha... method put (line 99) | def put(self, value: int | ReadableBuffer, shift: int = 0) -> None: method restart (line 115) | def restart(self) -> None: method rx_fifo (line 130) | def rx_fifo(self) -> int: method tx_fifo (line 140) | def tx_fifo(self) -> int: method exec (line 150) | def exec(self, instr: Union[int, str]) -> None: method get (line 167) | def get(self, buf: None = None, shift: int = 0) -> int: ... method get (line 169) | def get(self, buf: WriteableBuffer, shift: int = 0) -> WriteableBuffer... method get (line 170) | def get(self, buf: WriteableBuffer | None = None, shift: int = 0) -> i... method active (line 183) | def active(self) -> bool: ... method active (line 185) | def active(self, value: Union[bool, int]) -> bool: FILE: reference/micropython/rp2/__init__.pyi function bootsel_button (line 39) | def bootsel_button() -> int: function asm_pio (line 52) | def asm_pio( function country (line 105) | def country() -> str: function country (line 115) | def country(code: str, /) -> None: function asm_pio_encode (line 124) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> int: function const (line 134) | def const(*args, **kwargs) -> Incomplete: ... class DMA (line 136) | class DMA: method irq (line 140) | def irq(self, handler: Optional[Callable] = None, hard: bool = False) ... method unpack_ctrl (line 146) | def unpack_ctrl(value: int) -> dict[str, int]: method pack_ctrl (line 160) | def pack_ctrl( method close (line 231) | def close(self) -> None: method config (line 237) | def config( method active (line 265) | def active(self, value: Any | None = None) -> bool: method __init__ (line 275) | def __init__(self) -> None: ... class PIO (line 277) | class PIO: method state_machine (line 329) | def state_machine(self, id: int, program: _PIO_ASM_Program | None = No... method remove_program (line 340) | def remove_program(self, program: Optional[_PIO_ASM_Program] = None) -... method irq (line 349) | def irq( method add_program (line 363) | def add_program(self, program: _PIO_ASM_Program) -> None: method __init__ (line 372) | def __init__(self, id: int) -> None: ... class StateMachine (line 374) | class StateMachine: method irq (line 383) | def irq(self, handler: Optional[Callable] = None, trigger: int = 1, ha... method put (line 390) | def put(self, value: int | ReadableBuffer, shift: int = 0) -> None: method restart (line 405) | def restart(self) -> None: method rx_fifo (line 419) | def rx_fifo(self) -> int: method tx_fifo (line 428) | def tx_fifo(self) -> int: method init (line 437) | def init( method exec (line 490) | def exec(self, instr: Union[int, str]) -> None: method get (line 507) | def get(self, buf: None = None, shift: int = 0) -> int: ... method get (line 509) | def get(self, buf: WriteableBuffer, shift: int = 0) -> WriteableBuffer... method active (line 511) | def active(self) -> bool: ... method active (line 513) | def active(self, value: Union[bool, int]) -> bool: method __init__ (line 523) | def __init__( class PIOASMEmit (line 541) | class PIOASMEmit: method __init__ (line 557) | def __init__( method __getattr__ (line 575) | def __getattr__(self, name: str) -> Incomplete: ... class Flash (line 577) | class Flash(AbstractBlockDev): method readblocks (line 582) | def readblocks(self, block_num: int, buf: AnyWritableBuf) -> None: method readblocks (line 592) | def readblocks(self, block_num: int, buf: AnyWritableBuf, offset: int)... method writeblocks (line 602) | def writeblocks(self, block_num: int, buf: AnyReadableBuf) -> None: method writeblocks (line 613) | def writeblocks(self, block_num: int, buf: AnyReadableBuf, offset: int... method ioctl (line 628) | def ioctl(self, op: int, arg: int) -> int | None: ... method ioctl (line 631) | def ioctl(self, op: int) -> int | None: method __init__ (line 637) | def __init__(self, *, start: int = -1, len: int = -1) -> None: ... class PIOASMError (line 639) | class PIOASMError(Exception): ... class _PIO_ASM_Program (line 641) | class _PIO_ASM_Program: FILE: reference/micropython/rp2/asm_pio_rp2040.pyi class _PIOInstr (line 72) | class _PIOInstr(Protocol): method side (line 75) | def side(self, value: int, /) -> Self: ... method delay (line 76) | def delay(self, value: int, /) -> Self: ... method __getitem__ (line 77) | def __getitem__(self, delay: int, /) -> Self: ... function invert (line 102) | def invert(x: int) -> int: function reverse (line 105) | def reverse(x: int) -> int: function rel (line 125) | def rel(x: int) -> int: function delay (line 146) | def delay(delay: int) -> _PIOInstr: function side (line 154) | def side(value: int) -> _PIOInstr: function wrap_target (line 167) | def wrap_target() -> None: function wrap (line 177) | def wrap() -> None: function label (line 188) | def label(label: str) -> None: function word (line 203) | def word(instr, label: Incomplete | None = ...) -> _PIOInstr: function nop (line 211) | def nop() -> _PIOInstr: function jmp (line 219) | def jmp(condition, label: Incomplete | None = ...) -> _PIOInstr: function wait (line 254) | def wait(polarity: int, src: int, index: int, /) -> _PIOInstr: function in_ (line 289) | def in_(src, data) -> _PIOInstr: function out (line 322) | def out(destination: int, bit_count: int) -> _PIOInstr: function push (line 360) | def push(value: int = ..., value2: int = ...) -> _PIOInstr: function pull (line 379) | def pull(value: int = ..., value2: int = ...) -> _PIOInstr: function mov (line 405) | def mov(dest, src) -> _PIOInstr: function irq (line 451) | def irq(mod, index: Incomplete | None = ...) -> _PIOInstr: function set (line 471) | def set(destination, data) -> _PIOInstr: FILE: reference/micropython/select/__init__.pyi class poll (line 21) | class poll: method __init__ (line 26) | def __init__(self) -> None: ... method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> None: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 85) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: function select (line 104) | def select( FILE: reference/micropython/socket/__init__.pyi class socket (line 117) | class socket: method __init__ (line 126) | def __init__( method close (line 146) | def close(self) -> None: method bind (line 157) | def bind(self, address: _Address | bytes, /) -> None: method listen (line 163) | def listen(self, backlog: int = ..., /) -> None: method accept (line 172) | def accept(self) -> Tuple: method connect (line 181) | def connect(self, address: _Address | bytes, /) -> None: method send (line 187) | def send(self, bytes: AnyReadableBuf, /) -> int: method sendall (line 195) | def sendall(self, bytes: AnyReadableBuf, /) -> int: method recv (line 208) | def recv(self, bufsize: int, /) -> bytes: method sendto (line 215) | def sendto(self, bytes: AnyReadableBuf, address: _Address, /) -> int: method recvfrom (line 222) | def recvfrom(self, bufsize: int, /) -> Tuple: method setsockopt (line 230) | def setsockopt(self, level: int, optname: int, value: AnyReadableBuf |... method settimeout (line 238) | def settimeout(self, value: float | None, /) -> None: method setblocking (line 274) | def setblocking(self, value: bool, /) -> None: method makefile (line 287) | def makefile(self, mode: Literal["rb", "wb", "rwb"] = "rb", buffering:... method makefile (line 307) | def makefile(self, mode: str, buffering: int = 0, /) -> Socket: method read (line 327) | def read(self) -> bytes: method read (line 337) | def read(self, size: int, /) -> bytes: method readinto (line 347) | def readinto(self, buf: AnyWritableBuf, /) -> int | None: method readinto (line 357) | def readinto(self, buf: AnyWritableBuf, nbytes: int, /) -> int | None: method readline (line 366) | def readline(self) -> bytes: method write (line 374) | def write(self, buf: AnyReadableBuf, /) -> int: class error (line 385) | class error(Exception): ... function getaddrinfo (line 387) | def getaddrinfo( function inet_ntop (line 437) | def inet_ntop(af: int, bin_addr: bytes, /) -> str: function inet_pton (line 447) | def inet_pton(af: int, txt_addr: str, /) -> bytes: FILE: reference/micropython/ssl/__init__.pyi class SSLContext (line 38) | class SSLContext: method __init__ (line 45) | def __init__(self, *args) -> None: ... method verify_mode (line 49) | def verify_mode(self) -> Incomplete: ... method verify_mode (line 51) | def verify_mode(self, val: Incomplete) -> None: ... method load_verify_locations (line 53) | def load_verify_locations(self, cafile=None, cadata: bytes | None = No... method wrap_socket (line 61) | def wrap_socket( method load_cert_chain (line 93) | def load_cert_chain(self, certfile, keyfile) -> None: function wrap_socket (line 113) | def wrap_socket( class SSLSocket (line 143) | class SSLSocket(socket): method read (line 157) | def read(self, *argv, **kwargs) -> Incomplete: ... method readinto (line 159) | def readinto(self, *argv, **kwargs) -> Incomplete: ... method readline (line 161) | def readline(self, *argv, **kwargs) -> Incomplete: ... method write (line 163) | def write(self, *argv, **kwargs) -> Incomplete: ... method setblocking (line 165) | def setblocking(self, *argv, **kwargs) -> Incomplete: ... method close (line 167) | def close(self, *argv, **kwargs) -> Incomplete: ... method __del__ (line 170) | def __del__(self, *argv, **kwargs) -> Incomplete: ... method ioctl (line 174) | def ioctl(self, *argv, **kwargs) -> Incomplete: ... method getpeercert (line 178) | def getpeercert(self, *argv, **kwargs) -> Incomplete: ... method cipher (line 181) | def cipher(self, *argv, **kwargs) -> Incomplete: ... method recv (line 184) | def recv(self, *argv, **kwargs) -> Incomplete: ... method recv_into (line 186) | def recv_into(self, *argv, **kwargs) -> Incomplete: ... method send (line 188) | def send(self, *argv, **kwargs) -> Incomplete: ... method sendall (line 190) | def sendall(self, *argv, **kwargs) -> Incomplete: ... FILE: reference/micropython/stm/__init__.pyi function rfcore_status (line 56) | def rfcore_status() -> int: function rfcore_fw_version (line 63) | def rfcore_fw_version(id: int, /) -> Tuple: function rfcore_sys_hci (line 72) | def rfcore_sys_hci(ogf: int, ocf: int, data: int, timeout_ms: int = 0, /... function subghz_cs (line 80) | def subghz_cs(level) -> None: function subghz_irq (line 91) | def subghz_irq(handler) -> None: function subghz_is_busy (line 107) | def subghz_is_busy() -> bool: FILE: reference/micropython/struct/__init__.pyi function calcsize (line 67) | def calcsize( function pack (line 76) | def pack(fmt: str | bytes, /, *v: Any) -> bytes: function pack_into (line 83) | def pack_into(fmt: str | bytes, buffer: AnyWritableBuf, offset: int, /, ... function unpack (line 91) | def unpack(fmt: str | bytes, data: AnyReadableBuf, /) -> Tuple: function unpack_from (line 98) | def unpack_from(fmt: str | bytes, data: AnyReadableBuf, offset: int = 0,... FILE: reference/micropython/sys/__init__.pyi function exit (line 128) | def exit(retval: object = 0, /) -> NoReturn: function atexit (line 137) | def atexit(func: Callable[[], None] | None, /) -> Callable[[], None] | N... function print_exception (line 154) | def print_exception(exc: Exception | BaseException, file: IOBase_mp = st... function settrace (line 172) | def settrace(tracefunc) -> None: FILE: reference/micropython/time/__init__.pyi function gmtime (line 45) | def gmtime(secs: int | None = None, /) -> _TimeTuple: function localtime (line 67) | def localtime(secs: int | None = None, /) -> _TimeTuple: function mktime (line 89) | def mktime(local_time: _TimeTuple, /) -> int: function sleep (line 97) | def sleep(seconds: float, /) -> None: function sleep_ms (line 106) | def sleep_ms(ms: int, /) -> None: function sleep_us (line 117) | def sleep_us(us: int, /) -> None: function ticks_ms (line 129) | def ticks_ms() -> _TicksMs: function ticks_us (line 153) | def ticks_us() -> _TicksUs: function ticks_cpu (line 159) | def ticks_cpu() -> _TicksCPU: function ticks_add (line 174) | def ticks_add(ticks: _Ticks, delta: int, /) -> _Ticks: function ticks_diff (line 202) | def ticks_diff(ticks1: _Ticks, ticks2: _Ticks, /) -> int: function ticks_diff (line 270) | def ticks_diff(ticks1: _Ticks | Literal[0]|int, ticks2: _Ticks | Literal... function time (line 272) | def time() -> int: function time_ns (line 300) | def time_ns() -> int: FILE: reference/micropython/tls/__init__.pyi class SSLContext (line 38) | class SSLContext: method __init__ (line 45) | def __init__(self, *args) -> None: ... method verify_mode (line 49) | def verify_mode(self) -> Incomplete: ... method verify_mode (line 51) | def verify_mode(self, val: Incomplete) -> None: ... method load_verify_locations (line 53) | def load_verify_locations(self, cafile=None, cadata: bytes | None = No... method wrap_socket (line 61) | def wrap_socket( method load_cert_chain (line 93) | def load_cert_chain(self, certfile, keyfile) -> None: FILE: reference/micropython/uctypes/__init__.pyi class struct (line 130) | class struct: method __init__ (line 136) | def __init__(self, addr: int | struct, descriptor: _descriptor, layout... method __getattr__ (line 143) | def __getattr__(self, a): ... function sizeof (line 145) | def sizeof(struct: struct | _descriptor | dict, layout_type: int = NATIV... function addressof (line 153) | def addressof(obj: AnyReadableBuf, /) -> int: function bytes_at (line 161) | def bytes_at(addr: int, size: int, /) -> bytes: function bytearray_at (line 170) | def bytearray_at(addr: int, size: int, /) -> bytearray: FILE: reference/micropython/vfs/__init__.pyi class VfsFat (line 33) | class VfsFat: method __init__ (line 40) | def __init__(self, block_dev: AbstractBlockDev) -> None: ... method mkfs (line 42) | def mkfs(block_dev: AbstractBlockDev) -> None: class VfsLfs1 (line 48) | class VfsLfs1: method __init__ (line 58) | def __init__( method mkfs (line 62) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... class VfsLfs2 (line 71) | class VfsLfs2: method __init__ (line 89) | def __init__( method mkfs (line 93) | def mkfs(block_dev: AbstractBlockDev, readsize=32, progsize=32, lookah... class VfsPosix (line 102) | class VfsPosix: method __init__ (line 110) | def __init__(self, root: str | None = None) -> None: ... class VfsRom (line 113) | class VfsRom: method __init__ (line 118) | def __init__(self, memory: AnyReadableBuf) -> None: ... class AbstractBlockDev (line 122) | class AbstractBlockDev(ABC, _BlockDeviceProtocol): # type: ignore - Wor... method __init__ (line 128) | def __init__(self, *args, **kwargs) -> None: ... method readblocks (line 132) | def readblocks(self, block_num: int, buf: bytearray) -> bool: ... method readblocks (line 135) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> b... method writeblocks (line 153) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> None: method writeblocks (line 165) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 182) | def ioctl(self, op: int, arg) -> int | None: ... method ioctl (line 186) | def ioctl(self, op: int) -> int | None: function mount (line 220) | def mount(fsobj, mount_point: str, *, readonly: bool = False) -> None: function mount (line 239) | def mount() -> List[tuple[Incomplete, str]]: function umount (line 248) | def umount(mount_point: Incomplete) -> None: function rom_ioctl (line 260) | def rom_ioctl(op: int, /) -> Incomplete: ... function rom_ioctl (line 264) | def rom_ioctl(op: int, arg: int, /) -> Incomplete: ... function rom_ioctl (line 268) | def rom_ioctl(op: int, arg: int, length: int, /) -> Incomplete: ... function rom_ioctl (line 272) | def rom_ioctl(op: int, arg: int, offset: int, buf: AnyReadableBuf, /) ->... FILE: reference/micropython/wipy/__init__.pyi function heartbeat (line 17) | def heartbeat(enable: bool, /) -> None: function heartbeat (line 24) | def heartbeat() -> bool: FILE: reference/micropython/wm8960/__init__.pyi class WM8960 (line 106) | class WM8960: method __init__ (line 152) | def __init__( method set_left_input (line 168) | def set_left_input(self, input_source) -> None: method set_right_input (line 174) | def set_right_input(self, input_source) -> None: method volume (line 181) | def volume(self, module, volume_l: None = None, volume_r: None = None)... method volume (line 185) | def volume(self, module, volume_l, volume_r=None) -> None: method volume (line 188) | def volume(self, module, volume_l=None, volume_r=None) -> tuple[int, i... method mute (line 204) | def mute(self, enable, soft=True, ramp=MUTE_FAST) -> None: method set_data_route (line 214) | def set_data_route(self, route) -> None: method set_module (line 220) | def set_module(self, module, active) -> None: method enable_module (line 231) | def enable_module(self, module) -> None: method disable_module (line 237) | def disable_module(self, module) -> None: method expand_3d (line 243) | def expand_3d(self, level) -> None: method mono (line 250) | def mono(self, active) -> None: method alc_mode (line 258) | def alc_mode(self, channel, mode: int = ALC_MODE) -> None: method alc_gain (line 276) | def alc_gain(self, target=-12, max_gain=30, min_gain=-17.25, noise_gat... method alc_time (line 291) | def alc_time(self, attack=24, decay=192, hold=0) -> None: method deemphasis (line 304) | def deemphasis(self, active) -> None: method deinit (line 313) | def deinit(self) -> None: method set_internal_pll_config (line 319) | def set_internal_pll_config(self, input_mclk, output_clk) -> None: method set_master_clock (line 323) | def set_master_clock(self, sysclk, sample_rate, bit_width) -> None: method set_speaker_clock (line 327) | def set_speaker_clock(self, sysclk) -> None: FILE: reference/micropython/zephyr/DiskAccess.pyi class DiskAccess (line 5) | class DiskAccess: method __init__ (line 14) | def __init__(self, disk_name: str) -> None: ... method readblocks (line 16) | def readblocks(self, block_num: int, buf: bytearray) -> int: method writeblocks (line 25) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> int: method ioctl (line 35) | def ioctl(self, op: int, arg: int) -> int: FILE: reference/micropython/zephyr/FlashArea.pyi class FlashArea (line 7) | class FlashArea: method __init__ (line 21) | def __init__(self, id: int, block_size: int) -> None: ... method readblocks (line 23) | def readblocks(self, block_num: int, buf: bytearray) -> int: method readblocks (line 33) | def readblocks(self, block_num: int, buf: bytearray, offset: int) -> int: method writeblocks (line 43) | def writeblocks(self, block_num: int, buf: bytes | bytearray, /) -> int: method writeblocks (line 54) | def writeblocks(self, block_num: int, buf: bytes | bytearray, offset: ... method ioctl (line 68) | def ioctl(self, op: int, arg: int) -> int: FILE: reference/micropython/zephyr/__init__.pyi function is_preempt_thread (line 16) | def is_preempt_thread() -> bool: function current_tid (line 25) | def current_tid() -> int: function thread_analyze (line 31) | def thread_analyze(cpu: int) -> None: function shell_exec (line 46) | def shell_exec(cmd_in: str) -> None: FILE: reference/micropython/zephyr/zsensor.pyi class Sensor (line 105) | class Sensor: method __init__ (line 111) | def __init__(self, device_name: str) -> None: ... method measure (line 112) | def measure(self) -> None: method get_float (line 121) | def get_float(self, sensor_channel: int) -> float: method get_micros (line 127) | def get_micros(self, sensor_channel: int) -> int: method get_millis (line 134) | def get_millis(self, sensor_channel: int) -> int: method get_int (line 141) | def get_int(self, sensor_channel: int) -> int: method attr_get_float (line 148) | def attr_get_float(self, sensor_channel: int, channel_attribute: int) ... method attr_get_micros (line 152) | def attr_get_micros(self, sensor_channel: int, channel_attribute: int)... method attr_get_millis (line 156) | def attr_get_millis(self, sensor_channel: int, channel_attribute: int)... method attr_get_int (line 160) | def attr_get_int(self, sensor_channel: int, channel_attribute: int) ->... method attr_set (line 165) | def attr_set(self, sensor_channel: int, channel_attribute: int, val1: ... method attr_set (line 168) | def attr_set(self, sensor_channel: int, channel_attribute: int, val1: ... FILE: reference/micropython/zlib/__init__.pyi function decompress (line 39) | def decompress(data: bytes, wbits: int = 15, /) -> bytes: function compress (line 61) | def compress(data: bytes, wbits: int = 15, /) -> bytes: FILE: reference/pyscript/_pyscript.pyi function js_import (line 8) | def js_import(name: str) -> JSModule: class JSModule (line 13) | class JSModule: method __init__ (line 14) | def __init__(self, name) -> None: ... method __getattr__ (line 15) | def __getattr__(self, field) -> Any | None: ... class Worker (line 19) | class Worker: method sync (line 20) | async def sync(self) -> Callable: ... class XWorker (line 22) | class XWorker(Worker): method __init__ (line 28) | def __init__(self, class PyWorker (line 41) | class PyWorker(XWorker): method __init__ (line 42) | def __init__(self, name) -> None: ... FILE: reference/pyscript/display.pyi class HTML (line 11) | class HTML: method __init__ (line 15) | def __init__(self, html) -> None: function display (line 20) | def display(*values, target=None, append:bool=True) -> None: FILE: reference/pyscript/events.pyi class Event (line 8) | class Event: method __init__ (line 13) | def __init__(self) -> None: ... method trigger (line 14) | def trigger(self, result) -> None: method add_listener (line 20) | def add_listener(self, listener) -> None: method remove_listener (line 26) | def remove_listener(self, *args) -> None: function when (line 33) | def when( FILE: reference/pyscript/fetch.pyi class _Response (line 10) | class _Response: method __init__ (line 18) | def __init__(self, response: Any) -> None: method __getattr__ (line 27) | def __getattr__(self, attr: str) -> Any: method arrayBuffer (line 30) | async def arrayBuffer(self) -> memoryview: method blob (line 39) | async def blob(self) -> Any: method bytearray (line 48) | async def bytearray(self) -> bytearray: method json (line 57) | async def json(self) -> Any: method text (line 66) | async def text(self) -> str: class _DirectResponse (line 75) | class _DirectResponse: method setup (line 83) | def setup(promise: Any, response: Any) -> _Response: method __init__ (line 96) | def __init__(self, promise: Any) -> None: method arrayBuffer (line 105) | async def arrayBuffer(self) -> memoryview: method blob (line 114) | async def blob(self) -> Any: method bytearray (line 123) | async def bytearray(self) -> bytearray: method json (line 132) | async def json(self) -> Any: method text (line 141) | async def text(self) -> str: function fetch (line 150) | def fetch(url: str, **kw: Any) -> Awaitable[_Response]: FILE: reference/pyscript/ffi.pyi function from_entries (line 10) | def from_entries(iterable: Iterable[tuple[str, Any]]) -> Any: function create_proxy (line 29) | def create_proxy(obj: Any) -> Any: function to_js (line 53) | def to_js( FILE: reference/pyscript/flatted.pyi class _Known (line 11) | class _Known: method __init__ (line 18) | def __init__(self) -> None: class _String (line 22) | class _String: method __init__ (line 30) | def __init__(self, value: str) -> None: function parse (line 39) | def parse( function stringify (line 64) | def stringify( FILE: reference/pyscript/fs.pyi function mount (line 16) | async def mount( function sync (line 37) | async def sync(path: str) -> None: function unmount (line 51) | async def unmount(path: str) -> None: FILE: reference/pyscript/magic_js.pyi class JSModule (line 29) | class JSModule: method __init__ (line 37) | def __init__(self, name: str) -> None: method __getattr__ (line 46) | def __getattr__(self, field: str) -> Any | None: ... function current_target (line 81) | def current_target() -> Any: FILE: reference/pyscript/media.pyi class Device (line 10) | class Device: method __init__ (line 18) | def __init__(self, device: Any) -> None: method id (line 28) | def id(self) -> str: method group (line 38) | def group(self) -> str: method kind (line 49) | def kind(self) -> Literal["videoinput", "audioinput", "audiooutput"]: method label (line 59) | def label(self) -> str: method __getitem__ (line 69) | def __getitem__(self, key: str) -> Any: ... method load (line 72) | async def load( method get_stream (line 103) | async def get_stream(self) -> Any: function list_devices (line 117) | async def list_devices() -> list[dict[str, str]]: FILE: reference/pyscript/polyscript.pyi function lazy_py_modules (line 31) | async def lazy_py_modules(*args: str) -> Tuple: FILE: reference/pyscript/storage.pyi class Storage (line 11) | class Storage(dict[str, Any]): method __init__ (line 20) | def __init__(self, store: Any) -> None: method __delitem__ (line 29) | def __delitem__(self, attr: str) -> None: ... method __setitem__ (line 31) | def __setitem__(self, attr: str, value: Any) -> None: ... method clear (line 33) | def clear(self) -> None: method sync (line 41) | async def sync(self) -> None: function storage (line 55) | async def storage( FILE: reference/pyscript/util.pyi function as_bytearray (line 8) | def as_bytearray(buffer) -> bytearray: class NotSupported (line 15) | class NotSupported: method __init__ (line 21) | def __init__(self, name, error) -> None: ... method __repr__ (line 22) | def __repr__(self) -> str: ... method __getattr__ (line 23) | def __getattr__(self, attr): ... method __setattr__ (line 24) | def __setattr__(self, attr, value): ... method __call__ (line 25) | def __call__(self, *args): ... function is_awaitable (line 27) | def is_awaitable(obj) -> bool: FILE: reference/pyscript/web.pyi function wrap_dom_element (line 33) | def wrap_dom_element(dom_element): class Element (line 41) | class Element: method get_tag_name (line 44) | def get_tag_name(cls) -> str: method register_element_classes (line 55) | def register_element_classes(cls, element_classes) -> None: method unregister_element_classes (line 60) | def unregister_element_classes(cls, element_classes) -> None: method wrap_dom_element (line 65) | def wrap_dom_element(cls, dom_element): method __init__ (line 73) | def __init__(self, dom_element=..., classes=..., style=..., **kwargs) ... method __eq__ (line 81) | def __eq__(self, obj) -> bool: method __getitem__ (line 85) | def __getitem__(self, key) -> ElementCollection: method __getattr__ (line 93) | def __getattr__(self, name) -> Event | Any: method __setattr__ (line 103) | def __setattr__(self, name, value) -> None: ... method get_event (line 104) | def get_event(self, name) -> Event: method children (line 111) | def children(self) -> ElementCollection: method classes (line 116) | def classes(self) -> Classes: method parent (line 121) | def parent(self) -> None: method style (line 126) | def style(self) -> Style: method append (line 130) | def append(self, *items) -> None: method clone (line 134) | def clone(self, clone_id=...): method find (line 138) | def find(self, selector) -> ElementCollection: method show_me (line 145) | def show_me(self) -> None: method update (line 149) | def update(self, classes=..., style=..., **kwargs) -> None: class Classes (line 153) | class Classes: method __init__ (line 156) | def __init__(self, element: Element) -> None: ... method __contains__ (line 157) | def __contains__(self, item) -> bool: ... method __eq__ (line 158) | def __eq__(self, other) -> bool: ... method __iter__ (line 159) | def __iter__(self): ... method __len__ (line 160) | def __len__(self) -> int: ... method __repr__ (line 161) | def __repr__(self) -> str: ... method __str__ (line 162) | def __str__(self) -> str: ... method add (line 163) | def add(self, *class_names) -> None: method contains (line 167) | def contains(self, class_name) -> bool: method remove (line 171) | def remove(self, *class_names) -> None: method replace (line 175) | def replace(self, old_class, new_class) -> None: method toggle (line 179) | def toggle(self, *class_names) -> None: class HasOptions (line 183) | class HasOptions: method options (line 190) | def options(self) -> Options: class Options (line 194) | class Options: method __init__ (line 201) | def __init__(self, element) -> None: ... method __getitem__ (line 202) | def __getitem__(self, key): ... method __iter__ (line 203) | def __iter__(self) -> Generator[Any, Any, None]: ... method __len__ (line 204) | def __len__(self) -> int: ... method __repr__ (line 205) | def __repr__(self) -> str: ... method options (line 207) | def options(self) -> list[Any]: method selected (line 212) | def selected(self): method add (line 216) | def add(self, value=..., html=..., text=..., before=..., **kwargs) -> ... method clear (line 220) | def clear(self) -> None: method remove (line 224) | def remove(self, index) -> None: class Style (line 228) | class Style: method __init__ (line 231) | def __init__(self, element: Element) -> None: ... method __getitem__ (line 232) | def __getitem__(self, key) -> Element: ... method __setitem__ (line 233) | def __setitem__(self, key, value) -> None: ... method remove (line 234) | def remove(self, key) -> None: method set (line 238) | def set(self, **kwargs) -> None: method visible (line 243) | def visible(self) -> Incomplete: ... method visible (line 245) | def visible(self, value) -> None: ... class ContainerElement (line 247) | class ContainerElement(Element): method __init__ (line 250) | def __init__( method __iter__ (line 253) | def __iter__(self) -> Generator[Any, Any, None]: ... class ClassesCollection (line 255) | class ClassesCollection: method __init__ (line 258) | def __init__(self, collection) -> None: ... method __contains__ (line 259) | def __contains__(self, class_name) -> bool: ... method __eq__ (line 260) | def __eq__(self, other) -> bool: ... method __iter__ (line 261) | def __iter__(self) -> Generator[Any, Any, None]: ... method __len__ (line 262) | def __len__(self) -> int: ... method __repr__ (line 263) | def __repr__(self) -> str: ... method __str__ (line 264) | def __str__(self) -> str: ... method add (line 265) | def add(self, *class_names) -> None: method contains (line 269) | def contains(self, class_name) -> bool: method remove (line 273) | def remove(self, *class_names) -> None: method replace (line 277) | def replace(self, old_class, new_class) -> None: method toggle (line 281) | def toggle(self, *class_names) -> None: class StyleCollection (line 285) | class StyleCollection: method __init__ (line 288) | def __init__(self, collection) -> None: ... method __getitem__ (line 289) | def __getitem__(self, key) -> list[Any]: ... method __setitem__ (line 290) | def __setitem__(self, key, value) -> None: ... method __repr__ (line 291) | def __repr__(self) -> str: ... method remove (line 292) | def remove(self, key) -> None: class ElementCollection (line 296) | class ElementCollection: method wrap_dom_elements (line 298) | def wrap_dom_elements(cls, dom_elements) -> Self: method __init__ (line 302) | def __init__(self, elements: List[Element]) -> None: ... method __eq__ (line 303) | def __eq__(self, obj) -> bool: method __getitem__ (line 307) | def __getitem__(self, key) -> ElementCollection: method __iter__ (line 315) | def __iter__(self) -> Generator[Any, Any, None]: ... method __len__ (line 316) | def __len__(self) -> int: ... method __repr__ (line 317) | def __repr__(self) -> str: ... method __getattr__ (line 318) | def __getattr__(self, name) -> list[Any]: ... method __setattr__ (line 319) | def __setattr__(self, name, value) -> None: ... method classes (line 321) | def classes(self) -> ClassesCollection: method elements (line 326) | def elements(self): method style (line 331) | def style(self) -> StyleCollection: method find (line 335) | def find(self, selector) -> ElementCollection: class a (line 342) | class a(ContainerElement): class abbr (line 347) | class abbr(ContainerElement): class address (line 352) | class address(ContainerElement): class area (line 357) | class area(Element): class article (line 362) | class article(ContainerElement): class aside (line 367) | class aside(ContainerElement): class audio (line 372) | class audio(ContainerElement): class b (line 377) | class b(ContainerElement): class base (line 382) | class base(Element): class blockquote (line 387) | class blockquote(ContainerElement): class body (line 392) | class body(ContainerElement): class br (line 397) | class br(Element): class button (line 402) | class button(ContainerElement): class canvas (line 407) | class canvas(ContainerElement): method download (line 410) | def download(self, filename: str = ...) -> None: method draw (line 421) | def draw(self, what, width=..., height=...) -> None: class caption (line 434) | class caption(ContainerElement): class cite (line 439) | class cite(ContainerElement): class code (line 444) | class code(ContainerElement): class col (line 449) | class col(Element): class colgroup (line 454) | class colgroup(ContainerElement): class data (line 459) | class data(ContainerElement): class datalist (line 464) | class datalist(ContainerElement, HasOptions): class dd (line 469) | class dd(ContainerElement): class del_ (line 474) | class del_(ContainerElement): class details (line 479) | class details(ContainerElement): class dialog (line 484) | class dialog(ContainerElement): class div (line 489) | class div(ContainerElement): class dl (line 494) | class dl(ContainerElement): class dt (line 499) | class dt(ContainerElement): class em (line 504) | class em(ContainerElement): class embed (line 509) | class embed(Element): class fieldset (line 514) | class fieldset(ContainerElement): class figcaption (line 519) | class figcaption(ContainerElement): class figure (line 524) | class figure(ContainerElement): class footer (line 529) | class footer(ContainerElement): class form (line 534) | class form(ContainerElement): class h1 (line 539) | class h1(ContainerElement): class h2 (line 544) | class h2(ContainerElement): class h3 (line 549) | class h3(ContainerElement): class h4 (line 554) | class h4(ContainerElement): class h5 (line 559) | class h5(ContainerElement): class h6 (line 564) | class h6(ContainerElement): class head (line 569) | class head(ContainerElement): class header (line 574) | class header(ContainerElement): class hgroup (line 579) | class hgroup(ContainerElement): class hr (line 584) | class hr(Element): class html (line 589) | class html(ContainerElement): class i (line 594) | class i(ContainerElement): class iframe (line 599) | class iframe(ContainerElement): class img (line 604) | class img(Element): class input_ (line 609) | class input_(Element): class ins (line 614) | class ins(ContainerElement): class kbd (line 619) | class kbd(ContainerElement): class label (line 624) | class label(ContainerElement): class legend (line 629) | class legend(ContainerElement): class li (line 634) | class li(ContainerElement): class link (line 639) | class link(Element): class main (line 644) | class main(ContainerElement): class map_ (line 649) | class map_(ContainerElement): class mark (line 654) | class mark(ContainerElement): class menu (line 659) | class menu(ContainerElement): class meta (line 664) | class meta(ContainerElement): class meter (line 669) | class meter(ContainerElement): class nav (line 674) | class nav(ContainerElement): class object_ (line 679) | class object_(ContainerElement): class ol (line 684) | class ol(ContainerElement): class optgroup (line 689) | class optgroup(ContainerElement, HasOptions): class option (line 694) | class option(ContainerElement): class output (line 699) | class output(ContainerElement): class p (line 704) | class p(ContainerElement): class param (line 709) | class param(ContainerElement): class picture (line 714) | class picture(ContainerElement): class pre (line 719) | class pre(ContainerElement): class progress (line 724) | class progress(ContainerElement): class q (line 729) | class q(ContainerElement): class s (line 734) | class s(ContainerElement): class script (line 739) | class script(ContainerElement): class section (line 744) | class section(ContainerElement): class select (line 749) | class select(ContainerElement, HasOptions): class small (line 754) | class small(ContainerElement): class source (line 759) | class source(Element): class span (line 764) | class span(ContainerElement): class strong (line 769) | class strong(ContainerElement): class style (line 774) | class style(ContainerElement): class sub (line 779) | class sub(ContainerElement): class summary (line 784) | class summary(ContainerElement): class sup (line 789) | class sup(ContainerElement): class table (line 794) | class table(ContainerElement): class tbody (line 799) | class tbody(ContainerElement): class td (line 804) | class td(ContainerElement): class template (line 809) | class template(ContainerElement): class textarea (line 814) | class textarea(ContainerElement): class tfoot (line 819) | class tfoot(ContainerElement): class th (line 824) | class th(ContainerElement): class thead (line 829) | class thead(ContainerElement): class time (line 834) | class time(ContainerElement): class title (line 839) | class title(ContainerElement): class tr (line 844) | class tr(ContainerElement): class track (line 849) | class track(Element): class u (line 854) | class u(ContainerElement): class ul (line 859) | class ul(ContainerElement): class var (line 864) | class var(ContainerElement): class video (line 869) | class video(ContainerElement): method snap (line 872) | def snap( class wbr (line 889) | class wbr(Element): class Page (line 895) | class Page: method __init__ (line 898) | def __init__(self) -> None: ... method __getitem__ (line 899) | def __getitem__(self, selector) -> ElementCollection: method title (line 909) | def title(self) -> str: method title (line 914) | def title(self, value) -> None: method append (line 918) | def append(self, *items) -> None: method find (line 922) | def find(self, selector) -> ElementCollection: FILE: reference/pyscript/websocket.pyi class EventMessage (line 22) | class EventMessage: method __init__ (line 30) | def __init__(self, event: Any) -> None: method __getattr__ (line 39) | def __getattr__(self, attr: str) -> Any | memoryview | str: class WebSocket (line 52) | class WebSocket: method __init__ (line 72) | def __init__( method __getattr__ (line 95) | def __getattr__(self, attr: str) -> Any: method __setattr__ (line 98) | def __setattr__(self, attr: str, value: Any) -> None: method close (line 101) | def close(self, code: int = 1000, reason: str = "") -> None: method send (line 114) | def send(self, data: str | bytes | bytearray | memoryview) -> None: FILE: reference/pyscript/workers.pyi function _get (line 10) | def _get(name: str) -> Any: class _ReadOnlyProxy (line 22) | class _ReadOnlyProxy: method __getitem__ (line 30) | def __getitem__(self, name: str) -> Any: ... method __getattr__ (line 32) | def __getattr__(self, name: str) -> Any: ... function create_named_worker (line 41) | async def create_named_worker( FILE: reference/stdlib/asyncio/base_events.pyi class Server (line 29) | class Server(AbstractServer): method __init__ (line 31) | def __init__( method __init__ (line 42) | def __init__( method close_clients (line 53) | def close_clients(self) -> None: ... method abort_clients (line 54) | def abort_clients(self) -> None: ... method get_loop (line 56) | def get_loop(self) -> AbstractEventLoop: ... method is_serving (line 57) | def is_serving(self) -> bool: ... method start_serving (line 58) | async def start_serving(self) -> None: ... method serve_forever (line 59) | async def serve_forever(self) -> None: ... method sockets (line 61) | def sockets(self) -> tuple[socket, ...]: ... method close (line 62) | def close(self) -> None: ... method wait_closed (line 63) | async def wait_closed(self) -> None: ... class BaseEventLoop (line 65) | class BaseEventLoop(AbstractEventLoop): method run_forever (line 66) | def run_forever(self) -> None: ... method run_until_complete (line 67) | def run_until_complete(self, future: _AwaitableLike[_T]) -> _T: ... method stop (line 68) | def stop(self) -> None: ... method is_running (line 69) | def is_running(self) -> bool: ... method is_closed (line 70) | def is_closed(self) -> bool: ... method close (line 71) | def close(self) -> None: ... method shutdown_asyncgens (line 72) | async def shutdown_asyncgens(self) -> None: ... method call_soon (line 74) | def call_soon(self, callback: Callable[[Unpack[_Ts]], object], *args: ... method call_later (line 75) | def call_later( method call_at (line 78) | def call_at( method time (line 81) | def time(self) -> float: ... method create_future (line 83) | def create_future(self) -> Future[Any]: ... method create_task (line 86) | def create_task(self, coro: _CoroutineLike[_T], *, name: object = None... method create_task (line 88) | def create_task(self, coro: _CoroutineLike[_T], *, name: object = None... method set_task_factory (line 90) | def set_task_factory(self, factory: _TaskFactory | None) -> None: ... method get_task_factory (line 91) | def get_task_factory(self) -> _TaskFactory | None: ... method call_soon_threadsafe (line 93) | def call_soon_threadsafe( method run_in_executor (line 96) | def run_in_executor(self, executor: Any, func: Callable[[Unpack[_Ts]],... method set_default_executor (line 97) | def set_default_executor(self, executor: Any) -> None: ... method getaddrinfo (line 99) | async def getaddrinfo( method getnameinfo (line 109) | async def getnameinfo(self, sockaddr: tuple[str, int] | tuple[str, int... method create_connection (line 112) | async def create_connection( method create_connection (line 132) | async def create_connection( method create_connection (line 153) | async def create_connection( method create_connection (line 172) | async def create_connection( method create_connection (line 192) | async def create_connection( method create_connection (line 210) | async def create_connection( method create_server (line 231) | async def create_server( method create_server (line 250) | async def create_server( method create_server (line 270) | async def create_server( method create_server (line 288) | async def create_server( method create_server (line 307) | async def create_server( method create_server (line 324) | async def create_server( method start_tls (line 342) | async def start_tls( method connect_accepted_socket (line 353) | async def connect_accepted_socket( method start_tls (line 363) | async def start_tls( method connect_accepted_socket (line 373) | async def connect_accepted_socket( method sock_sendfile (line 382) | async def sock_sendfile( method sendfile (line 385) | async def sendfile( method create_datagram_endpoint (line 389) | async def create_datagram_endpoint( # type: ignore[override] method create_datagram_endpoint (line 403) | async def create_datagram_endpoint( method connect_read_pipe (line 418) | async def connect_read_pipe(self, protocol_factory: Callable[[], _Prot... method connect_write_pipe (line 419) | async def connect_write_pipe(self, protocol_factory: Callable[[], _Pro... method subprocess_shell (line 420) | async def subprocess_shell( method subprocess_exec (line 436) | async def subprocess_exec( method add_reader (line 451) | def add_reader(self, fd: FileDescriptorLike, callback: Callable[[Unpac... method remove_reader (line 452) | def remove_reader(self, fd: FileDescriptorLike) -> bool: ... method add_writer (line 453) | def add_writer(self, fd: FileDescriptorLike, callback: Callable[[Unpac... method remove_writer (line 454) | def remove_writer(self, fd: FileDescriptorLike) -> bool: ... method sock_recv (line 457) | async def sock_recv(self, sock: socket, nbytes: int) -> bytes: ... method sock_recv_into (line 458) | async def sock_recv_into(self, sock: socket, buf: WriteableBuffer) -> ... method sock_sendall (line 459) | async def sock_sendall(self, sock: socket, data: ReadableBuffer) -> No... method sock_connect (line 460) | async def sock_connect(self, sock: socket, address: _Address) -> None:... method sock_accept (line 461) | async def sock_accept(self, sock: socket) -> tuple[socket, _RetAddress... method sock_recvfrom (line 463) | async def sock_recvfrom(self, sock: socket, bufsize: int) -> tuple[byt... method sock_recvfrom_into (line 464) | async def sock_recvfrom_into(self, sock: socket, buf: WriteableBuffer,... method sock_sendto (line 465) | async def sock_sendto(self, sock: socket, data: ReadableBuffer, addres... method add_signal_handler (line 467) | def add_signal_handler(self, sig: int, callback: Callable[[Unpack[_Ts]... method remove_signal_handler (line 468) | def remove_signal_handler(self, sig: int) -> bool: ... method set_exception_handler (line 470) | def set_exception_handler(self, handler: _ExceptionHandler | None) -> ... method get_exception_handler (line 471) | def get_exception_handler(self) -> _ExceptionHandler | None: ... method default_exception_handler (line 472) | def default_exception_handler(self, context: _Context) -> None: ... method call_exception_handler (line 473) | def call_exception_handler(self, context: _Context) -> None: ... method get_debug (line 475) | def get_debug(self) -> bool: ... method set_debug (line 476) | def set_debug(self, enabled: bool) -> None: ... method shutdown_default_executor (line 478) | async def shutdown_default_executor(self, timeout: float | None = None... method shutdown_default_executor (line 480) | async def shutdown_default_executor(self) -> None: ... method __del__ (line 482) | def __del__(self) -> None: ... FILE: reference/stdlib/asyncio/base_futures.pyi function _format_callbacks (line 18) | def _format_callbacks(cb: Sequence[tuple[Callable[[futures.Future[Any]],... function _future_repr_info (line 19) | def _future_repr_info(future: futures.Future[Any]) -> list[str]: ... # ... FILE: reference/stdlib/asyncio/base_tasks.pyi function _task_repr_info (line 7) | def _task_repr_info(task: tasks.Task[Any]) -> list[str]: ... # undocume... function _task_get_stack (line 8) | def _task_get_stack(task: tasks.Task[Any], limit: int | None) -> list[Fr... function _task_print_stack (line 9) | def _task_print_stack(task: tasks.Task[Any], limit: int | None, file: St... FILE: reference/stdlib/asyncio/constants.pyi class _SendfileMode (line 17) | class _SendfileMode(enum.Enum): FILE: reference/stdlib/asyncio/coroutines.pyi function coroutine (line 16) | def coroutine(func: _FunctionT) -> _FunctionT: ... function iscoroutinefunction (line 19) | def iscoroutinefunction(func: Callable[..., Coroutine[Any, Any, Any]]) -... function iscoroutinefunction (line 21) | def iscoroutinefunction(func: Callable[_P, Awaitable[_T]]) -> TypeGuard[... function iscoroutinefunction (line 23) | def iscoroutinefunction(func: Callable[_P, object]) -> TypeGuard[Callabl... function iscoroutinefunction (line 25) | def iscoroutinefunction(func: object) -> TypeGuard[Callable[..., Corouti... function iscoroutine (line 26) | def iscoroutine(obj: object) -> TypeIs[Coroutine[Any, Any, Any]]: ... FILE: reference/stdlib/asyncio/events.pyi class _TaskFactory (line 68) | class _TaskFactory(Protocol): method __call__ (line 69) | def __call__(self, loop: AbstractEventLoop, factory: _CoroutineLike[_T... class Handle (line 71) | class Handle: method __init__ (line 74) | def __init__( method cancel (line 77) | def cancel(self) -> None: ... method _run (line 78) | def _run(self) -> None: ... method cancelled (line 79) | def cancelled(self) -> bool: ... method get_context (line 81) | def get_context(self) -> Context: ... class TimerHandle (line 83) | class TimerHandle(Handle): method __init__ (line 84) | def __init__( method __hash__ (line 92) | def __hash__(self) -> int: ... method when (line 93) | def when(self) -> float: ... method __lt__ (line 94) | def __lt__(self, other: TimerHandle) -> bool: ... method __le__ (line 95) | def __le__(self, other: TimerHandle) -> bool: ... method __gt__ (line 96) | def __gt__(self, other: TimerHandle) -> bool: ... method __ge__ (line 97) | def __ge__(self, other: TimerHandle) -> bool: ... method __eq__ (line 98) | def __eq__(self, other: object) -> bool: ... class AbstractServer (line 100) | class AbstractServer: method close (line 102) | def close(self) -> None: ... method close_clients (line 105) | def close_clients(self) -> None: ... method abort_clients (line 107) | def abort_clients(self) -> None: ... method __aenter__ (line 109) | async def __aenter__(self) -> Self: ... method __aexit__ (line 110) | async def __aexit__(self, *exc: Unused) -> None: ... method get_loop (line 112) | def get_loop(self) -> AbstractEventLoop: ... method is_serving (line 114) | def is_serving(self) -> bool: ... method start_serving (line 116) | async def start_serving(self) -> None: ... method serve_forever (line 118) | async def serve_forever(self) -> None: ... method wait_closed (line 120) | async def wait_closed(self) -> None: ... class AbstractEventLoop (line 122) | class AbstractEventLoop: method run_forever (line 125) | def run_forever(self) -> None: ... method run_until_complete (line 127) | def run_until_complete(self, future: _AwaitableLike[_T]) -> _T: ... method stop (line 129) | def stop(self) -> None: ... method is_running (line 131) | def is_running(self) -> bool: ... method is_closed (line 133) | def is_closed(self) -> bool: ... method close (line 135) | def close(self) -> None: ... method shutdown_asyncgens (line 137) | async def shutdown_asyncgens(self) -> None: ... method call_soon (line 141) | def call_soon(self, callback: Callable[[Unpack[_Ts]], object], *args: ... method call_later (line 143) | def call_later( method call_at (line 147) | def call_at( method call_soon (line 152) | def call_soon(self, callback: Callable[[Unpack[_Ts]], object], *args: ... method call_later (line 154) | def call_later(self, delay: float, callback: Callable[[Unpack[_Ts]], o... method call_at (line 156) | def call_at(self, when: float, callback: Callable[[Unpack[_Ts]], objec... method time (line 159) | def time(self) -> float: ... method create_future (line 162) | def create_future(self) -> Future[Any]: ... method create_task (line 166) | def create_task(self, coro: _CoroutineLike[_T], *, name: str | None = ... method create_task (line 169) | def create_task(self, coro: _CoroutineLike[_T], *, name: str | None = ... method set_task_factory (line 172) | def set_task_factory(self, factory: _TaskFactory | None) -> None: ... method get_task_factory (line 174) | def get_task_factory(self) -> _TaskFactory | None: ... method call_soon_threadsafe (line 178) | def call_soon_threadsafe( method call_soon_threadsafe (line 183) | def call_soon_threadsafe(self, callback: Callable[[Unpack[_Ts]], objec... method run_in_executor (line 186) | def run_in_executor(self, executor: Any, func: Callable[[Unpack[_Ts]],... method set_default_executor (line 188) | def set_default_executor(self, executor: Any) -> None: ... method getaddrinfo (line 191) | async def getaddrinfo( method getnameinfo (line 202) | async def getnameinfo(self, sockaddr: tuple[str, int] | tuple[str, int... method create_connection (line 206) | async def create_connection( method create_connection (line 226) | async def create_connection( method create_connection (line 247) | async def create_connection( method create_connection (line 266) | async def create_connection( method create_server (line 288) | async def create_server( method create_server (line 308) | async def create_server( method create_server (line 329) | async def create_server( method create_server (line 348) | async def create_server( method create_server (line 368) | async def create_server( method create_server (line 386) | async def create_server( method start_tls (line 405) | async def start_tls( method create_unix_server (line 416) | async def create_unix_server( method start_tls (line 430) | async def start_tls( method create_unix_server (line 440) | async def create_unix_server( method connect_accepted_socket (line 453) | async def connect_accepted_socket( method connect_accepted_socket (line 463) | async def connect_accepted_socket( method create_unix_connection (line 472) | async def create_unix_connection( method create_unix_connection (line 484) | async def create_unix_connection( method sock_sendfile (line 496) | async def sock_sendfile( method sendfile (line 500) | async def sendfile( method create_datagram_endpoint (line 504) | async def create_datagram_endpoint( method connect_read_pipe (line 520) | async def connect_read_pipe(self, protocol_factory: Callable[[], _Prot... method connect_write_pipe (line 522) | async def connect_write_pipe(self, protocol_factory: Callable[[], _Pro... method subprocess_shell (line 524) | async def subprocess_shell( method subprocess_exec (line 541) | async def subprocess_exec( method add_reader (line 557) | def add_reader(self, fd: FileDescriptorLike, callback: Callable[[Unpac... method remove_reader (line 559) | def remove_reader(self, fd: FileDescriptorLike) -> bool: ... method add_writer (line 561) | def add_writer(self, fd: FileDescriptorLike, callback: Callable[[Unpac... method remove_writer (line 563) | def remove_writer(self, fd: FileDescriptorLike) -> bool: ... method sock_recv (line 565) | async def sock_recv(self, sock: socket, nbytes: int) -> bytes: ... method sock_recv_into (line 567) | async def sock_recv_into(self, sock: socket, buf: WriteableBuffer) -> ... method sock_sendall (line 569) | async def sock_sendall(self, sock: socket, data: ReadableBuffer) -> No... method sock_connect (line 571) | async def sock_connect(self, sock: socket, address: _Address) -> None:... method sock_accept (line 573) | async def sock_accept(self, sock: socket) -> tuple[socket, _RetAddress... method sock_recvfrom (line 576) | async def sock_recvfrom(self, sock: socket, bufsize: int) -> tuple[byt... method sock_recvfrom_into (line 578) | async def sock_recvfrom_into(self, sock: socket, buf: WriteableBuffer,... method sock_sendto (line 580) | async def sock_sendto(self, sock: socket, data: ReadableBuffer, addres... method add_signal_handler (line 583) | def add_signal_handler(self, sig: int, callback: Callable[[Unpack[_Ts]... method remove_signal_handler (line 585) | def remove_signal_handler(self, sig: int) -> bool: ... method set_exception_handler (line 588) | def set_exception_handler(self, handler: _ExceptionHandler | None) -> ... method get_exception_handler (line 590) | def get_exception_handler(self) -> _ExceptionHandler | None: ... method default_exception_handler (line 592) | def default_exception_handler(self, context: _Context) -> None: ... method call_exception_handler (line 594) | def call_exception_handler(self, context: _Context) -> None: ... method get_debug (line 597) | def get_debug(self) -> bool: ... method set_debug (line 599) | def set_debug(self, enabled: bool) -> None: ... method shutdown_default_executor (line 602) | async def shutdown_default_executor(self) -> None: ... class AbstractEventLoopPolicy (line 604) | class AbstractEventLoopPolicy: method get_event_loop (line 606) | def get_event_loop(self) -> AbstractEventLoop: ... method set_event_loop (line 608) | def set_event_loop(self, loop: AbstractEventLoop | None) -> None: ... method new_event_loop (line 610) | def new_event_loop(self) -> AbstractEventLoop: ... method get_child_watcher (line 616) | def get_child_watcher(self) -> AbstractChildWatcher: ... method set_child_watcher (line 619) | def set_child_watcher(self, watcher: AbstractChildWatcher) -> None: ... method get_child_watcher (line 622) | def get_child_watcher(self) -> AbstractChildWatcher: ... method set_child_watcher (line 624) | def set_child_watcher(self, watcher: AbstractChildWatcher) -> None: ... class BaseDefaultEventLoopPolicy (line 626) | class BaseDefaultEventLoopPolicy(AbstractEventLoopPolicy, metaclass=ABCM... method get_event_loop (line 627) | def get_event_loop(self) -> AbstractEventLoop: ... method set_event_loop (line 628) | def set_event_loop(self, loop: AbstractEventLoop | None) -> None: ... method new_event_loop (line 629) | def new_event_loop(self) -> AbstractEventLoop: ... function get_event_loop_policy (line 631) | def get_event_loop_policy() -> AbstractEventLoopPolicy: ... function set_event_loop_policy (line 632) | def set_event_loop_policy(policy: AbstractEventLoopPolicy | None) -> Non... function set_event_loop (line 633) | def set_event_loop(loop: AbstractEventLoop | None) -> None: ... function new_event_loop (line 634) | def new_event_loop() -> AbstractEventLoop: ... function get_child_watcher (line 639) | def get_child_watcher() -> AbstractChildWatcher: ... function set_child_watcher (line 641) | def set_child_watcher(watcher: AbstractChildWatcher) -> None: ... function get_child_watcher (line 644) | def get_child_watcher() -> AbstractChildWatcher: ... function set_child_watcher (line 645) | def set_child_watcher(watcher: AbstractChildWatcher) -> None: ... FILE: reference/stdlib/asyncio/exceptions.pyi class CancelledError (line 23) | class CancelledError(BaseException): ... class TimeoutError (line 28) | class TimeoutError(Exception): ... class InvalidStateError (line 30) | class InvalidStateError(Exception): ... class SendfileNotAvailableError (line 31) | class SendfileNotAvailableError(RuntimeError): ... class IncompleteReadError (line 33) | class IncompleteReadError(EOFError): method __init__ (line 36) | def __init__(self, partial: bytes, expected: int | None) -> None: ... class LimitOverrunError (line 38) | class LimitOverrunError(Exception): method __init__ (line 40) | def __init__(self, message: str, consumed: int) -> None: ... class BrokenBarrierError (line 43) | class BrokenBarrierError(RuntimeError): ... FILE: reference/stdlib/asyncio/format_helpers.pyi class _HasWrapper (line 9) | class _HasWrapper: function _get_function_source (line 15) | def _get_function_source(func: _FuncType) -> tuple[str, int]: ... function _get_function_source (line 17) | def _get_function_source(func: object) -> tuple[str, int] | None: ... function _format_callback_source (line 20) | def _format_callback_source(func: object, args: Iterable[Any], *, debug:... function _format_args_and_kwargs (line 21) | def _format_args_and_kwargs(args: Iterable[Any], kwargs: dict[str, Any],... function _format_callback (line 22) | def _format_callback(func: object, args: Iterable[Any], kwargs: dict[str... function _format_callback_source (line 25) | def _format_callback_source(func: object, args: Iterable[Any]) -> str: ... function _format_args_and_kwargs (line 26) | def _format_args_and_kwargs(args: Iterable[Any], kwargs: dict[str, Any])... function _format_callback (line 27) | def _format_callback(func: object, args: Iterable[Any], kwargs: dict[str... function extract_stack (line 29) | def extract_stack(f: FrameType | None = None, limit: int | None = None) ... FILE: reference/stdlib/asyncio/futures.pyi function isfuture (line 15) | def isfuture(obj: object) -> TypeIs[Future[Any]]: ... function wrap_future (line 16) | def wrap_future(future: _ConcurrentFuture[_T] | Future[_T], *, loop: Abs... FILE: reference/stdlib/asyncio/locks.pyi class _ContextManagerMixin (line 26) | class _ContextManagerMixin: method __aenter__ (line 27) | async def __aenter__(self) -> None: ... method __aexit__ (line 28) | async def __aexit__(self, exc_type: type[BaseException] | None, exc: B... method __iter__ (line 40) | def __iter__(self) -> Generator[Any, None, _ContextManager]: ... method __await__ (line 41) | def __await__(self) -> Generator[Any, None, _ContextManager]: ... method __aenter__ (line 42) | async def __aenter__(self) -> None: ... method __aexit__ (line 43) | async def __aexit__(self, exc_type: type[BaseException] | None, exc: B... class _ContextManager (line 31) | class _ContextManager: method __init__ (line 32) | def __init__(self, lock: Lock | Semaphore) -> None: ... method __enter__ (line 33) | def __enter__(self) -> None: ... method __exit__ (line 34) | def __exit__(self, *args: Unused) -> None: ... class _ContextManagerMixin (line 36) | class _ContextManagerMixin: method __aenter__ (line 27) | async def __aenter__(self) -> None: ... method __aexit__ (line 28) | async def __aexit__(self, exc_type: type[BaseException] | None, exc: B... method __iter__ (line 40) | def __iter__(self) -> Generator[Any, None, _ContextManager]: ... method __await__ (line 41) | def __await__(self) -> Generator[Any, None, _ContextManager]: ... method __aenter__ (line 42) | async def __aenter__(self) -> None: ... method __aexit__ (line 43) | async def __aexit__(self, exc_type: type[BaseException] | None, exc: B... class Lock (line 45) | class Lock(_ContextManagerMixin, _LoopBoundMixin): method __init__ (line 48) | def __init__(self) -> None: ... method __init__ (line 50) | def __init__(self, *, loop: AbstractEventLoop | None = None) -> None: ... method locked (line 52) | def locked(self) -> bool: ... method acquire (line 53) | async def acquire(self) -> Literal[True]: ... method release (line 54) | def release(self) -> None: ... class Event (line 56) | class Event(_LoopBoundMixin): method __init__ (line 59) | def __init__(self) -> None: ... method __init__ (line 61) | def __init__(self, *, loop: AbstractEventLoop | None = None) -> None: ... method is_set (line 63) | def is_set(self) -> bool: ... method set (line 64) | def set(self) -> None: ... method clear (line 65) | def clear(self) -> None: ... method wait (line 66) | async def wait(self) -> Literal[True]: ... class Condition (line 68) | class Condition(_ContextManagerMixin, _LoopBoundMixin): method __init__ (line 71) | def __init__(self, lock: Lock | None = None) -> None: ... method __init__ (line 73) | def __init__(self, lock: Lock | None = None, *, loop: AbstractEventLoo... method locked (line 75) | def locked(self) -> bool: ... method acquire (line 76) | async def acquire(self) -> Literal[True]: ... method release (line 77) | def release(self) -> None: ... method wait (line 78) | async def wait(self) -> Literal[True]: ... method wait_for (line 79) | async def wait_for(self, predicate: Callable[[], _T]) -> _T: ... method notify (line 80) | def notify(self, n: int = 1) -> None: ... method notify_all (line 81) | def notify_all(self) -> None: ... class Semaphore (line 83) | class Semaphore(_ContextManagerMixin, _LoopBoundMixin): method __init__ (line 87) | def __init__(self, value: int = 1) -> None: ... method __init__ (line 89) | def __init__(self, value: int = 1, *, loop: AbstractEventLoop | None =... method locked (line 91) | def locked(self) -> bool: ... method acquire (line 92) | async def acquire(self) -> Literal[True]: ... method release (line 93) | def release(self) -> None: ... method _wake_up_next (line 94) | def _wake_up_next(self) -> None: ... class BoundedSemaphore (line 96) | class BoundedSemaphore(Semaphore): ... class _BarrierState (line 99) | class _BarrierState(enum.Enum): # undocumented class Barrier (line 105) | class Barrier(_LoopBoundMixin): method __init__ (line 106) | def __init__(self, parties: int) -> None: ... method __aenter__ (line 107) | async def __aenter__(self) -> Self: ... method __aexit__ (line 108) | async def __aexit__(self, *args: Unused) -> None: ... method wait (line 109) | async def wait(self) -> int: ... method abort (line 110) | async def abort(self) -> None: ... method reset (line 111) | async def reset(self) -> None: ... method parties (line 113) | def parties(self) -> int: ... method n_waiting (line 115) | def n_waiting(self) -> int: ... method broken (line 117) | def broken(self) -> bool: ... FILE: reference/stdlib/asyncio/micropython.pyi class ThreadSafeFlag (line 1) | class ThreadSafeFlag: method __init__ (line 8) | def __init__(self) -> None: method ioctl (line 15) | def ioctl(self, req, flags): ... method set (line 16) | def set(self) -> None: method clear (line 23) | def clear(self) -> None: method wait (line 30) | async def wait(self) -> Generator[Incomplete]: FILE: reference/stdlib/asyncio/mixins.pyi class _LoopBoundMixin (line 7) | class _LoopBoundMixin: method __init__ (line 9) | def __init__(self, *, loop: Never = ...) -> None: ... FILE: reference/stdlib/asyncio/proactor_events.pyi class _ProactorBasePipeTransport (line 10) | class _ProactorBasePipeTransport(transports._FlowControlMixin, transport... method __init__ (line 11) | def __init__( method __del__ (line 20) | def __del__(self) -> None: ... class _ProactorReadPipeTransport (line 22) | class _ProactorReadPipeTransport(_ProactorBasePipeTransport, transports.... method __init__ (line 24) | def __init__( method __init__ (line 35) | def __init__( class _ProactorBaseWritePipeTransport (line 45) | class _ProactorBaseWritePipeTransport(_ProactorBasePipeTransport, transp... class _ProactorWritePipeTransport (line 46) | class _ProactorWritePipeTransport(_ProactorBaseWritePipeTransport): ... class _ProactorDuplexPipeTransport (line 47) | class _ProactorDuplexPipeTransport(_ProactorReadPipeTransport, _Proactor... class _ProactorSocketTransport (line 49) | class _ProactorSocketTransport(_ProactorReadPipeTransport, _ProactorBase... method __init__ (line 51) | def __init__( method _set_extra (line 60) | def _set_extra(self, sock: socket) -> None: ... method can_write_eof (line 61) | def can_write_eof(self) -> Literal[True]: ... class BaseProactorEventLoop (line 63) | class BaseProactorEventLoop(base_events.BaseEventLoop): method __init__ (line 64) | def __init__(self, proactor: Any) -> None: ... FILE: reference/stdlib/asyncio/protocols.pyi class BaseProtocol (line 7) | class BaseProtocol: method connection_made (line 8) | def connection_made(self, transport: transports.BaseTransport) -> None... method connection_lost (line 9) | def connection_lost(self, exc: Exception | None) -> None: ... method pause_writing (line 10) | def pause_writing(self) -> None: ... method resume_writing (line 11) | def resume_writing(self) -> None: ... class Protocol (line 13) | class Protocol(BaseProtocol): method data_received (line 14) | def data_received(self, data: bytes) -> None: ... method eof_received (line 15) | def eof_received(self) -> bool | None: ... class BufferedProtocol (line 17) | class BufferedProtocol(BaseProtocol): method get_buffer (line 18) | def get_buffer(self, sizehint: int) -> ReadableBuffer: ... method buffer_updated (line 19) | def buffer_updated(self, nbytes: int) -> None: ... method eof_received (line 20) | def eof_received(self) -> bool | None: ... class DatagramProtocol (line 22) | class DatagramProtocol(BaseProtocol): method connection_made (line 23) | def connection_made(self, transport: transports.DatagramTransport) -> ... method datagram_received (line 28) | def datagram_received(self, data: bytes, addr: tuple[str | Any, int]) ... method error_received (line 29) | def error_received(self, exc: Exception) -> None: ... class SubprocessProtocol (line 31) | class SubprocessProtocol(BaseProtocol): method pipe_data_received (line 32) | def pipe_data_received(self, fd: int, data: bytes) -> None: ... method pipe_connection_lost (line 33) | def pipe_connection_lost(self, fd: int, exc: Exception | None) -> None... method process_exited (line 34) | def process_exited(self) -> None: ... FILE: reference/stdlib/asyncio/queues.pyi class QueueEmpty (line 13) | class QueueEmpty(Exception): ... class QueueFull (line 14) | class QueueFull(Exception): ... class QueueShutDown (line 25) | class QueueShutDown(Exception): ... class Queue (line 29) | class Queue(Generic[_T], _LoopBoundMixin): # noqa: Y059 method __init__ (line 31) | def __init__(self, maxsize: int = 0) -> None: ... method __init__ (line 33) | def __init__(self, maxsize: int = 0, *, loop: AbstractEventLoop | None... method _init (line 35) | def _init(self, maxsize: int) -> None: ... method _get (line 36) | def _get(self) -> _T: ... method _put (line 37) | def _put(self, item: _T) -> None: ... method _format (line 38) | def _format(self) -> str: ... method qsize (line 39) | def qsize(self) -> int: ... method maxsize (line 41) | def maxsize(self) -> int: ... method empty (line 42) | def empty(self) -> bool: ... method full (line 43) | def full(self) -> bool: ... method put (line 44) | async def put(self, item: _T) -> None: ... method put_nowait (line 45) | def put_nowait(self, item: _T) -> None: ... method get (line 46) | async def get(self) -> _T: ... method get_nowait (line 47) | def get_nowait(self) -> _T: ... method join (line 48) | async def join(self) -> None: ... method task_done (line 49) | def task_done(self) -> None: ... method __class_getitem__ (line 51) | def __class_getitem__(cls, type: Any, /) -> GenericAlias: ... method shutdown (line 53) | def shutdown(self, immediate: bool = False) -> None: ... class PriorityQueue (line 55) | class PriorityQueue(Queue[_T]): ... class LifoQueue (line 56) | class LifoQueue(Queue[_T]): ... FILE: reference/stdlib/asyncio/runners.pyi class Runner (line 18) | class Runner: method __init__ (line 19) | def __init__(self, *, debug: bool | None = None, loop_factory: Callabl... method __enter__ (line 20) | def __enter__(self) -> Self: ... method __exit__ (line 21) | def __exit__(self, exc_type: Unused, exc_val: Unused, exc_tb: Unused) ... method close (line 22) | def close(self) -> None: ... method get_loop (line 23) | def get_loop(self) -> AbstractEventLoop: ... method run (line 24) | def run(self, coro: Coroutine[Any, Any, _T], *, context: Context | Non... function run (line 27) | def run( function run (line 32) | def run(main: Coroutine[Any, Any, _T], *, debug: bool | None = None) -> ... FILE: reference/stdlib/asyncio/selector_events.pyi class BaseSelectorEventLoop (line 7) | class BaseSelectorEventLoop(base_events.BaseEventLoop): method __init__ (line 8) | def __init__(self, selector: selectors.BaseSelector | None = None) -> ... FILE: reference/stdlib/asyncio/sslproto.pyi function _create_transport_context (line 11) | def _create_transport_context(server_side: bool, server_hostname: str | ... class SSLProtocolState (line 16) | class SSLProtocolState(Enum): class AppProtocolState (line 23) | class AppProtocolState(Enum): function add_flowcontrol_defaults (line 29) | def add_flowcontrol_defaults(high: int | None, low: int | None, kb: int)... class _SSLPipe (line 38) | class _SSLPipe: method __init__ (line 51) | def __init__(self, context: ssl.SSLContext, server_side: bool, server_... method context (line 53) | def context(self) -> ssl.SSLContext: ... method ssl_object (line 55) | def ssl_object(self) -> ssl.SSLObject | None: ... method need_ssldata (line 57) | def need_ssldata(self) -> bool: ... method wrapped (line 59) | def wrapped(self) -> bool: ... method do_handshake (line 60) | def do_handshake(self, callback: Callable[[BaseException | None], obje... method shutdown (line 61) | def shutdown(self, callback: Callable[[], object] | None = None) -> li... method feed_eof (line 62) | def feed_eof(self) -> None: ... method feed_ssldata (line 63) | def feed_ssldata(self, data: bytes, only_handshake: bool = False) -> t... method feed_appdata (line 64) | def feed_appdata(self, data: bytes, offset: int = 0) -> tuple[list[byt... class _SSLProtocolTransport (line 66) | class _SSLProtocolTransport(transports._FlowControlMixin, transports.Tra... method __init__ (line 75) | def __init__(self, loop: events.AbstractEventLoop, ssl_protocol: SSLPr... method get_extra_info (line 76) | def get_extra_info(self, name: str, default: Any | None = None) -> dic... method _protocol_paused (line 78) | def _protocol_paused(self) -> bool: ... method write (line 79) | def write(self, data: bytes | bytearray | memoryview) -> None: ... method can_write_eof (line 80) | def can_write_eof(self) -> Literal[False]: ... method get_write_buffer_limits (line 82) | def get_write_buffer_limits(self) -> tuple[int, int]: ... method get_read_buffer_limits (line 83) | def get_read_buffer_limits(self) -> tuple[int, int]: ... method set_read_buffer_limits (line 84) | def set_read_buffer_limits(self, high: int | None = None, low: int | N... method get_read_buffer_size (line 85) | def get_read_buffer_size(self) -> int: ... method __del__ (line 87) | def __del__(self) -> None: ... class SSLProtocol (line 94) | class SSLProtocol(_SSLProtocolBase): method __init__ (line 119) | def __init__( method __init__ (line 132) | def __init__( method _set_app_protocol (line 144) | def _set_app_protocol(self, app_protocol: protocols.BaseProtocol) -> N... method _wakeup_waiter (line 145) | def _wakeup_waiter(self, exc: BaseException | None = None) -> None: ... method connection_lost (line 146) | def connection_lost(self, exc: BaseException | None) -> None: ... method eof_received (line 147) | def eof_received(self) -> None: ... method _get_extra_info (line 148) | def _get_extra_info(self, name: str, default: Any | None = None) -> An... method _start_shutdown (line 149) | def _start_shutdown(self) -> None: ... method _write_appdata (line 151) | def _write_appdata(self, list_of_data: list[bytes]) -> None: ... method _write_appdata (line 153) | def _write_appdata(self, data: bytes) -> None: ... method _start_handshake (line 155) | def _start_handshake(self) -> None: ... method _check_handshake_timeout (line 156) | def _check_handshake_timeout(self) -> None: ... method _on_handshake_complete (line 157) | def _on_handshake_complete(self, handshake_exc: BaseException | None) ... method _fatal_error (line 158) | def _fatal_error(self, exc: BaseException, message: str = "Fatal error... method _abort (line 160) | def _abort(self, exc: BaseException | None) -> None: ... method get_buffer (line 161) | def get_buffer(self, n: int) -> memoryview: ... method _abort (line 163) | def _abort(self) -> None: ... method _finalize (line 164) | def _finalize(self) -> None: ... method _process_write_backlog (line 165) | def _process_write_backlog(self) -> None: ... FILE: reference/stdlib/asyncio/staggered.pyi function staggered_race (line 8) | async def staggered_race( FILE: reference/stdlib/asyncio/streams.pyi class _ReaduntilBuffer (line 34) | class _ReaduntilBuffer(ReadableBuffer, Sized, Protocol): ... function open_connection (line 37) | async def open_connection( function start_server (line 45) | async def start_server( function open_connection (line 58) | async def open_connection( function start_server (line 67) | async def start_server( function open_unix_connection (line 80) | async def open_unix_connection( function start_unix_server (line 83) | async def start_unix_server( function open_unix_connection (line 91) | async def open_unix_connection( function start_unix_server (line 98) | async def start_unix_server( class FlowControlMixin (line 107) | class FlowControlMixin(protocols.Protocol): method __init__ (line 108) | def __init__(self, loop: events.AbstractEventLoop | None = None) -> No... class StreamReaderProtocol (line 110) | class StreamReaderProtocol(FlowControlMixin, protocols.Protocol): method __init__ (line 111) | def __init__( method __del__ (line 117) | def __del__(self) -> None: ... class StreamWriter (line 119) | class StreamWriter: method __init__ (line 124) | def __init__( method transport (line 133) | def transport(self) -> transports.WriteTransport: ... method write (line 134) | def write(self, data: bytes | bytearray | memoryview | str) -> None: ... method awrite (line 135) | def awrite(self, data: bytes | bytearray | memoryview | str) -> Awaita... method writelines (line 136) | def writelines(self, data: Iterable[bytes | bytearray | memoryview]) -... method write_eof (line 137) | def write_eof(self) -> None: ... method can_write_eof (line 138) | def can_write_eof(self) -> bool: ... method close (line 139) | def close(self) -> None: ... method is_closing (line 140) | def is_closing(self) -> bool: ... method wait_closed (line 141) | async def wait_closed(self) -> None: ... method get_extra_info (line 142) | def get_extra_info(self, name: str, default: Any = None) -> Any: ... method drain (line 143) | async def drain(self) -> None: ... method start_tls (line 145) | async def start_tls( method start_tls (line 154) | async def start_tls( method __del__ (line 163) | def __del__(self, warnings: ModuleType = ...) -> None: ... method __del__ (line 165) | def __del__(self) -> None: ... class StreamReader (line 169) | class StreamReader: method __init__ (line 170) | def __init__( method readinto (line 177) | async def readinto(self, buf: bytearray | memoryview) -> int: method exception (line 185) | def exception(self) -> Exception: ... method set_exception (line 186) | def set_exception(self, exc: Exception) -> None: ... method set_transport (line 187) | def set_transport(self, transport: transports.BaseTransport) -> None: ... method feed_eof (line 188) | def feed_eof(self) -> None: ... method at_eof (line 189) | def at_eof(self) -> bool: ... method feed_data (line 190) | def feed_data(self, data: Iterable[SupportsIndex]) -> None: ... method readline (line 191) | async def readline(self) -> bytes: ... method readuntil (line 193) | async def readuntil(self, separator: _ReaduntilBuffer | tuple[_Readunt... method readuntil (line 195) | async def readuntil(self, separator: _ReaduntilBuffer = b"\n") -> byte... method read (line 198) | async def read(self, n: int = -1) -> bytes: ... method readexactly (line 199) | async def readexactly(self, n: int) -> bytes: ... method __aiter__ (line 200) | def __aiter__(self) -> Self: ... method __anext__ (line 201) | async def __anext__(self) -> bytes: ... FILE: reference/stdlib/asyncio/tasks.pyi class _SyncAndAsyncIterator (line 92) | class _SyncAndAsyncIterator(Iterator[_T_co], AsyncIterator[_T_co], Proto... function as_completed (line 94) | def as_completed(fs: Iterable[_FutureLike[_T]], *, timeout: float | None... function as_completed (line 97) | def as_completed(fs: Iterable[_FutureLike[_T]], *, timeout: float | None... function as_completed (line 100) | def as_completed( function ensure_future (line 108) | def ensure_future(coro_or_future: _FT, *, loop: AbstractEventLoop | None... function ensure_future (line 110) | def ensure_future(coro_or_future: Awaitable[_T], *, loop: AbstractEventL... function gather (line 120) | def gather(coro_or_future1: _FutureLike[_T1], /, *, return_exceptions: L... function gather (line 122) | def gather( # type: ignore[overload-overlap] function gather (line 130) | def gather( # type: ignore[overload-overlap] function gather (line 139) | def gather( # type: ignore[overload-overlap] function gather (line 149) | def gather( # type: ignore[overload-overlap] function gather (line 160) | def gather( # type: ignore[overload-overlap] function gather (line 172) | def gather(*coros_or_futures: _FutureLike[_T], return_exceptions: Litera... function gather (line 174) | def gather(coro_or_future1: _FutureLike[_T1], /, *, return_exceptions: b... function gather (line 176) | def gather( function gather (line 184) | def gather( function gather (line 193) | def gather( function gather (line 203) | def gather( function gather (line 222) | def gather( function gather (line 243) | def gather(*coros_or_futures: _FutureLike[_T], return_exceptions: bool) ... function gather (line 247) | def gather( # type: ignore[overload-overlap] function gather (line 255) | def gather( # type: ignore[overload-overlap] function gather (line 264) | def gather( # type: ignore[overload-overlap] function gather (line 274) | def gather( # type: ignore[overload-overlap] function gather (line 285) | def gather( # type: ignore[overload-overlap] function gather (line 297) | def gather( # type: ignore[overload-overlap] function gather (line 310) | def gather( # type: ignore[overload-overlap] function gather (line 316) | def gather( # type: ignore[overload-overlap] function gather (line 324) | def gather( # type: ignore[overload-overlap] function gather (line 333) | def gather( # type: ignore[overload-overlap] function gather (line 343) | def gather( # type: ignore[overload-overlap] function gather (line 354) | def gather( # type: ignore[overload-overlap] function gather (line 376) | def gather( function run_coroutine_threadsafe (line 382) | def run_coroutine_threadsafe(coro: _FutureLike[_T], loop: AbstractEventL... function shield (line 385) | def shield(arg: _FutureLike[_T]) -> Future[_T]: ... function sleep (line 387) | async def sleep(delay: float) -> None: ... function sleep (line 389) | async def sleep(delay: float, result: _T) -> _T: ... function wait_for (line 390) | async def wait_for(fut: _FutureLike[_T], timeout: float | None) -> _T: ... function sleep_ms (line 393) | async def sleep_ms(delay: float) -> None: ... function sleep_ms (line 395) | async def sleep_ms(delay: int) -> None: ... function wait_for_ms (line 397) | async def wait_for_ms(aw: _FutureLike[_T], timeout: int) -> _T: ... function shield (line 400) | def shield(arg: _FutureLike[_T], *, loop: AbstractEventLoop | None = Non... function sleep (line 402) | async def sleep(delay: float, *, loop: AbstractEventLoop | None = None) ... function sleep (line 404) | async def sleep(delay: float, result: _T, *, loop: AbstractEventLoop | N... function wait_for (line 405) | async def wait_for(fut: _FutureLike[_T], timeout: float | None, *, loop:... function sleep_ms (line 408) | async def sleep_ms(delay: float) -> None: ... function sleep_ms (line 410) | async def sleep_ms(delay: int) -> None: ... function wait_for_ms (line 412) | async def wait_for_ms(aw: _FutureLike[_T], timeout: int) -> _T: ... function wait (line 416) | async def wait(fs: Iterable[_FT], *, timeout: float | None = None, retur... function wait (line 418) | async def wait( function wait (line 424) | async def wait( # type: ignore[overload-overlap] function wait (line 428) | async def wait( function wait (line 437) | async def wait( # type: ignore[overload-overlap] function wait (line 445) | async def wait( function all_tasks (line 460) | def all_tasks(loop: AbstractEventLoop | None = None) -> set[Task[Any]]: ... function create_task (line 463) | def create_task(coro: _CoroutineLike[_T], *, name: str | None = None, co... function create_task (line 466) | def create_task(coro: _CoroutineLike[_T], *, name: str | None = None) ->... function current_task (line 471) | def current_task(loop: AbstractEventLoop | None = None) -> Task[Any] | N... class _CustomTaskConstructor (line 476) | class _CustomTaskConstructor(Protocol[_TaskT_co]): method __call__ (line 477) | def __call__( class _EagerTaskFactoryType (line 488) | class _EagerTaskFactoryType(Protocol[_TaskT_co]): method __call__ (line 489) | def __call__( function create_eager_task_factory (line 498) | def create_eager_task_factory( function eager_task_factory (line 501) | def eager_task_factory( FILE: reference/stdlib/asyncio/threads.pyi function to_thread (line 9) | async def to_thread(func: Callable[_P, _R], /, *args: _P.args, **kwargs:... FILE: reference/stdlib/asyncio/timeouts.pyi class Timeout (line 8) | class Timeout: method __init__ (line 9) | def __init__(self, when: float | None) -> None: ... method when (line 10) | def when(self) -> float | None: ... method reschedule (line 11) | def reschedule(self, when: float | None) -> None: ... method expired (line 12) | def expired(self) -> bool: ... method __aenter__ (line 13) | async def __aenter__(self) -> Self: ... method __aexit__ (line 14) | async def __aexit__( function timeout (line 18) | def timeout(delay: float | None) -> Timeout: ... function timeout_at (line 19) | def timeout_at(when: float | None) -> Timeout: ... FILE: reference/stdlib/asyncio/transports.pyi class BaseTransport (line 9) | class BaseTransport: method __init__ (line 10) | def __init__(self, extra: Mapping[str, Any] | None = None) -> None: ... method get_extra_info (line 11) | def get_extra_info(self, name: str, default: Any = None) -> Any: ... method is_closing (line 12) | def is_closing(self) -> bool: ... method close (line 13) | def close(self) -> None: ... method set_protocol (line 14) | def set_protocol(self, protocol: BaseProtocol) -> None: ... method get_protocol (line 15) | def get_protocol(self) -> BaseProtocol: ... class ReadTransport (line 17) | class ReadTransport(BaseTransport): method is_reading (line 18) | def is_reading(self) -> bool: ... method pause_reading (line 19) | def pause_reading(self) -> None: ... method resume_reading (line 20) | def resume_reading(self) -> None: ... class WriteTransport (line 22) | class WriteTransport(BaseTransport): method set_write_buffer_limits (line 23) | def set_write_buffer_limits(self, high: int | None = None, low: int | ... method get_write_buffer_size (line 24) | def get_write_buffer_size(self) -> int: ... method get_write_buffer_limits (line 25) | def get_write_buffer_limits(self) -> tuple[int, int]: ... method write (line 26) | def write(self, data: bytes | bytearray | memoryview) -> None: ... method writelines (line 27) | def writelines(self, list_of_data: Iterable[bytes | bytearray | memory... method write_eof (line 28) | def write_eof(self) -> None: ... method can_write_eof (line 29) | def can_write_eof(self) -> bool: ... method abort (line 30) | def abort(self) -> None: ... class Transport (line 32) | class Transport(ReadTransport, WriteTransport): ... class DatagramTransport (line 34) | class DatagramTransport(BaseTransport): method sendto (line 35) | def sendto(self, data: bytes | bytearray | memoryview, addr: _Address ... method abort (line 36) | def abort(self) -> None: ... class SubprocessTransport (line 38) | class SubprocessTransport(BaseTransport): method get_pid (line 39) | def get_pid(self) -> int: ... method get_returncode (line 40) | def get_returncode(self) -> int | None: ... method get_pipe_transport (line 41) | def get_pipe_transport(self, fd: int) -> BaseTransport | None: ... method send_signal (line 42) | def send_signal(self, signal: int) -> None: ... method terminate (line 43) | def terminate(self) -> None: ... method kill (line 44) | def kill(self) -> None: ... class _FlowControlMixin (line 46) | class _FlowControlMixin(Transport): method __init__ (line 47) | def __init__(self, extra: Mapping[str, Any] | None = None, loop: Abstr... FILE: reference/stdlib/asyncio/trsock.pyi class TransportSocket (line 16) | class TransportSocket: method __init__ (line 17) | def __init__(self, sock: socket.socket) -> None: ... method family (line 19) | def family(self) -> int: ... method type (line 21) | def type(self) -> int: ... method proto (line 23) | def proto(self) -> int: ... method __getstate__ (line 24) | def __getstate__(self) -> NoReturn: ... method fileno (line 25) | def fileno(self) -> int: ... method dup (line 26) | def dup(self) -> socket.socket: ... method get_inheritable (line 27) | def get_inheritable(self) -> bool: ... method shutdown (line 28) | def shutdown(self, how: int) -> None: ... method getsockopt (line 30) | def getsockopt(self, level: int, optname: int) -> int: ... method getsockopt (line 32) | def getsockopt(self, level: int, optname: int, buflen: int) -> bytes: ... method setsockopt (line 34) | def setsockopt(self, level: int, optname: int, value: int | ReadableBu... method setsockopt (line 36) | def setsockopt(self, level: int, optname: int, value: None, optlen: in... method getpeername (line 37) | def getpeername(self) -> _RetAddress: ... method getsockname (line 38) | def getsockname(self) -> _RetAddress: ... method getsockbyname (line 39) | def getsockbyname(self) -> NoReturn: ... # This method doesn't exist ... method settimeout (line 40) | def settimeout(self, value: float | None) -> None: ... method gettimeout (line 41) | def gettimeout(self) -> float | None: ... method setblocking (line 42) | def setblocking(self, flag: bool) -> None: ... method _na (line 44) | def _na(self, what: str) -> None: ... method accept (line 45) | def accept(self) -> tuple[socket.socket, _RetAddress]: ... method connect (line 46) | def connect(self, address: _Address) -> None: ... method connect_ex (line 47) | def connect_ex(self, address: _Address) -> int: ... method bind (line 48) | def bind(self, address: _Address) -> None: ... method ioctl (line 50) | def ioctl(self, control: int, option: int | tuple[int, int, int] | boo... method ioctl (line 52) | def ioctl(self, control: int, option: int | tuple[int, int, int] | boo... method listen (line 54) | def listen(self, backlog: int = ..., /) -> None: ... method makefile (line 55) | def makefile(self) -> BinaryIO: ... method sendfile (line 56) | def sendfile(self, file: BinaryIO, offset: int = ..., count: int | Non... method close (line 57) | def close(self) -> None: ... method detach (line 58) | def detach(self) -> int: ... method sendmsg_afalg (line 60) | def sendmsg_afalg( method sendmsg_afalg (line 64) | def sendmsg_afalg( method sendmsg (line 68) | def sendmsg( method sendto (line 72) | def sendto(self, data: ReadableBuffer, address: _Address) -> int: ... method sendto (line 74) | def sendto(self, data: ReadableBuffer, flags: int, address: _Address) ... method send (line 75) | def send(self, data: ReadableBuffer, flags: int = ...) -> int: ... method sendall (line 76) | def sendall(self, data: ReadableBuffer, flags: int = ...) -> None: ... method set_inheritable (line 77) | def set_inheritable(self, inheritable: bool) -> None: ... method share (line 79) | def share(self, process_id: int) -> bytes: ... method share (line 81) | def share(self, process_id: int) -> NoReturn: ... method recv_into (line 83) | def recv_into(self, buffer: _WriteBuffer, nbytes: int = ..., flags: in... method recvfrom_into (line 84) | def recvfrom_into(self, buffer: _WriteBuffer, nbytes: int = ..., flags... method recvmsg_into (line 85) | def recvmsg_into( method recvmsg (line 88) | def recvmsg(self, bufsize: int, ancbufsize: int = ..., flags: int = ..... method recvfrom (line 89) | def recvfrom(self, bufsize: int, flags: int = ...) -> tuple[bytes, _Re... method recv (line 90) | def recv(self, bufsize: int, flags: int = ...) -> bytes: ... method __enter__ (line 91) | def __enter__(self) -> socket.socket: ... method __exit__ (line 92) | def __exit__(self, exc_type: Type[BaseException] | None, exc_val: Base... FILE: reference/stdlib/typing.pyi class IO (line 5) | class IO(Generic[AnyStr]): method write (line 8) | def write(self, s: bytes, /) -> int: ... FILE: stubs/cpython_core-micropython/micropython.pyi function opt_level (line 9) | def opt_level(level: Optional[Any] = None) -> Any: function mem_info (line 29) | def mem_info(verbose: Optional[Any] = None) -> None: function stack_use (line 40) | def stack_use() -> int: function qstr_info (line 48) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 59) | def schedule(func, arg) -> Any: function alloc_emergency_exception_buf (line 96) | def alloc_emergency_exception_buf(size) -> Any: function const (line 109) | def const(expr) -> int: function kbd_intr (line 131) | def kbd_intr(chr) -> None: function heap_lock (line 144) | def heap_lock() -> Any: ... function heap_unlock (line 145) | def heap_unlock() -> Any: ... function viper (line 146) | def viper(func: Callable) -> Callable: function native (line 155) | def native(func: Callable) -> Callable: function asm_thumb (line 163) | def asm_thumb(func: Callable) -> Callable: FILE: stubs/cpython_core-pycopy/micropython.pyi function opt_level (line 6) | def opt_level(level: Optional[Any] = None) -> Any: function mem_info (line 26) | def mem_info(verbose: Optional[Any] = None) -> None: function stack_use (line 37) | def stack_use() -> int: function qstr_info (line 45) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 56) | def schedule(func, arg) -> Any: function alloc_emergency_exception_buf (line 93) | def alloc_emergency_exception_buf(size) -> Any: function const (line 106) | def const(expr) -> int: function kbd_intr (line 128) | def kbd_intr(chr) -> None: function heap_lock (line 141) | def heap_lock() -> Any: ... function heap_unlock (line 142) | def heap_unlock() -> Any: ... function viper (line 143) | def viper(func: Callable) -> Callable: function native (line 152) | def native(func: Callable) -> Callable: FILE: stubs/cpython_pyboard/pyb.py function delay (line 3) | def delay(ms): function udelay (line 10) | def udelay(us): function millis (line 17) | def millis(): function micros (line 24) | def micros(): function elapsed_millis (line 31) | def elapsed_millis(start): function elapsed_micros (line 38) | def elapsed_micros(start): function hard_reset (line 45) | def hard_reset(): function bootloader (line 52) | def bootloader(): function disable_irq (line 60) | def disable_irq(): function enable_irq (line 67) | def enable_irq(state=True): function freq (line 74) | def freq(sysclk, hclk, pclk1, pclk2): function wfi (line 81) | def wfi(): function stop (line 88) | def stop(): function standby (line 94) | def standby(): function info (line 101) | def info(dump_alloc_table): function main (line 108) | def main(filename): function mount (line 115) | def mount(device, mountpoint, readonly=False, mkfs=False): function repl_uart (line 122) | def repl_uart(uart): function rng (line 129) | def rng(): function sync (line 136) | def sync(): function unique_id (line 143) | def unique_id(): function usb_mode (line 150) | def usb_mode(modestr, vid=0xF055, pid=0x9801, hid=0): class Accel (line 158) | class Accel: method filtered_xyz (line 159) | def filtered_xyz(self): method tilt (line 165) | def tilt(self): method x (line 171) | def x(self): method y (line 177) | def y(self): method z (line 183) | def z(self): method write (line 189) | def write(self, register, value): method read (line 192) | def read(self, register): class ADC (line 196) | class ADC: method __init__ (line 197) | def __init__(self, pin): method read_timed_stop (line 204) | def read_timed_stop(self): method read (line 207) | def read(self): method read_timed (line 214) | def read_timed(self, buf, timer): class CAN (line 221) | class CAN: method __init__ (line 233) | def __init__(self, bus, mode=None, extframe=False, prescaler=100, sjw=... method initfilterbanks (line 240) | def initfilterbanks(cls, nr): method init (line 246) | def init(self, mode, extframe=False, prescaler=100, sjw=1, bs1=6, bs2=8): method deinit (line 252) | def deinit(self): method setfilter (line 258) | def setfilter(self, bank, mode, fifo, params, rtr): method clearfilter (line 264) | def clearfilter(self, bank): method any (line 270) | def any(self, fifo): method recv (line 276) | def recv(self, fifo, timeout=5000): method send (line 282) | def send(self, data, id, timeout=0, rtr=False): method rxcallback (line 288) | def rxcallback(self, fifo, fun): class DAC (line 295) | class DAC: method __init__ (line 300) | def __init__(self, port, bits=8): method init (line 306) | def init(self, bits=8): method deinit (line 312) | def deinit(self): method noise (line 317) | def noise(self, freq): method triangle (line 323) | def triangle(self, freq): method write (line 329) | def write(self, value): method write_timed (line 335) | def write_timed(self, data, freq, mode=NORMAL): class ExtInt (line 342) | class ExtInt: method __init__ (line 348) | def __init__(self, pin, mode, pull, callback): method regs (line 355) | def regs(cls): method disable (line 360) | def disable( method enable (line 369) | def enable( method line (line 377) | def line( method swint (line 385) | def swint( class I2C (line 394) | class I2C: method __init__ (line 399) | def __init__(self, *args, **kwargs): method deinit (line 405) | def deinit(self): method init (line 411) | def init(self, mode, addr=0x12, baudrate=400000, gencall=False): method is_ready (line 417) | def is_ready(self, addr): method mem_read (line 423) | def mem_read(self, data, addr, memaddr, timeout=5000, addr_size=8): method mem_write (line 429) | def mem_write(self, data, addr, memaddr, timeout=5000, addr_size=8): method recv (line 435) | def recv(self, recv, addr=0x00, timeout=5000): method send (line 441) | def send(self, send, addr=0x00, timeout=5000): method scan (line 447) | def scan(self): class LCD (line 454) | class LCD: method __init__ (line 455) | def __init__(self, skin_position): method command (line 462) | def command(self, instr_data, buf): method contrast (line 469) | def contrast(self, value): method fill (line 475) | def fill(self, colour): method get (line 481) | def get(self, x, y): method light (line 487) | def light(self, value): method pixel (line 493) | def pixel(self, x, y, colour): method show (line 499) | def show( method text (line 507) | def text(self, str, x, y, colour): method write (line 513) | def write(self, str): class LED (line 520) | class LED: method __init__ (line 521) | def __init__(self, id): method intensity (line 527) | def intensity(self, value): method off (line 532) | def off( method on (line 540) | def on( method toggle (line 548) | def toggle( class _board (line 557) | class _board(object): method __getattr__ (line 560) | def __getattr__(self, *args, **kwargs): class Pin (line 564) | class Pin: method __init__ (line 579) | def __init__(self, *args, **kwargs): method debug (line 586) | def debug(cls, state): method dict (line 593) | def dict(cls, dict): method mapper (line 600) | def mapper(cls, fun): method init (line 606) | def init(self, mode, pull=PULL_NONE, af=-1): method value (line 612) | def value(self, value): method __str__ (line 618) | def __str__(self): method af (line 624) | def af(self): method af_list (line 631) | def af_list(cls): method gpio (line 637) | def gpio(self): method mode (line 643) | def mode(self): method name (line 649) | def name(self): method names (line 655) | def names(self): method pin (line 661) | def pin(self): method port (line 667) | def port(self): method pull (line 673) | def pull(self): class PinAF (line 680) | class PinAF: method __str__ (line 681) | def __str__(self): method index (line 687) | def index(self): method name (line 693) | def name(self): method reg (line 699) | def reg(self): class RTC (line 707) | class RTC: method __init__ (line 708) | def __init__(self): method datetime (line 714) | def datetime(self, datetimetuple): method wakeup (line 720) | def wakeup(self, timeout, callback=None): method info (line 727) | def info(self): method calibration (line 733) | def calibration(self, cal): class Servo (line 740) | class Servo: method __init__ (line 741) | def __init__(self, id): method angle (line 747) | def angle(self, angle, time=0): method speed (line 753) | def speed(self, speed, time=0): method pulse_width (line 759) | def pulse_width(self, value): method calibration (line 766) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... class SPI (line 774) | class SPI: method __init__ (line 781) | def __init__(self, bus): method deinit (line 787) | def deinit(self): method init (line 793) | def init(self, mode, prescaler, baudrate=328125, polarity=1, phase=0, ... method recv (line 799) | def recv(self, recv, timeout=5000): method send (line 805) | def send(self, send, timeout=5000): method send_recv (line 811) | def send_recv(self, send, recv=None, timeout=5000): class Switch (line 818) | class Switch: method __init__ (line 819) | def __init__(self): method __call__ (line 825) | def __call__(self): method callback (line 831) | def callback(self, fun): class Timer (line 838) | class Timer: method __init__ (line 839) | def __init__(self, *args, **kwargs): method init (line 845) | def init(self, freq, prescaler, period): method deinit (line 851) | def deinit(self): method callback (line 857) | def callback(self, fun): method channel (line 863) | def channel(self, channel, mode): method counter (line 870) | def counter(self, value): method freq (line 875) | def freq(self, value): method period (line 881) | def period(self, value): method prescaler (line 887) | def prescaler(self, value): method source_freq (line 893) | def source_freq(self): class TimerChannel (line 900) | class TimerChannel: method callback (line 901) | def callback(self, fun): method capture (line 907) | def capture(self, value): method compare (line 913) | def compare(self, value): method pulse_width (line 919) | def pulse_width(self, value): method pulse_width_percent (line 924) | def pulse_width_percent(self, value): class UART (line 931) | class UART: method __init__ (line 936) | def __init__(self, bus): method init (line 942) | def init(self, baudrate, bits=8, parity=None, stop=1, timeout=1000, fl... method deinit (line 948) | def deinit(self): method any (line 954) | def any(self): method writechar (line 960) | def writechar(self, char): method read (line 966) | def read(self, nbytes): method readchar (line 972) | def readchar(self): method readinto (line 978) | def readinto(self, buf, nbytes): method readline (line 984) | def readline(self): method write (line 990) | def write(self, buf): method sendbreak (line 996) | def sendbreak(self): class USB_HID (line 1003) | class USB_HID: method recv (line 1008) | def recv(self, data, timeout=5000): method send (line 1014) | def send(self, data): class USB_VCP (line 1021) | class USB_VCP: method __init__ (line 1022) | def __init__(self): method setinterrupt (line 1028) | def setinterrupt(self, chr): method isconnected (line 1034) | def isconnected(self): method any (line 1040) | def any(self): method close (line 1046) | def close(self): method read (line 1052) | def read(self, nbytes): method readinto (line 1058) | def readinto(self, buf, maxlen): method readline (line 1065) | def readline(self): method readlines (line 1071) | def readlines(self): method write (line 1077) | def write(self, buf): method recv (line 1083) | def recv(self, data, timeout=5000): method send (line 1089) | def send(self, data, timeout=5000): FILE: stubs/cpython_pyboard/pyb.pyi function delay (line 3) | def delay(ms) -> None: ... function udelay (line 4) | def udelay(us) -> None: ... function millis (line 5) | def millis() -> None: ... function micros (line 6) | def micros() -> None: ... function elapsed_millis (line 7) | def elapsed_millis(start) -> None: ... function elapsed_micros (line 8) | def elapsed_micros(start) -> None: ... function hard_reset (line 9) | def hard_reset() -> None: ... function bootloader (line 10) | def bootloader() -> None: ... function disable_irq (line 11) | def disable_irq() -> None: ... function enable_irq (line 12) | def enable_irq(state: bool = ...) -> None: ... function freq (line 13) | def freq(sysclk, hclk, pclk1, pclk2) -> None: ... function wfi (line 14) | def wfi() -> None: ... function stop (line 15) | def stop() -> None: ... function standby (line 16) | def standby() -> None: ... function info (line 17) | def info(dump_alloc_table) -> None: ... function main (line 18) | def main(filename) -> None: ... function mount (line 19) | def mount(device, mountpoint, readonly: bool = ..., mkfs: bool = ...) ->... function repl_uart (line 20) | def repl_uart(uart) -> None: ... function rng (line 21) | def rng() -> None: ... function sync (line 22) | def sync() -> None: ... function unique_id (line 23) | def unique_id() -> None: ... function usb_mode (line 24) | def usb_mode(modestr, vid: int = ..., pid: int = ..., hid: int = ...) ->... class Accel (line 26) | class Accel: method filtered_xyz (line 27) | def filtered_xyz(self) -> None: ... method tilt (line 28) | def tilt(self) -> None: ... method x (line 29) | def x(self) -> None: ... method y (line 30) | def y(self) -> None: ... method z (line 31) | def z(self) -> None: ... method write (line 32) | def write(self, register, value) -> None: ... method read (line 33) | def read(self, register) -> None: ... class ADC (line 35) | class ADC: method __init__ (line 36) | def __init__(self, pin) -> None: ... method read_timed_stop (line 37) | def read_timed_stop(self) -> None: ... method read (line 38) | def read(self) -> None: ... method read_timed (line 39) | def read_timed(self, buf, timer) -> None: ... class CAN (line 41) | class CAN: method __init__ (line 50) | def __init__( method initfilterbanks (line 54) | def initfilterbanks(cls, nr) -> None: ... method init (line 55) | def init(self, mode, extframe: bool = ..., prescaler: int = ..., sjw: ... method deinit (line 56) | def deinit(self) -> None: ... method setfilter (line 57) | def setfilter(self, bank, mode, fifo, params, rtr) -> None: ... method clearfilter (line 58) | def clearfilter(self, bank) -> None: ... method any (line 59) | def any(self, fifo) -> None: ... method recv (line 60) | def recv(self, fifo, timeout: int = ...) -> None: ... method send (line 61) | def send(self, data, id, timeout: int = ..., rtr: bool = ...) -> None:... method rxcallback (line 62) | def rxcallback(self, fifo, fun) -> None: ... class DAC (line 64) | class DAC: method __init__ (line 67) | def __init__(self, port, bits: int = ...) -> None: ... method init (line 68) | def init(self, bits: int = ...) -> None: ... method deinit (line 69) | def deinit(self) -> None: ... method noise (line 70) | def noise(self, freq) -> None: ... method triangle (line 71) | def triangle(self, freq) -> None: ... method write (line 72) | def write(self, value) -> None: ... method write_timed (line 73) | def write_timed(self, data, freq, mode=...) -> None: ... class ExtInt (line 75) | class ExtInt: method __init__ (line 79) | def __init__(self, pin, mode, pull, callback) -> None: ... method regs (line 81) | def regs(cls) -> None: ... method disable (line 82) | def disable(self) -> None: ... method enable (line 83) | def enable(self) -> None: ... method line (line 84) | def line(self) -> None: ... method swint (line 85) | def swint(self) -> None: ... class I2C (line 87) | class I2C: method __init__ (line 90) | def __init__(self, *args, **kwargs) -> None: ... method deinit (line 91) | def deinit(self) -> None: ... method init (line 92) | def init(self, mode, addr: int = ..., baudrate: int = ..., gencall: bo... method is_ready (line 93) | def is_ready(self, addr) -> None: ... method mem_read (line 94) | def mem_read(self, data, addr, memaddr, timeout: int = ..., addr_size:... method mem_write (line 95) | def mem_write(self, data, addr, memaddr, timeout: int = ..., addr_size... method recv (line 96) | def recv(self, recv, addr: int = ..., timeout: int = ...) -> None: ... method send (line 97) | def send(self, send, addr: int = ..., timeout: int = ...) -> None: ... method scan (line 98) | def scan(self) -> None: ... class LCD (line 100) | class LCD: method __init__ (line 101) | def __init__(self, skin_position) -> None: ... method command (line 102) | def command(self, instr_data, buf) -> None: ... method contrast (line 103) | def contrast(self, value) -> None: ... method fill (line 104) | def fill(self, colour) -> None: ... method get (line 105) | def get(self, x, y) -> None: ... method light (line 106) | def light(self, value) -> None: ... method pixel (line 107) | def pixel(self, x, y, colour) -> None: ... method show (line 108) | def show(self) -> None: ... method text (line 109) | def text(self, str, x, y, colour) -> None: ... method write (line 110) | def write(self, str) -> None: ... class LED (line 112) | class LED: method __init__ (line 113) | def __init__(self, id) -> None: ... method intensity (line 114) | def intensity(self, value) -> None: ... method off (line 115) | def off(self) -> None: ... method on (line 116) | def on(self) -> None: ... method toggle (line 117) | def toggle(self) -> None: ... class _board (line 119) | class _board: method __getattr__ (line 120) | def __getattr__(self, *args, **kwargs): ... class Pin (line 122) | class Pin: method __init__ (line 135) | def __init__(self, *args, **kwargs) -> None: ... method debug (line 137) | def debug(cls, state) -> None: ... method dict (line 139) | def dict(cls, dict) -> None: ... method mapper (line 141) | def mapper(cls, fun) -> None: ... method init (line 142) | def init(self, mode, pull=..., af: int = ...) -> None: ... method value (line 143) | def value(self, value) -> None: ... method __str__ (line 144) | def __str__(self) -> None: ... method af (line 145) | def af(self) -> None: ... method af_list (line 147) | def af_list(cls) -> None: ... method gpio (line 148) | def gpio(self) -> None: ... method mode (line 149) | def mode(self) -> None: ... method name (line 150) | def name(self) -> None: ... method names (line 151) | def names(self) -> None: ... method pin (line 152) | def pin(self) -> None: ... method port (line 153) | def port(self) -> None: ... method pull (line 154) | def pull(self) -> None: ... class PinAF (line 156) | class PinAF: method __str__ (line 157) | def __str__(self) -> None: ... method index (line 158) | def index(self) -> None: ... method name (line 159) | def name(self) -> None: ... method reg (line 160) | def reg(self) -> None: ... class RTC (line 162) | class RTC: method __init__ (line 163) | def __init__(self) -> None: ... method datetime (line 164) | def datetime(self, datetimetuple) -> None: ... method wakeup (line 165) | def wakeup(self, timeout, callback: Any | None = ...) -> None: ... method info (line 166) | def info(self) -> None: ... method calibration (line 167) | def calibration(self, cal) -> None: ... class Servo (line 169) | class Servo: method __init__ (line 170) | def __init__(self, id) -> None: ... method angle (line 171) | def angle(self, angle, time: int = ...) -> None: ... method speed (line 172) | def speed(self, speed, time: int = ...) -> None: ... method pulse_width (line 173) | def pulse_width(self, value) -> None: ... method calibration (line 174) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... class SPI (line 176) | class SPI: method __init__ (line 181) | def __init__(self, bus) -> None: ... method deinit (line 182) | def deinit(self) -> None: ... method init (line 183) | def init( method recv (line 195) | def recv(self, recv, timeout: int = ...) -> None: ... method send (line 196) | def send(self, send, timeout: int = ...) -> None: ... method send_recv (line 197) | def send_recv(self, send, recv: Any | None = ..., timeout: int = ...) ... class Switch (line 199) | class Switch: method __init__ (line 200) | def __init__(self) -> None: ... method __call__ (line 201) | def __call__(self) -> None: ... method callback (line 202) | def callback(self, fun) -> None: ... class Timer (line 204) | class Timer: method __init__ (line 205) | def __init__(self, *args, **kwargs) -> None: ... method init (line 206) | def init(self, freq, prescaler, period) -> None: ... method deinit (line 207) | def deinit(self) -> None: ... method callback (line 208) | def callback(self, fun) -> None: ... method channel (line 209) | def channel(self, channel, mode) -> None: ... method counter (line 210) | def counter(self, value) -> None: ... method freq (line 211) | def freq(self, value) -> None: ... method period (line 212) | def period(self, value) -> None: ... method prescaler (line 213) | def prescaler(self, value) -> None: ... method source_freq (line 214) | def source_freq(self) -> None: ... class TimerChannel (line 216) | class TimerChannel: method callback (line 217) | def callback(self, fun) -> None: ... method capture (line 218) | def capture(self, value) -> None: ... method compare (line 219) | def compare(self, value) -> None: ... method pulse_width (line 220) | def pulse_width(self, value) -> None: ... method pulse_width_percent (line 221) | def pulse_width_percent(self, value) -> None: ... class UART (line 223) | class UART: method __init__ (line 226) | def __init__(self, bus) -> None: ... method init (line 227) | def init( method deinit (line 238) | def deinit(self) -> None: ... method any (line 239) | def any(self) -> None: ... method writechar (line 240) | def writechar(self, char) -> None: ... method read (line 241) | def read(self, nbytes) -> None: ... method readchar (line 242) | def readchar(self) -> None: ... method readinto (line 243) | def readinto(self, buf, nbytes) -> None: ... method readline (line 244) | def readline(self) -> None: ... method write (line 245) | def write(self, buf) -> None: ... method sendbreak (line 246) | def sendbreak(self) -> None: ... class USB_HID (line 248) | class USB_HID: method recv (line 249) | def recv(self, data, timeout: int = ...) -> None: ... method send (line 250) | def send(self, data) -> None: ... class USB_VCP (line 252) | class USB_VCP: method __init__ (line 253) | def __init__(self) -> None: ... method setinterrupt (line 254) | def setinterrupt(self, chr) -> None: ... method isconnected (line 255) | def isconnected(self) -> None: ... method any (line 256) | def any(self) -> None: ... method close (line 257) | def close(self) -> None: ... method read (line 258) | def read(self, nbytes) -> None: ... method readinto (line 259) | def readinto(self, buf, maxlen) -> None: ... method readline (line 260) | def readline(self) -> None: ... method readlines (line 261) | def readlines(self) -> None: ... method write (line 262) | def write(self, buf) -> None: ... method recv (line 263) | def recv(self, data, timeout: int = ...) -> None: ... method send (line 264) | def send(self, data, timeout: int = ...) -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/_thread.py class LockType (line 9) | class LockType: method acquire (line 12) | def acquire(self, *argv) -> Any: method locked (line 15) | def locked(self, *argv) -> Any: method release (line 18) | def release(self, *argv) -> Any: function allocate_lock (line 22) | def allocate_lock(): function exit (line 26) | def exit(): function get_ident (line 30) | def get_ident(): function stack_size (line 34) | def stack_size(): function start_new_thread (line 38) | def start_new_thread(): FILE: stubs/ev3_pybricks_v1_0_0/_thread.pyi class LockType (line 3) | class LockType: method acquire (line 4) | def acquire(self, *argv) -> Any: ... method locked (line 5) | def locked(self, *argv) -> Any: ... method release (line 6) | def release(self, *argv) -> Any: ... function allocate_lock (line 8) | def allocate_lock() -> None: ... function exit (line 9) | def exit() -> None: ... function get_ident (line 10) | def get_ident() -> None: ... function stack_size (line 11) | def stack_size() -> None: ... function start_new_thread (line 12) | def start_new_thread() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/array.py class array (line 9) | class array: method append (line 12) | def append(self, *argv) -> Any: method extend (line 15) | def extend(self, *argv) -> Any: FILE: stubs/ev3_pybricks_v1_0_0/array.pyi class array (line 3) | class array: method append (line 4) | def append(self, *argv) -> Any: ... method extend (line 5) | def extend(self, *argv) -> Any: ... FILE: stubs/ev3_pybricks_v1_0_0/binascii.py function _transform (line 11) | def _transform(): function a2b_base64 (line 15) | def a2b_base64(): function a2b_hex (line 19) | def a2b_hex(): function b2a_base64 (line 23) | def b2a_base64(): function b2a_hex (line 27) | def b2a_hex(): function crc32 (line 31) | def crc32(): function hexlify (line 35) | def hexlify(): function unhexlify (line 43) | def unhexlify(): FILE: stubs/ev3_pybricks_v1_0_0/binascii.pyi function _transform (line 3) | def _transform() -> None: ... function a2b_base64 (line 4) | def a2b_base64() -> None: ... function a2b_hex (line 5) | def a2b_hex() -> None: ... function b2a_base64 (line 6) | def b2a_base64() -> None: ... function b2a_hex (line 7) | def b2a_hex() -> None: ... function crc32 (line 8) | def crc32() -> None: ... function hexlify (line 9) | def hexlify() -> None: ... function unhexlify (line 14) | def unhexlify() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/boot.py class Align (line 9) | class Align: class Button (line 23) | class Button: class Color (line 38) | class Color: class ColorSensor (line 52) | class ColorSensor: method _close_files (line 55) | def _close_files(self, *argv) -> Any: method _mode (line 61) | def _mode(self, *argv) -> Any: method _open_files (line 66) | def _open_files(self, *argv) -> Any: method _value (line 69) | def _value(self, *argv) -> Any: method ambient (line 72) | def ambient(self, *argv) -> Any: method color (line 75) | def color(self, *argv) -> Any: method reflection (line 78) | def reflection(self, *argv) -> Any: method rgb (line 81) | def rgb(self, *argv) -> Any: class Direction (line 85) | class Direction: class DriveBase (line 92) | class DriveBase: method drive (line 95) | def drive(self, *argv) -> Any: method drive_time (line 98) | def drive_time(self, *argv) -> Any: method stop (line 101) | def stop(self, *argv) -> Any: class GyroSensor (line 105) | class GyroSensor: method _calibrate (line 108) | def _calibrate(self, *argv) -> Any: method _close_files (line 111) | def _close_files(self, *argv) -> Any: method _mode (line 117) | def _mode(self, *argv) -> Any: method _open_files (line 122) | def _open_files(self, *argv) -> Any: method _reset (line 125) | def _reset(self, *argv) -> Any: method _reset_port (line 128) | def _reset_port(self, *argv) -> Any: method _value (line 131) | def _value(self, *argv) -> Any: method angle (line 134) | def angle(self, *argv) -> Any: method reset_angle (line 137) | def reset_angle(self, *argv) -> Any: method speed (line 140) | def speed(self, *argv) -> Any: class ImageFile (line 144) | class ImageFile: class InfraredSensor (line 188) | class InfraredSensor: method _close_files (line 191) | def _close_files(self, *argv) -> Any: method _mode (line 198) | def _mode(self, *argv) -> Any: method _open_files (line 203) | def _open_files(self, *argv) -> Any: method _value (line 206) | def _value(self, *argv) -> Any: method beacon (line 209) | def beacon(self, *argv) -> Any: method buttons (line 212) | def buttons(self, *argv) -> Any: method distance (line 215) | def distance(self, *argv) -> Any: class Motor (line 219) | class Motor: method angle (line 222) | def angle(self, *argv) -> Any: method dc (line 225) | def dc(self, *argv) -> Any: method reset_angle (line 228) | def reset_angle(self, *argv) -> Any: method run (line 231) | def run(self, *argv) -> Any: method run_angle (line 234) | def run_angle(self, *argv) -> Any: method run_target (line 237) | def run_target(self, *argv) -> Any: method run_time (line 240) | def run_time(self, *argv) -> Any: method run_until_stalled (line 243) | def run_until_stalled(self, *argv) -> Any: method set_dc_settings (line 246) | def set_dc_settings(self, *argv) -> Any: method set_pid_settings (line 249) | def set_pid_settings(self, *argv) -> Any: method set_run_settings (line 252) | def set_run_settings(self, *argv) -> Any: method speed (line 255) | def speed(self, *argv) -> Any: method stalled (line 258) | def stalled(self, *argv) -> Any: method stop (line 261) | def stop(self, *argv) -> Any: method track_target (line 264) | def track_target(self, *argv) -> Any: class Port (line 268) | class Port: class SoundFile (line 281) | class SoundFile: class Stop (line 392) | class Stop: class StopWatch (line 400) | class StopWatch: method pause (line 403) | def pause(self, *argv) -> Any: method reset (line 406) | def reset(self, *argv) -> Any: method resume (line 409) | def resume(self, *argv) -> Any: method time (line 412) | def time(self, *argv) -> Any: class TouchSensor (line 416) | class TouchSensor: method _close_files (line 419) | def _close_files(self, *argv) -> Any: method _mode (line 425) | def _mode(self, *argv) -> Any: method _open_files (line 430) | def _open_files(self, *argv) -> Any: method _value (line 433) | def _value(self, *argv) -> Any: method pressed (line 436) | def pressed(self, *argv) -> Any: class UltrasonicSensor (line 440) | class UltrasonicSensor: method _close_files (line 445) | def _close_files(self, *argv) -> Any: method _mode (line 451) | def _mode(self, *argv) -> Any: method _open_files (line 456) | def _open_files(self, *argv) -> Any: method _value (line 459) | def _value(self, *argv) -> Any: method distance (line 462) | def distance(self, *argv) -> Any: method presence (line 465) | def presence(self, *argv) -> Any: function print (line 472) | def print(): function wait (line 476) | def wait(): FILE: stubs/ev3_pybricks_v1_0_0/boot.pyi class Align (line 3) | class Align: class Button (line 14) | class Button: class Color (line 26) | class Color: class ColorSensor (line 37) | class ColorSensor: method _close_files (line 38) | def _close_files(self, *argv) -> Any: ... method _mode (line 41) | def _mode(self, *argv) -> Any: ... method _open_files (line 43) | def _open_files(self, *argv) -> Any: ... method _value (line 44) | def _value(self, *argv) -> Any: ... method ambient (line 45) | def ambient(self, *argv) -> Any: ... method color (line 46) | def color(self, *argv) -> Any: ... method reflection (line 47) | def reflection(self, *argv) -> Any: ... method rgb (line 48) | def rgb(self, *argv) -> Any: ... class Direction (line 50) | class Direction: class DriveBase (line 54) | class DriveBase: method drive (line 55) | def drive(self, *argv) -> Any: ... method drive_time (line 56) | def drive_time(self, *argv) -> Any: ... method stop (line 57) | def stop(self, *argv) -> Any: ... class GyroSensor (line 59) | class GyroSensor: method _calibrate (line 60) | def _calibrate(self, *argv) -> Any: ... method _close_files (line 61) | def _close_files(self, *argv) -> Any: ... method _mode (line 64) | def _mode(self, *argv) -> Any: ... method _open_files (line 66) | def _open_files(self, *argv) -> Any: ... method _reset (line 67) | def _reset(self, *argv) -> Any: ... method _reset_port (line 68) | def _reset_port(self, *argv) -> Any: ... method _value (line 69) | def _value(self, *argv) -> Any: ... method angle (line 70) | def angle(self, *argv) -> Any: ... method reset_angle (line 71) | def reset_angle(self, *argv) -> Any: ... method speed (line 72) | def speed(self, *argv) -> Any: ... class ImageFile (line 74) | class ImageFile: class InfraredSensor (line 115) | class InfraredSensor: method _close_files (line 116) | def _close_files(self, *argv) -> Any: ... method _mode (line 120) | def _mode(self, *argv) -> Any: ... method _open_files (line 122) | def _open_files(self, *argv) -> Any: ... method _value (line 123) | def _value(self, *argv) -> Any: ... method beacon (line 124) | def beacon(self, *argv) -> Any: ... method buttons (line 125) | def buttons(self, *argv) -> Any: ... method distance (line 126) | def distance(self, *argv) -> Any: ... class Motor (line 128) | class Motor: method angle (line 129) | def angle(self, *argv) -> Any: ... method dc (line 130) | def dc(self, *argv) -> Any: ... method reset_angle (line 131) | def reset_angle(self, *argv) -> Any: ... method run (line 132) | def run(self, *argv) -> Any: ... method run_angle (line 133) | def run_angle(self, *argv) -> Any: ... method run_target (line 134) | def run_target(self, *argv) -> Any: ... method run_time (line 135) | def run_time(self, *argv) -> Any: ... method run_until_stalled (line 136) | def run_until_stalled(self, *argv) -> Any: ... method set_dc_settings (line 137) | def set_dc_settings(self, *argv) -> Any: ... method set_pid_settings (line 138) | def set_pid_settings(self, *argv) -> Any: ... method set_run_settings (line 139) | def set_run_settings(self, *argv) -> Any: ... method speed (line 140) | def speed(self, *argv) -> Any: ... method stalled (line 141) | def stalled(self, *argv) -> Any: ... method stop (line 142) | def stop(self, *argv) -> Any: ... method track_target (line 143) | def track_target(self, *argv) -> Any: ... class Port (line 145) | class Port: class SoundFile (line 155) | class SoundFile: class Stop (line 263) | class Stop: class StopWatch (line 268) | class StopWatch: method pause (line 269) | def pause(self, *argv) -> Any: ... method reset (line 270) | def reset(self, *argv) -> Any: ... method resume (line 271) | def resume(self, *argv) -> Any: ... method time (line 272) | def time(self, *argv) -> Any: ... class TouchSensor (line 274) | class TouchSensor: method _close_files (line 275) | def _close_files(self, *argv) -> Any: ... method _mode (line 278) | def _mode(self, *argv) -> Any: ... method _open_files (line 280) | def _open_files(self, *argv) -> Any: ... method _value (line 281) | def _value(self, *argv) -> Any: ... method pressed (line 282) | def pressed(self, *argv) -> Any: ... class UltrasonicSensor (line 284) | class UltrasonicSensor: method _close_files (line 286) | def _close_files(self, *argv) -> Any: ... method _mode (line 289) | def _mode(self, *argv) -> Any: ... method _open_files (line 291) | def _open_files(self, *argv) -> Any: ... method _value (line 292) | def _value(self, *argv) -> Any: ... method distance (line 293) | def distance(self, *argv) -> Any: ... method presence (line 294) | def presence(self, *argv) -> Any: ... function print (line 298) | def print() -> None: ... function wait (line 299) | def wait() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/btree.py function open (line 12) | def open(): FILE: stubs/ev3_pybricks_v1_0_0/btree.pyi function open (line 4) | def open() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class Exception (line 28) | class Exception: class GeneratorExit (line 32) | class GeneratorExit: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt: class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 71) | class NotImplementedError(Exception): class OSError (line 75) | class OSError(Exception): class OverflowError (line 79) | class OverflowError(Exception): class RuntimeError (line 83) | class RuntimeError(Exception): class StopAsyncIteration (line 87) | class StopAsyncIteration: class StopIteration (line 91) | class StopIteration: class SyntaxError (line 95) | class SyntaxError(Exception): class SystemExit (line 99) | class SystemExit: class TypeError (line 103) | class TypeError(Exception): class UnicodeError (line 107) | class UnicodeError(Exception): class ValueError (line 111) | class ValueError(Exception): class ViperTypeError (line 115) | class ViperTypeError(Exception): class ZeroDivisionError (line 119) | class ZeroDivisionError(Exception): function abs (line 123) | def abs(): function all (line 127) | def all(): function any (line 131) | def any(): function bin (line 135) | def bin(): class bool (line 139) | class bool: class bytearray (line 143) | class bytearray: method append (line 146) | def append(self, *argv) -> Any: method extend (line 149) | def extend(self, *argv) -> Any: class bytes (line 153) | class bytes: method center (line 156) | def center(self, *argv) -> Any: method count (line 159) | def count(self, *argv) -> Any: method decode (line 162) | def decode(self, *argv) -> Any: method endswith (line 165) | def endswith(self, *argv) -> Any: method find (line 168) | def find(self, *argv) -> Any: method format (line 171) | def format(self, *argv) -> Any: method index (line 174) | def index(self, *argv) -> Any: method isalpha (line 177) | def isalpha(self, *argv) -> Any: method isdigit (line 180) | def isdigit(self, *argv) -> Any: method islower (line 183) | def islower(self, *argv) -> Any: method isspace (line 186) | def isspace(self, *argv) -> Any: method isupper (line 189) | def isupper(self, *argv) -> Any: method join (line 192) | def join(self, *argv) -> Any: method lower (line 195) | def lower(self, *argv) -> Any: method lstrip (line 198) | def lstrip(self, *argv) -> Any: method partition (line 201) | def partition(self, *argv) -> Any: method replace (line 204) | def replace(self, *argv) -> Any: method rfind (line 207) | def rfind(self, *argv) -> Any: method rindex (line 210) | def rindex(self, *argv) -> Any: method rpartition (line 213) | def rpartition(self, *argv) -> Any: method rsplit (line 216) | def rsplit(self, *argv) -> Any: method rstrip (line 219) | def rstrip(self, *argv) -> Any: method split (line 222) | def split(self, *argv) -> Any: method splitlines (line 225) | def splitlines(self, *argv) -> Any: method startswith (line 228) | def startswith(self, *argv) -> Any: method strip (line 231) | def strip(self, *argv) -> Any: method upper (line 234) | def upper(self, *argv) -> Any: function callable (line 238) | def callable(): function chr (line 242) | def chr(): class classmethod (line 246) | class classmethod: function compile (line 250) | def compile(): class complex (line 254) | class complex: function delattr (line 258) | def delattr(): class dict (line 262) | class dict: method clear (line 265) | def clear(self, *argv) -> Any: method copy (line 268) | def copy(self, *argv) -> Any: method fromkeys (line 271) | def fromkeys(self, *argv) -> Any: method get (line 274) | def get(self, *argv) -> Any: method items (line 277) | def items(self, *argv) -> Any: method keys (line 280) | def keys(self, *argv) -> Any: method pop (line 283) | def pop(self, *argv) -> Any: method popitem (line 286) | def popitem(self, *argv) -> Any: method setdefault (line 289) | def setdefault(self, *argv) -> Any: method update (line 292) | def update(self, *argv) -> Any: method values (line 295) | def values(self, *argv) -> Any: function dir (line 299) | def dir(): function divmod (line 303) | def divmod(): class enumerate (line 307) | class enumerate: function eval (line 311) | def eval(): function exec (line 315) | def exec(): class filter (line 319) | class filter: class float (line 323) | class float: class frozenset (line 327) | class frozenset: method copy (line 330) | def copy(self, *argv) -> Any: method difference (line 333) | def difference(self, *argv) -> Any: method intersection (line 336) | def intersection(self, *argv) -> Any: method isdisjoint (line 339) | def isdisjoint(self, *argv) -> Any: method issubset (line 342) | def issubset(self, *argv) -> Any: method issuperset (line 345) | def issuperset(self, *argv) -> Any: method symmetric_difference (line 348) | def symmetric_difference(self, *argv) -> Any: method union (line 351) | def union(self, *argv) -> Any: function getattr (line 355) | def getattr(): function globals (line 359) | def globals(): function hasattr (line 363) | def hasattr(): function hash (line 367) | def hash(): function help (line 371) | def help(): function hex (line 375) | def hex(): function id (line 379) | def id(): function input (line 383) | def input(): class int (line 387) | class int: method from_bytes (line 390) | def from_bytes(self, *argv) -> Any: method to_bytes (line 393) | def to_bytes(self, *argv) -> Any: function isinstance (line 397) | def isinstance(): function issubclass (line 401) | def issubclass(): function iter (line 405) | def iter(): function len (line 409) | def len(): class list (line 413) | class list: method append (line 416) | def append(self, *argv) -> Any: method clear (line 419) | def clear(self, *argv) -> Any: method copy (line 422) | def copy(self, *argv) -> Any: method count (line 425) | def count(self, *argv) -> Any: method extend (line 428) | def extend(self, *argv) -> Any: method index (line 431) | def index(self, *argv) -> Any: method insert (line 434) | def insert(self, *argv) -> Any: method pop (line 437) | def pop(self, *argv) -> Any: method remove (line 440) | def remove(self, *argv) -> Any: method reverse (line 443) | def reverse(self, *argv) -> Any: method sort (line 446) | def sort(self, *argv) -> Any: function locals (line 450) | def locals(): class map (line 454) | class map: function max (line 458) | def max(): class memoryview (line 462) | class memoryview: function min (line 466) | def min(): function next (line 470) | def next(): class object (line 474) | class object: function oct (line 478) | def oct(): function open (line 482) | def open(): function ord (line 486) | def ord(): function pow (line 490) | def pow(): function print (line 494) | def print(): class property (line 498) | class property: method deleter (line 501) | def deleter(self, *argv) -> Any: method getter (line 504) | def getter(self, *argv) -> Any: method setter (line 507) | def setter(self, *argv) -> Any: class range (line 511) | class range: function repr (line 515) | def repr(): class reversed (line 519) | class reversed: function round (line 523) | def round(): class set (line 527) | class set: method add (line 530) | def add(self, *argv) -> Any: method clear (line 533) | def clear(self, *argv) -> Any: method copy (line 536) | def copy(self, *argv) -> Any: method difference (line 539) | def difference(self, *argv) -> Any: method difference_update (line 542) | def difference_update(self, *argv) -> Any: method discard (line 545) | def discard(self, *argv) -> Any: method intersection (line 548) | def intersection(self, *argv) -> Any: method intersection_update (line 551) | def intersection_update(self, *argv) -> Any: method isdisjoint (line 554) | def isdisjoint(self, *argv) -> Any: method issubset (line 557) | def issubset(self, *argv) -> Any: method issuperset (line 560) | def issuperset(self, *argv) -> Any: method pop (line 563) | def pop(self, *argv) -> Any: method remove (line 566) | def remove(self, *argv) -> Any: method symmetric_difference (line 569) | def symmetric_difference(self, *argv) -> Any: method symmetric_difference_update (line 572) | def symmetric_difference_update(self, *argv) -> Any: method union (line 575) | def union(self, *argv) -> Any: method update (line 578) | def update(self, *argv) -> Any: function setattr (line 582) | def setattr(): class slice (line 586) | class slice: function sorted (line 590) | def sorted(): class staticmethod (line 594) | class staticmethod: class str (line 598) | class str: method center (line 601) | def center(self, *argv) -> Any: method count (line 604) | def count(self, *argv) -> Any: method encode (line 607) | def encode(self, *argv) -> Any: method endswith (line 610) | def endswith(self, *argv) -> Any: method find (line 613) | def find(self, *argv) -> Any: method format (line 616) | def format(self, *argv) -> Any: method index (line 619) | def index(self, *argv) -> Any: method isalpha (line 622) | def isalpha(self, *argv) -> Any: method isdigit (line 625) | def isdigit(self, *argv) -> Any: method islower (line 628) | def islower(self, *argv) -> Any: method isspace (line 631) | def isspace(self, *argv) -> Any: method isupper (line 634) | def isupper(self, *argv) -> Any: method join (line 637) | def join(self, *argv) -> Any: method lower (line 640) | def lower(self, *argv) -> Any: method lstrip (line 643) | def lstrip(self, *argv) -> Any: method partition (line 646) | def partition(self, *argv) -> Any: method replace (line 649) | def replace(self, *argv) -> Any: method rfind (line 652) | def rfind(self, *argv) -> Any: method rindex (line 655) | def rindex(self, *argv) -> Any: method rpartition (line 658) | def rpartition(self, *argv) -> Any: method rsplit (line 661) | def rsplit(self, *argv) -> Any: method rstrip (line 664) | def rstrip(self, *argv) -> Any: method split (line 667) | def split(self, *argv) -> Any: method splitlines (line 670) | def splitlines(self, *argv) -> Any: method startswith (line 673) | def startswith(self, *argv) -> Any: method strip (line 676) | def strip(self, *argv) -> Any: method upper (line 679) | def upper(self, *argv) -> Any: function sum (line 683) | def sum(): class super (line 687) | class super: class tuple (line 691) | class tuple: method count (line 694) | def count(self, *argv) -> Any: method index (line 697) | def index(self, *argv) -> Any: class type (line 701) | class type: class zip (line 705) | class zip: FILE: stubs/ev3_pybricks_v1_0_0/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class Exception (line 10) | class Exception: ... class GeneratorExit (line 11) | class GeneratorExit: ... class ImportError (line 12) | class ImportError(Exception): ... class IndentationError (line 13) | class IndentationError(Exception): ... class IndexError (line 14) | class IndexError(Exception): ... class KeyError (line 15) | class KeyError(Exception): ... class KeyboardInterrupt (line 16) | class KeyboardInterrupt: ... class LookupError (line 17) | class LookupError(Exception): ... class MemoryError (line 18) | class MemoryError(Exception): ... class NameError (line 19) | class NameError(Exception): ... class NotImplementedError (line 23) | class NotImplementedError(Exception): ... class OSError (line 24) | class OSError(Exception): ... class OverflowError (line 25) | class OverflowError(Exception): ... class RuntimeError (line 26) | class RuntimeError(Exception): ... class StopAsyncIteration (line 27) | class StopAsyncIteration: ... class StopIteration (line 28) | class StopIteration: ... class SyntaxError (line 29) | class SyntaxError(Exception): ... class SystemExit (line 30) | class SystemExit: ... class TypeError (line 31) | class TypeError(Exception): ... class UnicodeError (line 32) | class UnicodeError(Exception): ... class ValueError (line 33) | class ValueError(Exception): ... class ViperTypeError (line 34) | class ViperTypeError(Exception): ... class ZeroDivisionError (line 35) | class ZeroDivisionError(Exception): ... function abs (line 37) | def abs() -> None: ... function all (line 38) | def all() -> None: ... function any (line 39) | def any() -> None: ... function bin (line 40) | def bin() -> None: ... class bool (line 42) | class bool: ... class bytearray (line 44) | class bytearray: method append (line 45) | def append(self, *argv) -> Any: ... method extend (line 46) | def extend(self, *argv) -> Any: ... class bytes (line 48) | class bytes: method center (line 49) | def center(self, *argv) -> Any: ... method count (line 50) | def count(self, *argv) -> Any: ... method decode (line 51) | def decode(self, *argv) -> Any: ... method endswith (line 52) | def endswith(self, *argv) -> Any: ... method find (line 53) | def find(self, *argv) -> Any: ... method format (line 54) | def format(self, *argv) -> Any: ... method index (line 55) | def index(self, *argv) -> Any: ... method isalpha (line 56) | def isalpha(self, *argv) -> Any: ... method isdigit (line 57) | def isdigit(self, *argv) -> Any: ... method islower (line 58) | def islower(self, *argv) -> Any: ... method isspace (line 59) | def isspace(self, *argv) -> Any: ... method isupper (line 60) | def isupper(self, *argv) -> Any: ... method join (line 61) | def join(self, *argv) -> Any: ... method lower (line 62) | def lower(self, *argv) -> Any: ... method lstrip (line 63) | def lstrip(self, *argv) -> Any: ... method partition (line 64) | def partition(self, *argv) -> Any: ... method replace (line 65) | def replace(self, *argv) -> Any: ... method rfind (line 66) | def rfind(self, *argv) -> Any: ... method rindex (line 67) | def rindex(self, *argv) -> Any: ... method rpartition (line 68) | def rpartition(self, *argv) -> Any: ... method rsplit (line 69) | def rsplit(self, *argv) -> Any: ... method rstrip (line 70) | def rstrip(self, *argv) -> Any: ... method split (line 71) | def split(self, *argv) -> Any: ... method splitlines (line 72) | def splitlines(self, *argv) -> Any: ... method startswith (line 73) | def startswith(self, *argv) -> Any: ... method strip (line 74) | def strip(self, *argv) -> Any: ... method upper (line 75) | def upper(self, *argv) -> Any: ... function callable (line 77) | def callable() -> None: ... function chr (line 78) | def chr() -> None: ... class classmethod (line 80) | class classmethod: ... function compile (line 82) | def compile() -> None: ... class complex (line 84) | class complex: ... function delattr (line 86) | def delattr() -> None: ... class dict (line 88) | class dict: method clear (line 89) | def clear(self, *argv) -> Any: ... method copy (line 90) | def copy(self, *argv) -> Any: ... method fromkeys (line 91) | def fromkeys(self, *argv) -> Any: ... method get (line 92) | def get(self, *argv) -> Any: ... method items (line 93) | def items(self, *argv) -> Any: ... method keys (line 94) | def keys(self, *argv) -> Any: ... method pop (line 95) | def pop(self, *argv) -> Any: ... method popitem (line 96) | def popitem(self, *argv) -> Any: ... method setdefault (line 97) | def setdefault(self, *argv) -> Any: ... method update (line 98) | def update(self, *argv) -> Any: ... method values (line 99) | def values(self, *argv) -> Any: ... function dir (line 101) | def dir() -> None: ... function divmod (line 102) | def divmod() -> None: ... class enumerate (line 104) | class enumerate: ... function eval (line 106) | def eval() -> None: ... function exec (line 107) | def exec() -> None: ... class filter (line 109) | class filter: ... class float (line 110) | class float: ... class frozenset (line 112) | class frozenset: method copy (line 113) | def copy(self, *argv) -> Any: ... method difference (line 114) | def difference(self, *argv) -> Any: ... method intersection (line 115) | def intersection(self, *argv) -> Any: ... method isdisjoint (line 116) | def isdisjoint(self, *argv) -> Any: ... method issubset (line 117) | def issubset(self, *argv) -> Any: ... method issuperset (line 118) | def issuperset(self, *argv) -> Any: ... method symmetric_difference (line 119) | def symmetric_difference(self, *argv) -> Any: ... method union (line 120) | def union(self, *argv) -> Any: ... function getattr (line 122) | def getattr() -> None: ... function globals (line 123) | def globals() -> None: ... function hasattr (line 124) | def hasattr() -> None: ... function hash (line 125) | def hash() -> None: ... function help (line 126) | def help() -> None: ... function hex (line 127) | def hex() -> None: ... function id (line 128) | def id() -> None: ... function input (line 129) | def input() -> None: ... class int (line 131) | class int: method from_bytes (line 132) | def from_bytes(self, *argv) -> Any: ... method to_bytes (line 133) | def to_bytes(self, *argv) -> Any: ... function isinstance (line 135) | def isinstance() -> None: ... function issubclass (line 136) | def issubclass() -> None: ... function iter (line 137) | def iter() -> None: ... function len (line 138) | def len() -> None: ... class list (line 140) | class list: method append (line 141) | def append(self, *argv) -> Any: ... method clear (line 142) | def clear(self, *argv) -> Any: ... method copy (line 143) | def copy(self, *argv) -> Any: ... method count (line 144) | def count(self, *argv) -> Any: ... method extend (line 145) | def extend(self, *argv) -> Any: ... method index (line 146) | def index(self, *argv) -> Any: ... method insert (line 147) | def insert(self, *argv) -> Any: ... method pop (line 148) | def pop(self, *argv) -> Any: ... method remove (line 149) | def remove(self, *argv) -> Any: ... method reverse (line 150) | def reverse(self, *argv) -> Any: ... method sort (line 151) | def sort(self, *argv) -> Any: ... function locals (line 153) | def locals() -> None: ... class map (line 155) | class map: ... function max (line 157) | def max() -> None: ... class memoryview (line 159) | class memoryview: ... function min (line 161) | def min() -> None: ... function next (line 162) | def next() -> None: ... class object (line 164) | class object: ... function oct (line 166) | def oct() -> None: ... function open (line 167) | def open() -> None: ... function ord (line 168) | def ord() -> None: ... function pow (line 169) | def pow() -> None: ... function print (line 170) | def print() -> None: ... class property (line 172) | class property: method deleter (line 173) | def deleter(self, *argv) -> Any: ... method getter (line 174) | def getter(self, *argv) -> Any: ... method setter (line 175) | def setter(self, *argv) -> Any: ... class range (line 177) | class range: ... function repr (line 179) | def repr() -> None: ... class reversed (line 181) | class reversed: ... function round (line 183) | def round() -> None: ... class set (line 185) | class set: method add (line 186) | def add(self, *argv) -> Any: ... method clear (line 187) | def clear(self, *argv) -> Any: ... method copy (line 188) | def copy(self, *argv) -> Any: ... method difference (line 189) | def difference(self, *argv) -> Any: ... method difference_update (line 190) | def difference_update(self, *argv) -> Any: ... method discard (line 191) | def discard(self, *argv) -> Any: ... method intersection (line 192) | def intersection(self, *argv) -> Any: ... method intersection_update (line 193) | def intersection_update(self, *argv) -> Any: ... method isdisjoint (line 194) | def isdisjoint(self, *argv) -> Any: ... method issubset (line 195) | def issubset(self, *argv) -> Any: ... method issuperset (line 196) | def issuperset(self, *argv) -> Any: ... method pop (line 197) | def pop(self, *argv) -> Any: ... method remove (line 198) | def remove(self, *argv) -> Any: ... method symmetric_difference (line 199) | def symmetric_difference(self, *argv) -> Any: ... method symmetric_difference_update (line 200) | def symmetric_difference_update(self, *argv) -> Any: ... method union (line 201) | def union(self, *argv) -> Any: ... method update (line 202) | def update(self, *argv) -> Any: ... function setattr (line 204) | def setattr() -> None: ... class slice (line 206) | class slice: ... function sorted (line 208) | def sorted() -> None: ... class staticmethod (line 210) | class staticmethod: ... class str (line 212) | class str: method center (line 213) | def center(self, *argv) -> Any: ... method count (line 214) | def count(self, *argv) -> Any: ... method encode (line 215) | def encode(self, *argv) -> Any: ... method endswith (line 216) | def endswith(self, *argv) -> Any: ... method find (line 217) | def find(self, *argv) -> Any: ... method format (line 218) | def format(self, *argv) -> Any: ... method index (line 219) | def index(self, *argv) -> Any: ... method isalpha (line 220) | def isalpha(self, *argv) -> Any: ... method isdigit (line 221) | def isdigit(self, *argv) -> Any: ... method islower (line 222) | def islower(self, *argv) -> Any: ... method isspace (line 223) | def isspace(self, *argv) -> Any: ... method isupper (line 224) | def isupper(self, *argv) -> Any: ... method join (line 225) | def join(self, *argv) -> Any: ... method lower (line 226) | def lower(self, *argv) -> Any: ... method lstrip (line 227) | def lstrip(self, *argv) -> Any: ... method partition (line 228) | def partition(self, *argv) -> Any: ... method replace (line 229) | def replace(self, *argv) -> Any: ... method rfind (line 230) | def rfind(self, *argv) -> Any: ... method rindex (line 231) | def rindex(self, *argv) -> Any: ... method rpartition (line 232) | def rpartition(self, *argv) -> Any: ... method rsplit (line 233) | def rsplit(self, *argv) -> Any: ... method rstrip (line 234) | def rstrip(self, *argv) -> Any: ... method split (line 235) | def split(self, *argv) -> Any: ... method splitlines (line 236) | def splitlines(self, *argv) -> Any: ... method startswith (line 237) | def startswith(self, *argv) -> Any: ... method strip (line 238) | def strip(self, *argv) -> Any: ... method upper (line 239) | def upper(self, *argv) -> Any: ... function sum (line 241) | def sum() -> None: ... class super (line 243) | class super: ... class tuple (line 245) | class tuple: method count (line 246) | def count(self, *argv) -> Any: ... method index (line 247) | def index(self, *argv) -> Any: ... class type (line 249) | class type: ... class zip (line 250) | class zip: ... FILE: stubs/ev3_pybricks_v1_0_0/cmath.py function cos (line 9) | def cos(): function exp (line 16) | def exp(): function log (line 20) | def log(): function log10 (line 24) | def log10(): function phase (line 28) | def phase(): function polar (line 35) | def polar(): function rect (line 39) | def rect(): function sin (line 43) | def sin(): function sqrt (line 47) | def sqrt(): FILE: stubs/ev3_pybricks_v1_0_0/cmath.pyi function cos (line 1) | def cos() -> None: ... function exp (line 5) | def exp() -> None: ... function log (line 6) | def log() -> None: ... function log10 (line 7) | def log10() -> None: ... function phase (line 8) | def phase() -> None: ... function polar (line 12) | def polar() -> None: ... function rect (line 13) | def rect() -> None: ... function sin (line 14) | def sin() -> None: ... function sqrt (line 15) | def sqrt() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/collections.py class MutableMapping (line 9) | class MutableMapping: class OrderedDict (line 13) | class OrderedDict: method clear (line 16) | def clear(self, *argv) -> Any: method copy (line 19) | def copy(self, *argv) -> Any: method fromkeys (line 22) | def fromkeys(self, *argv) -> Any: method get (line 25) | def get(self, *argv) -> Any: method items (line 28) | def items(self, *argv) -> Any: method keys (line 31) | def keys(self, *argv) -> Any: method pop (line 34) | def pop(self, *argv) -> Any: method popitem (line 37) | def popitem(self, *argv) -> Any: method setdefault (line 40) | def setdefault(self, *argv) -> Any: method update (line 43) | def update(self, *argv) -> Any: method values (line 46) | def values(self, *argv) -> Any: class defaultdict (line 50) | class defaultdict: class deque (line 54) | class deque: method append (line 57) | def append(self, *argv) -> Any: method appendleft (line 60) | def appendleft(self, *argv) -> Any: method extend (line 63) | def extend(self, *argv) -> Any: method pop (line 66) | def pop(self, *argv) -> Any: method popleft (line 69) | def popleft(self, *argv) -> Any: method popright (line 72) | def popright(self, *argv) -> Any: function namedtuple (line 76) | def namedtuple(): FILE: stubs/ev3_pybricks_v1_0_0/collections.pyi class MutableMapping (line 3) | class MutableMapping: ... class OrderedDict (line 5) | class OrderedDict: method clear (line 6) | def clear(self, *argv) -> Any: ... method copy (line 7) | def copy(self, *argv) -> Any: ... method fromkeys (line 8) | def fromkeys(self, *argv) -> Any: ... method get (line 9) | def get(self, *argv) -> Any: ... method items (line 10) | def items(self, *argv) -> Any: ... method keys (line 11) | def keys(self, *argv) -> Any: ... method pop (line 12) | def pop(self, *argv) -> Any: ... method popitem (line 13) | def popitem(self, *argv) -> Any: ... method setdefault (line 14) | def setdefault(self, *argv) -> Any: ... method update (line 15) | def update(self, *argv) -> Any: ... method values (line 16) | def values(self, *argv) -> Any: ... class defaultdict (line 18) | class defaultdict: ... class deque (line 20) | class deque: method append (line 21) | def append(self, *argv) -> Any: ... method appendleft (line 22) | def appendleft(self, *argv) -> Any: ... method extend (line 23) | def extend(self, *argv) -> Any: ... method pop (line 24) | def pop(self, *argv) -> Any: ... method popleft (line 25) | def popleft(self, *argv) -> Any: ... method popright (line 26) | def popright(self, *argv) -> Any: ... function namedtuple (line 28) | def namedtuple() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/ev3brick_c.py function buttons (line 11) | def buttons(): function light (line 15) | def light(): FILE: stubs/ev3_pybricks_v1_0_0/ev3brick_c.pyi function buttons (line 5) | def buttons() -> None: ... function light (line 6) | def light() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/ev3devices_c.py class Motor (line 9) | class Motor: method angle (line 12) | def angle(self, *argv) -> Any: method dc (line 15) | def dc(self, *argv) -> Any: method reset_angle (line 18) | def reset_angle(self, *argv) -> Any: method run (line 21) | def run(self, *argv) -> Any: method run_angle (line 24) | def run_angle(self, *argv) -> Any: method run_target (line 27) | def run_target(self, *argv) -> Any: method run_time (line 30) | def run_time(self, *argv) -> Any: method run_until_stalled (line 33) | def run_until_stalled(self, *argv) -> Any: method set_dc_settings (line 36) | def set_dc_settings(self, *argv) -> Any: method set_pid_settings (line 39) | def set_pid_settings(self, *argv) -> Any: method set_run_settings (line 42) | def set_run_settings(self, *argv) -> Any: method speed (line 45) | def speed(self, *argv) -> Any: method stalled (line 48) | def stalled(self, *argv) -> Any: method stop (line 51) | def stop(self, *argv) -> Any: method track_target (line 54) | def track_target(self, *argv) -> Any: FILE: stubs/ev3_pybricks_v1_0_0/ev3devices_c.pyi class Motor (line 3) | class Motor: method angle (line 4) | def angle(self, *argv) -> Any: ... method dc (line 5) | def dc(self, *argv) -> Any: ... method reset_angle (line 6) | def reset_angle(self, *argv) -> Any: ... method run (line 7) | def run(self, *argv) -> Any: ... method run_angle (line 8) | def run_angle(self, *argv) -> Any: ... method run_target (line 9) | def run_target(self, *argv) -> Any: ... method run_time (line 10) | def run_time(self, *argv) -> Any: ... method run_until_stalled (line 11) | def run_until_stalled(self, *argv) -> Any: ... method set_dc_settings (line 12) | def set_dc_settings(self, *argv) -> Any: ... method set_pid_settings (line 13) | def set_pid_settings(self, *argv) -> Any: ... method set_run_settings (line 14) | def set_run_settings(self, *argv) -> Any: ... method speed (line 15) | def speed(self, *argv) -> Any: ... method stalled (line 16) | def stalled(self, *argv) -> Any: ... method stop (line 17) | def stop(self, *argv) -> Any: ... method track_target (line 18) | def track_target(self, *argv) -> Any: ... FILE: stubs/ev3_pybricks_v1_0_0/ffi.py function as_bytearray (line 9) | def as_bytearray(): function callback (line 13) | def callback(): function func (line 17) | def func(): function open (line 21) | def open(): FILE: stubs/ev3_pybricks_v1_0_0/ffi.pyi function as_bytearray (line 1) | def as_bytearray() -> None: ... function callback (line 2) | def callback() -> None: ... function func (line 3) | def func() -> None: ... function open (line 4) | def open() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method blit (line 12) | def blit(self, *argv) -> Any: method fill (line 15) | def fill(self, *argv) -> Any: method fill_rect (line 18) | def fill_rect(self, *argv) -> Any: method hline (line 21) | def hline(self, *argv) -> Any: method line (line 24) | def line(self, *argv) -> Any: method pixel (line 27) | def pixel(self, *argv) -> Any: method rect (line 30) | def rect(self, *argv) -> Any: method scroll (line 33) | def scroll(self, *argv) -> Any: method text (line 36) | def text(self, *argv) -> Any: method vline (line 39) | def vline(self, *argv) -> Any: function FrameBuffer1 (line 43) | def FrameBuffer1(): FILE: stubs/ev3_pybricks_v1_0_0/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method blit (line 4) | def blit(self, *argv) -> Any: ... method fill (line 5) | def fill(self, *argv) -> Any: ... method fill_rect (line 6) | def fill_rect(self, *argv) -> Any: ... method hline (line 7) | def hline(self, *argv) -> Any: ... method line (line 8) | def line(self, *argv) -> Any: ... method pixel (line 9) | def pixel(self, *argv) -> Any: ... method rect (line 10) | def rect(self, *argv) -> Any: ... method scroll (line 11) | def scroll(self, *argv) -> Any: ... method text (line 12) | def text(self, *argv) -> Any: ... method vline (line 13) | def vline(self, *argv) -> Any: ... function FrameBuffer1 (line 15) | def FrameBuffer1() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/functools.py function partial (line 9) | def partial(): function reduce (line 13) | def reduce(): function update_wrapper (line 17) | def update_wrapper(): function wraps (line 21) | def wraps(): FILE: stubs/ev3_pybricks_v1_0_0/functools.pyi function partial (line 1) | def partial() -> None: ... function reduce (line 2) | def reduce() -> None: ... function update_wrapper (line 3) | def update_wrapper() -> None: ... function wraps (line 4) | def wraps() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/gc.py function collect (line 9) | def collect(): function disable (line 13) | def disable(): function enable (line 17) | def enable(): function isenabled (line 21) | def isenabled(): function mem_alloc (line 25) | def mem_alloc(): function mem_free (line 29) | def mem_free(): function threshold (line 33) | def threshold(): FILE: stubs/ev3_pybricks_v1_0_0/gc.pyi function collect (line 1) | def collect() -> None: ... function disable (line 2) | def disable() -> None: ... function enable (line 3) | def enable() -> None: ... function isenabled (line 4) | def isenabled() -> None: ... function mem_alloc (line 5) | def mem_alloc() -> None: ... function mem_free (line 6) | def mem_free() -> None: ... function threshold (line 7) | def threshold() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/hashlib.py function init (line 14) | def init(): function new (line 18) | def new(): class sha1 (line 22) | class sha1: method digest (line 25) | def digest(self, *argv) -> Any: method update (line 28) | def update(self, *argv) -> Any: class sha224 (line 32) | class sha224: method copy (line 37) | def copy(self, *argv) -> Any: method digest (line 40) | def digest(self, *argv) -> Any: method hexdigest (line 46) | def hexdigest(self, *argv) -> Any: method update (line 49) | def update(self, *argv) -> Any: class sha256 (line 53) | class sha256: method digest (line 56) | def digest(self, *argv) -> Any: method update (line 59) | def update(self, *argv) -> Any: class sha384 (line 63) | class sha384: method copy (line 68) | def copy(self, *argv) -> Any: method digest (line 71) | def digest(self, *argv) -> Any: method hexdigest (line 77) | def hexdigest(self, *argv) -> Any: method update (line 80) | def update(self, *argv) -> Any: class sha512 (line 84) | class sha512: method copy (line 89) | def copy(self, *argv) -> Any: method digest (line 92) | def digest(self, *argv) -> Any: method hexdigest (line 98) | def hexdigest(self, *argv) -> Any: method update (line 101) | def update(self, *argv) -> Any: FILE: stubs/ev3_pybricks_v1_0_0/hashlib.pyi function init (line 8) | def init() -> None: ... function new (line 9) | def new() -> None: ... class sha1 (line 11) | class sha1: method digest (line 12) | def digest(self, *argv) -> Any: ... method update (line 13) | def update(self, *argv) -> Any: ... class sha224 (line 15) | class sha224: method copy (line 17) | def copy(self, *argv) -> Any: ... method digest (line 18) | def digest(self, *argv) -> Any: ... method hexdigest (line 21) | def hexdigest(self, *argv) -> Any: ... method update (line 22) | def update(self, *argv) -> Any: ... class sha256 (line 24) | class sha256: method digest (line 25) | def digest(self, *argv) -> Any: ... method update (line 26) | def update(self, *argv) -> Any: ... class sha384 (line 28) | class sha384: method copy (line 30) | def copy(self, *argv) -> Any: ... method digest (line 31) | def digest(self, *argv) -> Any: ... method hexdigest (line 34) | def hexdigest(self, *argv) -> Any: ... method update (line 35) | def update(self, *argv) -> Any: ... class sha512 (line 37) | class sha512: method copy (line 39) | def copy(self, *argv) -> Any: ... method digest (line 40) | def digest(self, *argv) -> Any: ... method hexdigest (line 43) | def hexdigest(self, *argv) -> Any: ... method update (line 44) | def update(self, *argv) -> Any: ... FILE: stubs/ev3_pybricks_v1_0_0/heapq.py function _heapify_max (line 9) | def _heapify_max(): function _heappushpop_max (line 13) | def _heappushpop_max(): function _nlargest (line 17) | def _nlargest(): function _nsmallest (line 21) | def _nsmallest(): function _siftdown (line 25) | def _siftdown(): function _siftdown_max (line 29) | def _siftdown_max(): function _siftup (line 33) | def _siftup(): function _siftup_max (line 37) | def _siftup_max(): function heapify (line 41) | def heapify(): function heappop (line 45) | def heappop(): function heappush (line 49) | def heappush(): function heappushpop (line 53) | def heappushpop(): function heapreplace (line 57) | def heapreplace(): function nlargest (line 64) | def nlargest(): function nsmallest (line 68) | def nsmallest(): FILE: stubs/ev3_pybricks_v1_0_0/heapq.pyi function _heapify_max (line 3) | def _heapify_max() -> None: ... function _heappushpop_max (line 4) | def _heappushpop_max() -> None: ... function _nlargest (line 5) | def _nlargest() -> None: ... function _nsmallest (line 6) | def _nsmallest() -> None: ... function _siftdown (line 7) | def _siftdown() -> None: ... function _siftdown_max (line 8) | def _siftdown_max() -> None: ... function _siftup (line 9) | def _siftup() -> None: ... function _siftup_max (line 10) | def _siftup_max() -> None: ... function heapify (line 11) | def heapify() -> None: ... function heappop (line 12) | def heappop() -> None: ... function heappush (line 13) | def heappush() -> None: ... function heappushpop (line 14) | def heappushpop() -> None: ... function heapreplace (line 15) | def heapreplace() -> None: ... function nlargest (line 19) | def nlargest() -> None: ... function nsmallest (line 20) | def nsmallest() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/io.py class BytesIO (line 9) | class BytesIO: method close (line 12) | def close(self, *argv) -> Any: method flush (line 15) | def flush(self, *argv) -> Any: method getvalue (line 18) | def getvalue(self, *argv) -> Any: method read (line 21) | def read(self, *argv) -> Any: method readinto (line 24) | def readinto(self, *argv) -> Any: method readline (line 27) | def readline(self, *argv) -> Any: method seek (line 30) | def seek(self, *argv) -> Any: method write (line 33) | def write(self, *argv) -> Any: class FileIO (line 37) | class FileIO: method close (line 40) | def close(self, *argv) -> Any: method fileno (line 43) | def fileno(self, *argv) -> Any: method flush (line 46) | def flush(self, *argv) -> Any: method read (line 49) | def read(self, *argv) -> Any: method readinto (line 52) | def readinto(self, *argv) -> Any: method readline (line 55) | def readline(self, *argv) -> Any: method readlines (line 58) | def readlines(self, *argv) -> Any: method seek (line 61) | def seek(self, *argv) -> Any: method tell (line 64) | def tell(self, *argv) -> Any: method write (line 67) | def write(self, *argv) -> Any: class IOBase (line 71) | class IOBase: class StringIO (line 80) | class StringIO: method close (line 83) | def close(self, *argv) -> Any: method flush (line 86) | def flush(self, *argv) -> Any: method getvalue (line 89) | def getvalue(self, *argv) -> Any: method read (line 92) | def read(self, *argv) -> Any: method readinto (line 95) | def readinto(self, *argv) -> Any: method readline (line 98) | def readline(self, *argv) -> Any: method seek (line 101) | def seek(self, *argv) -> Any: method write (line 104) | def write(self, *argv) -> Any: class TextIOWrapper (line 108) | class TextIOWrapper: method close (line 111) | def close(self, *argv) -> Any: method fileno (line 114) | def fileno(self, *argv) -> Any: method flush (line 117) | def flush(self, *argv) -> Any: method read (line 120) | def read(self, *argv) -> Any: method readinto (line 123) | def readinto(self, *argv) -> Any: method readline (line 126) | def readline(self, *argv) -> Any: method readlines (line 129) | def readlines(self, *argv) -> Any: method seek (line 132) | def seek(self, *argv) -> Any: method tell (line 135) | def tell(self, *argv) -> Any: method write (line 138) | def write(self, *argv) -> Any: function open (line 142) | def open(): FILE: stubs/ev3_pybricks_v1_0_0/io.pyi class BytesIO (line 3) | class BytesIO: method close (line 4) | def close(self, *argv) -> Any: ... method flush (line 5) | def flush(self, *argv) -> Any: ... method getvalue (line 6) | def getvalue(self, *argv) -> Any: ... method read (line 7) | def read(self, *argv) -> Any: ... method readinto (line 8) | def readinto(self, *argv) -> Any: ... method readline (line 9) | def readline(self, *argv) -> Any: ... method seek (line 10) | def seek(self, *argv) -> Any: ... method write (line 11) | def write(self, *argv) -> Any: ... class FileIO (line 13) | class FileIO: method close (line 14) | def close(self, *argv) -> Any: ... method fileno (line 15) | def fileno(self, *argv) -> Any: ... method flush (line 16) | def flush(self, *argv) -> Any: ... method read (line 17) | def read(self, *argv) -> Any: ... method readinto (line 18) | def readinto(self, *argv) -> Any: ... method readline (line 19) | def readline(self, *argv) -> Any: ... method readlines (line 20) | def readlines(self, *argv) -> Any: ... method seek (line 21) | def seek(self, *argv) -> Any: ... method tell (line 22) | def tell(self, *argv) -> Any: ... method write (line 23) | def write(self, *argv) -> Any: ... class IOBase (line 25) | class IOBase: ... class StringIO (line 31) | class StringIO: method close (line 32) | def close(self, *argv) -> Any: ... method flush (line 33) | def flush(self, *argv) -> Any: ... method getvalue (line 34) | def getvalue(self, *argv) -> Any: ... method read (line 35) | def read(self, *argv) -> Any: ... method readinto (line 36) | def readinto(self, *argv) -> Any: ... method readline (line 37) | def readline(self, *argv) -> Any: ... method seek (line 38) | def seek(self, *argv) -> Any: ... method write (line 39) | def write(self, *argv) -> Any: ... class TextIOWrapper (line 41) | class TextIOWrapper: method close (line 42) | def close(self, *argv) -> Any: ... method fileno (line 43) | def fileno(self, *argv) -> Any: ... method flush (line 44) | def flush(self, *argv) -> Any: ... method read (line 45) | def read(self, *argv) -> Any: ... method readinto (line 46) | def readinto(self, *argv) -> Any: ... method readline (line 47) | def readline(self, *argv) -> Any: ... method readlines (line 48) | def readlines(self, *argv) -> Any: ... method seek (line 49) | def seek(self, *argv) -> Any: ... method tell (line 50) | def tell(self, *argv) -> Any: ... method write (line 51) | def write(self, *argv) -> Any: ... function open (line 53) | def open() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/json.py class JSONDecoder (line 9) | class JSONDecoder: method decode (line 12) | def decode(self, *argv) -> Any: method raw_decode (line 15) | def raw_decode(self, *argv) -> Any: class JSONEncoder (line 19) | class JSONEncoder: method default (line 22) | def default(self, *argv) -> Any: method encode (line 25) | def encode(self, *argv) -> Any: method iterencode (line 30) | def iterencode(self, *argv) -> Any: function dump (line 41) | def dump(): function dumps (line 45) | def dumps(): function load (line 52) | def load(): function loads (line 56) | def loads(): FILE: stubs/ev3_pybricks_v1_0_0/json.pyi class JSONDecoder (line 3) | class JSONDecoder: method decode (line 4) | def decode(self, *argv) -> Any: ... method raw_decode (line 5) | def raw_decode(self, *argv) -> Any: ... class JSONEncoder (line 7) | class JSONEncoder: method default (line 8) | def default(self, *argv) -> Any: ... method encode (line 9) | def encode(self, *argv) -> Any: ... method iterencode (line 11) | def iterencode(self, *argv) -> Any: ... function dump (line 18) | def dump() -> None: ... function dumps (line 19) | def dumps() -> None: ... function load (line 23) | def load() -> None: ... function loads (line 24) | def loads() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/logging.py class Logger (line 14) | class Logger: method _level_str (line 17) | def _level_str(self, *argv) -> Any: method critical (line 20) | def critical(self, *argv) -> Any: method debug (line 23) | def debug(self, *argv) -> Any: method error (line 26) | def error(self, *argv) -> Any: method exc (line 29) | def exc(self, *argv) -> Any: method exception (line 32) | def exception(self, *argv) -> Any: method info (line 35) | def info(self, *argv) -> Any: method isEnabledFor (line 38) | def isEnabledFor(self, *argv) -> Any: method log (line 43) | def log(self, *argv) -> Any: method setLevel (line 46) | def setLevel(self, *argv) -> Any: method warning (line 49) | def warning(self, *argv) -> Any: function basicConfig (line 61) | def basicConfig(): function debug (line 65) | def debug(): function getLogger (line 69) | def getLogger(): function info (line 73) | def info(): FILE: stubs/ev3_pybricks_v1_0_0/logging.pyi class Logger (line 8) | class Logger: method _level_str (line 9) | def _level_str(self, *argv) -> Any: ... method critical (line 10) | def critical(self, *argv) -> Any: ... method debug (line 11) | def debug(self, *argv) -> Any: ... method error (line 12) | def error(self, *argv) -> Any: ... method exc (line 13) | def exc(self, *argv) -> Any: ... method exception (line 14) | def exception(self, *argv) -> Any: ... method info (line 15) | def info(self, *argv) -> Any: ... method isEnabledFor (line 16) | def isEnabledFor(self, *argv) -> Any: ... method log (line 18) | def log(self, *argv) -> Any: ... method setLevel (line 19) | def setLevel(self, *argv) -> Any: ... method warning (line 20) | def warning(self, *argv) -> Any: ... function basicConfig (line 29) | def basicConfig() -> None: ... function debug (line 30) | def debug() -> None: ... function getLogger (line 31) | def getLogger() -> None: ... function info (line 32) | def info() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/machine.py class Pin (line 12) | class Pin: method deinit (line 18) | def deinit(self, *argv) -> Any: method value (line 21) | def value(self, *argv) -> Any: class PinBase (line 25) | class PinBase: class Signal (line 38) | class Signal: method off (line 41) | def off(self, *argv) -> Any: method on (line 44) | def on(self, *argv) -> Any: method value (line 47) | def value(self, *argv) -> Any: class Timer (line 51) | class Timer: method callback (line 54) | def callback(self, *argv) -> Any: method handler (line 57) | def handler(self, *argv) -> Any: function new (line 71) | def new(): function signal (line 80) | def signal(): function time_pulse_us (line 89) | def time_pulse_us(): function timer_create (line 96) | def timer_create(): function timer_settime (line 103) | def timer_settime(): function unique_id (line 113) | def unique_id(): FILE: stubs/ev3_pybricks_v1_0_0/machine.pyi class Pin (line 6) | class Pin: method deinit (line 9) | def deinit(self, *argv) -> Any: ... method value (line 10) | def value(self, *argv) -> Any: ... class PinBase (line 12) | class PinBase: ... class Signal (line 22) | class Signal: method off (line 23) | def off(self, *argv) -> Any: ... method on (line 24) | def on(self, *argv) -> Any: ... method value (line 25) | def value(self, *argv) -> Any: ... class Timer (line 27) | class Timer: method callback (line 28) | def callback(self, *argv) -> Any: ... method handler (line 29) | def handler(self, *argv) -> Any: ... function new (line 40) | def new() -> None: ... function signal (line 46) | def signal() -> None: ... function time_pulse_us (line 52) | def time_pulse_us() -> None: ... function timer_create (line 56) | def timer_create() -> None: ... function timer_settime (line 60) | def timer_settime() -> None: ... function unique_id (line 67) | def unique_id() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/math.py function acos (line 9) | def acos(): function acosh (line 13) | def acosh(): function asin (line 17) | def asin(): function asinh (line 21) | def asinh(): function atan (line 25) | def atan(): function atan2 (line 29) | def atan2(): function atanh (line 33) | def atanh(): function ceil (line 37) | def ceil(): function copysign (line 41) | def copysign(): function cos (line 45) | def cos(): function cosh (line 49) | def cosh(): function degrees (line 53) | def degrees(): function erf (line 60) | def erf(): function erfc (line 64) | def erfc(): function exp (line 68) | def exp(): function expm1 (line 72) | def expm1(): function fabs (line 76) | def fabs(): function floor (line 80) | def floor(): function fmod (line 84) | def fmod(): function frexp (line 88) | def frexp(): function gamma (line 92) | def gamma(): function isfinite (line 96) | def isfinite(): function isinf (line 100) | def isinf(): function isnan (line 104) | def isnan(): function ldexp (line 108) | def ldexp(): function lgamma (line 112) | def lgamma(): function log (line 116) | def log(): function log10 (line 120) | def log10(): function log2 (line 124) | def log2(): function modf (line 128) | def modf(): function pow (line 135) | def pow(): function radians (line 139) | def radians(): function sin (line 143) | def sin(): function sinh (line 147) | def sinh(): function sqrt (line 151) | def sqrt(): function tan (line 155) | def tan(): function tanh (line 159) | def tanh(): function trunc (line 163) | def trunc(): FILE: stubs/ev3_pybricks_v1_0_0/math.pyi function acos (line 1) | def acos() -> None: ... function acosh (line 2) | def acosh() -> None: ... function asin (line 3) | def asin() -> None: ... function asinh (line 4) | def asinh() -> None: ... function atan (line 5) | def atan() -> None: ... function atan2 (line 6) | def atan2() -> None: ... function atanh (line 7) | def atanh() -> None: ... function ceil (line 8) | def ceil() -> None: ... function copysign (line 9) | def copysign() -> None: ... function cos (line 10) | def cos() -> None: ... function cosh (line 11) | def cosh() -> None: ... function degrees (line 12) | def degrees() -> None: ... function erf (line 16) | def erf() -> None: ... function erfc (line 17) | def erfc() -> None: ... function exp (line 18) | def exp() -> None: ... function expm1 (line 19) | def expm1() -> None: ... function fabs (line 20) | def fabs() -> None: ... function floor (line 21) | def floor() -> None: ... function fmod (line 22) | def fmod() -> None: ... function frexp (line 23) | def frexp() -> None: ... function gamma (line 24) | def gamma() -> None: ... function isfinite (line 25) | def isfinite() -> None: ... function isinf (line 26) | def isinf() -> None: ... function isnan (line 27) | def isnan() -> None: ... function ldexp (line 28) | def ldexp() -> None: ... function lgamma (line 29) | def lgamma() -> None: ... function log (line 30) | def log() -> None: ... function log10 (line 31) | def log10() -> None: ... function log2 (line 32) | def log2() -> None: ... function modf (line 33) | def modf() -> None: ... function pow (line 37) | def pow() -> None: ... function radians (line 38) | def radians() -> None: ... function sin (line 39) | def sin() -> None: ... function sinh (line 40) | def sinh() -> None: ... function sqrt (line 41) | def sqrt() -> None: ... function tan (line 42) | def tan() -> None: ... function tanh (line 43) | def tanh() -> None: ... function trunc (line 44) | def trunc() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/micropython.py function const (line 9) | def const(): function heap_lock (line 13) | def heap_lock(): function heap_unlock (line 17) | def heap_unlock(): function kbd_intr (line 21) | def kbd_intr(): function mem_current (line 25) | def mem_current(): function mem_info (line 29) | def mem_info(): function mem_peak (line 33) | def mem_peak(): function mem_total (line 37) | def mem_total(): function opt_level (line 41) | def opt_level(): function qstr_info (line 45) | def qstr_info(): function stack_use (line 49) | def stack_use(): FILE: stubs/ev3_pybricks_v1_0_0/micropython.pyi function const (line 1) | def const() -> None: ... function heap_lock (line 2) | def heap_lock() -> None: ... function heap_unlock (line 3) | def heap_unlock() -> None: ... function kbd_intr (line 4) | def kbd_intr() -> None: ... function mem_current (line 5) | def mem_current() -> None: ... function mem_info (line 6) | def mem_info() -> None: ... function mem_peak (line 7) | def mem_peak() -> None: ... function mem_total (line 8) | def mem_total() -> None: ... function opt_level (line 9) | def opt_level() -> None: ... function qstr_info (line 10) | def qstr_info() -> None: ... function stack_use (line 11) | def stack_use() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/mmap.py class mmap (line 18) | class mmap: method close (line 21) | def close(self, *argv) -> Any: method read (line 24) | def read(self, *argv) -> Any: method seek (line 27) | def seek(self, *argv) -> Any: method write (line 30) | def write(self, *argv) -> Any: FILE: stubs/ev3_pybricks_v1_0_0/mmap.pyi class mmap (line 12) | class mmap: method close (line 13) | def close(self, *argv) -> Any: ... method read (line 14) | def read(self, *argv) -> Any: ... method seek (line 15) | def seek(self, *argv) -> Any: ... method write (line 16) | def write(self, *argv) -> Any: ... FILE: stubs/ev3_pybricks_v1_0_0/os.py function _exit (line 24) | def _exit(): function access (line 31) | def access(): function chdir (line 39) | def chdir(): function check_error (line 46) | def check_error(): function close (line 50) | def close(): function dup (line 58) | def dup(): class error (line 67) | class error: function execvp (line 71) | def execvp(): function fork (line 79) | def fork(): function fsdecode (line 86) | def fsdecode(): function fsencode (line 90) | def fsencode(): function getcwd (line 94) | def getcwd(): function getenv (line 101) | def getenv(): function getpid (line 108) | def getpid(): function ilistdir (line 115) | def ilistdir(): function kill (line 119) | def kill(): function listdir (line 127) | def listdir(): function makedirs (line 131) | def makedirs(): function mkdir (line 135) | def mkdir(): function open (line 143) | def open(): function pipe (line 153) | def pipe(): function popen (line 160) | def popen(): function raise_error (line 164) | def raise_error(): function read (line 168) | def read(): function remove (line 176) | def remove(): function rename (line 180) | def rename(): function rmdir (line 187) | def rmdir(): function stat (line 195) | def stat(): function system (line 203) | def system(): class uname (line 210) | class uname: function unlink (line 220) | def unlink(): function urandom (line 228) | def urandom(): function waitpid (line 232) | def waitpid(): function write (line 240) | def write(): FILE: stubs/ev3_pybricks_v1_0_0/os.pyi function _exit (line 18) | def _exit() -> None: ... function access (line 22) | def access() -> None: ... function chdir (line 27) | def chdir() -> None: ... function check_error (line 31) | def check_error() -> None: ... function close (line 32) | def close() -> None: ... function dup (line 37) | def dup() -> None: ... class error (line 43) | class error: ... function execvp (line 45) | def execvp() -> None: ... function fork (line 50) | def fork() -> None: ... function fsdecode (line 54) | def fsdecode() -> None: ... function fsencode (line 55) | def fsencode() -> None: ... function getcwd (line 56) | def getcwd() -> None: ... function getenv (line 60) | def getenv() -> None: ... function getpid (line 64) | def getpid() -> None: ... function ilistdir (line 68) | def ilistdir() -> None: ... function kill (line 69) | def kill() -> None: ... function listdir (line 74) | def listdir() -> None: ... function makedirs (line 75) | def makedirs() -> None: ... function mkdir (line 76) | def mkdir() -> None: ... function open (line 81) | def open() -> None: ... function pipe (line 88) | def pipe() -> None: ... function popen (line 92) | def popen() -> None: ... function raise_error (line 93) | def raise_error() -> None: ... function read (line 94) | def read() -> None: ... function remove (line 99) | def remove() -> None: ... function rename (line 100) | def rename() -> None: ... function rmdir (line 104) | def rmdir() -> None: ... function stat (line 109) | def stat() -> None: ... function system (line 114) | def system() -> None: ... class uname (line 118) | class uname: function unlink (line 125) | def unlink() -> None: ... function urandom (line 130) | def urandom() -> None: ... function waitpid (line 131) | def waitpid() -> None: ... function write (line 136) | def write() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/parameters_c.py class Button (line 9) | class Button: class Color (line 24) | class Color: class Direction (line 38) | class Direction: class Port (line 45) | class Port: class Stop (line 58) | class Stop: FILE: stubs/ev3_pybricks_v1_0_0/parameters_c.pyi class Button (line 1) | class Button: class Color (line 13) | class Color: class Direction (line 24) | class Direction: class Port (line 28) | class Port: class Stop (line 38) | class Stop: FILE: stubs/ev3_pybricks_v1_0_0/pybricks/display.py class Align (line 9) | class Align: class Display (line 23) | class Display: method _next_line (line 28) | def _next_line(self, *argv) -> Any: method _reset_text_history (line 31) | def _reset_text_history(self, *argv) -> Any: method clear (line 36) | def clear(self, *argv) -> Any: method image (line 39) | def image(self, *argv) -> Any: method text (line 42) | def text(self, *argv) -> Any: class Ev3devDisplay (line 46) | class Ev3devDisplay: method image (line 49) | def image(self, *argv) -> Any: method reset_screen (line 52) | def reset_screen(self, *argv) -> Any: method scroll (line 55) | def scroll(self, *argv) -> Any: method text_grid (line 58) | def text_grid(self, *argv) -> Any: method text_pixels (line 61) | def text_pixels(self, *argv) -> Any: class ImageFile (line 65) | class ImageFile: FILE: stubs/ev3_pybricks_v1_0_0/pybricks/display.pyi class Align (line 3) | class Align: class Display (line 14) | class Display: method _next_line (line 16) | def _next_line(self, *argv) -> Any: ... method _reset_text_history (line 17) | def _reset_text_history(self, *argv) -> Any: ... method clear (line 19) | def clear(self, *argv) -> Any: ... method image (line 20) | def image(self, *argv) -> Any: ... method text (line 21) | def text(self, *argv) -> Any: ... class Ev3devDisplay (line 23) | class Ev3devDisplay: method image (line 24) | def image(self, *argv) -> Any: ... method reset_screen (line 25) | def reset_screen(self, *argv) -> Any: ... method scroll (line 26) | def scroll(self, *argv) -> Any: ... method text_grid (line 27) | def text_grid(self, *argv) -> Any: ... method text_pixels (line 28) | def text_pixels(self, *argv) -> Any: ... class ImageFile (line 30) | class ImageFile: ... FILE: stubs/ev3_pybricks_v1_0_0/pybricks/ev3brick.py class Display (line 9) | class Display: method _next_line (line 14) | def _next_line(self, *argv) -> Any: method _reset_text_history (line 17) | def _reset_text_history(self, *argv) -> Any: method clear (line 22) | def clear(self, *argv) -> Any: method image (line 25) | def image(self, *argv) -> Any: method text (line 28) | def text(self, *argv) -> Any: class Speaker (line 32) | class Speaker: method beep (line 37) | def beep(self, *argv) -> Any: method beeps (line 40) | def beeps(self, *argv) -> Any: method file (line 43) | def file(self, *argv) -> Any: method speech (line 46) | def speech(self, *argv) -> Any: method tune (line 49) | def tune(self, *argv) -> Any: function buttons (line 56) | def buttons(): function exit (line 63) | def exit(): function light (line 67) | def light(): FILE: stubs/ev3_pybricks_v1_0_0/pybricks/ev3brick.pyi class Display (line 3) | class Display: method _next_line (line 5) | def _next_line(self, *argv) -> Any: ... method _reset_text_history (line 6) | def _reset_text_history(self, *argv) -> Any: ... method clear (line 8) | def clear(self, *argv) -> Any: ... method image (line 9) | def image(self, *argv) -> Any: ... method text (line 10) | def text(self, *argv) -> Any: ... class Speaker (line 12) | class Speaker: method beep (line 14) | def beep(self, *argv) -> Any: ... method beeps (line 15) | def beeps(self, *argv) -> Any: ... method file (line 16) | def file(self, *argv) -> Any: ... method speech (line 17) | def speech(self, *argv) -> Any: ... method tune (line 18) | def tune(self, *argv) -> Any: ... function buttons (line 22) | def buttons() -> None: ... function exit (line 26) | def exit() -> None: ... function light (line 27) | def light() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/pybricks/ev3devices.py class Button (line 9) | class Button: class Color (line 24) | class Color: class ColorSensor (line 38) | class ColorSensor: method _close_files (line 41) | def _close_files(self, *argv) -> Any: method _mode (line 47) | def _mode(self, *argv) -> Any: method _open_files (line 52) | def _open_files(self, *argv) -> Any: method _value (line 55) | def _value(self, *argv) -> Any: method ambient (line 58) | def ambient(self, *argv) -> Any: method color (line 61) | def color(self, *argv) -> Any: method reflection (line 64) | def reflection(self, *argv) -> Any: method rgb (line 67) | def rgb(self, *argv) -> Any: class Direction (line 71) | class Direction: class Ev3devSensor (line 78) | class Ev3devSensor: method _close_files (line 81) | def _close_files(self, *argv) -> Any: method _mode (line 87) | def _mode(self, *argv) -> Any: method _open_files (line 92) | def _open_files(self, *argv) -> Any: method _value (line 95) | def _value(self, *argv) -> Any: class Ev3devUartSensor (line 99) | class Ev3devUartSensor: method _close_files (line 102) | def _close_files(self, *argv) -> Any: method _mode (line 108) | def _mode(self, *argv) -> Any: method _open_files (line 113) | def _open_files(self, *argv) -> Any: method _reset (line 116) | def _reset(self, *argv) -> Any: method _reset_port (line 119) | def _reset_port(self, *argv) -> Any: method _value (line 122) | def _value(self, *argv) -> Any: class GyroSensor (line 126) | class GyroSensor: method _calibrate (line 129) | def _calibrate(self, *argv) -> Any: method _close_files (line 132) | def _close_files(self, *argv) -> Any: method _mode (line 138) | def _mode(self, *argv) -> Any: method _open_files (line 143) | def _open_files(self, *argv) -> Any: method _reset (line 146) | def _reset(self, *argv) -> Any: method _reset_port (line 149) | def _reset_port(self, *argv) -> Any: method _value (line 152) | def _value(self, *argv) -> Any: method angle (line 155) | def angle(self, *argv) -> Any: method reset_angle (line 158) | def reset_angle(self, *argv) -> Any: method speed (line 161) | def speed(self, *argv) -> Any: class InfraredSensor (line 165) | class InfraredSensor: method _close_files (line 168) | def _close_files(self, *argv) -> Any: method _mode (line 175) | def _mode(self, *argv) -> Any: method _open_files (line 180) | def _open_files(self, *argv) -> Any: method _value (line 183) | def _value(self, *argv) -> Any: method beacon (line 186) | def beacon(self, *argv) -> Any: method buttons (line 189) | def buttons(self, *argv) -> Any: method distance (line 192) | def distance(self, *argv) -> Any: class Motor (line 196) | class Motor: method angle (line 199) | def angle(self, *argv) -> Any: method dc (line 202) | def dc(self, *argv) -> Any: method reset_angle (line 205) | def reset_angle(self, *argv) -> Any: method run (line 208) | def run(self, *argv) -> Any: method run_angle (line 211) | def run_angle(self, *argv) -> Any: method run_target (line 214) | def run_target(self, *argv) -> Any: method run_time (line 217) | def run_time(self, *argv) -> Any: method run_until_stalled (line 220) | def run_until_stalled(self, *argv) -> Any: method set_dc_settings (line 223) | def set_dc_settings(self, *argv) -> Any: method set_pid_settings (line 226) | def set_pid_settings(self, *argv) -> Any: method set_run_settings (line 229) | def set_run_settings(self, *argv) -> Any: method speed (line 232) | def speed(self, *argv) -> Any: method stalled (line 235) | def stalled(self, *argv) -> Any: method stop (line 238) | def stop(self, *argv) -> Any: method track_target (line 241) | def track_target(self, *argv) -> Any: class StopWatch (line 245) | class StopWatch: method pause (line 248) | def pause(self, *argv) -> Any: method reset (line 251) | def reset(self, *argv) -> Any: method resume (line 254) | def resume(self, *argv) -> Any: method time (line 257) | def time(self, *argv) -> Any: class TouchSensor (line 261) | class TouchSensor: method _close_files (line 264) | def _close_files(self, *argv) -> Any: method _mode (line 270) | def _mode(self, *argv) -> Any: method _open_files (line 275) | def _open_files(self, *argv) -> Any: method _value (line 278) | def _value(self, *argv) -> Any: method pressed (line 281) | def pressed(self, *argv) -> Any: class UltrasonicSensor (line 285) | class UltrasonicSensor: method _close_files (line 290) | def _close_files(self, *argv) -> Any: method _mode (line 296) | def _mode(self, *argv) -> Any: method _open_files (line 301) | def _open_files(self, *argv) -> Any: method _value (line 304) | def _value(self, *argv) -> Any: method distance (line 307) | def distance(self, *argv) -> Any: method presence (line 310) | def presence(self, *argv) -> Any: function wait (line 314) | def wait(): FILE: stubs/ev3_pybricks_v1_0_0/pybricks/ev3devices.pyi class Button (line 3) | class Button: class Color (line 15) | class Color: class ColorSensor (line 26) | class ColorSensor: method _close_files (line 27) | def _close_files(self, *argv) -> Any: ... method _mode (line 30) | def _mode(self, *argv) -> Any: ... method _open_files (line 32) | def _open_files(self, *argv) -> Any: ... method _value (line 33) | def _value(self, *argv) -> Any: ... method ambient (line 34) | def ambient(self, *argv) -> Any: ... method color (line 35) | def color(self, *argv) -> Any: ... method reflection (line 36) | def reflection(self, *argv) -> Any: ... method rgb (line 37) | def rgb(self, *argv) -> Any: ... class Direction (line 39) | class Direction: class Ev3devSensor (line 43) | class Ev3devSensor: method _close_files (line 44) | def _close_files(self, *argv) -> Any: ... method _mode (line 47) | def _mode(self, *argv) -> Any: ... method _open_files (line 49) | def _open_files(self, *argv) -> Any: ... method _value (line 50) | def _value(self, *argv) -> Any: ... class Ev3devUartSensor (line 52) | class Ev3devUartSensor: method _close_files (line 53) | def _close_files(self, *argv) -> Any: ... method _mode (line 56) | def _mode(self, *argv) -> Any: ... method _open_files (line 58) | def _open_files(self, *argv) -> Any: ... method _reset (line 59) | def _reset(self, *argv) -> Any: ... method _reset_port (line 60) | def _reset_port(self, *argv) -> Any: ... method _value (line 61) | def _value(self, *argv) -> Any: ... class GyroSensor (line 63) | class GyroSensor: method _calibrate (line 64) | def _calibrate(self, *argv) -> Any: ... method _close_files (line 65) | def _close_files(self, *argv) -> Any: ... method _mode (line 68) | def _mode(self, *argv) -> Any: ... method _open_files (line 70) | def _open_files(self, *argv) -> Any: ... method _reset (line 71) | def _reset(self, *argv) -> Any: ... method _reset_port (line 72) | def _reset_port(self, *argv) -> Any: ... method _value (line 73) | def _value(self, *argv) -> Any: ... method angle (line 74) | def angle(self, *argv) -> Any: ... method reset_angle (line 75) | def reset_angle(self, *argv) -> Any: ... method speed (line 76) | def speed(self, *argv) -> Any: ... class InfraredSensor (line 78) | class InfraredSensor: method _close_files (line 79) | def _close_files(self, *argv) -> Any: ... method _mode (line 83) | def _mode(self, *argv) -> Any: ... method _open_files (line 85) | def _open_files(self, *argv) -> Any: ... method _value (line 86) | def _value(self, *argv) -> Any: ... method beacon (line 87) | def beacon(self, *argv) -> Any: ... method buttons (line 88) | def buttons(self, *argv) -> Any: ... method distance (line 89) | def distance(self, *argv) -> Any: ... class Motor (line 91) | class Motor: method angle (line 92) | def angle(self, *argv) -> Any: ... method dc (line 93) | def dc(self, *argv) -> Any: ... method reset_angle (line 94) | def reset_angle(self, *argv) -> Any: ... method run (line 95) | def run(self, *argv) -> Any: ... method run_angle (line 96) | def run_angle(self, *argv) -> Any: ... method run_target (line 97) | def run_target(self, *argv) -> Any: ... method run_time (line 98) | def run_time(self, *argv) -> Any: ... method run_until_stalled (line 99) | def run_until_stalled(self, *argv) -> Any: ... method set_dc_settings (line 100) | def set_dc_settings(self, *argv) -> Any: ... method set_pid_settings (line 101) | def set_pid_settings(self, *argv) -> Any: ... method set_run_settings (line 102) | def set_run_settings(self, *argv) -> Any: ... method speed (line 103) | def speed(self, *argv) -> Any: ... method stalled (line 104) | def stalled(self, *argv) -> Any: ... method stop (line 105) | def stop(self, *argv) -> Any: ... method track_target (line 106) | def track_target(self, *argv) -> Any: ... class StopWatch (line 108) | class StopWatch: method pause (line 109) | def pause(self, *argv) -> Any: ... method reset (line 110) | def reset(self, *argv) -> Any: ... method resume (line 111) | def resume(self, *argv) -> Any: ... method time (line 112) | def time(self, *argv) -> Any: ... class TouchSensor (line 114) | class TouchSensor: method _close_files (line 115) | def _close_files(self, *argv) -> Any: ... method _mode (line 118) | def _mode(self, *argv) -> Any: ... method _open_files (line 120) | def _open_files(self, *argv) -> Any: ... method _value (line 121) | def _value(self, *argv) -> Any: ... method pressed (line 122) | def pressed(self, *argv) -> Any: ... class UltrasonicSensor (line 124) | class UltrasonicSensor: method _close_files (line 126) | def _close_files(self, *argv) -> Any: ... method _mode (line 129) | def _mode(self, *argv) -> Any: ... method _open_files (line 131) | def _open_files(self, *argv) -> Any: ... method _value (line 132) | def _value(self, *argv) -> Any: ... method distance (line 133) | def distance(self, *argv) -> Any: ... method presence (line 134) | def presence(self, *argv) -> Any: ... function wait (line 136) | def wait() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/pybricks/ev3devio.py class Ev3devSensor (line 9) | class Ev3devSensor: method _close_files (line 12) | def _close_files(self, *argv) -> Any: method _mode (line 18) | def _mode(self, *argv) -> Any: method _open_files (line 23) | def _open_files(self, *argv) -> Any: method _value (line 26) | def _value(self, *argv) -> Any: class Ev3devUartSensor (line 30) | class Ev3devUartSensor: method _close_files (line 33) | def _close_files(self, *argv) -> Any: method _mode (line 39) | def _mode(self, *argv) -> Any: method _open_files (line 44) | def _open_files(self, *argv) -> Any: method _reset (line 47) | def _reset(self, *argv) -> Any: method _reset_port (line 50) | def _reset_port(self, *argv) -> Any: method _value (line 53) | def _value(self, *argv) -> Any: class StopWatch (line 57) | class StopWatch: method pause (line 60) | def pause(self, *argv) -> Any: method reset (line 63) | def reset(self, *argv) -> Any: method resume (line 66) | def resume(self, *argv) -> Any: method time (line 69) | def time(self, *argv) -> Any: function get_sensor_path (line 73) | def get_sensor_path(): function listdir (line 77) | def listdir(): function read_int (line 84) | def read_int(): function read_str (line 88) | def read_str(): function wait (line 92) | def wait(): function write_int (line 96) | def write_int(): function write_str (line 100) | def write_str(): FILE: stubs/ev3_pybricks_v1_0_0/pybricks/ev3devio.pyi class Ev3devSensor (line 3) | class Ev3devSensor: method _close_files (line 4) | def _close_files(self, *argv) -> Any: ... method _mode (line 7) | def _mode(self, *argv) -> Any: ... method _open_files (line 9) | def _open_files(self, *argv) -> Any: ... method _value (line 10) | def _value(self, *argv) -> Any: ... class Ev3devUartSensor (line 12) | class Ev3devUartSensor: method _close_files (line 13) | def _close_files(self, *argv) -> Any: ... method _mode (line 16) | def _mode(self, *argv) -> Any: ... method _open_files (line 18) | def _open_files(self, *argv) -> Any: ... method _reset (line 19) | def _reset(self, *argv) -> Any: ... method _reset_port (line 20) | def _reset_port(self, *argv) -> Any: ... method _value (line 21) | def _value(self, *argv) -> Any: ... class StopWatch (line 23) | class StopWatch: method pause (line 24) | def pause(self, *argv) -> Any: ... method reset (line 25) | def reset(self, *argv) -> Any: ... method resume (line 26) | def resume(self, *argv) -> Any: ... method time (line 27) | def time(self, *argv) -> Any: ... function get_sensor_path (line 29) | def get_sensor_path() -> None: ... function listdir (line 30) | def listdir() -> None: ... function read_int (line 34) | def read_int() -> None: ... function read_str (line 35) | def read_str() -> None: ... function wait (line 36) | def wait() -> None: ... function write_int (line 37) | def write_int() -> None: ... function write_str (line 38) | def write_str() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/pybricks/parameters.py class Align (line 9) | class Align: class Button (line 23) | class Button: class Color (line 38) | class Color: class Direction (line 52) | class Direction: class ImageFile (line 59) | class ImageFile: class Port (line 103) | class Port: class SoundFile (line 116) | class SoundFile: class Stop (line 227) | class Stop: FILE: stubs/ev3_pybricks_v1_0_0/pybricks/parameters.pyi class Align (line 1) | class Align: class Button (line 12) | class Button: class Color (line 24) | class Color: class Direction (line 35) | class Direction: class ImageFile (line 39) | class ImageFile: class Port (line 80) | class Port: class SoundFile (line 90) | class SoundFile: class Stop (line 198) | class Stop: FILE: stubs/ev3_pybricks_v1_0_0/pybricks/robotics.py class DriveBase (line 9) | class DriveBase: method drive (line 12) | def drive(self, *argv) -> Any: method drive_time (line 15) | def drive_time(self, *argv) -> Any: method stop (line 18) | def stop(self, *argv) -> Any: class Stop (line 22) | class Stop: function wait (line 33) | def wait(): FILE: stubs/ev3_pybricks_v1_0_0/pybricks/robotics.pyi class DriveBase (line 3) | class DriveBase: method drive (line 4) | def drive(self, *argv) -> Any: ... method drive_time (line 5) | def drive_time(self, *argv) -> Any: ... method stop (line 6) | def stop(self, *argv) -> Any: ... class Stop (line 8) | class Stop: function wait (line 15) | def wait() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/pybricks/speaker.py class Ev3devSpeaker (line 9) | class Ev3devSpeaker: method _beep (line 12) | def _beep(self, *argv) -> Any: method _play_tone (line 15) | def _play_tone(self, *argv) -> Any: method _stop (line 18) | def _stop(self, *argv) -> Any: method play_file (line 21) | def play_file(self, *argv) -> Any: method play_note (line 24) | def play_note(self, *argv) -> Any: method play_tone (line 27) | def play_tone(self, *argv) -> Any: method stop (line 30) | def stop(self, *argv) -> Any: class SoundFile (line 34) | class SoundFile: method _cancel_token (line 37) | def _cancel_token(self, *argv) -> Any: method close (line 42) | def close(self, *argv) -> Any: class Speaker (line 46) | class Speaker: method beep (line 51) | def beep(self, *argv) -> Any: method beeps (line 54) | def beeps(self, *argv) -> Any: method file (line 57) | def file(self, *argv) -> Any: method speech (line 60) | def speech(self, *argv) -> Any: method tune (line 63) | def tune(self, *argv) -> Any: function wait (line 70) | def wait(): FILE: stubs/ev3_pybricks_v1_0_0/pybricks/speaker.pyi class Ev3devSpeaker (line 3) | class Ev3devSpeaker: method _beep (line 4) | def _beep(self, *argv) -> Any: ... method _play_tone (line 5) | def _play_tone(self, *argv) -> Any: ... method _stop (line 6) | def _stop(self, *argv) -> Any: ... method play_file (line 7) | def play_file(self, *argv) -> Any: ... method play_note (line 8) | def play_note(self, *argv) -> Any: ... method play_tone (line 9) | def play_tone(self, *argv) -> Any: ... method stop (line 10) | def stop(self, *argv) -> Any: ... class SoundFile (line 12) | class SoundFile: method _cancel_token (line 13) | def _cancel_token(self, *argv) -> Any: ... method close (line 15) | def close(self, *argv) -> Any: ... class Speaker (line 17) | class Speaker: method beep (line 19) | def beep(self, *argv) -> Any: ... method beeps (line 20) | def beeps(self, *argv) -> Any: ... method file (line 21) | def file(self, *argv) -> Any: ... method speech (line 22) | def speech(self, *argv) -> Any: ... method tune (line 23) | def tune(self, *argv) -> Any: ... function wait (line 27) | def wait() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/pybricks/tools.py class StopWatch (line 9) | class StopWatch: method pause (line 12) | def pause(self, *argv) -> Any: method reset (line 15) | def reset(self, *argv) -> Any: method resume (line 18) | def resume(self, *argv) -> Any: method time (line 21) | def time(self, *argv) -> Any: function builtinprint (line 25) | def builtinprint(): function print (line 29) | def print(): function wait (line 36) | def wait(): FILE: stubs/ev3_pybricks_v1_0_0/pybricks/tools.pyi class StopWatch (line 3) | class StopWatch: method pause (line 4) | def pause(self, *argv) -> Any: ... method reset (line 5) | def reset(self, *argv) -> Any: ... method resume (line 6) | def resume(self, *argv) -> Any: ... method time (line 7) | def time(self, *argv) -> Any: ... function builtinprint (line 9) | def builtinprint() -> None: ... function print (line 10) | def print() -> None: ... function wait (line 14) | def wait() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/pybricks/uev3dev/_alsa.py class AlsaError (line 9) | class AlsaError(Exception): class Mixer (line 16) | class Mixer: method close (line 31) | def close(self, *argv) -> Any: method set_beep_volume (line 34) | def set_beep_volume(self, *argv) -> Any: method set_pcm_volume (line 37) | def set_pcm_volume(self, *argv) -> Any: class PCM (line 41) | class PCM: method close (line 62) | def close(self, *argv) -> Any: method play (line 65) | def play(self, *argv) -> Any: function _check_error (line 72) | def _check_error(): function addressof (line 79) | def addressof(): function calcsize (line 83) | def calcsize(): function unpack (line 90) | def unpack(): FILE: stubs/ev3_pybricks_v1_0_0/pybricks/uev3dev/_alsa.pyi class AlsaError (line 3) | class AlsaError(Exception): ... class Mixer (line 7) | class Mixer: method close (line 19) | def close(self, *argv) -> Any: ... method set_beep_volume (line 20) | def set_beep_volume(self, *argv) -> Any: ... method set_pcm_volume (line 21) | def set_pcm_volume(self, *argv) -> Any: ... class PCM (line 23) | class PCM: method close (line 41) | def close(self, *argv) -> Any: ... method play (line 42) | def play(self, *argv) -> Any: ... function _check_error (line 46) | def _check_error() -> None: ... function addressof (line 50) | def addressof() -> None: ... function calcsize (line 51) | def calcsize() -> None: ... function unpack (line 55) | def unpack() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/pybricks/uev3dev/_wand.py class CompositeOp (line 9) | class CompositeOp: class Gravity (line 85) | class Gravity: class MagickWand (line 101) | class MagickWand: method _raise_error (line 104) | def _raise_error(self, *argv) -> Any: method _set_image_depth (line 107) | def _set_image_depth(self, *argv) -> Any: method _set_image_format (line 110) | def _set_image_format(self, *argv) -> Any: method _set_image_gravity (line 113) | def _set_image_gravity(self, *argv) -> Any: method border_image (line 116) | def border_image(self, *argv) -> Any: method export_image_pixels (line 119) | def export_image_pixels(self, *argv) -> Any: method extent_image (line 122) | def extent_image(self, *argv) -> Any: method read_image (line 132) | def read_image(self, *argv) -> Any: method write_image (line 135) | def write_image(self, *argv) -> Any: class MagickWandError (line 139) | class MagickWandError(Exception): class PixelError (line 143) | class PixelError(Exception): class PixelWand (line 147) | class PixelWand: method _raise_error (line 150) | def _raise_error(self, *argv) -> Any: method _set_color (line 153) | def _set_color(self, *argv) -> Any: method color (line 156) | def color(self, *argv) -> Any: class StorageType (line 160) | class StorageType: function bytearray_at (line 204) | def bytearray_at(): function calcsize (line 208) | def calcsize(): function unpack (line 215) | def unpack(): FILE: stubs/ev3_pybricks_v1_0_0/pybricks/uev3dev/_wand.pyi class CompositeOp (line 3) | class CompositeOp: class Gravity (line 76) | class Gravity: class MagickWand (line 89) | class MagickWand: method _raise_error (line 90) | def _raise_error(self, *argv) -> Any: ... method _set_image_depth (line 91) | def _set_image_depth(self, *argv) -> Any: ... method _set_image_format (line 92) | def _set_image_format(self, *argv) -> Any: ... method _set_image_gravity (line 93) | def _set_image_gravity(self, *argv) -> Any: ... method border_image (line 94) | def border_image(self, *argv) -> Any: ... method export_image_pixels (line 95) | def export_image_pixels(self, *argv) -> Any: ... method extent_image (line 96) | def extent_image(self, *argv) -> Any: ... method read_image (line 103) | def read_image(self, *argv) -> Any: ... method write_image (line 104) | def write_image(self, *argv) -> Any: ... class MagickWandError (line 106) | class MagickWandError(Exception): ... class PixelError (line 107) | class PixelError(Exception): ... class PixelWand (line 109) | class PixelWand: method _raise_error (line 110) | def _raise_error(self, *argv) -> Any: ... method _set_color (line 111) | def _set_color(self, *argv) -> Any: ... method color (line 112) | def color(self, *argv) -> Any: ... class StorageType (line 114) | class StorageType: function bytearray_at (line 154) | def bytearray_at() -> None: ... function calcsize (line 155) | def calcsize() -> None: ... function unpack (line 159) | def unpack() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/pybricks/uev3dev/display.py class CompositeOp (line 11) | class CompositeOp: class Display (line 87) | class Display: method image (line 90) | def image(self, *argv) -> Any: method reset_screen (line 93) | def reset_screen(self, *argv) -> Any: method scroll (line 96) | def scroll(self, *argv) -> Any: method text_grid (line 99) | def text_grid(self, *argv) -> Any: method text_pixels (line 102) | def text_pixels(self, *argv) -> Any: class FrameBuffer (line 106) | class FrameBuffer: method blit (line 109) | def blit(self, *argv) -> Any: method fill (line 112) | def fill(self, *argv) -> Any: method fill_rect (line 115) | def fill_rect(self, *argv) -> Any: method hline (line 118) | def hline(self, *argv) -> Any: method line (line 121) | def line(self, *argv) -> Any: method pixel (line 124) | def pixel(self, *argv) -> Any: method rect (line 127) | def rect(self, *argv) -> Any: method scroll (line 130) | def scroll(self, *argv) -> Any: method text (line 133) | def text(self, *argv) -> Any: method vline (line 136) | def vline(self, *argv) -> Any: class ImageFile (line 140) | class ImageFile: class MagickWand (line 147) | class MagickWand: method _raise_error (line 150) | def _raise_error(self, *argv) -> Any: method _set_image_depth (line 153) | def _set_image_depth(self, *argv) -> Any: method _set_image_format (line 156) | def _set_image_format(self, *argv) -> Any: method _set_image_gravity (line 159) | def _set_image_gravity(self, *argv) -> Any: method border_image (line 162) | def border_image(self, *argv) -> Any: method export_image_pixels (line 165) | def export_image_pixels(self, *argv) -> Any: method extent_image (line 168) | def extent_image(self, *argv) -> Any: method read_image (line 178) | def read_image(self, *argv) -> Any: method write_image (line 181) | def write_image(self, *argv) -> Any: class PixelWand (line 185) | class PixelWand: method _raise_error (line 188) | def _raise_error(self, *argv) -> Any: method _set_color (line 191) | def _set_color(self, *argv) -> Any: method color (line 194) | def color(self, *argv) -> Any: class _Screen (line 211) | class _Screen: method framebuffer (line 218) | def framebuffer(self, *argv) -> Any: method update (line 223) | def update(self, *argv) -> Any: function addressof (line 234) | def addressof(): function ioctl (line 238) | def ioctl(): class mmap (line 242) | class mmap: method close (line 245) | def close(self, *argv) -> Any: method read (line 248) | def read(self, *argv) -> Any: method seek (line 251) | def seek(self, *argv) -> Any: method write (line 254) | def write(self, *argv) -> Any: function sizeof (line 258) | def sizeof(): class struct (line 262) | class struct: FILE: stubs/ev3_pybricks_v1_0_0/pybricks/uev3dev/display.pyi class CompositeOp (line 5) | class CompositeOp: class Display (line 78) | class Display: method image (line 79) | def image(self, *argv) -> Any: ... method reset_screen (line 80) | def reset_screen(self, *argv) -> Any: ... method scroll (line 81) | def scroll(self, *argv) -> Any: ... method text_grid (line 82) | def text_grid(self, *argv) -> Any: ... method text_pixels (line 83) | def text_pixels(self, *argv) -> Any: ... class FrameBuffer (line 85) | class FrameBuffer: method blit (line 86) | def blit(self, *argv) -> Any: ... method fill (line 87) | def fill(self, *argv) -> Any: ... method fill_rect (line 88) | def fill_rect(self, *argv) -> Any: ... method hline (line 89) | def hline(self, *argv) -> Any: ... method line (line 90) | def line(self, *argv) -> Any: ... method pixel (line 91) | def pixel(self, *argv) -> Any: ... method rect (line 92) | def rect(self, *argv) -> Any: ... method scroll (line 93) | def scroll(self, *argv) -> Any: ... method text (line 94) | def text(self, *argv) -> Any: ... method vline (line 95) | def vline(self, *argv) -> Any: ... class ImageFile (line 97) | class ImageFile: ... class MagickWand (line 101) | class MagickWand: method _raise_error (line 102) | def _raise_error(self, *argv) -> Any: ... method _set_image_depth (line 103) | def _set_image_depth(self, *argv) -> Any: ... method _set_image_format (line 104) | def _set_image_format(self, *argv) -> Any: ... method _set_image_gravity (line 105) | def _set_image_gravity(self, *argv) -> Any: ... method border_image (line 106) | def border_image(self, *argv) -> Any: ... method export_image_pixels (line 107) | def export_image_pixels(self, *argv) -> Any: ... method extent_image (line 108) | def extent_image(self, *argv) -> Any: ... method read_image (line 115) | def read_image(self, *argv) -> Any: ... method write_image (line 116) | def write_image(self, *argv) -> Any: ... class PixelWand (line 118) | class PixelWand: method _raise_error (line 119) | def _raise_error(self, *argv) -> Any: ... method _set_color (line 120) | def _set_color(self, *argv) -> Any: ... method color (line 121) | def color(self, *argv) -> Any: ... class _Screen (line 135) | class _Screen: method framebuffer (line 139) | def framebuffer(self, *argv) -> Any: ... method update (line 141) | def update(self, *argv) -> Any: ... function addressof (line 148) | def addressof() -> None: ... function ioctl (line 149) | def ioctl() -> None: ... class mmap (line 151) | class mmap: method close (line 152) | def close(self, *argv) -> Any: ... method read (line 153) | def read(self, *argv) -> Any: ... method seek (line 154) | def seek(self, *argv) -> Any: ... method write (line 155) | def write(self, *argv) -> Any: ... function sizeof (line 157) | def sizeof() -> None: ... class struct (line 159) | class struct: ... FILE: stubs/ev3_pybricks_v1_0_0/pybricks/uev3dev/i2c.py class SMBus (line 9) | class SMBus: method _access (line 12) | def _access(self, *argv) -> Any: method block_process_call (line 17) | def block_process_call(self, *argv) -> Any: method process_call (line 20) | def process_call(self, *argv) -> Any: method read_block_data (line 23) | def read_block_data(self, *argv) -> Any: method read_byte (line 26) | def read_byte(self, *argv) -> Any: method read_byte_data (line 29) | def read_byte_data(self, *argv) -> Any: method read_i2c_block_data (line 32) | def read_i2c_block_data(self, *argv) -> Any: method read_word_data (line 35) | def read_word_data(self, *argv) -> Any: method set_address (line 38) | def set_address(self, *argv) -> Any: method write_block_data (line 41) | def write_block_data(self, *argv) -> Any: method write_byte (line 44) | def write_byte(self, *argv) -> Any: method write_byte_data (line 47) | def write_byte_data(self, *argv) -> Any: method write_i2c_block_data (line 50) | def write_i2c_block_data(self, *argv) -> Any: method write_quick (line 53) | def write_quick(self, *argv) -> Any: method write_word_data (line 56) | def write_word_data(self, *argv) -> Any: function ioctl (line 114) | def ioctl(): FILE: stubs/ev3_pybricks_v1_0_0/pybricks/uev3dev/i2c.pyi class SMBus (line 3) | class SMBus: method _access (line 4) | def _access(self, *argv) -> Any: ... method block_process_call (line 6) | def block_process_call(self, *argv) -> Any: ... method process_call (line 7) | def process_call(self, *argv) -> Any: ... method read_block_data (line 8) | def read_block_data(self, *argv) -> Any: ... method read_byte (line 9) | def read_byte(self, *argv) -> Any: ... method read_byte_data (line 10) | def read_byte_data(self, *argv) -> Any: ... method read_i2c_block_data (line 11) | def read_i2c_block_data(self, *argv) -> Any: ... method read_word_data (line 12) | def read_word_data(self, *argv) -> Any: ... method set_address (line 13) | def set_address(self, *argv) -> Any: ... method write_block_data (line 14) | def write_block_data(self, *argv) -> Any: ... method write_byte (line 15) | def write_byte(self, *argv) -> Any: ... method write_byte_data (line 16) | def write_byte_data(self, *argv) -> Any: ... method write_i2c_block_data (line 17) | def write_i2c_block_data(self, *argv) -> Any: ... method write_quick (line 18) | def write_quick(self, *argv) -> Any: ... method write_word_data (line 19) | def write_word_data(self, *argv) -> Any: ... function ioctl (line 74) | def ioctl() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/pybricks/uev3dev/messaging.py function addressof (line 15) | def addressof(): function sizeof (line 19) | def sizeof(): class socket (line 23) | class socket: method accept (line 26) | def accept(self, *argv) -> Any: method bind (line 29) | def bind(self, *argv) -> Any: method close (line 32) | def close(self, *argv) -> Any: method connect (line 35) | def connect(self, *argv) -> Any: method fileno (line 38) | def fileno(self, *argv) -> Any: method listen (line 41) | def listen(self, *argv) -> Any: method makefile (line 44) | def makefile(self, *argv) -> Any: method read (line 47) | def read(self, *argv) -> Any: method readinto (line 50) | def readinto(self, *argv) -> Any: method readline (line 53) | def readline(self, *argv) -> Any: method recv (line 56) | def recv(self, *argv) -> Any: method recvfrom (line 59) | def recvfrom(self, *argv) -> Any: method send (line 62) | def send(self, *argv) -> Any: method sendto (line 65) | def sendto(self, *argv) -> Any: method setblocking (line 68) | def setblocking(self, *argv) -> Any: method setsockopt (line 71) | def setsockopt(self, *argv) -> Any: method write (line 74) | def write(self, *argv) -> Any: class struct (line 78) | class struct: FILE: stubs/ev3_pybricks_v1_0_0/pybricks/uev3dev/messaging.pyi function addressof (line 9) | def addressof() -> None: ... function sizeof (line 10) | def sizeof() -> None: ... class socket (line 12) | class socket: method accept (line 13) | def accept(self, *argv) -> Any: ... method bind (line 14) | def bind(self, *argv) -> Any: ... method close (line 15) | def close(self, *argv) -> Any: ... method connect (line 16) | def connect(self, *argv) -> Any: ... method fileno (line 17) | def fileno(self, *argv) -> Any: ... method listen (line 18) | def listen(self, *argv) -> Any: ... method makefile (line 19) | def makefile(self, *argv) -> Any: ... method read (line 20) | def read(self, *argv) -> Any: ... method readinto (line 21) | def readinto(self, *argv) -> Any: ... method readline (line 22) | def readline(self, *argv) -> Any: ... method recv (line 23) | def recv(self, *argv) -> Any: ... method recvfrom (line 24) | def recvfrom(self, *argv) -> Any: ... method send (line 25) | def send(self, *argv) -> Any: ... method sendto (line 26) | def sendto(self, *argv) -> Any: ... method setblocking (line 27) | def setblocking(self, *argv) -> Any: ... method setsockopt (line 28) | def setsockopt(self, *argv) -> Any: ... method write (line 29) | def write(self, *argv) -> Any: ... class struct (line 31) | class struct: ... FILE: stubs/ev3_pybricks_v1_0_0/pybricks/uev3dev/sound.py class Mixer (line 11) | class Mixer: method close (line 26) | def close(self, *argv) -> Any: method set_beep_volume (line 29) | def set_beep_volume(self, *argv) -> Any: method set_pcm_volume (line 32) | def set_pcm_volume(self, *argv) -> Any: class PCM (line 36) | class PCM: method close (line 57) | def close(self, *argv) -> Any: method play (line 60) | def play(self, *argv) -> Any: class PlayType (line 64) | class PlayType: class Sound (line 72) | class Sound: method _beep (line 75) | def _beep(self, *argv) -> Any: method _play_tone (line 78) | def _play_tone(self, *argv) -> Any: method _stop (line 81) | def _stop(self, *argv) -> Any: method play_file (line 84) | def play_file(self, *argv) -> Any: method play_note (line 87) | def play_note(self, *argv) -> Any: method play_tone (line 90) | def play_tone(self, *argv) -> Any: method stop (line 93) | def stop(self, *argv) -> Any: class SoundFile (line 97) | class SoundFile: method _cancel_token (line 100) | def _cancel_token(self, *argv) -> Any: method close (line 105) | def close(self, *argv) -> Any: class SoundFileError (line 109) | class SoundFileError(Exception): class Timeout (line 113) | class Timeout: method _run (line 118) | def _run(self, *argv) -> Any: method cancel (line 121) | def cancel(self, *argv) -> Any: method close (line 124) | def close(self, *argv) -> Any: method start (line 127) | def start(self, *argv) -> Any: method wait (line 130) | def wait(self, *argv) -> Any: class _CancelToken (line 140) | class _CancelToken: method cancel (line 143) | def cancel(self, *argv) -> Any: function addressof (line 164) | def addressof(): function calcsize (line 168) | def calcsize(): function debug_print (line 172) | def debug_print(): function pack (line 180) | def pack(): function sizeof (line 184) | def sizeof(): function sleep (line 188) | def sleep(): function sleep_ms (line 192) | def sleep_ms(): class struct (line 196) | class struct: function unpack (line 200) | def unpack(): FILE: stubs/ev3_pybricks_v1_0_0/pybricks/uev3dev/sound.pyi class Mixer (line 5) | class Mixer: method close (line 17) | def close(self, *argv) -> Any: ... method set_beep_volume (line 18) | def set_beep_volume(self, *argv) -> Any: ... method set_pcm_volume (line 19) | def set_pcm_volume(self, *argv) -> Any: ... class PCM (line 21) | class PCM: method close (line 39) | def close(self, *argv) -> Any: ... method play (line 40) | def play(self, *argv) -> Any: ... class PlayType (line 42) | class PlayType: class Sound (line 47) | class Sound: method _beep (line 48) | def _beep(self, *argv) -> Any: ... method _play_tone (line 49) | def _play_tone(self, *argv) -> Any: ... method _stop (line 50) | def _stop(self, *argv) -> Any: ... method play_file (line 51) | def play_file(self, *argv) -> Any: ... method play_note (line 52) | def play_note(self, *argv) -> Any: ... method play_tone (line 53) | def play_tone(self, *argv) -> Any: ... method stop (line 54) | def stop(self, *argv) -> Any: ... class SoundFile (line 56) | class SoundFile: method _cancel_token (line 57) | def _cancel_token(self, *argv) -> Any: ... method close (line 59) | def close(self, *argv) -> Any: ... class SoundFileError (line 61) | class SoundFileError(Exception): ... class Timeout (line 63) | class Timeout: method _run (line 65) | def _run(self, *argv) -> Any: ... method cancel (line 66) | def cancel(self, *argv) -> Any: ... method close (line 67) | def close(self, *argv) -> Any: ... method start (line 68) | def start(self, *argv) -> Any: ... method wait (line 69) | def wait(self, *argv) -> Any: ... class _CancelToken (line 76) | class _CancelToken: method cancel (line 77) | def cancel(self, *argv) -> Any: ... function addressof (line 95) | def addressof() -> None: ... function calcsize (line 96) | def calcsize() -> None: ... function debug_print (line 97) | def debug_print() -> None: ... function pack (line 102) | def pack() -> None: ... function sizeof (line 103) | def sizeof() -> None: ... function sleep (line 104) | def sleep() -> None: ... function sleep_ms (line 105) | def sleep_ms() -> None: ... class struct (line 107) | class struct: ... function unpack (line 109) | def unpack() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/pybricks/uev3dev/util.py class Timeout (line 12) | class Timeout: method _run (line 17) | def _run(self, *argv) -> Any: method cancel (line 20) | def cancel(self, *argv) -> Any: method close (line 23) | def close(self, *argv) -> Any: method start (line 26) | def start(self, *argv) -> Any: method wait (line 29) | def wait(self, *argv) -> Any: class Timer (line 33) | class Timer: method elapsed_time (line 36) | def elapsed_time(self, *argv) -> Any: method reset (line 39) | def reset(self, *argv) -> Any: method wait (line 42) | def wait(self, *argv) -> Any: function _thread_runner (line 54) | def _thread_runner(): function addressof (line 58) | def addressof(): function debug_print (line 62) | def debug_print(): function fork (line 66) | def fork(): function libc (line 70) | def libc(): function poll (line 77) | def poll(): function sizeof (line 81) | def sizeof(): class struct (line 85) | class struct: function write_at_index (line 93) | def write_at_index(): FILE: stubs/ev3_pybricks_v1_0_0/pybricks/uev3dev/util.pyi class Timeout (line 6) | class Timeout: method _run (line 8) | def _run(self, *argv) -> Any: ... method cancel (line 9) | def cancel(self, *argv) -> Any: ... method close (line 10) | def close(self, *argv) -> Any: ... method start (line 11) | def start(self, *argv) -> Any: ... method wait (line 12) | def wait(self, *argv) -> Any: ... class Timer (line 14) | class Timer: method elapsed_time (line 15) | def elapsed_time(self, *argv) -> Any: ... method reset (line 16) | def reset(self, *argv) -> Any: ... method wait (line 17) | def wait(self, *argv) -> Any: ... function _thread_runner (line 26) | def _thread_runner() -> None: ... function addressof (line 27) | def addressof() -> None: ... function debug_print (line 28) | def debug_print() -> None: ... function fork (line 29) | def fork() -> None: ... function libc (line 30) | def libc() -> None: ... function poll (line 34) | def poll() -> None: ... function sizeof (line 35) | def sizeof() -> None: ... class struct (line 37) | class struct: ... function write_at_index (line 42) | def write_at_index() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/random.py function getrandbits (line 9) | def getrandbits(): function randint (line 13) | def randint(): function randrange (line 17) | def randrange(): function seed (line 21) | def seed(): function shuffle (line 25) | def shuffle(): FILE: stubs/ev3_pybricks_v1_0_0/random.pyi function getrandbits (line 1) | def getrandbits() -> None: ... function randint (line 2) | def randint() -> None: ... function randrange (line 3) | def randrange() -> None: ... function seed (line 4) | def seed() -> None: ... function shuffle (line 5) | def shuffle() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/re.py class PCREMatch (line 17) | class PCREMatch: method end (line 20) | def end(self, *argv) -> Any: method group (line 23) | def group(self, *argv) -> Any: method groups (line 26) | def groups(self, *argv) -> Any: method span (line 29) | def span(self, *argv) -> Any: method start (line 32) | def start(self, *argv) -> Any: class PCREPattern (line 36) | class PCREPattern: method findall (line 39) | def findall(self, *argv) -> Any: method match (line 42) | def match(self, *argv) -> Any: method search (line 45) | def search(self, *argv) -> Any: method split (line 48) | def split(self, *argv) -> Any: method sub (line 51) | def sub(self, *argv) -> Any: function compile (line 65) | def compile(): function escape (line 69) | def escape(): function findall (line 76) | def findall(): function match (line 80) | def match(): function search (line 90) | def search(): function split (line 94) | def split(): function sub (line 98) | def sub(): FILE: stubs/ev3_pybricks_v1_0_0/re.pyi class PCREMatch (line 11) | class PCREMatch: method end (line 12) | def end(self, *argv) -> Any: ... method group (line 13) | def group(self, *argv) -> Any: ... method groups (line 14) | def groups(self, *argv) -> Any: ... method span (line 15) | def span(self, *argv) -> Any: ... method start (line 16) | def start(self, *argv) -> Any: ... class PCREPattern (line 18) | class PCREPattern: method findall (line 19) | def findall(self, *argv) -> Any: ... method match (line 20) | def match(self, *argv) -> Any: ... method search (line 21) | def search(self, *argv) -> Any: ... method split (line 22) | def split(self, *argv) -> Any: ... method sub (line 23) | def sub(self, *argv) -> Any: ... function compile (line 34) | def compile() -> None: ... function escape (line 35) | def escape() -> None: ... function findall (line 39) | def findall() -> None: ... function match (line 40) | def match() -> None: ... function search (line 47) | def search() -> None: ... function split (line 48) | def split() -> None: ... function sub (line 49) | def sub() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/select.py class Epoll (line 21) | class Epoll: method close (line 24) | def close(self, *argv) -> Any: method poll (line 27) | def poll(self, *argv) -> Any: method poll_ms (line 30) | def poll_ms(self, *argv) -> Any: method register (line 33) | def register(self, *argv) -> Any: method unregister (line 36) | def unregister(self, *argv) -> Any: function epoll (line 47) | def epoll(): function poll (line 63) | def poll(): FILE: stubs/ev3_pybricks_v1_0_0/select.pyi class Epoll (line 15) | class Epoll: method close (line 16) | def close(self, *argv) -> Any: ... method poll (line 17) | def poll(self, *argv) -> Any: ... method poll_ms (line 18) | def poll_ms(self, *argv) -> Any: ... method register (line 19) | def register(self, *argv) -> Any: ... method unregister (line 20) | def unregister(self, *argv) -> Any: ... function epoll (line 28) | def epoll() -> None: ... function poll (line 41) | def poll() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/socket.py function _resolve_addr (line 29) | def _resolve_addr(): function create_connection (line 36) | def create_connection(): class error (line 40) | class error: function getaddrinfo (line 44) | def getaddrinfo(): function inet_aton (line 48) | def inet_aton(): function inet_ntop (line 52) | def inet_ntop(): function inet_pton (line 56) | def inet_pton(): function sockaddr (line 60) | def sockaddr(): class socket (line 64) | class socket: method close (line 70) | def close(self, *argv) -> Any: method fileno (line 75) | def fileno(self, *argv) -> Any: method listen (line 78) | def listen(self, *argv) -> Any: method makefile (line 81) | def makefile(self, *argv) -> Any: method read (line 84) | def read(self, *argv) -> Any: method readinto (line 87) | def readinto(self, *argv) -> Any: method readline (line 90) | def readline(self, *argv) -> Any: method recv (line 93) | def recv(self, *argv) -> Any: method recvfrom (line 96) | def recvfrom(self, *argv) -> Any: method send (line 99) | def send(self, *argv) -> Any: method sendall (line 102) | def sendall(self, *argv) -> Any: method setblocking (line 107) | def setblocking(self, *argv) -> Any: method setsockopt (line 110) | def setsockopt(self, *argv) -> Any: method write (line 113) | def write(self, *argv) -> Any: FILE: stubs/ev3_pybricks_v1_0_0/socket.pyi function _resolve_addr (line 23) | def _resolve_addr() -> None: ... function create_connection (line 27) | def create_connection() -> None: ... class error (line 29) | class error: ... function getaddrinfo (line 31) | def getaddrinfo() -> None: ... function inet_aton (line 32) | def inet_aton() -> None: ... function inet_ntop (line 33) | def inet_ntop() -> None: ... function inet_pton (line 34) | def inet_pton() -> None: ... function sockaddr (line 35) | def sockaddr() -> None: ... class socket (line 37) | class socket: method close (line 40) | def close(self, *argv) -> Any: ... method fileno (line 42) | def fileno(self, *argv) -> Any: ... method listen (line 43) | def listen(self, *argv) -> Any: ... method makefile (line 44) | def makefile(self, *argv) -> Any: ... method read (line 45) | def read(self, *argv) -> Any: ... method readinto (line 46) | def readinto(self, *argv) -> Any: ... method readline (line 47) | def readline(self, *argv) -> Any: ... method recv (line 48) | def recv(self, *argv) -> Any: ... method recvfrom (line 49) | def recvfrom(self, *argv) -> Any: ... method send (line 50) | def send(self, *argv) -> Any: ... method sendall (line 51) | def sendall(self, *argv) -> Any: ... method setblocking (line 53) | def setblocking(self, *argv) -> Any: ... method setsockopt (line 54) | def setsockopt(self, *argv) -> Any: ... method write (line 55) | def write(self, *argv) -> Any: ... FILE: stubs/ev3_pybricks_v1_0_0/ssl.py function wrap_socket (line 13) | def wrap_socket(): FILE: stubs/ev3_pybricks_v1_0_0/ssl.pyi function wrap_socket (line 7) | def wrap_socket() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/struct.py class Struct (line 9) | class Struct: method pack (line 12) | def pack(self, *argv) -> Any: method unpack (line 15) | def unpack(self, *argv) -> Any: function calcsize (line 19) | def calcsize(): function pack (line 23) | def pack(): function pack_into (line 27) | def pack_into(): function unpack (line 31) | def unpack(): function unpack_from (line 35) | def unpack_from(): FILE: stubs/ev3_pybricks_v1_0_0/struct.pyi class Struct (line 3) | class Struct: method pack (line 4) | def pack(self, *argv) -> Any: ... method unpack (line 5) | def unpack(self, *argv) -> Any: ... function calcsize (line 7) | def calcsize() -> None: ... function pack (line 8) | def pack() -> None: ... function pack_into (line 9) | def pack_into() -> None: ... function unpack (line 10) | def unpack() -> None: ... function unpack_from (line 11) | def unpack_from() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/sys.py function exc_info (line 12) | def exc_info(): function exit (line 16) | def exit(): function print_exception (line 27) | def print_exception(): FILE: stubs/ev3_pybricks_v1_0_0/sys.pyi function exc_info (line 6) | def exc_info() -> None: ... function exit (line 7) | def exit() -> None: ... function print_exception (line 15) | def print_exception() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/termios.py function setraw (line 14) | def setraw(): function tcgetattr (line 18) | def tcgetattr(): function tcsetattr (line 22) | def tcsetattr(): FILE: stubs/ev3_pybricks_v1_0_0/termios.pyi function setraw (line 6) | def setraw() -> None: ... function tcgetattr (line 7) | def tcgetattr() -> None: ... function tcsetattr (line 8) | def tcsetattr() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/time.py function _c_tm_to_tuple (line 9) | def _c_tm_to_tuple(): class _struct_time (line 13) | class _struct_time: method count (line 16) | def count(self, *argv) -> Any: method index (line 19) | def index(self, *argv) -> Any: function _tuple_to_c_tm (line 23) | def _tuple_to_c_tm(): function clock (line 30) | def clock(): function gmtime (line 39) | def gmtime(): function localtime (line 47) | def localtime(): function mktime (line 54) | def mktime(): function namedtuple (line 61) | def namedtuple(): function perf_counter (line 65) | def perf_counter(): function process_time (line 69) | def process_time(): function sleep (line 73) | def sleep(): function sleep_ms (line 77) | def sleep_ms(): function sleep_us (line 81) | def sleep_us(): function strftime (line 85) | def strftime(): function struct_time (line 92) | def struct_time(): function ticks_add (line 96) | def ticks_add(): function ticks_cpu (line 100) | def ticks_cpu(): function ticks_diff (line 104) | def ticks_diff(): function ticks_ms (line 108) | def ticks_ms(): function ticks_us (line 112) | def ticks_us(): function time (line 116) | def time(): FILE: stubs/ev3_pybricks_v1_0_0/time.pyi function _c_tm_to_tuple (line 3) | def _c_tm_to_tuple() -> None: ... class _struct_time (line 5) | class _struct_time: method count (line 6) | def count(self, *argv) -> Any: ... method index (line 7) | def index(self, *argv) -> Any: ... function _tuple_to_c_tm (line 9) | def _tuple_to_c_tm() -> None: ... function clock (line 13) | def clock() -> None: ... function gmtime (line 19) | def gmtime() -> None: ... function localtime (line 24) | def localtime() -> None: ... function mktime (line 28) | def mktime() -> None: ... function namedtuple (line 32) | def namedtuple() -> None: ... function perf_counter (line 33) | def perf_counter() -> None: ... function process_time (line 34) | def process_time() -> None: ... function sleep (line 35) | def sleep() -> None: ... function sleep_ms (line 36) | def sleep_ms() -> None: ... function sleep_us (line 37) | def sleep_us() -> None: ... function strftime (line 38) | def strftime() -> None: ... function struct_time (line 42) | def struct_time() -> None: ... function ticks_add (line 43) | def ticks_add() -> None: ... function ticks_cpu (line 44) | def ticks_cpu() -> None: ... function ticks_diff (line 45) | def ticks_diff() -> None: ... function ticks_ms (line 46) | def ticks_ms() -> None: ... function ticks_us (line 47) | def ticks_us() -> None: ... function time (line 48) | def time() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/tools.py class StopWatch (line 9) | class StopWatch: method pause (line 12) | def pause(self, *argv) -> Any: method reset (line 15) | def reset(self, *argv) -> Any: method resume (line 18) | def resume(self, *argv) -> Any: method time (line 21) | def time(self, *argv) -> Any: function wait (line 25) | def wait(): FILE: stubs/ev3_pybricks_v1_0_0/tools.pyi class StopWatch (line 3) | class StopWatch: method pause (line 4) | def pause(self, *argv) -> Any: ... method reset (line 5) | def reset(self, *argv) -> Any: ... method resume (line 6) | def resume(self, *argv) -> Any: ... method time (line 7) | def time(self, *argv) -> Any: ... function wait (line 9) | def wait() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class EventLoop (line 16) | class EventLoop: method call_at_ (line 19) | def call_at_(self, *argv) -> Any: method call_later (line 22) | def call_later(self, *argv) -> Any: method call_later_ms (line 25) | def call_later_ms(self, *argv) -> Any: method call_soon (line 28) | def call_soon(self, *argv) -> Any: method close (line 31) | def close(self, *argv) -> Any: method create_task (line 34) | def create_task(self, *argv) -> Any: method run_forever (line 37) | def run_forever(self, *argv) -> Any: method run_until_complete (line 40) | def run_until_complete(self, *argv) -> Any: method stop (line 43) | def stop(self, *argv) -> Any: method time (line 46) | def time(self, *argv) -> Any: method wait (line 49) | def wait(self, *argv) -> Any: class IORead (line 53) | class IORead: method handle (line 56) | def handle(self, *argv) -> Any: class IOReadDone (line 60) | class IOReadDone: method handle (line 63) | def handle(self, *argv) -> Any: class IOWrite (line 67) | class IOWrite: method handle (line 70) | def handle(self, *argv) -> Any: class IOWriteDone (line 74) | class IOWriteDone: method handle (line 77) | def handle(self, *argv) -> Any: class SleepMs (line 81) | class SleepMs: method handle (line 84) | def handle(self, *argv) -> Any: class StopLoop (line 88) | class StopLoop: method handle (line 91) | def handle(self, *argv) -> Any: class SysCall (line 95) | class SysCall: method handle (line 98) | def handle(self, *argv) -> Any: class SysCall1 (line 102) | class SysCall1: method handle (line 105) | def handle(self, *argv) -> Any: function Task (line 109) | def Task(): class TimeoutError (line 113) | class TimeoutError(Exception): class TimeoutObj (line 117) | class TimeoutObj: class _event_loop_class (line 124) | class _event_loop_class: method add_reader (line 127) | def add_reader(self, *argv) -> Any: method add_writer (line 130) | def add_writer(self, *argv) -> Any: method call_at_ (line 133) | def call_at_(self, *argv) -> Any: method call_later (line 136) | def call_later(self, *argv) -> Any: method call_later_ms (line 139) | def call_later_ms(self, *argv) -> Any: method call_soon (line 142) | def call_soon(self, *argv) -> Any: method close (line 145) | def close(self, *argv) -> Any: method create_task (line 148) | def create_task(self, *argv) -> Any: method remove_reader (line 151) | def remove_reader(self, *argv) -> Any: method remove_writer (line 154) | def remove_writer(self, *argv) -> Any: method run_forever (line 157) | def run_forever(self, *argv) -> Any: method run_until_complete (line 160) | def run_until_complete(self, *argv) -> Any: method stop (line 163) | def stop(self, *argv) -> Any: method time (line 166) | def time(self, *argv) -> Any: method wait (line 169) | def wait(self, *argv) -> Any: function cancel (line 176) | def cancel(): function coroutine (line 180) | def coroutine(): function ensure_future (line 184) | def ensure_future(): function get_event_loop (line 188) | def get_event_loop(): function set_debug (line 195) | def set_debug(): class type_gen (line 204) | class type_gen: method close (line 207) | def close(self, *argv) -> Any: method pend_throw (line 210) | def pend_throw(self, *argv) -> Any: method send (line 213) | def send(self, *argv) -> Any: method throw (line 216) | def throw(self, *argv) -> Any: function wait_for (line 224) | def wait_for(): FILE: stubs/ev3_pybricks_v1_0_0/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class EventLoop (line 7) | class EventLoop: method call_at_ (line 8) | def call_at_(self, *argv) -> Any: ... method call_later (line 9) | def call_later(self, *argv) -> Any: ... method call_later_ms (line 10) | def call_later_ms(self, *argv) -> Any: ... method call_soon (line 11) | def call_soon(self, *argv) -> Any: ... method close (line 12) | def close(self, *argv) -> Any: ... method create_task (line 13) | def create_task(self, *argv) -> Any: ... method run_forever (line 14) | def run_forever(self, *argv) -> Any: ... method run_until_complete (line 15) | def run_until_complete(self, *argv) -> Any: ... method stop (line 16) | def stop(self, *argv) -> Any: ... method time (line 17) | def time(self, *argv) -> Any: ... method wait (line 18) | def wait(self, *argv) -> Any: ... class IORead (line 20) | class IORead: method handle (line 21) | def handle(self, *argv) -> Any: ... class IOReadDone (line 23) | class IOReadDone: method handle (line 24) | def handle(self, *argv) -> Any: ... class IOWrite (line 26) | class IOWrite: method handle (line 27) | def handle(self, *argv) -> Any: ... class IOWriteDone (line 29) | class IOWriteDone: method handle (line 30) | def handle(self, *argv) -> Any: ... class SleepMs (line 32) | class SleepMs: method handle (line 33) | def handle(self, *argv) -> Any: ... class StopLoop (line 35) | class StopLoop: method handle (line 36) | def handle(self, *argv) -> Any: ... class SysCall (line 38) | class SysCall: method handle (line 39) | def handle(self, *argv) -> Any: ... class SysCall1 (line 41) | class SysCall1: method handle (line 42) | def handle(self, *argv) -> Any: ... function Task (line 44) | def Task() -> None: ... class TimeoutError (line 46) | class TimeoutError(Exception): ... class TimeoutObj (line 47) | class TimeoutObj: ... class _event_loop_class (line 51) | class _event_loop_class: method add_reader (line 52) | def add_reader(self, *argv) -> Any: ... method add_writer (line 53) | def add_writer(self, *argv) -> Any: ... method call_at_ (line 54) | def call_at_(self, *argv) -> Any: ... method call_later (line 55) | def call_later(self, *argv) -> Any: ... method call_later_ms (line 56) | def call_later_ms(self, *argv) -> Any: ... method call_soon (line 57) | def call_soon(self, *argv) -> Any: ... method close (line 58) | def close(self, *argv) -> Any: ... method create_task (line 59) | def create_task(self, *argv) -> Any: ... method remove_reader (line 60) | def remove_reader(self, *argv) -> Any: ... method remove_writer (line 61) | def remove_writer(self, *argv) -> Any: ... method run_forever (line 62) | def run_forever(self, *argv) -> Any: ... method run_until_complete (line 63) | def run_until_complete(self, *argv) -> Any: ... method stop (line 64) | def stop(self, *argv) -> Any: ... method time (line 65) | def time(self, *argv) -> Any: ... method wait (line 66) | def wait(self, *argv) -> Any: ... function cancel (line 70) | def cancel() -> None: ... function coroutine (line 71) | def coroutine() -> None: ... function ensure_future (line 72) | def ensure_future() -> None: ... function get_event_loop (line 73) | def get_event_loop() -> None: ... function set_debug (line 77) | def set_debug() -> None: ... class type_gen (line 83) | class type_gen: method close (line 84) | def close(self, *argv) -> Any: ... method pend_throw (line 85) | def pend_throw(self, *argv) -> Any: ... method send (line 86) | def send(self, *argv) -> Any: ... method throw (line 87) | def throw(self, *argv) -> Any: ... function wait_for (line 92) | def wait_for() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(): function b2a_base64 (line 13) | def b2a_base64(): function crc32 (line 17) | def crc32(): function hexlify (line 21) | def hexlify(): function unhexlify (line 25) | def unhexlify(): FILE: stubs/ev3_pybricks_v1_0_0/ubinascii.pyi function a2b_base64 (line 1) | def a2b_base64() -> None: ... function b2a_base64 (line 2) | def b2a_base64() -> None: ... function crc32 (line 3) | def crc32() -> None: ... function hexlify (line 4) | def hexlify() -> None: ... function unhexlify (line 5) | def unhexlify() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/ucollections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *argv) -> Any: method copy (line 15) | def copy(self, *argv) -> Any: method fromkeys (line 18) | def fromkeys(self, *argv) -> Any: method get (line 21) | def get(self, *argv) -> Any: method items (line 24) | def items(self, *argv) -> Any: method keys (line 27) | def keys(self, *argv) -> Any: method pop (line 30) | def pop(self, *argv) -> Any: method popitem (line 33) | def popitem(self, *argv) -> Any: method setdefault (line 36) | def setdefault(self, *argv) -> Any: method update (line 39) | def update(self, *argv) -> Any: method values (line 42) | def values(self, *argv) -> Any: class deque (line 46) | class deque: method append (line 49) | def append(self, *argv) -> Any: method popleft (line 52) | def popleft(self, *argv) -> Any: function namedtuple (line 56) | def namedtuple(): FILE: stubs/ev3_pybricks_v1_0_0/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *argv) -> Any: ... method copy (line 5) | def copy(self, *argv) -> Any: ... method fromkeys (line 6) | def fromkeys(self, *argv) -> Any: ... method get (line 7) | def get(self, *argv) -> Any: ... method items (line 8) | def items(self, *argv) -> Any: ... method keys (line 9) | def keys(self, *argv) -> Any: ... method pop (line 10) | def pop(self, *argv) -> Any: ... method popitem (line 11) | def popitem(self, *argv) -> Any: ... method setdefault (line 12) | def setdefault(self, *argv) -> Any: ... method update (line 13) | def update(self, *argv) -> Any: ... method values (line 14) | def values(self, *argv) -> Any: ... class deque (line 16) | class deque: method append (line 17) | def append(self, *argv) -> Any: ... method popleft (line 18) | def popleft(self, *argv) -> Any: ... function namedtuple (line 20) | def namedtuple() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/ucryptolib.py class aes (line 9) | class aes: method decrypt (line 12) | def decrypt(self, *argv) -> Any: method encrypt (line 15) | def encrypt(self, *argv) -> Any: FILE: stubs/ev3_pybricks_v1_0_0/ucryptolib.pyi class aes (line 3) | class aes: method decrypt (line 4) | def decrypt(self, *argv) -> Any: ... method encrypt (line 5) | def encrypt(self, *argv) -> Any: ... FILE: stubs/ev3_pybricks_v1_0_0/uctypes.py function addressof (line 34) | def addressof(): function bytearray_at (line 38) | def bytearray_at(): function bytes_at (line 42) | def bytes_at(): function sizeof (line 46) | def sizeof(): class struct (line 50) | class struct: FILE: stubs/ev3_pybricks_v1_0_0/uctypes.pyi function addressof (line 26) | def addressof() -> None: ... function bytearray_at (line 27) | def bytearray_at() -> None: ... function bytes_at (line 28) | def bytes_at() -> None: ... function sizeof (line 29) | def sizeof() -> None: ... class struct (line 31) | class struct: ... FILE: stubs/ev3_pybricks_v1_0_0/uhashlib.py class sha1 (line 9) | class sha1: method digest (line 12) | def digest(self, *argv) -> Any: method update (line 15) | def update(self, *argv) -> Any: class sha256 (line 19) | class sha256: method digest (line 22) | def digest(self, *argv) -> Any: method update (line 25) | def update(self, *argv) -> Any: FILE: stubs/ev3_pybricks_v1_0_0/uhashlib.pyi class sha1 (line 3) | class sha1: method digest (line 4) | def digest(self, *argv) -> Any: ... method update (line 5) | def update(self, *argv) -> Any: ... class sha256 (line 7) | class sha256: method digest (line 8) | def digest(self, *argv) -> Any: ... method update (line 9) | def update(self, *argv) -> Any: ... FILE: stubs/ev3_pybricks_v1_0_0/uheapq.py function heapify (line 9) | def heapify(): function heappop (line 13) | def heappop(): function heappush (line 17) | def heappush(): FILE: stubs/ev3_pybricks_v1_0_0/uheapq.pyi function heapify (line 1) | def heapify() -> None: ... function heappop (line 2) | def heappop() -> None: ... function heappush (line 3) | def heappush() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/uio.py class BytesIO (line 9) | class BytesIO: method close (line 12) | def close(self, *argv) -> Any: method flush (line 15) | def flush(self, *argv) -> Any: method getvalue (line 18) | def getvalue(self, *argv) -> Any: method read (line 21) | def read(self, *argv) -> Any: method readinto (line 24) | def readinto(self, *argv) -> Any: method readline (line 27) | def readline(self, *argv) -> Any: method seek (line 30) | def seek(self, *argv) -> Any: method write (line 33) | def write(self, *argv) -> Any: class FileIO (line 37) | class FileIO: method close (line 40) | def close(self, *argv) -> Any: method fileno (line 43) | def fileno(self, *argv) -> Any: method flush (line 46) | def flush(self, *argv) -> Any: method read (line 49) | def read(self, *argv) -> Any: method readinto (line 52) | def readinto(self, *argv) -> Any: method readline (line 55) | def readline(self, *argv) -> Any: method readlines (line 58) | def readlines(self, *argv) -> Any: method seek (line 61) | def seek(self, *argv) -> Any: method tell (line 64) | def tell(self, *argv) -> Any: method write (line 67) | def write(self, *argv) -> Any: class IOBase (line 71) | class IOBase: class StringIO (line 75) | class StringIO: method close (line 78) | def close(self, *argv) -> Any: method flush (line 81) | def flush(self, *argv) -> Any: method getvalue (line 84) | def getvalue(self, *argv) -> Any: method read (line 87) | def read(self, *argv) -> Any: method readinto (line 90) | def readinto(self, *argv) -> Any: method readline (line 93) | def readline(self, *argv) -> Any: method seek (line 96) | def seek(self, *argv) -> Any: method write (line 99) | def write(self, *argv) -> Any: class TextIOWrapper (line 103) | class TextIOWrapper: method close (line 106) | def close(self, *argv) -> Any: method fileno (line 109) | def fileno(self, *argv) -> Any: method flush (line 112) | def flush(self, *argv) -> Any: method read (line 115) | def read(self, *argv) -> Any: method readinto (line 118) | def readinto(self, *argv) -> Any: method readline (line 121) | def readline(self, *argv) -> Any: method readlines (line 124) | def readlines(self, *argv) -> Any: method seek (line 127) | def seek(self, *argv) -> Any: method tell (line 130) | def tell(self, *argv) -> Any: method write (line 133) | def write(self, *argv) -> Any: function open (line 137) | def open(): FILE: stubs/ev3_pybricks_v1_0_0/uio.pyi class BytesIO (line 3) | class BytesIO: method close (line 4) | def close(self, *argv) -> Any: ... method flush (line 5) | def flush(self, *argv) -> Any: ... method getvalue (line 6) | def getvalue(self, *argv) -> Any: ... method read (line 7) | def read(self, *argv) -> Any: ... method readinto (line 8) | def readinto(self, *argv) -> Any: ... method readline (line 9) | def readline(self, *argv) -> Any: ... method seek (line 10) | def seek(self, *argv) -> Any: ... method write (line 11) | def write(self, *argv) -> Any: ... class FileIO (line 13) | class FileIO: method close (line 14) | def close(self, *argv) -> Any: ... method fileno (line 15) | def fileno(self, *argv) -> Any: ... method flush (line 16) | def flush(self, *argv) -> Any: ... method read (line 17) | def read(self, *argv) -> Any: ... method readinto (line 18) | def readinto(self, *argv) -> Any: ... method readline (line 19) | def readline(self, *argv) -> Any: ... method readlines (line 20) | def readlines(self, *argv) -> Any: ... method seek (line 21) | def seek(self, *argv) -> Any: ... method tell (line 22) | def tell(self, *argv) -> Any: ... method write (line 23) | def write(self, *argv) -> Any: ... class IOBase (line 25) | class IOBase: ... class StringIO (line 27) | class StringIO: method close (line 28) | def close(self, *argv) -> Any: ... method flush (line 29) | def flush(self, *argv) -> Any: ... method getvalue (line 30) | def getvalue(self, *argv) -> Any: ... method read (line 31) | def read(self, *argv) -> Any: ... method readinto (line 32) | def readinto(self, *argv) -> Any: ... method readline (line 33) | def readline(self, *argv) -> Any: ... method seek (line 34) | def seek(self, *argv) -> Any: ... method write (line 35) | def write(self, *argv) -> Any: ... class TextIOWrapper (line 37) | class TextIOWrapper: method close (line 38) | def close(self, *argv) -> Any: ... method fileno (line 39) | def fileno(self, *argv) -> Any: ... method flush (line 40) | def flush(self, *argv) -> Any: ... method read (line 41) | def read(self, *argv) -> Any: ... method readinto (line 42) | def readinto(self, *argv) -> Any: ... method readline (line 43) | def readline(self, *argv) -> Any: ... method readlines (line 44) | def readlines(self, *argv) -> Any: ... method seek (line 45) | def seek(self, *argv) -> Any: ... method tell (line 46) | def tell(self, *argv) -> Any: ... method write (line 47) | def write(self, *argv) -> Any: ... function open (line 49) | def open() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/ujson.py function dump (line 9) | def dump(): function dumps (line 13) | def dumps(): function load (line 17) | def load(): function loads (line 21) | def loads(): FILE: stubs/ev3_pybricks_v1_0_0/ujson.pyi function dump (line 1) | def dump() -> None: ... function dumps (line 2) | def dumps() -> None: ... function load (line 3) | def load() -> None: ... function loads (line 4) | def loads() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/umachine.py class PinBase (line 9) | class PinBase: class Signal (line 13) | class Signal: method off (line 16) | def off(self, *argv) -> Any: method on (line 19) | def on(self, *argv) -> Any: method value (line 22) | def value(self, *argv) -> Any: function time_pulse_us (line 31) | def time_pulse_us(): FILE: stubs/ev3_pybricks_v1_0_0/umachine.pyi class PinBase (line 3) | class PinBase: ... class Signal (line 5) | class Signal: method off (line 6) | def off(self, *argv) -> Any: ... method on (line 7) | def on(self, *argv) -> Any: ... method value (line 8) | def value(self, *argv) -> Any: ... function time_pulse_us (line 14) | def time_pulse_us() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method _recv_len (line 15) | def _recv_len(self, *argv) -> Any: method _send_str (line 18) | def _send_str(self, *argv) -> Any: method check_msg (line 21) | def check_msg(self, *argv) -> Any: method connect (line 24) | def connect(self, *argv) -> Any: method delay (line 27) | def delay(self, *argv) -> Any: method disconnect (line 30) | def disconnect(self, *argv) -> Any: method log (line 33) | def log(self, *argv) -> Any: method ping (line 36) | def ping(self, *argv) -> Any: method set_callback (line 42) | def set_callback(self, *argv) -> Any: method set_last_will (line 45) | def set_last_will(self, *argv) -> Any: method subscribe (line 48) | def subscribe(self, *argv) -> Any: FILE: stubs/ev3_pybricks_v1_0_0/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method _recv_len (line 6) | def _recv_len(self, *argv) -> Any: ... method _send_str (line 7) | def _send_str(self, *argv) -> Any: ... method check_msg (line 8) | def check_msg(self, *argv) -> Any: ... method connect (line 9) | def connect(self, *argv) -> Any: ... method delay (line 10) | def delay(self, *argv) -> Any: ... method disconnect (line 11) | def disconnect(self, *argv) -> Any: ... method log (line 12) | def log(self, *argv) -> Any: ... method ping (line 13) | def ping(self, *argv) -> Any: ... method set_callback (line 16) | def set_callback(self, *argv) -> Any: ... method set_last_will (line 17) | def set_last_will(self, *argv) -> Any: ... method subscribe (line 18) | def subscribe(self, *argv) -> Any: ... FILE: stubs/ev3_pybricks_v1_0_0/umqtt/simple.py class MQTTClient (line 9) | class MQTTClient: method _recv_len (line 12) | def _recv_len(self, *argv) -> Any: method _send_str (line 15) | def _send_str(self, *argv) -> Any: method check_msg (line 18) | def check_msg(self, *argv) -> Any: method connect (line 21) | def connect(self, *argv) -> Any: method disconnect (line 24) | def disconnect(self, *argv) -> Any: method ping (line 27) | def ping(self, *argv) -> Any: method publish (line 30) | def publish(self, *argv) -> Any: method set_callback (line 33) | def set_callback(self, *argv) -> Any: method set_last_will (line 36) | def set_last_will(self, *argv) -> Any: method subscribe (line 39) | def subscribe(self, *argv) -> Any: method wait_msg (line 42) | def wait_msg(self, *argv) -> Any: class MQTTException (line 46) | class MQTTException(Exception): function hexlify (line 50) | def hexlify(): FILE: stubs/ev3_pybricks_v1_0_0/umqtt/simple.pyi class MQTTClient (line 3) | class MQTTClient: method _recv_len (line 4) | def _recv_len(self, *argv) -> Any: ... method _send_str (line 5) | def _send_str(self, *argv) -> Any: ... method check_msg (line 6) | def check_msg(self, *argv) -> Any: ... method connect (line 7) | def connect(self, *argv) -> Any: ... method disconnect (line 8) | def disconnect(self, *argv) -> Any: ... method ping (line 9) | def ping(self, *argv) -> Any: ... method publish (line 10) | def publish(self, *argv) -> Any: ... method set_callback (line 11) | def set_callback(self, *argv) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *argv) -> Any: ... method subscribe (line 13) | def subscribe(self, *argv) -> Any: ... method wait_msg (line 14) | def wait_msg(self, *argv) -> Any: ... class MQTTException (line 16) | class MQTTException(Exception): ... function hexlify (line 18) | def hexlify() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/uos.py function errno (line 9) | def errno(): function getenv (line 13) | def getenv(): function ilistdir (line 17) | def ilistdir(): function mkdir (line 21) | def mkdir(): function stat (line 25) | def stat(): function statvfs (line 29) | def statvfs(): function system (line 33) | def system(): function unlink (line 37) | def unlink(): FILE: stubs/ev3_pybricks_v1_0_0/uos.pyi function errno (line 1) | def errno() -> None: ... function getenv (line 2) | def getenv() -> None: ... function ilistdir (line 3) | def ilistdir() -> None: ... function mkdir (line 4) | def mkdir() -> None: ... function stat (line 5) | def stat() -> None: ... function statvfs (line 6) | def statvfs() -> None: ... function system (line 7) | def system() -> None: ... function unlink (line 8) | def unlink() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/upip.py class NotFoundError (line 9) | class NotFoundError(Exception): function _makedirs (line 13) | def _makedirs(): function cleanup (line 17) | def cleanup(): function expandhome (line 26) | def expandhome(): function fatal (line 30) | def fatal(): function get_install_path (line 38) | def get_install_path(): function get_pkg_metadata (line 42) | def get_pkg_metadata(): function help (line 49) | def help(): function install (line 53) | def install(): function install_pkg (line 60) | def install_pkg(): function install_tar (line 64) | def install_tar(): function main (line 71) | def main(): function op_basename (line 75) | def op_basename(): function op_split (line 79) | def op_split(): function save_file (line 86) | def save_file(): function url_open (line 94) | def url_open(): FILE: stubs/ev3_pybricks_v1_0_0/upip.pyi class NotFoundError (line 3) | class NotFoundError(Exception): ... function _makedirs (line 5) | def _makedirs() -> None: ... function cleanup (line 6) | def cleanup() -> None: ... function expandhome (line 12) | def expandhome() -> None: ... function fatal (line 13) | def fatal() -> None: ... function get_install_path (line 18) | def get_install_path() -> None: ... function get_pkg_metadata (line 19) | def get_pkg_metadata() -> None: ... function help (line 23) | def help() -> None: ... function install (line 24) | def install() -> None: ... function install_pkg (line 28) | def install_pkg() -> None: ... function install_tar (line 29) | def install_tar() -> None: ... function main (line 33) | def main() -> None: ... function op_basename (line 34) | def op_basename() -> None: ... function op_split (line 35) | def op_split() -> None: ... function save_file (line 39) | def save_file() -> None: ... function url_open (line 44) | def url_open() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/upip_utarfile.py class FileSection (line 11) | class FileSection: method read (line 14) | def read(self, *argv) -> Any: method readinto (line 17) | def readinto(self, *argv) -> Any: method skip (line 20) | def skip(self, *argv) -> Any: class TarFile (line 28) | class TarFile: method extractfile (line 31) | def extractfile(self, *argv) -> Any: method next (line 34) | def next(self, *argv) -> Any: class TarInfo (line 38) | class TarInfo: function roundup (line 42) | def roundup(): FILE: stubs/ev3_pybricks_v1_0_0/upip_utarfile.pyi class FileSection (line 5) | class FileSection: method read (line 6) | def read(self, *argv) -> Any: ... method readinto (line 7) | def readinto(self, *argv) -> Any: ... method skip (line 8) | def skip(self, *argv) -> Any: ... class TarFile (line 13) | class TarFile: method extractfile (line 14) | def extractfile(self, *argv) -> Any: ... method next (line 15) | def next(self, *argv) -> Any: ... class TarInfo (line 17) | class TarInfo: ... function roundup (line 19) | def roundup() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/urandom.py function getrandbits (line 9) | def getrandbits(): function seed (line 13) | def seed(): FILE: stubs/ev3_pybricks_v1_0_0/urandom.pyi function getrandbits (line 1) | def getrandbits() -> None: ... function seed (line 2) | def seed() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/ure.py function compile (line 11) | def compile(): function match (line 15) | def match(): function search (line 19) | def search(): FILE: stubs/ev3_pybricks_v1_0_0/ure.pyi function compile (line 3) | def compile() -> None: ... function match (line 4) | def match() -> None: ... function search (line 5) | def search() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/urequests.py class Response (line 9) | class Response: method close (line 12) | def close(self, *argv) -> Any: method json (line 17) | def json(self, *argv) -> Any: function delete (line 23) | def delete(): function get (line 27) | def get(): function head (line 31) | def head(): function patch (line 35) | def patch(): function post (line 39) | def post(): function put (line 43) | def put(): function request (line 47) | def request(): FILE: stubs/ev3_pybricks_v1_0_0/urequests.pyi class Response (line 3) | class Response: method close (line 4) | def close(self, *argv) -> Any: ... method json (line 6) | def json(self, *argv) -> Any: ... function delete (line 9) | def delete() -> None: ... function get (line 10) | def get() -> None: ... function head (line 11) | def head() -> None: ... function patch (line 12) | def patch() -> None: ... function post (line 13) | def post() -> None: ... function put (line 14) | def put() -> None: ... function request (line 15) | def request() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/urllib/urequest.py function urlopen (line 9) | def urlopen(): FILE: stubs/ev3_pybricks_v1_0_0/urllib/urequest.pyi function urlopen (line 3) | def urlopen() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/uselect.py function poll (line 14) | def poll(): FILE: stubs/ev3_pybricks_v1_0_0/uselect.pyi function poll (line 6) | def poll() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/usocket.py function getaddrinfo (line 24) | def getaddrinfo(): function inet_ntop (line 28) | def inet_ntop(): function inet_pton (line 32) | def inet_pton(): function sockaddr (line 36) | def sockaddr(): class socket (line 40) | class socket: method accept (line 43) | def accept(self, *argv) -> Any: method bind (line 46) | def bind(self, *argv) -> Any: method close (line 49) | def close(self, *argv) -> Any: method connect (line 52) | def connect(self, *argv) -> Any: method fileno (line 55) | def fileno(self, *argv) -> Any: method listen (line 58) | def listen(self, *argv) -> Any: method makefile (line 61) | def makefile(self, *argv) -> Any: method read (line 64) | def read(self, *argv) -> Any: method readinto (line 67) | def readinto(self, *argv) -> Any: method readline (line 70) | def readline(self, *argv) -> Any: method recv (line 73) | def recv(self, *argv) -> Any: method recvfrom (line 76) | def recvfrom(self, *argv) -> Any: method send (line 79) | def send(self, *argv) -> Any: method sendto (line 82) | def sendto(self, *argv) -> Any: method setblocking (line 85) | def setblocking(self, *argv) -> Any: method setsockopt (line 88) | def setsockopt(self, *argv) -> Any: method write (line 91) | def write(self, *argv) -> Any: FILE: stubs/ev3_pybricks_v1_0_0/usocket.pyi function getaddrinfo (line 18) | def getaddrinfo() -> None: ... function inet_ntop (line 19) | def inet_ntop() -> None: ... function inet_pton (line 20) | def inet_pton() -> None: ... function sockaddr (line 21) | def sockaddr() -> None: ... class socket (line 23) | class socket: method accept (line 24) | def accept(self, *argv) -> Any: ... method bind (line 25) | def bind(self, *argv) -> Any: ... method close (line 26) | def close(self, *argv) -> Any: ... method connect (line 27) | def connect(self, *argv) -> Any: ... method fileno (line 28) | def fileno(self, *argv) -> Any: ... method listen (line 29) | def listen(self, *argv) -> Any: ... method makefile (line 30) | def makefile(self, *argv) -> Any: ... method read (line 31) | def read(self, *argv) -> Any: ... method readinto (line 32) | def readinto(self, *argv) -> Any: ... method readline (line 33) | def readline(self, *argv) -> Any: ... method recv (line 34) | def recv(self, *argv) -> Any: ... method recvfrom (line 35) | def recvfrom(self, *argv) -> Any: ... method send (line 36) | def send(self, *argv) -> Any: ... method sendto (line 37) | def sendto(self, *argv) -> Any: ... method setblocking (line 38) | def setblocking(self, *argv) -> Any: ... method setsockopt (line 39) | def setsockopt(self, *argv) -> Any: ... method write (line 40) | def write(self, *argv) -> Any: ... FILE: stubs/ev3_pybricks_v1_0_0/ussl.py function wrap_socket (line 9) | def wrap_socket(): FILE: stubs/ev3_pybricks_v1_0_0/ussl.pyi function wrap_socket (line 1) | def wrap_socket() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/ustruct.py function calcsize (line 9) | def calcsize(): function pack (line 13) | def pack(): function pack_into (line 17) | def pack_into(): function unpack (line 21) | def unpack(): function unpack_from (line 25) | def unpack_from(): FILE: stubs/ev3_pybricks_v1_0_0/ustruct.pyi function calcsize (line 1) | def calcsize() -> None: ... function pack (line 2) | def pack() -> None: ... function pack_into (line 3) | def pack_into() -> None: ... function unpack (line 4) | def unpack() -> None: ... function unpack_from (line 5) | def unpack_from() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/utime.py function clock (line 9) | def clock(): function localtime (line 13) | def localtime(): function sleep (line 17) | def sleep(): function sleep_ms (line 21) | def sleep_ms(): function sleep_us (line 25) | def sleep_us(): function ticks_add (line 29) | def ticks_add(): function ticks_cpu (line 33) | def ticks_cpu(): function ticks_diff (line 37) | def ticks_diff(): function ticks_ms (line 41) | def ticks_ms(): function ticks_us (line 45) | def ticks_us(): function time (line 49) | def time(): FILE: stubs/ev3_pybricks_v1_0_0/utime.pyi function clock (line 1) | def clock() -> None: ... function localtime (line 2) | def localtime() -> None: ... function sleep (line 3) | def sleep() -> None: ... function sleep_ms (line 4) | def sleep_ms() -> None: ... function sleep_us (line 5) | def sleep_us() -> None: ... function ticks_add (line 6) | def ticks_add() -> None: ... function ticks_cpu (line 7) | def ticks_cpu() -> None: ... function ticks_diff (line 8) | def ticks_diff() -> None: ... function ticks_ms (line 9) | def ticks_ms() -> None: ... function ticks_us (line 10) | def ticks_us() -> None: ... function time (line 11) | def time() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/utimeq.py class utimeq (line 9) | class utimeq: method peektime (line 12) | def peektime(self, *argv) -> Any: method pop (line 15) | def pop(self, *argv) -> Any: method push (line 18) | def push(self, *argv) -> Any: FILE: stubs/ev3_pybricks_v1_0_0/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *argv) -> Any: ... method pop (line 5) | def pop(self, *argv) -> Any: ... method push (line 6) | def push(self, *argv) -> Any: ... FILE: stubs/ev3_pybricks_v1_0_0/uzlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *argv) -> Any: method readinto (line 15) | def readinto(self, *argv) -> Any: method readline (line 18) | def readline(self, *argv) -> Any: function decompress (line 22) | def decompress(): FILE: stubs/ev3_pybricks_v1_0_0/uzlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *argv) -> Any: ... method readinto (line 5) | def readinto(self, *argv) -> Any: ... method readline (line 6) | def readline(self, *argv) -> Any: ... function decompress (line 8) | def decompress() -> None: ... FILE: stubs/ev3_pybricks_v1_0_0/websocket.py class websocket (line 9) | class websocket: method close (line 12) | def close(self, *argv) -> Any: method ioctl (line 15) | def ioctl(self, *argv) -> Any: method read (line 18) | def read(self, *argv) -> Any: method readinto (line 21) | def readinto(self, *argv) -> Any: method readline (line 24) | def readline(self, *argv) -> Any: method write (line 27) | def write(self, *argv) -> Any: FILE: stubs/ev3_pybricks_v1_0_0/websocket.pyi class websocket (line 3) | class websocket: method close (line 4) | def close(self, *argv) -> Any: ... method ioctl (line 5) | def ioctl(self, *argv) -> Any: ... method read (line 6) | def read(self, *argv) -> Any: ... method readinto (line 7) | def readinto(self, *argv) -> Any: ... method readline (line 8) | def readline(self, *argv) -> Any: ... method write (line 9) | def write(self, *argv) -> Any: ... FILE: stubs/ev3_pybricks_v1_0_0/zlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *argv) -> Any: method readinto (line 15) | def readinto(self, *argv) -> Any: method readline (line 18) | def readline(self, *argv) -> Any: function decompress (line 22) | def decompress(): FILE: stubs/ev3_pybricks_v1_0_0/zlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *argv) -> Any: ... method readinto (line 5) | def readinto(self, *argv) -> Any: ... method readline (line 6) | def readline(self, *argv) -> Any: ... function decompress (line 8) | def decompress() -> None: ... FILE: stubs/loboris-v3_2_24-esp32/ak8963.py class AK8963 (line 9) | class AK8963: method _register_char (line 12) | def _register_char(self, *args) -> Any: method _register_short (line 15) | def _register_short(self, *args) -> Any: method _register_three_shorts (line 18) | def _register_three_shorts(self, *args) -> Any: class I2C (line 26) | class I2C: method address (line 38) | def address(self, *args) -> Any: method begin (line 41) | def begin(self, *args) -> Any: method callback (line 44) | def callback(self, *args) -> Any: method clock_timing (line 47) | def clock_timing(self, *args) -> Any: method data_timing (line 50) | def data_timing(self, *args) -> Any: method deinit (line 53) | def deinit(self, *args) -> Any: method end (line 56) | def end(self, *args) -> Any: method getdata (line 59) | def getdata(self, *args) -> Any: method init (line 62) | def init(self, *args) -> Any: method is_ready (line 65) | def is_ready(self, *args) -> Any: method read_byte (line 68) | def read_byte(self, *args) -> Any: method read_bytes (line 71) | def read_bytes(self, *args) -> Any: method readfrom (line 74) | def readfrom(self, *args) -> Any: method readfrom_into (line 77) | def readfrom_into(self, *args) -> Any: method readfrom_mem (line 80) | def readfrom_mem(self, *args) -> Any: method readfrom_mem_into (line 83) | def readfrom_mem_into(self, *args) -> Any: method resetbusy (line 86) | def resetbusy(self, *args) -> Any: method scan (line 89) | def scan(self, *args) -> Any: method setdata (line 92) | def setdata(self, *args) -> Any: method start (line 95) | def start(self, *args) -> Any: method start_timing (line 98) | def start_timing(self, *args) -> Any: method stop (line 101) | def stop(self, *args) -> Any: method stop_timing (line 104) | def stop_timing(self, *args) -> Any: method timeout (line 107) | def timeout(self, *args) -> Any: method write_byte (line 110) | def write_byte(self, *args) -> Any: method write_bytes (line 113) | def write_bytes(self, *args) -> Any: method writeto (line 116) | def writeto(self, *args) -> Any: method writeto_mem (line 119) | def writeto_mem(self, *args) -> Any: class Pin (line 131) | class Pin: method init (line 150) | def init(self, *args) -> Any: method irqvalue (line 153) | def irqvalue(self, *args) -> Any: method value (line 156) | def value(self, *args) -> Any: function const (line 167) | def const(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/ak8963.pyi class AK8963 (line 3) | class AK8963: method _register_char (line 4) | def _register_char(self, *args) -> Any: ... method _register_short (line 5) | def _register_short(self, *args) -> Any: ... method _register_three_shorts (line 6) | def _register_three_shorts(self, *args) -> Any: ... class I2C (line 11) | class I2C: method address (line 20) | def address(self, *args) -> Any: ... method begin (line 21) | def begin(self, *args) -> Any: ... method callback (line 22) | def callback(self, *args) -> Any: ... method clock_timing (line 23) | def clock_timing(self, *args) -> Any: ... method data_timing (line 24) | def data_timing(self, *args) -> Any: ... method deinit (line 25) | def deinit(self, *args) -> Any: ... method end (line 26) | def end(self, *args) -> Any: ... method getdata (line 27) | def getdata(self, *args) -> Any: ... method init (line 28) | def init(self, *args) -> Any: ... method is_ready (line 29) | def is_ready(self, *args) -> Any: ... method read_byte (line 30) | def read_byte(self, *args) -> Any: ... method read_bytes (line 31) | def read_bytes(self, *args) -> Any: ... method readfrom (line 32) | def readfrom(self, *args) -> Any: ... method readfrom_into (line 33) | def readfrom_into(self, *args) -> Any: ... method readfrom_mem (line 34) | def readfrom_mem(self, *args) -> Any: ... method readfrom_mem_into (line 35) | def readfrom_mem_into(self, *args) -> Any: ... method resetbusy (line 36) | def resetbusy(self, *args) -> Any: ... method scan (line 37) | def scan(self, *args) -> Any: ... method setdata (line 38) | def setdata(self, *args) -> Any: ... method start (line 39) | def start(self, *args) -> Any: ... method start_timing (line 40) | def start_timing(self, *args) -> Any: ... method stop (line 41) | def stop(self, *args) -> Any: ... method stop_timing (line 42) | def stop_timing(self, *args) -> Any: ... method timeout (line 43) | def timeout(self, *args) -> Any: ... method write_byte (line 44) | def write_byte(self, *args) -> Any: ... method write_bytes (line 45) | def write_bytes(self, *args) -> Any: ... method writeto (line 46) | def writeto(self, *args) -> Any: ... method writeto_mem (line 47) | def writeto_mem(self, *args) -> Any: ... class Pin (line 56) | class Pin: method init (line 72) | def init(self, *args) -> Any: ... method irqvalue (line 73) | def irqvalue(self, *args) -> Any: ... method value (line 74) | def value(self, *args) -> Any: ... function const (line 82) | def const(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/array.py class array (line 9) | class array: method append (line 12) | def append(self, *args) -> Any: method extend (line 15) | def extend(self, *args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/array.pyi class array (line 3) | class array: method append (line 4) | def append(self, *args) -> Any: ... method extend (line 5) | def extend(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args) -> Any: function crc32 (line 17) | def crc32(*args) -> Any: function hexlify (line 21) | def hexlify(*args) -> Any: function unhexlify (line 25) | def unhexlify(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args) -> Any: ... function crc32 (line 5) | def crc32(*args) -> Any: ... function hexlify (line 6) | def hexlify(*args) -> Any: ... function unhexlify (line 7) | def unhexlify(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/btree.py function open (line 12) | def open(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/btree.pyi function open (line 6) | def open(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class Exception (line 28) | class Exception: class GeneratorExit (line 32) | class GeneratorExit: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt: class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 71) | class NotImplementedError(Exception): class OSError (line 75) | class OSError(Exception): class OverflowError (line 79) | class OverflowError(Exception): class RuntimeError (line 83) | class RuntimeError(Exception): class StopAsyncIteration (line 87) | class StopAsyncIteration: class StopIteration (line 91) | class StopIteration: class SyntaxError (line 95) | class SyntaxError(Exception): class SystemExit (line 99) | class SystemExit: class TypeError (line 103) | class TypeError(Exception): class UnicodeError (line 107) | class UnicodeError(Exception): class ValueError (line 111) | class ValueError(Exception): class ZeroDivisionError (line 115) | class ZeroDivisionError(Exception): function abs (line 119) | def abs(*args) -> Any: function all (line 123) | def all(*args) -> Any: function any (line 127) | def any(*args) -> Any: function bin (line 131) | def bin(*args) -> Any: class bool (line 135) | class bool: class bytearray (line 139) | class bytearray: method append (line 142) | def append(self, *args) -> Any: method extend (line 145) | def extend(self, *args) -> Any: class bytes (line 149) | class bytes: method center (line 152) | def center(self, *args) -> Any: method count (line 155) | def count(self, *args) -> Any: method decode (line 158) | def decode(self, *args) -> Any: method endswith (line 161) | def endswith(self, *args) -> Any: method find (line 164) | def find(self, *args) -> Any: method format (line 167) | def format(self, *args) -> Any: method index (line 170) | def index(self, *args) -> Any: method isalpha (line 173) | def isalpha(self, *args) -> Any: method isdigit (line 176) | def isdigit(self, *args) -> Any: method islower (line 179) | def islower(self, *args) -> Any: method isspace (line 182) | def isspace(self, *args) -> Any: method isupper (line 185) | def isupper(self, *args) -> Any: method join (line 188) | def join(self, *args) -> Any: method lower (line 191) | def lower(self, *args) -> Any: method lstrip (line 194) | def lstrip(self, *args) -> Any: method partition (line 197) | def partition(self, *args) -> Any: method replace (line 200) | def replace(self, *args) -> Any: method rfind (line 203) | def rfind(self, *args) -> Any: method rindex (line 206) | def rindex(self, *args) -> Any: method rpartition (line 209) | def rpartition(self, *args) -> Any: method rsplit (line 212) | def rsplit(self, *args) -> Any: method rstrip (line 215) | def rstrip(self, *args) -> Any: method split (line 218) | def split(self, *args) -> Any: method splitlines (line 221) | def splitlines(self, *args) -> Any: method startswith (line 224) | def startswith(self, *args) -> Any: method strip (line 227) | def strip(self, *args) -> Any: method upper (line 230) | def upper(self, *args) -> Any: function callable (line 234) | def callable(*args) -> Any: function chr (line 238) | def chr(*args) -> Any: class classmethod (line 242) | class classmethod: function compile (line 246) | def compile(*args) -> Any: class complex (line 250) | class complex: function delattr (line 254) | def delattr(*args) -> Any: class dict (line 258) | class dict: method clear (line 261) | def clear(self, *args) -> Any: method copy (line 264) | def copy(self, *args) -> Any: method fromkeys (line 267) | def fromkeys(self, *args) -> Any: method get (line 270) | def get(self, *args) -> Any: method items (line 273) | def items(self, *args) -> Any: method keys (line 276) | def keys(self, *args) -> Any: method pop (line 279) | def pop(self, *args) -> Any: method popitem (line 282) | def popitem(self, *args) -> Any: method setdefault (line 285) | def setdefault(self, *args) -> Any: method update (line 288) | def update(self, *args) -> Any: method values (line 291) | def values(self, *args) -> Any: function dir (line 295) | def dir(*args) -> Any: function divmod (line 299) | def divmod(*args) -> Any: class enumerate (line 303) | class enumerate: function eval (line 307) | def eval(*args) -> Any: function exec (line 311) | def exec(*args) -> Any: function execfile (line 315) | def execfile(*args) -> Any: class filter (line 319) | class filter: class float (line 323) | class float: function float_precision (line 327) | def float_precision(*args) -> Any: class frozenset (line 331) | class frozenset: method copy (line 334) | def copy(self, *args) -> Any: method difference (line 337) | def difference(self, *args) -> Any: method intersection (line 340) | def intersection(self, *args) -> Any: method isdisjoint (line 343) | def isdisjoint(self, *args) -> Any: method issubset (line 346) | def issubset(self, *args) -> Any: method issuperset (line 349) | def issuperset(self, *args) -> Any: method symmetric_difference (line 352) | def symmetric_difference(self, *args) -> Any: method union (line 355) | def union(self, *args) -> Any: function getattr (line 359) | def getattr(*args) -> Any: function globals (line 363) | def globals(*args) -> Any: function hasattr (line 367) | def hasattr(*args) -> Any: function hash (line 371) | def hash(*args) -> Any: function help (line 375) | def help(*args) -> Any: function hex (line 379) | def hex(*args) -> Any: function id (line 383) | def id(*args) -> Any: function input (line 387) | def input(*args) -> Any: class int (line 391) | class int: method from_bytes (line 394) | def from_bytes(self, *args) -> Any: method to_bytes (line 397) | def to_bytes(self, *args) -> Any: function isinstance (line 401) | def isinstance(*args) -> Any: function issubclass (line 405) | def issubclass(*args) -> Any: function iter (line 409) | def iter(*args) -> Any: function len (line 413) | def len(*args) -> Any: class list (line 417) | class list: method append (line 420) | def append(self, *args) -> Any: method clear (line 423) | def clear(self, *args) -> Any: method copy (line 426) | def copy(self, *args) -> Any: method count (line 429) | def count(self, *args) -> Any: method extend (line 432) | def extend(self, *args) -> Any: method index (line 435) | def index(self, *args) -> Any: method insert (line 438) | def insert(self, *args) -> Any: method pop (line 441) | def pop(self, *args) -> Any: method remove (line 444) | def remove(self, *args) -> Any: method reverse (line 447) | def reverse(self, *args) -> Any: method sort (line 450) | def sort(self, *args) -> Any: function locals (line 454) | def locals(*args) -> Any: class map (line 458) | class map: function max (line 462) | def max(*args) -> Any: class memoryview (line 466) | class memoryview: function min (line 470) | def min(*args) -> Any: function next (line 474) | def next(*args) -> Any: class object (line 478) | class object: function oct (line 482) | def oct(*args) -> Any: function open (line 486) | def open(*args) -> Any: function ord (line 490) | def ord(*args) -> Any: function pow (line 494) | def pow(*args) -> Any: function print (line 498) | def print(*args) -> Any: class property (line 502) | class property: method deleter (line 505) | def deleter(self, *args) -> Any: method getter (line 508) | def getter(self, *args) -> Any: method setter (line 511) | def setter(self, *args) -> Any: class range (line 515) | class range: function repr (line 519) | def repr(*args) -> Any: class reversed (line 523) | class reversed: function round (line 527) | def round(*args) -> Any: class set (line 531) | class set: method add (line 534) | def add(self, *args) -> Any: method clear (line 537) | def clear(self, *args) -> Any: method copy (line 540) | def copy(self, *args) -> Any: method difference (line 543) | def difference(self, *args) -> Any: method difference_update (line 546) | def difference_update(self, *args) -> Any: method discard (line 549) | def discard(self, *args) -> Any: method intersection (line 552) | def intersection(self, *args) -> Any: method intersection_update (line 555) | def intersection_update(self, *args) -> Any: method isdisjoint (line 558) | def isdisjoint(self, *args) -> Any: method issubset (line 561) | def issubset(self, *args) -> Any: method issuperset (line 564) | def issuperset(self, *args) -> Any: method pop (line 567) | def pop(self, *args) -> Any: method remove (line 570) | def remove(self, *args) -> Any: method symmetric_difference (line 573) | def symmetric_difference(self, *args) -> Any: method symmetric_difference_update (line 576) | def symmetric_difference_update(self, *args) -> Any: method union (line 579) | def union(self, *args) -> Any: method update (line 582) | def update(self, *args) -> Any: function setattr (line 586) | def setattr(*args) -> Any: class slice (line 590) | class slice: function sorted (line 594) | def sorted(*args) -> Any: class staticmethod (line 598) | class staticmethod: class str (line 602) | class str: method center (line 605) | def center(self, *args) -> Any: method count (line 608) | def count(self, *args) -> Any: method encode (line 611) | def encode(self, *args) -> Any: method endswith (line 614) | def endswith(self, *args) -> Any: method find (line 617) | def find(self, *args) -> Any: method format (line 620) | def format(self, *args) -> Any: method index (line 623) | def index(self, *args) -> Any: method isalpha (line 626) | def isalpha(self, *args) -> Any: method isdigit (line 629) | def isdigit(self, *args) -> Any: method islower (line 632) | def islower(self, *args) -> Any: method isspace (line 635) | def isspace(self, *args) -> Any: method isupper (line 638) | def isupper(self, *args) -> Any: method join (line 641) | def join(self, *args) -> Any: method lower (line 644) | def lower(self, *args) -> Any: method lstrip (line 647) | def lstrip(self, *args) -> Any: method partition (line 650) | def partition(self, *args) -> Any: method replace (line 653) | def replace(self, *args) -> Any: method rfind (line 656) | def rfind(self, *args) -> Any: method rindex (line 659) | def rindex(self, *args) -> Any: method rpartition (line 662) | def rpartition(self, *args) -> Any: method rsplit (line 665) | def rsplit(self, *args) -> Any: method rstrip (line 668) | def rstrip(self, *args) -> Any: method split (line 671) | def split(self, *args) -> Any: method splitlines (line 674) | def splitlines(self, *args) -> Any: method startswith (line 677) | def startswith(self, *args) -> Any: method strip (line 680) | def strip(self, *args) -> Any: method upper (line 683) | def upper(self, *args) -> Any: function sum (line 687) | def sum(*args) -> Any: class super (line 691) | class super: class tuple (line 695) | class tuple: method count (line 698) | def count(self, *args) -> Any: method index (line 701) | def index(self, *args) -> Any: class type (line 705) | class type: class zip (line 709) | class zip: FILE: stubs/loboris-v3_2_24-esp32/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class Exception (line 10) | class Exception: ... class GeneratorExit (line 11) | class GeneratorExit: ... class ImportError (line 12) | class ImportError(Exception): ... class IndentationError (line 13) | class IndentationError(Exception): ... class IndexError (line 14) | class IndexError(Exception): ... class KeyError (line 15) | class KeyError(Exception): ... class KeyboardInterrupt (line 16) | class KeyboardInterrupt: ... class LookupError (line 17) | class LookupError(Exception): ... class MemoryError (line 18) | class MemoryError(Exception): ... class NameError (line 19) | class NameError(Exception): ... class NotImplementedError (line 23) | class NotImplementedError(Exception): ... class OSError (line 24) | class OSError(Exception): ... class OverflowError (line 25) | class OverflowError(Exception): ... class RuntimeError (line 26) | class RuntimeError(Exception): ... class StopAsyncIteration (line 27) | class StopAsyncIteration: ... class StopIteration (line 28) | class StopIteration: ... class SyntaxError (line 29) | class SyntaxError(Exception): ... class SystemExit (line 30) | class SystemExit: ... class TypeError (line 31) | class TypeError(Exception): ... class UnicodeError (line 32) | class UnicodeError(Exception): ... class ValueError (line 33) | class ValueError(Exception): ... class ZeroDivisionError (line 34) | class ZeroDivisionError(Exception): ... function abs (line 36) | def abs(*args) -> Any: ... function all (line 37) | def all(*args) -> Any: ... function any (line 38) | def any(*args) -> Any: ... function bin (line 39) | def bin(*args) -> Any: ... class bool (line 41) | class bool: ... class bytearray (line 43) | class bytearray: method append (line 44) | def append(self, *args) -> Any: ... method extend (line 45) | def extend(self, *args) -> Any: ... class bytes (line 47) | class bytes: method center (line 48) | def center(self, *args) -> Any: ... method count (line 49) | def count(self, *args) -> Any: ... method decode (line 50) | def decode(self, *args) -> Any: ... method endswith (line 51) | def endswith(self, *args) -> Any: ... method find (line 52) | def find(self, *args) -> Any: ... method format (line 53) | def format(self, *args) -> Any: ... method index (line 54) | def index(self, *args) -> Any: ... method isalpha (line 55) | def isalpha(self, *args) -> Any: ... method isdigit (line 56) | def isdigit(self, *args) -> Any: ... method islower (line 57) | def islower(self, *args) -> Any: ... method isspace (line 58) | def isspace(self, *args) -> Any: ... method isupper (line 59) | def isupper(self, *args) -> Any: ... method join (line 60) | def join(self, *args) -> Any: ... method lower (line 61) | def lower(self, *args) -> Any: ... method lstrip (line 62) | def lstrip(self, *args) -> Any: ... method partition (line 63) | def partition(self, *args) -> Any: ... method replace (line 64) | def replace(self, *args) -> Any: ... method rfind (line 65) | def rfind(self, *args) -> Any: ... method rindex (line 66) | def rindex(self, *args) -> Any: ... method rpartition (line 67) | def rpartition(self, *args) -> Any: ... method rsplit (line 68) | def rsplit(self, *args) -> Any: ... method rstrip (line 69) | def rstrip(self, *args) -> Any: ... method split (line 70) | def split(self, *args) -> Any: ... method splitlines (line 71) | def splitlines(self, *args) -> Any: ... method startswith (line 72) | def startswith(self, *args) -> Any: ... method strip (line 73) | def strip(self, *args) -> Any: ... method upper (line 74) | def upper(self, *args) -> Any: ... function callable (line 76) | def callable(*args) -> Any: ... function chr (line 77) | def chr(*args) -> Any: ... class classmethod (line 79) | class classmethod: ... function compile (line 81) | def compile(*args) -> Any: ... class complex (line 83) | class complex: ... function delattr (line 85) | def delattr(*args) -> Any: ... class dict (line 87) | class dict: method clear (line 88) | def clear(self, *args) -> Any: ... method copy (line 89) | def copy(self, *args) -> Any: ... method fromkeys (line 90) | def fromkeys(self, *args) -> Any: ... method get (line 91) | def get(self, *args) -> Any: ... method items (line 92) | def items(self, *args) -> Any: ... method keys (line 93) | def keys(self, *args) -> Any: ... method pop (line 94) | def pop(self, *args) -> Any: ... method popitem (line 95) | def popitem(self, *args) -> Any: ... method setdefault (line 96) | def setdefault(self, *args) -> Any: ... method update (line 97) | def update(self, *args) -> Any: ... method values (line 98) | def values(self, *args) -> Any: ... function dir (line 100) | def dir(*args) -> Any: ... function divmod (line 101) | def divmod(*args) -> Any: ... class enumerate (line 103) | class enumerate: ... function eval (line 105) | def eval(*args) -> Any: ... function exec (line 106) | def exec(*args) -> Any: ... function execfile (line 107) | def execfile(*args) -> Any: ... class filter (line 109) | class filter: ... class float (line 110) | class float: ... function float_precision (line 112) | def float_precision(*args) -> Any: ... class frozenset (line 114) | class frozenset: method copy (line 115) | def copy(self, *args) -> Any: ... method difference (line 116) | def difference(self, *args) -> Any: ... method intersection (line 117) | def intersection(self, *args) -> Any: ... method isdisjoint (line 118) | def isdisjoint(self, *args) -> Any: ... method issubset (line 119) | def issubset(self, *args) -> Any: ... method issuperset (line 120) | def issuperset(self, *args) -> Any: ... method symmetric_difference (line 121) | def symmetric_difference(self, *args) -> Any: ... method union (line 122) | def union(self, *args) -> Any: ... function getattr (line 124) | def getattr(*args) -> Any: ... function globals (line 125) | def globals(*args) -> Any: ... function hasattr (line 126) | def hasattr(*args) -> Any: ... function hash (line 127) | def hash(*args) -> Any: ... function help (line 128) | def help(*args) -> Any: ... function hex (line 129) | def hex(*args) -> Any: ... function id (line 130) | def id(*args) -> Any: ... function input (line 131) | def input(*args) -> Any: ... class int (line 133) | class int: method from_bytes (line 134) | def from_bytes(self, *args) -> Any: ... method to_bytes (line 135) | def to_bytes(self, *args) -> Any: ... function isinstance (line 137) | def isinstance(*args) -> Any: ... function issubclass (line 138) | def issubclass(*args) -> Any: ... function iter (line 139) | def iter(*args) -> Any: ... function len (line 140) | def len(*args) -> Any: ... class list (line 142) | class list: method append (line 143) | def append(self, *args) -> Any: ... method clear (line 144) | def clear(self, *args) -> Any: ... method copy (line 145) | def copy(self, *args) -> Any: ... method count (line 146) | def count(self, *args) -> Any: ... method extend (line 147) | def extend(self, *args) -> Any: ... method index (line 148) | def index(self, *args) -> Any: ... method insert (line 149) | def insert(self, *args) -> Any: ... method pop (line 150) | def pop(self, *args) -> Any: ... method remove (line 151) | def remove(self, *args) -> Any: ... method reverse (line 152) | def reverse(self, *args) -> Any: ... method sort (line 153) | def sort(self, *args) -> Any: ... function locals (line 155) | def locals(*args) -> Any: ... class map (line 157) | class map: ... function max (line 159) | def max(*args) -> Any: ... class memoryview (line 161) | class memoryview: ... function min (line 163) | def min(*args) -> Any: ... function next (line 164) | def next(*args) -> Any: ... class object (line 166) | class object: ... function oct (line 168) | def oct(*args) -> Any: ... function open (line 169) | def open(*args) -> Any: ... function ord (line 170) | def ord(*args) -> Any: ... function pow (line 171) | def pow(*args) -> Any: ... function print (line 172) | def print(*args) -> Any: ... class property (line 174) | class property: method deleter (line 175) | def deleter(self, *args) -> Any: ... method getter (line 176) | def getter(self, *args) -> Any: ... method setter (line 177) | def setter(self, *args) -> Any: ... class range (line 179) | class range: ... function repr (line 181) | def repr(*args) -> Any: ... class reversed (line 183) | class reversed: ... function round (line 185) | def round(*args) -> Any: ... class set (line 187) | class set: method add (line 188) | def add(self, *args) -> Any: ... method clear (line 189) | def clear(self, *args) -> Any: ... method copy (line 190) | def copy(self, *args) -> Any: ... method difference (line 191) | def difference(self, *args) -> Any: ... method difference_update (line 192) | def difference_update(self, *args) -> Any: ... method discard (line 193) | def discard(self, *args) -> Any: ... method intersection (line 194) | def intersection(self, *args) -> Any: ... method intersection_update (line 195) | def intersection_update(self, *args) -> Any: ... method isdisjoint (line 196) | def isdisjoint(self, *args) -> Any: ... method issubset (line 197) | def issubset(self, *args) -> Any: ... method issuperset (line 198) | def issuperset(self, *args) -> Any: ... method pop (line 199) | def pop(self, *args) -> Any: ... method remove (line 200) | def remove(self, *args) -> Any: ... method symmetric_difference (line 201) | def symmetric_difference(self, *args) -> Any: ... method symmetric_difference_update (line 202) | def symmetric_difference_update(self, *args) -> Any: ... method union (line 203) | def union(self, *args) -> Any: ... method update (line 204) | def update(self, *args) -> Any: ... function setattr (line 206) | def setattr(*args) -> Any: ... class slice (line 208) | class slice: ... function sorted (line 210) | def sorted(*args) -> Any: ... class staticmethod (line 212) | class staticmethod: ... class str (line 214) | class str: method center (line 215) | def center(self, *args) -> Any: ... method count (line 216) | def count(self, *args) -> Any: ... method encode (line 217) | def encode(self, *args) -> Any: ... method endswith (line 218) | def endswith(self, *args) -> Any: ... method find (line 219) | def find(self, *args) -> Any: ... method format (line 220) | def format(self, *args) -> Any: ... method index (line 221) | def index(self, *args) -> Any: ... method isalpha (line 222) | def isalpha(self, *args) -> Any: ... method isdigit (line 223) | def isdigit(self, *args) -> Any: ... method islower (line 224) | def islower(self, *args) -> Any: ... method isspace (line 225) | def isspace(self, *args) -> Any: ... method isupper (line 226) | def isupper(self, *args) -> Any: ... method join (line 227) | def join(self, *args) -> Any: ... method lower (line 228) | def lower(self, *args) -> Any: ... method lstrip (line 229) | def lstrip(self, *args) -> Any: ... method partition (line 230) | def partition(self, *args) -> Any: ... method replace (line 231) | def replace(self, *args) -> Any: ... method rfind (line 232) | def rfind(self, *args) -> Any: ... method rindex (line 233) | def rindex(self, *args) -> Any: ... method rpartition (line 234) | def rpartition(self, *args) -> Any: ... method rsplit (line 235) | def rsplit(self, *args) -> Any: ... method rstrip (line 236) | def rstrip(self, *args) -> Any: ... method split (line 237) | def split(self, *args) -> Any: ... method splitlines (line 238) | def splitlines(self, *args) -> Any: ... method startswith (line 239) | def startswith(self, *args) -> Any: ... method strip (line 240) | def strip(self, *args) -> Any: ... method upper (line 241) | def upper(self, *args) -> Any: ... function sum (line 243) | def sum(*args) -> Any: ... class super (line 245) | class super: ... class tuple (line 247) | class tuple: method count (line 248) | def count(self, *args) -> Any: ... method index (line 249) | def index(self, *args) -> Any: ... class type (line 251) | class type: ... class zip (line 252) | class zip: ... FILE: stubs/loboris-v3_2_24-esp32/cmath.py function cos (line 9) | def cos(*args) -> Any: function exp (line 16) | def exp(*args) -> Any: function log (line 20) | def log(*args) -> Any: function log10 (line 24) | def log10(*args) -> Any: function phase (line 28) | def phase(*args) -> Any: function polar (line 35) | def polar(*args) -> Any: function rect (line 39) | def rect(*args) -> Any: function sin (line 43) | def sin(*args) -> Any: function sqrt (line 47) | def sqrt(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/cmath.pyi function cos (line 3) | def cos(*args) -> Any: ... function exp (line 7) | def exp(*args) -> Any: ... function log (line 8) | def log(*args) -> Any: ... function log10 (line 9) | def log10(*args) -> Any: ... function phase (line 10) | def phase(*args) -> Any: ... function polar (line 14) | def polar(*args) -> Any: ... function rect (line 15) | def rect(*args) -> Any: ... function sin (line 16) | def sin(*args) -> Any: ... function sqrt (line 17) | def sqrt(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/collections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *args) -> Any: method copy (line 15) | def copy(self, *args) -> Any: method fromkeys (line 18) | def fromkeys(self, *args) -> Any: method get (line 21) | def get(self, *args) -> Any: method items (line 24) | def items(self, *args) -> Any: method keys (line 27) | def keys(self, *args) -> Any: method pop (line 30) | def pop(self, *args) -> Any: method popitem (line 33) | def popitem(self, *args) -> Any: method setdefault (line 36) | def setdefault(self, *args) -> Any: method update (line 39) | def update(self, *args) -> Any: method values (line 42) | def values(self, *args) -> Any: class deque (line 46) | class deque: method append (line 49) | def append(self, *args) -> Any: method popleft (line 52) | def popleft(self, *args) -> Any: function namedtuple (line 56) | def namedtuple(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/collections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *args) -> Any: ... method copy (line 5) | def copy(self, *args) -> Any: ... method fromkeys (line 6) | def fromkeys(self, *args) -> Any: ... method get (line 7) | def get(self, *args) -> Any: ... method items (line 8) | def items(self, *args) -> Any: ... method keys (line 9) | def keys(self, *args) -> Any: ... method pop (line 10) | def pop(self, *args) -> Any: ... method popitem (line 11) | def popitem(self, *args) -> Any: ... method setdefault (line 12) | def setdefault(self, *args) -> Any: ... method update (line 13) | def update(self, *args) -> Any: ... method values (line 14) | def values(self, *args) -> Any: ... class deque (line 16) | class deque: method append (line 17) | def append(self, *args) -> Any: ... method popleft (line 18) | def popleft(self, *args) -> Any: ... function namedtuple (line 20) | def namedtuple(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/curl.py function ftp_get (line 12) | def ftp_get(*args) -> Any: function ftp_list (line 16) | def ftp_list(*args) -> Any: function ftp_put (line 20) | def ftp_put(*args) -> Any: function get (line 24) | def get(*args) -> Any: function getmail (line 28) | def getmail(*args) -> Any: function info (line 32) | def info(*args) -> Any: function options (line 36) | def options(*args) -> Any: function post (line 40) | def post(*args) -> Any: function sendmail (line 44) | def sendmail(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/curl.pyi function ftp_get (line 6) | def ftp_get(*args) -> Any: ... function ftp_list (line 7) | def ftp_list(*args) -> Any: ... function ftp_put (line 8) | def ftp_put(*args) -> Any: ... function get (line 9) | def get(*args) -> Any: ... function getmail (line 10) | def getmail(*args) -> Any: ... function info (line 11) | def info(*args) -> Any: ... function options (line 12) | def options(*args) -> Any: ... function post (line 13) | def post(*args) -> Any: ... function sendmail (line 14) | def sendmail(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/display.py class TFT (line 9) | class TFT: method arc (line 68) | def arc(self, *args) -> Any: method attrib7seg (line 71) | def attrib7seg(self, *args) -> Any: method backlight (line 74) | def backlight(self, *args) -> Any: method circle (line 77) | def circle(self, *args) -> Any: method clear (line 80) | def clear(self, *args) -> Any: method clearwin (line 83) | def clearwin(self, *args) -> Any: method compileFont (line 86) | def compileFont(self, *args) -> Any: method deinit (line 89) | def deinit(self, *args) -> Any: method ellipse (line 92) | def ellipse(self, *args) -> Any: method font (line 95) | def font(self, *args) -> Any: method fontSize (line 98) | def fontSize(self, *args) -> Any: method getCalib (line 101) | def getCalib(self, *args) -> Any: method getTouchType (line 104) | def getTouchType(self, *args) -> Any: method get_bg (line 107) | def get_bg(self, *args) -> Any: method get_fg (line 110) | def get_fg(self, *args) -> Any: method gettouch (line 113) | def gettouch(self, *args) -> Any: method hsb2rgb (line 116) | def hsb2rgb(self, *args) -> Any: method image (line 119) | def image(self, *args) -> Any: method init (line 122) | def init(self, *args) -> Any: method line (line 125) | def line(self, *args) -> Any: method lineByAngle (line 128) | def lineByAngle(self, *args) -> Any: method orient (line 131) | def orient(self, *args) -> Any: method pixel (line 134) | def pixel(self, *args) -> Any: method polygon (line 137) | def polygon(self, *args) -> Any: method readPixel (line 140) | def readPixel(self, *args) -> Any: method readScreen (line 143) | def readScreen(self, *args) -> Any: method rect (line 146) | def rect(self, *args) -> Any: method resetwin (line 149) | def resetwin(self, *args) -> Any: method restorewin (line 152) | def restorewin(self, *args) -> Any: method roundrect (line 155) | def roundrect(self, *args) -> Any: method savewin (line 158) | def savewin(self, *args) -> Any: method screensize (line 161) | def screensize(self, *args) -> Any: method setCalib (line 164) | def setCalib(self, *args) -> Any: method set_bg (line 167) | def set_bg(self, *args) -> Any: method set_fg (line 170) | def set_fg(self, *args) -> Any: method setwin (line 173) | def setwin(self, *args) -> Any: method text (line 176) | def text(self, *args) -> Any: method textClear (line 179) | def textClear(self, *args) -> Any: method textWidth (line 182) | def textWidth(self, *args) -> Any: method text_x (line 185) | def text_x(self, *args) -> Any: method text_y (line 188) | def text_y(self, *args) -> Any: method tft_deselect (line 191) | def tft_deselect(self, *args) -> Any: method tft_readcmd (line 194) | def tft_readcmd(self, *args) -> Any: method tft_select (line 197) | def tft_select(self, *args) -> Any: method tft_setspeed (line 200) | def tft_setspeed(self, *args) -> Any: method tft_writecmd (line 203) | def tft_writecmd(self, *args) -> Any: method tft_writecmddata (line 206) | def tft_writecmddata(self, *args) -> Any: method triangle (line 209) | def triangle(self, *args) -> Any: method winsize (line 212) | def winsize(self, *args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/display.pyi class TFT (line 3) | class TFT: method arc (line 59) | def arc(self, *args) -> Any: ... method attrib7seg (line 60) | def attrib7seg(self, *args) -> Any: ... method backlight (line 61) | def backlight(self, *args) -> Any: ... method circle (line 62) | def circle(self, *args) -> Any: ... method clear (line 63) | def clear(self, *args) -> Any: ... method clearwin (line 64) | def clearwin(self, *args) -> Any: ... method compileFont (line 65) | def compileFont(self, *args) -> Any: ... method deinit (line 66) | def deinit(self, *args) -> Any: ... method ellipse (line 67) | def ellipse(self, *args) -> Any: ... method font (line 68) | def font(self, *args) -> Any: ... method fontSize (line 69) | def fontSize(self, *args) -> Any: ... method getCalib (line 70) | def getCalib(self, *args) -> Any: ... method getTouchType (line 71) | def getTouchType(self, *args) -> Any: ... method get_bg (line 72) | def get_bg(self, *args) -> Any: ... method get_fg (line 73) | def get_fg(self, *args) -> Any: ... method gettouch (line 74) | def gettouch(self, *args) -> Any: ... method hsb2rgb (line 75) | def hsb2rgb(self, *args) -> Any: ... method image (line 76) | def image(self, *args) -> Any: ... method init (line 77) | def init(self, *args) -> Any: ... method line (line 78) | def line(self, *args) -> Any: ... method lineByAngle (line 79) | def lineByAngle(self, *args) -> Any: ... method orient (line 80) | def orient(self, *args) -> Any: ... method pixel (line 81) | def pixel(self, *args) -> Any: ... method polygon (line 82) | def polygon(self, *args) -> Any: ... method readPixel (line 83) | def readPixel(self, *args) -> Any: ... method readScreen (line 84) | def readScreen(self, *args) -> Any: ... method rect (line 85) | def rect(self, *args) -> Any: ... method resetwin (line 86) | def resetwin(self, *args) -> Any: ... method restorewin (line 87) | def restorewin(self, *args) -> Any: ... method roundrect (line 88) | def roundrect(self, *args) -> Any: ... method savewin (line 89) | def savewin(self, *args) -> Any: ... method screensize (line 90) | def screensize(self, *args) -> Any: ... method setCalib (line 91) | def setCalib(self, *args) -> Any: ... method set_bg (line 92) | def set_bg(self, *args) -> Any: ... method set_fg (line 93) | def set_fg(self, *args) -> Any: ... method setwin (line 94) | def setwin(self, *args) -> Any: ... method text (line 95) | def text(self, *args) -> Any: ... method textClear (line 96) | def textClear(self, *args) -> Any: ... method textWidth (line 97) | def textWidth(self, *args) -> Any: ... method text_x (line 98) | def text_x(self, *args) -> Any: ... method text_y (line 99) | def text_y(self, *args) -> Any: ... method tft_deselect (line 100) | def tft_deselect(self, *args) -> Any: ... method tft_readcmd (line 101) | def tft_readcmd(self, *args) -> Any: ... method tft_select (line 102) | def tft_select(self, *args) -> Any: ... method tft_setspeed (line 103) | def tft_setspeed(self, *args) -> Any: ... method tft_writecmd (line 104) | def tft_writecmd(self, *args) -> Any: ... method tft_writecmddata (line 105) | def tft_writecmddata(self, *args) -> Any: ... method triangle (line 106) | def triangle(self, *args) -> Any: ... method winsize (line 107) | def winsize(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method blit (line 12) | def blit(self, *args) -> Any: method fill (line 15) | def fill(self, *args) -> Any: method fill_rect (line 18) | def fill_rect(self, *args) -> Any: method hline (line 21) | def hline(self, *args) -> Any: method line (line 24) | def line(self, *args) -> Any: method pixel (line 27) | def pixel(self, *args) -> Any: method rect (line 30) | def rect(self, *args) -> Any: method scroll (line 33) | def scroll(self, *args) -> Any: method text (line 36) | def text(self, *args) -> Any: method vline (line 39) | def vline(self, *args) -> Any: function FrameBuffer1 (line 43) | def FrameBuffer1(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method blit (line 4) | def blit(self, *args) -> Any: ... method fill (line 5) | def fill(self, *args) -> Any: ... method fill_rect (line 6) | def fill_rect(self, *args) -> Any: ... method hline (line 7) | def hline(self, *args) -> Any: ... method line (line 8) | def line(self, *args) -> Any: ... method pixel (line 9) | def pixel(self, *args) -> Any: ... method rect (line 10) | def rect(self, *args) -> Any: ... method scroll (line 11) | def scroll(self, *args) -> Any: ... method text (line 12) | def text(self, *args) -> Any: ... method vline (line 13) | def vline(self, *args) -> Any: ... function FrameBuffer1 (line 15) | def FrameBuffer1(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/freesans20.py function _chr_addr (line 9) | def _chr_addr(*args) -> Any: function get_ch (line 18) | def get_ch(*args) -> Any: function height (line 22) | def height(*args) -> Any: function hmap (line 26) | def hmap(*args) -> Any: function max_ch (line 30) | def max_ch(*args) -> Any: function max_width (line 34) | def max_width(*args) -> Any: function min_ch (line 38) | def min_ch(*args) -> Any: function monospaced (line 42) | def monospaced(*args) -> Any: function reverse (line 46) | def reverse(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/freesans20.pyi function _chr_addr (line 3) | def _chr_addr(*args) -> Any: ... function get_ch (line 9) | def get_ch(*args) -> Any: ... function height (line 10) | def height(*args) -> Any: ... function hmap (line 11) | def hmap(*args) -> Any: ... function max_ch (line 12) | def max_ch(*args) -> Any: ... function max_width (line 13) | def max_width(*args) -> Any: ... function min_ch (line 14) | def min_ch(*args) -> Any: ... function monospaced (line 15) | def monospaced(*args) -> Any: ... function reverse (line 16) | def reverse(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/functools.py function partial (line 9) | def partial(*args) -> Any: function reduce (line 13) | def reduce(*args) -> Any: function update_wrapper (line 17) | def update_wrapper(*args) -> Any: function wraps (line 21) | def wraps(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/functools.pyi function partial (line 3) | def partial(*args) -> Any: ... function reduce (line 4) | def reduce(*args) -> Any: ... function update_wrapper (line 5) | def update_wrapper(*args) -> Any: ... function wraps (line 6) | def wraps(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/gc.py function collect (line 9) | def collect(*args) -> Any: function collectif (line 13) | def collectif(*args) -> Any: function disable (line 17) | def disable(*args) -> Any: function enable (line 21) | def enable(*args) -> Any: function isenabled (line 25) | def isenabled(*args) -> Any: function mem_alloc (line 29) | def mem_alloc(*args) -> Any: function mem_free (line 33) | def mem_free(*args) -> Any: function threshold (line 37) | def threshold(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/gc.pyi function collect (line 3) | def collect(*args) -> Any: ... function collectif (line 4) | def collectif(*args) -> Any: ... function disable (line 5) | def disable(*args) -> Any: ... function enable (line 6) | def enable(*args) -> Any: ... function isenabled (line 7) | def isenabled(*args) -> Any: ... function mem_alloc (line 8) | def mem_alloc(*args) -> Any: ... function mem_free (line 9) | def mem_free(*args) -> Any: ... function threshold (line 10) | def threshold(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/gsm.py function atcmd (line 16) | def atcmd(*args) -> Any: function checkSMS (line 20) | def checkSMS(*args) -> Any: function connect (line 24) | def connect(*args) -> Any: function debug (line 28) | def debug(*args) -> Any: function deleteSMS (line 32) | def deleteSMS(*args) -> Any: function disconnect (line 36) | def disconnect(*args) -> Any: function ifconfig (line 40) | def ifconfig(*args) -> Any: function readSMS (line 44) | def readSMS(*args) -> Any: function sendSMS (line 48) | def sendSMS(*args) -> Any: function sms_cb (line 52) | def sms_cb(*args) -> Any: function start (line 56) | def start(*args) -> Any: function status (line 60) | def status(*args) -> Any: function stop (line 64) | def stop(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/gsm.pyi function atcmd (line 10) | def atcmd(*args) -> Any: ... function checkSMS (line 11) | def checkSMS(*args) -> Any: ... function connect (line 12) | def connect(*args) -> Any: ... function debug (line 13) | def debug(*args) -> Any: ... function deleteSMS (line 14) | def deleteSMS(*args) -> Any: ... function disconnect (line 15) | def disconnect(*args) -> Any: ... function ifconfig (line 16) | def ifconfig(*args) -> Any: ... function readSMS (line 17) | def readSMS(*args) -> Any: ... function sendSMS (line 18) | def sendSMS(*args) -> Any: ... function sms_cb (line 19) | def sms_cb(*args) -> Any: ... function start (line 20) | def start(*args) -> Any: ... function status (line 21) | def status(*args) -> Any: ... function stop (line 22) | def stop(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/hashlib.py class sha1 (line 9) | class sha1: method digest (line 12) | def digest(self, *args) -> Any: method update (line 15) | def update(self, *args) -> Any: class sha256 (line 19) | class sha256: method digest (line 22) | def digest(self, *args) -> Any: method update (line 25) | def update(self, *args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/hashlib.pyi class sha1 (line 3) | class sha1: method digest (line 4) | def digest(self, *args) -> Any: ... method update (line 5) | def update(self, *args) -> Any: ... class sha256 (line 7) | class sha256: method digest (line 8) | def digest(self, *args) -> Any: ... method update (line 9) | def update(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/heapq.py function heapify (line 9) | def heapify(*args) -> Any: function heappop (line 13) | def heappop(*args) -> Any: function heappush (line 17) | def heappush(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/heapq.pyi function heapify (line 3) | def heapify(*args) -> Any: ... function heappop (line 4) | def heappop(*args) -> Any: ... function heappush (line 5) | def heappush(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/io.py class BufferedWriter (line 9) | class BufferedWriter: method flush (line 12) | def flush(self, *args) -> Any: method write (line 15) | def write(self, *args) -> Any: class BytesIO (line 19) | class BytesIO: method close (line 22) | def close(self, *args) -> Any: method flush (line 25) | def flush(self, *args) -> Any: method getvalue (line 28) | def getvalue(self, *args) -> Any: method read (line 31) | def read(self, *args) -> Any: method readinto (line 34) | def readinto(self, *args) -> Any: method readline (line 37) | def readline(self, *args) -> Any: method seek (line 40) | def seek(self, *args) -> Any: method write (line 43) | def write(self, *args) -> Any: class FileIO (line 47) | class FileIO: method close (line 50) | def close(self, *args) -> Any: method flush (line 53) | def flush(self, *args) -> Any: method read (line 56) | def read(self, *args) -> Any: method readinto (line 59) | def readinto(self, *args) -> Any: method readline (line 62) | def readline(self, *args) -> Any: method readlines (line 65) | def readlines(self, *args) -> Any: method seek (line 68) | def seek(self, *args) -> Any: method tell (line 71) | def tell(self, *args) -> Any: method write (line 74) | def write(self, *args) -> Any: class StringIO (line 78) | class StringIO: method close (line 81) | def close(self, *args) -> Any: method flush (line 84) | def flush(self, *args) -> Any: method getvalue (line 87) | def getvalue(self, *args) -> Any: method read (line 90) | def read(self, *args) -> Any: method readinto (line 93) | def readinto(self, *args) -> Any: method readline (line 96) | def readline(self, *args) -> Any: method seek (line 99) | def seek(self, *args) -> Any: method write (line 102) | def write(self, *args) -> Any: class TextIOWrapper (line 106) | class TextIOWrapper: method close (line 109) | def close(self, *args) -> Any: method flush (line 112) | def flush(self, *args) -> Any: method read (line 115) | def read(self, *args) -> Any: method readinto (line 118) | def readinto(self, *args) -> Any: method readline (line 121) | def readline(self, *args) -> Any: method readlines (line 124) | def readlines(self, *args) -> Any: method seek (line 127) | def seek(self, *args) -> Any: method tell (line 130) | def tell(self, *args) -> Any: method write (line 133) | def write(self, *args) -> Any: function open (line 137) | def open(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/io.pyi class BufferedWriter (line 3) | class BufferedWriter: method flush (line 4) | def flush(self, *args) -> Any: ... method write (line 5) | def write(self, *args) -> Any: ... class BytesIO (line 7) | class BytesIO: method close (line 8) | def close(self, *args) -> Any: ... method flush (line 9) | def flush(self, *args) -> Any: ... method getvalue (line 10) | def getvalue(self, *args) -> Any: ... method read (line 11) | def read(self, *args) -> Any: ... method readinto (line 12) | def readinto(self, *args) -> Any: ... method readline (line 13) | def readline(self, *args) -> Any: ... method seek (line 14) | def seek(self, *args) -> Any: ... method write (line 15) | def write(self, *args) -> Any: ... class FileIO (line 17) | class FileIO: method close (line 18) | def close(self, *args) -> Any: ... method flush (line 19) | def flush(self, *args) -> Any: ... method read (line 20) | def read(self, *args) -> Any: ... method readinto (line 21) | def readinto(self, *args) -> Any: ... method readline (line 22) | def readline(self, *args) -> Any: ... method readlines (line 23) | def readlines(self, *args) -> Any: ... method seek (line 24) | def seek(self, *args) -> Any: ... method tell (line 25) | def tell(self, *args) -> Any: ... method write (line 26) | def write(self, *args) -> Any: ... class StringIO (line 28) | class StringIO: method close (line 29) | def close(self, *args) -> Any: ... method flush (line 30) | def flush(self, *args) -> Any: ... method getvalue (line 31) | def getvalue(self, *args) -> Any: ... method read (line 32) | def read(self, *args) -> Any: ... method readinto (line 33) | def readinto(self, *args) -> Any: ... method readline (line 34) | def readline(self, *args) -> Any: ... method seek (line 35) | def seek(self, *args) -> Any: ... method write (line 36) | def write(self, *args) -> Any: ... class TextIOWrapper (line 38) | class TextIOWrapper: method close (line 39) | def close(self, *args) -> Any: ... method flush (line 40) | def flush(self, *args) -> Any: ... method read (line 41) | def read(self, *args) -> Any: ... method readinto (line 42) | def readinto(self, *args) -> Any: ... method readline (line 43) | def readline(self, *args) -> Any: ... method readlines (line 44) | def readlines(self, *args) -> Any: ... method seek (line 45) | def seek(self, *args) -> Any: ... method tell (line 46) | def tell(self, *args) -> Any: ... method write (line 47) | def write(self, *args) -> Any: ... function open (line 49) | def open(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/json.py function dump (line 9) | def dump(*args) -> Any: function dumps (line 13) | def dumps(*args) -> Any: function load (line 17) | def load(*args) -> Any: function loads (line 21) | def loads(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/json.pyi function dump (line 3) | def dump(*args) -> Any: ... function dumps (line 4) | def dumps(*args) -> Any: ... function load (line 5) | def load(*args) -> Any: ... function loads (line 6) | def loads(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/logging.py class Logger (line 14) | class Logger: method _level_str (line 17) | def _level_str(self, *args) -> Any: method critical (line 20) | def critical(self, *args) -> Any: method debug (line 23) | def debug(self, *args) -> Any: method error (line 26) | def error(self, *args) -> Any: method exc (line 29) | def exc(self, *args) -> Any: method exception (line 32) | def exception(self, *args) -> Any: method info (line 35) | def info(self, *args) -> Any: method isEnabledFor (line 38) | def isEnabledFor(self, *args) -> Any: method log (line 43) | def log(self, *args) -> Any: method setLevel (line 46) | def setLevel(self, *args) -> Any: method warning (line 49) | def warning(self, *args) -> Any: function basicConfig (line 61) | def basicConfig(*args) -> Any: function debug (line 65) | def debug(*args) -> Any: function getLogger (line 69) | def getLogger(*args) -> Any: function info (line 73) | def info(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/logging.pyi class Logger (line 8) | class Logger: method _level_str (line 9) | def _level_str(self, *args) -> Any: ... method critical (line 10) | def critical(self, *args) -> Any: ... method debug (line 11) | def debug(self, *args) -> Any: ... method error (line 12) | def error(self, *args) -> Any: ... method exc (line 13) | def exc(self, *args) -> Any: ... method exception (line 14) | def exception(self, *args) -> Any: ... method info (line 15) | def info(self, *args) -> Any: ... method isEnabledFor (line 16) | def isEnabledFor(self, *args) -> Any: ... method log (line 18) | def log(self, *args) -> Any: ... method setLevel (line 19) | def setLevel(self, *args) -> Any: ... method warning (line 20) | def warning(self, *args) -> Any: ... function basicConfig (line 29) | def basicConfig(*args) -> Any: ... function debug (line 30) | def debug(*args) -> Any: ... function getLogger (line 31) | def getLogger(*args) -> Any: ... function info (line 32) | def info(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/machine.py class ADC (line 9) | class ADC: method atten (line 22) | def atten(self, *args) -> Any: method collect (line 25) | def collect(self, *args) -> Any: method collected (line 28) | def collected(self, *args) -> Any: method deinit (line 31) | def deinit(self, *args) -> Any: method progress (line 34) | def progress(self, *args) -> Any: method read (line 37) | def read(self, *args) -> Any: method read_timed (line 40) | def read_timed(self, *args) -> Any: method readraw (line 43) | def readraw(self, *args) -> Any: method stopcollect (line 46) | def stopcollect(self, *args) -> Any: method vref (line 49) | def vref(self, *args) -> Any: method width (line 52) | def width(self, *args) -> Any: class DAC (line 56) | class DAC: method beep (line 67) | def beep(self, *args) -> Any: method deinit (line 70) | def deinit(self, *args) -> Any: method freq (line 73) | def freq(self, *args) -> Any: method stopwave (line 76) | def stopwave(self, *args) -> Any: method waveform (line 79) | def waveform(self, *args) -> Any: method wavplay (line 82) | def wavplay(self, *args) -> Any: method write (line 85) | def write(self, *args) -> Any: method write_buffer (line 88) | def write_buffer(self, *args) -> Any: method write_timed (line 91) | def write_timed(self, *args) -> Any: class DHT (line 95) | class DHT: method read (line 101) | def read(self, *args) -> Any: method readinto (line 104) | def readinto(self, *args) -> Any: class GPS (line 113) | class GPS: method distance (line 116) | def distance(self, *args) -> Any: method getdata (line 119) | def getdata(self, *args) -> Any: method init (line 122) | def init(self, *args) -> Any: method parse (line 125) | def parse(self, *args) -> Any: method read (line 128) | def read(self, *args) -> Any: method read_parse (line 131) | def read_parse(self, *args) -> Any: method service (line 134) | def service(self, *args) -> Any: method startservice (line 137) | def startservice(self, *args) -> Any: method stopservice (line 140) | def stopservice(self, *args) -> Any: class I2C (line 144) | class I2C: method address (line 156) | def address(self, *args) -> Any: method begin (line 159) | def begin(self, *args) -> Any: method callback (line 162) | def callback(self, *args) -> Any: method clock_timing (line 165) | def clock_timing(self, *args) -> Any: method data_timing (line 168) | def data_timing(self, *args) -> Any: method deinit (line 171) | def deinit(self, *args) -> Any: method end (line 174) | def end(self, *args) -> Any: method getdata (line 177) | def getdata(self, *args) -> Any: method init (line 180) | def init(self, *args) -> Any: method is_ready (line 183) | def is_ready(self, *args) -> Any: method read_byte (line 186) | def read_byte(self, *args) -> Any: method read_bytes (line 189) | def read_bytes(self, *args) -> Any: method readfrom (line 192) | def readfrom(self, *args) -> Any: method readfrom_into (line 195) | def readfrom_into(self, *args) -> Any: method readfrom_mem (line 198) | def readfrom_mem(self, *args) -> Any: method readfrom_mem_into (line 201) | def readfrom_mem_into(self, *args) -> Any: method resetbusy (line 204) | def resetbusy(self, *args) -> Any: method scan (line 207) | def scan(self, *args) -> Any: method setdata (line 210) | def setdata(self, *args) -> Any: method start (line 213) | def start(self, *args) -> Any: method start_timing (line 216) | def start_timing(self, *args) -> Any: method stop (line 219) | def stop(self, *args) -> Any: method stop_timing (line 222) | def stop_timing(self, *args) -> Any: method timeout (line 225) | def timeout(self, *args) -> Any: method write_byte (line 228) | def write_byte(self, *args) -> Any: method write_bytes (line 231) | def write_bytes(self, *args) -> Any: method writeto (line 234) | def writeto(self, *args) -> Any: method writeto_mem (line 237) | def writeto_mem(self, *args) -> Any: class Neopixel (line 249) | class Neopixel: method HSBtoRGB (line 258) | def HSBtoRGB(self, *args) -> Any: method HSBtoRGBint (line 261) | def HSBtoRGBint(self, *args) -> Any: method RGBtoHSB (line 272) | def RGBtoHSB(self, *args) -> Any: method brightness (line 282) | def brightness(self, *args) -> Any: method clear (line 285) | def clear(self, *args) -> Any: method color_order (line 288) | def color_order(self, *args) -> Any: method deinit (line 291) | def deinit(self, *args) -> Any: method get (line 294) | def get(self, *args) -> Any: method info (line 297) | def info(self, *args) -> Any: method rainbow (line 300) | def rainbow(self, *args) -> Any: method set (line 303) | def set(self, *args) -> Any: method setHSB (line 306) | def setHSB(self, *args) -> Any: method setHSBint (line 309) | def setHSBint(self, *args) -> Any: method setWhite (line 312) | def setWhite(self, *args) -> Any: method show (line 315) | def show(self, *args) -> Any: method timings (line 318) | def timings(self, *args) -> Any: class Onewire (line 322) | class Onewire: method crc8 (line 325) | def crc8(self, *args) -> Any: method deinit (line 328) | def deinit(self, *args) -> Any: method readbyte (line 333) | def readbyte(self, *args) -> Any: method readbytes (line 336) | def readbytes(self, *args) -> Any: method reset (line 339) | def reset(self, *args) -> Any: method rom_code (line 342) | def rom_code(self, *args) -> Any: method scan (line 345) | def scan(self, *args) -> Any: method search (line 348) | def search(self, *args) -> Any: method writebyte (line 351) | def writebyte(self, *args) -> Any: method writebytes (line 354) | def writebytes(self, *args) -> Any: class PWM (line 358) | class PWM: method deinit (line 361) | def deinit(self, *args) -> Any: method duty (line 364) | def duty(self, *args) -> Any: method freq (line 367) | def freq(self, *args) -> Any: method init (line 370) | def init(self, *args) -> Any: method list (line 373) | def list(self, *args) -> Any: method pause (line 376) | def pause(self, *args) -> Any: method resume (line 379) | def resume(self, *args) -> Any: class Pin (line 383) | class Pin: method init (line 402) | def init(self, *args) -> Any: method irqvalue (line 405) | def irqvalue(self, *args) -> Any: method value (line 408) | def value(self, *args) -> Any: class RTC (line 412) | class RTC: method clear (line 419) | def clear(self, *args) -> Any: method init (line 422) | def init(self, *args) -> Any: method now (line 425) | def now(self, *args) -> Any: method ntp_state (line 428) | def ntp_state(self, *args) -> Any: method ntp_sync (line 431) | def ntp_sync(self, *args) -> Any: method read (line 434) | def read(self, *args) -> Any: method read_string (line 437) | def read_string(self, *args) -> Any: method synced (line 440) | def synced(self, *args) -> Any: method wake_on_ext0 (line 443) | def wake_on_ext0(self, *args) -> Any: method wake_on_ext1 (line 446) | def wake_on_ext1(self, *args) -> Any: method write (line 449) | def write(self, *args) -> Any: method write_string (line 452) | def write_string(self, *args) -> Any: class SPI (line 456) | class SPI: method deinit (line 464) | def deinit(self, *args) -> Any: method deselect (line 467) | def deselect(self, *args) -> Any: method init (line 470) | def init(self, *args) -> Any: method read (line 473) | def read(self, *args) -> Any: method readfrom_mem (line 476) | def readfrom_mem(self, *args) -> Any: method readinto (line 479) | def readinto(self, *args) -> Any: method select (line 482) | def select(self, *args) -> Any: method write (line 485) | def write(self, *args) -> Any: method write_readinto (line 488) | def write_readinto(self, *args) -> Any: function SetHeapSize (line 492) | def SetHeapSize(*args) -> Any: function SetStackSize (line 496) | def SetStackSize(*args) -> Any: class Signal (line 500) | class Signal: method off (line 503) | def off(self, *args) -> Any: method on (line 506) | def on(self, *args) -> Any: method value (line 509) | def value(self, *args) -> Any: class Timer (line 513) | class Timer: method callback (line 522) | def callback(self, *args) -> Any: method deinit (line 525) | def deinit(self, *args) -> Any: method events (line 528) | def events(self, *args) -> Any: method init (line 531) | def init(self, *args) -> Any: method isrunning (line 534) | def isrunning(self, *args) -> Any: method pause (line 537) | def pause(self, *args) -> Any: method period (line 540) | def period(self, *args) -> Any: method reshoot (line 543) | def reshoot(self, *args) -> Any: method resume (line 546) | def resume(self, *args) -> Any: method start (line 549) | def start(self, *args) -> Any: method stop (line 552) | def stop(self, *args) -> Any: method timernum (line 555) | def timernum(self, *args) -> Any: method value (line 558) | def value(self, *args) -> Any: class TouchPad (line 562) | class TouchPad: method config (line 565) | def config(self, *args) -> Any: method read (line 568) | def read(self, *args) -> Any: class UART (line 572) | class UART: method any (line 584) | def any(self, *args) -> Any: method callback (line 587) | def callback(self, *args) -> Any: method deinit (line 590) | def deinit(self, *args) -> Any: method flush (line 593) | def flush(self, *args) -> Any: method init (line 596) | def init(self, *args) -> Any: method read (line 599) | def read(self, *args) -> Any: method readinto (line 602) | def readinto(self, *args) -> Any: method readline (line 605) | def readline(self, *args) -> Any: method readln (line 608) | def readln(self, *args) -> Any: method write (line 611) | def write(self, *args) -> Any: method write_break (line 614) | def write_break(self, *args) -> Any: function WDT (line 618) | def WDT(*args) -> Any: function deepsleep (line 622) | def deepsleep(*args) -> Any: function disable_irq (line 626) | def disable_irq(*args) -> Any: function enable_irq (line 630) | def enable_irq(*args) -> Any: function freq (line 634) | def freq(*args) -> Any: function heap_info (line 638) | def heap_info(*args) -> Any: function idle (line 642) | def idle(*args) -> Any: function internal_temp (line 646) | def internal_temp(*args) -> Any: function internal_vdd (line 650) | def internal_vdd(*args) -> Any: function loglevel (line 654) | def loglevel(*args) -> Any: function nvs_erase (line 663) | def nvs_erase(*args) -> Any: function nvs_erase_all (line 667) | def nvs_erase_all(*args) -> Any: function nvs_getint (line 671) | def nvs_getint(*args) -> Any: function nvs_getstr (line 675) | def nvs_getstr(*args) -> Any: function nvs_setint (line 679) | def nvs_setint(*args) -> Any: function nvs_setstr (line 683) | def nvs_setstr(*args) -> Any: function random (line 687) | def random(*args) -> Any: function redirectlog (line 691) | def redirectlog(*args) -> Any: function reset (line 695) | def reset(*args) -> Any: function resetWDT (line 699) | def resetWDT(*args) -> Any: function restorelog (line 703) | def restorelog(*args) -> Any: function setWDT (line 707) | def setWDT(*args) -> Any: function stdin_disable (line 711) | def stdin_disable(*args) -> Any: function stdin_get (line 715) | def stdin_get(*args) -> Any: function stdout_put (line 719) | def stdout_put(*args) -> Any: function time_pulse_us (line 723) | def time_pulse_us(*args) -> Any: function unique_id (line 727) | def unique_id(*args) -> Any: function wake_description (line 731) | def wake_description(*args) -> Any: function wake_reason (line 735) | def wake_reason(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/machine.pyi class ADC (line 3) | class ADC: method atten (line 13) | def atten(self, *args) -> Any: ... method collect (line 14) | def collect(self, *args) -> Any: ... method collected (line 15) | def collected(self, *args) -> Any: ... method deinit (line 16) | def deinit(self, *args) -> Any: ... method progress (line 17) | def progress(self, *args) -> Any: ... method read (line 18) | def read(self, *args) -> Any: ... method read_timed (line 19) | def read_timed(self, *args) -> Any: ... method readraw (line 20) | def readraw(self, *args) -> Any: ... method stopcollect (line 21) | def stopcollect(self, *args) -> Any: ... method vref (line 22) | def vref(self, *args) -> Any: ... method width (line 23) | def width(self, *args) -> Any: ... class DAC (line 25) | class DAC: method beep (line 33) | def beep(self, *args) -> Any: ... method deinit (line 34) | def deinit(self, *args) -> Any: ... method freq (line 35) | def freq(self, *args) -> Any: ... method stopwave (line 36) | def stopwave(self, *args) -> Any: ... method waveform (line 37) | def waveform(self, *args) -> Any: ... method wavplay (line 38) | def wavplay(self, *args) -> Any: ... method write (line 39) | def write(self, *args) -> Any: ... method write_buffer (line 40) | def write_buffer(self, *args) -> Any: ... method write_timed (line 41) | def write_timed(self, *args) -> Any: ... class DHT (line 43) | class DHT: method read (line 46) | def read(self, *args) -> Any: ... method readinto (line 47) | def readinto(self, *args) -> Any: ... class GPS (line 53) | class GPS: method distance (line 54) | def distance(self, *args) -> Any: ... method getdata (line 55) | def getdata(self, *args) -> Any: ... method init (line 56) | def init(self, *args) -> Any: ... method parse (line 57) | def parse(self, *args) -> Any: ... method read (line 58) | def read(self, *args) -> Any: ... method read_parse (line 59) | def read_parse(self, *args) -> Any: ... method service (line 60) | def service(self, *args) -> Any: ... method startservice (line 61) | def startservice(self, *args) -> Any: ... method stopservice (line 62) | def stopservice(self, *args) -> Any: ... class I2C (line 64) | class I2C: method address (line 73) | def address(self, *args) -> Any: ... method begin (line 74) | def begin(self, *args) -> Any: ... method callback (line 75) | def callback(self, *args) -> Any: ... method clock_timing (line 76) | def clock_timing(self, *args) -> Any: ... method data_timing (line 77) | def data_timing(self, *args) -> Any: ... method deinit (line 78) | def deinit(self, *args) -> Any: ... method end (line 79) | def end(self, *args) -> Any: ... method getdata (line 80) | def getdata(self, *args) -> Any: ... method init (line 81) | def init(self, *args) -> Any: ... method is_ready (line 82) | def is_ready(self, *args) -> Any: ... method read_byte (line 83) | def read_byte(self, *args) -> Any: ... method read_bytes (line 84) | def read_bytes(self, *args) -> Any: ... method readfrom (line 85) | def readfrom(self, *args) -> Any: ... method readfrom_into (line 86) | def readfrom_into(self, *args) -> Any: ... method readfrom_mem (line 87) | def readfrom_mem(self, *args) -> Any: ... method readfrom_mem_into (line 88) | def readfrom_mem_into(self, *args) -> Any: ... method resetbusy (line 89) | def resetbusy(self, *args) -> Any: ... method scan (line 90) | def scan(self, *args) -> Any: ... method setdata (line 91) | def setdata(self, *args) -> Any: ... method start (line 92) | def start(self, *args) -> Any: ... method start_timing (line 93) | def start_timing(self, *args) -> Any: ... method stop (line 94) | def stop(self, *args) -> Any: ... method stop_timing (line 95) | def stop_timing(self, *args) -> Any: ... method timeout (line 96) | def timeout(self, *args) -> Any: ... method write_byte (line 97) | def write_byte(self, *args) -> Any: ... method write_bytes (line 98) | def write_bytes(self, *args) -> Any: ... method writeto (line 99) | def writeto(self, *args) -> Any: ... method writeto_mem (line 100) | def writeto_mem(self, *args) -> Any: ... class Neopixel (line 109) | class Neopixel: method HSBtoRGB (line 115) | def HSBtoRGB(self, *args) -> Any: ... method HSBtoRGBint (line 116) | def HSBtoRGBint(self, *args) -> Any: ... method RGBtoHSB (line 124) | def RGBtoHSB(self, *args) -> Any: ... method brightness (line 131) | def brightness(self, *args) -> Any: ... method clear (line 132) | def clear(self, *args) -> Any: ... method color_order (line 133) | def color_order(self, *args) -> Any: ... method deinit (line 134) | def deinit(self, *args) -> Any: ... method get (line 135) | def get(self, *args) -> Any: ... method info (line 136) | def info(self, *args) -> Any: ... method rainbow (line 137) | def rainbow(self, *args) -> Any: ... method set (line 138) | def set(self, *args) -> Any: ... method setHSB (line 139) | def setHSB(self, *args) -> Any: ... method setHSBint (line 140) | def setHSBint(self, *args) -> Any: ... method setWhite (line 141) | def setWhite(self, *args) -> Any: ... method show (line 142) | def show(self, *args) -> Any: ... method timings (line 143) | def timings(self, *args) -> Any: ... class Onewire (line 145) | class Onewire: method crc8 (line 146) | def crc8(self, *args) -> Any: ... method deinit (line 147) | def deinit(self, *args) -> Any: ... method readbyte (line 149) | def readbyte(self, *args) -> Any: ... method readbytes (line 150) | def readbytes(self, *args) -> Any: ... method reset (line 151) | def reset(self, *args) -> Any: ... method rom_code (line 152) | def rom_code(self, *args) -> Any: ... method scan (line 153) | def scan(self, *args) -> Any: ... method search (line 154) | def search(self, *args) -> Any: ... method writebyte (line 155) | def writebyte(self, *args) -> Any: ... method writebytes (line 156) | def writebytes(self, *args) -> Any: ... class PWM (line 158) | class PWM: method deinit (line 159) | def deinit(self, *args) -> Any: ... method duty (line 160) | def duty(self, *args) -> Any: ... method freq (line 161) | def freq(self, *args) -> Any: ... method init (line 162) | def init(self, *args) -> Any: ... method list (line 163) | def list(self, *args) -> Any: ... method pause (line 164) | def pause(self, *args) -> Any: ... method resume (line 165) | def resume(self, *args) -> Any: ... class Pin (line 167) | class Pin: method init (line 183) | def init(self, *args) -> Any: ... method irqvalue (line 184) | def irqvalue(self, *args) -> Any: ... method value (line 185) | def value(self, *args) -> Any: ... class RTC (line 187) | class RTC: method clear (line 191) | def clear(self, *args) -> Any: ... method init (line 192) | def init(self, *args) -> Any: ... method now (line 193) | def now(self, *args) -> Any: ... method ntp_state (line 194) | def ntp_state(self, *args) -> Any: ... method ntp_sync (line 195) | def ntp_sync(self, *args) -> Any: ... method read (line 196) | def read(self, *args) -> Any: ... method read_string (line 197) | def read_string(self, *args) -> Any: ... method synced (line 198) | def synced(self, *args) -> Any: ... method wake_on_ext0 (line 199) | def wake_on_ext0(self, *args) -> Any: ... method wake_on_ext1 (line 200) | def wake_on_ext1(self, *args) -> Any: ... method write (line 201) | def write(self, *args) -> Any: ... method write_string (line 202) | def write_string(self, *args) -> Any: ... class SPI (line 204) | class SPI: method deinit (line 209) | def deinit(self, *args) -> Any: ... method deselect (line 210) | def deselect(self, *args) -> Any: ... method init (line 211) | def init(self, *args) -> Any: ... method read (line 212) | def read(self, *args) -> Any: ... method readfrom_mem (line 213) | def readfrom_mem(self, *args) -> Any: ... method readinto (line 214) | def readinto(self, *args) -> Any: ... method select (line 215) | def select(self, *args) -> Any: ... method write (line 216) | def write(self, *args) -> Any: ... method write_readinto (line 217) | def write_readinto(self, *args) -> Any: ... function SetHeapSize (line 219) | def SetHeapSize(*args) -> Any: ... function SetStackSize (line 220) | def SetStackSize(*args) -> Any: ... class Signal (line 222) | class Signal: method off (line 223) | def off(self, *args) -> Any: ... method on (line 224) | def on(self, *args) -> Any: ... method value (line 225) | def value(self, *args) -> Any: ... class Timer (line 227) | class Timer: method callback (line 233) | def callback(self, *args) -> Any: ... method deinit (line 234) | def deinit(self, *args) -> Any: ... method events (line 235) | def events(self, *args) -> Any: ... method init (line 236) | def init(self, *args) -> Any: ... method isrunning (line 237) | def isrunning(self, *args) -> Any: ... method pause (line 238) | def pause(self, *args) -> Any: ... method period (line 239) | def period(self, *args) -> Any: ... method reshoot (line 240) | def reshoot(self, *args) -> Any: ... method resume (line 241) | def resume(self, *args) -> Any: ... method start (line 242) | def start(self, *args) -> Any: ... method stop (line 243) | def stop(self, *args) -> Any: ... method timernum (line 244) | def timernum(self, *args) -> Any: ... method value (line 245) | def value(self, *args) -> Any: ... class TouchPad (line 247) | class TouchPad: method config (line 248) | def config(self, *args) -> Any: ... method read (line 249) | def read(self, *args) -> Any: ... class UART (line 251) | class UART: method any (line 260) | def any(self, *args) -> Any: ... method callback (line 261) | def callback(self, *args) -> Any: ... method deinit (line 262) | def deinit(self, *args) -> Any: ... method flush (line 263) | def flush(self, *args) -> Any: ... method init (line 264) | def init(self, *args) -> Any: ... method read (line 265) | def read(self, *args) -> Any: ... method readinto (line 266) | def readinto(self, *args) -> Any: ... method readline (line 267) | def readline(self, *args) -> Any: ... method readln (line 268) | def readln(self, *args) -> Any: ... method write (line 269) | def write(self, *args) -> Any: ... method write_break (line 270) | def write_break(self, *args) -> Any: ... function WDT (line 272) | def WDT(*args) -> Any: ... function deepsleep (line 273) | def deepsleep(*args) -> Any: ... function disable_irq (line 274) | def disable_irq(*args) -> Any: ... function enable_irq (line 275) | def enable_irq(*args) -> Any: ... function freq (line 276) | def freq(*args) -> Any: ... function heap_info (line 277) | def heap_info(*args) -> Any: ... function idle (line 278) | def idle(*args) -> Any: ... function internal_temp (line 279) | def internal_temp(*args) -> Any: ... function internal_vdd (line 280) | def internal_vdd(*args) -> Any: ... function loglevel (line 281) | def loglevel(*args) -> Any: ... function nvs_erase (line 287) | def nvs_erase(*args) -> Any: ... function nvs_erase_all (line 288) | def nvs_erase_all(*args) -> Any: ... function nvs_getint (line 289) | def nvs_getint(*args) -> Any: ... function nvs_getstr (line 290) | def nvs_getstr(*args) -> Any: ... function nvs_setint (line 291) | def nvs_setint(*args) -> Any: ... function nvs_setstr (line 292) | def nvs_setstr(*args) -> Any: ... function random (line 293) | def random(*args) -> Any: ... function redirectlog (line 294) | def redirectlog(*args) -> Any: ... function reset (line 295) | def reset(*args) -> Any: ... function resetWDT (line 296) | def resetWDT(*args) -> Any: ... function restorelog (line 297) | def restorelog(*args) -> Any: ... function setWDT (line 298) | def setWDT(*args) -> Any: ... function stdin_disable (line 299) | def stdin_disable(*args) -> Any: ... function stdin_get (line 300) | def stdin_get(*args) -> Any: ... function stdout_put (line 301) | def stdout_put(*args) -> Any: ... function time_pulse_us (line 302) | def time_pulse_us(*args) -> Any: ... function unique_id (line 303) | def unique_id(*args) -> Any: ... function wake_description (line 304) | def wake_description(*args) -> Any: ... function wake_reason (line 305) | def wake_reason(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/math.py function acos (line 9) | def acos(*args) -> Any: function acosh (line 13) | def acosh(*args) -> Any: function asin (line 17) | def asin(*args) -> Any: function asinh (line 21) | def asinh(*args) -> Any: function atan (line 25) | def atan(*args) -> Any: function atan2 (line 29) | def atan2(*args) -> Any: function atanh (line 33) | def atanh(*args) -> Any: function ceil (line 37) | def ceil(*args) -> Any: function copysign (line 41) | def copysign(*args) -> Any: function cos (line 45) | def cos(*args) -> Any: function cosh (line 49) | def cosh(*args) -> Any: function degrees (line 53) | def degrees(*args) -> Any: function erf (line 60) | def erf(*args) -> Any: function erfc (line 64) | def erfc(*args) -> Any: function exp (line 68) | def exp(*args) -> Any: function expm1 (line 72) | def expm1(*args) -> Any: function fabs (line 76) | def fabs(*args) -> Any: function factorial (line 80) | def factorial(*args) -> Any: function floor (line 84) | def floor(*args) -> Any: function fmod (line 88) | def fmod(*args) -> Any: function frexp (line 92) | def frexp(*args) -> Any: function gamma (line 96) | def gamma(*args) -> Any: function hypot (line 100) | def hypot(*args) -> Any: function isfinite (line 104) | def isfinite(*args) -> Any: function isinf (line 108) | def isinf(*args) -> Any: function isnan (line 112) | def isnan(*args) -> Any: function ldexp (line 116) | def ldexp(*args) -> Any: function lgamma (line 120) | def lgamma(*args) -> Any: function log (line 124) | def log(*args) -> Any: function log10 (line 128) | def log10(*args) -> Any: function log2 (line 132) | def log2(*args) -> Any: function modf (line 136) | def modf(*args) -> Any: function pow (line 143) | def pow(*args) -> Any: function radians (line 147) | def radians(*args) -> Any: function sin (line 151) | def sin(*args) -> Any: function sinh (line 155) | def sinh(*args) -> Any: function sqrt (line 159) | def sqrt(*args) -> Any: function tan (line 163) | def tan(*args) -> Any: function tanh (line 167) | def tanh(*args) -> Any: function trunc (line 171) | def trunc(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/math.pyi function acos (line 3) | def acos(*args) -> Any: ... function acosh (line 4) | def acosh(*args) -> Any: ... function asin (line 5) | def asin(*args) -> Any: ... function asinh (line 6) | def asinh(*args) -> Any: ... function atan (line 7) | def atan(*args) -> Any: ... function atan2 (line 8) | def atan2(*args) -> Any: ... function atanh (line 9) | def atanh(*args) -> Any: ... function ceil (line 10) | def ceil(*args) -> Any: ... function copysign (line 11) | def copysign(*args) -> Any: ... function cos (line 12) | def cos(*args) -> Any: ... function cosh (line 13) | def cosh(*args) -> Any: ... function degrees (line 14) | def degrees(*args) -> Any: ... function erf (line 18) | def erf(*args) -> Any: ... function erfc (line 19) | def erfc(*args) -> Any: ... function exp (line 20) | def exp(*args) -> Any: ... function expm1 (line 21) | def expm1(*args) -> Any: ... function fabs (line 22) | def fabs(*args) -> Any: ... function factorial (line 23) | def factorial(*args) -> Any: ... function floor (line 24) | def floor(*args) -> Any: ... function fmod (line 25) | def fmod(*args) -> Any: ... function frexp (line 26) | def frexp(*args) -> Any: ... function gamma (line 27) | def gamma(*args) -> Any: ... function hypot (line 28) | def hypot(*args) -> Any: ... function isfinite (line 29) | def isfinite(*args) -> Any: ... function isinf (line 30) | def isinf(*args) -> Any: ... function isnan (line 31) | def isnan(*args) -> Any: ... function ldexp (line 32) | def ldexp(*args) -> Any: ... function lgamma (line 33) | def lgamma(*args) -> Any: ... function log (line 34) | def log(*args) -> Any: ... function log10 (line 35) | def log10(*args) -> Any: ... function log2 (line 36) | def log2(*args) -> Any: ... function modf (line 37) | def modf(*args) -> Any: ... function pow (line 41) | def pow(*args) -> Any: ... function radians (line 42) | def radians(*args) -> Any: ... function sin (line 43) | def sin(*args) -> Any: ... function sinh (line 44) | def sinh(*args) -> Any: ... function sqrt (line 45) | def sqrt(*args) -> Any: ... function tan (line 46) | def tan(*args) -> Any: ... function tanh (line 47) | def tanh(*args) -> Any: ... function trunc (line 48) | def trunc(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/microWebSocket.py class MicroWebSocket (line 9) | class MicroWebSocket: method Close (line 12) | def Close(self, *args) -> Any: method IsClosed (line 15) | def IsClosed(self, *args) -> Any: method SendBinary (line 18) | def SendBinary(self, *args) -> Any: method SendText (line 21) | def SendText(self, *args) -> Any: method _handshake (line 24) | def _handshake(self, *args) -> Any: method _receiveFrame (line 37) | def _receiveFrame(self, *args) -> Any: method _sendFrame (line 40) | def _sendFrame(self, *args) -> Any: method _tryAllocByteArray (line 43) | def _tryAllocByteArray(self, *args) -> Any: method _tryStartThread (line 46) | def _tryStartThread(self, *args) -> Any: method _wsProcess (line 49) | def _wsProcess(self, *args) -> Any: method threadID (line 52) | def threadID(self, *args) -> Any: function b2a_base64 (line 59) | def b2a_base64(*args) -> Any: function pack (line 66) | def pack(*args) -> Any: class sha1 (line 70) | class sha1: method digest (line 73) | def digest(self, *args) -> Any: method update (line 76) | def update(self, *args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/microWebSocket.pyi class MicroWebSocket (line 3) | class MicroWebSocket: method Close (line 4) | def Close(self, *args) -> Any: ... method IsClosed (line 5) | def IsClosed(self, *args) -> Any: ... method SendBinary (line 6) | def SendBinary(self, *args) -> Any: ... method SendText (line 7) | def SendText(self, *args) -> Any: ... method _handshake (line 8) | def _handshake(self, *args) -> Any: ... method _receiveFrame (line 18) | def _receiveFrame(self, *args) -> Any: ... method _sendFrame (line 19) | def _sendFrame(self, *args) -> Any: ... method _tryAllocByteArray (line 20) | def _tryAllocByteArray(self, *args) -> Any: ... method _tryStartThread (line 21) | def _tryStartThread(self, *args) -> Any: ... method _wsProcess (line 22) | def _wsProcess(self, *args) -> Any: ... method threadID (line 23) | def threadID(self, *args) -> Any: ... function b2a_base64 (line 27) | def b2a_base64(*args) -> Any: ... function pack (line 31) | def pack(*args) -> Any: ... class sha1 (line 33) | class sha1: method digest (line 34) | def digest(self, *args) -> Any: ... method update (line 35) | def update(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/microWebSrv.py class MicroWebSocket (line 9) | class MicroWebSocket: method Close (line 12) | def Close(self, *args) -> Any: method IsClosed (line 15) | def IsClosed(self, *args) -> Any: method SendBinary (line 18) | def SendBinary(self, *args) -> Any: method SendText (line 21) | def SendText(self, *args) -> Any: method _handshake (line 24) | def _handshake(self, *args) -> Any: method _receiveFrame (line 37) | def _receiveFrame(self, *args) -> Any: method _sendFrame (line 40) | def _sendFrame(self, *args) -> Any: method _tryAllocByteArray (line 43) | def _tryAllocByteArray(self, *args) -> Any: method _tryStartThread (line 46) | def _tryStartThread(self, *args) -> Any: method _wsProcess (line 49) | def _wsProcess(self, *args) -> Any: method threadID (line 52) | def threadID(self, *args) -> Any: class MicroWebSrv (line 56) | class MicroWebSrv: method GetMimeTypeFromFilename (line 59) | def GetMimeTypeFromFilename(self, *args) -> Any: method GetRouteHandler (line 62) | def GetRouteHandler(self, *args) -> Any: method HTMLEscape (line 65) | def HTMLEscape(self, *args) -> Any: method IsStarted (line 68) | def IsStarted(self, *args) -> Any: method SetNotFoundPageUrl (line 71) | def SetNotFoundPageUrl(self, *args) -> Any: method Start (line 74) | def Start(self, *args) -> Any: method State (line 77) | def State(self, *args) -> Any: method Stop (line 80) | def Stop(self, *args) -> Any: method _fileExists (line 86) | def _fileExists(self, *args) -> Any: method _isPyHTMLFile (line 92) | def _isPyHTMLFile(self, *args) -> Any: method _physPathFromURLPath (line 97) | def _physPathFromURLPath(self, *args) -> Any: method _serverProcess (line 103) | def _serverProcess(self, *args) -> Any: method _tryAllocByteArray (line 106) | def _tryAllocByteArray(self, *args) -> Any: method _tryStartThread (line 109) | def _tryStartThread(self, *args) -> Any: method _unquote (line 112) | def _unquote(self, *args) -> Any: method _unquote_plus (line 115) | def _unquote_plus(self, *args) -> Any: method route (line 118) | def route(self, *args) -> Any: method threadID (line 121) | def threadID(self, *args) -> Any: class MicroWebSrvRoute (line 125) | class MicroWebSrvRoute: class MicroWebTemplate (line 129) | class MicroWebTemplate: method Execute (line 132) | def Execute(self, *args) -> Any: method Validate (line 147) | def Validate(self, *args) -> Any: method _parseBloc (line 150) | def _parseBloc(self, *args) -> Any: method _parseCode (line 153) | def _parseCode(self, *args) -> Any: method _processInstructionELIF (line 156) | def _processInstructionELIF(self, *args) -> Any: method _processInstructionELSE (line 159) | def _processInstructionELSE(self, *args) -> Any: method _processInstructionEND (line 162) | def _processInstructionEND(self, *args) -> Any: method _processInstructionFOR (line 165) | def _processInstructionFOR(self, *args) -> Any: method _processInstructionIF (line 168) | def _processInstructionIF(self, *args) -> Any: method _processInstructionINCLUDE (line 171) | def _processInstructionINCLUDE(self, *args) -> Any: method _processInstructionPYTHON (line 174) | def _processInstructionPYTHON(self, *args) -> Any: method _processToken (line 177) | def _processToken(self, *args) -> Any: function dumps (line 184) | def dumps(*args) -> Any: function loads (line 191) | def loads(*args) -> Any: function stat (line 200) | def stat(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/microWebSrv.pyi class MicroWebSocket (line 3) | class MicroWebSocket: method Close (line 4) | def Close(self, *args) -> Any: ... method IsClosed (line 5) | def IsClosed(self, *args) -> Any: ... method SendBinary (line 6) | def SendBinary(self, *args) -> Any: ... method SendText (line 7) | def SendText(self, *args) -> Any: ... method _handshake (line 8) | def _handshake(self, *args) -> Any: ... method _receiveFrame (line 18) | def _receiveFrame(self, *args) -> Any: ... method _sendFrame (line 19) | def _sendFrame(self, *args) -> Any: ... method _tryAllocByteArray (line 20) | def _tryAllocByteArray(self, *args) -> Any: ... method _tryStartThread (line 21) | def _tryStartThread(self, *args) -> Any: ... method _wsProcess (line 22) | def _wsProcess(self, *args) -> Any: ... method threadID (line 23) | def threadID(self, *args) -> Any: ... class MicroWebSrv (line 25) | class MicroWebSrv: method GetMimeTypeFromFilename (line 26) | def GetMimeTypeFromFilename(self, *args) -> Any: ... method GetRouteHandler (line 27) | def GetRouteHandler(self, *args) -> Any: ... method HTMLEscape (line 28) | def HTMLEscape(self, *args) -> Any: ... method IsStarted (line 29) | def IsStarted(self, *args) -> Any: ... method SetNotFoundPageUrl (line 30) | def SetNotFoundPageUrl(self, *args) -> Any: ... method Start (line 31) | def Start(self, *args) -> Any: ... method State (line 32) | def State(self, *args) -> Any: ... method Stop (line 33) | def Stop(self, *args) -> Any: ... method _fileExists (line 36) | def _fileExists(self, *args) -> Any: ... method _isPyHTMLFile (line 39) | def _isPyHTMLFile(self, *args) -> Any: ... method _physPathFromURLPath (line 41) | def _physPathFromURLPath(self, *args) -> Any: ... method _serverProcess (line 44) | def _serverProcess(self, *args) -> Any: ... method _tryAllocByteArray (line 45) | def _tryAllocByteArray(self, *args) -> Any: ... method _tryStartThread (line 46) | def _tryStartThread(self, *args) -> Any: ... method _unquote (line 47) | def _unquote(self, *args) -> Any: ... method _unquote_plus (line 48) | def _unquote_plus(self, *args) -> Any: ... method route (line 49) | def route(self, *args) -> Any: ... method threadID (line 50) | def threadID(self, *args) -> Any: ... class MicroWebSrvRoute (line 52) | class MicroWebSrvRoute: ... class MicroWebTemplate (line 54) | class MicroWebTemplate: method Execute (line 55) | def Execute(self, *args) -> Any: ... method Validate (line 67) | def Validate(self, *args) -> Any: ... method _parseBloc (line 68) | def _parseBloc(self, *args) -> Any: ... method _parseCode (line 69) | def _parseCode(self, *args) -> Any: ... method _processInstructionELIF (line 70) | def _processInstructionELIF(self, *args) -> Any: ... method _processInstructionELSE (line 71) | def _processInstructionELSE(self, *args) -> Any: ... method _processInstructionEND (line 72) | def _processInstructionEND(self, *args) -> Any: ... method _processInstructionFOR (line 73) | def _processInstructionFOR(self, *args) -> Any: ... method _processInstructionIF (line 74) | def _processInstructionIF(self, *args) -> Any: ... method _processInstructionINCLUDE (line 75) | def _processInstructionINCLUDE(self, *args) -> Any: ... method _processInstructionPYTHON (line 76) | def _processInstructionPYTHON(self, *args) -> Any: ... method _processToken (line 77) | def _processToken(self, *args) -> Any: ... function dumps (line 81) | def dumps(*args) -> Any: ... function loads (line 85) | def loads(*args) -> Any: ... function stat (line 91) | def stat(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/microWebTemplate.py class MicroWebTemplate (line 9) | class MicroWebTemplate: method Execute (line 12) | def Execute(self, *args) -> Any: method Validate (line 27) | def Validate(self, *args) -> Any: method _parseBloc (line 30) | def _parseBloc(self, *args) -> Any: method _parseCode (line 33) | def _parseCode(self, *args) -> Any: method _processInstructionELIF (line 36) | def _processInstructionELIF(self, *args) -> Any: method _processInstructionELSE (line 39) | def _processInstructionELSE(self, *args) -> Any: method _processInstructionEND (line 42) | def _processInstructionEND(self, *args) -> Any: method _processInstructionFOR (line 45) | def _processInstructionFOR(self, *args) -> Any: method _processInstructionIF (line 48) | def _processInstructionIF(self, *args) -> Any: method _processInstructionINCLUDE (line 51) | def _processInstructionINCLUDE(self, *args) -> Any: method _processInstructionPYTHON (line 54) | def _processInstructionPYTHON(self, *args) -> Any: method _processToken (line 57) | def _processToken(self, *args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/microWebTemplate.pyi class MicroWebTemplate (line 3) | class MicroWebTemplate: method Execute (line 4) | def Execute(self, *args) -> Any: ... method Validate (line 16) | def Validate(self, *args) -> Any: ... method _parseBloc (line 17) | def _parseBloc(self, *args) -> Any: ... method _parseCode (line 18) | def _parseCode(self, *args) -> Any: ... method _processInstructionELIF (line 19) | def _processInstructionELIF(self, *args) -> Any: ... method _processInstructionELSE (line 20) | def _processInstructionELSE(self, *args) -> Any: ... method _processInstructionEND (line 21) | def _processInstructionEND(self, *args) -> Any: ... method _processInstructionFOR (line 22) | def _processInstructionFOR(self, *args) -> Any: ... method _processInstructionIF (line 23) | def _processInstructionIF(self, *args) -> Any: ... method _processInstructionINCLUDE (line 24) | def _processInstructionINCLUDE(self, *args) -> Any: ... method _processInstructionPYTHON (line 25) | def _processInstructionPYTHON(self, *args) -> Any: ... method _processToken (line 26) | def _processToken(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/micropython.py function alloc_emergency_exception_buf (line 9) | def alloc_emergency_exception_buf(*args) -> Any: function const (line 13) | def const(*args) -> Any: function heap_lock (line 17) | def heap_lock(*args) -> Any: function heap_unlock (line 21) | def heap_unlock(*args) -> Any: function kbd_intr (line 25) | def kbd_intr(*args) -> Any: function mem_info (line 29) | def mem_info(*args) -> Any: function opt_level (line 33) | def opt_level(*args) -> Any: function qstr_info (line 37) | def qstr_info(*args) -> Any: function schedule (line 41) | def schedule(*args) -> Any: function stack_use (line 45) | def stack_use(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/micropython.pyi function alloc_emergency_exception_buf (line 3) | def alloc_emergency_exception_buf(*args) -> Any: ... function const (line 4) | def const(*args) -> Any: ... function heap_lock (line 5) | def heap_lock(*args) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args) -> Any: ... function mem_info (line 8) | def mem_info(*args) -> Any: ... function opt_level (line 9) | def opt_level(*args) -> Any: ... function qstr_info (line 10) | def qstr_info(*args) -> Any: ... function schedule (line 11) | def schedule(*args) -> Any: ... function stack_use (line 12) | def stack_use(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/mpu6500.py class I2C (line 18) | class I2C: method address (line 30) | def address(self, *args) -> Any: method begin (line 33) | def begin(self, *args) -> Any: method callback (line 36) | def callback(self, *args) -> Any: method clock_timing (line 39) | def clock_timing(self, *args) -> Any: method data_timing (line 42) | def data_timing(self, *args) -> Any: method deinit (line 45) | def deinit(self, *args) -> Any: method end (line 48) | def end(self, *args) -> Any: method getdata (line 51) | def getdata(self, *args) -> Any: method init (line 54) | def init(self, *args) -> Any: method is_ready (line 57) | def is_ready(self, *args) -> Any: method read_byte (line 60) | def read_byte(self, *args) -> Any: method read_bytes (line 63) | def read_bytes(self, *args) -> Any: method readfrom (line 66) | def readfrom(self, *args) -> Any: method readfrom_into (line 69) | def readfrom_into(self, *args) -> Any: method readfrom_mem (line 72) | def readfrom_mem(self, *args) -> Any: method readfrom_mem_into (line 75) | def readfrom_mem_into(self, *args) -> Any: method resetbusy (line 78) | def resetbusy(self, *args) -> Any: method scan (line 81) | def scan(self, *args) -> Any: method setdata (line 84) | def setdata(self, *args) -> Any: method start (line 87) | def start(self, *args) -> Any: method start_timing (line 90) | def start_timing(self, *args) -> Any: method stop (line 93) | def stop(self, *args) -> Any: method stop_timing (line 96) | def stop_timing(self, *args) -> Any: method timeout (line 99) | def timeout(self, *args) -> Any: method write_byte (line 102) | def write_byte(self, *args) -> Any: method write_bytes (line 105) | def write_bytes(self, *args) -> Any: method writeto (line 108) | def writeto(self, *args) -> Any: method writeto_mem (line 111) | def writeto_mem(self, *args) -> Any: class MPU6500 (line 115) | class MPU6500: method _accel_fs (line 118) | def _accel_fs(self, *args) -> Any: method _gyro_fs (line 121) | def _gyro_fs(self, *args) -> Any: method _register_char (line 124) | def _register_char(self, *args) -> Any: method _register_short (line 127) | def _register_short(self, *args) -> Any: method _register_three_shorts (line 130) | def _register_three_shorts(self, *args) -> Any: class Pin (line 138) | class Pin: method init (line 157) | def init(self, *args) -> Any: method irqvalue (line 160) | def irqvalue(self, *args) -> Any: method value (line 163) | def value(self, *args) -> Any: function const (line 181) | def const(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/mpu6500.pyi class I2C (line 12) | class I2C: method address (line 21) | def address(self, *args) -> Any: ... method begin (line 22) | def begin(self, *args) -> Any: ... method callback (line 23) | def callback(self, *args) -> Any: ... method clock_timing (line 24) | def clock_timing(self, *args) -> Any: ... method data_timing (line 25) | def data_timing(self, *args) -> Any: ... method deinit (line 26) | def deinit(self, *args) -> Any: ... method end (line 27) | def end(self, *args) -> Any: ... method getdata (line 28) | def getdata(self, *args) -> Any: ... method init (line 29) | def init(self, *args) -> Any: ... method is_ready (line 30) | def is_ready(self, *args) -> Any: ... method read_byte (line 31) | def read_byte(self, *args) -> Any: ... method read_bytes (line 32) | def read_bytes(self, *args) -> Any: ... method readfrom (line 33) | def readfrom(self, *args) -> Any: ... method readfrom_into (line 34) | def readfrom_into(self, *args) -> Any: ... method readfrom_mem (line 35) | def readfrom_mem(self, *args) -> Any: ... method readfrom_mem_into (line 36) | def readfrom_mem_into(self, *args) -> Any: ... method resetbusy (line 37) | def resetbusy(self, *args) -> Any: ... method scan (line 38) | def scan(self, *args) -> Any: ... method setdata (line 39) | def setdata(self, *args) -> Any: ... method start (line 40) | def start(self, *args) -> Any: ... method start_timing (line 41) | def start_timing(self, *args) -> Any: ... method stop (line 42) | def stop(self, *args) -> Any: ... method stop_timing (line 43) | def stop_timing(self, *args) -> Any: ... method timeout (line 44) | def timeout(self, *args) -> Any: ... method write_byte (line 45) | def write_byte(self, *args) -> Any: ... method write_bytes (line 46) | def write_bytes(self, *args) -> Any: ... method writeto (line 47) | def writeto(self, *args) -> Any: ... method writeto_mem (line 48) | def writeto_mem(self, *args) -> Any: ... class MPU6500 (line 50) | class MPU6500: method _accel_fs (line 51) | def _accel_fs(self, *args) -> Any: ... method _gyro_fs (line 52) | def _gyro_fs(self, *args) -> Any: ... method _register_char (line 53) | def _register_char(self, *args) -> Any: ... method _register_short (line 54) | def _register_short(self, *args) -> Any: ... method _register_three_shorts (line 55) | def _register_three_shorts(self, *args) -> Any: ... class Pin (line 60) | class Pin: method init (line 76) | def init(self, *args) -> Any: ... method irqvalue (line 77) | def irqvalue(self, *args) -> Any: ... method value (line 78) | def value(self, *args) -> Any: ... function const (line 93) | def const(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/mpu9250.py class AK8963 (line 9) | class AK8963: method _register_char (line 12) | def _register_char(self, *args) -> Any: method _register_short (line 15) | def _register_short(self, *args) -> Any: method _register_three_shorts (line 18) | def _register_three_shorts(self, *args) -> Any: class MPU6500 (line 26) | class MPU6500: method _accel_fs (line 29) | def _accel_fs(self, *args) -> Any: method _gyro_fs (line 32) | def _gyro_fs(self, *args) -> Any: method _register_char (line 35) | def _register_char(self, *args) -> Any: method _register_short (line 38) | def _register_short(self, *args) -> Any: method _register_three_shorts (line 41) | def _register_three_shorts(self, *args) -> Any: class MPU9250 (line 49) | class MPU9250: function const (line 58) | def const(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/mpu9250.pyi class AK8963 (line 3) | class AK8963: method _register_char (line 4) | def _register_char(self, *args) -> Any: ... method _register_short (line 5) | def _register_short(self, *args) -> Any: ... method _register_three_shorts (line 6) | def _register_three_shorts(self, *args) -> Any: ... class MPU6500 (line 11) | class MPU6500: method _accel_fs (line 12) | def _accel_fs(self, *args) -> Any: ... method _gyro_fs (line 13) | def _gyro_fs(self, *args) -> Any: ... method _register_char (line 14) | def _register_char(self, *args) -> Any: ... method _register_short (line 15) | def _register_short(self, *args) -> Any: ... method _register_three_shorts (line 16) | def _register_three_shorts(self, *args) -> Any: ... class MPU9250 (line 21) | class MPU9250: function const (line 27) | def const(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/network.py function WLAN (line 20) | def WLAN(*args) -> Any: function WLANcallback (line 24) | def WLANcallback(*args) -> Any: class ftp (line 28) | class ftp: method pause (line 31) | def pause(self, *args) -> Any: method resume (line 34) | def resume(self, *args) -> Any: method stack (line 37) | def stack(self, *args) -> Any: method start (line 40) | def start(self, *args) -> Any: method status (line 43) | def status(self, *args) -> Any: method stop (line 46) | def stop(self, *args) -> Any: class mDNS (line 50) | class mDNS: method addService (line 53) | def addService(self, *args) -> Any: method queryHost (line 56) | def queryHost(self, *args) -> Any: method queryService (line 59) | def queryService(self, *args) -> Any: method removeService (line 62) | def removeService(self, *args) -> Any: method start (line 65) | def start(self, *args) -> Any: method stop (line 68) | def stop(self, *args) -> Any: class mqtt (line 72) | class mqtt: method config (line 75) | def config(self, *args) -> Any: method free (line 78) | def free(self, *args) -> Any: method publish (line 81) | def publish(self, *args) -> Any: method start (line 84) | def start(self, *args) -> Any: method status (line 87) | def status(self, *args) -> Any: method stop (line 90) | def stop(self, *args) -> Any: method subscribe (line 93) | def subscribe(self, *args) -> Any: method unsubscribe (line 96) | def unsubscribe(self, *args) -> Any: function phy_mode (line 100) | def phy_mode(*args) -> Any: class telnet (line 104) | class telnet: method pause (line 107) | def pause(self, *args) -> Any: method resume (line 110) | def resume(self, *args) -> Any: method stack (line 113) | def stack(self, *args) -> Any: method start (line 116) | def start(self, *args) -> Any: method status (line 119) | def status(self, *args) -> Any: method stop (line 122) | def stop(self, *args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/network.pyi function WLAN (line 14) | def WLAN(*args) -> Any: ... function WLANcallback (line 15) | def WLANcallback(*args) -> Any: ... class ftp (line 17) | class ftp: method pause (line 18) | def pause(self, *args) -> Any: ... method resume (line 19) | def resume(self, *args) -> Any: ... method stack (line 20) | def stack(self, *args) -> Any: ... method start (line 21) | def start(self, *args) -> Any: ... method status (line 22) | def status(self, *args) -> Any: ... method stop (line 23) | def stop(self, *args) -> Any: ... class mDNS (line 25) | class mDNS: method addService (line 26) | def addService(self, *args) -> Any: ... method queryHost (line 27) | def queryHost(self, *args) -> Any: ... method queryService (line 28) | def queryService(self, *args) -> Any: ... method removeService (line 29) | def removeService(self, *args) -> Any: ... method start (line 30) | def start(self, *args) -> Any: ... method stop (line 31) | def stop(self, *args) -> Any: ... class mqtt (line 33) | class mqtt: method config (line 34) | def config(self, *args) -> Any: ... method free (line 35) | def free(self, *args) -> Any: ... method publish (line 36) | def publish(self, *args) -> Any: ... method start (line 37) | def start(self, *args) -> Any: ... method status (line 38) | def status(self, *args) -> Any: ... method stop (line 39) | def stop(self, *args) -> Any: ... method subscribe (line 40) | def subscribe(self, *args) -> Any: ... method unsubscribe (line 41) | def unsubscribe(self, *args) -> Any: ... function phy_mode (line 43) | def phy_mode(*args) -> Any: ... class telnet (line 45) | class telnet: method pause (line 46) | def pause(self, *args) -> Any: ... method resume (line 47) | def resume(self, *args) -> Any: ... method stack (line 48) | def stack(self, *args) -> Any: ... method start (line 49) | def start(self, *args) -> Any: ... method status (line 50) | def status(self, *args) -> Any: ... method stop (line 51) | def stop(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/os.py function chdir (line 13) | def chdir(*args) -> Any: function getcwd (line 17) | def getcwd(*args) -> Any: function getdrive (line 21) | def getdrive(*args) -> Any: function ilistdir (line 25) | def ilistdir(*args) -> Any: function listdir (line 29) | def listdir(*args) -> Any: function mkdir (line 33) | def mkdir(*args) -> Any: function mountsd (line 37) | def mountsd(*args) -> Any: function remove (line 41) | def remove(*args) -> Any: function rename (line 45) | def rename(*args) -> Any: function rmdir (line 49) | def rmdir(*args) -> Any: function sdconfig (line 53) | def sdconfig(*args) -> Any: function stat (line 57) | def stat(*args) -> Any: function statvfs (line 61) | def statvfs(*args) -> Any: function umountsd (line 65) | def umountsd(*args) -> Any: function uname (line 69) | def uname(*args) -> Any: function urandom (line 73) | def urandom(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/os.pyi function chdir (line 7) | def chdir(*args) -> Any: ... function getcwd (line 8) | def getcwd(*args) -> Any: ... function getdrive (line 9) | def getdrive(*args) -> Any: ... function ilistdir (line 10) | def ilistdir(*args) -> Any: ... function listdir (line 11) | def listdir(*args) -> Any: ... function mkdir (line 12) | def mkdir(*args) -> Any: ... function mountsd (line 13) | def mountsd(*args) -> Any: ... function remove (line 14) | def remove(*args) -> Any: ... function rename (line 15) | def rename(*args) -> Any: ... function rmdir (line 16) | def rmdir(*args) -> Any: ... function sdconfig (line 17) | def sdconfig(*args) -> Any: ... function stat (line 18) | def stat(*args) -> Any: ... function statvfs (line 19) | def statvfs(*args) -> Any: ... function umountsd (line 20) | def umountsd(*args) -> Any: ... function uname (line 21) | def uname(*args) -> Any: ... function urandom (line 22) | def urandom(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/pye.py class Editor (line 9) | class Editor: method clear_to_eol (line 15) | def clear_to_eol(self, *args) -> Any: method cursor (line 18) | def cursor(self, *args) -> Any: method delete_lines (line 21) | def delete_lines(self, *args) -> Any: method display_window (line 24) | def display_window(self, *args) -> Any: method edit_loop (line 27) | def edit_loop(self, *args) -> Any: method find_in_file (line 30) | def find_in_file(self, *args) -> Any: method get_file (line 35) | def get_file(self, *args) -> Any: method get_input (line 38) | def get_input(self, *args) -> Any: method get_screen_size (line 41) | def get_screen_size(self, *args) -> Any: method goto (line 44) | def goto(self, *args) -> Any: method handle_edit_keys (line 47) | def handle_edit_keys(self, *args) -> Any: method hilite (line 50) | def hilite(self, *args) -> Any: method line_edit (line 53) | def line_edit(self, *args) -> Any: method line_range (line 56) | def line_range(self, *args) -> Any: method mouse_reporting (line 59) | def mouse_reporting(self, *args) -> Any: method packtabs (line 62) | def packtabs(self, *args) -> Any: method put_file (line 65) | def put_file(self, *args) -> Any: method rd (line 68) | def rd(self, *args) -> Any: method rd_any (line 71) | def rd_any(self, *args) -> Any: method redraw (line 74) | def redraw(self, *args) -> Any: method scroll_down (line 79) | def scroll_down(self, *args) -> Any: method scroll_region (line 82) | def scroll_region(self, *args) -> Any: method scroll_up (line 85) | def scroll_up(self, *args) -> Any: method spaces (line 88) | def spaces(self, *args) -> Any: method undo_add (line 91) | def undo_add(self, *args) -> Any: method wr (line 94) | def wr(self, *args) -> Any: function expandtabs (line 100) | def expandtabs(*args) -> Any: function pye (line 107) | def pye(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/pye.pyi class Editor (line 3) | class Editor: method clear_to_eol (line 6) | def clear_to_eol(self, *args) -> Any: ... method cursor (line 7) | def cursor(self, *args) -> Any: ... method delete_lines (line 8) | def delete_lines(self, *args) -> Any: ... method display_window (line 9) | def display_window(self, *args) -> Any: ... method edit_loop (line 10) | def edit_loop(self, *args) -> Any: ... method find_in_file (line 11) | def find_in_file(self, *args) -> Any: ... method get_file (line 13) | def get_file(self, *args) -> Any: ... method get_input (line 14) | def get_input(self, *args) -> Any: ... method get_screen_size (line 15) | def get_screen_size(self, *args) -> Any: ... method goto (line 16) | def goto(self, *args) -> Any: ... method handle_edit_keys (line 17) | def handle_edit_keys(self, *args) -> Any: ... method hilite (line 18) | def hilite(self, *args) -> Any: ... method line_edit (line 19) | def line_edit(self, *args) -> Any: ... method line_range (line 20) | def line_range(self, *args) -> Any: ... method mouse_reporting (line 21) | def mouse_reporting(self, *args) -> Any: ... method packtabs (line 22) | def packtabs(self, *args) -> Any: ... method put_file (line 23) | def put_file(self, *args) -> Any: ... method rd (line 24) | def rd(self, *args) -> Any: ... method rd_any (line 25) | def rd_any(self, *args) -> Any: ... method redraw (line 26) | def redraw(self, *args) -> Any: ... method scroll_down (line 28) | def scroll_down(self, *args) -> Any: ... method scroll_region (line 29) | def scroll_region(self, *args) -> Any: ... method scroll_up (line 30) | def scroll_up(self, *args) -> Any: ... method spaces (line 31) | def spaces(self, *args) -> Any: ... method undo_add (line 32) | def undo_add(self, *args) -> Any: ... method wr (line 33) | def wr(self, *args) -> Any: ... function expandtabs (line 36) | def expandtabs(*args) -> Any: ... function pye (line 40) | def pye(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/random.py function choice (line 9) | def choice(*args) -> Any: function getrandbits (line 13) | def getrandbits(*args) -> Any: function randint (line 17) | def randint(*args) -> Any: function random (line 21) | def random(*args) -> Any: function randrange (line 25) | def randrange(*args) -> Any: function seed (line 29) | def seed(*args) -> Any: function uniform (line 33) | def uniform(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/random.pyi function choice (line 3) | def choice(*args) -> Any: ... function getrandbits (line 4) | def getrandbits(*args) -> Any: ... function randint (line 5) | def randint(*args) -> Any: ... function random (line 6) | def random(*args) -> Any: ... function randrange (line 7) | def randrange(*args) -> Any: ... function seed (line 8) | def seed(*args) -> Any: ... function uniform (line 9) | def uniform(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/re.py function compile (line 11) | def compile(*args) -> Any: function match (line 15) | def match(*args) -> Any: function search (line 19) | def search(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/re.pyi function compile (line 5) | def compile(*args) -> Any: ... function match (line 6) | def match(*args) -> Any: ... function search (line 7) | def search(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/requests.py function certificate (line 9) | def certificate(*args) -> Any: function debug (line 13) | def debug(*args) -> Any: function get (line 17) | def get(*args) -> Any: function head (line 21) | def head(*args) -> Any: function patch (line 25) | def patch(*args) -> Any: function post (line 29) | def post(*args) -> Any: function put (line 33) | def put(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/requests.pyi function certificate (line 3) | def certificate(*args) -> Any: ... function debug (line 4) | def debug(*args) -> Any: ... function get (line 5) | def get(*args) -> Any: ... function head (line 6) | def head(*args) -> Any: ... function patch (line 7) | def patch(*args) -> Any: ... function post (line 8) | def post(*args) -> Any: ... function put (line 9) | def put(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/select.py function poll (line 14) | def poll(*args) -> Any: function select (line 18) | def select(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/select.pyi function poll (line 8) | def poll(*args) -> Any: ... function select (line 9) | def select(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/socket.py function getaddrinfo (line 21) | def getaddrinfo(*args) -> Any: function socket (line 25) | def socket(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/socket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args) -> Any: ... function socket (line 16) | def socket(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/ssd1306.py class SSD1306 (line 27) | class SSD1306: method contrast (line 30) | def contrast(self, *args) -> Any: method fill (line 33) | def fill(self, *args) -> Any: method init_display (line 36) | def init_display(self, *args) -> Any: method invert (line 39) | def invert(self, *args) -> Any: method pixel (line 42) | def pixel(self, *args) -> Any: method poweroff (line 45) | def poweroff(self, *args) -> Any: method scroll (line 48) | def scroll(self, *args) -> Any: method show (line 51) | def show(self, *args) -> Any: method text (line 54) | def text(self, *args) -> Any: class SSD1306_I2C (line 58) | class SSD1306_I2C: method contrast (line 61) | def contrast(self, *args) -> Any: method fill (line 64) | def fill(self, *args) -> Any: method init_display (line 67) | def init_display(self, *args) -> Any: method invert (line 70) | def invert(self, *args) -> Any: method pixel (line 73) | def pixel(self, *args) -> Any: method poweroff (line 76) | def poweroff(self, *args) -> Any: method poweron (line 79) | def poweron(self, *args) -> Any: method scroll (line 82) | def scroll(self, *args) -> Any: method show (line 85) | def show(self, *args) -> Any: method text (line 88) | def text(self, *args) -> Any: method write_cmd (line 91) | def write_cmd(self, *args) -> Any: method write_data (line 94) | def write_data(self, *args) -> Any: class SSD1306_SPI (line 98) | class SSD1306_SPI: method contrast (line 101) | def contrast(self, *args) -> Any: method fill (line 104) | def fill(self, *args) -> Any: method init_display (line 107) | def init_display(self, *args) -> Any: method invert (line 110) | def invert(self, *args) -> Any: method pixel (line 113) | def pixel(self, *args) -> Any: method poweroff (line 116) | def poweroff(self, *args) -> Any: method poweron (line 119) | def poweron(self, *args) -> Any: method scroll (line 122) | def scroll(self, *args) -> Any: method show (line 125) | def show(self, *args) -> Any: method text (line 128) | def text(self, *args) -> Any: method write_cmd (line 131) | def write_cmd(self, *args) -> Any: method write_data (line 134) | def write_data(self, *args) -> Any: function const (line 138) | def const(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/ssd1306.pyi class SSD1306 (line 21) | class SSD1306: method contrast (line 22) | def contrast(self, *args) -> Any: ... method fill (line 23) | def fill(self, *args) -> Any: ... method init_display (line 24) | def init_display(self, *args) -> Any: ... method invert (line 25) | def invert(self, *args) -> Any: ... method pixel (line 26) | def pixel(self, *args) -> Any: ... method poweroff (line 27) | def poweroff(self, *args) -> Any: ... method scroll (line 28) | def scroll(self, *args) -> Any: ... method show (line 29) | def show(self, *args) -> Any: ... method text (line 30) | def text(self, *args) -> Any: ... class SSD1306_I2C (line 32) | class SSD1306_I2C: method contrast (line 33) | def contrast(self, *args) -> Any: ... method fill (line 34) | def fill(self, *args) -> Any: ... method init_display (line 35) | def init_display(self, *args) -> Any: ... method invert (line 36) | def invert(self, *args) -> Any: ... method pixel (line 37) | def pixel(self, *args) -> Any: ... method poweroff (line 38) | def poweroff(self, *args) -> Any: ... method poweron (line 39) | def poweron(self, *args) -> Any: ... method scroll (line 40) | def scroll(self, *args) -> Any: ... method show (line 41) | def show(self, *args) -> Any: ... method text (line 42) | def text(self, *args) -> Any: ... method write_cmd (line 43) | def write_cmd(self, *args) -> Any: ... method write_data (line 44) | def write_data(self, *args) -> Any: ... class SSD1306_SPI (line 46) | class SSD1306_SPI: method contrast (line 47) | def contrast(self, *args) -> Any: ... method fill (line 48) | def fill(self, *args) -> Any: ... method init_display (line 49) | def init_display(self, *args) -> Any: ... method invert (line 50) | def invert(self, *args) -> Any: ... method pixel (line 51) | def pixel(self, *args) -> Any: ... method poweroff (line 52) | def poweroff(self, *args) -> Any: ... method poweron (line 53) | def poweron(self, *args) -> Any: ... method scroll (line 54) | def scroll(self, *args) -> Any: ... method show (line 55) | def show(self, *args) -> Any: ... method text (line 56) | def text(self, *args) -> Any: ... method write_cmd (line 57) | def write_cmd(self, *args) -> Any: ... method write_data (line 58) | def write_data(self, *args) -> Any: ... function const (line 60) | def const(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/ssh.py function exec (line 21) | def exec(*args) -> Any: function get (line 25) | def get(*args) -> Any: function list (line 29) | def list(*args) -> Any: function llist (line 33) | def llist(*args) -> Any: function mkdir (line 37) | def mkdir(*args) -> Any: function options (line 41) | def options(*args) -> Any: function put (line 45) | def put(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/ssh.pyi function exec (line 15) | def exec(*args) -> Any: ... function get (line 16) | def get(*args) -> Any: ... function list (line 17) | def list(*args) -> Any: ... function llist (line 18) | def llist(*args) -> Any: ... function mkdir (line 19) | def mkdir(*args) -> Any: ... function options (line 20) | def options(*args) -> Any: ... function put (line 21) | def put(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/ssl.py function wrap_socket (line 9) | def wrap_socket(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/struct.py function calcsize (line 9) | def calcsize(*args) -> Any: function pack (line 13) | def pack(*args) -> Any: function pack_into (line 17) | def pack_into(*args) -> Any: function unpack (line 21) | def unpack(*args) -> Any: function unpack_from (line 25) | def unpack_from(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/struct.pyi function calcsize (line 3) | def calcsize(*args) -> Any: ... function pack (line 4) | def pack(*args) -> Any: ... function pack_into (line 5) | def pack_into(*args) -> Any: ... function unpack (line 6) | def unpack(*args) -> Any: ... function unpack_from (line 7) | def unpack_from(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/sys.py function espidf_info (line 12) | def espidf_info(*args) -> Any: function exit (line 16) | def exit(*args) -> Any: function mpycore (line 25) | def mpycore(*args) -> Any: function print_exception (line 33) | def print_exception(*args) -> Any: function tz (line 42) | def tz(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/sys.pyi function espidf_info (line 6) | def espidf_info(*args) -> Any: ... function exit (line 7) | def exit(*args) -> Any: ... function mpycore (line 13) | def mpycore(*args) -> Any: ... function print_exception (line 18) | def print_exception(*args) -> Any: ... function tz (line 24) | def tz(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/time.py function block_sleep (line 9) | def block_sleep(*args) -> Any: function gmtime (line 13) | def gmtime(*args) -> Any: function localtime (line 17) | def localtime(*args) -> Any: function mktime (line 21) | def mktime(*args) -> Any: function sleep (line 25) | def sleep(*args) -> Any: function sleep_ms (line 29) | def sleep_ms(*args) -> Any: function sleep_us (line 33) | def sleep_us(*args) -> Any: function strftime (line 37) | def strftime(*args) -> Any: function ticks_add (line 41) | def ticks_add(*args) -> Any: function ticks_base (line 45) | def ticks_base(*args) -> Any: function ticks_cpu (line 49) | def ticks_cpu(*args) -> Any: function ticks_diff (line 53) | def ticks_diff(*args) -> Any: function ticks_ms (line 57) | def ticks_ms(*args) -> Any: function ticks_us (line 61) | def ticks_us(*args) -> Any: function tickscpu_diff (line 65) | def tickscpu_diff(*args) -> Any: function time (line 69) | def time(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/time.pyi function block_sleep (line 3) | def block_sleep(*args) -> Any: ... function gmtime (line 4) | def gmtime(*args) -> Any: ... function localtime (line 5) | def localtime(*args) -> Any: ... function mktime (line 6) | def mktime(*args) -> Any: ... function sleep (line 7) | def sleep(*args) -> Any: ... function sleep_ms (line 8) | def sleep_ms(*args) -> Any: ... function sleep_us (line 9) | def sleep_us(*args) -> Any: ... function strftime (line 10) | def strftime(*args) -> Any: ... function ticks_add (line 11) | def ticks_add(*args) -> Any: ... function ticks_base (line 12) | def ticks_base(*args) -> Any: ... function ticks_cpu (line 13) | def ticks_cpu(*args) -> Any: ... function ticks_diff (line 14) | def ticks_diff(*args) -> Any: ... function ticks_ms (line 15) | def ticks_ms(*args) -> Any: ... function ticks_us (line 16) | def ticks_us(*args) -> Any: ... function tickscpu_diff (line 17) | def tickscpu_diff(*args) -> Any: ... function time (line 18) | def time(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/tpcalib.py class Calibrate (line 9) | class Calibrate: method calibError (line 12) | def calibError(self, *args) -> Any: method calibrate (line 15) | def calibrate(self, *args) -> Any: method drawCrossHair (line 18) | def drawCrossHair(self, *args) -> Any: method readCoordinates (line 21) | def readCoordinates(self, *args) -> Any: method tpcalib (line 24) | def tpcalib(self, *args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/tpcalib.pyi class Calibrate (line 3) | class Calibrate: method calibError (line 4) | def calibError(self, *args) -> Any: ... method calibrate (line 5) | def calibrate(self, *args) -> Any: ... method drawCrossHair (line 6) | def drawCrossHair(self, *args) -> Any: ... method readCoordinates (line 7) | def readCoordinates(self, *args) -> Any: ... method tpcalib (line 8) | def tpcalib(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args) -> Any: function crc32 (line 17) | def crc32(*args) -> Any: function hexlify (line 21) | def hexlify(*args) -> Any: function unhexlify (line 25) | def unhexlify(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args) -> Any: ... function crc32 (line 5) | def crc32(*args) -> Any: ... function hexlify (line 6) | def hexlify(*args) -> Any: ... function unhexlify (line 7) | def unhexlify(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/ucollections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *args) -> Any: method copy (line 15) | def copy(self, *args) -> Any: method fromkeys (line 18) | def fromkeys(self, *args) -> Any: method get (line 21) | def get(self, *args) -> Any: method items (line 24) | def items(self, *args) -> Any: method keys (line 27) | def keys(self, *args) -> Any: method pop (line 30) | def pop(self, *args) -> Any: method popitem (line 33) | def popitem(self, *args) -> Any: method setdefault (line 36) | def setdefault(self, *args) -> Any: method update (line 39) | def update(self, *args) -> Any: method values (line 42) | def values(self, *args) -> Any: class deque (line 46) | class deque: method append (line 49) | def append(self, *args) -> Any: method popleft (line 52) | def popleft(self, *args) -> Any: function namedtuple (line 56) | def namedtuple(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *args) -> Any: ... method copy (line 5) | def copy(self, *args) -> Any: ... method fromkeys (line 6) | def fromkeys(self, *args) -> Any: ... method get (line 7) | def get(self, *args) -> Any: ... method items (line 8) | def items(self, *args) -> Any: ... method keys (line 9) | def keys(self, *args) -> Any: ... method pop (line 10) | def pop(self, *args) -> Any: ... method popitem (line 11) | def popitem(self, *args) -> Any: ... method setdefault (line 12) | def setdefault(self, *args) -> Any: ... method update (line 13) | def update(self, *args) -> Any: ... method values (line 14) | def values(self, *args) -> Any: ... class deque (line 16) | class deque: method append (line 17) | def append(self, *args) -> Any: ... method popleft (line 18) | def popleft(self, *args) -> Any: ... function namedtuple (line 20) | def namedtuple(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/uctypes.py function addressof (line 34) | def addressof(*args) -> Any: function bytearray_at (line 38) | def bytearray_at(*args) -> Any: function bytes_at (line 42) | def bytes_at(*args) -> Any: function sizeof (line 46) | def sizeof(*args) -> Any: class struct (line 50) | class struct: FILE: stubs/loboris-v3_2_24-esp32/uctypes.pyi function addressof (line 28) | def addressof(*args) -> Any: ... function bytearray_at (line 29) | def bytearray_at(*args) -> Any: ... function bytes_at (line 30) | def bytes_at(*args) -> Any: ... function sizeof (line 31) | def sizeof(*args) -> Any: ... class struct (line 33) | class struct: ... FILE: stubs/loboris-v3_2_24-esp32/uhashlib.py class sha1 (line 9) | class sha1: method digest (line 12) | def digest(self, *args) -> Any: method update (line 15) | def update(self, *args) -> Any: class sha256 (line 19) | class sha256: method digest (line 22) | def digest(self, *args) -> Any: method update (line 25) | def update(self, *args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/uhashlib.pyi class sha1 (line 3) | class sha1: method digest (line 4) | def digest(self, *args) -> Any: ... method update (line 5) | def update(self, *args) -> Any: ... class sha256 (line 7) | class sha256: method digest (line 8) | def digest(self, *args) -> Any: ... method update (line 9) | def update(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/uheapq.py function heapify (line 9) | def heapify(*args) -> Any: function heappop (line 13) | def heappop(*args) -> Any: function heappush (line 17) | def heappush(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/uheapq.pyi function heapify (line 3) | def heapify(*args) -> Any: ... function heappop (line 4) | def heappop(*args) -> Any: ... function heappush (line 5) | def heappush(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/uio.py class BufferedWriter (line 9) | class BufferedWriter: method flush (line 12) | def flush(self, *args) -> Any: method write (line 15) | def write(self, *args) -> Any: class BytesIO (line 19) | class BytesIO: method close (line 22) | def close(self, *args) -> Any: method flush (line 25) | def flush(self, *args) -> Any: method getvalue (line 28) | def getvalue(self, *args) -> Any: method read (line 31) | def read(self, *args) -> Any: method readinto (line 34) | def readinto(self, *args) -> Any: method readline (line 37) | def readline(self, *args) -> Any: method seek (line 40) | def seek(self, *args) -> Any: method write (line 43) | def write(self, *args) -> Any: class FileIO (line 47) | class FileIO: method close (line 50) | def close(self, *args) -> Any: method flush (line 53) | def flush(self, *args) -> Any: method read (line 56) | def read(self, *args) -> Any: method readinto (line 59) | def readinto(self, *args) -> Any: method readline (line 62) | def readline(self, *args) -> Any: method readlines (line 65) | def readlines(self, *args) -> Any: method seek (line 68) | def seek(self, *args) -> Any: method tell (line 71) | def tell(self, *args) -> Any: method write (line 74) | def write(self, *args) -> Any: class StringIO (line 78) | class StringIO: method close (line 81) | def close(self, *args) -> Any: method flush (line 84) | def flush(self, *args) -> Any: method getvalue (line 87) | def getvalue(self, *args) -> Any: method read (line 90) | def read(self, *args) -> Any: method readinto (line 93) | def readinto(self, *args) -> Any: method readline (line 96) | def readline(self, *args) -> Any: method seek (line 99) | def seek(self, *args) -> Any: method write (line 102) | def write(self, *args) -> Any: class TextIOWrapper (line 106) | class TextIOWrapper: method close (line 109) | def close(self, *args) -> Any: method flush (line 112) | def flush(self, *args) -> Any: method read (line 115) | def read(self, *args) -> Any: method readinto (line 118) | def readinto(self, *args) -> Any: method readline (line 121) | def readline(self, *args) -> Any: method readlines (line 124) | def readlines(self, *args) -> Any: method seek (line 127) | def seek(self, *args) -> Any: method tell (line 130) | def tell(self, *args) -> Any: method write (line 133) | def write(self, *args) -> Any: function open (line 137) | def open(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/uio.pyi class BufferedWriter (line 3) | class BufferedWriter: method flush (line 4) | def flush(self, *args) -> Any: ... method write (line 5) | def write(self, *args) -> Any: ... class BytesIO (line 7) | class BytesIO: method close (line 8) | def close(self, *args) -> Any: ... method flush (line 9) | def flush(self, *args) -> Any: ... method getvalue (line 10) | def getvalue(self, *args) -> Any: ... method read (line 11) | def read(self, *args) -> Any: ... method readinto (line 12) | def readinto(self, *args) -> Any: ... method readline (line 13) | def readline(self, *args) -> Any: ... method seek (line 14) | def seek(self, *args) -> Any: ... method write (line 15) | def write(self, *args) -> Any: ... class FileIO (line 17) | class FileIO: method close (line 18) | def close(self, *args) -> Any: ... method flush (line 19) | def flush(self, *args) -> Any: ... method read (line 20) | def read(self, *args) -> Any: ... method readinto (line 21) | def readinto(self, *args) -> Any: ... method readline (line 22) | def readline(self, *args) -> Any: ... method readlines (line 23) | def readlines(self, *args) -> Any: ... method seek (line 24) | def seek(self, *args) -> Any: ... method tell (line 25) | def tell(self, *args) -> Any: ... method write (line 26) | def write(self, *args) -> Any: ... class StringIO (line 28) | class StringIO: method close (line 29) | def close(self, *args) -> Any: ... method flush (line 30) | def flush(self, *args) -> Any: ... method getvalue (line 31) | def getvalue(self, *args) -> Any: ... method read (line 32) | def read(self, *args) -> Any: ... method readinto (line 33) | def readinto(self, *args) -> Any: ... method readline (line 34) | def readline(self, *args) -> Any: ... method seek (line 35) | def seek(self, *args) -> Any: ... method write (line 36) | def write(self, *args) -> Any: ... class TextIOWrapper (line 38) | class TextIOWrapper: method close (line 39) | def close(self, *args) -> Any: ... method flush (line 40) | def flush(self, *args) -> Any: ... method read (line 41) | def read(self, *args) -> Any: ... method readinto (line 42) | def readinto(self, *args) -> Any: ... method readline (line 43) | def readline(self, *args) -> Any: ... method readlines (line 44) | def readlines(self, *args) -> Any: ... method seek (line 45) | def seek(self, *args) -> Any: ... method tell (line 46) | def tell(self, *args) -> Any: ... method write (line 47) | def write(self, *args) -> Any: ... function open (line 49) | def open(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/ujson.py function dump (line 9) | def dump(*args) -> Any: function dumps (line 13) | def dumps(*args) -> Any: function load (line 17) | def load(*args) -> Any: function loads (line 21) | def loads(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/ujson.pyi function dump (line 3) | def dump(*args) -> Any: ... function dumps (line 4) | def dumps(*args) -> Any: ... function load (line 5) | def load(*args) -> Any: ... function loads (line 6) | def loads(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/uos.py function chdir (line 13) | def chdir(*args) -> Any: function getcwd (line 17) | def getcwd(*args) -> Any: function getdrive (line 21) | def getdrive(*args) -> Any: function ilistdir (line 25) | def ilistdir(*args) -> Any: function listdir (line 29) | def listdir(*args) -> Any: function mkdir (line 33) | def mkdir(*args) -> Any: function mountsd (line 37) | def mountsd(*args) -> Any: function remove (line 41) | def remove(*args) -> Any: function rename (line 45) | def rename(*args) -> Any: function rmdir (line 49) | def rmdir(*args) -> Any: function sdconfig (line 53) | def sdconfig(*args) -> Any: function stat (line 57) | def stat(*args) -> Any: function statvfs (line 61) | def statvfs(*args) -> Any: function umountsd (line 65) | def umountsd(*args) -> Any: function uname (line 69) | def uname(*args) -> Any: function urandom (line 73) | def urandom(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/uos.pyi function chdir (line 7) | def chdir(*args) -> Any: ... function getcwd (line 8) | def getcwd(*args) -> Any: ... function getdrive (line 9) | def getdrive(*args) -> Any: ... function ilistdir (line 10) | def ilistdir(*args) -> Any: ... function listdir (line 11) | def listdir(*args) -> Any: ... function mkdir (line 12) | def mkdir(*args) -> Any: ... function mountsd (line 13) | def mountsd(*args) -> Any: ... function remove (line 14) | def remove(*args) -> Any: ... function rename (line 15) | def rename(*args) -> Any: ... function rmdir (line 16) | def rmdir(*args) -> Any: ... function sdconfig (line 17) | def sdconfig(*args) -> Any: ... function stat (line 18) | def stat(*args) -> Any: ... function statvfs (line 19) | def statvfs(*args) -> Any: ... function umountsd (line 20) | def umountsd(*args) -> Any: ... function uname (line 21) | def uname(*args) -> Any: ... function urandom (line 22) | def urandom(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/upip.py class NotFoundError (line 9) | class NotFoundError(Exception): function _makedirs (line 13) | def _makedirs(*args) -> Any: function cleanup (line 17) | def cleanup(*args) -> Any: function expandhome (line 26) | def expandhome(*args) -> Any: function fatal (line 30) | def fatal(*args) -> Any: function get_install_path (line 38) | def get_install_path(*args) -> Any: function get_pkg_metadata (line 42) | def get_pkg_metadata(*args) -> Any: function help (line 49) | def help(*args) -> Any: function install (line 53) | def install(*args) -> Any: function install_pkg (line 60) | def install_pkg(*args) -> Any: function install_tar (line 64) | def install_tar(*args) -> Any: function main (line 71) | def main(*args) -> Any: function op_basename (line 75) | def op_basename(*args) -> Any: function op_split (line 79) | def op_split(*args) -> Any: function save_file (line 86) | def save_file(*args) -> Any: function url_open (line 94) | def url_open(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/upip.pyi class NotFoundError (line 3) | class NotFoundError(Exception): ... function _makedirs (line 5) | def _makedirs(*args) -> Any: ... function cleanup (line 6) | def cleanup(*args) -> Any: ... function expandhome (line 12) | def expandhome(*args) -> Any: ... function fatal (line 13) | def fatal(*args) -> Any: ... function get_install_path (line 18) | def get_install_path(*args) -> Any: ... function get_pkg_metadata (line 19) | def get_pkg_metadata(*args) -> Any: ... function help (line 23) | def help(*args) -> Any: ... function install (line 24) | def install(*args) -> Any: ... function install_pkg (line 28) | def install_pkg(*args) -> Any: ... function install_tar (line 29) | def install_tar(*args) -> Any: ... function main (line 33) | def main(*args) -> Any: ... function op_basename (line 34) | def op_basename(*args) -> Any: ... function op_split (line 35) | def op_split(*args) -> Any: ... function save_file (line 39) | def save_file(*args) -> Any: ... function url_open (line 44) | def url_open(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/upip_utarfile.py class FileSection (line 11) | class FileSection: method read (line 14) | def read(self, *args) -> Any: method readinto (line 17) | def readinto(self, *args) -> Any: method skip (line 20) | def skip(self, *args) -> Any: class TarFile (line 28) | class TarFile: method extractfile (line 31) | def extractfile(self, *args) -> Any: method next (line 34) | def next(self, *args) -> Any: class TarInfo (line 38) | class TarInfo: function roundup (line 42) | def roundup(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/upip_utarfile.pyi class FileSection (line 5) | class FileSection: method read (line 6) | def read(self, *args) -> Any: ... method readinto (line 7) | def readinto(self, *args) -> Any: ... method skip (line 8) | def skip(self, *args) -> Any: ... class TarFile (line 13) | class TarFile: method extractfile (line 14) | def extractfile(self, *args) -> Any: ... method next (line 15) | def next(self, *args) -> Any: ... class TarInfo (line 17) | class TarInfo: ... function roundup (line 19) | def roundup(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/urandom.py function choice (line 9) | def choice(*args) -> Any: function getrandbits (line 13) | def getrandbits(*args) -> Any: function randint (line 17) | def randint(*args) -> Any: function random (line 21) | def random(*args) -> Any: function randrange (line 25) | def randrange(*args) -> Any: function seed (line 29) | def seed(*args) -> Any: function uniform (line 33) | def uniform(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/urandom.pyi function choice (line 3) | def choice(*args) -> Any: ... function getrandbits (line 4) | def getrandbits(*args) -> Any: ... function randint (line 5) | def randint(*args) -> Any: ... function random (line 6) | def random(*args) -> Any: ... function randrange (line 7) | def randrange(*args) -> Any: ... function seed (line 8) | def seed(*args) -> Any: ... function uniform (line 9) | def uniform(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/ure.py function compile (line 11) | def compile(*args) -> Any: function match (line 15) | def match(*args) -> Any: function search (line 19) | def search(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/ure.pyi function compile (line 5) | def compile(*args) -> Any: ... function match (line 6) | def match(*args) -> Any: ... function search (line 7) | def search(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/urequests.py class Response (line 9) | class Response: method close (line 12) | def close(self, *args) -> Any: method json (line 17) | def json(self, *args) -> Any: function delete (line 23) | def delete(*args) -> Any: function get (line 27) | def get(*args) -> Any: function head (line 31) | def head(*args) -> Any: function patch (line 35) | def patch(*args) -> Any: function post (line 39) | def post(*args) -> Any: function put (line 43) | def put(*args) -> Any: function request (line 47) | def request(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/urequests.pyi class Response (line 3) | class Response: method close (line 4) | def close(self, *args) -> Any: ... method json (line 6) | def json(self, *args) -> Any: ... function delete (line 9) | def delete(*args) -> Any: ... function get (line 10) | def get(*args) -> Any: ... function head (line 11) | def head(*args) -> Any: ... function patch (line 12) | def patch(*args) -> Any: ... function post (line 13) | def post(*args) -> Any: ... function put (line 14) | def put(*args) -> Any: ... function request (line 15) | def request(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/uselect.py function poll (line 14) | def poll(*args) -> Any: function select (line 18) | def select(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/uselect.pyi function poll (line 8) | def poll(*args) -> Any: ... function select (line 9) | def select(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/usocket.py function getaddrinfo (line 21) | def getaddrinfo(*args) -> Any: function socket (line 25) | def socket(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/usocket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args) -> Any: ... function socket (line 16) | def socket(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/ussl.py function wrap_socket (line 9) | def wrap_socket(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/ustruct.py function calcsize (line 9) | def calcsize(*args) -> Any: function pack (line 13) | def pack(*args) -> Any: function pack_into (line 17) | def pack_into(*args) -> Any: function unpack (line 21) | def unpack(*args) -> Any: function unpack_from (line 25) | def unpack_from(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/ustruct.pyi function calcsize (line 3) | def calcsize(*args) -> Any: ... function pack (line 4) | def pack(*args) -> Any: ... function pack_into (line 5) | def pack_into(*args) -> Any: ... function unpack (line 6) | def unpack(*args) -> Any: ... function unpack_from (line 7) | def unpack_from(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/utime.py function block_sleep (line 9) | def block_sleep(*args) -> Any: function gmtime (line 13) | def gmtime(*args) -> Any: function localtime (line 17) | def localtime(*args) -> Any: function mktime (line 21) | def mktime(*args) -> Any: function sleep (line 25) | def sleep(*args) -> Any: function sleep_ms (line 29) | def sleep_ms(*args) -> Any: function sleep_us (line 33) | def sleep_us(*args) -> Any: function strftime (line 37) | def strftime(*args) -> Any: function ticks_add (line 41) | def ticks_add(*args) -> Any: function ticks_base (line 45) | def ticks_base(*args) -> Any: function ticks_cpu (line 49) | def ticks_cpu(*args) -> Any: function ticks_diff (line 53) | def ticks_diff(*args) -> Any: function ticks_ms (line 57) | def ticks_ms(*args) -> Any: function ticks_us (line 61) | def ticks_us(*args) -> Any: function tickscpu_diff (line 65) | def tickscpu_diff(*args) -> Any: function time (line 69) | def time(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/utime.pyi function block_sleep (line 3) | def block_sleep(*args) -> Any: ... function gmtime (line 4) | def gmtime(*args) -> Any: ... function localtime (line 5) | def localtime(*args) -> Any: ... function mktime (line 6) | def mktime(*args) -> Any: ... function sleep (line 7) | def sleep(*args) -> Any: ... function sleep_ms (line 8) | def sleep_ms(*args) -> Any: ... function sleep_us (line 9) | def sleep_us(*args) -> Any: ... function strftime (line 10) | def strftime(*args) -> Any: ... function ticks_add (line 11) | def ticks_add(*args) -> Any: ... function ticks_base (line 12) | def ticks_base(*args) -> Any: ... function ticks_cpu (line 13) | def ticks_cpu(*args) -> Any: ... function ticks_diff (line 14) | def ticks_diff(*args) -> Any: ... function ticks_ms (line 15) | def ticks_ms(*args) -> Any: ... function ticks_us (line 16) | def ticks_us(*args) -> Any: ... function tickscpu_diff (line 17) | def tickscpu_diff(*args) -> Any: ... function time (line 18) | def time(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/utimeq.py class utimeq (line 9) | class utimeq: method dump (line 12) | def dump(self, *args) -> Any: method len (line 15) | def len(self, *args) -> Any: method peek (line 18) | def peek(self, *args) -> Any: method peektime (line 21) | def peektime(self, *args) -> Any: method pop (line 24) | def pop(self, *args) -> Any: method push (line 27) | def push(self, *args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/utimeq.pyi class utimeq (line 3) | class utimeq: method dump (line 4) | def dump(self, *args) -> Any: ... method len (line 5) | def len(self, *args) -> Any: ... method peek (line 6) | def peek(self, *args) -> Any: ... method peektime (line 7) | def peektime(self, *args) -> Any: ... method pop (line 8) | def pop(self, *args) -> Any: ... method push (line 9) | def push(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/uzlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *args) -> Any: method readinto (line 15) | def readinto(self, *args) -> Any: method readline (line 18) | def readline(self, *args) -> Any: function decompress (line 22) | def decompress(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/uzlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *args) -> Any: ... method readinto (line 5) | def readinto(self, *args) -> Any: ... method readline (line 6) | def readline(self, *args) -> Any: ... function decompress (line 8) | def decompress(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/websocket.py class websocket (line 9) | class websocket: method close (line 12) | def close(self, *args) -> Any: method ioctl (line 15) | def ioctl(self, *args) -> Any: method read (line 18) | def read(self, *args) -> Any: method readinto (line 21) | def readinto(self, *args) -> Any: method readline (line 24) | def readline(self, *args) -> Any: method write (line 27) | def write(self, *args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/websocket.pyi class websocket (line 3) | class websocket: method close (line 4) | def close(self, *args) -> Any: ... method ioctl (line 5) | def ioctl(self, *args) -> Any: ... method read (line 6) | def read(self, *args) -> Any: ... method readinto (line 7) | def readinto(self, *args) -> Any: ... method readline (line 8) | def readline(self, *args) -> Any: ... method write (line 9) | def write(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/writer.py class Writer (line 9) | class Writer: method _newline (line 12) | def _newline(self, *args) -> Any: method _printchar (line 15) | def _printchar(self, *args) -> Any: method _printchar_bitwise (line 18) | def _printchar_bitwise(self, *args) -> Any: method printstring (line 23) | def printstring(self, *args) -> Any: method set_clip (line 28) | def set_clip(self, *args) -> Any: method set_textpos (line 31) | def set_textpos(self, *args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/writer.pyi class Writer (line 3) | class Writer: method _newline (line 4) | def _newline(self, *args) -> Any: ... method _printchar (line 5) | def _printchar(self, *args) -> Any: ... method _printchar_bitwise (line 6) | def _printchar_bitwise(self, *args) -> Any: ... method printstring (line 8) | def printstring(self, *args) -> Any: ... method set_clip (line 10) | def set_clip(self, *args) -> Any: ... method set_textpos (line 11) | def set_textpos(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/ymodem.py function recv (line 9) | def recv(*args) -> Any: function send (line 13) | def send(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/ymodem.pyi function recv (line 3) | def recv(*args) -> Any: ... function send (line 4) | def send(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-esp32/zlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *args) -> Any: method readinto (line 15) | def readinto(self, *args) -> Any: method readline (line 18) | def readline(self, *args) -> Any: function decompress (line 22) | def decompress(*args) -> Any: FILE: stubs/loboris-v3_2_24-esp32/zlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *args) -> Any: ... method readinto (line 5) | def readinto(self, *args) -> Any: ... method readline (line 6) | def readline(self, *args) -> Any: ... function decompress (line 8) | def decompress(*args) -> Any: ... FILE: stubs/loboris-v3_2_24-frozen/ak8963.py class AK8963 (line 54) | class AK8963: method __init__ (line 57) | def __init__(self, i2c, address=0x0C, mode=MODE_CONTINOUS_MEASURE_1, o... method magnetic (line 85) | def magnetic(self): method adjustement (line 116) | def adjustement(self): method whoami (line 120) | def whoami(self): method _register_short (line 124) | def _register_short(self, register, value=None, buf=bytearray(2)): method _register_three_shorts (line 132) | def _register_three_shorts(self, register, buf=bytearray(6)): method _register_char (line 136) | def _register_char(self, register, value=None, buf=bytearray(1)): method __enter__ (line 144) | def __enter__(self): method __exit__ (line 147) | def __exit__(self, exception_type, exception_value, traceback): FILE: stubs/loboris-v3_2_24-frozen/ak8963.pyi class AK8963 (line 29) | class AK8963: method __init__ (line 36) | def __init__(self, i2c, address: int = ..., mode=..., output=..., offs... method magnetic (line 38) | def magnetic(self): ... method adjustement (line 40) | def adjustement(self): ... method whoami (line 42) | def whoami(self): ... method _register_short (line 43) | def _register_short(self, register, value: Any | None = ..., buf=...):... method _register_three_shorts (line 44) | def _register_three_shorts(self, register, buf=...): ... method _register_char (line 45) | def _register_char(self, register, value: Any | None = ..., buf=...): ... method __enter__ (line 46) | def __enter__(self): ... method __exit__ (line 47) | def __exit__(self, exception_type, exception_value, traceback) -> None... FILE: stubs/loboris-v3_2_24-frozen/freesans20.py function height (line 6) | def height(): function max_width (line 10) | def max_width(): function hmap (line 14) | def hmap(): function reverse (line 18) | def reverse(): function monospaced (line 22) | def monospaced(): function min_ch (line 26) | def min_ch(): function max_ch (line 30) | def max_ch(): function _chr_addr (line 280) | def _chr_addr(ordch): function get_ch (line 285) | def get_ch(ch): FILE: stubs/loboris-v3_2_24-frozen/freesans20.pyi function height (line 5) | def height(): ... function max_width (line 6) | def max_width(): ... function hmap (line 7) | def hmap(): ... function reverse (line 8) | def reverse(): ... function monospaced (line 9) | def monospaced(): ... function min_ch (line 10) | def min_ch(): ... function max_ch (line 11) | def max_ch(): ... function _chr_addr (line 17) | def _chr_addr(ordch): ... function get_ch (line 18) | def get_ch(ch): ... FILE: stubs/loboris-v3_2_24-frozen/functools.py function partial (line 1) | def partial(func, *args, **kwargs): function update_wrapper (line 10) | def update_wrapper(wrapper, wrapped): function wraps (line 15) | def wraps(wrapped): function reduce (line 20) | def reduce(function, iterable, initializer=None): FILE: stubs/loboris-v3_2_24-frozen/functools.pyi function partial (line 3) | def partial(func, *args, **kwargs): ... function update_wrapper (line 4) | def update_wrapper(wrapper, wrapped): ... function wraps (line 5) | def wraps(wrapped): ... function reduce (line 6) | def reduce(function, iterable, initializer: Any | None = ...): ... FILE: stubs/loboris-v3_2_24-frozen/logging.py class Logger (line 21) | class Logger: method __init__ (line 25) | def __init__(self, name): method _level_str (line 28) | def _level_str(self, level): method setLevel (line 34) | def setLevel(self, level): method isEnabledFor (line 37) | def isEnabledFor(self, level): method log (line 40) | def log(self, level, msg, *args): method debug (line 48) | def debug(self, msg, *args): method info (line 51) | def info(self, msg, *args): method warning (line 54) | def warning(self, msg, *args): method error (line 57) | def error(self, msg, *args): method critical (line 60) | def critical(self, msg, *args): method exc (line 63) | def exc(self, e, msg, *args): method exception (line 67) | def exception(self, msg, *args): function getLogger (line 75) | def getLogger(name): function info (line 83) | def info(msg, *args): function debug (line 87) | def debug(msg, *args): function basicConfig (line 91) | def basicConfig(level=INFO, filename=None, stream=None, format=None): FILE: stubs/loboris-v3_2_24-frozen/logging.pyi class Logger (line 12) | class Logger: method __init__ (line 15) | def __init__(self, name) -> None: ... method _level_str (line 16) | def _level_str(self, level): ... method setLevel (line 17) | def setLevel(self, level) -> None: ... method isEnabledFor (line 18) | def isEnabledFor(self, level): ... method log (line 19) | def log(self, level, msg, *args) -> None: ... method debug (line 20) | def debug(self, msg, *args) -> None: ... method info (line 21) | def info(self, msg, *args) -> None: ... method warning (line 22) | def warning(self, msg, *args) -> None: ... method error (line 23) | def error(self, msg, *args) -> None: ... method critical (line 24) | def critical(self, msg, *args) -> None: ... method exc (line 25) | def exc(self, e, msg, *args) -> None: ... method exception (line 26) | def exception(self, msg, *args) -> None: ... function getLogger (line 31) | def getLogger(name): ... function info (line 32) | def info(msg, *args) -> None: ... function debug (line 33) | def debug(msg, *args) -> None: ... function basicConfig (line 34) | def basicConfig(level=..., filename: Any | None = ..., stream: Any | Non... FILE: stubs/loboris-v3_2_24-frozen/microWebSocket.py class MicroWebSocket (line 15) | class MicroWebSocket: method _tryAllocByteArray (line 38) | def _tryAllocByteArray(size): method _tryStartThread (line 50) | def _tryStartThread(func, args=(), stackSize=4096): method __init__ (line 65) | def __init__(self, socket, httpClient, httpResponse, maxRecvLen, threa... method _handshake (line 99) | def _handshake(self, httpResponse): method _wsProcess (line 114) | def _wsProcess(self, acceptCallback): method _receiveFrame (line 137) | def _receiveFrame(self): method _sendFrame (line 223) | def _sendFrame(self, opcode, data=None, fin=True): method SendText (line 246) | def SendText(self, msg): method SendBinary (line 251) | def SendBinary(self, data): method IsClosed (line 256) | def IsClosed(self): method threadID (line 261) | def threadID(self): method Close (line 266) | def Close(self): FILE: stubs/loboris-v3_2_24-frozen/microWebSocket.pyi class MicroWebSocket (line 3) | class MicroWebSocket: method _tryAllocByteArray (line 14) | def _tryAllocByteArray(size): ... method _tryStartThread (line 16) | def _tryStartThread(func, args=..., stackSize: int = ...): ... method __init__ (line 29) | def __init__(self, socket, httpClient, httpResponse, maxRecvLen, threa... method _handshake (line 30) | def _handshake(self, httpResponse): ... method _wsProcess (line 31) | def _wsProcess(self, acceptCallback) -> None: ... method _receiveFrame (line 32) | def _receiveFrame(self): ... method _sendFrame (line 33) | def _sendFrame(self, opcode, data: Any | None = ..., fin: bool = ...):... method SendText (line 34) | def SendText(self, msg): ... method SendBinary (line 35) | def SendBinary(self, data): ... method IsClosed (line 36) | def IsClosed(self): ... method threadID (line 37) | def threadID(self): ... method Close (line 38) | def Close(self) -> None: ... FILE: stubs/loboris-v3_2_24-frozen/microWebSrv.py class MicroWebSrvRoute (line 28) | class MicroWebSrvRoute: method __init__ (line 29) | def __init__(self, route, method, func, routeArgNames, routeRegex): class MicroWebSrv (line 37) | class MicroWebSrv: method route (line 80) | def route(cls, url, method="GET"): method HTMLEscape (line 93) | def HTMLEscape(s): method _tryAllocByteArray (line 99) | def _tryAllocByteArray(size): method _tryStartThread (line 111) | def _tryStartThread(func, args=(), stacksize=8192): method _unquote (line 125) | def _unquote(s): method _unquote_plus (line 138) | def _unquote_plus(s): method _fileExists (line 144) | def _fileExists(path): method _isPyHTMLFile (line 154) | def _isPyHTMLFile(filename): method __init__ (line 161) | def __init__(self, routeHandlers=[], port=80, bindIP="0.0.0.0", webPat... method _serverProcess (line 199) | def _serverProcess(self): method Start (line 231) | def Start(self, threaded=True, stackSize=8192): method Stop (line 253) | def Stop(self): method IsStarted (line 261) | def IsStarted(self): method threadID (line 266) | def threadID(self): method State (line 271) | def State(self): method SetNotFoundPageUrl (line 276) | def SetNotFoundPageUrl(self, url=None): method GetMimeTypeFromFilename (line 281) | def GetMimeTypeFromFilename(self, filename): method GetRouteHandler (line 290) | def GetRouteHandler(self, resUrl, method): method _physPathFromURLPath (line 316) | def _physPathFromURLPath(self, urlPath): class _client (line 332) | class _client: method __init__ (line 336) | def __init__(self, microWebSrv, socket, addr): method _processRequest (line 355) | def _processRequest(self): method _parseFirstLine (line 407) | def _parseFirstLine(self, response): method _parseHeader (line 432) | def _parseHeader(self, response): method _getConnUpgrade (line 447) | def _getConnUpgrade(self): method GetServer (line 454) | def GetServer(self): method GetAddr (line 459) | def GetAddr(self): method GetIPAddr (line 464) | def GetIPAddr(self): method GetPort (line 469) | def GetPort(self): method GetRequestMethod (line 474) | def GetRequestMethod(self): method GetRequestTotalPath (line 479) | def GetRequestTotalPath(self): method GetRequestPath (line 484) | def GetRequestPath(self): method GetRequestQueryString (line 489) | def GetRequestQueryString(self): method GetRequestQueryParams (line 494) | def GetRequestQueryParams(self): method GetRequestHeaders (line 499) | def GetRequestHeaders(self): method GetRequestContentType (line 504) | def GetRequestContentType(self): method GetRequestContentLength (line 509) | def GetRequestContentLength(self): method ReadRequestContent (line 514) | def ReadRequestContent(self, size=None): method ReadRequestPostedFormData (line 529) | def ReadRequestPostedFormData(self): method ReadRequestContentAsJSON (line 543) | def ReadRequestContentAsJSON(self): class _response (line 553) | class _response: method __init__ (line 557) | def __init__(self, client): method _write (line 562) | def _write(self, data): method _writeFirstLine (line 569) | def _writeFirstLine(self, code): method _writeHeader (line 575) | def _writeHeader(self, name, value): method _writeContentTypeHeader (line 580) | def _writeContentTypeHeader(self, contentType, charset=None): method _writeServerHeader (line 589) | def _writeServerHeader(self): method _writeEndHeader (line 594) | def _writeEndHeader(self): method _writeBeforeContent (line 599) | def _writeBeforeContent(self, code, headers, contentType, contentCha... method WriteSwitchProto (line 613) | def WriteSwitchProto(self, upgrade, headers=None): method WriteResponse (line 625) | def WriteResponse(self, code, headers, contentType, contentCharset, ... method WriteResponsePyHTMLFile (line 637) | def WriteResponsePyHTMLFile(self, filepath, headers=None): method WriteResponseFile (line 654) | def WriteResponseFile(self, filepath, contentType=None, headers=None): method WriteResponseFileAttachment (line 678) | def WriteResponseFileAttachment(self, filepath, attachmentName, head... method WriteResponseOk (line 686) | def WriteResponseOk(self, headers=None, contentType=None, contentCha... method WriteResponseJSONOk (line 691) | def WriteResponseJSONOk(self, obj=None, headers=None): method WriteResponseRedirect (line 696) | def WriteResponseRedirect(self, location): method WriteResponseError (line 702) | def WriteResponseError(self, code): method WriteResponseJSONError (line 710) | def WriteResponseJSONError(self, code, obj=None): method WriteResponseBadRequest (line 715) | def WriteResponseBadRequest(self): method WriteResponseForbidden (line 720) | def WriteResponseForbidden(self): method WriteResponseNotFound (line 725) | def WriteResponseNotFound(self): method WriteResponseMethodNotAllowed (line 733) | def WriteResponseMethodNotAllowed(self): method WriteResponseInternalServerError (line 738) | def WriteResponseInternalServerError(self): method WriteResponseNotImplemented (line 743) | def WriteResponseNotImplemented(self): FILE: stubs/loboris-v3_2_24-frozen/microWebSrv.pyi class MicroWebSrvRoute (line 3) | class MicroWebSrvRoute: method __init__ (line 9) | def __init__(self, route, method, func, routeArgNames, routeRegex) -> ... class MicroWebSrv (line 11) | class MicroWebSrv: method route (line 18) | def route(cls, url, method: str = ...): ... method HTMLEscape (line 20) | def HTMLEscape(s): ... method _tryAllocByteArray (line 22) | def _tryAllocByteArray(size): ... method _tryStartThread (line 24) | def _tryStartThread(func, args=..., stacksize: int = ...): ... method _unquote (line 26) | def _unquote(s): ... method _unquote_plus (line 28) | def _unquote_plus(s): ... method _fileExists (line 30) | def _fileExists(path): ... method _isPyHTMLFile (line 32) | def _isPyHTMLFile(filename): ... method __init__ (line 45) | def __init__(self, routeHandlers=..., port: int = ..., bindIP: str = .... method _serverProcess (line 46) | def _serverProcess(self) -> None: ... method Start (line 48) | def Start(self, threaded: bool = ..., stackSize: int = ...) -> None: ... method Stop (line 49) | def Stop(self) -> None: ... method IsStarted (line 50) | def IsStarted(self): ... method threadID (line 51) | def threadID(self): ... method State (line 52) | def State(self): ... method SetNotFoundPageUrl (line 53) | def SetNotFoundPageUrl(self, url: Any | None = ...) -> None: ... method GetMimeTypeFromFilename (line 54) | def GetMimeTypeFromFilename(self, filename): ... method GetRouteHandler (line 55) | def GetRouteHandler(self, resUrl, method): ... method _physPathFromURLPath (line 56) | def _physPathFromURLPath(self, urlPath): ... class _client (line 58) | class _client: method __init__ (line 71) | def __init__(self, microWebSrv, socket, addr) -> None: ... method _processRequest (line 72) | def _processRequest(self) -> None: ... method _parseFirstLine (line 73) | def _parseFirstLine(self, response): ... method _parseHeader (line 74) | def _parseHeader(self, response): ... method _getConnUpgrade (line 75) | def _getConnUpgrade(self): ... method GetServer (line 76) | def GetServer(self): ... method GetAddr (line 77) | def GetAddr(self): ... method GetIPAddr (line 78) | def GetIPAddr(self): ... method GetPort (line 79) | def GetPort(self): ... method GetRequestMethod (line 80) | def GetRequestMethod(self): ... method GetRequestTotalPath (line 81) | def GetRequestTotalPath(self): ... method GetRequestPath (line 82) | def GetRequestPath(self): ... method GetRequestQueryString (line 83) | def GetRequestQueryString(self): ... method GetRequestQueryParams (line 84) | def GetRequestQueryParams(self): ... method GetRequestHeaders (line 85) | def GetRequestHeaders(self): ... method GetRequestContentType (line 86) | def GetRequestContentType(self): ... method GetRequestContentLength (line 87) | def GetRequestContentLength(self): ... method ReadRequestContent (line 88) | def ReadRequestContent(self, size: Any | None = ...): ... method ReadRequestPostedFormData (line 89) | def ReadRequestPostedFormData(self): ... method ReadRequestContentAsJSON (line 90) | def ReadRequestContentAsJSON(self): ... class _response (line 92) | class _response: method __init__ (line 94) | def __init__(self, client) -> None: ... method _write (line 95) | def _write(self, data): ... method _writeFirstLine (line 96) | def _writeFirstLine(self, code) -> None: ... method _writeHeader (line 97) | def _writeHeader(self, name, value) -> None: ... method _writeContentTypeHeader (line 98) | def _writeContentTypeHeader(self, contentType, charset: Any | None =... method _writeServerHeader (line 99) | def _writeServerHeader(self) -> None: ... method _writeEndHeader (line 100) | def _writeEndHeader(self) -> None: ... method _writeBeforeContent (line 101) | def _writeBeforeContent(self, code, headers, contentType, contentCha... method WriteSwitchProto (line 102) | def WriteSwitchProto(self, upgrade, headers: Any | None = ...) -> No... method WriteResponse (line 103) | def WriteResponse(self, code, headers, contentType, contentCharset, ... method WriteResponsePyHTMLFile (line 104) | def WriteResponsePyHTMLFile(self, filepath, headers: Any | None = ..... method WriteResponseFile (line 105) | def WriteResponseFile(self, filepath, contentType: Any | None = ...,... method WriteResponseFileAttachment (line 106) | def WriteResponseFileAttachment(self, filepath, attachmentName, head... method WriteResponseOk (line 107) | def WriteResponseOk( method WriteResponseJSONOk (line 110) | def WriteResponseJSONOk(self, obj: Any | None = ..., headers: Any | ... method WriteResponseRedirect (line 111) | def WriteResponseRedirect(self, location): ... method WriteResponseError (line 112) | def WriteResponseError(self, code): ... method WriteResponseJSONError (line 113) | def WriteResponseJSONError(self, code, obj: Any | None = ...): ... method WriteResponseBadRequest (line 114) | def WriteResponseBadRequest(self): ... method WriteResponseForbidden (line 115) | def WriteResponseForbidden(self): ... method WriteResponseNotFound (line 116) | def WriteResponseNotFound(self): ... method WriteResponseMethodNotAllowed (line 117) | def WriteResponseMethodNotAllowed(self): ... method WriteResponseInternalServerError (line 118) | def WriteResponseInternalServerError(self): ... method WriteResponseNotImplemented (line 119) | def WriteResponseNotImplemented(self): ... FILE: stubs/loboris-v3_2_24-frozen/microWebTemplate.py class MicroWebTemplate (line 9) | class MicroWebTemplate: method __init__ (line 32) | def __init__(self, code, escapeStrFunc=None, filepath=""): method Validate (line 57) | def Validate(self): method Execute (line 66) | def Execute(self): method _parseCode (line 77) | def _parseCode(self, execute): method _parseBloc (line 87) | def _parseBloc(self, execute): method _processToken (line 124) | def _processToken(self, tokenContent, execute): method _processInstructionPYTHON (line 149) | def _processInstructionPYTHON(self, instructionBody, execute): method _processInstructionIF (line 211) | def _processInstructionIF(self, instructionBody, execute): method _processInstructionELIF (line 242) | def _processInstructionELIF(self, instructionBody, execute): method _processInstructionELSE (line 250) | def _processInstructionELSE(self, instructionBody, execute): method _processInstructionFOR (line 257) | def _processInstructionFOR(self, instructionBody, execute): method _processInstructionEND (line 291) | def _processInstructionEND(self, instructionBody, execute): method _processInstructionINCLUDE (line 298) | def _processInstructionINCLUDE(self, instructionBody, execute): FILE: stubs/loboris-v3_2_24-frozen/microWebTemplate.pyi class MicroWebTemplate (line 3) | class MicroWebTemplate: method __init__ (line 26) | def __init__(self, code, escapeStrFunc: Any | None = ..., filepath: st... method Validate (line 27) | def Validate(self): ... method Execute (line 28) | def Execute(self): ... method _parseCode (line 29) | def _parseCode(self, execute) -> None: ... method _parseBloc (line 30) | def _parseBloc(self, execute): ... method _processToken (line 31) | def _processToken(self, tokenContent, execute): ... method _processInstructionPYTHON (line 32) | def _processInstructionPYTHON(self, instructionBody, execute) -> None:... method _processInstructionIF (line 33) | def _processInstructionIF(self, instructionBody, execute) -> None: ... method _processInstructionELIF (line 35) | def _processInstructionELIF(self, instructionBody, execute): ... method _processInstructionELSE (line 36) | def _processInstructionELSE(self, instructionBody, execute): ... method _processInstructionFOR (line 37) | def _processInstructionFOR(self, instructionBody, execute) -> None: ... method _processInstructionEND (line 38) | def _processInstructionEND(self, instructionBody, execute): ... method _processInstructionINCLUDE (line 39) | def _processInstructionINCLUDE(self, instructionBody, execute) -> None... FILE: stubs/loboris-v3_2_24-frozen/mpu6500.py class MPU6500 (line 78) | class MPU6500: method __init__ (line 81) | def __init__(self, i2c, address=0x68, accel_fs=ACCEL_FS_SEL_2G, gyro_f... method acceleration (line 100) | def acceleration(self): method gyro (line 114) | def gyro(self): method whoami (line 125) | def whoami(self): method _register_short (line 129) | def _register_short(self, register, value=None, buf=bytearray(2)): method _register_three_shorts (line 137) | def _register_three_shorts(self, register, buf=bytearray(6)): method _register_char (line 141) | def _register_char(self, register, value=None, buf=bytearray(1)): method _accel_fs (line 149) | def _accel_fs(self, value): method _gyro_fs (line 162) | def _gyro_fs(self, value): method __enter__ (line 175) | def __enter__(self): method __exit__ (line 178) | def __exit__(self, exception_type, exception_value, traceback): FILE: stubs/loboris-v3_2_24-frozen/mpu6500.pyi class MPU6500 (line 48) | class MPU6500: method __init__ (line 55) | def __init__(self, i2c, address: int = ..., accel_fs=..., gyro_fs=...,... method acceleration (line 57) | def acceleration(self): ... method gyro (line 59) | def gyro(self): ... method whoami (line 61) | def whoami(self): ... method _register_short (line 62) | def _register_short(self, register, value: Any | None = ..., buf=...):... method _register_three_shorts (line 63) | def _register_three_shorts(self, register, buf=...): ... method _register_char (line 64) | def _register_char(self, register, value: Any | None = ..., buf=...): ... method _accel_fs (line 65) | def _accel_fs(self, value): ... method _gyro_fs (line 66) | def _gyro_fs(self, value): ... method __enter__ (line 67) | def __enter__(self): ... method __exit__ (line 68) | def __exit__(self, exception_type, exception_value, traceback) -> None... FILE: stubs/loboris-v3_2_24-frozen/mpu9250.py class MPU9250 (line 26) | class MPU9250: method __init__ (line 29) | def __init__(self, i2c, mpu6500=None, ak8963=None): method acceleration (line 41) | def acceleration(self): method gyro (line 50) | def gyro(self): method magnetic (line 59) | def magnetic(self): method whoami (line 66) | def whoami(self): method __enter__ (line 69) | def __enter__(self): method __exit__ (line 72) | def __exit__(self, exception_type, exception_value, traceback): FILE: stubs/loboris-v3_2_24-frozen/mpu9250.pyi class MPU9250 (line 6) | class MPU9250: method __init__ (line 9) | def __init__(self, i2c, mpu6500: Any | None = ..., ak8963: Any | None ... method acceleration (line 11) | def acceleration(self): ... method gyro (line 13) | def gyro(self): ... method magnetic (line 15) | def magnetic(self): ... method whoami (line 17) | def whoami(self): ... method __enter__ (line 18) | def __enter__(self): ... method __exit__ (line 19) | def __exit__(self, exception_type, exception_value, traceback) -> None... FILE: stubs/loboris-v3_2_24-frozen/pye.py class Editor (line 4) | class Editor: method __init__ (line 57) | def __init__(self, tab_size, undo_limit): method wr (line 70) | def wr(self, s): method rd_any (line 73) | def rd_any(self): method rd (line 76) | def rd(self): method goto (line 83) | def goto(self, row, col): method clear_to_eol (line 86) | def clear_to_eol(self): method cursor (line 89) | def cursor(self, onoff): method hilite (line 92) | def hilite(self, mode): method mouse_reporting (line 101) | def mouse_reporting(self, onoff): method scroll_region (line 104) | def scroll_region(self, stop): method scroll_up (line 107) | def scroll_up(self, scrolling): method scroll_down (line 113) | def scroll_down(self, scrolling): method get_screen_size (line 119) | def get_screen_size(self): method redraw (line 128) | def redraw(self, flag): method get_input (line 141) | def get_input(self): method display_window (line 167) | def display_window(self): method spaces (line 213) | def spaces(self, line, pos=None): method line_range (line 216) | def line_range(self): method line_edit (line 219) | def line_edit(self, prompt, default): method find_in_file (line 273) | def find_in_file(self, pattern, col, end): method undo_add (line 303) | def undo_add(self, lnum, text, key, span=1): method delete_lines (line 311) | def delete_lines(self, yank): method handle_edit_keys (line 324) | def handle_edit_keys(self, key, char): method edit_loop (line 603) | def edit_loop(self): method packtabs (line 629) | def packtabs(self, s): method get_file (line 644) | def get_file(self, fname): method put_file (line 666) | def put_file(self, fname): function expandtabs (line 683) | def expandtabs(s): function pye (line 704) | def pye(*content, tab_size=4, undo=50, device=0, baud=115200): FILE: stubs/loboris-v3_2_24-frozen/pye.pyi class Editor (line 3) | class Editor: method __init__ (line 20) | def __init__(self, tab_size, undo_limit) -> None: ... method wr (line 21) | def wr(self, s) -> None: ... method rd_any (line 22) | def rd_any(self): ... method rd (line 23) | def rd(self): ... method goto (line 24) | def goto(self, row, col) -> None: ... method clear_to_eol (line 25) | def clear_to_eol(self) -> None: ... method cursor (line 26) | def cursor(self, onoff) -> None: ... method hilite (line 27) | def hilite(self, mode) -> None: ... method mouse_reporting (line 28) | def mouse_reporting(self, onoff) -> None: ... method scroll_region (line 29) | def scroll_region(self, stop) -> None: ... method scroll_up (line 30) | def scroll_up(self, scrolling) -> None: ... method scroll_down (line 31) | def scroll_down(self, scrolling) -> None: ... method get_screen_size (line 32) | def get_screen_size(self): ... method redraw (line 34) | def redraw(self, flag) -> None: ... method get_input (line 35) | def get_input(self): ... method display_window (line 39) | def display_window(self) -> None: ... method spaces (line 40) | def spaces(self, line, pos: Any | None = ...): ... method line_range (line 41) | def line_range(self): ... method line_edit (line 42) | def line_edit(self, prompt, default): ... method find_in_file (line 43) | def find_in_file(self, pattern, col, end): ... method undo_add (line 44) | def undo_add(self, lnum, text, key, span: int = ...) -> None: ... method delete_lines (line 46) | def delete_lines(self, yank) -> None: ... method handle_edit_keys (line 48) | def handle_edit_keys(self, key, char): ... method edit_loop (line 49) | def edit_loop(self): ... method packtabs (line 50) | def packtabs(self, s): ... method get_file (line 51) | def get_file(self, fname) -> None: ... method put_file (line 52) | def put_file(self, fname) -> None: ... function expandtabs (line 54) | def expandtabs(s): ... function pye (line 55) | def pye(*content, tab_size: int = ..., undo: int = ..., device: int = ..... FILE: stubs/loboris-v3_2_24-frozen/ssd1306.py class SSD1306 (line 28) | class SSD1306: method __init__ (line 29) | def __init__(self, width, height, external_vcc): method init_display (line 39) | def init_display(self): method poweroff (line 76) | def poweroff(self): method contrast (line 79) | def contrast(self, contrast): method invert (line 83) | def invert(self, invert): method show (line 86) | def show(self): method fill (line 101) | def fill(self, col): method pixel (line 104) | def pixel(self, x, y, col): method scroll (line 107) | def scroll(self, dx, dy): method text (line 110) | def text(self, string, x, y, col=1): class SSD1306_I2C (line 114) | class SSD1306_I2C(SSD1306): method __init__ (line 115) | def __init__(self, width, height, i2c, addr=0x3C, external_vcc=False): method write_cmd (line 121) | def write_cmd(self, cmd): method write_data (line 126) | def write_data(self, buf): method poweron (line 131) | def poweron(self): class SSD1306_SPI (line 135) | class SSD1306_SPI(SSD1306): method __init__ (line 136) | def __init__(self, width, height, spi, dc, res=None, cs=None, external... method write_cmd (line 149) | def write_cmd(self, cmd): method write_data (line 160) | def write_data(self, buf): method poweron (line 171) | def poweron(self): FILE: stubs/loboris-v3_2_24-frozen/ssd1306.pyi class SSD1306 (line 21) | class SSD1306: method __init__ (line 28) | def __init__(self, width, height, external_vcc) -> None: ... method init_display (line 29) | def init_display(self) -> None: ... method poweroff (line 30) | def poweroff(self) -> None: ... method contrast (line 31) | def contrast(self, contrast) -> None: ... method invert (line 32) | def invert(self, invert) -> None: ... method show (line 33) | def show(self) -> None: ... method fill (line 34) | def fill(self, col) -> None: ... method pixel (line 35) | def pixel(self, x, y, col) -> None: ... method scroll (line 36) | def scroll(self, dx, dy) -> None: ... method text (line 37) | def text(self, string, x, y, col: int = ...) -> None: ... class SSD1306_I2C (line 39) | class SSD1306_I2C(SSD1306): method __init__ (line 43) | def __init__(self, width, height, i2c, addr: int = ..., external_vcc: ... method write_cmd (line 44) | def write_cmd(self, cmd) -> None: ... method write_data (line 45) | def write_data(self, buf) -> None: ... method poweron (line 46) | def poweron(self) -> None: ... class SSD1306_SPI (line 48) | class SSD1306_SPI(SSD1306): method __init__ (line 54) | def __init__(self, width, height, spi, dc, res: Any | None = ..., cs: ... method write_cmd (line 55) | def write_cmd(self, cmd) -> None: ... method write_data (line 56) | def write_data(self, buf) -> None: ... method poweron (line 57) | def poweron(self) -> None: ... FILE: stubs/loboris-v3_2_24-frozen/tpcalib.py class Calibrate (line 7) | class Calibrate: method __init__ (line 8) | def __init__(self, tft): method drawCrossHair (line 14) | def drawCrossHair(self, x, y, clr): method readCoordinates (line 20) | def readCoordinates(self): method calibrate (line 56) | def calibrate(self, x, y, i): method calibError (line 67) | def calibError(self): method tpcalib (line 74) | def tpcalib(self, save=False): FILE: stubs/loboris-v3_2_24-frozen/tpcalib.pyi class Calibrate (line 3) | class Calibrate: method __init__ (line 7) | def __init__(self, tft) -> None: ... method drawCrossHair (line 8) | def drawCrossHair(self, x, y, clr) -> None: ... method readCoordinates (line 9) | def readCoordinates(self): ... method calibrate (line 10) | def calibrate(self, x, y, i): ... method calibError (line 11) | def calibError(self) -> None: ... method tpcalib (line 12) | def tpcalib(self, save: bool = ...): ... FILE: stubs/loboris-v3_2_24-frozen/upip.py class NotFoundError (line 25) | class NotFoundError(Exception): function op_split (line 29) | def op_split(path): function op_basename (line 41) | def op_basename(path): function _makedirs (line 46) | def _makedirs(name, mode=0o777): function save_file (line 66) | def save_file(fname, subf): function install_tar (line 76) | def install_tar(f, prefix): function expandhome (line 108) | def expandhome(s): function url_open (line 121) | def url_open(url): function get_pkg_metadata (line 167) | def get_pkg_metadata(name): function fatal (line 175) | def fatal(msg, exc=None): function install_pkg (line 182) | def install_pkg(pkg_spec, install_path): function install (line 206) | def install(to_install, install_path=None): function get_install_path (line 243) | def get_install_path(): function cleanup (line 252) | def cleanup(): function help (line 260) | def help(): function main (line 281) | def main(): FILE: stubs/loboris-v3_2_24-frozen/upip.pyi class NotFoundError (line 9) | class NotFoundError(Exception): ... function op_split (line 11) | def op_split(path): ... function op_basename (line 12) | def op_basename(path): ... function _makedirs (line 13) | def _makedirs(name, mode: int = ...): ... function save_file (line 14) | def save_file(fname, subf) -> None: ... function install_tar (line 15) | def install_tar(f, prefix): ... function expandhome (line 16) | def expandhome(s): ... function url_open (line 20) | def url_open(url): ... function get_pkg_metadata (line 21) | def get_pkg_metadata(name): ... function fatal (line 22) | def fatal(msg, exc: Any | None = ...) -> None: ... function install_pkg (line 23) | def install_pkg(pkg_spec, install_path): ... function install (line 24) | def install(to_install, install_path: Any | None = ...) -> None: ... function get_install_path (line 25) | def get_install_path(): ... function cleanup (line 26) | def cleanup() -> None: ... function help (line 27) | def help() -> None: ... function main (line 28) | def main() -> None: ... FILE: stubs/loboris-v3_2_24-frozen/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/loboris-v3_2_24-frozen/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Any | None = ..., fileobj: Any | None = ...) ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/loboris-v3_2_24-frozen/upysh.py class LS (line 6) | class LS: method __repr__ (line 7) | def __repr__(self): method __call__ (line 11) | def __call__(self, path="."): class PWD (line 74) | class PWD: method __repr__ (line 75) | def __repr__(self): method __call__ (line 78) | def __call__(self): class CLEAR (line 82) | class CLEAR: method __repr__ (line 83) | def __repr__(self): method __call__ (line 86) | def __call__(self): class CP (line 90) | class CP: method __repr__ (line 91) | def __repr__(self): method __call__ (line 95) | def __call__(self, srcf, destf): function head (line 150) | def head(f, n=10): function cat (line 159) | def cat(f): function newfile (line 163) | def newfile(path): class Man (line 175) | class Man: method __repr__ (line 176) | def __repr__(self): FILE: stubs/loboris-v3_2_24-frozen/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self): ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self): ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self): ... method __call__ (line 14) | def __call__(self): ... class CP (line 16) | class CP: method __repr__ (line 17) | def __repr__(self): ... method __call__ (line 18) | def __call__(self, srcf, destf) -> None: ... function head (line 30) | def head(f, n: int = ...) -> None: ... function cat (line 31) | def cat(f) -> None: ... function newfile (line 32) | def newfile(path) -> None: ... class Man (line 34) | class Man: method __repr__ (line 35) | def __repr__(self): ... FILE: stubs/loboris-v3_2_24-frozen/urequests.py class Response (line 4) | class Response: method __init__ (line 5) | def __init__(self, f): method close (line 10) | def close(self): method content (line 17) | def content(self): method text (line 27) | def text(self): method json (line 30) | def json(self): function request (line 36) | def request(method, url, data=None, json=None, headers={}, stream=None): function head (line 111) | def head(url, **kw): function get (line 115) | def get(url, **kw): function post (line 119) | def post(url, **kw): function put (line 123) | def put(url, **kw): function patch (line 127) | def patch(url, **kw): function delete (line 131) | def delete(url, **kw): FILE: stubs/loboris-v3_2_24-frozen/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data: Any | None = ..., json: Any | None = ...,... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: stubs/loboris-v3_2_24-frozen/writer.py class Writer (line 33) | class Writer(object): method set_textpos (line 40) | def set_textpos(cls, row, col): method set_clip (line 45) | def set_clip(cls, row_clip, col_clip): method __init__ (line 49) | def __init__(self, device, font, verbose=True): method _newline (line 63) | def _newline(self): method printstring (line 73) | def printstring(self, string): method _printchar (line 79) | def _printchar(self, char): method _printchar_bitwise (line 101) | def _printchar_bitwise(self, char): FILE: stubs/loboris-v3_2_24-frozen/writer.pyi class Writer (line 3) | class Writer: method set_textpos (line 9) | def set_textpos(cls, row, col) -> None: ... method set_clip (line 11) | def set_clip(cls, row_clip, col_clip) -> None: ... method __init__ (line 17) | def __init__(self, device, font, verbose: bool = ...) -> None: ... method _newline (line 18) | def _newline(self) -> None: ... method printstring (line 19) | def printstring(self, string) -> None: ... method _printchar (line 20) | def _printchar(self, char) -> None: ... method _printchar_bitwise (line 21) | def _printchar_bitwise(self, char) -> None: ... FILE: stubs/loboris-v3_2_9-esp32/_thread.py function allowsuspend (line 20) | def allowsuspend(*args) -> Any: function getReplID (line 24) | def getReplID(*args) -> Any: function getSelfName (line 28) | def getSelfName(*args) -> Any: function getThreadName (line 32) | def getThreadName(*args) -> Any: function getmsg (line 36) | def getmsg(*args) -> Any: function getnotification (line 40) | def getnotification(*args) -> Any: function isnotified (line 44) | def isnotified(*args) -> Any: function list (line 48) | def list(*args) -> Any: function lock (line 52) | def lock(*args) -> Any: function notify (line 56) | def notify(*args) -> Any: function replAcceptMsg (line 60) | def replAcceptMsg(*args) -> Any: function resume (line 64) | def resume(*args) -> Any: function sendmsg (line 68) | def sendmsg(*args) -> Any: function stack_size (line 72) | def stack_size(*args) -> Any: function start_new_thread (line 76) | def start_new_thread(*args) -> Any: function status (line 80) | def status(*args) -> Any: function stop (line 84) | def stop(*args) -> Any: function suspend (line 88) | def suspend(*args) -> Any: function unlock (line 92) | def unlock(*args) -> Any: function wait (line 96) | def wait(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/_thread.pyi function allowsuspend (line 14) | def allowsuspend(*args) -> Any: ... function getReplID (line 15) | def getReplID(*args) -> Any: ... function getSelfName (line 16) | def getSelfName(*args) -> Any: ... function getThreadName (line 17) | def getThreadName(*args) -> Any: ... function getmsg (line 18) | def getmsg(*args) -> Any: ... function getnotification (line 19) | def getnotification(*args) -> Any: ... function isnotified (line 20) | def isnotified(*args) -> Any: ... function list (line 21) | def list(*args) -> Any: ... function lock (line 22) | def lock(*args) -> Any: ... function notify (line 23) | def notify(*args) -> Any: ... function replAcceptMsg (line 24) | def replAcceptMsg(*args) -> Any: ... function resume (line 25) | def resume(*args) -> Any: ... function sendmsg (line 26) | def sendmsg(*args) -> Any: ... function stack_size (line 27) | def stack_size(*args) -> Any: ... function start_new_thread (line 28) | def start_new_thread(*args) -> Any: ... function status (line 29) | def status(*args) -> Any: ... function stop (line 30) | def stop(*args) -> Any: ... function suspend (line 31) | def suspend(*args) -> Any: ... function unlock (line 32) | def unlock(*args) -> Any: ... function wait (line 33) | def wait(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/ak8963.py class AK8963 (line 9) | class AK8963: method _register_char (line 12) | def _register_char(self, *args) -> Any: method _register_short (line 15) | def _register_short(self, *args) -> Any: method _register_three_shorts (line 18) | def _register_three_shorts(self, *args) -> Any: class I2C (line 26) | class I2C: method address (line 37) | def address(self, *args) -> Any: method begin (line 40) | def begin(self, *args) -> Any: method callback (line 43) | def callback(self, *args) -> Any: method deinit (line 46) | def deinit(self, *args) -> Any: method end (line 49) | def end(self, *args) -> Any: method getdata (line 52) | def getdata(self, *args) -> Any: method init (line 55) | def init(self, *args) -> Any: method read_byte (line 58) | def read_byte(self, *args) -> Any: method read_bytes (line 61) | def read_bytes(self, *args) -> Any: method readfrom (line 64) | def readfrom(self, *args) -> Any: method readfrom_into (line 67) | def readfrom_into(self, *args) -> Any: method readfrom_mem (line 70) | def readfrom_mem(self, *args) -> Any: method readfrom_mem_into (line 73) | def readfrom_mem_into(self, *args) -> Any: method scan (line 76) | def scan(self, *args) -> Any: method setdata (line 79) | def setdata(self, *args) -> Any: method slavewrite (line 82) | def slavewrite(self, *args) -> Any: method start (line 85) | def start(self, *args) -> Any: method stop (line 88) | def stop(self, *args) -> Any: method write_byte (line 91) | def write_byte(self, *args) -> Any: method write_bytes (line 94) | def write_bytes(self, *args) -> Any: method writeto (line 97) | def writeto(self, *args) -> Any: method writeto_mem (line 100) | def writeto_mem(self, *args) -> Any: class Pin (line 112) | class Pin: method init (line 130) | def init(self, *args) -> Any: method irq (line 133) | def irq(self, *args) -> Any: method value (line 136) | def value(self, *args) -> Any: function const (line 147) | def const(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/ak8963.pyi class AK8963 (line 3) | class AK8963: method _register_char (line 4) | def _register_char(self, *args) -> Any: ... method _register_short (line 5) | def _register_short(self, *args) -> Any: ... method _register_three_shorts (line 6) | def _register_three_shorts(self, *args) -> Any: ... class I2C (line 11) | class I2C: method address (line 19) | def address(self, *args) -> Any: ... method begin (line 20) | def begin(self, *args) -> Any: ... method callback (line 21) | def callback(self, *args) -> Any: ... method deinit (line 22) | def deinit(self, *args) -> Any: ... method end (line 23) | def end(self, *args) -> Any: ... method getdata (line 24) | def getdata(self, *args) -> Any: ... method init (line 25) | def init(self, *args) -> Any: ... method read_byte (line 26) | def read_byte(self, *args) -> Any: ... method read_bytes (line 27) | def read_bytes(self, *args) -> Any: ... method readfrom (line 28) | def readfrom(self, *args) -> Any: ... method readfrom_into (line 29) | def readfrom_into(self, *args) -> Any: ... method readfrom_mem (line 30) | def readfrom_mem(self, *args) -> Any: ... method readfrom_mem_into (line 31) | def readfrom_mem_into(self, *args) -> Any: ... method scan (line 32) | def scan(self, *args) -> Any: ... method setdata (line 33) | def setdata(self, *args) -> Any: ... method slavewrite (line 34) | def slavewrite(self, *args) -> Any: ... method start (line 35) | def start(self, *args) -> Any: ... method stop (line 36) | def stop(self, *args) -> Any: ... method write_byte (line 37) | def write_byte(self, *args) -> Any: ... method write_bytes (line 38) | def write_bytes(self, *args) -> Any: ... method writeto (line 39) | def writeto(self, *args) -> Any: ... method writeto_mem (line 40) | def writeto_mem(self, *args) -> Any: ... class Pin (line 49) | class Pin: method init (line 64) | def init(self, *args) -> Any: ... method irq (line 65) | def irq(self, *args) -> Any: ... method value (line 66) | def value(self, *args) -> Any: ... function const (line 74) | def const(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/array.py class array (line 9) | class array: method append (line 12) | def append(self, *args) -> Any: method extend (line 15) | def extend(self, *args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/array.pyi class array (line 3) | class array: method append (line 4) | def append(self, *args) -> Any: ... method extend (line 5) | def extend(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args) -> Any: function crc32 (line 17) | def crc32(*args) -> Any: function hexlify (line 21) | def hexlify(*args) -> Any: function unhexlify (line 25) | def unhexlify(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args) -> Any: ... function crc32 (line 5) | def crc32(*args) -> Any: ... function hexlify (line 6) | def hexlify(*args) -> Any: ... function unhexlify (line 7) | def unhexlify(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/btree.py function open (line 12) | def open(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/btree.pyi function open (line 6) | def open(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class Exception (line 28) | class Exception: class GeneratorExit (line 32) | class GeneratorExit: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt: class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 71) | class NotImplementedError(Exception): class OSError (line 75) | class OSError(Exception): class OverflowError (line 79) | class OverflowError(Exception): class RuntimeError (line 83) | class RuntimeError(Exception): class StopAsyncIteration (line 87) | class StopAsyncIteration: class StopIteration (line 91) | class StopIteration: class SyntaxError (line 95) | class SyntaxError(Exception): class SystemExit (line 99) | class SystemExit: class TypeError (line 103) | class TypeError(Exception): class UnicodeError (line 107) | class UnicodeError(Exception): class ValueError (line 111) | class ValueError(Exception): class ZeroDivisionError (line 115) | class ZeroDivisionError(Exception): function abs (line 119) | def abs(*args) -> Any: function all (line 123) | def all(*args) -> Any: function any (line 127) | def any(*args) -> Any: function bin (line 131) | def bin(*args) -> Any: class bool (line 135) | class bool: class bytearray (line 139) | class bytearray: method append (line 142) | def append(self, *args) -> Any: method extend (line 145) | def extend(self, *args) -> Any: class bytes (line 149) | class bytes: method center (line 152) | def center(self, *args) -> Any: method count (line 155) | def count(self, *args) -> Any: method decode (line 158) | def decode(self, *args) -> Any: method endswith (line 161) | def endswith(self, *args) -> Any: method find (line 164) | def find(self, *args) -> Any: method format (line 167) | def format(self, *args) -> Any: method index (line 170) | def index(self, *args) -> Any: method isalpha (line 173) | def isalpha(self, *args) -> Any: method isdigit (line 176) | def isdigit(self, *args) -> Any: method islower (line 179) | def islower(self, *args) -> Any: method isspace (line 182) | def isspace(self, *args) -> Any: method isupper (line 185) | def isupper(self, *args) -> Any: method join (line 188) | def join(self, *args) -> Any: method lower (line 191) | def lower(self, *args) -> Any: method lstrip (line 194) | def lstrip(self, *args) -> Any: method partition (line 197) | def partition(self, *args) -> Any: method replace (line 200) | def replace(self, *args) -> Any: method rfind (line 203) | def rfind(self, *args) -> Any: method rindex (line 206) | def rindex(self, *args) -> Any: method rpartition (line 209) | def rpartition(self, *args) -> Any: method rsplit (line 212) | def rsplit(self, *args) -> Any: method rstrip (line 215) | def rstrip(self, *args) -> Any: method split (line 218) | def split(self, *args) -> Any: method splitlines (line 221) | def splitlines(self, *args) -> Any: method startswith (line 224) | def startswith(self, *args) -> Any: method strip (line 227) | def strip(self, *args) -> Any: method upper (line 230) | def upper(self, *args) -> Any: function callable (line 234) | def callable(*args) -> Any: function chr (line 238) | def chr(*args) -> Any: class classmethod (line 242) | class classmethod: function compile (line 246) | def compile(*args) -> Any: class complex (line 250) | class complex: function delattr (line 254) | def delattr(*args) -> Any: class dict (line 258) | class dict: method clear (line 261) | def clear(self, *args) -> Any: method copy (line 264) | def copy(self, *args) -> Any: method fromkeys (line 267) | def fromkeys(self, *args) -> Any: method get (line 270) | def get(self, *args) -> Any: method items (line 273) | def items(self, *args) -> Any: method keys (line 276) | def keys(self, *args) -> Any: method pop (line 279) | def pop(self, *args) -> Any: method popitem (line 282) | def popitem(self, *args) -> Any: method setdefault (line 285) | def setdefault(self, *args) -> Any: method update (line 288) | def update(self, *args) -> Any: method values (line 291) | def values(self, *args) -> Any: function dir (line 295) | def dir(*args) -> Any: function divmod (line 299) | def divmod(*args) -> Any: class enumerate (line 303) | class enumerate: function eval (line 307) | def eval(*args) -> Any: function exec (line 311) | def exec(*args) -> Any: function execfile (line 315) | def execfile(*args) -> Any: class filter (line 319) | class filter: class float (line 323) | class float: class frozenset (line 327) | class frozenset: method copy (line 330) | def copy(self, *args) -> Any: method difference (line 333) | def difference(self, *args) -> Any: method intersection (line 336) | def intersection(self, *args) -> Any: method isdisjoint (line 339) | def isdisjoint(self, *args) -> Any: method issubset (line 342) | def issubset(self, *args) -> Any: method issuperset (line 345) | def issuperset(self, *args) -> Any: method symmetric_difference (line 348) | def symmetric_difference(self, *args) -> Any: method union (line 351) | def union(self, *args) -> Any: function getattr (line 355) | def getattr(*args) -> Any: function globals (line 359) | def globals(*args) -> Any: function hasattr (line 363) | def hasattr(*args) -> Any: function hash (line 367) | def hash(*args) -> Any: function help (line 371) | def help(*args) -> Any: function hex (line 375) | def hex(*args) -> Any: function id (line 379) | def id(*args) -> Any: function input (line 383) | def input(*args) -> Any: class int (line 387) | class int: method from_bytes (line 390) | def from_bytes(self, *args) -> Any: method to_bytes (line 393) | def to_bytes(self, *args) -> Any: function isinstance (line 397) | def isinstance(*args) -> Any: function issubclass (line 401) | def issubclass(*args) -> Any: function iter (line 405) | def iter(*args) -> Any: function len (line 409) | def len(*args) -> Any: class list (line 413) | class list: method append (line 416) | def append(self, *args) -> Any: method clear (line 419) | def clear(self, *args) -> Any: method copy (line 422) | def copy(self, *args) -> Any: method count (line 425) | def count(self, *args) -> Any: method extend (line 428) | def extend(self, *args) -> Any: method index (line 431) | def index(self, *args) -> Any: method insert (line 434) | def insert(self, *args) -> Any: method pop (line 437) | def pop(self, *args) -> Any: method remove (line 440) | def remove(self, *args) -> Any: method reverse (line 443) | def reverse(self, *args) -> Any: method sort (line 446) | def sort(self, *args) -> Any: function locals (line 450) | def locals(*args) -> Any: class map (line 454) | class map: function max (line 458) | def max(*args) -> Any: class memoryview (line 462) | class memoryview: function min (line 466) | def min(*args) -> Any: function next (line 470) | def next(*args) -> Any: class object (line 474) | class object: function oct (line 478) | def oct(*args) -> Any: function open (line 482) | def open(*args) -> Any: function ord (line 486) | def ord(*args) -> Any: function pow (line 490) | def pow(*args) -> Any: function print (line 494) | def print(*args) -> Any: class property (line 498) | class property: method deleter (line 501) | def deleter(self, *args) -> Any: method getter (line 504) | def getter(self, *args) -> Any: method setter (line 507) | def setter(self, *args) -> Any: class range (line 511) | class range: function repr (line 515) | def repr(*args) -> Any: class reversed (line 519) | class reversed: function round (line 523) | def round(*args) -> Any: class set (line 527) | class set: method add (line 530) | def add(self, *args) -> Any: method clear (line 533) | def clear(self, *args) -> Any: method copy (line 536) | def copy(self, *args) -> Any: method difference (line 539) | def difference(self, *args) -> Any: method difference_update (line 542) | def difference_update(self, *args) -> Any: method discard (line 545) | def discard(self, *args) -> Any: method intersection (line 548) | def intersection(self, *args) -> Any: method intersection_update (line 551) | def intersection_update(self, *args) -> Any: method isdisjoint (line 554) | def isdisjoint(self, *args) -> Any: method issubset (line 557) | def issubset(self, *args) -> Any: method issuperset (line 560) | def issuperset(self, *args) -> Any: method pop (line 563) | def pop(self, *args) -> Any: method remove (line 566) | def remove(self, *args) -> Any: method symmetric_difference (line 569) | def symmetric_difference(self, *args) -> Any: method symmetric_difference_update (line 572) | def symmetric_difference_update(self, *args) -> Any: method union (line 575) | def union(self, *args) -> Any: method update (line 578) | def update(self, *args) -> Any: function setattr (line 582) | def setattr(*args) -> Any: class slice (line 586) | class slice: function sorted (line 590) | def sorted(*args) -> Any: class staticmethod (line 594) | class staticmethod: class str (line 598) | class str: method center (line 601) | def center(self, *args) -> Any: method count (line 604) | def count(self, *args) -> Any: method encode (line 607) | def encode(self, *args) -> Any: method endswith (line 610) | def endswith(self, *args) -> Any: method find (line 613) | def find(self, *args) -> Any: method format (line 616) | def format(self, *args) -> Any: method index (line 619) | def index(self, *args) -> Any: method isalpha (line 622) | def isalpha(self, *args) -> Any: method isdigit (line 625) | def isdigit(self, *args) -> Any: method islower (line 628) | def islower(self, *args) -> Any: method isspace (line 631) | def isspace(self, *args) -> Any: method isupper (line 634) | def isupper(self, *args) -> Any: method join (line 637) | def join(self, *args) -> Any: method lower (line 640) | def lower(self, *args) -> Any: method lstrip (line 643) | def lstrip(self, *args) -> Any: method partition (line 646) | def partition(self, *args) -> Any: method replace (line 649) | def replace(self, *args) -> Any: method rfind (line 652) | def rfind(self, *args) -> Any: method rindex (line 655) | def rindex(self, *args) -> Any: method rpartition (line 658) | def rpartition(self, *args) -> Any: method rsplit (line 661) | def rsplit(self, *args) -> Any: method rstrip (line 664) | def rstrip(self, *args) -> Any: method split (line 667) | def split(self, *args) -> Any: method splitlines (line 670) | def splitlines(self, *args) -> Any: method startswith (line 673) | def startswith(self, *args) -> Any: method strip (line 676) | def strip(self, *args) -> Any: method upper (line 679) | def upper(self, *args) -> Any: function sum (line 683) | def sum(*args) -> Any: class super (line 687) | class super: class tuple (line 691) | class tuple: method count (line 694) | def count(self, *args) -> Any: method index (line 697) | def index(self, *args) -> Any: class type (line 701) | class type: class zip (line 705) | class zip: FILE: stubs/loboris-v3_2_9-esp32/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class Exception (line 10) | class Exception: ... class GeneratorExit (line 11) | class GeneratorExit: ... class ImportError (line 12) | class ImportError(Exception): ... class IndentationError (line 13) | class IndentationError(Exception): ... class IndexError (line 14) | class IndexError(Exception): ... class KeyError (line 15) | class KeyError(Exception): ... class KeyboardInterrupt (line 16) | class KeyboardInterrupt: ... class LookupError (line 17) | class LookupError(Exception): ... class MemoryError (line 18) | class MemoryError(Exception): ... class NameError (line 19) | class NameError(Exception): ... class NotImplementedError (line 23) | class NotImplementedError(Exception): ... class OSError (line 24) | class OSError(Exception): ... class OverflowError (line 25) | class OverflowError(Exception): ... class RuntimeError (line 26) | class RuntimeError(Exception): ... class StopAsyncIteration (line 27) | class StopAsyncIteration: ... class StopIteration (line 28) | class StopIteration: ... class SyntaxError (line 29) | class SyntaxError(Exception): ... class SystemExit (line 30) | class SystemExit: ... class TypeError (line 31) | class TypeError(Exception): ... class UnicodeError (line 32) | class UnicodeError(Exception): ... class ValueError (line 33) | class ValueError(Exception): ... class ZeroDivisionError (line 34) | class ZeroDivisionError(Exception): ... function abs (line 36) | def abs(*args) -> Any: ... function all (line 37) | def all(*args) -> Any: ... function any (line 38) | def any(*args) -> Any: ... function bin (line 39) | def bin(*args) -> Any: ... class bool (line 41) | class bool: ... class bytearray (line 43) | class bytearray: method append (line 44) | def append(self, *args) -> Any: ... method extend (line 45) | def extend(self, *args) -> Any: ... class bytes (line 47) | class bytes: method center (line 48) | def center(self, *args) -> Any: ... method count (line 49) | def count(self, *args) -> Any: ... method decode (line 50) | def decode(self, *args) -> Any: ... method endswith (line 51) | def endswith(self, *args) -> Any: ... method find (line 52) | def find(self, *args) -> Any: ... method format (line 53) | def format(self, *args) -> Any: ... method index (line 54) | def index(self, *args) -> Any: ... method isalpha (line 55) | def isalpha(self, *args) -> Any: ... method isdigit (line 56) | def isdigit(self, *args) -> Any: ... method islower (line 57) | def islower(self, *args) -> Any: ... method isspace (line 58) | def isspace(self, *args) -> Any: ... method isupper (line 59) | def isupper(self, *args) -> Any: ... method join (line 60) | def join(self, *args) -> Any: ... method lower (line 61) | def lower(self, *args) -> Any: ... method lstrip (line 62) | def lstrip(self, *args) -> Any: ... method partition (line 63) | def partition(self, *args) -> Any: ... method replace (line 64) | def replace(self, *args) -> Any: ... method rfind (line 65) | def rfind(self, *args) -> Any: ... method rindex (line 66) | def rindex(self, *args) -> Any: ... method rpartition (line 67) | def rpartition(self, *args) -> Any: ... method rsplit (line 68) | def rsplit(self, *args) -> Any: ... method rstrip (line 69) | def rstrip(self, *args) -> Any: ... method split (line 70) | def split(self, *args) -> Any: ... method splitlines (line 71) | def splitlines(self, *args) -> Any: ... method startswith (line 72) | def startswith(self, *args) -> Any: ... method strip (line 73) | def strip(self, *args) -> Any: ... method upper (line 74) | def upper(self, *args) -> Any: ... function callable (line 76) | def callable(*args) -> Any: ... function chr (line 77) | def chr(*args) -> Any: ... class classmethod (line 79) | class classmethod: ... function compile (line 81) | def compile(*args) -> Any: ... class complex (line 83) | class complex: ... function delattr (line 85) | def delattr(*args) -> Any: ... class dict (line 87) | class dict: method clear (line 88) | def clear(self, *args) -> Any: ... method copy (line 89) | def copy(self, *args) -> Any: ... method fromkeys (line 90) | def fromkeys(self, *args) -> Any: ... method get (line 91) | def get(self, *args) -> Any: ... method items (line 92) | def items(self, *args) -> Any: ... method keys (line 93) | def keys(self, *args) -> Any: ... method pop (line 94) | def pop(self, *args) -> Any: ... method popitem (line 95) | def popitem(self, *args) -> Any: ... method setdefault (line 96) | def setdefault(self, *args) -> Any: ... method update (line 97) | def update(self, *args) -> Any: ... method values (line 98) | def values(self, *args) -> Any: ... function dir (line 100) | def dir(*args) -> Any: ... function divmod (line 101) | def divmod(*args) -> Any: ... class enumerate (line 103) | class enumerate: ... function eval (line 105) | def eval(*args) -> Any: ... function exec (line 106) | def exec(*args) -> Any: ... function execfile (line 107) | def execfile(*args) -> Any: ... class filter (line 109) | class filter: ... class float (line 110) | class float: ... class frozenset (line 112) | class frozenset: method copy (line 113) | def copy(self, *args) -> Any: ... method difference (line 114) | def difference(self, *args) -> Any: ... method intersection (line 115) | def intersection(self, *args) -> Any: ... method isdisjoint (line 116) | def isdisjoint(self, *args) -> Any: ... method issubset (line 117) | def issubset(self, *args) -> Any: ... method issuperset (line 118) | def issuperset(self, *args) -> Any: ... method symmetric_difference (line 119) | def symmetric_difference(self, *args) -> Any: ... method union (line 120) | def union(self, *args) -> Any: ... function getattr (line 122) | def getattr(*args) -> Any: ... function globals (line 123) | def globals(*args) -> Any: ... function hasattr (line 124) | def hasattr(*args) -> Any: ... function hash (line 125) | def hash(*args) -> Any: ... function help (line 126) | def help(*args) -> Any: ... function hex (line 127) | def hex(*args) -> Any: ... function id (line 128) | def id(*args) -> Any: ... function input (line 129) | def input(*args) -> Any: ... class int (line 131) | class int: method from_bytes (line 132) | def from_bytes(self, *args) -> Any: ... method to_bytes (line 133) | def to_bytes(self, *args) -> Any: ... function isinstance (line 135) | def isinstance(*args) -> Any: ... function issubclass (line 136) | def issubclass(*args) -> Any: ... function iter (line 137) | def iter(*args) -> Any: ... function len (line 138) | def len(*args) -> Any: ... class list (line 140) | class list: method append (line 141) | def append(self, *args) -> Any: ... method clear (line 142) | def clear(self, *args) -> Any: ... method copy (line 143) | def copy(self, *args) -> Any: ... method count (line 144) | def count(self, *args) -> Any: ... method extend (line 145) | def extend(self, *args) -> Any: ... method index (line 146) | def index(self, *args) -> Any: ... method insert (line 147) | def insert(self, *args) -> Any: ... method pop (line 148) | def pop(self, *args) -> Any: ... method remove (line 149) | def remove(self, *args) -> Any: ... method reverse (line 150) | def reverse(self, *args) -> Any: ... method sort (line 151) | def sort(self, *args) -> Any: ... function locals (line 153) | def locals(*args) -> Any: ... class map (line 155) | class map: ... function max (line 157) | def max(*args) -> Any: ... class memoryview (line 159) | class memoryview: ... function min (line 161) | def min(*args) -> Any: ... function next (line 162) | def next(*args) -> Any: ... class object (line 164) | class object: ... function oct (line 166) | def oct(*args) -> Any: ... function open (line 167) | def open(*args) -> Any: ... function ord (line 168) | def ord(*args) -> Any: ... function pow (line 169) | def pow(*args) -> Any: ... function print (line 170) | def print(*args) -> Any: ... class property (line 172) | class property: method deleter (line 173) | def deleter(self, *args) -> Any: ... method getter (line 174) | def getter(self, *args) -> Any: ... method setter (line 175) | def setter(self, *args) -> Any: ... class range (line 177) | class range: ... function repr (line 179) | def repr(*args) -> Any: ... class reversed (line 181) | class reversed: ... function round (line 183) | def round(*args) -> Any: ... class set (line 185) | class set: method add (line 186) | def add(self, *args) -> Any: ... method clear (line 187) | def clear(self, *args) -> Any: ... method copy (line 188) | def copy(self, *args) -> Any: ... method difference (line 189) | def difference(self, *args) -> Any: ... method difference_update (line 190) | def difference_update(self, *args) -> Any: ... method discard (line 191) | def discard(self, *args) -> Any: ... method intersection (line 192) | def intersection(self, *args) -> Any: ... method intersection_update (line 193) | def intersection_update(self, *args) -> Any: ... method isdisjoint (line 194) | def isdisjoint(self, *args) -> Any: ... method issubset (line 195) | def issubset(self, *args) -> Any: ... method issuperset (line 196) | def issuperset(self, *args) -> Any: ... method pop (line 197) | def pop(self, *args) -> Any: ... method remove (line 198) | def remove(self, *args) -> Any: ... method symmetric_difference (line 199) | def symmetric_difference(self, *args) -> Any: ... method symmetric_difference_update (line 200) | def symmetric_difference_update(self, *args) -> Any: ... method union (line 201) | def union(self, *args) -> Any: ... method update (line 202) | def update(self, *args) -> Any: ... function setattr (line 204) | def setattr(*args) -> Any: ... class slice (line 206) | class slice: ... function sorted (line 208) | def sorted(*args) -> Any: ... class staticmethod (line 210) | class staticmethod: ... class str (line 212) | class str: method center (line 213) | def center(self, *args) -> Any: ... method count (line 214) | def count(self, *args) -> Any: ... method encode (line 215) | def encode(self, *args) -> Any: ... method endswith (line 216) | def endswith(self, *args) -> Any: ... method find (line 217) | def find(self, *args) -> Any: ... method format (line 218) | def format(self, *args) -> Any: ... method index (line 219) | def index(self, *args) -> Any: ... method isalpha (line 220) | def isalpha(self, *args) -> Any: ... method isdigit (line 221) | def isdigit(self, *args) -> Any: ... method islower (line 222) | def islower(self, *args) -> Any: ... method isspace (line 223) | def isspace(self, *args) -> Any: ... method isupper (line 224) | def isupper(self, *args) -> Any: ... method join (line 225) | def join(self, *args) -> Any: ... method lower (line 226) | def lower(self, *args) -> Any: ... method lstrip (line 227) | def lstrip(self, *args) -> Any: ... method partition (line 228) | def partition(self, *args) -> Any: ... method replace (line 229) | def replace(self, *args) -> Any: ... method rfind (line 230) | def rfind(self, *args) -> Any: ... method rindex (line 231) | def rindex(self, *args) -> Any: ... method rpartition (line 232) | def rpartition(self, *args) -> Any: ... method rsplit (line 233) | def rsplit(self, *args) -> Any: ... method rstrip (line 234) | def rstrip(self, *args) -> Any: ... method split (line 235) | def split(self, *args) -> Any: ... method splitlines (line 236) | def splitlines(self, *args) -> Any: ... method startswith (line 237) | def startswith(self, *args) -> Any: ... method strip (line 238) | def strip(self, *args) -> Any: ... method upper (line 239) | def upper(self, *args) -> Any: ... function sum (line 241) | def sum(*args) -> Any: ... class super (line 243) | class super: ... class tuple (line 245) | class tuple: method count (line 246) | def count(self, *args) -> Any: ... method index (line 247) | def index(self, *args) -> Any: ... class type (line 249) | class type: ... class zip (line 250) | class zip: ... FILE: stubs/loboris-v3_2_9-esp32/cmath.py function cos (line 9) | def cos(*args) -> Any: function exp (line 16) | def exp(*args) -> Any: function log (line 20) | def log(*args) -> Any: function log10 (line 24) | def log10(*args) -> Any: function phase (line 28) | def phase(*args) -> Any: function polar (line 35) | def polar(*args) -> Any: function rect (line 39) | def rect(*args) -> Any: function sin (line 43) | def sin(*args) -> Any: function sqrt (line 47) | def sqrt(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/cmath.pyi function cos (line 3) | def cos(*args) -> Any: ... function exp (line 7) | def exp(*args) -> Any: ... function log (line 8) | def log(*args) -> Any: ... function log10 (line 9) | def log10(*args) -> Any: ... function phase (line 10) | def phase(*args) -> Any: ... function polar (line 14) | def polar(*args) -> Any: ... function rect (line 15) | def rect(*args) -> Any: ... function sin (line 16) | def sin(*args) -> Any: ... function sqrt (line 17) | def sqrt(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/collections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *args) -> Any: method copy (line 15) | def copy(self, *args) -> Any: method fromkeys (line 18) | def fromkeys(self, *args) -> Any: method get (line 21) | def get(self, *args) -> Any: method items (line 24) | def items(self, *args) -> Any: method keys (line 27) | def keys(self, *args) -> Any: method pop (line 30) | def pop(self, *args) -> Any: method popitem (line 33) | def popitem(self, *args) -> Any: method setdefault (line 36) | def setdefault(self, *args) -> Any: method update (line 39) | def update(self, *args) -> Any: method values (line 42) | def values(self, *args) -> Any: class deque (line 46) | class deque: method append (line 49) | def append(self, *args) -> Any: method popleft (line 52) | def popleft(self, *args) -> Any: function namedtuple (line 56) | def namedtuple(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/collections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *args) -> Any: ... method copy (line 5) | def copy(self, *args) -> Any: ... method fromkeys (line 6) | def fromkeys(self, *args) -> Any: ... method get (line 7) | def get(self, *args) -> Any: ... method items (line 8) | def items(self, *args) -> Any: ... method keys (line 9) | def keys(self, *args) -> Any: ... method pop (line 10) | def pop(self, *args) -> Any: ... method popitem (line 11) | def popitem(self, *args) -> Any: ... method setdefault (line 12) | def setdefault(self, *args) -> Any: ... method update (line 13) | def update(self, *args) -> Any: ... method values (line 14) | def values(self, *args) -> Any: ... class deque (line 16) | class deque: method append (line 17) | def append(self, *args) -> Any: ... method popleft (line 18) | def popleft(self, *args) -> Any: ... function namedtuple (line 20) | def namedtuple(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/curl.py function ftp_get (line 12) | def ftp_get(*args) -> Any: function ftp_list (line 16) | def ftp_list(*args) -> Any: function ftp_put (line 20) | def ftp_put(*args) -> Any: function get (line 24) | def get(*args) -> Any: function info (line 28) | def info(*args) -> Any: function options (line 32) | def options(*args) -> Any: function post (line 36) | def post(*args) -> Any: function sendmail (line 40) | def sendmail(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/curl.pyi function ftp_get (line 6) | def ftp_get(*args) -> Any: ... function ftp_list (line 7) | def ftp_list(*args) -> Any: ... function ftp_put (line 8) | def ftp_put(*args) -> Any: ... function get (line 9) | def get(*args) -> Any: ... function info (line 10) | def info(*args) -> Any: ... function options (line 11) | def options(*args) -> Any: ... function post (line 12) | def post(*args) -> Any: ... function sendmail (line 13) | def sendmail(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/display.py class TFT (line 9) | class TFT: method arc (line 68) | def arc(self, *args) -> Any: method attrib7seg (line 71) | def attrib7seg(self, *args) -> Any: method backlight (line 74) | def backlight(self, *args) -> Any: method circle (line 77) | def circle(self, *args) -> Any: method clear (line 80) | def clear(self, *args) -> Any: method clearwin (line 83) | def clearwin(self, *args) -> Any: method compileFont (line 86) | def compileFont(self, *args) -> Any: method deinit (line 89) | def deinit(self, *args) -> Any: method ellipse (line 92) | def ellipse(self, *args) -> Any: method font (line 95) | def font(self, *args) -> Any: method fontSize (line 98) | def fontSize(self, *args) -> Any: method getCalib (line 101) | def getCalib(self, *args) -> Any: method getTouchType (line 104) | def getTouchType(self, *args) -> Any: method get_bg (line 107) | def get_bg(self, *args) -> Any: method get_fg (line 110) | def get_fg(self, *args) -> Any: method gettouch (line 113) | def gettouch(self, *args) -> Any: method hsb2rgb (line 116) | def hsb2rgb(self, *args) -> Any: method image (line 119) | def image(self, *args) -> Any: method init (line 122) | def init(self, *args) -> Any: method line (line 125) | def line(self, *args) -> Any: method lineByAngle (line 128) | def lineByAngle(self, *args) -> Any: method orient (line 131) | def orient(self, *args) -> Any: method pixel (line 134) | def pixel(self, *args) -> Any: method polygon (line 137) | def polygon(self, *args) -> Any: method readPixel (line 140) | def readPixel(self, *args) -> Any: method rect (line 143) | def rect(self, *args) -> Any: method resetwin (line 146) | def resetwin(self, *args) -> Any: method restorewin (line 149) | def restorewin(self, *args) -> Any: method roundrect (line 152) | def roundrect(self, *args) -> Any: method savewin (line 155) | def savewin(self, *args) -> Any: method screensize (line 158) | def screensize(self, *args) -> Any: method setCalib (line 161) | def setCalib(self, *args) -> Any: method set_bg (line 164) | def set_bg(self, *args) -> Any: method set_fg (line 167) | def set_fg(self, *args) -> Any: method setwin (line 170) | def setwin(self, *args) -> Any: method text (line 173) | def text(self, *args) -> Any: method textClear (line 176) | def textClear(self, *args) -> Any: method textWidth (line 179) | def textWidth(self, *args) -> Any: method tft_deselect (line 182) | def tft_deselect(self, *args) -> Any: method tft_readcmd (line 185) | def tft_readcmd(self, *args) -> Any: method tft_select (line 188) | def tft_select(self, *args) -> Any: method tft_setspeed (line 191) | def tft_setspeed(self, *args) -> Any: method tft_writecmd (line 194) | def tft_writecmd(self, *args) -> Any: method tft_writecmddata (line 197) | def tft_writecmddata(self, *args) -> Any: method triangle (line 200) | def triangle(self, *args) -> Any: method winsize (line 203) | def winsize(self, *args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/display.pyi class TFT (line 3) | class TFT: method arc (line 59) | def arc(self, *args) -> Any: ... method attrib7seg (line 60) | def attrib7seg(self, *args) -> Any: ... method backlight (line 61) | def backlight(self, *args) -> Any: ... method circle (line 62) | def circle(self, *args) -> Any: ... method clear (line 63) | def clear(self, *args) -> Any: ... method clearwin (line 64) | def clearwin(self, *args) -> Any: ... method compileFont (line 65) | def compileFont(self, *args) -> Any: ... method deinit (line 66) | def deinit(self, *args) -> Any: ... method ellipse (line 67) | def ellipse(self, *args) -> Any: ... method font (line 68) | def font(self, *args) -> Any: ... method fontSize (line 69) | def fontSize(self, *args) -> Any: ... method getCalib (line 70) | def getCalib(self, *args) -> Any: ... method getTouchType (line 71) | def getTouchType(self, *args) -> Any: ... method get_bg (line 72) | def get_bg(self, *args) -> Any: ... method get_fg (line 73) | def get_fg(self, *args) -> Any: ... method gettouch (line 74) | def gettouch(self, *args) -> Any: ... method hsb2rgb (line 75) | def hsb2rgb(self, *args) -> Any: ... method image (line 76) | def image(self, *args) -> Any: ... method init (line 77) | def init(self, *args) -> Any: ... method line (line 78) | def line(self, *args) -> Any: ... method lineByAngle (line 79) | def lineByAngle(self, *args) -> Any: ... method orient (line 80) | def orient(self, *args) -> Any: ... method pixel (line 81) | def pixel(self, *args) -> Any: ... method polygon (line 82) | def polygon(self, *args) -> Any: ... method readPixel (line 83) | def readPixel(self, *args) -> Any: ... method rect (line 84) | def rect(self, *args) -> Any: ... method resetwin (line 85) | def resetwin(self, *args) -> Any: ... method restorewin (line 86) | def restorewin(self, *args) -> Any: ... method roundrect (line 87) | def roundrect(self, *args) -> Any: ... method savewin (line 88) | def savewin(self, *args) -> Any: ... method screensize (line 89) | def screensize(self, *args) -> Any: ... method setCalib (line 90) | def setCalib(self, *args) -> Any: ... method set_bg (line 91) | def set_bg(self, *args) -> Any: ... method set_fg (line 92) | def set_fg(self, *args) -> Any: ... method setwin (line 93) | def setwin(self, *args) -> Any: ... method text (line 94) | def text(self, *args) -> Any: ... method textClear (line 95) | def textClear(self, *args) -> Any: ... method textWidth (line 96) | def textWidth(self, *args) -> Any: ... method tft_deselect (line 97) | def tft_deselect(self, *args) -> Any: ... method tft_readcmd (line 98) | def tft_readcmd(self, *args) -> Any: ... method tft_select (line 99) | def tft_select(self, *args) -> Any: ... method tft_setspeed (line 100) | def tft_setspeed(self, *args) -> Any: ... method tft_writecmd (line 101) | def tft_writecmd(self, *args) -> Any: ... method tft_writecmddata (line 102) | def tft_writecmddata(self, *args) -> Any: ... method triangle (line 103) | def triangle(self, *args) -> Any: ... method winsize (line 104) | def winsize(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method blit (line 12) | def blit(self, *args) -> Any: method fill (line 15) | def fill(self, *args) -> Any: method fill_rect (line 18) | def fill_rect(self, *args) -> Any: method hline (line 21) | def hline(self, *args) -> Any: method line (line 24) | def line(self, *args) -> Any: method pixel (line 27) | def pixel(self, *args) -> Any: method rect (line 30) | def rect(self, *args) -> Any: method scroll (line 33) | def scroll(self, *args) -> Any: method text (line 36) | def text(self, *args) -> Any: method vline (line 39) | def vline(self, *args) -> Any: function FrameBuffer1 (line 43) | def FrameBuffer1(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method blit (line 4) | def blit(self, *args) -> Any: ... method fill (line 5) | def fill(self, *args) -> Any: ... method fill_rect (line 6) | def fill_rect(self, *args) -> Any: ... method hline (line 7) | def hline(self, *args) -> Any: ... method line (line 8) | def line(self, *args) -> Any: ... method pixel (line 9) | def pixel(self, *args) -> Any: ... method rect (line 10) | def rect(self, *args) -> Any: ... method scroll (line 11) | def scroll(self, *args) -> Any: ... method text (line 12) | def text(self, *args) -> Any: ... method vline (line 13) | def vline(self, *args) -> Any: ... function FrameBuffer1 (line 15) | def FrameBuffer1(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/freesans20.py function _chr_addr (line 9) | def _chr_addr(*args) -> Any: function get_ch (line 18) | def get_ch(*args) -> Any: function height (line 22) | def height(*args) -> Any: function hmap (line 26) | def hmap(*args) -> Any: function max_ch (line 30) | def max_ch(*args) -> Any: function max_width (line 34) | def max_width(*args) -> Any: function min_ch (line 38) | def min_ch(*args) -> Any: function monospaced (line 42) | def monospaced(*args) -> Any: function reverse (line 46) | def reverse(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/freesans20.pyi function _chr_addr (line 3) | def _chr_addr(*args) -> Any: ... function get_ch (line 9) | def get_ch(*args) -> Any: ... function height (line 10) | def height(*args) -> Any: ... function hmap (line 11) | def hmap(*args) -> Any: ... function max_ch (line 12) | def max_ch(*args) -> Any: ... function max_width (line 13) | def max_width(*args) -> Any: ... function min_ch (line 14) | def min_ch(*args) -> Any: ... function monospaced (line 15) | def monospaced(*args) -> Any: ... function reverse (line 16) | def reverse(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/functools.py function partial (line 9) | def partial(*args) -> Any: function reduce (line 13) | def reduce(*args) -> Any: function update_wrapper (line 17) | def update_wrapper(*args) -> Any: function wraps (line 21) | def wraps(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/functools.pyi function partial (line 3) | def partial(*args) -> Any: ... function reduce (line 4) | def reduce(*args) -> Any: ... function update_wrapper (line 5) | def update_wrapper(*args) -> Any: ... function wraps (line 6) | def wraps(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/gc.py function collect (line 9) | def collect(*args) -> Any: function disable (line 13) | def disable(*args) -> Any: function enable (line 17) | def enable(*args) -> Any: function isenabled (line 21) | def isenabled(*args) -> Any: function mem_alloc (line 25) | def mem_alloc(*args) -> Any: function mem_free (line 29) | def mem_free(*args) -> Any: function threshold (line 33) | def threshold(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/gc.pyi function collect (line 3) | def collect(*args) -> Any: ... function disable (line 4) | def disable(*args) -> Any: ... function enable (line 5) | def enable(*args) -> Any: ... function isenabled (line 6) | def isenabled(*args) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args) -> Any: ... function mem_free (line 8) | def mem_free(*args) -> Any: ... function threshold (line 9) | def threshold(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/gsm.py function atcmd (line 16) | def atcmd(*args) -> Any: function checkSMS (line 20) | def checkSMS(*args) -> Any: function connect (line 24) | def connect(*args) -> Any: function debug (line 28) | def debug(*args) -> Any: function deleteSMS (line 32) | def deleteSMS(*args) -> Any: function disconnect (line 36) | def disconnect(*args) -> Any: function readSMS (line 40) | def readSMS(*args) -> Any: function sendSMS (line 44) | def sendSMS(*args) -> Any: function sms_cb (line 48) | def sms_cb(*args) -> Any: function start (line 52) | def start(*args) -> Any: function status (line 56) | def status(*args) -> Any: function stop (line 60) | def stop(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/gsm.pyi function atcmd (line 10) | def atcmd(*args) -> Any: ... function checkSMS (line 11) | def checkSMS(*args) -> Any: ... function connect (line 12) | def connect(*args) -> Any: ... function debug (line 13) | def debug(*args) -> Any: ... function deleteSMS (line 14) | def deleteSMS(*args) -> Any: ... function disconnect (line 15) | def disconnect(*args) -> Any: ... function readSMS (line 16) | def readSMS(*args) -> Any: ... function sendSMS (line 17) | def sendSMS(*args) -> Any: ... function sms_cb (line 18) | def sms_cb(*args) -> Any: ... function start (line 19) | def start(*args) -> Any: ... function status (line 20) | def status(*args) -> Any: ... function stop (line 21) | def stop(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/hashlib.py class sha1 (line 9) | class sha1: method digest (line 12) | def digest(self, *args) -> Any: method update (line 15) | def update(self, *args) -> Any: class sha256 (line 19) | class sha256: method digest (line 22) | def digest(self, *args) -> Any: method update (line 25) | def update(self, *args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/hashlib.pyi class sha1 (line 3) | class sha1: method digest (line 4) | def digest(self, *args) -> Any: ... method update (line 5) | def update(self, *args) -> Any: ... class sha256 (line 7) | class sha256: method digest (line 8) | def digest(self, *args) -> Any: ... method update (line 9) | def update(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/heapq.py function heapify (line 9) | def heapify(*args) -> Any: function heappop (line 13) | def heappop(*args) -> Any: function heappush (line 17) | def heappush(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/heapq.pyi function heapify (line 3) | def heapify(*args) -> Any: ... function heappop (line 4) | def heappop(*args) -> Any: ... function heappush (line 5) | def heappush(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/io.py class BufferedWriter (line 9) | class BufferedWriter: method flush (line 12) | def flush(self, *args) -> Any: method write (line 15) | def write(self, *args) -> Any: class BytesIO (line 19) | class BytesIO: method close (line 22) | def close(self, *args) -> Any: method flush (line 25) | def flush(self, *args) -> Any: method getvalue (line 28) | def getvalue(self, *args) -> Any: method read (line 31) | def read(self, *args) -> Any: method readinto (line 34) | def readinto(self, *args) -> Any: method readline (line 37) | def readline(self, *args) -> Any: method seek (line 40) | def seek(self, *args) -> Any: method write (line 43) | def write(self, *args) -> Any: class FileIO (line 47) | class FileIO: method close (line 50) | def close(self, *args) -> Any: method flush (line 53) | def flush(self, *args) -> Any: method read (line 56) | def read(self, *args) -> Any: method readinto (line 59) | def readinto(self, *args) -> Any: method readline (line 62) | def readline(self, *args) -> Any: method readlines (line 65) | def readlines(self, *args) -> Any: method seek (line 68) | def seek(self, *args) -> Any: method tell (line 71) | def tell(self, *args) -> Any: method write (line 74) | def write(self, *args) -> Any: class StringIO (line 78) | class StringIO: method close (line 81) | def close(self, *args) -> Any: method flush (line 84) | def flush(self, *args) -> Any: method getvalue (line 87) | def getvalue(self, *args) -> Any: method read (line 90) | def read(self, *args) -> Any: method readinto (line 93) | def readinto(self, *args) -> Any: method readline (line 96) | def readline(self, *args) -> Any: method seek (line 99) | def seek(self, *args) -> Any: method write (line 102) | def write(self, *args) -> Any: class TextIOWrapper (line 106) | class TextIOWrapper: method close (line 109) | def close(self, *args) -> Any: method flush (line 112) | def flush(self, *args) -> Any: method read (line 115) | def read(self, *args) -> Any: method readinto (line 118) | def readinto(self, *args) -> Any: method readline (line 121) | def readline(self, *args) -> Any: method readlines (line 124) | def readlines(self, *args) -> Any: method seek (line 127) | def seek(self, *args) -> Any: method tell (line 130) | def tell(self, *args) -> Any: method write (line 133) | def write(self, *args) -> Any: function open (line 137) | def open(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/io.pyi class BufferedWriter (line 3) | class BufferedWriter: method flush (line 4) | def flush(self, *args) -> Any: ... method write (line 5) | def write(self, *args) -> Any: ... class BytesIO (line 7) | class BytesIO: method close (line 8) | def close(self, *args) -> Any: ... method flush (line 9) | def flush(self, *args) -> Any: ... method getvalue (line 10) | def getvalue(self, *args) -> Any: ... method read (line 11) | def read(self, *args) -> Any: ... method readinto (line 12) | def readinto(self, *args) -> Any: ... method readline (line 13) | def readline(self, *args) -> Any: ... method seek (line 14) | def seek(self, *args) -> Any: ... method write (line 15) | def write(self, *args) -> Any: ... class FileIO (line 17) | class FileIO: method close (line 18) | def close(self, *args) -> Any: ... method flush (line 19) | def flush(self, *args) -> Any: ... method read (line 20) | def read(self, *args) -> Any: ... method readinto (line 21) | def readinto(self, *args) -> Any: ... method readline (line 22) | def readline(self, *args) -> Any: ... method readlines (line 23) | def readlines(self, *args) -> Any: ... method seek (line 24) | def seek(self, *args) -> Any: ... method tell (line 25) | def tell(self, *args) -> Any: ... method write (line 26) | def write(self, *args) -> Any: ... class StringIO (line 28) | class StringIO: method close (line 29) | def close(self, *args) -> Any: ... method flush (line 30) | def flush(self, *args) -> Any: ... method getvalue (line 31) | def getvalue(self, *args) -> Any: ... method read (line 32) | def read(self, *args) -> Any: ... method readinto (line 33) | def readinto(self, *args) -> Any: ... method readline (line 34) | def readline(self, *args) -> Any: ... method seek (line 35) | def seek(self, *args) -> Any: ... method write (line 36) | def write(self, *args) -> Any: ... class TextIOWrapper (line 38) | class TextIOWrapper: method close (line 39) | def close(self, *args) -> Any: ... method flush (line 40) | def flush(self, *args) -> Any: ... method read (line 41) | def read(self, *args) -> Any: ... method readinto (line 42) | def readinto(self, *args) -> Any: ... method readline (line 43) | def readline(self, *args) -> Any: ... method readlines (line 44) | def readlines(self, *args) -> Any: ... method seek (line 45) | def seek(self, *args) -> Any: ... method tell (line 46) | def tell(self, *args) -> Any: ... method write (line 47) | def write(self, *args) -> Any: ... function open (line 49) | def open(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/json.py function dump (line 9) | def dump(*args) -> Any: function dumps (line 13) | def dumps(*args) -> Any: function load (line 17) | def load(*args) -> Any: function loads (line 21) | def loads(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/json.pyi function dump (line 3) | def dump(*args) -> Any: ... function dumps (line 4) | def dumps(*args) -> Any: ... function load (line 5) | def load(*args) -> Any: ... function loads (line 6) | def loads(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/logging.py class Logger (line 14) | class Logger: method _level_str (line 17) | def _level_str(self, *args) -> Any: method critical (line 20) | def critical(self, *args) -> Any: method debug (line 23) | def debug(self, *args) -> Any: method error (line 26) | def error(self, *args) -> Any: method info (line 29) | def info(self, *args) -> Any: method log (line 32) | def log(self, *args) -> Any: method warning (line 35) | def warning(self, *args) -> Any: function basicConfig (line 47) | def basicConfig(*args) -> Any: function debug (line 51) | def debug(*args) -> Any: function getLogger (line 55) | def getLogger(*args) -> Any: function info (line 59) | def info(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/logging.pyi class Logger (line 8) | class Logger: method _level_str (line 9) | def _level_str(self, *args) -> Any: ... method critical (line 10) | def critical(self, *args) -> Any: ... method debug (line 11) | def debug(self, *args) -> Any: ... method error (line 12) | def error(self, *args) -> Any: ... method info (line 13) | def info(self, *args) -> Any: ... method log (line 14) | def log(self, *args) -> Any: ... method warning (line 15) | def warning(self, *args) -> Any: ... function basicConfig (line 24) | def basicConfig(*args) -> Any: ... function debug (line 25) | def debug(*args) -> Any: ... function getLogger (line 26) | def getLogger(*args) -> Any: ... function info (line 27) | def info(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/machine.py class ADC (line 9) | class ADC: method atten (line 22) | def atten(self, *args) -> Any: method read (line 25) | def read(self, *args) -> Any: method readraw (line 28) | def readraw(self, *args) -> Any: method vref (line 31) | def vref(self, *args) -> Any: method width (line 34) | def width(self, *args) -> Any: class DAC (line 38) | class DAC: method write (line 41) | def write(self, *args) -> Any: class DHT (line 45) | class DHT: method read (line 51) | def read(self, *args) -> Any: method readinto (line 54) | def readinto(self, *args) -> Any: class I2C (line 63) | class I2C: method address (line 74) | def address(self, *args) -> Any: method begin (line 77) | def begin(self, *args) -> Any: method callback (line 80) | def callback(self, *args) -> Any: method deinit (line 83) | def deinit(self, *args) -> Any: method end (line 86) | def end(self, *args) -> Any: method getdata (line 89) | def getdata(self, *args) -> Any: method init (line 92) | def init(self, *args) -> Any: method read_byte (line 95) | def read_byte(self, *args) -> Any: method read_bytes (line 98) | def read_bytes(self, *args) -> Any: method readfrom (line 101) | def readfrom(self, *args) -> Any: method readfrom_into (line 104) | def readfrom_into(self, *args) -> Any: method readfrom_mem (line 107) | def readfrom_mem(self, *args) -> Any: method readfrom_mem_into (line 110) | def readfrom_mem_into(self, *args) -> Any: method scan (line 113) | def scan(self, *args) -> Any: method setdata (line 116) | def setdata(self, *args) -> Any: method slavewrite (line 119) | def slavewrite(self, *args) -> Any: method start (line 122) | def start(self, *args) -> Any: method stop (line 125) | def stop(self, *args) -> Any: method write_byte (line 128) | def write_byte(self, *args) -> Any: method write_bytes (line 131) | def write_bytes(self, *args) -> Any: method writeto (line 134) | def writeto(self, *args) -> Any: method writeto_mem (line 137) | def writeto_mem(self, *args) -> Any: class Neopixel (line 149) | class Neopixel: method HSBtoRGB (line 158) | def HSBtoRGB(self, *args) -> Any: method HSBtoRGBint (line 161) | def HSBtoRGBint(self, *args) -> Any: method RGBtoHSB (line 172) | def RGBtoHSB(self, *args) -> Any: method brightness (line 182) | def brightness(self, *args) -> Any: method clear (line 185) | def clear(self, *args) -> Any: method color_order (line 188) | def color_order(self, *args) -> Any: method deinit (line 191) | def deinit(self, *args) -> Any: method get (line 194) | def get(self, *args) -> Any: method info (line 197) | def info(self, *args) -> Any: method rainbow (line 200) | def rainbow(self, *args) -> Any: method set (line 203) | def set(self, *args) -> Any: method setHSB (line 206) | def setHSB(self, *args) -> Any: method setHSBint (line 209) | def setHSBint(self, *args) -> Any: method setWhite (line 212) | def setWhite(self, *args) -> Any: method show (line 215) | def show(self, *args) -> Any: method timings (line 218) | def timings(self, *args) -> Any: class Onewire (line 222) | class Onewire: method crc8 (line 225) | def crc8(self, *args) -> Any: method deinit (line 228) | def deinit(self, *args) -> Any: method readbyte (line 233) | def readbyte(self, *args) -> Any: method readbytes (line 236) | def readbytes(self, *args) -> Any: method reset (line 239) | def reset(self, *args) -> Any: method rom_code (line 242) | def rom_code(self, *args) -> Any: method scan (line 245) | def scan(self, *args) -> Any: method search (line 248) | def search(self, *args) -> Any: method writebyte (line 251) | def writebyte(self, *args) -> Any: method writebytes (line 254) | def writebytes(self, *args) -> Any: class PWM (line 258) | class PWM: method deinit (line 261) | def deinit(self, *args) -> Any: method duty (line 264) | def duty(self, *args) -> Any: method freq (line 267) | def freq(self, *args) -> Any: method init (line 270) | def init(self, *args) -> Any: method list (line 273) | def list(self, *args) -> Any: method pause (line 276) | def pause(self, *args) -> Any: method resume (line 279) | def resume(self, *args) -> Any: class Pin (line 283) | class Pin: method init (line 301) | def init(self, *args) -> Any: method irq (line 304) | def irq(self, *args) -> Any: method value (line 307) | def value(self, *args) -> Any: class RTC (line 311) | class RTC: method clear (line 318) | def clear(self, *args) -> Any: method init (line 321) | def init(self, *args) -> Any: method now (line 324) | def now(self, *args) -> Any: method ntp_state (line 327) | def ntp_state(self, *args) -> Any: method ntp_sync (line 330) | def ntp_sync(self, *args) -> Any: method read (line 333) | def read(self, *args) -> Any: method read_string (line 336) | def read_string(self, *args) -> Any: method synced (line 339) | def synced(self, *args) -> Any: method wake_on_ext0 (line 342) | def wake_on_ext0(self, *args) -> Any: method wake_on_ext1 (line 345) | def wake_on_ext1(self, *args) -> Any: method write (line 348) | def write(self, *args) -> Any: method write_string (line 351) | def write_string(self, *args) -> Any: class SPI (line 355) | class SPI: method deinit (line 363) | def deinit(self, *args) -> Any: method deselect (line 366) | def deselect(self, *args) -> Any: method init (line 369) | def init(self, *args) -> Any: method read (line 372) | def read(self, *args) -> Any: method readfrom_mem (line 375) | def readfrom_mem(self, *args) -> Any: method readinto (line 378) | def readinto(self, *args) -> Any: method select (line 381) | def select(self, *args) -> Any: method write (line 384) | def write(self, *args) -> Any: method write_readinto (line 387) | def write_readinto(self, *args) -> Any: class Signal (line 391) | class Signal: method off (line 394) | def off(self, *args) -> Any: method on (line 397) | def on(self, *args) -> Any: method value (line 400) | def value(self, *args) -> Any: class Timer (line 404) | class Timer: method callback (line 413) | def callback(self, *args) -> Any: method deinit (line 416) | def deinit(self, *args) -> Any: method events (line 419) | def events(self, *args) -> Any: method init (line 422) | def init(self, *args) -> Any: method isrunning (line 425) | def isrunning(self, *args) -> Any: method pause (line 428) | def pause(self, *args) -> Any: method period (line 431) | def period(self, *args) -> Any: method reshot (line 434) | def reshot(self, *args) -> Any: method resume (line 437) | def resume(self, *args) -> Any: method start (line 440) | def start(self, *args) -> Any: method stop (line 443) | def stop(self, *args) -> Any: method timernum (line 446) | def timernum(self, *args) -> Any: method value (line 449) | def value(self, *args) -> Any: class TouchPad (line 453) | class TouchPad: method config (line 456) | def config(self, *args) -> Any: method read (line 459) | def read(self, *args) -> Any: class UART (line 463) | class UART: method any (line 470) | def any(self, *args) -> Any: method callback (line 473) | def callback(self, *args) -> Any: method flush (line 476) | def flush(self, *args) -> Any: method init (line 479) | def init(self, *args) -> Any: method read (line 482) | def read(self, *args) -> Any: method readinto (line 485) | def readinto(self, *args) -> Any: method readline (line 488) | def readline(self, *args) -> Any: method readln (line 491) | def readln(self, *args) -> Any: method write (line 494) | def write(self, *args) -> Any: function deepsleep (line 498) | def deepsleep(*args) -> Any: function disable_irq (line 502) | def disable_irq(*args) -> Any: function enable_irq (line 506) | def enable_irq(*args) -> Any: function freq (line 510) | def freq(*args) -> Any: function heap_info (line 514) | def heap_info(*args) -> Any: function idle (line 518) | def idle(*args) -> Any: function internal_temp (line 522) | def internal_temp(*args) -> Any: function loglevel (line 526) | def loglevel(*args) -> Any: function nvs_erase (line 535) | def nvs_erase(*args) -> Any: function nvs_erase_all (line 539) | def nvs_erase_all(*args) -> Any: function nvs_getint (line 543) | def nvs_getint(*args) -> Any: function nvs_getstr (line 547) | def nvs_getstr(*args) -> Any: function nvs_setint (line 551) | def nvs_setint(*args) -> Any: function nvs_setstr (line 555) | def nvs_setstr(*args) -> Any: function random (line 559) | def random(*args) -> Any: function redirectlog (line 563) | def redirectlog(*args) -> Any: function reset (line 567) | def reset(*args) -> Any: function restorelog (line 571) | def restorelog(*args) -> Any: function stdin_disable (line 575) | def stdin_disable(*args) -> Any: function stdin_get (line 579) | def stdin_get(*args) -> Any: function stdout_put (line 583) | def stdout_put(*args) -> Any: function time_pulse_us (line 587) | def time_pulse_us(*args) -> Any: function unique_id (line 591) | def unique_id(*args) -> Any: function wake_description (line 595) | def wake_description(*args) -> Any: function wake_reason (line 599) | def wake_reason(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/machine.pyi class ADC (line 3) | class ADC: method atten (line 13) | def atten(self, *args) -> Any: ... method read (line 14) | def read(self, *args) -> Any: ... method readraw (line 15) | def readraw(self, *args) -> Any: ... method vref (line 16) | def vref(self, *args) -> Any: ... method width (line 17) | def width(self, *args) -> Any: ... class DAC (line 19) | class DAC: method write (line 20) | def write(self, *args) -> Any: ... class DHT (line 22) | class DHT: method read (line 25) | def read(self, *args) -> Any: ... method readinto (line 26) | def readinto(self, *args) -> Any: ... class I2C (line 32) | class I2C: method address (line 40) | def address(self, *args) -> Any: ... method begin (line 41) | def begin(self, *args) -> Any: ... method callback (line 42) | def callback(self, *args) -> Any: ... method deinit (line 43) | def deinit(self, *args) -> Any: ... method end (line 44) | def end(self, *args) -> Any: ... method getdata (line 45) | def getdata(self, *args) -> Any: ... method init (line 46) | def init(self, *args) -> Any: ... method read_byte (line 47) | def read_byte(self, *args) -> Any: ... method read_bytes (line 48) | def read_bytes(self, *args) -> Any: ... method readfrom (line 49) | def readfrom(self, *args) -> Any: ... method readfrom_into (line 50) | def readfrom_into(self, *args) -> Any: ... method readfrom_mem (line 51) | def readfrom_mem(self, *args) -> Any: ... method readfrom_mem_into (line 52) | def readfrom_mem_into(self, *args) -> Any: ... method scan (line 53) | def scan(self, *args) -> Any: ... method setdata (line 54) | def setdata(self, *args) -> Any: ... method slavewrite (line 55) | def slavewrite(self, *args) -> Any: ... method start (line 56) | def start(self, *args) -> Any: ... method stop (line 57) | def stop(self, *args) -> Any: ... method write_byte (line 58) | def write_byte(self, *args) -> Any: ... method write_bytes (line 59) | def write_bytes(self, *args) -> Any: ... method writeto (line 60) | def writeto(self, *args) -> Any: ... method writeto_mem (line 61) | def writeto_mem(self, *args) -> Any: ... class Neopixel (line 70) | class Neopixel: method HSBtoRGB (line 76) | def HSBtoRGB(self, *args) -> Any: ... method HSBtoRGBint (line 77) | def HSBtoRGBint(self, *args) -> Any: ... method RGBtoHSB (line 85) | def RGBtoHSB(self, *args) -> Any: ... method brightness (line 92) | def brightness(self, *args) -> Any: ... method clear (line 93) | def clear(self, *args) -> Any: ... method color_order (line 94) | def color_order(self, *args) -> Any: ... method deinit (line 95) | def deinit(self, *args) -> Any: ... method get (line 96) | def get(self, *args) -> Any: ... method info (line 97) | def info(self, *args) -> Any: ... method rainbow (line 98) | def rainbow(self, *args) -> Any: ... method set (line 99) | def set(self, *args) -> Any: ... method setHSB (line 100) | def setHSB(self, *args) -> Any: ... method setHSBint (line 101) | def setHSBint(self, *args) -> Any: ... method setWhite (line 102) | def setWhite(self, *args) -> Any: ... method show (line 103) | def show(self, *args) -> Any: ... method timings (line 104) | def timings(self, *args) -> Any: ... class Onewire (line 106) | class Onewire: method crc8 (line 107) | def crc8(self, *args) -> Any: ... method deinit (line 108) | def deinit(self, *args) -> Any: ... method readbyte (line 110) | def readbyte(self, *args) -> Any: ... method readbytes (line 111) | def readbytes(self, *args) -> Any: ... method reset (line 112) | def reset(self, *args) -> Any: ... method rom_code (line 113) | def rom_code(self, *args) -> Any: ... method scan (line 114) | def scan(self, *args) -> Any: ... method search (line 115) | def search(self, *args) -> Any: ... method writebyte (line 116) | def writebyte(self, *args) -> Any: ... method writebytes (line 117) | def writebytes(self, *args) -> Any: ... class PWM (line 119) | class PWM: method deinit (line 120) | def deinit(self, *args) -> Any: ... method duty (line 121) | def duty(self, *args) -> Any: ... method freq (line 122) | def freq(self, *args) -> Any: ... method init (line 123) | def init(self, *args) -> Any: ... method list (line 124) | def list(self, *args) -> Any: ... method pause (line 125) | def pause(self, *args) -> Any: ... method resume (line 126) | def resume(self, *args) -> Any: ... class Pin (line 128) | class Pin: method init (line 143) | def init(self, *args) -> Any: ... method irq (line 144) | def irq(self, *args) -> Any: ... method value (line 145) | def value(self, *args) -> Any: ... class RTC (line 147) | class RTC: method clear (line 151) | def clear(self, *args) -> Any: ... method init (line 152) | def init(self, *args) -> Any: ... method now (line 153) | def now(self, *args) -> Any: ... method ntp_state (line 154) | def ntp_state(self, *args) -> Any: ... method ntp_sync (line 155) | def ntp_sync(self, *args) -> Any: ... method read (line 156) | def read(self, *args) -> Any: ... method read_string (line 157) | def read_string(self, *args) -> Any: ... method synced (line 158) | def synced(self, *args) -> Any: ... method wake_on_ext0 (line 159) | def wake_on_ext0(self, *args) -> Any: ... method wake_on_ext1 (line 160) | def wake_on_ext1(self, *args) -> Any: ... method write (line 161) | def write(self, *args) -> Any: ... method write_string (line 162) | def write_string(self, *args) -> Any: ... class SPI (line 164) | class SPI: method deinit (line 169) | def deinit(self, *args) -> Any: ... method deselect (line 170) | def deselect(self, *args) -> Any: ... method init (line 171) | def init(self, *args) -> Any: ... method read (line 172) | def read(self, *args) -> Any: ... method readfrom_mem (line 173) | def readfrom_mem(self, *args) -> Any: ... method readinto (line 174) | def readinto(self, *args) -> Any: ... method select (line 175) | def select(self, *args) -> Any: ... method write (line 176) | def write(self, *args) -> Any: ... method write_readinto (line 177) | def write_readinto(self, *args) -> Any: ... class Signal (line 179) | class Signal: method off (line 180) | def off(self, *args) -> Any: ... method on (line 181) | def on(self, *args) -> Any: ... method value (line 182) | def value(self, *args) -> Any: ... class Timer (line 184) | class Timer: method callback (line 190) | def callback(self, *args) -> Any: ... method deinit (line 191) | def deinit(self, *args) -> Any: ... method events (line 192) | def events(self, *args) -> Any: ... method init (line 193) | def init(self, *args) -> Any: ... method isrunning (line 194) | def isrunning(self, *args) -> Any: ... method pause (line 195) | def pause(self, *args) -> Any: ... method period (line 196) | def period(self, *args) -> Any: ... method reshot (line 197) | def reshot(self, *args) -> Any: ... method resume (line 198) | def resume(self, *args) -> Any: ... method start (line 199) | def start(self, *args) -> Any: ... method stop (line 200) | def stop(self, *args) -> Any: ... method timernum (line 201) | def timernum(self, *args) -> Any: ... method value (line 202) | def value(self, *args) -> Any: ... class TouchPad (line 204) | class TouchPad: method config (line 205) | def config(self, *args) -> Any: ... method read (line 206) | def read(self, *args) -> Any: ... class UART (line 208) | class UART: method any (line 212) | def any(self, *args) -> Any: ... method callback (line 213) | def callback(self, *args) -> Any: ... method flush (line 214) | def flush(self, *args) -> Any: ... method init (line 215) | def init(self, *args) -> Any: ... method read (line 216) | def read(self, *args) -> Any: ... method readinto (line 217) | def readinto(self, *args) -> Any: ... method readline (line 218) | def readline(self, *args) -> Any: ... method readln (line 219) | def readln(self, *args) -> Any: ... method write (line 220) | def write(self, *args) -> Any: ... function deepsleep (line 222) | def deepsleep(*args) -> Any: ... function disable_irq (line 223) | def disable_irq(*args) -> Any: ... function enable_irq (line 224) | def enable_irq(*args) -> Any: ... function freq (line 225) | def freq(*args) -> Any: ... function heap_info (line 226) | def heap_info(*args) -> Any: ... function idle (line 227) | def idle(*args) -> Any: ... function internal_temp (line 228) | def internal_temp(*args) -> Any: ... function loglevel (line 229) | def loglevel(*args) -> Any: ... function nvs_erase (line 235) | def nvs_erase(*args) -> Any: ... function nvs_erase_all (line 236) | def nvs_erase_all(*args) -> Any: ... function nvs_getint (line 237) | def nvs_getint(*args) -> Any: ... function nvs_getstr (line 238) | def nvs_getstr(*args) -> Any: ... function nvs_setint (line 239) | def nvs_setint(*args) -> Any: ... function nvs_setstr (line 240) | def nvs_setstr(*args) -> Any: ... function random (line 241) | def random(*args) -> Any: ... function redirectlog (line 242) | def redirectlog(*args) -> Any: ... function reset (line 243) | def reset(*args) -> Any: ... function restorelog (line 244) | def restorelog(*args) -> Any: ... function stdin_disable (line 245) | def stdin_disable(*args) -> Any: ... function stdin_get (line 246) | def stdin_get(*args) -> Any: ... function stdout_put (line 247) | def stdout_put(*args) -> Any: ... function time_pulse_us (line 248) | def time_pulse_us(*args) -> Any: ... function unique_id (line 249) | def unique_id(*args) -> Any: ... function wake_description (line 250) | def wake_description(*args) -> Any: ... function wake_reason (line 251) | def wake_reason(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/math.py function acos (line 9) | def acos(*args) -> Any: function acosh (line 13) | def acosh(*args) -> Any: function asin (line 17) | def asin(*args) -> Any: function asinh (line 21) | def asinh(*args) -> Any: function atan (line 25) | def atan(*args) -> Any: function atan2 (line 29) | def atan2(*args) -> Any: function atanh (line 33) | def atanh(*args) -> Any: function ceil (line 37) | def ceil(*args) -> Any: function copysign (line 41) | def copysign(*args) -> Any: function cos (line 45) | def cos(*args) -> Any: function cosh (line 49) | def cosh(*args) -> Any: function degrees (line 53) | def degrees(*args) -> Any: function erf (line 60) | def erf(*args) -> Any: function erfc (line 64) | def erfc(*args) -> Any: function exp (line 68) | def exp(*args) -> Any: function expm1 (line 72) | def expm1(*args) -> Any: function fabs (line 76) | def fabs(*args) -> Any: function factorial (line 80) | def factorial(*args) -> Any: function floor (line 84) | def floor(*args) -> Any: function fmod (line 88) | def fmod(*args) -> Any: function frexp (line 92) | def frexp(*args) -> Any: function gamma (line 96) | def gamma(*args) -> Any: function hypot (line 100) | def hypot(*args) -> Any: function isfinite (line 104) | def isfinite(*args) -> Any: function isinf (line 108) | def isinf(*args) -> Any: function isnan (line 112) | def isnan(*args) -> Any: function ldexp (line 116) | def ldexp(*args) -> Any: function lgamma (line 120) | def lgamma(*args) -> Any: function log (line 124) | def log(*args) -> Any: function log10 (line 128) | def log10(*args) -> Any: function log2 (line 132) | def log2(*args) -> Any: function modf (line 136) | def modf(*args) -> Any: function pow (line 143) | def pow(*args) -> Any: function radians (line 147) | def radians(*args) -> Any: function sin (line 151) | def sin(*args) -> Any: function sinh (line 155) | def sinh(*args) -> Any: function sqrt (line 159) | def sqrt(*args) -> Any: function tan (line 163) | def tan(*args) -> Any: function tanh (line 167) | def tanh(*args) -> Any: function trunc (line 171) | def trunc(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/math.pyi function acos (line 3) | def acos(*args) -> Any: ... function acosh (line 4) | def acosh(*args) -> Any: ... function asin (line 5) | def asin(*args) -> Any: ... function asinh (line 6) | def asinh(*args) -> Any: ... function atan (line 7) | def atan(*args) -> Any: ... function atan2 (line 8) | def atan2(*args) -> Any: ... function atanh (line 9) | def atanh(*args) -> Any: ... function ceil (line 10) | def ceil(*args) -> Any: ... function copysign (line 11) | def copysign(*args) -> Any: ... function cos (line 12) | def cos(*args) -> Any: ... function cosh (line 13) | def cosh(*args) -> Any: ... function degrees (line 14) | def degrees(*args) -> Any: ... function erf (line 18) | def erf(*args) -> Any: ... function erfc (line 19) | def erfc(*args) -> Any: ... function exp (line 20) | def exp(*args) -> Any: ... function expm1 (line 21) | def expm1(*args) -> Any: ... function fabs (line 22) | def fabs(*args) -> Any: ... function factorial (line 23) | def factorial(*args) -> Any: ... function floor (line 24) | def floor(*args) -> Any: ... function fmod (line 25) | def fmod(*args) -> Any: ... function frexp (line 26) | def frexp(*args) -> Any: ... function gamma (line 27) | def gamma(*args) -> Any: ... function hypot (line 28) | def hypot(*args) -> Any: ... function isfinite (line 29) | def isfinite(*args) -> Any: ... function isinf (line 30) | def isinf(*args) -> Any: ... function isnan (line 31) | def isnan(*args) -> Any: ... function ldexp (line 32) | def ldexp(*args) -> Any: ... function lgamma (line 33) | def lgamma(*args) -> Any: ... function log (line 34) | def log(*args) -> Any: ... function log10 (line 35) | def log10(*args) -> Any: ... function log2 (line 36) | def log2(*args) -> Any: ... function modf (line 37) | def modf(*args) -> Any: ... function pow (line 41) | def pow(*args) -> Any: ... function radians (line 42) | def radians(*args) -> Any: ... function sin (line 43) | def sin(*args) -> Any: ... function sinh (line 44) | def sinh(*args) -> Any: ... function sqrt (line 45) | def sqrt(*args) -> Any: ... function tan (line 46) | def tan(*args) -> Any: ... function tanh (line 47) | def tanh(*args) -> Any: ... function trunc (line 48) | def trunc(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/microWebSocket.py class MicroWebSocket (line 9) | class MicroWebSocket: method Close (line 12) | def Close(self, *args) -> Any: method IsClosed (line 15) | def IsClosed(self, *args) -> Any: method SendBinary (line 18) | def SendBinary(self, *args) -> Any: method SendText (line 21) | def SendText(self, *args) -> Any: method _handshake (line 24) | def _handshake(self, *args) -> Any: method _receiveFrame (line 37) | def _receiveFrame(self, *args) -> Any: method _sendFrame (line 40) | def _sendFrame(self, *args) -> Any: method _tryAllocByteArray (line 43) | def _tryAllocByteArray(self, *args) -> Any: method _tryStartThread (line 46) | def _tryStartThread(self, *args) -> Any: method _wsProcess (line 49) | def _wsProcess(self, *args) -> Any: method threadID (line 52) | def threadID(self, *args) -> Any: function b2a_base64 (line 59) | def b2a_base64(*args) -> Any: function pack (line 66) | def pack(*args) -> Any: class sha1 (line 70) | class sha1: method digest (line 73) | def digest(self, *args) -> Any: method update (line 76) | def update(self, *args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/microWebSocket.pyi class MicroWebSocket (line 3) | class MicroWebSocket: method Close (line 4) | def Close(self, *args) -> Any: ... method IsClosed (line 5) | def IsClosed(self, *args) -> Any: ... method SendBinary (line 6) | def SendBinary(self, *args) -> Any: ... method SendText (line 7) | def SendText(self, *args) -> Any: ... method _handshake (line 8) | def _handshake(self, *args) -> Any: ... method _receiveFrame (line 18) | def _receiveFrame(self, *args) -> Any: ... method _sendFrame (line 19) | def _sendFrame(self, *args) -> Any: ... method _tryAllocByteArray (line 20) | def _tryAllocByteArray(self, *args) -> Any: ... method _tryStartThread (line 21) | def _tryStartThread(self, *args) -> Any: ... method _wsProcess (line 22) | def _wsProcess(self, *args) -> Any: ... method threadID (line 23) | def threadID(self, *args) -> Any: ... function b2a_base64 (line 27) | def b2a_base64(*args) -> Any: ... function pack (line 31) | def pack(*args) -> Any: ... class sha1 (line 33) | class sha1: method digest (line 34) | def digest(self, *args) -> Any: ... method update (line 35) | def update(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/microWebSrv.py class MicroWebSocket (line 9) | class MicroWebSocket: method Close (line 12) | def Close(self, *args) -> Any: method IsClosed (line 15) | def IsClosed(self, *args) -> Any: method SendBinary (line 18) | def SendBinary(self, *args) -> Any: method SendText (line 21) | def SendText(self, *args) -> Any: method _handshake (line 24) | def _handshake(self, *args) -> Any: method _receiveFrame (line 37) | def _receiveFrame(self, *args) -> Any: method _sendFrame (line 40) | def _sendFrame(self, *args) -> Any: method _tryAllocByteArray (line 43) | def _tryAllocByteArray(self, *args) -> Any: method _tryStartThread (line 46) | def _tryStartThread(self, *args) -> Any: method _wsProcess (line 49) | def _wsProcess(self, *args) -> Any: method threadID (line 52) | def threadID(self, *args) -> Any: class MicroWebSrv (line 56) | class MicroWebSrv: method GetMimeTypeFromFilename (line 59) | def GetMimeTypeFromFilename(self, *args) -> Any: method GetRouteHandler (line 62) | def GetRouteHandler(self, *args) -> Any: method HTMLEscape (line 65) | def HTMLEscape(self, *args) -> Any: method IsStarted (line 68) | def IsStarted(self, *args) -> Any: method SetNotFoundPageUrl (line 71) | def SetNotFoundPageUrl(self, *args) -> Any: method Start (line 74) | def Start(self, *args) -> Any: method State (line 77) | def State(self, *args) -> Any: method Stop (line 80) | def Stop(self, *args) -> Any: method _fileExists (line 86) | def _fileExists(self, *args) -> Any: method _isPyHTMLFile (line 92) | def _isPyHTMLFile(self, *args) -> Any: method _physPathFromURLPath (line 97) | def _physPathFromURLPath(self, *args) -> Any: method _serverProcess (line 103) | def _serverProcess(self, *args) -> Any: method _tryAllocByteArray (line 106) | def _tryAllocByteArray(self, *args) -> Any: method _tryStartThread (line 109) | def _tryStartThread(self, *args) -> Any: method _unquote (line 112) | def _unquote(self, *args) -> Any: method _unquote_plus (line 115) | def _unquote_plus(self, *args) -> Any: method route (line 118) | def route(self, *args) -> Any: method threadID (line 121) | def threadID(self, *args) -> Any: class MicroWebSrvRoute (line 125) | class MicroWebSrvRoute: class MicroWebTemplate (line 129) | class MicroWebTemplate: method Execute (line 132) | def Execute(self, *args) -> Any: method Validate (line 147) | def Validate(self, *args) -> Any: method _parseBloc (line 150) | def _parseBloc(self, *args) -> Any: method _parseCode (line 153) | def _parseCode(self, *args) -> Any: method _processInstructionELIF (line 156) | def _processInstructionELIF(self, *args) -> Any: method _processInstructionELSE (line 159) | def _processInstructionELSE(self, *args) -> Any: method _processInstructionEND (line 162) | def _processInstructionEND(self, *args) -> Any: method _processInstructionFOR (line 165) | def _processInstructionFOR(self, *args) -> Any: method _processInstructionIF (line 168) | def _processInstructionIF(self, *args) -> Any: method _processInstructionINCLUDE (line 171) | def _processInstructionINCLUDE(self, *args) -> Any: method _processInstructionPYTHON (line 174) | def _processInstructionPYTHON(self, *args) -> Any: method _processToken (line 177) | def _processToken(self, *args) -> Any: function dumps (line 184) | def dumps(*args) -> Any: function loads (line 191) | def loads(*args) -> Any: function stat (line 200) | def stat(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/microWebSrv.pyi class MicroWebSocket (line 3) | class MicroWebSocket: method Close (line 4) | def Close(self, *args) -> Any: ... method IsClosed (line 5) | def IsClosed(self, *args) -> Any: ... method SendBinary (line 6) | def SendBinary(self, *args) -> Any: ... method SendText (line 7) | def SendText(self, *args) -> Any: ... method _handshake (line 8) | def _handshake(self, *args) -> Any: ... method _receiveFrame (line 18) | def _receiveFrame(self, *args) -> Any: ... method _sendFrame (line 19) | def _sendFrame(self, *args) -> Any: ... method _tryAllocByteArray (line 20) | def _tryAllocByteArray(self, *args) -> Any: ... method _tryStartThread (line 21) | def _tryStartThread(self, *args) -> Any: ... method _wsProcess (line 22) | def _wsProcess(self, *args) -> Any: ... method threadID (line 23) | def threadID(self, *args) -> Any: ... class MicroWebSrv (line 25) | class MicroWebSrv: method GetMimeTypeFromFilename (line 26) | def GetMimeTypeFromFilename(self, *args) -> Any: ... method GetRouteHandler (line 27) | def GetRouteHandler(self, *args) -> Any: ... method HTMLEscape (line 28) | def HTMLEscape(self, *args) -> Any: ... method IsStarted (line 29) | def IsStarted(self, *args) -> Any: ... method SetNotFoundPageUrl (line 30) | def SetNotFoundPageUrl(self, *args) -> Any: ... method Start (line 31) | def Start(self, *args) -> Any: ... method State (line 32) | def State(self, *args) -> Any: ... method Stop (line 33) | def Stop(self, *args) -> Any: ... method _fileExists (line 36) | def _fileExists(self, *args) -> Any: ... method _isPyHTMLFile (line 39) | def _isPyHTMLFile(self, *args) -> Any: ... method _physPathFromURLPath (line 41) | def _physPathFromURLPath(self, *args) -> Any: ... method _serverProcess (line 44) | def _serverProcess(self, *args) -> Any: ... method _tryAllocByteArray (line 45) | def _tryAllocByteArray(self, *args) -> Any: ... method _tryStartThread (line 46) | def _tryStartThread(self, *args) -> Any: ... method _unquote (line 47) | def _unquote(self, *args) -> Any: ... method _unquote_plus (line 48) | def _unquote_plus(self, *args) -> Any: ... method route (line 49) | def route(self, *args) -> Any: ... method threadID (line 50) | def threadID(self, *args) -> Any: ... class MicroWebSrvRoute (line 52) | class MicroWebSrvRoute: ... class MicroWebTemplate (line 54) | class MicroWebTemplate: method Execute (line 55) | def Execute(self, *args) -> Any: ... method Validate (line 67) | def Validate(self, *args) -> Any: ... method _parseBloc (line 68) | def _parseBloc(self, *args) -> Any: ... method _parseCode (line 69) | def _parseCode(self, *args) -> Any: ... method _processInstructionELIF (line 70) | def _processInstructionELIF(self, *args) -> Any: ... method _processInstructionELSE (line 71) | def _processInstructionELSE(self, *args) -> Any: ... method _processInstructionEND (line 72) | def _processInstructionEND(self, *args) -> Any: ... method _processInstructionFOR (line 73) | def _processInstructionFOR(self, *args) -> Any: ... method _processInstructionIF (line 74) | def _processInstructionIF(self, *args) -> Any: ... method _processInstructionINCLUDE (line 75) | def _processInstructionINCLUDE(self, *args) -> Any: ... method _processInstructionPYTHON (line 76) | def _processInstructionPYTHON(self, *args) -> Any: ... method _processToken (line 77) | def _processToken(self, *args) -> Any: ... function dumps (line 81) | def dumps(*args) -> Any: ... function loads (line 85) | def loads(*args) -> Any: ... function stat (line 91) | def stat(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/microWebTemplate.py class MicroWebTemplate (line 9) | class MicroWebTemplate: method Execute (line 12) | def Execute(self, *args) -> Any: method Validate (line 27) | def Validate(self, *args) -> Any: method _parseBloc (line 30) | def _parseBloc(self, *args) -> Any: method _parseCode (line 33) | def _parseCode(self, *args) -> Any: method _processInstructionELIF (line 36) | def _processInstructionELIF(self, *args) -> Any: method _processInstructionELSE (line 39) | def _processInstructionELSE(self, *args) -> Any: method _processInstructionEND (line 42) | def _processInstructionEND(self, *args) -> Any: method _processInstructionFOR (line 45) | def _processInstructionFOR(self, *args) -> Any: method _processInstructionIF (line 48) | def _processInstructionIF(self, *args) -> Any: method _processInstructionINCLUDE (line 51) | def _processInstructionINCLUDE(self, *args) -> Any: method _processInstructionPYTHON (line 54) | def _processInstructionPYTHON(self, *args) -> Any: method _processToken (line 57) | def _processToken(self, *args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/microWebTemplate.pyi class MicroWebTemplate (line 3) | class MicroWebTemplate: method Execute (line 4) | def Execute(self, *args) -> Any: ... method Validate (line 16) | def Validate(self, *args) -> Any: ... method _parseBloc (line 17) | def _parseBloc(self, *args) -> Any: ... method _parseCode (line 18) | def _parseCode(self, *args) -> Any: ... method _processInstructionELIF (line 19) | def _processInstructionELIF(self, *args) -> Any: ... method _processInstructionELSE (line 20) | def _processInstructionELSE(self, *args) -> Any: ... method _processInstructionEND (line 21) | def _processInstructionEND(self, *args) -> Any: ... method _processInstructionFOR (line 22) | def _processInstructionFOR(self, *args) -> Any: ... method _processInstructionIF (line 23) | def _processInstructionIF(self, *args) -> Any: ... method _processInstructionINCLUDE (line 24) | def _processInstructionINCLUDE(self, *args) -> Any: ... method _processInstructionPYTHON (line 25) | def _processInstructionPYTHON(self, *args) -> Any: ... method _processToken (line 26) | def _processToken(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/micropython.py function alloc_emergency_exception_buf (line 9) | def alloc_emergency_exception_buf(*args) -> Any: function const (line 13) | def const(*args) -> Any: function heap_lock (line 17) | def heap_lock(*args) -> Any: function heap_unlock (line 21) | def heap_unlock(*args) -> Any: function kbd_intr (line 25) | def kbd_intr(*args) -> Any: function mem_info (line 29) | def mem_info(*args) -> Any: function opt_level (line 33) | def opt_level(*args) -> Any: function qstr_info (line 37) | def qstr_info(*args) -> Any: function schedule (line 41) | def schedule(*args) -> Any: function stack_use (line 45) | def stack_use(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/micropython.pyi function alloc_emergency_exception_buf (line 3) | def alloc_emergency_exception_buf(*args) -> Any: ... function const (line 4) | def const(*args) -> Any: ... function heap_lock (line 5) | def heap_lock(*args) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args) -> Any: ... function mem_info (line 8) | def mem_info(*args) -> Any: ... function opt_level (line 9) | def opt_level(*args) -> Any: ... function qstr_info (line 10) | def qstr_info(*args) -> Any: ... function schedule (line 11) | def schedule(*args) -> Any: ... function stack_use (line 12) | def stack_use(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/mpu6500.py class I2C (line 18) | class I2C: method address (line 29) | def address(self, *args) -> Any: method begin (line 32) | def begin(self, *args) -> Any: method callback (line 35) | def callback(self, *args) -> Any: method deinit (line 38) | def deinit(self, *args) -> Any: method end (line 41) | def end(self, *args) -> Any: method getdata (line 44) | def getdata(self, *args) -> Any: method init (line 47) | def init(self, *args) -> Any: method read_byte (line 50) | def read_byte(self, *args) -> Any: method read_bytes (line 53) | def read_bytes(self, *args) -> Any: method readfrom (line 56) | def readfrom(self, *args) -> Any: method readfrom_into (line 59) | def readfrom_into(self, *args) -> Any: method readfrom_mem (line 62) | def readfrom_mem(self, *args) -> Any: method readfrom_mem_into (line 65) | def readfrom_mem_into(self, *args) -> Any: method scan (line 68) | def scan(self, *args) -> Any: method setdata (line 71) | def setdata(self, *args) -> Any: method slavewrite (line 74) | def slavewrite(self, *args) -> Any: method start (line 77) | def start(self, *args) -> Any: method stop (line 80) | def stop(self, *args) -> Any: method write_byte (line 83) | def write_byte(self, *args) -> Any: method write_bytes (line 86) | def write_bytes(self, *args) -> Any: method writeto (line 89) | def writeto(self, *args) -> Any: method writeto_mem (line 92) | def writeto_mem(self, *args) -> Any: class MPU6500 (line 96) | class MPU6500: method _accel_fs (line 99) | def _accel_fs(self, *args) -> Any: method _gyro_fs (line 102) | def _gyro_fs(self, *args) -> Any: method _register_char (line 105) | def _register_char(self, *args) -> Any: method _register_short (line 108) | def _register_short(self, *args) -> Any: method _register_three_shorts (line 111) | def _register_three_shorts(self, *args) -> Any: class Pin (line 119) | class Pin: method init (line 137) | def init(self, *args) -> Any: method irq (line 140) | def irq(self, *args) -> Any: method value (line 143) | def value(self, *args) -> Any: function const (line 161) | def const(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/mpu6500.pyi class I2C (line 12) | class I2C: method address (line 20) | def address(self, *args) -> Any: ... method begin (line 21) | def begin(self, *args) -> Any: ... method callback (line 22) | def callback(self, *args) -> Any: ... method deinit (line 23) | def deinit(self, *args) -> Any: ... method end (line 24) | def end(self, *args) -> Any: ... method getdata (line 25) | def getdata(self, *args) -> Any: ... method init (line 26) | def init(self, *args) -> Any: ... method read_byte (line 27) | def read_byte(self, *args) -> Any: ... method read_bytes (line 28) | def read_bytes(self, *args) -> Any: ... method readfrom (line 29) | def readfrom(self, *args) -> Any: ... method readfrom_into (line 30) | def readfrom_into(self, *args) -> Any: ... method readfrom_mem (line 31) | def readfrom_mem(self, *args) -> Any: ... method readfrom_mem_into (line 32) | def readfrom_mem_into(self, *args) -> Any: ... method scan (line 33) | def scan(self, *args) -> Any: ... method setdata (line 34) | def setdata(self, *args) -> Any: ... method slavewrite (line 35) | def slavewrite(self, *args) -> Any: ... method start (line 36) | def start(self, *args) -> Any: ... method stop (line 37) | def stop(self, *args) -> Any: ... method write_byte (line 38) | def write_byte(self, *args) -> Any: ... method write_bytes (line 39) | def write_bytes(self, *args) -> Any: ... method writeto (line 40) | def writeto(self, *args) -> Any: ... method writeto_mem (line 41) | def writeto_mem(self, *args) -> Any: ... class MPU6500 (line 43) | class MPU6500: method _accel_fs (line 44) | def _accel_fs(self, *args) -> Any: ... method _gyro_fs (line 45) | def _gyro_fs(self, *args) -> Any: ... method _register_char (line 46) | def _register_char(self, *args) -> Any: ... method _register_short (line 47) | def _register_short(self, *args) -> Any: ... method _register_three_shorts (line 48) | def _register_three_shorts(self, *args) -> Any: ... class Pin (line 53) | class Pin: method init (line 68) | def init(self, *args) -> Any: ... method irq (line 69) | def irq(self, *args) -> Any: ... method value (line 70) | def value(self, *args) -> Any: ... function const (line 85) | def const(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/mpu9250.py class AK8963 (line 9) | class AK8963: method _register_char (line 12) | def _register_char(self, *args) -> Any: method _register_short (line 15) | def _register_short(self, *args) -> Any: method _register_three_shorts (line 18) | def _register_three_shorts(self, *args) -> Any: class MPU6500 (line 26) | class MPU6500: method _accel_fs (line 29) | def _accel_fs(self, *args) -> Any: method _gyro_fs (line 32) | def _gyro_fs(self, *args) -> Any: method _register_char (line 35) | def _register_char(self, *args) -> Any: method _register_short (line 38) | def _register_short(self, *args) -> Any: method _register_three_shorts (line 41) | def _register_three_shorts(self, *args) -> Any: class MPU9250 (line 49) | class MPU9250: function const (line 58) | def const(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/mpu9250.pyi class AK8963 (line 3) | class AK8963: method _register_char (line 4) | def _register_char(self, *args) -> Any: ... method _register_short (line 5) | def _register_short(self, *args) -> Any: ... method _register_three_shorts (line 6) | def _register_three_shorts(self, *args) -> Any: ... class MPU6500 (line 11) | class MPU6500: method _accel_fs (line 12) | def _accel_fs(self, *args) -> Any: ... method _gyro_fs (line 13) | def _gyro_fs(self, *args) -> Any: ... method _register_char (line 14) | def _register_char(self, *args) -> Any: ... method _register_short (line 15) | def _register_short(self, *args) -> Any: ... method _register_three_shorts (line 16) | def _register_three_shorts(self, *args) -> Any: ... class MPU9250 (line 21) | class MPU9250: function const (line 27) | def const(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/network.py function WLAN (line 20) | def WLAN(*args) -> Any: class ftp (line 24) | class ftp: method pause (line 27) | def pause(self, *args) -> Any: method resume (line 30) | def resume(self, *args) -> Any: method stack (line 33) | def stack(self, *args) -> Any: method start (line 36) | def start(self, *args) -> Any: method status (line 39) | def status(self, *args) -> Any: method stop (line 42) | def stop(self, *args) -> Any: class mDNS (line 46) | class mDNS: method addService (line 49) | def addService(self, *args) -> Any: method queryHost (line 52) | def queryHost(self, *args) -> Any: method queryService (line 55) | def queryService(self, *args) -> Any: method removeService (line 58) | def removeService(self, *args) -> Any: method start (line 61) | def start(self, *args) -> Any: method stop (line 64) | def stop(self, *args) -> Any: class mqtt (line 68) | class mqtt: method config (line 71) | def config(self, *args) -> Any: method free (line 74) | def free(self, *args) -> Any: method publish (line 77) | def publish(self, *args) -> Any: method start (line 80) | def start(self, *args) -> Any: method status (line 83) | def status(self, *args) -> Any: method stop (line 86) | def stop(self, *args) -> Any: method subscribe (line 89) | def subscribe(self, *args) -> Any: method unsubscribe (line 92) | def unsubscribe(self, *args) -> Any: function phy_mode (line 96) | def phy_mode(*args) -> Any: class telnet (line 100) | class telnet: method pause (line 103) | def pause(self, *args) -> Any: method resume (line 106) | def resume(self, *args) -> Any: method stack (line 109) | def stack(self, *args) -> Any: method start (line 112) | def start(self, *args) -> Any: method status (line 115) | def status(self, *args) -> Any: method stop (line 118) | def stop(self, *args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/network.pyi function WLAN (line 14) | def WLAN(*args) -> Any: ... class ftp (line 16) | class ftp: method pause (line 17) | def pause(self, *args) -> Any: ... method resume (line 18) | def resume(self, *args) -> Any: ... method stack (line 19) | def stack(self, *args) -> Any: ... method start (line 20) | def start(self, *args) -> Any: ... method status (line 21) | def status(self, *args) -> Any: ... method stop (line 22) | def stop(self, *args) -> Any: ... class mDNS (line 24) | class mDNS: method addService (line 25) | def addService(self, *args) -> Any: ... method queryHost (line 26) | def queryHost(self, *args) -> Any: ... method queryService (line 27) | def queryService(self, *args) -> Any: ... method removeService (line 28) | def removeService(self, *args) -> Any: ... method start (line 29) | def start(self, *args) -> Any: ... method stop (line 30) | def stop(self, *args) -> Any: ... class mqtt (line 32) | class mqtt: method config (line 33) | def config(self, *args) -> Any: ... method free (line 34) | def free(self, *args) -> Any: ... method publish (line 35) | def publish(self, *args) -> Any: ... method start (line 36) | def start(self, *args) -> Any: ... method status (line 37) | def status(self, *args) -> Any: ... method stop (line 38) | def stop(self, *args) -> Any: ... method subscribe (line 39) | def subscribe(self, *args) -> Any: ... method unsubscribe (line 40) | def unsubscribe(self, *args) -> Any: ... function phy_mode (line 42) | def phy_mode(*args) -> Any: ... class telnet (line 44) | class telnet: method pause (line 45) | def pause(self, *args) -> Any: ... method resume (line 46) | def resume(self, *args) -> Any: ... method stack (line 47) | def stack(self, *args) -> Any: ... method start (line 48) | def start(self, *args) -> Any: ... method status (line 49) | def status(self, *args) -> Any: ... method stop (line 50) | def stop(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/os.py function chdir (line 13) | def chdir(*args) -> Any: function getcwd (line 17) | def getcwd(*args) -> Any: function getdrive (line 21) | def getdrive(*args) -> Any: function ilistdir (line 25) | def ilistdir(*args) -> Any: function listdir (line 29) | def listdir(*args) -> Any: function mkdir (line 33) | def mkdir(*args) -> Any: function mountsd (line 37) | def mountsd(*args) -> Any: function remove (line 41) | def remove(*args) -> Any: function rename (line 45) | def rename(*args) -> Any: function rmdir (line 49) | def rmdir(*args) -> Any: function sdconfig (line 53) | def sdconfig(*args) -> Any: function stat (line 57) | def stat(*args) -> Any: function statvfs (line 61) | def statvfs(*args) -> Any: function umountsd (line 65) | def umountsd(*args) -> Any: function uname (line 69) | def uname(*args) -> Any: function urandom (line 73) | def urandom(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/os.pyi function chdir (line 7) | def chdir(*args) -> Any: ... function getcwd (line 8) | def getcwd(*args) -> Any: ... function getdrive (line 9) | def getdrive(*args) -> Any: ... function ilistdir (line 10) | def ilistdir(*args) -> Any: ... function listdir (line 11) | def listdir(*args) -> Any: ... function mkdir (line 12) | def mkdir(*args) -> Any: ... function mountsd (line 13) | def mountsd(*args) -> Any: ... function remove (line 14) | def remove(*args) -> Any: ... function rename (line 15) | def rename(*args) -> Any: ... function rmdir (line 16) | def rmdir(*args) -> Any: ... function sdconfig (line 17) | def sdconfig(*args) -> Any: ... function stat (line 18) | def stat(*args) -> Any: ... function statvfs (line 19) | def statvfs(*args) -> Any: ... function umountsd (line 20) | def umountsd(*args) -> Any: ... function uname (line 21) | def uname(*args) -> Any: ... function urandom (line 22) | def urandom(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/pye.py class Editor (line 9) | class Editor: method clear_to_eol (line 15) | def clear_to_eol(self, *args) -> Any: method cursor (line 18) | def cursor(self, *args) -> Any: method delete_lines (line 21) | def delete_lines(self, *args) -> Any: method display_window (line 24) | def display_window(self, *args) -> Any: method edit_loop (line 27) | def edit_loop(self, *args) -> Any: method find_in_file (line 30) | def find_in_file(self, *args) -> Any: method get_file (line 35) | def get_file(self, *args) -> Any: method get_input (line 38) | def get_input(self, *args) -> Any: method get_screen_size (line 41) | def get_screen_size(self, *args) -> Any: method goto (line 44) | def goto(self, *args) -> Any: method handle_edit_keys (line 47) | def handle_edit_keys(self, *args) -> Any: method hilite (line 50) | def hilite(self, *args) -> Any: method line_edit (line 53) | def line_edit(self, *args) -> Any: method line_range (line 56) | def line_range(self, *args) -> Any: method mouse_reporting (line 59) | def mouse_reporting(self, *args) -> Any: method packtabs (line 62) | def packtabs(self, *args) -> Any: method put_file (line 65) | def put_file(self, *args) -> Any: method rd (line 68) | def rd(self, *args) -> Any: method rd_any (line 71) | def rd_any(self, *args) -> Any: method redraw (line 74) | def redraw(self, *args) -> Any: method scroll_down (line 79) | def scroll_down(self, *args) -> Any: method scroll_region (line 82) | def scroll_region(self, *args) -> Any: method scroll_up (line 85) | def scroll_up(self, *args) -> Any: method spaces (line 88) | def spaces(self, *args) -> Any: method undo_add (line 91) | def undo_add(self, *args) -> Any: method wr (line 94) | def wr(self, *args) -> Any: function expandtabs (line 100) | def expandtabs(*args) -> Any: function pye (line 107) | def pye(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/pye.pyi class Editor (line 3) | class Editor: method clear_to_eol (line 6) | def clear_to_eol(self, *args) -> Any: ... method cursor (line 7) | def cursor(self, *args) -> Any: ... method delete_lines (line 8) | def delete_lines(self, *args) -> Any: ... method display_window (line 9) | def display_window(self, *args) -> Any: ... method edit_loop (line 10) | def edit_loop(self, *args) -> Any: ... method find_in_file (line 11) | def find_in_file(self, *args) -> Any: ... method get_file (line 13) | def get_file(self, *args) -> Any: ... method get_input (line 14) | def get_input(self, *args) -> Any: ... method get_screen_size (line 15) | def get_screen_size(self, *args) -> Any: ... method goto (line 16) | def goto(self, *args) -> Any: ... method handle_edit_keys (line 17) | def handle_edit_keys(self, *args) -> Any: ... method hilite (line 18) | def hilite(self, *args) -> Any: ... method line_edit (line 19) | def line_edit(self, *args) -> Any: ... method line_range (line 20) | def line_range(self, *args) -> Any: ... method mouse_reporting (line 21) | def mouse_reporting(self, *args) -> Any: ... method packtabs (line 22) | def packtabs(self, *args) -> Any: ... method put_file (line 23) | def put_file(self, *args) -> Any: ... method rd (line 24) | def rd(self, *args) -> Any: ... method rd_any (line 25) | def rd_any(self, *args) -> Any: ... method redraw (line 26) | def redraw(self, *args) -> Any: ... method scroll_down (line 28) | def scroll_down(self, *args) -> Any: ... method scroll_region (line 29) | def scroll_region(self, *args) -> Any: ... method scroll_up (line 30) | def scroll_up(self, *args) -> Any: ... method spaces (line 31) | def spaces(self, *args) -> Any: ... method undo_add (line 32) | def undo_add(self, *args) -> Any: ... method wr (line 33) | def wr(self, *args) -> Any: ... function expandtabs (line 36) | def expandtabs(*args) -> Any: ... function pye (line 40) | def pye(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/random.py function choice (line 9) | def choice(*args) -> Any: function getrandbits (line 13) | def getrandbits(*args) -> Any: function randint (line 17) | def randint(*args) -> Any: function random (line 21) | def random(*args) -> Any: function randrange (line 25) | def randrange(*args) -> Any: function seed (line 29) | def seed(*args) -> Any: function uniform (line 33) | def uniform(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/random.pyi function choice (line 3) | def choice(*args) -> Any: ... function getrandbits (line 4) | def getrandbits(*args) -> Any: ... function randint (line 5) | def randint(*args) -> Any: ... function random (line 6) | def random(*args) -> Any: ... function randrange (line 7) | def randrange(*args) -> Any: ... function seed (line 8) | def seed(*args) -> Any: ... function uniform (line 9) | def uniform(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/re.py function compile (line 11) | def compile(*args) -> Any: function match (line 15) | def match(*args) -> Any: function search (line 19) | def search(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/re.pyi function compile (line 5) | def compile(*args) -> Any: ... function match (line 6) | def match(*args) -> Any: ... function search (line 7) | def search(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/select.py function poll (line 14) | def poll(*args) -> Any: function select (line 18) | def select(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/select.pyi function poll (line 8) | def poll(*args) -> Any: ... function select (line 9) | def select(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/socket.py function getaddrinfo (line 21) | def getaddrinfo(*args) -> Any: function socket (line 25) | def socket(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/socket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args) -> Any: ... function socket (line 16) | def socket(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/ssd1306.py class SSD1306 (line 27) | class SSD1306: method contrast (line 30) | def contrast(self, *args) -> Any: method fill (line 33) | def fill(self, *args) -> Any: method init_display (line 36) | def init_display(self, *args) -> Any: method invert (line 39) | def invert(self, *args) -> Any: method pixel (line 42) | def pixel(self, *args) -> Any: method poweroff (line 45) | def poweroff(self, *args) -> Any: method scroll (line 48) | def scroll(self, *args) -> Any: method show (line 51) | def show(self, *args) -> Any: method text (line 54) | def text(self, *args) -> Any: class SSD1306_I2C (line 58) | class SSD1306_I2C: method contrast (line 61) | def contrast(self, *args) -> Any: method fill (line 64) | def fill(self, *args) -> Any: method init_display (line 67) | def init_display(self, *args) -> Any: method invert (line 70) | def invert(self, *args) -> Any: method pixel (line 73) | def pixel(self, *args) -> Any: method poweroff (line 76) | def poweroff(self, *args) -> Any: method poweron (line 79) | def poweron(self, *args) -> Any: method scroll (line 82) | def scroll(self, *args) -> Any: method show (line 85) | def show(self, *args) -> Any: method text (line 88) | def text(self, *args) -> Any: method write_cmd (line 91) | def write_cmd(self, *args) -> Any: method write_data (line 94) | def write_data(self, *args) -> Any: class SSD1306_SPI (line 98) | class SSD1306_SPI: method contrast (line 101) | def contrast(self, *args) -> Any: method fill (line 104) | def fill(self, *args) -> Any: method init_display (line 107) | def init_display(self, *args) -> Any: method invert (line 110) | def invert(self, *args) -> Any: method pixel (line 113) | def pixel(self, *args) -> Any: method poweroff (line 116) | def poweroff(self, *args) -> Any: method poweron (line 119) | def poweron(self, *args) -> Any: method scroll (line 122) | def scroll(self, *args) -> Any: method show (line 125) | def show(self, *args) -> Any: method text (line 128) | def text(self, *args) -> Any: method write_cmd (line 131) | def write_cmd(self, *args) -> Any: method write_data (line 134) | def write_data(self, *args) -> Any: function const (line 138) | def const(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/ssd1306.pyi class SSD1306 (line 21) | class SSD1306: method contrast (line 22) | def contrast(self, *args) -> Any: ... method fill (line 23) | def fill(self, *args) -> Any: ... method init_display (line 24) | def init_display(self, *args) -> Any: ... method invert (line 25) | def invert(self, *args) -> Any: ... method pixel (line 26) | def pixel(self, *args) -> Any: ... method poweroff (line 27) | def poweroff(self, *args) -> Any: ... method scroll (line 28) | def scroll(self, *args) -> Any: ... method show (line 29) | def show(self, *args) -> Any: ... method text (line 30) | def text(self, *args) -> Any: ... class SSD1306_I2C (line 32) | class SSD1306_I2C: method contrast (line 33) | def contrast(self, *args) -> Any: ... method fill (line 34) | def fill(self, *args) -> Any: ... method init_display (line 35) | def init_display(self, *args) -> Any: ... method invert (line 36) | def invert(self, *args) -> Any: ... method pixel (line 37) | def pixel(self, *args) -> Any: ... method poweroff (line 38) | def poweroff(self, *args) -> Any: ... method poweron (line 39) | def poweron(self, *args) -> Any: ... method scroll (line 40) | def scroll(self, *args) -> Any: ... method show (line 41) | def show(self, *args) -> Any: ... method text (line 42) | def text(self, *args) -> Any: ... method write_cmd (line 43) | def write_cmd(self, *args) -> Any: ... method write_data (line 44) | def write_data(self, *args) -> Any: ... class SSD1306_SPI (line 46) | class SSD1306_SPI: method contrast (line 47) | def contrast(self, *args) -> Any: ... method fill (line 48) | def fill(self, *args) -> Any: ... method init_display (line 49) | def init_display(self, *args) -> Any: ... method invert (line 50) | def invert(self, *args) -> Any: ... method pixel (line 51) | def pixel(self, *args) -> Any: ... method poweroff (line 52) | def poweroff(self, *args) -> Any: ... method poweron (line 53) | def poweron(self, *args) -> Any: ... method scroll (line 54) | def scroll(self, *args) -> Any: ... method show (line 55) | def show(self, *args) -> Any: ... method text (line 56) | def text(self, *args) -> Any: ... method write_cmd (line 57) | def write_cmd(self, *args) -> Any: ... method write_data (line 58) | def write_data(self, *args) -> Any: ... function const (line 60) | def const(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/ssh.py function exec (line 21) | def exec(*args) -> Any: function get (line 25) | def get(*args) -> Any: function list (line 29) | def list(*args) -> Any: function llist (line 33) | def llist(*args) -> Any: function mkdir (line 37) | def mkdir(*args) -> Any: function options (line 41) | def options(*args) -> Any: function put (line 45) | def put(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/ssh.pyi function exec (line 15) | def exec(*args) -> Any: ... function get (line 16) | def get(*args) -> Any: ... function list (line 17) | def list(*args) -> Any: ... function llist (line 18) | def llist(*args) -> Any: ... function mkdir (line 19) | def mkdir(*args) -> Any: ... function options (line 20) | def options(*args) -> Any: ... function put (line 21) | def put(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/ssl.py function wrap_socket (line 9) | def wrap_socket(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/struct.py function calcsize (line 9) | def calcsize(*args) -> Any: function pack (line 13) | def pack(*args) -> Any: function pack_into (line 17) | def pack_into(*args) -> Any: function unpack (line 21) | def unpack(*args) -> Any: function unpack_from (line 25) | def unpack_from(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/struct.pyi function calcsize (line 3) | def calcsize(*args) -> Any: ... function pack (line 4) | def pack(*args) -> Any: ... function pack_into (line 5) | def pack_into(*args) -> Any: ... function unpack (line 6) | def unpack(*args) -> Any: ... function unpack_from (line 7) | def unpack_from(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/sys.py function exc_info (line 12) | def exc_info(*args) -> Any: function exit (line 16) | def exit(*args) -> Any: function mpycore (line 25) | def mpycore(*args) -> Any: function print_exception (line 33) | def print_exception(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/sys.pyi function exc_info (line 6) | def exc_info(*args) -> Any: ... function exit (line 7) | def exit(*args) -> Any: ... function mpycore (line 13) | def mpycore(*args) -> Any: ... function print_exception (line 18) | def print_exception(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/time.py function block_sleep (line 9) | def block_sleep(*args) -> Any: function gmtime (line 13) | def gmtime(*args) -> Any: function localtime (line 17) | def localtime(*args) -> Any: function mktime (line 21) | def mktime(*args) -> Any: function sleep (line 25) | def sleep(*args) -> Any: function sleep_ms (line 29) | def sleep_ms(*args) -> Any: function sleep_us (line 33) | def sleep_us(*args) -> Any: function strftime (line 37) | def strftime(*args) -> Any: function ticks_add (line 41) | def ticks_add(*args) -> Any: function ticks_base (line 45) | def ticks_base(*args) -> Any: function ticks_cpu (line 49) | def ticks_cpu(*args) -> Any: function ticks_diff (line 53) | def ticks_diff(*args) -> Any: function ticks_ms (line 57) | def ticks_ms(*args) -> Any: function ticks_us (line 61) | def ticks_us(*args) -> Any: function tickscpu_diff (line 65) | def tickscpu_diff(*args) -> Any: function time (line 69) | def time(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/time.pyi function block_sleep (line 3) | def block_sleep(*args) -> Any: ... function gmtime (line 4) | def gmtime(*args) -> Any: ... function localtime (line 5) | def localtime(*args) -> Any: ... function mktime (line 6) | def mktime(*args) -> Any: ... function sleep (line 7) | def sleep(*args) -> Any: ... function sleep_ms (line 8) | def sleep_ms(*args) -> Any: ... function sleep_us (line 9) | def sleep_us(*args) -> Any: ... function strftime (line 10) | def strftime(*args) -> Any: ... function ticks_add (line 11) | def ticks_add(*args) -> Any: ... function ticks_base (line 12) | def ticks_base(*args) -> Any: ... function ticks_cpu (line 13) | def ticks_cpu(*args) -> Any: ... function ticks_diff (line 14) | def ticks_diff(*args) -> Any: ... function ticks_ms (line 15) | def ticks_ms(*args) -> Any: ... function ticks_us (line 16) | def ticks_us(*args) -> Any: ... function tickscpu_diff (line 17) | def tickscpu_diff(*args) -> Any: ... function time (line 18) | def time(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/tpcalib.py class Calibrate (line 9) | class Calibrate: method calibError (line 12) | def calibError(self, *args) -> Any: method calibrate (line 15) | def calibrate(self, *args) -> Any: method drawCrossHair (line 18) | def drawCrossHair(self, *args) -> Any: method readCoordinates (line 21) | def readCoordinates(self, *args) -> Any: method tpcalib (line 24) | def tpcalib(self, *args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/tpcalib.pyi class Calibrate (line 3) | class Calibrate: method calibError (line 4) | def calibError(self, *args) -> Any: ... method calibrate (line 5) | def calibrate(self, *args) -> Any: ... method drawCrossHair (line 6) | def drawCrossHair(self, *args) -> Any: ... method readCoordinates (line 7) | def readCoordinates(self, *args) -> Any: ... method tpcalib (line 8) | def tpcalib(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args) -> Any: function crc32 (line 17) | def crc32(*args) -> Any: function hexlify (line 21) | def hexlify(*args) -> Any: function unhexlify (line 25) | def unhexlify(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args) -> Any: ... function crc32 (line 5) | def crc32(*args) -> Any: ... function hexlify (line 6) | def hexlify(*args) -> Any: ... function unhexlify (line 7) | def unhexlify(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/ucollections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *args) -> Any: method copy (line 15) | def copy(self, *args) -> Any: method fromkeys (line 18) | def fromkeys(self, *args) -> Any: method get (line 21) | def get(self, *args) -> Any: method items (line 24) | def items(self, *args) -> Any: method keys (line 27) | def keys(self, *args) -> Any: method pop (line 30) | def pop(self, *args) -> Any: method popitem (line 33) | def popitem(self, *args) -> Any: method setdefault (line 36) | def setdefault(self, *args) -> Any: method update (line 39) | def update(self, *args) -> Any: method values (line 42) | def values(self, *args) -> Any: class deque (line 46) | class deque: method append (line 49) | def append(self, *args) -> Any: method popleft (line 52) | def popleft(self, *args) -> Any: function namedtuple (line 56) | def namedtuple(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *args) -> Any: ... method copy (line 5) | def copy(self, *args) -> Any: ... method fromkeys (line 6) | def fromkeys(self, *args) -> Any: ... method get (line 7) | def get(self, *args) -> Any: ... method items (line 8) | def items(self, *args) -> Any: ... method keys (line 9) | def keys(self, *args) -> Any: ... method pop (line 10) | def pop(self, *args) -> Any: ... method popitem (line 11) | def popitem(self, *args) -> Any: ... method setdefault (line 12) | def setdefault(self, *args) -> Any: ... method update (line 13) | def update(self, *args) -> Any: ... method values (line 14) | def values(self, *args) -> Any: ... class deque (line 16) | class deque: method append (line 17) | def append(self, *args) -> Any: ... method popleft (line 18) | def popleft(self, *args) -> Any: ... function namedtuple (line 20) | def namedtuple(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/uctypes.py function addressof (line 34) | def addressof(*args) -> Any: function bytearray_at (line 38) | def bytearray_at(*args) -> Any: function bytes_at (line 42) | def bytes_at(*args) -> Any: function sizeof (line 46) | def sizeof(*args) -> Any: class struct (line 50) | class struct: FILE: stubs/loboris-v3_2_9-esp32/uctypes.pyi function addressof (line 28) | def addressof(*args) -> Any: ... function bytearray_at (line 29) | def bytearray_at(*args) -> Any: ... function bytes_at (line 30) | def bytes_at(*args) -> Any: ... function sizeof (line 31) | def sizeof(*args) -> Any: ... class struct (line 33) | class struct: ... FILE: stubs/loboris-v3_2_9-esp32/uhashlib.py class sha1 (line 9) | class sha1: method digest (line 12) | def digest(self, *args) -> Any: method update (line 15) | def update(self, *args) -> Any: class sha256 (line 19) | class sha256: method digest (line 22) | def digest(self, *args) -> Any: method update (line 25) | def update(self, *args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/uhashlib.pyi class sha1 (line 3) | class sha1: method digest (line 4) | def digest(self, *args) -> Any: ... method update (line 5) | def update(self, *args) -> Any: ... class sha256 (line 7) | class sha256: method digest (line 8) | def digest(self, *args) -> Any: ... method update (line 9) | def update(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/uheapq.py function heapify (line 9) | def heapify(*args) -> Any: function heappop (line 13) | def heappop(*args) -> Any: function heappush (line 17) | def heappush(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/uheapq.pyi function heapify (line 3) | def heapify(*args) -> Any: ... function heappop (line 4) | def heappop(*args) -> Any: ... function heappush (line 5) | def heappush(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/uio.py class BufferedWriter (line 9) | class BufferedWriter: method flush (line 12) | def flush(self, *args) -> Any: method write (line 15) | def write(self, *args) -> Any: class BytesIO (line 19) | class BytesIO: method close (line 22) | def close(self, *args) -> Any: method flush (line 25) | def flush(self, *args) -> Any: method getvalue (line 28) | def getvalue(self, *args) -> Any: method read (line 31) | def read(self, *args) -> Any: method readinto (line 34) | def readinto(self, *args) -> Any: method readline (line 37) | def readline(self, *args) -> Any: method seek (line 40) | def seek(self, *args) -> Any: method write (line 43) | def write(self, *args) -> Any: class FileIO (line 47) | class FileIO: method close (line 50) | def close(self, *args) -> Any: method flush (line 53) | def flush(self, *args) -> Any: method read (line 56) | def read(self, *args) -> Any: method readinto (line 59) | def readinto(self, *args) -> Any: method readline (line 62) | def readline(self, *args) -> Any: method readlines (line 65) | def readlines(self, *args) -> Any: method seek (line 68) | def seek(self, *args) -> Any: method tell (line 71) | def tell(self, *args) -> Any: method write (line 74) | def write(self, *args) -> Any: class StringIO (line 78) | class StringIO: method close (line 81) | def close(self, *args) -> Any: method flush (line 84) | def flush(self, *args) -> Any: method getvalue (line 87) | def getvalue(self, *args) -> Any: method read (line 90) | def read(self, *args) -> Any: method readinto (line 93) | def readinto(self, *args) -> Any: method readline (line 96) | def readline(self, *args) -> Any: method seek (line 99) | def seek(self, *args) -> Any: method write (line 102) | def write(self, *args) -> Any: class TextIOWrapper (line 106) | class TextIOWrapper: method close (line 109) | def close(self, *args) -> Any: method flush (line 112) | def flush(self, *args) -> Any: method read (line 115) | def read(self, *args) -> Any: method readinto (line 118) | def readinto(self, *args) -> Any: method readline (line 121) | def readline(self, *args) -> Any: method readlines (line 124) | def readlines(self, *args) -> Any: method seek (line 127) | def seek(self, *args) -> Any: method tell (line 130) | def tell(self, *args) -> Any: method write (line 133) | def write(self, *args) -> Any: function open (line 137) | def open(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/uio.pyi class BufferedWriter (line 3) | class BufferedWriter: method flush (line 4) | def flush(self, *args) -> Any: ... method write (line 5) | def write(self, *args) -> Any: ... class BytesIO (line 7) | class BytesIO: method close (line 8) | def close(self, *args) -> Any: ... method flush (line 9) | def flush(self, *args) -> Any: ... method getvalue (line 10) | def getvalue(self, *args) -> Any: ... method read (line 11) | def read(self, *args) -> Any: ... method readinto (line 12) | def readinto(self, *args) -> Any: ... method readline (line 13) | def readline(self, *args) -> Any: ... method seek (line 14) | def seek(self, *args) -> Any: ... method write (line 15) | def write(self, *args) -> Any: ... class FileIO (line 17) | class FileIO: method close (line 18) | def close(self, *args) -> Any: ... method flush (line 19) | def flush(self, *args) -> Any: ... method read (line 20) | def read(self, *args) -> Any: ... method readinto (line 21) | def readinto(self, *args) -> Any: ... method readline (line 22) | def readline(self, *args) -> Any: ... method readlines (line 23) | def readlines(self, *args) -> Any: ... method seek (line 24) | def seek(self, *args) -> Any: ... method tell (line 25) | def tell(self, *args) -> Any: ... method write (line 26) | def write(self, *args) -> Any: ... class StringIO (line 28) | class StringIO: method close (line 29) | def close(self, *args) -> Any: ... method flush (line 30) | def flush(self, *args) -> Any: ... method getvalue (line 31) | def getvalue(self, *args) -> Any: ... method read (line 32) | def read(self, *args) -> Any: ... method readinto (line 33) | def readinto(self, *args) -> Any: ... method readline (line 34) | def readline(self, *args) -> Any: ... method seek (line 35) | def seek(self, *args) -> Any: ... method write (line 36) | def write(self, *args) -> Any: ... class TextIOWrapper (line 38) | class TextIOWrapper: method close (line 39) | def close(self, *args) -> Any: ... method flush (line 40) | def flush(self, *args) -> Any: ... method read (line 41) | def read(self, *args) -> Any: ... method readinto (line 42) | def readinto(self, *args) -> Any: ... method readline (line 43) | def readline(self, *args) -> Any: ... method readlines (line 44) | def readlines(self, *args) -> Any: ... method seek (line 45) | def seek(self, *args) -> Any: ... method tell (line 46) | def tell(self, *args) -> Any: ... method write (line 47) | def write(self, *args) -> Any: ... function open (line 49) | def open(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/ujson.py function dump (line 9) | def dump(*args) -> Any: function dumps (line 13) | def dumps(*args) -> Any: function load (line 17) | def load(*args) -> Any: function loads (line 21) | def loads(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/ujson.pyi function dump (line 3) | def dump(*args) -> Any: ... function dumps (line 4) | def dumps(*args) -> Any: ... function load (line 5) | def load(*args) -> Any: ... function loads (line 6) | def loads(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/uos.py function chdir (line 13) | def chdir(*args) -> Any: function getcwd (line 17) | def getcwd(*args) -> Any: function getdrive (line 21) | def getdrive(*args) -> Any: function ilistdir (line 25) | def ilistdir(*args) -> Any: function listdir (line 29) | def listdir(*args) -> Any: function mkdir (line 33) | def mkdir(*args) -> Any: function mountsd (line 37) | def mountsd(*args) -> Any: function remove (line 41) | def remove(*args) -> Any: function rename (line 45) | def rename(*args) -> Any: function rmdir (line 49) | def rmdir(*args) -> Any: function sdconfig (line 53) | def sdconfig(*args) -> Any: function stat (line 57) | def stat(*args) -> Any: function statvfs (line 61) | def statvfs(*args) -> Any: function umountsd (line 65) | def umountsd(*args) -> Any: function uname (line 69) | def uname(*args) -> Any: function urandom (line 73) | def urandom(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/uos.pyi function chdir (line 7) | def chdir(*args) -> Any: ... function getcwd (line 8) | def getcwd(*args) -> Any: ... function getdrive (line 9) | def getdrive(*args) -> Any: ... function ilistdir (line 10) | def ilistdir(*args) -> Any: ... function listdir (line 11) | def listdir(*args) -> Any: ... function mkdir (line 12) | def mkdir(*args) -> Any: ... function mountsd (line 13) | def mountsd(*args) -> Any: ... function remove (line 14) | def remove(*args) -> Any: ... function rename (line 15) | def rename(*args) -> Any: ... function rmdir (line 16) | def rmdir(*args) -> Any: ... function sdconfig (line 17) | def sdconfig(*args) -> Any: ... function stat (line 18) | def stat(*args) -> Any: ... function statvfs (line 19) | def statvfs(*args) -> Any: ... function umountsd (line 20) | def umountsd(*args) -> Any: ... function uname (line 21) | def uname(*args) -> Any: ... function urandom (line 22) | def urandom(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/upip.py class NotFoundError (line 9) | class NotFoundError(Exception): function _makedirs (line 13) | def _makedirs(*args) -> Any: function cleanup (line 17) | def cleanup(*args) -> Any: function fatal (line 26) | def fatal(*args) -> Any: function get_install_path (line 34) | def get_install_path(*args) -> Any: function get_pkg_metadata (line 38) | def get_pkg_metadata(*args) -> Any: function help (line 45) | def help(*args) -> Any: function install (line 49) | def install(*args) -> Any: function install_pkg (line 56) | def install_pkg(*args) -> Any: function install_tar (line 60) | def install_tar(*args) -> Any: function main (line 67) | def main(*args) -> Any: function op_basename (line 71) | def op_basename(*args) -> Any: function op_split (line 75) | def op_split(*args) -> Any: function save_file (line 82) | def save_file(*args) -> Any: function url_open (line 90) | def url_open(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/upip.pyi class NotFoundError (line 3) | class NotFoundError(Exception): ... function _makedirs (line 5) | def _makedirs(*args) -> Any: ... function cleanup (line 6) | def cleanup(*args) -> Any: ... function fatal (line 12) | def fatal(*args) -> Any: ... function get_install_path (line 17) | def get_install_path(*args) -> Any: ... function get_pkg_metadata (line 18) | def get_pkg_metadata(*args) -> Any: ... function help (line 22) | def help(*args) -> Any: ... function install (line 23) | def install(*args) -> Any: ... function install_pkg (line 27) | def install_pkg(*args) -> Any: ... function install_tar (line 28) | def install_tar(*args) -> Any: ... function main (line 32) | def main(*args) -> Any: ... function op_basename (line 33) | def op_basename(*args) -> Any: ... function op_split (line 34) | def op_split(*args) -> Any: ... function save_file (line 38) | def save_file(*args) -> Any: ... function url_open (line 43) | def url_open(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/upip_utarfile.py class FileSection (line 11) | class FileSection: method read (line 14) | def read(self, *args) -> Any: method readinto (line 17) | def readinto(self, *args) -> Any: method skip (line 20) | def skip(self, *args) -> Any: class TarFile (line 28) | class TarFile: method extractfile (line 31) | def extractfile(self, *args) -> Any: method next (line 34) | def next(self, *args) -> Any: class TarInfo (line 38) | class TarInfo: function roundup (line 42) | def roundup(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/upip_utarfile.pyi class FileSection (line 5) | class FileSection: method read (line 6) | def read(self, *args) -> Any: ... method readinto (line 7) | def readinto(self, *args) -> Any: ... method skip (line 8) | def skip(self, *args) -> Any: ... class TarFile (line 13) | class TarFile: method extractfile (line 14) | def extractfile(self, *args) -> Any: ... method next (line 15) | def next(self, *args) -> Any: ... class TarInfo (line 17) | class TarInfo: ... function roundup (line 19) | def roundup(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/urandom.py function choice (line 9) | def choice(*args) -> Any: function getrandbits (line 13) | def getrandbits(*args) -> Any: function randint (line 17) | def randint(*args) -> Any: function random (line 21) | def random(*args) -> Any: function randrange (line 25) | def randrange(*args) -> Any: function seed (line 29) | def seed(*args) -> Any: function uniform (line 33) | def uniform(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/urandom.pyi function choice (line 3) | def choice(*args) -> Any: ... function getrandbits (line 4) | def getrandbits(*args) -> Any: ... function randint (line 5) | def randint(*args) -> Any: ... function random (line 6) | def random(*args) -> Any: ... function randrange (line 7) | def randrange(*args) -> Any: ... function seed (line 8) | def seed(*args) -> Any: ... function uniform (line 9) | def uniform(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/ure.py function compile (line 11) | def compile(*args) -> Any: function match (line 15) | def match(*args) -> Any: function search (line 19) | def search(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/ure.pyi function compile (line 5) | def compile(*args) -> Any: ... function match (line 6) | def match(*args) -> Any: ... function search (line 7) | def search(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/urequests.py class Response (line 9) | class Response: method close (line 12) | def close(self, *args) -> Any: method json (line 17) | def json(self, *args) -> Any: function delete (line 23) | def delete(*args) -> Any: function get (line 27) | def get(*args) -> Any: function head (line 31) | def head(*args) -> Any: function patch (line 35) | def patch(*args) -> Any: function post (line 39) | def post(*args) -> Any: function put (line 43) | def put(*args) -> Any: function request (line 47) | def request(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/urequests.pyi class Response (line 3) | class Response: method close (line 4) | def close(self, *args) -> Any: ... method json (line 6) | def json(self, *args) -> Any: ... function delete (line 9) | def delete(*args) -> Any: ... function get (line 10) | def get(*args) -> Any: ... function head (line 11) | def head(*args) -> Any: ... function patch (line 12) | def patch(*args) -> Any: ... function post (line 13) | def post(*args) -> Any: ... function put (line 14) | def put(*args) -> Any: ... function request (line 15) | def request(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/uselect.py function poll (line 14) | def poll(*args) -> Any: function select (line 18) | def select(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/uselect.pyi function poll (line 8) | def poll(*args) -> Any: ... function select (line 9) | def select(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/usocket.py function getaddrinfo (line 21) | def getaddrinfo(*args) -> Any: function socket (line 25) | def socket(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/usocket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args) -> Any: ... function socket (line 16) | def socket(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/ussl.py function wrap_socket (line 9) | def wrap_socket(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/ustruct.py function calcsize (line 9) | def calcsize(*args) -> Any: function pack (line 13) | def pack(*args) -> Any: function pack_into (line 17) | def pack_into(*args) -> Any: function unpack (line 21) | def unpack(*args) -> Any: function unpack_from (line 25) | def unpack_from(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/ustruct.pyi function calcsize (line 3) | def calcsize(*args) -> Any: ... function pack (line 4) | def pack(*args) -> Any: ... function pack_into (line 5) | def pack_into(*args) -> Any: ... function unpack (line 6) | def unpack(*args) -> Any: ... function unpack_from (line 7) | def unpack_from(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/utime.py function block_sleep (line 9) | def block_sleep(*args) -> Any: function gmtime (line 13) | def gmtime(*args) -> Any: function localtime (line 17) | def localtime(*args) -> Any: function mktime (line 21) | def mktime(*args) -> Any: function sleep (line 25) | def sleep(*args) -> Any: function sleep_ms (line 29) | def sleep_ms(*args) -> Any: function sleep_us (line 33) | def sleep_us(*args) -> Any: function strftime (line 37) | def strftime(*args) -> Any: function ticks_add (line 41) | def ticks_add(*args) -> Any: function ticks_base (line 45) | def ticks_base(*args) -> Any: function ticks_cpu (line 49) | def ticks_cpu(*args) -> Any: function ticks_diff (line 53) | def ticks_diff(*args) -> Any: function ticks_ms (line 57) | def ticks_ms(*args) -> Any: function ticks_us (line 61) | def ticks_us(*args) -> Any: function tickscpu_diff (line 65) | def tickscpu_diff(*args) -> Any: function time (line 69) | def time(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/utime.pyi function block_sleep (line 3) | def block_sleep(*args) -> Any: ... function gmtime (line 4) | def gmtime(*args) -> Any: ... function localtime (line 5) | def localtime(*args) -> Any: ... function mktime (line 6) | def mktime(*args) -> Any: ... function sleep (line 7) | def sleep(*args) -> Any: ... function sleep_ms (line 8) | def sleep_ms(*args) -> Any: ... function sleep_us (line 9) | def sleep_us(*args) -> Any: ... function strftime (line 10) | def strftime(*args) -> Any: ... function ticks_add (line 11) | def ticks_add(*args) -> Any: ... function ticks_base (line 12) | def ticks_base(*args) -> Any: ... function ticks_cpu (line 13) | def ticks_cpu(*args) -> Any: ... function ticks_diff (line 14) | def ticks_diff(*args) -> Any: ... function ticks_ms (line 15) | def ticks_ms(*args) -> Any: ... function ticks_us (line 16) | def ticks_us(*args) -> Any: ... function tickscpu_diff (line 17) | def tickscpu_diff(*args) -> Any: ... function time (line 18) | def time(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/utimeq.py class utimeq (line 9) | class utimeq: method peektime (line 12) | def peektime(self, *args) -> Any: method pop (line 15) | def pop(self, *args) -> Any: method push (line 18) | def push(self, *args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args) -> Any: ... method pop (line 5) | def pop(self, *args) -> Any: ... method push (line 6) | def push(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/uzlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *args) -> Any: method readinto (line 15) | def readinto(self, *args) -> Any: method readline (line 18) | def readline(self, *args) -> Any: function decompress (line 22) | def decompress(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/uzlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *args) -> Any: ... method readinto (line 5) | def readinto(self, *args) -> Any: ... method readline (line 6) | def readline(self, *args) -> Any: ... function decompress (line 8) | def decompress(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/websocket.py class websocket (line 9) | class websocket: method close (line 12) | def close(self, *args) -> Any: method ioctl (line 15) | def ioctl(self, *args) -> Any: method read (line 18) | def read(self, *args) -> Any: method readinto (line 21) | def readinto(self, *args) -> Any: method readline (line 24) | def readline(self, *args) -> Any: method write (line 27) | def write(self, *args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/websocket.pyi class websocket (line 3) | class websocket: method close (line 4) | def close(self, *args) -> Any: ... method ioctl (line 5) | def ioctl(self, *args) -> Any: ... method read (line 6) | def read(self, *args) -> Any: ... method readinto (line 7) | def readinto(self, *args) -> Any: ... method readline (line 8) | def readline(self, *args) -> Any: ... method write (line 9) | def write(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/writer.py class Writer (line 9) | class Writer: method _newline (line 12) | def _newline(self, *args) -> Any: method _printchar (line 15) | def _printchar(self, *args) -> Any: method _printchar_bitwise (line 18) | def _printchar_bitwise(self, *args) -> Any: method printstring (line 23) | def printstring(self, *args) -> Any: method set_clip (line 28) | def set_clip(self, *args) -> Any: method set_textpos (line 31) | def set_textpos(self, *args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/writer.pyi class Writer (line 3) | class Writer: method _newline (line 4) | def _newline(self, *args) -> Any: ... method _printchar (line 5) | def _printchar(self, *args) -> Any: ... method _printchar_bitwise (line 6) | def _printchar_bitwise(self, *args) -> Any: ... method printstring (line 8) | def printstring(self, *args) -> Any: ... method set_clip (line 10) | def set_clip(self, *args) -> Any: ... method set_textpos (line 11) | def set_textpos(self, *args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/ymodem.py function recv (line 9) | def recv(*args) -> Any: function send (line 13) | def send(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/ymodem.pyi function recv (line 3) | def recv(*args) -> Any: ... function send (line 4) | def send(*args) -> Any: ... FILE: stubs/loboris-v3_2_9-esp32/zlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *args) -> Any: method readinto (line 15) | def readinto(self, *args) -> Any: method readline (line 18) | def readline(self, *args) -> Any: function decompress (line 22) | def decompress(*args) -> Any: FILE: stubs/loboris-v3_2_9-esp32/zlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *args) -> Any: ... method readinto (line 5) | def readinto(self, *args) -> Any: ... method readline (line 6) | def readline(self, *args) -> Any: ... function decompress (line 8) | def decompress(*args) -> Any: ... FILE: stubs/lvgl-v8_1_0_dev-esp32/lodepng.py class C_Pointer (line 9) | class C_Pointer: class LCT (line 13) | class LCT: class LodePNGColorMode (line 24) | class LodePNGColorMode: class LodePNGDecoderSettings (line 28) | class LodePNGDecoderSettings: class LodePNGDecompressSettings (line 32) | class LodePNGDecompressSettings: class LodePNGInfo (line 36) | class LodePNGInfo: class LodePNGState (line 40) | class LodePNGState: class LodePNGTime (line 44) | class LodePNGTime: function add_itext (line 48) | def add_itext(*args) -> Any: function add_text (line 52) | def add_text(*args) -> Any: function can_have_alpha (line 56) | def can_have_alpha(*args) -> Any: function chunk_ancillary (line 60) | def chunk_ancillary(*args) -> Any: function chunk_append (line 64) | def chunk_append(*args) -> Any: function chunk_check_crc (line 68) | def chunk_check_crc(*args) -> Any: function chunk_create (line 72) | def chunk_create(*args) -> Any: function chunk_data (line 76) | def chunk_data(*args) -> Any: function chunk_data_const (line 80) | def chunk_data_const(*args) -> Any: function chunk_find (line 84) | def chunk_find(*args) -> Any: function chunk_find_const (line 88) | def chunk_find_const(*args) -> Any: function chunk_generate_crc (line 92) | def chunk_generate_crc(*args) -> Any: function chunk_length (line 96) | def chunk_length(*args) -> Any: function chunk_next (line 100) | def chunk_next(*args) -> Any: function chunk_next_const (line 104) | def chunk_next_const(*args) -> Any: function chunk_private (line 108) | def chunk_private(*args) -> Any: function chunk_safetocopy (line 112) | def chunk_safetocopy(*args) -> Any: function chunk_type (line 116) | def chunk_type(*args) -> Any: function chunk_type_equals (line 120) | def chunk_type_equals(*args) -> Any: function clear_icc (line 124) | def clear_icc(*args) -> Any: function clear_itext (line 128) | def clear_itext(*args) -> Any: function clear_text (line 132) | def clear_text(*args) -> Any: function color_mode_cleanup (line 136) | def color_mode_cleanup(*args) -> Any: function color_mode_copy (line 140) | def color_mode_copy(*args) -> Any: function color_mode_init (line 144) | def color_mode_init(*args) -> Any: function color_mode_make (line 148) | def color_mode_make(*args) -> Any: function convert (line 152) | def convert(*args) -> Any: function crc32 (line 156) | def crc32(*args) -> Any: function decode (line 160) | def decode(*args) -> Any: function decode24 (line 164) | def decode24(*args) -> Any: function decode32 (line 168) | def decode32(*args) -> Any: function decode_memory (line 172) | def decode_memory(*args) -> Any: function decoder_settings_init (line 176) | def decoder_settings_init(*args) -> Any: function decompress_settings_init (line 180) | def decompress_settings_init(*args) -> Any: function error_text (line 187) | def error_text(*args) -> Any: function get_bpp (line 191) | def get_bpp(*args) -> Any: function get_channels (line 195) | def get_channels(*args) -> Any: function get_raw_size (line 199) | def get_raw_size(*args) -> Any: function has_palette_alpha (line 203) | def has_palette_alpha(*args) -> Any: function inflate (line 207) | def inflate(*args) -> Any: function info_cleanup (line 211) | def info_cleanup(*args) -> Any: function info_copy (line 215) | def info_copy(*args) -> Any: function info_init (line 219) | def info_init(*args) -> Any: function inspect (line 223) | def inspect(*args) -> Any: function inspect_chunk (line 227) | def inspect_chunk(*args) -> Any: function is_alpha_type (line 231) | def is_alpha_type(*args) -> Any: function is_greyscale_type (line 235) | def is_greyscale_type(*args) -> Any: function is_palette_type (line 239) | def is_palette_type(*args) -> Any: function palette_add (line 243) | def palette_add(*args) -> Any: function palette_clear (line 247) | def palette_clear(*args) -> Any: function set_icc (line 251) | def set_icc(*args) -> Any: function state_cleanup (line 255) | def state_cleanup(*args) -> Any: function state_copy (line 259) | def state_copy(*args) -> Any: function state_init (line 263) | def state_init(*args) -> Any: function zlib_decompress (line 267) | def zlib_decompress(*args) -> Any: FILE: stubs/lvgl-v8_1_0_dev-esp32/lodepng.pyi class C_Pointer (line 3) | class C_Pointer: ... class LCT (line 5) | class LCT: class LodePNGColorMode (line 13) | class LodePNGColorMode: ... class LodePNGDecoderSettings (line 14) | class LodePNGDecoderSettings: ... class LodePNGDecompressSettings (line 15) | class LodePNGDecompressSettings: ... class LodePNGInfo (line 16) | class LodePNGInfo: ... class LodePNGState (line 17) | class LodePNGState: ... class LodePNGTime (line 18) | class LodePNGTime: ... function add_itext (line 20) | def add_itext(*args) -> Any: ... function add_text (line 21) | def add_text(*args) -> Any: ... function can_have_alpha (line 22) | def can_have_alpha(*args) -> Any: ... function chunk_ancillary (line 23) | def chunk_ancillary(*args) -> Any: ... function chunk_append (line 24) | def chunk_append(*args) -> Any: ... function chunk_check_crc (line 25) | def chunk_check_crc(*args) -> Any: ... function chunk_create (line 26) | def chunk_create(*args) -> Any: ... function chunk_data (line 27) | def chunk_data(*args) -> Any: ... function chunk_data_const (line 28) | def chunk_data_const(*args) -> Any: ... function chunk_find (line 29) | def chunk_find(*args) -> Any: ... function chunk_find_const (line 30) | def chunk_find_const(*args) -> Any: ... function chunk_generate_crc (line 31) | def chunk_generate_crc(*args) -> Any: ... function chunk_length (line 32) | def chunk_length(*args) -> Any: ... function chunk_next (line 33) | def chunk_next(*args) -> Any: ... function chunk_next_const (line 34) | def chunk_next_const(*args) -> Any: ... function chunk_private (line 35) | def chunk_private(*args) -> Any: ... function chunk_safetocopy (line 36) | def chunk_safetocopy(*args) -> Any: ... function chunk_type (line 37) | def chunk_type(*args) -> Any: ... function chunk_type_equals (line 38) | def chunk_type_equals(*args) -> Any: ... function clear_icc (line 39) | def clear_icc(*args) -> Any: ... function clear_itext (line 40) | def clear_itext(*args) -> Any: ... function clear_text (line 41) | def clear_text(*args) -> Any: ... function color_mode_cleanup (line 42) | def color_mode_cleanup(*args) -> Any: ... function color_mode_copy (line 43) | def color_mode_copy(*args) -> Any: ... function color_mode_init (line 44) | def color_mode_init(*args) -> Any: ... function color_mode_make (line 45) | def color_mode_make(*args) -> Any: ... function convert (line 46) | def convert(*args) -> Any: ... function crc32 (line 47) | def crc32(*args) -> Any: ... function decode (line 48) | def decode(*args) -> Any: ... function decode24 (line 49) | def decode24(*args) -> Any: ... function decode32 (line 50) | def decode32(*args) -> Any: ... function decode_memory (line 51) | def decode_memory(*args) -> Any: ... function decoder_settings_init (line 52) | def decoder_settings_init(*args) -> Any: ... function decompress_settings_init (line 53) | def decompress_settings_init(*args) -> Any: ... function error_text (line 57) | def error_text(*args) -> Any: ... function get_bpp (line 58) | def get_bpp(*args) -> Any: ... function get_channels (line 59) | def get_channels(*args) -> Any: ... function get_raw_size (line 60) | def get_raw_size(*args) -> Any: ... function has_palette_alpha (line 61) | def has_palette_alpha(*args) -> Any: ... function inflate (line 62) | def inflate(*args) -> Any: ... function info_cleanup (line 63) | def info_cleanup(*args) -> Any: ... function info_copy (line 64) | def info_copy(*args) -> Any: ... function info_init (line 65) | def info_init(*args) -> Any: ... function inspect (line 66) | def inspect(*args) -> Any: ... function inspect_chunk (line 67) | def inspect_chunk(*args) -> Any: ... function is_alpha_type (line 68) | def is_alpha_type(*args) -> Any: ... function is_greyscale_type (line 69) | def is_greyscale_type(*args) -> Any: ... function is_palette_type (line 70) | def is_palette_type(*args) -> Any: ... function palette_add (line 71) | def palette_add(*args) -> Any: ... function palette_clear (line 72) | def palette_clear(*args) -> Any: ... function set_icc (line 73) | def set_icc(*args) -> Any: ... function state_cleanup (line 74) | def state_cleanup(*args) -> Any: ... function state_copy (line 75) | def state_copy(*args) -> Any: ... function state_init (line 76) | def state_init(*args) -> Any: ... function zlib_decompress (line 77) | def zlib_decompress(*args) -> Any: ... FILE: stubs/lvgl-v8_1_0_dev-esp32/lvgl.py class list (line 9) | class list: class CLASS_EDITABLE (line 12) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 19) | class CLASS_GROUP_DEF: class DRAW_PART (line 26) | class DRAW_PART: class FLAG (line 33) | class FLAG: class TREE_WALK (line 62) | class TREE_WALK: method add_btn (line 69) | def add_btn(self, *args) -> Any: method add_event_cb (line 72) | def add_event_cb(self, *args) -> Any: method add_flag (line 75) | def add_flag(self, *args) -> Any: method add_state (line 78) | def add_state(self, *args) -> Any: method add_style (line 81) | def add_style(self, *args) -> Any: method add_text (line 84) | def add_text(self, *args) -> Any: method align (line 87) | def align(self, *args) -> Any: method align_to (line 90) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 93) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 96) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 99) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 102) | def calculate_style_text_align(self, *args) -> Any: method center (line 105) | def center(self, *args) -> Any: method check_type (line 108) | def check_type(self, *args) -> Any: method class_create_obj (line 111) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 114) | def class_init_obj(self, *args) -> Any: method clean (line 117) | def clean(self, *args) -> Any: method clear_flag (line 120) | def clear_flag(self, *args) -> Any: method clear_state (line 123) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 126) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 129) | def del_async(self, *args) -> Any: method del_delayed (line 132) | def del_delayed(self, *args) -> Any: method delete (line 135) | def delete(self, *args) -> Any: method dpx (line 138) | def dpx(self, *args) -> Any: method draw_dsc_init (line 141) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 144) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 147) | def enable_style_refresh(self, *args) -> Any: method event_base (line 150) | def event_base(self, *args) -> Any: method fade_in (line 153) | def fade_in(self, *args) -> Any: method fade_out (line 156) | def fade_out(self, *args) -> Any: method get_btn_text (line 159) | def get_btn_text(self, *args) -> Any: method get_child (line 162) | def get_child(self, *args) -> Any: method get_child_cnt (line 165) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 168) | def get_child_id(self, *args) -> Any: method get_class (line 171) | def get_class(self, *args) -> Any: method get_click_area (line 174) | def get_click_area(self, *args) -> Any: method get_content_coords (line 177) | def get_content_coords(self, *args) -> Any: method get_content_height (line 180) | def get_content_height(self, *args) -> Any: method get_content_width (line 183) | def get_content_width(self, *args) -> Any: method get_coords (line 186) | def get_coords(self, *args) -> Any: method get_disp (line 189) | def get_disp(self, *args) -> Any: method get_group (line 192) | def get_group(self, *args) -> Any: method get_height (line 195) | def get_height(self, *args) -> Any: method get_index (line 198) | def get_index(self, *args) -> Any: method get_local_style_prop (line 201) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 204) | def get_parent(self, *args) -> Any: method get_screen (line 207) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 210) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 213) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 216) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 219) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 222) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 225) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 228) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 231) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 234) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 237) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 240) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 243) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 246) | def get_self_height(self, *args) -> Any: method get_self_width (line 249) | def get_self_width(self, *args) -> Any: method get_state (line 252) | def get_state(self, *args) -> Any: method get_style_align (line 255) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 258) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 261) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 264) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 267) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 270) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 273) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 276) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 279) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 282) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 285) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 288) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 291) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 294) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 297) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 300) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 303) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 306) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 309) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 312) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 315) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 318) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 321) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 324) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 327) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 330) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 333) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 336) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 339) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 342) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 345) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 348) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 351) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 354) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 357) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 360) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 363) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 366) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 369) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 372) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 375) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 378) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 381) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 384) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 387) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 390) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 393) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 396) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 399) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 402) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 405) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 408) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 411) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 414) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 417) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 420) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 423) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 426) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 429) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 432) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 435) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 438) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 441) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 444) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 447) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 450) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 453) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 456) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 459) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 462) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 465) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 468) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 471) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 474) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 477) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 480) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 483) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 486) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 489) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 492) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 495) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 498) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 501) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 504) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 507) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 510) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 513) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 516) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 519) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 522) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 525) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 528) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 531) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 534) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 537) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 540) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 543) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 546) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 549) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 552) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 555) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 558) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 561) | def get_style_width(self, *args) -> Any: method get_style_x (line 564) | def get_style_x(self, *args) -> Any: method get_style_y (line 567) | def get_style_y(self, *args) -> Any: method get_user_data (line 570) | def get_user_data(self, *args) -> Any: method get_width (line 573) | def get_width(self, *args) -> Any: method get_x (line 576) | def get_x(self, *args) -> Any: method get_x2 (line 579) | def get_x2(self, *args) -> Any: method get_x_aligned (line 582) | def get_x_aligned(self, *args) -> Any: method get_y (line 585) | def get_y(self, *args) -> Any: method get_y2 (line 588) | def get_y2(self, *args) -> Any: method get_y_aligned (line 591) | def get_y_aligned(self, *args) -> Any: method has_class (line 594) | def has_class(self, *args) -> Any: method has_flag (line 597) | def has_flag(self, *args) -> Any: method has_flag_any (line 600) | def has_flag_any(self, *args) -> Any: method has_state (line 603) | def has_state(self, *args) -> Any: method hit_test (line 606) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 609) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 612) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 615) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 618) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 621) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 624) | def invalidate(self, *args) -> Any: method invalidate_area (line 627) | def invalidate_area(self, *args) -> Any: method is_editable (line 630) | def is_editable(self, *args) -> Any: method is_group_def (line 633) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 636) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 639) | def is_scrolling(self, *args) -> Any: method is_valid (line 642) | def is_valid(self, *args) -> Any: method is_visible (line 645) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 648) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 651) | def move_background(self, *args) -> Any: method move_children_by (line 654) | def move_children_by(self, *args) -> Any: method move_foreground (line 657) | def move_foreground(self, *args) -> Any: method move_to (line 660) | def move_to(self, *args) -> Any: method move_to_index (line 663) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 666) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 669) | def refr_pos(self, *args) -> Any: method refr_size (line 672) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 675) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 678) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 681) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 684) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 687) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 690) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 693) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 696) | def remove_style(self, *args) -> Any: method remove_style_all (line 699) | def remove_style_all(self, *args) -> Any: method report_style_change (line 702) | def report_style_change(self, *args) -> Any: method scroll_by (line 705) | def scroll_by(self, *args) -> Any: method scroll_to (line 708) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 711) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 714) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 717) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 720) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 723) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 726) | def set_align(self, *args) -> Any: method set_content_height (line 729) | def set_content_height(self, *args) -> Any: method set_content_width (line 732) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 735) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 738) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 741) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 744) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 747) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 750) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 753) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 756) | def set_height(self, *args) -> Any: method set_layout (line 759) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 762) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 765) | def set_parent(self, *args) -> Any: method set_pos (line 768) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 771) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 774) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 777) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 780) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 783) | def set_size(self, *args) -> Any: method set_style_align (line 786) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 789) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 792) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 795) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 798) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 801) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 804) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 807) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 810) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 813) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 816) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 819) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 822) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 825) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 828) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 831) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 834) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 837) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 840) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 843) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 846) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 849) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 852) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 855) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 858) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 861) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 864) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 867) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 870) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 873) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 876) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 879) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 882) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 885) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 888) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 891) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 894) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 897) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 900) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 903) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 906) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 909) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 912) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 915) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 918) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 921) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 924) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 927) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 930) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 933) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 936) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 939) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 942) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 945) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 948) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 951) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 954) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 957) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 960) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 963) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 966) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 969) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 972) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 975) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 978) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 981) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 984) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 987) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 990) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 993) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 996) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 999) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 1002) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 1005) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 1008) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 1011) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 1014) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 1017) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 1020) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 1023) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 1026) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 1029) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 1032) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 1035) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 1038) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 1041) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 1044) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 1047) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 1050) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 1053) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 1056) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 1059) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 1062) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 1065) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 1068) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 1071) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 1074) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 1077) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 1080) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 1083) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 1086) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 1089) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 1092) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 1095) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 1098) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 1101) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 1104) | def set_style_width(self, *args) -> Any: method set_style_x (line 1107) | def set_style_x(self, *args) -> Any: method set_style_y (line 1110) | def set_style_y(self, *args) -> Any: method set_tile (line 1113) | def set_tile(self, *args) -> Any: method set_tile_id (line 1116) | def set_tile_id(self, *args) -> Any: method set_user_data (line 1119) | def set_user_data(self, *args) -> Any: method set_width (line 1122) | def set_width(self, *args) -> Any: method set_x (line 1125) | def set_x(self, *args) -> Any: method set_y (line 1128) | def set_y(self, *args) -> Any: method style_get_selector_part (line 1131) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 1134) | def style_get_selector_state(self, *args) -> Any: method swap (line 1137) | def swap(self, *args) -> Any: method tree_walk (line 1140) | def tree_walk(self, *args) -> Any: method update_layout (line 1143) | def update_layout(self, *args) -> Any: method update_snap (line 1146) | def update_snap(self, *args) -> Any: function map (line 1150) | def map(*args) -> Any: function pow (line 1154) | def pow(*args) -> Any: class ALIGN (line 1158) | class ALIGN: class ANIM (line 1185) | class ANIM: class ANIM_IMG_PART (line 1192) | class ANIM_IMG_PART: class ANIM_REPEAT (line 1198) | class ANIM_REPEAT: class BASE_DIR (line 1204) | class BASE_DIR: class BLEND_MODE (line 1214) | class BLEND_MODE: class BORDER_SIDE (line 1222) | class BORDER_SIDE: class BTNMATRIX_BTN (line 1234) | class BTNMATRIX_BTN: class CHART_POINT (line 1240) | class CHART_POINT: class COORD (line 1246) | class COORD: class COVER_RES (line 1253) | class COVER_RES: class C_Pointer (line 1261) | class C_Pointer: class DIR (line 1265) | class DIR: class DISP_ROT (line 1278) | class DISP_ROT: class DPI (line 1284) | class DPI: class DRAW_MASK_LINE_SIDE (line 1290) | class DRAW_MASK_LINE_SIDE: class DRAW_MASK_RES (line 1299) | class DRAW_MASK_RES: class DRAW_MASK_TYPE (line 1308) | class DRAW_MASK_TYPE: class DROPDOWN_POS (line 1318) | class DROPDOWN_POS: class EVENT (line 1324) | class EVENT: class FLEX_ALIGN (line 1368) | class FLEX_ALIGN: class FLEX_FLOW (line 1379) | class FLEX_FLOW: class FONT_FMT_TXT (line 1392) | class FONT_FMT_TXT: class FONT_FMT_TXT_CMAP (line 1400) | class FONT_FMT_TXT_CMAP: class FONT_SUBPX (line 1409) | class FONT_SUBPX: class FS_MODE (line 1418) | class FS_MODE: class FS_RES (line 1425) | class FS_RES: class FS_SEEK (line 1443) | class FS_SEEK: class GRAD_DIR (line 1451) | class GRAD_DIR: class GRID (line 1459) | class GRID: class GRID_ALIGN (line 1465) | class GRID_ALIGN: class GRID_TEMPLATE (line 1477) | class GRID_TEMPLATE: class GROUP_REFOCUS_POLICY (line 1483) | class GROUP_REFOCUS_POLICY: class IMG_ZOOM (line 1490) | class IMG_ZOOM: class INDEV_STATE (line 1496) | class INDEV_STATE: class INDEV_TYPE (line 1503) | class INDEV_TYPE: class KEY (line 1513) | class KEY: class LABEL_DOT (line 1530) | class LABEL_DOT: class LABEL_POS (line 1536) | class LABEL_POS: class LABEL_TEXT_SELECTION (line 1542) | class LABEL_TEXT_SELECTION: class LOG_LEVEL (line 1552) | class LOG_LEVEL: class LvReferenceError (line 1563) | class LvReferenceError(Exception): class OBJ_FLAG_FLEX_IN_NEW (line 1567) | class OBJ_FLAG_FLEX_IN_NEW: class OPA (line 1573) | class OPA: class PALETTE (line 1580) | class PALETTE: class PART (line 1605) | class PART: class PART_TEXTAREA (line 1620) | class PART_TEXTAREA: class RADIUS (line 1626) | class RADIUS: class RES (line 1632) | class RES: class SCROLLBAR_MODE (line 1639) | class SCROLLBAR_MODE: class SCROLL_SNAP (line 1648) | class SCROLL_SNAP: class SCR_LOAD_ANIM (line 1657) | class SCR_LOAD_ANIM: class SIZE (line 1672) | class SIZE: class SPAN_MODE (line 1678) | class SPAN_MODE: class SPAN_OVERFLOW (line 1686) | class SPAN_OVERFLOW: class STATE (line 1693) | class STATE: class STYLE (line 1712) | class STYLE: class SYMBOL (line 1825) | class SYMBOL: class TABLE_CELL (line 1889) | class TABLE_CELL: class TEXTAREA_CURSOR (line 1895) | class TEXTAREA_CURSOR: class TEXT_ALIGN (line 1901) | class TEXT_ALIGN: class TEXT_CMD_STATE (line 1910) | class TEXT_CMD_STATE: class TEXT_DECOR (line 1918) | class TEXT_DECOR: class TEXT_FLAG (line 1926) | class TEXT_FLAG: function anim_count_running (line 1935) | def anim_count_running(*args) -> Any: function anim_del (line 1939) | def anim_del(*args) -> Any: function anim_del_all (line 1943) | def anim_del_all(*args) -> Any: function anim_get (line 1947) | def anim_get(*args) -> Any: function anim_refr_now (line 1951) | def anim_refr_now(*args) -> Any: function anim_speed_to_time (line 1955) | def anim_speed_to_time(*args) -> Any: class anim_t (line 1959) | class anim_t: method start (line 1962) | def start(self, *args) -> Any: method custom_del (line 1965) | def custom_del(self, *args) -> Any: method get_delay (line 1968) | def get_delay(self, *args) -> Any: method get_user_data (line 1971) | def get_user_data(self, *args) -> Any: method init (line 1974) | def init(self, *args) -> Any: method path_bounce (line 1977) | def path_bounce(self, *args) -> Any: method path_ease_in (line 1980) | def path_ease_in(self, *args) -> Any: method path_ease_in_out (line 1983) | def path_ease_in_out(self, *args) -> Any: method path_ease_out (line 1986) | def path_ease_out(self, *args) -> Any: method path_linear (line 1989) | def path_linear(self, *args) -> Any: method path_overshoot (line 1992) | def path_overshoot(self, *args) -> Any: method path_step (line 1995) | def path_step(self, *args) -> Any: method set_custom_exec_cb (line 1998) | def set_custom_exec_cb(self, *args) -> Any: method set_delay (line 2001) | def set_delay(self, *args) -> Any: method set_early_apply (line 2004) | def set_early_apply(self, *args) -> Any: method set_exec_cb (line 2007) | def set_exec_cb(self, *args) -> Any: method set_get_value_cb (line 2010) | def set_get_value_cb(self, *args) -> Any: method set_path_cb (line 2013) | def set_path_cb(self, *args) -> Any: method set_playback_delay (line 2016) | def set_playback_delay(self, *args) -> Any: method set_playback_time (line 2019) | def set_playback_time(self, *args) -> Any: method set_ready_cb (line 2022) | def set_ready_cb(self, *args) -> Any: method set_repeat_count (line 2025) | def set_repeat_count(self, *args) -> Any: method set_repeat_delay (line 2028) | def set_repeat_delay(self, *args) -> Any: method set_start_cb (line 2031) | def set_start_cb(self, *args) -> Any: method set_time (line 2034) | def set_time(self, *args) -> Any: method set_user_data (line 2037) | def set_user_data(self, *args) -> Any: method set_values (line 2040) | def set_values(self, *args) -> Any: method set_var (line 2043) | def set_var(self, *args) -> Any: function anim_timeline_add (line 2047) | def anim_timeline_add(*args) -> Any: function anim_timeline_create (line 2051) | def anim_timeline_create(*args) -> Any: function anim_timeline_del (line 2055) | def anim_timeline_del(*args) -> Any: function anim_timeline_get_playtime (line 2059) | def anim_timeline_get_playtime(*args) -> Any: function anim_timeline_get_reverse (line 2063) | def anim_timeline_get_reverse(*args) -> Any: function anim_timeline_set_progress (line 2067) | def anim_timeline_set_progress(*args) -> Any: function anim_timeline_set_reverse (line 2071) | def anim_timeline_set_reverse(*args) -> Any: function anim_timeline_start (line 2075) | def anim_timeline_start(*args) -> Any: function anim_timeline_stop (line 2079) | def anim_timeline_stop(*args) -> Any: class animimg (line 2083) | class animimg: method start (line 2086) | def start(self, *args) -> Any: class CLASS_EDITABLE (line 2089) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 2096) | class CLASS_GROUP_DEF: class DRAW_PART (line 2103) | class DRAW_PART: class FLAG (line 2110) | class FLAG: class TREE_WALK (line 2139) | class TREE_WALK: method add_event_cb (line 2146) | def add_event_cb(self, *args) -> Any: method add_flag (line 2149) | def add_flag(self, *args) -> Any: method add_state (line 2152) | def add_state(self, *args) -> Any: method add_style (line 2155) | def add_style(self, *args) -> Any: method align (line 2158) | def align(self, *args) -> Any: method align_to (line 2161) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 2164) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 2167) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 2170) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 2173) | def calculate_style_text_align(self, *args) -> Any: method center (line 2176) | def center(self, *args) -> Any: method check_type (line 2179) | def check_type(self, *args) -> Any: method class_create_obj (line 2182) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 2185) | def class_init_obj(self, *args) -> Any: method clean (line 2188) | def clean(self, *args) -> Any: method clear_flag (line 2191) | def clear_flag(self, *args) -> Any: method clear_state (line 2194) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 2197) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 2200) | def del_async(self, *args) -> Any: method del_delayed (line 2203) | def del_delayed(self, *args) -> Any: method delete (line 2206) | def delete(self, *args) -> Any: method dpx (line 2209) | def dpx(self, *args) -> Any: method draw_dsc_init (line 2212) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 2215) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 2218) | def enable_style_refresh(self, *args) -> Any: method event_base (line 2221) | def event_base(self, *args) -> Any: method fade_in (line 2224) | def fade_in(self, *args) -> Any: method fade_out (line 2227) | def fade_out(self, *args) -> Any: method get_child (line 2230) | def get_child(self, *args) -> Any: method get_child_cnt (line 2233) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 2236) | def get_child_id(self, *args) -> Any: method get_class (line 2239) | def get_class(self, *args) -> Any: method get_click_area (line 2242) | def get_click_area(self, *args) -> Any: method get_content_coords (line 2245) | def get_content_coords(self, *args) -> Any: method get_content_height (line 2248) | def get_content_height(self, *args) -> Any: method get_content_width (line 2251) | def get_content_width(self, *args) -> Any: method get_coords (line 2254) | def get_coords(self, *args) -> Any: method get_disp (line 2257) | def get_disp(self, *args) -> Any: method get_group (line 2260) | def get_group(self, *args) -> Any: method get_height (line 2263) | def get_height(self, *args) -> Any: method get_index (line 2266) | def get_index(self, *args) -> Any: method get_local_style_prop (line 2269) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 2272) | def get_parent(self, *args) -> Any: method get_screen (line 2275) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 2278) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 2281) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 2284) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 2287) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 2290) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 2293) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 2296) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 2299) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 2302) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 2305) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 2308) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 2311) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 2314) | def get_self_height(self, *args) -> Any: method get_self_width (line 2317) | def get_self_width(self, *args) -> Any: method get_state (line 2320) | def get_state(self, *args) -> Any: method get_style_align (line 2323) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 2326) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 2329) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 2332) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 2335) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 2338) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 2341) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 2344) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 2347) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 2350) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 2353) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 2356) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 2359) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 2362) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 2365) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 2368) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 2371) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 2374) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 2377) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 2380) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 2383) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 2386) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 2389) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 2392) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 2395) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 2398) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 2401) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 2404) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 2407) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 2410) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 2413) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 2416) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 2419) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 2422) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 2425) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 2428) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 2431) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 2434) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 2437) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 2440) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 2443) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 2446) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 2449) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 2452) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 2455) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 2458) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 2461) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 2464) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 2467) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 2470) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 2473) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 2476) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 2479) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 2482) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 2485) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 2488) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 2491) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 2494) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 2497) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 2500) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 2503) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 2506) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 2509) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 2512) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 2515) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 2518) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 2521) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 2524) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 2527) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 2530) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 2533) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 2536) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 2539) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 2542) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 2545) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 2548) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 2551) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 2554) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 2557) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 2560) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 2563) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 2566) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 2569) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 2572) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 2575) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 2578) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 2581) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 2584) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 2587) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 2590) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 2593) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 2596) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 2599) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 2602) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 2605) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 2608) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 2611) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 2614) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 2617) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 2620) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 2623) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 2626) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 2629) | def get_style_width(self, *args) -> Any: method get_style_x (line 2632) | def get_style_x(self, *args) -> Any: method get_style_y (line 2635) | def get_style_y(self, *args) -> Any: method get_user_data (line 2638) | def get_user_data(self, *args) -> Any: method get_width (line 2641) | def get_width(self, *args) -> Any: method get_x (line 2644) | def get_x(self, *args) -> Any: method get_x2 (line 2647) | def get_x2(self, *args) -> Any: method get_x_aligned (line 2650) | def get_x_aligned(self, *args) -> Any: method get_y (line 2653) | def get_y(self, *args) -> Any: method get_y2 (line 2656) | def get_y2(self, *args) -> Any: method get_y_aligned (line 2659) | def get_y_aligned(self, *args) -> Any: method has_class (line 2662) | def has_class(self, *args) -> Any: method has_flag (line 2665) | def has_flag(self, *args) -> Any: method has_flag_any (line 2668) | def has_flag_any(self, *args) -> Any: method has_state (line 2671) | def has_state(self, *args) -> Any: method hit_test (line 2674) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 2677) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 2680) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 2683) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 2686) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 2689) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 2692) | def invalidate(self, *args) -> Any: method invalidate_area (line 2695) | def invalidate_area(self, *args) -> Any: method is_editable (line 2698) | def is_editable(self, *args) -> Any: method is_group_def (line 2701) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 2704) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 2707) | def is_scrolling(self, *args) -> Any: method is_valid (line 2710) | def is_valid(self, *args) -> Any: method is_visible (line 2713) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 2716) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 2719) | def move_background(self, *args) -> Any: method move_children_by (line 2722) | def move_children_by(self, *args) -> Any: method move_foreground (line 2725) | def move_foreground(self, *args) -> Any: method move_to (line 2728) | def move_to(self, *args) -> Any: method move_to_index (line 2731) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 2734) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 2737) | def refr_pos(self, *args) -> Any: method refr_size (line 2740) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 2743) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 2746) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 2749) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 2752) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 2755) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 2758) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 2761) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 2764) | def remove_style(self, *args) -> Any: method remove_style_all (line 2767) | def remove_style_all(self, *args) -> Any: method report_style_change (line 2770) | def report_style_change(self, *args) -> Any: method scroll_by (line 2773) | def scroll_by(self, *args) -> Any: method scroll_to (line 2776) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 2779) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 2782) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 2785) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 2788) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 2791) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 2794) | def set_align(self, *args) -> Any: method set_content_height (line 2797) | def set_content_height(self, *args) -> Any: method set_content_width (line 2800) | def set_content_width(self, *args) -> Any: method set_duration (line 2803) | def set_duration(self, *args) -> Any: method set_ext_click_area (line 2806) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 2809) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 2812) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 2815) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 2818) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 2821) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 2824) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 2827) | def set_height(self, *args) -> Any: method set_layout (line 2830) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 2833) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 2836) | def set_parent(self, *args) -> Any: method set_pos (line 2839) | def set_pos(self, *args) -> Any: method set_repeat_count (line 2842) | def set_repeat_count(self, *args) -> Any: method set_scroll_dir (line 2845) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 2848) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 2851) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 2854) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 2857) | def set_size(self, *args) -> Any: method set_src (line 2860) | def set_src(self, *args) -> Any: method set_style_align (line 2863) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 2866) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 2869) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 2872) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 2875) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 2878) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 2881) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 2884) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 2887) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 2890) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 2893) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 2896) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 2899) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 2902) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 2905) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 2908) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 2911) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 2914) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 2917) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 2920) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 2923) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 2926) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 2929) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 2932) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 2935) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 2938) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 2941) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 2944) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 2947) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 2950) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 2953) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 2956) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 2959) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 2962) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 2965) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 2968) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 2971) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 2974) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 2977) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 2980) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 2983) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 2986) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 2989) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 2992) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 2995) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 2998) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 3001) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 3004) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 3007) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 3010) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 3013) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 3016) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 3019) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 3022) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 3025) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 3028) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 3031) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 3034) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 3037) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 3040) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 3043) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 3046) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 3049) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 3052) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 3055) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 3058) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 3061) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 3064) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 3067) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 3070) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 3073) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 3076) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 3079) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 3082) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 3085) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 3088) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 3091) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 3094) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 3097) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 3100) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 3103) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 3106) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 3109) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 3112) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 3115) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 3118) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 3121) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 3124) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 3127) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 3130) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 3133) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 3136) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 3139) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 3142) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 3145) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 3148) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 3151) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 3154) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 3157) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 3160) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 3163) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 3166) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 3169) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 3172) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 3175) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 3178) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 3181) | def set_style_width(self, *args) -> Any: method set_style_x (line 3184) | def set_style_x(self, *args) -> Any: method set_style_y (line 3187) | def set_style_y(self, *args) -> Any: method set_tile (line 3190) | def set_tile(self, *args) -> Any: method set_tile_id (line 3193) | def set_tile_id(self, *args) -> Any: method set_user_data (line 3196) | def set_user_data(self, *args) -> Any: method set_width (line 3199) | def set_width(self, *args) -> Any: method set_x (line 3202) | def set_x(self, *args) -> Any: method set_y (line 3205) | def set_y(self, *args) -> Any: method style_get_selector_part (line 3208) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 3211) | def style_get_selector_state(self, *args) -> Any: method swap (line 3214) | def swap(self, *args) -> Any: method tree_walk (line 3217) | def tree_walk(self, *args) -> Any: method update_layout (line 3220) | def update_layout(self, *args) -> Any: method update_snap (line 3223) | def update_snap(self, *args) -> Any: class arc (line 3230) | class arc: class CLASS_EDITABLE (line 3233) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 3240) | class CLASS_GROUP_DEF: class DRAW_PART (line 3247) | class DRAW_PART: class FLAG (line 3254) | class FLAG: class MODE (line 3283) | class MODE: class TREE_WALK (line 3290) | class TREE_WALK: method add_event_cb (line 3297) | def add_event_cb(self, *args) -> Any: method add_flag (line 3300) | def add_flag(self, *args) -> Any: method add_state (line 3303) | def add_state(self, *args) -> Any: method add_style (line 3306) | def add_style(self, *args) -> Any: method align (line 3309) | def align(self, *args) -> Any: method align_to (line 3312) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 3315) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 3318) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 3321) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 3324) | def calculate_style_text_align(self, *args) -> Any: method center (line 3327) | def center(self, *args) -> Any: method check_type (line 3330) | def check_type(self, *args) -> Any: method class_create_obj (line 3333) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 3336) | def class_init_obj(self, *args) -> Any: method clean (line 3339) | def clean(self, *args) -> Any: method clear_flag (line 3342) | def clear_flag(self, *args) -> Any: method clear_state (line 3345) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 3348) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 3351) | def del_async(self, *args) -> Any: method del_delayed (line 3354) | def del_delayed(self, *args) -> Any: method delete (line 3357) | def delete(self, *args) -> Any: method dpx (line 3360) | def dpx(self, *args) -> Any: method draw_dsc_init (line 3363) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 3366) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 3369) | def enable_style_refresh(self, *args) -> Any: method event_base (line 3372) | def event_base(self, *args) -> Any: method fade_in (line 3375) | def fade_in(self, *args) -> Any: method fade_out (line 3378) | def fade_out(self, *args) -> Any: method get_angle_end (line 3381) | def get_angle_end(self, *args) -> Any: method get_angle_start (line 3384) | def get_angle_start(self, *args) -> Any: method get_bg_angle_end (line 3387) | def get_bg_angle_end(self, *args) -> Any: method get_bg_angle_start (line 3390) | def get_bg_angle_start(self, *args) -> Any: method get_child (line 3393) | def get_child(self, *args) -> Any: method get_child_cnt (line 3396) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 3399) | def get_child_id(self, *args) -> Any: method get_class (line 3402) | def get_class(self, *args) -> Any: method get_click_area (line 3405) | def get_click_area(self, *args) -> Any: method get_content_coords (line 3408) | def get_content_coords(self, *args) -> Any: method get_content_height (line 3411) | def get_content_height(self, *args) -> Any: method get_content_width (line 3414) | def get_content_width(self, *args) -> Any: method get_coords (line 3417) | def get_coords(self, *args) -> Any: method get_disp (line 3420) | def get_disp(self, *args) -> Any: method get_group (line 3423) | def get_group(self, *args) -> Any: method get_height (line 3426) | def get_height(self, *args) -> Any: method get_index (line 3429) | def get_index(self, *args) -> Any: method get_local_style_prop (line 3432) | def get_local_style_prop(self, *args) -> Any: method get_max_value (line 3435) | def get_max_value(self, *args) -> Any: method get_min_value (line 3438) | def get_min_value(self, *args) -> Any: method get_mode (line 3441) | def get_mode(self, *args) -> Any: method get_parent (line 3444) | def get_parent(self, *args) -> Any: method get_screen (line 3447) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 3450) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 3453) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 3456) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 3459) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 3462) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 3465) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 3468) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 3471) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 3474) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 3477) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 3480) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 3483) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 3486) | def get_self_height(self, *args) -> Any: method get_self_width (line 3489) | def get_self_width(self, *args) -> Any: method get_state (line 3492) | def get_state(self, *args) -> Any: method get_style_align (line 3495) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 3498) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 3501) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 3504) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 3507) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 3510) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 3513) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 3516) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 3519) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 3522) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 3525) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 3528) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 3531) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 3534) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 3537) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 3540) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 3543) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 3546) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 3549) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 3552) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 3555) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 3558) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 3561) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 3564) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 3567) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 3570) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 3573) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 3576) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 3579) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 3582) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 3585) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 3588) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 3591) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 3594) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 3597) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 3600) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 3603) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 3606) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 3609) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 3612) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 3615) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 3618) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 3621) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 3624) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 3627) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 3630) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 3633) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 3636) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 3639) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 3642) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 3645) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 3648) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 3651) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 3654) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 3657) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 3660) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 3663) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 3666) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 3669) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 3672) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 3675) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 3678) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 3681) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 3684) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 3687) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 3690) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 3693) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 3696) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 3699) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 3702) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 3705) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 3708) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 3711) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 3714) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 3717) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 3720) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 3723) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 3726) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 3729) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 3732) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 3735) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 3738) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 3741) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 3744) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 3747) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 3750) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 3753) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 3756) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 3759) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 3762) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 3765) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 3768) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 3771) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 3774) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 3777) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 3780) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 3783) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 3786) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 3789) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 3792) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 3795) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 3798) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 3801) | def get_style_width(self, *args) -> Any: method get_style_x (line 3804) | def get_style_x(self, *args) -> Any: method get_style_y (line 3807) | def get_style_y(self, *args) -> Any: method get_user_data (line 3810) | def get_user_data(self, *args) -> Any: method get_value (line 3813) | def get_value(self, *args) -> Any: method get_width (line 3816) | def get_width(self, *args) -> Any: method get_x (line 3819) | def get_x(self, *args) -> Any: method get_x2 (line 3822) | def get_x2(self, *args) -> Any: method get_x_aligned (line 3825) | def get_x_aligned(self, *args) -> Any: method get_y (line 3828) | def get_y(self, *args) -> Any: method get_y2 (line 3831) | def get_y2(self, *args) -> Any: method get_y_aligned (line 3834) | def get_y_aligned(self, *args) -> Any: method has_class (line 3837) | def has_class(self, *args) -> Any: method has_flag (line 3840) | def has_flag(self, *args) -> Any: method has_flag_any (line 3843) | def has_flag_any(self, *args) -> Any: method has_state (line 3846) | def has_state(self, *args) -> Any: method hit_test (line 3849) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 3852) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 3855) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 3858) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 3861) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 3864) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 3867) | def invalidate(self, *args) -> Any: method invalidate_area (line 3870) | def invalidate_area(self, *args) -> Any: method is_editable (line 3873) | def is_editable(self, *args) -> Any: method is_group_def (line 3876) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 3879) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 3882) | def is_scrolling(self, *args) -> Any: method is_valid (line 3885) | def is_valid(self, *args) -> Any: method is_visible (line 3888) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 3891) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 3894) | def move_background(self, *args) -> Any: method move_children_by (line 3897) | def move_children_by(self, *args) -> Any: method move_foreground (line 3900) | def move_foreground(self, *args) -> Any: method move_to (line 3903) | def move_to(self, *args) -> Any: method move_to_index (line 3906) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 3909) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 3912) | def refr_pos(self, *args) -> Any: method refr_size (line 3915) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 3918) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 3921) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 3924) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 3927) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 3930) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 3933) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 3936) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 3939) | def remove_style(self, *args) -> Any: method remove_style_all (line 3942) | def remove_style_all(self, *args) -> Any: method report_style_change (line 3945) | def report_style_change(self, *args) -> Any: method scroll_by (line 3948) | def scroll_by(self, *args) -> Any: method scroll_to (line 3951) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 3954) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 3957) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 3960) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 3963) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 3966) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 3969) | def set_align(self, *args) -> Any: method set_angles (line 3972) | def set_angles(self, *args) -> Any: method set_bg_angles (line 3975) | def set_bg_angles(self, *args) -> Any: method set_bg_end_angle (line 3978) | def set_bg_end_angle(self, *args) -> Any: method set_bg_start_angle (line 3981) | def set_bg_start_angle(self, *args) -> Any: method set_change_rate (line 3984) | def set_change_rate(self, *args) -> Any: method set_content_height (line 3987) | def set_content_height(self, *args) -> Any: method set_content_width (line 3990) | def set_content_width(self, *args) -> Any: method set_end_angle (line 3993) | def set_end_angle(self, *args) -> Any: method set_ext_click_area (line 3996) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 3999) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 4002) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 4005) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 4008) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 4011) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 4014) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 4017) | def set_height(self, *args) -> Any: method set_layout (line 4020) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 4023) | def set_local_style_prop(self, *args) -> Any: method set_mode (line 4026) | def set_mode(self, *args) -> Any: method set_parent (line 4029) | def set_parent(self, *args) -> Any: method set_pos (line 4032) | def set_pos(self, *args) -> Any: method set_range (line 4035) | def set_range(self, *args) -> Any: method set_rotation (line 4038) | def set_rotation(self, *args) -> Any: method set_scroll_dir (line 4041) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 4044) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 4047) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 4050) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 4053) | def set_size(self, *args) -> Any: method set_start_angle (line 4056) | def set_start_angle(self, *args) -> Any: method set_style_align (line 4059) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 4062) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 4065) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 4068) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 4071) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 4074) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 4077) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 4080) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 4083) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 4086) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 4089) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 4092) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 4095) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 4098) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 4101) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 4104) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 4107) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 4110) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 4113) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 4116) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 4119) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 4122) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 4125) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 4128) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 4131) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 4134) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 4137) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 4140) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 4143) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 4146) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 4149) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 4152) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 4155) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 4158) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 4161) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 4164) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 4167) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 4170) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 4173) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 4176) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 4179) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 4182) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 4185) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 4188) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 4191) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 4194) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 4197) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 4200) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 4203) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 4206) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 4209) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 4212) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 4215) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 4218) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 4221) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 4224) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 4227) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 4230) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 4233) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 4236) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 4239) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 4242) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 4245) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 4248) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 4251) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 4254) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 4257) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 4260) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 4263) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 4266) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 4269) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 4272) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 4275) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 4278) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 4281) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 4284) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 4287) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 4290) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 4293) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 4296) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 4299) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 4302) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 4305) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 4308) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 4311) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 4314) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 4317) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 4320) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 4323) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 4326) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 4329) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 4332) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 4335) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 4338) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 4341) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 4344) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 4347) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 4350) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 4353) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 4356) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 4359) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 4362) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 4365) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 4368) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 4371) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 4374) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 4377) | def set_style_width(self, *args) -> Any: method set_style_x (line 4380) | def set_style_x(self, *args) -> Any: method set_style_y (line 4383) | def set_style_y(self, *args) -> Any: method set_tile (line 4386) | def set_tile(self, *args) -> Any: method set_tile_id (line 4389) | def set_tile_id(self, *args) -> Any: method set_user_data (line 4392) | def set_user_data(self, *args) -> Any: method set_value (line 4395) | def set_value(self, *args) -> Any: method set_width (line 4398) | def set_width(self, *args) -> Any: method set_x (line 4401) | def set_x(self, *args) -> Any: method set_y (line 4404) | def set_y(self, *args) -> Any: method style_get_selector_part (line 4407) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 4410) | def style_get_selector_state(self, *args) -> Any: method swap (line 4413) | def swap(self, *args) -> Any: method tree_walk (line 4416) | def tree_walk(self, *args) -> Any: method update_layout (line 4419) | def update_layout(self, *args) -> Any: method update_snap (line 4422) | def update_snap(self, *args) -> Any: class area_t (line 4429) | class area_t: method copy (line 4432) | def copy(self, *args) -> Any: method set (line 4435) | def set(self, *args) -> Any: method align (line 4438) | def align(self, *args) -> Any: method get_height (line 4441) | def get_height(self, *args) -> Any: method get_size (line 4444) | def get_size(self, *args) -> Any: method get_width (line 4447) | def get_width(self, *args) -> Any: method increase (line 4450) | def increase(self, *args) -> Any: method move (line 4453) | def move(self, *args) -> Any: method set_height (line 4456) | def set_height(self, *args) -> Any: method set_width (line 4459) | def set_width(self, *args) -> Any: function async_call (line 4463) | def async_call(*args) -> Any: function atan2 (line 4467) | def atan2(*args) -> Any: class bar (line 4471) | class bar: class CLASS_EDITABLE (line 4474) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 4481) | class CLASS_GROUP_DEF: class DRAW_PART (line 4488) | class DRAW_PART: class FLAG (line 4493) | class FLAG: class MODE (line 4522) | class MODE: class TREE_WALK (line 4529) | class TREE_WALK: method add_event_cb (line 4536) | def add_event_cb(self, *args) -> Any: method add_flag (line 4539) | def add_flag(self, *args) -> Any: method add_state (line 4542) | def add_state(self, *args) -> Any: method add_style (line 4545) | def add_style(self, *args) -> Any: method align (line 4548) | def align(self, *args) -> Any: method align_to (line 4551) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 4554) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 4557) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 4560) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 4563) | def calculate_style_text_align(self, *args) -> Any: method center (line 4566) | def center(self, *args) -> Any: method check_type (line 4569) | def check_type(self, *args) -> Any: method class_create_obj (line 4572) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 4575) | def class_init_obj(self, *args) -> Any: method clean (line 4578) | def clean(self, *args) -> Any: method clear_flag (line 4581) | def clear_flag(self, *args) -> Any: method clear_state (line 4584) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 4587) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 4590) | def del_async(self, *args) -> Any: method del_delayed (line 4593) | def del_delayed(self, *args) -> Any: method delete (line 4596) | def delete(self, *args) -> Any: method dpx (line 4599) | def dpx(self, *args) -> Any: method draw_dsc_init (line 4602) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 4605) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 4608) | def enable_style_refresh(self, *args) -> Any: method event_base (line 4611) | def event_base(self, *args) -> Any: method fade_in (line 4614) | def fade_in(self, *args) -> Any: method fade_out (line 4617) | def fade_out(self, *args) -> Any: method get_child (line 4620) | def get_child(self, *args) -> Any: method get_child_cnt (line 4623) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 4626) | def get_child_id(self, *args) -> Any: method get_class (line 4629) | def get_class(self, *args) -> Any: method get_click_area (line 4632) | def get_click_area(self, *args) -> Any: method get_content_coords (line 4635) | def get_content_coords(self, *args) -> Any: method get_content_height (line 4638) | def get_content_height(self, *args) -> Any: method get_content_width (line 4641) | def get_content_width(self, *args) -> Any: method get_coords (line 4644) | def get_coords(self, *args) -> Any: method get_disp (line 4647) | def get_disp(self, *args) -> Any: method get_group (line 4650) | def get_group(self, *args) -> Any: method get_height (line 4653) | def get_height(self, *args) -> Any: method get_index (line 4656) | def get_index(self, *args) -> Any: method get_local_style_prop (line 4659) | def get_local_style_prop(self, *args) -> Any: method get_max_value (line 4662) | def get_max_value(self, *args) -> Any: method get_min_value (line 4665) | def get_min_value(self, *args) -> Any: method get_mode (line 4668) | def get_mode(self, *args) -> Any: method get_parent (line 4671) | def get_parent(self, *args) -> Any: method get_screen (line 4674) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 4677) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 4680) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 4683) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 4686) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 4689) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 4692) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 4695) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 4698) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 4701) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 4704) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 4707) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 4710) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 4713) | def get_self_height(self, *args) -> Any: method get_self_width (line 4716) | def get_self_width(self, *args) -> Any: method get_start_value (line 4719) | def get_start_value(self, *args) -> Any: method get_state (line 4722) | def get_state(self, *args) -> Any: method get_style_align (line 4725) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 4728) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 4731) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 4734) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 4737) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 4740) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 4743) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 4746) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 4749) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 4752) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 4755) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 4758) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 4761) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 4764) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 4767) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 4770) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 4773) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 4776) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 4779) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 4782) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 4785) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 4788) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 4791) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 4794) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 4797) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 4800) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 4803) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 4806) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 4809) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 4812) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 4815) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 4818) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 4821) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 4824) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 4827) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 4830) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 4833) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 4836) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 4839) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 4842) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 4845) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 4848) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 4851) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 4854) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 4857) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 4860) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 4863) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 4866) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 4869) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 4872) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 4875) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 4878) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 4881) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 4884) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 4887) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 4890) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 4893) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 4896) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 4899) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 4902) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 4905) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 4908) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 4911) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 4914) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 4917) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 4920) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 4923) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 4926) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 4929) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 4932) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 4935) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 4938) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 4941) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 4944) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 4947) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 4950) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 4953) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 4956) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 4959) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 4962) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 4965) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 4968) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 4971) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 4974) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 4977) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 4980) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 4983) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 4986) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 4989) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 4992) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 4995) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 4998) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 5001) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 5004) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 5007) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 5010) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 5013) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 5016) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 5019) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 5022) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 5025) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 5028) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 5031) | def get_style_width(self, *args) -> Any: method get_style_x (line 5034) | def get_style_x(self, *args) -> Any: method get_style_y (line 5037) | def get_style_y(self, *args) -> Any: method get_user_data (line 5040) | def get_user_data(self, *args) -> Any: method get_value (line 5043) | def get_value(self, *args) -> Any: method get_width (line 5046) | def get_width(self, *args) -> Any: method get_x (line 5049) | def get_x(self, *args) -> Any: method get_x2 (line 5052) | def get_x2(self, *args) -> Any: method get_x_aligned (line 5055) | def get_x_aligned(self, *args) -> Any: method get_y (line 5058) | def get_y(self, *args) -> Any: method get_y2 (line 5061) | def get_y2(self, *args) -> Any: method get_y_aligned (line 5064) | def get_y_aligned(self, *args) -> Any: method has_class (line 5067) | def has_class(self, *args) -> Any: method has_flag (line 5070) | def has_flag(self, *args) -> Any: method has_flag_any (line 5073) | def has_flag_any(self, *args) -> Any: method has_state (line 5076) | def has_state(self, *args) -> Any: method hit_test (line 5079) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 5082) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 5085) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 5088) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 5091) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 5094) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 5097) | def invalidate(self, *args) -> Any: method invalidate_area (line 5100) | def invalidate_area(self, *args) -> Any: method is_editable (line 5103) | def is_editable(self, *args) -> Any: method is_group_def (line 5106) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 5109) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 5112) | def is_scrolling(self, *args) -> Any: method is_valid (line 5115) | def is_valid(self, *args) -> Any: method is_visible (line 5118) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 5121) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 5124) | def move_background(self, *args) -> Any: method move_children_by (line 5127) | def move_children_by(self, *args) -> Any: method move_foreground (line 5130) | def move_foreground(self, *args) -> Any: method move_to (line 5133) | def move_to(self, *args) -> Any: method move_to_index (line 5136) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 5139) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 5142) | def refr_pos(self, *args) -> Any: method refr_size (line 5145) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 5148) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 5151) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 5154) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 5157) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 5160) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 5163) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 5166) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 5169) | def remove_style(self, *args) -> Any: method remove_style_all (line 5172) | def remove_style_all(self, *args) -> Any: method report_style_change (line 5175) | def report_style_change(self, *args) -> Any: method scroll_by (line 5178) | def scroll_by(self, *args) -> Any: method scroll_to (line 5181) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 5184) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 5187) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 5190) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 5193) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 5196) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 5199) | def set_align(self, *args) -> Any: method set_content_height (line 5202) | def set_content_height(self, *args) -> Any: method set_content_width (line 5205) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 5208) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 5211) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 5214) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 5217) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 5220) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 5223) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 5226) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 5229) | def set_height(self, *args) -> Any: method set_layout (line 5232) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 5235) | def set_local_style_prop(self, *args) -> Any: method set_mode (line 5238) | def set_mode(self, *args) -> Any: method set_parent (line 5241) | def set_parent(self, *args) -> Any: method set_pos (line 5244) | def set_pos(self, *args) -> Any: method set_range (line 5247) | def set_range(self, *args) -> Any: method set_scroll_dir (line 5250) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 5253) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 5256) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 5259) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 5262) | def set_size(self, *args) -> Any: method set_start_value (line 5265) | def set_start_value(self, *args) -> Any: method set_style_align (line 5268) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 5271) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 5274) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 5277) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 5280) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 5283) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 5286) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 5289) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 5292) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 5295) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 5298) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 5301) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 5304) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 5307) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 5310) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 5313) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 5316) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 5319) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 5322) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 5325) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 5328) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 5331) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 5334) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 5337) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 5340) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 5343) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 5346) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 5349) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 5352) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 5355) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 5358) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 5361) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 5364) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 5367) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 5370) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 5373) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 5376) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 5379) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 5382) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 5385) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 5388) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 5391) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 5394) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 5397) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 5400) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 5403) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 5406) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 5409) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 5412) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 5415) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 5418) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 5421) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 5424) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 5427) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 5430) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 5433) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 5436) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 5439) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 5442) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 5445) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 5448) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 5451) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 5454) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 5457) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 5460) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 5463) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 5466) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 5469) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 5472) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 5475) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 5478) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 5481) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 5484) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 5487) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 5490) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 5493) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 5496) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 5499) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 5502) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 5505) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 5508) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 5511) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 5514) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 5517) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 5520) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 5523) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 5526) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 5529) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 5532) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 5535) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 5538) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 5541) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 5544) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 5547) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 5550) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 5553) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 5556) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 5559) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 5562) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 5565) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 5568) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 5571) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 5574) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 5577) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 5580) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 5583) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 5586) | def set_style_width(self, *args) -> Any: method set_style_x (line 5589) | def set_style_x(self, *args) -> Any: method set_style_y (line 5592) | def set_style_y(self, *args) -> Any: method set_tile (line 5595) | def set_tile(self, *args) -> Any: method set_tile_id (line 5598) | def set_tile_id(self, *args) -> Any: method set_user_data (line 5601) | def set_user_data(self, *args) -> Any: method set_value (line 5604) | def set_value(self, *args) -> Any: method set_width (line 5607) | def set_width(self, *args) -> Any: method set_x (line 5610) | def set_x(self, *args) -> Any: method set_y (line 5613) | def set_y(self, *args) -> Any: method style_get_selector_part (line 5616) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 5619) | def style_get_selector_state(self, *args) -> Any: method swap (line 5622) | def swap(self, *args) -> Any: method tree_walk (line 5625) | def tree_walk(self, *args) -> Any: method update_layout (line 5628) | def update_layout(self, *args) -> Any: method update_snap (line 5631) | def update_snap(self, *args) -> Any: function bezier3 (line 5638) | def bezier3(*args) -> Any: function bidi_calculate_align (line 5642) | def bidi_calculate_align(*args) -> Any: class btn (line 5646) | class btn: class CLASS_EDITABLE (line 5649) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 5656) | class CLASS_GROUP_DEF: class DRAW_PART (line 5663) | class DRAW_PART: class FLAG (line 5670) | class FLAG: class TREE_WALK (line 5699) | class TREE_WALK: method add_event_cb (line 5706) | def add_event_cb(self, *args) -> Any: method add_flag (line 5709) | def add_flag(self, *args) -> Any: method add_state (line 5712) | def add_state(self, *args) -> Any: method add_style (line 5715) | def add_style(self, *args) -> Any: method align (line 5718) | def align(self, *args) -> Any: method align_to (line 5721) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 5724) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 5727) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 5730) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 5733) | def calculate_style_text_align(self, *args) -> Any: method center (line 5736) | def center(self, *args) -> Any: method check_type (line 5739) | def check_type(self, *args) -> Any: method class_create_obj (line 5742) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 5745) | def class_init_obj(self, *args) -> Any: method clean (line 5748) | def clean(self, *args) -> Any: method clear_flag (line 5751) | def clear_flag(self, *args) -> Any: method clear_state (line 5754) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 5757) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 5760) | def del_async(self, *args) -> Any: method del_delayed (line 5763) | def del_delayed(self, *args) -> Any: method delete (line 5766) | def delete(self, *args) -> Any: method dpx (line 5769) | def dpx(self, *args) -> Any: method draw_dsc_init (line 5772) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 5775) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 5778) | def enable_style_refresh(self, *args) -> Any: method event_base (line 5781) | def event_base(self, *args) -> Any: method fade_in (line 5784) | def fade_in(self, *args) -> Any: method fade_out (line 5787) | def fade_out(self, *args) -> Any: method get_child (line 5790) | def get_child(self, *args) -> Any: method get_child_cnt (line 5793) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 5796) | def get_child_id(self, *args) -> Any: method get_class (line 5799) | def get_class(self, *args) -> Any: method get_click_area (line 5802) | def get_click_area(self, *args) -> Any: method get_content_coords (line 5805) | def get_content_coords(self, *args) -> Any: method get_content_height (line 5808) | def get_content_height(self, *args) -> Any: method get_content_width (line 5811) | def get_content_width(self, *args) -> Any: method get_coords (line 5814) | def get_coords(self, *args) -> Any: method get_disp (line 5817) | def get_disp(self, *args) -> Any: method get_group (line 5820) | def get_group(self, *args) -> Any: method get_height (line 5823) | def get_height(self, *args) -> Any: method get_index (line 5826) | def get_index(self, *args) -> Any: method get_local_style_prop (line 5829) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 5832) | def get_parent(self, *args) -> Any: method get_screen (line 5835) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 5838) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 5841) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 5844) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 5847) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 5850) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 5853) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 5856) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 5859) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 5862) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 5865) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 5868) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 5871) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 5874) | def get_self_height(self, *args) -> Any: method get_self_width (line 5877) | def get_self_width(self, *args) -> Any: method get_state (line 5880) | def get_state(self, *args) -> Any: method get_style_align (line 5883) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 5886) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 5889) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 5892) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 5895) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 5898) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 5901) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 5904) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 5907) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 5910) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 5913) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 5916) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 5919) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 5922) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 5925) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 5928) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 5931) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 5934) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 5937) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 5940) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 5943) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 5946) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 5949) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 5952) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 5955) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 5958) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 5961) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 5964) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 5967) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 5970) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 5973) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 5976) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 5979) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 5982) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 5985) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 5988) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 5991) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 5994) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 5997) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 6000) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 6003) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 6006) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 6009) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 6012) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 6015) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 6018) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 6021) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 6024) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 6027) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 6030) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 6033) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 6036) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 6039) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 6042) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 6045) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 6048) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 6051) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 6054) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 6057) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 6060) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 6063) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 6066) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 6069) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 6072) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 6075) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 6078) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 6081) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 6084) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 6087) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 6090) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 6093) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 6096) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 6099) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 6102) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 6105) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 6108) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 6111) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 6114) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 6117) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 6120) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 6123) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 6126) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 6129) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 6132) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 6135) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 6138) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 6141) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 6144) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 6147) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 6150) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 6153) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 6156) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 6159) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 6162) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 6165) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 6168) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 6171) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 6174) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 6177) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 6180) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 6183) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 6186) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 6189) | def get_style_width(self, *args) -> Any: method get_style_x (line 6192) | def get_style_x(self, *args) -> Any: method get_style_y (line 6195) | def get_style_y(self, *args) -> Any: method get_user_data (line 6198) | def get_user_data(self, *args) -> Any: method get_width (line 6201) | def get_width(self, *args) -> Any: method get_x (line 6204) | def get_x(self, *args) -> Any: method get_x2 (line 6207) | def get_x2(self, *args) -> Any: method get_x_aligned (line 6210) | def get_x_aligned(self, *args) -> Any: method get_y (line 6213) | def get_y(self, *args) -> Any: method get_y2 (line 6216) | def get_y2(self, *args) -> Any: method get_y_aligned (line 6219) | def get_y_aligned(self, *args) -> Any: method has_class (line 6222) | def has_class(self, *args) -> Any: method has_flag (line 6225) | def has_flag(self, *args) -> Any: method has_flag_any (line 6228) | def has_flag_any(self, *args) -> Any: method has_state (line 6231) | def has_state(self, *args) -> Any: method hit_test (line 6234) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 6237) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 6240) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 6243) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 6246) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 6249) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 6252) | def invalidate(self, *args) -> Any: method invalidate_area (line 6255) | def invalidate_area(self, *args) -> Any: method is_editable (line 6258) | def is_editable(self, *args) -> Any: method is_group_def (line 6261) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 6264) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 6267) | def is_scrolling(self, *args) -> Any: method is_valid (line 6270) | def is_valid(self, *args) -> Any: method is_visible (line 6273) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 6276) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 6279) | def move_background(self, *args) -> Any: method move_children_by (line 6282) | def move_children_by(self, *args) -> Any: method move_foreground (line 6285) | def move_foreground(self, *args) -> Any: method move_to (line 6288) | def move_to(self, *args) -> Any: method move_to_index (line 6291) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 6294) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 6297) | def refr_pos(self, *args) -> Any: method refr_size (line 6300) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 6303) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 6306) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 6309) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 6312) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 6315) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 6318) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 6321) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 6324) | def remove_style(self, *args) -> Any: method remove_style_all (line 6327) | def remove_style_all(self, *args) -> Any: method report_style_change (line 6330) | def report_style_change(self, *args) -> Any: method scroll_by (line 6333) | def scroll_by(self, *args) -> Any: method scroll_to (line 6336) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 6339) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 6342) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 6345) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 6348) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 6351) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 6354) | def set_align(self, *args) -> Any: method set_content_height (line 6357) | def set_content_height(self, *args) -> Any: method set_content_width (line 6360) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 6363) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 6366) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 6369) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 6372) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 6375) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 6378) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 6381) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 6384) | def set_height(self, *args) -> Any: method set_layout (line 6387) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 6390) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 6393) | def set_parent(self, *args) -> Any: method set_pos (line 6396) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 6399) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 6402) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 6405) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 6408) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 6411) | def set_size(self, *args) -> Any: method set_style_align (line 6414) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 6417) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 6420) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 6423) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 6426) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 6429) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 6432) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 6435) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 6438) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 6441) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 6444) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 6447) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 6450) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 6453) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 6456) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 6459) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 6462) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 6465) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 6468) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 6471) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 6474) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 6477) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 6480) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 6483) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 6486) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 6489) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 6492) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 6495) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 6498) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 6501) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 6504) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 6507) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 6510) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 6513) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 6516) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 6519) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 6522) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 6525) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 6528) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 6531) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 6534) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 6537) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 6540) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 6543) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 6546) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 6549) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 6552) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 6555) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 6558) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 6561) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 6564) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 6567) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 6570) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 6573) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 6576) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 6579) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 6582) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 6585) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 6588) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 6591) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 6594) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 6597) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 6600) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 6603) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 6606) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 6609) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 6612) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 6615) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 6618) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 6621) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 6624) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 6627) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 6630) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 6633) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 6636) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 6639) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 6642) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 6645) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 6648) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 6651) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 6654) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 6657) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 6660) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 6663) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 6666) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 6669) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 6672) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 6675) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 6678) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 6681) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 6684) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 6687) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 6690) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 6693) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 6696) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 6699) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 6702) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 6705) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 6708) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 6711) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 6714) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 6717) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 6720) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 6723) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 6726) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 6729) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 6732) | def set_style_width(self, *args) -> Any: method set_style_x (line 6735) | def set_style_x(self, *args) -> Any: method set_style_y (line 6738) | def set_style_y(self, *args) -> Any: method set_tile (line 6741) | def set_tile(self, *args) -> Any: method set_tile_id (line 6744) | def set_tile_id(self, *args) -> Any: method set_user_data (line 6747) | def set_user_data(self, *args) -> Any: method set_width (line 6750) | def set_width(self, *args) -> Any: method set_x (line 6753) | def set_x(self, *args) -> Any: method set_y (line 6756) | def set_y(self, *args) -> Any: method style_get_selector_part (line 6759) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 6762) | def style_get_selector_state(self, *args) -> Any: method swap (line 6765) | def swap(self, *args) -> Any: method tree_walk (line 6768) | def tree_walk(self, *args) -> Any: method update_layout (line 6771) | def update_layout(self, *args) -> Any: method update_snap (line 6774) | def update_snap(self, *args) -> Any: class btnmatrix (line 6781) | class btnmatrix: class CLASS_EDITABLE (line 6784) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 6791) | class CLASS_GROUP_DEF: class CTRL (line 6798) | class CTRL: class DRAW_PART (line 6811) | class DRAW_PART: class FLAG (line 6816) | class FLAG: class TREE_WALK (line 6845) | class TREE_WALK: method add_event_cb (line 6852) | def add_event_cb(self, *args) -> Any: method add_flag (line 6855) | def add_flag(self, *args) -> Any: method add_state (line 6858) | def add_state(self, *args) -> Any: method add_style (line 6861) | def add_style(self, *args) -> Any: method align (line 6864) | def align(self, *args) -> Any: method align_to (line 6867) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 6870) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 6873) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 6876) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 6879) | def calculate_style_text_align(self, *args) -> Any: method center (line 6882) | def center(self, *args) -> Any: method check_type (line 6885) | def check_type(self, *args) -> Any: method class_create_obj (line 6888) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 6891) | def class_init_obj(self, *args) -> Any: method clean (line 6894) | def clean(self, *args) -> Any: method clear_btn_ctrl (line 6897) | def clear_btn_ctrl(self, *args) -> Any: method clear_btn_ctrl_all (line 6900) | def clear_btn_ctrl_all(self, *args) -> Any: method clear_flag (line 6903) | def clear_flag(self, *args) -> Any: method clear_state (line 6906) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 6909) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 6912) | def del_async(self, *args) -> Any: method del_delayed (line 6915) | def del_delayed(self, *args) -> Any: method delete (line 6918) | def delete(self, *args) -> Any: method dpx (line 6921) | def dpx(self, *args) -> Any: method draw_dsc_init (line 6924) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 6927) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 6930) | def enable_style_refresh(self, *args) -> Any: method event_base (line 6933) | def event_base(self, *args) -> Any: method fade_in (line 6936) | def fade_in(self, *args) -> Any: method fade_out (line 6939) | def fade_out(self, *args) -> Any: method get_btn_text (line 6942) | def get_btn_text(self, *args) -> Any: method get_child (line 6945) | def get_child(self, *args) -> Any: method get_child_cnt (line 6948) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 6951) | def get_child_id(self, *args) -> Any: method get_class (line 6954) | def get_class(self, *args) -> Any: method get_click_area (line 6957) | def get_click_area(self, *args) -> Any: method get_content_coords (line 6960) | def get_content_coords(self, *args) -> Any: method get_content_height (line 6963) | def get_content_height(self, *args) -> Any: method get_content_width (line 6966) | def get_content_width(self, *args) -> Any: method get_coords (line 6969) | def get_coords(self, *args) -> Any: method get_disp (line 6972) | def get_disp(self, *args) -> Any: method get_group (line 6975) | def get_group(self, *args) -> Any: method get_height (line 6978) | def get_height(self, *args) -> Any: method get_index (line 6981) | def get_index(self, *args) -> Any: method get_local_style_prop (line 6984) | def get_local_style_prop(self, *args) -> Any: method get_map (line 6987) | def get_map(self, *args) -> Any: method get_one_checked (line 6990) | def get_one_checked(self, *args) -> Any: method get_parent (line 6993) | def get_parent(self, *args) -> Any: method get_screen (line 6996) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 6999) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 7002) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 7005) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 7008) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 7011) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 7014) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 7017) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 7020) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 7023) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 7026) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 7029) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 7032) | def get_scrollbar_mode(self, *args) -> Any: method get_selected_btn (line 7035) | def get_selected_btn(self, *args) -> Any: method get_self_height (line 7038) | def get_self_height(self, *args) -> Any: method get_self_width (line 7041) | def get_self_width(self, *args) -> Any: method get_state (line 7044) | def get_state(self, *args) -> Any: method get_style_align (line 7047) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 7050) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 7053) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 7056) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 7059) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 7062) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 7065) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 7068) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 7071) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 7074) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 7077) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 7080) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 7083) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 7086) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 7089) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 7092) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 7095) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 7098) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 7101) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 7104) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 7107) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 7110) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 7113) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 7116) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 7119) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 7122) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 7125) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 7128) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 7131) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 7134) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 7137) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 7140) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 7143) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 7146) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 7149) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 7152) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 7155) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 7158) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 7161) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 7164) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 7167) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 7170) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 7173) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 7176) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 7179) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 7182) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 7185) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 7188) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 7191) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 7194) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 7197) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 7200) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 7203) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 7206) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 7209) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 7212) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 7215) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 7218) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 7221) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 7224) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 7227) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 7230) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 7233) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 7236) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 7239) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 7242) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 7245) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 7248) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 7251) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 7254) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 7257) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 7260) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 7263) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 7266) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 7269) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 7272) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 7275) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 7278) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 7281) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 7284) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 7287) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 7290) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 7293) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 7296) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 7299) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 7302) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 7305) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 7308) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 7311) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 7314) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 7317) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 7320) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 7323) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 7326) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 7329) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 7332) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 7335) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 7338) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 7341) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 7344) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 7347) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 7350) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 7353) | def get_style_width(self, *args) -> Any: method get_style_x (line 7356) | def get_style_x(self, *args) -> Any: method get_style_y (line 7359) | def get_style_y(self, *args) -> Any: method get_user_data (line 7362) | def get_user_data(self, *args) -> Any: method get_width (line 7365) | def get_width(self, *args) -> Any: method get_x (line 7368) | def get_x(self, *args) -> Any: method get_x2 (line 7371) | def get_x2(self, *args) -> Any: method get_x_aligned (line 7374) | def get_x_aligned(self, *args) -> Any: method get_y (line 7377) | def get_y(self, *args) -> Any: method get_y2 (line 7380) | def get_y2(self, *args) -> Any: method get_y_aligned (line 7383) | def get_y_aligned(self, *args) -> Any: method has_btn_ctrl (line 7386) | def has_btn_ctrl(self, *args) -> Any: method has_class (line 7389) | def has_class(self, *args) -> Any: method has_flag (line 7392) | def has_flag(self, *args) -> Any: method has_flag_any (line 7395) | def has_flag_any(self, *args) -> Any: method has_state (line 7398) | def has_state(self, *args) -> Any: method hit_test (line 7401) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 7404) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 7407) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 7410) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 7413) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 7416) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 7419) | def invalidate(self, *args) -> Any: method invalidate_area (line 7422) | def invalidate_area(self, *args) -> Any: method is_editable (line 7425) | def is_editable(self, *args) -> Any: method is_group_def (line 7428) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 7431) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 7434) | def is_scrolling(self, *args) -> Any: method is_valid (line 7437) | def is_valid(self, *args) -> Any: method is_visible (line 7440) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 7443) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 7446) | def move_background(self, *args) -> Any: method move_children_by (line 7449) | def move_children_by(self, *args) -> Any: method move_foreground (line 7452) | def move_foreground(self, *args) -> Any: method move_to (line 7455) | def move_to(self, *args) -> Any: method move_to_index (line 7458) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 7461) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 7464) | def refr_pos(self, *args) -> Any: method refr_size (line 7467) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 7470) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 7473) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 7476) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 7479) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 7482) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 7485) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 7488) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 7491) | def remove_style(self, *args) -> Any: method remove_style_all (line 7494) | def remove_style_all(self, *args) -> Any: method report_style_change (line 7497) | def report_style_change(self, *args) -> Any: method scroll_by (line 7500) | def scroll_by(self, *args) -> Any: method scroll_to (line 7503) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 7506) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 7509) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 7512) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 7515) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 7518) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 7521) | def set_align(self, *args) -> Any: method set_btn_ctrl (line 7524) | def set_btn_ctrl(self, *args) -> Any: method set_btn_ctrl_all (line 7527) | def set_btn_ctrl_all(self, *args) -> Any: method set_btn_width (line 7530) | def set_btn_width(self, *args) -> Any: method set_content_height (line 7533) | def set_content_height(self, *args) -> Any: method set_content_width (line 7536) | def set_content_width(self, *args) -> Any: method set_ctrl_map (line 7539) | def set_ctrl_map(self, *args) -> Any: method set_ext_click_area (line 7542) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 7545) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 7548) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 7551) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 7554) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 7557) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 7560) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 7563) | def set_height(self, *args) -> Any: method set_layout (line 7566) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 7569) | def set_local_style_prop(self, *args) -> Any: method set_map (line 7572) | def set_map(self, *args) -> Any: method set_one_checked (line 7575) | def set_one_checked(self, *args) -> Any: method set_parent (line 7578) | def set_parent(self, *args) -> Any: method set_pos (line 7581) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 7584) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 7587) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 7590) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 7593) | def set_scrollbar_mode(self, *args) -> Any: method set_selected_btn (line 7596) | def set_selected_btn(self, *args) -> Any: method set_size (line 7599) | def set_size(self, *args) -> Any: method set_style_align (line 7602) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 7605) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 7608) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 7611) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 7614) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 7617) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 7620) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 7623) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 7626) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 7629) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 7632) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 7635) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 7638) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 7641) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 7644) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 7647) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 7650) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 7653) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 7656) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 7659) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 7662) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 7665) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 7668) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 7671) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 7674) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 7677) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 7680) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 7683) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 7686) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 7689) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 7692) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 7695) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 7698) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 7701) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 7704) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 7707) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 7710) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 7713) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 7716) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 7719) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 7722) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 7725) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 7728) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 7731) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 7734) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 7737) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 7740) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 7743) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 7746) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 7749) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 7752) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 7755) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 7758) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 7761) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 7764) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 7767) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 7770) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 7773) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 7776) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 7779) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 7782) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 7785) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 7788) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 7791) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 7794) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 7797) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 7800) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 7803) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 7806) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 7809) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 7812) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 7815) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 7818) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 7821) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 7824) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 7827) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 7830) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 7833) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 7836) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 7839) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 7842) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 7845) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 7848) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 7851) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 7854) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 7857) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 7860) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 7863) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 7866) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 7869) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 7872) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 7875) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 7878) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 7881) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 7884) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 7887) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 7890) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 7893) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 7896) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 7899) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 7902) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 7905) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 7908) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 7911) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 7914) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 7917) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 7920) | def set_style_width(self, *args) -> Any: method set_style_x (line 7923) | def set_style_x(self, *args) -> Any: method set_style_y (line 7926) | def set_style_y(self, *args) -> Any: method set_tile (line 7929) | def set_tile(self, *args) -> Any: method set_tile_id (line 7932) | def set_tile_id(self, *args) -> Any: method set_user_data (line 7935) | def set_user_data(self, *args) -> Any: method set_width (line 7938) | def set_width(self, *args) -> Any: method set_x (line 7941) | def set_x(self, *args) -> Any: method set_y (line 7944) | def set_y(self, *args) -> Any: method style_get_selector_part (line 7947) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 7950) | def style_get_selector_state(self, *args) -> Any: method swap (line 7953) | def swap(self, *args) -> Any: method tree_walk (line 7956) | def tree_walk(self, *args) -> Any: method update_layout (line 7959) | def update_layout(self, *args) -> Any: method update_snap (line 7962) | def update_snap(self, *args) -> Any: class calendar (line 7969) | class calendar: class CLASS_EDITABLE (line 7972) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 7979) | class CLASS_GROUP_DEF: class DRAW_PART (line 7986) | class DRAW_PART: class FLAG (line 7993) | class FLAG: class TREE_WALK (line 8022) | class TREE_WALK: method add_event_cb (line 8029) | def add_event_cb(self, *args) -> Any: method add_flag (line 8032) | def add_flag(self, *args) -> Any: method add_state (line 8035) | def add_state(self, *args) -> Any: method add_style (line 8038) | def add_style(self, *args) -> Any: method align (line 8041) | def align(self, *args) -> Any: method align_to (line 8044) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 8047) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 8050) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 8053) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 8056) | def calculate_style_text_align(self, *args) -> Any: method center (line 8059) | def center(self, *args) -> Any: method check_type (line 8062) | def check_type(self, *args) -> Any: method class_create_obj (line 8065) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 8068) | def class_init_obj(self, *args) -> Any: method clean (line 8071) | def clean(self, *args) -> Any: method clear_flag (line 8074) | def clear_flag(self, *args) -> Any: method clear_state (line 8077) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 8080) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 8083) | def del_async(self, *args) -> Any: method del_delayed (line 8086) | def del_delayed(self, *args) -> Any: method delete (line 8089) | def delete(self, *args) -> Any: method dpx (line 8092) | def dpx(self, *args) -> Any: method draw_dsc_init (line 8095) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 8098) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 8101) | def enable_style_refresh(self, *args) -> Any: method event_base (line 8104) | def event_base(self, *args) -> Any: method fade_in (line 8107) | def fade_in(self, *args) -> Any: method fade_out (line 8110) | def fade_out(self, *args) -> Any: method get_child (line 8113) | def get_child(self, *args) -> Any: method get_child_cnt (line 8116) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 8119) | def get_child_id(self, *args) -> Any: method get_class (line 8122) | def get_class(self, *args) -> Any: method get_click_area (line 8125) | def get_click_area(self, *args) -> Any: method get_content_coords (line 8128) | def get_content_coords(self, *args) -> Any: method get_content_height (line 8131) | def get_content_height(self, *args) -> Any: method get_content_width (line 8134) | def get_content_width(self, *args) -> Any: method get_coords (line 8137) | def get_coords(self, *args) -> Any: method get_disp (line 8140) | def get_disp(self, *args) -> Any: method get_group (line 8143) | def get_group(self, *args) -> Any: method get_height (line 8146) | def get_height(self, *args) -> Any: method get_highlighted_dates (line 8149) | def get_highlighted_dates(self, *args) -> Any: method get_highlighted_dates_num (line 8152) | def get_highlighted_dates_num(self, *args) -> Any: method get_index (line 8155) | def get_index(self, *args) -> Any: method get_local_style_prop (line 8158) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 8161) | def get_parent(self, *args) -> Any: method get_pressed_date (line 8164) | def get_pressed_date(self, *args) -> Any: method get_screen (line 8167) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 8170) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 8173) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 8176) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 8179) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 8182) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 8185) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 8188) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 8191) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 8194) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 8197) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 8200) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 8203) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 8206) | def get_self_height(self, *args) -> Any: method get_self_width (line 8209) | def get_self_width(self, *args) -> Any: method get_showed_date (line 8212) | def get_showed_date(self, *args) -> Any: method get_state (line 8215) | def get_state(self, *args) -> Any: method get_style_align (line 8218) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 8221) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 8224) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 8227) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 8230) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 8233) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 8236) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 8239) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 8242) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 8245) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 8248) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 8251) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 8254) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 8257) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 8260) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 8263) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 8266) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 8269) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 8272) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 8275) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 8278) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 8281) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 8284) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 8287) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 8290) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 8293) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 8296) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 8299) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 8302) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 8305) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 8308) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 8311) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 8314) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 8317) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 8320) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 8323) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 8326) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 8329) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 8332) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 8335) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 8338) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 8341) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 8344) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 8347) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 8350) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 8353) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 8356) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 8359) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 8362) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 8365) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 8368) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 8371) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 8374) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 8377) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 8380) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 8383) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 8386) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 8389) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 8392) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 8395) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 8398) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 8401) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 8404) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 8407) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 8410) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 8413) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 8416) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 8419) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 8422) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 8425) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 8428) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 8431) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 8434) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 8437) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 8440) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 8443) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 8446) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 8449) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 8452) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 8455) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 8458) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 8461) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 8464) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 8467) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 8470) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 8473) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 8476) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 8479) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 8482) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 8485) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 8488) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 8491) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 8494) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 8497) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 8500) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 8503) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 8506) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 8509) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 8512) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 8515) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 8518) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 8521) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 8524) | def get_style_width(self, *args) -> Any: method get_style_x (line 8527) | def get_style_x(self, *args) -> Any: method get_style_y (line 8530) | def get_style_y(self, *args) -> Any: method get_today_date (line 8533) | def get_today_date(self, *args) -> Any: method get_user_data (line 8536) | def get_user_data(self, *args) -> Any: method get_width (line 8539) | def get_width(self, *args) -> Any: method get_x (line 8542) | def get_x(self, *args) -> Any: method get_x2 (line 8545) | def get_x2(self, *args) -> Any: method get_x_aligned (line 8548) | def get_x_aligned(self, *args) -> Any: method get_y (line 8551) | def get_y(self, *args) -> Any: method get_y2 (line 8554) | def get_y2(self, *args) -> Any: method get_y_aligned (line 8557) | def get_y_aligned(self, *args) -> Any: method has_class (line 8560) | def has_class(self, *args) -> Any: method has_flag (line 8563) | def has_flag(self, *args) -> Any: method has_flag_any (line 8566) | def has_flag_any(self, *args) -> Any: method has_state (line 8569) | def has_state(self, *args) -> Any: method hit_test (line 8572) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 8575) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 8578) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 8581) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 8584) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 8587) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 8590) | def invalidate(self, *args) -> Any: method invalidate_area (line 8593) | def invalidate_area(self, *args) -> Any: method is_editable (line 8596) | def is_editable(self, *args) -> Any: method is_group_def (line 8599) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 8602) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 8605) | def is_scrolling(self, *args) -> Any: method is_valid (line 8608) | def is_valid(self, *args) -> Any: method is_visible (line 8611) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 8614) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 8617) | def move_background(self, *args) -> Any: method move_children_by (line 8620) | def move_children_by(self, *args) -> Any: method move_foreground (line 8623) | def move_foreground(self, *args) -> Any: method move_to (line 8626) | def move_to(self, *args) -> Any: method move_to_index (line 8629) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 8632) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 8635) | def refr_pos(self, *args) -> Any: method refr_size (line 8638) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 8641) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 8644) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 8647) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 8650) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 8653) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 8656) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 8659) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 8662) | def remove_style(self, *args) -> Any: method remove_style_all (line 8665) | def remove_style_all(self, *args) -> Any: method report_style_change (line 8668) | def report_style_change(self, *args) -> Any: method scroll_by (line 8671) | def scroll_by(self, *args) -> Any: method scroll_to (line 8674) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 8677) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 8680) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 8683) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 8686) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 8689) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 8692) | def set_align(self, *args) -> Any: method set_content_height (line 8695) | def set_content_height(self, *args) -> Any: method set_content_width (line 8698) | def set_content_width(self, *args) -> Any: method set_day_names (line 8701) | def set_day_names(self, *args) -> Any: method set_ext_click_area (line 8704) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 8707) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 8710) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 8713) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 8716) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 8719) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 8722) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 8725) | def set_height(self, *args) -> Any: method set_highlighted_dates (line 8728) | def set_highlighted_dates(self, *args) -> Any: method set_layout (line 8731) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 8734) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 8737) | def set_parent(self, *args) -> Any: method set_pos (line 8740) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 8743) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 8746) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 8749) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 8752) | def set_scrollbar_mode(self, *args) -> Any: method set_showed_date (line 8755) | def set_showed_date(self, *args) -> Any: method set_size (line 8758) | def set_size(self, *args) -> Any: method set_style_align (line 8761) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 8764) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 8767) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 8770) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 8773) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 8776) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 8779) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 8782) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 8785) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 8788) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 8791) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 8794) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 8797) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 8800) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 8803) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 8806) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 8809) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 8812) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 8815) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 8818) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 8821) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 8824) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 8827) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 8830) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 8833) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 8836) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 8839) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 8842) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 8845) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 8848) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 8851) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 8854) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 8857) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 8860) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 8863) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 8866) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 8869) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 8872) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 8875) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 8878) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 8881) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 8884) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 8887) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 8890) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 8893) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 8896) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 8899) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 8902) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 8905) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 8908) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 8911) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 8914) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 8917) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 8920) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 8923) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 8926) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 8929) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 8932) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 8935) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 8938) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 8941) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 8944) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 8947) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 8950) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 8953) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 8956) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 8959) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 8962) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 8965) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 8968) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 8971) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 8974) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 8977) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 8980) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 8983) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 8986) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 8989) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 8992) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 8995) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 8998) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 9001) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 9004) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 9007) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 9010) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 9013) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 9016) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 9019) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 9022) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 9025) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 9028) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 9031) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 9034) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 9037) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 9040) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 9043) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 9046) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 9049) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 9052) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 9055) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 9058) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 9061) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 9064) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 9067) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 9070) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 9073) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 9076) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 9079) | def set_style_width(self, *args) -> Any: method set_style_x (line 9082) | def set_style_x(self, *args) -> Any: method set_style_y (line 9085) | def set_style_y(self, *args) -> Any: method set_tile (line 9088) | def set_tile(self, *args) -> Any: method set_tile_id (line 9091) | def set_tile_id(self, *args) -> Any: method set_today_date (line 9094) | def set_today_date(self, *args) -> Any: method set_user_data (line 9097) | def set_user_data(self, *args) -> Any: method set_width (line 9100) | def set_width(self, *args) -> Any: method set_x (line 9103) | def set_x(self, *args) -> Any: method set_y (line 9106) | def set_y(self, *args) -> Any: method style_get_selector_part (line 9109) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 9112) | def style_get_selector_state(self, *args) -> Any: method swap (line 9115) | def swap(self, *args) -> Any: method tree_walk (line 9118) | def tree_walk(self, *args) -> Any: method update_layout (line 9121) | def update_layout(self, *args) -> Any: method update_snap (line 9124) | def update_snap(self, *args) -> Any: class calendar_date_t (line 9131) | class calendar_date_t: class calendar_header_arrow (line 9135) | class calendar_header_arrow: class CLASS_EDITABLE (line 9138) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 9145) | class CLASS_GROUP_DEF: class DRAW_PART (line 9152) | class DRAW_PART: class FLAG (line 9159) | class FLAG: class TREE_WALK (line 9188) | class TREE_WALK: method add_event_cb (line 9195) | def add_event_cb(self, *args) -> Any: method add_flag (line 9198) | def add_flag(self, *args) -> Any: method add_state (line 9201) | def add_state(self, *args) -> Any: method add_style (line 9204) | def add_style(self, *args) -> Any: method align (line 9207) | def align(self, *args) -> Any: method align_to (line 9210) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 9213) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 9216) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 9219) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 9222) | def calculate_style_text_align(self, *args) -> Any: method center (line 9225) | def center(self, *args) -> Any: method check_type (line 9228) | def check_type(self, *args) -> Any: method class_create_obj (line 9231) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 9234) | def class_init_obj(self, *args) -> Any: method clean (line 9237) | def clean(self, *args) -> Any: method clear_flag (line 9240) | def clear_flag(self, *args) -> Any: method clear_state (line 9243) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 9246) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 9249) | def del_async(self, *args) -> Any: method del_delayed (line 9252) | def del_delayed(self, *args) -> Any: method delete (line 9255) | def delete(self, *args) -> Any: method dpx (line 9258) | def dpx(self, *args) -> Any: method draw_dsc_init (line 9261) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 9264) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 9267) | def enable_style_refresh(self, *args) -> Any: method event_base (line 9270) | def event_base(self, *args) -> Any: method fade_in (line 9273) | def fade_in(self, *args) -> Any: method fade_out (line 9276) | def fade_out(self, *args) -> Any: method get_child (line 9279) | def get_child(self, *args) -> Any: method get_child_cnt (line 9282) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 9285) | def get_child_id(self, *args) -> Any: method get_class (line 9288) | def get_class(self, *args) -> Any: method get_click_area (line 9291) | def get_click_area(self, *args) -> Any: method get_content_coords (line 9294) | def get_content_coords(self, *args) -> Any: method get_content_height (line 9297) | def get_content_height(self, *args) -> Any: method get_content_width (line 9300) | def get_content_width(self, *args) -> Any: method get_coords (line 9303) | def get_coords(self, *args) -> Any: method get_disp (line 9306) | def get_disp(self, *args) -> Any: method get_group (line 9309) | def get_group(self, *args) -> Any: method get_height (line 9312) | def get_height(self, *args) -> Any: method get_index (line 9315) | def get_index(self, *args) -> Any: method get_local_style_prop (line 9318) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 9321) | def get_parent(self, *args) -> Any: method get_screen (line 9324) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 9327) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 9330) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 9333) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 9336) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 9339) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 9342) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 9345) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 9348) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 9351) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 9354) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 9357) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 9360) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 9363) | def get_self_height(self, *args) -> Any: method get_self_width (line 9366) | def get_self_width(self, *args) -> Any: method get_state (line 9369) | def get_state(self, *args) -> Any: method get_style_align (line 9372) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 9375) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 9378) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 9381) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 9384) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 9387) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 9390) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 9393) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 9396) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 9399) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 9402) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 9405) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 9408) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 9411) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 9414) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 9417) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 9420) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 9423) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 9426) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 9429) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 9432) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 9435) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 9438) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 9441) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 9444) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 9447) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 9450) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 9453) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 9456) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 9459) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 9462) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 9465) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 9468) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 9471) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 9474) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 9477) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 9480) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 9483) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 9486) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 9489) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 9492) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 9495) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 9498) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 9501) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 9504) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 9507) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 9510) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 9513) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 9516) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 9519) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 9522) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 9525) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 9528) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 9531) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 9534) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 9537) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 9540) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 9543) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 9546) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 9549) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 9552) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 9555) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 9558) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 9561) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 9564) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 9567) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 9570) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 9573) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 9576) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 9579) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 9582) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 9585) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 9588) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 9591) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 9594) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 9597) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 9600) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 9603) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 9606) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 9609) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 9612) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 9615) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 9618) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 9621) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 9624) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 9627) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 9630) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 9633) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 9636) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 9639) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 9642) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 9645) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 9648) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 9651) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 9654) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 9657) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 9660) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 9663) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 9666) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 9669) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 9672) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 9675) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 9678) | def get_style_width(self, *args) -> Any: method get_style_x (line 9681) | def get_style_x(self, *args) -> Any: method get_style_y (line 9684) | def get_style_y(self, *args) -> Any: method get_user_data (line 9687) | def get_user_data(self, *args) -> Any: method get_width (line 9690) | def get_width(self, *args) -> Any: method get_x (line 9693) | def get_x(self, *args) -> Any: method get_x2 (line 9696) | def get_x2(self, *args) -> Any: method get_x_aligned (line 9699) | def get_x_aligned(self, *args) -> Any: method get_y (line 9702) | def get_y(self, *args) -> Any: method get_y2 (line 9705) | def get_y2(self, *args) -> Any: method get_y_aligned (line 9708) | def get_y_aligned(self, *args) -> Any: method has_class (line 9711) | def has_class(self, *args) -> Any: method has_flag (line 9714) | def has_flag(self, *args) -> Any: method has_flag_any (line 9717) | def has_flag_any(self, *args) -> Any: method has_state (line 9720) | def has_state(self, *args) -> Any: method hit_test (line 9723) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 9726) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 9729) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 9732) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 9735) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 9738) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 9741) | def invalidate(self, *args) -> Any: method invalidate_area (line 9744) | def invalidate_area(self, *args) -> Any: method is_editable (line 9747) | def is_editable(self, *args) -> Any: method is_group_def (line 9750) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 9753) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 9756) | def is_scrolling(self, *args) -> Any: method is_valid (line 9759) | def is_valid(self, *args) -> Any: method is_visible (line 9762) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 9765) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 9768) | def move_background(self, *args) -> Any: method move_children_by (line 9771) | def move_children_by(self, *args) -> Any: method move_foreground (line 9774) | def move_foreground(self, *args) -> Any: method move_to (line 9777) | def move_to(self, *args) -> Any: method move_to_index (line 9780) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 9783) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 9786) | def refr_pos(self, *args) -> Any: method refr_size (line 9789) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 9792) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 9795) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 9798) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 9801) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 9804) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 9807) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 9810) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 9813) | def remove_style(self, *args) -> Any: method remove_style_all (line 9816) | def remove_style_all(self, *args) -> Any: method report_style_change (line 9819) | def report_style_change(self, *args) -> Any: method scroll_by (line 9822) | def scroll_by(self, *args) -> Any: method scroll_to (line 9825) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 9828) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 9831) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 9834) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 9837) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 9840) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 9843) | def set_align(self, *args) -> Any: method set_content_height (line 9846) | def set_content_height(self, *args) -> Any: method set_content_width (line 9849) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 9852) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 9855) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 9858) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 9861) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 9864) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 9867) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 9870) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 9873) | def set_height(self, *args) -> Any: method set_layout (line 9876) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 9879) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 9882) | def set_parent(self, *args) -> Any: method set_pos (line 9885) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 9888) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 9891) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 9894) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 9897) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 9900) | def set_size(self, *args) -> Any: method set_style_align (line 9903) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 9906) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 9909) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 9912) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 9915) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 9918) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 9921) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 9924) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 9927) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 9930) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 9933) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 9936) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 9939) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 9942) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 9945) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 9948) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 9951) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 9954) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 9957) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 9960) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 9963) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 9966) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 9969) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 9972) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 9975) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 9978) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 9981) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 9984) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 9987) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 9990) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 9993) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 9996) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 9999) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 10002) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 10005) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 10008) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 10011) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 10014) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 10017) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 10020) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 10023) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 10026) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 10029) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 10032) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 10035) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 10038) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 10041) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 10044) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 10047) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 10050) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 10053) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 10056) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 10059) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 10062) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 10065) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 10068) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 10071) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 10074) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 10077) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 10080) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 10083) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 10086) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 10089) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 10092) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 10095) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 10098) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 10101) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 10104) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 10107) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 10110) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 10113) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 10116) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 10119) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 10122) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 10125) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 10128) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 10131) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 10134) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 10137) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 10140) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 10143) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 10146) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 10149) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 10152) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 10155) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 10158) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 10161) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 10164) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 10167) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 10170) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 10173) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 10176) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 10179) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 10182) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 10185) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 10188) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 10191) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 10194) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 10197) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 10200) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 10203) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 10206) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 10209) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 10212) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 10215) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 10218) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 10221) | def set_style_width(self, *args) -> Any: method set_style_x (line 10224) | def set_style_x(self, *args) -> Any: method set_style_y (line 10227) | def set_style_y(self, *args) -> Any: method set_tile (line 10230) | def set_tile(self, *args) -> Any: method set_tile_id (line 10233) | def set_tile_id(self, *args) -> Any: method set_user_data (line 10236) | def set_user_data(self, *args) -> Any: method set_width (line 10239) | def set_width(self, *args) -> Any: method set_x (line 10242) | def set_x(self, *args) -> Any: method set_y (line 10245) | def set_y(self, *args) -> Any: method style_get_selector_part (line 10248) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 10251) | def style_get_selector_state(self, *args) -> Any: method swap (line 10254) | def swap(self, *args) -> Any: method tree_walk (line 10257) | def tree_walk(self, *args) -> Any: method update_layout (line 10260) | def update_layout(self, *args) -> Any: method update_snap (line 10263) | def update_snap(self, *args) -> Any: class calendar_header_dropdown (line 10270) | class calendar_header_dropdown: class CLASS_EDITABLE (line 10273) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 10280) | class CLASS_GROUP_DEF: class DRAW_PART (line 10287) | class DRAW_PART: class FLAG (line 10294) | class FLAG: class TREE_WALK (line 10323) | class TREE_WALK: method add_event_cb (line 10330) | def add_event_cb(self, *args) -> Any: method add_flag (line 10333) | def add_flag(self, *args) -> Any: method add_state (line 10336) | def add_state(self, *args) -> Any: method add_style (line 10339) | def add_style(self, *args) -> Any: method align (line 10342) | def align(self, *args) -> Any: method align_to (line 10345) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 10348) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 10351) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 10354) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 10357) | def calculate_style_text_align(self, *args) -> Any: method center (line 10360) | def center(self, *args) -> Any: method check_type (line 10363) | def check_type(self, *args) -> Any: method class_create_obj (line 10366) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 10369) | def class_init_obj(self, *args) -> Any: method clean (line 10372) | def clean(self, *args) -> Any: method clear_flag (line 10375) | def clear_flag(self, *args) -> Any: method clear_state (line 10378) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 10381) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 10384) | def del_async(self, *args) -> Any: method del_delayed (line 10387) | def del_delayed(self, *args) -> Any: method delete (line 10390) | def delete(self, *args) -> Any: method dpx (line 10393) | def dpx(self, *args) -> Any: method draw_dsc_init (line 10396) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 10399) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 10402) | def enable_style_refresh(self, *args) -> Any: method event_base (line 10405) | def event_base(self, *args) -> Any: method fade_in (line 10408) | def fade_in(self, *args) -> Any: method fade_out (line 10411) | def fade_out(self, *args) -> Any: method get_child (line 10414) | def get_child(self, *args) -> Any: method get_child_cnt (line 10417) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 10420) | def get_child_id(self, *args) -> Any: method get_class (line 10423) | def get_class(self, *args) -> Any: method get_click_area (line 10426) | def get_click_area(self, *args) -> Any: method get_content_coords (line 10429) | def get_content_coords(self, *args) -> Any: method get_content_height (line 10432) | def get_content_height(self, *args) -> Any: method get_content_width (line 10435) | def get_content_width(self, *args) -> Any: method get_coords (line 10438) | def get_coords(self, *args) -> Any: method get_disp (line 10441) | def get_disp(self, *args) -> Any: method get_group (line 10444) | def get_group(self, *args) -> Any: method get_height (line 10447) | def get_height(self, *args) -> Any: method get_index (line 10450) | def get_index(self, *args) -> Any: method get_local_style_prop (line 10453) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 10456) | def get_parent(self, *args) -> Any: method get_screen (line 10459) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 10462) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 10465) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 10468) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 10471) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 10474) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 10477) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 10480) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 10483) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 10486) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 10489) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 10492) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 10495) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 10498) | def get_self_height(self, *args) -> Any: method get_self_width (line 10501) | def get_self_width(self, *args) -> Any: method get_state (line 10504) | def get_state(self, *args) -> Any: method get_style_align (line 10507) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 10510) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 10513) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 10516) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 10519) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 10522) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 10525) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 10528) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 10531) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 10534) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 10537) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 10540) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 10543) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 10546) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 10549) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 10552) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 10555) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 10558) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 10561) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 10564) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 10567) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 10570) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 10573) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 10576) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 10579) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 10582) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 10585) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 10588) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 10591) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 10594) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 10597) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 10600) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 10603) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 10606) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 10609) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 10612) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 10615) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 10618) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 10621) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 10624) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 10627) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 10630) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 10633) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 10636) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 10639) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 10642) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 10645) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 10648) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 10651) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 10654) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 10657) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 10660) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 10663) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 10666) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 10669) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 10672) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 10675) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 10678) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 10681) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 10684) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 10687) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 10690) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 10693) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 10696) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 10699) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 10702) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 10705) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 10708) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 10711) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 10714) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 10717) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 10720) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 10723) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 10726) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 10729) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 10732) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 10735) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 10738) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 10741) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 10744) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 10747) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 10750) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 10753) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 10756) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 10759) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 10762) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 10765) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 10768) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 10771) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 10774) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 10777) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 10780) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 10783) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 10786) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 10789) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 10792) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 10795) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 10798) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 10801) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 10804) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 10807) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 10810) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 10813) | def get_style_width(self, *args) -> Any: method get_style_x (line 10816) | def get_style_x(self, *args) -> Any: method get_style_y (line 10819) | def get_style_y(self, *args) -> Any: method get_user_data (line 10822) | def get_user_data(self, *args) -> Any: method get_width (line 10825) | def get_width(self, *args) -> Any: method get_x (line 10828) | def get_x(self, *args) -> Any: method get_x2 (line 10831) | def get_x2(self, *args) -> Any: method get_x_aligned (line 10834) | def get_x_aligned(self, *args) -> Any: method get_y (line 10837) | def get_y(self, *args) -> Any: method get_y2 (line 10840) | def get_y2(self, *args) -> Any: method get_y_aligned (line 10843) | def get_y_aligned(self, *args) -> Any: method has_class (line 10846) | def has_class(self, *args) -> Any: method has_flag (line 10849) | def has_flag(self, *args) -> Any: method has_flag_any (line 10852) | def has_flag_any(self, *args) -> Any: method has_state (line 10855) | def has_state(self, *args) -> Any: method hit_test (line 10858) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 10861) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 10864) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 10867) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 10870) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 10873) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 10876) | def invalidate(self, *args) -> Any: method invalidate_area (line 10879) | def invalidate_area(self, *args) -> Any: method is_editable (line 10882) | def is_editable(self, *args) -> Any: method is_group_def (line 10885) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 10888) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 10891) | def is_scrolling(self, *args) -> Any: method is_valid (line 10894) | def is_valid(self, *args) -> Any: method is_visible (line 10897) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 10900) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 10903) | def move_background(self, *args) -> Any: method move_children_by (line 10906) | def move_children_by(self, *args) -> Any: method move_foreground (line 10909) | def move_foreground(self, *args) -> Any: method move_to (line 10912) | def move_to(self, *args) -> Any: method move_to_index (line 10915) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 10918) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 10921) | def refr_pos(self, *args) -> Any: method refr_size (line 10924) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 10927) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 10930) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 10933) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 10936) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 10939) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 10942) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 10945) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 10948) | def remove_style(self, *args) -> Any: method remove_style_all (line 10951) | def remove_style_all(self, *args) -> Any: method report_style_change (line 10954) | def report_style_change(self, *args) -> Any: method scroll_by (line 10957) | def scroll_by(self, *args) -> Any: method scroll_to (line 10960) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 10963) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 10966) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 10969) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 10972) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 10975) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 10978) | def set_align(self, *args) -> Any: method set_content_height (line 10981) | def set_content_height(self, *args) -> Any: method set_content_width (line 10984) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 10987) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 10990) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 10993) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 10996) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 10999) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 11002) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 11005) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 11008) | def set_height(self, *args) -> Any: method set_layout (line 11011) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 11014) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 11017) | def set_parent(self, *args) -> Any: method set_pos (line 11020) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 11023) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 11026) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 11029) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 11032) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 11035) | def set_size(self, *args) -> Any: method set_style_align (line 11038) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 11041) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 11044) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 11047) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 11050) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 11053) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 11056) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 11059) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 11062) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 11065) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 11068) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 11071) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 11074) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 11077) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 11080) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 11083) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 11086) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 11089) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 11092) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 11095) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 11098) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 11101) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 11104) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 11107) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 11110) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 11113) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 11116) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 11119) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 11122) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 11125) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 11128) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 11131) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 11134) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 11137) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 11140) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 11143) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 11146) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 11149) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 11152) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 11155) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 11158) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 11161) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 11164) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 11167) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 11170) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 11173) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 11176) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 11179) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 11182) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 11185) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 11188) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 11191) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 11194) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 11197) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 11200) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 11203) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 11206) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 11209) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 11212) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 11215) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 11218) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 11221) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 11224) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 11227) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 11230) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 11233) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 11236) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 11239) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 11242) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 11245) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 11248) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 11251) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 11254) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 11257) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 11260) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 11263) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 11266) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 11269) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 11272) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 11275) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 11278) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 11281) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 11284) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 11287) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 11290) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 11293) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 11296) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 11299) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 11302) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 11305) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 11308) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 11311) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 11314) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 11317) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 11320) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 11323) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 11326) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 11329) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 11332) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 11335) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 11338) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 11341) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 11344) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 11347) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 11350) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 11353) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 11356) | def set_style_width(self, *args) -> Any: method set_style_x (line 11359) | def set_style_x(self, *args) -> Any: method set_style_y (line 11362) | def set_style_y(self, *args) -> Any: method set_tile (line 11365) | def set_tile(self, *args) -> Any: method set_tile_id (line 11368) | def set_tile_id(self, *args) -> Any: method set_user_data (line 11371) | def set_user_data(self, *args) -> Any: method set_width (line 11374) | def set_width(self, *args) -> Any: method set_x (line 11377) | def set_x(self, *args) -> Any: method set_y (line 11380) | def set_y(self, *args) -> Any: method style_get_selector_part (line 11383) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 11386) | def style_get_selector_state(self, *args) -> Any: method swap (line 11389) | def swap(self, *args) -> Any: method tree_walk (line 11392) | def tree_walk(self, *args) -> Any: method update_layout (line 11395) | def update_layout(self, *args) -> Any: method update_snap (line 11398) | def update_snap(self, *args) -> Any: class canvas (line 11405) | class canvas: class CLASS_EDITABLE (line 11408) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 11415) | class CLASS_GROUP_DEF: class DRAW_PART (line 11422) | class DRAW_PART: class FLAG (line 11429) | class FLAG: class TREE_WALK (line 11458) | class TREE_WALK: method add_event_cb (line 11465) | def add_event_cb(self, *args) -> Any: method add_flag (line 11468) | def add_flag(self, *args) -> Any: method add_state (line 11471) | def add_state(self, *args) -> Any: method add_style (line 11474) | def add_style(self, *args) -> Any: method align (line 11477) | def align(self, *args) -> Any: method align_to (line 11480) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 11483) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 11486) | def area_is_visible(self, *args) -> Any: method blur_hor (line 11489) | def blur_hor(self, *args) -> Any: method blur_ver (line 11492) | def blur_ver(self, *args) -> Any: method calculate_ext_draw_size (line 11495) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 11498) | def calculate_style_text_align(self, *args) -> Any: method center (line 11501) | def center(self, *args) -> Any: method check_type (line 11504) | def check_type(self, *args) -> Any: method class_create_obj (line 11507) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 11510) | def class_init_obj(self, *args) -> Any: method clean (line 11513) | def clean(self, *args) -> Any: method clear_flag (line 11516) | def clear_flag(self, *args) -> Any: method clear_state (line 11519) | def clear_state(self, *args) -> Any: method copy_buf (line 11522) | def copy_buf(self, *args) -> Any: method del_anim_ready_cb (line 11525) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 11528) | def del_async(self, *args) -> Any: method del_delayed (line 11531) | def del_delayed(self, *args) -> Any: method delete (line 11534) | def delete(self, *args) -> Any: method dpx (line 11537) | def dpx(self, *args) -> Any: method draw_arc (line 11540) | def draw_arc(self, *args) -> Any: method draw_dsc_init (line 11543) | def draw_dsc_init(self, *args) -> Any: method draw_img (line 11546) | def draw_img(self, *args) -> Any: method draw_line (line 11549) | def draw_line(self, *args) -> Any: method draw_part_check_type (line 11552) | def draw_part_check_type(self, *args) -> Any: method draw_polygon (line 11555) | def draw_polygon(self, *args) -> Any: method draw_rect (line 11558) | def draw_rect(self, *args) -> Any: method draw_text (line 11561) | def draw_text(self, *args) -> Any: method enable_style_refresh (line 11564) | def enable_style_refresh(self, *args) -> Any: method event_base (line 11567) | def event_base(self, *args) -> Any: method fade_in (line 11570) | def fade_in(self, *args) -> Any: method fade_out (line 11573) | def fade_out(self, *args) -> Any: method fill_bg (line 11576) | def fill_bg(self, *args) -> Any: method get_child (line 11579) | def get_child(self, *args) -> Any: method get_child_cnt (line 11582) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 11585) | def get_child_id(self, *args) -> Any: method get_class (line 11588) | def get_class(self, *args) -> Any: method get_click_area (line 11591) | def get_click_area(self, *args) -> Any: method get_content_coords (line 11594) | def get_content_coords(self, *args) -> Any: method get_content_height (line 11597) | def get_content_height(self, *args) -> Any: method get_content_width (line 11600) | def get_content_width(self, *args) -> Any: method get_coords (line 11603) | def get_coords(self, *args) -> Any: method get_disp (line 11606) | def get_disp(self, *args) -> Any: method get_group (line 11609) | def get_group(self, *args) -> Any: method get_height (line 11612) | def get_height(self, *args) -> Any: method get_img (line 11615) | def get_img(self, *args) -> Any: method get_index (line 11618) | def get_index(self, *args) -> Any: method get_local_style_prop (line 11621) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 11624) | def get_parent(self, *args) -> Any: method get_px (line 11627) | def get_px(self, *args) -> Any: method get_screen (line 11630) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 11633) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 11636) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 11639) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 11642) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 11645) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 11648) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 11651) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 11654) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 11657) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 11660) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 11663) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 11666) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 11669) | def get_self_height(self, *args) -> Any: method get_self_width (line 11672) | def get_self_width(self, *args) -> Any: method get_state (line 11675) | def get_state(self, *args) -> Any: method get_style_align (line 11678) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 11681) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 11684) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 11687) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 11690) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 11693) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 11696) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 11699) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 11702) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 11705) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 11708) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 11711) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 11714) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 11717) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 11720) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 11723) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 11726) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 11729) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 11732) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 11735) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 11738) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 11741) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 11744) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 11747) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 11750) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 11753) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 11756) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 11759) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 11762) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 11765) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 11768) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 11771) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 11774) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 11777) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 11780) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 11783) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 11786) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 11789) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 11792) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 11795) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 11798) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 11801) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 11804) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 11807) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 11810) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 11813) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 11816) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 11819) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 11822) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 11825) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 11828) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 11831) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 11834) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 11837) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 11840) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 11843) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 11846) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 11849) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 11852) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 11855) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 11858) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 11861) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 11864) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 11867) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 11870) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 11873) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 11876) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 11879) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 11882) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 11885) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 11888) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 11891) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 11894) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 11897) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 11900) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 11903) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 11906) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 11909) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 11912) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 11915) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 11918) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 11921) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 11924) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 11927) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 11930) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 11933) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 11936) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 11939) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 11942) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 11945) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 11948) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 11951) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 11954) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 11957) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 11960) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 11963) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 11966) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 11969) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 11972) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 11975) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 11978) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 11981) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 11984) | def get_style_width(self, *args) -> Any: method get_style_x (line 11987) | def get_style_x(self, *args) -> Any: method get_style_y (line 11990) | def get_style_y(self, *args) -> Any: method get_user_data (line 11993) | def get_user_data(self, *args) -> Any: method get_width (line 11996) | def get_width(self, *args) -> Any: method get_x (line 11999) | def get_x(self, *args) -> Any: method get_x2 (line 12002) | def get_x2(self, *args) -> Any: method get_x_aligned (line 12005) | def get_x_aligned(self, *args) -> Any: method get_y (line 12008) | def get_y(self, *args) -> Any: method get_y2 (line 12011) | def get_y2(self, *args) -> Any: method get_y_aligned (line 12014) | def get_y_aligned(self, *args) -> Any: method has_class (line 12017) | def has_class(self, *args) -> Any: method has_flag (line 12020) | def has_flag(self, *args) -> Any: method has_flag_any (line 12023) | def has_flag_any(self, *args) -> Any: method has_state (line 12026) | def has_state(self, *args) -> Any: method hit_test (line 12029) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 12032) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 12035) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 12038) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 12041) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 12044) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 12047) | def invalidate(self, *args) -> Any: method invalidate_area (line 12050) | def invalidate_area(self, *args) -> Any: method is_editable (line 12053) | def is_editable(self, *args) -> Any: method is_group_def (line 12056) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 12059) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 12062) | def is_scrolling(self, *args) -> Any: method is_valid (line 12065) | def is_valid(self, *args) -> Any: method is_visible (line 12068) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 12071) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 12074) | def move_background(self, *args) -> Any: method move_children_by (line 12077) | def move_children_by(self, *args) -> Any: method move_foreground (line 12080) | def move_foreground(self, *args) -> Any: method move_to (line 12083) | def move_to(self, *args) -> Any: method move_to_index (line 12086) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 12089) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 12092) | def refr_pos(self, *args) -> Any: method refr_size (line 12095) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 12098) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 12101) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 12104) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 12107) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 12110) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 12113) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 12116) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 12119) | def remove_style(self, *args) -> Any: method remove_style_all (line 12122) | def remove_style_all(self, *args) -> Any: method report_style_change (line 12125) | def report_style_change(self, *args) -> Any: method scroll_by (line 12128) | def scroll_by(self, *args) -> Any: method scroll_to (line 12131) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 12134) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 12137) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 12140) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 12143) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 12146) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 12149) | def set_align(self, *args) -> Any: method set_buffer (line 12152) | def set_buffer(self, *args) -> Any: method set_content_height (line 12155) | def set_content_height(self, *args) -> Any: method set_content_width (line 12158) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 12161) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 12164) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 12167) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 12170) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 12173) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 12176) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 12179) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 12182) | def set_height(self, *args) -> Any: method set_layout (line 12185) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 12188) | def set_local_style_prop(self, *args) -> Any: method set_palette (line 12191) | def set_palette(self, *args) -> Any: method set_parent (line 12194) | def set_parent(self, *args) -> Any: method set_pos (line 12197) | def set_pos(self, *args) -> Any: method set_px (line 12200) | def set_px(self, *args) -> Any: method set_scroll_dir (line 12203) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 12206) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 12209) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 12212) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 12215) | def set_size(self, *args) -> Any: method set_style_align (line 12218) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 12221) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 12224) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 12227) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 12230) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 12233) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 12236) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 12239) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 12242) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 12245) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 12248) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 12251) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 12254) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 12257) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 12260) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 12263) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 12266) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 12269) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 12272) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 12275) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 12278) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 12281) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 12284) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 12287) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 12290) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 12293) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 12296) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 12299) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 12302) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 12305) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 12308) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 12311) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 12314) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 12317) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 12320) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 12323) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 12326) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 12329) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 12332) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 12335) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 12338) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 12341) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 12344) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 12347) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 12350) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 12353) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 12356) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 12359) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 12362) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 12365) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 12368) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 12371) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 12374) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 12377) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 12380) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 12383) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 12386) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 12389) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 12392) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 12395) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 12398) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 12401) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 12404) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 12407) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 12410) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 12413) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 12416) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 12419) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 12422) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 12425) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 12428) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 12431) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 12434) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 12437) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 12440) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 12443) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 12446) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 12449) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 12452) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 12455) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 12458) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 12461) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 12464) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 12467) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 12470) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 12473) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 12476) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 12479) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 12482) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 12485) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 12488) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 12491) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 12494) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 12497) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 12500) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 12503) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 12506) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 12509) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 12512) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 12515) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 12518) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 12521) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 12524) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 12527) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 12530) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 12533) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 12536) | def set_style_width(self, *args) -> Any: method set_style_x (line 12539) | def set_style_x(self, *args) -> Any: method set_style_y (line 12542) | def set_style_y(self, *args) -> Any: method set_tile (line 12545) | def set_tile(self, *args) -> Any: method set_tile_id (line 12548) | def set_tile_id(self, *args) -> Any: method set_user_data (line 12551) | def set_user_data(self, *args) -> Any: method set_width (line 12554) | def set_width(self, *args) -> Any: method set_x (line 12557) | def set_x(self, *args) -> Any: method set_y (line 12560) | def set_y(self, *args) -> Any: method style_get_selector_part (line 12563) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 12566) | def style_get_selector_state(self, *args) -> Any: method swap (line 12569) | def swap(self, *args) -> Any: method transform (line 12572) | def transform(self, *args) -> Any: method tree_walk (line 12575) | def tree_walk(self, *args) -> Any: method update_layout (line 12578) | def update_layout(self, *args) -> Any: method update_snap (line 12581) | def update_snap(self, *args) -> Any: class chart (line 12588) | class chart: class AXIS (line 12591) | class AXIS: class CLASS_EDITABLE (line 12599) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 12606) | class CLASS_GROUP_DEF: class DRAW_PART (line 12613) | class DRAW_PART: class FLAG (line 12624) | class FLAG: class TREE_WALK (line 12653) | class TREE_WALK: class TYPE (line 12660) | class TYPE: class UPDATE_MODE (line 12668) | class UPDATE_MODE: method add_cursor (line 12674) | def add_cursor(self, *args) -> Any: method add_event_cb (line 12677) | def add_event_cb(self, *args) -> Any: method add_flag (line 12680) | def add_flag(self, *args) -> Any: method add_series (line 12683) | def add_series(self, *args) -> Any: method add_state (line 12686) | def add_state(self, *args) -> Any: method add_style (line 12689) | def add_style(self, *args) -> Any: method align (line 12692) | def align(self, *args) -> Any: method align_to (line 12695) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 12698) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 12701) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 12704) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 12707) | def calculate_style_text_align(self, *args) -> Any: method center (line 12710) | def center(self, *args) -> Any: method check_type (line 12713) | def check_type(self, *args) -> Any: method class_create_obj (line 12716) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 12719) | def class_init_obj(self, *args) -> Any: method clean (line 12722) | def clean(self, *args) -> Any: method clear_flag (line 12725) | def clear_flag(self, *args) -> Any: method clear_state (line 12728) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 12731) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 12734) | def del_async(self, *args) -> Any: method del_delayed (line 12737) | def del_delayed(self, *args) -> Any: method delete (line 12740) | def delete(self, *args) -> Any: method dpx (line 12743) | def dpx(self, *args) -> Any: method draw_dsc_init (line 12746) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 12749) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 12752) | def enable_style_refresh(self, *args) -> Any: method event_base (line 12755) | def event_base(self, *args) -> Any: method fade_in (line 12758) | def fade_in(self, *args) -> Any: method fade_out (line 12761) | def fade_out(self, *args) -> Any: method get_child (line 12764) | def get_child(self, *args) -> Any: method get_child_cnt (line 12767) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 12770) | def get_child_id(self, *args) -> Any: method get_class (line 12773) | def get_class(self, *args) -> Any: method get_click_area (line 12776) | def get_click_area(self, *args) -> Any: method get_content_coords (line 12779) | def get_content_coords(self, *args) -> Any: method get_content_height (line 12782) | def get_content_height(self, *args) -> Any: method get_content_width (line 12785) | def get_content_width(self, *args) -> Any: method get_coords (line 12788) | def get_coords(self, *args) -> Any: method get_cursor_point (line 12791) | def get_cursor_point(self, *args) -> Any: method get_disp (line 12794) | def get_disp(self, *args) -> Any: method get_group (line 12797) | def get_group(self, *args) -> Any: method get_height (line 12800) | def get_height(self, *args) -> Any: method get_index (line 12803) | def get_index(self, *args) -> Any: method get_local_style_prop (line 12806) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 12809) | def get_parent(self, *args) -> Any: method get_point_count (line 12812) | def get_point_count(self, *args) -> Any: method get_point_pos_by_id (line 12815) | def get_point_pos_by_id(self, *args) -> Any: method get_pressed_point (line 12818) | def get_pressed_point(self, *args) -> Any: method get_screen (line 12821) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 12824) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 12827) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 12830) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 12833) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 12836) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 12839) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 12842) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 12845) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 12848) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 12851) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 12854) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 12857) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 12860) | def get_self_height(self, *args) -> Any: method get_self_width (line 12863) | def get_self_width(self, *args) -> Any: method get_series_next (line 12866) | def get_series_next(self, *args) -> Any: method get_state (line 12869) | def get_state(self, *args) -> Any: method get_style_align (line 12872) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 12875) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 12878) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 12881) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 12884) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 12887) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 12890) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 12893) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 12896) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 12899) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 12902) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 12905) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 12908) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 12911) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 12914) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 12917) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 12920) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 12923) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 12926) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 12929) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 12932) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 12935) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 12938) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 12941) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 12944) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 12947) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 12950) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 12953) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 12956) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 12959) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 12962) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 12965) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 12968) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 12971) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 12974) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 12977) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 12980) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 12983) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 12986) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 12989) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 12992) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 12995) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 12998) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 13001) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 13004) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 13007) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 13010) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 13013) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 13016) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 13019) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 13022) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 13025) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 13028) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 13031) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 13034) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 13037) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 13040) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 13043) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 13046) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 13049) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 13052) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 13055) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 13058) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 13061) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 13064) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 13067) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 13070) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 13073) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 13076) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 13079) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 13082) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 13085) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 13088) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 13091) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 13094) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 13097) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 13100) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 13103) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 13106) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 13109) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 13112) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 13115) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 13118) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 13121) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 13124) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 13127) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 13130) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 13133) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 13136) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 13139) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 13142) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 13145) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 13148) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 13151) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 13154) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 13157) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 13160) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 13163) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 13166) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 13169) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 13172) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 13175) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 13178) | def get_style_width(self, *args) -> Any: method get_style_x (line 13181) | def get_style_x(self, *args) -> Any: method get_style_y (line 13184) | def get_style_y(self, *args) -> Any: method get_type (line 13187) | def get_type(self, *args) -> Any: method get_user_data (line 13190) | def get_user_data(self, *args) -> Any: method get_width (line 13193) | def get_width(self, *args) -> Any: method get_x (line 13196) | def get_x(self, *args) -> Any: method get_x2 (line 13199) | def get_x2(self, *args) -> Any: method get_x_aligned (line 13202) | def get_x_aligned(self, *args) -> Any: method get_x_array (line 13205) | def get_x_array(self, *args) -> Any: method get_x_start_point (line 13208) | def get_x_start_point(self, *args) -> Any: method get_y (line 13211) | def get_y(self, *args) -> Any: method get_y2 (line 13214) | def get_y2(self, *args) -> Any: method get_y_aligned (line 13217) | def get_y_aligned(self, *args) -> Any: method get_y_array (line 13220) | def get_y_array(self, *args) -> Any: method get_zoom_x (line 13223) | def get_zoom_x(self, *args) -> Any: method get_zoom_y (line 13226) | def get_zoom_y(self, *args) -> Any: method has_class (line 13229) | def has_class(self, *args) -> Any: method has_flag (line 13232) | def has_flag(self, *args) -> Any: method has_flag_any (line 13235) | def has_flag_any(self, *args) -> Any: method has_state (line 13238) | def has_state(self, *args) -> Any: method hide_series (line 13241) | def hide_series(self, *args) -> Any: method hit_test (line 13244) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 13247) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 13250) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 13253) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 13256) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 13259) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 13262) | def invalidate(self, *args) -> Any: method invalidate_area (line 13265) | def invalidate_area(self, *args) -> Any: method is_editable (line 13268) | def is_editable(self, *args) -> Any: method is_group_def (line 13271) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 13274) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 13277) | def is_scrolling(self, *args) -> Any: method is_valid (line 13280) | def is_valid(self, *args) -> Any: method is_visible (line 13283) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 13286) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 13289) | def move_background(self, *args) -> Any: method move_children_by (line 13292) | def move_children_by(self, *args) -> Any: method move_foreground (line 13295) | def move_foreground(self, *args) -> Any: method move_to (line 13298) | def move_to(self, *args) -> Any: method move_to_index (line 13301) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 13304) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 13307) | def refr_pos(self, *args) -> Any: method refr_size (line 13310) | def refr_size(self, *args) -> Any: method refresh (line 13313) | def refresh(self, *args) -> Any: method refresh_ext_draw_size (line 13316) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 13319) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 13322) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 13325) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 13328) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 13331) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 13334) | def remove_local_style_prop(self, *args) -> Any: method remove_series (line 13337) | def remove_series(self, *args) -> Any: method remove_style (line 13340) | def remove_style(self, *args) -> Any: method remove_style_all (line 13343) | def remove_style_all(self, *args) -> Any: method report_style_change (line 13346) | def report_style_change(self, *args) -> Any: method scroll_by (line 13349) | def scroll_by(self, *args) -> Any: method scroll_to (line 13352) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 13355) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 13358) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 13361) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 13364) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 13367) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 13370) | def set_align(self, *args) -> Any: method set_all_value (line 13373) | def set_all_value(self, *args) -> Any: method set_axis_tick (line 13376) | def set_axis_tick(self, *args) -> Any: method set_content_height (line 13379) | def set_content_height(self, *args) -> Any: method set_content_width (line 13382) | def set_content_width(self, *args) -> Any: method set_cursor_point (line 13385) | def set_cursor_point(self, *args) -> Any: method set_cursor_pos (line 13388) | def set_cursor_pos(self, *args) -> Any: method set_div_line_count (line 13391) | def set_div_line_count(self, *args) -> Any: method set_ext_click_area (line 13394) | def set_ext_click_area(self, *args) -> Any: method set_ext_x_array (line 13397) | def set_ext_x_array(self, *args) -> Any: method set_ext_y_array (line 13400) | def set_ext_y_array(self, *args) -> Any: method set_flex_align (line 13403) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 13406) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 13409) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 13412) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 13415) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 13418) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 13421) | def set_height(self, *args) -> Any: method set_layout (line 13424) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 13427) | def set_local_style_prop(self, *args) -> Any: method set_next_value (line 13430) | def set_next_value(self, *args) -> Any: method set_next_value2 (line 13433) | def set_next_value2(self, *args) -> Any: method set_parent (line 13436) | def set_parent(self, *args) -> Any: method set_point_count (line 13439) | def set_point_count(self, *args) -> Any: method set_pos (line 13442) | def set_pos(self, *args) -> Any: method set_range (line 13445) | def set_range(self, *args) -> Any: method set_scroll_dir (line 13448) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 13451) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 13454) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 13457) | def set_scrollbar_mode(self, *args) -> Any: method set_series_color (line 13460) | def set_series_color(self, *args) -> Any: method set_size (line 13463) | def set_size(self, *args) -> Any: method set_style_align (line 13466) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 13469) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 13472) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 13475) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 13478) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 13481) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 13484) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 13487) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 13490) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 13493) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 13496) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 13499) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 13502) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 13505) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 13508) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 13511) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 13514) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 13517) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 13520) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 13523) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 13526) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 13529) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 13532) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 13535) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 13538) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 13541) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 13544) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 13547) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 13550) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 13553) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 13556) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 13559) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 13562) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 13565) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 13568) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 13571) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 13574) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 13577) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 13580) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 13583) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 13586) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 13589) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 13592) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 13595) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 13598) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 13601) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 13604) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 13607) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 13610) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 13613) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 13616) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 13619) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 13622) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 13625) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 13628) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 13631) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 13634) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 13637) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 13640) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 13643) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 13646) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 13649) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 13652) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 13655) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 13658) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 13661) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 13664) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 13667) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 13670) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 13673) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 13676) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 13679) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 13682) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 13685) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 13688) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 13691) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 13694) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 13697) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 13700) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 13703) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 13706) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 13709) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 13712) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 13715) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 13718) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 13721) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 13724) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 13727) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 13730) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 13733) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 13736) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 13739) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 13742) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 13745) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 13748) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 13751) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 13754) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 13757) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 13760) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 13763) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 13766) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 13769) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 13772) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 13775) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 13778) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 13781) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 13784) | def set_style_width(self, *args) -> Any: method set_style_x (line 13787) | def set_style_x(self, *args) -> Any: method set_style_y (line 13790) | def set_style_y(self, *args) -> Any: method set_tile (line 13793) | def set_tile(self, *args) -> Any: method set_tile_id (line 13796) | def set_tile_id(self, *args) -> Any: method set_type (line 13799) | def set_type(self, *args) -> Any: method set_update_mode (line 13802) | def set_update_mode(self, *args) -> Any: method set_user_data (line 13805) | def set_user_data(self, *args) -> Any: method set_value_by_id (line 13808) | def set_value_by_id(self, *args) -> Any: method set_value_by_id2 (line 13811) | def set_value_by_id2(self, *args) -> Any: method set_width (line 13814) | def set_width(self, *args) -> Any: method set_x (line 13817) | def set_x(self, *args) -> Any: method set_x_start_point (line 13820) | def set_x_start_point(self, *args) -> Any: method set_y (line 13823) | def set_y(self, *args) -> Any: method set_zoom_x (line 13826) | def set_zoom_x(self, *args) -> Any: method set_zoom_y (line 13829) | def set_zoom_y(self, *args) -> Any: method style_get_selector_part (line 13832) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 13835) | def style_get_selector_state(self, *args) -> Any: method swap (line 13838) | def swap(self, *args) -> Any: method tree_walk (line 13841) | def tree_walk(self, *args) -> Any: method update_layout (line 13844) | def update_layout(self, *args) -> Any: method update_snap (line 13847) | def update_snap(self, *args) -> Any: class chart_cursor_t (line 13854) | class chart_cursor_t: class chart_series_t (line 13858) | class chart_series_t: class checkbox (line 13862) | class checkbox: class CLASS_EDITABLE (line 13865) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 13872) | class CLASS_GROUP_DEF: class DRAW_PART (line 13879) | class DRAW_PART: class FLAG (line 13884) | class FLAG: class TREE_WALK (line 13913) | class TREE_WALK: method add_event_cb (line 13920) | def add_event_cb(self, *args) -> Any: method add_flag (line 13923) | def add_flag(self, *args) -> Any: method add_state (line 13926) | def add_state(self, *args) -> Any: method add_style (line 13929) | def add_style(self, *args) -> Any: method align (line 13932) | def align(self, *args) -> Any: method align_to (line 13935) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 13938) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 13941) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 13944) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 13947) | def calculate_style_text_align(self, *args) -> Any: method center (line 13950) | def center(self, *args) -> Any: method check_type (line 13953) | def check_type(self, *args) -> Any: method class_create_obj (line 13956) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 13959) | def class_init_obj(self, *args) -> Any: method clean (line 13962) | def clean(self, *args) -> Any: method clear_flag (line 13965) | def clear_flag(self, *args) -> Any: method clear_state (line 13968) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 13971) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 13974) | def del_async(self, *args) -> Any: method del_delayed (line 13977) | def del_delayed(self, *args) -> Any: method delete (line 13980) | def delete(self, *args) -> Any: method dpx (line 13983) | def dpx(self, *args) -> Any: method draw_dsc_init (line 13986) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 13989) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 13992) | def enable_style_refresh(self, *args) -> Any: method event_base (line 13995) | def event_base(self, *args) -> Any: method fade_in (line 13998) | def fade_in(self, *args) -> Any: method fade_out (line 14001) | def fade_out(self, *args) -> Any: method get_child (line 14004) | def get_child(self, *args) -> Any: method get_child_cnt (line 14007) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 14010) | def get_child_id(self, *args) -> Any: method get_class (line 14013) | def get_class(self, *args) -> Any: method get_click_area (line 14016) | def get_click_area(self, *args) -> Any: method get_content_coords (line 14019) | def get_content_coords(self, *args) -> Any: method get_content_height (line 14022) | def get_content_height(self, *args) -> Any: method get_content_width (line 14025) | def get_content_width(self, *args) -> Any: method get_coords (line 14028) | def get_coords(self, *args) -> Any: method get_disp (line 14031) | def get_disp(self, *args) -> Any: method get_group (line 14034) | def get_group(self, *args) -> Any: method get_height (line 14037) | def get_height(self, *args) -> Any: method get_index (line 14040) | def get_index(self, *args) -> Any: method get_local_style_prop (line 14043) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 14046) | def get_parent(self, *args) -> Any: method get_screen (line 14049) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 14052) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 14055) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 14058) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 14061) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 14064) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 14067) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 14070) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 14073) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 14076) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 14079) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 14082) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 14085) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 14088) | def get_self_height(self, *args) -> Any: method get_self_width (line 14091) | def get_self_width(self, *args) -> Any: method get_state (line 14094) | def get_state(self, *args) -> Any: method get_style_align (line 14097) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 14100) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 14103) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 14106) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 14109) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 14112) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 14115) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 14118) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 14121) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 14124) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 14127) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 14130) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 14133) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 14136) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 14139) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 14142) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 14145) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 14148) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 14151) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 14154) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 14157) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 14160) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 14163) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 14166) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 14169) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 14172) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 14175) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 14178) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 14181) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 14184) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 14187) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 14190) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 14193) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 14196) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 14199) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 14202) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 14205) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 14208) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 14211) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 14214) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 14217) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 14220) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 14223) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 14226) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 14229) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 14232) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 14235) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 14238) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 14241) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 14244) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 14247) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 14250) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 14253) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 14256) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 14259) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 14262) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 14265) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 14268) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 14271) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 14274) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 14277) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 14280) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 14283) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 14286) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 14289) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 14292) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 14295) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 14298) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 14301) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 14304) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 14307) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 14310) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 14313) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 14316) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 14319) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 14322) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 14325) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 14328) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 14331) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 14334) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 14337) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 14340) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 14343) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 14346) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 14349) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 14352) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 14355) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 14358) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 14361) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 14364) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 14367) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 14370) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 14373) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 14376) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 14379) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 14382) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 14385) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 14388) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 14391) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 14394) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 14397) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 14400) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 14403) | def get_style_width(self, *args) -> Any: method get_style_x (line 14406) | def get_style_x(self, *args) -> Any: method get_style_y (line 14409) | def get_style_y(self, *args) -> Any: method get_text (line 14412) | def get_text(self, *args) -> Any: method get_user_data (line 14415) | def get_user_data(self, *args) -> Any: method get_width (line 14418) | def get_width(self, *args) -> Any: method get_x (line 14421) | def get_x(self, *args) -> Any: method get_x2 (line 14424) | def get_x2(self, *args) -> Any: method get_x_aligned (line 14427) | def get_x_aligned(self, *args) -> Any: method get_y (line 14430) | def get_y(self, *args) -> Any: method get_y2 (line 14433) | def get_y2(self, *args) -> Any: method get_y_aligned (line 14436) | def get_y_aligned(self, *args) -> Any: method has_class (line 14439) | def has_class(self, *args) -> Any: method has_flag (line 14442) | def has_flag(self, *args) -> Any: method has_flag_any (line 14445) | def has_flag_any(self, *args) -> Any: method has_state (line 14448) | def has_state(self, *args) -> Any: method hit_test (line 14451) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 14454) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 14457) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 14460) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 14463) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 14466) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 14469) | def invalidate(self, *args) -> Any: method invalidate_area (line 14472) | def invalidate_area(self, *args) -> Any: method is_editable (line 14475) | def is_editable(self, *args) -> Any: method is_group_def (line 14478) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 14481) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 14484) | def is_scrolling(self, *args) -> Any: method is_valid (line 14487) | def is_valid(self, *args) -> Any: method is_visible (line 14490) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 14493) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 14496) | def move_background(self, *args) -> Any: method move_children_by (line 14499) | def move_children_by(self, *args) -> Any: method move_foreground (line 14502) | def move_foreground(self, *args) -> Any: method move_to (line 14505) | def move_to(self, *args) -> Any: method move_to_index (line 14508) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 14511) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 14514) | def refr_pos(self, *args) -> Any: method refr_size (line 14517) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 14520) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 14523) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 14526) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 14529) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 14532) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 14535) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 14538) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 14541) | def remove_style(self, *args) -> Any: method remove_style_all (line 14544) | def remove_style_all(self, *args) -> Any: method report_style_change (line 14547) | def report_style_change(self, *args) -> Any: method scroll_by (line 14550) | def scroll_by(self, *args) -> Any: method scroll_to (line 14553) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 14556) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 14559) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 14562) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 14565) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 14568) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 14571) | def set_align(self, *args) -> Any: method set_content_height (line 14574) | def set_content_height(self, *args) -> Any: method set_content_width (line 14577) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 14580) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 14583) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 14586) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 14589) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 14592) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 14595) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 14598) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 14601) | def set_height(self, *args) -> Any: method set_layout (line 14604) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 14607) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 14610) | def set_parent(self, *args) -> Any: method set_pos (line 14613) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 14616) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 14619) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 14622) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 14625) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 14628) | def set_size(self, *args) -> Any: method set_style_align (line 14631) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 14634) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 14637) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 14640) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 14643) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 14646) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 14649) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 14652) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 14655) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 14658) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 14661) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 14664) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 14667) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 14670) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 14673) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 14676) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 14679) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 14682) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 14685) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 14688) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 14691) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 14694) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 14697) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 14700) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 14703) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 14706) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 14709) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 14712) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 14715) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 14718) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 14721) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 14724) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 14727) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 14730) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 14733) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 14736) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 14739) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 14742) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 14745) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 14748) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 14751) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 14754) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 14757) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 14760) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 14763) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 14766) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 14769) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 14772) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 14775) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 14778) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 14781) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 14784) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 14787) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 14790) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 14793) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 14796) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 14799) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 14802) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 14805) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 14808) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 14811) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 14814) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 14817) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 14820) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 14823) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 14826) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 14829) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 14832) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 14835) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 14838) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 14841) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 14844) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 14847) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 14850) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 14853) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 14856) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 14859) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 14862) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 14865) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 14868) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 14871) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 14874) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 14877) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 14880) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 14883) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 14886) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 14889) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 14892) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 14895) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 14898) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 14901) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 14904) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 14907) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 14910) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 14913) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 14916) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 14919) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 14922) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 14925) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 14928) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 14931) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 14934) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 14937) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 14940) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 14943) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 14946) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 14949) | def set_style_width(self, *args) -> Any: method set_style_x (line 14952) | def set_style_x(self, *args) -> Any: method set_style_y (line 14955) | def set_style_y(self, *args) -> Any: method set_text (line 14958) | def set_text(self, *args) -> Any: method set_text_static (line 14961) | def set_text_static(self, *args) -> Any: method set_tile (line 14964) | def set_tile(self, *args) -> Any: method set_tile_id (line 14967) | def set_tile_id(self, *args) -> Any: method set_user_data (line 14970) | def set_user_data(self, *args) -> Any: method set_width (line 14973) | def set_width(self, *args) -> Any: method set_x (line 14976) | def set_x(self, *args) -> Any: method set_y (line 14979) | def set_y(self, *args) -> Any: method style_get_selector_part (line 14982) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 14985) | def style_get_selector_state(self, *args) -> Any: method swap (line 14988) | def swap(self, *args) -> Any: method tree_walk (line 14991) | def tree_walk(self, *args) -> Any: method update_layout (line 14994) | def update_layout(self, *args) -> Any: method update_snap (line 14997) | def update_snap(self, *args) -> Any: function clamp_height (line 15004) | def clamp_height(*args) -> Any: function clamp_width (line 15008) | def clamp_width(*args) -> Any: class color16_ch_t (line 15012) | class color16_ch_t: class color16_t (line 15016) | class color16_t: method color_brightness (line 15019) | def color_brightness(self, *args) -> Any: method color_change_lightness (line 15022) | def color_change_lightness(self, *args) -> Any: method color_darken (line 15025) | def color_darken(self, *args) -> Any: method color_fill (line 15028) | def color_fill(self, *args) -> Any: method color_lighten (line 15031) | def color_lighten(self, *args) -> Any: method color_mix (line 15034) | def color_mix(self, *args) -> Any: method color_mix_with_alpha (line 15037) | def color_mix_with_alpha(self, *args) -> Any: method color_premult (line 15040) | def color_premult(self, *args) -> Any: method color_to1 (line 15043) | def color_to1(self, *args) -> Any: method color_to16 (line 15046) | def color_to16(self, *args) -> Any: method color_to32 (line 15049) | def color_to32(self, *args) -> Any: method color_to8 (line 15052) | def color_to8(self, *args) -> Any: method color_to_hsv (line 15055) | def color_to_hsv(self, *args) -> Any: function color_black (line 15059) | def color_black(*args) -> Any: function color_chroma_key (line 15063) | def color_chroma_key(*args) -> Any: class color_filter_dsc_t (line 15067) | class color_filter_dsc_t: method init (line 15070) | def init(self, *args) -> Any: function color_hex (line 15074) | def color_hex(*args) -> Any: function color_hex3 (line 15078) | def color_hex3(*args) -> Any: class color_hsv_t (line 15082) | class color_hsv_t: function color_hsv_to_rgb (line 15086) | def color_hsv_to_rgb(*args) -> Any: function color_make (line 15090) | def color_make(*args) -> Any: function color_mix_premult (line 15094) | def color_mix_premult(*args) -> Any: function color_rgb_to_hsv (line 15098) | def color_rgb_to_hsv(*args) -> Any: class color_t (line 15102) | class color_t: method color_brightness (line 15105) | def color_brightness(self, *args) -> Any: method color_change_lightness (line 15108) | def color_change_lightness(self, *args) -> Any: method color_darken (line 15111) | def color_darken(self, *args) -> Any: method color_fill (line 15114) | def color_fill(self, *args) -> Any: method color_lighten (line 15117) | def color_lighten(self, *args) -> Any: method color_mix (line 15120) | def color_mix(self, *args) -> Any: method color_mix_with_alpha (line 15123) | def color_mix_with_alpha(self, *args) -> Any: method color_premult (line 15126) | def color_premult(self, *args) -> Any: method color_to1 (line 15129) | def color_to1(self, *args) -> Any: method color_to16 (line 15132) | def color_to16(self, *args) -> Any: method color_to32 (line 15135) | def color_to32(self, *args) -> Any: method color_to8 (line 15138) | def color_to8(self, *args) -> Any: method color_to_hsv (line 15141) | def color_to_hsv(self, *args) -> Any: function color_white (line 15145) | def color_white(*args) -> Any: class colorwheel (line 15149) | class colorwheel: class CLASS_EDITABLE (line 15152) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 15159) | class CLASS_GROUP_DEF: class DRAW_PART (line 15166) | class DRAW_PART: class FLAG (line 15173) | class FLAG: class MODE (line 15202) | class MODE: class TREE_WALK (line 15209) | class TREE_WALK: method add_event_cb (line 15216) | def add_event_cb(self, *args) -> Any: method add_flag (line 15219) | def add_flag(self, *args) -> Any: method add_state (line 15222) | def add_state(self, *args) -> Any: method add_style (line 15225) | def add_style(self, *args) -> Any: method align (line 15228) | def align(self, *args) -> Any: method align_to (line 15231) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 15234) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 15237) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 15240) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 15243) | def calculate_style_text_align(self, *args) -> Any: method center (line 15246) | def center(self, *args) -> Any: method check_type (line 15249) | def check_type(self, *args) -> Any: method class_create_obj (line 15252) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 15255) | def class_init_obj(self, *args) -> Any: method clean (line 15258) | def clean(self, *args) -> Any: method clear_flag (line 15261) | def clear_flag(self, *args) -> Any: method clear_state (line 15264) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 15267) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 15270) | def del_async(self, *args) -> Any: method del_delayed (line 15273) | def del_delayed(self, *args) -> Any: method delete (line 15276) | def delete(self, *args) -> Any: method dpx (line 15279) | def dpx(self, *args) -> Any: method draw_dsc_init (line 15282) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 15285) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 15288) | def enable_style_refresh(self, *args) -> Any: method event_base (line 15291) | def event_base(self, *args) -> Any: method fade_in (line 15294) | def fade_in(self, *args) -> Any: method fade_out (line 15297) | def fade_out(self, *args) -> Any: method get_child (line 15300) | def get_child(self, *args) -> Any: method get_child_cnt (line 15303) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 15306) | def get_child_id(self, *args) -> Any: method get_class (line 15309) | def get_class(self, *args) -> Any: method get_click_area (line 15312) | def get_click_area(self, *args) -> Any: method get_color_mode (line 15315) | def get_color_mode(self, *args) -> Any: method get_color_mode_fixed (line 15318) | def get_color_mode_fixed(self, *args) -> Any: method get_content_coords (line 15321) | def get_content_coords(self, *args) -> Any: method get_content_height (line 15324) | def get_content_height(self, *args) -> Any: method get_content_width (line 15327) | def get_content_width(self, *args) -> Any: method get_coords (line 15330) | def get_coords(self, *args) -> Any: method get_disp (line 15333) | def get_disp(self, *args) -> Any: method get_group (line 15336) | def get_group(self, *args) -> Any: method get_height (line 15339) | def get_height(self, *args) -> Any: method get_hsv (line 15342) | def get_hsv(self, *args) -> Any: method get_index (line 15345) | def get_index(self, *args) -> Any: method get_local_style_prop (line 15348) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 15351) | def get_parent(self, *args) -> Any: method get_rgb (line 15354) | def get_rgb(self, *args) -> Any: method get_screen (line 15357) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 15360) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 15363) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 15366) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 15369) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 15372) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 15375) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 15378) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 15381) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 15384) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 15387) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 15390) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 15393) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 15396) | def get_self_height(self, *args) -> Any: method get_self_width (line 15399) | def get_self_width(self, *args) -> Any: method get_state (line 15402) | def get_state(self, *args) -> Any: method get_style_align (line 15405) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 15408) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 15411) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 15414) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 15417) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 15420) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 15423) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 15426) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 15429) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 15432) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 15435) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 15438) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 15441) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 15444) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 15447) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 15450) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 15453) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 15456) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 15459) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 15462) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 15465) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 15468) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 15471) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 15474) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 15477) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 15480) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 15483) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 15486) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 15489) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 15492) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 15495) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 15498) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 15501) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 15504) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 15507) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 15510) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 15513) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 15516) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 15519) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 15522) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 15525) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 15528) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 15531) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 15534) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 15537) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 15540) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 15543) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 15546) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 15549) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 15552) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 15555) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 15558) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 15561) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 15564) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 15567) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 15570) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 15573) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 15576) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 15579) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 15582) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 15585) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 15588) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 15591) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 15594) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 15597) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 15600) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 15603) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 15606) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 15609) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 15612) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 15615) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 15618) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 15621) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 15624) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 15627) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 15630) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 15633) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 15636) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 15639) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 15642) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 15645) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 15648) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 15651) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 15654) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 15657) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 15660) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 15663) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 15666) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 15669) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 15672) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 15675) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 15678) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 15681) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 15684) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 15687) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 15690) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 15693) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 15696) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 15699) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 15702) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 15705) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 15708) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 15711) | def get_style_width(self, *args) -> Any: method get_style_x (line 15714) | def get_style_x(self, *args) -> Any: method get_style_y (line 15717) | def get_style_y(self, *args) -> Any: method get_user_data (line 15720) | def get_user_data(self, *args) -> Any: method get_width (line 15723) | def get_width(self, *args) -> Any: method get_x (line 15726) | def get_x(self, *args) -> Any: method get_x2 (line 15729) | def get_x2(self, *args) -> Any: method get_x_aligned (line 15732) | def get_x_aligned(self, *args) -> Any: method get_y (line 15735) | def get_y(self, *args) -> Any: method get_y2 (line 15738) | def get_y2(self, *args) -> Any: method get_y_aligned (line 15741) | def get_y_aligned(self, *args) -> Any: method has_class (line 15744) | def has_class(self, *args) -> Any: method has_flag (line 15747) | def has_flag(self, *args) -> Any: method has_flag_any (line 15750) | def has_flag_any(self, *args) -> Any: method has_state (line 15753) | def has_state(self, *args) -> Any: method hit_test (line 15756) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 15759) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 15762) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 15765) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 15768) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 15771) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 15774) | def invalidate(self, *args) -> Any: method invalidate_area (line 15777) | def invalidate_area(self, *args) -> Any: method is_editable (line 15780) | def is_editable(self, *args) -> Any: method is_group_def (line 15783) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 15786) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 15789) | def is_scrolling(self, *args) -> Any: method is_valid (line 15792) | def is_valid(self, *args) -> Any: method is_visible (line 15795) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 15798) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 15801) | def move_background(self, *args) -> Any: method move_children_by (line 15804) | def move_children_by(self, *args) -> Any: method move_foreground (line 15807) | def move_foreground(self, *args) -> Any: method move_to (line 15810) | def move_to(self, *args) -> Any: method move_to_index (line 15813) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 15816) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 15819) | def refr_pos(self, *args) -> Any: method refr_size (line 15822) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 15825) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 15828) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 15831) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 15834) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 15837) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 15840) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 15843) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 15846) | def remove_style(self, *args) -> Any: method remove_style_all (line 15849) | def remove_style_all(self, *args) -> Any: method report_style_change (line 15852) | def report_style_change(self, *args) -> Any: method scroll_by (line 15855) | def scroll_by(self, *args) -> Any: method scroll_to (line 15858) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 15861) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 15864) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 15867) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 15870) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 15873) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 15876) | def set_align(self, *args) -> Any: method set_content_height (line 15879) | def set_content_height(self, *args) -> Any: method set_content_width (line 15882) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 15885) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 15888) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 15891) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 15894) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 15897) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 15900) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 15903) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 15906) | def set_height(self, *args) -> Any: method set_hsv (line 15909) | def set_hsv(self, *args) -> Any: method set_layout (line 15912) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 15915) | def set_local_style_prop(self, *args) -> Any: method set_mode (line 15918) | def set_mode(self, *args) -> Any: method set_mode_fixed (line 15921) | def set_mode_fixed(self, *args) -> Any: method set_parent (line 15924) | def set_parent(self, *args) -> Any: method set_pos (line 15927) | def set_pos(self, *args) -> Any: method set_rgb (line 15930) | def set_rgb(self, *args) -> Any: method set_scroll_dir (line 15933) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 15936) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 15939) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 15942) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 15945) | def set_size(self, *args) -> Any: method set_style_align (line 15948) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 15951) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 15954) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 15957) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 15960) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 15963) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 15966) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 15969) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 15972) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 15975) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 15978) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 15981) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 15984) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 15987) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 15990) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 15993) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 15996) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 15999) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 16002) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 16005) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 16008) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 16011) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 16014) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 16017) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 16020) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 16023) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 16026) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 16029) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 16032) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 16035) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 16038) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 16041) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 16044) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 16047) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 16050) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 16053) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 16056) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 16059) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 16062) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 16065) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 16068) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 16071) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 16074) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 16077) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 16080) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 16083) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 16086) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 16089) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 16092) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 16095) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 16098) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 16101) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 16104) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 16107) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 16110) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 16113) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 16116) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 16119) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 16122) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 16125) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 16128) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 16131) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 16134) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 16137) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 16140) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 16143) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 16146) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 16149) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 16152) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 16155) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 16158) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 16161) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 16164) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 16167) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 16170) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 16173) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 16176) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 16179) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 16182) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 16185) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 16188) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 16191) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 16194) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 16197) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 16200) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 16203) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 16206) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 16209) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 16212) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 16215) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 16218) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 16221) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 16224) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 16227) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 16230) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 16233) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 16236) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 16239) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 16242) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 16245) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 16248) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 16251) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 16254) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 16257) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 16260) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 16263) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 16266) | def set_style_width(self, *args) -> Any: method set_style_x (line 16269) | def set_style_x(self, *args) -> Any: method set_style_y (line 16272) | def set_style_y(self, *args) -> Any: method set_tile (line 16275) | def set_tile(self, *args) -> Any: method set_tile_id (line 16278) | def set_tile_id(self, *args) -> Any: method set_user_data (line 16281) | def set_user_data(self, *args) -> Any: method set_width (line 16284) | def set_width(self, *args) -> Any: method set_x (line 16287) | def set_x(self, *args) -> Any: method set_y (line 16290) | def set_y(self, *args) -> Any: method style_get_selector_part (line 16293) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 16296) | def style_get_selector_state(self, *args) -> Any: method swap (line 16299) | def swap(self, *args) -> Any: method tree_walk (line 16302) | def tree_walk(self, *args) -> Any: method update_layout (line 16305) | def update_layout(self, *args) -> Any: method update_snap (line 16308) | def update_snap(self, *args) -> Any: function deinit (line 16315) | def deinit(*args) -> Any: class disp_draw_buf_t (line 16319) | class disp_draw_buf_t: method init (line 16322) | def init(self, *args) -> Any: class disp_drv_t (line 16326) | class disp_drv_t: method flush_is_last (line 16329) | def flush_is_last(self, *args) -> Any: method flush_ready (line 16332) | def flush_ready(self, *args) -> Any: method init (line 16335) | def init(self, *args) -> Any: method register (line 16338) | def register(self, *args) -> Any: method use_generic_set_px_cb (line 16341) | def use_generic_set_px_cb(self, *args) -> Any: function disp_get_default (line 16345) | def disp_get_default(*args) -> Any: function disp_load_scr (line 16349) | def disp_load_scr(*args) -> Any: class disp_t (line 16353) | class disp_t: method remove (line 16356) | def remove(self, *args) -> Any: method clean_dcache (line 16359) | def clean_dcache(self, *args) -> Any: method dpx (line 16362) | def dpx(self, *args) -> Any: method drv_update (line 16365) | def drv_update(self, *args) -> Any: method get_antialiasing (line 16368) | def get_antialiasing(self, *args) -> Any: method get_dpi (line 16371) | def get_dpi(self, *args) -> Any: method get_draw_buf (line 16374) | def get_draw_buf(self, *args) -> Any: method get_hor_res (line 16377) | def get_hor_res(self, *args) -> Any: method get_inactive_time (line 16380) | def get_inactive_time(self, *args) -> Any: method get_layer_sys (line 16383) | def get_layer_sys(self, *args) -> Any: method get_layer_top (line 16386) | def get_layer_top(self, *args) -> Any: method get_next (line 16389) | def get_next(self, *args) -> Any: method get_rotation (line 16392) | def get_rotation(self, *args) -> Any: method get_scr_act (line 16395) | def get_scr_act(self, *args) -> Any: method get_scr_prev (line 16398) | def get_scr_prev(self, *args) -> Any: method get_theme (line 16401) | def get_theme(self, *args) -> Any: method get_ver_res (line 16404) | def get_ver_res(self, *args) -> Any: method set_bg_color (line 16407) | def set_bg_color(self, *args) -> Any: method set_bg_image (line 16410) | def set_bg_image(self, *args) -> Any: method set_bg_opa (line 16413) | def set_bg_opa(self, *args) -> Any: method set_default (line 16416) | def set_default(self, *args) -> Any: method set_rotation (line 16419) | def set_rotation(self, *args) -> Any: method set_theme (line 16422) | def set_theme(self, *args) -> Any: method trig_activity (line 16425) | def trig_activity(self, *args) -> Any: function dpx (line 16429) | def dpx(*args) -> Any: function draw_arc (line 16433) | def draw_arc(*args) -> Any: class draw_arc_dsc_t (line 16437) | class draw_arc_dsc_t: method init (line 16440) | def init(self, *args) -> Any: function draw_arc_get_area (line 16444) | def draw_arc_get_area(*args) -> Any: function draw_img (line 16448) | def draw_img(*args) -> Any: class draw_img_dsc_t (line 16452) | class draw_img_dsc_t: method init (line 16455) | def init(self, *args) -> Any: function draw_label (line 16459) | def draw_label(*args) -> Any: class draw_label_dsc_t (line 16463) | class draw_label_dsc_t: method init (line 16466) | def init(self, *args) -> Any: class draw_label_hint_t (line 16470) | class draw_label_hint_t: function draw_letter (line 16474) | def draw_letter(*args) -> Any: function draw_line (line 16478) | def draw_line(*args) -> Any: class draw_line_dsc_t (line 16482) | class draw_line_dsc_t: method init (line 16485) | def init(self, *args) -> Any: function draw_mask_add (line 16489) | def draw_mask_add(*args) -> Any: class draw_mask_angle_param_cfg_t (line 16493) | class draw_mask_angle_param_cfg_t: class draw_mask_angle_param_t (line 16497) | class draw_mask_angle_param_t: method init (line 16500) | def init(self, *args) -> Any: function draw_mask_apply (line 16504) | def draw_mask_apply(*args) -> Any: class draw_mask_fade_param_cfg_t (line 16508) | class draw_mask_fade_param_cfg_t: class draw_mask_fade_param_t (line 16512) | class draw_mask_fade_param_t: method init (line 16515) | def init(self, *args) -> Any: function draw_mask_free_param (line 16519) | def draw_mask_free_param(*args) -> Any: function draw_mask_get_cnt (line 16523) | def draw_mask_get_cnt(*args) -> Any: function draw_mask_is_any (line 16527) | def draw_mask_is_any(*args) -> Any: class draw_mask_line_param_cfg_t (line 16531) | class draw_mask_line_param_cfg_t: class draw_mask_line_param_t (line 16535) | class draw_mask_line_param_t: method angle_init (line 16538) | def angle_init(self, *args) -> Any: method points_init (line 16541) | def points_init(self, *args) -> Any: class draw_mask_map_param_cfg_t (line 16545) | class draw_mask_map_param_cfg_t: class draw_mask_map_param_t (line 16549) | class draw_mask_map_param_t: method init (line 16552) | def init(self, *args) -> Any: class draw_mask_radius_param_cfg_t (line 16556) | class draw_mask_radius_param_cfg_t: class draw_mask_radius_param_t (line 16560) | class draw_mask_radius_param_t: method init (line 16563) | def init(self, *args) -> Any: function draw_mask_remove_custom (line 16567) | def draw_mask_remove_custom(*args) -> Any: function draw_mask_remove_id (line 16571) | def draw_mask_remove_id(*args) -> Any: function draw_polygon (line 16575) | def draw_polygon(*args) -> Any: function draw_rect (line 16579) | def draw_rect(*args) -> Any: class draw_rect_dsc_t (line 16583) | class draw_rect_dsc_t: method init (line 16586) | def init(self, *args) -> Any: function draw_triangle (line 16590) | def draw_triangle(*args) -> Any: class dropdown (line 16594) | class dropdown: method close (line 16597) | def close(self, *args) -> Any: method open (line 16600) | def open(self, *args) -> Any: class CLASS_EDITABLE (line 16603) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 16610) | class CLASS_GROUP_DEF: class DRAW_PART (line 16617) | class DRAW_PART: class FLAG (line 16624) | class FLAG: class TREE_WALK (line 16653) | class TREE_WALK: method add_event_cb (line 16660) | def add_event_cb(self, *args) -> Any: method add_flag (line 16663) | def add_flag(self, *args) -> Any: method add_option (line 16666) | def add_option(self, *args) -> Any: method add_state (line 16669) | def add_state(self, *args) -> Any: method add_style (line 16672) | def add_style(self, *args) -> Any: method align (line 16675) | def align(self, *args) -> Any: method align_to (line 16678) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 16681) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 16684) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 16687) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 16690) | def calculate_style_text_align(self, *args) -> Any: method center (line 16693) | def center(self, *args) -> Any: method check_type (line 16696) | def check_type(self, *args) -> Any: method class_create_obj (line 16699) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 16702) | def class_init_obj(self, *args) -> Any: method clean (line 16705) | def clean(self, *args) -> Any: method clear_flag (line 16708) | def clear_flag(self, *args) -> Any: method clear_options (line 16711) | def clear_options(self, *args) -> Any: method clear_state (line 16714) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 16717) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 16720) | def del_async(self, *args) -> Any: method del_delayed (line 16723) | def del_delayed(self, *args) -> Any: method delete (line 16726) | def delete(self, *args) -> Any: method dpx (line 16729) | def dpx(self, *args) -> Any: method draw_dsc_init (line 16732) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 16735) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 16738) | def enable_style_refresh(self, *args) -> Any: method event_base (line 16741) | def event_base(self, *args) -> Any: method fade_in (line 16744) | def fade_in(self, *args) -> Any: method fade_out (line 16747) | def fade_out(self, *args) -> Any: method get_child (line 16750) | def get_child(self, *args) -> Any: method get_child_cnt (line 16753) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 16756) | def get_child_id(self, *args) -> Any: method get_class (line 16759) | def get_class(self, *args) -> Any: method get_click_area (line 16762) | def get_click_area(self, *args) -> Any: method get_content_coords (line 16765) | def get_content_coords(self, *args) -> Any: method get_content_height (line 16768) | def get_content_height(self, *args) -> Any: method get_content_width (line 16771) | def get_content_width(self, *args) -> Any: method get_coords (line 16774) | def get_coords(self, *args) -> Any: method get_dir (line 16777) | def get_dir(self, *args) -> Any: method get_disp (line 16780) | def get_disp(self, *args) -> Any: method get_group (line 16783) | def get_group(self, *args) -> Any: method get_height (line 16786) | def get_height(self, *args) -> Any: method get_index (line 16789) | def get_index(self, *args) -> Any: method get_list (line 16792) | def get_list(self, *args) -> Any: method get_local_style_prop (line 16795) | def get_local_style_prop(self, *args) -> Any: method get_option_cnt (line 16798) | def get_option_cnt(self, *args) -> Any: method get_options (line 16801) | def get_options(self, *args) -> Any: method get_parent (line 16804) | def get_parent(self, *args) -> Any: method get_screen (line 16807) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 16810) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 16813) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 16816) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 16819) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 16822) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 16825) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 16828) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 16831) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 16834) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 16837) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 16840) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 16843) | def get_scrollbar_mode(self, *args) -> Any: method get_selected (line 16846) | def get_selected(self, *args) -> Any: method get_selected_highlight (line 16849) | def get_selected_highlight(self, *args) -> Any: method get_selected_str (line 16852) | def get_selected_str(self, *args) -> Any: method get_self_height (line 16855) | def get_self_height(self, *args) -> Any: method get_self_width (line 16858) | def get_self_width(self, *args) -> Any: method get_state (line 16861) | def get_state(self, *args) -> Any: method get_style_align (line 16864) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 16867) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 16870) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 16873) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 16876) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 16879) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 16882) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 16885) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 16888) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 16891) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 16894) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 16897) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 16900) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 16903) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 16906) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 16909) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 16912) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 16915) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 16918) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 16921) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 16924) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 16927) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 16930) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 16933) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 16936) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 16939) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 16942) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 16945) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 16948) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 16951) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 16954) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 16957) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 16960) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 16963) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 16966) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 16969) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 16972) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 16975) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 16978) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 16981) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 16984) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 16987) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 16990) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 16993) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 16996) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 16999) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 17002) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 17005) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 17008) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 17011) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 17014) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 17017) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 17020) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 17023) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 17026) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 17029) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 17032) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 17035) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 17038) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 17041) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 17044) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 17047) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 17050) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 17053) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 17056) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 17059) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 17062) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 17065) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 17068) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 17071) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 17074) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 17077) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 17080) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 17083) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 17086) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 17089) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 17092) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 17095) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 17098) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 17101) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 17104) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 17107) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 17110) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 17113) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 17116) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 17119) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 17122) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 17125) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 17128) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 17131) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 17134) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 17137) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 17140) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 17143) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 17146) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 17149) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 17152) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 17155) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 17158) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 17161) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 17164) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 17167) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 17170) | def get_style_width(self, *args) -> Any: method get_style_x (line 17173) | def get_style_x(self, *args) -> Any: method get_style_y (line 17176) | def get_style_y(self, *args) -> Any: method get_symbol (line 17179) | def get_symbol(self, *args) -> Any: method get_text (line 17182) | def get_text(self, *args) -> Any: method get_user_data (line 17185) | def get_user_data(self, *args) -> Any: method get_width (line 17188) | def get_width(self, *args) -> Any: method get_x (line 17191) | def get_x(self, *args) -> Any: method get_x2 (line 17194) | def get_x2(self, *args) -> Any: method get_x_aligned (line 17197) | def get_x_aligned(self, *args) -> Any: method get_y (line 17200) | def get_y(self, *args) -> Any: method get_y2 (line 17203) | def get_y2(self, *args) -> Any: method get_y_aligned (line 17206) | def get_y_aligned(self, *args) -> Any: method has_class (line 17209) | def has_class(self, *args) -> Any: method has_flag (line 17212) | def has_flag(self, *args) -> Any: method has_flag_any (line 17215) | def has_flag_any(self, *args) -> Any: method has_state (line 17218) | def has_state(self, *args) -> Any: method hit_test (line 17221) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 17224) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 17227) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 17230) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 17233) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 17236) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 17239) | def invalidate(self, *args) -> Any: method invalidate_area (line 17242) | def invalidate_area(self, *args) -> Any: method is_editable (line 17245) | def is_editable(self, *args) -> Any: method is_group_def (line 17248) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 17251) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 17254) | def is_scrolling(self, *args) -> Any: method is_valid (line 17257) | def is_valid(self, *args) -> Any: method is_visible (line 17260) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 17263) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 17266) | def move_background(self, *args) -> Any: method move_children_by (line 17269) | def move_children_by(self, *args) -> Any: method move_foreground (line 17272) | def move_foreground(self, *args) -> Any: method move_to (line 17275) | def move_to(self, *args) -> Any: method move_to_index (line 17278) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 17281) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 17284) | def refr_pos(self, *args) -> Any: method refr_size (line 17287) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 17290) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 17293) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 17296) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 17299) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 17302) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 17305) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 17308) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 17311) | def remove_style(self, *args) -> Any: method remove_style_all (line 17314) | def remove_style_all(self, *args) -> Any: method report_style_change (line 17317) | def report_style_change(self, *args) -> Any: method scroll_by (line 17320) | def scroll_by(self, *args) -> Any: method scroll_to (line 17323) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 17326) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 17329) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 17332) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 17335) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 17338) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 17341) | def set_align(self, *args) -> Any: method set_content_height (line 17344) | def set_content_height(self, *args) -> Any: method set_content_width (line 17347) | def set_content_width(self, *args) -> Any: method set_dir (line 17350) | def set_dir(self, *args) -> Any: method set_ext_click_area (line 17353) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 17356) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 17359) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 17362) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 17365) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 17368) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 17371) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 17374) | def set_height(self, *args) -> Any: method set_layout (line 17377) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 17380) | def set_local_style_prop(self, *args) -> Any: method set_options (line 17383) | def set_options(self, *args) -> Any: method set_options_static (line 17386) | def set_options_static(self, *args) -> Any: method set_parent (line 17389) | def set_parent(self, *args) -> Any: method set_pos (line 17392) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 17395) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 17398) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 17401) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 17404) | def set_scrollbar_mode(self, *args) -> Any: method set_selected (line 17407) | def set_selected(self, *args) -> Any: method set_selected_highlight (line 17410) | def set_selected_highlight(self, *args) -> Any: method set_size (line 17413) | def set_size(self, *args) -> Any: method set_style_align (line 17416) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 17419) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 17422) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 17425) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 17428) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 17431) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 17434) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 17437) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 17440) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 17443) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 17446) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 17449) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 17452) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 17455) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 17458) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 17461) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 17464) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 17467) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 17470) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 17473) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 17476) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 17479) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 17482) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 17485) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 17488) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 17491) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 17494) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 17497) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 17500) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 17503) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 17506) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 17509) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 17512) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 17515) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 17518) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 17521) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 17524) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 17527) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 17530) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 17533) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 17536) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 17539) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 17542) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 17545) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 17548) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 17551) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 17554) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 17557) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 17560) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 17563) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 17566) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 17569) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 17572) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 17575) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 17578) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 17581) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 17584) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 17587) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 17590) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 17593) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 17596) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 17599) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 17602) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 17605) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 17608) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 17611) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 17614) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 17617) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 17620) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 17623) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 17626) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 17629) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 17632) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 17635) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 17638) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 17641) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 17644) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 17647) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 17650) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 17653) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 17656) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 17659) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 17662) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 17665) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 17668) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 17671) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 17674) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 17677) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 17680) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 17683) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 17686) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 17689) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 17692) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 17695) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 17698) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 17701) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 17704) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 17707) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 17710) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 17713) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 17716) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 17719) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 17722) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 17725) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 17728) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 17731) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 17734) | def set_style_width(self, *args) -> Any: method set_style_x (line 17737) | def set_style_x(self, *args) -> Any: method set_style_y (line 17740) | def set_style_y(self, *args) -> Any: method set_symbol (line 17743) | def set_symbol(self, *args) -> Any: method set_text (line 17746) | def set_text(self, *args) -> Any: method set_tile (line 17749) | def set_tile(self, *args) -> Any: method set_tile_id (line 17752) | def set_tile_id(self, *args) -> Any: method set_user_data (line 17755) | def set_user_data(self, *args) -> Any: method set_width (line 17758) | def set_width(self, *args) -> Any: method set_x (line 17761) | def set_x(self, *args) -> Any: method set_y (line 17764) | def set_y(self, *args) -> Any: method style_get_selector_part (line 17767) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 17770) | def style_get_selector_state(self, *args) -> Any: method swap (line 17773) | def swap(self, *args) -> Any: method tree_walk (line 17776) | def tree_walk(self, *args) -> Any: method update_layout (line 17779) | def update_layout(self, *args) -> Any: method update_snap (line 17782) | def update_snap(self, *args) -> Any: function event_register_id (line 17790) | def event_register_id(*args) -> Any: function event_send (line 17794) | def event_send(*args) -> Any: class event_t (line 17798) | class event_t: method get_clip_area (line 17801) | def get_clip_area(self, *args) -> Any: method get_code (line 17804) | def get_code(self, *args) -> Any: method get_cover_area (line 17807) | def get_cover_area(self, *args) -> Any: method get_current_target (line 17810) | def get_current_target(self, *args) -> Any: method get_draw_part_dsc (line 17813) | def get_draw_part_dsc(self, *args) -> Any: method get_hit_test_info (line 17816) | def get_hit_test_info(self, *args) -> Any: method get_indev (line 17819) | def get_indev(self, *args) -> Any: method get_key (line 17822) | def get_key(self, *args) -> Any: method get_old_size (line 17825) | def get_old_size(self, *args) -> Any: method get_param (line 17828) | def get_param(self, *args) -> Any: method get_scroll_anim (line 17831) | def get_scroll_anim(self, *args) -> Any: method get_self_size_info (line 17834) | def get_self_size_info(self, *args) -> Any: method get_target (line 17837) | def get_target(self, *args) -> Any: method get_user_data (line 17840) | def get_user_data(self, *args) -> Any: method set_cover_res (line 17843) | def set_cover_res(self, *args) -> Any: method set_ext_draw_size (line 17846) | def set_ext_draw_size(self, *args) -> Any: function extra_init (line 17850) | def extra_init(*args) -> Any: function flex_init (line 17854) | def flex_init(*args) -> Any: function font_default (line 17858) | def font_default(*args) -> Any: class font_glyph_dsc_t (line 17865) | class font_glyph_dsc_t: function font_load (line 17869) | def font_load(*args) -> Any: class font_t (line 17877) | class font_t: method free (line 17880) | def free(self, *args) -> Any: method get_bitmap_fmt_txt (line 17883) | def get_bitmap_fmt_txt(self, *args) -> Any: method get_glyph_bitmap (line 17886) | def get_glyph_bitmap(self, *args) -> Any: method get_glyph_dsc (line 17889) | def get_glyph_dsc(self, *args) -> Any: method get_glyph_dsc_fmt_txt (line 17892) | def get_glyph_dsc_fmt_txt(self, *args) -> Any: method get_glyph_width (line 17895) | def get_glyph_width(self, *args) -> Any: method get_line_height (line 17898) | def get_line_height(self, *args) -> Any: class fs_dir_t (line 17902) | class fs_dir_t: method close (line 17905) | def close(self, *args) -> Any: method open (line 17908) | def open(self, *args) -> Any: method read (line 17911) | def read(self, *args) -> Any: class fs_drv_t (line 17915) | class fs_drv_t: method init (line 17918) | def init(self, *args) -> Any: method register (line 17921) | def register(self, *args) -> Any: class fs_file_t (line 17925) | class fs_file_t: method close (line 17928) | def close(self, *args) -> Any: method open (line 17931) | def open(self, *args) -> Any: method read (line 17934) | def read(self, *args) -> Any: method write (line 17937) | def write(self, *args) -> Any: method seek (line 17940) | def seek(self, *args) -> Any: method tell (line 17943) | def tell(self, *args) -> Any: function fs_get_drv (line 17947) | def fs_get_drv(*args) -> Any: function fs_get_ext (line 17951) | def fs_get_ext(*args) -> Any: function fs_get_last (line 17955) | def fs_get_last(*args) -> Any: function fs_get_letters (line 17959) | def fs_get_letters(*args) -> Any: function fs_is_ready (line 17963) | def fs_is_ready(*args) -> Any: function fs_up (line 17967) | def fs_up(*args) -> Any: function grid_fr (line 17971) | def grid_fr(*args) -> Any: function grid_init (line 17975) | def grid_init(*args) -> Any: function group_create (line 17979) | def group_create(*args) -> Any: function group_focus_obj (line 17983) | def group_focus_obj(*args) -> Any: function group_get_default (line 17987) | def group_get_default(*args) -> Any: function group_remove_obj (line 17991) | def group_remove_obj(*args) -> Any: function group_swap_obj (line 17995) | def group_swap_obj(*args) -> Any: class group_t (line 17999) | class group_t: method add_obj (line 18002) | def add_obj(self, *args) -> Any: method focus_freeze (line 18005) | def focus_freeze(self, *args) -> Any: method focus_next (line 18008) | def focus_next(self, *args) -> Any: method focus_prev (line 18011) | def focus_prev(self, *args) -> Any: method get_editing (line 18014) | def get_editing(self, *args) -> Any: method get_focus_cb (line 18017) | def get_focus_cb(self, *args) -> Any: method get_focused (line 18020) | def get_focused(self, *args) -> Any: method get_obj_count (line 18023) | def get_obj_count(self, *args) -> Any: method get_wrap (line 18026) | def get_wrap(self, *args) -> Any: method remove_all_objs (line 18029) | def remove_all_objs(self, *args) -> Any: method send_data (line 18032) | def send_data(self, *args) -> Any: method set_default (line 18035) | def set_default(self, *args) -> Any: method set_editing (line 18038) | def set_editing(self, *args) -> Any: method set_focus_cb (line 18041) | def set_focus_cb(self, *args) -> Any: method set_refocus_policy (line 18044) | def set_refocus_policy(self, *args) -> Any: method set_wrap (line 18047) | def set_wrap(self, *args) -> Any: class hit_test_info_t (line 18051) | class hit_test_info_t: class img (line 18055) | class img: class CF (line 18058) | class CF: class CLASS_EDITABLE (line 18094) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 18101) | class CLASS_GROUP_DEF: class DRAW_PART (line 18108) | class DRAW_PART: class FLAG (line 18115) | class FLAG: class SIZE_MODE (line 18144) | class SIZE_MODE: class SRC (line 18150) | class SRC: class TREE_WALK (line 18158) | class TREE_WALK: method add_event_cb (line 18165) | def add_event_cb(self, *args) -> Any: method add_flag (line 18168) | def add_flag(self, *args) -> Any: method add_state (line 18171) | def add_state(self, *args) -> Any: method add_style (line 18174) | def add_style(self, *args) -> Any: method align (line 18177) | def align(self, *args) -> Any: method align_to (line 18180) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 18183) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 18186) | def area_is_visible(self, *args) -> Any: method buf_alloc (line 18189) | def buf_alloc(self, *args) -> Any: method buf_free (line 18192) | def buf_free(self, *args) -> Any: method buf_get_img_size (line 18195) | def buf_get_img_size(self, *args) -> Any: method buf_get_px_alpha (line 18198) | def buf_get_px_alpha(self, *args) -> Any: method buf_get_px_color (line 18201) | def buf_get_px_color(self, *args) -> Any: method buf_set_palette (line 18204) | def buf_set_palette(self, *args) -> Any: method buf_set_px_alpha (line 18207) | def buf_set_px_alpha(self, *args) -> Any: method buf_set_px_color (line 18210) | def buf_set_px_color(self, *args) -> Any: method cache_invalidate_src (line 18213) | def cache_invalidate_src(self, *args) -> Any: method cache_set_size (line 18216) | def cache_set_size(self, *args) -> Any: method calculate_ext_draw_size (line 18219) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 18222) | def calculate_style_text_align(self, *args) -> Any: method center (line 18225) | def center(self, *args) -> Any: method cf_get_px_size (line 18228) | def cf_get_px_size(self, *args) -> Any: method cf_has_alpha (line 18231) | def cf_has_alpha(self, *args) -> Any: method cf_is_chroma_keyed (line 18234) | def cf_is_chroma_keyed(self, *args) -> Any: method check_type (line 18237) | def check_type(self, *args) -> Any: method class_create_obj (line 18240) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 18243) | def class_init_obj(self, *args) -> Any: method clean (line 18246) | def clean(self, *args) -> Any: method clear_flag (line 18249) | def clear_flag(self, *args) -> Any: method clear_state (line 18252) | def clear_state(self, *args) -> Any: method decoder_built_in_close (line 18255) | def decoder_built_in_close(self, *args) -> Any: method decoder_built_in_info (line 18258) | def decoder_built_in_info(self, *args) -> Any: method decoder_built_in_open (line 18261) | def decoder_built_in_open(self, *args) -> Any: method decoder_built_in_read_line (line 18264) | def decoder_built_in_read_line(self, *args) -> Any: method decoder_close (line 18267) | def decoder_close(self, *args) -> Any: method decoder_create (line 18270) | def decoder_create(self, *args) -> Any: method decoder_delete (line 18273) | def decoder_delete(self, *args) -> Any: method decoder_get_info (line 18276) | def decoder_get_info(self, *args) -> Any: method decoder_open (line 18279) | def decoder_open(self, *args) -> Any: method decoder_read_line (line 18282) | def decoder_read_line(self, *args) -> Any: method decoder_set_close_cb (line 18285) | def decoder_set_close_cb(self, *args) -> Any: method decoder_set_info_cb (line 18288) | def decoder_set_info_cb(self, *args) -> Any: method decoder_set_open_cb (line 18291) | def decoder_set_open_cb(self, *args) -> Any: method decoder_set_read_line_cb (line 18294) | def decoder_set_read_line_cb(self, *args) -> Any: method del_anim_ready_cb (line 18297) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 18300) | def del_async(self, *args) -> Any: method del_delayed (line 18303) | def del_delayed(self, *args) -> Any: method delete (line 18306) | def delete(self, *args) -> Any: method dpx (line 18309) | def dpx(self, *args) -> Any: method draw_dsc_init (line 18312) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 18315) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 18318) | def enable_style_refresh(self, *args) -> Any: method event_base (line 18321) | def event_base(self, *args) -> Any: method fade_in (line 18324) | def fade_in(self, *args) -> Any: method fade_out (line 18327) | def fade_out(self, *args) -> Any: method get_angle (line 18330) | def get_angle(self, *args) -> Any: method get_antialias (line 18333) | def get_antialias(self, *args) -> Any: method get_child (line 18336) | def get_child(self, *args) -> Any: method get_child_cnt (line 18339) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 18342) | def get_child_id(self, *args) -> Any: method get_class (line 18345) | def get_class(self, *args) -> Any: method get_click_area (line 18348) | def get_click_area(self, *args) -> Any: method get_content_coords (line 18351) | def get_content_coords(self, *args) -> Any: method get_content_height (line 18354) | def get_content_height(self, *args) -> Any: method get_content_width (line 18357) | def get_content_width(self, *args) -> Any: method get_coords (line 18360) | def get_coords(self, *args) -> Any: method get_disp (line 18363) | def get_disp(self, *args) -> Any: method get_group (line 18366) | def get_group(self, *args) -> Any: method get_height (line 18369) | def get_height(self, *args) -> Any: method get_index (line 18372) | def get_index(self, *args) -> Any: method get_local_style_prop (line 18375) | def get_local_style_prop(self, *args) -> Any: method get_offset_x (line 18378) | def get_offset_x(self, *args) -> Any: method get_offset_y (line 18381) | def get_offset_y(self, *args) -> Any: method get_parent (line 18384) | def get_parent(self, *args) -> Any: method get_pivot (line 18387) | def get_pivot(self, *args) -> Any: method get_screen (line 18390) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 18393) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 18396) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 18399) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 18402) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 18405) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 18408) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 18411) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 18414) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 18417) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 18420) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 18423) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 18426) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 18429) | def get_self_height(self, *args) -> Any: method get_self_width (line 18432) | def get_self_width(self, *args) -> Any: method get_size_mode (line 18435) | def get_size_mode(self, *args) -> Any: method get_src (line 18438) | def get_src(self, *args) -> Any: method get_state (line 18441) | def get_state(self, *args) -> Any: method get_style_align (line 18444) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 18447) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 18450) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 18453) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 18456) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 18459) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 18462) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 18465) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 18468) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 18471) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 18474) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 18477) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 18480) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 18483) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 18486) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 18489) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 18492) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 18495) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 18498) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 18501) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 18504) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 18507) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 18510) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 18513) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 18516) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 18519) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 18522) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 18525) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 18528) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 18531) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 18534) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 18537) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 18540) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 18543) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 18546) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 18549) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 18552) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 18555) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 18558) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 18561) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 18564) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 18567) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 18570) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 18573) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 18576) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 18579) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 18582) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 18585) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 18588) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 18591) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 18594) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 18597) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 18600) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 18603) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 18606) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 18609) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 18612) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 18615) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 18618) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 18621) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 18624) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 18627) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 18630) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 18633) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 18636) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 18639) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 18642) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 18645) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 18648) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 18651) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 18654) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 18657) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 18660) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 18663) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 18666) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 18669) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 18672) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 18675) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 18678) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 18681) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 18684) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 18687) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 18690) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 18693) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 18696) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 18699) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 18702) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 18705) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 18708) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 18711) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 18714) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 18717) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 18720) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 18723) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 18726) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 18729) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 18732) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 18735) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 18738) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 18741) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 18744) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 18747) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 18750) | def get_style_width(self, *args) -> Any: method get_style_x (line 18753) | def get_style_x(self, *args) -> Any: method get_style_y (line 18756) | def get_style_y(self, *args) -> Any: method get_user_data (line 18759) | def get_user_data(self, *args) -> Any: method get_width (line 18762) | def get_width(self, *args) -> Any: method get_x (line 18765) | def get_x(self, *args) -> Any: method get_x2 (line 18768) | def get_x2(self, *args) -> Any: method get_x_aligned (line 18771) | def get_x_aligned(self, *args) -> Any: method get_y (line 18774) | def get_y(self, *args) -> Any: method get_y2 (line 18777) | def get_y2(self, *args) -> Any: method get_y_aligned (line 18780) | def get_y_aligned(self, *args) -> Any: method get_zoom (line 18783) | def get_zoom(self, *args) -> Any: method has_class (line 18786) | def has_class(self, *args) -> Any: method has_flag (line 18789) | def has_flag(self, *args) -> Any: method has_flag_any (line 18792) | def has_flag_any(self, *args) -> Any: method has_state (line 18795) | def has_state(self, *args) -> Any: method hit_test (line 18798) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 18801) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 18804) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 18807) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 18810) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 18813) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 18816) | def invalidate(self, *args) -> Any: method invalidate_area (line 18819) | def invalidate_area(self, *args) -> Any: method is_editable (line 18822) | def is_editable(self, *args) -> Any: method is_group_def (line 18825) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 18828) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 18831) | def is_scrolling(self, *args) -> Any: method is_valid (line 18834) | def is_valid(self, *args) -> Any: method is_visible (line 18837) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 18840) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 18843) | def move_background(self, *args) -> Any: method move_children_by (line 18846) | def move_children_by(self, *args) -> Any: method move_foreground (line 18849) | def move_foreground(self, *args) -> Any: method move_to (line 18852) | def move_to(self, *args) -> Any: method move_to_index (line 18855) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 18858) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 18861) | def refr_pos(self, *args) -> Any: method refr_size (line 18864) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 18867) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 18870) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 18873) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 18876) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 18879) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 18882) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 18885) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 18888) | def remove_style(self, *args) -> Any: method remove_style_all (line 18891) | def remove_style_all(self, *args) -> Any: method report_style_change (line 18894) | def report_style_change(self, *args) -> Any: method scroll_by (line 18897) | def scroll_by(self, *args) -> Any: method scroll_to (line 18900) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 18903) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 18906) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 18909) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 18912) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 18915) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 18918) | def set_align(self, *args) -> Any: method set_angle (line 18921) | def set_angle(self, *args) -> Any: method set_antialias (line 18924) | def set_antialias(self, *args) -> Any: method set_content_height (line 18927) | def set_content_height(self, *args) -> Any: method set_content_width (line 18930) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 18933) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 18936) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 18939) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 18942) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 18945) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 18948) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 18951) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 18954) | def set_height(self, *args) -> Any: method set_layout (line 18957) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 18960) | def set_local_style_prop(self, *args) -> Any: method set_offset_x (line 18963) | def set_offset_x(self, *args) -> Any: method set_offset_y (line 18966) | def set_offset_y(self, *args) -> Any: method set_parent (line 18969) | def set_parent(self, *args) -> Any: method set_pivot (line 18972) | def set_pivot(self, *args) -> Any: method set_pos (line 18975) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 18978) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 18981) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 18984) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 18987) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 18990) | def set_size(self, *args) -> Any: method set_size_mode (line 18993) | def set_size_mode(self, *args) -> Any: method set_src (line 18996) | def set_src(self, *args) -> Any: method set_style_align (line 18999) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 19002) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 19005) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 19008) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 19011) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 19014) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 19017) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 19020) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 19023) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 19026) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 19029) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 19032) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 19035) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 19038) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 19041) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 19044) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 19047) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 19050) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 19053) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 19056) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 19059) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 19062) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 19065) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 19068) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 19071) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 19074) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 19077) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 19080) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 19083) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 19086) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 19089) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 19092) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 19095) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 19098) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 19101) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 19104) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 19107) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 19110) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 19113) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 19116) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 19119) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 19122) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 19125) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 19128) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 19131) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 19134) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 19137) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 19140) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 19143) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 19146) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 19149) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 19152) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 19155) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 19158) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 19161) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 19164) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 19167) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 19170) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 19173) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 19176) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 19179) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 19182) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 19185) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 19188) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 19191) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 19194) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 19197) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 19200) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 19203) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 19206) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 19209) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 19212) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 19215) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 19218) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 19221) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 19224) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 19227) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 19230) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 19233) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 19236) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 19239) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 19242) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 19245) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 19248) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 19251) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 19254) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 19257) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 19260) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 19263) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 19266) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 19269) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 19272) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 19275) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 19278) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 19281) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 19284) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 19287) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 19290) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 19293) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 19296) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 19299) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 19302) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 19305) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 19308) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 19311) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 19314) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 19317) | def set_style_width(self, *args) -> Any: method set_style_x (line 19320) | def set_style_x(self, *args) -> Any: method set_style_y (line 19323) | def set_style_y(self, *args) -> Any: method set_tile (line 19326) | def set_tile(self, *args) -> Any: method set_tile_id (line 19329) | def set_tile_id(self, *args) -> Any: method set_user_data (line 19332) | def set_user_data(self, *args) -> Any: method set_width (line 19335) | def set_width(self, *args) -> Any: method set_x (line 19338) | def set_x(self, *args) -> Any: method set_y (line 19341) | def set_y(self, *args) -> Any: method set_zoom (line 19344) | def set_zoom(self, *args) -> Any: method src_get_type (line 19347) | def src_get_type(self, *args) -> Any: method style_get_selector_part (line 19350) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 19353) | def style_get_selector_state(self, *args) -> Any: method swap (line 19356) | def swap(self, *args) -> Any: method tree_walk (line 19359) | def tree_walk(self, *args) -> Any: method update_layout (line 19362) | def update_layout(self, *args) -> Any: method update_snap (line 19365) | def update_snap(self, *args) -> Any: class img_decoder_dsc_t (line 19372) | class img_decoder_dsc_t: method close (line 19375) | def close(self, *args) -> Any: method open (line 19378) | def open(self, *args) -> Any: method read_line (line 19381) | def read_line(self, *args) -> Any: class img_decoder_t (line 19385) | class img_decoder_t: method built_in_close (line 19388) | def built_in_close(self, *args) -> Any: method built_in_info (line 19391) | def built_in_info(self, *args) -> Any: method built_in_open (line 19394) | def built_in_open(self, *args) -> Any: method built_in_read_line (line 19397) | def built_in_read_line(self, *args) -> Any: method delete (line 19400) | def delete(self, *args) -> Any: method set_close_cb (line 19403) | def set_close_cb(self, *args) -> Any: method set_info_cb (line 19406) | def set_info_cb(self, *args) -> Any: method set_open_cb (line 19409) | def set_open_cb(self, *args) -> Any: method set_read_line_cb (line 19412) | def set_read_line_cb(self, *args) -> Any: class img_dsc_t (line 19416) | class img_dsc_t: method buf_free (line 19419) | def buf_free(self, *args) -> Any: method buf_get_px_alpha (line 19422) | def buf_get_px_alpha(self, *args) -> Any: method buf_get_px_color (line 19425) | def buf_get_px_color(self, *args) -> Any: method buf_set_palette (line 19428) | def buf_set_palette(self, *args) -> Any: method buf_set_px_alpha (line 19431) | def buf_set_px_alpha(self, *args) -> Any: method buf_set_px_color (line 19434) | def buf_set_px_color(self, *args) -> Any: class img_header_t (line 19438) | class img_header_t: class imgbtn (line 19442) | class imgbtn: class CLASS_EDITABLE (line 19445) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 19452) | class CLASS_GROUP_DEF: class DRAW_PART (line 19459) | class DRAW_PART: class FLAG (line 19466) | class FLAG: class STATE (line 19495) | class STATE: class TREE_WALK (line 19505) | class TREE_WALK: method add_event_cb (line 19512) | def add_event_cb(self, *args) -> Any: method add_flag (line 19515) | def add_flag(self, *args) -> Any: method add_state (line 19518) | def add_state(self, *args) -> Any: method add_style (line 19521) | def add_style(self, *args) -> Any: method align (line 19524) | def align(self, *args) -> Any: method align_to (line 19527) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 19530) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 19533) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 19536) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 19539) | def calculate_style_text_align(self, *args) -> Any: method center (line 19542) | def center(self, *args) -> Any: method check_type (line 19545) | def check_type(self, *args) -> Any: method class_create_obj (line 19548) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 19551) | def class_init_obj(self, *args) -> Any: method clean (line 19554) | def clean(self, *args) -> Any: method clear_flag (line 19557) | def clear_flag(self, *args) -> Any: method clear_state (line 19560) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 19563) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 19566) | def del_async(self, *args) -> Any: method del_delayed (line 19569) | def del_delayed(self, *args) -> Any: method delete (line 19572) | def delete(self, *args) -> Any: method dpx (line 19575) | def dpx(self, *args) -> Any: method draw_dsc_init (line 19578) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 19581) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 19584) | def enable_style_refresh(self, *args) -> Any: method event_base (line 19587) | def event_base(self, *args) -> Any: method fade_in (line 19590) | def fade_in(self, *args) -> Any: method fade_out (line 19593) | def fade_out(self, *args) -> Any: method get_child (line 19596) | def get_child(self, *args) -> Any: method get_child_cnt (line 19599) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 19602) | def get_child_id(self, *args) -> Any: method get_class (line 19605) | def get_class(self, *args) -> Any: method get_click_area (line 19608) | def get_click_area(self, *args) -> Any: method get_content_coords (line 19611) | def get_content_coords(self, *args) -> Any: method get_content_height (line 19614) | def get_content_height(self, *args) -> Any: method get_content_width (line 19617) | def get_content_width(self, *args) -> Any: method get_coords (line 19620) | def get_coords(self, *args) -> Any: method get_disp (line 19623) | def get_disp(self, *args) -> Any: method get_group (line 19626) | def get_group(self, *args) -> Any: method get_height (line 19629) | def get_height(self, *args) -> Any: method get_index (line 19632) | def get_index(self, *args) -> Any: method get_local_style_prop (line 19635) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 19638) | def get_parent(self, *args) -> Any: method get_screen (line 19641) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 19644) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 19647) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 19650) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 19653) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 19656) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 19659) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 19662) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 19665) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 19668) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 19671) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 19674) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 19677) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 19680) | def get_self_height(self, *args) -> Any: method get_self_width (line 19683) | def get_self_width(self, *args) -> Any: method get_src_left (line 19686) | def get_src_left(self, *args) -> Any: method get_src_middle (line 19689) | def get_src_middle(self, *args) -> Any: method get_src_right (line 19692) | def get_src_right(self, *args) -> Any: method get_state (line 19695) | def get_state(self, *args) -> Any: method get_style_align (line 19698) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 19701) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 19704) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 19707) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 19710) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 19713) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 19716) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 19719) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 19722) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 19725) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 19728) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 19731) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 19734) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 19737) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 19740) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 19743) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 19746) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 19749) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 19752) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 19755) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 19758) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 19761) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 19764) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 19767) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 19770) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 19773) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 19776) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 19779) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 19782) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 19785) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 19788) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 19791) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 19794) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 19797) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 19800) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 19803) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 19806) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 19809) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 19812) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 19815) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 19818) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 19821) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 19824) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 19827) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 19830) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 19833) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 19836) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 19839) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 19842) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 19845) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 19848) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 19851) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 19854) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 19857) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 19860) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 19863) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 19866) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 19869) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 19872) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 19875) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 19878) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 19881) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 19884) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 19887) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 19890) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 19893) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 19896) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 19899) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 19902) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 19905) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 19908) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 19911) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 19914) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 19917) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 19920) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 19923) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 19926) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 19929) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 19932) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 19935) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 19938) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 19941) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 19944) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 19947) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 19950) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 19953) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 19956) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 19959) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 19962) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 19965) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 19968) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 19971) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 19974) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 19977) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 19980) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 19983) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 19986) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 19989) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 19992) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 19995) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 19998) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 20001) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 20004) | def get_style_width(self, *args) -> Any: method get_style_x (line 20007) | def get_style_x(self, *args) -> Any: method get_style_y (line 20010) | def get_style_y(self, *args) -> Any: method get_user_data (line 20013) | def get_user_data(self, *args) -> Any: method get_width (line 20016) | def get_width(self, *args) -> Any: method get_x (line 20019) | def get_x(self, *args) -> Any: method get_x2 (line 20022) | def get_x2(self, *args) -> Any: method get_x_aligned (line 20025) | def get_x_aligned(self, *args) -> Any: method get_y (line 20028) | def get_y(self, *args) -> Any: method get_y2 (line 20031) | def get_y2(self, *args) -> Any: method get_y_aligned (line 20034) | def get_y_aligned(self, *args) -> Any: method has_class (line 20037) | def has_class(self, *args) -> Any: method has_flag (line 20040) | def has_flag(self, *args) -> Any: method has_flag_any (line 20043) | def has_flag_any(self, *args) -> Any: method has_state (line 20046) | def has_state(self, *args) -> Any: method hit_test (line 20049) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 20052) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 20055) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 20058) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 20061) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 20064) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 20067) | def invalidate(self, *args) -> Any: method invalidate_area (line 20070) | def invalidate_area(self, *args) -> Any: method is_editable (line 20073) | def is_editable(self, *args) -> Any: method is_group_def (line 20076) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 20079) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 20082) | def is_scrolling(self, *args) -> Any: method is_valid (line 20085) | def is_valid(self, *args) -> Any: method is_visible (line 20088) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 20091) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 20094) | def move_background(self, *args) -> Any: method move_children_by (line 20097) | def move_children_by(self, *args) -> Any: method move_foreground (line 20100) | def move_foreground(self, *args) -> Any: method move_to (line 20103) | def move_to(self, *args) -> Any: method move_to_index (line 20106) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 20109) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 20112) | def refr_pos(self, *args) -> Any: method refr_size (line 20115) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 20118) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 20121) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 20124) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 20127) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 20130) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 20133) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 20136) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 20139) | def remove_style(self, *args) -> Any: method remove_style_all (line 20142) | def remove_style_all(self, *args) -> Any: method report_style_change (line 20145) | def report_style_change(self, *args) -> Any: method scroll_by (line 20148) | def scroll_by(self, *args) -> Any: method scroll_to (line 20151) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 20154) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 20157) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 20160) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 20163) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 20166) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 20169) | def set_align(self, *args) -> Any: method set_content_height (line 20172) | def set_content_height(self, *args) -> Any: method set_content_width (line 20175) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 20178) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 20181) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 20184) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 20187) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 20190) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 20193) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 20196) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 20199) | def set_height(self, *args) -> Any: method set_layout (line 20202) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 20205) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 20208) | def set_parent(self, *args) -> Any: method set_pos (line 20211) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 20214) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 20217) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 20220) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 20223) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 20226) | def set_size(self, *args) -> Any: method set_src (line 20229) | def set_src(self, *args) -> Any: method set_state (line 20232) | def set_state(self, *args) -> Any: method set_style_align (line 20235) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 20238) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 20241) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 20244) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 20247) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 20250) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 20253) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 20256) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 20259) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 20262) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 20265) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 20268) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 20271) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 20274) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 20277) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 20280) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 20283) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 20286) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 20289) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 20292) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 20295) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 20298) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 20301) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 20304) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 20307) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 20310) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 20313) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 20316) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 20319) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 20322) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 20325) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 20328) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 20331) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 20334) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 20337) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 20340) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 20343) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 20346) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 20349) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 20352) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 20355) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 20358) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 20361) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 20364) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 20367) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 20370) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 20373) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 20376) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 20379) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 20382) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 20385) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 20388) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 20391) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 20394) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 20397) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 20400) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 20403) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 20406) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 20409) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 20412) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 20415) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 20418) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 20421) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 20424) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 20427) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 20430) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 20433) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 20436) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 20439) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 20442) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 20445) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 20448) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 20451) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 20454) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 20457) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 20460) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 20463) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 20466) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 20469) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 20472) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 20475) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 20478) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 20481) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 20484) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 20487) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 20490) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 20493) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 20496) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 20499) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 20502) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 20505) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 20508) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 20511) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 20514) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 20517) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 20520) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 20523) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 20526) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 20529) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 20532) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 20535) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 20538) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 20541) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 20544) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 20547) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 20550) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 20553) | def set_style_width(self, *args) -> Any: method set_style_x (line 20556) | def set_style_x(self, *args) -> Any: method set_style_y (line 20559) | def set_style_y(self, *args) -> Any: method set_tile (line 20562) | def set_tile(self, *args) -> Any: method set_tile_id (line 20565) | def set_tile_id(self, *args) -> Any: method set_user_data (line 20568) | def set_user_data(self, *args) -> Any: method set_width (line 20571) | def set_width(self, *args) -> Any: method set_x (line 20574) | def set_x(self, *args) -> Any: method set_y (line 20577) | def set_y(self, *args) -> Any: method style_get_selector_part (line 20580) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 20583) | def style_get_selector_state(self, *args) -> Any: method swap (line 20586) | def swap(self, *args) -> Any: method tree_walk (line 20589) | def tree_walk(self, *args) -> Any: method update_layout (line 20592) | def update_layout(self, *args) -> Any: method update_snap (line 20595) | def update_snap(self, *args) -> Any: class indev_data_t (line 20602) | class indev_data_t: class indev_drv_t (line 20606) | class indev_drv_t: method init (line 20609) | def init(self, *args) -> Any: method register (line 20612) | def register(self, *args) -> Any: function indev_get_act (line 20616) | def indev_get_act(*args) -> Any: function indev_get_obj_act (line 20620) | def indev_get_obj_act(*args) -> Any: function indev_get_read_timer (line 20624) | def indev_get_read_timer(*args) -> Any: function indev_read_timer_cb (line 20628) | def indev_read_timer_cb(*args) -> Any: function indev_search_obj (line 20632) | def indev_search_obj(*args) -> Any: class indev_t (line 20636) | class indev_t: method drv_update (line 20639) | def drv_update(self, *args) -> Any: method enable (line 20642) | def enable(self, *args) -> Any: method get_gesture_dir (line 20645) | def get_gesture_dir(self, *args) -> Any: method get_key (line 20648) | def get_key(self, *args) -> Any: method get_next (line 20651) | def get_next(self, *args) -> Any: method get_point (line 20654) | def get_point(self, *args) -> Any: method get_scroll_dir (line 20657) | def get_scroll_dir(self, *args) -> Any: method get_scroll_obj (line 20660) | def get_scroll_obj(self, *args) -> Any: method get_type (line 20663) | def get_type(self, *args) -> Any: method get_vect (line 20666) | def get_vect(self, *args) -> Any: method reset (line 20669) | def reset(self, *args) -> Any: method reset_long_press (line 20672) | def reset_long_press(self, *args) -> Any: method set_button_points (line 20675) | def set_button_points(self, *args) -> Any: method set_cursor (line 20678) | def set_cursor(self, *args) -> Any: method set_group (line 20681) | def set_group(self, *args) -> Any: method wait_release (line 20684) | def wait_release(self, *args) -> Any: function init (line 20688) | def init(*args) -> Any: function is_initialized (line 20692) | def is_initialized(*args) -> Any: class keyboard (line 20696) | class keyboard: class CLASS_EDITABLE (line 20699) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 20706) | class CLASS_GROUP_DEF: class DRAW_PART (line 20713) | class DRAW_PART: class FLAG (line 20720) | class FLAG: class MODE (line 20749) | class MODE: class TREE_WALK (line 20757) | class TREE_WALK: method add_event_cb (line 20764) | def add_event_cb(self, *args) -> Any: method add_flag (line 20767) | def add_flag(self, *args) -> Any: method add_state (line 20770) | def add_state(self, *args) -> Any: method add_style (line 20773) | def add_style(self, *args) -> Any: method align (line 20776) | def align(self, *args) -> Any: method align_to (line 20779) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 20782) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 20785) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 20788) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 20791) | def calculate_style_text_align(self, *args) -> Any: method center (line 20794) | def center(self, *args) -> Any: method check_type (line 20797) | def check_type(self, *args) -> Any: method class_create_obj (line 20800) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 20803) | def class_init_obj(self, *args) -> Any: method clean (line 20806) | def clean(self, *args) -> Any: method clear_flag (line 20809) | def clear_flag(self, *args) -> Any: method clear_state (line 20812) | def clear_state(self, *args) -> Any: method def_event_cb (line 20815) | def def_event_cb(self, *args) -> Any: method del_anim_ready_cb (line 20818) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 20821) | def del_async(self, *args) -> Any: method del_delayed (line 20824) | def del_delayed(self, *args) -> Any: method delete (line 20827) | def delete(self, *args) -> Any: method dpx (line 20830) | def dpx(self, *args) -> Any: method draw_dsc_init (line 20833) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 20836) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 20839) | def enable_style_refresh(self, *args) -> Any: method event_base (line 20842) | def event_base(self, *args) -> Any: method fade_in (line 20845) | def fade_in(self, *args) -> Any: method fade_out (line 20848) | def fade_out(self, *args) -> Any: method get_child (line 20851) | def get_child(self, *args) -> Any: method get_child_cnt (line 20854) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 20857) | def get_child_id(self, *args) -> Any: method get_class (line 20860) | def get_class(self, *args) -> Any: method get_click_area (line 20863) | def get_click_area(self, *args) -> Any: method get_content_coords (line 20866) | def get_content_coords(self, *args) -> Any: method get_content_height (line 20869) | def get_content_height(self, *args) -> Any: method get_content_width (line 20872) | def get_content_width(self, *args) -> Any: method get_coords (line 20875) | def get_coords(self, *args) -> Any: method get_disp (line 20878) | def get_disp(self, *args) -> Any: method get_group (line 20881) | def get_group(self, *args) -> Any: method get_height (line 20884) | def get_height(self, *args) -> Any: method get_index (line 20887) | def get_index(self, *args) -> Any: method get_local_style_prop (line 20890) | def get_local_style_prop(self, *args) -> Any: method get_map_array (line 20893) | def get_map_array(self, *args) -> Any: method get_mode (line 20896) | def get_mode(self, *args) -> Any: method get_parent (line 20899) | def get_parent(self, *args) -> Any: method get_screen (line 20902) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 20905) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 20908) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 20911) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 20914) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 20917) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 20920) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 20923) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 20926) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 20929) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 20932) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 20935) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 20938) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 20941) | def get_self_height(self, *args) -> Any: method get_self_width (line 20944) | def get_self_width(self, *args) -> Any: method get_state (line 20947) | def get_state(self, *args) -> Any: method get_style_align (line 20950) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 20953) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 20956) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 20959) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 20962) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 20965) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 20968) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 20971) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 20974) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 20977) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 20980) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 20983) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 20986) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 20989) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 20992) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 20995) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 20998) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 21001) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 21004) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 21007) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 21010) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 21013) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 21016) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 21019) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 21022) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 21025) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 21028) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 21031) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 21034) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 21037) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 21040) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 21043) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 21046) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 21049) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 21052) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 21055) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 21058) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 21061) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 21064) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 21067) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 21070) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 21073) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 21076) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 21079) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 21082) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 21085) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 21088) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 21091) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 21094) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 21097) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 21100) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 21103) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 21106) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 21109) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 21112) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 21115) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 21118) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 21121) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 21124) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 21127) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 21130) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 21133) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 21136) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 21139) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 21142) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 21145) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 21148) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 21151) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 21154) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 21157) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 21160) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 21163) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 21166) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 21169) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 21172) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 21175) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 21178) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 21181) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 21184) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 21187) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 21190) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 21193) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 21196) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 21199) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 21202) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 21205) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 21208) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 21211) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 21214) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 21217) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 21220) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 21223) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 21226) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 21229) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 21232) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 21235) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 21238) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 21241) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 21244) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 21247) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 21250) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 21253) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 21256) | def get_style_width(self, *args) -> Any: method get_style_x (line 21259) | def get_style_x(self, *args) -> Any: method get_style_y (line 21262) | def get_style_y(self, *args) -> Any: method get_textarea (line 21265) | def get_textarea(self, *args) -> Any: method get_user_data (line 21268) | def get_user_data(self, *args) -> Any: method get_width (line 21271) | def get_width(self, *args) -> Any: method get_x (line 21274) | def get_x(self, *args) -> Any: method get_x2 (line 21277) | def get_x2(self, *args) -> Any: method get_x_aligned (line 21280) | def get_x_aligned(self, *args) -> Any: method get_y (line 21283) | def get_y(self, *args) -> Any: method get_y2 (line 21286) | def get_y2(self, *args) -> Any: method get_y_aligned (line 21289) | def get_y_aligned(self, *args) -> Any: method has_class (line 21292) | def has_class(self, *args) -> Any: method has_flag (line 21295) | def has_flag(self, *args) -> Any: method has_flag_any (line 21298) | def has_flag_any(self, *args) -> Any: method has_state (line 21301) | def has_state(self, *args) -> Any: method hit_test (line 21304) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 21307) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 21310) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 21313) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 21316) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 21319) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 21322) | def invalidate(self, *args) -> Any: method invalidate_area (line 21325) | def invalidate_area(self, *args) -> Any: method is_editable (line 21328) | def is_editable(self, *args) -> Any: method is_group_def (line 21331) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 21334) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 21337) | def is_scrolling(self, *args) -> Any: method is_valid (line 21340) | def is_valid(self, *args) -> Any: method is_visible (line 21343) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 21346) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 21349) | def move_background(self, *args) -> Any: method move_children_by (line 21352) | def move_children_by(self, *args) -> Any: method move_foreground (line 21355) | def move_foreground(self, *args) -> Any: method move_to (line 21358) | def move_to(self, *args) -> Any: method move_to_index (line 21361) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 21364) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 21367) | def refr_pos(self, *args) -> Any: method refr_size (line 21370) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 21373) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 21376) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 21379) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 21382) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 21385) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 21388) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 21391) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 21394) | def remove_style(self, *args) -> Any: method remove_style_all (line 21397) | def remove_style_all(self, *args) -> Any: method report_style_change (line 21400) | def report_style_change(self, *args) -> Any: method scroll_by (line 21403) | def scroll_by(self, *args) -> Any: method scroll_to (line 21406) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 21409) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 21412) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 21415) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 21418) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 21421) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 21424) | def set_align(self, *args) -> Any: method set_content_height (line 21427) | def set_content_height(self, *args) -> Any: method set_content_width (line 21430) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 21433) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 21436) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 21439) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 21442) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 21445) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 21448) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 21451) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 21454) | def set_height(self, *args) -> Any: method set_layout (line 21457) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 21460) | def set_local_style_prop(self, *args) -> Any: method set_map (line 21463) | def set_map(self, *args) -> Any: method set_mode (line 21466) | def set_mode(self, *args) -> Any: method set_parent (line 21469) | def set_parent(self, *args) -> Any: method set_pos (line 21472) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 21475) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 21478) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 21481) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 21484) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 21487) | def set_size(self, *args) -> Any: method set_style_align (line 21490) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 21493) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 21496) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 21499) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 21502) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 21505) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 21508) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 21511) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 21514) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 21517) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 21520) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 21523) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 21526) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 21529) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 21532) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 21535) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 21538) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 21541) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 21544) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 21547) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 21550) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 21553) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 21556) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 21559) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 21562) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 21565) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 21568) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 21571) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 21574) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 21577) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 21580) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 21583) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 21586) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 21589) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 21592) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 21595) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 21598) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 21601) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 21604) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 21607) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 21610) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 21613) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 21616) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 21619) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 21622) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 21625) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 21628) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 21631) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 21634) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 21637) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 21640) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 21643) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 21646) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 21649) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 21652) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 21655) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 21658) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 21661) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 21664) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 21667) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 21670) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 21673) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 21676) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 21679) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 21682) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 21685) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 21688) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 21691) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 21694) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 21697) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 21700) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 21703) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 21706) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 21709) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 21712) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 21715) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 21718) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 21721) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 21724) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 21727) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 21730) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 21733) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 21736) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 21739) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 21742) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 21745) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 21748) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 21751) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 21754) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 21757) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 21760) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 21763) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 21766) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 21769) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 21772) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 21775) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 21778) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 21781) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 21784) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 21787) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 21790) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 21793) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 21796) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 21799) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 21802) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 21805) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 21808) | def set_style_width(self, *args) -> Any: method set_style_x (line 21811) | def set_style_x(self, *args) -> Any: method set_style_y (line 21814) | def set_style_y(self, *args) -> Any: method set_textarea (line 21817) | def set_textarea(self, *args) -> Any: method set_tile (line 21820) | def set_tile(self, *args) -> Any: method set_tile_id (line 21823) | def set_tile_id(self, *args) -> Any: method set_user_data (line 21826) | def set_user_data(self, *args) -> Any: method set_width (line 21829) | def set_width(self, *args) -> Any: method set_x (line 21832) | def set_x(self, *args) -> Any: method set_y (line 21835) | def set_y(self, *args) -> Any: method style_get_selector_part (line 21838) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 21841) | def style_get_selector_state(self, *args) -> Any: method swap (line 21844) | def swap(self, *args) -> Any: method tree_walk (line 21847) | def tree_walk(self, *args) -> Any: method update_layout (line 21850) | def update_layout(self, *args) -> Any: method update_snap (line 21853) | def update_snap(self, *args) -> Any: class label (line 21860) | class label: class CLASS_EDITABLE (line 21863) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 21870) | class CLASS_GROUP_DEF: class DRAW_PART (line 21877) | class DRAW_PART: class FLAG (line 21884) | class FLAG: class LONG (line 21913) | class LONG: class TREE_WALK (line 21922) | class TREE_WALK: method add_event_cb (line 21929) | def add_event_cb(self, *args) -> Any: method add_flag (line 21932) | def add_flag(self, *args) -> Any: method add_state (line 21935) | def add_state(self, *args) -> Any: method add_style (line 21938) | def add_style(self, *args) -> Any: method align (line 21941) | def align(self, *args) -> Any: method align_to (line 21944) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 21947) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 21950) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 21953) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 21956) | def calculate_style_text_align(self, *args) -> Any: method center (line 21959) | def center(self, *args) -> Any: method check_type (line 21962) | def check_type(self, *args) -> Any: method class_create_obj (line 21965) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 21968) | def class_init_obj(self, *args) -> Any: method clean (line 21971) | def clean(self, *args) -> Any: method clear_flag (line 21974) | def clear_flag(self, *args) -> Any: method clear_state (line 21977) | def clear_state(self, *args) -> Any: method cut_text (line 21980) | def cut_text(self, *args) -> Any: method del_anim_ready_cb (line 21983) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 21986) | def del_async(self, *args) -> Any: method del_delayed (line 21989) | def del_delayed(self, *args) -> Any: method delete (line 21992) | def delete(self, *args) -> Any: method dpx (line 21995) | def dpx(self, *args) -> Any: method draw_dsc_init (line 21998) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 22001) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 22004) | def enable_style_refresh(self, *args) -> Any: method event_base (line 22007) | def event_base(self, *args) -> Any: method fade_in (line 22010) | def fade_in(self, *args) -> Any: method fade_out (line 22013) | def fade_out(self, *args) -> Any: method get_child (line 22016) | def get_child(self, *args) -> Any: method get_child_cnt (line 22019) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 22022) | def get_child_id(self, *args) -> Any: method get_class (line 22025) | def get_class(self, *args) -> Any: method get_click_area (line 22028) | def get_click_area(self, *args) -> Any: method get_content_coords (line 22031) | def get_content_coords(self, *args) -> Any: method get_content_height (line 22034) | def get_content_height(self, *args) -> Any: method get_content_width (line 22037) | def get_content_width(self, *args) -> Any: method get_coords (line 22040) | def get_coords(self, *args) -> Any: method get_disp (line 22043) | def get_disp(self, *args) -> Any: method get_group (line 22046) | def get_group(self, *args) -> Any: method get_height (line 22049) | def get_height(self, *args) -> Any: method get_index (line 22052) | def get_index(self, *args) -> Any: method get_letter_on (line 22055) | def get_letter_on(self, *args) -> Any: method get_letter_pos (line 22058) | def get_letter_pos(self, *args) -> Any: method get_local_style_prop (line 22061) | def get_local_style_prop(self, *args) -> Any: method get_long_mode (line 22064) | def get_long_mode(self, *args) -> Any: method get_parent (line 22067) | def get_parent(self, *args) -> Any: method get_recolor (line 22070) | def get_recolor(self, *args) -> Any: method get_screen (line 22073) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 22076) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 22079) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 22082) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 22085) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 22088) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 22091) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 22094) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 22097) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 22100) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 22103) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 22106) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 22109) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 22112) | def get_self_height(self, *args) -> Any: method get_self_width (line 22115) | def get_self_width(self, *args) -> Any: method get_state (line 22118) | def get_state(self, *args) -> Any: method get_style_align (line 22121) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 22124) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 22127) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 22130) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 22133) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 22136) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 22139) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 22142) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 22145) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 22148) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 22151) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 22154) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 22157) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 22160) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 22163) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 22166) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 22169) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 22172) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 22175) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 22178) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 22181) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 22184) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 22187) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 22190) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 22193) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 22196) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 22199) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 22202) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 22205) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 22208) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 22211) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 22214) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 22217) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 22220) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 22223) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 22226) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 22229) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 22232) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 22235) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 22238) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 22241) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 22244) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 22247) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 22250) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 22253) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 22256) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 22259) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 22262) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 22265) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 22268) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 22271) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 22274) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 22277) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 22280) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 22283) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 22286) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 22289) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 22292) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 22295) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 22298) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 22301) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 22304) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 22307) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 22310) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 22313) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 22316) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 22319) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 22322) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 22325) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 22328) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 22331) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 22334) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 22337) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 22340) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 22343) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 22346) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 22349) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 22352) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 22355) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 22358) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 22361) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 22364) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 22367) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 22370) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 22373) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 22376) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 22379) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 22382) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 22385) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 22388) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 22391) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 22394) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 22397) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 22400) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 22403) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 22406) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 22409) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 22412) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 22415) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 22418) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 22421) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 22424) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 22427) | def get_style_width(self, *args) -> Any: method get_style_x (line 22430) | def get_style_x(self, *args) -> Any: method get_style_y (line 22433) | def get_style_y(self, *args) -> Any: method get_text (line 22436) | def get_text(self, *args) -> Any: method get_text_selection_end (line 22439) | def get_text_selection_end(self, *args) -> Any: method get_text_selection_start (line 22442) | def get_text_selection_start(self, *args) -> Any: method get_user_data (line 22445) | def get_user_data(self, *args) -> Any: method get_width (line 22448) | def get_width(self, *args) -> Any: method get_x (line 22451) | def get_x(self, *args) -> Any: method get_x2 (line 22454) | def get_x2(self, *args) -> Any: method get_x_aligned (line 22457) | def get_x_aligned(self, *args) -> Any: method get_y (line 22460) | def get_y(self, *args) -> Any: method get_y2 (line 22463) | def get_y2(self, *args) -> Any: method get_y_aligned (line 22466) | def get_y_aligned(self, *args) -> Any: method has_class (line 22469) | def has_class(self, *args) -> Any: method has_flag (line 22472) | def has_flag(self, *args) -> Any: method has_flag_any (line 22475) | def has_flag_any(self, *args) -> Any: method has_state (line 22478) | def has_state(self, *args) -> Any: method hit_test (line 22481) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 22484) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 22487) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 22490) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 22493) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 22496) | def init_draw_rect_dsc(self, *args) -> Any: method ins_text (line 22499) | def ins_text(self, *args) -> Any: method invalidate (line 22502) | def invalidate(self, *args) -> Any: method invalidate_area (line 22505) | def invalidate_area(self, *args) -> Any: method is_char_under_pos (line 22508) | def is_char_under_pos(self, *args) -> Any: method is_editable (line 22511) | def is_editable(self, *args) -> Any: method is_group_def (line 22514) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 22517) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 22520) | def is_scrolling(self, *args) -> Any: method is_valid (line 22523) | def is_valid(self, *args) -> Any: method is_visible (line 22526) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 22529) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 22532) | def move_background(self, *args) -> Any: method move_children_by (line 22535) | def move_children_by(self, *args) -> Any: method move_foreground (line 22538) | def move_foreground(self, *args) -> Any: method move_to (line 22541) | def move_to(self, *args) -> Any: method move_to_index (line 22544) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 22547) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 22550) | def refr_pos(self, *args) -> Any: method refr_size (line 22553) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 22556) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 22559) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 22562) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 22565) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 22568) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 22571) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 22574) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 22577) | def remove_style(self, *args) -> Any: method remove_style_all (line 22580) | def remove_style_all(self, *args) -> Any: method report_style_change (line 22583) | def report_style_change(self, *args) -> Any: method scroll_by (line 22586) | def scroll_by(self, *args) -> Any: method scroll_to (line 22589) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 22592) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 22595) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 22598) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 22601) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 22604) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 22607) | def set_align(self, *args) -> Any: method set_content_height (line 22610) | def set_content_height(self, *args) -> Any: method set_content_width (line 22613) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 22616) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 22619) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 22622) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 22625) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 22628) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 22631) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 22634) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 22637) | def set_height(self, *args) -> Any: method set_layout (line 22640) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 22643) | def set_local_style_prop(self, *args) -> Any: method set_long_mode (line 22646) | def set_long_mode(self, *args) -> Any: method set_parent (line 22649) | def set_parent(self, *args) -> Any: method set_pos (line 22652) | def set_pos(self, *args) -> Any: method set_recolor (line 22655) | def set_recolor(self, *args) -> Any: method set_scroll_dir (line 22658) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 22661) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 22664) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 22667) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 22670) | def set_size(self, *args) -> Any: method set_style_align (line 22673) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 22676) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 22679) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 22682) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 22685) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 22688) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 22691) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 22694) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 22697) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 22700) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 22703) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 22706) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 22709) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 22712) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 22715) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 22718) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 22721) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 22724) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 22727) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 22730) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 22733) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 22736) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 22739) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 22742) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 22745) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 22748) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 22751) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 22754) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 22757) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 22760) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 22763) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 22766) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 22769) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 22772) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 22775) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 22778) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 22781) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 22784) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 22787) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 22790) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 22793) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 22796) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 22799) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 22802) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 22805) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 22808) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 22811) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 22814) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 22817) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 22820) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 22823) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 22826) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 22829) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 22832) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 22835) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 22838) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 22841) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 22844) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 22847) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 22850) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 22853) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 22856) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 22859) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 22862) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 22865) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 22868) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 22871) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 22874) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 22877) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 22880) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 22883) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 22886) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 22889) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 22892) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 22895) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 22898) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 22901) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 22904) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 22907) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 22910) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 22913) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 22916) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 22919) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 22922) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 22925) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 22928) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 22931) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 22934) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 22937) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 22940) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 22943) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 22946) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 22949) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 22952) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 22955) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 22958) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 22961) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 22964) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 22967) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 22970) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 22973) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 22976) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 22979) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 22982) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 22985) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 22988) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 22991) | def set_style_width(self, *args) -> Any: method set_style_x (line 22994) | def set_style_x(self, *args) -> Any: method set_style_y (line 22997) | def set_style_y(self, *args) -> Any: method set_text (line 23000) | def set_text(self, *args) -> Any: method set_text_sel_end (line 23003) | def set_text_sel_end(self, *args) -> Any: method set_text_sel_start (line 23006) | def set_text_sel_start(self, *args) -> Any: method set_text_static (line 23009) | def set_text_static(self, *args) -> Any: method set_tile (line 23012) | def set_tile(self, *args) -> Any: method set_tile_id (line 23015) | def set_tile_id(self, *args) -> Any: method set_user_data (line 23018) | def set_user_data(self, *args) -> Any: method set_width (line 23021) | def set_width(self, *args) -> Any: method set_x (line 23024) | def set_x(self, *args) -> Any: method set_y (line 23027) | def set_y(self, *args) -> Any: method style_get_selector_part (line 23030) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 23033) | def style_get_selector_state(self, *args) -> Any: method swap (line 23036) | def swap(self, *args) -> Any: method tree_walk (line 23039) | def tree_walk(self, *args) -> Any: method update_layout (line 23042) | def update_layout(self, *args) -> Any: method update_snap (line 23045) | def update_snap(self, *args) -> Any: function layer_sys (line 23052) | def layer_sys(*args) -> Any: function layer_top (line 23056) | def layer_top(*args) -> Any: function layout_register (line 23060) | def layout_register(*args) -> Any: class led (line 23064) | class led: class CLASS_EDITABLE (line 23067) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 23074) | class CLASS_GROUP_DEF: class DRAW_PART (line 23081) | class DRAW_PART: class FLAG (line 23086) | class FLAG: class TREE_WALK (line 23115) | class TREE_WALK: method add_event_cb (line 23122) | def add_event_cb(self, *args) -> Any: method add_flag (line 23125) | def add_flag(self, *args) -> Any: method add_state (line 23128) | def add_state(self, *args) -> Any: method add_style (line 23131) | def add_style(self, *args) -> Any: method align (line 23134) | def align(self, *args) -> Any: method align_to (line 23137) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 23140) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 23143) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 23146) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 23149) | def calculate_style_text_align(self, *args) -> Any: method center (line 23152) | def center(self, *args) -> Any: method check_type (line 23155) | def check_type(self, *args) -> Any: method class_create_obj (line 23158) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 23161) | def class_init_obj(self, *args) -> Any: method clean (line 23164) | def clean(self, *args) -> Any: method clear_flag (line 23167) | def clear_flag(self, *args) -> Any: method clear_state (line 23170) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 23173) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 23176) | def del_async(self, *args) -> Any: method del_delayed (line 23179) | def del_delayed(self, *args) -> Any: method delete (line 23182) | def delete(self, *args) -> Any: method dpx (line 23185) | def dpx(self, *args) -> Any: method draw_dsc_init (line 23188) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 23191) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 23194) | def enable_style_refresh(self, *args) -> Any: method event_base (line 23197) | def event_base(self, *args) -> Any: method fade_in (line 23200) | def fade_in(self, *args) -> Any: method fade_out (line 23203) | def fade_out(self, *args) -> Any: method get_brightness (line 23206) | def get_brightness(self, *args) -> Any: method get_child (line 23209) | def get_child(self, *args) -> Any: method get_child_cnt (line 23212) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 23215) | def get_child_id(self, *args) -> Any: method get_class (line 23218) | def get_class(self, *args) -> Any: method get_click_area (line 23221) | def get_click_area(self, *args) -> Any: method get_content_coords (line 23224) | def get_content_coords(self, *args) -> Any: method get_content_height (line 23227) | def get_content_height(self, *args) -> Any: method get_content_width (line 23230) | def get_content_width(self, *args) -> Any: method get_coords (line 23233) | def get_coords(self, *args) -> Any: method get_disp (line 23236) | def get_disp(self, *args) -> Any: method get_group (line 23239) | def get_group(self, *args) -> Any: method get_height (line 23242) | def get_height(self, *args) -> Any: method get_index (line 23245) | def get_index(self, *args) -> Any: method get_local_style_prop (line 23248) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 23251) | def get_parent(self, *args) -> Any: method get_screen (line 23254) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 23257) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 23260) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 23263) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 23266) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 23269) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 23272) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 23275) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 23278) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 23281) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 23284) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 23287) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 23290) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 23293) | def get_self_height(self, *args) -> Any: method get_self_width (line 23296) | def get_self_width(self, *args) -> Any: method get_state (line 23299) | def get_state(self, *args) -> Any: method get_style_align (line 23302) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 23305) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 23308) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 23311) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 23314) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 23317) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 23320) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 23323) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 23326) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 23329) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 23332) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 23335) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 23338) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 23341) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 23344) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 23347) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 23350) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 23353) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 23356) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 23359) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 23362) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 23365) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 23368) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 23371) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 23374) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 23377) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 23380) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 23383) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 23386) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 23389) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 23392) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 23395) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 23398) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 23401) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 23404) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 23407) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 23410) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 23413) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 23416) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 23419) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 23422) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 23425) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 23428) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 23431) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 23434) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 23437) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 23440) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 23443) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 23446) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 23449) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 23452) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 23455) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 23458) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 23461) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 23464) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 23467) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 23470) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 23473) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 23476) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 23479) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 23482) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 23485) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 23488) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 23491) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 23494) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 23497) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 23500) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 23503) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 23506) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 23509) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 23512) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 23515) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 23518) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 23521) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 23524) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 23527) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 23530) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 23533) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 23536) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 23539) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 23542) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 23545) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 23548) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 23551) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 23554) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 23557) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 23560) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 23563) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 23566) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 23569) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 23572) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 23575) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 23578) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 23581) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 23584) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 23587) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 23590) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 23593) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 23596) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 23599) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 23602) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 23605) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 23608) | def get_style_width(self, *args) -> Any: method get_style_x (line 23611) | def get_style_x(self, *args) -> Any: method get_style_y (line 23614) | def get_style_y(self, *args) -> Any: method get_user_data (line 23617) | def get_user_data(self, *args) -> Any: method get_width (line 23620) | def get_width(self, *args) -> Any: method get_x (line 23623) | def get_x(self, *args) -> Any: method get_x2 (line 23626) | def get_x2(self, *args) -> Any: method get_x_aligned (line 23629) | def get_x_aligned(self, *args) -> Any: method get_y (line 23632) | def get_y(self, *args) -> Any: method get_y2 (line 23635) | def get_y2(self, *args) -> Any: method get_y_aligned (line 23638) | def get_y_aligned(self, *args) -> Any: method has_class (line 23641) | def has_class(self, *args) -> Any: method has_flag (line 23644) | def has_flag(self, *args) -> Any: method has_flag_any (line 23647) | def has_flag_any(self, *args) -> Any: method has_state (line 23650) | def has_state(self, *args) -> Any: method hit_test (line 23653) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 23656) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 23659) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 23662) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 23665) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 23668) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 23671) | def invalidate(self, *args) -> Any: method invalidate_area (line 23674) | def invalidate_area(self, *args) -> Any: method is_editable (line 23677) | def is_editable(self, *args) -> Any: method is_group_def (line 23680) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 23683) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 23686) | def is_scrolling(self, *args) -> Any: method is_valid (line 23689) | def is_valid(self, *args) -> Any: method is_visible (line 23692) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 23695) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 23698) | def move_background(self, *args) -> Any: method move_children_by (line 23701) | def move_children_by(self, *args) -> Any: method move_foreground (line 23704) | def move_foreground(self, *args) -> Any: method move_to (line 23707) | def move_to(self, *args) -> Any: method move_to_index (line 23710) | def move_to_index(self, *args) -> Any: method off (line 23713) | def off(self, *args) -> Any: method on (line 23716) | def on(self, *args) -> Any: method readjust_scroll (line 23719) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 23722) | def refr_pos(self, *args) -> Any: method refr_size (line 23725) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 23728) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 23731) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 23734) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 23737) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 23740) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 23743) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 23746) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 23749) | def remove_style(self, *args) -> Any: method remove_style_all (line 23752) | def remove_style_all(self, *args) -> Any: method report_style_change (line 23755) | def report_style_change(self, *args) -> Any: method scroll_by (line 23758) | def scroll_by(self, *args) -> Any: method scroll_to (line 23761) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 23764) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 23767) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 23770) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 23773) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 23776) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 23779) | def set_align(self, *args) -> Any: method set_brightness (line 23782) | def set_brightness(self, *args) -> Any: method set_color (line 23785) | def set_color(self, *args) -> Any: method set_content_height (line 23788) | def set_content_height(self, *args) -> Any: method set_content_width (line 23791) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 23794) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 23797) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 23800) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 23803) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 23806) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 23809) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 23812) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 23815) | def set_height(self, *args) -> Any: method set_layout (line 23818) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 23821) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 23824) | def set_parent(self, *args) -> Any: method set_pos (line 23827) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 23830) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 23833) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 23836) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 23839) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 23842) | def set_size(self, *args) -> Any: method set_style_align (line 23845) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 23848) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 23851) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 23854) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 23857) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 23860) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 23863) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 23866) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 23869) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 23872) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 23875) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 23878) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 23881) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 23884) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 23887) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 23890) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 23893) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 23896) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 23899) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 23902) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 23905) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 23908) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 23911) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 23914) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 23917) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 23920) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 23923) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 23926) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 23929) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 23932) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 23935) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 23938) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 23941) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 23944) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 23947) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 23950) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 23953) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 23956) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 23959) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 23962) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 23965) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 23968) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 23971) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 23974) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 23977) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 23980) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 23983) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 23986) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 23989) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 23992) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 23995) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 23998) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 24001) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 24004) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 24007) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 24010) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 24013) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 24016) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 24019) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 24022) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 24025) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 24028) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 24031) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 24034) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 24037) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 24040) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 24043) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 24046) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 24049) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 24052) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 24055) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 24058) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 24061) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 24064) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 24067) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 24070) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 24073) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 24076) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 24079) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 24082) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 24085) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 24088) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 24091) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 24094) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 24097) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 24100) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 24103) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 24106) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 24109) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 24112) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 24115) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 24118) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 24121) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 24124) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 24127) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 24130) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 24133) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 24136) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 24139) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 24142) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 24145) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 24148) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 24151) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 24154) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 24157) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 24160) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 24163) | def set_style_width(self, *args) -> Any: method set_style_x (line 24166) | def set_style_x(self, *args) -> Any: method set_style_y (line 24169) | def set_style_y(self, *args) -> Any: method set_tile (line 24172) | def set_tile(self, *args) -> Any: method set_tile_id (line 24175) | def set_tile_id(self, *args) -> Any: method set_user_data (line 24178) | def set_user_data(self, *args) -> Any: method set_width (line 24181) | def set_width(self, *args) -> Any: method set_x (line 24184) | def set_x(self, *args) -> Any: method set_y (line 24187) | def set_y(self, *args) -> Any: method style_get_selector_part (line 24190) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 24193) | def style_get_selector_state(self, *args) -> Any: method swap (line 24196) | def swap(self, *args) -> Any: method toggle (line 24199) | def toggle(self, *args) -> Any: method tree_walk (line 24202) | def tree_walk(self, *args) -> Any: method update_layout (line 24205) | def update_layout(self, *args) -> Any: method update_snap (line 24208) | def update_snap(self, *args) -> Any: class line (line 24215) | class line: class CLASS_EDITABLE (line 24218) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 24225) | class CLASS_GROUP_DEF: class DRAW_PART (line 24232) | class DRAW_PART: class FLAG (line 24239) | class FLAG: class TREE_WALK (line 24268) | class TREE_WALK: method add_event_cb (line 24275) | def add_event_cb(self, *args) -> Any: method add_flag (line 24278) | def add_flag(self, *args) -> Any: method add_state (line 24281) | def add_state(self, *args) -> Any: method add_style (line 24284) | def add_style(self, *args) -> Any: method align (line 24287) | def align(self, *args) -> Any: method align_to (line 24290) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 24293) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 24296) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 24299) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 24302) | def calculate_style_text_align(self, *args) -> Any: method center (line 24305) | def center(self, *args) -> Any: method check_type (line 24308) | def check_type(self, *args) -> Any: method class_create_obj (line 24311) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 24314) | def class_init_obj(self, *args) -> Any: method clean (line 24317) | def clean(self, *args) -> Any: method clear_flag (line 24320) | def clear_flag(self, *args) -> Any: method clear_state (line 24323) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 24326) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 24329) | def del_async(self, *args) -> Any: method del_delayed (line 24332) | def del_delayed(self, *args) -> Any: method delete (line 24335) | def delete(self, *args) -> Any: method dpx (line 24338) | def dpx(self, *args) -> Any: method draw_dsc_init (line 24341) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 24344) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 24347) | def enable_style_refresh(self, *args) -> Any: method event_base (line 24350) | def event_base(self, *args) -> Any: method fade_in (line 24353) | def fade_in(self, *args) -> Any: method fade_out (line 24356) | def fade_out(self, *args) -> Any: method get_child (line 24359) | def get_child(self, *args) -> Any: method get_child_cnt (line 24362) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 24365) | def get_child_id(self, *args) -> Any: method get_class (line 24368) | def get_class(self, *args) -> Any: method get_click_area (line 24371) | def get_click_area(self, *args) -> Any: method get_content_coords (line 24374) | def get_content_coords(self, *args) -> Any: method get_content_height (line 24377) | def get_content_height(self, *args) -> Any: method get_content_width (line 24380) | def get_content_width(self, *args) -> Any: method get_coords (line 24383) | def get_coords(self, *args) -> Any: method get_disp (line 24386) | def get_disp(self, *args) -> Any: method get_group (line 24389) | def get_group(self, *args) -> Any: method get_height (line 24392) | def get_height(self, *args) -> Any: method get_index (line 24395) | def get_index(self, *args) -> Any: method get_local_style_prop (line 24398) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 24401) | def get_parent(self, *args) -> Any: method get_screen (line 24404) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 24407) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 24410) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 24413) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 24416) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 24419) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 24422) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 24425) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 24428) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 24431) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 24434) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 24437) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 24440) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 24443) | def get_self_height(self, *args) -> Any: method get_self_width (line 24446) | def get_self_width(self, *args) -> Any: method get_state (line 24449) | def get_state(self, *args) -> Any: method get_style_align (line 24452) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 24455) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 24458) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 24461) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 24464) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 24467) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 24470) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 24473) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 24476) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 24479) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 24482) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 24485) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 24488) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 24491) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 24494) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 24497) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 24500) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 24503) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 24506) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 24509) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 24512) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 24515) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 24518) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 24521) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 24524) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 24527) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 24530) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 24533) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 24536) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 24539) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 24542) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 24545) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 24548) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 24551) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 24554) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 24557) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 24560) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 24563) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 24566) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 24569) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 24572) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 24575) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 24578) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 24581) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 24584) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 24587) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 24590) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 24593) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 24596) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 24599) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 24602) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 24605) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 24608) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 24611) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 24614) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 24617) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 24620) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 24623) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 24626) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 24629) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 24632) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 24635) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 24638) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 24641) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 24644) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 24647) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 24650) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 24653) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 24656) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 24659) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 24662) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 24665) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 24668) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 24671) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 24674) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 24677) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 24680) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 24683) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 24686) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 24689) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 24692) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 24695) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 24698) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 24701) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 24704) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 24707) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 24710) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 24713) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 24716) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 24719) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 24722) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 24725) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 24728) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 24731) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 24734) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 24737) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 24740) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 24743) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 24746) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 24749) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 24752) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 24755) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 24758) | def get_style_width(self, *args) -> Any: method get_style_x (line 24761) | def get_style_x(self, *args) -> Any: method get_style_y (line 24764) | def get_style_y(self, *args) -> Any: method get_user_data (line 24767) | def get_user_data(self, *args) -> Any: method get_width (line 24770) | def get_width(self, *args) -> Any: method get_x (line 24773) | def get_x(self, *args) -> Any: method get_x2 (line 24776) | def get_x2(self, *args) -> Any: method get_x_aligned (line 24779) | def get_x_aligned(self, *args) -> Any: method get_y (line 24782) | def get_y(self, *args) -> Any: method get_y2 (line 24785) | def get_y2(self, *args) -> Any: method get_y_aligned (line 24788) | def get_y_aligned(self, *args) -> Any: method get_y_invert (line 24791) | def get_y_invert(self, *args) -> Any: method has_class (line 24794) | def has_class(self, *args) -> Any: method has_flag (line 24797) | def has_flag(self, *args) -> Any: method has_flag_any (line 24800) | def has_flag_any(self, *args) -> Any: method has_state (line 24803) | def has_state(self, *args) -> Any: method hit_test (line 24806) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 24809) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 24812) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 24815) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 24818) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 24821) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 24824) | def invalidate(self, *args) -> Any: method invalidate_area (line 24827) | def invalidate_area(self, *args) -> Any: method is_editable (line 24830) | def is_editable(self, *args) -> Any: method is_group_def (line 24833) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 24836) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 24839) | def is_scrolling(self, *args) -> Any: method is_valid (line 24842) | def is_valid(self, *args) -> Any: method is_visible (line 24845) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 24848) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 24851) | def move_background(self, *args) -> Any: method move_children_by (line 24854) | def move_children_by(self, *args) -> Any: method move_foreground (line 24857) | def move_foreground(self, *args) -> Any: method move_to (line 24860) | def move_to(self, *args) -> Any: method move_to_index (line 24863) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 24866) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 24869) | def refr_pos(self, *args) -> Any: method refr_size (line 24872) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 24875) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 24878) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 24881) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 24884) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 24887) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 24890) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 24893) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 24896) | def remove_style(self, *args) -> Any: method remove_style_all (line 24899) | def remove_style_all(self, *args) -> Any: method report_style_change (line 24902) | def report_style_change(self, *args) -> Any: method scroll_by (line 24905) | def scroll_by(self, *args) -> Any: method scroll_to (line 24908) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 24911) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 24914) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 24917) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 24920) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 24923) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 24926) | def set_align(self, *args) -> Any: method set_content_height (line 24929) | def set_content_height(self, *args) -> Any: method set_content_width (line 24932) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 24935) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 24938) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 24941) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 24944) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 24947) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 24950) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 24953) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 24956) | def set_height(self, *args) -> Any: method set_layout (line 24959) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 24962) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 24965) | def set_parent(self, *args) -> Any: method set_points (line 24968) | def set_points(self, *args) -> Any: method set_pos (line 24971) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 24974) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 24977) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 24980) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 24983) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 24986) | def set_size(self, *args) -> Any: method set_style_align (line 24989) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 24992) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 24995) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 24998) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 25001) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 25004) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 25007) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 25010) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 25013) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 25016) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 25019) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 25022) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 25025) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 25028) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 25031) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 25034) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 25037) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 25040) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 25043) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 25046) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 25049) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 25052) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 25055) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 25058) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 25061) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 25064) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 25067) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 25070) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 25073) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 25076) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 25079) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 25082) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 25085) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 25088) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 25091) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 25094) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 25097) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 25100) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 25103) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 25106) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 25109) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 25112) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 25115) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 25118) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 25121) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 25124) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 25127) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 25130) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 25133) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 25136) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 25139) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 25142) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 25145) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 25148) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 25151) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 25154) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 25157) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 25160) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 25163) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 25166) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 25169) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 25172) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 25175) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 25178) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 25181) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 25184) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 25187) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 25190) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 25193) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 25196) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 25199) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 25202) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 25205) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 25208) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 25211) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 25214) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 25217) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 25220) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 25223) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 25226) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 25229) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 25232) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 25235) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 25238) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 25241) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 25244) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 25247) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 25250) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 25253) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 25256) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 25259) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 25262) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 25265) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 25268) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 25271) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 25274) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 25277) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 25280) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 25283) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 25286) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 25289) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 25292) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 25295) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 25298) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 25301) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 25304) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 25307) | def set_style_width(self, *args) -> Any: method set_style_x (line 25310) | def set_style_x(self, *args) -> Any: method set_style_y (line 25313) | def set_style_y(self, *args) -> Any: method set_tile (line 25316) | def set_tile(self, *args) -> Any: method set_tile_id (line 25319) | def set_tile_id(self, *args) -> Any: method set_user_data (line 25322) | def set_user_data(self, *args) -> Any: method set_width (line 25325) | def set_width(self, *args) -> Any: method set_x (line 25328) | def set_x(self, *args) -> Any: method set_y (line 25331) | def set_y(self, *args) -> Any: method set_y_invert (line 25334) | def set_y_invert(self, *args) -> Any: method style_get_selector_part (line 25337) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 25340) | def style_get_selector_state(self, *args) -> Any: method swap (line 25343) | def swap(self, *args) -> Any: method tree_walk (line 25346) | def tree_walk(self, *args) -> Any: method update_layout (line 25349) | def update_layout(self, *args) -> Any: method update_snap (line 25352) | def update_snap(self, *args) -> Any: class ll_t (line 25362) | class ll_t: function log (line 25366) | def log(*args) -> Any: function log_register_print_cb (line 25370) | def log_register_print_cb(*args) -> Any: function mem_alloc (line 25374) | def mem_alloc(*args) -> Any: function mem_buf_free_all (line 25378) | def mem_buf_free_all(*args) -> Any: function mem_buf_get (line 25382) | def mem_buf_get(*args) -> Any: function mem_buf_release (line 25386) | def mem_buf_release(*args) -> Any: function mem_deinit (line 25390) | def mem_deinit(*args) -> Any: function mem_free (line 25394) | def mem_free(*args) -> Any: function mem_init (line 25398) | def mem_init(*args) -> Any: class mem_monitor_t (line 25402) | class mem_monitor_t: method monitor (line 25405) | def monitor(self, *args) -> Any: function mem_realloc (line 25409) | def mem_realloc(*args) -> Any: function mem_test (line 25413) | def mem_test(*args) -> Any: function memcpy (line 25417) | def memcpy(*args) -> Any: function memcpy_small (line 25421) | def memcpy_small(*args) -> Any: function memset (line 25425) | def memset(*args) -> Any: function memset_00 (line 25429) | def memset_00(*args) -> Any: function memset_ff (line 25433) | def memset_ff(*args) -> Any: class meter (line 25437) | class meter: class CLASS_EDITABLE (line 25440) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 25447) | class CLASS_GROUP_DEF: class DRAW_PART (line 25454) | class DRAW_PART: class FLAG (line 25462) | class FLAG: class INDICATOR_TYPE (line 25491) | class INDICATOR_TYPE: class TREE_WALK (line 25499) | class TREE_WALK: method add_arc (line 25506) | def add_arc(self, *args) -> Any: method add_event_cb (line 25509) | def add_event_cb(self, *args) -> Any: method add_flag (line 25512) | def add_flag(self, *args) -> Any: method add_needle_img (line 25515) | def add_needle_img(self, *args) -> Any: method add_needle_line (line 25518) | def add_needle_line(self, *args) -> Any: method add_scale (line 25521) | def add_scale(self, *args) -> Any: method add_scale_lines (line 25524) | def add_scale_lines(self, *args) -> Any: method add_state (line 25527) | def add_state(self, *args) -> Any: method add_style (line 25530) | def add_style(self, *args) -> Any: method align (line 25533) | def align(self, *args) -> Any: method align_to (line 25536) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 25539) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 25542) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 25545) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 25548) | def calculate_style_text_align(self, *args) -> Any: method center (line 25551) | def center(self, *args) -> Any: method check_type (line 25554) | def check_type(self, *args) -> Any: method class_create_obj (line 25557) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 25560) | def class_init_obj(self, *args) -> Any: method clean (line 25563) | def clean(self, *args) -> Any: method clear_flag (line 25566) | def clear_flag(self, *args) -> Any: method clear_state (line 25569) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 25572) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 25575) | def del_async(self, *args) -> Any: method del_delayed (line 25578) | def del_delayed(self, *args) -> Any: method delete (line 25581) | def delete(self, *args) -> Any: method dpx (line 25584) | def dpx(self, *args) -> Any: method draw_dsc_init (line 25587) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 25590) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 25593) | def enable_style_refresh(self, *args) -> Any: method event_base (line 25596) | def event_base(self, *args) -> Any: method fade_in (line 25599) | def fade_in(self, *args) -> Any: method fade_out (line 25602) | def fade_out(self, *args) -> Any: method get_child (line 25605) | def get_child(self, *args) -> Any: method get_child_cnt (line 25608) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 25611) | def get_child_id(self, *args) -> Any: method get_class (line 25614) | def get_class(self, *args) -> Any: method get_click_area (line 25617) | def get_click_area(self, *args) -> Any: method get_content_coords (line 25620) | def get_content_coords(self, *args) -> Any: method get_content_height (line 25623) | def get_content_height(self, *args) -> Any: method get_content_width (line 25626) | def get_content_width(self, *args) -> Any: method get_coords (line 25629) | def get_coords(self, *args) -> Any: method get_disp (line 25632) | def get_disp(self, *args) -> Any: method get_group (line 25635) | def get_group(self, *args) -> Any: method get_height (line 25638) | def get_height(self, *args) -> Any: method get_index (line 25641) | def get_index(self, *args) -> Any: method get_local_style_prop (line 25644) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 25647) | def get_parent(self, *args) -> Any: method get_screen (line 25650) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 25653) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 25656) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 25659) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 25662) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 25665) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 25668) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 25671) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 25674) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 25677) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 25680) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 25683) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 25686) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 25689) | def get_self_height(self, *args) -> Any: method get_self_width (line 25692) | def get_self_width(self, *args) -> Any: method get_state (line 25695) | def get_state(self, *args) -> Any: method get_style_align (line 25698) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 25701) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 25704) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 25707) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 25710) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 25713) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 25716) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 25719) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 25722) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 25725) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 25728) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 25731) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 25734) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 25737) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 25740) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 25743) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 25746) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 25749) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 25752) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 25755) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 25758) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 25761) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 25764) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 25767) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 25770) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 25773) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 25776) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 25779) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 25782) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 25785) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 25788) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 25791) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 25794) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 25797) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 25800) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 25803) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 25806) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 25809) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 25812) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 25815) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 25818) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 25821) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 25824) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 25827) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 25830) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 25833) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 25836) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 25839) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 25842) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 25845) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 25848) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 25851) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 25854) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 25857) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 25860) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 25863) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 25866) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 25869) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 25872) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 25875) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 25878) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 25881) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 25884) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 25887) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 25890) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 25893) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 25896) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 25899) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 25902) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 25905) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 25908) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 25911) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 25914) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 25917) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 25920) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 25923) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 25926) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 25929) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 25932) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 25935) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 25938) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 25941) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 25944) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 25947) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 25950) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 25953) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 25956) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 25959) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 25962) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 25965) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 25968) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 25971) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 25974) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 25977) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 25980) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 25983) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 25986) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 25989) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 25992) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 25995) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 25998) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 26001) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 26004) | def get_style_width(self, *args) -> Any: method get_style_x (line 26007) | def get_style_x(self, *args) -> Any: method get_style_y (line 26010) | def get_style_y(self, *args) -> Any: method get_user_data (line 26013) | def get_user_data(self, *args) -> Any: method get_width (line 26016) | def get_width(self, *args) -> Any: method get_x (line 26019) | def get_x(self, *args) -> Any: method get_x2 (line 26022) | def get_x2(self, *args) -> Any: method get_x_aligned (line 26025) | def get_x_aligned(self, *args) -> Any: method get_y (line 26028) | def get_y(self, *args) -> Any: method get_y2 (line 26031) | def get_y2(self, *args) -> Any: method get_y_aligned (line 26034) | def get_y_aligned(self, *args) -> Any: method has_class (line 26037) | def has_class(self, *args) -> Any: method has_flag (line 26040) | def has_flag(self, *args) -> Any: method has_flag_any (line 26043) | def has_flag_any(self, *args) -> Any: method has_state (line 26046) | def has_state(self, *args) -> Any: method hit_test (line 26049) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 26052) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 26055) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 26058) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 26061) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 26064) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 26067) | def invalidate(self, *args) -> Any: method invalidate_area (line 26070) | def invalidate_area(self, *args) -> Any: method is_editable (line 26073) | def is_editable(self, *args) -> Any: method is_group_def (line 26076) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 26079) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 26082) | def is_scrolling(self, *args) -> Any: method is_valid (line 26085) | def is_valid(self, *args) -> Any: method is_visible (line 26088) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 26091) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 26094) | def move_background(self, *args) -> Any: method move_children_by (line 26097) | def move_children_by(self, *args) -> Any: method move_foreground (line 26100) | def move_foreground(self, *args) -> Any: method move_to (line 26103) | def move_to(self, *args) -> Any: method move_to_index (line 26106) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 26109) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 26112) | def refr_pos(self, *args) -> Any: method refr_size (line 26115) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 26118) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 26121) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 26124) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 26127) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 26130) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 26133) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 26136) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 26139) | def remove_style(self, *args) -> Any: method remove_style_all (line 26142) | def remove_style_all(self, *args) -> Any: method report_style_change (line 26145) | def report_style_change(self, *args) -> Any: method scroll_by (line 26148) | def scroll_by(self, *args) -> Any: method scroll_to (line 26151) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 26154) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 26157) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 26160) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 26163) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 26166) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 26169) | def set_align(self, *args) -> Any: method set_content_height (line 26172) | def set_content_height(self, *args) -> Any: method set_content_width (line 26175) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 26178) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 26181) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 26184) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 26187) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 26190) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 26193) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 26196) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 26199) | def set_height(self, *args) -> Any: method set_indicator_end_value (line 26202) | def set_indicator_end_value(self, *args) -> Any: method set_indicator_start_value (line 26205) | def set_indicator_start_value(self, *args) -> Any: method set_indicator_value (line 26208) | def set_indicator_value(self, *args) -> Any: method set_layout (line 26211) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 26214) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 26217) | def set_parent(self, *args) -> Any: method set_pos (line 26220) | def set_pos(self, *args) -> Any: method set_scale_major_ticks (line 26223) | def set_scale_major_ticks(self, *args) -> Any: method set_scale_range (line 26226) | def set_scale_range(self, *args) -> Any: method set_scale_ticks (line 26229) | def set_scale_ticks(self, *args) -> Any: method set_scroll_dir (line 26232) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 26235) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 26238) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 26241) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 26244) | def set_size(self, *args) -> Any: method set_style_align (line 26247) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 26250) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 26253) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 26256) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 26259) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 26262) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 26265) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 26268) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 26271) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 26274) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 26277) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 26280) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 26283) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 26286) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 26289) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 26292) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 26295) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 26298) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 26301) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 26304) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 26307) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 26310) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 26313) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 26316) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 26319) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 26322) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 26325) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 26328) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 26331) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 26334) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 26337) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 26340) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 26343) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 26346) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 26349) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 26352) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 26355) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 26358) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 26361) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 26364) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 26367) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 26370) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 26373) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 26376) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 26379) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 26382) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 26385) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 26388) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 26391) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 26394) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 26397) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 26400) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 26403) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 26406) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 26409) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 26412) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 26415) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 26418) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 26421) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 26424) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 26427) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 26430) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 26433) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 26436) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 26439) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 26442) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 26445) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 26448) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 26451) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 26454) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 26457) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 26460) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 26463) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 26466) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 26469) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 26472) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 26475) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 26478) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 26481) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 26484) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 26487) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 26490) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 26493) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 26496) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 26499) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 26502) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 26505) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 26508) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 26511) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 26514) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 26517) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 26520) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 26523) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 26526) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 26529) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 26532) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 26535) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 26538) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 26541) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 26544) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 26547) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 26550) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 26553) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 26556) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 26559) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 26562) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 26565) | def set_style_width(self, *args) -> Any: method set_style_x (line 26568) | def set_style_x(self, *args) -> Any: method set_style_y (line 26571) | def set_style_y(self, *args) -> Any: method set_tile (line 26574) | def set_tile(self, *args) -> Any: method set_tile_id (line 26577) | def set_tile_id(self, *args) -> Any: method set_user_data (line 26580) | def set_user_data(self, *args) -> Any: method set_width (line 26583) | def set_width(self, *args) -> Any: method set_x (line 26586) | def set_x(self, *args) -> Any: method set_y (line 26589) | def set_y(self, *args) -> Any: method style_get_selector_part (line 26592) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 26595) | def style_get_selector_state(self, *args) -> Any: method swap (line 26598) | def swap(self, *args) -> Any: method tree_walk (line 26601) | def tree_walk(self, *args) -> Any: method update_layout (line 26604) | def update_layout(self, *args) -> Any: method update_snap (line 26607) | def update_snap(self, *args) -> Any: class meter_indicator_t (line 26614) | class meter_indicator_t: class meter_indicator_type_data_arc_t (line 26618) | class meter_indicator_type_data_arc_t: class meter_indicator_type_data_needle_img_t (line 26622) | class meter_indicator_type_data_needle_img_t: class meter_indicator_type_data_needle_line_t (line 26626) | class meter_indicator_type_data_needle_line_t: class meter_indicator_type_data_scale_lines_t (line 26630) | class meter_indicator_type_data_scale_lines_t: class meter_indicator_type_data_t (line 26634) | class meter_indicator_type_data_t: class meter_scale_t (line 26638) | class meter_scale_t: class msgbox (line 26642) | class msgbox: method close (line 26645) | def close(self, *args) -> Any: class CLASS_EDITABLE (line 26648) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 26655) | class CLASS_GROUP_DEF: class DRAW_PART (line 26662) | class DRAW_PART: class FLAG (line 26669) | class FLAG: class TREE_WALK (line 26698) | class TREE_WALK: method add_event_cb (line 26705) | def add_event_cb(self, *args) -> Any: method add_flag (line 26708) | def add_flag(self, *args) -> Any: method add_state (line 26711) | def add_state(self, *args) -> Any: method add_style (line 26714) | def add_style(self, *args) -> Any: method align (line 26717) | def align(self, *args) -> Any: method align_to (line 26720) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 26723) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 26726) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 26729) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 26732) | def calculate_style_text_align(self, *args) -> Any: method center (line 26735) | def center(self, *args) -> Any: method check_type (line 26738) | def check_type(self, *args) -> Any: method class_create_obj (line 26741) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 26744) | def class_init_obj(self, *args) -> Any: method clean (line 26747) | def clean(self, *args) -> Any: method clear_flag (line 26750) | def clear_flag(self, *args) -> Any: method clear_state (line 26753) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 26756) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 26759) | def del_async(self, *args) -> Any: method del_delayed (line 26762) | def del_delayed(self, *args) -> Any: method delete (line 26765) | def delete(self, *args) -> Any: method dpx (line 26768) | def dpx(self, *args) -> Any: method draw_dsc_init (line 26771) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 26774) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 26777) | def enable_style_refresh(self, *args) -> Any: method event_base (line 26780) | def event_base(self, *args) -> Any: method fade_in (line 26783) | def fade_in(self, *args) -> Any: method fade_out (line 26786) | def fade_out(self, *args) -> Any: method get_active_btn (line 26789) | def get_active_btn(self, *args) -> Any: method get_active_btn_text (line 26792) | def get_active_btn_text(self, *args) -> Any: method get_btns (line 26795) | def get_btns(self, *args) -> Any: method get_child (line 26798) | def get_child(self, *args) -> Any: method get_child_cnt (line 26801) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 26804) | def get_child_id(self, *args) -> Any: method get_class (line 26807) | def get_class(self, *args) -> Any: method get_click_area (line 26810) | def get_click_area(self, *args) -> Any: method get_close_btn (line 26813) | def get_close_btn(self, *args) -> Any: method get_content_coords (line 26816) | def get_content_coords(self, *args) -> Any: method get_content_height (line 26819) | def get_content_height(self, *args) -> Any: method get_content_width (line 26822) | def get_content_width(self, *args) -> Any: method get_coords (line 26825) | def get_coords(self, *args) -> Any: method get_disp (line 26828) | def get_disp(self, *args) -> Any: method get_group (line 26831) | def get_group(self, *args) -> Any: method get_height (line 26834) | def get_height(self, *args) -> Any: method get_index (line 26837) | def get_index(self, *args) -> Any: method get_local_style_prop (line 26840) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 26843) | def get_parent(self, *args) -> Any: method get_screen (line 26846) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 26849) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 26852) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 26855) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 26858) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 26861) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 26864) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 26867) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 26870) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 26873) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 26876) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 26879) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 26882) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 26885) | def get_self_height(self, *args) -> Any: method get_self_width (line 26888) | def get_self_width(self, *args) -> Any: method get_state (line 26891) | def get_state(self, *args) -> Any: method get_style_align (line 26894) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 26897) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 26900) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 26903) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 26906) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 26909) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 26912) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 26915) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 26918) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 26921) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 26924) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 26927) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 26930) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 26933) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 26936) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 26939) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 26942) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 26945) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 26948) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 26951) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 26954) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 26957) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 26960) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 26963) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 26966) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 26969) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 26972) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 26975) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 26978) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 26981) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 26984) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 26987) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 26990) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 26993) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 26996) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 26999) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 27002) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 27005) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 27008) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 27011) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 27014) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 27017) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 27020) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 27023) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 27026) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 27029) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 27032) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 27035) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 27038) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 27041) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 27044) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 27047) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 27050) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 27053) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 27056) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 27059) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 27062) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 27065) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 27068) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 27071) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 27074) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 27077) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 27080) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 27083) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 27086) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 27089) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 27092) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 27095) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 27098) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 27101) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 27104) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 27107) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 27110) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 27113) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 27116) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 27119) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 27122) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 27125) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 27128) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 27131) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 27134) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 27137) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 27140) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 27143) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 27146) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 27149) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 27152) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 27155) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 27158) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 27161) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 27164) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 27167) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 27170) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 27173) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 27176) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 27179) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 27182) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 27185) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 27188) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 27191) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 27194) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 27197) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 27200) | def get_style_width(self, *args) -> Any: method get_style_x (line 27203) | def get_style_x(self, *args) -> Any: method get_style_y (line 27206) | def get_style_y(self, *args) -> Any: method get_text (line 27209) | def get_text(self, *args) -> Any: method get_title (line 27212) | def get_title(self, *args) -> Any: method get_user_data (line 27215) | def get_user_data(self, *args) -> Any: method get_width (line 27218) | def get_width(self, *args) -> Any: method get_x (line 27221) | def get_x(self, *args) -> Any: method get_x2 (line 27224) | def get_x2(self, *args) -> Any: method get_x_aligned (line 27227) | def get_x_aligned(self, *args) -> Any: method get_y (line 27230) | def get_y(self, *args) -> Any: method get_y2 (line 27233) | def get_y2(self, *args) -> Any: method get_y_aligned (line 27236) | def get_y_aligned(self, *args) -> Any: method has_class (line 27239) | def has_class(self, *args) -> Any: method has_flag (line 27242) | def has_flag(self, *args) -> Any: method has_flag_any (line 27245) | def has_flag_any(self, *args) -> Any: method has_state (line 27248) | def has_state(self, *args) -> Any: method hit_test (line 27251) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 27254) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 27257) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 27260) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 27263) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 27266) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 27269) | def invalidate(self, *args) -> Any: method invalidate_area (line 27272) | def invalidate_area(self, *args) -> Any: method is_editable (line 27275) | def is_editable(self, *args) -> Any: method is_group_def (line 27278) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 27281) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 27284) | def is_scrolling(self, *args) -> Any: method is_valid (line 27287) | def is_valid(self, *args) -> Any: method is_visible (line 27290) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 27293) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 27296) | def move_background(self, *args) -> Any: method move_children_by (line 27299) | def move_children_by(self, *args) -> Any: method move_foreground (line 27302) | def move_foreground(self, *args) -> Any: method move_to (line 27305) | def move_to(self, *args) -> Any: method move_to_index (line 27308) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 27311) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 27314) | def refr_pos(self, *args) -> Any: method refr_size (line 27317) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 27320) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 27323) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 27326) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 27329) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 27332) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 27335) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 27338) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 27341) | def remove_style(self, *args) -> Any: method remove_style_all (line 27344) | def remove_style_all(self, *args) -> Any: method report_style_change (line 27347) | def report_style_change(self, *args) -> Any: method scroll_by (line 27350) | def scroll_by(self, *args) -> Any: method scroll_to (line 27353) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 27356) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 27359) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 27362) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 27365) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 27368) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 27371) | def set_align(self, *args) -> Any: method set_content_height (line 27374) | def set_content_height(self, *args) -> Any: method set_content_width (line 27377) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 27380) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 27383) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 27386) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 27389) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 27392) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 27395) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 27398) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 27401) | def set_height(self, *args) -> Any: method set_layout (line 27404) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 27407) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 27410) | def set_parent(self, *args) -> Any: method set_pos (line 27413) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 27416) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 27419) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 27422) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 27425) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 27428) | def set_size(self, *args) -> Any: method set_style_align (line 27431) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 27434) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 27437) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 27440) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 27443) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 27446) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 27449) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 27452) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 27455) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 27458) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 27461) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 27464) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 27467) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 27470) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 27473) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 27476) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 27479) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 27482) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 27485) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 27488) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 27491) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 27494) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 27497) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 27500) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 27503) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 27506) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 27509) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 27512) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 27515) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 27518) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 27521) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 27524) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 27527) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 27530) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 27533) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 27536) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 27539) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 27542) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 27545) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 27548) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 27551) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 27554) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 27557) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 27560) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 27563) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 27566) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 27569) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 27572) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 27575) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 27578) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 27581) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 27584) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 27587) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 27590) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 27593) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 27596) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 27599) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 27602) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 27605) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 27608) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 27611) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 27614) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 27617) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 27620) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 27623) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 27626) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 27629) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 27632) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 27635) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 27638) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 27641) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 27644) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 27647) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 27650) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 27653) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 27656) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 27659) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 27662) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 27665) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 27668) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 27671) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 27674) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 27677) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 27680) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 27683) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 27686) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 27689) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 27692) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 27695) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 27698) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 27701) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 27704) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 27707) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 27710) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 27713) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 27716) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 27719) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 27722) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 27725) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 27728) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 27731) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 27734) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 27737) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 27740) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 27743) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 27746) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 27749) | def set_style_width(self, *args) -> Any: method set_style_x (line 27752) | def set_style_x(self, *args) -> Any: method set_style_y (line 27755) | def set_style_y(self, *args) -> Any: method set_tile (line 27758) | def set_tile(self, *args) -> Any: method set_tile_id (line 27761) | def set_tile_id(self, *args) -> Any: method set_user_data (line 27764) | def set_user_data(self, *args) -> Any: method set_width (line 27767) | def set_width(self, *args) -> Any: method set_x (line 27770) | def set_x(self, *args) -> Any: method set_y (line 27773) | def set_y(self, *args) -> Any: method style_get_selector_part (line 27776) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 27779) | def style_get_selector_state(self, *args) -> Any: method swap (line 27782) | def swap(self, *args) -> Any: method tree_walk (line 27785) | def tree_walk(self, *args) -> Any: method update_layout (line 27788) | def update_layout(self, *args) -> Any: method update_snap (line 27791) | def update_snap(self, *args) -> Any: class obj (line 27798) | class obj: class CLASS_EDITABLE (line 27801) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 27808) | class CLASS_GROUP_DEF: class DRAW_PART (line 27815) | class DRAW_PART: class FLAG (line 27822) | class FLAG: class TREE_WALK (line 27851) | class TREE_WALK: method add_event_cb (line 27858) | def add_event_cb(self, *args) -> Any: method add_flag (line 27861) | def add_flag(self, *args) -> Any: method add_state (line 27864) | def add_state(self, *args) -> Any: method add_style (line 27867) | def add_style(self, *args) -> Any: method align (line 27870) | def align(self, *args) -> Any: method align_to (line 27873) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 27876) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 27879) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 27882) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 27885) | def calculate_style_text_align(self, *args) -> Any: method center (line 27888) | def center(self, *args) -> Any: method check_type (line 27891) | def check_type(self, *args) -> Any: method class_create_obj (line 27894) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 27897) | def class_init_obj(self, *args) -> Any: method clean (line 27900) | def clean(self, *args) -> Any: method clear_flag (line 27903) | def clear_flag(self, *args) -> Any: method clear_state (line 27906) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 27909) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 27912) | def del_async(self, *args) -> Any: method del_delayed (line 27915) | def del_delayed(self, *args) -> Any: method delete (line 27918) | def delete(self, *args) -> Any: method dpx (line 27921) | def dpx(self, *args) -> Any: method draw_dsc_init (line 27924) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 27927) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 27930) | def enable_style_refresh(self, *args) -> Any: method event_base (line 27933) | def event_base(self, *args) -> Any: method fade_in (line 27936) | def fade_in(self, *args) -> Any: method fade_out (line 27939) | def fade_out(self, *args) -> Any: method get_child (line 27942) | def get_child(self, *args) -> Any: method get_child_cnt (line 27945) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 27948) | def get_child_id(self, *args) -> Any: method get_class (line 27951) | def get_class(self, *args) -> Any: method get_click_area (line 27954) | def get_click_area(self, *args) -> Any: method get_content_coords (line 27957) | def get_content_coords(self, *args) -> Any: method get_content_height (line 27960) | def get_content_height(self, *args) -> Any: method get_content_width (line 27963) | def get_content_width(self, *args) -> Any: method get_coords (line 27966) | def get_coords(self, *args) -> Any: method get_disp (line 27969) | def get_disp(self, *args) -> Any: method get_group (line 27972) | def get_group(self, *args) -> Any: method get_height (line 27975) | def get_height(self, *args) -> Any: method get_index (line 27978) | def get_index(self, *args) -> Any: method get_local_style_prop (line 27981) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 27984) | def get_parent(self, *args) -> Any: method get_screen (line 27987) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 27990) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 27993) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 27996) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 27999) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 28002) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 28005) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 28008) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 28011) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 28014) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 28017) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 28020) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 28023) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 28026) | def get_self_height(self, *args) -> Any: method get_self_width (line 28029) | def get_self_width(self, *args) -> Any: method get_state (line 28032) | def get_state(self, *args) -> Any: method get_style_align (line 28035) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 28038) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 28041) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 28044) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 28047) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 28050) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 28053) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 28056) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 28059) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 28062) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 28065) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 28068) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 28071) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 28074) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 28077) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 28080) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 28083) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 28086) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 28089) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 28092) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 28095) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 28098) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 28101) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 28104) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 28107) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 28110) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 28113) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 28116) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 28119) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 28122) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 28125) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 28128) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 28131) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 28134) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 28137) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 28140) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 28143) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 28146) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 28149) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 28152) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 28155) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 28158) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 28161) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 28164) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 28167) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 28170) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 28173) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 28176) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 28179) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 28182) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 28185) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 28188) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 28191) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 28194) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 28197) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 28200) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 28203) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 28206) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 28209) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 28212) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 28215) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 28218) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 28221) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 28224) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 28227) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 28230) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 28233) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 28236) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 28239) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 28242) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 28245) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 28248) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 28251) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 28254) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 28257) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 28260) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 28263) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 28266) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 28269) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 28272) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 28275) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 28278) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 28281) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 28284) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 28287) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 28290) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 28293) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 28296) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 28299) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 28302) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 28305) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 28308) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 28311) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 28314) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 28317) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 28320) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 28323) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 28326) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 28329) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 28332) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 28335) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 28338) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 28341) | def get_style_width(self, *args) -> Any: method get_style_x (line 28344) | def get_style_x(self, *args) -> Any: method get_style_y (line 28347) | def get_style_y(self, *args) -> Any: method get_user_data (line 28350) | def get_user_data(self, *args) -> Any: method get_width (line 28353) | def get_width(self, *args) -> Any: method get_x (line 28356) | def get_x(self, *args) -> Any: method get_x2 (line 28359) | def get_x2(self, *args) -> Any: method get_x_aligned (line 28362) | def get_x_aligned(self, *args) -> Any: method get_y (line 28365) | def get_y(self, *args) -> Any: method get_y2 (line 28368) | def get_y2(self, *args) -> Any: method get_y_aligned (line 28371) | def get_y_aligned(self, *args) -> Any: method has_class (line 28374) | def has_class(self, *args) -> Any: method has_flag (line 28377) | def has_flag(self, *args) -> Any: method has_flag_any (line 28380) | def has_flag_any(self, *args) -> Any: method has_state (line 28383) | def has_state(self, *args) -> Any: method hit_test (line 28386) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 28389) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 28392) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 28395) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 28398) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 28401) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 28404) | def invalidate(self, *args) -> Any: method invalidate_area (line 28407) | def invalidate_area(self, *args) -> Any: method is_editable (line 28410) | def is_editable(self, *args) -> Any: method is_group_def (line 28413) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 28416) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 28419) | def is_scrolling(self, *args) -> Any: method is_valid (line 28422) | def is_valid(self, *args) -> Any: method is_visible (line 28425) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 28428) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 28431) | def move_background(self, *args) -> Any: method move_children_by (line 28434) | def move_children_by(self, *args) -> Any: method move_foreground (line 28437) | def move_foreground(self, *args) -> Any: method move_to (line 28440) | def move_to(self, *args) -> Any: method move_to_index (line 28443) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 28446) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 28449) | def refr_pos(self, *args) -> Any: method refr_size (line 28452) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 28455) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 28458) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 28461) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 28464) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 28467) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 28470) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 28473) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 28476) | def remove_style(self, *args) -> Any: method remove_style_all (line 28479) | def remove_style_all(self, *args) -> Any: method report_style_change (line 28482) | def report_style_change(self, *args) -> Any: method scroll_by (line 28485) | def scroll_by(self, *args) -> Any: method scroll_to (line 28488) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 28491) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 28494) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 28497) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 28500) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 28503) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 28506) | def set_align(self, *args) -> Any: method set_content_height (line 28509) | def set_content_height(self, *args) -> Any: method set_content_width (line 28512) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 28515) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 28518) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 28521) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 28524) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 28527) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 28530) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 28533) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 28536) | def set_height(self, *args) -> Any: method set_layout (line 28539) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 28542) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 28545) | def set_parent(self, *args) -> Any: method set_pos (line 28548) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 28551) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 28554) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 28557) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 28560) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 28563) | def set_size(self, *args) -> Any: method set_style_align (line 28566) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 28569) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 28572) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 28575) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 28578) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 28581) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 28584) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 28587) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 28590) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 28593) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 28596) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 28599) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 28602) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 28605) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 28608) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 28611) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 28614) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 28617) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 28620) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 28623) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 28626) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 28629) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 28632) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 28635) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 28638) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 28641) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 28644) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 28647) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 28650) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 28653) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 28656) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 28659) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 28662) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 28665) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 28668) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 28671) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 28674) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 28677) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 28680) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 28683) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 28686) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 28689) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 28692) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 28695) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 28698) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 28701) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 28704) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 28707) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 28710) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 28713) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 28716) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 28719) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 28722) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 28725) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 28728) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 28731) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 28734) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 28737) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 28740) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 28743) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 28746) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 28749) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 28752) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 28755) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 28758) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 28761) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 28764) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 28767) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 28770) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 28773) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 28776) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 28779) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 28782) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 28785) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 28788) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 28791) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 28794) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 28797) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 28800) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 28803) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 28806) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 28809) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 28812) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 28815) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 28818) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 28821) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 28824) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 28827) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 28830) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 28833) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 28836) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 28839) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 28842) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 28845) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 28848) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 28851) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 28854) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 28857) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 28860) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 28863) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 28866) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 28869) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 28872) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 28875) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 28878) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 28881) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 28884) | def set_style_width(self, *args) -> Any: method set_style_x (line 28887) | def set_style_x(self, *args) -> Any: method set_style_y (line 28890) | def set_style_y(self, *args) -> Any: method set_tile (line 28893) | def set_tile(self, *args) -> Any: method set_tile_id (line 28896) | def set_tile_id(self, *args) -> Any: method set_user_data (line 28899) | def set_user_data(self, *args) -> Any: method set_width (line 28902) | def set_width(self, *args) -> Any: method set_x (line 28905) | def set_x(self, *args) -> Any: method set_y (line 28908) | def set_y(self, *args) -> Any: method style_get_selector_part (line 28911) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 28914) | def style_get_selector_state(self, *args) -> Any: method swap (line 28917) | def swap(self, *args) -> Any: method tree_walk (line 28920) | def tree_walk(self, *args) -> Any: method update_layout (line 28923) | def update_layout(self, *args) -> Any: method update_snap (line 28926) | def update_snap(self, *args) -> Any: class obj_class_t (line 28933) | class obj_class_t: method create_obj (line 28936) | def create_obj(self, *args) -> Any: method event_base (line 28939) | def event_base(self, *args) -> Any: class obj_draw_part_dsc_t (line 28943) | class obj_draw_part_dsc_t: method check_type (line 28946) | def check_type(self, *args) -> Any: method dsc_init (line 28949) | def dsc_init(self, *args) -> Any: function palette_darken (line 28953) | def palette_darken(*args) -> Any: function palette_lighten (line 28957) | def palette_lighten(*args) -> Any: function palette_main (line 28961) | def palette_main(*args) -> Any: function pct (line 28965) | def pct(*args) -> Any: class point_t (line 28969) | class point_t: function rand (line 28973) | def rand(*args) -> Any: function refr_now (line 28977) | def refr_now(*args) -> Any: class roller (line 28981) | class roller: class CLASS_EDITABLE (line 28984) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 28991) | class CLASS_GROUP_DEF: class DRAW_PART (line 28998) | class DRAW_PART: class FLAG (line 29005) | class FLAG: class MODE (line 29034) | class MODE: class TREE_WALK (line 29040) | class TREE_WALK: method add_event_cb (line 29047) | def add_event_cb(self, *args) -> Any: method add_flag (line 29050) | def add_flag(self, *args) -> Any: method add_state (line 29053) | def add_state(self, *args) -> Any: method add_style (line 29056) | def add_style(self, *args) -> Any: method align (line 29059) | def align(self, *args) -> Any: method align_to (line 29062) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 29065) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 29068) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 29071) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 29074) | def calculate_style_text_align(self, *args) -> Any: method center (line 29077) | def center(self, *args) -> Any: method check_type (line 29080) | def check_type(self, *args) -> Any: method class_create_obj (line 29083) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 29086) | def class_init_obj(self, *args) -> Any: method clean (line 29089) | def clean(self, *args) -> Any: method clear_flag (line 29092) | def clear_flag(self, *args) -> Any: method clear_state (line 29095) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 29098) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 29101) | def del_async(self, *args) -> Any: method del_delayed (line 29104) | def del_delayed(self, *args) -> Any: method delete (line 29107) | def delete(self, *args) -> Any: method dpx (line 29110) | def dpx(self, *args) -> Any: method draw_dsc_init (line 29113) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 29116) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 29119) | def enable_style_refresh(self, *args) -> Any: method event_base (line 29122) | def event_base(self, *args) -> Any: method fade_in (line 29125) | def fade_in(self, *args) -> Any: method fade_out (line 29128) | def fade_out(self, *args) -> Any: method get_child (line 29131) | def get_child(self, *args) -> Any: method get_child_cnt (line 29134) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 29137) | def get_child_id(self, *args) -> Any: method get_class (line 29140) | def get_class(self, *args) -> Any: method get_click_area (line 29143) | def get_click_area(self, *args) -> Any: method get_content_coords (line 29146) | def get_content_coords(self, *args) -> Any: method get_content_height (line 29149) | def get_content_height(self, *args) -> Any: method get_content_width (line 29152) | def get_content_width(self, *args) -> Any: method get_coords (line 29155) | def get_coords(self, *args) -> Any: method get_disp (line 29158) | def get_disp(self, *args) -> Any: method get_group (line 29161) | def get_group(self, *args) -> Any: method get_height (line 29164) | def get_height(self, *args) -> Any: method get_index (line 29167) | def get_index(self, *args) -> Any: method get_local_style_prop (line 29170) | def get_local_style_prop(self, *args) -> Any: method get_option_cnt (line 29173) | def get_option_cnt(self, *args) -> Any: method get_options (line 29176) | def get_options(self, *args) -> Any: method get_parent (line 29179) | def get_parent(self, *args) -> Any: method get_screen (line 29182) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 29185) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 29188) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 29191) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 29194) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 29197) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 29200) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 29203) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 29206) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 29209) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 29212) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 29215) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 29218) | def get_scrollbar_mode(self, *args) -> Any: method get_selected (line 29221) | def get_selected(self, *args) -> Any: method get_selected_str (line 29224) | def get_selected_str(self, *args) -> Any: method get_self_height (line 29227) | def get_self_height(self, *args) -> Any: method get_self_width (line 29230) | def get_self_width(self, *args) -> Any: method get_state (line 29233) | def get_state(self, *args) -> Any: method get_style_align (line 29236) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 29239) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 29242) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 29245) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 29248) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 29251) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 29254) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 29257) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 29260) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 29263) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 29266) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 29269) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 29272) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 29275) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 29278) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 29281) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 29284) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 29287) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 29290) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 29293) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 29296) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 29299) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 29302) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 29305) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 29308) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 29311) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 29314) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 29317) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 29320) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 29323) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 29326) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 29329) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 29332) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 29335) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 29338) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 29341) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 29344) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 29347) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 29350) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 29353) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 29356) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 29359) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 29362) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 29365) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 29368) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 29371) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 29374) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 29377) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 29380) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 29383) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 29386) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 29389) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 29392) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 29395) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 29398) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 29401) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 29404) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 29407) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 29410) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 29413) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 29416) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 29419) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 29422) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 29425) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 29428) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 29431) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 29434) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 29437) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 29440) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 29443) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 29446) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 29449) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 29452) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 29455) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 29458) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 29461) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 29464) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 29467) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 29470) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 29473) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 29476) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 29479) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 29482) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 29485) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 29488) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 29491) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 29494) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 29497) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 29500) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 29503) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 29506) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 29509) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 29512) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 29515) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 29518) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 29521) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 29524) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 29527) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 29530) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 29533) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 29536) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 29539) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 29542) | def get_style_width(self, *args) -> Any: method get_style_x (line 29545) | def get_style_x(self, *args) -> Any: method get_style_y (line 29548) | def get_style_y(self, *args) -> Any: method get_user_data (line 29551) | def get_user_data(self, *args) -> Any: method get_width (line 29554) | def get_width(self, *args) -> Any: method get_x (line 29557) | def get_x(self, *args) -> Any: method get_x2 (line 29560) | def get_x2(self, *args) -> Any: method get_x_aligned (line 29563) | def get_x_aligned(self, *args) -> Any: method get_y (line 29566) | def get_y(self, *args) -> Any: method get_y2 (line 29569) | def get_y2(self, *args) -> Any: method get_y_aligned (line 29572) | def get_y_aligned(self, *args) -> Any: method has_class (line 29575) | def has_class(self, *args) -> Any: method has_flag (line 29578) | def has_flag(self, *args) -> Any: method has_flag_any (line 29581) | def has_flag_any(self, *args) -> Any: method has_state (line 29584) | def has_state(self, *args) -> Any: method hit_test (line 29587) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 29590) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 29593) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 29596) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 29599) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 29602) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 29605) | def invalidate(self, *args) -> Any: method invalidate_area (line 29608) | def invalidate_area(self, *args) -> Any: method is_editable (line 29611) | def is_editable(self, *args) -> Any: method is_group_def (line 29614) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 29617) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 29620) | def is_scrolling(self, *args) -> Any: method is_valid (line 29623) | def is_valid(self, *args) -> Any: method is_visible (line 29626) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 29629) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 29632) | def move_background(self, *args) -> Any: method move_children_by (line 29635) | def move_children_by(self, *args) -> Any: method move_foreground (line 29638) | def move_foreground(self, *args) -> Any: method move_to (line 29641) | def move_to(self, *args) -> Any: method move_to_index (line 29644) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 29647) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 29650) | def refr_pos(self, *args) -> Any: method refr_size (line 29653) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 29656) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 29659) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 29662) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 29665) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 29668) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 29671) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 29674) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 29677) | def remove_style(self, *args) -> Any: method remove_style_all (line 29680) | def remove_style_all(self, *args) -> Any: method report_style_change (line 29683) | def report_style_change(self, *args) -> Any: method scroll_by (line 29686) | def scroll_by(self, *args) -> Any: method scroll_to (line 29689) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 29692) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 29695) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 29698) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 29701) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 29704) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 29707) | def set_align(self, *args) -> Any: method set_content_height (line 29710) | def set_content_height(self, *args) -> Any: method set_content_width (line 29713) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 29716) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 29719) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 29722) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 29725) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 29728) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 29731) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 29734) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 29737) | def set_height(self, *args) -> Any: method set_layout (line 29740) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 29743) | def set_local_style_prop(self, *args) -> Any: method set_options (line 29746) | def set_options(self, *args) -> Any: method set_parent (line 29749) | def set_parent(self, *args) -> Any: method set_pos (line 29752) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 29755) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 29758) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 29761) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 29764) | def set_scrollbar_mode(self, *args) -> Any: method set_selected (line 29767) | def set_selected(self, *args) -> Any: method set_size (line 29770) | def set_size(self, *args) -> Any: method set_style_align (line 29773) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 29776) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 29779) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 29782) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 29785) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 29788) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 29791) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 29794) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 29797) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 29800) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 29803) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 29806) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 29809) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 29812) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 29815) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 29818) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 29821) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 29824) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 29827) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 29830) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 29833) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 29836) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 29839) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 29842) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 29845) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 29848) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 29851) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 29854) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 29857) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 29860) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 29863) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 29866) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 29869) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 29872) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 29875) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 29878) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 29881) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 29884) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 29887) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 29890) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 29893) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 29896) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 29899) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 29902) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 29905) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 29908) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 29911) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 29914) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 29917) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 29920) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 29923) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 29926) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 29929) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 29932) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 29935) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 29938) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 29941) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 29944) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 29947) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 29950) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 29953) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 29956) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 29959) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 29962) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 29965) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 29968) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 29971) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 29974) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 29977) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 29980) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 29983) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 29986) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 29989) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 29992) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 29995) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 29998) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 30001) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 30004) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 30007) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 30010) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 30013) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 30016) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 30019) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 30022) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 30025) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 30028) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 30031) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 30034) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 30037) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 30040) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 30043) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 30046) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 30049) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 30052) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 30055) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 30058) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 30061) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 30064) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 30067) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 30070) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 30073) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 30076) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 30079) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 30082) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 30085) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 30088) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 30091) | def set_style_width(self, *args) -> Any: method set_style_x (line 30094) | def set_style_x(self, *args) -> Any: method set_style_y (line 30097) | def set_style_y(self, *args) -> Any: method set_tile (line 30100) | def set_tile(self, *args) -> Any: method set_tile_id (line 30103) | def set_tile_id(self, *args) -> Any: method set_user_data (line 30106) | def set_user_data(self, *args) -> Any: method set_visible_row_count (line 30109) | def set_visible_row_count(self, *args) -> Any: method set_width (line 30112) | def set_width(self, *args) -> Any: method set_x (line 30115) | def set_x(self, *args) -> Any: method set_y (line 30118) | def set_y(self, *args) -> Any: method style_get_selector_part (line 30121) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 30124) | def style_get_selector_state(self, *args) -> Any: method swap (line 30127) | def swap(self, *args) -> Any: method tree_walk (line 30130) | def tree_walk(self, *args) -> Any: method update_layout (line 30133) | def update_layout(self, *args) -> Any: method update_snap (line 30136) | def update_snap(self, *args) -> Any: function scr_act (line 30143) | def scr_act(*args) -> Any: function scr_load (line 30147) | def scr_load(*args) -> Any: function scr_load_anim (line 30151) | def scr_load_anim(*args) -> Any: class slider (line 30155) | class slider: class CLASS_EDITABLE (line 30158) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 30165) | class CLASS_GROUP_DEF: class DRAW_PART (line 30172) | class DRAW_PART: class FLAG (line 30178) | class FLAG: class MODE (line 30207) | class MODE: class TREE_WALK (line 30214) | class TREE_WALK: method add_event_cb (line 30221) | def add_event_cb(self, *args) -> Any: method add_flag (line 30224) | def add_flag(self, *args) -> Any: method add_state (line 30227) | def add_state(self, *args) -> Any: method add_style (line 30230) | def add_style(self, *args) -> Any: method align (line 30233) | def align(self, *args) -> Any: method align_to (line 30236) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 30239) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 30242) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 30245) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 30248) | def calculate_style_text_align(self, *args) -> Any: method center (line 30251) | def center(self, *args) -> Any: method check_type (line 30254) | def check_type(self, *args) -> Any: method class_create_obj (line 30257) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 30260) | def class_init_obj(self, *args) -> Any: method clean (line 30263) | def clean(self, *args) -> Any: method clear_flag (line 30266) | def clear_flag(self, *args) -> Any: method clear_state (line 30269) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 30272) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 30275) | def del_async(self, *args) -> Any: method del_delayed (line 30278) | def del_delayed(self, *args) -> Any: method delete (line 30281) | def delete(self, *args) -> Any: method dpx (line 30284) | def dpx(self, *args) -> Any: method draw_dsc_init (line 30287) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 30290) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 30293) | def enable_style_refresh(self, *args) -> Any: method event_base (line 30296) | def event_base(self, *args) -> Any: method fade_in (line 30299) | def fade_in(self, *args) -> Any: method fade_out (line 30302) | def fade_out(self, *args) -> Any: method get_child (line 30305) | def get_child(self, *args) -> Any: method get_child_cnt (line 30308) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 30311) | def get_child_id(self, *args) -> Any: method get_class (line 30314) | def get_class(self, *args) -> Any: method get_click_area (line 30317) | def get_click_area(self, *args) -> Any: method get_content_coords (line 30320) | def get_content_coords(self, *args) -> Any: method get_content_height (line 30323) | def get_content_height(self, *args) -> Any: method get_content_width (line 30326) | def get_content_width(self, *args) -> Any: method get_coords (line 30329) | def get_coords(self, *args) -> Any: method get_disp (line 30332) | def get_disp(self, *args) -> Any: method get_group (line 30335) | def get_group(self, *args) -> Any: method get_height (line 30338) | def get_height(self, *args) -> Any: method get_index (line 30341) | def get_index(self, *args) -> Any: method get_left_value (line 30344) | def get_left_value(self, *args) -> Any: method get_local_style_prop (line 30347) | def get_local_style_prop(self, *args) -> Any: method get_max_value (line 30350) | def get_max_value(self, *args) -> Any: method get_min_value (line 30353) | def get_min_value(self, *args) -> Any: method get_mode (line 30356) | def get_mode(self, *args) -> Any: method get_parent (line 30359) | def get_parent(self, *args) -> Any: method get_screen (line 30362) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 30365) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 30368) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 30371) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 30374) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 30377) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 30380) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 30383) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 30386) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 30389) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 30392) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 30395) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 30398) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 30401) | def get_self_height(self, *args) -> Any: method get_self_width (line 30404) | def get_self_width(self, *args) -> Any: method get_state (line 30407) | def get_state(self, *args) -> Any: method get_style_align (line 30410) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 30413) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 30416) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 30419) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 30422) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 30425) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 30428) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 30431) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 30434) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 30437) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 30440) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 30443) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 30446) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 30449) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 30452) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 30455) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 30458) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 30461) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 30464) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 30467) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 30470) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 30473) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 30476) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 30479) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 30482) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 30485) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 30488) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 30491) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 30494) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 30497) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 30500) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 30503) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 30506) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 30509) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 30512) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 30515) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 30518) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 30521) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 30524) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 30527) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 30530) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 30533) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 30536) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 30539) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 30542) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 30545) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 30548) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 30551) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 30554) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 30557) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 30560) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 30563) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 30566) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 30569) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 30572) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 30575) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 30578) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 30581) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 30584) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 30587) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 30590) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 30593) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 30596) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 30599) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 30602) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 30605) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 30608) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 30611) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 30614) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 30617) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 30620) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 30623) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 30626) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 30629) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 30632) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 30635) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 30638) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 30641) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 30644) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 30647) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 30650) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 30653) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 30656) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 30659) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 30662) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 30665) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 30668) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 30671) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 30674) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 30677) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 30680) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 30683) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 30686) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 30689) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 30692) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 30695) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 30698) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 30701) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 30704) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 30707) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 30710) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 30713) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 30716) | def get_style_width(self, *args) -> Any: method get_style_x (line 30719) | def get_style_x(self, *args) -> Any: method get_style_y (line 30722) | def get_style_y(self, *args) -> Any: method get_user_data (line 30725) | def get_user_data(self, *args) -> Any: method get_value (line 30728) | def get_value(self, *args) -> Any: method get_width (line 30731) | def get_width(self, *args) -> Any: method get_x (line 30734) | def get_x(self, *args) -> Any: method get_x2 (line 30737) | def get_x2(self, *args) -> Any: method get_x_aligned (line 30740) | def get_x_aligned(self, *args) -> Any: method get_y (line 30743) | def get_y(self, *args) -> Any: method get_y2 (line 30746) | def get_y2(self, *args) -> Any: method get_y_aligned (line 30749) | def get_y_aligned(self, *args) -> Any: method has_class (line 30752) | def has_class(self, *args) -> Any: method has_flag (line 30755) | def has_flag(self, *args) -> Any: method has_flag_any (line 30758) | def has_flag_any(self, *args) -> Any: method has_state (line 30761) | def has_state(self, *args) -> Any: method hit_test (line 30764) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 30767) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 30770) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 30773) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 30776) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 30779) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 30782) | def invalidate(self, *args) -> Any: method invalidate_area (line 30785) | def invalidate_area(self, *args) -> Any: method is_dragged (line 30788) | def is_dragged(self, *args) -> Any: method is_editable (line 30791) | def is_editable(self, *args) -> Any: method is_group_def (line 30794) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 30797) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 30800) | def is_scrolling(self, *args) -> Any: method is_valid (line 30803) | def is_valid(self, *args) -> Any: method is_visible (line 30806) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 30809) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 30812) | def move_background(self, *args) -> Any: method move_children_by (line 30815) | def move_children_by(self, *args) -> Any: method move_foreground (line 30818) | def move_foreground(self, *args) -> Any: method move_to (line 30821) | def move_to(self, *args) -> Any: method move_to_index (line 30824) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 30827) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 30830) | def refr_pos(self, *args) -> Any: method refr_size (line 30833) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 30836) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 30839) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 30842) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 30845) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 30848) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 30851) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 30854) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 30857) | def remove_style(self, *args) -> Any: method remove_style_all (line 30860) | def remove_style_all(self, *args) -> Any: method report_style_change (line 30863) | def report_style_change(self, *args) -> Any: method scroll_by (line 30866) | def scroll_by(self, *args) -> Any: method scroll_to (line 30869) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 30872) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 30875) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 30878) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 30881) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 30884) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 30887) | def set_align(self, *args) -> Any: method set_content_height (line 30890) | def set_content_height(self, *args) -> Any: method set_content_width (line 30893) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 30896) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 30899) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 30902) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 30905) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 30908) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 30911) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 30914) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 30917) | def set_height(self, *args) -> Any: method set_layout (line 30920) | def set_layout(self, *args) -> Any: method set_left_value (line 30923) | def set_left_value(self, *args) -> Any: method set_local_style_prop (line 30926) | def set_local_style_prop(self, *args) -> Any: method set_mode (line 30929) | def set_mode(self, *args) -> Any: method set_parent (line 30932) | def set_parent(self, *args) -> Any: method set_pos (line 30935) | def set_pos(self, *args) -> Any: method set_range (line 30938) | def set_range(self, *args) -> Any: method set_scroll_dir (line 30941) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 30944) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 30947) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 30950) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 30953) | def set_size(self, *args) -> Any: method set_style_align (line 30956) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 30959) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 30962) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 30965) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 30968) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 30971) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 30974) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 30977) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 30980) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 30983) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 30986) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 30989) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 30992) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 30995) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 30998) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 31001) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 31004) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 31007) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 31010) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 31013) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 31016) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 31019) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 31022) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 31025) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 31028) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 31031) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 31034) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 31037) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 31040) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 31043) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 31046) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 31049) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 31052) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 31055) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 31058) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 31061) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 31064) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 31067) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 31070) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 31073) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 31076) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 31079) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 31082) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 31085) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 31088) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 31091) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 31094) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 31097) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 31100) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 31103) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 31106) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 31109) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 31112) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 31115) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 31118) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 31121) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 31124) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 31127) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 31130) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 31133) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 31136) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 31139) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 31142) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 31145) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 31148) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 31151) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 31154) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 31157) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 31160) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 31163) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 31166) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 31169) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 31172) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 31175) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 31178) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 31181) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 31184) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 31187) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 31190) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 31193) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 31196) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 31199) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 31202) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 31205) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 31208) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 31211) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 31214) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 31217) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 31220) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 31223) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 31226) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 31229) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 31232) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 31235) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 31238) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 31241) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 31244) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 31247) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 31250) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 31253) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 31256) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 31259) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 31262) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 31265) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 31268) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 31271) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 31274) | def set_style_width(self, *args) -> Any: method set_style_x (line 31277) | def set_style_x(self, *args) -> Any: method set_style_y (line 31280) | def set_style_y(self, *args) -> Any: method set_tile (line 31283) | def set_tile(self, *args) -> Any: method set_tile_id (line 31286) | def set_tile_id(self, *args) -> Any: method set_user_data (line 31289) | def set_user_data(self, *args) -> Any: method set_value (line 31292) | def set_value(self, *args) -> Any: method set_width (line 31295) | def set_width(self, *args) -> Any: method set_x (line 31298) | def set_x(self, *args) -> Any: method set_y (line 31301) | def set_y(self, *args) -> Any: method style_get_selector_part (line 31304) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 31307) | def style_get_selector_state(self, *args) -> Any: method swap (line 31310) | def swap(self, *args) -> Any: method tree_walk (line 31313) | def tree_walk(self, *args) -> Any: method update_layout (line 31316) | def update_layout(self, *args) -> Any: method update_snap (line 31319) | def update_snap(self, *args) -> Any: function snapshot_buf_size_needed (line 31326) | def snapshot_buf_size_needed(*args) -> Any: function snapshot_free (line 31330) | def snapshot_free(*args) -> Any: function snapshot_take (line 31334) | def snapshot_take(*args) -> Any: function snapshot_take_to_buf (line 31338) | def snapshot_take_to_buf(*args) -> Any: class span_t (line 31342) | class span_t: method set_text (line 31345) | def set_text(self, *args) -> Any: method set_text_static (line 31348) | def set_text_static(self, *args) -> Any: class spangroup (line 31352) | class spangroup: class CLASS_EDITABLE (line 31355) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 31362) | class CLASS_GROUP_DEF: class DRAW_PART (line 31369) | class DRAW_PART: class FLAG (line 31376) | class FLAG: class TREE_WALK (line 31405) | class TREE_WALK: method add_event_cb (line 31412) | def add_event_cb(self, *args) -> Any: method add_flag (line 31415) | def add_flag(self, *args) -> Any: method add_state (line 31418) | def add_state(self, *args) -> Any: method add_style (line 31421) | def add_style(self, *args) -> Any: method align (line 31424) | def align(self, *args) -> Any: method align_to (line 31427) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 31430) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 31433) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 31436) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 31439) | def calculate_style_text_align(self, *args) -> Any: method center (line 31442) | def center(self, *args) -> Any: method check_type (line 31445) | def check_type(self, *args) -> Any: method class_create_obj (line 31448) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 31451) | def class_init_obj(self, *args) -> Any: method clean (line 31454) | def clean(self, *args) -> Any: method clear_flag (line 31457) | def clear_flag(self, *args) -> Any: method clear_state (line 31460) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 31463) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 31466) | def del_async(self, *args) -> Any: method del_delayed (line 31469) | def del_delayed(self, *args) -> Any: method del_span (line 31472) | def del_span(self, *args) -> Any: method delete (line 31475) | def delete(self, *args) -> Any: method dpx (line 31478) | def dpx(self, *args) -> Any: method draw_dsc_init (line 31481) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 31484) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 31487) | def enable_style_refresh(self, *args) -> Any: method event_base (line 31490) | def event_base(self, *args) -> Any: method fade_in (line 31493) | def fade_in(self, *args) -> Any: method fade_out (line 31496) | def fade_out(self, *args) -> Any: method get_align (line 31499) | def get_align(self, *args) -> Any: method get_child (line 31502) | def get_child(self, *args) -> Any: method get_child_cnt (line 31505) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 31508) | def get_child_id(self, *args) -> Any: method get_class (line 31511) | def get_class(self, *args) -> Any: method get_click_area (line 31514) | def get_click_area(self, *args) -> Any: method get_content_coords (line 31517) | def get_content_coords(self, *args) -> Any: method get_content_height (line 31520) | def get_content_height(self, *args) -> Any: method get_content_width (line 31523) | def get_content_width(self, *args) -> Any: method get_coords (line 31526) | def get_coords(self, *args) -> Any: method get_disp (line 31529) | def get_disp(self, *args) -> Any: method get_expand_height (line 31532) | def get_expand_height(self, *args) -> Any: method get_expand_width (line 31535) | def get_expand_width(self, *args) -> Any: method get_group (line 31538) | def get_group(self, *args) -> Any: method get_height (line 31541) | def get_height(self, *args) -> Any: method get_indent (line 31544) | def get_indent(self, *args) -> Any: method get_index (line 31547) | def get_index(self, *args) -> Any: method get_local_style_prop (line 31550) | def get_local_style_prop(self, *args) -> Any: method get_max_line_h (line 31553) | def get_max_line_h(self, *args) -> Any: method get_mode (line 31556) | def get_mode(self, *args) -> Any: method get_overflow (line 31559) | def get_overflow(self, *args) -> Any: method get_parent (line 31562) | def get_parent(self, *args) -> Any: method get_screen (line 31565) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 31568) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 31571) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 31574) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 31577) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 31580) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 31583) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 31586) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 31589) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 31592) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 31595) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 31598) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 31601) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 31604) | def get_self_height(self, *args) -> Any: method get_self_width (line 31607) | def get_self_width(self, *args) -> Any: method get_state (line 31610) | def get_state(self, *args) -> Any: method get_style_align (line 31613) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 31616) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 31619) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 31622) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 31625) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 31628) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 31631) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 31634) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 31637) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 31640) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 31643) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 31646) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 31649) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 31652) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 31655) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 31658) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 31661) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 31664) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 31667) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 31670) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 31673) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 31676) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 31679) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 31682) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 31685) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 31688) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 31691) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 31694) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 31697) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 31700) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 31703) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 31706) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 31709) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 31712) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 31715) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 31718) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 31721) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 31724) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 31727) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 31730) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 31733) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 31736) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 31739) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 31742) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 31745) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 31748) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 31751) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 31754) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 31757) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 31760) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 31763) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 31766) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 31769) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 31772) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 31775) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 31778) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 31781) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 31784) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 31787) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 31790) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 31793) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 31796) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 31799) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 31802) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 31805) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 31808) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 31811) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 31814) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 31817) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 31820) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 31823) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 31826) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 31829) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 31832) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 31835) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 31838) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 31841) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 31844) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 31847) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 31850) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 31853) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 31856) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 31859) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 31862) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 31865) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 31868) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 31871) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 31874) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 31877) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 31880) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 31883) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 31886) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 31889) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 31892) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 31895) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 31898) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 31901) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 31904) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 31907) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 31910) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 31913) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 31916) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 31919) | def get_style_width(self, *args) -> Any: method get_style_x (line 31922) | def get_style_x(self, *args) -> Any: method get_style_y (line 31925) | def get_style_y(self, *args) -> Any: method get_user_data (line 31928) | def get_user_data(self, *args) -> Any: method get_width (line 31931) | def get_width(self, *args) -> Any: method get_x (line 31934) | def get_x(self, *args) -> Any: method get_x2 (line 31937) | def get_x2(self, *args) -> Any: method get_x_aligned (line 31940) | def get_x_aligned(self, *args) -> Any: method get_y (line 31943) | def get_y(self, *args) -> Any: method get_y2 (line 31946) | def get_y2(self, *args) -> Any: method get_y_aligned (line 31949) | def get_y_aligned(self, *args) -> Any: method has_class (line 31952) | def has_class(self, *args) -> Any: method has_flag (line 31955) | def has_flag(self, *args) -> Any: method has_flag_any (line 31958) | def has_flag_any(self, *args) -> Any: method has_state (line 31961) | def has_state(self, *args) -> Any: method hit_test (line 31964) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 31967) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 31970) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 31973) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 31976) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 31979) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 31982) | def invalidate(self, *args) -> Any: method invalidate_area (line 31985) | def invalidate_area(self, *args) -> Any: method is_editable (line 31988) | def is_editable(self, *args) -> Any: method is_group_def (line 31991) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 31994) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 31997) | def is_scrolling(self, *args) -> Any: method is_valid (line 32000) | def is_valid(self, *args) -> Any: method is_visible (line 32003) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 32006) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 32009) | def move_background(self, *args) -> Any: method move_children_by (line 32012) | def move_children_by(self, *args) -> Any: method move_foreground (line 32015) | def move_foreground(self, *args) -> Any: method move_to (line 32018) | def move_to(self, *args) -> Any: method move_to_index (line 32021) | def move_to_index(self, *args) -> Any: method new_span (line 32024) | def new_span(self, *args) -> Any: method readjust_scroll (line 32027) | def readjust_scroll(self, *args) -> Any: method refr_mode (line 32030) | def refr_mode(self, *args) -> Any: method refr_pos (line 32033) | def refr_pos(self, *args) -> Any: method refr_size (line 32036) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 32039) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 32042) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 32045) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 32048) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 32051) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 32054) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 32057) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 32060) | def remove_style(self, *args) -> Any: method remove_style_all (line 32063) | def remove_style_all(self, *args) -> Any: method report_style_change (line 32066) | def report_style_change(self, *args) -> Any: method scroll_by (line 32069) | def scroll_by(self, *args) -> Any: method scroll_to (line 32072) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 32075) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 32078) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 32081) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 32084) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 32087) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 32090) | def set_align(self, *args) -> Any: method set_content_height (line 32093) | def set_content_height(self, *args) -> Any: method set_content_width (line 32096) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 32099) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 32102) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 32105) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 32108) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 32111) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 32114) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 32117) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 32120) | def set_height(self, *args) -> Any: method set_indent (line 32123) | def set_indent(self, *args) -> Any: method set_layout (line 32126) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 32129) | def set_local_style_prop(self, *args) -> Any: method set_mode (line 32132) | def set_mode(self, *args) -> Any: method set_overflow (line 32135) | def set_overflow(self, *args) -> Any: method set_parent (line 32138) | def set_parent(self, *args) -> Any: method set_pos (line 32141) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 32144) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 32147) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 32150) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 32153) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 32156) | def set_size(self, *args) -> Any: method set_style_align (line 32159) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 32162) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 32165) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 32168) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 32171) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 32174) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 32177) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 32180) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 32183) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 32186) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 32189) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 32192) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 32195) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 32198) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 32201) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 32204) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 32207) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 32210) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 32213) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 32216) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 32219) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 32222) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 32225) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 32228) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 32231) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 32234) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 32237) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 32240) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 32243) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 32246) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 32249) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 32252) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 32255) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 32258) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 32261) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 32264) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 32267) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 32270) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 32273) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 32276) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 32279) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 32282) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 32285) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 32288) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 32291) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 32294) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 32297) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 32300) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 32303) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 32306) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 32309) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 32312) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 32315) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 32318) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 32321) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 32324) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 32327) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 32330) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 32333) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 32336) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 32339) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 32342) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 32345) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 32348) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 32351) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 32354) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 32357) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 32360) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 32363) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 32366) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 32369) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 32372) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 32375) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 32378) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 32381) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 32384) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 32387) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 32390) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 32393) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 32396) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 32399) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 32402) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 32405) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 32408) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 32411) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 32414) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 32417) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 32420) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 32423) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 32426) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 32429) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 32432) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 32435) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 32438) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 32441) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 32444) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 32447) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 32450) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 32453) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 32456) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 32459) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 32462) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 32465) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 32468) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 32471) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 32474) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 32477) | def set_style_width(self, *args) -> Any: method set_style_x (line 32480) | def set_style_x(self, *args) -> Any: method set_style_y (line 32483) | def set_style_y(self, *args) -> Any: method set_tile (line 32486) | def set_tile(self, *args) -> Any: method set_tile_id (line 32489) | def set_tile_id(self, *args) -> Any: method set_user_data (line 32492) | def set_user_data(self, *args) -> Any: method set_width (line 32495) | def set_width(self, *args) -> Any: method set_x (line 32498) | def set_x(self, *args) -> Any: method set_y (line 32501) | def set_y(self, *args) -> Any: method style_get_selector_part (line 32504) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 32507) | def style_get_selector_state(self, *args) -> Any: method swap (line 32510) | def swap(self, *args) -> Any: method tree_walk (line 32513) | def tree_walk(self, *args) -> Any: method update_layout (line 32516) | def update_layout(self, *args) -> Any: method update_snap (line 32519) | def update_snap(self, *args) -> Any: class spinbox (line 32526) | class spinbox: class CLASS_EDITABLE (line 32529) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 32536) | class CLASS_GROUP_DEF: class DRAW_PART (line 32543) | class DRAW_PART: class FLAG (line 32550) | class FLAG: class TREE_WALK (line 32579) | class TREE_WALK: method add_event_cb (line 32586) | def add_event_cb(self, *args) -> Any: method add_flag (line 32589) | def add_flag(self, *args) -> Any: method add_state (line 32592) | def add_state(self, *args) -> Any: method add_style (line 32595) | def add_style(self, *args) -> Any: method align (line 32598) | def align(self, *args) -> Any: method align_to (line 32601) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 32604) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 32607) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 32610) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 32613) | def calculate_style_text_align(self, *args) -> Any: method center (line 32616) | def center(self, *args) -> Any: method check_type (line 32619) | def check_type(self, *args) -> Any: method class_create_obj (line 32622) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 32625) | def class_init_obj(self, *args) -> Any: method clean (line 32628) | def clean(self, *args) -> Any: method clear_flag (line 32631) | def clear_flag(self, *args) -> Any: method clear_state (line 32634) | def clear_state(self, *args) -> Any: method decrement (line 32637) | def decrement(self, *args) -> Any: method del_anim_ready_cb (line 32640) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 32643) | def del_async(self, *args) -> Any: method del_delayed (line 32646) | def del_delayed(self, *args) -> Any: method delete (line 32649) | def delete(self, *args) -> Any: method dpx (line 32652) | def dpx(self, *args) -> Any: method draw_dsc_init (line 32655) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 32658) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 32661) | def enable_style_refresh(self, *args) -> Any: method event_base (line 32664) | def event_base(self, *args) -> Any: method fade_in (line 32667) | def fade_in(self, *args) -> Any: method fade_out (line 32670) | def fade_out(self, *args) -> Any: method get_child (line 32673) | def get_child(self, *args) -> Any: method get_child_cnt (line 32676) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 32679) | def get_child_id(self, *args) -> Any: method get_class (line 32682) | def get_class(self, *args) -> Any: method get_click_area (line 32685) | def get_click_area(self, *args) -> Any: method get_content_coords (line 32688) | def get_content_coords(self, *args) -> Any: method get_content_height (line 32691) | def get_content_height(self, *args) -> Any: method get_content_width (line 32694) | def get_content_width(self, *args) -> Any: method get_coords (line 32697) | def get_coords(self, *args) -> Any: method get_disp (line 32700) | def get_disp(self, *args) -> Any: method get_group (line 32703) | def get_group(self, *args) -> Any: method get_height (line 32706) | def get_height(self, *args) -> Any: method get_index (line 32709) | def get_index(self, *args) -> Any: method get_local_style_prop (line 32712) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 32715) | def get_parent(self, *args) -> Any: method get_rollover (line 32718) | def get_rollover(self, *args) -> Any: method get_screen (line 32721) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 32724) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 32727) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 32730) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 32733) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 32736) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 32739) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 32742) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 32745) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 32748) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 32751) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 32754) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 32757) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 32760) | def get_self_height(self, *args) -> Any: method get_self_width (line 32763) | def get_self_width(self, *args) -> Any: method get_state (line 32766) | def get_state(self, *args) -> Any: method get_step (line 32769) | def get_step(self, *args) -> Any: method get_style_align (line 32772) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 32775) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 32778) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 32781) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 32784) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 32787) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 32790) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 32793) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 32796) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 32799) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 32802) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 32805) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 32808) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 32811) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 32814) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 32817) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 32820) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 32823) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 32826) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 32829) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 32832) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 32835) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 32838) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 32841) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 32844) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 32847) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 32850) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 32853) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 32856) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 32859) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 32862) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 32865) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 32868) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 32871) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 32874) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 32877) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 32880) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 32883) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 32886) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 32889) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 32892) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 32895) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 32898) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 32901) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 32904) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 32907) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 32910) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 32913) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 32916) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 32919) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 32922) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 32925) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 32928) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 32931) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 32934) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 32937) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 32940) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 32943) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 32946) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 32949) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 32952) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 32955) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 32958) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 32961) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 32964) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 32967) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 32970) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 32973) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 32976) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 32979) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 32982) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 32985) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 32988) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 32991) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 32994) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 32997) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 33000) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 33003) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 33006) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 33009) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 33012) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 33015) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 33018) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 33021) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 33024) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 33027) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 33030) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 33033) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 33036) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 33039) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 33042) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 33045) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 33048) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 33051) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 33054) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 33057) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 33060) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 33063) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 33066) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 33069) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 33072) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 33075) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 33078) | def get_style_width(self, *args) -> Any: method get_style_x (line 33081) | def get_style_x(self, *args) -> Any: method get_style_y (line 33084) | def get_style_y(self, *args) -> Any: method get_user_data (line 33087) | def get_user_data(self, *args) -> Any: method get_value (line 33090) | def get_value(self, *args) -> Any: method get_width (line 33093) | def get_width(self, *args) -> Any: method get_x (line 33096) | def get_x(self, *args) -> Any: method get_x2 (line 33099) | def get_x2(self, *args) -> Any: method get_x_aligned (line 33102) | def get_x_aligned(self, *args) -> Any: method get_y (line 33105) | def get_y(self, *args) -> Any: method get_y2 (line 33108) | def get_y2(self, *args) -> Any: method get_y_aligned (line 33111) | def get_y_aligned(self, *args) -> Any: method has_class (line 33114) | def has_class(self, *args) -> Any: method has_flag (line 33117) | def has_flag(self, *args) -> Any: method has_flag_any (line 33120) | def has_flag_any(self, *args) -> Any: method has_state (line 33123) | def has_state(self, *args) -> Any: method hit_test (line 33126) | def hit_test(self, *args) -> Any: method increment (line 33129) | def increment(self, *args) -> Any: method init_draw_arc_dsc (line 33132) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 33135) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 33138) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 33141) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 33144) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 33147) | def invalidate(self, *args) -> Any: method invalidate_area (line 33150) | def invalidate_area(self, *args) -> Any: method is_editable (line 33153) | def is_editable(self, *args) -> Any: method is_group_def (line 33156) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 33159) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 33162) | def is_scrolling(self, *args) -> Any: method is_valid (line 33165) | def is_valid(self, *args) -> Any: method is_visible (line 33168) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 33171) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 33174) | def move_background(self, *args) -> Any: method move_children_by (line 33177) | def move_children_by(self, *args) -> Any: method move_foreground (line 33180) | def move_foreground(self, *args) -> Any: method move_to (line 33183) | def move_to(self, *args) -> Any: method move_to_index (line 33186) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 33189) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 33192) | def refr_pos(self, *args) -> Any: method refr_size (line 33195) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 33198) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 33201) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 33204) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 33207) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 33210) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 33213) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 33216) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 33219) | def remove_style(self, *args) -> Any: method remove_style_all (line 33222) | def remove_style_all(self, *args) -> Any: method report_style_change (line 33225) | def report_style_change(self, *args) -> Any: method scroll_by (line 33228) | def scroll_by(self, *args) -> Any: method scroll_to (line 33231) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 33234) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 33237) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 33240) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 33243) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 33246) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 33249) | def set_align(self, *args) -> Any: method set_content_height (line 33252) | def set_content_height(self, *args) -> Any: method set_content_width (line 33255) | def set_content_width(self, *args) -> Any: method set_digit_format (line 33258) | def set_digit_format(self, *args) -> Any: method set_ext_click_area (line 33261) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 33264) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 33267) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 33270) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 33273) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 33276) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 33279) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 33282) | def set_height(self, *args) -> Any: method set_layout (line 33285) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 33288) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 33291) | def set_parent(self, *args) -> Any: method set_pos (line 33294) | def set_pos(self, *args) -> Any: method set_range (line 33297) | def set_range(self, *args) -> Any: method set_rollover (line 33300) | def set_rollover(self, *args) -> Any: method set_scroll_dir (line 33303) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 33306) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 33309) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 33312) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 33315) | def set_size(self, *args) -> Any: method set_step (line 33318) | def set_step(self, *args) -> Any: method set_style_align (line 33321) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 33324) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 33327) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 33330) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 33333) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 33336) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 33339) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 33342) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 33345) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 33348) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 33351) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 33354) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 33357) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 33360) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 33363) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 33366) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 33369) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 33372) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 33375) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 33378) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 33381) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 33384) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 33387) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 33390) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 33393) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 33396) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 33399) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 33402) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 33405) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 33408) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 33411) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 33414) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 33417) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 33420) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 33423) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 33426) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 33429) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 33432) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 33435) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 33438) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 33441) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 33444) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 33447) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 33450) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 33453) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 33456) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 33459) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 33462) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 33465) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 33468) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 33471) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 33474) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 33477) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 33480) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 33483) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 33486) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 33489) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 33492) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 33495) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 33498) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 33501) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 33504) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 33507) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 33510) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 33513) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 33516) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 33519) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 33522) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 33525) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 33528) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 33531) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 33534) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 33537) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 33540) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 33543) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 33546) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 33549) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 33552) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 33555) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 33558) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 33561) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 33564) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 33567) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 33570) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 33573) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 33576) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 33579) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 33582) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 33585) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 33588) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 33591) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 33594) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 33597) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 33600) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 33603) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 33606) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 33609) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 33612) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 33615) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 33618) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 33621) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 33624) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 33627) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 33630) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 33633) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 33636) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 33639) | def set_style_width(self, *args) -> Any: method set_style_x (line 33642) | def set_style_x(self, *args) -> Any: method set_style_y (line 33645) | def set_style_y(self, *args) -> Any: method set_tile (line 33648) | def set_tile(self, *args) -> Any: method set_tile_id (line 33651) | def set_tile_id(self, *args) -> Any: method set_user_data (line 33654) | def set_user_data(self, *args) -> Any: method set_value (line 33657) | def set_value(self, *args) -> Any: method set_width (line 33660) | def set_width(self, *args) -> Any: method set_x (line 33663) | def set_x(self, *args) -> Any: method set_y (line 33666) | def set_y(self, *args) -> Any: method step_next (line 33669) | def step_next(self, *args) -> Any: method step_prev (line 33672) | def step_prev(self, *args) -> Any: method style_get_selector_part (line 33675) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 33678) | def style_get_selector_state(self, *args) -> Any: method swap (line 33681) | def swap(self, *args) -> Any: method tree_walk (line 33684) | def tree_walk(self, *args) -> Any: method update_layout (line 33687) | def update_layout(self, *args) -> Any: method update_snap (line 33690) | def update_snap(self, *args) -> Any: class spinner (line 33697) | class spinner: class CLASS_EDITABLE (line 33700) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 33707) | class CLASS_GROUP_DEF: class DRAW_PART (line 33714) | class DRAW_PART: class FLAG (line 33721) | class FLAG: class TREE_WALK (line 33750) | class TREE_WALK: method add_event_cb (line 33757) | def add_event_cb(self, *args) -> Any: method add_flag (line 33760) | def add_flag(self, *args) -> Any: method add_state (line 33763) | def add_state(self, *args) -> Any: method add_style (line 33766) | def add_style(self, *args) -> Any: method align (line 33769) | def align(self, *args) -> Any: method align_to (line 33772) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 33775) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 33778) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 33781) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 33784) | def calculate_style_text_align(self, *args) -> Any: method center (line 33787) | def center(self, *args) -> Any: method check_type (line 33790) | def check_type(self, *args) -> Any: method class_create_obj (line 33793) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 33796) | def class_init_obj(self, *args) -> Any: method clean (line 33799) | def clean(self, *args) -> Any: method clear_flag (line 33802) | def clear_flag(self, *args) -> Any: method clear_state (line 33805) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 33808) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 33811) | def del_async(self, *args) -> Any: method del_delayed (line 33814) | def del_delayed(self, *args) -> Any: method delete (line 33817) | def delete(self, *args) -> Any: method dpx (line 33820) | def dpx(self, *args) -> Any: method draw_dsc_init (line 33823) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 33826) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 33829) | def enable_style_refresh(self, *args) -> Any: method event_base (line 33832) | def event_base(self, *args) -> Any: method fade_in (line 33835) | def fade_in(self, *args) -> Any: method fade_out (line 33838) | def fade_out(self, *args) -> Any: method get_child (line 33841) | def get_child(self, *args) -> Any: method get_child_cnt (line 33844) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 33847) | def get_child_id(self, *args) -> Any: method get_class (line 33850) | def get_class(self, *args) -> Any: method get_click_area (line 33853) | def get_click_area(self, *args) -> Any: method get_content_coords (line 33856) | def get_content_coords(self, *args) -> Any: method get_content_height (line 33859) | def get_content_height(self, *args) -> Any: method get_content_width (line 33862) | def get_content_width(self, *args) -> Any: method get_coords (line 33865) | def get_coords(self, *args) -> Any: method get_disp (line 33868) | def get_disp(self, *args) -> Any: method get_group (line 33871) | def get_group(self, *args) -> Any: method get_height (line 33874) | def get_height(self, *args) -> Any: method get_index (line 33877) | def get_index(self, *args) -> Any: method get_local_style_prop (line 33880) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 33883) | def get_parent(self, *args) -> Any: method get_screen (line 33886) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 33889) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 33892) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 33895) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 33898) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 33901) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 33904) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 33907) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 33910) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 33913) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 33916) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 33919) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 33922) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 33925) | def get_self_height(self, *args) -> Any: method get_self_width (line 33928) | def get_self_width(self, *args) -> Any: method get_state (line 33931) | def get_state(self, *args) -> Any: method get_style_align (line 33934) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 33937) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 33940) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 33943) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 33946) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 33949) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 33952) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 33955) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 33958) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 33961) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 33964) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 33967) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 33970) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 33973) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 33976) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 33979) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 33982) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 33985) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 33988) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 33991) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 33994) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 33997) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 34000) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 34003) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 34006) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 34009) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 34012) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 34015) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 34018) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 34021) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 34024) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 34027) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 34030) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 34033) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 34036) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 34039) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 34042) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 34045) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 34048) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 34051) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 34054) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 34057) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 34060) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 34063) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 34066) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 34069) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 34072) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 34075) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 34078) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 34081) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 34084) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 34087) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 34090) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 34093) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 34096) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 34099) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 34102) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 34105) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 34108) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 34111) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 34114) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 34117) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 34120) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 34123) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 34126) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 34129) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 34132) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 34135) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 34138) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 34141) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 34144) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 34147) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 34150) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 34153) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 34156) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 34159) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 34162) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 34165) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 34168) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 34171) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 34174) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 34177) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 34180) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 34183) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 34186) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 34189) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 34192) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 34195) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 34198) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 34201) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 34204) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 34207) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 34210) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 34213) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 34216) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 34219) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 34222) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 34225) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 34228) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 34231) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 34234) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 34237) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 34240) | def get_style_width(self, *args) -> Any: method get_style_x (line 34243) | def get_style_x(self, *args) -> Any: method get_style_y (line 34246) | def get_style_y(self, *args) -> Any: method get_user_data (line 34249) | def get_user_data(self, *args) -> Any: method get_width (line 34252) | def get_width(self, *args) -> Any: method get_x (line 34255) | def get_x(self, *args) -> Any: method get_x2 (line 34258) | def get_x2(self, *args) -> Any: method get_x_aligned (line 34261) | def get_x_aligned(self, *args) -> Any: method get_y (line 34264) | def get_y(self, *args) -> Any: method get_y2 (line 34267) | def get_y2(self, *args) -> Any: method get_y_aligned (line 34270) | def get_y_aligned(self, *args) -> Any: method has_class (line 34273) | def has_class(self, *args) -> Any: method has_flag (line 34276) | def has_flag(self, *args) -> Any: method has_flag_any (line 34279) | def has_flag_any(self, *args) -> Any: method has_state (line 34282) | def has_state(self, *args) -> Any: method hit_test (line 34285) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 34288) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 34291) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 34294) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 34297) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 34300) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 34303) | def invalidate(self, *args) -> Any: method invalidate_area (line 34306) | def invalidate_area(self, *args) -> Any: method is_editable (line 34309) | def is_editable(self, *args) -> Any: method is_group_def (line 34312) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 34315) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 34318) | def is_scrolling(self, *args) -> Any: method is_valid (line 34321) | def is_valid(self, *args) -> Any: method is_visible (line 34324) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 34327) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 34330) | def move_background(self, *args) -> Any: method move_children_by (line 34333) | def move_children_by(self, *args) -> Any: method move_foreground (line 34336) | def move_foreground(self, *args) -> Any: method move_to (line 34339) | def move_to(self, *args) -> Any: method move_to_index (line 34342) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 34345) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 34348) | def refr_pos(self, *args) -> Any: method refr_size (line 34351) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 34354) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 34357) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 34360) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 34363) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 34366) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 34369) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 34372) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 34375) | def remove_style(self, *args) -> Any: method remove_style_all (line 34378) | def remove_style_all(self, *args) -> Any: method report_style_change (line 34381) | def report_style_change(self, *args) -> Any: method scroll_by (line 34384) | def scroll_by(self, *args) -> Any: method scroll_to (line 34387) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 34390) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 34393) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 34396) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 34399) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 34402) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 34405) | def set_align(self, *args) -> Any: method set_content_height (line 34408) | def set_content_height(self, *args) -> Any: method set_content_width (line 34411) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 34414) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 34417) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 34420) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 34423) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 34426) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 34429) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 34432) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 34435) | def set_height(self, *args) -> Any: method set_layout (line 34438) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 34441) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 34444) | def set_parent(self, *args) -> Any: method set_pos (line 34447) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 34450) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 34453) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 34456) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 34459) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 34462) | def set_size(self, *args) -> Any: method set_style_align (line 34465) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 34468) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 34471) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 34474) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 34477) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 34480) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 34483) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 34486) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 34489) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 34492) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 34495) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 34498) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 34501) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 34504) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 34507) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 34510) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 34513) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 34516) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 34519) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 34522) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 34525) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 34528) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 34531) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 34534) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 34537) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 34540) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 34543) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 34546) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 34549) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 34552) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 34555) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 34558) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 34561) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 34564) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 34567) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 34570) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 34573) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 34576) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 34579) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 34582) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 34585) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 34588) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 34591) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 34594) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 34597) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 34600) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 34603) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 34606) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 34609) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 34612) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 34615) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 34618) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 34621) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 34624) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 34627) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 34630) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 34633) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 34636) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 34639) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 34642) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 34645) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 34648) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 34651) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 34654) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 34657) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 34660) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 34663) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 34666) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 34669) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 34672) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 34675) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 34678) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 34681) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 34684) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 34687) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 34690) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 34693) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 34696) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 34699) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 34702) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 34705) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 34708) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 34711) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 34714) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 34717) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 34720) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 34723) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 34726) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 34729) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 34732) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 34735) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 34738) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 34741) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 34744) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 34747) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 34750) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 34753) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 34756) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 34759) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 34762) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 34765) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 34768) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 34771) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 34774) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 34777) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 34780) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 34783) | def set_style_width(self, *args) -> Any: method set_style_x (line 34786) | def set_style_x(self, *args) -> Any: method set_style_y (line 34789) | def set_style_y(self, *args) -> Any: method set_tile (line 34792) | def set_tile(self, *args) -> Any: method set_tile_id (line 34795) | def set_tile_id(self, *args) -> Any: method set_user_data (line 34798) | def set_user_data(self, *args) -> Any: method set_width (line 34801) | def set_width(self, *args) -> Any: method set_x (line 34804) | def set_x(self, *args) -> Any: method set_y (line 34807) | def set_y(self, *args) -> Any: method style_get_selector_part (line 34810) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 34813) | def style_get_selector_state(self, *args) -> Any: method swap (line 34816) | def swap(self, *args) -> Any: method tree_walk (line 34819) | def tree_walk(self, *args) -> Any: method update_layout (line 34822) | def update_layout(self, *args) -> Any: method update_snap (line 34825) | def update_snap(self, *args) -> Any: function sqrt (line 34832) | def sqrt(*args) -> Any: class sqrt_res_t (line 34836) | class sqrt_res_t: class style_const_prop_t (line 34840) | class style_const_prop_t: function style_prop_get_default (line 34844) | def style_prop_get_default(*args) -> Any: function style_register_prop (line 34848) | def style_register_prop(*args) -> Any: class style_t (line 34852) | class style_t: method get_prop (line 34855) | def get_prop(self, *args) -> Any: method get_prop_inlined (line 34858) | def get_prop_inlined(self, *args) -> Any: method init (line 34861) | def init(self, *args) -> Any: method is_empty (line 34864) | def is_empty(self, *args) -> Any: method remove_prop (line 34867) | def remove_prop(self, *args) -> Any: method reset (line 34870) | def reset(self, *args) -> Any: method set_align (line 34873) | def set_align(self, *args) -> Any: method set_anim_speed (line 34876) | def set_anim_speed(self, *args) -> Any: method set_anim_time (line 34879) | def set_anim_time(self, *args) -> Any: method set_arc_color (line 34882) | def set_arc_color(self, *args) -> Any: method set_arc_color_filtered (line 34885) | def set_arc_color_filtered(self, *args) -> Any: method set_arc_img_src (line 34888) | def set_arc_img_src(self, *args) -> Any: method set_arc_opa (line 34891) | def set_arc_opa(self, *args) -> Any: method set_arc_rounded (line 34894) | def set_arc_rounded(self, *args) -> Any: method set_arc_width (line 34897) | def set_arc_width(self, *args) -> Any: method set_base_dir (line 34900) | def set_base_dir(self, *args) -> Any: method set_bg_color (line 34903) | def set_bg_color(self, *args) -> Any: method set_bg_color_filtered (line 34906) | def set_bg_color_filtered(self, *args) -> Any: method set_bg_grad_color (line 34909) | def set_bg_grad_color(self, *args) -> Any: method set_bg_grad_color_filtered (line 34912) | def set_bg_grad_color_filtered(self, *args) -> Any: method set_bg_grad_dir (line 34915) | def set_bg_grad_dir(self, *args) -> Any: method set_bg_grad_stop (line 34918) | def set_bg_grad_stop(self, *args) -> Any: method set_bg_img_opa (line 34921) | def set_bg_img_opa(self, *args) -> Any: method set_bg_img_recolor (line 34924) | def set_bg_img_recolor(self, *args) -> Any: method set_bg_img_recolor_filtered (line 34927) | def set_bg_img_recolor_filtered(self, *args) -> Any: method set_bg_img_recolor_opa (line 34930) | def set_bg_img_recolor_opa(self, *args) -> Any: method set_bg_img_src (line 34933) | def set_bg_img_src(self, *args) -> Any: method set_bg_img_tiled (line 34936) | def set_bg_img_tiled(self, *args) -> Any: method set_bg_main_stop (line 34939) | def set_bg_main_stop(self, *args) -> Any: method set_bg_opa (line 34942) | def set_bg_opa(self, *args) -> Any: method set_blend_mode (line 34945) | def set_blend_mode(self, *args) -> Any: method set_border_color (line 34948) | def set_border_color(self, *args) -> Any: method set_border_color_filtered (line 34951) | def set_border_color_filtered(self, *args) -> Any: method set_border_opa (line 34954) | def set_border_opa(self, *args) -> Any: method set_border_post (line 34957) | def set_border_post(self, *args) -> Any: method set_border_side (line 34960) | def set_border_side(self, *args) -> Any: method set_border_width (line 34963) | def set_border_width(self, *args) -> Any: method set_clip_corner (line 34966) | def set_clip_corner(self, *args) -> Any: method set_color_filter_dsc (line 34969) | def set_color_filter_dsc(self, *args) -> Any: method set_color_filter_opa (line 34972) | def set_color_filter_opa(self, *args) -> Any: method set_flex_cross_place (line 34975) | def set_flex_cross_place(self, *args) -> Any: method set_flex_flow (line 34978) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 34981) | def set_flex_grow(self, *args) -> Any: method set_flex_main_place (line 34984) | def set_flex_main_place(self, *args) -> Any: method set_flex_track_place (line 34987) | def set_flex_track_place(self, *args) -> Any: method set_grid_cell_column_pos (line 34990) | def set_grid_cell_column_pos(self, *args) -> Any: method set_grid_cell_column_span (line 34993) | def set_grid_cell_column_span(self, *args) -> Any: method set_grid_cell_row_pos (line 34996) | def set_grid_cell_row_pos(self, *args) -> Any: method set_grid_cell_row_span (line 34999) | def set_grid_cell_row_span(self, *args) -> Any: method set_grid_cell_x_align (line 35002) | def set_grid_cell_x_align(self, *args) -> Any: method set_grid_cell_y_align (line 35005) | def set_grid_cell_y_align(self, *args) -> Any: method set_grid_column_align (line 35008) | def set_grid_column_align(self, *args) -> Any: method set_grid_column_dsc_array (line 35011) | def set_grid_column_dsc_array(self, *args) -> Any: method set_grid_row_align (line 35014) | def set_grid_row_align(self, *args) -> Any: method set_grid_row_dsc_array (line 35017) | def set_grid_row_dsc_array(self, *args) -> Any: method set_height (line 35020) | def set_height(self, *args) -> Any: method set_img_opa (line 35023) | def set_img_opa(self, *args) -> Any: method set_img_recolor (line 35026) | def set_img_recolor(self, *args) -> Any: method set_img_recolor_filtered (line 35029) | def set_img_recolor_filtered(self, *args) -> Any: method set_img_recolor_opa (line 35032) | def set_img_recolor_opa(self, *args) -> Any: method set_layout (line 35035) | def set_layout(self, *args) -> Any: method set_line_color (line 35038) | def set_line_color(self, *args) -> Any: method set_line_color_filtered (line 35041) | def set_line_color_filtered(self, *args) -> Any: method set_line_dash_gap (line 35044) | def set_line_dash_gap(self, *args) -> Any: method set_line_dash_width (line 35047) | def set_line_dash_width(self, *args) -> Any: method set_line_opa (line 35050) | def set_line_opa(self, *args) -> Any: method set_line_rounded (line 35053) | def set_line_rounded(self, *args) -> Any: method set_line_width (line 35056) | def set_line_width(self, *args) -> Any: method set_max_height (line 35059) | def set_max_height(self, *args) -> Any: method set_max_width (line 35062) | def set_max_width(self, *args) -> Any: method set_min_height (line 35065) | def set_min_height(self, *args) -> Any: method set_min_width (line 35068) | def set_min_width(self, *args) -> Any: method set_opa (line 35071) | def set_opa(self, *args) -> Any: method set_outline_color (line 35074) | def set_outline_color(self, *args) -> Any: method set_outline_color_filtered (line 35077) | def set_outline_color_filtered(self, *args) -> Any: method set_outline_opa (line 35080) | def set_outline_opa(self, *args) -> Any: method set_outline_pad (line 35083) | def set_outline_pad(self, *args) -> Any: method set_outline_width (line 35086) | def set_outline_width(self, *args) -> Any: method set_pad_all (line 35089) | def set_pad_all(self, *args) -> Any: method set_pad_bottom (line 35092) | def set_pad_bottom(self, *args) -> Any: method set_pad_column (line 35095) | def set_pad_column(self, *args) -> Any: method set_pad_gap (line 35098) | def set_pad_gap(self, *args) -> Any: method set_pad_hor (line 35101) | def set_pad_hor(self, *args) -> Any: method set_pad_left (line 35104) | def set_pad_left(self, *args) -> Any: method set_pad_right (line 35107) | def set_pad_right(self, *args) -> Any: method set_pad_row (line 35110) | def set_pad_row(self, *args) -> Any: method set_pad_top (line 35113) | def set_pad_top(self, *args) -> Any: method set_pad_ver (line 35116) | def set_pad_ver(self, *args) -> Any: method set_prop (line 35119) | def set_prop(self, *args) -> Any: method set_radius (line 35122) | def set_radius(self, *args) -> Any: method set_shadow_color (line 35125) | def set_shadow_color(self, *args) -> Any: method set_shadow_color_filtered (line 35128) | def set_shadow_color_filtered(self, *args) -> Any: method set_shadow_ofs_x (line 35131) | def set_shadow_ofs_x(self, *args) -> Any: method set_shadow_ofs_y (line 35134) | def set_shadow_ofs_y(self, *args) -> Any: method set_shadow_opa (line 35137) | def set_shadow_opa(self, *args) -> Any: method set_shadow_spread (line 35140) | def set_shadow_spread(self, *args) -> Any: method set_shadow_width (line 35143) | def set_shadow_width(self, *args) -> Any: method set_size (line 35146) | def set_size(self, *args) -> Any: method set_text_align (line 35149) | def set_text_align(self, *args) -> Any: method set_text_color (line 35152) | def set_text_color(self, *args) -> Any: method set_text_color_filtered (line 35155) | def set_text_color_filtered(self, *args) -> Any: method set_text_decor (line 35158) | def set_text_decor(self, *args) -> Any: method set_text_font (line 35161) | def set_text_font(self, *args) -> Any: method set_text_letter_space (line 35164) | def set_text_letter_space(self, *args) -> Any: method set_text_line_space (line 35167) | def set_text_line_space(self, *args) -> Any: method set_text_opa (line 35170) | def set_text_opa(self, *args) -> Any: method set_transform_angle (line 35173) | def set_transform_angle(self, *args) -> Any: method set_transform_height (line 35176) | def set_transform_height(self, *args) -> Any: method set_transform_width (line 35179) | def set_transform_width(self, *args) -> Any: method set_transform_zoom (line 35182) | def set_transform_zoom(self, *args) -> Any: method set_transition (line 35185) | def set_transition(self, *args) -> Any: method set_translate_x (line 35188) | def set_translate_x(self, *args) -> Any: method set_translate_y (line 35191) | def set_translate_y(self, *args) -> Any: method set_width (line 35194) | def set_width(self, *args) -> Any: method set_x (line 35197) | def set_x(self, *args) -> Any: method set_y (line 35200) | def set_y(self, *args) -> Any: class style_transition_dsc_t (line 35204) | class style_transition_dsc_t: method init (line 35207) | def init(self, *args) -> Any: class style_v_p_t (line 35211) | class style_v_p_t: class style_value_t (line 35215) | class style_value_t: class switch (line 35219) | class switch: class CLASS_EDITABLE (line 35222) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 35229) | class CLASS_GROUP_DEF: class DRAW_PART (line 35236) | class DRAW_PART: class FLAG (line 35243) | class FLAG: class TREE_WALK (line 35272) | class TREE_WALK: method add_event_cb (line 35279) | def add_event_cb(self, *args) -> Any: method add_flag (line 35282) | def add_flag(self, *args) -> Any: method add_state (line 35285) | def add_state(self, *args) -> Any: method add_style (line 35288) | def add_style(self, *args) -> Any: method align (line 35291) | def align(self, *args) -> Any: method align_to (line 35294) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 35297) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 35300) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 35303) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 35306) | def calculate_style_text_align(self, *args) -> Any: method center (line 35309) | def center(self, *args) -> Any: method check_type (line 35312) | def check_type(self, *args) -> Any: method class_create_obj (line 35315) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 35318) | def class_init_obj(self, *args) -> Any: method clean (line 35321) | def clean(self, *args) -> Any: method clear_flag (line 35324) | def clear_flag(self, *args) -> Any: method clear_state (line 35327) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 35330) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 35333) | def del_async(self, *args) -> Any: method del_delayed (line 35336) | def del_delayed(self, *args) -> Any: method delete (line 35339) | def delete(self, *args) -> Any: method dpx (line 35342) | def dpx(self, *args) -> Any: method draw_dsc_init (line 35345) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 35348) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 35351) | def enable_style_refresh(self, *args) -> Any: method event_base (line 35354) | def event_base(self, *args) -> Any: method fade_in (line 35357) | def fade_in(self, *args) -> Any: method fade_out (line 35360) | def fade_out(self, *args) -> Any: method get_child (line 35363) | def get_child(self, *args) -> Any: method get_child_cnt (line 35366) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 35369) | def get_child_id(self, *args) -> Any: method get_class (line 35372) | def get_class(self, *args) -> Any: method get_click_area (line 35375) | def get_click_area(self, *args) -> Any: method get_content_coords (line 35378) | def get_content_coords(self, *args) -> Any: method get_content_height (line 35381) | def get_content_height(self, *args) -> Any: method get_content_width (line 35384) | def get_content_width(self, *args) -> Any: method get_coords (line 35387) | def get_coords(self, *args) -> Any: method get_disp (line 35390) | def get_disp(self, *args) -> Any: method get_group (line 35393) | def get_group(self, *args) -> Any: method get_height (line 35396) | def get_height(self, *args) -> Any: method get_index (line 35399) | def get_index(self, *args) -> Any: method get_local_style_prop (line 35402) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 35405) | def get_parent(self, *args) -> Any: method get_screen (line 35408) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 35411) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 35414) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 35417) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 35420) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 35423) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 35426) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 35429) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 35432) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 35435) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 35438) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 35441) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 35444) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 35447) | def get_self_height(self, *args) -> Any: method get_self_width (line 35450) | def get_self_width(self, *args) -> Any: method get_state (line 35453) | def get_state(self, *args) -> Any: method get_style_align (line 35456) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 35459) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 35462) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 35465) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 35468) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 35471) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 35474) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 35477) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 35480) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 35483) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 35486) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 35489) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 35492) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 35495) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 35498) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 35501) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 35504) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 35507) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 35510) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 35513) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 35516) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 35519) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 35522) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 35525) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 35528) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 35531) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 35534) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 35537) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 35540) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 35543) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 35546) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 35549) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 35552) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 35555) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 35558) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 35561) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 35564) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 35567) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 35570) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 35573) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 35576) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 35579) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 35582) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 35585) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 35588) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 35591) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 35594) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 35597) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 35600) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 35603) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 35606) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 35609) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 35612) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 35615) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 35618) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 35621) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 35624) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 35627) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 35630) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 35633) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 35636) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 35639) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 35642) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 35645) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 35648) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 35651) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 35654) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 35657) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 35660) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 35663) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 35666) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 35669) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 35672) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 35675) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 35678) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 35681) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 35684) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 35687) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 35690) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 35693) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 35696) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 35699) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 35702) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 35705) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 35708) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 35711) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 35714) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 35717) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 35720) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 35723) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 35726) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 35729) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 35732) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 35735) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 35738) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 35741) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 35744) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 35747) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 35750) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 35753) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 35756) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 35759) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 35762) | def get_style_width(self, *args) -> Any: method get_style_x (line 35765) | def get_style_x(self, *args) -> Any: method get_style_y (line 35768) | def get_style_y(self, *args) -> Any: method get_user_data (line 35771) | def get_user_data(self, *args) -> Any: method get_width (line 35774) | def get_width(self, *args) -> Any: method get_x (line 35777) | def get_x(self, *args) -> Any: method get_x2 (line 35780) | def get_x2(self, *args) -> Any: method get_x_aligned (line 35783) | def get_x_aligned(self, *args) -> Any: method get_y (line 35786) | def get_y(self, *args) -> Any: method get_y2 (line 35789) | def get_y2(self, *args) -> Any: method get_y_aligned (line 35792) | def get_y_aligned(self, *args) -> Any: method has_class (line 35795) | def has_class(self, *args) -> Any: method has_flag (line 35798) | def has_flag(self, *args) -> Any: method has_flag_any (line 35801) | def has_flag_any(self, *args) -> Any: method has_state (line 35804) | def has_state(self, *args) -> Any: method hit_test (line 35807) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 35810) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 35813) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 35816) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 35819) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 35822) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 35825) | def invalidate(self, *args) -> Any: method invalidate_area (line 35828) | def invalidate_area(self, *args) -> Any: method is_editable (line 35831) | def is_editable(self, *args) -> Any: method is_group_def (line 35834) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 35837) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 35840) | def is_scrolling(self, *args) -> Any: method is_valid (line 35843) | def is_valid(self, *args) -> Any: method is_visible (line 35846) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 35849) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 35852) | def move_background(self, *args) -> Any: method move_children_by (line 35855) | def move_children_by(self, *args) -> Any: method move_foreground (line 35858) | def move_foreground(self, *args) -> Any: method move_to (line 35861) | def move_to(self, *args) -> Any: method move_to_index (line 35864) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 35867) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 35870) | def refr_pos(self, *args) -> Any: method refr_size (line 35873) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 35876) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 35879) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 35882) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 35885) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 35888) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 35891) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 35894) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 35897) | def remove_style(self, *args) -> Any: method remove_style_all (line 35900) | def remove_style_all(self, *args) -> Any: method report_style_change (line 35903) | def report_style_change(self, *args) -> Any: method scroll_by (line 35906) | def scroll_by(self, *args) -> Any: method scroll_to (line 35909) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 35912) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 35915) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 35918) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 35921) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 35924) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 35927) | def set_align(self, *args) -> Any: method set_content_height (line 35930) | def set_content_height(self, *args) -> Any: method set_content_width (line 35933) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 35936) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 35939) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 35942) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 35945) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 35948) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 35951) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 35954) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 35957) | def set_height(self, *args) -> Any: method set_layout (line 35960) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 35963) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 35966) | def set_parent(self, *args) -> Any: method set_pos (line 35969) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 35972) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 35975) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 35978) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 35981) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 35984) | def set_size(self, *args) -> Any: method set_style_align (line 35987) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 35990) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 35993) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 35996) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 35999) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 36002) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 36005) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 36008) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 36011) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 36014) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 36017) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 36020) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 36023) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 36026) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 36029) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 36032) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 36035) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 36038) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 36041) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 36044) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 36047) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 36050) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 36053) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 36056) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 36059) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 36062) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 36065) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 36068) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 36071) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 36074) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 36077) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 36080) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 36083) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 36086) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 36089) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 36092) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 36095) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 36098) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 36101) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 36104) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 36107) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 36110) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 36113) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 36116) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 36119) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 36122) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 36125) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 36128) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 36131) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 36134) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 36137) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 36140) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 36143) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 36146) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 36149) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 36152) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 36155) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 36158) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 36161) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 36164) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 36167) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 36170) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 36173) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 36176) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 36179) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 36182) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 36185) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 36188) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 36191) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 36194) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 36197) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 36200) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 36203) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 36206) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 36209) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 36212) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 36215) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 36218) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 36221) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 36224) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 36227) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 36230) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 36233) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 36236) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 36239) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 36242) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 36245) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 36248) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 36251) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 36254) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 36257) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 36260) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 36263) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 36266) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 36269) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 36272) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 36275) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 36278) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 36281) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 36284) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 36287) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 36290) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 36293) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 36296) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 36299) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 36302) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 36305) | def set_style_width(self, *args) -> Any: method set_style_x (line 36308) | def set_style_x(self, *args) -> Any: method set_style_y (line 36311) | def set_style_y(self, *args) -> Any: method set_tile (line 36314) | def set_tile(self, *args) -> Any: method set_tile_id (line 36317) | def set_tile_id(self, *args) -> Any: method set_user_data (line 36320) | def set_user_data(self, *args) -> Any: method set_width (line 36323) | def set_width(self, *args) -> Any: method set_x (line 36326) | def set_x(self, *args) -> Any: method set_y (line 36329) | def set_y(self, *args) -> Any: method style_get_selector_part (line 36332) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 36335) | def style_get_selector_state(self, *args) -> Any: method swap (line 36338) | def swap(self, *args) -> Any: method tree_walk (line 36341) | def tree_walk(self, *args) -> Any: method update_layout (line 36344) | def update_layout(self, *args) -> Any: method update_snap (line 36347) | def update_snap(self, *args) -> Any: class table (line 36354) | class table: class CELL_CTRL (line 36357) | class CELL_CTRL: class CLASS_EDITABLE (line 36367) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 36374) | class CLASS_GROUP_DEF: class DRAW_PART (line 36381) | class DRAW_PART: class FLAG (line 36386) | class FLAG: class TREE_WALK (line 36415) | class TREE_WALK: method add_cell_ctrl (line 36422) | def add_cell_ctrl(self, *args) -> Any: method add_event_cb (line 36425) | def add_event_cb(self, *args) -> Any: method add_flag (line 36428) | def add_flag(self, *args) -> Any: method add_state (line 36431) | def add_state(self, *args) -> Any: method add_style (line 36434) | def add_style(self, *args) -> Any: method align (line 36437) | def align(self, *args) -> Any: method align_to (line 36440) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 36443) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 36446) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 36449) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 36452) | def calculate_style_text_align(self, *args) -> Any: method center (line 36455) | def center(self, *args) -> Any: method check_type (line 36458) | def check_type(self, *args) -> Any: method class_create_obj (line 36461) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 36464) | def class_init_obj(self, *args) -> Any: method clean (line 36467) | def clean(self, *args) -> Any: method clear_cell_ctrl (line 36470) | def clear_cell_ctrl(self, *args) -> Any: method clear_flag (line 36473) | def clear_flag(self, *args) -> Any: method clear_state (line 36476) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 36479) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 36482) | def del_async(self, *args) -> Any: method del_delayed (line 36485) | def del_delayed(self, *args) -> Any: method delete (line 36488) | def delete(self, *args) -> Any: method dpx (line 36491) | def dpx(self, *args) -> Any: method draw_dsc_init (line 36494) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 36497) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 36500) | def enable_style_refresh(self, *args) -> Any: method event_base (line 36503) | def event_base(self, *args) -> Any: method fade_in (line 36506) | def fade_in(self, *args) -> Any: method fade_out (line 36509) | def fade_out(self, *args) -> Any: method get_cell_value (line 36512) | def get_cell_value(self, *args) -> Any: method get_child (line 36515) | def get_child(self, *args) -> Any: method get_child_cnt (line 36518) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 36521) | def get_child_id(self, *args) -> Any: method get_class (line 36524) | def get_class(self, *args) -> Any: method get_click_area (line 36527) | def get_click_area(self, *args) -> Any: method get_col_cnt (line 36530) | def get_col_cnt(self, *args) -> Any: method get_col_width (line 36533) | def get_col_width(self, *args) -> Any: method get_content_coords (line 36536) | def get_content_coords(self, *args) -> Any: method get_content_height (line 36539) | def get_content_height(self, *args) -> Any: method get_content_width (line 36542) | def get_content_width(self, *args) -> Any: method get_coords (line 36545) | def get_coords(self, *args) -> Any: method get_disp (line 36548) | def get_disp(self, *args) -> Any: method get_group (line 36551) | def get_group(self, *args) -> Any: method get_height (line 36554) | def get_height(self, *args) -> Any: method get_index (line 36557) | def get_index(self, *args) -> Any: method get_local_style_prop (line 36560) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 36563) | def get_parent(self, *args) -> Any: method get_row_cnt (line 36566) | def get_row_cnt(self, *args) -> Any: method get_screen (line 36569) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 36572) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 36575) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 36578) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 36581) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 36584) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 36587) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 36590) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 36593) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 36596) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 36599) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 36602) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 36605) | def get_scrollbar_mode(self, *args) -> Any: method get_selected_cell (line 36608) | def get_selected_cell(self, *args) -> Any: method get_self_height (line 36611) | def get_self_height(self, *args) -> Any: method get_self_width (line 36614) | def get_self_width(self, *args) -> Any: method get_state (line 36617) | def get_state(self, *args) -> Any: method get_style_align (line 36620) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 36623) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 36626) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 36629) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 36632) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 36635) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 36638) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 36641) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 36644) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 36647) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 36650) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 36653) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 36656) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 36659) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 36662) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 36665) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 36668) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 36671) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 36674) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 36677) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 36680) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 36683) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 36686) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 36689) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 36692) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 36695) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 36698) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 36701) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 36704) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 36707) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 36710) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 36713) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 36716) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 36719) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 36722) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 36725) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 36728) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 36731) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 36734) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 36737) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 36740) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 36743) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 36746) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 36749) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 36752) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 36755) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 36758) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 36761) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 36764) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 36767) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 36770) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 36773) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 36776) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 36779) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 36782) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 36785) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 36788) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 36791) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 36794) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 36797) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 36800) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 36803) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 36806) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 36809) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 36812) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 36815) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 36818) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 36821) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 36824) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 36827) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 36830) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 36833) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 36836) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 36839) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 36842) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 36845) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 36848) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 36851) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 36854) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 36857) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 36860) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 36863) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 36866) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 36869) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 36872) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 36875) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 36878) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 36881) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 36884) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 36887) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 36890) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 36893) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 36896) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 36899) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 36902) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 36905) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 36908) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 36911) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 36914) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 36917) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 36920) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 36923) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 36926) | def get_style_width(self, *args) -> Any: method get_style_x (line 36929) | def get_style_x(self, *args) -> Any: method get_style_y (line 36932) | def get_style_y(self, *args) -> Any: method get_user_data (line 36935) | def get_user_data(self, *args) -> Any: method get_width (line 36938) | def get_width(self, *args) -> Any: method get_x (line 36941) | def get_x(self, *args) -> Any: method get_x2 (line 36944) | def get_x2(self, *args) -> Any: method get_x_aligned (line 36947) | def get_x_aligned(self, *args) -> Any: method get_y (line 36950) | def get_y(self, *args) -> Any: method get_y2 (line 36953) | def get_y2(self, *args) -> Any: method get_y_aligned (line 36956) | def get_y_aligned(self, *args) -> Any: method has_cell_ctrl (line 36959) | def has_cell_ctrl(self, *args) -> Any: method has_class (line 36962) | def has_class(self, *args) -> Any: method has_flag (line 36965) | def has_flag(self, *args) -> Any: method has_flag_any (line 36968) | def has_flag_any(self, *args) -> Any: method has_state (line 36971) | def has_state(self, *args) -> Any: method hit_test (line 36974) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 36977) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 36980) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 36983) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 36986) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 36989) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 36992) | def invalidate(self, *args) -> Any: method invalidate_area (line 36995) | def invalidate_area(self, *args) -> Any: method is_editable (line 36998) | def is_editable(self, *args) -> Any: method is_group_def (line 37001) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 37004) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 37007) | def is_scrolling(self, *args) -> Any: method is_valid (line 37010) | def is_valid(self, *args) -> Any: method is_visible (line 37013) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 37016) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 37019) | def move_background(self, *args) -> Any: method move_children_by (line 37022) | def move_children_by(self, *args) -> Any: method move_foreground (line 37025) | def move_foreground(self, *args) -> Any: method move_to (line 37028) | def move_to(self, *args) -> Any: method move_to_index (line 37031) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 37034) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 37037) | def refr_pos(self, *args) -> Any: method refr_size (line 37040) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 37043) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 37046) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 37049) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 37052) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 37055) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 37058) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 37061) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 37064) | def remove_style(self, *args) -> Any: method remove_style_all (line 37067) | def remove_style_all(self, *args) -> Any: method report_style_change (line 37070) | def report_style_change(self, *args) -> Any: method scroll_by (line 37073) | def scroll_by(self, *args) -> Any: method scroll_to (line 37076) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 37079) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 37082) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 37085) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 37088) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 37091) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 37094) | def set_align(self, *args) -> Any: method set_cell_value (line 37097) | def set_cell_value(self, *args) -> Any: method set_col_cnt (line 37100) | def set_col_cnt(self, *args) -> Any: method set_col_width (line 37103) | def set_col_width(self, *args) -> Any: method set_content_height (line 37106) | def set_content_height(self, *args) -> Any: method set_content_width (line 37109) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 37112) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 37115) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 37118) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 37121) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 37124) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 37127) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 37130) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 37133) | def set_height(self, *args) -> Any: method set_layout (line 37136) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 37139) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 37142) | def set_parent(self, *args) -> Any: method set_pos (line 37145) | def set_pos(self, *args) -> Any: method set_row_cnt (line 37148) | def set_row_cnt(self, *args) -> Any: method set_scroll_dir (line 37151) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 37154) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 37157) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 37160) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 37163) | def set_size(self, *args) -> Any: method set_style_align (line 37166) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 37169) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 37172) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 37175) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 37178) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 37181) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 37184) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 37187) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 37190) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 37193) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 37196) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 37199) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 37202) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 37205) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 37208) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 37211) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 37214) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 37217) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 37220) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 37223) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 37226) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 37229) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 37232) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 37235) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 37238) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 37241) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 37244) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 37247) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 37250) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 37253) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 37256) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 37259) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 37262) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 37265) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 37268) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 37271) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 37274) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 37277) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 37280) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 37283) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 37286) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 37289) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 37292) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 37295) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 37298) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 37301) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 37304) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 37307) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 37310) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 37313) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 37316) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 37319) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 37322) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 37325) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 37328) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 37331) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 37334) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 37337) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 37340) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 37343) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 37346) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 37349) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 37352) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 37355) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 37358) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 37361) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 37364) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 37367) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 37370) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 37373) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 37376) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 37379) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 37382) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 37385) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 37388) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 37391) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 37394) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 37397) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 37400) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 37403) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 37406) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 37409) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 37412) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 37415) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 37418) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 37421) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 37424) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 37427) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 37430) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 37433) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 37436) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 37439) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 37442) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 37445) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 37448) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 37451) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 37454) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 37457) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 37460) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 37463) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 37466) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 37469) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 37472) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 37475) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 37478) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 37481) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 37484) | def set_style_width(self, *args) -> Any: method set_style_x (line 37487) | def set_style_x(self, *args) -> Any: method set_style_y (line 37490) | def set_style_y(self, *args) -> Any: method set_tile (line 37493) | def set_tile(self, *args) -> Any: method set_tile_id (line 37496) | def set_tile_id(self, *args) -> Any: method set_user_data (line 37499) | def set_user_data(self, *args) -> Any: method set_width (line 37502) | def set_width(self, *args) -> Any: method set_x (line 37505) | def set_x(self, *args) -> Any: method set_y (line 37508) | def set_y(self, *args) -> Any: method style_get_selector_part (line 37511) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 37514) | def style_get_selector_state(self, *args) -> Any: method swap (line 37517) | def swap(self, *args) -> Any: method tree_walk (line 37520) | def tree_walk(self, *args) -> Any: method update_layout (line 37523) | def update_layout(self, *args) -> Any: method update_snap (line 37526) | def update_snap(self, *args) -> Any: class tabview (line 37533) | class tabview: class CLASS_EDITABLE (line 37536) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 37543) | class CLASS_GROUP_DEF: class DRAW_PART (line 37550) | class DRAW_PART: class FLAG (line 37557) | class FLAG: class TREE_WALK (line 37586) | class TREE_WALK: method add_event_cb (line 37593) | def add_event_cb(self, *args) -> Any: method add_flag (line 37596) | def add_flag(self, *args) -> Any: method add_state (line 37599) | def add_state(self, *args) -> Any: method add_style (line 37602) | def add_style(self, *args) -> Any: method add_tab (line 37605) | def add_tab(self, *args) -> Any: method align (line 37608) | def align(self, *args) -> Any: method align_to (line 37611) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 37614) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 37617) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 37620) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 37623) | def calculate_style_text_align(self, *args) -> Any: method center (line 37626) | def center(self, *args) -> Any: method check_type (line 37629) | def check_type(self, *args) -> Any: method class_create_obj (line 37632) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 37635) | def class_init_obj(self, *args) -> Any: method clean (line 37638) | def clean(self, *args) -> Any: method clear_flag (line 37641) | def clear_flag(self, *args) -> Any: method clear_state (line 37644) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 37647) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 37650) | def del_async(self, *args) -> Any: method del_delayed (line 37653) | def del_delayed(self, *args) -> Any: method delete (line 37656) | def delete(self, *args) -> Any: method dpx (line 37659) | def dpx(self, *args) -> Any: method draw_dsc_init (line 37662) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 37665) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 37668) | def enable_style_refresh(self, *args) -> Any: method event_base (line 37671) | def event_base(self, *args) -> Any: method fade_in (line 37674) | def fade_in(self, *args) -> Any: method fade_out (line 37677) | def fade_out(self, *args) -> Any: method get_child (line 37680) | def get_child(self, *args) -> Any: method get_child_cnt (line 37683) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 37686) | def get_child_id(self, *args) -> Any: method get_class (line 37689) | def get_class(self, *args) -> Any: method get_click_area (line 37692) | def get_click_area(self, *args) -> Any: method get_content (line 37695) | def get_content(self, *args) -> Any: method get_content_coords (line 37698) | def get_content_coords(self, *args) -> Any: method get_content_height (line 37701) | def get_content_height(self, *args) -> Any: method get_content_width (line 37704) | def get_content_width(self, *args) -> Any: method get_coords (line 37707) | def get_coords(self, *args) -> Any: method get_disp (line 37710) | def get_disp(self, *args) -> Any: method get_group (line 37713) | def get_group(self, *args) -> Any: method get_height (line 37716) | def get_height(self, *args) -> Any: method get_index (line 37719) | def get_index(self, *args) -> Any: method get_local_style_prop (line 37722) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 37725) | def get_parent(self, *args) -> Any: method get_screen (line 37728) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 37731) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 37734) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 37737) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 37740) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 37743) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 37746) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 37749) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 37752) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 37755) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 37758) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 37761) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 37764) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 37767) | def get_self_height(self, *args) -> Any: method get_self_width (line 37770) | def get_self_width(self, *args) -> Any: method get_state (line 37773) | def get_state(self, *args) -> Any: method get_style_align (line 37776) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 37779) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 37782) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 37785) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 37788) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 37791) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 37794) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 37797) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 37800) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 37803) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 37806) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 37809) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 37812) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 37815) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 37818) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 37821) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 37824) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 37827) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 37830) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 37833) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 37836) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 37839) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 37842) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 37845) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 37848) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 37851) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 37854) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 37857) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 37860) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 37863) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 37866) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 37869) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 37872) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 37875) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 37878) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 37881) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 37884) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 37887) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 37890) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 37893) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 37896) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 37899) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 37902) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 37905) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 37908) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 37911) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 37914) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 37917) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 37920) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 37923) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 37926) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 37929) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 37932) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 37935) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 37938) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 37941) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 37944) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 37947) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 37950) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 37953) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 37956) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 37959) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 37962) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 37965) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 37968) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 37971) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 37974) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 37977) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 37980) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 37983) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 37986) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 37989) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 37992) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 37995) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 37998) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 38001) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 38004) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 38007) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 38010) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 38013) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 38016) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 38019) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 38022) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 38025) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 38028) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 38031) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 38034) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 38037) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 38040) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 38043) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 38046) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 38049) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 38052) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 38055) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 38058) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 38061) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 38064) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 38067) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 38070) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 38073) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 38076) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 38079) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 38082) | def get_style_width(self, *args) -> Any: method get_style_x (line 38085) | def get_style_x(self, *args) -> Any: method get_style_y (line 38088) | def get_style_y(self, *args) -> Any: method get_tab_act (line 38091) | def get_tab_act(self, *args) -> Any: method get_tab_btns (line 38094) | def get_tab_btns(self, *args) -> Any: method get_user_data (line 38097) | def get_user_data(self, *args) -> Any: method get_width (line 38100) | def get_width(self, *args) -> Any: method get_x (line 38103) | def get_x(self, *args) -> Any: method get_x2 (line 38106) | def get_x2(self, *args) -> Any: method get_x_aligned (line 38109) | def get_x_aligned(self, *args) -> Any: method get_y (line 38112) | def get_y(self, *args) -> Any: method get_y2 (line 38115) | def get_y2(self, *args) -> Any: method get_y_aligned (line 38118) | def get_y_aligned(self, *args) -> Any: method has_class (line 38121) | def has_class(self, *args) -> Any: method has_flag (line 38124) | def has_flag(self, *args) -> Any: method has_flag_any (line 38127) | def has_flag_any(self, *args) -> Any: method has_state (line 38130) | def has_state(self, *args) -> Any: method hit_test (line 38133) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 38136) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 38139) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 38142) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 38145) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 38148) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 38151) | def invalidate(self, *args) -> Any: method invalidate_area (line 38154) | def invalidate_area(self, *args) -> Any: method is_editable (line 38157) | def is_editable(self, *args) -> Any: method is_group_def (line 38160) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 38163) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 38166) | def is_scrolling(self, *args) -> Any: method is_valid (line 38169) | def is_valid(self, *args) -> Any: method is_visible (line 38172) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 38175) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 38178) | def move_background(self, *args) -> Any: method move_children_by (line 38181) | def move_children_by(self, *args) -> Any: method move_foreground (line 38184) | def move_foreground(self, *args) -> Any: method move_to (line 38187) | def move_to(self, *args) -> Any: method move_to_index (line 38190) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 38193) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 38196) | def refr_pos(self, *args) -> Any: method refr_size (line 38199) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 38202) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 38205) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 38208) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 38211) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 38214) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 38217) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 38220) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 38223) | def remove_style(self, *args) -> Any: method remove_style_all (line 38226) | def remove_style_all(self, *args) -> Any: method report_style_change (line 38229) | def report_style_change(self, *args) -> Any: method scroll_by (line 38232) | def scroll_by(self, *args) -> Any: method scroll_to (line 38235) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 38238) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 38241) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 38244) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 38247) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 38250) | def scrollbar_invalidate(self, *args) -> Any: method set_act (line 38253) | def set_act(self, *args) -> Any: method set_align (line 38256) | def set_align(self, *args) -> Any: method set_content_height (line 38259) | def set_content_height(self, *args) -> Any: method set_content_width (line 38262) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 38265) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 38268) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 38271) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 38274) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 38277) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 38280) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 38283) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 38286) | def set_height(self, *args) -> Any: method set_layout (line 38289) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 38292) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 38295) | def set_parent(self, *args) -> Any: method set_pos (line 38298) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 38301) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 38304) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 38307) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 38310) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 38313) | def set_size(self, *args) -> Any: method set_style_align (line 38316) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 38319) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 38322) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 38325) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 38328) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 38331) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 38334) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 38337) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 38340) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 38343) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 38346) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 38349) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 38352) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 38355) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 38358) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 38361) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 38364) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 38367) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 38370) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 38373) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 38376) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 38379) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 38382) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 38385) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 38388) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 38391) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 38394) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 38397) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 38400) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 38403) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 38406) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 38409) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 38412) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 38415) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 38418) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 38421) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 38424) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 38427) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 38430) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 38433) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 38436) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 38439) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 38442) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 38445) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 38448) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 38451) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 38454) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 38457) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 38460) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 38463) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 38466) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 38469) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 38472) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 38475) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 38478) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 38481) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 38484) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 38487) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 38490) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 38493) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 38496) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 38499) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 38502) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 38505) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 38508) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 38511) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 38514) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 38517) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 38520) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 38523) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 38526) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 38529) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 38532) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 38535) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 38538) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 38541) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 38544) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 38547) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 38550) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 38553) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 38556) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 38559) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 38562) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 38565) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 38568) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 38571) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 38574) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 38577) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 38580) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 38583) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 38586) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 38589) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 38592) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 38595) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 38598) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 38601) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 38604) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 38607) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 38610) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 38613) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 38616) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 38619) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 38622) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 38625) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 38628) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 38631) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 38634) | def set_style_width(self, *args) -> Any: method set_style_x (line 38637) | def set_style_x(self, *args) -> Any: method set_style_y (line 38640) | def set_style_y(self, *args) -> Any: method set_tile (line 38643) | def set_tile(self, *args) -> Any: method set_tile_id (line 38646) | def set_tile_id(self, *args) -> Any: method set_user_data (line 38649) | def set_user_data(self, *args) -> Any: method set_width (line 38652) | def set_width(self, *args) -> Any: method set_x (line 38655) | def set_x(self, *args) -> Any: method set_y (line 38658) | def set_y(self, *args) -> Any: method style_get_selector_part (line 38661) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 38664) | def style_get_selector_state(self, *args) -> Any: method swap (line 38667) | def swap(self, *args) -> Any: method tree_walk (line 38670) | def tree_walk(self, *args) -> Any: method update_layout (line 38673) | def update_layout(self, *args) -> Any: method update_snap (line 38676) | def update_snap(self, *args) -> Any: function task_handler (line 38683) | def task_handler(*args) -> Any: class textarea (line 38687) | class textarea: class CLASS_EDITABLE (line 38690) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 38697) | class CLASS_GROUP_DEF: class DRAW_PART (line 38704) | class DRAW_PART: class FLAG (line 38711) | class FLAG: class TREE_WALK (line 38740) | class TREE_WALK: method add_char (line 38747) | def add_char(self, *args) -> Any: method add_event_cb (line 38750) | def add_event_cb(self, *args) -> Any: method add_flag (line 38753) | def add_flag(self, *args) -> Any: method add_state (line 38756) | def add_state(self, *args) -> Any: method add_style (line 38759) | def add_style(self, *args) -> Any: method add_text (line 38762) | def add_text(self, *args) -> Any: method align (line 38765) | def align(self, *args) -> Any: method align_to (line 38768) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 38771) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 38774) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 38777) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 38780) | def calculate_style_text_align(self, *args) -> Any: method center (line 38783) | def center(self, *args) -> Any: method check_type (line 38786) | def check_type(self, *args) -> Any: method class_create_obj (line 38789) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 38792) | def class_init_obj(self, *args) -> Any: method clean (line 38795) | def clean(self, *args) -> Any: method clear_flag (line 38798) | def clear_flag(self, *args) -> Any: method clear_selection (line 38801) | def clear_selection(self, *args) -> Any: method clear_state (line 38804) | def clear_state(self, *args) -> Any: method cursor_down (line 38807) | def cursor_down(self, *args) -> Any: method cursor_left (line 38810) | def cursor_left(self, *args) -> Any: method cursor_right (line 38813) | def cursor_right(self, *args) -> Any: method cursor_up (line 38816) | def cursor_up(self, *args) -> Any: method del_anim_ready_cb (line 38819) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 38822) | def del_async(self, *args) -> Any: method del_char (line 38825) | def del_char(self, *args) -> Any: method del_char_forward (line 38828) | def del_char_forward(self, *args) -> Any: method del_delayed (line 38831) | def del_delayed(self, *args) -> Any: method delete (line 38834) | def delete(self, *args) -> Any: method dpx (line 38837) | def dpx(self, *args) -> Any: method draw_dsc_init (line 38840) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 38843) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 38846) | def enable_style_refresh(self, *args) -> Any: method event_base (line 38849) | def event_base(self, *args) -> Any: method fade_in (line 38852) | def fade_in(self, *args) -> Any: method fade_out (line 38855) | def fade_out(self, *args) -> Any: method get_accepted_chars (line 38858) | def get_accepted_chars(self, *args) -> Any: method get_child (line 38861) | def get_child(self, *args) -> Any: method get_child_cnt (line 38864) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 38867) | def get_child_id(self, *args) -> Any: method get_class (line 38870) | def get_class(self, *args) -> Any: method get_click_area (line 38873) | def get_click_area(self, *args) -> Any: method get_content_coords (line 38876) | def get_content_coords(self, *args) -> Any: method get_content_height (line 38879) | def get_content_height(self, *args) -> Any: method get_content_width (line 38882) | def get_content_width(self, *args) -> Any: method get_coords (line 38885) | def get_coords(self, *args) -> Any: method get_cursor_click_pos (line 38888) | def get_cursor_click_pos(self, *args) -> Any: method get_cursor_pos (line 38891) | def get_cursor_pos(self, *args) -> Any: method get_disp (line 38894) | def get_disp(self, *args) -> Any: method get_group (line 38897) | def get_group(self, *args) -> Any: method get_height (line 38900) | def get_height(self, *args) -> Any: method get_index (line 38903) | def get_index(self, *args) -> Any: method get_label (line 38906) | def get_label(self, *args) -> Any: method get_local_style_prop (line 38909) | def get_local_style_prop(self, *args) -> Any: method get_max_length (line 38912) | def get_max_length(self, *args) -> Any: method get_one_line (line 38915) | def get_one_line(self, *args) -> Any: method get_parent (line 38918) | def get_parent(self, *args) -> Any: method get_password_mode (line 38921) | def get_password_mode(self, *args) -> Any: method get_password_show_time (line 38924) | def get_password_show_time(self, *args) -> Any: method get_placeholder_text (line 38927) | def get_placeholder_text(self, *args) -> Any: method get_screen (line 38930) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 38933) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 38936) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 38939) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 38942) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 38945) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 38948) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 38951) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 38954) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 38957) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 38960) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 38963) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 38966) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 38969) | def get_self_height(self, *args) -> Any: method get_self_width (line 38972) | def get_self_width(self, *args) -> Any: method get_state (line 38975) | def get_state(self, *args) -> Any: method get_style_align (line 38978) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 38981) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 38984) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 38987) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 38990) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 38993) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 38996) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 38999) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 39002) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 39005) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 39008) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 39011) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 39014) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 39017) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 39020) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 39023) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 39026) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 39029) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 39032) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 39035) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 39038) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 39041) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 39044) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 39047) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 39050) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 39053) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 39056) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 39059) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 39062) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 39065) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 39068) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 39071) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 39074) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 39077) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 39080) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 39083) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 39086) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 39089) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 39092) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 39095) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 39098) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 39101) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 39104) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 39107) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 39110) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 39113) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 39116) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 39119) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 39122) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 39125) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 39128) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 39131) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 39134) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 39137) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 39140) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 39143) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 39146) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 39149) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 39152) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 39155) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 39158) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 39161) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 39164) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 39167) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 39170) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 39173) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 39176) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 39179) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 39182) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 39185) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 39188) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 39191) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 39194) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 39197) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 39200) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 39203) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 39206) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 39209) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 39212) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 39215) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 39218) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 39221) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 39224) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 39227) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 39230) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 39233) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 39236) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 39239) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 39242) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 39245) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 39248) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 39251) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 39254) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 39257) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 39260) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 39263) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 39266) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 39269) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 39272) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 39275) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 39278) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 39281) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 39284) | def get_style_width(self, *args) -> Any: method get_style_x (line 39287) | def get_style_x(self, *args) -> Any: method get_style_y (line 39290) | def get_style_y(self, *args) -> Any: method get_text (line 39293) | def get_text(self, *args) -> Any: method get_text_selection (line 39296) | def get_text_selection(self, *args) -> Any: method get_user_data (line 39299) | def get_user_data(self, *args) -> Any: method get_width (line 39302) | def get_width(self, *args) -> Any: method get_x (line 39305) | def get_x(self, *args) -> Any: method get_x2 (line 39308) | def get_x2(self, *args) -> Any: method get_x_aligned (line 39311) | def get_x_aligned(self, *args) -> Any: method get_y (line 39314) | def get_y(self, *args) -> Any: method get_y2 (line 39317) | def get_y2(self, *args) -> Any: method get_y_aligned (line 39320) | def get_y_aligned(self, *args) -> Any: method has_class (line 39323) | def has_class(self, *args) -> Any: method has_flag (line 39326) | def has_flag(self, *args) -> Any: method has_flag_any (line 39329) | def has_flag_any(self, *args) -> Any: method has_state (line 39332) | def has_state(self, *args) -> Any: method hit_test (line 39335) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 39338) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 39341) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 39344) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 39347) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 39350) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 39353) | def invalidate(self, *args) -> Any: method invalidate_area (line 39356) | def invalidate_area(self, *args) -> Any: method is_editable (line 39359) | def is_editable(self, *args) -> Any: method is_group_def (line 39362) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 39365) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 39368) | def is_scrolling(self, *args) -> Any: method is_valid (line 39371) | def is_valid(self, *args) -> Any: method is_visible (line 39374) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 39377) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 39380) | def move_background(self, *args) -> Any: method move_children_by (line 39383) | def move_children_by(self, *args) -> Any: method move_foreground (line 39386) | def move_foreground(self, *args) -> Any: method move_to (line 39389) | def move_to(self, *args) -> Any: method move_to_index (line 39392) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 39395) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 39398) | def refr_pos(self, *args) -> Any: method refr_size (line 39401) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 39404) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 39407) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 39410) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 39413) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 39416) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 39419) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 39422) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 39425) | def remove_style(self, *args) -> Any: method remove_style_all (line 39428) | def remove_style_all(self, *args) -> Any: method report_style_change (line 39431) | def report_style_change(self, *args) -> Any: method scroll_by (line 39434) | def scroll_by(self, *args) -> Any: method scroll_to (line 39437) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 39440) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 39443) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 39446) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 39449) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 39452) | def scrollbar_invalidate(self, *args) -> Any: method set_accepted_chars (line 39455) | def set_accepted_chars(self, *args) -> Any: method set_align (line 39458) | def set_align(self, *args) -> Any: method set_content_height (line 39461) | def set_content_height(self, *args) -> Any: method set_content_width (line 39464) | def set_content_width(self, *args) -> Any: method set_cursor_click_pos (line 39467) | def set_cursor_click_pos(self, *args) -> Any: method set_cursor_pos (line 39470) | def set_cursor_pos(self, *args) -> Any: method set_ext_click_area (line 39473) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 39476) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 39479) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 39482) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 39485) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 39488) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 39491) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 39494) | def set_height(self, *args) -> Any: method set_insert_replace (line 39497) | def set_insert_replace(self, *args) -> Any: method set_layout (line 39500) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 39503) | def set_local_style_prop(self, *args) -> Any: method set_max_length (line 39506) | def set_max_length(self, *args) -> Any: method set_one_line (line 39509) | def set_one_line(self, *args) -> Any: method set_parent (line 39512) | def set_parent(self, *args) -> Any: method set_password_mode (line 39515) | def set_password_mode(self, *args) -> Any: method set_password_show_time (line 39518) | def set_password_show_time(self, *args) -> Any: method set_placeholder_text (line 39521) | def set_placeholder_text(self, *args) -> Any: method set_pos (line 39524) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 39527) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 39530) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 39533) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 39536) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 39539) | def set_size(self, *args) -> Any: method set_style_align (line 39542) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 39545) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 39548) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 39551) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 39554) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 39557) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 39560) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 39563) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 39566) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 39569) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 39572) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 39575) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 39578) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 39581) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 39584) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 39587) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 39590) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 39593) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 39596) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 39599) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 39602) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 39605) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 39608) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 39611) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 39614) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 39617) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 39620) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 39623) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 39626) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 39629) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 39632) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 39635) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 39638) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 39641) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 39644) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 39647) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 39650) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 39653) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 39656) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 39659) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 39662) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 39665) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 39668) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 39671) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 39674) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 39677) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 39680) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 39683) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 39686) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 39689) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 39692) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 39695) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 39698) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 39701) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 39704) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 39707) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 39710) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 39713) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 39716) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 39719) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 39722) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 39725) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 39728) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 39731) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 39734) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 39737) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 39740) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 39743) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 39746) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 39749) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 39752) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 39755) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 39758) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 39761) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 39764) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 39767) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 39770) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 39773) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 39776) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 39779) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 39782) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 39785) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 39788) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 39791) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 39794) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 39797) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 39800) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 39803) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 39806) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 39809) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 39812) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 39815) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 39818) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 39821) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 39824) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 39827) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 39830) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 39833) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 39836) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 39839) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 39842) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 39845) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 39848) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 39851) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 39854) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 39857) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 39860) | def set_style_width(self, *args) -> Any: method set_style_x (line 39863) | def set_style_x(self, *args) -> Any: method set_style_y (line 39866) | def set_style_y(self, *args) -> Any: method set_text (line 39869) | def set_text(self, *args) -> Any: method set_text_selection (line 39872) | def set_text_selection(self, *args) -> Any: method set_tile (line 39875) | def set_tile(self, *args) -> Any: method set_tile_id (line 39878) | def set_tile_id(self, *args) -> Any: method set_user_data (line 39881) | def set_user_data(self, *args) -> Any: method set_width (line 39884) | def set_width(self, *args) -> Any: method set_x (line 39887) | def set_x(self, *args) -> Any: method set_y (line 39890) | def set_y(self, *args) -> Any: method style_get_selector_part (line 39893) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 39896) | def style_get_selector_state(self, *args) -> Any: method swap (line 39899) | def swap(self, *args) -> Any: method text_is_selected (line 39902) | def text_is_selected(self, *args) -> Any: method tree_walk (line 39905) | def tree_walk(self, *args) -> Any: method update_layout (line 39908) | def update_layout(self, *args) -> Any: method update_snap (line 39911) | def update_snap(self, *args) -> Any: function theme_apply (line 39918) | def theme_apply(*args) -> Any: function theme_basic_init (line 39922) | def theme_basic_init(*args) -> Any: function theme_default_init (line 39926) | def theme_default_init(*args) -> Any: function theme_default_is_inited (line 39930) | def theme_default_is_inited(*args) -> Any: function theme_get_color_primary (line 39934) | def theme_get_color_primary(*args) -> Any: function theme_get_color_secondary (line 39938) | def theme_get_color_secondary(*args) -> Any: function theme_get_font_large (line 39942) | def theme_get_font_large(*args) -> Any: function theme_get_font_normal (line 39946) | def theme_get_font_normal(*args) -> Any: function theme_get_font_small (line 39950) | def theme_get_font_small(*args) -> Any: function theme_get_from_obj (line 39954) | def theme_get_from_obj(*args) -> Any: function theme_mono_init (line 39958) | def theme_mono_init(*args) -> Any: class theme_t (line 39962) | class theme_t: method set_apply_cb (line 39965) | def set_apply_cb(self, *args) -> Any: method set_parent (line 39968) | def set_parent(self, *args) -> Any: function tick_elaps (line 39972) | def tick_elaps(*args) -> Any: function tick_get (line 39976) | def tick_get(*args) -> Any: function tick_inc (line 39980) | def tick_inc(*args) -> Any: class tileview (line 39984) | class tileview: class CLASS_EDITABLE (line 39987) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 39994) | class CLASS_GROUP_DEF: class DRAW_PART (line 40001) | class DRAW_PART: class FLAG (line 40008) | class FLAG: class TREE_WALK (line 40037) | class TREE_WALK: method add_event_cb (line 40044) | def add_event_cb(self, *args) -> Any: method add_flag (line 40047) | def add_flag(self, *args) -> Any: method add_state (line 40050) | def add_state(self, *args) -> Any: method add_style (line 40053) | def add_style(self, *args) -> Any: method add_tile (line 40056) | def add_tile(self, *args) -> Any: method align (line 40059) | def align(self, *args) -> Any: method align_to (line 40062) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 40065) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 40068) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 40071) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 40074) | def calculate_style_text_align(self, *args) -> Any: method center (line 40077) | def center(self, *args) -> Any: method check_type (line 40080) | def check_type(self, *args) -> Any: method class_create_obj (line 40083) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 40086) | def class_init_obj(self, *args) -> Any: method clean (line 40089) | def clean(self, *args) -> Any: method clear_flag (line 40092) | def clear_flag(self, *args) -> Any: method clear_state (line 40095) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 40098) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 40101) | def del_async(self, *args) -> Any: method del_delayed (line 40104) | def del_delayed(self, *args) -> Any: method delete (line 40107) | def delete(self, *args) -> Any: method dpx (line 40110) | def dpx(self, *args) -> Any: method draw_dsc_init (line 40113) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 40116) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 40119) | def enable_style_refresh(self, *args) -> Any: method event_base (line 40122) | def event_base(self, *args) -> Any: method fade_in (line 40125) | def fade_in(self, *args) -> Any: method fade_out (line 40128) | def fade_out(self, *args) -> Any: method get_child (line 40131) | def get_child(self, *args) -> Any: method get_child_cnt (line 40134) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 40137) | def get_child_id(self, *args) -> Any: method get_class (line 40140) | def get_class(self, *args) -> Any: method get_click_area (line 40143) | def get_click_area(self, *args) -> Any: method get_content_coords (line 40146) | def get_content_coords(self, *args) -> Any: method get_content_height (line 40149) | def get_content_height(self, *args) -> Any: method get_content_width (line 40152) | def get_content_width(self, *args) -> Any: method get_coords (line 40155) | def get_coords(self, *args) -> Any: method get_disp (line 40158) | def get_disp(self, *args) -> Any: method get_group (line 40161) | def get_group(self, *args) -> Any: method get_height (line 40164) | def get_height(self, *args) -> Any: method get_index (line 40167) | def get_index(self, *args) -> Any: method get_local_style_prop (line 40170) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 40173) | def get_parent(self, *args) -> Any: method get_screen (line 40176) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 40179) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 40182) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 40185) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 40188) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 40191) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 40194) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 40197) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 40200) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 40203) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 40206) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 40209) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 40212) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 40215) | def get_self_height(self, *args) -> Any: method get_self_width (line 40218) | def get_self_width(self, *args) -> Any: method get_state (line 40221) | def get_state(self, *args) -> Any: method get_style_align (line 40224) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 40227) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 40230) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 40233) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 40236) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 40239) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 40242) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 40245) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 40248) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 40251) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 40254) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 40257) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 40260) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 40263) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 40266) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 40269) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 40272) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 40275) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 40278) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 40281) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 40284) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 40287) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 40290) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 40293) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 40296) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 40299) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 40302) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 40305) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 40308) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 40311) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 40314) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 40317) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 40320) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 40323) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 40326) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 40329) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 40332) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 40335) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 40338) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 40341) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 40344) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 40347) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 40350) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 40353) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 40356) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 40359) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 40362) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 40365) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 40368) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 40371) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 40374) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 40377) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 40380) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 40383) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 40386) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 40389) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 40392) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 40395) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 40398) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 40401) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 40404) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 40407) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 40410) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 40413) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 40416) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 40419) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 40422) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 40425) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 40428) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 40431) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 40434) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 40437) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 40440) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 40443) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 40446) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 40449) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 40452) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 40455) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 40458) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 40461) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 40464) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 40467) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 40470) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 40473) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 40476) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 40479) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 40482) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 40485) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 40488) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 40491) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 40494) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 40497) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 40500) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 40503) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 40506) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 40509) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 40512) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 40515) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 40518) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 40521) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 40524) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 40527) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 40530) | def get_style_width(self, *args) -> Any: method get_style_x (line 40533) | def get_style_x(self, *args) -> Any: method get_style_y (line 40536) | def get_style_y(self, *args) -> Any: method get_tile_act (line 40539) | def get_tile_act(self, *args) -> Any: method get_user_data (line 40542) | def get_user_data(self, *args) -> Any: method get_width (line 40545) | def get_width(self, *args) -> Any: method get_x (line 40548) | def get_x(self, *args) -> Any: method get_x2 (line 40551) | def get_x2(self, *args) -> Any: method get_x_aligned (line 40554) | def get_x_aligned(self, *args) -> Any: method get_y (line 40557) | def get_y(self, *args) -> Any: method get_y2 (line 40560) | def get_y2(self, *args) -> Any: method get_y_aligned (line 40563) | def get_y_aligned(self, *args) -> Any: method has_class (line 40566) | def has_class(self, *args) -> Any: method has_flag (line 40569) | def has_flag(self, *args) -> Any: method has_flag_any (line 40572) | def has_flag_any(self, *args) -> Any: method has_state (line 40575) | def has_state(self, *args) -> Any: method hit_test (line 40578) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 40581) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 40584) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 40587) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 40590) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 40593) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 40596) | def invalidate(self, *args) -> Any: method invalidate_area (line 40599) | def invalidate_area(self, *args) -> Any: method is_editable (line 40602) | def is_editable(self, *args) -> Any: method is_group_def (line 40605) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 40608) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 40611) | def is_scrolling(self, *args) -> Any: method is_valid (line 40614) | def is_valid(self, *args) -> Any: method is_visible (line 40617) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 40620) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 40623) | def move_background(self, *args) -> Any: method move_children_by (line 40626) | def move_children_by(self, *args) -> Any: method move_foreground (line 40629) | def move_foreground(self, *args) -> Any: method move_to (line 40632) | def move_to(self, *args) -> Any: method move_to_index (line 40635) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 40638) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 40641) | def refr_pos(self, *args) -> Any: method refr_size (line 40644) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 40647) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 40650) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 40653) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 40656) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 40659) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 40662) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 40665) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 40668) | def remove_style(self, *args) -> Any: method remove_style_all (line 40671) | def remove_style_all(self, *args) -> Any: method report_style_change (line 40674) | def report_style_change(self, *args) -> Any: method scroll_by (line 40677) | def scroll_by(self, *args) -> Any: method scroll_to (line 40680) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 40683) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 40686) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 40689) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 40692) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 40695) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 40698) | def set_align(self, *args) -> Any: method set_content_height (line 40701) | def set_content_height(self, *args) -> Any: method set_content_width (line 40704) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 40707) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 40710) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 40713) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 40716) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 40719) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 40722) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 40725) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 40728) | def set_height(self, *args) -> Any: method set_layout (line 40731) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 40734) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 40737) | def set_parent(self, *args) -> Any: method set_pos (line 40740) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 40743) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 40746) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 40749) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 40752) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 40755) | def set_size(self, *args) -> Any: method set_style_align (line 40758) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 40761) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 40764) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 40767) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 40770) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 40773) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 40776) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 40779) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 40782) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 40785) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 40788) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 40791) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 40794) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 40797) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 40800) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 40803) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 40806) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 40809) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 40812) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 40815) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 40818) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 40821) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 40824) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 40827) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 40830) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 40833) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 40836) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 40839) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 40842) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 40845) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 40848) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 40851) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 40854) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 40857) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 40860) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 40863) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 40866) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 40869) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 40872) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 40875) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 40878) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 40881) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 40884) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 40887) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 40890) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 40893) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 40896) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 40899) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 40902) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 40905) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 40908) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 40911) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 40914) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 40917) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 40920) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 40923) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 40926) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 40929) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 40932) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 40935) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 40938) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 40941) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 40944) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 40947) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 40950) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 40953) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 40956) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 40959) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 40962) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 40965) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 40968) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 40971) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 40974) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 40977) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 40980) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 40983) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 40986) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 40989) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 40992) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 40995) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 40998) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 41001) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 41004) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 41007) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 41010) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 41013) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 41016) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 41019) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 41022) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 41025) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 41028) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 41031) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 41034) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 41037) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 41040) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 41043) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 41046) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 41049) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 41052) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 41055) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 41058) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 41061) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 41064) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 41067) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 41070) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 41073) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 41076) | def set_style_width(self, *args) -> Any: method set_style_x (line 41079) | def set_style_x(self, *args) -> Any: method set_style_y (line 41082) | def set_style_y(self, *args) -> Any: method set_tile (line 41085) | def set_tile(self, *args) -> Any: method set_tile_id (line 41088) | def set_tile_id(self, *args) -> Any: method set_user_data (line 41091) | def set_user_data(self, *args) -> Any: method set_width (line 41094) | def set_width(self, *args) -> Any: method set_x (line 41097) | def set_x(self, *args) -> Any: method set_y (line 41100) | def set_y(self, *args) -> Any: method style_get_selector_part (line 41103) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 41106) | def style_get_selector_state(self, *args) -> Any: method swap (line 41109) | def swap(self, *args) -> Any: method tree_walk (line 41112) | def tree_walk(self, *args) -> Any: method update_layout (line 41115) | def update_layout(self, *args) -> Any: method update_snap (line 41118) | def update_snap(self, *args) -> Any: function timer_create (line 41126) | def timer_create(*args) -> Any: function timer_create_basic (line 41130) | def timer_create_basic(*args) -> Any: function timer_enable (line 41134) | def timer_enable(*args) -> Any: function timer_get_idle (line 41138) | def timer_get_idle(*args) -> Any: function timer_handler (line 41142) | def timer_handler(*args) -> Any: class timer_t (line 41146) | class timer_t: method get_next (line 41149) | def get_next(self, *args) -> Any: method pause (line 41152) | def pause(self, *args) -> Any: method ready (line 41155) | def ready(self, *args) -> Any: method reset (line 41158) | def reset(self, *args) -> Any: method resume (line 41161) | def resume(self, *args) -> Any: method set_cb (line 41164) | def set_cb(self, *args) -> Any: method set_period (line 41167) | def set_period(self, *args) -> Any: method set_repeat_count (line 41170) | def set_repeat_count(self, *args) -> Any: function trigo_cos (line 41174) | def trigo_cos(*args) -> Any: function trigo_sin (line 41178) | def trigo_sin(*args) -> Any: function txt_get_size (line 41182) | def txt_get_size(*args) -> Any: function txt_get_width (line 41186) | def txt_get_width(*args) -> Any: function version_info (line 41190) | def version_info(*args) -> Any: function version_major (line 41194) | def version_major(*args) -> Any: function version_minor (line 41198) | def version_minor(*args) -> Any: function version_patch (line 41202) | def version_patch(*args) -> Any: class win (line 41206) | class win: class CLASS_EDITABLE (line 41209) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 41216) | class CLASS_GROUP_DEF: class DRAW_PART (line 41223) | class DRAW_PART: class FLAG (line 41230) | class FLAG: class TREE_WALK (line 41259) | class TREE_WALK: method add_btn (line 41266) | def add_btn(self, *args) -> Any: method add_event_cb (line 41269) | def add_event_cb(self, *args) -> Any: method add_flag (line 41272) | def add_flag(self, *args) -> Any: method add_state (line 41275) | def add_state(self, *args) -> Any: method add_style (line 41278) | def add_style(self, *args) -> Any: method add_title (line 41281) | def add_title(self, *args) -> Any: method align (line 41284) | def align(self, *args) -> Any: method align_to (line 41287) | def align_to(self, *args) -> Any: method allocate_spec_attr (line 41290) | def allocate_spec_attr(self, *args) -> Any: method area_is_visible (line 41293) | def area_is_visible(self, *args) -> Any: method calculate_ext_draw_size (line 41296) | def calculate_ext_draw_size(self, *args) -> Any: method calculate_style_text_align (line 41299) | def calculate_style_text_align(self, *args) -> Any: method center (line 41302) | def center(self, *args) -> Any: method check_type (line 41305) | def check_type(self, *args) -> Any: method class_create_obj (line 41308) | def class_create_obj(self, *args) -> Any: method class_init_obj (line 41311) | def class_init_obj(self, *args) -> Any: method clean (line 41314) | def clean(self, *args) -> Any: method clear_flag (line 41317) | def clear_flag(self, *args) -> Any: method clear_state (line 41320) | def clear_state(self, *args) -> Any: method del_anim_ready_cb (line 41323) | def del_anim_ready_cb(self, *args) -> Any: method del_async (line 41326) | def del_async(self, *args) -> Any: method del_delayed (line 41329) | def del_delayed(self, *args) -> Any: method delete (line 41332) | def delete(self, *args) -> Any: method dpx (line 41335) | def dpx(self, *args) -> Any: method draw_dsc_init (line 41338) | def draw_dsc_init(self, *args) -> Any: method draw_part_check_type (line 41341) | def draw_part_check_type(self, *args) -> Any: method enable_style_refresh (line 41344) | def enable_style_refresh(self, *args) -> Any: method event_base (line 41347) | def event_base(self, *args) -> Any: method fade_in (line 41350) | def fade_in(self, *args) -> Any: method fade_out (line 41353) | def fade_out(self, *args) -> Any: method get_child (line 41356) | def get_child(self, *args) -> Any: method get_child_cnt (line 41359) | def get_child_cnt(self, *args) -> Any: method get_child_id (line 41362) | def get_child_id(self, *args) -> Any: method get_class (line 41365) | def get_class(self, *args) -> Any: method get_click_area (line 41368) | def get_click_area(self, *args) -> Any: method get_content (line 41371) | def get_content(self, *args) -> Any: method get_content_coords (line 41374) | def get_content_coords(self, *args) -> Any: method get_content_height (line 41377) | def get_content_height(self, *args) -> Any: method get_content_width (line 41380) | def get_content_width(self, *args) -> Any: method get_coords (line 41383) | def get_coords(self, *args) -> Any: method get_disp (line 41386) | def get_disp(self, *args) -> Any: method get_group (line 41389) | def get_group(self, *args) -> Any: method get_header (line 41392) | def get_header(self, *args) -> Any: method get_height (line 41395) | def get_height(self, *args) -> Any: method get_index (line 41398) | def get_index(self, *args) -> Any: method get_local_style_prop (line 41401) | def get_local_style_prop(self, *args) -> Any: method get_parent (line 41404) | def get_parent(self, *args) -> Any: method get_screen (line 41407) | def get_screen(self, *args) -> Any: method get_scroll_bottom (line 41410) | def get_scroll_bottom(self, *args) -> Any: method get_scroll_dir (line 41413) | def get_scroll_dir(self, *args) -> Any: method get_scroll_end (line 41416) | def get_scroll_end(self, *args) -> Any: method get_scroll_left (line 41419) | def get_scroll_left(self, *args) -> Any: method get_scroll_right (line 41422) | def get_scroll_right(self, *args) -> Any: method get_scroll_snap_x (line 41425) | def get_scroll_snap_x(self, *args) -> Any: method get_scroll_snap_y (line 41428) | def get_scroll_snap_y(self, *args) -> Any: method get_scroll_top (line 41431) | def get_scroll_top(self, *args) -> Any: method get_scroll_x (line 41434) | def get_scroll_x(self, *args) -> Any: method get_scroll_y (line 41437) | def get_scroll_y(self, *args) -> Any: method get_scrollbar_area (line 41440) | def get_scrollbar_area(self, *args) -> Any: method get_scrollbar_mode (line 41443) | def get_scrollbar_mode(self, *args) -> Any: method get_self_height (line 41446) | def get_self_height(self, *args) -> Any: method get_self_width (line 41449) | def get_self_width(self, *args) -> Any: method get_state (line 41452) | def get_state(self, *args) -> Any: method get_style_align (line 41455) | def get_style_align(self, *args) -> Any: method get_style_anim_speed (line 41458) | def get_style_anim_speed(self, *args) -> Any: method get_style_anim_time (line 41461) | def get_style_anim_time(self, *args) -> Any: method get_style_arc_color (line 41464) | def get_style_arc_color(self, *args) -> Any: method get_style_arc_color_filtered (line 41467) | def get_style_arc_color_filtered(self, *args) -> Any: method get_style_arc_img_src (line 41470) | def get_style_arc_img_src(self, *args) -> Any: method get_style_arc_opa (line 41473) | def get_style_arc_opa(self, *args) -> Any: method get_style_arc_rounded (line 41476) | def get_style_arc_rounded(self, *args) -> Any: method get_style_arc_width (line 41479) | def get_style_arc_width(self, *args) -> Any: method get_style_base_dir (line 41482) | def get_style_base_dir(self, *args) -> Any: method get_style_bg_color (line 41485) | def get_style_bg_color(self, *args) -> Any: method get_style_bg_color_filtered (line 41488) | def get_style_bg_color_filtered(self, *args) -> Any: method get_style_bg_grad_color (line 41491) | def get_style_bg_grad_color(self, *args) -> Any: method get_style_bg_grad_color_filtered (line 41494) | def get_style_bg_grad_color_filtered(self, *args) -> Any: method get_style_bg_grad_dir (line 41497) | def get_style_bg_grad_dir(self, *args) -> Any: method get_style_bg_grad_stop (line 41500) | def get_style_bg_grad_stop(self, *args) -> Any: method get_style_bg_img_opa (line 41503) | def get_style_bg_img_opa(self, *args) -> Any: method get_style_bg_img_recolor (line 41506) | def get_style_bg_img_recolor(self, *args) -> Any: method get_style_bg_img_recolor_filtered (line 41509) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: method get_style_bg_img_recolor_opa (line 41512) | def get_style_bg_img_recolor_opa(self, *args) -> Any: method get_style_bg_img_src (line 41515) | def get_style_bg_img_src(self, *args) -> Any: method get_style_bg_img_tiled (line 41518) | def get_style_bg_img_tiled(self, *args) -> Any: method get_style_bg_main_stop (line 41521) | def get_style_bg_main_stop(self, *args) -> Any: method get_style_bg_opa (line 41524) | def get_style_bg_opa(self, *args) -> Any: method get_style_blend_mode (line 41527) | def get_style_blend_mode(self, *args) -> Any: method get_style_border_color (line 41530) | def get_style_border_color(self, *args) -> Any: method get_style_border_color_filtered (line 41533) | def get_style_border_color_filtered(self, *args) -> Any: method get_style_border_opa (line 41536) | def get_style_border_opa(self, *args) -> Any: method get_style_border_post (line 41539) | def get_style_border_post(self, *args) -> Any: method get_style_border_side (line 41542) | def get_style_border_side(self, *args) -> Any: method get_style_border_width (line 41545) | def get_style_border_width(self, *args) -> Any: method get_style_clip_corner (line 41548) | def get_style_clip_corner(self, *args) -> Any: method get_style_color_filter_dsc (line 41551) | def get_style_color_filter_dsc(self, *args) -> Any: method get_style_color_filter_opa (line 41554) | def get_style_color_filter_opa(self, *args) -> Any: method get_style_flex_cross_place (line 41557) | def get_style_flex_cross_place(self, *args) -> Any: method get_style_flex_flow (line 41560) | def get_style_flex_flow(self, *args) -> Any: method get_style_flex_grow (line 41563) | def get_style_flex_grow(self, *args) -> Any: method get_style_flex_main_place (line 41566) | def get_style_flex_main_place(self, *args) -> Any: method get_style_flex_track_place (line 41569) | def get_style_flex_track_place(self, *args) -> Any: method get_style_grid_cell_column_pos (line 41572) | def get_style_grid_cell_column_pos(self, *args) -> Any: method get_style_grid_cell_column_span (line 41575) | def get_style_grid_cell_column_span(self, *args) -> Any: method get_style_grid_cell_row_pos (line 41578) | def get_style_grid_cell_row_pos(self, *args) -> Any: method get_style_grid_cell_row_span (line 41581) | def get_style_grid_cell_row_span(self, *args) -> Any: method get_style_grid_cell_x_align (line 41584) | def get_style_grid_cell_x_align(self, *args) -> Any: method get_style_grid_cell_y_align (line 41587) | def get_style_grid_cell_y_align(self, *args) -> Any: method get_style_grid_column_align (line 41590) | def get_style_grid_column_align(self, *args) -> Any: method get_style_grid_column_dsc_array (line 41593) | def get_style_grid_column_dsc_array(self, *args) -> Any: method get_style_grid_row_align (line 41596) | def get_style_grid_row_align(self, *args) -> Any: method get_style_grid_row_dsc_array (line 41599) | def get_style_grid_row_dsc_array(self, *args) -> Any: method get_style_height (line 41602) | def get_style_height(self, *args) -> Any: method get_style_img_opa (line 41605) | def get_style_img_opa(self, *args) -> Any: method get_style_img_recolor (line 41608) | def get_style_img_recolor(self, *args) -> Any: method get_style_img_recolor_filtered (line 41611) | def get_style_img_recolor_filtered(self, *args) -> Any: method get_style_img_recolor_opa (line 41614) | def get_style_img_recolor_opa(self, *args) -> Any: method get_style_layout (line 41617) | def get_style_layout(self, *args) -> Any: method get_style_line_color (line 41620) | def get_style_line_color(self, *args) -> Any: method get_style_line_color_filtered (line 41623) | def get_style_line_color_filtered(self, *args) -> Any: method get_style_line_dash_gap (line 41626) | def get_style_line_dash_gap(self, *args) -> Any: method get_style_line_dash_width (line 41629) | def get_style_line_dash_width(self, *args) -> Any: method get_style_line_opa (line 41632) | def get_style_line_opa(self, *args) -> Any: method get_style_line_rounded (line 41635) | def get_style_line_rounded(self, *args) -> Any: method get_style_line_width (line 41638) | def get_style_line_width(self, *args) -> Any: method get_style_max_height (line 41641) | def get_style_max_height(self, *args) -> Any: method get_style_max_width (line 41644) | def get_style_max_width(self, *args) -> Any: method get_style_min_height (line 41647) | def get_style_min_height(self, *args) -> Any: method get_style_min_width (line 41650) | def get_style_min_width(self, *args) -> Any: method get_style_opa (line 41653) | def get_style_opa(self, *args) -> Any: method get_style_outline_color (line 41656) | def get_style_outline_color(self, *args) -> Any: method get_style_outline_color_filtered (line 41659) | def get_style_outline_color_filtered(self, *args) -> Any: method get_style_outline_opa (line 41662) | def get_style_outline_opa(self, *args) -> Any: method get_style_outline_pad (line 41665) | def get_style_outline_pad(self, *args) -> Any: method get_style_outline_width (line 41668) | def get_style_outline_width(self, *args) -> Any: method get_style_pad_bottom (line 41671) | def get_style_pad_bottom(self, *args) -> Any: method get_style_pad_column (line 41674) | def get_style_pad_column(self, *args) -> Any: method get_style_pad_left (line 41677) | def get_style_pad_left(self, *args) -> Any: method get_style_pad_right (line 41680) | def get_style_pad_right(self, *args) -> Any: method get_style_pad_row (line 41683) | def get_style_pad_row(self, *args) -> Any: method get_style_pad_top (line 41686) | def get_style_pad_top(self, *args) -> Any: method get_style_prop (line 41689) | def get_style_prop(self, *args) -> Any: method get_style_radius (line 41692) | def get_style_radius(self, *args) -> Any: method get_style_shadow_color (line 41695) | def get_style_shadow_color(self, *args) -> Any: method get_style_shadow_color_filtered (line 41698) | def get_style_shadow_color_filtered(self, *args) -> Any: method get_style_shadow_ofs_x (line 41701) | def get_style_shadow_ofs_x(self, *args) -> Any: method get_style_shadow_ofs_y (line 41704) | def get_style_shadow_ofs_y(self, *args) -> Any: method get_style_shadow_opa (line 41707) | def get_style_shadow_opa(self, *args) -> Any: method get_style_shadow_spread (line 41710) | def get_style_shadow_spread(self, *args) -> Any: method get_style_shadow_width (line 41713) | def get_style_shadow_width(self, *args) -> Any: method get_style_text_align (line 41716) | def get_style_text_align(self, *args) -> Any: method get_style_text_color (line 41719) | def get_style_text_color(self, *args) -> Any: method get_style_text_color_filtered (line 41722) | def get_style_text_color_filtered(self, *args) -> Any: method get_style_text_decor (line 41725) | def get_style_text_decor(self, *args) -> Any: method get_style_text_font (line 41728) | def get_style_text_font(self, *args) -> Any: method get_style_text_letter_space (line 41731) | def get_style_text_letter_space(self, *args) -> Any: method get_style_text_line_space (line 41734) | def get_style_text_line_space(self, *args) -> Any: method get_style_text_opa (line 41737) | def get_style_text_opa(self, *args) -> Any: method get_style_transform_angle (line 41740) | def get_style_transform_angle(self, *args) -> Any: method get_style_transform_height (line 41743) | def get_style_transform_height(self, *args) -> Any: method get_style_transform_width (line 41746) | def get_style_transform_width(self, *args) -> Any: method get_style_transform_zoom (line 41749) | def get_style_transform_zoom(self, *args) -> Any: method get_style_transition (line 41752) | def get_style_transition(self, *args) -> Any: method get_style_translate_x (line 41755) | def get_style_translate_x(self, *args) -> Any: method get_style_translate_y (line 41758) | def get_style_translate_y(self, *args) -> Any: method get_style_width (line 41761) | def get_style_width(self, *args) -> Any: method get_style_x (line 41764) | def get_style_x(self, *args) -> Any: method get_style_y (line 41767) | def get_style_y(self, *args) -> Any: method get_user_data (line 41770) | def get_user_data(self, *args) -> Any: method get_width (line 41773) | def get_width(self, *args) -> Any: method get_x (line 41776) | def get_x(self, *args) -> Any: method get_x2 (line 41779) | def get_x2(self, *args) -> Any: method get_x_aligned (line 41782) | def get_x_aligned(self, *args) -> Any: method get_y (line 41785) | def get_y(self, *args) -> Any: method get_y2 (line 41788) | def get_y2(self, *args) -> Any: method get_y_aligned (line 41791) | def get_y_aligned(self, *args) -> Any: method has_class (line 41794) | def has_class(self, *args) -> Any: method has_flag (line 41797) | def has_flag(self, *args) -> Any: method has_flag_any (line 41800) | def has_flag_any(self, *args) -> Any: method has_state (line 41803) | def has_state(self, *args) -> Any: method hit_test (line 41806) | def hit_test(self, *args) -> Any: method init_draw_arc_dsc (line 41809) | def init_draw_arc_dsc(self, *args) -> Any: method init_draw_img_dsc (line 41812) | def init_draw_img_dsc(self, *args) -> Any: method init_draw_label_dsc (line 41815) | def init_draw_label_dsc(self, *args) -> Any: method init_draw_line_dsc (line 41818) | def init_draw_line_dsc(self, *args) -> Any: method init_draw_rect_dsc (line 41821) | def init_draw_rect_dsc(self, *args) -> Any: method invalidate (line 41824) | def invalidate(self, *args) -> Any: method invalidate_area (line 41827) | def invalidate_area(self, *args) -> Any: method is_editable (line 41830) | def is_editable(self, *args) -> Any: method is_group_def (line 41833) | def is_group_def(self, *args) -> Any: method is_layout_positioned (line 41836) | def is_layout_positioned(self, *args) -> Any: method is_scrolling (line 41839) | def is_scrolling(self, *args) -> Any: method is_valid (line 41842) | def is_valid(self, *args) -> Any: method is_visible (line 41845) | def is_visible(self, *args) -> Any: method mark_layout_as_dirty (line 41848) | def mark_layout_as_dirty(self, *args) -> Any: method move_background (line 41851) | def move_background(self, *args) -> Any: method move_children_by (line 41854) | def move_children_by(self, *args) -> Any: method move_foreground (line 41857) | def move_foreground(self, *args) -> Any: method move_to (line 41860) | def move_to(self, *args) -> Any: method move_to_index (line 41863) | def move_to_index(self, *args) -> Any: method readjust_scroll (line 41866) | def readjust_scroll(self, *args) -> Any: method refr_pos (line 41869) | def refr_pos(self, *args) -> Any: method refr_size (line 41872) | def refr_size(self, *args) -> Any: method refresh_ext_draw_size (line 41875) | def refresh_ext_draw_size(self, *args) -> Any: method refresh_self_size (line 41878) | def refresh_self_size(self, *args) -> Any: method refresh_style (line 41881) | def refresh_style(self, *args) -> Any: method remove_event_cb (line 41884) | def remove_event_cb(self, *args) -> Any: method remove_event_cb_with_user_data (line 41887) | def remove_event_cb_with_user_data(self, *args) -> Any: method remove_event_dsc (line 41890) | def remove_event_dsc(self, *args) -> Any: method remove_local_style_prop (line 41893) | def remove_local_style_prop(self, *args) -> Any: method remove_style (line 41896) | def remove_style(self, *args) -> Any: method remove_style_all (line 41899) | def remove_style_all(self, *args) -> Any: method report_style_change (line 41902) | def report_style_change(self, *args) -> Any: method scroll_by (line 41905) | def scroll_by(self, *args) -> Any: method scroll_to (line 41908) | def scroll_to(self, *args) -> Any: method scroll_to_view (line 41911) | def scroll_to_view(self, *args) -> Any: method scroll_to_view_recursive (line 41914) | def scroll_to_view_recursive(self, *args) -> Any: method scroll_to_x (line 41917) | def scroll_to_x(self, *args) -> Any: method scroll_to_y (line 41920) | def scroll_to_y(self, *args) -> Any: method scrollbar_invalidate (line 41923) | def scrollbar_invalidate(self, *args) -> Any: method set_align (line 41926) | def set_align(self, *args) -> Any: method set_content_height (line 41929) | def set_content_height(self, *args) -> Any: method set_content_width (line 41932) | def set_content_width(self, *args) -> Any: method set_ext_click_area (line 41935) | def set_ext_click_area(self, *args) -> Any: method set_flex_align (line 41938) | def set_flex_align(self, *args) -> Any: method set_flex_flow (line 41941) | def set_flex_flow(self, *args) -> Any: method set_flex_grow (line 41944) | def set_flex_grow(self, *args) -> Any: method set_grid_align (line 41947) | def set_grid_align(self, *args) -> Any: method set_grid_cell (line 41950) | def set_grid_cell(self, *args) -> Any: method set_grid_dsc_array (line 41953) | def set_grid_dsc_array(self, *args) -> Any: method set_height (line 41956) | def set_height(self, *args) -> Any: method set_layout (line 41959) | def set_layout(self, *args) -> Any: method set_local_style_prop (line 41962) | def set_local_style_prop(self, *args) -> Any: method set_parent (line 41965) | def set_parent(self, *args) -> Any: method set_pos (line 41968) | def set_pos(self, *args) -> Any: method set_scroll_dir (line 41971) | def set_scroll_dir(self, *args) -> Any: method set_scroll_snap_x (line 41974) | def set_scroll_snap_x(self, *args) -> Any: method set_scroll_snap_y (line 41977) | def set_scroll_snap_y(self, *args) -> Any: method set_scrollbar_mode (line 41980) | def set_scrollbar_mode(self, *args) -> Any: method set_size (line 41983) | def set_size(self, *args) -> Any: method set_style_align (line 41986) | def set_style_align(self, *args) -> Any: method set_style_anim_speed (line 41989) | def set_style_anim_speed(self, *args) -> Any: method set_style_anim_time (line 41992) | def set_style_anim_time(self, *args) -> Any: method set_style_arc_color (line 41995) | def set_style_arc_color(self, *args) -> Any: method set_style_arc_color_filtered (line 41998) | def set_style_arc_color_filtered(self, *args) -> Any: method set_style_arc_img_src (line 42001) | def set_style_arc_img_src(self, *args) -> Any: method set_style_arc_opa (line 42004) | def set_style_arc_opa(self, *args) -> Any: method set_style_arc_rounded (line 42007) | def set_style_arc_rounded(self, *args) -> Any: method set_style_arc_width (line 42010) | def set_style_arc_width(self, *args) -> Any: method set_style_base_dir (line 42013) | def set_style_base_dir(self, *args) -> Any: method set_style_bg_color (line 42016) | def set_style_bg_color(self, *args) -> Any: method set_style_bg_color_filtered (line 42019) | def set_style_bg_color_filtered(self, *args) -> Any: method set_style_bg_grad_color (line 42022) | def set_style_bg_grad_color(self, *args) -> Any: method set_style_bg_grad_color_filtered (line 42025) | def set_style_bg_grad_color_filtered(self, *args) -> Any: method set_style_bg_grad_dir (line 42028) | def set_style_bg_grad_dir(self, *args) -> Any: method set_style_bg_grad_stop (line 42031) | def set_style_bg_grad_stop(self, *args) -> Any: method set_style_bg_img_opa (line 42034) | def set_style_bg_img_opa(self, *args) -> Any: method set_style_bg_img_recolor (line 42037) | def set_style_bg_img_recolor(self, *args) -> Any: method set_style_bg_img_recolor_filtered (line 42040) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: method set_style_bg_img_recolor_opa (line 42043) | def set_style_bg_img_recolor_opa(self, *args) -> Any: method set_style_bg_img_src (line 42046) | def set_style_bg_img_src(self, *args) -> Any: method set_style_bg_img_tiled (line 42049) | def set_style_bg_img_tiled(self, *args) -> Any: method set_style_bg_main_stop (line 42052) | def set_style_bg_main_stop(self, *args) -> Any: method set_style_bg_opa (line 42055) | def set_style_bg_opa(self, *args) -> Any: method set_style_blend_mode (line 42058) | def set_style_blend_mode(self, *args) -> Any: method set_style_border_color (line 42061) | def set_style_border_color(self, *args) -> Any: method set_style_border_color_filtered (line 42064) | def set_style_border_color_filtered(self, *args) -> Any: method set_style_border_opa (line 42067) | def set_style_border_opa(self, *args) -> Any: method set_style_border_post (line 42070) | def set_style_border_post(self, *args) -> Any: method set_style_border_side (line 42073) | def set_style_border_side(self, *args) -> Any: method set_style_border_width (line 42076) | def set_style_border_width(self, *args) -> Any: method set_style_clip_corner (line 42079) | def set_style_clip_corner(self, *args) -> Any: method set_style_color_filter_dsc (line 42082) | def set_style_color_filter_dsc(self, *args) -> Any: method set_style_color_filter_opa (line 42085) | def set_style_color_filter_opa(self, *args) -> Any: method set_style_flex_cross_place (line 42088) | def set_style_flex_cross_place(self, *args) -> Any: method set_style_flex_flow (line 42091) | def set_style_flex_flow(self, *args) -> Any: method set_style_flex_grow (line 42094) | def set_style_flex_grow(self, *args) -> Any: method set_style_flex_main_place (line 42097) | def set_style_flex_main_place(self, *args) -> Any: method set_style_flex_track_place (line 42100) | def set_style_flex_track_place(self, *args) -> Any: method set_style_grid_cell_column_pos (line 42103) | def set_style_grid_cell_column_pos(self, *args) -> Any: method set_style_grid_cell_column_span (line 42106) | def set_style_grid_cell_column_span(self, *args) -> Any: method set_style_grid_cell_row_pos (line 42109) | def set_style_grid_cell_row_pos(self, *args) -> Any: method set_style_grid_cell_row_span (line 42112) | def set_style_grid_cell_row_span(self, *args) -> Any: method set_style_grid_cell_x_align (line 42115) | def set_style_grid_cell_x_align(self, *args) -> Any: method set_style_grid_cell_y_align (line 42118) | def set_style_grid_cell_y_align(self, *args) -> Any: method set_style_grid_column_align (line 42121) | def set_style_grid_column_align(self, *args) -> Any: method set_style_grid_column_dsc_array (line 42124) | def set_style_grid_column_dsc_array(self, *args) -> Any: method set_style_grid_row_align (line 42127) | def set_style_grid_row_align(self, *args) -> Any: method set_style_grid_row_dsc_array (line 42130) | def set_style_grid_row_dsc_array(self, *args) -> Any: method set_style_height (line 42133) | def set_style_height(self, *args) -> Any: method set_style_img_opa (line 42136) | def set_style_img_opa(self, *args) -> Any: method set_style_img_recolor (line 42139) | def set_style_img_recolor(self, *args) -> Any: method set_style_img_recolor_filtered (line 42142) | def set_style_img_recolor_filtered(self, *args) -> Any: method set_style_img_recolor_opa (line 42145) | def set_style_img_recolor_opa(self, *args) -> Any: method set_style_layout (line 42148) | def set_style_layout(self, *args) -> Any: method set_style_line_color (line 42151) | def set_style_line_color(self, *args) -> Any: method set_style_line_color_filtered (line 42154) | def set_style_line_color_filtered(self, *args) -> Any: method set_style_line_dash_gap (line 42157) | def set_style_line_dash_gap(self, *args) -> Any: method set_style_line_dash_width (line 42160) | def set_style_line_dash_width(self, *args) -> Any: method set_style_line_opa (line 42163) | def set_style_line_opa(self, *args) -> Any: method set_style_line_rounded (line 42166) | def set_style_line_rounded(self, *args) -> Any: method set_style_line_width (line 42169) | def set_style_line_width(self, *args) -> Any: method set_style_max_height (line 42172) | def set_style_max_height(self, *args) -> Any: method set_style_max_width (line 42175) | def set_style_max_width(self, *args) -> Any: method set_style_min_height (line 42178) | def set_style_min_height(self, *args) -> Any: method set_style_min_width (line 42181) | def set_style_min_width(self, *args) -> Any: method set_style_opa (line 42184) | def set_style_opa(self, *args) -> Any: method set_style_outline_color (line 42187) | def set_style_outline_color(self, *args) -> Any: method set_style_outline_color_filtered (line 42190) | def set_style_outline_color_filtered(self, *args) -> Any: method set_style_outline_opa (line 42193) | def set_style_outline_opa(self, *args) -> Any: method set_style_outline_pad (line 42196) | def set_style_outline_pad(self, *args) -> Any: method set_style_outline_width (line 42199) | def set_style_outline_width(self, *args) -> Any: method set_style_pad_all (line 42202) | def set_style_pad_all(self, *args) -> Any: method set_style_pad_bottom (line 42205) | def set_style_pad_bottom(self, *args) -> Any: method set_style_pad_column (line 42208) | def set_style_pad_column(self, *args) -> Any: method set_style_pad_gap (line 42211) | def set_style_pad_gap(self, *args) -> Any: method set_style_pad_hor (line 42214) | def set_style_pad_hor(self, *args) -> Any: method set_style_pad_left (line 42217) | def set_style_pad_left(self, *args) -> Any: method set_style_pad_right (line 42220) | def set_style_pad_right(self, *args) -> Any: method set_style_pad_row (line 42223) | def set_style_pad_row(self, *args) -> Any: method set_style_pad_top (line 42226) | def set_style_pad_top(self, *args) -> Any: method set_style_pad_ver (line 42229) | def set_style_pad_ver(self, *args) -> Any: method set_style_radius (line 42232) | def set_style_radius(self, *args) -> Any: method set_style_shadow_color (line 42235) | def set_style_shadow_color(self, *args) -> Any: method set_style_shadow_color_filtered (line 42238) | def set_style_shadow_color_filtered(self, *args) -> Any: method set_style_shadow_ofs_x (line 42241) | def set_style_shadow_ofs_x(self, *args) -> Any: method set_style_shadow_ofs_y (line 42244) | def set_style_shadow_ofs_y(self, *args) -> Any: method set_style_shadow_opa (line 42247) | def set_style_shadow_opa(self, *args) -> Any: method set_style_shadow_spread (line 42250) | def set_style_shadow_spread(self, *args) -> Any: method set_style_shadow_width (line 42253) | def set_style_shadow_width(self, *args) -> Any: method set_style_size (line 42256) | def set_style_size(self, *args) -> Any: method set_style_text_align (line 42259) | def set_style_text_align(self, *args) -> Any: method set_style_text_color (line 42262) | def set_style_text_color(self, *args) -> Any: method set_style_text_color_filtered (line 42265) | def set_style_text_color_filtered(self, *args) -> Any: method set_style_text_decor (line 42268) | def set_style_text_decor(self, *args) -> Any: method set_style_text_font (line 42271) | def set_style_text_font(self, *args) -> Any: method set_style_text_letter_space (line 42274) | def set_style_text_letter_space(self, *args) -> Any: method set_style_text_line_space (line 42277) | def set_style_text_line_space(self, *args) -> Any: method set_style_text_opa (line 42280) | def set_style_text_opa(self, *args) -> Any: method set_style_transform_angle (line 42283) | def set_style_transform_angle(self, *args) -> Any: method set_style_transform_height (line 42286) | def set_style_transform_height(self, *args) -> Any: method set_style_transform_width (line 42289) | def set_style_transform_width(self, *args) -> Any: method set_style_transform_zoom (line 42292) | def set_style_transform_zoom(self, *args) -> Any: method set_style_transition (line 42295) | def set_style_transition(self, *args) -> Any: method set_style_translate_x (line 42298) | def set_style_translate_x(self, *args) -> Any: method set_style_translate_y (line 42301) | def set_style_translate_y(self, *args) -> Any: method set_style_width (line 42304) | def set_style_width(self, *args) -> Any: method set_style_x (line 42307) | def set_style_x(self, *args) -> Any: method set_style_y (line 42310) | def set_style_y(self, *args) -> Any: method set_tile (line 42313) | def set_tile(self, *args) -> Any: method set_tile_id (line 42316) | def set_tile_id(self, *args) -> Any: method set_user_data (line 42319) | def set_user_data(self, *args) -> Any: method set_width (line 42322) | def set_width(self, *args) -> Any: method set_x (line 42325) | def set_x(self, *args) -> Any: method set_y (line 42328) | def set_y(self, *args) -> Any: method style_get_selector_part (line 42331) | def style_get_selector_part(self, *args) -> Any: method style_get_selector_state (line 42334) | def style_get_selector_state(self, *args) -> Any: method swap (line 42337) | def swap(self, *args) -> Any: method tree_walk (line 42340) | def tree_walk(self, *args) -> Any: method update_layout (line 42343) | def update_layout(self, *args) -> Any: method update_snap (line 42346) | def update_snap(self, *args) -> Any: FILE: stubs/lvgl-v8_1_0_dev-esp32/lvgl.pyi class list (line 3) | class list: class CLASS_EDITABLE (line 4) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 9) | class CLASS_GROUP_DEF: class DRAW_PART (line 14) | class DRAW_PART: class FLAG (line 19) | class FLAG: class TREE_WALK (line 46) | class TREE_WALK: method add_btn (line 50) | def add_btn(self, *args) -> Any: ... method add_event_cb (line 51) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 52) | def add_flag(self, *args) -> Any: ... method add_state (line 53) | def add_state(self, *args) -> Any: ... method add_style (line 54) | def add_style(self, *args) -> Any: ... method add_text (line 55) | def add_text(self, *args) -> Any: ... method align (line 56) | def align(self, *args) -> Any: ... method align_to (line 57) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 58) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 59) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 60) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 61) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 62) | def center(self, *args) -> Any: ... method check_type (line 63) | def check_type(self, *args) -> Any: ... method class_create_obj (line 64) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 65) | def class_init_obj(self, *args) -> Any: ... method clean (line 66) | def clean(self, *args) -> Any: ... method clear_flag (line 67) | def clear_flag(self, *args) -> Any: ... method clear_state (line 68) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 69) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 70) | def del_async(self, *args) -> Any: ... method del_delayed (line 71) | def del_delayed(self, *args) -> Any: ... method delete (line 72) | def delete(self, *args) -> Any: ... method dpx (line 73) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 74) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 75) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 76) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 77) | def event_base(self, *args) -> Any: ... method fade_in (line 78) | def fade_in(self, *args) -> Any: ... method fade_out (line 79) | def fade_out(self, *args) -> Any: ... method get_btn_text (line 80) | def get_btn_text(self, *args) -> Any: ... method get_child (line 81) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 82) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 83) | def get_child_id(self, *args) -> Any: ... method get_class (line 84) | def get_class(self, *args) -> Any: ... method get_click_area (line 85) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 86) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 87) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 88) | def get_content_width(self, *args) -> Any: ... method get_coords (line 89) | def get_coords(self, *args) -> Any: ... method get_disp (line 90) | def get_disp(self, *args) -> Any: ... method get_group (line 91) | def get_group(self, *args) -> Any: ... method get_height (line 92) | def get_height(self, *args) -> Any: ... method get_index (line 93) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 94) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 95) | def get_parent(self, *args) -> Any: ... method get_screen (line 96) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 97) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 98) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 99) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 100) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 101) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 102) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 103) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 104) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 105) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 106) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 107) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 108) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 109) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 110) | def get_self_width(self, *args) -> Any: ... method get_state (line 111) | def get_state(self, *args) -> Any: ... method get_style_align (line 112) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 113) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 114) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 115) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 116) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 117) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 118) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 119) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 120) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 121) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 122) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 123) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 124) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 125) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 126) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 127) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 128) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 129) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 130) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 131) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 132) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 133) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 134) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 135) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 136) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 137) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 138) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 139) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 140) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 141) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 142) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 143) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 144) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 145) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 146) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 147) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 148) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 149) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 150) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 151) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 152) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 153) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 154) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 155) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 156) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 157) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 158) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 159) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 160) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 161) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 162) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 163) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 164) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 165) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 166) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 167) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 168) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 169) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 170) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 171) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 172) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 173) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 174) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 175) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 176) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 177) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 178) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 179) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 180) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 181) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 182) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 183) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 184) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 185) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 186) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 187) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 188) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 189) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 190) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 191) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 192) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 193) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 194) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 195) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 196) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 197) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 198) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 199) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 200) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 201) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 202) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 203) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 204) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 205) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 206) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 207) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 208) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 209) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 210) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 211) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 212) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 213) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 214) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 215) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 216) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 217) | def get_user_data(self, *args) -> Any: ... method get_width (line 218) | def get_width(self, *args) -> Any: ... method get_x (line 219) | def get_x(self, *args) -> Any: ... method get_x2 (line 220) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 221) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 222) | def get_y(self, *args) -> Any: ... method get_y2 (line 223) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 224) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 225) | def has_class(self, *args) -> Any: ... method has_flag (line 226) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 227) | def has_flag_any(self, *args) -> Any: ... method has_state (line 228) | def has_state(self, *args) -> Any: ... method hit_test (line 229) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 230) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 231) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 232) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 233) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 234) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 235) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 236) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 237) | def is_editable(self, *args) -> Any: ... method is_group_def (line 238) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 239) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 240) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 241) | def is_valid(self, *args) -> Any: ... method is_visible (line 242) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 243) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 244) | def move_background(self, *args) -> Any: ... method move_children_by (line 245) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 246) | def move_foreground(self, *args) -> Any: ... method move_to (line 247) | def move_to(self, *args) -> Any: ... method move_to_index (line 248) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 249) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 250) | def refr_pos(self, *args) -> Any: ... method refr_size (line 251) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 252) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 253) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 254) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 255) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 256) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 257) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 258) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 259) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 260) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 261) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 262) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 263) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 264) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 265) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 266) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 267) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 268) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 269) | def set_align(self, *args) -> Any: ... method set_content_height (line 270) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 271) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 272) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 273) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 274) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 275) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 276) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 277) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 278) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 279) | def set_height(self, *args) -> Any: ... method set_layout (line 280) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 281) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 282) | def set_parent(self, *args) -> Any: ... method set_pos (line 283) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 284) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 285) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 286) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 287) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 288) | def set_size(self, *args) -> Any: ... method set_style_align (line 289) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 290) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 291) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 292) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 293) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 294) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 295) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 296) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 297) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 298) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 299) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 300) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 301) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 302) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 303) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 304) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 305) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 306) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 307) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 308) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 309) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 310) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 311) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 312) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 313) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 314) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 315) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 316) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 317) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 318) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 319) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 320) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 321) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 322) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 323) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 324) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 325) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 326) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 327) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 328) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 329) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 330) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 331) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 332) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 333) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 334) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 335) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 336) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 337) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 338) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 339) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 340) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 341) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 342) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 343) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 344) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 345) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 346) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 347) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 348) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 349) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 350) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 351) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 352) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 353) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 354) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 355) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 356) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 357) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 358) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 359) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 360) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 361) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 362) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 363) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 364) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 365) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 366) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 367) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 368) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 369) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 370) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 371) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 372) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 373) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 374) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 375) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 376) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 377) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 378) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 379) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 380) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 381) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 382) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 383) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 384) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 385) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 386) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 387) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 388) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 389) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 390) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 391) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 392) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 393) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 394) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 395) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 396) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 397) | def set_style_y(self, *args) -> Any: ... method set_tile (line 398) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 399) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 400) | def set_user_data(self, *args) -> Any: ... method set_width (line 401) | def set_width(self, *args) -> Any: ... method set_x (line 402) | def set_x(self, *args) -> Any: ... method set_y (line 403) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 404) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 405) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 406) | def swap(self, *args) -> Any: ... method tree_walk (line 407) | def tree_walk(self, *args) -> Any: ... method update_layout (line 408) | def update_layout(self, *args) -> Any: ... method update_snap (line 409) | def update_snap(self, *args) -> Any: ... function map (line 411) | def map(*args) -> Any: ... function pow (line 412) | def pow(*args) -> Any: ... class ALIGN (line 414) | class ALIGN: class ANIM (line 438) | class ANIM: class ANIM_IMG_PART (line 442) | class ANIM_IMG_PART: class ANIM_REPEAT (line 445) | class ANIM_REPEAT: class BASE_DIR (line 448) | class BASE_DIR: class BLEND_MODE (line 455) | class BLEND_MODE: class BORDER_SIDE (line 460) | class BORDER_SIDE: class BTNMATRIX_BTN (line 469) | class BTNMATRIX_BTN: class CHART_POINT (line 472) | class CHART_POINT: class COORD (line 475) | class COORD: class COVER_RES (line 479) | class COVER_RES: class C_Pointer (line 484) | class C_Pointer: ... class DIR (line 486) | class DIR: class DISP_ROT (line 496) | class DISP_ROT: class DPI (line 499) | class DPI: class DRAW_MASK_LINE_SIDE (line 502) | class DRAW_MASK_LINE_SIDE: class DRAW_MASK_RES (line 508) | class DRAW_MASK_RES: class DRAW_MASK_TYPE (line 514) | class DRAW_MASK_TYPE: class DROPDOWN_POS (line 521) | class DROPDOWN_POS: class EVENT (line 524) | class EVENT: class FLEX_ALIGN (line 565) | class FLEX_ALIGN: class FLEX_FLOW (line 573) | class FLEX_FLOW: class FONT_FMT_TXT (line 583) | class FONT_FMT_TXT: class FONT_FMT_TXT_CMAP (line 588) | class FONT_FMT_TXT_CMAP: class FONT_SUBPX (line 594) | class FONT_SUBPX: class FS_MODE (line 600) | class FS_MODE: class FS_RES (line 604) | class FS_RES: class FS_SEEK (line 619) | class FS_SEEK: class GRAD_DIR (line 624) | class GRAD_DIR: class GRID (line 629) | class GRID: class GRID_ALIGN (line 632) | class GRID_ALIGN: class GRID_TEMPLATE (line 641) | class GRID_TEMPLATE: class GROUP_REFOCUS_POLICY (line 644) | class GROUP_REFOCUS_POLICY: class IMG_ZOOM (line 648) | class IMG_ZOOM: class INDEV_STATE (line 651) | class INDEV_STATE: class INDEV_TYPE (line 655) | class INDEV_TYPE: class KEY (line 662) | class KEY: class LABEL_DOT (line 676) | class LABEL_DOT: class LABEL_POS (line 679) | class LABEL_POS: class LABEL_TEXT_SELECTION (line 682) | class LABEL_TEXT_SELECTION: class LOG_LEVEL (line 688) | class LOG_LEVEL: class LvReferenceError (line 696) | class LvReferenceError(Exception): ... class OBJ_FLAG_FLEX_IN_NEW (line 698) | class OBJ_FLAG_FLEX_IN_NEW: class OPA (line 701) | class OPA: class PALETTE (line 705) | class PALETTE: class PART (line 727) | class PART: class PART_TEXTAREA (line 739) | class PART_TEXTAREA: class RADIUS (line 742) | class RADIUS: class RES (line 745) | class RES: class SCROLLBAR_MODE (line 749) | class SCROLLBAR_MODE: class SCROLL_SNAP (line 755) | class SCROLL_SNAP: class SCR_LOAD_ANIM (line 761) | class SCR_LOAD_ANIM: class SIZE (line 773) | class SIZE: class SPAN_MODE (line 776) | class SPAN_MODE: class SPAN_OVERFLOW (line 781) | class SPAN_OVERFLOW: class STATE (line 785) | class STATE: class STYLE (line 801) | class STYLE: class SYMBOL (line 910) | class SYMBOL: class TABLE_CELL (line 971) | class TABLE_CELL: class TEXTAREA_CURSOR (line 974) | class TEXTAREA_CURSOR: class TEXT_ALIGN (line 977) | class TEXT_ALIGN: class TEXT_CMD_STATE (line 983) | class TEXT_CMD_STATE: class TEXT_DECOR (line 988) | class TEXT_DECOR: class TEXT_FLAG (line 993) | class TEXT_FLAG: function anim_count_running (line 999) | def anim_count_running(*args) -> Any: ... function anim_del (line 1000) | def anim_del(*args) -> Any: ... function anim_del_all (line 1001) | def anim_del_all(*args) -> Any: ... function anim_get (line 1002) | def anim_get(*args) -> Any: ... function anim_refr_now (line 1003) | def anim_refr_now(*args) -> Any: ... function anim_speed_to_time (line 1004) | def anim_speed_to_time(*args) -> Any: ... class anim_t (line 1006) | class anim_t: method start (line 1007) | def start(self, *args) -> Any: ... method custom_del (line 1008) | def custom_del(self, *args) -> Any: ... method get_delay (line 1009) | def get_delay(self, *args) -> Any: ... method get_user_data (line 1010) | def get_user_data(self, *args) -> Any: ... method init (line 1011) | def init(self, *args) -> Any: ... method path_bounce (line 1012) | def path_bounce(self, *args) -> Any: ... method path_ease_in (line 1013) | def path_ease_in(self, *args) -> Any: ... method path_ease_in_out (line 1014) | def path_ease_in_out(self, *args) -> Any: ... method path_ease_out (line 1015) | def path_ease_out(self, *args) -> Any: ... method path_linear (line 1016) | def path_linear(self, *args) -> Any: ... method path_overshoot (line 1017) | def path_overshoot(self, *args) -> Any: ... method path_step (line 1018) | def path_step(self, *args) -> Any: ... method set_custom_exec_cb (line 1019) | def set_custom_exec_cb(self, *args) -> Any: ... method set_delay (line 1020) | def set_delay(self, *args) -> Any: ... method set_early_apply (line 1021) | def set_early_apply(self, *args) -> Any: ... method set_exec_cb (line 1022) | def set_exec_cb(self, *args) -> Any: ... method set_get_value_cb (line 1023) | def set_get_value_cb(self, *args) -> Any: ... method set_path_cb (line 1024) | def set_path_cb(self, *args) -> Any: ... method set_playback_delay (line 1025) | def set_playback_delay(self, *args) -> Any: ... method set_playback_time (line 1026) | def set_playback_time(self, *args) -> Any: ... method set_ready_cb (line 1027) | def set_ready_cb(self, *args) -> Any: ... method set_repeat_count (line 1028) | def set_repeat_count(self, *args) -> Any: ... method set_repeat_delay (line 1029) | def set_repeat_delay(self, *args) -> Any: ... method set_start_cb (line 1030) | def set_start_cb(self, *args) -> Any: ... method set_time (line 1031) | def set_time(self, *args) -> Any: ... method set_user_data (line 1032) | def set_user_data(self, *args) -> Any: ... method set_values (line 1033) | def set_values(self, *args) -> Any: ... method set_var (line 1034) | def set_var(self, *args) -> Any: ... function anim_timeline_add (line 1036) | def anim_timeline_add(*args) -> Any: ... function anim_timeline_create (line 1037) | def anim_timeline_create(*args) -> Any: ... function anim_timeline_del (line 1038) | def anim_timeline_del(*args) -> Any: ... function anim_timeline_get_playtime (line 1039) | def anim_timeline_get_playtime(*args) -> Any: ... function anim_timeline_get_reverse (line 1040) | def anim_timeline_get_reverse(*args) -> Any: ... function anim_timeline_set_progress (line 1041) | def anim_timeline_set_progress(*args) -> Any: ... function anim_timeline_set_reverse (line 1042) | def anim_timeline_set_reverse(*args) -> Any: ... function anim_timeline_start (line 1043) | def anim_timeline_start(*args) -> Any: ... function anim_timeline_stop (line 1044) | def anim_timeline_stop(*args) -> Any: ... class animimg (line 1046) | class animimg: method start (line 1047) | def start(self, *args) -> Any: ... class CLASS_EDITABLE (line 1049) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 1054) | class CLASS_GROUP_DEF: class DRAW_PART (line 1059) | class DRAW_PART: class FLAG (line 1064) | class FLAG: class TREE_WALK (line 1091) | class TREE_WALK: method add_event_cb (line 1095) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 1096) | def add_flag(self, *args) -> Any: ... method add_state (line 1097) | def add_state(self, *args) -> Any: ... method add_style (line 1098) | def add_style(self, *args) -> Any: ... method align (line 1099) | def align(self, *args) -> Any: ... method align_to (line 1100) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 1101) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 1102) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 1103) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 1104) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 1105) | def center(self, *args) -> Any: ... method check_type (line 1106) | def check_type(self, *args) -> Any: ... method class_create_obj (line 1107) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 1108) | def class_init_obj(self, *args) -> Any: ... method clean (line 1109) | def clean(self, *args) -> Any: ... method clear_flag (line 1110) | def clear_flag(self, *args) -> Any: ... method clear_state (line 1111) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 1112) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 1113) | def del_async(self, *args) -> Any: ... method del_delayed (line 1114) | def del_delayed(self, *args) -> Any: ... method delete (line 1115) | def delete(self, *args) -> Any: ... method dpx (line 1116) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 1117) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 1118) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 1119) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 1120) | def event_base(self, *args) -> Any: ... method fade_in (line 1121) | def fade_in(self, *args) -> Any: ... method fade_out (line 1122) | def fade_out(self, *args) -> Any: ... method get_child (line 1123) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 1124) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 1125) | def get_child_id(self, *args) -> Any: ... method get_class (line 1126) | def get_class(self, *args) -> Any: ... method get_click_area (line 1127) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 1128) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 1129) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 1130) | def get_content_width(self, *args) -> Any: ... method get_coords (line 1131) | def get_coords(self, *args) -> Any: ... method get_disp (line 1132) | def get_disp(self, *args) -> Any: ... method get_group (line 1133) | def get_group(self, *args) -> Any: ... method get_height (line 1134) | def get_height(self, *args) -> Any: ... method get_index (line 1135) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 1136) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 1137) | def get_parent(self, *args) -> Any: ... method get_screen (line 1138) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 1139) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 1140) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 1141) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 1142) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 1143) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 1144) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 1145) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 1146) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 1147) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 1148) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 1149) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 1150) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 1151) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 1152) | def get_self_width(self, *args) -> Any: ... method get_state (line 1153) | def get_state(self, *args) -> Any: ... method get_style_align (line 1154) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 1155) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 1156) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 1157) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 1158) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 1159) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 1160) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 1161) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 1162) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 1163) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 1164) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 1165) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 1166) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 1167) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 1168) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 1169) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 1170) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 1171) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 1172) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 1173) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 1174) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 1175) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 1176) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 1177) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 1178) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 1179) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 1180) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 1181) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 1182) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 1183) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 1184) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 1185) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 1186) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 1187) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 1188) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 1189) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 1190) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 1191) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 1192) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 1193) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 1194) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 1195) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 1196) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 1197) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 1198) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 1199) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 1200) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 1201) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 1202) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 1203) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 1204) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 1205) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 1206) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 1207) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 1208) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 1209) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 1210) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 1211) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 1212) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 1213) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 1214) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 1215) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 1216) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 1217) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 1218) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 1219) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 1220) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 1221) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 1222) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 1223) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 1224) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 1225) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 1226) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 1227) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 1228) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 1229) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 1230) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 1231) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 1232) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 1233) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 1234) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 1235) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 1236) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 1237) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 1238) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 1239) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 1240) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 1241) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 1242) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 1243) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 1244) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 1245) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 1246) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 1247) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 1248) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 1249) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 1250) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 1251) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 1252) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 1253) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 1254) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 1255) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 1256) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 1257) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 1258) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 1259) | def get_user_data(self, *args) -> Any: ... method get_width (line 1260) | def get_width(self, *args) -> Any: ... method get_x (line 1261) | def get_x(self, *args) -> Any: ... method get_x2 (line 1262) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 1263) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 1264) | def get_y(self, *args) -> Any: ... method get_y2 (line 1265) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 1266) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 1267) | def has_class(self, *args) -> Any: ... method has_flag (line 1268) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 1269) | def has_flag_any(self, *args) -> Any: ... method has_state (line 1270) | def has_state(self, *args) -> Any: ... method hit_test (line 1271) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 1272) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 1273) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 1274) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 1275) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 1276) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 1277) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 1278) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 1279) | def is_editable(self, *args) -> Any: ... method is_group_def (line 1280) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 1281) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 1282) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 1283) | def is_valid(self, *args) -> Any: ... method is_visible (line 1284) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 1285) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 1286) | def move_background(self, *args) -> Any: ... method move_children_by (line 1287) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 1288) | def move_foreground(self, *args) -> Any: ... method move_to (line 1289) | def move_to(self, *args) -> Any: ... method move_to_index (line 1290) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 1291) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 1292) | def refr_pos(self, *args) -> Any: ... method refr_size (line 1293) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 1294) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 1295) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 1296) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 1297) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 1298) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 1299) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 1300) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 1301) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 1302) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 1303) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 1304) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 1305) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 1306) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 1307) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 1308) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 1309) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 1310) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 1311) | def set_align(self, *args) -> Any: ... method set_content_height (line 1312) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 1313) | def set_content_width(self, *args) -> Any: ... method set_duration (line 1314) | def set_duration(self, *args) -> Any: ... method set_ext_click_area (line 1315) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 1316) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 1317) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 1318) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 1319) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 1320) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 1321) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 1322) | def set_height(self, *args) -> Any: ... method set_layout (line 1323) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 1324) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 1325) | def set_parent(self, *args) -> Any: ... method set_pos (line 1326) | def set_pos(self, *args) -> Any: ... method set_repeat_count (line 1327) | def set_repeat_count(self, *args) -> Any: ... method set_scroll_dir (line 1328) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 1329) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 1330) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 1331) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 1332) | def set_size(self, *args) -> Any: ... method set_src (line 1333) | def set_src(self, *args) -> Any: ... method set_style_align (line 1334) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 1335) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 1336) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 1337) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 1338) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 1339) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 1340) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 1341) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 1342) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 1343) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 1344) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 1345) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 1346) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 1347) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 1348) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 1349) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 1350) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 1351) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 1352) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 1353) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 1354) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 1355) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 1356) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 1357) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 1358) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 1359) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 1360) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 1361) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 1362) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 1363) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 1364) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 1365) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 1366) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 1367) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 1368) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 1369) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 1370) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 1371) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 1372) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 1373) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 1374) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 1375) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 1376) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 1377) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 1378) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 1379) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 1380) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 1381) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 1382) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 1383) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 1384) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 1385) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 1386) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 1387) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 1388) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 1389) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 1390) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 1391) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 1392) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 1393) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 1394) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 1395) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 1396) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 1397) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 1398) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 1399) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 1400) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 1401) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 1402) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 1403) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 1404) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 1405) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 1406) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 1407) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 1408) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 1409) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 1410) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 1411) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 1412) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 1413) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 1414) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 1415) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 1416) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 1417) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 1418) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 1419) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 1420) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 1421) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 1422) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 1423) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 1424) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 1425) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 1426) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 1427) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 1428) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 1429) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 1430) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 1431) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 1432) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 1433) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 1434) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 1435) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 1436) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 1437) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 1438) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 1439) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 1440) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 1441) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 1442) | def set_style_y(self, *args) -> Any: ... method set_tile (line 1443) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 1444) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 1445) | def set_user_data(self, *args) -> Any: ... method set_width (line 1446) | def set_width(self, *args) -> Any: ... method set_x (line 1447) | def set_x(self, *args) -> Any: ... method set_y (line 1448) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 1449) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 1450) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 1451) | def swap(self, *args) -> Any: ... method tree_walk (line 1452) | def tree_walk(self, *args) -> Any: ... method update_layout (line 1453) | def update_layout(self, *args) -> Any: ... method update_snap (line 1454) | def update_snap(self, *args) -> Any: ... class arc (line 1458) | class arc: class CLASS_EDITABLE (line 1459) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 1464) | class CLASS_GROUP_DEF: class DRAW_PART (line 1469) | class DRAW_PART: class FLAG (line 1474) | class FLAG: class MODE (line 1501) | class MODE: class TREE_WALK (line 1506) | class TREE_WALK: method add_event_cb (line 1510) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 1511) | def add_flag(self, *args) -> Any: ... method add_state (line 1512) | def add_state(self, *args) -> Any: ... method add_style (line 1513) | def add_style(self, *args) -> Any: ... method align (line 1514) | def align(self, *args) -> Any: ... method align_to (line 1515) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 1516) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 1517) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 1518) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 1519) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 1520) | def center(self, *args) -> Any: ... method check_type (line 1521) | def check_type(self, *args) -> Any: ... method class_create_obj (line 1522) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 1523) | def class_init_obj(self, *args) -> Any: ... method clean (line 1524) | def clean(self, *args) -> Any: ... method clear_flag (line 1525) | def clear_flag(self, *args) -> Any: ... method clear_state (line 1526) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 1527) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 1528) | def del_async(self, *args) -> Any: ... method del_delayed (line 1529) | def del_delayed(self, *args) -> Any: ... method delete (line 1530) | def delete(self, *args) -> Any: ... method dpx (line 1531) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 1532) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 1533) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 1534) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 1535) | def event_base(self, *args) -> Any: ... method fade_in (line 1536) | def fade_in(self, *args) -> Any: ... method fade_out (line 1537) | def fade_out(self, *args) -> Any: ... method get_angle_end (line 1538) | def get_angle_end(self, *args) -> Any: ... method get_angle_start (line 1539) | def get_angle_start(self, *args) -> Any: ... method get_bg_angle_end (line 1540) | def get_bg_angle_end(self, *args) -> Any: ... method get_bg_angle_start (line 1541) | def get_bg_angle_start(self, *args) -> Any: ... method get_child (line 1542) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 1543) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 1544) | def get_child_id(self, *args) -> Any: ... method get_class (line 1545) | def get_class(self, *args) -> Any: ... method get_click_area (line 1546) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 1547) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 1548) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 1549) | def get_content_width(self, *args) -> Any: ... method get_coords (line 1550) | def get_coords(self, *args) -> Any: ... method get_disp (line 1551) | def get_disp(self, *args) -> Any: ... method get_group (line 1552) | def get_group(self, *args) -> Any: ... method get_height (line 1553) | def get_height(self, *args) -> Any: ... method get_index (line 1554) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 1555) | def get_local_style_prop(self, *args) -> Any: ... method get_max_value (line 1556) | def get_max_value(self, *args) -> Any: ... method get_min_value (line 1557) | def get_min_value(self, *args) -> Any: ... method get_mode (line 1558) | def get_mode(self, *args) -> Any: ... method get_parent (line 1559) | def get_parent(self, *args) -> Any: ... method get_screen (line 1560) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 1561) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 1562) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 1563) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 1564) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 1565) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 1566) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 1567) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 1568) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 1569) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 1570) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 1571) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 1572) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 1573) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 1574) | def get_self_width(self, *args) -> Any: ... method get_state (line 1575) | def get_state(self, *args) -> Any: ... method get_style_align (line 1576) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 1577) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 1578) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 1579) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 1580) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 1581) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 1582) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 1583) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 1584) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 1585) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 1586) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 1587) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 1588) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 1589) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 1590) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 1591) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 1592) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 1593) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 1594) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 1595) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 1596) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 1597) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 1598) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 1599) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 1600) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 1601) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 1602) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 1603) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 1604) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 1605) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 1606) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 1607) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 1608) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 1609) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 1610) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 1611) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 1612) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 1613) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 1614) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 1615) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 1616) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 1617) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 1618) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 1619) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 1620) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 1621) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 1622) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 1623) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 1624) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 1625) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 1626) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 1627) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 1628) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 1629) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 1630) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 1631) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 1632) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 1633) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 1634) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 1635) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 1636) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 1637) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 1638) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 1639) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 1640) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 1641) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 1642) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 1643) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 1644) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 1645) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 1646) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 1647) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 1648) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 1649) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 1650) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 1651) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 1652) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 1653) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 1654) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 1655) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 1656) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 1657) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 1658) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 1659) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 1660) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 1661) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 1662) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 1663) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 1664) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 1665) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 1666) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 1667) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 1668) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 1669) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 1670) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 1671) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 1672) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 1673) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 1674) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 1675) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 1676) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 1677) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 1678) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 1679) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 1680) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 1681) | def get_user_data(self, *args) -> Any: ... method get_value (line 1682) | def get_value(self, *args) -> Any: ... method get_width (line 1683) | def get_width(self, *args) -> Any: ... method get_x (line 1684) | def get_x(self, *args) -> Any: ... method get_x2 (line 1685) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 1686) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 1687) | def get_y(self, *args) -> Any: ... method get_y2 (line 1688) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 1689) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 1690) | def has_class(self, *args) -> Any: ... method has_flag (line 1691) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 1692) | def has_flag_any(self, *args) -> Any: ... method has_state (line 1693) | def has_state(self, *args) -> Any: ... method hit_test (line 1694) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 1695) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 1696) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 1697) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 1698) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 1699) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 1700) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 1701) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 1702) | def is_editable(self, *args) -> Any: ... method is_group_def (line 1703) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 1704) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 1705) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 1706) | def is_valid(self, *args) -> Any: ... method is_visible (line 1707) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 1708) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 1709) | def move_background(self, *args) -> Any: ... method move_children_by (line 1710) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 1711) | def move_foreground(self, *args) -> Any: ... method move_to (line 1712) | def move_to(self, *args) -> Any: ... method move_to_index (line 1713) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 1714) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 1715) | def refr_pos(self, *args) -> Any: ... method refr_size (line 1716) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 1717) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 1718) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 1719) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 1720) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 1721) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 1722) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 1723) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 1724) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 1725) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 1726) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 1727) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 1728) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 1729) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 1730) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 1731) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 1732) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 1733) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 1734) | def set_align(self, *args) -> Any: ... method set_angles (line 1735) | def set_angles(self, *args) -> Any: ... method set_bg_angles (line 1736) | def set_bg_angles(self, *args) -> Any: ... method set_bg_end_angle (line 1737) | def set_bg_end_angle(self, *args) -> Any: ... method set_bg_start_angle (line 1738) | def set_bg_start_angle(self, *args) -> Any: ... method set_change_rate (line 1739) | def set_change_rate(self, *args) -> Any: ... method set_content_height (line 1740) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 1741) | def set_content_width(self, *args) -> Any: ... method set_end_angle (line 1742) | def set_end_angle(self, *args) -> Any: ... method set_ext_click_area (line 1743) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 1744) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 1745) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 1746) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 1747) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 1748) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 1749) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 1750) | def set_height(self, *args) -> Any: ... method set_layout (line 1751) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 1752) | def set_local_style_prop(self, *args) -> Any: ... method set_mode (line 1753) | def set_mode(self, *args) -> Any: ... method set_parent (line 1754) | def set_parent(self, *args) -> Any: ... method set_pos (line 1755) | def set_pos(self, *args) -> Any: ... method set_range (line 1756) | def set_range(self, *args) -> Any: ... method set_rotation (line 1757) | def set_rotation(self, *args) -> Any: ... method set_scroll_dir (line 1758) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 1759) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 1760) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 1761) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 1762) | def set_size(self, *args) -> Any: ... method set_start_angle (line 1763) | def set_start_angle(self, *args) -> Any: ... method set_style_align (line 1764) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 1765) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 1766) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 1767) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 1768) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 1769) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 1770) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 1771) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 1772) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 1773) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 1774) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 1775) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 1776) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 1777) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 1778) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 1779) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 1780) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 1781) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 1782) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 1783) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 1784) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 1785) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 1786) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 1787) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 1788) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 1789) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 1790) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 1791) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 1792) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 1793) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 1794) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 1795) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 1796) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 1797) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 1798) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 1799) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 1800) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 1801) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 1802) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 1803) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 1804) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 1805) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 1806) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 1807) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 1808) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 1809) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 1810) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 1811) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 1812) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 1813) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 1814) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 1815) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 1816) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 1817) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 1818) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 1819) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 1820) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 1821) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 1822) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 1823) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 1824) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 1825) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 1826) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 1827) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 1828) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 1829) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 1830) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 1831) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 1832) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 1833) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 1834) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 1835) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 1836) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 1837) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 1838) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 1839) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 1840) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 1841) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 1842) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 1843) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 1844) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 1845) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 1846) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 1847) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 1848) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 1849) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 1850) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 1851) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 1852) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 1853) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 1854) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 1855) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 1856) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 1857) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 1858) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 1859) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 1860) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 1861) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 1862) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 1863) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 1864) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 1865) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 1866) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 1867) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 1868) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 1869) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 1870) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 1871) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 1872) | def set_style_y(self, *args) -> Any: ... method set_tile (line 1873) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 1874) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 1875) | def set_user_data(self, *args) -> Any: ... method set_value (line 1876) | def set_value(self, *args) -> Any: ... method set_width (line 1877) | def set_width(self, *args) -> Any: ... method set_x (line 1878) | def set_x(self, *args) -> Any: ... method set_y (line 1879) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 1880) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 1881) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 1882) | def swap(self, *args) -> Any: ... method tree_walk (line 1883) | def tree_walk(self, *args) -> Any: ... method update_layout (line 1884) | def update_layout(self, *args) -> Any: ... method update_snap (line 1885) | def update_snap(self, *args) -> Any: ... class area_t (line 1889) | class area_t: method copy (line 1890) | def copy(self, *args) -> Any: ... method set (line 1891) | def set(self, *args) -> Any: ... method align (line 1892) | def align(self, *args) -> Any: ... method get_height (line 1893) | def get_height(self, *args) -> Any: ... method get_size (line 1894) | def get_size(self, *args) -> Any: ... method get_width (line 1895) | def get_width(self, *args) -> Any: ... method increase (line 1896) | def increase(self, *args) -> Any: ... method move (line 1897) | def move(self, *args) -> Any: ... method set_height (line 1898) | def set_height(self, *args) -> Any: ... method set_width (line 1899) | def set_width(self, *args) -> Any: ... function async_call (line 1901) | def async_call(*args) -> Any: ... function atan2 (line 1902) | def atan2(*args) -> Any: ... class bar (line 1904) | class bar: class CLASS_EDITABLE (line 1905) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 1910) | class CLASS_GROUP_DEF: class DRAW_PART (line 1915) | class DRAW_PART: class FLAG (line 1918) | class FLAG: class MODE (line 1945) | class MODE: class TREE_WALK (line 1950) | class TREE_WALK: method add_event_cb (line 1954) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 1955) | def add_flag(self, *args) -> Any: ... method add_state (line 1956) | def add_state(self, *args) -> Any: ... method add_style (line 1957) | def add_style(self, *args) -> Any: ... method align (line 1958) | def align(self, *args) -> Any: ... method align_to (line 1959) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 1960) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 1961) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 1962) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 1963) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 1964) | def center(self, *args) -> Any: ... method check_type (line 1965) | def check_type(self, *args) -> Any: ... method class_create_obj (line 1966) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 1967) | def class_init_obj(self, *args) -> Any: ... method clean (line 1968) | def clean(self, *args) -> Any: ... method clear_flag (line 1969) | def clear_flag(self, *args) -> Any: ... method clear_state (line 1970) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 1971) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 1972) | def del_async(self, *args) -> Any: ... method del_delayed (line 1973) | def del_delayed(self, *args) -> Any: ... method delete (line 1974) | def delete(self, *args) -> Any: ... method dpx (line 1975) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 1976) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 1977) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 1978) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 1979) | def event_base(self, *args) -> Any: ... method fade_in (line 1980) | def fade_in(self, *args) -> Any: ... method fade_out (line 1981) | def fade_out(self, *args) -> Any: ... method get_child (line 1982) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 1983) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 1984) | def get_child_id(self, *args) -> Any: ... method get_class (line 1985) | def get_class(self, *args) -> Any: ... method get_click_area (line 1986) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 1987) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 1988) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 1989) | def get_content_width(self, *args) -> Any: ... method get_coords (line 1990) | def get_coords(self, *args) -> Any: ... method get_disp (line 1991) | def get_disp(self, *args) -> Any: ... method get_group (line 1992) | def get_group(self, *args) -> Any: ... method get_height (line 1993) | def get_height(self, *args) -> Any: ... method get_index (line 1994) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 1995) | def get_local_style_prop(self, *args) -> Any: ... method get_max_value (line 1996) | def get_max_value(self, *args) -> Any: ... method get_min_value (line 1997) | def get_min_value(self, *args) -> Any: ... method get_mode (line 1998) | def get_mode(self, *args) -> Any: ... method get_parent (line 1999) | def get_parent(self, *args) -> Any: ... method get_screen (line 2000) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 2001) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 2002) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 2003) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 2004) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 2005) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 2006) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 2007) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 2008) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 2009) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 2010) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 2011) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 2012) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 2013) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 2014) | def get_self_width(self, *args) -> Any: ... method get_start_value (line 2015) | def get_start_value(self, *args) -> Any: ... method get_state (line 2016) | def get_state(self, *args) -> Any: ... method get_style_align (line 2017) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 2018) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 2019) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 2020) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 2021) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 2022) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 2023) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 2024) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 2025) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 2026) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 2027) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 2028) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 2029) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 2030) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 2031) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 2032) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 2033) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 2034) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 2035) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 2036) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 2037) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 2038) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 2039) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 2040) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 2041) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 2042) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 2043) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 2044) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 2045) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 2046) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 2047) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 2048) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 2049) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 2050) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 2051) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 2052) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 2053) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 2054) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 2055) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 2056) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 2057) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 2058) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 2059) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 2060) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 2061) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 2062) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 2063) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 2064) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 2065) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 2066) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 2067) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 2068) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 2069) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 2070) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 2071) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 2072) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 2073) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 2074) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 2075) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 2076) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 2077) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 2078) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 2079) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 2080) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 2081) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 2082) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 2083) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 2084) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 2085) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 2086) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 2087) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 2088) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 2089) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 2090) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 2091) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 2092) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 2093) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 2094) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 2095) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 2096) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 2097) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 2098) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 2099) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 2100) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 2101) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 2102) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 2103) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 2104) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 2105) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 2106) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 2107) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 2108) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 2109) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 2110) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 2111) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 2112) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 2113) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 2114) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 2115) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 2116) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 2117) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 2118) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 2119) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 2120) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 2121) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 2122) | def get_user_data(self, *args) -> Any: ... method get_value (line 2123) | def get_value(self, *args) -> Any: ... method get_width (line 2124) | def get_width(self, *args) -> Any: ... method get_x (line 2125) | def get_x(self, *args) -> Any: ... method get_x2 (line 2126) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 2127) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 2128) | def get_y(self, *args) -> Any: ... method get_y2 (line 2129) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 2130) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 2131) | def has_class(self, *args) -> Any: ... method has_flag (line 2132) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 2133) | def has_flag_any(self, *args) -> Any: ... method has_state (line 2134) | def has_state(self, *args) -> Any: ... method hit_test (line 2135) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 2136) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 2137) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 2138) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 2139) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 2140) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 2141) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 2142) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 2143) | def is_editable(self, *args) -> Any: ... method is_group_def (line 2144) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 2145) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 2146) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 2147) | def is_valid(self, *args) -> Any: ... method is_visible (line 2148) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 2149) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 2150) | def move_background(self, *args) -> Any: ... method move_children_by (line 2151) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 2152) | def move_foreground(self, *args) -> Any: ... method move_to (line 2153) | def move_to(self, *args) -> Any: ... method move_to_index (line 2154) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 2155) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 2156) | def refr_pos(self, *args) -> Any: ... method refr_size (line 2157) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 2158) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 2159) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 2160) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 2161) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 2162) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 2163) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 2164) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 2165) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 2166) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 2167) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 2168) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 2169) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 2170) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 2171) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 2172) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 2173) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 2174) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 2175) | def set_align(self, *args) -> Any: ... method set_content_height (line 2176) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 2177) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 2178) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 2179) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 2180) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 2181) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 2182) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 2183) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 2184) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 2185) | def set_height(self, *args) -> Any: ... method set_layout (line 2186) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 2187) | def set_local_style_prop(self, *args) -> Any: ... method set_mode (line 2188) | def set_mode(self, *args) -> Any: ... method set_parent (line 2189) | def set_parent(self, *args) -> Any: ... method set_pos (line 2190) | def set_pos(self, *args) -> Any: ... method set_range (line 2191) | def set_range(self, *args) -> Any: ... method set_scroll_dir (line 2192) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 2193) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 2194) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 2195) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 2196) | def set_size(self, *args) -> Any: ... method set_start_value (line 2197) | def set_start_value(self, *args) -> Any: ... method set_style_align (line 2198) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 2199) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 2200) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 2201) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 2202) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 2203) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 2204) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 2205) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 2206) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 2207) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 2208) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 2209) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 2210) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 2211) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 2212) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 2213) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 2214) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 2215) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 2216) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 2217) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 2218) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 2219) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 2220) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 2221) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 2222) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 2223) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 2224) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 2225) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 2226) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 2227) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 2228) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 2229) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 2230) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 2231) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 2232) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 2233) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 2234) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 2235) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 2236) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 2237) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 2238) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 2239) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 2240) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 2241) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 2242) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 2243) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 2244) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 2245) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 2246) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 2247) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 2248) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 2249) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 2250) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 2251) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 2252) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 2253) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 2254) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 2255) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 2256) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 2257) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 2258) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 2259) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 2260) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 2261) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 2262) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 2263) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 2264) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 2265) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 2266) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 2267) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 2268) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 2269) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 2270) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 2271) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 2272) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 2273) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 2274) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 2275) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 2276) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 2277) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 2278) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 2279) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 2280) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 2281) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 2282) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 2283) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 2284) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 2285) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 2286) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 2287) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 2288) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 2289) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 2290) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 2291) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 2292) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 2293) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 2294) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 2295) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 2296) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 2297) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 2298) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 2299) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 2300) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 2301) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 2302) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 2303) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 2304) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 2305) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 2306) | def set_style_y(self, *args) -> Any: ... method set_tile (line 2307) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 2308) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 2309) | def set_user_data(self, *args) -> Any: ... method set_value (line 2310) | def set_value(self, *args) -> Any: ... method set_width (line 2311) | def set_width(self, *args) -> Any: ... method set_x (line 2312) | def set_x(self, *args) -> Any: ... method set_y (line 2313) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 2314) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 2315) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 2316) | def swap(self, *args) -> Any: ... method tree_walk (line 2317) | def tree_walk(self, *args) -> Any: ... method update_layout (line 2318) | def update_layout(self, *args) -> Any: ... method update_snap (line 2319) | def update_snap(self, *args) -> Any: ... function bezier3 (line 2323) | def bezier3(*args) -> Any: ... function bidi_calculate_align (line 2324) | def bidi_calculate_align(*args) -> Any: ... class btn (line 2326) | class btn: class CLASS_EDITABLE (line 2327) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 2332) | class CLASS_GROUP_DEF: class DRAW_PART (line 2337) | class DRAW_PART: class FLAG (line 2342) | class FLAG: class TREE_WALK (line 2369) | class TREE_WALK: method add_event_cb (line 2373) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 2374) | def add_flag(self, *args) -> Any: ... method add_state (line 2375) | def add_state(self, *args) -> Any: ... method add_style (line 2376) | def add_style(self, *args) -> Any: ... method align (line 2377) | def align(self, *args) -> Any: ... method align_to (line 2378) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 2379) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 2380) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 2381) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 2382) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 2383) | def center(self, *args) -> Any: ... method check_type (line 2384) | def check_type(self, *args) -> Any: ... method class_create_obj (line 2385) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 2386) | def class_init_obj(self, *args) -> Any: ... method clean (line 2387) | def clean(self, *args) -> Any: ... method clear_flag (line 2388) | def clear_flag(self, *args) -> Any: ... method clear_state (line 2389) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 2390) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 2391) | def del_async(self, *args) -> Any: ... method del_delayed (line 2392) | def del_delayed(self, *args) -> Any: ... method delete (line 2393) | def delete(self, *args) -> Any: ... method dpx (line 2394) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 2395) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 2396) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 2397) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 2398) | def event_base(self, *args) -> Any: ... method fade_in (line 2399) | def fade_in(self, *args) -> Any: ... method fade_out (line 2400) | def fade_out(self, *args) -> Any: ... method get_child (line 2401) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 2402) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 2403) | def get_child_id(self, *args) -> Any: ... method get_class (line 2404) | def get_class(self, *args) -> Any: ... method get_click_area (line 2405) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 2406) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 2407) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 2408) | def get_content_width(self, *args) -> Any: ... method get_coords (line 2409) | def get_coords(self, *args) -> Any: ... method get_disp (line 2410) | def get_disp(self, *args) -> Any: ... method get_group (line 2411) | def get_group(self, *args) -> Any: ... method get_height (line 2412) | def get_height(self, *args) -> Any: ... method get_index (line 2413) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 2414) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 2415) | def get_parent(self, *args) -> Any: ... method get_screen (line 2416) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 2417) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 2418) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 2419) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 2420) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 2421) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 2422) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 2423) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 2424) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 2425) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 2426) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 2427) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 2428) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 2429) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 2430) | def get_self_width(self, *args) -> Any: ... method get_state (line 2431) | def get_state(self, *args) -> Any: ... method get_style_align (line 2432) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 2433) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 2434) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 2435) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 2436) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 2437) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 2438) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 2439) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 2440) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 2441) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 2442) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 2443) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 2444) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 2445) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 2446) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 2447) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 2448) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 2449) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 2450) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 2451) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 2452) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 2453) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 2454) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 2455) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 2456) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 2457) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 2458) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 2459) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 2460) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 2461) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 2462) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 2463) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 2464) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 2465) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 2466) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 2467) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 2468) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 2469) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 2470) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 2471) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 2472) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 2473) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 2474) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 2475) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 2476) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 2477) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 2478) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 2479) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 2480) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 2481) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 2482) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 2483) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 2484) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 2485) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 2486) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 2487) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 2488) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 2489) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 2490) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 2491) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 2492) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 2493) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 2494) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 2495) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 2496) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 2497) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 2498) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 2499) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 2500) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 2501) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 2502) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 2503) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 2504) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 2505) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 2506) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 2507) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 2508) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 2509) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 2510) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 2511) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 2512) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 2513) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 2514) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 2515) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 2516) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 2517) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 2518) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 2519) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 2520) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 2521) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 2522) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 2523) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 2524) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 2525) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 2526) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 2527) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 2528) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 2529) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 2530) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 2531) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 2532) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 2533) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 2534) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 2535) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 2536) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 2537) | def get_user_data(self, *args) -> Any: ... method get_width (line 2538) | def get_width(self, *args) -> Any: ... method get_x (line 2539) | def get_x(self, *args) -> Any: ... method get_x2 (line 2540) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 2541) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 2542) | def get_y(self, *args) -> Any: ... method get_y2 (line 2543) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 2544) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 2545) | def has_class(self, *args) -> Any: ... method has_flag (line 2546) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 2547) | def has_flag_any(self, *args) -> Any: ... method has_state (line 2548) | def has_state(self, *args) -> Any: ... method hit_test (line 2549) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 2550) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 2551) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 2552) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 2553) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 2554) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 2555) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 2556) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 2557) | def is_editable(self, *args) -> Any: ... method is_group_def (line 2558) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 2559) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 2560) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 2561) | def is_valid(self, *args) -> Any: ... method is_visible (line 2562) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 2563) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 2564) | def move_background(self, *args) -> Any: ... method move_children_by (line 2565) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 2566) | def move_foreground(self, *args) -> Any: ... method move_to (line 2567) | def move_to(self, *args) -> Any: ... method move_to_index (line 2568) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 2569) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 2570) | def refr_pos(self, *args) -> Any: ... method refr_size (line 2571) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 2572) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 2573) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 2574) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 2575) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 2576) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 2577) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 2578) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 2579) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 2580) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 2581) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 2582) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 2583) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 2584) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 2585) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 2586) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 2587) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 2588) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 2589) | def set_align(self, *args) -> Any: ... method set_content_height (line 2590) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 2591) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 2592) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 2593) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 2594) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 2595) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 2596) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 2597) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 2598) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 2599) | def set_height(self, *args) -> Any: ... method set_layout (line 2600) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 2601) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 2602) | def set_parent(self, *args) -> Any: ... method set_pos (line 2603) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 2604) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 2605) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 2606) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 2607) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 2608) | def set_size(self, *args) -> Any: ... method set_style_align (line 2609) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 2610) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 2611) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 2612) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 2613) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 2614) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 2615) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 2616) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 2617) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 2618) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 2619) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 2620) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 2621) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 2622) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 2623) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 2624) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 2625) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 2626) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 2627) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 2628) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 2629) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 2630) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 2631) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 2632) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 2633) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 2634) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 2635) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 2636) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 2637) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 2638) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 2639) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 2640) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 2641) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 2642) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 2643) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 2644) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 2645) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 2646) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 2647) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 2648) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 2649) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 2650) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 2651) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 2652) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 2653) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 2654) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 2655) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 2656) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 2657) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 2658) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 2659) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 2660) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 2661) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 2662) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 2663) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 2664) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 2665) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 2666) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 2667) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 2668) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 2669) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 2670) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 2671) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 2672) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 2673) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 2674) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 2675) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 2676) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 2677) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 2678) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 2679) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 2680) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 2681) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 2682) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 2683) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 2684) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 2685) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 2686) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 2687) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 2688) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 2689) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 2690) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 2691) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 2692) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 2693) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 2694) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 2695) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 2696) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 2697) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 2698) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 2699) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 2700) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 2701) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 2702) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 2703) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 2704) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 2705) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 2706) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 2707) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 2708) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 2709) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 2710) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 2711) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 2712) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 2713) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 2714) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 2715) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 2716) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 2717) | def set_style_y(self, *args) -> Any: ... method set_tile (line 2718) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 2719) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 2720) | def set_user_data(self, *args) -> Any: ... method set_width (line 2721) | def set_width(self, *args) -> Any: ... method set_x (line 2722) | def set_x(self, *args) -> Any: ... method set_y (line 2723) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 2724) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 2725) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 2726) | def swap(self, *args) -> Any: ... method tree_walk (line 2727) | def tree_walk(self, *args) -> Any: ... method update_layout (line 2728) | def update_layout(self, *args) -> Any: ... method update_snap (line 2729) | def update_snap(self, *args) -> Any: ... class btnmatrix (line 2733) | class btnmatrix: class CLASS_EDITABLE (line 2734) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 2739) | class CLASS_GROUP_DEF: class CTRL (line 2744) | class CTRL: class DRAW_PART (line 2755) | class DRAW_PART: class FLAG (line 2758) | class FLAG: class TREE_WALK (line 2785) | class TREE_WALK: method add_event_cb (line 2789) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 2790) | def add_flag(self, *args) -> Any: ... method add_state (line 2791) | def add_state(self, *args) -> Any: ... method add_style (line 2792) | def add_style(self, *args) -> Any: ... method align (line 2793) | def align(self, *args) -> Any: ... method align_to (line 2794) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 2795) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 2796) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 2797) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 2798) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 2799) | def center(self, *args) -> Any: ... method check_type (line 2800) | def check_type(self, *args) -> Any: ... method class_create_obj (line 2801) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 2802) | def class_init_obj(self, *args) -> Any: ... method clean (line 2803) | def clean(self, *args) -> Any: ... method clear_btn_ctrl (line 2804) | def clear_btn_ctrl(self, *args) -> Any: ... method clear_btn_ctrl_all (line 2805) | def clear_btn_ctrl_all(self, *args) -> Any: ... method clear_flag (line 2806) | def clear_flag(self, *args) -> Any: ... method clear_state (line 2807) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 2808) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 2809) | def del_async(self, *args) -> Any: ... method del_delayed (line 2810) | def del_delayed(self, *args) -> Any: ... method delete (line 2811) | def delete(self, *args) -> Any: ... method dpx (line 2812) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 2813) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 2814) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 2815) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 2816) | def event_base(self, *args) -> Any: ... method fade_in (line 2817) | def fade_in(self, *args) -> Any: ... method fade_out (line 2818) | def fade_out(self, *args) -> Any: ... method get_btn_text (line 2819) | def get_btn_text(self, *args) -> Any: ... method get_child (line 2820) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 2821) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 2822) | def get_child_id(self, *args) -> Any: ... method get_class (line 2823) | def get_class(self, *args) -> Any: ... method get_click_area (line 2824) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 2825) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 2826) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 2827) | def get_content_width(self, *args) -> Any: ... method get_coords (line 2828) | def get_coords(self, *args) -> Any: ... method get_disp (line 2829) | def get_disp(self, *args) -> Any: ... method get_group (line 2830) | def get_group(self, *args) -> Any: ... method get_height (line 2831) | def get_height(self, *args) -> Any: ... method get_index (line 2832) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 2833) | def get_local_style_prop(self, *args) -> Any: ... method get_map (line 2834) | def get_map(self, *args) -> Any: ... method get_one_checked (line 2835) | def get_one_checked(self, *args) -> Any: ... method get_parent (line 2836) | def get_parent(self, *args) -> Any: ... method get_screen (line 2837) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 2838) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 2839) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 2840) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 2841) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 2842) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 2843) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 2844) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 2845) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 2846) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 2847) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 2848) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 2849) | def get_scrollbar_mode(self, *args) -> Any: ... method get_selected_btn (line 2850) | def get_selected_btn(self, *args) -> Any: ... method get_self_height (line 2851) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 2852) | def get_self_width(self, *args) -> Any: ... method get_state (line 2853) | def get_state(self, *args) -> Any: ... method get_style_align (line 2854) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 2855) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 2856) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 2857) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 2858) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 2859) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 2860) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 2861) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 2862) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 2863) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 2864) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 2865) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 2866) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 2867) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 2868) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 2869) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 2870) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 2871) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 2872) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 2873) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 2874) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 2875) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 2876) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 2877) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 2878) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 2879) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 2880) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 2881) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 2882) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 2883) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 2884) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 2885) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 2886) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 2887) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 2888) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 2889) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 2890) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 2891) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 2892) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 2893) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 2894) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 2895) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 2896) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 2897) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 2898) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 2899) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 2900) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 2901) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 2902) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 2903) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 2904) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 2905) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 2906) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 2907) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 2908) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 2909) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 2910) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 2911) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 2912) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 2913) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 2914) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 2915) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 2916) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 2917) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 2918) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 2919) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 2920) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 2921) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 2922) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 2923) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 2924) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 2925) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 2926) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 2927) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 2928) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 2929) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 2930) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 2931) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 2932) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 2933) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 2934) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 2935) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 2936) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 2937) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 2938) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 2939) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 2940) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 2941) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 2942) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 2943) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 2944) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 2945) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 2946) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 2947) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 2948) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 2949) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 2950) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 2951) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 2952) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 2953) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 2954) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 2955) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 2956) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 2957) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 2958) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 2959) | def get_user_data(self, *args) -> Any: ... method get_width (line 2960) | def get_width(self, *args) -> Any: ... method get_x (line 2961) | def get_x(self, *args) -> Any: ... method get_x2 (line 2962) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 2963) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 2964) | def get_y(self, *args) -> Any: ... method get_y2 (line 2965) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 2966) | def get_y_aligned(self, *args) -> Any: ... method has_btn_ctrl (line 2967) | def has_btn_ctrl(self, *args) -> Any: ... method has_class (line 2968) | def has_class(self, *args) -> Any: ... method has_flag (line 2969) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 2970) | def has_flag_any(self, *args) -> Any: ... method has_state (line 2971) | def has_state(self, *args) -> Any: ... method hit_test (line 2972) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 2973) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 2974) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 2975) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 2976) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 2977) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 2978) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 2979) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 2980) | def is_editable(self, *args) -> Any: ... method is_group_def (line 2981) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 2982) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 2983) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 2984) | def is_valid(self, *args) -> Any: ... method is_visible (line 2985) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 2986) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 2987) | def move_background(self, *args) -> Any: ... method move_children_by (line 2988) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 2989) | def move_foreground(self, *args) -> Any: ... method move_to (line 2990) | def move_to(self, *args) -> Any: ... method move_to_index (line 2991) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 2992) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 2993) | def refr_pos(self, *args) -> Any: ... method refr_size (line 2994) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 2995) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 2996) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 2997) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 2998) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 2999) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 3000) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 3001) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 3002) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 3003) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 3004) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 3005) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 3006) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 3007) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 3008) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 3009) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 3010) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 3011) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 3012) | def set_align(self, *args) -> Any: ... method set_btn_ctrl (line 3013) | def set_btn_ctrl(self, *args) -> Any: ... method set_btn_ctrl_all (line 3014) | def set_btn_ctrl_all(self, *args) -> Any: ... method set_btn_width (line 3015) | def set_btn_width(self, *args) -> Any: ... method set_content_height (line 3016) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 3017) | def set_content_width(self, *args) -> Any: ... method set_ctrl_map (line 3018) | def set_ctrl_map(self, *args) -> Any: ... method set_ext_click_area (line 3019) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 3020) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 3021) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 3022) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 3023) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 3024) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 3025) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 3026) | def set_height(self, *args) -> Any: ... method set_layout (line 3027) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 3028) | def set_local_style_prop(self, *args) -> Any: ... method set_map (line 3029) | def set_map(self, *args) -> Any: ... method set_one_checked (line 3030) | def set_one_checked(self, *args) -> Any: ... method set_parent (line 3031) | def set_parent(self, *args) -> Any: ... method set_pos (line 3032) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 3033) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 3034) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 3035) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 3036) | def set_scrollbar_mode(self, *args) -> Any: ... method set_selected_btn (line 3037) | def set_selected_btn(self, *args) -> Any: ... method set_size (line 3038) | def set_size(self, *args) -> Any: ... method set_style_align (line 3039) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 3040) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 3041) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 3042) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 3043) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 3044) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 3045) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 3046) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 3047) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 3048) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 3049) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 3050) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 3051) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 3052) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 3053) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 3054) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 3055) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 3056) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 3057) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 3058) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 3059) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 3060) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 3061) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 3062) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 3063) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 3064) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 3065) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 3066) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 3067) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 3068) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 3069) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 3070) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 3071) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 3072) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 3073) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 3074) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 3075) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 3076) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 3077) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 3078) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 3079) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 3080) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 3081) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 3082) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 3083) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 3084) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 3085) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 3086) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 3087) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 3088) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 3089) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 3090) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 3091) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 3092) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 3093) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 3094) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 3095) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 3096) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 3097) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 3098) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 3099) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 3100) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 3101) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 3102) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 3103) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 3104) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 3105) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 3106) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 3107) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 3108) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 3109) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 3110) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 3111) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 3112) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 3113) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 3114) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 3115) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 3116) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 3117) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 3118) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 3119) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 3120) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 3121) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 3122) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 3123) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 3124) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 3125) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 3126) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 3127) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 3128) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 3129) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 3130) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 3131) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 3132) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 3133) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 3134) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 3135) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 3136) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 3137) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 3138) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 3139) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 3140) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 3141) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 3142) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 3143) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 3144) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 3145) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 3146) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 3147) | def set_style_y(self, *args) -> Any: ... method set_tile (line 3148) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 3149) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 3150) | def set_user_data(self, *args) -> Any: ... method set_width (line 3151) | def set_width(self, *args) -> Any: ... method set_x (line 3152) | def set_x(self, *args) -> Any: ... method set_y (line 3153) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 3154) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 3155) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 3156) | def swap(self, *args) -> Any: ... method tree_walk (line 3157) | def tree_walk(self, *args) -> Any: ... method update_layout (line 3158) | def update_layout(self, *args) -> Any: ... method update_snap (line 3159) | def update_snap(self, *args) -> Any: ... class calendar (line 3163) | class calendar: class CLASS_EDITABLE (line 3164) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 3169) | class CLASS_GROUP_DEF: class DRAW_PART (line 3174) | class DRAW_PART: class FLAG (line 3179) | class FLAG: class TREE_WALK (line 3206) | class TREE_WALK: method add_event_cb (line 3210) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 3211) | def add_flag(self, *args) -> Any: ... method add_state (line 3212) | def add_state(self, *args) -> Any: ... method add_style (line 3213) | def add_style(self, *args) -> Any: ... method align (line 3214) | def align(self, *args) -> Any: ... method align_to (line 3215) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 3216) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 3217) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 3218) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 3219) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 3220) | def center(self, *args) -> Any: ... method check_type (line 3221) | def check_type(self, *args) -> Any: ... method class_create_obj (line 3222) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 3223) | def class_init_obj(self, *args) -> Any: ... method clean (line 3224) | def clean(self, *args) -> Any: ... method clear_flag (line 3225) | def clear_flag(self, *args) -> Any: ... method clear_state (line 3226) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 3227) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 3228) | def del_async(self, *args) -> Any: ... method del_delayed (line 3229) | def del_delayed(self, *args) -> Any: ... method delete (line 3230) | def delete(self, *args) -> Any: ... method dpx (line 3231) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 3232) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 3233) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 3234) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 3235) | def event_base(self, *args) -> Any: ... method fade_in (line 3236) | def fade_in(self, *args) -> Any: ... method fade_out (line 3237) | def fade_out(self, *args) -> Any: ... method get_child (line 3238) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 3239) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 3240) | def get_child_id(self, *args) -> Any: ... method get_class (line 3241) | def get_class(self, *args) -> Any: ... method get_click_area (line 3242) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 3243) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 3244) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 3245) | def get_content_width(self, *args) -> Any: ... method get_coords (line 3246) | def get_coords(self, *args) -> Any: ... method get_disp (line 3247) | def get_disp(self, *args) -> Any: ... method get_group (line 3248) | def get_group(self, *args) -> Any: ... method get_height (line 3249) | def get_height(self, *args) -> Any: ... method get_highlighted_dates (line 3250) | def get_highlighted_dates(self, *args) -> Any: ... method get_highlighted_dates_num (line 3251) | def get_highlighted_dates_num(self, *args) -> Any: ... method get_index (line 3252) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 3253) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 3254) | def get_parent(self, *args) -> Any: ... method get_pressed_date (line 3255) | def get_pressed_date(self, *args) -> Any: ... method get_screen (line 3256) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 3257) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 3258) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 3259) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 3260) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 3261) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 3262) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 3263) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 3264) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 3265) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 3266) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 3267) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 3268) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 3269) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 3270) | def get_self_width(self, *args) -> Any: ... method get_showed_date (line 3271) | def get_showed_date(self, *args) -> Any: ... method get_state (line 3272) | def get_state(self, *args) -> Any: ... method get_style_align (line 3273) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 3274) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 3275) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 3276) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 3277) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 3278) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 3279) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 3280) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 3281) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 3282) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 3283) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 3284) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 3285) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 3286) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 3287) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 3288) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 3289) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 3290) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 3291) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 3292) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 3293) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 3294) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 3295) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 3296) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 3297) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 3298) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 3299) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 3300) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 3301) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 3302) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 3303) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 3304) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 3305) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 3306) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 3307) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 3308) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 3309) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 3310) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 3311) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 3312) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 3313) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 3314) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 3315) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 3316) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 3317) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 3318) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 3319) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 3320) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 3321) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 3322) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 3323) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 3324) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 3325) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 3326) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 3327) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 3328) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 3329) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 3330) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 3331) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 3332) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 3333) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 3334) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 3335) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 3336) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 3337) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 3338) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 3339) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 3340) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 3341) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 3342) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 3343) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 3344) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 3345) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 3346) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 3347) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 3348) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 3349) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 3350) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 3351) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 3352) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 3353) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 3354) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 3355) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 3356) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 3357) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 3358) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 3359) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 3360) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 3361) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 3362) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 3363) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 3364) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 3365) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 3366) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 3367) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 3368) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 3369) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 3370) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 3371) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 3372) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 3373) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 3374) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 3375) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 3376) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 3377) | def get_style_y(self, *args) -> Any: ... method get_today_date (line 3378) | def get_today_date(self, *args) -> Any: ... method get_user_data (line 3379) | def get_user_data(self, *args) -> Any: ... method get_width (line 3380) | def get_width(self, *args) -> Any: ... method get_x (line 3381) | def get_x(self, *args) -> Any: ... method get_x2 (line 3382) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 3383) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 3384) | def get_y(self, *args) -> Any: ... method get_y2 (line 3385) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 3386) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 3387) | def has_class(self, *args) -> Any: ... method has_flag (line 3388) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 3389) | def has_flag_any(self, *args) -> Any: ... method has_state (line 3390) | def has_state(self, *args) -> Any: ... method hit_test (line 3391) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 3392) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 3393) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 3394) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 3395) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 3396) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 3397) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 3398) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 3399) | def is_editable(self, *args) -> Any: ... method is_group_def (line 3400) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 3401) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 3402) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 3403) | def is_valid(self, *args) -> Any: ... method is_visible (line 3404) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 3405) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 3406) | def move_background(self, *args) -> Any: ... method move_children_by (line 3407) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 3408) | def move_foreground(self, *args) -> Any: ... method move_to (line 3409) | def move_to(self, *args) -> Any: ... method move_to_index (line 3410) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 3411) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 3412) | def refr_pos(self, *args) -> Any: ... method refr_size (line 3413) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 3414) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 3415) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 3416) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 3417) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 3418) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 3419) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 3420) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 3421) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 3422) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 3423) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 3424) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 3425) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 3426) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 3427) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 3428) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 3429) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 3430) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 3431) | def set_align(self, *args) -> Any: ... method set_content_height (line 3432) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 3433) | def set_content_width(self, *args) -> Any: ... method set_day_names (line 3434) | def set_day_names(self, *args) -> Any: ... method set_ext_click_area (line 3435) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 3436) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 3437) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 3438) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 3439) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 3440) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 3441) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 3442) | def set_height(self, *args) -> Any: ... method set_highlighted_dates (line 3443) | def set_highlighted_dates(self, *args) -> Any: ... method set_layout (line 3444) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 3445) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 3446) | def set_parent(self, *args) -> Any: ... method set_pos (line 3447) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 3448) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 3449) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 3450) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 3451) | def set_scrollbar_mode(self, *args) -> Any: ... method set_showed_date (line 3452) | def set_showed_date(self, *args) -> Any: ... method set_size (line 3453) | def set_size(self, *args) -> Any: ... method set_style_align (line 3454) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 3455) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 3456) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 3457) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 3458) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 3459) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 3460) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 3461) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 3462) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 3463) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 3464) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 3465) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 3466) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 3467) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 3468) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 3469) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 3470) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 3471) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 3472) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 3473) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 3474) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 3475) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 3476) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 3477) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 3478) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 3479) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 3480) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 3481) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 3482) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 3483) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 3484) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 3485) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 3486) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 3487) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 3488) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 3489) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 3490) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 3491) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 3492) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 3493) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 3494) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 3495) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 3496) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 3497) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 3498) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 3499) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 3500) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 3501) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 3502) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 3503) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 3504) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 3505) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 3506) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 3507) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 3508) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 3509) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 3510) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 3511) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 3512) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 3513) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 3514) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 3515) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 3516) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 3517) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 3518) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 3519) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 3520) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 3521) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 3522) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 3523) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 3524) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 3525) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 3526) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 3527) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 3528) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 3529) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 3530) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 3531) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 3532) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 3533) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 3534) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 3535) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 3536) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 3537) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 3538) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 3539) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 3540) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 3541) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 3542) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 3543) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 3544) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 3545) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 3546) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 3547) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 3548) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 3549) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 3550) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 3551) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 3552) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 3553) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 3554) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 3555) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 3556) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 3557) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 3558) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 3559) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 3560) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 3561) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 3562) | def set_style_y(self, *args) -> Any: ... method set_tile (line 3563) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 3564) | def set_tile_id(self, *args) -> Any: ... method set_today_date (line 3565) | def set_today_date(self, *args) -> Any: ... method set_user_data (line 3566) | def set_user_data(self, *args) -> Any: ... method set_width (line 3567) | def set_width(self, *args) -> Any: ... method set_x (line 3568) | def set_x(self, *args) -> Any: ... method set_y (line 3569) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 3570) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 3571) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 3572) | def swap(self, *args) -> Any: ... method tree_walk (line 3573) | def tree_walk(self, *args) -> Any: ... method update_layout (line 3574) | def update_layout(self, *args) -> Any: ... method update_snap (line 3575) | def update_snap(self, *args) -> Any: ... class calendar_date_t (line 3579) | class calendar_date_t: ... class calendar_header_arrow (line 3581) | class calendar_header_arrow: class CLASS_EDITABLE (line 3582) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 3587) | class CLASS_GROUP_DEF: class DRAW_PART (line 3592) | class DRAW_PART: class FLAG (line 3597) | class FLAG: class TREE_WALK (line 3624) | class TREE_WALK: method add_event_cb (line 3628) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 3629) | def add_flag(self, *args) -> Any: ... method add_state (line 3630) | def add_state(self, *args) -> Any: ... method add_style (line 3631) | def add_style(self, *args) -> Any: ... method align (line 3632) | def align(self, *args) -> Any: ... method align_to (line 3633) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 3634) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 3635) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 3636) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 3637) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 3638) | def center(self, *args) -> Any: ... method check_type (line 3639) | def check_type(self, *args) -> Any: ... method class_create_obj (line 3640) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 3641) | def class_init_obj(self, *args) -> Any: ... method clean (line 3642) | def clean(self, *args) -> Any: ... method clear_flag (line 3643) | def clear_flag(self, *args) -> Any: ... method clear_state (line 3644) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 3645) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 3646) | def del_async(self, *args) -> Any: ... method del_delayed (line 3647) | def del_delayed(self, *args) -> Any: ... method delete (line 3648) | def delete(self, *args) -> Any: ... method dpx (line 3649) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 3650) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 3651) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 3652) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 3653) | def event_base(self, *args) -> Any: ... method fade_in (line 3654) | def fade_in(self, *args) -> Any: ... method fade_out (line 3655) | def fade_out(self, *args) -> Any: ... method get_child (line 3656) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 3657) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 3658) | def get_child_id(self, *args) -> Any: ... method get_class (line 3659) | def get_class(self, *args) -> Any: ... method get_click_area (line 3660) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 3661) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 3662) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 3663) | def get_content_width(self, *args) -> Any: ... method get_coords (line 3664) | def get_coords(self, *args) -> Any: ... method get_disp (line 3665) | def get_disp(self, *args) -> Any: ... method get_group (line 3666) | def get_group(self, *args) -> Any: ... method get_height (line 3667) | def get_height(self, *args) -> Any: ... method get_index (line 3668) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 3669) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 3670) | def get_parent(self, *args) -> Any: ... method get_screen (line 3671) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 3672) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 3673) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 3674) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 3675) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 3676) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 3677) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 3678) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 3679) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 3680) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 3681) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 3682) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 3683) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 3684) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 3685) | def get_self_width(self, *args) -> Any: ... method get_state (line 3686) | def get_state(self, *args) -> Any: ... method get_style_align (line 3687) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 3688) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 3689) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 3690) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 3691) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 3692) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 3693) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 3694) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 3695) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 3696) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 3697) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 3698) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 3699) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 3700) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 3701) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 3702) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 3703) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 3704) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 3705) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 3706) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 3707) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 3708) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 3709) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 3710) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 3711) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 3712) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 3713) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 3714) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 3715) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 3716) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 3717) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 3718) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 3719) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 3720) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 3721) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 3722) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 3723) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 3724) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 3725) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 3726) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 3727) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 3728) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 3729) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 3730) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 3731) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 3732) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 3733) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 3734) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 3735) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 3736) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 3737) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 3738) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 3739) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 3740) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 3741) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 3742) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 3743) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 3744) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 3745) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 3746) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 3747) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 3748) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 3749) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 3750) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 3751) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 3752) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 3753) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 3754) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 3755) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 3756) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 3757) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 3758) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 3759) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 3760) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 3761) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 3762) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 3763) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 3764) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 3765) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 3766) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 3767) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 3768) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 3769) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 3770) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 3771) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 3772) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 3773) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 3774) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 3775) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 3776) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 3777) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 3778) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 3779) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 3780) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 3781) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 3782) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 3783) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 3784) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 3785) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 3786) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 3787) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 3788) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 3789) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 3790) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 3791) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 3792) | def get_user_data(self, *args) -> Any: ... method get_width (line 3793) | def get_width(self, *args) -> Any: ... method get_x (line 3794) | def get_x(self, *args) -> Any: ... method get_x2 (line 3795) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 3796) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 3797) | def get_y(self, *args) -> Any: ... method get_y2 (line 3798) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 3799) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 3800) | def has_class(self, *args) -> Any: ... method has_flag (line 3801) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 3802) | def has_flag_any(self, *args) -> Any: ... method has_state (line 3803) | def has_state(self, *args) -> Any: ... method hit_test (line 3804) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 3805) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 3806) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 3807) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 3808) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 3809) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 3810) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 3811) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 3812) | def is_editable(self, *args) -> Any: ... method is_group_def (line 3813) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 3814) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 3815) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 3816) | def is_valid(self, *args) -> Any: ... method is_visible (line 3817) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 3818) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 3819) | def move_background(self, *args) -> Any: ... method move_children_by (line 3820) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 3821) | def move_foreground(self, *args) -> Any: ... method move_to (line 3822) | def move_to(self, *args) -> Any: ... method move_to_index (line 3823) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 3824) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 3825) | def refr_pos(self, *args) -> Any: ... method refr_size (line 3826) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 3827) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 3828) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 3829) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 3830) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 3831) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 3832) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 3833) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 3834) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 3835) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 3836) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 3837) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 3838) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 3839) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 3840) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 3841) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 3842) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 3843) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 3844) | def set_align(self, *args) -> Any: ... method set_content_height (line 3845) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 3846) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 3847) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 3848) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 3849) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 3850) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 3851) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 3852) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 3853) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 3854) | def set_height(self, *args) -> Any: ... method set_layout (line 3855) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 3856) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 3857) | def set_parent(self, *args) -> Any: ... method set_pos (line 3858) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 3859) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 3860) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 3861) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 3862) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 3863) | def set_size(self, *args) -> Any: ... method set_style_align (line 3864) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 3865) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 3866) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 3867) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 3868) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 3869) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 3870) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 3871) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 3872) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 3873) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 3874) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 3875) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 3876) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 3877) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 3878) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 3879) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 3880) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 3881) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 3882) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 3883) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 3884) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 3885) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 3886) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 3887) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 3888) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 3889) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 3890) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 3891) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 3892) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 3893) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 3894) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 3895) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 3896) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 3897) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 3898) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 3899) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 3900) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 3901) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 3902) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 3903) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 3904) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 3905) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 3906) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 3907) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 3908) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 3909) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 3910) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 3911) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 3912) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 3913) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 3914) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 3915) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 3916) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 3917) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 3918) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 3919) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 3920) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 3921) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 3922) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 3923) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 3924) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 3925) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 3926) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 3927) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 3928) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 3929) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 3930) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 3931) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 3932) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 3933) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 3934) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 3935) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 3936) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 3937) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 3938) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 3939) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 3940) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 3941) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 3942) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 3943) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 3944) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 3945) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 3946) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 3947) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 3948) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 3949) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 3950) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 3951) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 3952) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 3953) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 3954) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 3955) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 3956) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 3957) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 3958) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 3959) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 3960) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 3961) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 3962) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 3963) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 3964) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 3965) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 3966) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 3967) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 3968) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 3969) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 3970) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 3971) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 3972) | def set_style_y(self, *args) -> Any: ... method set_tile (line 3973) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 3974) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 3975) | def set_user_data(self, *args) -> Any: ... method set_width (line 3976) | def set_width(self, *args) -> Any: ... method set_x (line 3977) | def set_x(self, *args) -> Any: ... method set_y (line 3978) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 3979) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 3980) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 3981) | def swap(self, *args) -> Any: ... method tree_walk (line 3982) | def tree_walk(self, *args) -> Any: ... method update_layout (line 3983) | def update_layout(self, *args) -> Any: ... method update_snap (line 3984) | def update_snap(self, *args) -> Any: ... class calendar_header_dropdown (line 3988) | class calendar_header_dropdown: class CLASS_EDITABLE (line 3989) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 3994) | class CLASS_GROUP_DEF: class DRAW_PART (line 3999) | class DRAW_PART: class FLAG (line 4004) | class FLAG: class TREE_WALK (line 4031) | class TREE_WALK: method add_event_cb (line 4035) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 4036) | def add_flag(self, *args) -> Any: ... method add_state (line 4037) | def add_state(self, *args) -> Any: ... method add_style (line 4038) | def add_style(self, *args) -> Any: ... method align (line 4039) | def align(self, *args) -> Any: ... method align_to (line 4040) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 4041) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 4042) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 4043) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 4044) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 4045) | def center(self, *args) -> Any: ... method check_type (line 4046) | def check_type(self, *args) -> Any: ... method class_create_obj (line 4047) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 4048) | def class_init_obj(self, *args) -> Any: ... method clean (line 4049) | def clean(self, *args) -> Any: ... method clear_flag (line 4050) | def clear_flag(self, *args) -> Any: ... method clear_state (line 4051) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 4052) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 4053) | def del_async(self, *args) -> Any: ... method del_delayed (line 4054) | def del_delayed(self, *args) -> Any: ... method delete (line 4055) | def delete(self, *args) -> Any: ... method dpx (line 4056) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 4057) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 4058) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 4059) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 4060) | def event_base(self, *args) -> Any: ... method fade_in (line 4061) | def fade_in(self, *args) -> Any: ... method fade_out (line 4062) | def fade_out(self, *args) -> Any: ... method get_child (line 4063) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 4064) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 4065) | def get_child_id(self, *args) -> Any: ... method get_class (line 4066) | def get_class(self, *args) -> Any: ... method get_click_area (line 4067) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 4068) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 4069) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 4070) | def get_content_width(self, *args) -> Any: ... method get_coords (line 4071) | def get_coords(self, *args) -> Any: ... method get_disp (line 4072) | def get_disp(self, *args) -> Any: ... method get_group (line 4073) | def get_group(self, *args) -> Any: ... method get_height (line 4074) | def get_height(self, *args) -> Any: ... method get_index (line 4075) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 4076) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 4077) | def get_parent(self, *args) -> Any: ... method get_screen (line 4078) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 4079) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 4080) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 4081) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 4082) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 4083) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 4084) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 4085) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 4086) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 4087) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 4088) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 4089) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 4090) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 4091) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 4092) | def get_self_width(self, *args) -> Any: ... method get_state (line 4093) | def get_state(self, *args) -> Any: ... method get_style_align (line 4094) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 4095) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 4096) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 4097) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 4098) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 4099) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 4100) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 4101) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 4102) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 4103) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 4104) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 4105) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 4106) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 4107) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 4108) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 4109) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 4110) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 4111) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 4112) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 4113) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 4114) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 4115) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 4116) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 4117) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 4118) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 4119) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 4120) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 4121) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 4122) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 4123) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 4124) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 4125) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 4126) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 4127) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 4128) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 4129) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 4130) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 4131) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 4132) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 4133) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 4134) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 4135) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 4136) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 4137) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 4138) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 4139) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 4140) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 4141) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 4142) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 4143) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 4144) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 4145) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 4146) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 4147) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 4148) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 4149) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 4150) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 4151) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 4152) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 4153) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 4154) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 4155) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 4156) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 4157) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 4158) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 4159) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 4160) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 4161) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 4162) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 4163) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 4164) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 4165) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 4166) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 4167) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 4168) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 4169) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 4170) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 4171) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 4172) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 4173) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 4174) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 4175) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 4176) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 4177) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 4178) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 4179) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 4180) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 4181) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 4182) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 4183) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 4184) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 4185) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 4186) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 4187) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 4188) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 4189) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 4190) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 4191) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 4192) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 4193) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 4194) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 4195) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 4196) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 4197) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 4198) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 4199) | def get_user_data(self, *args) -> Any: ... method get_width (line 4200) | def get_width(self, *args) -> Any: ... method get_x (line 4201) | def get_x(self, *args) -> Any: ... method get_x2 (line 4202) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 4203) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 4204) | def get_y(self, *args) -> Any: ... method get_y2 (line 4205) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 4206) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 4207) | def has_class(self, *args) -> Any: ... method has_flag (line 4208) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 4209) | def has_flag_any(self, *args) -> Any: ... method has_state (line 4210) | def has_state(self, *args) -> Any: ... method hit_test (line 4211) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 4212) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 4213) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 4214) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 4215) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 4216) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 4217) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 4218) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 4219) | def is_editable(self, *args) -> Any: ... method is_group_def (line 4220) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 4221) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 4222) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 4223) | def is_valid(self, *args) -> Any: ... method is_visible (line 4224) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 4225) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 4226) | def move_background(self, *args) -> Any: ... method move_children_by (line 4227) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 4228) | def move_foreground(self, *args) -> Any: ... method move_to (line 4229) | def move_to(self, *args) -> Any: ... method move_to_index (line 4230) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 4231) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 4232) | def refr_pos(self, *args) -> Any: ... method refr_size (line 4233) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 4234) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 4235) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 4236) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 4237) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 4238) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 4239) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 4240) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 4241) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 4242) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 4243) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 4244) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 4245) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 4246) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 4247) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 4248) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 4249) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 4250) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 4251) | def set_align(self, *args) -> Any: ... method set_content_height (line 4252) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 4253) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 4254) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 4255) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 4256) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 4257) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 4258) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 4259) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 4260) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 4261) | def set_height(self, *args) -> Any: ... method set_layout (line 4262) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 4263) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 4264) | def set_parent(self, *args) -> Any: ... method set_pos (line 4265) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 4266) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 4267) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 4268) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 4269) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 4270) | def set_size(self, *args) -> Any: ... method set_style_align (line 4271) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 4272) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 4273) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 4274) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 4275) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 4276) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 4277) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 4278) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 4279) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 4280) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 4281) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 4282) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 4283) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 4284) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 4285) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 4286) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 4287) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 4288) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 4289) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 4290) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 4291) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 4292) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 4293) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 4294) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 4295) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 4296) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 4297) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 4298) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 4299) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 4300) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 4301) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 4302) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 4303) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 4304) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 4305) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 4306) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 4307) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 4308) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 4309) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 4310) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 4311) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 4312) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 4313) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 4314) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 4315) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 4316) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 4317) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 4318) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 4319) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 4320) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 4321) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 4322) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 4323) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 4324) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 4325) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 4326) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 4327) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 4328) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 4329) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 4330) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 4331) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 4332) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 4333) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 4334) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 4335) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 4336) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 4337) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 4338) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 4339) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 4340) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 4341) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 4342) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 4343) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 4344) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 4345) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 4346) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 4347) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 4348) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 4349) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 4350) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 4351) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 4352) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 4353) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 4354) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 4355) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 4356) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 4357) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 4358) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 4359) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 4360) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 4361) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 4362) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 4363) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 4364) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 4365) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 4366) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 4367) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 4368) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 4369) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 4370) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 4371) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 4372) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 4373) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 4374) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 4375) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 4376) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 4377) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 4378) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 4379) | def set_style_y(self, *args) -> Any: ... method set_tile (line 4380) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 4381) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 4382) | def set_user_data(self, *args) -> Any: ... method set_width (line 4383) | def set_width(self, *args) -> Any: ... method set_x (line 4384) | def set_x(self, *args) -> Any: ... method set_y (line 4385) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 4386) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 4387) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 4388) | def swap(self, *args) -> Any: ... method tree_walk (line 4389) | def tree_walk(self, *args) -> Any: ... method update_layout (line 4390) | def update_layout(self, *args) -> Any: ... method update_snap (line 4391) | def update_snap(self, *args) -> Any: ... class canvas (line 4395) | class canvas: class CLASS_EDITABLE (line 4396) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 4401) | class CLASS_GROUP_DEF: class DRAW_PART (line 4406) | class DRAW_PART: class FLAG (line 4411) | class FLAG: class TREE_WALK (line 4438) | class TREE_WALK: method add_event_cb (line 4442) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 4443) | def add_flag(self, *args) -> Any: ... method add_state (line 4444) | def add_state(self, *args) -> Any: ... method add_style (line 4445) | def add_style(self, *args) -> Any: ... method align (line 4446) | def align(self, *args) -> Any: ... method align_to (line 4447) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 4448) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 4449) | def area_is_visible(self, *args) -> Any: ... method blur_hor (line 4450) | def blur_hor(self, *args) -> Any: ... method blur_ver (line 4451) | def blur_ver(self, *args) -> Any: ... method calculate_ext_draw_size (line 4452) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 4453) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 4454) | def center(self, *args) -> Any: ... method check_type (line 4455) | def check_type(self, *args) -> Any: ... method class_create_obj (line 4456) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 4457) | def class_init_obj(self, *args) -> Any: ... method clean (line 4458) | def clean(self, *args) -> Any: ... method clear_flag (line 4459) | def clear_flag(self, *args) -> Any: ... method clear_state (line 4460) | def clear_state(self, *args) -> Any: ... method copy_buf (line 4461) | def copy_buf(self, *args) -> Any: ... method del_anim_ready_cb (line 4462) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 4463) | def del_async(self, *args) -> Any: ... method del_delayed (line 4464) | def del_delayed(self, *args) -> Any: ... method delete (line 4465) | def delete(self, *args) -> Any: ... method dpx (line 4466) | def dpx(self, *args) -> Any: ... method draw_arc (line 4467) | def draw_arc(self, *args) -> Any: ... method draw_dsc_init (line 4468) | def draw_dsc_init(self, *args) -> Any: ... method draw_img (line 4469) | def draw_img(self, *args) -> Any: ... method draw_line (line 4470) | def draw_line(self, *args) -> Any: ... method draw_part_check_type (line 4471) | def draw_part_check_type(self, *args) -> Any: ... method draw_polygon (line 4472) | def draw_polygon(self, *args) -> Any: ... method draw_rect (line 4473) | def draw_rect(self, *args) -> Any: ... method draw_text (line 4474) | def draw_text(self, *args) -> Any: ... method enable_style_refresh (line 4475) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 4476) | def event_base(self, *args) -> Any: ... method fade_in (line 4477) | def fade_in(self, *args) -> Any: ... method fade_out (line 4478) | def fade_out(self, *args) -> Any: ... method fill_bg (line 4479) | def fill_bg(self, *args) -> Any: ... method get_child (line 4480) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 4481) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 4482) | def get_child_id(self, *args) -> Any: ... method get_class (line 4483) | def get_class(self, *args) -> Any: ... method get_click_area (line 4484) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 4485) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 4486) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 4487) | def get_content_width(self, *args) -> Any: ... method get_coords (line 4488) | def get_coords(self, *args) -> Any: ... method get_disp (line 4489) | def get_disp(self, *args) -> Any: ... method get_group (line 4490) | def get_group(self, *args) -> Any: ... method get_height (line 4491) | def get_height(self, *args) -> Any: ... method get_img (line 4492) | def get_img(self, *args) -> Any: ... method get_index (line 4493) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 4494) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 4495) | def get_parent(self, *args) -> Any: ... method get_px (line 4496) | def get_px(self, *args) -> Any: ... method get_screen (line 4497) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 4498) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 4499) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 4500) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 4501) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 4502) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 4503) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 4504) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 4505) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 4506) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 4507) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 4508) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 4509) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 4510) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 4511) | def get_self_width(self, *args) -> Any: ... method get_state (line 4512) | def get_state(self, *args) -> Any: ... method get_style_align (line 4513) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 4514) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 4515) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 4516) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 4517) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 4518) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 4519) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 4520) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 4521) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 4522) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 4523) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 4524) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 4525) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 4526) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 4527) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 4528) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 4529) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 4530) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 4531) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 4532) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 4533) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 4534) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 4535) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 4536) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 4537) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 4538) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 4539) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 4540) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 4541) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 4542) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 4543) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 4544) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 4545) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 4546) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 4547) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 4548) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 4549) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 4550) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 4551) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 4552) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 4553) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 4554) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 4555) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 4556) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 4557) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 4558) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 4559) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 4560) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 4561) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 4562) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 4563) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 4564) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 4565) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 4566) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 4567) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 4568) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 4569) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 4570) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 4571) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 4572) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 4573) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 4574) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 4575) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 4576) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 4577) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 4578) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 4579) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 4580) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 4581) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 4582) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 4583) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 4584) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 4585) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 4586) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 4587) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 4588) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 4589) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 4590) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 4591) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 4592) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 4593) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 4594) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 4595) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 4596) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 4597) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 4598) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 4599) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 4600) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 4601) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 4602) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 4603) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 4604) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 4605) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 4606) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 4607) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 4608) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 4609) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 4610) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 4611) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 4612) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 4613) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 4614) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 4615) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 4616) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 4617) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 4618) | def get_user_data(self, *args) -> Any: ... method get_width (line 4619) | def get_width(self, *args) -> Any: ... method get_x (line 4620) | def get_x(self, *args) -> Any: ... method get_x2 (line 4621) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 4622) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 4623) | def get_y(self, *args) -> Any: ... method get_y2 (line 4624) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 4625) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 4626) | def has_class(self, *args) -> Any: ... method has_flag (line 4627) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 4628) | def has_flag_any(self, *args) -> Any: ... method has_state (line 4629) | def has_state(self, *args) -> Any: ... method hit_test (line 4630) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 4631) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 4632) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 4633) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 4634) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 4635) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 4636) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 4637) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 4638) | def is_editable(self, *args) -> Any: ... method is_group_def (line 4639) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 4640) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 4641) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 4642) | def is_valid(self, *args) -> Any: ... method is_visible (line 4643) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 4644) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 4645) | def move_background(self, *args) -> Any: ... method move_children_by (line 4646) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 4647) | def move_foreground(self, *args) -> Any: ... method move_to (line 4648) | def move_to(self, *args) -> Any: ... method move_to_index (line 4649) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 4650) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 4651) | def refr_pos(self, *args) -> Any: ... method refr_size (line 4652) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 4653) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 4654) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 4655) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 4656) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 4657) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 4658) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 4659) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 4660) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 4661) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 4662) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 4663) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 4664) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 4665) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 4666) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 4667) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 4668) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 4669) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 4670) | def set_align(self, *args) -> Any: ... method set_buffer (line 4671) | def set_buffer(self, *args) -> Any: ... method set_content_height (line 4672) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 4673) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 4674) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 4675) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 4676) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 4677) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 4678) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 4679) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 4680) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 4681) | def set_height(self, *args) -> Any: ... method set_layout (line 4682) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 4683) | def set_local_style_prop(self, *args) -> Any: ... method set_palette (line 4684) | def set_palette(self, *args) -> Any: ... method set_parent (line 4685) | def set_parent(self, *args) -> Any: ... method set_pos (line 4686) | def set_pos(self, *args) -> Any: ... method set_px (line 4687) | def set_px(self, *args) -> Any: ... method set_scroll_dir (line 4688) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 4689) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 4690) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 4691) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 4692) | def set_size(self, *args) -> Any: ... method set_style_align (line 4693) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 4694) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 4695) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 4696) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 4697) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 4698) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 4699) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 4700) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 4701) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 4702) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 4703) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 4704) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 4705) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 4706) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 4707) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 4708) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 4709) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 4710) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 4711) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 4712) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 4713) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 4714) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 4715) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 4716) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 4717) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 4718) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 4719) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 4720) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 4721) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 4722) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 4723) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 4724) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 4725) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 4726) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 4727) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 4728) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 4729) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 4730) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 4731) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 4732) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 4733) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 4734) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 4735) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 4736) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 4737) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 4738) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 4739) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 4740) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 4741) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 4742) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 4743) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 4744) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 4745) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 4746) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 4747) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 4748) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 4749) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 4750) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 4751) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 4752) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 4753) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 4754) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 4755) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 4756) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 4757) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 4758) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 4759) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 4760) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 4761) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 4762) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 4763) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 4764) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 4765) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 4766) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 4767) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 4768) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 4769) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 4770) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 4771) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 4772) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 4773) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 4774) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 4775) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 4776) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 4777) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 4778) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 4779) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 4780) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 4781) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 4782) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 4783) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 4784) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 4785) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 4786) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 4787) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 4788) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 4789) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 4790) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 4791) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 4792) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 4793) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 4794) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 4795) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 4796) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 4797) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 4798) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 4799) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 4800) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 4801) | def set_style_y(self, *args) -> Any: ... method set_tile (line 4802) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 4803) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 4804) | def set_user_data(self, *args) -> Any: ... method set_width (line 4805) | def set_width(self, *args) -> Any: ... method set_x (line 4806) | def set_x(self, *args) -> Any: ... method set_y (line 4807) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 4808) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 4809) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 4810) | def swap(self, *args) -> Any: ... method transform (line 4811) | def transform(self, *args) -> Any: ... method tree_walk (line 4812) | def tree_walk(self, *args) -> Any: ... method update_layout (line 4813) | def update_layout(self, *args) -> Any: ... method update_snap (line 4814) | def update_snap(self, *args) -> Any: ... class chart (line 4818) | class chart: class AXIS (line 4819) | class AXIS: class CLASS_EDITABLE (line 4825) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 4830) | class CLASS_GROUP_DEF: class DRAW_PART (line 4835) | class DRAW_PART: class FLAG (line 4844) | class FLAG: class TREE_WALK (line 4871) | class TREE_WALK: class TYPE (line 4876) | class TYPE: class UPDATE_MODE (line 4882) | class UPDATE_MODE: method add_cursor (line 4885) | def add_cursor(self, *args) -> Any: ... method add_event_cb (line 4886) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 4887) | def add_flag(self, *args) -> Any: ... method add_series (line 4888) | def add_series(self, *args) -> Any: ... method add_state (line 4889) | def add_state(self, *args) -> Any: ... method add_style (line 4890) | def add_style(self, *args) -> Any: ... method align (line 4891) | def align(self, *args) -> Any: ... method align_to (line 4892) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 4893) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 4894) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 4895) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 4896) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 4897) | def center(self, *args) -> Any: ... method check_type (line 4898) | def check_type(self, *args) -> Any: ... method class_create_obj (line 4899) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 4900) | def class_init_obj(self, *args) -> Any: ... method clean (line 4901) | def clean(self, *args) -> Any: ... method clear_flag (line 4902) | def clear_flag(self, *args) -> Any: ... method clear_state (line 4903) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 4904) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 4905) | def del_async(self, *args) -> Any: ... method del_delayed (line 4906) | def del_delayed(self, *args) -> Any: ... method delete (line 4907) | def delete(self, *args) -> Any: ... method dpx (line 4908) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 4909) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 4910) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 4911) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 4912) | def event_base(self, *args) -> Any: ... method fade_in (line 4913) | def fade_in(self, *args) -> Any: ... method fade_out (line 4914) | def fade_out(self, *args) -> Any: ... method get_child (line 4915) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 4916) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 4917) | def get_child_id(self, *args) -> Any: ... method get_class (line 4918) | def get_class(self, *args) -> Any: ... method get_click_area (line 4919) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 4920) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 4921) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 4922) | def get_content_width(self, *args) -> Any: ... method get_coords (line 4923) | def get_coords(self, *args) -> Any: ... method get_cursor_point (line 4924) | def get_cursor_point(self, *args) -> Any: ... method get_disp (line 4925) | def get_disp(self, *args) -> Any: ... method get_group (line 4926) | def get_group(self, *args) -> Any: ... method get_height (line 4927) | def get_height(self, *args) -> Any: ... method get_index (line 4928) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 4929) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 4930) | def get_parent(self, *args) -> Any: ... method get_point_count (line 4931) | def get_point_count(self, *args) -> Any: ... method get_point_pos_by_id (line 4932) | def get_point_pos_by_id(self, *args) -> Any: ... method get_pressed_point (line 4933) | def get_pressed_point(self, *args) -> Any: ... method get_screen (line 4934) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 4935) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 4936) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 4937) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 4938) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 4939) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 4940) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 4941) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 4942) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 4943) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 4944) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 4945) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 4946) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 4947) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 4948) | def get_self_width(self, *args) -> Any: ... method get_series_next (line 4949) | def get_series_next(self, *args) -> Any: ... method get_state (line 4950) | def get_state(self, *args) -> Any: ... method get_style_align (line 4951) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 4952) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 4953) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 4954) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 4955) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 4956) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 4957) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 4958) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 4959) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 4960) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 4961) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 4962) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 4963) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 4964) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 4965) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 4966) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 4967) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 4968) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 4969) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 4970) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 4971) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 4972) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 4973) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 4974) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 4975) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 4976) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 4977) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 4978) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 4979) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 4980) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 4981) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 4982) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 4983) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 4984) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 4985) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 4986) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 4987) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 4988) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 4989) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 4990) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 4991) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 4992) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 4993) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 4994) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 4995) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 4996) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 4997) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 4998) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 4999) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 5000) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 5001) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 5002) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 5003) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 5004) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 5005) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 5006) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 5007) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 5008) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 5009) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 5010) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 5011) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 5012) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 5013) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 5014) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 5015) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 5016) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 5017) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 5018) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 5019) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 5020) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 5021) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 5022) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 5023) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 5024) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 5025) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 5026) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 5027) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 5028) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 5029) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 5030) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 5031) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 5032) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 5033) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 5034) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 5035) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 5036) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 5037) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 5038) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 5039) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 5040) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 5041) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 5042) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 5043) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 5044) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 5045) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 5046) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 5047) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 5048) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 5049) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 5050) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 5051) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 5052) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 5053) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 5054) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 5055) | def get_style_y(self, *args) -> Any: ... method get_type (line 5056) | def get_type(self, *args) -> Any: ... method get_user_data (line 5057) | def get_user_data(self, *args) -> Any: ... method get_width (line 5058) | def get_width(self, *args) -> Any: ... method get_x (line 5059) | def get_x(self, *args) -> Any: ... method get_x2 (line 5060) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 5061) | def get_x_aligned(self, *args) -> Any: ... method get_x_array (line 5062) | def get_x_array(self, *args) -> Any: ... method get_x_start_point (line 5063) | def get_x_start_point(self, *args) -> Any: ... method get_y (line 5064) | def get_y(self, *args) -> Any: ... method get_y2 (line 5065) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 5066) | def get_y_aligned(self, *args) -> Any: ... method get_y_array (line 5067) | def get_y_array(self, *args) -> Any: ... method get_zoom_x (line 5068) | def get_zoom_x(self, *args) -> Any: ... method get_zoom_y (line 5069) | def get_zoom_y(self, *args) -> Any: ... method has_class (line 5070) | def has_class(self, *args) -> Any: ... method has_flag (line 5071) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 5072) | def has_flag_any(self, *args) -> Any: ... method has_state (line 5073) | def has_state(self, *args) -> Any: ... method hide_series (line 5074) | def hide_series(self, *args) -> Any: ... method hit_test (line 5075) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 5076) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 5077) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 5078) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 5079) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 5080) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 5081) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 5082) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 5083) | def is_editable(self, *args) -> Any: ... method is_group_def (line 5084) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 5085) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 5086) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 5087) | def is_valid(self, *args) -> Any: ... method is_visible (line 5088) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 5089) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 5090) | def move_background(self, *args) -> Any: ... method move_children_by (line 5091) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 5092) | def move_foreground(self, *args) -> Any: ... method move_to (line 5093) | def move_to(self, *args) -> Any: ... method move_to_index (line 5094) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 5095) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 5096) | def refr_pos(self, *args) -> Any: ... method refr_size (line 5097) | def refr_size(self, *args) -> Any: ... method refresh (line 5098) | def refresh(self, *args) -> Any: ... method refresh_ext_draw_size (line 5099) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 5100) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 5101) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 5102) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 5103) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 5104) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 5105) | def remove_local_style_prop(self, *args) -> Any: ... method remove_series (line 5106) | def remove_series(self, *args) -> Any: ... method remove_style (line 5107) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 5108) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 5109) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 5110) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 5111) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 5112) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 5113) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 5114) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 5115) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 5116) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 5117) | def set_align(self, *args) -> Any: ... method set_all_value (line 5118) | def set_all_value(self, *args) -> Any: ... method set_axis_tick (line 5119) | def set_axis_tick(self, *args) -> Any: ... method set_content_height (line 5120) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 5121) | def set_content_width(self, *args) -> Any: ... method set_cursor_point (line 5122) | def set_cursor_point(self, *args) -> Any: ... method set_cursor_pos (line 5123) | def set_cursor_pos(self, *args) -> Any: ... method set_div_line_count (line 5124) | def set_div_line_count(self, *args) -> Any: ... method set_ext_click_area (line 5125) | def set_ext_click_area(self, *args) -> Any: ... method set_ext_x_array (line 5126) | def set_ext_x_array(self, *args) -> Any: ... method set_ext_y_array (line 5127) | def set_ext_y_array(self, *args) -> Any: ... method set_flex_align (line 5128) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 5129) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 5130) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 5131) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 5132) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 5133) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 5134) | def set_height(self, *args) -> Any: ... method set_layout (line 5135) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 5136) | def set_local_style_prop(self, *args) -> Any: ... method set_next_value (line 5137) | def set_next_value(self, *args) -> Any: ... method set_next_value2 (line 5138) | def set_next_value2(self, *args) -> Any: ... method set_parent (line 5139) | def set_parent(self, *args) -> Any: ... method set_point_count (line 5140) | def set_point_count(self, *args) -> Any: ... method set_pos (line 5141) | def set_pos(self, *args) -> Any: ... method set_range (line 5142) | def set_range(self, *args) -> Any: ... method set_scroll_dir (line 5143) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 5144) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 5145) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 5146) | def set_scrollbar_mode(self, *args) -> Any: ... method set_series_color (line 5147) | def set_series_color(self, *args) -> Any: ... method set_size (line 5148) | def set_size(self, *args) -> Any: ... method set_style_align (line 5149) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 5150) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 5151) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 5152) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 5153) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 5154) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 5155) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 5156) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 5157) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 5158) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 5159) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 5160) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 5161) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 5162) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 5163) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 5164) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 5165) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 5166) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 5167) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 5168) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 5169) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 5170) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 5171) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 5172) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 5173) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 5174) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 5175) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 5176) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 5177) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 5178) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 5179) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 5180) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 5181) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 5182) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 5183) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 5184) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 5185) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 5186) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 5187) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 5188) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 5189) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 5190) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 5191) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 5192) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 5193) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 5194) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 5195) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 5196) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 5197) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 5198) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 5199) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 5200) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 5201) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 5202) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 5203) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 5204) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 5205) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 5206) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 5207) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 5208) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 5209) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 5210) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 5211) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 5212) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 5213) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 5214) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 5215) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 5216) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 5217) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 5218) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 5219) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 5220) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 5221) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 5222) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 5223) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 5224) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 5225) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 5226) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 5227) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 5228) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 5229) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 5230) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 5231) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 5232) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 5233) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 5234) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 5235) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 5236) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 5237) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 5238) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 5239) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 5240) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 5241) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 5242) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 5243) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 5244) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 5245) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 5246) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 5247) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 5248) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 5249) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 5250) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 5251) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 5252) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 5253) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 5254) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 5255) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 5256) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 5257) | def set_style_y(self, *args) -> Any: ... method set_tile (line 5258) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 5259) | def set_tile_id(self, *args) -> Any: ... method set_type (line 5260) | def set_type(self, *args) -> Any: ... method set_update_mode (line 5261) | def set_update_mode(self, *args) -> Any: ... method set_user_data (line 5262) | def set_user_data(self, *args) -> Any: ... method set_value_by_id (line 5263) | def set_value_by_id(self, *args) -> Any: ... method set_value_by_id2 (line 5264) | def set_value_by_id2(self, *args) -> Any: ... method set_width (line 5265) | def set_width(self, *args) -> Any: ... method set_x (line 5266) | def set_x(self, *args) -> Any: ... method set_x_start_point (line 5267) | def set_x_start_point(self, *args) -> Any: ... method set_y (line 5268) | def set_y(self, *args) -> Any: ... method set_zoom_x (line 5269) | def set_zoom_x(self, *args) -> Any: ... method set_zoom_y (line 5270) | def set_zoom_y(self, *args) -> Any: ... method style_get_selector_part (line 5271) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 5272) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 5273) | def swap(self, *args) -> Any: ... method tree_walk (line 5274) | def tree_walk(self, *args) -> Any: ... method update_layout (line 5275) | def update_layout(self, *args) -> Any: ... method update_snap (line 5276) | def update_snap(self, *args) -> Any: ... class chart_cursor_t (line 5280) | class chart_cursor_t: ... class chart_series_t (line 5281) | class chart_series_t: ... class checkbox (line 5283) | class checkbox: class CLASS_EDITABLE (line 5284) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 5289) | class CLASS_GROUP_DEF: class DRAW_PART (line 5294) | class DRAW_PART: class FLAG (line 5297) | class FLAG: class TREE_WALK (line 5324) | class TREE_WALK: method add_event_cb (line 5328) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 5329) | def add_flag(self, *args) -> Any: ... method add_state (line 5330) | def add_state(self, *args) -> Any: ... method add_style (line 5331) | def add_style(self, *args) -> Any: ... method align (line 5332) | def align(self, *args) -> Any: ... method align_to (line 5333) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 5334) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 5335) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 5336) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 5337) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 5338) | def center(self, *args) -> Any: ... method check_type (line 5339) | def check_type(self, *args) -> Any: ... method class_create_obj (line 5340) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 5341) | def class_init_obj(self, *args) -> Any: ... method clean (line 5342) | def clean(self, *args) -> Any: ... method clear_flag (line 5343) | def clear_flag(self, *args) -> Any: ... method clear_state (line 5344) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 5345) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 5346) | def del_async(self, *args) -> Any: ... method del_delayed (line 5347) | def del_delayed(self, *args) -> Any: ... method delete (line 5348) | def delete(self, *args) -> Any: ... method dpx (line 5349) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 5350) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 5351) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 5352) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 5353) | def event_base(self, *args) -> Any: ... method fade_in (line 5354) | def fade_in(self, *args) -> Any: ... method fade_out (line 5355) | def fade_out(self, *args) -> Any: ... method get_child (line 5356) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 5357) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 5358) | def get_child_id(self, *args) -> Any: ... method get_class (line 5359) | def get_class(self, *args) -> Any: ... method get_click_area (line 5360) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 5361) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 5362) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 5363) | def get_content_width(self, *args) -> Any: ... method get_coords (line 5364) | def get_coords(self, *args) -> Any: ... method get_disp (line 5365) | def get_disp(self, *args) -> Any: ... method get_group (line 5366) | def get_group(self, *args) -> Any: ... method get_height (line 5367) | def get_height(self, *args) -> Any: ... method get_index (line 5368) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 5369) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 5370) | def get_parent(self, *args) -> Any: ... method get_screen (line 5371) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 5372) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 5373) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 5374) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 5375) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 5376) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 5377) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 5378) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 5379) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 5380) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 5381) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 5382) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 5383) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 5384) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 5385) | def get_self_width(self, *args) -> Any: ... method get_state (line 5386) | def get_state(self, *args) -> Any: ... method get_style_align (line 5387) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 5388) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 5389) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 5390) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 5391) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 5392) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 5393) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 5394) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 5395) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 5396) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 5397) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 5398) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 5399) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 5400) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 5401) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 5402) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 5403) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 5404) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 5405) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 5406) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 5407) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 5408) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 5409) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 5410) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 5411) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 5412) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 5413) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 5414) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 5415) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 5416) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 5417) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 5418) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 5419) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 5420) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 5421) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 5422) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 5423) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 5424) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 5425) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 5426) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 5427) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 5428) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 5429) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 5430) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 5431) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 5432) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 5433) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 5434) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 5435) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 5436) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 5437) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 5438) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 5439) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 5440) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 5441) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 5442) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 5443) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 5444) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 5445) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 5446) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 5447) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 5448) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 5449) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 5450) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 5451) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 5452) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 5453) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 5454) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 5455) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 5456) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 5457) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 5458) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 5459) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 5460) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 5461) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 5462) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 5463) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 5464) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 5465) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 5466) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 5467) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 5468) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 5469) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 5470) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 5471) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 5472) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 5473) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 5474) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 5475) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 5476) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 5477) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 5478) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 5479) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 5480) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 5481) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 5482) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 5483) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 5484) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 5485) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 5486) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 5487) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 5488) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 5489) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 5490) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 5491) | def get_style_y(self, *args) -> Any: ... method get_text (line 5492) | def get_text(self, *args) -> Any: ... method get_user_data (line 5493) | def get_user_data(self, *args) -> Any: ... method get_width (line 5494) | def get_width(self, *args) -> Any: ... method get_x (line 5495) | def get_x(self, *args) -> Any: ... method get_x2 (line 5496) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 5497) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 5498) | def get_y(self, *args) -> Any: ... method get_y2 (line 5499) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 5500) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 5501) | def has_class(self, *args) -> Any: ... method has_flag (line 5502) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 5503) | def has_flag_any(self, *args) -> Any: ... method has_state (line 5504) | def has_state(self, *args) -> Any: ... method hit_test (line 5505) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 5506) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 5507) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 5508) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 5509) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 5510) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 5511) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 5512) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 5513) | def is_editable(self, *args) -> Any: ... method is_group_def (line 5514) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 5515) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 5516) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 5517) | def is_valid(self, *args) -> Any: ... method is_visible (line 5518) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 5519) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 5520) | def move_background(self, *args) -> Any: ... method move_children_by (line 5521) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 5522) | def move_foreground(self, *args) -> Any: ... method move_to (line 5523) | def move_to(self, *args) -> Any: ... method move_to_index (line 5524) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 5525) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 5526) | def refr_pos(self, *args) -> Any: ... method refr_size (line 5527) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 5528) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 5529) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 5530) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 5531) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 5532) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 5533) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 5534) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 5535) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 5536) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 5537) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 5538) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 5539) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 5540) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 5541) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 5542) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 5543) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 5544) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 5545) | def set_align(self, *args) -> Any: ... method set_content_height (line 5546) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 5547) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 5548) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 5549) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 5550) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 5551) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 5552) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 5553) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 5554) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 5555) | def set_height(self, *args) -> Any: ... method set_layout (line 5556) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 5557) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 5558) | def set_parent(self, *args) -> Any: ... method set_pos (line 5559) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 5560) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 5561) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 5562) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 5563) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 5564) | def set_size(self, *args) -> Any: ... method set_style_align (line 5565) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 5566) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 5567) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 5568) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 5569) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 5570) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 5571) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 5572) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 5573) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 5574) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 5575) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 5576) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 5577) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 5578) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 5579) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 5580) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 5581) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 5582) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 5583) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 5584) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 5585) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 5586) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 5587) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 5588) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 5589) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 5590) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 5591) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 5592) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 5593) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 5594) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 5595) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 5596) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 5597) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 5598) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 5599) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 5600) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 5601) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 5602) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 5603) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 5604) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 5605) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 5606) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 5607) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 5608) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 5609) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 5610) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 5611) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 5612) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 5613) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 5614) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 5615) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 5616) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 5617) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 5618) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 5619) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 5620) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 5621) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 5622) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 5623) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 5624) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 5625) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 5626) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 5627) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 5628) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 5629) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 5630) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 5631) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 5632) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 5633) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 5634) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 5635) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 5636) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 5637) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 5638) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 5639) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 5640) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 5641) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 5642) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 5643) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 5644) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 5645) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 5646) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 5647) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 5648) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 5649) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 5650) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 5651) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 5652) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 5653) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 5654) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 5655) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 5656) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 5657) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 5658) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 5659) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 5660) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 5661) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 5662) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 5663) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 5664) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 5665) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 5666) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 5667) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 5668) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 5669) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 5670) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 5671) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 5672) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 5673) | def set_style_y(self, *args) -> Any: ... method set_text (line 5674) | def set_text(self, *args) -> Any: ... method set_text_static (line 5675) | def set_text_static(self, *args) -> Any: ... method set_tile (line 5676) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 5677) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 5678) | def set_user_data(self, *args) -> Any: ... method set_width (line 5679) | def set_width(self, *args) -> Any: ... method set_x (line 5680) | def set_x(self, *args) -> Any: ... method set_y (line 5681) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 5682) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 5683) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 5684) | def swap(self, *args) -> Any: ... method tree_walk (line 5685) | def tree_walk(self, *args) -> Any: ... method update_layout (line 5686) | def update_layout(self, *args) -> Any: ... method update_snap (line 5687) | def update_snap(self, *args) -> Any: ... function clamp_height (line 5691) | def clamp_height(*args) -> Any: ... function clamp_width (line 5692) | def clamp_width(*args) -> Any: ... class color16_ch_t (line 5694) | class color16_ch_t: ... class color16_t (line 5696) | class color16_t: method color_brightness (line 5697) | def color_brightness(self, *args) -> Any: ... method color_change_lightness (line 5698) | def color_change_lightness(self, *args) -> Any: ... method color_darken (line 5699) | def color_darken(self, *args) -> Any: ... method color_fill (line 5700) | def color_fill(self, *args) -> Any: ... method color_lighten (line 5701) | def color_lighten(self, *args) -> Any: ... method color_mix (line 5702) | def color_mix(self, *args) -> Any: ... method color_mix_with_alpha (line 5703) | def color_mix_with_alpha(self, *args) -> Any: ... method color_premult (line 5704) | def color_premult(self, *args) -> Any: ... method color_to1 (line 5705) | def color_to1(self, *args) -> Any: ... method color_to16 (line 5706) | def color_to16(self, *args) -> Any: ... method color_to32 (line 5707) | def color_to32(self, *args) -> Any: ... method color_to8 (line 5708) | def color_to8(self, *args) -> Any: ... method color_to_hsv (line 5709) | def color_to_hsv(self, *args) -> Any: ... function color_black (line 5711) | def color_black(*args) -> Any: ... function color_chroma_key (line 5712) | def color_chroma_key(*args) -> Any: ... class color_filter_dsc_t (line 5714) | class color_filter_dsc_t: method init (line 5715) | def init(self, *args) -> Any: ... function color_hex (line 5717) | def color_hex(*args) -> Any: ... function color_hex3 (line 5718) | def color_hex3(*args) -> Any: ... class color_hsv_t (line 5720) | class color_hsv_t: ... function color_hsv_to_rgb (line 5722) | def color_hsv_to_rgb(*args) -> Any: ... function color_make (line 5723) | def color_make(*args) -> Any: ... function color_mix_premult (line 5724) | def color_mix_premult(*args) -> Any: ... function color_rgb_to_hsv (line 5725) | def color_rgb_to_hsv(*args) -> Any: ... class color_t (line 5727) | class color_t: method color_brightness (line 5728) | def color_brightness(self, *args) -> Any: ... method color_change_lightness (line 5729) | def color_change_lightness(self, *args) -> Any: ... method color_darken (line 5730) | def color_darken(self, *args) -> Any: ... method color_fill (line 5731) | def color_fill(self, *args) -> Any: ... method color_lighten (line 5732) | def color_lighten(self, *args) -> Any: ... method color_mix (line 5733) | def color_mix(self, *args) -> Any: ... method color_mix_with_alpha (line 5734) | def color_mix_with_alpha(self, *args) -> Any: ... method color_premult (line 5735) | def color_premult(self, *args) -> Any: ... method color_to1 (line 5736) | def color_to1(self, *args) -> Any: ... method color_to16 (line 5737) | def color_to16(self, *args) -> Any: ... method color_to32 (line 5738) | def color_to32(self, *args) -> Any: ... method color_to8 (line 5739) | def color_to8(self, *args) -> Any: ... method color_to_hsv (line 5740) | def color_to_hsv(self, *args) -> Any: ... function color_white (line 5742) | def color_white(*args) -> Any: ... class colorwheel (line 5744) | class colorwheel: class CLASS_EDITABLE (line 5745) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 5750) | class CLASS_GROUP_DEF: class DRAW_PART (line 5755) | class DRAW_PART: class FLAG (line 5760) | class FLAG: class MODE (line 5787) | class MODE: class TREE_WALK (line 5792) | class TREE_WALK: method add_event_cb (line 5796) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 5797) | def add_flag(self, *args) -> Any: ... method add_state (line 5798) | def add_state(self, *args) -> Any: ... method add_style (line 5799) | def add_style(self, *args) -> Any: ... method align (line 5800) | def align(self, *args) -> Any: ... method align_to (line 5801) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 5802) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 5803) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 5804) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 5805) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 5806) | def center(self, *args) -> Any: ... method check_type (line 5807) | def check_type(self, *args) -> Any: ... method class_create_obj (line 5808) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 5809) | def class_init_obj(self, *args) -> Any: ... method clean (line 5810) | def clean(self, *args) -> Any: ... method clear_flag (line 5811) | def clear_flag(self, *args) -> Any: ... method clear_state (line 5812) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 5813) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 5814) | def del_async(self, *args) -> Any: ... method del_delayed (line 5815) | def del_delayed(self, *args) -> Any: ... method delete (line 5816) | def delete(self, *args) -> Any: ... method dpx (line 5817) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 5818) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 5819) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 5820) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 5821) | def event_base(self, *args) -> Any: ... method fade_in (line 5822) | def fade_in(self, *args) -> Any: ... method fade_out (line 5823) | def fade_out(self, *args) -> Any: ... method get_child (line 5824) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 5825) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 5826) | def get_child_id(self, *args) -> Any: ... method get_class (line 5827) | def get_class(self, *args) -> Any: ... method get_click_area (line 5828) | def get_click_area(self, *args) -> Any: ... method get_color_mode (line 5829) | def get_color_mode(self, *args) -> Any: ... method get_color_mode_fixed (line 5830) | def get_color_mode_fixed(self, *args) -> Any: ... method get_content_coords (line 5831) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 5832) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 5833) | def get_content_width(self, *args) -> Any: ... method get_coords (line 5834) | def get_coords(self, *args) -> Any: ... method get_disp (line 5835) | def get_disp(self, *args) -> Any: ... method get_group (line 5836) | def get_group(self, *args) -> Any: ... method get_height (line 5837) | def get_height(self, *args) -> Any: ... method get_hsv (line 5838) | def get_hsv(self, *args) -> Any: ... method get_index (line 5839) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 5840) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 5841) | def get_parent(self, *args) -> Any: ... method get_rgb (line 5842) | def get_rgb(self, *args) -> Any: ... method get_screen (line 5843) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 5844) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 5845) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 5846) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 5847) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 5848) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 5849) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 5850) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 5851) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 5852) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 5853) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 5854) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 5855) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 5856) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 5857) | def get_self_width(self, *args) -> Any: ... method get_state (line 5858) | def get_state(self, *args) -> Any: ... method get_style_align (line 5859) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 5860) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 5861) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 5862) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 5863) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 5864) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 5865) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 5866) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 5867) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 5868) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 5869) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 5870) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 5871) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 5872) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 5873) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 5874) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 5875) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 5876) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 5877) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 5878) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 5879) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 5880) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 5881) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 5882) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 5883) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 5884) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 5885) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 5886) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 5887) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 5888) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 5889) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 5890) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 5891) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 5892) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 5893) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 5894) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 5895) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 5896) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 5897) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 5898) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 5899) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 5900) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 5901) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 5902) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 5903) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 5904) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 5905) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 5906) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 5907) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 5908) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 5909) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 5910) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 5911) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 5912) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 5913) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 5914) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 5915) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 5916) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 5917) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 5918) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 5919) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 5920) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 5921) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 5922) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 5923) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 5924) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 5925) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 5926) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 5927) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 5928) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 5929) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 5930) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 5931) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 5932) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 5933) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 5934) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 5935) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 5936) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 5937) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 5938) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 5939) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 5940) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 5941) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 5942) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 5943) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 5944) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 5945) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 5946) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 5947) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 5948) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 5949) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 5950) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 5951) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 5952) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 5953) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 5954) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 5955) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 5956) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 5957) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 5958) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 5959) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 5960) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 5961) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 5962) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 5963) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 5964) | def get_user_data(self, *args) -> Any: ... method get_width (line 5965) | def get_width(self, *args) -> Any: ... method get_x (line 5966) | def get_x(self, *args) -> Any: ... method get_x2 (line 5967) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 5968) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 5969) | def get_y(self, *args) -> Any: ... method get_y2 (line 5970) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 5971) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 5972) | def has_class(self, *args) -> Any: ... method has_flag (line 5973) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 5974) | def has_flag_any(self, *args) -> Any: ... method has_state (line 5975) | def has_state(self, *args) -> Any: ... method hit_test (line 5976) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 5977) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 5978) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 5979) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 5980) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 5981) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 5982) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 5983) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 5984) | def is_editable(self, *args) -> Any: ... method is_group_def (line 5985) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 5986) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 5987) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 5988) | def is_valid(self, *args) -> Any: ... method is_visible (line 5989) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 5990) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 5991) | def move_background(self, *args) -> Any: ... method move_children_by (line 5992) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 5993) | def move_foreground(self, *args) -> Any: ... method move_to (line 5994) | def move_to(self, *args) -> Any: ... method move_to_index (line 5995) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 5996) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 5997) | def refr_pos(self, *args) -> Any: ... method refr_size (line 5998) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 5999) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 6000) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 6001) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 6002) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 6003) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 6004) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 6005) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 6006) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 6007) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 6008) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 6009) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 6010) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 6011) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 6012) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 6013) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 6014) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 6015) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 6016) | def set_align(self, *args) -> Any: ... method set_content_height (line 6017) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 6018) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 6019) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 6020) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 6021) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 6022) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 6023) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 6024) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 6025) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 6026) | def set_height(self, *args) -> Any: ... method set_hsv (line 6027) | def set_hsv(self, *args) -> Any: ... method set_layout (line 6028) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 6029) | def set_local_style_prop(self, *args) -> Any: ... method set_mode (line 6030) | def set_mode(self, *args) -> Any: ... method set_mode_fixed (line 6031) | def set_mode_fixed(self, *args) -> Any: ... method set_parent (line 6032) | def set_parent(self, *args) -> Any: ... method set_pos (line 6033) | def set_pos(self, *args) -> Any: ... method set_rgb (line 6034) | def set_rgb(self, *args) -> Any: ... method set_scroll_dir (line 6035) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 6036) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 6037) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 6038) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 6039) | def set_size(self, *args) -> Any: ... method set_style_align (line 6040) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 6041) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 6042) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 6043) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 6044) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 6045) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 6046) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 6047) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 6048) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 6049) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 6050) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 6051) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 6052) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 6053) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 6054) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 6055) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 6056) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 6057) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 6058) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 6059) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 6060) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 6061) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 6062) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 6063) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 6064) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 6065) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 6066) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 6067) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 6068) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 6069) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 6070) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 6071) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 6072) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 6073) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 6074) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 6075) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 6076) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 6077) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 6078) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 6079) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 6080) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 6081) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 6082) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 6083) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 6084) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 6085) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 6086) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 6087) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 6088) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 6089) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 6090) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 6091) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 6092) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 6093) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 6094) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 6095) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 6096) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 6097) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 6098) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 6099) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 6100) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 6101) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 6102) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 6103) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 6104) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 6105) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 6106) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 6107) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 6108) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 6109) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 6110) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 6111) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 6112) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 6113) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 6114) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 6115) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 6116) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 6117) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 6118) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 6119) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 6120) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 6121) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 6122) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 6123) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 6124) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 6125) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 6126) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 6127) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 6128) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 6129) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 6130) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 6131) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 6132) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 6133) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 6134) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 6135) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 6136) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 6137) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 6138) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 6139) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 6140) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 6141) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 6142) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 6143) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 6144) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 6145) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 6146) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 6147) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 6148) | def set_style_y(self, *args) -> Any: ... method set_tile (line 6149) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 6150) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 6151) | def set_user_data(self, *args) -> Any: ... method set_width (line 6152) | def set_width(self, *args) -> Any: ... method set_x (line 6153) | def set_x(self, *args) -> Any: ... method set_y (line 6154) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 6155) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 6156) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 6157) | def swap(self, *args) -> Any: ... method tree_walk (line 6158) | def tree_walk(self, *args) -> Any: ... method update_layout (line 6159) | def update_layout(self, *args) -> Any: ... method update_snap (line 6160) | def update_snap(self, *args) -> Any: ... function deinit (line 6164) | def deinit(*args) -> Any: ... class disp_draw_buf_t (line 6166) | class disp_draw_buf_t: method init (line 6167) | def init(self, *args) -> Any: ... class disp_drv_t (line 6169) | class disp_drv_t: method flush_is_last (line 6170) | def flush_is_last(self, *args) -> Any: ... method flush_ready (line 6171) | def flush_ready(self, *args) -> Any: ... method init (line 6172) | def init(self, *args) -> Any: ... method register (line 6173) | def register(self, *args) -> Any: ... method use_generic_set_px_cb (line 6174) | def use_generic_set_px_cb(self, *args) -> Any: ... function disp_get_default (line 6176) | def disp_get_default(*args) -> Any: ... function disp_load_scr (line 6177) | def disp_load_scr(*args) -> Any: ... class disp_t (line 6179) | class disp_t: method remove (line 6180) | def remove(self, *args) -> Any: ... method clean_dcache (line 6181) | def clean_dcache(self, *args) -> Any: ... method dpx (line 6182) | def dpx(self, *args) -> Any: ... method drv_update (line 6183) | def drv_update(self, *args) -> Any: ... method get_antialiasing (line 6184) | def get_antialiasing(self, *args) -> Any: ... method get_dpi (line 6185) | def get_dpi(self, *args) -> Any: ... method get_draw_buf (line 6186) | def get_draw_buf(self, *args) -> Any: ... method get_hor_res (line 6187) | def get_hor_res(self, *args) -> Any: ... method get_inactive_time (line 6188) | def get_inactive_time(self, *args) -> Any: ... method get_layer_sys (line 6189) | def get_layer_sys(self, *args) -> Any: ... method get_layer_top (line 6190) | def get_layer_top(self, *args) -> Any: ... method get_next (line 6191) | def get_next(self, *args) -> Any: ... method get_rotation (line 6192) | def get_rotation(self, *args) -> Any: ... method get_scr_act (line 6193) | def get_scr_act(self, *args) -> Any: ... method get_scr_prev (line 6194) | def get_scr_prev(self, *args) -> Any: ... method get_theme (line 6195) | def get_theme(self, *args) -> Any: ... method get_ver_res (line 6196) | def get_ver_res(self, *args) -> Any: ... method set_bg_color (line 6197) | def set_bg_color(self, *args) -> Any: ... method set_bg_image (line 6198) | def set_bg_image(self, *args) -> Any: ... method set_bg_opa (line 6199) | def set_bg_opa(self, *args) -> Any: ... method set_default (line 6200) | def set_default(self, *args) -> Any: ... method set_rotation (line 6201) | def set_rotation(self, *args) -> Any: ... method set_theme (line 6202) | def set_theme(self, *args) -> Any: ... method trig_activity (line 6203) | def trig_activity(self, *args) -> Any: ... function dpx (line 6205) | def dpx(*args) -> Any: ... function draw_arc (line 6206) | def draw_arc(*args) -> Any: ... class draw_arc_dsc_t (line 6208) | class draw_arc_dsc_t: method init (line 6209) | def init(self, *args) -> Any: ... function draw_arc_get_area (line 6211) | def draw_arc_get_area(*args) -> Any: ... function draw_img (line 6212) | def draw_img(*args) -> Any: ... class draw_img_dsc_t (line 6214) | class draw_img_dsc_t: method init (line 6215) | def init(self, *args) -> Any: ... function draw_label (line 6217) | def draw_label(*args) -> Any: ... class draw_label_dsc_t (line 6219) | class draw_label_dsc_t: method init (line 6220) | def init(self, *args) -> Any: ... class draw_label_hint_t (line 6222) | class draw_label_hint_t: ... function draw_letter (line 6224) | def draw_letter(*args) -> Any: ... function draw_line (line 6225) | def draw_line(*args) -> Any: ... class draw_line_dsc_t (line 6227) | class draw_line_dsc_t: method init (line 6228) | def init(self, *args) -> Any: ... function draw_mask_add (line 6230) | def draw_mask_add(*args) -> Any: ... class draw_mask_angle_param_cfg_t (line 6232) | class draw_mask_angle_param_cfg_t: ... class draw_mask_angle_param_t (line 6234) | class draw_mask_angle_param_t: method init (line 6235) | def init(self, *args) -> Any: ... function draw_mask_apply (line 6237) | def draw_mask_apply(*args) -> Any: ... class draw_mask_fade_param_cfg_t (line 6239) | class draw_mask_fade_param_cfg_t: ... class draw_mask_fade_param_t (line 6241) | class draw_mask_fade_param_t: method init (line 6242) | def init(self, *args) -> Any: ... function draw_mask_free_param (line 6244) | def draw_mask_free_param(*args) -> Any: ... function draw_mask_get_cnt (line 6245) | def draw_mask_get_cnt(*args) -> Any: ... function draw_mask_is_any (line 6246) | def draw_mask_is_any(*args) -> Any: ... class draw_mask_line_param_cfg_t (line 6248) | class draw_mask_line_param_cfg_t: ... class draw_mask_line_param_t (line 6250) | class draw_mask_line_param_t: method angle_init (line 6251) | def angle_init(self, *args) -> Any: ... method points_init (line 6252) | def points_init(self, *args) -> Any: ... class draw_mask_map_param_cfg_t (line 6254) | class draw_mask_map_param_cfg_t: ... class draw_mask_map_param_t (line 6256) | class draw_mask_map_param_t: method init (line 6257) | def init(self, *args) -> Any: ... class draw_mask_radius_param_cfg_t (line 6259) | class draw_mask_radius_param_cfg_t: ... class draw_mask_radius_param_t (line 6261) | class draw_mask_radius_param_t: method init (line 6262) | def init(self, *args) -> Any: ... function draw_mask_remove_custom (line 6264) | def draw_mask_remove_custom(*args) -> Any: ... function draw_mask_remove_id (line 6265) | def draw_mask_remove_id(*args) -> Any: ... function draw_polygon (line 6266) | def draw_polygon(*args) -> Any: ... function draw_rect (line 6267) | def draw_rect(*args) -> Any: ... class draw_rect_dsc_t (line 6269) | class draw_rect_dsc_t: method init (line 6270) | def init(self, *args) -> Any: ... function draw_triangle (line 6272) | def draw_triangle(*args) -> Any: ... class dropdown (line 6274) | class dropdown: method close (line 6275) | def close(self, *args) -> Any: ... method open (line 6276) | def open(self, *args) -> Any: ... class CLASS_EDITABLE (line 6278) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 6283) | class CLASS_GROUP_DEF: class DRAW_PART (line 6288) | class DRAW_PART: class FLAG (line 6293) | class FLAG: class TREE_WALK (line 6320) | class TREE_WALK: method add_event_cb (line 6324) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 6325) | def add_flag(self, *args) -> Any: ... method add_option (line 6326) | def add_option(self, *args) -> Any: ... method add_state (line 6327) | def add_state(self, *args) -> Any: ... method add_style (line 6328) | def add_style(self, *args) -> Any: ... method align (line 6329) | def align(self, *args) -> Any: ... method align_to (line 6330) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 6331) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 6332) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 6333) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 6334) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 6335) | def center(self, *args) -> Any: ... method check_type (line 6336) | def check_type(self, *args) -> Any: ... method class_create_obj (line 6337) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 6338) | def class_init_obj(self, *args) -> Any: ... method clean (line 6339) | def clean(self, *args) -> Any: ... method clear_flag (line 6340) | def clear_flag(self, *args) -> Any: ... method clear_options (line 6341) | def clear_options(self, *args) -> Any: ... method clear_state (line 6342) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 6343) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 6344) | def del_async(self, *args) -> Any: ... method del_delayed (line 6345) | def del_delayed(self, *args) -> Any: ... method delete (line 6346) | def delete(self, *args) -> Any: ... method dpx (line 6347) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 6348) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 6349) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 6350) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 6351) | def event_base(self, *args) -> Any: ... method fade_in (line 6352) | def fade_in(self, *args) -> Any: ... method fade_out (line 6353) | def fade_out(self, *args) -> Any: ... method get_child (line 6354) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 6355) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 6356) | def get_child_id(self, *args) -> Any: ... method get_class (line 6357) | def get_class(self, *args) -> Any: ... method get_click_area (line 6358) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 6359) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 6360) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 6361) | def get_content_width(self, *args) -> Any: ... method get_coords (line 6362) | def get_coords(self, *args) -> Any: ... method get_dir (line 6363) | def get_dir(self, *args) -> Any: ... method get_disp (line 6364) | def get_disp(self, *args) -> Any: ... method get_group (line 6365) | def get_group(self, *args) -> Any: ... method get_height (line 6366) | def get_height(self, *args) -> Any: ... method get_index (line 6367) | def get_index(self, *args) -> Any: ... method get_list (line 6368) | def get_list(self, *args) -> Any: ... method get_local_style_prop (line 6369) | def get_local_style_prop(self, *args) -> Any: ... method get_option_cnt (line 6370) | def get_option_cnt(self, *args) -> Any: ... method get_options (line 6371) | def get_options(self, *args) -> Any: ... method get_parent (line 6372) | def get_parent(self, *args) -> Any: ... method get_screen (line 6373) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 6374) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 6375) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 6376) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 6377) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 6378) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 6379) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 6380) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 6381) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 6382) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 6383) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 6384) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 6385) | def get_scrollbar_mode(self, *args) -> Any: ... method get_selected (line 6386) | def get_selected(self, *args) -> Any: ... method get_selected_highlight (line 6387) | def get_selected_highlight(self, *args) -> Any: ... method get_selected_str (line 6388) | def get_selected_str(self, *args) -> Any: ... method get_self_height (line 6389) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 6390) | def get_self_width(self, *args) -> Any: ... method get_state (line 6391) | def get_state(self, *args) -> Any: ... method get_style_align (line 6392) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 6393) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 6394) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 6395) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 6396) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 6397) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 6398) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 6399) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 6400) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 6401) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 6402) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 6403) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 6404) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 6405) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 6406) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 6407) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 6408) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 6409) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 6410) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 6411) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 6412) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 6413) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 6414) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 6415) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 6416) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 6417) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 6418) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 6419) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 6420) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 6421) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 6422) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 6423) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 6424) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 6425) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 6426) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 6427) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 6428) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 6429) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 6430) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 6431) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 6432) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 6433) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 6434) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 6435) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 6436) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 6437) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 6438) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 6439) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 6440) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 6441) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 6442) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 6443) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 6444) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 6445) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 6446) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 6447) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 6448) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 6449) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 6450) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 6451) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 6452) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 6453) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 6454) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 6455) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 6456) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 6457) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 6458) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 6459) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 6460) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 6461) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 6462) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 6463) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 6464) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 6465) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 6466) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 6467) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 6468) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 6469) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 6470) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 6471) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 6472) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 6473) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 6474) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 6475) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 6476) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 6477) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 6478) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 6479) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 6480) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 6481) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 6482) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 6483) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 6484) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 6485) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 6486) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 6487) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 6488) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 6489) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 6490) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 6491) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 6492) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 6493) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 6494) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 6495) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 6496) | def get_style_y(self, *args) -> Any: ... method get_symbol (line 6497) | def get_symbol(self, *args) -> Any: ... method get_text (line 6498) | def get_text(self, *args) -> Any: ... method get_user_data (line 6499) | def get_user_data(self, *args) -> Any: ... method get_width (line 6500) | def get_width(self, *args) -> Any: ... method get_x (line 6501) | def get_x(self, *args) -> Any: ... method get_x2 (line 6502) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 6503) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 6504) | def get_y(self, *args) -> Any: ... method get_y2 (line 6505) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 6506) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 6507) | def has_class(self, *args) -> Any: ... method has_flag (line 6508) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 6509) | def has_flag_any(self, *args) -> Any: ... method has_state (line 6510) | def has_state(self, *args) -> Any: ... method hit_test (line 6511) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 6512) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 6513) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 6514) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 6515) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 6516) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 6517) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 6518) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 6519) | def is_editable(self, *args) -> Any: ... method is_group_def (line 6520) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 6521) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 6522) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 6523) | def is_valid(self, *args) -> Any: ... method is_visible (line 6524) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 6525) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 6526) | def move_background(self, *args) -> Any: ... method move_children_by (line 6527) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 6528) | def move_foreground(self, *args) -> Any: ... method move_to (line 6529) | def move_to(self, *args) -> Any: ... method move_to_index (line 6530) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 6531) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 6532) | def refr_pos(self, *args) -> Any: ... method refr_size (line 6533) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 6534) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 6535) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 6536) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 6537) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 6538) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 6539) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 6540) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 6541) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 6542) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 6543) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 6544) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 6545) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 6546) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 6547) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 6548) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 6549) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 6550) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 6551) | def set_align(self, *args) -> Any: ... method set_content_height (line 6552) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 6553) | def set_content_width(self, *args) -> Any: ... method set_dir (line 6554) | def set_dir(self, *args) -> Any: ... method set_ext_click_area (line 6555) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 6556) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 6557) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 6558) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 6559) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 6560) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 6561) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 6562) | def set_height(self, *args) -> Any: ... method set_layout (line 6563) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 6564) | def set_local_style_prop(self, *args) -> Any: ... method set_options (line 6565) | def set_options(self, *args) -> Any: ... method set_options_static (line 6566) | def set_options_static(self, *args) -> Any: ... method set_parent (line 6567) | def set_parent(self, *args) -> Any: ... method set_pos (line 6568) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 6569) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 6570) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 6571) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 6572) | def set_scrollbar_mode(self, *args) -> Any: ... method set_selected (line 6573) | def set_selected(self, *args) -> Any: ... method set_selected_highlight (line 6574) | def set_selected_highlight(self, *args) -> Any: ... method set_size (line 6575) | def set_size(self, *args) -> Any: ... method set_style_align (line 6576) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 6577) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 6578) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 6579) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 6580) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 6581) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 6582) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 6583) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 6584) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 6585) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 6586) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 6587) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 6588) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 6589) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 6590) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 6591) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 6592) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 6593) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 6594) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 6595) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 6596) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 6597) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 6598) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 6599) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 6600) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 6601) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 6602) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 6603) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 6604) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 6605) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 6606) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 6607) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 6608) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 6609) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 6610) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 6611) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 6612) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 6613) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 6614) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 6615) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 6616) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 6617) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 6618) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 6619) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 6620) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 6621) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 6622) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 6623) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 6624) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 6625) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 6626) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 6627) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 6628) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 6629) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 6630) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 6631) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 6632) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 6633) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 6634) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 6635) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 6636) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 6637) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 6638) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 6639) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 6640) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 6641) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 6642) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 6643) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 6644) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 6645) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 6646) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 6647) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 6648) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 6649) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 6650) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 6651) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 6652) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 6653) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 6654) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 6655) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 6656) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 6657) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 6658) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 6659) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 6660) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 6661) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 6662) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 6663) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 6664) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 6665) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 6666) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 6667) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 6668) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 6669) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 6670) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 6671) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 6672) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 6673) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 6674) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 6675) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 6676) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 6677) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 6678) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 6679) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 6680) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 6681) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 6682) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 6683) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 6684) | def set_style_y(self, *args) -> Any: ... method set_symbol (line 6685) | def set_symbol(self, *args) -> Any: ... method set_text (line 6686) | def set_text(self, *args) -> Any: ... method set_tile (line 6687) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 6688) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 6689) | def set_user_data(self, *args) -> Any: ... method set_width (line 6690) | def set_width(self, *args) -> Any: ... method set_x (line 6691) | def set_x(self, *args) -> Any: ... method set_y (line 6692) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 6693) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 6694) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 6695) | def swap(self, *args) -> Any: ... method tree_walk (line 6696) | def tree_walk(self, *args) -> Any: ... method update_layout (line 6697) | def update_layout(self, *args) -> Any: ... method update_snap (line 6698) | def update_snap(self, *args) -> Any: ... function event_register_id (line 6703) | def event_register_id(*args) -> Any: ... function event_send (line 6704) | def event_send(*args) -> Any: ... class event_t (line 6706) | class event_t: method get_clip_area (line 6707) | def get_clip_area(self, *args) -> Any: ... method get_code (line 6708) | def get_code(self, *args) -> Any: ... method get_cover_area (line 6709) | def get_cover_area(self, *args) -> Any: ... method get_current_target (line 6710) | def get_current_target(self, *args) -> Any: ... method get_draw_part_dsc (line 6711) | def get_draw_part_dsc(self, *args) -> Any: ... method get_hit_test_info (line 6712) | def get_hit_test_info(self, *args) -> Any: ... method get_indev (line 6713) | def get_indev(self, *args) -> Any: ... method get_key (line 6714) | def get_key(self, *args) -> Any: ... method get_old_size (line 6715) | def get_old_size(self, *args) -> Any: ... method get_param (line 6716) | def get_param(self, *args) -> Any: ... method get_scroll_anim (line 6717) | def get_scroll_anim(self, *args) -> Any: ... method get_self_size_info (line 6718) | def get_self_size_info(self, *args) -> Any: ... method get_target (line 6719) | def get_target(self, *args) -> Any: ... method get_user_data (line 6720) | def get_user_data(self, *args) -> Any: ... method set_cover_res (line 6721) | def set_cover_res(self, *args) -> Any: ... method set_ext_draw_size (line 6722) | def set_ext_draw_size(self, *args) -> Any: ... function extra_init (line 6724) | def extra_init(*args) -> Any: ... function flex_init (line 6725) | def flex_init(*args) -> Any: ... function font_default (line 6726) | def font_default(*args) -> Any: ... class font_glyph_dsc_t (line 6730) | class font_glyph_dsc_t: ... function font_load (line 6732) | def font_load(*args) -> Any: ... class font_t (line 6737) | class font_t: method free (line 6738) | def free(self, *args) -> Any: ... method get_bitmap_fmt_txt (line 6739) | def get_bitmap_fmt_txt(self, *args) -> Any: ... method get_glyph_bitmap (line 6740) | def get_glyph_bitmap(self, *args) -> Any: ... method get_glyph_dsc (line 6741) | def get_glyph_dsc(self, *args) -> Any: ... method get_glyph_dsc_fmt_txt (line 6742) | def get_glyph_dsc_fmt_txt(self, *args) -> Any: ... method get_glyph_width (line 6743) | def get_glyph_width(self, *args) -> Any: ... method get_line_height (line 6744) | def get_line_height(self, *args) -> Any: ... class fs_dir_t (line 6746) | class fs_dir_t: method close (line 6747) | def close(self, *args) -> Any: ... method open (line 6748) | def open(self, *args) -> Any: ... method read (line 6749) | def read(self, *args) -> Any: ... class fs_drv_t (line 6751) | class fs_drv_t: method init (line 6752) | def init(self, *args) -> Any: ... method register (line 6753) | def register(self, *args) -> Any: ... class fs_file_t (line 6755) | class fs_file_t: method close (line 6756) | def close(self, *args) -> Any: ... method open (line 6757) | def open(self, *args) -> Any: ... method read (line 6758) | def read(self, *args) -> Any: ... method write (line 6759) | def write(self, *args) -> Any: ... method seek (line 6760) | def seek(self, *args) -> Any: ... method tell (line 6761) | def tell(self, *args) -> Any: ... function fs_get_drv (line 6763) | def fs_get_drv(*args) -> Any: ... function fs_get_ext (line 6764) | def fs_get_ext(*args) -> Any: ... function fs_get_last (line 6765) | def fs_get_last(*args) -> Any: ... function fs_get_letters (line 6766) | def fs_get_letters(*args) -> Any: ... function fs_is_ready (line 6767) | def fs_is_ready(*args) -> Any: ... function fs_up (line 6768) | def fs_up(*args) -> Any: ... function grid_fr (line 6769) | def grid_fr(*args) -> Any: ... function grid_init (line 6770) | def grid_init(*args) -> Any: ... function group_create (line 6771) | def group_create(*args) -> Any: ... function group_focus_obj (line 6772) | def group_focus_obj(*args) -> Any: ... function group_get_default (line 6773) | def group_get_default(*args) -> Any: ... function group_remove_obj (line 6774) | def group_remove_obj(*args) -> Any: ... function group_swap_obj (line 6775) | def group_swap_obj(*args) -> Any: ... class group_t (line 6777) | class group_t: method add_obj (line 6778) | def add_obj(self, *args) -> Any: ... method focus_freeze (line 6779) | def focus_freeze(self, *args) -> Any: ... method focus_next (line 6780) | def focus_next(self, *args) -> Any: ... method focus_prev (line 6781) | def focus_prev(self, *args) -> Any: ... method get_editing (line 6782) | def get_editing(self, *args) -> Any: ... method get_focus_cb (line 6783) | def get_focus_cb(self, *args) -> Any: ... method get_focused (line 6784) | def get_focused(self, *args) -> Any: ... method get_obj_count (line 6785) | def get_obj_count(self, *args) -> Any: ... method get_wrap (line 6786) | def get_wrap(self, *args) -> Any: ... method remove_all_objs (line 6787) | def remove_all_objs(self, *args) -> Any: ... method send_data (line 6788) | def send_data(self, *args) -> Any: ... method set_default (line 6789) | def set_default(self, *args) -> Any: ... method set_editing (line 6790) | def set_editing(self, *args) -> Any: ... method set_focus_cb (line 6791) | def set_focus_cb(self, *args) -> Any: ... method set_refocus_policy (line 6792) | def set_refocus_policy(self, *args) -> Any: ... method set_wrap (line 6793) | def set_wrap(self, *args) -> Any: ... class hit_test_info_t (line 6795) | class hit_test_info_t: ... class img (line 6797) | class img: class CF (line 6798) | class CF: class CLASS_EDITABLE (line 6832) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 6837) | class CLASS_GROUP_DEF: class DRAW_PART (line 6842) | class DRAW_PART: class FLAG (line 6847) | class FLAG: class SIZE_MODE (line 6874) | class SIZE_MODE: class SRC (line 6878) | class SRC: class TREE_WALK (line 6884) | class TREE_WALK: method add_event_cb (line 6888) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 6889) | def add_flag(self, *args) -> Any: ... method add_state (line 6890) | def add_state(self, *args) -> Any: ... method add_style (line 6891) | def add_style(self, *args) -> Any: ... method align (line 6892) | def align(self, *args) -> Any: ... method align_to (line 6893) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 6894) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 6895) | def area_is_visible(self, *args) -> Any: ... method buf_alloc (line 6896) | def buf_alloc(self, *args) -> Any: ... method buf_free (line 6897) | def buf_free(self, *args) -> Any: ... method buf_get_img_size (line 6898) | def buf_get_img_size(self, *args) -> Any: ... method buf_get_px_alpha (line 6899) | def buf_get_px_alpha(self, *args) -> Any: ... method buf_get_px_color (line 6900) | def buf_get_px_color(self, *args) -> Any: ... method buf_set_palette (line 6901) | def buf_set_palette(self, *args) -> Any: ... method buf_set_px_alpha (line 6902) | def buf_set_px_alpha(self, *args) -> Any: ... method buf_set_px_color (line 6903) | def buf_set_px_color(self, *args) -> Any: ... method cache_invalidate_src (line 6904) | def cache_invalidate_src(self, *args) -> Any: ... method cache_set_size (line 6905) | def cache_set_size(self, *args) -> Any: ... method calculate_ext_draw_size (line 6906) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 6907) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 6908) | def center(self, *args) -> Any: ... method cf_get_px_size (line 6909) | def cf_get_px_size(self, *args) -> Any: ... method cf_has_alpha (line 6910) | def cf_has_alpha(self, *args) -> Any: ... method cf_is_chroma_keyed (line 6911) | def cf_is_chroma_keyed(self, *args) -> Any: ... method check_type (line 6912) | def check_type(self, *args) -> Any: ... method class_create_obj (line 6913) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 6914) | def class_init_obj(self, *args) -> Any: ... method clean (line 6915) | def clean(self, *args) -> Any: ... method clear_flag (line 6916) | def clear_flag(self, *args) -> Any: ... method clear_state (line 6917) | def clear_state(self, *args) -> Any: ... method decoder_built_in_close (line 6918) | def decoder_built_in_close(self, *args) -> Any: ... method decoder_built_in_info (line 6919) | def decoder_built_in_info(self, *args) -> Any: ... method decoder_built_in_open (line 6920) | def decoder_built_in_open(self, *args) -> Any: ... method decoder_built_in_read_line (line 6921) | def decoder_built_in_read_line(self, *args) -> Any: ... method decoder_close (line 6922) | def decoder_close(self, *args) -> Any: ... method decoder_create (line 6923) | def decoder_create(self, *args) -> Any: ... method decoder_delete (line 6924) | def decoder_delete(self, *args) -> Any: ... method decoder_get_info (line 6925) | def decoder_get_info(self, *args) -> Any: ... method decoder_open (line 6926) | def decoder_open(self, *args) -> Any: ... method decoder_read_line (line 6927) | def decoder_read_line(self, *args) -> Any: ... method decoder_set_close_cb (line 6928) | def decoder_set_close_cb(self, *args) -> Any: ... method decoder_set_info_cb (line 6929) | def decoder_set_info_cb(self, *args) -> Any: ... method decoder_set_open_cb (line 6930) | def decoder_set_open_cb(self, *args) -> Any: ... method decoder_set_read_line_cb (line 6931) | def decoder_set_read_line_cb(self, *args) -> Any: ... method del_anim_ready_cb (line 6932) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 6933) | def del_async(self, *args) -> Any: ... method del_delayed (line 6934) | def del_delayed(self, *args) -> Any: ... method delete (line 6935) | def delete(self, *args) -> Any: ... method dpx (line 6936) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 6937) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 6938) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 6939) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 6940) | def event_base(self, *args) -> Any: ... method fade_in (line 6941) | def fade_in(self, *args) -> Any: ... method fade_out (line 6942) | def fade_out(self, *args) -> Any: ... method get_angle (line 6943) | def get_angle(self, *args) -> Any: ... method get_antialias (line 6944) | def get_antialias(self, *args) -> Any: ... method get_child (line 6945) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 6946) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 6947) | def get_child_id(self, *args) -> Any: ... method get_class (line 6948) | def get_class(self, *args) -> Any: ... method get_click_area (line 6949) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 6950) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 6951) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 6952) | def get_content_width(self, *args) -> Any: ... method get_coords (line 6953) | def get_coords(self, *args) -> Any: ... method get_disp (line 6954) | def get_disp(self, *args) -> Any: ... method get_group (line 6955) | def get_group(self, *args) -> Any: ... method get_height (line 6956) | def get_height(self, *args) -> Any: ... method get_index (line 6957) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 6958) | def get_local_style_prop(self, *args) -> Any: ... method get_offset_x (line 6959) | def get_offset_x(self, *args) -> Any: ... method get_offset_y (line 6960) | def get_offset_y(self, *args) -> Any: ... method get_parent (line 6961) | def get_parent(self, *args) -> Any: ... method get_pivot (line 6962) | def get_pivot(self, *args) -> Any: ... method get_screen (line 6963) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 6964) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 6965) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 6966) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 6967) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 6968) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 6969) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 6970) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 6971) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 6972) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 6973) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 6974) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 6975) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 6976) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 6977) | def get_self_width(self, *args) -> Any: ... method get_size_mode (line 6978) | def get_size_mode(self, *args) -> Any: ... method get_src (line 6979) | def get_src(self, *args) -> Any: ... method get_state (line 6980) | def get_state(self, *args) -> Any: ... method get_style_align (line 6981) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 6982) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 6983) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 6984) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 6985) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 6986) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 6987) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 6988) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 6989) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 6990) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 6991) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 6992) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 6993) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 6994) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 6995) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 6996) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 6997) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 6998) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 6999) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 7000) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 7001) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 7002) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 7003) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 7004) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 7005) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 7006) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 7007) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 7008) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 7009) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 7010) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 7011) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 7012) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 7013) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 7014) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 7015) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 7016) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 7017) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 7018) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 7019) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 7020) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 7021) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 7022) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 7023) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 7024) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 7025) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 7026) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 7027) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 7028) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 7029) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 7030) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 7031) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 7032) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 7033) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 7034) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 7035) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 7036) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 7037) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 7038) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 7039) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 7040) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 7041) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 7042) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 7043) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 7044) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 7045) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 7046) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 7047) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 7048) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 7049) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 7050) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 7051) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 7052) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 7053) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 7054) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 7055) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 7056) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 7057) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 7058) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 7059) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 7060) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 7061) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 7062) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 7063) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 7064) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 7065) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 7066) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 7067) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 7068) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 7069) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 7070) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 7071) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 7072) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 7073) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 7074) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 7075) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 7076) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 7077) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 7078) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 7079) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 7080) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 7081) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 7082) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 7083) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 7084) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 7085) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 7086) | def get_user_data(self, *args) -> Any: ... method get_width (line 7087) | def get_width(self, *args) -> Any: ... method get_x (line 7088) | def get_x(self, *args) -> Any: ... method get_x2 (line 7089) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 7090) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 7091) | def get_y(self, *args) -> Any: ... method get_y2 (line 7092) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 7093) | def get_y_aligned(self, *args) -> Any: ... method get_zoom (line 7094) | def get_zoom(self, *args) -> Any: ... method has_class (line 7095) | def has_class(self, *args) -> Any: ... method has_flag (line 7096) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 7097) | def has_flag_any(self, *args) -> Any: ... method has_state (line 7098) | def has_state(self, *args) -> Any: ... method hit_test (line 7099) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 7100) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 7101) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 7102) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 7103) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 7104) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 7105) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 7106) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 7107) | def is_editable(self, *args) -> Any: ... method is_group_def (line 7108) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 7109) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 7110) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 7111) | def is_valid(self, *args) -> Any: ... method is_visible (line 7112) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 7113) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 7114) | def move_background(self, *args) -> Any: ... method move_children_by (line 7115) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 7116) | def move_foreground(self, *args) -> Any: ... method move_to (line 7117) | def move_to(self, *args) -> Any: ... method move_to_index (line 7118) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 7119) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 7120) | def refr_pos(self, *args) -> Any: ... method refr_size (line 7121) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 7122) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 7123) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 7124) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 7125) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 7126) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 7127) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 7128) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 7129) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 7130) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 7131) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 7132) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 7133) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 7134) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 7135) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 7136) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 7137) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 7138) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 7139) | def set_align(self, *args) -> Any: ... method set_angle (line 7140) | def set_angle(self, *args) -> Any: ... method set_antialias (line 7141) | def set_antialias(self, *args) -> Any: ... method set_content_height (line 7142) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 7143) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 7144) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 7145) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 7146) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 7147) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 7148) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 7149) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 7150) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 7151) | def set_height(self, *args) -> Any: ... method set_layout (line 7152) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 7153) | def set_local_style_prop(self, *args) -> Any: ... method set_offset_x (line 7154) | def set_offset_x(self, *args) -> Any: ... method set_offset_y (line 7155) | def set_offset_y(self, *args) -> Any: ... method set_parent (line 7156) | def set_parent(self, *args) -> Any: ... method set_pivot (line 7157) | def set_pivot(self, *args) -> Any: ... method set_pos (line 7158) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 7159) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 7160) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 7161) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 7162) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 7163) | def set_size(self, *args) -> Any: ... method set_size_mode (line 7164) | def set_size_mode(self, *args) -> Any: ... method set_src (line 7165) | def set_src(self, *args) -> Any: ... method set_style_align (line 7166) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 7167) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 7168) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 7169) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 7170) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 7171) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 7172) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 7173) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 7174) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 7175) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 7176) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 7177) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 7178) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 7179) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 7180) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 7181) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 7182) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 7183) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 7184) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 7185) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 7186) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 7187) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 7188) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 7189) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 7190) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 7191) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 7192) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 7193) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 7194) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 7195) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 7196) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 7197) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 7198) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 7199) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 7200) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 7201) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 7202) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 7203) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 7204) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 7205) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 7206) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 7207) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 7208) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 7209) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 7210) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 7211) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 7212) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 7213) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 7214) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 7215) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 7216) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 7217) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 7218) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 7219) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 7220) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 7221) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 7222) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 7223) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 7224) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 7225) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 7226) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 7227) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 7228) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 7229) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 7230) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 7231) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 7232) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 7233) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 7234) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 7235) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 7236) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 7237) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 7238) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 7239) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 7240) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 7241) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 7242) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 7243) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 7244) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 7245) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 7246) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 7247) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 7248) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 7249) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 7250) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 7251) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 7252) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 7253) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 7254) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 7255) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 7256) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 7257) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 7258) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 7259) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 7260) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 7261) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 7262) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 7263) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 7264) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 7265) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 7266) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 7267) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 7268) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 7269) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 7270) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 7271) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 7272) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 7273) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 7274) | def set_style_y(self, *args) -> Any: ... method set_tile (line 7275) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 7276) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 7277) | def set_user_data(self, *args) -> Any: ... method set_width (line 7278) | def set_width(self, *args) -> Any: ... method set_x (line 7279) | def set_x(self, *args) -> Any: ... method set_y (line 7280) | def set_y(self, *args) -> Any: ... method set_zoom (line 7281) | def set_zoom(self, *args) -> Any: ... method src_get_type (line 7282) | def src_get_type(self, *args) -> Any: ... method style_get_selector_part (line 7283) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 7284) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 7285) | def swap(self, *args) -> Any: ... method tree_walk (line 7286) | def tree_walk(self, *args) -> Any: ... method update_layout (line 7287) | def update_layout(self, *args) -> Any: ... method update_snap (line 7288) | def update_snap(self, *args) -> Any: ... class img_decoder_dsc_t (line 7292) | class img_decoder_dsc_t: method close (line 7293) | def close(self, *args) -> Any: ... method open (line 7294) | def open(self, *args) -> Any: ... method read_line (line 7295) | def read_line(self, *args) -> Any: ... class img_decoder_t (line 7297) | class img_decoder_t: method built_in_close (line 7298) | def built_in_close(self, *args) -> Any: ... method built_in_info (line 7299) | def built_in_info(self, *args) -> Any: ... method built_in_open (line 7300) | def built_in_open(self, *args) -> Any: ... method built_in_read_line (line 7301) | def built_in_read_line(self, *args) -> Any: ... method delete (line 7302) | def delete(self, *args) -> Any: ... method set_close_cb (line 7303) | def set_close_cb(self, *args) -> Any: ... method set_info_cb (line 7304) | def set_info_cb(self, *args) -> Any: ... method set_open_cb (line 7305) | def set_open_cb(self, *args) -> Any: ... method set_read_line_cb (line 7306) | def set_read_line_cb(self, *args) -> Any: ... class img_dsc_t (line 7308) | class img_dsc_t: method buf_free (line 7309) | def buf_free(self, *args) -> Any: ... method buf_get_px_alpha (line 7310) | def buf_get_px_alpha(self, *args) -> Any: ... method buf_get_px_color (line 7311) | def buf_get_px_color(self, *args) -> Any: ... method buf_set_palette (line 7312) | def buf_set_palette(self, *args) -> Any: ... method buf_set_px_alpha (line 7313) | def buf_set_px_alpha(self, *args) -> Any: ... method buf_set_px_color (line 7314) | def buf_set_px_color(self, *args) -> Any: ... class img_header_t (line 7316) | class img_header_t: ... class imgbtn (line 7318) | class imgbtn: class CLASS_EDITABLE (line 7319) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 7324) | class CLASS_GROUP_DEF: class DRAW_PART (line 7329) | class DRAW_PART: class FLAG (line 7334) | class FLAG: class STATE (line 7361) | class STATE: class TREE_WALK (line 7369) | class TREE_WALK: method add_event_cb (line 7373) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 7374) | def add_flag(self, *args) -> Any: ... method add_state (line 7375) | def add_state(self, *args) -> Any: ... method add_style (line 7376) | def add_style(self, *args) -> Any: ... method align (line 7377) | def align(self, *args) -> Any: ... method align_to (line 7378) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 7379) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 7380) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 7381) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 7382) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 7383) | def center(self, *args) -> Any: ... method check_type (line 7384) | def check_type(self, *args) -> Any: ... method class_create_obj (line 7385) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 7386) | def class_init_obj(self, *args) -> Any: ... method clean (line 7387) | def clean(self, *args) -> Any: ... method clear_flag (line 7388) | def clear_flag(self, *args) -> Any: ... method clear_state (line 7389) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 7390) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 7391) | def del_async(self, *args) -> Any: ... method del_delayed (line 7392) | def del_delayed(self, *args) -> Any: ... method delete (line 7393) | def delete(self, *args) -> Any: ... method dpx (line 7394) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 7395) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 7396) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 7397) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 7398) | def event_base(self, *args) -> Any: ... method fade_in (line 7399) | def fade_in(self, *args) -> Any: ... method fade_out (line 7400) | def fade_out(self, *args) -> Any: ... method get_child (line 7401) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 7402) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 7403) | def get_child_id(self, *args) -> Any: ... method get_class (line 7404) | def get_class(self, *args) -> Any: ... method get_click_area (line 7405) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 7406) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 7407) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 7408) | def get_content_width(self, *args) -> Any: ... method get_coords (line 7409) | def get_coords(self, *args) -> Any: ... method get_disp (line 7410) | def get_disp(self, *args) -> Any: ... method get_group (line 7411) | def get_group(self, *args) -> Any: ... method get_height (line 7412) | def get_height(self, *args) -> Any: ... method get_index (line 7413) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 7414) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 7415) | def get_parent(self, *args) -> Any: ... method get_screen (line 7416) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 7417) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 7418) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 7419) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 7420) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 7421) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 7422) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 7423) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 7424) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 7425) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 7426) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 7427) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 7428) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 7429) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 7430) | def get_self_width(self, *args) -> Any: ... method get_src_left (line 7431) | def get_src_left(self, *args) -> Any: ... method get_src_middle (line 7432) | def get_src_middle(self, *args) -> Any: ... method get_src_right (line 7433) | def get_src_right(self, *args) -> Any: ... method get_state (line 7434) | def get_state(self, *args) -> Any: ... method get_style_align (line 7435) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 7436) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 7437) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 7438) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 7439) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 7440) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 7441) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 7442) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 7443) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 7444) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 7445) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 7446) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 7447) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 7448) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 7449) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 7450) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 7451) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 7452) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 7453) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 7454) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 7455) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 7456) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 7457) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 7458) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 7459) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 7460) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 7461) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 7462) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 7463) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 7464) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 7465) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 7466) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 7467) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 7468) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 7469) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 7470) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 7471) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 7472) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 7473) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 7474) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 7475) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 7476) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 7477) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 7478) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 7479) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 7480) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 7481) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 7482) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 7483) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 7484) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 7485) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 7486) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 7487) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 7488) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 7489) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 7490) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 7491) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 7492) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 7493) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 7494) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 7495) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 7496) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 7497) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 7498) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 7499) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 7500) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 7501) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 7502) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 7503) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 7504) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 7505) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 7506) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 7507) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 7508) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 7509) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 7510) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 7511) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 7512) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 7513) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 7514) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 7515) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 7516) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 7517) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 7518) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 7519) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 7520) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 7521) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 7522) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 7523) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 7524) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 7525) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 7526) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 7527) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 7528) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 7529) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 7530) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 7531) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 7532) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 7533) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 7534) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 7535) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 7536) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 7537) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 7538) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 7539) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 7540) | def get_user_data(self, *args) -> Any: ... method get_width (line 7541) | def get_width(self, *args) -> Any: ... method get_x (line 7542) | def get_x(self, *args) -> Any: ... method get_x2 (line 7543) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 7544) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 7545) | def get_y(self, *args) -> Any: ... method get_y2 (line 7546) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 7547) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 7548) | def has_class(self, *args) -> Any: ... method has_flag (line 7549) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 7550) | def has_flag_any(self, *args) -> Any: ... method has_state (line 7551) | def has_state(self, *args) -> Any: ... method hit_test (line 7552) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 7553) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 7554) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 7555) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 7556) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 7557) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 7558) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 7559) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 7560) | def is_editable(self, *args) -> Any: ... method is_group_def (line 7561) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 7562) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 7563) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 7564) | def is_valid(self, *args) -> Any: ... method is_visible (line 7565) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 7566) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 7567) | def move_background(self, *args) -> Any: ... method move_children_by (line 7568) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 7569) | def move_foreground(self, *args) -> Any: ... method move_to (line 7570) | def move_to(self, *args) -> Any: ... method move_to_index (line 7571) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 7572) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 7573) | def refr_pos(self, *args) -> Any: ... method refr_size (line 7574) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 7575) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 7576) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 7577) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 7578) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 7579) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 7580) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 7581) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 7582) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 7583) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 7584) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 7585) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 7586) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 7587) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 7588) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 7589) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 7590) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 7591) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 7592) | def set_align(self, *args) -> Any: ... method set_content_height (line 7593) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 7594) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 7595) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 7596) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 7597) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 7598) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 7599) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 7600) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 7601) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 7602) | def set_height(self, *args) -> Any: ... method set_layout (line 7603) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 7604) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 7605) | def set_parent(self, *args) -> Any: ... method set_pos (line 7606) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 7607) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 7608) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 7609) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 7610) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 7611) | def set_size(self, *args) -> Any: ... method set_src (line 7612) | def set_src(self, *args) -> Any: ... method set_state (line 7613) | def set_state(self, *args) -> Any: ... method set_style_align (line 7614) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 7615) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 7616) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 7617) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 7618) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 7619) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 7620) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 7621) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 7622) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 7623) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 7624) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 7625) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 7626) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 7627) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 7628) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 7629) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 7630) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 7631) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 7632) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 7633) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 7634) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 7635) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 7636) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 7637) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 7638) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 7639) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 7640) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 7641) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 7642) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 7643) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 7644) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 7645) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 7646) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 7647) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 7648) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 7649) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 7650) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 7651) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 7652) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 7653) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 7654) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 7655) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 7656) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 7657) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 7658) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 7659) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 7660) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 7661) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 7662) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 7663) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 7664) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 7665) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 7666) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 7667) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 7668) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 7669) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 7670) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 7671) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 7672) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 7673) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 7674) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 7675) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 7676) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 7677) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 7678) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 7679) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 7680) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 7681) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 7682) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 7683) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 7684) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 7685) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 7686) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 7687) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 7688) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 7689) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 7690) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 7691) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 7692) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 7693) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 7694) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 7695) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 7696) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 7697) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 7698) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 7699) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 7700) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 7701) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 7702) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 7703) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 7704) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 7705) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 7706) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 7707) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 7708) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 7709) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 7710) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 7711) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 7712) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 7713) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 7714) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 7715) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 7716) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 7717) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 7718) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 7719) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 7720) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 7721) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 7722) | def set_style_y(self, *args) -> Any: ... method set_tile (line 7723) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 7724) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 7725) | def set_user_data(self, *args) -> Any: ... method set_width (line 7726) | def set_width(self, *args) -> Any: ... method set_x (line 7727) | def set_x(self, *args) -> Any: ... method set_y (line 7728) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 7729) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 7730) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 7731) | def swap(self, *args) -> Any: ... method tree_walk (line 7732) | def tree_walk(self, *args) -> Any: ... method update_layout (line 7733) | def update_layout(self, *args) -> Any: ... method update_snap (line 7734) | def update_snap(self, *args) -> Any: ... class indev_data_t (line 7738) | class indev_data_t: ... class indev_drv_t (line 7740) | class indev_drv_t: method init (line 7741) | def init(self, *args) -> Any: ... method register (line 7742) | def register(self, *args) -> Any: ... function indev_get_act (line 7744) | def indev_get_act(*args) -> Any: ... function indev_get_obj_act (line 7745) | def indev_get_obj_act(*args) -> Any: ... function indev_get_read_timer (line 7746) | def indev_get_read_timer(*args) -> Any: ... function indev_read_timer_cb (line 7747) | def indev_read_timer_cb(*args) -> Any: ... function indev_search_obj (line 7748) | def indev_search_obj(*args) -> Any: ... class indev_t (line 7750) | class indev_t: method drv_update (line 7751) | def drv_update(self, *args) -> Any: ... method enable (line 7752) | def enable(self, *args) -> Any: ... method get_gesture_dir (line 7753) | def get_gesture_dir(self, *args) -> Any: ... method get_key (line 7754) | def get_key(self, *args) -> Any: ... method get_next (line 7755) | def get_next(self, *args) -> Any: ... method get_point (line 7756) | def get_point(self, *args) -> Any: ... method get_scroll_dir (line 7757) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_obj (line 7758) | def get_scroll_obj(self, *args) -> Any: ... method get_type (line 7759) | def get_type(self, *args) -> Any: ... method get_vect (line 7760) | def get_vect(self, *args) -> Any: ... method reset (line 7761) | def reset(self, *args) -> Any: ... method reset_long_press (line 7762) | def reset_long_press(self, *args) -> Any: ... method set_button_points (line 7763) | def set_button_points(self, *args) -> Any: ... method set_cursor (line 7764) | def set_cursor(self, *args) -> Any: ... method set_group (line 7765) | def set_group(self, *args) -> Any: ... method wait_release (line 7766) | def wait_release(self, *args) -> Any: ... function init (line 7768) | def init(*args) -> Any: ... function is_initialized (line 7769) | def is_initialized(*args) -> Any: ... class keyboard (line 7771) | class keyboard: class CLASS_EDITABLE (line 7772) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 7777) | class CLASS_GROUP_DEF: class DRAW_PART (line 7782) | class DRAW_PART: class FLAG (line 7787) | class FLAG: class MODE (line 7814) | class MODE: class TREE_WALK (line 7820) | class TREE_WALK: method add_event_cb (line 7824) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 7825) | def add_flag(self, *args) -> Any: ... method add_state (line 7826) | def add_state(self, *args) -> Any: ... method add_style (line 7827) | def add_style(self, *args) -> Any: ... method align (line 7828) | def align(self, *args) -> Any: ... method align_to (line 7829) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 7830) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 7831) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 7832) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 7833) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 7834) | def center(self, *args) -> Any: ... method check_type (line 7835) | def check_type(self, *args) -> Any: ... method class_create_obj (line 7836) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 7837) | def class_init_obj(self, *args) -> Any: ... method clean (line 7838) | def clean(self, *args) -> Any: ... method clear_flag (line 7839) | def clear_flag(self, *args) -> Any: ... method clear_state (line 7840) | def clear_state(self, *args) -> Any: ... method def_event_cb (line 7841) | def def_event_cb(self, *args) -> Any: ... method del_anim_ready_cb (line 7842) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 7843) | def del_async(self, *args) -> Any: ... method del_delayed (line 7844) | def del_delayed(self, *args) -> Any: ... method delete (line 7845) | def delete(self, *args) -> Any: ... method dpx (line 7846) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 7847) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 7848) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 7849) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 7850) | def event_base(self, *args) -> Any: ... method fade_in (line 7851) | def fade_in(self, *args) -> Any: ... method fade_out (line 7852) | def fade_out(self, *args) -> Any: ... method get_child (line 7853) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 7854) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 7855) | def get_child_id(self, *args) -> Any: ... method get_class (line 7856) | def get_class(self, *args) -> Any: ... method get_click_area (line 7857) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 7858) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 7859) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 7860) | def get_content_width(self, *args) -> Any: ... method get_coords (line 7861) | def get_coords(self, *args) -> Any: ... method get_disp (line 7862) | def get_disp(self, *args) -> Any: ... method get_group (line 7863) | def get_group(self, *args) -> Any: ... method get_height (line 7864) | def get_height(self, *args) -> Any: ... method get_index (line 7865) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 7866) | def get_local_style_prop(self, *args) -> Any: ... method get_map_array (line 7867) | def get_map_array(self, *args) -> Any: ... method get_mode (line 7868) | def get_mode(self, *args) -> Any: ... method get_parent (line 7869) | def get_parent(self, *args) -> Any: ... method get_screen (line 7870) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 7871) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 7872) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 7873) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 7874) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 7875) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 7876) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 7877) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 7878) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 7879) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 7880) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 7881) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 7882) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 7883) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 7884) | def get_self_width(self, *args) -> Any: ... method get_state (line 7885) | def get_state(self, *args) -> Any: ... method get_style_align (line 7886) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 7887) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 7888) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 7889) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 7890) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 7891) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 7892) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 7893) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 7894) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 7895) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 7896) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 7897) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 7898) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 7899) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 7900) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 7901) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 7902) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 7903) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 7904) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 7905) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 7906) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 7907) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 7908) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 7909) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 7910) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 7911) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 7912) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 7913) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 7914) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 7915) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 7916) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 7917) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 7918) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 7919) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 7920) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 7921) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 7922) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 7923) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 7924) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 7925) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 7926) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 7927) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 7928) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 7929) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 7930) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 7931) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 7932) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 7933) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 7934) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 7935) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 7936) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 7937) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 7938) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 7939) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 7940) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 7941) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 7942) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 7943) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 7944) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 7945) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 7946) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 7947) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 7948) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 7949) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 7950) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 7951) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 7952) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 7953) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 7954) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 7955) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 7956) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 7957) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 7958) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 7959) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 7960) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 7961) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 7962) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 7963) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 7964) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 7965) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 7966) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 7967) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 7968) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 7969) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 7970) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 7971) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 7972) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 7973) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 7974) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 7975) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 7976) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 7977) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 7978) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 7979) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 7980) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 7981) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 7982) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 7983) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 7984) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 7985) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 7986) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 7987) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 7988) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 7989) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 7990) | def get_style_y(self, *args) -> Any: ... method get_textarea (line 7991) | def get_textarea(self, *args) -> Any: ... method get_user_data (line 7992) | def get_user_data(self, *args) -> Any: ... method get_width (line 7993) | def get_width(self, *args) -> Any: ... method get_x (line 7994) | def get_x(self, *args) -> Any: ... method get_x2 (line 7995) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 7996) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 7997) | def get_y(self, *args) -> Any: ... method get_y2 (line 7998) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 7999) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 8000) | def has_class(self, *args) -> Any: ... method has_flag (line 8001) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 8002) | def has_flag_any(self, *args) -> Any: ... method has_state (line 8003) | def has_state(self, *args) -> Any: ... method hit_test (line 8004) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 8005) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 8006) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 8007) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 8008) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 8009) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 8010) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 8011) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 8012) | def is_editable(self, *args) -> Any: ... method is_group_def (line 8013) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 8014) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 8015) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 8016) | def is_valid(self, *args) -> Any: ... method is_visible (line 8017) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 8018) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 8019) | def move_background(self, *args) -> Any: ... method move_children_by (line 8020) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 8021) | def move_foreground(self, *args) -> Any: ... method move_to (line 8022) | def move_to(self, *args) -> Any: ... method move_to_index (line 8023) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 8024) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 8025) | def refr_pos(self, *args) -> Any: ... method refr_size (line 8026) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 8027) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 8028) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 8029) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 8030) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 8031) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 8032) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 8033) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 8034) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 8035) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 8036) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 8037) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 8038) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 8039) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 8040) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 8041) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 8042) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 8043) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 8044) | def set_align(self, *args) -> Any: ... method set_content_height (line 8045) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 8046) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 8047) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 8048) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 8049) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 8050) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 8051) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 8052) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 8053) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 8054) | def set_height(self, *args) -> Any: ... method set_layout (line 8055) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 8056) | def set_local_style_prop(self, *args) -> Any: ... method set_map (line 8057) | def set_map(self, *args) -> Any: ... method set_mode (line 8058) | def set_mode(self, *args) -> Any: ... method set_parent (line 8059) | def set_parent(self, *args) -> Any: ... method set_pos (line 8060) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 8061) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 8062) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 8063) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 8064) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 8065) | def set_size(self, *args) -> Any: ... method set_style_align (line 8066) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 8067) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 8068) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 8069) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 8070) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 8071) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 8072) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 8073) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 8074) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 8075) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 8076) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 8077) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 8078) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 8079) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 8080) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 8081) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 8082) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 8083) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 8084) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 8085) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 8086) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 8087) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 8088) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 8089) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 8090) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 8091) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 8092) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 8093) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 8094) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 8095) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 8096) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 8097) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 8098) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 8099) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 8100) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 8101) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 8102) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 8103) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 8104) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 8105) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 8106) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 8107) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 8108) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 8109) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 8110) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 8111) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 8112) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 8113) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 8114) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 8115) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 8116) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 8117) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 8118) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 8119) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 8120) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 8121) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 8122) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 8123) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 8124) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 8125) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 8126) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 8127) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 8128) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 8129) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 8130) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 8131) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 8132) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 8133) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 8134) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 8135) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 8136) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 8137) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 8138) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 8139) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 8140) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 8141) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 8142) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 8143) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 8144) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 8145) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 8146) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 8147) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 8148) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 8149) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 8150) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 8151) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 8152) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 8153) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 8154) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 8155) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 8156) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 8157) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 8158) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 8159) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 8160) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 8161) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 8162) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 8163) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 8164) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 8165) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 8166) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 8167) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 8168) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 8169) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 8170) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 8171) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 8172) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 8173) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 8174) | def set_style_y(self, *args) -> Any: ... method set_textarea (line 8175) | def set_textarea(self, *args) -> Any: ... method set_tile (line 8176) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 8177) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 8178) | def set_user_data(self, *args) -> Any: ... method set_width (line 8179) | def set_width(self, *args) -> Any: ... method set_x (line 8180) | def set_x(self, *args) -> Any: ... method set_y (line 8181) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 8182) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 8183) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 8184) | def swap(self, *args) -> Any: ... method tree_walk (line 8185) | def tree_walk(self, *args) -> Any: ... method update_layout (line 8186) | def update_layout(self, *args) -> Any: ... method update_snap (line 8187) | def update_snap(self, *args) -> Any: ... class label (line 8191) | class label: class CLASS_EDITABLE (line 8192) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 8197) | class CLASS_GROUP_DEF: class DRAW_PART (line 8202) | class DRAW_PART: class FLAG (line 8207) | class FLAG: class LONG (line 8234) | class LONG: class TREE_WALK (line 8241) | class TREE_WALK: method add_event_cb (line 8245) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 8246) | def add_flag(self, *args) -> Any: ... method add_state (line 8247) | def add_state(self, *args) -> Any: ... method add_style (line 8248) | def add_style(self, *args) -> Any: ... method align (line 8249) | def align(self, *args) -> Any: ... method align_to (line 8250) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 8251) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 8252) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 8253) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 8254) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 8255) | def center(self, *args) -> Any: ... method check_type (line 8256) | def check_type(self, *args) -> Any: ... method class_create_obj (line 8257) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 8258) | def class_init_obj(self, *args) -> Any: ... method clean (line 8259) | def clean(self, *args) -> Any: ... method clear_flag (line 8260) | def clear_flag(self, *args) -> Any: ... method clear_state (line 8261) | def clear_state(self, *args) -> Any: ... method cut_text (line 8262) | def cut_text(self, *args) -> Any: ... method del_anim_ready_cb (line 8263) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 8264) | def del_async(self, *args) -> Any: ... method del_delayed (line 8265) | def del_delayed(self, *args) -> Any: ... method delete (line 8266) | def delete(self, *args) -> Any: ... method dpx (line 8267) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 8268) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 8269) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 8270) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 8271) | def event_base(self, *args) -> Any: ... method fade_in (line 8272) | def fade_in(self, *args) -> Any: ... method fade_out (line 8273) | def fade_out(self, *args) -> Any: ... method get_child (line 8274) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 8275) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 8276) | def get_child_id(self, *args) -> Any: ... method get_class (line 8277) | def get_class(self, *args) -> Any: ... method get_click_area (line 8278) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 8279) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 8280) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 8281) | def get_content_width(self, *args) -> Any: ... method get_coords (line 8282) | def get_coords(self, *args) -> Any: ... method get_disp (line 8283) | def get_disp(self, *args) -> Any: ... method get_group (line 8284) | def get_group(self, *args) -> Any: ... method get_height (line 8285) | def get_height(self, *args) -> Any: ... method get_index (line 8286) | def get_index(self, *args) -> Any: ... method get_letter_on (line 8287) | def get_letter_on(self, *args) -> Any: ... method get_letter_pos (line 8288) | def get_letter_pos(self, *args) -> Any: ... method get_local_style_prop (line 8289) | def get_local_style_prop(self, *args) -> Any: ... method get_long_mode (line 8290) | def get_long_mode(self, *args) -> Any: ... method get_parent (line 8291) | def get_parent(self, *args) -> Any: ... method get_recolor (line 8292) | def get_recolor(self, *args) -> Any: ... method get_screen (line 8293) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 8294) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 8295) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 8296) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 8297) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 8298) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 8299) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 8300) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 8301) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 8302) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 8303) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 8304) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 8305) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 8306) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 8307) | def get_self_width(self, *args) -> Any: ... method get_state (line 8308) | def get_state(self, *args) -> Any: ... method get_style_align (line 8309) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 8310) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 8311) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 8312) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 8313) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 8314) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 8315) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 8316) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 8317) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 8318) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 8319) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 8320) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 8321) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 8322) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 8323) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 8324) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 8325) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 8326) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 8327) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 8328) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 8329) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 8330) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 8331) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 8332) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 8333) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 8334) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 8335) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 8336) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 8337) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 8338) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 8339) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 8340) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 8341) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 8342) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 8343) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 8344) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 8345) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 8346) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 8347) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 8348) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 8349) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 8350) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 8351) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 8352) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 8353) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 8354) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 8355) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 8356) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 8357) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 8358) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 8359) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 8360) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 8361) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 8362) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 8363) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 8364) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 8365) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 8366) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 8367) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 8368) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 8369) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 8370) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 8371) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 8372) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 8373) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 8374) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 8375) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 8376) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 8377) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 8378) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 8379) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 8380) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 8381) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 8382) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 8383) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 8384) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 8385) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 8386) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 8387) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 8388) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 8389) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 8390) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 8391) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 8392) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 8393) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 8394) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 8395) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 8396) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 8397) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 8398) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 8399) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 8400) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 8401) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 8402) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 8403) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 8404) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 8405) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 8406) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 8407) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 8408) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 8409) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 8410) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 8411) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 8412) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 8413) | def get_style_y(self, *args) -> Any: ... method get_text (line 8414) | def get_text(self, *args) -> Any: ... method get_text_selection_end (line 8415) | def get_text_selection_end(self, *args) -> Any: ... method get_text_selection_start (line 8416) | def get_text_selection_start(self, *args) -> Any: ... method get_user_data (line 8417) | def get_user_data(self, *args) -> Any: ... method get_width (line 8418) | def get_width(self, *args) -> Any: ... method get_x (line 8419) | def get_x(self, *args) -> Any: ... method get_x2 (line 8420) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 8421) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 8422) | def get_y(self, *args) -> Any: ... method get_y2 (line 8423) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 8424) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 8425) | def has_class(self, *args) -> Any: ... method has_flag (line 8426) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 8427) | def has_flag_any(self, *args) -> Any: ... method has_state (line 8428) | def has_state(self, *args) -> Any: ... method hit_test (line 8429) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 8430) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 8431) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 8432) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 8433) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 8434) | def init_draw_rect_dsc(self, *args) -> Any: ... method ins_text (line 8435) | def ins_text(self, *args) -> Any: ... method invalidate (line 8436) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 8437) | def invalidate_area(self, *args) -> Any: ... method is_char_under_pos (line 8438) | def is_char_under_pos(self, *args) -> Any: ... method is_editable (line 8439) | def is_editable(self, *args) -> Any: ... method is_group_def (line 8440) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 8441) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 8442) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 8443) | def is_valid(self, *args) -> Any: ... method is_visible (line 8444) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 8445) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 8446) | def move_background(self, *args) -> Any: ... method move_children_by (line 8447) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 8448) | def move_foreground(self, *args) -> Any: ... method move_to (line 8449) | def move_to(self, *args) -> Any: ... method move_to_index (line 8450) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 8451) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 8452) | def refr_pos(self, *args) -> Any: ... method refr_size (line 8453) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 8454) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 8455) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 8456) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 8457) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 8458) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 8459) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 8460) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 8461) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 8462) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 8463) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 8464) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 8465) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 8466) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 8467) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 8468) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 8469) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 8470) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 8471) | def set_align(self, *args) -> Any: ... method set_content_height (line 8472) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 8473) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 8474) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 8475) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 8476) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 8477) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 8478) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 8479) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 8480) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 8481) | def set_height(self, *args) -> Any: ... method set_layout (line 8482) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 8483) | def set_local_style_prop(self, *args) -> Any: ... method set_long_mode (line 8484) | def set_long_mode(self, *args) -> Any: ... method set_parent (line 8485) | def set_parent(self, *args) -> Any: ... method set_pos (line 8486) | def set_pos(self, *args) -> Any: ... method set_recolor (line 8487) | def set_recolor(self, *args) -> Any: ... method set_scroll_dir (line 8488) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 8489) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 8490) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 8491) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 8492) | def set_size(self, *args) -> Any: ... method set_style_align (line 8493) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 8494) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 8495) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 8496) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 8497) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 8498) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 8499) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 8500) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 8501) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 8502) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 8503) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 8504) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 8505) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 8506) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 8507) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 8508) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 8509) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 8510) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 8511) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 8512) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 8513) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 8514) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 8515) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 8516) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 8517) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 8518) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 8519) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 8520) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 8521) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 8522) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 8523) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 8524) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 8525) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 8526) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 8527) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 8528) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 8529) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 8530) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 8531) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 8532) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 8533) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 8534) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 8535) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 8536) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 8537) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 8538) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 8539) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 8540) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 8541) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 8542) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 8543) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 8544) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 8545) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 8546) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 8547) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 8548) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 8549) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 8550) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 8551) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 8552) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 8553) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 8554) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 8555) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 8556) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 8557) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 8558) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 8559) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 8560) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 8561) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 8562) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 8563) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 8564) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 8565) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 8566) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 8567) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 8568) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 8569) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 8570) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 8571) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 8572) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 8573) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 8574) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 8575) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 8576) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 8577) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 8578) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 8579) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 8580) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 8581) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 8582) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 8583) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 8584) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 8585) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 8586) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 8587) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 8588) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 8589) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 8590) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 8591) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 8592) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 8593) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 8594) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 8595) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 8596) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 8597) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 8598) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 8599) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 8600) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 8601) | def set_style_y(self, *args) -> Any: ... method set_text (line 8602) | def set_text(self, *args) -> Any: ... method set_text_sel_end (line 8603) | def set_text_sel_end(self, *args) -> Any: ... method set_text_sel_start (line 8604) | def set_text_sel_start(self, *args) -> Any: ... method set_text_static (line 8605) | def set_text_static(self, *args) -> Any: ... method set_tile (line 8606) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 8607) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 8608) | def set_user_data(self, *args) -> Any: ... method set_width (line 8609) | def set_width(self, *args) -> Any: ... method set_x (line 8610) | def set_x(self, *args) -> Any: ... method set_y (line 8611) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 8612) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 8613) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 8614) | def swap(self, *args) -> Any: ... method tree_walk (line 8615) | def tree_walk(self, *args) -> Any: ... method update_layout (line 8616) | def update_layout(self, *args) -> Any: ... method update_snap (line 8617) | def update_snap(self, *args) -> Any: ... function layer_sys (line 8621) | def layer_sys(*args) -> Any: ... function layer_top (line 8622) | def layer_top(*args) -> Any: ... function layout_register (line 8623) | def layout_register(*args) -> Any: ... class led (line 8625) | class led: class CLASS_EDITABLE (line 8626) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 8631) | class CLASS_GROUP_DEF: class DRAW_PART (line 8636) | class DRAW_PART: class FLAG (line 8639) | class FLAG: class TREE_WALK (line 8666) | class TREE_WALK: method add_event_cb (line 8670) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 8671) | def add_flag(self, *args) -> Any: ... method add_state (line 8672) | def add_state(self, *args) -> Any: ... method add_style (line 8673) | def add_style(self, *args) -> Any: ... method align (line 8674) | def align(self, *args) -> Any: ... method align_to (line 8675) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 8676) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 8677) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 8678) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 8679) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 8680) | def center(self, *args) -> Any: ... method check_type (line 8681) | def check_type(self, *args) -> Any: ... method class_create_obj (line 8682) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 8683) | def class_init_obj(self, *args) -> Any: ... method clean (line 8684) | def clean(self, *args) -> Any: ... method clear_flag (line 8685) | def clear_flag(self, *args) -> Any: ... method clear_state (line 8686) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 8687) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 8688) | def del_async(self, *args) -> Any: ... method del_delayed (line 8689) | def del_delayed(self, *args) -> Any: ... method delete (line 8690) | def delete(self, *args) -> Any: ... method dpx (line 8691) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 8692) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 8693) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 8694) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 8695) | def event_base(self, *args) -> Any: ... method fade_in (line 8696) | def fade_in(self, *args) -> Any: ... method fade_out (line 8697) | def fade_out(self, *args) -> Any: ... method get_brightness (line 8698) | def get_brightness(self, *args) -> Any: ... method get_child (line 8699) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 8700) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 8701) | def get_child_id(self, *args) -> Any: ... method get_class (line 8702) | def get_class(self, *args) -> Any: ... method get_click_area (line 8703) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 8704) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 8705) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 8706) | def get_content_width(self, *args) -> Any: ... method get_coords (line 8707) | def get_coords(self, *args) -> Any: ... method get_disp (line 8708) | def get_disp(self, *args) -> Any: ... method get_group (line 8709) | def get_group(self, *args) -> Any: ... method get_height (line 8710) | def get_height(self, *args) -> Any: ... method get_index (line 8711) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 8712) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 8713) | def get_parent(self, *args) -> Any: ... method get_screen (line 8714) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 8715) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 8716) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 8717) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 8718) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 8719) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 8720) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 8721) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 8722) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 8723) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 8724) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 8725) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 8726) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 8727) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 8728) | def get_self_width(self, *args) -> Any: ... method get_state (line 8729) | def get_state(self, *args) -> Any: ... method get_style_align (line 8730) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 8731) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 8732) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 8733) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 8734) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 8735) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 8736) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 8737) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 8738) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 8739) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 8740) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 8741) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 8742) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 8743) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 8744) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 8745) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 8746) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 8747) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 8748) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 8749) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 8750) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 8751) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 8752) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 8753) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 8754) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 8755) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 8756) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 8757) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 8758) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 8759) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 8760) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 8761) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 8762) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 8763) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 8764) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 8765) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 8766) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 8767) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 8768) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 8769) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 8770) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 8771) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 8772) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 8773) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 8774) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 8775) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 8776) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 8777) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 8778) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 8779) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 8780) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 8781) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 8782) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 8783) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 8784) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 8785) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 8786) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 8787) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 8788) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 8789) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 8790) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 8791) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 8792) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 8793) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 8794) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 8795) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 8796) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 8797) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 8798) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 8799) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 8800) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 8801) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 8802) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 8803) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 8804) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 8805) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 8806) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 8807) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 8808) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 8809) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 8810) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 8811) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 8812) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 8813) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 8814) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 8815) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 8816) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 8817) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 8818) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 8819) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 8820) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 8821) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 8822) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 8823) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 8824) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 8825) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 8826) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 8827) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 8828) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 8829) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 8830) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 8831) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 8832) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 8833) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 8834) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 8835) | def get_user_data(self, *args) -> Any: ... method get_width (line 8836) | def get_width(self, *args) -> Any: ... method get_x (line 8837) | def get_x(self, *args) -> Any: ... method get_x2 (line 8838) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 8839) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 8840) | def get_y(self, *args) -> Any: ... method get_y2 (line 8841) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 8842) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 8843) | def has_class(self, *args) -> Any: ... method has_flag (line 8844) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 8845) | def has_flag_any(self, *args) -> Any: ... method has_state (line 8846) | def has_state(self, *args) -> Any: ... method hit_test (line 8847) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 8848) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 8849) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 8850) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 8851) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 8852) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 8853) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 8854) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 8855) | def is_editable(self, *args) -> Any: ... method is_group_def (line 8856) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 8857) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 8858) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 8859) | def is_valid(self, *args) -> Any: ... method is_visible (line 8860) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 8861) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 8862) | def move_background(self, *args) -> Any: ... method move_children_by (line 8863) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 8864) | def move_foreground(self, *args) -> Any: ... method move_to (line 8865) | def move_to(self, *args) -> Any: ... method move_to_index (line 8866) | def move_to_index(self, *args) -> Any: ... method off (line 8867) | def off(self, *args) -> Any: ... method on (line 8868) | def on(self, *args) -> Any: ... method readjust_scroll (line 8869) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 8870) | def refr_pos(self, *args) -> Any: ... method refr_size (line 8871) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 8872) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 8873) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 8874) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 8875) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 8876) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 8877) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 8878) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 8879) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 8880) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 8881) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 8882) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 8883) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 8884) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 8885) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 8886) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 8887) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 8888) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 8889) | def set_align(self, *args) -> Any: ... method set_brightness (line 8890) | def set_brightness(self, *args) -> Any: ... method set_color (line 8891) | def set_color(self, *args) -> Any: ... method set_content_height (line 8892) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 8893) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 8894) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 8895) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 8896) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 8897) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 8898) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 8899) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 8900) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 8901) | def set_height(self, *args) -> Any: ... method set_layout (line 8902) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 8903) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 8904) | def set_parent(self, *args) -> Any: ... method set_pos (line 8905) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 8906) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 8907) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 8908) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 8909) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 8910) | def set_size(self, *args) -> Any: ... method set_style_align (line 8911) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 8912) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 8913) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 8914) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 8915) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 8916) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 8917) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 8918) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 8919) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 8920) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 8921) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 8922) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 8923) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 8924) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 8925) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 8926) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 8927) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 8928) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 8929) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 8930) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 8931) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 8932) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 8933) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 8934) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 8935) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 8936) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 8937) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 8938) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 8939) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 8940) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 8941) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 8942) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 8943) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 8944) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 8945) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 8946) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 8947) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 8948) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 8949) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 8950) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 8951) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 8952) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 8953) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 8954) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 8955) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 8956) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 8957) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 8958) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 8959) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 8960) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 8961) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 8962) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 8963) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 8964) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 8965) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 8966) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 8967) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 8968) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 8969) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 8970) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 8971) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 8972) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 8973) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 8974) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 8975) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 8976) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 8977) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 8978) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 8979) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 8980) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 8981) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 8982) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 8983) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 8984) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 8985) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 8986) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 8987) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 8988) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 8989) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 8990) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 8991) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 8992) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 8993) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 8994) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 8995) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 8996) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 8997) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 8998) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 8999) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 9000) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 9001) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 9002) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 9003) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 9004) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 9005) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 9006) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 9007) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 9008) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 9009) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 9010) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 9011) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 9012) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 9013) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 9014) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 9015) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 9016) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 9017) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 9018) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 9019) | def set_style_y(self, *args) -> Any: ... method set_tile (line 9020) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 9021) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 9022) | def set_user_data(self, *args) -> Any: ... method set_width (line 9023) | def set_width(self, *args) -> Any: ... method set_x (line 9024) | def set_x(self, *args) -> Any: ... method set_y (line 9025) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 9026) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 9027) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 9028) | def swap(self, *args) -> Any: ... method toggle (line 9029) | def toggle(self, *args) -> Any: ... method tree_walk (line 9030) | def tree_walk(self, *args) -> Any: ... method update_layout (line 9031) | def update_layout(self, *args) -> Any: ... method update_snap (line 9032) | def update_snap(self, *args) -> Any: ... class line (line 9036) | class line: class CLASS_EDITABLE (line 9037) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 9042) | class CLASS_GROUP_DEF: class DRAW_PART (line 9047) | class DRAW_PART: class FLAG (line 9052) | class FLAG: class TREE_WALK (line 9079) | class TREE_WALK: method add_event_cb (line 9083) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 9084) | def add_flag(self, *args) -> Any: ... method add_state (line 9085) | def add_state(self, *args) -> Any: ... method add_style (line 9086) | def add_style(self, *args) -> Any: ... method align (line 9087) | def align(self, *args) -> Any: ... method align_to (line 9088) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 9089) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 9090) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 9091) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 9092) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 9093) | def center(self, *args) -> Any: ... method check_type (line 9094) | def check_type(self, *args) -> Any: ... method class_create_obj (line 9095) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 9096) | def class_init_obj(self, *args) -> Any: ... method clean (line 9097) | def clean(self, *args) -> Any: ... method clear_flag (line 9098) | def clear_flag(self, *args) -> Any: ... method clear_state (line 9099) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 9100) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 9101) | def del_async(self, *args) -> Any: ... method del_delayed (line 9102) | def del_delayed(self, *args) -> Any: ... method delete (line 9103) | def delete(self, *args) -> Any: ... method dpx (line 9104) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 9105) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 9106) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 9107) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 9108) | def event_base(self, *args) -> Any: ... method fade_in (line 9109) | def fade_in(self, *args) -> Any: ... method fade_out (line 9110) | def fade_out(self, *args) -> Any: ... method get_child (line 9111) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 9112) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 9113) | def get_child_id(self, *args) -> Any: ... method get_class (line 9114) | def get_class(self, *args) -> Any: ... method get_click_area (line 9115) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 9116) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 9117) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 9118) | def get_content_width(self, *args) -> Any: ... method get_coords (line 9119) | def get_coords(self, *args) -> Any: ... method get_disp (line 9120) | def get_disp(self, *args) -> Any: ... method get_group (line 9121) | def get_group(self, *args) -> Any: ... method get_height (line 9122) | def get_height(self, *args) -> Any: ... method get_index (line 9123) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 9124) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 9125) | def get_parent(self, *args) -> Any: ... method get_screen (line 9126) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 9127) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 9128) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 9129) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 9130) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 9131) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 9132) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 9133) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 9134) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 9135) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 9136) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 9137) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 9138) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 9139) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 9140) | def get_self_width(self, *args) -> Any: ... method get_state (line 9141) | def get_state(self, *args) -> Any: ... method get_style_align (line 9142) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 9143) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 9144) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 9145) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 9146) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 9147) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 9148) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 9149) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 9150) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 9151) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 9152) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 9153) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 9154) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 9155) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 9156) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 9157) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 9158) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 9159) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 9160) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 9161) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 9162) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 9163) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 9164) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 9165) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 9166) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 9167) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 9168) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 9169) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 9170) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 9171) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 9172) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 9173) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 9174) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 9175) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 9176) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 9177) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 9178) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 9179) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 9180) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 9181) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 9182) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 9183) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 9184) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 9185) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 9186) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 9187) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 9188) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 9189) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 9190) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 9191) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 9192) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 9193) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 9194) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 9195) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 9196) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 9197) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 9198) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 9199) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 9200) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 9201) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 9202) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 9203) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 9204) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 9205) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 9206) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 9207) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 9208) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 9209) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 9210) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 9211) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 9212) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 9213) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 9214) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 9215) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 9216) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 9217) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 9218) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 9219) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 9220) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 9221) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 9222) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 9223) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 9224) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 9225) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 9226) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 9227) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 9228) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 9229) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 9230) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 9231) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 9232) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 9233) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 9234) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 9235) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 9236) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 9237) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 9238) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 9239) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 9240) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 9241) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 9242) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 9243) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 9244) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 9245) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 9246) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 9247) | def get_user_data(self, *args) -> Any: ... method get_width (line 9248) | def get_width(self, *args) -> Any: ... method get_x (line 9249) | def get_x(self, *args) -> Any: ... method get_x2 (line 9250) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 9251) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 9252) | def get_y(self, *args) -> Any: ... method get_y2 (line 9253) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 9254) | def get_y_aligned(self, *args) -> Any: ... method get_y_invert (line 9255) | def get_y_invert(self, *args) -> Any: ... method has_class (line 9256) | def has_class(self, *args) -> Any: ... method has_flag (line 9257) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 9258) | def has_flag_any(self, *args) -> Any: ... method has_state (line 9259) | def has_state(self, *args) -> Any: ... method hit_test (line 9260) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 9261) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 9262) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 9263) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 9264) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 9265) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 9266) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 9267) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 9268) | def is_editable(self, *args) -> Any: ... method is_group_def (line 9269) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 9270) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 9271) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 9272) | def is_valid(self, *args) -> Any: ... method is_visible (line 9273) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 9274) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 9275) | def move_background(self, *args) -> Any: ... method move_children_by (line 9276) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 9277) | def move_foreground(self, *args) -> Any: ... method move_to (line 9278) | def move_to(self, *args) -> Any: ... method move_to_index (line 9279) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 9280) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 9281) | def refr_pos(self, *args) -> Any: ... method refr_size (line 9282) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 9283) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 9284) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 9285) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 9286) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 9287) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 9288) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 9289) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 9290) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 9291) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 9292) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 9293) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 9294) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 9295) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 9296) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 9297) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 9298) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 9299) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 9300) | def set_align(self, *args) -> Any: ... method set_content_height (line 9301) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 9302) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 9303) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 9304) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 9305) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 9306) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 9307) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 9308) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 9309) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 9310) | def set_height(self, *args) -> Any: ... method set_layout (line 9311) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 9312) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 9313) | def set_parent(self, *args) -> Any: ... method set_points (line 9314) | def set_points(self, *args) -> Any: ... method set_pos (line 9315) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 9316) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 9317) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 9318) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 9319) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 9320) | def set_size(self, *args) -> Any: ... method set_style_align (line 9321) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 9322) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 9323) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 9324) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 9325) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 9326) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 9327) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 9328) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 9329) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 9330) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 9331) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 9332) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 9333) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 9334) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 9335) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 9336) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 9337) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 9338) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 9339) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 9340) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 9341) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 9342) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 9343) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 9344) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 9345) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 9346) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 9347) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 9348) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 9349) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 9350) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 9351) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 9352) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 9353) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 9354) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 9355) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 9356) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 9357) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 9358) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 9359) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 9360) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 9361) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 9362) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 9363) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 9364) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 9365) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 9366) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 9367) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 9368) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 9369) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 9370) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 9371) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 9372) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 9373) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 9374) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 9375) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 9376) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 9377) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 9378) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 9379) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 9380) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 9381) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 9382) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 9383) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 9384) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 9385) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 9386) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 9387) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 9388) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 9389) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 9390) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 9391) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 9392) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 9393) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 9394) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 9395) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 9396) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 9397) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 9398) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 9399) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 9400) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 9401) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 9402) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 9403) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 9404) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 9405) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 9406) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 9407) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 9408) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 9409) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 9410) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 9411) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 9412) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 9413) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 9414) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 9415) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 9416) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 9417) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 9418) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 9419) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 9420) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 9421) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 9422) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 9423) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 9424) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 9425) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 9426) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 9427) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 9428) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 9429) | def set_style_y(self, *args) -> Any: ... method set_tile (line 9430) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 9431) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 9432) | def set_user_data(self, *args) -> Any: ... method set_width (line 9433) | def set_width(self, *args) -> Any: ... method set_x (line 9434) | def set_x(self, *args) -> Any: ... method set_y (line 9435) | def set_y(self, *args) -> Any: ... method set_y_invert (line 9436) | def set_y_invert(self, *args) -> Any: ... method style_get_selector_part (line 9437) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 9438) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 9439) | def swap(self, *args) -> Any: ... method tree_walk (line 9440) | def tree_walk(self, *args) -> Any: ... method update_layout (line 9441) | def update_layout(self, *args) -> Any: ... method update_snap (line 9442) | def update_snap(self, *args) -> Any: ... class ll_t (line 9449) | class ll_t: ... function log (line 9451) | def log(*args) -> Any: ... function log_register_print_cb (line 9452) | def log_register_print_cb(*args) -> Any: ... function mem_alloc (line 9453) | def mem_alloc(*args) -> Any: ... function mem_buf_free_all (line 9454) | def mem_buf_free_all(*args) -> Any: ... function mem_buf_get (line 9455) | def mem_buf_get(*args) -> Any: ... function mem_buf_release (line 9456) | def mem_buf_release(*args) -> Any: ... function mem_deinit (line 9457) | def mem_deinit(*args) -> Any: ... function mem_free (line 9458) | def mem_free(*args) -> Any: ... function mem_init (line 9459) | def mem_init(*args) -> Any: ... class mem_monitor_t (line 9461) | class mem_monitor_t: method monitor (line 9462) | def monitor(self, *args) -> Any: ... function mem_realloc (line 9464) | def mem_realloc(*args) -> Any: ... function mem_test (line 9465) | def mem_test(*args) -> Any: ... function memcpy (line 9466) | def memcpy(*args) -> Any: ... function memcpy_small (line 9467) | def memcpy_small(*args) -> Any: ... function memset (line 9468) | def memset(*args) -> Any: ... function memset_00 (line 9469) | def memset_00(*args) -> Any: ... function memset_ff (line 9470) | def memset_ff(*args) -> Any: ... class meter (line 9472) | class meter: class CLASS_EDITABLE (line 9473) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 9478) | class CLASS_GROUP_DEF: class DRAW_PART (line 9483) | class DRAW_PART: class FLAG (line 9489) | class FLAG: class INDICATOR_TYPE (line 9516) | class INDICATOR_TYPE: class TREE_WALK (line 9522) | class TREE_WALK: method add_arc (line 9526) | def add_arc(self, *args) -> Any: ... method add_event_cb (line 9527) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 9528) | def add_flag(self, *args) -> Any: ... method add_needle_img (line 9529) | def add_needle_img(self, *args) -> Any: ... method add_needle_line (line 9530) | def add_needle_line(self, *args) -> Any: ... method add_scale (line 9531) | def add_scale(self, *args) -> Any: ... method add_scale_lines (line 9532) | def add_scale_lines(self, *args) -> Any: ... method add_state (line 9533) | def add_state(self, *args) -> Any: ... method add_style (line 9534) | def add_style(self, *args) -> Any: ... method align (line 9535) | def align(self, *args) -> Any: ... method align_to (line 9536) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 9537) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 9538) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 9539) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 9540) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 9541) | def center(self, *args) -> Any: ... method check_type (line 9542) | def check_type(self, *args) -> Any: ... method class_create_obj (line 9543) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 9544) | def class_init_obj(self, *args) -> Any: ... method clean (line 9545) | def clean(self, *args) -> Any: ... method clear_flag (line 9546) | def clear_flag(self, *args) -> Any: ... method clear_state (line 9547) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 9548) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 9549) | def del_async(self, *args) -> Any: ... method del_delayed (line 9550) | def del_delayed(self, *args) -> Any: ... method delete (line 9551) | def delete(self, *args) -> Any: ... method dpx (line 9552) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 9553) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 9554) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 9555) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 9556) | def event_base(self, *args) -> Any: ... method fade_in (line 9557) | def fade_in(self, *args) -> Any: ... method fade_out (line 9558) | def fade_out(self, *args) -> Any: ... method get_child (line 9559) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 9560) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 9561) | def get_child_id(self, *args) -> Any: ... method get_class (line 9562) | def get_class(self, *args) -> Any: ... method get_click_area (line 9563) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 9564) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 9565) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 9566) | def get_content_width(self, *args) -> Any: ... method get_coords (line 9567) | def get_coords(self, *args) -> Any: ... method get_disp (line 9568) | def get_disp(self, *args) -> Any: ... method get_group (line 9569) | def get_group(self, *args) -> Any: ... method get_height (line 9570) | def get_height(self, *args) -> Any: ... method get_index (line 9571) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 9572) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 9573) | def get_parent(self, *args) -> Any: ... method get_screen (line 9574) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 9575) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 9576) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 9577) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 9578) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 9579) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 9580) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 9581) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 9582) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 9583) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 9584) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 9585) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 9586) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 9587) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 9588) | def get_self_width(self, *args) -> Any: ... method get_state (line 9589) | def get_state(self, *args) -> Any: ... method get_style_align (line 9590) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 9591) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 9592) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 9593) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 9594) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 9595) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 9596) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 9597) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 9598) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 9599) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 9600) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 9601) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 9602) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 9603) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 9604) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 9605) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 9606) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 9607) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 9608) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 9609) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 9610) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 9611) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 9612) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 9613) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 9614) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 9615) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 9616) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 9617) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 9618) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 9619) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 9620) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 9621) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 9622) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 9623) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 9624) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 9625) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 9626) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 9627) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 9628) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 9629) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 9630) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 9631) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 9632) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 9633) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 9634) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 9635) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 9636) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 9637) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 9638) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 9639) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 9640) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 9641) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 9642) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 9643) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 9644) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 9645) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 9646) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 9647) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 9648) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 9649) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 9650) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 9651) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 9652) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 9653) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 9654) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 9655) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 9656) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 9657) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 9658) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 9659) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 9660) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 9661) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 9662) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 9663) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 9664) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 9665) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 9666) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 9667) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 9668) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 9669) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 9670) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 9671) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 9672) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 9673) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 9674) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 9675) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 9676) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 9677) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 9678) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 9679) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 9680) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 9681) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 9682) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 9683) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 9684) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 9685) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 9686) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 9687) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 9688) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 9689) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 9690) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 9691) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 9692) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 9693) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 9694) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 9695) | def get_user_data(self, *args) -> Any: ... method get_width (line 9696) | def get_width(self, *args) -> Any: ... method get_x (line 9697) | def get_x(self, *args) -> Any: ... method get_x2 (line 9698) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 9699) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 9700) | def get_y(self, *args) -> Any: ... method get_y2 (line 9701) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 9702) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 9703) | def has_class(self, *args) -> Any: ... method has_flag (line 9704) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 9705) | def has_flag_any(self, *args) -> Any: ... method has_state (line 9706) | def has_state(self, *args) -> Any: ... method hit_test (line 9707) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 9708) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 9709) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 9710) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 9711) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 9712) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 9713) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 9714) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 9715) | def is_editable(self, *args) -> Any: ... method is_group_def (line 9716) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 9717) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 9718) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 9719) | def is_valid(self, *args) -> Any: ... method is_visible (line 9720) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 9721) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 9722) | def move_background(self, *args) -> Any: ... method move_children_by (line 9723) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 9724) | def move_foreground(self, *args) -> Any: ... method move_to (line 9725) | def move_to(self, *args) -> Any: ... method move_to_index (line 9726) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 9727) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 9728) | def refr_pos(self, *args) -> Any: ... method refr_size (line 9729) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 9730) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 9731) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 9732) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 9733) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 9734) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 9735) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 9736) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 9737) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 9738) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 9739) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 9740) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 9741) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 9742) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 9743) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 9744) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 9745) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 9746) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 9747) | def set_align(self, *args) -> Any: ... method set_content_height (line 9748) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 9749) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 9750) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 9751) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 9752) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 9753) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 9754) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 9755) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 9756) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 9757) | def set_height(self, *args) -> Any: ... method set_indicator_end_value (line 9758) | def set_indicator_end_value(self, *args) -> Any: ... method set_indicator_start_value (line 9759) | def set_indicator_start_value(self, *args) -> Any: ... method set_indicator_value (line 9760) | def set_indicator_value(self, *args) -> Any: ... method set_layout (line 9761) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 9762) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 9763) | def set_parent(self, *args) -> Any: ... method set_pos (line 9764) | def set_pos(self, *args) -> Any: ... method set_scale_major_ticks (line 9765) | def set_scale_major_ticks(self, *args) -> Any: ... method set_scale_range (line 9766) | def set_scale_range(self, *args) -> Any: ... method set_scale_ticks (line 9767) | def set_scale_ticks(self, *args) -> Any: ... method set_scroll_dir (line 9768) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 9769) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 9770) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 9771) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 9772) | def set_size(self, *args) -> Any: ... method set_style_align (line 9773) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 9774) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 9775) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 9776) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 9777) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 9778) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 9779) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 9780) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 9781) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 9782) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 9783) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 9784) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 9785) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 9786) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 9787) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 9788) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 9789) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 9790) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 9791) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 9792) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 9793) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 9794) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 9795) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 9796) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 9797) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 9798) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 9799) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 9800) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 9801) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 9802) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 9803) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 9804) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 9805) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 9806) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 9807) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 9808) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 9809) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 9810) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 9811) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 9812) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 9813) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 9814) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 9815) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 9816) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 9817) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 9818) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 9819) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 9820) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 9821) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 9822) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 9823) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 9824) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 9825) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 9826) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 9827) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 9828) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 9829) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 9830) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 9831) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 9832) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 9833) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 9834) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 9835) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 9836) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 9837) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 9838) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 9839) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 9840) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 9841) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 9842) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 9843) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 9844) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 9845) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 9846) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 9847) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 9848) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 9849) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 9850) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 9851) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 9852) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 9853) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 9854) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 9855) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 9856) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 9857) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 9858) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 9859) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 9860) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 9861) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 9862) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 9863) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 9864) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 9865) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 9866) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 9867) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 9868) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 9869) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 9870) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 9871) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 9872) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 9873) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 9874) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 9875) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 9876) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 9877) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 9878) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 9879) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 9880) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 9881) | def set_style_y(self, *args) -> Any: ... method set_tile (line 9882) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 9883) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 9884) | def set_user_data(self, *args) -> Any: ... method set_width (line 9885) | def set_width(self, *args) -> Any: ... method set_x (line 9886) | def set_x(self, *args) -> Any: ... method set_y (line 9887) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 9888) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 9889) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 9890) | def swap(self, *args) -> Any: ... method tree_walk (line 9891) | def tree_walk(self, *args) -> Any: ... method update_layout (line 9892) | def update_layout(self, *args) -> Any: ... method update_snap (line 9893) | def update_snap(self, *args) -> Any: ... class meter_indicator_t (line 9897) | class meter_indicator_t: ... class meter_indicator_type_data_arc_t (line 9898) | class meter_indicator_type_data_arc_t: ... class meter_indicator_type_data_needle_img_t (line 9899) | class meter_indicator_type_data_needle_img_t: ... class meter_indicator_type_data_needle_line_t (line 9900) | class meter_indicator_type_data_needle_line_t: ... class meter_indicator_type_data_scale_lines_t (line 9901) | class meter_indicator_type_data_scale_lines_t: ... class meter_indicator_type_data_t (line 9902) | class meter_indicator_type_data_t: ... class meter_scale_t (line 9903) | class meter_scale_t: ... class msgbox (line 9905) | class msgbox: method close (line 9906) | def close(self, *args) -> Any: ... class CLASS_EDITABLE (line 9908) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 9913) | class CLASS_GROUP_DEF: class DRAW_PART (line 9918) | class DRAW_PART: class FLAG (line 9923) | class FLAG: class TREE_WALK (line 9950) | class TREE_WALK: method add_event_cb (line 9954) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 9955) | def add_flag(self, *args) -> Any: ... method add_state (line 9956) | def add_state(self, *args) -> Any: ... method add_style (line 9957) | def add_style(self, *args) -> Any: ... method align (line 9958) | def align(self, *args) -> Any: ... method align_to (line 9959) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 9960) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 9961) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 9962) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 9963) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 9964) | def center(self, *args) -> Any: ... method check_type (line 9965) | def check_type(self, *args) -> Any: ... method class_create_obj (line 9966) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 9967) | def class_init_obj(self, *args) -> Any: ... method clean (line 9968) | def clean(self, *args) -> Any: ... method clear_flag (line 9969) | def clear_flag(self, *args) -> Any: ... method clear_state (line 9970) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 9971) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 9972) | def del_async(self, *args) -> Any: ... method del_delayed (line 9973) | def del_delayed(self, *args) -> Any: ... method delete (line 9974) | def delete(self, *args) -> Any: ... method dpx (line 9975) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 9976) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 9977) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 9978) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 9979) | def event_base(self, *args) -> Any: ... method fade_in (line 9980) | def fade_in(self, *args) -> Any: ... method fade_out (line 9981) | def fade_out(self, *args) -> Any: ... method get_active_btn (line 9982) | def get_active_btn(self, *args) -> Any: ... method get_active_btn_text (line 9983) | def get_active_btn_text(self, *args) -> Any: ... method get_btns (line 9984) | def get_btns(self, *args) -> Any: ... method get_child (line 9985) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 9986) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 9987) | def get_child_id(self, *args) -> Any: ... method get_class (line 9988) | def get_class(self, *args) -> Any: ... method get_click_area (line 9989) | def get_click_area(self, *args) -> Any: ... method get_close_btn (line 9990) | def get_close_btn(self, *args) -> Any: ... method get_content_coords (line 9991) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 9992) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 9993) | def get_content_width(self, *args) -> Any: ... method get_coords (line 9994) | def get_coords(self, *args) -> Any: ... method get_disp (line 9995) | def get_disp(self, *args) -> Any: ... method get_group (line 9996) | def get_group(self, *args) -> Any: ... method get_height (line 9997) | def get_height(self, *args) -> Any: ... method get_index (line 9998) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 9999) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 10000) | def get_parent(self, *args) -> Any: ... method get_screen (line 10001) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 10002) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 10003) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 10004) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 10005) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 10006) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 10007) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 10008) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 10009) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 10010) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 10011) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 10012) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 10013) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 10014) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 10015) | def get_self_width(self, *args) -> Any: ... method get_state (line 10016) | def get_state(self, *args) -> Any: ... method get_style_align (line 10017) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 10018) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 10019) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 10020) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 10021) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 10022) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 10023) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 10024) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 10025) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 10026) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 10027) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 10028) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 10029) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 10030) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 10031) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 10032) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 10033) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 10034) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 10035) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 10036) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 10037) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 10038) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 10039) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 10040) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 10041) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 10042) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 10043) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 10044) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 10045) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 10046) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 10047) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 10048) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 10049) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 10050) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 10051) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 10052) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 10053) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 10054) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 10055) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 10056) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 10057) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 10058) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 10059) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 10060) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 10061) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 10062) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 10063) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 10064) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 10065) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 10066) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 10067) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 10068) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 10069) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 10070) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 10071) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 10072) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 10073) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 10074) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 10075) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 10076) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 10077) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 10078) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 10079) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 10080) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 10081) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 10082) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 10083) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 10084) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 10085) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 10086) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 10087) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 10088) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 10089) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 10090) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 10091) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 10092) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 10093) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 10094) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 10095) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 10096) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 10097) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 10098) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 10099) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 10100) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 10101) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 10102) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 10103) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 10104) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 10105) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 10106) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 10107) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 10108) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 10109) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 10110) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 10111) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 10112) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 10113) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 10114) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 10115) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 10116) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 10117) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 10118) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 10119) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 10120) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 10121) | def get_style_y(self, *args) -> Any: ... method get_text (line 10122) | def get_text(self, *args) -> Any: ... method get_title (line 10123) | def get_title(self, *args) -> Any: ... method get_user_data (line 10124) | def get_user_data(self, *args) -> Any: ... method get_width (line 10125) | def get_width(self, *args) -> Any: ... method get_x (line 10126) | def get_x(self, *args) -> Any: ... method get_x2 (line 10127) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 10128) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 10129) | def get_y(self, *args) -> Any: ... method get_y2 (line 10130) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 10131) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 10132) | def has_class(self, *args) -> Any: ... method has_flag (line 10133) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 10134) | def has_flag_any(self, *args) -> Any: ... method has_state (line 10135) | def has_state(self, *args) -> Any: ... method hit_test (line 10136) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 10137) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 10138) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 10139) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 10140) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 10141) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 10142) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 10143) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 10144) | def is_editable(self, *args) -> Any: ... method is_group_def (line 10145) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 10146) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 10147) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 10148) | def is_valid(self, *args) -> Any: ... method is_visible (line 10149) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 10150) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 10151) | def move_background(self, *args) -> Any: ... method move_children_by (line 10152) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 10153) | def move_foreground(self, *args) -> Any: ... method move_to (line 10154) | def move_to(self, *args) -> Any: ... method move_to_index (line 10155) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 10156) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 10157) | def refr_pos(self, *args) -> Any: ... method refr_size (line 10158) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 10159) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 10160) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 10161) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 10162) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 10163) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 10164) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 10165) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 10166) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 10167) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 10168) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 10169) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 10170) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 10171) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 10172) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 10173) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 10174) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 10175) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 10176) | def set_align(self, *args) -> Any: ... method set_content_height (line 10177) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 10178) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 10179) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 10180) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 10181) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 10182) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 10183) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 10184) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 10185) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 10186) | def set_height(self, *args) -> Any: ... method set_layout (line 10187) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 10188) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 10189) | def set_parent(self, *args) -> Any: ... method set_pos (line 10190) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 10191) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 10192) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 10193) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 10194) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 10195) | def set_size(self, *args) -> Any: ... method set_style_align (line 10196) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 10197) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 10198) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 10199) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 10200) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 10201) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 10202) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 10203) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 10204) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 10205) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 10206) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 10207) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 10208) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 10209) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 10210) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 10211) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 10212) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 10213) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 10214) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 10215) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 10216) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 10217) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 10218) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 10219) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 10220) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 10221) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 10222) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 10223) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 10224) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 10225) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 10226) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 10227) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 10228) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 10229) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 10230) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 10231) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 10232) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 10233) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 10234) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 10235) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 10236) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 10237) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 10238) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 10239) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 10240) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 10241) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 10242) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 10243) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 10244) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 10245) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 10246) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 10247) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 10248) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 10249) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 10250) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 10251) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 10252) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 10253) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 10254) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 10255) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 10256) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 10257) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 10258) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 10259) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 10260) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 10261) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 10262) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 10263) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 10264) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 10265) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 10266) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 10267) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 10268) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 10269) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 10270) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 10271) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 10272) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 10273) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 10274) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 10275) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 10276) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 10277) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 10278) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 10279) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 10280) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 10281) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 10282) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 10283) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 10284) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 10285) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 10286) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 10287) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 10288) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 10289) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 10290) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 10291) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 10292) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 10293) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 10294) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 10295) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 10296) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 10297) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 10298) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 10299) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 10300) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 10301) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 10302) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 10303) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 10304) | def set_style_y(self, *args) -> Any: ... method set_tile (line 10305) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 10306) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 10307) | def set_user_data(self, *args) -> Any: ... method set_width (line 10308) | def set_width(self, *args) -> Any: ... method set_x (line 10309) | def set_x(self, *args) -> Any: ... method set_y (line 10310) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 10311) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 10312) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 10313) | def swap(self, *args) -> Any: ... method tree_walk (line 10314) | def tree_walk(self, *args) -> Any: ... method update_layout (line 10315) | def update_layout(self, *args) -> Any: ... method update_snap (line 10316) | def update_snap(self, *args) -> Any: ... class obj (line 10320) | class obj: class CLASS_EDITABLE (line 10321) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 10326) | class CLASS_GROUP_DEF: class DRAW_PART (line 10331) | class DRAW_PART: class FLAG (line 10336) | class FLAG: class TREE_WALK (line 10363) | class TREE_WALK: method add_event_cb (line 10367) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 10368) | def add_flag(self, *args) -> Any: ... method add_state (line 10369) | def add_state(self, *args) -> Any: ... method add_style (line 10370) | def add_style(self, *args) -> Any: ... method align (line 10371) | def align(self, *args) -> Any: ... method align_to (line 10372) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 10373) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 10374) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 10375) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 10376) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 10377) | def center(self, *args) -> Any: ... method check_type (line 10378) | def check_type(self, *args) -> Any: ... method class_create_obj (line 10379) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 10380) | def class_init_obj(self, *args) -> Any: ... method clean (line 10381) | def clean(self, *args) -> Any: ... method clear_flag (line 10382) | def clear_flag(self, *args) -> Any: ... method clear_state (line 10383) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 10384) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 10385) | def del_async(self, *args) -> Any: ... method del_delayed (line 10386) | def del_delayed(self, *args) -> Any: ... method delete (line 10387) | def delete(self, *args) -> Any: ... method dpx (line 10388) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 10389) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 10390) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 10391) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 10392) | def event_base(self, *args) -> Any: ... method fade_in (line 10393) | def fade_in(self, *args) -> Any: ... method fade_out (line 10394) | def fade_out(self, *args) -> Any: ... method get_child (line 10395) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 10396) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 10397) | def get_child_id(self, *args) -> Any: ... method get_class (line 10398) | def get_class(self, *args) -> Any: ... method get_click_area (line 10399) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 10400) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 10401) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 10402) | def get_content_width(self, *args) -> Any: ... method get_coords (line 10403) | def get_coords(self, *args) -> Any: ... method get_disp (line 10404) | def get_disp(self, *args) -> Any: ... method get_group (line 10405) | def get_group(self, *args) -> Any: ... method get_height (line 10406) | def get_height(self, *args) -> Any: ... method get_index (line 10407) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 10408) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 10409) | def get_parent(self, *args) -> Any: ... method get_screen (line 10410) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 10411) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 10412) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 10413) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 10414) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 10415) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 10416) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 10417) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 10418) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 10419) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 10420) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 10421) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 10422) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 10423) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 10424) | def get_self_width(self, *args) -> Any: ... method get_state (line 10425) | def get_state(self, *args) -> Any: ... method get_style_align (line 10426) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 10427) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 10428) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 10429) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 10430) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 10431) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 10432) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 10433) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 10434) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 10435) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 10436) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 10437) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 10438) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 10439) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 10440) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 10441) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 10442) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 10443) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 10444) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 10445) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 10446) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 10447) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 10448) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 10449) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 10450) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 10451) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 10452) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 10453) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 10454) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 10455) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 10456) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 10457) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 10458) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 10459) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 10460) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 10461) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 10462) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 10463) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 10464) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 10465) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 10466) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 10467) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 10468) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 10469) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 10470) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 10471) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 10472) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 10473) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 10474) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 10475) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 10476) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 10477) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 10478) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 10479) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 10480) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 10481) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 10482) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 10483) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 10484) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 10485) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 10486) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 10487) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 10488) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 10489) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 10490) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 10491) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 10492) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 10493) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 10494) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 10495) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 10496) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 10497) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 10498) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 10499) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 10500) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 10501) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 10502) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 10503) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 10504) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 10505) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 10506) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 10507) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 10508) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 10509) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 10510) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 10511) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 10512) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 10513) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 10514) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 10515) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 10516) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 10517) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 10518) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 10519) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 10520) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 10521) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 10522) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 10523) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 10524) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 10525) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 10526) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 10527) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 10528) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 10529) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 10530) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 10531) | def get_user_data(self, *args) -> Any: ... method get_width (line 10532) | def get_width(self, *args) -> Any: ... method get_x (line 10533) | def get_x(self, *args) -> Any: ... method get_x2 (line 10534) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 10535) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 10536) | def get_y(self, *args) -> Any: ... method get_y2 (line 10537) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 10538) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 10539) | def has_class(self, *args) -> Any: ... method has_flag (line 10540) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 10541) | def has_flag_any(self, *args) -> Any: ... method has_state (line 10542) | def has_state(self, *args) -> Any: ... method hit_test (line 10543) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 10544) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 10545) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 10546) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 10547) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 10548) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 10549) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 10550) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 10551) | def is_editable(self, *args) -> Any: ... method is_group_def (line 10552) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 10553) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 10554) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 10555) | def is_valid(self, *args) -> Any: ... method is_visible (line 10556) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 10557) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 10558) | def move_background(self, *args) -> Any: ... method move_children_by (line 10559) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 10560) | def move_foreground(self, *args) -> Any: ... method move_to (line 10561) | def move_to(self, *args) -> Any: ... method move_to_index (line 10562) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 10563) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 10564) | def refr_pos(self, *args) -> Any: ... method refr_size (line 10565) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 10566) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 10567) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 10568) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 10569) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 10570) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 10571) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 10572) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 10573) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 10574) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 10575) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 10576) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 10577) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 10578) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 10579) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 10580) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 10581) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 10582) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 10583) | def set_align(self, *args) -> Any: ... method set_content_height (line 10584) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 10585) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 10586) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 10587) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 10588) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 10589) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 10590) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 10591) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 10592) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 10593) | def set_height(self, *args) -> Any: ... method set_layout (line 10594) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 10595) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 10596) | def set_parent(self, *args) -> Any: ... method set_pos (line 10597) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 10598) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 10599) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 10600) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 10601) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 10602) | def set_size(self, *args) -> Any: ... method set_style_align (line 10603) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 10604) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 10605) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 10606) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 10607) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 10608) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 10609) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 10610) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 10611) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 10612) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 10613) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 10614) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 10615) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 10616) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 10617) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 10618) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 10619) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 10620) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 10621) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 10622) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 10623) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 10624) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 10625) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 10626) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 10627) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 10628) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 10629) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 10630) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 10631) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 10632) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 10633) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 10634) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 10635) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 10636) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 10637) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 10638) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 10639) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 10640) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 10641) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 10642) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 10643) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 10644) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 10645) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 10646) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 10647) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 10648) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 10649) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 10650) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 10651) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 10652) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 10653) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 10654) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 10655) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 10656) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 10657) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 10658) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 10659) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 10660) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 10661) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 10662) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 10663) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 10664) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 10665) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 10666) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 10667) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 10668) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 10669) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 10670) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 10671) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 10672) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 10673) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 10674) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 10675) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 10676) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 10677) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 10678) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 10679) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 10680) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 10681) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 10682) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 10683) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 10684) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 10685) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 10686) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 10687) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 10688) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 10689) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 10690) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 10691) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 10692) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 10693) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 10694) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 10695) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 10696) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 10697) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 10698) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 10699) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 10700) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 10701) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 10702) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 10703) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 10704) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 10705) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 10706) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 10707) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 10708) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 10709) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 10710) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 10711) | def set_style_y(self, *args) -> Any: ... method set_tile (line 10712) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 10713) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 10714) | def set_user_data(self, *args) -> Any: ... method set_width (line 10715) | def set_width(self, *args) -> Any: ... method set_x (line 10716) | def set_x(self, *args) -> Any: ... method set_y (line 10717) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 10718) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 10719) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 10720) | def swap(self, *args) -> Any: ... method tree_walk (line 10721) | def tree_walk(self, *args) -> Any: ... method update_layout (line 10722) | def update_layout(self, *args) -> Any: ... method update_snap (line 10723) | def update_snap(self, *args) -> Any: ... class obj_class_t (line 10727) | class obj_class_t: method create_obj (line 10728) | def create_obj(self, *args) -> Any: ... method event_base (line 10729) | def event_base(self, *args) -> Any: ... class obj_draw_part_dsc_t (line 10731) | class obj_draw_part_dsc_t: method check_type (line 10732) | def check_type(self, *args) -> Any: ... method dsc_init (line 10733) | def dsc_init(self, *args) -> Any: ... function palette_darken (line 10735) | def palette_darken(*args) -> Any: ... function palette_lighten (line 10736) | def palette_lighten(*args) -> Any: ... function palette_main (line 10737) | def palette_main(*args) -> Any: ... function pct (line 10738) | def pct(*args) -> Any: ... class point_t (line 10740) | class point_t: ... function rand (line 10742) | def rand(*args) -> Any: ... function refr_now (line 10743) | def refr_now(*args) -> Any: ... class roller (line 10745) | class roller: class CLASS_EDITABLE (line 10746) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 10751) | class CLASS_GROUP_DEF: class DRAW_PART (line 10756) | class DRAW_PART: class FLAG (line 10761) | class FLAG: class MODE (line 10788) | class MODE: class TREE_WALK (line 10792) | class TREE_WALK: method add_event_cb (line 10796) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 10797) | def add_flag(self, *args) -> Any: ... method add_state (line 10798) | def add_state(self, *args) -> Any: ... method add_style (line 10799) | def add_style(self, *args) -> Any: ... method align (line 10800) | def align(self, *args) -> Any: ... method align_to (line 10801) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 10802) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 10803) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 10804) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 10805) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 10806) | def center(self, *args) -> Any: ... method check_type (line 10807) | def check_type(self, *args) -> Any: ... method class_create_obj (line 10808) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 10809) | def class_init_obj(self, *args) -> Any: ... method clean (line 10810) | def clean(self, *args) -> Any: ... method clear_flag (line 10811) | def clear_flag(self, *args) -> Any: ... method clear_state (line 10812) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 10813) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 10814) | def del_async(self, *args) -> Any: ... method del_delayed (line 10815) | def del_delayed(self, *args) -> Any: ... method delete (line 10816) | def delete(self, *args) -> Any: ... method dpx (line 10817) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 10818) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 10819) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 10820) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 10821) | def event_base(self, *args) -> Any: ... method fade_in (line 10822) | def fade_in(self, *args) -> Any: ... method fade_out (line 10823) | def fade_out(self, *args) -> Any: ... method get_child (line 10824) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 10825) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 10826) | def get_child_id(self, *args) -> Any: ... method get_class (line 10827) | def get_class(self, *args) -> Any: ... method get_click_area (line 10828) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 10829) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 10830) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 10831) | def get_content_width(self, *args) -> Any: ... method get_coords (line 10832) | def get_coords(self, *args) -> Any: ... method get_disp (line 10833) | def get_disp(self, *args) -> Any: ... method get_group (line 10834) | def get_group(self, *args) -> Any: ... method get_height (line 10835) | def get_height(self, *args) -> Any: ... method get_index (line 10836) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 10837) | def get_local_style_prop(self, *args) -> Any: ... method get_option_cnt (line 10838) | def get_option_cnt(self, *args) -> Any: ... method get_options (line 10839) | def get_options(self, *args) -> Any: ... method get_parent (line 10840) | def get_parent(self, *args) -> Any: ... method get_screen (line 10841) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 10842) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 10843) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 10844) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 10845) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 10846) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 10847) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 10848) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 10849) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 10850) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 10851) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 10852) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 10853) | def get_scrollbar_mode(self, *args) -> Any: ... method get_selected (line 10854) | def get_selected(self, *args) -> Any: ... method get_selected_str (line 10855) | def get_selected_str(self, *args) -> Any: ... method get_self_height (line 10856) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 10857) | def get_self_width(self, *args) -> Any: ... method get_state (line 10858) | def get_state(self, *args) -> Any: ... method get_style_align (line 10859) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 10860) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 10861) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 10862) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 10863) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 10864) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 10865) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 10866) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 10867) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 10868) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 10869) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 10870) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 10871) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 10872) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 10873) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 10874) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 10875) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 10876) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 10877) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 10878) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 10879) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 10880) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 10881) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 10882) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 10883) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 10884) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 10885) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 10886) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 10887) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 10888) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 10889) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 10890) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 10891) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 10892) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 10893) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 10894) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 10895) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 10896) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 10897) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 10898) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 10899) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 10900) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 10901) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 10902) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 10903) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 10904) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 10905) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 10906) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 10907) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 10908) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 10909) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 10910) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 10911) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 10912) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 10913) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 10914) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 10915) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 10916) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 10917) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 10918) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 10919) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 10920) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 10921) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 10922) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 10923) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 10924) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 10925) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 10926) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 10927) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 10928) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 10929) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 10930) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 10931) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 10932) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 10933) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 10934) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 10935) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 10936) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 10937) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 10938) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 10939) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 10940) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 10941) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 10942) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 10943) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 10944) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 10945) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 10946) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 10947) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 10948) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 10949) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 10950) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 10951) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 10952) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 10953) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 10954) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 10955) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 10956) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 10957) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 10958) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 10959) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 10960) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 10961) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 10962) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 10963) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 10964) | def get_user_data(self, *args) -> Any: ... method get_width (line 10965) | def get_width(self, *args) -> Any: ... method get_x (line 10966) | def get_x(self, *args) -> Any: ... method get_x2 (line 10967) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 10968) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 10969) | def get_y(self, *args) -> Any: ... method get_y2 (line 10970) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 10971) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 10972) | def has_class(self, *args) -> Any: ... method has_flag (line 10973) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 10974) | def has_flag_any(self, *args) -> Any: ... method has_state (line 10975) | def has_state(self, *args) -> Any: ... method hit_test (line 10976) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 10977) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 10978) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 10979) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 10980) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 10981) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 10982) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 10983) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 10984) | def is_editable(self, *args) -> Any: ... method is_group_def (line 10985) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 10986) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 10987) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 10988) | def is_valid(self, *args) -> Any: ... method is_visible (line 10989) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 10990) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 10991) | def move_background(self, *args) -> Any: ... method move_children_by (line 10992) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 10993) | def move_foreground(self, *args) -> Any: ... method move_to (line 10994) | def move_to(self, *args) -> Any: ... method move_to_index (line 10995) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 10996) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 10997) | def refr_pos(self, *args) -> Any: ... method refr_size (line 10998) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 10999) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 11000) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 11001) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 11002) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 11003) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 11004) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 11005) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 11006) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 11007) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 11008) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 11009) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 11010) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 11011) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 11012) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 11013) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 11014) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 11015) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 11016) | def set_align(self, *args) -> Any: ... method set_content_height (line 11017) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 11018) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 11019) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 11020) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 11021) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 11022) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 11023) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 11024) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 11025) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 11026) | def set_height(self, *args) -> Any: ... method set_layout (line 11027) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 11028) | def set_local_style_prop(self, *args) -> Any: ... method set_options (line 11029) | def set_options(self, *args) -> Any: ... method set_parent (line 11030) | def set_parent(self, *args) -> Any: ... method set_pos (line 11031) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 11032) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 11033) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 11034) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 11035) | def set_scrollbar_mode(self, *args) -> Any: ... method set_selected (line 11036) | def set_selected(self, *args) -> Any: ... method set_size (line 11037) | def set_size(self, *args) -> Any: ... method set_style_align (line 11038) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 11039) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 11040) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 11041) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 11042) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 11043) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 11044) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 11045) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 11046) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 11047) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 11048) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 11049) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 11050) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 11051) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 11052) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 11053) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 11054) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 11055) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 11056) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 11057) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 11058) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 11059) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 11060) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 11061) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 11062) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 11063) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 11064) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 11065) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 11066) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 11067) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 11068) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 11069) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 11070) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 11071) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 11072) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 11073) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 11074) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 11075) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 11076) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 11077) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 11078) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 11079) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 11080) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 11081) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 11082) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 11083) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 11084) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 11085) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 11086) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 11087) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 11088) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 11089) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 11090) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 11091) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 11092) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 11093) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 11094) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 11095) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 11096) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 11097) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 11098) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 11099) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 11100) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 11101) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 11102) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 11103) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 11104) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 11105) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 11106) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 11107) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 11108) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 11109) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 11110) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 11111) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 11112) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 11113) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 11114) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 11115) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 11116) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 11117) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 11118) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 11119) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 11120) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 11121) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 11122) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 11123) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 11124) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 11125) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 11126) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 11127) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 11128) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 11129) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 11130) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 11131) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 11132) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 11133) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 11134) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 11135) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 11136) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 11137) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 11138) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 11139) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 11140) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 11141) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 11142) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 11143) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 11144) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 11145) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 11146) | def set_style_y(self, *args) -> Any: ... method set_tile (line 11147) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 11148) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 11149) | def set_user_data(self, *args) -> Any: ... method set_visible_row_count (line 11150) | def set_visible_row_count(self, *args) -> Any: ... method set_width (line 11151) | def set_width(self, *args) -> Any: ... method set_x (line 11152) | def set_x(self, *args) -> Any: ... method set_y (line 11153) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 11154) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 11155) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 11156) | def swap(self, *args) -> Any: ... method tree_walk (line 11157) | def tree_walk(self, *args) -> Any: ... method update_layout (line 11158) | def update_layout(self, *args) -> Any: ... method update_snap (line 11159) | def update_snap(self, *args) -> Any: ... function scr_act (line 11163) | def scr_act(*args) -> Any: ... function scr_load (line 11164) | def scr_load(*args) -> Any: ... function scr_load_anim (line 11165) | def scr_load_anim(*args) -> Any: ... class slider (line 11167) | class slider: class CLASS_EDITABLE (line 11168) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 11173) | class CLASS_GROUP_DEF: class DRAW_PART (line 11178) | class DRAW_PART: class FLAG (line 11182) | class FLAG: class MODE (line 11209) | class MODE: class TREE_WALK (line 11214) | class TREE_WALK: method add_event_cb (line 11218) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 11219) | def add_flag(self, *args) -> Any: ... method add_state (line 11220) | def add_state(self, *args) -> Any: ... method add_style (line 11221) | def add_style(self, *args) -> Any: ... method align (line 11222) | def align(self, *args) -> Any: ... method align_to (line 11223) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 11224) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 11225) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 11226) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 11227) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 11228) | def center(self, *args) -> Any: ... method check_type (line 11229) | def check_type(self, *args) -> Any: ... method class_create_obj (line 11230) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 11231) | def class_init_obj(self, *args) -> Any: ... method clean (line 11232) | def clean(self, *args) -> Any: ... method clear_flag (line 11233) | def clear_flag(self, *args) -> Any: ... method clear_state (line 11234) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 11235) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 11236) | def del_async(self, *args) -> Any: ... method del_delayed (line 11237) | def del_delayed(self, *args) -> Any: ... method delete (line 11238) | def delete(self, *args) -> Any: ... method dpx (line 11239) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 11240) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 11241) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 11242) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 11243) | def event_base(self, *args) -> Any: ... method fade_in (line 11244) | def fade_in(self, *args) -> Any: ... method fade_out (line 11245) | def fade_out(self, *args) -> Any: ... method get_child (line 11246) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 11247) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 11248) | def get_child_id(self, *args) -> Any: ... method get_class (line 11249) | def get_class(self, *args) -> Any: ... method get_click_area (line 11250) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 11251) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 11252) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 11253) | def get_content_width(self, *args) -> Any: ... method get_coords (line 11254) | def get_coords(self, *args) -> Any: ... method get_disp (line 11255) | def get_disp(self, *args) -> Any: ... method get_group (line 11256) | def get_group(self, *args) -> Any: ... method get_height (line 11257) | def get_height(self, *args) -> Any: ... method get_index (line 11258) | def get_index(self, *args) -> Any: ... method get_left_value (line 11259) | def get_left_value(self, *args) -> Any: ... method get_local_style_prop (line 11260) | def get_local_style_prop(self, *args) -> Any: ... method get_max_value (line 11261) | def get_max_value(self, *args) -> Any: ... method get_min_value (line 11262) | def get_min_value(self, *args) -> Any: ... method get_mode (line 11263) | def get_mode(self, *args) -> Any: ... method get_parent (line 11264) | def get_parent(self, *args) -> Any: ... method get_screen (line 11265) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 11266) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 11267) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 11268) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 11269) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 11270) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 11271) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 11272) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 11273) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 11274) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 11275) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 11276) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 11277) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 11278) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 11279) | def get_self_width(self, *args) -> Any: ... method get_state (line 11280) | def get_state(self, *args) -> Any: ... method get_style_align (line 11281) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 11282) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 11283) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 11284) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 11285) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 11286) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 11287) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 11288) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 11289) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 11290) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 11291) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 11292) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 11293) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 11294) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 11295) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 11296) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 11297) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 11298) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 11299) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 11300) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 11301) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 11302) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 11303) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 11304) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 11305) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 11306) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 11307) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 11308) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 11309) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 11310) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 11311) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 11312) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 11313) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 11314) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 11315) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 11316) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 11317) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 11318) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 11319) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 11320) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 11321) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 11322) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 11323) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 11324) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 11325) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 11326) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 11327) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 11328) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 11329) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 11330) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 11331) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 11332) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 11333) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 11334) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 11335) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 11336) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 11337) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 11338) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 11339) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 11340) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 11341) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 11342) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 11343) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 11344) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 11345) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 11346) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 11347) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 11348) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 11349) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 11350) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 11351) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 11352) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 11353) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 11354) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 11355) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 11356) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 11357) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 11358) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 11359) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 11360) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 11361) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 11362) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 11363) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 11364) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 11365) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 11366) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 11367) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 11368) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 11369) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 11370) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 11371) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 11372) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 11373) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 11374) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 11375) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 11376) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 11377) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 11378) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 11379) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 11380) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 11381) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 11382) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 11383) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 11384) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 11385) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 11386) | def get_user_data(self, *args) -> Any: ... method get_value (line 11387) | def get_value(self, *args) -> Any: ... method get_width (line 11388) | def get_width(self, *args) -> Any: ... method get_x (line 11389) | def get_x(self, *args) -> Any: ... method get_x2 (line 11390) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 11391) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 11392) | def get_y(self, *args) -> Any: ... method get_y2 (line 11393) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 11394) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 11395) | def has_class(self, *args) -> Any: ... method has_flag (line 11396) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 11397) | def has_flag_any(self, *args) -> Any: ... method has_state (line 11398) | def has_state(self, *args) -> Any: ... method hit_test (line 11399) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 11400) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 11401) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 11402) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 11403) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 11404) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 11405) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 11406) | def invalidate_area(self, *args) -> Any: ... method is_dragged (line 11407) | def is_dragged(self, *args) -> Any: ... method is_editable (line 11408) | def is_editable(self, *args) -> Any: ... method is_group_def (line 11409) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 11410) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 11411) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 11412) | def is_valid(self, *args) -> Any: ... method is_visible (line 11413) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 11414) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 11415) | def move_background(self, *args) -> Any: ... method move_children_by (line 11416) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 11417) | def move_foreground(self, *args) -> Any: ... method move_to (line 11418) | def move_to(self, *args) -> Any: ... method move_to_index (line 11419) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 11420) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 11421) | def refr_pos(self, *args) -> Any: ... method refr_size (line 11422) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 11423) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 11424) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 11425) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 11426) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 11427) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 11428) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 11429) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 11430) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 11431) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 11432) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 11433) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 11434) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 11435) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 11436) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 11437) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 11438) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 11439) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 11440) | def set_align(self, *args) -> Any: ... method set_content_height (line 11441) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 11442) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 11443) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 11444) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 11445) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 11446) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 11447) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 11448) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 11449) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 11450) | def set_height(self, *args) -> Any: ... method set_layout (line 11451) | def set_layout(self, *args) -> Any: ... method set_left_value (line 11452) | def set_left_value(self, *args) -> Any: ... method set_local_style_prop (line 11453) | def set_local_style_prop(self, *args) -> Any: ... method set_mode (line 11454) | def set_mode(self, *args) -> Any: ... method set_parent (line 11455) | def set_parent(self, *args) -> Any: ... method set_pos (line 11456) | def set_pos(self, *args) -> Any: ... method set_range (line 11457) | def set_range(self, *args) -> Any: ... method set_scroll_dir (line 11458) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 11459) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 11460) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 11461) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 11462) | def set_size(self, *args) -> Any: ... method set_style_align (line 11463) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 11464) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 11465) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 11466) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 11467) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 11468) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 11469) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 11470) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 11471) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 11472) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 11473) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 11474) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 11475) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 11476) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 11477) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 11478) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 11479) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 11480) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 11481) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 11482) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 11483) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 11484) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 11485) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 11486) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 11487) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 11488) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 11489) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 11490) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 11491) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 11492) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 11493) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 11494) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 11495) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 11496) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 11497) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 11498) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 11499) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 11500) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 11501) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 11502) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 11503) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 11504) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 11505) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 11506) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 11507) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 11508) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 11509) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 11510) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 11511) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 11512) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 11513) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 11514) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 11515) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 11516) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 11517) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 11518) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 11519) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 11520) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 11521) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 11522) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 11523) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 11524) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 11525) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 11526) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 11527) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 11528) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 11529) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 11530) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 11531) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 11532) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 11533) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 11534) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 11535) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 11536) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 11537) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 11538) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 11539) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 11540) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 11541) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 11542) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 11543) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 11544) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 11545) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 11546) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 11547) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 11548) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 11549) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 11550) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 11551) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 11552) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 11553) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 11554) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 11555) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 11556) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 11557) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 11558) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 11559) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 11560) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 11561) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 11562) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 11563) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 11564) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 11565) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 11566) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 11567) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 11568) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 11569) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 11570) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 11571) | def set_style_y(self, *args) -> Any: ... method set_tile (line 11572) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 11573) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 11574) | def set_user_data(self, *args) -> Any: ... method set_value (line 11575) | def set_value(self, *args) -> Any: ... method set_width (line 11576) | def set_width(self, *args) -> Any: ... method set_x (line 11577) | def set_x(self, *args) -> Any: ... method set_y (line 11578) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 11579) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 11580) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 11581) | def swap(self, *args) -> Any: ... method tree_walk (line 11582) | def tree_walk(self, *args) -> Any: ... method update_layout (line 11583) | def update_layout(self, *args) -> Any: ... method update_snap (line 11584) | def update_snap(self, *args) -> Any: ... function snapshot_buf_size_needed (line 11588) | def snapshot_buf_size_needed(*args) -> Any: ... function snapshot_free (line 11589) | def snapshot_free(*args) -> Any: ... function snapshot_take (line 11590) | def snapshot_take(*args) -> Any: ... function snapshot_take_to_buf (line 11591) | def snapshot_take_to_buf(*args) -> Any: ... class span_t (line 11593) | class span_t: method set_text (line 11594) | def set_text(self, *args) -> Any: ... method set_text_static (line 11595) | def set_text_static(self, *args) -> Any: ... class spangroup (line 11597) | class spangroup: class CLASS_EDITABLE (line 11598) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 11603) | class CLASS_GROUP_DEF: class DRAW_PART (line 11608) | class DRAW_PART: class FLAG (line 11613) | class FLAG: class TREE_WALK (line 11640) | class TREE_WALK: method add_event_cb (line 11644) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 11645) | def add_flag(self, *args) -> Any: ... method add_state (line 11646) | def add_state(self, *args) -> Any: ... method add_style (line 11647) | def add_style(self, *args) -> Any: ... method align (line 11648) | def align(self, *args) -> Any: ... method align_to (line 11649) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 11650) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 11651) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 11652) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 11653) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 11654) | def center(self, *args) -> Any: ... method check_type (line 11655) | def check_type(self, *args) -> Any: ... method class_create_obj (line 11656) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 11657) | def class_init_obj(self, *args) -> Any: ... method clean (line 11658) | def clean(self, *args) -> Any: ... method clear_flag (line 11659) | def clear_flag(self, *args) -> Any: ... method clear_state (line 11660) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 11661) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 11662) | def del_async(self, *args) -> Any: ... method del_delayed (line 11663) | def del_delayed(self, *args) -> Any: ... method del_span (line 11664) | def del_span(self, *args) -> Any: ... method delete (line 11665) | def delete(self, *args) -> Any: ... method dpx (line 11666) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 11667) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 11668) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 11669) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 11670) | def event_base(self, *args) -> Any: ... method fade_in (line 11671) | def fade_in(self, *args) -> Any: ... method fade_out (line 11672) | def fade_out(self, *args) -> Any: ... method get_align (line 11673) | def get_align(self, *args) -> Any: ... method get_child (line 11674) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 11675) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 11676) | def get_child_id(self, *args) -> Any: ... method get_class (line 11677) | def get_class(self, *args) -> Any: ... method get_click_area (line 11678) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 11679) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 11680) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 11681) | def get_content_width(self, *args) -> Any: ... method get_coords (line 11682) | def get_coords(self, *args) -> Any: ... method get_disp (line 11683) | def get_disp(self, *args) -> Any: ... method get_expand_height (line 11684) | def get_expand_height(self, *args) -> Any: ... method get_expand_width (line 11685) | def get_expand_width(self, *args) -> Any: ... method get_group (line 11686) | def get_group(self, *args) -> Any: ... method get_height (line 11687) | def get_height(self, *args) -> Any: ... method get_indent (line 11688) | def get_indent(self, *args) -> Any: ... method get_index (line 11689) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 11690) | def get_local_style_prop(self, *args) -> Any: ... method get_max_line_h (line 11691) | def get_max_line_h(self, *args) -> Any: ... method get_mode (line 11692) | def get_mode(self, *args) -> Any: ... method get_overflow (line 11693) | def get_overflow(self, *args) -> Any: ... method get_parent (line 11694) | def get_parent(self, *args) -> Any: ... method get_screen (line 11695) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 11696) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 11697) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 11698) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 11699) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 11700) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 11701) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 11702) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 11703) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 11704) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 11705) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 11706) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 11707) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 11708) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 11709) | def get_self_width(self, *args) -> Any: ... method get_state (line 11710) | def get_state(self, *args) -> Any: ... method get_style_align (line 11711) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 11712) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 11713) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 11714) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 11715) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 11716) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 11717) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 11718) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 11719) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 11720) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 11721) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 11722) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 11723) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 11724) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 11725) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 11726) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 11727) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 11728) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 11729) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 11730) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 11731) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 11732) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 11733) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 11734) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 11735) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 11736) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 11737) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 11738) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 11739) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 11740) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 11741) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 11742) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 11743) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 11744) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 11745) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 11746) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 11747) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 11748) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 11749) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 11750) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 11751) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 11752) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 11753) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 11754) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 11755) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 11756) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 11757) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 11758) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 11759) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 11760) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 11761) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 11762) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 11763) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 11764) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 11765) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 11766) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 11767) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 11768) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 11769) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 11770) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 11771) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 11772) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 11773) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 11774) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 11775) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 11776) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 11777) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 11778) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 11779) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 11780) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 11781) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 11782) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 11783) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 11784) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 11785) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 11786) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 11787) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 11788) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 11789) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 11790) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 11791) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 11792) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 11793) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 11794) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 11795) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 11796) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 11797) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 11798) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 11799) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 11800) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 11801) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 11802) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 11803) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 11804) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 11805) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 11806) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 11807) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 11808) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 11809) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 11810) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 11811) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 11812) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 11813) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 11814) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 11815) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 11816) | def get_user_data(self, *args) -> Any: ... method get_width (line 11817) | def get_width(self, *args) -> Any: ... method get_x (line 11818) | def get_x(self, *args) -> Any: ... method get_x2 (line 11819) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 11820) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 11821) | def get_y(self, *args) -> Any: ... method get_y2 (line 11822) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 11823) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 11824) | def has_class(self, *args) -> Any: ... method has_flag (line 11825) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 11826) | def has_flag_any(self, *args) -> Any: ... method has_state (line 11827) | def has_state(self, *args) -> Any: ... method hit_test (line 11828) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 11829) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 11830) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 11831) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 11832) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 11833) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 11834) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 11835) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 11836) | def is_editable(self, *args) -> Any: ... method is_group_def (line 11837) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 11838) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 11839) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 11840) | def is_valid(self, *args) -> Any: ... method is_visible (line 11841) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 11842) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 11843) | def move_background(self, *args) -> Any: ... method move_children_by (line 11844) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 11845) | def move_foreground(self, *args) -> Any: ... method move_to (line 11846) | def move_to(self, *args) -> Any: ... method move_to_index (line 11847) | def move_to_index(self, *args) -> Any: ... method new_span (line 11848) | def new_span(self, *args) -> Any: ... method readjust_scroll (line 11849) | def readjust_scroll(self, *args) -> Any: ... method refr_mode (line 11850) | def refr_mode(self, *args) -> Any: ... method refr_pos (line 11851) | def refr_pos(self, *args) -> Any: ... method refr_size (line 11852) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 11853) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 11854) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 11855) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 11856) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 11857) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 11858) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 11859) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 11860) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 11861) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 11862) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 11863) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 11864) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 11865) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 11866) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 11867) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 11868) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 11869) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 11870) | def set_align(self, *args) -> Any: ... method set_content_height (line 11871) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 11872) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 11873) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 11874) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 11875) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 11876) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 11877) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 11878) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 11879) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 11880) | def set_height(self, *args) -> Any: ... method set_indent (line 11881) | def set_indent(self, *args) -> Any: ... method set_layout (line 11882) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 11883) | def set_local_style_prop(self, *args) -> Any: ... method set_mode (line 11884) | def set_mode(self, *args) -> Any: ... method set_overflow (line 11885) | def set_overflow(self, *args) -> Any: ... method set_parent (line 11886) | def set_parent(self, *args) -> Any: ... method set_pos (line 11887) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 11888) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 11889) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 11890) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 11891) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 11892) | def set_size(self, *args) -> Any: ... method set_style_align (line 11893) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 11894) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 11895) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 11896) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 11897) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 11898) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 11899) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 11900) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 11901) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 11902) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 11903) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 11904) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 11905) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 11906) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 11907) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 11908) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 11909) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 11910) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 11911) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 11912) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 11913) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 11914) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 11915) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 11916) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 11917) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 11918) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 11919) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 11920) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 11921) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 11922) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 11923) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 11924) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 11925) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 11926) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 11927) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 11928) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 11929) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 11930) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 11931) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 11932) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 11933) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 11934) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 11935) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 11936) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 11937) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 11938) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 11939) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 11940) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 11941) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 11942) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 11943) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 11944) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 11945) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 11946) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 11947) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 11948) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 11949) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 11950) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 11951) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 11952) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 11953) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 11954) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 11955) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 11956) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 11957) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 11958) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 11959) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 11960) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 11961) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 11962) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 11963) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 11964) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 11965) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 11966) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 11967) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 11968) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 11969) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 11970) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 11971) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 11972) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 11973) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 11974) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 11975) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 11976) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 11977) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 11978) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 11979) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 11980) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 11981) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 11982) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 11983) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 11984) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 11985) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 11986) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 11987) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 11988) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 11989) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 11990) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 11991) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 11992) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 11993) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 11994) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 11995) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 11996) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 11997) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 11998) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 11999) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 12000) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 12001) | def set_style_y(self, *args) -> Any: ... method set_tile (line 12002) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 12003) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 12004) | def set_user_data(self, *args) -> Any: ... method set_width (line 12005) | def set_width(self, *args) -> Any: ... method set_x (line 12006) | def set_x(self, *args) -> Any: ... method set_y (line 12007) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 12008) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 12009) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 12010) | def swap(self, *args) -> Any: ... method tree_walk (line 12011) | def tree_walk(self, *args) -> Any: ... method update_layout (line 12012) | def update_layout(self, *args) -> Any: ... method update_snap (line 12013) | def update_snap(self, *args) -> Any: ... class spinbox (line 12017) | class spinbox: class CLASS_EDITABLE (line 12018) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 12023) | class CLASS_GROUP_DEF: class DRAW_PART (line 12028) | class DRAW_PART: class FLAG (line 12033) | class FLAG: class TREE_WALK (line 12060) | class TREE_WALK: method add_event_cb (line 12064) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 12065) | def add_flag(self, *args) -> Any: ... method add_state (line 12066) | def add_state(self, *args) -> Any: ... method add_style (line 12067) | def add_style(self, *args) -> Any: ... method align (line 12068) | def align(self, *args) -> Any: ... method align_to (line 12069) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 12070) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 12071) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 12072) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 12073) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 12074) | def center(self, *args) -> Any: ... method check_type (line 12075) | def check_type(self, *args) -> Any: ... method class_create_obj (line 12076) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 12077) | def class_init_obj(self, *args) -> Any: ... method clean (line 12078) | def clean(self, *args) -> Any: ... method clear_flag (line 12079) | def clear_flag(self, *args) -> Any: ... method clear_state (line 12080) | def clear_state(self, *args) -> Any: ... method decrement (line 12081) | def decrement(self, *args) -> Any: ... method del_anim_ready_cb (line 12082) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 12083) | def del_async(self, *args) -> Any: ... method del_delayed (line 12084) | def del_delayed(self, *args) -> Any: ... method delete (line 12085) | def delete(self, *args) -> Any: ... method dpx (line 12086) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 12087) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 12088) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 12089) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 12090) | def event_base(self, *args) -> Any: ... method fade_in (line 12091) | def fade_in(self, *args) -> Any: ... method fade_out (line 12092) | def fade_out(self, *args) -> Any: ... method get_child (line 12093) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 12094) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 12095) | def get_child_id(self, *args) -> Any: ... method get_class (line 12096) | def get_class(self, *args) -> Any: ... method get_click_area (line 12097) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 12098) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 12099) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 12100) | def get_content_width(self, *args) -> Any: ... method get_coords (line 12101) | def get_coords(self, *args) -> Any: ... method get_disp (line 12102) | def get_disp(self, *args) -> Any: ... method get_group (line 12103) | def get_group(self, *args) -> Any: ... method get_height (line 12104) | def get_height(self, *args) -> Any: ... method get_index (line 12105) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 12106) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 12107) | def get_parent(self, *args) -> Any: ... method get_rollover (line 12108) | def get_rollover(self, *args) -> Any: ... method get_screen (line 12109) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 12110) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 12111) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 12112) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 12113) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 12114) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 12115) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 12116) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 12117) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 12118) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 12119) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 12120) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 12121) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 12122) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 12123) | def get_self_width(self, *args) -> Any: ... method get_state (line 12124) | def get_state(self, *args) -> Any: ... method get_step (line 12125) | def get_step(self, *args) -> Any: ... method get_style_align (line 12126) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 12127) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 12128) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 12129) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 12130) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 12131) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 12132) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 12133) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 12134) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 12135) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 12136) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 12137) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 12138) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 12139) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 12140) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 12141) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 12142) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 12143) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 12144) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 12145) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 12146) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 12147) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 12148) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 12149) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 12150) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 12151) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 12152) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 12153) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 12154) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 12155) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 12156) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 12157) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 12158) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 12159) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 12160) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 12161) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 12162) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 12163) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 12164) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 12165) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 12166) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 12167) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 12168) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 12169) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 12170) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 12171) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 12172) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 12173) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 12174) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 12175) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 12176) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 12177) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 12178) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 12179) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 12180) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 12181) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 12182) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 12183) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 12184) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 12185) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 12186) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 12187) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 12188) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 12189) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 12190) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 12191) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 12192) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 12193) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 12194) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 12195) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 12196) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 12197) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 12198) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 12199) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 12200) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 12201) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 12202) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 12203) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 12204) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 12205) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 12206) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 12207) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 12208) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 12209) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 12210) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 12211) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 12212) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 12213) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 12214) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 12215) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 12216) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 12217) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 12218) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 12219) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 12220) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 12221) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 12222) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 12223) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 12224) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 12225) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 12226) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 12227) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 12228) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 12229) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 12230) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 12231) | def get_user_data(self, *args) -> Any: ... method get_value (line 12232) | def get_value(self, *args) -> Any: ... method get_width (line 12233) | def get_width(self, *args) -> Any: ... method get_x (line 12234) | def get_x(self, *args) -> Any: ... method get_x2 (line 12235) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 12236) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 12237) | def get_y(self, *args) -> Any: ... method get_y2 (line 12238) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 12239) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 12240) | def has_class(self, *args) -> Any: ... method has_flag (line 12241) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 12242) | def has_flag_any(self, *args) -> Any: ... method has_state (line 12243) | def has_state(self, *args) -> Any: ... method hit_test (line 12244) | def hit_test(self, *args) -> Any: ... method increment (line 12245) | def increment(self, *args) -> Any: ... method init_draw_arc_dsc (line 12246) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 12247) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 12248) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 12249) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 12250) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 12251) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 12252) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 12253) | def is_editable(self, *args) -> Any: ... method is_group_def (line 12254) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 12255) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 12256) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 12257) | def is_valid(self, *args) -> Any: ... method is_visible (line 12258) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 12259) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 12260) | def move_background(self, *args) -> Any: ... method move_children_by (line 12261) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 12262) | def move_foreground(self, *args) -> Any: ... method move_to (line 12263) | def move_to(self, *args) -> Any: ... method move_to_index (line 12264) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 12265) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 12266) | def refr_pos(self, *args) -> Any: ... method refr_size (line 12267) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 12268) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 12269) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 12270) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 12271) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 12272) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 12273) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 12274) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 12275) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 12276) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 12277) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 12278) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 12279) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 12280) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 12281) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 12282) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 12283) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 12284) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 12285) | def set_align(self, *args) -> Any: ... method set_content_height (line 12286) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 12287) | def set_content_width(self, *args) -> Any: ... method set_digit_format (line 12288) | def set_digit_format(self, *args) -> Any: ... method set_ext_click_area (line 12289) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 12290) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 12291) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 12292) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 12293) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 12294) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 12295) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 12296) | def set_height(self, *args) -> Any: ... method set_layout (line 12297) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 12298) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 12299) | def set_parent(self, *args) -> Any: ... method set_pos (line 12300) | def set_pos(self, *args) -> Any: ... method set_range (line 12301) | def set_range(self, *args) -> Any: ... method set_rollover (line 12302) | def set_rollover(self, *args) -> Any: ... method set_scroll_dir (line 12303) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 12304) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 12305) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 12306) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 12307) | def set_size(self, *args) -> Any: ... method set_step (line 12308) | def set_step(self, *args) -> Any: ... method set_style_align (line 12309) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 12310) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 12311) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 12312) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 12313) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 12314) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 12315) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 12316) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 12317) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 12318) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 12319) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 12320) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 12321) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 12322) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 12323) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 12324) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 12325) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 12326) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 12327) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 12328) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 12329) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 12330) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 12331) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 12332) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 12333) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 12334) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 12335) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 12336) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 12337) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 12338) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 12339) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 12340) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 12341) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 12342) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 12343) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 12344) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 12345) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 12346) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 12347) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 12348) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 12349) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 12350) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 12351) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 12352) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 12353) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 12354) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 12355) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 12356) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 12357) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 12358) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 12359) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 12360) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 12361) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 12362) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 12363) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 12364) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 12365) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 12366) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 12367) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 12368) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 12369) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 12370) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 12371) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 12372) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 12373) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 12374) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 12375) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 12376) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 12377) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 12378) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 12379) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 12380) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 12381) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 12382) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 12383) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 12384) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 12385) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 12386) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 12387) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 12388) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 12389) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 12390) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 12391) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 12392) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 12393) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 12394) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 12395) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 12396) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 12397) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 12398) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 12399) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 12400) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 12401) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 12402) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 12403) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 12404) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 12405) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 12406) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 12407) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 12408) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 12409) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 12410) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 12411) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 12412) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 12413) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 12414) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 12415) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 12416) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 12417) | def set_style_y(self, *args) -> Any: ... method set_tile (line 12418) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 12419) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 12420) | def set_user_data(self, *args) -> Any: ... method set_value (line 12421) | def set_value(self, *args) -> Any: ... method set_width (line 12422) | def set_width(self, *args) -> Any: ... method set_x (line 12423) | def set_x(self, *args) -> Any: ... method set_y (line 12424) | def set_y(self, *args) -> Any: ... method step_next (line 12425) | def step_next(self, *args) -> Any: ... method step_prev (line 12426) | def step_prev(self, *args) -> Any: ... method style_get_selector_part (line 12427) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 12428) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 12429) | def swap(self, *args) -> Any: ... method tree_walk (line 12430) | def tree_walk(self, *args) -> Any: ... method update_layout (line 12431) | def update_layout(self, *args) -> Any: ... method update_snap (line 12432) | def update_snap(self, *args) -> Any: ... class spinner (line 12436) | class spinner: class CLASS_EDITABLE (line 12437) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 12442) | class CLASS_GROUP_DEF: class DRAW_PART (line 12447) | class DRAW_PART: class FLAG (line 12452) | class FLAG: class TREE_WALK (line 12479) | class TREE_WALK: method add_event_cb (line 12483) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 12484) | def add_flag(self, *args) -> Any: ... method add_state (line 12485) | def add_state(self, *args) -> Any: ... method add_style (line 12486) | def add_style(self, *args) -> Any: ... method align (line 12487) | def align(self, *args) -> Any: ... method align_to (line 12488) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 12489) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 12490) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 12491) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 12492) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 12493) | def center(self, *args) -> Any: ... method check_type (line 12494) | def check_type(self, *args) -> Any: ... method class_create_obj (line 12495) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 12496) | def class_init_obj(self, *args) -> Any: ... method clean (line 12497) | def clean(self, *args) -> Any: ... method clear_flag (line 12498) | def clear_flag(self, *args) -> Any: ... method clear_state (line 12499) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 12500) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 12501) | def del_async(self, *args) -> Any: ... method del_delayed (line 12502) | def del_delayed(self, *args) -> Any: ... method delete (line 12503) | def delete(self, *args) -> Any: ... method dpx (line 12504) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 12505) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 12506) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 12507) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 12508) | def event_base(self, *args) -> Any: ... method fade_in (line 12509) | def fade_in(self, *args) -> Any: ... method fade_out (line 12510) | def fade_out(self, *args) -> Any: ... method get_child (line 12511) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 12512) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 12513) | def get_child_id(self, *args) -> Any: ... method get_class (line 12514) | def get_class(self, *args) -> Any: ... method get_click_area (line 12515) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 12516) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 12517) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 12518) | def get_content_width(self, *args) -> Any: ... method get_coords (line 12519) | def get_coords(self, *args) -> Any: ... method get_disp (line 12520) | def get_disp(self, *args) -> Any: ... method get_group (line 12521) | def get_group(self, *args) -> Any: ... method get_height (line 12522) | def get_height(self, *args) -> Any: ... method get_index (line 12523) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 12524) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 12525) | def get_parent(self, *args) -> Any: ... method get_screen (line 12526) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 12527) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 12528) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 12529) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 12530) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 12531) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 12532) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 12533) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 12534) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 12535) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 12536) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 12537) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 12538) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 12539) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 12540) | def get_self_width(self, *args) -> Any: ... method get_state (line 12541) | def get_state(self, *args) -> Any: ... method get_style_align (line 12542) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 12543) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 12544) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 12545) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 12546) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 12547) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 12548) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 12549) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 12550) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 12551) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 12552) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 12553) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 12554) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 12555) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 12556) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 12557) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 12558) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 12559) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 12560) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 12561) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 12562) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 12563) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 12564) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 12565) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 12566) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 12567) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 12568) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 12569) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 12570) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 12571) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 12572) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 12573) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 12574) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 12575) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 12576) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 12577) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 12578) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 12579) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 12580) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 12581) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 12582) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 12583) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 12584) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 12585) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 12586) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 12587) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 12588) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 12589) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 12590) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 12591) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 12592) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 12593) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 12594) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 12595) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 12596) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 12597) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 12598) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 12599) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 12600) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 12601) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 12602) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 12603) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 12604) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 12605) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 12606) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 12607) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 12608) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 12609) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 12610) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 12611) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 12612) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 12613) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 12614) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 12615) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 12616) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 12617) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 12618) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 12619) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 12620) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 12621) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 12622) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 12623) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 12624) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 12625) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 12626) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 12627) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 12628) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 12629) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 12630) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 12631) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 12632) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 12633) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 12634) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 12635) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 12636) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 12637) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 12638) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 12639) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 12640) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 12641) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 12642) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 12643) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 12644) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 12645) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 12646) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 12647) | def get_user_data(self, *args) -> Any: ... method get_width (line 12648) | def get_width(self, *args) -> Any: ... method get_x (line 12649) | def get_x(self, *args) -> Any: ... method get_x2 (line 12650) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 12651) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 12652) | def get_y(self, *args) -> Any: ... method get_y2 (line 12653) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 12654) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 12655) | def has_class(self, *args) -> Any: ... method has_flag (line 12656) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 12657) | def has_flag_any(self, *args) -> Any: ... method has_state (line 12658) | def has_state(self, *args) -> Any: ... method hit_test (line 12659) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 12660) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 12661) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 12662) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 12663) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 12664) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 12665) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 12666) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 12667) | def is_editable(self, *args) -> Any: ... method is_group_def (line 12668) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 12669) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 12670) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 12671) | def is_valid(self, *args) -> Any: ... method is_visible (line 12672) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 12673) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 12674) | def move_background(self, *args) -> Any: ... method move_children_by (line 12675) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 12676) | def move_foreground(self, *args) -> Any: ... method move_to (line 12677) | def move_to(self, *args) -> Any: ... method move_to_index (line 12678) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 12679) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 12680) | def refr_pos(self, *args) -> Any: ... method refr_size (line 12681) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 12682) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 12683) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 12684) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 12685) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 12686) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 12687) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 12688) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 12689) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 12690) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 12691) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 12692) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 12693) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 12694) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 12695) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 12696) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 12697) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 12698) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 12699) | def set_align(self, *args) -> Any: ... method set_content_height (line 12700) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 12701) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 12702) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 12703) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 12704) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 12705) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 12706) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 12707) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 12708) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 12709) | def set_height(self, *args) -> Any: ... method set_layout (line 12710) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 12711) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 12712) | def set_parent(self, *args) -> Any: ... method set_pos (line 12713) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 12714) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 12715) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 12716) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 12717) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 12718) | def set_size(self, *args) -> Any: ... method set_style_align (line 12719) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 12720) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 12721) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 12722) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 12723) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 12724) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 12725) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 12726) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 12727) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 12728) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 12729) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 12730) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 12731) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 12732) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 12733) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 12734) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 12735) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 12736) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 12737) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 12738) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 12739) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 12740) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 12741) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 12742) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 12743) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 12744) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 12745) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 12746) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 12747) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 12748) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 12749) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 12750) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 12751) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 12752) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 12753) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 12754) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 12755) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 12756) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 12757) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 12758) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 12759) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 12760) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 12761) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 12762) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 12763) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 12764) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 12765) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 12766) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 12767) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 12768) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 12769) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 12770) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 12771) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 12772) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 12773) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 12774) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 12775) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 12776) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 12777) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 12778) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 12779) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 12780) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 12781) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 12782) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 12783) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 12784) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 12785) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 12786) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 12787) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 12788) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 12789) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 12790) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 12791) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 12792) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 12793) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 12794) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 12795) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 12796) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 12797) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 12798) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 12799) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 12800) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 12801) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 12802) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 12803) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 12804) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 12805) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 12806) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 12807) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 12808) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 12809) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 12810) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 12811) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 12812) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 12813) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 12814) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 12815) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 12816) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 12817) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 12818) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 12819) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 12820) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 12821) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 12822) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 12823) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 12824) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 12825) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 12826) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 12827) | def set_style_y(self, *args) -> Any: ... method set_tile (line 12828) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 12829) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 12830) | def set_user_data(self, *args) -> Any: ... method set_width (line 12831) | def set_width(self, *args) -> Any: ... method set_x (line 12832) | def set_x(self, *args) -> Any: ... method set_y (line 12833) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 12834) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 12835) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 12836) | def swap(self, *args) -> Any: ... method tree_walk (line 12837) | def tree_walk(self, *args) -> Any: ... method update_layout (line 12838) | def update_layout(self, *args) -> Any: ... method update_snap (line 12839) | def update_snap(self, *args) -> Any: ... function sqrt (line 12843) | def sqrt(*args) -> Any: ... class sqrt_res_t (line 12845) | class sqrt_res_t: ... class style_const_prop_t (line 12846) | class style_const_prop_t: ... function style_prop_get_default (line 12848) | def style_prop_get_default(*args) -> Any: ... function style_register_prop (line 12849) | def style_register_prop(*args) -> Any: ... class style_t (line 12851) | class style_t: method get_prop (line 12852) | def get_prop(self, *args) -> Any: ... method get_prop_inlined (line 12853) | def get_prop_inlined(self, *args) -> Any: ... method init (line 12854) | def init(self, *args) -> Any: ... method is_empty (line 12855) | def is_empty(self, *args) -> Any: ... method remove_prop (line 12856) | def remove_prop(self, *args) -> Any: ... method reset (line 12857) | def reset(self, *args) -> Any: ... method set_align (line 12858) | def set_align(self, *args) -> Any: ... method set_anim_speed (line 12859) | def set_anim_speed(self, *args) -> Any: ... method set_anim_time (line 12860) | def set_anim_time(self, *args) -> Any: ... method set_arc_color (line 12861) | def set_arc_color(self, *args) -> Any: ... method set_arc_color_filtered (line 12862) | def set_arc_color_filtered(self, *args) -> Any: ... method set_arc_img_src (line 12863) | def set_arc_img_src(self, *args) -> Any: ... method set_arc_opa (line 12864) | def set_arc_opa(self, *args) -> Any: ... method set_arc_rounded (line 12865) | def set_arc_rounded(self, *args) -> Any: ... method set_arc_width (line 12866) | def set_arc_width(self, *args) -> Any: ... method set_base_dir (line 12867) | def set_base_dir(self, *args) -> Any: ... method set_bg_color (line 12868) | def set_bg_color(self, *args) -> Any: ... method set_bg_color_filtered (line 12869) | def set_bg_color_filtered(self, *args) -> Any: ... method set_bg_grad_color (line 12870) | def set_bg_grad_color(self, *args) -> Any: ... method set_bg_grad_color_filtered (line 12871) | def set_bg_grad_color_filtered(self, *args) -> Any: ... method set_bg_grad_dir (line 12872) | def set_bg_grad_dir(self, *args) -> Any: ... method set_bg_grad_stop (line 12873) | def set_bg_grad_stop(self, *args) -> Any: ... method set_bg_img_opa (line 12874) | def set_bg_img_opa(self, *args) -> Any: ... method set_bg_img_recolor (line 12875) | def set_bg_img_recolor(self, *args) -> Any: ... method set_bg_img_recolor_filtered (line 12876) | def set_bg_img_recolor_filtered(self, *args) -> Any: ... method set_bg_img_recolor_opa (line 12877) | def set_bg_img_recolor_opa(self, *args) -> Any: ... method set_bg_img_src (line 12878) | def set_bg_img_src(self, *args) -> Any: ... method set_bg_img_tiled (line 12879) | def set_bg_img_tiled(self, *args) -> Any: ... method set_bg_main_stop (line 12880) | def set_bg_main_stop(self, *args) -> Any: ... method set_bg_opa (line 12881) | def set_bg_opa(self, *args) -> Any: ... method set_blend_mode (line 12882) | def set_blend_mode(self, *args) -> Any: ... method set_border_color (line 12883) | def set_border_color(self, *args) -> Any: ... method set_border_color_filtered (line 12884) | def set_border_color_filtered(self, *args) -> Any: ... method set_border_opa (line 12885) | def set_border_opa(self, *args) -> Any: ... method set_border_post (line 12886) | def set_border_post(self, *args) -> Any: ... method set_border_side (line 12887) | def set_border_side(self, *args) -> Any: ... method set_border_width (line 12888) | def set_border_width(self, *args) -> Any: ... method set_clip_corner (line 12889) | def set_clip_corner(self, *args) -> Any: ... method set_color_filter_dsc (line 12890) | def set_color_filter_dsc(self, *args) -> Any: ... method set_color_filter_opa (line 12891) | def set_color_filter_opa(self, *args) -> Any: ... method set_flex_cross_place (line 12892) | def set_flex_cross_place(self, *args) -> Any: ... method set_flex_flow (line 12893) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 12894) | def set_flex_grow(self, *args) -> Any: ... method set_flex_main_place (line 12895) | def set_flex_main_place(self, *args) -> Any: ... method set_flex_track_place (line 12896) | def set_flex_track_place(self, *args) -> Any: ... method set_grid_cell_column_pos (line 12897) | def set_grid_cell_column_pos(self, *args) -> Any: ... method set_grid_cell_column_span (line 12898) | def set_grid_cell_column_span(self, *args) -> Any: ... method set_grid_cell_row_pos (line 12899) | def set_grid_cell_row_pos(self, *args) -> Any: ... method set_grid_cell_row_span (line 12900) | def set_grid_cell_row_span(self, *args) -> Any: ... method set_grid_cell_x_align (line 12901) | def set_grid_cell_x_align(self, *args) -> Any: ... method set_grid_cell_y_align (line 12902) | def set_grid_cell_y_align(self, *args) -> Any: ... method set_grid_column_align (line 12903) | def set_grid_column_align(self, *args) -> Any: ... method set_grid_column_dsc_array (line 12904) | def set_grid_column_dsc_array(self, *args) -> Any: ... method set_grid_row_align (line 12905) | def set_grid_row_align(self, *args) -> Any: ... method set_grid_row_dsc_array (line 12906) | def set_grid_row_dsc_array(self, *args) -> Any: ... method set_height (line 12907) | def set_height(self, *args) -> Any: ... method set_img_opa (line 12908) | def set_img_opa(self, *args) -> Any: ... method set_img_recolor (line 12909) | def set_img_recolor(self, *args) -> Any: ... method set_img_recolor_filtered (line 12910) | def set_img_recolor_filtered(self, *args) -> Any: ... method set_img_recolor_opa (line 12911) | def set_img_recolor_opa(self, *args) -> Any: ... method set_layout (line 12912) | def set_layout(self, *args) -> Any: ... method set_line_color (line 12913) | def set_line_color(self, *args) -> Any: ... method set_line_color_filtered (line 12914) | def set_line_color_filtered(self, *args) -> Any: ... method set_line_dash_gap (line 12915) | def set_line_dash_gap(self, *args) -> Any: ... method set_line_dash_width (line 12916) | def set_line_dash_width(self, *args) -> Any: ... method set_line_opa (line 12917) | def set_line_opa(self, *args) -> Any: ... method set_line_rounded (line 12918) | def set_line_rounded(self, *args) -> Any: ... method set_line_width (line 12919) | def set_line_width(self, *args) -> Any: ... method set_max_height (line 12920) | def set_max_height(self, *args) -> Any: ... method set_max_width (line 12921) | def set_max_width(self, *args) -> Any: ... method set_min_height (line 12922) | def set_min_height(self, *args) -> Any: ... method set_min_width (line 12923) | def set_min_width(self, *args) -> Any: ... method set_opa (line 12924) | def set_opa(self, *args) -> Any: ... method set_outline_color (line 12925) | def set_outline_color(self, *args) -> Any: ... method set_outline_color_filtered (line 12926) | def set_outline_color_filtered(self, *args) -> Any: ... method set_outline_opa (line 12927) | def set_outline_opa(self, *args) -> Any: ... method set_outline_pad (line 12928) | def set_outline_pad(self, *args) -> Any: ... method set_outline_width (line 12929) | def set_outline_width(self, *args) -> Any: ... method set_pad_all (line 12930) | def set_pad_all(self, *args) -> Any: ... method set_pad_bottom (line 12931) | def set_pad_bottom(self, *args) -> Any: ... method set_pad_column (line 12932) | def set_pad_column(self, *args) -> Any: ... method set_pad_gap (line 12933) | def set_pad_gap(self, *args) -> Any: ... method set_pad_hor (line 12934) | def set_pad_hor(self, *args) -> Any: ... method set_pad_left (line 12935) | def set_pad_left(self, *args) -> Any: ... method set_pad_right (line 12936) | def set_pad_right(self, *args) -> Any: ... method set_pad_row (line 12937) | def set_pad_row(self, *args) -> Any: ... method set_pad_top (line 12938) | def set_pad_top(self, *args) -> Any: ... method set_pad_ver (line 12939) | def set_pad_ver(self, *args) -> Any: ... method set_prop (line 12940) | def set_prop(self, *args) -> Any: ... method set_radius (line 12941) | def set_radius(self, *args) -> Any: ... method set_shadow_color (line 12942) | def set_shadow_color(self, *args) -> Any: ... method set_shadow_color_filtered (line 12943) | def set_shadow_color_filtered(self, *args) -> Any: ... method set_shadow_ofs_x (line 12944) | def set_shadow_ofs_x(self, *args) -> Any: ... method set_shadow_ofs_y (line 12945) | def set_shadow_ofs_y(self, *args) -> Any: ... method set_shadow_opa (line 12946) | def set_shadow_opa(self, *args) -> Any: ... method set_shadow_spread (line 12947) | def set_shadow_spread(self, *args) -> Any: ... method set_shadow_width (line 12948) | def set_shadow_width(self, *args) -> Any: ... method set_size (line 12949) | def set_size(self, *args) -> Any: ... method set_text_align (line 12950) | def set_text_align(self, *args) -> Any: ... method set_text_color (line 12951) | def set_text_color(self, *args) -> Any: ... method set_text_color_filtered (line 12952) | def set_text_color_filtered(self, *args) -> Any: ... method set_text_decor (line 12953) | def set_text_decor(self, *args) -> Any: ... method set_text_font (line 12954) | def set_text_font(self, *args) -> Any: ... method set_text_letter_space (line 12955) | def set_text_letter_space(self, *args) -> Any: ... method set_text_line_space (line 12956) | def set_text_line_space(self, *args) -> Any: ... method set_text_opa (line 12957) | def set_text_opa(self, *args) -> Any: ... method set_transform_angle (line 12958) | def set_transform_angle(self, *args) -> Any: ... method set_transform_height (line 12959) | def set_transform_height(self, *args) -> Any: ... method set_transform_width (line 12960) | def set_transform_width(self, *args) -> Any: ... method set_transform_zoom (line 12961) | def set_transform_zoom(self, *args) -> Any: ... method set_transition (line 12962) | def set_transition(self, *args) -> Any: ... method set_translate_x (line 12963) | def set_translate_x(self, *args) -> Any: ... method set_translate_y (line 12964) | def set_translate_y(self, *args) -> Any: ... method set_width (line 12965) | def set_width(self, *args) -> Any: ... method set_x (line 12966) | def set_x(self, *args) -> Any: ... method set_y (line 12967) | def set_y(self, *args) -> Any: ... class style_transition_dsc_t (line 12969) | class style_transition_dsc_t: method init (line 12970) | def init(self, *args) -> Any: ... class style_v_p_t (line 12972) | class style_v_p_t: ... class style_value_t (line 12973) | class style_value_t: ... class switch (line 12975) | class switch: class CLASS_EDITABLE (line 12976) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 12981) | class CLASS_GROUP_DEF: class DRAW_PART (line 12986) | class DRAW_PART: class FLAG (line 12991) | class FLAG: class TREE_WALK (line 13018) | class TREE_WALK: method add_event_cb (line 13022) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 13023) | def add_flag(self, *args) -> Any: ... method add_state (line 13024) | def add_state(self, *args) -> Any: ... method add_style (line 13025) | def add_style(self, *args) -> Any: ... method align (line 13026) | def align(self, *args) -> Any: ... method align_to (line 13027) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 13028) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 13029) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 13030) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 13031) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 13032) | def center(self, *args) -> Any: ... method check_type (line 13033) | def check_type(self, *args) -> Any: ... method class_create_obj (line 13034) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 13035) | def class_init_obj(self, *args) -> Any: ... method clean (line 13036) | def clean(self, *args) -> Any: ... method clear_flag (line 13037) | def clear_flag(self, *args) -> Any: ... method clear_state (line 13038) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 13039) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 13040) | def del_async(self, *args) -> Any: ... method del_delayed (line 13041) | def del_delayed(self, *args) -> Any: ... method delete (line 13042) | def delete(self, *args) -> Any: ... method dpx (line 13043) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 13044) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 13045) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 13046) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 13047) | def event_base(self, *args) -> Any: ... method fade_in (line 13048) | def fade_in(self, *args) -> Any: ... method fade_out (line 13049) | def fade_out(self, *args) -> Any: ... method get_child (line 13050) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 13051) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 13052) | def get_child_id(self, *args) -> Any: ... method get_class (line 13053) | def get_class(self, *args) -> Any: ... method get_click_area (line 13054) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 13055) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 13056) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 13057) | def get_content_width(self, *args) -> Any: ... method get_coords (line 13058) | def get_coords(self, *args) -> Any: ... method get_disp (line 13059) | def get_disp(self, *args) -> Any: ... method get_group (line 13060) | def get_group(self, *args) -> Any: ... method get_height (line 13061) | def get_height(self, *args) -> Any: ... method get_index (line 13062) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 13063) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 13064) | def get_parent(self, *args) -> Any: ... method get_screen (line 13065) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 13066) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 13067) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 13068) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 13069) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 13070) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 13071) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 13072) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 13073) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 13074) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 13075) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 13076) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 13077) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 13078) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 13079) | def get_self_width(self, *args) -> Any: ... method get_state (line 13080) | def get_state(self, *args) -> Any: ... method get_style_align (line 13081) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 13082) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 13083) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 13084) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 13085) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 13086) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 13087) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 13088) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 13089) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 13090) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 13091) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 13092) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 13093) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 13094) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 13095) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 13096) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 13097) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 13098) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 13099) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 13100) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 13101) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 13102) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 13103) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 13104) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 13105) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 13106) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 13107) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 13108) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 13109) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 13110) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 13111) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 13112) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 13113) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 13114) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 13115) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 13116) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 13117) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 13118) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 13119) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 13120) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 13121) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 13122) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 13123) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 13124) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 13125) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 13126) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 13127) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 13128) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 13129) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 13130) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 13131) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 13132) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 13133) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 13134) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 13135) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 13136) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 13137) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 13138) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 13139) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 13140) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 13141) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 13142) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 13143) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 13144) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 13145) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 13146) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 13147) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 13148) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 13149) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 13150) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 13151) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 13152) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 13153) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 13154) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 13155) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 13156) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 13157) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 13158) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 13159) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 13160) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 13161) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 13162) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 13163) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 13164) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 13165) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 13166) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 13167) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 13168) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 13169) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 13170) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 13171) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 13172) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 13173) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 13174) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 13175) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 13176) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 13177) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 13178) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 13179) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 13180) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 13181) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 13182) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 13183) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 13184) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 13185) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 13186) | def get_user_data(self, *args) -> Any: ... method get_width (line 13187) | def get_width(self, *args) -> Any: ... method get_x (line 13188) | def get_x(self, *args) -> Any: ... method get_x2 (line 13189) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 13190) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 13191) | def get_y(self, *args) -> Any: ... method get_y2 (line 13192) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 13193) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 13194) | def has_class(self, *args) -> Any: ... method has_flag (line 13195) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 13196) | def has_flag_any(self, *args) -> Any: ... method has_state (line 13197) | def has_state(self, *args) -> Any: ... method hit_test (line 13198) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 13199) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 13200) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 13201) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 13202) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 13203) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 13204) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 13205) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 13206) | def is_editable(self, *args) -> Any: ... method is_group_def (line 13207) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 13208) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 13209) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 13210) | def is_valid(self, *args) -> Any: ... method is_visible (line 13211) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 13212) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 13213) | def move_background(self, *args) -> Any: ... method move_children_by (line 13214) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 13215) | def move_foreground(self, *args) -> Any: ... method move_to (line 13216) | def move_to(self, *args) -> Any: ... method move_to_index (line 13217) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 13218) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 13219) | def refr_pos(self, *args) -> Any: ... method refr_size (line 13220) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 13221) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 13222) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 13223) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 13224) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 13225) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 13226) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 13227) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 13228) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 13229) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 13230) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 13231) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 13232) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 13233) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 13234) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 13235) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 13236) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 13237) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 13238) | def set_align(self, *args) -> Any: ... method set_content_height (line 13239) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 13240) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 13241) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 13242) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 13243) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 13244) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 13245) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 13246) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 13247) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 13248) | def set_height(self, *args) -> Any: ... method set_layout (line 13249) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 13250) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 13251) | def set_parent(self, *args) -> Any: ... method set_pos (line 13252) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 13253) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 13254) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 13255) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 13256) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 13257) | def set_size(self, *args) -> Any: ... method set_style_align (line 13258) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 13259) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 13260) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 13261) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 13262) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 13263) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 13264) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 13265) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 13266) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 13267) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 13268) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 13269) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 13270) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 13271) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 13272) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 13273) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 13274) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 13275) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 13276) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 13277) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 13278) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 13279) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 13280) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 13281) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 13282) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 13283) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 13284) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 13285) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 13286) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 13287) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 13288) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 13289) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 13290) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 13291) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 13292) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 13293) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 13294) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 13295) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 13296) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 13297) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 13298) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 13299) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 13300) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 13301) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 13302) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 13303) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 13304) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 13305) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 13306) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 13307) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 13308) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 13309) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 13310) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 13311) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 13312) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 13313) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 13314) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 13315) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 13316) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 13317) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 13318) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 13319) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 13320) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 13321) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 13322) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 13323) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 13324) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 13325) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 13326) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 13327) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 13328) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 13329) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 13330) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 13331) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 13332) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 13333) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 13334) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 13335) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 13336) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 13337) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 13338) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 13339) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 13340) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 13341) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 13342) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 13343) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 13344) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 13345) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 13346) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 13347) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 13348) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 13349) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 13350) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 13351) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 13352) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 13353) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 13354) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 13355) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 13356) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 13357) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 13358) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 13359) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 13360) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 13361) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 13362) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 13363) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 13364) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 13365) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 13366) | def set_style_y(self, *args) -> Any: ... method set_tile (line 13367) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 13368) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 13369) | def set_user_data(self, *args) -> Any: ... method set_width (line 13370) | def set_width(self, *args) -> Any: ... method set_x (line 13371) | def set_x(self, *args) -> Any: ... method set_y (line 13372) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 13373) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 13374) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 13375) | def swap(self, *args) -> Any: ... method tree_walk (line 13376) | def tree_walk(self, *args) -> Any: ... method update_layout (line 13377) | def update_layout(self, *args) -> Any: ... method update_snap (line 13378) | def update_snap(self, *args) -> Any: ... class table (line 13382) | class table: class CELL_CTRL (line 13383) | class CELL_CTRL: class CLASS_EDITABLE (line 13391) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 13396) | class CLASS_GROUP_DEF: class DRAW_PART (line 13401) | class DRAW_PART: class FLAG (line 13404) | class FLAG: class TREE_WALK (line 13431) | class TREE_WALK: method add_cell_ctrl (line 13435) | def add_cell_ctrl(self, *args) -> Any: ... method add_event_cb (line 13436) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 13437) | def add_flag(self, *args) -> Any: ... method add_state (line 13438) | def add_state(self, *args) -> Any: ... method add_style (line 13439) | def add_style(self, *args) -> Any: ... method align (line 13440) | def align(self, *args) -> Any: ... method align_to (line 13441) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 13442) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 13443) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 13444) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 13445) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 13446) | def center(self, *args) -> Any: ... method check_type (line 13447) | def check_type(self, *args) -> Any: ... method class_create_obj (line 13448) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 13449) | def class_init_obj(self, *args) -> Any: ... method clean (line 13450) | def clean(self, *args) -> Any: ... method clear_cell_ctrl (line 13451) | def clear_cell_ctrl(self, *args) -> Any: ... method clear_flag (line 13452) | def clear_flag(self, *args) -> Any: ... method clear_state (line 13453) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 13454) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 13455) | def del_async(self, *args) -> Any: ... method del_delayed (line 13456) | def del_delayed(self, *args) -> Any: ... method delete (line 13457) | def delete(self, *args) -> Any: ... method dpx (line 13458) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 13459) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 13460) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 13461) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 13462) | def event_base(self, *args) -> Any: ... method fade_in (line 13463) | def fade_in(self, *args) -> Any: ... method fade_out (line 13464) | def fade_out(self, *args) -> Any: ... method get_cell_value (line 13465) | def get_cell_value(self, *args) -> Any: ... method get_child (line 13466) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 13467) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 13468) | def get_child_id(self, *args) -> Any: ... method get_class (line 13469) | def get_class(self, *args) -> Any: ... method get_click_area (line 13470) | def get_click_area(self, *args) -> Any: ... method get_col_cnt (line 13471) | def get_col_cnt(self, *args) -> Any: ... method get_col_width (line 13472) | def get_col_width(self, *args) -> Any: ... method get_content_coords (line 13473) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 13474) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 13475) | def get_content_width(self, *args) -> Any: ... method get_coords (line 13476) | def get_coords(self, *args) -> Any: ... method get_disp (line 13477) | def get_disp(self, *args) -> Any: ... method get_group (line 13478) | def get_group(self, *args) -> Any: ... method get_height (line 13479) | def get_height(self, *args) -> Any: ... method get_index (line 13480) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 13481) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 13482) | def get_parent(self, *args) -> Any: ... method get_row_cnt (line 13483) | def get_row_cnt(self, *args) -> Any: ... method get_screen (line 13484) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 13485) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 13486) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 13487) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 13488) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 13489) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 13490) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 13491) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 13492) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 13493) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 13494) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 13495) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 13496) | def get_scrollbar_mode(self, *args) -> Any: ... method get_selected_cell (line 13497) | def get_selected_cell(self, *args) -> Any: ... method get_self_height (line 13498) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 13499) | def get_self_width(self, *args) -> Any: ... method get_state (line 13500) | def get_state(self, *args) -> Any: ... method get_style_align (line 13501) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 13502) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 13503) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 13504) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 13505) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 13506) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 13507) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 13508) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 13509) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 13510) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 13511) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 13512) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 13513) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 13514) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 13515) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 13516) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 13517) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 13518) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 13519) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 13520) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 13521) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 13522) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 13523) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 13524) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 13525) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 13526) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 13527) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 13528) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 13529) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 13530) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 13531) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 13532) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 13533) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 13534) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 13535) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 13536) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 13537) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 13538) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 13539) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 13540) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 13541) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 13542) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 13543) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 13544) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 13545) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 13546) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 13547) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 13548) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 13549) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 13550) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 13551) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 13552) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 13553) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 13554) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 13555) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 13556) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 13557) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 13558) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 13559) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 13560) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 13561) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 13562) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 13563) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 13564) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 13565) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 13566) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 13567) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 13568) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 13569) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 13570) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 13571) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 13572) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 13573) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 13574) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 13575) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 13576) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 13577) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 13578) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 13579) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 13580) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 13581) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 13582) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 13583) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 13584) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 13585) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 13586) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 13587) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 13588) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 13589) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 13590) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 13591) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 13592) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 13593) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 13594) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 13595) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 13596) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 13597) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 13598) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 13599) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 13600) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 13601) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 13602) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 13603) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 13604) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 13605) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 13606) | def get_user_data(self, *args) -> Any: ... method get_width (line 13607) | def get_width(self, *args) -> Any: ... method get_x (line 13608) | def get_x(self, *args) -> Any: ... method get_x2 (line 13609) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 13610) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 13611) | def get_y(self, *args) -> Any: ... method get_y2 (line 13612) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 13613) | def get_y_aligned(self, *args) -> Any: ... method has_cell_ctrl (line 13614) | def has_cell_ctrl(self, *args) -> Any: ... method has_class (line 13615) | def has_class(self, *args) -> Any: ... method has_flag (line 13616) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 13617) | def has_flag_any(self, *args) -> Any: ... method has_state (line 13618) | def has_state(self, *args) -> Any: ... method hit_test (line 13619) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 13620) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 13621) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 13622) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 13623) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 13624) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 13625) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 13626) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 13627) | def is_editable(self, *args) -> Any: ... method is_group_def (line 13628) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 13629) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 13630) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 13631) | def is_valid(self, *args) -> Any: ... method is_visible (line 13632) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 13633) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 13634) | def move_background(self, *args) -> Any: ... method move_children_by (line 13635) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 13636) | def move_foreground(self, *args) -> Any: ... method move_to (line 13637) | def move_to(self, *args) -> Any: ... method move_to_index (line 13638) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 13639) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 13640) | def refr_pos(self, *args) -> Any: ... method refr_size (line 13641) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 13642) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 13643) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 13644) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 13645) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 13646) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 13647) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 13648) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 13649) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 13650) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 13651) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 13652) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 13653) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 13654) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 13655) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 13656) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 13657) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 13658) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 13659) | def set_align(self, *args) -> Any: ... method set_cell_value (line 13660) | def set_cell_value(self, *args) -> Any: ... method set_col_cnt (line 13661) | def set_col_cnt(self, *args) -> Any: ... method set_col_width (line 13662) | def set_col_width(self, *args) -> Any: ... method set_content_height (line 13663) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 13664) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 13665) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 13666) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 13667) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 13668) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 13669) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 13670) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 13671) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 13672) | def set_height(self, *args) -> Any: ... method set_layout (line 13673) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 13674) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 13675) | def set_parent(self, *args) -> Any: ... method set_pos (line 13676) | def set_pos(self, *args) -> Any: ... method set_row_cnt (line 13677) | def set_row_cnt(self, *args) -> Any: ... method set_scroll_dir (line 13678) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 13679) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 13680) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 13681) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 13682) | def set_size(self, *args) -> Any: ... method set_style_align (line 13683) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 13684) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 13685) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 13686) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 13687) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 13688) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 13689) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 13690) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 13691) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 13692) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 13693) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 13694) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 13695) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 13696) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 13697) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 13698) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 13699) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 13700) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 13701) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 13702) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 13703) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 13704) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 13705) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 13706) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 13707) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 13708) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 13709) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 13710) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 13711) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 13712) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 13713) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 13714) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 13715) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 13716) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 13717) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 13718) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 13719) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 13720) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 13721) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 13722) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 13723) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 13724) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 13725) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 13726) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 13727) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 13728) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 13729) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 13730) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 13731) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 13732) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 13733) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 13734) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 13735) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 13736) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 13737) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 13738) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 13739) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 13740) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 13741) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 13742) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 13743) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 13744) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 13745) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 13746) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 13747) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 13748) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 13749) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 13750) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 13751) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 13752) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 13753) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 13754) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 13755) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 13756) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 13757) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 13758) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 13759) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 13760) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 13761) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 13762) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 13763) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 13764) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 13765) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 13766) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 13767) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 13768) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 13769) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 13770) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 13771) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 13772) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 13773) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 13774) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 13775) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 13776) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 13777) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 13778) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 13779) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 13780) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 13781) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 13782) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 13783) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 13784) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 13785) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 13786) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 13787) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 13788) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 13789) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 13790) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 13791) | def set_style_y(self, *args) -> Any: ... method set_tile (line 13792) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 13793) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 13794) | def set_user_data(self, *args) -> Any: ... method set_width (line 13795) | def set_width(self, *args) -> Any: ... method set_x (line 13796) | def set_x(self, *args) -> Any: ... method set_y (line 13797) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 13798) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 13799) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 13800) | def swap(self, *args) -> Any: ... method tree_walk (line 13801) | def tree_walk(self, *args) -> Any: ... method update_layout (line 13802) | def update_layout(self, *args) -> Any: ... method update_snap (line 13803) | def update_snap(self, *args) -> Any: ... class tabview (line 13807) | class tabview: class CLASS_EDITABLE (line 13808) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 13813) | class CLASS_GROUP_DEF: class DRAW_PART (line 13818) | class DRAW_PART: class FLAG (line 13823) | class FLAG: class TREE_WALK (line 13850) | class TREE_WALK: method add_event_cb (line 13854) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 13855) | def add_flag(self, *args) -> Any: ... method add_state (line 13856) | def add_state(self, *args) -> Any: ... method add_style (line 13857) | def add_style(self, *args) -> Any: ... method add_tab (line 13858) | def add_tab(self, *args) -> Any: ... method align (line 13859) | def align(self, *args) -> Any: ... method align_to (line 13860) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 13861) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 13862) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 13863) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 13864) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 13865) | def center(self, *args) -> Any: ... method check_type (line 13866) | def check_type(self, *args) -> Any: ... method class_create_obj (line 13867) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 13868) | def class_init_obj(self, *args) -> Any: ... method clean (line 13869) | def clean(self, *args) -> Any: ... method clear_flag (line 13870) | def clear_flag(self, *args) -> Any: ... method clear_state (line 13871) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 13872) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 13873) | def del_async(self, *args) -> Any: ... method del_delayed (line 13874) | def del_delayed(self, *args) -> Any: ... method delete (line 13875) | def delete(self, *args) -> Any: ... method dpx (line 13876) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 13877) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 13878) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 13879) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 13880) | def event_base(self, *args) -> Any: ... method fade_in (line 13881) | def fade_in(self, *args) -> Any: ... method fade_out (line 13882) | def fade_out(self, *args) -> Any: ... method get_child (line 13883) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 13884) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 13885) | def get_child_id(self, *args) -> Any: ... method get_class (line 13886) | def get_class(self, *args) -> Any: ... method get_click_area (line 13887) | def get_click_area(self, *args) -> Any: ... method get_content (line 13888) | def get_content(self, *args) -> Any: ... method get_content_coords (line 13889) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 13890) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 13891) | def get_content_width(self, *args) -> Any: ... method get_coords (line 13892) | def get_coords(self, *args) -> Any: ... method get_disp (line 13893) | def get_disp(self, *args) -> Any: ... method get_group (line 13894) | def get_group(self, *args) -> Any: ... method get_height (line 13895) | def get_height(self, *args) -> Any: ... method get_index (line 13896) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 13897) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 13898) | def get_parent(self, *args) -> Any: ... method get_screen (line 13899) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 13900) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 13901) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 13902) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 13903) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 13904) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 13905) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 13906) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 13907) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 13908) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 13909) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 13910) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 13911) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 13912) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 13913) | def get_self_width(self, *args) -> Any: ... method get_state (line 13914) | def get_state(self, *args) -> Any: ... method get_style_align (line 13915) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 13916) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 13917) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 13918) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 13919) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 13920) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 13921) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 13922) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 13923) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 13924) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 13925) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 13926) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 13927) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 13928) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 13929) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 13930) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 13931) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 13932) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 13933) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 13934) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 13935) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 13936) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 13937) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 13938) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 13939) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 13940) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 13941) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 13942) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 13943) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 13944) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 13945) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 13946) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 13947) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 13948) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 13949) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 13950) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 13951) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 13952) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 13953) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 13954) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 13955) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 13956) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 13957) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 13958) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 13959) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 13960) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 13961) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 13962) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 13963) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 13964) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 13965) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 13966) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 13967) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 13968) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 13969) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 13970) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 13971) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 13972) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 13973) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 13974) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 13975) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 13976) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 13977) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 13978) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 13979) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 13980) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 13981) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 13982) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 13983) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 13984) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 13985) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 13986) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 13987) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 13988) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 13989) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 13990) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 13991) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 13992) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 13993) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 13994) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 13995) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 13996) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 13997) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 13998) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 13999) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 14000) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 14001) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 14002) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 14003) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 14004) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 14005) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 14006) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 14007) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 14008) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 14009) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 14010) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 14011) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 14012) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 14013) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 14014) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 14015) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 14016) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 14017) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 14018) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 14019) | def get_style_y(self, *args) -> Any: ... method get_tab_act (line 14020) | def get_tab_act(self, *args) -> Any: ... method get_tab_btns (line 14021) | def get_tab_btns(self, *args) -> Any: ... method get_user_data (line 14022) | def get_user_data(self, *args) -> Any: ... method get_width (line 14023) | def get_width(self, *args) -> Any: ... method get_x (line 14024) | def get_x(self, *args) -> Any: ... method get_x2 (line 14025) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 14026) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 14027) | def get_y(self, *args) -> Any: ... method get_y2 (line 14028) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 14029) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 14030) | def has_class(self, *args) -> Any: ... method has_flag (line 14031) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 14032) | def has_flag_any(self, *args) -> Any: ... method has_state (line 14033) | def has_state(self, *args) -> Any: ... method hit_test (line 14034) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 14035) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 14036) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 14037) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 14038) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 14039) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 14040) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 14041) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 14042) | def is_editable(self, *args) -> Any: ... method is_group_def (line 14043) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 14044) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 14045) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 14046) | def is_valid(self, *args) -> Any: ... method is_visible (line 14047) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 14048) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 14049) | def move_background(self, *args) -> Any: ... method move_children_by (line 14050) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 14051) | def move_foreground(self, *args) -> Any: ... method move_to (line 14052) | def move_to(self, *args) -> Any: ... method move_to_index (line 14053) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 14054) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 14055) | def refr_pos(self, *args) -> Any: ... method refr_size (line 14056) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 14057) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 14058) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 14059) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 14060) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 14061) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 14062) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 14063) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 14064) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 14065) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 14066) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 14067) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 14068) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 14069) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 14070) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 14071) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 14072) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 14073) | def scrollbar_invalidate(self, *args) -> Any: ... method set_act (line 14074) | def set_act(self, *args) -> Any: ... method set_align (line 14075) | def set_align(self, *args) -> Any: ... method set_content_height (line 14076) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 14077) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 14078) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 14079) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 14080) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 14081) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 14082) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 14083) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 14084) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 14085) | def set_height(self, *args) -> Any: ... method set_layout (line 14086) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 14087) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 14088) | def set_parent(self, *args) -> Any: ... method set_pos (line 14089) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 14090) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 14091) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 14092) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 14093) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 14094) | def set_size(self, *args) -> Any: ... method set_style_align (line 14095) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 14096) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 14097) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 14098) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 14099) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 14100) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 14101) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 14102) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 14103) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 14104) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 14105) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 14106) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 14107) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 14108) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 14109) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 14110) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 14111) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 14112) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 14113) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 14114) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 14115) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 14116) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 14117) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 14118) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 14119) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 14120) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 14121) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 14122) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 14123) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 14124) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 14125) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 14126) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 14127) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 14128) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 14129) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 14130) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 14131) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 14132) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 14133) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 14134) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 14135) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 14136) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 14137) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 14138) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 14139) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 14140) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 14141) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 14142) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 14143) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 14144) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 14145) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 14146) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 14147) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 14148) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 14149) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 14150) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 14151) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 14152) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 14153) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 14154) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 14155) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 14156) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 14157) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 14158) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 14159) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 14160) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 14161) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 14162) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 14163) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 14164) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 14165) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 14166) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 14167) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 14168) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 14169) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 14170) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 14171) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 14172) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 14173) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 14174) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 14175) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 14176) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 14177) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 14178) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 14179) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 14180) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 14181) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 14182) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 14183) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 14184) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 14185) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 14186) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 14187) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 14188) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 14189) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 14190) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 14191) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 14192) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 14193) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 14194) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 14195) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 14196) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 14197) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 14198) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 14199) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 14200) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 14201) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 14202) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 14203) | def set_style_y(self, *args) -> Any: ... method set_tile (line 14204) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 14205) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 14206) | def set_user_data(self, *args) -> Any: ... method set_width (line 14207) | def set_width(self, *args) -> Any: ... method set_x (line 14208) | def set_x(self, *args) -> Any: ... method set_y (line 14209) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 14210) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 14211) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 14212) | def swap(self, *args) -> Any: ... method tree_walk (line 14213) | def tree_walk(self, *args) -> Any: ... method update_layout (line 14214) | def update_layout(self, *args) -> Any: ... method update_snap (line 14215) | def update_snap(self, *args) -> Any: ... function task_handler (line 14219) | def task_handler(*args) -> Any: ... class textarea (line 14221) | class textarea: class CLASS_EDITABLE (line 14222) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 14227) | class CLASS_GROUP_DEF: class DRAW_PART (line 14232) | class DRAW_PART: class FLAG (line 14237) | class FLAG: class TREE_WALK (line 14264) | class TREE_WALK: method add_char (line 14268) | def add_char(self, *args) -> Any: ... method add_event_cb (line 14269) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 14270) | def add_flag(self, *args) -> Any: ... method add_state (line 14271) | def add_state(self, *args) -> Any: ... method add_style (line 14272) | def add_style(self, *args) -> Any: ... method add_text (line 14273) | def add_text(self, *args) -> Any: ... method align (line 14274) | def align(self, *args) -> Any: ... method align_to (line 14275) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 14276) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 14277) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 14278) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 14279) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 14280) | def center(self, *args) -> Any: ... method check_type (line 14281) | def check_type(self, *args) -> Any: ... method class_create_obj (line 14282) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 14283) | def class_init_obj(self, *args) -> Any: ... method clean (line 14284) | def clean(self, *args) -> Any: ... method clear_flag (line 14285) | def clear_flag(self, *args) -> Any: ... method clear_selection (line 14286) | def clear_selection(self, *args) -> Any: ... method clear_state (line 14287) | def clear_state(self, *args) -> Any: ... method cursor_down (line 14288) | def cursor_down(self, *args) -> Any: ... method cursor_left (line 14289) | def cursor_left(self, *args) -> Any: ... method cursor_right (line 14290) | def cursor_right(self, *args) -> Any: ... method cursor_up (line 14291) | def cursor_up(self, *args) -> Any: ... method del_anim_ready_cb (line 14292) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 14293) | def del_async(self, *args) -> Any: ... method del_char (line 14294) | def del_char(self, *args) -> Any: ... method del_char_forward (line 14295) | def del_char_forward(self, *args) -> Any: ... method del_delayed (line 14296) | def del_delayed(self, *args) -> Any: ... method delete (line 14297) | def delete(self, *args) -> Any: ... method dpx (line 14298) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 14299) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 14300) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 14301) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 14302) | def event_base(self, *args) -> Any: ... method fade_in (line 14303) | def fade_in(self, *args) -> Any: ... method fade_out (line 14304) | def fade_out(self, *args) -> Any: ... method get_accepted_chars (line 14305) | def get_accepted_chars(self, *args) -> Any: ... method get_child (line 14306) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 14307) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 14308) | def get_child_id(self, *args) -> Any: ... method get_class (line 14309) | def get_class(self, *args) -> Any: ... method get_click_area (line 14310) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 14311) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 14312) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 14313) | def get_content_width(self, *args) -> Any: ... method get_coords (line 14314) | def get_coords(self, *args) -> Any: ... method get_cursor_click_pos (line 14315) | def get_cursor_click_pos(self, *args) -> Any: ... method get_cursor_pos (line 14316) | def get_cursor_pos(self, *args) -> Any: ... method get_disp (line 14317) | def get_disp(self, *args) -> Any: ... method get_group (line 14318) | def get_group(self, *args) -> Any: ... method get_height (line 14319) | def get_height(self, *args) -> Any: ... method get_index (line 14320) | def get_index(self, *args) -> Any: ... method get_label (line 14321) | def get_label(self, *args) -> Any: ... method get_local_style_prop (line 14322) | def get_local_style_prop(self, *args) -> Any: ... method get_max_length (line 14323) | def get_max_length(self, *args) -> Any: ... method get_one_line (line 14324) | def get_one_line(self, *args) -> Any: ... method get_parent (line 14325) | def get_parent(self, *args) -> Any: ... method get_password_mode (line 14326) | def get_password_mode(self, *args) -> Any: ... method get_password_show_time (line 14327) | def get_password_show_time(self, *args) -> Any: ... method get_placeholder_text (line 14328) | def get_placeholder_text(self, *args) -> Any: ... method get_screen (line 14329) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 14330) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 14331) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 14332) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 14333) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 14334) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 14335) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 14336) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 14337) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 14338) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 14339) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 14340) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 14341) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 14342) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 14343) | def get_self_width(self, *args) -> Any: ... method get_state (line 14344) | def get_state(self, *args) -> Any: ... method get_style_align (line 14345) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 14346) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 14347) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 14348) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 14349) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 14350) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 14351) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 14352) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 14353) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 14354) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 14355) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 14356) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 14357) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 14358) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 14359) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 14360) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 14361) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 14362) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 14363) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 14364) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 14365) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 14366) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 14367) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 14368) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 14369) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 14370) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 14371) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 14372) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 14373) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 14374) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 14375) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 14376) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 14377) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 14378) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 14379) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 14380) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 14381) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 14382) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 14383) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 14384) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 14385) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 14386) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 14387) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 14388) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 14389) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 14390) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 14391) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 14392) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 14393) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 14394) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 14395) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 14396) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 14397) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 14398) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 14399) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 14400) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 14401) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 14402) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 14403) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 14404) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 14405) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 14406) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 14407) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 14408) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 14409) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 14410) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 14411) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 14412) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 14413) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 14414) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 14415) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 14416) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 14417) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 14418) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 14419) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 14420) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 14421) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 14422) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 14423) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 14424) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 14425) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 14426) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 14427) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 14428) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 14429) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 14430) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 14431) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 14432) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 14433) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 14434) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 14435) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 14436) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 14437) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 14438) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 14439) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 14440) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 14441) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 14442) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 14443) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 14444) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 14445) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 14446) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 14447) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 14448) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 14449) | def get_style_y(self, *args) -> Any: ... method get_text (line 14450) | def get_text(self, *args) -> Any: ... method get_text_selection (line 14451) | def get_text_selection(self, *args) -> Any: ... method get_user_data (line 14452) | def get_user_data(self, *args) -> Any: ... method get_width (line 14453) | def get_width(self, *args) -> Any: ... method get_x (line 14454) | def get_x(self, *args) -> Any: ... method get_x2 (line 14455) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 14456) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 14457) | def get_y(self, *args) -> Any: ... method get_y2 (line 14458) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 14459) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 14460) | def has_class(self, *args) -> Any: ... method has_flag (line 14461) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 14462) | def has_flag_any(self, *args) -> Any: ... method has_state (line 14463) | def has_state(self, *args) -> Any: ... method hit_test (line 14464) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 14465) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 14466) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 14467) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 14468) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 14469) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 14470) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 14471) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 14472) | def is_editable(self, *args) -> Any: ... method is_group_def (line 14473) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 14474) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 14475) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 14476) | def is_valid(self, *args) -> Any: ... method is_visible (line 14477) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 14478) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 14479) | def move_background(self, *args) -> Any: ... method move_children_by (line 14480) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 14481) | def move_foreground(self, *args) -> Any: ... method move_to (line 14482) | def move_to(self, *args) -> Any: ... method move_to_index (line 14483) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 14484) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 14485) | def refr_pos(self, *args) -> Any: ... method refr_size (line 14486) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 14487) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 14488) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 14489) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 14490) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 14491) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 14492) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 14493) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 14494) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 14495) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 14496) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 14497) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 14498) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 14499) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 14500) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 14501) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 14502) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 14503) | def scrollbar_invalidate(self, *args) -> Any: ... method set_accepted_chars (line 14504) | def set_accepted_chars(self, *args) -> Any: ... method set_align (line 14505) | def set_align(self, *args) -> Any: ... method set_content_height (line 14506) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 14507) | def set_content_width(self, *args) -> Any: ... method set_cursor_click_pos (line 14508) | def set_cursor_click_pos(self, *args) -> Any: ... method set_cursor_pos (line 14509) | def set_cursor_pos(self, *args) -> Any: ... method set_ext_click_area (line 14510) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 14511) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 14512) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 14513) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 14514) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 14515) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 14516) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 14517) | def set_height(self, *args) -> Any: ... method set_insert_replace (line 14518) | def set_insert_replace(self, *args) -> Any: ... method set_layout (line 14519) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 14520) | def set_local_style_prop(self, *args) -> Any: ... method set_max_length (line 14521) | def set_max_length(self, *args) -> Any: ... method set_one_line (line 14522) | def set_one_line(self, *args) -> Any: ... method set_parent (line 14523) | def set_parent(self, *args) -> Any: ... method set_password_mode (line 14524) | def set_password_mode(self, *args) -> Any: ... method set_password_show_time (line 14525) | def set_password_show_time(self, *args) -> Any: ... method set_placeholder_text (line 14526) | def set_placeholder_text(self, *args) -> Any: ... method set_pos (line 14527) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 14528) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 14529) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 14530) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 14531) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 14532) | def set_size(self, *args) -> Any: ... method set_style_align (line 14533) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 14534) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 14535) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 14536) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 14537) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 14538) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 14539) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 14540) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 14541) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 14542) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 14543) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 14544) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 14545) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 14546) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 14547) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 14548) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 14549) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 14550) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 14551) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 14552) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 14553) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 14554) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 14555) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 14556) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 14557) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 14558) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 14559) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 14560) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 14561) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 14562) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 14563) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 14564) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 14565) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 14566) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 14567) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 14568) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 14569) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 14570) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 14571) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 14572) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 14573) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 14574) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 14575) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 14576) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 14577) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 14578) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 14579) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 14580) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 14581) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 14582) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 14583) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 14584) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 14585) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 14586) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 14587) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 14588) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 14589) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 14590) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 14591) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 14592) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 14593) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 14594) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 14595) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 14596) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 14597) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 14598) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 14599) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 14600) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 14601) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 14602) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 14603) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 14604) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 14605) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 14606) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 14607) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 14608) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 14609) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 14610) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 14611) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 14612) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 14613) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 14614) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 14615) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 14616) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 14617) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 14618) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 14619) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 14620) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 14621) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 14622) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 14623) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 14624) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 14625) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 14626) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 14627) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 14628) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 14629) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 14630) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 14631) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 14632) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 14633) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 14634) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 14635) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 14636) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 14637) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 14638) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 14639) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 14640) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 14641) | def set_style_y(self, *args) -> Any: ... method set_text (line 14642) | def set_text(self, *args) -> Any: ... method set_text_selection (line 14643) | def set_text_selection(self, *args) -> Any: ... method set_tile (line 14644) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 14645) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 14646) | def set_user_data(self, *args) -> Any: ... method set_width (line 14647) | def set_width(self, *args) -> Any: ... method set_x (line 14648) | def set_x(self, *args) -> Any: ... method set_y (line 14649) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 14650) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 14651) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 14652) | def swap(self, *args) -> Any: ... method text_is_selected (line 14653) | def text_is_selected(self, *args) -> Any: ... method tree_walk (line 14654) | def tree_walk(self, *args) -> Any: ... method update_layout (line 14655) | def update_layout(self, *args) -> Any: ... method update_snap (line 14656) | def update_snap(self, *args) -> Any: ... function theme_apply (line 14660) | def theme_apply(*args) -> Any: ... function theme_basic_init (line 14661) | def theme_basic_init(*args) -> Any: ... function theme_default_init (line 14662) | def theme_default_init(*args) -> Any: ... function theme_default_is_inited (line 14663) | def theme_default_is_inited(*args) -> Any: ... function theme_get_color_primary (line 14664) | def theme_get_color_primary(*args) -> Any: ... function theme_get_color_secondary (line 14665) | def theme_get_color_secondary(*args) -> Any: ... function theme_get_font_large (line 14666) | def theme_get_font_large(*args) -> Any: ... function theme_get_font_normal (line 14667) | def theme_get_font_normal(*args) -> Any: ... function theme_get_font_small (line 14668) | def theme_get_font_small(*args) -> Any: ... function theme_get_from_obj (line 14669) | def theme_get_from_obj(*args) -> Any: ... function theme_mono_init (line 14670) | def theme_mono_init(*args) -> Any: ... class theme_t (line 14672) | class theme_t: method set_apply_cb (line 14673) | def set_apply_cb(self, *args) -> Any: ... method set_parent (line 14674) | def set_parent(self, *args) -> Any: ... function tick_elaps (line 14676) | def tick_elaps(*args) -> Any: ... function tick_get (line 14677) | def tick_get(*args) -> Any: ... function tick_inc (line 14678) | def tick_inc(*args) -> Any: ... class tileview (line 14680) | class tileview: class CLASS_EDITABLE (line 14681) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 14686) | class CLASS_GROUP_DEF: class DRAW_PART (line 14691) | class DRAW_PART: class FLAG (line 14696) | class FLAG: class TREE_WALK (line 14723) | class TREE_WALK: method add_event_cb (line 14727) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 14728) | def add_flag(self, *args) -> Any: ... method add_state (line 14729) | def add_state(self, *args) -> Any: ... method add_style (line 14730) | def add_style(self, *args) -> Any: ... method add_tile (line 14731) | def add_tile(self, *args) -> Any: ... method align (line 14732) | def align(self, *args) -> Any: ... method align_to (line 14733) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 14734) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 14735) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 14736) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 14737) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 14738) | def center(self, *args) -> Any: ... method check_type (line 14739) | def check_type(self, *args) -> Any: ... method class_create_obj (line 14740) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 14741) | def class_init_obj(self, *args) -> Any: ... method clean (line 14742) | def clean(self, *args) -> Any: ... method clear_flag (line 14743) | def clear_flag(self, *args) -> Any: ... method clear_state (line 14744) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 14745) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 14746) | def del_async(self, *args) -> Any: ... method del_delayed (line 14747) | def del_delayed(self, *args) -> Any: ... method delete (line 14748) | def delete(self, *args) -> Any: ... method dpx (line 14749) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 14750) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 14751) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 14752) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 14753) | def event_base(self, *args) -> Any: ... method fade_in (line 14754) | def fade_in(self, *args) -> Any: ... method fade_out (line 14755) | def fade_out(self, *args) -> Any: ... method get_child (line 14756) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 14757) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 14758) | def get_child_id(self, *args) -> Any: ... method get_class (line 14759) | def get_class(self, *args) -> Any: ... method get_click_area (line 14760) | def get_click_area(self, *args) -> Any: ... method get_content_coords (line 14761) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 14762) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 14763) | def get_content_width(self, *args) -> Any: ... method get_coords (line 14764) | def get_coords(self, *args) -> Any: ... method get_disp (line 14765) | def get_disp(self, *args) -> Any: ... method get_group (line 14766) | def get_group(self, *args) -> Any: ... method get_height (line 14767) | def get_height(self, *args) -> Any: ... method get_index (line 14768) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 14769) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 14770) | def get_parent(self, *args) -> Any: ... method get_screen (line 14771) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 14772) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 14773) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 14774) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 14775) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 14776) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 14777) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 14778) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 14779) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 14780) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 14781) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 14782) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 14783) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 14784) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 14785) | def get_self_width(self, *args) -> Any: ... method get_state (line 14786) | def get_state(self, *args) -> Any: ... method get_style_align (line 14787) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 14788) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 14789) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 14790) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 14791) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 14792) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 14793) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 14794) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 14795) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 14796) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 14797) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 14798) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 14799) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 14800) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 14801) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 14802) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 14803) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 14804) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 14805) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 14806) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 14807) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 14808) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 14809) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 14810) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 14811) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 14812) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 14813) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 14814) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 14815) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 14816) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 14817) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 14818) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 14819) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 14820) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 14821) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 14822) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 14823) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 14824) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 14825) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 14826) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 14827) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 14828) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 14829) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 14830) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 14831) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 14832) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 14833) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 14834) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 14835) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 14836) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 14837) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 14838) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 14839) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 14840) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 14841) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 14842) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 14843) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 14844) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 14845) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 14846) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 14847) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 14848) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 14849) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 14850) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 14851) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 14852) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 14853) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 14854) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 14855) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 14856) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 14857) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 14858) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 14859) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 14860) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 14861) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 14862) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 14863) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 14864) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 14865) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 14866) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 14867) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 14868) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 14869) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 14870) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 14871) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 14872) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 14873) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 14874) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 14875) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 14876) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 14877) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 14878) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 14879) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 14880) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 14881) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 14882) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 14883) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 14884) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 14885) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 14886) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 14887) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 14888) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 14889) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 14890) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 14891) | def get_style_y(self, *args) -> Any: ... method get_tile_act (line 14892) | def get_tile_act(self, *args) -> Any: ... method get_user_data (line 14893) | def get_user_data(self, *args) -> Any: ... method get_width (line 14894) | def get_width(self, *args) -> Any: ... method get_x (line 14895) | def get_x(self, *args) -> Any: ... method get_x2 (line 14896) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 14897) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 14898) | def get_y(self, *args) -> Any: ... method get_y2 (line 14899) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 14900) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 14901) | def has_class(self, *args) -> Any: ... method has_flag (line 14902) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 14903) | def has_flag_any(self, *args) -> Any: ... method has_state (line 14904) | def has_state(self, *args) -> Any: ... method hit_test (line 14905) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 14906) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 14907) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 14908) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 14909) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 14910) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 14911) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 14912) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 14913) | def is_editable(self, *args) -> Any: ... method is_group_def (line 14914) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 14915) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 14916) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 14917) | def is_valid(self, *args) -> Any: ... method is_visible (line 14918) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 14919) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 14920) | def move_background(self, *args) -> Any: ... method move_children_by (line 14921) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 14922) | def move_foreground(self, *args) -> Any: ... method move_to (line 14923) | def move_to(self, *args) -> Any: ... method move_to_index (line 14924) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 14925) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 14926) | def refr_pos(self, *args) -> Any: ... method refr_size (line 14927) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 14928) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 14929) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 14930) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 14931) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 14932) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 14933) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 14934) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 14935) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 14936) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 14937) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 14938) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 14939) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 14940) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 14941) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 14942) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 14943) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 14944) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 14945) | def set_align(self, *args) -> Any: ... method set_content_height (line 14946) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 14947) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 14948) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 14949) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 14950) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 14951) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 14952) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 14953) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 14954) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 14955) | def set_height(self, *args) -> Any: ... method set_layout (line 14956) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 14957) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 14958) | def set_parent(self, *args) -> Any: ... method set_pos (line 14959) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 14960) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 14961) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 14962) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 14963) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 14964) | def set_size(self, *args) -> Any: ... method set_style_align (line 14965) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 14966) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 14967) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 14968) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 14969) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 14970) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 14971) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 14972) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 14973) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 14974) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 14975) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 14976) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 14977) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 14978) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 14979) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 14980) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 14981) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 14982) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 14983) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 14984) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 14985) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 14986) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 14987) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 14988) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 14989) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 14990) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 14991) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 14992) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 14993) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 14994) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 14995) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 14996) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 14997) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 14998) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 14999) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 15000) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 15001) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 15002) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 15003) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 15004) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 15005) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 15006) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 15007) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 15008) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 15009) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 15010) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 15011) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 15012) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 15013) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 15014) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 15015) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 15016) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 15017) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 15018) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 15019) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 15020) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 15021) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 15022) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 15023) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 15024) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 15025) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 15026) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 15027) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 15028) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 15029) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 15030) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 15031) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 15032) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 15033) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 15034) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 15035) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 15036) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 15037) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 15038) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 15039) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 15040) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 15041) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 15042) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 15043) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 15044) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 15045) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 15046) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 15047) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 15048) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 15049) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 15050) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 15051) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 15052) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 15053) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 15054) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 15055) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 15056) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 15057) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 15058) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 15059) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 15060) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 15061) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 15062) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 15063) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 15064) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 15065) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 15066) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 15067) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 15068) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 15069) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 15070) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 15071) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 15072) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 15073) | def set_style_y(self, *args) -> Any: ... method set_tile (line 15074) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 15075) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 15076) | def set_user_data(self, *args) -> Any: ... method set_width (line 15077) | def set_width(self, *args) -> Any: ... method set_x (line 15078) | def set_x(self, *args) -> Any: ... method set_y (line 15079) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 15080) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 15081) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 15082) | def swap(self, *args) -> Any: ... method tree_walk (line 15083) | def tree_walk(self, *args) -> Any: ... method update_layout (line 15084) | def update_layout(self, *args) -> Any: ... method update_snap (line 15085) | def update_snap(self, *args) -> Any: ... function timer_create (line 15090) | def timer_create(*args) -> Any: ... function timer_create_basic (line 15091) | def timer_create_basic(*args) -> Any: ... function timer_enable (line 15092) | def timer_enable(*args) -> Any: ... function timer_get_idle (line 15093) | def timer_get_idle(*args) -> Any: ... function timer_handler (line 15094) | def timer_handler(*args) -> Any: ... class timer_t (line 15096) | class timer_t: method get_next (line 15097) | def get_next(self, *args) -> Any: ... method pause (line 15098) | def pause(self, *args) -> Any: ... method ready (line 15099) | def ready(self, *args) -> Any: ... method reset (line 15100) | def reset(self, *args) -> Any: ... method resume (line 15101) | def resume(self, *args) -> Any: ... method set_cb (line 15102) | def set_cb(self, *args) -> Any: ... method set_period (line 15103) | def set_period(self, *args) -> Any: ... method set_repeat_count (line 15104) | def set_repeat_count(self, *args) -> Any: ... function trigo_cos (line 15106) | def trigo_cos(*args) -> Any: ... function trigo_sin (line 15107) | def trigo_sin(*args) -> Any: ... function txt_get_size (line 15108) | def txt_get_size(*args) -> Any: ... function txt_get_width (line 15109) | def txt_get_width(*args) -> Any: ... function version_info (line 15110) | def version_info(*args) -> Any: ... function version_major (line 15111) | def version_major(*args) -> Any: ... function version_minor (line 15112) | def version_minor(*args) -> Any: ... function version_patch (line 15113) | def version_patch(*args) -> Any: ... class win (line 15115) | class win: class CLASS_EDITABLE (line 15116) | class CLASS_EDITABLE: class CLASS_GROUP_DEF (line 15121) | class CLASS_GROUP_DEF: class DRAW_PART (line 15126) | class DRAW_PART: class FLAG (line 15131) | class FLAG: class TREE_WALK (line 15158) | class TREE_WALK: method add_btn (line 15162) | def add_btn(self, *args) -> Any: ... method add_event_cb (line 15163) | def add_event_cb(self, *args) -> Any: ... method add_flag (line 15164) | def add_flag(self, *args) -> Any: ... method add_state (line 15165) | def add_state(self, *args) -> Any: ... method add_style (line 15166) | def add_style(self, *args) -> Any: ... method add_title (line 15167) | def add_title(self, *args) -> Any: ... method align (line 15168) | def align(self, *args) -> Any: ... method align_to (line 15169) | def align_to(self, *args) -> Any: ... method allocate_spec_attr (line 15170) | def allocate_spec_attr(self, *args) -> Any: ... method area_is_visible (line 15171) | def area_is_visible(self, *args) -> Any: ... method calculate_ext_draw_size (line 15172) | def calculate_ext_draw_size(self, *args) -> Any: ... method calculate_style_text_align (line 15173) | def calculate_style_text_align(self, *args) -> Any: ... method center (line 15174) | def center(self, *args) -> Any: ... method check_type (line 15175) | def check_type(self, *args) -> Any: ... method class_create_obj (line 15176) | def class_create_obj(self, *args) -> Any: ... method class_init_obj (line 15177) | def class_init_obj(self, *args) -> Any: ... method clean (line 15178) | def clean(self, *args) -> Any: ... method clear_flag (line 15179) | def clear_flag(self, *args) -> Any: ... method clear_state (line 15180) | def clear_state(self, *args) -> Any: ... method del_anim_ready_cb (line 15181) | def del_anim_ready_cb(self, *args) -> Any: ... method del_async (line 15182) | def del_async(self, *args) -> Any: ... method del_delayed (line 15183) | def del_delayed(self, *args) -> Any: ... method delete (line 15184) | def delete(self, *args) -> Any: ... method dpx (line 15185) | def dpx(self, *args) -> Any: ... method draw_dsc_init (line 15186) | def draw_dsc_init(self, *args) -> Any: ... method draw_part_check_type (line 15187) | def draw_part_check_type(self, *args) -> Any: ... method enable_style_refresh (line 15188) | def enable_style_refresh(self, *args) -> Any: ... method event_base (line 15189) | def event_base(self, *args) -> Any: ... method fade_in (line 15190) | def fade_in(self, *args) -> Any: ... method fade_out (line 15191) | def fade_out(self, *args) -> Any: ... method get_child (line 15192) | def get_child(self, *args) -> Any: ... method get_child_cnt (line 15193) | def get_child_cnt(self, *args) -> Any: ... method get_child_id (line 15194) | def get_child_id(self, *args) -> Any: ... method get_class (line 15195) | def get_class(self, *args) -> Any: ... method get_click_area (line 15196) | def get_click_area(self, *args) -> Any: ... method get_content (line 15197) | def get_content(self, *args) -> Any: ... method get_content_coords (line 15198) | def get_content_coords(self, *args) -> Any: ... method get_content_height (line 15199) | def get_content_height(self, *args) -> Any: ... method get_content_width (line 15200) | def get_content_width(self, *args) -> Any: ... method get_coords (line 15201) | def get_coords(self, *args) -> Any: ... method get_disp (line 15202) | def get_disp(self, *args) -> Any: ... method get_group (line 15203) | def get_group(self, *args) -> Any: ... method get_header (line 15204) | def get_header(self, *args) -> Any: ... method get_height (line 15205) | def get_height(self, *args) -> Any: ... method get_index (line 15206) | def get_index(self, *args) -> Any: ... method get_local_style_prop (line 15207) | def get_local_style_prop(self, *args) -> Any: ... method get_parent (line 15208) | def get_parent(self, *args) -> Any: ... method get_screen (line 15209) | def get_screen(self, *args) -> Any: ... method get_scroll_bottom (line 15210) | def get_scroll_bottom(self, *args) -> Any: ... method get_scroll_dir (line 15211) | def get_scroll_dir(self, *args) -> Any: ... method get_scroll_end (line 15212) | def get_scroll_end(self, *args) -> Any: ... method get_scroll_left (line 15213) | def get_scroll_left(self, *args) -> Any: ... method get_scroll_right (line 15214) | def get_scroll_right(self, *args) -> Any: ... method get_scroll_snap_x (line 15215) | def get_scroll_snap_x(self, *args) -> Any: ... method get_scroll_snap_y (line 15216) | def get_scroll_snap_y(self, *args) -> Any: ... method get_scroll_top (line 15217) | def get_scroll_top(self, *args) -> Any: ... method get_scroll_x (line 15218) | def get_scroll_x(self, *args) -> Any: ... method get_scroll_y (line 15219) | def get_scroll_y(self, *args) -> Any: ... method get_scrollbar_area (line 15220) | def get_scrollbar_area(self, *args) -> Any: ... method get_scrollbar_mode (line 15221) | def get_scrollbar_mode(self, *args) -> Any: ... method get_self_height (line 15222) | def get_self_height(self, *args) -> Any: ... method get_self_width (line 15223) | def get_self_width(self, *args) -> Any: ... method get_state (line 15224) | def get_state(self, *args) -> Any: ... method get_style_align (line 15225) | def get_style_align(self, *args) -> Any: ... method get_style_anim_speed (line 15226) | def get_style_anim_speed(self, *args) -> Any: ... method get_style_anim_time (line 15227) | def get_style_anim_time(self, *args) -> Any: ... method get_style_arc_color (line 15228) | def get_style_arc_color(self, *args) -> Any: ... method get_style_arc_color_filtered (line 15229) | def get_style_arc_color_filtered(self, *args) -> Any: ... method get_style_arc_img_src (line 15230) | def get_style_arc_img_src(self, *args) -> Any: ... method get_style_arc_opa (line 15231) | def get_style_arc_opa(self, *args) -> Any: ... method get_style_arc_rounded (line 15232) | def get_style_arc_rounded(self, *args) -> Any: ... method get_style_arc_width (line 15233) | def get_style_arc_width(self, *args) -> Any: ... method get_style_base_dir (line 15234) | def get_style_base_dir(self, *args) -> Any: ... method get_style_bg_color (line 15235) | def get_style_bg_color(self, *args) -> Any: ... method get_style_bg_color_filtered (line 15236) | def get_style_bg_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_color (line 15237) | def get_style_bg_grad_color(self, *args) -> Any: ... method get_style_bg_grad_color_filtered (line 15238) | def get_style_bg_grad_color_filtered(self, *args) -> Any: ... method get_style_bg_grad_dir (line 15239) | def get_style_bg_grad_dir(self, *args) -> Any: ... method get_style_bg_grad_stop (line 15240) | def get_style_bg_grad_stop(self, *args) -> Any: ... method get_style_bg_img_opa (line 15241) | def get_style_bg_img_opa(self, *args) -> Any: ... method get_style_bg_img_recolor (line 15242) | def get_style_bg_img_recolor(self, *args) -> Any: ... method get_style_bg_img_recolor_filtered (line 15243) | def get_style_bg_img_recolor_filtered(self, *args) -> Any: ... method get_style_bg_img_recolor_opa (line 15244) | def get_style_bg_img_recolor_opa(self, *args) -> Any: ... method get_style_bg_img_src (line 15245) | def get_style_bg_img_src(self, *args) -> Any: ... method get_style_bg_img_tiled (line 15246) | def get_style_bg_img_tiled(self, *args) -> Any: ... method get_style_bg_main_stop (line 15247) | def get_style_bg_main_stop(self, *args) -> Any: ... method get_style_bg_opa (line 15248) | def get_style_bg_opa(self, *args) -> Any: ... method get_style_blend_mode (line 15249) | def get_style_blend_mode(self, *args) -> Any: ... method get_style_border_color (line 15250) | def get_style_border_color(self, *args) -> Any: ... method get_style_border_color_filtered (line 15251) | def get_style_border_color_filtered(self, *args) -> Any: ... method get_style_border_opa (line 15252) | def get_style_border_opa(self, *args) -> Any: ... method get_style_border_post (line 15253) | def get_style_border_post(self, *args) -> Any: ... method get_style_border_side (line 15254) | def get_style_border_side(self, *args) -> Any: ... method get_style_border_width (line 15255) | def get_style_border_width(self, *args) -> Any: ... method get_style_clip_corner (line 15256) | def get_style_clip_corner(self, *args) -> Any: ... method get_style_color_filter_dsc (line 15257) | def get_style_color_filter_dsc(self, *args) -> Any: ... method get_style_color_filter_opa (line 15258) | def get_style_color_filter_opa(self, *args) -> Any: ... method get_style_flex_cross_place (line 15259) | def get_style_flex_cross_place(self, *args) -> Any: ... method get_style_flex_flow (line 15260) | def get_style_flex_flow(self, *args) -> Any: ... method get_style_flex_grow (line 15261) | def get_style_flex_grow(self, *args) -> Any: ... method get_style_flex_main_place (line 15262) | def get_style_flex_main_place(self, *args) -> Any: ... method get_style_flex_track_place (line 15263) | def get_style_flex_track_place(self, *args) -> Any: ... method get_style_grid_cell_column_pos (line 15264) | def get_style_grid_cell_column_pos(self, *args) -> Any: ... method get_style_grid_cell_column_span (line 15265) | def get_style_grid_cell_column_span(self, *args) -> Any: ... method get_style_grid_cell_row_pos (line 15266) | def get_style_grid_cell_row_pos(self, *args) -> Any: ... method get_style_grid_cell_row_span (line 15267) | def get_style_grid_cell_row_span(self, *args) -> Any: ... method get_style_grid_cell_x_align (line 15268) | def get_style_grid_cell_x_align(self, *args) -> Any: ... method get_style_grid_cell_y_align (line 15269) | def get_style_grid_cell_y_align(self, *args) -> Any: ... method get_style_grid_column_align (line 15270) | def get_style_grid_column_align(self, *args) -> Any: ... method get_style_grid_column_dsc_array (line 15271) | def get_style_grid_column_dsc_array(self, *args) -> Any: ... method get_style_grid_row_align (line 15272) | def get_style_grid_row_align(self, *args) -> Any: ... method get_style_grid_row_dsc_array (line 15273) | def get_style_grid_row_dsc_array(self, *args) -> Any: ... method get_style_height (line 15274) | def get_style_height(self, *args) -> Any: ... method get_style_img_opa (line 15275) | def get_style_img_opa(self, *args) -> Any: ... method get_style_img_recolor (line 15276) | def get_style_img_recolor(self, *args) -> Any: ... method get_style_img_recolor_filtered (line 15277) | def get_style_img_recolor_filtered(self, *args) -> Any: ... method get_style_img_recolor_opa (line 15278) | def get_style_img_recolor_opa(self, *args) -> Any: ... method get_style_layout (line 15279) | def get_style_layout(self, *args) -> Any: ... method get_style_line_color (line 15280) | def get_style_line_color(self, *args) -> Any: ... method get_style_line_color_filtered (line 15281) | def get_style_line_color_filtered(self, *args) -> Any: ... method get_style_line_dash_gap (line 15282) | def get_style_line_dash_gap(self, *args) -> Any: ... method get_style_line_dash_width (line 15283) | def get_style_line_dash_width(self, *args) -> Any: ... method get_style_line_opa (line 15284) | def get_style_line_opa(self, *args) -> Any: ... method get_style_line_rounded (line 15285) | def get_style_line_rounded(self, *args) -> Any: ... method get_style_line_width (line 15286) | def get_style_line_width(self, *args) -> Any: ... method get_style_max_height (line 15287) | def get_style_max_height(self, *args) -> Any: ... method get_style_max_width (line 15288) | def get_style_max_width(self, *args) -> Any: ... method get_style_min_height (line 15289) | def get_style_min_height(self, *args) -> Any: ... method get_style_min_width (line 15290) | def get_style_min_width(self, *args) -> Any: ... method get_style_opa (line 15291) | def get_style_opa(self, *args) -> Any: ... method get_style_outline_color (line 15292) | def get_style_outline_color(self, *args) -> Any: ... method get_style_outline_color_filtered (line 15293) | def get_style_outline_color_filtered(self, *args) -> Any: ... method get_style_outline_opa (line 15294) | def get_style_outline_opa(self, *args) -> Any: ... method get_style_outline_pad (line 15295) | def get_style_outline_pad(self, *args) -> Any: ... method get_style_outline_width (line 15296) | def get_style_outline_width(self, *args) -> Any: ... method get_style_pad_bottom (line 15297) | def get_style_pad_bottom(self, *args) -> Any: ... method get_style_pad_column (line 15298) | def get_style_pad_column(self, *args) -> Any: ... method get_style_pad_left (line 15299) | def get_style_pad_left(self, *args) -> Any: ... method get_style_pad_right (line 15300) | def get_style_pad_right(self, *args) -> Any: ... method get_style_pad_row (line 15301) | def get_style_pad_row(self, *args) -> Any: ... method get_style_pad_top (line 15302) | def get_style_pad_top(self, *args) -> Any: ... method get_style_prop (line 15303) | def get_style_prop(self, *args) -> Any: ... method get_style_radius (line 15304) | def get_style_radius(self, *args) -> Any: ... method get_style_shadow_color (line 15305) | def get_style_shadow_color(self, *args) -> Any: ... method get_style_shadow_color_filtered (line 15306) | def get_style_shadow_color_filtered(self, *args) -> Any: ... method get_style_shadow_ofs_x (line 15307) | def get_style_shadow_ofs_x(self, *args) -> Any: ... method get_style_shadow_ofs_y (line 15308) | def get_style_shadow_ofs_y(self, *args) -> Any: ... method get_style_shadow_opa (line 15309) | def get_style_shadow_opa(self, *args) -> Any: ... method get_style_shadow_spread (line 15310) | def get_style_shadow_spread(self, *args) -> Any: ... method get_style_shadow_width (line 15311) | def get_style_shadow_width(self, *args) -> Any: ... method get_style_text_align (line 15312) | def get_style_text_align(self, *args) -> Any: ... method get_style_text_color (line 15313) | def get_style_text_color(self, *args) -> Any: ... method get_style_text_color_filtered (line 15314) | def get_style_text_color_filtered(self, *args) -> Any: ... method get_style_text_decor (line 15315) | def get_style_text_decor(self, *args) -> Any: ... method get_style_text_font (line 15316) | def get_style_text_font(self, *args) -> Any: ... method get_style_text_letter_space (line 15317) | def get_style_text_letter_space(self, *args) -> Any: ... method get_style_text_line_space (line 15318) | def get_style_text_line_space(self, *args) -> Any: ... method get_style_text_opa (line 15319) | def get_style_text_opa(self, *args) -> Any: ... method get_style_transform_angle (line 15320) | def get_style_transform_angle(self, *args) -> Any: ... method get_style_transform_height (line 15321) | def get_style_transform_height(self, *args) -> Any: ... method get_style_transform_width (line 15322) | def get_style_transform_width(self, *args) -> Any: ... method get_style_transform_zoom (line 15323) | def get_style_transform_zoom(self, *args) -> Any: ... method get_style_transition (line 15324) | def get_style_transition(self, *args) -> Any: ... method get_style_translate_x (line 15325) | def get_style_translate_x(self, *args) -> Any: ... method get_style_translate_y (line 15326) | def get_style_translate_y(self, *args) -> Any: ... method get_style_width (line 15327) | def get_style_width(self, *args) -> Any: ... method get_style_x (line 15328) | def get_style_x(self, *args) -> Any: ... method get_style_y (line 15329) | def get_style_y(self, *args) -> Any: ... method get_user_data (line 15330) | def get_user_data(self, *args) -> Any: ... method get_width (line 15331) | def get_width(self, *args) -> Any: ... method get_x (line 15332) | def get_x(self, *args) -> Any: ... method get_x2 (line 15333) | def get_x2(self, *args) -> Any: ... method get_x_aligned (line 15334) | def get_x_aligned(self, *args) -> Any: ... method get_y (line 15335) | def get_y(self, *args) -> Any: ... method get_y2 (line 15336) | def get_y2(self, *args) -> Any: ... method get_y_aligned (line 15337) | def get_y_aligned(self, *args) -> Any: ... method has_class (line 15338) | def has_class(self, *args) -> Any: ... method has_flag (line 15339) | def has_flag(self, *args) -> Any: ... method has_flag_any (line 15340) | def has_flag_any(self, *args) -> Any: ... method has_state (line 15341) | def has_state(self, *args) -> Any: ... method hit_test (line 15342) | def hit_test(self, *args) -> Any: ... method init_draw_arc_dsc (line 15343) | def init_draw_arc_dsc(self, *args) -> Any: ... method init_draw_img_dsc (line 15344) | def init_draw_img_dsc(self, *args) -> Any: ... method init_draw_label_dsc (line 15345) | def init_draw_label_dsc(self, *args) -> Any: ... method init_draw_line_dsc (line 15346) | def init_draw_line_dsc(self, *args) -> Any: ... method init_draw_rect_dsc (line 15347) | def init_draw_rect_dsc(self, *args) -> Any: ... method invalidate (line 15348) | def invalidate(self, *args) -> Any: ... method invalidate_area (line 15349) | def invalidate_area(self, *args) -> Any: ... method is_editable (line 15350) | def is_editable(self, *args) -> Any: ... method is_group_def (line 15351) | def is_group_def(self, *args) -> Any: ... method is_layout_positioned (line 15352) | def is_layout_positioned(self, *args) -> Any: ... method is_scrolling (line 15353) | def is_scrolling(self, *args) -> Any: ... method is_valid (line 15354) | def is_valid(self, *args) -> Any: ... method is_visible (line 15355) | def is_visible(self, *args) -> Any: ... method mark_layout_as_dirty (line 15356) | def mark_layout_as_dirty(self, *args) -> Any: ... method move_background (line 15357) | def move_background(self, *args) -> Any: ... method move_children_by (line 15358) | def move_children_by(self, *args) -> Any: ... method move_foreground (line 15359) | def move_foreground(self, *args) -> Any: ... method move_to (line 15360) | def move_to(self, *args) -> Any: ... method move_to_index (line 15361) | def move_to_index(self, *args) -> Any: ... method readjust_scroll (line 15362) | def readjust_scroll(self, *args) -> Any: ... method refr_pos (line 15363) | def refr_pos(self, *args) -> Any: ... method refr_size (line 15364) | def refr_size(self, *args) -> Any: ... method refresh_ext_draw_size (line 15365) | def refresh_ext_draw_size(self, *args) -> Any: ... method refresh_self_size (line 15366) | def refresh_self_size(self, *args) -> Any: ... method refresh_style (line 15367) | def refresh_style(self, *args) -> Any: ... method remove_event_cb (line 15368) | def remove_event_cb(self, *args) -> Any: ... method remove_event_cb_with_user_data (line 15369) | def remove_event_cb_with_user_data(self, *args) -> Any: ... method remove_event_dsc (line 15370) | def remove_event_dsc(self, *args) -> Any: ... method remove_local_style_prop (line 15371) | def remove_local_style_prop(self, *args) -> Any: ... method remove_style (line 15372) | def remove_style(self, *args) -> Any: ... method remove_style_all (line 15373) | def remove_style_all(self, *args) -> Any: ... method report_style_change (line 15374) | def report_style_change(self, *args) -> Any: ... method scroll_by (line 15375) | def scroll_by(self, *args) -> Any: ... method scroll_to (line 15376) | def scroll_to(self, *args) -> Any: ... method scroll_to_view (line 15377) | def scroll_to_view(self, *args) -> Any: ... method scroll_to_view_recursive (line 15378) | def scroll_to_view_recursive(self, *args) -> Any: ... method scroll_to_x (line 15379) | def scroll_to_x(self, *args) -> Any: ... method scroll_to_y (line 15380) | def scroll_to_y(self, *args) -> Any: ... method scrollbar_invalidate (line 15381) | def scrollbar_invalidate(self, *args) -> Any: ... method set_align (line 15382) | def set_align(self, *args) -> Any: ... method set_content_height (line 15383) | def set_content_height(self, *args) -> Any: ... method set_content_width (line 15384) | def set_content_width(self, *args) -> Any: ... method set_ext_click_area (line 15385) | def set_ext_click_area(self, *args) -> Any: ... method set_flex_align (line 15386) | def set_flex_align(self, *args) -> Any: ... method set_flex_flow (line 15387) | def set_flex_flow(self, *args) -> Any: ... method set_flex_grow (line 15388) | def set_flex_grow(self, *args) -> Any: ... method set_grid_align (line 15389) | def set_grid_align(self, *args) -> Any: ... method set_grid_cell (line 15390) | def set_grid_cell(self, *args) -> Any: ... method set_grid_dsc_array (line 15391) | def set_grid_dsc_array(self, *args) -> Any: ... method set_height (line 15392) | def set_height(self, *args) -> Any: ... method set_layout (line 15393) | def set_layout(self, *args) -> Any: ... method set_local_style_prop (line 15394) | def set_local_style_prop(self, *args) -> Any: ... method set_parent (line 15395) | def set_parent(self, *args) -> Any: ... method set_pos (line 15396) | def set_pos(self, *args) -> Any: ... method set_scroll_dir (line 15397) | def set_scroll_dir(self, *args) -> Any: ... method set_scroll_snap_x (line 15398) | def set_scroll_snap_x(self, *args) -> Any: ... method set_scroll_snap_y (line 15399) | def set_scroll_snap_y(self, *args) -> Any: ... method set_scrollbar_mode (line 15400) | def set_scrollbar_mode(self, *args) -> Any: ... method set_size (line 15401) | def set_size(self, *args) -> Any: ... method set_style_align (line 15402) | def set_style_align(self, *args) -> Any: ... method set_style_anim_speed (line 15403) | def set_style_anim_speed(self, *args) -> Any: ... method set_style_anim_time (line 15404) | def set_style_anim_time(self, *args) -> Any: ... method set_style_arc_color (line 15405) | def set_style_arc_color(self, *args) -> Any: ... method set_style_arc_color_filtered (line 15406) | def set_style_arc_color_filtered(self, *args) -> Any: ... method set_style_arc_img_src (line 15407) | def set_style_arc_img_src(self, *args) -> Any: ... method set_style_arc_opa (line 15408) | def set_style_arc_opa(self, *args) -> Any: ... method set_style_arc_rounded (line 15409) | def set_style_arc_rounded(self, *args) -> Any: ... method set_style_arc_width (line 15410) | def set_style_arc_width(self, *args) -> Any: ... method set_style_base_dir (line 15411) | def set_style_base_dir(self, *args) -> Any: ... method set_style_bg_color (line 15412) | def set_style_bg_color(self, *args) -> Any: ... method set_style_bg_color_filtered (line 15413) | def set_style_bg_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_color (line 15414) | def set_style_bg_grad_color(self, *args) -> Any: ... method set_style_bg_grad_color_filtered (line 15415) | def set_style_bg_grad_color_filtered(self, *args) -> Any: ... method set_style_bg_grad_dir (line 15416) | def set_style_bg_grad_dir(self, *args) -> Any: ... method set_style_bg_grad_stop (line 15417) | def set_style_bg_grad_stop(self, *args) -> Any: ... method set_style_bg_img_opa (line 15418) | def set_style_bg_img_opa(self, *args) -> Any: ... method set_style_bg_img_recolor (line 15419) | def set_style_bg_img_recolor(self, *args) -> Any: ... method set_style_bg_img_recolor_filtered (line 15420) | def set_style_bg_img_recolor_filtered(self, *args) -> Any: ... method set_style_bg_img_recolor_opa (line 15421) | def set_style_bg_img_recolor_opa(self, *args) -> Any: ... method set_style_bg_img_src (line 15422) | def set_style_bg_img_src(self, *args) -> Any: ... method set_style_bg_img_tiled (line 15423) | def set_style_bg_img_tiled(self, *args) -> Any: ... method set_style_bg_main_stop (line 15424) | def set_style_bg_main_stop(self, *args) -> Any: ... method set_style_bg_opa (line 15425) | def set_style_bg_opa(self, *args) -> Any: ... method set_style_blend_mode (line 15426) | def set_style_blend_mode(self, *args) -> Any: ... method set_style_border_color (line 15427) | def set_style_border_color(self, *args) -> Any: ... method set_style_border_color_filtered (line 15428) | def set_style_border_color_filtered(self, *args) -> Any: ... method set_style_border_opa (line 15429) | def set_style_border_opa(self, *args) -> Any: ... method set_style_border_post (line 15430) | def set_style_border_post(self, *args) -> Any: ... method set_style_border_side (line 15431) | def set_style_border_side(self, *args) -> Any: ... method set_style_border_width (line 15432) | def set_style_border_width(self, *args) -> Any: ... method set_style_clip_corner (line 15433) | def set_style_clip_corner(self, *args) -> Any: ... method set_style_color_filter_dsc (line 15434) | def set_style_color_filter_dsc(self, *args) -> Any: ... method set_style_color_filter_opa (line 15435) | def set_style_color_filter_opa(self, *args) -> Any: ... method set_style_flex_cross_place (line 15436) | def set_style_flex_cross_place(self, *args) -> Any: ... method set_style_flex_flow (line 15437) | def set_style_flex_flow(self, *args) -> Any: ... method set_style_flex_grow (line 15438) | def set_style_flex_grow(self, *args) -> Any: ... method set_style_flex_main_place (line 15439) | def set_style_flex_main_place(self, *args) -> Any: ... method set_style_flex_track_place (line 15440) | def set_style_flex_track_place(self, *args) -> Any: ... method set_style_grid_cell_column_pos (line 15441) | def set_style_grid_cell_column_pos(self, *args) -> Any: ... method set_style_grid_cell_column_span (line 15442) | def set_style_grid_cell_column_span(self, *args) -> Any: ... method set_style_grid_cell_row_pos (line 15443) | def set_style_grid_cell_row_pos(self, *args) -> Any: ... method set_style_grid_cell_row_span (line 15444) | def set_style_grid_cell_row_span(self, *args) -> Any: ... method set_style_grid_cell_x_align (line 15445) | def set_style_grid_cell_x_align(self, *args) -> Any: ... method set_style_grid_cell_y_align (line 15446) | def set_style_grid_cell_y_align(self, *args) -> Any: ... method set_style_grid_column_align (line 15447) | def set_style_grid_column_align(self, *args) -> Any: ... method set_style_grid_column_dsc_array (line 15448) | def set_style_grid_column_dsc_array(self, *args) -> Any: ... method set_style_grid_row_align (line 15449) | def set_style_grid_row_align(self, *args) -> Any: ... method set_style_grid_row_dsc_array (line 15450) | def set_style_grid_row_dsc_array(self, *args) -> Any: ... method set_style_height (line 15451) | def set_style_height(self, *args) -> Any: ... method set_style_img_opa (line 15452) | def set_style_img_opa(self, *args) -> Any: ... method set_style_img_recolor (line 15453) | def set_style_img_recolor(self, *args) -> Any: ... method set_style_img_recolor_filtered (line 15454) | def set_style_img_recolor_filtered(self, *args) -> Any: ... method set_style_img_recolor_opa (line 15455) | def set_style_img_recolor_opa(self, *args) -> Any: ... method set_style_layout (line 15456) | def set_style_layout(self, *args) -> Any: ... method set_style_line_color (line 15457) | def set_style_line_color(self, *args) -> Any: ... method set_style_line_color_filtered (line 15458) | def set_style_line_color_filtered(self, *args) -> Any: ... method set_style_line_dash_gap (line 15459) | def set_style_line_dash_gap(self, *args) -> Any: ... method set_style_line_dash_width (line 15460) | def set_style_line_dash_width(self, *args) -> Any: ... method set_style_line_opa (line 15461) | def set_style_line_opa(self, *args) -> Any: ... method set_style_line_rounded (line 15462) | def set_style_line_rounded(self, *args) -> Any: ... method set_style_line_width (line 15463) | def set_style_line_width(self, *args) -> Any: ... method set_style_max_height (line 15464) | def set_style_max_height(self, *args) -> Any: ... method set_style_max_width (line 15465) | def set_style_max_width(self, *args) -> Any: ... method set_style_min_height (line 15466) | def set_style_min_height(self, *args) -> Any: ... method set_style_min_width (line 15467) | def set_style_min_width(self, *args) -> Any: ... method set_style_opa (line 15468) | def set_style_opa(self, *args) -> Any: ... method set_style_outline_color (line 15469) | def set_style_outline_color(self, *args) -> Any: ... method set_style_outline_color_filtered (line 15470) | def set_style_outline_color_filtered(self, *args) -> Any: ... method set_style_outline_opa (line 15471) | def set_style_outline_opa(self, *args) -> Any: ... method set_style_outline_pad (line 15472) | def set_style_outline_pad(self, *args) -> Any: ... method set_style_outline_width (line 15473) | def set_style_outline_width(self, *args) -> Any: ... method set_style_pad_all (line 15474) | def set_style_pad_all(self, *args) -> Any: ... method set_style_pad_bottom (line 15475) | def set_style_pad_bottom(self, *args) -> Any: ... method set_style_pad_column (line 15476) | def set_style_pad_column(self, *args) -> Any: ... method set_style_pad_gap (line 15477) | def set_style_pad_gap(self, *args) -> Any: ... method set_style_pad_hor (line 15478) | def set_style_pad_hor(self, *args) -> Any: ... method set_style_pad_left (line 15479) | def set_style_pad_left(self, *args) -> Any: ... method set_style_pad_right (line 15480) | def set_style_pad_right(self, *args) -> Any: ... method set_style_pad_row (line 15481) | def set_style_pad_row(self, *args) -> Any: ... method set_style_pad_top (line 15482) | def set_style_pad_top(self, *args) -> Any: ... method set_style_pad_ver (line 15483) | def set_style_pad_ver(self, *args) -> Any: ... method set_style_radius (line 15484) | def set_style_radius(self, *args) -> Any: ... method set_style_shadow_color (line 15485) | def set_style_shadow_color(self, *args) -> Any: ... method set_style_shadow_color_filtered (line 15486) | def set_style_shadow_color_filtered(self, *args) -> Any: ... method set_style_shadow_ofs_x (line 15487) | def set_style_shadow_ofs_x(self, *args) -> Any: ... method set_style_shadow_ofs_y (line 15488) | def set_style_shadow_ofs_y(self, *args) -> Any: ... method set_style_shadow_opa (line 15489) | def set_style_shadow_opa(self, *args) -> Any: ... method set_style_shadow_spread (line 15490) | def set_style_shadow_spread(self, *args) -> Any: ... method set_style_shadow_width (line 15491) | def set_style_shadow_width(self, *args) -> Any: ... method set_style_size (line 15492) | def set_style_size(self, *args) -> Any: ... method set_style_text_align (line 15493) | def set_style_text_align(self, *args) -> Any: ... method set_style_text_color (line 15494) | def set_style_text_color(self, *args) -> Any: ... method set_style_text_color_filtered (line 15495) | def set_style_text_color_filtered(self, *args) -> Any: ... method set_style_text_decor (line 15496) | def set_style_text_decor(self, *args) -> Any: ... method set_style_text_font (line 15497) | def set_style_text_font(self, *args) -> Any: ... method set_style_text_letter_space (line 15498) | def set_style_text_letter_space(self, *args) -> Any: ... method set_style_text_line_space (line 15499) | def set_style_text_line_space(self, *args) -> Any: ... method set_style_text_opa (line 15500) | def set_style_text_opa(self, *args) -> Any: ... method set_style_transform_angle (line 15501) | def set_style_transform_angle(self, *args) -> Any: ... method set_style_transform_height (line 15502) | def set_style_transform_height(self, *args) -> Any: ... method set_style_transform_width (line 15503) | def set_style_transform_width(self, *args) -> Any: ... method set_style_transform_zoom (line 15504) | def set_style_transform_zoom(self, *args) -> Any: ... method set_style_transition (line 15505) | def set_style_transition(self, *args) -> Any: ... method set_style_translate_x (line 15506) | def set_style_translate_x(self, *args) -> Any: ... method set_style_translate_y (line 15507) | def set_style_translate_y(self, *args) -> Any: ... method set_style_width (line 15508) | def set_style_width(self, *args) -> Any: ... method set_style_x (line 15509) | def set_style_x(self, *args) -> Any: ... method set_style_y (line 15510) | def set_style_y(self, *args) -> Any: ... method set_tile (line 15511) | def set_tile(self, *args) -> Any: ... method set_tile_id (line 15512) | def set_tile_id(self, *args) -> Any: ... method set_user_data (line 15513) | def set_user_data(self, *args) -> Any: ... method set_width (line 15514) | def set_width(self, *args) -> Any: ... method set_x (line 15515) | def set_x(self, *args) -> Any: ... method set_y (line 15516) | def set_y(self, *args) -> Any: ... method style_get_selector_part (line 15517) | def style_get_selector_part(self, *args) -> Any: ... method style_get_selector_state (line 15518) | def style_get_selector_state(self, *args) -> Any: ... method swap (line 15519) | def swap(self, *args) -> Any: ... method tree_walk (line 15520) | def tree_walk(self, *args) -> Any: ... method update_layout (line 15521) | def update_layout(self, *args) -> Any: ... method update_snap (line 15522) | def update_snap(self, *args) -> Any: ... FILE: stubs/lvgl-v8_1_0_dev-esp32/rtch.py class touch (line 9) | class touch: method activate (line 14) | def activate(self, *args) -> Any: method calibrate (line 17) | def calibrate(self, *args) -> Any: method deinit (line 20) | def deinit(self, *args) -> Any: method init (line 23) | def init(self, *args) -> Any: FILE: stubs/lvgl-v8_1_0_dev-esp32/rtch.pyi class touch (line 3) | class touch: method activate (line 5) | def activate(self, *args) -> Any: ... method calibrate (line 6) | def calibrate(self, *args) -> Any: ... method deinit (line 7) | def deinit(self, *args) -> Any: ... method init (line 8) | def init(self, *args) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/_thread.py class LockType (line 9) | class LockType: method acquire (line 12) | def acquire(self, *argv) -> Any: method locked (line 15) | def locked(self, *argv) -> Any: method release (line 18) | def release(self, *argv) -> Any: function allocate_lock (line 22) | def allocate_lock(): function exit (line 26) | def exit(): function get_ident (line 30) | def get_ident(): function stack_size (line 34) | def stack_size(): function start_new_thread (line 38) | def start_new_thread(): FILE: stubs/m5stack_flowui-v1_4_0-beta/_thread.pyi class LockType (line 3) | class LockType: method acquire (line 4) | def acquire(self, *argv) -> Any: ... method locked (line 5) | def locked(self, *argv) -> Any: ... method release (line 6) | def release(self, *argv) -> Any: ... function allocate_lock (line 8) | def allocate_lock() -> None: ... function exit (line 9) | def exit() -> None: ... function get_ident (line 10) | def get_ident() -> None: ... function stack_size (line 11) | def stack_size() -> None: ... function start_new_thread (line 12) | def start_new_thread() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/array.py class array (line 9) | class array: method append (line 12) | def append(self, *argv) -> Any: method decode (line 15) | def decode(self, *argv) -> Any: method extend (line 18) | def extend(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/array.pyi class array (line 3) | class array: method append (line 4) | def append(self, *argv) -> Any: ... method decode (line 5) | def decode(self, *argv) -> Any: ... method extend (line 6) | def extend(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/binascii.py function a2b_base64 (line 9) | def a2b_base64(): function b2a_base64 (line 13) | def b2a_base64(): function crc32 (line 17) | def crc32(): function hexlify (line 21) | def hexlify(): function unhexlify (line 25) | def unhexlify(): FILE: stubs/m5stack_flowui-v1_4_0-beta/binascii.pyi function a2b_base64 (line 1) | def a2b_base64() -> None: ... function b2a_base64 (line 2) | def b2a_base64() -> None: ... function crc32 (line 3) | def crc32() -> None: ... function hexlify (line 4) | def hexlify() -> None: ... function unhexlify (line 5) | def unhexlify() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/btree.py function open (line 12) | def open(): FILE: stubs/m5stack_flowui-v1_4_0-beta/btree.pyi function open (line 4) | def open() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class Exception (line 28) | class Exception: class GeneratorExit (line 32) | class GeneratorExit: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt: class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 71) | class NotImplementedError(Exception): class OSError (line 75) | class OSError(Exception): class OverflowError (line 79) | class OverflowError(Exception): class RuntimeError (line 83) | class RuntimeError(Exception): class StopAsyncIteration (line 87) | class StopAsyncIteration: class StopIteration (line 91) | class StopIteration: class SyntaxError (line 95) | class SyntaxError(Exception): class SystemExit (line 99) | class SystemExit: class TypeError (line 103) | class TypeError(Exception): class UnicodeError (line 107) | class UnicodeError(Exception): class ValueError (line 111) | class ValueError(Exception): class ZeroDivisionError (line 115) | class ZeroDivisionError(Exception): function abs (line 119) | def abs(): function all (line 123) | def all(): function any (line 127) | def any(): function bin (line 131) | def bin(): class bool (line 135) | class bool: class bytearray (line 139) | class bytearray: method append (line 142) | def append(self, *argv) -> Any: method decode (line 145) | def decode(self, *argv) -> Any: method extend (line 148) | def extend(self, *argv) -> Any: class bytes (line 152) | class bytes: method center (line 155) | def center(self, *argv) -> Any: method count (line 158) | def count(self, *argv) -> Any: method decode (line 161) | def decode(self, *argv) -> Any: method endswith (line 164) | def endswith(self, *argv) -> Any: method find (line 167) | def find(self, *argv) -> Any: method format (line 170) | def format(self, *argv) -> Any: method index (line 173) | def index(self, *argv) -> Any: method isalpha (line 176) | def isalpha(self, *argv) -> Any: method isdigit (line 179) | def isdigit(self, *argv) -> Any: method islower (line 182) | def islower(self, *argv) -> Any: method isspace (line 185) | def isspace(self, *argv) -> Any: method isupper (line 188) | def isupper(self, *argv) -> Any: method join (line 191) | def join(self, *argv) -> Any: method lower (line 194) | def lower(self, *argv) -> Any: method lstrip (line 197) | def lstrip(self, *argv) -> Any: method partition (line 200) | def partition(self, *argv) -> Any: method replace (line 203) | def replace(self, *argv) -> Any: method rfind (line 206) | def rfind(self, *argv) -> Any: method rindex (line 209) | def rindex(self, *argv) -> Any: method rpartition (line 212) | def rpartition(self, *argv) -> Any: method rsplit (line 215) | def rsplit(self, *argv) -> Any: method rstrip (line 218) | def rstrip(self, *argv) -> Any: method split (line 221) | def split(self, *argv) -> Any: method splitlines (line 224) | def splitlines(self, *argv) -> Any: method startswith (line 227) | def startswith(self, *argv) -> Any: method strip (line 230) | def strip(self, *argv) -> Any: method upper (line 233) | def upper(self, *argv) -> Any: function callable (line 237) | def callable(): function chr (line 241) | def chr(): class classmethod (line 245) | class classmethod: function compile (line 249) | def compile(): class complex (line 253) | class complex: function delattr (line 257) | def delattr(): class dict (line 261) | class dict: method clear (line 264) | def clear(self, *argv) -> Any: method copy (line 267) | def copy(self, *argv) -> Any: method fromkeys (line 270) | def fromkeys(self, *argv) -> Any: method get (line 273) | def get(self, *argv) -> Any: method items (line 276) | def items(self, *argv) -> Any: method keys (line 279) | def keys(self, *argv) -> Any: method pop (line 282) | def pop(self, *argv) -> Any: method popitem (line 285) | def popitem(self, *argv) -> Any: method setdefault (line 288) | def setdefault(self, *argv) -> Any: method update (line 291) | def update(self, *argv) -> Any: method values (line 294) | def values(self, *argv) -> Any: function dir (line 298) | def dir(): function divmod (line 302) | def divmod(): class enumerate (line 306) | class enumerate: function eval (line 310) | def eval(): function exec (line 314) | def exec(): function execfile (line 318) | def execfile(): class filter (line 322) | class filter: class float (line 326) | class float: class frozenset (line 330) | class frozenset: method copy (line 333) | def copy(self, *argv) -> Any: method difference (line 336) | def difference(self, *argv) -> Any: method intersection (line 339) | def intersection(self, *argv) -> Any: method isdisjoint (line 342) | def isdisjoint(self, *argv) -> Any: method issubset (line 345) | def issubset(self, *argv) -> Any: method issuperset (line 348) | def issuperset(self, *argv) -> Any: method symmetric_difference (line 351) | def symmetric_difference(self, *argv) -> Any: method union (line 354) | def union(self, *argv) -> Any: function getattr (line 358) | def getattr(): function globals (line 362) | def globals(): function hasattr (line 366) | def hasattr(): function hash (line 370) | def hash(): function help (line 374) | def help(): function hex (line 378) | def hex(): function id (line 382) | def id(): function input (line 386) | def input(): class int (line 390) | class int: method from_bytes (line 393) | def from_bytes(self, *argv) -> Any: method to_bytes (line 396) | def to_bytes(self, *argv) -> Any: function isinstance (line 400) | def isinstance(): function issubclass (line 404) | def issubclass(): function iter (line 408) | def iter(): function len (line 412) | def len(): class list (line 416) | class list: method append (line 419) | def append(self, *argv) -> Any: method clear (line 422) | def clear(self, *argv) -> Any: method copy (line 425) | def copy(self, *argv) -> Any: method count (line 428) | def count(self, *argv) -> Any: method extend (line 431) | def extend(self, *argv) -> Any: method index (line 434) | def index(self, *argv) -> Any: method insert (line 437) | def insert(self, *argv) -> Any: method pop (line 440) | def pop(self, *argv) -> Any: method remove (line 443) | def remove(self, *argv) -> Any: method reverse (line 446) | def reverse(self, *argv) -> Any: method sort (line 449) | def sort(self, *argv) -> Any: function locals (line 453) | def locals(): class map (line 457) | class map: function max (line 461) | def max(): class memoryview (line 465) | class memoryview: function min (line 469) | def min(): function next (line 473) | def next(): class object (line 477) | class object: function oct (line 481) | def oct(): function open (line 485) | def open(): function ord (line 489) | def ord(): function pow (line 493) | def pow(): function print (line 497) | def print(): class property (line 501) | class property: method deleter (line 504) | def deleter(self, *argv) -> Any: method getter (line 507) | def getter(self, *argv) -> Any: method setter (line 510) | def setter(self, *argv) -> Any: class range (line 514) | class range: function repr (line 518) | def repr(): class reversed (line 522) | class reversed: function round (line 526) | def round(): class set (line 530) | class set: method add (line 533) | def add(self, *argv) -> Any: method clear (line 536) | def clear(self, *argv) -> Any: method copy (line 539) | def copy(self, *argv) -> Any: method difference (line 542) | def difference(self, *argv) -> Any: method difference_update (line 545) | def difference_update(self, *argv) -> Any: method discard (line 548) | def discard(self, *argv) -> Any: method intersection (line 551) | def intersection(self, *argv) -> Any: method intersection_update (line 554) | def intersection_update(self, *argv) -> Any: method isdisjoint (line 557) | def isdisjoint(self, *argv) -> Any: method issubset (line 560) | def issubset(self, *argv) -> Any: method issuperset (line 563) | def issuperset(self, *argv) -> Any: method pop (line 566) | def pop(self, *argv) -> Any: method remove (line 569) | def remove(self, *argv) -> Any: method symmetric_difference (line 572) | def symmetric_difference(self, *argv) -> Any: method symmetric_difference_update (line 575) | def symmetric_difference_update(self, *argv) -> Any: method union (line 578) | def union(self, *argv) -> Any: method update (line 581) | def update(self, *argv) -> Any: function setattr (line 585) | def setattr(): class slice (line 589) | class slice: function sorted (line 593) | def sorted(): class staticmethod (line 597) | class staticmethod: class str (line 601) | class str: method center (line 604) | def center(self, *argv) -> Any: method count (line 607) | def count(self, *argv) -> Any: method encode (line 610) | def encode(self, *argv) -> Any: method endswith (line 613) | def endswith(self, *argv) -> Any: method find (line 616) | def find(self, *argv) -> Any: method format (line 619) | def format(self, *argv) -> Any: method index (line 622) | def index(self, *argv) -> Any: method isalpha (line 625) | def isalpha(self, *argv) -> Any: method isdigit (line 628) | def isdigit(self, *argv) -> Any: method islower (line 631) | def islower(self, *argv) -> Any: method isspace (line 634) | def isspace(self, *argv) -> Any: method isupper (line 637) | def isupper(self, *argv) -> Any: method join (line 640) | def join(self, *argv) -> Any: method lower (line 643) | def lower(self, *argv) -> Any: method lstrip (line 646) | def lstrip(self, *argv) -> Any: method partition (line 649) | def partition(self, *argv) -> Any: method replace (line 652) | def replace(self, *argv) -> Any: method rfind (line 655) | def rfind(self, *argv) -> Any: method rindex (line 658) | def rindex(self, *argv) -> Any: method rpartition (line 661) | def rpartition(self, *argv) -> Any: method rsplit (line 664) | def rsplit(self, *argv) -> Any: method rstrip (line 667) | def rstrip(self, *argv) -> Any: method split (line 670) | def split(self, *argv) -> Any: method splitlines (line 673) | def splitlines(self, *argv) -> Any: method startswith (line 676) | def startswith(self, *argv) -> Any: method strip (line 679) | def strip(self, *argv) -> Any: method upper (line 682) | def upper(self, *argv) -> Any: function sum (line 686) | def sum(): class super (line 690) | class super: class tuple (line 694) | class tuple: method count (line 697) | def count(self, *argv) -> Any: method index (line 700) | def index(self, *argv) -> Any: class type (line 704) | class type: class zip (line 708) | class zip: FILE: stubs/m5stack_flowui-v1_4_0-beta/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class Exception (line 10) | class Exception: ... class GeneratorExit (line 11) | class GeneratorExit: ... class ImportError (line 12) | class ImportError(Exception): ... class IndentationError (line 13) | class IndentationError(Exception): ... class IndexError (line 14) | class IndexError(Exception): ... class KeyError (line 15) | class KeyError(Exception): ... class KeyboardInterrupt (line 16) | class KeyboardInterrupt: ... class LookupError (line 17) | class LookupError(Exception): ... class MemoryError (line 18) | class MemoryError(Exception): ... class NameError (line 19) | class NameError(Exception): ... class NotImplementedError (line 23) | class NotImplementedError(Exception): ... class OSError (line 24) | class OSError(Exception): ... class OverflowError (line 25) | class OverflowError(Exception): ... class RuntimeError (line 26) | class RuntimeError(Exception): ... class StopAsyncIteration (line 27) | class StopAsyncIteration: ... class StopIteration (line 28) | class StopIteration: ... class SyntaxError (line 29) | class SyntaxError(Exception): ... class SystemExit (line 30) | class SystemExit: ... class TypeError (line 31) | class TypeError(Exception): ... class UnicodeError (line 32) | class UnicodeError(Exception): ... class ValueError (line 33) | class ValueError(Exception): ... class ZeroDivisionError (line 34) | class ZeroDivisionError(Exception): ... function abs (line 36) | def abs() -> None: ... function all (line 37) | def all() -> None: ... function any (line 38) | def any() -> None: ... function bin (line 39) | def bin() -> None: ... class bool (line 41) | class bool: ... class bytearray (line 43) | class bytearray: method append (line 44) | def append(self, *argv) -> Any: ... method decode (line 45) | def decode(self, *argv) -> Any: ... method extend (line 46) | def extend(self, *argv) -> Any: ... class bytes (line 48) | class bytes: method center (line 49) | def center(self, *argv) -> Any: ... method count (line 50) | def count(self, *argv) -> Any: ... method decode (line 51) | def decode(self, *argv) -> Any: ... method endswith (line 52) | def endswith(self, *argv) -> Any: ... method find (line 53) | def find(self, *argv) -> Any: ... method format (line 54) | def format(self, *argv) -> Any: ... method index (line 55) | def index(self, *argv) -> Any: ... method isalpha (line 56) | def isalpha(self, *argv) -> Any: ... method isdigit (line 57) | def isdigit(self, *argv) -> Any: ... method islower (line 58) | def islower(self, *argv) -> Any: ... method isspace (line 59) | def isspace(self, *argv) -> Any: ... method isupper (line 60) | def isupper(self, *argv) -> Any: ... method join (line 61) | def join(self, *argv) -> Any: ... method lower (line 62) | def lower(self, *argv) -> Any: ... method lstrip (line 63) | def lstrip(self, *argv) -> Any: ... method partition (line 64) | def partition(self, *argv) -> Any: ... method replace (line 65) | def replace(self, *argv) -> Any: ... method rfind (line 66) | def rfind(self, *argv) -> Any: ... method rindex (line 67) | def rindex(self, *argv) -> Any: ... method rpartition (line 68) | def rpartition(self, *argv) -> Any: ... method rsplit (line 69) | def rsplit(self, *argv) -> Any: ... method rstrip (line 70) | def rstrip(self, *argv) -> Any: ... method split (line 71) | def split(self, *argv) -> Any: ... method splitlines (line 72) | def splitlines(self, *argv) -> Any: ... method startswith (line 73) | def startswith(self, *argv) -> Any: ... method strip (line 74) | def strip(self, *argv) -> Any: ... method upper (line 75) | def upper(self, *argv) -> Any: ... function callable (line 77) | def callable() -> None: ... function chr (line 78) | def chr() -> None: ... class classmethod (line 80) | class classmethod: ... function compile (line 82) | def compile() -> None: ... class complex (line 84) | class complex: ... function delattr (line 86) | def delattr() -> None: ... class dict (line 88) | class dict: method clear (line 89) | def clear(self, *argv) -> Any: ... method copy (line 90) | def copy(self, *argv) -> Any: ... method fromkeys (line 91) | def fromkeys(self, *argv) -> Any: ... method get (line 92) | def get(self, *argv) -> Any: ... method items (line 93) | def items(self, *argv) -> Any: ... method keys (line 94) | def keys(self, *argv) -> Any: ... method pop (line 95) | def pop(self, *argv) -> Any: ... method popitem (line 96) | def popitem(self, *argv) -> Any: ... method setdefault (line 97) | def setdefault(self, *argv) -> Any: ... method update (line 98) | def update(self, *argv) -> Any: ... method values (line 99) | def values(self, *argv) -> Any: ... function dir (line 101) | def dir() -> None: ... function divmod (line 102) | def divmod() -> None: ... class enumerate (line 104) | class enumerate: ... function eval (line 106) | def eval() -> None: ... function exec (line 107) | def exec() -> None: ... function execfile (line 108) | def execfile() -> None: ... class filter (line 110) | class filter: ... class float (line 111) | class float: ... class frozenset (line 113) | class frozenset: method copy (line 114) | def copy(self, *argv) -> Any: ... method difference (line 115) | def difference(self, *argv) -> Any: ... method intersection (line 116) | def intersection(self, *argv) -> Any: ... method isdisjoint (line 117) | def isdisjoint(self, *argv) -> Any: ... method issubset (line 118) | def issubset(self, *argv) -> Any: ... method issuperset (line 119) | def issuperset(self, *argv) -> Any: ... method symmetric_difference (line 120) | def symmetric_difference(self, *argv) -> Any: ... method union (line 121) | def union(self, *argv) -> Any: ... function getattr (line 123) | def getattr() -> None: ... function globals (line 124) | def globals() -> None: ... function hasattr (line 125) | def hasattr() -> None: ... function hash (line 126) | def hash() -> None: ... function help (line 127) | def help() -> None: ... function hex (line 128) | def hex() -> None: ... function id (line 129) | def id() -> None: ... function input (line 130) | def input() -> None: ... class int (line 132) | class int: method from_bytes (line 133) | def from_bytes(self, *argv) -> Any: ... method to_bytes (line 134) | def to_bytes(self, *argv) -> Any: ... function isinstance (line 136) | def isinstance() -> None: ... function issubclass (line 137) | def issubclass() -> None: ... function iter (line 138) | def iter() -> None: ... function len (line 139) | def len() -> None: ... class list (line 141) | class list: method append (line 142) | def append(self, *argv) -> Any: ... method clear (line 143) | def clear(self, *argv) -> Any: ... method copy (line 144) | def copy(self, *argv) -> Any: ... method count (line 145) | def count(self, *argv) -> Any: ... method extend (line 146) | def extend(self, *argv) -> Any: ... method index (line 147) | def index(self, *argv) -> Any: ... method insert (line 148) | def insert(self, *argv) -> Any: ... method pop (line 149) | def pop(self, *argv) -> Any: ... method remove (line 150) | def remove(self, *argv) -> Any: ... method reverse (line 151) | def reverse(self, *argv) -> Any: ... method sort (line 152) | def sort(self, *argv) -> Any: ... function locals (line 154) | def locals() -> None: ... class map (line 156) | class map: ... function max (line 158) | def max() -> None: ... class memoryview (line 160) | class memoryview: ... function min (line 162) | def min() -> None: ... function next (line 163) | def next() -> None: ... class object (line 165) | class object: ... function oct (line 167) | def oct() -> None: ... function open (line 168) | def open() -> None: ... function ord (line 169) | def ord() -> None: ... function pow (line 170) | def pow() -> None: ... function print (line 171) | def print() -> None: ... class property (line 173) | class property: method deleter (line 174) | def deleter(self, *argv) -> Any: ... method getter (line 175) | def getter(self, *argv) -> Any: ... method setter (line 176) | def setter(self, *argv) -> Any: ... class range (line 178) | class range: ... function repr (line 180) | def repr() -> None: ... class reversed (line 182) | class reversed: ... function round (line 184) | def round() -> None: ... class set (line 186) | class set: method add (line 187) | def add(self, *argv) -> Any: ... method clear (line 188) | def clear(self, *argv) -> Any: ... method copy (line 189) | def copy(self, *argv) -> Any: ... method difference (line 190) | def difference(self, *argv) -> Any: ... method difference_update (line 191) | def difference_update(self, *argv) -> Any: ... method discard (line 192) | def discard(self, *argv) -> Any: ... method intersection (line 193) | def intersection(self, *argv) -> Any: ... method intersection_update (line 194) | def intersection_update(self, *argv) -> Any: ... method isdisjoint (line 195) | def isdisjoint(self, *argv) -> Any: ... method issubset (line 196) | def issubset(self, *argv) -> Any: ... method issuperset (line 197) | def issuperset(self, *argv) -> Any: ... method pop (line 198) | def pop(self, *argv) -> Any: ... method remove (line 199) | def remove(self, *argv) -> Any: ... method symmetric_difference (line 200) | def symmetric_difference(self, *argv) -> Any: ... method symmetric_difference_update (line 201) | def symmetric_difference_update(self, *argv) -> Any: ... method union (line 202) | def union(self, *argv) -> Any: ... method update (line 203) | def update(self, *argv) -> Any: ... function setattr (line 205) | def setattr() -> None: ... class slice (line 207) | class slice: ... function sorted (line 209) | def sorted() -> None: ... class staticmethod (line 211) | class staticmethod: ... class str (line 213) | class str: method center (line 214) | def center(self, *argv) -> Any: ... method count (line 215) | def count(self, *argv) -> Any: ... method encode (line 216) | def encode(self, *argv) -> Any: ... method endswith (line 217) | def endswith(self, *argv) -> Any: ... method find (line 218) | def find(self, *argv) -> Any: ... method format (line 219) | def format(self, *argv) -> Any: ... method index (line 220) | def index(self, *argv) -> Any: ... method isalpha (line 221) | def isalpha(self, *argv) -> Any: ... method isdigit (line 222) | def isdigit(self, *argv) -> Any: ... method islower (line 223) | def islower(self, *argv) -> Any: ... method isspace (line 224) | def isspace(self, *argv) -> Any: ... method isupper (line 225) | def isupper(self, *argv) -> Any: ... method join (line 226) | def join(self, *argv) -> Any: ... method lower (line 227) | def lower(self, *argv) -> Any: ... method lstrip (line 228) | def lstrip(self, *argv) -> Any: ... method partition (line 229) | def partition(self, *argv) -> Any: ... method replace (line 230) | def replace(self, *argv) -> Any: ... method rfind (line 231) | def rfind(self, *argv) -> Any: ... method rindex (line 232) | def rindex(self, *argv) -> Any: ... method rpartition (line 233) | def rpartition(self, *argv) -> Any: ... method rsplit (line 234) | def rsplit(self, *argv) -> Any: ... method rstrip (line 235) | def rstrip(self, *argv) -> Any: ... method split (line 236) | def split(self, *argv) -> Any: ... method splitlines (line 237) | def splitlines(self, *argv) -> Any: ... method startswith (line 238) | def startswith(self, *argv) -> Any: ... method strip (line 239) | def strip(self, *argv) -> Any: ... method upper (line 240) | def upper(self, *argv) -> Any: ... function sum (line 242) | def sum() -> None: ... class super (line 244) | class super: ... class tuple (line 246) | class tuple: method count (line 247) | def count(self, *argv) -> Any: ... method index (line 248) | def index(self, *argv) -> Any: ... class type (line 250) | class type: ... class zip (line 251) | class zip: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/cmath.py function cos (line 9) | def cos(): function exp (line 16) | def exp(): function log (line 20) | def log(): function log10 (line 24) | def log10(): function phase (line 28) | def phase(): function polar (line 35) | def polar(): function rect (line 39) | def rect(): function sin (line 43) | def sin(): function sqrt (line 47) | def sqrt(): FILE: stubs/m5stack_flowui-v1_4_0-beta/cmath.pyi function cos (line 1) | def cos() -> None: ... function exp (line 5) | def exp() -> None: ... function log (line 6) | def log() -> None: ... function log10 (line 7) | def log10() -> None: ... function phase (line 8) | def phase() -> None: ... function polar (line 12) | def polar() -> None: ... function rect (line 13) | def rect() -> None: ... function sin (line 14) | def sin() -> None: ... function sqrt (line 15) | def sqrt() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/collections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *argv) -> Any: method copy (line 15) | def copy(self, *argv) -> Any: method fromkeys (line 18) | def fromkeys(self, *argv) -> Any: method get (line 21) | def get(self, *argv) -> Any: method items (line 24) | def items(self, *argv) -> Any: method keys (line 27) | def keys(self, *argv) -> Any: method pop (line 30) | def pop(self, *argv) -> Any: method popitem (line 33) | def popitem(self, *argv) -> Any: method setdefault (line 36) | def setdefault(self, *argv) -> Any: method update (line 39) | def update(self, *argv) -> Any: method values (line 42) | def values(self, *argv) -> Any: class deque (line 46) | class deque: method append (line 49) | def append(self, *argv) -> Any: method popleft (line 52) | def popleft(self, *argv) -> Any: function namedtuple (line 56) | def namedtuple(): FILE: stubs/m5stack_flowui-v1_4_0-beta/collections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *argv) -> Any: ... method copy (line 5) | def copy(self, *argv) -> Any: ... method fromkeys (line 6) | def fromkeys(self, *argv) -> Any: ... method get (line 7) | def get(self, *argv) -> Any: ... method items (line 8) | def items(self, *argv) -> Any: ... method keys (line 9) | def keys(self, *argv) -> Any: ... method pop (line 10) | def pop(self, *argv) -> Any: ... method popitem (line 11) | def popitem(self, *argv) -> Any: ... method setdefault (line 12) | def setdefault(self, *argv) -> Any: ... method update (line 13) | def update(self, *argv) -> Any: ... method values (line 14) | def values(self, *argv) -> Any: ... class deque (line 16) | class deque: method append (line 17) | def append(self, *argv) -> Any: ... method popleft (line 18) | def popleft(self, *argv) -> Any: ... function namedtuple (line 20) | def namedtuple() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/display.py class TFT (line 9) | class TFT: method arc (line 61) | def arc(self, *argv) -> Any: method attrib7seg (line 64) | def attrib7seg(self, *argv) -> Any: method backlight (line 67) | def backlight(self, *argv) -> Any: method circle (line 70) | def circle(self, *argv) -> Any: method clear (line 73) | def clear(self, *argv) -> Any: method clearwin (line 76) | def clearwin(self, *argv) -> Any: method compileFont (line 79) | def compileFont(self, *argv) -> Any: method deinit (line 82) | def deinit(self, *argv) -> Any: method drawCircle (line 85) | def drawCircle(self, *argv) -> Any: method drawLine (line 88) | def drawLine(self, *argv) -> Any: method drawPixel (line 91) | def drawPixel(self, *argv) -> Any: method drawRect (line 94) | def drawRect(self, *argv) -> Any: method drawRoundRect (line 97) | def drawRoundRect(self, *argv) -> Any: method drawTriangle (line 100) | def drawTriangle(self, *argv) -> Any: method ellipse (line 103) | def ellipse(self, *argv) -> Any: method fill (line 106) | def fill(self, *argv) -> Any: method fillCircle (line 109) | def fillCircle(self, *argv) -> Any: method fillRect (line 112) | def fillRect(self, *argv) -> Any: method fillRoundRect (line 115) | def fillRoundRect(self, *argv) -> Any: method fillScreen (line 118) | def fillScreen(self, *argv) -> Any: method fillTriangle (line 121) | def fillTriangle(self, *argv) -> Any: method font (line 124) | def font(self, *argv) -> Any: method fontSize (line 127) | def fontSize(self, *argv) -> Any: method getCursor (line 130) | def getCursor(self, *argv) -> Any: method get_bg (line 133) | def get_bg(self, *argv) -> Any: method get_fg (line 136) | def get_fg(self, *argv) -> Any: method hsb2rgb (line 139) | def hsb2rgb(self, *argv) -> Any: method image (line 142) | def image(self, *argv) -> Any: method init (line 145) | def init(self, *argv) -> Any: method line (line 148) | def line(self, *argv) -> Any: method lineByAngle (line 151) | def lineByAngle(self, *argv) -> Any: method orient (line 154) | def orient(self, *argv) -> Any: method pixel (line 157) | def pixel(self, *argv) -> Any: method polygon (line 160) | def polygon(self, *argv) -> Any: method print (line 163) | def print(self, *argv) -> Any: method println (line 166) | def println(self, *argv) -> Any: method qrcode (line 169) | def qrcode(self, *argv) -> Any: method rect (line 172) | def rect(self, *argv) -> Any: method resetwin (line 175) | def resetwin(self, *argv) -> Any: method restorewin (line 178) | def restorewin(self, *argv) -> Any: method roundrect (line 181) | def roundrect(self, *argv) -> Any: method savewin (line 184) | def savewin(self, *argv) -> Any: method screensize (line 187) | def screensize(self, *argv) -> Any: method setBrightness (line 190) | def setBrightness(self, *argv) -> Any: method setColor (line 193) | def setColor(self, *argv) -> Any: method setCursor (line 196) | def setCursor(self, *argv) -> Any: method setRotation (line 199) | def setRotation(self, *argv) -> Any: method setTextColor (line 202) | def setTextColor(self, *argv) -> Any: method set_bg (line 205) | def set_bg(self, *argv) -> Any: method set_fg (line 208) | def set_fg(self, *argv) -> Any: method setwin (line 211) | def setwin(self, *argv) -> Any: method text (line 214) | def text(self, *argv) -> Any: method textClear (line 217) | def textClear(self, *argv) -> Any: method textWidth (line 220) | def textWidth(self, *argv) -> Any: method text_x (line 223) | def text_x(self, *argv) -> Any: method text_y (line 226) | def text_y(self, *argv) -> Any: method tft_deselect (line 229) | def tft_deselect(self, *argv) -> Any: method tft_readcmd (line 232) | def tft_readcmd(self, *argv) -> Any: method tft_select (line 235) | def tft_select(self, *argv) -> Any: method tft_setspeed (line 238) | def tft_setspeed(self, *argv) -> Any: method tft_writecmd (line 241) | def tft_writecmd(self, *argv) -> Any: method tft_writecmddata (line 244) | def tft_writecmddata(self, *argv) -> Any: method triangle (line 247) | def triangle(self, *argv) -> Any: method winsize (line 250) | def winsize(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/display.pyi class TFT (line 3) | class TFT: method arc (line 52) | def arc(self, *argv) -> Any: ... method attrib7seg (line 53) | def attrib7seg(self, *argv) -> Any: ... method backlight (line 54) | def backlight(self, *argv) -> Any: ... method circle (line 55) | def circle(self, *argv) -> Any: ... method clear (line 56) | def clear(self, *argv) -> Any: ... method clearwin (line 57) | def clearwin(self, *argv) -> Any: ... method compileFont (line 58) | def compileFont(self, *argv) -> Any: ... method deinit (line 59) | def deinit(self, *argv) -> Any: ... method drawCircle (line 60) | def drawCircle(self, *argv) -> Any: ... method drawLine (line 61) | def drawLine(self, *argv) -> Any: ... method drawPixel (line 62) | def drawPixel(self, *argv) -> Any: ... method drawRect (line 63) | def drawRect(self, *argv) -> Any: ... method drawRoundRect (line 64) | def drawRoundRect(self, *argv) -> Any: ... method drawTriangle (line 65) | def drawTriangle(self, *argv) -> Any: ... method ellipse (line 66) | def ellipse(self, *argv) -> Any: ... method fill (line 67) | def fill(self, *argv) -> Any: ... method fillCircle (line 68) | def fillCircle(self, *argv) -> Any: ... method fillRect (line 69) | def fillRect(self, *argv) -> Any: ... method fillRoundRect (line 70) | def fillRoundRect(self, *argv) -> Any: ... method fillScreen (line 71) | def fillScreen(self, *argv) -> Any: ... method fillTriangle (line 72) | def fillTriangle(self, *argv) -> Any: ... method font (line 73) | def font(self, *argv) -> Any: ... method fontSize (line 74) | def fontSize(self, *argv) -> Any: ... method getCursor (line 75) | def getCursor(self, *argv) -> Any: ... method get_bg (line 76) | def get_bg(self, *argv) -> Any: ... method get_fg (line 77) | def get_fg(self, *argv) -> Any: ... method hsb2rgb (line 78) | def hsb2rgb(self, *argv) -> Any: ... method image (line 79) | def image(self, *argv) -> Any: ... method init (line 80) | def init(self, *argv) -> Any: ... method line (line 81) | def line(self, *argv) -> Any: ... method lineByAngle (line 82) | def lineByAngle(self, *argv) -> Any: ... method orient (line 83) | def orient(self, *argv) -> Any: ... method pixel (line 84) | def pixel(self, *argv) -> Any: ... method polygon (line 85) | def polygon(self, *argv) -> Any: ... method print (line 86) | def print(self, *argv) -> Any: ... method println (line 87) | def println(self, *argv) -> Any: ... method qrcode (line 88) | def qrcode(self, *argv) -> Any: ... method rect (line 89) | def rect(self, *argv) -> Any: ... method resetwin (line 90) | def resetwin(self, *argv) -> Any: ... method restorewin (line 91) | def restorewin(self, *argv) -> Any: ... method roundrect (line 92) | def roundrect(self, *argv) -> Any: ... method savewin (line 93) | def savewin(self, *argv) -> Any: ... method screensize (line 94) | def screensize(self, *argv) -> Any: ... method setBrightness (line 95) | def setBrightness(self, *argv) -> Any: ... method setColor (line 96) | def setColor(self, *argv) -> Any: ... method setCursor (line 97) | def setCursor(self, *argv) -> Any: ... method setRotation (line 98) | def setRotation(self, *argv) -> Any: ... method setTextColor (line 99) | def setTextColor(self, *argv) -> Any: ... method set_bg (line 100) | def set_bg(self, *argv) -> Any: ... method set_fg (line 101) | def set_fg(self, *argv) -> Any: ... method setwin (line 102) | def setwin(self, *argv) -> Any: ... method text (line 103) | def text(self, *argv) -> Any: ... method textClear (line 104) | def textClear(self, *argv) -> Any: ... method textWidth (line 105) | def textWidth(self, *argv) -> Any: ... method text_x (line 106) | def text_x(self, *argv) -> Any: ... method text_y (line 107) | def text_y(self, *argv) -> Any: ... method tft_deselect (line 108) | def tft_deselect(self, *argv) -> Any: ... method tft_readcmd (line 109) | def tft_readcmd(self, *argv) -> Any: ... method tft_select (line 110) | def tft_select(self, *argv) -> Any: ... method tft_setspeed (line 111) | def tft_setspeed(self, *argv) -> Any: ... method tft_writecmd (line 112) | def tft_writecmd(self, *argv) -> Any: ... method tft_writecmddata (line 113) | def tft_writecmddata(self, *argv) -> Any: ... method triangle (line 114) | def triangle(self, *argv) -> Any: ... method winsize (line 115) | def winsize(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/esp.py function dht_readinto (line 16) | def dht_readinto(): function flash_erase (line 20) | def flash_erase(): function flash_read (line 24) | def flash_read(): function flash_size (line 28) | def flash_size(): function flash_user_start (line 32) | def flash_user_start(): function flash_write (line 36) | def flash_write(): function gpio_matrix_in (line 40) | def gpio_matrix_in(): function gpio_matrix_out (line 44) | def gpio_matrix_out(): function neopixel_write (line 48) | def neopixel_write(): function osdebug (line 52) | def osdebug(): FILE: stubs/m5stack_flowui-v1_4_0-beta/esp.pyi function dht_readinto (line 8) | def dht_readinto() -> None: ... function flash_erase (line 9) | def flash_erase() -> None: ... function flash_read (line 10) | def flash_read() -> None: ... function flash_size (line 11) | def flash_size() -> None: ... function flash_user_start (line 12) | def flash_user_start() -> None: ... function flash_write (line 13) | def flash_write() -> None: ... function gpio_matrix_in (line 14) | def gpio_matrix_in() -> None: ... function gpio_matrix_out (line 15) | def gpio_matrix_out() -> None: ... function neopixel_write (line 16) | def neopixel_write() -> None: ... function osdebug (line 17) | def osdebug() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/esp32.py class ULP (line 9) | class ULP: method load_binary (line 14) | def load_binary(self, *argv) -> Any: method run (line 17) | def run(self, *argv) -> Any: method set_wakeup_period (line 20) | def set_wakeup_period(self, *argv) -> Any: function hall_sensor (line 28) | def hall_sensor(): function raw_temperature (line 32) | def raw_temperature(): function wake_on_ext0 (line 36) | def wake_on_ext0(): function wake_on_ext1 (line 40) | def wake_on_ext1(): function wake_on_touch (line 44) | def wake_on_touch(): FILE: stubs/m5stack_flowui-v1_4_0-beta/esp32.pyi class ULP (line 3) | class ULP: method load_binary (line 5) | def load_binary(self, *argv) -> Any: ... method run (line 6) | def run(self, *argv) -> Any: ... method set_wakeup_period (line 7) | def set_wakeup_period(self, *argv) -> Any: ... function hall_sensor (line 12) | def hall_sensor() -> None: ... function raw_temperature (line 13) | def raw_temperature() -> None: ... function wake_on_ext0 (line 14) | def wake_on_ext0() -> None: ... function wake_on_ext1 (line 15) | def wake_on_ext1() -> None: ... function wake_on_touch (line 16) | def wake_on_touch() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/espnow.py function add_peer (line 13) | def add_peer(): function broadcast (line 17) | def broadcast(): function deinit (line 21) | def deinit(): function get_mac_addr (line 25) | def get_mac_addr(): function init (line 29) | def init(): function recv_cb (line 33) | def recv_cb(): function recv_data (line 37) | def recv_data(): function send (line 41) | def send(): function send_cb (line 45) | def send_cb(): function set_pmk (line 49) | def set_pmk(): FILE: stubs/m5stack_flowui-v1_4_0-beta/espnow.pyi function add_peer (line 5) | def add_peer() -> None: ... function broadcast (line 6) | def broadcast() -> None: ... function deinit (line 7) | def deinit() -> None: ... function get_mac_addr (line 8) | def get_mac_addr() -> None: ... function init (line 9) | def init() -> None: ... function recv_cb (line 10) | def recv_cb() -> None: ... function recv_data (line 11) | def recv_data() -> None: ... function send (line 12) | def send() -> None: ... function send_cb (line 13) | def send_cb() -> None: ... function set_pmk (line 14) | def set_pmk() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/app_manage.py class Btn (line 9) | class Btn: method attach (line 12) | def attach(self, *argv) -> Any: method deinit (line 15) | def deinit(self, *argv) -> Any: method detach (line 18) | def detach(self, *argv) -> Any: method multiBtnCb (line 21) | def multiBtnCb(self, *argv) -> Any: method restart (line 24) | def restart(self, *argv) -> Any: method timerCb (line 27) | def timerCb(self, *argv) -> Any: class BtnChild (line 31) | class BtnChild: method deinit (line 34) | def deinit(self, *argv) -> Any: method isPressed (line 37) | def isPressed(self, *argv) -> Any: method isReleased (line 40) | def isReleased(self, *argv) -> Any: method pressFor (line 43) | def pressFor(self, *argv) -> Any: method restart (line 46) | def restart(self, *argv) -> Any: method upDate (line 49) | def upDate(self, *argv) -> Any: method wasDoublePress (line 52) | def wasDoublePress(self, *argv) -> Any: method wasPressed (line 55) | def wasPressed(self, *argv) -> Any: method wasReleased (line 58) | def wasReleased(self, *argv) -> Any: class IP5306 (line 62) | class IP5306: method getBatteryLevel (line 65) | def getBatteryLevel(self, *argv) -> Any: method init (line 68) | def init(self, *argv) -> Any: method isChargeFull (line 71) | def isChargeFull(self, *argv) -> Any: method isCharging (line 74) | def isCharging(self, *argv) -> Any: method setCharge (line 77) | def setCharge(self, *argv) -> Any: method setChargeVolt (line 80) | def setChargeVolt(self, *argv) -> Any: method setVinMaxCurrent (line 83) | def setVinMaxCurrent(self, *argv) -> Any: class Rgb_multi (line 87) | class Rgb_multi: method deinit (line 90) | def deinit(self, *argv) -> Any: method setBrightness (line 93) | def setBrightness(self, *argv) -> Any: method setColor (line 96) | def setColor(self, *argv) -> Any: method setColorAll (line 99) | def setColorAll(self, *argv) -> Any: method setColorFrom (line 102) | def setColorFrom(self, *argv) -> Any: method setShowLock (line 105) | def setShowLock(self, *argv) -> Any: method show (line 108) | def show(self, *argv) -> Any: class Speaker (line 112) | class Speaker: method _timeout_cb (line 115) | def _timeout_cb(self, *argv) -> Any: method checkInit (line 118) | def checkInit(self, *argv) -> Any: method setBeat (line 121) | def setBeat(self, *argv) -> Any: method setVolume (line 124) | def setVolume(self, *argv) -> Any: method sing (line 127) | def sing(self, *argv) -> Any: method tone (line 130) | def tone(self, *argv) -> Any: function btnText (line 142) | def btnText(): function const (line 146) | def const(): function draw_triangle (line 154) | def draw_triangle(): function file_choose (line 158) | def file_choose(): function file_image (line 162) | def file_image(): function file_start (line 169) | def file_start(): function filecp (line 173) | def filecp(): function get_sd_state (line 181) | def get_sd_state(): function hwDeinit (line 185) | def hwDeinit(): function image_json_write (line 192) | def image_json_write(): function sd_mount (line 207) | def sd_mount(): function sd_umount (line 211) | def sd_umount(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/app_manage.pyi class Btn (line 3) | class Btn: method attach (line 4) | def attach(self, *argv) -> Any: ... method deinit (line 5) | def deinit(self, *argv) -> Any: ... method detach (line 6) | def detach(self, *argv) -> Any: ... method multiBtnCb (line 7) | def multiBtnCb(self, *argv) -> Any: ... method restart (line 8) | def restart(self, *argv) -> Any: ... method timerCb (line 9) | def timerCb(self, *argv) -> Any: ... class BtnChild (line 11) | class BtnChild: method deinit (line 12) | def deinit(self, *argv) -> Any: ... method isPressed (line 13) | def isPressed(self, *argv) -> Any: ... method isReleased (line 14) | def isReleased(self, *argv) -> Any: ... method pressFor (line 15) | def pressFor(self, *argv) -> Any: ... method restart (line 16) | def restart(self, *argv) -> Any: ... method upDate (line 17) | def upDate(self, *argv) -> Any: ... method wasDoublePress (line 18) | def wasDoublePress(self, *argv) -> Any: ... method wasPressed (line 19) | def wasPressed(self, *argv) -> Any: ... method wasReleased (line 20) | def wasReleased(self, *argv) -> Any: ... class IP5306 (line 22) | class IP5306: method getBatteryLevel (line 23) | def getBatteryLevel(self, *argv) -> Any: ... method init (line 24) | def init(self, *argv) -> Any: ... method isChargeFull (line 25) | def isChargeFull(self, *argv) -> Any: ... method isCharging (line 26) | def isCharging(self, *argv) -> Any: ... method setCharge (line 27) | def setCharge(self, *argv) -> Any: ... method setChargeVolt (line 28) | def setChargeVolt(self, *argv) -> Any: ... method setVinMaxCurrent (line 29) | def setVinMaxCurrent(self, *argv) -> Any: ... class Rgb_multi (line 31) | class Rgb_multi: method deinit (line 32) | def deinit(self, *argv) -> Any: ... method setBrightness (line 33) | def setBrightness(self, *argv) -> Any: ... method setColor (line 34) | def setColor(self, *argv) -> Any: ... method setColorAll (line 35) | def setColorAll(self, *argv) -> Any: ... method setColorFrom (line 36) | def setColorFrom(self, *argv) -> Any: ... method setShowLock (line 37) | def setShowLock(self, *argv) -> Any: ... method show (line 38) | def show(self, *argv) -> Any: ... class Speaker (line 40) | class Speaker: method _timeout_cb (line 41) | def _timeout_cb(self, *argv) -> Any: ... method checkInit (line 42) | def checkInit(self, *argv) -> Any: ... method setBeat (line 43) | def setBeat(self, *argv) -> Any: ... method setVolume (line 44) | def setVolume(self, *argv) -> Any: ... method sing (line 45) | def sing(self, *argv) -> Any: ... method tone (line 46) | def tone(self, *argv) -> Any: ... function btnText (line 55) | def btnText() -> None: ... function const (line 56) | def const() -> None: ... function draw_triangle (line 61) | def draw_triangle() -> None: ... function file_choose (line 62) | def file_choose() -> None: ... function file_image (line 63) | def file_image() -> None: ... function file_start (line 67) | def file_start() -> None: ... function filecp (line 68) | def filecp() -> None: ... function get_sd_state (line 73) | def get_sd_state() -> None: ... function hwDeinit (line 74) | def hwDeinit() -> None: ... function image_json_write (line 78) | def image_json_write() -> None: ... function sd_mount (line 90) | def sd_mount() -> None: ... function sd_umount (line 91) | def sd_umount() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/button.py class Btn (line 9) | class Btn: method attach (line 12) | def attach(self, *argv) -> Any: method deinit (line 15) | def deinit(self, *argv) -> Any: method detach (line 18) | def detach(self, *argv) -> Any: method multiBtnCb (line 21) | def multiBtnCb(self, *argv) -> Any: method restart (line 24) | def restart(self, *argv) -> Any: method timerCb (line 27) | def timerCb(self, *argv) -> Any: class BtnChild (line 31) | class BtnChild: method deinit (line 34) | def deinit(self, *argv) -> Any: method isPressed (line 37) | def isPressed(self, *argv) -> Any: method isReleased (line 40) | def isReleased(self, *argv) -> Any: method pressFor (line 43) | def pressFor(self, *argv) -> Any: method restart (line 46) | def restart(self, *argv) -> Any: method upDate (line 49) | def upDate(self, *argv) -> Any: method wasDoublePress (line 52) | def wasDoublePress(self, *argv) -> Any: method wasPressed (line 55) | def wasPressed(self, *argv) -> Any: method wasReleased (line 58) | def wasReleased(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/button.pyi class Btn (line 3) | class Btn: method attach (line 4) | def attach(self, *argv) -> Any: ... method deinit (line 5) | def deinit(self, *argv) -> Any: ... method detach (line 6) | def detach(self, *argv) -> Any: ... method multiBtnCb (line 7) | def multiBtnCb(self, *argv) -> Any: ... method restart (line 8) | def restart(self, *argv) -> Any: ... method timerCb (line 9) | def timerCb(self, *argv) -> Any: ... class BtnChild (line 11) | class BtnChild: method deinit (line 12) | def deinit(self, *argv) -> Any: ... method isPressed (line 13) | def isPressed(self, *argv) -> Any: ... method isReleased (line 14) | def isReleased(self, *argv) -> Any: ... method pressFor (line 15) | def pressFor(self, *argv) -> Any: ... method restart (line 16) | def restart(self, *argv) -> Any: ... method upDate (line 17) | def upDate(self, *argv) -> Any: ... method wasDoublePress (line 18) | def wasDoublePress(self, *argv) -> Any: ... method wasPressed (line 19) | def wasPressed(self, *argv) -> Any: ... method wasReleased (line 20) | def wasReleased(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/face.py class Face (line 13) | class Face: function const (line 25) | def const(): function deinit (line 29) | def deinit(): function get (line 33) | def get(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/face.pyi class Face (line 7) | class Face: ... function const (line 16) | def const() -> None: ... function deinit (line 17) | def deinit() -> None: ... function get (line 18) | def get() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/faces/_calc.py class Calc (line 9) | class Calc: method _available (line 12) | def _available(self, *argv) -> Any: method _update (line 15) | def _update(self, *argv) -> Any: method clearStr (line 18) | def clearStr(self, *argv) -> Any: method deinit (line 21) | def deinit(self, *argv) -> Any: method deleteStrLast (line 24) | def deleteStrLast(self, *argv) -> Any: method isNewKeyPress (line 27) | def isNewKeyPress(self, *argv) -> Any: method readKey (line 30) | def readKey(self, *argv) -> Any: method readStr (line 33) | def readStr(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/faces/_calc.pyi class Calc (line 3) | class Calc: method _available (line 4) | def _available(self, *argv) -> Any: ... method _update (line 5) | def _update(self, *argv) -> Any: ... method clearStr (line 6) | def clearStr(self, *argv) -> Any: ... method deinit (line 7) | def deinit(self, *argv) -> Any: ... method deleteStrLast (line 8) | def deleteStrLast(self, *argv) -> Any: ... method isNewKeyPress (line 9) | def isNewKeyPress(self, *argv) -> Any: ... method readKey (line 10) | def readKey(self, *argv) -> Any: ... method readStr (line 11) | def readStr(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/faces/_encode.py class Encode (line 9) | class Encode: method _available (line 12) | def _available(self, *argv) -> Any: method _update (line 15) | def _update(self, *argv) -> Any: method clearValue (line 18) | def clearValue(self, *argv) -> Any: method deinit (line 21) | def deinit(self, *argv) -> Any: method getDir (line 24) | def getDir(self, *argv) -> Any: method getPress (line 27) | def getPress(self, *argv) -> Any: method getValue (line 30) | def getValue(self, *argv) -> Any: method setLed (line 33) | def setLed(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/faces/_encode.pyi class Encode (line 3) | class Encode: method _available (line 4) | def _available(self, *argv) -> Any: ... method _update (line 5) | def _update(self, *argv) -> Any: ... method clearValue (line 6) | def clearValue(self, *argv) -> Any: ... method deinit (line 7) | def deinit(self, *argv) -> Any: ... method getDir (line 8) | def getDir(self, *argv) -> Any: ... method getPress (line 9) | def getPress(self, *argv) -> Any: ... method getValue (line 10) | def getValue(self, *argv) -> Any: ... method setLed (line 11) | def setLed(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/faces/_joystick.py class Joystick (line 9) | class Joystick: method _available (line 18) | def _available(self, *argv) -> Any: method _update (line 21) | def _update(self, *argv) -> Any: method deinit (line 24) | def deinit(self, *argv) -> Any: method setLed (line 27) | def setLed(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/faces/_joystick.pyi class Joystick (line 3) | class Joystick: method _available (line 9) | def _available(self, *argv) -> Any: ... method _update (line 10) | def _update(self, *argv) -> Any: ... method deinit (line 11) | def deinit(self, *argv) -> Any: ... method setLed (line 12) | def setLed(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/faces/_keyboard.py class Keyboard (line 9) | class Keyboard: method _available (line 12) | def _available(self, *argv) -> Any: method _update (line 15) | def _update(self, *argv) -> Any: method clearStr (line 18) | def clearStr(self, *argv) -> Any: method deinit (line 21) | def deinit(self, *argv) -> Any: method deleteStrLast (line 24) | def deleteStrLast(self, *argv) -> Any: method isNewKeyPress (line 27) | def isNewKeyPress(self, *argv) -> Any: method readKey (line 30) | def readKey(self, *argv) -> Any: method readStr (line 33) | def readStr(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/faces/_keyboard.pyi class Keyboard (line 3) | class Keyboard: method _available (line 4) | def _available(self, *argv) -> Any: ... method _update (line 5) | def _update(self, *argv) -> Any: ... method clearStr (line 6) | def clearStr(self, *argv) -> Any: ... method deinit (line 7) | def deinit(self, *argv) -> Any: ... method deleteStrLast (line 8) | def deleteStrLast(self, *argv) -> Any: ... method isNewKeyPress (line 9) | def isNewKeyPress(self, *argv) -> Any: ... method readKey (line 10) | def readKey(self, *argv) -> Any: ... method readStr (line 11) | def readStr(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/faces/_rfid.py class Rfid (line 17) | class Rfid: method _antenna_on (line 20) | def _antenna_on(self, *argv) -> Any: method _anticoll (line 23) | def _anticoll(self, *argv) -> Any: method _auth (line 26) | def _auth(self, *argv) -> Any: method _available (line 29) | def _available(self, *argv) -> Any: method _cflags (line 32) | def _cflags(self, *argv) -> Any: method _crc (line 35) | def _crc(self, *argv) -> Any: method _get_access (line 38) | def _get_access(self, *argv) -> Any: method _read (line 41) | def _read(self, *argv) -> Any: method _request (line 44) | def _request(self, *argv) -> Any: method _reset (line 47) | def _reset(self, *argv) -> Any: method _rreg (line 50) | def _rreg(self, *argv) -> Any: method _selectTag (line 53) | def _selectTag(self, *argv) -> Any: method _sflags (line 56) | def _sflags(self, *argv) -> Any: method _stop_crypto1 (line 59) | def _stop_crypto1(self, *argv) -> Any: method _tocard (line 62) | def _tocard(self, *argv) -> Any: method _wreg (line 65) | def _wreg(self, *argv) -> Any: method _write (line 68) | def _write(self, *argv) -> Any: method deinit (line 71) | def deinit(self, *argv) -> Any: method init (line 74) | def init(self, *argv) -> Any: method isCardOn (line 77) | def isCardOn(self, *argv) -> Any: method readBlock (line 80) | def readBlock(self, *argv) -> Any: method readBlockStr (line 83) | def readBlockStr(self, *argv) -> Any: method readUid (line 86) | def readUid(self, *argv) -> Any: method writeBlock (line 89) | def writeBlock(self, *argv) -> Any: function const (line 93) | def const(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/faces/_rfid.pyi class Rfid (line 11) | class Rfid: method _antenna_on (line 12) | def _antenna_on(self, *argv) -> Any: ... method _anticoll (line 13) | def _anticoll(self, *argv) -> Any: ... method _auth (line 14) | def _auth(self, *argv) -> Any: ... method _available (line 15) | def _available(self, *argv) -> Any: ... method _cflags (line 16) | def _cflags(self, *argv) -> Any: ... method _crc (line 17) | def _crc(self, *argv) -> Any: ... method _get_access (line 18) | def _get_access(self, *argv) -> Any: ... method _read (line 19) | def _read(self, *argv) -> Any: ... method _request (line 20) | def _request(self, *argv) -> Any: ... method _reset (line 21) | def _reset(self, *argv) -> Any: ... method _rreg (line 22) | def _rreg(self, *argv) -> Any: ... method _selectTag (line 23) | def _selectTag(self, *argv) -> Any: ... method _sflags (line 24) | def _sflags(self, *argv) -> Any: ... method _stop_crypto1 (line 25) | def _stop_crypto1(self, *argv) -> Any: ... method _tocard (line 26) | def _tocard(self, *argv) -> Any: ... method _wreg (line 27) | def _wreg(self, *argv) -> Any: ... method _write (line 28) | def _write(self, *argv) -> Any: ... method deinit (line 29) | def deinit(self, *argv) -> Any: ... method init (line 30) | def init(self, *argv) -> Any: ... method isCardOn (line 31) | def isCardOn(self, *argv) -> Any: ... method readBlock (line 32) | def readBlock(self, *argv) -> Any: ... method readBlockStr (line 33) | def readBlockStr(self, *argv) -> Any: ... method readUid (line 34) | def readUid(self, *argv) -> Any: ... method writeBlock (line 35) | def writeBlock(self, *argv) -> Any: ... function const (line 37) | def const() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/flowSetup.py class Btn (line 9) | class Btn: method attach (line 12) | def attach(self, *argv) -> Any: method deinit (line 15) | def deinit(self, *argv) -> Any: method detach (line 18) | def detach(self, *argv) -> Any: method multiBtnCb (line 21) | def multiBtnCb(self, *argv) -> Any: method restart (line 24) | def restart(self, *argv) -> Any: method timerCb (line 27) | def timerCb(self, *argv) -> Any: class BtnChild (line 31) | class BtnChild: method deinit (line 34) | def deinit(self, *argv) -> Any: method isPressed (line 37) | def isPressed(self, *argv) -> Any: method isReleased (line 40) | def isReleased(self, *argv) -> Any: method pressFor (line 43) | def pressFor(self, *argv) -> Any: method restart (line 46) | def restart(self, *argv) -> Any: method upDate (line 49) | def upDate(self, *argv) -> Any: method wasDoublePress (line 52) | def wasDoublePress(self, *argv) -> Any: method wasPressed (line 55) | def wasPressed(self, *argv) -> Any: method wasReleased (line 58) | def wasReleased(self, *argv) -> Any: class IP5306 (line 62) | class IP5306: method getBatteryLevel (line 65) | def getBatteryLevel(self, *argv) -> Any: method init (line 68) | def init(self, *argv) -> Any: method isChargeFull (line 71) | def isChargeFull(self, *argv) -> Any: method isCharging (line 74) | def isCharging(self, *argv) -> Any: method setCharge (line 77) | def setCharge(self, *argv) -> Any: method setChargeVolt (line 80) | def setChargeVolt(self, *argv) -> Any: method setVinMaxCurrent (line 83) | def setVinMaxCurrent(self, *argv) -> Any: class Rgb_multi (line 87) | class Rgb_multi: method deinit (line 90) | def deinit(self, *argv) -> Any: method setBrightness (line 93) | def setBrightness(self, *argv) -> Any: method setColor (line 96) | def setColor(self, *argv) -> Any: method setColorAll (line 99) | def setColorAll(self, *argv) -> Any: method setColorFrom (line 102) | def setColorFrom(self, *argv) -> Any: method setShowLock (line 105) | def setShowLock(self, *argv) -> Any: method show (line 108) | def show(self, *argv) -> Any: class Speaker (line 112) | class Speaker: method _timeout_cb (line 115) | def _timeout_cb(self, *argv) -> Any: method checkInit (line 118) | def checkInit(self, *argv) -> Any: method setBeat (line 121) | def setBeat(self, *argv) -> Any: method setVolume (line 124) | def setVolume(self, *argv) -> Any: method sing (line 127) | def sing(self, *argv) -> Any: method tone (line 130) | def tone(self, *argv) -> Any: function btnText (line 142) | def btnText(): function const (line 146) | def const(): function draw_triangle (line 153) | def draw_triangle(): function get_sd_state (line 157) | def get_sd_state(): function hwDeinit (line 161) | def hwDeinit(): function sd_mount (line 174) | def sd_mount(): function sd_umount (line 178) | def sd_umount(): function start (line 185) | def start(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/flowSetup.pyi class Btn (line 3) | class Btn: method attach (line 4) | def attach(self, *argv) -> Any: ... method deinit (line 5) | def deinit(self, *argv) -> Any: ... method detach (line 6) | def detach(self, *argv) -> Any: ... method multiBtnCb (line 7) | def multiBtnCb(self, *argv) -> Any: ... method restart (line 8) | def restart(self, *argv) -> Any: ... method timerCb (line 9) | def timerCb(self, *argv) -> Any: ... class BtnChild (line 11) | class BtnChild: method deinit (line 12) | def deinit(self, *argv) -> Any: ... method isPressed (line 13) | def isPressed(self, *argv) -> Any: ... method isReleased (line 14) | def isReleased(self, *argv) -> Any: ... method pressFor (line 15) | def pressFor(self, *argv) -> Any: ... method restart (line 16) | def restart(self, *argv) -> Any: ... method upDate (line 17) | def upDate(self, *argv) -> Any: ... method wasDoublePress (line 18) | def wasDoublePress(self, *argv) -> Any: ... method wasPressed (line 19) | def wasPressed(self, *argv) -> Any: ... method wasReleased (line 20) | def wasReleased(self, *argv) -> Any: ... class IP5306 (line 22) | class IP5306: method getBatteryLevel (line 23) | def getBatteryLevel(self, *argv) -> Any: ... method init (line 24) | def init(self, *argv) -> Any: ... method isChargeFull (line 25) | def isChargeFull(self, *argv) -> Any: ... method isCharging (line 26) | def isCharging(self, *argv) -> Any: ... method setCharge (line 27) | def setCharge(self, *argv) -> Any: ... method setChargeVolt (line 28) | def setChargeVolt(self, *argv) -> Any: ... method setVinMaxCurrent (line 29) | def setVinMaxCurrent(self, *argv) -> Any: ... class Rgb_multi (line 31) | class Rgb_multi: method deinit (line 32) | def deinit(self, *argv) -> Any: ... method setBrightness (line 33) | def setBrightness(self, *argv) -> Any: ... method setColor (line 34) | def setColor(self, *argv) -> Any: ... method setColorAll (line 35) | def setColorAll(self, *argv) -> Any: ... method setColorFrom (line 36) | def setColorFrom(self, *argv) -> Any: ... method setShowLock (line 37) | def setShowLock(self, *argv) -> Any: ... method show (line 38) | def show(self, *argv) -> Any: ... class Speaker (line 40) | class Speaker: method _timeout_cb (line 41) | def _timeout_cb(self, *argv) -> Any: ... method checkInit (line 42) | def checkInit(self, *argv) -> Any: ... method setBeat (line 43) | def setBeat(self, *argv) -> Any: ... method setVolume (line 44) | def setVolume(self, *argv) -> Any: ... method sing (line 45) | def sing(self, *argv) -> Any: ... method tone (line 46) | def tone(self, *argv) -> Any: ... function btnText (line 55) | def btnText() -> None: ... function const (line 56) | def const() -> None: ... function draw_triangle (line 60) | def draw_triangle() -> None: ... function get_sd_state (line 61) | def get_sd_state() -> None: ... function hwDeinit (line 62) | def hwDeinit() -> None: ... function sd_mount (line 72) | def sd_mount() -> None: ... function sd_umount (line 73) | def sd_umount() -> None: ... function start (line 77) | def start() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/i2c_bus.py class I2C (line 9) | class I2C: method address (line 21) | def address(self, *argv) -> Any: method begin (line 24) | def begin(self, *argv) -> Any: method callback (line 27) | def callback(self, *argv) -> Any: method clock_timing (line 30) | def clock_timing(self, *argv) -> Any: method data_timing (line 33) | def data_timing(self, *argv) -> Any: method deinit (line 36) | def deinit(self, *argv) -> Any: method end (line 39) | def end(self, *argv) -> Any: method getdata (line 42) | def getdata(self, *argv) -> Any: method init (line 45) | def init(self, *argv) -> Any: method is_ready (line 48) | def is_ready(self, *argv) -> Any: method read_byte (line 51) | def read_byte(self, *argv) -> Any: method read_bytes (line 54) | def read_bytes(self, *argv) -> Any: method readfrom (line 57) | def readfrom(self, *argv) -> Any: method readfrom_into (line 60) | def readfrom_into(self, *argv) -> Any: method readfrom_mem (line 63) | def readfrom_mem(self, *argv) -> Any: method readfrom_mem_into (line 66) | def readfrom_mem_into(self, *argv) -> Any: method resetbusy (line 69) | def resetbusy(self, *argv) -> Any: method scan (line 72) | def scan(self, *argv) -> Any: method setdata (line 75) | def setdata(self, *argv) -> Any: method start (line 78) | def start(self, *argv) -> Any: method start_timing (line 81) | def start_timing(self, *argv) -> Any: method stop (line 84) | def stop(self, *argv) -> Any: method stop_timing (line 87) | def stop_timing(self, *argv) -> Any: method timeout (line 90) | def timeout(self, *argv) -> Any: method write_byte (line 93) | def write_byte(self, *argv) -> Any: method write_bytes (line 96) | def write_bytes(self, *argv) -> Any: method writeto (line 99) | def writeto(self, *argv) -> Any: method writeto_mem (line 102) | def writeto_mem(self, *argv) -> Any: class Pahub_I2C (line 117) | class Pahub_I2C: method deinit (line 120) | def deinit(self, *argv) -> Any: method is_ready (line 123) | def is_ready(self, *argv) -> Any: method readfrom (line 126) | def readfrom(self, *argv) -> Any: method readfrom_into (line 129) | def readfrom_into(self, *argv) -> Any: method readfrom_mem (line 132) | def readfrom_mem(self, *argv) -> Any: method readfrom_mem_into (line 135) | def readfrom_mem_into(self, *argv) -> Any: method scan (line 138) | def scan(self, *argv) -> Any: method writeto (line 141) | def writeto(self, *argv) -> Any: method writeto_mem (line 144) | def writeto_mem(self, *argv) -> Any: class easyI2C (line 153) | class easyI2C: method available (line 156) | def available(self, *argv) -> Any: method read (line 159) | def read(self, *argv) -> Any: method read_reg (line 162) | def read_reg(self, *argv) -> Any: method read_u16 (line 165) | def read_u16(self, *argv) -> Any: method read_u8 (line 168) | def read_u8(self, *argv) -> Any: method scan (line 171) | def scan(self, *argv) -> Any: method write_u16 (line 174) | def write_u16(self, *argv) -> Any: method write_u8 (line 177) | def write_u8(self, *argv) -> Any: function get (line 181) | def get(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/i2c_bus.pyi class I2C (line 3) | class I2C: method address (line 12) | def address(self, *argv) -> Any: ... method begin (line 13) | def begin(self, *argv) -> Any: ... method callback (line 14) | def callback(self, *argv) -> Any: ... method clock_timing (line 15) | def clock_timing(self, *argv) -> Any: ... method data_timing (line 16) | def data_timing(self, *argv) -> Any: ... method deinit (line 17) | def deinit(self, *argv) -> Any: ... method end (line 18) | def end(self, *argv) -> Any: ... method getdata (line 19) | def getdata(self, *argv) -> Any: ... method init (line 20) | def init(self, *argv) -> Any: ... method is_ready (line 21) | def is_ready(self, *argv) -> Any: ... method read_byte (line 22) | def read_byte(self, *argv) -> Any: ... method read_bytes (line 23) | def read_bytes(self, *argv) -> Any: ... method readfrom (line 24) | def readfrom(self, *argv) -> Any: ... method readfrom_into (line 25) | def readfrom_into(self, *argv) -> Any: ... method readfrom_mem (line 26) | def readfrom_mem(self, *argv) -> Any: ... method readfrom_mem_into (line 27) | def readfrom_mem_into(self, *argv) -> Any: ... method resetbusy (line 28) | def resetbusy(self, *argv) -> Any: ... method scan (line 29) | def scan(self, *argv) -> Any: ... method setdata (line 30) | def setdata(self, *argv) -> Any: ... method start (line 31) | def start(self, *argv) -> Any: ... method start_timing (line 32) | def start_timing(self, *argv) -> Any: ... method stop (line 33) | def stop(self, *argv) -> Any: ... method stop_timing (line 34) | def stop_timing(self, *argv) -> Any: ... method timeout (line 35) | def timeout(self, *argv) -> Any: ... method write_byte (line 36) | def write_byte(self, *argv) -> Any: ... method write_bytes (line 37) | def write_bytes(self, *argv) -> Any: ... method writeto (line 38) | def writeto(self, *argv) -> Any: ... method writeto_mem (line 39) | def writeto_mem(self, *argv) -> Any: ... class Pahub_I2C (line 51) | class Pahub_I2C: method deinit (line 52) | def deinit(self, *argv) -> Any: ... method is_ready (line 53) | def is_ready(self, *argv) -> Any: ... method readfrom (line 54) | def readfrom(self, *argv) -> Any: ... method readfrom_into (line 55) | def readfrom_into(self, *argv) -> Any: ... method readfrom_mem (line 56) | def readfrom_mem(self, *argv) -> Any: ... method readfrom_mem_into (line 57) | def readfrom_mem_into(self, *argv) -> Any: ... method scan (line 58) | def scan(self, *argv) -> Any: ... method writeto (line 59) | def writeto(self, *argv) -> Any: ... method writeto_mem (line 60) | def writeto_mem(self, *argv) -> Any: ... class easyI2C (line 66) | class easyI2C: method available (line 67) | def available(self, *argv) -> Any: ... method read (line 68) | def read(self, *argv) -> Any: ... method read_reg (line 69) | def read_reg(self, *argv) -> Any: ... method read_u16 (line 70) | def read_u16(self, *argv) -> Any: ... method read_u8 (line 71) | def read_u8(self, *argv) -> Any: ... method scan (line 72) | def scan(self, *argv) -> Any: ... method write_u16 (line 73) | def write_u16(self, *argv) -> Any: ... method write_u8 (line 74) | def write_u8(self, *argv) -> Any: ... function get (line 76) | def get() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/bmm150.py class Bmm150 (line 9) | class Bmm150: method available (line 12) | def available(self, *argv) -> Any: method readData (line 15) | def readData(self, *argv) -> Any: method readID (line 18) | def readID(self, *argv) -> Any: method setPowerControlBit (line 21) | def setPowerControlBit(self, *argv) -> Any: method setSleepMode (line 24) | def setSleepMode(self, *argv) -> Any: method set_normal_mode (line 27) | def set_normal_mode(self, *argv) -> Any: method set_op_mode (line 30) | def set_op_mode(self, *argv) -> Any: method set_sleep_mode (line 33) | def set_sleep_mode(self, *argv) -> Any: function const (line 37) | def const(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/bmm150.pyi class Bmm150 (line 3) | class Bmm150: method available (line 4) | def available(self, *argv) -> Any: ... method readData (line 5) | def readData(self, *argv) -> Any: ... method readID (line 6) | def readID(self, *argv) -> Any: ... method setPowerControlBit (line 7) | def setPowerControlBit(self, *argv) -> Any: ... method setSleepMode (line 8) | def setSleepMode(self, *argv) -> Any: ... method set_normal_mode (line 9) | def set_normal_mode(self, *argv) -> Any: ... method set_op_mode (line 10) | def set_op_mode(self, *argv) -> Any: ... method set_sleep_mode (line 11) | def set_sleep_mode(self, *argv) -> Any: ... function const (line 13) | def const() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/bmp280.py class BMP280 (line 9) | class BMP280: method compute_delay_time (line 12) | def compute_delay_time(self, *argv) -> Any: method read_compensated_data (line 15) | def read_compensated_data(self, *argv) -> Any: method read_raw_data (line 18) | def read_raw_data(self, *argv) -> Any: class array (line 43) | class array: method append (line 46) | def append(self, *argv) -> Any: method decode (line 49) | def decode(self, *argv) -> Any: method extend (line 52) | def extend(self, *argv) -> Any: function unpack (line 59) | def unpack(): function unpack_from (line 63) | def unpack_from(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/bmp280.pyi class BMP280 (line 3) | class BMP280: method compute_delay_time (line 4) | def compute_delay_time(self, *argv) -> Any: ... method read_compensated_data (line 5) | def read_compensated_data(self, *argv) -> Any: ... method read_raw_data (line 6) | def read_raw_data(self, *argv) -> Any: ... class array (line 27) | class array: method append (line 28) | def append(self, *argv) -> Any: ... method decode (line 29) | def decode(self, *argv) -> Any: ... method extend (line 30) | def extend(self, *argv) -> Any: ... function unpack (line 34) | def unpack() -> None: ... function unpack_from (line 35) | def unpack_from() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/chunk.py class Chunk (line 9) | class Chunk: method close (line 12) | def close(self, *argv) -> Any: method getname (line 15) | def getname(self, *argv) -> Any: method getsize (line 18) | def getsize(self, *argv) -> Any: method isatty (line 21) | def isatty(self, *argv) -> Any: method read (line 24) | def read(self, *argv) -> Any: method seek (line 27) | def seek(self, *argv) -> Any: method skip (line 30) | def skip(self, *argv) -> Any: method tell (line 33) | def tell(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/chunk.pyi class Chunk (line 3) | class Chunk: method close (line 4) | def close(self, *argv) -> Any: ... method getname (line 5) | def getname(self, *argv) -> Any: ... method getsize (line 6) | def getsize(self, *argv) -> Any: ... method isatty (line 7) | def isatty(self, *argv) -> Any: ... method read (line 8) | def read(self, *argv) -> Any: ... method seek (line 9) | def seek(self, *argv) -> Any: ... method skip (line 10) | def skip(self, *argv) -> Any: ... method tell (line 11) | def tell(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/dht12.py class DHT12 (line 9) | class DHT12: method humidity (line 12) | def humidity(self, *argv) -> Any: method measure (line 15) | def measure(self, *argv) -> Any: method temperature (line 18) | def temperature(self, *argv) -> Any: class DHTBaseI2C (line 22) | class DHTBaseI2C: method measure (line 25) | def measure(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/dht12.pyi class DHT12 (line 3) | class DHT12: method humidity (line 4) | def humidity(self, *argv) -> Any: ... method measure (line 5) | def measure(self, *argv) -> Any: ... method temperature (line 6) | def temperature(self, *argv) -> Any: ... class DHTBaseI2C (line 8) | class DHTBaseI2C: method measure (line 9) | def measure(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/easyIO.py class ADC (line 9) | class ADC: method atten (line 22) | def atten(self, *argv) -> Any: method collect (line 25) | def collect(self, *argv) -> Any: method collected (line 28) | def collected(self, *argv) -> Any: method deinit (line 31) | def deinit(self, *argv) -> Any: method progress (line 34) | def progress(self, *argv) -> Any: method read (line 37) | def read(self, *argv) -> Any: method read_timed (line 40) | def read_timed(self, *argv) -> Any: method readraw (line 43) | def readraw(self, *argv) -> Any: method stopcollect (line 46) | def stopcollect(self, *argv) -> Any: method vref (line 49) | def vref(self, *argv) -> Any: method width (line 52) | def width(self, *argv) -> Any: class PWM (line 56) | class PWM: method deinit (line 59) | def deinit(self, *argv) -> Any: method duty (line 62) | def duty(self, *argv) -> Any: method freq (line 65) | def freq(self, *argv) -> Any: method init (line 68) | def init(self, *argv) -> Any: method list (line 71) | def list(self, *argv) -> Any: method pause (line 74) | def pause(self, *argv) -> Any: method resume (line 77) | def resume(self, *argv) -> Any: class Pin (line 81) | class Pin: method deinit (line 98) | def deinit(self, *argv) -> Any: method init (line 101) | def init(self, *argv) -> Any: method irq (line 104) | def irq(self, *argv) -> Any: method off (line 107) | def off(self, *argv) -> Any: method on (line 110) | def on(self, *argv) -> Any: method value (line 113) | def value(self, *argv) -> Any: function _deinitIO (line 120) | def _deinitIO(): function analogRead (line 128) | def analogRead(): function analogWrite (line 132) | def analogWrite(): function digitalRead (line 136) | def digitalRead(): function digitalWrite (line 140) | def digitalWrite(): function map_value (line 144) | def map_value(): function toggleIO (line 148) | def toggleIO(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/easyIO.pyi class ADC (line 3) | class ADC: method atten (line 13) | def atten(self, *argv) -> Any: ... method collect (line 14) | def collect(self, *argv) -> Any: ... method collected (line 15) | def collected(self, *argv) -> Any: ... method deinit (line 16) | def deinit(self, *argv) -> Any: ... method progress (line 17) | def progress(self, *argv) -> Any: ... method read (line 18) | def read(self, *argv) -> Any: ... method read_timed (line 19) | def read_timed(self, *argv) -> Any: ... method readraw (line 20) | def readraw(self, *argv) -> Any: ... method stopcollect (line 21) | def stopcollect(self, *argv) -> Any: ... method vref (line 22) | def vref(self, *argv) -> Any: ... method width (line 23) | def width(self, *argv) -> Any: ... class PWM (line 25) | class PWM: method deinit (line 26) | def deinit(self, *argv) -> Any: ... method duty (line 27) | def duty(self, *argv) -> Any: ... method freq (line 28) | def freq(self, *argv) -> Any: ... method init (line 29) | def init(self, *argv) -> Any: ... method list (line 30) | def list(self, *argv) -> Any: ... method pause (line 31) | def pause(self, *argv) -> Any: ... method resume (line 32) | def resume(self, *argv) -> Any: ... class Pin (line 34) | class Pin: method deinit (line 48) | def deinit(self, *argv) -> Any: ... method init (line 49) | def init(self, *argv) -> Any: ... method irq (line 50) | def irq(self, *argv) -> Any: ... method off (line 51) | def off(self, *argv) -> Any: ... method on (line 52) | def on(self, *argv) -> Any: ... method value (line 53) | def value(self, *argv) -> Any: ... function _deinitIO (line 57) | def _deinitIO() -> None: ... function analogRead (line 62) | def analogRead() -> None: ... function analogWrite (line 63) | def analogWrite() -> None: ... function digitalRead (line 64) | def digitalRead() -> None: ... function digitalWrite (line 65) | def digitalWrite() -> None: ... function map_value (line 66) | def map_value() -> None: ... function toggleIO (line 67) | def toggleIO() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/emoji.py class Emoji (line 9) | class Emoji: method clear (line 12) | def clear(self, *argv) -> Any: method draw_square (line 15) | def draw_square(self, *argv) -> Any: method show_love (line 18) | def show_love(self, *argv) -> Any: method show_map (line 21) | def show_map(self, *argv) -> Any: method show_normal (line 24) | def show_normal(self, *argv) -> Any: function sleep (line 31) | def sleep(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/emoji.pyi class Emoji (line 3) | class Emoji: method clear (line 4) | def clear(self, *argv) -> Any: ... method draw_square (line 5) | def draw_square(self, *argv) -> Any: ... method show_love (line 6) | def show_love(self, *argv) -> Any: ... method show_map (line 7) | def show_map(self, *argv) -> Any: ... method show_normal (line 8) | def show_normal(self, *argv) -> Any: ... function sleep (line 12) | def sleep() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/imu.py class IMU (line 9) | class IMU: method _accel_fs (line 12) | def _accel_fs(self, *argv) -> Any: method _gyro_fs (line 15) | def _gyro_fs(self, *argv) -> Any: method _register_char (line 18) | def _register_char(self, *argv) -> Any: method _register_short (line 21) | def _register_short(self, *argv) -> Any: method _register_three_shorts (line 24) | def _register_three_shorts(self, *argv) -> Any: method setGyroOffsets (line 30) | def setGyroOffsets(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/imu.pyi class IMU (line 3) | class IMU: method _accel_fs (line 4) | def _accel_fs(self, *argv) -> Any: ... method _gyro_fs (line 5) | def _gyro_fs(self, *argv) -> Any: ... method _register_char (line 6) | def _register_char(self, *argv) -> Any: ... method _register_short (line 7) | def _register_short(self, *argv) -> Any: ... method _register_three_shorts (line 8) | def _register_three_shorts(self, *argv) -> Any: ... method setGyroOffsets (line 11) | def setGyroOffsets(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/mpu6050.py class I2C (line 18) | class I2C: method address (line 30) | def address(self, *argv) -> Any: method begin (line 33) | def begin(self, *argv) -> Any: method callback (line 36) | def callback(self, *argv) -> Any: method clock_timing (line 39) | def clock_timing(self, *argv) -> Any: method data_timing (line 42) | def data_timing(self, *argv) -> Any: method deinit (line 45) | def deinit(self, *argv) -> Any: method end (line 48) | def end(self, *argv) -> Any: method getdata (line 51) | def getdata(self, *argv) -> Any: method init (line 54) | def init(self, *argv) -> Any: method is_ready (line 57) | def is_ready(self, *argv) -> Any: method read_byte (line 60) | def read_byte(self, *argv) -> Any: method read_bytes (line 63) | def read_bytes(self, *argv) -> Any: method readfrom (line 66) | def readfrom(self, *argv) -> Any: method readfrom_into (line 69) | def readfrom_into(self, *argv) -> Any: method readfrom_mem (line 72) | def readfrom_mem(self, *argv) -> Any: method readfrom_mem_into (line 75) | def readfrom_mem_into(self, *argv) -> Any: method resetbusy (line 78) | def resetbusy(self, *argv) -> Any: method scan (line 81) | def scan(self, *argv) -> Any: method setdata (line 84) | def setdata(self, *argv) -> Any: method start (line 87) | def start(self, *argv) -> Any: method start_timing (line 90) | def start_timing(self, *argv) -> Any: method stop (line 93) | def stop(self, *argv) -> Any: method stop_timing (line 96) | def stop_timing(self, *argv) -> Any: method timeout (line 99) | def timeout(self, *argv) -> Any: method write_byte (line 102) | def write_byte(self, *argv) -> Any: method write_bytes (line 105) | def write_bytes(self, *argv) -> Any: method writeto (line 108) | def writeto(self, *argv) -> Any: method writeto_mem (line 111) | def writeto_mem(self, *argv) -> Any: class MPU6050 (line 115) | class MPU6050: method _accel_fs (line 118) | def _accel_fs(self, *argv) -> Any: method _gyro_fs (line 121) | def _gyro_fs(self, *argv) -> Any: method _register_char (line 124) | def _register_char(self, *argv) -> Any: method _register_short (line 127) | def _register_short(self, *argv) -> Any: method _register_three_shorts (line 130) | def _register_three_shorts(self, *argv) -> Any: method setGyroOffsets (line 136) | def setGyroOffsets(self, *argv) -> Any: class Pin (line 143) | class Pin: method deinit (line 160) | def deinit(self, *argv) -> Any: method init (line 163) | def init(self, *argv) -> Any: method irq (line 166) | def irq(self, *argv) -> Any: method off (line 169) | def off(self, *argv) -> Any: method on (line 172) | def on(self, *argv) -> Any: method value (line 175) | def value(self, *argv) -> Any: function const (line 193) | def const(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/mpu6050.pyi class I2C (line 12) | class I2C: method address (line 21) | def address(self, *argv) -> Any: ... method begin (line 22) | def begin(self, *argv) -> Any: ... method callback (line 23) | def callback(self, *argv) -> Any: ... method clock_timing (line 24) | def clock_timing(self, *argv) -> Any: ... method data_timing (line 25) | def data_timing(self, *argv) -> Any: ... method deinit (line 26) | def deinit(self, *argv) -> Any: ... method end (line 27) | def end(self, *argv) -> Any: ... method getdata (line 28) | def getdata(self, *argv) -> Any: ... method init (line 29) | def init(self, *argv) -> Any: ... method is_ready (line 30) | def is_ready(self, *argv) -> Any: ... method read_byte (line 31) | def read_byte(self, *argv) -> Any: ... method read_bytes (line 32) | def read_bytes(self, *argv) -> Any: ... method readfrom (line 33) | def readfrom(self, *argv) -> Any: ... method readfrom_into (line 34) | def readfrom_into(self, *argv) -> Any: ... method readfrom_mem (line 35) | def readfrom_mem(self, *argv) -> Any: ... method readfrom_mem_into (line 36) | def readfrom_mem_into(self, *argv) -> Any: ... method resetbusy (line 37) | def resetbusy(self, *argv) -> Any: ... method scan (line 38) | def scan(self, *argv) -> Any: ... method setdata (line 39) | def setdata(self, *argv) -> Any: ... method start (line 40) | def start(self, *argv) -> Any: ... method start_timing (line 41) | def start_timing(self, *argv) -> Any: ... method stop (line 42) | def stop(self, *argv) -> Any: ... method stop_timing (line 43) | def stop_timing(self, *argv) -> Any: ... method timeout (line 44) | def timeout(self, *argv) -> Any: ... method write_byte (line 45) | def write_byte(self, *argv) -> Any: ... method write_bytes (line 46) | def write_bytes(self, *argv) -> Any: ... method writeto (line 47) | def writeto(self, *argv) -> Any: ... method writeto_mem (line 48) | def writeto_mem(self, *argv) -> Any: ... class MPU6050 (line 50) | class MPU6050: method _accel_fs (line 51) | def _accel_fs(self, *argv) -> Any: ... method _gyro_fs (line 52) | def _gyro_fs(self, *argv) -> Any: ... method _register_char (line 53) | def _register_char(self, *argv) -> Any: ... method _register_short (line 54) | def _register_short(self, *argv) -> Any: ... method _register_three_shorts (line 55) | def _register_three_shorts(self, *argv) -> Any: ... method setGyroOffsets (line 58) | def setGyroOffsets(self, *argv) -> Any: ... class Pin (line 62) | class Pin: method deinit (line 76) | def deinit(self, *argv) -> Any: ... method init (line 77) | def init(self, *argv) -> Any: ... method irq (line 78) | def irq(self, *argv) -> Any: ... method off (line 79) | def off(self, *argv) -> Any: ... method on (line 80) | def on(self, *argv) -> Any: ... method value (line 81) | def value(self, *argv) -> Any: ... function const (line 96) | def const() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/mstate.py class MState (line 9) | class MState: method end (line 12) | def end(self, *argv) -> Any: method loop (line 15) | def loop(self, *argv) -> Any: method start (line 18) | def start(self, *argv) -> Any: class MStateManager (line 22) | class MStateManager: method change (line 25) | def change(self, *argv) -> Any: method nextState (line 28) | def nextState(self, *argv) -> Any: method register (line 31) | def register(self, *argv) -> Any: method run (line 34) | def run(self, *argv) -> Any: method start (line 37) | def start(self, *argv) -> Any: method stop (line 40) | def stop(self, *argv) -> Any: method unregister (line 43) | def unregister(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/mstate.pyi class MState (line 3) | class MState: method end (line 4) | def end(self, *argv) -> Any: ... method loop (line 5) | def loop(self, *argv) -> Any: ... method start (line 6) | def start(self, *argv) -> Any: ... class MStateManager (line 8) | class MStateManager: method change (line 9) | def change(self, *argv) -> Any: ... method nextState (line 10) | def nextState(self, *argv) -> Any: ... method register (line 11) | def register(self, *argv) -> Any: ... method run (line 12) | def run(self, *argv) -> Any: ... method start (line 13) | def start(self, *argv) -> Any: ... method stop (line 14) | def stop(self, *argv) -> Any: ... method unregister (line 15) | def unregister(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/numbers.py class Number (line 9) | class Number: method from_bytes (line 12) | def from_bytes(self, *argv) -> Any: method to_bytes (line 15) | def to_bytes(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/numbers.pyi class Number (line 3) | class Number: method from_bytes (line 4) | def from_bytes(self, *argv) -> Any: ... method to_bytes (line 5) | def to_bytes(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/pid.py class PID (line 9) | class PID: method get_pid (line 12) | def get_pid(self, *argv) -> Any: method reset_I (line 15) | def reset_I(self, *argv) -> Any: method update_pid_settings (line 18) | def update_pid_settings(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/pid.pyi class PID (line 3) | class PID: method get_pid (line 4) | def get_pid(self, *argv) -> Any: ... method reset_I (line 5) | def reset_I(self, *argv) -> Any: ... method update_pid_settings (line 6) | def update_pid_settings(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/sh200q.py class Sh200q (line 20) | class Sh200q: method _accel_fs (line 23) | def _accel_fs(self, *argv) -> Any: method _gyro_fs (line 26) | def _gyro_fs(self, *argv) -> Any: method _regChar (line 29) | def _regChar(self, *argv) -> Any: method _regInit (line 32) | def _regInit(self, *argv) -> Any: method _regThreeShort (line 35) | def _regThreeShort(self, *argv) -> Any: method adcRest (line 40) | def adcRest(self, *argv) -> Any: method deinit (line 43) | def deinit(self, *argv) -> Any: function const (line 58) | def const(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/sh200q.pyi class Sh200q (line 14) | class Sh200q: method _accel_fs (line 15) | def _accel_fs(self, *argv) -> Any: ... method _gyro_fs (line 16) | def _gyro_fs(self, *argv) -> Any: ... method _regChar (line 17) | def _regChar(self, *argv) -> Any: ... method _regInit (line 18) | def _regInit(self, *argv) -> Any: ... method _regThreeShort (line 19) | def _regThreeShort(self, *argv) -> Any: ... method adcRest (line 21) | def adcRest(self, *argv) -> Any: ... method deinit (line 22) | def deinit(self, *argv) -> Any: ... function const (line 33) | def const() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/speak.py class Speaker (line 9) | class Speaker: method _timeout_cb (line 12) | def _timeout_cb(self, *argv) -> Any: method checkInit (line 15) | def checkInit(self, *argv) -> Any: method setBeat (line 18) | def setBeat(self, *argv) -> Any: method setVolume (line 21) | def setVolume(self, *argv) -> Any: method sing (line 24) | def sing(self, *argv) -> Any: method tone (line 27) | def tone(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/speak.pyi class Speaker (line 3) | class Speaker: method _timeout_cb (line 4) | def _timeout_cb(self, *argv) -> Any: ... method checkInit (line 5) | def checkInit(self, *argv) -> Any: ... method setBeat (line 6) | def setBeat(self, *argv) -> Any: ... method setVolume (line 7) | def setVolume(self, *argv) -> Any: ... method sing (line 8) | def sing(self, *argv) -> Any: ... method tone (line 9) | def tone(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/time_ex.py class Timer (line 12) | class Timer: method deinit (line 18) | def deinit(self, *argv) -> Any: method update (line 21) | def update(self, *argv) -> Any: class TimerEx (line 25) | class TimerEx: method addTimer (line 31) | def addTimer(self, *argv) -> Any: method checkInit (line 34) | def checkInit(self, *argv) -> Any: method deinit (line 37) | def deinit(self, *argv) -> Any: method timeCb (line 40) | def timeCb(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/time_ex.pyi class Timer (line 6) | class Timer: method deinit (line 9) | def deinit(self, *argv) -> Any: ... method update (line 10) | def update(self, *argv) -> Any: ... class TimerEx (line 12) | class TimerEx: method addTimer (line 15) | def addTimer(self, *argv) -> Any: ... method checkInit (line 16) | def checkInit(self, *argv) -> Any: ... method deinit (line 17) | def deinit(self, *argv) -> Any: ... method timeCb (line 18) | def timeCb(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/urequests.py class Response (line 9) | class Response: method close (line 12) | def close(self, *argv) -> Any: method json (line 17) | def json(self, *argv) -> Any: function delete (line 23) | def delete(): function get (line 27) | def get(): function head (line 31) | def head(): function patch (line 35) | def patch(): function post (line 39) | def post(): function put (line 43) | def put(): function request (line 47) | def request(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/urequests.pyi class Response (line 3) | class Response: method close (line 4) | def close(self, *argv) -> Any: ... method json (line 6) | def json(self, *argv) -> Any: ... function delete (line 9) | def delete() -> None: ... function get (line 10) | def get() -> None: ... function head (line 11) | def head() -> None: ... function patch (line 12) | def patch() -> None: ... function post (line 13) | def post() -> None: ... function put (line 14) | def put() -> None: ... function request (line 15) | def request() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/wave.py class Error (line 9) | class Error: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/wave.pyi class Error (line 3) | class Error: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/wavplayer.py class Btn (line 9) | class Btn: method attach (line 12) | def attach(self, *argv) -> Any: method deinit (line 15) | def deinit(self, *argv) -> Any: method detach (line 18) | def detach(self, *argv) -> Any: method multiBtnCb (line 21) | def multiBtnCb(self, *argv) -> Any: method restart (line 24) | def restart(self, *argv) -> Any: method timerCb (line 27) | def timerCb(self, *argv) -> Any: class BtnChild (line 31) | class BtnChild: method deinit (line 34) | def deinit(self, *argv) -> Any: method isPressed (line 37) | def isPressed(self, *argv) -> Any: method isReleased (line 40) | def isReleased(self, *argv) -> Any: method pressFor (line 43) | def pressFor(self, *argv) -> Any: method restart (line 46) | def restart(self, *argv) -> Any: method upDate (line 49) | def upDate(self, *argv) -> Any: method wasDoublePress (line 52) | def wasDoublePress(self, *argv) -> Any: method wasPressed (line 55) | def wasPressed(self, *argv) -> Any: method wasReleased (line 58) | def wasReleased(self, *argv) -> Any: class I2S (line 62) | class I2S: method adc_enable (line 90) | def adc_enable(self, *argv) -> Any: method bits (line 93) | def bits(self, *argv) -> Any: method deinit (line 96) | def deinit(self, *argv) -> Any: method init (line 99) | def init(self, *argv) -> Any: method nchannels (line 102) | def nchannels(self, *argv) -> Any: method read (line 105) | def read(self, *argv) -> Any: method sample_rate (line 108) | def sample_rate(self, *argv) -> Any: method set_adc_pin (line 111) | def set_adc_pin(self, *argv) -> Any: method set_dac_mode (line 114) | def set_dac_mode(self, *argv) -> Any: method set_pin (line 117) | def set_pin(self, *argv) -> Any: method start (line 120) | def start(self, *argv) -> Any: method stop (line 123) | def stop(self, *argv) -> Any: method volume (line 126) | def volume(self, *argv) -> Any: method write (line 129) | def write(self, *argv) -> Any: class IP5306 (line 133) | class IP5306: method getBatteryLevel (line 136) | def getBatteryLevel(self, *argv) -> Any: method init (line 139) | def init(self, *argv) -> Any: method isChargeFull (line 142) | def isChargeFull(self, *argv) -> Any: method isCharging (line 145) | def isCharging(self, *argv) -> Any: method setCharge (line 148) | def setCharge(self, *argv) -> Any: method setChargeVolt (line 151) | def setChargeVolt(self, *argv) -> Any: method setVinMaxCurrent (line 154) | def setVinMaxCurrent(self, *argv) -> Any: class Rgb_multi (line 158) | class Rgb_multi: method deinit (line 161) | def deinit(self, *argv) -> Any: method setBrightness (line 164) | def setBrightness(self, *argv) -> Any: method setColor (line 167) | def setColor(self, *argv) -> Any: method setColorAll (line 170) | def setColorAll(self, *argv) -> Any: method setColorFrom (line 173) | def setColorFrom(self, *argv) -> Any: method setShowLock (line 176) | def setShowLock(self, *argv) -> Any: method show (line 179) | def show(self, *argv) -> Any: class Speaker (line 183) | class Speaker: method _timeout_cb (line 186) | def _timeout_cb(self, *argv) -> Any: method checkInit (line 189) | def checkInit(self, *argv) -> Any: method setBeat (line 192) | def setBeat(self, *argv) -> Any: method setVolume (line 195) | def setVolume(self, *argv) -> Any: method sing (line 198) | def sing(self, *argv) -> Any: method tone (line 201) | def tone(self, *argv) -> Any: function btnText (line 213) | def btnText(): function const (line 217) | def const(): function get_sd_state (line 224) | def get_sd_state(): function hwDeinit (line 228) | def hwDeinit(): function sd_mount (line 241) | def sd_mount(): function sd_umount (line 245) | def sd_umount(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/wavplayer.pyi class Btn (line 3) | class Btn: method attach (line 4) | def attach(self, *argv) -> Any: ... method deinit (line 5) | def deinit(self, *argv) -> Any: ... method detach (line 6) | def detach(self, *argv) -> Any: ... method multiBtnCb (line 7) | def multiBtnCb(self, *argv) -> Any: ... method restart (line 8) | def restart(self, *argv) -> Any: ... method timerCb (line 9) | def timerCb(self, *argv) -> Any: ... class BtnChild (line 11) | class BtnChild: method deinit (line 12) | def deinit(self, *argv) -> Any: ... method isPressed (line 13) | def isPressed(self, *argv) -> Any: ... method isReleased (line 14) | def isReleased(self, *argv) -> Any: ... method pressFor (line 15) | def pressFor(self, *argv) -> Any: ... method restart (line 16) | def restart(self, *argv) -> Any: ... method upDate (line 17) | def upDate(self, *argv) -> Any: ... method wasDoublePress (line 18) | def wasDoublePress(self, *argv) -> Any: ... method wasPressed (line 19) | def wasPressed(self, *argv) -> Any: ... method wasReleased (line 20) | def wasReleased(self, *argv) -> Any: ... class I2S (line 22) | class I2S: method adc_enable (line 47) | def adc_enable(self, *argv) -> Any: ... method bits (line 48) | def bits(self, *argv) -> Any: ... method deinit (line 49) | def deinit(self, *argv) -> Any: ... method init (line 50) | def init(self, *argv) -> Any: ... method nchannels (line 51) | def nchannels(self, *argv) -> Any: ... method read (line 52) | def read(self, *argv) -> Any: ... method sample_rate (line 53) | def sample_rate(self, *argv) -> Any: ... method set_adc_pin (line 54) | def set_adc_pin(self, *argv) -> Any: ... method set_dac_mode (line 55) | def set_dac_mode(self, *argv) -> Any: ... method set_pin (line 56) | def set_pin(self, *argv) -> Any: ... method start (line 57) | def start(self, *argv) -> Any: ... method stop (line 58) | def stop(self, *argv) -> Any: ... method volume (line 59) | def volume(self, *argv) -> Any: ... method write (line 60) | def write(self, *argv) -> Any: ... class IP5306 (line 62) | class IP5306: method getBatteryLevel (line 63) | def getBatteryLevel(self, *argv) -> Any: ... method init (line 64) | def init(self, *argv) -> Any: ... method isChargeFull (line 65) | def isChargeFull(self, *argv) -> Any: ... method isCharging (line 66) | def isCharging(self, *argv) -> Any: ... method setCharge (line 67) | def setCharge(self, *argv) -> Any: ... method setChargeVolt (line 68) | def setChargeVolt(self, *argv) -> Any: ... method setVinMaxCurrent (line 69) | def setVinMaxCurrent(self, *argv) -> Any: ... class Rgb_multi (line 71) | class Rgb_multi: method deinit (line 72) | def deinit(self, *argv) -> Any: ... method setBrightness (line 73) | def setBrightness(self, *argv) -> Any: ... method setColor (line 74) | def setColor(self, *argv) -> Any: ... method setColorAll (line 75) | def setColorAll(self, *argv) -> Any: ... method setColorFrom (line 76) | def setColorFrom(self, *argv) -> Any: ... method setShowLock (line 77) | def setShowLock(self, *argv) -> Any: ... method show (line 78) | def show(self, *argv) -> Any: ... class Speaker (line 80) | class Speaker: method _timeout_cb (line 81) | def _timeout_cb(self, *argv) -> Any: ... method checkInit (line 82) | def checkInit(self, *argv) -> Any: ... method setBeat (line 83) | def setBeat(self, *argv) -> Any: ... method setVolume (line 84) | def setVolume(self, *argv) -> Any: ... method sing (line 85) | def sing(self, *argv) -> Any: ... method tone (line 86) | def tone(self, *argv) -> Any: ... function btnText (line 95) | def btnText() -> None: ... function const (line 96) | def const() -> None: ... function get_sd_state (line 100) | def get_sd_state() -> None: ... function hwDeinit (line 101) | def hwDeinit() -> None: ... function sd_mount (line 111) | def sd_mount() -> None: ... function sd_umount (line 112) | def sd_umount() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/wifiCardKB.py class Btn (line 9) | class Btn: method attach (line 12) | def attach(self, *argv) -> Any: method deinit (line 15) | def deinit(self, *argv) -> Any: method detach (line 18) | def detach(self, *argv) -> Any: method multiBtnCb (line 21) | def multiBtnCb(self, *argv) -> Any: method restart (line 24) | def restart(self, *argv) -> Any: method timerCb (line 27) | def timerCb(self, *argv) -> Any: class BtnChild (line 31) | class BtnChild: method deinit (line 34) | def deinit(self, *argv) -> Any: method isPressed (line 37) | def isPressed(self, *argv) -> Any: method isReleased (line 40) | def isReleased(self, *argv) -> Any: method pressFor (line 43) | def pressFor(self, *argv) -> Any: method restart (line 46) | def restart(self, *argv) -> Any: method upDate (line 49) | def upDate(self, *argv) -> Any: method wasDoublePress (line 52) | def wasDoublePress(self, *argv) -> Any: method wasPressed (line 55) | def wasPressed(self, *argv) -> Any: method wasReleased (line 58) | def wasReleased(self, *argv) -> Any: class IP5306 (line 62) | class IP5306: method getBatteryLevel (line 65) | def getBatteryLevel(self, *argv) -> Any: method init (line 68) | def init(self, *argv) -> Any: method isChargeFull (line 71) | def isChargeFull(self, *argv) -> Any: method isCharging (line 74) | def isCharging(self, *argv) -> Any: method setCharge (line 77) | def setCharge(self, *argv) -> Any: method setChargeVolt (line 80) | def setChargeVolt(self, *argv) -> Any: method setVinMaxCurrent (line 83) | def setVinMaxCurrent(self, *argv) -> Any: class M5Button (line 87) | class M5Button: class M5Circle (line 91) | class M5Circle: method hide (line 94) | def hide(self, *argv) -> Any: method setBgColor (line 97) | def setBgColor(self, *argv) -> Any: method setBorderColor (line 100) | def setBorderColor(self, *argv) -> Any: method setPosition (line 103) | def setPosition(self, *argv) -> Any: method setSize (line 106) | def setSize(self, *argv) -> Any: method show (line 109) | def show(self, *argv) -> Any: class M5Img (line 113) | class M5Img: method changeImg (line 116) | def changeImg(self, *argv) -> Any: method hide (line 119) | def hide(self, *argv) -> Any: method setPosition (line 122) | def setPosition(self, *argv) -> Any: method show (line 125) | def show(self, *argv) -> Any: class M5Rect (line 129) | class M5Rect: method hide (line 132) | def hide(self, *argv) -> Any: method setBgColor (line 135) | def setBgColor(self, *argv) -> Any: method setBorderColor (line 138) | def setBorderColor(self, *argv) -> Any: method setPosition (line 141) | def setPosition(self, *argv) -> Any: method setSize (line 144) | def setSize(self, *argv) -> Any: method show (line 147) | def show(self, *argv) -> Any: class M5TextBox (line 151) | class M5TextBox: method hide (line 154) | def hide(self, *argv) -> Any: method setColor (line 157) | def setColor(self, *argv) -> Any: method setFont (line 160) | def setFont(self, *argv) -> Any: method setPosition (line 163) | def setPosition(self, *argv) -> Any: method setRotate (line 166) | def setRotate(self, *argv) -> Any: method setText (line 169) | def setText(self, *argv) -> Any: method show (line 172) | def show(self, *argv) -> Any: class M5Title (line 176) | class M5Title: method hide (line 179) | def hide(self, *argv) -> Any: method setBgColor (line 182) | def setBgColor(self, *argv) -> Any: method setFgColor (line 185) | def setFgColor(self, *argv) -> Any: method setTitle (line 188) | def setTitle(self, *argv) -> Any: method show (line 191) | def show(self, *argv) -> Any: function M5UI_Deinit (line 195) | def M5UI_Deinit(): class Rgb_multi (line 199) | class Rgb_multi: method deinit (line 202) | def deinit(self, *argv) -> Any: method setBrightness (line 205) | def setBrightness(self, *argv) -> Any: method setColor (line 208) | def setColor(self, *argv) -> Any: method setColorAll (line 211) | def setColorAll(self, *argv) -> Any: method setColorFrom (line 214) | def setColorFrom(self, *argv) -> Any: method setShowLock (line 217) | def setShowLock(self, *argv) -> Any: method show (line 220) | def show(self, *argv) -> Any: class Speaker (line 224) | class Speaker: method _timeout_cb (line 227) | def _timeout_cb(self, *argv) -> Any: method checkInit (line 230) | def checkInit(self, *argv) -> Any: method setBeat (line 233) | def setBeat(self, *argv) -> Any: method setVolume (line 236) | def setVolume(self, *argv) -> Any: method sing (line 239) | def sing(self, *argv) -> Any: method tone (line 242) | def tone(self, *argv) -> Any: function btnText (line 254) | def btnText(): function const (line 258) | def const(): function get_sd_state (line 265) | def get_sd_state(): function hwDeinit (line 269) | def hwDeinit(): function sd_mount (line 282) | def sd_mount(): function sd_umount (line 286) | def sd_umount(): function setScreenColor (line 290) | def setScreenColor(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/wifiCardKB.pyi class Btn (line 3) | class Btn: method attach (line 4) | def attach(self, *argv) -> Any: ... method deinit (line 5) | def deinit(self, *argv) -> Any: ... method detach (line 6) | def detach(self, *argv) -> Any: ... method multiBtnCb (line 7) | def multiBtnCb(self, *argv) -> Any: ... method restart (line 8) | def restart(self, *argv) -> Any: ... method timerCb (line 9) | def timerCb(self, *argv) -> Any: ... class BtnChild (line 11) | class BtnChild: method deinit (line 12) | def deinit(self, *argv) -> Any: ... method isPressed (line 13) | def isPressed(self, *argv) -> Any: ... method isReleased (line 14) | def isReleased(self, *argv) -> Any: ... method pressFor (line 15) | def pressFor(self, *argv) -> Any: ... method restart (line 16) | def restart(self, *argv) -> Any: ... method upDate (line 17) | def upDate(self, *argv) -> Any: ... method wasDoublePress (line 18) | def wasDoublePress(self, *argv) -> Any: ... method wasPressed (line 19) | def wasPressed(self, *argv) -> Any: ... method wasReleased (line 20) | def wasReleased(self, *argv) -> Any: ... class IP5306 (line 22) | class IP5306: method getBatteryLevel (line 23) | def getBatteryLevel(self, *argv) -> Any: ... method init (line 24) | def init(self, *argv) -> Any: ... method isChargeFull (line 25) | def isChargeFull(self, *argv) -> Any: ... method isCharging (line 26) | def isCharging(self, *argv) -> Any: ... method setCharge (line 27) | def setCharge(self, *argv) -> Any: ... method setChargeVolt (line 28) | def setChargeVolt(self, *argv) -> Any: ... method setVinMaxCurrent (line 29) | def setVinMaxCurrent(self, *argv) -> Any: ... class M5Button (line 31) | class M5Button: ... class M5Circle (line 33) | class M5Circle: method hide (line 34) | def hide(self, *argv) -> Any: ... method setBgColor (line 35) | def setBgColor(self, *argv) -> Any: ... method setBorderColor (line 36) | def setBorderColor(self, *argv) -> Any: ... method setPosition (line 37) | def setPosition(self, *argv) -> Any: ... method setSize (line 38) | def setSize(self, *argv) -> Any: ... method show (line 39) | def show(self, *argv) -> Any: ... class M5Img (line 41) | class M5Img: method changeImg (line 42) | def changeImg(self, *argv) -> Any: ... method hide (line 43) | def hide(self, *argv) -> Any: ... method setPosition (line 44) | def setPosition(self, *argv) -> Any: ... method show (line 45) | def show(self, *argv) -> Any: ... class M5Rect (line 47) | class M5Rect: method hide (line 48) | def hide(self, *argv) -> Any: ... method setBgColor (line 49) | def setBgColor(self, *argv) -> Any: ... method setBorderColor (line 50) | def setBorderColor(self, *argv) -> Any: ... method setPosition (line 51) | def setPosition(self, *argv) -> Any: ... method setSize (line 52) | def setSize(self, *argv) -> Any: ... method show (line 53) | def show(self, *argv) -> Any: ... class M5TextBox (line 55) | class M5TextBox: method hide (line 56) | def hide(self, *argv) -> Any: ... method setColor (line 57) | def setColor(self, *argv) -> Any: ... method setFont (line 58) | def setFont(self, *argv) -> Any: ... method setPosition (line 59) | def setPosition(self, *argv) -> Any: ... method setRotate (line 60) | def setRotate(self, *argv) -> Any: ... method setText (line 61) | def setText(self, *argv) -> Any: ... method show (line 62) | def show(self, *argv) -> Any: ... class M5Title (line 64) | class M5Title: method hide (line 65) | def hide(self, *argv) -> Any: ... method setBgColor (line 66) | def setBgColor(self, *argv) -> Any: ... method setFgColor (line 67) | def setFgColor(self, *argv) -> Any: ... method setTitle (line 68) | def setTitle(self, *argv) -> Any: ... method show (line 69) | def show(self, *argv) -> Any: ... function M5UI_Deinit (line 71) | def M5UI_Deinit() -> None: ... class Rgb_multi (line 73) | class Rgb_multi: method deinit (line 74) | def deinit(self, *argv) -> Any: ... method setBrightness (line 75) | def setBrightness(self, *argv) -> Any: ... method setColor (line 76) | def setColor(self, *argv) -> Any: ... method setColorAll (line 77) | def setColorAll(self, *argv) -> Any: ... method setColorFrom (line 78) | def setColorFrom(self, *argv) -> Any: ... method setShowLock (line 79) | def setShowLock(self, *argv) -> Any: ... method show (line 80) | def show(self, *argv) -> Any: ... class Speaker (line 82) | class Speaker: method _timeout_cb (line 83) | def _timeout_cb(self, *argv) -> Any: ... method checkInit (line 84) | def checkInit(self, *argv) -> Any: ... method setBeat (line 85) | def setBeat(self, *argv) -> Any: ... method setVolume (line 86) | def setVolume(self, *argv) -> Any: ... method sing (line 87) | def sing(self, *argv) -> Any: ... method tone (line 88) | def tone(self, *argv) -> Any: ... function btnText (line 97) | def btnText() -> None: ... function const (line 98) | def const() -> None: ... function get_sd_state (line 102) | def get_sd_state() -> None: ... function hwDeinit (line 103) | def hwDeinit() -> None: ... function sd_mount (line 113) | def sd_mount() -> None: ... function sd_umount (line 114) | def sd_umount() -> None: ... function setScreenColor (line 115) | def setScreenColor() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/wifiCfg.py function autoConnect (line 12) | def autoConnect(): function cfgRead (line 21) | def cfgRead(): function cfgWrite (line 25) | def cfgWrite(): function doConnect (line 29) | def doConnect(): function isconnected (line 33) | def isconnected(): function reconnect (line 43) | def reconnect(): function saveWiFi (line 47) | def saveWiFi(): function screenShow (line 51) | def screenShow(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/wifiCfg.pyi function autoConnect (line 6) | def autoConnect() -> None: ... function cfgRead (line 12) | def cfgRead() -> None: ... function cfgWrite (line 13) | def cfgWrite() -> None: ... function doConnect (line 14) | def doConnect() -> None: ... function isconnected (line 15) | def isconnected() -> None: ... function reconnect (line 22) | def reconnect() -> None: ... function saveWiFi (line 23) | def saveWiFi() -> None: ... function screenShow (line 24) | def screenShow() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/wifiWebCfg.py function _httpHanderConfig (line 9) | def _httpHanderConfig(): function _httpHanderRoot (line 13) | def _httpHanderRoot(): function doConnect (line 17) | def doConnect(): function saveWiFi (line 30) | def saveWiFi(): function webserver_start (line 39) | def webserver_start(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/lib/wifiWebCfg.pyi function _httpHanderConfig (line 3) | def _httpHanderConfig() -> None: ... function _httpHanderRoot (line 4) | def _httpHanderRoot() -> None: ... function doConnect (line 5) | def doConnect() -> None: ... function saveWiFi (line 15) | def saveWiFi() -> None: ... function webserver_start (line 21) | def webserver_start() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/m5cloud.py class Btn (line 9) | class Btn: method attach (line 12) | def attach(self, *argv) -> Any: method deinit (line 15) | def deinit(self, *argv) -> Any: method detach (line 18) | def detach(self, *argv) -> Any: method multiBtnCb (line 21) | def multiBtnCb(self, *argv) -> Any: method restart (line 24) | def restart(self, *argv) -> Any: method timerCb (line 27) | def timerCb(self, *argv) -> Any: class BtnChild (line 31) | class BtnChild: method deinit (line 34) | def deinit(self, *argv) -> Any: method isPressed (line 37) | def isPressed(self, *argv) -> Any: method isReleased (line 40) | def isReleased(self, *argv) -> Any: method pressFor (line 43) | def pressFor(self, *argv) -> Any: method restart (line 46) | def restart(self, *argv) -> Any: method upDate (line 49) | def upDate(self, *argv) -> Any: method wasDoublePress (line 52) | def wasDoublePress(self, *argv) -> Any: method wasPressed (line 55) | def wasPressed(self, *argv) -> Any: method wasReleased (line 58) | def wasReleased(self, *argv) -> Any: class IP5306 (line 62) | class IP5306: method getBatteryLevel (line 65) | def getBatteryLevel(self, *argv) -> Any: method init (line 68) | def init(self, *argv) -> Any: method isChargeFull (line 71) | def isChargeFull(self, *argv) -> Any: method isCharging (line 74) | def isCharging(self, *argv) -> Any: method setCharge (line 77) | def setCharge(self, *argv) -> Any: method setChargeVolt (line 80) | def setChargeVolt(self, *argv) -> Any: method setVinMaxCurrent (line 83) | def setVinMaxCurrent(self, *argv) -> Any: class M5Cloud (line 87) | class M5Cloud: method _backend (line 90) | def _backend(self, *argv) -> Any: method _daemonTask (line 93) | def _daemonTask(self, *argv) -> Any: method _error (line 96) | def _error(self, *argv) -> Any: method _exec_respond (line 99) | def _exec_respond(self, *argv) -> Any: method _msg_deal (line 102) | def _msg_deal(self, *argv) -> Any: method _send_data (line 105) | def _send_data(self, *argv) -> Any: method on_connect (line 108) | def on_connect(self, *argv) -> Any: method on_data (line 111) | def on_data(self, *argv) -> Any: method run (line 114) | def run(self, *argv) -> Any: class MQTTClient (line 118) | class MQTTClient: method _clean_sock_buffer (line 121) | def _clean_sock_buffer(self, *argv) -> Any: method _recv_len (line 124) | def _recv_len(self, *argv) -> Any: method _send_str (line 127) | def _send_str(self, *argv) -> Any: method check_msg (line 130) | def check_msg(self, *argv) -> Any: method connect (line 133) | def connect(self, *argv) -> Any: method disconnect (line 136) | def disconnect(self, *argv) -> Any: method lock_msg_rec (line 139) | def lock_msg_rec(self, *argv) -> Any: method ping (line 142) | def ping(self, *argv) -> Any: method publish (line 145) | def publish(self, *argv) -> Any: method set_block (line 148) | def set_block(self, *argv) -> Any: method set_callback (line 151) | def set_callback(self, *argv) -> Any: method set_last_will (line 154) | def set_last_will(self, *argv) -> Any: method socket_connect (line 157) | def socket_connect(self, *argv) -> Any: method subscribe (line 160) | def subscribe(self, *argv) -> Any: method topic_get (line 163) | def topic_get(self, *argv) -> Any: method topic_msg_get (line 166) | def topic_msg_get(self, *argv) -> Any: method unlock_msg_rec (line 169) | def unlock_msg_rec(self, *argv) -> Any: method wait_msg (line 172) | def wait_msg(self, *argv) -> Any: class Rgb_multi (line 176) | class Rgb_multi: method deinit (line 179) | def deinit(self, *argv) -> Any: method setBrightness (line 182) | def setBrightness(self, *argv) -> Any: method setColor (line 185) | def setColor(self, *argv) -> Any: method setColorAll (line 188) | def setColorAll(self, *argv) -> Any: method setColorFrom (line 191) | def setColorFrom(self, *argv) -> Any: method setShowLock (line 194) | def setShowLock(self, *argv) -> Any: method show (line 197) | def show(self, *argv) -> Any: class Speaker (line 207) | class Speaker: method _timeout_cb (line 210) | def _timeout_cb(self, *argv) -> Any: method checkInit (line 213) | def checkInit(self, *argv) -> Any: method setBeat (line 216) | def setBeat(self, *argv) -> Any: method setVolume (line 219) | def setVolume(self, *argv) -> Any: method sing (line 222) | def sing(self, *argv) -> Any: method tone (line 225) | def tone(self, *argv) -> Any: function btnText (line 238) | def btnText(): function cfgRead (line 242) | def cfgRead(): function cfgWrite (line 246) | def cfgWrite(): function const (line 253) | def const(): function core_start (line 257) | def core_start(): function flowDeinit (line 264) | def flowDeinit(): class flowExit (line 268) | class flowExit: function getP2PData (line 275) | def getP2PData(): function get_sd_state (line 279) | def get_sd_state(): function hwDeinit (line 283) | def hwDeinit(): function loopExit (line 292) | def loopExit(): function loopSetIdle (line 296) | def loopSetIdle(): function loopState (line 300) | def loopState(): function modeSet (line 308) | def modeSet(): function reconnect (line 319) | def reconnect(): function remoteInit (line 323) | def remoteInit(): function resetDefault (line 327) | def resetDefault(): function sd_mount (line 334) | def sd_mount(): function sd_umount (line 338) | def sd_umount(): function sendP2PData (line 342) | def sendP2PData(): function setP2PData (line 346) | def setP2PData(): function start (line 353) | def start(): function startBeep (line 357) | def startBeep(): function wait (line 370) | def wait(): function wait_ms (line 374) | def wait_ms(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/m5cloud.pyi class Btn (line 3) | class Btn: method attach (line 4) | def attach(self, *argv) -> Any: ... method deinit (line 5) | def deinit(self, *argv) -> Any: ... method detach (line 6) | def detach(self, *argv) -> Any: ... method multiBtnCb (line 7) | def multiBtnCb(self, *argv) -> Any: ... method restart (line 8) | def restart(self, *argv) -> Any: ... method timerCb (line 9) | def timerCb(self, *argv) -> Any: ... class BtnChild (line 11) | class BtnChild: method deinit (line 12) | def deinit(self, *argv) -> Any: ... method isPressed (line 13) | def isPressed(self, *argv) -> Any: ... method isReleased (line 14) | def isReleased(self, *argv) -> Any: ... method pressFor (line 15) | def pressFor(self, *argv) -> Any: ... method restart (line 16) | def restart(self, *argv) -> Any: ... method upDate (line 17) | def upDate(self, *argv) -> Any: ... method wasDoublePress (line 18) | def wasDoublePress(self, *argv) -> Any: ... method wasPressed (line 19) | def wasPressed(self, *argv) -> Any: ... method wasReleased (line 20) | def wasReleased(self, *argv) -> Any: ... class IP5306 (line 22) | class IP5306: method getBatteryLevel (line 23) | def getBatteryLevel(self, *argv) -> Any: ... method init (line 24) | def init(self, *argv) -> Any: ... method isChargeFull (line 25) | def isChargeFull(self, *argv) -> Any: ... method isCharging (line 26) | def isCharging(self, *argv) -> Any: ... method setCharge (line 27) | def setCharge(self, *argv) -> Any: ... method setChargeVolt (line 28) | def setChargeVolt(self, *argv) -> Any: ... method setVinMaxCurrent (line 29) | def setVinMaxCurrent(self, *argv) -> Any: ... class M5Cloud (line 31) | class M5Cloud: method _backend (line 32) | def _backend(self, *argv) -> Any: ... method _daemonTask (line 33) | def _daemonTask(self, *argv) -> Any: ... method _error (line 34) | def _error(self, *argv) -> Any: ... method _exec_respond (line 35) | def _exec_respond(self, *argv) -> Any: ... method _msg_deal (line 36) | def _msg_deal(self, *argv) -> Any: ... method _send_data (line 37) | def _send_data(self, *argv) -> Any: ... method on_connect (line 38) | def on_connect(self, *argv) -> Any: ... method on_data (line 39) | def on_data(self, *argv) -> Any: ... method run (line 40) | def run(self, *argv) -> Any: ... class MQTTClient (line 42) | class MQTTClient: method _clean_sock_buffer (line 43) | def _clean_sock_buffer(self, *argv) -> Any: ... method _recv_len (line 44) | def _recv_len(self, *argv) -> Any: ... method _send_str (line 45) | def _send_str(self, *argv) -> Any: ... method check_msg (line 46) | def check_msg(self, *argv) -> Any: ... method connect (line 47) | def connect(self, *argv) -> Any: ... method disconnect (line 48) | def disconnect(self, *argv) -> Any: ... method lock_msg_rec (line 49) | def lock_msg_rec(self, *argv) -> Any: ... method ping (line 50) | def ping(self, *argv) -> Any: ... method publish (line 51) | def publish(self, *argv) -> Any: ... method set_block (line 52) | def set_block(self, *argv) -> Any: ... method set_callback (line 53) | def set_callback(self, *argv) -> Any: ... method set_last_will (line 54) | def set_last_will(self, *argv) -> Any: ... method socket_connect (line 55) | def socket_connect(self, *argv) -> Any: ... method subscribe (line 56) | def subscribe(self, *argv) -> Any: ... method topic_get (line 57) | def topic_get(self, *argv) -> Any: ... method topic_msg_get (line 58) | def topic_msg_get(self, *argv) -> Any: ... method unlock_msg_rec (line 59) | def unlock_msg_rec(self, *argv) -> Any: ... method wait_msg (line 60) | def wait_msg(self, *argv) -> Any: ... class Rgb_multi (line 62) | class Rgb_multi: method deinit (line 63) | def deinit(self, *argv) -> Any: ... method setBrightness (line 64) | def setBrightness(self, *argv) -> Any: ... method setColor (line 65) | def setColor(self, *argv) -> Any: ... method setColorAll (line 66) | def setColorAll(self, *argv) -> Any: ... method setColorFrom (line 67) | def setColorFrom(self, *argv) -> Any: ... method setShowLock (line 68) | def setShowLock(self, *argv) -> Any: ... method show (line 69) | def show(self, *argv) -> Any: ... class Speaker (line 76) | class Speaker: method _timeout_cb (line 77) | def _timeout_cb(self, *argv) -> Any: ... method checkInit (line 78) | def checkInit(self, *argv) -> Any: ... method setBeat (line 79) | def setBeat(self, *argv) -> Any: ... method setVolume (line 80) | def setVolume(self, *argv) -> Any: ... method sing (line 81) | def sing(self, *argv) -> Any: ... method tone (line 82) | def tone(self, *argv) -> Any: ... function btnText (line 92) | def btnText() -> None: ... function cfgRead (line 93) | def cfgRead() -> None: ... function cfgWrite (line 94) | def cfgWrite() -> None: ... function const (line 98) | def const() -> None: ... function core_start (line 99) | def core_start() -> None: ... function flowDeinit (line 103) | def flowDeinit() -> None: ... class flowExit (line 105) | class flowExit: ... function getP2PData (line 109) | def getP2PData() -> None: ... function get_sd_state (line 110) | def get_sd_state() -> None: ... function hwDeinit (line 111) | def hwDeinit() -> None: ... function loopExit (line 117) | def loopExit() -> None: ... function loopSetIdle (line 118) | def loopSetIdle() -> None: ... function loopState (line 119) | def loopState() -> None: ... function modeSet (line 124) | def modeSet() -> None: ... function reconnect (line 132) | def reconnect() -> None: ... function remoteInit (line 133) | def remoteInit() -> None: ... function resetDefault (line 134) | def resetDefault() -> None: ... function sd_mount (line 138) | def sd_mount() -> None: ... function sd_umount (line 139) | def sd_umount() -> None: ... function sendP2PData (line 140) | def sendP2PData() -> None: ... function setP2PData (line 141) | def setP2PData() -> None: ... function start (line 145) | def start() -> None: ... function startBeep (line 146) | def startBeep() -> None: ... function wait (line 156) | def wait() -> None: ... function wait_ms (line 157) | def wait_ms() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/m5mqtt.py class M5mqtt (line 9) | class M5mqtt: method _daemonTask (line 12) | def _daemonTask(self, *argv) -> Any: method _msg_deal (line 15) | def _msg_deal(self, *argv) -> Any: method _on_data (line 18) | def _on_data(self, *argv) -> Any: method on_connect (line 21) | def on_connect(self, *argv) -> Any: method publish (line 24) | def publish(self, *argv) -> Any: method start (line 27) | def start(self, *argv) -> Any: method subscribe (line 30) | def subscribe(self, *argv) -> Any: method unsubscribe (line 33) | def unsubscribe(self, *argv) -> Any: class MQTTClient (line 37) | class MQTTClient: method _clean_sock_buffer (line 40) | def _clean_sock_buffer(self, *argv) -> Any: method _recv_len (line 43) | def _recv_len(self, *argv) -> Any: method _send_str (line 46) | def _send_str(self, *argv) -> Any: method check_msg (line 49) | def check_msg(self, *argv) -> Any: method connect (line 52) | def connect(self, *argv) -> Any: method disconnect (line 55) | def disconnect(self, *argv) -> Any: method lock_msg_rec (line 58) | def lock_msg_rec(self, *argv) -> Any: method ping (line 61) | def ping(self, *argv) -> Any: method publish (line 64) | def publish(self, *argv) -> Any: method set_block (line 67) | def set_block(self, *argv) -> Any: method set_callback (line 70) | def set_callback(self, *argv) -> Any: method set_last_will (line 73) | def set_last_will(self, *argv) -> Any: method socket_connect (line 76) | def socket_connect(self, *argv) -> Any: method subscribe (line 79) | def subscribe(self, *argv) -> Any: method topic_get (line 82) | def topic_get(self, *argv) -> Any: method topic_msg_get (line 85) | def topic_msg_get(self, *argv) -> Any: method unlock_msg_rec (line 88) | def unlock_msg_rec(self, *argv) -> Any: method wait_msg (line 91) | def wait_msg(self, *argv) -> Any: function autoConnect (line 98) | def autoConnect(): function reconnect (line 107) | def reconnect(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/m5mqtt.pyi class M5mqtt (line 3) | class M5mqtt: method _daemonTask (line 4) | def _daemonTask(self, *argv) -> Any: ... method _msg_deal (line 5) | def _msg_deal(self, *argv) -> Any: ... method _on_data (line 6) | def _on_data(self, *argv) -> Any: ... method on_connect (line 7) | def on_connect(self, *argv) -> Any: ... method publish (line 8) | def publish(self, *argv) -> Any: ... method start (line 9) | def start(self, *argv) -> Any: ... method subscribe (line 10) | def subscribe(self, *argv) -> Any: ... method unsubscribe (line 11) | def unsubscribe(self, *argv) -> Any: ... class MQTTClient (line 13) | class MQTTClient: method _clean_sock_buffer (line 14) | def _clean_sock_buffer(self, *argv) -> Any: ... method _recv_len (line 15) | def _recv_len(self, *argv) -> Any: ... method _send_str (line 16) | def _send_str(self, *argv) -> Any: ... method check_msg (line 17) | def check_msg(self, *argv) -> Any: ... method connect (line 18) | def connect(self, *argv) -> Any: ... method disconnect (line 19) | def disconnect(self, *argv) -> Any: ... method lock_msg_rec (line 20) | def lock_msg_rec(self, *argv) -> Any: ... method ping (line 21) | def ping(self, *argv) -> Any: ... method publish (line 22) | def publish(self, *argv) -> Any: ... method set_block (line 23) | def set_block(self, *argv) -> Any: ... method set_callback (line 24) | def set_callback(self, *argv) -> Any: ... method set_last_will (line 25) | def set_last_will(self, *argv) -> Any: ... method socket_connect (line 26) | def socket_connect(self, *argv) -> Any: ... method subscribe (line 27) | def subscribe(self, *argv) -> Any: ... method topic_get (line 28) | def topic_get(self, *argv) -> Any: ... method topic_msg_get (line 29) | def topic_msg_get(self, *argv) -> Any: ... method unlock_msg_rec (line 30) | def unlock_msg_rec(self, *argv) -> Any: ... method wait_msg (line 31) | def wait_msg(self, *argv) -> Any: ... function autoConnect (line 35) | def autoConnect() -> None: ... function reconnect (line 41) | def reconnect() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/m5stack.py class Btn (line 9) | class Btn: method attach (line 12) | def attach(self, *argv) -> Any: method deinit (line 15) | def deinit(self, *argv) -> Any: method detach (line 18) | def detach(self, *argv) -> Any: method multiBtnCb (line 21) | def multiBtnCb(self, *argv) -> Any: method restart (line 24) | def restart(self, *argv) -> Any: method timerCb (line 27) | def timerCb(self, *argv) -> Any: class BtnChild (line 31) | class BtnChild: method deinit (line 34) | def deinit(self, *argv) -> Any: method isPressed (line 37) | def isPressed(self, *argv) -> Any: method isReleased (line 40) | def isReleased(self, *argv) -> Any: method pressFor (line 43) | def pressFor(self, *argv) -> Any: method restart (line 46) | def restart(self, *argv) -> Any: method upDate (line 49) | def upDate(self, *argv) -> Any: method wasDoublePress (line 52) | def wasDoublePress(self, *argv) -> Any: method wasPressed (line 55) | def wasPressed(self, *argv) -> Any: method wasReleased (line 58) | def wasReleased(self, *argv) -> Any: class IP5306 (line 62) | class IP5306: method getBatteryLevel (line 65) | def getBatteryLevel(self, *argv) -> Any: method init (line 68) | def init(self, *argv) -> Any: method isChargeFull (line 71) | def isChargeFull(self, *argv) -> Any: method isCharging (line 74) | def isCharging(self, *argv) -> Any: method setCharge (line 77) | def setCharge(self, *argv) -> Any: method setChargeVolt (line 80) | def setChargeVolt(self, *argv) -> Any: method setVinMaxCurrent (line 83) | def setVinMaxCurrent(self, *argv) -> Any: class Rgb_multi (line 87) | class Rgb_multi: method deinit (line 90) | def deinit(self, *argv) -> Any: method setBrightness (line 93) | def setBrightness(self, *argv) -> Any: method setColor (line 96) | def setColor(self, *argv) -> Any: method setColorAll (line 99) | def setColorAll(self, *argv) -> Any: method setColorFrom (line 102) | def setColorFrom(self, *argv) -> Any: method setShowLock (line 105) | def setShowLock(self, *argv) -> Any: method show (line 108) | def show(self, *argv) -> Any: class Speaker (line 112) | class Speaker: method _timeout_cb (line 115) | def _timeout_cb(self, *argv) -> Any: method checkInit (line 118) | def checkInit(self, *argv) -> Any: method setBeat (line 121) | def setBeat(self, *argv) -> Any: method setVolume (line 124) | def setVolume(self, *argv) -> Any: method sing (line 127) | def sing(self, *argv) -> Any: method tone (line 130) | def tone(self, *argv) -> Any: function btnText (line 143) | def btnText(): function const (line 147) | def const(): function get_sd_state (line 154) | def get_sd_state(): function hwDeinit (line 158) | def hwDeinit(): function sd_mount (line 171) | def sd_mount(): function sd_umount (line 175) | def sd_umount(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/m5stack.pyi class Btn (line 3) | class Btn: method attach (line 4) | def attach(self, *argv) -> Any: ... method deinit (line 5) | def deinit(self, *argv) -> Any: ... method detach (line 6) | def detach(self, *argv) -> Any: ... method multiBtnCb (line 7) | def multiBtnCb(self, *argv) -> Any: ... method restart (line 8) | def restart(self, *argv) -> Any: ... method timerCb (line 9) | def timerCb(self, *argv) -> Any: ... class BtnChild (line 11) | class BtnChild: method deinit (line 12) | def deinit(self, *argv) -> Any: ... method isPressed (line 13) | def isPressed(self, *argv) -> Any: ... method isReleased (line 14) | def isReleased(self, *argv) -> Any: ... method pressFor (line 15) | def pressFor(self, *argv) -> Any: ... method restart (line 16) | def restart(self, *argv) -> Any: ... method upDate (line 17) | def upDate(self, *argv) -> Any: ... method wasDoublePress (line 18) | def wasDoublePress(self, *argv) -> Any: ... method wasPressed (line 19) | def wasPressed(self, *argv) -> Any: ... method wasReleased (line 20) | def wasReleased(self, *argv) -> Any: ... class IP5306 (line 22) | class IP5306: method getBatteryLevel (line 23) | def getBatteryLevel(self, *argv) -> Any: ... method init (line 24) | def init(self, *argv) -> Any: ... method isChargeFull (line 25) | def isChargeFull(self, *argv) -> Any: ... method isCharging (line 26) | def isCharging(self, *argv) -> Any: ... method setCharge (line 27) | def setCharge(self, *argv) -> Any: ... method setChargeVolt (line 28) | def setChargeVolt(self, *argv) -> Any: ... method setVinMaxCurrent (line 29) | def setVinMaxCurrent(self, *argv) -> Any: ... class Rgb_multi (line 31) | class Rgb_multi: method deinit (line 32) | def deinit(self, *argv) -> Any: ... method setBrightness (line 33) | def setBrightness(self, *argv) -> Any: ... method setColor (line 34) | def setColor(self, *argv) -> Any: ... method setColorAll (line 35) | def setColorAll(self, *argv) -> Any: ... method setColorFrom (line 36) | def setColorFrom(self, *argv) -> Any: ... method setShowLock (line 37) | def setShowLock(self, *argv) -> Any: ... method show (line 38) | def show(self, *argv) -> Any: ... class Speaker (line 40) | class Speaker: method _timeout_cb (line 41) | def _timeout_cb(self, *argv) -> Any: ... method checkInit (line 42) | def checkInit(self, *argv) -> Any: ... method setBeat (line 43) | def setBeat(self, *argv) -> Any: ... method setVolume (line 44) | def setVolume(self, *argv) -> Any: ... method sing (line 45) | def sing(self, *argv) -> Any: ... method tone (line 46) | def tone(self, *argv) -> Any: ... function btnText (line 56) | def btnText() -> None: ... function const (line 57) | def const() -> None: ... function get_sd_state (line 61) | def get_sd_state() -> None: ... function hwDeinit (line 62) | def hwDeinit() -> None: ... function sd_mount (line 72) | def sd_mount() -> None: ... function sd_umount (line 73) | def sd_umount() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/m5ucloud.py class Btn (line 9) | class Btn: method attach (line 12) | def attach(self, *argv) -> Any: method deinit (line 15) | def deinit(self, *argv) -> Any: method detach (line 18) | def detach(self, *argv) -> Any: method multiBtnCb (line 21) | def multiBtnCb(self, *argv) -> Any: method restart (line 24) | def restart(self, *argv) -> Any: method timerCb (line 27) | def timerCb(self, *argv) -> Any: class BtnChild (line 31) | class BtnChild: method deinit (line 34) | def deinit(self, *argv) -> Any: method isPressed (line 37) | def isPressed(self, *argv) -> Any: method isReleased (line 40) | def isReleased(self, *argv) -> Any: method pressFor (line 43) | def pressFor(self, *argv) -> Any: method restart (line 46) | def restart(self, *argv) -> Any: method upDate (line 49) | def upDate(self, *argv) -> Any: method wasDoublePress (line 52) | def wasDoublePress(self, *argv) -> Any: method wasPressed (line 55) | def wasPressed(self, *argv) -> Any: method wasReleased (line 58) | def wasReleased(self, *argv) -> Any: class IP5306 (line 62) | class IP5306: method getBatteryLevel (line 65) | def getBatteryLevel(self, *argv) -> Any: method init (line 68) | def init(self, *argv) -> Any: method isChargeFull (line 71) | def isChargeFull(self, *argv) -> Any: method isCharging (line 74) | def isCharging(self, *argv) -> Any: method setCharge (line 77) | def setCharge(self, *argv) -> Any: method setChargeVolt (line 80) | def setChargeVolt(self, *argv) -> Any: method setVinMaxCurrent (line 83) | def setVinMaxCurrent(self, *argv) -> Any: class M5UCloud (line 87) | class M5UCloud: method _error (line 90) | def _error(self, *argv) -> Any: method deinit (line 93) | def deinit(self, *argv) -> Any: method exec_deal (line 96) | def exec_deal(self, *argv) -> Any: method on_data (line 99) | def on_data(self, *argv) -> Any: method run (line 102) | def run(self, *argv) -> Any: class Rgb_multi (line 106) | class Rgb_multi: method deinit (line 109) | def deinit(self, *argv) -> Any: method setBrightness (line 112) | def setBrightness(self, *argv) -> Any: method setColor (line 115) | def setColor(self, *argv) -> Any: method setColorAll (line 118) | def setColorAll(self, *argv) -> Any: method setColorFrom (line 121) | def setColorFrom(self, *argv) -> Any: method setShowLock (line 124) | def setShowLock(self, *argv) -> Any: method show (line 127) | def show(self, *argv) -> Any: class Speaker (line 131) | class Speaker: method _timeout_cb (line 134) | def _timeout_cb(self, *argv) -> Any: method checkInit (line 137) | def checkInit(self, *argv) -> Any: method setBeat (line 140) | def setBeat(self, *argv) -> Any: method setVolume (line 143) | def setVolume(self, *argv) -> Any: method sing (line 146) | def sing(self, *argv) -> Any: method tone (line 149) | def tone(self, *argv) -> Any: function btnText (line 162) | def btnText(): function cfgRead (line 166) | def cfgRead(): function cfgWrite (line 170) | def cfgWrite(): function const (line 177) | def const(): function core_start (line 181) | def core_start(): function flowDeinit (line 188) | def flowDeinit(): class flowExit (line 192) | class flowExit: function getP2PData (line 199) | def getP2PData(): function get_sd_state (line 203) | def get_sd_state(): function hwDeinit (line 207) | def hwDeinit(): function loopExit (line 215) | def loopExit(): function loopSetIdle (line 219) | def loopSetIdle(): function loopState (line 223) | def loopState(): function modeSet (line 232) | def modeSet(): function remoteInit (line 242) | def remoteInit(): function resetDefault (line 246) | def resetDefault(): function sd_mount (line 253) | def sd_mount(): function sd_umount (line 257) | def sd_umount(): function sendP2PData (line 261) | def sendP2PData(): function setP2PData (line 265) | def setP2PData(): function start (line 272) | def start(): function startBeep (line 276) | def startBeep(): function wait (line 290) | def wait(): function wait_ms (line 294) | def wait_ms(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/m5ucloud.pyi class Btn (line 3) | class Btn: method attach (line 4) | def attach(self, *argv) -> Any: ... method deinit (line 5) | def deinit(self, *argv) -> Any: ... method detach (line 6) | def detach(self, *argv) -> Any: ... method multiBtnCb (line 7) | def multiBtnCb(self, *argv) -> Any: ... method restart (line 8) | def restart(self, *argv) -> Any: ... method timerCb (line 9) | def timerCb(self, *argv) -> Any: ... class BtnChild (line 11) | class BtnChild: method deinit (line 12) | def deinit(self, *argv) -> Any: ... method isPressed (line 13) | def isPressed(self, *argv) -> Any: ... method isReleased (line 14) | def isReleased(self, *argv) -> Any: ... method pressFor (line 15) | def pressFor(self, *argv) -> Any: ... method restart (line 16) | def restart(self, *argv) -> Any: ... method upDate (line 17) | def upDate(self, *argv) -> Any: ... method wasDoublePress (line 18) | def wasDoublePress(self, *argv) -> Any: ... method wasPressed (line 19) | def wasPressed(self, *argv) -> Any: ... method wasReleased (line 20) | def wasReleased(self, *argv) -> Any: ... class IP5306 (line 22) | class IP5306: method getBatteryLevel (line 23) | def getBatteryLevel(self, *argv) -> Any: ... method init (line 24) | def init(self, *argv) -> Any: ... method isChargeFull (line 25) | def isChargeFull(self, *argv) -> Any: ... method isCharging (line 26) | def isCharging(self, *argv) -> Any: ... method setCharge (line 27) | def setCharge(self, *argv) -> Any: ... method setChargeVolt (line 28) | def setChargeVolt(self, *argv) -> Any: ... method setVinMaxCurrent (line 29) | def setVinMaxCurrent(self, *argv) -> Any: ... class M5UCloud (line 31) | class M5UCloud: method _error (line 32) | def _error(self, *argv) -> Any: ... method deinit (line 33) | def deinit(self, *argv) -> Any: ... method exec_deal (line 34) | def exec_deal(self, *argv) -> Any: ... method on_data (line 35) | def on_data(self, *argv) -> Any: ... method run (line 36) | def run(self, *argv) -> Any: ... class Rgb_multi (line 38) | class Rgb_multi: method deinit (line 39) | def deinit(self, *argv) -> Any: ... method setBrightness (line 40) | def setBrightness(self, *argv) -> Any: ... method setColor (line 41) | def setColor(self, *argv) -> Any: ... method setColorAll (line 42) | def setColorAll(self, *argv) -> Any: ... method setColorFrom (line 43) | def setColorFrom(self, *argv) -> Any: ... method setShowLock (line 44) | def setShowLock(self, *argv) -> Any: ... method show (line 45) | def show(self, *argv) -> Any: ... class Speaker (line 47) | class Speaker: method _timeout_cb (line 48) | def _timeout_cb(self, *argv) -> Any: ... method checkInit (line 49) | def checkInit(self, *argv) -> Any: ... method setBeat (line 50) | def setBeat(self, *argv) -> Any: ... method setVolume (line 51) | def setVolume(self, *argv) -> Any: ... method sing (line 52) | def sing(self, *argv) -> Any: ... method tone (line 53) | def tone(self, *argv) -> Any: ... function btnText (line 63) | def btnText() -> None: ... function cfgRead (line 64) | def cfgRead() -> None: ... function cfgWrite (line 65) | def cfgWrite() -> None: ... function const (line 69) | def const() -> None: ... function core_start (line 70) | def core_start() -> None: ... function flowDeinit (line 74) | def flowDeinit() -> None: ... class flowExit (line 76) | class flowExit: ... function getP2PData (line 80) | def getP2PData() -> None: ... function get_sd_state (line 81) | def get_sd_state() -> None: ... function hwDeinit (line 82) | def hwDeinit() -> None: ... function loopExit (line 87) | def loopExit() -> None: ... function loopSetIdle (line 88) | def loopSetIdle() -> None: ... function loopState (line 89) | def loopState() -> None: ... function modeSet (line 95) | def modeSet() -> None: ... function remoteInit (line 102) | def remoteInit() -> None: ... function resetDefault (line 103) | def resetDefault() -> None: ... function sd_mount (line 107) | def sd_mount() -> None: ... function sd_umount (line 108) | def sd_umount() -> None: ... function sendP2PData (line 109) | def sendP2PData() -> None: ... function setP2PData (line 110) | def setP2PData() -> None: ... function start (line 114) | def start() -> None: ... function startBeep (line 115) | def startBeep() -> None: ... function wait (line 126) | def wait() -> None: ... function wait_ms (line 127) | def wait_ms() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/module.py class Module (line 16) | class Module: function const (line 27) | def const(): function deinit (line 31) | def deinit(): function get (line 35) | def get(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/module.pyi class Module (line 10) | class Module: ... function const (line 18) | def const() -> None: ... function deinit (line 19) | def deinit() -> None: ... function get (line 20) | def get() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/modules/_cellular.py class Cellular (line 9) | class Cellular: method _getResponse (line 12) | def _getResponse(self, *argv) -> Any: method _waitResponse (line 15) | def _waitResponse(self, *argv) -> Any: method _writeAT (line 18) | def _writeAT(self, *argv) -> Any: method connect (line 21) | def connect(self, *argv) -> Any: method connected (line 24) | def connected(self, *argv) -> Any: method deinit (line 27) | def deinit(self, *argv) -> Any: method getAvailable (line 30) | def getAvailable(self, *argv) -> Any: method getLocalIP (line 33) | def getLocalIP(self, *argv) -> Any: method getNetworkState (line 36) | def getNetworkState(self, *argv) -> Any: method getSimState (line 39) | def getSimState(self, *argv) -> Any: method gprsConnect (line 42) | def gprsConnect(self, *argv) -> Any: method gprsDisconnect (line 45) | def gprsDisconnect(self, *argv) -> Any: method init (line 48) | def init(self, *argv) -> Any: method read (line 51) | def read(self, *argv) -> Any: method restart (line 54) | def restart(self, *argv) -> Any: method send (line 57) | def send(self, *argv) -> Any: method sendline (line 60) | def sendline(self, *argv) -> Any: method testAT (line 63) | def testAT(self, *argv) -> Any: function wait_ms (line 71) | def wait_ms(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/modules/_cellular.pyi class Cellular (line 3) | class Cellular: method _getResponse (line 4) | def _getResponse(self, *argv) -> Any: ... method _waitResponse (line 5) | def _waitResponse(self, *argv) -> Any: ... method _writeAT (line 6) | def _writeAT(self, *argv) -> Any: ... method connect (line 7) | def connect(self, *argv) -> Any: ... method connected (line 8) | def connected(self, *argv) -> Any: ... method deinit (line 9) | def deinit(self, *argv) -> Any: ... method getAvailable (line 10) | def getAvailable(self, *argv) -> Any: ... method getLocalIP (line 11) | def getLocalIP(self, *argv) -> Any: ... method getNetworkState (line 12) | def getNetworkState(self, *argv) -> Any: ... method getSimState (line 13) | def getSimState(self, *argv) -> Any: ... method gprsConnect (line 14) | def gprsConnect(self, *argv) -> Any: ... method gprsDisconnect (line 15) | def gprsDisconnect(self, *argv) -> Any: ... method init (line 16) | def init(self, *argv) -> Any: ... method read (line 17) | def read(self, *argv) -> Any: ... method restart (line 18) | def restart(self, *argv) -> Any: ... method send (line 19) | def send(self, *argv) -> Any: ... method sendline (line 20) | def sendline(self, *argv) -> Any: ... method testAT (line 21) | def testAT(self, *argv) -> Any: ... function wait_ms (line 26) | def wait_ms() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/modules/_lego.py class Lego (line 11) | class Lego: method deinit (line 14) | def deinit(self, *argv) -> Any: class Lego_Motor (line 18) | class Lego_Motor: method _available (line 21) | def _available(self, *argv) -> Any: method _read_encoder (line 24) | def _read_encoder(self, *argv) -> Any: method deinit (line 27) | def deinit(self, *argv) -> Any: method position_update (line 30) | def position_update(self, *argv) -> Any: method read_encoder (line 33) | def read_encoder(self, *argv) -> Any: method run_distance (line 36) | def run_distance(self, *argv) -> Any: method run_to (line 39) | def run_to(self, *argv) -> Any: method set_pwm (line 42) | def set_pwm(self, *argv) -> Any: method stop (line 45) | def stop(self, *argv) -> Any: function const (line 53) | def const(): function constrain (line 57) | def constrain(): function dead_area (line 61) | def dead_area(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/modules/_lego.pyi class Lego (line 5) | class Lego: method deinit (line 6) | def deinit(self, *argv) -> Any: ... class Lego_Motor (line 8) | class Lego_Motor: method _available (line 9) | def _available(self, *argv) -> Any: ... method _read_encoder (line 10) | def _read_encoder(self, *argv) -> Any: ... method deinit (line 11) | def deinit(self, *argv) -> Any: ... method position_update (line 12) | def position_update(self, *argv) -> Any: ... method read_encoder (line 13) | def read_encoder(self, *argv) -> Any: ... method run_distance (line 14) | def run_distance(self, *argv) -> Any: ... method run_to (line 15) | def run_to(self, *argv) -> Any: ... method set_pwm (line 16) | def set_pwm(self, *argv) -> Any: ... method stop (line 17) | def stop(self, *argv) -> Any: ... function const (line 22) | def const() -> None: ... function constrain (line 23) | def constrain() -> None: ... function dead_area (line 24) | def dead_area() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/modules/_legoBoard.py function const (line 9) | def const(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/modules/_legoBoard.pyi function const (line 3) | def const() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/modules/_lidarBot.py class LidarBot (line 9) | class LidarBot: method controlWheel (line 12) | def controlWheel(self, *argv) -> Any: method deinit (line 15) | def deinit(self, *argv) -> Any: method goAhead (line 18) | def goAhead(self, *argv) -> Any: method goBack (line 21) | def goBack(self, *argv) -> Any: method setOneRgb (line 24) | def setOneRgb(self, *argv) -> Any: method setRgb (line 27) | def setRgb(self, *argv) -> Any: method setServo (line 30) | def setServo(self, *argv) -> Any: method setStepMotor (line 33) | def setStepMotor(self, *argv) -> Any: method turnLeft (line 36) | def turnLeft(self, *argv) -> Any: method turnRight (line 39) | def turnRight(self, *argv) -> Any: class LidarStep (line 43) | class LidarStep: method controlWheel (line 46) | def controlWheel(self, *argv) -> Any: method goAhead (line 49) | def goAhead(self, *argv) -> Any: method goBack (line 52) | def goBack(self, *argv) -> Any: method setOneRgb (line 55) | def setOneRgb(self, *argv) -> Any: method setRgb (line 58) | def setRgb(self, *argv) -> Any: method setServo (line 61) | def setServo(self, *argv) -> Any: method setStepMotor (line 64) | def setStepMotor(self, *argv) -> Any: method turnLeft (line 67) | def turnLeft(self, *argv) -> Any: method turnRight (line 70) | def turnRight(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/modules/_lidarBot.pyi class LidarBot (line 3) | class LidarBot: method controlWheel (line 4) | def controlWheel(self, *argv) -> Any: ... method deinit (line 5) | def deinit(self, *argv) -> Any: ... method goAhead (line 6) | def goAhead(self, *argv) -> Any: ... method goBack (line 7) | def goBack(self, *argv) -> Any: ... method setOneRgb (line 8) | def setOneRgb(self, *argv) -> Any: ... method setRgb (line 9) | def setRgb(self, *argv) -> Any: ... method setServo (line 10) | def setServo(self, *argv) -> Any: ... method setStepMotor (line 11) | def setStepMotor(self, *argv) -> Any: ... method turnLeft (line 12) | def turnLeft(self, *argv) -> Any: ... method turnRight (line 13) | def turnRight(self, *argv) -> Any: ... class LidarStep (line 15) | class LidarStep: method controlWheel (line 16) | def controlWheel(self, *argv) -> Any: ... method goAhead (line 17) | def goAhead(self, *argv) -> Any: ... method goBack (line 18) | def goBack(self, *argv) -> Any: ... method setOneRgb (line 19) | def setOneRgb(self, *argv) -> Any: ... method setRgb (line 20) | def setRgb(self, *argv) -> Any: ... method setServo (line 21) | def setServo(self, *argv) -> Any: ... method setStepMotor (line 22) | def setStepMotor(self, *argv) -> Any: ... method turnLeft (line 23) | def turnLeft(self, *argv) -> Any: ... method turnRight (line 24) | def turnRight(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/modules/_lorawan.py class Lorawan (line 9) | class Lorawan: method _monitor (line 12) | def _monitor(self, *argv) -> Any: method _reset (line 15) | def _reset(self, *argv) -> Any: method _setMode (line 18) | def _setMode(self, *argv) -> Any: method _uart_cb (line 21) | def _uart_cb(self, *argv) -> Any: method _waitTimeout (line 24) | def _waitTimeout(self, *argv) -> Any: method _write (line 27) | def _write(self, *argv) -> Any: method deinit (line 30) | def deinit(self, *argv) -> Any: method initP2PMode (line 33) | def initP2PMode(self, *argv) -> Any: method initRxMode (line 36) | def initRxMode(self, *argv) -> Any: method txStr (line 39) | def txStr(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/modules/_lorawan.pyi class Lorawan (line 3) | class Lorawan: method _monitor (line 4) | def _monitor(self, *argv) -> Any: ... method _reset (line 5) | def _reset(self, *argv) -> Any: ... method _setMode (line 6) | def _setMode(self, *argv) -> Any: ... method _uart_cb (line 7) | def _uart_cb(self, *argv) -> Any: ... method _waitTimeout (line 8) | def _waitTimeout(self, *argv) -> Any: ... method _write (line 9) | def _write(self, *argv) -> Any: ... method deinit (line 10) | def deinit(self, *argv) -> Any: ... method initP2PMode (line 11) | def initP2PMode(self, *argv) -> Any: ... method initRxMode (line 12) | def initRxMode(self, *argv) -> Any: ... method txStr (line 13) | def txStr(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/modules/_m5bala.py function const (line 9) | def const(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/modules/_m5bala.pyi function const (line 3) | def const() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/modules/_stepMotor.py class StepMotor (line 9) | class StepMotor: method _available (line 12) | def _available(self, *argv) -> Any: method deinit (line 15) | def deinit(self, *argv) -> Any: method g_code (line 18) | def g_code(self, *argv) -> Any: method get_code_time (line 21) | def get_code_time(self, *argv) -> Any: method grbl_init (line 24) | def grbl_init(self, *argv) -> Any: method lock_motor (line 27) | def lock_motor(self, *argv) -> Any: method read_clean (line 30) | def read_clean(self, *argv) -> Any: method read_idle (line 33) | def read_idle(self, *argv) -> Any: method read_line (line 36) | def read_line(self, *argv) -> Any: method set_mode (line 39) | def set_mode(self, *argv) -> Any: method turn (line 42) | def turn(self, *argv) -> Any: method unlock_motor (line 45) | def unlock_motor(self, *argv) -> Any: method wait_idle (line 48) | def wait_idle(self, *argv) -> Any: function sleep_ms (line 58) | def sleep_ms(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/modules/_stepMotor.pyi class StepMotor (line 3) | class StepMotor: method _available (line 4) | def _available(self, *argv) -> Any: ... method deinit (line 5) | def deinit(self, *argv) -> Any: ... method g_code (line 6) | def g_code(self, *argv) -> Any: ... method get_code_time (line 7) | def get_code_time(self, *argv) -> Any: ... method grbl_init (line 8) | def grbl_init(self, *argv) -> Any: ... method lock_motor (line 9) | def lock_motor(self, *argv) -> Any: ... method read_clean (line 10) | def read_clean(self, *argv) -> Any: ... method read_idle (line 11) | def read_idle(self, *argv) -> Any: ... method read_line (line 12) | def read_line(self, *argv) -> Any: ... method set_mode (line 13) | def set_mode(self, *argv) -> Any: ... method turn (line 14) | def turn(self, *argv) -> Any: ... method unlock_motor (line 15) | def unlock_motor(self, *argv) -> Any: ... method wait_idle (line 16) | def wait_idle(self, *argv) -> Any: ... function sleep_ms (line 23) | def sleep_ms() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/peripheral.py function free_timer (line 9) | def free_timer(): function get_timer (line 13) | def get_timer(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/peripheral.pyi function free_timer (line 3) | def free_timer() -> None: ... function get_timer (line 4) | def get_timer() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/power.py class IP5306 (line 9) | class IP5306: method getBatteryLevel (line 12) | def getBatteryLevel(self, *argv) -> Any: method init (line 15) | def init(self, *argv) -> Any: method isChargeFull (line 18) | def isChargeFull(self, *argv) -> Any: method isCharging (line 21) | def isCharging(self, *argv) -> Any: method setCharge (line 24) | def setCharge(self, *argv) -> Any: method setChargeVolt (line 27) | def setChargeVolt(self, *argv) -> Any: method setVinMaxCurrent (line 30) | def setVinMaxCurrent(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/power.pyi class IP5306 (line 3) | class IP5306: method getBatteryLevel (line 4) | def getBatteryLevel(self, *argv) -> Any: ... method init (line 5) | def init(self, *argv) -> Any: ... method isChargeFull (line 6) | def isChargeFull(self, *argv) -> Any: ... method isCharging (line 7) | def isCharging(self, *argv) -> Any: ... method setCharge (line 8) | def setCharge(self, *argv) -> Any: ... method setChargeVolt (line 9) | def setChargeVolt(self, *argv) -> Any: ... method setVinMaxCurrent (line 10) | def setVinMaxCurrent(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/remote.py class Btn (line 9) | class Btn: method attach (line 12) | def attach(self, *argv) -> Any: method deinit (line 15) | def deinit(self, *argv) -> Any: method detach (line 18) | def detach(self, *argv) -> Any: method multiBtnCb (line 21) | def multiBtnCb(self, *argv) -> Any: method restart (line 24) | def restart(self, *argv) -> Any: method timerCb (line 27) | def timerCb(self, *argv) -> Any: class BtnChild (line 31) | class BtnChild: method deinit (line 34) | def deinit(self, *argv) -> Any: method isPressed (line 37) | def isPressed(self, *argv) -> Any: method isReleased (line 40) | def isReleased(self, *argv) -> Any: method pressFor (line 43) | def pressFor(self, *argv) -> Any: method restart (line 46) | def restart(self, *argv) -> Any: method upDate (line 49) | def upDate(self, *argv) -> Any: method wasDoublePress (line 52) | def wasDoublePress(self, *argv) -> Any: method wasPressed (line 55) | def wasPressed(self, *argv) -> Any: method wasReleased (line 58) | def wasReleased(self, *argv) -> Any: class IP5306 (line 62) | class IP5306: method getBatteryLevel (line 65) | def getBatteryLevel(self, *argv) -> Any: method init (line 68) | def init(self, *argv) -> Any: method isChargeFull (line 71) | def isChargeFull(self, *argv) -> Any: method isCharging (line 74) | def isCharging(self, *argv) -> Any: method setCharge (line 77) | def setCharge(self, *argv) -> Any: method setChargeVolt (line 80) | def setChargeVolt(self, *argv) -> Any: method setVinMaxCurrent (line 83) | def setVinMaxCurrent(self, *argv) -> Any: class MQTTClient (line 87) | class MQTTClient: method _clean_sock_buffer (line 90) | def _clean_sock_buffer(self, *argv) -> Any: method _recv_len (line 93) | def _recv_len(self, *argv) -> Any: method _send_str (line 96) | def _send_str(self, *argv) -> Any: method check_msg (line 99) | def check_msg(self, *argv) -> Any: method connect (line 102) | def connect(self, *argv) -> Any: method disconnect (line 105) | def disconnect(self, *argv) -> Any: method lock_msg_rec (line 108) | def lock_msg_rec(self, *argv) -> Any: method ping (line 111) | def ping(self, *argv) -> Any: method publish (line 114) | def publish(self, *argv) -> Any: method set_block (line 117) | def set_block(self, *argv) -> Any: method set_callback (line 120) | def set_callback(self, *argv) -> Any: method set_last_will (line 123) | def set_last_will(self, *argv) -> Any: method socket_connect (line 126) | def socket_connect(self, *argv) -> Any: method subscribe (line 129) | def subscribe(self, *argv) -> Any: method topic_get (line 132) | def topic_get(self, *argv) -> Any: method topic_msg_get (line 135) | def topic_msg_get(self, *argv) -> Any: method unlock_msg_rec (line 138) | def unlock_msg_rec(self, *argv) -> Any: method wait_msg (line 141) | def wait_msg(self, *argv) -> Any: class Rgb_multi (line 145) | class Rgb_multi: method deinit (line 148) | def deinit(self, *argv) -> Any: method setBrightness (line 151) | def setBrightness(self, *argv) -> Any: method setColor (line 154) | def setColor(self, *argv) -> Any: method setColorAll (line 157) | def setColorAll(self, *argv) -> Any: method setColorFrom (line 160) | def setColorFrom(self, *argv) -> Any: method setShowLock (line 163) | def setShowLock(self, *argv) -> Any: method show (line 166) | def show(self, *argv) -> Any: class Speaker (line 170) | class Speaker: method _timeout_cb (line 173) | def _timeout_cb(self, *argv) -> Any: method checkInit (line 176) | def checkInit(self, *argv) -> Any: method setBeat (line 179) | def setBeat(self, *argv) -> Any: method setVolume (line 182) | def setVolume(self, *argv) -> Any: method sing (line 185) | def sing(self, *argv) -> Any: method tone (line 188) | def tone(self, *argv) -> Any: function btnText (line 201) | def btnText(): function const (line 205) | def const(): function get_sd_state (line 213) | def get_sd_state(): function hwDeinit (line 217) | def hwDeinit(): function sd_mount (line 231) | def sd_mount(): function sd_umount (line 235) | def sd_umount(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/remote.pyi class Btn (line 3) | class Btn: method attach (line 4) | def attach(self, *argv) -> Any: ... method deinit (line 5) | def deinit(self, *argv) -> Any: ... method detach (line 6) | def detach(self, *argv) -> Any: ... method multiBtnCb (line 7) | def multiBtnCb(self, *argv) -> Any: ... method restart (line 8) | def restart(self, *argv) -> Any: ... method timerCb (line 9) | def timerCb(self, *argv) -> Any: ... class BtnChild (line 11) | class BtnChild: method deinit (line 12) | def deinit(self, *argv) -> Any: ... method isPressed (line 13) | def isPressed(self, *argv) -> Any: ... method isReleased (line 14) | def isReleased(self, *argv) -> Any: ... method pressFor (line 15) | def pressFor(self, *argv) -> Any: ... method restart (line 16) | def restart(self, *argv) -> Any: ... method upDate (line 17) | def upDate(self, *argv) -> Any: ... method wasDoublePress (line 18) | def wasDoublePress(self, *argv) -> Any: ... method wasPressed (line 19) | def wasPressed(self, *argv) -> Any: ... method wasReleased (line 20) | def wasReleased(self, *argv) -> Any: ... class IP5306 (line 22) | class IP5306: method getBatteryLevel (line 23) | def getBatteryLevel(self, *argv) -> Any: ... method init (line 24) | def init(self, *argv) -> Any: ... method isChargeFull (line 25) | def isChargeFull(self, *argv) -> Any: ... method isCharging (line 26) | def isCharging(self, *argv) -> Any: ... method setCharge (line 27) | def setCharge(self, *argv) -> Any: ... method setChargeVolt (line 28) | def setChargeVolt(self, *argv) -> Any: ... method setVinMaxCurrent (line 29) | def setVinMaxCurrent(self, *argv) -> Any: ... class MQTTClient (line 31) | class MQTTClient: method _clean_sock_buffer (line 32) | def _clean_sock_buffer(self, *argv) -> Any: ... method _recv_len (line 33) | def _recv_len(self, *argv) -> Any: ... method _send_str (line 34) | def _send_str(self, *argv) -> Any: ... method check_msg (line 35) | def check_msg(self, *argv) -> Any: ... method connect (line 36) | def connect(self, *argv) -> Any: ... method disconnect (line 37) | def disconnect(self, *argv) -> Any: ... method lock_msg_rec (line 38) | def lock_msg_rec(self, *argv) -> Any: ... method ping (line 39) | def ping(self, *argv) -> Any: ... method publish (line 40) | def publish(self, *argv) -> Any: ... method set_block (line 41) | def set_block(self, *argv) -> Any: ... method set_callback (line 42) | def set_callback(self, *argv) -> Any: ... method set_last_will (line 43) | def set_last_will(self, *argv) -> Any: ... method socket_connect (line 44) | def socket_connect(self, *argv) -> Any: ... method subscribe (line 45) | def subscribe(self, *argv) -> Any: ... method topic_get (line 46) | def topic_get(self, *argv) -> Any: ... method topic_msg_get (line 47) | def topic_msg_get(self, *argv) -> Any: ... method unlock_msg_rec (line 48) | def unlock_msg_rec(self, *argv) -> Any: ... method wait_msg (line 49) | def wait_msg(self, *argv) -> Any: ... class Rgb_multi (line 51) | class Rgb_multi: method deinit (line 52) | def deinit(self, *argv) -> Any: ... method setBrightness (line 53) | def setBrightness(self, *argv) -> Any: ... method setColor (line 54) | def setColor(self, *argv) -> Any: ... method setColorAll (line 55) | def setColorAll(self, *argv) -> Any: ... method setColorFrom (line 56) | def setColorFrom(self, *argv) -> Any: ... method setShowLock (line 57) | def setShowLock(self, *argv) -> Any: ... method show (line 58) | def show(self, *argv) -> Any: ... class Speaker (line 60) | class Speaker: method _timeout_cb (line 61) | def _timeout_cb(self, *argv) -> Any: ... method checkInit (line 62) | def checkInit(self, *argv) -> Any: ... method setBeat (line 63) | def setBeat(self, *argv) -> Any: ... method setVolume (line 64) | def setVolume(self, *argv) -> Any: ... method sing (line 65) | def sing(self, *argv) -> Any: ... method tone (line 66) | def tone(self, *argv) -> Any: ... function btnText (line 76) | def btnText() -> None: ... function const (line 77) | def const() -> None: ... function get_sd_state (line 82) | def get_sd_state() -> None: ... function hwDeinit (line 83) | def hwDeinit() -> None: ... function sd_mount (line 94) | def sd_mount() -> None: ... function sd_umount (line 95) | def sd_umount() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/simple.py class MQTTClient (line 9) | class MQTTClient: method _clean_sock_buffer (line 12) | def _clean_sock_buffer(self, *argv) -> Any: method _recv_len (line 15) | def _recv_len(self, *argv) -> Any: method _send_str (line 18) | def _send_str(self, *argv) -> Any: method check_msg (line 21) | def check_msg(self, *argv) -> Any: method connect (line 24) | def connect(self, *argv) -> Any: method disconnect (line 27) | def disconnect(self, *argv) -> Any: method lock_msg_rec (line 30) | def lock_msg_rec(self, *argv) -> Any: method ping (line 33) | def ping(self, *argv) -> Any: method publish (line 36) | def publish(self, *argv) -> Any: method set_block (line 39) | def set_block(self, *argv) -> Any: method set_callback (line 42) | def set_callback(self, *argv) -> Any: method set_last_will (line 45) | def set_last_will(self, *argv) -> Any: method socket_connect (line 48) | def socket_connect(self, *argv) -> Any: method subscribe (line 51) | def subscribe(self, *argv) -> Any: method topic_get (line 54) | def topic_get(self, *argv) -> Any: method topic_msg_get (line 57) | def topic_msg_get(self, *argv) -> Any: method unlock_msg_rec (line 60) | def unlock_msg_rec(self, *argv) -> Any: method wait_msg (line 63) | def wait_msg(self, *argv) -> Any: class MQTTException (line 67) | class MQTTException(Exception): function hexlify (line 71) | def hexlify(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/simple.pyi class MQTTClient (line 3) | class MQTTClient: method _clean_sock_buffer (line 4) | def _clean_sock_buffer(self, *argv) -> Any: ... method _recv_len (line 5) | def _recv_len(self, *argv) -> Any: ... method _send_str (line 6) | def _send_str(self, *argv) -> Any: ... method check_msg (line 7) | def check_msg(self, *argv) -> Any: ... method connect (line 8) | def connect(self, *argv) -> Any: ... method disconnect (line 9) | def disconnect(self, *argv) -> Any: ... method lock_msg_rec (line 10) | def lock_msg_rec(self, *argv) -> Any: ... method ping (line 11) | def ping(self, *argv) -> Any: ... method publish (line 12) | def publish(self, *argv) -> Any: ... method set_block (line 13) | def set_block(self, *argv) -> Any: ... method set_callback (line 14) | def set_callback(self, *argv) -> Any: ... method set_last_will (line 15) | def set_last_will(self, *argv) -> Any: ... method socket_connect (line 16) | def socket_connect(self, *argv) -> Any: ... method subscribe (line 17) | def subscribe(self, *argv) -> Any: ... method topic_get (line 18) | def topic_get(self, *argv) -> Any: ... method topic_msg_get (line 19) | def topic_msg_get(self, *argv) -> Any: ... method unlock_msg_rec (line 20) | def unlock_msg_rec(self, *argv) -> Any: ... method wait_msg (line 21) | def wait_msg(self, *argv) -> Any: ... class MQTTException (line 23) | class MQTTException(Exception): ... function hexlify (line 25) | def hexlify() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/timeSchedule.py class Timer (line 12) | class Timer: method deinit (line 18) | def deinit(self, *argv) -> Any: method init (line 21) | def init(self, *argv) -> Any: method setCallback (line 24) | def setCallback(self, *argv) -> Any: method start (line 27) | def start(self, *argv) -> Any: method stop (line 30) | def stop(self, *argv) -> Any: method update (line 33) | def update(self, *argv) -> Any: class timeSch (line 41) | class timeSch: method checkInit (line 47) | def checkInit(self, *argv) -> Any: method deinit (line 50) | def deinit(self, *argv) -> Any: method event (line 53) | def event(self, *argv) -> Any: method remove_all (line 56) | def remove_all(self, *argv) -> Any: method run (line 59) | def run(self, *argv) -> Any: method setTimer (line 62) | def setTimer(self, *argv) -> Any: method stop (line 65) | def stop(self, *argv) -> Any: method timerCb (line 68) | def timerCb(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/timeSchedule.pyi class Timer (line 6) | class Timer: method deinit (line 9) | def deinit(self, *argv) -> Any: ... method init (line 10) | def init(self, *argv) -> Any: ... method setCallback (line 11) | def setCallback(self, *argv) -> Any: ... method start (line 12) | def start(self, *argv) -> Any: ... method stop (line 13) | def stop(self, *argv) -> Any: ... method update (line 14) | def update(self, *argv) -> Any: ... class timeSch (line 19) | class timeSch: method checkInit (line 22) | def checkInit(self, *argv) -> Any: ... method deinit (line 23) | def deinit(self, *argv) -> Any: ... method event (line 24) | def event(self, *argv) -> Any: ... method remove_all (line 25) | def remove_all(self, *argv) -> Any: ... method run (line 26) | def run(self, *argv) -> Any: ... method setTimer (line 27) | def setTimer(self, *argv) -> Any: ... method stop (line 28) | def stop(self, *argv) -> Any: ... method timerCb (line 29) | def timerCb(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/uiflow.py class Btn (line 9) | class Btn: method attach (line 12) | def attach(self, *argv) -> Any: method deinit (line 15) | def deinit(self, *argv) -> Any: method detach (line 18) | def detach(self, *argv) -> Any: method multiBtnCb (line 21) | def multiBtnCb(self, *argv) -> Any: method restart (line 24) | def restart(self, *argv) -> Any: method timerCb (line 27) | def timerCb(self, *argv) -> Any: class BtnChild (line 31) | class BtnChild: method deinit (line 34) | def deinit(self, *argv) -> Any: method isPressed (line 37) | def isPressed(self, *argv) -> Any: method isReleased (line 40) | def isReleased(self, *argv) -> Any: method pressFor (line 43) | def pressFor(self, *argv) -> Any: method restart (line 46) | def restart(self, *argv) -> Any: method upDate (line 49) | def upDate(self, *argv) -> Any: method wasDoublePress (line 52) | def wasDoublePress(self, *argv) -> Any: method wasPressed (line 55) | def wasPressed(self, *argv) -> Any: method wasReleased (line 58) | def wasReleased(self, *argv) -> Any: class IP5306 (line 62) | class IP5306: method getBatteryLevel (line 65) | def getBatteryLevel(self, *argv) -> Any: method init (line 68) | def init(self, *argv) -> Any: method isChargeFull (line 71) | def isChargeFull(self, *argv) -> Any: method isCharging (line 74) | def isCharging(self, *argv) -> Any: method setCharge (line 77) | def setCharge(self, *argv) -> Any: method setChargeVolt (line 80) | def setChargeVolt(self, *argv) -> Any: method setVinMaxCurrent (line 83) | def setVinMaxCurrent(self, *argv) -> Any: class Rgb_multi (line 87) | class Rgb_multi: method deinit (line 90) | def deinit(self, *argv) -> Any: method setBrightness (line 93) | def setBrightness(self, *argv) -> Any: method setColor (line 96) | def setColor(self, *argv) -> Any: method setColorAll (line 99) | def setColorAll(self, *argv) -> Any: method setColorFrom (line 102) | def setColorFrom(self, *argv) -> Any: method setShowLock (line 105) | def setShowLock(self, *argv) -> Any: method show (line 108) | def show(self, *argv) -> Any: class Speaker (line 112) | class Speaker: method _timeout_cb (line 115) | def _timeout_cb(self, *argv) -> Any: method checkInit (line 118) | def checkInit(self, *argv) -> Any: method setBeat (line 121) | def setBeat(self, *argv) -> Any: method setVolume (line 124) | def setVolume(self, *argv) -> Any: method sing (line 127) | def sing(self, *argv) -> Any: method tone (line 130) | def tone(self, *argv) -> Any: function btnText (line 146) | def btnText(): function cfgRead (line 150) | def cfgRead(): function cfgWrite (line 154) | def cfgWrite(): function const (line 161) | def const(): function core_start (line 165) | def core_start(): function flowDeinit (line 172) | def flowDeinit(): class flowExit (line 176) | class flowExit: function getP2PData (line 183) | def getP2PData(): function get_sd_state (line 187) | def get_sd_state(): function hwDeinit (line 191) | def hwDeinit(): function loopExit (line 198) | def loopExit(): function loopSetIdle (line 202) | def loopSetIdle(): function loopState (line 206) | def loopState(): function modeSet (line 214) | def modeSet(): function remoteInit (line 223) | def remoteInit(): function resetDefault (line 227) | def resetDefault(): function sd_mount (line 234) | def sd_mount(): function sd_umount (line 238) | def sd_umount(): function sendP2PData (line 242) | def sendP2PData(): function setP2PData (line 246) | def setP2PData(): function start (line 253) | def start(): function startBeep (line 257) | def startBeep(): function wait (line 268) | def wait(): function wait_ms (line 272) | def wait_ms(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/uiflow.pyi class Btn (line 3) | class Btn: method attach (line 4) | def attach(self, *argv) -> Any: ... method deinit (line 5) | def deinit(self, *argv) -> Any: ... method detach (line 6) | def detach(self, *argv) -> Any: ... method multiBtnCb (line 7) | def multiBtnCb(self, *argv) -> Any: ... method restart (line 8) | def restart(self, *argv) -> Any: ... method timerCb (line 9) | def timerCb(self, *argv) -> Any: ... class BtnChild (line 11) | class BtnChild: method deinit (line 12) | def deinit(self, *argv) -> Any: ... method isPressed (line 13) | def isPressed(self, *argv) -> Any: ... method isReleased (line 14) | def isReleased(self, *argv) -> Any: ... method pressFor (line 15) | def pressFor(self, *argv) -> Any: ... method restart (line 16) | def restart(self, *argv) -> Any: ... method upDate (line 17) | def upDate(self, *argv) -> Any: ... method wasDoublePress (line 18) | def wasDoublePress(self, *argv) -> Any: ... method wasPressed (line 19) | def wasPressed(self, *argv) -> Any: ... method wasReleased (line 20) | def wasReleased(self, *argv) -> Any: ... class IP5306 (line 22) | class IP5306: method getBatteryLevel (line 23) | def getBatteryLevel(self, *argv) -> Any: ... method init (line 24) | def init(self, *argv) -> Any: ... method isChargeFull (line 25) | def isChargeFull(self, *argv) -> Any: ... method isCharging (line 26) | def isCharging(self, *argv) -> Any: ... method setCharge (line 27) | def setCharge(self, *argv) -> Any: ... method setChargeVolt (line 28) | def setChargeVolt(self, *argv) -> Any: ... method setVinMaxCurrent (line 29) | def setVinMaxCurrent(self, *argv) -> Any: ... class Rgb_multi (line 31) | class Rgb_multi: method deinit (line 32) | def deinit(self, *argv) -> Any: ... method setBrightness (line 33) | def setBrightness(self, *argv) -> Any: ... method setColor (line 34) | def setColor(self, *argv) -> Any: ... method setColorAll (line 35) | def setColorAll(self, *argv) -> Any: ... method setColorFrom (line 36) | def setColorFrom(self, *argv) -> Any: ... method setShowLock (line 37) | def setShowLock(self, *argv) -> Any: ... method show (line 38) | def show(self, *argv) -> Any: ... class Speaker (line 40) | class Speaker: method _timeout_cb (line 41) | def _timeout_cb(self, *argv) -> Any: ... method checkInit (line 42) | def checkInit(self, *argv) -> Any: ... method setBeat (line 43) | def setBeat(self, *argv) -> Any: ... method setVolume (line 44) | def setVolume(self, *argv) -> Any: ... method sing (line 45) | def sing(self, *argv) -> Any: ... method tone (line 46) | def tone(self, *argv) -> Any: ... function btnText (line 59) | def btnText() -> None: ... function cfgRead (line 60) | def cfgRead() -> None: ... function cfgWrite (line 61) | def cfgWrite() -> None: ... function const (line 65) | def const() -> None: ... function core_start (line 66) | def core_start() -> None: ... function flowDeinit (line 70) | def flowDeinit() -> None: ... class flowExit (line 72) | class flowExit: ... function getP2PData (line 76) | def getP2PData() -> None: ... function get_sd_state (line 77) | def get_sd_state() -> None: ... function hwDeinit (line 78) | def hwDeinit() -> None: ... function loopExit (line 82) | def loopExit() -> None: ... function loopSetIdle (line 83) | def loopSetIdle() -> None: ... function loopState (line 84) | def loopState() -> None: ... function modeSet (line 89) | def modeSet() -> None: ... function remoteInit (line 95) | def remoteInit() -> None: ... function resetDefault (line 96) | def resetDefault() -> None: ... function sd_mount (line 100) | def sd_mount() -> None: ... function sd_umount (line 101) | def sd_umount() -> None: ... function sendP2PData (line 102) | def sendP2PData() -> None: ... function setP2PData (line 103) | def setP2PData() -> None: ... function start (line 107) | def start() -> None: ... function startBeep (line 108) | def startBeep() -> None: ... function wait (line 116) | def wait() -> None: ... function wait_ms (line 117) | def wait_ms() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/unit.py class Unit (line 52) | class Unit: function const (line 59) | def const(): function deinit (line 63) | def deinit(): function get (line 67) | def get(): function portApply (line 75) | def portApply(): function portFree (line 79) | def portFree(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/unit.pyi class Unit (line 46) | class Unit: ... function const (line 50) | def const() -> None: ... function deinit (line 51) | def deinit() -> None: ... function get (line 52) | def get() -> None: ... function portApply (line 57) | def portApply() -> None: ... function portFree (line 58) | def portFree() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_adc.py class Adc (line 11) | class Adc: method _available (line 14) | def _available(self, *argv) -> Any: method _read_u16 (line 17) | def _read_u16(self, *argv) -> Any: method _write_u8 (line 20) | def _write_u8(self, *argv) -> Any: method deinit (line 23) | def deinit(self, *argv) -> Any: method measure_set (line 26) | def measure_set(self, *argv) -> Any: function const (line 45) | def const(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_adc.pyi class Adc (line 5) | class Adc: method _available (line 6) | def _available(self, *argv) -> Any: ... method _read_u16 (line 7) | def _read_u16(self, *argv) -> Any: ... method _write_u8 (line 8) | def _write_u8(self, *argv) -> Any: ... method deinit (line 9) | def deinit(self, *argv) -> Any: ... method measure_set (line 10) | def measure_set(self, *argv) -> Any: ... function const (line 25) | def const() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_angle.py class Angle (line 9) | class Angle: method deinit (line 12) | def deinit(self, *argv) -> Any: method read (line 15) | def read(self, *argv) -> Any: method readraw (line 18) | def readraw(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_angle.pyi class Angle (line 3) | class Angle: method deinit (line 4) | def deinit(self, *argv) -> Any: ... method read (line 5) | def read(self, *argv) -> Any: ... method readraw (line 6) | def readraw(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_button.py function Button (line 9) | def Button(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_button.pyi function Button (line 3) | def Button() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_cardKB.py class CardKB (line 9) | class CardKB: method _available (line 12) | def _available(self, *argv) -> Any: method _monitor (line 15) | def _monitor(self, *argv) -> Any: method deinit (line 18) | def deinit(self, *argv) -> Any: method isNewKeyPress (line 21) | def isNewKeyPress(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_cardKB.pyi class CardKB (line 3) | class CardKB: method _available (line 4) | def _available(self, *argv) -> Any: ... method _monitor (line 5) | def _monitor(self, *argv) -> Any: ... method deinit (line 6) | def deinit(self, *argv) -> Any: ... method isNewKeyPress (line 7) | def isNewKeyPress(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_color.py class Color (line 9) | class Color: method _available (line 12) | def _available(self, *argv) -> Any: method _read_u16 (line 15) | def _read_u16(self, *argv) -> Any: method _read_u8 (line 18) | def _read_u8(self, *argv) -> Any: method _register_char (line 21) | def _register_char(self, *argv) -> Any: method _register_short (line 24) | def _register_short(self, *argv) -> Any: method _valid (line 27) | def _valid(self, *argv) -> Any: method _write_u16 (line 30) | def _write_u16(self, *argv) -> Any: method _write_u8 (line 33) | def _write_u8(self, *argv) -> Any: method deinit (line 38) | def deinit(self, *argv) -> Any: method enable (line 41) | def enable(self, *argv) -> Any: method getRGB (line 44) | def getRGB(self, *argv) -> Any: method setGains (line 52) | def setGains(self, *argv) -> Any: method setIntegrationTime (line 55) | def setIntegrationTime(self, *argv) -> Any: function const (line 66) | def const(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_color.pyi class Color (line 3) | class Color: method _available (line 4) | def _available(self, *argv) -> Any: ... method _read_u16 (line 5) | def _read_u16(self, *argv) -> Any: ... method _read_u8 (line 6) | def _read_u8(self, *argv) -> Any: ... method _register_char (line 7) | def _register_char(self, *argv) -> Any: ... method _register_short (line 8) | def _register_short(self, *argv) -> Any: ... method _valid (line 9) | def _valid(self, *argv) -> Any: ... method _write_u16 (line 10) | def _write_u16(self, *argv) -> Any: ... method _write_u8 (line 11) | def _write_u8(self, *argv) -> Any: ... method deinit (line 13) | def deinit(self, *argv) -> Any: ... method enable (line 14) | def enable(self, *argv) -> Any: ... method getRGB (line 15) | def getRGB(self, *argv) -> Any: ... method setGains (line 20) | def setGains(self, *argv) -> Any: ... method setIntegrationTime (line 21) | def setIntegrationTime(self, *argv) -> Any: ... function const (line 29) | def const() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_dac.py class Dac (line 9) | class Dac: method _available (line 15) | def _available(self, *argv) -> Any: method deinit (line 18) | def deinit(self, *argv) -> Any: method setVoltage (line 23) | def setVoltage(self, *argv) -> Any: method writeData (line 26) | def writeData(self, *argv) -> Any: function const (line 30) | def const(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_dac.pyi class Dac (line 3) | class Dac: method _available (line 6) | def _available(self, *argv) -> Any: ... method deinit (line 7) | def deinit(self, *argv) -> Any: ... method setVoltage (line 9) | def setVoltage(self, *argv) -> Any: ... method writeData (line 10) | def writeData(self, *argv) -> Any: ... function const (line 12) | def const() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_dual_button.py class Dual_button (line 9) | class Dual_button: method deinit (line 12) | def deinit(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_dual_button.pyi class Dual_button (line 3) | class Dual_button: method deinit (line 4) | def deinit(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_earth.py class Earth (line 9) | class Earth: method deinit (line 14) | def deinit(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_earth.pyi class Earth (line 3) | class Earth: method deinit (line 5) | def deinit(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_env.py class Env (line 9) | class Env: method _available (line 12) | def _available(self, *argv) -> Any: method deinit (line 15) | def deinit(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_env.pyi class Env (line 3) | class Env: method _available (line 4) | def _available(self, *argv) -> Any: ... method deinit (line 5) | def deinit(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_ext_io.py class Ext_io (line 9) | class Ext_io: method _available (line 17) | def _available(self, *argv) -> Any: method _get_mode (line 20) | def _get_mode(self, *argv) -> Any: method deinit (line 23) | def deinit(self, *argv) -> Any: method digitRead (line 26) | def digitRead(self, *argv) -> Any: method digitReadPort (line 29) | def digitReadPort(self, *argv) -> Any: method digitWrite (line 32) | def digitWrite(self, *argv) -> Any: method digitWritePort (line 35) | def digitWritePort(self, *argv) -> Any: method setPinMode (line 38) | def setPinMode(self, *argv) -> Any: method setPortMode (line 41) | def setPortMode(self, *argv) -> Any: function const (line 45) | def const(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_ext_io.pyi class Ext_io (line 3) | class Ext_io: method _available (line 8) | def _available(self, *argv) -> Any: ... method _get_mode (line 9) | def _get_mode(self, *argv) -> Any: ... method deinit (line 10) | def deinit(self, *argv) -> Any: ... method digitRead (line 11) | def digitRead(self, *argv) -> Any: ... method digitReadPort (line 12) | def digitReadPort(self, *argv) -> Any: ... method digitWrite (line 13) | def digitWrite(self, *argv) -> Any: ... method digitWritePort (line 14) | def digitWritePort(self, *argv) -> Any: ... method setPinMode (line 15) | def setPinMode(self, *argv) -> Any: ... method setPortMode (line 16) | def setPortMode(self, *argv) -> Any: ... function const (line 18) | def const() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_finger.py class Finger (line 17) | class Finger: method _monitor (line 20) | def _monitor(self, *argv) -> Any: method _write (line 23) | def _write(self, *argv) -> Any: method addUser (line 26) | def addUser(self, *argv) -> Any: method deinit (line 29) | def deinit(self, *argv) -> Any: method getUnknownCb (line 32) | def getUnknownCb(self, *argv) -> Any: method readFingerCb (line 35) | def readFingerCb(self, *argv) -> Any: method readUser (line 38) | def readUser(self, *argv) -> Any: method removeAllUser (line 41) | def removeAllUser(self, *argv) -> Any: method removeUser (line 44) | def removeUser(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_finger.pyi class Finger (line 11) | class Finger: method _monitor (line 12) | def _monitor(self, *argv) -> Any: ... method _write (line 13) | def _write(self, *argv) -> Any: ... method addUser (line 14) | def addUser(self, *argv) -> Any: ... method deinit (line 15) | def deinit(self, *argv) -> Any: ... method getUnknownCb (line 16) | def getUnknownCb(self, *argv) -> Any: ... method readFingerCb (line 17) | def readFingerCb(self, *argv) -> Any: ... method readUser (line 18) | def readUser(self, *argv) -> Any: ... method removeAllUser (line 19) | def removeAllUser(self, *argv) -> Any: ... method removeUser (line 20) | def removeUser(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_gps.py class Gps (line 9) | class Gps: method _monitor (line 12) | def _monitor(self, *argv) -> Any: method deinit (line 15) | def deinit(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_gps.pyi class Gps (line 3) | class Gps: method _monitor (line 4) | def _monitor(self, *argv) -> Any: ... method deinit (line 5) | def deinit(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_ir.py class Ir (line 9) | class Ir: method _irq_cb (line 12) | def _irq_cb(self, *argv) -> Any: method _update (line 15) | def _update(self, *argv) -> Any: method deinit (line 18) | def deinit(self, *argv) -> Any: method rxStatus (line 23) | def rxStatus(self, *argv) -> Any: method txOff (line 26) | def txOff(self, *argv) -> Any: method txOn (line 29) | def txOn(self, *argv) -> Any: class PWM (line 33) | class PWM: method deinit (line 36) | def deinit(self, *argv) -> Any: method duty (line 39) | def duty(self, *argv) -> Any: method freq (line 42) | def freq(self, *argv) -> Any: method init (line 45) | def init(self, *argv) -> Any: method list (line 48) | def list(self, *argv) -> Any: method pause (line 51) | def pause(self, *argv) -> Any: method resume (line 54) | def resume(self, *argv) -> Any: class Pin (line 58) | class Pin: method deinit (line 75) | def deinit(self, *argv) -> Any: method init (line 78) | def init(self, *argv) -> Any: method irq (line 81) | def irq(self, *argv) -> Any: method off (line 84) | def off(self, *argv) -> Any: method on (line 87) | def on(self, *argv) -> Any: method value (line 90) | def value(self, *argv) -> Any: class Timer (line 94) | class Timer: method deinit (line 100) | def deinit(self, *argv) -> Any: method init (line 103) | def init(self, *argv) -> Any: method value (line 106) | def value(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_ir.pyi class Ir (line 3) | class Ir: method _irq_cb (line 4) | def _irq_cb(self, *argv) -> Any: ... method _update (line 5) | def _update(self, *argv) -> Any: ... method deinit (line 6) | def deinit(self, *argv) -> Any: ... method rxStatus (line 8) | def rxStatus(self, *argv) -> Any: ... method txOff (line 9) | def txOff(self, *argv) -> Any: ... method txOn (line 10) | def txOn(self, *argv) -> Any: ... class PWM (line 12) | class PWM: method deinit (line 13) | def deinit(self, *argv) -> Any: ... method duty (line 14) | def duty(self, *argv) -> Any: ... method freq (line 15) | def freq(self, *argv) -> Any: ... method init (line 16) | def init(self, *argv) -> Any: ... method list (line 17) | def list(self, *argv) -> Any: ... method pause (line 18) | def pause(self, *argv) -> Any: ... method resume (line 19) | def resume(self, *argv) -> Any: ... class Pin (line 21) | class Pin: method deinit (line 35) | def deinit(self, *argv) -> Any: ... method init (line 36) | def init(self, *argv) -> Any: ... method irq (line 37) | def irq(self, *argv) -> Any: ... method off (line 38) | def off(self, *argv) -> Any: ... method on (line 39) | def on(self, *argv) -> Any: ... method value (line 40) | def value(self, *argv) -> Any: ... class Timer (line 42) | class Timer: method deinit (line 45) | def deinit(self, *argv) -> Any: ... method init (line 46) | def init(self, *argv) -> Any: ... method value (line 47) | def value(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_joystick.py class Joystick (line 9) | class Joystick: method _available (line 18) | def _available(self, *argv) -> Any: method _update (line 21) | def _update(self, *argv) -> Any: method deinit (line 24) | def deinit(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_joystick.pyi class Joystick (line 3) | class Joystick: method _available (line 9) | def _available(self, *argv) -> Any: ... method _update (line 10) | def _update(self, *argv) -> Any: ... method deinit (line 11) | def deinit(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_light.py class Light (line 9) | class Light: method deinit (line 14) | def deinit(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_light.pyi class Light (line 3) | class Light: method deinit (line 5) | def deinit(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_makey.py class Makey (line 11) | class Makey: method _available (line 14) | def _available(self, *argv) -> Any: method _updateValue (line 17) | def _updateValue(self, *argv) -> Any: method deinit (line 20) | def deinit(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_makey.pyi class Makey (line 5) | class Makey: method _available (line 6) | def _available(self, *argv) -> Any: ... method _updateValue (line 7) | def _updateValue(self, *argv) -> Any: ... method deinit (line 8) | def deinit(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_mlx90640.py class Mlx90640 (line 9) | class Mlx90640: method deinit (line 14) | def deinit(self, *argv) -> Any: method getCenterTmp (line 17) | def getCenterTmp(self, *argv) -> Any: method getMaxTmp (line 20) | def getMaxTmp(self, *argv) -> Any: method getMinTmp (line 23) | def getMinTmp(self, *argv) -> Any: method getTmp (line 26) | def getTmp(self, *argv) -> Any: method setColorMaxTmp (line 29) | def setColorMaxTmp(self, *argv) -> Any: method setColorMinTmp (line 32) | def setColorMinTmp(self, *argv) -> Any: method update (line 35) | def update(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_mlx90640.pyi class Mlx90640 (line 3) | class Mlx90640: method deinit (line 5) | def deinit(self, *argv) -> Any: ... method getCenterTmp (line 6) | def getCenterTmp(self, *argv) -> Any: ... method getMaxTmp (line 7) | def getMaxTmp(self, *argv) -> Any: ... method getMinTmp (line 8) | def getMinTmp(self, *argv) -> Any: ... method getTmp (line 9) | def getTmp(self, *argv) -> Any: ... method setColorMaxTmp (line 10) | def setColorMaxTmp(self, *argv) -> Any: ... method setColorMinTmp (line 11) | def setColorMinTmp(self, *argv) -> Any: ... method update (line 12) | def update(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_ncir.py class Ncir (line 9) | class Ncir: method _available (line 12) | def _available(self, *argv) -> Any: method deinit (line 15) | def deinit(self, *argv) -> Any: function const (line 21) | def const(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_ncir.pyi class Ncir (line 3) | class Ncir: method _available (line 4) | def _available(self, *argv) -> Any: ... method deinit (line 5) | def deinit(self, *argv) -> Any: ... function const (line 8) | def const() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_pahub.py class Pahub (line 9) | class Pahub: method _available (line 12) | def _available(self, *argv) -> Any: method deinit (line 15) | def deinit(self, *argv) -> Any: method select (line 18) | def select(self, *argv) -> Any: method select_only_on (line 21) | def select_only_on(self, *argv) -> Any: method select_port (line 24) | def select_port(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_pahub.pyi class Pahub (line 3) | class Pahub: method _available (line 4) | def _available(self, *argv) -> Any: ... method deinit (line 5) | def deinit(self, *argv) -> Any: ... method select (line 6) | def select(self, *argv) -> Any: ... method select_only_on (line 7) | def select_only_on(self, *argv) -> Any: ... method select_port (line 8) | def select_port(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_pbhub.py class Pbhub (line 9) | class Pbhub: method _available (line 12) | def _available(self, *argv) -> Any: method analogRead (line 15) | def analogRead(self, *argv) -> Any: method deinit (line 18) | def deinit(self, *argv) -> Any: method digitalRead (line 21) | def digitalRead(self, *argv) -> Any: method digitalWrite (line 24) | def digitalWrite(self, *argv) -> Any: method setBrightness (line 27) | def setBrightness(self, *argv) -> Any: method setColor (line 30) | def setColor(self, *argv) -> Any: method setColorPos (line 33) | def setColorPos(self, *argv) -> Any: method setRgbNum (line 36) | def setRgbNum(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_pbhub.pyi class Pbhub (line 3) | class Pbhub: method _available (line 4) | def _available(self, *argv) -> Any: ... method analogRead (line 5) | def analogRead(self, *argv) -> Any: ... method deinit (line 6) | def deinit(self, *argv) -> Any: ... method digitalRead (line 7) | def digitalRead(self, *argv) -> Any: ... method digitalWrite (line 8) | def digitalWrite(self, *argv) -> Any: ... method setBrightness (line 9) | def setBrightness(self, *argv) -> Any: ... method setColor (line 10) | def setColor(self, *argv) -> Any: ... method setColorPos (line 11) | def setColorPos(self, *argv) -> Any: ... method setRgbNum (line 12) | def setRgbNum(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_pir.py class Pin (line 9) | class Pin: method deinit (line 26) | def deinit(self, *argv) -> Any: method init (line 29) | def init(self, *argv) -> Any: method irq (line 32) | def irq(self, *argv) -> Any: method off (line 35) | def off(self, *argv) -> Any: method on (line 38) | def on(self, *argv) -> Any: method value (line 41) | def value(self, *argv) -> Any: class Pir (line 45) | class Pir: method deinit (line 48) | def deinit(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_pir.pyi class Pin (line 3) | class Pin: method deinit (line 17) | def deinit(self, *argv) -> Any: ... method init (line 18) | def init(self, *argv) -> Any: ... method irq (line 19) | def irq(self, *argv) -> Any: ... method off (line 20) | def off(self, *argv) -> Any: ... method on (line 21) | def on(self, *argv) -> Any: ... method value (line 22) | def value(self, *argv) -> Any: ... class Pir (line 24) | class Pir: method deinit (line 25) | def deinit(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_relay.py class Relay (line 9) | class Relay: method deinit (line 12) | def deinit(self, *argv) -> Any: method off (line 15) | def off(self, *argv) -> Any: method on (line 18) | def on(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_relay.pyi class Relay (line 3) | class Relay: method deinit (line 4) | def deinit(self, *argv) -> Any: ... method off (line 5) | def off(self, *argv) -> Any: ... method on (line 6) | def on(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_rfid.py class Rfid (line 17) | class Rfid: method _antenna_on (line 20) | def _antenna_on(self, *argv) -> Any: method _anticoll (line 23) | def _anticoll(self, *argv) -> Any: method _auth (line 26) | def _auth(self, *argv) -> Any: method _available (line 29) | def _available(self, *argv) -> Any: method _cflags (line 32) | def _cflags(self, *argv) -> Any: method _crc (line 35) | def _crc(self, *argv) -> Any: method _get_access (line 38) | def _get_access(self, *argv) -> Any: method _read (line 41) | def _read(self, *argv) -> Any: method _request (line 44) | def _request(self, *argv) -> Any: method _reset (line 47) | def _reset(self, *argv) -> Any: method _rreg (line 50) | def _rreg(self, *argv) -> Any: method _selectTag (line 53) | def _selectTag(self, *argv) -> Any: method _sflags (line 56) | def _sflags(self, *argv) -> Any: method _stop_crypto1 (line 59) | def _stop_crypto1(self, *argv) -> Any: method _tocard (line 62) | def _tocard(self, *argv) -> Any: method _wreg (line 65) | def _wreg(self, *argv) -> Any: method _write (line 68) | def _write(self, *argv) -> Any: method deinit (line 71) | def deinit(self, *argv) -> Any: method init (line 74) | def init(self, *argv) -> Any: method isCardOn (line 77) | def isCardOn(self, *argv) -> Any: method readBlock (line 80) | def readBlock(self, *argv) -> Any: method readBlockStr (line 83) | def readBlockStr(self, *argv) -> Any: method readUid (line 86) | def readUid(self, *argv) -> Any: method writeBlock (line 89) | def writeBlock(self, *argv) -> Any: function const (line 93) | def const(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_rfid.pyi class Rfid (line 11) | class Rfid: method _antenna_on (line 12) | def _antenna_on(self, *argv) -> Any: ... method _anticoll (line 13) | def _anticoll(self, *argv) -> Any: ... method _auth (line 14) | def _auth(self, *argv) -> Any: ... method _available (line 15) | def _available(self, *argv) -> Any: ... method _cflags (line 16) | def _cflags(self, *argv) -> Any: ... method _crc (line 17) | def _crc(self, *argv) -> Any: ... method _get_access (line 18) | def _get_access(self, *argv) -> Any: ... method _read (line 19) | def _read(self, *argv) -> Any: ... method _request (line 20) | def _request(self, *argv) -> Any: ... method _reset (line 21) | def _reset(self, *argv) -> Any: ... method _rreg (line 22) | def _rreg(self, *argv) -> Any: ... method _selectTag (line 23) | def _selectTag(self, *argv) -> Any: ... method _sflags (line 24) | def _sflags(self, *argv) -> Any: ... method _stop_crypto1 (line 25) | def _stop_crypto1(self, *argv) -> Any: ... method _tocard (line 26) | def _tocard(self, *argv) -> Any: ... method _wreg (line 27) | def _wreg(self, *argv) -> Any: ... method _write (line 28) | def _write(self, *argv) -> Any: ... method deinit (line 29) | def deinit(self, *argv) -> Any: ... method init (line 30) | def init(self, *argv) -> Any: ... method isCardOn (line 31) | def isCardOn(self, *argv) -> Any: ... method readBlock (line 32) | def readBlock(self, *argv) -> Any: ... method readBlockStr (line 33) | def readBlockStr(self, *argv) -> Any: ... method readUid (line 34) | def readUid(self, *argv) -> Any: ... method writeBlock (line 35) | def writeBlock(self, *argv) -> Any: ... function const (line 37) | def const() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_rgb.py class Rgb (line 9) | class Rgb: method deinit (line 12) | def deinit(self, *argv) -> Any: method setBrightness (line 15) | def setBrightness(self, *argv) -> Any: method setColor (line 18) | def setColor(self, *argv) -> Any: method setColorAll (line 21) | def setColorAll(self, *argv) -> Any: method setColorFrom (line 24) | def setColorFrom(self, *argv) -> Any: method setShowLock (line 27) | def setShowLock(self, *argv) -> Any: method show (line 30) | def show(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_rgb.pyi class Rgb (line 3) | class Rgb: method deinit (line 4) | def deinit(self, *argv) -> Any: ... method setBrightness (line 5) | def setBrightness(self, *argv) -> Any: ... method setColor (line 6) | def setColor(self, *argv) -> Any: ... method setColorAll (line 7) | def setColorAll(self, *argv) -> Any: ... method setColorFrom (line 8) | def setColorFrom(self, *argv) -> Any: ... method setShowLock (line 9) | def setShowLock(self, *argv) -> Any: ... method show (line 10) | def show(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_rgb_multi.py class Rgb_multi (line 9) | class Rgb_multi: method deinit (line 12) | def deinit(self, *argv) -> Any: method setBrightness (line 15) | def setBrightness(self, *argv) -> Any: method setColor (line 18) | def setColor(self, *argv) -> Any: method setColorAll (line 21) | def setColorAll(self, *argv) -> Any: method setColorFrom (line 24) | def setColorFrom(self, *argv) -> Any: method setShowLock (line 27) | def setShowLock(self, *argv) -> Any: method show (line 30) | def show(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_rgb_multi.pyi class Rgb_multi (line 3) | class Rgb_multi: method deinit (line 4) | def deinit(self, *argv) -> Any: ... method setBrightness (line 5) | def setBrightness(self, *argv) -> Any: ... method setColor (line 6) | def setColor(self, *argv) -> Any: ... method setColorAll (line 7) | def setColorAll(self, *argv) -> Any: ... method setColorFrom (line 8) | def setColorFrom(self, *argv) -> Any: ... method setShowLock (line 9) | def setShowLock(self, *argv) -> Any: ... method show (line 10) | def show(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_servo.py class PWM (line 9) | class PWM: method deinit (line 12) | def deinit(self, *argv) -> Any: method duty (line 15) | def duty(self, *argv) -> Any: method freq (line 18) | def freq(self, *argv) -> Any: method init (line 21) | def init(self, *argv) -> Any: method list (line 24) | def list(self, *argv) -> Any: method pause (line 27) | def pause(self, *argv) -> Any: method resume (line 30) | def resume(self, *argv) -> Any: class Servo (line 34) | class Servo: method deinit (line 37) | def deinit(self, *argv) -> Any: method write_angle (line 42) | def write_angle(self, *argv) -> Any: method write_us (line 45) | def write_us(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_servo.pyi class PWM (line 3) | class PWM: method deinit (line 4) | def deinit(self, *argv) -> Any: ... method duty (line 5) | def duty(self, *argv) -> Any: ... method freq (line 6) | def freq(self, *argv) -> Any: ... method init (line 7) | def init(self, *argv) -> Any: ... method list (line 8) | def list(self, *argv) -> Any: ... method pause (line 9) | def pause(self, *argv) -> Any: ... method resume (line 10) | def resume(self, *argv) -> Any: ... class Servo (line 12) | class Servo: method deinit (line 13) | def deinit(self, *argv) -> Any: ... method write_angle (line 15) | def write_angle(self, *argv) -> Any: ... method write_us (line 16) | def write_us(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_tof.py class Tof (line 9) | class Tof: method _available (line 12) | def _available(self, *argv) -> Any: method _register_char (line 15) | def _register_char(self, *argv) -> Any: method _register_short (line 18) | def _register_short(self, *argv) -> Any: method _update (line 21) | def _update(self, *argv) -> Any: method deinit (line 24) | def deinit(self, *argv) -> Any: function const (line 28) | def const(): FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_tof.pyi class Tof (line 3) | class Tof: method _available (line 4) | def _available(self, *argv) -> Any: ... method _register_char (line 5) | def _register_char(self, *argv) -> Any: ... method _register_short (line 6) | def _register_short(self, *argv) -> Any: ... method _update (line 7) | def _update(self, *argv) -> Any: ... method deinit (line 8) | def deinit(self, *argv) -> Any: ... function const (line 10) | def const() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_tracker.py class Tracker (line 9) | class Tracker: method _available (line 12) | def _available(self, *argv) -> Any: method _register_char (line 15) | def _register_char(self, *argv) -> Any: method _register_short (line 18) | def _register_short(self, *argv) -> Any: method deinit (line 21) | def deinit(self, *argv) -> Any: method getAnalogValue (line 24) | def getAnalogValue(self, *argv) -> Any: method getDigitalValue (line 27) | def getDigitalValue(self, *argv) -> Any: method setAnalogValue (line 30) | def setAnalogValue(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/flowlib/units/_tracker.pyi class Tracker (line 3) | class Tracker: method _available (line 4) | def _available(self, *argv) -> Any: ... method _register_char (line 5) | def _register_char(self, *argv) -> Any: ... method _register_short (line 6) | def _register_short(self, *argv) -> Any: ... method deinit (line 7) | def deinit(self, *argv) -> Any: ... method getAnalogValue (line 8) | def getAnalogValue(self, *argv) -> Any: ... method getDigitalValue (line 9) | def getDigitalValue(self, *argv) -> Any: ... method setAnalogValue (line 10) | def setAnalogValue(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/gc.py function collect (line 9) | def collect(): function disable (line 13) | def disable(): function enable (line 17) | def enable(): function isenabled (line 21) | def isenabled(): function mem_alloc (line 25) | def mem_alloc(): function mem_free (line 29) | def mem_free(): function threshold (line 33) | def threshold(): FILE: stubs/m5stack_flowui-v1_4_0-beta/gc.pyi function collect (line 1) | def collect() -> None: ... function disable (line 2) | def disable() -> None: ... function enable (line 3) | def enable() -> None: ... function isenabled (line 4) | def isenabled() -> None: ... function mem_alloc (line 5) | def mem_alloc() -> None: ... function mem_free (line 6) | def mem_free() -> None: ... function threshold (line 7) | def threshold() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/hashlib.py class sha1 (line 9) | class sha1: method digest (line 12) | def digest(self, *argv) -> Any: method update (line 15) | def update(self, *argv) -> Any: class sha256 (line 19) | class sha256: method digest (line 22) | def digest(self, *argv) -> Any: method update (line 25) | def update(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/hashlib.pyi class sha1 (line 3) | class sha1: method digest (line 4) | def digest(self, *argv) -> Any: ... method update (line 5) | def update(self, *argv) -> Any: ... class sha256 (line 7) | class sha256: method digest (line 8) | def digest(self, *argv) -> Any: ... method update (line 9) | def update(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/heapq.py function heapify (line 9) | def heapify(): function heappop (line 13) | def heappop(): function heappush (line 17) | def heappush(): FILE: stubs/m5stack_flowui-v1_4_0-beta/heapq.pyi function heapify (line 1) | def heapify() -> None: ... function heappop (line 2) | def heappop() -> None: ... function heappush (line 3) | def heappush() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/io.py class BufferedWriter (line 9) | class BufferedWriter: method flush (line 12) | def flush(self, *argv) -> Any: method write (line 15) | def write(self, *argv) -> Any: class BytesIO (line 19) | class BytesIO: method close (line 22) | def close(self, *argv) -> Any: method flush (line 25) | def flush(self, *argv) -> Any: method getvalue (line 28) | def getvalue(self, *argv) -> Any: method read (line 31) | def read(self, *argv) -> Any: method readinto (line 34) | def readinto(self, *argv) -> Any: method readline (line 37) | def readline(self, *argv) -> Any: method seek (line 40) | def seek(self, *argv) -> Any: method write (line 43) | def write(self, *argv) -> Any: class FileIO (line 47) | class FileIO: method close (line 50) | def close(self, *argv) -> Any: method flush (line 53) | def flush(self, *argv) -> Any: method read (line 56) | def read(self, *argv) -> Any: method readinto (line 59) | def readinto(self, *argv) -> Any: method readline (line 62) | def readline(self, *argv) -> Any: method readlines (line 65) | def readlines(self, *argv) -> Any: method seek (line 68) | def seek(self, *argv) -> Any: method tell (line 71) | def tell(self, *argv) -> Any: method write (line 74) | def write(self, *argv) -> Any: class IOBase (line 78) | class IOBase: class StringIO (line 82) | class StringIO: method close (line 85) | def close(self, *argv) -> Any: method flush (line 88) | def flush(self, *argv) -> Any: method getvalue (line 91) | def getvalue(self, *argv) -> Any: method read (line 94) | def read(self, *argv) -> Any: method readinto (line 97) | def readinto(self, *argv) -> Any: method readline (line 100) | def readline(self, *argv) -> Any: method seek (line 103) | def seek(self, *argv) -> Any: method write (line 106) | def write(self, *argv) -> Any: class TextIOWrapper (line 110) | class TextIOWrapper: method close (line 113) | def close(self, *argv) -> Any: method flush (line 116) | def flush(self, *argv) -> Any: method read (line 119) | def read(self, *argv) -> Any: method readinto (line 122) | def readinto(self, *argv) -> Any: method readline (line 125) | def readline(self, *argv) -> Any: method readlines (line 128) | def readlines(self, *argv) -> Any: method seek (line 131) | def seek(self, *argv) -> Any: method tell (line 134) | def tell(self, *argv) -> Any: method write (line 137) | def write(self, *argv) -> Any: function open (line 141) | def open(): FILE: stubs/m5stack_flowui-v1_4_0-beta/io.pyi class BufferedWriter (line 3) | class BufferedWriter: method flush (line 4) | def flush(self, *argv) -> Any: ... method write (line 5) | def write(self, *argv) -> Any: ... class BytesIO (line 7) | class BytesIO: method close (line 8) | def close(self, *argv) -> Any: ... method flush (line 9) | def flush(self, *argv) -> Any: ... method getvalue (line 10) | def getvalue(self, *argv) -> Any: ... method read (line 11) | def read(self, *argv) -> Any: ... method readinto (line 12) | def readinto(self, *argv) -> Any: ... method readline (line 13) | def readline(self, *argv) -> Any: ... method seek (line 14) | def seek(self, *argv) -> Any: ... method write (line 15) | def write(self, *argv) -> Any: ... class FileIO (line 17) | class FileIO: method close (line 18) | def close(self, *argv) -> Any: ... method flush (line 19) | def flush(self, *argv) -> Any: ... method read (line 20) | def read(self, *argv) -> Any: ... method readinto (line 21) | def readinto(self, *argv) -> Any: ... method readline (line 22) | def readline(self, *argv) -> Any: ... method readlines (line 23) | def readlines(self, *argv) -> Any: ... method seek (line 24) | def seek(self, *argv) -> Any: ... method tell (line 25) | def tell(self, *argv) -> Any: ... method write (line 26) | def write(self, *argv) -> Any: ... class IOBase (line 28) | class IOBase: ... class StringIO (line 30) | class StringIO: method close (line 31) | def close(self, *argv) -> Any: ... method flush (line 32) | def flush(self, *argv) -> Any: ... method getvalue (line 33) | def getvalue(self, *argv) -> Any: ... method read (line 34) | def read(self, *argv) -> Any: ... method readinto (line 35) | def readinto(self, *argv) -> Any: ... method readline (line 36) | def readline(self, *argv) -> Any: ... method seek (line 37) | def seek(self, *argv) -> Any: ... method write (line 38) | def write(self, *argv) -> Any: ... class TextIOWrapper (line 40) | class TextIOWrapper: method close (line 41) | def close(self, *argv) -> Any: ... method flush (line 42) | def flush(self, *argv) -> Any: ... method read (line 43) | def read(self, *argv) -> Any: ... method readinto (line 44) | def readinto(self, *argv) -> Any: ... method readline (line 45) | def readline(self, *argv) -> Any: ... method readlines (line 46) | def readlines(self, *argv) -> Any: ... method seek (line 47) | def seek(self, *argv) -> Any: ... method tell (line 48) | def tell(self, *argv) -> Any: ... method write (line 49) | def write(self, *argv) -> Any: ... function open (line 51) | def open() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/json.py function dump (line 9) | def dump(): function dumps (line 13) | def dumps(): function load (line 17) | def load(): function loads (line 21) | def loads(): FILE: stubs/m5stack_flowui-v1_4_0-beta/json.pyi function dump (line 1) | def dump() -> None: ... function dumps (line 2) | def dumps() -> None: ... function load (line 3) | def load() -> None: ... function loads (line 4) | def loads() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/lidar.py function deinit (line 9) | def deinit(): function distance (line 13) | def distance(): function draw_map (line 17) | def draw_map(): function get_distance (line 21) | def get_distance(): function get_frame (line 25) | def get_frame(): function init (line 29) | def init(): FILE: stubs/m5stack_flowui-v1_4_0-beta/lidar.pyi function deinit (line 1) | def deinit() -> None: ... function distance (line 2) | def distance() -> None: ... function draw_map (line 3) | def draw_map() -> None: ... function get_distance (line 4) | def get_distance() -> None: ... function get_frame (line 5) | def get_frame() -> None: ... function init (line 6) | def init() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/logging.py class Logger (line 14) | class Logger: method _level_str (line 17) | def _level_str(self, *argv) -> Any: method critical (line 20) | def critical(self, *argv) -> Any: method debug (line 23) | def debug(self, *argv) -> Any: method error (line 26) | def error(self, *argv) -> Any: method exc (line 29) | def exc(self, *argv) -> Any: method exception (line 32) | def exception(self, *argv) -> Any: method info (line 35) | def info(self, *argv) -> Any: method isEnabledFor (line 38) | def isEnabledFor(self, *argv) -> Any: method log (line 43) | def log(self, *argv) -> Any: method setLevel (line 46) | def setLevel(self, *argv) -> Any: method warning (line 49) | def warning(self, *argv) -> Any: function basicConfig (line 61) | def basicConfig(): function debug (line 65) | def debug(): function getLogger (line 69) | def getLogger(): function info (line 73) | def info(): FILE: stubs/m5stack_flowui-v1_4_0-beta/logging.pyi class Logger (line 8) | class Logger: method _level_str (line 9) | def _level_str(self, *argv) -> Any: ... method critical (line 10) | def critical(self, *argv) -> Any: ... method debug (line 11) | def debug(self, *argv) -> Any: ... method error (line 12) | def error(self, *argv) -> Any: ... method exc (line 13) | def exc(self, *argv) -> Any: ... method exception (line 14) | def exception(self, *argv) -> Any: ... method info (line 15) | def info(self, *argv) -> Any: ... method isEnabledFor (line 16) | def isEnabledFor(self, *argv) -> Any: ... method log (line 18) | def log(self, *argv) -> Any: ... method setLevel (line 19) | def setLevel(self, *argv) -> Any: ... method warning (line 20) | def warning(self, *argv) -> Any: ... function basicConfig (line 29) | def basicConfig() -> None: ... function debug (line 30) | def debug() -> None: ... function getLogger (line 31) | def getLogger() -> None: ... function info (line 32) | def info() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/m5base.py function app_start (line 9) | def app_start(): function get_start (line 13) | def get_start(): function get_version (line 17) | def get_version(): function reset_pin (line 21) | def reset_pin(): FILE: stubs/m5stack_flowui-v1_4_0-beta/m5base.pyi function app_start (line 1) | def app_start() -> None: ... function get_start (line 2) | def get_start() -> None: ... function get_version (line 3) | def get_version() -> None: ... function reset_pin (line 4) | def reset_pin() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/m5uart.py function get_exec_data (line 9) | def get_exec_data(): function is_exec (line 13) | def is_exec(): function start (line 17) | def start(): FILE: stubs/m5stack_flowui-v1_4_0-beta/m5uart.pyi function get_exec_data (line 1) | def get_exec_data() -> None: ... function is_exec (line 2) | def is_exec() -> None: ... function start (line 3) | def start() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/m5ui.py class M5Button (line 9) | class M5Button: class M5Circle (line 13) | class M5Circle: method hide (line 16) | def hide(self, *argv) -> Any: method setBgColor (line 19) | def setBgColor(self, *argv) -> Any: method setBorderColor (line 22) | def setBorderColor(self, *argv) -> Any: method setPosition (line 25) | def setPosition(self, *argv) -> Any: method setSize (line 28) | def setSize(self, *argv) -> Any: method show (line 31) | def show(self, *argv) -> Any: class M5Img (line 35) | class M5Img: method changeImg (line 38) | def changeImg(self, *argv) -> Any: method hide (line 41) | def hide(self, *argv) -> Any: method setPosition (line 44) | def setPosition(self, *argv) -> Any: method show (line 47) | def show(self, *argv) -> Any: class M5Rect (line 51) | class M5Rect: method hide (line 54) | def hide(self, *argv) -> Any: method setBgColor (line 57) | def setBgColor(self, *argv) -> Any: method setBorderColor (line 60) | def setBorderColor(self, *argv) -> Any: method setPosition (line 63) | def setPosition(self, *argv) -> Any: method setSize (line 66) | def setSize(self, *argv) -> Any: method show (line 69) | def show(self, *argv) -> Any: class M5TextBox (line 73) | class M5TextBox: method hide (line 76) | def hide(self, *argv) -> Any: method setColor (line 79) | def setColor(self, *argv) -> Any: method setFont (line 82) | def setFont(self, *argv) -> Any: method setPosition (line 85) | def setPosition(self, *argv) -> Any: method setRotate (line 88) | def setRotate(self, *argv) -> Any: method setText (line 91) | def setText(self, *argv) -> Any: method show (line 94) | def show(self, *argv) -> Any: class M5Title (line 98) | class M5Title: method hide (line 101) | def hide(self, *argv) -> Any: method setBgColor (line 104) | def setBgColor(self, *argv) -> Any: method setFgColor (line 107) | def setFgColor(self, *argv) -> Any: method setTitle (line 110) | def setTitle(self, *argv) -> Any: method show (line 113) | def show(self, *argv) -> Any: function M5UI_Deinit (line 117) | def M5UI_Deinit(): function setScreenColor (line 121) | def setScreenColor(): FILE: stubs/m5stack_flowui-v1_4_0-beta/m5ui.pyi class M5Button (line 3) | class M5Button: ... class M5Circle (line 5) | class M5Circle: method hide (line 6) | def hide(self, *argv) -> Any: ... method setBgColor (line 7) | def setBgColor(self, *argv) -> Any: ... method setBorderColor (line 8) | def setBorderColor(self, *argv) -> Any: ... method setPosition (line 9) | def setPosition(self, *argv) -> Any: ... method setSize (line 10) | def setSize(self, *argv) -> Any: ... method show (line 11) | def show(self, *argv) -> Any: ... class M5Img (line 13) | class M5Img: method changeImg (line 14) | def changeImg(self, *argv) -> Any: ... method hide (line 15) | def hide(self, *argv) -> Any: ... method setPosition (line 16) | def setPosition(self, *argv) -> Any: ... method show (line 17) | def show(self, *argv) -> Any: ... class M5Rect (line 19) | class M5Rect: method hide (line 20) | def hide(self, *argv) -> Any: ... method setBgColor (line 21) | def setBgColor(self, *argv) -> Any: ... method setBorderColor (line 22) | def setBorderColor(self, *argv) -> Any: ... method setPosition (line 23) | def setPosition(self, *argv) -> Any: ... method setSize (line 24) | def setSize(self, *argv) -> Any: ... method show (line 25) | def show(self, *argv) -> Any: ... class M5TextBox (line 27) | class M5TextBox: method hide (line 28) | def hide(self, *argv) -> Any: ... method setColor (line 29) | def setColor(self, *argv) -> Any: ... method setFont (line 30) | def setFont(self, *argv) -> Any: ... method setPosition (line 31) | def setPosition(self, *argv) -> Any: ... method setRotate (line 32) | def setRotate(self, *argv) -> Any: ... method setText (line 33) | def setText(self, *argv) -> Any: ... method show (line 34) | def show(self, *argv) -> Any: ... class M5Title (line 36) | class M5Title: method hide (line 37) | def hide(self, *argv) -> Any: ... method setBgColor (line 38) | def setBgColor(self, *argv) -> Any: ... method setFgColor (line 39) | def setFgColor(self, *argv) -> Any: ... method setTitle (line 40) | def setTitle(self, *argv) -> Any: ... method show (line 41) | def show(self, *argv) -> Any: ... function M5UI_Deinit (line 43) | def M5UI_Deinit() -> None: ... function setScreenColor (line 44) | def setScreenColor() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/machine.py class ADC (line 9) | class ADC: method atten (line 22) | def atten(self, *argv) -> Any: method collect (line 25) | def collect(self, *argv) -> Any: method collected (line 28) | def collected(self, *argv) -> Any: method deinit (line 31) | def deinit(self, *argv) -> Any: method progress (line 34) | def progress(self, *argv) -> Any: method read (line 37) | def read(self, *argv) -> Any: method read_timed (line 40) | def read_timed(self, *argv) -> Any: method readraw (line 43) | def readraw(self, *argv) -> Any: method stopcollect (line 46) | def stopcollect(self, *argv) -> Any: method vref (line 49) | def vref(self, *argv) -> Any: method width (line 52) | def width(self, *argv) -> Any: class DAC (line 56) | class DAC: method beep (line 67) | def beep(self, *argv) -> Any: method deinit (line 70) | def deinit(self, *argv) -> Any: method freq (line 73) | def freq(self, *argv) -> Any: method stopwave (line 76) | def stopwave(self, *argv) -> Any: method waveform (line 79) | def waveform(self, *argv) -> Any: method wavplay (line 82) | def wavplay(self, *argv) -> Any: method write (line 85) | def write(self, *argv) -> Any: method write_buffer (line 88) | def write_buffer(self, *argv) -> Any: method write_timed (line 91) | def write_timed(self, *argv) -> Any: class I2C (line 102) | class I2C: method address (line 114) | def address(self, *argv) -> Any: method begin (line 117) | def begin(self, *argv) -> Any: method callback (line 120) | def callback(self, *argv) -> Any: method clock_timing (line 123) | def clock_timing(self, *argv) -> Any: method data_timing (line 126) | def data_timing(self, *argv) -> Any: method deinit (line 129) | def deinit(self, *argv) -> Any: method end (line 132) | def end(self, *argv) -> Any: method getdata (line 135) | def getdata(self, *argv) -> Any: method init (line 138) | def init(self, *argv) -> Any: method is_ready (line 141) | def is_ready(self, *argv) -> Any: method read_byte (line 144) | def read_byte(self, *argv) -> Any: method read_bytes (line 147) | def read_bytes(self, *argv) -> Any: method readfrom (line 150) | def readfrom(self, *argv) -> Any: method readfrom_into (line 153) | def readfrom_into(self, *argv) -> Any: method readfrom_mem (line 156) | def readfrom_mem(self, *argv) -> Any: method readfrom_mem_into (line 159) | def readfrom_mem_into(self, *argv) -> Any: method resetbusy (line 162) | def resetbusy(self, *argv) -> Any: method scan (line 165) | def scan(self, *argv) -> Any: method setdata (line 168) | def setdata(self, *argv) -> Any: method start (line 171) | def start(self, *argv) -> Any: method start_timing (line 174) | def start_timing(self, *argv) -> Any: method stop (line 177) | def stop(self, *argv) -> Any: method stop_timing (line 180) | def stop_timing(self, *argv) -> Any: method timeout (line 183) | def timeout(self, *argv) -> Any: method write_byte (line 186) | def write_byte(self, *argv) -> Any: method write_bytes (line 189) | def write_bytes(self, *argv) -> Any: method writeto (line 192) | def writeto(self, *argv) -> Any: method writeto_mem (line 195) | def writeto_mem(self, *argv) -> Any: class I2S (line 199) | class I2S: method adc_enable (line 227) | def adc_enable(self, *argv) -> Any: method bits (line 230) | def bits(self, *argv) -> Any: method deinit (line 233) | def deinit(self, *argv) -> Any: method init (line 236) | def init(self, *argv) -> Any: method nchannels (line 239) | def nchannels(self, *argv) -> Any: method read (line 242) | def read(self, *argv) -> Any: method sample_rate (line 245) | def sample_rate(self, *argv) -> Any: method set_adc_pin (line 248) | def set_adc_pin(self, *argv) -> Any: method set_dac_mode (line 251) | def set_dac_mode(self, *argv) -> Any: method set_pin (line 254) | def set_pin(self, *argv) -> Any: method start (line 257) | def start(self, *argv) -> Any: method stop (line 260) | def stop(self, *argv) -> Any: method volume (line 263) | def volume(self, *argv) -> Any: method write (line 266) | def write(self, *argv) -> Any: class Neopixel (line 270) | class Neopixel: method HSBtoRGB (line 279) | def HSBtoRGB(self, *argv) -> Any: method HSBtoRGBint (line 282) | def HSBtoRGBint(self, *argv) -> Any: method RGBtoHSB (line 293) | def RGBtoHSB(self, *argv) -> Any: method brightness (line 303) | def brightness(self, *argv) -> Any: method clear (line 306) | def clear(self, *argv) -> Any: method color_order (line 309) | def color_order(self, *argv) -> Any: method deinit (line 312) | def deinit(self, *argv) -> Any: method get (line 315) | def get(self, *argv) -> Any: method info (line 318) | def info(self, *argv) -> Any: method rainbow (line 321) | def rainbow(self, *argv) -> Any: method set (line 324) | def set(self, *argv) -> Any: method setHSB (line 327) | def setHSB(self, *argv) -> Any: method setHSBint (line 330) | def setHSBint(self, *argv) -> Any: method setWhite (line 333) | def setWhite(self, *argv) -> Any: method show (line 336) | def show(self, *argv) -> Any: method timings (line 339) | def timings(self, *argv) -> Any: class PWM (line 346) | class PWM: method deinit (line 349) | def deinit(self, *argv) -> Any: method duty (line 352) | def duty(self, *argv) -> Any: method freq (line 355) | def freq(self, *argv) -> Any: method init (line 358) | def init(self, *argv) -> Any: method list (line 361) | def list(self, *argv) -> Any: method pause (line 364) | def pause(self, *argv) -> Any: method resume (line 367) | def resume(self, *argv) -> Any: class Pin (line 374) | class Pin: method deinit (line 391) | def deinit(self, *argv) -> Any: method init (line 394) | def init(self, *argv) -> Any: method irq (line 397) | def irq(self, *argv) -> Any: method off (line 400) | def off(self, *argv) -> Any: method on (line 403) | def on(self, *argv) -> Any: method value (line 406) | def value(self, *argv) -> Any: class RTC (line 410) | class RTC: method datetime (line 413) | def datetime(self, *argv) -> Any: method init (line 416) | def init(self, *argv) -> Any: method memory (line 419) | def memory(self, *argv) -> Any: class Signal (line 427) | class Signal: method off (line 430) | def off(self, *argv) -> Any: method on (line 433) | def on(self, *argv) -> Any: method value (line 436) | def value(self, *argv) -> Any: class Timer (line 444) | class Timer: method deinit (line 450) | def deinit(self, *argv) -> Any: method init (line 453) | def init(self, *argv) -> Any: method value (line 456) | def value(self, *argv) -> Any: class TouchPad (line 460) | class TouchPad: method config (line 463) | def config(self, *argv) -> Any: method read (line 466) | def read(self, *argv) -> Any: class UART (line 470) | class UART: method any (line 473) | def any(self, *argv) -> Any: method deinit (line 476) | def deinit(self, *argv) -> Any: method init (line 479) | def init(self, *argv) -> Any: method read (line 482) | def read(self, *argv) -> Any: method readinto (line 485) | def readinto(self, *argv) -> Any: method readline (line 488) | def readline(self, *argv) -> Any: method sendbreak (line 491) | def sendbreak(self, *argv) -> Any: method write (line 494) | def write(self, *argv) -> Any: class WDT (line 501) | class WDT: method feed (line 504) | def feed(self, *argv) -> Any: function deepsleep (line 511) | def deepsleep(): function disable_irq (line 515) | def disable_irq(): function enable_irq (line 519) | def enable_irq(): function freq (line 523) | def freq(): function heap_info (line 527) | def heap_info(): function idle (line 531) | def idle(): function lightsleep (line 535) | def lightsleep(): function nvs_erase (line 544) | def nvs_erase(): function nvs_erase_all (line 548) | def nvs_erase_all(): function nvs_getint (line 552) | def nvs_getint(): function nvs_getstr (line 556) | def nvs_getstr(): function nvs_setint (line 560) | def nvs_setint(): function nvs_setstr (line 564) | def nvs_setstr(): function random (line 568) | def random(): function reset (line 572) | def reset(): function reset_cause (line 576) | def reset_cause(): function sleep (line 580) | def sleep(): function time_pulse_us (line 584) | def time_pulse_us(): function unique_id (line 588) | def unique_id(): function wake_reason (line 592) | def wake_reason(): FILE: stubs/m5stack_flowui-v1_4_0-beta/machine.pyi class ADC (line 3) | class ADC: method atten (line 13) | def atten(self, *argv) -> Any: ... method collect (line 14) | def collect(self, *argv) -> Any: ... method collected (line 15) | def collected(self, *argv) -> Any: ... method deinit (line 16) | def deinit(self, *argv) -> Any: ... method progress (line 17) | def progress(self, *argv) -> Any: ... method read (line 18) | def read(self, *argv) -> Any: ... method read_timed (line 19) | def read_timed(self, *argv) -> Any: ... method readraw (line 20) | def readraw(self, *argv) -> Any: ... method stopcollect (line 21) | def stopcollect(self, *argv) -> Any: ... method vref (line 22) | def vref(self, *argv) -> Any: ... method width (line 23) | def width(self, *argv) -> Any: ... class DAC (line 25) | class DAC: method beep (line 33) | def beep(self, *argv) -> Any: ... method deinit (line 34) | def deinit(self, *argv) -> Any: ... method freq (line 35) | def freq(self, *argv) -> Any: ... method stopwave (line 36) | def stopwave(self, *argv) -> Any: ... method waveform (line 37) | def waveform(self, *argv) -> Any: ... method wavplay (line 38) | def wavplay(self, *argv) -> Any: ... method write (line 39) | def write(self, *argv) -> Any: ... method write_buffer (line 40) | def write_buffer(self, *argv) -> Any: ... method write_timed (line 41) | def write_timed(self, *argv) -> Any: ... class I2C (line 49) | class I2C: method address (line 58) | def address(self, *argv) -> Any: ... method begin (line 59) | def begin(self, *argv) -> Any: ... method callback (line 60) | def callback(self, *argv) -> Any: ... method clock_timing (line 61) | def clock_timing(self, *argv) -> Any: ... method data_timing (line 62) | def data_timing(self, *argv) -> Any: ... method deinit (line 63) | def deinit(self, *argv) -> Any: ... method end (line 64) | def end(self, *argv) -> Any: ... method getdata (line 65) | def getdata(self, *argv) -> Any: ... method init (line 66) | def init(self, *argv) -> Any: ... method is_ready (line 67) | def is_ready(self, *argv) -> Any: ... method read_byte (line 68) | def read_byte(self, *argv) -> Any: ... method read_bytes (line 69) | def read_bytes(self, *argv) -> Any: ... method readfrom (line 70) | def readfrom(self, *argv) -> Any: ... method readfrom_into (line 71) | def readfrom_into(self, *argv) -> Any: ... method readfrom_mem (line 72) | def readfrom_mem(self, *argv) -> Any: ... method readfrom_mem_into (line 73) | def readfrom_mem_into(self, *argv) -> Any: ... method resetbusy (line 74) | def resetbusy(self, *argv) -> Any: ... method scan (line 75) | def scan(self, *argv) -> Any: ... method setdata (line 76) | def setdata(self, *argv) -> Any: ... method start (line 77) | def start(self, *argv) -> Any: ... method start_timing (line 78) | def start_timing(self, *argv) -> Any: ... method stop (line 79) | def stop(self, *argv) -> Any: ... method stop_timing (line 80) | def stop_timing(self, *argv) -> Any: ... method timeout (line 81) | def timeout(self, *argv) -> Any: ... method write_byte (line 82) | def write_byte(self, *argv) -> Any: ... method write_bytes (line 83) | def write_bytes(self, *argv) -> Any: ... method writeto (line 84) | def writeto(self, *argv) -> Any: ... method writeto_mem (line 85) | def writeto_mem(self, *argv) -> Any: ... class I2S (line 87) | class I2S: method adc_enable (line 112) | def adc_enable(self, *argv) -> Any: ... method bits (line 113) | def bits(self, *argv) -> Any: ... method deinit (line 114) | def deinit(self, *argv) -> Any: ... method init (line 115) | def init(self, *argv) -> Any: ... method nchannels (line 116) | def nchannels(self, *argv) -> Any: ... method read (line 117) | def read(self, *argv) -> Any: ... method sample_rate (line 118) | def sample_rate(self, *argv) -> Any: ... method set_adc_pin (line 119) | def set_adc_pin(self, *argv) -> Any: ... method set_dac_mode (line 120) | def set_dac_mode(self, *argv) -> Any: ... method set_pin (line 121) | def set_pin(self, *argv) -> Any: ... method start (line 122) | def start(self, *argv) -> Any: ... method stop (line 123) | def stop(self, *argv) -> Any: ... method volume (line 124) | def volume(self, *argv) -> Any: ... method write (line 125) | def write(self, *argv) -> Any: ... class Neopixel (line 127) | class Neopixel: method HSBtoRGB (line 133) | def HSBtoRGB(self, *argv) -> Any: ... method HSBtoRGBint (line 134) | def HSBtoRGBint(self, *argv) -> Any: ... method RGBtoHSB (line 142) | def RGBtoHSB(self, *argv) -> Any: ... method brightness (line 149) | def brightness(self, *argv) -> Any: ... method clear (line 150) | def clear(self, *argv) -> Any: ... method color_order (line 151) | def color_order(self, *argv) -> Any: ... method deinit (line 152) | def deinit(self, *argv) -> Any: ... method get (line 153) | def get(self, *argv) -> Any: ... method info (line 154) | def info(self, *argv) -> Any: ... method rainbow (line 155) | def rainbow(self, *argv) -> Any: ... method set (line 156) | def set(self, *argv) -> Any: ... method setHSB (line 157) | def setHSB(self, *argv) -> Any: ... method setHSBint (line 158) | def setHSBint(self, *argv) -> Any: ... method setWhite (line 159) | def setWhite(self, *argv) -> Any: ... method show (line 160) | def show(self, *argv) -> Any: ... method timings (line 161) | def timings(self, *argv) -> Any: ... class PWM (line 165) | class PWM: method deinit (line 166) | def deinit(self, *argv) -> Any: ... method duty (line 167) | def duty(self, *argv) -> Any: ... method freq (line 168) | def freq(self, *argv) -> Any: ... method init (line 169) | def init(self, *argv) -> Any: ... method list (line 170) | def list(self, *argv) -> Any: ... method pause (line 171) | def pause(self, *argv) -> Any: ... method resume (line 172) | def resume(self, *argv) -> Any: ... class Pin (line 176) | class Pin: method deinit (line 190) | def deinit(self, *argv) -> Any: ... method init (line 191) | def init(self, *argv) -> Any: ... method irq (line 192) | def irq(self, *argv) -> Any: ... method off (line 193) | def off(self, *argv) -> Any: ... method on (line 194) | def on(self, *argv) -> Any: ... method value (line 195) | def value(self, *argv) -> Any: ... class RTC (line 197) | class RTC: method datetime (line 198) | def datetime(self, *argv) -> Any: ... method init (line 199) | def init(self, *argv) -> Any: ... method memory (line 200) | def memory(self, *argv) -> Any: ... class Signal (line 205) | class Signal: method off (line 206) | def off(self, *argv) -> Any: ... method on (line 207) | def on(self, *argv) -> Any: ... method value (line 208) | def value(self, *argv) -> Any: ... class Timer (line 213) | class Timer: method deinit (line 216) | def deinit(self, *argv) -> Any: ... method init (line 217) | def init(self, *argv) -> Any: ... method value (line 218) | def value(self, *argv) -> Any: ... class TouchPad (line 220) | class TouchPad: method config (line 221) | def config(self, *argv) -> Any: ... method read (line 222) | def read(self, *argv) -> Any: ... class UART (line 224) | class UART: method any (line 225) | def any(self, *argv) -> Any: ... method deinit (line 226) | def deinit(self, *argv) -> Any: ... method init (line 227) | def init(self, *argv) -> Any: ... method read (line 228) | def read(self, *argv) -> Any: ... method readinto (line 229) | def readinto(self, *argv) -> Any: ... method readline (line 230) | def readline(self, *argv) -> Any: ... method sendbreak (line 231) | def sendbreak(self, *argv) -> Any: ... method write (line 232) | def write(self, *argv) -> Any: ... class WDT (line 236) | class WDT: method feed (line 237) | def feed(self, *argv) -> Any: ... function deepsleep (line 241) | def deepsleep() -> None: ... function disable_irq (line 242) | def disable_irq() -> None: ... function enable_irq (line 243) | def enable_irq() -> None: ... function freq (line 244) | def freq() -> None: ... function heap_info (line 245) | def heap_info() -> None: ... function idle (line 246) | def idle() -> None: ... function lightsleep (line 247) | def lightsleep() -> None: ... function nvs_erase (line 253) | def nvs_erase() -> None: ... function nvs_erase_all (line 254) | def nvs_erase_all() -> None: ... function nvs_getint (line 255) | def nvs_getint() -> None: ... function nvs_getstr (line 256) | def nvs_getstr() -> None: ... function nvs_setint (line 257) | def nvs_setint() -> None: ... function nvs_setstr (line 258) | def nvs_setstr() -> None: ... function random (line 259) | def random() -> None: ... function reset (line 260) | def reset() -> None: ... function reset_cause (line 261) | def reset_cause() -> None: ... function sleep (line 262) | def sleep() -> None: ... function time_pulse_us (line 263) | def time_pulse_us() -> None: ... function unique_id (line 264) | def unique_id() -> None: ... function wake_reason (line 265) | def wake_reason() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/math.py function acos (line 9) | def acos(): function acosh (line 13) | def acosh(): function asin (line 17) | def asin(): function asinh (line 21) | def asinh(): function atan (line 25) | def atan(): function atan2 (line 29) | def atan2(): function atanh (line 33) | def atanh(): function ceil (line 37) | def ceil(): function copysign (line 41) | def copysign(): function cos (line 45) | def cos(): function cosh (line 49) | def cosh(): function degrees (line 53) | def degrees(): function erf (line 60) | def erf(): function erfc (line 64) | def erfc(): function exp (line 68) | def exp(): function expm1 (line 72) | def expm1(): function fabs (line 76) | def fabs(): function floor (line 80) | def floor(): function fmod (line 84) | def fmod(): function frexp (line 88) | def frexp(): function gamma (line 92) | def gamma(): function isfinite (line 96) | def isfinite(): function isinf (line 100) | def isinf(): function isnan (line 104) | def isnan(): function ldexp (line 108) | def ldexp(): function lgamma (line 112) | def lgamma(): function log (line 116) | def log(): function log10 (line 120) | def log10(): function log2 (line 124) | def log2(): function modf (line 128) | def modf(): function pow (line 135) | def pow(): function radians (line 139) | def radians(): function sin (line 143) | def sin(): function sinh (line 147) | def sinh(): function sqrt (line 151) | def sqrt(): function tan (line 155) | def tan(): function tanh (line 159) | def tanh(): function trunc (line 163) | def trunc(): FILE: stubs/m5stack_flowui-v1_4_0-beta/math.pyi function acos (line 1) | def acos() -> None: ... function acosh (line 2) | def acosh() -> None: ... function asin (line 3) | def asin() -> None: ... function asinh (line 4) | def asinh() -> None: ... function atan (line 5) | def atan() -> None: ... function atan2 (line 6) | def atan2() -> None: ... function atanh (line 7) | def atanh() -> None: ... function ceil (line 8) | def ceil() -> None: ... function copysign (line 9) | def copysign() -> None: ... function cos (line 10) | def cos() -> None: ... function cosh (line 11) | def cosh() -> None: ... function degrees (line 12) | def degrees() -> None: ... function erf (line 16) | def erf() -> None: ... function erfc (line 17) | def erfc() -> None: ... function exp (line 18) | def exp() -> None: ... function expm1 (line 19) | def expm1() -> None: ... function fabs (line 20) | def fabs() -> None: ... function floor (line 21) | def floor() -> None: ... function fmod (line 22) | def fmod() -> None: ... function frexp (line 23) | def frexp() -> None: ... function gamma (line 24) | def gamma() -> None: ... function isfinite (line 25) | def isfinite() -> None: ... function isinf (line 26) | def isinf() -> None: ... function isnan (line 27) | def isnan() -> None: ... function ldexp (line 28) | def ldexp() -> None: ... function lgamma (line 29) | def lgamma() -> None: ... function log (line 30) | def log() -> None: ... function log10 (line 31) | def log10() -> None: ... function log2 (line 32) | def log2() -> None: ... function modf (line 33) | def modf() -> None: ... function pow (line 37) | def pow() -> None: ... function radians (line 38) | def radians() -> None: ... function sin (line 39) | def sin() -> None: ... function sinh (line 40) | def sinh() -> None: ... function sqrt (line 41) | def sqrt() -> None: ... function tan (line 42) | def tan() -> None: ... function tanh (line 43) | def tanh() -> None: ... function trunc (line 44) | def trunc() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/microWebSocket.py class MicroWebSocket (line 9) | class MicroWebSocket: method Close (line 12) | def Close(self, *argv) -> Any: method IsClosed (line 15) | def IsClosed(self, *argv) -> Any: method SendBinary (line 18) | def SendBinary(self, *argv) -> Any: method SendText (line 21) | def SendText(self, *argv) -> Any: method _handshake (line 24) | def _handshake(self, *argv) -> Any: method _receiveFrame (line 37) | def _receiveFrame(self, *argv) -> Any: method _sendFrame (line 40) | def _sendFrame(self, *argv) -> Any: method _tryAllocByteArray (line 43) | def _tryAllocByteArray(self, *argv) -> Any: method _tryStartThread (line 46) | def _tryStartThread(self, *argv) -> Any: method _wsProcess (line 49) | def _wsProcess(self, *argv) -> Any: method threadID (line 52) | def threadID(self, *argv) -> Any: function b2a_base64 (line 59) | def b2a_base64(): function pack (line 66) | def pack(): class sha1 (line 70) | class sha1: method digest (line 73) | def digest(self, *argv) -> Any: method update (line 76) | def update(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/microWebSocket.pyi class MicroWebSocket (line 3) | class MicroWebSocket: method Close (line 4) | def Close(self, *argv) -> Any: ... method IsClosed (line 5) | def IsClosed(self, *argv) -> Any: ... method SendBinary (line 6) | def SendBinary(self, *argv) -> Any: ... method SendText (line 7) | def SendText(self, *argv) -> Any: ... method _handshake (line 8) | def _handshake(self, *argv) -> Any: ... method _receiveFrame (line 18) | def _receiveFrame(self, *argv) -> Any: ... method _sendFrame (line 19) | def _sendFrame(self, *argv) -> Any: ... method _tryAllocByteArray (line 20) | def _tryAllocByteArray(self, *argv) -> Any: ... method _tryStartThread (line 21) | def _tryStartThread(self, *argv) -> Any: ... method _wsProcess (line 22) | def _wsProcess(self, *argv) -> Any: ... method threadID (line 23) | def threadID(self, *argv) -> Any: ... function b2a_base64 (line 27) | def b2a_base64() -> None: ... function pack (line 31) | def pack() -> None: ... class sha1 (line 33) | class sha1: method digest (line 34) | def digest(self, *argv) -> Any: ... method update (line 35) | def update(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/microWebSrv.py class MicroWebSocket (line 9) | class MicroWebSocket: method Close (line 12) | def Close(self, *argv) -> Any: method IsClosed (line 15) | def IsClosed(self, *argv) -> Any: method SendBinary (line 18) | def SendBinary(self, *argv) -> Any: method SendText (line 21) | def SendText(self, *argv) -> Any: method _handshake (line 24) | def _handshake(self, *argv) -> Any: method _receiveFrame (line 37) | def _receiveFrame(self, *argv) -> Any: method _sendFrame (line 40) | def _sendFrame(self, *argv) -> Any: method _tryAllocByteArray (line 43) | def _tryAllocByteArray(self, *argv) -> Any: method _tryStartThread (line 46) | def _tryStartThread(self, *argv) -> Any: method _wsProcess (line 49) | def _wsProcess(self, *argv) -> Any: method threadID (line 52) | def threadID(self, *argv) -> Any: class MicroWebSrv (line 56) | class MicroWebSrv: method GetMimeTypeFromFilename (line 59) | def GetMimeTypeFromFilename(self, *argv) -> Any: method GetRouteHandler (line 62) | def GetRouteHandler(self, *argv) -> Any: method HTMLEscape (line 65) | def HTMLEscape(self, *argv) -> Any: method IsStarted (line 68) | def IsStarted(self, *argv) -> Any: method SetNotFoundPageUrl (line 71) | def SetNotFoundPageUrl(self, *argv) -> Any: method Start (line 74) | def Start(self, *argv) -> Any: method State (line 77) | def State(self, *argv) -> Any: method Stop (line 80) | def Stop(self, *argv) -> Any: method _fileExists (line 86) | def _fileExists(self, *argv) -> Any: method _isPyHTMLFile (line 92) | def _isPyHTMLFile(self, *argv) -> Any: method _physPathFromURLPath (line 97) | def _physPathFromURLPath(self, *argv) -> Any: method _serverProcess (line 103) | def _serverProcess(self, *argv) -> Any: method _tryAllocByteArray (line 106) | def _tryAllocByteArray(self, *argv) -> Any: method _tryStartThread (line 109) | def _tryStartThread(self, *argv) -> Any: method _unquote (line 112) | def _unquote(self, *argv) -> Any: method _unquote_plus (line 115) | def _unquote_plus(self, *argv) -> Any: method route (line 118) | def route(self, *argv) -> Any: method threadID (line 121) | def threadID(self, *argv) -> Any: class MicroWebSrvRoute (line 125) | class MicroWebSrvRoute: class MicroWebTemplate (line 129) | class MicroWebTemplate: method Execute (line 132) | def Execute(self, *argv) -> Any: method Validate (line 147) | def Validate(self, *argv) -> Any: method _parseBloc (line 150) | def _parseBloc(self, *argv) -> Any: method _parseCode (line 153) | def _parseCode(self, *argv) -> Any: method _processInstructionELIF (line 156) | def _processInstructionELIF(self, *argv) -> Any: method _processInstructionELSE (line 159) | def _processInstructionELSE(self, *argv) -> Any: method _processInstructionEND (line 162) | def _processInstructionEND(self, *argv) -> Any: method _processInstructionFOR (line 165) | def _processInstructionFOR(self, *argv) -> Any: method _processInstructionIF (line 168) | def _processInstructionIF(self, *argv) -> Any: method _processInstructionINCLUDE (line 171) | def _processInstructionINCLUDE(self, *argv) -> Any: method _processInstructionPYTHON (line 174) | def _processInstructionPYTHON(self, *argv) -> Any: method _processToken (line 177) | def _processToken(self, *argv) -> Any: function dumps (line 184) | def dumps(): function loads (line 191) | def loads(): function stat (line 200) | def stat(): FILE: stubs/m5stack_flowui-v1_4_0-beta/microWebSrv.pyi class MicroWebSocket (line 3) | class MicroWebSocket: method Close (line 4) | def Close(self, *argv) -> Any: ... method IsClosed (line 5) | def IsClosed(self, *argv) -> Any: ... method SendBinary (line 6) | def SendBinary(self, *argv) -> Any: ... method SendText (line 7) | def SendText(self, *argv) -> Any: ... method _handshake (line 8) | def _handshake(self, *argv) -> Any: ... method _receiveFrame (line 18) | def _receiveFrame(self, *argv) -> Any: ... method _sendFrame (line 19) | def _sendFrame(self, *argv) -> Any: ... method _tryAllocByteArray (line 20) | def _tryAllocByteArray(self, *argv) -> Any: ... method _tryStartThread (line 21) | def _tryStartThread(self, *argv) -> Any: ... method _wsProcess (line 22) | def _wsProcess(self, *argv) -> Any: ... method threadID (line 23) | def threadID(self, *argv) -> Any: ... class MicroWebSrv (line 25) | class MicroWebSrv: method GetMimeTypeFromFilename (line 26) | def GetMimeTypeFromFilename(self, *argv) -> Any: ... method GetRouteHandler (line 27) | def GetRouteHandler(self, *argv) -> Any: ... method HTMLEscape (line 28) | def HTMLEscape(self, *argv) -> Any: ... method IsStarted (line 29) | def IsStarted(self, *argv) -> Any: ... method SetNotFoundPageUrl (line 30) | def SetNotFoundPageUrl(self, *argv) -> Any: ... method Start (line 31) | def Start(self, *argv) -> Any: ... method State (line 32) | def State(self, *argv) -> Any: ... method Stop (line 33) | def Stop(self, *argv) -> Any: ... method _fileExists (line 36) | def _fileExists(self, *argv) -> Any: ... method _isPyHTMLFile (line 39) | def _isPyHTMLFile(self, *argv) -> Any: ... method _physPathFromURLPath (line 41) | def _physPathFromURLPath(self, *argv) -> Any: ... method _serverProcess (line 44) | def _serverProcess(self, *argv) -> Any: ... method _tryAllocByteArray (line 45) | def _tryAllocByteArray(self, *argv) -> Any: ... method _tryStartThread (line 46) | def _tryStartThread(self, *argv) -> Any: ... method _unquote (line 47) | def _unquote(self, *argv) -> Any: ... method _unquote_plus (line 48) | def _unquote_plus(self, *argv) -> Any: ... method route (line 49) | def route(self, *argv) -> Any: ... method threadID (line 50) | def threadID(self, *argv) -> Any: ... class MicroWebSrvRoute (line 52) | class MicroWebSrvRoute: ... class MicroWebTemplate (line 54) | class MicroWebTemplate: method Execute (line 55) | def Execute(self, *argv) -> Any: ... method Validate (line 67) | def Validate(self, *argv) -> Any: ... method _parseBloc (line 68) | def _parseBloc(self, *argv) -> Any: ... method _parseCode (line 69) | def _parseCode(self, *argv) -> Any: ... method _processInstructionELIF (line 70) | def _processInstructionELIF(self, *argv) -> Any: ... method _processInstructionELSE (line 71) | def _processInstructionELSE(self, *argv) -> Any: ... method _processInstructionEND (line 72) | def _processInstructionEND(self, *argv) -> Any: ... method _processInstructionFOR (line 73) | def _processInstructionFOR(self, *argv) -> Any: ... method _processInstructionIF (line 74) | def _processInstructionIF(self, *argv) -> Any: ... method _processInstructionINCLUDE (line 75) | def _processInstructionINCLUDE(self, *argv) -> Any: ... method _processInstructionPYTHON (line 76) | def _processInstructionPYTHON(self, *argv) -> Any: ... method _processToken (line 77) | def _processToken(self, *argv) -> Any: ... function dumps (line 81) | def dumps() -> None: ... function loads (line 85) | def loads() -> None: ... function stat (line 91) | def stat() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/microWebTemplate.py class MicroWebTemplate (line 9) | class MicroWebTemplate: method Execute (line 12) | def Execute(self, *argv) -> Any: method Validate (line 27) | def Validate(self, *argv) -> Any: method _parseBloc (line 30) | def _parseBloc(self, *argv) -> Any: method _parseCode (line 33) | def _parseCode(self, *argv) -> Any: method _processInstructionELIF (line 36) | def _processInstructionELIF(self, *argv) -> Any: method _processInstructionELSE (line 39) | def _processInstructionELSE(self, *argv) -> Any: method _processInstructionEND (line 42) | def _processInstructionEND(self, *argv) -> Any: method _processInstructionFOR (line 45) | def _processInstructionFOR(self, *argv) -> Any: method _processInstructionIF (line 48) | def _processInstructionIF(self, *argv) -> Any: method _processInstructionINCLUDE (line 51) | def _processInstructionINCLUDE(self, *argv) -> Any: method _processInstructionPYTHON (line 54) | def _processInstructionPYTHON(self, *argv) -> Any: method _processToken (line 57) | def _processToken(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/microWebTemplate.pyi class MicroWebTemplate (line 3) | class MicroWebTemplate: method Execute (line 4) | def Execute(self, *argv) -> Any: ... method Validate (line 16) | def Validate(self, *argv) -> Any: ... method _parseBloc (line 17) | def _parseBloc(self, *argv) -> Any: ... method _parseCode (line 18) | def _parseCode(self, *argv) -> Any: ... method _processInstructionELIF (line 19) | def _processInstructionELIF(self, *argv) -> Any: ... method _processInstructionELSE (line 20) | def _processInstructionELSE(self, *argv) -> Any: ... method _processInstructionEND (line 21) | def _processInstructionEND(self, *argv) -> Any: ... method _processInstructionFOR (line 22) | def _processInstructionFOR(self, *argv) -> Any: ... method _processInstructionIF (line 23) | def _processInstructionIF(self, *argv) -> Any: ... method _processInstructionINCLUDE (line 24) | def _processInstructionINCLUDE(self, *argv) -> Any: ... method _processInstructionPYTHON (line 25) | def _processInstructionPYTHON(self, *argv) -> Any: ... method _processToken (line 26) | def _processToken(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/micropython.py function alloc_emergency_exception_buf (line 9) | def alloc_emergency_exception_buf(): function const (line 13) | def const(): function heap_lock (line 17) | def heap_lock(): function heap_unlock (line 21) | def heap_unlock(): function kbd_intr (line 25) | def kbd_intr(): function mem_info (line 29) | def mem_info(): function opt_level (line 33) | def opt_level(): function qstr_info (line 37) | def qstr_info(): function schedule (line 41) | def schedule(): function stack_use (line 45) | def stack_use(): FILE: stubs/m5stack_flowui-v1_4_0-beta/micropython.pyi function alloc_emergency_exception_buf (line 1) | def alloc_emergency_exception_buf() -> None: ... function const (line 2) | def const() -> None: ... function heap_lock (line 3) | def heap_lock() -> None: ... function heap_unlock (line 4) | def heap_unlock() -> None: ... function kbd_intr (line 5) | def kbd_intr() -> None: ... function mem_info (line 6) | def mem_info() -> None: ... function opt_level (line 7) | def opt_level() -> None: ... function qstr_info (line 8) | def qstr_info() -> None: ... function schedule (line 9) | def schedule() -> None: ... function stack_use (line 10) | def stack_use() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/mlx90640.py function deinit (line 9) | def deinit(): function getCenterTmp (line 13) | def getCenterTmp(): function getMaxTmp (line 17) | def getMaxTmp(): function getMinTmp (line 21) | def getMinTmp(): function getTmp (line 25) | def getTmp(): function init (line 29) | def init(): function setColorMaxTmp (line 33) | def setColorMaxTmp(): function setColorMinTmp (line 37) | def setColorMinTmp(): function update (line 41) | def update(): FILE: stubs/m5stack_flowui-v1_4_0-beta/mlx90640.pyi function deinit (line 1) | def deinit() -> None: ... function getCenterTmp (line 2) | def getCenterTmp() -> None: ... function getMaxTmp (line 3) | def getMaxTmp() -> None: ... function getMinTmp (line 4) | def getMinTmp() -> None: ... function getTmp (line 5) | def getTmp() -> None: ... function init (line 6) | def init() -> None: ... function setColorMaxTmp (line 7) | def setColorMaxTmp() -> None: ... function setColorMinTmp (line 8) | def setColorMinTmp() -> None: ... function update (line 9) | def update() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/neopixel.py class NeoPixel (line 9) | class NeoPixel: method fill (line 14) | def fill(self, *argv) -> Any: method write (line 17) | def write(self, *argv) -> Any: function neopixel_write (line 21) | def neopixel_write(): FILE: stubs/m5stack_flowui-v1_4_0-beta/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method fill (line 5) | def fill(self, *argv) -> Any: ... method write (line 6) | def write(self, *argv) -> Any: ... function neopixel_write (line 8) | def neopixel_write() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/network.py function WLAN (line 20) | def WLAN(): function WLANcallback (line 24) | def WLANcallback(): function phy_mode (line 28) | def phy_mode(): FILE: stubs/m5stack_flowui-v1_4_0-beta/network.pyi function WLAN (line 12) | def WLAN() -> None: ... function WLANcallback (line 13) | def WLANcallback() -> None: ... function phy_mode (line 14) | def phy_mode() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/os.py function chdir (line 13) | def chdir(): function dupterm (line 17) | def dupterm(): function dupterm_notify (line 21) | def dupterm_notify(): function getcwd (line 25) | def getcwd(): function getdrive (line 29) | def getdrive(): function ilistdir (line 33) | def ilistdir(): function listdir (line 37) | def listdir(): function mkdir (line 41) | def mkdir(): function mountsd (line 45) | def mountsd(): function remove (line 49) | def remove(): function rename (line 53) | def rename(): function rmdir (line 57) | def rmdir(): function sdconfig (line 61) | def sdconfig(): function stat (line 65) | def stat(): function statvfs (line 69) | def statvfs(): function umountsd (line 73) | def umountsd(): function uname (line 77) | def uname(): function urandom (line 81) | def urandom(): FILE: stubs/m5stack_flowui-v1_4_0-beta/os.pyi function chdir (line 5) | def chdir() -> None: ... function dupterm (line 6) | def dupterm() -> None: ... function dupterm_notify (line 7) | def dupterm_notify() -> None: ... function getcwd (line 8) | def getcwd() -> None: ... function getdrive (line 9) | def getdrive() -> None: ... function ilistdir (line 10) | def ilistdir() -> None: ... function listdir (line 11) | def listdir() -> None: ... function mkdir (line 12) | def mkdir() -> None: ... function mountsd (line 13) | def mountsd() -> None: ... function remove (line 14) | def remove() -> None: ... function rename (line 15) | def rename() -> None: ... function rmdir (line 16) | def rmdir() -> None: ... function sdconfig (line 17) | def sdconfig() -> None: ... function stat (line 18) | def stat() -> None: ... function statvfs (line 19) | def statvfs() -> None: ... function umountsd (line 20) | def umountsd() -> None: ... function uname (line 21) | def uname() -> None: ... function urandom (line 22) | def urandom() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/random.py function choice (line 9) | def choice(): function getrandbits (line 13) | def getrandbits(): function randint (line 17) | def randint(): function random (line 21) | def random(): function randrange (line 25) | def randrange(): function seed (line 29) | def seed(): function uniform (line 33) | def uniform(): FILE: stubs/m5stack_flowui-v1_4_0-beta/random.pyi function choice (line 1) | def choice() -> None: ... function getrandbits (line 2) | def getrandbits() -> None: ... function randint (line 3) | def randint() -> None: ... function random (line 4) | def random() -> None: ... function randrange (line 5) | def randrange() -> None: ... function seed (line 6) | def seed() -> None: ... function uniform (line 7) | def uniform() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/re.py function compile (line 11) | def compile(): function match (line 15) | def match(): function search (line 19) | def search(): function sub (line 23) | def sub(): FILE: stubs/m5stack_flowui-v1_4_0-beta/re.pyi function compile (line 3) | def compile() -> None: ... function match (line 4) | def match() -> None: ... function search (line 5) | def search() -> None: ... function sub (line 6) | def sub() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/select.py function poll (line 14) | def poll(): function select (line 18) | def select(): FILE: stubs/m5stack_flowui-v1_4_0-beta/select.pyi function poll (line 6) | def poll() -> None: ... function select (line 7) | def select() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/socket.py function getaddrinfo (line 21) | def getaddrinfo(): function socket (line 25) | def socket(): FILE: stubs/m5stack_flowui-v1_4_0-beta/socket.pyi function getaddrinfo (line 13) | def getaddrinfo() -> None: ... function socket (line 14) | def socket() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/ssl.py function wrap_socket (line 9) | def wrap_socket(): FILE: stubs/m5stack_flowui-v1_4_0-beta/ssl.pyi function wrap_socket (line 1) | def wrap_socket() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/struct.py function calcsize (line 9) | def calcsize(): function pack (line 13) | def pack(): function pack_into (line 17) | def pack_into(): function unpack (line 21) | def unpack(): function unpack_from (line 25) | def unpack_from(): FILE: stubs/m5stack_flowui-v1_4_0-beta/struct.pyi function calcsize (line 1) | def calcsize() -> None: ... function pack (line 2) | def pack() -> None: ... function pack_into (line 3) | def pack_into() -> None: ... function unpack (line 4) | def unpack() -> None: ... function unpack_from (line 5) | def unpack_from() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/sys.py function exit (line 12) | def exit(): function print_exception (line 23) | def print_exception(): FILE: stubs/m5stack_flowui-v1_4_0-beta/sys.pyi function exit (line 6) | def exit() -> None: ... function print_exception (line 14) | def print_exception() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/time.py function localtime (line 9) | def localtime(): function mktime (line 13) | def mktime(): function sleep (line 17) | def sleep(): function sleep_ms (line 21) | def sleep_ms(): function sleep_us (line 25) | def sleep_us(): function ticks_add (line 29) | def ticks_add(): function ticks_cpu (line 33) | def ticks_cpu(): function ticks_diff (line 37) | def ticks_diff(): function ticks_ms (line 41) | def ticks_ms(): function ticks_us (line 45) | def ticks_us(): function time (line 49) | def time(): FILE: stubs/m5stack_flowui-v1_4_0-beta/time.pyi function localtime (line 1) | def localtime() -> None: ... function mktime (line 2) | def mktime() -> None: ... function sleep (line 3) | def sleep() -> None: ... function sleep_ms (line 4) | def sleep_ms() -> None: ... function sleep_us (line 5) | def sleep_us() -> None: ... function ticks_add (line 6) | def ticks_add() -> None: ... function ticks_cpu (line 7) | def ticks_cpu() -> None: ... function ticks_diff (line 8) | def ticks_diff() -> None: ... function ticks_ms (line 9) | def ticks_ms() -> None: ... function ticks_us (line 10) | def ticks_us() -> None: ... function time (line 11) | def time() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(): function b2a_base64 (line 13) | def b2a_base64(): function crc32 (line 17) | def crc32(): function hexlify (line 21) | def hexlify(): function unhexlify (line 25) | def unhexlify(): FILE: stubs/m5stack_flowui-v1_4_0-beta/ubinascii.pyi function a2b_base64 (line 1) | def a2b_base64() -> None: ... function b2a_base64 (line 2) | def b2a_base64() -> None: ... function crc32 (line 3) | def crc32() -> None: ... function hexlify (line 4) | def hexlify() -> None: ... function unhexlify (line 5) | def unhexlify() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/ucollections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *argv) -> Any: method copy (line 15) | def copy(self, *argv) -> Any: method fromkeys (line 18) | def fromkeys(self, *argv) -> Any: method get (line 21) | def get(self, *argv) -> Any: method items (line 24) | def items(self, *argv) -> Any: method keys (line 27) | def keys(self, *argv) -> Any: method pop (line 30) | def pop(self, *argv) -> Any: method popitem (line 33) | def popitem(self, *argv) -> Any: method setdefault (line 36) | def setdefault(self, *argv) -> Any: method update (line 39) | def update(self, *argv) -> Any: method values (line 42) | def values(self, *argv) -> Any: class deque (line 46) | class deque: method append (line 49) | def append(self, *argv) -> Any: method popleft (line 52) | def popleft(self, *argv) -> Any: function namedtuple (line 56) | def namedtuple(): FILE: stubs/m5stack_flowui-v1_4_0-beta/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *argv) -> Any: ... method copy (line 5) | def copy(self, *argv) -> Any: ... method fromkeys (line 6) | def fromkeys(self, *argv) -> Any: ... method get (line 7) | def get(self, *argv) -> Any: ... method items (line 8) | def items(self, *argv) -> Any: ... method keys (line 9) | def keys(self, *argv) -> Any: ... method pop (line 10) | def pop(self, *argv) -> Any: ... method popitem (line 11) | def popitem(self, *argv) -> Any: ... method setdefault (line 12) | def setdefault(self, *argv) -> Any: ... method update (line 13) | def update(self, *argv) -> Any: ... method values (line 14) | def values(self, *argv) -> Any: ... class deque (line 16) | class deque: method append (line 17) | def append(self, *argv) -> Any: ... method popleft (line 18) | def popleft(self, *argv) -> Any: ... function namedtuple (line 20) | def namedtuple() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/ucryptolib.py class aes (line 9) | class aes: method decrypt (line 12) | def decrypt(self, *argv) -> Any: method encrypt (line 15) | def encrypt(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/ucryptolib.pyi class aes (line 3) | class aes: method decrypt (line 4) | def decrypt(self, *argv) -> Any: ... method encrypt (line 5) | def encrypt(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/uctypes.py function addressof (line 42) | def addressof(): function bytearray_at (line 46) | def bytearray_at(): function bytes_at (line 50) | def bytes_at(): function sizeof (line 54) | def sizeof(): class struct (line 58) | class struct: FILE: stubs/m5stack_flowui-v1_4_0-beta/uctypes.pyi function addressof (line 34) | def addressof() -> None: ... function bytearray_at (line 35) | def bytearray_at() -> None: ... function bytes_at (line 36) | def bytes_at() -> None: ... function sizeof (line 37) | def sizeof() -> None: ... class struct (line 39) | class struct: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/uhashlib.py class sha1 (line 9) | class sha1: method digest (line 12) | def digest(self, *argv) -> Any: method update (line 15) | def update(self, *argv) -> Any: class sha256 (line 19) | class sha256: method digest (line 22) | def digest(self, *argv) -> Any: method update (line 25) | def update(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/uhashlib.pyi class sha1 (line 3) | class sha1: method digest (line 4) | def digest(self, *argv) -> Any: ... method update (line 5) | def update(self, *argv) -> Any: ... class sha256 (line 7) | class sha256: method digest (line 8) | def digest(self, *argv) -> Any: ... method update (line 9) | def update(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/uheapq.py function heapify (line 9) | def heapify(): function heappop (line 13) | def heappop(): function heappush (line 17) | def heappush(): FILE: stubs/m5stack_flowui-v1_4_0-beta/uheapq.pyi function heapify (line 1) | def heapify() -> None: ... function heappop (line 2) | def heappop() -> None: ... function heappush (line 3) | def heappush() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/uio.py class BufferedWriter (line 9) | class BufferedWriter: method flush (line 12) | def flush(self, *argv) -> Any: method write (line 15) | def write(self, *argv) -> Any: class BytesIO (line 19) | class BytesIO: method close (line 22) | def close(self, *argv) -> Any: method flush (line 25) | def flush(self, *argv) -> Any: method getvalue (line 28) | def getvalue(self, *argv) -> Any: method read (line 31) | def read(self, *argv) -> Any: method readinto (line 34) | def readinto(self, *argv) -> Any: method readline (line 37) | def readline(self, *argv) -> Any: method seek (line 40) | def seek(self, *argv) -> Any: method write (line 43) | def write(self, *argv) -> Any: class FileIO (line 47) | class FileIO: method close (line 50) | def close(self, *argv) -> Any: method flush (line 53) | def flush(self, *argv) -> Any: method read (line 56) | def read(self, *argv) -> Any: method readinto (line 59) | def readinto(self, *argv) -> Any: method readline (line 62) | def readline(self, *argv) -> Any: method readlines (line 65) | def readlines(self, *argv) -> Any: method seek (line 68) | def seek(self, *argv) -> Any: method tell (line 71) | def tell(self, *argv) -> Any: method write (line 74) | def write(self, *argv) -> Any: class IOBase (line 78) | class IOBase: class StringIO (line 82) | class StringIO: method close (line 85) | def close(self, *argv) -> Any: method flush (line 88) | def flush(self, *argv) -> Any: method getvalue (line 91) | def getvalue(self, *argv) -> Any: method read (line 94) | def read(self, *argv) -> Any: method readinto (line 97) | def readinto(self, *argv) -> Any: method readline (line 100) | def readline(self, *argv) -> Any: method seek (line 103) | def seek(self, *argv) -> Any: method write (line 106) | def write(self, *argv) -> Any: class TextIOWrapper (line 110) | class TextIOWrapper: method close (line 113) | def close(self, *argv) -> Any: method flush (line 116) | def flush(self, *argv) -> Any: method read (line 119) | def read(self, *argv) -> Any: method readinto (line 122) | def readinto(self, *argv) -> Any: method readline (line 125) | def readline(self, *argv) -> Any: method readlines (line 128) | def readlines(self, *argv) -> Any: method seek (line 131) | def seek(self, *argv) -> Any: method tell (line 134) | def tell(self, *argv) -> Any: method write (line 137) | def write(self, *argv) -> Any: function open (line 141) | def open(): FILE: stubs/m5stack_flowui-v1_4_0-beta/uio.pyi class BufferedWriter (line 3) | class BufferedWriter: method flush (line 4) | def flush(self, *argv) -> Any: ... method write (line 5) | def write(self, *argv) -> Any: ... class BytesIO (line 7) | class BytesIO: method close (line 8) | def close(self, *argv) -> Any: ... method flush (line 9) | def flush(self, *argv) -> Any: ... method getvalue (line 10) | def getvalue(self, *argv) -> Any: ... method read (line 11) | def read(self, *argv) -> Any: ... method readinto (line 12) | def readinto(self, *argv) -> Any: ... method readline (line 13) | def readline(self, *argv) -> Any: ... method seek (line 14) | def seek(self, *argv) -> Any: ... method write (line 15) | def write(self, *argv) -> Any: ... class FileIO (line 17) | class FileIO: method close (line 18) | def close(self, *argv) -> Any: ... method flush (line 19) | def flush(self, *argv) -> Any: ... method read (line 20) | def read(self, *argv) -> Any: ... method readinto (line 21) | def readinto(self, *argv) -> Any: ... method readline (line 22) | def readline(self, *argv) -> Any: ... method readlines (line 23) | def readlines(self, *argv) -> Any: ... method seek (line 24) | def seek(self, *argv) -> Any: ... method tell (line 25) | def tell(self, *argv) -> Any: ... method write (line 26) | def write(self, *argv) -> Any: ... class IOBase (line 28) | class IOBase: ... class StringIO (line 30) | class StringIO: method close (line 31) | def close(self, *argv) -> Any: ... method flush (line 32) | def flush(self, *argv) -> Any: ... method getvalue (line 33) | def getvalue(self, *argv) -> Any: ... method read (line 34) | def read(self, *argv) -> Any: ... method readinto (line 35) | def readinto(self, *argv) -> Any: ... method readline (line 36) | def readline(self, *argv) -> Any: ... method seek (line 37) | def seek(self, *argv) -> Any: ... method write (line 38) | def write(self, *argv) -> Any: ... class TextIOWrapper (line 40) | class TextIOWrapper: method close (line 41) | def close(self, *argv) -> Any: ... method flush (line 42) | def flush(self, *argv) -> Any: ... method read (line 43) | def read(self, *argv) -> Any: ... method readinto (line 44) | def readinto(self, *argv) -> Any: ... method readline (line 45) | def readline(self, *argv) -> Any: ... method readlines (line 46) | def readlines(self, *argv) -> Any: ... method seek (line 47) | def seek(self, *argv) -> Any: ... method tell (line 48) | def tell(self, *argv) -> Any: ... method write (line 49) | def write(self, *argv) -> Any: ... function open (line 51) | def open() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/ujson.py function dump (line 9) | def dump(): function dumps (line 13) | def dumps(): function load (line 17) | def load(): function loads (line 21) | def loads(): FILE: stubs/m5stack_flowui-v1_4_0-beta/ujson.pyi function dump (line 1) | def dump() -> None: ... function dumps (line 2) | def dumps() -> None: ... function load (line 3) | def load() -> None: ... function loads (line 4) | def loads() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/uos.py function chdir (line 13) | def chdir(): function dupterm (line 17) | def dupterm(): function dupterm_notify (line 21) | def dupterm_notify(): function getcwd (line 25) | def getcwd(): function getdrive (line 29) | def getdrive(): function ilistdir (line 33) | def ilistdir(): function listdir (line 37) | def listdir(): function mkdir (line 41) | def mkdir(): function mountsd (line 45) | def mountsd(): function remove (line 49) | def remove(): function rename (line 53) | def rename(): function rmdir (line 57) | def rmdir(): function sdconfig (line 61) | def sdconfig(): function stat (line 65) | def stat(): function statvfs (line 69) | def statvfs(): function umountsd (line 73) | def umountsd(): function uname (line 77) | def uname(): function urandom (line 81) | def urandom(): FILE: stubs/m5stack_flowui-v1_4_0-beta/uos.pyi function chdir (line 5) | def chdir() -> None: ... function dupterm (line 6) | def dupterm() -> None: ... function dupterm_notify (line 7) | def dupterm_notify() -> None: ... function getcwd (line 8) | def getcwd() -> None: ... function getdrive (line 9) | def getdrive() -> None: ... function ilistdir (line 10) | def ilistdir() -> None: ... function listdir (line 11) | def listdir() -> None: ... function mkdir (line 12) | def mkdir() -> None: ... function mountsd (line 13) | def mountsd() -> None: ... function remove (line 14) | def remove() -> None: ... function rename (line 15) | def rename() -> None: ... function rmdir (line 16) | def rmdir() -> None: ... function sdconfig (line 17) | def sdconfig() -> None: ... function stat (line 18) | def stat() -> None: ... function statvfs (line 19) | def statvfs() -> None: ... function umountsd (line 20) | def umountsd() -> None: ... function uname (line 21) | def uname() -> None: ... function urandom (line 22) | def urandom() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/upip.py class NotFoundError (line 9) | class NotFoundError(Exception): function _makedirs (line 13) | def _makedirs(): function cleanup (line 17) | def cleanup(): function expandhome (line 26) | def expandhome(): function fatal (line 30) | def fatal(): function get_install_path (line 38) | def get_install_path(): function get_pkg_metadata (line 42) | def get_pkg_metadata(): function help (line 49) | def help(): function install (line 56) | def install(): function install_pkg (line 63) | def install_pkg(): function install_tar (line 67) | def install_tar(): function main (line 74) | def main(): function op_basename (line 78) | def op_basename(): function op_split (line 82) | def op_split(): function save_file (line 89) | def save_file(): function url_open (line 97) | def url_open(): FILE: stubs/m5stack_flowui-v1_4_0-beta/upip.pyi class NotFoundError (line 3) | class NotFoundError(Exception): ... function _makedirs (line 5) | def _makedirs() -> None: ... function cleanup (line 6) | def cleanup() -> None: ... function expandhome (line 12) | def expandhome() -> None: ... function fatal (line 13) | def fatal() -> None: ... function get_install_path (line 18) | def get_install_path() -> None: ... function get_pkg_metadata (line 19) | def get_pkg_metadata() -> None: ... function help (line 23) | def help() -> None: ... function install (line 27) | def install() -> None: ... function install_pkg (line 31) | def install_pkg() -> None: ... function install_tar (line 32) | def install_tar() -> None: ... function main (line 36) | def main() -> None: ... function op_basename (line 37) | def op_basename() -> None: ... function op_split (line 38) | def op_split() -> None: ... function save_file (line 42) | def save_file() -> None: ... function url_open (line 47) | def url_open() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/upip_utarfile.py class FileSection (line 11) | class FileSection: method read (line 14) | def read(self, *argv) -> Any: method readinto (line 17) | def readinto(self, *argv) -> Any: method skip (line 20) | def skip(self, *argv) -> Any: class TarFile (line 28) | class TarFile: method extractfile (line 31) | def extractfile(self, *argv) -> Any: method next (line 34) | def next(self, *argv) -> Any: class TarInfo (line 38) | class TarInfo: function roundup (line 42) | def roundup(): FILE: stubs/m5stack_flowui-v1_4_0-beta/upip_utarfile.pyi class FileSection (line 5) | class FileSection: method read (line 6) | def read(self, *argv) -> Any: ... method readinto (line 7) | def readinto(self, *argv) -> Any: ... method skip (line 8) | def skip(self, *argv) -> Any: ... class TarFile (line 13) | class TarFile: method extractfile (line 14) | def extractfile(self, *argv) -> Any: ... method next (line 15) | def next(self, *argv) -> Any: ... class TarInfo (line 17) | class TarInfo: ... function roundup (line 19) | def roundup() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/urandom.py function choice (line 9) | def choice(): function getrandbits (line 13) | def getrandbits(): function randint (line 17) | def randint(): function random (line 21) | def random(): function randrange (line 25) | def randrange(): function seed (line 29) | def seed(): function uniform (line 33) | def uniform(): FILE: stubs/m5stack_flowui-v1_4_0-beta/urandom.pyi function choice (line 1) | def choice() -> None: ... function getrandbits (line 2) | def getrandbits() -> None: ... function randint (line 3) | def randint() -> None: ... function random (line 4) | def random() -> None: ... function randrange (line 5) | def randrange() -> None: ... function seed (line 6) | def seed() -> None: ... function uniform (line 7) | def uniform() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/ure.py function compile (line 11) | def compile(): function match (line 15) | def match(): function search (line 19) | def search(): function sub (line 23) | def sub(): FILE: stubs/m5stack_flowui-v1_4_0-beta/ure.pyi function compile (line 3) | def compile() -> None: ... function match (line 4) | def match() -> None: ... function search (line 5) | def search() -> None: ... function sub (line 6) | def sub() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/uselect.py function poll (line 14) | def poll(): function select (line 18) | def select(): FILE: stubs/m5stack_flowui-v1_4_0-beta/uselect.pyi function poll (line 6) | def poll() -> None: ... function select (line 7) | def select() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/usocket.py function getaddrinfo (line 21) | def getaddrinfo(): function socket (line 25) | def socket(): FILE: stubs/m5stack_flowui-v1_4_0-beta/usocket.pyi function getaddrinfo (line 13) | def getaddrinfo() -> None: ... function socket (line 14) | def socket() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/ussl.py function wrap_socket (line 9) | def wrap_socket(): FILE: stubs/m5stack_flowui-v1_4_0-beta/ussl.pyi function wrap_socket (line 1) | def wrap_socket() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/ustruct.py function calcsize (line 9) | def calcsize(): function pack (line 13) | def pack(): function pack_into (line 17) | def pack_into(): function unpack (line 21) | def unpack(): function unpack_from (line 25) | def unpack_from(): FILE: stubs/m5stack_flowui-v1_4_0-beta/ustruct.pyi function calcsize (line 1) | def calcsize() -> None: ... function pack (line 2) | def pack() -> None: ... function pack_into (line 3) | def pack_into() -> None: ... function unpack (line 4) | def unpack() -> None: ... function unpack_from (line 5) | def unpack_from() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/utime.py function localtime (line 9) | def localtime(): function mktime (line 13) | def mktime(): function sleep (line 17) | def sleep(): function sleep_ms (line 21) | def sleep_ms(): function sleep_us (line 25) | def sleep_us(): function ticks_add (line 29) | def ticks_add(): function ticks_cpu (line 33) | def ticks_cpu(): function ticks_diff (line 37) | def ticks_diff(): function ticks_ms (line 41) | def ticks_ms(): function ticks_us (line 45) | def ticks_us(): function time (line 49) | def time(): FILE: stubs/m5stack_flowui-v1_4_0-beta/utime.pyi function localtime (line 1) | def localtime() -> None: ... function mktime (line 2) | def mktime() -> None: ... function sleep (line 3) | def sleep() -> None: ... function sleep_ms (line 4) | def sleep_ms() -> None: ... function sleep_us (line 5) | def sleep_us() -> None: ... function ticks_add (line 6) | def ticks_add() -> None: ... function ticks_cpu (line 7) | def ticks_cpu() -> None: ... function ticks_diff (line 8) | def ticks_diff() -> None: ... function ticks_ms (line 9) | def ticks_ms() -> None: ... function ticks_us (line 10) | def ticks_us() -> None: ... function time (line 11) | def time() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/utimeq.py class utimeq (line 9) | class utimeq: method peektime (line 12) | def peektime(self, *argv) -> Any: method pop (line 15) | def pop(self, *argv) -> Any: method push (line 18) | def push(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *argv) -> Any: ... method pop (line 5) | def pop(self, *argv) -> Any: ... method push (line 6) | def push(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/uwebsocket.py class websocket (line 9) | class websocket: method close (line 12) | def close(self, *argv) -> Any: method ioctl (line 15) | def ioctl(self, *argv) -> Any: method read (line 18) | def read(self, *argv) -> Any: method readinto (line 21) | def readinto(self, *argv) -> Any: method readline (line 24) | def readline(self, *argv) -> Any: method write (line 27) | def write(self, *argv) -> Any: FILE: stubs/m5stack_flowui-v1_4_0-beta/uwebsocket.pyi class websocket (line 3) | class websocket: method close (line 4) | def close(self, *argv) -> Any: ... method ioctl (line 5) | def ioctl(self, *argv) -> Any: ... method read (line 6) | def read(self, *argv) -> Any: ... method readinto (line 7) | def readinto(self, *argv) -> Any: ... method readline (line 8) | def readline(self, *argv) -> Any: ... method write (line 9) | def write(self, *argv) -> Any: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/uzlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *argv) -> Any: method readinto (line 15) | def readinto(self, *argv) -> Any: method readline (line 18) | def readline(self, *argv) -> Any: function decompress (line 22) | def decompress(): FILE: stubs/m5stack_flowui-v1_4_0-beta/uzlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *argv) -> Any: ... method readinto (line 5) | def readinto(self, *argv) -> Any: ... method readline (line 6) | def readline(self, *argv) -> Any: ... function decompress (line 8) | def decompress() -> None: ... FILE: stubs/m5stack_flowui-v1_4_0-beta/zlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *argv) -> Any: method readinto (line 15) | def readinto(self, *argv) -> Any: method readline (line 18) | def readline(self, *argv) -> Any: function decompress (line 22) | def decompress(): FILE: stubs/m5stack_flowui-v1_4_0-beta/zlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *argv) -> Any: ... method readinto (line 5) | def readinto(self, *argv) -> Any: ... method readline (line 6) | def readline(self, *argv) -> Any: ... function decompress (line 8) | def decompress() -> None: ... FILE: stubs/micropython-core/__builtins__.pyi function const (line 8) | def const(expr: Const_T) -> Const_T: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/_asyncio.py class TaskQueue (line 45) | class TaskQueue: method push (line 46) | def push(self, *args, **kwargs) -> Incomplete: method peek (line 49) | def peek(self, *args, **kwargs) -> Incomplete: method remove (line 52) | def remove(self, *args, **kwargs) -> Incomplete: method pop (line 55) | def pop(self, *args, **kwargs) -> Incomplete: method __init__ (line 58) | def __init__(self, *argv, **kwargs) -> None: class Task (line 62) | class Task: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/_asyncio.pyi class TaskQueue (line 39) | class TaskQueue: method push (line 40) | def push(self, *args, **kwargs) -> Incomplete: ... method peek (line 41) | def peek(self, *args, **kwargs) -> Incomplete: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Incomplete: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 46) | class Task: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-latest-webassembly-GENERIC-merged/array.py class array (line 21) | class array(List): method extend (line 28) | def extend(self, iterable) -> Incomplete: method append (line 35) | def append(self, val) -> Incomplete: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/array.pyi class array (line 15) | class array(List): method extend (line 22) | def extend(self, iterable) -> Incomplete: method append (line 28) | def append(self, val) -> Incomplete: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-latest-webassembly-GENERIC-merged/binascii.py function crc32 (line 20) | def crc32(*args, **kwargs) -> Incomplete: function hexlify (line 24) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 35) | def unhexlify(data) -> bytes: function b2a_base64 (line 43) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 52) | def a2b_base64(data) -> bytes: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/binascii.pyi function crc32 (line 14) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 15) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 25) | def unhexlify(data) -> bytes: function b2a_base64 (line 32) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 40) | def a2b_base64(data) -> bytes: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/cmath.py function polar (line 26) | def polar(z) -> Tuple: function sqrt (line 33) | def sqrt(z) -> Incomplete: function rect (line 40) | def rect(r, phi) -> float: function sin (line 47) | def sin(z) -> float: function exp (line 54) | def exp(z) -> float: function cos (line 61) | def cos(z) -> float: function phase (line 68) | def phase(z) -> float: function log (line 75) | def log(z) -> float: function log10 (line 82) | def log10(z) -> float: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/cmath.pyi function polar (line 20) | def polar(z) -> Tuple: function sqrt (line 26) | def sqrt(z) -> Incomplete: function rect (line 32) | def rect(r, phi) -> float: function sin (line 38) | def sin(z) -> float: function exp (line 44) | def exp(z) -> float: function cos (line 50) | def cos(z) -> float: function phase (line 56) | def phase(z) -> float: function log (line 62) | def log(z) -> float: function log10 (line 68) | def log10(z) -> float: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/collections.py function namedtuple (line 21) | def namedtuple(name, fields) -> stdlib_namedtuple: class OrderedDict (line 42) | class OrderedDict(stdlib_OrderedDict): method popitem (line 67) | def popitem(self, *args, **kwargs) -> Incomplete: method pop (line 70) | def pop(self, *args, **kwargs) -> Incomplete: method values (line 73) | def values(self, *args, **kwargs) -> Incomplete: method setdefault (line 76) | def setdefault(self, *args, **kwargs) -> Incomplete: method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: method copy (line 82) | def copy(self, *args, **kwargs) -> Incomplete: method clear (line 85) | def clear(self, *args, **kwargs) -> Incomplete: method keys (line 88) | def keys(self, *args, **kwargs) -> Incomplete: method get (line 91) | def get(self, *args, **kwargs) -> Incomplete: method items (line 94) | def items(self, *args, **kwargs) -> Incomplete: method fromkeys (line 98) | def fromkeys(cls, *args, **kwargs) -> Incomplete: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: class deque (line 105) | class deque(stdlib_deque): method popleft (line 123) | def popleft(self) -> Incomplete: method append (line 130) | def append(self, x) -> Incomplete: method __init__ (line 137) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/collections.pyi function namedtuple (line 15) | def namedtuple(name, fields) -> stdlib_namedtuple: class OrderedDict (line 35) | class OrderedDict(stdlib_OrderedDict): method popitem (line 60) | def popitem(self, *args, **kwargs) -> Incomplete: ... method pop (line 61) | def pop(self, *args, **kwargs) -> Incomplete: ... method values (line 62) | def values(self, *args, **kwargs) -> Incomplete: ... method setdefault (line 63) | def setdefault(self, *args, **kwargs) -> Incomplete: ... method update (line 64) | def update(self, *args, **kwargs) -> Incomplete: ... method copy (line 65) | def copy(self, *args, **kwargs) -> Incomplete: ... method clear (line 66) | def clear(self, *args, **kwargs) -> Incomplete: ... method keys (line 67) | def keys(self, *args, **kwargs) -> Incomplete: ... method get (line 68) | def get(self, *args, **kwargs) -> Incomplete: ... method items (line 69) | def items(self, *args, **kwargs) -> Incomplete: ... method fromkeys (line 71) | def fromkeys(cls, *args, **kwargs) -> Incomplete: ... method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 74) | class deque(stdlib_deque): method popleft (line 92) | def popleft(self) -> Incomplete: method append (line 98) | def append(self, x) -> Incomplete: method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-latest-webassembly-GENERIC-merged/deflate.py class DeflateIO (line 35) | class DeflateIO: method readline (line 79) | def readline(self, *args, **kwargs) -> Incomplete: method readinto (line 82) | def readinto(self, *args, **kwargs) -> Incomplete: method read (line 85) | def read(self, *args, **kwargs) -> Incomplete: method close (line 88) | def close(self, *args, **kwargs) -> Incomplete: method __init__ (line 91) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/deflate.pyi class DeflateIO (line 28) | class DeflateIO: method readline (line 72) | def readline(self, *args, **kwargs) -> Incomplete: ... method readinto (line 73) | def readinto(self, *args, **kwargs) -> Incomplete: ... method read (line 74) | def read(self, *args, **kwargs) -> Incomplete: ... method close (line 75) | def close(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 76) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-latest-webassembly-GENERIC-merged/framebuf.py function FrameBuffer1 (line 27) | def FrameBuffer1(*args, **kwargs) -> Incomplete: class FrameBuffer (line 31) | class FrameBuffer: method poly (line 57) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 70) | def vline(self, x, y, h, c) -> Incomplete: method pixel (line 73) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 80) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 89) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 98) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 105) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 121) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 131) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 153) | def hline(self, x, y, w, c) -> Incomplete: method fill (line 156) | def fill(self, c) -> None: method fill_rect (line 162) | def fill_rect(self, *args, **kwargs) -> Incomplete: method __init__ (line 165) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/framebuf.pyi function FrameBuffer1 (line 21) | def FrameBuffer1(*args, **kwargs) -> Incomplete: ... class FrameBuffer (line 23) | class FrameBuffer: method poly (line 49) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method vline (line 61) | def vline(self, x, y, h, c) -> Incomplete: ... method pixel (line 62) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method text (line 68) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method rect (line 76) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method scroll (line 84) | def scroll(self, xstep, ystep) -> Incomplete: method ellipse (line 90) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method line (line 105) | def line(self, x1, y1, x2, y2, c) -> None: method blit (line 114) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method hline (line 135) | def hline(self, x, y, w, c) -> Incomplete: ... method fill (line 136) | def fill(self, c) -> None: method fill_rect (line 141) | def fill_rect(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-latest-webassembly-GENERIC-merged/gc.py function mem_alloc (line 17) | def mem_alloc() -> int: function isenabled (line 28) | def isenabled(*args, **kwargs) -> Incomplete: function mem_free (line 32) | def mem_free() -> int: function threshold (line 44) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 70) | def collect() -> None: function enable (line 77) | def enable() -> None: function disable (line 84) | def disable() -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/gc.pyi function mem_alloc (line 11) | def mem_alloc() -> int: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Incomplete: ... function mem_free (line 22) | def mem_free() -> int: function threshold (line 33) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 58) | def collect() -> None: function enable (line 64) | def enable() -> None: function disable (line 70) | def disable() -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/hashlib.py class sha256 (line 35) | class sha256: method digest (line 40) | def digest(self, *args, **kwargs) -> Incomplete: method update (line 43) | def update(self, *args, **kwargs) -> Incomplete: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/hashlib.pyi class sha256 (line 29) | class sha256: method digest (line 34) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 35) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-latest-webassembly-GENERIC-merged/heapq.py function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 33) | def heappush(heap, item) -> Incomplete: function heapify (line 40) | def heapify(x) -> Incomplete: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/heapq.pyi function heappop (line 16) | def heappop(heap) -> Incomplete: function heappush (line 25) | def heappush(heap, item) -> Incomplete: function heapify (line 31) | def heapify(x) -> Incomplete: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/io.py function open (line 85) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 99) | class StringIO(IO): method write (line 100) | def write(self, *args, **kwargs) -> Incomplete: method flush (line 103) | def flush(self, *args, **kwargs) -> Incomplete: method getvalue (line 106) | def getvalue(self, *args, **kwargs) -> Incomplete: method seek (line 109) | def seek(self, *args, **kwargs) -> Incomplete: method tell (line 112) | def tell(self, *args, **kwargs) -> Incomplete: method readline (line 115) | def readline(self, *args, **kwargs) -> Incomplete: method close (line 118) | def close(self, *args, **kwargs) -> Incomplete: method read (line 121) | def read(self, *args, **kwargs) -> Incomplete: method readinto (line 124) | def readinto(self, *args, **kwargs) -> Incomplete: method __init__ (line 127) | def __init__(self, *argv, **kwargs) -> None: class BytesIO (line 131) | class BytesIO(IO): method write (line 144) | def write(self, *args, **kwargs) -> Incomplete: method flush (line 147) | def flush(self, *args, **kwargs) -> Incomplete: method getvalue (line 150) | def getvalue(self) -> Incomplete: method seek (line 156) | def seek(self, *args, **kwargs) -> Incomplete: method tell (line 159) | def tell(self, *args, **kwargs) -> Incomplete: method readline (line 162) | def readline(self, *args, **kwargs) -> Incomplete: method close (line 165) | def close(self, *args, **kwargs) -> Incomplete: method read (line 168) | def read(self, *args, **kwargs) -> Incomplete: method readinto (line 171) | def readinto(self, *args, **kwargs) -> Incomplete: method __init__ (line 174) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/io.pyi function open (line 79) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 87) | class IOBase: method __init__ (line 88) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 90) | class StringIO(IO): method write (line 91) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 92) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 93) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 94) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 95) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 96) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 97) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 98) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 99) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 102) | class BytesIO(IO): method write (line 115) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 116) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 117) | def getvalue(self) -> Incomplete: method seek (line 122) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 123) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 124) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 125) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 126) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 127) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 128) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-latest-webassembly-GENERIC-merged/json.py function loads (line 20) | def loads(str) -> Incomplete: function load (line 28) | def load(stream) -> Incomplete: function dumps (line 40) | def dumps(obj, separators=None) -> str: function dump (line 49) | def dump(obj, stream, separators=None) -> Incomplete: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/json.pyi function loads (line 13) | def loads(str) -> Incomplete: function load (line 20) | def load(stream) -> Incomplete: function dumps (line 31) | def dumps(obj, separators=None) -> str: function dump (line 39) | def dump(obj, stream, separators=None) -> Incomplete: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/logging.py function getLogger (line 17) | def getLogger(*args, **kwargs) -> Incomplete: function basicConfig (line 21) | def basicConfig(*args, **kwargs) -> Incomplete: function info (line 25) | def info(*args, **kwargs) -> Incomplete: function debug (line 29) | def debug(*args, **kwargs) -> Incomplete: class Logger (line 33) | class Logger: method setLevel (line 36) | def setLevel(self, *args, **kwargs) -> Incomplete: method exception (line 39) | def exception(self, *args, **kwargs) -> Incomplete: method isEnabledFor (line 42) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: method critical (line 45) | def critical(self, *args, **kwargs) -> Incomplete: method info (line 48) | def info(self, *args, **kwargs) -> Incomplete: method log (line 51) | def log(self, *args, **kwargs) -> Incomplete: method warning (line 54) | def warning(self, *args, **kwargs) -> Incomplete: method debug (line 57) | def debug(self, *args, **kwargs) -> Incomplete: method error (line 60) | def error(self, *args, **kwargs) -> Incomplete: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/logging.pyi function getLogger (line 10) | def getLogger(*args, **kwargs) -> Incomplete: ... function basicConfig (line 11) | def basicConfig(*args, **kwargs) -> Incomplete: ... function info (line 12) | def info(*args, **kwargs) -> Incomplete: ... function debug (line 13) | def debug(*args, **kwargs) -> Incomplete: ... class Logger (line 15) | class Logger: method setLevel (line 17) | def setLevel(self, *args, **kwargs) -> Incomplete: ... method exception (line 18) | def exception(self, *args, **kwargs) -> Incomplete: ... method isEnabledFor (line 19) | def isEnabledFor(self, *args, **kwargs) -> Incomplete: ... method critical (line 20) | def critical(self, *args, **kwargs) -> Incomplete: ... method info (line 21) | def info(self, *args, **kwargs) -> Incomplete: ... method log (line 22) | def log(self, *args, **kwargs) -> Incomplete: ... method warning (line 23) | def warning(self, *args, **kwargs) -> Incomplete: ... method debug (line 24) | def debug(self, *args, **kwargs) -> Incomplete: ... method error (line 25) | def error(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-latest-webassembly-GENERIC-merged/math.py function ldexp (line 31) | def ldexp(x, exp) -> Incomplete: function lgamma (line 38) | def lgamma(x) -> float: function trunc (line 45) | def trunc(x) -> int: function isclose (line 52) | def isclose(*args, **kwargs) -> Incomplete: function gamma (line 56) | def gamma(x) -> Incomplete: function isnan (line 63) | def isnan(x) -> bool: function isfinite (line 70) | def isfinite(x) -> bool: function isinf (line 77) | def isinf(x) -> bool: function sqrt (line 84) | def sqrt(x) -> Incomplete: function sinh (line 91) | def sinh(x) -> float: function log (line 98) | def log(x) -> float: function tan (line 105) | def tan(x) -> float: function tanh (line 112) | def tanh(x) -> float: function log2 (line 119) | def log2(x) -> float: function log10 (line 126) | def log10(x) -> float: function sin (line 133) | def sin(x) -> float: function modf (line 140) | def modf(x) -> Tuple: function radians (line 148) | def radians(x) -> Incomplete: function atanh (line 155) | def atanh(x) -> float: function atan2 (line 162) | def atan2(y, x) -> float: function atan (line 169) | def atan(x) -> float: function ceil (line 176) | def ceil(x) -> int: function copysign (line 183) | def copysign(x, y) -> Incomplete: function frexp (line 190) | def frexp(x) -> Incomplete: function acos (line 200) | def acos(x) -> float: function pow (line 207) | def pow(x, y) -> Incomplete: function asinh (line 214) | def asinh(x) -> float: function acosh (line 221) | def acosh(x) -> float: function asin (line 228) | def asin(x) -> float: function factorial (line 235) | def factorial(*args, **kwargs) -> Incomplete: function fabs (line 239) | def fabs(x) -> Incomplete: function expm1 (line 246) | def expm1(x) -> Incomplete: function floor (line 253) | def floor(x) -> int: function fmod (line 260) | def fmod(x, y) -> Incomplete: function cos (line 267) | def cos(x) -> float: function degrees (line 274) | def degrees(x) -> Incomplete: function cosh (line 281) | def cosh(x) -> float: function exp (line 288) | def exp(x) -> float: function erf (line 295) | def erf(x) -> Incomplete: function erfc (line 302) | def erfc(x) -> Incomplete: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/math.pyi function ldexp (line 25) | def ldexp(x, exp) -> Incomplete: function lgamma (line 31) | def lgamma(x) -> float: function trunc (line 37) | def trunc(x) -> int: function isclose (line 43) | def isclose(*args, **kwargs) -> Incomplete: ... function gamma (line 44) | def gamma(x) -> Incomplete: function isnan (line 50) | def isnan(x) -> bool: function isfinite (line 56) | def isfinite(x) -> bool: function isinf (line 62) | def isinf(x) -> bool: function sqrt (line 68) | def sqrt(x) -> Incomplete: function sinh (line 74) | def sinh(x) -> float: function log (line 80) | def log(x) -> float: function tan (line 86) | def tan(x) -> float: function tanh (line 92) | def tanh(x) -> float: function log2 (line 98) | def log2(x) -> float: function log10 (line 104) | def log10(x) -> float: function sin (line 110) | def sin(x) -> float: function modf (line 116) | def modf(x) -> Tuple: function radians (line 123) | def radians(x) -> Incomplete: function atanh (line 129) | def atanh(x) -> float: function atan2 (line 135) | def atan2(y, x) -> float: function atan (line 141) | def atan(x) -> float: function ceil (line 147) | def ceil(x) -> int: function copysign (line 153) | def copysign(x, y) -> Incomplete: function frexp (line 159) | def frexp(x) -> Incomplete: function acos (line 168) | def acos(x) -> float: function pow (line 174) | def pow(x, y) -> Incomplete: function asinh (line 180) | def asinh(x) -> float: function acosh (line 186) | def acosh(x) -> float: function asin (line 192) | def asin(x) -> float: function factorial (line 198) | def factorial(*args, **kwargs) -> Incomplete: ... function fabs (line 199) | def fabs(x) -> Incomplete: function expm1 (line 205) | def expm1(x) -> Incomplete: function floor (line 211) | def floor(x) -> int: function fmod (line 217) | def fmod(x, y) -> Incomplete: function cos (line 223) | def cos(x) -> float: function degrees (line 229) | def degrees(x) -> Incomplete: function cosh (line 235) | def cosh(x) -> float: function exp (line 241) | def exp(x) -> float: function erf (line 247) | def erf(x) -> Incomplete: function erfc (line 253) | def erfc(x) -> Incomplete: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/micropython.py function pystack_use (line 15) | def pystack_use(*args, **kwargs) -> Incomplete: function opt_level (line 19) | def opt_level(level: Optional[Any] = None) -> Incomplete: function stack_use (line 40) | def stack_use() -> int: function qstr_info (line 49) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 61) | def schedule(func, arg) -> Incomplete: function heap_lock (line 99) | def heap_lock() -> int: function const (line 103) | def const(expr: Const_T) -> Const_T: function mem_info (line 126) | def mem_info(verbose: Optional[Any] = None) -> None: function heap_unlock (line 138) | def heap_unlock() -> int: function kbd_intr (line 142) | def kbd_intr(chr) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/micropython.pyi function pystack_use (line 9) | def pystack_use(*args, **kwargs) -> Incomplete: ... function opt_level (line 10) | def opt_level(level: Optional[Any] = None) -> Incomplete: function stack_use (line 30) | def stack_use() -> int: function qstr_info (line 38) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 49) | def schedule(func, arg) -> Incomplete: function heap_lock (line 86) | def heap_lock() -> int: ... function const (line 87) | def const(expr: Const_T) -> Const_T: function mem_info (line 109) | def mem_info(verbose: Optional[Any] = None) -> None: function heap_unlock (line 120) | def heap_unlock() -> int: ... function kbd_intr (line 121) | def kbd_intr(chr) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/os.py function rename (line 22) | def rename(old_path, new_path) -> None: function rmdir (line 29) | def rmdir(path) -> None: function mount (line 36) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function unlink (line 55) | def unlink(*args, **kwargs) -> Incomplete: function umount (line 59) | def umount(mount_point) -> Incomplete: function stat (line 70) | def stat(path) -> Incomplete: function statvfs (line 77) | def statvfs(path) -> Tuple: function chdir (line 101) | def chdir(path) -> Incomplete: function mkdir (line 108) | def mkdir(path) -> Incomplete: function remove (line 115) | def remove(path) -> None: function getcwd (line 122) | def getcwd() -> Incomplete: function listdir (line 129) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 136) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsPosix (line 158) | class VfsPosix: method rename (line 159) | def rename(self, *args, **kwargs) -> Incomplete: method umount (line 162) | def umount(self, *args, **kwargs) -> Incomplete: method mount (line 165) | def mount(self, *args, **kwargs) -> Incomplete: method statvfs (line 168) | def statvfs(self, *args, **kwargs) -> Incomplete: method rmdir (line 171) | def rmdir(self, *args, **kwargs) -> Incomplete: method stat (line 174) | def stat(self, *args, **kwargs) -> Incomplete: method remove (line 177) | def remove(self, *args, **kwargs) -> Incomplete: method mkdir (line 180) | def mkdir(self, *args, **kwargs) -> Incomplete: method open (line 183) | def open(self, *args, **kwargs) -> Incomplete: method ilistdir (line 186) | def ilistdir(self, *args, **kwargs) -> Incomplete: method chdir (line 189) | def chdir(self, *args, **kwargs) -> Incomplete: method getcwd (line 192) | def getcwd(self, *args, **kwargs) -> Incomplete: method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/os.pyi function rename (line 16) | def rename(old_path, new_path) -> None: function rmdir (line 22) | def rmdir(path) -> None: function mount (line 28) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function unlink (line 46) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 47) | def umount(mount_point) -> Incomplete: function stat (line 57) | def stat(path) -> Incomplete: function statvfs (line 63) | def statvfs(path) -> Tuple: function chdir (line 86) | def chdir(path) -> Incomplete: function mkdir (line 92) | def mkdir(path) -> Incomplete: function remove (line 98) | def remove(path) -> None: function getcwd (line 104) | def getcwd() -> Incomplete: function listdir (line 110) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 116) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsPosix (line 137) | class VfsPosix: method rename (line 138) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 139) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 140) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 141) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 142) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 143) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 144) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 145) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 146) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 147) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 148) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 149) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-latest-webassembly-GENERIC-merged/platform.py function platform (line 20) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/platform.pyi function platform (line 14) | def platform() -> str: function python_compiler (line 31) | def python_compiler() -> str: function libc_ver (line 37) | def libc_ver() -> Tuple: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/random.py function randrange (line 38) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 56) | def seed(n=None, /) -> None: function uniform (line 69) | def uniform(a, b) -> int: function choice (line 77) | def choice(sequence) -> Incomplete: function randint (line 85) | def randint(a, b) -> int: function getrandbits (line 92) | def getrandbits(n) -> int: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/random.pyi function randrange (line 32) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 42) | def random() -> int: function seed (line 48) | def seed(n=None, /) -> None: function uniform (line 60) | def uniform(a, b) -> int: function choice (line 67) | def choice(sequence) -> Incomplete: function randint (line 74) | def randint(a, b) -> int: function getrandbits (line 80) | def getrandbits(n) -> int: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/select.py function select (line 25) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: method register (line 43) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 63) | def unregister(self, obj) -> Incomplete: method modify (line 69) | def modify(self, obj, eventmask) -> None: method poll (line 76) | def poll(self, timeout=-1, /) -> List: method ipoll (line 100) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/select.pyi function select (line 19) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 28) | class poll: method __init__ (line 33) | def __init__(self) -> None: ... method register (line 34) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 53) | def unregister(self, obj) -> Incomplete: method modify (line 58) | def modify(self, obj, eventmask) -> None: method poll (line 64) | def poll(self, timeout=-1, /) -> List: method ipoll (line 87) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/struct.py function pack_into (line 65) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 82) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 91) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 99) | def calcsize(fmt) -> int: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/struct.pyi function pack_into (line 59) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 67) | def unpack(fmt, data) -> Tuple: function unpack_from (line 74) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 82) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 89) | def calcsize(fmt) -> int: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/sys.py function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: function exit (line 47) | def exit(retval=0, /) -> Incomplete: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/sys.pyi function print_exception (line 23) | def print_exception(exc, file=stdout, /) -> None: function exit (line 39) | def exit(retval=0, /) -> Incomplete: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/time.py function ticks_us (line 44) | def ticks_us() -> Incomplete: function ticks_cpu (line 51) | def ticks_cpu() -> Incomplete: function ticks_diff (line 67) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 134) | def ticks_ms() -> int: function ticks_add (line 159) | def ticks_add(ticks, delta) -> Incomplete: function sleep (line 187) | def sleep(seconds) -> Incomplete: function sleep_ms (line 197) | def sleep_ms(ms) -> None: function sleep_us (line 209) | def sleep_us(us) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/time.pyi function ticks_us (line 38) | def ticks_us() -> Incomplete: function ticks_cpu (line 44) | def ticks_cpu() -> Incomplete: function ticks_diff (line 59) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 125) | def ticks_ms() -> int: function ticks_add (line 149) | def ticks_add(ticks, delta) -> Incomplete: function sleep (line 176) | def sleep(seconds) -> Incomplete: function sleep_ms (line 185) | def sleep_ms(ms) -> None: function sleep_us (line 196) | def sleep_us(us) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/uarray.py class array (line 21) | class array(List): method extend (line 28) | def extend(self, iterable) -> Incomplete: method append (line 35) | def append(self, val) -> Incomplete: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/uarray.pyi class array (line 15) | class array(List): method extend (line 22) | def extend(self, iterable) -> Incomplete: method append (line 28) | def append(self, val) -> Incomplete: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-latest-webassembly-GENERIC-merged/ubinascii.py function crc32 (line 20) | def crc32(*args, **kwargs) -> Incomplete: function hexlify (line 24) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 35) | def unhexlify(data) -> bytes: function b2a_base64 (line 43) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 52) | def a2b_base64(data) -> bytes: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/ubinascii.pyi function crc32 (line 14) | def crc32(*args, **kwargs) -> Incomplete: ... function hexlify (line 15) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 25) | def unhexlify(data) -> bytes: function b2a_base64 (line 32) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 40) | def a2b_base64(data) -> bytes: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/ucollections.py function namedtuple (line 21) | def namedtuple(name, fields) -> stdlib_namedtuple: class OrderedDict (line 42) | class OrderedDict(stdlib_OrderedDict): method popitem (line 67) | def popitem(self, *args, **kwargs) -> Incomplete: method pop (line 70) | def pop(self, *args, **kwargs) -> Incomplete: method values (line 73) | def values(self, *args, **kwargs) -> Incomplete: method setdefault (line 76) | def setdefault(self, *args, **kwargs) -> Incomplete: method update (line 79) | def update(self, *args, **kwargs) -> Incomplete: method copy (line 82) | def copy(self, *args, **kwargs) -> Incomplete: method clear (line 85) | def clear(self, *args, **kwargs) -> Incomplete: method keys (line 88) | def keys(self, *args, **kwargs) -> Incomplete: method get (line 91) | def get(self, *args, **kwargs) -> Incomplete: method items (line 94) | def items(self, *args, **kwargs) -> Incomplete: method fromkeys (line 98) | def fromkeys(cls, *args, **kwargs) -> Incomplete: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: class deque (line 105) | class deque(stdlib_deque): method popleft (line 123) | def popleft(self) -> Incomplete: method append (line 130) | def append(self, x) -> Incomplete: method __init__ (line 137) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/ucollections.pyi function namedtuple (line 15) | def namedtuple(name, fields) -> stdlib_namedtuple: class OrderedDict (line 35) | class OrderedDict(stdlib_OrderedDict): method popitem (line 60) | def popitem(self, *args, **kwargs) -> Incomplete: ... method pop (line 61) | def pop(self, *args, **kwargs) -> Incomplete: ... method values (line 62) | def values(self, *args, **kwargs) -> Incomplete: ... method setdefault (line 63) | def setdefault(self, *args, **kwargs) -> Incomplete: ... method update (line 64) | def update(self, *args, **kwargs) -> Incomplete: ... method copy (line 65) | def copy(self, *args, **kwargs) -> Incomplete: ... method clear (line 66) | def clear(self, *args, **kwargs) -> Incomplete: ... method keys (line 67) | def keys(self, *args, **kwargs) -> Incomplete: ... method get (line 68) | def get(self, *args, **kwargs) -> Incomplete: ... method items (line 69) | def items(self, *args, **kwargs) -> Incomplete: ... method fromkeys (line 71) | def fromkeys(cls, *args, **kwargs) -> Incomplete: ... method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 74) | class deque(stdlib_deque): method popleft (line 92) | def popleft(self) -> Incomplete: method append (line 98) | def append(self, x) -> Incomplete: method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-latest-webassembly-GENERIC-merged/uctypes.py function sizeof (line 55) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 64) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 74) | def bytearray_at(addr, size) -> bytearray: function addressof (line 84) | def addressof(obj) -> int: class struct (line 93) | class struct: method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/uctypes.pyi function sizeof (line 48) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 56) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 65) | def bytearray_at(addr, size) -> bytearray: function addressof (line 74) | def addressof(obj) -> int: class struct (line 82) | class struct: method __init__ (line 88) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-latest-webassembly-GENERIC-merged/uhashlib.py class sha256 (line 35) | class sha256: method digest (line 40) | def digest(self, *args, **kwargs) -> Incomplete: method update (line 43) | def update(self, *args, **kwargs) -> Incomplete: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/uhashlib.pyi class sha256 (line 29) | class sha256: method digest (line 34) | def digest(self, *args, **kwargs) -> Incomplete: ... method update (line 35) | def update(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-latest-webassembly-GENERIC-merged/uheapq.py function heappop (line 23) | def heappop(heap) -> Incomplete: function heappush (line 33) | def heappush(heap, item) -> Incomplete: function heapify (line 40) | def heapify(x) -> Incomplete: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/uheapq.pyi function heappop (line 16) | def heappop(heap) -> Incomplete: function heappush (line 25) | def heappush(heap, item) -> Incomplete: function heapify (line 31) | def heapify(x) -> Incomplete: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/uio.py function open (line 85) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 94) | class IOBase: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 99) | class StringIO(IO): method write (line 100) | def write(self, *args, **kwargs) -> Incomplete: method flush (line 103) | def flush(self, *args, **kwargs) -> Incomplete: method getvalue (line 106) | def getvalue(self, *args, **kwargs) -> Incomplete: method seek (line 109) | def seek(self, *args, **kwargs) -> Incomplete: method tell (line 112) | def tell(self, *args, **kwargs) -> Incomplete: method readline (line 115) | def readline(self, *args, **kwargs) -> Incomplete: method close (line 118) | def close(self, *args, **kwargs) -> Incomplete: method read (line 121) | def read(self, *args, **kwargs) -> Incomplete: method readinto (line 124) | def readinto(self, *args, **kwargs) -> Incomplete: method __init__ (line 127) | def __init__(self, *argv, **kwargs) -> None: class BytesIO (line 131) | class BytesIO(IO): method write (line 144) | def write(self, *args, **kwargs) -> Incomplete: method flush (line 147) | def flush(self, *args, **kwargs) -> Incomplete: method getvalue (line 150) | def getvalue(self) -> Incomplete: method seek (line 156) | def seek(self, *args, **kwargs) -> Incomplete: method tell (line 159) | def tell(self, *args, **kwargs) -> Incomplete: method readline (line 162) | def readline(self, *args, **kwargs) -> Incomplete: method close (line 165) | def close(self, *args, **kwargs) -> Incomplete: method read (line 168) | def read(self, *args, **kwargs) -> Incomplete: method readinto (line 171) | def readinto(self, *args, **kwargs) -> Incomplete: method __init__ (line 174) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/uio.pyi function open (line 79) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 87) | class IOBase: method __init__ (line 88) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 90) | class StringIO(IO): method write (line 91) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 92) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 93) | def getvalue(self, *args, **kwargs) -> Incomplete: ... method seek (line 94) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 95) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 96) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 97) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 98) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 99) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 102) | class BytesIO(IO): method write (line 115) | def write(self, *args, **kwargs) -> Incomplete: ... method flush (line 116) | def flush(self, *args, **kwargs) -> Incomplete: ... method getvalue (line 117) | def getvalue(self) -> Incomplete: method seek (line 122) | def seek(self, *args, **kwargs) -> Incomplete: ... method tell (line 123) | def tell(self, *args, **kwargs) -> Incomplete: ... method readline (line 124) | def readline(self, *args, **kwargs) -> Incomplete: ... method close (line 125) | def close(self, *args, **kwargs) -> Incomplete: ... method read (line 126) | def read(self, *args, **kwargs) -> Incomplete: ... method readinto (line 127) | def readinto(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 128) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-latest-webassembly-GENERIC-merged/ujson.py function loads (line 20) | def loads(str) -> Incomplete: function load (line 28) | def load(stream) -> Incomplete: function dumps (line 40) | def dumps(obj, separators=None) -> str: function dump (line 49) | def dump(obj, stream, separators=None) -> Incomplete: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/ujson.pyi function loads (line 13) | def loads(str) -> Incomplete: function load (line 20) | def load(stream) -> Incomplete: function dumps (line 31) | def dumps(obj, separators=None) -> str: function dump (line 39) | def dump(obj, stream, separators=None) -> Incomplete: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/uos.py function rename (line 22) | def rename(old_path, new_path) -> None: function rmdir (line 29) | def rmdir(path) -> None: function mount (line 36) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function unlink (line 55) | def unlink(*args, **kwargs) -> Incomplete: function umount (line 59) | def umount(mount_point) -> Incomplete: function stat (line 70) | def stat(path) -> Incomplete: function statvfs (line 77) | def statvfs(path) -> Tuple: function chdir (line 101) | def chdir(path) -> Incomplete: function mkdir (line 108) | def mkdir(path) -> Incomplete: function remove (line 115) | def remove(path) -> None: function getcwd (line 122) | def getcwd() -> Incomplete: function listdir (line 129) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 136) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsPosix (line 158) | class VfsPosix: method rename (line 159) | def rename(self, *args, **kwargs) -> Incomplete: method umount (line 162) | def umount(self, *args, **kwargs) -> Incomplete: method mount (line 165) | def mount(self, *args, **kwargs) -> Incomplete: method statvfs (line 168) | def statvfs(self, *args, **kwargs) -> Incomplete: method rmdir (line 171) | def rmdir(self, *args, **kwargs) -> Incomplete: method stat (line 174) | def stat(self, *args, **kwargs) -> Incomplete: method remove (line 177) | def remove(self, *args, **kwargs) -> Incomplete: method mkdir (line 180) | def mkdir(self, *args, **kwargs) -> Incomplete: method open (line 183) | def open(self, *args, **kwargs) -> Incomplete: method ilistdir (line 186) | def ilistdir(self, *args, **kwargs) -> Incomplete: method chdir (line 189) | def chdir(self, *args, **kwargs) -> Incomplete: method getcwd (line 192) | def getcwd(self, *args, **kwargs) -> Incomplete: method __init__ (line 195) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/uos.pyi function rename (line 16) | def rename(old_path, new_path) -> None: function rmdir (line 22) | def rmdir(path) -> None: function mount (line 28) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function unlink (line 46) | def unlink(*args, **kwargs) -> Incomplete: ... function umount (line 47) | def umount(mount_point) -> Incomplete: function stat (line 57) | def stat(path) -> Incomplete: function statvfs (line 63) | def statvfs(path) -> Tuple: function chdir (line 86) | def chdir(path) -> Incomplete: function mkdir (line 92) | def mkdir(path) -> Incomplete: function remove (line 98) | def remove(path) -> None: function getcwd (line 104) | def getcwd() -> Incomplete: function listdir (line 110) | def listdir(dir: Optional[Any] = None) -> Incomplete: function ilistdir (line 116) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: class VfsPosix (line 137) | class VfsPosix: method rename (line 138) | def rename(self, *args, **kwargs) -> Incomplete: ... method umount (line 139) | def umount(self, *args, **kwargs) -> Incomplete: ... method mount (line 140) | def mount(self, *args, **kwargs) -> Incomplete: ... method statvfs (line 141) | def statvfs(self, *args, **kwargs) -> Incomplete: ... method rmdir (line 142) | def rmdir(self, *args, **kwargs) -> Incomplete: ... method stat (line 143) | def stat(self, *args, **kwargs) -> Incomplete: ... method remove (line 144) | def remove(self, *args, **kwargs) -> Incomplete: ... method mkdir (line 145) | def mkdir(self, *args, **kwargs) -> Incomplete: ... method open (line 146) | def open(self, *args, **kwargs) -> Incomplete: ... method ilistdir (line 147) | def ilistdir(self, *args, **kwargs) -> Incomplete: ... method chdir (line 148) | def chdir(self, *args, **kwargs) -> Incomplete: ... method getcwd (line 149) | def getcwd(self, *args, **kwargs) -> Incomplete: ... method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-latest-webassembly-GENERIC-merged/uplatform.py function platform (line 20) | def platform() -> str: function python_compiler (line 38) | def python_compiler() -> str: function libc_ver (line 45) | def libc_ver() -> Tuple: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/uplatform.pyi function platform (line 14) | def platform() -> str: function python_compiler (line 31) | def python_compiler() -> str: function libc_ver (line 37) | def libc_ver() -> Tuple: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/urandom.py function randrange (line 38) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 49) | def random() -> int: function seed (line 56) | def seed(n=None, /) -> None: function uniform (line 69) | def uniform(a, b) -> int: function choice (line 77) | def choice(sequence) -> Incomplete: function randint (line 85) | def randint(a, b) -> int: function getrandbits (line 92) | def getrandbits(n) -> int: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/urandom.pyi function randrange (line 32) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 42) | def random() -> int: function seed (line 48) | def seed(n=None, /) -> None: function uniform (line 60) | def uniform(a, b) -> int: function choice (line 67) | def choice(sequence) -> Incomplete: function randint (line 74) | def randint(a, b) -> int: function getrandbits (line 80) | def getrandbits(n) -> int: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/ure.py function sub (line 10) | def sub(*args, **kwargs) -> Incomplete: function search (line 14) | def search(*args, **kwargs) -> Incomplete: function match (line 18) | def match(*args, **kwargs) -> Incomplete: function compile (line 22) | def compile(*args, **kwargs) -> Incomplete: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Incomplete: ... function search (line 4) | def search(*args, **kwargs) -> Incomplete: ... function match (line 5) | def match(*args, **kwargs) -> Incomplete: ... function compile (line 6) | def compile(*args, **kwargs) -> Incomplete: ... FILE: stubs/micropython-latest-webassembly-GENERIC-merged/uselect.py function select (line 25) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 35) | class poll: method __init__ (line 40) | def __init__(self) -> None: method register (line 43) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 63) | def unregister(self, obj) -> Incomplete: method modify (line 69) | def modify(self, obj, eventmask) -> None: method poll (line 76) | def poll(self, timeout=-1, /) -> List: method ipoll (line 100) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/uselect.pyi function select (line 19) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 28) | class poll: method __init__ (line 33) | def __init__(self) -> None: ... method register (line 34) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 53) | def unregister(self, obj) -> Incomplete: method modify (line 58) | def modify(self, obj, eventmask) -> None: method poll (line 64) | def poll(self, timeout=-1, /) -> List: method ipoll (line 87) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/ustruct.py function pack_into (line 65) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 74) | def unpack(fmt, data) -> Tuple: function unpack_from (line 82) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 91) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 99) | def calcsize(fmt) -> int: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/ustruct.pyi function pack_into (line 59) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 67) | def unpack(fmt, data) -> Tuple: function unpack_from (line 74) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 82) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 89) | def calcsize(fmt) -> int: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/usys.py function print_exception (line 29) | def print_exception(exc, file=stdout, /) -> None: function exit (line 46) | def exit(retval=0, /) -> Incomplete: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/usys.pyi function print_exception (line 23) | def print_exception(exc, file=stdout, /) -> None: function exit (line 39) | def exit(retval=0, /) -> Incomplete: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/utime.py function ticks_us (line 44) | def ticks_us() -> Incomplete: function ticks_cpu (line 51) | def ticks_cpu() -> Incomplete: function ticks_diff (line 67) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 134) | def ticks_ms() -> int: function ticks_add (line 159) | def ticks_add(ticks, delta) -> Incomplete: function sleep (line 187) | def sleep(seconds) -> Incomplete: function sleep_ms (line 197) | def sleep_ms(ms) -> None: function sleep_us (line 209) | def sleep_us(us) -> None: FILE: stubs/micropython-latest-webassembly-GENERIC-merged/utime.pyi function ticks_us (line 38) | def ticks_us() -> Incomplete: function ticks_cpu (line 44) | def ticks_cpu() -> Incomplete: function ticks_diff (line 59) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 125) | def ticks_ms() -> int: function ticks_add (line 149) | def ticks_add(ticks, delta) -> Incomplete: function sleep (line 176) | def sleep(seconds) -> Incomplete: function sleep_ms (line 185) | def sleep_ms(ms) -> None: function sleep_us (line 196) | def sleep_us(us) -> None: FILE: stubs/micropython-pico-go/stdlib/_ast.pyi class AST (line 12) | class AST: method __init__ (line 15) | def __init__(self, *args: Any, **kwargs: Any) -> None: ... class mod (line 24) | class mod(AST): ... class type_ignore (line 27) | class type_ignore(AST): ... class TypeIgnore (line 28) | class TypeIgnore(type_ignore): ... class FunctionType (line 30) | class FunctionType(mod): class Module (line 34) | class Module(mod): class Interactive (line 39) | class Interactive(mod): class Expression (line 42) | class Expression(mod): class stmt (line 45) | class stmt(AST): ... class FunctionDef (line 47) | class FunctionDef(stmt): class AsyncFunctionDef (line 54) | class AsyncFunctionDef(stmt): class ClassDef (line 61) | class ClassDef(stmt): class Return (line 68) | class Return(stmt): class Delete (line 71) | class Delete(stmt): class Assign (line 74) | class Assign(stmt): class AugAssign (line 78) | class AugAssign(stmt): class AnnAssign (line 83) | class AnnAssign(stmt): class For (line 89) | class For(stmt): class AsyncFor (line 95) | class AsyncFor(stmt): class While (line 101) | class While(stmt): class If (line 106) | class If(stmt): class With (line 111) | class With(stmt): class AsyncWith (line 115) | class AsyncWith(stmt): class Raise (line 119) | class Raise(stmt): class Try (line 123) | class Try(stmt): class Assert (line 129) | class Assert(stmt): class Import (line 133) | class Import(stmt): class ImportFrom (line 136) | class ImportFrom(stmt): class Global (line 141) | class Global(stmt): class Nonlocal (line 144) | class Nonlocal(stmt): class Expr (line 147) | class Expr(stmt): class Pass (line 150) | class Pass(stmt): ... class Break (line 151) | class Break(stmt): ... class Continue (line 152) | class Continue(stmt): ... class expr (line 153) | class expr(AST): ... class BoolOp (line 155) | class BoolOp(expr): class BinOp (line 159) | class BinOp(expr): class UnaryOp (line 164) | class UnaryOp(expr): class Lambda (line 168) | class Lambda(expr): class IfExp (line 172) | class IfExp(expr): class Dict (line 177) | class Dict(expr): class Set (line 181) | class Set(expr): class ListComp (line 184) | class ListComp(expr): class SetComp (line 188) | class SetComp(expr): class DictComp (line 192) | class DictComp(expr): class GeneratorExp (line 197) | class GeneratorExp(expr): class Await (line 201) | class Await(expr): class Yield (line 204) | class Yield(expr): class YieldFrom (line 207) | class YieldFrom(expr): class Compare (line 210) | class Compare(expr): class Call (line 215) | class Call(expr): class FormattedValue (line 220) | class FormattedValue(expr): class JoinedStr (line 225) | class JoinedStr(expr): class Num (line 229) | class Num(expr): # Deprecated in 3.8; use Constant class Str (line 232) | class Str(expr): # Deprecated in 3.8; use Constant class Bytes (line 235) | class Bytes(expr): # Deprecated in 3.8; use Constant class NameConstant (line 238) | class NameConstant(expr): # Deprecated in 3.8; use Constant class Ellipsis (line 241) | class Ellipsis(expr): ... # Deprecated in 3.8; use Constant class Constant (line 243) | class Constant(expr): class NamedExpr (line 251) | class NamedExpr(expr): class Attribute (line 255) | class Attribute(expr): class slice (line 263) | class slice(AST): ... class Slice (line 266) | class Slice(_SliceT): class ExtSlice (line 272) | class ExtSlice(slice): class Index (line 275) | class Index(slice): class Subscript (line 278) | class Subscript(expr): class Starred (line 283) | class Starred(expr): class Name (line 287) | class Name(expr): class List (line 291) | class List(expr): class Tuple (line 295) | class Tuple(expr): class expr_context (line 299) | class expr_context(AST): ... class AugLoad (line 302) | class AugLoad(expr_context): ... class AugStore (line 303) | class AugStore(expr_context): ... class Param (line 304) | class Param(expr_context): ... class Suite (line 306) | class Suite(mod): class Del (line 309) | class Del(expr_context): ... class Load (line 310) | class Load(expr_context): ... class Store (line 311) | class Store(expr_context): ... class boolop (line 312) | class boolop(AST): ... class And (line 313) | class And(boolop): ... class Or (line 314) | class Or(boolop): ... class operator (line 315) | class operator(AST): ... class Add (line 316) | class Add(operator): ... class BitAnd (line 317) | class BitAnd(operator): ... class BitOr (line 318) | class BitOr(operator): ... class BitXor (line 319) | class BitXor(operator): ... class Div (line 320) | class Div(operator): ... class FloorDiv (line 321) | class FloorDiv(operator): ... class LShift (line 322) | class LShift(operator): ... class Mod (line 323) | class Mod(operator): ... class Mult (line 324) | class Mult(operator): ... class MatMult (line 325) | class MatMult(operator): ... class Pow (line 326) | class Pow(operator): ... class RShift (line 327) | class RShift(operator): ... class Sub (line 328) | class Sub(operator): ... class unaryop (line 329) | class unaryop(AST): ... class Invert (line 330) | class Invert(unaryop): ... class Not (line 331) | class Not(unaryop): ... class UAdd (line 332) | class UAdd(unaryop): ... class USub (line 333) | class USub(unaryop): ... class cmpop (line 334) | class cmpop(AST): ... class Eq (line 335) | class Eq(cmpop): ... class Gt (line 336) | class Gt(cmpop): ... class GtE (line 337) | class GtE(cmpop): ... class In (line 338) | class In(cmpop): ... class Is (line 339) | class Is(cmpop): ... class IsNot (line 340) | class IsNot(cmpop): ... class Lt (line 341) | class Lt(cmpop): ... class LtE (line 342) | class LtE(cmpop): ... class NotEq (line 343) | class NotEq(cmpop): ... class NotIn (line 344) | class NotIn(cmpop): ... class comprehension (line 346) | class comprehension(AST): class excepthandler (line 352) | class excepthandler(AST): ... class ExceptHandler (line 354) | class ExceptHandler(excepthandler): class arguments (line 359) | class arguments(AST): class arg (line 369) | class arg(AST): class keyword (line 373) | class keyword(AST): class alias (line 377) | class alias(AST): class withitem (line 381) | class withitem(AST): FILE: stubs/micropython-pico-go/stdlib/_importlib_modulespec.pyi class _Loader (line 13) | class _Loader(Protocol): method load_module (line 14) | def load_module(self, fullname: str) -> ModuleType: ... class ModuleSpec (line 16) | class ModuleSpec: method __init__ (line 17) | def __init__( class ModuleType (line 35) | class ModuleType: method __init__ (line 42) | def __init__(self, name: str, doc: Optional[str] = ...) -> None: ... class Loader (line 44) | class Loader(metaclass=ABCMeta): method load_module (line 45) | def load_module(self, fullname: str) -> ModuleType: ... method module_repr (line 46) | def module_repr(self, module: ModuleType) -> str: ... method create_module (line 47) | def create_module(self, spec: ModuleSpec) -> Optional[ModuleType]: ... method exec_module (line 50) | def exec_module(self, module: ModuleType) -> None: ... FILE: stubs/micropython-pico-go/stdlib/_thread.pyi function _count (line 8) | def _count() -> int: ... class LockType (line 12) | class LockType: method acquire (line 13) | def acquire(self, blocking: bool = ..., timeout: float = ...) -> bool:... method release (line 14) | def release(self) -> None: ... method locked (line 15) | def locked(self) -> bool: ... method __enter__ (line 16) | def __enter__(self) -> bool: ... method __exit__ (line 17) | def __exit__(self, type: Optional[Type[BaseException]], value: Optiona... function start_new_thread (line 19) | def start_new_thread(function: Callable[..., Any], args: Tuple[Any, ...]... function exit (line 20) | def exit() -> NoReturn: ... function allocate_lock (line 21) | def allocate_lock() -> LockType: ... function get_ident (line 22) | def get_ident() -> int: ... function stack_size (line 23) | def stack_size(size: int = ...) -> int: ... class _ExceptHookArgs (line 28) | class _ExceptHookArgs(Tuple[Type[BaseException], Optional[BaseException]... method exc_type (line 30) | def exc_type(self) -> Type[BaseException]: ... method exc_value (line 32) | def exc_value(self) -> Optional[BaseException]: ... method exc_traceback (line 34) | def exc_traceback(self) -> Optional[TracebackType]: ... method thread (line 36) | def thread(self) -> Optional[Thread]: ... FILE: stubs/micropython-pico-go/stdlib/_typeshed/__init__.pyi class SupportsLessThan (line 29) | class SupportsLessThan(Protocol): method __lt__ (line 30) | def __lt__(self, __other: Any) -> bool: ... class SupportsItems (line 36) | class SupportsItems(Protocol[_KT_co, _VT_co]): method items (line 38) | def items(self) -> AbstractSet[Tuple[_KT_co, _VT_co]]: ... method items (line 41) | def items(self) -> Iterable[Tuple[_KT_co, _VT_co]]: ... class SupportsKeysAndGetItem (line 43) | class SupportsKeysAndGetItem(Protocol[_KT, _VT_co]): method keys (line 44) | def keys(self) -> Iterable[_KT]: ... method __getitem__ (line 45) | def __getitem__(self, __k: _KT) -> _VT_co: ... class SupportsGetItem (line 47) | class SupportsGetItem(Container[_KT_contra], Protocol[_KT_contra, _VT_co]): method __getitem__ (line 48) | def __getitem__(self, __k: _KT_contra) -> _VT_co: ... class SupportsItemAccess (line 50) | class SupportsItemAccess(SupportsGetItem[_KT_contra, _VT], Protocol[_KT_... method __setitem__ (line 51) | def __setitem__(self, __k: _KT_contra, __v: _VT) -> None: ... method __delitem__ (line 52) | def __delitem__(self, __v: _KT_contra) -> None: ... class HasFileno (line 152) | class HasFileno(Protocol): method fileno (line 153) | def fileno(self) -> int: ... class SupportsRead (line 158) | class SupportsRead(Protocol[_T_co]): method read (line 159) | def read(self, __length: int = ...) -> _T_co: ... class SupportsReadline (line 161) | class SupportsReadline(Protocol[_T_co]): method readline (line 162) | def readline(self, __length: int = ...) -> _T_co: ... class SupportsNoArgReadline (line 164) | class SupportsNoArgReadline(Protocol[_T_co]): method readline (line 165) | def readline(self) -> _T_co: ... class SupportsWrite (line 167) | class SupportsWrite(Protocol[_T_contra]): method write (line 168) | def write(self, __s: _T_contra) -> Any: ... class NoneType (line 182) | class NoneType: method __bool__ (line 183) | def __bool__(self) -> Literal[False]: ... FILE: stubs/micropython-pico-go/stdlib/abc.pyi class ABCMeta (line 7) | class ABCMeta(type): method register (line 8) | def register(cls: ABCMeta, subclass: Type[_T]) -> Type[_T]: ... function abstractmethod (line 10) | def abstractmethod(callable: _FuncT) -> _FuncT: ... class abstractproperty (line 12) | class abstractproperty(property): ... function abstractstaticmethod (line 15) | def abstractstaticmethod(callable: _FuncT) -> _FuncT: ... function abstractclassmethod (line 16) | def abstractclassmethod(callable: _FuncT) -> _FuncT: ... class ABC (line 18) | class ABC(metaclass=ABCMeta): ... function get_cache_token (line 20) | def get_cache_token() -> object: ... FILE: stubs/micropython-pico-go/stdlib/ast.pyi class Num (line 17) | class Num(Constant): class Str (line 20) | class Str(Constant): class Bytes (line 25) | class Bytes(Constant): class NameConstant (line 30) | class NameConstant(Constant): ... class Ellipsis (line 31) | class Ellipsis(Constant): ... class slice (line 34) | class slice(AST): ... class ExtSlice (line 35) | class ExtSlice(slice): ... class Index (line 36) | class Index(slice): ... class Suite (line 37) | class Suite(mod): ... class AugLoad (line 38) | class AugLoad(expr_context): ... class AugStore (line 39) | class AugStore(expr_context): ... class Param (line 40) | class Param(expr_context): ... class NodeVisitor (line 42) | class NodeVisitor: method visit (line 43) | def visit(self, node: AST) -> Any: ... method generic_visit (line 44) | def generic_visit(self, node: AST) -> Any: ... method visit_Module (line 45) | def visit_Module(self, node: Module) -> Any: ... method visit_Interactive (line 46) | def visit_Interactive(self, node: Interactive) -> Any: ... method visit_Expression (line 47) | def visit_Expression(self, node: Expression) -> Any: ... method visit_FunctionDef (line 48) | def visit_FunctionDef(self, node: FunctionDef) -> Any: ... method visit_AsyncFunctionDef (line 49) | def visit_AsyncFunctionDef(self, node: AsyncFunctionDef) -> Any: ... method visit_ClassDef (line 50) | def visit_ClassDef(self, node: ClassDef) -> Any: ... method visit_Return (line 51) | def visit_Return(self, node: Return) -> Any: ... method visit_Delete (line 52) | def visit_Delete(self, node: Delete) -> Any: ... method visit_Assign (line 53) | def visit_Assign(self, node: Assign) -> Any: ... method visit_AugAssign (line 54) | def visit_AugAssign(self, node: AugAssign) -> Any: ... method visit_AnnAssign (line 55) | def visit_AnnAssign(self, node: AnnAssign) -> Any: ... method visit_For (line 56) | def visit_For(self, node: For) -> Any: ... method visit_AsyncFor (line 57) | def visit_AsyncFor(self, node: AsyncFor) -> Any: ... method visit_While (line 58) | def visit_While(self, node: While) -> Any: ... method visit_If (line 59) | def visit_If(self, node: If) -> Any: ... method visit_With (line 60) | def visit_With(self, node: With) -> Any: ... method visit_AsyncWith (line 61) | def visit_AsyncWith(self, node: AsyncWith) -> Any: ... method visit_Raise (line 62) | def visit_Raise(self, node: Raise) -> Any: ... method visit_Try (line 63) | def visit_Try(self, node: Try) -> Any: ... method visit_Assert (line 64) | def visit_Assert(self, node: Assert) -> Any: ... method visit_Import (line 65) | def visit_Import(self, node: Import) -> Any: ... method visit_ImportFrom (line 66) | def visit_ImportFrom(self, node: ImportFrom) -> Any: ... method visit_Global (line 67) | def visit_Global(self, node: Global) -> Any: ... method visit_Nonlocal (line 68) | def visit_Nonlocal(self, node: Nonlocal) -> Any: ... method visit_Expr (line 69) | def visit_Expr(self, node: Expr) -> Any: ... method visit_Pass (line 70) | def visit_Pass(self, node: Pass) -> Any: ... method visit_Break (line 71) | def visit_Break(self, node: Break) -> Any: ... method visit_Continue (line 72) | def visit_Continue(self, node: Continue) -> Any: ... method visit_Slice (line 73) | def visit_Slice(self, node: Slice) -> Any: ... method visit_BoolOp (line 74) | def visit_BoolOp(self, node: BoolOp) -> Any: ... method visit_BinOp (line 75) | def visit_BinOp(self, node: BinOp) -> Any: ... method visit_UnaryOp (line 76) | def visit_UnaryOp(self, node: UnaryOp) -> Any: ... method visit_Lambda (line 77) | def visit_Lambda(self, node: Lambda) -> Any: ... method visit_IfExp (line 78) | def visit_IfExp(self, node: IfExp) -> Any: ... method visit_Dict (line 79) | def visit_Dict(self, node: Dict) -> Any: ... method visit_Set (line 80) | def visit_Set(self, node: Set) -> Any: ... method visit_ListComp (line 81) | def visit_ListComp(self, node: ListComp) -> Any: ... method visit_SetComp (line 82) | def visit_SetComp(self, node: SetComp) -> Any: ... method visit_DictComp (line 83) | def visit_DictComp(self, node: DictComp) -> Any: ... method visit_GeneratorExp (line 84) | def visit_GeneratorExp(self, node: GeneratorExp) -> Any: ... method visit_Await (line 85) | def visit_Await(self, node: Await) -> Any: ... method visit_Yield (line 86) | def visit_Yield(self, node: Yield) -> Any: ... method visit_YieldFrom (line 87) | def visit_YieldFrom(self, node: YieldFrom) -> Any: ... method visit_Compare (line 88) | def visit_Compare(self, node: Compare) -> Any: ... method visit_Call (line 89) | def visit_Call(self, node: Call) -> Any: ... method visit_FormattedValue (line 90) | def visit_FormattedValue(self, node: FormattedValue) -> Any: ... method visit_JoinedStr (line 91) | def visit_JoinedStr(self, node: JoinedStr) -> Any: ... method visit_Constant (line 92) | def visit_Constant(self, node: Constant) -> Any: ... method visit_NamedExpr (line 94) | def visit_NamedExpr(self, node: NamedExpr) -> Any: ... method visit_Attribute (line 96) | def visit_Attribute(self, node: Attribute) -> Any: ... method visit_Subscript (line 97) | def visit_Subscript(self, node: Subscript) -> Any: ... method visit_Starred (line 98) | def visit_Starred(self, node: Starred) -> Any: ... method visit_Name (line 99) | def visit_Name(self, node: Name) -> Any: ... method visit_List (line 100) | def visit_List(self, node: List) -> Any: ... method visit_Tuple (line 101) | def visit_Tuple(self, node: Tuple) -> Any: ... method visit_Del (line 102) | def visit_Del(self, node: Del) -> Any: ... method visit_Load (line 103) | def visit_Load(self, node: Load) -> Any: ... method visit_Store (line 104) | def visit_Store(self, node: Store) -> Any: ... method visit_And (line 105) | def visit_And(self, node: And) -> Any: ... method visit_Or (line 106) | def visit_Or(self, node: Or) -> Any: ... method visit_Add (line 107) | def visit_Add(self, node: Add) -> Any: ... method visit_BitAnd (line 108) | def visit_BitAnd(self, node: BitAnd) -> Any: ... method visit_BitOr (line 109) | def visit_BitOr(self, node: BitOr) -> Any: ... method visit_BitXor (line 110) | def visit_BitXor(self, node: BitXor) -> Any: ... method visit_Div (line 111) | def visit_Div(self, node: Div) -> Any: ... method visit_FloorDiv (line 112) | def visit_FloorDiv(self, node: FloorDiv) -> Any: ... method visit_LShift (line 113) | def visit_LShift(self, node: LShift) -> Any: ... method visit_Mod (line 114) | def visit_Mod(self, node: Mod) -> Any: ... method visit_Mult (line 115) | def visit_Mult(self, node: Mult) -> Any: ... method visit_MatMult (line 116) | def visit_MatMult(self, node: MatMult) -> Any: ... method visit_Pow (line 117) | def visit_Pow(self, node: Pow) -> Any: ... method visit_RShift (line 118) | def visit_RShift(self, node: RShift) -> Any: ... method visit_Sub (line 119) | def visit_Sub(self, node: Sub) -> Any: ... method visit_Invert (line 120) | def visit_Invert(self, node: Invert) -> Any: ... method visit_Not (line 121) | def visit_Not(self, node: Not) -> Any: ... method visit_UAdd (line 122) | def visit_UAdd(self, node: UAdd) -> Any: ... method visit_USub (line 123) | def visit_USub(self, node: USub) -> Any: ... method visit_Eq (line 124) | def visit_Eq(self, node: Eq) -> Any: ... method visit_Gt (line 125) | def visit_Gt(self, node: Gt) -> Any: ... method visit_GtE (line 126) | def visit_GtE(self, node: GtE) -> Any: ... method visit_In (line 127) | def visit_In(self, node: In) -> Any: ... method visit_Is (line 128) | def visit_Is(self, node: Is) -> Any: ... method visit_IsNot (line 129) | def visit_IsNot(self, node: IsNot) -> Any: ... method visit_Lt (line 130) | def visit_Lt(self, node: Lt) -> Any: ... method visit_LtE (line 131) | def visit_LtE(self, node: LtE) -> Any: ... method visit_NotEq (line 132) | def visit_NotEq(self, node: NotEq) -> Any: ... method visit_NotIn (line 133) | def visit_NotIn(self, node: NotIn) -> Any: ... method visit_comprehension (line 134) | def visit_comprehension(self, node: comprehension) -> Any: ... method visit_ExceptHandler (line 135) | def visit_ExceptHandler(self, node: ExceptHandler) -> Any: ... method visit_arguments (line 136) | def visit_arguments(self, node: arguments) -> Any: ... method visit_arg (line 137) | def visit_arg(self, node: arg) -> Any: ... method visit_keyword (line 138) | def visit_keyword(self, node: keyword) -> Any: ... method visit_alias (line 139) | def visit_alias(self, node: alias) -> Any: ... method visit_withitem (line 140) | def visit_withitem(self, node: withitem) -> Any: ... method visit_ExtSlice (line 142) | def visit_ExtSlice(self, node: ExtSlice) -> Any: ... method visit_Index (line 143) | def visit_Index(self, node: Index) -> Any: ... method visit_Suite (line 144) | def visit_Suite(self, node: Suite) -> Any: ... method visit_AugLoad (line 145) | def visit_AugLoad(self, node: AugLoad) -> Any: ... method visit_AugStore (line 146) | def visit_AugStore(self, node: AugStore) -> Any: ... method visit_Param (line 147) | def visit_Param(self, node: Param) -> Any: ... method visit_Num (line 148) | def visit_Num(self, node: Num) -> Any: ... method visit_Str (line 149) | def visit_Str(self, node: Str) -> Any: ... method visit_Bytes (line 150) | def visit_Bytes(self, node: Bytes) -> Any: ... method visit_NameConstant (line 151) | def visit_NameConstant(self, node: NameConstant) -> Any: ... method visit_Ellipsis (line 152) | def visit_Ellipsis(self, node: Ellipsis) -> Any: ... class NodeTransformer (line 154) | class NodeTransformer(NodeVisitor): method generic_visit (line 155) | def generic_visit(self, node: AST) -> AST: ... function parse (line 164) | def parse( function parse (line 173) | def parse( function parse (line 184) | def parse(source: Union[str, bytes], filename: Union[str, bytes] = ..., ... function parse (line 186) | def parse(source: Union[str, bytes], filename: Union[str, bytes] = ..., ... function unparse (line 189) | def unparse(ast_obj: AST) -> str: ... function copy_location (line 191) | def copy_location(new_node: _T, old_node: AST) -> _T: ... function dump (line 194) | def dump(node: AST, annotate_fields: bool = ..., include_attributes: boo... function dump (line 197) | def dump(node: AST, annotate_fields: bool = ..., include_attributes: boo... function fix_missing_locations (line 199) | def fix_missing_locations(node: _T) -> _T: ... function get_docstring (line 200) | def get_docstring(node: AST, clean: bool = ...) -> Optional[str]: ... function increment_lineno (line 201) | def increment_lineno(node: _T, n: int = ...) -> _T: ... function iter_child_nodes (line 202) | def iter_child_nodes(node: AST) -> Iterator[AST]: ... function iter_fields (line 203) | def iter_fields(node: AST) -> Iterator[_typing.Tuple[str, Any]]: ... function literal_eval (line 204) | def literal_eval(node_or_string: Union[str, AST]) -> Any: ... function get_source_segment (line 207) | def get_source_segment(source: str, node: AST, *, padded: bool = ...) ->... function walk (line 209) | def walk(node: AST) -> Iterator[AST]: ... FILE: stubs/micropython-pico-go/stdlib/builtins.pyi class _SupportsIndex (line 59) | class _SupportsIndex(Protocol): method __index__ (line 60) | def __index__(self) -> int: ... class _SupportsTrunc (line 62) | class _SupportsTrunc(Protocol): method __trunc__ (line 63) | def __trunc__(self) -> int: ... class object (line 78) | class object: method __class__ (line 85) | def __class__(self: _T) -> Type[_T]: ... method __class__ (line 87) | def __class__(self, __type: Type[object]) -> None: ... # noqa: F811 method __init__ (line 88) | def __init__(self) -> None: ... method __new__ (line 89) | def __new__(cls) -> Any: ... method __setattr__ (line 90) | def __setattr__(self, name: str, value: Any) -> None: ... method __eq__ (line 91) | def __eq__(self, o: object) -> bool: ... method __ne__ (line 92) | def __ne__(self, o: object) -> bool: ... method __str__ (line 93) | def __str__(self) -> str: ... method __repr__ (line 94) | def __repr__(self) -> str: ... method __hash__ (line 95) | def __hash__(self) -> int: ... method __format__ (line 96) | def __format__(self, format_spec: str) -> str: ... method __getattribute__ (line 97) | def __getattribute__(self, name: str) -> Any: ... method __delattr__ (line 98) | def __delattr__(self, name: str) -> None: ... method __sizeof__ (line 99) | def __sizeof__(self) -> int: ... method __reduce__ (line 100) | def __reduce__(self) -> Union[str, Tuple[Any, ...]]: ... method __reduce_ex__ (line 101) | def __reduce_ex__(self, protocol: int) -> Union[str, Tuple[Any, ...]]:... method __dir__ (line 102) | def __dir__(self) -> Iterable[str]: ... method __init_subclass__ (line 103) | def __init_subclass__(cls) -> None: ... class staticmethod (line 105) | class staticmethod(object): # Special, only valid as a decorator. method __init__ (line 108) | def __init__(self, f: Callable[..., Any]) -> None: ... method __new__ (line 109) | def __new__(cls: Type[_T], *args: Any, **kwargs: Any) -> _T: ... method __get__ (line 110) | def __get__(self, obj: _T, type: Optional[Type[_T]] = ...) -> Callable... class classmethod (line 112) | class classmethod(object): # Special, only valid as a decorator. method __init__ (line 115) | def __init__(self, f: Callable[..., Any]) -> None: ... method __new__ (line 116) | def __new__(cls: Type[_T], *args: Any, **kwargs: Any) -> _T: ... method __get__ (line 117) | def __get__(self, obj: _T, type: Optional[Type[_T]] = ...) -> Callable... class type (line 119) | class type(object): method __init__ (line 134) | def __init__(self, o: object) -> None: ... method __init__ (line 136) | def __init__(self, name: str, bases: Tuple[type, ...], dict: Dict[str,... method __new__ (line 138) | def __new__(cls, o: object) -> type: ... method __new__ (line 140) | def __new__(cls, name: str, bases: Tuple[type, ...], namespace: Dict[s... method __call__ (line 141) | def __call__(self, *args: Any, **kwds: Any) -> Any: ... method __subclasses__ (line 142) | def __subclasses__(self: _TT) -> List[_TT]: ... method __instancecheck__ (line 143) | def __instancecheck__(self, instance: Any) -> bool: ... method __subclasscheck__ (line 144) | def __subclasscheck__(self, subclass: type) -> bool: ... method __prepare__ (line 146) | def __prepare__(metacls, __name: str, __bases: Tuple[type, ...], **kwd... class super (line 148) | class super(object): method __init__ (line 150) | def __init__(self, t: Any, obj: Any) -> None: ... method __init__ (line 152) | def __init__(self, t: Any) -> None: ... method __init__ (line 154) | def __init__(self) -> None: ... class int (line 156) | class int: method __new__ (line 158) | def __new__( method __new__ (line 163) | def __new__(cls: Type[_T], x: Union[str, bytes, bytearray], base: int)... method to_bytes (line 164) | def to_bytes(self, length: int, byteorder: str, *, signed: bool = ...)... method from_bytes (line 166) | def from_bytes( method __add__ (line 173) | def __add__(self, x: int) -> int: ... method __sub__ (line 174) | def __sub__(self, x: int) -> int: ... method __mul__ (line 175) | def __mul__(self, x: int) -> int: ... method __floordiv__ (line 176) | def __floordiv__(self, x: int) -> int: ... method __truediv__ (line 177) | def __truediv__(self, x: int) -> float: ... method __mod__ (line 178) | def __mod__(self, x: int) -> int: ... method __divmod__ (line 179) | def __divmod__(self, x: int) -> Tuple[int, int]: ... method __radd__ (line 180) | def __radd__(self, x: int) -> int: ... method __rsub__ (line 181) | def __rsub__(self, x: int) -> int: ... method __rmul__ (line 182) | def __rmul__(self, x: int) -> int: ... method __rfloordiv__ (line 183) | def __rfloordiv__(self, x: int) -> int: ... method __rtruediv__ (line 184) | def __rtruediv__(self, x: int) -> float: ... method __rmod__ (line 185) | def __rmod__(self, x: int) -> int: ... method __rdivmod__ (line 186) | def __rdivmod__(self, x: int) -> Tuple[int, int]: ... method __pow__ (line 188) | def __pow__(self, __x: Literal[2], __modulo: Optional[int] = ...) -> i... method __pow__ (line 190) | def __pow__(self, __x: int, __modulo: Optional[int] = ...) -> Any: ...... method __rpow__ (line 191) | def __rpow__(self, x: int, mod: Optional[int] = ...) -> Any: ... method __and__ (line 192) | def __and__(self, n: int) -> int: ... method __or__ (line 193) | def __or__(self, n: int) -> int: ... method __xor__ (line 194) | def __xor__(self, n: int) -> int: ... method __lshift__ (line 195) | def __lshift__(self, n: int) -> int: ... method __rshift__ (line 196) | def __rshift__(self, n: int) -> int: ... method __rand__ (line 197) | def __rand__(self, n: int) -> int: ... method __ror__ (line 198) | def __ror__(self, n: int) -> int: ... method __rxor__ (line 199) | def __rxor__(self, n: int) -> int: ... method __rlshift__ (line 200) | def __rlshift__(self, n: int) -> int: ... method __rrshift__ (line 201) | def __rrshift__(self, n: int) -> int: ... method __neg__ (line 202) | def __neg__(self) -> int: ... method __pos__ (line 203) | def __pos__(self) -> int: ... method __invert__ (line 204) | def __invert__(self) -> int: ... method __trunc__ (line 205) | def __trunc__(self) -> int: ... method __ceil__ (line 206) | def __ceil__(self) -> int: ... method __floor__ (line 207) | def __floor__(self) -> int: ... method __round__ (line 208) | def __round__(self, ndigits: Optional[int] = ...) -> int: ... method __getnewargs__ (line 209) | def __getnewargs__(self) -> Tuple[int]: ... method __eq__ (line 210) | def __eq__(self, x: object) -> bool: ... method __ne__ (line 211) | def __ne__(self, x: object) -> bool: ... method __lt__ (line 212) | def __lt__(self, x: int) -> bool: ... method __le__ (line 213) | def __le__(self, x: int) -> bool: ... method __gt__ (line 214) | def __gt__(self, x: int) -> bool: ... method __ge__ (line 215) | def __ge__(self, x: int) -> bool: ... method __str__ (line 216) | def __str__(self) -> str: ... method __float__ (line 217) | def __float__(self) -> float: ... method __int__ (line 218) | def __int__(self) -> int: ... method __abs__ (line 219) | def __abs__(self) -> int: ... method __hash__ (line 220) | def __hash__(self) -> int: ... method __bool__ (line 221) | def __bool__(self) -> bool: ... method __index__ (line 222) | def __index__(self) -> int: ... class float (line 224) | class float: method __new__ (line 225) | def __new__( method __add__ (line 229) | def __add__(self, x: float) -> float: ... method __sub__ (line 230) | def __sub__(self, x: float) -> float: ... method __mul__ (line 231) | def __mul__(self, x: float) -> float: ... method __floordiv__ (line 232) | def __floordiv__(self, x: float) -> float: ... method __truediv__ (line 233) | def __truediv__(self, x: float) -> float: ... method __mod__ (line 234) | def __mod__(self, x: float) -> float: ... method __divmod__ (line 235) | def __divmod__(self, x: float) -> Tuple[float, float]: ... method __pow__ (line 236) | def __pow__(self, x: float, mod: None = ...) -> float: ... # In Pytho... method __radd__ (line 237) | def __radd__(self, x: float) -> float: ... method __rsub__ (line 238) | def __rsub__(self, x: float) -> float: ... method __rmul__ (line 239) | def __rmul__(self, x: float) -> float: ... method __rfloordiv__ (line 240) | def __rfloordiv__(self, x: float) -> float: ... method __rtruediv__ (line 241) | def __rtruediv__(self, x: float) -> float: ... method __rmod__ (line 242) | def __rmod__(self, x: float) -> float: ... method __rdivmod__ (line 243) | def __rdivmod__(self, x: float) -> Tuple[float, float]: ... method __rpow__ (line 244) | def __rpow__(self, x: float, mod: None = ...) -> float: ... method __getnewargs__ (line 245) | def __getnewargs__(self) -> Tuple[float]: ... method __trunc__ (line 246) | def __trunc__(self) -> int: ... method __ceil__ (line 248) | def __ceil__(self) -> int: ... method __floor__ (line 249) | def __floor__(self) -> int: ... method __round__ (line 252) | def __round__(self, ndigits: None = ...) -> int: ... method __round__ (line 254) | def __round__(self, ndigits: int) -> float: ... method __eq__ (line 255) | def __eq__(self, x: object) -> bool: ... method __ne__ (line 256) | def __ne__(self, x: object) -> bool: ... method __lt__ (line 257) | def __lt__(self, x: float) -> bool: ... method __le__ (line 258) | def __le__(self, x: float) -> bool: ... method __gt__ (line 259) | def __gt__(self, x: float) -> bool: ... method __ge__ (line 260) | def __ge__(self, x: float) -> bool: ... method __neg__ (line 261) | def __neg__(self) -> float: ... method __pos__ (line 262) | def __pos__(self) -> float: ... method __str__ (line 263) | def __str__(self) -> str: ... method __int__ (line 264) | def __int__(self) -> int: ... method __float__ (line 265) | def __float__(self) -> float: ... method __abs__ (line 266) | def __abs__(self) -> float: ... method __hash__ (line 267) | def __hash__(self) -> int: ... method __bool__ (line 268) | def __bool__(self) -> bool: ... class complex (line 270) | class complex: method __new__ (line 272) | def __new__(cls: Type[_T], real: float = ..., imag: float = ...) -> _T... method __new__ (line 274) | def __new__(cls: Type[_T], real: Union[str, SupportsComplex, _Supports... method __add__ (line 275) | def __add__(self, x: complex) -> complex: ... method __sub__ (line 276) | def __sub__(self, x: complex) -> complex: ... method __mul__ (line 277) | def __mul__(self, x: complex) -> complex: ... method __pow__ (line 278) | def __pow__(self, x: complex, mod: None = ...) -> complex: ... method __truediv__ (line 279) | def __truediv__(self, x: complex) -> complex: ... method __radd__ (line 280) | def __radd__(self, x: complex) -> complex: ... method __rsub__ (line 281) | def __rsub__(self, x: complex) -> complex: ... method __rmul__ (line 282) | def __rmul__(self, x: complex) -> complex: ... method __rpow__ (line 283) | def __rpow__(self, x: complex, mod: None = ...) -> complex: ... method __rtruediv__ (line 284) | def __rtruediv__(self, x: complex) -> complex: ... method __eq__ (line 285) | def __eq__(self, x: object) -> bool: ... method __ne__ (line 286) | def __ne__(self, x: object) -> bool: ... method __neg__ (line 287) | def __neg__(self) -> complex: ... method __pos__ (line 288) | def __pos__(self) -> complex: ... method __str__ (line 289) | def __str__(self) -> str: ... method __abs__ (line 290) | def __abs__(self) -> float: ... method __hash__ (line 291) | def __hash__(self) -> int: ... method __bool__ (line 292) | def __bool__(self) -> bool: ... class _FormatMapMapping (line 294) | class _FormatMapMapping(Protocol): method __getitem__ (line 295) | def __getitem__(self, __key: str) -> Any: ... class str (line 297) | class str(Sequence[str]): method __new__ (line 299) | def __new__(cls: Type[_T], o: object = ...) -> _T: ... method __new__ (line 301) | def __new__(cls: Type[_T], o: bytes, encoding: str = ..., errors: str ... method count (line 302) | def count(self, x: str, __start: Optional[int] = ..., __end: Optional[... method encode (line 303) | def encode(self, encoding: str = ..., errors: str = ...) -> bytes: ... method endswith (line 304) | def endswith( method find (line 310) | def find(self, sub: str, __start: Optional[int] = ..., __end: Optional... method format (line 311) | def format(self, *args: object, **kwargs: object) -> str: ... method index (line 312) | def index(self, sub: str, __start: Optional[int] = ..., __end: Optiona... method isalpha (line 313) | def isalpha(self) -> bool: ... method isdigit (line 314) | def isdigit(self) -> bool: ... method islower (line 315) | def islower(self) -> bool: ... method isspace (line 316) | def isspace(self) -> bool: ... method isupper (line 317) | def isupper(self) -> bool: ... method join (line 318) | def join(self, __iterable: Iterable[str]) -> str: ... method lower (line 319) | def lower(self) -> str: ... method lstrip (line 320) | def lstrip(self, __chars: Optional[str] = ...) -> str: ... method replace (line 321) | def replace(self, __old: str, __new: str, __count: int = ...) -> str: ... method rfind (line 322) | def rfind(self, sub: str, __start: Optional[int] = ..., __end: Optiona... method rindex (line 323) | def rindex(self, sub: str, __start: Optional[int] = ..., __end: Option... method rsplit (line 324) | def rsplit(self, sep: Optional[str] = ..., maxsplit: int = ...) -> Lis... method rstrip (line 325) | def rstrip(self, __chars: Optional[str] = ...) -> str: ... method split (line 326) | def split(self, sep: Optional[str] = ..., maxsplit: int = ...) -> List... method startswith (line 327) | def startswith( method strip (line 333) | def strip(self, __chars: Optional[str] = ...) -> str: ... method upper (line 334) | def upper(self) -> str: ... method __add__ (line 335) | def __add__(self, s: str) -> str: ... method __contains__ (line 337) | def __contains__(self, o: str) -> bool: ... # type: ignore method __eq__ (line 338) | def __eq__(self, x: object) -> bool: ... method __ge__ (line 339) | def __ge__(self, x: str) -> bool: ... method __getitem__ (line 340) | def __getitem__(self, i: Union[int, slice]) -> str: ... method __gt__ (line 341) | def __gt__(self, x: str) -> bool: ... method __hash__ (line 342) | def __hash__(self) -> int: ... method __iter__ (line 343) | def __iter__(self) -> Iterator[str]: ... method __le__ (line 344) | def __le__(self, x: str) -> bool: ... method __len__ (line 345) | def __len__(self) -> int: ... method __lt__ (line 346) | def __lt__(self, x: str) -> bool: ... method __mod__ (line 347) | def __mod__(self, x: Any) -> str: ... method __mul__ (line 348) | def __mul__(self, n: int) -> str: ... method __ne__ (line 349) | def __ne__(self, x: object) -> bool: ... method __repr__ (line 350) | def __repr__(self) -> str: ... method __rmul__ (line 351) | def __rmul__(self, n: int) -> str: ... method __str__ (line 352) | def __str__(self) -> str: ... method __getnewargs__ (line 353) | def __getnewargs__(self) -> Tuple[str]: ... class bytes (line 355) | class bytes(ByteString): method __new__ (line 357) | def __new__(cls: Type[_T], ints: Iterable[int]) -> _T: ... method __new__ (line 359) | def __new__(cls: Type[_T], string: str, encoding: str, errors: str = .... method __new__ (line 361) | def __new__(cls: Type[_T], length: int) -> _T: ... method __new__ (line 363) | def __new__(cls: Type[_T]) -> _T: ... method __new__ (line 365) | def __new__(cls: Type[_T], o: SupportsBytes) -> _T: ... method count (line 366) | def count( method decode (line 372) | def decode(self, encoding: str = ..., errors: str = ...) -> str: ... method endswith (line 373) | def endswith( method find (line 379) | def find( method format (line 385) | def format(self, format: str) -> bytes: ... method index (line 386) | def index( method isalpha (line 392) | def isalpha(self) -> bool: ... method isdigit (line 393) | def isdigit(self) -> bool: ... method islower (line 394) | def islower(self) -> bool: ... method isspace (line 395) | def isspace(self) -> bool: ... method isupper (line 396) | def isupper(self) -> bool: ... method join (line 397) | def join(self, __iterable_of_bytes: Iterable[Union[ByteString, memoryv... method lower (line 398) | def lower(self) -> bytes: ... method lstrip (line 399) | def lstrip(self, __bytes: Optional[bytes] = ...) -> bytes: ... method replace (line 400) | def replace(self, __old: bytes, __new: bytes, __count: int = ...) -> b... method rfind (line 401) | def rfind( method rindex (line 407) | def rindex( method rsplit (line 413) | def rsplit(self, sep: Optional[bytes] = ..., maxsplit: int = ...) -> L... method rstrip (line 414) | def rstrip(self, __bytes: Optional[bytes] = ...) -> bytes: ... method split (line 415) | def split(self, sep: Optional[bytes] = ..., maxsplit: int = ...) -> Li... method startswith (line 416) | def startswith( method strip (line 422) | def strip(self, __bytes: Optional[bytes] = ...) -> bytes: ... method upper (line 423) | def upper(self) -> bytes: ... method __len__ (line 424) | def __len__(self) -> int: ... method __iter__ (line 425) | def __iter__(self) -> Iterator[int]: ... method __str__ (line 426) | def __str__(self) -> str: ... method __repr__ (line 427) | def __repr__(self) -> str: ... method __int__ (line 428) | def __int__(self) -> int: ... method __float__ (line 429) | def __float__(self) -> float: ... method __hash__ (line 430) | def __hash__(self) -> int: ... method __getitem__ (line 432) | def __getitem__(self, i: int) -> int: ... method __getitem__ (line 434) | def __getitem__(self, s: slice) -> bytes: ... method __add__ (line 435) | def __add__(self, s: bytes) -> bytes: ... method __mul__ (line 436) | def __mul__(self, n: int) -> bytes: ... method __rmul__ (line 437) | def __rmul__(self, n: int) -> bytes: ... method __mod__ (line 438) | def __mod__(self, value: Any) -> bytes: ... method __contains__ (line 440) | def __contains__(self, o: Union[int, bytes]) -> bool: ... # type: ignore method __eq__ (line 441) | def __eq__(self, x: object) -> bool: ... method __ne__ (line 442) | def __ne__(self, x: object) -> bool: ... method __lt__ (line 443) | def __lt__(self, x: bytes) -> bool: ... method __le__ (line 444) | def __le__(self, x: bytes) -> bool: ... method __gt__ (line 445) | def __gt__(self, x: bytes) -> bool: ... method __ge__ (line 446) | def __ge__(self, x: bytes) -> bool: ... method __getnewargs__ (line 447) | def __getnewargs__(self) -> Tuple[bytes]: ... class bytearray (line 449) | class bytearray(ByteString): method __init__ (line 451) | def __init__(self) -> None: ... method __init__ (line 453) | def __init__(self, ints: Iterable[int]) -> None: ... method __init__ (line 455) | def __init__(self, string: str, encoding: str, errors: str = ...) -> N... method __init__ (line 457) | def __init__(self, length: int) -> None: ... method append (line 458) | def append(self, value: int) -> bytearray: ... method decode (line 459) | def decode(self, encoding: str = ..., errors: str = ...) -> str: ... method extend (line 460) | def extend(self, value: int) -> bytearray: ... method __len__ (line 461) | def __len__(self) -> int: ... method __iter__ (line 462) | def __iter__(self) -> Iterator[int]: ... method __str__ (line 463) | def __str__(self) -> str: ... method __repr__ (line 464) | def __repr__(self) -> str: ... method __int__ (line 465) | def __int__(self) -> int: ... method __float__ (line 466) | def __float__(self) -> float: ... method __getitem__ (line 469) | def __getitem__(self, i: int) -> int: ... method __getitem__ (line 471) | def __getitem__(self, s: slice) -> bytearray: ... method __setitem__ (line 473) | def __setitem__(self, i: int, x: int) -> None: ... method __setitem__ (line 475) | def __setitem__(self, s: slice, x: Union[Iterable[int], bytes]) -> Non... method __delitem__ (line 476) | def __delitem__(self, i: Union[int, slice]) -> None: ... method __add__ (line 477) | def __add__(self, s: bytes) -> bytearray: ... method __iadd__ (line 478) | def __iadd__(self, s: Iterable[int]) -> bytearray: ... method __mul__ (line 479) | def __mul__(self, n: int) -> bytearray: ... method __rmul__ (line 480) | def __rmul__(self, n: int) -> bytearray: ... method __imul__ (line 481) | def __imul__(self, n: int) -> bytearray: ... method __mod__ (line 482) | def __mod__(self, value: Any) -> bytes: ... method __contains__ (line 484) | def __contains__(self, o: Union[int, bytes]) -> bool: ... # type: ignore method __eq__ (line 485) | def __eq__(self, x: object) -> bool: ... method __ne__ (line 486) | def __ne__(self, x: object) -> bool: ... method __lt__ (line 487) | def __lt__(self, x: bytes) -> bool: ... method __le__ (line 488) | def __le__(self, x: bytes) -> bool: ... method __gt__ (line 489) | def __gt__(self, x: bytes) -> bool: ... method __ge__ (line 490) | def __ge__(self, x: bytes) -> bool: ... class memoryview (line 492) | class memoryview(Sized, Container[int]): method __init__ (line 506) | def __init__(self, obj: ReadableBuffer) -> None: ... method __enter__ (line 507) | def __enter__(self) -> memoryview: ... method __exit__ (line 508) | def __exit__( method __getitem__ (line 515) | def __getitem__(self, i: int) -> int: ... method __getitem__ (line 517) | def __getitem__(self, s: slice) -> memoryview: ... method __contains__ (line 518) | def __contains__(self, x: object) -> bool: ... method __iter__ (line 519) | def __iter__(self) -> Iterator[int]: ... method __len__ (line 520) | def __len__(self) -> int: ... method __setitem__ (line 522) | def __setitem__(self, s: slice, o: bytes) -> None: ... method __setitem__ (line 524) | def __setitem__(self, i: int, o: int) -> None: ... class bool (line 526) | class bool: method __new__ (line 527) | def __new__(cls: Type[_T], __o: object = ...) -> _T: ... method __and__ (line 529) | def __and__(self, x: bool) -> bool: ... method __and__ (line 531) | def __and__(self, x: int) -> int: ... method __or__ (line 533) | def __or__(self, x: bool) -> bool: ... method __or__ (line 535) | def __or__(self, x: int) -> int: ... method __xor__ (line 537) | def __xor__(self, x: bool) -> bool: ... method __xor__ (line 539) | def __xor__(self, x: int) -> int: ... method __rand__ (line 541) | def __rand__(self, x: bool) -> bool: ... method __rand__ (line 543) | def __rand__(self, x: int) -> int: ... method __ror__ (line 545) | def __ror__(self, x: bool) -> bool: ... method __ror__ (line 547) | def __ror__(self, x: int) -> int: ... method __rxor__ (line 549) | def __rxor__(self, x: bool) -> bool: ... method __rxor__ (line 551) | def __rxor__(self, x: int) -> int: ... method __getnewargs__ (line 552) | def __getnewargs__(self) -> Tuple[int]: ... class slice (line 554) | class slice(object): method __init__ (line 559) | def __init__(self, stop: Any) -> None: ... method __init__ (line 561) | def __init__(self, start: Any, stop: Any, step: Any = ...) -> None: ... class tuple (line 564) | class tuple(Sequence[_T_co], Generic[_T_co]): method __new__ (line 565) | def __new__(cls: Type[_T], iterable: Iterable[_T_co] = ...) -> _T: ... method __len__ (line 566) | def __len__(self) -> int: ... method __contains__ (line 567) | def __contains__(self, x: object) -> bool: ... method __getitem__ (line 569) | def __getitem__(self, x: int) -> _T_co: ... method __getitem__ (line 571) | def __getitem__(self, x: slice) -> Tuple[_T_co, ...]: ... method __iter__ (line 572) | def __iter__(self) -> Iterator[_T_co]: ... method __lt__ (line 573) | def __lt__(self, x: Tuple[_T_co, ...]) -> bool: ... method __le__ (line 574) | def __le__(self, x: Tuple[_T_co, ...]) -> bool: ... method __gt__ (line 575) | def __gt__(self, x: Tuple[_T_co, ...]) -> bool: ... method __ge__ (line 576) | def __ge__(self, x: Tuple[_T_co, ...]) -> bool: ... method __add__ (line 578) | def __add__(self, x: Tuple[_T_co, ...]) -> Tuple[_T_co, ...]: ... method __add__ (line 580) | def __add__(self, x: Tuple[Any, ...]) -> Tuple[Any, ...]: ... method __mul__ (line 581) | def __mul__(self, n: int) -> Tuple[_T_co, ...]: ... method __rmul__ (line 582) | def __rmul__(self, n: int) -> Tuple[_T_co, ...]: ... method count (line 583) | def count(self, __value: Any) -> int: ... method index (line 584) | def index(self, __value: Any, __start: int = ..., __stop: int = ...) -... method __class_getitem__ (line 586) | def __class_getitem__(cls, item: Any) -> GenericAlias: ... class function (line 588) | class function: class list (line 596) | class list(MutableSequence[_T], Generic[_T]): method __init__ (line 598) | def __init__(self) -> None: ... method __init__ (line 600) | def __init__(self, iterable: Iterable[_T]) -> None: ... method clear (line 601) | def clear(self) -> None: ... method copy (line 602) | def copy(self) -> List[_T]: ... method append (line 603) | def append(self, __object: _T) -> None: ... method extend (line 604) | def extend(self, __iterable: Iterable[_T]) -> None: ... method pop (line 605) | def pop(self, __index: int = ...) -> _T: ... method index (line 606) | def index(self, __value: _T, __start: int = ..., __stop: int = ...) ->... method count (line 607) | def count(self, __value: _T) -> int: ... method insert (line 608) | def insert(self, __index: int, __object: _T) -> None: ... method remove (line 609) | def remove(self, __value: _T) -> None: ... method reverse (line 610) | def reverse(self) -> None: ... method sort (line 612) | def sort(self: List[SupportsLessThanT], *, key: None = ..., reverse: b... method sort (line 614) | def sort(self, *, key: Callable[[_T], SupportsLessThan], reverse: bool... method __len__ (line 615) | def __len__(self) -> int: ... method __iter__ (line 616) | def __iter__(self) -> Iterator[_T]: ... method __str__ (line 617) | def __str__(self) -> str: ... method __getitem__ (line 620) | def __getitem__(self, i: _SupportsIndex) -> _T: ... method __getitem__ (line 622) | def __getitem__(self, s: slice) -> List[_T]: ... method __setitem__ (line 624) | def __setitem__(self, i: _SupportsIndex, o: _T) -> None: ... method __setitem__ (line 626) | def __setitem__(self, s: slice, o: Iterable[_T]) -> None: ... method __delitem__ (line 627) | def __delitem__(self, i: Union[_SupportsIndex, slice]) -> None: ... method __add__ (line 628) | def __add__(self, x: List[_T]) -> List[_T]: ... method __iadd__ (line 629) | def __iadd__(self: _S, x: Iterable[_T]) -> _S: ... method __mul__ (line 630) | def __mul__(self, n: int) -> List[_T]: ... method __rmul__ (line 631) | def __rmul__(self, n: int) -> List[_T]: ... method __imul__ (line 632) | def __imul__(self: _S, n: int) -> _S: ... method __contains__ (line 633) | def __contains__(self, o: object) -> bool: ... method __reversed__ (line 634) | def __reversed__(self) -> Iterator[_T]: ... method __gt__ (line 635) | def __gt__(self, x: List[_T]) -> bool: ... method __ge__ (line 636) | def __ge__(self, x: List[_T]) -> bool: ... method __lt__ (line 637) | def __lt__(self, x: List[_T]) -> bool: ... method __le__ (line 638) | def __le__(self, x: List[_T]) -> bool: ... method __class_getitem__ (line 640) | def __class_getitem__(cls, item: Any) -> GenericAlias: ... class dict (line 642) | class dict(MutableMapping[_KT, _VT], Generic[_KT, _VT]): method __init__ (line 646) | def __init__(self, **kwargs: _VT) -> None: ... method __init__ (line 648) | def __init__(self, map: SupportsKeysAndGetItem[_KT, _VT], **kwargs: _V... method __init__ (line 650) | def __init__(self, iterable: Iterable[Tuple[_KT, _VT]], **kwargs: _VT)... method __new__ (line 651) | def __new__(cls: Type[_T1], *args: Any, **kwargs: Any) -> _T1: ... method clear (line 652) | def clear(self) -> None: ... method copy (line 653) | def copy(self) -> Dict[_KT, _VT]: ... method popitem (line 654) | def popitem(self) -> Tuple[_KT, _VT]: ... method setdefault (line 655) | def setdefault(self, __key: _KT, __default: _VT = ...) -> _VT: ... method update (line 657) | def update(self, __m: Mapping[_KT, _VT], **kwargs: _VT) -> None: ... method update (line 659) | def update(self, __m: Iterable[Tuple[_KT, _VT]], **kwargs: _VT) -> Non... method update (line 661) | def update(self, **kwargs: _VT) -> None: ... method keys (line 662) | def keys(self) -> KeysView[_KT]: ... method values (line 663) | def values(self) -> ValuesView[_VT]: ... method items (line 664) | def items(self) -> ItemsView[_KT, _VT]: ... method fromkeys (line 667) | def fromkeys(cls, __iterable: Iterable[_T]) -> Dict[_T, Any]: ... method get (line 668) | def get(self, k: _KT) -> _VT: ... method pop (line 669) | def pop(self, k: _KT) -> _VT: ... method fromkeys (line 672) | def fromkeys(cls, __iterable: Iterable[_T], __value: _S) -> Dict[_T, _... method __len__ (line 673) | def __len__(self) -> int: ... method __getitem__ (line 674) | def __getitem__(self, k: _KT) -> _VT: ... method __setitem__ (line 675) | def __setitem__(self, k: _KT, v: _VT) -> None: ... method __delitem__ (line 676) | def __delitem__(self, v: _KT) -> None: ... method __iter__ (line 677) | def __iter__(self) -> Iterator[_KT]: ... method __reversed__ (line 679) | def __reversed__(self) -> Iterator[_KT]: ... method __str__ (line 681) | def __str__(self) -> str: ... method __class_getitem__ (line 684) | def __class_getitem__(cls, item: Any) -> GenericAlias: ... method __or__ (line 685) | def __or__(self, __value: Mapping[_KT, _VT]) -> Dict[_KT, _VT]: ... method __ior__ (line 686) | def __ior__(self, __value: Mapping[_KT, _VT]) -> Dict[_KT, _VT]: ... class set (line 688) | class set(MutableSet[_T], Generic[_T]): method __init__ (line 689) | def __init__(self, iterable: Iterable[_T] = ...) -> None: ... method add (line 690) | def add(self, element: _T) -> None: ... method clear (line 691) | def clear(self) -> None: ... method copy (line 692) | def copy(self) -> Set[_T]: ... method difference (line 693) | def difference(self, *s: Iterable[Any]) -> Set[_T]: ... method difference_update (line 694) | def difference_update(self, *s: Iterable[Any]) -> None: ... method discard (line 695) | def discard(self, element: _T) -> None: ... method intersection (line 696) | def intersection(self, *s: Iterable[Any]) -> Set[_T]: ... method intersection_update (line 697) | def intersection_update(self, *s: Iterable[Any]) -> None: ... method isdisjoint (line 698) | def isdisjoint(self, s: Iterable[Any]) -> bool: ... method issubset (line 699) | def issubset(self, s: Iterable[Any]) -> bool: ... method issuperset (line 700) | def issuperset(self, s: Iterable[Any]) -> bool: ... method pop (line 701) | def pop(self) -> _T: ... method remove (line 702) | def remove(self, element: _T) -> None: ... method symmetric_difference (line 703) | def symmetric_difference(self, s: Iterable[_T]) -> Set[_T]: ... method symmetric_difference_update (line 704) | def symmetric_difference_update(self, s: Iterable[_T]) -> None: ... method union (line 705) | def union(self, *s: Iterable[_T]) -> Set[_T]: ... method update (line 706) | def update(self, *s: Iterable[_T]) -> None: ... method __len__ (line 707) | def __len__(self) -> int: ... method __contains__ (line 708) | def __contains__(self, o: object) -> bool: ... method __iter__ (line 709) | def __iter__(self) -> Iterator[_T]: ... method __str__ (line 710) | def __str__(self) -> str: ... method __and__ (line 711) | def __and__(self, s: AbstractSet[object]) -> Set[_T]: ... method __iand__ (line 712) | def __iand__(self, s: AbstractSet[object]) -> Set[_T]: ... method __or__ (line 713) | def __or__(self, s: AbstractSet[_S]) -> Set[Union[_T, _S]]: ... method __ior__ (line 714) | def __ior__(self, s: AbstractSet[_S]) -> Set[Union[_T, _S]]: ... method __sub__ (line 715) | def __sub__(self, s: AbstractSet[Optional[_T]]) -> Set[_T]: ... method __isub__ (line 716) | def __isub__(self, s: AbstractSet[Optional[_T]]) -> Set[_T]: ... method __xor__ (line 717) | def __xor__(self, s: AbstractSet[_S]) -> Set[Union[_T, _S]]: ... method __ixor__ (line 718) | def __ixor__(self, s: AbstractSet[_S]) -> Set[Union[_T, _S]]: ... method __le__ (line 719) | def __le__(self, s: AbstractSet[object]) -> bool: ... method __lt__ (line 720) | def __lt__(self, s: AbstractSet[object]) -> bool: ... method __ge__ (line 721) | def __ge__(self, s: AbstractSet[object]) -> bool: ... method __gt__ (line 722) | def __gt__(self, s: AbstractSet[object]) -> bool: ... method __class_getitem__ (line 725) | def __class_getitem__(cls, item: Any) -> GenericAlias: ... class enumerate (line 727) | class enumerate(Iterator[Tuple[int, _T]], Generic[_T]): method __init__ (line 728) | def __init__(self, iterable: Iterable[_T], start: int = ...) -> None: ... method __iter__ (line 729) | def __iter__(self) -> Iterator[Tuple[int, _T]]: ... method __next__ (line 730) | def __next__(self) -> Tuple[int, _T]: ... method __class_getitem__ (line 732) | def __class_getitem__(cls, item: Any) -> GenericAlias: ... class range (line 734) | class range(Sequence[int]): method __init__ (line 739) | def __init__(self, stop: _SupportsIndex) -> None: ... method __init__ (line 741) | def __init__(self, start: _SupportsIndex, stop: _SupportsIndex, step: ... method __len__ (line 742) | def __len__(self) -> int: ... method __contains__ (line 743) | def __contains__(self, o: object) -> bool: ... method __iter__ (line 744) | def __iter__(self) -> Iterator[int]: ... method __getitem__ (line 746) | def __getitem__(self, i: _SupportsIndex) -> int: ... method __getitem__ (line 748) | def __getitem__(self, s: slice) -> range: ... method __repr__ (line 749) | def __repr__(self) -> str: ... method __reversed__ (line 750) | def __reversed__(self) -> Iterator[int]: ... class property (line 752) | class property(object): method __init__ (line 753) | def __init__( method getter (line 760) | def getter(self, fget: Callable[[Any], Any]) -> property: ... method setter (line 761) | def setter(self, fset: Callable[[Any, Any], None]) -> property: ... method deleter (line 762) | def deleter(self, fdel: Callable[[Any], None]) -> property: ... method __get__ (line 763) | def __get__(self, obj: Any, type: Optional[type] = ...) -> Any: ... method __set__ (line 764) | def __set__(self, obj: Any, value: Any) -> None: ... method __delete__ (line 765) | def __delete__(self, obj: Any) -> None: ... class _NotImplementedType (line 767) | class _NotImplementedType(Any): # type: ignore function abs (line 774) | def abs(__x: SupportsAbs[_T]) -> _T: ... function all (line 775) | def all(__iterable: Iterable[object]) -> bool: ... function any (line 776) | def any(__iterable: Iterable[object]) -> bool: ... function bin (line 777) | def bin(__number: Union[int, _SupportsIndex]) -> str: ... function callable (line 778) | def callable(__obj: object) -> bool: ... function chr (line 779) | def chr(__i: int) -> str: ... class _PathLike (line 787) | class _PathLike(Protocol[_AnyStr_co]): method __fspath__ (line 788) | def __fspath__(self) -> _AnyStr_co: ... function delattr (line 790) | def delattr(__obj: Any, __name: str) -> None: ... function dir (line 791) | def dir(__o: object = ...) -> List[str]: ... function divmod (line 795) | def divmod(__x: _N2, __y: _N2) -> Tuple[_N2, _N2]: ... function eval (line 796) | def eval( function exec (line 801) | def exec( function getattr (line 806) | def getattr(__o: Any, name: str, __default: Any = ...) -> Any: ... function globals (line 807) | def globals() -> Dict[str, Any]: ... function hasattr (line 808) | def hasattr(__obj: Any, __name: str) -> bool: ... function hash (line 809) | def hash(__obj: object) -> int: ... function help (line 810) | def help(*args: Any, **kwds: Any) -> None: ... function hex (line 811) | def hex(__number: Union[int, _SupportsIndex]) -> str: ... function id (line 812) | def id(__obj: object) -> int: ... function input (line 813) | def input(__prompt: Any = ...) -> str: ... function iter (line 815) | def iter(__iterable: Iterable[_T]) -> Iterator[_T]: ... function iter (line 817) | def iter(__function: Callable[[], Optional[_T]], __sentinel: None) -> It... function iter (line 819) | def iter(__function: Callable[[], _T], __sentinel: Any) -> Iterator[_T]:... function isinstance (line 820) | def isinstance( function issubclass (line 824) | def issubclass(__cls: type, __class_or_tuple: Union[type, Tuple[Union[ty... function len (line 825) | def len(__obj: Sized) -> int: ... function locals (line 826) | def locals() -> Dict[str, Any]: ... function max (line 828) | def max( function max (line 835) | def max(__arg1: _T, __arg2: _T, *_args: _T, key: Callable[[_T], Supports... function max (line 837) | def max(__iterable: Iterable[SupportsLessThanT], *, key: None = ...) -> ... function max (line 839) | def max(__iterable: Iterable[_T], *, key: Callable[[_T], SupportsLessTha... function max (line 841) | def max(__iterable: Iterable[SupportsLessThanT], *, key: None = ..., def... function max (line 843) | def max(__iterable: Iterable[_T1], *, key: Callable[[_T1], SupportsLessT... function min (line 845) | def min( function min (line 852) | def min(__arg1: _T, __arg2: _T, *_args: _T, key: Callable[[_T], Supports... function min (line 854) | def min(__iterable: Iterable[SupportsLessThanT], *, key: None = ...) -> ... function min (line 856) | def min(__iterable: Iterable[_T], *, key: Callable[[_T], SupportsLessTha... function min (line 858) | def min(__iterable: Iterable[SupportsLessThanT], *, key: None = ..., def... function min (line 860) | def min(__iterable: Iterable[_T1], *, key: Callable[[_T1], SupportsLessT... function next (line 862) | def next(__i: Iterator[_T]) -> _T: ... function next (line 864) | def next(__i: Iterator[_T], default: _VT) -> Union[_T, _VT]: ... function oct (line 865) | def oct(__number: Union[int, _SupportsIndex]) -> str: ... function open (line 872) | def open( function open (line 885) | def open( function ord (line 895) | def ord(__c: Union[str, bytes]) -> int: ... function print (line 896) | def print( class _SupportsPow2 (line 907) | class _SupportsPow2(Protocol[_E, _T_co]): method __pow__ (line 908) | def __pow__(self, __other: _E) -> _T_co: ... class _SupportsPow3 (line 910) | class _SupportsPow3(Protocol[_E, _M, _T_co]): method __pow__ (line 911) | def __pow__(self, __other: _E, __modulo: _M) -> _T_co: ... function pow (line 915) | def pow(base: int, exp: int, mod: None = ...) -> Any: ... # returns int... function pow (line 917) | def pow(base: int, exp: int, mod: int) -> int: ... function pow (line 919) | def pow(base: float, exp: float, mod: None = ...) -> float: ... function pow (line 921) | def pow(base: _SupportsPow2[_E, _T_co], exp: _E) -> _T_co: ... function pow (line 923) | def pow(base: _SupportsPow3[_E, _M, _T_co], exp: _E, mod: _M) -> _T_co: ... function pow (line 927) | def pow(__base: int, __exp: int, __mod: None = ...) -> Any: ... # retur... function pow (line 929) | def pow(__base: int, __exp: int, __mod: int) -> int: ... function pow (line 931) | def pow(__base: float, __exp: float, __mod: None = ...) -> float: ... function pow (line 933) | def pow(__base: _SupportsPow2[_E, _T_co], __exp: _E) -> _T_co: ... function pow (line 935) | def pow(__base: _SupportsPow3[_E, _M, _T_co], __exp: _E, __mod: _M) -> _... function repr (line 937) | def repr(__obj: object) -> str: ... function round (line 939) | def round(number: float) -> int: ... function round (line 941) | def round(number: float, ndigits: None) -> int: ... function round (line 943) | def round(number: float, ndigits: int) -> float: ... function round (line 945) | def round(number: SupportsRound[_T]) -> int: ... function round (line 947) | def round(number: SupportsRound[_T], ndigits: None) -> int: ... function round (line 949) | def round(number: SupportsRound[_T], ndigits: int) -> _T: ... function setattr (line 950) | def setattr(__obj: Any, __name: str, __value: Any) -> None: ... function sorted (line 952) | def sorted(__iterable: Iterable[SupportsLessThanT], *, key: None = ..., ... function sorted (line 954) | def sorted( function sum (line 963) | def sum(__iterable: Iterable[_T]) -> Union[_T, int]: ... function sum (line 965) | def sum(__iterable: Iterable[_T], start: _S) -> Union[_T, _S]: ... function sum (line 969) | def sum(__iterable: Iterable[_T]) -> Union[_T, int]: ... function sum (line 971) | def sum(__iterable: Iterable[_T], __start: _S) -> Union[_T, _S]: ... function __import__ (line 973) | def __import__( class ellipsis (line 983) | class ellipsis: ... class BaseException (line 987) | class BaseException(object): method __init__ (line 993) | def __init__(self, *args: object) -> None: ... method __str__ (line 994) | def __str__(self) -> str: ... method __repr__ (line 995) | def __repr__(self) -> str: ... class GeneratorExit (line 997) | class GeneratorExit(BaseException): ... class KeyboardInterrupt (line 998) | class KeyboardInterrupt(BaseException): ... class SystemExit (line 1000) | class SystemExit(BaseException): class Exception (line 1003) | class Exception(BaseException): ... class StopIteration (line 1005) | class StopIteration(Exception): class OSError (line 1010) | class OSError(Exception): class ArithmeticError (line 1020) | class ArithmeticError(_StandardError): ... class AssertionError (line 1021) | class AssertionError(_StandardError): ... class AttributeError (line 1022) | class AttributeError(_StandardError): ... class BufferError (line 1023) | class BufferError(_StandardError): ... class EOFError (line 1024) | class EOFError(_StandardError): ... class ImportError (line 1026) | class ImportError(_StandardError): method __init__ (line 1027) | def __init__(self, *args: object, name: Optional[str] = ..., path: Opt... class LookupError (line 1031) | class LookupError(_StandardError): ... class MemoryError (line 1032) | class MemoryError(_StandardError): ... class NameError (line 1033) | class NameError(_StandardError): ... class ReferenceError (line 1034) | class ReferenceError(_StandardError): ... class RuntimeError (line 1035) | class RuntimeError(_StandardError): ... class StopAsyncIteration (line 1037) | class StopAsyncIteration(Exception): class SyntaxError (line 1040) | class SyntaxError(_StandardError): class SystemError (line 1047) | class SystemError(_StandardError): ... class TypeError (line 1048) | class TypeError(_StandardError): ... class ValueError (line 1051) | class ValueError(_StandardError): ... class FloatingPointError (line 1052) | class FloatingPointError(ArithmeticError): ... class OverflowError (line 1053) | class OverflowError(ArithmeticError): ... class ZeroDivisionError (line 1054) | class ZeroDivisionError(ArithmeticError): ... class ModuleNotFoundError (line 1055) | class ModuleNotFoundError(ImportError): ... class IndexError (line 1056) | class IndexError(LookupError): ... class KeyError (line 1057) | class KeyError(LookupError): ... class UnboundLocalError (line 1058) | class UnboundLocalError(NameError): ... class WindowsError (line 1060) | class WindowsError(OSError): class BlockingIOError (line 1063) | class BlockingIOError(OSError): class ChildProcessError (line 1066) | class ChildProcessError(OSError): ... class ConnectionError (line 1067) | class ConnectionError(OSError): ... class BrokenPipeError (line 1068) | class BrokenPipeError(ConnectionError): ... class ConnectionAbortedError (line 1069) | class ConnectionAbortedError(ConnectionError): ... class ConnectionRefusedError (line 1070) | class ConnectionRefusedError(ConnectionError): ... class ConnectionResetError (line 1071) | class ConnectionResetError(ConnectionError): ... class FileExistsError (line 1072) | class FileExistsError(OSError): ... class FileNotFoundError (line 1073) | class FileNotFoundError(OSError): ... class InterruptedError (line 1074) | class InterruptedError(OSError): ... class IsADirectoryError (line 1075) | class IsADirectoryError(OSError): ... class NotADirectoryError (line 1076) | class NotADirectoryError(OSError): ... class PermissionError (line 1077) | class PermissionError(OSError): ... class ProcessLookupError (line 1078) | class ProcessLookupError(OSError): ... class TimeoutError (line 1079) | class TimeoutError(OSError): ... class NotImplementedError (line 1080) | class NotImplementedError(RuntimeError): ... class RecursionError (line 1081) | class RecursionError(RuntimeError): ... class IndentationError (line 1082) | class IndentationError(SyntaxError): ... class TabError (line 1083) | class TabError(IndentationError): ... class UnicodeError (line 1084) | class UnicodeError(ValueError): ... class UnicodeDecodeError (line 1086) | class UnicodeDecodeError(UnicodeError): method __init__ (line 1092) | def __init__(self, __encoding: str, __object: bytes, __start: int, __e... class UnicodeEncodeError (line 1094) | class UnicodeEncodeError(UnicodeError): method __init__ (line 1100) | def __init__(self, __encoding: str, __object: str, __start: int, __end... class UnicodeTranslateError (line 1102) | class UnicodeTranslateError(UnicodeError): ... class Warning (line 1103) | class Warning(Exception): ... class UserWarning (line 1104) | class UserWarning(Warning): ... class DeprecationWarning (line 1105) | class DeprecationWarning(Warning): ... class SyntaxWarning (line 1106) | class SyntaxWarning(Warning): ... class RuntimeWarning (line 1107) | class RuntimeWarning(Warning): ... class FutureWarning (line 1108) | class FutureWarning(Warning): ... class PendingDeprecationWarning (line 1109) | class PendingDeprecationWarning(Warning): ... class ImportWarning (line 1110) | class ImportWarning(Warning): ... class UnicodeWarning (line 1111) | class UnicodeWarning(Warning): ... class BytesWarning (line 1112) | class BytesWarning(Warning): ... class ResourceWarning (line 1113) | class ResourceWarning(Warning): ... FILE: stubs/micropython-pico-go/stdlib/collections/__init__.pyi function namedtuple (line 15) | def namedtuple( function namedtuple (line 25) | def namedtuple( class UserDict (line 34) | class UserDict(MutableMapping[_KT, _VT]): method __init__ (line 36) | def __init__(self, __dict: Optional[Mapping[_KT, _VT]] = ..., **kwargs... method __len__ (line 37) | def __len__(self) -> int: ... method __getitem__ (line 38) | def __getitem__(self, key: _KT) -> _VT: ... method __setitem__ (line 39) | def __setitem__(self, key: _KT, item: _VT) -> None: ... method __delitem__ (line 40) | def __delitem__(self, key: _KT) -> None: ... method __iter__ (line 41) | def __iter__(self) -> Iterator[_KT]: ... method __contains__ (line 42) | def __contains__(self, key: object) -> bool: ... method copy (line 43) | def copy(self: _S) -> _S: ... method fromkeys (line 45) | def fromkeys(cls: Type[_S], iterable: Iterable[_KT], value: Optional[_... class UserList (line 47) | class UserList(MutableSequence[_T]): method __init__ (line 49) | def __init__(self, initlist: Optional[Iterable[_T]] = ...) -> None: ... method __lt__ (line 50) | def __lt__(self, other: object) -> bool: ... method __le__ (line 51) | def __le__(self, other: object) -> bool: ... method __gt__ (line 52) | def __gt__(self, other: object) -> bool: ... method __ge__ (line 53) | def __ge__(self, other: object) -> bool: ... method __contains__ (line 54) | def __contains__(self, item: object) -> bool: ... method __len__ (line 55) | def __len__(self) -> int: ... method __getitem__ (line 57) | def __getitem__(self, i: int) -> _T: ... method __getitem__ (line 59) | def __getitem__(self, i: slice) -> MutableSequence[_T]: ... method __setitem__ (line 61) | def __setitem__(self, i: int, o: _T) -> None: ... method __setitem__ (line 63) | def __setitem__(self, i: slice, o: Iterable[_T]) -> None: ... method __delitem__ (line 64) | def __delitem__(self, i: Union[int, slice]) -> None: ... method __add__ (line 65) | def __add__(self: _S, other: Iterable[_T]) -> _S: ... method __iadd__ (line 66) | def __iadd__(self: _S, other: Iterable[_T]) -> _S: ... method __mul__ (line 67) | def __mul__(self: _S, n: int) -> _S: ... method __imul__ (line 68) | def __imul__(self: _S, n: int) -> _S: ... method append (line 69) | def append(self, item: _T) -> None: ... method insert (line 70) | def insert(self, i: int, item: _T) -> None: ... method pop (line 71) | def pop(self, i: int = ...) -> _T: ... method remove (line 72) | def remove(self, item: _T) -> None: ... method clear (line 73) | def clear(self) -> None: ... method copy (line 74) | def copy(self: _S) -> _S: ... method count (line 75) | def count(self, item: _T) -> int: ... method index (line 76) | def index(self, item: _T, *args: Any) -> int: ... method reverse (line 77) | def reverse(self) -> None: ... method sort (line 78) | def sort(self, *args: Any, **kwds: Any) -> None: ... method extend (line 79) | def extend(self, other: Iterable[_T]) -> None: ... class UserString (line 83) | class UserString(Sequence[str]): method __init__ (line 85) | def __init__(self, seq: object) -> None: ... method __int__ (line 86) | def __int__(self) -> int: ... method __float__ (line 87) | def __float__(self) -> float: ... method __complex__ (line 88) | def __complex__(self) -> complex: ... method __getnewargs__ (line 89) | def __getnewargs__(self) -> Tuple[str]: ... method __lt__ (line 90) | def __lt__(self, string: Union[str, UserString]) -> bool: ... method __le__ (line 91) | def __le__(self, string: Union[str, UserString]) -> bool: ... method __gt__ (line 92) | def __gt__(self, string: Union[str, UserString]) -> bool: ... method __ge__ (line 93) | def __ge__(self, string: Union[str, UserString]) -> bool: ... method __contains__ (line 94) | def __contains__(self, char: object) -> bool: ... method __len__ (line 95) | def __len__(self) -> int: ... method __getitem__ (line 97) | def __getitem__(self: _UserStringT, i: Union[int, slice]) -> _UserStri... method __add__ (line 98) | def __add__(self: _UserStringT, other: object) -> _UserStringT: ... method __mul__ (line 99) | def __mul__(self: _UserStringT, n: int) -> _UserStringT: ... method __mod__ (line 100) | def __mod__(self: _UserStringT, args: Any) -> _UserStringT: ... method capitalize (line 101) | def capitalize(self: _UserStringT) -> _UserStringT: ... method casefold (line 102) | def casefold(self: _UserStringT) -> _UserStringT: ... method center (line 103) | def center(self: _UserStringT, width: int, *args: Any) -> _UserStringT... method count (line 104) | def count(self, sub: Union[str, UserString], start: int = ..., end: in... method encode (line 106) | def encode(self: _UserStringT, encoding: Optional[str] = ..., errors: ... method encode (line 108) | def encode(self: _UserStringT, encoding: Optional[str] = ..., errors: ... method endswith (line 110) | def endswith(self, suffix: Union[str, Tuple[str, ...]], start: Optiona... method expandtabs (line 111) | def expandtabs(self: _UserStringT, tabsize: int = ...) -> _UserStringT... method find (line 112) | def find(self, sub: Union[str, UserString], start: int = ..., end: int... method format (line 113) | def format(self, *args: Any, **kwds: Any) -> str: ... method format_map (line 114) | def format_map(self, mapping: Mapping[str, Any]) -> str: ... method index (line 115) | def index(self, sub: str, start: int = ..., end: int = ...) -> int: ... method isalpha (line 116) | def isalpha(self) -> bool: ... method isalnum (line 117) | def isalnum(self) -> bool: ... method isdecimal (line 118) | def isdecimal(self) -> bool: ... method isdigit (line 119) | def isdigit(self) -> bool: ... method isidentifier (line 120) | def isidentifier(self) -> bool: ... method islower (line 121) | def islower(self) -> bool: ... method isnumeric (line 122) | def isnumeric(self) -> bool: ... method isprintable (line 123) | def isprintable(self) -> bool: ... method isspace (line 124) | def isspace(self) -> bool: ... method istitle (line 125) | def istitle(self) -> bool: ... method isupper (line 126) | def isupper(self) -> bool: ... method join (line 127) | def join(self, seq: Iterable[str]) -> str: ... method ljust (line 128) | def ljust(self: _UserStringT, width: int, *args: Any) -> _UserStringT:... method lower (line 129) | def lower(self: _UserStringT) -> _UserStringT: ... method lstrip (line 130) | def lstrip(self: _UserStringT, chars: Optional[str] = ...) -> _UserStr... method maketrans (line 133) | def maketrans(x: Union[Dict[int, _T], Dict[str, _T], Dict[Union[str, i... method maketrans (line 136) | def maketrans(x: str, y: str, z: str = ...) -> Dict[int, Union[int, No... method partition (line 137) | def partition(self, sep: str) -> Tuple[str, str, str]: ... method removeprefix (line 139) | def removeprefix(self: _UserStringT, __prefix: Union[str, UserString])... method removesuffix (line 140) | def removesuffix(self: _UserStringT, __suffix: Union[str, UserString])... method replace (line 142) | def replace(self: _UserStringT, old: Union[str, UserString], new: Unio... method rfind (line 143) | def rfind(self, sub: Union[str, UserString], start: int = ..., end: in... method rindex (line 144) | def rindex(self, sub: Union[str, UserString], start: int = ..., end: i... method rjust (line 145) | def rjust(self: _UserStringT, width: int, *args: Any) -> _UserStringT:... method rpartition (line 146) | def rpartition(self, sep: str) -> Tuple[str, str, str]: ... method rstrip (line 147) | def rstrip(self: _UserStringT, chars: Optional[str] = ...) -> _UserStr... method split (line 148) | def split(self, sep: Optional[str] = ..., maxsplit: int = ...) -> List... method rsplit (line 149) | def rsplit(self, sep: Optional[str] = ..., maxsplit: int = ...) -> Lis... method splitlines (line 150) | def splitlines(self, keepends: bool = ...) -> List[str]: ... method startswith (line 151) | def startswith(self, prefix: Union[str, Tuple[str, ...]], start: Optio... method strip (line 152) | def strip(self: _UserStringT, chars: Optional[str] = ...) -> _UserStri... method swapcase (line 153) | def swapcase(self: _UserStringT) -> _UserStringT: ... method title (line 154) | def title(self: _UserStringT) -> _UserStringT: ... method translate (line 155) | def translate(self: _UserStringT, *args: Any) -> _UserStringT: ... method upper (line 156) | def upper(self: _UserStringT) -> _UserStringT: ... method zfill (line 157) | def zfill(self: _UserStringT, width: int) -> _UserStringT: ... class deque (line 159) | class deque(MutableSequence[_T], Generic[_T]): method maxlen (line 161) | def maxlen(self) -> Optional[int]: ... method __init__ (line 162) | def __init__(self, iterable: Iterable[_T] = ..., maxlen: Optional[int]... method append (line 163) | def append(self, x: _T) -> None: ... method appendleft (line 164) | def appendleft(self, x: _T) -> None: ... method clear (line 165) | def clear(self) -> None: ... method copy (line 166) | def copy(self) -> deque[_T]: ... method count (line 167) | def count(self, x: _T) -> int: ... method extend (line 168) | def extend(self, iterable: Iterable[_T]) -> None: ... method extendleft (line 169) | def extendleft(self, iterable: Iterable[_T]) -> None: ... method insert (line 170) | def insert(self, i: int, x: _T) -> None: ... method index (line 171) | def index(self, x: _T, start: int = ..., stop: int = ...) -> int: ... method pop (line 172) | def pop(self) -> _T: ... # type: ignore method popleft (line 173) | def popleft(self) -> _T: ... method remove (line 174) | def remove(self, value: _T) -> None: ... method reverse (line 175) | def reverse(self) -> None: ... method rotate (line 176) | def rotate(self, n: int = ...) -> None: ... method __len__ (line 177) | def __len__(self) -> int: ... method __iter__ (line 178) | def __iter__(self) -> Iterator[_T]: ... method __str__ (line 179) | def __str__(self) -> str: ... method __hash__ (line 180) | def __hash__(self) -> int: ... method __getitem__ (line 184) | def __getitem__(self, index: int) -> _T: ... method __getitem__ (line 186) | def __getitem__(self, s: slice) -> MutableSequence[_T]: ... method __setitem__ (line 188) | def __setitem__(self, i: int, x: _T) -> None: ... method __setitem__ (line 190) | def __setitem__(self, s: slice, o: Iterable[_T]) -> None: ... method __delitem__ (line 192) | def __delitem__(self, i: int) -> None: ... method __delitem__ (line 194) | def __delitem__(self, s: slice) -> None: ... method __contains__ (line 195) | def __contains__(self, o: object) -> bool: ... method __reversed__ (line 196) | def __reversed__(self) -> Iterator[_T]: ... method __iadd__ (line 197) | def __iadd__(self: _S, iterable: Iterable[_T]) -> _S: ... method __add__ (line 198) | def __add__(self, other: deque[_T]) -> deque[_T]: ... method __mul__ (line 199) | def __mul__(self, other: int) -> deque[_T]: ... method __imul__ (line 200) | def __imul__(self, other: int) -> None: ... class Counter (line 202) | class Counter(Dict[_T, int], Generic[_T]): method __init__ (line 204) | def __init__(self, __iterable: None = ..., **kwargs: int) -> None: ... method __init__ (line 206) | def __init__(self, __mapping: Mapping[_T, int]) -> None: ... method __init__ (line 208) | def __init__(self, __iterable: Iterable[_T]) -> None: ... method copy (line 209) | def copy(self: _S) -> _S: ... method elements (line 210) | def elements(self) -> Iterator[_T]: ... method most_common (line 211) | def most_common(self, n: Optional[int] = ...) -> List[Tuple[_T, int]]:... method subtract (line 213) | def subtract(self, __iterable: None = ...) -> None: ... method subtract (line 215) | def subtract(self, __mapping: Mapping[_T, int]) -> None: ... method subtract (line 217) | def subtract(self, __iterable: Iterable[_T]) -> None: ... method update (line 224) | def update(self, __m: Mapping[_T, int], **kwargs: int) -> None: ... method update (line 226) | def update(self, __m: Union[Iterable[_T], Iterable[Tuple[_T, int]]], *... method update (line 228) | def update(self, __m: None = ..., **kwargs: int) -> None: ... method __add__ (line 229) | def __add__(self, other: Counter[_T]) -> Counter[_T]: ... method __sub__ (line 230) | def __sub__(self, other: Counter[_T]) -> Counter[_T]: ... method __and__ (line 231) | def __and__(self, other: Counter[_T]) -> Counter[_T]: ... method __or__ (line 232) | def __or__(self, other: Counter[_T]) -> Counter[_T]: ... # type: ignore method __pos__ (line 233) | def __pos__(self) -> Counter[_T]: ... method __neg__ (line 234) | def __neg__(self) -> Counter[_T]: ... method __iadd__ (line 235) | def __iadd__(self, other: Counter[_T]) -> Counter[_T]: ... method __isub__ (line 236) | def __isub__(self, other: Counter[_T]) -> Counter[_T]: ... method __iand__ (line 237) | def __iand__(self, other: Counter[_T]) -> Counter[_T]: ... method __ior__ (line 238) | def __ior__(self, other: Counter[_T]) -> Counter[_T]: ... # type: ignore class _OrderedDictKeysView (line 240) | class _OrderedDictKeysView(KeysView[_KT], Reversible[_KT]): method __reversed__ (line 241) | def __reversed__(self) -> Iterator[_KT]: ... class _OrderedDictItemsView (line 243) | class _OrderedDictItemsView(ItemsView[_KT, _VT], Reversible[Tuple[_KT, _... method __reversed__ (line 244) | def __reversed__(self) -> Iterator[Tuple[_KT, _VT]]: ... class _OrderedDictValuesView (line 246) | class _OrderedDictValuesView(ValuesView[_VT], Reversible[_VT]): method __reversed__ (line 247) | def __reversed__(self) -> Iterator[_VT]: ... class OrderedDict (line 249) | class OrderedDict(Dict[_KT, _VT], Reversible[_KT], Generic[_KT, _VT]): method popitem (line 250) | def popitem(self, last: bool = ...) -> Tuple[_KT, _VT]: ... method move_to_end (line 251) | def move_to_end(self, key: _KT, last: bool = ...) -> None: ... method copy (line 252) | def copy(self: _S) -> _S: ... method __reversed__ (line 253) | def __reversed__(self) -> Iterator[_KT]: ... method keys (line 254) | def keys(self) -> _OrderedDictKeysView[_KT]: ... method items (line 255) | def items(self) -> _OrderedDictItemsView[_KT, _VT]: ... method values (line 256) | def values(self) -> _OrderedDictValuesView[_VT]: ... class defaultdict (line 258) | class defaultdict(Dict[_KT, _VT], Generic[_KT, _VT]): method __init__ (line 261) | def __init__(self, **kwargs: _VT) -> None: ... method __init__ (line 263) | def __init__(self, default_factory: Optional[Callable[[], _VT]]) -> No... method __init__ (line 265) | def __init__(self, default_factory: Optional[Callable[[], _VT]], **kwa... method __init__ (line 267) | def __init__(self, default_factory: Optional[Callable[[], _VT]], map: ... method __init__ (line 269) | def __init__(self, default_factory: Optional[Callable[[], _VT]], map: ... method __init__ (line 271) | def __init__(self, default_factory: Optional[Callable[[], _VT]], itera... method __init__ (line 273) | def __init__(self, default_factory: Optional[Callable[[], _VT]], itera... method __missing__ (line 274) | def __missing__(self, key: _KT) -> _VT: ... method copy (line 276) | def copy(self: _S) -> _S: ... class ChainMap (line 278) | class ChainMap(MutableMapping[_KT, _VT], Generic[_KT, _VT]): method __init__ (line 279) | def __init__(self, *maps: Mapping[_KT, _VT]) -> None: ... method maps (line 281) | def maps(self) -> List[Mapping[_KT, _VT]]: ... method new_child (line 282) | def new_child(self, m: Mapping[_KT, _VT] = ...) -> typing.ChainMap[_KT... method parents (line 284) | def parents(self) -> typing.ChainMap[_KT, _VT]: ... method __setitem__ (line 285) | def __setitem__(self, k: _KT, v: _VT) -> None: ... method __delitem__ (line 286) | def __delitem__(self, v: _KT) -> None: ... method __getitem__ (line 287) | def __getitem__(self, k: _KT) -> _VT: ... method __iter__ (line 288) | def __iter__(self) -> Iterator[_KT]: ... method __len__ (line 289) | def __len__(self) -> int: ... method __missing__ (line 290) | def __missing__(self, key: _KT) -> _VT: ... # undocumented FILE: stubs/micropython-pico-go/stdlib/gc.pyi function collect (line 6) | def collect(): function disable (line 12) | def disable(): function enable (line 20) | def enable(): function isenabled (line 26) | def isenabled() -> bool: function mem_alloc (line 32) | def mem_alloc() -> int: function mem_free (line 38) | def mem_free() -> int: function threshold (line 45) | def threshold(amount: int = None) -> int: FILE: stubs/micropython-pico-go/stdlib/importlib/__init__.pyi function __import__ (line 5) | def __import__( function import_module (line 12) | def import_module(name: str, package: Optional[str] = ...) -> types.Modu... function find_loader (line 13) | def find_loader(name: str, path: Optional[str] = ...) -> Optional[Loader... function invalidate_caches (line 14) | def invalidate_caches() -> None: ... function reload (line 15) | def reload(module: types.ModuleType) -> types.ModuleType: ... FILE: stubs/micropython-pico-go/stdlib/importlib/abc.pyi class Finder (line 14) | class Finder(metaclass=ABCMeta): ... class ResourceLoader (line 16) | class ResourceLoader(Loader): method get_data (line 18) | def get_data(self, path: _Path) -> bytes: ... class InspectLoader (line 20) | class InspectLoader(Loader): method is_package (line 21) | def is_package(self, fullname: str) -> bool: ... method get_code (line 22) | def get_code(self, fullname: str) -> Optional[types.CodeType]: ... method load_module (line 23) | def load_module(self, fullname: str) -> types.ModuleType: ... method get_source (line 25) | def get_source(self, fullname: str) -> Optional[str]: ... method exec_module (line 26) | def exec_module(self, module: types.ModuleType) -> None: ... method source_to_code (line 28) | def source_to_code(data: Union[bytes, str], path: str = ...) -> types.... class ExecutionLoader (line 30) | class ExecutionLoader(InspectLoader): method get_filename (line 32) | def get_filename(self, fullname: str) -> _Path: ... method get_code (line 33) | def get_code(self, fullname: str) -> Optional[types.CodeType]: ... class SourceLoader (line 35) | class SourceLoader(ResourceLoader, ExecutionLoader, metaclass=ABCMeta): method path_mtime (line 36) | def path_mtime(self, path: _Path) -> float: ... method set_data (line 37) | def set_data(self, path: _Path, data: bytes) -> None: ... method get_source (line 38) | def get_source(self, fullname: str) -> Optional[str]: ... method path_stats (line 39) | def path_stats(self, path: _Path) -> Mapping[str, Any]: ... class MetaPathFinder (line 41) | class MetaPathFinder(Finder): method find_module (line 42) | def find_module(self, fullname: str, path: Optional[Sequence[_Path]]) ... method invalidate_caches (line 43) | def invalidate_caches(self) -> None: ... method find_spec (line 45) | def find_spec( class PathEntryFinder (line 49) | class PathEntryFinder(Finder): method find_module (line 50) | def find_module(self, fullname: str) -> Optional[Loader]: ... method find_loader (line 51) | def find_loader(self, fullname: str) -> Tuple[Optional[Loader], Sequen... method invalidate_caches (line 52) | def invalidate_caches(self) -> None: ... method find_spec (line 54) | def find_spec(self, fullname: str, target: Optional[types.ModuleType] ... class FileLoader (line 56) | class FileLoader(ResourceLoader, ExecutionLoader, metaclass=ABCMeta): method __init__ (line 59) | def __init__(self, fullname: str, path: _Path) -> None: ... method get_data (line 60) | def get_data(self, path: _Path) -> bytes: ... method get_filename (line 61) | def get_filename(self, fullname: str) -> _Path: ... class ResourceReader (line 66) | class ResourceReader(metaclass=ABCMeta): method open_resource (line 68) | def open_resource(self, resource: _PathLike) -> IO[bytes]: ... method resource_path (line 70) | def resource_path(self, resource: _PathLike) -> str: ... method is_resource (line 72) | def is_resource(self, name: str) -> bool: ... method contents (line 74) | def contents(self) -> Iterator[str]: ... class Traversable (line 79) | class Traversable(Protocol): method iterdir (line 81) | def iterdir(self) -> Iterator[Traversable]: ... method read_bytes (line 83) | def read_bytes(self) -> bytes: ... method read_text (line 85) | def read_text(self, encoding: Optional[str] = ...) -> str: ... method is_dir (line 87) | def is_dir(self) -> bool: ... method is_file (line 89) | def is_file(self) -> bool: ... method joinpath (line 91) | def joinpath(self, child: Traversable) -> Traversable: ... method __truediv__ (line 93) | def __truediv__(self, child: Traversable) -> Traversable: ... method open (line 95) | def open(self, mode: Literal["r", "rb"] = ..., *args: Any, **kwargs: A... method name (line 98) | def name(self) -> str: ... FILE: stubs/micropython-pico-go/stdlib/math.pyi function acos (line 9) | def acos(x: float) -> float: function asin (line 15) | def asin(x: float) -> float: function atan (line 21) | def atan(x: float) -> float: function atan2 (line 27) | def atan2(y: float, x: float) -> float: function ceil (line 37) | def ceil(x: float) -> int: function copysign (line 44) | def copysign(x: float, y: float) -> float: function cos (line 51) | def cos(x: float) -> float: function degrees (line 57) | def degrees(x: float) -> float: function exp (line 63) | def exp(x: float) -> float: function fabs (line 69) | def fabs(x: float) -> float: function floor (line 75) | def floor(x: float) -> float: function fmod (line 82) | def fmod(x: float, y: float) -> float: function frexp (line 98) | def frexp(x: float) -> Tuple[float, int]: function isfinite (line 107) | def isfinite(x: float) -> bool: function isinf (line 113) | def isinf(x: float) -> bool: function isnan (line 119) | def isnan(x: float) -> bool: function ldexp (line 126) | def ldexp(x: float, i: int) -> float: function log (line 132) | def log(x: float, base: float = ...) -> float: function modf (line 141) | def modf(x: float) -> Tuple[float, float]: function pow (line 148) | def pow(x: float, y: float) -> float: function radians (line 162) | def radians(x: float) -> float: function sin (line 168) | def sin(x: float) -> float: function sqrt (line 174) | def sqrt(x: float) -> float: function tan (line 180) | def tan(x: float) -> float: function trunc (line 186) | def trunc(x: float) -> int: FILE: stubs/micropython-pico-go/stdlib/mmap.pyi class _mmap (line 25) | class _mmap(Generic[AnyStr]): method __init__ (line 27) | def __init__(self, fileno: int, length: int, tagname: Optional[str] = ... method __init__ (line 29) | def __init__(self, fileno: int, length: int, flags: int = ..., prot: i... method close (line 31) | def close(self) -> None: ... method flush (line 33) | def flush(self, offset: int = ..., size: int = ...) -> None: ... method flush (line 35) | def flush(self, offset: int = ..., size: int = ...) -> int: ... method move (line 37) | def move(self, dest: int, src: int, count: int) -> None: ... method read_byte (line 38) | def read_byte(self) -> AnyStr: ... method readline (line 39) | def readline(self) -> AnyStr: ... method resize (line 40) | def resize(self, newsize: int) -> None: ... method seek (line 41) | def seek(self, pos: int, whence: int = ...) -> None: ... method size (line 42) | def size(self) -> int: ... method tell (line 43) | def tell(self) -> int: ... method write_byte (line 44) | def write_byte(self, byte: AnyStr) -> None: ... method __len__ (line 45) | def __len__(self) -> int: ... class mmap (line 48) | class mmap(_mmap[bytes], ContextManager[mmap], Iterable[bytes], Sized): method madvise (line 51) | def madvise(self, option: int, start: int = ..., length: int = ...) ->... method find (line 53) | def find(self, sub: ReadableBuffer, start: int = ..., stop: int = ...)... method rfind (line 54) | def rfind(self, sub: ReadableBuffer, start: int = ..., stop: int = ...... method read (line 55) | def read(self, n: Optional[int] = ...) -> bytes: ... method write (line 57) | def write(self, bytes: ReadableBuffer) -> int: ... method write (line 59) | def write(self, bytes: ReadableBuffer) -> None: ... method __getitem__ (line 62) | def __getitem__(self, index: int) -> int: ... method __getitem__ (line 64) | def __getitem__(self, index: slice) -> bytes: ... method __delitem__ (line 65) | def __delitem__(self, index: Union[int, slice]) -> None: ... method __setitem__ (line 67) | def __setitem__(self, index: int, object: int) -> None: ... method __setitem__ (line 69) | def __setitem__(self, index: slice, object: bytes) -> None: ... method __iter__ (line 72) | def __iter__(self) -> Iterator[bytes]: ... method find (line 76) | def find(self, string: bytes, start: int = ..., end: int = ...) -> int... method rfind (line 77) | def rfind(self, string: bytes, start: int = ..., stop: int = ...) -> i... method read (line 78) | def read(self, num: int) -> bytes: ... method write (line 79) | def write(self, string: bytes) -> None: ... method __getitem__ (line 80) | def __getitem__(self, index: Union[int, slice]) -> bytes: ... method __getslice__ (line 81) | def __getslice__(self, i: Optional[int], j: Optional[int]) -> bytes: ... method __delitem__ (line 82) | def __delitem__(self, index: Union[int, slice]) -> None: ... method __setitem__ (line 83) | def __setitem__(self, index: Union[int, slice], object: bytes) -> None... class mmap (line 75) | class mmap(_mmap[bytes], Sequence[bytes]): method madvise (line 51) | def madvise(self, option: int, start: int = ..., length: int = ...) ->... method find (line 53) | def find(self, sub: ReadableBuffer, start: int = ..., stop: int = ...)... method rfind (line 54) | def rfind(self, sub: ReadableBuffer, start: int = ..., stop: int = ...... method read (line 55) | def read(self, n: Optional[int] = ...) -> bytes: ... method write (line 57) | def write(self, bytes: ReadableBuffer) -> int: ... method write (line 59) | def write(self, bytes: ReadableBuffer) -> None: ... method __getitem__ (line 62) | def __getitem__(self, index: int) -> int: ... method __getitem__ (line 64) | def __getitem__(self, index: slice) -> bytes: ... method __delitem__ (line 65) | def __delitem__(self, index: Union[int, slice]) -> None: ... method __setitem__ (line 67) | def __setitem__(self, index: int, object: int) -> None: ... method __setitem__ (line 69) | def __setitem__(self, index: slice, object: bytes) -> None: ... method __iter__ (line 72) | def __iter__(self) -> Iterator[bytes]: ... method find (line 76) | def find(self, string: bytes, start: int = ..., end: int = ...) -> int... method rfind (line 77) | def rfind(self, string: bytes, start: int = ..., stop: int = ...) -> i... method read (line 78) | def read(self, num: int) -> bytes: ... method write (line 79) | def write(self, string: bytes) -> None: ... method __getitem__ (line 80) | def __getitem__(self, index: Union[int, slice]) -> bytes: ... method __getslice__ (line 81) | def __getslice__(self, i: Optional[int], j: Optional[int]) -> bytes: ... method __delitem__ (line 82) | def __delitem__(self, index: Union[int, slice]) -> None: ... method __setitem__ (line 83) | def __setitem__(self, index: Union[int, slice], object: bytes) -> None... FILE: stubs/micropython-pico-go/stdlib/types.pyi class _Cell (line 32) | class _Cell: class FunctionType (line 35) | class FunctionType: method __init__ (line 45) | def __init__( method __call__ (line 53) | def __call__(self, *args: Any, **kwargs: Any) -> Any: ... method __get__ (line 54) | def __get__(self, obj: Optional[object], type: Optional[type]) -> Meth... class CodeType (line 58) | class CodeType: method __init__ (line 79) | def __init__( method __init__ (line 99) | def __init__( method replace (line 118) | def replace( class MappingProxyType (line 139) | class MappingProxyType(Mapping[_KT, _VT], Generic[_KT, _VT]): method __init__ (line 140) | def __init__(self, mapping: Mapping[_KT, _VT]) -> None: ... method __getitem__ (line 141) | def __getitem__(self, k: _KT) -> _VT: ... method __iter__ (line 142) | def __iter__(self) -> Iterator[_KT]: ... method __len__ (line 143) | def __len__(self) -> int: ... method copy (line 144) | def copy(self) -> Dict[_KT, _VT]: ... class SimpleNamespace (line 146) | class SimpleNamespace: method __init__ (line 147) | def __init__(self, **kwargs: Any) -> None: ... method __getattribute__ (line 148) | def __getattribute__(self, name: str) -> Any: ... method __setattr__ (line 149) | def __setattr__(self, name: str, value: Any) -> None: ... method __delattr__ (line 150) | def __delattr__(self, name: str) -> None: ... class GeneratorType (line 152) | class GeneratorType: method __iter__ (line 157) | def __iter__(self) -> GeneratorType: ... method __next__ (line 158) | def __next__(self) -> Any: ... method close (line 159) | def close(self) -> None: ... method send (line 160) | def send(self, __arg: Any) -> Any: ... method throw (line 162) | def throw(self, __typ: Type[BaseException], __val: Union[BaseException... method throw (line 164) | def throw(self, __typ: BaseException, __val: None = ..., __tb: Optiona... class AsyncGeneratorType (line 166) | class AsyncGeneratorType(Generic[_T_co, _T_contra]): method __aiter__ (line 171) | def __aiter__(self) -> Awaitable[AsyncGeneratorType[_T_co, _T_contra]]... method __anext__ (line 172) | def __anext__(self) -> Awaitable[_T_co]: ... method asend (line 173) | def asend(self, __val: _T_contra) -> Awaitable[_T_co]: ... method athrow (line 175) | def athrow( method athrow (line 179) | def athrow(self, __typ: BaseException, __val: None = ..., __tb: Option... method aclose (line 180) | def aclose(self) -> Awaitable[None]: ... class CoroutineType (line 182) | class CoroutineType: method close (line 187) | def close(self) -> None: ... method send (line 188) | def send(self, __arg: Any) -> Any: ... method throw (line 190) | def throw(self, __typ: Type[BaseException], __val: Union[BaseException... method throw (line 192) | def throw(self, __typ: BaseException, __val: None = ..., __tb: Optiona... class _StaticFunctionType (line 194) | class _StaticFunctionType: method __get__ (line 208) | def __get__(self, obj: Optional[object], type: Optional[type]) -> Func... class MethodType (line 210) | class MethodType: method __init__ (line 215) | def __init__(self, func: Callable[..., Any], obj: object) -> None: ... method __call__ (line 216) | def __call__(self, *args: Any, **kwargs: Any) -> Any: ... class BuiltinFunctionType (line 218) | class BuiltinFunctionType: method __call__ (line 222) | def __call__(self, *args: Any, **kwargs: Any) -> Any: ... class WrapperDescriptorType (line 227) | class WrapperDescriptorType: method __call__ (line 231) | def __call__(self, *args: Any, **kwargs: Any) -> Any: ... method __get__ (line 232) | def __get__(self, obj: Any, type: type = ...) -> Any: ... class MethodWrapperType (line 234) | class MethodWrapperType: method __call__ (line 239) | def __call__(self, *args: Any, **kwargs: Any) -> Any: ... method __eq__ (line 240) | def __eq__(self, other: Any) -> bool: ... method __ne__ (line 241) | def __ne__(self, other: Any) -> bool: ... class MethodDescriptorType (line 243) | class MethodDescriptorType: method __call__ (line 247) | def __call__(self, *args: Any, **kwargs: Any) -> Any: ... method __get__ (line 248) | def __get__(self, obj: Any, type: type = ...) -> Any: ... class ClassMethodDescriptorType (line 250) | class ClassMethodDescriptorType: method __call__ (line 254) | def __call__(self, *args: Any, **kwargs: Any) -> Any: ... method __get__ (line 255) | def __get__(self, obj: Any, type: type = ...) -> Any: ... class TracebackType (line 257) | class TracebackType: method __init__ (line 259) | def __init__(self, tb_next: Optional[TracebackType], tb_frame: FrameTy... method tb_next (line 263) | def tb_next(self) -> Optional[TracebackType]: ... method tb_frame (line 266) | def tb_frame(self) -> FrameType: ... method tb_lasti (line 268) | def tb_lasti(self) -> int: ... method tb_lineno (line 270) | def tb_lineno(self) -> int: ... class FrameType (line 272) | class FrameType: method clear (line 284) | def clear(self) -> None: ... class GetSetDescriptorType (line 286) | class GetSetDescriptorType: method __get__ (line 289) | def __get__(self, obj: Any, type: type = ...) -> Any: ... method __set__ (line 290) | def __set__(self, obj: Any) -> None: ... method __delete__ (line 291) | def __delete__(self, obj: Any) -> None: ... class MemberDescriptorType (line 293) | class MemberDescriptorType: method __get__ (line 296) | def __get__(self, obj: Any, type: type = ...) -> Any: ... method __set__ (line 297) | def __set__(self, obj: Any) -> None: ... method __delete__ (line 298) | def __delete__(self, obj: Any) -> None: ... function new_class (line 301) | def new_class( function resolve_bases (line 304) | def resolve_bases(bases: Iterable[object]) -> Tuple[Any, ...]: ... function new_class (line 307) | def new_class( function prepare_class (line 311) | def prepare_class(name: str, bases: Tuple[type, ...] = ..., kwds: Dict[s... function coroutine (line 316) | def coroutine(f: Callable[..., Any]) -> CoroutineType: ... class GenericAlias (line 319) | class GenericAlias: method __init__ (line 323) | def __init__(self, origin: type, args: Any) -> None: ... method __getattr__ (line 324) | def __getattr__(self, name: str) -> Any: ... # incomplete class NoneType (line 328) | class NoneType: method __bool__ (line 329) | def __bool__(self) -> Literal[False]: ... FILE: stubs/micropython-pico-go/stdlib/typing.pyi class TypeVar (line 26) | class TypeVar: method __init__ (line 32) | def __init__( class _SpecialForm (line 43) | class _SpecialForm: method __getitem__ (line 44) | def __getitem__(self, typeargs: Any) -> object: ... function final (line 58) | def final(f: _F) -> _F: ... class GenericMeta (line 64) | class GenericMeta(type): ... class ParamSpec (line 67) | class ParamSpec: method __init__ (line 69) | def __init__(self, name: str) -> None: ... function no_type_check_decorator (line 94) | def no_type_check_decorator(decorator: _C) -> _C: ... class _Alias (line 98) | class _Alias: method __getitem__ (line 100) | def __getitem__(self, typeargs: Any) -> Any: ... function runtime_checkable (line 122) | def runtime_checkable(cls: _TC) -> _TC: ... class SupportsInt (line 124) | class SupportsInt(Protocol, metaclass=ABCMeta): method __int__ (line 126) | def __int__(self) -> int: ... class SupportsFloat (line 129) | class SupportsFloat(Protocol, metaclass=ABCMeta): method __float__ (line 131) | def __float__(self) -> float: ... class SupportsComplex (line 134) | class SupportsComplex(Protocol, metaclass=ABCMeta): method __complex__ (line 136) | def __complex__(self) -> complex: ... class SupportsBytes (line 139) | class SupportsBytes(Protocol, metaclass=ABCMeta): method __bytes__ (line 141) | def __bytes__(self) -> bytes: ... class SupportsIndex (line 145) | class SupportsIndex(Protocol, metaclass=ABCMeta): method __index__ (line 147) | def __index__(self) -> int: ... class SupportsAbs (line 150) | class SupportsAbs(Protocol[_T_co]): method __abs__ (line 152) | def __abs__(self) -> _T_co: ... class SupportsRound (line 155) | class SupportsRound(Protocol[_T_co]): method __round__ (line 158) | def __round__(self) -> int: ... method __round__ (line 161) | def __round__(self, ndigits: int) -> _T_co: ... class Sized (line 164) | class Sized(Protocol, metaclass=ABCMeta): method __len__ (line 166) | def __len__(self) -> int: ... class Hashable (line 169) | class Hashable(Protocol, metaclass=ABCMeta): method __hash__ (line 174) | def __hash__(self) -> int: ... class Iterable (line 177) | class Iterable(Protocol[_T_co]): method __iter__ (line 179) | def __iter__(self) -> Iterator[_T_co]: ... class Iterator (line 182) | class Iterator(Iterable[_T_co], Protocol[_T_co]): method __next__ (line 184) | def __next__(self) -> _T_co: ... method __iter__ (line 185) | def __iter__(self) -> Iterator[_T_co]: ... class Reversible (line 188) | class Reversible(Iterable[_T_co], Protocol[_T_co]): method __reversed__ (line 190) | def __reversed__(self) -> Iterator[_T_co]: ... class Generator (line 192) | class Generator(Iterator[_T_co], Generic[_T_co, _T_contra, _V_co]): method __next__ (line 193) | def __next__(self) -> _T_co: ... method send (line 195) | def send(self, __value: _T_contra) -> _T_co: ... method throw (line 198) | def throw( method throw (line 206) | def throw( method close (line 212) | def close(self) -> None: ... method __iter__ (line 213) | def __iter__(self) -> Generator[_T_co, _T_contra, _V_co]: ... method gi_code (line 215) | def gi_code(self) -> CodeType: ... method gi_frame (line 217) | def gi_frame(self) -> FrameType: ... method gi_running (line 219) | def gi_running(self) -> bool: ... method gi_yieldfrom (line 221) | def gi_yieldfrom(self) -> Optional[Generator[Any, Any, Any]]: ... class Awaitable (line 224) | class Awaitable(Protocol[_T_co]): method __await__ (line 226) | def __await__(self) -> Generator[Any, None, _T_co]: ... class Coroutine (line 228) | class Coroutine(Awaitable[_V_co], Generic[_T_co, _T_contra, _V_co]): method cr_await (line 232) | def cr_await(self) -> Optional[Any]: ... method cr_code (line 234) | def cr_code(self) -> CodeType: ... method cr_frame (line 236) | def cr_frame(self) -> FrameType: ... method cr_running (line 238) | def cr_running(self) -> bool: ... method send (line 240) | def send(self, __value: _T_contra) -> _T_co: ... method throw (line 243) | def throw( method throw (line 251) | def throw( method close (line 258) | def close(self) -> None: ... class AwaitableGenerator (line 262) | class AwaitableGenerator( class AsyncIterable (line 270) | class AsyncIterable(Protocol[_T_co]): method __aiter__ (line 272) | def __aiter__(self) -> AsyncIterator[_T_co]: ... class AsyncIterator (line 275) | class AsyncIterator(AsyncIterable[_T_co], Protocol[_T_co]): method __anext__ (line 277) | def __anext__(self) -> Awaitable[_T_co]: ... method __aiter__ (line 278) | def __aiter__(self) -> AsyncIterator[_T_co]: ... class AsyncGenerator (line 280) | class AsyncGenerator(AsyncIterator[_T_co], Generic[_T_co, _T_contra]): method __anext__ (line 282) | def __anext__(self) -> Awaitable[_T_co]: ... method asend (line 284) | def asend(self, __value: _T_contra) -> Awaitable[_T_co]: ... method athrow (line 287) | def athrow( method athrow (line 295) | def athrow( method aclose (line 302) | def aclose(self) -> Awaitable[None]: ... method __aiter__ (line 304) | def __aiter__(self) -> AsyncGenerator[_T_co, _T_contra]: ... method ag_await (line 306) | def ag_await(self) -> Any: ... method ag_code (line 308) | def ag_code(self) -> CodeType: ... method ag_frame (line 310) | def ag_frame(self) -> FrameType: ... method ag_running (line 312) | def ag_running(self) -> bool: ... class Container (line 315) | class Container(Protocol[_T_co]): method __contains__ (line 317) | def __contains__(self, __x: object) -> bool: ... class Collection (line 320) | class Collection(Iterable[_T_co], Container[_T_co], Protocol[_T_co]): method __len__ (line 323) | def __len__(self) -> int: ... class Sequence (line 327) | class Sequence(_Collection[_T_co], Reversible[_T_co], Generic[_T_co]): method __getitem__ (line 330) | def __getitem__(self, i: int) -> _T_co: ... method __getitem__ (line 333) | def __getitem__(self, s: slice) -> Sequence[_T_co]: ... method index (line 335) | def index(self, value: Any, start: int = ..., stop: int = ...) -> int:... method count (line 336) | def count(self, value: Any) -> int: ... method __contains__ (line 337) | def __contains__(self, x: object) -> bool: ... method __iter__ (line 338) | def __iter__(self) -> Iterator[_T_co]: ... method __reversed__ (line 339) | def __reversed__(self) -> Iterator[_T_co]: ... class MutableSequence (line 341) | class MutableSequence(Sequence[_T], Generic[_T]): method insert (line 343) | def insert(self, index: int, value: _T) -> None: ... method __getitem__ (line 346) | def __getitem__(self, i: int) -> _T: ... method __getitem__ (line 349) | def __getitem__(self, s: slice) -> MutableSequence[_T]: ... method __setitem__ (line 352) | def __setitem__(self, i: int, o: _T) -> None: ... method __setitem__ (line 355) | def __setitem__(self, s: slice, o: Iterable[_T]) -> None: ... method __delitem__ (line 358) | def __delitem__(self, i: int) -> None: ... method __delitem__ (line 361) | def __delitem__(self, i: slice) -> None: ... method append (line 363) | def append(self, value: _T) -> None: ... method clear (line 364) | def clear(self) -> None: ... method extend (line 365) | def extend(self, values: Iterable[_T]) -> None: ... method reverse (line 366) | def reverse(self) -> None: ... method pop (line 367) | def pop(self, index: int = ...) -> _T: ... method remove (line 368) | def remove(self, value: _T) -> None: ... method __iadd__ (line 369) | def __iadd__(self, x: Iterable[_T]) -> MutableSequence[_T]: ... class AbstractSet (line 371) | class AbstractSet(_Collection[_T_co], Generic[_T_co]): method __contains__ (line 373) | def __contains__(self, x: object) -> bool: ... method __le__ (line 375) | def __le__(self, s: AbstractSet[Any]) -> bool: ... method __lt__ (line 376) | def __lt__(self, s: AbstractSet[Any]) -> bool: ... method __gt__ (line 377) | def __gt__(self, s: AbstractSet[Any]) -> bool: ... method __ge__ (line 378) | def __ge__(self, s: AbstractSet[Any]) -> bool: ... method __and__ (line 379) | def __and__(self, s: AbstractSet[Any]) -> AbstractSet[_T_co]: ... method __or__ (line 380) | def __or__(self, s: AbstractSet[_T]) -> AbstractSet[Union[_T_co, _T]]:... method __sub__ (line 381) | def __sub__(self, s: AbstractSet[Any]) -> AbstractSet[_T_co]: ... method __xor__ (line 382) | def __xor__(self, s: AbstractSet[_T]) -> AbstractSet[Union[_T_co, _T]]... method isdisjoint (line 383) | def isdisjoint(self, other: Iterable[Any]) -> bool: ... class MutableSet (line 385) | class MutableSet(AbstractSet[_T], Generic[_T]): method add (line 387) | def add(self, value: _T) -> None: ... method discard (line 389) | def discard(self, value: _T) -> None: ... method clear (line 391) | def clear(self) -> None: ... method pop (line 392) | def pop(self) -> _T: ... method remove (line 393) | def remove(self, value: _T) -> None: ... method __ior__ (line 394) | def __ior__(self, s: AbstractSet[_S]) -> MutableSet[Union[_T, _S]]: ... method __iand__ (line 395) | def __iand__(self, s: AbstractSet[Any]) -> MutableSet[_T]: ... method __ixor__ (line 396) | def __ixor__(self, s: AbstractSet[_S]) -> MutableSet[Union[_T, _S]]: ... method __isub__ (line 397) | def __isub__(self, s: AbstractSet[Any]) -> MutableSet[_T]: ... class MappingView (line 399) | class MappingView(Sized): method __init__ (line 400) | def __init__(self, mapping: Mapping[_KT_co, _VT_co]) -> None: ... # u... method __len__ (line 401) | def __len__(self) -> int: ... class ItemsView (line 403) | class ItemsView(MappingView, AbstractSet[Tuple[_KT_co, _VT_co]], Generic... method __init__ (line 404) | def __init__(self, mapping: Mapping[_KT_co, _VT_co]) -> None: ... # u... method __and__ (line 405) | def __and__(self, o: Iterable[Any]) -> Set[Tuple[_KT_co, _VT_co]]: ... method __rand__ (line 406) | def __rand__(self, o: Iterable[_T]) -> Set[_T]: ... method __contains__ (line 407) | def __contains__(self, o: object) -> bool: ... method __iter__ (line 408) | def __iter__(self) -> Iterator[Tuple[_KT_co, _VT_co]]: ... method __reversed__ (line 410) | def __reversed__(self) -> Iterator[Tuple[_KT_co, _VT_co]]: ... method __or__ (line 412) | def __or__(self, o: Iterable[_T]) -> Set[Union[Tuple[_KT_co, _VT_co], ... method __ror__ (line 413) | def __ror__(self, o: Iterable[_T]) -> Set[Union[Tuple[_KT_co, _VT_co],... method __sub__ (line 414) | def __sub__(self, o: Iterable[Any]) -> Set[Tuple[_KT_co, _VT_co]]: ... method __rsub__ (line 415) | def __rsub__(self, o: Iterable[_T]) -> Set[_T]: ... method __xor__ (line 416) | def __xor__(self, o: Iterable[_T]) -> Set[Union[Tuple[_KT_co, _VT_co],... method __rxor__ (line 417) | def __rxor__(self, o: Iterable[_T]) -> Set[Union[Tuple[_KT_co, _VT_co]... class KeysView (line 419) | class KeysView(MappingView, AbstractSet[_KT_co], Generic[_KT_co]): method __init__ (line 420) | def __init__(self, mapping: Mapping[_KT_co, _VT_co]) -> None: ... # u... method __and__ (line 421) | def __and__(self, o: Iterable[Any]) -> Set[_KT_co]: ... method __rand__ (line 422) | def __rand__(self, o: Iterable[_T]) -> Set[_T]: ... method __contains__ (line 423) | def __contains__(self, o: object) -> bool: ... method __iter__ (line 424) | def __iter__(self) -> Iterator[_KT_co]: ... method __reversed__ (line 426) | def __reversed__(self) -> Iterator[_KT_co]: ... method __or__ (line 428) | def __or__(self, o: Iterable[_T]) -> Set[Union[_KT_co, _T]]: ... method __ror__ (line 429) | def __ror__(self, o: Iterable[_T]) -> Set[Union[_KT_co, _T]]: ... method __sub__ (line 430) | def __sub__(self, o: Iterable[Any]) -> Set[_KT_co]: ... method __rsub__ (line 431) | def __rsub__(self, o: Iterable[_T]) -> Set[_T]: ... method __xor__ (line 432) | def __xor__(self, o: Iterable[_T]) -> Set[Union[_KT_co, _T]]: ... method __rxor__ (line 433) | def __rxor__(self, o: Iterable[_T]) -> Set[Union[_KT_co, _T]]: ... class ValuesView (line 435) | class ValuesView(MappingView, Iterable[_VT_co], Generic[_VT_co]): method __init__ (line 436) | def __init__(self, mapping: Mapping[_KT_co, _VT_co]) -> None: ... # u... method __contains__ (line 437) | def __contains__(self, o: object) -> bool: ... method __iter__ (line 438) | def __iter__(self) -> Iterator[_VT_co]: ... method __reversed__ (line 440) | def __reversed__(self) -> Iterator[_VT_co]: ... class ContextManager (line 443) | class ContextManager(Protocol[_T_co]): method __enter__ (line 444) | def __enter__(self) -> _T_co: ... method __exit__ (line 445) | def __exit__( class AsyncContextManager (line 453) | class AsyncContextManager(Protocol[_T_co]): method __aenter__ (line 454) | def __aenter__(self) -> Awaitable[_T_co]: ... method __aexit__ (line 455) | def __aexit__( class Mapping (line 462) | class Mapping(_Collection[_KT], Generic[_KT, _VT_co]): method __getitem__ (line 466) | def __getitem__(self, k: _KT) -> _VT_co: ... method get (line 469) | def get(self, key: _KT) -> Optional[_VT_co]: ... method get (line 471) | def get(self, key: _KT, default: Union[_VT_co, _T]) -> Union[_VT_co, _... method items (line 472) | def items(self) -> AbstractSet[Tuple[_KT, _VT_co]]: ... method keys (line 473) | def keys(self) -> AbstractSet[_KT]: ... method values (line 474) | def values(self) -> ValuesView[_VT_co]: ... method __contains__ (line 475) | def __contains__(self, o: object) -> bool: ... class MutableMapping (line 477) | class MutableMapping(Mapping[_KT, _VT], Generic[_KT, _VT]): method __setitem__ (line 479) | def __setitem__(self, k: _KT, v: _VT) -> None: ... method __delitem__ (line 481) | def __delitem__(self, v: _KT) -> None: ... method clear (line 482) | def clear(self) -> None: ... method pop (line 484) | def pop(self, key: _KT) -> _VT: ... method pop (line 486) | def pop(self, key: _KT, default: Union[_VT, _T] = ...) -> Union[_VT, _... method popitem (line 487) | def popitem(self) -> Tuple[_KT, _VT]: ... method setdefault (line 488) | def setdefault(self, key: _KT, default: _VT = ...) -> _VT: ... method update (line 500) | def update(self, __m: Mapping[_KT, _VT], **kwargs: _VT) -> None: ... method update (line 502) | def update(self, __m: Iterable[Tuple[_KT, _VT]], **kwargs: _VT) -> Non... method update (line 504) | def update(self, **kwargs: _VT) -> None: ... class IO (line 510) | class IO(Iterator[AnyStr], Generic[AnyStr]): method mode (line 513) | def mode(self) -> str: ... method name (line 515) | def name(self) -> str: ... method close (line 517) | def close(self) -> None: ... method closed (line 519) | def closed(self) -> bool: ... method fileno (line 521) | def fileno(self) -> int: ... method flush (line 523) | def flush(self) -> None: ... method isatty (line 525) | def isatty(self) -> bool: ... method read (line 527) | def read(self, n: int = ...) -> AnyStr: ... method readable (line 529) | def readable(self) -> bool: ... method readline (line 531) | def readline(self, limit: int = ...) -> AnyStr: ... method readlines (line 533) | def readlines(self, hint: int = ...) -> list[AnyStr]: ... method seek (line 535) | def seek(self, offset: int, whence: int = ...) -> int: ... method seekable (line 537) | def seekable(self) -> bool: ... method tell (line 539) | def tell(self) -> int: ... method truncate (line 541) | def truncate(self, size: Optional[int] = ...) -> int: ... method writable (line 543) | def writable(self) -> bool: ... method write (line 545) | def write(self, s: AnyStr) -> int: ... method writelines (line 547) | def writelines(self, lines: Iterable[AnyStr]) -> None: ... method __next__ (line 549) | def __next__(self) -> AnyStr: ... method __iter__ (line 551) | def __iter__(self) -> Iterator[AnyStr]: ... method __enter__ (line 553) | def __enter__(self) -> IO[AnyStr]: ... method __exit__ (line 555) | def __exit__( class BinaryIO (line 562) | class BinaryIO(IO[bytes]): method __enter__ (line 564) | def __enter__(self) -> BinaryIO: ... class TextIO (line 566) | class TextIO(IO[str]): method buffer (line 569) | def buffer(self) -> BinaryIO: ... method encoding (line 571) | def encoding(self) -> str: ... method errors (line 573) | def errors(self) -> Optional[str]: ... method line_buffering (line 575) | def line_buffering(self) -> int: ... # int on PyPy, bool on CPython method newlines (line 577) | def newlines(self) -> Any: ... # None, str or tuple method __enter__ (line 579) | def __enter__(self) -> TextIO: ... class ByteString (line 581) | class ByteString(Sequence[int], metaclass=ABCMeta): ... class Match (line 583) | class Match(Generic[AnyStr]): method expand (line 593) | def expand(self, template: AnyStr) -> AnyStr: ... method group (line 596) | def group(self, __group: Union[str, int] = ...) -> AnyStr: ... method group (line 598) | def group( method groups (line 604) | def groups(self, default: AnyStr = ...) -> Sequence[AnyStr]: ... method groupdict (line 605) | def groupdict(self, default: AnyStr = ...) -> dict[str, AnyStr]: ... method start (line 606) | def start(self, __group: Union[int, str] = ...) -> int: ... method end (line 607) | def end(self, __group: Union[int, str] = ...) -> int: ... method span (line 608) | def span(self, __group: Union[int, str] = ...) -> Tuple[int, int]: ... method regs (line 610) | def regs(self) -> Tuple[Tuple[int, int], ...]: ... # undocumented method __getitem__ (line 611) | def __getitem__(self, g: Union[int, str]) -> AnyStr: ... method __class_getitem__ (line 613) | def __class_getitem__(cls, item: Any) -> GenericAlias: ... class Pattern (line 615) | class Pattern(Generic[AnyStr]): method search (line 620) | def search(self, string: AnyStr, pos: int = ..., endpos: int = ...) ->... method match (line 621) | def match(self, string: AnyStr, pos: int = ..., endpos: int = ...) -> ... method fullmatch (line 623) | def fullmatch(self, string: AnyStr, pos: int = ..., endpos: int = ...)... method split (line 624) | def split(self, string: AnyStr, maxsplit: int = ...) -> list[AnyStr]: ... method findall (line 625) | def findall(self, string: AnyStr, pos: int = ..., endpos: int = ...) -... method finditer (line 626) | def finditer(self, string: AnyStr, pos: int = ..., endpos: int = ...) ... method sub (line 628) | def sub(self, repl: AnyStr, string: AnyStr, count: int = ...) -> AnySt... method sub (line 630) | def sub(self, repl: Callable[[Match[AnyStr]], AnyStr], string: AnyStr,... method subn (line 632) | def subn(self, repl: AnyStr, string: AnyStr, count: int = ...) -> Tupl... method subn (line 634) | def subn(self, repl: Callable[[Match[AnyStr]], AnyStr], string: AnyStr... method __class_getitem__ (line 636) | def __class_getitem__(cls, item: Any) -> GenericAlias: ... function get_type_hints (line 663) | def get_type_hints( function get_type_hints (line 671) | def get_type_hints( function get_origin (line 678) | def get_origin(tp: Any) -> Optional[Any]: ... function get_args (line 679) | def get_args(tp: Any) -> Tuple[Any, ...]: ... function cast (line 682) | def cast(typ: Type[_T], val: Any) -> _T: ... function cast (line 684) | def cast(typ: str, val: Any) -> Any: ... function cast (line 686) | def cast(typ: object, val: Any) -> Any: ... class NamedTuple (line 691) | class NamedTuple(Tuple[Any, ...]): method __init__ (line 696) | def __init__(self, typename: str, fields: Iterable[Tuple[str, Any]] = ... method _make (line 698) | def _make(cls: Type[_T], iterable: Iterable[Any]) -> _T: ... method _asdict (line 700) | def _asdict(self) -> Dict[str, Any]: ... method _asdict (line 702) | def _asdict(self) -> collections.OrderedDict[str, Any]: ... method _replace (line 704) | def _replace(self: _T, **kwargs: Any) -> _T: ... class _TypedDict (line 707) | class _TypedDict(Mapping[str, object], metaclass=ABCMeta): method copy (line 708) | def copy(self: _T) -> _T: ... method setdefault (line 711) | def setdefault(self, k: NoReturn, default: object) -> object: ... method pop (line 713) | def pop(self, k: NoReturn, default: _T = ...) -> object: ... method update (line 714) | def update(self: _T, __m: _T) -> None: ... method __delitem__ (line 715) | def __delitem__(self, k: NoReturn) -> None: ... method items (line 716) | def items(self) -> ItemsView[str, object]: ... method keys (line 717) | def keys(self) -> KeysView[str]: ... method values (line 718) | def values(self) -> ValuesView[object]: ... function NewType (line 720) | def NewType(name: str, tp: Type[_T]) -> Type[_T]: ... function type_check_only (line 723) | def type_check_only(func_or_cls: _C) -> _C: ... class ForwardRef (line 728) | class ForwardRef: method __init__ (line 734) | def __init__(self, arg: str, is_argument: bool = ...) -> None: ... method _evaluate (line 735) | def _evaluate(self, globalns: Optional[Dict[str, Any]], localns: Optio... method __eq__ (line 736) | def __eq__(self, other: Any) -> bool: ... method __hash__ (line 737) | def __hash__(self) -> int: ... method __repr__ (line 738) | def __repr__(self) -> str: ... FILE: stubs/micropython-pico-go/stdlib/uarray.pyi class array (line 15) | class array(MutableSequence[_T], Generic[_T]): method __init__ (line 19) | def __init__(self: array[int], typecode: _IntTypeCode, __initializer: ... method __init__ (line 21) | def __init__(self: array[float], typecode: _FloatTypeCode, __initializ... method __init__ (line 23) | def __init__(self: array[Text], typecode: _UnicodeTypeCode, __initiali... method __init__ (line 25) | def __init__(self, typecode: str, __initializer: Union[bytes, Iterable... method append (line 26) | def append(self, __v: _T) -> None: ... method decode (line 27) | def decode(self) -> str: ... method extend (line 28) | def extend(self, __bb: Iterable[_T]) -> None: ... method __len__ (line 29) | def __len__(self) -> int: ... method __getitem__ (line 31) | def __getitem__(self, i: int) -> _T: ... method __getitem__ (line 33) | def __getitem__(self, s: slice) -> array[_T]: ... method __setitem__ (line 35) | def __setitem__(self, i: int, o: _T) -> None: ... method __setitem__ (line 37) | def __setitem__(self, s: slice, o: array[_T]) -> None: ... method __delitem__ (line 38) | def __delitem__(self, i: Union[int, slice]) -> None: ... method __add__ (line 39) | def __add__(self, x: array[_T]) -> array[_T]: ... method __ge__ (line 40) | def __ge__(self, other: array[_T]) -> bool: ... method __gt__ (line 41) | def __gt__(self, other: array[_T]) -> bool: ... method __iadd__ (line 42) | def __iadd__(self, x: array[_T]) -> array[_T]: ... # type: ignore # ... method __imul__ (line 43) | def __imul__(self, n: int) -> array[_T]: ... method __le__ (line 44) | def __le__(self, other: array[_T]) -> bool: ... method __lt__ (line 45) | def __lt__(self, other: array[_T]) -> bool: ... method __mul__ (line 46) | def __mul__(self, n: int) -> array[_T]: ... method __rmul__ (line 47) | def __rmul__(self, n: int) -> array[_T]: ... method __delslice__ (line 49) | def __delslice__(self, i: int, j: int) -> None: ... method __getslice__ (line 50) | def __getslice__(self, i: int, j: int) -> array[_T]: ... method __setslice__ (line 51) | def __setslice__(self, i: int, j: int, y: array[_T]) -> None: ... FILE: stubs/micropython-pico-go/stdlib/ubinascii.pyi function hexlify (line 23) | def hexlify(data: Any, sep: Any = "") -> bytes: function unhexlify (line 35) | def unhexlify(data: Any) -> bytes: function a2b_base64 (line 46) | def a2b_base64(data: Any) -> bytes: function b2a_base64 (line 57) | def b2a_base64(data: Any) -> bytes: FILE: stubs/micropython-pico-go/stdlib/uctypes.pyi function addressof (line 59) | def addressof(value: Any) -> int: function bytearray_at (line 66) | def bytearray_at(addr: int, size: int) -> bytearray: function bytes_at (line 74) | def bytes_at(addr: int, size: int) -> bytes: function sizeof (line 82) | def sizeof(struct: Any, layout_type: int = NATIVE, /) -> int: class struct (line 89) | class struct: method __init__ (line 90) | def __init__(self, addr: int, descriptor: Any, layout_type: int = NATI... FILE: stubs/micropython-pico-go/stdlib/uhashlib.pyi class sha256 (line 5) | class sha256(object): method __init__ (line 6) | def __init__(self, data: ReadableBuffer = ...) -> None: ... method digest (line 7) | def digest(self) -> bytes: ... method update (line 8) | def update(self, __data: ReadableBuffer) -> None: ... FILE: stubs/micropython-pico-go/stdlib/uio.pyi function open (line 23) | def open(file: str, *, mode: str = "r", buffering: int = -1, encoding: s... class _IOBase (line 51) | class _IOBase(object): method read (line 57) | def read(self, size: int = -1) -> bytes: method readinto (line 68) | def readinto(self, b: Any) -> int: method readline (line 78) | def readline(self, size: int = -1) -> bytes: method write (line 88) | def write(self, b: Any) -> int: method seek (line 98) | def seek(self, offset: int, whence: int = 0) -> int: method tell (line 118) | def tell(self) -> int: method flush (line 125) | def flush(self) -> None: method close (line 131) | def close(self) -> None: method __enter__ (line 137) | def __enter__(self) -> Any: method __exit__ (line 140) | def __exit__(self) -> None: class FileIO (line 144) | class FileIO(_IOBase): method __init__ (line 149) | def __init__(self, file: str, *, mode: str = "r", buffering: int = -1,... method readlines (line 172) | def readlines(self) -> List: method __del__ (line 182) | def __del__(self) -> None: class TextIOWrapper (line 189) | class TextIOWrapper(_IOBase): method __init__ (line 195) | def __init__(self, file: str, *, mode: str = "r", buffering: int = -1,... method readlines (line 218) | def readlines(self) -> List: method __del__ (line 228) | def __del__(self) -> None: class StringIO (line 235) | class StringIO(_IOBase): method __init__ (line 241) | def __init__(self, *, initial_value: str = "", newline: str = "\n") ->... method getvalue (line 256) | def getvalue(self) -> str: class BytesIO (line 266) | class BytesIO(_IOBase): method __init__ (line 272) | def __init__(self, initial_bytes: Any = None) -> None: method getvalue (line 280) | def getvalue(self) -> bytes: FILE: stubs/micropython-pico-go/stdlib/uos.pyi function chdir (line 25) | def chdir(path: str) -> None: function getcwd (line 33) | def getcwd() -> str: function ilistdir (line 41) | def ilistdir(path: str = ".") -> Iterator[Tuple]: function listdir (line 65) | def listdir(path: str = ".") -> List: function mkdir (line 76) | def mkdir(path: str) -> None: function mount (line 84) | def mount(fsobj, mount_point, *, readonly) -> None: function remove (line 102) | def remove(path: str) -> None: function rename (line 110) | def rename(old_path: str, new_path: str) -> None: function rmdir (line 119) | def rmdir(dir: str) -> None: function stat (line 127) | def stat(path: str) -> Tuple: function statvfs (line 132) | def statvfs(path: str) -> Tuple: function umount (line 155) | def umount(mount_point: Any) -> None: function uname (line 164) | def uname() -> Tuple: FILE: stubs/micropython-pico-go/stdlib/urandom.pyi function choice (line 8) | def choice(seq: Sequence[_T]) -> _T: function getrandbits (line 15) | def getrandbits(k: int) -> int: function randint (line 25) | def randint(a: int, b: int) -> int: function random (line 31) | def random() -> float: function randrange (line 37) | def randrange(start: int, stop: Union[int, None] = ..., step: int = ...)... function seed (line 45) | def seed(a: Any = ..., version: int = ...) -> None: function uniform (line 59) | def uniform(a: float, b: float) -> float: FILE: stubs/micropython-pico-go/stdlib/ure.pyi class RegexFlag (line 11) | class RegexFlag(enum.IntFlag): class error (line 49) | class error(Exception): function compile (line 56) | def compile(regex_str: AnyStr, flags: _FlagsType = ...) -> Pattern[AnyStr]: function search (line 62) | def search(regex_str: AnyStr, string: AnyStr, flags: _FlagsType = ...) -... function match (line 70) | def match(regex_str: AnyStr, string: AnyStr, flags: _FlagsType = ...) ->... function sub (line 77) | def sub(regex_str: AnyStr, repl: AnyStr, string: AnyStr, count: int = ..... FILE: stubs/micropython-pico-go/stdlib/uselect.pyi function select (line 37) | def select( class _poll (line 81) | class _poll: method register (line 88) | def register(self, obj: _Waitable, eventmask: int = (POLLIN | POLLOUT)... method unregister (line 108) | def unregister(self, obj: _Waitable, /) -> None: method modify (line 111) | def modify(self, obj: _Waitable, eventmask: int, /) -> None: method poll (line 117) | def poll(self, timeout: Optional[float] = None, /) -> List[_PollTuple]: method ipoll (line 137) | def ipoll(self, timeout: Optional[float] = None, flags: int = 0, /) ->... function poll (line 163) | def poll() -> _poll: FILE: stubs/micropython-pico-go/stdlib/ustruct.pyi function calcsize (line 23) | def calcsize(fmt: str) -> int: function pack (line 33) | def pack(fmt: str, v1: Any, *vn: Any) -> bytes: function pack_into (line 46) | def pack_into(fmt: str, buff: Any, offset: int, v1: Any, *vn: Any) -> None: function unpack (line 62) | def unpack(fmt: str, buffer: Any) -> Tuple: function unpack_from (line 74) | def unpack_from(fmt: str, buffer: Any, offset: int = 0) -> None: FILE: stubs/micropython-pico-go/stdlib/usys.pyi function exit (line 21) | def exit(arg: Optional[object] = None, /) -> None: function print_exception (line 29) | def print_exception(exc: BaseException, file: _IOBase = stdout, /) -> None: FILE: stubs/micropython-pico-go/stdlib/utime.pyi function gmtime (line 23) | def gmtime(secs: Optional[int] = None) -> tuple: function localtime (line 44) | def localtime(secs: Optional[int] = None) -> tuple: function mktime (line 65) | def mktime(local_time: tuple) -> int: function time (line 77) | def time() -> int: function time_ns (line 94) | def time_ns() -> int: function sleep (line 111) | def sleep(seconds: Union[int, float]) -> None: function sleep_ms (line 122) | def sleep_ms(ms: int) -> None: function sleep_us (line 130) | def sleep_us(us: int) -> None: function ticks_ms (line 138) | def ticks_ms() -> int: function ticks_us (line 146) | def ticks_us() -> int: function ticks_cpu (line 154) | def ticks_cpu() -> int: function ticks_add (line 163) | def ticks_add(ticks: int, delta: int) -> int: function ticks_diff (line 183) | def ticks_diff(ticks1: int, ticks2: int) -> int: FILE: stubs/micropython-pico-go/stdlib/uzlib.pyi function decompress (line 5) | def decompress(__data: bytes, wbits: int = 0, bufsize: int = 0) -> bytes: class DecompIO (line 16) | class DecompIO: method read (line 25) | def read(self) -> int: method readinto (line 27) | def readinto(self): method readline (line 29) | def readline(self): FILE: stubs/micropython-pico-go/stubs/btree/btree.pyi class _BTree (line 74) | class _BTree: method close (line 75) | def close(self) -> None: method flush (line 83) | def flush(self) -> None: method __getitem__ (line 86) | def __getitem__(self, key: bytes) -> bytes: ... method get (line 87) | def get(self, key: bytes, default: Optional[bytes] = None) -> Optional... method __setitem__ (line 88) | def __setitem__(self, key: bytes, val: bytes) -> None: ... method __detitem__ (line 89) | def __detitem__(self, key: bytes) -> None: ... method __contains__ (line 90) | def __contains__(self, key: bytes) -> bool: ... method __iter__ (line 91) | def __iter__(self) -> Iterable[bytes]: method keys (line 96) | def keys(self, start_key: bytes = None, end_key: bytes = None, flags: ... method values (line 97) | def values(self, start_key: bytes = None, end_key: bytes = None, flags... method items (line 98) | def items(self, start_key: bytes = None, end_key: bytes = None, flags:... function open (line 100) | def open(stream: Any, *, flags: int = 0, pagesize: int = 0, cachesize: i... FILE: stubs/micropython-pico-go/stubs/ds18x20/ds18x20.pyi class DS18X20 (line 5) | class DS18X20: method convert_temp (line 8) | def convert_temp(self): method read_scratch (line 13) | def read_scratch(self, rom) -> bytearray: method read_temp (line 18) | def read_temp(self, rom) -> int: method scan (line 29) | def scan(self) -> List[Any]: method write_scratch (line 35) | def write_scratch(self, rom, buf): function const (line 43) | def const(): FILE: stubs/micropython-pico-go/stubs/framebuf/framebuf.pyi class FrameBuffer (line 8) | class FrameBuffer: method __init__ (line 26) | def __init__(self, buffer: Any, width: int, height: int, format: int, ... method fill (line 52) | def fill(self, c: int) -> None: method pixel (line 56) | def pixel(self, x: int, y: int) -> int: method pixel (line 60) | def pixel(self, x: int, y: int, c: int) -> None: method hline (line 63) | def hline(self, x: int, y: int, w: int, c: int) -> None: method vline (line 69) | def vline(self, x: int, y: int, h: int, c: int) -> None: method line (line 75) | def line(self, x1: int, y1: int, x2: int, y2: int, c: int) -> None: method rect (line 81) | def rect(self, x: int, y: int, w: int, h: int, c: int) -> None: method fill_rect (line 84) | def fill_rect(self, x: int, y: int, w: int, h: int, c: int) -> None: method text (line 87) | def text(self, s: str, x: int, y: int, c: int = 1) -> None: method scroll (line 95) | def scroll(self, xstep: int, ystep: int) -> None: method blit (line 101) | def blit(self, fbuf: FrameBuffer, x: int, y: int, key: Optional[int] =... function FrameBuffer1 (line 115) | def FrameBuffer1(self, buffer: Any, width: int, height: int, stride: int... FILE: stubs/micropython-pico-go/stubs/machine/machine.pyi class ADC (line 41) | class ADC: method __init__ (line 55) | def __init__(self, pin: Union[int, Pin], /): method read_u16 (line 62) | def read_u16(self) -> int: class Pin (line 69) | class Pin: method __init__ (line 85) | def __init__(self, id: Union[int, str], /, mode: int = IN, pull: int =... method high (line 90) | def high(self): method init (line 94) | def init(self): method irq (line 98) | def irq(self, lambdaFunction, direction: int): method low (line 105) | def low(self): method off (line 109) | def off(self): method on (line 113) | def on(self): method toggle (line 117) | def toggle(self): method value (line 122) | def value(self) -> int: method value (line 132) | def value(self, value: Any, /) -> None: class SPI (line 142) | class SPI: method __init__ (line 171) | def __init__(self, id: int, /): method __init__ (line 183) | def __init__( method __init__ (line 208) | def __init__( method init (line 231) | def init( method init (line 265) | def init( method deinit (line 296) | def deinit(self) -> None: method read (line 300) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method readinto (line 306) | def readinto(self, buf: bytes, write: int = 0x00, /) -> Optional[int]: method write (line 314) | def write(self, buf: bytes, /) -> Optional[int]: method write_readinto (line 321) | def write_readinto(self, write_buf: bytes, read_buf: bytes, /) -> Opti... class SoftSPI (line 331) | class SoftSPI: method __init__ (line 360) | def __init__(self, id: int, /): method __init__ (line 372) | def __init__( method __init__ (line 397) | def __init__( method init (line 420) | def init( method init (line 454) | def init( method deinit (line 485) | def deinit(self) -> None: method read (line 489) | def read(self, nbytes: int, write: int = 0x00, /) -> bytes: method readinto (line 495) | def readinto(self, buf: bytes, write: int = 0x00, /) -> Optional[int]: method write (line 503) | def write(self, buf: bytes, /) -> Optional[int]: method write_readinto (line 510) | def write_readinto(self, write_buf: bytes, read_buf: bytes, /) -> Opti... class I2C (line 520) | class I2C: method __init__ (line 558) | def __init__(self, id: int, /, *, freq: int = 400_000): method __init__ (line 574) | def __init__(self, id: int, /, *, scl: Pin, sda: Pin, freq: int = 400_... method init (line 590) | def init(self, *, freq: int = 400_000) -> None: method init (line 599) | def init(self, *, scl: Pin, sda: Pin, freq: int = 400_000) -> None: method scan (line 607) | def scan(self) -> List[int]: method start (line 613) | def start(self) -> None: method stop (line 627) | def stop(self) -> None: method readinto (line 641) | def readinto(self, buf: bytes, nack: bool = True, /) -> None: method write (line 659) | def write(self, buf: bytes, /) -> int: method readfrom (line 675) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readfrom_into (line 688) | def readfrom_into(self, addr: int, buf: bytes, stop: bool = True, /) -... method writeto (line 703) | def writeto(self, addr: int, buf: bytes, stop: bool = True, /) -> int: method writevto (line 718) | def writevto(self, addr: int, vector: Sequence[bytes], stop: bool = Tr... method readfrom_mem (line 739) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method readfrom_mem_into (line 755) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: bytes, /, *,... method writeto_mem (line 774) | def writeto_mem(self, addr: int, memaddr: int, buf: bytes, /, *, addrs... class PWM (line 792) | class PWM: method __init__ (line 816) | def __init__(self, pin: Pin): method deinit (line 822) | def deinit(self) -> None: method duty_ns (line 826) | def duty_ns(self, duration: int): method duty_u16 (line 833) | def duty_u16(self, duration: int): method freq (line 843) | def freq(self, frequency: int): class SoftI2C (line 851) | class SoftI2C: method __init__ (line 889) | def __init__(self, id: int, /, *, freq: int = 400_000): method __init__ (line 905) | def __init__(self, id: int, /, *, scl: Pin, sda: Pin, freq: int = 400_... method init (line 921) | def init(self, *, freq: int = 400_000) -> None: method init (line 930) | def init(self, *, scl: Pin, sda: Pin, freq: int = 400_000) -> None: method scan (line 938) | def scan(self) -> List[int]: method start (line 944) | def start(self) -> None: method stop (line 958) | def stop(self) -> None: method readinto (line 972) | def readinto(self, buf: bytes, nack: bool = True, /) -> None: method write (line 990) | def write(self, buf: bytes, /) -> int: method readfrom (line 1006) | def readfrom(self, addr: int, nbytes: int, stop: bool = True, /) -> by... method readfrom_into (line 1019) | def readfrom_into(self, addr: int, buf: bytes, stop: bool = True, /) -... method writeto (line 1034) | def writeto(self, addr: int, buf: bytes, stop: bool = True, /) -> int: method writevto (line 1049) | def writevto(self, addr: int, vector: Sequence[bytes], stop: bool = Tr... method readfrom_mem (line 1070) | def readfrom_mem(self, addr: int, memaddr: int, nbytes: int, /, *, add... method readfrom_mem_into (line 1086) | def readfrom_mem_into(self, addr: int, memaddr: int, buf: bytes, /, *,... method writeto_mem (line 1105) | def writeto_mem(self, addr: int, memaddr: int, buf: bytes, /, *, addrs... class Timer (line 1123) | class Timer: method __init__ (line 1157) | def __init__(self, /): method __init__ (line 1165) | def __init__(self, id: int, /): method __init__ (line 1173) | def __init__( method init (line 1188) | def init( method deinit (line 1211) | def deinit(self) -> None: class UART (line 1216) | class UART: method __init__ (line 1224) | def __init__(self, id: int, baudrate: int = 9600, bits: int = 8, parit... method any (line 1236) | def any(self) -> int: method read (line 1241) | def read(self) -> Optional[bytes]: method read (line 1257) | def read(self, nbytes: int, /) -> Optional[bytes]: method readinto (line 1273) | def readinto(self, buf: bytes, /) -> Optional[int]: method readinto (line 1282) | def readinto(self, buf: bytes, nbytes: int, /) -> Optional[int]: method readline (line 1290) | def readline(self) -> Optional[str]: method write (line 1298) | def write(self, buf: bytes, /) -> Optional[int]: method sendbreak (line 1308) | def sendbreak(self) -> None: class WDT (line 1315) | class WDT: method __init__ (line 1331) | def __init__(self, *, id: int = 0, timeout: int = 5000): method feed (line 1336) | def feed(self) -> None: function bootloader (line 1345) | def bootloader() -> NoReturn: function deepsleep (line 1350) | def deepsleep(time_ms: int = None) -> None: function lightleep (line 1371) | def lightleep(time_ms: int = None) -> None: function freq (line 1389) | def freq(): function disable_irq (line 1394) | def disable_irq() -> int: function enable_irq (line 1402) | def enable_irq(state: int): function idle (line 1409) | def idle(): function reset (line 1421) | def reset(): function reset_cause (line 1427) | def reset_cause(): function soft_reset (line 1432) | def soft_reset(): function time_pulse_us (line 1439) | def time_pulse_us(pin: Pin, pulse_level: int, timeout_us: int = 1000000,... function unique_id (line 1456) | def unique_id() -> str: FILE: stubs/micropython-pico-go/stubs/micropython/micropython.pyi function const (line 9) | def const(expr: Any) -> Any: function opt_level (line 32) | def opt_level() -> int: function opt_level (line 41) | def opt_level(level: int) -> None: function alloc_emergency_exception_buf (line 45) | def alloc_emergency_exception_buf(size: int) -> None: function mem_info (line 59) | def mem_info() -> None: function mem_info (line 71) | def mem_info(verbose: Any) -> None: function qstr_info (line 76) | def qstr_info() -> None: function qstr_info (line 88) | def qstr_info(verbose) -> None: function stack_use (line 92) | def stack_use() -> int: function heap_lock (line 100) | def heap_lock() -> None: function heap_unlock (line 112) | def heap_unlock() -> None: function kbd_intr (line 124) | def kbd_intr(chr: int) -> None: function schedule (line 137) | def schedule(func: Callable[[_T], Any], arg: _T) -> None: FILE: stubs/micropython-pico-go/stubs/onewire/onewire.pyi class OneWire (line 4) | class OneWire: method __init__ (line 12) | def __init__(self, pin: Pin): ... method _search_rom (line 13) | def _search_rom(self, l_rom: bytearray, diff: int) -> Tuple[bytearray,... method crc8 (line 15) | def crc8(self, data: bytearray) -> int: method readbit (line 20) | def readbit(self) -> int: method readbyte (line 22) | def readbyte(self) -> int: method readinto (line 24) | def readinto(self, buf: bytearray): method reset (line 26) | def reset(self, required: bool = False) -> int: method scan (line 31) | def scan(self) -> Sequence[bytearray]: method select_rom (line 37) | def select_rom(self, rom: bytearray): method write (line 42) | def write(self, buf: bytearray): method writebit (line 44) | def writebit(self, value: int) -> None: method writebyte (line 46) | def writebyte(self, value: int) -> None: class OneWireError (line 49) | class OneWireError: FILE: stubs/micropython-pico-go/stubs/rp2/rp2.pyi class Flash (line 5) | class Flash: method ioctl (line 18) | def ioctl(self, cmd: int, offsetBlocks: int = None): method readblocks (line 22) | def readblocks(self, offsetBlocks: int, buffer: bytearray): method writeblocks (line 26) | def writeblocks(self, offsetBlocks: int, buffer: bytearray): class PIO (line 31) | class PIO: method __init__ (line 54) | def __init__(self, pin: int) -> None: ... method add_program (line 55) | def add_program(self, prog): method irq (line 59) | def irq(self, handler=None, trigger=IRQ_SM0 | IRQ_SM1 | IRQ_SM2 | IRQ_... method remove_program (line 63) | def remove_program(self, prog=None): method state_machine (line 69) | def state_machine(self, id, prog, freq=-1, *, set=None) -> StateMachine: class PIOASMError (line 74) | class PIOASMError(Exception): ... class PIOASMEmit (line 76) | class PIOASMEmit: method __init__ (line 77) | def __init__(self) -> None: ... method start_pass (line 78) | def start_pass(self, pass_: Any) -> None: ... method __getitem__ (line 79) | def __getitem__(self, key: Any) -> Any: ... method delay (line 82) | def delay(self, delay: int) -> PIOASMEmit: ... method side (line 85) | def side(self, value: Any) -> Any: ... method wrap_target (line 88) | def wrap_target(self) -> None: ... method wrap (line 89) | def wrap(self) -> None: ... method label (line 90) | def label(self, label: Any) -> None: ... method word (line 91) | def word(self, instr: Any, label: Any = None) -> Any: ... method nop (line 94) | def nop(self) -> Any: ... method jmp (line 97) | def jmp(self, cond: Any, label: Any = None) -> Any: ... method wait (line 100) | def wait(self, polarity: Any, src: Any, index: Any) -> Any: ... method in_ (line 103) | def in_(self, src: Any, data: Any) -> Any: ... method out (line 106) | def out(self, dest: Any, data: Any) -> Any: ... method push (line 109) | def push(self, value: Any = 0, value2: Any = 0) -> Any: ... method pull (line 112) | def pull(self, value: Any = 0, value2: Any = 0) -> Any: ... method mov (line 115) | def mov(self, dest: Any, src: Any) -> Any: ... method irq (line 118) | def irq(self, mod: Any, index: Any = None) -> Any: ... method set (line 121) | def set(self, dest: Any, data: Any) -> Any: ... class StateMachine (line 125) | class StateMachine: method __init__ (line 128) | def __init__( method init (line 164) | def init( method exec (line 200) | def exec(self, instr: str): method irq (line 204) | def irq(self, handler=None, trigger=0 | 1, hard=False): method active (line 208) | def active(self, value: int): method get (line 214) | def get(self, buf: bytes = None, shift: int = 0): method put (line 221) | def put(self, value: Union[bytes, int], shift: int = 0): function asm_pio (line 229) | def asm_pio( function asm_pio_encode (line 259) | def asm_pio_encode(instr: str, sideset_count: int) -> Any: ... function const (line 264) | def const(value: Any) -> Any: FILE: stubs/micropython-pico-go/stubs/typing_extensions/typing_extensions.pyi class _SpecialForm (line 31) | class _SpecialForm: method __getitem__ (line 32) | def __getitem__(self, typeargs: Any) -> Any: ... function runtime_checkable (line 34) | def runtime_checkable(cls: _TC) -> _TC: ... function final (line 41) | def final(f: _F) -> _F: ... function IntVar (line 45) | def IntVar(__name: str) -> Any: ... # returns a new TypeVar class _TypedDict (line 48) | class _TypedDict(Mapping[str, object], metaclass=abc.ABCMeta): method copy (line 49) | def copy(self: _T) -> _T: ... method setdefault (line 52) | def setdefault(self, k: NoReturn, default: object) -> object: ... method pop (line 54) | def pop(self, k: NoReturn, default: _T = ...) -> object: ... method update (line 55) | def update(self: _T, __m: _T) -> None: ... method has_key (line 57) | def has_key(self, k: str) -> bool: ... method viewitems (line 58) | def viewitems(self) -> ItemsView[str, object]: ... method viewkeys (line 59) | def viewkeys(self) -> KeysView[str]: ... method viewvalues (line 60) | def viewvalues(self) -> ValuesView[object]: ... method items (line 62) | def items(self) -> ItemsView[str, object]: ... method keys (line 63) | def keys(self) -> KeysView[str]: ... method values (line 64) | def values(self) -> ValuesView[object]: ... method __delitem__ (line 66) | def __delitem__(self, k: NoReturn) -> None: ... function get_type_hints (line 86) | def get_type_hints( function get_args (line 94) | def get_args(tp: Any) -> Tuple[Any, ...]: ... function get_origin (line 95) | def get_origin(tp: Any) -> Optional[Any]: ... class TypeAlias (line 101) | class TypeAlias: ... class SupportsIndex (line 104) | class SupportsIndex(Protocol, metaclass=abc.ABCMeta): method __index__ (line 106) | def __index__(self) -> int: ... class ParamSpec (line 112) | class ParamSpec: method __init__ (line 114) | def __init__(self, name: str) -> None: ... class TypeVarTuple (line 120) | class TypeVarTuple: method __init__ (line 122) | def __init__(self, name: str) -> None: ... FILE: stubs/micropython-pico-go/stubs/uasyncio/__init__.pyi function __getattr__ (line 3) | def __getattr__(attr: Any) -> Any: ... FILE: stubs/micropython-pico-go/stubs/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(BaseException): ... class TimeoutError (line 4) | class TimeoutError(Exception): ... class SingletonGenerator (line 6) | class SingletonGenerator: method __init__ (line 7) | def __init__(self) -> None: ... method __iter__ (line 8) | def __iter__(self) -> Any: ... method __next__ (line 11) | def __next__(self) -> None: ... function sleep_ms (line 13) | def sleep_ms(t: Any, sgen: Any = SingletonGenerator()) -> Any: ... function sleep (line 17) | def sleep(t: Any) -> Any: ... class IOQueue (line 21) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s: Any, idx: Any) -> None: ... method _dequeue (line 24) | def _dequeue(self, s: Any) -> None: ... method queue_read (line 25) | def queue_read(self, s: Any) -> None: ... method queue_write (line 26) | def queue_write(self, s: Any) -> None: ... method remove (line 27) | def remove(self, task: Any) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt: Any) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw: Any) -> Any: ... function create_task (line 31) | def create_task(coro: Any) -> Any: ... function run_until_complete (line 35) | def run_until_complete(main_task: Any) -> Optional[Any]: ... function run (line 41) | def run(coro: Any) -> Any: ... class Loop (line 45) | class Loop: method create_task (line 46) | def create_task(self, coro: Any) -> Any: ... method run_forever (line 49) | def run_forever(self) -> None: ... method run_until_complete (line 50) | def run_until_complete(self, aw: Any) -> Any: ... method stop (line 53) | def stop(self) -> None: ... method close (line 54) | def close(self) -> None: ... method set_exception_handler (line 55) | def set_exception_handler(self, handler: Any) -> None: ... method get_exception_handler (line 56) | def get_exception_handler(self) -> Any: ... method default_exception_handler (line 59) | def default_exception_handler(self, loop: Any, context: Any) -> None: ... method call_exception_handler (line 60) | def call_exception_handler(self, context: Any) -> None: ... function get_event_loop (line 62) | def get_event_loop(runq_len: Any, waitq_len: Any) -> Any: ... function new_event_loop (line 66) | def new_event_loop() -> Any: ... class TaskQueue (line 71) | class TaskQueue: method __init__ (line 74) | def __init__(self): ... method peek (line 75) | def peek(self) -> Any: ... method push_sorted (line 76) | def push_sorted(self, v, key): ... method push_head (line 77) | def push_head(self, v): ... method pop_head (line 78) | def pop_head(self) -> Any: ... method remove (line 79) | def remove(self, v): ... function ticks (line 81) | def ticks() -> int: function ticks_add (line 89) | def ticks_add(ticks: int, delta: int) -> int: function ticks_diff (line 109) | def ticks_diff(ticks1: int, ticks2: int) -> int: FILE: stubs/micropython-pico-go/stubs/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self) -> None: ... method is_set (line 5) | def is_set(self) -> Any: ... method set (line 8) | def set(self) -> None: ... method clear (line 9) | def clear(self) -> None: ... FILE: stubs/micropython-pico-go/stubs/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(aw: Any, timeout: int) -> Any: ... FILE: stubs/micropython-pico-go/stubs/uasyncio/lock.pyi class Lock (line 2) | class Lock: method __init__ (line 3) | def __init__(self) -> None: ... method locked (line 4) | def locked(self) -> bool: ... method release (line 5) | def release(self) -> None: ... FILE: stubs/micropython-pico-go/stubs/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, s: Any, e: Any = {}) -> None: ... method get_extra_info (line 5) | def get_extra_info(self, v: Any) -> Any: ... method close (line 8) | def close(self) -> None: ... method write (line 9) | def write(self, buf: Any) -> None: ... class StreamReader (line 11) | class StreamReader: method __init__ (line 12) | def __init__(self, s: Any, e: Any = {}) -> None: ... method get_extra_info (line 13) | def get_extra_info(self, v: Any) -> Any: ... method close (line 16) | def close(self) -> None: ... method write (line 17) | def write(self, buf: Any) -> None: ... class StreamWriter (line 19) | class StreamWriter: method __init__ (line 20) | def __init__(self, s: Any, e: Any = {}) -> None: ... method get_extra_info (line 21) | def get_extra_info(self, v: Any) -> Any: ... method close (line 24) | def close(self) -> None: ... method write (line 25) | def write(self, buf: Any) -> None: ... class Server (line 27) | class Server: method close (line 28) | def close(self) -> None: ... FILE: stubs/micropython-pico-go/stubs/uasyncio/task.pyi function ph_meld (line 3) | def ph_meld(h1: Any, h2: Any) -> Any: ... function ph_pairing (line 13) | def ph_pairing(child: Any) -> Any: ... function ph_delete (line 17) | def ph_delete(heap: Any, node: Any) -> Any: ... class TaskQueue (line 25) | class TaskQueue: method __init__ (line 26) | def __init__(self) -> None: ... method peek (line 27) | def peek(self) -> Any: ... method push_sorted (line 30) | def push_sorted(self, v: Any, key: Any) -> None: ... method push_head (line 31) | def push_head(self, v: Any) -> None: ... method pop_head (line 32) | def pop_head(self) -> Any: ... method remove (line 35) | def remove(self, v: Any) -> None: ... class Task (line 37) | class Task: method __init__ (line 38) | def __init__(self, coro: Any, globals: Any) -> None: ... method __iter__ (line 39) | def __iter__(self) -> Any: ... method __next__ (line 42) | def __next__(self) -> None: ... method done (line 43) | def done(self) -> bool: ... method cancel (line 44) | def cancel(self) -> None: ... method throw (line 45) | def throw(self, value: Any) -> None: ... FILE: stubs/micropython-pico-go/stubs/ujson/ujson.pyi function dumps (line 10) | def dumps( function dump (line 24) | def dump( function loads (line 39) | def loads(s: AnyStr, precise_float: bool = ...) -> Any: function load (line 46) | def load(fp: IO[AnyStr], precise_float: bool = ...) -> Any: FILE: stubs/micropython-preview-docstubs/array/__init__.pyi class array (line 26) | class array(List): method __init__ (line 33) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 34) | def append(self, val) -> Incomplete: method extend (line 40) | def extend(self, iterable) -> Incomplete: method __getitem__ (line 47) | def __getitem__(self, index) -> List[int]: method __setitem__ (line 59) | def __setitem__(self, index, value) -> Incomplete: method __len__ (line 70) | def __len__(self) -> int: method __add__ (line 79) | def __add__(self, other) -> Incomplete: method __iadd__ (line 89) | def __iadd__(self, other) -> Incomplete: method __repr__ (line 99) | def __repr__(self) -> str: FILE: stubs/micropython-preview-docstubs/asyncio/__init__.pyi class Task (line 49) | class Task: method __init__ (line 58) | def __init__(self) -> None: ... method cancel (line 59) | def cancel(self) -> None: class Event (line 67) | class Event: method __init__ (line 73) | def __init__(self) -> None: ... method is_set (line 74) | def is_set(self) -> bool: method set (line 80) | def set(self) -> None: method clear (line 89) | def clear(self) -> None: method wait (line 95) | def wait(self) -> Coroutine[Incomplete, Any, Any]: class ThreadSafeFlag (line 104) | class ThreadSafeFlag: method __init__ (line 111) | def __init__(self) -> None: ... method set (line 112) | def set(self) -> None: method clear (line 119) | def clear(self) -> None: method wait (line 126) | def wait(self) -> Coroutine[Incomplete, Any, Any]: class Lock (line 137) | class Lock: method __init__ (line 145) | def __init__(self) -> None: ... method locked (line 146) | def locked(self) -> bool: method acquire (line 152) | def acquire(self) -> Coroutine[None, Any, Any]: method release (line 161) | def release(self) -> Incomplete: class Stream (line 169) | class Stream: method __init__ (line 176) | def __init__(self) -> None: ... method get_extra_info (line 177) | def get_extra_info(self, v) -> Incomplete: method close (line 184) | def close(self) -> None: method wait_closed (line 190) | def wait_closed(self) -> Coroutine[None, Any, Any]: method read (line 198) | def read(self, n=-1) -> Coroutine[Incomplete, Any, Any]: method readinto (line 208) | def readinto(self, buf) -> Coroutine[int, Any, Any]: method readexactly (line 218) | def readexactly(self, n) -> Coroutine[bytes, Any, Any]: method readline (line 228) | def readline(self) -> Coroutine[Incomplete, Any, Any]: method write (line 236) | def write(self, buf) -> Incomplete: method drain (line 244) | def drain(self) -> Coroutine[Incomplete, Any, Any]: class Server (line 252) | class Server: method __init__ (line 258) | def __init__(self) -> None: ... method close (line 259) | def close(self) -> None: method wait_closed (line 265) | def wait_closed(self) -> Coroutine[None, Any, Any]: class Loop (line 273) | class Loop: method __init__ (line 279) | def __init__(self) -> None: ... method create_task (line 280) | def create_task(self, coro) -> Task: method run_forever (line 286) | def run_forever(self) -> Incomplete: method run_until_complete (line 292) | def run_until_complete(self, awaitable) -> Incomplete: method stop (line 299) | def stop(self) -> None: method close (line 305) | def close(self) -> None: method set_exception_handler (line 311) | def set_exception_handler(self, handler) -> None: method get_exception_handler (line 318) | def get_exception_handler(self) -> None: method default_exception_handler (line 325) | def default_exception_handler(self, context) -> Incomplete: method call_exception_handler (line 331) | def call_exception_handler(self, context) -> Incomplete: function create_task (line 338) | def create_task(coro) -> Task: function current_task (line 346) | def current_task() -> Task: function run (line 352) | def run(coro) -> Incomplete: function sleep (line 360) | def sleep(t) -> Coroutine[Incomplete, Any, Any]: function sleep_ms (line 368) | def sleep_ms(t) -> Coroutine[Incomplete, Any, Any]: function wait_for (line 376) | def wait_for(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function wait_for_ms (line 393) | def wait_for_ms(awaitable, timeout) -> Coroutine[Incomplete, Any, Any]: function gather (line 401) | def gather(*awaitables, return_exceptions=False) -> Coroutine[List, Any,... function open_connection (line 412) | def open_connection(host, port, ssl=None) -> Coroutine[Tuple, Any, Any]: function start_server (line 427) | def start_server(callback, host, port, backlog=5, ssl=None) -> Coroutine... function get_event_loop (line 441) | def get_event_loop() -> Incomplete: function new_event_loop (line 447) | def new_event_loop() -> Incomplete: FILE: stubs/micropython-preview-docstubs/binascii/__init__.pyi function hexlify (line 23) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 33) | def unhexlify(data) -> bytes: function a2b_base64 (line 40) | def a2b_base64(data) -> bytes: function b2a_base64 (line 48) | def b2a_base64(data, *, newline=True) -> bytes: FILE: stubs/micropython-preview-docstubs/bluetooth/__init__.pyi class BLE (line 35) | class BLE: method __init__ (line 40) | def __init__(self) -> None: ... method active (line 41) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method config (line 50) | def config(self, param, /) -> Tuple: method irq (line 114) | def irq(self, handler, /) -> _IRQ: method gap_advertise (line 308) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_scan (line 325) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gap_connect (line 361) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_disconnect (line 385) | def gap_disconnect(self, conn_handle, /) -> bool: method gatts_register_services (line 400) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 463) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 470) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 480) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 495) | def gatts_indicate(self, conn_handle, value_handle, data=None, /) -> N... method gatts_set_buffer (line 513) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gattc_discover_services (line 526) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_discover_characteristics (line 537) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gattc_discover_descriptors (line 552) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_read (line 561) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_write (line 571) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_exchange_mtu (line 591) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method l2cap_listen (line 605) | def l2cap_listen(self, psm, mtu, /) -> Incomplete: method l2cap_connect (line 622) | def l2cap_connect(self, conn_handle, psm, mtu, /) -> None: method l2cap_disconnect (line 634) | def l2cap_disconnect(self, conn_handle, cid, /) -> None: method l2cap_send (line 641) | def l2cap_send(self, conn_handle, cid, buf, /) -> bool: method l2cap_recvinto (line 657) | def l2cap_recvinto(self, conn_handle, cid, buf, /) -> int: method gap_pair (line 677) | def gap_pair(self, conn_handle, /) -> Incomplete: method gap_passkey (line 688) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: class UUID (line 706) | class UUID: method __init__ (line 716) | def __init__(self, value, /) -> None: ... FILE: stubs/micropython-preview-docstubs/btree/__init__.pyi class btree (line 98) | class btree: method close (line 101) | def close(self) -> None: method flush (line 111) | def flush(self) -> Incomplete: method __getitem__ (line 117) | def __getitem__(self, key) -> Incomplete: method get (line 123) | def get(self, key, default=None, /) -> Incomplete: method __setitem__ (line 129) | def __setitem__(self, key, val) -> Incomplete: method __delitem__ (line 135) | def __delitem__(self, key) -> Incomplete: method __contains__ (line 141) | def __contains__(self, key) -> Incomplete: method __iter__ (line 147) | def __iter__(self) -> Incomplete: method keys (line 154) | def keys(self, start_key, end_key, flags: Optional[Any] = None) -> Inc... method values (line 171) | def values(self, start_key, end_key, flags: Optional[Any] = None) -> I... method items (line 188) | def items(self, start_key, end_key, flags: Optional[Any] = None) -> In... function open (line 205) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-preview-docstubs/cmath/__init__.pyi function cos (line 32) | def cos(z) -> float: function exp (line 38) | def exp(z) -> float: function log (line 44) | def log(z) -> float: function log10 (line 50) | def log10(z) -> float: function phase (line 56) | def phase(z) -> float: function polar (line 62) | def polar(z) -> Tuple: function rect (line 68) | def rect(r, phi) -> float: function sin (line 74) | def sin(z) -> float: function sqrt (line 80) | def sqrt(z) -> Incomplete: FILE: stubs/micropython-preview-docstubs/collections/__init__.pyi class deque (line 26) | class deque(stdlib_deque): method __init__ (line 46) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 47) | def append(self, x) -> Incomplete: method appendleft (line 55) | def appendleft(self, x) -> Incomplete: method pop (line 63) | def pop(self) -> Incomplete: method popleft (line 70) | def popleft(self) -> Incomplete: method extend (line 77) | def extend(self, iterable) -> Incomplete: class OrderedDict (line 86) | class OrderedDict(stdlib_OrderedDict): method __init__ (line 111) | def __init__(self, *args, **kwargs) -> None: ... function namedtuple (line 113) | def namedtuple(name, fields) -> type[Tuple[Any, ...]]: FILE: stubs/micropython-preview-docstubs/cryptolib/__init__.pyi class aes (line 19) | class aes: method __init__ (line 20) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method encrypt (line 41) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 50) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: FILE: stubs/micropython-preview-docstubs/deflate/__init__.pyi class DeflateIO (line 37) | class DeflateIO: method __init__ (line 81) | def __init__(self, stream, format=AUTO, wbits=0, close=False, /) -> No... FILE: stubs/micropython-preview-docstubs/esp/__init__.pyi function sleep_type (line 23) | def sleep_type(sleep_type: Optional[Any] = None) -> Incomplete: function deepsleep (line 44) | def deepsleep(time_us=0, /) -> Incomplete: function flash_id (line 57) | def flash_id() -> Incomplete: function flash_size (line 65) | def flash_size() -> Incomplete: function flash_user_start (line 71) | def flash_user_start() -> Incomplete: function flash_read (line 77) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_write (line 78) | def flash_write(byte_offset, bytes) -> Incomplete: ... function flash_erase (line 79) | def flash_erase(sector_no) -> Incomplete: ... function osdebug (line 80) | def osdebug(uart_no, level: Optional[Any] = None) -> Incomplete: function set_native_code_location (line 120) | def set_native_code_location(start, length) -> Incomplete: FILE: stubs/micropython-preview-docstubs/esp32/__init__.pyi class Partition (line 34) | class Partition: method __init__ (line 65) | def __init__(self, id, block_size=4096, /) -> None: ... method find (line 67) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method info (line 78) | def info(self) -> Tuple: method readblocks (line 84) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Non... method writeblocks (line 85) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> No... method ioctl (line 86) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 94) | def set_boot(self) -> None: method get_next_update (line 105) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 114) | def mark_app_valid_cancel_rollback(cls) -> Incomplete: class RMT (line 127) | class RMT: method __init__ (line 146) | def __init__(self, channel, *, pin=None, clock_div=8, idle_level=False... method source_freq (line 148) | def source_freq(cls) -> Incomplete: method clock_div (line 155) | def clock_div(self) -> Incomplete: method wait_done (line 162) | def wait_done(self, *, timeout=0) -> bool: method loop (line 171) | def loop(self, enable_loop) -> None: method write_pulses (line 180) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 211) | def bitstream_channel(value: Optional[Any] = None) -> int: class ULP (line 225) | class ULP: method __init__ (line 230) | def __init__(self) -> None: ... method set_wakeup_period (line 231) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 237) | def load_binary(self, load_addr, program_binary) -> None: method run (line 243) | def run(self, entry_point) -> Incomplete: class NVS (line 249) | class NVS: method __init__ (line 255) | def __init__(self, namespace) -> None: ... method set_i32 (line 256) | def set_i32(self, key, value) -> None: method get_i32 (line 262) | def get_i32(self, key) -> int: method set_blob (line 269) | def set_blob(self, key, value) -> None: method get_blob (line 278) | def get_blob(self, key, buffer) -> int: method erase_key (line 286) | def erase_key(self, key) -> Incomplete: method commit (line 292) | def commit(self) -> Incomplete: function wake_on_touch (line 298) | def wake_on_touch(wake) -> None: function wake_on_ulp (line 305) | def wake_on_ulp(wake) -> None: function wake_on_ext0 (line 312) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 320) | def wake_on_ext1(pins, level) -> None: function gpio_deep_sleep_hold (line 328) | def gpio_deep_sleep_hold(enable) -> None: function raw_temperature (line 335) | def raw_temperature() -> int: function idf_heap_info (line 341) | def idf_heap_info(capabilities) -> List[Tuple]: FILE: stubs/micropython-preview-docstubs/espnow/__init__.pyi class ESPNow (line 27) | class ESPNow(ESPNowBase, Iterator): method __init__ (line 64) | def __init__(self) -> None: ... method active (line 65) | def active(self, flag: Optional[Any] = None) -> Incomplete: method config (line 95) | def config(self, param) -> str: method send (line 139) | def send(self, peer, msg, mac=None, sync=True) -> Incomplete: method recv (line 186) | def recv(self, timeout_ms: Optional[Any] = None) -> Union[List, Tuple[... method irecv (line 226) | def irecv(self, timeout_ms: Optional[Any] = None) -> Incomplete: method recvinto (line 257) | def recvinto(self, data, timeout_ms: Optional[Any] = None) -> int: method any (line 292) | def any(self) -> Incomplete: method stats (line 312) | def stats(self) -> Incomplete: method set_pmk (line 329) | def set_pmk(self, pmk) -> None: method add_peer (line 356) | def add_peer( method del_peer (line 413) | def del_peer(self, mac) -> Incomplete: method get_peer (line 430) | def get_peer(self, mac) -> Incomplete: method peer_count (line 448) | def peer_count(self) -> int: method get_peers (line 459) | def get_peers(self) -> Tuple: method mod_peer (line 466) | def mod_peer(self, mac, param=value, *args, **kwargs) -> None: method irq (line 475) | def irq(self, callback) -> Incomplete: class AIOESPNow (line 507) | class AIOESPNow(ESPNow): method __init__ (line 513) | def __init__(self) -> None: ... method arecv (line 514) | async def arecv(self) -> Incomplete: method airecv (line 521) | async def airecv(self) -> Incomplete: method asend (line 528) | async def asend(self, msg) -> Incomplete: method _aiter__ (line 534) | def _aiter__(self) -> Incomplete: method __anext__ (line 550) | async def __anext__(self) -> Incomplete: FILE: stubs/micropython-preview-docstubs/framebuf/__init__.pyi class FrameBuffer (line 58) | class FrameBuffer: method __init__ (line 84) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method fill (line 85) | def fill(self, c) -> None: method pixel (line 91) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method hline (line 98) | def hline(self, x, y, w, c) -> Incomplete: ... method vline (line 99) | def vline(self, x, y, h, c) -> Incomplete: ... method line (line 100) | def line(self, x1, y1, x2, y2, c) -> None: method rect (line 110) | def rect(self, x, y, w, h, c, f: Optional[Any] = None) -> None: method ellipse (line 119) | def ellipse(self, x, y, xr, yr, c, f, m: Optional[Any] = None) -> None: method poly (line 135) | def poly(self, x, y, coords, c, f: Optional[Any] = None) -> Incomplete: method text (line 148) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method scroll (line 157) | def scroll(self, xstep, ystep) -> Incomplete: method blit (line 164) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: FILE: stubs/micropython-preview-docstubs/gc/__init__.pyi function enable (line 20) | def enable() -> None: function disable (line 26) | def disable() -> None: function collect (line 33) | def collect() -> None: function mem_alloc (line 39) | def mem_alloc() -> int: function mem_free (line 50) | def mem_free() -> int: function threshold (line 62) | def threshold(amount: Optional[Any] = None) -> Incomplete: FILE: stubs/micropython-preview-docstubs/gzip/__init__.pyi class GzipFile (line 37) | class GzipFile: method __init__ (line 60) | def __init__(self, *, fileobj, mode) -> None: ... function open (line 62) | def open(filename, mode, /) -> Incomplete: function decompress (line 68) | def decompress(data, /) -> Incomplete: function compress (line 74) | def compress(data, /) -> Incomplete: FILE: stubs/micropython-preview-docstubs/hashlib/__init__.pyi class sha256 (line 40) | class sha256: method __init__ (line 45) | def __init__(self, data: Optional[Any] = None) -> None: ... class sha1 (line 47) | class sha1: method __init__ (line 52) | def __init__(self, data: Optional[Any] = None) -> None: ... class md5 (line 54) | class md5: method __init__ (line 59) | def __init__(self, data: Optional[Any] = None) -> None: ... class hash (line 61) | class hash: method update (line 64) | def update(self, data) -> Incomplete: method digest (line 70) | def digest(self) -> bytes: method hexdigest (line 77) | def hexdigest(self) -> Incomplete: FILE: stubs/micropython-preview-docstubs/heapq/__init__.pyi function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heappop (line 33) | def heappop(heap) -> Incomplete: function heapify (line 42) | def heapify(x) -> Incomplete: FILE: stubs/micropython-preview-docstubs/io/__init__.pyi class StringIO (line 90) | class StringIO(IO): method __init__ (line 91) | def __init__(self, string: Optional[Any] = None) -> None: ... class BytesIO (line 93) | class BytesIO(IO): method __init__ (line 106) | def __init__(self, string: Optional[Any] = None) -> None: ... method getvalue (line 107) | def getvalue(self) -> Incomplete: function open (line 113) | def open(name, mode="r", *kwargs) -> Incomplete: FILE: stubs/micropython-preview-docstubs/json/__init__.pyi function dump (line 22) | def dump(obj, stream, separators=None) -> Incomplete: function dumps (line 32) | def dumps(obj, separators=None) -> str: function load (line 40) | def load(stream) -> Incomplete: function loads (line 51) | def loads(str) -> Incomplete: FILE: stubs/micropython-preview-docstubs/lcd160cr/__init__.pyi class LCD160CR (line 46) | class LCD160CR: method __init__ (line 89) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method rgb (line 91) | def rgb(r, g, b) -> int: method clip_line (line 101) | def clip_line(data, w, h) -> Incomplete: method set_power (line 107) | def set_power(self, on) -> None: method set_orient (line 114) | def set_orient(self, orient) -> None: method set_brightness (line 121) | def set_brightness(self, value) -> None: method set_i2c_addr (line 127) | def set_i2c_addr(self, addr) -> None: method set_uart_baudrate (line 134) | def set_uart_baudrate(self, baudrate) -> None: method set_startup_deco (line 140) | def set_startup_deco(self, value) -> None: method save_to_flash (line 147) | def save_to_flash(self) -> Incomplete: method set_pixel (line 154) | def set_pixel(self, x, y, c) -> None: method get_pixel (line 161) | def get_pixel(self, x, y) -> Incomplete: method get_line (line 167) | def get_line(self, x, y, buf) -> Incomplete: method screen_dump (line 176) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Incomplete: method screen_load (line 187) | def screen_load(self, buf) -> None: method set_pos (line 193) | def set_pos(self, x, y) -> None: method set_text_color (line 200) | def set_text_color(self, fg, bg) -> None: method set_font (line 206) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method write (line 227) | def write(self, s) -> None: method set_pen (line 235) | def set_pen(self, line, fill) -> None: method erase (line 241) | def erase(self) -> Incomplete: method dot (line 247) | def dot(self, x, y) -> None: method rect (line 253) | def rect(self, x, y, w, h) -> Incomplete: ... method rect_outline (line 254) | def rect_outline(self, x, y, w, h) -> Incomplete: ... method rect_interior (line 255) | def rect_interior(self, x, y, w, h) -> None: method line (line 264) | def line(self, x1, y1, x2, y2) -> None: method dot_no_clip (line 270) | def dot_no_clip(self, x, y) -> Incomplete: ... method rect_no_clip (line 271) | def rect_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_outline_no_clip (line 272) | def rect_outline_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_interior_no_clip (line 273) | def rect_interior_no_clip(self, x, y, w, h) -> Incomplete: ... method line_no_clip (line 274) | def line_no_clip(self, x1, y1, x2, y2) -> Incomplete: method poly_dot (line 282) | def poly_dot(self, data) -> None: method poly_line (line 290) | def poly_line(self, data) -> Incomplete: method touch_config (line 296) | def touch_config(self, calib=False, save=False, irq=None) -> None: method is_touched (line 312) | def is_touched(self) -> bool: method get_touch (line 319) | def get_touch(self) -> Tuple: method set_spi_win (line 327) | def set_spi_win(self, x, y, w, h) -> None: method fast_spi (line 333) | def fast_spi(self, flush=True) -> SPI: method show_framebuf (line 347) | def show_framebuf(self, buf) -> None: method set_scroll (line 359) | def set_scroll(self, on) -> None: method set_scroll_win (line 366) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 384) | def set_scroll_win_param(self, win, param, value) -> Incomplete: method set_scroll_buf (line 395) | def set_scroll_buf(self, s) -> None: method jpeg (line 402) | def jpeg(self, buf) -> None: method jpeg_start (line 411) | def jpeg_start(self, total_len) -> Incomplete: ... method jpeg_data (line 412) | def jpeg_data(self, buf) -> None: method feed_wdt (line 421) | def feed_wdt(self) -> Incomplete: method reset (line 429) | def reset(self) -> None: FILE: stubs/micropython-preview-docstubs/machine/ADC.pyi class ADC (line 11) | class ADC: method __init__ (line 27) | def __init__(self, id, *, sample_ns: Optional[int] = 0, atten: Optiona... method init (line 28) | def init(self, *, sample_ns, atten) -> Incomplete: method block (line 36) | def block(self) -> Incomplete: method read_u16 (line 46) | def read_u16(self) -> int: method read_uv (line 54) | def read_uv(self) -> int: FILE: stubs/micropython-preview-docstubs/machine/ADCBlock.pyi class ADCBlock (line 7) | class ADCBlock: method __init__ (line 17) | def __init__(self, id, *, bits) -> None: ... method init (line 18) | def init(self, *, bits) -> None: method connect (line 25) | def connect(self, channel, source, *args, **kwargs) -> Incomplete: FILE: stubs/micropython-preview-docstubs/machine/ADCWiPy.pyi class ADCWiPy (line 7) | class ADCWiPy: method __init__ (line 15) | def __init__(self, id=0, *, bits=12) -> None: ... method channel (line 16) | def channel(self, id, *, pin) -> Incomplete: method init (line 29) | def init(self) -> None: method deinit (line 35) | def deinit(self) -> None: method adcchannel (line 41) | def adcchannel(self) -> Incomplete: class adcchannel (line 47) | class adcchannel: method value (line 50) | def value(self) -> Incomplete: method init (line 56) | def init(self) -> Incomplete: method deinit (line 62) | def deinit(self) -> None: FILE: stubs/micropython-preview-docstubs/machine/I2C.pyi class I2C (line 10) | class I2C: method __init__ (line 28) | def __init__( method init (line 37) | def init(self, scl, sda, *, freq=400000) -> None: method deinit (line 51) | def deinit(self) -> None: method scan (line 59) | def scan(self) -> List: method start (line 67) | def start(self) -> None: method stop (line 73) | def stop(self) -> None: method readinto (line 79) | def readinto(self, buf, nack=True, /) -> Incomplete: method write (line 89) | def write(self, buf) -> int: method readfrom (line 97) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 105) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method writeto (line 115) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 125) | def writevto(self, addr, vector, stop=True, /) -> int: method readfrom_mem (line 141) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 150) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method writeto_mem (line 162) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: class SoftI2C (line 173) | class SoftI2C(I2C): method __init__ (line 186) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... FILE: stubs/micropython-preview-docstubs/machine/I2S.pyi class I2S (line 9) | class I2S: method __init__ (line 43) | def __init__(self, id, *, sck, ws, sd, mck=None, mode, bits, format, r... method init (line 44) | def init(self, sck, *args, **kwargs) -> Incomplete: method deinit (line 50) | def deinit(self) -> Incomplete: method readinto (line 56) | def readinto(self, buf) -> int: method write (line 65) | def write(self, buf) -> int: method irq (line 74) | def irq(self, handler) -> Incomplete: method shift (line 83) | def shift(*, buf, bits, shift) -> Incomplete: FILE: stubs/micropython-preview-docstubs/machine/PWM.pyi class PWM (line 10) | class PWM: method __init__ (line 29) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0, inv... method init (line 30) | def init(self, *, freq, duty_u16, duty_ns) -> None: method deinit (line 37) | def deinit(self) -> None: method freq (line 43) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 54) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 66) | def duty_ns(self, value: Optional[Any] = None) -> int: FILE: stubs/micropython-preview-docstubs/machine/Pin.pyi class Pin (line 8) | class Pin: method __init__ (line 125) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method init (line 126) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 136) | def value(self, x: Optional[Any] = None) -> int: method __call__ (line 170) | def __call__(self, x: Optional[Any] = None) -> Incomplete: method on (line 178) | def on(self) -> None: method off (line 184) | def off(self) -> None: method irq (line 190) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 235) | def low(self) -> None: method high (line 243) | def high(self) -> None: method mode (line 251) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method pull (line 260) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method drive (line 269) | def drive(self, drive: Optional[Any] = None) -> Incomplete: method toggle (line 278) | def toggle(self) -> Incomplete: FILE: stubs/micropython-preview-docstubs/machine/RTC.pyi class RTC (line 9) | class RTC: method __init__ (line 16) | def __init__(self, id=0, *args, **kwargs) -> None: ... method datetime (line 17) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 33) | def init(self, datetime) -> None: method now (line 41) | def now(self) -> Tuple: method deinit (line 47) | def deinit(self) -> None: method alarm (line 53) | def alarm(self, id, time, *, repeat=False) -> None: method alarm_left (line 61) | def alarm_left(self, alarm_id=0) -> int: method cancel (line 67) | def cancel(self, alarm_id=0) -> None: method irq (line 73) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: method memory (line 84) | def memory(self, data: Optional[Any] = None) -> bytes: FILE: stubs/micropython-preview-docstubs/machine/SD.pyi class SD (line 8) | class SD: method __init__ (line 13) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 14) | def init(self, id=0, pins=("GP10", "GP11", "GP15")) -> None: method deinit (line 21) | def deinit(self) -> None: FILE: stubs/micropython-preview-docstubs/machine/SDCard.pyi class SDCard (line 8) | class SDCard: method __init__ (line 39) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... FILE: stubs/micropython-preview-docstubs/machine/SPI.pyi class SPI (line 10) | class SPI: method __init__ (line 28) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 29) | def init( method deinit (line 55) | def deinit(self) -> None: method read (line 61) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 69) | def readinto(self, buf, write=0x00) -> int: method write (line 79) | def write(self, buf) -> int: method write_readinto (line 88) | def write_readinto(self, write_buf, read_buf) -> int: class SoftSPI (line 99) | class SoftSPI(SPI): method __init__ (line 110) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... FILE: stubs/micropython-preview-docstubs/machine/Signal.pyi class Signal (line 9) | class Signal(Pin): method __init__ (line 30) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 31) | def value(self, x: Optional[Any] = None) -> int: method on (line 51) | def on(self) -> None: method off (line 57) | def off(self) -> None: FILE: stubs/micropython-preview-docstubs/machine/Timer.pyi class Timer (line 7) | class Timer: method __init__ (line 20) | def __init__(self, id=-1, *args, **kwargs) -> None: ... method init (line 21) | def init(self, *, mode=PERIODIC, freq=-1, period=-1, callback=None) ->... method deinit (line 61) | def deinit(self) -> None: FILE: stubs/micropython-preview-docstubs/machine/TimerWiPy.pyi class TimerWiPy (line 8) | class TimerWiPy: method __init__ (line 17) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 18) | def init(self, mode, *, width=16) -> None: method deinit (line 41) | def deinit(self) -> None: method channel (line 47) | def channel(self, channel, *, freq, period, polarity=POSITIVE, duty_cy... class timerchannel (line 88) | class timerchannel: method irq (line 91) | def irq(self, *, trigger, priority=1, handler=None) -> Callable[..., I... method freq (line 116) | def freq(self, value: Optional[Any] = None) -> Incomplete: method period (line 122) | def period(self, value: Optional[Any] = None) -> Incomplete: method duty_cycle (line 128) | def duty_cycle(self, value: Optional[Any] = None) -> Incomplete: FILE: stubs/micropython-preview-docstubs/machine/UART.pyi class UART (line 12) | class UART: method __init__ (line 53) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 54) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method deinit (line 108) | def deinit(self) -> None: method any (line 118) | def any(self) -> int: method read (line 133) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 144) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 155) | def readline(self) -> Union[str, None]: method write (line 164) | def write(self, buf) -> Union[int, None]: method sendbreak (line 172) | def sendbreak(self) -> None: method flush (line 179) | def flush(self) -> Incomplete: method txdone (line 194) | def txdone(self) -> bool: method irq (line 209) | def irq(self, handler=None, trigger=0, hard=False) -> _IRQ: FILE: stubs/micropython-preview-docstubs/machine/USBDevice.pyi class USBDevice (line 8) | class USBDevice: method __init__ (line 52) | def __init__(self) -> None: ... method config (line 53) | def config(self, desc_dev, desc_cfg, desc_strs=None, open_itf_cb=None,... method active (line 152) | def active(self, value: Optional[Any] = None, /) -> bool: method remote_wakeup (line 173) | def remote_wakeup(self) -> bool: method submit_xfer (line 182) | def submit_xfer(self, ep, buffer, /) -> bool: method stall (line 204) | def stall(self, ep, stall: Optional[Any] = None, /) -> Incomplete: FILE: stubs/micropython-preview-docstubs/machine/WDT.pyi class WDT (line 7) | class WDT: method __init__ (line 16) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 17) | def feed(self) -> None: FILE: stubs/micropython-preview-docstubs/machine/__init__.pyi function reset (line 73) | def reset() -> NoReturn: function soft_reset (line 80) | def soft_reset() -> NoReturn: function reset_cause (line 88) | def reset_cause() -> int: function bootloader (line 94) | def bootloader(value: Optional[Any] = None) -> None: function disable_irq (line 104) | def disable_irq() -> Incomplete: function enable_irq (line 113) | def enable_irq(state) -> Incomplete: function freq (line 121) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 129) | def idle() -> Incomplete: function sleep (line 144) | def sleep() -> Incomplete: function lightsleep (line 150) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function deepsleep (line 175) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 200) | def wake_reason() -> Incomplete: function unique_id (line 208) | def unique_id() -> bytes: function time_pulse_us (line 217) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function bitstream (line 235) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function rng (line 259) | def rng() -> int: FILE: stubs/micropython-preview-docstubs/math/__init__.pyi function acos (line 33) | def acos(x) -> float: function acosh (line 39) | def acosh(x) -> float: function asin (line 45) | def asin(x) -> float: function asinh (line 51) | def asinh(x) -> float: function atan (line 57) | def atan(x) -> float: function atan2 (line 63) | def atan2(y, x) -> float: function atanh (line 69) | def atanh(x) -> float: function ceil (line 75) | def ceil(x) -> int: function copysign (line 81) | def copysign(x, y) -> Incomplete: function cos (line 87) | def cos(x) -> float: function cosh (line 93) | def cosh(x) -> float: function degrees (line 99) | def degrees(x) -> Incomplete: function erf (line 105) | def erf(x) -> Incomplete: function erfc (line 111) | def erfc(x) -> Incomplete: function exp (line 117) | def exp(x) -> float: function expm1 (line 123) | def expm1(x) -> Incomplete: function fabs (line 129) | def fabs(x) -> Incomplete: function floor (line 135) | def floor(x) -> int: function fmod (line 141) | def fmod(x, y) -> Incomplete: function frexp (line 147) | def frexp(x) -> Incomplete: function gamma (line 156) | def gamma(x) -> Incomplete: function isfinite (line 162) | def isfinite(x) -> bool: function isinf (line 168) | def isinf(x) -> bool: function isnan (line 174) | def isnan(x) -> bool: function ldexp (line 180) | def ldexp(x, exp) -> Incomplete: function lgamma (line 186) | def lgamma(x) -> float: function log (line 192) | def log(x, base) -> float: function log10 (line 200) | def log10(x) -> float: function log2 (line 206) | def log2(x) -> float: function modf (line 212) | def modf(x) -> Tuple: function pow (line 219) | def pow(x, y) -> Incomplete: function radians (line 225) | def radians(x) -> Incomplete: function sin (line 231) | def sin(x) -> float: function sinh (line 237) | def sinh(x) -> float: function sqrt (line 243) | def sqrt(x) -> Incomplete: function tan (line 249) | def tan(x) -> float: function tanh (line 255) | def tanh(x) -> float: function trunc (line 261) | def trunc(x) -> int: FILE: stubs/micropython-preview-docstubs/neopixel/__init__.pyi class NeoPixel (line 26) | class NeoPixel(_NeoPixelBase): method __init__ (line 37) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method fill (line 38) | def fill(self, pixel) -> None: method __len__ (line 45) | def __len__(self) -> int: method __setitem__ (line 51) | def __setitem__(self, index, val) -> None: method __getitem__ (line 57) | def __getitem__(self, index) -> Tuple: method write (line 63) | def write(self) -> None: FILE: stubs/micropython-preview-docstubs/network/LAN.pyi class LAN (line 8) | class LAN: method __init__ (line 31) | def __init__(self, id, *, phy_type=0, phy_addr=0, ref_clk_mode=0) -> N... method active (line 32) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 40) | def isconnected(self) -> bool: method status (line 47) | def status(self) -> Incomplete: method ifconfig (line 53) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 65) | def config(self, config_parameters) -> Incomplete: FILE: stubs/micropython-preview-docstubs/network/PPP.pyi class PPP (line 8) | class PPP: method __init__ (line 25) | def __init__(self, stream) -> None: ... method connect (line 26) | def connect(self, security=SEC_NONE, user=None, key=None) -> Incomplete: method disconnect (line 44) | def disconnect(self) -> Incomplete: method isconnected (line 50) | def isconnected(self) -> bool: method status (line 57) | def status(self) -> Incomplete: method config (line 63) | def config(self, config_parameters) -> Incomplete: method ipconfig (line 70) | def ipconfig(self, param) -> Incomplete: method ifconfig (line 76) | def ifconfig(self, configtuple: Optional[Any] = None) -> Incomplete: method poll (line 82) | def poll(self) -> Incomplete: FILE: stubs/micropython-preview-docstubs/network/WIZNET5K.pyi class WIZNET5K (line 7) | class WIZNET5K: method __init__ (line 25) | def __init__(self, spi, pin_cs, pin_rst) -> None: ... method regs (line 26) | def regs(self) -> Incomplete: FILE: stubs/micropython-preview-docstubs/network/WLAN.pyi class WLAN (line 8) | class WLAN: method __init__ (line 30) | def __init__(self, interface_id) -> None: ... method active (line 31) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 39) | def connect(self, ssid=None, key=None, *, bssid=None) -> None: method disconnect (line 48) | def disconnect(self) -> None: method scan (line 54) | def scan(self) -> List[Tuple]: method status (line 83) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 102) | def isconnected(self) -> bool: method ifconfig (line 110) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 121) | def config(self, *args, **kwargs) -> Incomplete: FILE: stubs/micropython-preview-docstubs/network/WLANWiPy.pyi class WLANWiPy (line 8) | class WLANWiPy: method __init__ (line 31) | def __init__(self, id=0, *args, **kwargs) -> None: ... method init (line 32) | def init(self, mode, *, ssid, auth, channel, antenna) -> Incomplete: method connect (line 60) | def connect(self, ssid, *, auth=None, bssid=None, timeout=None) -> None: method scan (line 75) | def scan(self) -> List[Tuple]: method disconnect (line 82) | def disconnect(self) -> None: method isconnected (line 88) | def isconnected(self) -> bool: method ipconfig (line 95) | def ipconfig(self, param) -> Incomplete: method mode (line 101) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method ssid (line 107) | def ssid(self, ssid: Optional[Any] = None) -> Incomplete: method auth (line 113) | def auth(self, auth: Optional[Any] = None) -> Incomplete: method channel (line 119) | def channel(self, channel: Optional[Any] = None) -> Incomplete: method antenna (line 125) | def antenna(self, antenna: Optional[Any] = None) -> Incomplete: method mac (line 131) | def mac(self, mac_addr: Optional[Any] = None) -> bytes: method irq (line 137) | def irq(self, *, handler, wake) -> Incomplete: FILE: stubs/micropython-preview-docstubs/network/__init__.pyi class AbstractNIC (line 50) | class AbstractNIC(Protocol): method __init__ (line 57) | def __init__(self, id=None, *args, **kwargs) -> None: ... method active (line 58) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 68) | def connect(self, service_id: Optional[Any] = None, key: Optional[Any]... method disconnect (line 86) | def disconnect(self) -> None: method isconnected (line 92) | def isconnected(self) -> bool: method scan (line 98) | def scan(self, *args, **kwargs) -> List[Tuple]: method status (line 116) | def status(self, param: Optional[Any] = None) -> Incomplete: method ipconfig (line 133) | def ipconfig(self, param) -> Incomplete: method ifconfig (line 172) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 185) | def config(self, param) -> Incomplete: FILE: stubs/micropython-preview-docstubs/openamp/__init__.pyi class Endpoint (line 42) | class Endpoint: method __init__ (line 60) | def __init__(self, name, callback, src=ENDPOINT_ADDR_ANY, dest=ENDPOIN... method deinit (line 61) | def deinit(self) -> Incomplete: method is_ready (line 67) | def is_ready(self) -> bool: method send (line 73) | def send(self, src=-1, dest=-1, timeout=-1) -> None: class RemoteProc (line 88) | class RemoteProc: method __init__ (line 98) | def __init__(self, entry) -> None: ... method start (line 99) | def start(self) -> Incomplete: method stop (line 105) | def stop(self) -> None: method shutdown (line 113) | def shutdown(self) -> Incomplete: function new_service_callback (line 123) | def new_service_callback(ns_callback) -> None: FILE: stubs/micropython-preview-docstubs/os/__init__.pyi class VfsFat (line 25) | class VfsFat: method __init__ (line 30) | def __init__(self, block_dev) -> None: ... class VfsLfs1 (line 32) | class VfsLfs1: method __init__ (line 37) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32) ... class VfsLfs2 (line 39) | class VfsLfs2: method __init__ (line 44) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... class VfsPosix (line 46) | class VfsPosix: method __init__ (line 51) | def __init__(self, root=None) -> None: ... function uname (line 53) | def uname() -> uname_result: function urandom (line 67) | def urandom(n) -> bytes: function chdir (line 74) | def chdir(path) -> Incomplete: function getcwd (line 80) | def getcwd() -> Incomplete: function ilistdir (line 86) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 107) | def listdir(dir: Optional[Any] = None) -> Incomplete: function mkdir (line 113) | def mkdir(path) -> Incomplete: function remove (line 119) | def remove(path) -> None: function rmdir (line 125) | def rmdir(path) -> None: function rename (line 131) | def rename(old_path, new_path) -> None: function stat (line 137) | def stat(path) -> Incomplete: function statvfs (line 143) | def statvfs(path) -> Tuple: function sync (line 166) | def sync() -> None: function dupterm (line 172) | def dupterm(stream_object, index=0, /) -> IO: function mount (line 195) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function umount (line 201) | def umount(mount_point) -> Incomplete: FILE: stubs/micropython-preview-docstubs/platform/__init__.pyi function platform (line 19) | def platform() -> str: function python_compiler (line 36) | def python_compiler() -> str: function libc_ver (line 42) | def libc_ver() -> Tuple: FILE: stubs/micropython-preview-docstubs/pyb/ADC.pyi class ADC (line 10) | class ADC: method __init__ (line 16) | def __init__(self, pin) -> None: ... method read (line 17) | def read(self) -> Incomplete: method read_timed (line 24) | def read_timed(self, buf, timer) -> Incomplete: method read_timed_multi (line 62) | def read_timed_multi(self, adcs, bufs, timer) -> bool: FILE: stubs/micropython-preview-docstubs/pyb/Accel.pyi class Accel (line 8) | class Accel: method __init__ (line 13) | def __init__(self) -> None: ... method filtered_xyz (line 14) | def filtered_xyz(self) -> Tuple: method tilt (line 25) | def tilt(self) -> Incomplete: method x (line 31) | def x(self) -> Incomplete: method y (line 37) | def y(self) -> Incomplete: method z (line 43) | def z(self) -> Incomplete: FILE: stubs/micropython-preview-docstubs/pyb/CAN.pyi class CAN (line 9) | class CAN: method __init__ (line 55) | def __init__( method init (line 58) | def init( method deinit (line 132) | def deinit(self) -> None: method restart (line 138) | def restart(self) -> Incomplete: method state (line 151) | def state(self) -> Incomplete: method info (line 167) | def info(self, list: Optional[Any] = None) -> Incomplete: method setfilter (line 191) | def setfilter(self, bank, mode, fifo, params, *, rtr=None, extframe=Fa... method clearfilter (line 248) | def clearfilter(self, bank, extframe=False) -> None: method any (line 258) | def any(self, fifo) -> bool: method recv (line 264) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method send (line 300) | def send(self, data, id, *, timeout=0, rtr=False, extframe=False, fdf=... method rxcallback (line 329) | def rxcallback(self, fifo, fun) -> None: FILE: stubs/micropython-preview-docstubs/pyb/DAC.pyi class DAC (line 10) | class DAC: method __init__ (line 42) | def __init__(self, port, bits=8, *, buffering=None) -> None: ... method init (line 43) | def init(self, bits=8, *, buffering=None) -> Incomplete: method deinit (line 51) | def deinit(self) -> Incomplete: method noise (line 57) | def noise(self, freq) -> None: method triangle (line 64) | def triangle(self, freq) -> None: method write (line 72) | def write(self, value) -> Incomplete: method write_timed (line 80) | def write_timed(self, data, freq, *, mode=NORMAL) -> Incomplete: FILE: stubs/micropython-preview-docstubs/pyb/ExtInt.pyi class ExtInt (line 8) | class ExtInt: method __init__ (line 32) | def __init__(self, pin, mode, pull, callback) -> None: ... method regs (line 34) | def regs(cls) -> Incomplete: method disable (line 40) | def disable(self) -> None: method enable (line 47) | def enable(self) -> None: method line (line 53) | def line(self) -> int: method swint (line 59) | def swint(self) -> Incomplete: FILE: stubs/micropython-preview-docstubs/pyb/Flash.pyi class Flash (line 8) | class Flash: method __init__ (line 19) | def __init__(self) -> None: ... method readblocks (line 20) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 21) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 22) | def ioctl(self, cmd, arg) -> Incomplete: FILE: stubs/micropython-preview-docstubs/pyb/I2C.pyi class I2C (line 9) | class I2C: method __init__ (line 35) | def __init__( method deinit (line 38) | def deinit(self) -> None: method init (line 44) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method is_ready (line 62) | def is_ready(self, addr) -> Incomplete: method mem_read (line 68) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 83) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 98) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method send (line 112) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method scan (line 124) | def scan(self) -> List: FILE: stubs/micropython-preview-docstubs/pyb/LCD.pyi class LCD (line 7) | class LCD: method __init__ (line 13) | def __init__(self, skin_position) -> None: ... method command (line 14) | def command(self, instr_data, buf) -> None: method contrast (line 22) | def contrast(self, value) -> None: method fill (line 28) | def fill(self, colour) -> None: method get (line 36) | def get(self, x, y) -> int: method light (line 44) | def light(self, value) -> None: method pixel (line 50) | def pixel(self, x, y, colour) -> None: method show (line 58) | def show(self) -> None: method text (line 64) | def text(self, str, x, y, colour) -> None: method write (line 72) | def write(self, str) -> None: FILE: stubs/micropython-preview-docstubs/pyb/LED.pyi class LED (line 8) | class LED: method __init__ (line 15) | def __init__(self, id) -> None: ... method intensity (line 16) | def intensity(self, value: Optional[Any] = None) -> None: method off (line 30) | def off(self) -> None: method on (line 36) | def on(self) -> None: method toggle (line 42) | def toggle(self) -> Incomplete: FILE: stubs/micropython-preview-docstubs/pyb/Pin.pyi class Pin (line 8) | class Pin: method __init__ (line 34) | def __init__(self, id, *args, **kwargs) -> None: ... method debug (line 36) | def debug(cls, state: Optional[Any] = None) -> bool: method dict (line 43) | def dict(cls, dict: Optional[Any] = None) -> Incomplete: method mapper (line 50) | def mapper(cls, fun: Optional[Any] = None) -> Incomplete: method init (line 56) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method value (line 90) | def value(self, value: Optional[Any] = None) -> int: method __str__ (line 101) | def __str__(self) -> str: method af (line 107) | def af(self) -> Incomplete: method af_list (line 115) | def af_list(self) -> List: method gpio (line 121) | def gpio(self) -> int: method mode (line 127) | def mode(self) -> Incomplete: method name (line 135) | def name(self) -> str: method names (line 141) | def names(self) -> str: method pin (line 147) | def pin(self) -> int: method port (line 153) | def port(self) -> Incomplete: method pull (line 159) | def pull(self) -> Incomplete: class pinaf (line 167) | class pinaf: method __str__ (line 170) | def __str__(self) -> str: method index (line 176) | def index(self) -> int: method name (line 182) | def name(self) -> str: method reg (line 188) | def reg(self) -> Incomplete: FILE: stubs/micropython-preview-docstubs/pyb/RTC.pyi class RTC (line 8) | class RTC: method __init__ (line 13) | def __init__(self) -> None: ... method datetime (line 14) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method wakeup (line 32) | def wakeup(self, timeout, callback=None) -> None: method info (line 45) | def info(self) -> Incomplete: method calibration (line 56) | def calibration(self, cal) -> int: FILE: stubs/micropython-preview-docstubs/pyb/SPI.pyi class SPI (line 8) | class SPI: method __init__ (line 31) | def __init__( method deinit (line 34) | def deinit(self) -> None: method init (line 40) | def init(self, mode, baudrate=328125, *, prescaler=-1, polarity=1, pha... method recv (line 68) | def recv(self, recv, *, timeout=5000) -> bytes: method send (line 81) | def send(self, send, *, timeout=5000) -> None: method send_recv (line 92) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: FILE: stubs/micropython-preview-docstubs/pyb/Servo.pyi class Servo (line 8) | class Servo: method __init__ (line 13) | def __init__(self, id) -> None: ... method angle (line 14) | def angle(self, angle: Optional[Any] = None, time=0) -> Incomplete: method speed (line 27) | def speed(self, speed: Optional[Any] = None, time=0) -> Incomplete: method pulse_width (line 39) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method calibration (line 48) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... FILE: stubs/micropython-preview-docstubs/pyb/Switch.pyi class Switch (line 8) | class Switch(Pin): method __init__ (line 13) | def __init__(self) -> None: ... method __call__ (line 14) | def __call__(self) -> Incomplete: method value (line 21) | def value(self) -> bool: method callback (line 27) | def callback(self, fun) -> None: FILE: stubs/micropython-preview-docstubs/pyb/Timer.pyi class Timer (line 9) | class Timer: method __init__ (line 28) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 29) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method deinit (line 86) | def deinit(self) -> None: method callback (line 97) | def callback(self, fun) -> None: method channel (line 105) | def channel(self, channel, mode, pin=None, *args) -> Incomplete: method counter (line 192) | def counter(self, value: Optional[Any] = None) -> Incomplete: method freq (line 198) | def freq(self, value: Optional[Any] = None) -> Incomplete: method period (line 204) | def period(self, value: Optional[Any] = None) -> Incomplete: method prescaler (line 210) | def prescaler(self, value: Optional[Any] = None) -> Incomplete: method source_freq (line 216) | def source_freq(self) -> Incomplete: class timerchannel (line 222) | class timerchannel: method callback (line 225) | def callback(self, fun) -> None: method capture (line 233) | def capture(self, value: Optional[Any] = None) -> Incomplete: method compare (line 241) | def compare(self, value: Optional[Any] = None) -> Incomplete: method pulse_width (line 249) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method pulse_width_percent (line 260) | def pulse_width_percent(self, value: Optional[Any] = None) -> Incomplete: FILE: stubs/micropython-preview-docstubs/pyb/UART.pyi class UART (line 9) | class UART: method __init__ (line 49) | def __init__( method init (line 52) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method deinit (line 78) | def deinit(self) -> None: method any (line 84) | def any(self) -> int: method read (line 90) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readchar (line 107) | def readchar(self) -> int: method readinto (line 115) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 125) | def readline(self) -> None: method write (line 135) | def write(self, buf) -> int: method writechar (line 147) | def writechar(self, char) -> None: method sendbreak (line 154) | def sendbreak(self) -> None: FILE: stubs/micropython-preview-docstubs/pyb/USB_HID.pyi class USB_HID (line 8) | class USB_HID: method __init__ (line 13) | def __init__(self) -> None: ... method recv (line 14) | def recv(self, data, *, timeout=5000) -> int: method send (line 27) | def send(self, data) -> None: FILE: stubs/micropython-preview-docstubs/pyb/USB_VCP.pyi class USB_VCP (line 9) | class USB_VCP: method __init__ (line 21) | def __init__(self, id=0) -> None: ... method init (line 22) | def init(self, *, flow=-1) -> None: method setinterrupt (line 30) | def setinterrupt(self, chr) -> None: method isconnected (line 41) | def isconnected(self) -> bool: method any (line 47) | def any(self) -> bool: method close (line 53) | def close(self) -> Incomplete: method read (line 60) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 71) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 83) | def readline(self) -> bytes: method readlines (line 92) | def readlines(self) -> List: method write (line 102) | def write(self, buf) -> int: method recv (line 110) | def recv(self, data, *, timeout=5000) -> int: method send (line 123) | def send(self, data, *, timeout=5000) -> int: method irq (line 134) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: FILE: stubs/micropython-preview-docstubs/pyb/__init__.pyi function delay (line 48) | def delay(ms) -> None: function udelay (line 54) | def udelay(us) -> None: function millis (line 60) | def millis() -> int: function micros (line 74) | def micros() -> int: function elapsed_millis (line 88) | def elapsed_millis(start) -> int: function elapsed_micros (line 103) | def elapsed_micros(start) -> int: function hard_reset (line 119) | def hard_reset() -> NoReturn: function bootloader (line 126) | def bootloader() -> None: function fault_debug (line 132) | def fault_debug(value) -> None: function disable_irq (line 147) | def disable_irq() -> Incomplete: function enable_irq (line 156) | def enable_irq(state=True) -> None: function freq (line 166) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function wfi (line 206) | def wfi() -> None: function stop (line 218) | def stop() -> Incomplete: function standby (line 230) | def standby() -> Incomplete: function have_cdc (line 243) | def have_cdc() -> bool: function hid (line 251) | def hid(hid_tuple: HID_Tuple) -> Incomplete: function info (line 260) | def info(dump_alloc_table: Optional[Any] = None) -> None: function main (line 266) | def main(filename) -> None: function mount (line 275) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function repl_uart (line 310) | def repl_uart(uart) -> UART: function rng (line 316) | def rng() -> int: function sync (line 322) | def sync() -> None: function unique_id (line 328) | def unique_id() -> str: function usb_mode (line 334) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... FILE: stubs/micropython-preview-docstubs/random/__init__.pyi function getrandbits (line 41) | def getrandbits(n) -> int: function randint (line 47) | def randint(a, b) -> int: function randrange (line 53) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 63) | def random() -> int: function uniform (line 69) | def uniform(a, b) -> int: function seed (line 76) | def seed(n=None, /) -> None: function choice (line 88) | def choice(sequence) -> Incomplete: FILE: stubs/micropython-preview-docstubs/rp2/DMA.pyi class DMA (line 9) | class DMA: method __init__ (line 14) | def __init__(self) -> None: ... method config (line 15) | def config(self, read=None, write=None, count=None, ctrl=None, trigger... method irq (line 36) | def irq(self, handler=None, hard=False) -> _IRQ: method close (line 42) | def close(self) -> None: method pack_ctrl (line 49) | def pack_ctrl(self, default=None, *kwargs) -> int: method unpack_ctrl (line 108) | def unpack_ctrl(self, value) -> dict: method active (line 123) | def active(self, value: Optional[Any] = None) -> bool: FILE: stubs/micropython-preview-docstubs/rp2/Flash.pyi class Flash (line 8) | class Flash: method __init__ (line 13) | def __init__(self) -> None: ... method readblocks (line 14) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 15) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 16) | def ioctl(self, cmd, arg) -> Incomplete: FILE: stubs/micropython-preview-docstubs/rp2/PIO.pyi class PIO (line 9) | class PIO: method __init__ (line 61) | def __init__(self, id) -> None: ... method gpio_base (line 62) | def gpio_base(self, base: Optional[Any] = None) -> Incomplete: method add_program (line 75) | def add_program(self, program) -> None: method remove_program (line 85) | def remove_program(self, program: Optional[Any] = None) -> None: method state_machine (line 95) | def state_machine(self, id, program, *args, **kwargs) -> StateMachine: method irq (line 107) | def irq(self, handler=None, trigger=IRQ_SM0 | IRQ_SM1 | IRQ_SM2 | IRQ_... FILE: stubs/micropython-preview-docstubs/rp2/StateMachine.pyi class StateMachine (line 8) | class StateMachine: method __init__ (line 18) | def __init__(self, id, program, *args, **kwargs) -> None: ... method init (line 19) | def init( method active (line 67) | def active(self, value: Optional[Any] = None) -> Incomplete: method restart (line 78) | def restart(self) -> Incomplete: method exec (line 93) | def exec(self, instr) -> Incomplete: method get (line 109) | def get(self, buf=None, shift=0) -> Incomplete: method put (line 121) | def put(self, value, shift=0) -> Incomplete: method rx_fifo (line 137) | def rx_fifo(self) -> int: method tx_fifo (line 147) | def tx_fifo(self) -> int: method irq (line 157) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: FILE: stubs/micropython-preview-docstubs/rp2/__init__.pyi class PIOASMError (line 26) | class PIOASMError(Exception): function asm_pio (line 32) | def asm_pio( function asm_pio_encode (line 81) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: function bootsel_button (line 91) | def bootsel_button() -> int: FILE: stubs/micropython-preview-docstubs/select/__init__.pyi class poll (line 23) | class poll: method __init__ (line 28) | def __init__(self) -> None: ... method register (line 29) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 49) | def unregister(self, obj) -> Incomplete: method modify (line 55) | def modify(self, obj, eventmask) -> None: method poll (line 62) | def poll(self, timeout=-1, /) -> List: method ipoll (line 87) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: function select (line 106) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: FILE: stubs/micropython-preview-docstubs/socket/__init__.pyi class socket (line 117) | class socket: method __init__ (line 131) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 132) | def close(self) -> Incomplete: method bind (line 143) | def bind(self, address) -> Incomplete: method listen (line 149) | def listen(self, backlog: Optional[Any] = None) -> None: method accept (line 158) | def accept(self) -> Tuple: method connect (line 167) | def connect(self, address) -> None: method send (line 173) | def send(self, bytes) -> int: method sendall (line 181) | def sendall(self, bytes) -> int: method recv (line 194) | def recv(self, bufsize) -> bytes: method sendto (line 201) | def sendto(self, bytes, address) -> None: method recvfrom (line 208) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 216) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 224) | def settimeout(self, value) -> Incomplete: method setblocking (line 260) | def setblocking(self, flag) -> Incomplete: method makefile (line 272) | def makefile(self, mode="rb", buffering=0, /) -> IO: method read (line 292) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 302) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 312) | def readline(self) -> Incomplete: method write (line 320) | def write(self, buf) -> int: class error (line 331) | class error(Exception): ... function getaddrinfo (line 333) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... function inet_ntop (line 375) | def inet_ntop(af, bin_addr) -> Incomplete: function inet_pton (line 385) | def inet_pton(af, txt_addr) -> Incomplete: FILE: stubs/micropython-preview-docstubs/ssl/__init__.pyi class SSLContext (line 49) | class SSLContext: method __init__ (line 55) | def __init__(self, protocol, /) -> None: ... method load_cert_chain (line 56) | def load_cert_chain(self, certfile, keyfile) -> None: method load_verify_locations (line 70) | def load_verify_locations(self, cafile=None, cadata=None) -> None: method get_ciphers (line 78) | def get_ciphers(self) -> List[str]: method set_ciphers (line 84) | def set_ciphers(self, ciphers) -> None: method wrap_socket (line 91) | def wrap_socket(self, sock, *, server_side=False, do_handshake_on_conn... function wrap_socket (line 116) | def wrap_socket( FILE: stubs/micropython-preview-docstubs/stm/__init__.pyi function rfcore_status (line 62) | def rfcore_status() -> int: function rfcore_fw_version (line 69) | def rfcore_fw_version(id) -> Tuple: function rfcore_sys_hci (line 78) | def rfcore_sys_hci(ogf, ocf, data, timeout_ms=0) -> bytes: function subghz_cs (line 86) | def subghz_cs(level) -> None: function subghz_irq (line 97) | def subghz_irq(handler) -> None: function subghz_is_busy (line 113) | def subghz_is_busy() -> bool: FILE: stubs/micropython-preview-docstubs/struct/__init__.pyi function calcsize (line 71) | def calcsize(fmt) -> int: function pack (line 77) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 84) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 92) | def unpack(fmt, data) -> Tuple: function unpack_from (line 99) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-preview-docstubs/sys/__init__.pyi function exit (line 129) | def exit(retval=0, /) -> Incomplete: function atexit (line 137) | def atexit(func) -> Incomplete: function print_exception (line 152) | def print_exception(exc, file=stdout, /) -> None: function settrace (line 169) | def settrace(tracefunc) -> None: FILE: stubs/micropython-preview-docstubs/time/__init__.pyi function gmtime (line 53) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 75) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 97) | def mktime() -> int: function sleep (line 105) | def sleep(seconds) -> Incomplete: function sleep_ms (line 114) | def sleep_ms(ms) -> None: function sleep_us (line 125) | def sleep_us(us) -> None: function ticks_ms (line 135) | def ticks_ms() -> int: function ticks_us (line 159) | def ticks_us() -> Incomplete: function ticks_cpu (line 165) | def ticks_cpu() -> Incomplete: function ticks_add (line 180) | def ticks_add(ticks, delta) -> Incomplete: function ticks_diff (line 207) | def ticks_diff(ticks1, ticks2) -> int: function time (line 273) | def time() -> int: function time_ns (line 301) | def time_ns() -> int: FILE: stubs/micropython-preview-docstubs/uctypes/__init__.pyi class struct (line 100) | class struct: method __init__ (line 106) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... function sizeof (line 108) | def sizeof(struct, layout_type=NATIVE, /) -> int: function addressof (line 116) | def addressof(obj) -> int: function bytes_at (line 124) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 133) | def bytearray_at(addr, size) -> bytearray: FILE: stubs/micropython-preview-docstubs/vfs/__init__.pyi class VfsFat (line 32) | class VfsFat: method __init__ (line 39) | def __init__(self, block_dev) -> None: ... method mkfs (line 41) | def mkfs(block_dev) -> None: class VfsLfs1 (line 47) | class VfsLfs1: method __init__ (line 57) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32) ... method mkfs (line 59) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class VfsLfs2 (line 68) | class VfsLfs2: method __init__ (line 86) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method mkfs (line 88) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class VfsPosix (line 97) | class VfsPosix: method __init__ (line 105) | def __init__(self, root=None) -> None: ... class AbstractBlockDev (line 107) | class AbstractBlockDev: method __init__ (line 113) | def __init__(self, *args, **kwargs) -> None: ... method readblocks (line 114) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 130) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 152) | def ioctl(self, op, arg) -> int: function mount (line 185) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function umount (line 203) | def umount(mount_point) -> Incomplete: FILE: stubs/micropython-preview-docstubs/wipy/__init__.pyi function heartbeat (line 21) | def heartbeat(enable: Optional[Any] = None) -> bool: FILE: stubs/micropython-preview-docstubs/wm8960/__init__.pyi class WM8960 (line 7) | class WM8960: method __init__ (line 53) | def __init__( method set_left_input (line 70) | def set_left_input(self, input_source) -> Incomplete: method set_right_input (line 76) | def set_right_input(self, input_source) -> Incomplete: method volume (line 82) | def volume(self, module, volume_l=None, volume_r=None) -> Incomplete: method mute (line 98) | def mute(self, module, mute, soft=True, ramp=MUTE_FAST) -> Incomplete: method set_data_route (line 108) | def set_data_route(self, route) -> None: method set_module (line 114) | def set_module(self, module, active) -> None: method enable_module (line 125) | def enable_module(self, module) -> None: method disable_module (line 131) | def disable_module(self, module) -> None: method expand_3d (line 137) | def expand_3d(self, level) -> None: method mono (line 144) | def mono(self, active) -> Incomplete: method alc_mode (line 152) | def alc_mode(self, channel, mode=ALC_MODE) -> Incomplete: method alc_gain (line 170) | def alc_gain(self, target=-12, max_gain=30, min_gain=-17.25, noise_gat... method alc_time (line 185) | def alc_time(self, attack=24, decay=192, hold=0) -> None: method deemphasis (line 198) | def deemphasis(self, active) -> Incomplete: method deinit (line 207) | def deinit(self) -> None: FILE: stubs/micropython-preview-docstubs/zephyr/DiskAccess.pyi class DiskAccess (line 8) | class DiskAccess: method __init__ (line 15) | def __init__(self, disk_name) -> None: ... method readblocks (line 16) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 17) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 18) | def ioctl(self, cmd, arg) -> Incomplete: FILE: stubs/micropython-preview-docstubs/zephyr/FlashArea.pyi class FlashArea (line 8) | class FlashArea: method __init__ (line 20) | def __init__(self, id, block_size) -> None: ... method readblocks (line 21) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 22) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 23) | def ioctl(self, cmd, arg) -> Incomplete: FILE: stubs/micropython-preview-docstubs/zephyr/__init__.pyi function is_preempt_thread (line 17) | def is_preempt_thread() -> Incomplete: function current_tid (line 26) | def current_tid() -> Incomplete: function thread_analyze (line 32) | def thread_analyze() -> Incomplete: function shell_exec (line 47) | def shell_exec(cmd_in) -> Incomplete: FILE: stubs/micropython-preview-docstubs/zephyr/zsensor.pyi class Sensor (line 46) | class Sensor: method __init__ (line 52) | def __init__(self, device_name) -> None: ... method measure (line 53) | def measure(self) -> Incomplete: method get_float (line 62) | def get_float(self, sensor_channel) -> float: method get_micros (line 68) | def get_micros(self, sensor_channel) -> Incomplete: method get_millis (line 75) | def get_millis(self, sensor_channel) -> Incomplete: method get_int (line 82) | def get_int(self, sensor_channel) -> int: FILE: stubs/micropython-preview-docstubs/zlib/__init__.pyi function decompress (line 39) | def decompress(data, wbits=15, /) -> Incomplete: function compress (line 61) | def compress(data, wbits=15, /) -> Incomplete: FILE: stubs/micropython-ulab/ulab.pyi class array (line 9) | class array: method __init__ (line 10) | def __init__(self, values: Union[array, Iterable[Union[_float, _bool, ... method copy (line 15) | def copy(self) -> ulab.array: ... method flatten (line 16) | def flatten(self, *, order: str = ...) -> ulab.array: ... method reshape (line 17) | def reshape(self, shape: Tuple[int, ...]) -> ulab.array: ... method sort (line 18) | def sort(self, *, axis: Optional[int] = ...) -> None: ... method tobytes (line 19) | def tobytes(self) -> bytearray: ... method transpose (line 20) | def transpose(self) -> ulab.array: ... method __add__ (line 21) | def __add__(self, other: Union[array, _float]) -> ulab.array: ... method __radd__ (line 22) | def __radd__(self, other: _float) -> ulab.array: ... method __sub__ (line 23) | def __sub__(self, other: Union[array, _float]) -> ulab.array: ... method __rsub__ (line 24) | def __rsub__(self, other: _float) -> ulab.array: ... method __mul__ (line 25) | def __mul__(self, other: Union[array, _float]) -> ulab.array: ... method __rmul__ (line 26) | def __rmul__(self, other: _float) -> ulab.array: ... method __div__ (line 27) | def __div__(self, other: Union[array, _float]) -> ulab.array: ... method __rdiv__ (line 28) | def __rdiv__(self, other: _float) -> ulab.array: ... method __pow__ (line 29) | def __pow__(self, other: Union[array, _float]) -> ulab.array: ... method __rpow__ (line 30) | def __rpow__(self, other: _float) -> ulab.array: ... method __inv__ (line 31) | def __inv__(self) -> ulab.array: ... method __neg__ (line 32) | def __neg__(self) -> ulab.array: ... method __pos__ (line 33) | def __pos__(self) -> ulab.array: ... method __abs__ (line 34) | def __abs__(self) -> ulab.array: ... method __len__ (line 35) | def __len__(self) -> int: ... method __lt__ (line 36) | def __lt__(self, other: Union[array, _float]) -> ulab.array: ... method __le__ (line 37) | def __le__(self, other: Union[array, _float]) -> ulab.array: ... method __gt__ (line 38) | def __gt__(self, other: Union[array, _float]) -> ulab.array: ... method __ge__ (line 39) | def __ge__(self, other: Union[array, _float]) -> ulab.array: ... method __iter__ (line 40) | def __iter__(self) -> Union[Iterator[array], Iterator[_float]]: ... method __getitem__ (line 41) | def __getitem__(self, index: _Index) -> Union[array, _float]: ... method __setitem__ (line 42) | def __setitem__(self, index: _Index, value: Union[array, _float]) -> N... function get_printoptions (line 52) | def get_printoptions() -> Dict[str, int]: ... function set_printoptions (line 53) | def set_printoptions(threshold: Optional[int] = ..., edgeitems: Optional... function ndinfo (line 54) | def ndinfo(array: ulab.array) -> None: ... function arange (line 56) | def arange(stop: _float, step: _float = ..., *, dtype: _DType = ...) -> ... function arange (line 58) | def arange(start: _float, stop: _float, step: _float = ..., *, dtype: _D... function concatenate (line 59) | def concatenate(arrays: Tuple[ulab.array], *, axis: int = ...) -> ulab.a... function diag (line 60) | def diag(a: ulab.array, *, k: int = ...) -> ulab.array: ... function eye (line 61) | def eye(size: int, *, M: Optional[int] = ..., k: int = ..., dtype: _DTyp... function full (line 62) | def full(shape: Union[int, Tuple[int, ...]], fill_value: Union[_float, _... function linspace (line 63) | def linspace( function logspace (line 66) | def logspace( function ones (line 69) | def ones(shape: Union[int, Tuple[int, ...]], *, dtype: _DType = ...) -> ... function zeros (line 70) | def zeros(shape: Union[int, Tuple[int, ...]], *, dtype: _DType = ...) ->... FILE: stubs/micropython-ulab/ulab/__init__.pyi class array (line 34) | class array: method __init__ (line 37) | def __init__(self, values: Union[array, Iterable[Union[_float, _bool, ... method copy (line 66) | def copy(self) -> ulab.array: method flatten (line 69) | def flatten(self, *, order: str = "C") -> ulab.array: method reshape (line 77) | def reshape(self, shape: Tuple[int, ...]) -> ulab.array: method sort (line 80) | def sort(self, *, axis: Optional[int] = 1) -> None: method tobytes (line 83) | def tobytes(self) -> bytearray: method transpose (line 86) | def transpose(self) -> ulab.array: method __add__ (line 89) | def __add__(self, other: Union[array, _float]) -> ulab.array: method __radd__ (line 93) | def __radd__(self, other: _float) -> ulab.array: ... method __sub__ (line 94) | def __sub__(self, other: Union[array, _float]) -> ulab.array: method __rsub__ (line 98) | def __rsub__(self, other: _float) -> ulab.array: ... method __mul__ (line 99) | def __mul__(self, other: Union[array, _float]) -> ulab.array: method __rmul__ (line 104) | def __rmul__(self, other: _float) -> ulab.array: ... method __div__ (line 105) | def __div__(self, other: Union[array, _float]) -> ulab.array: method __rdiv__ (line 110) | def __rdiv__(self, other: _float) -> ulab.array: ... method __pow__ (line 111) | def __pow__(self, other: Union[array, _float]) -> ulab.array: method __rpow__ (line 116) | def __rpow__(self, other: _float) -> ulab.array: ... method __inv__ (line 117) | def __inv__(self) -> ulab.array: ... method __neg__ (line 118) | def __neg__(self) -> ulab.array: ... method __pos__ (line 119) | def __pos__(self) -> ulab.array: ... method __abs__ (line 120) | def __abs__(self) -> ulab.array: ... method __len__ (line 121) | def __len__(self) -> int: ... method __lt__ (line 122) | def __lt__(self, other: Union[array, _float]) -> ulab.array: ... method __le__ (line 123) | def __le__(self, other: Union[array, _float]) -> ulab.array: ... method __gt__ (line 124) | def __gt__(self, other: Union[array, _float]) -> ulab.array: ... method __ge__ (line 125) | def __ge__(self, other: Union[array, _float]) -> ulab.array: ... method __iter__ (line 126) | def __iter__(self) -> Union[Iterator[array], Iterator[_float]]: ... method __getitem__ (line 127) | def __getitem__(self, index: _Index) -> Union[array, _float]: method __setitem__ (line 130) | def __setitem__(self, index: _Index, value: Union[array, _float]) -> N... function get_printoptions (line 155) | def get_printoptions() -> Dict[str, int]: function set_printoptions (line 159) | def set_printoptions(threshold: Optional[int] = None, edgeitems: Optiona... function ndinfo (line 163) | def ndinfo(array: ulab.array) -> None: ... function arange (line 165) | def arange(stop: _float, step: _float = 1, *, dtype: _DType = ulab.float... function arange (line 167) | def arange(start: _float, stop: _float, step: _float = 1, *, dtype: _DTy... function concatenate (line 181) | def concatenate(arrays: Tuple[ulab.array], *, axis: int = 0) -> ulab.array: function diag (line 191) | def diag(a: ulab.array, *, k: int = 0) -> ulab.array: function eye (line 201) | def eye(size: int, *, M: Optional[int] = None, k: int = 0, dtype: _DType... function full (line 206) | def full(shape: Union[int, Tuple[int, ...]], fill_value: Union[_float, _... function linspace (line 218) | def linspace( function logspace (line 239) | def logspace( function ones (line 263) | def ones(shape: Union[int, Tuple[int, ...]], *, dtype: _DType = ulab.flo... function zeros (line 273) | def zeros(shape: Union[int, Tuple[int, ...]], *, dtype: _DType = ulab.fl... FILE: stubs/micropython-ulab/ulab/approx.pyi function bisect (line 4) | def bisect(fun: Callable[[float], float], a: float, b: float, *, xtol: f... function fmin (line 5) | def fmin(fun: Callable[[float], float], x0: float, *, xatol: float = ...... function interp (line 6) | def interp(x: ulab.array, xp: ulab.array, fp: ulab.array, *, left: Optio... function newton (line 7) | def newton(fun: Callable[[float], float], x0: float, *, xtol: float = ..... function trapz (line 8) | def trapz(y: ulab.array, x: Optional[ulab.array] = ..., dx: float = ...)... FILE: stubs/micropython-ulab/ulab/approx/__init__.pyi function bisect (line 9) | def bisect(fun: Callable[[float], float], a: float, b: float, *, xtol: f... function fmin (line 22) | def fmin(fun: Callable[[float], float], x0: float, *, xatol: float = 2.4... function interp (line 35) | def interp(x: ulab.array, xp: ulab.array, fp: ulab.array, *, left: Optio... function newton (line 46) | def newton(fun: Callable[[float], float], x0: float, *, xtol: float = 2.... function trapz (line 59) | def trapz(y: ulab.array, x: Optional[ulab.array] = None, dx: float = 1.0... FILE: stubs/micropython-ulab/ulab/compare.pyi function clip (line 4) | def clip(x1: Union[ulab.array, float], x2: Union[ulab.array, float], x3:... function equal (line 5) | def equal(x1: Union[ulab.array, float], x2: Union[ulab.array, float]) ->... function not_equal (line 6) | def not_equal(x1: Union[ulab.array, float], x2: Union[ulab.array, float]... function maximum (line 7) | def maximum(x1: Union[ulab.array, float], x2: Union[ulab.array, float]) ... function minimum (line 8) | def minimum(x1: Union[ulab.array, float], x2: Union[ulab.array, float]) ... FILE: stubs/micropython-ulab/ulab/compare/__init__.pyi function clip (line 9) | def clip( function equal (line 25) | def equal(x1: Union[ulab.array, float], x2: Union[ulab.array, float]) ->... function not_equal (line 29) | def not_equal(x1: Union[ulab.array, float], x2: Union[ulab.array, float]... function maximum (line 33) | def maximum(x1: Union[ulab.array, float], x2: Union[ulab.array, float]) ... function minimum (line 42) | def minimum(x1: Union[ulab.array, float], x2: Union[ulab.array, float]) ... FILE: stubs/micropython-ulab/ulab/fft.pyi function fft (line 4) | def fft(r: ulab.array, c: Optional[ulab.array] = ...) -> Tuple[ulab.arra... function ifft (line 5) | def ifft(r: ulab.array, c: Optional[ulab.array] = ...) -> Tuple[ulab.arr... function spectrogram (line 6) | def spectrogram(r: ulab.array) -> ulab.array: ... FILE: stubs/micropython-ulab/ulab/fft/__init__.pyi function fft (line 9) | def fft(r: ulab.array, c: Optional[ulab.array] = None) -> Tuple[ulab.arr... function ifft (line 21) | def ifft(r: ulab.array, c: Optional[ulab.array] = None) -> Tuple[ulab.ar... function spectrogram (line 30) | def spectrogram(r: ulab.array) -> ulab.array: FILE: stubs/micropython-ulab/ulab/filter.pyi function convolve (line 5) | def convolve(a: ulab.array, v: ulab.array) -> ulab.array: ... function sosfilt (line 7) | def sosfilt(sos: _ArrayLike, x: _ArrayLike) -> ulab.array: ... function sosfilt (line 9) | def sosfilt(sos: _ArrayLike, x: _ArrayLike, zi: ulab.array) -> Tuple[ula... FILE: stubs/micropython-ulab/ulab/filter/__init__.pyi function convolve (line 10) | def convolve(a: ulab.array, v: ulab.array) -> ulab.array: function sosfilt (line 29) | def sosfilt(sos: _ArrayLike, x: _ArrayLike) -> ulab.array: ... function sosfilt (line 31) | def sosfilt(sos: _ArrayLike, x: _ArrayLike, *, zi: ulab.array) -> Tuple[... FILE: stubs/micropython-ulab/ulab/linalg.pyi function cholesky (line 4) | def cholesky(A: ulab.array) -> ulab.array: ... function det (line 5) | def det(m: ulab.array) -> float: ... function dot (line 6) | def dot(m1: ulab.array, m2: ulab.array) -> Union[ulab.array, float]: ... function eig (line 7) | def eig(m: ulab.array) -> Tuple[ulab.array, ulab.array]: ... function inv (line 8) | def inv(m: ulab.array) -> ulab.array: ... function norm (line 9) | def norm(x: ulab.array) -> float: ... function trace (line 10) | def trace(m: ulab.array) -> float: ... FILE: stubs/micropython-ulab/ulab/linalg/__init__.pyi function cholesky (line 9) | def cholesky(A: ulab.array) -> ulab.array: function det (line 18) | def det(m: ulab.array) -> float: function dot (line 26) | def dot(m1: ulab.array, m2: ulab.array) -> Union[ulab.array, float]: function eig (line 34) | def eig(m: ulab.array) -> Tuple[ulab.array, ulab.array]: function inv (line 42) | def inv(m: ulab.array) -> ulab.array: function norm (line 51) | def norm(x: ulab.array) -> float: function trace (line 58) | def trace(m: ulab.array) -> float: FILE: stubs/micropython-ulab/ulab/numerical.pyi function argmax (line 5) | def argmax(array: _ArrayLike, *, axis: Optional[int] = ...) -> int: ... function argmin (line 6) | def argmin(array: _ArrayLike, *, axis: Optional[int] = ...) -> int: ... function argsort (line 7) | def argsort(array: ulab.array, *, axis: int = ...) -> ulab.array: ... function cross (line 8) | def cross(a: ulab.array, b: ulab.array) -> ulab.array: ... function diff (line 9) | def diff(array: ulab.array, *, n: int = ..., axis: int = ...) -> ulab.ar... function flip (line 10) | def flip(array: ulab.array, *, axis: Optional[int] = ...) -> ulab.array:... function max (line 11) | def max(array: _ArrayLike, *, axis: Optional[int] = ...) -> float: ... function mean (line 12) | def mean(array: _ArrayLike, *, axis: Optional[int] = ...) -> float: ... function median (line 13) | def median(array: ulab.array, *, axis: int = ...) -> ulab.array: ... function min (line 14) | def min(array: _ArrayLike, *, axis: Optional[int] = ...) -> float: ... function roll (line 15) | def roll(array: ulab.array, distance: int, *, axis: Optional[int] = ...)... function sort (line 16) | def sort(array: ulab.array, *, axis: int = ...) -> ulab.array: ... function std (line 17) | def std(array: _ArrayLike, *, axis: Optional[int] = ..., ddof: int = ...... function sum (line 18) | def sum(array: _ArrayLike, *, axis: Optional[int] = ...) -> Union[float,... FILE: stubs/micropython-ulab/ulab/numerical/__init__.pyi function argmax (line 13) | def argmax(array: _ArrayLike, *, axis: Optional[int] = None) -> int: function argmin (line 17) | def argmin(array: _ArrayLike, *, axis: Optional[int] = None) -> int: function argsort (line 21) | def argsort(array: ulab.array, *, axis: int = -1) -> ulab.array: function cross (line 25) | def cross(a: ulab.array, b: ulab.array) -> ulab.array: function diff (line 29) | def diff(array: ulab.array, *, n: int = 1, axis: int = -1) -> ulab.array: function flip (line 34) | def flip(array: ulab.array, *, axis: Optional[int] = None) -> ulab.array: function max (line 39) | def max(array: _ArrayLike, *, axis: Optional[int] = None) -> float: function mean (line 43) | def mean(array: _ArrayLike, *, axis: Optional[int] = None) -> float: function median (line 47) | def median(array: ulab.array, *, axis: int = -1) -> ulab.array: function min (line 51) | def min(array: _ArrayLike, *, axis: Optional[int] = None) -> float: function roll (line 55) | def roll(array: ulab.array, distance: int, *, axis: Optional[int] = None... function sort (line 61) | def sort(array: ulab.array, *, axis: int = -1) -> ulab.array: function std (line 66) | def std(array: _ArrayLike, *, axis: Optional[int] = None, ddof: int = 0)... function sum (line 70) | def sum(array: _ArrayLike, *, axis: Optional[int] = None) -> Union[float... FILE: stubs/micropython-ulab/ulab/poly.pyi function polyfit (line 6) | def polyfit(y: _ArrayLike, degree: int) -> ulab.array: ... function polyfit (line 8) | def polyfit(x: _ArrayLike, y: _ArrayLike, degree: int) -> ulab.array: ... function polyval (line 9) | def polyval(p: _ArrayLike, x: _ArrayLike) -> ulab.array: ... FILE: stubs/micropython-ulab/ulab/poly/__init__.pyi function polyfit (line 11) | def polyfit(y: _ArrayLike, degree: int) -> ulab.array: ... function polyfit (line 13) | def polyfit(x: _ArrayLike, y: _ArrayLike, degree: int) -> ulab.array: function polyval (line 18) | def polyval(p: _ArrayLike, x: _ArrayLike) -> ulab.array: FILE: stubs/micropython-ulab/ulab/vector.pyi function acos (line 5) | def acos(a: _ArrayLike) -> ulab.array: ... function acosh (line 6) | def acosh(a: _ArrayLike) -> ulab.array: ... function asin (line 7) | def asin(a: _ArrayLike) -> ulab.array: ... function asinh (line 8) | def asinh(a: _ArrayLike) -> ulab.array: ... function around (line 9) | def around(a: _ArrayLike, *, decimals: int = ...) -> ulab.array: ... function atan (line 10) | def atan(a: _ArrayLike) -> ulab.array: ... function arctan2 (line 11) | def arctan2(ya: _ArrayLike, xa: _ArrayLike) -> ulab.array: ... function atanh (line 12) | def atanh(a: _ArrayLike) -> ulab.array: ... function ceil (line 13) | def ceil(a: _ArrayLike) -> ulab.array: ... function cos (line 14) | def cos(a: _ArrayLike) -> ulab.array: ... function cosh (line 15) | def cosh(a: _ArrayLike) -> ulab.array: ... function degrees (line 16) | def degrees(a: _ArrayLike) -> ulab.array: ... function erf (line 17) | def erf(a: _ArrayLike) -> ulab.array: ... function erfc (line 18) | def erfc(a: _ArrayLike) -> ulab.array: ... function exp (line 19) | def exp(a: _ArrayLike) -> ulab.array: ... function expm1 (line 20) | def expm1(a: _ArrayLike) -> ulab.array: ... function floor (line 21) | def floor(a: _ArrayLike) -> ulab.array: ... function gamma (line 22) | def gamma(a: _ArrayLike) -> ulab.array: ... function lgamma (line 23) | def lgamma(a: _ArrayLike) -> ulab.array: ... function log (line 24) | def log(a: _ArrayLike) -> ulab.array: ... function log10 (line 25) | def log10(a: _ArrayLike) -> ulab.array: ... function log2 (line 26) | def log2(a: _ArrayLike) -> ulab.array: ... function radians (line 27) | def radians(a: _ArrayLike) -> ulab.array: ... function sin (line 28) | def sin(a: _ArrayLike) -> ulab.array: ... function sinh (line 29) | def sinh(a: _ArrayLike) -> ulab.array: ... function sqrt (line 30) | def sqrt(a: _ArrayLike) -> ulab.array: ... function tan (line 31) | def tan(a: _ArrayLike) -> ulab.array: ... function tanh (line 32) | def tanh(a: _ArrayLike) -> ulab.array: ... function vectorize (line 33) | def vectorize( FILE: stubs/micropython-ulab/ulab/vector/__init__.pyi function acos (line 14) | def acos(a: _ArrayLike) -> ulab.array: function acosh (line 18) | def acosh(a: _ArrayLike) -> ulab.array: function asin (line 22) | def asin(a: _ArrayLike) -> ulab.array: function asinh (line 26) | def asinh(a: _ArrayLike) -> ulab.array: function around (line 30) | def around(a: _ArrayLike, *, decimals: int = 0) -> ulab.array: function atan (line 35) | def atan(a: _ArrayLike) -> ulab.array: function arctan2 (line 40) | def arctan2(ya: _ArrayLike, xa: _ArrayLike) -> ulab.array: function atanh (line 45) | def atanh(a: _ArrayLike) -> ulab.array: function ceil (line 49) | def ceil(a: _ArrayLike) -> ulab.array: function cos (line 53) | def cos(a: _ArrayLike) -> ulab.array: function cosh (line 57) | def cosh(a: _ArrayLike) -> ulab.array: function degrees (line 61) | def degrees(a: _ArrayLike) -> ulab.array: function erf (line 65) | def erf(a: _ArrayLike) -> ulab.array: function erfc (line 69) | def erfc(a: _ArrayLike) -> ulab.array: function exp (line 73) | def exp(a: _ArrayLike) -> ulab.array: function expm1 (line 77) | def expm1(a: _ArrayLike) -> ulab.array: function floor (line 81) | def floor(a: _ArrayLike) -> ulab.array: function gamma (line 85) | def gamma(a: _ArrayLike) -> ulab.array: function lgamma (line 89) | def lgamma(a: _ArrayLike) -> ulab.array: function log (line 93) | def log(a: _ArrayLike) -> ulab.array: function log10 (line 97) | def log10(a: _ArrayLike) -> ulab.array: function log2 (line 101) | def log2(a: _ArrayLike) -> ulab.array: function radians (line 105) | def radians(a: _ArrayLike) -> ulab.array: function sin (line 109) | def sin(a: _ArrayLike) -> ulab.array: function sinh (line 113) | def sinh(a: _ArrayLike) -> ulab.array: function sqrt (line 117) | def sqrt(a: _ArrayLike) -> ulab.array: function tan (line 121) | def tan(a: _ArrayLike) -> ulab.array: function tanh (line 125) | def tanh(a: _ArrayLike) -> ulab.array: function vectorize (line 129) | def vectorize( FILE: stubs/micropython-v1_10-esp32/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/_thread.py class LockType (line 9) | class LockType: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 16) | def acquire(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: method release (line 22) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 30) | def exit(*args, **kwargs) -> Any: function get_ident (line 34) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 38) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 42) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/_thread.pyi class LockType (line 3) | class LockType: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 5) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 9) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 10) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 11) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 12) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/apa106.py class NeoPixel (line 9) | class NeoPixel: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method fill (line 16) | def fill(self, *args, **kwargs) -> Any: method write (line 19) | def write(self, *args, **kwargs) -> Any: class APA106 (line 25) | class APA106: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method fill (line 32) | def fill(self, *args, **kwargs) -> Any: method write (line 35) | def write(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method fill (line 5) | def fill(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... class APA106 (line 9) | class APA106: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method fill (line 11) | def fill(self, *args, **kwargs) -> Any: ... method write (line 12) | def write(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/btree.py function open (line 12) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/btree.pyi function open (line 6) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 71) | class NotImplementedError(Exception): class OSError (line 75) | class OSError(Exception): class OverflowError (line 79) | class OverflowError(Exception): class RuntimeError (line 83) | class RuntimeError(Exception): class StopAsyncIteration (line 87) | class StopAsyncIteration: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: class StopIteration (line 95) | class StopIteration(Exception): class SyntaxError (line 99) | class SyntaxError(Exception): class SystemExit (line 103) | class SystemExit(Exception): class TypeError (line 107) | class TypeError(Exception): class UnicodeError (line 111) | class UnicodeError(Exception): class ValueError (line 115) | class ValueError(Exception): class ZeroDivisionError (line 119) | class ZeroDivisionError(Exception): function abs (line 123) | def abs(*args, **kwargs) -> Any: function all (line 127) | def all(*args, **kwargs) -> Any: function any (line 131) | def any(*args, **kwargs) -> Any: function bin (line 135) | def bin(*args, **kwargs) -> Any: class bool (line 139) | class bool: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 147) | class bytearray: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method append (line 154) | def append(self, *args, **kwargs) -> Any: method extend (line 157) | def extend(self, *args, **kwargs) -> Any: class bytes (line 161) | class bytes: method __init__ (line 164) | def __init__(self, *argv, **kwargs) -> None: method center (line 168) | def center(self, *args, **kwargs) -> Any: method count (line 171) | def count(self, *args, **kwargs) -> Any: method decode (line 174) | def decode(self, *args, **kwargs) -> Any: method endswith (line 177) | def endswith(self, *args, **kwargs) -> Any: method find (line 180) | def find(self, *args, **kwargs) -> Any: method format (line 183) | def format(self, *args, **kwargs) -> Any: method index (line 186) | def index(self, *args, **kwargs) -> Any: method isalpha (line 189) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 192) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 195) | def islower(self, *args, **kwargs) -> Any: method isspace (line 198) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 201) | def isupper(self, *args, **kwargs) -> Any: method join (line 204) | def join(self, *args, **kwargs) -> Any: method lower (line 207) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 210) | def lstrip(self, *args, **kwargs) -> Any: method partition (line 213) | def partition(self, *args, **kwargs) -> Any: method replace (line 216) | def replace(self, *args, **kwargs) -> Any: method rfind (line 219) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 222) | def rindex(self, *args, **kwargs) -> Any: method rpartition (line 225) | def rpartition(self, *args, **kwargs) -> Any: method rsplit (line 228) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 231) | def rstrip(self, *args, **kwargs) -> Any: method split (line 234) | def split(self, *args, **kwargs) -> Any: method splitlines (line 237) | def splitlines(self, *args, **kwargs) -> Any: method startswith (line 240) | def startswith(self, *args, **kwargs) -> Any: method strip (line 243) | def strip(self, *args, **kwargs) -> Any: method upper (line 246) | def upper(self, *args, **kwargs) -> Any: function callable (line 250) | def callable(*args, **kwargs) -> Any: function chr (line 254) | def chr(*args, **kwargs) -> Any: function compile (line 258) | def compile(*args, **kwargs) -> Any: class complex (line 262) | class complex: method __init__ (line 265) | def __init__(self, *argv, **kwargs) -> None: function delattr (line 270) | def delattr(*args, **kwargs) -> Any: class dict (line 274) | class dict: method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: method clear (line 281) | def clear(self, *args, **kwargs) -> Any: method copy (line 284) | def copy(self, *args, **kwargs) -> Any: method fromkeys (line 288) | def fromkeys(cls, *args, **kwargs) -> Any: method get (line 291) | def get(self, *args, **kwargs) -> Any: method items (line 294) | def items(self, *args, **kwargs) -> Any: method keys (line 297) | def keys(self, *args, **kwargs) -> Any: method pop (line 300) | def pop(self, *args, **kwargs) -> Any: method popitem (line 303) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 306) | def setdefault(self, *args, **kwargs) -> Any: method update (line 309) | def update(self, *args, **kwargs) -> Any: method values (line 312) | def values(self, *args, **kwargs) -> Any: function dir (line 316) | def dir(*args, **kwargs) -> Any: function divmod (line 320) | def divmod(*args, **kwargs) -> Any: class enumerate (line 324) | class enumerate: method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: function eval (line 332) | def eval(*args, **kwargs) -> Any: function exec (line 336) | def exec(*args, **kwargs) -> Any: function execfile (line 340) | def execfile(*args, **kwargs) -> Any: class filter (line 344) | class filter: method __init__ (line 347) | def __init__(self, *argv, **kwargs) -> None: class float (line 352) | class float: method __init__ (line 355) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 360) | class frozenset: method __init__ (line 363) | def __init__(self, *argv, **kwargs) -> None: method copy (line 367) | def copy(self, *args, **kwargs) -> Any: method difference (line 370) | def difference(self, *args, **kwargs) -> Any: method intersection (line 373) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 376) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 379) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 382) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 385) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 388) | def union(self, *args, **kwargs) -> Any: function getattr (line 392) | def getattr(*args, **kwargs) -> Any: function globals (line 396) | def globals(*args, **kwargs) -> Any: function hasattr (line 400) | def hasattr(*args, **kwargs) -> Any: function hash (line 404) | def hash(*args, **kwargs) -> Any: function help (line 408) | def help(*args, **kwargs) -> Any: function hex (line 412) | def hex(*args, **kwargs) -> Any: function id (line 416) | def id(*args, **kwargs) -> Any: function input (line 420) | def input(*args, **kwargs) -> Any: class int (line 424) | class int: method __init__ (line 427) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 432) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 435) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 439) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 443) | def issubclass(*args, **kwargs) -> Any: function iter (line 447) | def iter(*args, **kwargs) -> Any: function len (line 451) | def len(*args, **kwargs) -> Any: class list (line 455) | class list: method __init__ (line 458) | def __init__(self, *argv, **kwargs) -> None: method append (line 462) | def append(self, *args, **kwargs) -> Any: method clear (line 465) | def clear(self, *args, **kwargs) -> Any: method copy (line 468) | def copy(self, *args, **kwargs) -> Any: method count (line 471) | def count(self, *args, **kwargs) -> Any: method extend (line 474) | def extend(self, *args, **kwargs) -> Any: method index (line 477) | def index(self, *args, **kwargs) -> Any: method insert (line 480) | def insert(self, *args, **kwargs) -> Any: method pop (line 483) | def pop(self, *args, **kwargs) -> Any: method remove (line 486) | def remove(self, *args, **kwargs) -> Any: method reverse (line 489) | def reverse(self, *args, **kwargs) -> Any: method sort (line 492) | def sort(self, *args, **kwargs) -> Any: function locals (line 496) | def locals(*args, **kwargs) -> Any: class map (line 500) | class map: method __init__ (line 503) | def __init__(self, *argv, **kwargs) -> None: function max (line 508) | def max(*args, **kwargs) -> Any: class memoryview (line 512) | class memoryview: method __init__ (line 515) | def __init__(self, *argv, **kwargs) -> None: function min (line 520) | def min(*args, **kwargs) -> Any: function next (line 524) | def next(*args, **kwargs) -> Any: class object (line 528) | class object: method __init__ (line 531) | def __init__(self, *argv, **kwargs) -> None: function oct (line 536) | def oct(*args, **kwargs) -> Any: function open (line 540) | def open(*args, **kwargs) -> Any: function ord (line 544) | def ord(*args, **kwargs) -> Any: function pow (line 548) | def pow(*args, **kwargs) -> Any: function print (line 552) | def print(*args, **kwargs) -> Any: class property (line 556) | class property: method __init__ (line 559) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 563) | def deleter(self, *args, **kwargs) -> Any: method getter (line 566) | def getter(self, *args, **kwargs) -> Any: method setter (line 569) | def setter(self, *args, **kwargs) -> Any: class range (line 573) | class range: method __init__ (line 576) | def __init__(self, *argv, **kwargs) -> None: function repr (line 581) | def repr(*args, **kwargs) -> Any: class reversed (line 585) | class reversed: method __init__ (line 588) | def __init__(self, *argv, **kwargs) -> None: function round (line 593) | def round(*args, **kwargs) -> Any: class set (line 597) | class set: method __init__ (line 600) | def __init__(self, *argv, **kwargs) -> None: method add (line 604) | def add(self, *args, **kwargs) -> Any: method clear (line 607) | def clear(self, *args, **kwargs) -> Any: method copy (line 610) | def copy(self, *args, **kwargs) -> Any: method difference (line 613) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 616) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 619) | def discard(self, *args, **kwargs) -> Any: method intersection (line 622) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 625) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 628) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 631) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 634) | def issuperset(self, *args, **kwargs) -> Any: method pop (line 637) | def pop(self, *args, **kwargs) -> Any: method remove (line 640) | def remove(self, *args, **kwargs) -> Any: method symmetric_difference (line 643) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 646) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 649) | def union(self, *args, **kwargs) -> Any: method update (line 652) | def update(self, *args, **kwargs) -> Any: function setattr (line 656) | def setattr(*args, **kwargs) -> Any: class slice (line 660) | class slice: method __init__ (line 663) | def __init__(self, *argv, **kwargs) -> None: function sorted (line 668) | def sorted(*args, **kwargs) -> Any: class str (line 672) | class str: method __init__ (line 675) | def __init__(self, *argv, **kwargs) -> None: method center (line 679) | def center(self, *args, **kwargs) -> Any: method count (line 682) | def count(self, *args, **kwargs) -> Any: method encode (line 685) | def encode(self, *args, **kwargs) -> Any: method endswith (line 688) | def endswith(self, *args, **kwargs) -> Any: method find (line 691) | def find(self, *args, **kwargs) -> Any: method format (line 694) | def format(self, *args, **kwargs) -> Any: method index (line 697) | def index(self, *args, **kwargs) -> Any: method isalpha (line 700) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 703) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 706) | def islower(self, *args, **kwargs) -> Any: method isspace (line 709) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 712) | def isupper(self, *args, **kwargs) -> Any: method join (line 715) | def join(self, *args, **kwargs) -> Any: method lower (line 718) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 721) | def lstrip(self, *args, **kwargs) -> Any: method partition (line 724) | def partition(self, *args, **kwargs) -> Any: method replace (line 727) | def replace(self, *args, **kwargs) -> Any: method rfind (line 730) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 733) | def rindex(self, *args, **kwargs) -> Any: method rpartition (line 736) | def rpartition(self, *args, **kwargs) -> Any: method rsplit (line 739) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 742) | def rstrip(self, *args, **kwargs) -> Any: method split (line 745) | def split(self, *args, **kwargs) -> Any: method splitlines (line 748) | def splitlines(self, *args, **kwargs) -> Any: method startswith (line 751) | def startswith(self, *args, **kwargs) -> Any: method strip (line 754) | def strip(self, *args, **kwargs) -> Any: method upper (line 757) | def upper(self, *args, **kwargs) -> Any: function sum (line 761) | def sum(*args, **kwargs) -> Any: class super (line 765) | class super: method __init__ (line 768) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 773) | class tuple: method __init__ (line 776) | def __init__(self, *argv, **kwargs) -> None: method count (line 780) | def count(self, *args, **kwargs) -> Any: method index (line 783) | def index(self, *args, **kwargs) -> Any: class type (line 787) | class type: method __init__ (line 790) | def __init__(self, *argv, **kwargs) -> None: class zip (line 795) | class zip: method __init__ (line 798) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_10-esp32/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 24) | class NotImplementedError(Exception): ... class OSError (line 25) | class OSError(Exception): ... class OverflowError (line 26) | class OverflowError(Exception): ... class RuntimeError (line 27) | class RuntimeError(Exception): ... class StopAsyncIteration (line 29) | class StopAsyncIteration: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StopIteration (line 32) | class StopIteration(Exception): ... class SyntaxError (line 33) | class SyntaxError(Exception): ... class SystemExit (line 34) | class SystemExit(Exception): ... class TypeError (line 35) | class TypeError(Exception): ... class UnicodeError (line 36) | class UnicodeError(Exception): ... class ValueError (line 37) | class ValueError(Exception): ... class ZeroDivisionError (line 38) | class ZeroDivisionError(Exception): ... function abs (line 40) | def abs(*args, **kwargs) -> Any: ... function all (line 41) | def all(*args, **kwargs) -> Any: ... function any (line 42) | def any(*args, **kwargs) -> Any: ... function bin (line 43) | def bin(*args, **kwargs) -> Any: ... class bool (line 45) | class bool: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 48) | class bytearray: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 50) | def append(self, *args, **kwargs) -> Any: ... method extend (line 51) | def extend(self, *args, **kwargs) -> Any: ... class bytes (line 53) | class bytes: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... method center (line 55) | def center(self, *args, **kwargs) -> Any: ... method count (line 56) | def count(self, *args, **kwargs) -> Any: ... method decode (line 57) | def decode(self, *args, **kwargs) -> Any: ... method endswith (line 58) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 59) | def find(self, *args, **kwargs) -> Any: ... method format (line 60) | def format(self, *args, **kwargs) -> Any: ... method index (line 61) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 62) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 63) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 64) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 65) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 66) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 67) | def join(self, *args, **kwargs) -> Any: ... method lower (line 68) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 69) | def lstrip(self, *args, **kwargs) -> Any: ... method partition (line 70) | def partition(self, *args, **kwargs) -> Any: ... method replace (line 71) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 72) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 73) | def rindex(self, *args, **kwargs) -> Any: ... method rpartition (line 74) | def rpartition(self, *args, **kwargs) -> Any: ... method rsplit (line 75) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 76) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 77) | def split(self, *args, **kwargs) -> Any: ... method splitlines (line 78) | def splitlines(self, *args, **kwargs) -> Any: ... method startswith (line 79) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 80) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 81) | def upper(self, *args, **kwargs) -> Any: ... function callable (line 83) | def callable(*args, **kwargs) -> Any: ... function chr (line 84) | def chr(*args, **kwargs) -> Any: ... function compile (line 85) | def compile(*args, **kwargs) -> Any: ... class complex (line 87) | class complex: method __init__ (line 88) | def __init__(self, *argv, **kwargs) -> None: ... function delattr (line 90) | def delattr(*args, **kwargs) -> Any: ... class dict (line 92) | class dict: method __init__ (line 93) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 94) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 95) | def copy(self, *args, **kwargs) -> Any: ... method fromkeys (line 97) | def fromkeys(cls, *args, **kwargs) -> Any: ... method get (line 98) | def get(self, *args, **kwargs) -> Any: ... method items (line 99) | def items(self, *args, **kwargs) -> Any: ... method keys (line 100) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 101) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 102) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 103) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 104) | def update(self, *args, **kwargs) -> Any: ... method values (line 105) | def values(self, *args, **kwargs) -> Any: ... function dir (line 107) | def dir(*args, **kwargs) -> Any: ... function divmod (line 108) | def divmod(*args, **kwargs) -> Any: ... class enumerate (line 110) | class enumerate: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... function eval (line 113) | def eval(*args, **kwargs) -> Any: ... function exec (line 114) | def exec(*args, **kwargs) -> Any: ... function execfile (line 115) | def execfile(*args, **kwargs) -> Any: ... class filter (line 117) | class filter: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 120) | class float: method __init__ (line 121) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 123) | class frozenset: method __init__ (line 124) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 125) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 126) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 127) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 128) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 129) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 130) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 131) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 132) | def union(self, *args, **kwargs) -> Any: ... function getattr (line 134) | def getattr(*args, **kwargs) -> Any: ... function globals (line 135) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 136) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 137) | def hash(*args, **kwargs) -> Any: ... function help (line 138) | def help(*args, **kwargs) -> Any: ... function hex (line 139) | def hex(*args, **kwargs) -> Any: ... function id (line 140) | def id(*args, **kwargs) -> Any: ... function input (line 141) | def input(*args, **kwargs) -> Any: ... class int (line 143) | class int: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 146) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 147) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 149) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 150) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 151) | def iter(*args, **kwargs) -> Any: ... function len (line 152) | def len(*args, **kwargs) -> Any: ... class list (line 154) | class list: method __init__ (line 155) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 156) | def append(self, *args, **kwargs) -> Any: ... method clear (line 157) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 158) | def copy(self, *args, **kwargs) -> Any: ... method count (line 159) | def count(self, *args, **kwargs) -> Any: ... method extend (line 160) | def extend(self, *args, **kwargs) -> Any: ... method index (line 161) | def index(self, *args, **kwargs) -> Any: ... method insert (line 162) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 163) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 164) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 165) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 166) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 168) | def locals(*args, **kwargs) -> Any: ... class map (line 170) | class map: method __init__ (line 171) | def __init__(self, *argv, **kwargs) -> None: ... function max (line 173) | def max(*args, **kwargs) -> Any: ... class memoryview (line 175) | class memoryview: method __init__ (line 176) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 178) | def min(*args, **kwargs) -> Any: ... function next (line 179) | def next(*args, **kwargs) -> Any: ... class object (line 181) | class object: method __init__ (line 182) | def __init__(self, *argv, **kwargs) -> None: ... function oct (line 184) | def oct(*args, **kwargs) -> Any: ... function open (line 185) | def open(*args, **kwargs) -> Any: ... function ord (line 186) | def ord(*args, **kwargs) -> Any: ... function pow (line 187) | def pow(*args, **kwargs) -> Any: ... function print (line 188) | def print(*args, **kwargs) -> Any: ... class property (line 190) | class property: method __init__ (line 191) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 192) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 193) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 194) | def setter(self, *args, **kwargs) -> Any: ... class range (line 196) | class range: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 199) | def repr(*args, **kwargs) -> Any: ... class reversed (line 201) | class reversed: method __init__ (line 202) | def __init__(self, *argv, **kwargs) -> None: ... function round (line 204) | def round(*args, **kwargs) -> Any: ... class set (line 206) | class set: method __init__ (line 207) | def __init__(self, *argv, **kwargs) -> None: ... method add (line 208) | def add(self, *args, **kwargs) -> Any: ... method clear (line 209) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 210) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 211) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 212) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 213) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 214) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 215) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 216) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 217) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 218) | def issuperset(self, *args, **kwargs) -> Any: ... method pop (line 219) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 220) | def remove(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 221) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 222) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 223) | def union(self, *args, **kwargs) -> Any: ... method update (line 224) | def update(self, *args, **kwargs) -> Any: ... function setattr (line 226) | def setattr(*args, **kwargs) -> Any: ... class slice (line 228) | class slice: method __init__ (line 229) | def __init__(self, *argv, **kwargs) -> None: ... function sorted (line 231) | def sorted(*args, **kwargs) -> Any: ... class str (line 233) | class str: method __init__ (line 234) | def __init__(self, *argv, **kwargs) -> None: ... method center (line 235) | def center(self, *args, **kwargs) -> Any: ... method count (line 236) | def count(self, *args, **kwargs) -> Any: ... method encode (line 237) | def encode(self, *args, **kwargs) -> Any: ... method endswith (line 238) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 239) | def find(self, *args, **kwargs) -> Any: ... method format (line 240) | def format(self, *args, **kwargs) -> Any: ... method index (line 241) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 242) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 243) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 244) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 245) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 246) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 247) | def join(self, *args, **kwargs) -> Any: ... method lower (line 248) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 249) | def lstrip(self, *args, **kwargs) -> Any: ... method partition (line 250) | def partition(self, *args, **kwargs) -> Any: ... method replace (line 251) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 252) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 253) | def rindex(self, *args, **kwargs) -> Any: ... method rpartition (line 254) | def rpartition(self, *args, **kwargs) -> Any: ... method rsplit (line 255) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 256) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 257) | def split(self, *args, **kwargs) -> Any: ... method splitlines (line 258) | def splitlines(self, *args, **kwargs) -> Any: ... method startswith (line 259) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 260) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 261) | def upper(self, *args, **kwargs) -> Any: ... function sum (line 263) | def sum(*args, **kwargs) -> Any: ... class super (line 265) | class super: method __init__ (line 266) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 268) | class tuple: method __init__ (line 269) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 270) | def count(self, *args, **kwargs) -> Any: ... method index (line 271) | def index(self, *args, **kwargs) -> Any: ... class type (line 273) | class type: method __init__ (line 274) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 276) | class zip: method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_10-esp32/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method fromkeys (line 23) | def fromkeys(cls, *args, **kwargs) -> Any: method get (line 26) | def get(self, *args, **kwargs) -> Any: method items (line 29) | def items(self, *args, **kwargs) -> Any: method keys (line 32) | def keys(self, *args, **kwargs) -> Any: method pop (line 35) | def pop(self, *args, **kwargs) -> Any: method popitem (line 38) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 41) | def setdefault(self, *args, **kwargs) -> Any: method update (line 44) | def update(self, *args, **kwargs) -> Any: method values (line 47) | def values(self, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method fromkeys (line 8) | def fromkeys(cls, *args, **kwargs) -> Any: ... method get (line 9) | def get(self, *args, **kwargs) -> Any: ... method items (line 10) | def items(self, *args, **kwargs) -> Any: ... method keys (line 11) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 12) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 13) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 14) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 15) | def update(self, *args, **kwargs) -> Any: ... method values (line 16) | def values(self, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/esp.py function dht_readinto (line 16) | def dht_readinto(*args, **kwargs) -> Any: function flash_erase (line 20) | def flash_erase(*args, **kwargs) -> Any: function flash_read (line 24) | def flash_read(*args, **kwargs) -> Any: function flash_size (line 28) | def flash_size(*args, **kwargs) -> Any: function flash_user_start (line 32) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 36) | def flash_write(*args, **kwargs) -> Any: function gpio_matrix_in (line 40) | def gpio_matrix_in(*args, **kwargs) -> Any: function gpio_matrix_out (line 44) | def gpio_matrix_out(*args, **kwargs) -> Any: function neopixel_write (line 48) | def neopixel_write(*args, **kwargs) -> Any: function osdebug (line 52) | def osdebug(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/esp.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 11) | def flash_erase(*args, **kwargs) -> Any: ... function flash_read (line 12) | def flash_read(*args, **kwargs) -> Any: ... function flash_size (line 13) | def flash_size(*args, **kwargs) -> Any: ... function flash_user_start (line 14) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 15) | def flash_write(*args, **kwargs) -> Any: ... function gpio_matrix_in (line 16) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 17) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function neopixel_write (line 18) | def neopixel_write(*args, **kwargs) -> Any: ... function osdebug (line 19) | def osdebug(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/esp32.py class ULP (line 9) | class ULP: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method load_binary (line 18) | def load_binary(self, *args, **kwargs) -> Any: method run (line 21) | def run(self, *args, **kwargs) -> Any: method set_wakeup_period (line 24) | def set_wakeup_period(self, *args, **kwargs) -> Any: function hall_sensor (line 32) | def hall_sensor(*args, **kwargs) -> Any: function raw_temperature (line 36) | def raw_temperature(*args, **kwargs) -> Any: function wake_on_ext0 (line 40) | def wake_on_ext0(*args, **kwargs) -> Any: function wake_on_ext1 (line 44) | def wake_on_ext1(*args, **kwargs) -> Any: function wake_on_touch (line 48) | def wake_on_touch(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/esp32.pyi class ULP (line 3) | class ULP: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method load_binary (line 6) | def load_binary(self, *args, **kwargs) -> Any: ... method run (line 7) | def run(self, *args, **kwargs) -> Any: ... method set_wakeup_period (line 8) | def set_wakeup_period(self, *args, **kwargs) -> Any: ... function hall_sensor (line 13) | def hall_sensor(*args, **kwargs) -> Any: ... function raw_temperature (line 14) | def raw_temperature(*args, **kwargs) -> Any: ... function wake_on_ext0 (line 15) | def wake_on_ext0(*args, **kwargs) -> Any: ... function wake_on_ext1 (line 16) | def wake_on_ext1(*args, **kwargs) -> Any: ... function wake_on_touch (line 17) | def wake_on_touch(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/flashbdev.py class FlashBdev (line 12) | class FlashBdev: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 19) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 22) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 25) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/flashbdev.pyi class FlashBdev (line 6) | class FlashBdev: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 8) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 9) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 10) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/hashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method digest (line 16) | def digest(self, *args, **kwargs) -> Any: method update (line 19) | def update(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method digest (line 30) | def digest(self, *args, **kwargs) -> Any: method update (line 33) | def update(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/hashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method digest (line 5) | def digest(self, *args, **kwargs) -> Any: ... method update (line 6) | def update(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method digest (line 10) | def digest(self, *args, **kwargs) -> Any: ... method update (line 11) | def update(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/inisetup.py function check_bootsec (line 11) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 15) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 19) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 7) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/io.py class BufferedWriter (line 9) | class BufferedWriter: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method flush (line 16) | def flush(self, *args, **kwargs) -> Any: method write (line 19) | def write(self, *args, **kwargs) -> Any: class BytesIO (line 23) | class BytesIO: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method close (line 30) | def close(self, *args, **kwargs) -> Any: method flush (line 33) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 36) | def getvalue(self, *args, **kwargs) -> Any: method read (line 39) | def read(self, *args, **kwargs) -> Any: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: method readline (line 45) | def readline(self, *args, **kwargs) -> Any: method seek (line 48) | def seek(self, *args, **kwargs) -> Any: method write (line 51) | def write(self, *args, **kwargs) -> Any: class FileIO (line 55) | class FileIO: method __init__ (line 58) | def __init__(self, *argv, **kwargs) -> None: method close (line 62) | def close(self, *args, **kwargs) -> Any: method flush (line 65) | def flush(self, *args, **kwargs) -> Any: method read (line 68) | def read(self, *args, **kwargs) -> Any: method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: method readline (line 74) | def readline(self, *args, **kwargs) -> Any: method readlines (line 77) | def readlines(self, *args, **kwargs) -> Any: method seek (line 80) | def seek(self, *args, **kwargs) -> Any: method tell (line 83) | def tell(self, *args, **kwargs) -> Any: method write (line 86) | def write(self, *args, **kwargs) -> Any: class IOBase (line 90) | class IOBase: method __init__ (line 93) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 98) | class StringIO: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: method close (line 105) | def close(self, *args, **kwargs) -> Any: method flush (line 108) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: method read (line 114) | def read(self, *args, **kwargs) -> Any: method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: method readline (line 120) | def readline(self, *args, **kwargs) -> Any: method seek (line 123) | def seek(self, *args, **kwargs) -> Any: method write (line 126) | def write(self, *args, **kwargs) -> Any: class TextIOWrapper (line 130) | class TextIOWrapper: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: method close (line 137) | def close(self, *args, **kwargs) -> Any: method flush (line 140) | def flush(self, *args, **kwargs) -> Any: method read (line 143) | def read(self, *args, **kwargs) -> Any: method readinto (line 146) | def readinto(self, *args, **kwargs) -> Any: method readline (line 149) | def readline(self, *args, **kwargs) -> Any: method readlines (line 152) | def readlines(self, *args, **kwargs) -> Any: method seek (line 155) | def seek(self, *args, **kwargs) -> Any: method tell (line 158) | def tell(self, *args, **kwargs) -> Any: method write (line 161) | def write(self, *args, **kwargs) -> Any: function open (line 165) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/io.pyi class BufferedWriter (line 3) | class BufferedWriter: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method flush (line 5) | def flush(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... class BytesIO (line 8) | class BytesIO: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 10) | def close(self, *args, **kwargs) -> Any: ... method flush (line 11) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 12) | def getvalue(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method seek (line 16) | def seek(self, *args, **kwargs) -> Any: ... method write (line 17) | def write(self, *args, **kwargs) -> Any: ... class FileIO (line 19) | class FileIO: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 21) | def close(self, *args, **kwargs) -> Any: ... method flush (line 22) | def flush(self, *args, **kwargs) -> Any: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... method readlines (line 26) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 27) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 28) | def tell(self, *args, **kwargs) -> Any: ... method write (line 29) | def write(self, *args, **kwargs) -> Any: ... class IOBase (line 31) | class IOBase: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 34) | class StringIO: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 36) | def close(self, *args, **kwargs) -> Any: ... method flush (line 37) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: ... method read (line 39) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 41) | def readline(self, *args, **kwargs) -> Any: ... method seek (line 42) | def seek(self, *args, **kwargs) -> Any: ... method write (line 43) | def write(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 45) | class TextIOWrapper: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 47) | def close(self, *args, **kwargs) -> Any: ... method flush (line 48) | def flush(self, *args, **kwargs) -> Any: ... method read (line 49) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 50) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 51) | def readline(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... function open (line 57) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/machine.py class ADC (line 9) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method atten (line 25) | def atten(self, *args, **kwargs) -> Any: method read (line 28) | def read(self, *args, **kwargs) -> Any: method width (line 32) | def width(cls, *args, **kwargs) -> Any: class DAC (line 36) | class DAC: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: method write (line 43) | def write(self, *args, **kwargs) -> Any: class I2C (line 54) | class I2C: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: method init (line 61) | def init(self, *args, **kwargs) -> Any: method readfrom (line 64) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 67) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 70) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 73) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readinto (line 76) | def readinto(self, *args, **kwargs) -> Any: method scan (line 79) | def scan(self, *args, **kwargs) -> Any: method start (line 82) | def start(self, *args, **kwargs) -> Any: method stop (line 85) | def stop(self, *args, **kwargs) -> Any: method write (line 88) | def write(self, *args, **kwargs) -> Any: method writeto (line 91) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 94) | def writeto_mem(self, *args, **kwargs) -> Any: class PWM (line 101) | class PWM: method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 108) | def deinit(self, *args, **kwargs) -> Any: method duty (line 111) | def duty(self, *args, **kwargs) -> Any: method freq (line 114) | def freq(self, *args, **kwargs) -> Any: method init (line 117) | def init(self, *args, **kwargs) -> Any: class Pin (line 124) | class Pin: method __init__ (line 127) | def __init__(self, *argv, **kwargs) -> None: method init (line 141) | def init(self, *args, **kwargs) -> Any: method irq (line 144) | def irq(self, *args, **kwargs) -> Any: method off (line 147) | def off(self, *args, **kwargs) -> Any: method on (line 150) | def on(self, *args, **kwargs) -> Any: method value (line 153) | def value(self, *args, **kwargs) -> Any: class RTC (line 157) | class RTC: method __init__ (line 160) | def __init__(self, *argv, **kwargs) -> None: method datetime (line 164) | def datetime(self, *args, **kwargs) -> Any: method init (line 167) | def init(self, *args, **kwargs) -> Any: method memory (line 170) | def memory(self, *args, **kwargs) -> Any: class SPI (line 178) | class SPI: method __init__ (line 181) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 188) | def deinit(self, *args, **kwargs) -> Any: method init (line 191) | def init(self, *args, **kwargs) -> Any: method read (line 194) | def read(self, *args, **kwargs) -> Any: method readinto (line 197) | def readinto(self, *args, **kwargs) -> Any: method write (line 200) | def write(self, *args, **kwargs) -> Any: method write_readinto (line 203) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 207) | class Signal: method __init__ (line 210) | def __init__(self, *argv, **kwargs) -> None: method off (line 214) | def off(self, *args, **kwargs) -> Any: method on (line 217) | def on(self, *args, **kwargs) -> Any: method value (line 220) | def value(self, *args, **kwargs) -> Any: class Timer (line 228) | class Timer: method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 238) | def deinit(self, *args, **kwargs) -> Any: method init (line 241) | def init(self, *args, **kwargs) -> Any: method value (line 244) | def value(self, *args, **kwargs) -> Any: class TouchPad (line 248) | class TouchPad: method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: method config (line 255) | def config(self, *args, **kwargs) -> Any: method read (line 258) | def read(self, *args, **kwargs) -> Any: class UART (line 262) | class UART: method __init__ (line 265) | def __init__(self, *argv, **kwargs) -> None: method any (line 269) | def any(self, *args, **kwargs) -> Any: method init (line 272) | def init(self, *args, **kwargs) -> Any: method read (line 275) | def read(self, *args, **kwargs) -> Any: method readinto (line 278) | def readinto(self, *args, **kwargs) -> Any: method readline (line 281) | def readline(self, *args, **kwargs) -> Any: method sendbreak (line 284) | def sendbreak(self, *args, **kwargs) -> Any: method write (line 287) | def write(self, *args, **kwargs) -> Any: class WDT (line 294) | class WDT: method __init__ (line 297) | def __init__(self, *argv, **kwargs) -> None: method feed (line 301) | def feed(self, *args, **kwargs) -> Any: function deepsleep (line 308) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 312) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 316) | def enable_irq(*args, **kwargs) -> Any: function freq (line 320) | def freq(*args, **kwargs) -> Any: function idle (line 324) | def idle(*args, **kwargs) -> Any: function reset (line 333) | def reset(*args, **kwargs) -> Any: function reset_cause (line 337) | def reset_cause(*args, **kwargs) -> Any: function sleep (line 341) | def sleep(*args, **kwargs) -> Any: function time_pulse_us (line 345) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 349) | def unique_id(*args, **kwargs) -> Any: function wake_reason (line 353) | def wake_reason(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/machine.pyi class ADC (line 3) | class ADC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method atten (line 13) | def atten(self, *args, **kwargs) -> Any: ... method read (line 14) | def read(self, *args, **kwargs) -> Any: ... method width (line 16) | def width(cls, *args, **kwargs) -> Any: ... class DAC (line 18) | class DAC: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 20) | def write(self, *args, **kwargs) -> Any: ... class I2C (line 28) | class I2C: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... method init (line 30) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 31) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 32) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 33) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 34) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method scan (line 36) | def scan(self, *args, **kwargs) -> Any: ... method start (line 37) | def start(self, *args, **kwargs) -> Any: ... method stop (line 38) | def stop(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method writeto (line 40) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 41) | def writeto_mem(self, *args, **kwargs) -> Any: ... class PWM (line 45) | class PWM: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 47) | def deinit(self, *args, **kwargs) -> Any: ... method duty (line 48) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 49) | def freq(self, *args, **kwargs) -> Any: ... method init (line 50) | def init(self, *args, **kwargs) -> Any: ... class Pin (line 54) | class Pin: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... method init (line 65) | def init(self, *args, **kwargs) -> Any: ... method irq (line 66) | def irq(self, *args, **kwargs) -> Any: ... method off (line 67) | def off(self, *args, **kwargs) -> Any: ... method on (line 68) | def on(self, *args, **kwargs) -> Any: ... method value (line 69) | def value(self, *args, **kwargs) -> Any: ... class RTC (line 71) | class RTC: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method datetime (line 73) | def datetime(self, *args, **kwargs) -> Any: ... method init (line 74) | def init(self, *args, **kwargs) -> Any: ... method memory (line 75) | def memory(self, *args, **kwargs) -> Any: ... class SPI (line 80) | class SPI: method __init__ (line 81) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 84) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 85) | def init(self, *args, **kwargs) -> Any: ... method read (line 86) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 87) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 88) | def write(self, *args, **kwargs) -> Any: ... method write_readinto (line 89) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 91) | class Signal: method __init__ (line 92) | def __init__(self, *argv, **kwargs) -> None: ... method off (line 93) | def off(self, *args, **kwargs) -> Any: ... method on (line 94) | def on(self, *args, **kwargs) -> Any: ... method value (line 95) | def value(self, *args, **kwargs) -> Any: ... class Timer (line 100) | class Timer: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 104) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 105) | def init(self, *args, **kwargs) -> Any: ... method value (line 106) | def value(self, *args, **kwargs) -> Any: ... class TouchPad (line 108) | class TouchPad: method __init__ (line 109) | def __init__(self, *argv, **kwargs) -> None: ... method config (line 110) | def config(self, *args, **kwargs) -> Any: ... method read (line 111) | def read(self, *args, **kwargs) -> Any: ... class UART (line 113) | class UART: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 115) | def any(self, *args, **kwargs) -> Any: ... method init (line 116) | def init(self, *args, **kwargs) -> Any: ... method read (line 117) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 119) | def readline(self, *args, **kwargs) -> Any: ... method sendbreak (line 120) | def sendbreak(self, *args, **kwargs) -> Any: ... method write (line 121) | def write(self, *args, **kwargs) -> Any: ... class WDT (line 125) | class WDT: method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 127) | def feed(self, *args, **kwargs) -> Any: ... function deepsleep (line 131) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 132) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 133) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 134) | def freq(*args, **kwargs) -> Any: ... function idle (line 135) | def idle(*args, **kwargs) -> Any: ... function reset (line 141) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 142) | def reset_cause(*args, **kwargs) -> Any: ... function sleep (line 143) | def sleep(*args, **kwargs) -> Any: ... function time_pulse_us (line 144) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 145) | def unique_id(*args, **kwargs) -> Any: ... function wake_reason (line 146) | def wake_reason(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/math.py function acos (line 9) | def acos(*args, **kwargs) -> Any: function acosh (line 13) | def acosh(*args, **kwargs) -> Any: function asin (line 17) | def asin(*args, **kwargs) -> Any: function asinh (line 21) | def asinh(*args, **kwargs) -> Any: function atan (line 25) | def atan(*args, **kwargs) -> Any: function atan2 (line 29) | def atan2(*args, **kwargs) -> Any: function atanh (line 33) | def atanh(*args, **kwargs) -> Any: function ceil (line 37) | def ceil(*args, **kwargs) -> Any: function copysign (line 41) | def copysign(*args, **kwargs) -> Any: function cos (line 45) | def cos(*args, **kwargs) -> Any: function cosh (line 49) | def cosh(*args, **kwargs) -> Any: function degrees (line 53) | def degrees(*args, **kwargs) -> Any: function erf (line 60) | def erf(*args, **kwargs) -> Any: function erfc (line 64) | def erfc(*args, **kwargs) -> Any: function exp (line 68) | def exp(*args, **kwargs) -> Any: function expm1 (line 72) | def expm1(*args, **kwargs) -> Any: function fabs (line 76) | def fabs(*args, **kwargs) -> Any: function floor (line 80) | def floor(*args, **kwargs) -> Any: function fmod (line 84) | def fmod(*args, **kwargs) -> Any: function frexp (line 88) | def frexp(*args, **kwargs) -> Any: function gamma (line 92) | def gamma(*args, **kwargs) -> Any: function isfinite (line 96) | def isfinite(*args, **kwargs) -> Any: function isinf (line 100) | def isinf(*args, **kwargs) -> Any: function isnan (line 104) | def isnan(*args, **kwargs) -> Any: function ldexp (line 108) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 112) | def lgamma(*args, **kwargs) -> Any: function log (line 116) | def log(*args, **kwargs) -> Any: function log10 (line 120) | def log10(*args, **kwargs) -> Any: function log2 (line 124) | def log2(*args, **kwargs) -> Any: function modf (line 128) | def modf(*args, **kwargs) -> Any: function pow (line 135) | def pow(*args, **kwargs) -> Any: function radians (line 139) | def radians(*args, **kwargs) -> Any: function sin (line 143) | def sin(*args, **kwargs) -> Any: function sinh (line 147) | def sinh(*args, **kwargs) -> Any: function sqrt (line 151) | def sqrt(*args, **kwargs) -> Any: function tan (line 155) | def tan(*args, **kwargs) -> Any: function tanh (line 159) | def tanh(*args, **kwargs) -> Any: function trunc (line 163) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/math.pyi function acos (line 3) | def acos(*args, **kwargs) -> Any: ... function acosh (line 4) | def acosh(*args, **kwargs) -> Any: ... function asin (line 5) | def asin(*args, **kwargs) -> Any: ... function asinh (line 6) | def asinh(*args, **kwargs) -> Any: ... function atan (line 7) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 8) | def atan2(*args, **kwargs) -> Any: ... function atanh (line 9) | def atanh(*args, **kwargs) -> Any: ... function ceil (line 10) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 11) | def copysign(*args, **kwargs) -> Any: ... function cos (line 12) | def cos(*args, **kwargs) -> Any: ... function cosh (line 13) | def cosh(*args, **kwargs) -> Any: ... function degrees (line 14) | def degrees(*args, **kwargs) -> Any: ... function erf (line 18) | def erf(*args, **kwargs) -> Any: ... function erfc (line 19) | def erfc(*args, **kwargs) -> Any: ... function exp (line 20) | def exp(*args, **kwargs) -> Any: ... function expm1 (line 21) | def expm1(*args, **kwargs) -> Any: ... function fabs (line 22) | def fabs(*args, **kwargs) -> Any: ... function floor (line 23) | def floor(*args, **kwargs) -> Any: ... function fmod (line 24) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 25) | def frexp(*args, **kwargs) -> Any: ... function gamma (line 26) | def gamma(*args, **kwargs) -> Any: ... function isfinite (line 27) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 28) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 29) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 30) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 31) | def lgamma(*args, **kwargs) -> Any: ... function log (line 32) | def log(*args, **kwargs) -> Any: ... function log10 (line 33) | def log10(*args, **kwargs) -> Any: ... function log2 (line 34) | def log2(*args, **kwargs) -> Any: ... function modf (line 35) | def modf(*args, **kwargs) -> Any: ... function pow (line 39) | def pow(*args, **kwargs) -> Any: ... function radians (line 40) | def radians(*args, **kwargs) -> Any: ... function sin (line 41) | def sin(*args, **kwargs) -> Any: ... function sinh (line 42) | def sinh(*args, **kwargs) -> Any: ... function sqrt (line 43) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 44) | def tan(*args, **kwargs) -> Any: ... function tanh (line 45) | def tanh(*args, **kwargs) -> Any: ... function trunc (line 46) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/micropython.py function alloc_emergency_exception_buf (line 9) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function const (line 13) | def const(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/micropython.pyi function alloc_emergency_exception_buf (line 3) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function const (line 4) | def const(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/neopixel.py function neopixel_write (line 9) | def neopixel_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method fill (line 20) | def fill(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/neopixel.pyi function neopixel_write (line 3) | def neopixel_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method fill (line 7) | def fill(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/network.py function LAN (line 17) | def LAN(*args, **kwargs) -> Any: function PPP (line 28) | def PPP(*args, **kwargs) -> Any: function WLAN (line 43) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 47) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/network.pyi function LAN (line 11) | def LAN(*args, **kwargs) -> Any: ... function PPP (line 19) | def PPP(*args, **kwargs) -> Any: ... function WLAN (line 31) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 32) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/onewire.py function const (line 9) | def const(*args, **kwargs) -> Any: class OneWireError (line 13) | class OneWireError(Exception): class OneWire (line 17) | class OneWire: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method crc8 (line 24) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 27) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 30) | def readbyte(self, *args, **kwargs) -> Any: method readinto (line 33) | def readinto(self, *args, **kwargs) -> Any: method reset (line 36) | def reset(self, *args, **kwargs) -> Any: method scan (line 39) | def scan(self, *args, **kwargs) -> Any: method write (line 42) | def write(self, *args, **kwargs) -> Any: method writebit (line 45) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 48) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 55) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/onewire.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class OneWireError (line 5) | class OneWireError(Exception): ... class OneWire (line 7) | class OneWire: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method readinto (line 12) | def readinto(self, *args, **kwargs) -> Any: ... method reset (line 13) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 14) | def scan(self, *args, **kwargs) -> Any: ... method write (line 15) | def write(self, *args, **kwargs) -> Any: ... method writebit (line 16) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 17) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 21) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/os.py class VfsFat (line 9) | class VfsFat: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method chdir (line 16) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 19) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 22) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 25) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 28) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 31) | def mount(self, *args, **kwargs) -> Any: method open (line 34) | def open(self, *args, **kwargs) -> Any: method remove (line 37) | def remove(self, *args, **kwargs) -> Any: method rename (line 40) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 43) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 46) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 49) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 52) | def umount(self, *args, **kwargs) -> Any: function chdir (line 56) | def chdir(*args, **kwargs) -> Any: function dupterm (line 60) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 64) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 68) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 72) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 76) | def listdir(*args, **kwargs) -> Any: function mkdir (line 80) | def mkdir(*args, **kwargs) -> Any: function mount (line 84) | def mount(*args, **kwargs) -> Any: function remove (line 88) | def remove(*args, **kwargs) -> Any: function rename (line 92) | def rename(*args, **kwargs) -> Any: function rmdir (line 96) | def rmdir(*args, **kwargs) -> Any: function stat (line 100) | def stat(*args, **kwargs) -> Any: function statvfs (line 104) | def statvfs(*args, **kwargs) -> Any: function umount (line 108) | def umount(*args, **kwargs) -> Any: function uname (line 112) | def uname(*args, **kwargs) -> Any: function urandom (line 116) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/os.pyi class VfsFat (line 3) | class VfsFat: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method chdir (line 5) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 6) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 7) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 8) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 9) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 10) | def mount(self, *args, **kwargs) -> Any: ... method open (line 11) | def open(self, *args, **kwargs) -> Any: ... method remove (line 12) | def remove(self, *args, **kwargs) -> Any: ... method rename (line 13) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 14) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 15) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 16) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 17) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 19) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 20) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 21) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 22) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 23) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 24) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 25) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 26) | def mount(*args, **kwargs) -> Any: ... function remove (line 27) | def remove(*args, **kwargs) -> Any: ... function rename (line 28) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 29) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 30) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 31) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 32) | def umount(*args, **kwargs) -> Any: ... function uname (line 33) | def uname(*args, **kwargs) -> Any: ... function urandom (line 34) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/re.py function compile (line 11) | def compile(*args, **kwargs) -> Any: function match (line 15) | def match(*args, **kwargs) -> Any: function search (line 19) | def search(*args, **kwargs) -> Any: function sub (line 23) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/re.pyi function compile (line 5) | def compile(*args, **kwargs) -> Any: ... function match (line 6) | def match(*args, **kwargs) -> Any: ... function search (line 7) | def search(*args, **kwargs) -> Any: ... function sub (line 8) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/socket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: function socket (line 25) | def socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/socket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... function socket (line 16) | def socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/time.py function localtime (line 9) | def localtime(*args, **kwargs) -> Any: function mktime (line 13) | def mktime(*args, **kwargs) -> Any: function sleep (line 17) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 25) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 29) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 33) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 37) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 41) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 45) | def ticks_us(*args, **kwargs) -> Any: function time (line 49) | def time(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/time.pyi function localtime (line 3) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 4) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 5) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 7) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 8) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 9) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 10) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 11) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 12) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 13) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method fromkeys (line 23) | def fromkeys(cls, *args, **kwargs) -> Any: method get (line 26) | def get(self, *args, **kwargs) -> Any: method items (line 29) | def items(self, *args, **kwargs) -> Any: method keys (line 32) | def keys(self, *args, **kwargs) -> Any: method pop (line 35) | def pop(self, *args, **kwargs) -> Any: method popitem (line 38) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 41) | def setdefault(self, *args, **kwargs) -> Any: method update (line 44) | def update(self, *args, **kwargs) -> Any: method values (line 47) | def values(self, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method fromkeys (line 8) | def fromkeys(cls, *args, **kwargs) -> Any: ... method get (line 9) | def get(self, *args, **kwargs) -> Any: ... method items (line 10) | def items(self, *args, **kwargs) -> Any: ... method keys (line 11) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 12) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 13) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 14) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 15) | def update(self, *args, **kwargs) -> Any: ... method values (line 16) | def values(self, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method decrypt (line 16) | def decrypt(self, *args, **kwargs) -> Any: method encrypt (line 19) | def encrypt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/ucryptolib.pyi class aes (line 3) | class aes: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method encrypt (line 6) | def encrypt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_10-esp32/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_10-esp32/uhashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method digest (line 16) | def digest(self, *args, **kwargs) -> Any: method update (line 19) | def update(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method digest (line 30) | def digest(self, *args, **kwargs) -> Any: method update (line 33) | def update(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/uhashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method digest (line 5) | def digest(self, *args, **kwargs) -> Any: ... method update (line 6) | def update(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method digest (line 10) | def digest(self, *args, **kwargs) -> Any: ... method update (line 11) | def update(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/uio.py class BufferedWriter (line 9) | class BufferedWriter: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method flush (line 16) | def flush(self, *args, **kwargs) -> Any: method write (line 19) | def write(self, *args, **kwargs) -> Any: class BytesIO (line 23) | class BytesIO: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method close (line 30) | def close(self, *args, **kwargs) -> Any: method flush (line 33) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 36) | def getvalue(self, *args, **kwargs) -> Any: method read (line 39) | def read(self, *args, **kwargs) -> Any: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: method readline (line 45) | def readline(self, *args, **kwargs) -> Any: method seek (line 48) | def seek(self, *args, **kwargs) -> Any: method write (line 51) | def write(self, *args, **kwargs) -> Any: class FileIO (line 55) | class FileIO: method __init__ (line 58) | def __init__(self, *argv, **kwargs) -> None: method close (line 62) | def close(self, *args, **kwargs) -> Any: method flush (line 65) | def flush(self, *args, **kwargs) -> Any: method read (line 68) | def read(self, *args, **kwargs) -> Any: method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: method readline (line 74) | def readline(self, *args, **kwargs) -> Any: method readlines (line 77) | def readlines(self, *args, **kwargs) -> Any: method seek (line 80) | def seek(self, *args, **kwargs) -> Any: method tell (line 83) | def tell(self, *args, **kwargs) -> Any: method write (line 86) | def write(self, *args, **kwargs) -> Any: class IOBase (line 90) | class IOBase: method __init__ (line 93) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 98) | class StringIO: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: method close (line 105) | def close(self, *args, **kwargs) -> Any: method flush (line 108) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: method read (line 114) | def read(self, *args, **kwargs) -> Any: method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: method readline (line 120) | def readline(self, *args, **kwargs) -> Any: method seek (line 123) | def seek(self, *args, **kwargs) -> Any: method write (line 126) | def write(self, *args, **kwargs) -> Any: class TextIOWrapper (line 130) | class TextIOWrapper: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: method close (line 137) | def close(self, *args, **kwargs) -> Any: method flush (line 140) | def flush(self, *args, **kwargs) -> Any: method read (line 143) | def read(self, *args, **kwargs) -> Any: method readinto (line 146) | def readinto(self, *args, **kwargs) -> Any: method readline (line 149) | def readline(self, *args, **kwargs) -> Any: method readlines (line 152) | def readlines(self, *args, **kwargs) -> Any: method seek (line 155) | def seek(self, *args, **kwargs) -> Any: method tell (line 158) | def tell(self, *args, **kwargs) -> Any: method write (line 161) | def write(self, *args, **kwargs) -> Any: function open (line 165) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/uio.pyi class BufferedWriter (line 3) | class BufferedWriter: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method flush (line 5) | def flush(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... class BytesIO (line 8) | class BytesIO: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 10) | def close(self, *args, **kwargs) -> Any: ... method flush (line 11) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 12) | def getvalue(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method seek (line 16) | def seek(self, *args, **kwargs) -> Any: ... method write (line 17) | def write(self, *args, **kwargs) -> Any: ... class FileIO (line 19) | class FileIO: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 21) | def close(self, *args, **kwargs) -> Any: ... method flush (line 22) | def flush(self, *args, **kwargs) -> Any: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... method readlines (line 26) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 27) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 28) | def tell(self, *args, **kwargs) -> Any: ... method write (line 29) | def write(self, *args, **kwargs) -> Any: ... class IOBase (line 31) | class IOBase: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 34) | class StringIO: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 36) | def close(self, *args, **kwargs) -> Any: ... method flush (line 37) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: ... method read (line 39) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 41) | def readline(self, *args, **kwargs) -> Any: ... method seek (line 42) | def seek(self, *args, **kwargs) -> Any: ... method write (line 43) | def write(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 45) | class TextIOWrapper: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 47) | def close(self, *args, **kwargs) -> Any: ... method flush (line 48) | def flush(self, *args, **kwargs) -> Any: ... method read (line 49) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 50) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 51) | def readline(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... function open (line 57) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 18) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Any: method log (line 24) | def log(self, *args, **kwargs) -> Any: method delay (line 29) | def delay(self, *args, **kwargs) -> Any: method set_callback (line 36) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 39) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 42) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 45) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 6) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 7) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 8) | def log(self, *args, **kwargs) -> Any: ... method delay (line 10) | def delay(self, *args, **kwargs) -> Any: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 16) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 17) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 18) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTClient (line 13) | class MQTTClient: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method connect (line 20) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 23) | def disconnect(self, *args, **kwargs) -> Any: method publish (line 26) | def publish(self, *args, **kwargs) -> Any: method wait_msg (line 29) | def wait_msg(self, *args, **kwargs) -> Any: method set_callback (line 32) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 35) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 38) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 41) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 44) | def check_msg(self, *args, **kwargs) -> Any: class MQTTException (line 48) | class MQTTException(Exception): FILE: stubs/micropython-v1_10-esp32/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTClient (line 5) | class MQTTClient: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 7) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 8) | def disconnect(self, *args, **kwargs) -> Any: ... method publish (line 9) | def publish(self, *args, **kwargs) -> Any: ... method wait_msg (line 10) | def wait_msg(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 14) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... class MQTTException (line 17) | class MQTTException(Exception): ... FILE: stubs/micropython-v1_10-esp32/uos.py class VfsFat (line 9) | class VfsFat: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method chdir (line 16) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 19) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 22) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 25) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 28) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 31) | def mount(self, *args, **kwargs) -> Any: method open (line 34) | def open(self, *args, **kwargs) -> Any: method remove (line 37) | def remove(self, *args, **kwargs) -> Any: method rename (line 40) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 43) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 46) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 49) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 52) | def umount(self, *args, **kwargs) -> Any: function chdir (line 56) | def chdir(*args, **kwargs) -> Any: function dupterm (line 60) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 64) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 68) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 72) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 76) | def listdir(*args, **kwargs) -> Any: function mkdir (line 80) | def mkdir(*args, **kwargs) -> Any: function mount (line 84) | def mount(*args, **kwargs) -> Any: function remove (line 88) | def remove(*args, **kwargs) -> Any: function rename (line 92) | def rename(*args, **kwargs) -> Any: function rmdir (line 96) | def rmdir(*args, **kwargs) -> Any: function stat (line 100) | def stat(*args, **kwargs) -> Any: function statvfs (line 104) | def statvfs(*args, **kwargs) -> Any: function umount (line 108) | def umount(*args, **kwargs) -> Any: function uname (line 112) | def uname(*args, **kwargs) -> Any: function urandom (line 116) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/uos.pyi class VfsFat (line 3) | class VfsFat: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method chdir (line 5) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 6) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 7) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 8) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 9) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 10) | def mount(self, *args, **kwargs) -> Any: ... method open (line 11) | def open(self, *args, **kwargs) -> Any: ... method remove (line 12) | def remove(self, *args, **kwargs) -> Any: ... method rename (line 13) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 14) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 15) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 16) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 17) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 19) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 20) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 21) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 22) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 23) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 24) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 25) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 26) | def mount(*args, **kwargs) -> Any: ... function remove (line 27) | def remove(*args, **kwargs) -> Any: ... function rename (line 28) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 29) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 30) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 31) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 32) | def umount(*args, **kwargs) -> Any: ... function uname (line 33) | def uname(*args, **kwargs) -> Any: ... function urandom (line 34) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/ure.py function compile (line 11) | def compile(*args, **kwargs) -> Any: function match (line 15) | def match(*args, **kwargs) -> Any: function search (line 19) | def search(*args, **kwargs) -> Any: function sub (line 23) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/ure.pyi function compile (line 5) | def compile(*args, **kwargs) -> Any: ... function match (line 6) | def match(*args, **kwargs) -> Any: ... function search (line 7) | def search(*args, **kwargs) -> Any: ... function sub (line 8) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: function head (line 17) | def head(*args, **kwargs) -> Any: class Response (line 21) | class Response: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method close (line 28) | def close(self, *args, **kwargs) -> Any: method json (line 31) | def json(self, *args, **kwargs) -> Any: function request (line 38) | def request(*args, **kwargs) -> Any: function post (line 42) | def post(*args, **kwargs) -> Any: function patch (line 46) | def patch(*args, **kwargs) -> Any: function delete (line 50) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... function head (line 5) | def head(*args, **kwargs) -> Any: ... class Response (line 7) | class Response: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 9) | def close(self, *args, **kwargs) -> Any: ... method json (line 10) | def json(self, *args, **kwargs) -> Any: ... function request (line 14) | def request(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/usocket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: function socket (line 25) | def socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/usocket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... function socket (line 16) | def socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/utime.py function localtime (line 9) | def localtime(*args, **kwargs) -> Any: function mktime (line 13) | def mktime(*args, **kwargs) -> Any: function sleep (line 17) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 25) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 29) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 33) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 37) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 41) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 45) | def ticks_us(*args, **kwargs) -> Any: function time (line 49) | def time(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/utime.pyi function localtime (line 3) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 4) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 5) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 7) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 8) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 9) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 10) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 11) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 12) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 13) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method peektime (line 16) | def peektime(self, *args, **kwargs) -> Any: method pop (line 19) | def pop(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method peektime (line 5) | def peektime(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method ioctl (line 19) | def ioctl(self, *args, **kwargs) -> Any: method read (line 22) | def read(self, *args, **kwargs) -> Any: method readinto (line 25) | def readinto(self, *args, **kwargs) -> Any: method readline (line 28) | def readline(self, *args, **kwargs) -> Any: method write (line 31) | def write(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method ioctl (line 6) | def ioctl(self, *args, **kwargs) -> Any: ... method read (line 7) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 9) | def readline(self, *args, **kwargs) -> Any: ... method write (line 10) | def write(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/websocket_helper.py function server_handshake (line 11) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 15) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/websocket_helper.pyi function server_handshake (line 5) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 6) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp32/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-esp32/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/apa102.py class APA102 (line 9) | class APA102: method fill (line 14) | def fill(self, *args) -> Any: method write (line 17) | def write(self, *args) -> Any: class NeoPixel (line 21) | class NeoPixel: method fill (line 26) | def fill(self, *args) -> Any: method write (line 29) | def write(self, *args) -> Any: function apa102_write (line 33) | def apa102_write(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/apa102.pyi class APA102 (line 3) | class APA102: method fill (line 5) | def fill(self, *args) -> Any: ... method write (line 6) | def write(self, *args) -> Any: ... class NeoPixel (line 8) | class NeoPixel: method fill (line 10) | def fill(self, *args) -> Any: ... method write (line 11) | def write(self, *args) -> Any: ... function apa102_write (line 13) | def apa102_write(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/array.py class array (line 9) | class array: method append (line 12) | def append(self, *args) -> Any: method extend (line 15) | def extend(self, *args) -> Any: FILE: stubs/micropython-v1_10-esp8266/array.pyi class array (line 3) | class array: method append (line 4) | def append(self, *args) -> Any: ... method extend (line 5) | def extend(self, *args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args) -> Any: function hexlify (line 17) | def hexlify(*args) -> Any: function unhexlify (line 21) | def unhexlify(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args) -> Any: ... function hexlify (line 5) | def hexlify(*args) -> Any: ... function unhexlify (line 6) | def unhexlify(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/btree.py function open (line 12) | def open(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/btree.pyi function open (line 6) | def open(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class Exception (line 28) | class Exception: class GeneratorExit (line 32) | class GeneratorExit: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt: class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopAsyncIteration (line 84) | class StopAsyncIteration: class StopIteration (line 88) | class StopIteration: class SyntaxError (line 92) | class SyntaxError(Exception): class SystemExit (line 96) | class SystemExit: class TypeError (line 100) | class TypeError(Exception): class UnicodeError (line 104) | class UnicodeError(Exception): class ValueError (line 108) | class ValueError(Exception): class ViperTypeError (line 112) | class ViperTypeError(Exception): class ZeroDivisionError (line 116) | class ZeroDivisionError(Exception): function abs (line 120) | def abs(*args) -> Any: function all (line 124) | def all(*args) -> Any: function any (line 128) | def any(*args) -> Any: function bin (line 132) | def bin(*args) -> Any: class bool (line 136) | class bool: class bytearray (line 140) | class bytearray: method append (line 143) | def append(self, *args) -> Any: method extend (line 146) | def extend(self, *args) -> Any: class bytes (line 150) | class bytes: FILE: stubs/micropython-v1_10-esp8266/collections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *args) -> Any: method copy (line 15) | def copy(self, *args) -> Any: method fromkeys (line 18) | def fromkeys(self, *args) -> Any: method get (line 21) | def get(self, *args) -> Any: method items (line 24) | def items(self, *args) -> Any: method keys (line 27) | def keys(self, *args) -> Any: method pop (line 30) | def pop(self, *args) -> Any: method popitem (line 33) | def popitem(self, *args) -> Any: method setdefault (line 36) | def setdefault(self, *args) -> Any: method update (line 39) | def update(self, *args) -> Any: method values (line 42) | def values(self, *args) -> Any: class deque (line 46) | class deque: method append (line 49) | def append(self, *args) -> Any: method popleft (line 52) | def popleft(self, *args) -> Any: function namedtuple (line 56) | def namedtuple(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/collections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *args) -> Any: ... method copy (line 5) | def copy(self, *args) -> Any: ... method fromkeys (line 6) | def fromkeys(self, *args) -> Any: ... method get (line 7) | def get(self, *args) -> Any: ... method items (line 8) | def items(self, *args) -> Any: ... method keys (line 9) | def keys(self, *args) -> Any: ... method pop (line 10) | def pop(self, *args) -> Any: ... method popitem (line 11) | def popitem(self, *args) -> Any: ... method setdefault (line 12) | def setdefault(self, *args) -> Any: ... method update (line 13) | def update(self, *args) -> Any: ... method values (line 14) | def values(self, *args) -> Any: ... class deque (line 16) | class deque: method append (line 17) | def append(self, *args) -> Any: ... method popleft (line 18) | def popleft(self, *args) -> Any: ... function namedtuple (line 20) | def namedtuple(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/dht.py class DHT11 (line 9) | class DHT11: method humidity (line 12) | def humidity(self, *args) -> Any: method measure (line 15) | def measure(self, *args) -> Any: method temperature (line 18) | def temperature(self, *args) -> Any: class DHT22 (line 22) | class DHT22: method humidity (line 25) | def humidity(self, *args) -> Any: method measure (line 28) | def measure(self, *args) -> Any: method temperature (line 31) | def temperature(self, *args) -> Any: class DHTBase (line 35) | class DHTBase: method measure (line 38) | def measure(self, *args) -> Any: function dht_readinto (line 42) | def dht_readinto(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/dht.pyi class DHT11 (line 3) | class DHT11: method humidity (line 4) | def humidity(self, *args) -> Any: ... method measure (line 5) | def measure(self, *args) -> Any: ... method temperature (line 6) | def temperature(self, *args) -> Any: ... class DHT22 (line 8) | class DHT22: method humidity (line 9) | def humidity(self, *args) -> Any: ... method measure (line 10) | def measure(self, *args) -> Any: ... method temperature (line 11) | def temperature(self, *args) -> Any: ... class DHTBase (line 13) | class DHTBase: method measure (line 14) | def measure(self, *args) -> Any: ... function dht_readinto (line 16) | def dht_readinto(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/ds18x20.py class DS18X20 (line 9) | class DS18X20: method convert_temp (line 12) | def convert_temp(self, *args) -> Any: method read_scratch (line 15) | def read_scratch(self, *args) -> Any: method read_temp (line 18) | def read_temp(self, *args) -> Any: method scan (line 21) | def scan(self, *args) -> Any: method write_scratch (line 24) | def write_scratch(self, *args) -> Any: function const (line 28) | def const(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/ds18x20.pyi class DS18X20 (line 3) | class DS18X20: method convert_temp (line 4) | def convert_temp(self, *args) -> Any: ... method read_scratch (line 5) | def read_scratch(self, *args) -> Any: ... method read_temp (line 6) | def read_temp(self, *args) -> Any: ... method scan (line 7) | def scan(self, *args) -> Any: ... method write_scratch (line 8) | def write_scratch(self, *args) -> Any: ... function const (line 10) | def const(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/esp.py function apa102_write (line 13) | def apa102_write(*args) -> Any: function check_fw (line 17) | def check_fw(*args) -> Any: function deepsleep (line 21) | def deepsleep(*args) -> Any: function dht_readinto (line 25) | def dht_readinto(*args) -> Any: function esf_free_bufs (line 29) | def esf_free_bufs(*args) -> Any: function flash_erase (line 33) | def flash_erase(*args) -> Any: function flash_id (line 37) | def flash_id(*args) -> Any: function flash_read (line 41) | def flash_read(*args) -> Any: function flash_size (line 45) | def flash_size(*args) -> Any: function flash_user_start (line 49) | def flash_user_start(*args) -> Any: function flash_write (line 53) | def flash_write(*args) -> Any: function free (line 57) | def free(*args) -> Any: function freemem (line 61) | def freemem(*args) -> Any: function info (line 65) | def info(*args) -> Any: function malloc (line 69) | def malloc(*args) -> Any: function meminfo (line 73) | def meminfo(*args) -> Any: function neopixel_write (line 77) | def neopixel_write(*args) -> Any: function osdebug (line 81) | def osdebug(*args) -> Any: function set_native_code_location (line 85) | def set_native_code_location(*args) -> Any: function sleep_type (line 89) | def sleep_type(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/esp.pyi function apa102_write (line 7) | def apa102_write(*args) -> Any: ... function check_fw (line 8) | def check_fw(*args) -> Any: ... function deepsleep (line 9) | def deepsleep(*args) -> Any: ... function dht_readinto (line 10) | def dht_readinto(*args) -> Any: ... function esf_free_bufs (line 11) | def esf_free_bufs(*args) -> Any: ... function flash_erase (line 12) | def flash_erase(*args) -> Any: ... function flash_id (line 13) | def flash_id(*args) -> Any: ... function flash_read (line 14) | def flash_read(*args) -> Any: ... function flash_size (line 15) | def flash_size(*args) -> Any: ... function flash_user_start (line 16) | def flash_user_start(*args) -> Any: ... function flash_write (line 17) | def flash_write(*args) -> Any: ... function free (line 18) | def free(*args) -> Any: ... function freemem (line 19) | def freemem(*args) -> Any: ... function info (line 20) | def info(*args) -> Any: ... function malloc (line 21) | def malloc(*args) -> Any: ... function meminfo (line 22) | def meminfo(*args) -> Any: ... function neopixel_write (line 23) | def neopixel_write(*args) -> Any: ... function osdebug (line 24) | def osdebug(*args) -> Any: ... function set_native_code_location (line 25) | def set_native_code_location(*args) -> Any: ... function sleep_type (line 26) | def sleep_type(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/example_pub_button.py class MQTTClient (line 11) | class MQTTClient: method _recv_len (line 14) | def _recv_len(self, *args) -> Any: method _send_str (line 17) | def _send_str(self, *args) -> Any: method check_msg (line 20) | def check_msg(self, *args) -> Any: method connect (line 23) | def connect(self, *args) -> Any: method disconnect (line 26) | def disconnect(self, *args) -> Any: method ping (line 29) | def ping(self, *args) -> Any: method publish (line 32) | def publish(self, *args) -> Any: method set_callback (line 35) | def set_callback(self, *args) -> Any: method set_last_will (line 38) | def set_last_will(self, *args) -> Any: method subscribe (line 41) | def subscribe(self, *args) -> Any: method wait_msg (line 44) | def wait_msg(self, *args) -> Any: class Pin (line 48) | class Pin: method init (line 58) | def init(self, *args) -> Any: method irq (line 61) | def irq(self, *args) -> Any: method off (line 64) | def off(self, *args) -> Any: method on (line 67) | def on(self, *args) -> Any: method value (line 70) | def value(self, *args) -> Any: function main (line 80) | def main(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/example_pub_button.pyi class MQTTClient (line 5) | class MQTTClient: method _recv_len (line 6) | def _recv_len(self, *args) -> Any: ... method _send_str (line 7) | def _send_str(self, *args) -> Any: ... method check_msg (line 8) | def check_msg(self, *args) -> Any: ... method connect (line 9) | def connect(self, *args) -> Any: ... method disconnect (line 10) | def disconnect(self, *args) -> Any: ... method ping (line 11) | def ping(self, *args) -> Any: ... method publish (line 12) | def publish(self, *args) -> Any: ... method set_callback (line 13) | def set_callback(self, *args) -> Any: ... method set_last_will (line 14) | def set_last_will(self, *args) -> Any: ... method subscribe (line 15) | def subscribe(self, *args) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args) -> Any: ... class Pin (line 18) | class Pin: method init (line 25) | def init(self, *args) -> Any: ... method irq (line 26) | def irq(self, *args) -> Any: ... method off (line 27) | def off(self, *args) -> Any: ... method on (line 28) | def on(self, *args) -> Any: ... method value (line 29) | def value(self, *args) -> Any: ... function main (line 36) | def main(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/example_sub_led.py class MQTTClient (line 11) | class MQTTClient: method _recv_len (line 14) | def _recv_len(self, *args) -> Any: method _send_str (line 17) | def _send_str(self, *args) -> Any: method check_msg (line 20) | def check_msg(self, *args) -> Any: method connect (line 23) | def connect(self, *args) -> Any: method disconnect (line 26) | def disconnect(self, *args) -> Any: method ping (line 29) | def ping(self, *args) -> Any: method publish (line 32) | def publish(self, *args) -> Any: method set_callback (line 35) | def set_callback(self, *args) -> Any: method set_last_will (line 38) | def set_last_will(self, *args) -> Any: method subscribe (line 41) | def subscribe(self, *args) -> Any: method wait_msg (line 44) | def wait_msg(self, *args) -> Any: class Pin (line 48) | class Pin: method init (line 58) | def init(self, *args) -> Any: method irq (line 61) | def irq(self, *args) -> Any: method off (line 64) | def off(self, *args) -> Any: method on (line 67) | def on(self, *args) -> Any: method value (line 70) | def value(self, *args) -> Any: function main (line 80) | def main(*args) -> Any: function sub_cb (line 88) | def sub_cb(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/example_sub_led.pyi class MQTTClient (line 5) | class MQTTClient: method _recv_len (line 6) | def _recv_len(self, *args) -> Any: ... method _send_str (line 7) | def _send_str(self, *args) -> Any: ... method check_msg (line 8) | def check_msg(self, *args) -> Any: ... method connect (line 9) | def connect(self, *args) -> Any: ... method disconnect (line 10) | def disconnect(self, *args) -> Any: ... method ping (line 11) | def ping(self, *args) -> Any: ... method publish (line 12) | def publish(self, *args) -> Any: ... method set_callback (line 13) | def set_callback(self, *args) -> Any: ... method set_last_will (line 14) | def set_last_will(self, *args) -> Any: ... method subscribe (line 15) | def subscribe(self, *args) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args) -> Any: ... class Pin (line 18) | class Pin: method init (line 25) | def init(self, *args) -> Any: ... method irq (line 26) | def irq(self, *args) -> Any: ... method off (line 27) | def off(self, *args) -> Any: ... method on (line 28) | def on(self, *args) -> Any: ... method value (line 29) | def value(self, *args) -> Any: ... function main (line 36) | def main(*args) -> Any: ... function sub_cb (line 41) | def sub_cb(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/flashbdev.py class FlashBdev (line 9) | class FlashBdev: method ioctl (line 17) | def ioctl(self, *args) -> Any: method readblocks (line 20) | def readblocks(self, *args) -> Any: method writeblocks (line 23) | def writeblocks(self, *args) -> Any: FILE: stubs/micropython-v1_10-esp8266/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method ioctl (line 8) | def ioctl(self, *args) -> Any: ... method readblocks (line 9) | def readblocks(self, *args) -> Any: ... method writeblocks (line 10) | def writeblocks(self, *args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method blit (line 12) | def blit(self, *args) -> Any: method fill (line 15) | def fill(self, *args) -> Any: method fill_rect (line 18) | def fill_rect(self, *args) -> Any: method hline (line 21) | def hline(self, *args) -> Any: method line (line 24) | def line(self, *args) -> Any: method pixel (line 27) | def pixel(self, *args) -> Any: method rect (line 30) | def rect(self, *args) -> Any: method scroll (line 33) | def scroll(self, *args) -> Any: method text (line 36) | def text(self, *args) -> Any: method vline (line 39) | def vline(self, *args) -> Any: function FrameBuffer1 (line 43) | def FrameBuffer1(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method blit (line 4) | def blit(self, *args) -> Any: ... method fill (line 5) | def fill(self, *args) -> Any: ... method fill_rect (line 6) | def fill_rect(self, *args) -> Any: ... method hline (line 7) | def hline(self, *args) -> Any: ... method line (line 8) | def line(self, *args) -> Any: ... method pixel (line 9) | def pixel(self, *args) -> Any: ... method rect (line 10) | def rect(self, *args) -> Any: ... method scroll (line 11) | def scroll(self, *args) -> Any: ... method text (line 12) | def text(self, *args) -> Any: ... method vline (line 13) | def vline(self, *args) -> Any: ... function FrameBuffer1 (line 15) | def FrameBuffer1(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/gc.py function collect (line 9) | def collect(*args) -> Any: function disable (line 13) | def disable(*args) -> Any: function enable (line 17) | def enable(*args) -> Any: function isenabled (line 21) | def isenabled(*args) -> Any: function mem_alloc (line 25) | def mem_alloc(*args) -> Any: function mem_free (line 29) | def mem_free(*args) -> Any: function threshold (line 33) | def threshold(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/gc.pyi function collect (line 3) | def collect(*args) -> Any: ... function disable (line 4) | def disable(*args) -> Any: ... function enable (line 5) | def enable(*args) -> Any: ... function isenabled (line 6) | def isenabled(*args) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args) -> Any: ... function mem_free (line 8) | def mem_free(*args) -> Any: ... function threshold (line 9) | def threshold(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/hashlib.py class sha1 (line 9) | class sha1: method digest (line 12) | def digest(self, *args) -> Any: method update (line 15) | def update(self, *args) -> Any: class sha256 (line 19) | class sha256: method digest (line 22) | def digest(self, *args) -> Any: method update (line 25) | def update(self, *args) -> Any: FILE: stubs/micropython-v1_10-esp8266/hashlib.pyi class sha1 (line 3) | class sha1: method digest (line 4) | def digest(self, *args) -> Any: ... method update (line 5) | def update(self, *args) -> Any: ... class sha256 (line 7) | class sha256: method digest (line 8) | def digest(self, *args) -> Any: ... method update (line 9) | def update(self, *args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/inisetup.py function check_bootsec (line 11) | def check_bootsec(*args) -> Any: function fs_corrupted (line 15) | def fs_corrupted(*args) -> Any: function setup (line 22) | def setup(*args) -> Any: function wifi (line 29) | def wifi(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args) -> Any: ... function setup (line 10) | def setup(*args) -> Any: ... function wifi (line 14) | def wifi(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/io.py class BytesIO (line 9) | class BytesIO: method close (line 12) | def close(self, *args) -> Any: method flush (line 15) | def flush(self, *args) -> Any: method getvalue (line 18) | def getvalue(self, *args) -> Any: method read (line 21) | def read(self, *args) -> Any: method readinto (line 24) | def readinto(self, *args) -> Any: method readline (line 27) | def readline(self, *args) -> Any: method seek (line 30) | def seek(self, *args) -> Any: method write (line 33) | def write(self, *args) -> Any: class FileIO (line 37) | class FileIO: method close (line 40) | def close(self, *args) -> Any: method flush (line 43) | def flush(self, *args) -> Any: method read (line 46) | def read(self, *args) -> Any: method readinto (line 49) | def readinto(self, *args) -> Any: method readline (line 52) | def readline(self, *args) -> Any: method readlines (line 55) | def readlines(self, *args) -> Any: method seek (line 58) | def seek(self, *args) -> Any: method tell (line 61) | def tell(self, *args) -> Any: method write (line 64) | def write(self, *args) -> Any: class IOBase (line 68) | class IOBase: class StringIO (line 72) | class StringIO: method close (line 75) | def close(self, *args) -> Any: method flush (line 78) | def flush(self, *args) -> Any: method getvalue (line 81) | def getvalue(self, *args) -> Any: method read (line 84) | def read(self, *args) -> Any: method readinto (line 87) | def readinto(self, *args) -> Any: method readline (line 90) | def readline(self, *args) -> Any: method seek (line 93) | def seek(self, *args) -> Any: method write (line 96) | def write(self, *args) -> Any: class TextIOWrapper (line 100) | class TextIOWrapper: method close (line 103) | def close(self, *args) -> Any: method flush (line 106) | def flush(self, *args) -> Any: method read (line 109) | def read(self, *args) -> Any: method readinto (line 112) | def readinto(self, *args) -> Any: method readline (line 115) | def readline(self, *args) -> Any: method readlines (line 118) | def readlines(self, *args) -> Any: method seek (line 121) | def seek(self, *args) -> Any: method tell (line 124) | def tell(self, *args) -> Any: method write (line 127) | def write(self, *args) -> Any: function open (line 131) | def open(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/io.pyi class BytesIO (line 3) | class BytesIO: method close (line 4) | def close(self, *args) -> Any: ... method flush (line 5) | def flush(self, *args) -> Any: ... method getvalue (line 6) | def getvalue(self, *args) -> Any: ... method read (line 7) | def read(self, *args) -> Any: ... method readinto (line 8) | def readinto(self, *args) -> Any: ... method readline (line 9) | def readline(self, *args) -> Any: ... method seek (line 10) | def seek(self, *args) -> Any: ... method write (line 11) | def write(self, *args) -> Any: ... class FileIO (line 13) | class FileIO: method close (line 14) | def close(self, *args) -> Any: ... method flush (line 15) | def flush(self, *args) -> Any: ... method read (line 16) | def read(self, *args) -> Any: ... method readinto (line 17) | def readinto(self, *args) -> Any: ... method readline (line 18) | def readline(self, *args) -> Any: ... method readlines (line 19) | def readlines(self, *args) -> Any: ... method seek (line 20) | def seek(self, *args) -> Any: ... method tell (line 21) | def tell(self, *args) -> Any: ... method write (line 22) | def write(self, *args) -> Any: ... class IOBase (line 24) | class IOBase: ... class StringIO (line 26) | class StringIO: method close (line 27) | def close(self, *args) -> Any: ... method flush (line 28) | def flush(self, *args) -> Any: ... method getvalue (line 29) | def getvalue(self, *args) -> Any: ... method read (line 30) | def read(self, *args) -> Any: ... method readinto (line 31) | def readinto(self, *args) -> Any: ... method readline (line 32) | def readline(self, *args) -> Any: ... method seek (line 33) | def seek(self, *args) -> Any: ... method write (line 34) | def write(self, *args) -> Any: ... class TextIOWrapper (line 36) | class TextIOWrapper: method close (line 37) | def close(self, *args) -> Any: ... method flush (line 38) | def flush(self, *args) -> Any: ... method read (line 39) | def read(self, *args) -> Any: ... method readinto (line 40) | def readinto(self, *args) -> Any: ... method readline (line 41) | def readline(self, *args) -> Any: ... method readlines (line 42) | def readlines(self, *args) -> Any: ... method seek (line 43) | def seek(self, *args) -> Any: ... method tell (line 44) | def tell(self, *args) -> Any: ... method write (line 45) | def write(self, *args) -> Any: ... function open (line 47) | def open(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/json.py function dump (line 9) | def dump(*args) -> Any: function dumps (line 13) | def dumps(*args) -> Any: function load (line 17) | def load(*args) -> Any: function loads (line 21) | def loads(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/json.pyi function dump (line 3) | def dump(*args) -> Any: ... function dumps (line 4) | def dumps(*args) -> Any: ... function load (line 5) | def load(*args) -> Any: ... function loads (line 6) | def loads(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/logging.py class Logger (line 14) | class Logger: method _level_str (line 17) | def _level_str(self, *args) -> Any: method critical (line 20) | def critical(self, *args) -> Any: method debug (line 23) | def debug(self, *args) -> Any: method error (line 26) | def error(self, *args) -> Any: method exc (line 29) | def exc(self, *args) -> Any: method exception (line 32) | def exception(self, *args) -> Any: method info (line 35) | def info(self, *args) -> Any: method isEnabledFor (line 38) | def isEnabledFor(self, *args) -> Any: method log (line 43) | def log(self, *args) -> Any: method setLevel (line 46) | def setLevel(self, *args) -> Any: method warning (line 49) | def warning(self, *args) -> Any: function basicConfig (line 61) | def basicConfig(*args) -> Any: function debug (line 65) | def debug(*args) -> Any: function getLogger (line 69) | def getLogger(*args) -> Any: function info (line 73) | def info(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/logging.pyi class Logger (line 8) | class Logger: method _level_str (line 9) | def _level_str(self, *args) -> Any: ... method critical (line 10) | def critical(self, *args) -> Any: ... method debug (line 11) | def debug(self, *args) -> Any: ... method error (line 12) | def error(self, *args) -> Any: ... method exc (line 13) | def exc(self, *args) -> Any: ... method exception (line 14) | def exception(self, *args) -> Any: ... method info (line 15) | def info(self, *args) -> Any: ... method isEnabledFor (line 16) | def isEnabledFor(self, *args) -> Any: ... method log (line 18) | def log(self, *args) -> Any: ... method setLevel (line 19) | def setLevel(self, *args) -> Any: ... method warning (line 20) | def warning(self, *args) -> Any: ... function basicConfig (line 29) | def basicConfig(*args) -> Any: ... function debug (line 30) | def debug(*args) -> Any: ... function getLogger (line 31) | def getLogger(*args) -> Any: ... function info (line 32) | def info(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/lwip.py function callback (line 19) | def callback(*args) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args) -> Any: function print_pcbs (line 27) | def print_pcbs(*args) -> Any: function reset (line 31) | def reset(*args) -> Any: class socket (line 35) | class socket: method accept (line 38) | def accept(self, *args) -> Any: method bind (line 41) | def bind(self, *args) -> Any: method close (line 44) | def close(self, *args) -> Any: method connect (line 47) | def connect(self, *args) -> Any: method listen (line 50) | def listen(self, *args) -> Any: method makefile (line 53) | def makefile(self, *args) -> Any: method read (line 56) | def read(self, *args) -> Any: method readinto (line 59) | def readinto(self, *args) -> Any: method readline (line 62) | def readline(self, *args) -> Any: method recv (line 65) | def recv(self, *args) -> Any: method recvfrom (line 68) | def recvfrom(self, *args) -> Any: method send (line 71) | def send(self, *args) -> Any: method sendall (line 74) | def sendall(self, *args) -> Any: method sendto (line 77) | def sendto(self, *args) -> Any: method setblocking (line 80) | def setblocking(self, *args) -> Any: method setsockopt (line 83) | def setsockopt(self, *args) -> Any: method settimeout (line 86) | def settimeout(self, *args) -> Any: method write (line 89) | def write(self, *args) -> Any: FILE: stubs/micropython-v1_10-esp8266/lwip.pyi function callback (line 13) | def callback(*args) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args) -> Any: ... function reset (line 16) | def reset(*args) -> Any: ... class socket (line 18) | class socket: method accept (line 19) | def accept(self, *args) -> Any: ... method bind (line 20) | def bind(self, *args) -> Any: ... method close (line 21) | def close(self, *args) -> Any: ... method connect (line 22) | def connect(self, *args) -> Any: ... method listen (line 23) | def listen(self, *args) -> Any: ... method makefile (line 24) | def makefile(self, *args) -> Any: ... method read (line 25) | def read(self, *args) -> Any: ... method readinto (line 26) | def readinto(self, *args) -> Any: ... method readline (line 27) | def readline(self, *args) -> Any: ... method recv (line 28) | def recv(self, *args) -> Any: ... method recvfrom (line 29) | def recvfrom(self, *args) -> Any: ... method send (line 30) | def send(self, *args) -> Any: ... method sendall (line 31) | def sendall(self, *args) -> Any: ... method sendto (line 32) | def sendto(self, *args) -> Any: ... method setblocking (line 33) | def setblocking(self, *args) -> Any: ... method setsockopt (line 34) | def setsockopt(self, *args) -> Any: ... method settimeout (line 35) | def settimeout(self, *args) -> Any: ... method write (line 36) | def write(self, *args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/machine.py class ADC (line 9) | class ADC: method read (line 12) | def read(self, *args) -> Any: class I2C (line 21) | class I2C: method init (line 24) | def init(self, *args) -> Any: method readfrom (line 27) | def readfrom(self, *args) -> Any: method readfrom_into (line 30) | def readfrom_into(self, *args) -> Any: method readfrom_mem (line 33) | def readfrom_mem(self, *args) -> Any: method readfrom_mem_into (line 36) | def readfrom_mem_into(self, *args) -> Any: method readinto (line 39) | def readinto(self, *args) -> Any: method scan (line 42) | def scan(self, *args) -> Any: method start (line 45) | def start(self, *args) -> Any: method stop (line 48) | def stop(self, *args) -> Any: method write (line 51) | def write(self, *args) -> Any: method writeto (line 54) | def writeto(self, *args) -> Any: method writeto_mem (line 57) | def writeto_mem(self, *args) -> Any: class PWM (line 61) | class PWM: method deinit (line 64) | def deinit(self, *args) -> Any: method duty (line 67) | def duty(self, *args) -> Any: method freq (line 70) | def freq(self, *args) -> Any: method init (line 73) | def init(self, *args) -> Any: class Pin (line 80) | class Pin: method init (line 90) | def init(self, *args) -> Any: method irq (line 93) | def irq(self, *args) -> Any: method off (line 96) | def off(self, *args) -> Any: method on (line 99) | def on(self, *args) -> Any: method value (line 102) | def value(self, *args) -> Any: class RTC (line 106) | class RTC: method alarm (line 111) | def alarm(self, *args) -> Any: method alarm_left (line 114) | def alarm_left(self, *args) -> Any: method datetime (line 117) | def datetime(self, *args) -> Any: method irq (line 120) | def irq(self, *args) -> Any: method memory (line 123) | def memory(self, *args) -> Any: class SPI (line 130) | class SPI: method deinit (line 136) | def deinit(self, *args) -> Any: method init (line 139) | def init(self, *args) -> Any: method read (line 142) | def read(self, *args) -> Any: method readinto (line 145) | def readinto(self, *args) -> Any: method write (line 148) | def write(self, *args) -> Any: method write_readinto (line 151) | def write_readinto(self, *args) -> Any: class Signal (line 155) | class Signal: method off (line 158) | def off(self, *args) -> Any: method on (line 161) | def on(self, *args) -> Any: method value (line 164) | def value(self, *args) -> Any: class Timer (line 168) | class Timer: method deinit (line 174) | def deinit(self, *args) -> Any: method init (line 177) | def init(self, *args) -> Any: class UART (line 181) | class UART: method any (line 184) | def any(self, *args) -> Any: method init (line 187) | def init(self, *args) -> Any: method read (line 190) | def read(self, *args) -> Any: method readinto (line 193) | def readinto(self, *args) -> Any: method readline (line 196) | def readline(self, *args) -> Any: method write (line 199) | def write(self, *args) -> Any: class WDT (line 203) | class WDT: method deinit (line 206) | def deinit(self, *args) -> Any: method feed (line 209) | def feed(self, *args) -> Any: function deepsleep (line 216) | def deepsleep(*args) -> Any: function disable_irq (line 220) | def disable_irq(*args) -> Any: function enable_irq (line 224) | def enable_irq(*args) -> Any: function freq (line 228) | def freq(*args) -> Any: function idle (line 232) | def idle(*args) -> Any: function reset (line 241) | def reset(*args) -> Any: function reset_cause (line 245) | def reset_cause(*args) -> Any: function sleep (line 249) | def sleep(*args) -> Any: function time_pulse_us (line 253) | def time_pulse_us(*args) -> Any: function unique_id (line 257) | def unique_id(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/machine.pyi class ADC (line 3) | class ADC: method read (line 4) | def read(self, *args) -> Any: ... class I2C (line 10) | class I2C: method init (line 11) | def init(self, *args) -> Any: ... method readfrom (line 12) | def readfrom(self, *args) -> Any: ... method readfrom_into (line 13) | def readfrom_into(self, *args) -> Any: ... method readfrom_mem (line 14) | def readfrom_mem(self, *args) -> Any: ... method readfrom_mem_into (line 15) | def readfrom_mem_into(self, *args) -> Any: ... method readinto (line 16) | def readinto(self, *args) -> Any: ... method scan (line 17) | def scan(self, *args) -> Any: ... method start (line 18) | def start(self, *args) -> Any: ... method stop (line 19) | def stop(self, *args) -> Any: ... method write (line 20) | def write(self, *args) -> Any: ... method writeto (line 21) | def writeto(self, *args) -> Any: ... method writeto_mem (line 22) | def writeto_mem(self, *args) -> Any: ... class PWM (line 24) | class PWM: method deinit (line 25) | def deinit(self, *args) -> Any: ... method duty (line 26) | def duty(self, *args) -> Any: ... method freq (line 27) | def freq(self, *args) -> Any: ... method init (line 28) | def init(self, *args) -> Any: ... class Pin (line 32) | class Pin: method init (line 39) | def init(self, *args) -> Any: ... method irq (line 40) | def irq(self, *args) -> Any: ... method off (line 41) | def off(self, *args) -> Any: ... method on (line 42) | def on(self, *args) -> Any: ... method value (line 43) | def value(self, *args) -> Any: ... class RTC (line 45) | class RTC: method alarm (line 47) | def alarm(self, *args) -> Any: ... method alarm_left (line 48) | def alarm_left(self, *args) -> Any: ... method datetime (line 49) | def datetime(self, *args) -> Any: ... method irq (line 50) | def irq(self, *args) -> Any: ... method memory (line 51) | def memory(self, *args) -> Any: ... class SPI (line 55) | class SPI: method deinit (line 58) | def deinit(self, *args) -> Any: ... method init (line 59) | def init(self, *args) -> Any: ... method read (line 60) | def read(self, *args) -> Any: ... method readinto (line 61) | def readinto(self, *args) -> Any: ... method write (line 62) | def write(self, *args) -> Any: ... method write_readinto (line 63) | def write_readinto(self, *args) -> Any: ... class Signal (line 65) | class Signal: method off (line 66) | def off(self, *args) -> Any: ... method on (line 67) | def on(self, *args) -> Any: ... method value (line 68) | def value(self, *args) -> Any: ... class Timer (line 70) | class Timer: method deinit (line 73) | def deinit(self, *args) -> Any: ... method init (line 74) | def init(self, *args) -> Any: ... class UART (line 76) | class UART: method any (line 77) | def any(self, *args) -> Any: ... method init (line 78) | def init(self, *args) -> Any: ... method read (line 79) | def read(self, *args) -> Any: ... method readinto (line 80) | def readinto(self, *args) -> Any: ... method readline (line 81) | def readline(self, *args) -> Any: ... method write (line 82) | def write(self, *args) -> Any: ... class WDT (line 84) | class WDT: method deinit (line 85) | def deinit(self, *args) -> Any: ... method feed (line 86) | def feed(self, *args) -> Any: ... function deepsleep (line 90) | def deepsleep(*args) -> Any: ... function disable_irq (line 91) | def disable_irq(*args) -> Any: ... function enable_irq (line 92) | def enable_irq(*args) -> Any: ... function freq (line 93) | def freq(*args) -> Any: ... function idle (line 94) | def idle(*args) -> Any: ... function reset (line 100) | def reset(*args) -> Any: ... function reset_cause (line 101) | def reset_cause(*args) -> Any: ... function sleep (line 102) | def sleep(*args) -> Any: ... function time_pulse_us (line 103) | def time_pulse_us(*args) -> Any: ... function unique_id (line 104) | def unique_id(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/math.py function acos (line 9) | def acos(*args) -> Any: function asin (line 13) | def asin(*args) -> Any: function atan (line 17) | def atan(*args) -> Any: function atan2 (line 21) | def atan2(*args) -> Any: function ceil (line 25) | def ceil(*args) -> Any: function copysign (line 29) | def copysign(*args) -> Any: function cos (line 33) | def cos(*args) -> Any: function degrees (line 37) | def degrees(*args) -> Any: function exp (line 44) | def exp(*args) -> Any: function fabs (line 48) | def fabs(*args) -> Any: function floor (line 52) | def floor(*args) -> Any: function fmod (line 56) | def fmod(*args) -> Any: function frexp (line 60) | def frexp(*args) -> Any: function isfinite (line 64) | def isfinite(*args) -> Any: function isinf (line 68) | def isinf(*args) -> Any: function isnan (line 72) | def isnan(*args) -> Any: function ldexp (line 76) | def ldexp(*args) -> Any: function log (line 80) | def log(*args) -> Any: function modf (line 84) | def modf(*args) -> Any: function pow (line 91) | def pow(*args) -> Any: function radians (line 95) | def radians(*args) -> Any: function sin (line 99) | def sin(*args) -> Any: function sqrt (line 103) | def sqrt(*args) -> Any: function tan (line 107) | def tan(*args) -> Any: function trunc (line 111) | def trunc(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/math.pyi function acos (line 3) | def acos(*args) -> Any: ... function asin (line 4) | def asin(*args) -> Any: ... function atan (line 5) | def atan(*args) -> Any: ... function atan2 (line 6) | def atan2(*args) -> Any: ... function ceil (line 7) | def ceil(*args) -> Any: ... function copysign (line 8) | def copysign(*args) -> Any: ... function cos (line 9) | def cos(*args) -> Any: ... function degrees (line 10) | def degrees(*args) -> Any: ... function exp (line 14) | def exp(*args) -> Any: ... function fabs (line 15) | def fabs(*args) -> Any: ... function floor (line 16) | def floor(*args) -> Any: ... function fmod (line 17) | def fmod(*args) -> Any: ... function frexp (line 18) | def frexp(*args) -> Any: ... function isfinite (line 19) | def isfinite(*args) -> Any: ... function isinf (line 20) | def isinf(*args) -> Any: ... function isnan (line 21) | def isnan(*args) -> Any: ... function ldexp (line 22) | def ldexp(*args) -> Any: ... function log (line 23) | def log(*args) -> Any: ... function modf (line 24) | def modf(*args) -> Any: ... function pow (line 28) | def pow(*args) -> Any: ... function radians (line 29) | def radians(*args) -> Any: ... function sin (line 30) | def sin(*args) -> Any: ... function sqrt (line 31) | def sqrt(*args) -> Any: ... function tan (line 32) | def tan(*args) -> Any: ... function trunc (line 33) | def trunc(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/micropython.py function alloc_emergency_exception_buf (line 9) | def alloc_emergency_exception_buf(*args) -> Any: function const (line 13) | def const(*args) -> Any: function heap_lock (line 17) | def heap_lock(*args) -> Any: function heap_unlock (line 21) | def heap_unlock(*args) -> Any: function kbd_intr (line 25) | def kbd_intr(*args) -> Any: function mem_info (line 29) | def mem_info(*args) -> Any: function opt_level (line 33) | def opt_level(*args) -> Any: function qstr_info (line 37) | def qstr_info(*args) -> Any: function schedule (line 41) | def schedule(*args) -> Any: function stack_use (line 45) | def stack_use(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/micropython.pyi function alloc_emergency_exception_buf (line 3) | def alloc_emergency_exception_buf(*args) -> Any: ... function const (line 4) | def const(*args) -> Any: ... function heap_lock (line 5) | def heap_lock(*args) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args) -> Any: ... function mem_info (line 8) | def mem_info(*args) -> Any: ... function opt_level (line 9) | def opt_level(*args) -> Any: ... function qstr_info (line 10) | def qstr_info(*args) -> Any: ... function schedule (line 11) | def schedule(*args) -> Any: ... function stack_use (line 12) | def stack_use(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/neopixel.py class NeoPixel (line 9) | class NeoPixel: method fill (line 14) | def fill(self, *args) -> Any: method write (line 17) | def write(self, *args) -> Any: function neopixel_write (line 21) | def neopixel_write(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method fill (line 5) | def fill(self, *args) -> Any: ... method write (line 6) | def write(self, *args) -> Any: ... function neopixel_write (line 8) | def neopixel_write(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/network.py function WLAN (line 26) | def WLAN(*args) -> Any: function phy_mode (line 30) | def phy_mode(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/network.pyi function WLAN (line 20) | def WLAN(*args) -> Any: ... function phy_mode (line 21) | def phy_mode(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/ntptime.py function settime (line 12) | def settime(*args) -> Any: function time (line 20) | def time(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/ntptime.pyi function settime (line 6) | def settime(*args) -> Any: ... function time (line 11) | def time(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/onewire.py class OneWire (line 9) | class OneWire: method _search_rom (line 16) | def _search_rom(self, *args) -> Any: method crc8 (line 19) | def crc8(self, *args) -> Any: method readbit (line 22) | def readbit(self, *args) -> Any: method readbyte (line 25) | def readbyte(self, *args) -> Any: method readinto (line 28) | def readinto(self, *args) -> Any: method reset (line 31) | def reset(self, *args) -> Any: method scan (line 34) | def scan(self, *args) -> Any: method select_rom (line 37) | def select_rom(self, *args) -> Any: method write (line 40) | def write(self, *args) -> Any: method writebit (line 43) | def writebit(self, *args) -> Any: method writebyte (line 46) | def writebyte(self, *args) -> Any: class OneWireError (line 50) | class OneWireError(Exception): function const (line 57) | def const(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/onewire.pyi class OneWire (line 3) | class OneWire: method _search_rom (line 7) | def _search_rom(self, *args) -> Any: ... method crc8 (line 8) | def crc8(self, *args) -> Any: ... method readbit (line 9) | def readbit(self, *args) -> Any: ... method readbyte (line 10) | def readbyte(self, *args) -> Any: ... method readinto (line 11) | def readinto(self, *args) -> Any: ... method reset (line 12) | def reset(self, *args) -> Any: ... method scan (line 13) | def scan(self, *args) -> Any: ... method select_rom (line 14) | def select_rom(self, *args) -> Any: ... method write (line 15) | def write(self, *args) -> Any: ... method writebit (line 16) | def writebit(self, *args) -> Any: ... method writebyte (line 17) | def writebyte(self, *args) -> Any: ... class OneWireError (line 19) | class OneWireError(Exception): ... function const (line 23) | def const(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/os.py class VfsFat (line 9) | class VfsFat: method chdir (line 12) | def chdir(self, *args) -> Any: method getcwd (line 15) | def getcwd(self, *args) -> Any: method ilistdir (line 18) | def ilistdir(self, *args) -> Any: method mkdir (line 21) | def mkdir(self, *args) -> Any: method mkfs (line 24) | def mkfs(self, *args) -> Any: method mount (line 27) | def mount(self, *args) -> Any: method open (line 30) | def open(self, *args) -> Any: method remove (line 33) | def remove(self, *args) -> Any: method rename (line 36) | def rename(self, *args) -> Any: method rmdir (line 39) | def rmdir(self, *args) -> Any: method stat (line 42) | def stat(self, *args) -> Any: method statvfs (line 45) | def statvfs(self, *args) -> Any: method umount (line 48) | def umount(self, *args) -> Any: function chdir (line 52) | def chdir(*args) -> Any: function dupterm (line 56) | def dupterm(*args) -> Any: function dupterm_notify (line 60) | def dupterm_notify(*args) -> Any: function getcwd (line 64) | def getcwd(*args) -> Any: function ilistdir (line 68) | def ilistdir(*args) -> Any: function listdir (line 72) | def listdir(*args) -> Any: function mkdir (line 76) | def mkdir(*args) -> Any: function mount (line 80) | def mount(*args) -> Any: function remove (line 84) | def remove(*args) -> Any: function rename (line 88) | def rename(*args) -> Any: function rmdir (line 92) | def rmdir(*args) -> Any: function stat (line 96) | def stat(*args) -> Any: function statvfs (line 100) | def statvfs(*args) -> Any: function umount (line 104) | def umount(*args) -> Any: function uname (line 108) | def uname(*args) -> Any: function urandom (line 112) | def urandom(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/os.pyi class VfsFat (line 3) | class VfsFat: method chdir (line 4) | def chdir(self, *args) -> Any: ... method getcwd (line 5) | def getcwd(self, *args) -> Any: ... method ilistdir (line 6) | def ilistdir(self, *args) -> Any: ... method mkdir (line 7) | def mkdir(self, *args) -> Any: ... method mkfs (line 8) | def mkfs(self, *args) -> Any: ... method mount (line 9) | def mount(self, *args) -> Any: ... method open (line 10) | def open(self, *args) -> Any: ... method remove (line 11) | def remove(self, *args) -> Any: ... method rename (line 12) | def rename(self, *args) -> Any: ... method rmdir (line 13) | def rmdir(self, *args) -> Any: ... method stat (line 14) | def stat(self, *args) -> Any: ... method statvfs (line 15) | def statvfs(self, *args) -> Any: ... method umount (line 16) | def umount(self, *args) -> Any: ... function chdir (line 18) | def chdir(*args) -> Any: ... function dupterm (line 19) | def dupterm(*args) -> Any: ... function dupterm_notify (line 20) | def dupterm_notify(*args) -> Any: ... function getcwd (line 21) | def getcwd(*args) -> Any: ... function ilistdir (line 22) | def ilistdir(*args) -> Any: ... function listdir (line 23) | def listdir(*args) -> Any: ... function mkdir (line 24) | def mkdir(*args) -> Any: ... function mount (line 25) | def mount(*args) -> Any: ... function remove (line 26) | def remove(*args) -> Any: ... function rename (line 27) | def rename(*args) -> Any: ... function rmdir (line 28) | def rmdir(*args) -> Any: ... function stat (line 29) | def stat(*args) -> Any: ... function statvfs (line 30) | def statvfs(*args) -> Any: ... function umount (line 31) | def umount(*args) -> Any: ... function uname (line 32) | def uname(*args) -> Any: ... function urandom (line 33) | def urandom(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/port_diag.py function main (line 12) | def main(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/port_diag.pyi function main (line 6) | def main(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/random.py function getrandbits (line 9) | def getrandbits(*args) -> Any: function seed (line 13) | def seed(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/random.pyi function getrandbits (line 3) | def getrandbits(*args) -> Any: ... function seed (line 4) | def seed(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/re.py function compile (line 11) | def compile(*args) -> Any: function match (line 15) | def match(*args) -> Any: function search (line 19) | def search(*args) -> Any: function sub (line 23) | def sub(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/re.pyi function compile (line 5) | def compile(*args) -> Any: ... function match (line 6) | def match(*args) -> Any: ... function search (line 7) | def search(*args) -> Any: ... function sub (line 8) | def sub(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/select.py function poll (line 14) | def poll(*args) -> Any: function select (line 18) | def select(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/select.pyi function poll (line 8) | def poll(*args) -> Any: ... function select (line 9) | def select(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/socket.py function callback (line 19) | def callback(*args) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args) -> Any: function print_pcbs (line 27) | def print_pcbs(*args) -> Any: function reset (line 31) | def reset(*args) -> Any: class socket (line 35) | class socket: method accept (line 38) | def accept(self, *args) -> Any: method bind (line 41) | def bind(self, *args) -> Any: method close (line 44) | def close(self, *args) -> Any: method connect (line 47) | def connect(self, *args) -> Any: method listen (line 50) | def listen(self, *args) -> Any: method makefile (line 53) | def makefile(self, *args) -> Any: method read (line 56) | def read(self, *args) -> Any: method readinto (line 59) | def readinto(self, *args) -> Any: method readline (line 62) | def readline(self, *args) -> Any: method recv (line 65) | def recv(self, *args) -> Any: method recvfrom (line 68) | def recvfrom(self, *args) -> Any: method send (line 71) | def send(self, *args) -> Any: method sendall (line 74) | def sendall(self, *args) -> Any: method sendto (line 77) | def sendto(self, *args) -> Any: method setblocking (line 80) | def setblocking(self, *args) -> Any: method setsockopt (line 83) | def setsockopt(self, *args) -> Any: method settimeout (line 86) | def settimeout(self, *args) -> Any: method write (line 89) | def write(self, *args) -> Any: FILE: stubs/micropython-v1_10-esp8266/socket.pyi function callback (line 13) | def callback(*args) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args) -> Any: ... function reset (line 16) | def reset(*args) -> Any: ... class socket (line 18) | class socket: method accept (line 19) | def accept(self, *args) -> Any: ... method bind (line 20) | def bind(self, *args) -> Any: ... method close (line 21) | def close(self, *args) -> Any: ... method connect (line 22) | def connect(self, *args) -> Any: ... method listen (line 23) | def listen(self, *args) -> Any: ... method makefile (line 24) | def makefile(self, *args) -> Any: ... method read (line 25) | def read(self, *args) -> Any: ... method readinto (line 26) | def readinto(self, *args) -> Any: ... method readline (line 27) | def readline(self, *args) -> Any: ... method recv (line 28) | def recv(self, *args) -> Any: ... method recvfrom (line 29) | def recvfrom(self, *args) -> Any: ... method send (line 30) | def send(self, *args) -> Any: ... method sendall (line 31) | def sendall(self, *args) -> Any: ... method sendto (line 32) | def sendto(self, *args) -> Any: ... method setblocking (line 33) | def setblocking(self, *args) -> Any: ... method setsockopt (line 34) | def setsockopt(self, *args) -> Any: ... method settimeout (line 35) | def settimeout(self, *args) -> Any: ... method write (line 36) | def write(self, *args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/ssd1306.py class SSD1306 (line 27) | class SSD1306: method blit (line 30) | def blit(self, *args) -> Any: method contrast (line 33) | def contrast(self, *args) -> Any: method fill (line 36) | def fill(self, *args) -> Any: method fill_rect (line 39) | def fill_rect(self, *args) -> Any: method hline (line 42) | def hline(self, *args) -> Any: method init_display (line 45) | def init_display(self, *args) -> Any: method invert (line 48) | def invert(self, *args) -> Any: method line (line 51) | def line(self, *args) -> Any: method pixel (line 54) | def pixel(self, *args) -> Any: method poweroff (line 57) | def poweroff(self, *args) -> Any: method poweron (line 60) | def poweron(self, *args) -> Any: method rect (line 63) | def rect(self, *args) -> Any: method scroll (line 66) | def scroll(self, *args) -> Any: method show (line 69) | def show(self, *args) -> Any: method text (line 72) | def text(self, *args) -> Any: method vline (line 75) | def vline(self, *args) -> Any: class SSD1306_I2C (line 79) | class SSD1306_I2C: method blit (line 82) | def blit(self, *args) -> Any: method contrast (line 85) | def contrast(self, *args) -> Any: method fill (line 88) | def fill(self, *args) -> Any: method fill_rect (line 91) | def fill_rect(self, *args) -> Any: method hline (line 94) | def hline(self, *args) -> Any: method init_display (line 97) | def init_display(self, *args) -> Any: method invert (line 100) | def invert(self, *args) -> Any: method line (line 103) | def line(self, *args) -> Any: method pixel (line 106) | def pixel(self, *args) -> Any: method poweroff (line 109) | def poweroff(self, *args) -> Any: method poweron (line 112) | def poweron(self, *args) -> Any: method rect (line 115) | def rect(self, *args) -> Any: method scroll (line 118) | def scroll(self, *args) -> Any: method show (line 121) | def show(self, *args) -> Any: method text (line 124) | def text(self, *args) -> Any: method vline (line 127) | def vline(self, *args) -> Any: method write_cmd (line 130) | def write_cmd(self, *args) -> Any: method write_data (line 133) | def write_data(self, *args) -> Any: class SSD1306_SPI (line 137) | class SSD1306_SPI: method blit (line 140) | def blit(self, *args) -> Any: method contrast (line 143) | def contrast(self, *args) -> Any: method fill (line 146) | def fill(self, *args) -> Any: method fill_rect (line 149) | def fill_rect(self, *args) -> Any: method hline (line 152) | def hline(self, *args) -> Any: method init_display (line 155) | def init_display(self, *args) -> Any: method invert (line 158) | def invert(self, *args) -> Any: method line (line 161) | def line(self, *args) -> Any: method pixel (line 164) | def pixel(self, *args) -> Any: method poweroff (line 167) | def poweroff(self, *args) -> Any: method poweron (line 170) | def poweron(self, *args) -> Any: method rect (line 173) | def rect(self, *args) -> Any: method scroll (line 176) | def scroll(self, *args) -> Any: method show (line 179) | def show(self, *args) -> Any: method text (line 182) | def text(self, *args) -> Any: method vline (line 185) | def vline(self, *args) -> Any: method write_cmd (line 188) | def write_cmd(self, *args) -> Any: method write_data (line 191) | def write_data(self, *args) -> Any: function const (line 195) | def const(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/ssd1306.pyi class SSD1306 (line 21) | class SSD1306: method blit (line 22) | def blit(self, *args) -> Any: ... method contrast (line 23) | def contrast(self, *args) -> Any: ... method fill (line 24) | def fill(self, *args) -> Any: ... method fill_rect (line 25) | def fill_rect(self, *args) -> Any: ... method hline (line 26) | def hline(self, *args) -> Any: ... method init_display (line 27) | def init_display(self, *args) -> Any: ... method invert (line 28) | def invert(self, *args) -> Any: ... method line (line 29) | def line(self, *args) -> Any: ... method pixel (line 30) | def pixel(self, *args) -> Any: ... method poweroff (line 31) | def poweroff(self, *args) -> Any: ... method poweron (line 32) | def poweron(self, *args) -> Any: ... method rect (line 33) | def rect(self, *args) -> Any: ... method scroll (line 34) | def scroll(self, *args) -> Any: ... method show (line 35) | def show(self, *args) -> Any: ... method text (line 36) | def text(self, *args) -> Any: ... method vline (line 37) | def vline(self, *args) -> Any: ... class SSD1306_I2C (line 39) | class SSD1306_I2C: method blit (line 40) | def blit(self, *args) -> Any: ... method contrast (line 41) | def contrast(self, *args) -> Any: ... method fill (line 42) | def fill(self, *args) -> Any: ... method fill_rect (line 43) | def fill_rect(self, *args) -> Any: ... method hline (line 44) | def hline(self, *args) -> Any: ... method init_display (line 45) | def init_display(self, *args) -> Any: ... method invert (line 46) | def invert(self, *args) -> Any: ... method line (line 47) | def line(self, *args) -> Any: ... method pixel (line 48) | def pixel(self, *args) -> Any: ... method poweroff (line 49) | def poweroff(self, *args) -> Any: ... method poweron (line 50) | def poweron(self, *args) -> Any: ... method rect (line 51) | def rect(self, *args) -> Any: ... method scroll (line 52) | def scroll(self, *args) -> Any: ... method show (line 53) | def show(self, *args) -> Any: ... method text (line 54) | def text(self, *args) -> Any: ... method vline (line 55) | def vline(self, *args) -> Any: ... method write_cmd (line 56) | def write_cmd(self, *args) -> Any: ... method write_data (line 57) | def write_data(self, *args) -> Any: ... class SSD1306_SPI (line 59) | class SSD1306_SPI: method blit (line 60) | def blit(self, *args) -> Any: ... method contrast (line 61) | def contrast(self, *args) -> Any: ... method fill (line 62) | def fill(self, *args) -> Any: ... method fill_rect (line 63) | def fill_rect(self, *args) -> Any: ... method hline (line 64) | def hline(self, *args) -> Any: ... method init_display (line 65) | def init_display(self, *args) -> Any: ... method invert (line 66) | def invert(self, *args) -> Any: ... method line (line 67) | def line(self, *args) -> Any: ... method pixel (line 68) | def pixel(self, *args) -> Any: ... method poweroff (line 69) | def poweroff(self, *args) -> Any: ... method poweron (line 70) | def poweron(self, *args) -> Any: ... method rect (line 71) | def rect(self, *args) -> Any: ... method scroll (line 72) | def scroll(self, *args) -> Any: ... method show (line 73) | def show(self, *args) -> Any: ... method text (line 74) | def text(self, *args) -> Any: ... method vline (line 75) | def vline(self, *args) -> Any: ... method write_cmd (line 76) | def write_cmd(self, *args) -> Any: ... method write_data (line 77) | def write_data(self, *args) -> Any: ... function const (line 79) | def const(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/ssl.py function wrap_socket (line 9) | def wrap_socket(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/struct.py function calcsize (line 9) | def calcsize(*args) -> Any: function pack (line 13) | def pack(*args) -> Any: function pack_into (line 17) | def pack_into(*args) -> Any: function unpack (line 21) | def unpack(*args) -> Any: function unpack_from (line 25) | def unpack_from(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/struct.pyi function calcsize (line 3) | def calcsize(*args) -> Any: ... function pack (line 4) | def pack(*args) -> Any: ... function pack_into (line 5) | def pack_into(*args) -> Any: ... function unpack (line 6) | def unpack(*args) -> Any: ... function unpack_from (line 7) | def unpack_from(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/sys.py function exit (line 12) | def exit(*args) -> Any: function print_exception (line 23) | def print_exception(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/sys.pyi function exit (line 6) | def exit(*args) -> Any: ... function print_exception (line 14) | def print_exception(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/time.py function localtime (line 9) | def localtime(*args) -> Any: function mktime (line 13) | def mktime(*args) -> Any: function sleep (line 17) | def sleep(*args) -> Any: function sleep_ms (line 21) | def sleep_ms(*args) -> Any: function sleep_us (line 25) | def sleep_us(*args) -> Any: function ticks_add (line 29) | def ticks_add(*args) -> Any: function ticks_cpu (line 33) | def ticks_cpu(*args) -> Any: function ticks_diff (line 37) | def ticks_diff(*args) -> Any: function ticks_ms (line 41) | def ticks_ms(*args) -> Any: function ticks_us (line 45) | def ticks_us(*args) -> Any: function time (line 49) | def time(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/time.pyi function localtime (line 3) | def localtime(*args) -> Any: ... function mktime (line 4) | def mktime(*args) -> Any: ... function sleep (line 5) | def sleep(*args) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args) -> Any: ... function sleep_us (line 7) | def sleep_us(*args) -> Any: ... function ticks_add (line 8) | def ticks_add(*args) -> Any: ... function ticks_cpu (line 9) | def ticks_cpu(*args) -> Any: ... function ticks_diff (line 10) | def ticks_diff(*args) -> Any: ... function ticks_ms (line 11) | def ticks_ms(*args) -> Any: ... function ticks_us (line 12) | def ticks_us(*args) -> Any: ... function time (line 13) | def time(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/uasyncio.py class CancelledError (line 9) | class CancelledError(Exception): class EventLoop (line 16) | class EventLoop: FILE: stubs/micropython-v1_10-esp8266/uasyncio.pyi class CancelledError (line 1) | class CancelledError(Exception): ... class EventLoop (line 5) | class EventLoop: ... FILE: stubs/micropython-v1_10-esp8266/uasyncio/__init__.py class CancelledError (line 8) | class CancelledError(Exception): class EventLoop (line 15) | class EventLoop: method call_at_ (line 18) | def call_at_(self, *args) -> Any: method call_later (line 21) | def call_later(self, *args) -> Any: method call_later_ms (line 24) | def call_later_ms(self, *args) -> Any: method call_soon (line 27) | def call_soon(self, *args) -> Any: method close (line 30) | def close(self, *args) -> Any: method create_task (line 33) | def create_task(self, *args) -> Any: method run_forever (line 36) | def run_forever(self, *args) -> Any: method run_until_complete (line 39) | def run_until_complete(self, *args) -> Any: method stop (line 42) | def stop(self, *args) -> Any: method time (line 45) | def time(self, *args) -> Any: method wait (line 48) | def wait(self, *args) -> Any: class IORead (line 52) | class IORead: method handle (line 55) | def handle(self, *args) -> Any: class IOReadDone (line 59) | class IOReadDone: method handle (line 62) | def handle(self, *args) -> Any: class IOWrite (line 66) | class IOWrite: method handle (line 69) | def handle(self, *args) -> Any: class IOWriteDone (line 73) | class IOWriteDone: method handle (line 76) | def handle(self, *args) -> Any: class PollEventLoop (line 80) | class PollEventLoop: FILE: stubs/micropython-v1_10-esp8266/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class EventLoop (line 7) | class EventLoop: method call_at_ (line 8) | def call_at_(self, *args) -> Any: ... method call_later (line 9) | def call_later(self, *args) -> Any: ... method call_later_ms (line 10) | def call_later_ms(self, *args) -> Any: ... method call_soon (line 11) | def call_soon(self, *args) -> Any: ... method close (line 12) | def close(self, *args) -> Any: ... method create_task (line 13) | def create_task(self, *args) -> Any: ... method run_forever (line 14) | def run_forever(self, *args) -> Any: ... method run_until_complete (line 15) | def run_until_complete(self, *args) -> Any: ... method stop (line 16) | def stop(self, *args) -> Any: ... method time (line 17) | def time(self, *args) -> Any: ... method wait (line 18) | def wait(self, *args) -> Any: ... class IORead (line 20) | class IORead: method handle (line 21) | def handle(self, *args) -> Any: ... class IOReadDone (line 23) | class IOReadDone: method handle (line 24) | def handle(self, *args) -> Any: ... class IOWrite (line 26) | class IOWrite: method handle (line 27) | def handle(self, *args) -> Any: ... class IOWriteDone (line 29) | class IOWriteDone: method handle (line 30) | def handle(self, *args) -> Any: ... class PollEventLoop (line 32) | class PollEventLoop: ... FILE: stubs/micropython-v1_10-esp8266/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class EventLoop (line 16) | class EventLoop: method call_at_ (line 19) | def call_at_(self, *args) -> Any: method call_later (line 22) | def call_later(self, *args) -> Any: method call_later_ms (line 25) | def call_later_ms(self, *args) -> Any: method call_soon (line 28) | def call_soon(self, *args) -> Any: method close (line 31) | def close(self, *args) -> Any: method create_task (line 34) | def create_task(self, *args) -> Any: method run_forever (line 37) | def run_forever(self, *args) -> Any: method run_until_complete (line 40) | def run_until_complete(self, *args) -> Any: method stop (line 43) | def stop(self, *args) -> Any: method time (line 46) | def time(self, *args) -> Any: method wait (line 49) | def wait(self, *args) -> Any: class IORead (line 53) | class IORead: method handle (line 56) | def handle(self, *args) -> Any: class IOReadDone (line 60) | class IOReadDone: method handle (line 63) | def handle(self, *args) -> Any: class IOWrite (line 67) | class IOWrite: method handle (line 70) | def handle(self, *args) -> Any: class IOWriteDone (line 74) | class IOWriteDone: method handle (line 77) | def handle(self, *args) -> Any: class PollEventLoop (line 81) | class PollEventLoop: method add_reader (line 84) | def add_reader(self, *args) -> Any: method add_writer (line 87) | def add_writer(self, *args) -> Any: method call_at_ (line 90) | def call_at_(self, *args) -> Any: method call_later (line 93) | def call_later(self, *args) -> Any: method call_later_ms (line 96) | def call_later_ms(self, *args) -> Any: method call_soon (line 99) | def call_soon(self, *args) -> Any: method close (line 102) | def close(self, *args) -> Any: method create_task (line 105) | def create_task(self, *args) -> Any: method remove_reader (line 108) | def remove_reader(self, *args) -> Any: method remove_writer (line 111) | def remove_writer(self, *args) -> Any: method run_forever (line 114) | def run_forever(self, *args) -> Any: method run_until_complete (line 117) | def run_until_complete(self, *args) -> Any: method stop (line 120) | def stop(self, *args) -> Any: method time (line 123) | def time(self, *args) -> Any: method wait (line 126) | def wait(self, *args) -> Any: class SleepMs (line 130) | class SleepMs: method handle (line 133) | def handle(self, *args) -> Any: class StopLoop (line 137) | class StopLoop: method handle (line 140) | def handle(self, *args) -> Any: class StreamReader (line 144) | class StreamReader: class StreamWriter (line 153) | class StreamWriter: method get_extra_info (line 160) | def get_extra_info(self, *args) -> Any: class SysCall (line 164) | class SysCall: method handle (line 167) | def handle(self, *args) -> Any: class SysCall1 (line 171) | class SysCall1: method handle (line 174) | def handle(self, *args) -> Any: function Task (line 178) | def Task(*args) -> Any: class TimeoutError (line 182) | class TimeoutError(Exception): class TimeoutObj (line 186) | class TimeoutObj: function cancel (line 193) | def cancel(*args) -> Any: function coroutine (line 200) | def coroutine(*args) -> Any: function ensure_future (line 204) | def ensure_future(*args) -> Any: function get_event_loop (line 208) | def get_event_loop(*args) -> Any: function set_debug (line 217) | def set_debug(*args) -> Any: class type_gen (line 227) | class type_gen: method close (line 230) | def close(self, *args) -> Any: method pend_throw (line 233) | def pend_throw(self, *args) -> Any: method send (line 236) | def send(self, *args) -> Any: method throw (line 239) | def throw(self, *args) -> Any: function wait_for (line 249) | def wait_for(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class EventLoop (line 7) | class EventLoop: method call_at_ (line 8) | def call_at_(self, *args) -> Any: ... method call_later (line 9) | def call_later(self, *args) -> Any: ... method call_later_ms (line 10) | def call_later_ms(self, *args) -> Any: ... method call_soon (line 11) | def call_soon(self, *args) -> Any: ... method close (line 12) | def close(self, *args) -> Any: ... method create_task (line 13) | def create_task(self, *args) -> Any: ... method run_forever (line 14) | def run_forever(self, *args) -> Any: ... method run_until_complete (line 15) | def run_until_complete(self, *args) -> Any: ... method stop (line 16) | def stop(self, *args) -> Any: ... method time (line 17) | def time(self, *args) -> Any: ... method wait (line 18) | def wait(self, *args) -> Any: ... class IORead (line 20) | class IORead: method handle (line 21) | def handle(self, *args) -> Any: ... class IOReadDone (line 23) | class IOReadDone: method handle (line 24) | def handle(self, *args) -> Any: ... class IOWrite (line 26) | class IOWrite: method handle (line 27) | def handle(self, *args) -> Any: ... class IOWriteDone (line 29) | class IOWriteDone: method handle (line 30) | def handle(self, *args) -> Any: ... class PollEventLoop (line 32) | class PollEventLoop: method add_reader (line 33) | def add_reader(self, *args) -> Any: ... method add_writer (line 34) | def add_writer(self, *args) -> Any: ... method call_at_ (line 35) | def call_at_(self, *args) -> Any: ... method call_later (line 36) | def call_later(self, *args) -> Any: ... method call_later_ms (line 37) | def call_later_ms(self, *args) -> Any: ... method call_soon (line 38) | def call_soon(self, *args) -> Any: ... method close (line 39) | def close(self, *args) -> Any: ... method create_task (line 40) | def create_task(self, *args) -> Any: ... method remove_reader (line 41) | def remove_reader(self, *args) -> Any: ... method remove_writer (line 42) | def remove_writer(self, *args) -> Any: ... method run_forever (line 43) | def run_forever(self, *args) -> Any: ... method run_until_complete (line 44) | def run_until_complete(self, *args) -> Any: ... method stop (line 45) | def stop(self, *args) -> Any: ... method time (line 46) | def time(self, *args) -> Any: ... method wait (line 47) | def wait(self, *args) -> Any: ... class SleepMs (line 49) | class SleepMs: method handle (line 50) | def handle(self, *args) -> Any: ... class StopLoop (line 52) | class StopLoop: method handle (line 53) | def handle(self, *args) -> Any: ... class StreamReader (line 55) | class StreamReader: class StreamWriter (line 61) | class StreamWriter: method get_extra_info (line 65) | def get_extra_info(self, *args) -> Any: ... class SysCall (line 67) | class SysCall: method handle (line 68) | def handle(self, *args) -> Any: ... class SysCall1 (line 70) | class SysCall1: method handle (line 71) | def handle(self, *args) -> Any: ... function Task (line 73) | def Task(*args) -> Any: ... class TimeoutError (line 75) | class TimeoutError(Exception): ... class TimeoutObj (line 76) | class TimeoutObj: ... function cancel (line 80) | def cancel(*args) -> Any: ... function coroutine (line 84) | def coroutine(*args) -> Any: ... function ensure_future (line 85) | def ensure_future(*args) -> Any: ... function get_event_loop (line 86) | def get_event_loop(*args) -> Any: ... function set_debug (line 92) | def set_debug(*args) -> Any: ... class type_gen (line 99) | class type_gen: method close (line 100) | def close(self, *args) -> Any: ... method pend_throw (line 101) | def pend_throw(self, *args) -> Any: ... method send (line 102) | def send(self, *args) -> Any: ... method throw (line 103) | def throw(self, *args) -> Any: ... function wait_for (line 110) | def wait_for(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args) -> Any: function hexlify (line 17) | def hexlify(*args) -> Any: function unhexlify (line 21) | def unhexlify(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args) -> Any: ... function hexlify (line 5) | def hexlify(*args) -> Any: ... function unhexlify (line 6) | def unhexlify(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/ucollections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *args) -> Any: method copy (line 15) | def copy(self, *args) -> Any: method fromkeys (line 18) | def fromkeys(self, *args) -> Any: method get (line 21) | def get(self, *args) -> Any: method items (line 24) | def items(self, *args) -> Any: method keys (line 27) | def keys(self, *args) -> Any: method pop (line 30) | def pop(self, *args) -> Any: method popitem (line 33) | def popitem(self, *args) -> Any: method setdefault (line 36) | def setdefault(self, *args) -> Any: method update (line 39) | def update(self, *args) -> Any: method values (line 42) | def values(self, *args) -> Any: class deque (line 46) | class deque: method append (line 49) | def append(self, *args) -> Any: method popleft (line 52) | def popleft(self, *args) -> Any: function namedtuple (line 56) | def namedtuple(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *args) -> Any: ... method copy (line 5) | def copy(self, *args) -> Any: ... method fromkeys (line 6) | def fromkeys(self, *args) -> Any: ... method get (line 7) | def get(self, *args) -> Any: ... method items (line 8) | def items(self, *args) -> Any: ... method keys (line 9) | def keys(self, *args) -> Any: ... method pop (line 10) | def pop(self, *args) -> Any: ... method popitem (line 11) | def popitem(self, *args) -> Any: ... method setdefault (line 12) | def setdefault(self, *args) -> Any: ... method update (line 13) | def update(self, *args) -> Any: ... method values (line 14) | def values(self, *args) -> Any: ... class deque (line 16) | class deque: method append (line 17) | def append(self, *args) -> Any: ... method popleft (line 18) | def popleft(self, *args) -> Any: ... function namedtuple (line 20) | def namedtuple(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/ucryptolib.py class aes (line 9) | class aes: method decrypt (line 12) | def decrypt(self, *args) -> Any: method encrypt (line 15) | def encrypt(self, *args) -> Any: FILE: stubs/micropython-v1_10-esp8266/ucryptolib.pyi class aes (line 3) | class aes: method decrypt (line 4) | def decrypt(self, *args) -> Any: ... method encrypt (line 5) | def encrypt(self, *args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/uctypes.py function addressof (line 42) | def addressof(*args) -> Any: function bytearray_at (line 46) | def bytearray_at(*args) -> Any: function bytes_at (line 50) | def bytes_at(*args) -> Any: function sizeof (line 54) | def sizeof(*args) -> Any: class struct (line 58) | class struct: FILE: stubs/micropython-v1_10-esp8266/uctypes.pyi function addressof (line 36) | def addressof(*args) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args) -> Any: ... function bytes_at (line 38) | def bytes_at(*args) -> Any: ... function sizeof (line 39) | def sizeof(*args) -> Any: ... class struct (line 41) | class struct: ... FILE: stubs/micropython-v1_10-esp8266/uhashlib.py class sha1 (line 9) | class sha1: method digest (line 12) | def digest(self, *args) -> Any: method update (line 15) | def update(self, *args) -> Any: class sha256 (line 19) | class sha256: method digest (line 22) | def digest(self, *args) -> Any: method update (line 25) | def update(self, *args) -> Any: FILE: stubs/micropython-v1_10-esp8266/uhashlib.pyi class sha1 (line 3) | class sha1: method digest (line 4) | def digest(self, *args) -> Any: ... method update (line 5) | def update(self, *args) -> Any: ... class sha256 (line 7) | class sha256: method digest (line 8) | def digest(self, *args) -> Any: ... method update (line 9) | def update(self, *args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/uheapq.py function heapify (line 9) | def heapify(*args) -> Any: function heappop (line 13) | def heappop(*args) -> Any: function heappush (line 17) | def heappush(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/uheapq.pyi function heapify (line 3) | def heapify(*args) -> Any: ... function heappop (line 4) | def heappop(*args) -> Any: ... function heappush (line 5) | def heappush(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/uio.py class BytesIO (line 9) | class BytesIO: method close (line 12) | def close(self, *args) -> Any: method flush (line 15) | def flush(self, *args) -> Any: method getvalue (line 18) | def getvalue(self, *args) -> Any: method read (line 21) | def read(self, *args) -> Any: method readinto (line 24) | def readinto(self, *args) -> Any: method readline (line 27) | def readline(self, *args) -> Any: method seek (line 30) | def seek(self, *args) -> Any: method write (line 33) | def write(self, *args) -> Any: class FileIO (line 37) | class FileIO: method close (line 40) | def close(self, *args) -> Any: method flush (line 43) | def flush(self, *args) -> Any: method read (line 46) | def read(self, *args) -> Any: method readinto (line 49) | def readinto(self, *args) -> Any: method readline (line 52) | def readline(self, *args) -> Any: method readlines (line 55) | def readlines(self, *args) -> Any: method seek (line 58) | def seek(self, *args) -> Any: method tell (line 61) | def tell(self, *args) -> Any: method write (line 64) | def write(self, *args) -> Any: class IOBase (line 68) | class IOBase: class StringIO (line 72) | class StringIO: method close (line 75) | def close(self, *args) -> Any: method flush (line 78) | def flush(self, *args) -> Any: method getvalue (line 81) | def getvalue(self, *args) -> Any: method read (line 84) | def read(self, *args) -> Any: method readinto (line 87) | def readinto(self, *args) -> Any: method readline (line 90) | def readline(self, *args) -> Any: method seek (line 93) | def seek(self, *args) -> Any: method write (line 96) | def write(self, *args) -> Any: class TextIOWrapper (line 100) | class TextIOWrapper: method close (line 103) | def close(self, *args) -> Any: method flush (line 106) | def flush(self, *args) -> Any: method read (line 109) | def read(self, *args) -> Any: method readinto (line 112) | def readinto(self, *args) -> Any: method readline (line 115) | def readline(self, *args) -> Any: method readlines (line 118) | def readlines(self, *args) -> Any: method seek (line 121) | def seek(self, *args) -> Any: method tell (line 124) | def tell(self, *args) -> Any: method write (line 127) | def write(self, *args) -> Any: function open (line 131) | def open(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/uio.pyi class BytesIO (line 3) | class BytesIO: method close (line 4) | def close(self, *args) -> Any: ... method flush (line 5) | def flush(self, *args) -> Any: ... method getvalue (line 6) | def getvalue(self, *args) -> Any: ... method read (line 7) | def read(self, *args) -> Any: ... method readinto (line 8) | def readinto(self, *args) -> Any: ... method readline (line 9) | def readline(self, *args) -> Any: ... method seek (line 10) | def seek(self, *args) -> Any: ... method write (line 11) | def write(self, *args) -> Any: ... class FileIO (line 13) | class FileIO: method close (line 14) | def close(self, *args) -> Any: ... method flush (line 15) | def flush(self, *args) -> Any: ... method read (line 16) | def read(self, *args) -> Any: ... method readinto (line 17) | def readinto(self, *args) -> Any: ... method readline (line 18) | def readline(self, *args) -> Any: ... method readlines (line 19) | def readlines(self, *args) -> Any: ... method seek (line 20) | def seek(self, *args) -> Any: ... method tell (line 21) | def tell(self, *args) -> Any: ... method write (line 22) | def write(self, *args) -> Any: ... class IOBase (line 24) | class IOBase: ... class StringIO (line 26) | class StringIO: method close (line 27) | def close(self, *args) -> Any: ... method flush (line 28) | def flush(self, *args) -> Any: ... method getvalue (line 29) | def getvalue(self, *args) -> Any: ... method read (line 30) | def read(self, *args) -> Any: ... method readinto (line 31) | def readinto(self, *args) -> Any: ... method readline (line 32) | def readline(self, *args) -> Any: ... method seek (line 33) | def seek(self, *args) -> Any: ... method write (line 34) | def write(self, *args) -> Any: ... class TextIOWrapper (line 36) | class TextIOWrapper: method close (line 37) | def close(self, *args) -> Any: ... method flush (line 38) | def flush(self, *args) -> Any: ... method read (line 39) | def read(self, *args) -> Any: ... method readinto (line 40) | def readinto(self, *args) -> Any: ... method readline (line 41) | def readline(self, *args) -> Any: ... method readlines (line 42) | def readlines(self, *args) -> Any: ... method seek (line 43) | def seek(self, *args) -> Any: ... method tell (line 44) | def tell(self, *args) -> Any: ... method write (line 45) | def write(self, *args) -> Any: ... function open (line 47) | def open(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/ujson.py function dump (line 9) | def dump(*args) -> Any: function dumps (line 13) | def dumps(*args) -> Any: function load (line 17) | def load(*args) -> Any: function loads (line 21) | def loads(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/ujson.pyi function dump (line 3) | def dump(*args) -> Any: ... function dumps (line 4) | def dumps(*args) -> Any: ... function load (line 5) | def load(*args) -> Any: ... function loads (line 6) | def loads(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/uos.py class VfsFat (line 9) | class VfsFat: method chdir (line 12) | def chdir(self, *args) -> Any: method getcwd (line 15) | def getcwd(self, *args) -> Any: method ilistdir (line 18) | def ilistdir(self, *args) -> Any: method mkdir (line 21) | def mkdir(self, *args) -> Any: method mkfs (line 24) | def mkfs(self, *args) -> Any: method mount (line 27) | def mount(self, *args) -> Any: method open (line 30) | def open(self, *args) -> Any: method remove (line 33) | def remove(self, *args) -> Any: method rename (line 36) | def rename(self, *args) -> Any: method rmdir (line 39) | def rmdir(self, *args) -> Any: method stat (line 42) | def stat(self, *args) -> Any: method statvfs (line 45) | def statvfs(self, *args) -> Any: method umount (line 48) | def umount(self, *args) -> Any: function chdir (line 52) | def chdir(*args) -> Any: function dupterm (line 56) | def dupterm(*args) -> Any: function dupterm_notify (line 60) | def dupterm_notify(*args) -> Any: function getcwd (line 64) | def getcwd(*args) -> Any: function ilistdir (line 68) | def ilistdir(*args) -> Any: function listdir (line 72) | def listdir(*args) -> Any: function mkdir (line 76) | def mkdir(*args) -> Any: function mount (line 80) | def mount(*args) -> Any: function remove (line 84) | def remove(*args) -> Any: function rename (line 88) | def rename(*args) -> Any: function rmdir (line 92) | def rmdir(*args) -> Any: function stat (line 96) | def stat(*args) -> Any: function statvfs (line 100) | def statvfs(*args) -> Any: function umount (line 104) | def umount(*args) -> Any: function uname (line 108) | def uname(*args) -> Any: function urandom (line 112) | def urandom(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/uos.pyi class VfsFat (line 3) | class VfsFat: method chdir (line 4) | def chdir(self, *args) -> Any: ... method getcwd (line 5) | def getcwd(self, *args) -> Any: ... method ilistdir (line 6) | def ilistdir(self, *args) -> Any: ... method mkdir (line 7) | def mkdir(self, *args) -> Any: ... method mkfs (line 8) | def mkfs(self, *args) -> Any: ... method mount (line 9) | def mount(self, *args) -> Any: ... method open (line 10) | def open(self, *args) -> Any: ... method remove (line 11) | def remove(self, *args) -> Any: ... method rename (line 12) | def rename(self, *args) -> Any: ... method rmdir (line 13) | def rmdir(self, *args) -> Any: ... method stat (line 14) | def stat(self, *args) -> Any: ... method statvfs (line 15) | def statvfs(self, *args) -> Any: ... method umount (line 16) | def umount(self, *args) -> Any: ... function chdir (line 18) | def chdir(*args) -> Any: ... function dupterm (line 19) | def dupterm(*args) -> Any: ... function dupterm_notify (line 20) | def dupterm_notify(*args) -> Any: ... function getcwd (line 21) | def getcwd(*args) -> Any: ... function ilistdir (line 22) | def ilistdir(*args) -> Any: ... function listdir (line 23) | def listdir(*args) -> Any: ... function mkdir (line 24) | def mkdir(*args) -> Any: ... function mount (line 25) | def mount(*args) -> Any: ... function remove (line 26) | def remove(*args) -> Any: ... function rename (line 27) | def rename(*args) -> Any: ... function rmdir (line 28) | def rmdir(*args) -> Any: ... function stat (line 29) | def stat(*args) -> Any: ... function statvfs (line 30) | def statvfs(*args) -> Any: ... function umount (line 31) | def umount(*args) -> Any: ... function uname (line 32) | def uname(*args) -> Any: ... function urandom (line 33) | def urandom(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/upip.py class NotFoundError (line 9) | class NotFoundError(Exception): function _makedirs (line 13) | def _makedirs(*args) -> Any: function cleanup (line 17) | def cleanup(*args) -> Any: function expandhome (line 26) | def expandhome(*args) -> Any: function fatal (line 30) | def fatal(*args) -> Any: function get_install_path (line 38) | def get_install_path(*args) -> Any: function get_pkg_metadata (line 42) | def get_pkg_metadata(*args) -> Any: function help (line 49) | def help(*args) -> Any: function install (line 53) | def install(*args) -> Any: function install_pkg (line 60) | def install_pkg(*args) -> Any: function install_tar (line 64) | def install_tar(*args) -> Any: function main (line 71) | def main(*args) -> Any: function op_basename (line 75) | def op_basename(*args) -> Any: function op_split (line 79) | def op_split(*args) -> Any: function save_file (line 86) | def save_file(*args) -> Any: function url_open (line 94) | def url_open(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/upip.pyi class NotFoundError (line 3) | class NotFoundError(Exception): ... function _makedirs (line 5) | def _makedirs(*args) -> Any: ... function cleanup (line 6) | def cleanup(*args) -> Any: ... function expandhome (line 12) | def expandhome(*args) -> Any: ... function fatal (line 13) | def fatal(*args) -> Any: ... function get_install_path (line 18) | def get_install_path(*args) -> Any: ... function get_pkg_metadata (line 19) | def get_pkg_metadata(*args) -> Any: ... function help (line 23) | def help(*args) -> Any: ... function install (line 24) | def install(*args) -> Any: ... function install_pkg (line 28) | def install_pkg(*args) -> Any: ... function install_tar (line 29) | def install_tar(*args) -> Any: ... function main (line 33) | def main(*args) -> Any: ... function op_basename (line 34) | def op_basename(*args) -> Any: ... function op_split (line 35) | def op_split(*args) -> Any: ... function save_file (line 39) | def save_file(*args) -> Any: ... function url_open (line 44) | def url_open(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/upip_utarfile.py class FileSection (line 11) | class FileSection: method read (line 14) | def read(self, *args) -> Any: method readinto (line 17) | def readinto(self, *args) -> Any: method skip (line 20) | def skip(self, *args) -> Any: class TarFile (line 28) | class TarFile: method extractfile (line 31) | def extractfile(self, *args) -> Any: method next (line 34) | def next(self, *args) -> Any: class TarInfo (line 38) | class TarInfo: function roundup (line 42) | def roundup(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/upip_utarfile.pyi class FileSection (line 5) | class FileSection: method read (line 6) | def read(self, *args) -> Any: ... method readinto (line 7) | def readinto(self, *args) -> Any: ... method skip (line 8) | def skip(self, *args) -> Any: ... class TarFile (line 13) | class TarFile: method extractfile (line 14) | def extractfile(self, *args) -> Any: ... method next (line 15) | def next(self, *args) -> Any: ... class TarInfo (line 17) | class TarInfo: ... function roundup (line 19) | def roundup(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/urandom.py function getrandbits (line 9) | def getrandbits(*args) -> Any: function seed (line 13) | def seed(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/urandom.pyi function getrandbits (line 3) | def getrandbits(*args) -> Any: ... function seed (line 4) | def seed(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/ure.py function compile (line 11) | def compile(*args) -> Any: function match (line 15) | def match(*args) -> Any: function search (line 19) | def search(*args) -> Any: function sub (line 23) | def sub(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/ure.pyi function compile (line 5) | def compile(*args) -> Any: ... function match (line 6) | def match(*args) -> Any: ... function search (line 7) | def search(*args) -> Any: ... function sub (line 8) | def sub(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/urequests.py class Response (line 9) | class Response: method close (line 12) | def close(self, *args) -> Any: method json (line 17) | def json(self, *args) -> Any: function delete (line 23) | def delete(*args) -> Any: function get (line 27) | def get(*args) -> Any: function head (line 31) | def head(*args) -> Any: function patch (line 35) | def patch(*args) -> Any: function post (line 39) | def post(*args) -> Any: function put (line 43) | def put(*args) -> Any: function request (line 47) | def request(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/urequests.pyi class Response (line 3) | class Response: method close (line 4) | def close(self, *args) -> Any: ... method json (line 6) | def json(self, *args) -> Any: ... function delete (line 9) | def delete(*args) -> Any: ... function get (line 10) | def get(*args) -> Any: ... function head (line 11) | def head(*args) -> Any: ... function patch (line 12) | def patch(*args) -> Any: ... function post (line 13) | def post(*args) -> Any: ... function put (line 14) | def put(*args) -> Any: ... function request (line 15) | def request(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/uselect.py function poll (line 14) | def poll(*args) -> Any: function select (line 18) | def select(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/uselect.pyi function poll (line 8) | def poll(*args) -> Any: ... function select (line 9) | def select(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/usocket.py function callback (line 19) | def callback(*args) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args) -> Any: function print_pcbs (line 27) | def print_pcbs(*args) -> Any: function reset (line 31) | def reset(*args) -> Any: class socket (line 35) | class socket: method accept (line 38) | def accept(self, *args) -> Any: method bind (line 41) | def bind(self, *args) -> Any: method close (line 44) | def close(self, *args) -> Any: method connect (line 47) | def connect(self, *args) -> Any: method listen (line 50) | def listen(self, *args) -> Any: method makefile (line 53) | def makefile(self, *args) -> Any: method read (line 56) | def read(self, *args) -> Any: method readinto (line 59) | def readinto(self, *args) -> Any: method readline (line 62) | def readline(self, *args) -> Any: method recv (line 65) | def recv(self, *args) -> Any: method recvfrom (line 68) | def recvfrom(self, *args) -> Any: method send (line 71) | def send(self, *args) -> Any: method sendall (line 74) | def sendall(self, *args) -> Any: method sendto (line 77) | def sendto(self, *args) -> Any: method setblocking (line 80) | def setblocking(self, *args) -> Any: method setsockopt (line 83) | def setsockopt(self, *args) -> Any: method settimeout (line 86) | def settimeout(self, *args) -> Any: method write (line 89) | def write(self, *args) -> Any: FILE: stubs/micropython-v1_10-esp8266/usocket.pyi function callback (line 13) | def callback(*args) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args) -> Any: ... function reset (line 16) | def reset(*args) -> Any: ... class socket (line 18) | class socket: method accept (line 19) | def accept(self, *args) -> Any: ... method bind (line 20) | def bind(self, *args) -> Any: ... method close (line 21) | def close(self, *args) -> Any: ... method connect (line 22) | def connect(self, *args) -> Any: ... method listen (line 23) | def listen(self, *args) -> Any: ... method makefile (line 24) | def makefile(self, *args) -> Any: ... method read (line 25) | def read(self, *args) -> Any: ... method readinto (line 26) | def readinto(self, *args) -> Any: ... method readline (line 27) | def readline(self, *args) -> Any: ... method recv (line 28) | def recv(self, *args) -> Any: ... method recvfrom (line 29) | def recvfrom(self, *args) -> Any: ... method send (line 30) | def send(self, *args) -> Any: ... method sendall (line 31) | def sendall(self, *args) -> Any: ... method sendto (line 32) | def sendto(self, *args) -> Any: ... method setblocking (line 33) | def setblocking(self, *args) -> Any: ... method setsockopt (line 34) | def setsockopt(self, *args) -> Any: ... method settimeout (line 35) | def settimeout(self, *args) -> Any: ... method write (line 36) | def write(self, *args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/ussl.py function wrap_socket (line 9) | def wrap_socket(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/ustruct.py function calcsize (line 9) | def calcsize(*args) -> Any: function pack (line 13) | def pack(*args) -> Any: function pack_into (line 17) | def pack_into(*args) -> Any: function unpack (line 21) | def unpack(*args) -> Any: function unpack_from (line 25) | def unpack_from(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/ustruct.pyi function calcsize (line 3) | def calcsize(*args) -> Any: ... function pack (line 4) | def pack(*args) -> Any: ... function pack_into (line 5) | def pack_into(*args) -> Any: ... function unpack (line 6) | def unpack(*args) -> Any: ... function unpack_from (line 7) | def unpack_from(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/utime.py function localtime (line 9) | def localtime(*args) -> Any: function mktime (line 13) | def mktime(*args) -> Any: function sleep (line 17) | def sleep(*args) -> Any: function sleep_ms (line 21) | def sleep_ms(*args) -> Any: function sleep_us (line 25) | def sleep_us(*args) -> Any: function ticks_add (line 29) | def ticks_add(*args) -> Any: function ticks_cpu (line 33) | def ticks_cpu(*args) -> Any: function ticks_diff (line 37) | def ticks_diff(*args) -> Any: function ticks_ms (line 41) | def ticks_ms(*args) -> Any: function ticks_us (line 45) | def ticks_us(*args) -> Any: function time (line 49) | def time(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/utime.pyi function localtime (line 3) | def localtime(*args) -> Any: ... function mktime (line 4) | def mktime(*args) -> Any: ... function sleep (line 5) | def sleep(*args) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args) -> Any: ... function sleep_us (line 7) | def sleep_us(*args) -> Any: ... function ticks_add (line 8) | def ticks_add(*args) -> Any: ... function ticks_cpu (line 9) | def ticks_cpu(*args) -> Any: ... function ticks_diff (line 10) | def ticks_diff(*args) -> Any: ... function ticks_ms (line 11) | def ticks_ms(*args) -> Any: ... function ticks_us (line 12) | def ticks_us(*args) -> Any: ... function time (line 13) | def time(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/utimeq.py class utimeq (line 9) | class utimeq: method peektime (line 12) | def peektime(self, *args) -> Any: method pop (line 15) | def pop(self, *args) -> Any: method push (line 18) | def push(self, *args) -> Any: FILE: stubs/micropython-v1_10-esp8266/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args) -> Any: ... method pop (line 5) | def pop(self, *args) -> Any: ... method push (line 6) | def push(self, *args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/uzlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *args) -> Any: method readinto (line 15) | def readinto(self, *args) -> Any: method readline (line 18) | def readline(self, *args) -> Any: function decompress (line 22) | def decompress(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/uzlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *args) -> Any: ... method readinto (line 5) | def readinto(self, *args) -> Any: ... method readline (line 6) | def readline(self, *args) -> Any: ... function decompress (line 8) | def decompress(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/websocket.py class websocket (line 9) | class websocket: method close (line 12) | def close(self, *args) -> Any: method ioctl (line 15) | def ioctl(self, *args) -> Any: method read (line 18) | def read(self, *args) -> Any: method readinto (line 21) | def readinto(self, *args) -> Any: method readline (line 24) | def readline(self, *args) -> Any: method write (line 27) | def write(self, *args) -> Any: FILE: stubs/micropython-v1_10-esp8266/websocket.pyi class websocket (line 3) | class websocket: method close (line 4) | def close(self, *args) -> Any: ... method ioctl (line 5) | def ioctl(self, *args) -> Any: ... method read (line 6) | def read(self, *args) -> Any: ... method readinto (line 7) | def readinto(self, *args) -> Any: ... method readline (line 8) | def readline(self, *args) -> Any: ... method write (line 9) | def write(self, *args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/websocket_helper.py function client_handshake (line 12) | def client_handshake(*args) -> Any: function server_handshake (line 19) | def server_handshake(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/websocket_helper.pyi function client_handshake (line 6) | def client_handshake(*args) -> Any: ... function server_handshake (line 10) | def server_handshake(*args) -> Any: ... FILE: stubs/micropython-v1_10-esp8266/zlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *args) -> Any: method readinto (line 15) | def readinto(self, *args) -> Any: method readline (line 18) | def readline(self, *args) -> Any: function decompress (line 22) | def decompress(*args) -> Any: FILE: stubs/micropython-v1_10-esp8266/zlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *args) -> Any: ... method readinto (line 5) | def readinto(self, *args) -> Any: ... method readline (line 6) | def readline(self, *args) -> Any: ... function decompress (line 8) | def decompress(*args) -> Any: ... FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/flashbdev.py class FlashBdev (line 4) | class FlashBdev: method __init__ (line 9) | def __init__(self, blocks): method readblocks (line 12) | def readblocks(self, n, buf): method writeblocks (line 16) | def writeblocks(self, n, buf): method ioctl (line 22) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/ntptime.py function time (line 16) | def time(): function settime (line 31) | def settime(): FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/onewire.py class OneWireError (line 8) | class OneWireError(Exception): class OneWire (line 12) | class OneWire: method __init__ (line 17) | def __init__(self, pin): method reset (line 21) | def reset(self, required=False): method readbit (line 27) | def readbit(self): method readbyte (line 30) | def readbyte(self): method readinto (line 33) | def readinto(self, buf): method writebit (line 37) | def writebit(self, value): method writebyte (line 40) | def writebyte(self, value): method write (line 43) | def write(self, buf): method select_rom (line 47) | def select_rom(self, rom): method scan (line 52) | def scan(self): method _search_rom (line 64) | def _search_rom(self, l_rom, diff): method crc8 (line 92) | def crc8(self, data): FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/upip.py class NotFoundError (line 27) | class NotFoundError(Exception): function op_split (line 31) | def op_split(path): function op_basename (line 43) | def op_basename(path): function _makedirs (line 48) | def _makedirs(name, mode=0o777): function save_file (line 68) | def save_file(fname, subf): function install_tar (line 78) | def install_tar(f, prefix): function expandhome (line 110) | def expandhome(s): function url_open (line 123) | def url_open(url): function get_pkg_metadata (line 169) | def get_pkg_metadata(name): function fatal (line 177) | def fatal(msg, exc=None): function install_pkg (line 184) | def install_pkg(pkg_spec, install_path): function install (line 208) | def install(to_install, install_path=None): function get_install_path (line 243) | def get_install_path(): function cleanup (line 252) | def cleanup(): function help (line 260) | def help(): function main (line 281) | def main(): FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/upip.pyi class NotFoundError (line 9) | class NotFoundError(Exception): ... function op_split (line 11) | def op_split(path): ... function op_basename (line 12) | def op_basename(path): ... function _makedirs (line 13) | def _makedirs(name, mode: int = ...): ... function save_file (line 14) | def save_file(fname, subf) -> None: ... function install_tar (line 15) | def install_tar(f, prefix): ... function expandhome (line 16) | def expandhome(s): ... function url_open (line 20) | def url_open(url): ... function get_pkg_metadata (line 21) | def get_pkg_metadata(name): ... function fatal (line 22) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 23) | def install_pkg(pkg_spec, install_path): ... function install (line 24) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 25) | def get_install_path(): ... function cleanup (line 26) | def cleanup() -> None: ... function help (line 27) | def help() -> None: ... function main (line 28) | def main() -> None: ... FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/upysh.py class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self): method __call__ (line 10) | def __call__(self, path="."): class PWD (line 21) | class PWD: method __repr__ (line 22) | def __repr__(self): method __call__ (line 25) | def __call__(self): class CLEAR (line 29) | class CLEAR: method __repr__ (line 30) | def __repr__(self): method __call__ (line 33) | def __call__(self): function head (line 48) | def head(f, n=10): function cat (line 57) | def cat(f): function newfile (line 61) | def newfile(path): class Man (line 73) | class Man: method __repr__ (line 74) | def __repr__(self): FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self): ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self): ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self): ... method __call__ (line 14) | def __call__(self): ... function head (line 25) | def head(f, n: int = ...) -> None: ... function cat (line 26) | def cat(f) -> None: ... function newfile (line 27) | def newfile(path) -> None: ... class Man (line 29) | class Man: method __repr__ (line 30) | def __repr__(self): ... FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/urequests.py class Response (line 4) | class Response: method __init__ (line 5) | def __init__(self, f): method close (line 10) | def close(self): method content (line 17) | def content(self): method text (line 27) | def text(self): method json (line 30) | def json(self): function request (line 36) | def request(method, url, data=None, json=None, headers={}, stream=None): function head (line 111) | def head(url, **kw): function get (line 115) | def get(url, **kw): function post (line 119) | def post(url, **kw): function put (line 123) | def put(url, **kw): function patch (line 127) | def patch(url, **kw): function delete (line 131) | def delete(url, **kw): FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data: Incomplete | None = ..., json: Incomplete... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 52) | def stop(): function start (line 61) | def start(port=8266, password=None): function start_foreground (line 78) | def start_foreground(port=8266): FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/websocket_helper.py function server_handshake (line 15) | def server_handshake(sock): function client_handshake (line 62) | def client_handshake(sock): FILE: stubs/micropython-v1_10-frozen/esp32/GENERIC/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/apa102.py class APA102 (line 8) | class APA102(NeoPixel): method __init__ (line 11) | def __init__(self, clock_pin, data_pin, n, bpp=4): method write (line 16) | def write(self): FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = ...) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/flashbdev.py class FlashBdev (line 4) | class FlashBdev: method __init__ (line 11) | def __init__(self, blocks=NUM_BLK): method readblocks (line 14) | def readblocks(self, n, buf): method writeblocks (line 18) | def writeblocks(self, n, buf): method ioctl (line 24) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 9) | def __init__(self, blocks=...) -> None: ... method readblocks (line 10) | def readblocks(self, n, buf) -> None: ... method writeblocks (line 11) | def writeblocks(self, n, buf) -> None: ... method ioctl (line 12) | def ioctl(self, op, arg): ... FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/inisetup.py function wifi (line 6) | def wifi(): function check_bootsec (line 14) | def check_bootsec(): function fs_corrupted (line 27) | def fs_corrupted(): function setup (line 44) | def setup(): FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3): method __setitem__ (line 17) | def __setitem__(self, index, val): method __getitem__ (line 22) | def __getitem__(self, index): method fill (line 26) | def fill(self, color): method write (line 30) | def write(self): FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 9) | def __init__(self, pin, n, bpp: int = ...) -> None: ... method __setitem__ (line 10) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 11) | def __getitem__(self, index): ... method fill (line 12) | def fill(self, color) -> None: ... method write (line 13) | def write(self) -> None: ... FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/ntptime.py function time (line 16) | def time(): function settime (line 31) | def settime(): FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/onewire.py class OneWireError (line 8) | class OneWireError(Exception): class OneWire (line 12) | class OneWire: method __init__ (line 17) | def __init__(self, pin): method reset (line 21) | def reset(self, required=False): method readbit (line 27) | def readbit(self): method readbyte (line 30) | def readbyte(self): method readinto (line 33) | def readinto(self, buf): method writebit (line 37) | def writebit(self, value): method writebyte (line 40) | def writebyte(self, value): method write (line 43) | def write(self, buf): method select_rom (line 47) | def select_rom(self, rom): method scan (line 52) | def scan(self): method _search_rom (line 64) | def _search_rom(self, l_rom, diff): method crc8 (line 92) | def crc8(self, data): FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/port_diag.py function main (line 7) | def main(): FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/upip.py class NotFoundError (line 27) | class NotFoundError(Exception): function op_split (line 31) | def op_split(path): function op_basename (line 43) | def op_basename(path): function _makedirs (line 48) | def _makedirs(name, mode=0o777): function save_file (line 68) | def save_file(fname, subf): function install_tar (line 78) | def install_tar(f, prefix): function expandhome (line 110) | def expandhome(s): function url_open (line 123) | def url_open(url): function get_pkg_metadata (line 169) | def get_pkg_metadata(name): function fatal (line 177) | def fatal(msg, exc=None): function install_pkg (line 184) | def install_pkg(pkg_spec, install_path): function install (line 208) | def install(to_install, install_path=None): function get_install_path (line 243) | def get_install_path(): function cleanup (line 252) | def cleanup(): function help (line 260) | def help(): function main (line 281) | def main(): FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/upip.pyi class NotFoundError (line 9) | class NotFoundError(Exception): ... function op_split (line 11) | def op_split(path): ... function op_basename (line 12) | def op_basename(path): ... function _makedirs (line 13) | def _makedirs(name, mode: int = ...): ... function save_file (line 14) | def save_file(fname, subf) -> None: ... function install_tar (line 15) | def install_tar(f, prefix): ... function expandhome (line 16) | def expandhome(s): ... function url_open (line 20) | def url_open(url): ... function get_pkg_metadata (line 21) | def get_pkg_metadata(name): ... function fatal (line 22) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 23) | def install_pkg(pkg_spec, install_path): ... function install (line 24) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 25) | def get_install_path(): ... function cleanup (line 26) | def cleanup() -> None: ... function help (line 27) | def help() -> None: ... function main (line 28) | def main() -> None: ... FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 52) | def stop(): function start (line 61) | def start(port=8266, password=None): function start_foreground (line 78) | def start_foreground(port=8266): FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/websocket_helper.py function server_handshake (line 15) | def server_handshake(sock): function client_handshake (line 62) | def client_handshake(sock): FILE: stubs/micropython-v1_10-frozen/esp8266/GENERIC/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_10-frozen/stm32/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_10-frozen/stm32/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_10-frozen/stm32/GENERIC/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 321) | def write(self, s): method set_pen (line 327) | def set_pen(self, line, fill): method erase (line 330) | def erase(self): method dot (line 333) | def dot(self, x, y): method rect (line 337) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 366) | def rect_outline(self, x, y, w, h): method rect_interior (line 369) | def rect_interior(self, x, y, w, h): method line (line 372) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 381) | def dot_no_clip(self, x, y): method rect_no_clip (line 384) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 387) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 390) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 393) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 396) | def poly_dot(self, data): method poly_line (line 402) | def poly_line(self, data): method touch_config (line 410) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 413) | def is_touched(self): method get_touch (line 419) | def get_touch(self): method set_spi_win (line 427) | def set_spi_win(self, x, y, w, h): method fast_spi (line 431) | def fast_spi(self, flush=True): method show_framebuf (line 437) | def show_framebuf(self, buf): method set_scroll (line 440) | def set_scroll(self, on): method set_scroll_win (line 443) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 447) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 450) | def set_scroll_buf(self, s): method jpeg_start (line 457) | def jpeg_start(self, l): method jpeg_data (line 463) | def jpeg_data(self, buf): method jpeg (line 466) | def jpeg(self, buf): method feed_wdt (line 470) | def feed_wdt(self): method reset (line 473) | def reset(self): FILE: stubs/micropython-v1_10-frozen/stm32/GENERIC/lcd160cr.pyi class LCD160CR (line 12) | class LCD160CR: method __init__ (line 22) | def __init__( method _send (line 31) | def _send(self, cmd) -> None: ... method _fcmd2 (line 32) | def _fcmd2(self, fmt, a0, a1: int = ..., a2: int = ...) -> None: ... method _fcmd2b (line 33) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4: int = ...) -> None: ... method _waitfor (line 34) | def _waitfor(self, n, buf) -> None: ... method oflush (line 35) | def oflush(self, n: int = ...) -> None: ... method iflush (line 36) | def iflush(self) -> None: ... method rgb (line 38) | def rgb(r, g, b): ... method clip_line (line 40) | def clip_line(c, w, h): ... method set_power (line 41) | def set_power(self, on) -> None: ... method set_orient (line 44) | def set_orient(self, orient) -> None: ... method set_brightness (line 45) | def set_brightness(self, value) -> None: ... method set_i2c_addr (line 46) | def set_i2c_addr(self, addr) -> None: ... method set_uart_baudrate (line 47) | def set_uart_baudrate(self, baudrate) -> None: ... method set_startup_deco (line 48) | def set_startup_deco(self, value) -> None: ... method save_to_flash (line 49) | def save_to_flash(self) -> None: ... method set_pixel (line 50) | def set_pixel(self, x, y, c) -> None: ... method get_pixel (line 51) | def get_pixel(self, x, y): ... method get_line (line 52) | def get_line(self, x, y, buf) -> None: ... method screen_dump (line 53) | def screen_dump(self, buf, x: int = ..., y: int = ..., w: Incomplete |... method screen_load (line 54) | def screen_load(self, buf) -> None: ... method set_pos (line 55) | def set_pos(self, x, y) -> None: ... method set_text_color (line 56) | def set_text_color(self, fg, bg) -> None: ... method set_font (line 57) | def set_font(self, font, scale: int = ..., bold: int = ..., trans: int... method write (line 58) | def write(self, s) -> None: ... method set_pen (line 59) | def set_pen(self, line, fill) -> None: ... method erase (line 60) | def erase(self) -> None: ... method dot (line 61) | def dot(self, x, y) -> None: ... method rect (line 62) | def rect(self, x, y, w, h, cmd: int = ...) -> None: ... method rect_outline (line 63) | def rect_outline(self, x, y, w, h) -> None: ... method rect_interior (line 64) | def rect_interior(self, x, y, w, h) -> None: ... method line (line 65) | def line(self, x1, y1, x2, y2) -> None: ... method dot_no_clip (line 66) | def dot_no_clip(self, x, y) -> None: ... method rect_no_clip (line 67) | def rect_no_clip(self, x, y, w, h) -> None: ... method rect_outline_no_clip (line 68) | def rect_outline_no_clip(self, x, y, w, h) -> None: ... method rect_interior_no_clip (line 69) | def rect_interior_no_clip(self, x, y, w, h) -> None: ... method line_no_clip (line 70) | def line_no_clip(self, x1, y1, x2, y2) -> None: ... method poly_dot (line 71) | def poly_dot(self, data) -> None: ... method poly_line (line 72) | def poly_line(self, data) -> None: ... method touch_config (line 73) | def touch_config(self, calib: bool = ..., save: bool = ..., irq: Incom... method is_touched (line 74) | def is_touched(self): ... method get_touch (line 75) | def get_touch(self): ... method set_spi_win (line 76) | def set_spi_win(self, x, y, w, h) -> None: ... method fast_spi (line 77) | def fast_spi(self, flush: bool = ...): ... method show_framebuf (line 78) | def show_framebuf(self, buf) -> None: ... method set_scroll (line 79) | def set_scroll(self, on) -> None: ... method set_scroll_win (line 80) | def set_scroll_win( method set_scroll_win_param (line 83) | def set_scroll_win_param(self, win, param, value) -> None: ... method set_scroll_buf (line 84) | def set_scroll_buf(self, s) -> None: ... method jpeg_start (line 85) | def jpeg_start(self, l) -> None: ... method jpeg_data (line 86) | def jpeg_data(self, buf) -> None: ... method jpeg (line 87) | def jpeg(self, buf) -> None: ... method feed_wdt (line 88) | def feed_wdt(self) -> None: ... method reset (line 89) | def reset(self) -> None: ... FILE: stubs/micropython-v1_10-frozen/stm32/GENERIC/onewire.py class OneWireError (line 8) | class OneWireError(Exception): class OneWire (line 12) | class OneWire: method __init__ (line 17) | def __init__(self, pin): method reset (line 21) | def reset(self, required=False): method readbit (line 27) | def readbit(self): method readbyte (line 30) | def readbyte(self): method readinto (line 33) | def readinto(self, buf): method writebit (line 37) | def writebit(self, value): method writebyte (line 40) | def writebyte(self, value): method write (line 43) | def write(self, buf): method select_rom (line 47) | def select_rom(self, rom): method scan (line 52) | def scan(self): method _search_rom (line 64) | def _search_rom(self, l_rom, diff): method crc8 (line 92) | def crc8(self, data): FILE: stubs/micropython-v1_10-frozen/stm32/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_10-frozen/unix/GENERIC/upip.py class NotFoundError (line 27) | class NotFoundError(Exception): function op_split (line 31) | def op_split(path): function op_basename (line 43) | def op_basename(path): function _makedirs (line 48) | def _makedirs(name, mode=0o777): function save_file (line 68) | def save_file(fname, subf): function install_tar (line 78) | def install_tar(f, prefix): function expandhome (line 110) | def expandhome(s): function url_open (line 123) | def url_open(url): function get_pkg_metadata (line 169) | def get_pkg_metadata(name): function fatal (line 177) | def fatal(msg, exc=None): function install_pkg (line 184) | def install_pkg(pkg_spec, install_path): function install (line 208) | def install(to_install, install_path=None): function get_install_path (line 243) | def get_install_path(): function cleanup (line 252) | def cleanup(): function help (line 260) | def help(): function main (line 281) | def main(): FILE: stubs/micropython-v1_10-frozen/unix/GENERIC/upip.pyi class NotFoundError (line 9) | class NotFoundError(Exception): ... function op_split (line 11) | def op_split(path): ... function op_basename (line 12) | def op_basename(path): ... function _makedirs (line 13) | def _makedirs(name, mode: int = ...): ... function save_file (line 14) | def save_file(fname, subf) -> None: ... function install_tar (line 15) | def install_tar(f, prefix): ... function expandhome (line 16) | def expandhome(s): ... function url_open (line 20) | def url_open(url): ... function get_pkg_metadata (line 21) | def get_pkg_metadata(name): ... function fatal (line 22) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 23) | def install_pkg(pkg_spec, install_path): ... function install (line 24) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 25) | def get_install_path(): ... function cleanup (line 26) | def cleanup() -> None: ... function help (line 27) | def help() -> None: ... function main (line 28) | def main() -> None: ... FILE: stubs/micropython-v1_10-frozen/unix/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_10-frozen/unix/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_10-pyboard/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/_thread.py class LockType (line 9) | class LockType: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 16) | def acquire(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: method release (line 22) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 30) | def exit(*args, **kwargs) -> Any: function get_ident (line 34) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 38) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 42) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/_thread.pyi class LockType (line 3) | class LockType: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 5) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 9) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 10) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 11) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 12) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function hexlify (line 17) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 21) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function hexlify (line 5) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 6) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 71) | class NotImplementedError(Exception): class OSError (line 75) | class OSError(Exception): class OverflowError (line 79) | class OverflowError(Exception): class RuntimeError (line 83) | class RuntimeError(Exception): class StopAsyncIteration (line 87) | class StopAsyncIteration: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: class StopIteration (line 95) | class StopIteration(Exception): class SyntaxError (line 99) | class SyntaxError(Exception): class SystemExit (line 103) | class SystemExit(Exception): class TypeError (line 107) | class TypeError(Exception): class UnicodeError (line 111) | class UnicodeError(Exception): class ValueError (line 115) | class ValueError(Exception): class ViperTypeError (line 119) | class ViperTypeError(Exception): class ZeroDivisionError (line 123) | class ZeroDivisionError(Exception): function abs (line 127) | def abs(*args, **kwargs) -> Any: function all (line 131) | def all(*args, **kwargs) -> Any: function any (line 135) | def any(*args, **kwargs) -> Any: function bin (line 139) | def bin(*args, **kwargs) -> Any: class bool (line 143) | class bool: method __init__ (line 146) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 151) | class bytearray: method __init__ (line 154) | def __init__(self, *argv, **kwargs) -> None: method append (line 158) | def append(self, *args, **kwargs) -> Any: method extend (line 161) | def extend(self, *args, **kwargs) -> Any: class bytes (line 165) | class bytes: method __init__ (line 168) | def __init__(self, *argv, **kwargs) -> None: method center (line 172) | def center(self, *args, **kwargs) -> Any: method count (line 175) | def count(self, *args, **kwargs) -> Any: method decode (line 178) | def decode(self, *args, **kwargs) -> Any: method endswith (line 181) | def endswith(self, *args, **kwargs) -> Any: method find (line 184) | def find(self, *args, **kwargs) -> Any: method format (line 187) | def format(self, *args, **kwargs) -> Any: method index (line 190) | def index(self, *args, **kwargs) -> Any: method isalpha (line 193) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 196) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 199) | def islower(self, *args, **kwargs) -> Any: method isspace (line 202) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 205) | def isupper(self, *args, **kwargs) -> Any: method join (line 208) | def join(self, *args, **kwargs) -> Any: method lower (line 211) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 214) | def lstrip(self, *args, **kwargs) -> Any: method partition (line 217) | def partition(self, *args, **kwargs) -> Any: method replace (line 220) | def replace(self, *args, **kwargs) -> Any: method rfind (line 223) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 226) | def rindex(self, *args, **kwargs) -> Any: method rpartition (line 229) | def rpartition(self, *args, **kwargs) -> Any: method rsplit (line 232) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 235) | def rstrip(self, *args, **kwargs) -> Any: method split (line 238) | def split(self, *args, **kwargs) -> Any: method splitlines (line 241) | def splitlines(self, *args, **kwargs) -> Any: method startswith (line 244) | def startswith(self, *args, **kwargs) -> Any: method strip (line 247) | def strip(self, *args, **kwargs) -> Any: method upper (line 250) | def upper(self, *args, **kwargs) -> Any: function callable (line 254) | def callable(*args, **kwargs) -> Any: function chr (line 258) | def chr(*args, **kwargs) -> Any: function compile (line 262) | def compile(*args, **kwargs) -> Any: class complex (line 266) | class complex: method __init__ (line 269) | def __init__(self, *argv, **kwargs) -> None: function delattr (line 274) | def delattr(*args, **kwargs) -> Any: class dict (line 278) | class dict: method __init__ (line 281) | def __init__(self, *argv, **kwargs) -> None: method clear (line 285) | def clear(self, *args, **kwargs) -> Any: method copy (line 288) | def copy(self, *args, **kwargs) -> Any: method fromkeys (line 292) | def fromkeys(cls, *args, **kwargs) -> Any: method get (line 295) | def get(self, *args, **kwargs) -> Any: method items (line 298) | def items(self, *args, **kwargs) -> Any: method keys (line 301) | def keys(self, *args, **kwargs) -> Any: method pop (line 304) | def pop(self, *args, **kwargs) -> Any: method popitem (line 307) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 310) | def setdefault(self, *args, **kwargs) -> Any: method update (line 313) | def update(self, *args, **kwargs) -> Any: method values (line 316) | def values(self, *args, **kwargs) -> Any: function dir (line 320) | def dir(*args, **kwargs) -> Any: function divmod (line 324) | def divmod(*args, **kwargs) -> Any: class enumerate (line 328) | class enumerate: method __init__ (line 331) | def __init__(self, *argv, **kwargs) -> None: function eval (line 336) | def eval(*args, **kwargs) -> Any: function exec (line 340) | def exec(*args, **kwargs) -> Any: function execfile (line 344) | def execfile(*args, **kwargs) -> Any: class filter (line 348) | class filter: method __init__ (line 351) | def __init__(self, *argv, **kwargs) -> None: class float (line 356) | class float: method __init__ (line 359) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 364) | class frozenset: method __init__ (line 367) | def __init__(self, *argv, **kwargs) -> None: method copy (line 371) | def copy(self, *args, **kwargs) -> Any: method difference (line 374) | def difference(self, *args, **kwargs) -> Any: method intersection (line 377) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 380) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 383) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 386) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 389) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 392) | def union(self, *args, **kwargs) -> Any: function getattr (line 396) | def getattr(*args, **kwargs) -> Any: function globals (line 400) | def globals(*args, **kwargs) -> Any: function hasattr (line 404) | def hasattr(*args, **kwargs) -> Any: function hash (line 408) | def hash(*args, **kwargs) -> Any: function help (line 412) | def help(*args, **kwargs) -> Any: function hex (line 416) | def hex(*args, **kwargs) -> Any: function id (line 420) | def id(*args, **kwargs) -> Any: function input (line 424) | def input(*args, **kwargs) -> Any: class int (line 428) | class int: method __init__ (line 431) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 436) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 439) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 443) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 447) | def issubclass(*args, **kwargs) -> Any: function iter (line 451) | def iter(*args, **kwargs) -> Any: function len (line 455) | def len(*args, **kwargs) -> Any: class list (line 459) | class list: method __init__ (line 462) | def __init__(self, *argv, **kwargs) -> None: method append (line 466) | def append(self, *args, **kwargs) -> Any: method clear (line 469) | def clear(self, *args, **kwargs) -> Any: method copy (line 472) | def copy(self, *args, **kwargs) -> Any: method count (line 475) | def count(self, *args, **kwargs) -> Any: method extend (line 478) | def extend(self, *args, **kwargs) -> Any: method index (line 481) | def index(self, *args, **kwargs) -> Any: method insert (line 484) | def insert(self, *args, **kwargs) -> Any: method pop (line 487) | def pop(self, *args, **kwargs) -> Any: method remove (line 490) | def remove(self, *args, **kwargs) -> Any: method reverse (line 493) | def reverse(self, *args, **kwargs) -> Any: method sort (line 496) | def sort(self, *args, **kwargs) -> Any: function locals (line 500) | def locals(*args, **kwargs) -> Any: class map (line 504) | class map: method __init__ (line 507) | def __init__(self, *argv, **kwargs) -> None: function max (line 512) | def max(*args, **kwargs) -> Any: class memoryview (line 516) | class memoryview: method __init__ (line 519) | def __init__(self, *argv, **kwargs) -> None: function min (line 524) | def min(*args, **kwargs) -> Any: function next (line 528) | def next(*args, **kwargs) -> Any: class object (line 532) | class object: method __init__ (line 535) | def __init__(self, *argv, **kwargs) -> None: function oct (line 540) | def oct(*args, **kwargs) -> Any: function open (line 544) | def open(*args, **kwargs) -> Any: function ord (line 548) | def ord(*args, **kwargs) -> Any: function pow (line 552) | def pow(*args, **kwargs) -> Any: function print (line 556) | def print(*args, **kwargs) -> Any: class property (line 560) | class property: method __init__ (line 563) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 567) | def deleter(self, *args, **kwargs) -> Any: method getter (line 570) | def getter(self, *args, **kwargs) -> Any: method setter (line 573) | def setter(self, *args, **kwargs) -> Any: class range (line 577) | class range: method __init__ (line 580) | def __init__(self, *argv, **kwargs) -> None: function repr (line 585) | def repr(*args, **kwargs) -> Any: class reversed (line 589) | class reversed: method __init__ (line 592) | def __init__(self, *argv, **kwargs) -> None: function round (line 597) | def round(*args, **kwargs) -> Any: class set (line 601) | class set: method __init__ (line 604) | def __init__(self, *argv, **kwargs) -> None: method add (line 608) | def add(self, *args, **kwargs) -> Any: method clear (line 611) | def clear(self, *args, **kwargs) -> Any: method copy (line 614) | def copy(self, *args, **kwargs) -> Any: method difference (line 617) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 620) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 623) | def discard(self, *args, **kwargs) -> Any: method intersection (line 626) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 629) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 632) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 635) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 638) | def issuperset(self, *args, **kwargs) -> Any: method pop (line 641) | def pop(self, *args, **kwargs) -> Any: method remove (line 644) | def remove(self, *args, **kwargs) -> Any: method symmetric_difference (line 647) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 650) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 653) | def union(self, *args, **kwargs) -> Any: method update (line 656) | def update(self, *args, **kwargs) -> Any: function setattr (line 660) | def setattr(*args, **kwargs) -> Any: class slice (line 664) | class slice: method __init__ (line 667) | def __init__(self, *argv, **kwargs) -> None: function sorted (line 672) | def sorted(*args, **kwargs) -> Any: class str (line 676) | class str: method __init__ (line 679) | def __init__(self, *argv, **kwargs) -> None: method center (line 683) | def center(self, *args, **kwargs) -> Any: method count (line 686) | def count(self, *args, **kwargs) -> Any: method encode (line 689) | def encode(self, *args, **kwargs) -> Any: method endswith (line 692) | def endswith(self, *args, **kwargs) -> Any: method find (line 695) | def find(self, *args, **kwargs) -> Any: method format (line 698) | def format(self, *args, **kwargs) -> Any: method index (line 701) | def index(self, *args, **kwargs) -> Any: method isalpha (line 704) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 707) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 710) | def islower(self, *args, **kwargs) -> Any: method isspace (line 713) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 716) | def isupper(self, *args, **kwargs) -> Any: method join (line 719) | def join(self, *args, **kwargs) -> Any: method lower (line 722) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 725) | def lstrip(self, *args, **kwargs) -> Any: method partition (line 728) | def partition(self, *args, **kwargs) -> Any: method replace (line 731) | def replace(self, *args, **kwargs) -> Any: method rfind (line 734) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 737) | def rindex(self, *args, **kwargs) -> Any: method rpartition (line 740) | def rpartition(self, *args, **kwargs) -> Any: method rsplit (line 743) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 746) | def rstrip(self, *args, **kwargs) -> Any: method split (line 749) | def split(self, *args, **kwargs) -> Any: method splitlines (line 752) | def splitlines(self, *args, **kwargs) -> Any: method startswith (line 755) | def startswith(self, *args, **kwargs) -> Any: method strip (line 758) | def strip(self, *args, **kwargs) -> Any: method upper (line 761) | def upper(self, *args, **kwargs) -> Any: function sum (line 765) | def sum(*args, **kwargs) -> Any: class super (line 769) | class super: method __init__ (line 772) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 777) | class tuple: method __init__ (line 780) | def __init__(self, *argv, **kwargs) -> None: method count (line 784) | def count(self, *args, **kwargs) -> Any: method index (line 787) | def index(self, *args, **kwargs) -> Any: class type (line 791) | class type: method __init__ (line 794) | def __init__(self, *argv, **kwargs) -> None: class zip (line 799) | class zip: method __init__ (line 802) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_10-pyboard/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 24) | class NotImplementedError(Exception): ... class OSError (line 25) | class OSError(Exception): ... class OverflowError (line 26) | class OverflowError(Exception): ... class RuntimeError (line 27) | class RuntimeError(Exception): ... class StopAsyncIteration (line 29) | class StopAsyncIteration: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StopIteration (line 32) | class StopIteration(Exception): ... class SyntaxError (line 33) | class SyntaxError(Exception): ... class SystemExit (line 34) | class SystemExit(Exception): ... class TypeError (line 35) | class TypeError(Exception): ... class UnicodeError (line 36) | class UnicodeError(Exception): ... class ValueError (line 37) | class ValueError(Exception): ... class ViperTypeError (line 38) | class ViperTypeError(Exception): ... class ZeroDivisionError (line 39) | class ZeroDivisionError(Exception): ... function abs (line 41) | def abs(*args, **kwargs) -> Any: ... function all (line 42) | def all(*args, **kwargs) -> Any: ... function any (line 43) | def any(*args, **kwargs) -> Any: ... function bin (line 44) | def bin(*args, **kwargs) -> Any: ... class bool (line 46) | class bool: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 49) | class bytearray: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 51) | def append(self, *args, **kwargs) -> Any: ... method extend (line 52) | def extend(self, *args, **kwargs) -> Any: ... class bytes (line 54) | class bytes: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... method center (line 56) | def center(self, *args, **kwargs) -> Any: ... method count (line 57) | def count(self, *args, **kwargs) -> Any: ... method decode (line 58) | def decode(self, *args, **kwargs) -> Any: ... method endswith (line 59) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 60) | def find(self, *args, **kwargs) -> Any: ... method format (line 61) | def format(self, *args, **kwargs) -> Any: ... method index (line 62) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 63) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 64) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 65) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 66) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 67) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 68) | def join(self, *args, **kwargs) -> Any: ... method lower (line 69) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 70) | def lstrip(self, *args, **kwargs) -> Any: ... method partition (line 71) | def partition(self, *args, **kwargs) -> Any: ... method replace (line 72) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 73) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 74) | def rindex(self, *args, **kwargs) -> Any: ... method rpartition (line 75) | def rpartition(self, *args, **kwargs) -> Any: ... method rsplit (line 76) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 77) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 78) | def split(self, *args, **kwargs) -> Any: ... method splitlines (line 79) | def splitlines(self, *args, **kwargs) -> Any: ... method startswith (line 80) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 81) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 82) | def upper(self, *args, **kwargs) -> Any: ... function callable (line 84) | def callable(*args, **kwargs) -> Any: ... function chr (line 85) | def chr(*args, **kwargs) -> Any: ... function compile (line 86) | def compile(*args, **kwargs) -> Any: ... class complex (line 88) | class complex: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... function delattr (line 91) | def delattr(*args, **kwargs) -> Any: ... class dict (line 93) | class dict: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 95) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 96) | def copy(self, *args, **kwargs) -> Any: ... method fromkeys (line 98) | def fromkeys(cls, *args, **kwargs) -> Any: ... method get (line 99) | def get(self, *args, **kwargs) -> Any: ... method items (line 100) | def items(self, *args, **kwargs) -> Any: ... method keys (line 101) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 102) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 103) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 104) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 105) | def update(self, *args, **kwargs) -> Any: ... method values (line 106) | def values(self, *args, **kwargs) -> Any: ... function dir (line 108) | def dir(*args, **kwargs) -> Any: ... function divmod (line 109) | def divmod(*args, **kwargs) -> Any: ... class enumerate (line 111) | class enumerate: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: ... function eval (line 114) | def eval(*args, **kwargs) -> Any: ... function exec (line 115) | def exec(*args, **kwargs) -> Any: ... function execfile (line 116) | def execfile(*args, **kwargs) -> Any: ... class filter (line 118) | class filter: method __init__ (line 119) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 121) | class float: method __init__ (line 122) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 124) | class frozenset: method __init__ (line 125) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 126) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 127) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 128) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 129) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 130) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 131) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 132) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 133) | def union(self, *args, **kwargs) -> Any: ... function getattr (line 135) | def getattr(*args, **kwargs) -> Any: ... function globals (line 136) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 137) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 138) | def hash(*args, **kwargs) -> Any: ... function help (line 139) | def help(*args, **kwargs) -> Any: ... function hex (line 140) | def hex(*args, **kwargs) -> Any: ... function id (line 141) | def id(*args, **kwargs) -> Any: ... function input (line 142) | def input(*args, **kwargs) -> Any: ... class int (line 144) | class int: method __init__ (line 145) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 147) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 148) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 150) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 151) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 152) | def iter(*args, **kwargs) -> Any: ... function len (line 153) | def len(*args, **kwargs) -> Any: ... class list (line 155) | class list: method __init__ (line 156) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 157) | def append(self, *args, **kwargs) -> Any: ... method clear (line 158) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 159) | def copy(self, *args, **kwargs) -> Any: ... method count (line 160) | def count(self, *args, **kwargs) -> Any: ... method extend (line 161) | def extend(self, *args, **kwargs) -> Any: ... method index (line 162) | def index(self, *args, **kwargs) -> Any: ... method insert (line 163) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 164) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 165) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 166) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 167) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 169) | def locals(*args, **kwargs) -> Any: ... class map (line 171) | class map: method __init__ (line 172) | def __init__(self, *argv, **kwargs) -> None: ... function max (line 174) | def max(*args, **kwargs) -> Any: ... class memoryview (line 176) | class memoryview: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 179) | def min(*args, **kwargs) -> Any: ... function next (line 180) | def next(*args, **kwargs) -> Any: ... class object (line 182) | class object: method __init__ (line 183) | def __init__(self, *argv, **kwargs) -> None: ... function oct (line 185) | def oct(*args, **kwargs) -> Any: ... function open (line 186) | def open(*args, **kwargs) -> Any: ... function ord (line 187) | def ord(*args, **kwargs) -> Any: ... function pow (line 188) | def pow(*args, **kwargs) -> Any: ... function print (line 189) | def print(*args, **kwargs) -> Any: ... class property (line 191) | class property: method __init__ (line 192) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 193) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 194) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 195) | def setter(self, *args, **kwargs) -> Any: ... class range (line 197) | class range: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 200) | def repr(*args, **kwargs) -> Any: ... class reversed (line 202) | class reversed: method __init__ (line 203) | def __init__(self, *argv, **kwargs) -> None: ... function round (line 205) | def round(*args, **kwargs) -> Any: ... class set (line 207) | class set: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method add (line 209) | def add(self, *args, **kwargs) -> Any: ... method clear (line 210) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 211) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 212) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 213) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 214) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 215) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 216) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 217) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 218) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 219) | def issuperset(self, *args, **kwargs) -> Any: ... method pop (line 220) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 221) | def remove(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 222) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 223) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 224) | def union(self, *args, **kwargs) -> Any: ... method update (line 225) | def update(self, *args, **kwargs) -> Any: ... function setattr (line 227) | def setattr(*args, **kwargs) -> Any: ... class slice (line 229) | class slice: method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... function sorted (line 232) | def sorted(*args, **kwargs) -> Any: ... class str (line 234) | class str: method __init__ (line 235) | def __init__(self, *argv, **kwargs) -> None: ... method center (line 236) | def center(self, *args, **kwargs) -> Any: ... method count (line 237) | def count(self, *args, **kwargs) -> Any: ... method encode (line 238) | def encode(self, *args, **kwargs) -> Any: ... method endswith (line 239) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 240) | def find(self, *args, **kwargs) -> Any: ... method format (line 241) | def format(self, *args, **kwargs) -> Any: ... method index (line 242) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 243) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 244) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 245) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 246) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 247) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 248) | def join(self, *args, **kwargs) -> Any: ... method lower (line 249) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 250) | def lstrip(self, *args, **kwargs) -> Any: ... method partition (line 251) | def partition(self, *args, **kwargs) -> Any: ... method replace (line 252) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 253) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 254) | def rindex(self, *args, **kwargs) -> Any: ... method rpartition (line 255) | def rpartition(self, *args, **kwargs) -> Any: ... method rsplit (line 256) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 257) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 258) | def split(self, *args, **kwargs) -> Any: ... method splitlines (line 259) | def splitlines(self, *args, **kwargs) -> Any: ... method startswith (line 260) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 261) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 262) | def upper(self, *args, **kwargs) -> Any: ... function sum (line 264) | def sum(*args, **kwargs) -> Any: ... class super (line 266) | class super: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 269) | class tuple: method __init__ (line 270) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 271) | def count(self, *args, **kwargs) -> Any: ... method index (line 272) | def index(self, *args, **kwargs) -> Any: ... class type (line 274) | class type: method __init__ (line 275) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 277) | class zip: method __init__ (line 278) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_10-pyboard/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method fromkeys (line 23) | def fromkeys(cls, *args, **kwargs) -> Any: method get (line 26) | def get(self, *args, **kwargs) -> Any: method items (line 29) | def items(self, *args, **kwargs) -> Any: method keys (line 32) | def keys(self, *args, **kwargs) -> Any: method pop (line 35) | def pop(self, *args, **kwargs) -> Any: method popitem (line 38) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 41) | def setdefault(self, *args, **kwargs) -> Any: method update (line 44) | def update(self, *args, **kwargs) -> Any: method values (line 47) | def values(self, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method fromkeys (line 8) | def fromkeys(cls, *args, **kwargs) -> Any: ... method get (line 9) | def get(self, *args, **kwargs) -> Any: ... method items (line 10) | def items(self, *args, **kwargs) -> Any: ... method keys (line 11) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 12) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 13) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 14) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 15) | def update(self, *args, **kwargs) -> Any: ... method values (line 16) | def values(self, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/hashlib.py class sha256 (line 9) | class sha256: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method digest (line 16) | def digest(self, *args, **kwargs) -> Any: method update (line 19) | def update(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/hashlib.pyi class sha256 (line 3) | class sha256: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method digest (line 5) | def digest(self, *args, **kwargs) -> Any: ... method update (line 6) | def update(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/io.py class BytesIO (line 9) | class BytesIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method flush (line 19) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 22) | def getvalue(self, *args, **kwargs) -> Any: method read (line 25) | def read(self, *args, **kwargs) -> Any: method readinto (line 28) | def readinto(self, *args, **kwargs) -> Any: method readline (line 31) | def readline(self, *args, **kwargs) -> Any: method seek (line 34) | def seek(self, *args, **kwargs) -> Any: method write (line 37) | def write(self, *args, **kwargs) -> Any: class FileIO (line 41) | class FileIO: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method close (line 48) | def close(self, *args, **kwargs) -> Any: method flush (line 51) | def flush(self, *args, **kwargs) -> Any: method read (line 54) | def read(self, *args, **kwargs) -> Any: method readinto (line 57) | def readinto(self, *args, **kwargs) -> Any: method readline (line 60) | def readline(self, *args, **kwargs) -> Any: method readlines (line 63) | def readlines(self, *args, **kwargs) -> Any: method seek (line 66) | def seek(self, *args, **kwargs) -> Any: method tell (line 69) | def tell(self, *args, **kwargs) -> Any: method write (line 72) | def write(self, *args, **kwargs) -> Any: class IOBase (line 76) | class IOBase: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 84) | class StringIO: method __init__ (line 87) | def __init__(self, *argv, **kwargs) -> None: method close (line 91) | def close(self, *args, **kwargs) -> Any: method flush (line 94) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Any: method read (line 100) | def read(self, *args, **kwargs) -> Any: method readinto (line 103) | def readinto(self, *args, **kwargs) -> Any: method readline (line 106) | def readline(self, *args, **kwargs) -> Any: method seek (line 109) | def seek(self, *args, **kwargs) -> Any: method write (line 112) | def write(self, *args, **kwargs) -> Any: class TextIOWrapper (line 116) | class TextIOWrapper: method __init__ (line 119) | def __init__(self, *argv, **kwargs) -> None: method close (line 123) | def close(self, *args, **kwargs) -> Any: method flush (line 126) | def flush(self, *args, **kwargs) -> Any: method read (line 129) | def read(self, *args, **kwargs) -> Any: method readinto (line 132) | def readinto(self, *args, **kwargs) -> Any: method readline (line 135) | def readline(self, *args, **kwargs) -> Any: method readlines (line 138) | def readlines(self, *args, **kwargs) -> Any: method seek (line 141) | def seek(self, *args, **kwargs) -> Any: method tell (line 144) | def tell(self, *args, **kwargs) -> Any: method write (line 147) | def write(self, *args, **kwargs) -> Any: function open (line 151) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/io.pyi class BytesIO (line 3) | class BytesIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method flush (line 6) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 7) | def getvalue(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method seek (line 11) | def seek(self, *args, **kwargs) -> Any: ... method write (line 12) | def write(self, *args, **kwargs) -> Any: ... class FileIO (line 14) | class FileIO: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 16) | def close(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method read (line 18) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 20) | def readline(self, *args, **kwargs) -> Any: ... method readlines (line 21) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 22) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 23) | def tell(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... class IOBase (line 26) | class IOBase: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 29) | class StringIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 31) | def close(self, *args, **kwargs) -> Any: ... method flush (line 32) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 33) | def getvalue(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method seek (line 37) | def seek(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 40) | class TextIOWrapper: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 42) | def close(self, *args, **kwargs) -> Any: ... method flush (line 43) | def flush(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 45) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 46) | def readline(self, *args, **kwargs) -> Any: ... method readlines (line 47) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 48) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 49) | def tell(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... function open (line 52) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/lcd160cr.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function const (line 13) | def const(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Any: class LCD160CR (line 34) | class LCD160CR: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: method line (line 41) | def line(self, *args, **kwargs) -> Any: method rect (line 44) | def rect(self, *args, **kwargs) -> Any: method reset (line 47) | def reset(self, *args, **kwargs) -> Any: method write (line 50) | def write(self, *args, **kwargs) -> Any: method oflush (line 53) | def oflush(self, *args, **kwargs) -> Any: method iflush (line 56) | def iflush(self, *args, **kwargs) -> Any: method rgb (line 59) | def rgb(self, *args, **kwargs) -> Any: method clip_line (line 62) | def clip_line(self, *args, **kwargs) -> Any: method set_power (line 65) | def set_power(self, *args, **kwargs) -> Any: method set_orient (line 68) | def set_orient(self, *args, **kwargs) -> Any: method set_brightness (line 71) | def set_brightness(self, *args, **kwargs) -> Any: method set_i2c_addr (line 74) | def set_i2c_addr(self, *args, **kwargs) -> Any: method set_uart_baudrate (line 77) | def set_uart_baudrate(self, *args, **kwargs) -> Any: method set_startup_deco (line 80) | def set_startup_deco(self, *args, **kwargs) -> Any: method save_to_flash (line 83) | def save_to_flash(self, *args, **kwargs) -> Any: method set_pixel (line 86) | def set_pixel(self, *args, **kwargs) -> Any: method get_pixel (line 89) | def get_pixel(self, *args, **kwargs) -> Any: method get_line (line 92) | def get_line(self, *args, **kwargs) -> Any: method screen_dump (line 95) | def screen_dump(self, *args, **kwargs) -> Any: method screen_load (line 98) | def screen_load(self, *args, **kwargs) -> Any: method set_pos (line 101) | def set_pos(self, *args, **kwargs) -> Any: method set_text_color (line 104) | def set_text_color(self, *args, **kwargs) -> Any: method set_font (line 107) | def set_font(self, *args, **kwargs) -> Any: method set_pen (line 110) | def set_pen(self, *args, **kwargs) -> Any: method erase (line 113) | def erase(self, *args, **kwargs) -> Any: method dot (line 116) | def dot(self, *args, **kwargs) -> Any: method rect_outline (line 119) | def rect_outline(self, *args, **kwargs) -> Any: method rect_interior (line 122) | def rect_interior(self, *args, **kwargs) -> Any: method dot_no_clip (line 125) | def dot_no_clip(self, *args, **kwargs) -> Any: method rect_no_clip (line 128) | def rect_no_clip(self, *args, **kwargs) -> Any: method rect_outline_no_clip (line 131) | def rect_outline_no_clip(self, *args, **kwargs) -> Any: method rect_interior_no_clip (line 134) | def rect_interior_no_clip(self, *args, **kwargs) -> Any: method line_no_clip (line 137) | def line_no_clip(self, *args, **kwargs) -> Any: method poly_dot (line 140) | def poly_dot(self, *args, **kwargs) -> Any: method poly_line (line 143) | def poly_line(self, *args, **kwargs) -> Any: method touch_config (line 146) | def touch_config(self, *args, **kwargs) -> Any: method is_touched (line 149) | def is_touched(self, *args, **kwargs) -> Any: method get_touch (line 152) | def get_touch(self, *args, **kwargs) -> Any: method set_spi_win (line 155) | def set_spi_win(self, *args, **kwargs) -> Any: method fast_spi (line 158) | def fast_spi(self, *args, **kwargs) -> Any: method show_framebuf (line 161) | def show_framebuf(self, *args, **kwargs) -> Any: method set_scroll (line 164) | def set_scroll(self, *args, **kwargs) -> Any: method set_scroll_win (line 167) | def set_scroll_win(self, *args, **kwargs) -> Any: method set_scroll_win_param (line 170) | def set_scroll_win_param(self, *args, **kwargs) -> Any: method set_scroll_buf (line 173) | def set_scroll_buf(self, *args, **kwargs) -> Any: method jpeg_start (line 176) | def jpeg_start(self, *args, **kwargs) -> Any: method jpeg_data (line 179) | def jpeg_data(self, *args, **kwargs) -> Any: method jpeg (line 182) | def jpeg(self, *args, **kwargs) -> Any: method feed_wdt (line 185) | def feed_wdt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/lcd160cr.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function const (line 4) | def const(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args, **kwargs) -> Any: ... class LCD160CR (line 16) | class LCD160CR: method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... method line (line 18) | def line(self, *args, **kwargs) -> Any: ... method rect (line 19) | def rect(self, *args, **kwargs) -> Any: ... method reset (line 20) | def reset(self, *args, **kwargs) -> Any: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method oflush (line 22) | def oflush(self, *args, **kwargs) -> Any: ... method iflush (line 23) | def iflush(self, *args, **kwargs) -> Any: ... method rgb (line 24) | def rgb(self, *args, **kwargs) -> Any: ... method clip_line (line 25) | def clip_line(self, *args, **kwargs) -> Any: ... method set_power (line 26) | def set_power(self, *args, **kwargs) -> Any: ... method set_orient (line 27) | def set_orient(self, *args, **kwargs) -> Any: ... method set_brightness (line 28) | def set_brightness(self, *args, **kwargs) -> Any: ... method set_i2c_addr (line 29) | def set_i2c_addr(self, *args, **kwargs) -> Any: ... method set_uart_baudrate (line 30) | def set_uart_baudrate(self, *args, **kwargs) -> Any: ... method set_startup_deco (line 31) | def set_startup_deco(self, *args, **kwargs) -> Any: ... method save_to_flash (line 32) | def save_to_flash(self, *args, **kwargs) -> Any: ... method set_pixel (line 33) | def set_pixel(self, *args, **kwargs) -> Any: ... method get_pixel (line 34) | def get_pixel(self, *args, **kwargs) -> Any: ... method get_line (line 35) | def get_line(self, *args, **kwargs) -> Any: ... method screen_dump (line 36) | def screen_dump(self, *args, **kwargs) -> Any: ... method screen_load (line 37) | def screen_load(self, *args, **kwargs) -> Any: ... method set_pos (line 38) | def set_pos(self, *args, **kwargs) -> Any: ... method set_text_color (line 39) | def set_text_color(self, *args, **kwargs) -> Any: ... method set_font (line 40) | def set_font(self, *args, **kwargs) -> Any: ... method set_pen (line 41) | def set_pen(self, *args, **kwargs) -> Any: ... method erase (line 42) | def erase(self, *args, **kwargs) -> Any: ... method dot (line 43) | def dot(self, *args, **kwargs) -> Any: ... method rect_outline (line 44) | def rect_outline(self, *args, **kwargs) -> Any: ... method rect_interior (line 45) | def rect_interior(self, *args, **kwargs) -> Any: ... method dot_no_clip (line 46) | def dot_no_clip(self, *args, **kwargs) -> Any: ... method rect_no_clip (line 47) | def rect_no_clip(self, *args, **kwargs) -> Any: ... method rect_outline_no_clip (line 48) | def rect_outline_no_clip(self, *args, **kwargs) -> Any: ... method rect_interior_no_clip (line 49) | def rect_interior_no_clip(self, *args, **kwargs) -> Any: ... method line_no_clip (line 50) | def line_no_clip(self, *args, **kwargs) -> Any: ... method poly_dot (line 51) | def poly_dot(self, *args, **kwargs) -> Any: ... method poly_line (line 52) | def poly_line(self, *args, **kwargs) -> Any: ... method touch_config (line 53) | def touch_config(self, *args, **kwargs) -> Any: ... method is_touched (line 54) | def is_touched(self, *args, **kwargs) -> Any: ... method get_touch (line 55) | def get_touch(self, *args, **kwargs) -> Any: ... method set_spi_win (line 56) | def set_spi_win(self, *args, **kwargs) -> Any: ... method fast_spi (line 57) | def fast_spi(self, *args, **kwargs) -> Any: ... method show_framebuf (line 58) | def show_framebuf(self, *args, **kwargs) -> Any: ... method set_scroll (line 59) | def set_scroll(self, *args, **kwargs) -> Any: ... method set_scroll_win (line 60) | def set_scroll_win(self, *args, **kwargs) -> Any: ... method set_scroll_win_param (line 61) | def set_scroll_win_param(self, *args, **kwargs) -> Any: ... method set_scroll_buf (line 62) | def set_scroll_buf(self, *args, **kwargs) -> Any: ... method jpeg_start (line 63) | def jpeg_start(self, *args, **kwargs) -> Any: ... method jpeg_data (line 64) | def jpeg_data(self, *args, **kwargs) -> Any: ... method jpeg (line 65) | def jpeg(self, *args, **kwargs) -> Any: ... method feed_wdt (line 66) | def feed_wdt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/machine.py class I2C (line 12) | class I2C: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method init (line 19) | def init(self, *args, **kwargs) -> Any: method readfrom (line 22) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 25) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 28) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 31) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readinto (line 34) | def readinto(self, *args, **kwargs) -> Any: method scan (line 37) | def scan(self, *args, **kwargs) -> Any: method start (line 40) | def start(self, *args, **kwargs) -> Any: method stop (line 43) | def stop(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method writeto (line 49) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 52) | def writeto_mem(self, *args, **kwargs) -> Any: class Pin (line 59) | class Pin: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: method af (line 105) | def af(self, *args, **kwargs) -> Any: method af_list (line 108) | def af_list(self, *args, **kwargs) -> Any: class board (line 111) | class board: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 168) | class cpu: method __init__ (line 171) | def __init__(self, *argv, **kwargs) -> None: method debug (line 224) | def debug(cls, *args, **kwargs) -> Any: method dict (line 228) | def dict(cls, *args, **kwargs) -> Any: method gpio (line 231) | def gpio(self, *args, **kwargs) -> Any: method high (line 234) | def high(self, *args, **kwargs) -> Any: method init (line 237) | def init(self, *args, **kwargs) -> Any: method irq (line 240) | def irq(self, *args, **kwargs) -> Any: method low (line 243) | def low(self, *args, **kwargs) -> Any: method mapper (line 247) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 250) | def mode(self, *args, **kwargs) -> Any: method name (line 253) | def name(self, *args, **kwargs) -> Any: method names (line 256) | def names(self, *args, **kwargs) -> Any: method off (line 259) | def off(self, *args, **kwargs) -> Any: method on (line 262) | def on(self, *args, **kwargs) -> Any: method pin (line 265) | def pin(self, *args, **kwargs) -> Any: method port (line 268) | def port(self, *args, **kwargs) -> Any: method pull (line 271) | def pull(self, *args, **kwargs) -> Any: method value (line 274) | def value(self, *args, **kwargs) -> Any: class SPI (line 281) | class SPI: method __init__ (line 284) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 291) | def deinit(self, *args, **kwargs) -> Any: method init (line 294) | def init(self, *args, **kwargs) -> Any: method read (line 297) | def read(self, *args, **kwargs) -> Any: method readinto (line 300) | def readinto(self, *args, **kwargs) -> Any: method write (line 303) | def write(self, *args, **kwargs) -> Any: method write_readinto (line 306) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 310) | class Signal: method __init__ (line 313) | def __init__(self, *argv, **kwargs) -> None: method off (line 317) | def off(self, *args, **kwargs) -> Any: method on (line 320) | def on(self, *args, **kwargs) -> Any: method value (line 323) | def value(self, *args, **kwargs) -> Any: class UART (line 327) | class UART: method __init__ (line 330) | def __init__(self, *argv, **kwargs) -> None: method any (line 338) | def any(self, *args, **kwargs) -> Any: method deinit (line 341) | def deinit(self, *args, **kwargs) -> Any: method init (line 344) | def init(self, *args, **kwargs) -> Any: method irq (line 347) | def irq(self, *args, **kwargs) -> Any: method read (line 350) | def read(self, *args, **kwargs) -> Any: method readchar (line 353) | def readchar(self, *args, **kwargs) -> Any: method readinto (line 356) | def readinto(self, *args, **kwargs) -> Any: method readline (line 359) | def readline(self, *args, **kwargs) -> Any: method sendbreak (line 362) | def sendbreak(self, *args, **kwargs) -> Any: method write (line 365) | def write(self, *args, **kwargs) -> Any: method writechar (line 368) | def writechar(self, *args, **kwargs) -> Any: class WDT (line 372) | class WDT: method __init__ (line 375) | def __init__(self, *argv, **kwargs) -> None: method feed (line 379) | def feed(self, *args, **kwargs) -> Any: function bootloader (line 386) | def bootloader(*args, **kwargs) -> Any: function deepsleep (line 390) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 394) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 398) | def enable_irq(*args, **kwargs) -> Any: function freq (line 402) | def freq(*args, **kwargs) -> Any: function idle (line 406) | def idle(*args, **kwargs) -> Any: function info (line 410) | def info(*args, **kwargs) -> Any: function reset (line 419) | def reset(*args, **kwargs) -> Any: function reset_cause (line 423) | def reset_cause(*args, **kwargs) -> Any: function rng (line 427) | def rng(*args, **kwargs) -> Any: function sleep (line 431) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 435) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 439) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 443) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/machine.pyi class I2C (line 6) | class I2C: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method init (line 8) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 9) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 10) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 11) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 12) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readinto (line 13) | def readinto(self, *args, **kwargs) -> Any: ... method scan (line 14) | def scan(self, *args, **kwargs) -> Any: ... method start (line 15) | def start(self, *args, **kwargs) -> Any: ... method stop (line 16) | def stop(self, *args, **kwargs) -> Any: ... method write (line 17) | def write(self, *args, **kwargs) -> Any: ... method writeto (line 18) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 19) | def writeto_mem(self, *args, **kwargs) -> Any: ... class Pin (line 23) | class Pin: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... method af (line 63) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 64) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 66) | class board: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 118) | class cpu: method __init__ (line 119) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 168) | def debug(cls, *args, **kwargs) -> Any: ... method dict (line 170) | def dict(cls, *args, **kwargs) -> Any: ... method gpio (line 171) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 172) | def high(self, *args, **kwargs) -> Any: ... method init (line 173) | def init(self, *args, **kwargs) -> Any: ... method irq (line 174) | def irq(self, *args, **kwargs) -> Any: ... method low (line 175) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 177) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 178) | def mode(self, *args, **kwargs) -> Any: ... method name (line 179) | def name(self, *args, **kwargs) -> Any: ... method names (line 180) | def names(self, *args, **kwargs) -> Any: ... method off (line 181) | def off(self, *args, **kwargs) -> Any: ... method on (line 182) | def on(self, *args, **kwargs) -> Any: ... method pin (line 183) | def pin(self, *args, **kwargs) -> Any: ... method port (line 184) | def port(self, *args, **kwargs) -> Any: ... method pull (line 185) | def pull(self, *args, **kwargs) -> Any: ... method value (line 186) | def value(self, *args, **kwargs) -> Any: ... class SPI (line 190) | class SPI: method __init__ (line 191) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 194) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 195) | def init(self, *args, **kwargs) -> Any: ... method read (line 196) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 197) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 198) | def write(self, *args, **kwargs) -> Any: ... method write_readinto (line 199) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 201) | class Signal: method __init__ (line 202) | def __init__(self, *argv, **kwargs) -> None: ... method off (line 203) | def off(self, *args, **kwargs) -> Any: ... method on (line 204) | def on(self, *args, **kwargs) -> Any: ... method value (line 205) | def value(self, *args, **kwargs) -> Any: ... class UART (line 207) | class UART: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 212) | def any(self, *args, **kwargs) -> Any: ... method deinit (line 213) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 214) | def init(self, *args, **kwargs) -> Any: ... method irq (line 215) | def irq(self, *args, **kwargs) -> Any: ... method read (line 216) | def read(self, *args, **kwargs) -> Any: ... method readchar (line 217) | def readchar(self, *args, **kwargs) -> Any: ... method readinto (line 218) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 219) | def readline(self, *args, **kwargs) -> Any: ... method sendbreak (line 220) | def sendbreak(self, *args, **kwargs) -> Any: ... method write (line 221) | def write(self, *args, **kwargs) -> Any: ... method writechar (line 222) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 224) | class WDT: method __init__ (line 225) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 226) | def feed(self, *args, **kwargs) -> Any: ... function bootloader (line 230) | def bootloader(*args, **kwargs) -> Any: ... function deepsleep (line 231) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 232) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 233) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 234) | def freq(*args, **kwargs) -> Any: ... function idle (line 235) | def idle(*args, **kwargs) -> Any: ... function info (line 236) | def info(*args, **kwargs) -> Any: ... function reset (line 242) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 243) | def reset_cause(*args, **kwargs) -> Any: ... function rng (line 244) | def rng(*args, **kwargs) -> Any: ... function sleep (line 245) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 246) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 247) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 248) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/math.py function acos (line 9) | def acos(*args, **kwargs) -> Any: function acosh (line 13) | def acosh(*args, **kwargs) -> Any: function asin (line 17) | def asin(*args, **kwargs) -> Any: function asinh (line 21) | def asinh(*args, **kwargs) -> Any: function atan (line 25) | def atan(*args, **kwargs) -> Any: function atan2 (line 29) | def atan2(*args, **kwargs) -> Any: function atanh (line 33) | def atanh(*args, **kwargs) -> Any: function ceil (line 37) | def ceil(*args, **kwargs) -> Any: function copysign (line 41) | def copysign(*args, **kwargs) -> Any: function cos (line 45) | def cos(*args, **kwargs) -> Any: function cosh (line 49) | def cosh(*args, **kwargs) -> Any: function degrees (line 53) | def degrees(*args, **kwargs) -> Any: function erf (line 60) | def erf(*args, **kwargs) -> Any: function erfc (line 64) | def erfc(*args, **kwargs) -> Any: function exp (line 68) | def exp(*args, **kwargs) -> Any: function expm1 (line 72) | def expm1(*args, **kwargs) -> Any: function fabs (line 76) | def fabs(*args, **kwargs) -> Any: function factorial (line 80) | def factorial(*args, **kwargs) -> Any: function floor (line 84) | def floor(*args, **kwargs) -> Any: function fmod (line 88) | def fmod(*args, **kwargs) -> Any: function frexp (line 92) | def frexp(*args, **kwargs) -> Any: function gamma (line 96) | def gamma(*args, **kwargs) -> Any: function isfinite (line 100) | def isfinite(*args, **kwargs) -> Any: function isinf (line 104) | def isinf(*args, **kwargs) -> Any: function isnan (line 108) | def isnan(*args, **kwargs) -> Any: function ldexp (line 112) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 116) | def lgamma(*args, **kwargs) -> Any: function log (line 120) | def log(*args, **kwargs) -> Any: function log10 (line 124) | def log10(*args, **kwargs) -> Any: function log2 (line 128) | def log2(*args, **kwargs) -> Any: function modf (line 132) | def modf(*args, **kwargs) -> Any: function pow (line 139) | def pow(*args, **kwargs) -> Any: function radians (line 143) | def radians(*args, **kwargs) -> Any: function sin (line 147) | def sin(*args, **kwargs) -> Any: function sinh (line 151) | def sinh(*args, **kwargs) -> Any: function sqrt (line 155) | def sqrt(*args, **kwargs) -> Any: function tan (line 159) | def tan(*args, **kwargs) -> Any: function tanh (line 163) | def tanh(*args, **kwargs) -> Any: function trunc (line 167) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/math.pyi function acos (line 3) | def acos(*args, **kwargs) -> Any: ... function acosh (line 4) | def acosh(*args, **kwargs) -> Any: ... function asin (line 5) | def asin(*args, **kwargs) -> Any: ... function asinh (line 6) | def asinh(*args, **kwargs) -> Any: ... function atan (line 7) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 8) | def atan2(*args, **kwargs) -> Any: ... function atanh (line 9) | def atanh(*args, **kwargs) -> Any: ... function ceil (line 10) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 11) | def copysign(*args, **kwargs) -> Any: ... function cos (line 12) | def cos(*args, **kwargs) -> Any: ... function cosh (line 13) | def cosh(*args, **kwargs) -> Any: ... function degrees (line 14) | def degrees(*args, **kwargs) -> Any: ... function erf (line 18) | def erf(*args, **kwargs) -> Any: ... function erfc (line 19) | def erfc(*args, **kwargs) -> Any: ... function exp (line 20) | def exp(*args, **kwargs) -> Any: ... function expm1 (line 21) | def expm1(*args, **kwargs) -> Any: ... function fabs (line 22) | def fabs(*args, **kwargs) -> Any: ... function factorial (line 23) | def factorial(*args, **kwargs) -> Any: ... function floor (line 24) | def floor(*args, **kwargs) -> Any: ... function fmod (line 25) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 26) | def frexp(*args, **kwargs) -> Any: ... function gamma (line 27) | def gamma(*args, **kwargs) -> Any: ... function isfinite (line 28) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 29) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 30) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 31) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 32) | def lgamma(*args, **kwargs) -> Any: ... function log (line 33) | def log(*args, **kwargs) -> Any: ... function log10 (line 34) | def log10(*args, **kwargs) -> Any: ... function log2 (line 35) | def log2(*args, **kwargs) -> Any: ... function modf (line 36) | def modf(*args, **kwargs) -> Any: ... function pow (line 40) | def pow(*args, **kwargs) -> Any: ... function radians (line 41) | def radians(*args, **kwargs) -> Any: ... function sin (line 42) | def sin(*args, **kwargs) -> Any: ... function sinh (line 43) | def sinh(*args, **kwargs) -> Any: ... function sqrt (line 44) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 45) | def tan(*args, **kwargs) -> Any: ... function tanh (line 46) | def tanh(*args, **kwargs) -> Any: ... function trunc (line 47) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/micropython.py function alloc_emergency_exception_buf (line 9) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function const (line 13) | def const(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/micropython.pyi function alloc_emergency_exception_buf (line 3) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function const (line 4) | def const(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/network.py function route (line 9) | def route(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/network.pyi function route (line 3) | def route(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/onewire.py function const (line 9) | def const(*args, **kwargs) -> Any: class OneWireError (line 13) | class OneWireError(Exception): class OneWire (line 17) | class OneWire: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method crc8 (line 24) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 27) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 30) | def readbyte(self, *args, **kwargs) -> Any: method readinto (line 33) | def readinto(self, *args, **kwargs) -> Any: method reset (line 36) | def reset(self, *args, **kwargs) -> Any: method scan (line 39) | def scan(self, *args, **kwargs) -> Any: method write (line 42) | def write(self, *args, **kwargs) -> Any: method writebit (line 45) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 48) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 55) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/onewire.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class OneWireError (line 5) | class OneWireError(Exception): ... class OneWire (line 7) | class OneWire: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method readinto (line 12) | def readinto(self, *args, **kwargs) -> Any: ... method reset (line 13) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 14) | def scan(self, *args, **kwargs) -> Any: ... method write (line 15) | def write(self, *args, **kwargs) -> Any: ... method writebit (line 16) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 17) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 21) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/os.py class VfsFat (line 9) | class VfsFat: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method chdir (line 16) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 19) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 22) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 25) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 28) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 31) | def mount(self, *args, **kwargs) -> Any: method open (line 34) | def open(self, *args, **kwargs) -> Any: method remove (line 37) | def remove(self, *args, **kwargs) -> Any: method rename (line 40) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 43) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 46) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 49) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 52) | def umount(self, *args, **kwargs) -> Any: function chdir (line 56) | def chdir(*args, **kwargs) -> Any: function dupterm (line 60) | def dupterm(*args, **kwargs) -> Any: function getcwd (line 64) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 68) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 72) | def listdir(*args, **kwargs) -> Any: function mkdir (line 76) | def mkdir(*args, **kwargs) -> Any: function mount (line 80) | def mount(*args, **kwargs) -> Any: function remove (line 84) | def remove(*args, **kwargs) -> Any: function rename (line 88) | def rename(*args, **kwargs) -> Any: function rmdir (line 92) | def rmdir(*args, **kwargs) -> Any: function stat (line 99) | def stat(*args, **kwargs) -> Any: function statvfs (line 103) | def statvfs(*args, **kwargs) -> Any: function sync (line 107) | def sync(*args, **kwargs) -> Any: function umount (line 111) | def umount(*args, **kwargs) -> Any: function uname (line 115) | def uname(*args, **kwargs) -> Any: function unlink (line 119) | def unlink(*args, **kwargs) -> Any: function urandom (line 123) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/os.pyi class VfsFat (line 3) | class VfsFat: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method chdir (line 5) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 6) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 7) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 8) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 9) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 10) | def mount(self, *args, **kwargs) -> Any: ... method open (line 11) | def open(self, *args, **kwargs) -> Any: ... method remove (line 12) | def remove(self, *args, **kwargs) -> Any: ... method rename (line 13) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 14) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 15) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 16) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 17) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 19) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 20) | def dupterm(*args, **kwargs) -> Any: ... function getcwd (line 21) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 22) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 23) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 24) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 25) | def mount(*args, **kwargs) -> Any: ... function remove (line 26) | def remove(*args, **kwargs) -> Any: ... function rename (line 27) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 28) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 32) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 33) | def statvfs(*args, **kwargs) -> Any: ... function sync (line 34) | def sync(*args, **kwargs) -> Any: ... function umount (line 35) | def umount(*args, **kwargs) -> Any: ... function uname (line 36) | def uname(*args, **kwargs) -> Any: ... function unlink (line 37) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 38) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/pyb.py class DAC (line 11) | class DAC: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 21) | def deinit(self, *args, **kwargs) -> Any: method init (line 24) | def init(self, *args, **kwargs) -> Any: method noise (line 27) | def noise(self, *args, **kwargs) -> Any: method triangle (line 30) | def triangle(self, *args, **kwargs) -> Any: method write (line 33) | def write(self, *args, **kwargs) -> Any: method write_timed (line 36) | def write_timed(self, *args, **kwargs) -> Any: class RTC (line 40) | class RTC: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: method calibration (line 47) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 50) | def datetime(self, *args, **kwargs) -> Any: method info (line 53) | def info(self, *args, **kwargs) -> Any: method init (line 56) | def init(self, *args, **kwargs) -> Any: method wakeup (line 59) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 63) | class ADC: method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: method read (line 70) | def read(self, *args, **kwargs) -> Any: method read_timed (line 73) | def read_timed(self, *args, **kwargs) -> Any: method read_timed_multi (line 76) | def read_timed_multi(self, *args, **kwargs) -> Any: class ADCAll (line 80) | class ADCAll: method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: method read_channel (line 87) | def read_channel(self, *args, **kwargs) -> Any: method read_core_temp (line 90) | def read_core_temp(self, *args, **kwargs) -> Any: method read_core_vbat (line 93) | def read_core_vbat(self, *args, **kwargs) -> Any: method read_core_vref (line 96) | def read_core_vref(self, *args, **kwargs) -> Any: method read_vref (line 99) | def read_vref(self, *args, **kwargs) -> Any: class Accel (line 103) | class Accel: method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: method filtered_xyz (line 110) | def filtered_xyz(self, *args, **kwargs) -> Any: method read (line 113) | def read(self, *args, **kwargs) -> Any: method tilt (line 116) | def tilt(self, *args, **kwargs) -> Any: method write (line 119) | def write(self, *args, **kwargs) -> Any: method x (line 122) | def x(self, *args, **kwargs) -> Any: method y (line 125) | def y(self, *args, **kwargs) -> Any: method z (line 128) | def z(self, *args, **kwargs) -> Any: class CAN (line 132) | class CAN: method __init__ (line 135) | def __init__(self, *argv, **kwargs) -> None: method any (line 153) | def any(self, *args, **kwargs) -> Any: method clearfilter (line 156) | def clearfilter(self, *args, **kwargs) -> Any: method deinit (line 159) | def deinit(self, *args, **kwargs) -> Any: method info (line 162) | def info(self, *args, **kwargs) -> Any: method init (line 165) | def init(self, *args, **kwargs) -> Any: method initfilterbanks (line 169) | def initfilterbanks(cls, *args, **kwargs) -> Any: method recv (line 172) | def recv(self, *args, **kwargs) -> Any: method restart (line 175) | def restart(self, *args, **kwargs) -> Any: method rxcallback (line 178) | def rxcallback(self, *args, **kwargs) -> Any: method send (line 181) | def send(self, *args, **kwargs) -> Any: method setfilter (line 184) | def setfilter(self, *args, **kwargs) -> Any: method state (line 187) | def state(self, *args, **kwargs) -> Any: class ExtInt (line 191) | class ExtInt: method __init__ (line 194) | def __init__(self, *argv, **kwargs) -> None: method disable (line 205) | def disable(self, *args, **kwargs) -> Any: method enable (line 208) | def enable(self, *args, **kwargs) -> Any: method line (line 211) | def line(self, *args, **kwargs) -> Any: method regs (line 214) | def regs(self, *args, **kwargs) -> Any: method swint (line 217) | def swint(self, *args, **kwargs) -> Any: class Flash (line 221) | class Flash: method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 228) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 231) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 234) | def writeblocks(self, *args, **kwargs) -> Any: class I2C (line 238) | class I2C: method __init__ (line 241) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 248) | def deinit(self, *args, **kwargs) -> Any: method init (line 251) | def init(self, *args, **kwargs) -> Any: method is_ready (line 254) | def is_ready(self, *args, **kwargs) -> Any: method mem_read (line 257) | def mem_read(self, *args, **kwargs) -> Any: method mem_write (line 260) | def mem_write(self, *args, **kwargs) -> Any: method recv (line 263) | def recv(self, *args, **kwargs) -> Any: method scan (line 266) | def scan(self, *args, **kwargs) -> Any: method send (line 269) | def send(self, *args, **kwargs) -> Any: class LCD (line 273) | class LCD: method __init__ (line 276) | def __init__(self, *argv, **kwargs) -> None: method command (line 280) | def command(self, *args, **kwargs) -> Any: method contrast (line 283) | def contrast(self, *args, **kwargs) -> Any: method fill (line 286) | def fill(self, *args, **kwargs) -> Any: method get (line 289) | def get(self, *args, **kwargs) -> Any: method light (line 292) | def light(self, *args, **kwargs) -> Any: method pixel (line 295) | def pixel(self, *args, **kwargs) -> Any: method show (line 298) | def show(self, *args, **kwargs) -> Any: method text (line 301) | def text(self, *args, **kwargs) -> Any: method write (line 304) | def write(self, *args, **kwargs) -> Any: class LED (line 308) | class LED: method __init__ (line 311) | def __init__(self, *argv, **kwargs) -> None: method intensity (line 315) | def intensity(self, *args, **kwargs) -> Any: method off (line 318) | def off(self, *args, **kwargs) -> Any: method on (line 321) | def on(self, *args, **kwargs) -> Any: method toggle (line 324) | def toggle(self, *args, **kwargs) -> Any: class Pin (line 328) | class Pin: method __init__ (line 331) | def __init__(self, *argv, **kwargs) -> None: method af (line 374) | def af(self, *args, **kwargs) -> Any: method af_list (line 377) | def af_list(self, *args, **kwargs) -> Any: class board (line 380) | class board: method __init__ (line 383) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 437) | class cpu: method __init__ (line 440) | def __init__(self, *argv, **kwargs) -> None: method debug (line 493) | def debug(cls, *args, **kwargs) -> Any: method dict (line 497) | def dict(cls, *args, **kwargs) -> Any: method gpio (line 500) | def gpio(self, *args, **kwargs) -> Any: method high (line 503) | def high(self, *args, **kwargs) -> Any: method init (line 506) | def init(self, *args, **kwargs) -> Any: method irq (line 509) | def irq(self, *args, **kwargs) -> Any: method low (line 512) | def low(self, *args, **kwargs) -> Any: method mapper (line 516) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 519) | def mode(self, *args, **kwargs) -> Any: method name (line 522) | def name(self, *args, **kwargs) -> Any: method names (line 525) | def names(self, *args, **kwargs) -> Any: method off (line 528) | def off(self, *args, **kwargs) -> Any: method on (line 531) | def on(self, *args, **kwargs) -> Any: method pin (line 534) | def pin(self, *args, **kwargs) -> Any: method port (line 537) | def port(self, *args, **kwargs) -> Any: method pull (line 540) | def pull(self, *args, **kwargs) -> Any: method value (line 543) | def value(self, *args, **kwargs) -> Any: class SDCard (line 547) | class SDCard: method __init__ (line 550) | def __init__(self, *argv, **kwargs) -> None: method info (line 554) | def info(self, *args, **kwargs) -> Any: method ioctl (line 557) | def ioctl(self, *args, **kwargs) -> Any: method power (line 560) | def power(self, *args, **kwargs) -> Any: method present (line 563) | def present(self, *args, **kwargs) -> Any: method read (line 566) | def read(self, *args, **kwargs) -> Any: method readblocks (line 569) | def readblocks(self, *args, **kwargs) -> Any: method write (line 572) | def write(self, *args, **kwargs) -> Any: method writeblocks (line 575) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 579) | class SPI: method __init__ (line 582) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 591) | def deinit(self, *args, **kwargs) -> Any: method init (line 594) | def init(self, *args, **kwargs) -> Any: method read (line 597) | def read(self, *args, **kwargs) -> Any: method readinto (line 600) | def readinto(self, *args, **kwargs) -> Any: method recv (line 603) | def recv(self, *args, **kwargs) -> Any: method send (line 606) | def send(self, *args, **kwargs) -> Any: method send_recv (line 609) | def send_recv(self, *args, **kwargs) -> Any: method write (line 612) | def write(self, *args, **kwargs) -> Any: method write_readinto (line 615) | def write_readinto(self, *args, **kwargs) -> Any: class Servo (line 619) | class Servo: method __init__ (line 622) | def __init__(self, *argv, **kwargs) -> None: method angle (line 626) | def angle(self, *args, **kwargs) -> Any: method calibration (line 629) | def calibration(self, *args, **kwargs) -> Any: method pulse_width (line 632) | def pulse_width(self, *args, **kwargs) -> Any: method speed (line 635) | def speed(self, *args, **kwargs) -> Any: class Switch (line 639) | class Switch: method __init__ (line 642) | def __init__(self, *argv, **kwargs) -> None: method callback (line 646) | def callback(self, *args, **kwargs) -> Any: method value (line 649) | def value(self, *args, **kwargs) -> Any: class Timer (line 653) | class Timer: method __init__ (line 656) | def __init__(self, *argv, **kwargs) -> None: method callback (line 681) | def callback(self, *args, **kwargs) -> Any: method channel (line 684) | def channel(self, *args, **kwargs) -> Any: method counter (line 687) | def counter(self, *args, **kwargs) -> Any: method deinit (line 690) | def deinit(self, *args, **kwargs) -> Any: method freq (line 693) | def freq(self, *args, **kwargs) -> Any: method init (line 696) | def init(self, *args, **kwargs) -> Any: method period (line 699) | def period(self, *args, **kwargs) -> Any: method prescaler (line 702) | def prescaler(self, *args, **kwargs) -> Any: method source_freq (line 705) | def source_freq(self, *args, **kwargs) -> Any: class UART (line 709) | class UART: method __init__ (line 712) | def __init__(self, *argv, **kwargs) -> None: method any (line 720) | def any(self, *args, **kwargs) -> Any: method deinit (line 723) | def deinit(self, *args, **kwargs) -> Any: method init (line 726) | def init(self, *args, **kwargs) -> Any: method irq (line 729) | def irq(self, *args, **kwargs) -> Any: method read (line 732) | def read(self, *args, **kwargs) -> Any: method readchar (line 735) | def readchar(self, *args, **kwargs) -> Any: method readinto (line 738) | def readinto(self, *args, **kwargs) -> Any: method readline (line 741) | def readline(self, *args, **kwargs) -> Any: method sendbreak (line 744) | def sendbreak(self, *args, **kwargs) -> Any: method write (line 747) | def write(self, *args, **kwargs) -> Any: method writechar (line 750) | def writechar(self, *args, **kwargs) -> Any: class USB_HID (line 754) | class USB_HID: method __init__ (line 757) | def __init__(self, *argv, **kwargs) -> None: method recv (line 761) | def recv(self, *args, **kwargs) -> Any: method send (line 764) | def send(self, *args, **kwargs) -> Any: class USB_VCP (line 768) | class USB_VCP: method __init__ (line 771) | def __init__(self, *argv, **kwargs) -> None: method any (line 775) | def any(self, *args, **kwargs) -> Any: method close (line 778) | def close(self, *args, **kwargs) -> Any: method isconnected (line 781) | def isconnected(self, *args, **kwargs) -> Any: method read (line 784) | def read(self, *args, **kwargs) -> Any: method readinto (line 787) | def readinto(self, *args, **kwargs) -> Any: method readline (line 790) | def readline(self, *args, **kwargs) -> Any: method readlines (line 793) | def readlines(self, *args, **kwargs) -> Any: method recv (line 796) | def recv(self, *args, **kwargs) -> Any: method send (line 799) | def send(self, *args, **kwargs) -> Any: method setinterrupt (line 802) | def setinterrupt(self, *args, **kwargs) -> Any: method write (line 805) | def write(self, *args, **kwargs) -> Any: function bootloader (line 809) | def bootloader(*args, **kwargs) -> Any: function delay (line 813) | def delay(*args, **kwargs) -> Any: function dht_readinto (line 817) | def dht_readinto(*args, **kwargs) -> Any: function disable_irq (line 821) | def disable_irq(*args, **kwargs) -> Any: function elapsed_micros (line 825) | def elapsed_micros(*args, **kwargs) -> Any: function elapsed_millis (line 829) | def elapsed_millis(*args, **kwargs) -> Any: function enable_irq (line 833) | def enable_irq(*args, **kwargs) -> Any: function fault_debug (line 837) | def fault_debug(*args, **kwargs) -> Any: function freq (line 841) | def freq(*args, **kwargs) -> Any: function hard_reset (line 845) | def hard_reset(*args, **kwargs) -> Any: function have_cdc (line 849) | def have_cdc(*args, **kwargs) -> Any: function hid (line 853) | def hid(*args, **kwargs) -> Any: function info (line 861) | def info(*args, **kwargs) -> Any: function main (line 865) | def main(*args, **kwargs) -> Any: function micros (line 869) | def micros(*args, **kwargs) -> Any: function millis (line 873) | def millis(*args, **kwargs) -> Any: function mount (line 877) | def mount(*args, **kwargs) -> Any: function pwm (line 881) | def pwm(*args, **kwargs) -> Any: function repl_info (line 885) | def repl_info(*args, **kwargs) -> Any: function repl_uart (line 889) | def repl_uart(*args, **kwargs) -> Any: function rng (line 893) | def rng(*args, **kwargs) -> Any: function servo (line 897) | def servo(*args, **kwargs) -> Any: function standby (line 901) | def standby(*args, **kwargs) -> Any: function stop (line 905) | def stop(*args, **kwargs) -> Any: function sync (line 909) | def sync(*args, **kwargs) -> Any: function udelay (line 913) | def udelay(*args, **kwargs) -> Any: function unique_id (line 917) | def unique_id(*args, **kwargs) -> Any: function usb_mode (line 921) | def usb_mode(*args, **kwargs) -> Any: function wfi (line 925) | def wfi(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/pyb.pyi class DAC (line 5) | class DAC: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 9) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 10) | def init(self, *args, **kwargs) -> Any: ... method noise (line 11) | def noise(self, *args, **kwargs) -> Any: ... method triangle (line 12) | def triangle(self, *args, **kwargs) -> Any: ... method write (line 13) | def write(self, *args, **kwargs) -> Any: ... method write_timed (line 14) | def write_timed(self, *args, **kwargs) -> Any: ... class RTC (line 16) | class RTC: method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... method calibration (line 18) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 19) | def datetime(self, *args, **kwargs) -> Any: ... method info (line 20) | def info(self, *args, **kwargs) -> Any: ... method init (line 21) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 22) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 24) | class ADC: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 26) | def read(self, *args, **kwargs) -> Any: ... method read_timed (line 27) | def read_timed(self, *args, **kwargs) -> Any: ... method read_timed_multi (line 28) | def read_timed_multi(self, *args, **kwargs) -> Any: ... class ADCAll (line 30) | class ADCAll: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... method read_channel (line 32) | def read_channel(self, *args, **kwargs) -> Any: ... method read_core_temp (line 33) | def read_core_temp(self, *args, **kwargs) -> Any: ... method read_core_vbat (line 34) | def read_core_vbat(self, *args, **kwargs) -> Any: ... method read_core_vref (line 35) | def read_core_vref(self, *args, **kwargs) -> Any: ... method read_vref (line 36) | def read_vref(self, *args, **kwargs) -> Any: ... class Accel (line 38) | class Accel: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method filtered_xyz (line 40) | def filtered_xyz(self, *args, **kwargs) -> Any: ... method read (line 41) | def read(self, *args, **kwargs) -> Any: ... method tilt (line 42) | def tilt(self, *args, **kwargs) -> Any: ... method write (line 43) | def write(self, *args, **kwargs) -> Any: ... method x (line 44) | def x(self, *args, **kwargs) -> Any: ... method y (line 45) | def y(self, *args, **kwargs) -> Any: ... method z (line 46) | def z(self, *args, **kwargs) -> Any: ... class CAN (line 48) | class CAN: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 63) | def any(self, *args, **kwargs) -> Any: ... method clearfilter (line 64) | def clearfilter(self, *args, **kwargs) -> Any: ... method deinit (line 65) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 66) | def info(self, *args, **kwargs) -> Any: ... method init (line 67) | def init(self, *args, **kwargs) -> Any: ... method initfilterbanks (line 69) | def initfilterbanks(cls, *args, **kwargs) -> Any: ... method recv (line 70) | def recv(self, *args, **kwargs) -> Any: ... method restart (line 71) | def restart(self, *args, **kwargs) -> Any: ... method rxcallback (line 72) | def rxcallback(self, *args, **kwargs) -> Any: ... method send (line 73) | def send(self, *args, **kwargs) -> Any: ... method setfilter (line 74) | def setfilter(self, *args, **kwargs) -> Any: ... method state (line 75) | def state(self, *args, **kwargs) -> Any: ... class ExtInt (line 77) | class ExtInt: method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: ... method disable (line 85) | def disable(self, *args, **kwargs) -> Any: ... method enable (line 86) | def enable(self, *args, **kwargs) -> Any: ... method line (line 87) | def line(self, *args, **kwargs) -> Any: ... method regs (line 88) | def regs(self, *args, **kwargs) -> Any: ... method swint (line 89) | def swint(self, *args, **kwargs) -> Any: ... class Flash (line 91) | class Flash: method __init__ (line 92) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 93) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 94) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 95) | def writeblocks(self, *args, **kwargs) -> Any: ... class I2C (line 97) | class I2C: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 101) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 102) | def init(self, *args, **kwargs) -> Any: ... method is_ready (line 103) | def is_ready(self, *args, **kwargs) -> Any: ... method mem_read (line 104) | def mem_read(self, *args, **kwargs) -> Any: ... method mem_write (line 105) | def mem_write(self, *args, **kwargs) -> Any: ... method recv (line 106) | def recv(self, *args, **kwargs) -> Any: ... method scan (line 107) | def scan(self, *args, **kwargs) -> Any: ... method send (line 108) | def send(self, *args, **kwargs) -> Any: ... class LCD (line 110) | class LCD: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... method command (line 112) | def command(self, *args, **kwargs) -> Any: ... method contrast (line 113) | def contrast(self, *args, **kwargs) -> Any: ... method fill (line 114) | def fill(self, *args, **kwargs) -> Any: ... method get (line 115) | def get(self, *args, **kwargs) -> Any: ... method light (line 116) | def light(self, *args, **kwargs) -> Any: ... method pixel (line 117) | def pixel(self, *args, **kwargs) -> Any: ... method show (line 118) | def show(self, *args, **kwargs) -> Any: ... method text (line 119) | def text(self, *args, **kwargs) -> Any: ... method write (line 120) | def write(self, *args, **kwargs) -> Any: ... class LED (line 122) | class LED: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... method intensity (line 124) | def intensity(self, *args, **kwargs) -> Any: ... method off (line 125) | def off(self, *args, **kwargs) -> Any: ... method on (line 126) | def on(self, *args, **kwargs) -> Any: ... method toggle (line 127) | def toggle(self, *args, **kwargs) -> Any: ... class Pin (line 129) | class Pin: method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... method af (line 169) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 170) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 172) | class board: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 224) | class cpu: method __init__ (line 225) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 274) | def debug(cls, *args, **kwargs) -> Any: ... method dict (line 276) | def dict(cls, *args, **kwargs) -> Any: ... method gpio (line 277) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 278) | def high(self, *args, **kwargs) -> Any: ... method init (line 279) | def init(self, *args, **kwargs) -> Any: ... method irq (line 280) | def irq(self, *args, **kwargs) -> Any: ... method low (line 281) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 283) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 284) | def mode(self, *args, **kwargs) -> Any: ... method name (line 285) | def name(self, *args, **kwargs) -> Any: ... method names (line 286) | def names(self, *args, **kwargs) -> Any: ... method off (line 287) | def off(self, *args, **kwargs) -> Any: ... method on (line 288) | def on(self, *args, **kwargs) -> Any: ... method pin (line 289) | def pin(self, *args, **kwargs) -> Any: ... method port (line 290) | def port(self, *args, **kwargs) -> Any: ... method pull (line 291) | def pull(self, *args, **kwargs) -> Any: ... method value (line 292) | def value(self, *args, **kwargs) -> Any: ... class SDCard (line 294) | class SDCard: method __init__ (line 295) | def __init__(self, *argv, **kwargs) -> None: ... method info (line 296) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 297) | def ioctl(self, *args, **kwargs) -> Any: ... method power (line 298) | def power(self, *args, **kwargs) -> Any: ... method present (line 299) | def present(self, *args, **kwargs) -> Any: ... method read (line 300) | def read(self, *args, **kwargs) -> Any: ... method readblocks (line 301) | def readblocks(self, *args, **kwargs) -> Any: ... method write (line 302) | def write(self, *args, **kwargs) -> Any: ... method writeblocks (line 303) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 305) | class SPI: method __init__ (line 306) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 311) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 312) | def init(self, *args, **kwargs) -> Any: ... method read (line 313) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 314) | def readinto(self, *args, **kwargs) -> Any: ... method recv (line 315) | def recv(self, *args, **kwargs) -> Any: ... method send (line 316) | def send(self, *args, **kwargs) -> Any: ... method send_recv (line 317) | def send_recv(self, *args, **kwargs) -> Any: ... method write (line 318) | def write(self, *args, **kwargs) -> Any: ... method write_readinto (line 319) | def write_readinto(self, *args, **kwargs) -> Any: ... class Servo (line 321) | class Servo: method __init__ (line 322) | def __init__(self, *argv, **kwargs) -> None: ... method angle (line 323) | def angle(self, *args, **kwargs) -> Any: ... method calibration (line 324) | def calibration(self, *args, **kwargs) -> Any: ... method pulse_width (line 325) | def pulse_width(self, *args, **kwargs) -> Any: ... method speed (line 326) | def speed(self, *args, **kwargs) -> Any: ... class Switch (line 328) | class Switch: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: ... method callback (line 330) | def callback(self, *args, **kwargs) -> Any: ... method value (line 331) | def value(self, *args, **kwargs) -> Any: ... class Timer (line 333) | class Timer: method __init__ (line 334) | def __init__(self, *argv, **kwargs) -> None: ... method callback (line 355) | def callback(self, *args, **kwargs) -> Any: ... method channel (line 356) | def channel(self, *args, **kwargs) -> Any: ... method counter (line 357) | def counter(self, *args, **kwargs) -> Any: ... method deinit (line 358) | def deinit(self, *args, **kwargs) -> Any: ... method freq (line 359) | def freq(self, *args, **kwargs) -> Any: ... method init (line 360) | def init(self, *args, **kwargs) -> Any: ... method period (line 361) | def period(self, *args, **kwargs) -> Any: ... method prescaler (line 362) | def prescaler(self, *args, **kwargs) -> Any: ... method source_freq (line 363) | def source_freq(self, *args, **kwargs) -> Any: ... class UART (line 365) | class UART: method __init__ (line 366) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 370) | def any(self, *args, **kwargs) -> Any: ... method deinit (line 371) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 372) | def init(self, *args, **kwargs) -> Any: ... method irq (line 373) | def irq(self, *args, **kwargs) -> Any: ... method read (line 374) | def read(self, *args, **kwargs) -> Any: ... method readchar (line 375) | def readchar(self, *args, **kwargs) -> Any: ... method readinto (line 376) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 377) | def readline(self, *args, **kwargs) -> Any: ... method sendbreak (line 378) | def sendbreak(self, *args, **kwargs) -> Any: ... method write (line 379) | def write(self, *args, **kwargs) -> Any: ... method writechar (line 380) | def writechar(self, *args, **kwargs) -> Any: ... class USB_HID (line 382) | class USB_HID: method __init__ (line 383) | def __init__(self, *argv, **kwargs) -> None: ... method recv (line 384) | def recv(self, *args, **kwargs) -> Any: ... method send (line 385) | def send(self, *args, **kwargs) -> Any: ... class USB_VCP (line 387) | class USB_VCP: method __init__ (line 388) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 389) | def any(self, *args, **kwargs) -> Any: ... method close (line 390) | def close(self, *args, **kwargs) -> Any: ... method isconnected (line 391) | def isconnected(self, *args, **kwargs) -> Any: ... method read (line 392) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 393) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 394) | def readline(self, *args, **kwargs) -> Any: ... method readlines (line 395) | def readlines(self, *args, **kwargs) -> Any: ... method recv (line 396) | def recv(self, *args, **kwargs) -> Any: ... method send (line 397) | def send(self, *args, **kwargs) -> Any: ... method setinterrupt (line 398) | def setinterrupt(self, *args, **kwargs) -> Any: ... method write (line 399) | def write(self, *args, **kwargs) -> Any: ... function bootloader (line 401) | def bootloader(*args, **kwargs) -> Any: ... function delay (line 402) | def delay(*args, **kwargs) -> Any: ... function dht_readinto (line 403) | def dht_readinto(*args, **kwargs) -> Any: ... function disable_irq (line 404) | def disable_irq(*args, **kwargs) -> Any: ... function elapsed_micros (line 405) | def elapsed_micros(*args, **kwargs) -> Any: ... function elapsed_millis (line 406) | def elapsed_millis(*args, **kwargs) -> Any: ... function enable_irq (line 407) | def enable_irq(*args, **kwargs) -> Any: ... function fault_debug (line 408) | def fault_debug(*args, **kwargs) -> Any: ... function freq (line 409) | def freq(*args, **kwargs) -> Any: ... function hard_reset (line 410) | def hard_reset(*args, **kwargs) -> Any: ... function have_cdc (line 411) | def have_cdc(*args, **kwargs) -> Any: ... function hid (line 412) | def hid(*args, **kwargs) -> Any: ... function info (line 417) | def info(*args, **kwargs) -> Any: ... function main (line 418) | def main(*args, **kwargs) -> Any: ... function micros (line 419) | def micros(*args, **kwargs) -> Any: ... function millis (line 420) | def millis(*args, **kwargs) -> Any: ... function mount (line 421) | def mount(*args, **kwargs) -> Any: ... function pwm (line 422) | def pwm(*args, **kwargs) -> Any: ... function repl_info (line 423) | def repl_info(*args, **kwargs) -> Any: ... function repl_uart (line 424) | def repl_uart(*args, **kwargs) -> Any: ... function rng (line 425) | def rng(*args, **kwargs) -> Any: ... function servo (line 426) | def servo(*args, **kwargs) -> Any: ... function standby (line 427) | def standby(*args, **kwargs) -> Any: ... function stop (line 428) | def stop(*args, **kwargs) -> Any: ... function sync (line 429) | def sync(*args, **kwargs) -> Any: ... function udelay (line 430) | def udelay(*args, **kwargs) -> Any: ... function unique_id (line 431) | def unique_id(*args, **kwargs) -> Any: ... function usb_mode (line 432) | def usb_mode(*args, **kwargs) -> Any: ... function wfi (line 433) | def wfi(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/re.py function compile (line 11) | def compile(*args, **kwargs) -> Any: function match (line 15) | def match(*args, **kwargs) -> Any: function search (line 19) | def search(*args, **kwargs) -> Any: function sub (line 23) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/re.pyi function compile (line 5) | def compile(*args, **kwargs) -> Any: ... function match (line 6) | def match(*args, **kwargs) -> Any: ... function search (line 7) | def search(*args, **kwargs) -> Any: ... function sub (line 8) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/socket.py function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 19) | class socket: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: method accept (line 26) | def accept(self, *args, **kwargs) -> Any: method bind (line 29) | def bind(self, *args, **kwargs) -> Any: method close (line 32) | def close(self, *args, **kwargs) -> Any: method connect (line 35) | def connect(self, *args, **kwargs) -> Any: method listen (line 38) | def listen(self, *args, **kwargs) -> Any: method recv (line 41) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 44) | def recvfrom(self, *args, **kwargs) -> Any: method send (line 47) | def send(self, *args, **kwargs) -> Any: method sendto (line 50) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 53) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 56) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 59) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/socket.pyi function getaddrinfo (line 9) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 11) | class socket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method accept (line 13) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 14) | def bind(self, *args, **kwargs) -> Any: ... method close (line 15) | def close(self, *args, **kwargs) -> Any: ... method connect (line 16) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 17) | def listen(self, *args, **kwargs) -> Any: ... method recv (line 18) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 19) | def recvfrom(self, *args, **kwargs) -> Any: ... method send (line 20) | def send(self, *args, **kwargs) -> Any: ... method sendto (line 21) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 22) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 23) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 24) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/time.py function localtime (line 9) | def localtime(*args, **kwargs) -> Any: function mktime (line 13) | def mktime(*args, **kwargs) -> Any: function sleep (line 17) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 25) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 29) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 33) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 37) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 41) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 45) | def ticks_us(*args, **kwargs) -> Any: function time (line 49) | def time(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/time.pyi function localtime (line 3) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 4) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 5) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 7) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 8) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 9) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 10) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 11) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 12) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 13) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function hexlify (line 17) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 21) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function hexlify (line 5) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 6) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method fromkeys (line 23) | def fromkeys(cls, *args, **kwargs) -> Any: method get (line 26) | def get(self, *args, **kwargs) -> Any: method items (line 29) | def items(self, *args, **kwargs) -> Any: method keys (line 32) | def keys(self, *args, **kwargs) -> Any: method pop (line 35) | def pop(self, *args, **kwargs) -> Any: method popitem (line 38) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 41) | def setdefault(self, *args, **kwargs) -> Any: method update (line 44) | def update(self, *args, **kwargs) -> Any: method values (line 47) | def values(self, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method fromkeys (line 8) | def fromkeys(cls, *args, **kwargs) -> Any: ... method get (line 9) | def get(self, *args, **kwargs) -> Any: ... method items (line 10) | def items(self, *args, **kwargs) -> Any: ... method keys (line 11) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 12) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 13) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 14) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 15) | def update(self, *args, **kwargs) -> Any: ... method values (line 16) | def values(self, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_10-pyboard/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_10-pyboard/uhashlib.py class sha256 (line 9) | class sha256: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method digest (line 16) | def digest(self, *args, **kwargs) -> Any: method update (line 19) | def update(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/uhashlib.pyi class sha256 (line 3) | class sha256: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method digest (line 5) | def digest(self, *args, **kwargs) -> Any: ... method update (line 6) | def update(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/uio.py class BytesIO (line 9) | class BytesIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method flush (line 19) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 22) | def getvalue(self, *args, **kwargs) -> Any: method read (line 25) | def read(self, *args, **kwargs) -> Any: method readinto (line 28) | def readinto(self, *args, **kwargs) -> Any: method readline (line 31) | def readline(self, *args, **kwargs) -> Any: method seek (line 34) | def seek(self, *args, **kwargs) -> Any: method write (line 37) | def write(self, *args, **kwargs) -> Any: class FileIO (line 41) | class FileIO: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method close (line 48) | def close(self, *args, **kwargs) -> Any: method flush (line 51) | def flush(self, *args, **kwargs) -> Any: method read (line 54) | def read(self, *args, **kwargs) -> Any: method readinto (line 57) | def readinto(self, *args, **kwargs) -> Any: method readline (line 60) | def readline(self, *args, **kwargs) -> Any: method readlines (line 63) | def readlines(self, *args, **kwargs) -> Any: method seek (line 66) | def seek(self, *args, **kwargs) -> Any: method tell (line 69) | def tell(self, *args, **kwargs) -> Any: method write (line 72) | def write(self, *args, **kwargs) -> Any: class IOBase (line 76) | class IOBase: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 84) | class StringIO: method __init__ (line 87) | def __init__(self, *argv, **kwargs) -> None: method close (line 91) | def close(self, *args, **kwargs) -> Any: method flush (line 94) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 97) | def getvalue(self, *args, **kwargs) -> Any: method read (line 100) | def read(self, *args, **kwargs) -> Any: method readinto (line 103) | def readinto(self, *args, **kwargs) -> Any: method readline (line 106) | def readline(self, *args, **kwargs) -> Any: method seek (line 109) | def seek(self, *args, **kwargs) -> Any: method write (line 112) | def write(self, *args, **kwargs) -> Any: class TextIOWrapper (line 116) | class TextIOWrapper: method __init__ (line 119) | def __init__(self, *argv, **kwargs) -> None: method close (line 123) | def close(self, *args, **kwargs) -> Any: method flush (line 126) | def flush(self, *args, **kwargs) -> Any: method read (line 129) | def read(self, *args, **kwargs) -> Any: method readinto (line 132) | def readinto(self, *args, **kwargs) -> Any: method readline (line 135) | def readline(self, *args, **kwargs) -> Any: method readlines (line 138) | def readlines(self, *args, **kwargs) -> Any: method seek (line 141) | def seek(self, *args, **kwargs) -> Any: method tell (line 144) | def tell(self, *args, **kwargs) -> Any: method write (line 147) | def write(self, *args, **kwargs) -> Any: function open (line 151) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/uio.pyi class BytesIO (line 3) | class BytesIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method flush (line 6) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 7) | def getvalue(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method seek (line 11) | def seek(self, *args, **kwargs) -> Any: ... method write (line 12) | def write(self, *args, **kwargs) -> Any: ... class FileIO (line 14) | class FileIO: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 16) | def close(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method read (line 18) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 20) | def readline(self, *args, **kwargs) -> Any: ... method readlines (line 21) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 22) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 23) | def tell(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... class IOBase (line 26) | class IOBase: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 29) | class StringIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 31) | def close(self, *args, **kwargs) -> Any: ... method flush (line 32) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 33) | def getvalue(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method seek (line 37) | def seek(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 40) | class TextIOWrapper: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 42) | def close(self, *args, **kwargs) -> Any: ... method flush (line 43) | def flush(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 45) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 46) | def readline(self, *args, **kwargs) -> Any: ... method readlines (line 47) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 48) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 49) | def tell(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... function open (line 52) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/umachine.py class I2C (line 12) | class I2C: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method init (line 19) | def init(self, *args, **kwargs) -> Any: method readfrom (line 22) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 25) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 28) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 31) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readinto (line 34) | def readinto(self, *args, **kwargs) -> Any: method scan (line 37) | def scan(self, *args, **kwargs) -> Any: method start (line 40) | def start(self, *args, **kwargs) -> Any: method stop (line 43) | def stop(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method writeto (line 49) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 52) | def writeto_mem(self, *args, **kwargs) -> Any: class Pin (line 59) | class Pin: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: method af (line 105) | def af(self, *args, **kwargs) -> Any: method af_list (line 108) | def af_list(self, *args, **kwargs) -> Any: class board (line 111) | class board: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 168) | class cpu: method __init__ (line 171) | def __init__(self, *argv, **kwargs) -> None: method debug (line 224) | def debug(cls, *args, **kwargs) -> Any: method dict (line 228) | def dict(cls, *args, **kwargs) -> Any: method gpio (line 231) | def gpio(self, *args, **kwargs) -> Any: method high (line 234) | def high(self, *args, **kwargs) -> Any: method init (line 237) | def init(self, *args, **kwargs) -> Any: method irq (line 240) | def irq(self, *args, **kwargs) -> Any: method low (line 243) | def low(self, *args, **kwargs) -> Any: method mapper (line 247) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 250) | def mode(self, *args, **kwargs) -> Any: method name (line 253) | def name(self, *args, **kwargs) -> Any: method names (line 256) | def names(self, *args, **kwargs) -> Any: method off (line 259) | def off(self, *args, **kwargs) -> Any: method on (line 262) | def on(self, *args, **kwargs) -> Any: method pin (line 265) | def pin(self, *args, **kwargs) -> Any: method port (line 268) | def port(self, *args, **kwargs) -> Any: method pull (line 271) | def pull(self, *args, **kwargs) -> Any: method value (line 274) | def value(self, *args, **kwargs) -> Any: class SPI (line 281) | class SPI: method __init__ (line 284) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 291) | def deinit(self, *args, **kwargs) -> Any: method init (line 294) | def init(self, *args, **kwargs) -> Any: method read (line 297) | def read(self, *args, **kwargs) -> Any: method readinto (line 300) | def readinto(self, *args, **kwargs) -> Any: method write (line 303) | def write(self, *args, **kwargs) -> Any: method write_readinto (line 306) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 310) | class Signal: method __init__ (line 313) | def __init__(self, *argv, **kwargs) -> None: method off (line 317) | def off(self, *args, **kwargs) -> Any: method on (line 320) | def on(self, *args, **kwargs) -> Any: method value (line 323) | def value(self, *args, **kwargs) -> Any: class UART (line 327) | class UART: method __init__ (line 330) | def __init__(self, *argv, **kwargs) -> None: method any (line 338) | def any(self, *args, **kwargs) -> Any: method deinit (line 341) | def deinit(self, *args, **kwargs) -> Any: method init (line 344) | def init(self, *args, **kwargs) -> Any: method irq (line 347) | def irq(self, *args, **kwargs) -> Any: method read (line 350) | def read(self, *args, **kwargs) -> Any: method readchar (line 353) | def readchar(self, *args, **kwargs) -> Any: method readinto (line 356) | def readinto(self, *args, **kwargs) -> Any: method readline (line 359) | def readline(self, *args, **kwargs) -> Any: method sendbreak (line 362) | def sendbreak(self, *args, **kwargs) -> Any: method write (line 365) | def write(self, *args, **kwargs) -> Any: method writechar (line 368) | def writechar(self, *args, **kwargs) -> Any: class WDT (line 372) | class WDT: method __init__ (line 375) | def __init__(self, *argv, **kwargs) -> None: method feed (line 379) | def feed(self, *args, **kwargs) -> Any: function bootloader (line 386) | def bootloader(*args, **kwargs) -> Any: function deepsleep (line 390) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 394) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 398) | def enable_irq(*args, **kwargs) -> Any: function freq (line 402) | def freq(*args, **kwargs) -> Any: function idle (line 406) | def idle(*args, **kwargs) -> Any: function info (line 410) | def info(*args, **kwargs) -> Any: function reset (line 419) | def reset(*args, **kwargs) -> Any: function reset_cause (line 423) | def reset_cause(*args, **kwargs) -> Any: function rng (line 427) | def rng(*args, **kwargs) -> Any: function sleep (line 431) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 435) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 439) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 443) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/umachine.pyi class I2C (line 6) | class I2C: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method init (line 8) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 9) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 10) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 11) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 12) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readinto (line 13) | def readinto(self, *args, **kwargs) -> Any: ... method scan (line 14) | def scan(self, *args, **kwargs) -> Any: ... method start (line 15) | def start(self, *args, **kwargs) -> Any: ... method stop (line 16) | def stop(self, *args, **kwargs) -> Any: ... method write (line 17) | def write(self, *args, **kwargs) -> Any: ... method writeto (line 18) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 19) | def writeto_mem(self, *args, **kwargs) -> Any: ... class Pin (line 23) | class Pin: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... method af (line 63) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 64) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 66) | class board: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 118) | class cpu: method __init__ (line 119) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 168) | def debug(cls, *args, **kwargs) -> Any: ... method dict (line 170) | def dict(cls, *args, **kwargs) -> Any: ... method gpio (line 171) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 172) | def high(self, *args, **kwargs) -> Any: ... method init (line 173) | def init(self, *args, **kwargs) -> Any: ... method irq (line 174) | def irq(self, *args, **kwargs) -> Any: ... method low (line 175) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 177) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 178) | def mode(self, *args, **kwargs) -> Any: ... method name (line 179) | def name(self, *args, **kwargs) -> Any: ... method names (line 180) | def names(self, *args, **kwargs) -> Any: ... method off (line 181) | def off(self, *args, **kwargs) -> Any: ... method on (line 182) | def on(self, *args, **kwargs) -> Any: ... method pin (line 183) | def pin(self, *args, **kwargs) -> Any: ... method port (line 184) | def port(self, *args, **kwargs) -> Any: ... method pull (line 185) | def pull(self, *args, **kwargs) -> Any: ... method value (line 186) | def value(self, *args, **kwargs) -> Any: ... class SPI (line 190) | class SPI: method __init__ (line 191) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 194) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 195) | def init(self, *args, **kwargs) -> Any: ... method read (line 196) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 197) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 198) | def write(self, *args, **kwargs) -> Any: ... method write_readinto (line 199) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 201) | class Signal: method __init__ (line 202) | def __init__(self, *argv, **kwargs) -> None: ... method off (line 203) | def off(self, *args, **kwargs) -> Any: ... method on (line 204) | def on(self, *args, **kwargs) -> Any: ... method value (line 205) | def value(self, *args, **kwargs) -> Any: ... class UART (line 207) | class UART: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 212) | def any(self, *args, **kwargs) -> Any: ... method deinit (line 213) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 214) | def init(self, *args, **kwargs) -> Any: ... method irq (line 215) | def irq(self, *args, **kwargs) -> Any: ... method read (line 216) | def read(self, *args, **kwargs) -> Any: ... method readchar (line 217) | def readchar(self, *args, **kwargs) -> Any: ... method readinto (line 218) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 219) | def readline(self, *args, **kwargs) -> Any: ... method sendbreak (line 220) | def sendbreak(self, *args, **kwargs) -> Any: ... method write (line 221) | def write(self, *args, **kwargs) -> Any: ... method writechar (line 222) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 224) | class WDT: method __init__ (line 225) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 226) | def feed(self, *args, **kwargs) -> Any: ... function bootloader (line 230) | def bootloader(*args, **kwargs) -> Any: ... function deepsleep (line 231) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 232) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 233) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 234) | def freq(*args, **kwargs) -> Any: ... function idle (line 235) | def idle(*args, **kwargs) -> Any: ... function info (line 236) | def info(*args, **kwargs) -> Any: ... function reset (line 242) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 243) | def reset_cause(*args, **kwargs) -> Any: ... function rng (line 244) | def rng(*args, **kwargs) -> Any: ... function sleep (line 245) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 246) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 247) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 248) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/uos.py class VfsFat (line 9) | class VfsFat: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method chdir (line 16) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 19) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 22) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 25) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 28) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 31) | def mount(self, *args, **kwargs) -> Any: method open (line 34) | def open(self, *args, **kwargs) -> Any: method remove (line 37) | def remove(self, *args, **kwargs) -> Any: method rename (line 40) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 43) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 46) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 49) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 52) | def umount(self, *args, **kwargs) -> Any: function chdir (line 56) | def chdir(*args, **kwargs) -> Any: function dupterm (line 60) | def dupterm(*args, **kwargs) -> Any: function getcwd (line 64) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 68) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 72) | def listdir(*args, **kwargs) -> Any: function mkdir (line 76) | def mkdir(*args, **kwargs) -> Any: function mount (line 80) | def mount(*args, **kwargs) -> Any: function remove (line 84) | def remove(*args, **kwargs) -> Any: function rename (line 88) | def rename(*args, **kwargs) -> Any: function rmdir (line 92) | def rmdir(*args, **kwargs) -> Any: function stat (line 99) | def stat(*args, **kwargs) -> Any: function statvfs (line 103) | def statvfs(*args, **kwargs) -> Any: function sync (line 107) | def sync(*args, **kwargs) -> Any: function umount (line 111) | def umount(*args, **kwargs) -> Any: function uname (line 115) | def uname(*args, **kwargs) -> Any: function unlink (line 119) | def unlink(*args, **kwargs) -> Any: function urandom (line 123) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/uos.pyi class VfsFat (line 3) | class VfsFat: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method chdir (line 5) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 6) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 7) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 8) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 9) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 10) | def mount(self, *args, **kwargs) -> Any: ... method open (line 11) | def open(self, *args, **kwargs) -> Any: ... method remove (line 12) | def remove(self, *args, **kwargs) -> Any: ... method rename (line 13) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 14) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 15) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 16) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 17) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 19) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 20) | def dupterm(*args, **kwargs) -> Any: ... function getcwd (line 21) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 22) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 23) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 24) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 25) | def mount(*args, **kwargs) -> Any: ... function remove (line 26) | def remove(*args, **kwargs) -> Any: ... function rename (line 27) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 28) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 32) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 33) | def statvfs(*args, **kwargs) -> Any: ... function sync (line 34) | def sync(*args, **kwargs) -> Any: ... function umount (line 35) | def umount(*args, **kwargs) -> Any: ... function uname (line 36) | def uname(*args, **kwargs) -> Any: ... function unlink (line 37) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 38) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/ure.py function compile (line 11) | def compile(*args, **kwargs) -> Any: function match (line 15) | def match(*args, **kwargs) -> Any: function search (line 19) | def search(*args, **kwargs) -> Any: function sub (line 23) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/ure.pyi function compile (line 5) | def compile(*args, **kwargs) -> Any: ... function match (line 6) | def match(*args, **kwargs) -> Any: ... function search (line 7) | def search(*args, **kwargs) -> Any: ... function sub (line 8) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/usocket.py function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 19) | class socket: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: method accept (line 26) | def accept(self, *args, **kwargs) -> Any: method bind (line 29) | def bind(self, *args, **kwargs) -> Any: method close (line 32) | def close(self, *args, **kwargs) -> Any: method connect (line 35) | def connect(self, *args, **kwargs) -> Any: method listen (line 38) | def listen(self, *args, **kwargs) -> Any: method recv (line 41) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 44) | def recvfrom(self, *args, **kwargs) -> Any: method send (line 47) | def send(self, *args, **kwargs) -> Any: method sendto (line 50) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 53) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 56) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 59) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/usocket.pyi function getaddrinfo (line 9) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 11) | class socket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method accept (line 13) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 14) | def bind(self, *args, **kwargs) -> Any: ... method close (line 15) | def close(self, *args, **kwargs) -> Any: ... method connect (line 16) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 17) | def listen(self, *args, **kwargs) -> Any: ... method recv (line 18) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 19) | def recvfrom(self, *args, **kwargs) -> Any: ... method send (line 20) | def send(self, *args, **kwargs) -> Any: ... method sendto (line 21) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 22) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 23) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 24) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/utime.py function localtime (line 9) | def localtime(*args, **kwargs) -> Any: function mktime (line 13) | def mktime(*args, **kwargs) -> Any: function sleep (line 17) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 25) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 29) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 33) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 37) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 41) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 45) | def ticks_us(*args, **kwargs) -> Any: function time (line 49) | def time(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/utime.pyi function localtime (line 3) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 4) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 5) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 7) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 8) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 9) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 10) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 11) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 12) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 13) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method peektime (line 16) | def peektime(self, *args, **kwargs) -> Any: method pop (line 19) | def pop(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method peektime (line 5) | def peektime(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_10-pyboard/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_10-pyboard/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/_thread.py class LockType (line 9) | class LockType: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 16) | def acquire(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: method release (line 22) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 30) | def exit(*args, **kwargs) -> Any: function get_ident (line 34) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 38) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 42) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/_thread.pyi class LockType (line 3) | class LockType: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 5) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 9) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 10) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 11) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 12) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/apa106.py class NeoPixel (line 9) | class NeoPixel: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method write (line 16) | def write(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: class APA106 (line 25) | class APA106: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method write (line 32) | def write(self, *args, **kwargs) -> Any: method fill (line 35) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... class APA106 (line 9) | class APA106: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/btree.py function open (line 9) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/btree.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method center (line 218) | def center(self, *args, **kwargs) -> Any: method decode (line 221) | def decode(self, *args, **kwargs) -> Any: method partition (line 224) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 227) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 230) | def splitlines(self, *args, **kwargs) -> Any: function callable (line 234) | def callable(*args, **kwargs) -> Any: function chr (line 238) | def chr(*args, **kwargs) -> Any: class dict (line 242) | class dict: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: method clear (line 249) | def clear(self, *args, **kwargs) -> Any: method copy (line 252) | def copy(self, *args, **kwargs) -> Any: method get (line 255) | def get(self, *args, **kwargs) -> Any: method items (line 258) | def items(self, *args, **kwargs) -> Any: method keys (line 261) | def keys(self, *args, **kwargs) -> Any: method pop (line 264) | def pop(self, *args, **kwargs) -> Any: method popitem (line 267) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 270) | def setdefault(self, *args, **kwargs) -> Any: method update (line 273) | def update(self, *args, **kwargs) -> Any: method values (line 276) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 280) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 284) | def dir(*args, **kwargs) -> Any: function divmod (line 288) | def divmod(*args, **kwargs) -> Any: function eval (line 292) | def eval(*args, **kwargs) -> Any: function exec (line 296) | def exec(*args, **kwargs) -> Any: function getattr (line 300) | def getattr(*args, **kwargs) -> Any: function globals (line 304) | def globals(*args, **kwargs) -> Any: function hasattr (line 308) | def hasattr(*args, **kwargs) -> Any: function hash (line 312) | def hash(*args, **kwargs) -> Any: function id (line 316) | def id(*args, **kwargs) -> Any: class int (line 320) | class int: method __init__ (line 323) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 328) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 331) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 335) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 339) | def issubclass(*args, **kwargs) -> Any: function iter (line 343) | def iter(*args, **kwargs) -> Any: function len (line 347) | def len(*args, **kwargs) -> Any: class list (line 351) | class list: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: method append (line 358) | def append(self, *args, **kwargs) -> Any: method clear (line 361) | def clear(self, *args, **kwargs) -> Any: method copy (line 364) | def copy(self, *args, **kwargs) -> Any: method count (line 367) | def count(self, *args, **kwargs) -> Any: method extend (line 370) | def extend(self, *args, **kwargs) -> Any: method index (line 373) | def index(self, *args, **kwargs) -> Any: method insert (line 376) | def insert(self, *args, **kwargs) -> Any: method pop (line 379) | def pop(self, *args, **kwargs) -> Any: method remove (line 382) | def remove(self, *args, **kwargs) -> Any: method reverse (line 385) | def reverse(self, *args, **kwargs) -> Any: method sort (line 388) | def sort(self, *args, **kwargs) -> Any: function locals (line 392) | def locals(*args, **kwargs) -> Any: class map (line 396) | class map: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function next (line 404) | def next(*args, **kwargs) -> Any: class object (line 408) | class object: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: function open (line 416) | def open(*args, **kwargs) -> Any: function ord (line 420) | def ord(*args, **kwargs) -> Any: function pow (line 424) | def pow(*args, **kwargs) -> Any: function print (line 428) | def print(*args, **kwargs) -> Any: class range (line 432) | class range: method __init__ (line 435) | def __init__(self, *argv, **kwargs) -> None: function repr (line 440) | def repr(*args, **kwargs) -> Any: function round (line 444) | def round(*args, **kwargs) -> Any: class set (line 448) | class set: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: method clear (line 455) | def clear(self, *args, **kwargs) -> Any: method copy (line 458) | def copy(self, *args, **kwargs) -> Any: method pop (line 461) | def pop(self, *args, **kwargs) -> Any: method remove (line 464) | def remove(self, *args, **kwargs) -> Any: method update (line 467) | def update(self, *args, **kwargs) -> Any: method add (line 470) | def add(self, *args, **kwargs) -> Any: method difference (line 473) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 476) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 479) | def discard(self, *args, **kwargs) -> Any: method intersection (line 482) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 485) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 488) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 491) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 494) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 497) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 500) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 503) | def union(self, *args, **kwargs) -> Any: function setattr (line 507) | def setattr(*args, **kwargs) -> Any: function sorted (line 511) | def sorted(*args, **kwargs) -> Any: class str (line 515) | class str: method __init__ (line 518) | def __init__(self, *argv, **kwargs) -> None: method count (line 522) | def count(self, *args, **kwargs) -> Any: method endswith (line 525) | def endswith(self, *args, **kwargs) -> Any: method find (line 528) | def find(self, *args, **kwargs) -> Any: method format (line 531) | def format(self, *args, **kwargs) -> Any: method index (line 534) | def index(self, *args, **kwargs) -> Any: method isalpha (line 537) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 540) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 543) | def islower(self, *args, **kwargs) -> Any: method isspace (line 546) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 549) | def isupper(self, *args, **kwargs) -> Any: method join (line 552) | def join(self, *args, **kwargs) -> Any: method lower (line 555) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 558) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 561) | def replace(self, *args, **kwargs) -> Any: method rfind (line 564) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 567) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 570) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 573) | def rstrip(self, *args, **kwargs) -> Any: method split (line 576) | def split(self, *args, **kwargs) -> Any: method startswith (line 579) | def startswith(self, *args, **kwargs) -> Any: method strip (line 582) | def strip(self, *args, **kwargs) -> Any: method upper (line 585) | def upper(self, *args, **kwargs) -> Any: method center (line 588) | def center(self, *args, **kwargs) -> Any: method encode (line 591) | def encode(self, *args, **kwargs) -> Any: method partition (line 594) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 597) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 600) | def splitlines(self, *args, **kwargs) -> Any: function sum (line 604) | def sum(*args, **kwargs) -> Any: class super (line 608) | class super: method __init__ (line 611) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 616) | class tuple: method __init__ (line 619) | def __init__(self, *argv, **kwargs) -> None: method count (line 623) | def count(self, *args, **kwargs) -> Any: method index (line 626) | def index(self, *args, **kwargs) -> Any: class type (line 630) | class type: method __init__ (line 633) | def __init__(self, *argv, **kwargs) -> None: class zip (line 638) | class zip: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 649) | class StopAsyncIteration: method __init__ (line 652) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 657) | class UnicodeError(Exception): function bin (line 661) | def bin(*args, **kwargs) -> Any: function compile (line 665) | def compile(*args, **kwargs) -> Any: class complex (line 669) | class complex: method __init__ (line 672) | def __init__(self, *argv, **kwargs) -> None: function delattr (line 677) | def delattr(*args, **kwargs) -> Any: class enumerate (line 681) | class enumerate: method __init__ (line 684) | def __init__(self, *argv, **kwargs) -> None: function execfile (line 689) | def execfile(*args, **kwargs) -> Any: class filter (line 693) | class filter: method __init__ (line 696) | def __init__(self, *argv, **kwargs) -> None: class float (line 701) | class float: method __init__ (line 704) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 709) | class frozenset: method __init__ (line 712) | def __init__(self, *argv, **kwargs) -> None: method copy (line 716) | def copy(self, *args, **kwargs) -> Any: method difference (line 719) | def difference(self, *args, **kwargs) -> Any: method intersection (line 722) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 725) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 728) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 731) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 734) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 737) | def union(self, *args, **kwargs) -> Any: function help (line 741) | def help(*args, **kwargs) -> Any: function hex (line 745) | def hex(*args, **kwargs) -> Any: function input (line 749) | def input(*args, **kwargs) -> Any: function max (line 753) | def max(*args, **kwargs) -> Any: class memoryview (line 757) | class memoryview: method __init__ (line 760) | def __init__(self, *argv, **kwargs) -> None: function min (line 765) | def min(*args, **kwargs) -> Any: function oct (line 769) | def oct(*args, **kwargs) -> Any: class property (line 773) | class property: method __init__ (line 776) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 780) | def deleter(self, *args, **kwargs) -> Any: method getter (line 783) | def getter(self, *args, **kwargs) -> Any: method setter (line 786) | def setter(self, *args, **kwargs) -> Any: class reversed (line 790) | class reversed: method __init__ (line 793) | def __init__(self, *argv, **kwargs) -> None: class slice (line 798) | class slice: method __init__ (line 801) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_11-esp32/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method center (line 69) | def center(self, *args, **kwargs) -> Any: ... method decode (line 70) | def decode(self, *args, **kwargs) -> Any: ... method partition (line 71) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 72) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 73) | def splitlines(self, *args, **kwargs) -> Any: ... function callable (line 75) | def callable(*args, **kwargs) -> Any: ... function chr (line 76) | def chr(*args, **kwargs) -> Any: ... class dict (line 78) | class dict: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 80) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 81) | def copy(self, *args, **kwargs) -> Any: ... method get (line 82) | def get(self, *args, **kwargs) -> Any: ... method items (line 83) | def items(self, *args, **kwargs) -> Any: ... method keys (line 84) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 85) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 86) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 87) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 88) | def update(self, *args, **kwargs) -> Any: ... method values (line 89) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 91) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 93) | def dir(*args, **kwargs) -> Any: ... function divmod (line 94) | def divmod(*args, **kwargs) -> Any: ... function eval (line 95) | def eval(*args, **kwargs) -> Any: ... function exec (line 96) | def exec(*args, **kwargs) -> Any: ... function getattr (line 97) | def getattr(*args, **kwargs) -> Any: ... function globals (line 98) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 99) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 100) | def hash(*args, **kwargs) -> Any: ... function id (line 101) | def id(*args, **kwargs) -> Any: ... class int (line 103) | class int: method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 106) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 107) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 109) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 110) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 111) | def iter(*args, **kwargs) -> Any: ... function len (line 112) | def len(*args, **kwargs) -> Any: ... class list (line 114) | class list: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 116) | def append(self, *args, **kwargs) -> Any: ... method clear (line 117) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 118) | def copy(self, *args, **kwargs) -> Any: ... method count (line 119) | def count(self, *args, **kwargs) -> Any: ... method extend (line 120) | def extend(self, *args, **kwargs) -> Any: ... method index (line 121) | def index(self, *args, **kwargs) -> Any: ... method insert (line 122) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 123) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 124) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 125) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 126) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 128) | def locals(*args, **kwargs) -> Any: ... class map (line 130) | class map: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 133) | def next(*args, **kwargs) -> Any: ... class object (line 135) | class object: method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 138) | def open(*args, **kwargs) -> Any: ... function ord (line 139) | def ord(*args, **kwargs) -> Any: ... function pow (line 140) | def pow(*args, **kwargs) -> Any: ... function print (line 141) | def print(*args, **kwargs) -> Any: ... class range (line 143) | class range: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 146) | def repr(*args, **kwargs) -> Any: ... function round (line 147) | def round(*args, **kwargs) -> Any: ... class set (line 149) | class set: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 151) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 152) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 153) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 154) | def remove(self, *args, **kwargs) -> Any: ... method update (line 155) | def update(self, *args, **kwargs) -> Any: ... method add (line 156) | def add(self, *args, **kwargs) -> Any: ... method difference (line 157) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 158) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 159) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 160) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 161) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 162) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 163) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 164) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 165) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 166) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 167) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 169) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 170) | def sorted(*args, **kwargs) -> Any: ... class str (line 172) | class str: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 174) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 175) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 176) | def find(self, *args, **kwargs) -> Any: ... method format (line 177) | def format(self, *args, **kwargs) -> Any: ... method index (line 178) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 179) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 180) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 181) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 182) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 183) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 184) | def join(self, *args, **kwargs) -> Any: ... method lower (line 185) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 186) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 187) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 188) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 189) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 190) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 191) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 192) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 193) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 194) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 195) | def upper(self, *args, **kwargs) -> Any: ... method center (line 196) | def center(self, *args, **kwargs) -> Any: ... method encode (line 197) | def encode(self, *args, **kwargs) -> Any: ... method partition (line 198) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 199) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 200) | def splitlines(self, *args, **kwargs) -> Any: ... function sum (line 202) | def sum(*args, **kwargs) -> Any: ... class super (line 204) | class super: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 207) | class tuple: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 209) | def count(self, *args, **kwargs) -> Any: ... method index (line 210) | def index(self, *args, **kwargs) -> Any: ... class type (line 212) | class type: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 215) | class zip: method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 220) | class StopAsyncIteration: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 223) | class UnicodeError(Exception): ... function bin (line 225) | def bin(*args, **kwargs) -> Any: ... function compile (line 226) | def compile(*args, **kwargs) -> Any: ... class complex (line 228) | class complex: method __init__ (line 229) | def __init__(self, *argv, **kwargs) -> None: ... function delattr (line 231) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 233) | class enumerate: method __init__ (line 234) | def __init__(self, *argv, **kwargs) -> None: ... function execfile (line 236) | def execfile(*args, **kwargs) -> Any: ... class filter (line 238) | class filter: method __init__ (line 239) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 241) | class float: method __init__ (line 242) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 244) | class frozenset: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 246) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 247) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 248) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 249) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 250) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 251) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 252) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 253) | def union(self, *args, **kwargs) -> Any: ... function help (line 255) | def help(*args, **kwargs) -> Any: ... function hex (line 256) | def hex(*args, **kwargs) -> Any: ... function input (line 257) | def input(*args, **kwargs) -> Any: ... function max (line 258) | def max(*args, **kwargs) -> Any: ... class memoryview (line 260) | class memoryview: method __init__ (line 261) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 263) | def min(*args, **kwargs) -> Any: ... function oct (line 264) | def oct(*args, **kwargs) -> Any: ... class property (line 266) | class property: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 268) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 269) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 270) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 272) | class reversed: method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 275) | class slice: method __init__ (line 276) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_11-esp32/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/esp.py function dht_readinto (line 16) | def dht_readinto(*args, **kwargs) -> Any: function flash_erase (line 20) | def flash_erase(*args, **kwargs) -> Any: function flash_read (line 24) | def flash_read(*args, **kwargs) -> Any: function flash_size (line 28) | def flash_size(*args, **kwargs) -> Any: function flash_user_start (line 32) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 36) | def flash_write(*args, **kwargs) -> Any: function gpio_matrix_in (line 40) | def gpio_matrix_in(*args, **kwargs) -> Any: function gpio_matrix_out (line 44) | def gpio_matrix_out(*args, **kwargs) -> Any: function neopixel_write (line 48) | def neopixel_write(*args, **kwargs) -> Any: function osdebug (line 52) | def osdebug(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/esp.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 11) | def flash_erase(*args, **kwargs) -> Any: ... function flash_read (line 12) | def flash_read(*args, **kwargs) -> Any: ... function flash_size (line 13) | def flash_size(*args, **kwargs) -> Any: ... function flash_user_start (line 14) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 15) | def flash_write(*args, **kwargs) -> Any: ... function gpio_matrix_in (line 16) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 17) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function neopixel_write (line 18) | def neopixel_write(*args, **kwargs) -> Any: ... function osdebug (line 19) | def osdebug(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/esp32.py class ULP (line 9) | class ULP: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method load_binary (line 18) | def load_binary(self, *args, **kwargs) -> Any: method run (line 21) | def run(self, *args, **kwargs) -> Any: method set_wakeup_period (line 24) | def set_wakeup_period(self, *args, **kwargs) -> Any: function hall_sensor (line 32) | def hall_sensor(*args, **kwargs) -> Any: function raw_temperature (line 36) | def raw_temperature(*args, **kwargs) -> Any: function wake_on_ext0 (line 40) | def wake_on_ext0(*args, **kwargs) -> Any: function wake_on_ext1 (line 44) | def wake_on_ext1(*args, **kwargs) -> Any: function wake_on_touch (line 48) | def wake_on_touch(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/esp32.pyi class ULP (line 3) | class ULP: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method load_binary (line 6) | def load_binary(self, *args, **kwargs) -> Any: ... method run (line 7) | def run(self, *args, **kwargs) -> Any: ... method set_wakeup_period (line 8) | def set_wakeup_period(self, *args, **kwargs) -> Any: ... function hall_sensor (line 13) | def hall_sensor(*args, **kwargs) -> Any: ... function raw_temperature (line 14) | def raw_temperature(*args, **kwargs) -> Any: ... function wake_on_ext0 (line 15) | def wake_on_ext0(*args, **kwargs) -> Any: ... function wake_on_ext1 (line 16) | def wake_on_ext1(*args, **kwargs) -> Any: ... function wake_on_touch (line 17) | def wake_on_touch(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/flashbdev.py class FlashBdev (line 12) | class FlashBdev: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 19) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 22) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 25) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/flashbdev.pyi class FlashBdev (line 6) | class FlashBdev: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 8) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 9) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 10) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/hashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/hashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/inisetup.py function check_bootsec (line 11) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 15) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 19) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 7) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method flush (line 23) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 27) | class BytesIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: method close (line 34) | def close(self, *args, **kwargs) -> Any: method read (line 37) | def read(self, *args, **kwargs) -> Any: method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: method readline (line 43) | def readline(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method flush (line 49) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 55) | def seek(self, *args, **kwargs) -> Any: class FileIO (line 59) | class FileIO: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: method close (line 66) | def close(self, *args, **kwargs) -> Any: method read (line 69) | def read(self, *args, **kwargs) -> Any: method readinto (line 72) | def readinto(self, *args, **kwargs) -> Any: method readline (line 75) | def readline(self, *args, **kwargs) -> Any: method write (line 78) | def write(self, *args, **kwargs) -> Any: method flush (line 81) | def flush(self, *args, **kwargs) -> Any: method readlines (line 84) | def readlines(self, *args, **kwargs) -> Any: method seek (line 87) | def seek(self, *args, **kwargs) -> Any: method tell (line 90) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 94) | class IOBase: method __init__ (line 97) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 102) | class StringIO: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: method close (line 109) | def close(self, *args, **kwargs) -> Any: method read (line 112) | def read(self, *args, **kwargs) -> Any: method readinto (line 115) | def readinto(self, *args, **kwargs) -> Any: method readline (line 118) | def readline(self, *args, **kwargs) -> Any: method write (line 121) | def write(self, *args, **kwargs) -> Any: method flush (line 124) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 127) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 130) | def seek(self, *args, **kwargs) -> Any: class TextIOWrapper (line 134) | class TextIOWrapper: method __init__ (line 137) | def __init__(self, *argv, **kwargs) -> None: method close (line 141) | def close(self, *args, **kwargs) -> Any: method read (line 144) | def read(self, *args, **kwargs) -> Any: method readinto (line 147) | def readinto(self, *args, **kwargs) -> Any: method readline (line 150) | def readline(self, *args, **kwargs) -> Any: method write (line 153) | def write(self, *args, **kwargs) -> Any: method flush (line 156) | def flush(self, *args, **kwargs) -> Any: method readlines (line 159) | def readlines(self, *args, **kwargs) -> Any: method seek (line 162) | def seek(self, *args, **kwargs) -> Any: method tell (line 165) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method flush (line 8) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 10) | class BytesIO: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 12) | def close(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method write (line 16) | def write(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 18) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 19) | def seek(self, *args, **kwargs) -> Any: ... class FileIO (line 21) | class FileIO: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 23) | def close(self, *args, **kwargs) -> Any: ... method read (line 24) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 25) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 26) | def readline(self, *args, **kwargs) -> Any: ... method write (line 27) | def write(self, *args, **kwargs) -> Any: ... method flush (line 28) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 29) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 30) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 31) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 33) | class IOBase: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 36) | class StringIO: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 38) | def close(self, *args, **kwargs) -> Any: ... method read (line 39) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 41) | def readline(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method flush (line 43) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 44) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 45) | def seek(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 47) | class TextIOWrapper: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 49) | def close(self, *args, **kwargs) -> Any: ... method read (line 50) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 51) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 52) | def readline(self, *args, **kwargs) -> Any: ... method write (line 53) | def write(self, *args, **kwargs) -> Any: ... method flush (line 54) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 55) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 56) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 57) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/machine.py class ADC (line 9) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method atten (line 28) | def atten(self, *args, **kwargs) -> Any: method width (line 32) | def width(cls, *args, **kwargs) -> Any: class DAC (line 36) | class DAC: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: method write (line 43) | def write(self, *args, **kwargs) -> Any: class I2C (line 54) | class I2C: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method start (line 64) | def start(self, *args, **kwargs) -> Any: method stop (line 67) | def stop(self, *args, **kwargs) -> Any: method write (line 70) | def write(self, *args, **kwargs) -> Any: method init (line 73) | def init(self, *args, **kwargs) -> Any: method readfrom (line 76) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 79) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 82) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 85) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 88) | def scan(self, *args, **kwargs) -> Any: method writeto (line 91) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 94) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 97) | def writevto(self, *args, **kwargs) -> Any: class PWM (line 104) | class PWM: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 111) | def deinit(self, *args, **kwargs) -> Any: method duty (line 114) | def duty(self, *args, **kwargs) -> Any: method freq (line 117) | def freq(self, *args, **kwargs) -> Any: method init (line 120) | def init(self, *args, **kwargs) -> Any: class Pin (line 127) | class Pin: method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: method value (line 134) | def value(self, *args, **kwargs) -> Any: method init (line 148) | def init(self, *args, **kwargs) -> Any: method irq (line 151) | def irq(self, *args, **kwargs) -> Any: method off (line 154) | def off(self, *args, **kwargs) -> Any: method on (line 157) | def on(self, *args, **kwargs) -> Any: class RTC (line 161) | class RTC: method __init__ (line 164) | def __init__(self, *argv, **kwargs) -> None: method datetime (line 168) | def datetime(self, *args, **kwargs) -> Any: method init (line 171) | def init(self, *args, **kwargs) -> Any: method memory (line 174) | def memory(self, *args, **kwargs) -> Any: class SPI (line 182) | class SPI: method __init__ (line 185) | def __init__(self, *argv, **kwargs) -> None: method read (line 189) | def read(self, *args, **kwargs) -> Any: method readinto (line 192) | def readinto(self, *args, **kwargs) -> Any: method write (line 195) | def write(self, *args, **kwargs) -> Any: method deinit (line 201) | def deinit(self, *args, **kwargs) -> Any: method init (line 204) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 207) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 211) | class Signal: method __init__ (line 214) | def __init__(self, *argv, **kwargs) -> None: method value (line 218) | def value(self, *args, **kwargs) -> Any: method off (line 221) | def off(self, *args, **kwargs) -> Any: method on (line 224) | def on(self, *args, **kwargs) -> Any: class Timer (line 232) | class Timer: method __init__ (line 235) | def __init__(self, *argv, **kwargs) -> None: method value (line 239) | def value(self, *args, **kwargs) -> Any: method deinit (line 245) | def deinit(self, *args, **kwargs) -> Any: method init (line 248) | def init(self, *args, **kwargs) -> Any: class TouchPad (line 252) | class TouchPad: method __init__ (line 255) | def __init__(self, *argv, **kwargs) -> None: method read (line 259) | def read(self, *args, **kwargs) -> Any: method config (line 262) | def config(self, *args, **kwargs) -> Any: class UART (line 266) | class UART: method __init__ (line 269) | def __init__(self, *argv, **kwargs) -> None: method any (line 273) | def any(self, *args, **kwargs) -> Any: method read (line 276) | def read(self, *args, **kwargs) -> Any: method readinto (line 279) | def readinto(self, *args, **kwargs) -> Any: method readline (line 282) | def readline(self, *args, **kwargs) -> Any: method write (line 285) | def write(self, *args, **kwargs) -> Any: method deinit (line 288) | def deinit(self, *args, **kwargs) -> Any: method init (line 291) | def init(self, *args, **kwargs) -> Any: method sendbreak (line 294) | def sendbreak(self, *args, **kwargs) -> Any: class WDT (line 301) | class WDT: method __init__ (line 304) | def __init__(self, *argv, **kwargs) -> None: method feed (line 308) | def feed(self, *args, **kwargs) -> Any: function deepsleep (line 315) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 319) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 323) | def enable_irq(*args, **kwargs) -> Any: function freq (line 327) | def freq(*args, **kwargs) -> Any: function idle (line 331) | def idle(*args, **kwargs) -> Any: function lightsleep (line 335) | def lightsleep(*args, **kwargs) -> Any: function reset (line 344) | def reset(*args, **kwargs) -> Any: function reset_cause (line 348) | def reset_cause(*args, **kwargs) -> Any: function sleep (line 352) | def sleep(*args, **kwargs) -> Any: function time_pulse_us (line 356) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 360) | def unique_id(*args, **kwargs) -> Any: function wake_reason (line 364) | def wake_reason(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/machine.pyi class ADC (line 3) | class ADC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method atten (line 14) | def atten(self, *args, **kwargs) -> Any: ... method width (line 16) | def width(cls, *args, **kwargs) -> Any: ... class DAC (line 18) | class DAC: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 20) | def write(self, *args, **kwargs) -> Any: ... class I2C (line 28) | class I2C: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 30) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 31) | def start(self, *args, **kwargs) -> Any: ... method stop (line 32) | def stop(self, *args, **kwargs) -> Any: ... method write (line 33) | def write(self, *args, **kwargs) -> Any: ... method init (line 34) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 35) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 36) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 37) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 38) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 39) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 40) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 41) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 42) | def writevto(self, *args, **kwargs) -> Any: ... class PWM (line 46) | class PWM: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 48) | def deinit(self, *args, **kwargs) -> Any: ... method duty (line 49) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 50) | def freq(self, *args, **kwargs) -> Any: ... method init (line 51) | def init(self, *args, **kwargs) -> Any: ... class Pin (line 55) | class Pin: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 57) | def value(self, *args, **kwargs) -> Any: ... method init (line 68) | def init(self, *args, **kwargs) -> Any: ... method irq (line 69) | def irq(self, *args, **kwargs) -> Any: ... method off (line 70) | def off(self, *args, **kwargs) -> Any: ... method on (line 71) | def on(self, *args, **kwargs) -> Any: ... class RTC (line 73) | class RTC: method __init__ (line 74) | def __init__(self, *argv, **kwargs) -> None: ... method datetime (line 75) | def datetime(self, *args, **kwargs) -> Any: ... method init (line 76) | def init(self, *args, **kwargs) -> Any: ... method memory (line 77) | def memory(self, *args, **kwargs) -> Any: ... class SPI (line 82) | class SPI: method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 84) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 85) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 86) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 89) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 90) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 91) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 93) | class Signal: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 95) | def value(self, *args, **kwargs) -> Any: ... method off (line 96) | def off(self, *args, **kwargs) -> Any: ... method on (line 97) | def on(self, *args, **kwargs) -> Any: ... class Timer (line 102) | class Timer: method __init__ (line 103) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 104) | def value(self, *args, **kwargs) -> Any: ... method deinit (line 107) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 108) | def init(self, *args, **kwargs) -> Any: ... class TouchPad (line 110) | class TouchPad: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 112) | def read(self, *args, **kwargs) -> Any: ... method config (line 113) | def config(self, *args, **kwargs) -> Any: ... class UART (line 115) | class UART: method __init__ (line 116) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 117) | def any(self, *args, **kwargs) -> Any: ... method read (line 118) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 119) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 120) | def readline(self, *args, **kwargs) -> Any: ... method write (line 121) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 122) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 123) | def init(self, *args, **kwargs) -> Any: ... method sendbreak (line 124) | def sendbreak(self, *args, **kwargs) -> Any: ... class WDT (line 128) | class WDT: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 130) | def feed(self, *args, **kwargs) -> Any: ... function deepsleep (line 134) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 135) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 136) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 137) | def freq(*args, **kwargs) -> Any: ... function idle (line 138) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 139) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 145) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 146) | def reset_cause(*args, **kwargs) -> Any: ... function sleep (line 147) | def sleep(*args, **kwargs) -> Any: ... function time_pulse_us (line 148) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 149) | def unique_id(*args, **kwargs) -> Any: ... function wake_reason (line 150) | def wake_reason(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function acosh (line 17) | def acosh(*args, **kwargs) -> Any: function asin (line 21) | def asin(*args, **kwargs) -> Any: function asinh (line 25) | def asinh(*args, **kwargs) -> Any: function atan (line 29) | def atan(*args, **kwargs) -> Any: function atan2 (line 33) | def atan2(*args, **kwargs) -> Any: function atanh (line 37) | def atanh(*args, **kwargs) -> Any: function ceil (line 41) | def ceil(*args, **kwargs) -> Any: function copysign (line 45) | def copysign(*args, **kwargs) -> Any: function cos (line 49) | def cos(*args, **kwargs) -> Any: function cosh (line 53) | def cosh(*args, **kwargs) -> Any: function degrees (line 57) | def degrees(*args, **kwargs) -> Any: function erf (line 64) | def erf(*args, **kwargs) -> Any: function erfc (line 68) | def erfc(*args, **kwargs) -> Any: function exp (line 72) | def exp(*args, **kwargs) -> Any: function expm1 (line 76) | def expm1(*args, **kwargs) -> Any: function fabs (line 80) | def fabs(*args, **kwargs) -> Any: function floor (line 84) | def floor(*args, **kwargs) -> Any: function fmod (line 88) | def fmod(*args, **kwargs) -> Any: function frexp (line 92) | def frexp(*args, **kwargs) -> Any: function gamma (line 96) | def gamma(*args, **kwargs) -> Any: function isfinite (line 100) | def isfinite(*args, **kwargs) -> Any: function isinf (line 104) | def isinf(*args, **kwargs) -> Any: function isnan (line 108) | def isnan(*args, **kwargs) -> Any: function ldexp (line 112) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 116) | def lgamma(*args, **kwargs) -> Any: function log (line 120) | def log(*args, **kwargs) -> Any: function log10 (line 124) | def log10(*args, **kwargs) -> Any: function log2 (line 128) | def log2(*args, **kwargs) -> Any: function modf (line 132) | def modf(*args, **kwargs) -> Any: function radians (line 139) | def radians(*args, **kwargs) -> Any: function sin (line 143) | def sin(*args, **kwargs) -> Any: function sinh (line 147) | def sinh(*args, **kwargs) -> Any: function sqrt (line 151) | def sqrt(*args, **kwargs) -> Any: function tan (line 155) | def tan(*args, **kwargs) -> Any: function tanh (line 159) | def tanh(*args, **kwargs) -> Any: function trunc (line 163) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function acosh (line 5) | def acosh(*args, **kwargs) -> Any: ... function asin (line 6) | def asin(*args, **kwargs) -> Any: ... function asinh (line 7) | def asinh(*args, **kwargs) -> Any: ... function atan (line 8) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 9) | def atan2(*args, **kwargs) -> Any: ... function atanh (line 10) | def atanh(*args, **kwargs) -> Any: ... function ceil (line 11) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 12) | def copysign(*args, **kwargs) -> Any: ... function cos (line 13) | def cos(*args, **kwargs) -> Any: ... function cosh (line 14) | def cosh(*args, **kwargs) -> Any: ... function degrees (line 15) | def degrees(*args, **kwargs) -> Any: ... function erf (line 19) | def erf(*args, **kwargs) -> Any: ... function erfc (line 20) | def erfc(*args, **kwargs) -> Any: ... function exp (line 21) | def exp(*args, **kwargs) -> Any: ... function expm1 (line 22) | def expm1(*args, **kwargs) -> Any: ... function fabs (line 23) | def fabs(*args, **kwargs) -> Any: ... function floor (line 24) | def floor(*args, **kwargs) -> Any: ... function fmod (line 25) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 26) | def frexp(*args, **kwargs) -> Any: ... function gamma (line 27) | def gamma(*args, **kwargs) -> Any: ... function isfinite (line 28) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 29) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 30) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 31) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 32) | def lgamma(*args, **kwargs) -> Any: ... function log (line 33) | def log(*args, **kwargs) -> Any: ... function log10 (line 34) | def log10(*args, **kwargs) -> Any: ... function log2 (line 35) | def log2(*args, **kwargs) -> Any: ... function modf (line 36) | def modf(*args, **kwargs) -> Any: ... function radians (line 40) | def radians(*args, **kwargs) -> Any: ... function sin (line 41) | def sin(*args, **kwargs) -> Any: ... function sinh (line 42) | def sinh(*args, **kwargs) -> Any: ... function sqrt (line 43) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 44) | def tan(*args, **kwargs) -> Any: ... function tanh (line 45) | def tanh(*args, **kwargs) -> Any: ... function trunc (line 46) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/neopixel.py function neopixel_write (line 9) | def neopixel_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/neopixel.pyi function neopixel_write (line 3) | def neopixel_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/network.py function LAN (line 20) | def LAN(*args, **kwargs) -> Any: function PPP (line 31) | def PPP(*args, **kwargs) -> Any: function WLAN (line 46) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 50) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/network.pyi function LAN (line 14) | def LAN(*args, **kwargs) -> Any: ... function PPP (line 22) | def PPP(*args, **kwargs) -> Any: ... function WLAN (line 34) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 35) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/onewire.py function const (line 9) | def const(*args, **kwargs) -> Any: class OneWireError (line 13) | class OneWireError(Exception): class OneWire (line 17) | class OneWire: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: method write (line 27) | def write(self, *args, **kwargs) -> Any: method crc8 (line 30) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 33) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 36) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 39) | def reset(self, *args, **kwargs) -> Any: method scan (line 42) | def scan(self, *args, **kwargs) -> Any: method writebit (line 45) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 48) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 55) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/onewire.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class OneWireError (line 5) | class OneWireError(Exception): ... class OneWire (line 7) | class OneWire: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 10) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 11) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 12) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 13) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 14) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 15) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 16) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 17) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 21) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: function chdir (line 60) | def chdir(*args, **kwargs) -> Any: function dupterm (line 64) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 68) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 72) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 76) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 80) | def listdir(*args, **kwargs) -> Any: function mkdir (line 84) | def mkdir(*args, **kwargs) -> Any: function mount (line 88) | def mount(*args, **kwargs) -> Any: function rename (line 92) | def rename(*args, **kwargs) -> Any: function rmdir (line 96) | def rmdir(*args, **kwargs) -> Any: function stat (line 100) | def stat(*args, **kwargs) -> Any: function statvfs (line 104) | def statvfs(*args, **kwargs) -> Any: function umount (line 108) | def umount(*args, **kwargs) -> Any: function uname (line 112) | def uname(*args, **kwargs) -> Any: function urandom (line 116) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 21) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 22) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 23) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 24) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 25) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 26) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 27) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 28) | def mount(*args, **kwargs) -> Any: ... function rename (line 29) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 30) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 31) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 32) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 33) | def umount(*args, **kwargs) -> Any: ... function uname (line 34) | def uname(*args, **kwargs) -> Any: ... function urandom (line 35) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/re.py function compile (line 11) | def compile(*args, **kwargs) -> Any: function match (line 15) | def match(*args, **kwargs) -> Any: function search (line 19) | def search(*args, **kwargs) -> Any: function sub (line 23) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/re.pyi function compile (line 5) | def compile(*args, **kwargs) -> Any: ... function match (line 6) | def match(*args, **kwargs) -> Any: ... function search (line 7) | def search(*args, **kwargs) -> Any: ... function sub (line 8) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/socket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method close (line 32) | def close(self, *args, **kwargs) -> Any: method read (line 35) | def read(self, *args, **kwargs) -> Any: method readinto (line 38) | def readinto(self, *args, **kwargs) -> Any: method readline (line 41) | def readline(self, *args, **kwargs) -> Any: method send (line 44) | def send(self, *args, **kwargs) -> Any: method write (line 47) | def write(self, *args, **kwargs) -> Any: method accept (line 50) | def accept(self, *args, **kwargs) -> Any: method bind (line 53) | def bind(self, *args, **kwargs) -> Any: method connect (line 56) | def connect(self, *args, **kwargs) -> Any: method fileno (line 59) | def fileno(self, *args, **kwargs) -> Any: method listen (line 62) | def listen(self, *args, **kwargs) -> Any: method makefile (line 65) | def makefile(self, *args, **kwargs) -> Any: method recv (line 68) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 71) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 74) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 77) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 80) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 83) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 86) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/socket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method send (line 23) | def send(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method accept (line 25) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 26) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 27) | def connect(self, *args, **kwargs) -> Any: ... method fileno (line 28) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/time.py function localtime (line 9) | def localtime(*args, **kwargs) -> Any: function mktime (line 13) | def mktime(*args, **kwargs) -> Any: function sleep (line 17) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 25) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 29) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 33) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 37) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 41) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 45) | def ticks_us(*args, **kwargs) -> Any: function time (line 49) | def time(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/time.pyi function localtime (line 3) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 4) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 5) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 7) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 8) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 9) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 10) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 11) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 12) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 13) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method decrypt (line 16) | def decrypt(self, *args, **kwargs) -> Any: method encrypt (line 19) | def encrypt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/ucryptolib.pyi class aes (line 3) | class aes: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method encrypt (line 6) | def encrypt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_11-esp32/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_11-esp32/uhashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/uhashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method flush (line 23) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 27) | class BytesIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: method close (line 34) | def close(self, *args, **kwargs) -> Any: method read (line 37) | def read(self, *args, **kwargs) -> Any: method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: method readline (line 43) | def readline(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method flush (line 49) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 55) | def seek(self, *args, **kwargs) -> Any: class FileIO (line 59) | class FileIO: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: method close (line 66) | def close(self, *args, **kwargs) -> Any: method read (line 69) | def read(self, *args, **kwargs) -> Any: method readinto (line 72) | def readinto(self, *args, **kwargs) -> Any: method readline (line 75) | def readline(self, *args, **kwargs) -> Any: method write (line 78) | def write(self, *args, **kwargs) -> Any: method flush (line 81) | def flush(self, *args, **kwargs) -> Any: method readlines (line 84) | def readlines(self, *args, **kwargs) -> Any: method seek (line 87) | def seek(self, *args, **kwargs) -> Any: method tell (line 90) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 94) | class IOBase: method __init__ (line 97) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 102) | class StringIO: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: method close (line 109) | def close(self, *args, **kwargs) -> Any: method read (line 112) | def read(self, *args, **kwargs) -> Any: method readinto (line 115) | def readinto(self, *args, **kwargs) -> Any: method readline (line 118) | def readline(self, *args, **kwargs) -> Any: method write (line 121) | def write(self, *args, **kwargs) -> Any: method flush (line 124) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 127) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 130) | def seek(self, *args, **kwargs) -> Any: class TextIOWrapper (line 134) | class TextIOWrapper: method __init__ (line 137) | def __init__(self, *argv, **kwargs) -> None: method close (line 141) | def close(self, *args, **kwargs) -> Any: method read (line 144) | def read(self, *args, **kwargs) -> Any: method readinto (line 147) | def readinto(self, *args, **kwargs) -> Any: method readline (line 150) | def readline(self, *args, **kwargs) -> Any: method write (line 153) | def write(self, *args, **kwargs) -> Any: method flush (line 156) | def flush(self, *args, **kwargs) -> Any: method readlines (line 159) | def readlines(self, *args, **kwargs) -> Any: method seek (line 162) | def seek(self, *args, **kwargs) -> Any: method tell (line 165) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method flush (line 8) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 10) | class BytesIO: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 12) | def close(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method write (line 16) | def write(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 18) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 19) | def seek(self, *args, **kwargs) -> Any: ... class FileIO (line 21) | class FileIO: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 23) | def close(self, *args, **kwargs) -> Any: ... method read (line 24) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 25) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 26) | def readline(self, *args, **kwargs) -> Any: ... method write (line 27) | def write(self, *args, **kwargs) -> Any: ... method flush (line 28) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 29) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 30) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 31) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 33) | class IOBase: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 36) | class StringIO: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 38) | def close(self, *args, **kwargs) -> Any: ... method read (line 39) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 41) | def readline(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method flush (line 43) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 44) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 45) | def seek(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 47) | class TextIOWrapper: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 49) | def close(self, *args, **kwargs) -> Any: ... method read (line 50) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 51) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 52) | def readline(self, *args, **kwargs) -> Any: ... method write (line 53) | def write(self, *args, **kwargs) -> Any: ... method flush (line 54) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 55) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 56) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 57) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 18) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 21) | def disconnect(self, *args, **kwargs) -> Any: method log (line 24) | def log(self, *args, **kwargs) -> Any: method delay (line 29) | def delay(self, *args, **kwargs) -> Any: method set_callback (line 36) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 39) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 42) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 45) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 6) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 7) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 8) | def log(self, *args, **kwargs) -> Any: ... method delay (line 10) | def delay(self, *args, **kwargs) -> Any: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 15) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 16) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 17) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 18) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTClient (line 13) | class MQTTClient: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method connect (line 20) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 23) | def disconnect(self, *args, **kwargs) -> Any: method publish (line 26) | def publish(self, *args, **kwargs) -> Any: method wait_msg (line 29) | def wait_msg(self, *args, **kwargs) -> Any: method set_callback (line 32) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 35) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 38) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 41) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 44) | def check_msg(self, *args, **kwargs) -> Any: class MQTTException (line 48) | class MQTTException(Exception): FILE: stubs/micropython-v1_11-esp32/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTClient (line 5) | class MQTTClient: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 7) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 8) | def disconnect(self, *args, **kwargs) -> Any: ... method publish (line 9) | def publish(self, *args, **kwargs) -> Any: ... method wait_msg (line 10) | def wait_msg(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 14) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... class MQTTException (line 17) | class MQTTException(Exception): ... FILE: stubs/micropython-v1_11-esp32/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: function chdir (line 60) | def chdir(*args, **kwargs) -> Any: function dupterm (line 64) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 68) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 72) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 76) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 80) | def listdir(*args, **kwargs) -> Any: function mkdir (line 84) | def mkdir(*args, **kwargs) -> Any: function mount (line 88) | def mount(*args, **kwargs) -> Any: function rename (line 92) | def rename(*args, **kwargs) -> Any: function rmdir (line 96) | def rmdir(*args, **kwargs) -> Any: function stat (line 100) | def stat(*args, **kwargs) -> Any: function statvfs (line 104) | def statvfs(*args, **kwargs) -> Any: function umount (line 108) | def umount(*args, **kwargs) -> Any: function uname (line 112) | def uname(*args, **kwargs) -> Any: function urandom (line 116) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 21) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 22) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 23) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 24) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 25) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 26) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 27) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 28) | def mount(*args, **kwargs) -> Any: ... function rename (line 29) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 30) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 31) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 32) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 33) | def umount(*args, **kwargs) -> Any: ... function uname (line 34) | def uname(*args, **kwargs) -> Any: ... function urandom (line 35) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/ure.py function compile (line 11) | def compile(*args, **kwargs) -> Any: function match (line 15) | def match(*args, **kwargs) -> Any: function search (line 19) | def search(*args, **kwargs) -> Any: function sub (line 23) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/ure.pyi function compile (line 5) | def compile(*args, **kwargs) -> Any: ... function match (line 6) | def match(*args, **kwargs) -> Any: ... function search (line 7) | def search(*args, **kwargs) -> Any: ... function sub (line 8) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: function head (line 17) | def head(*args, **kwargs) -> Any: class Response (line 21) | class Response: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method close (line 28) | def close(self, *args, **kwargs) -> Any: method json (line 31) | def json(self, *args, **kwargs) -> Any: function request (line 38) | def request(*args, **kwargs) -> Any: function post (line 42) | def post(*args, **kwargs) -> Any: function patch (line 46) | def patch(*args, **kwargs) -> Any: function delete (line 50) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... function head (line 5) | def head(*args, **kwargs) -> Any: ... class Response (line 7) | class Response: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 9) | def close(self, *args, **kwargs) -> Any: ... method json (line 10) | def json(self, *args, **kwargs) -> Any: ... function request (line 14) | def request(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/usocket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method close (line 32) | def close(self, *args, **kwargs) -> Any: method read (line 35) | def read(self, *args, **kwargs) -> Any: method readinto (line 38) | def readinto(self, *args, **kwargs) -> Any: method readline (line 41) | def readline(self, *args, **kwargs) -> Any: method send (line 44) | def send(self, *args, **kwargs) -> Any: method write (line 47) | def write(self, *args, **kwargs) -> Any: method accept (line 50) | def accept(self, *args, **kwargs) -> Any: method bind (line 53) | def bind(self, *args, **kwargs) -> Any: method connect (line 56) | def connect(self, *args, **kwargs) -> Any: method fileno (line 59) | def fileno(self, *args, **kwargs) -> Any: method listen (line 62) | def listen(self, *args, **kwargs) -> Any: method makefile (line 65) | def makefile(self, *args, **kwargs) -> Any: method recv (line 68) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 71) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 74) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 77) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 80) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 83) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 86) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/usocket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method send (line 23) | def send(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method accept (line 25) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 26) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 27) | def connect(self, *args, **kwargs) -> Any: ... method fileno (line 28) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/utime.py function localtime (line 9) | def localtime(*args, **kwargs) -> Any: function mktime (line 13) | def mktime(*args, **kwargs) -> Any: function sleep (line 17) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 25) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 29) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 33) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 37) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 41) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 45) | def ticks_us(*args, **kwargs) -> Any: function time (line 49) | def time(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/utime.pyi function localtime (line 3) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 4) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 5) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 7) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 8) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 9) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 10) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 11) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 12) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 13) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/websocket_helper.py function server_handshake (line 11) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 15) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/websocket_helper.pyi function server_handshake (line 5) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 6) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp32/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_11-esp32/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/apa102.py class APA102 (line 9) | class APA102: method fill (line 14) | def fill(self, *args) -> Any: method write (line 17) | def write(self, *args) -> Any: class NeoPixel (line 21) | class NeoPixel: method fill (line 26) | def fill(self, *args) -> Any: method write (line 29) | def write(self, *args) -> Any: function apa102_write (line 33) | def apa102_write(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/apa102.pyi class APA102 (line 3) | class APA102: method fill (line 5) | def fill(self, *args) -> Any: ... method write (line 6) | def write(self, *args) -> Any: ... class NeoPixel (line 8) | class NeoPixel: method fill (line 10) | def fill(self, *args) -> Any: ... method write (line 11) | def write(self, *args) -> Any: ... function apa102_write (line 13) | def apa102_write(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/array.py class array (line 9) | class array: method append (line 12) | def append(self, *args) -> Any: method decode (line 15) | def decode(self, *args) -> Any: method extend (line 18) | def extend(self, *args) -> Any: FILE: stubs/micropython-v1_11-esp8266/array.pyi class array (line 3) | class array: method append (line 4) | def append(self, *args) -> Any: ... method decode (line 5) | def decode(self, *args) -> Any: ... method extend (line 6) | def extend(self, *args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args) -> Any: function hexlify (line 17) | def hexlify(*args) -> Any: function unhexlify (line 21) | def unhexlify(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args) -> Any: ... function hexlify (line 5) | def hexlify(*args) -> Any: ... function unhexlify (line 6) | def unhexlify(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/btree.py function open (line 12) | def open(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/btree.pyi function open (line 6) | def open(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/collections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *args) -> Any: method copy (line 15) | def copy(self, *args) -> Any: method fromkeys (line 18) | def fromkeys(self, *args) -> Any: method get (line 21) | def get(self, *args) -> Any: method items (line 24) | def items(self, *args) -> Any: method keys (line 27) | def keys(self, *args) -> Any: method pop (line 30) | def pop(self, *args) -> Any: method popitem (line 33) | def popitem(self, *args) -> Any: method setdefault (line 36) | def setdefault(self, *args) -> Any: method update (line 39) | def update(self, *args) -> Any: method values (line 42) | def values(self, *args) -> Any: class deque (line 46) | class deque: method append (line 49) | def append(self, *args) -> Any: method popleft (line 52) | def popleft(self, *args) -> Any: function namedtuple (line 56) | def namedtuple(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/collections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *args) -> Any: ... method copy (line 5) | def copy(self, *args) -> Any: ... method fromkeys (line 6) | def fromkeys(self, *args) -> Any: ... method get (line 7) | def get(self, *args) -> Any: ... method items (line 8) | def items(self, *args) -> Any: ... method keys (line 9) | def keys(self, *args) -> Any: ... method pop (line 10) | def pop(self, *args) -> Any: ... method popitem (line 11) | def popitem(self, *args) -> Any: ... method setdefault (line 12) | def setdefault(self, *args) -> Any: ... method update (line 13) | def update(self, *args) -> Any: ... method values (line 14) | def values(self, *args) -> Any: ... class deque (line 16) | class deque: method append (line 17) | def append(self, *args) -> Any: ... method popleft (line 18) | def popleft(self, *args) -> Any: ... function namedtuple (line 20) | def namedtuple(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/dht.py class DHT11 (line 9) | class DHT11: method humidity (line 12) | def humidity(self, *args) -> Any: method measure (line 15) | def measure(self, *args) -> Any: method temperature (line 18) | def temperature(self, *args) -> Any: class DHT22 (line 22) | class DHT22: method humidity (line 25) | def humidity(self, *args) -> Any: method measure (line 28) | def measure(self, *args) -> Any: method temperature (line 31) | def temperature(self, *args) -> Any: class DHTBase (line 35) | class DHTBase: method measure (line 38) | def measure(self, *args) -> Any: function dht_readinto (line 42) | def dht_readinto(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/dht.pyi class DHT11 (line 3) | class DHT11: method humidity (line 4) | def humidity(self, *args) -> Any: ... method measure (line 5) | def measure(self, *args) -> Any: ... method temperature (line 6) | def temperature(self, *args) -> Any: ... class DHT22 (line 8) | class DHT22: method humidity (line 9) | def humidity(self, *args) -> Any: ... method measure (line 10) | def measure(self, *args) -> Any: ... method temperature (line 11) | def temperature(self, *args) -> Any: ... class DHTBase (line 13) | class DHTBase: method measure (line 14) | def measure(self, *args) -> Any: ... function dht_readinto (line 16) | def dht_readinto(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/ds18x20.py class DS18X20 (line 9) | class DS18X20: method convert_temp (line 12) | def convert_temp(self, *args) -> Any: method read_scratch (line 15) | def read_scratch(self, *args) -> Any: method read_temp (line 18) | def read_temp(self, *args) -> Any: method scan (line 21) | def scan(self, *args) -> Any: method write_scratch (line 24) | def write_scratch(self, *args) -> Any: function const (line 28) | def const(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/ds18x20.pyi class DS18X20 (line 3) | class DS18X20: method convert_temp (line 4) | def convert_temp(self, *args) -> Any: ... method read_scratch (line 5) | def read_scratch(self, *args) -> Any: ... method read_temp (line 6) | def read_temp(self, *args) -> Any: ... method scan (line 7) | def scan(self, *args) -> Any: ... method write_scratch (line 8) | def write_scratch(self, *args) -> Any: ... function const (line 10) | def const(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/esp.py function apa102_write (line 13) | def apa102_write(*args) -> Any: function check_fw (line 17) | def check_fw(*args) -> Any: function deepsleep (line 21) | def deepsleep(*args) -> Any: function dht_readinto (line 25) | def dht_readinto(*args) -> Any: function esf_free_bufs (line 29) | def esf_free_bufs(*args) -> Any: function flash_erase (line 33) | def flash_erase(*args) -> Any: function flash_id (line 37) | def flash_id(*args) -> Any: function flash_read (line 41) | def flash_read(*args) -> Any: function flash_size (line 45) | def flash_size(*args) -> Any: function flash_user_start (line 49) | def flash_user_start(*args) -> Any: function flash_write (line 53) | def flash_write(*args) -> Any: function free (line 57) | def free(*args) -> Any: function freemem (line 61) | def freemem(*args) -> Any: function info (line 65) | def info(*args) -> Any: function malloc (line 69) | def malloc(*args) -> Any: function meminfo (line 73) | def meminfo(*args) -> Any: function neopixel_write (line 77) | def neopixel_write(*args) -> Any: function osdebug (line 81) | def osdebug(*args) -> Any: function set_native_code_location (line 85) | def set_native_code_location(*args) -> Any: function sleep_type (line 89) | def sleep_type(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/esp.pyi function apa102_write (line 7) | def apa102_write(*args) -> Any: ... function check_fw (line 8) | def check_fw(*args) -> Any: ... function deepsleep (line 9) | def deepsleep(*args) -> Any: ... function dht_readinto (line 10) | def dht_readinto(*args) -> Any: ... function esf_free_bufs (line 11) | def esf_free_bufs(*args) -> Any: ... function flash_erase (line 12) | def flash_erase(*args) -> Any: ... function flash_id (line 13) | def flash_id(*args) -> Any: ... function flash_read (line 14) | def flash_read(*args) -> Any: ... function flash_size (line 15) | def flash_size(*args) -> Any: ... function flash_user_start (line 16) | def flash_user_start(*args) -> Any: ... function flash_write (line 17) | def flash_write(*args) -> Any: ... function free (line 18) | def free(*args) -> Any: ... function freemem (line 19) | def freemem(*args) -> Any: ... function info (line 20) | def info(*args) -> Any: ... function malloc (line 21) | def malloc(*args) -> Any: ... function meminfo (line 22) | def meminfo(*args) -> Any: ... function neopixel_write (line 23) | def neopixel_write(*args) -> Any: ... function osdebug (line 24) | def osdebug(*args) -> Any: ... function set_native_code_location (line 25) | def set_native_code_location(*args) -> Any: ... function sleep_type (line 26) | def sleep_type(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/example_pub_button.py class MQTTClient (line 11) | class MQTTClient: method _recv_len (line 14) | def _recv_len(self, *args) -> Any: method _send_str (line 17) | def _send_str(self, *args) -> Any: method check_msg (line 20) | def check_msg(self, *args) -> Any: method connect (line 23) | def connect(self, *args) -> Any: method disconnect (line 26) | def disconnect(self, *args) -> Any: method ping (line 29) | def ping(self, *args) -> Any: method publish (line 32) | def publish(self, *args) -> Any: method set_callback (line 35) | def set_callback(self, *args) -> Any: method set_last_will (line 38) | def set_last_will(self, *args) -> Any: method subscribe (line 41) | def subscribe(self, *args) -> Any: method wait_msg (line 44) | def wait_msg(self, *args) -> Any: class Pin (line 48) | class Pin: method init (line 58) | def init(self, *args) -> Any: method irq (line 61) | def irq(self, *args) -> Any: method off (line 64) | def off(self, *args) -> Any: method on (line 67) | def on(self, *args) -> Any: method value (line 70) | def value(self, *args) -> Any: function main (line 80) | def main(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/example_pub_button.pyi class MQTTClient (line 5) | class MQTTClient: method _recv_len (line 6) | def _recv_len(self, *args) -> Any: ... method _send_str (line 7) | def _send_str(self, *args) -> Any: ... method check_msg (line 8) | def check_msg(self, *args) -> Any: ... method connect (line 9) | def connect(self, *args) -> Any: ... method disconnect (line 10) | def disconnect(self, *args) -> Any: ... method ping (line 11) | def ping(self, *args) -> Any: ... method publish (line 12) | def publish(self, *args) -> Any: ... method set_callback (line 13) | def set_callback(self, *args) -> Any: ... method set_last_will (line 14) | def set_last_will(self, *args) -> Any: ... method subscribe (line 15) | def subscribe(self, *args) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args) -> Any: ... class Pin (line 18) | class Pin: method init (line 25) | def init(self, *args) -> Any: ... method irq (line 26) | def irq(self, *args) -> Any: ... method off (line 27) | def off(self, *args) -> Any: ... method on (line 28) | def on(self, *args) -> Any: ... method value (line 29) | def value(self, *args) -> Any: ... function main (line 36) | def main(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/example_sub_led.py class MQTTClient (line 11) | class MQTTClient: method _recv_len (line 14) | def _recv_len(self, *args) -> Any: method _send_str (line 17) | def _send_str(self, *args) -> Any: method check_msg (line 20) | def check_msg(self, *args) -> Any: method connect (line 23) | def connect(self, *args) -> Any: method disconnect (line 26) | def disconnect(self, *args) -> Any: method ping (line 29) | def ping(self, *args) -> Any: method publish (line 32) | def publish(self, *args) -> Any: method set_callback (line 35) | def set_callback(self, *args) -> Any: method set_last_will (line 38) | def set_last_will(self, *args) -> Any: method subscribe (line 41) | def subscribe(self, *args) -> Any: method wait_msg (line 44) | def wait_msg(self, *args) -> Any: class Pin (line 48) | class Pin: method init (line 58) | def init(self, *args) -> Any: method irq (line 61) | def irq(self, *args) -> Any: method off (line 64) | def off(self, *args) -> Any: method on (line 67) | def on(self, *args) -> Any: method value (line 70) | def value(self, *args) -> Any: function main (line 80) | def main(*args) -> Any: function sub_cb (line 88) | def sub_cb(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/example_sub_led.pyi class MQTTClient (line 5) | class MQTTClient: method _recv_len (line 6) | def _recv_len(self, *args) -> Any: ... method _send_str (line 7) | def _send_str(self, *args) -> Any: ... method check_msg (line 8) | def check_msg(self, *args) -> Any: ... method connect (line 9) | def connect(self, *args) -> Any: ... method disconnect (line 10) | def disconnect(self, *args) -> Any: ... method ping (line 11) | def ping(self, *args) -> Any: ... method publish (line 12) | def publish(self, *args) -> Any: ... method set_callback (line 13) | def set_callback(self, *args) -> Any: ... method set_last_will (line 14) | def set_last_will(self, *args) -> Any: ... method subscribe (line 15) | def subscribe(self, *args) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args) -> Any: ... class Pin (line 18) | class Pin: method init (line 25) | def init(self, *args) -> Any: ... method irq (line 26) | def irq(self, *args) -> Any: ... method off (line 27) | def off(self, *args) -> Any: ... method on (line 28) | def on(self, *args) -> Any: ... method value (line 29) | def value(self, *args) -> Any: ... function main (line 36) | def main(*args) -> Any: ... function sub_cb (line 41) | def sub_cb(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/flashbdev.py class FlashBdev (line 9) | class FlashBdev: method ioctl (line 17) | def ioctl(self, *args) -> Any: method readblocks (line 20) | def readblocks(self, *args) -> Any: method writeblocks (line 23) | def writeblocks(self, *args) -> Any: FILE: stubs/micropython-v1_11-esp8266/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method ioctl (line 8) | def ioctl(self, *args) -> Any: ... method readblocks (line 9) | def readblocks(self, *args) -> Any: ... method writeblocks (line 10) | def writeblocks(self, *args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method blit (line 12) | def blit(self, *args) -> Any: method fill (line 15) | def fill(self, *args) -> Any: method fill_rect (line 18) | def fill_rect(self, *args) -> Any: method hline (line 21) | def hline(self, *args) -> Any: method line (line 24) | def line(self, *args) -> Any: method pixel (line 27) | def pixel(self, *args) -> Any: method rect (line 30) | def rect(self, *args) -> Any: method scroll (line 33) | def scroll(self, *args) -> Any: method text (line 36) | def text(self, *args) -> Any: method vline (line 39) | def vline(self, *args) -> Any: function FrameBuffer1 (line 43) | def FrameBuffer1(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method blit (line 4) | def blit(self, *args) -> Any: ... method fill (line 5) | def fill(self, *args) -> Any: ... method fill_rect (line 6) | def fill_rect(self, *args) -> Any: ... method hline (line 7) | def hline(self, *args) -> Any: ... method line (line 8) | def line(self, *args) -> Any: ... method pixel (line 9) | def pixel(self, *args) -> Any: ... method rect (line 10) | def rect(self, *args) -> Any: ... method scroll (line 11) | def scroll(self, *args) -> Any: ... method text (line 12) | def text(self, *args) -> Any: ... method vline (line 13) | def vline(self, *args) -> Any: ... function FrameBuffer1 (line 15) | def FrameBuffer1(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/gc.py function collect (line 9) | def collect(*args) -> Any: function disable (line 13) | def disable(*args) -> Any: function enable (line 17) | def enable(*args) -> Any: function isenabled (line 21) | def isenabled(*args) -> Any: function mem_alloc (line 25) | def mem_alloc(*args) -> Any: function mem_free (line 29) | def mem_free(*args) -> Any: function threshold (line 33) | def threshold(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/gc.pyi function collect (line 3) | def collect(*args) -> Any: ... function disable (line 4) | def disable(*args) -> Any: ... function enable (line 5) | def enable(*args) -> Any: ... function isenabled (line 6) | def isenabled(*args) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args) -> Any: ... function mem_free (line 8) | def mem_free(*args) -> Any: ... function threshold (line 9) | def threshold(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/hashlib.py class sha1 (line 9) | class sha1: method digest (line 12) | def digest(self, *args) -> Any: method update (line 15) | def update(self, *args) -> Any: class sha256 (line 19) | class sha256: method digest (line 22) | def digest(self, *args) -> Any: method update (line 25) | def update(self, *args) -> Any: FILE: stubs/micropython-v1_11-esp8266/hashlib.pyi class sha1 (line 3) | class sha1: method digest (line 4) | def digest(self, *args) -> Any: ... method update (line 5) | def update(self, *args) -> Any: ... class sha256 (line 7) | class sha256: method digest (line 8) | def digest(self, *args) -> Any: ... method update (line 9) | def update(self, *args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/inisetup.py function check_bootsec (line 11) | def check_bootsec(*args) -> Any: function fs_corrupted (line 15) | def fs_corrupted(*args) -> Any: function setup (line 22) | def setup(*args) -> Any: function wifi (line 29) | def wifi(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args) -> Any: ... function setup (line 10) | def setup(*args) -> Any: ... function wifi (line 14) | def wifi(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/io.py class BytesIO (line 9) | class BytesIO: method close (line 12) | def close(self, *args) -> Any: method flush (line 15) | def flush(self, *args) -> Any: method getvalue (line 18) | def getvalue(self, *args) -> Any: method read (line 21) | def read(self, *args) -> Any: method readinto (line 24) | def readinto(self, *args) -> Any: method readline (line 27) | def readline(self, *args) -> Any: method seek (line 30) | def seek(self, *args) -> Any: method write (line 33) | def write(self, *args) -> Any: class FileIO (line 37) | class FileIO: method close (line 40) | def close(self, *args) -> Any: method flush (line 43) | def flush(self, *args) -> Any: method read (line 46) | def read(self, *args) -> Any: method readinto (line 49) | def readinto(self, *args) -> Any: method readline (line 52) | def readline(self, *args) -> Any: method readlines (line 55) | def readlines(self, *args) -> Any: method seek (line 58) | def seek(self, *args) -> Any: method tell (line 61) | def tell(self, *args) -> Any: method write (line 64) | def write(self, *args) -> Any: class IOBase (line 68) | class IOBase: class StringIO (line 72) | class StringIO: method close (line 75) | def close(self, *args) -> Any: method flush (line 78) | def flush(self, *args) -> Any: method getvalue (line 81) | def getvalue(self, *args) -> Any: method read (line 84) | def read(self, *args) -> Any: method readinto (line 87) | def readinto(self, *args) -> Any: method readline (line 90) | def readline(self, *args) -> Any: method seek (line 93) | def seek(self, *args) -> Any: method write (line 96) | def write(self, *args) -> Any: class TextIOWrapper (line 100) | class TextIOWrapper: method close (line 103) | def close(self, *args) -> Any: method flush (line 106) | def flush(self, *args) -> Any: method read (line 109) | def read(self, *args) -> Any: method readinto (line 112) | def readinto(self, *args) -> Any: method readline (line 115) | def readline(self, *args) -> Any: method readlines (line 118) | def readlines(self, *args) -> Any: method seek (line 121) | def seek(self, *args) -> Any: method tell (line 124) | def tell(self, *args) -> Any: method write (line 127) | def write(self, *args) -> Any: function open (line 131) | def open(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/io.pyi class BytesIO (line 3) | class BytesIO: method close (line 4) | def close(self, *args) -> Any: ... method flush (line 5) | def flush(self, *args) -> Any: ... method getvalue (line 6) | def getvalue(self, *args) -> Any: ... method read (line 7) | def read(self, *args) -> Any: ... method readinto (line 8) | def readinto(self, *args) -> Any: ... method readline (line 9) | def readline(self, *args) -> Any: ... method seek (line 10) | def seek(self, *args) -> Any: ... method write (line 11) | def write(self, *args) -> Any: ... class FileIO (line 13) | class FileIO: method close (line 14) | def close(self, *args) -> Any: ... method flush (line 15) | def flush(self, *args) -> Any: ... method read (line 16) | def read(self, *args) -> Any: ... method readinto (line 17) | def readinto(self, *args) -> Any: ... method readline (line 18) | def readline(self, *args) -> Any: ... method readlines (line 19) | def readlines(self, *args) -> Any: ... method seek (line 20) | def seek(self, *args) -> Any: ... method tell (line 21) | def tell(self, *args) -> Any: ... method write (line 22) | def write(self, *args) -> Any: ... class IOBase (line 24) | class IOBase: ... class StringIO (line 26) | class StringIO: method close (line 27) | def close(self, *args) -> Any: ... method flush (line 28) | def flush(self, *args) -> Any: ... method getvalue (line 29) | def getvalue(self, *args) -> Any: ... method read (line 30) | def read(self, *args) -> Any: ... method readinto (line 31) | def readinto(self, *args) -> Any: ... method readline (line 32) | def readline(self, *args) -> Any: ... method seek (line 33) | def seek(self, *args) -> Any: ... method write (line 34) | def write(self, *args) -> Any: ... class TextIOWrapper (line 36) | class TextIOWrapper: method close (line 37) | def close(self, *args) -> Any: ... method flush (line 38) | def flush(self, *args) -> Any: ... method read (line 39) | def read(self, *args) -> Any: ... method readinto (line 40) | def readinto(self, *args) -> Any: ... method readline (line 41) | def readline(self, *args) -> Any: ... method readlines (line 42) | def readlines(self, *args) -> Any: ... method seek (line 43) | def seek(self, *args) -> Any: ... method tell (line 44) | def tell(self, *args) -> Any: ... method write (line 45) | def write(self, *args) -> Any: ... function open (line 47) | def open(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/json.py function dump (line 9) | def dump(*args) -> Any: function dumps (line 13) | def dumps(*args) -> Any: function load (line 17) | def load(*args) -> Any: function loads (line 21) | def loads(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/json.pyi function dump (line 3) | def dump(*args) -> Any: ... function dumps (line 4) | def dumps(*args) -> Any: ... function load (line 5) | def load(*args) -> Any: ... function loads (line 6) | def loads(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/logging.py class Logger (line 14) | class Logger: method _level_str (line 17) | def _level_str(self, *args) -> Any: method critical (line 20) | def critical(self, *args) -> Any: method debug (line 23) | def debug(self, *args) -> Any: method error (line 26) | def error(self, *args) -> Any: method exc (line 29) | def exc(self, *args) -> Any: method exception (line 32) | def exception(self, *args) -> Any: method info (line 35) | def info(self, *args) -> Any: method isEnabledFor (line 38) | def isEnabledFor(self, *args) -> Any: method log (line 43) | def log(self, *args) -> Any: method setLevel (line 46) | def setLevel(self, *args) -> Any: method warning (line 49) | def warning(self, *args) -> Any: function basicConfig (line 61) | def basicConfig(*args) -> Any: function debug (line 65) | def debug(*args) -> Any: function getLogger (line 69) | def getLogger(*args) -> Any: function info (line 73) | def info(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/logging.pyi class Logger (line 8) | class Logger: method _level_str (line 9) | def _level_str(self, *args) -> Any: ... method critical (line 10) | def critical(self, *args) -> Any: ... method debug (line 11) | def debug(self, *args) -> Any: ... method error (line 12) | def error(self, *args) -> Any: ... method exc (line 13) | def exc(self, *args) -> Any: ... method exception (line 14) | def exception(self, *args) -> Any: ... method info (line 15) | def info(self, *args) -> Any: ... method isEnabledFor (line 16) | def isEnabledFor(self, *args) -> Any: ... method log (line 18) | def log(self, *args) -> Any: ... method setLevel (line 19) | def setLevel(self, *args) -> Any: ... method warning (line 20) | def warning(self, *args) -> Any: ... function basicConfig (line 29) | def basicConfig(*args) -> Any: ... function debug (line 30) | def debug(*args) -> Any: ... function getLogger (line 31) | def getLogger(*args) -> Any: ... function info (line 32) | def info(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/lwip.py function callback (line 19) | def callback(*args) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args) -> Any: function print_pcbs (line 27) | def print_pcbs(*args) -> Any: function reset (line 31) | def reset(*args) -> Any: class socket (line 35) | class socket: method accept (line 38) | def accept(self, *args) -> Any: method bind (line 41) | def bind(self, *args) -> Any: method close (line 44) | def close(self, *args) -> Any: method connect (line 47) | def connect(self, *args) -> Any: method listen (line 50) | def listen(self, *args) -> Any: method makefile (line 53) | def makefile(self, *args) -> Any: method read (line 56) | def read(self, *args) -> Any: method readinto (line 59) | def readinto(self, *args) -> Any: method readline (line 62) | def readline(self, *args) -> Any: method recv (line 65) | def recv(self, *args) -> Any: method recvfrom (line 68) | def recvfrom(self, *args) -> Any: method send (line 71) | def send(self, *args) -> Any: method sendall (line 74) | def sendall(self, *args) -> Any: method sendto (line 77) | def sendto(self, *args) -> Any: method setblocking (line 80) | def setblocking(self, *args) -> Any: method setsockopt (line 83) | def setsockopt(self, *args) -> Any: method settimeout (line 86) | def settimeout(self, *args) -> Any: method write (line 89) | def write(self, *args) -> Any: FILE: stubs/micropython-v1_11-esp8266/lwip.pyi function callback (line 13) | def callback(*args) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args) -> Any: ... function reset (line 16) | def reset(*args) -> Any: ... class socket (line 18) | class socket: method accept (line 19) | def accept(self, *args) -> Any: ... method bind (line 20) | def bind(self, *args) -> Any: ... method close (line 21) | def close(self, *args) -> Any: ... method connect (line 22) | def connect(self, *args) -> Any: ... method listen (line 23) | def listen(self, *args) -> Any: ... method makefile (line 24) | def makefile(self, *args) -> Any: ... method read (line 25) | def read(self, *args) -> Any: ... method readinto (line 26) | def readinto(self, *args) -> Any: ... method readline (line 27) | def readline(self, *args) -> Any: ... method recv (line 28) | def recv(self, *args) -> Any: ... method recvfrom (line 29) | def recvfrom(self, *args) -> Any: ... method send (line 30) | def send(self, *args) -> Any: ... method sendall (line 31) | def sendall(self, *args) -> Any: ... method sendto (line 32) | def sendto(self, *args) -> Any: ... method setblocking (line 33) | def setblocking(self, *args) -> Any: ... method setsockopt (line 34) | def setsockopt(self, *args) -> Any: ... method settimeout (line 35) | def settimeout(self, *args) -> Any: ... method write (line 36) | def write(self, *args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/machine.py class ADC (line 9) | class ADC: method read (line 12) | def read(self, *args) -> Any: class I2C (line 21) | class I2C: method init (line 24) | def init(self, *args) -> Any: method readfrom (line 27) | def readfrom(self, *args) -> Any: method readfrom_into (line 30) | def readfrom_into(self, *args) -> Any: method readfrom_mem (line 33) | def readfrom_mem(self, *args) -> Any: method readfrom_mem_into (line 36) | def readfrom_mem_into(self, *args) -> Any: method readinto (line 39) | def readinto(self, *args) -> Any: method scan (line 42) | def scan(self, *args) -> Any: method start (line 45) | def start(self, *args) -> Any: method stop (line 48) | def stop(self, *args) -> Any: method write (line 51) | def write(self, *args) -> Any: method writeto (line 54) | def writeto(self, *args) -> Any: method writeto_mem (line 57) | def writeto_mem(self, *args) -> Any: method writevto (line 60) | def writevto(self, *args) -> Any: class PWM (line 64) | class PWM: method deinit (line 67) | def deinit(self, *args) -> Any: method duty (line 70) | def duty(self, *args) -> Any: method freq (line 73) | def freq(self, *args) -> Any: method init (line 76) | def init(self, *args) -> Any: class Pin (line 83) | class Pin: method init (line 93) | def init(self, *args) -> Any: method irq (line 96) | def irq(self, *args) -> Any: method off (line 99) | def off(self, *args) -> Any: method on (line 102) | def on(self, *args) -> Any: method value (line 105) | def value(self, *args) -> Any: class RTC (line 109) | class RTC: method alarm (line 114) | def alarm(self, *args) -> Any: method alarm_left (line 117) | def alarm_left(self, *args) -> Any: method datetime (line 120) | def datetime(self, *args) -> Any: method irq (line 123) | def irq(self, *args) -> Any: method memory (line 126) | def memory(self, *args) -> Any: class SPI (line 133) | class SPI: method deinit (line 139) | def deinit(self, *args) -> Any: method init (line 142) | def init(self, *args) -> Any: method read (line 145) | def read(self, *args) -> Any: method readinto (line 148) | def readinto(self, *args) -> Any: method write (line 151) | def write(self, *args) -> Any: method write_readinto (line 154) | def write_readinto(self, *args) -> Any: class Signal (line 158) | class Signal: method off (line 161) | def off(self, *args) -> Any: method on (line 164) | def on(self, *args) -> Any: method value (line 167) | def value(self, *args) -> Any: class Timer (line 171) | class Timer: method deinit (line 177) | def deinit(self, *args) -> Any: method init (line 180) | def init(self, *args) -> Any: class UART (line 184) | class UART: method any (line 187) | def any(self, *args) -> Any: method init (line 190) | def init(self, *args) -> Any: method read (line 193) | def read(self, *args) -> Any: method readinto (line 196) | def readinto(self, *args) -> Any: method readline (line 199) | def readline(self, *args) -> Any: method write (line 202) | def write(self, *args) -> Any: class WDT (line 206) | class WDT: method deinit (line 209) | def deinit(self, *args) -> Any: method feed (line 212) | def feed(self, *args) -> Any: function deepsleep (line 219) | def deepsleep(*args) -> Any: function disable_irq (line 223) | def disable_irq(*args) -> Any: function enable_irq (line 227) | def enable_irq(*args) -> Any: function freq (line 231) | def freq(*args) -> Any: function idle (line 235) | def idle(*args) -> Any: function lightsleep (line 239) | def lightsleep(*args) -> Any: function reset (line 248) | def reset(*args) -> Any: function reset_cause (line 252) | def reset_cause(*args) -> Any: function sleep (line 256) | def sleep(*args) -> Any: function time_pulse_us (line 260) | def time_pulse_us(*args) -> Any: function unique_id (line 264) | def unique_id(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/machine.pyi class ADC (line 3) | class ADC: method read (line 4) | def read(self, *args) -> Any: ... class I2C (line 10) | class I2C: method init (line 11) | def init(self, *args) -> Any: ... method readfrom (line 12) | def readfrom(self, *args) -> Any: ... method readfrom_into (line 13) | def readfrom_into(self, *args) -> Any: ... method readfrom_mem (line 14) | def readfrom_mem(self, *args) -> Any: ... method readfrom_mem_into (line 15) | def readfrom_mem_into(self, *args) -> Any: ... method readinto (line 16) | def readinto(self, *args) -> Any: ... method scan (line 17) | def scan(self, *args) -> Any: ... method start (line 18) | def start(self, *args) -> Any: ... method stop (line 19) | def stop(self, *args) -> Any: ... method write (line 20) | def write(self, *args) -> Any: ... method writeto (line 21) | def writeto(self, *args) -> Any: ... method writeto_mem (line 22) | def writeto_mem(self, *args) -> Any: ... method writevto (line 23) | def writevto(self, *args) -> Any: ... class PWM (line 25) | class PWM: method deinit (line 26) | def deinit(self, *args) -> Any: ... method duty (line 27) | def duty(self, *args) -> Any: ... method freq (line 28) | def freq(self, *args) -> Any: ... method init (line 29) | def init(self, *args) -> Any: ... class Pin (line 33) | class Pin: method init (line 40) | def init(self, *args) -> Any: ... method irq (line 41) | def irq(self, *args) -> Any: ... method off (line 42) | def off(self, *args) -> Any: ... method on (line 43) | def on(self, *args) -> Any: ... method value (line 44) | def value(self, *args) -> Any: ... class RTC (line 46) | class RTC: method alarm (line 48) | def alarm(self, *args) -> Any: ... method alarm_left (line 49) | def alarm_left(self, *args) -> Any: ... method datetime (line 50) | def datetime(self, *args) -> Any: ... method irq (line 51) | def irq(self, *args) -> Any: ... method memory (line 52) | def memory(self, *args) -> Any: ... class SPI (line 56) | class SPI: method deinit (line 59) | def deinit(self, *args) -> Any: ... method init (line 60) | def init(self, *args) -> Any: ... method read (line 61) | def read(self, *args) -> Any: ... method readinto (line 62) | def readinto(self, *args) -> Any: ... method write (line 63) | def write(self, *args) -> Any: ... method write_readinto (line 64) | def write_readinto(self, *args) -> Any: ... class Signal (line 66) | class Signal: method off (line 67) | def off(self, *args) -> Any: ... method on (line 68) | def on(self, *args) -> Any: ... method value (line 69) | def value(self, *args) -> Any: ... class Timer (line 71) | class Timer: method deinit (line 74) | def deinit(self, *args) -> Any: ... method init (line 75) | def init(self, *args) -> Any: ... class UART (line 77) | class UART: method any (line 78) | def any(self, *args) -> Any: ... method init (line 79) | def init(self, *args) -> Any: ... method read (line 80) | def read(self, *args) -> Any: ... method readinto (line 81) | def readinto(self, *args) -> Any: ... method readline (line 82) | def readline(self, *args) -> Any: ... method write (line 83) | def write(self, *args) -> Any: ... class WDT (line 85) | class WDT: method deinit (line 86) | def deinit(self, *args) -> Any: ... method feed (line 87) | def feed(self, *args) -> Any: ... function deepsleep (line 91) | def deepsleep(*args) -> Any: ... function disable_irq (line 92) | def disable_irq(*args) -> Any: ... function enable_irq (line 93) | def enable_irq(*args) -> Any: ... function freq (line 94) | def freq(*args) -> Any: ... function idle (line 95) | def idle(*args) -> Any: ... function lightsleep (line 96) | def lightsleep(*args) -> Any: ... function reset (line 102) | def reset(*args) -> Any: ... function reset_cause (line 103) | def reset_cause(*args) -> Any: ... function sleep (line 104) | def sleep(*args) -> Any: ... function time_pulse_us (line 105) | def time_pulse_us(*args) -> Any: ... function unique_id (line 106) | def unique_id(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/math.py function acos (line 9) | def acos(*args) -> Any: function asin (line 13) | def asin(*args) -> Any: function atan (line 17) | def atan(*args) -> Any: function atan2 (line 21) | def atan2(*args) -> Any: function ceil (line 25) | def ceil(*args) -> Any: function copysign (line 29) | def copysign(*args) -> Any: function cos (line 33) | def cos(*args) -> Any: function degrees (line 37) | def degrees(*args) -> Any: function exp (line 44) | def exp(*args) -> Any: function fabs (line 48) | def fabs(*args) -> Any: function floor (line 52) | def floor(*args) -> Any: function fmod (line 56) | def fmod(*args) -> Any: function frexp (line 60) | def frexp(*args) -> Any: function isfinite (line 64) | def isfinite(*args) -> Any: function isinf (line 68) | def isinf(*args) -> Any: function isnan (line 72) | def isnan(*args) -> Any: function ldexp (line 76) | def ldexp(*args) -> Any: function log (line 80) | def log(*args) -> Any: function modf (line 84) | def modf(*args) -> Any: function pow (line 91) | def pow(*args) -> Any: function radians (line 95) | def radians(*args) -> Any: function sin (line 99) | def sin(*args) -> Any: function sqrt (line 103) | def sqrt(*args) -> Any: function tan (line 107) | def tan(*args) -> Any: function trunc (line 111) | def trunc(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/math.pyi function acos (line 3) | def acos(*args) -> Any: ... function asin (line 4) | def asin(*args) -> Any: ... function atan (line 5) | def atan(*args) -> Any: ... function atan2 (line 6) | def atan2(*args) -> Any: ... function ceil (line 7) | def ceil(*args) -> Any: ... function copysign (line 8) | def copysign(*args) -> Any: ... function cos (line 9) | def cos(*args) -> Any: ... function degrees (line 10) | def degrees(*args) -> Any: ... function exp (line 14) | def exp(*args) -> Any: ... function fabs (line 15) | def fabs(*args) -> Any: ... function floor (line 16) | def floor(*args) -> Any: ... function fmod (line 17) | def fmod(*args) -> Any: ... function frexp (line 18) | def frexp(*args) -> Any: ... function isfinite (line 19) | def isfinite(*args) -> Any: ... function isinf (line 20) | def isinf(*args) -> Any: ... function isnan (line 21) | def isnan(*args) -> Any: ... function ldexp (line 22) | def ldexp(*args) -> Any: ... function log (line 23) | def log(*args) -> Any: ... function modf (line 24) | def modf(*args) -> Any: ... function pow (line 28) | def pow(*args) -> Any: ... function radians (line 29) | def radians(*args) -> Any: ... function sin (line 30) | def sin(*args) -> Any: ... function sqrt (line 31) | def sqrt(*args) -> Any: ... function tan (line 32) | def tan(*args) -> Any: ... function trunc (line 33) | def trunc(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/micropython.py function alloc_emergency_exception_buf (line 9) | def alloc_emergency_exception_buf(*args) -> Any: function const (line 13) | def const(*args) -> Any: function heap_lock (line 17) | def heap_lock(*args) -> Any: function heap_unlock (line 21) | def heap_unlock(*args) -> Any: function kbd_intr (line 25) | def kbd_intr(*args) -> Any: function mem_info (line 29) | def mem_info(*args) -> Any: function opt_level (line 33) | def opt_level(*args) -> Any: function qstr_info (line 37) | def qstr_info(*args) -> Any: function schedule (line 41) | def schedule(*args) -> Any: function stack_use (line 45) | def stack_use(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/micropython.pyi function alloc_emergency_exception_buf (line 3) | def alloc_emergency_exception_buf(*args) -> Any: ... function const (line 4) | def const(*args) -> Any: ... function heap_lock (line 5) | def heap_lock(*args) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args) -> Any: ... function mem_info (line 8) | def mem_info(*args) -> Any: ... function opt_level (line 9) | def opt_level(*args) -> Any: ... function qstr_info (line 10) | def qstr_info(*args) -> Any: ... function schedule (line 11) | def schedule(*args) -> Any: ... function stack_use (line 12) | def stack_use(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/neopixel.py class NeoPixel (line 9) | class NeoPixel: method fill (line 14) | def fill(self, *args) -> Any: method write (line 17) | def write(self, *args) -> Any: function neopixel_write (line 21) | def neopixel_write(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method fill (line 5) | def fill(self, *args) -> Any: ... method write (line 6) | def write(self, *args) -> Any: ... function neopixel_write (line 8) | def neopixel_write(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/network.py function WLAN (line 26) | def WLAN(*args) -> Any: function phy_mode (line 30) | def phy_mode(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/network.pyi function WLAN (line 20) | def WLAN(*args) -> Any: ... function phy_mode (line 21) | def phy_mode(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/ntptime.py function settime (line 12) | def settime(*args) -> Any: function time (line 20) | def time(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/ntptime.pyi function settime (line 6) | def settime(*args) -> Any: ... function time (line 11) | def time(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/onewire.py class OneWire (line 9) | class OneWire: method _search_rom (line 16) | def _search_rom(self, *args) -> Any: method crc8 (line 19) | def crc8(self, *args) -> Any: method readbit (line 22) | def readbit(self, *args) -> Any: method readbyte (line 25) | def readbyte(self, *args) -> Any: method readinto (line 28) | def readinto(self, *args) -> Any: method reset (line 31) | def reset(self, *args) -> Any: method scan (line 34) | def scan(self, *args) -> Any: method select_rom (line 37) | def select_rom(self, *args) -> Any: method write (line 40) | def write(self, *args) -> Any: method writebit (line 43) | def writebit(self, *args) -> Any: method writebyte (line 46) | def writebyte(self, *args) -> Any: class OneWireError (line 50) | class OneWireError(Exception): function const (line 57) | def const(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/onewire.pyi class OneWire (line 3) | class OneWire: method _search_rom (line 7) | def _search_rom(self, *args) -> Any: ... method crc8 (line 8) | def crc8(self, *args) -> Any: ... method readbit (line 9) | def readbit(self, *args) -> Any: ... method readbyte (line 10) | def readbyte(self, *args) -> Any: ... method readinto (line 11) | def readinto(self, *args) -> Any: ... method reset (line 12) | def reset(self, *args) -> Any: ... method scan (line 13) | def scan(self, *args) -> Any: ... method select_rom (line 14) | def select_rom(self, *args) -> Any: ... method write (line 15) | def write(self, *args) -> Any: ... method writebit (line 16) | def writebit(self, *args) -> Any: ... method writebyte (line 17) | def writebyte(self, *args) -> Any: ... class OneWireError (line 19) | class OneWireError(Exception): ... function const (line 23) | def const(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/os.py class VfsFat (line 9) | class VfsFat: method chdir (line 12) | def chdir(self, *args) -> Any: method getcwd (line 15) | def getcwd(self, *args) -> Any: method ilistdir (line 18) | def ilistdir(self, *args) -> Any: method mkdir (line 21) | def mkdir(self, *args) -> Any: method mkfs (line 24) | def mkfs(self, *args) -> Any: method mount (line 27) | def mount(self, *args) -> Any: method open (line 30) | def open(self, *args) -> Any: method remove (line 33) | def remove(self, *args) -> Any: method rename (line 36) | def rename(self, *args) -> Any: method rmdir (line 39) | def rmdir(self, *args) -> Any: method stat (line 42) | def stat(self, *args) -> Any: method statvfs (line 45) | def statvfs(self, *args) -> Any: method umount (line 48) | def umount(self, *args) -> Any: function chdir (line 52) | def chdir(*args) -> Any: function dupterm (line 56) | def dupterm(*args) -> Any: function dupterm_notify (line 60) | def dupterm_notify(*args) -> Any: function getcwd (line 64) | def getcwd(*args) -> Any: function ilistdir (line 68) | def ilistdir(*args) -> Any: function listdir (line 72) | def listdir(*args) -> Any: function mkdir (line 76) | def mkdir(*args) -> Any: function mount (line 80) | def mount(*args) -> Any: function remove (line 84) | def remove(*args) -> Any: function rename (line 88) | def rename(*args) -> Any: function rmdir (line 92) | def rmdir(*args) -> Any: function stat (line 96) | def stat(*args) -> Any: function statvfs (line 100) | def statvfs(*args) -> Any: function umount (line 104) | def umount(*args) -> Any: function uname (line 108) | def uname(*args) -> Any: function urandom (line 112) | def urandom(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/os.pyi class VfsFat (line 3) | class VfsFat: method chdir (line 4) | def chdir(self, *args) -> Any: ... method getcwd (line 5) | def getcwd(self, *args) -> Any: ... method ilistdir (line 6) | def ilistdir(self, *args) -> Any: ... method mkdir (line 7) | def mkdir(self, *args) -> Any: ... method mkfs (line 8) | def mkfs(self, *args) -> Any: ... method mount (line 9) | def mount(self, *args) -> Any: ... method open (line 10) | def open(self, *args) -> Any: ... method remove (line 11) | def remove(self, *args) -> Any: ... method rename (line 12) | def rename(self, *args) -> Any: ... method rmdir (line 13) | def rmdir(self, *args) -> Any: ... method stat (line 14) | def stat(self, *args) -> Any: ... method statvfs (line 15) | def statvfs(self, *args) -> Any: ... method umount (line 16) | def umount(self, *args) -> Any: ... function chdir (line 18) | def chdir(*args) -> Any: ... function dupterm (line 19) | def dupterm(*args) -> Any: ... function dupterm_notify (line 20) | def dupterm_notify(*args) -> Any: ... function getcwd (line 21) | def getcwd(*args) -> Any: ... function ilistdir (line 22) | def ilistdir(*args) -> Any: ... function listdir (line 23) | def listdir(*args) -> Any: ... function mkdir (line 24) | def mkdir(*args) -> Any: ... function mount (line 25) | def mount(*args) -> Any: ... function remove (line 26) | def remove(*args) -> Any: ... function rename (line 27) | def rename(*args) -> Any: ... function rmdir (line 28) | def rmdir(*args) -> Any: ... function stat (line 29) | def stat(*args) -> Any: ... function statvfs (line 30) | def statvfs(*args) -> Any: ... function umount (line 31) | def umount(*args) -> Any: ... function uname (line 32) | def uname(*args) -> Any: ... function urandom (line 33) | def urandom(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/port_diag.py function main (line 12) | def main(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/port_diag.pyi function main (line 6) | def main(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/random.py function getrandbits (line 9) | def getrandbits(*args) -> Any: function seed (line 13) | def seed(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/random.pyi function getrandbits (line 3) | def getrandbits(*args) -> Any: ... function seed (line 4) | def seed(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/re.py function compile (line 11) | def compile(*args) -> Any: function match (line 15) | def match(*args) -> Any: function search (line 19) | def search(*args) -> Any: function sub (line 23) | def sub(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/re.pyi function compile (line 5) | def compile(*args) -> Any: ... function match (line 6) | def match(*args) -> Any: ... function search (line 7) | def search(*args) -> Any: ... function sub (line 8) | def sub(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/select.py function poll (line 14) | def poll(*args) -> Any: function select (line 18) | def select(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/select.pyi function poll (line 8) | def poll(*args) -> Any: ... function select (line 9) | def select(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/socket.py function callback (line 19) | def callback(*args) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args) -> Any: function print_pcbs (line 27) | def print_pcbs(*args) -> Any: function reset (line 31) | def reset(*args) -> Any: class socket (line 35) | class socket: method accept (line 38) | def accept(self, *args) -> Any: method bind (line 41) | def bind(self, *args) -> Any: method close (line 44) | def close(self, *args) -> Any: method connect (line 47) | def connect(self, *args) -> Any: method listen (line 50) | def listen(self, *args) -> Any: method makefile (line 53) | def makefile(self, *args) -> Any: method read (line 56) | def read(self, *args) -> Any: method readinto (line 59) | def readinto(self, *args) -> Any: method readline (line 62) | def readline(self, *args) -> Any: method recv (line 65) | def recv(self, *args) -> Any: method recvfrom (line 68) | def recvfrom(self, *args) -> Any: method send (line 71) | def send(self, *args) -> Any: method sendall (line 74) | def sendall(self, *args) -> Any: method sendto (line 77) | def sendto(self, *args) -> Any: method setblocking (line 80) | def setblocking(self, *args) -> Any: method setsockopt (line 83) | def setsockopt(self, *args) -> Any: method settimeout (line 86) | def settimeout(self, *args) -> Any: method write (line 89) | def write(self, *args) -> Any: FILE: stubs/micropython-v1_11-esp8266/socket.pyi function callback (line 13) | def callback(*args) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args) -> Any: ... function reset (line 16) | def reset(*args) -> Any: ... class socket (line 18) | class socket: method accept (line 19) | def accept(self, *args) -> Any: ... method bind (line 20) | def bind(self, *args) -> Any: ... method close (line 21) | def close(self, *args) -> Any: ... method connect (line 22) | def connect(self, *args) -> Any: ... method listen (line 23) | def listen(self, *args) -> Any: ... method makefile (line 24) | def makefile(self, *args) -> Any: ... method read (line 25) | def read(self, *args) -> Any: ... method readinto (line 26) | def readinto(self, *args) -> Any: ... method readline (line 27) | def readline(self, *args) -> Any: ... method recv (line 28) | def recv(self, *args) -> Any: ... method recvfrom (line 29) | def recvfrom(self, *args) -> Any: ... method send (line 30) | def send(self, *args) -> Any: ... method sendall (line 31) | def sendall(self, *args) -> Any: ... method sendto (line 32) | def sendto(self, *args) -> Any: ... method setblocking (line 33) | def setblocking(self, *args) -> Any: ... method setsockopt (line 34) | def setsockopt(self, *args) -> Any: ... method settimeout (line 35) | def settimeout(self, *args) -> Any: ... method write (line 36) | def write(self, *args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/ssd1306.py class SSD1306 (line 27) | class SSD1306: method blit (line 30) | def blit(self, *args) -> Any: method contrast (line 33) | def contrast(self, *args) -> Any: method fill (line 36) | def fill(self, *args) -> Any: method fill_rect (line 39) | def fill_rect(self, *args) -> Any: method hline (line 42) | def hline(self, *args) -> Any: method init_display (line 45) | def init_display(self, *args) -> Any: method invert (line 48) | def invert(self, *args) -> Any: method line (line 51) | def line(self, *args) -> Any: method pixel (line 54) | def pixel(self, *args) -> Any: method poweroff (line 57) | def poweroff(self, *args) -> Any: method poweron (line 60) | def poweron(self, *args) -> Any: method rect (line 63) | def rect(self, *args) -> Any: method scroll (line 66) | def scroll(self, *args) -> Any: method show (line 69) | def show(self, *args) -> Any: method text (line 72) | def text(self, *args) -> Any: method vline (line 75) | def vline(self, *args) -> Any: class SSD1306_I2C (line 79) | class SSD1306_I2C: method blit (line 82) | def blit(self, *args) -> Any: FILE: stubs/micropython-v1_11-esp8266/ssd1306.pyi class SSD1306 (line 21) | class SSD1306: method blit (line 22) | def blit(self, *args) -> Any: ... method contrast (line 23) | def contrast(self, *args) -> Any: ... method fill (line 24) | def fill(self, *args) -> Any: ... method fill_rect (line 25) | def fill_rect(self, *args) -> Any: ... method hline (line 26) | def hline(self, *args) -> Any: ... method init_display (line 27) | def init_display(self, *args) -> Any: ... method invert (line 28) | def invert(self, *args) -> Any: ... method line (line 29) | def line(self, *args) -> Any: ... method pixel (line 30) | def pixel(self, *args) -> Any: ... method poweroff (line 31) | def poweroff(self, *args) -> Any: ... method poweron (line 32) | def poweron(self, *args) -> Any: ... method rect (line 33) | def rect(self, *args) -> Any: ... method scroll (line 34) | def scroll(self, *args) -> Any: ... method show (line 35) | def show(self, *args) -> Any: ... method text (line 36) | def text(self, *args) -> Any: ... method vline (line 37) | def vline(self, *args) -> Any: ... class SSD1306_I2C (line 39) | class SSD1306_I2C: method blit (line 40) | def blit(self, *args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/ssl.py function wrap_socket (line 9) | def wrap_socket(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/struct.py function calcsize (line 9) | def calcsize(*args) -> Any: function pack (line 13) | def pack(*args) -> Any: function pack_into (line 17) | def pack_into(*args) -> Any: function unpack (line 21) | def unpack(*args) -> Any: function unpack_from (line 25) | def unpack_from(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/struct.pyi function calcsize (line 3) | def calcsize(*args) -> Any: ... function pack (line 4) | def pack(*args) -> Any: ... function pack_into (line 5) | def pack_into(*args) -> Any: ... function unpack (line 6) | def unpack(*args) -> Any: ... function unpack_from (line 7) | def unpack_from(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/sys.py function exit (line 12) | def exit(*args) -> Any: function print_exception (line 23) | def print_exception(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/sys.pyi function exit (line 6) | def exit(*args) -> Any: ... function print_exception (line 14) | def print_exception(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/time.py function localtime (line 9) | def localtime(*args) -> Any: function mktime (line 13) | def mktime(*args) -> Any: function sleep (line 17) | def sleep(*args) -> Any: function sleep_ms (line 21) | def sleep_ms(*args) -> Any: function sleep_us (line 25) | def sleep_us(*args) -> Any: function ticks_add (line 29) | def ticks_add(*args) -> Any: function ticks_cpu (line 33) | def ticks_cpu(*args) -> Any: function ticks_diff (line 37) | def ticks_diff(*args) -> Any: function ticks_ms (line 41) | def ticks_ms(*args) -> Any: function ticks_us (line 45) | def ticks_us(*args) -> Any: function time (line 49) | def time(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/time.pyi function localtime (line 3) | def localtime(*args) -> Any: ... function mktime (line 4) | def mktime(*args) -> Any: ... function sleep (line 5) | def sleep(*args) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args) -> Any: ... function sleep_us (line 7) | def sleep_us(*args) -> Any: ... function ticks_add (line 8) | def ticks_add(*args) -> Any: ... function ticks_cpu (line 9) | def ticks_cpu(*args) -> Any: ... function ticks_diff (line 10) | def ticks_diff(*args) -> Any: ... function ticks_ms (line 11) | def ticks_ms(*args) -> Any: ... function ticks_us (line 12) | def ticks_us(*args) -> Any: ... function time (line 13) | def time(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/uasyncio.py class CancelledError (line 9) | class CancelledError(Exception): FILE: stubs/micropython-v1_11-esp8266/uasyncio.pyi class CancelledError (line 1) | class CancelledError(Exception): ... FILE: stubs/micropython-v1_11-esp8266/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class EventLoop (line 16) | class EventLoop: method call_at_ (line 19) | def call_at_(self, *args) -> Any: method call_later (line 22) | def call_later(self, *args) -> Any: method call_later_ms (line 25) | def call_later_ms(self, *args) -> Any: method call_soon (line 28) | def call_soon(self, *args) -> Any: method close (line 31) | def close(self, *args) -> Any: method create_task (line 34) | def create_task(self, *args) -> Any: method run_forever (line 37) | def run_forever(self, *args) -> Any: method run_until_complete (line 40) | def run_until_complete(self, *args) -> Any: method stop (line 43) | def stop(self, *args) -> Any: method time (line 46) | def time(self, *args) -> Any: method wait (line 49) | def wait(self, *args) -> Any: class IORead (line 53) | class IORead: method handle (line 56) | def handle(self, *args) -> Any: class IOReadDone (line 60) | class IOReadDone: method handle (line 63) | def handle(self, *args) -> Any: class IOWrite (line 67) | class IOWrite: method handle (line 70) | def handle(self, *args) -> Any: class IOWriteDone (line 74) | class IOWriteDone: method handle (line 77) | def handle(self, *args) -> Any: class PollEventLoop (line 81) | class PollEventLoop: method add_reader (line 84) | def add_reader(self, *args) -> Any: method add_writer (line 87) | def add_writer(self, *args) -> Any: method call_at_ (line 90) | def call_at_(self, *args) -> Any: method call_later (line 93) | def call_later(self, *args) -> Any: method call_later_ms (line 96) | def call_later_ms(self, *args) -> Any: method call_soon (line 99) | def call_soon(self, *args) -> Any: method close (line 102) | def close(self, *args) -> Any: method create_task (line 105) | def create_task(self, *args) -> Any: method remove_reader (line 108) | def remove_reader(self, *args) -> Any: method remove_writer (line 111) | def remove_writer(self, *args) -> Any: method run_forever (line 114) | def run_forever(self, *args) -> Any: method run_until_complete (line 117) | def run_until_complete(self, *args) -> Any: method stop (line 120) | def stop(self, *args) -> Any: method time (line 123) | def time(self, *args) -> Any: method wait (line 126) | def wait(self, *args) -> Any: class SleepMs (line 130) | class SleepMs: method handle (line 133) | def handle(self, *args) -> Any: class StopLoop (line 137) | class StopLoop: method handle (line 140) | def handle(self, *args) -> Any: class StreamReader (line 144) | class StreamReader: class StreamWriter (line 153) | class StreamWriter: method get_extra_info (line 160) | def get_extra_info(self, *args) -> Any: class SysCall (line 164) | class SysCall: method handle (line 167) | def handle(self, *args) -> Any: class SysCall1 (line 171) | class SysCall1: method handle (line 174) | def handle(self, *args) -> Any: function Task (line 178) | def Task(*args) -> Any: class TimeoutError (line 182) | class TimeoutError(Exception): class TimeoutObj (line 186) | class TimeoutObj: function cancel (line 193) | def cancel(*args) -> Any: function coroutine (line 200) | def coroutine(*args) -> Any: function ensure_future (line 204) | def ensure_future(*args) -> Any: function get_event_loop (line 208) | def get_event_loop(*args) -> Any: function set_debug (line 217) | def set_debug(*args) -> Any: class type_gen (line 227) | class type_gen: method close (line 230) | def close(self, *args) -> Any: method pend_throw (line 233) | def pend_throw(self, *args) -> Any: method send (line 236) | def send(self, *args) -> Any: method throw (line 239) | def throw(self, *args) -> Any: function wait_for (line 249) | def wait_for(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class EventLoop (line 7) | class EventLoop: method call_at_ (line 8) | def call_at_(self, *args) -> Any: ... method call_later (line 9) | def call_later(self, *args) -> Any: ... method call_later_ms (line 10) | def call_later_ms(self, *args) -> Any: ... method call_soon (line 11) | def call_soon(self, *args) -> Any: ... method close (line 12) | def close(self, *args) -> Any: ... method create_task (line 13) | def create_task(self, *args) -> Any: ... method run_forever (line 14) | def run_forever(self, *args) -> Any: ... method run_until_complete (line 15) | def run_until_complete(self, *args) -> Any: ... method stop (line 16) | def stop(self, *args) -> Any: ... method time (line 17) | def time(self, *args) -> Any: ... method wait (line 18) | def wait(self, *args) -> Any: ... class IORead (line 20) | class IORead: method handle (line 21) | def handle(self, *args) -> Any: ... class IOReadDone (line 23) | class IOReadDone: method handle (line 24) | def handle(self, *args) -> Any: ... class IOWrite (line 26) | class IOWrite: method handle (line 27) | def handle(self, *args) -> Any: ... class IOWriteDone (line 29) | class IOWriteDone: method handle (line 30) | def handle(self, *args) -> Any: ... class PollEventLoop (line 32) | class PollEventLoop: method add_reader (line 33) | def add_reader(self, *args) -> Any: ... method add_writer (line 34) | def add_writer(self, *args) -> Any: ... method call_at_ (line 35) | def call_at_(self, *args) -> Any: ... method call_later (line 36) | def call_later(self, *args) -> Any: ... method call_later_ms (line 37) | def call_later_ms(self, *args) -> Any: ... method call_soon (line 38) | def call_soon(self, *args) -> Any: ... method close (line 39) | def close(self, *args) -> Any: ... method create_task (line 40) | def create_task(self, *args) -> Any: ... method remove_reader (line 41) | def remove_reader(self, *args) -> Any: ... method remove_writer (line 42) | def remove_writer(self, *args) -> Any: ... method run_forever (line 43) | def run_forever(self, *args) -> Any: ... method run_until_complete (line 44) | def run_until_complete(self, *args) -> Any: ... method stop (line 45) | def stop(self, *args) -> Any: ... method time (line 46) | def time(self, *args) -> Any: ... method wait (line 47) | def wait(self, *args) -> Any: ... class SleepMs (line 49) | class SleepMs: method handle (line 50) | def handle(self, *args) -> Any: ... class StopLoop (line 52) | class StopLoop: method handle (line 53) | def handle(self, *args) -> Any: ... class StreamReader (line 55) | class StreamReader: class StreamWriter (line 61) | class StreamWriter: method get_extra_info (line 65) | def get_extra_info(self, *args) -> Any: ... class SysCall (line 67) | class SysCall: method handle (line 68) | def handle(self, *args) -> Any: ... class SysCall1 (line 70) | class SysCall1: method handle (line 71) | def handle(self, *args) -> Any: ... function Task (line 73) | def Task(*args) -> Any: ... class TimeoutError (line 75) | class TimeoutError(Exception): ... class TimeoutObj (line 76) | class TimeoutObj: ... function cancel (line 80) | def cancel(*args) -> Any: ... function coroutine (line 84) | def coroutine(*args) -> Any: ... function ensure_future (line 85) | def ensure_future(*args) -> Any: ... function get_event_loop (line 86) | def get_event_loop(*args) -> Any: ... function set_debug (line 92) | def set_debug(*args) -> Any: ... class type_gen (line 99) | class type_gen: method close (line 100) | def close(self, *args) -> Any: ... method pend_throw (line 101) | def pend_throw(self, *args) -> Any: ... method send (line 102) | def send(self, *args) -> Any: ... method throw (line 103) | def throw(self, *args) -> Any: ... function wait_for (line 110) | def wait_for(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args) -> Any: function hexlify (line 17) | def hexlify(*args) -> Any: function unhexlify (line 21) | def unhexlify(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args) -> Any: ... function hexlify (line 5) | def hexlify(*args) -> Any: ... function unhexlify (line 6) | def unhexlify(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/ucollections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *args) -> Any: method copy (line 15) | def copy(self, *args) -> Any: method fromkeys (line 18) | def fromkeys(self, *args) -> Any: method get (line 21) | def get(self, *args) -> Any: method items (line 24) | def items(self, *args) -> Any: method keys (line 27) | def keys(self, *args) -> Any: method pop (line 30) | def pop(self, *args) -> Any: method popitem (line 33) | def popitem(self, *args) -> Any: method setdefault (line 36) | def setdefault(self, *args) -> Any: method update (line 39) | def update(self, *args) -> Any: method values (line 42) | def values(self, *args) -> Any: class deque (line 46) | class deque: method append (line 49) | def append(self, *args) -> Any: method popleft (line 52) | def popleft(self, *args) -> Any: function namedtuple (line 56) | def namedtuple(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *args) -> Any: ... method copy (line 5) | def copy(self, *args) -> Any: ... method fromkeys (line 6) | def fromkeys(self, *args) -> Any: ... method get (line 7) | def get(self, *args) -> Any: ... method items (line 8) | def items(self, *args) -> Any: ... method keys (line 9) | def keys(self, *args) -> Any: ... method pop (line 10) | def pop(self, *args) -> Any: ... method popitem (line 11) | def popitem(self, *args) -> Any: ... method setdefault (line 12) | def setdefault(self, *args) -> Any: ... method update (line 13) | def update(self, *args) -> Any: ... method values (line 14) | def values(self, *args) -> Any: ... class deque (line 16) | class deque: method append (line 17) | def append(self, *args) -> Any: ... method popleft (line 18) | def popleft(self, *args) -> Any: ... function namedtuple (line 20) | def namedtuple(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/ucryptolib.py class aes (line 9) | class aes: method decrypt (line 12) | def decrypt(self, *args) -> Any: method encrypt (line 15) | def encrypt(self, *args) -> Any: FILE: stubs/micropython-v1_11-esp8266/ucryptolib.pyi class aes (line 3) | class aes: method decrypt (line 4) | def decrypt(self, *args) -> Any: ... method encrypt (line 5) | def encrypt(self, *args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/uctypes.py function addressof (line 42) | def addressof(*args) -> Any: function bytearray_at (line 46) | def bytearray_at(*args) -> Any: function bytes_at (line 50) | def bytes_at(*args) -> Any: function sizeof (line 54) | def sizeof(*args) -> Any: class struct (line 58) | class struct: FILE: stubs/micropython-v1_11-esp8266/uctypes.pyi function addressof (line 36) | def addressof(*args) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args) -> Any: ... function bytes_at (line 38) | def bytes_at(*args) -> Any: ... function sizeof (line 39) | def sizeof(*args) -> Any: ... class struct (line 41) | class struct: ... FILE: stubs/micropython-v1_11-esp8266/uhashlib.py class sha1 (line 9) | class sha1: method digest (line 12) | def digest(self, *args) -> Any: method update (line 15) | def update(self, *args) -> Any: class sha256 (line 19) | class sha256: method digest (line 22) | def digest(self, *args) -> Any: method update (line 25) | def update(self, *args) -> Any: FILE: stubs/micropython-v1_11-esp8266/uhashlib.pyi class sha1 (line 3) | class sha1: method digest (line 4) | def digest(self, *args) -> Any: ... method update (line 5) | def update(self, *args) -> Any: ... class sha256 (line 7) | class sha256: method digest (line 8) | def digest(self, *args) -> Any: ... method update (line 9) | def update(self, *args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/uheapq.py function heapify (line 9) | def heapify(*args) -> Any: function heappop (line 13) | def heappop(*args) -> Any: function heappush (line 17) | def heappush(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/uheapq.pyi function heapify (line 3) | def heapify(*args) -> Any: ... function heappop (line 4) | def heappop(*args) -> Any: ... function heappush (line 5) | def heappush(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/uio.py class BytesIO (line 9) | class BytesIO: method close (line 12) | def close(self, *args) -> Any: method flush (line 15) | def flush(self, *args) -> Any: method getvalue (line 18) | def getvalue(self, *args) -> Any: method read (line 21) | def read(self, *args) -> Any: method readinto (line 24) | def readinto(self, *args) -> Any: method readline (line 27) | def readline(self, *args) -> Any: method seek (line 30) | def seek(self, *args) -> Any: method write (line 33) | def write(self, *args) -> Any: class FileIO (line 37) | class FileIO: method close (line 40) | def close(self, *args) -> Any: method flush (line 43) | def flush(self, *args) -> Any: method read (line 46) | def read(self, *args) -> Any: method readinto (line 49) | def readinto(self, *args) -> Any: method readline (line 52) | def readline(self, *args) -> Any: method readlines (line 55) | def readlines(self, *args) -> Any: method seek (line 58) | def seek(self, *args) -> Any: method tell (line 61) | def tell(self, *args) -> Any: method write (line 64) | def write(self, *args) -> Any: class IOBase (line 68) | class IOBase: class StringIO (line 72) | class StringIO: method close (line 75) | def close(self, *args) -> Any: method flush (line 78) | def flush(self, *args) -> Any: method getvalue (line 81) | def getvalue(self, *args) -> Any: method read (line 84) | def read(self, *args) -> Any: method readinto (line 87) | def readinto(self, *args) -> Any: method readline (line 90) | def readline(self, *args) -> Any: method seek (line 93) | def seek(self, *args) -> Any: method write (line 96) | def write(self, *args) -> Any: class TextIOWrapper (line 100) | class TextIOWrapper: method close (line 103) | def close(self, *args) -> Any: method flush (line 106) | def flush(self, *args) -> Any: method read (line 109) | def read(self, *args) -> Any: method readinto (line 112) | def readinto(self, *args) -> Any: method readline (line 115) | def readline(self, *args) -> Any: method readlines (line 118) | def readlines(self, *args) -> Any: method seek (line 121) | def seek(self, *args) -> Any: method tell (line 124) | def tell(self, *args) -> Any: method write (line 127) | def write(self, *args) -> Any: function open (line 131) | def open(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/uio.pyi class BytesIO (line 3) | class BytesIO: method close (line 4) | def close(self, *args) -> Any: ... method flush (line 5) | def flush(self, *args) -> Any: ... method getvalue (line 6) | def getvalue(self, *args) -> Any: ... method read (line 7) | def read(self, *args) -> Any: ... method readinto (line 8) | def readinto(self, *args) -> Any: ... method readline (line 9) | def readline(self, *args) -> Any: ... method seek (line 10) | def seek(self, *args) -> Any: ... method write (line 11) | def write(self, *args) -> Any: ... class FileIO (line 13) | class FileIO: method close (line 14) | def close(self, *args) -> Any: ... method flush (line 15) | def flush(self, *args) -> Any: ... method read (line 16) | def read(self, *args) -> Any: ... method readinto (line 17) | def readinto(self, *args) -> Any: ... method readline (line 18) | def readline(self, *args) -> Any: ... method readlines (line 19) | def readlines(self, *args) -> Any: ... method seek (line 20) | def seek(self, *args) -> Any: ... method tell (line 21) | def tell(self, *args) -> Any: ... method write (line 22) | def write(self, *args) -> Any: ... class IOBase (line 24) | class IOBase: ... class StringIO (line 26) | class StringIO: method close (line 27) | def close(self, *args) -> Any: ... method flush (line 28) | def flush(self, *args) -> Any: ... method getvalue (line 29) | def getvalue(self, *args) -> Any: ... method read (line 30) | def read(self, *args) -> Any: ... method readinto (line 31) | def readinto(self, *args) -> Any: ... method readline (line 32) | def readline(self, *args) -> Any: ... method seek (line 33) | def seek(self, *args) -> Any: ... method write (line 34) | def write(self, *args) -> Any: ... class TextIOWrapper (line 36) | class TextIOWrapper: method close (line 37) | def close(self, *args) -> Any: ... method flush (line 38) | def flush(self, *args) -> Any: ... method read (line 39) | def read(self, *args) -> Any: ... method readinto (line 40) | def readinto(self, *args) -> Any: ... method readline (line 41) | def readline(self, *args) -> Any: ... method readlines (line 42) | def readlines(self, *args) -> Any: ... method seek (line 43) | def seek(self, *args) -> Any: ... method tell (line 44) | def tell(self, *args) -> Any: ... method write (line 45) | def write(self, *args) -> Any: ... function open (line 47) | def open(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/ujson.py function dump (line 9) | def dump(*args) -> Any: function dumps (line 13) | def dumps(*args) -> Any: function load (line 17) | def load(*args) -> Any: function loads (line 21) | def loads(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/ujson.pyi function dump (line 3) | def dump(*args) -> Any: ... function dumps (line 4) | def dumps(*args) -> Any: ... function load (line 5) | def load(*args) -> Any: ... function loads (line 6) | def loads(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/uos.py class VfsFat (line 9) | class VfsFat: method chdir (line 12) | def chdir(self, *args) -> Any: method getcwd (line 15) | def getcwd(self, *args) -> Any: method ilistdir (line 18) | def ilistdir(self, *args) -> Any: method mkdir (line 21) | def mkdir(self, *args) -> Any: method mkfs (line 24) | def mkfs(self, *args) -> Any: method mount (line 27) | def mount(self, *args) -> Any: method open (line 30) | def open(self, *args) -> Any: method remove (line 33) | def remove(self, *args) -> Any: method rename (line 36) | def rename(self, *args) -> Any: method rmdir (line 39) | def rmdir(self, *args) -> Any: method stat (line 42) | def stat(self, *args) -> Any: method statvfs (line 45) | def statvfs(self, *args) -> Any: method umount (line 48) | def umount(self, *args) -> Any: function chdir (line 52) | def chdir(*args) -> Any: function dupterm (line 56) | def dupterm(*args) -> Any: function dupterm_notify (line 60) | def dupterm_notify(*args) -> Any: function getcwd (line 64) | def getcwd(*args) -> Any: function ilistdir (line 68) | def ilistdir(*args) -> Any: function listdir (line 72) | def listdir(*args) -> Any: function mkdir (line 76) | def mkdir(*args) -> Any: function mount (line 80) | def mount(*args) -> Any: function remove (line 84) | def remove(*args) -> Any: function rename (line 88) | def rename(*args) -> Any: function rmdir (line 92) | def rmdir(*args) -> Any: function stat (line 96) | def stat(*args) -> Any: function statvfs (line 100) | def statvfs(*args) -> Any: function umount (line 104) | def umount(*args) -> Any: function uname (line 108) | def uname(*args) -> Any: function urandom (line 112) | def urandom(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/uos.pyi class VfsFat (line 3) | class VfsFat: method chdir (line 4) | def chdir(self, *args) -> Any: ... method getcwd (line 5) | def getcwd(self, *args) -> Any: ... method ilistdir (line 6) | def ilistdir(self, *args) -> Any: ... method mkdir (line 7) | def mkdir(self, *args) -> Any: ... method mkfs (line 8) | def mkfs(self, *args) -> Any: ... method mount (line 9) | def mount(self, *args) -> Any: ... method open (line 10) | def open(self, *args) -> Any: ... method remove (line 11) | def remove(self, *args) -> Any: ... method rename (line 12) | def rename(self, *args) -> Any: ... method rmdir (line 13) | def rmdir(self, *args) -> Any: ... method stat (line 14) | def stat(self, *args) -> Any: ... method statvfs (line 15) | def statvfs(self, *args) -> Any: ... method umount (line 16) | def umount(self, *args) -> Any: ... function chdir (line 18) | def chdir(*args) -> Any: ... function dupterm (line 19) | def dupterm(*args) -> Any: ... function dupterm_notify (line 20) | def dupterm_notify(*args) -> Any: ... function getcwd (line 21) | def getcwd(*args) -> Any: ... function ilistdir (line 22) | def ilistdir(*args) -> Any: ... function listdir (line 23) | def listdir(*args) -> Any: ... function mkdir (line 24) | def mkdir(*args) -> Any: ... function mount (line 25) | def mount(*args) -> Any: ... function remove (line 26) | def remove(*args) -> Any: ... function rename (line 27) | def rename(*args) -> Any: ... function rmdir (line 28) | def rmdir(*args) -> Any: ... function stat (line 29) | def stat(*args) -> Any: ... function statvfs (line 30) | def statvfs(*args) -> Any: ... function umount (line 31) | def umount(*args) -> Any: ... function uname (line 32) | def uname(*args) -> Any: ... function urandom (line 33) | def urandom(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/upip.py class NotFoundError (line 9) | class NotFoundError(Exception): function _makedirs (line 13) | def _makedirs(*args) -> Any: function cleanup (line 17) | def cleanup(*args) -> Any: function expandhome (line 26) | def expandhome(*args) -> Any: function fatal (line 30) | def fatal(*args) -> Any: function get_install_path (line 38) | def get_install_path(*args) -> Any: function get_pkg_metadata (line 42) | def get_pkg_metadata(*args) -> Any: function help (line 49) | def help(*args) -> Any: function install (line 56) | def install(*args) -> Any: function install_pkg (line 63) | def install_pkg(*args) -> Any: function install_tar (line 67) | def install_tar(*args) -> Any: function main (line 74) | def main(*args) -> Any: function op_basename (line 78) | def op_basename(*args) -> Any: function op_split (line 82) | def op_split(*args) -> Any: function save_file (line 89) | def save_file(*args) -> Any: function url_open (line 97) | def url_open(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/upip.pyi class NotFoundError (line 3) | class NotFoundError(Exception): ... function _makedirs (line 5) | def _makedirs(*args) -> Any: ... function cleanup (line 6) | def cleanup(*args) -> Any: ... function expandhome (line 12) | def expandhome(*args) -> Any: ... function fatal (line 13) | def fatal(*args) -> Any: ... function get_install_path (line 18) | def get_install_path(*args) -> Any: ... function get_pkg_metadata (line 19) | def get_pkg_metadata(*args) -> Any: ... function help (line 23) | def help(*args) -> Any: ... function install (line 27) | def install(*args) -> Any: ... function install_pkg (line 31) | def install_pkg(*args) -> Any: ... function install_tar (line 32) | def install_tar(*args) -> Any: ... function main (line 36) | def main(*args) -> Any: ... function op_basename (line 37) | def op_basename(*args) -> Any: ... function op_split (line 38) | def op_split(*args) -> Any: ... function save_file (line 42) | def save_file(*args) -> Any: ... function url_open (line 47) | def url_open(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/upip_utarfile.py class FileSection (line 11) | class FileSection: method read (line 14) | def read(self, *args) -> Any: method readinto (line 17) | def readinto(self, *args) -> Any: method skip (line 20) | def skip(self, *args) -> Any: class TarFile (line 28) | class TarFile: method extractfile (line 31) | def extractfile(self, *args) -> Any: method next (line 34) | def next(self, *args) -> Any: class TarInfo (line 38) | class TarInfo: function roundup (line 42) | def roundup(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/upip_utarfile.pyi class FileSection (line 5) | class FileSection: method read (line 6) | def read(self, *args) -> Any: ... method readinto (line 7) | def readinto(self, *args) -> Any: ... method skip (line 8) | def skip(self, *args) -> Any: ... class TarFile (line 13) | class TarFile: method extractfile (line 14) | def extractfile(self, *args) -> Any: ... method next (line 15) | def next(self, *args) -> Any: ... class TarInfo (line 17) | class TarInfo: ... function roundup (line 19) | def roundup(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/urandom.py function getrandbits (line 9) | def getrandbits(*args) -> Any: function seed (line 13) | def seed(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/urandom.pyi function getrandbits (line 3) | def getrandbits(*args) -> Any: ... function seed (line 4) | def seed(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/ure.py function compile (line 11) | def compile(*args) -> Any: function match (line 15) | def match(*args) -> Any: function search (line 19) | def search(*args) -> Any: function sub (line 23) | def sub(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/ure.pyi function compile (line 5) | def compile(*args) -> Any: ... function match (line 6) | def match(*args) -> Any: ... function search (line 7) | def search(*args) -> Any: ... function sub (line 8) | def sub(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/urequests.py class Response (line 9) | class Response: method close (line 12) | def close(self, *args) -> Any: method json (line 17) | def json(self, *args) -> Any: function delete (line 23) | def delete(*args) -> Any: function get (line 27) | def get(*args) -> Any: function head (line 31) | def head(*args) -> Any: function patch (line 35) | def patch(*args) -> Any: function post (line 39) | def post(*args) -> Any: function put (line 43) | def put(*args) -> Any: function request (line 47) | def request(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/urequests.pyi class Response (line 3) | class Response: method close (line 4) | def close(self, *args) -> Any: ... method json (line 6) | def json(self, *args) -> Any: ... function delete (line 9) | def delete(*args) -> Any: ... function get (line 10) | def get(*args) -> Any: ... function head (line 11) | def head(*args) -> Any: ... function patch (line 12) | def patch(*args) -> Any: ... function post (line 13) | def post(*args) -> Any: ... function put (line 14) | def put(*args) -> Any: ... function request (line 15) | def request(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/uselect.py function poll (line 14) | def poll(*args) -> Any: function select (line 18) | def select(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/uselect.pyi function poll (line 8) | def poll(*args) -> Any: ... function select (line 9) | def select(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/usocket.py function callback (line 19) | def callback(*args) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args) -> Any: function print_pcbs (line 27) | def print_pcbs(*args) -> Any: function reset (line 31) | def reset(*args) -> Any: class socket (line 35) | class socket: method accept (line 38) | def accept(self, *args) -> Any: method bind (line 41) | def bind(self, *args) -> Any: method close (line 44) | def close(self, *args) -> Any: method connect (line 47) | def connect(self, *args) -> Any: FILE: stubs/micropython-v1_11-esp8266/usocket.pyi function callback (line 13) | def callback(*args) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args) -> Any: ... function reset (line 16) | def reset(*args) -> Any: ... class socket (line 18) | class socket: method accept (line 19) | def accept(self, *args) -> Any: ... method bind (line 20) | def bind(self, *args) -> Any: ... method close (line 21) | def close(self, *args) -> Any: ... method connect (line 22) | def connect(self, *args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/ussl.py function wrap_socket (line 9) | def wrap_socket(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/ustruct.py function calcsize (line 9) | def calcsize(*args) -> Any: function pack (line 13) | def pack(*args) -> Any: function pack_into (line 17) | def pack_into(*args) -> Any: function unpack (line 21) | def unpack(*args) -> Any: function unpack_from (line 25) | def unpack_from(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/ustruct.pyi function calcsize (line 3) | def calcsize(*args) -> Any: ... function pack (line 4) | def pack(*args) -> Any: ... function pack_into (line 5) | def pack_into(*args) -> Any: ... function unpack (line 6) | def unpack(*args) -> Any: ... function unpack_from (line 7) | def unpack_from(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/utime.py function localtime (line 9) | def localtime(*args) -> Any: function mktime (line 13) | def mktime(*args) -> Any: function sleep (line 17) | def sleep(*args) -> Any: function sleep_ms (line 21) | def sleep_ms(*args) -> Any: function sleep_us (line 25) | def sleep_us(*args) -> Any: function ticks_add (line 29) | def ticks_add(*args) -> Any: function ticks_cpu (line 33) | def ticks_cpu(*args) -> Any: function ticks_diff (line 37) | def ticks_diff(*args) -> Any: function ticks_ms (line 41) | def ticks_ms(*args) -> Any: function ticks_us (line 45) | def ticks_us(*args) -> Any: function time (line 49) | def time(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/utime.pyi function localtime (line 3) | def localtime(*args) -> Any: ... function mktime (line 4) | def mktime(*args) -> Any: ... function sleep (line 5) | def sleep(*args) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args) -> Any: ... function sleep_us (line 7) | def sleep_us(*args) -> Any: ... function ticks_add (line 8) | def ticks_add(*args) -> Any: ... function ticks_cpu (line 9) | def ticks_cpu(*args) -> Any: ... function ticks_diff (line 10) | def ticks_diff(*args) -> Any: ... function ticks_ms (line 11) | def ticks_ms(*args) -> Any: ... function ticks_us (line 12) | def ticks_us(*args) -> Any: ... function time (line 13) | def time(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/utimeq.py class utimeq (line 9) | class utimeq: method peektime (line 12) | def peektime(self, *args) -> Any: method pop (line 15) | def pop(self, *args) -> Any: method push (line 18) | def push(self, *args) -> Any: FILE: stubs/micropython-v1_11-esp8266/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args) -> Any: ... method pop (line 5) | def pop(self, *args) -> Any: ... method push (line 6) | def push(self, *args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/uwebsocket.py class websocket (line 9) | class websocket: method close (line 12) | def close(self, *args) -> Any: method ioctl (line 15) | def ioctl(self, *args) -> Any: method read (line 18) | def read(self, *args) -> Any: method readinto (line 21) | def readinto(self, *args) -> Any: method readline (line 24) | def readline(self, *args) -> Any: method write (line 27) | def write(self, *args) -> Any: FILE: stubs/micropython-v1_11-esp8266/uwebsocket.pyi class websocket (line 3) | class websocket: method close (line 4) | def close(self, *args) -> Any: ... method ioctl (line 5) | def ioctl(self, *args) -> Any: ... method read (line 6) | def read(self, *args) -> Any: ... method readinto (line 7) | def readinto(self, *args) -> Any: ... method readline (line 8) | def readline(self, *args) -> Any: ... method write (line 9) | def write(self, *args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/uzlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *args) -> Any: method readinto (line 15) | def readinto(self, *args) -> Any: method readline (line 18) | def readline(self, *args) -> Any: function decompress (line 22) | def decompress(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/uzlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *args) -> Any: ... method readinto (line 5) | def readinto(self, *args) -> Any: ... method readline (line 6) | def readline(self, *args) -> Any: ... function decompress (line 8) | def decompress(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/websocket_helper.py function client_handshake (line 12) | def client_handshake(*args) -> Any: function server_handshake (line 19) | def server_handshake(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/websocket_helper.pyi function client_handshake (line 6) | def client_handshake(*args) -> Any: ... function server_handshake (line 10) | def server_handshake(*args) -> Any: ... FILE: stubs/micropython-v1_11-esp8266/zlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *args) -> Any: method readinto (line 15) | def readinto(self, *args) -> Any: method readline (line 18) | def readline(self, *args) -> Any: function decompress (line 22) | def decompress(*args) -> Any: FILE: stubs/micropython-v1_11-esp8266/zlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *args) -> Any: ... method readinto (line 5) | def readinto(self, *args) -> Any: ... method readline (line 6) | def readline(self, *args) -> Any: ... function decompress (line 8) | def decompress(*args) -> Any: ... FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/flashbdev.py class FlashBdev (line 4) | class FlashBdev: method __init__ (line 9) | def __init__(self, blocks): method readblocks (line 12) | def readblocks(self, n, buf): method writeblocks (line 16) | def writeblocks(self, n, buf): method ioctl (line 22) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/ntptime.py function time (line 16) | def time(): function settime (line 31) | def settime(): FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/onewire.py class OneWireError (line 8) | class OneWireError(Exception): class OneWire (line 12) | class OneWire: method __init__ (line 17) | def __init__(self, pin): method reset (line 21) | def reset(self, required=False): method readbit (line 27) | def readbit(self): method readbyte (line 30) | def readbyte(self): method readinto (line 33) | def readinto(self, buf): method writebit (line 37) | def writebit(self, value): method writebyte (line 40) | def writebyte(self, value): method write (line 43) | def write(self, buf): method select_rom (line 47) | def select_rom(self, rom): method scan (line 52) | def scan(self): method _search_rom (line 64) | def _search_rom(self, l_rom, diff): method crc8 (line 92) | def crc8(self, data): FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 214) | def install(to_install, install_path=None): function get_install_path (line 249) | def get_install_path(): function cleanup (line 258) | def cleanup(): function help (line 266) | def help(): function main (line 287) | def main(): FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/upysh.py class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self): method __call__ (line 10) | def __call__(self, path="."): class PWD (line 21) | class PWD: method __repr__ (line 22) | def __repr__(self): method __call__ (line 25) | def __call__(self): class CLEAR (line 29) | class CLEAR: method __repr__ (line 30) | def __repr__(self): method __call__ (line 33) | def __call__(self): function head (line 48) | def head(f, n=10): function cat (line 57) | def cat(f): function newfile (line 61) | def newfile(path): class Man (line 73) | class Man: method __repr__ (line 74) | def __repr__(self): FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self): ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self): ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self): ... method __call__ (line 14) | def __call__(self): ... function head (line 25) | def head(f, n: int = ...) -> None: ... function cat (line 26) | def cat(f) -> None: ... function newfile (line 27) | def newfile(path) -> None: ... class Man (line 29) | class Man: method __repr__ (line 30) | def __repr__(self): ... FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/urequests.py class Response (line 4) | class Response: method __init__ (line 5) | def __init__(self, f): method close (line 10) | def close(self): method content (line 17) | def content(self): method text (line 27) | def text(self): method json (line 30) | def json(self): function request (line 36) | def request(method, url, data=None, json=None, headers={}, stream=None): function head (line 111) | def head(url, **kw): function get (line 115) | def get(url, **kw): function post (line 119) | def post(url, **kw): function put (line 123) | def put(url, **kw): function patch (line 127) | def patch(url, **kw): function delete (line 131) | def delete(url, **kw): FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data: Incomplete | None = ..., json: Incomplete... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 52) | def stop(): function start (line 61) | def start(port=8266, password=None): function start_foreground (line 78) | def start_foreground(port=8266): FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/websocket_helper.py function server_handshake (line 15) | def server_handshake(sock): function client_handshake (line 62) | def client_handshake(sock): FILE: stubs/micropython-v1_11-frozen/esp32/GENERIC/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/apa102.py class APA102 (line 8) | class APA102(NeoPixel): method __init__ (line 11) | def __init__(self, clock_pin, data_pin, n, bpp=4): method write (line 16) | def write(self): FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = ...) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/flashbdev.py class FlashBdev (line 4) | class FlashBdev: method __init__ (line 11) | def __init__(self, blocks=NUM_BLK): method readblocks (line 14) | def readblocks(self, n, buf): method writeblocks (line 18) | def writeblocks(self, n, buf): method ioctl (line 24) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 9) | def __init__(self, blocks=...) -> None: ... method readblocks (line 10) | def readblocks(self, n, buf) -> None: ... method writeblocks (line 11) | def writeblocks(self, n, buf) -> None: ... method ioctl (line 12) | def ioctl(self, op, arg): ... FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/inisetup.py function wifi (line 6) | def wifi(): function check_bootsec (line 14) | def check_bootsec(): function fs_corrupted (line 27) | def fs_corrupted(): function setup (line 44) | def setup(): FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3): method __setitem__ (line 17) | def __setitem__(self, index, val): method __getitem__ (line 22) | def __getitem__(self, index): method fill (line 26) | def fill(self, color): method write (line 30) | def write(self): FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 9) | def __init__(self, pin, n, bpp: int = ...) -> None: ... method __setitem__ (line 10) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 11) | def __getitem__(self, index): ... method fill (line 12) | def fill(self, color) -> None: ... method write (line 13) | def write(self) -> None: ... FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/ntptime.py function time (line 16) | def time(): function settime (line 31) | def settime(): FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/onewire.py class OneWireError (line 8) | class OneWireError(Exception): class OneWire (line 12) | class OneWire: method __init__ (line 17) | def __init__(self, pin): method reset (line 21) | def reset(self, required=False): method readbit (line 27) | def readbit(self): method readbyte (line 30) | def readbyte(self): method readinto (line 33) | def readinto(self, buf): method writebit (line 37) | def writebit(self, value): method writebyte (line 40) | def writebyte(self, value): method write (line 43) | def write(self, buf): method select_rom (line 47) | def select_rom(self, rom): method scan (line 52) | def scan(self): method _search_rom (line 64) | def _search_rom(self, l_rom, diff): method crc8 (line 92) | def crc8(self, data): FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/port_diag.py function main (line 7) | def main(): FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 214) | def install(to_install, install_path=None): function get_install_path (line 249) | def get_install_path(): function cleanup (line 258) | def cleanup(): function help (line 266) | def help(): function main (line 287) | def main(): FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 52) | def stop(): function start (line 61) | def start(port=8266, password=None): function start_foreground (line 78) | def start_foreground(port=8266): FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/websocket_helper.py function server_handshake (line 15) | def server_handshake(sock): function client_handshake (line 62) | def client_handshake(sock): FILE: stubs/micropython-v1_11-frozen/esp8266/GENERIC/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_11-frozen/stm32/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_11-frozen/stm32/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_11-frozen/stm32/GENERIC/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 321) | def write(self, s): method set_pen (line 327) | def set_pen(self, line, fill): method erase (line 330) | def erase(self): method dot (line 333) | def dot(self, x, y): method rect (line 337) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 366) | def rect_outline(self, x, y, w, h): method rect_interior (line 369) | def rect_interior(self, x, y, w, h): method line (line 372) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 381) | def dot_no_clip(self, x, y): method rect_no_clip (line 384) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 387) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 390) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 393) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 396) | def poly_dot(self, data): method poly_line (line 402) | def poly_line(self, data): method touch_config (line 410) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 413) | def is_touched(self): method get_touch (line 419) | def get_touch(self): method set_spi_win (line 427) | def set_spi_win(self, x, y, w, h): method fast_spi (line 431) | def fast_spi(self, flush=True): method show_framebuf (line 437) | def show_framebuf(self, buf): method set_scroll (line 440) | def set_scroll(self, on): method set_scroll_win (line 443) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 447) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 450) | def set_scroll_buf(self, s): method jpeg_start (line 457) | def jpeg_start(self, l): method jpeg_data (line 463) | def jpeg_data(self, buf): method jpeg (line 466) | def jpeg(self, buf): method feed_wdt (line 470) | def feed_wdt(self): method reset (line 473) | def reset(self): FILE: stubs/micropython-v1_11-frozen/stm32/GENERIC/lcd160cr.pyi class LCD160CR (line 12) | class LCD160CR: method __init__ (line 22) | def __init__( method _send (line 31) | def _send(self, cmd) -> None: ... method _fcmd2 (line 32) | def _fcmd2(self, fmt, a0, a1: int = ..., a2: int = ...) -> None: ... method _fcmd2b (line 33) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4: int = ...) -> None: ... method _waitfor (line 34) | def _waitfor(self, n, buf) -> None: ... method oflush (line 35) | def oflush(self, n: int = ...) -> None: ... method iflush (line 36) | def iflush(self) -> None: ... method rgb (line 38) | def rgb(r, g, b): ... method clip_line (line 40) | def clip_line(c, w, h): ... method set_power (line 41) | def set_power(self, on) -> None: ... method set_orient (line 44) | def set_orient(self, orient) -> None: ... method set_brightness (line 45) | def set_brightness(self, value) -> None: ... method set_i2c_addr (line 46) | def set_i2c_addr(self, addr) -> None: ... method set_uart_baudrate (line 47) | def set_uart_baudrate(self, baudrate) -> None: ... method set_startup_deco (line 48) | def set_startup_deco(self, value) -> None: ... method save_to_flash (line 49) | def save_to_flash(self) -> None: ... method set_pixel (line 50) | def set_pixel(self, x, y, c) -> None: ... method get_pixel (line 51) | def get_pixel(self, x, y): ... method get_line (line 52) | def get_line(self, x, y, buf) -> None: ... method screen_dump (line 53) | def screen_dump(self, buf, x: int = ..., y: int = ..., w: Incomplete |... method screen_load (line 54) | def screen_load(self, buf) -> None: ... method set_pos (line 55) | def set_pos(self, x, y) -> None: ... method set_text_color (line 56) | def set_text_color(self, fg, bg) -> None: ... method set_font (line 57) | def set_font(self, font, scale: int = ..., bold: int = ..., trans: int... method write (line 58) | def write(self, s) -> None: ... method set_pen (line 59) | def set_pen(self, line, fill) -> None: ... method erase (line 60) | def erase(self) -> None: ... method dot (line 61) | def dot(self, x, y) -> None: ... method rect (line 62) | def rect(self, x, y, w, h, cmd: int = ...) -> None: ... method rect_outline (line 63) | def rect_outline(self, x, y, w, h) -> None: ... method rect_interior (line 64) | def rect_interior(self, x, y, w, h) -> None: ... method line (line 65) | def line(self, x1, y1, x2, y2) -> None: ... method dot_no_clip (line 66) | def dot_no_clip(self, x, y) -> None: ... method rect_no_clip (line 67) | def rect_no_clip(self, x, y, w, h) -> None: ... method rect_outline_no_clip (line 68) | def rect_outline_no_clip(self, x, y, w, h) -> None: ... method rect_interior_no_clip (line 69) | def rect_interior_no_clip(self, x, y, w, h) -> None: ... method line_no_clip (line 70) | def line_no_clip(self, x1, y1, x2, y2) -> None: ... method poly_dot (line 71) | def poly_dot(self, data) -> None: ... method poly_line (line 72) | def poly_line(self, data) -> None: ... method touch_config (line 73) | def touch_config(self, calib: bool = ..., save: bool = ..., irq: Incom... method is_touched (line 74) | def is_touched(self): ... method get_touch (line 75) | def get_touch(self): ... method set_spi_win (line 76) | def set_spi_win(self, x, y, w, h) -> None: ... method fast_spi (line 77) | def fast_spi(self, flush: bool = ...): ... method show_framebuf (line 78) | def show_framebuf(self, buf) -> None: ... method set_scroll (line 79) | def set_scroll(self, on) -> None: ... method set_scroll_win (line 80) | def set_scroll_win( method set_scroll_win_param (line 83) | def set_scroll_win_param(self, win, param, value) -> None: ... method set_scroll_buf (line 84) | def set_scroll_buf(self, s) -> None: ... method jpeg_start (line 85) | def jpeg_start(self, l) -> None: ... method jpeg_data (line 86) | def jpeg_data(self, buf) -> None: ... method jpeg (line 87) | def jpeg(self, buf) -> None: ... method feed_wdt (line 88) | def feed_wdt(self) -> None: ... method reset (line 89) | def reset(self) -> None: ... FILE: stubs/micropython-v1_11-frozen/stm32/GENERIC/onewire.py class OneWireError (line 8) | class OneWireError(Exception): class OneWire (line 12) | class OneWire: method __init__ (line 17) | def __init__(self, pin): method reset (line 21) | def reset(self, required=False): method readbit (line 27) | def readbit(self): method readbyte (line 30) | def readbyte(self): method readinto (line 33) | def readinto(self, buf): method writebit (line 37) | def writebit(self, value): method writebyte (line 40) | def writebyte(self, value): method write (line 43) | def write(self, buf): method select_rom (line 47) | def select_rom(self, rom): method scan (line 52) | def scan(self): method _search_rom (line 64) | def _search_rom(self, l_rom, diff): method crc8 (line 92) | def crc8(self, data): FILE: stubs/micropython-v1_11-frozen/stm32/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_11-frozen/unix/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 214) | def install(to_install, install_path=None): function get_install_path (line 249) | def get_install_path(): function cleanup (line 258) | def cleanup(): function help (line 266) | def help(): function main (line 287) | def main(): FILE: stubs/micropython-v1_11-frozen/unix/GENERIC/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_11-frozen/unix/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_11-frozen/unix/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_12-esp32/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/_thread.py class LockType (line 9) | class LockType: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 16) | def acquire(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: method release (line 22) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 30) | def exit(*args, **kwargs) -> Any: function get_ident (line 34) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 38) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 42) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/_thread.pyi class LockType (line 3) | class LockType: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 5) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 9) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 10) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 11) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 12) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/apa106.py class NeoPixel (line 9) | class NeoPixel: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method write (line 16) | def write(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: class APA106 (line 25) | class APA106: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method write (line 32) | def write(self, *args, **kwargs) -> Any: method fill (line 35) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... class APA106 (line 9) | class APA106: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/btree.py function open (line 9) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/btree.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method center (line 218) | def center(self, *args, **kwargs) -> Any: method decode (line 221) | def decode(self, *args, **kwargs) -> Any: method partition (line 224) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 227) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 230) | def splitlines(self, *args, **kwargs) -> Any: function callable (line 234) | def callable(*args, **kwargs) -> Any: function chr (line 238) | def chr(*args, **kwargs) -> Any: class dict (line 242) | class dict: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: method clear (line 249) | def clear(self, *args, **kwargs) -> Any: method copy (line 252) | def copy(self, *args, **kwargs) -> Any: method get (line 255) | def get(self, *args, **kwargs) -> Any: method items (line 258) | def items(self, *args, **kwargs) -> Any: method keys (line 261) | def keys(self, *args, **kwargs) -> Any: method pop (line 264) | def pop(self, *args, **kwargs) -> Any: method popitem (line 267) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 270) | def setdefault(self, *args, **kwargs) -> Any: method update (line 273) | def update(self, *args, **kwargs) -> Any: method values (line 276) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 280) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 284) | def dir(*args, **kwargs) -> Any: function divmod (line 288) | def divmod(*args, **kwargs) -> Any: function eval (line 292) | def eval(*args, **kwargs) -> Any: function exec (line 296) | def exec(*args, **kwargs) -> Any: function getattr (line 300) | def getattr(*args, **kwargs) -> Any: function globals (line 304) | def globals(*args, **kwargs) -> Any: function hasattr (line 308) | def hasattr(*args, **kwargs) -> Any: function hash (line 312) | def hash(*args, **kwargs) -> Any: function id (line 316) | def id(*args, **kwargs) -> Any: class int (line 320) | class int: method __init__ (line 323) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 328) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 331) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 335) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 339) | def issubclass(*args, **kwargs) -> Any: function iter (line 343) | def iter(*args, **kwargs) -> Any: function len (line 347) | def len(*args, **kwargs) -> Any: class list (line 351) | class list: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: method append (line 358) | def append(self, *args, **kwargs) -> Any: method clear (line 361) | def clear(self, *args, **kwargs) -> Any: method copy (line 364) | def copy(self, *args, **kwargs) -> Any: method count (line 367) | def count(self, *args, **kwargs) -> Any: method extend (line 370) | def extend(self, *args, **kwargs) -> Any: method index (line 373) | def index(self, *args, **kwargs) -> Any: method insert (line 376) | def insert(self, *args, **kwargs) -> Any: method pop (line 379) | def pop(self, *args, **kwargs) -> Any: method remove (line 382) | def remove(self, *args, **kwargs) -> Any: method reverse (line 385) | def reverse(self, *args, **kwargs) -> Any: method sort (line 388) | def sort(self, *args, **kwargs) -> Any: function locals (line 392) | def locals(*args, **kwargs) -> Any: class map (line 396) | class map: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function next (line 404) | def next(*args, **kwargs) -> Any: class object (line 408) | class object: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: function open (line 416) | def open(*args, **kwargs) -> Any: function ord (line 420) | def ord(*args, **kwargs) -> Any: function pow (line 424) | def pow(*args, **kwargs) -> Any: function print (line 428) | def print(*args, **kwargs) -> Any: class range (line 432) | class range: method __init__ (line 435) | def __init__(self, *argv, **kwargs) -> None: function repr (line 440) | def repr(*args, **kwargs) -> Any: function round (line 444) | def round(*args, **kwargs) -> Any: class set (line 448) | class set: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: method clear (line 455) | def clear(self, *args, **kwargs) -> Any: method copy (line 458) | def copy(self, *args, **kwargs) -> Any: method pop (line 461) | def pop(self, *args, **kwargs) -> Any: method remove (line 464) | def remove(self, *args, **kwargs) -> Any: method update (line 467) | def update(self, *args, **kwargs) -> Any: method add (line 470) | def add(self, *args, **kwargs) -> Any: method difference (line 473) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 476) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 479) | def discard(self, *args, **kwargs) -> Any: method intersection (line 482) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 485) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 488) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 491) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 494) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 497) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 500) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 503) | def union(self, *args, **kwargs) -> Any: function setattr (line 507) | def setattr(*args, **kwargs) -> Any: function sorted (line 511) | def sorted(*args, **kwargs) -> Any: class str (line 515) | class str: method __init__ (line 518) | def __init__(self, *argv, **kwargs) -> None: method count (line 522) | def count(self, *args, **kwargs) -> Any: method endswith (line 525) | def endswith(self, *args, **kwargs) -> Any: method find (line 528) | def find(self, *args, **kwargs) -> Any: method format (line 531) | def format(self, *args, **kwargs) -> Any: method index (line 534) | def index(self, *args, **kwargs) -> Any: method isalpha (line 537) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 540) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 543) | def islower(self, *args, **kwargs) -> Any: method isspace (line 546) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 549) | def isupper(self, *args, **kwargs) -> Any: method join (line 552) | def join(self, *args, **kwargs) -> Any: method lower (line 555) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 558) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 561) | def replace(self, *args, **kwargs) -> Any: method rfind (line 564) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 567) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 570) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 573) | def rstrip(self, *args, **kwargs) -> Any: method split (line 576) | def split(self, *args, **kwargs) -> Any: method startswith (line 579) | def startswith(self, *args, **kwargs) -> Any: method strip (line 582) | def strip(self, *args, **kwargs) -> Any: method upper (line 585) | def upper(self, *args, **kwargs) -> Any: method center (line 588) | def center(self, *args, **kwargs) -> Any: method encode (line 591) | def encode(self, *args, **kwargs) -> Any: method partition (line 594) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 597) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 600) | def splitlines(self, *args, **kwargs) -> Any: function sum (line 604) | def sum(*args, **kwargs) -> Any: class super (line 608) | class super: method __init__ (line 611) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 616) | class tuple: method __init__ (line 619) | def __init__(self, *argv, **kwargs) -> None: method count (line 623) | def count(self, *args, **kwargs) -> Any: method index (line 626) | def index(self, *args, **kwargs) -> Any: class type (line 630) | class type: method __init__ (line 633) | def __init__(self, *argv, **kwargs) -> None: class zip (line 638) | class zip: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 649) | class StopAsyncIteration: method __init__ (line 652) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 657) | class UnicodeError(Exception): class ViperTypeError (line 661) | class ViperTypeError(Exception): function bin (line 665) | def bin(*args, **kwargs) -> Any: function compile (line 669) | def compile(*args, **kwargs) -> Any: class complex (line 673) | class complex: method __init__ (line 676) | def __init__(self, *argv, **kwargs) -> None: function delattr (line 681) | def delattr(*args, **kwargs) -> Any: class enumerate (line 685) | class enumerate: method __init__ (line 688) | def __init__(self, *argv, **kwargs) -> None: function execfile (line 693) | def execfile(*args, **kwargs) -> Any: class filter (line 697) | class filter: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: class float (line 705) | class float: method __init__ (line 708) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 713) | class frozenset: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: method copy (line 720) | def copy(self, *args, **kwargs) -> Any: method difference (line 723) | def difference(self, *args, **kwargs) -> Any: method intersection (line 726) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 729) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 732) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 735) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 738) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 741) | def union(self, *args, **kwargs) -> Any: function help (line 745) | def help(*args, **kwargs) -> Any: function hex (line 749) | def hex(*args, **kwargs) -> Any: function input (line 753) | def input(*args, **kwargs) -> Any: function max (line 757) | def max(*args, **kwargs) -> Any: class memoryview (line 761) | class memoryview: method __init__ (line 764) | def __init__(self, *argv, **kwargs) -> None: function min (line 769) | def min(*args, **kwargs) -> Any: function oct (line 773) | def oct(*args, **kwargs) -> Any: class property (line 777) | class property: method __init__ (line 780) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 784) | def deleter(self, *args, **kwargs) -> Any: method getter (line 787) | def getter(self, *args, **kwargs) -> Any: method setter (line 790) | def setter(self, *args, **kwargs) -> Any: class reversed (line 794) | class reversed: method __init__ (line 797) | def __init__(self, *argv, **kwargs) -> None: class slice (line 802) | class slice: method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_12-esp32/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method center (line 69) | def center(self, *args, **kwargs) -> Any: ... method decode (line 70) | def decode(self, *args, **kwargs) -> Any: ... method partition (line 71) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 72) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 73) | def splitlines(self, *args, **kwargs) -> Any: ... function callable (line 75) | def callable(*args, **kwargs) -> Any: ... function chr (line 76) | def chr(*args, **kwargs) -> Any: ... class dict (line 78) | class dict: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 80) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 81) | def copy(self, *args, **kwargs) -> Any: ... method get (line 82) | def get(self, *args, **kwargs) -> Any: ... method items (line 83) | def items(self, *args, **kwargs) -> Any: ... method keys (line 84) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 85) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 86) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 87) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 88) | def update(self, *args, **kwargs) -> Any: ... method values (line 89) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 91) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 93) | def dir(*args, **kwargs) -> Any: ... function divmod (line 94) | def divmod(*args, **kwargs) -> Any: ... function eval (line 95) | def eval(*args, **kwargs) -> Any: ... function exec (line 96) | def exec(*args, **kwargs) -> Any: ... function getattr (line 97) | def getattr(*args, **kwargs) -> Any: ... function globals (line 98) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 99) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 100) | def hash(*args, **kwargs) -> Any: ... function id (line 101) | def id(*args, **kwargs) -> Any: ... class int (line 103) | class int: method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 106) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 107) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 109) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 110) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 111) | def iter(*args, **kwargs) -> Any: ... function len (line 112) | def len(*args, **kwargs) -> Any: ... class list (line 114) | class list: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 116) | def append(self, *args, **kwargs) -> Any: ... method clear (line 117) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 118) | def copy(self, *args, **kwargs) -> Any: ... method count (line 119) | def count(self, *args, **kwargs) -> Any: ... method extend (line 120) | def extend(self, *args, **kwargs) -> Any: ... method index (line 121) | def index(self, *args, **kwargs) -> Any: ... method insert (line 122) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 123) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 124) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 125) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 126) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 128) | def locals(*args, **kwargs) -> Any: ... class map (line 130) | class map: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 133) | def next(*args, **kwargs) -> Any: ... class object (line 135) | class object: method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 138) | def open(*args, **kwargs) -> Any: ... function ord (line 139) | def ord(*args, **kwargs) -> Any: ... function pow (line 140) | def pow(*args, **kwargs) -> Any: ... function print (line 141) | def print(*args, **kwargs) -> Any: ... class range (line 143) | class range: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 146) | def repr(*args, **kwargs) -> Any: ... function round (line 147) | def round(*args, **kwargs) -> Any: ... class set (line 149) | class set: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 151) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 152) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 153) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 154) | def remove(self, *args, **kwargs) -> Any: ... method update (line 155) | def update(self, *args, **kwargs) -> Any: ... method add (line 156) | def add(self, *args, **kwargs) -> Any: ... method difference (line 157) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 158) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 159) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 160) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 161) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 162) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 163) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 164) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 165) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 166) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 167) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 169) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 170) | def sorted(*args, **kwargs) -> Any: ... class str (line 172) | class str: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 174) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 175) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 176) | def find(self, *args, **kwargs) -> Any: ... method format (line 177) | def format(self, *args, **kwargs) -> Any: ... method index (line 178) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 179) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 180) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 181) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 182) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 183) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 184) | def join(self, *args, **kwargs) -> Any: ... method lower (line 185) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 186) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 187) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 188) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 189) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 190) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 191) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 192) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 193) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 194) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 195) | def upper(self, *args, **kwargs) -> Any: ... method center (line 196) | def center(self, *args, **kwargs) -> Any: ... method encode (line 197) | def encode(self, *args, **kwargs) -> Any: ... method partition (line 198) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 199) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 200) | def splitlines(self, *args, **kwargs) -> Any: ... function sum (line 202) | def sum(*args, **kwargs) -> Any: ... class super (line 204) | class super: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 207) | class tuple: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 209) | def count(self, *args, **kwargs) -> Any: ... method index (line 210) | def index(self, *args, **kwargs) -> Any: ... class type (line 212) | class type: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 215) | class zip: method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 220) | class StopAsyncIteration: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 223) | class UnicodeError(Exception): ... class ViperTypeError (line 224) | class ViperTypeError(Exception): ... function bin (line 226) | def bin(*args, **kwargs) -> Any: ... function compile (line 227) | def compile(*args, **kwargs) -> Any: ... class complex (line 229) | class complex: method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... function delattr (line 232) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 234) | class enumerate: method __init__ (line 235) | def __init__(self, *argv, **kwargs) -> None: ... function execfile (line 237) | def execfile(*args, **kwargs) -> Any: ... class filter (line 239) | class filter: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 242) | class float: method __init__ (line 243) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 245) | class frozenset: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 247) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 248) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 249) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 250) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 251) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 252) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 253) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 254) | def union(self, *args, **kwargs) -> Any: ... function help (line 256) | def help(*args, **kwargs) -> Any: ... function hex (line 257) | def hex(*args, **kwargs) -> Any: ... function input (line 258) | def input(*args, **kwargs) -> Any: ... function max (line 259) | def max(*args, **kwargs) -> Any: ... class memoryview (line 261) | class memoryview: method __init__ (line 262) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 264) | def min(*args, **kwargs) -> Any: ... function oct (line 265) | def oct(*args, **kwargs) -> Any: ... class property (line 267) | class property: method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 269) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 270) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 271) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 273) | class reversed: method __init__ (line 274) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 276) | class slice: method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_12-esp32/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/esp.py function dht_readinto (line 16) | def dht_readinto(*args, **kwargs) -> Any: function flash_erase (line 20) | def flash_erase(*args, **kwargs) -> Any: function flash_read (line 24) | def flash_read(*args, **kwargs) -> Any: function flash_size (line 28) | def flash_size(*args, **kwargs) -> Any: function flash_user_start (line 32) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 36) | def flash_write(*args, **kwargs) -> Any: function gpio_matrix_in (line 40) | def gpio_matrix_in(*args, **kwargs) -> Any: function gpio_matrix_out (line 44) | def gpio_matrix_out(*args, **kwargs) -> Any: function neopixel_write (line 48) | def neopixel_write(*args, **kwargs) -> Any: function osdebug (line 52) | def osdebug(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/esp.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 11) | def flash_erase(*args, **kwargs) -> Any: ... function flash_read (line 12) | def flash_read(*args, **kwargs) -> Any: ... function flash_size (line 13) | def flash_size(*args, **kwargs) -> Any: ... function flash_user_start (line 14) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 15) | def flash_write(*args, **kwargs) -> Any: ... function gpio_matrix_in (line 16) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 17) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function neopixel_write (line 18) | def neopixel_write(*args, **kwargs) -> Any: ... function osdebug (line 19) | def osdebug(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/esp32.py class Partition (line 9) | class Partition: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method find (line 16) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 24) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 27) | def info(self, *args, **kwargs) -> Any: method ioctl (line 30) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 33) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 36) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 39) | def writeblocks(self, *args, **kwargs) -> Any: class RMT (line 43) | class RMT: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: method clock_div (line 50) | def clock_div(self, *args, **kwargs) -> Any: method deinit (line 53) | def deinit(self, *args, **kwargs) -> Any: method loop (line 56) | def loop(self, *args, **kwargs) -> Any: method source_freq (line 59) | def source_freq(self, *args, **kwargs) -> Any: method wait_done (line 62) | def wait_done(self, *args, **kwargs) -> Any: method write_pulses (line 65) | def write_pulses(self, *args, **kwargs) -> Any: class ULP (line 69) | class ULP: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: method load_binary (line 78) | def load_binary(self, *args, **kwargs) -> Any: method run (line 81) | def run(self, *args, **kwargs) -> Any: method set_wakeup_period (line 84) | def set_wakeup_period(self, *args, **kwargs) -> Any: function hall_sensor (line 92) | def hall_sensor(*args, **kwargs) -> Any: function raw_temperature (line 96) | def raw_temperature(*args, **kwargs) -> Any: function wake_on_ext0 (line 100) | def wake_on_ext0(*args, **kwargs) -> Any: function wake_on_ext1 (line 104) | def wake_on_ext1(*args, **kwargs) -> Any: function wake_on_touch (line 108) | def wake_on_touch(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/esp32.pyi class Partition (line 3) | class Partition: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 5) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 10) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 11) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 14) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 15) | def writeblocks(self, *args, **kwargs) -> Any: ... class RMT (line 17) | class RMT: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method clock_div (line 19) | def clock_div(self, *args, **kwargs) -> Any: ... method deinit (line 20) | def deinit(self, *args, **kwargs) -> Any: ... method loop (line 21) | def loop(self, *args, **kwargs) -> Any: ... method source_freq (line 22) | def source_freq(self, *args, **kwargs) -> Any: ... method wait_done (line 23) | def wait_done(self, *args, **kwargs) -> Any: ... method write_pulses (line 24) | def write_pulses(self, *args, **kwargs) -> Any: ... class ULP (line 26) | class ULP: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... method load_binary (line 29) | def load_binary(self, *args, **kwargs) -> Any: ... method run (line 30) | def run(self, *args, **kwargs) -> Any: ... method set_wakeup_period (line 31) | def set_wakeup_period(self, *args, **kwargs) -> Any: ... function hall_sensor (line 36) | def hall_sensor(*args, **kwargs) -> Any: ... function raw_temperature (line 37) | def raw_temperature(*args, **kwargs) -> Any: ... function wake_on_ext0 (line 38) | def wake_on_ext0(*args, **kwargs) -> Any: ... function wake_on_ext1 (line 39) | def wake_on_ext1(*args, **kwargs) -> Any: ... function wake_on_touch (line 40) | def wake_on_touch(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/flashbdev.py class Partition (line 9) | class Partition: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method find (line 16) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 24) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 27) | def info(self, *args, **kwargs) -> Any: method ioctl (line 30) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 33) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 36) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 39) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/flashbdev.pyi class Partition (line 3) | class Partition: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 5) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 10) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 11) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 13) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 14) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 15) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/hashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/hashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/inisetup.py function check_bootsec (line 11) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 15) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 19) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 7) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method flush (line 23) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 27) | class BytesIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: method close (line 34) | def close(self, *args, **kwargs) -> Any: method read (line 37) | def read(self, *args, **kwargs) -> Any: method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: method readline (line 43) | def readline(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method flush (line 49) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 55) | def seek(self, *args, **kwargs) -> Any: class FileIO (line 59) | class FileIO: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: method close (line 66) | def close(self, *args, **kwargs) -> Any: method read (line 69) | def read(self, *args, **kwargs) -> Any: method readinto (line 72) | def readinto(self, *args, **kwargs) -> Any: method readline (line 75) | def readline(self, *args, **kwargs) -> Any: method write (line 78) | def write(self, *args, **kwargs) -> Any: method flush (line 81) | def flush(self, *args, **kwargs) -> Any: method readlines (line 84) | def readlines(self, *args, **kwargs) -> Any: method seek (line 87) | def seek(self, *args, **kwargs) -> Any: method tell (line 90) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 94) | class IOBase: method __init__ (line 97) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 102) | class StringIO: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: method close (line 109) | def close(self, *args, **kwargs) -> Any: method read (line 112) | def read(self, *args, **kwargs) -> Any: method readinto (line 115) | def readinto(self, *args, **kwargs) -> Any: method readline (line 118) | def readline(self, *args, **kwargs) -> Any: method write (line 121) | def write(self, *args, **kwargs) -> Any: method flush (line 124) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 127) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 130) | def seek(self, *args, **kwargs) -> Any: class TextIOWrapper (line 134) | class TextIOWrapper: method __init__ (line 137) | def __init__(self, *argv, **kwargs) -> None: method close (line 141) | def close(self, *args, **kwargs) -> Any: method read (line 144) | def read(self, *args, **kwargs) -> Any: method readinto (line 147) | def readinto(self, *args, **kwargs) -> Any: method readline (line 150) | def readline(self, *args, **kwargs) -> Any: method write (line 153) | def write(self, *args, **kwargs) -> Any: method flush (line 156) | def flush(self, *args, **kwargs) -> Any: method readlines (line 159) | def readlines(self, *args, **kwargs) -> Any: method seek (line 162) | def seek(self, *args, **kwargs) -> Any: method tell (line 165) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method flush (line 8) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 10) | class BytesIO: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 12) | def close(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method write (line 16) | def write(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 18) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 19) | def seek(self, *args, **kwargs) -> Any: ... class FileIO (line 21) | class FileIO: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 23) | def close(self, *args, **kwargs) -> Any: ... method read (line 24) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 25) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 26) | def readline(self, *args, **kwargs) -> Any: ... method write (line 27) | def write(self, *args, **kwargs) -> Any: ... method flush (line 28) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 29) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 30) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 31) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 33) | class IOBase: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 36) | class StringIO: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 38) | def close(self, *args, **kwargs) -> Any: ... method read (line 39) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 41) | def readline(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method flush (line 43) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 44) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 45) | def seek(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 47) | class TextIOWrapper: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 49) | def close(self, *args, **kwargs) -> Any: ... method read (line 50) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 51) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 52) | def readline(self, *args, **kwargs) -> Any: ... method write (line 53) | def write(self, *args, **kwargs) -> Any: ... method flush (line 54) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 55) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 56) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 57) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/machine.py class ADC (line 9) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method atten (line 28) | def atten(self, *args, **kwargs) -> Any: method read_u16 (line 31) | def read_u16(self, *args, **kwargs) -> Any: method width (line 35) | def width(cls, *args, **kwargs) -> Any: class DAC (line 39) | class DAC: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: method write (line 46) | def write(self, *args, **kwargs) -> Any: class I2C (line 57) | class I2C: method __init__ (line 60) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 64) | def readinto(self, *args, **kwargs) -> Any: method start (line 67) | def start(self, *args, **kwargs) -> Any: method stop (line 70) | def stop(self, *args, **kwargs) -> Any: method write (line 73) | def write(self, *args, **kwargs) -> Any: method init (line 76) | def init(self, *args, **kwargs) -> Any: method readfrom (line 79) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 82) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 85) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 88) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 91) | def scan(self, *args, **kwargs) -> Any: method writeto (line 94) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 97) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 100) | def writevto(self, *args, **kwargs) -> Any: class PWM (line 107) | class PWM: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 114) | def deinit(self, *args, **kwargs) -> Any: method duty (line 117) | def duty(self, *args, **kwargs) -> Any: method freq (line 120) | def freq(self, *args, **kwargs) -> Any: method init (line 123) | def init(self, *args, **kwargs) -> Any: class Pin (line 130) | class Pin: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: method value (line 137) | def value(self, *args, **kwargs) -> Any: method init (line 151) | def init(self, *args, **kwargs) -> Any: method irq (line 154) | def irq(self, *args, **kwargs) -> Any: method off (line 157) | def off(self, *args, **kwargs) -> Any: method on (line 160) | def on(self, *args, **kwargs) -> Any: class RTC (line 164) | class RTC: method __init__ (line 167) | def __init__(self, *argv, **kwargs) -> None: method datetime (line 171) | def datetime(self, *args, **kwargs) -> Any: method init (line 174) | def init(self, *args, **kwargs) -> Any: method memory (line 177) | def memory(self, *args, **kwargs) -> Any: class SDCard (line 181) | class SDCard: method __init__ (line 184) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 188) | def deinit(self, *args, **kwargs) -> Any: method info (line 191) | def info(self, *args, **kwargs) -> Any: method ioctl (line 194) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 197) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 200) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 208) | class SPI: method __init__ (line 211) | def __init__(self, *argv, **kwargs) -> None: method read (line 215) | def read(self, *args, **kwargs) -> Any: method readinto (line 218) | def readinto(self, *args, **kwargs) -> Any: method write (line 221) | def write(self, *args, **kwargs) -> Any: method deinit (line 227) | def deinit(self, *args, **kwargs) -> Any: method init (line 230) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 233) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 237) | class Signal: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: method value (line 244) | def value(self, *args, **kwargs) -> Any: method off (line 247) | def off(self, *args, **kwargs) -> Any: method on (line 250) | def on(self, *args, **kwargs) -> Any: class Timer (line 258) | class Timer: method __init__ (line 261) | def __init__(self, *argv, **kwargs) -> None: method value (line 265) | def value(self, *args, **kwargs) -> Any: method deinit (line 271) | def deinit(self, *args, **kwargs) -> Any: method init (line 274) | def init(self, *args, **kwargs) -> Any: class TouchPad (line 278) | class TouchPad: method __init__ (line 281) | def __init__(self, *argv, **kwargs) -> None: method read (line 285) | def read(self, *args, **kwargs) -> Any: method config (line 288) | def config(self, *args, **kwargs) -> Any: class UART (line 292) | class UART: method __init__ (line 295) | def __init__(self, *argv, **kwargs) -> None: method any (line 299) | def any(self, *args, **kwargs) -> Any: method read (line 302) | def read(self, *args, **kwargs) -> Any: method readinto (line 305) | def readinto(self, *args, **kwargs) -> Any: method readline (line 308) | def readline(self, *args, **kwargs) -> Any: method write (line 311) | def write(self, *args, **kwargs) -> Any: method deinit (line 319) | def deinit(self, *args, **kwargs) -> Any: method init (line 322) | def init(self, *args, **kwargs) -> Any: method sendbreak (line 325) | def sendbreak(self, *args, **kwargs) -> Any: class WDT (line 332) | class WDT: method __init__ (line 335) | def __init__(self, *argv, **kwargs) -> None: method feed (line 339) | def feed(self, *args, **kwargs) -> Any: function deepsleep (line 346) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 350) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 354) | def enable_irq(*args, **kwargs) -> Any: function freq (line 358) | def freq(*args, **kwargs) -> Any: function idle (line 362) | def idle(*args, **kwargs) -> Any: function lightsleep (line 366) | def lightsleep(*args, **kwargs) -> Any: function reset (line 375) | def reset(*args, **kwargs) -> Any: function reset_cause (line 379) | def reset_cause(*args, **kwargs) -> Any: function sleep (line 383) | def sleep(*args, **kwargs) -> Any: function time_pulse_us (line 387) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 391) | def unique_id(*args, **kwargs) -> Any: function wake_reason (line 395) | def wake_reason(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/machine.pyi class ADC (line 3) | class ADC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method atten (line 14) | def atten(self, *args, **kwargs) -> Any: ... method read_u16 (line 15) | def read_u16(self, *args, **kwargs) -> Any: ... method width (line 17) | def width(cls, *args, **kwargs) -> Any: ... class DAC (line 19) | class DAC: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... class I2C (line 29) | class I2C: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 31) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 32) | def start(self, *args, **kwargs) -> Any: ... method stop (line 33) | def stop(self, *args, **kwargs) -> Any: ... method write (line 34) | def write(self, *args, **kwargs) -> Any: ... method init (line 35) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 36) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 37) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 38) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 39) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 40) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 41) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 42) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 43) | def writevto(self, *args, **kwargs) -> Any: ... class PWM (line 47) | class PWM: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 49) | def deinit(self, *args, **kwargs) -> Any: ... method duty (line 50) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 51) | def freq(self, *args, **kwargs) -> Any: ... method init (line 52) | def init(self, *args, **kwargs) -> Any: ... class Pin (line 56) | class Pin: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 58) | def value(self, *args, **kwargs) -> Any: ... method init (line 69) | def init(self, *args, **kwargs) -> Any: ... method irq (line 70) | def irq(self, *args, **kwargs) -> Any: ... method off (line 71) | def off(self, *args, **kwargs) -> Any: ... method on (line 72) | def on(self, *args, **kwargs) -> Any: ... class RTC (line 74) | class RTC: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: ... method datetime (line 76) | def datetime(self, *args, **kwargs) -> Any: ... method init (line 77) | def init(self, *args, **kwargs) -> Any: ... method memory (line 78) | def memory(self, *args, **kwargs) -> Any: ... class SDCard (line 80) | class SDCard: method __init__ (line 81) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 82) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 83) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 84) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 85) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 86) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 91) | class SPI: method __init__ (line 92) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 93) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 94) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 95) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 98) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 99) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 100) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 102) | class Signal: method __init__ (line 103) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 104) | def value(self, *args, **kwargs) -> Any: ... method off (line 105) | def off(self, *args, **kwargs) -> Any: ... method on (line 106) | def on(self, *args, **kwargs) -> Any: ... class Timer (line 111) | class Timer: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 113) | def value(self, *args, **kwargs) -> Any: ... method deinit (line 116) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 117) | def init(self, *args, **kwargs) -> Any: ... class TouchPad (line 119) | class TouchPad: method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 121) | def read(self, *args, **kwargs) -> Any: ... method config (line 122) | def config(self, *args, **kwargs) -> Any: ... class UART (line 124) | class UART: method __init__ (line 125) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 126) | def any(self, *args, **kwargs) -> Any: ... method read (line 127) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 128) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 129) | def readline(self, *args, **kwargs) -> Any: ... method write (line 130) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 135) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 136) | def init(self, *args, **kwargs) -> Any: ... method sendbreak (line 137) | def sendbreak(self, *args, **kwargs) -> Any: ... class WDT (line 141) | class WDT: method __init__ (line 142) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 143) | def feed(self, *args, **kwargs) -> Any: ... function deepsleep (line 147) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 148) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 149) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 150) | def freq(*args, **kwargs) -> Any: ... function idle (line 151) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 152) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 158) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 159) | def reset_cause(*args, **kwargs) -> Any: ... function sleep (line 160) | def sleep(*args, **kwargs) -> Any: ... function time_pulse_us (line 161) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 162) | def unique_id(*args, **kwargs) -> Any: ... function wake_reason (line 163) | def wake_reason(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function acosh (line 17) | def acosh(*args, **kwargs) -> Any: function asin (line 21) | def asin(*args, **kwargs) -> Any: function asinh (line 25) | def asinh(*args, **kwargs) -> Any: function atan (line 29) | def atan(*args, **kwargs) -> Any: function atan2 (line 33) | def atan2(*args, **kwargs) -> Any: function atanh (line 37) | def atanh(*args, **kwargs) -> Any: function ceil (line 41) | def ceil(*args, **kwargs) -> Any: function copysign (line 45) | def copysign(*args, **kwargs) -> Any: function cos (line 49) | def cos(*args, **kwargs) -> Any: function cosh (line 53) | def cosh(*args, **kwargs) -> Any: function degrees (line 57) | def degrees(*args, **kwargs) -> Any: function erf (line 64) | def erf(*args, **kwargs) -> Any: function erfc (line 68) | def erfc(*args, **kwargs) -> Any: function exp (line 72) | def exp(*args, **kwargs) -> Any: function expm1 (line 76) | def expm1(*args, **kwargs) -> Any: function fabs (line 80) | def fabs(*args, **kwargs) -> Any: function floor (line 84) | def floor(*args, **kwargs) -> Any: function fmod (line 88) | def fmod(*args, **kwargs) -> Any: function frexp (line 92) | def frexp(*args, **kwargs) -> Any: function gamma (line 96) | def gamma(*args, **kwargs) -> Any: function isclose (line 100) | def isclose(*args, **kwargs) -> Any: function isfinite (line 104) | def isfinite(*args, **kwargs) -> Any: function isinf (line 108) | def isinf(*args, **kwargs) -> Any: function isnan (line 112) | def isnan(*args, **kwargs) -> Any: function ldexp (line 116) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 120) | def lgamma(*args, **kwargs) -> Any: function log (line 124) | def log(*args, **kwargs) -> Any: function log10 (line 128) | def log10(*args, **kwargs) -> Any: function log2 (line 132) | def log2(*args, **kwargs) -> Any: function modf (line 136) | def modf(*args, **kwargs) -> Any: function radians (line 143) | def radians(*args, **kwargs) -> Any: function sin (line 147) | def sin(*args, **kwargs) -> Any: function sinh (line 151) | def sinh(*args, **kwargs) -> Any: function sqrt (line 155) | def sqrt(*args, **kwargs) -> Any: function tan (line 159) | def tan(*args, **kwargs) -> Any: function tanh (line 163) | def tanh(*args, **kwargs) -> Any: function trunc (line 167) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function acosh (line 5) | def acosh(*args, **kwargs) -> Any: ... function asin (line 6) | def asin(*args, **kwargs) -> Any: ... function asinh (line 7) | def asinh(*args, **kwargs) -> Any: ... function atan (line 8) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 9) | def atan2(*args, **kwargs) -> Any: ... function atanh (line 10) | def atanh(*args, **kwargs) -> Any: ... function ceil (line 11) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 12) | def copysign(*args, **kwargs) -> Any: ... function cos (line 13) | def cos(*args, **kwargs) -> Any: ... function cosh (line 14) | def cosh(*args, **kwargs) -> Any: ... function degrees (line 15) | def degrees(*args, **kwargs) -> Any: ... function erf (line 19) | def erf(*args, **kwargs) -> Any: ... function erfc (line 20) | def erfc(*args, **kwargs) -> Any: ... function exp (line 21) | def exp(*args, **kwargs) -> Any: ... function expm1 (line 22) | def expm1(*args, **kwargs) -> Any: ... function fabs (line 23) | def fabs(*args, **kwargs) -> Any: ... function floor (line 24) | def floor(*args, **kwargs) -> Any: ... function fmod (line 25) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 26) | def frexp(*args, **kwargs) -> Any: ... function gamma (line 27) | def gamma(*args, **kwargs) -> Any: ... function isclose (line 28) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 29) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 30) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 31) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 32) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 33) | def lgamma(*args, **kwargs) -> Any: ... function log (line 34) | def log(*args, **kwargs) -> Any: ... function log10 (line 35) | def log10(*args, **kwargs) -> Any: ... function log2 (line 36) | def log2(*args, **kwargs) -> Any: ... function modf (line 37) | def modf(*args, **kwargs) -> Any: ... function radians (line 41) | def radians(*args, **kwargs) -> Any: ... function sin (line 42) | def sin(*args, **kwargs) -> Any: ... function sinh (line 43) | def sinh(*args, **kwargs) -> Any: ... function sqrt (line 44) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 45) | def tan(*args, **kwargs) -> Any: ... function tanh (line 46) | def tanh(*args, **kwargs) -> Any: ... function trunc (line 47) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/neopixel.py function neopixel_write (line 9) | def neopixel_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/neopixel.pyi function neopixel_write (line 3) | def neopixel_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/network.py function LAN (line 20) | def LAN(*args, **kwargs) -> Any: function PPP (line 31) | def PPP(*args, **kwargs) -> Any: function WLAN (line 46) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 50) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/network.pyi function LAN (line 14) | def LAN(*args, **kwargs) -> Any: ... function PPP (line 22) | def PPP(*args, **kwargs) -> Any: ... function WLAN (line 34) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 35) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/onewire.py function const (line 9) | def const(*args, **kwargs) -> Any: class OneWireError (line 13) | class OneWireError(Exception): class OneWire (line 17) | class OneWire: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: method write (line 27) | def write(self, *args, **kwargs) -> Any: method crc8 (line 30) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 33) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 36) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 39) | def reset(self, *args, **kwargs) -> Any: method scan (line 42) | def scan(self, *args, **kwargs) -> Any: method writebit (line 45) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 48) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 55) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/onewire.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class OneWireError (line 5) | class OneWireError(Exception): ... class OneWire (line 7) | class OneWire: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 10) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 11) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 12) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 13) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 14) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 15) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 16) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 17) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 21) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/socket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method close (line 32) | def close(self, *args, **kwargs) -> Any: method read (line 35) | def read(self, *args, **kwargs) -> Any: method readinto (line 38) | def readinto(self, *args, **kwargs) -> Any: method readline (line 41) | def readline(self, *args, **kwargs) -> Any: method send (line 44) | def send(self, *args, **kwargs) -> Any: method write (line 47) | def write(self, *args, **kwargs) -> Any: method accept (line 50) | def accept(self, *args, **kwargs) -> Any: method bind (line 53) | def bind(self, *args, **kwargs) -> Any: method connect (line 56) | def connect(self, *args, **kwargs) -> Any: method fileno (line 59) | def fileno(self, *args, **kwargs) -> Any: method listen (line 62) | def listen(self, *args, **kwargs) -> Any: method makefile (line 65) | def makefile(self, *args, **kwargs) -> Any: method recv (line 68) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 71) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 74) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 77) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 80) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 83) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 86) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/socket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method send (line 23) | def send(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method accept (line 25) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 26) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 27) | def connect(self, *args, **kwargs) -> Any: ... method fileno (line 28) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/time.py function localtime (line 9) | def localtime(*args, **kwargs) -> Any: function mktime (line 13) | def mktime(*args, **kwargs) -> Any: function sleep (line 17) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 25) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 29) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 33) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 37) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 41) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 45) | def ticks_us(*args, **kwargs) -> Any: function time (line 49) | def time(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/time.pyi function localtime (line 3) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 4) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 5) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 7) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 8) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 9) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 10) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 11) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 12) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 13) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method decrypt (line 16) | def decrypt(self, *args, **kwargs) -> Any: method encrypt (line 19) | def encrypt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/ucryptolib.pyi class aes (line 3) | class aes: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method encrypt (line 6) | def encrypt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_12-esp32/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_12-esp32/uhashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/uhashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method flush (line 23) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 27) | class BytesIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: method close (line 34) | def close(self, *args, **kwargs) -> Any: method read (line 37) | def read(self, *args, **kwargs) -> Any: method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: method readline (line 43) | def readline(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method flush (line 49) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 55) | def seek(self, *args, **kwargs) -> Any: class FileIO (line 59) | class FileIO: method __init__ (line 62) | def __init__(self, *argv, **kwargs) -> None: method close (line 66) | def close(self, *args, **kwargs) -> Any: method read (line 69) | def read(self, *args, **kwargs) -> Any: method readinto (line 72) | def readinto(self, *args, **kwargs) -> Any: method readline (line 75) | def readline(self, *args, **kwargs) -> Any: method write (line 78) | def write(self, *args, **kwargs) -> Any: method flush (line 81) | def flush(self, *args, **kwargs) -> Any: method readlines (line 84) | def readlines(self, *args, **kwargs) -> Any: method seek (line 87) | def seek(self, *args, **kwargs) -> Any: method tell (line 90) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 94) | class IOBase: method __init__ (line 97) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 102) | class StringIO: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: method close (line 109) | def close(self, *args, **kwargs) -> Any: method read (line 112) | def read(self, *args, **kwargs) -> Any: method readinto (line 115) | def readinto(self, *args, **kwargs) -> Any: method readline (line 118) | def readline(self, *args, **kwargs) -> Any: method write (line 121) | def write(self, *args, **kwargs) -> Any: method flush (line 124) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 127) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 130) | def seek(self, *args, **kwargs) -> Any: class TextIOWrapper (line 134) | class TextIOWrapper: method __init__ (line 137) | def __init__(self, *argv, **kwargs) -> None: method close (line 141) | def close(self, *args, **kwargs) -> Any: method read (line 144) | def read(self, *args, **kwargs) -> Any: method readinto (line 147) | def readinto(self, *args, **kwargs) -> Any: method readline (line 150) | def readline(self, *args, **kwargs) -> Any: method write (line 153) | def write(self, *args, **kwargs) -> Any: method flush (line 156) | def flush(self, *args, **kwargs) -> Any: method readlines (line 159) | def readlines(self, *args, **kwargs) -> Any: method seek (line 162) | def seek(self, *args, **kwargs) -> Any: method tell (line 165) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method flush (line 8) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 10) | class BytesIO: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 12) | def close(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method write (line 16) | def write(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 18) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 19) | def seek(self, *args, **kwargs) -> Any: ... class FileIO (line 21) | class FileIO: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 23) | def close(self, *args, **kwargs) -> Any: ... method read (line 24) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 25) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 26) | def readline(self, *args, **kwargs) -> Any: ... method write (line 27) | def write(self, *args, **kwargs) -> Any: ... method flush (line 28) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 29) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 30) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 31) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 33) | class IOBase: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 36) | class StringIO: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 38) | def close(self, *args, **kwargs) -> Any: ... method read (line 39) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 41) | def readline(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method flush (line 43) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 44) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 45) | def seek(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 47) | class TextIOWrapper: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 49) | def close(self, *args, **kwargs) -> Any: ... method read (line 50) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 51) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 52) | def readline(self, *args, **kwargs) -> Any: ... method write (line 53) | def write(self, *args, **kwargs) -> Any: ... method flush (line 54) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 55) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 56) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 57) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 16) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Any: method log (line 22) | def log(self, *args, **kwargs) -> Any: method set_callback (line 27) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 30) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 33) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 38) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 43) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 48) | def delay(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTException (line 13) | class MQTTException(Exception): class MQTTClient (line 17) | class MQTTClient: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method connect (line 24) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 27) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 33) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 36) | def ping(self, *args, **kwargs) -> Any: method publish (line 39) | def publish(self, *args, **kwargs) -> Any: method subscribe (line 42) | def subscribe(self, *args, **kwargs) -> Any: method wait_msg (line 45) | def wait_msg(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: function head (line 17) | def head(*args, **kwargs) -> Any: class Response (line 21) | class Response: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method close (line 28) | def close(self, *args, **kwargs) -> Any: method json (line 33) | def json(self, *args, **kwargs) -> Any: function request (line 39) | def request(*args, **kwargs) -> Any: function post (line 43) | def post(*args, **kwargs) -> Any: function patch (line 47) | def patch(*args, **kwargs) -> Any: function delete (line 51) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... function head (line 5) | def head(*args, **kwargs) -> Any: ... class Response (line 7) | class Response: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 9) | def close(self, *args, **kwargs) -> Any: ... method json (line 11) | def json(self, *args, **kwargs) -> Any: ... function request (line 14) | def request(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/usocket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method close (line 32) | def close(self, *args, **kwargs) -> Any: method read (line 35) | def read(self, *args, **kwargs) -> Any: method readinto (line 38) | def readinto(self, *args, **kwargs) -> Any: method readline (line 41) | def readline(self, *args, **kwargs) -> Any: method send (line 44) | def send(self, *args, **kwargs) -> Any: method write (line 47) | def write(self, *args, **kwargs) -> Any: method accept (line 50) | def accept(self, *args, **kwargs) -> Any: method bind (line 53) | def bind(self, *args, **kwargs) -> Any: method connect (line 56) | def connect(self, *args, **kwargs) -> Any: method fileno (line 59) | def fileno(self, *args, **kwargs) -> Any: method listen (line 62) | def listen(self, *args, **kwargs) -> Any: method makefile (line 65) | def makefile(self, *args, **kwargs) -> Any: method recv (line 68) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 71) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 74) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 77) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 80) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 83) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 86) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/usocket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method send (line 23) | def send(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method accept (line 25) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 26) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 27) | def connect(self, *args, **kwargs) -> Any: ... method fileno (line 28) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/utime.py function localtime (line 9) | def localtime(*args, **kwargs) -> Any: function mktime (line 13) | def mktime(*args, **kwargs) -> Any: function sleep (line 17) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 25) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 29) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 33) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 37) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 41) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 45) | def ticks_us(*args, **kwargs) -> Any: function time (line 49) | def time(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/utime.pyi function localtime (line 3) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 4) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 5) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 7) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 8) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 9) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 10) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 11) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 12) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 13) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 16) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-esp32/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-esp32/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-frozen/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 214) | def install(to_install, install_path=None): function get_install_path (line 249) | def get_install_path(): function cleanup (line 258) | def cleanup(): function help (line 266) | def help(): function main (line 287) | def main(): FILE: stubs/micropython-v1_12-frozen/GENERIC/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_12-frozen/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_12-frozen/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/ntptime.py function time (line 16) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/onewire.py class OneWireError (line 8) | class OneWireError(Exception): class OneWire (line 12) | class OneWire: method __init__ (line 17) | def __init__(self, pin): method reset (line 21) | def reset(self, required=False): method readbit (line 27) | def readbit(self): method readbyte (line 30) | def readbyte(self): method readinto (line 33) | def readinto(self, buf): method writebit (line 37) | def writebit(self, value): method writebyte (line 40) | def writebyte(self, value): method write (line 43) | def write(self, buf): method select_rom (line 47) | def select_rom(self, rom): method scan (line 52) | def scan(self): method _search_rom (line 64) | def _search_rom(self, l_rom, diff): method crc8 (line 92) | def crc8(self, data): FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 214) | def install(to_install, install_path=None): function get_install_path (line 249) | def get_install_path(): function cleanup (line 258) | def cleanup(): function help (line 266) | def help(): function main (line 287) | def main(): FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/websocket_helper.py function server_handshake (line 15) | def server_handshake(sock): function client_handshake (line 62) | def client_handshake(sock): FILE: stubs/micropython-v1_12-frozen/esp32/GENERIC/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/ntptime.py function time (line 16) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/onewire.py class OneWireError (line 8) | class OneWireError(Exception): class OneWire (line 12) | class OneWire: method __init__ (line 17) | def __init__(self, pin): method reset (line 21) | def reset(self, required=False): method readbit (line 27) | def readbit(self): method readbyte (line 30) | def readbyte(self): method readinto (line 33) | def readinto(self, buf): method writebit (line 37) | def writebit(self, value): method writebyte (line 40) | def writebyte(self, value): method write (line 43) | def write(self, buf): method select_rom (line 47) | def select_rom(self, rom): method scan (line 52) | def scan(self): method _search_rom (line 64) | def _search_rom(self, l_rom, diff): method crc8 (line 92) | def crc8(self, data): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/umqtt/robust.py class MQTTClient (line 5) | class MQTTClient(simple.MQTTClient): method delay (line 10) | def delay(self, i): method log (line 13) | def log(self, in_reconnect, e): method reconnect (line 20) | def reconnect(self): method publish (line 30) | def publish(self, topic, msg, retain=False, qos=0): method wait_msg (line 38) | def wait_msg(self): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/umqtt/simple.py class MQTTException (line 6) | class MQTTException(Exception): class MQTTClient (line 10) | class MQTTClient: method __init__ (line 11) | def __init__(self, client_id, server, port=0, user=None, password=None... method _send_str (line 30) | def _send_str(self, s): method _recv_len (line 34) | def _recv_len(self): method set_callback (line 44) | def set_callback(self, f): method set_last_will (line 47) | def set_last_will(self, topic, msg, retain=False, qos=0): method connect (line 55) | def connect(self, clean_session=True): method disconnect (line 103) | def disconnect(self): method ping (line 107) | def ping(self): method publish (line 110) | def publish(self, topic, msg, retain=False, qos=0): method subscribe (line 145) | def subscribe(self, topic, qos=0): method wait_msg (line 168) | def wait_msg(self): method check_msg (line 203) | def check_msg(self): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = ..., qos: int = ...... method connect (line 37) | def connect(self, clean_session: bool = ...): ... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = ...) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 214) | def install(to_install, install_path=None): function get_install_path (line 249) | def get_install_path(): function cleanup (line 258) | def cleanup(): function help (line 266) | def help(): function main (line 287) | def main(): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/upysh.py class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self): method __call__ (line 10) | def __call__(self, path="."): class PWD (line 21) | class PWD: method __repr__ (line 22) | def __repr__(self): method __call__ (line 25) | def __call__(self): class CLEAR (line 29) | class CLEAR: method __repr__ (line 30) | def __repr__(self): method __call__ (line 33) | def __call__(self): function head (line 48) | def head(f, n=10): function cat (line 57) | def cat(f): function newfile (line 61) | def newfile(path): class Man (line 73) | class Man: method __repr__ (line 74) | def __repr__(self): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self): ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self): ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self): ... method __call__ (line 14) | def __call__(self): ... function head (line 25) | def head(f, n: int = ...) -> None: ... function cat (line 26) | def cat(f) -> None: ... function newfile (line 27) | def newfile(path) -> None: ... class Man (line 29) | class Man: method __repr__ (line 30) | def __repr__(self): ... FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/urequests.py class Response (line 4) | class Response: method __init__ (line 5) | def __init__(self, f): method close (line 10) | def close(self): method content (line 17) | def content(self): method text (line 27) | def text(self): method json (line 30) | def json(self): function request (line 36) | def request(method, url, data=None, json=None, headers={}, stream=None): function head (line 111) | def head(url, **kw): function get (line 115) | def get(url, **kw): function post (line 119) | def post(url, **kw): function put (line 123) | def put(url, **kw): function patch (line 127) | def patch(url, **kw): function delete (line 131) | def delete(url, **kw): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data: Incomplete | None = ..., json: Incomplete... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/websocket_helper.py function server_handshake (line 15) | def server_handshake(sock): function client_handshake (line 62) | def client_handshake(sock): FILE: stubs/micropython-v1_12-frozen/esp32/RELEASE/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/dotstar.py class DotStar (line 40) | class DotStar: method __init__ (line 66) | def __init__(self, spi, n, *, brightness=1.0, auto_write=True, pixel_o... method deinit (line 92) | def deinit(self): method __enter__ (line 102) | def __enter__(self): method __exit__ (line 105) | def __exit__(self, exception_type, exception_value, traceback): method __repr__ (line 108) | def __repr__(self): method _set_item (line 111) | def _set_item(self, index, value): method __setitem__ (line 150) | def __setitem__(self, index, val): method __getitem__ (line 168) | def __getitem__(self, index): method __len__ (line 181) | def __len__(self): method brightness (line 185) | def brightness(self): method brightness (line 190) | def brightness(self, brightness): method fill (line 195) | def fill(self, color): method show (line 205) | def show(self): FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/dotstar.pyi class DotStar (line 12) | class DotStar: method __init__ (line 21) | def __init__(self, spi, n, *, brightness: float = ..., auto_write: boo... method deinit (line 22) | def deinit(self) -> None: ... method __enter__ (line 23) | def __enter__(self): ... method __exit__ (line 24) | def __exit__(self, exception_type, exception_value, traceback) -> None... method __repr__ (line 25) | def __repr__(self): ... method _set_item (line 26) | def _set_item(self, index, value) -> None: ... method __setitem__ (line 27) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 28) | def __getitem__(self, index): ... method __len__ (line 29) | def __len__(self): ... method brightness (line 31) | def brightness(self): ... method brightness (line 33) | def brightness(self, brightness) -> None: ... method fill (line 34) | def fill(self, color) -> None: ... method show (line 35) | def show(self) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/ntptime.py function time (line 16) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/onewire.py class OneWireError (line 8) | class OneWireError(Exception): class OneWire (line 12) | class OneWire: method __init__ (line 17) | def __init__(self, pin): method reset (line 21) | def reset(self, required=False): method readbit (line 27) | def readbit(self): method readbyte (line 30) | def readbyte(self): method readinto (line 33) | def readinto(self, buf): method writebit (line 37) | def writebit(self, value): method writebyte (line 40) | def writebyte(self, value): method write (line 43) | def write(self, buf): method select_rom (line 47) | def select_rom(self, rom): method scan (line 52) | def scan(self): method _search_rom (line 64) | def _search_rom(self, l_rom, diff): method crc8 (line 92) | def crc8(self, data): FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/tinypico.py function get_battery_voltage (line 45) | def get_battery_voltage(): function get_battery_charging (line 60) | def get_battery_charging(): function set_dotstar_power (line 80) | def set_dotstar_power(state): function dotstar_color_wheel (line 97) | def dotstar_color_wheel(wheel_pos): function go_deepsleep (line 113) | def go_deepsleep(t): FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/tinypico.pyi function get_battery_voltage (line 17) | def get_battery_voltage(): ... function get_battery_charging (line 18) | def get_battery_charging(): ... function set_dotstar_power (line 19) | def set_dotstar_power(state) -> None: ... function dotstar_color_wheel (line 20) | def dotstar_color_wheel(wheel_pos): ... function go_deepsleep (line 21) | def go_deepsleep(t) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 214) | def install(to_install, install_path=None): function get_install_path (line 249) | def get_install_path(): function cleanup (line 258) | def cleanup(): function help (line 266) | def help(): function main (line 287) | def main(): FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/websocket_helper.py function server_handshake (line 15) | def server_handshake(sock): function client_handshake (line 62) | def client_handshake(sock): FILE: stubs/micropython-v1_12-frozen/esp32/TINYPICO/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/apa102.py class APA102 (line 8) | class APA102(NeoPixel): method __init__ (line 11) | def __init__(self, clock_pin, data_pin, n, bpp=4): method write (line 16) | def write(self): FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = ...) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/flashbdev.py class FlashBdev (line 4) | class FlashBdev: method __init__ (line 11) | def __init__(self, blocks=NUM_BLK): method readblocks (line 14) | def readblocks(self, n, buf, off=0): method writeblocks (line 18) | def writeblocks(self, n, buf, off=None): method ioctl (line 26) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 9) | def __init__(self, blocks=...) -> None: ... method readblocks (line 10) | def readblocks(self, n, buf, off: int = ...) -> None: ... method writeblocks (line 11) | def writeblocks(self, n, buf, off: Incomplete | None = ...) -> None: ... method ioctl (line 12) | def ioctl(self, op, arg): ... FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/inisetup.py function wifi (line 6) | def wifi(): function check_bootsec (line 14) | def check_bootsec(): function fs_corrupted (line 27) | def fs_corrupted(): function setup (line 44) | def setup(): FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3): method __setitem__ (line 17) | def __setitem__(self, index, val): method __getitem__ (line 22) | def __getitem__(self, index): method fill (line 26) | def fill(self, color): method write (line 30) | def write(self): FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 9) | def __init__(self, pin, n, bpp: int = ...) -> None: ... method __setitem__ (line 10) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 11) | def __getitem__(self, index): ... method fill (line 12) | def fill(self, color) -> None: ... method write (line 13) | def write(self) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/ntptime.py function time (line 16) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/onewire.py class OneWireError (line 8) | class OneWireError(Exception): class OneWire (line 12) | class OneWire: method __init__ (line 17) | def __init__(self, pin): method reset (line 21) | def reset(self, required=False): method readbit (line 27) | def readbit(self): method readbyte (line 30) | def readbyte(self): method readinto (line 33) | def readinto(self, buf): method writebit (line 37) | def writebit(self, value): method writebyte (line 40) | def writebyte(self, value): method write (line 43) | def write(self, buf): method select_rom (line 47) | def select_rom(self, rom): method scan (line 52) | def scan(self): method _search_rom (line 64) | def _search_rom(self, l_rom, diff): method crc8 (line 92) | def crc8(self, data): FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/port_diag.py function main (line 7) | def main(): FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 214) | def install(to_install, install_path=None): function get_install_path (line 249) | def get_install_path(): function cleanup (line 258) | def cleanup(): function help (line 266) | def help(): function main (line 287) | def main(): FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/websocket_helper.py function server_handshake (line 15) | def server_handshake(sock): function client_handshake (line 62) | def client_handshake(sock): FILE: stubs/micropython-v1_12-frozen/esp8266/GENERIC/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/apa102.py class APA102 (line 8) | class APA102(NeoPixel): method __init__ (line 11) | def __init__(self, clock_pin, data_pin, n, bpp=4): method write (line 16) | def write(self): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = ...) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/example_pub_button.py function main (line 17) | def main(server=SERVER): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/example_pub_button.pyi function main (line 8) | def main(server=...) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/example_sub_led.py function sub_cb (line 21) | def sub_cb(topic, msg): function main (line 37) | def main(server=SERVER): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/example_sub_led.pyi function sub_cb (line 9) | def sub_cb(topic, msg) -> None: ... function main (line 10) | def main(server=...) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/flashbdev.py class FlashBdev (line 4) | class FlashBdev: method __init__ (line 11) | def __init__(self, blocks=NUM_BLK): method readblocks (line 14) | def readblocks(self, n, buf, off=0): method writeblocks (line 18) | def writeblocks(self, n, buf, off=None): method ioctl (line 26) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 9) | def __init__(self, blocks=...) -> None: ... method readblocks (line 10) | def readblocks(self, n, buf, off: int = ...) -> None: ... method writeblocks (line 11) | def writeblocks(self, n, buf, off: Incomplete | None = ...) -> None: ... method ioctl (line 12) | def ioctl(self, op, arg): ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/http_client.py function main (line 7) | def main(use_stream=False): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/http_client.pyi function main (line 1) | def main(use_stream: bool = ...) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/http_client_ssl.py function main (line 11) | def main(use_stream=True): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/http_client_ssl.pyi function main (line 1) | def main(use_stream: bool = ...) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/http_server.py function main (line 14) | def main(micropython_optimize=False): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/http_server.pyi function main (line 3) | def main(micropython_optimize: bool = ...) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/http_server_ssl.py function main (line 48) | def main(use_stream=True): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/http_server_ssl.pyi function main (line 7) | def main(use_stream: bool = ...) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/inisetup.py function wifi (line 6) | def wifi(): function check_bootsec (line 14) | def check_bootsec(): function fs_corrupted (line 27) | def fs_corrupted(): function setup (line 44) | def setup(): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3): method __setitem__ (line 17) | def __setitem__(self, index, val): method __getitem__ (line 22) | def __getitem__(self, index): method fill (line 26) | def fill(self, color): method write (line 30) | def write(self): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 9) | def __init__(self, pin, n, bpp: int = ...) -> None: ... method __setitem__ (line 10) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 11) | def __getitem__(self, index): ... method fill (line 12) | def fill(self, color) -> None: ... method write (line 13) | def write(self) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/ntptime.py function time (line 16) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/onewire.py class OneWireError (line 8) | class OneWireError(Exception): class OneWire (line 12) | class OneWire: method __init__ (line 17) | def __init__(self, pin): method reset (line 21) | def reset(self, required=False): method readbit (line 27) | def readbit(self): method readbyte (line 30) | def readbyte(self): method readinto (line 33) | def readinto(self, buf): method writebit (line 37) | def writebit(self, value): method writebyte (line 40) | def writebyte(self, value): method write (line 43) | def write(self, buf): method select_rom (line 47) | def select_rom(self, rom): method scan (line 52) | def scan(self): method _search_rom (line 64) | def _search_rom(self, l_rom, diff): method crc8 (line 92) | def crc8(self, data): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/port_diag.py function main (line 7) | def main(): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/ssd1306.py class SSD1306 (line 28) | class SSD1306(framebuf.FrameBuffer): method __init__ (line 29) | def __init__(self, width, height, external_vcc): method init_display (line 38) | def init_display(self): method poweroff (line 75) | def poweroff(self): method poweron (line 78) | def poweron(self): method contrast (line 81) | def contrast(self, contrast): method invert (line 85) | def invert(self, invert): method show (line 88) | def show(self): class SSD1306_I2C (line 104) | class SSD1306_I2C(SSD1306): method __init__ (line 105) | def __init__(self, width, height, i2c, addr=0x3C, external_vcc=False): method write_cmd (line 112) | def write_cmd(self, cmd): method write_data (line 117) | def write_data(self, buf): class SSD1306_SPI (line 122) | class SSD1306_SPI(SSD1306): method __init__ (line 123) | def __init__(self, width, height, spi, dc, res, cs, external_vcc=False): method write_cmd (line 141) | def write_cmd(self, cmd): method write_data (line 149) | def write_data(self, buf): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/ssd1306.pyi class SSD1306 (line 22) | class SSD1306(framebuf.FrameBuffer): method __init__ (line 28) | def __init__(self, width, height, external_vcc) -> None: ... method init_display (line 29) | def init_display(self) -> None: ... method poweroff (line 30) | def poweroff(self) -> None: ... method poweron (line 31) | def poweron(self) -> None: ... method contrast (line 32) | def contrast(self, contrast) -> None: ... method invert (line 33) | def invert(self, invert) -> None: ... method show (line 34) | def show(self) -> None: ... class SSD1306_I2C (line 36) | class SSD1306_I2C(SSD1306): method __init__ (line 41) | def __init__(self, width, height, i2c, addr: int = ..., external_vcc: ... method write_cmd (line 42) | def write_cmd(self, cmd) -> None: ... method write_data (line 43) | def write_data(self, buf) -> None: ... class SSD1306_SPI (line 45) | class SSD1306_SPI(SSD1306): method __init__ (line 51) | def __init__(self, width, height, spi, dc, res, cs, external_vcc: bool... method write_cmd (line 52) | def write_cmd(self, cmd) -> None: ... method write_data (line 53) | def write_data(self, buf) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/uasyncio/__init__.py function set_debug (line 11) | def set_debug(val): class PollEventLoop (line 20) | class PollEventLoop(EventLoop): method __init__ (line 21) | def __init__(self, runq_len=16, waitq_len=16): method add_reader (line 26) | def add_reader(self, sock, cb, *args): method remove_reader (line 36) | def remove_reader(self, sock): method add_writer (line 42) | def add_writer(self, sock, cb, *args): method remove_writer (line 52) | def remove_writer(self, sock): method wait (line 66) | def wait(self, delay): class StreamReader (line 93) | class StreamReader: method __init__ (line 94) | def __init__(self, polls, ios=None): method read (line 100) | def read(self, n=-1): method readexactly (line 113) | def readexactly(self, n): method readline (line 126) | def readline(self): method aclose (line 144) | def aclose(self): method __repr__ (line 148) | def __repr__(self): class StreamWriter (line 152) | class StreamWriter: method __init__ (line 153) | def __init__(self, s, extra): method awrite (line 157) | def awrite(self, buf, off=0, sz=-1): method awriteiter (line 187) | def awriteiter(self, iterable): method aclose (line 191) | def aclose(self): method get_extra_info (line 195) | def get_extra_info(self, name, default=None): method __repr__ (line 198) | def __repr__(self): function open_connection (line 202) | def open_connection(host, port, ssl=False): function start_server (line 232) | def start_server(client_coro, host, port, backlog=10): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/uasyncio/core.py function set_debug (line 12) | def set_debug(val): class CancelledError (line 21) | class CancelledError(Exception): class TimeoutError (line 25) | class TimeoutError(CancelledError): class EventLoop (line 29) | class EventLoop: method __init__ (line 30) | def __init__(self, runq_len=16, waitq_len=16): method time (line 38) | def time(self): method create_task (line 41) | def create_task(self, coro): method call_soon (line 46) | def call_soon(self, callback, *args): method call_later (line 53) | def call_later(self, delay, callback, *args): method call_later_ms (line 56) | def call_later_ms(self, delay, callback, *args): method call_at_ (line 61) | def call_at_(self, time, callback, args=()): method wait (line 66) | def wait(self, delay): method run_forever (line 73) | def run_forever(self): method run_until_complete (line 176) | def run_until_complete(self, coro): method stop (line 184) | def stop(self): method close (line 187) | def close(self): class SysCall (line 191) | class SysCall: method __init__ (line 192) | def __init__(self, *args): method handle (line 195) | def handle(self): class SysCall1 (line 200) | class SysCall1(SysCall): method __init__ (line 201) | def __init__(self, arg): class StopLoop (line 205) | class StopLoop(SysCall1): class IORead (line 209) | class IORead(SysCall1): class IOWrite (line 213) | class IOWrite(SysCall1): class IOReadDone (line 217) | class IOReadDone(SysCall1): class IOWriteDone (line 221) | class IOWriteDone(SysCall1): function get_event_loop (line 229) | def get_event_loop(runq_len=16, waitq_len=16): function sleep (line 236) | def sleep(secs): class SleepMs (line 241) | class SleepMs(SysCall1): method __init__ (line 242) | def __init__(self): method __call__ (line 246) | def __call__(self, arg): method __iter__ (line 251) | def __iter__(self): method __next__ (line 255) | def __next__(self): function cancel (line 270) | def cancel(coro): class TimeoutObj (line 276) | class TimeoutObj: method __init__ (line 277) | def __init__(self, coro): function wait_for_ms (line 281) | def wait_for_ms(coro, timeout): function wait_for (line 303) | def wait_for(coro, timeout): function coroutine (line 307) | def coroutine(f): function ensure_future (line 317) | def ensure_future(coro, loop=_event_loop): function Task (line 324) | def Task(coro, loop=_event_loop): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/uasyncio/uasyncio/__init__.pyi function set_debug (line 8) | def set_debug(val) -> None: ... class PollEventLoop (line 10) | class PollEventLoop(EventLoop): method __init__ (line 13) | def __init__(self, runq_len: int = ..., waitq_len: int = ...) -> None:... method add_reader (line 14) | def add_reader(self, sock, cb, *args) -> None: ... method remove_reader (line 15) | def remove_reader(self, sock) -> None: ... method add_writer (line 16) | def add_writer(self, sock, cb, *args) -> None: ... method remove_writer (line 17) | def remove_writer(self, sock) -> None: ... method wait (line 18) | def wait(self, delay) -> None: ... class StreamReader (line 20) | class StreamReader: method __init__ (line 23) | def __init__(self, polls, ios: Incomplete | None = ...) -> None: ... method read (line 24) | def read(self, n: int = ...) -> Generator[Incomplete, None, Incomplete... method readexactly (line 25) | def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readline (line 26) | def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method aclose (line 27) | def aclose(self) -> Generator[Incomplete, None, None]: ... method __repr__ (line 28) | def __repr__(self): ... class StreamWriter (line 30) | class StreamWriter: method __init__ (line 33) | def __init__(self, s, extra) -> None: ... method awrite (line 34) | def awrite(self, buf, off: int = ..., sz: int = ...) -> Generator[Inco... method awriteiter (line 35) | def awriteiter(self, iterable) -> None: ... method aclose (line 36) | def aclose(self) -> Generator[Incomplete, None, None]: ... method get_extra_info (line 37) | def get_extra_info(self, name, default: Incomplete | None = ...): ... method __repr__ (line 38) | def __repr__(self): ... function open_connection (line 40) | def open_connection(host, port, ssl: bool = ...) -> Generator[Incomplete... function start_server (line 41) | def start_server(client_coro, host, port, backlog: int = ...) -> Generat... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/uasyncio/uasyncio/core.pyi function set_debug (line 8) | def set_debug(val) -> None: ... class CancelledError (line 10) | class CancelledError(Exception): ... class TimeoutError (line 11) | class TimeoutError(CancelledError): ... class EventLoop (line 13) | class EventLoop: method __init__ (line 17) | def __init__(self, runq_len: int = ..., waitq_len: int = ...) -> None:... method time (line 18) | def time(self): ... method create_task (line 19) | def create_task(self, coro) -> None: ... method call_soon (line 20) | def call_soon(self, callback, *args) -> None: ... method call_later (line 21) | def call_later(self, delay, callback, *args) -> None: ... method call_later_ms (line 22) | def call_later_ms(self, delay, callback, *args): ... method call_at_ (line 23) | def call_at_(self, time, callback, args=...) -> None: ... method wait (line 24) | def wait(self, delay) -> None: ... method run_forever (line 25) | def run_forever(self): ... method run_until_complete (line 26) | def run_until_complete(self, coro) -> None: ... method stop (line 27) | def stop(self) -> Generator[Incomplete, None, Incomplete]: ... method close (line 28) | def close(self) -> None: ... class SysCall (line 30) | class SysCall: method __init__ (line 32) | def __init__(self, *args) -> None: ... method handle (line 33) | def handle(self) -> None: ... class SysCall1 (line 35) | class SysCall1(SysCall): method __init__ (line 37) | def __init__(self, arg) -> None: ... class StopLoop (line 39) | class StopLoop(SysCall1): ... class IORead (line 40) | class IORead(SysCall1): ... class IOWrite (line 41) | class IOWrite(SysCall1): ... class IOReadDone (line 42) | class IOReadDone(SysCall1): ... class IOWriteDone (line 43) | class IOWriteDone(SysCall1): ... function get_event_loop (line 48) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function sleep (line 49) | def sleep(secs) -> Generator[Incomplete, None, None]: ... class SleepMs (line 51) | class SleepMs(SysCall1): method __init__ (line 54) | def __init__(self) -> None: ... method __call__ (line 55) | def __call__(self, arg): ... method __iter__ (line 56) | def __iter__(self): ... method __next__ (line 57) | def __next__(self): ... function cancel (line 62) | def cancel(coro) -> None: ... class TimeoutObj (line 64) | class TimeoutObj: method __init__ (line 66) | def __init__(self, coro) -> None: ... function wait_for_ms (line 68) | def wait_for_ms(coro, timeout): ... function wait_for (line 69) | def wait_for(coro, timeout): ... function coroutine (line 70) | def coroutine(f): ... function ensure_future (line 71) | def ensure_future(coro, loop=...): ... function Task (line 72) | def Task(coro, loop=...) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/umqtt/robust.py class MQTTClient (line 5) | class MQTTClient(simple.MQTTClient): method delay (line 10) | def delay(self, i): method log (line 13) | def log(self, in_reconnect, e): method reconnect (line 20) | def reconnect(self): method publish (line 30) | def publish(self, topic, msg, retain=False, qos=0): method wait_msg (line 38) | def wait_msg(self): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/umqtt/simple.py class MQTTException (line 6) | class MQTTException(Exception): class MQTTClient (line 10) | class MQTTClient: method __init__ (line 11) | def __init__(self, client_id, server, port=0, user=None, password=None... method _send_str (line 30) | def _send_str(self, s): method _recv_len (line 34) | def _recv_len(self): method set_callback (line 44) | def set_callback(self, f): method set_last_will (line 47) | def set_last_will(self, topic, msg, retain=False, qos=0): method connect (line 55) | def connect(self, clean_session=True): method disconnect (line 103) | def disconnect(self): method ping (line 107) | def ping(self): method publish (line 110) | def publish(self, topic, msg, retain=False, qos=0): method subscribe (line 145) | def subscribe(self, topic, qos=0): method wait_msg (line 168) | def wait_msg(self): method check_msg (line 203) | def check_msg(self): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = ..., qos: int = ...... method connect (line 37) | def connect(self, clean_session: bool = ...): ... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = ...) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 214) | def install(to_install, install_path=None): function get_install_path (line 249) | def get_install_path(): function cleanup (line 258) | def cleanup(): function help (line 266) | def help(): function main (line 287) | def main(): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/upysh.py class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self): method __call__ (line 10) | def __call__(self, path="."): class PWD (line 21) | class PWD: method __repr__ (line 22) | def __repr__(self): method __call__ (line 25) | def __call__(self): class CLEAR (line 29) | class CLEAR: method __repr__ (line 30) | def __repr__(self): method __call__ (line 33) | def __call__(self): function head (line 48) | def head(f, n=10): function cat (line 57) | def cat(f): function newfile (line 61) | def newfile(path): class Man (line 73) | class Man: method __repr__ (line 74) | def __repr__(self): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self): ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self): ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self): ... method __call__ (line 14) | def __call__(self): ... function head (line 25) | def head(f, n: int = ...) -> None: ... function cat (line 26) | def cat(f) -> None: ... function newfile (line 27) | def newfile(path) -> None: ... class Man (line 29) | class Man: method __repr__ (line 30) | def __repr__(self): ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/urequests.py class Response (line 4) | class Response: method __init__ (line 5) | def __init__(self, f): method close (line 10) | def close(self): method content (line 17) | def content(self): method text (line 27) | def text(self): method json (line 30) | def json(self): function request (line 36) | def request(method, url, data=None, json=None, headers={}, stream=None): function head (line 111) | def head(url, **kw): function get (line 115) | def get(url, **kw): function post (line 119) | def post(url, **kw): function put (line 123) | def put(url, **kw): function patch (line 127) | def patch(url, **kw): function delete (line 131) | def delete(url, **kw): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data: Incomplete | None = ..., json: Incomplete... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/urllib/urequest.py function urlopen (line 4) | def urlopen(url, data=None, method="GET"): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/urllib/urequest.pyi function urlopen (line 3) | def urlopen(url, data: Incomplete | None = ..., method: str = ...): ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/websocket_helper.py function server_handshake (line 15) | def server_handshake(sock): function client_handshake (line 62) | def client_handshake(sock): FILE: stubs/micropython-v1_12-frozen/esp8266/RELEASE/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_12-frozen/stm32/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_12-frozen/stm32/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_12-frozen/stm32/GENERIC/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 321) | def write(self, s): method set_pen (line 327) | def set_pen(self, line, fill): method erase (line 330) | def erase(self): method dot (line 333) | def dot(self, x, y): method rect (line 337) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 366) | def rect_outline(self, x, y, w, h): method rect_interior (line 369) | def rect_interior(self, x, y, w, h): method line (line 372) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 381) | def dot_no_clip(self, x, y): method rect_no_clip (line 384) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 387) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 390) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 393) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 396) | def poly_dot(self, data): method poly_line (line 402) | def poly_line(self, data): method touch_config (line 410) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 413) | def is_touched(self): method get_touch (line 419) | def get_touch(self): method set_spi_win (line 427) | def set_spi_win(self, x, y, w, h): method fast_spi (line 431) | def fast_spi(self, flush=True): method show_framebuf (line 437) | def show_framebuf(self, buf): method set_scroll (line 440) | def set_scroll(self, on): method set_scroll_win (line 443) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 447) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 450) | def set_scroll_buf(self, s): method jpeg_start (line 457) | def jpeg_start(self, l): method jpeg_data (line 463) | def jpeg_data(self, buf): method jpeg (line 466) | def jpeg(self, buf): method feed_wdt (line 470) | def feed_wdt(self): method reset (line 473) | def reset(self): FILE: stubs/micropython-v1_12-frozen/stm32/GENERIC/lcd160cr.pyi class LCD160CR (line 12) | class LCD160CR: method __init__ (line 22) | def __init__( method _send (line 31) | def _send(self, cmd) -> None: ... method _fcmd2 (line 32) | def _fcmd2(self, fmt, a0, a1: int = ..., a2: int = ...) -> None: ... method _fcmd2b (line 33) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4: int = ...) -> None: ... method _waitfor (line 34) | def _waitfor(self, n, buf) -> None: ... method oflush (line 35) | def oflush(self, n: int = ...) -> None: ... method iflush (line 36) | def iflush(self) -> None: ... method rgb (line 38) | def rgb(r, g, b): ... method clip_line (line 40) | def clip_line(c, w, h): ... method set_power (line 41) | def set_power(self, on) -> None: ... method set_orient (line 44) | def set_orient(self, orient) -> None: ... method set_brightness (line 45) | def set_brightness(self, value) -> None: ... method set_i2c_addr (line 46) | def set_i2c_addr(self, addr) -> None: ... method set_uart_baudrate (line 47) | def set_uart_baudrate(self, baudrate) -> None: ... method set_startup_deco (line 48) | def set_startup_deco(self, value) -> None: ... method save_to_flash (line 49) | def save_to_flash(self) -> None: ... method set_pixel (line 50) | def set_pixel(self, x, y, c) -> None: ... method get_pixel (line 51) | def get_pixel(self, x, y): ... method get_line (line 52) | def get_line(self, x, y, buf) -> None: ... method screen_dump (line 53) | def screen_dump(self, buf, x: int = ..., y: int = ..., w: Incomplete |... method screen_load (line 54) | def screen_load(self, buf) -> None: ... method set_pos (line 55) | def set_pos(self, x, y) -> None: ... method set_text_color (line 56) | def set_text_color(self, fg, bg) -> None: ... method set_font (line 57) | def set_font(self, font, scale: int = ..., bold: int = ..., trans: int... method write (line 58) | def write(self, s) -> None: ... method set_pen (line 59) | def set_pen(self, line, fill) -> None: ... method erase (line 60) | def erase(self) -> None: ... method dot (line 61) | def dot(self, x, y) -> None: ... method rect (line 62) | def rect(self, x, y, w, h, cmd: int = ...) -> None: ... method rect_outline (line 63) | def rect_outline(self, x, y, w, h) -> None: ... method rect_interior (line 64) | def rect_interior(self, x, y, w, h) -> None: ... method line (line 65) | def line(self, x1, y1, x2, y2) -> None: ... method dot_no_clip (line 66) | def dot_no_clip(self, x, y) -> None: ... method rect_no_clip (line 67) | def rect_no_clip(self, x, y, w, h) -> None: ... method rect_outline_no_clip (line 68) | def rect_outline_no_clip(self, x, y, w, h) -> None: ... method rect_interior_no_clip (line 69) | def rect_interior_no_clip(self, x, y, w, h) -> None: ... method line_no_clip (line 70) | def line_no_clip(self, x1, y1, x2, y2) -> None: ... method poly_dot (line 71) | def poly_dot(self, data) -> None: ... method poly_line (line 72) | def poly_line(self, data) -> None: ... method touch_config (line 73) | def touch_config(self, calib: bool = ..., save: bool = ..., irq: Incom... method is_touched (line 74) | def is_touched(self): ... method get_touch (line 75) | def get_touch(self): ... method set_spi_win (line 76) | def set_spi_win(self, x, y, w, h) -> None: ... method fast_spi (line 77) | def fast_spi(self, flush: bool = ...): ... method show_framebuf (line 78) | def show_framebuf(self, buf) -> None: ... method set_scroll (line 79) | def set_scroll(self, on) -> None: ... method set_scroll_win (line 80) | def set_scroll_win( method set_scroll_win_param (line 83) | def set_scroll_win_param(self, win, param, value) -> None: ... method set_scroll_buf (line 84) | def set_scroll_buf(self, s) -> None: ... method jpeg_start (line 85) | def jpeg_start(self, l) -> None: ... method jpeg_data (line 86) | def jpeg_data(self, buf) -> None: ... method jpeg (line 87) | def jpeg(self, buf) -> None: ... method feed_wdt (line 88) | def feed_wdt(self) -> None: ... method reset (line 89) | def reset(self) -> None: ... FILE: stubs/micropython-v1_12-frozen/stm32/GENERIC/onewire.py class OneWireError (line 8) | class OneWireError(Exception): class OneWire (line 12) | class OneWire: method __init__ (line 17) | def __init__(self, pin): method reset (line 21) | def reset(self, required=False): method readbit (line 27) | def readbit(self): method readbyte (line 30) | def readbyte(self): method readinto (line 33) | def readinto(self, buf): method writebit (line 37) | def writebit(self, value): method writebyte (line 40) | def writebyte(self, value): method write (line 43) | def write(self, buf): method select_rom (line 47) | def select_rom(self, rom): method scan (line 52) | def scan(self): method _search_rom (line 64) | def _search_rom(self, l_rom, diff): method crc8 (line 92) | def crc8(self, data): FILE: stubs/micropython-v1_12-frozen/stm32/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_12-frozen/stm32/PYBD_SF2/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_12-frozen/stm32/PYBD_SF2/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_12-frozen/stm32/PYBD_SF2/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 321) | def write(self, s): method set_pen (line 327) | def set_pen(self, line, fill): method erase (line 330) | def erase(self): method dot (line 333) | def dot(self, x, y): method rect (line 337) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 366) | def rect_outline(self, x, y, w, h): method rect_interior (line 369) | def rect_interior(self, x, y, w, h): method line (line 372) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 381) | def dot_no_clip(self, x, y): method rect_no_clip (line 384) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 387) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 390) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 393) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 396) | def poly_dot(self, data): method poly_line (line 402) | def poly_line(self, data): method touch_config (line 410) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 413) | def is_touched(self): method get_touch (line 419) | def get_touch(self): method set_spi_win (line 427) | def set_spi_win(self, x, y, w, h): method fast_spi (line 431) | def fast_spi(self, flush=True): method show_framebuf (line 437) | def show_framebuf(self, buf): method set_scroll (line 440) | def set_scroll(self, on): method set_scroll_win (line 443) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 447) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 450) | def set_scroll_buf(self, s): method jpeg_start (line 457) | def jpeg_start(self, l): method jpeg_data (line 463) | def jpeg_data(self, buf): method jpeg (line 466) | def jpeg(self, buf): method feed_wdt (line 470) | def feed_wdt(self): method reset (line 473) | def reset(self): FILE: stubs/micropython-v1_12-frozen/stm32/PYBD_SF2/lcd160cr.pyi class LCD160CR (line 12) | class LCD160CR: method __init__ (line 22) | def __init__( method _send (line 31) | def _send(self, cmd) -> None: ... method _fcmd2 (line 32) | def _fcmd2(self, fmt, a0, a1: int = ..., a2: int = ...) -> None: ... method _fcmd2b (line 33) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4: int = ...) -> None: ... method _waitfor (line 34) | def _waitfor(self, n, buf) -> None: ... method oflush (line 35) | def oflush(self, n: int = ...) -> None: ... method iflush (line 36) | def iflush(self) -> None: ... method rgb (line 38) | def rgb(r, g, b): ... method clip_line (line 40) | def clip_line(c, w, h): ... method set_power (line 41) | def set_power(self, on) -> None: ... method set_orient (line 44) | def set_orient(self, orient) -> None: ... method set_brightness (line 45) | def set_brightness(self, value) -> None: ... method set_i2c_addr (line 46) | def set_i2c_addr(self, addr) -> None: ... method set_uart_baudrate (line 47) | def set_uart_baudrate(self, baudrate) -> None: ... method set_startup_deco (line 48) | def set_startup_deco(self, value) -> None: ... method save_to_flash (line 49) | def save_to_flash(self) -> None: ... method set_pixel (line 50) | def set_pixel(self, x, y, c) -> None: ... method get_pixel (line 51) | def get_pixel(self, x, y): ... method get_line (line 52) | def get_line(self, x, y, buf) -> None: ... method screen_dump (line 53) | def screen_dump(self, buf, x: int = ..., y: int = ..., w: Incomplete |... method screen_load (line 54) | def screen_load(self, buf) -> None: ... method set_pos (line 55) | def set_pos(self, x, y) -> None: ... method set_text_color (line 56) | def set_text_color(self, fg, bg) -> None: ... method set_font (line 57) | def set_font(self, font, scale: int = ..., bold: int = ..., trans: int... method write (line 58) | def write(self, s) -> None: ... method set_pen (line 59) | def set_pen(self, line, fill) -> None: ... method erase (line 60) | def erase(self) -> None: ... method dot (line 61) | def dot(self, x, y) -> None: ... method rect (line 62) | def rect(self, x, y, w, h, cmd: int = ...) -> None: ... method rect_outline (line 63) | def rect_outline(self, x, y, w, h) -> None: ... method rect_interior (line 64) | def rect_interior(self, x, y, w, h) -> None: ... method line (line 65) | def line(self, x1, y1, x2, y2) -> None: ... method dot_no_clip (line 66) | def dot_no_clip(self, x, y) -> None: ... method rect_no_clip (line 67) | def rect_no_clip(self, x, y, w, h) -> None: ... method rect_outline_no_clip (line 68) | def rect_outline_no_clip(self, x, y, w, h) -> None: ... method rect_interior_no_clip (line 69) | def rect_interior_no_clip(self, x, y, w, h) -> None: ... method line_no_clip (line 70) | def line_no_clip(self, x1, y1, x2, y2) -> None: ... method poly_dot (line 71) | def poly_dot(self, data) -> None: ... method poly_line (line 72) | def poly_line(self, data) -> None: ... method touch_config (line 73) | def touch_config(self, calib: bool = ..., save: bool = ..., irq: Incom... method is_touched (line 74) | def is_touched(self): ... method get_touch (line 75) | def get_touch(self): ... method set_spi_win (line 76) | def set_spi_win(self, x, y, w, h) -> None: ... method fast_spi (line 77) | def fast_spi(self, flush: bool = ...): ... method show_framebuf (line 78) | def show_framebuf(self, buf) -> None: ... method set_scroll (line 79) | def set_scroll(self, on) -> None: ... method set_scroll_win (line 80) | def set_scroll_win( method set_scroll_win_param (line 83) | def set_scroll_win_param(self, win, param, value) -> None: ... method set_scroll_buf (line 84) | def set_scroll_buf(self, s) -> None: ... method jpeg_start (line 85) | def jpeg_start(self, l) -> None: ... method jpeg_data (line 86) | def jpeg_data(self, buf) -> None: ... method jpeg (line 87) | def jpeg(self, buf) -> None: ... method feed_wdt (line 88) | def feed_wdt(self) -> None: ... method reset (line 89) | def reset(self) -> None: ... FILE: stubs/micropython-v1_12-frozen/stm32/PYBD_SF2/onewire.py class OneWireError (line 8) | class OneWireError(Exception): class OneWire (line 12) | class OneWire: method __init__ (line 17) | def __init__(self, pin): method reset (line 21) | def reset(self, required=False): method readbit (line 27) | def readbit(self): method readbyte (line 30) | def readbyte(self): method readinto (line 33) | def readinto(self, buf): method writebit (line 37) | def writebit(self, value): method writebyte (line 40) | def writebyte(self, value): method write (line 43) | def write(self, buf): method select_rom (line 47) | def select_rom(self, rom): method scan (line 52) | def scan(self): method _search_rom (line 64) | def _search_rom(self, l_rom, diff): method crc8 (line 92) | def crc8(self, data): FILE: stubs/micropython-v1_12-frozen/stm32/PYBD_SF2/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_12-frozen/stm32/PYBD_SF2/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_12-frozen/stm32/PYBD_SF2/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_12-frozen/stm32/PYBD_SF2/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_12-frozen/stm32/PYBD_SF2/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_12-frozen/stm32/PYBD_SF2/websocket_helper.py function server_handshake (line 15) | def server_handshake(sock): function client_handshake (line 62) | def client_handshake(sock): FILE: stubs/micropython-v1_12-frozen/stm32/PYBD_SF2/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_12-pyboard/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/_thread.py class LockType (line 9) | class LockType: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 16) | def acquire(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: method release (line 22) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 30) | def exit(*args, **kwargs) -> Any: function get_ident (line 34) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 38) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 42) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/_thread.pyi class LockType (line 3) | class LockType: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 5) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 9) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 10) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 11) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 12) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function hexlify (line 17) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 21) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function hexlify (line 5) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 6) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method center (line 218) | def center(self, *args, **kwargs) -> Any: method decode (line 221) | def decode(self, *args, **kwargs) -> Any: method partition (line 224) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 227) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 230) | def splitlines(self, *args, **kwargs) -> Any: function callable (line 234) | def callable(*args, **kwargs) -> Any: function chr (line 238) | def chr(*args, **kwargs) -> Any: class dict (line 242) | class dict: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: method clear (line 249) | def clear(self, *args, **kwargs) -> Any: method copy (line 252) | def copy(self, *args, **kwargs) -> Any: method get (line 255) | def get(self, *args, **kwargs) -> Any: method items (line 258) | def items(self, *args, **kwargs) -> Any: method keys (line 261) | def keys(self, *args, **kwargs) -> Any: method pop (line 264) | def pop(self, *args, **kwargs) -> Any: method popitem (line 267) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 270) | def setdefault(self, *args, **kwargs) -> Any: method update (line 273) | def update(self, *args, **kwargs) -> Any: method values (line 276) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 280) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 284) | def dir(*args, **kwargs) -> Any: function divmod (line 288) | def divmod(*args, **kwargs) -> Any: function eval (line 292) | def eval(*args, **kwargs) -> Any: function exec (line 296) | def exec(*args, **kwargs) -> Any: function getattr (line 300) | def getattr(*args, **kwargs) -> Any: function globals (line 304) | def globals(*args, **kwargs) -> Any: function hasattr (line 308) | def hasattr(*args, **kwargs) -> Any: function hash (line 312) | def hash(*args, **kwargs) -> Any: function id (line 316) | def id(*args, **kwargs) -> Any: class int (line 320) | class int: method __init__ (line 323) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 328) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 331) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 335) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 339) | def issubclass(*args, **kwargs) -> Any: function iter (line 343) | def iter(*args, **kwargs) -> Any: function len (line 347) | def len(*args, **kwargs) -> Any: class list (line 351) | class list: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: method append (line 358) | def append(self, *args, **kwargs) -> Any: method clear (line 361) | def clear(self, *args, **kwargs) -> Any: method copy (line 364) | def copy(self, *args, **kwargs) -> Any: method count (line 367) | def count(self, *args, **kwargs) -> Any: method extend (line 370) | def extend(self, *args, **kwargs) -> Any: method index (line 373) | def index(self, *args, **kwargs) -> Any: method insert (line 376) | def insert(self, *args, **kwargs) -> Any: method pop (line 379) | def pop(self, *args, **kwargs) -> Any: method remove (line 382) | def remove(self, *args, **kwargs) -> Any: method reverse (line 385) | def reverse(self, *args, **kwargs) -> Any: method sort (line 388) | def sort(self, *args, **kwargs) -> Any: function locals (line 392) | def locals(*args, **kwargs) -> Any: class map (line 396) | class map: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function next (line 404) | def next(*args, **kwargs) -> Any: class object (line 408) | class object: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: function open (line 416) | def open(*args, **kwargs) -> Any: function ord (line 420) | def ord(*args, **kwargs) -> Any: function pow (line 424) | def pow(*args, **kwargs) -> Any: function print (line 428) | def print(*args, **kwargs) -> Any: class range (line 432) | class range: method __init__ (line 435) | def __init__(self, *argv, **kwargs) -> None: function repr (line 440) | def repr(*args, **kwargs) -> Any: function round (line 444) | def round(*args, **kwargs) -> Any: class set (line 448) | class set: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: method clear (line 455) | def clear(self, *args, **kwargs) -> Any: method copy (line 458) | def copy(self, *args, **kwargs) -> Any: method pop (line 461) | def pop(self, *args, **kwargs) -> Any: method remove (line 464) | def remove(self, *args, **kwargs) -> Any: method update (line 467) | def update(self, *args, **kwargs) -> Any: method add (line 470) | def add(self, *args, **kwargs) -> Any: method difference (line 473) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 476) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 479) | def discard(self, *args, **kwargs) -> Any: method intersection (line 482) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 485) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 488) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 491) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 494) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 497) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 500) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 503) | def union(self, *args, **kwargs) -> Any: function setattr (line 507) | def setattr(*args, **kwargs) -> Any: function sorted (line 511) | def sorted(*args, **kwargs) -> Any: class str (line 515) | class str: method __init__ (line 518) | def __init__(self, *argv, **kwargs) -> None: method count (line 522) | def count(self, *args, **kwargs) -> Any: method endswith (line 525) | def endswith(self, *args, **kwargs) -> Any: method find (line 528) | def find(self, *args, **kwargs) -> Any: method format (line 531) | def format(self, *args, **kwargs) -> Any: method index (line 534) | def index(self, *args, **kwargs) -> Any: method isalpha (line 537) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 540) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 543) | def islower(self, *args, **kwargs) -> Any: method isspace (line 546) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 549) | def isupper(self, *args, **kwargs) -> Any: method join (line 552) | def join(self, *args, **kwargs) -> Any: method lower (line 555) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 558) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 561) | def replace(self, *args, **kwargs) -> Any: method rfind (line 564) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 567) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 570) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 573) | def rstrip(self, *args, **kwargs) -> Any: method split (line 576) | def split(self, *args, **kwargs) -> Any: method startswith (line 579) | def startswith(self, *args, **kwargs) -> Any: method strip (line 582) | def strip(self, *args, **kwargs) -> Any: method upper (line 585) | def upper(self, *args, **kwargs) -> Any: method center (line 588) | def center(self, *args, **kwargs) -> Any: method encode (line 591) | def encode(self, *args, **kwargs) -> Any: method partition (line 594) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 597) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 600) | def splitlines(self, *args, **kwargs) -> Any: function sum (line 604) | def sum(*args, **kwargs) -> Any: class super (line 608) | class super: method __init__ (line 611) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 616) | class tuple: method __init__ (line 619) | def __init__(self, *argv, **kwargs) -> None: method count (line 623) | def count(self, *args, **kwargs) -> Any: method index (line 626) | def index(self, *args, **kwargs) -> Any: class type (line 630) | class type: method __init__ (line 633) | def __init__(self, *argv, **kwargs) -> None: class zip (line 638) | class zip: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 649) | class StopAsyncIteration: method __init__ (line 652) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 657) | class UnicodeError(Exception): class ViperTypeError (line 661) | class ViperTypeError(Exception): function bin (line 665) | def bin(*args, **kwargs) -> Any: function compile (line 669) | def compile(*args, **kwargs) -> Any: class complex (line 673) | class complex: method __init__ (line 676) | def __init__(self, *argv, **kwargs) -> None: function delattr (line 681) | def delattr(*args, **kwargs) -> Any: class enumerate (line 685) | class enumerate: method __init__ (line 688) | def __init__(self, *argv, **kwargs) -> None: function execfile (line 693) | def execfile(*args, **kwargs) -> Any: class filter (line 697) | class filter: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: class float (line 705) | class float: method __init__ (line 708) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 713) | class frozenset: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: method copy (line 720) | def copy(self, *args, **kwargs) -> Any: method difference (line 723) | def difference(self, *args, **kwargs) -> Any: method intersection (line 726) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 729) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 732) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 735) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 738) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 741) | def union(self, *args, **kwargs) -> Any: function help (line 745) | def help(*args, **kwargs) -> Any: function hex (line 749) | def hex(*args, **kwargs) -> Any: function input (line 753) | def input(*args, **kwargs) -> Any: function max (line 757) | def max(*args, **kwargs) -> Any: class memoryview (line 761) | class memoryview: method __init__ (line 764) | def __init__(self, *argv, **kwargs) -> None: function min (line 769) | def min(*args, **kwargs) -> Any: function oct (line 773) | def oct(*args, **kwargs) -> Any: class property (line 777) | class property: method __init__ (line 780) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 784) | def deleter(self, *args, **kwargs) -> Any: method getter (line 787) | def getter(self, *args, **kwargs) -> Any: method setter (line 790) | def setter(self, *args, **kwargs) -> Any: class reversed (line 794) | class reversed: method __init__ (line 797) | def __init__(self, *argv, **kwargs) -> None: class slice (line 802) | class slice: method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_12-pyboard/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method center (line 69) | def center(self, *args, **kwargs) -> Any: ... method decode (line 70) | def decode(self, *args, **kwargs) -> Any: ... method partition (line 71) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 72) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 73) | def splitlines(self, *args, **kwargs) -> Any: ... function callable (line 75) | def callable(*args, **kwargs) -> Any: ... function chr (line 76) | def chr(*args, **kwargs) -> Any: ... class dict (line 78) | class dict: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 80) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 81) | def copy(self, *args, **kwargs) -> Any: ... method get (line 82) | def get(self, *args, **kwargs) -> Any: ... method items (line 83) | def items(self, *args, **kwargs) -> Any: ... method keys (line 84) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 85) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 86) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 87) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 88) | def update(self, *args, **kwargs) -> Any: ... method values (line 89) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 91) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 93) | def dir(*args, **kwargs) -> Any: ... function divmod (line 94) | def divmod(*args, **kwargs) -> Any: ... function eval (line 95) | def eval(*args, **kwargs) -> Any: ... function exec (line 96) | def exec(*args, **kwargs) -> Any: ... function getattr (line 97) | def getattr(*args, **kwargs) -> Any: ... function globals (line 98) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 99) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 100) | def hash(*args, **kwargs) -> Any: ... function id (line 101) | def id(*args, **kwargs) -> Any: ... class int (line 103) | class int: method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 106) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 107) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 109) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 110) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 111) | def iter(*args, **kwargs) -> Any: ... function len (line 112) | def len(*args, **kwargs) -> Any: ... class list (line 114) | class list: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 116) | def append(self, *args, **kwargs) -> Any: ... method clear (line 117) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 118) | def copy(self, *args, **kwargs) -> Any: ... method count (line 119) | def count(self, *args, **kwargs) -> Any: ... method extend (line 120) | def extend(self, *args, **kwargs) -> Any: ... method index (line 121) | def index(self, *args, **kwargs) -> Any: ... method insert (line 122) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 123) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 124) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 125) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 126) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 128) | def locals(*args, **kwargs) -> Any: ... class map (line 130) | class map: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 133) | def next(*args, **kwargs) -> Any: ... class object (line 135) | class object: method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 138) | def open(*args, **kwargs) -> Any: ... function ord (line 139) | def ord(*args, **kwargs) -> Any: ... function pow (line 140) | def pow(*args, **kwargs) -> Any: ... function print (line 141) | def print(*args, **kwargs) -> Any: ... class range (line 143) | class range: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 146) | def repr(*args, **kwargs) -> Any: ... function round (line 147) | def round(*args, **kwargs) -> Any: ... class set (line 149) | class set: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 151) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 152) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 153) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 154) | def remove(self, *args, **kwargs) -> Any: ... method update (line 155) | def update(self, *args, **kwargs) -> Any: ... method add (line 156) | def add(self, *args, **kwargs) -> Any: ... method difference (line 157) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 158) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 159) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 160) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 161) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 162) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 163) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 164) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 165) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 166) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 167) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 169) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 170) | def sorted(*args, **kwargs) -> Any: ... class str (line 172) | class str: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 174) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 175) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 176) | def find(self, *args, **kwargs) -> Any: ... method format (line 177) | def format(self, *args, **kwargs) -> Any: ... method index (line 178) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 179) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 180) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 181) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 182) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 183) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 184) | def join(self, *args, **kwargs) -> Any: ... method lower (line 185) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 186) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 187) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 188) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 189) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 190) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 191) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 192) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 193) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 194) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 195) | def upper(self, *args, **kwargs) -> Any: ... method center (line 196) | def center(self, *args, **kwargs) -> Any: ... method encode (line 197) | def encode(self, *args, **kwargs) -> Any: ... method partition (line 198) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 199) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 200) | def splitlines(self, *args, **kwargs) -> Any: ... function sum (line 202) | def sum(*args, **kwargs) -> Any: ... class super (line 204) | class super: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 207) | class tuple: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 209) | def count(self, *args, **kwargs) -> Any: ... method index (line 210) | def index(self, *args, **kwargs) -> Any: ... class type (line 212) | class type: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 215) | class zip: method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 220) | class StopAsyncIteration: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 223) | class UnicodeError(Exception): ... class ViperTypeError (line 224) | class ViperTypeError(Exception): ... function bin (line 226) | def bin(*args, **kwargs) -> Any: ... function compile (line 227) | def compile(*args, **kwargs) -> Any: ... class complex (line 229) | class complex: method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... function delattr (line 232) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 234) | class enumerate: method __init__ (line 235) | def __init__(self, *argv, **kwargs) -> None: ... function execfile (line 237) | def execfile(*args, **kwargs) -> Any: ... class filter (line 239) | class filter: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 242) | class float: method __init__ (line 243) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 245) | class frozenset: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 247) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 248) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 249) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 250) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 251) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 252) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 253) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 254) | def union(self, *args, **kwargs) -> Any: ... function help (line 256) | def help(*args, **kwargs) -> Any: ... function hex (line 257) | def hex(*args, **kwargs) -> Any: ... function input (line 258) | def input(*args, **kwargs) -> Any: ... function max (line 259) | def max(*args, **kwargs) -> Any: ... class memoryview (line 261) | class memoryview: method __init__ (line 262) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 264) | def min(*args, **kwargs) -> Any: ... function oct (line 265) | def oct(*args, **kwargs) -> Any: ... class property (line 267) | class property: method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 269) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 270) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 271) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 273) | class reversed: method __init__ (line 274) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 276) | class slice: method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_12-pyboard/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/hashlib.py class sha256 (line 9) | class sha256: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/hashlib.pyi class sha256 (line 3) | class sha256: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: class FileIO (line 45) | class FileIO: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: method close (line 52) | def close(self, *args, **kwargs) -> Any: method read (line 55) | def read(self, *args, **kwargs) -> Any: method readinto (line 58) | def readinto(self, *args, **kwargs) -> Any: method readline (line 61) | def readline(self, *args, **kwargs) -> Any: method write (line 64) | def write(self, *args, **kwargs) -> Any: method flush (line 67) | def flush(self, *args, **kwargs) -> Any: method readlines (line 70) | def readlines(self, *args, **kwargs) -> Any: method seek (line 73) | def seek(self, *args, **kwargs) -> Any: method tell (line 76) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 80) | class IOBase: method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 88) | class StringIO: method __init__ (line 91) | def __init__(self, *argv, **kwargs) -> None: method close (line 95) | def close(self, *args, **kwargs) -> Any: method read (line 98) | def read(self, *args, **kwargs) -> Any: method readinto (line 101) | def readinto(self, *args, **kwargs) -> Any: method readline (line 104) | def readline(self, *args, **kwargs) -> Any: method write (line 107) | def write(self, *args, **kwargs) -> Any: method flush (line 110) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 113) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 116) | def seek(self, *args, **kwargs) -> Any: class TextIOWrapper (line 120) | class TextIOWrapper: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: method close (line 127) | def close(self, *args, **kwargs) -> Any: method read (line 130) | def read(self, *args, **kwargs) -> Any: method readinto (line 133) | def readinto(self, *args, **kwargs) -> Any: method readline (line 136) | def readline(self, *args, **kwargs) -> Any: method write (line 139) | def write(self, *args, **kwargs) -> Any: method flush (line 142) | def flush(self, *args, **kwargs) -> Any: method readlines (line 145) | def readlines(self, *args, **kwargs) -> Any: method seek (line 148) | def seek(self, *args, **kwargs) -> Any: method tell (line 151) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... class FileIO (line 16) | class FileIO: method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 18) | def close(self, *args, **kwargs) -> Any: ... method read (line 19) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 21) | def readline(self, *args, **kwargs) -> Any: ... method write (line 22) | def write(self, *args, **kwargs) -> Any: ... method flush (line 23) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 24) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 25) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 26) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 28) | class IOBase: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 31) | class StringIO: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 40) | def seek(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 42) | class TextIOWrapper: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 44) | def close(self, *args, **kwargs) -> Any: ... method read (line 45) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 46) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 47) | def readline(self, *args, **kwargs) -> Any: ... method write (line 48) | def write(self, *args, **kwargs) -> Any: ... method flush (line 49) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 50) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 51) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 52) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/lcd160cr.py function const (line 9) | def const(*args, **kwargs) -> Any: function calcsize (line 13) | def calcsize(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Any: class LCD160CR (line 34) | class LCD160CR: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: method write (line 41) | def write(self, *args, **kwargs) -> Any: method line (line 44) | def line(self, *args, **kwargs) -> Any: method rect (line 47) | def rect(self, *args, **kwargs) -> Any: method reset (line 50) | def reset(self, *args, **kwargs) -> Any: method oflush (line 53) | def oflush(self, *args, **kwargs) -> Any: method iflush (line 56) | def iflush(self, *args, **kwargs) -> Any: method rgb (line 59) | def rgb(self, *args, **kwargs) -> Any: method clip_line (line 62) | def clip_line(self, *args, **kwargs) -> Any: method set_power (line 65) | def set_power(self, *args, **kwargs) -> Any: method set_orient (line 68) | def set_orient(self, *args, **kwargs) -> Any: method set_brightness (line 71) | def set_brightness(self, *args, **kwargs) -> Any: method set_i2c_addr (line 74) | def set_i2c_addr(self, *args, **kwargs) -> Any: method set_uart_baudrate (line 77) | def set_uart_baudrate(self, *args, **kwargs) -> Any: method set_startup_deco (line 80) | def set_startup_deco(self, *args, **kwargs) -> Any: method save_to_flash (line 83) | def save_to_flash(self, *args, **kwargs) -> Any: method set_pixel (line 86) | def set_pixel(self, *args, **kwargs) -> Any: method get_pixel (line 89) | def get_pixel(self, *args, **kwargs) -> Any: method get_line (line 92) | def get_line(self, *args, **kwargs) -> Any: method screen_dump (line 95) | def screen_dump(self, *args, **kwargs) -> Any: method screen_load (line 98) | def screen_load(self, *args, **kwargs) -> Any: method set_pos (line 101) | def set_pos(self, *args, **kwargs) -> Any: method set_text_color (line 104) | def set_text_color(self, *args, **kwargs) -> Any: method set_font (line 107) | def set_font(self, *args, **kwargs) -> Any: method set_pen (line 110) | def set_pen(self, *args, **kwargs) -> Any: method erase (line 113) | def erase(self, *args, **kwargs) -> Any: method dot (line 116) | def dot(self, *args, **kwargs) -> Any: method rect_outline (line 119) | def rect_outline(self, *args, **kwargs) -> Any: method rect_interior (line 122) | def rect_interior(self, *args, **kwargs) -> Any: method dot_no_clip (line 125) | def dot_no_clip(self, *args, **kwargs) -> Any: method rect_no_clip (line 128) | def rect_no_clip(self, *args, **kwargs) -> Any: method rect_outline_no_clip (line 131) | def rect_outline_no_clip(self, *args, **kwargs) -> Any: method rect_interior_no_clip (line 134) | def rect_interior_no_clip(self, *args, **kwargs) -> Any: method line_no_clip (line 137) | def line_no_clip(self, *args, **kwargs) -> Any: method poly_dot (line 140) | def poly_dot(self, *args, **kwargs) -> Any: method poly_line (line 143) | def poly_line(self, *args, **kwargs) -> Any: method touch_config (line 146) | def touch_config(self, *args, **kwargs) -> Any: method is_touched (line 149) | def is_touched(self, *args, **kwargs) -> Any: method get_touch (line 152) | def get_touch(self, *args, **kwargs) -> Any: method set_spi_win (line 155) | def set_spi_win(self, *args, **kwargs) -> Any: method fast_spi (line 158) | def fast_spi(self, *args, **kwargs) -> Any: method show_framebuf (line 161) | def show_framebuf(self, *args, **kwargs) -> Any: method set_scroll (line 164) | def set_scroll(self, *args, **kwargs) -> Any: method set_scroll_win (line 167) | def set_scroll_win(self, *args, **kwargs) -> Any: method set_scroll_win_param (line 170) | def set_scroll_win_param(self, *args, **kwargs) -> Any: method set_scroll_buf (line 173) | def set_scroll_buf(self, *args, **kwargs) -> Any: method jpeg_start (line 176) | def jpeg_start(self, *args, **kwargs) -> Any: method jpeg_data (line 179) | def jpeg_data(self, *args, **kwargs) -> Any: method jpeg (line 182) | def jpeg(self, *args, **kwargs) -> Any: method feed_wdt (line 185) | def feed_wdt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/lcd160cr.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function calcsize (line 4) | def calcsize(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args, **kwargs) -> Any: ... class LCD160CR (line 16) | class LCD160CR: method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 18) | def write(self, *args, **kwargs) -> Any: ... method line (line 19) | def line(self, *args, **kwargs) -> Any: ... method rect (line 20) | def rect(self, *args, **kwargs) -> Any: ... method reset (line 21) | def reset(self, *args, **kwargs) -> Any: ... method oflush (line 22) | def oflush(self, *args, **kwargs) -> Any: ... method iflush (line 23) | def iflush(self, *args, **kwargs) -> Any: ... method rgb (line 24) | def rgb(self, *args, **kwargs) -> Any: ... method clip_line (line 25) | def clip_line(self, *args, **kwargs) -> Any: ... method set_power (line 26) | def set_power(self, *args, **kwargs) -> Any: ... method set_orient (line 27) | def set_orient(self, *args, **kwargs) -> Any: ... method set_brightness (line 28) | def set_brightness(self, *args, **kwargs) -> Any: ... method set_i2c_addr (line 29) | def set_i2c_addr(self, *args, **kwargs) -> Any: ... method set_uart_baudrate (line 30) | def set_uart_baudrate(self, *args, **kwargs) -> Any: ... method set_startup_deco (line 31) | def set_startup_deco(self, *args, **kwargs) -> Any: ... method save_to_flash (line 32) | def save_to_flash(self, *args, **kwargs) -> Any: ... method set_pixel (line 33) | def set_pixel(self, *args, **kwargs) -> Any: ... method get_pixel (line 34) | def get_pixel(self, *args, **kwargs) -> Any: ... method get_line (line 35) | def get_line(self, *args, **kwargs) -> Any: ... method screen_dump (line 36) | def screen_dump(self, *args, **kwargs) -> Any: ... method screen_load (line 37) | def screen_load(self, *args, **kwargs) -> Any: ... method set_pos (line 38) | def set_pos(self, *args, **kwargs) -> Any: ... method set_text_color (line 39) | def set_text_color(self, *args, **kwargs) -> Any: ... method set_font (line 40) | def set_font(self, *args, **kwargs) -> Any: ... method set_pen (line 41) | def set_pen(self, *args, **kwargs) -> Any: ... method erase (line 42) | def erase(self, *args, **kwargs) -> Any: ... method dot (line 43) | def dot(self, *args, **kwargs) -> Any: ... method rect_outline (line 44) | def rect_outline(self, *args, **kwargs) -> Any: ... method rect_interior (line 45) | def rect_interior(self, *args, **kwargs) -> Any: ... method dot_no_clip (line 46) | def dot_no_clip(self, *args, **kwargs) -> Any: ... method rect_no_clip (line 47) | def rect_no_clip(self, *args, **kwargs) -> Any: ... method rect_outline_no_clip (line 48) | def rect_outline_no_clip(self, *args, **kwargs) -> Any: ... method rect_interior_no_clip (line 49) | def rect_interior_no_clip(self, *args, **kwargs) -> Any: ... method line_no_clip (line 50) | def line_no_clip(self, *args, **kwargs) -> Any: ... method poly_dot (line 51) | def poly_dot(self, *args, **kwargs) -> Any: ... method poly_line (line 52) | def poly_line(self, *args, **kwargs) -> Any: ... method touch_config (line 53) | def touch_config(self, *args, **kwargs) -> Any: ... method is_touched (line 54) | def is_touched(self, *args, **kwargs) -> Any: ... method get_touch (line 55) | def get_touch(self, *args, **kwargs) -> Any: ... method set_spi_win (line 56) | def set_spi_win(self, *args, **kwargs) -> Any: ... method fast_spi (line 57) | def fast_spi(self, *args, **kwargs) -> Any: ... method show_framebuf (line 58) | def show_framebuf(self, *args, **kwargs) -> Any: ... method set_scroll (line 59) | def set_scroll(self, *args, **kwargs) -> Any: ... method set_scroll_win (line 60) | def set_scroll_win(self, *args, **kwargs) -> Any: ... method set_scroll_win_param (line 61) | def set_scroll_win_param(self, *args, **kwargs) -> Any: ... method set_scroll_buf (line 62) | def set_scroll_buf(self, *args, **kwargs) -> Any: ... method jpeg_start (line 63) | def jpeg_start(self, *args, **kwargs) -> Any: ... method jpeg_data (line 64) | def jpeg_data(self, *args, **kwargs) -> Any: ... method jpeg (line 65) | def jpeg(self, *args, **kwargs) -> Any: ... method feed_wdt (line 66) | def feed_wdt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/machine.py class RTC (line 9) | class RTC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method calibration (line 16) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 19) | def datetime(self, *args, **kwargs) -> Any: method info (line 22) | def info(self, *args, **kwargs) -> Any: method init (line 25) | def init(self, *args, **kwargs) -> Any: method wakeup (line 28) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 32) | class ADC: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: method read_u16 (line 44) | def read_u16(self, *args, **kwargs) -> Any: class I2C (line 52) | class I2C: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 59) | def readinto(self, *args, **kwargs) -> Any: method start (line 62) | def start(self, *args, **kwargs) -> Any: method stop (line 65) | def stop(self, *args, **kwargs) -> Any: method write (line 68) | def write(self, *args, **kwargs) -> Any: method init (line 71) | def init(self, *args, **kwargs) -> Any: method readfrom (line 74) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 77) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 80) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 83) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 86) | def scan(self, *args, **kwargs) -> Any: method writeto (line 89) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 92) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 95) | def writevto(self, *args, **kwargs) -> Any: class Pin (line 102) | class Pin: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: method dict (line 110) | def dict(cls, *args, **kwargs) -> Any: method value (line 113) | def value(self, *args, **kwargs) -> Any: method af (line 155) | def af(self, *args, **kwargs) -> Any: method af_list (line 158) | def af_list(self, *args, **kwargs) -> Any: class board (line 161) | class board: method __init__ (line 164) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 218) | class cpu: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: method debug (line 274) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 277) | def gpio(self, *args, **kwargs) -> Any: method high (line 280) | def high(self, *args, **kwargs) -> Any: method init (line 283) | def init(self, *args, **kwargs) -> Any: method irq (line 286) | def irq(self, *args, **kwargs) -> Any: method low (line 289) | def low(self, *args, **kwargs) -> Any: method mapper (line 293) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 296) | def mode(self, *args, **kwargs) -> Any: method name (line 299) | def name(self, *args, **kwargs) -> Any: method names (line 302) | def names(self, *args, **kwargs) -> Any: method off (line 305) | def off(self, *args, **kwargs) -> Any: method on (line 308) | def on(self, *args, **kwargs) -> Any: method pin (line 311) | def pin(self, *args, **kwargs) -> Any: method port (line 314) | def port(self, *args, **kwargs) -> Any: method pull (line 317) | def pull(self, *args, **kwargs) -> Any: class SPI (line 324) | class SPI: method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: method read (line 331) | def read(self, *args, **kwargs) -> Any: method readinto (line 334) | def readinto(self, *args, **kwargs) -> Any: method write (line 337) | def write(self, *args, **kwargs) -> Any: method deinit (line 343) | def deinit(self, *args, **kwargs) -> Any: method init (line 346) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 349) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 353) | class Signal: method __init__ (line 356) | def __init__(self, *argv, **kwargs) -> None: method value (line 360) | def value(self, *args, **kwargs) -> Any: method off (line 363) | def off(self, *args, **kwargs) -> Any: method on (line 366) | def on(self, *args, **kwargs) -> Any: class Timer (line 370) | class Timer: method __init__ (line 373) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 380) | def deinit(self, *args, **kwargs) -> Any: method init (line 383) | def init(self, *args, **kwargs) -> Any: class UART (line 387) | class UART: method __init__ (line 390) | def __init__(self, *argv, **kwargs) -> None: method any (line 394) | def any(self, *args, **kwargs) -> Any: method read (line 397) | def read(self, *args, **kwargs) -> Any: method readinto (line 400) | def readinto(self, *args, **kwargs) -> Any: method readline (line 403) | def readline(self, *args, **kwargs) -> Any: method write (line 406) | def write(self, *args, **kwargs) -> Any: method deinit (line 413) | def deinit(self, *args, **kwargs) -> Any: method init (line 416) | def init(self, *args, **kwargs) -> Any: method irq (line 419) | def irq(self, *args, **kwargs) -> Any: method readchar (line 422) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 425) | def sendbreak(self, *args, **kwargs) -> Any: method writechar (line 428) | def writechar(self, *args, **kwargs) -> Any: class WDT (line 432) | class WDT: method __init__ (line 435) | def __init__(self, *argv, **kwargs) -> None: method feed (line 439) | def feed(self, *args, **kwargs) -> Any: function bootloader (line 446) | def bootloader(*args, **kwargs) -> Any: function deepsleep (line 450) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 454) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 458) | def enable_irq(*args, **kwargs) -> Any: function freq (line 462) | def freq(*args, **kwargs) -> Any: function idle (line 466) | def idle(*args, **kwargs) -> Any: function info (line 470) | def info(*args, **kwargs) -> Any: function lightsleep (line 474) | def lightsleep(*args, **kwargs) -> Any: function reset (line 483) | def reset(*args, **kwargs) -> Any: function reset_cause (line 487) | def reset_cause(*args, **kwargs) -> Any: function rng (line 491) | def rng(*args, **kwargs) -> Any: function sleep (line 495) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 499) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 503) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 507) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/machine.pyi class RTC (line 3) | class RTC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method calibration (line 5) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 6) | def datetime(self, *args, **kwargs) -> Any: ... method info (line 7) | def info(self, *args, **kwargs) -> Any: ... method init (line 8) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 9) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 11) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method read_u16 (line 17) | def read_u16(self, *args, **kwargs) -> Any: ... class I2C (line 22) | class I2C: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 25) | def start(self, *args, **kwargs) -> Any: ... method stop (line 26) | def stop(self, *args, **kwargs) -> Any: ... method write (line 27) | def write(self, *args, **kwargs) -> Any: ... method init (line 28) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 29) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 30) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 31) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 32) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 33) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 34) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 35) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 36) | def writevto(self, *args, **kwargs) -> Any: ... class Pin (line 40) | class Pin: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... method dict (line 43) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 44) | def value(self, *args, **kwargs) -> Any: ... method af (line 83) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 84) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 86) | class board: method __init__ (line 87) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 138) | class cpu: method __init__ (line 139) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 188) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 189) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 190) | def high(self, *args, **kwargs) -> Any: ... method init (line 191) | def init(self, *args, **kwargs) -> Any: ... method irq (line 192) | def irq(self, *args, **kwargs) -> Any: ... method low (line 193) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 195) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 196) | def mode(self, *args, **kwargs) -> Any: ... method name (line 197) | def name(self, *args, **kwargs) -> Any: ... method names (line 198) | def names(self, *args, **kwargs) -> Any: ... method off (line 199) | def off(self, *args, **kwargs) -> Any: ... method on (line 200) | def on(self, *args, **kwargs) -> Any: ... method pin (line 201) | def pin(self, *args, **kwargs) -> Any: ... method port (line 202) | def port(self, *args, **kwargs) -> Any: ... method pull (line 203) | def pull(self, *args, **kwargs) -> Any: ... class SPI (line 207) | class SPI: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 209) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 210) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 211) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 214) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 215) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 216) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 218) | class Signal: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 220) | def value(self, *args, **kwargs) -> Any: ... method off (line 221) | def off(self, *args, **kwargs) -> Any: ... method on (line 222) | def on(self, *args, **kwargs) -> Any: ... class Timer (line 224) | class Timer: method __init__ (line 225) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 228) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 229) | def init(self, *args, **kwargs) -> Any: ... class UART (line 231) | class UART: method __init__ (line 232) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 233) | def any(self, *args, **kwargs) -> Any: ... method read (line 234) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 235) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 236) | def readline(self, *args, **kwargs) -> Any: ... method write (line 237) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 241) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 242) | def init(self, *args, **kwargs) -> Any: ... method irq (line 243) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 244) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 245) | def sendbreak(self, *args, **kwargs) -> Any: ... method writechar (line 246) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 248) | class WDT: method __init__ (line 249) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 250) | def feed(self, *args, **kwargs) -> Any: ... function bootloader (line 254) | def bootloader(*args, **kwargs) -> Any: ... function deepsleep (line 255) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 256) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 257) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 258) | def freq(*args, **kwargs) -> Any: ... function idle (line 259) | def idle(*args, **kwargs) -> Any: ... function info (line 260) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 261) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 267) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 268) | def reset_cause(*args, **kwargs) -> Any: ... function rng (line 269) | def rng(*args, **kwargs) -> Any: ... function sleep (line 270) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 271) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 272) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 273) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function acosh (line 17) | def acosh(*args, **kwargs) -> Any: function asin (line 21) | def asin(*args, **kwargs) -> Any: function asinh (line 25) | def asinh(*args, **kwargs) -> Any: function atan (line 29) | def atan(*args, **kwargs) -> Any: function atan2 (line 33) | def atan2(*args, **kwargs) -> Any: function atanh (line 37) | def atanh(*args, **kwargs) -> Any: function ceil (line 41) | def ceil(*args, **kwargs) -> Any: function copysign (line 45) | def copysign(*args, **kwargs) -> Any: function cos (line 49) | def cos(*args, **kwargs) -> Any: function cosh (line 53) | def cosh(*args, **kwargs) -> Any: function degrees (line 57) | def degrees(*args, **kwargs) -> Any: function erf (line 64) | def erf(*args, **kwargs) -> Any: function erfc (line 68) | def erfc(*args, **kwargs) -> Any: function exp (line 72) | def exp(*args, **kwargs) -> Any: function expm1 (line 76) | def expm1(*args, **kwargs) -> Any: function fabs (line 80) | def fabs(*args, **kwargs) -> Any: function factorial (line 84) | def factorial(*args, **kwargs) -> Any: function floor (line 88) | def floor(*args, **kwargs) -> Any: function fmod (line 92) | def fmod(*args, **kwargs) -> Any: function frexp (line 96) | def frexp(*args, **kwargs) -> Any: function gamma (line 100) | def gamma(*args, **kwargs) -> Any: function isclose (line 104) | def isclose(*args, **kwargs) -> Any: function isfinite (line 108) | def isfinite(*args, **kwargs) -> Any: function isinf (line 112) | def isinf(*args, **kwargs) -> Any: function isnan (line 116) | def isnan(*args, **kwargs) -> Any: function ldexp (line 120) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 124) | def lgamma(*args, **kwargs) -> Any: function log (line 128) | def log(*args, **kwargs) -> Any: function log10 (line 132) | def log10(*args, **kwargs) -> Any: function log2 (line 136) | def log2(*args, **kwargs) -> Any: function modf (line 140) | def modf(*args, **kwargs) -> Any: function radians (line 147) | def radians(*args, **kwargs) -> Any: function sin (line 151) | def sin(*args, **kwargs) -> Any: function sinh (line 155) | def sinh(*args, **kwargs) -> Any: function sqrt (line 159) | def sqrt(*args, **kwargs) -> Any: function tan (line 163) | def tan(*args, **kwargs) -> Any: function tanh (line 167) | def tanh(*args, **kwargs) -> Any: function trunc (line 171) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function acosh (line 5) | def acosh(*args, **kwargs) -> Any: ... function asin (line 6) | def asin(*args, **kwargs) -> Any: ... function asinh (line 7) | def asinh(*args, **kwargs) -> Any: ... function atan (line 8) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 9) | def atan2(*args, **kwargs) -> Any: ... function atanh (line 10) | def atanh(*args, **kwargs) -> Any: ... function ceil (line 11) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 12) | def copysign(*args, **kwargs) -> Any: ... function cos (line 13) | def cos(*args, **kwargs) -> Any: ... function cosh (line 14) | def cosh(*args, **kwargs) -> Any: ... function degrees (line 15) | def degrees(*args, **kwargs) -> Any: ... function erf (line 19) | def erf(*args, **kwargs) -> Any: ... function erfc (line 20) | def erfc(*args, **kwargs) -> Any: ... function exp (line 21) | def exp(*args, **kwargs) -> Any: ... function expm1 (line 22) | def expm1(*args, **kwargs) -> Any: ... function fabs (line 23) | def fabs(*args, **kwargs) -> Any: ... function factorial (line 24) | def factorial(*args, **kwargs) -> Any: ... function floor (line 25) | def floor(*args, **kwargs) -> Any: ... function fmod (line 26) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 27) | def frexp(*args, **kwargs) -> Any: ... function gamma (line 28) | def gamma(*args, **kwargs) -> Any: ... function isclose (line 29) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 30) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 31) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 32) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 33) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 34) | def lgamma(*args, **kwargs) -> Any: ... function log (line 35) | def log(*args, **kwargs) -> Any: ... function log10 (line 36) | def log10(*args, **kwargs) -> Any: ... function log2 (line 37) | def log2(*args, **kwargs) -> Any: ... function modf (line 38) | def modf(*args, **kwargs) -> Any: ... function radians (line 42) | def radians(*args, **kwargs) -> Any: ... function sin (line 43) | def sin(*args, **kwargs) -> Any: ... function sinh (line 44) | def sinh(*args, **kwargs) -> Any: ... function sqrt (line 45) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 46) | def tan(*args, **kwargs) -> Any: ... function tanh (line 47) | def tanh(*args, **kwargs) -> Any: ... function trunc (line 48) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/network.py function route (line 9) | def route(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/network.pyi function route (line 3) | def route(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/onewire.py function const (line 9) | def const(*args, **kwargs) -> Any: class OneWireError (line 13) | class OneWireError(Exception): class OneWire (line 17) | class OneWire: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: method write (line 27) | def write(self, *args, **kwargs) -> Any: method crc8 (line 30) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 33) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 36) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 39) | def reset(self, *args, **kwargs) -> Any: method scan (line 42) | def scan(self, *args, **kwargs) -> Any: method writebit (line 45) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 48) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 55) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/onewire.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class OneWireError (line 5) | class OneWireError(Exception): ... class OneWire (line 7) | class OneWire: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 10) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 11) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 12) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 13) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 14) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 15) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 16) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 17) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 21) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 16) | class VfsFat: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: method open (line 23) | def open(self, *args, **kwargs) -> Any: method remove (line 26) | def remove(self, *args, **kwargs) -> Any: method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 35) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 38) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 41) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 44) | def mount(self, *args, **kwargs) -> Any: method rename (line 47) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 50) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 53) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 56) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 59) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 63) | class VfsLfs2: method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: method open (line 70) | def open(self, *args, **kwargs) -> Any: method remove (line 73) | def remove(self, *args, **kwargs) -> Any: method chdir (line 76) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 79) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 82) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 85) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 88) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 91) | def mount(self, *args, **kwargs) -> Any: method rename (line 94) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 97) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 100) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 103) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 106) | def umount(self, *args, **kwargs) -> Any: function chdir (line 110) | def chdir(*args, **kwargs) -> Any: function dupterm (line 114) | def dupterm(*args, **kwargs) -> Any: function getcwd (line 118) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 122) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 126) | def listdir(*args, **kwargs) -> Any: function mkdir (line 130) | def mkdir(*args, **kwargs) -> Any: function mount (line 134) | def mount(*args, **kwargs) -> Any: function rename (line 138) | def rename(*args, **kwargs) -> Any: function rmdir (line 142) | def rmdir(*args, **kwargs) -> Any: function stat (line 146) | def stat(*args, **kwargs) -> Any: function statvfs (line 150) | def statvfs(*args, **kwargs) -> Any: function sync (line 154) | def sync(*args, **kwargs) -> Any: function umount (line 158) | def umount(*args, **kwargs) -> Any: function uname (line 162) | def uname(*args, **kwargs) -> Any: function unlink (line 166) | def unlink(*args, **kwargs) -> Any: function urandom (line 170) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 7) | class VfsFat: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 9) | def open(self, *args, **kwargs) -> Any: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 11) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 12) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 13) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 14) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 15) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 16) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 17) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 18) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 19) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 20) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 21) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 23) | class VfsLfs2: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 25) | def open(self, *args, **kwargs) -> Any: ... method remove (line 26) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 27) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 28) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 29) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 30) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 31) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 32) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 33) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 34) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 35) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 36) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 37) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 39) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 40) | def dupterm(*args, **kwargs) -> Any: ... function getcwd (line 41) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 42) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 43) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 44) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 45) | def mount(*args, **kwargs) -> Any: ... function rename (line 46) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 47) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 48) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 49) | def statvfs(*args, **kwargs) -> Any: ... function sync (line 50) | def sync(*args, **kwargs) -> Any: ... function umount (line 51) | def umount(*args, **kwargs) -> Any: ... function uname (line 52) | def uname(*args, **kwargs) -> Any: ... function unlink (line 53) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 54) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/pyb.py function main (line 9) | def main(*args, **kwargs) -> Any: function stop (line 13) | def stop(*args, **kwargs) -> Any: class DAC (line 20) | class DAC: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: method write (line 27) | def write(self, *args, **kwargs) -> Any: method deinit (line 33) | def deinit(self, *args, **kwargs) -> Any: method init (line 36) | def init(self, *args, **kwargs) -> Any: method noise (line 39) | def noise(self, *args, **kwargs) -> Any: method triangle (line 42) | def triangle(self, *args, **kwargs) -> Any: method write_timed (line 45) | def write_timed(self, *args, **kwargs) -> Any: class RTC (line 49) | class RTC: method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: method calibration (line 56) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 59) | def datetime(self, *args, **kwargs) -> Any: method info (line 62) | def info(self, *args, **kwargs) -> Any: method init (line 65) | def init(self, *args, **kwargs) -> Any: method wakeup (line 68) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 72) | class ADC: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: method read (line 79) | def read(self, *args, **kwargs) -> Any: method read_timed (line 82) | def read_timed(self, *args, **kwargs) -> Any: method read_timed_multi (line 85) | def read_timed_multi(self, *args, **kwargs) -> Any: class ADCAll (line 89) | class ADCAll: method __init__ (line 92) | def __init__(self, *argv, **kwargs) -> None: method read_channel (line 96) | def read_channel(self, *args, **kwargs) -> Any: method read_core_temp (line 99) | def read_core_temp(self, *args, **kwargs) -> Any: method read_core_vbat (line 102) | def read_core_vbat(self, *args, **kwargs) -> Any: method read_core_vref (line 105) | def read_core_vref(self, *args, **kwargs) -> Any: method read_vref (line 108) | def read_vref(self, *args, **kwargs) -> Any: class Accel (line 112) | class Accel: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: method read (line 119) | def read(self, *args, **kwargs) -> Any: method write (line 122) | def write(self, *args, **kwargs) -> Any: method filtered_xyz (line 125) | def filtered_xyz(self, *args, **kwargs) -> Any: method tilt (line 128) | def tilt(self, *args, **kwargs) -> Any: method x (line 131) | def x(self, *args, **kwargs) -> Any: method y (line 134) | def y(self, *args, **kwargs) -> Any: method z (line 137) | def z(self, *args, **kwargs) -> Any: class CAN (line 141) | class CAN: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: method any (line 148) | def any(self, *args, **kwargs) -> Any: method send (line 151) | def send(self, *args, **kwargs) -> Any: method clearfilter (line 168) | def clearfilter(self, *args, **kwargs) -> Any: method deinit (line 171) | def deinit(self, *args, **kwargs) -> Any: method info (line 174) | def info(self, *args, **kwargs) -> Any: method init (line 177) | def init(self, *args, **kwargs) -> Any: method initfilterbanks (line 181) | def initfilterbanks(cls, *args, **kwargs) -> Any: method recv (line 184) | def recv(self, *args, **kwargs) -> Any: method restart (line 187) | def restart(self, *args, **kwargs) -> Any: method rxcallback (line 190) | def rxcallback(self, *args, **kwargs) -> Any: method setfilter (line 193) | def setfilter(self, *args, **kwargs) -> Any: method state (line 196) | def state(self, *args, **kwargs) -> Any: class ExtInt (line 200) | class ExtInt: method __init__ (line 203) | def __init__(self, *argv, **kwargs) -> None: method disable (line 214) | def disable(self, *args, **kwargs) -> Any: method enable (line 217) | def enable(self, *args, **kwargs) -> Any: method line (line 220) | def line(self, *args, **kwargs) -> Any: method regs (line 223) | def regs(self, *args, **kwargs) -> Any: method swint (line 226) | def swint(self, *args, **kwargs) -> Any: class Flash (line 230) | class Flash: method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 237) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 240) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 243) | def writeblocks(self, *args, **kwargs) -> Any: class I2C (line 247) | class I2C: method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: method send (line 254) | def send(self, *args, **kwargs) -> Any: method deinit (line 260) | def deinit(self, *args, **kwargs) -> Any: method init (line 263) | def init(self, *args, **kwargs) -> Any: method is_ready (line 266) | def is_ready(self, *args, **kwargs) -> Any: method mem_read (line 269) | def mem_read(self, *args, **kwargs) -> Any: method mem_write (line 272) | def mem_write(self, *args, **kwargs) -> Any: method recv (line 275) | def recv(self, *args, **kwargs) -> Any: method scan (line 278) | def scan(self, *args, **kwargs) -> Any: class LCD (line 282) | class LCD: method __init__ (line 285) | def __init__(self, *argv, **kwargs) -> None: method get (line 289) | def get(self, *args, **kwargs) -> Any: method write (line 292) | def write(self, *args, **kwargs) -> Any: method command (line 295) | def command(self, *args, **kwargs) -> Any: method contrast (line 298) | def contrast(self, *args, **kwargs) -> Any: method fill (line 301) | def fill(self, *args, **kwargs) -> Any: method light (line 304) | def light(self, *args, **kwargs) -> Any: method pixel (line 307) | def pixel(self, *args, **kwargs) -> Any: method show (line 310) | def show(self, *args, **kwargs) -> Any: method text (line 313) | def text(self, *args, **kwargs) -> Any: class LED (line 317) | class LED: method __init__ (line 320) | def __init__(self, *argv, **kwargs) -> None: method intensity (line 324) | def intensity(self, *args, **kwargs) -> Any: method off (line 327) | def off(self, *args, **kwargs) -> Any: method on (line 330) | def on(self, *args, **kwargs) -> Any: method toggle (line 333) | def toggle(self, *args, **kwargs) -> Any: class Pin (line 337) | class Pin: method __init__ (line 340) | def __init__(self, *argv, **kwargs) -> None: method dict (line 345) | def dict(cls, *args, **kwargs) -> Any: method value (line 348) | def value(self, *args, **kwargs) -> Any: method af (line 390) | def af(self, *args, **kwargs) -> Any: method af_list (line 393) | def af_list(self, *args, **kwargs) -> Any: class board (line 396) | class board: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 453) | class cpu: method __init__ (line 456) | def __init__(self, *argv, **kwargs) -> None: method debug (line 509) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 512) | def gpio(self, *args, **kwargs) -> Any: method high (line 515) | def high(self, *args, **kwargs) -> Any: method init (line 518) | def init(self, *args, **kwargs) -> Any: method irq (line 521) | def irq(self, *args, **kwargs) -> Any: method low (line 524) | def low(self, *args, **kwargs) -> Any: method mapper (line 528) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 531) | def mode(self, *args, **kwargs) -> Any: method name (line 534) | def name(self, *args, **kwargs) -> Any: method names (line 537) | def names(self, *args, **kwargs) -> Any: method off (line 540) | def off(self, *args, **kwargs) -> Any: method on (line 543) | def on(self, *args, **kwargs) -> Any: method pin (line 546) | def pin(self, *args, **kwargs) -> Any: method port (line 549) | def port(self, *args, **kwargs) -> Any: method pull (line 552) | def pull(self, *args, **kwargs) -> Any: class SDCard (line 556) | class SDCard: method __init__ (line 559) | def __init__(self, *argv, **kwargs) -> None: method read (line 563) | def read(self, *args, **kwargs) -> Any: method write (line 566) | def write(self, *args, **kwargs) -> Any: method info (line 569) | def info(self, *args, **kwargs) -> Any: method ioctl (line 572) | def ioctl(self, *args, **kwargs) -> Any: method power (line 575) | def power(self, *args, **kwargs) -> Any: method present (line 578) | def present(self, *args, **kwargs) -> Any: method readblocks (line 581) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 584) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 588) | class SPI: method __init__ (line 591) | def __init__(self, *argv, **kwargs) -> None: method read (line 595) | def read(self, *args, **kwargs) -> Any: method readinto (line 598) | def readinto(self, *args, **kwargs) -> Any: method send (line 601) | def send(self, *args, **kwargs) -> Any: method write (line 604) | def write(self, *args, **kwargs) -> Any: method deinit (line 612) | def deinit(self, *args, **kwargs) -> Any: method init (line 615) | def init(self, *args, **kwargs) -> Any: method recv (line 618) | def recv(self, *args, **kwargs) -> Any: method send_recv (line 621) | def send_recv(self, *args, **kwargs) -> Any: method write_readinto (line 624) | def write_readinto(self, *args, **kwargs) -> Any: class Servo (line 628) | class Servo: method __init__ (line 631) | def __init__(self, *argv, **kwargs) -> None: method angle (line 635) | def angle(self, *args, **kwargs) -> Any: method calibration (line 638) | def calibration(self, *args, **kwargs) -> Any: method pulse_width (line 641) | def pulse_width(self, *args, **kwargs) -> Any: method speed (line 644) | def speed(self, *args, **kwargs) -> Any: class Switch (line 648) | class Switch: method __init__ (line 651) | def __init__(self, *argv, **kwargs) -> None: method value (line 655) | def value(self, *args, **kwargs) -> Any: method callback (line 658) | def callback(self, *args, **kwargs) -> Any: class Timer (line 662) | class Timer: method __init__ (line 665) | def __init__(self, *argv, **kwargs) -> None: method callback (line 693) | def callback(self, *args, **kwargs) -> Any: method channel (line 696) | def channel(self, *args, **kwargs) -> Any: method counter (line 699) | def counter(self, *args, **kwargs) -> Any: method deinit (line 702) | def deinit(self, *args, **kwargs) -> Any: method freq (line 705) | def freq(self, *args, **kwargs) -> Any: method init (line 708) | def init(self, *args, **kwargs) -> Any: method period (line 711) | def period(self, *args, **kwargs) -> Any: method prescaler (line 714) | def prescaler(self, *args, **kwargs) -> Any: method source_freq (line 717) | def source_freq(self, *args, **kwargs) -> Any: class UART (line 721) | class UART: method __init__ (line 724) | def __init__(self, *argv, **kwargs) -> None: method any (line 728) | def any(self, *args, **kwargs) -> Any: method read (line 731) | def read(self, *args, **kwargs) -> Any: method readinto (line 734) | def readinto(self, *args, **kwargs) -> Any: method readline (line 737) | def readline(self, *args, **kwargs) -> Any: method write (line 740) | def write(self, *args, **kwargs) -> Any: method deinit (line 747) | def deinit(self, *args, **kwargs) -> Any: method init (line 750) | def init(self, *args, **kwargs) -> Any: method irq (line 753) | def irq(self, *args, **kwargs) -> Any: method readchar (line 756) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 759) | def sendbreak(self, *args, **kwargs) -> Any: method writechar (line 762) | def writechar(self, *args, **kwargs) -> Any: class USB_HID (line 766) | class USB_HID: method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: method send (line 773) | def send(self, *args, **kwargs) -> Any: method recv (line 776) | def recv(self, *args, **kwargs) -> Any: class USB_VCP (line 780) | class USB_VCP: method __init__ (line 783) | def __init__(self, *argv, **kwargs) -> None: method any (line 787) | def any(self, *args, **kwargs) -> Any: method close (line 790) | def close(self, *args, **kwargs) -> Any: method read (line 793) | def read(self, *args, **kwargs) -> Any: method readinto (line 796) | def readinto(self, *args, **kwargs) -> Any: method readline (line 799) | def readline(self, *args, **kwargs) -> Any: method send (line 802) | def send(self, *args, **kwargs) -> Any: method write (line 805) | def write(self, *args, **kwargs) -> Any: method init (line 811) | def init(self, *args, **kwargs) -> Any: method isconnected (line 814) | def isconnected(self, *args, **kwargs) -> Any: method readlines (line 817) | def readlines(self, *args, **kwargs) -> Any: method recv (line 820) | def recv(self, *args, **kwargs) -> Any: method setinterrupt (line 823) | def setinterrupt(self, *args, **kwargs) -> Any: function bootloader (line 827) | def bootloader(*args, **kwargs) -> Any: function country (line 831) | def country(*args, **kwargs) -> Any: function delay (line 835) | def delay(*args, **kwargs) -> Any: function dht_readinto (line 839) | def dht_readinto(*args, **kwargs) -> Any: function disable_irq (line 843) | def disable_irq(*args, **kwargs) -> Any: function elapsed_micros (line 847) | def elapsed_micros(*args, **kwargs) -> Any: function elapsed_millis (line 851) | def elapsed_millis(*args, **kwargs) -> Any: function enable_irq (line 855) | def enable_irq(*args, **kwargs) -> Any: function fault_debug (line 859) | def fault_debug(*args, **kwargs) -> Any: function freq (line 863) | def freq(*args, **kwargs) -> Any: function hard_reset (line 867) | def hard_reset(*args, **kwargs) -> Any: function have_cdc (line 871) | def have_cdc(*args, **kwargs) -> Any: function hid (line 875) | def hid(*args, **kwargs) -> Any: function info (line 883) | def info(*args, **kwargs) -> Any: function micros (line 887) | def micros(*args, **kwargs) -> Any: function millis (line 891) | def millis(*args, **kwargs) -> Any: function mount (line 895) | def mount(*args, **kwargs) -> Any: function pwm (line 899) | def pwm(*args, **kwargs) -> Any: function repl_info (line 903) | def repl_info(*args, **kwargs) -> Any: function repl_uart (line 907) | def repl_uart(*args, **kwargs) -> Any: function rng (line 911) | def rng(*args, **kwargs) -> Any: function servo (line 915) | def servo(*args, **kwargs) -> Any: function standby (line 919) | def standby(*args, **kwargs) -> Any: function sync (line 923) | def sync(*args, **kwargs) -> Any: function udelay (line 927) | def udelay(*args, **kwargs) -> Any: function unique_id (line 931) | def unique_id(*args, **kwargs) -> Any: function usb_mode (line 935) | def usb_mode(*args, **kwargs) -> Any: function wfi (line 939) | def wfi(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/pyb.pyi function main (line 3) | def main(*args, **kwargs) -> Any: ... function stop (line 4) | def stop(*args, **kwargs) -> Any: ... class DAC (line 8) | class DAC: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 10) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 13) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 14) | def init(self, *args, **kwargs) -> Any: ... method noise (line 15) | def noise(self, *args, **kwargs) -> Any: ... method triangle (line 16) | def triangle(self, *args, **kwargs) -> Any: ... method write_timed (line 17) | def write_timed(self, *args, **kwargs) -> Any: ... class RTC (line 19) | class RTC: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method calibration (line 21) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 22) | def datetime(self, *args, **kwargs) -> Any: ... method info (line 23) | def info(self, *args, **kwargs) -> Any: ... method init (line 24) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 25) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 27) | class ADC: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 29) | def read(self, *args, **kwargs) -> Any: ... method read_timed (line 30) | def read_timed(self, *args, **kwargs) -> Any: ... method read_timed_multi (line 31) | def read_timed_multi(self, *args, **kwargs) -> Any: ... class ADCAll (line 33) | class ADCAll: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method read_channel (line 35) | def read_channel(self, *args, **kwargs) -> Any: ... method read_core_temp (line 36) | def read_core_temp(self, *args, **kwargs) -> Any: ... method read_core_vbat (line 37) | def read_core_vbat(self, *args, **kwargs) -> Any: ... method read_core_vref (line 38) | def read_core_vref(self, *args, **kwargs) -> Any: ... method read_vref (line 39) | def read_vref(self, *args, **kwargs) -> Any: ... class Accel (line 41) | class Accel: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 43) | def read(self, *args, **kwargs) -> Any: ... method write (line 44) | def write(self, *args, **kwargs) -> Any: ... method filtered_xyz (line 45) | def filtered_xyz(self, *args, **kwargs) -> Any: ... method tilt (line 46) | def tilt(self, *args, **kwargs) -> Any: ... method x (line 47) | def x(self, *args, **kwargs) -> Any: ... method y (line 48) | def y(self, *args, **kwargs) -> Any: ... method z (line 49) | def z(self, *args, **kwargs) -> Any: ... class CAN (line 51) | class CAN: method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 53) | def any(self, *args, **kwargs) -> Any: ... method send (line 54) | def send(self, *args, **kwargs) -> Any: ... method clearfilter (line 68) | def clearfilter(self, *args, **kwargs) -> Any: ... method deinit (line 69) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 70) | def info(self, *args, **kwargs) -> Any: ... method init (line 71) | def init(self, *args, **kwargs) -> Any: ... method initfilterbanks (line 73) | def initfilterbanks(cls, *args, **kwargs) -> Any: ... method recv (line 74) | def recv(self, *args, **kwargs) -> Any: ... method restart (line 75) | def restart(self, *args, **kwargs) -> Any: ... method rxcallback (line 76) | def rxcallback(self, *args, **kwargs) -> Any: ... method setfilter (line 77) | def setfilter(self, *args, **kwargs) -> Any: ... method state (line 78) | def state(self, *args, **kwargs) -> Any: ... class ExtInt (line 80) | class ExtInt: method __init__ (line 81) | def __init__(self, *argv, **kwargs) -> None: ... method disable (line 88) | def disable(self, *args, **kwargs) -> Any: ... method enable (line 89) | def enable(self, *args, **kwargs) -> Any: ... method line (line 90) | def line(self, *args, **kwargs) -> Any: ... method regs (line 91) | def regs(self, *args, **kwargs) -> Any: ... method swint (line 92) | def swint(self, *args, **kwargs) -> Any: ... class Flash (line 94) | class Flash: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 96) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 97) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 98) | def writeblocks(self, *args, **kwargs) -> Any: ... class I2C (line 100) | class I2C: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... method send (line 102) | def send(self, *args, **kwargs) -> Any: ... method deinit (line 105) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 106) | def init(self, *args, **kwargs) -> Any: ... method is_ready (line 107) | def is_ready(self, *args, **kwargs) -> Any: ... method mem_read (line 108) | def mem_read(self, *args, **kwargs) -> Any: ... method mem_write (line 109) | def mem_write(self, *args, **kwargs) -> Any: ... method recv (line 110) | def recv(self, *args, **kwargs) -> Any: ... method scan (line 111) | def scan(self, *args, **kwargs) -> Any: ... class LCD (line 113) | class LCD: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: ... method get (line 115) | def get(self, *args, **kwargs) -> Any: ... method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method command (line 117) | def command(self, *args, **kwargs) -> Any: ... method contrast (line 118) | def contrast(self, *args, **kwargs) -> Any: ... method fill (line 119) | def fill(self, *args, **kwargs) -> Any: ... method light (line 120) | def light(self, *args, **kwargs) -> Any: ... method pixel (line 121) | def pixel(self, *args, **kwargs) -> Any: ... method show (line 122) | def show(self, *args, **kwargs) -> Any: ... method text (line 123) | def text(self, *args, **kwargs) -> Any: ... class LED (line 125) | class LED: method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... method intensity (line 127) | def intensity(self, *args, **kwargs) -> Any: ... method off (line 128) | def off(self, *args, **kwargs) -> Any: ... method on (line 129) | def on(self, *args, **kwargs) -> Any: ... method toggle (line 130) | def toggle(self, *args, **kwargs) -> Any: ... class Pin (line 132) | class Pin: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... method dict (line 135) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 136) | def value(self, *args, **kwargs) -> Any: ... method af (line 175) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 176) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 178) | class board: method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 230) | class cpu: method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 280) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 281) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 282) | def high(self, *args, **kwargs) -> Any: ... method init (line 283) | def init(self, *args, **kwargs) -> Any: ... method irq (line 284) | def irq(self, *args, **kwargs) -> Any: ... method low (line 285) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 287) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 288) | def mode(self, *args, **kwargs) -> Any: ... method name (line 289) | def name(self, *args, **kwargs) -> Any: ... method names (line 290) | def names(self, *args, **kwargs) -> Any: ... method off (line 291) | def off(self, *args, **kwargs) -> Any: ... method on (line 292) | def on(self, *args, **kwargs) -> Any: ... method pin (line 293) | def pin(self, *args, **kwargs) -> Any: ... method port (line 294) | def port(self, *args, **kwargs) -> Any: ... method pull (line 295) | def pull(self, *args, **kwargs) -> Any: ... class SDCard (line 297) | class SDCard: method __init__ (line 298) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 299) | def read(self, *args, **kwargs) -> Any: ... method write (line 300) | def write(self, *args, **kwargs) -> Any: ... method info (line 301) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 302) | def ioctl(self, *args, **kwargs) -> Any: ... method power (line 303) | def power(self, *args, **kwargs) -> Any: ... method present (line 304) | def present(self, *args, **kwargs) -> Any: ... method readblocks (line 305) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 306) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 308) | class SPI: method __init__ (line 309) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 310) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 311) | def readinto(self, *args, **kwargs) -> Any: ... method send (line 312) | def send(self, *args, **kwargs) -> Any: ... method write (line 313) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 318) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 319) | def init(self, *args, **kwargs) -> Any: ... method recv (line 320) | def recv(self, *args, **kwargs) -> Any: ... method send_recv (line 321) | def send_recv(self, *args, **kwargs) -> Any: ... method write_readinto (line 322) | def write_readinto(self, *args, **kwargs) -> Any: ... class Servo (line 324) | class Servo: method __init__ (line 325) | def __init__(self, *argv, **kwargs) -> None: ... method angle (line 326) | def angle(self, *args, **kwargs) -> Any: ... method calibration (line 327) | def calibration(self, *args, **kwargs) -> Any: ... method pulse_width (line 328) | def pulse_width(self, *args, **kwargs) -> Any: ... method speed (line 329) | def speed(self, *args, **kwargs) -> Any: ... class Switch (line 331) | class Switch: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 333) | def value(self, *args, **kwargs) -> Any: ... method callback (line 334) | def callback(self, *args, **kwargs) -> Any: ... class Timer (line 336) | class Timer: method __init__ (line 337) | def __init__(self, *argv, **kwargs) -> None: ... method callback (line 361) | def callback(self, *args, **kwargs) -> Any: ... method channel (line 362) | def channel(self, *args, **kwargs) -> Any: ... method counter (line 363) | def counter(self, *args, **kwargs) -> Any: ... method deinit (line 364) | def deinit(self, *args, **kwargs) -> Any: ... method freq (line 365) | def freq(self, *args, **kwargs) -> Any: ... method init (line 366) | def init(self, *args, **kwargs) -> Any: ... method period (line 367) | def period(self, *args, **kwargs) -> Any: ... method prescaler (line 368) | def prescaler(self, *args, **kwargs) -> Any: ... method source_freq (line 369) | def source_freq(self, *args, **kwargs) -> Any: ... class UART (line 371) | class UART: method __init__ (line 372) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 373) | def any(self, *args, **kwargs) -> Any: ... method read (line 374) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 375) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 376) | def readline(self, *args, **kwargs) -> Any: ... method write (line 377) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 381) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 382) | def init(self, *args, **kwargs) -> Any: ... method irq (line 383) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 384) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 385) | def sendbreak(self, *args, **kwargs) -> Any: ... method writechar (line 386) | def writechar(self, *args, **kwargs) -> Any: ... class USB_HID (line 388) | class USB_HID: method __init__ (line 389) | def __init__(self, *argv, **kwargs) -> None: ... method send (line 390) | def send(self, *args, **kwargs) -> Any: ... method recv (line 391) | def recv(self, *args, **kwargs) -> Any: ... class USB_VCP (line 393) | class USB_VCP: method __init__ (line 394) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 395) | def any(self, *args, **kwargs) -> Any: ... method close (line 396) | def close(self, *args, **kwargs) -> Any: ... method read (line 397) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 398) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 399) | def readline(self, *args, **kwargs) -> Any: ... method send (line 400) | def send(self, *args, **kwargs) -> Any: ... method write (line 401) | def write(self, *args, **kwargs) -> Any: ... method init (line 404) | def init(self, *args, **kwargs) -> Any: ... method isconnected (line 405) | def isconnected(self, *args, **kwargs) -> Any: ... method readlines (line 406) | def readlines(self, *args, **kwargs) -> Any: ... method recv (line 407) | def recv(self, *args, **kwargs) -> Any: ... method setinterrupt (line 408) | def setinterrupt(self, *args, **kwargs) -> Any: ... function bootloader (line 410) | def bootloader(*args, **kwargs) -> Any: ... function country (line 411) | def country(*args, **kwargs) -> Any: ... function delay (line 412) | def delay(*args, **kwargs) -> Any: ... function dht_readinto (line 413) | def dht_readinto(*args, **kwargs) -> Any: ... function disable_irq (line 414) | def disable_irq(*args, **kwargs) -> Any: ... function elapsed_micros (line 415) | def elapsed_micros(*args, **kwargs) -> Any: ... function elapsed_millis (line 416) | def elapsed_millis(*args, **kwargs) -> Any: ... function enable_irq (line 417) | def enable_irq(*args, **kwargs) -> Any: ... function fault_debug (line 418) | def fault_debug(*args, **kwargs) -> Any: ... function freq (line 419) | def freq(*args, **kwargs) -> Any: ... function hard_reset (line 420) | def hard_reset(*args, **kwargs) -> Any: ... function have_cdc (line 421) | def have_cdc(*args, **kwargs) -> Any: ... function hid (line 422) | def hid(*args, **kwargs) -> Any: ... function info (line 427) | def info(*args, **kwargs) -> Any: ... function micros (line 428) | def micros(*args, **kwargs) -> Any: ... function millis (line 429) | def millis(*args, **kwargs) -> Any: ... function mount (line 430) | def mount(*args, **kwargs) -> Any: ... function pwm (line 431) | def pwm(*args, **kwargs) -> Any: ... function repl_info (line 432) | def repl_info(*args, **kwargs) -> Any: ... function repl_uart (line 433) | def repl_uart(*args, **kwargs) -> Any: ... function rng (line 434) | def rng(*args, **kwargs) -> Any: ... function servo (line 435) | def servo(*args, **kwargs) -> Any: ... function standby (line 436) | def standby(*args, **kwargs) -> Any: ... function sync (line 437) | def sync(*args, **kwargs) -> Any: ... function udelay (line 438) | def udelay(*args, **kwargs) -> Any: ... function unique_id (line 439) | def unique_id(*args, **kwargs) -> Any: ... function usb_mode (line 440) | def usb_mode(*args, **kwargs) -> Any: ... function wfi (line 441) | def wfi(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/socket.py function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 19) | class socket: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: method close (line 26) | def close(self, *args, **kwargs) -> Any: method send (line 29) | def send(self, *args, **kwargs) -> Any: method accept (line 32) | def accept(self, *args, **kwargs) -> Any: method bind (line 35) | def bind(self, *args, **kwargs) -> Any: method connect (line 38) | def connect(self, *args, **kwargs) -> Any: method listen (line 41) | def listen(self, *args, **kwargs) -> Any: method recv (line 44) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 47) | def recvfrom(self, *args, **kwargs) -> Any: method sendto (line 50) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 53) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 56) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 59) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/socket.pyi function getaddrinfo (line 9) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 11) | class socket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method send (line 14) | def send(self, *args, **kwargs) -> Any: ... method accept (line 15) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 16) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 17) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 18) | def listen(self, *args, **kwargs) -> Any: ... method recv (line 19) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 20) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendto (line 21) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 22) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 23) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 24) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/time.py function localtime (line 9) | def localtime(*args, **kwargs) -> Any: function mktime (line 13) | def mktime(*args, **kwargs) -> Any: function sleep (line 17) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 25) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 29) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 33) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 37) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 41) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 45) | def ticks_us(*args, **kwargs) -> Any: function time (line 49) | def time(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/time.pyi function localtime (line 3) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 4) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 5) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 7) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 8) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 9) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 10) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 11) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 12) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 13) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function hexlify (line 17) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 21) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function hexlify (line 5) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 6) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_12-pyboard/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_12-pyboard/uhashlib.py class sha256 (line 9) | class sha256: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/uhashlib.pyi class sha256 (line 3) | class sha256: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: class FileIO (line 45) | class FileIO: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: method close (line 52) | def close(self, *args, **kwargs) -> Any: method read (line 55) | def read(self, *args, **kwargs) -> Any: method readinto (line 58) | def readinto(self, *args, **kwargs) -> Any: method readline (line 61) | def readline(self, *args, **kwargs) -> Any: method write (line 64) | def write(self, *args, **kwargs) -> Any: method flush (line 67) | def flush(self, *args, **kwargs) -> Any: method readlines (line 70) | def readlines(self, *args, **kwargs) -> Any: method seek (line 73) | def seek(self, *args, **kwargs) -> Any: method tell (line 76) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 80) | class IOBase: method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 88) | class StringIO: method __init__ (line 91) | def __init__(self, *argv, **kwargs) -> None: method close (line 95) | def close(self, *args, **kwargs) -> Any: method read (line 98) | def read(self, *args, **kwargs) -> Any: method readinto (line 101) | def readinto(self, *args, **kwargs) -> Any: method readline (line 104) | def readline(self, *args, **kwargs) -> Any: method write (line 107) | def write(self, *args, **kwargs) -> Any: method flush (line 110) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 113) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 116) | def seek(self, *args, **kwargs) -> Any: class TextIOWrapper (line 120) | class TextIOWrapper: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: method close (line 127) | def close(self, *args, **kwargs) -> Any: method read (line 130) | def read(self, *args, **kwargs) -> Any: method readinto (line 133) | def readinto(self, *args, **kwargs) -> Any: method readline (line 136) | def readline(self, *args, **kwargs) -> Any: method write (line 139) | def write(self, *args, **kwargs) -> Any: method flush (line 142) | def flush(self, *args, **kwargs) -> Any: method readlines (line 145) | def readlines(self, *args, **kwargs) -> Any: method seek (line 148) | def seek(self, *args, **kwargs) -> Any: method tell (line 151) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... class FileIO (line 16) | class FileIO: method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 18) | def close(self, *args, **kwargs) -> Any: ... method read (line 19) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 21) | def readline(self, *args, **kwargs) -> Any: ... method write (line 22) | def write(self, *args, **kwargs) -> Any: ... method flush (line 23) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 24) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 25) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 26) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 28) | class IOBase: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 31) | class StringIO: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 40) | def seek(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 42) | class TextIOWrapper: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 44) | def close(self, *args, **kwargs) -> Any: ... method read (line 45) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 46) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 47) | def readline(self, *args, **kwargs) -> Any: ... method write (line 48) | def write(self, *args, **kwargs) -> Any: ... method flush (line 49) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 50) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 51) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 52) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/umachine.py class RTC (line 9) | class RTC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method calibration (line 16) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 19) | def datetime(self, *args, **kwargs) -> Any: method info (line 22) | def info(self, *args, **kwargs) -> Any: method init (line 25) | def init(self, *args, **kwargs) -> Any: method wakeup (line 28) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 32) | class ADC: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: method read_u16 (line 44) | def read_u16(self, *args, **kwargs) -> Any: class I2C (line 52) | class I2C: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 59) | def readinto(self, *args, **kwargs) -> Any: method start (line 62) | def start(self, *args, **kwargs) -> Any: method stop (line 65) | def stop(self, *args, **kwargs) -> Any: method write (line 68) | def write(self, *args, **kwargs) -> Any: method init (line 71) | def init(self, *args, **kwargs) -> Any: method readfrom (line 74) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 77) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 80) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 83) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 86) | def scan(self, *args, **kwargs) -> Any: method writeto (line 89) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 92) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 95) | def writevto(self, *args, **kwargs) -> Any: class Pin (line 102) | class Pin: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: method dict (line 110) | def dict(cls, *args, **kwargs) -> Any: method value (line 113) | def value(self, *args, **kwargs) -> Any: method af (line 155) | def af(self, *args, **kwargs) -> Any: method af_list (line 158) | def af_list(self, *args, **kwargs) -> Any: class board (line 161) | class board: method __init__ (line 164) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 218) | class cpu: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: method debug (line 274) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 277) | def gpio(self, *args, **kwargs) -> Any: method high (line 280) | def high(self, *args, **kwargs) -> Any: method init (line 283) | def init(self, *args, **kwargs) -> Any: method irq (line 286) | def irq(self, *args, **kwargs) -> Any: method low (line 289) | def low(self, *args, **kwargs) -> Any: method mapper (line 293) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 296) | def mode(self, *args, **kwargs) -> Any: method name (line 299) | def name(self, *args, **kwargs) -> Any: method names (line 302) | def names(self, *args, **kwargs) -> Any: method off (line 305) | def off(self, *args, **kwargs) -> Any: method on (line 308) | def on(self, *args, **kwargs) -> Any: method pin (line 311) | def pin(self, *args, **kwargs) -> Any: method port (line 314) | def port(self, *args, **kwargs) -> Any: method pull (line 317) | def pull(self, *args, **kwargs) -> Any: class SPI (line 324) | class SPI: method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: method read (line 331) | def read(self, *args, **kwargs) -> Any: method readinto (line 334) | def readinto(self, *args, **kwargs) -> Any: method write (line 337) | def write(self, *args, **kwargs) -> Any: method deinit (line 343) | def deinit(self, *args, **kwargs) -> Any: method init (line 346) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 349) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 353) | class Signal: method __init__ (line 356) | def __init__(self, *argv, **kwargs) -> None: method value (line 360) | def value(self, *args, **kwargs) -> Any: method off (line 363) | def off(self, *args, **kwargs) -> Any: method on (line 366) | def on(self, *args, **kwargs) -> Any: class Timer (line 370) | class Timer: method __init__ (line 373) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 380) | def deinit(self, *args, **kwargs) -> Any: method init (line 383) | def init(self, *args, **kwargs) -> Any: class UART (line 387) | class UART: method __init__ (line 390) | def __init__(self, *argv, **kwargs) -> None: method any (line 394) | def any(self, *args, **kwargs) -> Any: method read (line 397) | def read(self, *args, **kwargs) -> Any: method readinto (line 400) | def readinto(self, *args, **kwargs) -> Any: method readline (line 403) | def readline(self, *args, **kwargs) -> Any: method write (line 406) | def write(self, *args, **kwargs) -> Any: method deinit (line 413) | def deinit(self, *args, **kwargs) -> Any: method init (line 416) | def init(self, *args, **kwargs) -> Any: method irq (line 419) | def irq(self, *args, **kwargs) -> Any: method readchar (line 422) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 425) | def sendbreak(self, *args, **kwargs) -> Any: method writechar (line 428) | def writechar(self, *args, **kwargs) -> Any: class WDT (line 432) | class WDT: method __init__ (line 435) | def __init__(self, *argv, **kwargs) -> None: method feed (line 439) | def feed(self, *args, **kwargs) -> Any: function bootloader (line 446) | def bootloader(*args, **kwargs) -> Any: function deepsleep (line 450) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 454) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 458) | def enable_irq(*args, **kwargs) -> Any: function freq (line 462) | def freq(*args, **kwargs) -> Any: function idle (line 466) | def idle(*args, **kwargs) -> Any: function info (line 470) | def info(*args, **kwargs) -> Any: function lightsleep (line 474) | def lightsleep(*args, **kwargs) -> Any: function reset (line 483) | def reset(*args, **kwargs) -> Any: function reset_cause (line 487) | def reset_cause(*args, **kwargs) -> Any: function rng (line 491) | def rng(*args, **kwargs) -> Any: function sleep (line 495) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 499) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 503) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 507) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/umachine.pyi class RTC (line 3) | class RTC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method calibration (line 5) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 6) | def datetime(self, *args, **kwargs) -> Any: ... method info (line 7) | def info(self, *args, **kwargs) -> Any: ... method init (line 8) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 9) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 11) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method read_u16 (line 17) | def read_u16(self, *args, **kwargs) -> Any: ... class I2C (line 22) | class I2C: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 25) | def start(self, *args, **kwargs) -> Any: ... method stop (line 26) | def stop(self, *args, **kwargs) -> Any: ... method write (line 27) | def write(self, *args, **kwargs) -> Any: ... method init (line 28) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 29) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 30) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 31) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 32) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 33) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 34) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 35) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 36) | def writevto(self, *args, **kwargs) -> Any: ... class Pin (line 40) | class Pin: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... method dict (line 43) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 44) | def value(self, *args, **kwargs) -> Any: ... method af (line 83) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 84) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 86) | class board: method __init__ (line 87) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 138) | class cpu: method __init__ (line 139) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 188) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 189) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 190) | def high(self, *args, **kwargs) -> Any: ... method init (line 191) | def init(self, *args, **kwargs) -> Any: ... method irq (line 192) | def irq(self, *args, **kwargs) -> Any: ... method low (line 193) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 195) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 196) | def mode(self, *args, **kwargs) -> Any: ... method name (line 197) | def name(self, *args, **kwargs) -> Any: ... method names (line 198) | def names(self, *args, **kwargs) -> Any: ... method off (line 199) | def off(self, *args, **kwargs) -> Any: ... method on (line 200) | def on(self, *args, **kwargs) -> Any: ... method pin (line 201) | def pin(self, *args, **kwargs) -> Any: ... method port (line 202) | def port(self, *args, **kwargs) -> Any: ... method pull (line 203) | def pull(self, *args, **kwargs) -> Any: ... class SPI (line 207) | class SPI: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 209) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 210) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 211) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 214) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 215) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 216) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 218) | class Signal: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 220) | def value(self, *args, **kwargs) -> Any: ... method off (line 221) | def off(self, *args, **kwargs) -> Any: ... method on (line 222) | def on(self, *args, **kwargs) -> Any: ... class Timer (line 224) | class Timer: method __init__ (line 225) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 228) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 229) | def init(self, *args, **kwargs) -> Any: ... class UART (line 231) | class UART: method __init__ (line 232) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 233) | def any(self, *args, **kwargs) -> Any: ... method read (line 234) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 235) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 236) | def readline(self, *args, **kwargs) -> Any: ... method write (line 237) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 241) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 242) | def init(self, *args, **kwargs) -> Any: ... method irq (line 243) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 244) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 245) | def sendbreak(self, *args, **kwargs) -> Any: ... method writechar (line 246) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 248) | class WDT: method __init__ (line 249) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 250) | def feed(self, *args, **kwargs) -> Any: ... function bootloader (line 254) | def bootloader(*args, **kwargs) -> Any: ... function deepsleep (line 255) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 256) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 257) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 258) | def freq(*args, **kwargs) -> Any: ... function idle (line 259) | def idle(*args, **kwargs) -> Any: ... function info (line 260) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 261) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 267) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 268) | def reset_cause(*args, **kwargs) -> Any: ... function rng (line 269) | def rng(*args, **kwargs) -> Any: ... function sleep (line 270) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 271) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 272) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 273) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 16) | class VfsFat: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: method open (line 23) | def open(self, *args, **kwargs) -> Any: method remove (line 26) | def remove(self, *args, **kwargs) -> Any: method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 35) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 38) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 41) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 44) | def mount(self, *args, **kwargs) -> Any: method rename (line 47) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 50) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 53) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 56) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 59) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 63) | class VfsLfs2: method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: method open (line 70) | def open(self, *args, **kwargs) -> Any: method remove (line 73) | def remove(self, *args, **kwargs) -> Any: method chdir (line 76) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 79) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 82) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 85) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 88) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 91) | def mount(self, *args, **kwargs) -> Any: method rename (line 94) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 97) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 100) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 103) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 106) | def umount(self, *args, **kwargs) -> Any: function chdir (line 110) | def chdir(*args, **kwargs) -> Any: function dupterm (line 114) | def dupterm(*args, **kwargs) -> Any: function getcwd (line 118) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 122) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 126) | def listdir(*args, **kwargs) -> Any: function mkdir (line 130) | def mkdir(*args, **kwargs) -> Any: function mount (line 134) | def mount(*args, **kwargs) -> Any: function rename (line 138) | def rename(*args, **kwargs) -> Any: function rmdir (line 142) | def rmdir(*args, **kwargs) -> Any: function stat (line 146) | def stat(*args, **kwargs) -> Any: function statvfs (line 150) | def statvfs(*args, **kwargs) -> Any: function sync (line 154) | def sync(*args, **kwargs) -> Any: function umount (line 158) | def umount(*args, **kwargs) -> Any: function uname (line 162) | def uname(*args, **kwargs) -> Any: function unlink (line 166) | def unlink(*args, **kwargs) -> Any: function urandom (line 170) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 7) | class VfsFat: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 9) | def open(self, *args, **kwargs) -> Any: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 11) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 12) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 13) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 14) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 15) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 16) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 17) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 18) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 19) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 20) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 21) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 23) | class VfsLfs2: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 25) | def open(self, *args, **kwargs) -> Any: ... method remove (line 26) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 27) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 28) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 29) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 30) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 31) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 32) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 33) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 34) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 35) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 36) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 37) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 39) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 40) | def dupterm(*args, **kwargs) -> Any: ... function getcwd (line 41) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 42) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 43) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 44) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 45) | def mount(*args, **kwargs) -> Any: ... function rename (line 46) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 47) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 48) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 49) | def statvfs(*args, **kwargs) -> Any: ... function sync (line 50) | def sync(*args, **kwargs) -> Any: ... function umount (line 51) | def umount(*args, **kwargs) -> Any: ... function uname (line 52) | def uname(*args, **kwargs) -> Any: ... function unlink (line 53) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 54) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/usocket.py function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 19) | class socket: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: method close (line 26) | def close(self, *args, **kwargs) -> Any: method send (line 29) | def send(self, *args, **kwargs) -> Any: method accept (line 32) | def accept(self, *args, **kwargs) -> Any: method bind (line 35) | def bind(self, *args, **kwargs) -> Any: method connect (line 38) | def connect(self, *args, **kwargs) -> Any: method listen (line 41) | def listen(self, *args, **kwargs) -> Any: method recv (line 44) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 47) | def recvfrom(self, *args, **kwargs) -> Any: method sendto (line 50) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 53) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 56) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 59) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/usocket.pyi function getaddrinfo (line 9) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 11) | class socket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method send (line 14) | def send(self, *args, **kwargs) -> Any: ... method accept (line 15) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 16) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 17) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 18) | def listen(self, *args, **kwargs) -> Any: ... method recv (line 19) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 20) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendto (line 21) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 22) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 23) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 24) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/utime.py function localtime (line 9) | def localtime(*args, **kwargs) -> Any: function mktime (line 13) | def mktime(*args, **kwargs) -> Any: function sleep (line 17) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 25) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 29) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 33) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 37) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 41) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 45) | def ticks_us(*args, **kwargs) -> Any: function time (line 49) | def time(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/utime.pyi function localtime (line 3) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 4) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 5) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 7) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 8) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 9) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 10) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 11) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 12) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 13) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_12-pyboard/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_12-pyboard/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13-esp32/_thread.py class LockType (line 9) | class LockType: method acquire (line 12) | def acquire(self, *args) -> Any: method locked (line 15) | def locked(self, *args) -> Any: method release (line 18) | def release(self, *args) -> Any: function allocate_lock (line 22) | def allocate_lock(*args) -> Any: function exit (line 26) | def exit(*args) -> Any: function get_ident (line 30) | def get_ident(*args) -> Any: function stack_size (line 34) | def stack_size(*args) -> Any: function start_new_thread (line 38) | def start_new_thread(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/_thread.pyi class LockType (line 3) | class LockType: method acquire (line 4) | def acquire(self, *args) -> Any: ... method locked (line 5) | def locked(self, *args) -> Any: ... method release (line 6) | def release(self, *args) -> Any: ... function allocate_lock (line 8) | def allocate_lock(*args) -> Any: ... function exit (line 9) | def exit(*args) -> Any: ... function get_ident (line 10) | def get_ident(*args) -> Any: ... function stack_size (line 11) | def stack_size(*args) -> Any: ... function start_new_thread (line 12) | def start_new_thread(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/apa106.py class NeoPixel (line 9) | class NeoPixel: method __init__ (line 12) | def __init__(self, *args) -> None: method write (line 15) | def write(self, *args) -> Any: method fill (line 18) | def fill(self, *args) -> Any: class APA106 (line 24) | class APA106: method __init__ (line 27) | def __init__(self, *args) -> None: method write (line 30) | def write(self, *args) -> Any: method fill (line 33) | def fill(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 4) | def __init__(self, *args) -> None: ... method write (line 5) | def write(self, *args) -> Any: ... method fill (line 6) | def fill(self, *args) -> Any: ... class APA106 (line 9) | class APA106: method __init__ (line 10) | def __init__(self, *args) -> None: ... method write (line 11) | def write(self, *args) -> Any: ... method fill (line 12) | def fill(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/array.py class array (line 9) | class array: method append (line 12) | def append(self, *args) -> Any: method extend (line 15) | def extend(self, *args) -> Any: method decode (line 18) | def decode(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/array.pyi class array (line 3) | class array: method append (line 4) | def append(self, *args) -> Any: ... method extend (line 5) | def extend(self, *args) -> Any: ... method decode (line 6) | def decode(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args) -> Any: function crc32 (line 17) | def crc32(*args) -> Any: function hexlify (line 21) | def hexlify(*args) -> Any: function unhexlify (line 25) | def unhexlify(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args) -> Any: ... function crc32 (line 5) | def crc32(*args) -> Any: ... function hexlify (line 6) | def hexlify(*args) -> Any: ... function unhexlify (line 7) | def unhexlify(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/bluetooth.py class BLE (line 9) | class BLE: method active (line 12) | def active(self, *args) -> Any: method config (line 15) | def config(self, *args) -> Any: method gap_advertise (line 18) | def gap_advertise(self, *args) -> Any: method gap_connect (line 21) | def gap_connect(self, *args) -> Any: method gap_disconnect (line 24) | def gap_disconnect(self, *args) -> Any: method gap_scan (line 27) | def gap_scan(self, *args) -> Any: method gattc_discover_characteristics (line 30) | def gattc_discover_characteristics(self, *args) -> Any: method gattc_discover_descriptors (line 33) | def gattc_discover_descriptors(self, *args) -> Any: method gattc_discover_services (line 36) | def gattc_discover_services(self, *args) -> Any: method gattc_exchange_mtu (line 39) | def gattc_exchange_mtu(self, *args) -> Any: method gattc_read (line 42) | def gattc_read(self, *args) -> Any: method gattc_write (line 45) | def gattc_write(self, *args) -> Any: method gatts_indicate (line 48) | def gatts_indicate(self, *args) -> Any: method gatts_notify (line 51) | def gatts_notify(self, *args) -> Any: method gatts_read (line 54) | def gatts_read(self, *args) -> Any: method gatts_register_services (line 57) | def gatts_register_services(self, *args) -> Any: method gatts_set_buffer (line 60) | def gatts_set_buffer(self, *args) -> Any: method gatts_write (line 63) | def gatts_write(self, *args) -> Any: method irq (line 66) | def irq(self, *args) -> Any: class UUID (line 77) | class UUID: FILE: stubs/micropython-v1_13-esp32/bluetooth.pyi class BLE (line 3) | class BLE: method active (line 4) | def active(self, *args) -> Any: ... method config (line 5) | def config(self, *args) -> Any: ... method gap_advertise (line 6) | def gap_advertise(self, *args) -> Any: ... method gap_connect (line 7) | def gap_connect(self, *args) -> Any: ... method gap_disconnect (line 8) | def gap_disconnect(self, *args) -> Any: ... method gap_scan (line 9) | def gap_scan(self, *args) -> Any: ... method gattc_discover_characteristics (line 10) | def gattc_discover_characteristics(self, *args) -> Any: ... method gattc_discover_descriptors (line 11) | def gattc_discover_descriptors(self, *args) -> Any: ... method gattc_discover_services (line 12) | def gattc_discover_services(self, *args) -> Any: ... method gattc_exchange_mtu (line 13) | def gattc_exchange_mtu(self, *args) -> Any: ... method gattc_read (line 14) | def gattc_read(self, *args) -> Any: ... method gattc_write (line 15) | def gattc_write(self, *args) -> Any: ... method gatts_indicate (line 16) | def gatts_indicate(self, *args) -> Any: ... method gatts_notify (line 17) | def gatts_notify(self, *args) -> Any: ... method gatts_read (line 18) | def gatts_read(self, *args) -> Any: ... method gatts_register_services (line 19) | def gatts_register_services(self, *args) -> Any: ... method gatts_set_buffer (line 20) | def gatts_set_buffer(self, *args) -> Any: ... method gatts_write (line 21) | def gatts_write(self, *args) -> Any: ... method irq (line 22) | def irq(self, *args) -> Any: ... class UUID (line 30) | class UUID: ... FILE: stubs/micropython-v1_13-esp32/btree.py function open (line 9) | def open(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/btree.pyi function open (line 3) | def open(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class Exception (line 28) | class Exception: class GeneratorExit (line 32) | class GeneratorExit: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt: class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration: class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit: class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args) -> Any: function all (line 112) | def all(*args) -> Any: function any (line 116) | def any(*args) -> Any: class bool (line 120) | class bool: class bytearray (line 124) | class bytearray: method append (line 127) | def append(self, *args) -> Any: method extend (line 130) | def extend(self, *args) -> Any: method decode (line 133) | def decode(self, *args) -> Any: class bytes (line 137) | class bytes: method count (line 140) | def count(self, *args) -> Any: method endswith (line 143) | def endswith(self, *args) -> Any: method find (line 146) | def find(self, *args) -> Any: method format (line 149) | def format(self, *args) -> Any: method index (line 152) | def index(self, *args) -> Any: method isalpha (line 155) | def isalpha(self, *args) -> Any: method isdigit (line 158) | def isdigit(self, *args) -> Any: method islower (line 161) | def islower(self, *args) -> Any: method isspace (line 164) | def isspace(self, *args) -> Any: method isupper (line 167) | def isupper(self, *args) -> Any: method join (line 170) | def join(self, *args) -> Any: method lower (line 173) | def lower(self, *args) -> Any: method lstrip (line 176) | def lstrip(self, *args) -> Any: method replace (line 179) | def replace(self, *args) -> Any: method rfind (line 182) | def rfind(self, *args) -> Any: method rindex (line 185) | def rindex(self, *args) -> Any: method rsplit (line 188) | def rsplit(self, *args) -> Any: method rstrip (line 191) | def rstrip(self, *args) -> Any: method split (line 194) | def split(self, *args) -> Any: method startswith (line 197) | def startswith(self, *args) -> Any: method strip (line 200) | def strip(self, *args) -> Any: method upper (line 203) | def upper(self, *args) -> Any: method center (line 206) | def center(self, *args) -> Any: method decode (line 209) | def decode(self, *args) -> Any: method partition (line 212) | def partition(self, *args) -> Any: method rpartition (line 215) | def rpartition(self, *args) -> Any: method splitlines (line 218) | def splitlines(self, *args) -> Any: function callable (line 222) | def callable(*args) -> Any: function chr (line 226) | def chr(*args) -> Any: class dict (line 230) | class dict: method clear (line 233) | def clear(self, *args) -> Any: method copy (line 236) | def copy(self, *args) -> Any: method get (line 239) | def get(self, *args) -> Any: method items (line 242) | def items(self, *args) -> Any: method keys (line 245) | def keys(self, *args) -> Any: method pop (line 248) | def pop(self, *args) -> Any: method popitem (line 251) | def popitem(self, *args) -> Any: method setdefault (line 254) | def setdefault(self, *args) -> Any: method update (line 257) | def update(self, *args) -> Any: method values (line 260) | def values(self, *args) -> Any: method fromkeys (line 264) | def fromkeys(cls, *args) -> Any: function dir (line 268) | def dir(*args) -> Any: function divmod (line 272) | def divmod(*args) -> Any: function eval (line 276) | def eval(*args) -> Any: function exec (line 280) | def exec(*args) -> Any: function getattr (line 284) | def getattr(*args) -> Any: function globals (line 288) | def globals(*args) -> Any: function hasattr (line 292) | def hasattr(*args) -> Any: function hash (line 296) | def hash(*args) -> Any: function id (line 300) | def id(*args) -> Any: class int (line 304) | class int: method from_bytes (line 308) | def from_bytes(cls, *args) -> Any: method to_bytes (line 311) | def to_bytes(self, *args) -> Any: function isinstance (line 315) | def isinstance(*args) -> Any: function issubclass (line 319) | def issubclass(*args) -> Any: function iter (line 323) | def iter(*args) -> Any: function len (line 327) | def len(*args) -> Any: class list (line 331) | class list: method append (line 334) | def append(self, *args) -> Any: method clear (line 337) | def clear(self, *args) -> Any: method copy (line 340) | def copy(self, *args) -> Any: method count (line 343) | def count(self, *args) -> Any: method extend (line 346) | def extend(self, *args) -> Any: method index (line 349) | def index(self, *args) -> Any: method insert (line 352) | def insert(self, *args) -> Any: method pop (line 355) | def pop(self, *args) -> Any: method remove (line 358) | def remove(self, *args) -> Any: method reverse (line 361) | def reverse(self, *args) -> Any: method sort (line 364) | def sort(self, *args) -> Any: function locals (line 368) | def locals(*args) -> Any: class map (line 372) | class map: function next (line 376) | def next(*args) -> Any: class object (line 380) | class object: method __init__ (line 383) | def __init__(self, *args) -> None: function open (line 387) | def open(*args) -> Any: function ord (line 391) | def ord(*args) -> Any: function pow (line 395) | def pow(*args) -> Any: function print (line 399) | def print(*args) -> Any: class range (line 403) | class range: function repr (line 407) | def repr(*args) -> Any: function round (line 411) | def round(*args) -> Any: class set (line 415) | class set: method clear (line 418) | def clear(self, *args) -> Any: method copy (line 421) | def copy(self, *args) -> Any: method pop (line 424) | def pop(self, *args) -> Any: method remove (line 427) | def remove(self, *args) -> Any: method update (line 430) | def update(self, *args) -> Any: method add (line 433) | def add(self, *args) -> Any: method difference (line 436) | def difference(self, *args) -> Any: method difference_update (line 439) | def difference_update(self, *args) -> Any: method discard (line 442) | def discard(self, *args) -> Any: method intersection (line 445) | def intersection(self, *args) -> Any: method intersection_update (line 448) | def intersection_update(self, *args) -> Any: method isdisjoint (line 451) | def isdisjoint(self, *args) -> Any: method issubset (line 454) | def issubset(self, *args) -> Any: method issuperset (line 457) | def issuperset(self, *args) -> Any: method symmetric_difference (line 460) | def symmetric_difference(self, *args) -> Any: method symmetric_difference_update (line 463) | def symmetric_difference_update(self, *args) -> Any: method union (line 466) | def union(self, *args) -> Any: function setattr (line 470) | def setattr(*args) -> Any: function sorted (line 474) | def sorted(*args) -> Any: class str (line 478) | class str: method count (line 481) | def count(self, *args) -> Any: method endswith (line 484) | def endswith(self, *args) -> Any: method find (line 487) | def find(self, *args) -> Any: method format (line 490) | def format(self, *args) -> Any: method index (line 493) | def index(self, *args) -> Any: method isalpha (line 496) | def isalpha(self, *args) -> Any: method isdigit (line 499) | def isdigit(self, *args) -> Any: method islower (line 502) | def islower(self, *args) -> Any: method isspace (line 505) | def isspace(self, *args) -> Any: method isupper (line 508) | def isupper(self, *args) -> Any: method join (line 511) | def join(self, *args) -> Any: method lower (line 514) | def lower(self, *args) -> Any: method lstrip (line 517) | def lstrip(self, *args) -> Any: method replace (line 520) | def replace(self, *args) -> Any: method rfind (line 523) | def rfind(self, *args) -> Any: method rindex (line 526) | def rindex(self, *args) -> Any: method rsplit (line 529) | def rsplit(self, *args) -> Any: method rstrip (line 532) | def rstrip(self, *args) -> Any: method split (line 535) | def split(self, *args) -> Any: method startswith (line 538) | def startswith(self, *args) -> Any: method strip (line 541) | def strip(self, *args) -> Any: method upper (line 544) | def upper(self, *args) -> Any: method center (line 547) | def center(self, *args) -> Any: method encode (line 550) | def encode(self, *args) -> Any: method partition (line 553) | def partition(self, *args) -> Any: method rpartition (line 556) | def rpartition(self, *args) -> Any: method splitlines (line 559) | def splitlines(self, *args) -> Any: function sum (line 563) | def sum(*args) -> Any: class super (line 567) | class super: class tuple (line 571) | class tuple: method count (line 574) | def count(self, *args) -> Any: method index (line 577) | def index(self, *args) -> Any: class type (line 581) | class type: class zip (line 585) | class zip: class StopAsyncIteration (line 592) | class StopAsyncIteration: class UnicodeError (line 596) | class UnicodeError(Exception): class ViperTypeError (line 600) | class ViperTypeError(Exception): function bin (line 604) | def bin(*args) -> Any: function compile (line 608) | def compile(*args) -> Any: class complex (line 612) | class complex: function delattr (line 616) | def delattr(*args) -> Any: class enumerate (line 620) | class enumerate: function execfile (line 624) | def execfile(*args) -> Any: class filter (line 628) | class filter: class float (line 632) | class float: class frozenset (line 636) | class frozenset: method copy (line 639) | def copy(self, *args) -> Any: method difference (line 642) | def difference(self, *args) -> Any: method intersection (line 645) | def intersection(self, *args) -> Any: method isdisjoint (line 648) | def isdisjoint(self, *args) -> Any: method issubset (line 651) | def issubset(self, *args) -> Any: method issuperset (line 654) | def issuperset(self, *args) -> Any: method symmetric_difference (line 657) | def symmetric_difference(self, *args) -> Any: method union (line 660) | def union(self, *args) -> Any: function help (line 664) | def help(*args) -> Any: function hex (line 668) | def hex(*args) -> Any: function input (line 672) | def input(*args) -> Any: function max (line 676) | def max(*args) -> Any: class memoryview (line 680) | class memoryview: function min (line 684) | def min(*args) -> Any: function oct (line 688) | def oct(*args) -> Any: class property (line 692) | class property: method deleter (line 695) | def deleter(self, *args) -> Any: method getter (line 698) | def getter(self, *args) -> Any: method setter (line 701) | def setter(self, *args) -> Any: class reversed (line 705) | class reversed: class slice (line 709) | class slice: FILE: stubs/micropython-v1_13-esp32/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class Exception (line 10) | class Exception: ... class GeneratorExit (line 11) | class GeneratorExit: ... class ImportError (line 12) | class ImportError(Exception): ... class IndentationError (line 13) | class IndentationError(Exception): ... class IndexError (line 14) | class IndexError(Exception): ... class KeyError (line 15) | class KeyError(Exception): ... class KeyboardInterrupt (line 16) | class KeyboardInterrupt: ... class LookupError (line 17) | class LookupError(Exception): ... class MemoryError (line 18) | class MemoryError(Exception): ... class NameError (line 19) | class NameError(Exception): ... class NotImplementedError (line 20) | class NotImplementedError(Exception): ... class OSError (line 21) | class OSError(Exception): ... class OverflowError (line 22) | class OverflowError(Exception): ... class RuntimeError (line 23) | class RuntimeError(Exception): ... class StopIteration (line 24) | class StopIteration: ... class SyntaxError (line 25) | class SyntaxError(Exception): ... class SystemExit (line 26) | class SystemExit: ... class TypeError (line 27) | class TypeError(Exception): ... class ValueError (line 28) | class ValueError(Exception): ... class ZeroDivisionError (line 29) | class ZeroDivisionError(Exception): ... function abs (line 31) | def abs(*args) -> Any: ... function all (line 32) | def all(*args) -> Any: ... function any (line 33) | def any(*args) -> Any: ... class bool (line 35) | class bool: ... class bytearray (line 37) | class bytearray: method append (line 38) | def append(self, *args) -> Any: ... method extend (line 39) | def extend(self, *args) -> Any: ... method decode (line 40) | def decode(self, *args) -> Any: ... class bytes (line 42) | class bytes: method count (line 43) | def count(self, *args) -> Any: ... method endswith (line 44) | def endswith(self, *args) -> Any: ... method find (line 45) | def find(self, *args) -> Any: ... method format (line 46) | def format(self, *args) -> Any: ... method index (line 47) | def index(self, *args) -> Any: ... method isalpha (line 48) | def isalpha(self, *args) -> Any: ... method isdigit (line 49) | def isdigit(self, *args) -> Any: ... method islower (line 50) | def islower(self, *args) -> Any: ... method isspace (line 51) | def isspace(self, *args) -> Any: ... method isupper (line 52) | def isupper(self, *args) -> Any: ... method join (line 53) | def join(self, *args) -> Any: ... method lower (line 54) | def lower(self, *args) -> Any: ... method lstrip (line 55) | def lstrip(self, *args) -> Any: ... method replace (line 56) | def replace(self, *args) -> Any: ... method rfind (line 57) | def rfind(self, *args) -> Any: ... method rindex (line 58) | def rindex(self, *args) -> Any: ... method rsplit (line 59) | def rsplit(self, *args) -> Any: ... method rstrip (line 60) | def rstrip(self, *args) -> Any: ... method split (line 61) | def split(self, *args) -> Any: ... method startswith (line 62) | def startswith(self, *args) -> Any: ... method strip (line 63) | def strip(self, *args) -> Any: ... method upper (line 64) | def upper(self, *args) -> Any: ... method center (line 65) | def center(self, *args) -> Any: ... method decode (line 66) | def decode(self, *args) -> Any: ... method partition (line 67) | def partition(self, *args) -> Any: ... method rpartition (line 68) | def rpartition(self, *args) -> Any: ... method splitlines (line 69) | def splitlines(self, *args) -> Any: ... function callable (line 71) | def callable(*args) -> Any: ... function chr (line 72) | def chr(*args) -> Any: ... class dict (line 74) | class dict: method clear (line 75) | def clear(self, *args) -> Any: ... method copy (line 76) | def copy(self, *args) -> Any: ... method get (line 77) | def get(self, *args) -> Any: ... method items (line 78) | def items(self, *args) -> Any: ... method keys (line 79) | def keys(self, *args) -> Any: ... method pop (line 80) | def pop(self, *args) -> Any: ... method popitem (line 81) | def popitem(self, *args) -> Any: ... method setdefault (line 82) | def setdefault(self, *args) -> Any: ... method update (line 83) | def update(self, *args) -> Any: ... method values (line 84) | def values(self, *args) -> Any: ... method fromkeys (line 86) | def fromkeys(cls, *args) -> Any: ... function dir (line 88) | def dir(*args) -> Any: ... function divmod (line 89) | def divmod(*args) -> Any: ... function eval (line 90) | def eval(*args) -> Any: ... function exec (line 91) | def exec(*args) -> Any: ... function getattr (line 92) | def getattr(*args) -> Any: ... function globals (line 93) | def globals(*args) -> Any: ... function hasattr (line 94) | def hasattr(*args) -> Any: ... function hash (line 95) | def hash(*args) -> Any: ... function id (line 96) | def id(*args) -> Any: ... class int (line 98) | class int: method from_bytes (line 100) | def from_bytes(cls, *args) -> Any: ... method to_bytes (line 101) | def to_bytes(self, *args) -> Any: ... function isinstance (line 103) | def isinstance(*args) -> Any: ... function issubclass (line 104) | def issubclass(*args) -> Any: ... function iter (line 105) | def iter(*args) -> Any: ... function len (line 106) | def len(*args) -> Any: ... class list (line 108) | class list: method append (line 109) | def append(self, *args) -> Any: ... method clear (line 110) | def clear(self, *args) -> Any: ... method copy (line 111) | def copy(self, *args) -> Any: ... method count (line 112) | def count(self, *args) -> Any: ... method extend (line 113) | def extend(self, *args) -> Any: ... method index (line 114) | def index(self, *args) -> Any: ... method insert (line 115) | def insert(self, *args) -> Any: ... method pop (line 116) | def pop(self, *args) -> Any: ... method remove (line 117) | def remove(self, *args) -> Any: ... method reverse (line 118) | def reverse(self, *args) -> Any: ... method sort (line 119) | def sort(self, *args) -> Any: ... function locals (line 121) | def locals(*args) -> Any: ... class map (line 123) | class map: ... function next (line 125) | def next(*args) -> Any: ... class object (line 127) | class object: method __init__ (line 128) | def __init__(self, *args) -> None: ... function open (line 130) | def open(*args) -> Any: ... function ord (line 131) | def ord(*args) -> Any: ... function pow (line 132) | def pow(*args) -> Any: ... function print (line 133) | def print(*args) -> Any: ... class range (line 135) | class range: ... function repr (line 137) | def repr(*args) -> Any: ... function round (line 138) | def round(*args) -> Any: ... class set (line 140) | class set: method clear (line 141) | def clear(self, *args) -> Any: ... method copy (line 142) | def copy(self, *args) -> Any: ... method pop (line 143) | def pop(self, *args) -> Any: ... method remove (line 144) | def remove(self, *args) -> Any: ... method update (line 145) | def update(self, *args) -> Any: ... method add (line 146) | def add(self, *args) -> Any: ... method difference (line 147) | def difference(self, *args) -> Any: ... method difference_update (line 148) | def difference_update(self, *args) -> Any: ... method discard (line 149) | def discard(self, *args) -> Any: ... method intersection (line 150) | def intersection(self, *args) -> Any: ... method intersection_update (line 151) | def intersection_update(self, *args) -> Any: ... method isdisjoint (line 152) | def isdisjoint(self, *args) -> Any: ... method issubset (line 153) | def issubset(self, *args) -> Any: ... method issuperset (line 154) | def issuperset(self, *args) -> Any: ... method symmetric_difference (line 155) | def symmetric_difference(self, *args) -> Any: ... method symmetric_difference_update (line 156) | def symmetric_difference_update(self, *args) -> Any: ... method union (line 157) | def union(self, *args) -> Any: ... function setattr (line 159) | def setattr(*args) -> Any: ... function sorted (line 160) | def sorted(*args) -> Any: ... class str (line 162) | class str: method count (line 163) | def count(self, *args) -> Any: ... method endswith (line 164) | def endswith(self, *args) -> Any: ... method find (line 165) | def find(self, *args) -> Any: ... method format (line 166) | def format(self, *args) -> Any: ... method index (line 167) | def index(self, *args) -> Any: ... method isalpha (line 168) | def isalpha(self, *args) -> Any: ... method isdigit (line 169) | def isdigit(self, *args) -> Any: ... method islower (line 170) | def islower(self, *args) -> Any: ... method isspace (line 171) | def isspace(self, *args) -> Any: ... method isupper (line 172) | def isupper(self, *args) -> Any: ... method join (line 173) | def join(self, *args) -> Any: ... method lower (line 174) | def lower(self, *args) -> Any: ... method lstrip (line 175) | def lstrip(self, *args) -> Any: ... method replace (line 176) | def replace(self, *args) -> Any: ... method rfind (line 177) | def rfind(self, *args) -> Any: ... method rindex (line 178) | def rindex(self, *args) -> Any: ... method rsplit (line 179) | def rsplit(self, *args) -> Any: ... method rstrip (line 180) | def rstrip(self, *args) -> Any: ... method split (line 181) | def split(self, *args) -> Any: ... method startswith (line 182) | def startswith(self, *args) -> Any: ... method strip (line 183) | def strip(self, *args) -> Any: ... method upper (line 184) | def upper(self, *args) -> Any: ... method center (line 185) | def center(self, *args) -> Any: ... method encode (line 186) | def encode(self, *args) -> Any: ... method partition (line 187) | def partition(self, *args) -> Any: ... method rpartition (line 188) | def rpartition(self, *args) -> Any: ... method splitlines (line 189) | def splitlines(self, *args) -> Any: ... function sum (line 191) | def sum(*args) -> Any: ... class super (line 193) | class super: ... class tuple (line 195) | class tuple: method count (line 196) | def count(self, *args) -> Any: ... method index (line 197) | def index(self, *args) -> Any: ... class type (line 199) | class type: ... class zip (line 200) | class zip: ... class StopAsyncIteration (line 204) | class StopAsyncIteration: ... class UnicodeError (line 205) | class UnicodeError(Exception): ... class ViperTypeError (line 206) | class ViperTypeError(Exception): ... function bin (line 208) | def bin(*args) -> Any: ... function compile (line 209) | def compile(*args) -> Any: ... class complex (line 211) | class complex: ... function delattr (line 213) | def delattr(*args) -> Any: ... class enumerate (line 215) | class enumerate: ... function execfile (line 217) | def execfile(*args) -> Any: ... class filter (line 219) | class filter: ... class float (line 220) | class float: ... class frozenset (line 222) | class frozenset: method copy (line 223) | def copy(self, *args) -> Any: ... method difference (line 224) | def difference(self, *args) -> Any: ... method intersection (line 225) | def intersection(self, *args) -> Any: ... method isdisjoint (line 226) | def isdisjoint(self, *args) -> Any: ... method issubset (line 227) | def issubset(self, *args) -> Any: ... method issuperset (line 228) | def issuperset(self, *args) -> Any: ... method symmetric_difference (line 229) | def symmetric_difference(self, *args) -> Any: ... method union (line 230) | def union(self, *args) -> Any: ... function help (line 232) | def help(*args) -> Any: ... function hex (line 233) | def hex(*args) -> Any: ... function input (line 234) | def input(*args) -> Any: ... function max (line 235) | def max(*args) -> Any: ... class memoryview (line 237) | class memoryview: ... function min (line 239) | def min(*args) -> Any: ... function oct (line 240) | def oct(*args) -> Any: ... class property (line 242) | class property: method deleter (line 243) | def deleter(self, *args) -> Any: ... method getter (line 244) | def getter(self, *args) -> Any: ... method setter (line 245) | def setter(self, *args) -> Any: ... class reversed (line 247) | class reversed: ... class slice (line 248) | class slice: ... FILE: stubs/micropython-v1_13-esp32/cmath.py function cos (line 9) | def cos(*args) -> Any: function exp (line 16) | def exp(*args) -> Any: function log (line 20) | def log(*args) -> Any: function log10 (line 24) | def log10(*args) -> Any: function phase (line 28) | def phase(*args) -> Any: function polar (line 35) | def polar(*args) -> Any: function rect (line 39) | def rect(*args) -> Any: function sin (line 43) | def sin(*args) -> Any: function sqrt (line 47) | def sqrt(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/cmath.pyi function cos (line 3) | def cos(*args) -> Any: ... function exp (line 7) | def exp(*args) -> Any: ... function log (line 8) | def log(*args) -> Any: ... function log10 (line 9) | def log10(*args) -> Any: ... function phase (line 10) | def phase(*args) -> Any: ... function polar (line 14) | def polar(*args) -> Any: ... function rect (line 15) | def rect(*args) -> Any: ... function sin (line 16) | def sin(*args) -> Any: ... function sqrt (line 17) | def sqrt(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/collections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *args) -> Any: method copy (line 15) | def copy(self, *args) -> Any: method get (line 18) | def get(self, *args) -> Any: method items (line 21) | def items(self, *args) -> Any: method keys (line 24) | def keys(self, *args) -> Any: method pop (line 27) | def pop(self, *args) -> Any: method popitem (line 30) | def popitem(self, *args) -> Any: method setdefault (line 33) | def setdefault(self, *args) -> Any: method update (line 36) | def update(self, *args) -> Any: method values (line 39) | def values(self, *args) -> Any: method fromkeys (line 43) | def fromkeys(cls, *args) -> Any: class deque (line 47) | class deque: method append (line 50) | def append(self, *args) -> Any: method popleft (line 53) | def popleft(self, *args) -> Any: function namedtuple (line 57) | def namedtuple(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/collections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *args) -> Any: ... method copy (line 5) | def copy(self, *args) -> Any: ... method get (line 6) | def get(self, *args) -> Any: ... method items (line 7) | def items(self, *args) -> Any: ... method keys (line 8) | def keys(self, *args) -> Any: ... method pop (line 9) | def pop(self, *args) -> Any: ... method popitem (line 10) | def popitem(self, *args) -> Any: ... method setdefault (line 11) | def setdefault(self, *args) -> Any: ... method update (line 12) | def update(self, *args) -> Any: ... method values (line 13) | def values(self, *args) -> Any: ... method fromkeys (line 15) | def fromkeys(cls, *args) -> Any: ... class deque (line 17) | class deque: method append (line 18) | def append(self, *args) -> Any: ... method popleft (line 19) | def popleft(self, *args) -> Any: ... function namedtuple (line 21) | def namedtuple(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/dht.py function dht_readinto (line 9) | def dht_readinto(*args) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *args) -> None: method measure (line 19) | def measure(self, *args) -> Any: class DHT11 (line 23) | class DHT11: method __init__ (line 26) | def __init__(self, *args) -> None: method measure (line 29) | def measure(self, *args) -> Any: method humidity (line 32) | def humidity(self, *args) -> Any: method temperature (line 35) | def temperature(self, *args) -> Any: class DHT22 (line 39) | class DHT22: method __init__ (line 42) | def __init__(self, *args) -> None: method measure (line 45) | def measure(self, *args) -> Any: method humidity (line 48) | def humidity(self, *args) -> Any: method temperature (line 51) | def temperature(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *args) -> None: ... method measure (line 7) | def measure(self, *args) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *args) -> None: ... method measure (line 11) | def measure(self, *args) -> Any: ... method humidity (line 12) | def humidity(self, *args) -> Any: ... method temperature (line 13) | def temperature(self, *args) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *args) -> None: ... method measure (line 17) | def measure(self, *args) -> Any: ... method humidity (line 18) | def humidity(self, *args) -> Any: ... method temperature (line 19) | def temperature(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/ds18x20.py function const (line 9) | def const(*args) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *args) -> None: method scan (line 19) | def scan(self, *args) -> Any: method convert_temp (line 22) | def convert_temp(self, *args) -> Any: method read_scratch (line 25) | def read_scratch(self, *args) -> Any: method write_scratch (line 28) | def write_scratch(self, *args) -> Any: method read_temp (line 31) | def read_temp(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/ds18x20.pyi function const (line 3) | def const(*args) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *args) -> None: ... method scan (line 7) | def scan(self, *args) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args) -> Any: ... method read_temp (line 11) | def read_temp(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/esp.py function dht_readinto (line 16) | def dht_readinto(*args) -> Any: function flash_erase (line 20) | def flash_erase(*args) -> Any: function flash_read (line 24) | def flash_read(*args) -> Any: function flash_size (line 28) | def flash_size(*args) -> Any: function flash_user_start (line 32) | def flash_user_start(*args) -> Any: function flash_write (line 36) | def flash_write(*args) -> Any: function gpio_matrix_in (line 40) | def gpio_matrix_in(*args) -> Any: function gpio_matrix_out (line 44) | def gpio_matrix_out(*args) -> Any: function neopixel_write (line 48) | def neopixel_write(*args) -> Any: function osdebug (line 52) | def osdebug(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/esp.pyi function dht_readinto (line 10) | def dht_readinto(*args) -> Any: ... function flash_erase (line 11) | def flash_erase(*args) -> Any: ... function flash_read (line 12) | def flash_read(*args) -> Any: ... function flash_size (line 13) | def flash_size(*args) -> Any: ... function flash_user_start (line 14) | def flash_user_start(*args) -> Any: ... function flash_write (line 15) | def flash_write(*args) -> Any: ... function gpio_matrix_in (line 16) | def gpio_matrix_in(*args) -> Any: ... function gpio_matrix_out (line 17) | def gpio_matrix_out(*args) -> Any: ... function neopixel_write (line 18) | def neopixel_write(*args) -> Any: ... function osdebug (line 19) | def osdebug(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/esp32.py class Partition (line 12) | class Partition: method find (line 15) | def find(self, *args) -> Any: method get_next_update (line 23) | def get_next_update(self, *args) -> Any: method info (line 26) | def info(self, *args) -> Any: method ioctl (line 29) | def ioctl(self, *args) -> Any: method mark_app_valid_cancel_rollback (line 33) | def mark_app_valid_cancel_rollback(cls, *args) -> Any: method readblocks (line 36) | def readblocks(self, *args) -> Any: method set_boot (line 39) | def set_boot(self, *args) -> Any: method writeblocks (line 42) | def writeblocks(self, *args) -> Any: class RMT (line 46) | class RMT: method clock_div (line 49) | def clock_div(self, *args) -> Any: method deinit (line 52) | def deinit(self, *args) -> Any: method loop (line 55) | def loop(self, *args) -> Any: method source_freq (line 58) | def source_freq(self, *args) -> Any: method wait_done (line 61) | def wait_done(self, *args) -> Any: method write_pulses (line 64) | def write_pulses(self, *args) -> Any: class ULP (line 68) | class ULP: method load_binary (line 73) | def load_binary(self, *args) -> Any: method run (line 76) | def run(self, *args) -> Any: method set_wakeup_period (line 79) | def set_wakeup_period(self, *args) -> Any: function hall_sensor (line 87) | def hall_sensor(*args) -> Any: function idf_heap_info (line 91) | def idf_heap_info(*args) -> Any: function raw_temperature (line 95) | def raw_temperature(*args) -> Any: function wake_on_ext0 (line 99) | def wake_on_ext0(*args) -> Any: function wake_on_ext1 (line 103) | def wake_on_ext1(*args) -> Any: function wake_on_touch (line 107) | def wake_on_touch(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/esp32.pyi class Partition (line 6) | class Partition: method find (line 7) | def find(self, *args) -> Any: ... method get_next_update (line 12) | def get_next_update(self, *args) -> Any: ... method info (line 13) | def info(self, *args) -> Any: ... method ioctl (line 14) | def ioctl(self, *args) -> Any: ... method mark_app_valid_cancel_rollback (line 16) | def mark_app_valid_cancel_rollback(cls, *args) -> Any: ... method readblocks (line 17) | def readblocks(self, *args) -> Any: ... method set_boot (line 18) | def set_boot(self, *args) -> Any: ... method writeblocks (line 19) | def writeblocks(self, *args) -> Any: ... class RMT (line 21) | class RMT: method clock_div (line 22) | def clock_div(self, *args) -> Any: ... method deinit (line 23) | def deinit(self, *args) -> Any: ... method loop (line 24) | def loop(self, *args) -> Any: ... method source_freq (line 25) | def source_freq(self, *args) -> Any: ... method wait_done (line 26) | def wait_done(self, *args) -> Any: ... method write_pulses (line 27) | def write_pulses(self, *args) -> Any: ... class ULP (line 29) | class ULP: method load_binary (line 31) | def load_binary(self, *args) -> Any: ... method run (line 32) | def run(self, *args) -> Any: ... method set_wakeup_period (line 33) | def set_wakeup_period(self, *args) -> Any: ... function hall_sensor (line 38) | def hall_sensor(*args) -> Any: ... function idf_heap_info (line 39) | def idf_heap_info(*args) -> Any: ... function raw_temperature (line 40) | def raw_temperature(*args) -> Any: ... function wake_on_ext0 (line 41) | def wake_on_ext0(*args) -> Any: ... function wake_on_ext1 (line 42) | def wake_on_ext1(*args) -> Any: ... function wake_on_touch (line 43) | def wake_on_touch(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/flashbdev.py class Partition (line 9) | class Partition: method find (line 12) | def find(self, *args) -> Any: method get_next_update (line 20) | def get_next_update(self, *args) -> Any: method info (line 23) | def info(self, *args) -> Any: method ioctl (line 26) | def ioctl(self, *args) -> Any: method mark_app_valid_cancel_rollback (line 30) | def mark_app_valid_cancel_rollback(cls, *args) -> Any: method readblocks (line 33) | def readblocks(self, *args) -> Any: method set_boot (line 36) | def set_boot(self, *args) -> Any: method writeblocks (line 39) | def writeblocks(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/flashbdev.pyi class Partition (line 3) | class Partition: method find (line 4) | def find(self, *args) -> Any: ... method get_next_update (line 9) | def get_next_update(self, *args) -> Any: ... method info (line 10) | def info(self, *args) -> Any: ... method ioctl (line 11) | def ioctl(self, *args) -> Any: ... method mark_app_valid_cancel_rollback (line 13) | def mark_app_valid_cancel_rollback(cls, *args) -> Any: ... method readblocks (line 14) | def readblocks(self, *args) -> Any: ... method set_boot (line 15) | def set_boot(self, *args) -> Any: ... method writeblocks (line 16) | def writeblocks(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method blit (line 12) | def blit(self, *args) -> Any: method fill (line 15) | def fill(self, *args) -> Any: method fill_rect (line 18) | def fill_rect(self, *args) -> Any: method hline (line 21) | def hline(self, *args) -> Any: method line (line 24) | def line(self, *args) -> Any: method pixel (line 27) | def pixel(self, *args) -> Any: method rect (line 30) | def rect(self, *args) -> Any: method scroll (line 33) | def scroll(self, *args) -> Any: method text (line 36) | def text(self, *args) -> Any: method vline (line 39) | def vline(self, *args) -> Any: function FrameBuffer1 (line 43) | def FrameBuffer1(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method blit (line 4) | def blit(self, *args) -> Any: ... method fill (line 5) | def fill(self, *args) -> Any: ... method fill_rect (line 6) | def fill_rect(self, *args) -> Any: ... method hline (line 7) | def hline(self, *args) -> Any: ... method line (line 8) | def line(self, *args) -> Any: ... method pixel (line 9) | def pixel(self, *args) -> Any: ... method rect (line 10) | def rect(self, *args) -> Any: ... method scroll (line 11) | def scroll(self, *args) -> Any: ... method text (line 12) | def text(self, *args) -> Any: ... method vline (line 13) | def vline(self, *args) -> Any: ... function FrameBuffer1 (line 15) | def FrameBuffer1(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/gc.py function collect (line 9) | def collect(*args) -> Any: function disable (line 13) | def disable(*args) -> Any: function enable (line 17) | def enable(*args) -> Any: function isenabled (line 21) | def isenabled(*args) -> Any: function mem_alloc (line 25) | def mem_alloc(*args) -> Any: function mem_free (line 29) | def mem_free(*args) -> Any: function threshold (line 33) | def threshold(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/gc.pyi function collect (line 3) | def collect(*args) -> Any: ... function disable (line 4) | def disable(*args) -> Any: ... function enable (line 5) | def enable(*args) -> Any: ... function isenabled (line 6) | def isenabled(*args) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args) -> Any: ... function mem_free (line 8) | def mem_free(*args) -> Any: ... function threshold (line 9) | def threshold(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/hashlib.py class sha1 (line 9) | class sha1: method update (line 12) | def update(self, *args) -> Any: method digest (line 15) | def digest(self, *args) -> Any: class sha256 (line 19) | class sha256: method update (line 22) | def update(self, *args) -> Any: method digest (line 25) | def digest(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/hashlib.pyi class sha1 (line 3) | class sha1: method update (line 4) | def update(self, *args) -> Any: ... method digest (line 5) | def digest(self, *args) -> Any: ... class sha256 (line 7) | class sha256: method update (line 8) | def update(self, *args) -> Any: ... method digest (line 9) | def digest(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/heapq.py function heapify (line 9) | def heapify(*args) -> Any: function heappop (line 13) | def heappop(*args) -> Any: function heappush (line 17) | def heappush(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/heapq.pyi function heapify (line 3) | def heapify(*args) -> Any: ... function heappop (line 4) | def heappop(*args) -> Any: ... function heappush (line 5) | def heappush(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/inisetup.py function check_bootsec (line 11) | def check_bootsec(*args) -> Any: function fs_corrupted (line 15) | def fs_corrupted(*args) -> Any: function setup (line 19) | def setup(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args) -> Any: ... function setup (line 7) | def setup(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/io.py function open (line 9) | def open(*args) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method write (line 16) | def write(self, *args) -> Any: method flush (line 19) | def flush(self, *args) -> Any: class BytesIO (line 23) | class BytesIO: method close (line 26) | def close(self, *args) -> Any: method read (line 29) | def read(self, *args) -> Any: method readinto (line 32) | def readinto(self, *args) -> Any: method readline (line 35) | def readline(self, *args) -> Any: method write (line 38) | def write(self, *args) -> Any: method flush (line 41) | def flush(self, *args) -> Any: method getvalue (line 44) | def getvalue(self, *args) -> Any: method seek (line 47) | def seek(self, *args) -> Any: method tell (line 50) | def tell(self, *args) -> Any: class FileIO (line 54) | class FileIO: method close (line 57) | def close(self, *args) -> Any: method read (line 60) | def read(self, *args) -> Any: method readinto (line 63) | def readinto(self, *args) -> Any: method readline (line 66) | def readline(self, *args) -> Any: method write (line 69) | def write(self, *args) -> Any: method flush (line 72) | def flush(self, *args) -> Any: method readlines (line 75) | def readlines(self, *args) -> Any: method seek (line 78) | def seek(self, *args) -> Any: method tell (line 81) | def tell(self, *args) -> Any: class IOBase (line 85) | class IOBase: class StringIO (line 89) | class StringIO: method close (line 92) | def close(self, *args) -> Any: method read (line 95) | def read(self, *args) -> Any: method readinto (line 98) | def readinto(self, *args) -> Any: method readline (line 101) | def readline(self, *args) -> Any: method write (line 104) | def write(self, *args) -> Any: method flush (line 107) | def flush(self, *args) -> Any: method getvalue (line 110) | def getvalue(self, *args) -> Any: method seek (line 113) | def seek(self, *args) -> Any: method tell (line 116) | def tell(self, *args) -> Any: class TextIOWrapper (line 120) | class TextIOWrapper: method close (line 123) | def close(self, *args) -> Any: method read (line 126) | def read(self, *args) -> Any: method readinto (line 129) | def readinto(self, *args) -> Any: method readline (line 132) | def readline(self, *args) -> Any: method write (line 135) | def write(self, *args) -> Any: method flush (line 138) | def flush(self, *args) -> Any: method readlines (line 141) | def readlines(self, *args) -> Any: method seek (line 144) | def seek(self, *args) -> Any: method tell (line 147) | def tell(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/io.pyi function open (line 3) | def open(*args) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method write (line 6) | def write(self, *args) -> Any: ... method flush (line 7) | def flush(self, *args) -> Any: ... class BytesIO (line 9) | class BytesIO: method close (line 10) | def close(self, *args) -> Any: ... method read (line 11) | def read(self, *args) -> Any: ... method readinto (line 12) | def readinto(self, *args) -> Any: ... method readline (line 13) | def readline(self, *args) -> Any: ... method write (line 14) | def write(self, *args) -> Any: ... method flush (line 15) | def flush(self, *args) -> Any: ... method getvalue (line 16) | def getvalue(self, *args) -> Any: ... method seek (line 17) | def seek(self, *args) -> Any: ... method tell (line 18) | def tell(self, *args) -> Any: ... class FileIO (line 20) | class FileIO: method close (line 21) | def close(self, *args) -> Any: ... method read (line 22) | def read(self, *args) -> Any: ... method readinto (line 23) | def readinto(self, *args) -> Any: ... method readline (line 24) | def readline(self, *args) -> Any: ... method write (line 25) | def write(self, *args) -> Any: ... method flush (line 26) | def flush(self, *args) -> Any: ... method readlines (line 27) | def readlines(self, *args) -> Any: ... method seek (line 28) | def seek(self, *args) -> Any: ... method tell (line 29) | def tell(self, *args) -> Any: ... class IOBase (line 31) | class IOBase: ... class StringIO (line 33) | class StringIO: method close (line 34) | def close(self, *args) -> Any: ... method read (line 35) | def read(self, *args) -> Any: ... method readinto (line 36) | def readinto(self, *args) -> Any: ... method readline (line 37) | def readline(self, *args) -> Any: ... method write (line 38) | def write(self, *args) -> Any: ... method flush (line 39) | def flush(self, *args) -> Any: ... method getvalue (line 40) | def getvalue(self, *args) -> Any: ... method seek (line 41) | def seek(self, *args) -> Any: ... method tell (line 42) | def tell(self, *args) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method close (line 45) | def close(self, *args) -> Any: ... method read (line 46) | def read(self, *args) -> Any: ... method readinto (line 47) | def readinto(self, *args) -> Any: ... method readline (line 48) | def readline(self, *args) -> Any: ... method write (line 49) | def write(self, *args) -> Any: ... method flush (line 50) | def flush(self, *args) -> Any: ... method readlines (line 51) | def readlines(self, *args) -> Any: ... method seek (line 52) | def seek(self, *args) -> Any: ... method tell (line 53) | def tell(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/json.py function dump (line 9) | def dump(*args) -> Any: function dumps (line 13) | def dumps(*args) -> Any: function load (line 17) | def load(*args) -> Any: function loads (line 21) | def loads(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/json.pyi function dump (line 3) | def dump(*args) -> Any: ... function dumps (line 4) | def dumps(*args) -> Any: ... function load (line 5) | def load(*args) -> Any: ... function loads (line 6) | def loads(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/logging.py class Logger (line 14) | class Logger: method _level_str (line 17) | def _level_str(self, *args) -> Any: method critical (line 20) | def critical(self, *args) -> Any: method debug (line 23) | def debug(self, *args) -> Any: method error (line 26) | def error(self, *args) -> Any: method exc (line 29) | def exc(self, *args) -> Any: method exception (line 32) | def exception(self, *args) -> Any: method info (line 35) | def info(self, *args) -> Any: method isEnabledFor (line 38) | def isEnabledFor(self, *args) -> Any: method log (line 43) | def log(self, *args) -> Any: method setLevel (line 46) | def setLevel(self, *args) -> Any: method warning (line 49) | def warning(self, *args) -> Any: function basicConfig (line 61) | def basicConfig(*args) -> Any: function debug (line 65) | def debug(*args) -> Any: function getLogger (line 69) | def getLogger(*args) -> Any: function info (line 73) | def info(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/logging.pyi class Logger (line 8) | class Logger: method _level_str (line 9) | def _level_str(self, *args) -> Any: ... method critical (line 10) | def critical(self, *args) -> Any: ... method debug (line 11) | def debug(self, *args) -> Any: ... method error (line 12) | def error(self, *args) -> Any: ... method exc (line 13) | def exc(self, *args) -> Any: ... method exception (line 14) | def exception(self, *args) -> Any: ... method info (line 15) | def info(self, *args) -> Any: ... method isEnabledFor (line 16) | def isEnabledFor(self, *args) -> Any: ... method log (line 18) | def log(self, *args) -> Any: ... method setLevel (line 19) | def setLevel(self, *args) -> Any: ... method warning (line 20) | def warning(self, *args) -> Any: ... function basicConfig (line 29) | def basicConfig(*args) -> Any: ... function debug (line 30) | def debug(*args) -> Any: ... function getLogger (line 31) | def getLogger(*args) -> Any: ... function info (line 32) | def info(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/machine.py class ADC (line 9) | class ADC: method read (line 12) | def read(self, *args) -> Any: method atten (line 24) | def atten(self, *args) -> Any: method read_u16 (line 27) | def read_u16(self, *args) -> Any: method width (line 31) | def width(cls, *args) -> Any: class DAC (line 35) | class DAC: method write (line 38) | def write(self, *args) -> Any: class I2C (line 49) | class I2C: method readinto (line 52) | def readinto(self, *args) -> Any: method start (line 55) | def start(self, *args) -> Any: method stop (line 58) | def stop(self, *args) -> Any: method write (line 61) | def write(self, *args) -> Any: method init (line 64) | def init(self, *args) -> Any: method readfrom (line 67) | def readfrom(self, *args) -> Any: method readfrom_into (line 70) | def readfrom_into(self, *args) -> Any: method readfrom_mem (line 73) | def readfrom_mem(self, *args) -> Any: method readfrom_mem_into (line 76) | def readfrom_mem_into(self, *args) -> Any: method scan (line 79) | def scan(self, *args) -> Any: method writeto (line 82) | def writeto(self, *args) -> Any: method writeto_mem (line 85) | def writeto_mem(self, *args) -> Any: method writevto (line 88) | def writevto(self, *args) -> Any: class PWM (line 95) | class PWM: method deinit (line 98) | def deinit(self, *args) -> Any: method duty (line 101) | def duty(self, *args) -> Any: method freq (line 104) | def freq(self, *args) -> Any: method init (line 107) | def init(self, *args) -> Any: class Pin (line 114) | class Pin: method value (line 117) | def value(self, *args) -> Any: method init (line 131) | def init(self, *args) -> Any: method irq (line 134) | def irq(self, *args) -> Any: method off (line 137) | def off(self, *args) -> Any: method on (line 140) | def on(self, *args) -> Any: class RTC (line 144) | class RTC: method datetime (line 147) | def datetime(self, *args) -> Any: method init (line 150) | def init(self, *args) -> Any: method memory (line 153) | def memory(self, *args) -> Any: class SDCard (line 157) | class SDCard: method deinit (line 160) | def deinit(self, *args) -> Any: method info (line 163) | def info(self, *args) -> Any: method ioctl (line 166) | def ioctl(self, *args) -> Any: method readblocks (line 169) | def readblocks(self, *args) -> Any: method writeblocks (line 172) | def writeblocks(self, *args) -> Any: class SPI (line 180) | class SPI: method read (line 183) | def read(self, *args) -> Any: method readinto (line 186) | def readinto(self, *args) -> Any: method write (line 189) | def write(self, *args) -> Any: method deinit (line 195) | def deinit(self, *args) -> Any: method init (line 198) | def init(self, *args) -> Any: method write_readinto (line 201) | def write_readinto(self, *args) -> Any: class Signal (line 205) | class Signal: method value (line 208) | def value(self, *args) -> Any: method off (line 211) | def off(self, *args) -> Any: method on (line 214) | def on(self, *args) -> Any: class SoftI2C (line 218) | class SoftI2C: method readinto (line 221) | def readinto(self, *args) -> Any: method start (line 224) | def start(self, *args) -> Any: method stop (line 227) | def stop(self, *args) -> Any: method write (line 230) | def write(self, *args) -> Any: method init (line 233) | def init(self, *args) -> Any: method readfrom (line 236) | def readfrom(self, *args) -> Any: method readfrom_into (line 239) | def readfrom_into(self, *args) -> Any: method readfrom_mem (line 242) | def readfrom_mem(self, *args) -> Any: method readfrom_mem_into (line 245) | def readfrom_mem_into(self, *args) -> Any: method scan (line 248) | def scan(self, *args) -> Any: method writeto (line 251) | def writeto(self, *args) -> Any: method writeto_mem (line 254) | def writeto_mem(self, *args) -> Any: method writevto (line 257) | def writevto(self, *args) -> Any: class SoftSPI (line 261) | class SoftSPI: method read (line 264) | def read(self, *args) -> Any: method readinto (line 267) | def readinto(self, *args) -> Any: method write (line 270) | def write(self, *args) -> Any: method deinit (line 276) | def deinit(self, *args) -> Any: method init (line 279) | def init(self, *args) -> Any: method write_readinto (line 282) | def write_readinto(self, *args) -> Any: class Timer (line 290) | class Timer: method value (line 293) | def value(self, *args) -> Any: method deinit (line 299) | def deinit(self, *args) -> Any: method init (line 302) | def init(self, *args) -> Any: class TouchPad (line 306) | class TouchPad: method read (line 309) | def read(self, *args) -> Any: method config (line 312) | def config(self, *args) -> Any: class UART (line 316) | class UART: method any (line 319) | def any(self, *args) -> Any: method read (line 322) | def read(self, *args) -> Any: method readinto (line 325) | def readinto(self, *args) -> Any: method readline (line 328) | def readline(self, *args) -> Any: method write (line 331) | def write(self, *args) -> Any: method deinit (line 339) | def deinit(self, *args) -> Any: method init (line 342) | def init(self, *args) -> Any: method sendbreak (line 345) | def sendbreak(self, *args) -> Any: class WDT (line 352) | class WDT: method feed (line 355) | def feed(self, *args) -> Any: function deepsleep (line 362) | def deepsleep(*args) -> Any: function disable_irq (line 366) | def disable_irq(*args) -> Any: function enable_irq (line 370) | def enable_irq(*args) -> Any: function freq (line 374) | def freq(*args) -> Any: function idle (line 378) | def idle(*args) -> Any: function lightsleep (line 382) | def lightsleep(*args) -> Any: function reset (line 391) | def reset(*args) -> Any: function reset_cause (line 395) | def reset_cause(*args) -> Any: function sleep (line 399) | def sleep(*args) -> Any: function soft_reset (line 403) | def soft_reset(*args) -> Any: function time_pulse_us (line 407) | def time_pulse_us(*args) -> Any: function unique_id (line 411) | def unique_id(*args) -> Any: function wake_reason (line 415) | def wake_reason(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/machine.pyi class ADC (line 3) | class ADC: method read (line 4) | def read(self, *args) -> Any: ... method atten (line 13) | def atten(self, *args) -> Any: ... method read_u16 (line 14) | def read_u16(self, *args) -> Any: ... method width (line 16) | def width(cls, *args) -> Any: ... class DAC (line 18) | class DAC: method write (line 19) | def write(self, *args) -> Any: ... class I2C (line 27) | class I2C: method readinto (line 28) | def readinto(self, *args) -> Any: ... method start (line 29) | def start(self, *args) -> Any: ... method stop (line 30) | def stop(self, *args) -> Any: ... method write (line 31) | def write(self, *args) -> Any: ... method init (line 32) | def init(self, *args) -> Any: ... method readfrom (line 33) | def readfrom(self, *args) -> Any: ... method readfrom_into (line 34) | def readfrom_into(self, *args) -> Any: ... method readfrom_mem (line 35) | def readfrom_mem(self, *args) -> Any: ... method readfrom_mem_into (line 36) | def readfrom_mem_into(self, *args) -> Any: ... method scan (line 37) | def scan(self, *args) -> Any: ... method writeto (line 38) | def writeto(self, *args) -> Any: ... method writeto_mem (line 39) | def writeto_mem(self, *args) -> Any: ... method writevto (line 40) | def writevto(self, *args) -> Any: ... class PWM (line 44) | class PWM: method deinit (line 45) | def deinit(self, *args) -> Any: ... method duty (line 46) | def duty(self, *args) -> Any: ... method freq (line 47) | def freq(self, *args) -> Any: ... method init (line 48) | def init(self, *args) -> Any: ... class Pin (line 52) | class Pin: method value (line 53) | def value(self, *args) -> Any: ... method init (line 64) | def init(self, *args) -> Any: ... method irq (line 65) | def irq(self, *args) -> Any: ... method off (line 66) | def off(self, *args) -> Any: ... method on (line 67) | def on(self, *args) -> Any: ... class RTC (line 69) | class RTC: method datetime (line 70) | def datetime(self, *args) -> Any: ... method init (line 71) | def init(self, *args) -> Any: ... method memory (line 72) | def memory(self, *args) -> Any: ... class SDCard (line 74) | class SDCard: method deinit (line 75) | def deinit(self, *args) -> Any: ... method info (line 76) | def info(self, *args) -> Any: ... method ioctl (line 77) | def ioctl(self, *args) -> Any: ... method readblocks (line 78) | def readblocks(self, *args) -> Any: ... method writeblocks (line 79) | def writeblocks(self, *args) -> Any: ... class SPI (line 84) | class SPI: method read (line 85) | def read(self, *args) -> Any: ... method readinto (line 86) | def readinto(self, *args) -> Any: ... method write (line 87) | def write(self, *args) -> Any: ... method deinit (line 90) | def deinit(self, *args) -> Any: ... method init (line 91) | def init(self, *args) -> Any: ... method write_readinto (line 92) | def write_readinto(self, *args) -> Any: ... class Signal (line 94) | class Signal: method value (line 95) | def value(self, *args) -> Any: ... method off (line 96) | def off(self, *args) -> Any: ... method on (line 97) | def on(self, *args) -> Any: ... class SoftI2C (line 99) | class SoftI2C: method readinto (line 100) | def readinto(self, *args) -> Any: ... method start (line 101) | def start(self, *args) -> Any: ... method stop (line 102) | def stop(self, *args) -> Any: ... method write (line 103) | def write(self, *args) -> Any: ... method init (line 104) | def init(self, *args) -> Any: ... method readfrom (line 105) | def readfrom(self, *args) -> Any: ... method readfrom_into (line 106) | def readfrom_into(self, *args) -> Any: ... method readfrom_mem (line 107) | def readfrom_mem(self, *args) -> Any: ... method readfrom_mem_into (line 108) | def readfrom_mem_into(self, *args) -> Any: ... method scan (line 109) | def scan(self, *args) -> Any: ... method writeto (line 110) | def writeto(self, *args) -> Any: ... method writeto_mem (line 111) | def writeto_mem(self, *args) -> Any: ... method writevto (line 112) | def writevto(self, *args) -> Any: ... class SoftSPI (line 114) | class SoftSPI: method read (line 115) | def read(self, *args) -> Any: ... method readinto (line 116) | def readinto(self, *args) -> Any: ... method write (line 117) | def write(self, *args) -> Any: ... method deinit (line 120) | def deinit(self, *args) -> Any: ... method init (line 121) | def init(self, *args) -> Any: ... method write_readinto (line 122) | def write_readinto(self, *args) -> Any: ... class Timer (line 127) | class Timer: method value (line 128) | def value(self, *args) -> Any: ... method deinit (line 131) | def deinit(self, *args) -> Any: ... method init (line 132) | def init(self, *args) -> Any: ... class TouchPad (line 134) | class TouchPad: method read (line 135) | def read(self, *args) -> Any: ... method config (line 136) | def config(self, *args) -> Any: ... class UART (line 138) | class UART: method any (line 139) | def any(self, *args) -> Any: ... method read (line 140) | def read(self, *args) -> Any: ... method readinto (line 141) | def readinto(self, *args) -> Any: ... method readline (line 142) | def readline(self, *args) -> Any: ... method write (line 143) | def write(self, *args) -> Any: ... method deinit (line 148) | def deinit(self, *args) -> Any: ... method init (line 149) | def init(self, *args) -> Any: ... method sendbreak (line 150) | def sendbreak(self, *args) -> Any: ... class WDT (line 154) | class WDT: method feed (line 155) | def feed(self, *args) -> Any: ... function deepsleep (line 159) | def deepsleep(*args) -> Any: ... function disable_irq (line 160) | def disable_irq(*args) -> Any: ... function enable_irq (line 161) | def enable_irq(*args) -> Any: ... function freq (line 162) | def freq(*args) -> Any: ... function idle (line 163) | def idle(*args) -> Any: ... function lightsleep (line 164) | def lightsleep(*args) -> Any: ... function reset (line 170) | def reset(*args) -> Any: ... function reset_cause (line 171) | def reset_cause(*args) -> Any: ... function sleep (line 172) | def sleep(*args) -> Any: ... function soft_reset (line 173) | def soft_reset(*args) -> Any: ... function time_pulse_us (line 174) | def time_pulse_us(*args) -> Any: ... function unique_id (line 175) | def unique_id(*args) -> Any: ... function wake_reason (line 176) | def wake_reason(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/math.py function pow (line 9) | def pow(*args) -> Any: function acos (line 13) | def acos(*args) -> Any: function acosh (line 17) | def acosh(*args) -> Any: function asin (line 21) | def asin(*args) -> Any: function asinh (line 25) | def asinh(*args) -> Any: function atan (line 29) | def atan(*args) -> Any: function atan2 (line 33) | def atan2(*args) -> Any: function atanh (line 37) | def atanh(*args) -> Any: function ceil (line 41) | def ceil(*args) -> Any: function copysign (line 45) | def copysign(*args) -> Any: function cos (line 49) | def cos(*args) -> Any: function cosh (line 53) | def cosh(*args) -> Any: function degrees (line 57) | def degrees(*args) -> Any: function erf (line 64) | def erf(*args) -> Any: function erfc (line 68) | def erfc(*args) -> Any: function exp (line 72) | def exp(*args) -> Any: function expm1 (line 76) | def expm1(*args) -> Any: function fabs (line 80) | def fabs(*args) -> Any: function floor (line 84) | def floor(*args) -> Any: function fmod (line 88) | def fmod(*args) -> Any: function frexp (line 92) | def frexp(*args) -> Any: function gamma (line 96) | def gamma(*args) -> Any: function isclose (line 100) | def isclose(*args) -> Any: function isfinite (line 104) | def isfinite(*args) -> Any: function isinf (line 108) | def isinf(*args) -> Any: function isnan (line 112) | def isnan(*args) -> Any: function ldexp (line 116) | def ldexp(*args) -> Any: function lgamma (line 120) | def lgamma(*args) -> Any: function log (line 124) | def log(*args) -> Any: function log10 (line 128) | def log10(*args) -> Any: function log2 (line 132) | def log2(*args) -> Any: function modf (line 136) | def modf(*args) -> Any: function radians (line 143) | def radians(*args) -> Any: function sin (line 147) | def sin(*args) -> Any: function sinh (line 151) | def sinh(*args) -> Any: function sqrt (line 155) | def sqrt(*args) -> Any: function tan (line 159) | def tan(*args) -> Any: function tanh (line 163) | def tanh(*args) -> Any: function trunc (line 167) | def trunc(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/math.pyi function pow (line 3) | def pow(*args) -> Any: ... function acos (line 4) | def acos(*args) -> Any: ... function acosh (line 5) | def acosh(*args) -> Any: ... function asin (line 6) | def asin(*args) -> Any: ... function asinh (line 7) | def asinh(*args) -> Any: ... function atan (line 8) | def atan(*args) -> Any: ... function atan2 (line 9) | def atan2(*args) -> Any: ... function atanh (line 10) | def atanh(*args) -> Any: ... function ceil (line 11) | def ceil(*args) -> Any: ... function copysign (line 12) | def copysign(*args) -> Any: ... function cos (line 13) | def cos(*args) -> Any: ... function cosh (line 14) | def cosh(*args) -> Any: ... function degrees (line 15) | def degrees(*args) -> Any: ... function erf (line 19) | def erf(*args) -> Any: ... function erfc (line 20) | def erfc(*args) -> Any: ... function exp (line 21) | def exp(*args) -> Any: ... function expm1 (line 22) | def expm1(*args) -> Any: ... function fabs (line 23) | def fabs(*args) -> Any: ... function floor (line 24) | def floor(*args) -> Any: ... function fmod (line 25) | def fmod(*args) -> Any: ... function frexp (line 26) | def frexp(*args) -> Any: ... function gamma (line 27) | def gamma(*args) -> Any: ... function isclose (line 28) | def isclose(*args) -> Any: ... function isfinite (line 29) | def isfinite(*args) -> Any: ... function isinf (line 30) | def isinf(*args) -> Any: ... function isnan (line 31) | def isnan(*args) -> Any: ... function ldexp (line 32) | def ldexp(*args) -> Any: ... function lgamma (line 33) | def lgamma(*args) -> Any: ... function log (line 34) | def log(*args) -> Any: ... function log10 (line 35) | def log10(*args) -> Any: ... function log2 (line 36) | def log2(*args) -> Any: ... function modf (line 37) | def modf(*args) -> Any: ... function radians (line 41) | def radians(*args) -> Any: ... function sin (line 42) | def sin(*args) -> Any: ... function sinh (line 43) | def sinh(*args) -> Any: ... function sqrt (line 44) | def sqrt(*args) -> Any: ... function tan (line 45) | def tan(*args) -> Any: ... function tanh (line 46) | def tanh(*args) -> Any: ... function trunc (line 47) | def trunc(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/micropython.py function const (line 9) | def const(*args) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args) -> Any: function heap_lock (line 17) | def heap_lock(*args) -> Any: function heap_unlock (line 21) | def heap_unlock(*args) -> Any: function kbd_intr (line 25) | def kbd_intr(*args) -> Any: function mem_info (line 29) | def mem_info(*args) -> Any: function opt_level (line 33) | def opt_level(*args) -> Any: function qstr_info (line 37) | def qstr_info(*args) -> Any: function schedule (line 41) | def schedule(*args) -> Any: function stack_use (line 45) | def stack_use(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/micropython.pyi function const (line 3) | def const(*args) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args) -> Any: ... function heap_lock (line 5) | def heap_lock(*args) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args) -> Any: ... function mem_info (line 8) | def mem_info(*args) -> Any: ... function opt_level (line 9) | def opt_level(*args) -> Any: ... function qstr_info (line 10) | def qstr_info(*args) -> Any: ... function schedule (line 11) | def schedule(*args) -> Any: ... function stack_use (line 12) | def stack_use(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/neopixel.py function neopixel_write (line 9) | def neopixel_write(*args) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *args) -> None: method write (line 19) | def write(self, *args) -> Any: method fill (line 22) | def fill(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/neopixel.pyi function neopixel_write (line 3) | def neopixel_write(*args) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *args) -> None: ... method write (line 7) | def write(self, *args) -> Any: ... method fill (line 8) | def fill(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/network.py function __init__ (line 9) | def __init__(*args) -> Any: function PPP (line 28) | def PPP(*args) -> Any: function WLAN (line 43) | def WLAN(*args) -> Any: function phy_mode (line 47) | def phy_mode(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/network.pyi function __init__ (line 3) | def __init__(*args) -> None: ... function PPP (line 19) | def PPP(*args) -> Any: ... function WLAN (line 31) | def WLAN(*args) -> Any: ... function phy_mode (line 32) | def phy_mode(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/ntptime.py function time (line 9) | def time(*args) -> Any: function settime (line 17) | def settime(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/ntptime.pyi function time (line 3) | def time(*args) -> Any: ... function settime (line 8) | def settime(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *args) -> None: method readinto (line 19) | def readinto(self, *args) -> Any: method write (line 22) | def write(self, *args) -> Any: method crc8 (line 25) | def crc8(self, *args) -> Any: method readbit (line 28) | def readbit(self, *args) -> Any: method readbyte (line 31) | def readbyte(self, *args) -> Any: method reset (line 34) | def reset(self, *args) -> Any: method scan (line 37) | def scan(self, *args) -> Any: method writebit (line 40) | def writebit(self, *args) -> Any: method writebyte (line 43) | def writebyte(self, *args) -> Any: method select_rom (line 50) | def select_rom(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *args) -> None: ... method readinto (line 7) | def readinto(self, *args) -> Any: ... method write (line 8) | def write(self, *args) -> Any: ... method crc8 (line 9) | def crc8(self, *args) -> Any: ... method readbit (line 10) | def readbit(self, *args) -> Any: ... method readbyte (line 11) | def readbyte(self, *args) -> Any: ... method reset (line 12) | def reset(self, *args) -> Any: ... method scan (line 13) | def scan(self, *args) -> Any: ... method writebit (line 14) | def writebit(self, *args) -> Any: ... method writebyte (line 15) | def writebyte(self, *args) -> Any: ... method select_rom (line 19) | def select_rom(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/os.py function remove (line 9) | def remove(*args) -> Any: class VfsFat (line 13) | class VfsFat: method open (line 16) | def open(self, *args) -> Any: method remove (line 19) | def remove(self, *args) -> Any: method chdir (line 22) | def chdir(self, *args) -> Any: method getcwd (line 25) | def getcwd(self, *args) -> Any: method ilistdir (line 28) | def ilistdir(self, *args) -> Any: method mkdir (line 31) | def mkdir(self, *args) -> Any: method mkfs (line 34) | def mkfs(self, *args) -> Any: method mount (line 37) | def mount(self, *args) -> Any: method rename (line 40) | def rename(self, *args) -> Any: method rmdir (line 43) | def rmdir(self, *args) -> Any: method stat (line 46) | def stat(self, *args) -> Any: method statvfs (line 49) | def statvfs(self, *args) -> Any: method umount (line 52) | def umount(self, *args) -> Any: class VfsLfs2 (line 56) | class VfsLfs2: method open (line 59) | def open(self, *args) -> Any: method remove (line 62) | def remove(self, *args) -> Any: method chdir (line 65) | def chdir(self, *args) -> Any: method getcwd (line 68) | def getcwd(self, *args) -> Any: method ilistdir (line 71) | def ilistdir(self, *args) -> Any: method mkdir (line 74) | def mkdir(self, *args) -> Any: method mkfs (line 77) | def mkfs(self, *args) -> Any: method mount (line 80) | def mount(self, *args) -> Any: method rename (line 83) | def rename(self, *args) -> Any: method rmdir (line 86) | def rmdir(self, *args) -> Any: method stat (line 89) | def stat(self, *args) -> Any: method statvfs (line 92) | def statvfs(self, *args) -> Any: method umount (line 95) | def umount(self, *args) -> Any: function chdir (line 99) | def chdir(*args) -> Any: function dupterm (line 103) | def dupterm(*args) -> Any: function dupterm_notify (line 107) | def dupterm_notify(*args) -> Any: function getcwd (line 111) | def getcwd(*args) -> Any: function ilistdir (line 115) | def ilistdir(*args) -> Any: function listdir (line 119) | def listdir(*args) -> Any: function mkdir (line 123) | def mkdir(*args) -> Any: function mount (line 127) | def mount(*args) -> Any: function rename (line 131) | def rename(*args) -> Any: function rmdir (line 135) | def rmdir(*args) -> Any: function stat (line 139) | def stat(*args) -> Any: function statvfs (line 143) | def statvfs(*args) -> Any: function umount (line 147) | def umount(*args) -> Any: function uname (line 151) | def uname(*args) -> Any: function urandom (line 155) | def urandom(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/os.pyi function remove (line 3) | def remove(*args) -> Any: ... class VfsFat (line 5) | class VfsFat: method open (line 6) | def open(self, *args) -> Any: ... method remove (line 7) | def remove(self, *args) -> Any: ... method chdir (line 8) | def chdir(self, *args) -> Any: ... method getcwd (line 9) | def getcwd(self, *args) -> Any: ... method ilistdir (line 10) | def ilistdir(self, *args) -> Any: ... method mkdir (line 11) | def mkdir(self, *args) -> Any: ... method mkfs (line 12) | def mkfs(self, *args) -> Any: ... method mount (line 13) | def mount(self, *args) -> Any: ... method rename (line 14) | def rename(self, *args) -> Any: ... method rmdir (line 15) | def rmdir(self, *args) -> Any: ... method stat (line 16) | def stat(self, *args) -> Any: ... method statvfs (line 17) | def statvfs(self, *args) -> Any: ... method umount (line 18) | def umount(self, *args) -> Any: ... class VfsLfs2 (line 20) | class VfsLfs2: method open (line 21) | def open(self, *args) -> Any: ... method remove (line 22) | def remove(self, *args) -> Any: ... method chdir (line 23) | def chdir(self, *args) -> Any: ... method getcwd (line 24) | def getcwd(self, *args) -> Any: ... method ilistdir (line 25) | def ilistdir(self, *args) -> Any: ... method mkdir (line 26) | def mkdir(self, *args) -> Any: ... method mkfs (line 27) | def mkfs(self, *args) -> Any: ... method mount (line 28) | def mount(self, *args) -> Any: ... method rename (line 29) | def rename(self, *args) -> Any: ... method rmdir (line 30) | def rmdir(self, *args) -> Any: ... method stat (line 31) | def stat(self, *args) -> Any: ... method statvfs (line 32) | def statvfs(self, *args) -> Any: ... method umount (line 33) | def umount(self, *args) -> Any: ... function chdir (line 35) | def chdir(*args) -> Any: ... function dupterm (line 36) | def dupterm(*args) -> Any: ... function dupterm_notify (line 37) | def dupterm_notify(*args) -> Any: ... function getcwd (line 38) | def getcwd(*args) -> Any: ... function ilistdir (line 39) | def ilistdir(*args) -> Any: ... function listdir (line 40) | def listdir(*args) -> Any: ... function mkdir (line 41) | def mkdir(*args) -> Any: ... function mount (line 42) | def mount(*args) -> Any: ... function rename (line 43) | def rename(*args) -> Any: ... function rmdir (line 44) | def rmdir(*args) -> Any: ... function stat (line 45) | def stat(*args) -> Any: ... function statvfs (line 46) | def statvfs(*args) -> Any: ... function umount (line 47) | def umount(*args) -> Any: ... function uname (line 48) | def uname(*args) -> Any: ... function urandom (line 49) | def urandom(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/random.py function __init__ (line 9) | def __init__(*args) -> Any: function choice (line 13) | def choice(*args) -> Any: function getrandbits (line 17) | def getrandbits(*args) -> Any: function randint (line 21) | def randint(*args) -> Any: function random (line 25) | def random(*args) -> Any: function randrange (line 29) | def randrange(*args) -> Any: function seed (line 33) | def seed(*args) -> Any: function uniform (line 37) | def uniform(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/random.pyi function __init__ (line 3) | def __init__(*args) -> None: ... function choice (line 4) | def choice(*args) -> Any: ... function getrandbits (line 5) | def getrandbits(*args) -> Any: ... function randint (line 6) | def randint(*args) -> Any: ... function random (line 7) | def random(*args) -> Any: ... function randrange (line 8) | def randrange(*args) -> Any: ... function seed (line 9) | def seed(*args) -> Any: ... function uniform (line 10) | def uniform(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/re.py function compile (line 9) | def compile(*args) -> Any: function match (line 13) | def match(*args) -> Any: function search (line 17) | def search(*args) -> Any: function sub (line 21) | def sub(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/re.pyi function compile (line 3) | def compile(*args) -> Any: ... function match (line 4) | def match(*args) -> Any: ... function search (line 5) | def search(*args) -> Any: ... function sub (line 6) | def sub(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/select.py function poll (line 14) | def poll(*args) -> Any: function select (line 18) | def select(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/select.pyi function poll (line 8) | def poll(*args) -> Any: ... function select (line 9) | def select(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/socket.py function __init__ (line 9) | def __init__(*args) -> Any: function getaddrinfo (line 26) | def getaddrinfo(*args) -> Any: class socket (line 30) | class socket: method close (line 33) | def close(self, *args) -> Any: method read (line 36) | def read(self, *args) -> Any: method readinto (line 39) | def readinto(self, *args) -> Any: method readline (line 42) | def readline(self, *args) -> Any: method send (line 45) | def send(self, *args) -> Any: method write (line 48) | def write(self, *args) -> Any: method accept (line 51) | def accept(self, *args) -> Any: method bind (line 54) | def bind(self, *args) -> Any: method connect (line 57) | def connect(self, *args) -> Any: method fileno (line 60) | def fileno(self, *args) -> Any: method listen (line 63) | def listen(self, *args) -> Any: method makefile (line 66) | def makefile(self, *args) -> Any: method recv (line 69) | def recv(self, *args) -> Any: method recvfrom (line 72) | def recvfrom(self, *args) -> Any: method sendall (line 75) | def sendall(self, *args) -> Any: method sendto (line 78) | def sendto(self, *args) -> Any: method setblocking (line 81) | def setblocking(self, *args) -> Any: method setsockopt (line 84) | def setsockopt(self, *args) -> Any: method settimeout (line 87) | def settimeout(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/socket.pyi function __init__ (line 3) | def __init__(*args) -> None: ... function getaddrinfo (line 17) | def getaddrinfo(*args) -> Any: ... class socket (line 19) | class socket: method close (line 20) | def close(self, *args) -> Any: ... method read (line 21) | def read(self, *args) -> Any: ... method readinto (line 22) | def readinto(self, *args) -> Any: ... method readline (line 23) | def readline(self, *args) -> Any: ... method send (line 24) | def send(self, *args) -> Any: ... method write (line 25) | def write(self, *args) -> Any: ... method accept (line 26) | def accept(self, *args) -> Any: ... method bind (line 27) | def bind(self, *args) -> Any: ... method connect (line 28) | def connect(self, *args) -> Any: ... method fileno (line 29) | def fileno(self, *args) -> Any: ... method listen (line 30) | def listen(self, *args) -> Any: ... method makefile (line 31) | def makefile(self, *args) -> Any: ... method recv (line 32) | def recv(self, *args) -> Any: ... method recvfrom (line 33) | def recvfrom(self, *args) -> Any: ... method sendall (line 34) | def sendall(self, *args) -> Any: ... method sendto (line 35) | def sendto(self, *args) -> Any: ... method setblocking (line 36) | def setblocking(self, *args) -> Any: ... method setsockopt (line 37) | def setsockopt(self, *args) -> Any: ... method settimeout (line 38) | def settimeout(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/ssl.py function wrap_socket (line 9) | def wrap_socket(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/struct.py function calcsize (line 9) | def calcsize(*args) -> Any: function pack (line 13) | def pack(*args) -> Any: function pack_into (line 17) | def pack_into(*args) -> Any: function unpack (line 21) | def unpack(*args) -> Any: function unpack_from (line 25) | def unpack_from(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/struct.pyi function calcsize (line 3) | def calcsize(*args) -> Any: ... function pack (line 4) | def pack(*args) -> Any: ... function pack_into (line 5) | def pack_into(*args) -> Any: ... function unpack (line 6) | def unpack(*args) -> Any: ... function unpack_from (line 7) | def unpack_from(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/sys.py function exit (line 12) | def exit(*args) -> Any: function print_exception (line 23) | def print_exception(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/sys.pyi function exit (line 6) | def exit(*args) -> Any: ... function print_exception (line 14) | def print_exception(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/time.py function gmtime (line 9) | def gmtime(*args) -> Any: function localtime (line 13) | def localtime(*args) -> Any: function mktime (line 17) | def mktime(*args) -> Any: function sleep (line 21) | def sleep(*args) -> Any: function sleep_ms (line 25) | def sleep_ms(*args) -> Any: function sleep_us (line 29) | def sleep_us(*args) -> Any: function ticks_add (line 33) | def ticks_add(*args) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args) -> Any: function ticks_diff (line 41) | def ticks_diff(*args) -> Any: function ticks_ms (line 45) | def ticks_ms(*args) -> Any: function ticks_us (line 49) | def ticks_us(*args) -> Any: function time (line 53) | def time(*args) -> Any: function time_ns (line 57) | def time_ns(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/time.pyi function gmtime (line 3) | def gmtime(*args) -> Any: ... function localtime (line 4) | def localtime(*args) -> Any: ... function mktime (line 5) | def mktime(*args) -> Any: ... function sleep (line 6) | def sleep(*args) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args) -> Any: ... function sleep_us (line 8) | def sleep_us(*args) -> Any: ... function ticks_add (line 9) | def ticks_add(*args) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args) -> Any: ... function ticks_us (line 13) | def ticks_us(*args) -> Any: ... function time (line 14) | def time(*args) -> Any: ... function time_ns (line 15) | def time_ns(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/uarray.py class array (line 9) | class array: method append (line 12) | def append(self, *args) -> Any: method extend (line 15) | def extend(self, *args) -> Any: method decode (line 18) | def decode(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/uarray.pyi class array (line 3) | class array: method append (line 4) | def append(self, *args) -> Any: ... method extend (line 5) | def extend(self, *args) -> Any: ... method decode (line 6) | def decode(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Loop (line 13) | class Loop: method close (line 16) | def close(self, *args) -> Any: method stop (line 19) | def stop(self, *args) -> Any: method call_exception_handler (line 22) | def call_exception_handler(self, *args) -> Any: method create_task (line 25) | def create_task(self, *args) -> Any: method run_until_complete (line 28) | def run_until_complete(self, *args) -> Any: method run_forever (line 31) | def run_forever(self, *args) -> Any: method set_exception_handler (line 34) | def set_exception_handler(self, *args) -> Any: method get_exception_handler (line 37) | def get_exception_handler(self, *args) -> Any: method default_exception_handler (line 40) | def default_exception_handler(self, *args) -> Any: class Task (line 44) | class Task: class TaskQueue (line 48) | class TaskQueue: method remove (line 51) | def remove(self, *args) -> Any: method peek (line 54) | def peek(self, *args) -> Any: method pop_head (line 57) | def pop_head(self, *args) -> Any: method push_head (line 60) | def push_head(self, *args) -> Any: method push_sorted (line 63) | def push_sorted(self, *args) -> Any: function run (line 67) | def run(*args) -> Any: function sleep (line 71) | def sleep(*args) -> Any: function sleep_ms (line 75) | def sleep_ms(*args) -> Any: function ticks_add (line 79) | def ticks_add(*args) -> Any: function ticks_diff (line 83) | def ticks_diff(*args) -> Any: class Event (line 91) | class Event: method __init__ (line 94) | def __init__(self, *args) -> None: method clear (line 97) | def clear(self, *args) -> Any: method set (line 100) | def set(self, *args) -> Any: method is_set (line 103) | def is_set(self, *args) -> Any: class Lock (line 109) | class Lock: method __init__ (line 112) | def __init__(self, *args) -> None: method locked (line 117) | def locked(self, *args) -> Any: method release (line 120) | def release(self, *args) -> Any: function ticks (line 124) | def ticks(*args) -> Any: class TimeoutError (line 128) | class TimeoutError(Exception): class SingletonGenerator (line 132) | class SingletonGenerator: method __init__ (line 135) | def __init__(self, *args) -> None: class IOQueue (line 139) | class IOQueue: method __init__ (line 142) | def __init__(self, *args) -> None: method remove (line 145) | def remove(self, *args) -> Any: method queue_read (line 148) | def queue_read(self, *args) -> Any: method queue_write (line 151) | def queue_write(self, *args) -> Any: method wait_io_event (line 154) | def wait_io_event(self, *args) -> Any: function create_task (line 158) | def create_task(*args) -> Any: function run_until_complete (line 162) | def run_until_complete(*args) -> Any: function get_event_loop (line 166) | def get_event_loop(*args) -> Any: function new_event_loop (line 170) | def new_event_loop(*args) -> Any: function wait_for_ms (line 174) | def wait_for_ms(*args) -> Any: class StreamReader (line 178) | class StreamReader: method __init__ (line 181) | def __init__(self, *args) -> None: method close (line 184) | def close(self, *args) -> Any: method write (line 190) | def write(self, *args) -> Any: method get_extra_info (line 198) | def get_extra_info(self, *args) -> Any: class StreamWriter (line 205) | class StreamWriter: method __init__ (line 208) | def __init__(self, *args) -> None: method close (line 211) | def close(self, *args) -> Any: method write (line 217) | def write(self, *args) -> Any: method get_extra_info (line 225) | def get_extra_info(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Loop (line 5) | class Loop: method close (line 6) | def close(self, *args) -> Any: ... method stop (line 7) | def stop(self, *args) -> Any: ... method call_exception_handler (line 8) | def call_exception_handler(self, *args) -> Any: ... method create_task (line 9) | def create_task(self, *args) -> Any: ... method run_until_complete (line 10) | def run_until_complete(self, *args) -> Any: ... method run_forever (line 11) | def run_forever(self, *args) -> Any: ... method set_exception_handler (line 12) | def set_exception_handler(self, *args) -> Any: ... method get_exception_handler (line 13) | def get_exception_handler(self, *args) -> Any: ... method default_exception_handler (line 14) | def default_exception_handler(self, *args) -> Any: ... class Task (line 16) | class Task: ... class TaskQueue (line 18) | class TaskQueue: method remove (line 19) | def remove(self, *args) -> Any: ... method peek (line 20) | def peek(self, *args) -> Any: ... method pop_head (line 21) | def pop_head(self, *args) -> Any: ... method push_head (line 22) | def push_head(self, *args) -> Any: ... method push_sorted (line 23) | def push_sorted(self, *args) -> Any: ... function run (line 25) | def run(*args) -> Any: ... function sleep (line 26) | def sleep(*args) -> Any: ... function sleep_ms (line 27) | def sleep_ms(*args) -> Any: ... function ticks_add (line 28) | def ticks_add(*args) -> Any: ... function ticks_diff (line 29) | def ticks_diff(*args) -> Any: ... class Event (line 34) | class Event: method __init__ (line 35) | def __init__(self, *args) -> None: ... method clear (line 36) | def clear(self, *args) -> Any: ... method set (line 37) | def set(self, *args) -> Any: ... method is_set (line 38) | def is_set(self, *args) -> Any: ... class Lock (line 41) | class Lock: method __init__ (line 42) | def __init__(self, *args) -> None: ... method locked (line 44) | def locked(self, *args) -> Any: ... method release (line 45) | def release(self, *args) -> Any: ... function ticks (line 47) | def ticks(*args) -> Any: ... class TimeoutError (line 49) | class TimeoutError(Exception): ... class SingletonGenerator (line 51) | class SingletonGenerator: method __init__ (line 52) | def __init__(self, *args) -> None: ... class IOQueue (line 54) | class IOQueue: method __init__ (line 55) | def __init__(self, *args) -> None: ... method remove (line 56) | def remove(self, *args) -> Any: ... method queue_read (line 57) | def queue_read(self, *args) -> Any: ... method queue_write (line 58) | def queue_write(self, *args) -> Any: ... method wait_io_event (line 59) | def wait_io_event(self, *args) -> Any: ... function create_task (line 61) | def create_task(*args) -> Any: ... function run_until_complete (line 62) | def run_until_complete(*args) -> Any: ... function get_event_loop (line 63) | def get_event_loop(*args) -> Any: ... function new_event_loop (line 64) | def new_event_loop(*args) -> Any: ... function wait_for_ms (line 65) | def wait_for_ms(*args) -> Any: ... class StreamReader (line 67) | class StreamReader: method __init__ (line 68) | def __init__(self, *args) -> None: ... method close (line 69) | def close(self, *args) -> Any: ... method write (line 72) | def write(self, *args) -> Any: ... method get_extra_info (line 77) | def get_extra_info(self, *args) -> Any: ... class StreamWriter (line 81) | class StreamWriter: method __init__ (line 82) | def __init__(self, *args) -> None: ... method close (line 83) | def close(self, *args) -> Any: ... method write (line 86) | def write(self, *args) -> Any: ... method get_extra_info (line 91) | def get_extra_info(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Loop (line 13) | class Loop: method close (line 16) | def close(self, *args) -> Any: method stop (line 19) | def stop(self, *args) -> Any: method call_exception_handler (line 22) | def call_exception_handler(self, *args) -> Any: method create_task (line 25) | def create_task(self, *args) -> Any: method run_until_complete (line 28) | def run_until_complete(self, *args) -> Any: method run_forever (line 31) | def run_forever(self, *args) -> Any: method set_exception_handler (line 34) | def set_exception_handler(self, *args) -> Any: method get_exception_handler (line 37) | def get_exception_handler(self, *args) -> Any: method default_exception_handler (line 40) | def default_exception_handler(self, *args) -> Any: class Task (line 44) | class Task: class TaskQueue (line 48) | class TaskQueue: method remove (line 51) | def remove(self, *args) -> Any: method peek (line 54) | def peek(self, *args) -> Any: method pop_head (line 57) | def pop_head(self, *args) -> Any: method push_head (line 60) | def push_head(self, *args) -> Any: method push_sorted (line 63) | def push_sorted(self, *args) -> Any: function run (line 67) | def run(*args) -> Any: function sleep (line 71) | def sleep(*args) -> Any: function sleep_ms (line 75) | def sleep_ms(*args) -> Any: function ticks_add (line 79) | def ticks_add(*args) -> Any: function ticks_diff (line 83) | def ticks_diff(*args) -> Any: function ticks (line 87) | def ticks(*args) -> Any: class TimeoutError (line 91) | class TimeoutError(Exception): class SingletonGenerator (line 95) | class SingletonGenerator: method __init__ (line 98) | def __init__(self, *args) -> None: class IOQueue (line 102) | class IOQueue: method __init__ (line 105) | def __init__(self, *args) -> None: method remove (line 108) | def remove(self, *args) -> Any: method queue_read (line 111) | def queue_read(self, *args) -> Any: method queue_write (line 114) | def queue_write(self, *args) -> Any: method wait_io_event (line 117) | def wait_io_event(self, *args) -> Any: function create_task (line 121) | def create_task(*args) -> Any: function run_until_complete (line 125) | def run_until_complete(*args) -> Any: function get_event_loop (line 129) | def get_event_loop(*args) -> Any: function new_event_loop (line 133) | def new_event_loop(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Loop (line 5) | class Loop: method close (line 6) | def close(self, *args) -> Any: ... method stop (line 7) | def stop(self, *args) -> Any: ... method call_exception_handler (line 8) | def call_exception_handler(self, *args) -> Any: ... method create_task (line 9) | def create_task(self, *args) -> Any: ... method run_until_complete (line 10) | def run_until_complete(self, *args) -> Any: ... method run_forever (line 11) | def run_forever(self, *args) -> Any: ... method set_exception_handler (line 12) | def set_exception_handler(self, *args) -> Any: ... method get_exception_handler (line 13) | def get_exception_handler(self, *args) -> Any: ... method default_exception_handler (line 14) | def default_exception_handler(self, *args) -> Any: ... class Task (line 16) | class Task: ... class TaskQueue (line 18) | class TaskQueue: method remove (line 19) | def remove(self, *args) -> Any: ... method peek (line 20) | def peek(self, *args) -> Any: ... method pop_head (line 21) | def pop_head(self, *args) -> Any: ... method push_head (line 22) | def push_head(self, *args) -> Any: ... method push_sorted (line 23) | def push_sorted(self, *args) -> Any: ... function run (line 25) | def run(*args) -> Any: ... function sleep (line 26) | def sleep(*args) -> Any: ... function sleep_ms (line 27) | def sleep_ms(*args) -> Any: ... function ticks_add (line 28) | def ticks_add(*args) -> Any: ... function ticks_diff (line 29) | def ticks_diff(*args) -> Any: ... function ticks (line 30) | def ticks(*args) -> Any: ... class TimeoutError (line 32) | class TimeoutError(Exception): ... class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self, *args) -> None: ... class IOQueue (line 37) | class IOQueue: method __init__ (line 38) | def __init__(self, *args) -> None: ... method remove (line 39) | def remove(self, *args) -> Any: ... method queue_read (line 40) | def queue_read(self, *args) -> Any: ... method queue_write (line 41) | def queue_write(self, *args) -> Any: ... method wait_io_event (line 42) | def wait_io_event(self, *args) -> Any: ... function create_task (line 44) | def create_task(*args) -> Any: ... function run_until_complete (line 45) | def run_until_complete(*args) -> Any: ... function get_event_loop (line 46) | def get_event_loop(*args) -> Any: ... function new_event_loop (line 47) | def new_event_loop(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *args) -> None: method clear (line 15) | def clear(self, *args) -> Any: method set (line 18) | def set(self, *args) -> Any: method is_set (line 21) | def is_set(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *args) -> None: ... method clear (line 5) | def clear(self, *args) -> Any: ... method set (line 6) | def set(self, *args) -> Any: ... method is_set (line 7) | def is_set(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *args) -> None: method locked (line 17) | def locked(self, *args) -> Any: method release (line 20) | def release(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *args) -> None: ... method locked (line 6) | def locked(self, *args) -> Any: ... method release (line 7) | def release(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *args) -> None: method close (line 15) | def close(self, *args) -> Any: method write (line 21) | def write(self, *args) -> Any: method get_extra_info (line 29) | def get_extra_info(self, *args) -> Any: class StreamReader (line 36) | class StreamReader: method __init__ (line 39) | def __init__(self, *args) -> None: method close (line 42) | def close(self, *args) -> Any: method write (line 48) | def write(self, *args) -> Any: method get_extra_info (line 56) | def get_extra_info(self, *args) -> Any: class StreamWriter (line 63) | class StreamWriter: method __init__ (line 66) | def __init__(self, *args) -> None: method close (line 69) | def close(self, *args) -> Any: method write (line 75) | def write(self, *args) -> Any: method get_extra_info (line 83) | def get_extra_info(self, *args) -> Any: class Server (line 93) | class Server: method close (line 96) | def close(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *args) -> None: ... method close (line 5) | def close(self, *args) -> Any: ... method write (line 8) | def write(self, *args) -> Any: ... method get_extra_info (line 13) | def get_extra_info(self, *args) -> Any: ... class StreamReader (line 17) | class StreamReader: method __init__ (line 18) | def __init__(self, *args) -> None: ... method close (line 19) | def close(self, *args) -> Any: ... method write (line 22) | def write(self, *args) -> Any: ... method get_extra_info (line 27) | def get_extra_info(self, *args) -> Any: ... class StreamWriter (line 31) | class StreamWriter: method __init__ (line 32) | def __init__(self, *args) -> None: ... method close (line 33) | def close(self, *args) -> Any: ... method write (line 36) | def write(self, *args) -> Any: ... method get_extra_info (line 41) | def get_extra_info(self, *args) -> Any: ... class Server (line 47) | class Server: method close (line 48) | def close(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args) -> Any: function crc32 (line 17) | def crc32(*args) -> Any: function hexlify (line 21) | def hexlify(*args) -> Any: function unhexlify (line 25) | def unhexlify(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args) -> Any: ... function crc32 (line 5) | def crc32(*args) -> Any: ... function hexlify (line 6) | def hexlify(*args) -> Any: ... function unhexlify (line 7) | def unhexlify(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/ubluetooth.py class BLE (line 9) | class BLE: method active (line 12) | def active(self, *args) -> Any: method config (line 15) | def config(self, *args) -> Any: method gap_advertise (line 18) | def gap_advertise(self, *args) -> Any: method gap_connect (line 21) | def gap_connect(self, *args) -> Any: method gap_disconnect (line 24) | def gap_disconnect(self, *args) -> Any: method gap_scan (line 27) | def gap_scan(self, *args) -> Any: method gattc_discover_characteristics (line 30) | def gattc_discover_characteristics(self, *args) -> Any: method gattc_discover_descriptors (line 33) | def gattc_discover_descriptors(self, *args) -> Any: method gattc_discover_services (line 36) | def gattc_discover_services(self, *args) -> Any: method gattc_exchange_mtu (line 39) | def gattc_exchange_mtu(self, *args) -> Any: method gattc_read (line 42) | def gattc_read(self, *args) -> Any: method gattc_write (line 45) | def gattc_write(self, *args) -> Any: method gatts_indicate (line 48) | def gatts_indicate(self, *args) -> Any: method gatts_notify (line 51) | def gatts_notify(self, *args) -> Any: method gatts_read (line 54) | def gatts_read(self, *args) -> Any: method gatts_register_services (line 57) | def gatts_register_services(self, *args) -> Any: method gatts_set_buffer (line 60) | def gatts_set_buffer(self, *args) -> Any: method gatts_write (line 63) | def gatts_write(self, *args) -> Any: method irq (line 66) | def irq(self, *args) -> Any: class UUID (line 77) | class UUID: FILE: stubs/micropython-v1_13-esp32/ubluetooth.pyi class BLE (line 3) | class BLE: method active (line 4) | def active(self, *args) -> Any: ... method config (line 5) | def config(self, *args) -> Any: ... method gap_advertise (line 6) | def gap_advertise(self, *args) -> Any: ... method gap_connect (line 7) | def gap_connect(self, *args) -> Any: ... method gap_disconnect (line 8) | def gap_disconnect(self, *args) -> Any: ... method gap_scan (line 9) | def gap_scan(self, *args) -> Any: ... method gattc_discover_characteristics (line 10) | def gattc_discover_characteristics(self, *args) -> Any: ... method gattc_discover_descriptors (line 11) | def gattc_discover_descriptors(self, *args) -> Any: ... method gattc_discover_services (line 12) | def gattc_discover_services(self, *args) -> Any: ... method gattc_exchange_mtu (line 13) | def gattc_exchange_mtu(self, *args) -> Any: ... method gattc_read (line 14) | def gattc_read(self, *args) -> Any: ... method gattc_write (line 15) | def gattc_write(self, *args) -> Any: ... method gatts_indicate (line 16) | def gatts_indicate(self, *args) -> Any: ... method gatts_notify (line 17) | def gatts_notify(self, *args) -> Any: ... method gatts_read (line 18) | def gatts_read(self, *args) -> Any: ... method gatts_register_services (line 19) | def gatts_register_services(self, *args) -> Any: ... method gatts_set_buffer (line 20) | def gatts_set_buffer(self, *args) -> Any: ... method gatts_write (line 21) | def gatts_write(self, *args) -> Any: ... method irq (line 22) | def irq(self, *args) -> Any: ... class UUID (line 30) | class UUID: ... FILE: stubs/micropython-v1_13-esp32/ucollections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *args) -> Any: method copy (line 15) | def copy(self, *args) -> Any: method get (line 18) | def get(self, *args) -> Any: method items (line 21) | def items(self, *args) -> Any: method keys (line 24) | def keys(self, *args) -> Any: method pop (line 27) | def pop(self, *args) -> Any: method popitem (line 30) | def popitem(self, *args) -> Any: method setdefault (line 33) | def setdefault(self, *args) -> Any: method update (line 36) | def update(self, *args) -> Any: method values (line 39) | def values(self, *args) -> Any: method fromkeys (line 43) | def fromkeys(cls, *args) -> Any: class deque (line 47) | class deque: method append (line 50) | def append(self, *args) -> Any: method popleft (line 53) | def popleft(self, *args) -> Any: function namedtuple (line 57) | def namedtuple(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *args) -> Any: ... method copy (line 5) | def copy(self, *args) -> Any: ... method get (line 6) | def get(self, *args) -> Any: ... method items (line 7) | def items(self, *args) -> Any: ... method keys (line 8) | def keys(self, *args) -> Any: ... method pop (line 9) | def pop(self, *args) -> Any: ... method popitem (line 10) | def popitem(self, *args) -> Any: ... method setdefault (line 11) | def setdefault(self, *args) -> Any: ... method update (line 12) | def update(self, *args) -> Any: ... method values (line 13) | def values(self, *args) -> Any: ... method fromkeys (line 15) | def fromkeys(cls, *args) -> Any: ... class deque (line 17) | class deque: method append (line 18) | def append(self, *args) -> Any: ... method popleft (line 19) | def popleft(self, *args) -> Any: ... function namedtuple (line 21) | def namedtuple(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/ucryptolib.py class aes (line 9) | class aes: method decrypt (line 12) | def decrypt(self, *args) -> Any: method encrypt (line 15) | def encrypt(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/ucryptolib.pyi class aes (line 3) | class aes: method decrypt (line 4) | def decrypt(self, *args) -> Any: ... method encrypt (line 5) | def encrypt(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/uctypes.py function addressof (line 42) | def addressof(*args) -> Any: function bytearray_at (line 46) | def bytearray_at(*args) -> Any: function bytes_at (line 50) | def bytes_at(*args) -> Any: function sizeof (line 54) | def sizeof(*args) -> Any: class struct (line 58) | class struct: FILE: stubs/micropython-v1_13-esp32/uctypes.pyi function addressof (line 36) | def addressof(*args) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args) -> Any: ... function bytes_at (line 38) | def bytes_at(*args) -> Any: ... function sizeof (line 39) | def sizeof(*args) -> Any: ... class struct (line 41) | class struct: ... FILE: stubs/micropython-v1_13-esp32/uhashlib.py class sha1 (line 9) | class sha1: method update (line 12) | def update(self, *args) -> Any: method digest (line 15) | def digest(self, *args) -> Any: class sha256 (line 19) | class sha256: method update (line 22) | def update(self, *args) -> Any: method digest (line 25) | def digest(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/uhashlib.pyi class sha1 (line 3) | class sha1: method update (line 4) | def update(self, *args) -> Any: ... method digest (line 5) | def digest(self, *args) -> Any: ... class sha256 (line 7) | class sha256: method update (line 8) | def update(self, *args) -> Any: ... method digest (line 9) | def digest(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/uheapq.py function heapify (line 9) | def heapify(*args) -> Any: function heappop (line 13) | def heappop(*args) -> Any: function heappush (line 17) | def heappush(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/uheapq.pyi function heapify (line 3) | def heapify(*args) -> Any: ... function heappop (line 4) | def heappop(*args) -> Any: ... function heappush (line 5) | def heappush(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/uio.py function open (line 9) | def open(*args) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method write (line 16) | def write(self, *args) -> Any: method flush (line 19) | def flush(self, *args) -> Any: class BytesIO (line 23) | class BytesIO: method close (line 26) | def close(self, *args) -> Any: method read (line 29) | def read(self, *args) -> Any: method readinto (line 32) | def readinto(self, *args) -> Any: method readline (line 35) | def readline(self, *args) -> Any: method write (line 38) | def write(self, *args) -> Any: method flush (line 41) | def flush(self, *args) -> Any: method getvalue (line 44) | def getvalue(self, *args) -> Any: method seek (line 47) | def seek(self, *args) -> Any: method tell (line 50) | def tell(self, *args) -> Any: class FileIO (line 54) | class FileIO: method close (line 57) | def close(self, *args) -> Any: method read (line 60) | def read(self, *args) -> Any: method readinto (line 63) | def readinto(self, *args) -> Any: method readline (line 66) | def readline(self, *args) -> Any: method write (line 69) | def write(self, *args) -> Any: method flush (line 72) | def flush(self, *args) -> Any: method readlines (line 75) | def readlines(self, *args) -> Any: method seek (line 78) | def seek(self, *args) -> Any: method tell (line 81) | def tell(self, *args) -> Any: class IOBase (line 85) | class IOBase: class StringIO (line 89) | class StringIO: method close (line 92) | def close(self, *args) -> Any: method read (line 95) | def read(self, *args) -> Any: method readinto (line 98) | def readinto(self, *args) -> Any: method readline (line 101) | def readline(self, *args) -> Any: method write (line 104) | def write(self, *args) -> Any: method flush (line 107) | def flush(self, *args) -> Any: method getvalue (line 110) | def getvalue(self, *args) -> Any: method seek (line 113) | def seek(self, *args) -> Any: method tell (line 116) | def tell(self, *args) -> Any: class TextIOWrapper (line 120) | class TextIOWrapper: method close (line 123) | def close(self, *args) -> Any: method read (line 126) | def read(self, *args) -> Any: method readinto (line 129) | def readinto(self, *args) -> Any: method readline (line 132) | def readline(self, *args) -> Any: method write (line 135) | def write(self, *args) -> Any: method flush (line 138) | def flush(self, *args) -> Any: method readlines (line 141) | def readlines(self, *args) -> Any: method seek (line 144) | def seek(self, *args) -> Any: method tell (line 147) | def tell(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/uio.pyi function open (line 3) | def open(*args) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method write (line 6) | def write(self, *args) -> Any: ... method flush (line 7) | def flush(self, *args) -> Any: ... class BytesIO (line 9) | class BytesIO: method close (line 10) | def close(self, *args) -> Any: ... method read (line 11) | def read(self, *args) -> Any: ... method readinto (line 12) | def readinto(self, *args) -> Any: ... method readline (line 13) | def readline(self, *args) -> Any: ... method write (line 14) | def write(self, *args) -> Any: ... method flush (line 15) | def flush(self, *args) -> Any: ... method getvalue (line 16) | def getvalue(self, *args) -> Any: ... method seek (line 17) | def seek(self, *args) -> Any: ... method tell (line 18) | def tell(self, *args) -> Any: ... class FileIO (line 20) | class FileIO: method close (line 21) | def close(self, *args) -> Any: ... method read (line 22) | def read(self, *args) -> Any: ... method readinto (line 23) | def readinto(self, *args) -> Any: ... method readline (line 24) | def readline(self, *args) -> Any: ... method write (line 25) | def write(self, *args) -> Any: ... method flush (line 26) | def flush(self, *args) -> Any: ... method readlines (line 27) | def readlines(self, *args) -> Any: ... method seek (line 28) | def seek(self, *args) -> Any: ... method tell (line 29) | def tell(self, *args) -> Any: ... class IOBase (line 31) | class IOBase: ... class StringIO (line 33) | class StringIO: method close (line 34) | def close(self, *args) -> Any: ... method read (line 35) | def read(self, *args) -> Any: ... method readinto (line 36) | def readinto(self, *args) -> Any: ... method readline (line 37) | def readline(self, *args) -> Any: ... method write (line 38) | def write(self, *args) -> Any: ... method flush (line 39) | def flush(self, *args) -> Any: ... method getvalue (line 40) | def getvalue(self, *args) -> Any: ... method seek (line 41) | def seek(self, *args) -> Any: ... method tell (line 42) | def tell(self, *args) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method close (line 45) | def close(self, *args) -> Any: ... method read (line 46) | def read(self, *args) -> Any: ... method readinto (line 47) | def readinto(self, *args) -> Any: ... method readline (line 48) | def readline(self, *args) -> Any: ... method write (line 49) | def write(self, *args) -> Any: ... method flush (line 50) | def flush(self, *args) -> Any: ... method readlines (line 51) | def readlines(self, *args) -> Any: ... method seek (line 52) | def seek(self, *args) -> Any: ... method tell (line 53) | def tell(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/ujson.py function dump (line 9) | def dump(*args) -> Any: function dumps (line 13) | def dumps(*args) -> Any: function load (line 17) | def load(*args) -> Any: function loads (line 21) | def loads(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/ujson.pyi function dump (line 3) | def dump(*args) -> Any: ... function dumps (line 4) | def dumps(*args) -> Any: ... function load (line 5) | def load(*args) -> Any: ... function loads (line 6) | def loads(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *args) -> None: method connect (line 15) | def connect(self, *args) -> Any: method disconnect (line 18) | def disconnect(self, *args) -> Any: method log (line 21) | def log(self, *args) -> Any: method set_callback (line 26) | def set_callback(self, *args) -> Any: method set_last_will (line 29) | def set_last_will(self, *args) -> Any: method ping (line 32) | def ping(self, *args) -> Any: method subscribe (line 37) | def subscribe(self, *args) -> Any: method check_msg (line 42) | def check_msg(self, *args) -> Any: method delay (line 47) | def delay(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *args) -> None: ... method connect (line 5) | def connect(self, *args) -> Any: ... method disconnect (line 6) | def disconnect(self, *args) -> Any: ... method log (line 7) | def log(self, *args) -> Any: ... method set_callback (line 9) | def set_callback(self, *args) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args) -> Any: ... method ping (line 11) | def ping(self, *args) -> Any: ... method subscribe (line 13) | def subscribe(self, *args) -> Any: ... method check_msg (line 15) | def check_msg(self, *args) -> Any: ... method delay (line 17) | def delay(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/umqtt/simple.py function hexlify (line 9) | def hexlify(*args) -> Any: class MQTTException (line 13) | class MQTTException(Exception): class MQTTClient (line 17) | class MQTTClient: method __init__ (line 20) | def __init__(self, *args) -> None: method connect (line 23) | def connect(self, *args) -> Any: method disconnect (line 26) | def disconnect(self, *args) -> Any: method set_callback (line 29) | def set_callback(self, *args) -> Any: method set_last_will (line 32) | def set_last_will(self, *args) -> Any: method ping (line 35) | def ping(self, *args) -> Any: method publish (line 38) | def publish(self, *args) -> Any: method subscribe (line 41) | def subscribe(self, *args) -> Any: method wait_msg (line 44) | def wait_msg(self, *args) -> Any: method check_msg (line 47) | def check_msg(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *args) -> None: ... method connect (line 9) | def connect(self, *args) -> Any: ... method disconnect (line 10) | def disconnect(self, *args) -> Any: ... method set_callback (line 11) | def set_callback(self, *args) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args) -> Any: ... method ping (line 13) | def ping(self, *args) -> Any: ... method publish (line 14) | def publish(self, *args) -> Any: ... method subscribe (line 15) | def subscribe(self, *args) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args) -> Any: ... method check_msg (line 17) | def check_msg(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/uos.py function remove (line 9) | def remove(*args) -> Any: class VfsFat (line 13) | class VfsFat: method open (line 16) | def open(self, *args) -> Any: method remove (line 19) | def remove(self, *args) -> Any: method chdir (line 22) | def chdir(self, *args) -> Any: method getcwd (line 25) | def getcwd(self, *args) -> Any: method ilistdir (line 28) | def ilistdir(self, *args) -> Any: method mkdir (line 31) | def mkdir(self, *args) -> Any: method mkfs (line 34) | def mkfs(self, *args) -> Any: method mount (line 37) | def mount(self, *args) -> Any: method rename (line 40) | def rename(self, *args) -> Any: method rmdir (line 43) | def rmdir(self, *args) -> Any: method stat (line 46) | def stat(self, *args) -> Any: method statvfs (line 49) | def statvfs(self, *args) -> Any: method umount (line 52) | def umount(self, *args) -> Any: class VfsLfs2 (line 56) | class VfsLfs2: method open (line 59) | def open(self, *args) -> Any: method remove (line 62) | def remove(self, *args) -> Any: method chdir (line 65) | def chdir(self, *args) -> Any: method getcwd (line 68) | def getcwd(self, *args) -> Any: method ilistdir (line 71) | def ilistdir(self, *args) -> Any: method mkdir (line 74) | def mkdir(self, *args) -> Any: method mkfs (line 77) | def mkfs(self, *args) -> Any: method mount (line 80) | def mount(self, *args) -> Any: method rename (line 83) | def rename(self, *args) -> Any: method rmdir (line 86) | def rmdir(self, *args) -> Any: method stat (line 89) | def stat(self, *args) -> Any: method statvfs (line 92) | def statvfs(self, *args) -> Any: method umount (line 95) | def umount(self, *args) -> Any: function chdir (line 99) | def chdir(*args) -> Any: function dupterm (line 103) | def dupterm(*args) -> Any: function dupterm_notify (line 107) | def dupterm_notify(*args) -> Any: function getcwd (line 111) | def getcwd(*args) -> Any: function ilistdir (line 115) | def ilistdir(*args) -> Any: function listdir (line 119) | def listdir(*args) -> Any: function mkdir (line 123) | def mkdir(*args) -> Any: function mount (line 127) | def mount(*args) -> Any: function rename (line 131) | def rename(*args) -> Any: function rmdir (line 135) | def rmdir(*args) -> Any: function stat (line 139) | def stat(*args) -> Any: function statvfs (line 143) | def statvfs(*args) -> Any: function umount (line 147) | def umount(*args) -> Any: function uname (line 151) | def uname(*args) -> Any: function urandom (line 155) | def urandom(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/uos.pyi function remove (line 3) | def remove(*args) -> Any: ... class VfsFat (line 5) | class VfsFat: method open (line 6) | def open(self, *args) -> Any: ... method remove (line 7) | def remove(self, *args) -> Any: ... method chdir (line 8) | def chdir(self, *args) -> Any: ... method getcwd (line 9) | def getcwd(self, *args) -> Any: ... method ilistdir (line 10) | def ilistdir(self, *args) -> Any: ... method mkdir (line 11) | def mkdir(self, *args) -> Any: ... method mkfs (line 12) | def mkfs(self, *args) -> Any: ... method mount (line 13) | def mount(self, *args) -> Any: ... method rename (line 14) | def rename(self, *args) -> Any: ... method rmdir (line 15) | def rmdir(self, *args) -> Any: ... method stat (line 16) | def stat(self, *args) -> Any: ... method statvfs (line 17) | def statvfs(self, *args) -> Any: ... method umount (line 18) | def umount(self, *args) -> Any: ... class VfsLfs2 (line 20) | class VfsLfs2: method open (line 21) | def open(self, *args) -> Any: ... method remove (line 22) | def remove(self, *args) -> Any: ... method chdir (line 23) | def chdir(self, *args) -> Any: ... method getcwd (line 24) | def getcwd(self, *args) -> Any: ... method ilistdir (line 25) | def ilistdir(self, *args) -> Any: ... method mkdir (line 26) | def mkdir(self, *args) -> Any: ... method mkfs (line 27) | def mkfs(self, *args) -> Any: ... method mount (line 28) | def mount(self, *args) -> Any: ... method rename (line 29) | def rename(self, *args) -> Any: ... method rmdir (line 30) | def rmdir(self, *args) -> Any: ... method stat (line 31) | def stat(self, *args) -> Any: ... method statvfs (line 32) | def statvfs(self, *args) -> Any: ... method umount (line 33) | def umount(self, *args) -> Any: ... function chdir (line 35) | def chdir(*args) -> Any: ... function dupterm (line 36) | def dupterm(*args) -> Any: ... function dupterm_notify (line 37) | def dupterm_notify(*args) -> Any: ... function getcwd (line 38) | def getcwd(*args) -> Any: ... function ilistdir (line 39) | def ilistdir(*args) -> Any: ... function listdir (line 40) | def listdir(*args) -> Any: ... function mkdir (line 41) | def mkdir(*args) -> Any: ... function mount (line 42) | def mount(*args) -> Any: ... function rename (line 43) | def rename(*args) -> Any: ... function rmdir (line 44) | def rmdir(*args) -> Any: ... function stat (line 45) | def stat(*args) -> Any: ... function statvfs (line 46) | def statvfs(*args) -> Any: ... function umount (line 47) | def umount(*args) -> Any: ... function uname (line 48) | def uname(*args) -> Any: ... function urandom (line 49) | def urandom(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/upip.py class NotFoundError (line 9) | class NotFoundError(Exception): function _makedirs (line 13) | def _makedirs(*args) -> Any: function cleanup (line 17) | def cleanup(*args) -> Any: function expandhome (line 26) | def expandhome(*args) -> Any: function fatal (line 30) | def fatal(*args) -> Any: function get_install_path (line 38) | def get_install_path(*args) -> Any: function get_pkg_metadata (line 42) | def get_pkg_metadata(*args) -> Any: function help (line 49) | def help(*args) -> Any: function install (line 56) | def install(*args) -> Any: function install_pkg (line 63) | def install_pkg(*args) -> Any: function install_tar (line 67) | def install_tar(*args) -> Any: function main (line 74) | def main(*args) -> Any: function op_basename (line 78) | def op_basename(*args) -> Any: function op_split (line 82) | def op_split(*args) -> Any: function save_file (line 89) | def save_file(*args) -> Any: function url_open (line 97) | def url_open(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/upip.pyi class NotFoundError (line 3) | class NotFoundError(Exception): ... function _makedirs (line 5) | def _makedirs(*args) -> Any: ... function cleanup (line 6) | def cleanup(*args) -> Any: ... function expandhome (line 12) | def expandhome(*args) -> Any: ... function fatal (line 13) | def fatal(*args) -> Any: ... function get_install_path (line 18) | def get_install_path(*args) -> Any: ... function get_pkg_metadata (line 19) | def get_pkg_metadata(*args) -> Any: ... function help (line 23) | def help(*args) -> Any: ... function install (line 27) | def install(*args) -> Any: ... function install_pkg (line 31) | def install_pkg(*args) -> Any: ... function install_tar (line 32) | def install_tar(*args) -> Any: ... function main (line 36) | def main(*args) -> Any: ... function op_basename (line 37) | def op_basename(*args) -> Any: ... function op_split (line 38) | def op_split(*args) -> Any: ... function save_file (line 42) | def save_file(*args) -> Any: ... function url_open (line 47) | def url_open(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/upip_utarfile.py class TarFile (line 11) | class TarFile: method __init__ (line 14) | def __init__(self, *args) -> None: method next (line 17) | def next(self, *args) -> Any: method extractfile (line 20) | def extractfile(self, *args) -> Any: function roundup (line 28) | def roundup(*args) -> Any: class FileSection (line 32) | class FileSection: method __init__ (line 35) | def __init__(self, *args) -> None: method read (line 38) | def read(self, *args) -> Any: method readinto (line 41) | def readinto(self, *args) -> Any: method skip (line 44) | def skip(self, *args) -> Any: class TarInfo (line 48) | class TarInfo: FILE: stubs/micropython-v1_13-esp32/upip_utarfile.pyi class TarFile (line 5) | class TarFile: method __init__ (line 6) | def __init__(self, *args) -> None: ... method next (line 7) | def next(self, *args) -> Any: ... method extractfile (line 8) | def extractfile(self, *args) -> Any: ... function roundup (line 13) | def roundup(*args) -> Any: ... class FileSection (line 15) | class FileSection: method __init__ (line 16) | def __init__(self, *args) -> None: ... method read (line 17) | def read(self, *args) -> Any: ... method readinto (line 18) | def readinto(self, *args) -> Any: ... method skip (line 19) | def skip(self, *args) -> Any: ... class TarInfo (line 21) | class TarInfo: ... FILE: stubs/micropython-v1_13-esp32/urandom.py function __init__ (line 9) | def __init__(*args) -> Any: function choice (line 13) | def choice(*args) -> Any: function getrandbits (line 17) | def getrandbits(*args) -> Any: function randint (line 21) | def randint(*args) -> Any: function random (line 25) | def random(*args) -> Any: function randrange (line 29) | def randrange(*args) -> Any: function seed (line 33) | def seed(*args) -> Any: function uniform (line 37) | def uniform(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/urandom.pyi function __init__ (line 3) | def __init__(*args) -> None: ... function choice (line 4) | def choice(*args) -> Any: ... function getrandbits (line 5) | def getrandbits(*args) -> Any: ... function randint (line 6) | def randint(*args) -> Any: ... function random (line 7) | def random(*args) -> Any: ... function randrange (line 8) | def randrange(*args) -> Any: ... function seed (line 9) | def seed(*args) -> Any: ... function uniform (line 10) | def uniform(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/ure.py function compile (line 9) | def compile(*args) -> Any: function match (line 13) | def match(*args) -> Any: function search (line 17) | def search(*args) -> Any: function sub (line 21) | def sub(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/ure.pyi function compile (line 3) | def compile(*args) -> Any: ... function match (line 4) | def match(*args) -> Any: ... function search (line 5) | def search(*args) -> Any: ... function sub (line 6) | def sub(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/urequests.py function get (line 9) | def get(*args) -> Any: function put (line 13) | def put(*args) -> Any: function head (line 17) | def head(*args) -> Any: class Response (line 21) | class Response: method __init__ (line 24) | def __init__(self, *args) -> None: method close (line 27) | def close(self, *args) -> Any: method json (line 32) | def json(self, *args) -> Any: function request (line 38) | def request(*args) -> Any: function post (line 42) | def post(*args) -> Any: function patch (line 46) | def patch(*args) -> Any: function delete (line 50) | def delete(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/urequests.pyi function get (line 3) | def get(*args) -> Any: ... function put (line 4) | def put(*args) -> Any: ... function head (line 5) | def head(*args) -> Any: ... class Response (line 7) | class Response: method __init__ (line 8) | def __init__(self, *args) -> None: ... method close (line 9) | def close(self, *args) -> Any: ... method json (line 11) | def json(self, *args) -> Any: ... function request (line 14) | def request(*args) -> Any: ... function post (line 15) | def post(*args) -> Any: ... function patch (line 16) | def patch(*args) -> Any: ... function delete (line 17) | def delete(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/uselect.py function poll (line 14) | def poll(*args) -> Any: function select (line 18) | def select(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/uselect.pyi function poll (line 8) | def poll(*args) -> Any: ... function select (line 9) | def select(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/usocket.py function __init__ (line 9) | def __init__(*args) -> Any: function getaddrinfo (line 26) | def getaddrinfo(*args) -> Any: class socket (line 30) | class socket: method close (line 33) | def close(self, *args) -> Any: method read (line 36) | def read(self, *args) -> Any: method readinto (line 39) | def readinto(self, *args) -> Any: method readline (line 42) | def readline(self, *args) -> Any: method send (line 45) | def send(self, *args) -> Any: method write (line 48) | def write(self, *args) -> Any: method accept (line 51) | def accept(self, *args) -> Any: method bind (line 54) | def bind(self, *args) -> Any: method connect (line 57) | def connect(self, *args) -> Any: method fileno (line 60) | def fileno(self, *args) -> Any: method listen (line 63) | def listen(self, *args) -> Any: method makefile (line 66) | def makefile(self, *args) -> Any: method recv (line 69) | def recv(self, *args) -> Any: method recvfrom (line 72) | def recvfrom(self, *args) -> Any: method sendall (line 75) | def sendall(self, *args) -> Any: method sendto (line 78) | def sendto(self, *args) -> Any: method setblocking (line 81) | def setblocking(self, *args) -> Any: method setsockopt (line 84) | def setsockopt(self, *args) -> Any: method settimeout (line 87) | def settimeout(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/usocket.pyi function __init__ (line 3) | def __init__(*args) -> None: ... function getaddrinfo (line 17) | def getaddrinfo(*args) -> Any: ... class socket (line 19) | class socket: method close (line 20) | def close(self, *args) -> Any: ... method read (line 21) | def read(self, *args) -> Any: ... method readinto (line 22) | def readinto(self, *args) -> Any: ... method readline (line 23) | def readline(self, *args) -> Any: ... method send (line 24) | def send(self, *args) -> Any: ... method write (line 25) | def write(self, *args) -> Any: ... method accept (line 26) | def accept(self, *args) -> Any: ... method bind (line 27) | def bind(self, *args) -> Any: ... method connect (line 28) | def connect(self, *args) -> Any: ... method fileno (line 29) | def fileno(self, *args) -> Any: ... method listen (line 30) | def listen(self, *args) -> Any: ... method makefile (line 31) | def makefile(self, *args) -> Any: ... method recv (line 32) | def recv(self, *args) -> Any: ... method recvfrom (line 33) | def recvfrom(self, *args) -> Any: ... method sendall (line 34) | def sendall(self, *args) -> Any: ... method sendto (line 35) | def sendto(self, *args) -> Any: ... method setblocking (line 36) | def setblocking(self, *args) -> Any: ... method setsockopt (line 37) | def setsockopt(self, *args) -> Any: ... method settimeout (line 38) | def settimeout(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/ussl.py function wrap_socket (line 9) | def wrap_socket(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/ustruct.py function calcsize (line 9) | def calcsize(*args) -> Any: function pack (line 13) | def pack(*args) -> Any: function pack_into (line 17) | def pack_into(*args) -> Any: function unpack (line 21) | def unpack(*args) -> Any: function unpack_from (line 25) | def unpack_from(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/ustruct.pyi function calcsize (line 3) | def calcsize(*args) -> Any: ... function pack (line 4) | def pack(*args) -> Any: ... function pack_into (line 5) | def pack_into(*args) -> Any: ... function unpack (line 6) | def unpack(*args) -> Any: ... function unpack_from (line 7) | def unpack_from(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/usys.py function exit (line 12) | def exit(*args) -> Any: function print_exception (line 23) | def print_exception(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/usys.pyi function exit (line 6) | def exit(*args) -> Any: ... function print_exception (line 14) | def print_exception(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/utime.py function gmtime (line 9) | def gmtime(*args) -> Any: function localtime (line 13) | def localtime(*args) -> Any: function mktime (line 17) | def mktime(*args) -> Any: function sleep (line 21) | def sleep(*args) -> Any: function sleep_ms (line 25) | def sleep_ms(*args) -> Any: function sleep_us (line 29) | def sleep_us(*args) -> Any: function ticks_add (line 33) | def ticks_add(*args) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args) -> Any: function ticks_diff (line 41) | def ticks_diff(*args) -> Any: function ticks_ms (line 45) | def ticks_ms(*args) -> Any: function ticks_us (line 49) | def ticks_us(*args) -> Any: function time (line 53) | def time(*args) -> Any: function time_ns (line 57) | def time_ns(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/utime.pyi function gmtime (line 3) | def gmtime(*args) -> Any: ... function localtime (line 4) | def localtime(*args) -> Any: ... function mktime (line 5) | def mktime(*args) -> Any: ... function sleep (line 6) | def sleep(*args) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args) -> Any: ... function sleep_us (line 8) | def sleep_us(*args) -> Any: ... function ticks_add (line 9) | def ticks_add(*args) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args) -> Any: ... function ticks_us (line 13) | def ticks_us(*args) -> Any: ... function time (line 14) | def time(*args) -> Any: ... function time_ns (line 15) | def time_ns(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/utimeq.py class utimeq (line 9) | class utimeq: method pop (line 12) | def pop(self, *args) -> Any: method peektime (line 15) | def peektime(self, *args) -> Any: method push (line 18) | def push(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/utimeq.pyi class utimeq (line 3) | class utimeq: method pop (line 4) | def pop(self, *args) -> Any: ... method peektime (line 5) | def peektime(self, *args) -> Any: ... method push (line 6) | def push(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/uwebsocket.py class websocket (line 9) | class websocket: method close (line 12) | def close(self, *args) -> Any: method read (line 15) | def read(self, *args) -> Any: method readinto (line 18) | def readinto(self, *args) -> Any: method readline (line 21) | def readline(self, *args) -> Any: method write (line 24) | def write(self, *args) -> Any: method ioctl (line 27) | def ioctl(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/uwebsocket.pyi class websocket (line 3) | class websocket: method close (line 4) | def close(self, *args) -> Any: ... method read (line 5) | def read(self, *args) -> Any: ... method readinto (line 6) | def readinto(self, *args) -> Any: ... method readline (line 7) | def readline(self, *args) -> Any: ... method write (line 8) | def write(self, *args) -> Any: ... method ioctl (line 9) | def ioctl(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/uzlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *args) -> Any: method readinto (line 15) | def readinto(self, *args) -> Any: method readline (line 18) | def readline(self, *args) -> Any: function decompress (line 22) | def decompress(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/uzlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *args) -> Any: ... method readinto (line 5) | def readinto(self, *args) -> Any: ... method readline (line 6) | def readline(self, *args) -> Any: ... function decompress (line 8) | def decompress(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/websocket.py class websocket (line 9) | class websocket: method close (line 12) | def close(self, *args) -> Any: method read (line 15) | def read(self, *args) -> Any: method readinto (line 18) | def readinto(self, *args) -> Any: method readline (line 21) | def readline(self, *args) -> Any: method write (line 24) | def write(self, *args) -> Any: method ioctl (line 27) | def ioctl(self, *args) -> Any: FILE: stubs/micropython-v1_13-esp32/websocket.pyi class websocket (line 3) | class websocket: method close (line 4) | def close(self, *args) -> Any: ... method read (line 5) | def read(self, *args) -> Any: ... method readinto (line 6) | def readinto(self, *args) -> Any: ... method readline (line 7) | def readline(self, *args) -> Any: ... method write (line 8) | def write(self, *args) -> Any: ... method ioctl (line 9) | def ioctl(self, *args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args) -> Any: function client_handshake (line 16) | def client_handshake(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args) -> Any: ... function client_handshake (line 7) | def client_handshake(*args) -> Any: ... FILE: stubs/micropython-v1_13-esp32/zlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *args) -> Any: method readinto (line 15) | def readinto(self, *args) -> Any: method readline (line 18) | def readline(self, *args) -> Any: function decompress (line 22) | def decompress(*args) -> Any: FILE: stubs/micropython-v1_13-esp32/zlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *args) -> Any: ... method readinto (line 5) | def readinto(self, *args) -> Any: ... method readline (line 6) | def readline(self, *args) -> Any: ... function decompress (line 8) | def decompress(*args) -> Any: ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/ntptime.py function time (line 17) | def time(): function settime (line 34) | def settime(): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/uasyncio/__init__.py function __getattr__ (line 23) | def __getattr__(attr): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function new_event_loop (line 267) | def new_event_loop(): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function new_event_loop (line 51) | def new_event_loop(): ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 21) | def clear(self): method wait (line 24) | async def wait(self): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/uasyncio/event.pyi class Event (line 5) | class Event: method __init__ (line 8) | def __init__(self) -> None: ... method is_set (line 9) | def is_set(self): ... method set (line 10) | def set(self) -> None: ... method clear (line 11) | def clear(self) -> None: ... method wait (line 12) | async def wait(self) -> Generator[None, None, Incomplete]: ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 32) | def wait_for_ms(aw, timeout): function gather (line 36) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 138) | def __next__(self): method cancel (line 148) | def cancel(self): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method cancel (line 29) | def cancel(self): ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 214) | def install(to_install, install_path=None): function get_install_path (line 252) | def get_install_path(): function cleanup (line 261) | def cleanup(): function help (line 269) | def help(): function main (line 290) | def main(): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/websocket_helper.py function server_handshake (line 15) | def server_handshake(sock): function client_handshake (line 62) | def client_handshake(sock): FILE: stubs/micropython-v1_13-frozen/esp32/GENERIC/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/ntptime.py function time (line 17) | def time(): function settime (line 34) | def settime(): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/uasyncio/__init__.py function __getattr__ (line 23) | def __getattr__(attr): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function new_event_loop (line 267) | def new_event_loop(): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 21) | def clear(self): method wait (line 24) | async def wait(self): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 32) | def wait_for_ms(aw, timeout): function gather (line 36) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 138) | def __next__(self): method cancel (line 148) | def cancel(self): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/uasyncio/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/uasyncio/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function new_event_loop (line 51) | def new_event_loop(): ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/uasyncio/uasyncio/event.pyi class Event (line 5) | class Event: method __init__ (line 8) | def __init__(self) -> None: ... method is_set (line 9) | def is_set(self): ... method set (line 10) | def set(self) -> None: ... method clear (line 11) | def clear(self) -> None: ... method wait (line 12) | async def wait(self) -> Generator[None, None, Incomplete]: ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/uasyncio/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/uasyncio/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/uasyncio/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/uasyncio/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method cancel (line 29) | def cancel(self): ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/umqtt/robust.py class MQTTClient (line 5) | class MQTTClient(simple.MQTTClient): method delay (line 10) | def delay(self, i): method log (line 13) | def log(self, in_reconnect, e): method reconnect (line 20) | def reconnect(self): method publish (line 30) | def publish(self, topic, msg, retain=False, qos=0): method wait_msg (line 38) | def wait_msg(self): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/umqtt/simple.py class MQTTException (line 6) | class MQTTException(Exception): class MQTTClient (line 10) | class MQTTClient: method __init__ (line 11) | def __init__(self, client_id, server, port=0, user=None, password=None... method _send_str (line 30) | def _send_str(self, s): method _recv_len (line 34) | def _recv_len(self): method set_callback (line 44) | def set_callback(self, f): method set_last_will (line 47) | def set_last_will(self, topic, msg, retain=False, qos=0): method connect (line 55) | def connect(self, clean_session=True): method disconnect (line 103) | def disconnect(self): method ping (line 107) | def ping(self): method publish (line 110) | def publish(self, topic, msg, retain=False, qos=0): method subscribe (line 145) | def subscribe(self, topic, qos=0): method wait_msg (line 168) | def wait_msg(self): method check_msg (line 203) | def check_msg(self): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = ..., qos: int = ...... method connect (line 37) | def connect(self, clean_session: bool = ...): ... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = ...) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 214) | def install(to_install, install_path=None): function get_install_path (line 252) | def get_install_path(): function cleanup (line 261) | def cleanup(): function help (line 269) | def help(): function main (line 290) | def main(): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/upysh.py class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self): method __call__ (line 10) | def __call__(self, path="."): class PWD (line 21) | class PWD: method __repr__ (line 22) | def __repr__(self): method __call__ (line 25) | def __call__(self): class CLEAR (line 29) | class CLEAR: method __repr__ (line 30) | def __repr__(self): method __call__ (line 33) | def __call__(self): function head (line 48) | def head(f, n=10): function cat (line 57) | def cat(f): function newfile (line 61) | def newfile(path): class Man (line 73) | class Man: method __repr__ (line 74) | def __repr__(self): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self): ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self): ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self): ... method __call__ (line 14) | def __call__(self): ... function head (line 25) | def head(f, n: int = ...) -> None: ... function cat (line 26) | def cat(f) -> None: ... function newfile (line 27) | def newfile(path) -> None: ... class Man (line 29) | class Man: method __repr__ (line 30) | def __repr__(self): ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/urequests.py class Response (line 4) | class Response: method __init__ (line 5) | def __init__(self, f): method close (line 10) | def close(self): method content (line 17) | def content(self): method text (line 27) | def text(self): method json (line 30) | def json(self): function request (line 36) | def request(method, url, data=None, json=None, headers={}, stream=None): function head (line 111) | def head(url, **kw): function get (line 115) | def get(url, **kw): function post (line 119) | def post(url, **kw): function put (line 123) | def put(url, **kw): function patch (line 127) | def patch(url, **kw): function delete (line 131) | def delete(url, **kw): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data: Incomplete | None = ..., json: Incomplete... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/websocket_helper.py function server_handshake (line 15) | def server_handshake(sock): function client_handshake (line 62) | def client_handshake(sock): FILE: stubs/micropython-v1_13-frozen/esp32/RELEASE/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/dotstar.py class DotStar (line 40) | class DotStar: method __init__ (line 66) | def __init__(self, spi, n, *, brightness=1.0, auto_write=True, pixel_o... method deinit (line 92) | def deinit(self): method __enter__ (line 102) | def __enter__(self): method __exit__ (line 105) | def __exit__(self, exception_type, exception_value, traceback): method __repr__ (line 108) | def __repr__(self): method _set_item (line 111) | def _set_item(self, index, value): method __setitem__ (line 150) | def __setitem__(self, index, val): method __getitem__ (line 168) | def __getitem__(self, index): method __len__ (line 181) | def __len__(self): method brightness (line 185) | def brightness(self): method brightness (line 190) | def brightness(self, brightness): method fill (line 195) | def fill(self, color): method show (line 205) | def show(self): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/dotstar.pyi class DotStar (line 12) | class DotStar: method __init__ (line 21) | def __init__(self, spi, n, *, brightness: float = ..., auto_write: boo... method deinit (line 22) | def deinit(self) -> None: ... method __enter__ (line 23) | def __enter__(self): ... method __exit__ (line 24) | def __exit__(self, exception_type, exception_value, traceback) -> None... method __repr__ (line 25) | def __repr__(self): ... method _set_item (line 26) | def _set_item(self, index, value) -> None: ... method __setitem__ (line 27) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 28) | def __getitem__(self, index): ... method __len__ (line 29) | def __len__(self): ... method brightness (line 31) | def brightness(self): ... method brightness (line 33) | def brightness(self, brightness) -> None: ... method fill (line 34) | def fill(self, color) -> None: ... method show (line 35) | def show(self) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/ntptime.py function time (line 17) | def time(): function settime (line 34) | def settime(): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/tinypico.py function get_battery_voltage (line 45) | def get_battery_voltage(): function get_battery_charging (line 60) | def get_battery_charging(): function set_dotstar_power (line 80) | def set_dotstar_power(state): function dotstar_color_wheel (line 97) | def dotstar_color_wheel(wheel_pos): function go_deepsleep (line 113) | def go_deepsleep(t): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/tinypico.pyi function get_battery_voltage (line 17) | def get_battery_voltage(): ... function get_battery_charging (line 18) | def get_battery_charging(): ... function set_dotstar_power (line 19) | def set_dotstar_power(state) -> None: ... function dotstar_color_wheel (line 20) | def dotstar_color_wheel(wheel_pos): ... function go_deepsleep (line 21) | def go_deepsleep(t) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/uasyncio/__init__.py function __getattr__ (line 23) | def __getattr__(attr): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function new_event_loop (line 267) | def new_event_loop(): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function new_event_loop (line 51) | def new_event_loop(): ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 21) | def clear(self): method wait (line 24) | async def wait(self): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/uasyncio/event.pyi class Event (line 5) | class Event: method __init__ (line 8) | def __init__(self) -> None: ... method is_set (line 9) | def is_set(self): ... method set (line 10) | def set(self) -> None: ... method clear (line 11) | def clear(self) -> None: ... method wait (line 12) | async def wait(self) -> Generator[None, None, Incomplete]: ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 32) | def wait_for_ms(aw, timeout): function gather (line 36) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 138) | def __next__(self): method cancel (line 148) | def cancel(self): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method cancel (line 29) | def cancel(self): ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 214) | def install(to_install, install_path=None): function get_install_path (line 252) | def get_install_path(): function cleanup (line 261) | def cleanup(): function help (line 269) | def help(): function main (line 290) | def main(): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/websocket_helper.py function server_handshake (line 15) | def server_handshake(sock): function client_handshake (line 62) | def client_handshake(sock): FILE: stubs/micropython-v1_13-frozen/esp32/TINYPICO/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/apa102.py class APA102 (line 8) | class APA102(NeoPixel): method __init__ (line 11) | def __init__(self, clock_pin, data_pin, n, bpp=4): method write (line 16) | def write(self): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = ...) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/flashbdev.py class FlashBdev (line 4) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks): method readblocks (line 11) | def readblocks(self, n, buf, off=0): method writeblocks (line 15) | def writeblocks(self, n, buf, off=None): method ioctl (line 23) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf, off: int = ...) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf, off: Incomplete | None = ...) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/inisetup.py function wifi (line 6) | def wifi(): function check_bootsec (line 14) | def check_bootsec(): function fs_corrupted (line 27) | def fs_corrupted(): function setup (line 44) | def setup(): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3): method __setitem__ (line 17) | def __setitem__(self, index, val): method __getitem__ (line 22) | def __getitem__(self, index): method fill (line 26) | def fill(self, color): method write (line 30) | def write(self): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 9) | def __init__(self, pin, n, bpp: int = ...) -> None: ... method __setitem__ (line 10) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 11) | def __getitem__(self, index): ... method fill (line 12) | def fill(self, color) -> None: ... method write (line 13) | def write(self) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/ntptime.py function time (line 17) | def time(): function settime (line 34) | def settime(): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/port_diag.py function main (line 7) | def main(): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/uasyncio/__init__.py function __getattr__ (line 23) | def __getattr__(attr): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function new_event_loop (line 267) | def new_event_loop(): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function new_event_loop (line 51) | def new_event_loop(): ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 21) | def clear(self): method wait (line 24) | async def wait(self): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/uasyncio/event.pyi class Event (line 5) | class Event: method __init__ (line 8) | def __init__(self) -> None: ... method is_set (line 9) | def is_set(self): ... method set (line 10) | def set(self) -> None: ... method clear (line 11) | def clear(self) -> None: ... method wait (line 12) | async def wait(self) -> Generator[None, None, Incomplete]: ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 32) | def wait_for_ms(aw, timeout): function gather (line 36) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 138) | def __next__(self): method cancel (line 148) | def cancel(self): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method cancel (line 29) | def cancel(self): ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 214) | def install(to_install, install_path=None): function get_install_path (line 252) | def get_install_path(): function cleanup (line 261) | def cleanup(): function help (line 269) | def help(): function main (line 290) | def main(): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/websocket_helper.py function server_handshake (line 15) | def server_handshake(sock): function client_handshake (line 62) | def client_handshake(sock): FILE: stubs/micropython-v1_13-frozen/esp8266/GENERIC/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/apa102.py class APA102 (line 8) | class APA102(NeoPixel): method __init__ (line 11) | def __init__(self, clock_pin, data_pin, n, bpp=4): method write (line 16) | def write(self): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = ...) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/example_pub_button.py function main (line 17) | def main(server=SERVER): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/example_pub_button.pyi function main (line 8) | def main(server=...) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/example_sub_led.py function sub_cb (line 21) | def sub_cb(topic, msg): function main (line 37) | def main(server=SERVER): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/example_sub_led.pyi function sub_cb (line 9) | def sub_cb(topic, msg) -> None: ... function main (line 10) | def main(server=...) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/flashbdev.py class FlashBdev (line 4) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks): method readblocks (line 11) | def readblocks(self, n, buf, off=0): method writeblocks (line 15) | def writeblocks(self, n, buf, off=None): method ioctl (line 23) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf, off: int = ...) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf, off: Incomplete | None = ...) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/http_client.py function main (line 7) | def main(use_stream=False): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/http_client.pyi function main (line 1) | def main(use_stream: bool = ...) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/http_client_ssl.py function main (line 11) | def main(use_stream=True): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/http_client_ssl.pyi function main (line 1) | def main(use_stream: bool = ...) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/http_server.py function main (line 14) | def main(micropython_optimize=False): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/http_server.pyi function main (line 3) | def main(micropython_optimize: bool = ...) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/http_server_ssl.py function main (line 48) | def main(use_stream=True): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/http_server_ssl.pyi function main (line 7) | def main(use_stream: bool = ...) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/inisetup.py function wifi (line 6) | def wifi(): function check_bootsec (line 14) | def check_bootsec(): function fs_corrupted (line 27) | def fs_corrupted(): function setup (line 44) | def setup(): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3): method __setitem__ (line 17) | def __setitem__(self, index, val): method __getitem__ (line 22) | def __getitem__(self, index): method fill (line 26) | def fill(self, color): method write (line 30) | def write(self): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 9) | def __init__(self, pin, n, bpp: int = ...) -> None: ... method __setitem__ (line 10) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 11) | def __getitem__(self, index): ... method fill (line 12) | def fill(self, color) -> None: ... method write (line 13) | def write(self) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/ntptime.py function time (line 17) | def time(): function settime (line 34) | def settime(): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/port_diag.py function main (line 7) | def main(): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/ssd1306.py class SSD1306 (line 28) | class SSD1306(framebuf.FrameBuffer): method __init__ (line 29) | def __init__(self, width, height, external_vcc): method init_display (line 38) | def init_display(self): method poweroff (line 75) | def poweroff(self): method poweron (line 78) | def poweron(self): method contrast (line 81) | def contrast(self, contrast): method invert (line 85) | def invert(self, invert): method show (line 88) | def show(self): class SSD1306_I2C (line 104) | class SSD1306_I2C(SSD1306): method __init__ (line 105) | def __init__(self, width, height, i2c, addr=0x3C, external_vcc=False): method write_cmd (line 112) | def write_cmd(self, cmd): method write_data (line 117) | def write_data(self, buf): class SSD1306_SPI (line 122) | class SSD1306_SPI(SSD1306): method __init__ (line 123) | def __init__(self, width, height, spi, dc, res, cs, external_vcc=False): method write_cmd (line 141) | def write_cmd(self, cmd): method write_data (line 149) | def write_data(self, buf): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/ssd1306.pyi class SSD1306 (line 22) | class SSD1306(framebuf.FrameBuffer): method __init__ (line 28) | def __init__(self, width, height, external_vcc) -> None: ... method init_display (line 29) | def init_display(self) -> None: ... method poweroff (line 30) | def poweroff(self) -> None: ... method poweron (line 31) | def poweron(self) -> None: ... method contrast (line 32) | def contrast(self, contrast) -> None: ... method invert (line 33) | def invert(self, invert) -> None: ... method show (line 34) | def show(self) -> None: ... class SSD1306_I2C (line 36) | class SSD1306_I2C(SSD1306): method __init__ (line 41) | def __init__(self, width, height, i2c, addr: int = ..., external_vcc: ... method write_cmd (line 42) | def write_cmd(self, cmd) -> None: ... method write_data (line 43) | def write_data(self, buf) -> None: ... class SSD1306_SPI (line 45) | class SSD1306_SPI(SSD1306): method __init__ (line 51) | def __init__(self, width, height, spi, dc, res, cs, external_vcc: bool... method write_cmd (line 52) | def write_cmd(self, cmd) -> None: ... method write_data (line 53) | def write_data(self, buf) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/umqtt/robust.py class MQTTClient (line 5) | class MQTTClient(simple.MQTTClient): method delay (line 10) | def delay(self, i): method log (line 13) | def log(self, in_reconnect, e): method reconnect (line 20) | def reconnect(self): method publish (line 30) | def publish(self, topic, msg, retain=False, qos=0): method wait_msg (line 38) | def wait_msg(self): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/umqtt/simple.py class MQTTException (line 6) | class MQTTException(Exception): class MQTTClient (line 10) | class MQTTClient: method __init__ (line 11) | def __init__(self, client_id, server, port=0, user=None, password=None... method _send_str (line 30) | def _send_str(self, s): method _recv_len (line 34) | def _recv_len(self): method set_callback (line 44) | def set_callback(self, f): method set_last_will (line 47) | def set_last_will(self, topic, msg, retain=False, qos=0): method connect (line 55) | def connect(self, clean_session=True): method disconnect (line 103) | def disconnect(self): method ping (line 107) | def ping(self): method publish (line 110) | def publish(self, topic, msg, retain=False, qos=0): method subscribe (line 145) | def subscribe(self, topic, qos=0): method wait_msg (line 168) | def wait_msg(self): method check_msg (line 203) | def check_msg(self): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = ..., qos: int = ...... method connect (line 37) | def connect(self, clean_session: bool = ...): ... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = ...) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 214) | def install(to_install, install_path=None): function get_install_path (line 252) | def get_install_path(): function cleanup (line 261) | def cleanup(): function help (line 269) | def help(): function main (line 290) | def main(): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/upysh.py class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self): method __call__ (line 10) | def __call__(self, path="."): class PWD (line 21) | class PWD: method __repr__ (line 22) | def __repr__(self): method __call__ (line 25) | def __call__(self): class CLEAR (line 29) | class CLEAR: method __repr__ (line 30) | def __repr__(self): method __call__ (line 33) | def __call__(self): function head (line 48) | def head(f, n=10): function cat (line 57) | def cat(f): function newfile (line 61) | def newfile(path): class Man (line 73) | class Man: method __repr__ (line 74) | def __repr__(self): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self): ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self): ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self): ... method __call__ (line 14) | def __call__(self): ... function head (line 25) | def head(f, n: int = ...) -> None: ... function cat (line 26) | def cat(f) -> None: ... function newfile (line 27) | def newfile(path) -> None: ... class Man (line 29) | class Man: method __repr__ (line 30) | def __repr__(self): ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/urequests.py class Response (line 4) | class Response: method __init__ (line 5) | def __init__(self, f): method close (line 10) | def close(self): method content (line 17) | def content(self): method text (line 27) | def text(self): method json (line 30) | def json(self): function request (line 36) | def request(method, url, data=None, json=None, headers={}, stream=None): function head (line 111) | def head(url, **kw): function get (line 115) | def get(url, **kw): function post (line 119) | def post(url, **kw): function put (line 123) | def put(url, **kw): function patch (line 127) | def patch(url, **kw): function delete (line 131) | def delete(url, **kw): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data: Incomplete | None = ..., json: Incomplete... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/urllib/urequest.py function urlopen (line 4) | def urlopen(url, data=None, method="GET"): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/urllib/urequest.pyi function urlopen (line 3) | def urlopen(url, data: Incomplete | None = ..., method: str = ...): ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/websocket_helper.py function server_handshake (line 15) | def server_handshake(sock): function client_handshake (line 62) | def client_handshake(sock): FILE: stubs/micropython-v1_13-frozen/esp8266/RELEASE/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 326) | def write(self, s): method set_pen (line 332) | def set_pen(self, line, fill): method erase (line 335) | def erase(self): method dot (line 338) | def dot(self, x, y): method rect (line 342) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 371) | def rect_outline(self, x, y, w, h): method rect_interior (line 374) | def rect_interior(self, x, y, w, h): method line (line 377) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 386) | def dot_no_clip(self, x, y): method rect_no_clip (line 389) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 392) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 395) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 398) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 401) | def poly_dot(self, data): method poly_line (line 407) | def poly_line(self, data): method touch_config (line 415) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 418) | def is_touched(self): method get_touch (line 424) | def get_touch(self): method set_spi_win (line 432) | def set_spi_win(self, x, y, w, h): method fast_spi (line 436) | def fast_spi(self, flush=True): method show_framebuf (line 442) | def show_framebuf(self, buf): method set_scroll (line 445) | def set_scroll(self, on): method set_scroll_win (line 448) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 452) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 455) | def set_scroll_buf(self, s): method jpeg_start (line 462) | def jpeg_start(self, l): method jpeg_data (line 468) | def jpeg_data(self, buf): method jpeg (line 471) | def jpeg(self, buf): method feed_wdt (line 475) | def feed_wdt(self): method reset (line 478) | def reset(self): FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/lcd160cr.pyi class LCD160CR (line 12) | class LCD160CR: method __init__ (line 22) | def __init__( method _send (line 31) | def _send(self, cmd) -> None: ... method _fcmd2 (line 32) | def _fcmd2(self, fmt, a0, a1: int = ..., a2: int = ...) -> None: ... method _fcmd2b (line 33) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4: int = ...) -> None: ... method _waitfor (line 34) | def _waitfor(self, n, buf) -> None: ... method oflush (line 35) | def oflush(self, n: int = ...) -> None: ... method iflush (line 36) | def iflush(self) -> None: ... method rgb (line 38) | def rgb(r, g, b): ... method clip_line (line 40) | def clip_line(c, w, h): ... method set_power (line 41) | def set_power(self, on) -> None: ... method set_orient (line 44) | def set_orient(self, orient) -> None: ... method set_brightness (line 45) | def set_brightness(self, value) -> None: ... method set_i2c_addr (line 46) | def set_i2c_addr(self, addr) -> None: ... method set_uart_baudrate (line 47) | def set_uart_baudrate(self, baudrate) -> None: ... method set_startup_deco (line 48) | def set_startup_deco(self, value) -> None: ... method save_to_flash (line 49) | def save_to_flash(self) -> None: ... method set_pixel (line 50) | def set_pixel(self, x, y, c) -> None: ... method get_pixel (line 51) | def get_pixel(self, x, y): ... method get_line (line 52) | def get_line(self, x, y, buf) -> None: ... method screen_dump (line 53) | def screen_dump(self, buf, x: int = ..., y: int = ..., w: Incomplete |... method screen_load (line 54) | def screen_load(self, buf) -> None: ... method set_pos (line 55) | def set_pos(self, x, y) -> None: ... method set_text_color (line 56) | def set_text_color(self, fg, bg) -> None: ... method set_font (line 57) | def set_font(self, font, scale: int = ..., bold: int = ..., trans: int... method write (line 58) | def write(self, s) -> None: ... method set_pen (line 59) | def set_pen(self, line, fill) -> None: ... method erase (line 60) | def erase(self) -> None: ... method dot (line 61) | def dot(self, x, y) -> None: ... method rect (line 62) | def rect(self, x, y, w, h, cmd: int = ...) -> None: ... method rect_outline (line 63) | def rect_outline(self, x, y, w, h) -> None: ... method rect_interior (line 64) | def rect_interior(self, x, y, w, h) -> None: ... method line (line 65) | def line(self, x1, y1, x2, y2) -> None: ... method dot_no_clip (line 66) | def dot_no_clip(self, x, y) -> None: ... method rect_no_clip (line 67) | def rect_no_clip(self, x, y, w, h) -> None: ... method rect_outline_no_clip (line 68) | def rect_outline_no_clip(self, x, y, w, h) -> None: ... method rect_interior_no_clip (line 69) | def rect_interior_no_clip(self, x, y, w, h) -> None: ... method line_no_clip (line 70) | def line_no_clip(self, x1, y1, x2, y2) -> None: ... method poly_dot (line 71) | def poly_dot(self, data) -> None: ... method poly_line (line 72) | def poly_line(self, data) -> None: ... method touch_config (line 73) | def touch_config(self, calib: bool = ..., save: bool = ..., irq: Incom... method is_touched (line 74) | def is_touched(self): ... method get_touch (line 75) | def get_touch(self): ... method set_spi_win (line 76) | def set_spi_win(self, x, y, w, h) -> None: ... method fast_spi (line 77) | def fast_spi(self, flush: bool = ...): ... method show_framebuf (line 78) | def show_framebuf(self, buf) -> None: ... method set_scroll (line 79) | def set_scroll(self, on) -> None: ... method set_scroll_win (line 80) | def set_scroll_win( method set_scroll_win_param (line 83) | def set_scroll_win_param(self, win, param, value) -> None: ... method set_scroll_buf (line 84) | def set_scroll_buf(self, s) -> None: ... method jpeg_start (line 85) | def jpeg_start(self, l) -> None: ... method jpeg_data (line 86) | def jpeg_data(self, buf) -> None: ... method jpeg (line 87) | def jpeg(self, buf) -> None: ... method feed_wdt (line 88) | def feed_wdt(self) -> None: ... method reset (line 89) | def reset(self) -> None: ... FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/uasyncio/__init__.py function __getattr__ (line 23) | def __getattr__(attr): FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function new_event_loop (line 267) | def new_event_loop(): FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function new_event_loop (line 51) | def new_event_loop(): ... FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 21) | def clear(self): method wait (line 24) | async def wait(self): FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/uasyncio/event.pyi class Event (line 5) | class Event: method __init__ (line 8) | def __init__(self) -> None: ... method is_set (line 9) | def is_set(self): ... method set (line 10) | def set(self) -> None: ... method clear (line 11) | def clear(self) -> None: ... method wait (line 12) | async def wait(self) -> Generator[None, None, Incomplete]: ... FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 32) | def wait_for_ms(aw, timeout): function gather (line 36) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 138) | def __next__(self): method cancel (line 148) | def cancel(self): FILE: stubs/micropython-v1_13-frozen/stm32/GENERIC/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method cancel (line 29) | def cancel(self): ... FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 326) | def write(self, s): method set_pen (line 332) | def set_pen(self, line, fill): method erase (line 335) | def erase(self): method dot (line 338) | def dot(self, x, y): method rect (line 342) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 371) | def rect_outline(self, x, y, w, h): method rect_interior (line 374) | def rect_interior(self, x, y, w, h): method line (line 377) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 386) | def dot_no_clip(self, x, y): method rect_no_clip (line 389) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 392) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 395) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 398) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 401) | def poly_dot(self, data): method poly_line (line 407) | def poly_line(self, data): method touch_config (line 415) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 418) | def is_touched(self): method get_touch (line 424) | def get_touch(self): method set_spi_win (line 432) | def set_spi_win(self, x, y, w, h): method fast_spi (line 436) | def fast_spi(self, flush=True): method show_framebuf (line 442) | def show_framebuf(self, buf): method set_scroll (line 445) | def set_scroll(self, on): method set_scroll_win (line 448) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 452) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 455) | def set_scroll_buf(self, s): method jpeg_start (line 462) | def jpeg_start(self, l): method jpeg_data (line 468) | def jpeg_data(self, buf): method jpeg (line 471) | def jpeg(self, buf): method feed_wdt (line 475) | def feed_wdt(self): method reset (line 478) | def reset(self): FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/lcd160cr.pyi class LCD160CR (line 12) | class LCD160CR: method __init__ (line 22) | def __init__( method _send (line 31) | def _send(self, cmd) -> None: ... method _fcmd2 (line 32) | def _fcmd2(self, fmt, a0, a1: int = ..., a2: int = ...) -> None: ... method _fcmd2b (line 33) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4: int = ...) -> None: ... method _waitfor (line 34) | def _waitfor(self, n, buf) -> None: ... method oflush (line 35) | def oflush(self, n: int = ...) -> None: ... method iflush (line 36) | def iflush(self) -> None: ... method rgb (line 38) | def rgb(r, g, b): ... method clip_line (line 40) | def clip_line(c, w, h): ... method set_power (line 41) | def set_power(self, on) -> None: ... method set_orient (line 44) | def set_orient(self, orient) -> None: ... method set_brightness (line 45) | def set_brightness(self, value) -> None: ... method set_i2c_addr (line 46) | def set_i2c_addr(self, addr) -> None: ... method set_uart_baudrate (line 47) | def set_uart_baudrate(self, baudrate) -> None: ... method set_startup_deco (line 48) | def set_startup_deco(self, value) -> None: ... method save_to_flash (line 49) | def save_to_flash(self) -> None: ... method set_pixel (line 50) | def set_pixel(self, x, y, c) -> None: ... method get_pixel (line 51) | def get_pixel(self, x, y): ... method get_line (line 52) | def get_line(self, x, y, buf) -> None: ... method screen_dump (line 53) | def screen_dump(self, buf, x: int = ..., y: int = ..., w: Incomplete |... method screen_load (line 54) | def screen_load(self, buf) -> None: ... method set_pos (line 55) | def set_pos(self, x, y) -> None: ... method set_text_color (line 56) | def set_text_color(self, fg, bg) -> None: ... method set_font (line 57) | def set_font(self, font, scale: int = ..., bold: int = ..., trans: int... method write (line 58) | def write(self, s) -> None: ... method set_pen (line 59) | def set_pen(self, line, fill) -> None: ... method erase (line 60) | def erase(self) -> None: ... method dot (line 61) | def dot(self, x, y) -> None: ... method rect (line 62) | def rect(self, x, y, w, h, cmd: int = ...) -> None: ... method rect_outline (line 63) | def rect_outline(self, x, y, w, h) -> None: ... method rect_interior (line 64) | def rect_interior(self, x, y, w, h) -> None: ... method line (line 65) | def line(self, x1, y1, x2, y2) -> None: ... method dot_no_clip (line 66) | def dot_no_clip(self, x, y) -> None: ... method rect_no_clip (line 67) | def rect_no_clip(self, x, y, w, h) -> None: ... method rect_outline_no_clip (line 68) | def rect_outline_no_clip(self, x, y, w, h) -> None: ... method rect_interior_no_clip (line 69) | def rect_interior_no_clip(self, x, y, w, h) -> None: ... method line_no_clip (line 70) | def line_no_clip(self, x1, y1, x2, y2) -> None: ... method poly_dot (line 71) | def poly_dot(self, data) -> None: ... method poly_line (line 72) | def poly_line(self, data) -> None: ... method touch_config (line 73) | def touch_config(self, calib: bool = ..., save: bool = ..., irq: Incom... method is_touched (line 74) | def is_touched(self): ... method get_touch (line 75) | def get_touch(self): ... method set_spi_win (line 76) | def set_spi_win(self, x, y, w, h) -> None: ... method fast_spi (line 77) | def fast_spi(self, flush: bool = ...): ... method show_framebuf (line 78) | def show_framebuf(self, buf) -> None: ... method set_scroll (line 79) | def set_scroll(self, on) -> None: ... method set_scroll_win (line 80) | def set_scroll_win( method set_scroll_win_param (line 83) | def set_scroll_win_param(self, win, param, value) -> None: ... method set_scroll_buf (line 84) | def set_scroll_buf(self, s) -> None: ... method jpeg_start (line 85) | def jpeg_start(self, l) -> None: ... method jpeg_data (line 86) | def jpeg_data(self, buf) -> None: ... method jpeg (line 87) | def jpeg(self, buf) -> None: ... method feed_wdt (line 88) | def feed_wdt(self) -> None: ... method reset (line 89) | def reset(self) -> None: ... FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/uasyncio/__init__.py function __getattr__ (line 23) | def __getattr__(attr): FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function new_event_loop (line 267) | def new_event_loop(): FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function new_event_loop (line 51) | def new_event_loop(): ... FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 21) | def clear(self): method wait (line 24) | async def wait(self): FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/uasyncio/event.pyi class Event (line 5) | class Event: method __init__ (line 8) | def __init__(self) -> None: ... method is_set (line 9) | def is_set(self): ... method set (line 10) | def set(self) -> None: ... method clear (line 11) | def clear(self) -> None: ... method wait (line 12) | async def wait(self) -> Generator[None, None, Incomplete]: ... FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 32) | def wait_for_ms(aw, timeout): function gather (line 36) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 138) | def __next__(self): method cancel (line 148) | def cancel(self): FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method cancel (line 29) | def cancel(self): ... FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/websocket_helper.py function server_handshake (line 15) | def server_handshake(sock): function client_handshake (line 62) | def client_handshake(sock): FILE: stubs/micropython-v1_13-frozen/stm32/PYBD_SF2/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_13_266-esp32/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/_thread.py class LockType (line 9) | class LockType: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 16) | def acquire(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: method release (line 22) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 30) | def exit(*args, **kwargs) -> Any: function get_ident (line 34) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 38) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 42) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/_thread.pyi class LockType (line 3) | class LockType: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 5) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 9) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 10) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 11) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 12) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/apa106.py class NeoPixel (line 9) | class NeoPixel: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method write (line 16) | def write(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: class APA106 (line 25) | class APA106: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method write (line 32) | def write(self, *args, **kwargs) -> Any: method fill (line 35) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... class APA106 (line 9) | class APA106: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/btree.py function open (line 9) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/btree.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method center (line 218) | def center(self, *args, **kwargs) -> Any: method decode (line 221) | def decode(self, *args, **kwargs) -> Any: method partition (line 224) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 227) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 230) | def splitlines(self, *args, **kwargs) -> Any: function callable (line 234) | def callable(*args, **kwargs) -> Any: function chr (line 238) | def chr(*args, **kwargs) -> Any: class dict (line 242) | class dict: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: method clear (line 249) | def clear(self, *args, **kwargs) -> Any: method copy (line 252) | def copy(self, *args, **kwargs) -> Any: method get (line 255) | def get(self, *args, **kwargs) -> Any: method items (line 258) | def items(self, *args, **kwargs) -> Any: method keys (line 261) | def keys(self, *args, **kwargs) -> Any: method pop (line 264) | def pop(self, *args, **kwargs) -> Any: method popitem (line 267) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 270) | def setdefault(self, *args, **kwargs) -> Any: method update (line 273) | def update(self, *args, **kwargs) -> Any: method values (line 276) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 280) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 284) | def dir(*args, **kwargs) -> Any: function divmod (line 288) | def divmod(*args, **kwargs) -> Any: function eval (line 292) | def eval(*args, **kwargs) -> Any: function exec (line 296) | def exec(*args, **kwargs) -> Any: function getattr (line 300) | def getattr(*args, **kwargs) -> Any: function globals (line 304) | def globals(*args, **kwargs) -> Any: function hasattr (line 308) | def hasattr(*args, **kwargs) -> Any: function hash (line 312) | def hash(*args, **kwargs) -> Any: function id (line 316) | def id(*args, **kwargs) -> Any: class int (line 320) | class int: method __init__ (line 323) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 328) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 331) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 335) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 339) | def issubclass(*args, **kwargs) -> Any: function iter (line 343) | def iter(*args, **kwargs) -> Any: function len (line 347) | def len(*args, **kwargs) -> Any: class list (line 351) | class list: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: method append (line 358) | def append(self, *args, **kwargs) -> Any: method clear (line 361) | def clear(self, *args, **kwargs) -> Any: method copy (line 364) | def copy(self, *args, **kwargs) -> Any: method count (line 367) | def count(self, *args, **kwargs) -> Any: method extend (line 370) | def extend(self, *args, **kwargs) -> Any: method index (line 373) | def index(self, *args, **kwargs) -> Any: method insert (line 376) | def insert(self, *args, **kwargs) -> Any: method pop (line 379) | def pop(self, *args, **kwargs) -> Any: method remove (line 382) | def remove(self, *args, **kwargs) -> Any: method reverse (line 385) | def reverse(self, *args, **kwargs) -> Any: method sort (line 388) | def sort(self, *args, **kwargs) -> Any: function locals (line 392) | def locals(*args, **kwargs) -> Any: class map (line 396) | class map: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function next (line 404) | def next(*args, **kwargs) -> Any: class object (line 408) | class object: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: function open (line 416) | def open(*args, **kwargs) -> Any: function ord (line 420) | def ord(*args, **kwargs) -> Any: function pow (line 424) | def pow(*args, **kwargs) -> Any: function print (line 428) | def print(*args, **kwargs) -> Any: class range (line 432) | class range: method __init__ (line 435) | def __init__(self, *argv, **kwargs) -> None: function repr (line 440) | def repr(*args, **kwargs) -> Any: function round (line 444) | def round(*args, **kwargs) -> Any: class set (line 448) | class set: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: method clear (line 455) | def clear(self, *args, **kwargs) -> Any: method copy (line 458) | def copy(self, *args, **kwargs) -> Any: method pop (line 461) | def pop(self, *args, **kwargs) -> Any: method remove (line 464) | def remove(self, *args, **kwargs) -> Any: method update (line 467) | def update(self, *args, **kwargs) -> Any: method add (line 470) | def add(self, *args, **kwargs) -> Any: method difference (line 473) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 476) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 479) | def discard(self, *args, **kwargs) -> Any: method intersection (line 482) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 485) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 488) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 491) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 494) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 497) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 500) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 503) | def union(self, *args, **kwargs) -> Any: function setattr (line 507) | def setattr(*args, **kwargs) -> Any: function sorted (line 511) | def sorted(*args, **kwargs) -> Any: class str (line 515) | class str: method __init__ (line 518) | def __init__(self, *argv, **kwargs) -> None: method count (line 522) | def count(self, *args, **kwargs) -> Any: method endswith (line 525) | def endswith(self, *args, **kwargs) -> Any: method find (line 528) | def find(self, *args, **kwargs) -> Any: method format (line 531) | def format(self, *args, **kwargs) -> Any: method index (line 534) | def index(self, *args, **kwargs) -> Any: method isalpha (line 537) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 540) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 543) | def islower(self, *args, **kwargs) -> Any: method isspace (line 546) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 549) | def isupper(self, *args, **kwargs) -> Any: method join (line 552) | def join(self, *args, **kwargs) -> Any: method lower (line 555) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 558) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 561) | def replace(self, *args, **kwargs) -> Any: method rfind (line 564) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 567) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 570) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 573) | def rstrip(self, *args, **kwargs) -> Any: method split (line 576) | def split(self, *args, **kwargs) -> Any: method startswith (line 579) | def startswith(self, *args, **kwargs) -> Any: method strip (line 582) | def strip(self, *args, **kwargs) -> Any: method upper (line 585) | def upper(self, *args, **kwargs) -> Any: method center (line 588) | def center(self, *args, **kwargs) -> Any: method encode (line 591) | def encode(self, *args, **kwargs) -> Any: method partition (line 594) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 597) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 600) | def splitlines(self, *args, **kwargs) -> Any: function sum (line 604) | def sum(*args, **kwargs) -> Any: class super (line 608) | class super: method __init__ (line 611) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 616) | class tuple: method __init__ (line 619) | def __init__(self, *argv, **kwargs) -> None: method count (line 623) | def count(self, *args, **kwargs) -> Any: method index (line 626) | def index(self, *args, **kwargs) -> Any: class type (line 630) | class type: method __init__ (line 633) | def __init__(self, *argv, **kwargs) -> None: class zip (line 638) | class zip: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 649) | class StopAsyncIteration: method __init__ (line 652) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 657) | class UnicodeError(Exception): class ViperTypeError (line 661) | class ViperTypeError(Exception): function bin (line 665) | def bin(*args, **kwargs) -> Any: function compile (line 669) | def compile(*args, **kwargs) -> Any: class complex (line 673) | class complex: method __init__ (line 676) | def __init__(self, *argv, **kwargs) -> None: function delattr (line 681) | def delattr(*args, **kwargs) -> Any: class enumerate (line 685) | class enumerate: method __init__ (line 688) | def __init__(self, *argv, **kwargs) -> None: function execfile (line 693) | def execfile(*args, **kwargs) -> Any: class filter (line 697) | class filter: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: class float (line 705) | class float: method __init__ (line 708) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 713) | class frozenset: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: method copy (line 720) | def copy(self, *args, **kwargs) -> Any: method difference (line 723) | def difference(self, *args, **kwargs) -> Any: method intersection (line 726) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 729) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 732) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 735) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 738) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 741) | def union(self, *args, **kwargs) -> Any: function help (line 745) | def help(*args, **kwargs) -> Any: function hex (line 749) | def hex(*args, **kwargs) -> Any: function input (line 753) | def input(*args, **kwargs) -> Any: function max (line 757) | def max(*args, **kwargs) -> Any: class memoryview (line 761) | class memoryview: method __init__ (line 764) | def __init__(self, *argv, **kwargs) -> None: function min (line 769) | def min(*args, **kwargs) -> Any: function oct (line 773) | def oct(*args, **kwargs) -> Any: class property (line 777) | class property: method __init__ (line 780) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 784) | def deleter(self, *args, **kwargs) -> Any: method getter (line 787) | def getter(self, *args, **kwargs) -> Any: method setter (line 790) | def setter(self, *args, **kwargs) -> Any: class reversed (line 794) | class reversed: method __init__ (line 797) | def __init__(self, *argv, **kwargs) -> None: class slice (line 802) | class slice: method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_13_266-esp32/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method center (line 69) | def center(self, *args, **kwargs) -> Any: ... method decode (line 70) | def decode(self, *args, **kwargs) -> Any: ... method partition (line 71) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 72) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 73) | def splitlines(self, *args, **kwargs) -> Any: ... function callable (line 75) | def callable(*args, **kwargs) -> Any: ... function chr (line 76) | def chr(*args, **kwargs) -> Any: ... class dict (line 78) | class dict: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 80) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 81) | def copy(self, *args, **kwargs) -> Any: ... method get (line 82) | def get(self, *args, **kwargs) -> Any: ... method items (line 83) | def items(self, *args, **kwargs) -> Any: ... method keys (line 84) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 85) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 86) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 87) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 88) | def update(self, *args, **kwargs) -> Any: ... method values (line 89) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 91) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 93) | def dir(*args, **kwargs) -> Any: ... function divmod (line 94) | def divmod(*args, **kwargs) -> Any: ... function eval (line 95) | def eval(*args, **kwargs) -> Any: ... function exec (line 96) | def exec(*args, **kwargs) -> Any: ... function getattr (line 97) | def getattr(*args, **kwargs) -> Any: ... function globals (line 98) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 99) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 100) | def hash(*args, **kwargs) -> Any: ... function id (line 101) | def id(*args, **kwargs) -> Any: ... class int (line 103) | class int: method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 106) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 107) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 109) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 110) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 111) | def iter(*args, **kwargs) -> Any: ... function len (line 112) | def len(*args, **kwargs) -> Any: ... class list (line 114) | class list: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 116) | def append(self, *args, **kwargs) -> Any: ... method clear (line 117) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 118) | def copy(self, *args, **kwargs) -> Any: ... method count (line 119) | def count(self, *args, **kwargs) -> Any: ... method extend (line 120) | def extend(self, *args, **kwargs) -> Any: ... method index (line 121) | def index(self, *args, **kwargs) -> Any: ... method insert (line 122) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 123) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 124) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 125) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 126) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 128) | def locals(*args, **kwargs) -> Any: ... class map (line 130) | class map: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 133) | def next(*args, **kwargs) -> Any: ... class object (line 135) | class object: method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 138) | def open(*args, **kwargs) -> Any: ... function ord (line 139) | def ord(*args, **kwargs) -> Any: ... function pow (line 140) | def pow(*args, **kwargs) -> Any: ... function print (line 141) | def print(*args, **kwargs) -> Any: ... class range (line 143) | class range: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 146) | def repr(*args, **kwargs) -> Any: ... function round (line 147) | def round(*args, **kwargs) -> Any: ... class set (line 149) | class set: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 151) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 152) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 153) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 154) | def remove(self, *args, **kwargs) -> Any: ... method update (line 155) | def update(self, *args, **kwargs) -> Any: ... method add (line 156) | def add(self, *args, **kwargs) -> Any: ... method difference (line 157) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 158) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 159) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 160) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 161) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 162) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 163) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 164) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 165) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 166) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 167) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 169) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 170) | def sorted(*args, **kwargs) -> Any: ... class str (line 172) | class str: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 174) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 175) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 176) | def find(self, *args, **kwargs) -> Any: ... method format (line 177) | def format(self, *args, **kwargs) -> Any: ... method index (line 178) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 179) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 180) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 181) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 182) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 183) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 184) | def join(self, *args, **kwargs) -> Any: ... method lower (line 185) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 186) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 187) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 188) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 189) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 190) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 191) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 192) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 193) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 194) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 195) | def upper(self, *args, **kwargs) -> Any: ... method center (line 196) | def center(self, *args, **kwargs) -> Any: ... method encode (line 197) | def encode(self, *args, **kwargs) -> Any: ... method partition (line 198) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 199) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 200) | def splitlines(self, *args, **kwargs) -> Any: ... function sum (line 202) | def sum(*args, **kwargs) -> Any: ... class super (line 204) | class super: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 207) | class tuple: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 209) | def count(self, *args, **kwargs) -> Any: ... method index (line 210) | def index(self, *args, **kwargs) -> Any: ... class type (line 212) | class type: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 215) | class zip: method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 220) | class StopAsyncIteration: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 223) | class UnicodeError(Exception): ... class ViperTypeError (line 224) | class ViperTypeError(Exception): ... function bin (line 226) | def bin(*args, **kwargs) -> Any: ... function compile (line 227) | def compile(*args, **kwargs) -> Any: ... class complex (line 229) | class complex: method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... function delattr (line 232) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 234) | class enumerate: method __init__ (line 235) | def __init__(self, *argv, **kwargs) -> None: ... function execfile (line 237) | def execfile(*args, **kwargs) -> Any: ... class filter (line 239) | class filter: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 242) | class float: method __init__ (line 243) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 245) | class frozenset: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 247) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 248) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 249) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 250) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 251) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 252) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 253) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 254) | def union(self, *args, **kwargs) -> Any: ... function help (line 256) | def help(*args, **kwargs) -> Any: ... function hex (line 257) | def hex(*args, **kwargs) -> Any: ... function input (line 258) | def input(*args, **kwargs) -> Any: ... function max (line 259) | def max(*args, **kwargs) -> Any: ... class memoryview (line 261) | class memoryview: method __init__ (line 262) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 264) | def min(*args, **kwargs) -> Any: ... function oct (line 265) | def oct(*args, **kwargs) -> Any: ... class property (line 267) | class property: method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 269) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 270) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 271) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 273) | class reversed: method __init__ (line 274) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 276) | class slice: method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_13_266-esp32/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/esp.py function dht_readinto (line 16) | def dht_readinto(*args, **kwargs) -> Any: function flash_erase (line 20) | def flash_erase(*args, **kwargs) -> Any: function flash_read (line 24) | def flash_read(*args, **kwargs) -> Any: function flash_size (line 28) | def flash_size(*args, **kwargs) -> Any: function flash_user_start (line 32) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 36) | def flash_write(*args, **kwargs) -> Any: function gpio_matrix_in (line 40) | def gpio_matrix_in(*args, **kwargs) -> Any: function gpio_matrix_out (line 44) | def gpio_matrix_out(*args, **kwargs) -> Any: function neopixel_write (line 48) | def neopixel_write(*args, **kwargs) -> Any: function osdebug (line 52) | def osdebug(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/esp.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 11) | def flash_erase(*args, **kwargs) -> Any: ... function flash_read (line 12) | def flash_read(*args, **kwargs) -> Any: ... function flash_size (line 13) | def flash_size(*args, **kwargs) -> Any: ... function flash_user_start (line 14) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 15) | def flash_write(*args, **kwargs) -> Any: ... function gpio_matrix_in (line 16) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 17) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function neopixel_write (line 18) | def neopixel_write(*args, **kwargs) -> Any: ... function osdebug (line 19) | def osdebug(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/esp32.py class Partition (line 12) | class Partition: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method find (line 19) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 27) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 30) | def info(self, *args, **kwargs) -> Any: method ioctl (line 33) | def ioctl(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 37) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method readblocks (line 40) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 43) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 46) | def writeblocks(self, *args, **kwargs) -> Any: class RMT (line 50) | class RMT: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: method clock_div (line 57) | def clock_div(self, *args, **kwargs) -> Any: method deinit (line 60) | def deinit(self, *args, **kwargs) -> Any: method loop (line 63) | def loop(self, *args, **kwargs) -> Any: method source_freq (line 66) | def source_freq(self, *args, **kwargs) -> Any: method wait_done (line 69) | def wait_done(self, *args, **kwargs) -> Any: method write_pulses (line 72) | def write_pulses(self, *args, **kwargs) -> Any: class ULP (line 76) | class ULP: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method load_binary (line 85) | def load_binary(self, *args, **kwargs) -> Any: method run (line 88) | def run(self, *args, **kwargs) -> Any: method set_wakeup_period (line 91) | def set_wakeup_period(self, *args, **kwargs) -> Any: function hall_sensor (line 99) | def hall_sensor(*args, **kwargs) -> Any: function idf_heap_info (line 103) | def idf_heap_info(*args, **kwargs) -> Any: function raw_temperature (line 107) | def raw_temperature(*args, **kwargs) -> Any: function wake_on_ext0 (line 111) | def wake_on_ext0(*args, **kwargs) -> Any: function wake_on_ext1 (line 115) | def wake_on_ext1(*args, **kwargs) -> Any: function wake_on_touch (line 119) | def wake_on_touch(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/esp32.pyi class Partition (line 6) | class Partition: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 8) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 13) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 14) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 17) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 18) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 19) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 20) | def writeblocks(self, *args, **kwargs) -> Any: ... class RMT (line 22) | class RMT: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method clock_div (line 24) | def clock_div(self, *args, **kwargs) -> Any: ... method deinit (line 25) | def deinit(self, *args, **kwargs) -> Any: ... method loop (line 26) | def loop(self, *args, **kwargs) -> Any: ... method source_freq (line 27) | def source_freq(self, *args, **kwargs) -> Any: ... method wait_done (line 28) | def wait_done(self, *args, **kwargs) -> Any: ... method write_pulses (line 29) | def write_pulses(self, *args, **kwargs) -> Any: ... class ULP (line 31) | class ULP: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method load_binary (line 34) | def load_binary(self, *args, **kwargs) -> Any: ... method run (line 35) | def run(self, *args, **kwargs) -> Any: ... method set_wakeup_period (line 36) | def set_wakeup_period(self, *args, **kwargs) -> Any: ... function hall_sensor (line 41) | def hall_sensor(*args, **kwargs) -> Any: ... function idf_heap_info (line 42) | def idf_heap_info(*args, **kwargs) -> Any: ... function raw_temperature (line 43) | def raw_temperature(*args, **kwargs) -> Any: ... function wake_on_ext0 (line 44) | def wake_on_ext0(*args, **kwargs) -> Any: ... function wake_on_ext1 (line 45) | def wake_on_ext1(*args, **kwargs) -> Any: ... function wake_on_touch (line 46) | def wake_on_touch(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/flashbdev.py class Partition (line 9) | class Partition: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method find (line 16) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 24) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 27) | def info(self, *args, **kwargs) -> Any: method ioctl (line 30) | def ioctl(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 34) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method readblocks (line 37) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 40) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 43) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/flashbdev.pyi class Partition (line 3) | class Partition: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 5) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 10) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 11) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 14) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 15) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 16) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 17) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/hashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/hashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/inisetup.py function check_bootsec (line 11) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 15) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 19) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 7) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method flush (line 23) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 27) | class BytesIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: method close (line 34) | def close(self, *args, **kwargs) -> Any: method read (line 37) | def read(self, *args, **kwargs) -> Any: method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: method readline (line 43) | def readline(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method flush (line 49) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 55) | def seek(self, *args, **kwargs) -> Any: method tell (line 58) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 62) | class FileIO: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method readline (line 78) | def readline(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method flush (line 84) | def flush(self, *args, **kwargs) -> Any: method readlines (line 87) | def readlines(self, *args, **kwargs) -> Any: method seek (line 90) | def seek(self, *args, **kwargs) -> Any: method tell (line 93) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 97) | class IOBase: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 105) | class StringIO: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method readline (line 121) | def readline(self, *args, **kwargs) -> Any: method write (line 124) | def write(self, *args, **kwargs) -> Any: method flush (line 127) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 130) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 133) | def seek(self, *args, **kwargs) -> Any: method tell (line 136) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 140) | class TextIOWrapper: method __init__ (line 143) | def __init__(self, *argv, **kwargs) -> None: method close (line 147) | def close(self, *args, **kwargs) -> Any: method read (line 150) | def read(self, *args, **kwargs) -> Any: method readinto (line 153) | def readinto(self, *args, **kwargs) -> Any: method readline (line 156) | def readline(self, *args, **kwargs) -> Any: method write (line 159) | def write(self, *args, **kwargs) -> Any: method flush (line 162) | def flush(self, *args, **kwargs) -> Any: method readlines (line 165) | def readlines(self, *args, **kwargs) -> Any: method seek (line 168) | def seek(self, *args, **kwargs) -> Any: method tell (line 171) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method flush (line 8) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 10) | class BytesIO: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 12) | def close(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method write (line 16) | def write(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 18) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 19) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 20) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 22) | class FileIO: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 24) | def close(self, *args, **kwargs) -> Any: ... method read (line 25) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 27) | def readline(self, *args, **kwargs) -> Any: ... method write (line 28) | def write(self, *args, **kwargs) -> Any: ... method flush (line 29) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 30) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 31) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 32) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 34) | class IOBase: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 37) | class StringIO: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 39) | def close(self, *args, **kwargs) -> Any: ... method read (line 40) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Any: ... method write (line 43) | def write(self, *args, **kwargs) -> Any: ... method flush (line 44) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 45) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 46) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 47) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 49) | class TextIOWrapper: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 51) | def close(self, *args, **kwargs) -> Any: ... method read (line 52) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 53) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 54) | def readline(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... method flush (line 56) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 57) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 58) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 59) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/machine.py class ADC (line 9) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method atten (line 28) | def atten(self, *args, **kwargs) -> Any: method read_u16 (line 31) | def read_u16(self, *args, **kwargs) -> Any: method width (line 35) | def width(cls, *args, **kwargs) -> Any: class DAC (line 39) | class DAC: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: method write (line 46) | def write(self, *args, **kwargs) -> Any: class I2C (line 57) | class I2C: method __init__ (line 60) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 64) | def readinto(self, *args, **kwargs) -> Any: method start (line 67) | def start(self, *args, **kwargs) -> Any: method stop (line 70) | def stop(self, *args, **kwargs) -> Any: method write (line 73) | def write(self, *args, **kwargs) -> Any: method init (line 76) | def init(self, *args, **kwargs) -> Any: method readfrom (line 79) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 82) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 85) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 88) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 91) | def scan(self, *args, **kwargs) -> Any: method writeto (line 94) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 97) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 100) | def writevto(self, *args, **kwargs) -> Any: class PWM (line 107) | class PWM: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 114) | def deinit(self, *args, **kwargs) -> Any: method duty (line 117) | def duty(self, *args, **kwargs) -> Any: method freq (line 120) | def freq(self, *args, **kwargs) -> Any: method init (line 123) | def init(self, *args, **kwargs) -> Any: class Pin (line 130) | class Pin: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: method value (line 137) | def value(self, *args, **kwargs) -> Any: method init (line 151) | def init(self, *args, **kwargs) -> Any: method irq (line 154) | def irq(self, *args, **kwargs) -> Any: method off (line 157) | def off(self, *args, **kwargs) -> Any: method on (line 160) | def on(self, *args, **kwargs) -> Any: class RTC (line 164) | class RTC: method __init__ (line 167) | def __init__(self, *argv, **kwargs) -> None: method datetime (line 171) | def datetime(self, *args, **kwargs) -> Any: method init (line 174) | def init(self, *args, **kwargs) -> Any: method memory (line 177) | def memory(self, *args, **kwargs) -> Any: class SDCard (line 181) | class SDCard: method __init__ (line 184) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 188) | def deinit(self, *args, **kwargs) -> Any: method info (line 191) | def info(self, *args, **kwargs) -> Any: method ioctl (line 194) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 197) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 200) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 208) | class SPI: method __init__ (line 211) | def __init__(self, *argv, **kwargs) -> None: method read (line 215) | def read(self, *args, **kwargs) -> Any: method readinto (line 218) | def readinto(self, *args, **kwargs) -> Any: method write (line 221) | def write(self, *args, **kwargs) -> Any: method deinit (line 227) | def deinit(self, *args, **kwargs) -> Any: method init (line 230) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 233) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 237) | class Signal: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: method value (line 244) | def value(self, *args, **kwargs) -> Any: method off (line 247) | def off(self, *args, **kwargs) -> Any: method on (line 250) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 254) | class SoftI2C: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 261) | def readinto(self, *args, **kwargs) -> Any: method start (line 264) | def start(self, *args, **kwargs) -> Any: method stop (line 267) | def stop(self, *args, **kwargs) -> Any: method write (line 270) | def write(self, *args, **kwargs) -> Any: method init (line 273) | def init(self, *args, **kwargs) -> Any: method readfrom (line 276) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 279) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 282) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 285) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 288) | def scan(self, *args, **kwargs) -> Any: method writeto (line 291) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 294) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 297) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 301) | class SoftSPI: method __init__ (line 304) | def __init__(self, *argv, **kwargs) -> None: method read (line 308) | def read(self, *args, **kwargs) -> Any: method readinto (line 311) | def readinto(self, *args, **kwargs) -> Any: method write (line 314) | def write(self, *args, **kwargs) -> Any: method deinit (line 320) | def deinit(self, *args, **kwargs) -> Any: method init (line 323) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 326) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 334) | class Timer: method __init__ (line 337) | def __init__(self, *argv, **kwargs) -> None: method value (line 341) | def value(self, *args, **kwargs) -> Any: method deinit (line 347) | def deinit(self, *args, **kwargs) -> Any: method init (line 350) | def init(self, *args, **kwargs) -> Any: class TouchPad (line 354) | class TouchPad: method __init__ (line 357) | def __init__(self, *argv, **kwargs) -> None: method read (line 361) | def read(self, *args, **kwargs) -> Any: method config (line 364) | def config(self, *args, **kwargs) -> Any: class UART (line 368) | class UART: method __init__ (line 371) | def __init__(self, *argv, **kwargs) -> None: method any (line 375) | def any(self, *args, **kwargs) -> Any: method read (line 378) | def read(self, *args, **kwargs) -> Any: method readinto (line 381) | def readinto(self, *args, **kwargs) -> Any: method readline (line 384) | def readline(self, *args, **kwargs) -> Any: method write (line 387) | def write(self, *args, **kwargs) -> Any: method deinit (line 395) | def deinit(self, *args, **kwargs) -> Any: method init (line 398) | def init(self, *args, **kwargs) -> Any: method sendbreak (line 401) | def sendbreak(self, *args, **kwargs) -> Any: class WDT (line 408) | class WDT: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: method feed (line 415) | def feed(self, *args, **kwargs) -> Any: function deepsleep (line 422) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 426) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 430) | def enable_irq(*args, **kwargs) -> Any: function freq (line 434) | def freq(*args, **kwargs) -> Any: function idle (line 438) | def idle(*args, **kwargs) -> Any: function lightsleep (line 442) | def lightsleep(*args, **kwargs) -> Any: function reset (line 451) | def reset(*args, **kwargs) -> Any: function reset_cause (line 455) | def reset_cause(*args, **kwargs) -> Any: function sleep (line 459) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 463) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 467) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 471) | def unique_id(*args, **kwargs) -> Any: function wake_reason (line 475) | def wake_reason(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/machine.pyi class ADC (line 3) | class ADC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method atten (line 14) | def atten(self, *args, **kwargs) -> Any: ... method read_u16 (line 15) | def read_u16(self, *args, **kwargs) -> Any: ... method width (line 17) | def width(cls, *args, **kwargs) -> Any: ... class DAC (line 19) | class DAC: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... class I2C (line 29) | class I2C: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 31) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 32) | def start(self, *args, **kwargs) -> Any: ... method stop (line 33) | def stop(self, *args, **kwargs) -> Any: ... method write (line 34) | def write(self, *args, **kwargs) -> Any: ... method init (line 35) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 36) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 37) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 38) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 39) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 40) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 41) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 42) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 43) | def writevto(self, *args, **kwargs) -> Any: ... class PWM (line 47) | class PWM: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 49) | def deinit(self, *args, **kwargs) -> Any: ... method duty (line 50) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 51) | def freq(self, *args, **kwargs) -> Any: ... method init (line 52) | def init(self, *args, **kwargs) -> Any: ... class Pin (line 56) | class Pin: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 58) | def value(self, *args, **kwargs) -> Any: ... method init (line 69) | def init(self, *args, **kwargs) -> Any: ... method irq (line 70) | def irq(self, *args, **kwargs) -> Any: ... method off (line 71) | def off(self, *args, **kwargs) -> Any: ... method on (line 72) | def on(self, *args, **kwargs) -> Any: ... class RTC (line 74) | class RTC: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: ... method datetime (line 76) | def datetime(self, *args, **kwargs) -> Any: ... method init (line 77) | def init(self, *args, **kwargs) -> Any: ... method memory (line 78) | def memory(self, *args, **kwargs) -> Any: ... class SDCard (line 80) | class SDCard: method __init__ (line 81) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 82) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 83) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 84) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 85) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 86) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 91) | class SPI: method __init__ (line 92) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 93) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 94) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 95) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 98) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 99) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 100) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 102) | class Signal: method __init__ (line 103) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 104) | def value(self, *args, **kwargs) -> Any: ... method off (line 105) | def off(self, *args, **kwargs) -> Any: ... method on (line 106) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 108) | class SoftI2C: method __init__ (line 109) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 110) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 111) | def start(self, *args, **kwargs) -> Any: ... method stop (line 112) | def stop(self, *args, **kwargs) -> Any: ... method write (line 113) | def write(self, *args, **kwargs) -> Any: ... method init (line 114) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 115) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 116) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 117) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 118) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 119) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 120) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 121) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 122) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 124) | class SoftSPI: method __init__ (line 125) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 126) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 127) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 128) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 131) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 132) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 133) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 138) | class Timer: method __init__ (line 139) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 140) | def value(self, *args, **kwargs) -> Any: ... method deinit (line 143) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 144) | def init(self, *args, **kwargs) -> Any: ... class TouchPad (line 146) | class TouchPad: method __init__ (line 147) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 148) | def read(self, *args, **kwargs) -> Any: ... method config (line 149) | def config(self, *args, **kwargs) -> Any: ... class UART (line 151) | class UART: method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 153) | def any(self, *args, **kwargs) -> Any: ... method read (line 154) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 155) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 156) | def readline(self, *args, **kwargs) -> Any: ... method write (line 157) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 162) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 163) | def init(self, *args, **kwargs) -> Any: ... method sendbreak (line 164) | def sendbreak(self, *args, **kwargs) -> Any: ... class WDT (line 168) | class WDT: method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 170) | def feed(self, *args, **kwargs) -> Any: ... function deepsleep (line 174) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 175) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 176) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 177) | def freq(*args, **kwargs) -> Any: ... function idle (line 178) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 179) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 185) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 186) | def reset_cause(*args, **kwargs) -> Any: ... function sleep (line 187) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 188) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 189) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 190) | def unique_id(*args, **kwargs) -> Any: ... function wake_reason (line 191) | def wake_reason(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function acosh (line 17) | def acosh(*args, **kwargs) -> Any: function asin (line 21) | def asin(*args, **kwargs) -> Any: function asinh (line 25) | def asinh(*args, **kwargs) -> Any: function atan (line 29) | def atan(*args, **kwargs) -> Any: function atan2 (line 33) | def atan2(*args, **kwargs) -> Any: function atanh (line 37) | def atanh(*args, **kwargs) -> Any: function ceil (line 41) | def ceil(*args, **kwargs) -> Any: function copysign (line 45) | def copysign(*args, **kwargs) -> Any: function cos (line 49) | def cos(*args, **kwargs) -> Any: function cosh (line 53) | def cosh(*args, **kwargs) -> Any: function degrees (line 57) | def degrees(*args, **kwargs) -> Any: function erf (line 64) | def erf(*args, **kwargs) -> Any: function erfc (line 68) | def erfc(*args, **kwargs) -> Any: function exp (line 72) | def exp(*args, **kwargs) -> Any: function expm1 (line 76) | def expm1(*args, **kwargs) -> Any: function fabs (line 80) | def fabs(*args, **kwargs) -> Any: function floor (line 84) | def floor(*args, **kwargs) -> Any: function fmod (line 88) | def fmod(*args, **kwargs) -> Any: function frexp (line 92) | def frexp(*args, **kwargs) -> Any: function gamma (line 96) | def gamma(*args, **kwargs) -> Any: function isclose (line 100) | def isclose(*args, **kwargs) -> Any: function isfinite (line 104) | def isfinite(*args, **kwargs) -> Any: function isinf (line 108) | def isinf(*args, **kwargs) -> Any: function isnan (line 112) | def isnan(*args, **kwargs) -> Any: function ldexp (line 116) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 120) | def lgamma(*args, **kwargs) -> Any: function log (line 124) | def log(*args, **kwargs) -> Any: function log10 (line 128) | def log10(*args, **kwargs) -> Any: function log2 (line 132) | def log2(*args, **kwargs) -> Any: function modf (line 136) | def modf(*args, **kwargs) -> Any: function radians (line 143) | def radians(*args, **kwargs) -> Any: function sin (line 147) | def sin(*args, **kwargs) -> Any: function sinh (line 151) | def sinh(*args, **kwargs) -> Any: function sqrt (line 155) | def sqrt(*args, **kwargs) -> Any: function tan (line 159) | def tan(*args, **kwargs) -> Any: function tanh (line 163) | def tanh(*args, **kwargs) -> Any: function trunc (line 167) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function acosh (line 5) | def acosh(*args, **kwargs) -> Any: ... function asin (line 6) | def asin(*args, **kwargs) -> Any: ... function asinh (line 7) | def asinh(*args, **kwargs) -> Any: ... function atan (line 8) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 9) | def atan2(*args, **kwargs) -> Any: ... function atanh (line 10) | def atanh(*args, **kwargs) -> Any: ... function ceil (line 11) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 12) | def copysign(*args, **kwargs) -> Any: ... function cos (line 13) | def cos(*args, **kwargs) -> Any: ... function cosh (line 14) | def cosh(*args, **kwargs) -> Any: ... function degrees (line 15) | def degrees(*args, **kwargs) -> Any: ... function erf (line 19) | def erf(*args, **kwargs) -> Any: ... function erfc (line 20) | def erfc(*args, **kwargs) -> Any: ... function exp (line 21) | def exp(*args, **kwargs) -> Any: ... function expm1 (line 22) | def expm1(*args, **kwargs) -> Any: ... function fabs (line 23) | def fabs(*args, **kwargs) -> Any: ... function floor (line 24) | def floor(*args, **kwargs) -> Any: ... function fmod (line 25) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 26) | def frexp(*args, **kwargs) -> Any: ... function gamma (line 27) | def gamma(*args, **kwargs) -> Any: ... function isclose (line 28) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 29) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 30) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 31) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 32) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 33) | def lgamma(*args, **kwargs) -> Any: ... function log (line 34) | def log(*args, **kwargs) -> Any: ... function log10 (line 35) | def log10(*args, **kwargs) -> Any: ... function log2 (line 36) | def log2(*args, **kwargs) -> Any: ... function modf (line 37) | def modf(*args, **kwargs) -> Any: ... function radians (line 41) | def radians(*args, **kwargs) -> Any: ... function sin (line 42) | def sin(*args, **kwargs) -> Any: ... function sinh (line 43) | def sinh(*args, **kwargs) -> Any: ... function sqrt (line 44) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 45) | def tan(*args, **kwargs) -> Any: ... function tanh (line 46) | def tanh(*args, **kwargs) -> Any: ... function trunc (line 47) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/neopixel.py function neopixel_write (line 9) | def neopixel_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/neopixel.pyi function neopixel_write (line 3) | def neopixel_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/network.py function PPP (line 23) | def PPP(*args, **kwargs) -> Any: function WLAN (line 38) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 42) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/network.pyi function PPP (line 17) | def PPP(*args, **kwargs) -> Any: ... function WLAN (line 29) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 30) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/socket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method close (line 32) | def close(self, *args, **kwargs) -> Any: method read (line 35) | def read(self, *args, **kwargs) -> Any: method readinto (line 38) | def readinto(self, *args, **kwargs) -> Any: method readline (line 41) | def readline(self, *args, **kwargs) -> Any: method send (line 44) | def send(self, *args, **kwargs) -> Any: method write (line 47) | def write(self, *args, **kwargs) -> Any: method accept (line 50) | def accept(self, *args, **kwargs) -> Any: method bind (line 53) | def bind(self, *args, **kwargs) -> Any: method connect (line 56) | def connect(self, *args, **kwargs) -> Any: method fileno (line 59) | def fileno(self, *args, **kwargs) -> Any: method listen (line 62) | def listen(self, *args, **kwargs) -> Any: method makefile (line 65) | def makefile(self, *args, **kwargs) -> Any: method recv (line 68) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 71) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 74) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 77) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 80) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 83) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 86) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/socket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method send (line 23) | def send(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method accept (line 25) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 26) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 27) | def connect(self, *args, **kwargs) -> Any: ... method fileno (line 28) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/time.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/time.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Loop (line 13) | class Loop: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method stop (line 23) | def stop(self, *args, **kwargs) -> Any: method call_exception_handler (line 26) | def call_exception_handler(self, *args, **kwargs) -> Any: method create_task (line 29) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 32) | def run_until_complete(self, *args, **kwargs) -> Any: method run_forever (line 35) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 38) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 41) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Any: class Task (line 48) | class Task: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 56) | class TaskQueue: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: method remove (line 63) | def remove(self, *args, **kwargs) -> Any: method peek (line 66) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 69) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 72) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 75) | def push_sorted(self, *args, **kwargs) -> Any: function run (line 79) | def run(*args, **kwargs) -> Any: function sleep (line 83) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 87) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 91) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 103) | class Event: method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: method clear (line 110) | def clear(self, *args, **kwargs) -> Any: method set (line 113) | def set(self, *args, **kwargs) -> Any: method is_set (line 116) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 122) | class Lock: method __init__ (line 125) | def __init__(self, *argv, **kwargs) -> None: method locked (line 131) | def locked(self, *args, **kwargs) -> Any: method release (line 134) | def release(self, *args, **kwargs) -> Any: function ticks (line 138) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 142) | class TimeoutError(Exception): class SingletonGenerator (line 146) | class SingletonGenerator: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 154) | class IOQueue: method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: method remove (line 161) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 164) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 167) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 170) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 174) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 178) | def run_until_complete(*args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function new_event_loop (line 186) | def new_event_loop(*args, **kwargs) -> Any: function wait_for_ms (line 190) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 194) | class StreamReader: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method close (line 201) | def close(self, *args, **kwargs) -> Any: method write (line 207) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 215) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 222) | class StreamWriter: method __init__ (line 225) | def __init__(self, *argv, **kwargs) -> None: method close (line 229) | def close(self, *args, **kwargs) -> Any: method write (line 235) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 243) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Loop (line 5) | class Loop: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method stop (line 8) | def stop(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 9) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method create_task (line 10) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 11) | def run_until_complete(self, *args, **kwargs) -> Any: ... method run_forever (line 12) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 13) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 14) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 15) | def default_exception_handler(self, *args, **kwargs) -> Any: ... class Task (line 17) | class Task: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 20) | class TaskQueue: method __init__ (line 21) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 22) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 23) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 24) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 25) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 26) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 28) | def run(*args, **kwargs) -> Any: ... function sleep (line 29) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 30) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 31) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 32) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 37) | class Event: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 39) | def clear(self, *args, **kwargs) -> Any: ... method set (line 40) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 41) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 44) | class Lock: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 47) | def locked(self, *args, **kwargs) -> Any: ... method release (line 48) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 50) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 52) | class TimeoutError(Exception): ... class SingletonGenerator (line 54) | class SingletonGenerator: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 57) | class IOQueue: method __init__ (line 58) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 59) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 60) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 61) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 62) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 64) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 65) | def run_until_complete(*args, **kwargs) -> Any: ... function get_event_loop (line 66) | def get_event_loop(*args, **kwargs) -> Any: ... function new_event_loop (line 67) | def new_event_loop(*args, **kwargs) -> Any: ... function wait_for_ms (line 68) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 70) | class StreamReader: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 72) | def close(self, *args, **kwargs) -> Any: ... method write (line 75) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 80) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 84) | class StreamWriter: method __init__ (line 85) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method write (line 89) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 94) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Loop (line 13) | class Loop: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method stop (line 23) | def stop(self, *args, **kwargs) -> Any: method call_exception_handler (line 26) | def call_exception_handler(self, *args, **kwargs) -> Any: method create_task (line 29) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 32) | def run_until_complete(self, *args, **kwargs) -> Any: method run_forever (line 35) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 38) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 41) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Any: class Task (line 48) | class Task: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 56) | class TaskQueue: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: method remove (line 63) | def remove(self, *args, **kwargs) -> Any: method peek (line 66) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 69) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 72) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 75) | def push_sorted(self, *args, **kwargs) -> Any: function run (line 79) | def run(*args, **kwargs) -> Any: function sleep (line 83) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 87) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 91) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 99) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 103) | class TimeoutError(Exception): class SingletonGenerator (line 107) | class SingletonGenerator: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 115) | class IOQueue: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: method remove (line 122) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 125) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 128) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 131) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 135) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 139) | def run_until_complete(*args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function new_event_loop (line 147) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Loop (line 5) | class Loop: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method stop (line 8) | def stop(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 9) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method create_task (line 10) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 11) | def run_until_complete(self, *args, **kwargs) -> Any: ... method run_forever (line 12) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 13) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 14) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 15) | def default_exception_handler(self, *args, **kwargs) -> Any: ... class Task (line 17) | class Task: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 20) | class TaskQueue: method __init__ (line 21) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 22) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 23) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 24) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 25) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 26) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 28) | def run(*args, **kwargs) -> Any: ... function sleep (line 29) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 30) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 31) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 32) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 33) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 35) | class TimeoutError(Exception): ... class SingletonGenerator (line 37) | class SingletonGenerator: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 40) | class IOQueue: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 43) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 44) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 45) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 47) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 48) | def run_until_complete(*args, **kwargs) -> Any: ... function get_event_loop (line 49) | def get_event_loop(*args, **kwargs) -> Any: ... function new_event_loop (line 50) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method locked (line 18) | def locked(self, *args, **kwargs) -> Any: method release (line 21) | def release(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 22) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 37) | class StreamReader: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: method close (line 44) | def close(self, *args, **kwargs) -> Any: method write (line 50) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 58) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 65) | class StreamWriter: method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: method close (line 72) | def close(self, *args, **kwargs) -> Any: method write (line 78) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 86) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 96) | class Server: method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: method close (line 103) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 13) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 17) | class StreamReader: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method write (line 22) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 27) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 31) | class StreamWriter: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method write (line 36) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 41) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 47) | class Server: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 49) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/ubluetooth.py class BLE (line 9) | class BLE: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method active (line 16) | def active(self, *args, **kwargs) -> Any: method config (line 19) | def config(self, *args, **kwargs) -> Any: method gap_advertise (line 22) | def gap_advertise(self, *args, **kwargs) -> Any: method gap_connect (line 25) | def gap_connect(self, *args, **kwargs) -> Any: method gap_disconnect (line 28) | def gap_disconnect(self, *args, **kwargs) -> Any: method gap_scan (line 31) | def gap_scan(self, *args, **kwargs) -> Any: method gattc_discover_characteristics (line 34) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: method gattc_discover_descriptors (line 37) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: method gattc_discover_services (line 40) | def gattc_discover_services(self, *args, **kwargs) -> Any: method gattc_exchange_mtu (line 43) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: method gattc_read (line 46) | def gattc_read(self, *args, **kwargs) -> Any: method gattc_write (line 49) | def gattc_write(self, *args, **kwargs) -> Any: method gatts_indicate (line 52) | def gatts_indicate(self, *args, **kwargs) -> Any: method gatts_notify (line 55) | def gatts_notify(self, *args, **kwargs) -> Any: method gatts_read (line 58) | def gatts_read(self, *args, **kwargs) -> Any: method gatts_register_services (line 61) | def gatts_register_services(self, *args, **kwargs) -> Any: method gatts_set_buffer (line 64) | def gatts_set_buffer(self, *args, **kwargs) -> Any: method gatts_write (line 67) | def gatts_write(self, *args, **kwargs) -> Any: method irq (line 70) | def irq(self, *args, **kwargs) -> Any: class UUID (line 81) | class UUID: method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_13_266-esp32/ubluetooth.pyi class BLE (line 3) | class BLE: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method active (line 5) | def active(self, *args, **kwargs) -> Any: ... method config (line 6) | def config(self, *args, **kwargs) -> Any: ... method gap_advertise (line 7) | def gap_advertise(self, *args, **kwargs) -> Any: ... method gap_connect (line 8) | def gap_connect(self, *args, **kwargs) -> Any: ... method gap_disconnect (line 9) | def gap_disconnect(self, *args, **kwargs) -> Any: ... method gap_scan (line 10) | def gap_scan(self, *args, **kwargs) -> Any: ... method gattc_discover_characteristics (line 11) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: ... method gattc_discover_descriptors (line 12) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: ... method gattc_discover_services (line 13) | def gattc_discover_services(self, *args, **kwargs) -> Any: ... method gattc_exchange_mtu (line 14) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: ... method gattc_read (line 15) | def gattc_read(self, *args, **kwargs) -> Any: ... method gattc_write (line 16) | def gattc_write(self, *args, **kwargs) -> Any: ... method gatts_indicate (line 17) | def gatts_indicate(self, *args, **kwargs) -> Any: ... method gatts_notify (line 18) | def gatts_notify(self, *args, **kwargs) -> Any: ... method gatts_read (line 19) | def gatts_read(self, *args, **kwargs) -> Any: ... method gatts_register_services (line 20) | def gatts_register_services(self, *args, **kwargs) -> Any: ... method gatts_set_buffer (line 21) | def gatts_set_buffer(self, *args, **kwargs) -> Any: ... method gatts_write (line 22) | def gatts_write(self, *args, **kwargs) -> Any: ... method irq (line 23) | def irq(self, *args, **kwargs) -> Any: ... class UUID (line 31) | class UUID: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_13_266-esp32/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method decrypt (line 16) | def decrypt(self, *args, **kwargs) -> Any: method encrypt (line 19) | def encrypt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/ucryptolib.pyi class aes (line 3) | class aes: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method encrypt (line 6) | def encrypt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_13_266-esp32/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_13_266-esp32/uhashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/uhashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method flush (line 23) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 27) | class BytesIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: method close (line 34) | def close(self, *args, **kwargs) -> Any: method read (line 37) | def read(self, *args, **kwargs) -> Any: method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: method readline (line 43) | def readline(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method flush (line 49) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 55) | def seek(self, *args, **kwargs) -> Any: method tell (line 58) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 62) | class FileIO: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method readline (line 78) | def readline(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method flush (line 84) | def flush(self, *args, **kwargs) -> Any: method readlines (line 87) | def readlines(self, *args, **kwargs) -> Any: method seek (line 90) | def seek(self, *args, **kwargs) -> Any: method tell (line 93) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 97) | class IOBase: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 105) | class StringIO: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method readline (line 121) | def readline(self, *args, **kwargs) -> Any: method write (line 124) | def write(self, *args, **kwargs) -> Any: method flush (line 127) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 130) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 133) | def seek(self, *args, **kwargs) -> Any: method tell (line 136) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 140) | class TextIOWrapper: method __init__ (line 143) | def __init__(self, *argv, **kwargs) -> None: method close (line 147) | def close(self, *args, **kwargs) -> Any: method read (line 150) | def read(self, *args, **kwargs) -> Any: method readinto (line 153) | def readinto(self, *args, **kwargs) -> Any: method readline (line 156) | def readline(self, *args, **kwargs) -> Any: method write (line 159) | def write(self, *args, **kwargs) -> Any: method flush (line 162) | def flush(self, *args, **kwargs) -> Any: method readlines (line 165) | def readlines(self, *args, **kwargs) -> Any: method seek (line 168) | def seek(self, *args, **kwargs) -> Any: method tell (line 171) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method flush (line 8) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 10) | class BytesIO: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 12) | def close(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method write (line 16) | def write(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 18) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 19) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 20) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 22) | class FileIO: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 24) | def close(self, *args, **kwargs) -> Any: ... method read (line 25) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 27) | def readline(self, *args, **kwargs) -> Any: ... method write (line 28) | def write(self, *args, **kwargs) -> Any: ... method flush (line 29) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 30) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 31) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 32) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 34) | class IOBase: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 37) | class StringIO: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 39) | def close(self, *args, **kwargs) -> Any: ... method read (line 40) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Any: ... method write (line 43) | def write(self, *args, **kwargs) -> Any: ... method flush (line 44) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 45) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 46) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 47) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 49) | class TextIOWrapper: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 51) | def close(self, *args, **kwargs) -> Any: ... method read (line 52) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 53) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 54) | def readline(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... method flush (line 56) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 57) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 58) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 59) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 16) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Any: method log (line 22) | def log(self, *args, **kwargs) -> Any: method set_callback (line 27) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 30) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 33) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 38) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 43) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 48) | def delay(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTException (line 13) | class MQTTException(Exception): class MQTTClient (line 17) | class MQTTClient: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method connect (line 24) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 27) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 33) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 36) | def ping(self, *args, **kwargs) -> Any: method publish (line 39) | def publish(self, *args, **kwargs) -> Any: method subscribe (line 42) | def subscribe(self, *args, **kwargs) -> Any: method wait_msg (line 45) | def wait_msg(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: function head (line 17) | def head(*args, **kwargs) -> Any: class Response (line 21) | class Response: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method close (line 28) | def close(self, *args, **kwargs) -> Any: method json (line 33) | def json(self, *args, **kwargs) -> Any: function request (line 39) | def request(*args, **kwargs) -> Any: function post (line 43) | def post(*args, **kwargs) -> Any: function patch (line 47) | def patch(*args, **kwargs) -> Any: function delete (line 51) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... function head (line 5) | def head(*args, **kwargs) -> Any: ... class Response (line 7) | class Response: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 9) | def close(self, *args, **kwargs) -> Any: ... method json (line 11) | def json(self, *args, **kwargs) -> Any: ... function request (line 14) | def request(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/usocket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method close (line 32) | def close(self, *args, **kwargs) -> Any: method read (line 35) | def read(self, *args, **kwargs) -> Any: method readinto (line 38) | def readinto(self, *args, **kwargs) -> Any: method readline (line 41) | def readline(self, *args, **kwargs) -> Any: method send (line 44) | def send(self, *args, **kwargs) -> Any: method write (line 47) | def write(self, *args, **kwargs) -> Any: method accept (line 50) | def accept(self, *args, **kwargs) -> Any: method bind (line 53) | def bind(self, *args, **kwargs) -> Any: method connect (line 56) | def connect(self, *args, **kwargs) -> Any: method fileno (line 59) | def fileno(self, *args, **kwargs) -> Any: method listen (line 62) | def listen(self, *args, **kwargs) -> Any: method makefile (line 65) | def makefile(self, *args, **kwargs) -> Any: method recv (line 68) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 71) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 74) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 77) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 80) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 83) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 86) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/usocket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method send (line 23) | def send(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method accept (line 25) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 26) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 27) | def connect(self, *args, **kwargs) -> Any: ... method fileno (line 28) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/usys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/usys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/utime.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/utime.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 16) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_266-esp32/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_13_266-esp32/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/array.py class array (line 9) | class array: method append (line 12) | def append(self, *args) -> Any: method decode (line 15) | def decode(self, *args) -> Any: method extend (line 18) | def extend(self, *args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/array.pyi class array (line 3) | class array: method append (line 4) | def append(self, *args) -> Any: ... method decode (line 5) | def decode(self, *args) -> Any: ... method extend (line 6) | def extend(self, *args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args) -> Any: function hexlify (line 17) | def hexlify(*args) -> Any: function unhexlify (line 21) | def unhexlify(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args) -> Any: ... function hexlify (line 5) | def hexlify(*args) -> Any: ... function unhexlify (line 6) | def unhexlify(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): FILE: stubs/micropython-v1_13_95-pyboard/cmath.py function cos (line 9) | def cos(*args) -> Any: function exp (line 16) | def exp(*args) -> Any: function log (line 20) | def log(*args) -> Any: function log10 (line 24) | def log10(*args) -> Any: function phase (line 28) | def phase(*args) -> Any: function polar (line 35) | def polar(*args) -> Any: function rect (line 39) | def rect(*args) -> Any: function sin (line 43) | def sin(*args) -> Any: function sqrt (line 47) | def sqrt(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/cmath.pyi function cos (line 3) | def cos(*args) -> Any: ... function exp (line 7) | def exp(*args) -> Any: ... function log (line 8) | def log(*args) -> Any: ... function log10 (line 9) | def log10(*args) -> Any: ... function phase (line 10) | def phase(*args) -> Any: ... function polar (line 14) | def polar(*args) -> Any: ... function rect (line 15) | def rect(*args) -> Any: ... function sin (line 16) | def sin(*args) -> Any: ... function sqrt (line 17) | def sqrt(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/collections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *args) -> Any: method copy (line 15) | def copy(self, *args) -> Any: method fromkeys (line 18) | def fromkeys(self, *args) -> Any: method get (line 21) | def get(self, *args) -> Any: method items (line 24) | def items(self, *args) -> Any: method keys (line 27) | def keys(self, *args) -> Any: method pop (line 30) | def pop(self, *args) -> Any: method popitem (line 33) | def popitem(self, *args) -> Any: method setdefault (line 36) | def setdefault(self, *args) -> Any: method update (line 39) | def update(self, *args) -> Any: method values (line 42) | def values(self, *args) -> Any: class deque (line 46) | class deque: method append (line 49) | def append(self, *args) -> Any: method popleft (line 52) | def popleft(self, *args) -> Any: function namedtuple (line 56) | def namedtuple(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/collections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *args) -> Any: ... method copy (line 5) | def copy(self, *args) -> Any: ... method fromkeys (line 6) | def fromkeys(self, *args) -> Any: ... method get (line 7) | def get(self, *args) -> Any: ... method items (line 8) | def items(self, *args) -> Any: ... method keys (line 9) | def keys(self, *args) -> Any: ... method pop (line 10) | def pop(self, *args) -> Any: ... method popitem (line 11) | def popitem(self, *args) -> Any: ... method setdefault (line 12) | def setdefault(self, *args) -> Any: ... method update (line 13) | def update(self, *args) -> Any: ... method values (line 14) | def values(self, *args) -> Any: ... class deque (line 16) | class deque: method append (line 17) | def append(self, *args) -> Any: ... method popleft (line 18) | def popleft(self, *args) -> Any: ... function namedtuple (line 20) | def namedtuple(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/dht.py class DHT11 (line 9) | class DHT11: method humidity (line 12) | def humidity(self, *args) -> Any: method measure (line 15) | def measure(self, *args) -> Any: method temperature (line 18) | def temperature(self, *args) -> Any: class DHT22 (line 22) | class DHT22: method humidity (line 25) | def humidity(self, *args) -> Any: method measure (line 28) | def measure(self, *args) -> Any: method temperature (line 31) | def temperature(self, *args) -> Any: class DHTBase (line 35) | class DHTBase: method measure (line 38) | def measure(self, *args) -> Any: function dht_readinto (line 42) | def dht_readinto(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/dht.pyi class DHT11 (line 3) | class DHT11: method humidity (line 4) | def humidity(self, *args) -> Any: ... method measure (line 5) | def measure(self, *args) -> Any: ... method temperature (line 6) | def temperature(self, *args) -> Any: ... class DHT22 (line 8) | class DHT22: method humidity (line 9) | def humidity(self, *args) -> Any: ... method measure (line 10) | def measure(self, *args) -> Any: ... method temperature (line 11) | def temperature(self, *args) -> Any: ... class DHTBase (line 13) | class DHTBase: method measure (line 14) | def measure(self, *args) -> Any: ... function dht_readinto (line 16) | def dht_readinto(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method blit (line 12) | def blit(self, *args) -> Any: method fill (line 15) | def fill(self, *args) -> Any: method fill_rect (line 18) | def fill_rect(self, *args) -> Any: method hline (line 21) | def hline(self, *args) -> Any: method line (line 24) | def line(self, *args) -> Any: method pixel (line 27) | def pixel(self, *args) -> Any: method rect (line 30) | def rect(self, *args) -> Any: method scroll (line 33) | def scroll(self, *args) -> Any: method text (line 36) | def text(self, *args) -> Any: method vline (line 39) | def vline(self, *args) -> Any: function FrameBuffer1 (line 43) | def FrameBuffer1(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method blit (line 4) | def blit(self, *args) -> Any: ... method fill (line 5) | def fill(self, *args) -> Any: ... method fill_rect (line 6) | def fill_rect(self, *args) -> Any: ... method hline (line 7) | def hline(self, *args) -> Any: ... method line (line 8) | def line(self, *args) -> Any: ... method pixel (line 9) | def pixel(self, *args) -> Any: ... method rect (line 10) | def rect(self, *args) -> Any: ... method scroll (line 11) | def scroll(self, *args) -> Any: ... method text (line 12) | def text(self, *args) -> Any: ... method vline (line 13) | def vline(self, *args) -> Any: ... function FrameBuffer1 (line 15) | def FrameBuffer1(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/gc.py function collect (line 9) | def collect(*args) -> Any: function disable (line 13) | def disable(*args) -> Any: function enable (line 17) | def enable(*args) -> Any: function isenabled (line 21) | def isenabled(*args) -> Any: function mem_alloc (line 25) | def mem_alloc(*args) -> Any: function mem_free (line 29) | def mem_free(*args) -> Any: function threshold (line 33) | def threshold(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/gc.pyi function collect (line 3) | def collect(*args) -> Any: ... function disable (line 4) | def disable(*args) -> Any: ... function enable (line 5) | def enable(*args) -> Any: ... function isenabled (line 6) | def isenabled(*args) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args) -> Any: ... function mem_free (line 8) | def mem_free(*args) -> Any: ... function threshold (line 9) | def threshold(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/hashlib.py class sha256 (line 9) | class sha256: method digest (line 12) | def digest(self, *args) -> Any: method update (line 15) | def update(self, *args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/hashlib.pyi class sha256 (line 3) | class sha256: method digest (line 4) | def digest(self, *args) -> Any: ... method update (line 5) | def update(self, *args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/heapq.py function heapify (line 9) | def heapify(*args) -> Any: function heappop (line 13) | def heappop(*args) -> Any: function heappush (line 17) | def heappush(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/heapq.pyi function heapify (line 3) | def heapify(*args) -> Any: ... function heappop (line 4) | def heappop(*args) -> Any: ... function heappush (line 5) | def heappush(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/io.py class BytesIO (line 9) | class BytesIO: method close (line 12) | def close(self, *args) -> Any: method flush (line 15) | def flush(self, *args) -> Any: method getvalue (line 18) | def getvalue(self, *args) -> Any: method read (line 21) | def read(self, *args) -> Any: method readinto (line 24) | def readinto(self, *args) -> Any: method readline (line 27) | def readline(self, *args) -> Any: method seek (line 30) | def seek(self, *args) -> Any: method tell (line 33) | def tell(self, *args) -> Any: method write (line 36) | def write(self, *args) -> Any: class FileIO (line 40) | class FileIO: method close (line 43) | def close(self, *args) -> Any: method flush (line 46) | def flush(self, *args) -> Any: method read (line 49) | def read(self, *args) -> Any: method readinto (line 52) | def readinto(self, *args) -> Any: method readline (line 55) | def readline(self, *args) -> Any: method readlines (line 58) | def readlines(self, *args) -> Any: method seek (line 61) | def seek(self, *args) -> Any: method tell (line 64) | def tell(self, *args) -> Any: method write (line 67) | def write(self, *args) -> Any: class IOBase (line 71) | class IOBase: FILE: stubs/micropython-v1_13_95-pyboard/io.pyi class BytesIO (line 3) | class BytesIO: method close (line 4) | def close(self, *args) -> Any: ... method flush (line 5) | def flush(self, *args) -> Any: ... method getvalue (line 6) | def getvalue(self, *args) -> Any: ... method read (line 7) | def read(self, *args) -> Any: ... method readinto (line 8) | def readinto(self, *args) -> Any: ... method readline (line 9) | def readline(self, *args) -> Any: ... method seek (line 10) | def seek(self, *args) -> Any: ... method tell (line 11) | def tell(self, *args) -> Any: ... method write (line 12) | def write(self, *args) -> Any: ... class FileIO (line 14) | class FileIO: method close (line 15) | def close(self, *args) -> Any: ... method flush (line 16) | def flush(self, *args) -> Any: ... method read (line 17) | def read(self, *args) -> Any: ... method readinto (line 18) | def readinto(self, *args) -> Any: ... method readline (line 19) | def readline(self, *args) -> Any: ... method readlines (line 20) | def readlines(self, *args) -> Any: ... method seek (line 21) | def seek(self, *args) -> Any: ... method tell (line 22) | def tell(self, *args) -> Any: ... method write (line 23) | def write(self, *args) -> Any: ... class IOBase (line 25) | class IOBase: ... FILE: stubs/micropython-v1_13_95-pyboard/json.py function dump (line 9) | def dump(*args) -> Any: function dumps (line 13) | def dumps(*args) -> Any: function load (line 17) | def load(*args) -> Any: function loads (line 21) | def loads(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/json.pyi function dump (line 3) | def dump(*args) -> Any: ... function dumps (line 4) | def dumps(*args) -> Any: ... function load (line 5) | def load(*args) -> Any: ... function loads (line 6) | def loads(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/logging.py class Logger (line 14) | class Logger: method _level_str (line 17) | def _level_str(self, *args) -> Any: method critical (line 20) | def critical(self, *args) -> Any: method debug (line 23) | def debug(self, *args) -> Any: method error (line 26) | def error(self, *args) -> Any: method exc (line 29) | def exc(self, *args) -> Any: method exception (line 32) | def exception(self, *args) -> Any: method info (line 35) | def info(self, *args) -> Any: method isEnabledFor (line 38) | def isEnabledFor(self, *args) -> Any: method log (line 43) | def log(self, *args) -> Any: method setLevel (line 46) | def setLevel(self, *args) -> Any: method warning (line 49) | def warning(self, *args) -> Any: function basicConfig (line 61) | def basicConfig(*args) -> Any: function debug (line 65) | def debug(*args) -> Any: function getLogger (line 69) | def getLogger(*args) -> Any: function info (line 73) | def info(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/logging.pyi class Logger (line 8) | class Logger: method _level_str (line 9) | def _level_str(self, *args) -> Any: ... method critical (line 10) | def critical(self, *args) -> Any: ... method debug (line 11) | def debug(self, *args) -> Any: ... method error (line 12) | def error(self, *args) -> Any: ... method exc (line 13) | def exc(self, *args) -> Any: ... method exception (line 14) | def exception(self, *args) -> Any: ... method info (line 15) | def info(self, *args) -> Any: ... method isEnabledFor (line 16) | def isEnabledFor(self, *args) -> Any: ... method log (line 18) | def log(self, *args) -> Any: ... method setLevel (line 19) | def setLevel(self, *args) -> Any: ... method warning (line 20) | def warning(self, *args) -> Any: ... function basicConfig (line 29) | def basicConfig(*args) -> Any: ... function debug (line 30) | def debug(*args) -> Any: ... function getLogger (line 31) | def getLogger(*args) -> Any: ... function info (line 32) | def info(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/machine.py class ADC (line 9) | class ADC: method read_u16 (line 17) | def read_u16(self, *args) -> Any: class I2C (line 25) | class I2C: method init (line 28) | def init(self, *args) -> Any: method readfrom (line 31) | def readfrom(self, *args) -> Any: method readfrom_into (line 34) | def readfrom_into(self, *args) -> Any: method readfrom_mem (line 37) | def readfrom_mem(self, *args) -> Any: method readfrom_mem_into (line 40) | def readfrom_mem_into(self, *args) -> Any: method readinto (line 43) | def readinto(self, *args) -> Any: method scan (line 46) | def scan(self, *args) -> Any: method start (line 49) | def start(self, *args) -> Any: method stop (line 52) | def stop(self, *args) -> Any: method write (line 55) | def write(self, *args) -> Any: method writeto (line 58) | def writeto(self, *args) -> Any: method writeto_mem (line 61) | def writeto_mem(self, *args) -> Any: method writevto (line 64) | def writevto(self, *args) -> Any: class Pin (line 71) | class Pin: method af (line 113) | def af(self, *args) -> Any: method af_list (line 116) | def af_list(self, *args) -> Any: method debug (line 122) | def debug(self, *args) -> Any: method dict (line 125) | def dict(self, *args) -> Any: method gpio (line 128) | def gpio(self, *args) -> Any: method high (line 131) | def high(self, *args) -> Any: method init (line 134) | def init(self, *args) -> Any: method irq (line 137) | def irq(self, *args) -> Any: method low (line 140) | def low(self, *args) -> Any: method mapper (line 143) | def mapper(self, *args) -> Any: method mode (line 146) | def mode(self, *args) -> Any: method name (line 149) | def name(self, *args) -> Any: method names (line 152) | def names(self, *args) -> Any: method off (line 155) | def off(self, *args) -> Any: method on (line 158) | def on(self, *args) -> Any: method pin (line 161) | def pin(self, *args) -> Any: method port (line 164) | def port(self, *args) -> Any: method pull (line 167) | def pull(self, *args) -> Any: method value (line 170) | def value(self, *args) -> Any: class RTC (line 174) | class RTC: method calibration (line 177) | def calibration(self, *args) -> Any: method datetime (line 180) | def datetime(self, *args) -> Any: method info (line 183) | def info(self, *args) -> Any: method init (line 186) | def init(self, *args) -> Any: method wakeup (line 189) | def wakeup(self, *args) -> Any: class SPI (line 196) | class SPI: method deinit (line 202) | def deinit(self, *args) -> Any: method init (line 205) | def init(self, *args) -> Any: method read (line 208) | def read(self, *args) -> Any: method readinto (line 211) | def readinto(self, *args) -> Any: method write (line 214) | def write(self, *args) -> Any: method write_readinto (line 217) | def write_readinto(self, *args) -> Any: class Signal (line 221) | class Signal: method off (line 224) | def off(self, *args) -> Any: method on (line 227) | def on(self, *args) -> Any: method value (line 230) | def value(self, *args) -> Any: class SoftI2C (line 234) | class SoftI2C: method init (line 237) | def init(self, *args) -> Any: method readfrom (line 240) | def readfrom(self, *args) -> Any: method readfrom_into (line 243) | def readfrom_into(self, *args) -> Any: method readfrom_mem (line 246) | def readfrom_mem(self, *args) -> Any: method readfrom_mem_into (line 249) | def readfrom_mem_into(self, *args) -> Any: method readinto (line 252) | def readinto(self, *args) -> Any: method scan (line 255) | def scan(self, *args) -> Any: method start (line 258) | def start(self, *args) -> Any: method stop (line 261) | def stop(self, *args) -> Any: method write (line 264) | def write(self, *args) -> Any: method writeto (line 267) | def writeto(self, *args) -> Any: method writeto_mem (line 270) | def writeto_mem(self, *args) -> Any: method writevto (line 273) | def writevto(self, *args) -> Any: class SoftSPI (line 277) | class SoftSPI: method deinit (line 283) | def deinit(self, *args) -> Any: method init (line 286) | def init(self, *args) -> Any: method read (line 289) | def read(self, *args) -> Any: method readinto (line 292) | def readinto(self, *args) -> Any: method write (line 295) | def write(self, *args) -> Any: method write_readinto (line 298) | def write_readinto(self, *args) -> Any: class Timer (line 302) | class Timer: method deinit (line 308) | def deinit(self, *args) -> Any: method init (line 311) | def init(self, *args) -> Any: class UART (line 315) | class UART: method any (line 322) | def any(self, *args) -> Any: method deinit (line 325) | def deinit(self, *args) -> Any: method init (line 328) | def init(self, *args) -> Any: method irq (line 331) | def irq(self, *args) -> Any: method read (line 334) | def read(self, *args) -> Any: method readchar (line 337) | def readchar(self, *args) -> Any: method readinto (line 340) | def readinto(self, *args) -> Any: method readline (line 343) | def readline(self, *args) -> Any: method sendbreak (line 346) | def sendbreak(self, *args) -> Any: method write (line 349) | def write(self, *args) -> Any: method writechar (line 352) | def writechar(self, *args) -> Any: class WDT (line 356) | class WDT: method feed (line 359) | def feed(self, *args) -> Any: function bootloader (line 366) | def bootloader(*args) -> Any: function deepsleep (line 370) | def deepsleep(*args) -> Any: function disable_irq (line 374) | def disable_irq(*args) -> Any: function enable_irq (line 378) | def enable_irq(*args) -> Any: function freq (line 382) | def freq(*args) -> Any: function idle (line 386) | def idle(*args) -> Any: function info (line 390) | def info(*args) -> Any: function lightsleep (line 394) | def lightsleep(*args) -> Any: function reset (line 403) | def reset(*args) -> Any: function reset_cause (line 407) | def reset_cause(*args) -> Any: function rng (line 411) | def rng(*args) -> Any: function sleep (line 415) | def sleep(*args) -> Any: function soft_reset (line 419) | def soft_reset(*args) -> Any: function time_pulse_us (line 423) | def time_pulse_us(*args) -> Any: function unique_id (line 427) | def unique_id(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/machine.pyi class ADC (line 3) | class ADC: method read_u16 (line 8) | def read_u16(self, *args) -> Any: ... class I2C (line 13) | class I2C: method init (line 14) | def init(self, *args) -> Any: ... method readfrom (line 15) | def readfrom(self, *args) -> Any: ... method readfrom_into (line 16) | def readfrom_into(self, *args) -> Any: ... method readfrom_mem (line 17) | def readfrom_mem(self, *args) -> Any: ... method readfrom_mem_into (line 18) | def readfrom_mem_into(self, *args) -> Any: ... method readinto (line 19) | def readinto(self, *args) -> Any: ... method scan (line 20) | def scan(self, *args) -> Any: ... method start (line 21) | def start(self, *args) -> Any: ... method stop (line 22) | def stop(self, *args) -> Any: ... method write (line 23) | def write(self, *args) -> Any: ... method writeto (line 24) | def writeto(self, *args) -> Any: ... method writeto_mem (line 25) | def writeto_mem(self, *args) -> Any: ... method writevto (line 26) | def writevto(self, *args) -> Any: ... class Pin (line 30) | class Pin: method af (line 69) | def af(self, *args) -> Any: ... method af_list (line 70) | def af_list(self, *args) -> Any: ... method debug (line 73) | def debug(self, *args) -> Any: ... method dict (line 74) | def dict(self, *args) -> Any: ... method gpio (line 75) | def gpio(self, *args) -> Any: ... method high (line 76) | def high(self, *args) -> Any: ... method init (line 77) | def init(self, *args) -> Any: ... method irq (line 78) | def irq(self, *args) -> Any: ... method low (line 79) | def low(self, *args) -> Any: ... method mapper (line 80) | def mapper(self, *args) -> Any: ... method mode (line 81) | def mode(self, *args) -> Any: ... method name (line 82) | def name(self, *args) -> Any: ... method names (line 83) | def names(self, *args) -> Any: ... method off (line 84) | def off(self, *args) -> Any: ... method on (line 85) | def on(self, *args) -> Any: ... method pin (line 86) | def pin(self, *args) -> Any: ... method port (line 87) | def port(self, *args) -> Any: ... method pull (line 88) | def pull(self, *args) -> Any: ... method value (line 89) | def value(self, *args) -> Any: ... class RTC (line 91) | class RTC: method calibration (line 92) | def calibration(self, *args) -> Any: ... method datetime (line 93) | def datetime(self, *args) -> Any: ... method info (line 94) | def info(self, *args) -> Any: ... method init (line 95) | def init(self, *args) -> Any: ... method wakeup (line 96) | def wakeup(self, *args) -> Any: ... class SPI (line 100) | class SPI: method deinit (line 103) | def deinit(self, *args) -> Any: ... method init (line 104) | def init(self, *args) -> Any: ... method read (line 105) | def read(self, *args) -> Any: ... method readinto (line 106) | def readinto(self, *args) -> Any: ... method write (line 107) | def write(self, *args) -> Any: ... method write_readinto (line 108) | def write_readinto(self, *args) -> Any: ... class Signal (line 110) | class Signal: method off (line 111) | def off(self, *args) -> Any: ... method on (line 112) | def on(self, *args) -> Any: ... method value (line 113) | def value(self, *args) -> Any: ... class SoftI2C (line 115) | class SoftI2C: method init (line 116) | def init(self, *args) -> Any: ... method readfrom (line 117) | def readfrom(self, *args) -> Any: ... method readfrom_into (line 118) | def readfrom_into(self, *args) -> Any: ... method readfrom_mem (line 119) | def readfrom_mem(self, *args) -> Any: ... method readfrom_mem_into (line 120) | def readfrom_mem_into(self, *args) -> Any: ... method readinto (line 121) | def readinto(self, *args) -> Any: ... method scan (line 122) | def scan(self, *args) -> Any: ... method start (line 123) | def start(self, *args) -> Any: ... method stop (line 124) | def stop(self, *args) -> Any: ... method write (line 125) | def write(self, *args) -> Any: ... method writeto (line 126) | def writeto(self, *args) -> Any: ... method writeto_mem (line 127) | def writeto_mem(self, *args) -> Any: ... method writevto (line 128) | def writevto(self, *args) -> Any: ... class SoftSPI (line 130) | class SoftSPI: method deinit (line 133) | def deinit(self, *args) -> Any: ... method init (line 134) | def init(self, *args) -> Any: ... method read (line 135) | def read(self, *args) -> Any: ... method readinto (line 136) | def readinto(self, *args) -> Any: ... method write (line 137) | def write(self, *args) -> Any: ... method write_readinto (line 138) | def write_readinto(self, *args) -> Any: ... class Timer (line 140) | class Timer: method deinit (line 143) | def deinit(self, *args) -> Any: ... method init (line 144) | def init(self, *args) -> Any: ... class UART (line 146) | class UART: method any (line 150) | def any(self, *args) -> Any: ... method deinit (line 151) | def deinit(self, *args) -> Any: ... method init (line 152) | def init(self, *args) -> Any: ... method irq (line 153) | def irq(self, *args) -> Any: ... method read (line 154) | def read(self, *args) -> Any: ... method readchar (line 155) | def readchar(self, *args) -> Any: ... method readinto (line 156) | def readinto(self, *args) -> Any: ... method readline (line 157) | def readline(self, *args) -> Any: ... method sendbreak (line 158) | def sendbreak(self, *args) -> Any: ... method write (line 159) | def write(self, *args) -> Any: ... method writechar (line 160) | def writechar(self, *args) -> Any: ... class WDT (line 162) | class WDT: method feed (line 163) | def feed(self, *args) -> Any: ... function bootloader (line 167) | def bootloader(*args) -> Any: ... function deepsleep (line 168) | def deepsleep(*args) -> Any: ... function disable_irq (line 169) | def disable_irq(*args) -> Any: ... function enable_irq (line 170) | def enable_irq(*args) -> Any: ... function freq (line 171) | def freq(*args) -> Any: ... function idle (line 172) | def idle(*args) -> Any: ... function info (line 173) | def info(*args) -> Any: ... function lightsleep (line 174) | def lightsleep(*args) -> Any: ... function reset (line 180) | def reset(*args) -> Any: ... function reset_cause (line 181) | def reset_cause(*args) -> Any: ... function rng (line 182) | def rng(*args) -> Any: ... function sleep (line 183) | def sleep(*args) -> Any: ... function soft_reset (line 184) | def soft_reset(*args) -> Any: ... function time_pulse_us (line 185) | def time_pulse_us(*args) -> Any: ... function unique_id (line 186) | def unique_id(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/math.py function acos (line 9) | def acos(*args) -> Any: function acosh (line 13) | def acosh(*args) -> Any: function asin (line 17) | def asin(*args) -> Any: function asinh (line 21) | def asinh(*args) -> Any: function atan (line 25) | def atan(*args) -> Any: function atan2 (line 29) | def atan2(*args) -> Any: function atanh (line 33) | def atanh(*args) -> Any: function ceil (line 37) | def ceil(*args) -> Any: function copysign (line 41) | def copysign(*args) -> Any: function cos (line 45) | def cos(*args) -> Any: function cosh (line 49) | def cosh(*args) -> Any: function degrees (line 53) | def degrees(*args) -> Any: function erf (line 60) | def erf(*args) -> Any: function erfc (line 64) | def erfc(*args) -> Any: function exp (line 68) | def exp(*args) -> Any: function expm1 (line 72) | def expm1(*args) -> Any: function fabs (line 76) | def fabs(*args) -> Any: function factorial (line 80) | def factorial(*args) -> Any: function floor (line 84) | def floor(*args) -> Any: function fmod (line 88) | def fmod(*args) -> Any: function frexp (line 92) | def frexp(*args) -> Any: function gamma (line 96) | def gamma(*args) -> Any: function isclose (line 100) | def isclose(*args) -> Any: function isfinite (line 104) | def isfinite(*args) -> Any: function isinf (line 108) | def isinf(*args) -> Any: function isnan (line 112) | def isnan(*args) -> Any: function ldexp (line 116) | def ldexp(*args) -> Any: function lgamma (line 120) | def lgamma(*args) -> Any: function log (line 124) | def log(*args) -> Any: function log10 (line 128) | def log10(*args) -> Any: function log2 (line 132) | def log2(*args) -> Any: function modf (line 136) | def modf(*args) -> Any: function pow (line 143) | def pow(*args) -> Any: function radians (line 147) | def radians(*args) -> Any: function sin (line 151) | def sin(*args) -> Any: function sinh (line 155) | def sinh(*args) -> Any: function sqrt (line 159) | def sqrt(*args) -> Any: function tan (line 163) | def tan(*args) -> Any: function tanh (line 167) | def tanh(*args) -> Any: function trunc (line 171) | def trunc(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/math.pyi function acos (line 3) | def acos(*args) -> Any: ... function acosh (line 4) | def acosh(*args) -> Any: ... function asin (line 5) | def asin(*args) -> Any: ... function asinh (line 6) | def asinh(*args) -> Any: ... function atan (line 7) | def atan(*args) -> Any: ... function atan2 (line 8) | def atan2(*args) -> Any: ... function atanh (line 9) | def atanh(*args) -> Any: ... function ceil (line 10) | def ceil(*args) -> Any: ... function copysign (line 11) | def copysign(*args) -> Any: ... function cos (line 12) | def cos(*args) -> Any: ... function cosh (line 13) | def cosh(*args) -> Any: ... function degrees (line 14) | def degrees(*args) -> Any: ... function erf (line 18) | def erf(*args) -> Any: ... function erfc (line 19) | def erfc(*args) -> Any: ... function exp (line 20) | def exp(*args) -> Any: ... function expm1 (line 21) | def expm1(*args) -> Any: ... function fabs (line 22) | def fabs(*args) -> Any: ... function factorial (line 23) | def factorial(*args) -> Any: ... function floor (line 24) | def floor(*args) -> Any: ... function fmod (line 25) | def fmod(*args) -> Any: ... function frexp (line 26) | def frexp(*args) -> Any: ... function gamma (line 27) | def gamma(*args) -> Any: ... function isclose (line 28) | def isclose(*args) -> Any: ... function isfinite (line 29) | def isfinite(*args) -> Any: ... function isinf (line 30) | def isinf(*args) -> Any: ... function isnan (line 31) | def isnan(*args) -> Any: ... function ldexp (line 32) | def ldexp(*args) -> Any: ... function lgamma (line 33) | def lgamma(*args) -> Any: ... function log (line 34) | def log(*args) -> Any: ... function log10 (line 35) | def log10(*args) -> Any: ... function log2 (line 36) | def log2(*args) -> Any: ... function modf (line 37) | def modf(*args) -> Any: ... function pow (line 41) | def pow(*args) -> Any: ... function radians (line 42) | def radians(*args) -> Any: ... function sin (line 43) | def sin(*args) -> Any: ... function sinh (line 44) | def sinh(*args) -> Any: ... function sqrt (line 45) | def sqrt(*args) -> Any: ... function tan (line 46) | def tan(*args) -> Any: ... function tanh (line 47) | def tanh(*args) -> Any: ... function trunc (line 48) | def trunc(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/micropython.py function alloc_emergency_exception_buf (line 9) | def alloc_emergency_exception_buf(*args) -> Any: function const (line 13) | def const(*args) -> Any: function heap_lock (line 17) | def heap_lock(*args) -> Any: function heap_unlock (line 21) | def heap_unlock(*args) -> Any: function kbd_intr (line 25) | def kbd_intr(*args) -> Any: function mem_info (line 29) | def mem_info(*args) -> Any: function opt_level (line 33) | def opt_level(*args) -> Any: function qstr_info (line 37) | def qstr_info(*args) -> Any: function schedule (line 41) | def schedule(*args) -> Any: function stack_use (line 45) | def stack_use(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/micropython.pyi function alloc_emergency_exception_buf (line 3) | def alloc_emergency_exception_buf(*args) -> Any: ... function const (line 4) | def const(*args) -> Any: ... function heap_lock (line 5) | def heap_lock(*args) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args) -> Any: ... function mem_info (line 8) | def mem_info(*args) -> Any: ... function opt_level (line 9) | def opt_level(*args) -> Any: ... function qstr_info (line 10) | def qstr_info(*args) -> Any: ... function schedule (line 11) | def schedule(*args) -> Any: ... function stack_use (line 12) | def stack_use(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/network.py function route (line 9) | def route(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/network.pyi function route (line 3) | def route(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/onewire.py class OneWire (line 9) | class OneWire: method _search_rom (line 16) | def _search_rom(self, *args) -> Any: method crc8 (line 19) | def crc8(self, *args) -> Any: method readbit (line 22) | def readbit(self, *args) -> Any: method readbyte (line 25) | def readbyte(self, *args) -> Any: method readinto (line 28) | def readinto(self, *args) -> Any: method reset (line 31) | def reset(self, *args) -> Any: method scan (line 34) | def scan(self, *args) -> Any: method select_rom (line 37) | def select_rom(self, *args) -> Any: method write (line 40) | def write(self, *args) -> Any: method writebit (line 43) | def writebit(self, *args) -> Any: method writebyte (line 46) | def writebyte(self, *args) -> Any: class OneWireError (line 50) | class OneWireError(Exception): FILE: stubs/micropython-v1_13_95-pyboard/onewire.pyi class OneWire (line 3) | class OneWire: method _search_rom (line 7) | def _search_rom(self, *args) -> Any: ... method crc8 (line 8) | def crc8(self, *args) -> Any: ... method readbit (line 9) | def readbit(self, *args) -> Any: ... method readbyte (line 10) | def readbyte(self, *args) -> Any: ... method readinto (line 11) | def readinto(self, *args) -> Any: ... method reset (line 12) | def reset(self, *args) -> Any: ... method scan (line 13) | def scan(self, *args) -> Any: ... method select_rom (line 14) | def select_rom(self, *args) -> Any: ... method write (line 15) | def write(self, *args) -> Any: ... method writebit (line 16) | def writebit(self, *args) -> Any: ... method writebyte (line 17) | def writebyte(self, *args) -> Any: ... class OneWireError (line 19) | class OneWireError(Exception): ... FILE: stubs/micropython-v1_13_95-pyboard/os.py class VfsFat (line 9) | class VfsFat: method chdir (line 12) | def chdir(self, *args) -> Any: method getcwd (line 15) | def getcwd(self, *args) -> Any: method ilistdir (line 18) | def ilistdir(self, *args) -> Any: method mkdir (line 21) | def mkdir(self, *args) -> Any: method mkfs (line 24) | def mkfs(self, *args) -> Any: method mount (line 27) | def mount(self, *args) -> Any: method open (line 30) | def open(self, *args) -> Any: method remove (line 33) | def remove(self, *args) -> Any: method rename (line 36) | def rename(self, *args) -> Any: method rmdir (line 39) | def rmdir(self, *args) -> Any: method stat (line 42) | def stat(self, *args) -> Any: method statvfs (line 45) | def statvfs(self, *args) -> Any: method umount (line 48) | def umount(self, *args) -> Any: class VfsLfs2 (line 52) | class VfsLfs2: method chdir (line 55) | def chdir(self, *args) -> Any: method getcwd (line 58) | def getcwd(self, *args) -> Any: method ilistdir (line 61) | def ilistdir(self, *args) -> Any: method mkdir (line 64) | def mkdir(self, *args) -> Any: method mkfs (line 67) | def mkfs(self, *args) -> Any: method mount (line 70) | def mount(self, *args) -> Any: method open (line 73) | def open(self, *args) -> Any: method remove (line 76) | def remove(self, *args) -> Any: method rename (line 79) | def rename(self, *args) -> Any: method rmdir (line 82) | def rmdir(self, *args) -> Any: method stat (line 85) | def stat(self, *args) -> Any: method statvfs (line 88) | def statvfs(self, *args) -> Any: method umount (line 91) | def umount(self, *args) -> Any: function chdir (line 95) | def chdir(*args) -> Any: function dupterm (line 99) | def dupterm(*args) -> Any: function getcwd (line 103) | def getcwd(*args) -> Any: function ilistdir (line 107) | def ilistdir(*args) -> Any: function listdir (line 111) | def listdir(*args) -> Any: function mkdir (line 115) | def mkdir(*args) -> Any: function mount (line 119) | def mount(*args) -> Any: function remove (line 123) | def remove(*args) -> Any: function rename (line 127) | def rename(*args) -> Any: function rmdir (line 131) | def rmdir(*args) -> Any: function stat (line 138) | def stat(*args) -> Any: function statvfs (line 142) | def statvfs(*args) -> Any: function sync (line 146) | def sync(*args) -> Any: function umount (line 150) | def umount(*args) -> Any: function uname (line 154) | def uname(*args) -> Any: function unlink (line 158) | def unlink(*args) -> Any: function urandom (line 162) | def urandom(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/os.pyi class VfsFat (line 3) | class VfsFat: method chdir (line 4) | def chdir(self, *args) -> Any: ... method getcwd (line 5) | def getcwd(self, *args) -> Any: ... method ilistdir (line 6) | def ilistdir(self, *args) -> Any: ... method mkdir (line 7) | def mkdir(self, *args) -> Any: ... method mkfs (line 8) | def mkfs(self, *args) -> Any: ... method mount (line 9) | def mount(self, *args) -> Any: ... method open (line 10) | def open(self, *args) -> Any: ... method remove (line 11) | def remove(self, *args) -> Any: ... method rename (line 12) | def rename(self, *args) -> Any: ... method rmdir (line 13) | def rmdir(self, *args) -> Any: ... method stat (line 14) | def stat(self, *args) -> Any: ... method statvfs (line 15) | def statvfs(self, *args) -> Any: ... method umount (line 16) | def umount(self, *args) -> Any: ... class VfsLfs2 (line 18) | class VfsLfs2: method chdir (line 19) | def chdir(self, *args) -> Any: ... method getcwd (line 20) | def getcwd(self, *args) -> Any: ... method ilistdir (line 21) | def ilistdir(self, *args) -> Any: ... method mkdir (line 22) | def mkdir(self, *args) -> Any: ... method mkfs (line 23) | def mkfs(self, *args) -> Any: ... method mount (line 24) | def mount(self, *args) -> Any: ... method open (line 25) | def open(self, *args) -> Any: ... method remove (line 26) | def remove(self, *args) -> Any: ... method rename (line 27) | def rename(self, *args) -> Any: ... method rmdir (line 28) | def rmdir(self, *args) -> Any: ... method stat (line 29) | def stat(self, *args) -> Any: ... method statvfs (line 30) | def statvfs(self, *args) -> Any: ... method umount (line 31) | def umount(self, *args) -> Any: ... function chdir (line 33) | def chdir(*args) -> Any: ... function dupterm (line 34) | def dupterm(*args) -> Any: ... function getcwd (line 35) | def getcwd(*args) -> Any: ... function ilistdir (line 36) | def ilistdir(*args) -> Any: ... function listdir (line 37) | def listdir(*args) -> Any: ... function mkdir (line 38) | def mkdir(*args) -> Any: ... function mount (line 39) | def mount(*args) -> Any: ... function remove (line 40) | def remove(*args) -> Any: ... function rename (line 41) | def rename(*args) -> Any: ... function rmdir (line 42) | def rmdir(*args) -> Any: ... function stat (line 46) | def stat(*args) -> Any: ... function statvfs (line 47) | def statvfs(*args) -> Any: ... function sync (line 48) | def sync(*args) -> Any: ... function umount (line 49) | def umount(*args) -> Any: ... function uname (line 50) | def uname(*args) -> Any: ... function unlink (line 51) | def unlink(*args) -> Any: ... function urandom (line 52) | def urandom(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/pyb.py class ADC (line 9) | class ADC: method read (line 12) | def read(self, *args) -> Any: method read_timed (line 15) | def read_timed(self, *args) -> Any: method read_timed_multi (line 18) | def read_timed_multi(self, *args) -> Any: class ADCAll (line 22) | class ADCAll: method read_channel (line 25) | def read_channel(self, *args) -> Any: method read_core_temp (line 28) | def read_core_temp(self, *args) -> Any: method read_core_vbat (line 31) | def read_core_vbat(self, *args) -> Any: method read_core_vref (line 34) | def read_core_vref(self, *args) -> Any: method read_vref (line 37) | def read_vref(self, *args) -> Any: class Accel (line 41) | class Accel: method filtered_xyz (line 44) | def filtered_xyz(self, *args) -> Any: method read (line 47) | def read(self, *args) -> Any: method tilt (line 50) | def tilt(self, *args) -> Any: method write (line 53) | def write(self, *args) -> Any: method x (line 56) | def x(self, *args) -> Any: method y (line 59) | def y(self, *args) -> Any: method z (line 62) | def z(self, *args) -> Any: class CAN (line 66) | class CAN: method any (line 83) | def any(self, *args) -> Any: method clearfilter (line 86) | def clearfilter(self, *args) -> Any: method deinit (line 89) | def deinit(self, *args) -> Any: method info (line 92) | def info(self, *args) -> Any: method init (line 95) | def init(self, *args) -> Any: method initfilterbanks (line 98) | def initfilterbanks(self, *args) -> Any: method recv (line 101) | def recv(self, *args) -> Any: method restart (line 104) | def restart(self, *args) -> Any: method rxcallback (line 107) | def rxcallback(self, *args) -> Any: method send (line 110) | def send(self, *args) -> Any: method setfilter (line 113) | def setfilter(self, *args) -> Any: method state (line 116) | def state(self, *args) -> Any: class DAC (line 120) | class DAC: method deinit (line 126) | def deinit(self, *args) -> Any: method init (line 129) | def init(self, *args) -> Any: method noise (line 132) | def noise(self, *args) -> Any: method triangle (line 135) | def triangle(self, *args) -> Any: method write (line 138) | def write(self, *args) -> Any: method write_timed (line 141) | def write_timed(self, *args) -> Any: class ExtInt (line 145) | class ExtInt: method disable (line 155) | def disable(self, *args) -> Any: method enable (line 158) | def enable(self, *args) -> Any: method line (line 161) | def line(self, *args) -> Any: method regs (line 164) | def regs(self, *args) -> Any: method swint (line 167) | def swint(self, *args) -> Any: class Flash (line 171) | class Flash: method ioctl (line 174) | def ioctl(self, *args) -> Any: method readblocks (line 177) | def readblocks(self, *args) -> Any: method writeblocks (line 180) | def writeblocks(self, *args) -> Any: class I2C (line 184) | class I2C: method deinit (line 190) | def deinit(self, *args) -> Any: method init (line 193) | def init(self, *args) -> Any: method is_ready (line 196) | def is_ready(self, *args) -> Any: method mem_read (line 199) | def mem_read(self, *args) -> Any: method mem_write (line 202) | def mem_write(self, *args) -> Any: method recv (line 205) | def recv(self, *args) -> Any: method scan (line 208) | def scan(self, *args) -> Any: method send (line 211) | def send(self, *args) -> Any: class LCD (line 215) | class LCD: method command (line 218) | def command(self, *args) -> Any: method contrast (line 221) | def contrast(self, *args) -> Any: method fill (line 224) | def fill(self, *args) -> Any: method get (line 227) | def get(self, *args) -> Any: method light (line 230) | def light(self, *args) -> Any: method pixel (line 233) | def pixel(self, *args) -> Any: method show (line 236) | def show(self, *args) -> Any: method text (line 239) | def text(self, *args) -> Any: method write (line 242) | def write(self, *args) -> Any: class LED (line 246) | class LED: method intensity (line 249) | def intensity(self, *args) -> Any: method off (line 252) | def off(self, *args) -> Any: method on (line 255) | def on(self, *args) -> Any: method toggle (line 258) | def toggle(self, *args) -> Any: class Pin (line 262) | class Pin: method af (line 304) | def af(self, *args) -> Any: method af_list (line 307) | def af_list(self, *args) -> Any: method debug (line 313) | def debug(self, *args) -> Any: method dict (line 316) | def dict(self, *args) -> Any: method gpio (line 319) | def gpio(self, *args) -> Any: method high (line 322) | def high(self, *args) -> Any: method init (line 325) | def init(self, *args) -> Any: method irq (line 328) | def irq(self, *args) -> Any: method low (line 331) | def low(self, *args) -> Any: method mapper (line 334) | def mapper(self, *args) -> Any: method mode (line 337) | def mode(self, *args) -> Any: method name (line 340) | def name(self, *args) -> Any: method names (line 343) | def names(self, *args) -> Any: method off (line 346) | def off(self, *args) -> Any: method on (line 349) | def on(self, *args) -> Any: method pin (line 352) | def pin(self, *args) -> Any: method port (line 355) | def port(self, *args) -> Any: method pull (line 358) | def pull(self, *args) -> Any: method value (line 361) | def value(self, *args) -> Any: class RTC (line 365) | class RTC: method calibration (line 368) | def calibration(self, *args) -> Any: method datetime (line 371) | def datetime(self, *args) -> Any: method info (line 374) | def info(self, *args) -> Any: method init (line 377) | def init(self, *args) -> Any: method wakeup (line 380) | def wakeup(self, *args) -> Any: class SDCard (line 387) | class SDCard: method info (line 390) | def info(self, *args) -> Any: method ioctl (line 393) | def ioctl(self, *args) -> Any: method power (line 396) | def power(self, *args) -> Any: method present (line 399) | def present(self, *args) -> Any: method read (line 402) | def read(self, *args) -> Any: method readblocks (line 405) | def readblocks(self, *args) -> Any: method write (line 408) | def write(self, *args) -> Any: method writeblocks (line 411) | def writeblocks(self, *args) -> Any: class SPI (line 415) | class SPI: method deinit (line 423) | def deinit(self, *args) -> Any: method init (line 426) | def init(self, *args) -> Any: method read (line 429) | def read(self, *args) -> Any: method readinto (line 432) | def readinto(self, *args) -> Any: method recv (line 435) | def recv(self, *args) -> Any: method send (line 438) | def send(self, *args) -> Any: method send_recv (line 441) | def send_recv(self, *args) -> Any: method write (line 444) | def write(self, *args) -> Any: method write_readinto (line 447) | def write_readinto(self, *args) -> Any: class Servo (line 451) | class Servo: method angle (line 454) | def angle(self, *args) -> Any: method calibration (line 457) | def calibration(self, *args) -> Any: method pulse_width (line 460) | def pulse_width(self, *args) -> Any: method speed (line 463) | def speed(self, *args) -> Any: class Switch (line 467) | class Switch: method callback (line 470) | def callback(self, *args) -> Any: method value (line 473) | def value(self, *args) -> Any: class Timer (line 477) | class Timer: method callback (line 504) | def callback(self, *args) -> Any: method channel (line 507) | def channel(self, *args) -> Any: method counter (line 510) | def counter(self, *args) -> Any: method deinit (line 513) | def deinit(self, *args) -> Any: method freq (line 516) | def freq(self, *args) -> Any: method init (line 519) | def init(self, *args) -> Any: method period (line 522) | def period(self, *args) -> Any: method prescaler (line 525) | def prescaler(self, *args) -> Any: method source_freq (line 528) | def source_freq(self, *args) -> Any: class UART (line 532) | class UART: method any (line 539) | def any(self, *args) -> Any: method deinit (line 542) | def deinit(self, *args) -> Any: method init (line 545) | def init(self, *args) -> Any: method irq (line 548) | def irq(self, *args) -> Any: method read (line 551) | def read(self, *args) -> Any: method readchar (line 554) | def readchar(self, *args) -> Any: method readinto (line 557) | def readinto(self, *args) -> Any: method readline (line 560) | def readline(self, *args) -> Any: method sendbreak (line 563) | def sendbreak(self, *args) -> Any: method write (line 566) | def write(self, *args) -> Any: method writechar (line 569) | def writechar(self, *args) -> Any: class USB_HID (line 573) | class USB_HID: method recv (line 576) | def recv(self, *args) -> Any: method send (line 579) | def send(self, *args) -> Any: class USB_VCP (line 583) | class USB_VCP: method any (line 589) | def any(self, *args) -> Any: method close (line 592) | def close(self, *args) -> Any: method init (line 595) | def init(self, *args) -> Any: method isconnected (line 598) | def isconnected(self, *args) -> Any: method read (line 601) | def read(self, *args) -> Any: method readinto (line 604) | def readinto(self, *args) -> Any: method readline (line 607) | def readline(self, *args) -> Any: method readlines (line 610) | def readlines(self, *args) -> Any: method recv (line 613) | def recv(self, *args) -> Any: method send (line 616) | def send(self, *args) -> Any: method setinterrupt (line 619) | def setinterrupt(self, *args) -> Any: method write (line 622) | def write(self, *args) -> Any: function bootloader (line 626) | def bootloader(*args) -> Any: function country (line 630) | def country(*args) -> Any: function delay (line 634) | def delay(*args) -> Any: function dht_readinto (line 638) | def dht_readinto(*args) -> Any: function disable_irq (line 642) | def disable_irq(*args) -> Any: function elapsed_micros (line 646) | def elapsed_micros(*args) -> Any: function elapsed_millis (line 650) | def elapsed_millis(*args) -> Any: function enable_irq (line 654) | def enable_irq(*args) -> Any: function fault_debug (line 658) | def fault_debug(*args) -> Any: function freq (line 662) | def freq(*args) -> Any: function hard_reset (line 666) | def hard_reset(*args) -> Any: function have_cdc (line 670) | def have_cdc(*args) -> Any: function hid (line 674) | def hid(*args) -> Any: function info (line 682) | def info(*args) -> Any: function main (line 686) | def main(*args) -> Any: function micros (line 690) | def micros(*args) -> Any: function millis (line 694) | def millis(*args) -> Any: function mount (line 698) | def mount(*args) -> Any: function pwm (line 702) | def pwm(*args) -> Any: function repl_info (line 706) | def repl_info(*args) -> Any: function repl_uart (line 710) | def repl_uart(*args) -> Any: function rng (line 714) | def rng(*args) -> Any: function servo (line 718) | def servo(*args) -> Any: function standby (line 722) | def standby(*args) -> Any: function stop (line 726) | def stop(*args) -> Any: function sync (line 730) | def sync(*args) -> Any: function udelay (line 734) | def udelay(*args) -> Any: function unique_id (line 738) | def unique_id(*args) -> Any: function usb_mode (line 742) | def usb_mode(*args) -> Any: function wfi (line 746) | def wfi(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/pyb.pyi class ADC (line 3) | class ADC: method read (line 4) | def read(self, *args) -> Any: ... method read_timed (line 5) | def read_timed(self, *args) -> Any: ... method read_timed_multi (line 6) | def read_timed_multi(self, *args) -> Any: ... class ADCAll (line 8) | class ADCAll: method read_channel (line 9) | def read_channel(self, *args) -> Any: ... method read_core_temp (line 10) | def read_core_temp(self, *args) -> Any: ... method read_core_vbat (line 11) | def read_core_vbat(self, *args) -> Any: ... method read_core_vref (line 12) | def read_core_vref(self, *args) -> Any: ... method read_vref (line 13) | def read_vref(self, *args) -> Any: ... class Accel (line 15) | class Accel: method filtered_xyz (line 16) | def filtered_xyz(self, *args) -> Any: ... method read (line 17) | def read(self, *args) -> Any: ... method tilt (line 18) | def tilt(self, *args) -> Any: ... method write (line 19) | def write(self, *args) -> Any: ... method x (line 20) | def x(self, *args) -> Any: ... method y (line 21) | def y(self, *args) -> Any: ... method z (line 22) | def z(self, *args) -> Any: ... class CAN (line 24) | class CAN: method any (line 38) | def any(self, *args) -> Any: ... method clearfilter (line 39) | def clearfilter(self, *args) -> Any: ... method deinit (line 40) | def deinit(self, *args) -> Any: ... method info (line 41) | def info(self, *args) -> Any: ... method init (line 42) | def init(self, *args) -> Any: ... method initfilterbanks (line 43) | def initfilterbanks(self, *args) -> Any: ... method recv (line 44) | def recv(self, *args) -> Any: ... method restart (line 45) | def restart(self, *args) -> Any: ... method rxcallback (line 46) | def rxcallback(self, *args) -> Any: ... method send (line 47) | def send(self, *args) -> Any: ... method setfilter (line 48) | def setfilter(self, *args) -> Any: ... method state (line 49) | def state(self, *args) -> Any: ... class DAC (line 51) | class DAC: method deinit (line 54) | def deinit(self, *args) -> Any: ... method init (line 55) | def init(self, *args) -> Any: ... method noise (line 56) | def noise(self, *args) -> Any: ... method triangle (line 57) | def triangle(self, *args) -> Any: ... method write (line 58) | def write(self, *args) -> Any: ... method write_timed (line 59) | def write_timed(self, *args) -> Any: ... class ExtInt (line 61) | class ExtInt: method disable (line 68) | def disable(self, *args) -> Any: ... method enable (line 69) | def enable(self, *args) -> Any: ... method line (line 70) | def line(self, *args) -> Any: ... method regs (line 71) | def regs(self, *args) -> Any: ... method swint (line 72) | def swint(self, *args) -> Any: ... class Flash (line 74) | class Flash: method ioctl (line 75) | def ioctl(self, *args) -> Any: ... method readblocks (line 76) | def readblocks(self, *args) -> Any: ... method writeblocks (line 77) | def writeblocks(self, *args) -> Any: ... class I2C (line 79) | class I2C: method deinit (line 82) | def deinit(self, *args) -> Any: ... method init (line 83) | def init(self, *args) -> Any: ... method is_ready (line 84) | def is_ready(self, *args) -> Any: ... method mem_read (line 85) | def mem_read(self, *args) -> Any: ... method mem_write (line 86) | def mem_write(self, *args) -> Any: ... method recv (line 87) | def recv(self, *args) -> Any: ... method scan (line 88) | def scan(self, *args) -> Any: ... method send (line 89) | def send(self, *args) -> Any: ... class LCD (line 91) | class LCD: method command (line 92) | def command(self, *args) -> Any: ... method contrast (line 93) | def contrast(self, *args) -> Any: ... method fill (line 94) | def fill(self, *args) -> Any: ... method get (line 95) | def get(self, *args) -> Any: ... method light (line 96) | def light(self, *args) -> Any: ... method pixel (line 97) | def pixel(self, *args) -> Any: ... method show (line 98) | def show(self, *args) -> Any: ... method text (line 99) | def text(self, *args) -> Any: ... method write (line 100) | def write(self, *args) -> Any: ... class LED (line 102) | class LED: method intensity (line 103) | def intensity(self, *args) -> Any: ... method off (line 104) | def off(self, *args) -> Any: ... method on (line 105) | def on(self, *args) -> Any: ... method toggle (line 106) | def toggle(self, *args) -> Any: ... class Pin (line 108) | class Pin: method af (line 147) | def af(self, *args) -> Any: ... method af_list (line 148) | def af_list(self, *args) -> Any: ... method debug (line 151) | def debug(self, *args) -> Any: ... method dict (line 152) | def dict(self, *args) -> Any: ... method gpio (line 153) | def gpio(self, *args) -> Any: ... method high (line 154) | def high(self, *args) -> Any: ... method init (line 155) | def init(self, *args) -> Any: ... method irq (line 156) | def irq(self, *args) -> Any: ... method low (line 157) | def low(self, *args) -> Any: ... method mapper (line 158) | def mapper(self, *args) -> Any: ... method mode (line 159) | def mode(self, *args) -> Any: ... method name (line 160) | def name(self, *args) -> Any: ... method names (line 161) | def names(self, *args) -> Any: ... method off (line 162) | def off(self, *args) -> Any: ... method on (line 163) | def on(self, *args) -> Any: ... method pin (line 164) | def pin(self, *args) -> Any: ... method port (line 165) | def port(self, *args) -> Any: ... method pull (line 166) | def pull(self, *args) -> Any: ... method value (line 167) | def value(self, *args) -> Any: ... class RTC (line 169) | class RTC: method calibration (line 170) | def calibration(self, *args) -> Any: ... method datetime (line 171) | def datetime(self, *args) -> Any: ... method info (line 172) | def info(self, *args) -> Any: ... method init (line 173) | def init(self, *args) -> Any: ... method wakeup (line 174) | def wakeup(self, *args) -> Any: ... class SDCard (line 178) | class SDCard: method info (line 179) | def info(self, *args) -> Any: ... method ioctl (line 180) | def ioctl(self, *args) -> Any: ... method power (line 181) | def power(self, *args) -> Any: ... method present (line 182) | def present(self, *args) -> Any: ... method read (line 183) | def read(self, *args) -> Any: ... method readblocks (line 184) | def readblocks(self, *args) -> Any: ... method write (line 185) | def write(self, *args) -> Any: ... method writeblocks (line 186) | def writeblocks(self, *args) -> Any: ... class SPI (line 188) | class SPI: method deinit (line 193) | def deinit(self, *args) -> Any: ... method init (line 194) | def init(self, *args) -> Any: ... method read (line 195) | def read(self, *args) -> Any: ... method readinto (line 196) | def readinto(self, *args) -> Any: ... method recv (line 197) | def recv(self, *args) -> Any: ... method send (line 198) | def send(self, *args) -> Any: ... method send_recv (line 199) | def send_recv(self, *args) -> Any: ... method write (line 200) | def write(self, *args) -> Any: ... method write_readinto (line 201) | def write_readinto(self, *args) -> Any: ... class Servo (line 203) | class Servo: method angle (line 204) | def angle(self, *args) -> Any: ... method calibration (line 205) | def calibration(self, *args) -> Any: ... method pulse_width (line 206) | def pulse_width(self, *args) -> Any: ... method speed (line 207) | def speed(self, *args) -> Any: ... class Switch (line 209) | class Switch: method callback (line 210) | def callback(self, *args) -> Any: ... method value (line 211) | def value(self, *args) -> Any: ... class Timer (line 213) | class Timer: method callback (line 237) | def callback(self, *args) -> Any: ... method channel (line 238) | def channel(self, *args) -> Any: ... method counter (line 239) | def counter(self, *args) -> Any: ... method deinit (line 240) | def deinit(self, *args) -> Any: ... method freq (line 241) | def freq(self, *args) -> Any: ... method init (line 242) | def init(self, *args) -> Any: ... method period (line 243) | def period(self, *args) -> Any: ... method prescaler (line 244) | def prescaler(self, *args) -> Any: ... method source_freq (line 245) | def source_freq(self, *args) -> Any: ... class UART (line 247) | class UART: method any (line 251) | def any(self, *args) -> Any: ... method deinit (line 252) | def deinit(self, *args) -> Any: ... method init (line 253) | def init(self, *args) -> Any: ... method irq (line 254) | def irq(self, *args) -> Any: ... method read (line 255) | def read(self, *args) -> Any: ... method readchar (line 256) | def readchar(self, *args) -> Any: ... method readinto (line 257) | def readinto(self, *args) -> Any: ... method readline (line 258) | def readline(self, *args) -> Any: ... method sendbreak (line 259) | def sendbreak(self, *args) -> Any: ... method write (line 260) | def write(self, *args) -> Any: ... method writechar (line 261) | def writechar(self, *args) -> Any: ... class USB_HID (line 263) | class USB_HID: method recv (line 264) | def recv(self, *args) -> Any: ... method send (line 265) | def send(self, *args) -> Any: ... class USB_VCP (line 267) | class USB_VCP: method any (line 270) | def any(self, *args) -> Any: ... method close (line 271) | def close(self, *args) -> Any: ... method init (line 272) | def init(self, *args) -> Any: ... method isconnected (line 273) | def isconnected(self, *args) -> Any: ... method read (line 274) | def read(self, *args) -> Any: ... method readinto (line 275) | def readinto(self, *args) -> Any: ... method readline (line 276) | def readline(self, *args) -> Any: ... method readlines (line 277) | def readlines(self, *args) -> Any: ... method recv (line 278) | def recv(self, *args) -> Any: ... method send (line 279) | def send(self, *args) -> Any: ... method setinterrupt (line 280) | def setinterrupt(self, *args) -> Any: ... method write (line 281) | def write(self, *args) -> Any: ... function bootloader (line 283) | def bootloader(*args) -> Any: ... function country (line 284) | def country(*args) -> Any: ... function delay (line 285) | def delay(*args) -> Any: ... function dht_readinto (line 286) | def dht_readinto(*args) -> Any: ... function disable_irq (line 287) | def disable_irq(*args) -> Any: ... function elapsed_micros (line 288) | def elapsed_micros(*args) -> Any: ... function elapsed_millis (line 289) | def elapsed_millis(*args) -> Any: ... function enable_irq (line 290) | def enable_irq(*args) -> Any: ... function fault_debug (line 291) | def fault_debug(*args) -> Any: ... function freq (line 292) | def freq(*args) -> Any: ... function hard_reset (line 293) | def hard_reset(*args) -> Any: ... function have_cdc (line 294) | def have_cdc(*args) -> Any: ... function hid (line 295) | def hid(*args) -> Any: ... function info (line 300) | def info(*args) -> Any: ... function main (line 301) | def main(*args) -> Any: ... function micros (line 302) | def micros(*args) -> Any: ... function millis (line 303) | def millis(*args) -> Any: ... function mount (line 304) | def mount(*args) -> Any: ... function pwm (line 305) | def pwm(*args) -> Any: ... function repl_info (line 306) | def repl_info(*args) -> Any: ... function repl_uart (line 307) | def repl_uart(*args) -> Any: ... function rng (line 308) | def rng(*args) -> Any: ... function servo (line 309) | def servo(*args) -> Any: ... function standby (line 310) | def standby(*args) -> Any: ... function stop (line 311) | def stop(*args) -> Any: ... function sync (line 312) | def sync(*args) -> Any: ... function udelay (line 313) | def udelay(*args) -> Any: ... function unique_id (line 314) | def unique_id(*args) -> Any: ... function usb_mode (line 315) | def usb_mode(*args) -> Any: ... function wfi (line 316) | def wfi(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/random.py function choice (line 9) | def choice(*args) -> Any: function getrandbits (line 13) | def getrandbits(*args) -> Any: function randint (line 17) | def randint(*args) -> Any: function random (line 21) | def random(*args) -> Any: function randrange (line 25) | def randrange(*args) -> Any: function seed (line 29) | def seed(*args) -> Any: function uniform (line 33) | def uniform(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/random.pyi function choice (line 3) | def choice(*args) -> Any: ... function getrandbits (line 4) | def getrandbits(*args) -> Any: ... function randint (line 5) | def randint(*args) -> Any: ... function random (line 6) | def random(*args) -> Any: ... function randrange (line 7) | def randrange(*args) -> Any: ... function seed (line 8) | def seed(*args) -> Any: ... function uniform (line 9) | def uniform(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/re.py function compile (line 9) | def compile(*args) -> Any: function match (line 13) | def match(*args) -> Any: function search (line 17) | def search(*args) -> Any: function sub (line 21) | def sub(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/re.pyi function compile (line 3) | def compile(*args) -> Any: ... function match (line 4) | def match(*args) -> Any: ... function search (line 5) | def search(*args) -> Any: ... function sub (line 6) | def sub(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/select.py function poll (line 14) | def poll(*args) -> Any: function select (line 18) | def select(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/select.pyi function poll (line 8) | def poll(*args) -> Any: ... function select (line 9) | def select(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/socket.py function getaddrinfo (line 15) | def getaddrinfo(*args) -> Any: class socket (line 19) | class socket: method accept (line 22) | def accept(self, *args) -> Any: method bind (line 25) | def bind(self, *args) -> Any: method close (line 28) | def close(self, *args) -> Any: method connect (line 31) | def connect(self, *args) -> Any: method listen (line 34) | def listen(self, *args) -> Any: method recv (line 37) | def recv(self, *args) -> Any: method recvfrom (line 40) | def recvfrom(self, *args) -> Any: method send (line 43) | def send(self, *args) -> Any: method sendto (line 46) | def sendto(self, *args) -> Any: method setblocking (line 49) | def setblocking(self, *args) -> Any: method setsockopt (line 52) | def setsockopt(self, *args) -> Any: method settimeout (line 55) | def settimeout(self, *args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/socket.pyi function getaddrinfo (line 9) | def getaddrinfo(*args) -> Any: ... class socket (line 11) | class socket: method accept (line 12) | def accept(self, *args) -> Any: ... method bind (line 13) | def bind(self, *args) -> Any: ... method close (line 14) | def close(self, *args) -> Any: ... method connect (line 15) | def connect(self, *args) -> Any: ... method listen (line 16) | def listen(self, *args) -> Any: ... method recv (line 17) | def recv(self, *args) -> Any: ... method recvfrom (line 18) | def recvfrom(self, *args) -> Any: ... method send (line 19) | def send(self, *args) -> Any: ... method sendto (line 20) | def sendto(self, *args) -> Any: ... method setblocking (line 21) | def setblocking(self, *args) -> Any: ... method setsockopt (line 22) | def setsockopt(self, *args) -> Any: ... method settimeout (line 23) | def settimeout(self, *args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/struct.py function calcsize (line 9) | def calcsize(*args) -> Any: function pack (line 13) | def pack(*args) -> Any: function pack_into (line 17) | def pack_into(*args) -> Any: function unpack (line 21) | def unpack(*args) -> Any: function unpack_from (line 25) | def unpack_from(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/struct.pyi function calcsize (line 3) | def calcsize(*args) -> Any: ... function pack (line 4) | def pack(*args) -> Any: ... function pack_into (line 5) | def pack_into(*args) -> Any: ... function unpack (line 6) | def unpack(*args) -> Any: ... function unpack_from (line 7) | def unpack_from(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/sys.py function exit (line 12) | def exit(*args) -> Any: function print_exception (line 23) | def print_exception(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/sys.pyi function exit (line 6) | def exit(*args) -> Any: ... function print_exception (line 14) | def print_exception(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/time.py function gmtime (line 9) | def gmtime(*args) -> Any: function localtime (line 13) | def localtime(*args) -> Any: function mktime (line 17) | def mktime(*args) -> Any: function sleep (line 21) | def sleep(*args) -> Any: function sleep_ms (line 25) | def sleep_ms(*args) -> Any: function sleep_us (line 29) | def sleep_us(*args) -> Any: function ticks_add (line 33) | def ticks_add(*args) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args) -> Any: function ticks_diff (line 41) | def ticks_diff(*args) -> Any: function ticks_ms (line 45) | def ticks_ms(*args) -> Any: function ticks_us (line 49) | def ticks_us(*args) -> Any: function time (line 53) | def time(*args) -> Any: function time_ns (line 57) | def time_ns(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/time.pyi function gmtime (line 3) | def gmtime(*args) -> Any: ... function localtime (line 4) | def localtime(*args) -> Any: ... function mktime (line 5) | def mktime(*args) -> Any: ... function sleep (line 6) | def sleep(*args) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args) -> Any: ... function sleep_us (line 8) | def sleep_us(*args) -> Any: ... function ticks_add (line 9) | def ticks_add(*args) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args) -> Any: ... function ticks_us (line 13) | def ticks_us(*args) -> Any: ... function time (line 14) | def time(*args) -> Any: ... function time_ns (line 15) | def time_ns(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Event (line 13) | class Event: method clear (line 16) | def clear(self, *args) -> Any: method is_set (line 19) | def is_set(self, *args) -> Any: method set (line 22) | def set(self, *args) -> Any: class IOQueue (line 28) | class IOQueue: method _dequeue (line 31) | def _dequeue(self, *args) -> Any: method _enqueue (line 34) | def _enqueue(self, *args) -> Any: method queue_read (line 37) | def queue_read(self, *args) -> Any: method queue_write (line 40) | def queue_write(self, *args) -> Any: method remove (line 43) | def remove(self, *args) -> Any: method wait_io_event (line 46) | def wait_io_event(self, *args) -> Any: class Lock (line 50) | class Lock: method locked (line 55) | def locked(self, *args) -> Any: method release (line 58) | def release(self, *args) -> Any: class Loop (line 62) | class Loop: method call_exception_handler (line 67) | def call_exception_handler(self, *args) -> Any: method close (line 70) | def close(self, *args) -> Any: method create_task (line 73) | def create_task(self, *args) -> Any: method default_exception_handler (line 76) | def default_exception_handler(self, *args) -> Any: method get_exception_handler (line 79) | def get_exception_handler(self, *args) -> Any: method run_forever (line 82) | def run_forever(self, *args) -> Any: method run_until_complete (line 85) | def run_until_complete(self, *args) -> Any: method set_exception_handler (line 88) | def set_exception_handler(self, *args) -> Any: method stop (line 91) | def stop(self, *args) -> Any: class SingletonGenerator (line 95) | class SingletonGenerator: class StreamReader (line 99) | class StreamReader: method close (line 106) | def close(self, *args) -> Any: method get_extra_info (line 111) | def get_extra_info(self, *args) -> Any: method write (line 119) | def write(self, *args) -> Any: class StreamWriter (line 123) | class StreamWriter: method close (line 130) | def close(self, *args) -> Any: method get_extra_info (line 135) | def get_extra_info(self, *args) -> Any: method write (line 143) | def write(self, *args) -> Any: class Task (line 147) | class Task: FILE: stubs/micropython-v1_13_95-pyboard/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Event (line 5) | class Event: method clear (line 6) | def clear(self, *args) -> Any: ... method is_set (line 7) | def is_set(self, *args) -> Any: ... method set (line 8) | def set(self, *args) -> Any: ... class IOQueue (line 11) | class IOQueue: method _dequeue (line 12) | def _dequeue(self, *args) -> Any: ... method _enqueue (line 13) | def _enqueue(self, *args) -> Any: ... method queue_read (line 14) | def queue_read(self, *args) -> Any: ... method queue_write (line 15) | def queue_write(self, *args) -> Any: ... method remove (line 16) | def remove(self, *args) -> Any: ... method wait_io_event (line 17) | def wait_io_event(self, *args) -> Any: ... class Lock (line 19) | class Lock: method locked (line 21) | def locked(self, *args) -> Any: ... method release (line 22) | def release(self, *args) -> Any: ... class Loop (line 24) | class Loop: method call_exception_handler (line 26) | def call_exception_handler(self, *args) -> Any: ... method close (line 27) | def close(self, *args) -> Any: ... method create_task (line 28) | def create_task(self, *args) -> Any: ... method default_exception_handler (line 29) | def default_exception_handler(self, *args) -> Any: ... method get_exception_handler (line 30) | def get_exception_handler(self, *args) -> Any: ... method run_forever (line 31) | def run_forever(self, *args) -> Any: ... method run_until_complete (line 32) | def run_until_complete(self, *args) -> Any: ... method set_exception_handler (line 33) | def set_exception_handler(self, *args) -> Any: ... method stop (line 34) | def stop(self, *args) -> Any: ... class SingletonGenerator (line 36) | class SingletonGenerator: ... class StreamReader (line 38) | class StreamReader: method close (line 42) | def close(self, *args) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args) -> Any: ... method write (line 49) | def write(self, *args) -> Any: ... class StreamWriter (line 51) | class StreamWriter: method close (line 55) | def close(self, *args) -> Any: ... method get_extra_info (line 57) | def get_extra_info(self, *args) -> Any: ... method write (line 62) | def write(self, *args) -> Any: ... class Task (line 64) | class Task: ... FILE: stubs/micropython-v1_13_95-pyboard/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class IOQueue (line 13) | class IOQueue: method _dequeue (line 16) | def _dequeue(self, *args) -> Any: method _enqueue (line 19) | def _enqueue(self, *args) -> Any: method queue_read (line 22) | def queue_read(self, *args) -> Any: method queue_write (line 25) | def queue_write(self, *args) -> Any: method remove (line 28) | def remove(self, *args) -> Any: method wait_io_event (line 31) | def wait_io_event(self, *args) -> Any: class Loop (line 35) | class Loop: method call_exception_handler (line 40) | def call_exception_handler(self, *args) -> Any: method close (line 43) | def close(self, *args) -> Any: method create_task (line 46) | def create_task(self, *args) -> Any: method default_exception_handler (line 49) | def default_exception_handler(self, *args) -> Any: method get_exception_handler (line 52) | def get_exception_handler(self, *args) -> Any: method run_forever (line 55) | def run_forever(self, *args) -> Any: method run_until_complete (line 58) | def run_until_complete(self, *args) -> Any: method set_exception_handler (line 61) | def set_exception_handler(self, *args) -> Any: method stop (line 64) | def stop(self, *args) -> Any: class SingletonGenerator (line 68) | class SingletonGenerator: class Task (line 72) | class Task: FILE: stubs/micropython-v1_13_95-pyboard/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class IOQueue (line 5) | class IOQueue: method _dequeue (line 6) | def _dequeue(self, *args) -> Any: ... method _enqueue (line 7) | def _enqueue(self, *args) -> Any: ... method queue_read (line 8) | def queue_read(self, *args) -> Any: ... method queue_write (line 9) | def queue_write(self, *args) -> Any: ... method remove (line 10) | def remove(self, *args) -> Any: ... method wait_io_event (line 11) | def wait_io_event(self, *args) -> Any: ... class Loop (line 13) | class Loop: method call_exception_handler (line 15) | def call_exception_handler(self, *args) -> Any: ... method close (line 16) | def close(self, *args) -> Any: ... method create_task (line 17) | def create_task(self, *args) -> Any: ... method default_exception_handler (line 18) | def default_exception_handler(self, *args) -> Any: ... method get_exception_handler (line 19) | def get_exception_handler(self, *args) -> Any: ... method run_forever (line 20) | def run_forever(self, *args) -> Any: ... method run_until_complete (line 21) | def run_until_complete(self, *args) -> Any: ... method set_exception_handler (line 22) | def set_exception_handler(self, *args) -> Any: ... method stop (line 23) | def stop(self, *args) -> Any: ... class SingletonGenerator (line 25) | class SingletonGenerator: ... class Task (line 26) | class Task: ... FILE: stubs/micropython-v1_13_95-pyboard/uasyncio/event.py class Event (line 9) | class Event: method clear (line 12) | def clear(self, *args) -> Any: method is_set (line 15) | def is_set(self, *args) -> Any: method set (line 18) | def set(self, *args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/uasyncio/event.pyi class Event (line 3) | class Event: method clear (line 4) | def clear(self, *args) -> Any: ... method is_set (line 5) | def is_set(self, *args) -> Any: ... method set (line 6) | def set(self, *args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/uasyncio/funcs.py function wait_for_ms (line 13) | def wait_for_ms(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/uasyncio/funcs.pyi function wait_for_ms (line 7) | def wait_for_ms(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/uasyncio/lock.py class Lock (line 9) | class Lock: method locked (line 14) | def locked(self, *args) -> Any: method release (line 17) | def release(self, *args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 5) | def locked(self, *args) -> Any: ... method release (line 6) | def release(self, *args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/uasyncio/stream.py class Server (line 9) | class Server: method close (line 14) | def close(self, *args) -> Any: class Stream (line 20) | class Stream: method close (line 27) | def close(self, *args) -> Any: method get_extra_info (line 32) | def get_extra_info(self, *args) -> Any: method write (line 40) | def write(self, *args) -> Any: class StreamReader (line 44) | class StreamReader: method close (line 51) | def close(self, *args) -> Any: method get_extra_info (line 56) | def get_extra_info(self, *args) -> Any: method write (line 64) | def write(self, *args) -> Any: class StreamWriter (line 68) | class StreamWriter: method close (line 75) | def close(self, *args) -> Any: method get_extra_info (line 80) | def get_extra_info(self, *args) -> Any: method write (line 88) | def write(self, *args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/uasyncio/stream.pyi class Server (line 3) | class Server: method close (line 5) | def close(self, *args) -> Any: ... class Stream (line 8) | class Stream: method close (line 12) | def close(self, *args) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args) -> Any: ... method write (line 19) | def write(self, *args) -> Any: ... class StreamReader (line 21) | class StreamReader: method close (line 25) | def close(self, *args) -> Any: ... method get_extra_info (line 27) | def get_extra_info(self, *args) -> Any: ... method write (line 32) | def write(self, *args) -> Any: ... class StreamWriter (line 34) | class StreamWriter: method close (line 38) | def close(self, *args) -> Any: ... method get_extra_info (line 40) | def get_extra_info(self, *args) -> Any: ... method write (line 45) | def write(self, *args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args) -> Any: function hexlify (line 17) | def hexlify(*args) -> Any: function unhexlify (line 21) | def unhexlify(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args) -> Any: ... function hexlify (line 5) | def hexlify(*args) -> Any: ... function unhexlify (line 6) | def unhexlify(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/ucollections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *args) -> Any: method copy (line 15) | def copy(self, *args) -> Any: method fromkeys (line 18) | def fromkeys(self, *args) -> Any: method get (line 21) | def get(self, *args) -> Any: method items (line 24) | def items(self, *args) -> Any: method keys (line 27) | def keys(self, *args) -> Any: method pop (line 30) | def pop(self, *args) -> Any: method popitem (line 33) | def popitem(self, *args) -> Any: method setdefault (line 36) | def setdefault(self, *args) -> Any: method update (line 39) | def update(self, *args) -> Any: method values (line 42) | def values(self, *args) -> Any: class deque (line 46) | class deque: method append (line 49) | def append(self, *args) -> Any: method popleft (line 52) | def popleft(self, *args) -> Any: function namedtuple (line 56) | def namedtuple(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *args) -> Any: ... method copy (line 5) | def copy(self, *args) -> Any: ... method fromkeys (line 6) | def fromkeys(self, *args) -> Any: ... method get (line 7) | def get(self, *args) -> Any: ... method items (line 8) | def items(self, *args) -> Any: ... method keys (line 9) | def keys(self, *args) -> Any: ... method pop (line 10) | def pop(self, *args) -> Any: ... method popitem (line 11) | def popitem(self, *args) -> Any: ... method setdefault (line 12) | def setdefault(self, *args) -> Any: ... method update (line 13) | def update(self, *args) -> Any: ... method values (line 14) | def values(self, *args) -> Any: ... class deque (line 16) | class deque: method append (line 17) | def append(self, *args) -> Any: ... method popleft (line 18) | def popleft(self, *args) -> Any: ... function namedtuple (line 20) | def namedtuple(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/uctypes.py function addressof (line 42) | def addressof(*args) -> Any: function bytearray_at (line 46) | def bytearray_at(*args) -> Any: function bytes_at (line 50) | def bytes_at(*args) -> Any: function sizeof (line 54) | def sizeof(*args) -> Any: class struct (line 58) | class struct: FILE: stubs/micropython-v1_13_95-pyboard/uctypes.pyi function addressof (line 36) | def addressof(*args) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args) -> Any: ... function bytes_at (line 38) | def bytes_at(*args) -> Any: ... function sizeof (line 39) | def sizeof(*args) -> Any: ... class struct (line 41) | class struct: ... FILE: stubs/micropython-v1_13_95-pyboard/uhashlib.py class sha256 (line 9) | class sha256: method digest (line 12) | def digest(self, *args) -> Any: method update (line 15) | def update(self, *args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/uhashlib.pyi class sha256 (line 3) | class sha256: method digest (line 4) | def digest(self, *args) -> Any: ... method update (line 5) | def update(self, *args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/uheapq.py function heapify (line 9) | def heapify(*args) -> Any: function heappop (line 13) | def heappop(*args) -> Any: function heappush (line 17) | def heappush(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/uheapq.pyi function heapify (line 3) | def heapify(*args) -> Any: ... function heappop (line 4) | def heappop(*args) -> Any: ... function heappush (line 5) | def heappush(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/uio.py class BytesIO (line 9) | class BytesIO: method close (line 12) | def close(self, *args) -> Any: method flush (line 15) | def flush(self, *args) -> Any: method getvalue (line 18) | def getvalue(self, *args) -> Any: method read (line 21) | def read(self, *args) -> Any: method readinto (line 24) | def readinto(self, *args) -> Any: method readline (line 27) | def readline(self, *args) -> Any: method seek (line 30) | def seek(self, *args) -> Any: method tell (line 33) | def tell(self, *args) -> Any: method write (line 36) | def write(self, *args) -> Any: class FileIO (line 40) | class FileIO: method close (line 43) | def close(self, *args) -> Any: method flush (line 46) | def flush(self, *args) -> Any: method read (line 49) | def read(self, *args) -> Any: method readinto (line 52) | def readinto(self, *args) -> Any: method readline (line 55) | def readline(self, *args) -> Any: method readlines (line 58) | def readlines(self, *args) -> Any: method seek (line 61) | def seek(self, *args) -> Any: method tell (line 64) | def tell(self, *args) -> Any: method write (line 67) | def write(self, *args) -> Any: class IOBase (line 71) | class IOBase: FILE: stubs/micropython-v1_13_95-pyboard/uio.pyi class BytesIO (line 3) | class BytesIO: method close (line 4) | def close(self, *args) -> Any: ... method flush (line 5) | def flush(self, *args) -> Any: ... method getvalue (line 6) | def getvalue(self, *args) -> Any: ... method read (line 7) | def read(self, *args) -> Any: ... method readinto (line 8) | def readinto(self, *args) -> Any: ... method readline (line 9) | def readline(self, *args) -> Any: ... method seek (line 10) | def seek(self, *args) -> Any: ... method tell (line 11) | def tell(self, *args) -> Any: ... method write (line 12) | def write(self, *args) -> Any: ... class FileIO (line 14) | class FileIO: method close (line 15) | def close(self, *args) -> Any: ... method flush (line 16) | def flush(self, *args) -> Any: ... method read (line 17) | def read(self, *args) -> Any: ... method readinto (line 18) | def readinto(self, *args) -> Any: ... method readline (line 19) | def readline(self, *args) -> Any: ... method readlines (line 20) | def readlines(self, *args) -> Any: ... method seek (line 21) | def seek(self, *args) -> Any: ... method tell (line 22) | def tell(self, *args) -> Any: ... method write (line 23) | def write(self, *args) -> Any: ... class IOBase (line 25) | class IOBase: ... FILE: stubs/micropython-v1_13_95-pyboard/ujson.py function dump (line 9) | def dump(*args) -> Any: function dumps (line 13) | def dumps(*args) -> Any: function load (line 17) | def load(*args) -> Any: function loads (line 21) | def loads(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/ujson.pyi function dump (line 3) | def dump(*args) -> Any: ... function dumps (line 4) | def dumps(*args) -> Any: ... function load (line 5) | def load(*args) -> Any: ... function loads (line 6) | def loads(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/uos.py class VfsFat (line 9) | class VfsFat: method chdir (line 12) | def chdir(self, *args) -> Any: method getcwd (line 15) | def getcwd(self, *args) -> Any: method ilistdir (line 18) | def ilistdir(self, *args) -> Any: method mkdir (line 21) | def mkdir(self, *args) -> Any: method mkfs (line 24) | def mkfs(self, *args) -> Any: method mount (line 27) | def mount(self, *args) -> Any: method open (line 30) | def open(self, *args) -> Any: method remove (line 33) | def remove(self, *args) -> Any: method rename (line 36) | def rename(self, *args) -> Any: method rmdir (line 39) | def rmdir(self, *args) -> Any: method stat (line 42) | def stat(self, *args) -> Any: method statvfs (line 45) | def statvfs(self, *args) -> Any: method umount (line 48) | def umount(self, *args) -> Any: class VfsLfs2 (line 52) | class VfsLfs2: method chdir (line 55) | def chdir(self, *args) -> Any: method getcwd (line 58) | def getcwd(self, *args) -> Any: method ilistdir (line 61) | def ilistdir(self, *args) -> Any: method mkdir (line 64) | def mkdir(self, *args) -> Any: method mkfs (line 67) | def mkfs(self, *args) -> Any: method mount (line 70) | def mount(self, *args) -> Any: method open (line 73) | def open(self, *args) -> Any: method remove (line 76) | def remove(self, *args) -> Any: method rename (line 79) | def rename(self, *args) -> Any: method rmdir (line 82) | def rmdir(self, *args) -> Any: method stat (line 85) | def stat(self, *args) -> Any: method statvfs (line 88) | def statvfs(self, *args) -> Any: method umount (line 91) | def umount(self, *args) -> Any: function chdir (line 95) | def chdir(*args) -> Any: function dupterm (line 99) | def dupterm(*args) -> Any: function getcwd (line 103) | def getcwd(*args) -> Any: function ilistdir (line 107) | def ilistdir(*args) -> Any: function listdir (line 111) | def listdir(*args) -> Any: function mkdir (line 115) | def mkdir(*args) -> Any: function mount (line 119) | def mount(*args) -> Any: function remove (line 123) | def remove(*args) -> Any: function rename (line 127) | def rename(*args) -> Any: function rmdir (line 131) | def rmdir(*args) -> Any: function stat (line 138) | def stat(*args) -> Any: function statvfs (line 142) | def statvfs(*args) -> Any: function sync (line 146) | def sync(*args) -> Any: function umount (line 150) | def umount(*args) -> Any: function uname (line 154) | def uname(*args) -> Any: function unlink (line 158) | def unlink(*args) -> Any: function urandom (line 162) | def urandom(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/uos.pyi class VfsFat (line 3) | class VfsFat: method chdir (line 4) | def chdir(self, *args) -> Any: ... method getcwd (line 5) | def getcwd(self, *args) -> Any: ... method ilistdir (line 6) | def ilistdir(self, *args) -> Any: ... method mkdir (line 7) | def mkdir(self, *args) -> Any: ... method mkfs (line 8) | def mkfs(self, *args) -> Any: ... method mount (line 9) | def mount(self, *args) -> Any: ... method open (line 10) | def open(self, *args) -> Any: ... method remove (line 11) | def remove(self, *args) -> Any: ... method rename (line 12) | def rename(self, *args) -> Any: ... method rmdir (line 13) | def rmdir(self, *args) -> Any: ... method stat (line 14) | def stat(self, *args) -> Any: ... method statvfs (line 15) | def statvfs(self, *args) -> Any: ... method umount (line 16) | def umount(self, *args) -> Any: ... class VfsLfs2 (line 18) | class VfsLfs2: method chdir (line 19) | def chdir(self, *args) -> Any: ... method getcwd (line 20) | def getcwd(self, *args) -> Any: ... method ilistdir (line 21) | def ilistdir(self, *args) -> Any: ... method mkdir (line 22) | def mkdir(self, *args) -> Any: ... method mkfs (line 23) | def mkfs(self, *args) -> Any: ... method mount (line 24) | def mount(self, *args) -> Any: ... method open (line 25) | def open(self, *args) -> Any: ... method remove (line 26) | def remove(self, *args) -> Any: ... method rename (line 27) | def rename(self, *args) -> Any: ... method rmdir (line 28) | def rmdir(self, *args) -> Any: ... method stat (line 29) | def stat(self, *args) -> Any: ... method statvfs (line 30) | def statvfs(self, *args) -> Any: ... method umount (line 31) | def umount(self, *args) -> Any: ... function chdir (line 33) | def chdir(*args) -> Any: ... function dupterm (line 34) | def dupterm(*args) -> Any: ... function getcwd (line 35) | def getcwd(*args) -> Any: ... function ilistdir (line 36) | def ilistdir(*args) -> Any: ... function listdir (line 37) | def listdir(*args) -> Any: ... function mkdir (line 38) | def mkdir(*args) -> Any: ... function mount (line 39) | def mount(*args) -> Any: ... function remove (line 40) | def remove(*args) -> Any: ... function rename (line 41) | def rename(*args) -> Any: ... function rmdir (line 42) | def rmdir(*args) -> Any: ... function stat (line 46) | def stat(*args) -> Any: ... function statvfs (line 47) | def statvfs(*args) -> Any: ... function sync (line 48) | def sync(*args) -> Any: ... function umount (line 49) | def umount(*args) -> Any: ... function uname (line 50) | def uname(*args) -> Any: ... function unlink (line 51) | def unlink(*args) -> Any: ... function urandom (line 52) | def urandom(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/urandom.py function choice (line 9) | def choice(*args) -> Any: function getrandbits (line 13) | def getrandbits(*args) -> Any: function randint (line 17) | def randint(*args) -> Any: function random (line 21) | def random(*args) -> Any: function randrange (line 25) | def randrange(*args) -> Any: function seed (line 29) | def seed(*args) -> Any: function uniform (line 33) | def uniform(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/urandom.pyi function choice (line 3) | def choice(*args) -> Any: ... function getrandbits (line 4) | def getrandbits(*args) -> Any: ... function randint (line 5) | def randint(*args) -> Any: ... function random (line 6) | def random(*args) -> Any: ... function randrange (line 7) | def randrange(*args) -> Any: ... function seed (line 8) | def seed(*args) -> Any: ... function uniform (line 9) | def uniform(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/ure.py function compile (line 9) | def compile(*args) -> Any: function match (line 13) | def match(*args) -> Any: function search (line 17) | def search(*args) -> Any: function sub (line 21) | def sub(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/ure.pyi function compile (line 3) | def compile(*args) -> Any: ... function match (line 4) | def match(*args) -> Any: ... function search (line 5) | def search(*args) -> Any: ... function sub (line 6) | def sub(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/uselect.py function poll (line 14) | def poll(*args) -> Any: function select (line 18) | def select(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/uselect.pyi function poll (line 8) | def poll(*args) -> Any: ... function select (line 9) | def select(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/usocket.py function getaddrinfo (line 15) | def getaddrinfo(*args) -> Any: class socket (line 19) | class socket: method accept (line 22) | def accept(self, *args) -> Any: method bind (line 25) | def bind(self, *args) -> Any: method close (line 28) | def close(self, *args) -> Any: method connect (line 31) | def connect(self, *args) -> Any: method listen (line 34) | def listen(self, *args) -> Any: method recv (line 37) | def recv(self, *args) -> Any: method recvfrom (line 40) | def recvfrom(self, *args) -> Any: method send (line 43) | def send(self, *args) -> Any: method sendto (line 46) | def sendto(self, *args) -> Any: method setblocking (line 49) | def setblocking(self, *args) -> Any: method setsockopt (line 52) | def setsockopt(self, *args) -> Any: method settimeout (line 55) | def settimeout(self, *args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/usocket.pyi function getaddrinfo (line 9) | def getaddrinfo(*args) -> Any: ... class socket (line 11) | class socket: method accept (line 12) | def accept(self, *args) -> Any: ... method bind (line 13) | def bind(self, *args) -> Any: ... method close (line 14) | def close(self, *args) -> Any: ... method connect (line 15) | def connect(self, *args) -> Any: ... method listen (line 16) | def listen(self, *args) -> Any: ... method recv (line 17) | def recv(self, *args) -> Any: ... method recvfrom (line 18) | def recvfrom(self, *args) -> Any: ... method send (line 19) | def send(self, *args) -> Any: ... method sendto (line 20) | def sendto(self, *args) -> Any: ... method setblocking (line 21) | def setblocking(self, *args) -> Any: ... method setsockopt (line 22) | def setsockopt(self, *args) -> Any: ... method settimeout (line 23) | def settimeout(self, *args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/ustruct.py function calcsize (line 9) | def calcsize(*args) -> Any: function pack (line 13) | def pack(*args) -> Any: function pack_into (line 17) | def pack_into(*args) -> Any: function unpack (line 21) | def unpack(*args) -> Any: function unpack_from (line 25) | def unpack_from(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/ustruct.pyi function calcsize (line 3) | def calcsize(*args) -> Any: ... function pack (line 4) | def pack(*args) -> Any: ... function pack_into (line 5) | def pack_into(*args) -> Any: ... function unpack (line 6) | def unpack(*args) -> Any: ... function unpack_from (line 7) | def unpack_from(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/utime.py function gmtime (line 9) | def gmtime(*args) -> Any: function localtime (line 13) | def localtime(*args) -> Any: function mktime (line 17) | def mktime(*args) -> Any: function sleep (line 21) | def sleep(*args) -> Any: function sleep_ms (line 25) | def sleep_ms(*args) -> Any: function sleep_us (line 29) | def sleep_us(*args) -> Any: function ticks_add (line 33) | def ticks_add(*args) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args) -> Any: function ticks_diff (line 41) | def ticks_diff(*args) -> Any: function ticks_ms (line 45) | def ticks_ms(*args) -> Any: function ticks_us (line 49) | def ticks_us(*args) -> Any: function time (line 53) | def time(*args) -> Any: function time_ns (line 57) | def time_ns(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/utime.pyi function gmtime (line 3) | def gmtime(*args) -> Any: ... function localtime (line 4) | def localtime(*args) -> Any: ... function mktime (line 5) | def mktime(*args) -> Any: ... function sleep (line 6) | def sleep(*args) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args) -> Any: ... function sleep_us (line 8) | def sleep_us(*args) -> Any: ... function ticks_add (line 9) | def ticks_add(*args) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args) -> Any: ... function ticks_us (line 13) | def ticks_us(*args) -> Any: ... function time (line 14) | def time(*args) -> Any: ... function time_ns (line 15) | def time_ns(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/utimeq.py class utimeq (line 9) | class utimeq: method peektime (line 12) | def peektime(self, *args) -> Any: method pop (line 15) | def pop(self, *args) -> Any: method push (line 18) | def push(self, *args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args) -> Any: ... method pop (line 5) | def pop(self, *args) -> Any: ... method push (line 6) | def push(self, *args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/uzlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *args) -> Any: method readinto (line 15) | def readinto(self, *args) -> Any: method readline (line 18) | def readline(self, *args) -> Any: function decompress (line 22) | def decompress(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/uzlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *args) -> Any: ... method readinto (line 5) | def readinto(self, *args) -> Any: ... method readline (line 6) | def readline(self, *args) -> Any: ... function decompress (line 8) | def decompress(*args) -> Any: ... FILE: stubs/micropython-v1_13_95-pyboard/zlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *args) -> Any: method readinto (line 15) | def readinto(self, *args) -> Any: method readline (line 18) | def readline(self, *args) -> Any: function decompress (line 22) | def decompress(*args) -> Any: FILE: stubs/micropython-v1_13_95-pyboard/zlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *args) -> Any: ... method readinto (line 5) | def readinto(self, *args) -> Any: ... method readline (line 6) | def readline(self, *args) -> Any: ... function decompress (line 8) | def decompress(*args) -> Any: ... FILE: stubs/micropython-v1_14-esp32/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/_thread.py class LockType (line 9) | class LockType: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 16) | def acquire(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: method release (line 22) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 30) | def exit(*args, **kwargs) -> Any: function get_ident (line 34) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 38) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 42) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/_thread.pyi class LockType (line 3) | class LockType: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 5) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 9) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 10) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 11) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 12) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/apa106.py class NeoPixel (line 9) | class NeoPixel: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method write (line 16) | def write(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: class APA106 (line 25) | class APA106: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method write (line 32) | def write(self, *args, **kwargs) -> Any: method fill (line 35) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... class APA106 (line 9) | class APA106: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/btree.py function open (line 9) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/btree.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method center (line 218) | def center(self, *args, **kwargs) -> Any: method decode (line 221) | def decode(self, *args, **kwargs) -> Any: method partition (line 224) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 227) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 230) | def splitlines(self, *args, **kwargs) -> Any: function callable (line 234) | def callable(*args, **kwargs) -> Any: function chr (line 238) | def chr(*args, **kwargs) -> Any: class dict (line 242) | class dict: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: method clear (line 249) | def clear(self, *args, **kwargs) -> Any: method copy (line 252) | def copy(self, *args, **kwargs) -> Any: method get (line 255) | def get(self, *args, **kwargs) -> Any: method items (line 258) | def items(self, *args, **kwargs) -> Any: method keys (line 261) | def keys(self, *args, **kwargs) -> Any: method pop (line 264) | def pop(self, *args, **kwargs) -> Any: method popitem (line 267) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 270) | def setdefault(self, *args, **kwargs) -> Any: method update (line 273) | def update(self, *args, **kwargs) -> Any: method values (line 276) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 280) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 284) | def dir(*args, **kwargs) -> Any: function divmod (line 288) | def divmod(*args, **kwargs) -> Any: function eval (line 292) | def eval(*args, **kwargs) -> Any: function exec (line 296) | def exec(*args, **kwargs) -> Any: function getattr (line 300) | def getattr(*args, **kwargs) -> Any: function globals (line 304) | def globals(*args, **kwargs) -> Any: function hasattr (line 308) | def hasattr(*args, **kwargs) -> Any: function hash (line 312) | def hash(*args, **kwargs) -> Any: function id (line 316) | def id(*args, **kwargs) -> Any: class int (line 320) | class int: method __init__ (line 323) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 328) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 331) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 335) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 339) | def issubclass(*args, **kwargs) -> Any: function iter (line 343) | def iter(*args, **kwargs) -> Any: function len (line 347) | def len(*args, **kwargs) -> Any: class list (line 351) | class list: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: method append (line 358) | def append(self, *args, **kwargs) -> Any: method clear (line 361) | def clear(self, *args, **kwargs) -> Any: method copy (line 364) | def copy(self, *args, **kwargs) -> Any: method count (line 367) | def count(self, *args, **kwargs) -> Any: method extend (line 370) | def extend(self, *args, **kwargs) -> Any: method index (line 373) | def index(self, *args, **kwargs) -> Any: method insert (line 376) | def insert(self, *args, **kwargs) -> Any: method pop (line 379) | def pop(self, *args, **kwargs) -> Any: method remove (line 382) | def remove(self, *args, **kwargs) -> Any: method reverse (line 385) | def reverse(self, *args, **kwargs) -> Any: method sort (line 388) | def sort(self, *args, **kwargs) -> Any: function locals (line 392) | def locals(*args, **kwargs) -> Any: class map (line 396) | class map: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function next (line 404) | def next(*args, **kwargs) -> Any: class object (line 408) | class object: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: function open (line 416) | def open(*args, **kwargs) -> Any: function ord (line 420) | def ord(*args, **kwargs) -> Any: function pow (line 424) | def pow(*args, **kwargs) -> Any: function print (line 428) | def print(*args, **kwargs) -> Any: class range (line 432) | class range: method __init__ (line 435) | def __init__(self, *argv, **kwargs) -> None: function repr (line 440) | def repr(*args, **kwargs) -> Any: function round (line 444) | def round(*args, **kwargs) -> Any: class set (line 448) | class set: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: method clear (line 455) | def clear(self, *args, **kwargs) -> Any: method copy (line 458) | def copy(self, *args, **kwargs) -> Any: method pop (line 461) | def pop(self, *args, **kwargs) -> Any: method remove (line 464) | def remove(self, *args, **kwargs) -> Any: method update (line 467) | def update(self, *args, **kwargs) -> Any: method add (line 470) | def add(self, *args, **kwargs) -> Any: method difference (line 473) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 476) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 479) | def discard(self, *args, **kwargs) -> Any: method intersection (line 482) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 485) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 488) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 491) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 494) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 497) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 500) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 503) | def union(self, *args, **kwargs) -> Any: function setattr (line 507) | def setattr(*args, **kwargs) -> Any: function sorted (line 511) | def sorted(*args, **kwargs) -> Any: class str (line 515) | class str: method __init__ (line 518) | def __init__(self, *argv, **kwargs) -> None: method count (line 522) | def count(self, *args, **kwargs) -> Any: method endswith (line 525) | def endswith(self, *args, **kwargs) -> Any: method find (line 528) | def find(self, *args, **kwargs) -> Any: method format (line 531) | def format(self, *args, **kwargs) -> Any: method index (line 534) | def index(self, *args, **kwargs) -> Any: method isalpha (line 537) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 540) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 543) | def islower(self, *args, **kwargs) -> Any: method isspace (line 546) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 549) | def isupper(self, *args, **kwargs) -> Any: method join (line 552) | def join(self, *args, **kwargs) -> Any: method lower (line 555) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 558) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 561) | def replace(self, *args, **kwargs) -> Any: method rfind (line 564) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 567) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 570) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 573) | def rstrip(self, *args, **kwargs) -> Any: method split (line 576) | def split(self, *args, **kwargs) -> Any: method startswith (line 579) | def startswith(self, *args, **kwargs) -> Any: method strip (line 582) | def strip(self, *args, **kwargs) -> Any: method upper (line 585) | def upper(self, *args, **kwargs) -> Any: method center (line 588) | def center(self, *args, **kwargs) -> Any: method encode (line 591) | def encode(self, *args, **kwargs) -> Any: method partition (line 594) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 597) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 600) | def splitlines(self, *args, **kwargs) -> Any: function sum (line 604) | def sum(*args, **kwargs) -> Any: class super (line 608) | class super: method __init__ (line 611) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 616) | class tuple: method __init__ (line 619) | def __init__(self, *argv, **kwargs) -> None: method count (line 623) | def count(self, *args, **kwargs) -> Any: method index (line 626) | def index(self, *args, **kwargs) -> Any: class type (line 630) | class type: method __init__ (line 633) | def __init__(self, *argv, **kwargs) -> None: class zip (line 638) | class zip: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 649) | class StopAsyncIteration: method __init__ (line 652) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 657) | class UnicodeError(Exception): class ViperTypeError (line 661) | class ViperTypeError(Exception): function bin (line 665) | def bin(*args, **kwargs) -> Any: function compile (line 669) | def compile(*args, **kwargs) -> Any: class complex (line 673) | class complex: method __init__ (line 676) | def __init__(self, *argv, **kwargs) -> None: function delattr (line 681) | def delattr(*args, **kwargs) -> Any: class enumerate (line 685) | class enumerate: method __init__ (line 688) | def __init__(self, *argv, **kwargs) -> None: function execfile (line 693) | def execfile(*args, **kwargs) -> Any: class filter (line 697) | class filter: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: class float (line 705) | class float: method __init__ (line 708) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 713) | class frozenset: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: method copy (line 720) | def copy(self, *args, **kwargs) -> Any: method difference (line 723) | def difference(self, *args, **kwargs) -> Any: method intersection (line 726) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 729) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 732) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 735) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 738) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 741) | def union(self, *args, **kwargs) -> Any: function help (line 745) | def help(*args, **kwargs) -> Any: function hex (line 749) | def hex(*args, **kwargs) -> Any: function input (line 753) | def input(*args, **kwargs) -> Any: function max (line 757) | def max(*args, **kwargs) -> Any: class memoryview (line 761) | class memoryview: method __init__ (line 764) | def __init__(self, *argv, **kwargs) -> None: function min (line 769) | def min(*args, **kwargs) -> Any: function oct (line 773) | def oct(*args, **kwargs) -> Any: class property (line 777) | class property: method __init__ (line 780) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 784) | def deleter(self, *args, **kwargs) -> Any: method getter (line 787) | def getter(self, *args, **kwargs) -> Any: method setter (line 790) | def setter(self, *args, **kwargs) -> Any: class reversed (line 794) | class reversed: method __init__ (line 797) | def __init__(self, *argv, **kwargs) -> None: class slice (line 802) | class slice: method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_14-esp32/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method center (line 69) | def center(self, *args, **kwargs) -> Any: ... method decode (line 70) | def decode(self, *args, **kwargs) -> Any: ... method partition (line 71) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 72) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 73) | def splitlines(self, *args, **kwargs) -> Any: ... function callable (line 75) | def callable(*args, **kwargs) -> Any: ... function chr (line 76) | def chr(*args, **kwargs) -> Any: ... class dict (line 78) | class dict: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 80) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 81) | def copy(self, *args, **kwargs) -> Any: ... method get (line 82) | def get(self, *args, **kwargs) -> Any: ... method items (line 83) | def items(self, *args, **kwargs) -> Any: ... method keys (line 84) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 85) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 86) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 87) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 88) | def update(self, *args, **kwargs) -> Any: ... method values (line 89) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 91) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 93) | def dir(*args, **kwargs) -> Any: ... function divmod (line 94) | def divmod(*args, **kwargs) -> Any: ... function eval (line 95) | def eval(*args, **kwargs) -> Any: ... function exec (line 96) | def exec(*args, **kwargs) -> Any: ... function getattr (line 97) | def getattr(*args, **kwargs) -> Any: ... function globals (line 98) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 99) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 100) | def hash(*args, **kwargs) -> Any: ... function id (line 101) | def id(*args, **kwargs) -> Any: ... class int (line 103) | class int: method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 106) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 107) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 109) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 110) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 111) | def iter(*args, **kwargs) -> Any: ... function len (line 112) | def len(*args, **kwargs) -> Any: ... class list (line 114) | class list: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 116) | def append(self, *args, **kwargs) -> Any: ... method clear (line 117) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 118) | def copy(self, *args, **kwargs) -> Any: ... method count (line 119) | def count(self, *args, **kwargs) -> Any: ... method extend (line 120) | def extend(self, *args, **kwargs) -> Any: ... method index (line 121) | def index(self, *args, **kwargs) -> Any: ... method insert (line 122) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 123) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 124) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 125) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 126) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 128) | def locals(*args, **kwargs) -> Any: ... class map (line 130) | class map: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 133) | def next(*args, **kwargs) -> Any: ... class object (line 135) | class object: method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 138) | def open(*args, **kwargs) -> Any: ... function ord (line 139) | def ord(*args, **kwargs) -> Any: ... function pow (line 140) | def pow(*args, **kwargs) -> Any: ... function print (line 141) | def print(*args, **kwargs) -> Any: ... class range (line 143) | class range: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 146) | def repr(*args, **kwargs) -> Any: ... function round (line 147) | def round(*args, **kwargs) -> Any: ... class set (line 149) | class set: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 151) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 152) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 153) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 154) | def remove(self, *args, **kwargs) -> Any: ... method update (line 155) | def update(self, *args, **kwargs) -> Any: ... method add (line 156) | def add(self, *args, **kwargs) -> Any: ... method difference (line 157) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 158) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 159) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 160) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 161) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 162) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 163) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 164) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 165) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 166) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 167) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 169) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 170) | def sorted(*args, **kwargs) -> Any: ... class str (line 172) | class str: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 174) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 175) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 176) | def find(self, *args, **kwargs) -> Any: ... method format (line 177) | def format(self, *args, **kwargs) -> Any: ... method index (line 178) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 179) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 180) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 181) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 182) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 183) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 184) | def join(self, *args, **kwargs) -> Any: ... method lower (line 185) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 186) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 187) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 188) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 189) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 190) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 191) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 192) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 193) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 194) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 195) | def upper(self, *args, **kwargs) -> Any: ... method center (line 196) | def center(self, *args, **kwargs) -> Any: ... method encode (line 197) | def encode(self, *args, **kwargs) -> Any: ... method partition (line 198) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 199) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 200) | def splitlines(self, *args, **kwargs) -> Any: ... function sum (line 202) | def sum(*args, **kwargs) -> Any: ... class super (line 204) | class super: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 207) | class tuple: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 209) | def count(self, *args, **kwargs) -> Any: ... method index (line 210) | def index(self, *args, **kwargs) -> Any: ... class type (line 212) | class type: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 215) | class zip: method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 220) | class StopAsyncIteration: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 223) | class UnicodeError(Exception): ... class ViperTypeError (line 224) | class ViperTypeError(Exception): ... function bin (line 226) | def bin(*args, **kwargs) -> Any: ... function compile (line 227) | def compile(*args, **kwargs) -> Any: ... class complex (line 229) | class complex: method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... function delattr (line 232) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 234) | class enumerate: method __init__ (line 235) | def __init__(self, *argv, **kwargs) -> None: ... function execfile (line 237) | def execfile(*args, **kwargs) -> Any: ... class filter (line 239) | class filter: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 242) | class float: method __init__ (line 243) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 245) | class frozenset: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 247) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 248) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 249) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 250) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 251) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 252) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 253) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 254) | def union(self, *args, **kwargs) -> Any: ... function help (line 256) | def help(*args, **kwargs) -> Any: ... function hex (line 257) | def hex(*args, **kwargs) -> Any: ... function input (line 258) | def input(*args, **kwargs) -> Any: ... function max (line 259) | def max(*args, **kwargs) -> Any: ... class memoryview (line 261) | class memoryview: method __init__ (line 262) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 264) | def min(*args, **kwargs) -> Any: ... function oct (line 265) | def oct(*args, **kwargs) -> Any: ... class property (line 267) | class property: method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 269) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 270) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 271) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 273) | class reversed: method __init__ (line 274) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 276) | class slice: method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_14-esp32/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/esp.py function dht_readinto (line 16) | def dht_readinto(*args, **kwargs) -> Any: function flash_erase (line 20) | def flash_erase(*args, **kwargs) -> Any: function flash_read (line 24) | def flash_read(*args, **kwargs) -> Any: function flash_size (line 28) | def flash_size(*args, **kwargs) -> Any: function flash_user_start (line 32) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 36) | def flash_write(*args, **kwargs) -> Any: function gpio_matrix_in (line 40) | def gpio_matrix_in(*args, **kwargs) -> Any: function gpio_matrix_out (line 44) | def gpio_matrix_out(*args, **kwargs) -> Any: function neopixel_write (line 48) | def neopixel_write(*args, **kwargs) -> Any: function osdebug (line 52) | def osdebug(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/esp.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 11) | def flash_erase(*args, **kwargs) -> Any: ... function flash_read (line 12) | def flash_read(*args, **kwargs) -> Any: ... function flash_size (line 13) | def flash_size(*args, **kwargs) -> Any: ... function flash_user_start (line 14) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 15) | def flash_write(*args, **kwargs) -> Any: ... function gpio_matrix_in (line 16) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 17) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function neopixel_write (line 18) | def neopixel_write(*args, **kwargs) -> Any: ... function osdebug (line 19) | def osdebug(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/esp32.py class Partition (line 12) | class Partition: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method find (line 19) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 27) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 30) | def info(self, *args, **kwargs) -> Any: method ioctl (line 33) | def ioctl(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 37) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method readblocks (line 40) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 43) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 46) | def writeblocks(self, *args, **kwargs) -> Any: class RMT (line 50) | class RMT: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: method clock_div (line 57) | def clock_div(self, *args, **kwargs) -> Any: method deinit (line 60) | def deinit(self, *args, **kwargs) -> Any: method loop (line 63) | def loop(self, *args, **kwargs) -> Any: method source_freq (line 66) | def source_freq(self, *args, **kwargs) -> Any: method wait_done (line 69) | def wait_done(self, *args, **kwargs) -> Any: method write_pulses (line 72) | def write_pulses(self, *args, **kwargs) -> Any: class ULP (line 76) | class ULP: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method load_binary (line 85) | def load_binary(self, *args, **kwargs) -> Any: method run (line 88) | def run(self, *args, **kwargs) -> Any: method set_wakeup_period (line 91) | def set_wakeup_period(self, *args, **kwargs) -> Any: function hall_sensor (line 99) | def hall_sensor(*args, **kwargs) -> Any: function idf_heap_info (line 103) | def idf_heap_info(*args, **kwargs) -> Any: function raw_temperature (line 107) | def raw_temperature(*args, **kwargs) -> Any: function wake_on_ext0 (line 111) | def wake_on_ext0(*args, **kwargs) -> Any: function wake_on_ext1 (line 115) | def wake_on_ext1(*args, **kwargs) -> Any: function wake_on_touch (line 119) | def wake_on_touch(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/esp32.pyi class Partition (line 6) | class Partition: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 8) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 13) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 14) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 15) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 17) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 18) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 19) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 20) | def writeblocks(self, *args, **kwargs) -> Any: ... class RMT (line 22) | class RMT: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method clock_div (line 24) | def clock_div(self, *args, **kwargs) -> Any: ... method deinit (line 25) | def deinit(self, *args, **kwargs) -> Any: ... method loop (line 26) | def loop(self, *args, **kwargs) -> Any: ... method source_freq (line 27) | def source_freq(self, *args, **kwargs) -> Any: ... method wait_done (line 28) | def wait_done(self, *args, **kwargs) -> Any: ... method write_pulses (line 29) | def write_pulses(self, *args, **kwargs) -> Any: ... class ULP (line 31) | class ULP: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method load_binary (line 34) | def load_binary(self, *args, **kwargs) -> Any: ... method run (line 35) | def run(self, *args, **kwargs) -> Any: ... method set_wakeup_period (line 36) | def set_wakeup_period(self, *args, **kwargs) -> Any: ... function hall_sensor (line 41) | def hall_sensor(*args, **kwargs) -> Any: ... function idf_heap_info (line 42) | def idf_heap_info(*args, **kwargs) -> Any: ... function raw_temperature (line 43) | def raw_temperature(*args, **kwargs) -> Any: ... function wake_on_ext0 (line 44) | def wake_on_ext0(*args, **kwargs) -> Any: ... function wake_on_ext1 (line 45) | def wake_on_ext1(*args, **kwargs) -> Any: ... function wake_on_touch (line 46) | def wake_on_touch(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/flashbdev.py class Partition (line 9) | class Partition: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method find (line 16) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 24) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 27) | def info(self, *args, **kwargs) -> Any: method ioctl (line 30) | def ioctl(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 34) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method readblocks (line 37) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 40) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 43) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/flashbdev.pyi class Partition (line 3) | class Partition: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 5) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 10) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 11) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 14) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 15) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 16) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 17) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/hashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/hashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/inisetup.py function check_bootsec (line 11) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 15) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 19) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 7) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method flush (line 23) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 27) | class BytesIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: method close (line 34) | def close(self, *args, **kwargs) -> Any: method read (line 37) | def read(self, *args, **kwargs) -> Any: method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: method readline (line 43) | def readline(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method flush (line 49) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 55) | def seek(self, *args, **kwargs) -> Any: method tell (line 58) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 62) | class FileIO: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method readline (line 78) | def readline(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method flush (line 84) | def flush(self, *args, **kwargs) -> Any: method readlines (line 87) | def readlines(self, *args, **kwargs) -> Any: method seek (line 90) | def seek(self, *args, **kwargs) -> Any: method tell (line 93) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 97) | class IOBase: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 105) | class StringIO: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method readline (line 121) | def readline(self, *args, **kwargs) -> Any: method write (line 124) | def write(self, *args, **kwargs) -> Any: method flush (line 127) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 130) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 133) | def seek(self, *args, **kwargs) -> Any: method tell (line 136) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 140) | class TextIOWrapper: method __init__ (line 143) | def __init__(self, *argv, **kwargs) -> None: method close (line 147) | def close(self, *args, **kwargs) -> Any: method read (line 150) | def read(self, *args, **kwargs) -> Any: method readinto (line 153) | def readinto(self, *args, **kwargs) -> Any: method readline (line 156) | def readline(self, *args, **kwargs) -> Any: method write (line 159) | def write(self, *args, **kwargs) -> Any: method flush (line 162) | def flush(self, *args, **kwargs) -> Any: method readlines (line 165) | def readlines(self, *args, **kwargs) -> Any: method seek (line 168) | def seek(self, *args, **kwargs) -> Any: method tell (line 171) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method flush (line 8) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 10) | class BytesIO: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 12) | def close(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method write (line 16) | def write(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 18) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 19) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 20) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 22) | class FileIO: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 24) | def close(self, *args, **kwargs) -> Any: ... method read (line 25) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 27) | def readline(self, *args, **kwargs) -> Any: ... method write (line 28) | def write(self, *args, **kwargs) -> Any: ... method flush (line 29) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 30) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 31) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 32) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 34) | class IOBase: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 37) | class StringIO: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 39) | def close(self, *args, **kwargs) -> Any: ... method read (line 40) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Any: ... method write (line 43) | def write(self, *args, **kwargs) -> Any: ... method flush (line 44) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 45) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 46) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 47) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 49) | class TextIOWrapper: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 51) | def close(self, *args, **kwargs) -> Any: ... method read (line 52) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 53) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 54) | def readline(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... method flush (line 56) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 57) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 58) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 59) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/machine.py class ADC (line 9) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method atten (line 28) | def atten(self, *args, **kwargs) -> Any: method read_u16 (line 31) | def read_u16(self, *args, **kwargs) -> Any: method width (line 35) | def width(cls, *args, **kwargs) -> Any: class DAC (line 39) | class DAC: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: method write (line 46) | def write(self, *args, **kwargs) -> Any: class I2C (line 57) | class I2C: method __init__ (line 60) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 64) | def readinto(self, *args, **kwargs) -> Any: method start (line 67) | def start(self, *args, **kwargs) -> Any: method stop (line 70) | def stop(self, *args, **kwargs) -> Any: method write (line 73) | def write(self, *args, **kwargs) -> Any: method init (line 76) | def init(self, *args, **kwargs) -> Any: method readfrom (line 79) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 82) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 85) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 88) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 91) | def scan(self, *args, **kwargs) -> Any: method writeto (line 94) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 97) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 100) | def writevto(self, *args, **kwargs) -> Any: class PWM (line 107) | class PWM: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 114) | def deinit(self, *args, **kwargs) -> Any: method duty (line 117) | def duty(self, *args, **kwargs) -> Any: method freq (line 120) | def freq(self, *args, **kwargs) -> Any: method init (line 123) | def init(self, *args, **kwargs) -> Any: class Pin (line 130) | class Pin: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: method value (line 137) | def value(self, *args, **kwargs) -> Any: method init (line 151) | def init(self, *args, **kwargs) -> Any: method irq (line 154) | def irq(self, *args, **kwargs) -> Any: method off (line 157) | def off(self, *args, **kwargs) -> Any: method on (line 160) | def on(self, *args, **kwargs) -> Any: class RTC (line 164) | class RTC: method __init__ (line 167) | def __init__(self, *argv, **kwargs) -> None: method datetime (line 171) | def datetime(self, *args, **kwargs) -> Any: method init (line 174) | def init(self, *args, **kwargs) -> Any: method memory (line 177) | def memory(self, *args, **kwargs) -> Any: class SDCard (line 181) | class SDCard: method __init__ (line 184) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 188) | def deinit(self, *args, **kwargs) -> Any: method info (line 191) | def info(self, *args, **kwargs) -> Any: method ioctl (line 194) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 197) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 200) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 208) | class SPI: method __init__ (line 211) | def __init__(self, *argv, **kwargs) -> None: method read (line 215) | def read(self, *args, **kwargs) -> Any: method readinto (line 218) | def readinto(self, *args, **kwargs) -> Any: method write (line 221) | def write(self, *args, **kwargs) -> Any: method deinit (line 227) | def deinit(self, *args, **kwargs) -> Any: method init (line 230) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 233) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 237) | class Signal: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: method value (line 244) | def value(self, *args, **kwargs) -> Any: method off (line 247) | def off(self, *args, **kwargs) -> Any: method on (line 250) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 254) | class SoftI2C: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 261) | def readinto(self, *args, **kwargs) -> Any: method start (line 264) | def start(self, *args, **kwargs) -> Any: method stop (line 267) | def stop(self, *args, **kwargs) -> Any: method write (line 270) | def write(self, *args, **kwargs) -> Any: method init (line 273) | def init(self, *args, **kwargs) -> Any: method readfrom (line 276) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 279) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 282) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 285) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 288) | def scan(self, *args, **kwargs) -> Any: method writeto (line 291) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 294) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 297) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 301) | class SoftSPI: method __init__ (line 304) | def __init__(self, *argv, **kwargs) -> None: method read (line 308) | def read(self, *args, **kwargs) -> Any: method readinto (line 311) | def readinto(self, *args, **kwargs) -> Any: method write (line 314) | def write(self, *args, **kwargs) -> Any: method deinit (line 320) | def deinit(self, *args, **kwargs) -> Any: method init (line 323) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 326) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 334) | class Timer: method __init__ (line 337) | def __init__(self, *argv, **kwargs) -> None: method value (line 341) | def value(self, *args, **kwargs) -> Any: method deinit (line 347) | def deinit(self, *args, **kwargs) -> Any: method init (line 350) | def init(self, *args, **kwargs) -> Any: class TouchPad (line 354) | class TouchPad: method __init__ (line 357) | def __init__(self, *argv, **kwargs) -> None: method read (line 361) | def read(self, *args, **kwargs) -> Any: method config (line 364) | def config(self, *args, **kwargs) -> Any: class UART (line 368) | class UART: method __init__ (line 371) | def __init__(self, *argv, **kwargs) -> None: method any (line 375) | def any(self, *args, **kwargs) -> Any: method read (line 378) | def read(self, *args, **kwargs) -> Any: method readinto (line 381) | def readinto(self, *args, **kwargs) -> Any: method readline (line 384) | def readline(self, *args, **kwargs) -> Any: method write (line 387) | def write(self, *args, **kwargs) -> Any: method deinit (line 395) | def deinit(self, *args, **kwargs) -> Any: method init (line 398) | def init(self, *args, **kwargs) -> Any: method sendbreak (line 401) | def sendbreak(self, *args, **kwargs) -> Any: class WDT (line 408) | class WDT: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: method feed (line 415) | def feed(self, *args, **kwargs) -> Any: function deepsleep (line 422) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 426) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 430) | def enable_irq(*args, **kwargs) -> Any: function freq (line 434) | def freq(*args, **kwargs) -> Any: function idle (line 438) | def idle(*args, **kwargs) -> Any: function lightsleep (line 442) | def lightsleep(*args, **kwargs) -> Any: function reset (line 451) | def reset(*args, **kwargs) -> Any: function reset_cause (line 455) | def reset_cause(*args, **kwargs) -> Any: function sleep (line 459) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 463) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 467) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 471) | def unique_id(*args, **kwargs) -> Any: function wake_reason (line 475) | def wake_reason(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/machine.pyi class ADC (line 3) | class ADC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method atten (line 14) | def atten(self, *args, **kwargs) -> Any: ... method read_u16 (line 15) | def read_u16(self, *args, **kwargs) -> Any: ... method width (line 17) | def width(cls, *args, **kwargs) -> Any: ... class DAC (line 19) | class DAC: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... class I2C (line 29) | class I2C: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 31) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 32) | def start(self, *args, **kwargs) -> Any: ... method stop (line 33) | def stop(self, *args, **kwargs) -> Any: ... method write (line 34) | def write(self, *args, **kwargs) -> Any: ... method init (line 35) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 36) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 37) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 38) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 39) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 40) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 41) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 42) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 43) | def writevto(self, *args, **kwargs) -> Any: ... class PWM (line 47) | class PWM: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 49) | def deinit(self, *args, **kwargs) -> Any: ... method duty (line 50) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 51) | def freq(self, *args, **kwargs) -> Any: ... method init (line 52) | def init(self, *args, **kwargs) -> Any: ... class Pin (line 56) | class Pin: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 58) | def value(self, *args, **kwargs) -> Any: ... method init (line 69) | def init(self, *args, **kwargs) -> Any: ... method irq (line 70) | def irq(self, *args, **kwargs) -> Any: ... method off (line 71) | def off(self, *args, **kwargs) -> Any: ... method on (line 72) | def on(self, *args, **kwargs) -> Any: ... class RTC (line 74) | class RTC: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: ... method datetime (line 76) | def datetime(self, *args, **kwargs) -> Any: ... method init (line 77) | def init(self, *args, **kwargs) -> Any: ... method memory (line 78) | def memory(self, *args, **kwargs) -> Any: ... class SDCard (line 80) | class SDCard: method __init__ (line 81) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 82) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 83) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 84) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 85) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 86) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 91) | class SPI: method __init__ (line 92) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 93) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 94) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 95) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 98) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 99) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 100) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 102) | class Signal: method __init__ (line 103) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 104) | def value(self, *args, **kwargs) -> Any: ... method off (line 105) | def off(self, *args, **kwargs) -> Any: ... method on (line 106) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 108) | class SoftI2C: method __init__ (line 109) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 110) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 111) | def start(self, *args, **kwargs) -> Any: ... method stop (line 112) | def stop(self, *args, **kwargs) -> Any: ... method write (line 113) | def write(self, *args, **kwargs) -> Any: ... method init (line 114) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 115) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 116) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 117) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 118) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 119) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 120) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 121) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 122) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 124) | class SoftSPI: method __init__ (line 125) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 126) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 127) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 128) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 131) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 132) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 133) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 138) | class Timer: method __init__ (line 139) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 140) | def value(self, *args, **kwargs) -> Any: ... method deinit (line 143) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 144) | def init(self, *args, **kwargs) -> Any: ... class TouchPad (line 146) | class TouchPad: method __init__ (line 147) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 148) | def read(self, *args, **kwargs) -> Any: ... method config (line 149) | def config(self, *args, **kwargs) -> Any: ... class UART (line 151) | class UART: method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 153) | def any(self, *args, **kwargs) -> Any: ... method read (line 154) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 155) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 156) | def readline(self, *args, **kwargs) -> Any: ... method write (line 157) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 162) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 163) | def init(self, *args, **kwargs) -> Any: ... method sendbreak (line 164) | def sendbreak(self, *args, **kwargs) -> Any: ... class WDT (line 168) | class WDT: method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 170) | def feed(self, *args, **kwargs) -> Any: ... function deepsleep (line 174) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 175) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 176) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 177) | def freq(*args, **kwargs) -> Any: ... function idle (line 178) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 179) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 185) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 186) | def reset_cause(*args, **kwargs) -> Any: ... function sleep (line 187) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 188) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 189) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 190) | def unique_id(*args, **kwargs) -> Any: ... function wake_reason (line 191) | def wake_reason(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function acosh (line 17) | def acosh(*args, **kwargs) -> Any: function asin (line 21) | def asin(*args, **kwargs) -> Any: function asinh (line 25) | def asinh(*args, **kwargs) -> Any: function atan (line 29) | def atan(*args, **kwargs) -> Any: function atan2 (line 33) | def atan2(*args, **kwargs) -> Any: function atanh (line 37) | def atanh(*args, **kwargs) -> Any: function ceil (line 41) | def ceil(*args, **kwargs) -> Any: function copysign (line 45) | def copysign(*args, **kwargs) -> Any: function cos (line 49) | def cos(*args, **kwargs) -> Any: function cosh (line 53) | def cosh(*args, **kwargs) -> Any: function degrees (line 57) | def degrees(*args, **kwargs) -> Any: function erf (line 64) | def erf(*args, **kwargs) -> Any: function erfc (line 68) | def erfc(*args, **kwargs) -> Any: function exp (line 72) | def exp(*args, **kwargs) -> Any: function expm1 (line 76) | def expm1(*args, **kwargs) -> Any: function fabs (line 80) | def fabs(*args, **kwargs) -> Any: function floor (line 84) | def floor(*args, **kwargs) -> Any: function fmod (line 88) | def fmod(*args, **kwargs) -> Any: function frexp (line 92) | def frexp(*args, **kwargs) -> Any: function gamma (line 96) | def gamma(*args, **kwargs) -> Any: function isclose (line 100) | def isclose(*args, **kwargs) -> Any: function isfinite (line 104) | def isfinite(*args, **kwargs) -> Any: function isinf (line 108) | def isinf(*args, **kwargs) -> Any: function isnan (line 112) | def isnan(*args, **kwargs) -> Any: function ldexp (line 116) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 120) | def lgamma(*args, **kwargs) -> Any: function log (line 124) | def log(*args, **kwargs) -> Any: function log10 (line 128) | def log10(*args, **kwargs) -> Any: function log2 (line 132) | def log2(*args, **kwargs) -> Any: function modf (line 136) | def modf(*args, **kwargs) -> Any: function radians (line 143) | def radians(*args, **kwargs) -> Any: function sin (line 147) | def sin(*args, **kwargs) -> Any: function sinh (line 151) | def sinh(*args, **kwargs) -> Any: function sqrt (line 155) | def sqrt(*args, **kwargs) -> Any: function tan (line 159) | def tan(*args, **kwargs) -> Any: function tanh (line 163) | def tanh(*args, **kwargs) -> Any: function trunc (line 167) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function acosh (line 5) | def acosh(*args, **kwargs) -> Any: ... function asin (line 6) | def asin(*args, **kwargs) -> Any: ... function asinh (line 7) | def asinh(*args, **kwargs) -> Any: ... function atan (line 8) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 9) | def atan2(*args, **kwargs) -> Any: ... function atanh (line 10) | def atanh(*args, **kwargs) -> Any: ... function ceil (line 11) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 12) | def copysign(*args, **kwargs) -> Any: ... function cos (line 13) | def cos(*args, **kwargs) -> Any: ... function cosh (line 14) | def cosh(*args, **kwargs) -> Any: ... function degrees (line 15) | def degrees(*args, **kwargs) -> Any: ... function erf (line 19) | def erf(*args, **kwargs) -> Any: ... function erfc (line 20) | def erfc(*args, **kwargs) -> Any: ... function exp (line 21) | def exp(*args, **kwargs) -> Any: ... function expm1 (line 22) | def expm1(*args, **kwargs) -> Any: ... function fabs (line 23) | def fabs(*args, **kwargs) -> Any: ... function floor (line 24) | def floor(*args, **kwargs) -> Any: ... function fmod (line 25) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 26) | def frexp(*args, **kwargs) -> Any: ... function gamma (line 27) | def gamma(*args, **kwargs) -> Any: ... function isclose (line 28) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 29) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 30) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 31) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 32) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 33) | def lgamma(*args, **kwargs) -> Any: ... function log (line 34) | def log(*args, **kwargs) -> Any: ... function log10 (line 35) | def log10(*args, **kwargs) -> Any: ... function log2 (line 36) | def log2(*args, **kwargs) -> Any: ... function modf (line 37) | def modf(*args, **kwargs) -> Any: ... function radians (line 41) | def radians(*args, **kwargs) -> Any: ... function sin (line 42) | def sin(*args, **kwargs) -> Any: ... function sinh (line 43) | def sinh(*args, **kwargs) -> Any: ... function sqrt (line 44) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 45) | def tan(*args, **kwargs) -> Any: ... function tanh (line 46) | def tanh(*args, **kwargs) -> Any: ... function trunc (line 47) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/neopixel.py function neopixel_write (line 9) | def neopixel_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/neopixel.pyi function neopixel_write (line 3) | def neopixel_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/network.py function PPP (line 24) | def PPP(*args, **kwargs) -> Any: function WLAN (line 39) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 43) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/network.pyi function PPP (line 18) | def PPP(*args, **kwargs) -> Any: ... function WLAN (line 30) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 31) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/socket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method close (line 32) | def close(self, *args, **kwargs) -> Any: method read (line 35) | def read(self, *args, **kwargs) -> Any: method readinto (line 38) | def readinto(self, *args, **kwargs) -> Any: method readline (line 41) | def readline(self, *args, **kwargs) -> Any: method send (line 44) | def send(self, *args, **kwargs) -> Any: method write (line 47) | def write(self, *args, **kwargs) -> Any: method accept (line 50) | def accept(self, *args, **kwargs) -> Any: method bind (line 53) | def bind(self, *args, **kwargs) -> Any: method connect (line 56) | def connect(self, *args, **kwargs) -> Any: method fileno (line 59) | def fileno(self, *args, **kwargs) -> Any: method listen (line 62) | def listen(self, *args, **kwargs) -> Any: method makefile (line 65) | def makefile(self, *args, **kwargs) -> Any: method recv (line 68) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 71) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 74) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 77) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 80) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 83) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 86) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/socket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method send (line 23) | def send(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method accept (line 25) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 26) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 27) | def connect(self, *args, **kwargs) -> Any: ... method fileno (line 28) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/time.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/time.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Loop (line 13) | class Loop: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method stop (line 23) | def stop(self, *args, **kwargs) -> Any: method call_exception_handler (line 26) | def call_exception_handler(self, *args, **kwargs) -> Any: method create_task (line 29) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 32) | def run_until_complete(self, *args, **kwargs) -> Any: method run_forever (line 35) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 38) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 41) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Any: class Task (line 48) | class Task: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 56) | class TaskQueue: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: method remove (line 63) | def remove(self, *args, **kwargs) -> Any: method peek (line 66) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 69) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 72) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 75) | def push_sorted(self, *args, **kwargs) -> Any: function run (line 79) | def run(*args, **kwargs) -> Any: function sleep (line 83) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 87) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 91) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 103) | class Event: method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: method clear (line 110) | def clear(self, *args, **kwargs) -> Any: method set (line 113) | def set(self, *args, **kwargs) -> Any: method is_set (line 116) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 122) | class Lock: method __init__ (line 125) | def __init__(self, *argv, **kwargs) -> None: method locked (line 131) | def locked(self, *args, **kwargs) -> Any: method release (line 134) | def release(self, *args, **kwargs) -> Any: function ticks (line 138) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 142) | class TimeoutError(Exception): class SingletonGenerator (line 146) | class SingletonGenerator: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 154) | class IOQueue: method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: method remove (line 161) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 164) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 167) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 170) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 174) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 178) | def run_until_complete(*args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function new_event_loop (line 186) | def new_event_loop(*args, **kwargs) -> Any: function wait_for_ms (line 190) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 194) | class StreamReader: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method close (line 201) | def close(self, *args, **kwargs) -> Any: method write (line 207) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 215) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 222) | class StreamWriter: method __init__ (line 225) | def __init__(self, *argv, **kwargs) -> None: method close (line 229) | def close(self, *args, **kwargs) -> Any: method write (line 235) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 243) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Loop (line 5) | class Loop: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method stop (line 8) | def stop(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 9) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method create_task (line 10) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 11) | def run_until_complete(self, *args, **kwargs) -> Any: ... method run_forever (line 12) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 13) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 14) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 15) | def default_exception_handler(self, *args, **kwargs) -> Any: ... class Task (line 17) | class Task: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 20) | class TaskQueue: method __init__ (line 21) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 22) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 23) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 24) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 25) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 26) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 28) | def run(*args, **kwargs) -> Any: ... function sleep (line 29) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 30) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 31) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 32) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 37) | class Event: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 39) | def clear(self, *args, **kwargs) -> Any: ... method set (line 40) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 41) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 44) | class Lock: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 47) | def locked(self, *args, **kwargs) -> Any: ... method release (line 48) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 50) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 52) | class TimeoutError(Exception): ... class SingletonGenerator (line 54) | class SingletonGenerator: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 57) | class IOQueue: method __init__ (line 58) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 59) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 60) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 61) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 62) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 64) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 65) | def run_until_complete(*args, **kwargs) -> Any: ... function get_event_loop (line 66) | def get_event_loop(*args, **kwargs) -> Any: ... function new_event_loop (line 67) | def new_event_loop(*args, **kwargs) -> Any: ... function wait_for_ms (line 68) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 70) | class StreamReader: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 72) | def close(self, *args, **kwargs) -> Any: ... method write (line 75) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 80) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 84) | class StreamWriter: method __init__ (line 85) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method write (line 89) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 94) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Loop (line 13) | class Loop: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method stop (line 23) | def stop(self, *args, **kwargs) -> Any: method call_exception_handler (line 26) | def call_exception_handler(self, *args, **kwargs) -> Any: method create_task (line 29) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 32) | def run_until_complete(self, *args, **kwargs) -> Any: method run_forever (line 35) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 38) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 41) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Any: class Task (line 48) | class Task: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 56) | class TaskQueue: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: method remove (line 63) | def remove(self, *args, **kwargs) -> Any: method peek (line 66) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 69) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 72) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 75) | def push_sorted(self, *args, **kwargs) -> Any: function run (line 79) | def run(*args, **kwargs) -> Any: function sleep (line 83) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 87) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 91) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 99) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 103) | class TimeoutError(Exception): class SingletonGenerator (line 107) | class SingletonGenerator: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 115) | class IOQueue: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: method remove (line 122) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 125) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 128) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 131) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 135) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 139) | def run_until_complete(*args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function new_event_loop (line 147) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Loop (line 5) | class Loop: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method stop (line 8) | def stop(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 9) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method create_task (line 10) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 11) | def run_until_complete(self, *args, **kwargs) -> Any: ... method run_forever (line 12) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 13) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 14) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 15) | def default_exception_handler(self, *args, **kwargs) -> Any: ... class Task (line 17) | class Task: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 20) | class TaskQueue: method __init__ (line 21) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 22) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 23) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 24) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 25) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 26) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 28) | def run(*args, **kwargs) -> Any: ... function sleep (line 29) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 30) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 31) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 32) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 33) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 35) | class TimeoutError(Exception): ... class SingletonGenerator (line 37) | class SingletonGenerator: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 40) | class IOQueue: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 43) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 44) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 45) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 47) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 48) | def run_until_complete(*args, **kwargs) -> Any: ... function get_event_loop (line 49) | def get_event_loop(*args, **kwargs) -> Any: ... function new_event_loop (line 50) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method locked (line 18) | def locked(self, *args, **kwargs) -> Any: method release (line 21) | def release(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 22) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 37) | class StreamReader: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: method close (line 44) | def close(self, *args, **kwargs) -> Any: method write (line 50) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 58) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 65) | class StreamWriter: method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: method close (line 72) | def close(self, *args, **kwargs) -> Any: method write (line 78) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 86) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 96) | class Server: method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: method close (line 103) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 13) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 17) | class StreamReader: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method write (line 22) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 27) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 31) | class StreamWriter: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method write (line 36) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 41) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 47) | class Server: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 49) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/ubluetooth.py class BLE (line 9) | class BLE: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method active (line 16) | def active(self, *args, **kwargs) -> Any: method config (line 19) | def config(self, *args, **kwargs) -> Any: method gap_advertise (line 22) | def gap_advertise(self, *args, **kwargs) -> Any: method gap_connect (line 25) | def gap_connect(self, *args, **kwargs) -> Any: method gap_disconnect (line 28) | def gap_disconnect(self, *args, **kwargs) -> Any: method gap_scan (line 31) | def gap_scan(self, *args, **kwargs) -> Any: method gattc_discover_characteristics (line 34) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: method gattc_discover_descriptors (line 37) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: method gattc_discover_services (line 40) | def gattc_discover_services(self, *args, **kwargs) -> Any: method gattc_exchange_mtu (line 43) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: method gattc_read (line 46) | def gattc_read(self, *args, **kwargs) -> Any: method gattc_write (line 49) | def gattc_write(self, *args, **kwargs) -> Any: method gatts_indicate (line 52) | def gatts_indicate(self, *args, **kwargs) -> Any: method gatts_notify (line 55) | def gatts_notify(self, *args, **kwargs) -> Any: method gatts_read (line 58) | def gatts_read(self, *args, **kwargs) -> Any: method gatts_register_services (line 61) | def gatts_register_services(self, *args, **kwargs) -> Any: method gatts_set_buffer (line 64) | def gatts_set_buffer(self, *args, **kwargs) -> Any: method gatts_write (line 67) | def gatts_write(self, *args, **kwargs) -> Any: method irq (line 70) | def irq(self, *args, **kwargs) -> Any: class UUID (line 81) | class UUID: method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_14-esp32/ubluetooth.pyi class BLE (line 3) | class BLE: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method active (line 5) | def active(self, *args, **kwargs) -> Any: ... method config (line 6) | def config(self, *args, **kwargs) -> Any: ... method gap_advertise (line 7) | def gap_advertise(self, *args, **kwargs) -> Any: ... method gap_connect (line 8) | def gap_connect(self, *args, **kwargs) -> Any: ... method gap_disconnect (line 9) | def gap_disconnect(self, *args, **kwargs) -> Any: ... method gap_scan (line 10) | def gap_scan(self, *args, **kwargs) -> Any: ... method gattc_discover_characteristics (line 11) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: ... method gattc_discover_descriptors (line 12) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: ... method gattc_discover_services (line 13) | def gattc_discover_services(self, *args, **kwargs) -> Any: ... method gattc_exchange_mtu (line 14) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: ... method gattc_read (line 15) | def gattc_read(self, *args, **kwargs) -> Any: ... method gattc_write (line 16) | def gattc_write(self, *args, **kwargs) -> Any: ... method gatts_indicate (line 17) | def gatts_indicate(self, *args, **kwargs) -> Any: ... method gatts_notify (line 18) | def gatts_notify(self, *args, **kwargs) -> Any: ... method gatts_read (line 19) | def gatts_read(self, *args, **kwargs) -> Any: ... method gatts_register_services (line 20) | def gatts_register_services(self, *args, **kwargs) -> Any: ... method gatts_set_buffer (line 21) | def gatts_set_buffer(self, *args, **kwargs) -> Any: ... method gatts_write (line 22) | def gatts_write(self, *args, **kwargs) -> Any: ... method irq (line 23) | def irq(self, *args, **kwargs) -> Any: ... class UUID (line 31) | class UUID: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_14-esp32/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method decrypt (line 16) | def decrypt(self, *args, **kwargs) -> Any: method encrypt (line 19) | def encrypt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/ucryptolib.pyi class aes (line 3) | class aes: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method encrypt (line 6) | def encrypt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_14-esp32/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_14-esp32/uhashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/uhashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method flush (line 23) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 27) | class BytesIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: method close (line 34) | def close(self, *args, **kwargs) -> Any: method read (line 37) | def read(self, *args, **kwargs) -> Any: method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: method readline (line 43) | def readline(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method flush (line 49) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 55) | def seek(self, *args, **kwargs) -> Any: method tell (line 58) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 62) | class FileIO: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method readline (line 78) | def readline(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method flush (line 84) | def flush(self, *args, **kwargs) -> Any: method readlines (line 87) | def readlines(self, *args, **kwargs) -> Any: method seek (line 90) | def seek(self, *args, **kwargs) -> Any: method tell (line 93) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 97) | class IOBase: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 105) | class StringIO: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method readline (line 121) | def readline(self, *args, **kwargs) -> Any: method write (line 124) | def write(self, *args, **kwargs) -> Any: method flush (line 127) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 130) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 133) | def seek(self, *args, **kwargs) -> Any: method tell (line 136) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 140) | class TextIOWrapper: method __init__ (line 143) | def __init__(self, *argv, **kwargs) -> None: method close (line 147) | def close(self, *args, **kwargs) -> Any: method read (line 150) | def read(self, *args, **kwargs) -> Any: method readinto (line 153) | def readinto(self, *args, **kwargs) -> Any: method readline (line 156) | def readline(self, *args, **kwargs) -> Any: method write (line 159) | def write(self, *args, **kwargs) -> Any: method flush (line 162) | def flush(self, *args, **kwargs) -> Any: method readlines (line 165) | def readlines(self, *args, **kwargs) -> Any: method seek (line 168) | def seek(self, *args, **kwargs) -> Any: method tell (line 171) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method flush (line 8) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 10) | class BytesIO: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 12) | def close(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method write (line 16) | def write(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 18) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 19) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 20) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 22) | class FileIO: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 24) | def close(self, *args, **kwargs) -> Any: ... method read (line 25) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 27) | def readline(self, *args, **kwargs) -> Any: ... method write (line 28) | def write(self, *args, **kwargs) -> Any: ... method flush (line 29) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 30) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 31) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 32) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 34) | class IOBase: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 37) | class StringIO: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 39) | def close(self, *args, **kwargs) -> Any: ... method read (line 40) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Any: ... method write (line 43) | def write(self, *args, **kwargs) -> Any: ... method flush (line 44) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 45) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 46) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 47) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 49) | class TextIOWrapper: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 51) | def close(self, *args, **kwargs) -> Any: ... method read (line 52) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 53) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 54) | def readline(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... method flush (line 56) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 57) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 58) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 59) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 16) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Any: method log (line 22) | def log(self, *args, **kwargs) -> Any: method set_callback (line 27) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 30) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 33) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 38) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 43) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 48) | def delay(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTException (line 13) | class MQTTException(Exception): class MQTTClient (line 17) | class MQTTClient: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method connect (line 24) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 27) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 33) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 36) | def ping(self, *args, **kwargs) -> Any: method publish (line 39) | def publish(self, *args, **kwargs) -> Any: method subscribe (line 42) | def subscribe(self, *args, **kwargs) -> Any: method wait_msg (line 45) | def wait_msg(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: function head (line 17) | def head(*args, **kwargs) -> Any: class Response (line 21) | class Response: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method close (line 28) | def close(self, *args, **kwargs) -> Any: method json (line 33) | def json(self, *args, **kwargs) -> Any: function request (line 39) | def request(*args, **kwargs) -> Any: function post (line 43) | def post(*args, **kwargs) -> Any: function patch (line 47) | def patch(*args, **kwargs) -> Any: function delete (line 51) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... function head (line 5) | def head(*args, **kwargs) -> Any: ... class Response (line 7) | class Response: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 9) | def close(self, *args, **kwargs) -> Any: ... method json (line 11) | def json(self, *args, **kwargs) -> Any: ... function request (line 14) | def request(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/usocket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method close (line 32) | def close(self, *args, **kwargs) -> Any: method read (line 35) | def read(self, *args, **kwargs) -> Any: method readinto (line 38) | def readinto(self, *args, **kwargs) -> Any: method readline (line 41) | def readline(self, *args, **kwargs) -> Any: method send (line 44) | def send(self, *args, **kwargs) -> Any: method write (line 47) | def write(self, *args, **kwargs) -> Any: method accept (line 50) | def accept(self, *args, **kwargs) -> Any: method bind (line 53) | def bind(self, *args, **kwargs) -> Any: method connect (line 56) | def connect(self, *args, **kwargs) -> Any: method fileno (line 59) | def fileno(self, *args, **kwargs) -> Any: method listen (line 62) | def listen(self, *args, **kwargs) -> Any: method makefile (line 65) | def makefile(self, *args, **kwargs) -> Any: method recv (line 68) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 71) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 74) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 77) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 80) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 83) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 86) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/usocket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method send (line 23) | def send(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method accept (line 25) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 26) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 27) | def connect(self, *args, **kwargs) -> Any: ... method fileno (line 28) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/usys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/usys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/utime.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/utime.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 16) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp32/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp32/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/apa102.py function apa102_write (line 9) | def apa102_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: class APA102 (line 29) | class APA102: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: method write (line 36) | def write(self, *args, **kwargs) -> Any: method fill (line 39) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/apa102.pyi function apa102_write (line 3) | def apa102_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... class APA102 (line 11) | class APA102: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 13) | def write(self, *args, **kwargs) -> Any: ... method fill (line 14) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function hexlify (line 17) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 21) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function hexlify (line 5) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 6) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/btree.py function open (line 9) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/btree.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method decode (line 218) | def decode(self, *args, **kwargs) -> Any: function callable (line 222) | def callable(*args, **kwargs) -> Any: function chr (line 226) | def chr(*args, **kwargs) -> Any: class dict (line 230) | class dict: method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: method clear (line 237) | def clear(self, *args, **kwargs) -> Any: method copy (line 240) | def copy(self, *args, **kwargs) -> Any: method get (line 243) | def get(self, *args, **kwargs) -> Any: method items (line 246) | def items(self, *args, **kwargs) -> Any: method keys (line 249) | def keys(self, *args, **kwargs) -> Any: method pop (line 252) | def pop(self, *args, **kwargs) -> Any: method popitem (line 255) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 258) | def setdefault(self, *args, **kwargs) -> Any: method update (line 261) | def update(self, *args, **kwargs) -> Any: method values (line 264) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 268) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 272) | def dir(*args, **kwargs) -> Any: function divmod (line 276) | def divmod(*args, **kwargs) -> Any: function eval (line 280) | def eval(*args, **kwargs) -> Any: function exec (line 284) | def exec(*args, **kwargs) -> Any: function getattr (line 288) | def getattr(*args, **kwargs) -> Any: function globals (line 292) | def globals(*args, **kwargs) -> Any: function hasattr (line 296) | def hasattr(*args, **kwargs) -> Any: function hash (line 300) | def hash(*args, **kwargs) -> Any: function id (line 304) | def id(*args, **kwargs) -> Any: class int (line 308) | class int: method __init__ (line 311) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 316) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 319) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 323) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 327) | def issubclass(*args, **kwargs) -> Any: function iter (line 331) | def iter(*args, **kwargs) -> Any: function len (line 335) | def len(*args, **kwargs) -> Any: class list (line 339) | class list: method __init__ (line 342) | def __init__(self, *argv, **kwargs) -> None: method append (line 346) | def append(self, *args, **kwargs) -> Any: method clear (line 349) | def clear(self, *args, **kwargs) -> Any: method copy (line 352) | def copy(self, *args, **kwargs) -> Any: method count (line 355) | def count(self, *args, **kwargs) -> Any: method extend (line 358) | def extend(self, *args, **kwargs) -> Any: method index (line 361) | def index(self, *args, **kwargs) -> Any: method insert (line 364) | def insert(self, *args, **kwargs) -> Any: method pop (line 367) | def pop(self, *args, **kwargs) -> Any: method remove (line 370) | def remove(self, *args, **kwargs) -> Any: method reverse (line 373) | def reverse(self, *args, **kwargs) -> Any: method sort (line 376) | def sort(self, *args, **kwargs) -> Any: function locals (line 380) | def locals(*args, **kwargs) -> Any: class map (line 384) | class map: method __init__ (line 387) | def __init__(self, *argv, **kwargs) -> None: function next (line 392) | def next(*args, **kwargs) -> Any: class object (line 396) | class object: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function open (line 404) | def open(*args, **kwargs) -> Any: function ord (line 408) | def ord(*args, **kwargs) -> Any: function pow (line 412) | def pow(*args, **kwargs) -> Any: function print (line 416) | def print(*args, **kwargs) -> Any: class range (line 420) | class range: method __init__ (line 423) | def __init__(self, *argv, **kwargs) -> None: function repr (line 428) | def repr(*args, **kwargs) -> Any: function round (line 432) | def round(*args, **kwargs) -> Any: class set (line 436) | class set: method __init__ (line 439) | def __init__(self, *argv, **kwargs) -> None: method clear (line 443) | def clear(self, *args, **kwargs) -> Any: method copy (line 446) | def copy(self, *args, **kwargs) -> Any: method pop (line 449) | def pop(self, *args, **kwargs) -> Any: method remove (line 452) | def remove(self, *args, **kwargs) -> Any: method update (line 455) | def update(self, *args, **kwargs) -> Any: method add (line 458) | def add(self, *args, **kwargs) -> Any: method difference (line 461) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 464) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 467) | def discard(self, *args, **kwargs) -> Any: method intersection (line 470) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 473) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 476) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 479) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 482) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 485) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 488) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 491) | def union(self, *args, **kwargs) -> Any: function setattr (line 495) | def setattr(*args, **kwargs) -> Any: function sorted (line 499) | def sorted(*args, **kwargs) -> Any: class str (line 503) | class str: method __init__ (line 506) | def __init__(self, *argv, **kwargs) -> None: method count (line 510) | def count(self, *args, **kwargs) -> Any: method endswith (line 513) | def endswith(self, *args, **kwargs) -> Any: method find (line 516) | def find(self, *args, **kwargs) -> Any: method format (line 519) | def format(self, *args, **kwargs) -> Any: method index (line 522) | def index(self, *args, **kwargs) -> Any: method isalpha (line 525) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 528) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 531) | def islower(self, *args, **kwargs) -> Any: method isspace (line 534) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 537) | def isupper(self, *args, **kwargs) -> Any: method join (line 540) | def join(self, *args, **kwargs) -> Any: method lower (line 543) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 546) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 549) | def replace(self, *args, **kwargs) -> Any: method rfind (line 552) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 555) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 558) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 561) | def rstrip(self, *args, **kwargs) -> Any: method split (line 564) | def split(self, *args, **kwargs) -> Any: method startswith (line 567) | def startswith(self, *args, **kwargs) -> Any: method strip (line 570) | def strip(self, *args, **kwargs) -> Any: method upper (line 573) | def upper(self, *args, **kwargs) -> Any: method encode (line 576) | def encode(self, *args, **kwargs) -> Any: function sum (line 580) | def sum(*args, **kwargs) -> Any: class super (line 584) | class super: method __init__ (line 587) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 592) | class tuple: method __init__ (line 595) | def __init__(self, *argv, **kwargs) -> None: method count (line 599) | def count(self, *args, **kwargs) -> Any: method index (line 602) | def index(self, *args, **kwargs) -> Any: class type (line 606) | class type: method __init__ (line 609) | def __init__(self, *argv, **kwargs) -> None: class zip (line 614) | class zip: method __init__ (line 617) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 622) | class StopAsyncIteration: method __init__ (line 625) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 630) | class UnicodeError(Exception): class ViperTypeError (line 634) | class ViperTypeError(Exception): function bin (line 638) | def bin(*args, **kwargs) -> Any: function delattr (line 642) | def delattr(*args, **kwargs) -> Any: class enumerate (line 646) | class enumerate: method __init__ (line 649) | def __init__(self, *argv, **kwargs) -> None: class filter (line 654) | class filter: method __init__ (line 657) | def __init__(self, *argv, **kwargs) -> None: class float (line 662) | class float: method __init__ (line 665) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 670) | class frozenset: method __init__ (line 673) | def __init__(self, *argv, **kwargs) -> None: method copy (line 677) | def copy(self, *args, **kwargs) -> Any: method difference (line 680) | def difference(self, *args, **kwargs) -> Any: method intersection (line 683) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 686) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 689) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 692) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 695) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 698) | def union(self, *args, **kwargs) -> Any: function help (line 702) | def help(*args, **kwargs) -> Any: function hex (line 706) | def hex(*args, **kwargs) -> Any: function input (line 710) | def input(*args, **kwargs) -> Any: function max (line 714) | def max(*args, **kwargs) -> Any: class memoryview (line 718) | class memoryview: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: function min (line 726) | def min(*args, **kwargs) -> Any: function oct (line 730) | def oct(*args, **kwargs) -> Any: class property (line 734) | class property: method __init__ (line 737) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 741) | def deleter(self, *args, **kwargs) -> Any: method getter (line 744) | def getter(self, *args, **kwargs) -> Any: method setter (line 747) | def setter(self, *args, **kwargs) -> Any: class reversed (line 751) | class reversed: method __init__ (line 754) | def __init__(self, *argv, **kwargs) -> None: class slice (line 759) | class slice: method __init__ (line 762) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_14-esp8266/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method decode (line 69) | def decode(self, *args, **kwargs) -> Any: ... function callable (line 71) | def callable(*args, **kwargs) -> Any: ... function chr (line 72) | def chr(*args, **kwargs) -> Any: ... class dict (line 74) | class dict: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 76) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 77) | def copy(self, *args, **kwargs) -> Any: ... method get (line 78) | def get(self, *args, **kwargs) -> Any: ... method items (line 79) | def items(self, *args, **kwargs) -> Any: ... method keys (line 80) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 81) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 82) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 83) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 84) | def update(self, *args, **kwargs) -> Any: ... method values (line 85) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 87) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 89) | def dir(*args, **kwargs) -> Any: ... function divmod (line 90) | def divmod(*args, **kwargs) -> Any: ... function eval (line 91) | def eval(*args, **kwargs) -> Any: ... function exec (line 92) | def exec(*args, **kwargs) -> Any: ... function getattr (line 93) | def getattr(*args, **kwargs) -> Any: ... function globals (line 94) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 95) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 96) | def hash(*args, **kwargs) -> Any: ... function id (line 97) | def id(*args, **kwargs) -> Any: ... class int (line 99) | class int: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 102) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 103) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 105) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 106) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 107) | def iter(*args, **kwargs) -> Any: ... function len (line 108) | def len(*args, **kwargs) -> Any: ... class list (line 110) | class list: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 112) | def append(self, *args, **kwargs) -> Any: ... method clear (line 113) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 114) | def copy(self, *args, **kwargs) -> Any: ... method count (line 115) | def count(self, *args, **kwargs) -> Any: ... method extend (line 116) | def extend(self, *args, **kwargs) -> Any: ... method index (line 117) | def index(self, *args, **kwargs) -> Any: ... method insert (line 118) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 121) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 122) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 124) | def locals(*args, **kwargs) -> Any: ... class map (line 126) | class map: method __init__ (line 127) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 129) | def next(*args, **kwargs) -> Any: ... class object (line 131) | class object: method __init__ (line 132) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 134) | def open(*args, **kwargs) -> Any: ... function ord (line 135) | def ord(*args, **kwargs) -> Any: ... function pow (line 136) | def pow(*args, **kwargs) -> Any: ... function print (line 137) | def print(*args, **kwargs) -> Any: ... class range (line 139) | class range: method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 142) | def repr(*args, **kwargs) -> Any: ... function round (line 143) | def round(*args, **kwargs) -> Any: ... class set (line 145) | class set: method __init__ (line 146) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 147) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 148) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 149) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 150) | def remove(self, *args, **kwargs) -> Any: ... method update (line 151) | def update(self, *args, **kwargs) -> Any: ... method add (line 152) | def add(self, *args, **kwargs) -> Any: ... method difference (line 153) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 154) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 155) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 156) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 157) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 158) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 159) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 160) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 161) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 162) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 163) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 165) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 166) | def sorted(*args, **kwargs) -> Any: ... class str (line 168) | class str: method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 170) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 171) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 172) | def find(self, *args, **kwargs) -> Any: ... method format (line 173) | def format(self, *args, **kwargs) -> Any: ... method index (line 174) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 175) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 176) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 177) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 178) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 180) | def join(self, *args, **kwargs) -> Any: ... method lower (line 181) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 182) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 183) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 184) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 185) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 186) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 187) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 188) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 189) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 190) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 191) | def upper(self, *args, **kwargs) -> Any: ... method encode (line 192) | def encode(self, *args, **kwargs) -> Any: ... function sum (line 194) | def sum(*args, **kwargs) -> Any: ... class super (line 196) | class super: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 199) | class tuple: method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 201) | def count(self, *args, **kwargs) -> Any: ... method index (line 202) | def index(self, *args, **kwargs) -> Any: ... class type (line 204) | class type: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 207) | class zip: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 210) | class StopAsyncIteration: method __init__ (line 211) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 213) | class UnicodeError(Exception): ... class ViperTypeError (line 214) | class ViperTypeError(Exception): ... function bin (line 216) | def bin(*args, **kwargs) -> Any: ... function delattr (line 217) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 219) | class enumerate: method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... class filter (line 222) | class filter: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 225) | class float: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 228) | class frozenset: method __init__ (line 229) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 230) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 231) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 232) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 233) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 234) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 235) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 236) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 237) | def union(self, *args, **kwargs) -> Any: ... function help (line 239) | def help(*args, **kwargs) -> Any: ... function hex (line 240) | def hex(*args, **kwargs) -> Any: ... function input (line 241) | def input(*args, **kwargs) -> Any: ... function max (line 242) | def max(*args, **kwargs) -> Any: ... class memoryview (line 244) | class memoryview: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 247) | def min(*args, **kwargs) -> Any: ... function oct (line 248) | def oct(*args, **kwargs) -> Any: ... class property (line 250) | class property: method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 252) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 253) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 254) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 256) | class reversed: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 259) | class slice: method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_14-esp8266/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/esp.py function apa102_write (line 13) | def apa102_write(*args, **kwargs) -> Any: function check_fw (line 17) | def check_fw(*args, **kwargs) -> Any: function deepsleep (line 21) | def deepsleep(*args, **kwargs) -> Any: function dht_readinto (line 25) | def dht_readinto(*args, **kwargs) -> Any: function esf_free_bufs (line 29) | def esf_free_bufs(*args, **kwargs) -> Any: function flash_erase (line 33) | def flash_erase(*args, **kwargs) -> Any: function flash_id (line 37) | def flash_id(*args, **kwargs) -> Any: function flash_read (line 41) | def flash_read(*args, **kwargs) -> Any: function flash_size (line 45) | def flash_size(*args, **kwargs) -> Any: function flash_user_start (line 49) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 53) | def flash_write(*args, **kwargs) -> Any: function free (line 57) | def free(*args, **kwargs) -> Any: function freemem (line 61) | def freemem(*args, **kwargs) -> Any: function info (line 65) | def info(*args, **kwargs) -> Any: function malloc (line 69) | def malloc(*args, **kwargs) -> Any: function meminfo (line 73) | def meminfo(*args, **kwargs) -> Any: function neopixel_write (line 77) | def neopixel_write(*args, **kwargs) -> Any: function osdebug (line 81) | def osdebug(*args, **kwargs) -> Any: function set_native_code_location (line 85) | def set_native_code_location(*args, **kwargs) -> Any: function sleep_type (line 89) | def sleep_type(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/esp.pyi function apa102_write (line 7) | def apa102_write(*args, **kwargs) -> Any: ... function check_fw (line 8) | def check_fw(*args, **kwargs) -> Any: ... function deepsleep (line 9) | def deepsleep(*args, **kwargs) -> Any: ... function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... function esf_free_bufs (line 11) | def esf_free_bufs(*args, **kwargs) -> Any: ... function flash_erase (line 12) | def flash_erase(*args, **kwargs) -> Any: ... function flash_id (line 13) | def flash_id(*args, **kwargs) -> Any: ... function flash_read (line 14) | def flash_read(*args, **kwargs) -> Any: ... function flash_size (line 15) | def flash_size(*args, **kwargs) -> Any: ... function flash_user_start (line 16) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 17) | def flash_write(*args, **kwargs) -> Any: ... function free (line 18) | def free(*args, **kwargs) -> Any: ... function freemem (line 19) | def freemem(*args, **kwargs) -> Any: ... function info (line 20) | def info(*args, **kwargs) -> Any: ... function malloc (line 21) | def malloc(*args, **kwargs) -> Any: ... function meminfo (line 22) | def meminfo(*args, **kwargs) -> Any: ... function neopixel_write (line 23) | def neopixel_write(*args, **kwargs) -> Any: ... function osdebug (line 24) | def osdebug(*args, **kwargs) -> Any: ... function set_native_code_location (line 25) | def set_native_code_location(*args, **kwargs) -> Any: ... function sleep_type (line 26) | def sleep_type(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/flashbdev.py class FlashBdev (line 11) | class FlashBdev: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 18) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 21) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 24) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/flashbdev.pyi class FlashBdev (line 5) | class FlashBdev: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 7) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 8) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 9) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/hashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/hashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/inisetup.py function wifi (line 11) | def wifi(*args, **kwargs) -> Any: function check_bootsec (line 15) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 19) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 23) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/inisetup.pyi function wifi (line 5) | def wifi(*args, **kwargs) -> Any: ... function check_bootsec (line 6) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 7) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 8) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/lwip.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/lwip.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/machine.py class ADC (line 9) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method read_u16 (line 19) | def read_u16(self, *args, **kwargs) -> Any: class I2C (line 28) | class I2C: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: method start (line 38) | def start(self, *args, **kwargs) -> Any: method stop (line 41) | def stop(self, *args, **kwargs) -> Any: method write (line 44) | def write(self, *args, **kwargs) -> Any: method init (line 47) | def init(self, *args, **kwargs) -> Any: method readfrom (line 50) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 53) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 56) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 59) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 62) | def scan(self, *args, **kwargs) -> Any: method writeto (line 65) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 68) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 71) | def writevto(self, *args, **kwargs) -> Any: class PWM (line 75) | class PWM: method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 82) | def deinit(self, *args, **kwargs) -> Any: method duty (line 85) | def duty(self, *args, **kwargs) -> Any: method freq (line 88) | def freq(self, *args, **kwargs) -> Any: method init (line 91) | def init(self, *args, **kwargs) -> Any: class Pin (line 98) | class Pin: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: method value (line 105) | def value(self, *args, **kwargs) -> Any: method init (line 115) | def init(self, *args, **kwargs) -> Any: method irq (line 118) | def irq(self, *args, **kwargs) -> Any: method off (line 121) | def off(self, *args, **kwargs) -> Any: method on (line 124) | def on(self, *args, **kwargs) -> Any: class RTC (line 128) | class RTC: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method alarm (line 137) | def alarm(self, *args, **kwargs) -> Any: method alarm_left (line 140) | def alarm_left(self, *args, **kwargs) -> Any: method datetime (line 143) | def datetime(self, *args, **kwargs) -> Any: method irq (line 146) | def irq(self, *args, **kwargs) -> Any: method memory (line 149) | def memory(self, *args, **kwargs) -> Any: class SPI (line 156) | class SPI: method __init__ (line 159) | def __init__(self, *argv, **kwargs) -> None: method read (line 163) | def read(self, *args, **kwargs) -> Any: method readinto (line 166) | def readinto(self, *args, **kwargs) -> Any: method write (line 169) | def write(self, *args, **kwargs) -> Any: method deinit (line 175) | def deinit(self, *args, **kwargs) -> Any: method init (line 178) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 181) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 185) | class Signal: method __init__ (line 188) | def __init__(self, *argv, **kwargs) -> None: method value (line 192) | def value(self, *args, **kwargs) -> Any: method off (line 195) | def off(self, *args, **kwargs) -> Any: method on (line 198) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 202) | class SoftI2C: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 209) | def readinto(self, *args, **kwargs) -> Any: method start (line 212) | def start(self, *args, **kwargs) -> Any: method stop (line 215) | def stop(self, *args, **kwargs) -> Any: method write (line 218) | def write(self, *args, **kwargs) -> Any: method init (line 221) | def init(self, *args, **kwargs) -> Any: method readfrom (line 224) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 227) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 230) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 233) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 236) | def scan(self, *args, **kwargs) -> Any: method writeto (line 239) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 242) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 245) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 249) | class SoftSPI: method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: method read (line 256) | def read(self, *args, **kwargs) -> Any: method readinto (line 259) | def readinto(self, *args, **kwargs) -> Any: method write (line 262) | def write(self, *args, **kwargs) -> Any: method deinit (line 268) | def deinit(self, *args, **kwargs) -> Any: method init (line 271) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 274) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 278) | class Timer: method __init__ (line 281) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 288) | def deinit(self, *args, **kwargs) -> Any: method init (line 291) | def init(self, *args, **kwargs) -> Any: class UART (line 295) | class UART: method __init__ (line 298) | def __init__(self, *argv, **kwargs) -> None: method any (line 302) | def any(self, *args, **kwargs) -> Any: method read (line 305) | def read(self, *args, **kwargs) -> Any: method readinto (line 308) | def readinto(self, *args, **kwargs) -> Any: method readline (line 311) | def readline(self, *args, **kwargs) -> Any: method write (line 314) | def write(self, *args, **kwargs) -> Any: method init (line 317) | def init(self, *args, **kwargs) -> Any: class WDT (line 321) | class WDT: method __init__ (line 324) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 328) | def deinit(self, *args, **kwargs) -> Any: method feed (line 331) | def feed(self, *args, **kwargs) -> Any: function deepsleep (line 338) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 342) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 346) | def enable_irq(*args, **kwargs) -> Any: function freq (line 350) | def freq(*args, **kwargs) -> Any: function idle (line 354) | def idle(*args, **kwargs) -> Any: function lightsleep (line 358) | def lightsleep(*args, **kwargs) -> Any: function reset (line 367) | def reset(*args, **kwargs) -> Any: function reset_cause (line 371) | def reset_cause(*args, **kwargs) -> Any: function sleep (line 375) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 379) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 383) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 387) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/machine.pyi class ADC (line 3) | class ADC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method read_u16 (line 6) | def read_u16(self, *args, **kwargs) -> Any: ... class I2C (line 12) | class I2C: method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 15) | def start(self, *args, **kwargs) -> Any: ... method stop (line 16) | def stop(self, *args, **kwargs) -> Any: ... method write (line 17) | def write(self, *args, **kwargs) -> Any: ... method init (line 18) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 19) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 20) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 21) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 22) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 24) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 25) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 26) | def writevto(self, *args, **kwargs) -> Any: ... class PWM (line 28) | class PWM: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 30) | def deinit(self, *args, **kwargs) -> Any: ... method duty (line 31) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 32) | def freq(self, *args, **kwargs) -> Any: ... method init (line 33) | def init(self, *args, **kwargs) -> Any: ... class Pin (line 37) | class Pin: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 39) | def value(self, *args, **kwargs) -> Any: ... method init (line 46) | def init(self, *args, **kwargs) -> Any: ... method irq (line 47) | def irq(self, *args, **kwargs) -> Any: ... method off (line 48) | def off(self, *args, **kwargs) -> Any: ... method on (line 49) | def on(self, *args, **kwargs) -> Any: ... class RTC (line 51) | class RTC: method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... method alarm (line 54) | def alarm(self, *args, **kwargs) -> Any: ... method alarm_left (line 55) | def alarm_left(self, *args, **kwargs) -> Any: ... method datetime (line 56) | def datetime(self, *args, **kwargs) -> Any: ... method irq (line 57) | def irq(self, *args, **kwargs) -> Any: ... method memory (line 58) | def memory(self, *args, **kwargs) -> Any: ... class SPI (line 62) | class SPI: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 64) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 65) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 66) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 69) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 70) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 71) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 73) | class Signal: method __init__ (line 74) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 75) | def value(self, *args, **kwargs) -> Any: ... method off (line 76) | def off(self, *args, **kwargs) -> Any: ... method on (line 77) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 79) | class SoftI2C: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 82) | def start(self, *args, **kwargs) -> Any: ... method stop (line 83) | def stop(self, *args, **kwargs) -> Any: ... method write (line 84) | def write(self, *args, **kwargs) -> Any: ... method init (line 85) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 86) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 87) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 88) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 89) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 90) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 91) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 92) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 93) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 95) | class SoftSPI: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 97) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 98) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 99) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 102) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 103) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 104) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 106) | class Timer: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 110) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 111) | def init(self, *args, **kwargs) -> Any: ... class UART (line 113) | class UART: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 115) | def any(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 118) | def readline(self, *args, **kwargs) -> Any: ... method write (line 119) | def write(self, *args, **kwargs) -> Any: ... method init (line 120) | def init(self, *args, **kwargs) -> Any: ... class WDT (line 122) | class WDT: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 124) | def deinit(self, *args, **kwargs) -> Any: ... method feed (line 125) | def feed(self, *args, **kwargs) -> Any: ... function deepsleep (line 129) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 130) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 131) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 132) | def freq(*args, **kwargs) -> Any: ... function idle (line 133) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 134) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 140) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 141) | def reset_cause(*args, **kwargs) -> Any: ... function sleep (line 142) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 143) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 144) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 145) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function asin (line 17) | def asin(*args, **kwargs) -> Any: function atan (line 21) | def atan(*args, **kwargs) -> Any: function atan2 (line 25) | def atan2(*args, **kwargs) -> Any: function ceil (line 29) | def ceil(*args, **kwargs) -> Any: function copysign (line 33) | def copysign(*args, **kwargs) -> Any: function cos (line 37) | def cos(*args, **kwargs) -> Any: function degrees (line 41) | def degrees(*args, **kwargs) -> Any: function exp (line 48) | def exp(*args, **kwargs) -> Any: function fabs (line 52) | def fabs(*args, **kwargs) -> Any: function floor (line 56) | def floor(*args, **kwargs) -> Any: function fmod (line 60) | def fmod(*args, **kwargs) -> Any: function frexp (line 64) | def frexp(*args, **kwargs) -> Any: function isfinite (line 68) | def isfinite(*args, **kwargs) -> Any: function isinf (line 72) | def isinf(*args, **kwargs) -> Any: function isnan (line 76) | def isnan(*args, **kwargs) -> Any: function ldexp (line 80) | def ldexp(*args, **kwargs) -> Any: function log (line 84) | def log(*args, **kwargs) -> Any: function modf (line 88) | def modf(*args, **kwargs) -> Any: function radians (line 95) | def radians(*args, **kwargs) -> Any: function sin (line 99) | def sin(*args, **kwargs) -> Any: function sqrt (line 103) | def sqrt(*args, **kwargs) -> Any: function tan (line 107) | def tan(*args, **kwargs) -> Any: function trunc (line 111) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function asin (line 5) | def asin(*args, **kwargs) -> Any: ... function atan (line 6) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 7) | def atan2(*args, **kwargs) -> Any: ... function ceil (line 8) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 9) | def copysign(*args, **kwargs) -> Any: ... function cos (line 10) | def cos(*args, **kwargs) -> Any: ... function degrees (line 11) | def degrees(*args, **kwargs) -> Any: ... function exp (line 15) | def exp(*args, **kwargs) -> Any: ... function fabs (line 16) | def fabs(*args, **kwargs) -> Any: ... function floor (line 17) | def floor(*args, **kwargs) -> Any: ... function fmod (line 18) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 19) | def frexp(*args, **kwargs) -> Any: ... function isfinite (line 20) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 21) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 22) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 23) | def ldexp(*args, **kwargs) -> Any: ... function log (line 24) | def log(*args, **kwargs) -> Any: ... function modf (line 25) | def modf(*args, **kwargs) -> Any: ... function radians (line 29) | def radians(*args, **kwargs) -> Any: ... function sin (line 30) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 31) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 32) | def tan(*args, **kwargs) -> Any: ... function trunc (line 33) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/neopixel.py function neopixel_write (line 9) | def neopixel_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/neopixel.pyi function neopixel_write (line 3) | def neopixel_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/network.py function WLAN (line 26) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 30) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/network.pyi function WLAN (line 20) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 21) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/random.py function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: function seed (line 13) | def seed(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/random.pyi function getrandbits (line 3) | def getrandbits(*args, **kwargs) -> Any: ... function seed (line 4) | def seed(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/socket.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/socket.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/ssd1306.py function const (line 9) | def const(*args, **kwargs) -> Any: class SSD1306 (line 32) | class SSD1306: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: method blit (line 39) | def blit(self, *args, **kwargs) -> Any: method fill (line 42) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 45) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 48) | def hline(self, *args, **kwargs) -> Any: method invert (line 51) | def invert(self, *args, **kwargs) -> Any: method line (line 54) | def line(self, *args, **kwargs) -> Any: method pixel (line 57) | def pixel(self, *args, **kwargs) -> Any: method rect (line 60) | def rect(self, *args, **kwargs) -> Any: method scroll (line 63) | def scroll(self, *args, **kwargs) -> Any: method text (line 66) | def text(self, *args, **kwargs) -> Any: method vline (line 69) | def vline(self, *args, **kwargs) -> Any: method init_display (line 72) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 75) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 78) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 81) | def contrast(self, *args, **kwargs) -> Any: method show (line 84) | def show(self, *args, **kwargs) -> Any: class SSD1306_I2C (line 88) | class SSD1306_I2C: method __init__ (line 91) | def __init__(self, *argv, **kwargs) -> None: method blit (line 95) | def blit(self, *args, **kwargs) -> Any: method fill (line 98) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 101) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 104) | def hline(self, *args, **kwargs) -> Any: method invert (line 107) | def invert(self, *args, **kwargs) -> Any: method line (line 110) | def line(self, *args, **kwargs) -> Any: method pixel (line 113) | def pixel(self, *args, **kwargs) -> Any: method rect (line 116) | def rect(self, *args, **kwargs) -> Any: method scroll (line 119) | def scroll(self, *args, **kwargs) -> Any: method text (line 122) | def text(self, *args, **kwargs) -> Any: method vline (line 125) | def vline(self, *args, **kwargs) -> Any: method init_display (line 128) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 131) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 134) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 137) | def contrast(self, *args, **kwargs) -> Any: method show (line 140) | def show(self, *args, **kwargs) -> Any: method write_cmd (line 143) | def write_cmd(self, *args, **kwargs) -> Any: method write_data (line 146) | def write_data(self, *args, **kwargs) -> Any: class SSD1306_SPI (line 150) | class SSD1306_SPI: method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: method blit (line 157) | def blit(self, *args, **kwargs) -> Any: method fill (line 160) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 163) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 166) | def hline(self, *args, **kwargs) -> Any: method invert (line 169) | def invert(self, *args, **kwargs) -> Any: method line (line 172) | def line(self, *args, **kwargs) -> Any: method pixel (line 175) | def pixel(self, *args, **kwargs) -> Any: method rect (line 178) | def rect(self, *args, **kwargs) -> Any: method scroll (line 181) | def scroll(self, *args, **kwargs) -> Any: method text (line 184) | def text(self, *args, **kwargs) -> Any: method vline (line 187) | def vline(self, *args, **kwargs) -> Any: method init_display (line 190) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 193) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 196) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 199) | def contrast(self, *args, **kwargs) -> Any: method show (line 202) | def show(self, *args, **kwargs) -> Any: method write_cmd (line 205) | def write_cmd(self, *args, **kwargs) -> Any: method write_data (line 208) | def write_data(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/ssd1306.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class SSD1306 (line 23) | class SSD1306: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 25) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 26) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 27) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 28) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 29) | def invert(self, *args, **kwargs) -> Any: ... method line (line 30) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 32) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 33) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 34) | def text(self, *args, **kwargs) -> Any: ... method vline (line 35) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 36) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 37) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 38) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 39) | def contrast(self, *args, **kwargs) -> Any: ... method show (line 40) | def show(self, *args, **kwargs) -> Any: ... class SSD1306_I2C (line 42) | class SSD1306_I2C: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 44) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 45) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 46) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 47) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 48) | def invert(self, *args, **kwargs) -> Any: ... method line (line 49) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 50) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 51) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 52) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 53) | def text(self, *args, **kwargs) -> Any: ... method vline (line 54) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 55) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 56) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 57) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 58) | def contrast(self, *args, **kwargs) -> Any: ... method show (line 59) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 60) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 61) | def write_data(self, *args, **kwargs) -> Any: ... class SSD1306_SPI (line 63) | class SSD1306_SPI: method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 65) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 66) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 67) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 68) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 69) | def invert(self, *args, **kwargs) -> Any: ... method line (line 70) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 71) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 72) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 73) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 74) | def text(self, *args, **kwargs) -> Any: ... method vline (line 75) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 76) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 77) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 78) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 79) | def contrast(self, *args, **kwargs) -> Any: ... method show (line 80) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 81) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 82) | def write_data(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/time.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/time.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Loop (line 13) | class Loop: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method stop (line 23) | def stop(self, *args, **kwargs) -> Any: method call_exception_handler (line 26) | def call_exception_handler(self, *args, **kwargs) -> Any: method create_task (line 29) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 32) | def run_until_complete(self, *args, **kwargs) -> Any: method run_forever (line 35) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 38) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 41) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Any: class Task (line 48) | class Task: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 56) | class TaskQueue: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: method remove (line 63) | def remove(self, *args, **kwargs) -> Any: method peek (line 66) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 69) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 72) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 75) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 79) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 83) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 87) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 91) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 99) | class Event: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method clear (line 106) | def clear(self, *args, **kwargs) -> Any: method set (line 109) | def set(self, *args, **kwargs) -> Any: method is_set (line 112) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 118) | class Lock: method __init__ (line 121) | def __init__(self, *argv, **kwargs) -> None: method release (line 125) | def release(self, *args, **kwargs) -> Any: method locked (line 128) | def locked(self, *args, **kwargs) -> Any: function ticks (line 134) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 138) | class TimeoutError(Exception): class SingletonGenerator (line 142) | class SingletonGenerator: method __init__ (line 145) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 150) | class IOQueue: method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: method remove (line 157) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 160) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 163) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 166) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 170) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 174) | def run_until_complete(*args, **kwargs) -> Any: function run (line 178) | def run(*args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function new_event_loop (line 186) | def new_event_loop(*args, **kwargs) -> Any: function wait_for_ms (line 190) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 194) | class StreamReader: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method close (line 201) | def close(self, *args, **kwargs) -> Any: method write (line 207) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 215) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 222) | class StreamWriter: method __init__ (line 225) | def __init__(self, *argv, **kwargs) -> None: method close (line 229) | def close(self, *args, **kwargs) -> Any: method write (line 235) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 243) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Loop (line 5) | class Loop: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method stop (line 8) | def stop(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 9) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method create_task (line 10) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 11) | def run_until_complete(self, *args, **kwargs) -> Any: ... method run_forever (line 12) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 13) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 14) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 15) | def default_exception_handler(self, *args, **kwargs) -> Any: ... class Task (line 17) | class Task: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 20) | class TaskQueue: method __init__ (line 21) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 22) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 23) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 24) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 25) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 26) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 28) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 29) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 30) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 31) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 36) | class Event: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method set (line 39) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 40) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 43) | class Lock: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 45) | def release(self, *args, **kwargs) -> Any: ... method locked (line 46) | def locked(self, *args, **kwargs) -> Any: ... function ticks (line 49) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 51) | class TimeoutError(Exception): ... class SingletonGenerator (line 53) | class SingletonGenerator: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 56) | class IOQueue: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 58) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 59) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 61) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 63) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 64) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 65) | def run(*args, **kwargs) -> Any: ... function get_event_loop (line 66) | def get_event_loop(*args, **kwargs) -> Any: ... function new_event_loop (line 67) | def new_event_loop(*args, **kwargs) -> Any: ... function wait_for_ms (line 68) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 70) | class StreamReader: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 72) | def close(self, *args, **kwargs) -> Any: ... method write (line 75) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 80) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 84) | class StreamWriter: method __init__ (line 85) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method write (line 89) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 94) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Loop (line 13) | class Loop: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method stop (line 23) | def stop(self, *args, **kwargs) -> Any: method call_exception_handler (line 26) | def call_exception_handler(self, *args, **kwargs) -> Any: method create_task (line 29) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 32) | def run_until_complete(self, *args, **kwargs) -> Any: method run_forever (line 35) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 38) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 41) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Any: class Task (line 48) | class Task: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 56) | class TaskQueue: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: method remove (line 63) | def remove(self, *args, **kwargs) -> Any: method peek (line 66) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 69) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 72) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 75) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 79) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 83) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 87) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 91) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 95) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 99) | class TimeoutError(Exception): class SingletonGenerator (line 103) | class SingletonGenerator: method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 111) | class IOQueue: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: method remove (line 118) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 121) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 124) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 127) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 131) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 135) | def run_until_complete(*args, **kwargs) -> Any: function run (line 139) | def run(*args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function new_event_loop (line 147) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Loop (line 5) | class Loop: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method stop (line 8) | def stop(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 9) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method create_task (line 10) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 11) | def run_until_complete(self, *args, **kwargs) -> Any: ... method run_forever (line 12) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 13) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 14) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 15) | def default_exception_handler(self, *args, **kwargs) -> Any: ... class Task (line 17) | class Task: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 20) | class TaskQueue: method __init__ (line 21) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 22) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 23) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 24) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 25) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 26) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 28) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 29) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 30) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 31) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 32) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 34) | class TimeoutError(Exception): ... class SingletonGenerator (line 36) | class SingletonGenerator: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 39) | class IOQueue: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 41) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 42) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 43) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 44) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 46) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 47) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 48) | def run(*args, **kwargs) -> Any: ... function get_event_loop (line 49) | def get_event_loop(*args, **kwargs) -> Any: ... function new_event_loop (line 50) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method release (line 16) | def release(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 22) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 37) | class StreamReader: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: method close (line 44) | def close(self, *args, **kwargs) -> Any: method write (line 50) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 58) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 65) | class StreamWriter: method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: method close (line 72) | def close(self, *args, **kwargs) -> Any: method write (line 78) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 86) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 96) | class Server: method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: method close (line 103) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 13) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 17) | class StreamReader: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method write (line 22) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 27) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 31) | class StreamWriter: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method write (line 36) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 41) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 47) | class Server: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 49) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function hexlify (line 17) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 21) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function hexlify (line 5) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 6) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method decrypt (line 16) | def decrypt(self, *args, **kwargs) -> Any: method encrypt (line 19) | def encrypt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/ucryptolib.pyi class aes (line 3) | class aes: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method encrypt (line 6) | def encrypt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_14-esp8266/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_14-esp8266/uhashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/uhashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 16) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Any: method log (line 22) | def log(self, *args, **kwargs) -> Any: method set_callback (line 27) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 30) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 33) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 38) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 43) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 48) | def delay(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTException (line 13) | class MQTTException(Exception): class MQTTClient (line 17) | class MQTTClient: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method connect (line 24) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 27) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 33) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 36) | def ping(self, *args, **kwargs) -> Any: method publish (line 39) | def publish(self, *args, **kwargs) -> Any: method subscribe (line 42) | def subscribe(self, *args, **kwargs) -> Any: method wait_msg (line 45) | def wait_msg(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/urandom.py function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: function seed (line 13) | def seed(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/urandom.pyi function getrandbits (line 3) | def getrandbits(*args, **kwargs) -> Any: ... function seed (line 4) | def seed(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: function head (line 17) | def head(*args, **kwargs) -> Any: class Response (line 21) | class Response: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method close (line 28) | def close(self, *args, **kwargs) -> Any: method json (line 33) | def json(self, *args, **kwargs) -> Any: function request (line 39) | def request(*args, **kwargs) -> Any: function post (line 43) | def post(*args, **kwargs) -> Any: function patch (line 47) | def patch(*args, **kwargs) -> Any: function delete (line 51) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... function head (line 5) | def head(*args, **kwargs) -> Any: ... class Response (line 7) | class Response: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 9) | def close(self, *args, **kwargs) -> Any: ... method json (line 11) | def json(self, *args, **kwargs) -> Any: ... function request (line 14) | def request(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/urllib/urequest.py function urlopen (line 9) | def urlopen(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/urllib/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/usocket.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/usocket.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/usys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/usys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/utime.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/utime.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 16) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-esp8266/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_14-esp8266/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/uasyncio/__init__.py function __getattr__ (line 23) | def __getattr__(attr): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function new_event_loop (line 267) | def new_event_loop(): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function new_event_loop (line 51) | def new_event_loop(): ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 21) | def clear(self): method wait (line 24) | async def wait(self): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/uasyncio/event.pyi class Event (line 5) | class Event: method __init__ (line 8) | def __init__(self) -> None: ... method is_set (line 9) | def is_set(self): ... method set (line 10) | def set(self) -> None: ... method clear (line 11) | def clear(self) -> None: ... method wait (line 12) | async def wait(self) -> Generator[None, None, Incomplete]: ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 141) | def __next__(self): method done (line 151) | def done(self): method cancel (line 154) | def cancel(self): method throw (line 176) | def throw(self, value): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... method throw (line 31) | def throw(self, value) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_14-frozen/esp32/GENERIC/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/uasyncio/__init__.py function __getattr__ (line 23) | def __getattr__(attr): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function new_event_loop (line 267) | def new_event_loop(): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 21) | def clear(self): method wait (line 24) | async def wait(self): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 141) | def __next__(self): method done (line 151) | def done(self): method cancel (line 154) | def cancel(self): method throw (line 176) | def throw(self, value): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/uasyncio/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/uasyncio/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function new_event_loop (line 51) | def new_event_loop(): ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/uasyncio/uasyncio/event.pyi class Event (line 5) | class Event: method __init__ (line 8) | def __init__(self) -> None: ... method is_set (line 9) | def is_set(self): ... method set (line 10) | def set(self) -> None: ... method clear (line 11) | def clear(self) -> None: ... method wait (line 12) | async def wait(self) -> Generator[None, None, Incomplete]: ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/uasyncio/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/uasyncio/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/uasyncio/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/uasyncio/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... method throw (line 31) | def throw(self, value) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/umqtt/robust.py class MQTTClient (line 5) | class MQTTClient(simple.MQTTClient): method delay (line 10) | def delay(self, i): method log (line 13) | def log(self, in_reconnect, e): method reconnect (line 20) | def reconnect(self): method publish (line 30) | def publish(self, topic, msg, retain=False, qos=0): method wait_msg (line 38) | def wait_msg(self): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/umqtt/simple.py class MQTTException (line 6) | class MQTTException(Exception): class MQTTClient (line 10) | class MQTTClient: method __init__ (line 11) | def __init__(self, client_id, server, port=0, user=None, password=None... method _send_str (line 30) | def _send_str(self, s): method _recv_len (line 34) | def _recv_len(self): method set_callback (line 44) | def set_callback(self, f): method set_last_will (line 47) | def set_last_will(self, topic, msg, retain=False, qos=0): method connect (line 55) | def connect(self, clean_session=True): method disconnect (line 103) | def disconnect(self): method ping (line 107) | def ping(self): method publish (line 110) | def publish(self, topic, msg, retain=False, qos=0): method subscribe (line 145) | def subscribe(self, topic, qos=0): method wait_msg (line 168) | def wait_msg(self): method check_msg (line 203) | def check_msg(self): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = ..., qos: int = ...... method connect (line 37) | def connect(self, clean_session: bool = ...): ... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = ...) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/upysh.py class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self): method __call__ (line 10) | def __call__(self, path="."): class PWD (line 21) | class PWD: method __repr__ (line 22) | def __repr__(self): method __call__ (line 25) | def __call__(self): class CLEAR (line 29) | class CLEAR: method __repr__ (line 30) | def __repr__(self): method __call__ (line 33) | def __call__(self): function head (line 48) | def head(f, n=10): function cat (line 57) | def cat(f): function newfile (line 61) | def newfile(path): class Man (line 73) | class Man: method __repr__ (line 74) | def __repr__(self): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self): ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self): ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self): ... method __call__ (line 14) | def __call__(self): ... function head (line 25) | def head(f, n: int = ...) -> None: ... function cat (line 26) | def cat(f) -> None: ... function newfile (line 27) | def newfile(path) -> None: ... class Man (line 29) | class Man: method __repr__ (line 30) | def __repr__(self): ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/urequests.py class Response (line 4) | class Response: method __init__ (line 5) | def __init__(self, f): method close (line 10) | def close(self): method content (line 17) | def content(self): method text (line 27) | def text(self): method json (line 30) | def json(self): function request (line 36) | def request(method, url, data=None, json=None, headers={}, stream=None): function head (line 111) | def head(url, **kw): function get (line 115) | def get(url, **kw): function post (line 119) | def post(url, **kw): function put (line 123) | def put(url, **kw): function patch (line 127) | def patch(url, **kw): function delete (line 131) | def delete(url, **kw): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data: Incomplete | None = ..., json: Incomplete... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_14-frozen/esp32/RELEASE/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/dotstar.py class DotStar (line 40) | class DotStar: method __init__ (line 66) | def __init__(self, spi, n, *, brightness=1.0, auto_write=True, pixel_o... method deinit (line 92) | def deinit(self): method __enter__ (line 102) | def __enter__(self): method __exit__ (line 105) | def __exit__(self, exception_type, exception_value, traceback): method __repr__ (line 108) | def __repr__(self): method _set_item (line 111) | def _set_item(self, index, value): method __setitem__ (line 150) | def __setitem__(self, index, val): method __getitem__ (line 168) | def __getitem__(self, index): method __len__ (line 181) | def __len__(self): method brightness (line 185) | def brightness(self): method brightness (line 190) | def brightness(self, brightness): method fill (line 195) | def fill(self, color): method show (line 205) | def show(self): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/dotstar.pyi class DotStar (line 12) | class DotStar: method __init__ (line 21) | def __init__(self, spi, n, *, brightness: float = ..., auto_write: boo... method deinit (line 22) | def deinit(self) -> None: ... method __enter__ (line 23) | def __enter__(self): ... method __exit__ (line 24) | def __exit__(self, exception_type, exception_value, traceback) -> None... method __repr__ (line 25) | def __repr__(self): ... method _set_item (line 26) | def _set_item(self, index, value) -> None: ... method __setitem__ (line 27) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 28) | def __getitem__(self, index): ... method __len__ (line 29) | def __len__(self): ... method brightness (line 31) | def brightness(self): ... method brightness (line 33) | def brightness(self, brightness) -> None: ... method fill (line 34) | def fill(self, color) -> None: ... method show (line 35) | def show(self) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/tinypico.py function get_battery_voltage (line 45) | def get_battery_voltage(): function get_battery_charging (line 60) | def get_battery_charging(): function set_dotstar_power (line 80) | def set_dotstar_power(state): function dotstar_color_wheel (line 97) | def dotstar_color_wheel(wheel_pos): function go_deepsleep (line 113) | def go_deepsleep(t): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/tinypico.pyi function get_battery_voltage (line 17) | def get_battery_voltage(): ... function get_battery_charging (line 18) | def get_battery_charging(): ... function set_dotstar_power (line 19) | def set_dotstar_power(state) -> None: ... function dotstar_color_wheel (line 20) | def dotstar_color_wheel(wheel_pos): ... function go_deepsleep (line 21) | def go_deepsleep(t) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/uasyncio/__init__.py function __getattr__ (line 23) | def __getattr__(attr): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function new_event_loop (line 267) | def new_event_loop(): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function new_event_loop (line 51) | def new_event_loop(): ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 21) | def clear(self): method wait (line 24) | async def wait(self): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/uasyncio/event.pyi class Event (line 5) | class Event: method __init__ (line 8) | def __init__(self) -> None: ... method is_set (line 9) | def is_set(self): ... method set (line 10) | def set(self) -> None: ... method clear (line 11) | def clear(self) -> None: ... method wait (line 12) | async def wait(self) -> Generator[None, None, Incomplete]: ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 141) | def __next__(self): method done (line 151) | def done(self): method cancel (line 154) | def cancel(self): method throw (line 176) | def throw(self, value): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... method throw (line 31) | def throw(self, value) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_14-frozen/esp32/TINYPICO/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/apa102.py class APA102 (line 8) | class APA102(NeoPixel): method __init__ (line 11) | def __init__(self, clock_pin, data_pin, n, bpp=4): method write (line 16) | def write(self): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = ...) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/flashbdev.py class FlashBdev (line 4) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks): method readblocks (line 11) | def readblocks(self, n, buf, off=0): method writeblocks (line 15) | def writeblocks(self, n, buf, off=None): method ioctl (line 23) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf, off: int = ...) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf, off: Incomplete | None = ...) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/inisetup.py function wifi (line 6) | def wifi(): function check_bootsec (line 14) | def check_bootsec(): function fs_corrupted (line 27) | def fs_corrupted(): function setup (line 44) | def setup(): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/port_diag.py function main (line 7) | def main(): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/ssd1306.py class SSD1306 (line 28) | class SSD1306(framebuf.FrameBuffer): method __init__ (line 29) | def __init__(self, width, height, external_vcc): method init_display (line 38) | def init_display(self): method poweroff (line 75) | def poweroff(self): method poweron (line 78) | def poweron(self): method contrast (line 81) | def contrast(self, contrast): method invert (line 85) | def invert(self, invert): method show (line 88) | def show(self): class SSD1306_I2C (line 104) | class SSD1306_I2C(SSD1306): method __init__ (line 105) | def __init__(self, width, height, i2c, addr=0x3C, external_vcc=False): method write_cmd (line 112) | def write_cmd(self, cmd): method write_data (line 117) | def write_data(self, buf): class SSD1306_SPI (line 122) | class SSD1306_SPI(SSD1306): method __init__ (line 123) | def __init__(self, width, height, spi, dc, res, cs, external_vcc=False): method write_cmd (line 141) | def write_cmd(self, cmd): method write_data (line 149) | def write_data(self, buf): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/ssd1306.pyi class SSD1306 (line 22) | class SSD1306(framebuf.FrameBuffer): method __init__ (line 28) | def __init__(self, width, height, external_vcc) -> None: ... method init_display (line 29) | def init_display(self) -> None: ... method poweroff (line 30) | def poweroff(self) -> None: ... method poweron (line 31) | def poweron(self) -> None: ... method contrast (line 32) | def contrast(self, contrast) -> None: ... method invert (line 33) | def invert(self, invert) -> None: ... method show (line 34) | def show(self) -> None: ... class SSD1306_I2C (line 36) | class SSD1306_I2C(SSD1306): method __init__ (line 41) | def __init__(self, width, height, i2c, addr: int = ..., external_vcc: ... method write_cmd (line 42) | def write_cmd(self, cmd) -> None: ... method write_data (line 43) | def write_data(self, buf) -> None: ... class SSD1306_SPI (line 45) | class SSD1306_SPI(SSD1306): method __init__ (line 51) | def __init__(self, width, height, spi, dc, res, cs, external_vcc: bool... method write_cmd (line 52) | def write_cmd(self, cmd) -> None: ... method write_data (line 53) | def write_data(self, buf) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/uasyncio/__init__.py function __getattr__ (line 23) | def __getattr__(attr): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function new_event_loop (line 267) | def new_event_loop(): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 21) | def clear(self): method wait (line 24) | async def wait(self): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 141) | def __next__(self): method done (line 151) | def done(self): method cancel (line 154) | def cancel(self): method throw (line 176) | def throw(self, value): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/uasyncio/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/uasyncio/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function new_event_loop (line 51) | def new_event_loop(): ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/uasyncio/uasyncio/event.pyi class Event (line 5) | class Event: method __init__ (line 8) | def __init__(self) -> None: ... method is_set (line 9) | def is_set(self): ... method set (line 10) | def set(self) -> None: ... method clear (line 11) | def clear(self) -> None: ... method wait (line 12) | async def wait(self) -> Generator[None, None, Incomplete]: ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/uasyncio/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/uasyncio/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/uasyncio/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/uasyncio/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... method throw (line 31) | def throw(self, value) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/umqtt/robust.py class MQTTClient (line 5) | class MQTTClient(simple.MQTTClient): method delay (line 10) | def delay(self, i): method log (line 13) | def log(self, in_reconnect, e): method reconnect (line 20) | def reconnect(self): method publish (line 30) | def publish(self, topic, msg, retain=False, qos=0): method wait_msg (line 38) | def wait_msg(self): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/umqtt/simple.py class MQTTException (line 6) | class MQTTException(Exception): class MQTTClient (line 10) | class MQTTClient: method __init__ (line 11) | def __init__(self, client_id, server, port=0, user=None, password=None... method _send_str (line 30) | def _send_str(self, s): method _recv_len (line 34) | def _recv_len(self): method set_callback (line 44) | def set_callback(self, f): method set_last_will (line 47) | def set_last_will(self, topic, msg, retain=False, qos=0): method connect (line 55) | def connect(self, clean_session=True): method disconnect (line 103) | def disconnect(self): method ping (line 107) | def ping(self): method publish (line 110) | def publish(self, topic, msg, retain=False, qos=0): method subscribe (line 145) | def subscribe(self, topic, qos=0): method wait_msg (line 168) | def wait_msg(self): method check_msg (line 203) | def check_msg(self): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = ..., qos: int = ...... method connect (line 37) | def connect(self, clean_session: bool = ...): ... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = ...) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/upysh.py class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self): method __call__ (line 10) | def __call__(self, path="."): class PWD (line 21) | class PWD: method __repr__ (line 22) | def __repr__(self): method __call__ (line 25) | def __call__(self): class CLEAR (line 29) | class CLEAR: method __repr__ (line 30) | def __repr__(self): method __call__ (line 33) | def __call__(self): function head (line 48) | def head(f, n=10): function cat (line 57) | def cat(f): function newfile (line 61) | def newfile(path): class Man (line 73) | class Man: method __repr__ (line 74) | def __repr__(self): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self): ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self): ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self): ... method __call__ (line 14) | def __call__(self): ... function head (line 25) | def head(f, n: int = ...) -> None: ... function cat (line 26) | def cat(f) -> None: ... function newfile (line 27) | def newfile(path) -> None: ... class Man (line 29) | class Man: method __repr__ (line 30) | def __repr__(self): ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/urequests.py class Response (line 4) | class Response: method __init__ (line 5) | def __init__(self, f): method close (line 10) | def close(self): method content (line 17) | def content(self): method text (line 27) | def text(self): method json (line 30) | def json(self): function request (line 36) | def request(method, url, data=None, json=None, headers={}, stream=None): function head (line 111) | def head(url, **kw): function get (line 115) | def get(url, **kw): function post (line 119) | def post(url, **kw): function put (line 123) | def put(url, **kw): function patch (line 127) | def patch(url, **kw): function delete (line 131) | def delete(url, **kw): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data: Incomplete | None = ..., json: Incomplete... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/urllib/urequest.py function urlopen (line 4) | def urlopen(url, data=None, method="GET"): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/urllib/urequest.pyi function urlopen (line 3) | def urlopen(url, data: Incomplete | None = ..., method: str = ...): ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_14-frozen/esp8266/GENERIC/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 326) | def write(self, s): method set_pen (line 332) | def set_pen(self, line, fill): method erase (line 335) | def erase(self): method dot (line 338) | def dot(self, x, y): method rect (line 342) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 371) | def rect_outline(self, x, y, w, h): method rect_interior (line 374) | def rect_interior(self, x, y, w, h): method line (line 377) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 386) | def dot_no_clip(self, x, y): method rect_no_clip (line 389) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 392) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 395) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 398) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 401) | def poly_dot(self, data): method poly_line (line 407) | def poly_line(self, data): method touch_config (line 415) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 418) | def is_touched(self): method get_touch (line 424) | def get_touch(self): method set_spi_win (line 432) | def set_spi_win(self, x, y, w, h): method fast_spi (line 436) | def fast_spi(self, flush=True): method show_framebuf (line 442) | def show_framebuf(self, buf): method set_scroll (line 445) | def set_scroll(self, on): method set_scroll_win (line 448) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 452) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 455) | def set_scroll_buf(self, s): method jpeg_start (line 462) | def jpeg_start(self, l): method jpeg_data (line 468) | def jpeg_data(self, buf): method jpeg (line 471) | def jpeg(self, buf): method feed_wdt (line 475) | def feed_wdt(self): method reset (line 478) | def reset(self): FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/lcd160cr.pyi class LCD160CR (line 12) | class LCD160CR: method __init__ (line 22) | def __init__( method _send (line 31) | def _send(self, cmd) -> None: ... method _fcmd2 (line 32) | def _fcmd2(self, fmt, a0, a1: int = ..., a2: int = ...) -> None: ... method _fcmd2b (line 33) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4: int = ...) -> None: ... method _waitfor (line 34) | def _waitfor(self, n, buf) -> None: ... method oflush (line 35) | def oflush(self, n: int = ...) -> None: ... method iflush (line 36) | def iflush(self) -> None: ... method rgb (line 38) | def rgb(r, g, b): ... method clip_line (line 40) | def clip_line(c, w, h): ... method set_power (line 41) | def set_power(self, on) -> None: ... method set_orient (line 44) | def set_orient(self, orient) -> None: ... method set_brightness (line 45) | def set_brightness(self, value) -> None: ... method set_i2c_addr (line 46) | def set_i2c_addr(self, addr) -> None: ... method set_uart_baudrate (line 47) | def set_uart_baudrate(self, baudrate) -> None: ... method set_startup_deco (line 48) | def set_startup_deco(self, value) -> None: ... method save_to_flash (line 49) | def save_to_flash(self) -> None: ... method set_pixel (line 50) | def set_pixel(self, x, y, c) -> None: ... method get_pixel (line 51) | def get_pixel(self, x, y): ... method get_line (line 52) | def get_line(self, x, y, buf) -> None: ... method screen_dump (line 53) | def screen_dump(self, buf, x: int = ..., y: int = ..., w: Incomplete |... method screen_load (line 54) | def screen_load(self, buf) -> None: ... method set_pos (line 55) | def set_pos(self, x, y) -> None: ... method set_text_color (line 56) | def set_text_color(self, fg, bg) -> None: ... method set_font (line 57) | def set_font(self, font, scale: int = ..., bold: int = ..., trans: int... method write (line 58) | def write(self, s) -> None: ... method set_pen (line 59) | def set_pen(self, line, fill) -> None: ... method erase (line 60) | def erase(self) -> None: ... method dot (line 61) | def dot(self, x, y) -> None: ... method rect (line 62) | def rect(self, x, y, w, h, cmd: int = ...) -> None: ... method rect_outline (line 63) | def rect_outline(self, x, y, w, h) -> None: ... method rect_interior (line 64) | def rect_interior(self, x, y, w, h) -> None: ... method line (line 65) | def line(self, x1, y1, x2, y2) -> None: ... method dot_no_clip (line 66) | def dot_no_clip(self, x, y) -> None: ... method rect_no_clip (line 67) | def rect_no_clip(self, x, y, w, h) -> None: ... method rect_outline_no_clip (line 68) | def rect_outline_no_clip(self, x, y, w, h) -> None: ... method rect_interior_no_clip (line 69) | def rect_interior_no_clip(self, x, y, w, h) -> None: ... method line_no_clip (line 70) | def line_no_clip(self, x1, y1, x2, y2) -> None: ... method poly_dot (line 71) | def poly_dot(self, data) -> None: ... method poly_line (line 72) | def poly_line(self, data) -> None: ... method touch_config (line 73) | def touch_config(self, calib: bool = ..., save: bool = ..., irq: Incom... method is_touched (line 74) | def is_touched(self): ... method get_touch (line 75) | def get_touch(self): ... method set_spi_win (line 76) | def set_spi_win(self, x, y, w, h) -> None: ... method fast_spi (line 77) | def fast_spi(self, flush: bool = ...): ... method show_framebuf (line 78) | def show_framebuf(self, buf) -> None: ... method set_scroll (line 79) | def set_scroll(self, on) -> None: ... method set_scroll_win (line 80) | def set_scroll_win( method set_scroll_win_param (line 83) | def set_scroll_win_param(self, win, param, value) -> None: ... method set_scroll_buf (line 84) | def set_scroll_buf(self, s) -> None: ... method jpeg_start (line 85) | def jpeg_start(self, l) -> None: ... method jpeg_data (line 86) | def jpeg_data(self, buf) -> None: ... method jpeg (line 87) | def jpeg(self, buf) -> None: ... method feed_wdt (line 88) | def feed_wdt(self) -> None: ... method reset (line 89) | def reset(self) -> None: ... FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/uasyncio/__init__.py function __getattr__ (line 23) | def __getattr__(attr): FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function new_event_loop (line 267) | def new_event_loop(): FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function new_event_loop (line 51) | def new_event_loop(): ... FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 21) | def clear(self): method wait (line 24) | async def wait(self): FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/uasyncio/event.pyi class Event (line 5) | class Event: method __init__ (line 8) | def __init__(self) -> None: ... method is_set (line 9) | def is_set(self): ... method set (line 10) | def set(self) -> None: ... method clear (line 11) | def clear(self) -> None: ... method wait (line 12) | async def wait(self) -> Generator[None, None, Incomplete]: ... FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 141) | def __next__(self): method done (line 151) | def done(self): method cancel (line 154) | def cancel(self): method throw (line 176) | def throw(self, value): FILE: stubs/micropython-v1_14-frozen/stm32/GENERIC/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... method throw (line 31) | def throw(self, value) -> None: ... FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 326) | def write(self, s): method set_pen (line 332) | def set_pen(self, line, fill): method erase (line 335) | def erase(self): method dot (line 338) | def dot(self, x, y): method rect (line 342) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 371) | def rect_outline(self, x, y, w, h): method rect_interior (line 374) | def rect_interior(self, x, y, w, h): method line (line 377) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 386) | def dot_no_clip(self, x, y): method rect_no_clip (line 389) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 392) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 395) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 398) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 401) | def poly_dot(self, data): method poly_line (line 407) | def poly_line(self, data): method touch_config (line 415) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 418) | def is_touched(self): method get_touch (line 424) | def get_touch(self): method set_spi_win (line 432) | def set_spi_win(self, x, y, w, h): method fast_spi (line 436) | def fast_spi(self, flush=True): method show_framebuf (line 442) | def show_framebuf(self, buf): method set_scroll (line 445) | def set_scroll(self, on): method set_scroll_win (line 448) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 452) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 455) | def set_scroll_buf(self, s): method jpeg_start (line 462) | def jpeg_start(self, l): method jpeg_data (line 468) | def jpeg_data(self, buf): method jpeg (line 471) | def jpeg(self, buf): method feed_wdt (line 475) | def feed_wdt(self): method reset (line 478) | def reset(self): FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/lcd160cr.pyi class LCD160CR (line 12) | class LCD160CR: method __init__ (line 22) | def __init__( method _send (line 31) | def _send(self, cmd) -> None: ... method _fcmd2 (line 32) | def _fcmd2(self, fmt, a0, a1: int = ..., a2: int = ...) -> None: ... method _fcmd2b (line 33) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4: int = ...) -> None: ... method _waitfor (line 34) | def _waitfor(self, n, buf) -> None: ... method oflush (line 35) | def oflush(self, n: int = ...) -> None: ... method iflush (line 36) | def iflush(self) -> None: ... method rgb (line 38) | def rgb(r, g, b): ... method clip_line (line 40) | def clip_line(c, w, h): ... method set_power (line 41) | def set_power(self, on) -> None: ... method set_orient (line 44) | def set_orient(self, orient) -> None: ... method set_brightness (line 45) | def set_brightness(self, value) -> None: ... method set_i2c_addr (line 46) | def set_i2c_addr(self, addr) -> None: ... method set_uart_baudrate (line 47) | def set_uart_baudrate(self, baudrate) -> None: ... method set_startup_deco (line 48) | def set_startup_deco(self, value) -> None: ... method save_to_flash (line 49) | def save_to_flash(self) -> None: ... method set_pixel (line 50) | def set_pixel(self, x, y, c) -> None: ... method get_pixel (line 51) | def get_pixel(self, x, y): ... method get_line (line 52) | def get_line(self, x, y, buf) -> None: ... method screen_dump (line 53) | def screen_dump(self, buf, x: int = ..., y: int = ..., w: Incomplete |... method screen_load (line 54) | def screen_load(self, buf) -> None: ... method set_pos (line 55) | def set_pos(self, x, y) -> None: ... method set_text_color (line 56) | def set_text_color(self, fg, bg) -> None: ... method set_font (line 57) | def set_font(self, font, scale: int = ..., bold: int = ..., trans: int... method write (line 58) | def write(self, s) -> None: ... method set_pen (line 59) | def set_pen(self, line, fill) -> None: ... method erase (line 60) | def erase(self) -> None: ... method dot (line 61) | def dot(self, x, y) -> None: ... method rect (line 62) | def rect(self, x, y, w, h, cmd: int = ...) -> None: ... method rect_outline (line 63) | def rect_outline(self, x, y, w, h) -> None: ... method rect_interior (line 64) | def rect_interior(self, x, y, w, h) -> None: ... method line (line 65) | def line(self, x1, y1, x2, y2) -> None: ... method dot_no_clip (line 66) | def dot_no_clip(self, x, y) -> None: ... method rect_no_clip (line 67) | def rect_no_clip(self, x, y, w, h) -> None: ... method rect_outline_no_clip (line 68) | def rect_outline_no_clip(self, x, y, w, h) -> None: ... method rect_interior_no_clip (line 69) | def rect_interior_no_clip(self, x, y, w, h) -> None: ... method line_no_clip (line 70) | def line_no_clip(self, x1, y1, x2, y2) -> None: ... method poly_dot (line 71) | def poly_dot(self, data) -> None: ... method poly_line (line 72) | def poly_line(self, data) -> None: ... method touch_config (line 73) | def touch_config(self, calib: bool = ..., save: bool = ..., irq: Incom... method is_touched (line 74) | def is_touched(self): ... method get_touch (line 75) | def get_touch(self): ... method set_spi_win (line 76) | def set_spi_win(self, x, y, w, h) -> None: ... method fast_spi (line 77) | def fast_spi(self, flush: bool = ...): ... method show_framebuf (line 78) | def show_framebuf(self, buf) -> None: ... method set_scroll (line 79) | def set_scroll(self, on) -> None: ... method set_scroll_win (line 80) | def set_scroll_win( method set_scroll_win_param (line 83) | def set_scroll_win_param(self, win, param, value) -> None: ... method set_scroll_buf (line 84) | def set_scroll_buf(self, s) -> None: ... method jpeg_start (line 85) | def jpeg_start(self, l) -> None: ... method jpeg_data (line 86) | def jpeg_data(self, buf) -> None: ... method jpeg (line 87) | def jpeg(self, buf) -> None: ... method feed_wdt (line 88) | def feed_wdt(self) -> None: ... method reset (line 89) | def reset(self) -> None: ... FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/uasyncio/__init__.py function __getattr__ (line 23) | def __getattr__(attr): FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function new_event_loop (line 267) | def new_event_loop(): FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function new_event_loop (line 51) | def new_event_loop(): ... FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 21) | def clear(self): method wait (line 24) | async def wait(self): FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/uasyncio/event.pyi class Event (line 5) | class Event: method __init__ (line 8) | def __init__(self) -> None: ... method is_set (line 9) | def is_set(self): ... method set (line 10) | def set(self) -> None: ... method clear (line 11) | def clear(self) -> None: ... method wait (line 12) | async def wait(self) -> Generator[None, None, Incomplete]: ... FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 141) | def __next__(self): method done (line 151) | def done(self): method cancel (line 154) | def cancel(self): method throw (line 176) | def throw(self, value): FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... method throw (line 31) | def throw(self, value) -> None: ... FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_14-frozen/stm32/PYBD_SF2/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_15-esp32/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/_thread.py class LockType (line 9) | class LockType: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 16) | def acquire(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: method release (line 22) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 30) | def exit(*args, **kwargs) -> Any: function get_ident (line 34) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 38) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 42) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/_thread.pyi class LockType (line 3) | class LockType: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 5) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 9) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 10) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 11) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 12) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/apa106.py class NeoPixel (line 9) | class NeoPixel: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method write (line 16) | def write(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: class APA106 (line 25) | class APA106: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method write (line 32) | def write(self, *args, **kwargs) -> Any: method fill (line 35) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... class APA106 (line 9) | class APA106: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/btree.py function open (line 9) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/btree.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method center (line 218) | def center(self, *args, **kwargs) -> Any: method decode (line 221) | def decode(self, *args, **kwargs) -> Any: method partition (line 224) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 227) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 230) | def splitlines(self, *args, **kwargs) -> Any: function callable (line 234) | def callable(*args, **kwargs) -> Any: function chr (line 238) | def chr(*args, **kwargs) -> Any: class dict (line 242) | class dict: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: method clear (line 249) | def clear(self, *args, **kwargs) -> Any: method copy (line 252) | def copy(self, *args, **kwargs) -> Any: method get (line 255) | def get(self, *args, **kwargs) -> Any: method items (line 258) | def items(self, *args, **kwargs) -> Any: method keys (line 261) | def keys(self, *args, **kwargs) -> Any: method pop (line 264) | def pop(self, *args, **kwargs) -> Any: method popitem (line 267) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 270) | def setdefault(self, *args, **kwargs) -> Any: method update (line 273) | def update(self, *args, **kwargs) -> Any: method values (line 276) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 280) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 284) | def dir(*args, **kwargs) -> Any: function divmod (line 288) | def divmod(*args, **kwargs) -> Any: function eval (line 292) | def eval(*args, **kwargs) -> Any: function exec (line 296) | def exec(*args, **kwargs) -> Any: function getattr (line 300) | def getattr(*args, **kwargs) -> Any: function globals (line 304) | def globals(*args, **kwargs) -> Any: function hasattr (line 308) | def hasattr(*args, **kwargs) -> Any: function hash (line 312) | def hash(*args, **kwargs) -> Any: function id (line 316) | def id(*args, **kwargs) -> Any: class int (line 320) | class int: method __init__ (line 323) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 328) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 331) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 335) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 339) | def issubclass(*args, **kwargs) -> Any: function iter (line 343) | def iter(*args, **kwargs) -> Any: function len (line 347) | def len(*args, **kwargs) -> Any: class list (line 351) | class list: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: method append (line 358) | def append(self, *args, **kwargs) -> Any: method clear (line 361) | def clear(self, *args, **kwargs) -> Any: method copy (line 364) | def copy(self, *args, **kwargs) -> Any: method count (line 367) | def count(self, *args, **kwargs) -> Any: method extend (line 370) | def extend(self, *args, **kwargs) -> Any: method index (line 373) | def index(self, *args, **kwargs) -> Any: method insert (line 376) | def insert(self, *args, **kwargs) -> Any: method pop (line 379) | def pop(self, *args, **kwargs) -> Any: method remove (line 382) | def remove(self, *args, **kwargs) -> Any: method reverse (line 385) | def reverse(self, *args, **kwargs) -> Any: method sort (line 388) | def sort(self, *args, **kwargs) -> Any: function locals (line 392) | def locals(*args, **kwargs) -> Any: class map (line 396) | class map: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function next (line 404) | def next(*args, **kwargs) -> Any: class object (line 408) | class object: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: function open (line 416) | def open(*args, **kwargs) -> Any: function ord (line 420) | def ord(*args, **kwargs) -> Any: function pow (line 424) | def pow(*args, **kwargs) -> Any: function print (line 428) | def print(*args, **kwargs) -> Any: class range (line 432) | class range: method __init__ (line 435) | def __init__(self, *argv, **kwargs) -> None: function repr (line 440) | def repr(*args, **kwargs) -> Any: function round (line 444) | def round(*args, **kwargs) -> Any: class set (line 448) | class set: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: method clear (line 455) | def clear(self, *args, **kwargs) -> Any: method copy (line 458) | def copy(self, *args, **kwargs) -> Any: method pop (line 461) | def pop(self, *args, **kwargs) -> Any: method remove (line 464) | def remove(self, *args, **kwargs) -> Any: method update (line 467) | def update(self, *args, **kwargs) -> Any: method add (line 470) | def add(self, *args, **kwargs) -> Any: method difference (line 473) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 476) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 479) | def discard(self, *args, **kwargs) -> Any: method intersection (line 482) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 485) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 488) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 491) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 494) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 497) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 500) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 503) | def union(self, *args, **kwargs) -> Any: function setattr (line 507) | def setattr(*args, **kwargs) -> Any: function sorted (line 511) | def sorted(*args, **kwargs) -> Any: class str (line 515) | class str: method __init__ (line 518) | def __init__(self, *argv, **kwargs) -> None: method count (line 522) | def count(self, *args, **kwargs) -> Any: method endswith (line 525) | def endswith(self, *args, **kwargs) -> Any: method find (line 528) | def find(self, *args, **kwargs) -> Any: method format (line 531) | def format(self, *args, **kwargs) -> Any: method index (line 534) | def index(self, *args, **kwargs) -> Any: method isalpha (line 537) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 540) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 543) | def islower(self, *args, **kwargs) -> Any: method isspace (line 546) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 549) | def isupper(self, *args, **kwargs) -> Any: method join (line 552) | def join(self, *args, **kwargs) -> Any: method lower (line 555) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 558) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 561) | def replace(self, *args, **kwargs) -> Any: method rfind (line 564) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 567) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 570) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 573) | def rstrip(self, *args, **kwargs) -> Any: method split (line 576) | def split(self, *args, **kwargs) -> Any: method startswith (line 579) | def startswith(self, *args, **kwargs) -> Any: method strip (line 582) | def strip(self, *args, **kwargs) -> Any: method upper (line 585) | def upper(self, *args, **kwargs) -> Any: method center (line 588) | def center(self, *args, **kwargs) -> Any: method encode (line 591) | def encode(self, *args, **kwargs) -> Any: method partition (line 594) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 597) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 600) | def splitlines(self, *args, **kwargs) -> Any: function sum (line 604) | def sum(*args, **kwargs) -> Any: class super (line 608) | class super: method __init__ (line 611) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 616) | class tuple: method __init__ (line 619) | def __init__(self, *argv, **kwargs) -> None: method count (line 623) | def count(self, *args, **kwargs) -> Any: method index (line 626) | def index(self, *args, **kwargs) -> Any: class type (line 630) | class type: method __init__ (line 633) | def __init__(self, *argv, **kwargs) -> None: class zip (line 638) | class zip: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 649) | class StopAsyncIteration: method __init__ (line 652) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 657) | class UnicodeError(Exception): class ViperTypeError (line 661) | class ViperTypeError(Exception): function bin (line 665) | def bin(*args, **kwargs) -> Any: function compile (line 669) | def compile(*args, **kwargs) -> Any: class complex (line 673) | class complex: method __init__ (line 676) | def __init__(self, *argv, **kwargs) -> None: function delattr (line 681) | def delattr(*args, **kwargs) -> Any: class enumerate (line 685) | class enumerate: method __init__ (line 688) | def __init__(self, *argv, **kwargs) -> None: function execfile (line 693) | def execfile(*args, **kwargs) -> Any: class filter (line 697) | class filter: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: class float (line 705) | class float: method __init__ (line 708) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 713) | class frozenset: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: method copy (line 720) | def copy(self, *args, **kwargs) -> Any: method difference (line 723) | def difference(self, *args, **kwargs) -> Any: method intersection (line 726) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 729) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 732) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 735) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 738) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 741) | def union(self, *args, **kwargs) -> Any: function help (line 745) | def help(*args, **kwargs) -> Any: function hex (line 749) | def hex(*args, **kwargs) -> Any: function input (line 753) | def input(*args, **kwargs) -> Any: function max (line 757) | def max(*args, **kwargs) -> Any: class memoryview (line 761) | class memoryview: method __init__ (line 764) | def __init__(self, *argv, **kwargs) -> None: function min (line 769) | def min(*args, **kwargs) -> Any: function oct (line 773) | def oct(*args, **kwargs) -> Any: class property (line 777) | class property: method __init__ (line 780) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 784) | def deleter(self, *args, **kwargs) -> Any: method getter (line 787) | def getter(self, *args, **kwargs) -> Any: method setter (line 790) | def setter(self, *args, **kwargs) -> Any: class reversed (line 794) | class reversed: method __init__ (line 797) | def __init__(self, *argv, **kwargs) -> None: class slice (line 802) | class slice: method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_15-esp32/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method center (line 69) | def center(self, *args, **kwargs) -> Any: ... method decode (line 70) | def decode(self, *args, **kwargs) -> Any: ... method partition (line 71) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 72) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 73) | def splitlines(self, *args, **kwargs) -> Any: ... function callable (line 75) | def callable(*args, **kwargs) -> Any: ... function chr (line 76) | def chr(*args, **kwargs) -> Any: ... class dict (line 78) | class dict: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 80) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 81) | def copy(self, *args, **kwargs) -> Any: ... method get (line 82) | def get(self, *args, **kwargs) -> Any: ... method items (line 83) | def items(self, *args, **kwargs) -> Any: ... method keys (line 84) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 85) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 86) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 87) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 88) | def update(self, *args, **kwargs) -> Any: ... method values (line 89) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 91) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 93) | def dir(*args, **kwargs) -> Any: ... function divmod (line 94) | def divmod(*args, **kwargs) -> Any: ... function eval (line 95) | def eval(*args, **kwargs) -> Any: ... function exec (line 96) | def exec(*args, **kwargs) -> Any: ... function getattr (line 97) | def getattr(*args, **kwargs) -> Any: ... function globals (line 98) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 99) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 100) | def hash(*args, **kwargs) -> Any: ... function id (line 101) | def id(*args, **kwargs) -> Any: ... class int (line 103) | class int: method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 106) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 107) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 109) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 110) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 111) | def iter(*args, **kwargs) -> Any: ... function len (line 112) | def len(*args, **kwargs) -> Any: ... class list (line 114) | class list: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 116) | def append(self, *args, **kwargs) -> Any: ... method clear (line 117) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 118) | def copy(self, *args, **kwargs) -> Any: ... method count (line 119) | def count(self, *args, **kwargs) -> Any: ... method extend (line 120) | def extend(self, *args, **kwargs) -> Any: ... method index (line 121) | def index(self, *args, **kwargs) -> Any: ... method insert (line 122) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 123) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 124) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 125) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 126) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 128) | def locals(*args, **kwargs) -> Any: ... class map (line 130) | class map: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 133) | def next(*args, **kwargs) -> Any: ... class object (line 135) | class object: method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 138) | def open(*args, **kwargs) -> Any: ... function ord (line 139) | def ord(*args, **kwargs) -> Any: ... function pow (line 140) | def pow(*args, **kwargs) -> Any: ... function print (line 141) | def print(*args, **kwargs) -> Any: ... class range (line 143) | class range: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 146) | def repr(*args, **kwargs) -> Any: ... function round (line 147) | def round(*args, **kwargs) -> Any: ... class set (line 149) | class set: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 151) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 152) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 153) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 154) | def remove(self, *args, **kwargs) -> Any: ... method update (line 155) | def update(self, *args, **kwargs) -> Any: ... method add (line 156) | def add(self, *args, **kwargs) -> Any: ... method difference (line 157) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 158) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 159) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 160) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 161) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 162) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 163) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 164) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 165) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 166) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 167) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 169) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 170) | def sorted(*args, **kwargs) -> Any: ... class str (line 172) | class str: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 174) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 175) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 176) | def find(self, *args, **kwargs) -> Any: ... method format (line 177) | def format(self, *args, **kwargs) -> Any: ... method index (line 178) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 179) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 180) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 181) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 182) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 183) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 184) | def join(self, *args, **kwargs) -> Any: ... method lower (line 185) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 186) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 187) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 188) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 189) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 190) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 191) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 192) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 193) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 194) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 195) | def upper(self, *args, **kwargs) -> Any: ... method center (line 196) | def center(self, *args, **kwargs) -> Any: ... method encode (line 197) | def encode(self, *args, **kwargs) -> Any: ... method partition (line 198) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 199) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 200) | def splitlines(self, *args, **kwargs) -> Any: ... function sum (line 202) | def sum(*args, **kwargs) -> Any: ... class super (line 204) | class super: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 207) | class tuple: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 209) | def count(self, *args, **kwargs) -> Any: ... method index (line 210) | def index(self, *args, **kwargs) -> Any: ... class type (line 212) | class type: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 215) | class zip: method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 220) | class StopAsyncIteration: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 223) | class UnicodeError(Exception): ... class ViperTypeError (line 224) | class ViperTypeError(Exception): ... function bin (line 226) | def bin(*args, **kwargs) -> Any: ... function compile (line 227) | def compile(*args, **kwargs) -> Any: ... class complex (line 229) | class complex: method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... function delattr (line 232) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 234) | class enumerate: method __init__ (line 235) | def __init__(self, *argv, **kwargs) -> None: ... function execfile (line 237) | def execfile(*args, **kwargs) -> Any: ... class filter (line 239) | class filter: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 242) | class float: method __init__ (line 243) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 245) | class frozenset: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 247) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 248) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 249) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 250) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 251) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 252) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 253) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 254) | def union(self, *args, **kwargs) -> Any: ... function help (line 256) | def help(*args, **kwargs) -> Any: ... function hex (line 257) | def hex(*args, **kwargs) -> Any: ... function input (line 258) | def input(*args, **kwargs) -> Any: ... function max (line 259) | def max(*args, **kwargs) -> Any: ... class memoryview (line 261) | class memoryview: method __init__ (line 262) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 264) | def min(*args, **kwargs) -> Any: ... function oct (line 265) | def oct(*args, **kwargs) -> Any: ... class property (line 267) | class property: method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 269) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 270) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 271) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 273) | class reversed: method __init__ (line 274) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 276) | class slice: method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_15-esp32/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/esp.py function dht_readinto (line 16) | def dht_readinto(*args, **kwargs) -> Any: function flash_erase (line 20) | def flash_erase(*args, **kwargs) -> Any: function flash_read (line 24) | def flash_read(*args, **kwargs) -> Any: function flash_size (line 28) | def flash_size(*args, **kwargs) -> Any: function flash_user_start (line 32) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 36) | def flash_write(*args, **kwargs) -> Any: function gpio_matrix_in (line 40) | def gpio_matrix_in(*args, **kwargs) -> Any: function gpio_matrix_out (line 44) | def gpio_matrix_out(*args, **kwargs) -> Any: function neopixel_write (line 48) | def neopixel_write(*args, **kwargs) -> Any: function osdebug (line 52) | def osdebug(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/esp.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 11) | def flash_erase(*args, **kwargs) -> Any: ... function flash_read (line 12) | def flash_read(*args, **kwargs) -> Any: ... function flash_size (line 13) | def flash_size(*args, **kwargs) -> Any: ... function flash_user_start (line 14) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 15) | def flash_write(*args, **kwargs) -> Any: ... function gpio_matrix_in (line 16) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 17) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function neopixel_write (line 18) | def neopixel_write(*args, **kwargs) -> Any: ... function osdebug (line 19) | def osdebug(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/esp32.py class NVS (line 12) | class NVS: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method commit (line 19) | def commit(self, *args, **kwargs) -> Any: method erase_key (line 22) | def erase_key(self, *args, **kwargs) -> Any: method get_blob (line 25) | def get_blob(self, *args, **kwargs) -> Any: method get_i32 (line 28) | def get_i32(self, *args, **kwargs) -> Any: method set_blob (line 31) | def set_blob(self, *args, **kwargs) -> Any: method set_i32 (line 34) | def set_i32(self, *args, **kwargs) -> Any: class Partition (line 38) | class Partition: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method find (line 45) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 53) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 56) | def info(self, *args, **kwargs) -> Any: method ioctl (line 59) | def ioctl(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 63) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method readblocks (line 66) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 69) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 72) | def writeblocks(self, *args, **kwargs) -> Any: class RMT (line 76) | class RMT: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method clock_div (line 83) | def clock_div(self, *args, **kwargs) -> Any: method deinit (line 86) | def deinit(self, *args, **kwargs) -> Any: method loop (line 89) | def loop(self, *args, **kwargs) -> Any: method source_freq (line 92) | def source_freq(self, *args, **kwargs) -> Any: method wait_done (line 95) | def wait_done(self, *args, **kwargs) -> Any: method write_pulses (line 98) | def write_pulses(self, *args, **kwargs) -> Any: class ULP (line 102) | class ULP: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: method load_binary (line 111) | def load_binary(self, *args, **kwargs) -> Any: method run (line 114) | def run(self, *args, **kwargs) -> Any: method set_wakeup_period (line 117) | def set_wakeup_period(self, *args, **kwargs) -> Any: function hall_sensor (line 125) | def hall_sensor(*args, **kwargs) -> Any: function idf_heap_info (line 129) | def idf_heap_info(*args, **kwargs) -> Any: function raw_temperature (line 133) | def raw_temperature(*args, **kwargs) -> Any: function wake_on_ext0 (line 137) | def wake_on_ext0(*args, **kwargs) -> Any: function wake_on_ext1 (line 141) | def wake_on_ext1(*args, **kwargs) -> Any: function wake_on_touch (line 145) | def wake_on_touch(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/esp32.pyi class NVS (line 6) | class NVS: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method commit (line 8) | def commit(self, *args, **kwargs) -> Any: ... method erase_key (line 9) | def erase_key(self, *args, **kwargs) -> Any: ... method get_blob (line 10) | def get_blob(self, *args, **kwargs) -> Any: ... method get_i32 (line 11) | def get_i32(self, *args, **kwargs) -> Any: ... method set_blob (line 12) | def set_blob(self, *args, **kwargs) -> Any: ... method set_i32 (line 13) | def set_i32(self, *args, **kwargs) -> Any: ... class Partition (line 15) | class Partition: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 17) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 22) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 23) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 24) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 26) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 27) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 28) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 29) | def writeblocks(self, *args, **kwargs) -> Any: ... class RMT (line 31) | class RMT: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method clock_div (line 33) | def clock_div(self, *args, **kwargs) -> Any: ... method deinit (line 34) | def deinit(self, *args, **kwargs) -> Any: ... method loop (line 35) | def loop(self, *args, **kwargs) -> Any: ... method source_freq (line 36) | def source_freq(self, *args, **kwargs) -> Any: ... method wait_done (line 37) | def wait_done(self, *args, **kwargs) -> Any: ... method write_pulses (line 38) | def write_pulses(self, *args, **kwargs) -> Any: ... class ULP (line 40) | class ULP: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... method load_binary (line 43) | def load_binary(self, *args, **kwargs) -> Any: ... method run (line 44) | def run(self, *args, **kwargs) -> Any: ... method set_wakeup_period (line 45) | def set_wakeup_period(self, *args, **kwargs) -> Any: ... function hall_sensor (line 50) | def hall_sensor(*args, **kwargs) -> Any: ... function idf_heap_info (line 51) | def idf_heap_info(*args, **kwargs) -> Any: ... function raw_temperature (line 52) | def raw_temperature(*args, **kwargs) -> Any: ... function wake_on_ext0 (line 53) | def wake_on_ext0(*args, **kwargs) -> Any: ... function wake_on_ext1 (line 54) | def wake_on_ext1(*args, **kwargs) -> Any: ... function wake_on_touch (line 55) | def wake_on_touch(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/flashbdev.py class Partition (line 9) | class Partition: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method find (line 16) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 24) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 27) | def info(self, *args, **kwargs) -> Any: method ioctl (line 30) | def ioctl(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 34) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method readblocks (line 37) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 40) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 43) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/flashbdev.pyi class Partition (line 3) | class Partition: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 5) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 10) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 11) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 14) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 15) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 16) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 17) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/hashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/hashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/inisetup.py function check_bootsec (line 11) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 15) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 19) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 7) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method flush (line 23) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 27) | class BytesIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: method close (line 34) | def close(self, *args, **kwargs) -> Any: method read (line 37) | def read(self, *args, **kwargs) -> Any: method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: method readline (line 43) | def readline(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method flush (line 49) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 55) | def seek(self, *args, **kwargs) -> Any: method tell (line 58) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 62) | class FileIO: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method readline (line 78) | def readline(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method flush (line 84) | def flush(self, *args, **kwargs) -> Any: method readlines (line 87) | def readlines(self, *args, **kwargs) -> Any: method seek (line 90) | def seek(self, *args, **kwargs) -> Any: method tell (line 93) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 97) | class IOBase: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 105) | class StringIO: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method readline (line 121) | def readline(self, *args, **kwargs) -> Any: method write (line 124) | def write(self, *args, **kwargs) -> Any: method flush (line 127) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 130) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 133) | def seek(self, *args, **kwargs) -> Any: method tell (line 136) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 140) | class TextIOWrapper: method __init__ (line 143) | def __init__(self, *argv, **kwargs) -> None: method close (line 147) | def close(self, *args, **kwargs) -> Any: method read (line 150) | def read(self, *args, **kwargs) -> Any: method readinto (line 153) | def readinto(self, *args, **kwargs) -> Any: method readline (line 156) | def readline(self, *args, **kwargs) -> Any: method write (line 159) | def write(self, *args, **kwargs) -> Any: method flush (line 162) | def flush(self, *args, **kwargs) -> Any: method readlines (line 165) | def readlines(self, *args, **kwargs) -> Any: method seek (line 168) | def seek(self, *args, **kwargs) -> Any: method tell (line 171) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method flush (line 8) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 10) | class BytesIO: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 12) | def close(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method write (line 16) | def write(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 18) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 19) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 20) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 22) | class FileIO: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 24) | def close(self, *args, **kwargs) -> Any: ... method read (line 25) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 27) | def readline(self, *args, **kwargs) -> Any: ... method write (line 28) | def write(self, *args, **kwargs) -> Any: ... method flush (line 29) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 30) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 31) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 32) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 34) | class IOBase: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 37) | class StringIO: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 39) | def close(self, *args, **kwargs) -> Any: ... method read (line 40) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Any: ... method write (line 43) | def write(self, *args, **kwargs) -> Any: ... method flush (line 44) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 45) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 46) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 47) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 49) | class TextIOWrapper: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 51) | def close(self, *args, **kwargs) -> Any: ... method read (line 52) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 53) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 54) | def readline(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... method flush (line 56) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 57) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 58) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 59) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/machine.py class ADC (line 9) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method atten (line 28) | def atten(self, *args, **kwargs) -> Any: method read_u16 (line 31) | def read_u16(self, *args, **kwargs) -> Any: method width (line 35) | def width(cls, *args, **kwargs) -> Any: class DAC (line 39) | class DAC: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: method write (line 46) | def write(self, *args, **kwargs) -> Any: class I2C (line 57) | class I2C: method __init__ (line 60) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 64) | def readinto(self, *args, **kwargs) -> Any: method start (line 67) | def start(self, *args, **kwargs) -> Any: method stop (line 70) | def stop(self, *args, **kwargs) -> Any: method write (line 73) | def write(self, *args, **kwargs) -> Any: method init (line 76) | def init(self, *args, **kwargs) -> Any: method readfrom (line 79) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 82) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 85) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 88) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 91) | def scan(self, *args, **kwargs) -> Any: method writeto (line 94) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 97) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 100) | def writevto(self, *args, **kwargs) -> Any: class PWM (line 107) | class PWM: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 114) | def deinit(self, *args, **kwargs) -> Any: method duty (line 117) | def duty(self, *args, **kwargs) -> Any: method freq (line 120) | def freq(self, *args, **kwargs) -> Any: method init (line 123) | def init(self, *args, **kwargs) -> Any: class Pin (line 130) | class Pin: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: method value (line 137) | def value(self, *args, **kwargs) -> Any: method init (line 151) | def init(self, *args, **kwargs) -> Any: method irq (line 154) | def irq(self, *args, **kwargs) -> Any: method off (line 157) | def off(self, *args, **kwargs) -> Any: method on (line 160) | def on(self, *args, **kwargs) -> Any: class RTC (line 164) | class RTC: method __init__ (line 167) | def __init__(self, *argv, **kwargs) -> None: method datetime (line 171) | def datetime(self, *args, **kwargs) -> Any: method init (line 174) | def init(self, *args, **kwargs) -> Any: method memory (line 177) | def memory(self, *args, **kwargs) -> Any: class SDCard (line 181) | class SDCard: method __init__ (line 184) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 188) | def deinit(self, *args, **kwargs) -> Any: method info (line 191) | def info(self, *args, **kwargs) -> Any: method ioctl (line 194) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 197) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 200) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 208) | class SPI: method __init__ (line 211) | def __init__(self, *argv, **kwargs) -> None: method read (line 215) | def read(self, *args, **kwargs) -> Any: method readinto (line 218) | def readinto(self, *args, **kwargs) -> Any: method write (line 221) | def write(self, *args, **kwargs) -> Any: method deinit (line 227) | def deinit(self, *args, **kwargs) -> Any: method init (line 230) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 233) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 237) | class Signal: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: method value (line 244) | def value(self, *args, **kwargs) -> Any: method off (line 247) | def off(self, *args, **kwargs) -> Any: method on (line 250) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 254) | class SoftI2C: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 261) | def readinto(self, *args, **kwargs) -> Any: method start (line 264) | def start(self, *args, **kwargs) -> Any: method stop (line 267) | def stop(self, *args, **kwargs) -> Any: method write (line 270) | def write(self, *args, **kwargs) -> Any: method init (line 273) | def init(self, *args, **kwargs) -> Any: method readfrom (line 276) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 279) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 282) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 285) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 288) | def scan(self, *args, **kwargs) -> Any: method writeto (line 291) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 294) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 297) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 301) | class SoftSPI: method __init__ (line 304) | def __init__(self, *argv, **kwargs) -> None: method read (line 308) | def read(self, *args, **kwargs) -> Any: method readinto (line 311) | def readinto(self, *args, **kwargs) -> Any: method write (line 314) | def write(self, *args, **kwargs) -> Any: method deinit (line 320) | def deinit(self, *args, **kwargs) -> Any: method init (line 323) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 326) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 334) | class Timer: method __init__ (line 337) | def __init__(self, *argv, **kwargs) -> None: method value (line 341) | def value(self, *args, **kwargs) -> Any: method deinit (line 347) | def deinit(self, *args, **kwargs) -> Any: method init (line 350) | def init(self, *args, **kwargs) -> Any: class TouchPad (line 354) | class TouchPad: method __init__ (line 357) | def __init__(self, *argv, **kwargs) -> None: method read (line 361) | def read(self, *args, **kwargs) -> Any: method config (line 364) | def config(self, *args, **kwargs) -> Any: class UART (line 368) | class UART: method __init__ (line 371) | def __init__(self, *argv, **kwargs) -> None: method any (line 375) | def any(self, *args, **kwargs) -> Any: method read (line 378) | def read(self, *args, **kwargs) -> Any: method readinto (line 381) | def readinto(self, *args, **kwargs) -> Any: method readline (line 384) | def readline(self, *args, **kwargs) -> Any: method write (line 387) | def write(self, *args, **kwargs) -> Any: method deinit (line 395) | def deinit(self, *args, **kwargs) -> Any: method init (line 398) | def init(self, *args, **kwargs) -> Any: method sendbreak (line 401) | def sendbreak(self, *args, **kwargs) -> Any: class WDT (line 408) | class WDT: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: method feed (line 415) | def feed(self, *args, **kwargs) -> Any: function deepsleep (line 422) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 426) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 430) | def enable_irq(*args, **kwargs) -> Any: function freq (line 434) | def freq(*args, **kwargs) -> Any: function idle (line 438) | def idle(*args, **kwargs) -> Any: function lightsleep (line 442) | def lightsleep(*args, **kwargs) -> Any: function reset (line 451) | def reset(*args, **kwargs) -> Any: function reset_cause (line 455) | def reset_cause(*args, **kwargs) -> Any: function sleep (line 459) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 463) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 467) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 471) | def unique_id(*args, **kwargs) -> Any: function wake_reason (line 475) | def wake_reason(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/machine.pyi class ADC (line 3) | class ADC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method atten (line 14) | def atten(self, *args, **kwargs) -> Any: ... method read_u16 (line 15) | def read_u16(self, *args, **kwargs) -> Any: ... method width (line 17) | def width(cls, *args, **kwargs) -> Any: ... class DAC (line 19) | class DAC: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... class I2C (line 29) | class I2C: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 31) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 32) | def start(self, *args, **kwargs) -> Any: ... method stop (line 33) | def stop(self, *args, **kwargs) -> Any: ... method write (line 34) | def write(self, *args, **kwargs) -> Any: ... method init (line 35) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 36) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 37) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 38) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 39) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 40) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 41) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 42) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 43) | def writevto(self, *args, **kwargs) -> Any: ... class PWM (line 47) | class PWM: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 49) | def deinit(self, *args, **kwargs) -> Any: ... method duty (line 50) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 51) | def freq(self, *args, **kwargs) -> Any: ... method init (line 52) | def init(self, *args, **kwargs) -> Any: ... class Pin (line 56) | class Pin: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 58) | def value(self, *args, **kwargs) -> Any: ... method init (line 69) | def init(self, *args, **kwargs) -> Any: ... method irq (line 70) | def irq(self, *args, **kwargs) -> Any: ... method off (line 71) | def off(self, *args, **kwargs) -> Any: ... method on (line 72) | def on(self, *args, **kwargs) -> Any: ... class RTC (line 74) | class RTC: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: ... method datetime (line 76) | def datetime(self, *args, **kwargs) -> Any: ... method init (line 77) | def init(self, *args, **kwargs) -> Any: ... method memory (line 78) | def memory(self, *args, **kwargs) -> Any: ... class SDCard (line 80) | class SDCard: method __init__ (line 81) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 82) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 83) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 84) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 85) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 86) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 91) | class SPI: method __init__ (line 92) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 93) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 94) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 95) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 98) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 99) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 100) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 102) | class Signal: method __init__ (line 103) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 104) | def value(self, *args, **kwargs) -> Any: ... method off (line 105) | def off(self, *args, **kwargs) -> Any: ... method on (line 106) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 108) | class SoftI2C: method __init__ (line 109) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 110) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 111) | def start(self, *args, **kwargs) -> Any: ... method stop (line 112) | def stop(self, *args, **kwargs) -> Any: ... method write (line 113) | def write(self, *args, **kwargs) -> Any: ... method init (line 114) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 115) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 116) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 117) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 118) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 119) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 120) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 121) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 122) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 124) | class SoftSPI: method __init__ (line 125) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 126) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 127) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 128) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 131) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 132) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 133) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 138) | class Timer: method __init__ (line 139) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 140) | def value(self, *args, **kwargs) -> Any: ... method deinit (line 143) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 144) | def init(self, *args, **kwargs) -> Any: ... class TouchPad (line 146) | class TouchPad: method __init__ (line 147) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 148) | def read(self, *args, **kwargs) -> Any: ... method config (line 149) | def config(self, *args, **kwargs) -> Any: ... class UART (line 151) | class UART: method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 153) | def any(self, *args, **kwargs) -> Any: ... method read (line 154) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 155) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 156) | def readline(self, *args, **kwargs) -> Any: ... method write (line 157) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 162) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 163) | def init(self, *args, **kwargs) -> Any: ... method sendbreak (line 164) | def sendbreak(self, *args, **kwargs) -> Any: ... class WDT (line 168) | class WDT: method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 170) | def feed(self, *args, **kwargs) -> Any: ... function deepsleep (line 174) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 175) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 176) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 177) | def freq(*args, **kwargs) -> Any: ... function idle (line 178) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 179) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 185) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 186) | def reset_cause(*args, **kwargs) -> Any: ... function sleep (line 187) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 188) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 189) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 190) | def unique_id(*args, **kwargs) -> Any: ... function wake_reason (line 191) | def wake_reason(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function acosh (line 17) | def acosh(*args, **kwargs) -> Any: function asin (line 21) | def asin(*args, **kwargs) -> Any: function asinh (line 25) | def asinh(*args, **kwargs) -> Any: function atan (line 29) | def atan(*args, **kwargs) -> Any: function atan2 (line 33) | def atan2(*args, **kwargs) -> Any: function atanh (line 37) | def atanh(*args, **kwargs) -> Any: function ceil (line 41) | def ceil(*args, **kwargs) -> Any: function copysign (line 45) | def copysign(*args, **kwargs) -> Any: function cos (line 49) | def cos(*args, **kwargs) -> Any: function cosh (line 53) | def cosh(*args, **kwargs) -> Any: function degrees (line 57) | def degrees(*args, **kwargs) -> Any: function erf (line 64) | def erf(*args, **kwargs) -> Any: function erfc (line 68) | def erfc(*args, **kwargs) -> Any: function exp (line 72) | def exp(*args, **kwargs) -> Any: function expm1 (line 76) | def expm1(*args, **kwargs) -> Any: function fabs (line 80) | def fabs(*args, **kwargs) -> Any: function floor (line 84) | def floor(*args, **kwargs) -> Any: function fmod (line 88) | def fmod(*args, **kwargs) -> Any: function frexp (line 92) | def frexp(*args, **kwargs) -> Any: function gamma (line 96) | def gamma(*args, **kwargs) -> Any: function isclose (line 100) | def isclose(*args, **kwargs) -> Any: function isfinite (line 104) | def isfinite(*args, **kwargs) -> Any: function isinf (line 108) | def isinf(*args, **kwargs) -> Any: function isnan (line 112) | def isnan(*args, **kwargs) -> Any: function ldexp (line 116) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 120) | def lgamma(*args, **kwargs) -> Any: function log (line 124) | def log(*args, **kwargs) -> Any: function log10 (line 128) | def log10(*args, **kwargs) -> Any: function log2 (line 132) | def log2(*args, **kwargs) -> Any: function modf (line 136) | def modf(*args, **kwargs) -> Any: function radians (line 143) | def radians(*args, **kwargs) -> Any: function sin (line 147) | def sin(*args, **kwargs) -> Any: function sinh (line 151) | def sinh(*args, **kwargs) -> Any: function sqrt (line 155) | def sqrt(*args, **kwargs) -> Any: function tan (line 159) | def tan(*args, **kwargs) -> Any: function tanh (line 163) | def tanh(*args, **kwargs) -> Any: function trunc (line 167) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function acosh (line 5) | def acosh(*args, **kwargs) -> Any: ... function asin (line 6) | def asin(*args, **kwargs) -> Any: ... function asinh (line 7) | def asinh(*args, **kwargs) -> Any: ... function atan (line 8) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 9) | def atan2(*args, **kwargs) -> Any: ... function atanh (line 10) | def atanh(*args, **kwargs) -> Any: ... function ceil (line 11) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 12) | def copysign(*args, **kwargs) -> Any: ... function cos (line 13) | def cos(*args, **kwargs) -> Any: ... function cosh (line 14) | def cosh(*args, **kwargs) -> Any: ... function degrees (line 15) | def degrees(*args, **kwargs) -> Any: ... function erf (line 19) | def erf(*args, **kwargs) -> Any: ... function erfc (line 20) | def erfc(*args, **kwargs) -> Any: ... function exp (line 21) | def exp(*args, **kwargs) -> Any: ... function expm1 (line 22) | def expm1(*args, **kwargs) -> Any: ... function fabs (line 23) | def fabs(*args, **kwargs) -> Any: ... function floor (line 24) | def floor(*args, **kwargs) -> Any: ... function fmod (line 25) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 26) | def frexp(*args, **kwargs) -> Any: ... function gamma (line 27) | def gamma(*args, **kwargs) -> Any: ... function isclose (line 28) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 29) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 30) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 31) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 32) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 33) | def lgamma(*args, **kwargs) -> Any: ... function log (line 34) | def log(*args, **kwargs) -> Any: ... function log10 (line 35) | def log10(*args, **kwargs) -> Any: ... function log2 (line 36) | def log2(*args, **kwargs) -> Any: ... function modf (line 37) | def modf(*args, **kwargs) -> Any: ... function radians (line 41) | def radians(*args, **kwargs) -> Any: ... function sin (line 42) | def sin(*args, **kwargs) -> Any: ... function sinh (line 43) | def sinh(*args, **kwargs) -> Any: ... function sqrt (line 44) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 45) | def tan(*args, **kwargs) -> Any: ... function tanh (line 46) | def tanh(*args, **kwargs) -> Any: ... function trunc (line 47) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/neopixel.py function neopixel_write (line 9) | def neopixel_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/neopixel.pyi function neopixel_write (line 3) | def neopixel_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/network.py function PPP (line 24) | def PPP(*args, **kwargs) -> Any: function WLAN (line 39) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 43) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/network.pyi function PPP (line 18) | def PPP(*args, **kwargs) -> Any: ... function WLAN (line 30) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 31) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/socket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method close (line 32) | def close(self, *args, **kwargs) -> Any: method read (line 35) | def read(self, *args, **kwargs) -> Any: method readinto (line 38) | def readinto(self, *args, **kwargs) -> Any: method readline (line 41) | def readline(self, *args, **kwargs) -> Any: method send (line 44) | def send(self, *args, **kwargs) -> Any: method write (line 47) | def write(self, *args, **kwargs) -> Any: method accept (line 50) | def accept(self, *args, **kwargs) -> Any: method bind (line 53) | def bind(self, *args, **kwargs) -> Any: method connect (line 56) | def connect(self, *args, **kwargs) -> Any: method fileno (line 59) | def fileno(self, *args, **kwargs) -> Any: method listen (line 62) | def listen(self, *args, **kwargs) -> Any: method makefile (line 65) | def makefile(self, *args, **kwargs) -> Any: method recv (line 68) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 71) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 74) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 77) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 80) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 83) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 86) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/socket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method send (line 23) | def send(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method accept (line 25) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 26) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 27) | def connect(self, *args, **kwargs) -> Any: ... method fileno (line 28) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/time.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/time.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Loop (line 13) | class Loop: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method stop (line 23) | def stop(self, *args, **kwargs) -> Any: method call_exception_handler (line 26) | def call_exception_handler(self, *args, **kwargs) -> Any: method create_task (line 29) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 32) | def run_until_complete(self, *args, **kwargs) -> Any: method run_forever (line 35) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 38) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 41) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Any: class Task (line 48) | class Task: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 56) | class TaskQueue: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: method remove (line 63) | def remove(self, *args, **kwargs) -> Any: method peek (line 66) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 69) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 72) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 75) | def push_sorted(self, *args, **kwargs) -> Any: function run (line 79) | def run(*args, **kwargs) -> Any: function sleep (line 83) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 87) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 91) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 103) | class Event: method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: method clear (line 110) | def clear(self, *args, **kwargs) -> Any: method set (line 113) | def set(self, *args, **kwargs) -> Any: method is_set (line 116) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 122) | class Lock: method __init__ (line 125) | def __init__(self, *argv, **kwargs) -> None: method locked (line 131) | def locked(self, *args, **kwargs) -> Any: method release (line 134) | def release(self, *args, **kwargs) -> Any: function ticks (line 138) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 142) | class TimeoutError(Exception): class SingletonGenerator (line 146) | class SingletonGenerator: method __init__ (line 149) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 154) | class IOQueue: method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: method remove (line 161) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 164) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 167) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 170) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 174) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 178) | def run_until_complete(*args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 227) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 235) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 242) | class StreamWriter: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: method close (line 249) | def close(self, *args, **kwargs) -> Any: method write (line 255) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 263) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Loop (line 5) | class Loop: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method stop (line 8) | def stop(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 9) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method create_task (line 10) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 11) | def run_until_complete(self, *args, **kwargs) -> Any: ... method run_forever (line 12) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 13) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 14) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 15) | def default_exception_handler(self, *args, **kwargs) -> Any: ... class Task (line 17) | class Task: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 20) | class TaskQueue: method __init__ (line 21) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 22) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 23) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 24) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 25) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 26) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 28) | def run(*args, **kwargs) -> Any: ... function sleep (line 29) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 30) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 31) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 32) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 37) | class Event: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 39) | def clear(self, *args, **kwargs) -> Any: ... method set (line 40) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 41) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 44) | class Lock: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 47) | def locked(self, *args, **kwargs) -> Any: ... method release (line 48) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 50) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 52) | class TimeoutError(Exception): ... class SingletonGenerator (line 54) | class SingletonGenerator: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 57) | class IOQueue: method __init__ (line 58) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 59) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 60) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 61) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 62) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 64) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 65) | def run_until_complete(*args, **kwargs) -> Any: ... function get_event_loop (line 66) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 67) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 68) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 70) | class ThreadSafeFlag: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 72) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 73) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 76) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 78) | class StreamReader: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 80) | def close(self, *args, **kwargs) -> Any: ... method write (line 83) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 88) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 92) | class StreamWriter: method __init__ (line 93) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 94) | def close(self, *args, **kwargs) -> Any: ... method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 102) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Loop (line 13) | class Loop: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method stop (line 23) | def stop(self, *args, **kwargs) -> Any: method call_exception_handler (line 26) | def call_exception_handler(self, *args, **kwargs) -> Any: method create_task (line 29) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 32) | def run_until_complete(self, *args, **kwargs) -> Any: method run_forever (line 35) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 38) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 41) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Any: class Task (line 48) | class Task: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 56) | class TaskQueue: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: method remove (line 63) | def remove(self, *args, **kwargs) -> Any: method peek (line 66) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 69) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 72) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 75) | def push_sorted(self, *args, **kwargs) -> Any: function run (line 79) | def run(*args, **kwargs) -> Any: function sleep (line 83) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 87) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 91) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 95) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 99) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 103) | class TimeoutError(Exception): class SingletonGenerator (line 107) | class SingletonGenerator: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 115) | class IOQueue: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: method remove (line 122) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 125) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 128) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 131) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 135) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 139) | def run_until_complete(*args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Loop (line 5) | class Loop: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method stop (line 8) | def stop(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 9) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method create_task (line 10) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 11) | def run_until_complete(self, *args, **kwargs) -> Any: ... method run_forever (line 12) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 13) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 14) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 15) | def default_exception_handler(self, *args, **kwargs) -> Any: ... class Task (line 17) | class Task: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 20) | class TaskQueue: method __init__ (line 21) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 22) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 23) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 24) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 25) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 26) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 28) | def run(*args, **kwargs) -> Any: ... function sleep (line 29) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 30) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 31) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 32) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 33) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 35) | class TimeoutError(Exception): ... class SingletonGenerator (line 37) | class SingletonGenerator: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 40) | class IOQueue: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 42) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 43) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 44) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 45) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 47) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 48) | def run_until_complete(*args, **kwargs) -> Any: ... function get_event_loop (line 49) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 50) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 51) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method locked (line 18) | def locked(self, *args, **kwargs) -> Any: method release (line 21) | def release(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 22) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 37) | class StreamReader: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: method close (line 44) | def close(self, *args, **kwargs) -> Any: method write (line 50) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 58) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 65) | class StreamWriter: method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: method close (line 72) | def close(self, *args, **kwargs) -> Any: method write (line 78) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 86) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 96) | class Server: method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: method close (line 103) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 13) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 17) | class StreamReader: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method write (line 22) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 27) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 31) | class StreamWriter: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method write (line 36) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 41) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 47) | class Server: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 49) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/ubluetooth.py class BLE (line 9) | class BLE: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method active (line 16) | def active(self, *args, **kwargs) -> Any: method config (line 19) | def config(self, *args, **kwargs) -> Any: method gap_advertise (line 22) | def gap_advertise(self, *args, **kwargs) -> Any: method gap_connect (line 25) | def gap_connect(self, *args, **kwargs) -> Any: method gap_disconnect (line 28) | def gap_disconnect(self, *args, **kwargs) -> Any: method gap_scan (line 31) | def gap_scan(self, *args, **kwargs) -> Any: method gattc_discover_characteristics (line 34) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: method gattc_discover_descriptors (line 37) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: method gattc_discover_services (line 40) | def gattc_discover_services(self, *args, **kwargs) -> Any: method gattc_exchange_mtu (line 43) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: method gattc_read (line 46) | def gattc_read(self, *args, **kwargs) -> Any: method gattc_write (line 49) | def gattc_write(self, *args, **kwargs) -> Any: method gatts_indicate (line 52) | def gatts_indicate(self, *args, **kwargs) -> Any: method gatts_notify (line 55) | def gatts_notify(self, *args, **kwargs) -> Any: method gatts_read (line 58) | def gatts_read(self, *args, **kwargs) -> Any: method gatts_register_services (line 61) | def gatts_register_services(self, *args, **kwargs) -> Any: method gatts_set_buffer (line 64) | def gatts_set_buffer(self, *args, **kwargs) -> Any: method gatts_write (line 67) | def gatts_write(self, *args, **kwargs) -> Any: method irq (line 70) | def irq(self, *args, **kwargs) -> Any: class UUID (line 81) | class UUID: method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_15-esp32/ubluetooth.pyi class BLE (line 3) | class BLE: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method active (line 5) | def active(self, *args, **kwargs) -> Any: ... method config (line 6) | def config(self, *args, **kwargs) -> Any: ... method gap_advertise (line 7) | def gap_advertise(self, *args, **kwargs) -> Any: ... method gap_connect (line 8) | def gap_connect(self, *args, **kwargs) -> Any: ... method gap_disconnect (line 9) | def gap_disconnect(self, *args, **kwargs) -> Any: ... method gap_scan (line 10) | def gap_scan(self, *args, **kwargs) -> Any: ... method gattc_discover_characteristics (line 11) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: ... method gattc_discover_descriptors (line 12) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: ... method gattc_discover_services (line 13) | def gattc_discover_services(self, *args, **kwargs) -> Any: ... method gattc_exchange_mtu (line 14) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: ... method gattc_read (line 15) | def gattc_read(self, *args, **kwargs) -> Any: ... method gattc_write (line 16) | def gattc_write(self, *args, **kwargs) -> Any: ... method gatts_indicate (line 17) | def gatts_indicate(self, *args, **kwargs) -> Any: ... method gatts_notify (line 18) | def gatts_notify(self, *args, **kwargs) -> Any: ... method gatts_read (line 19) | def gatts_read(self, *args, **kwargs) -> Any: ... method gatts_register_services (line 20) | def gatts_register_services(self, *args, **kwargs) -> Any: ... method gatts_set_buffer (line 21) | def gatts_set_buffer(self, *args, **kwargs) -> Any: ... method gatts_write (line 22) | def gatts_write(self, *args, **kwargs) -> Any: ... method irq (line 23) | def irq(self, *args, **kwargs) -> Any: ... class UUID (line 31) | class UUID: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_15-esp32/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method decrypt (line 16) | def decrypt(self, *args, **kwargs) -> Any: method encrypt (line 19) | def encrypt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/ucryptolib.pyi class aes (line 3) | class aes: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method encrypt (line 6) | def encrypt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_15-esp32/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_15-esp32/uhashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/uhashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method flush (line 23) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 27) | class BytesIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: method close (line 34) | def close(self, *args, **kwargs) -> Any: method read (line 37) | def read(self, *args, **kwargs) -> Any: method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: method readline (line 43) | def readline(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method flush (line 49) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 55) | def seek(self, *args, **kwargs) -> Any: method tell (line 58) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 62) | class FileIO: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method readline (line 78) | def readline(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method flush (line 84) | def flush(self, *args, **kwargs) -> Any: method readlines (line 87) | def readlines(self, *args, **kwargs) -> Any: method seek (line 90) | def seek(self, *args, **kwargs) -> Any: method tell (line 93) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 97) | class IOBase: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 105) | class StringIO: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method readline (line 121) | def readline(self, *args, **kwargs) -> Any: method write (line 124) | def write(self, *args, **kwargs) -> Any: method flush (line 127) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 130) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 133) | def seek(self, *args, **kwargs) -> Any: method tell (line 136) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 140) | class TextIOWrapper: method __init__ (line 143) | def __init__(self, *argv, **kwargs) -> None: method close (line 147) | def close(self, *args, **kwargs) -> Any: method read (line 150) | def read(self, *args, **kwargs) -> Any: method readinto (line 153) | def readinto(self, *args, **kwargs) -> Any: method readline (line 156) | def readline(self, *args, **kwargs) -> Any: method write (line 159) | def write(self, *args, **kwargs) -> Any: method flush (line 162) | def flush(self, *args, **kwargs) -> Any: method readlines (line 165) | def readlines(self, *args, **kwargs) -> Any: method seek (line 168) | def seek(self, *args, **kwargs) -> Any: method tell (line 171) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method flush (line 8) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 10) | class BytesIO: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 12) | def close(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method write (line 16) | def write(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 18) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 19) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 20) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 22) | class FileIO: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 24) | def close(self, *args, **kwargs) -> Any: ... method read (line 25) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 27) | def readline(self, *args, **kwargs) -> Any: ... method write (line 28) | def write(self, *args, **kwargs) -> Any: ... method flush (line 29) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 30) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 31) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 32) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 34) | class IOBase: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 37) | class StringIO: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 39) | def close(self, *args, **kwargs) -> Any: ... method read (line 40) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Any: ... method write (line 43) | def write(self, *args, **kwargs) -> Any: ... method flush (line 44) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 45) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 46) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 47) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 49) | class TextIOWrapper: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 51) | def close(self, *args, **kwargs) -> Any: ... method read (line 52) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 53) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 54) | def readline(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... method flush (line 56) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 57) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 58) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 59) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/usocket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method close (line 32) | def close(self, *args, **kwargs) -> Any: method read (line 35) | def read(self, *args, **kwargs) -> Any: method readinto (line 38) | def readinto(self, *args, **kwargs) -> Any: method readline (line 41) | def readline(self, *args, **kwargs) -> Any: method send (line 44) | def send(self, *args, **kwargs) -> Any: method write (line 47) | def write(self, *args, **kwargs) -> Any: method accept (line 50) | def accept(self, *args, **kwargs) -> Any: method bind (line 53) | def bind(self, *args, **kwargs) -> Any: method connect (line 56) | def connect(self, *args, **kwargs) -> Any: method fileno (line 59) | def fileno(self, *args, **kwargs) -> Any: method listen (line 62) | def listen(self, *args, **kwargs) -> Any: method makefile (line 65) | def makefile(self, *args, **kwargs) -> Any: method recv (line 68) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 71) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 74) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 77) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 80) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 83) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 86) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/usocket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method send (line 23) | def send(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method accept (line 25) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 26) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 27) | def connect(self, *args, **kwargs) -> Any: ... method fileno (line 28) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/usys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/usys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/utime.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/utime.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 16) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp32/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp32/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/apa102.py function apa102_write (line 9) | def apa102_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: class APA102 (line 29) | class APA102: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: method write (line 36) | def write(self, *args, **kwargs) -> Any: method fill (line 39) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/apa102.pyi function apa102_write (line 3) | def apa102_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... class APA102 (line 11) | class APA102: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 13) | def write(self, *args, **kwargs) -> Any: ... method fill (line 14) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function hexlify (line 17) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 21) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function hexlify (line 5) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 6) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/btree.py function open (line 9) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/btree.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method decode (line 218) | def decode(self, *args, **kwargs) -> Any: function callable (line 222) | def callable(*args, **kwargs) -> Any: function chr (line 226) | def chr(*args, **kwargs) -> Any: class dict (line 230) | class dict: method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: method clear (line 237) | def clear(self, *args, **kwargs) -> Any: method copy (line 240) | def copy(self, *args, **kwargs) -> Any: method get (line 243) | def get(self, *args, **kwargs) -> Any: method items (line 246) | def items(self, *args, **kwargs) -> Any: method keys (line 249) | def keys(self, *args, **kwargs) -> Any: method pop (line 252) | def pop(self, *args, **kwargs) -> Any: method popitem (line 255) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 258) | def setdefault(self, *args, **kwargs) -> Any: method update (line 261) | def update(self, *args, **kwargs) -> Any: method values (line 264) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 268) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 272) | def dir(*args, **kwargs) -> Any: function divmod (line 276) | def divmod(*args, **kwargs) -> Any: function eval (line 280) | def eval(*args, **kwargs) -> Any: function exec (line 284) | def exec(*args, **kwargs) -> Any: function getattr (line 288) | def getattr(*args, **kwargs) -> Any: function globals (line 292) | def globals(*args, **kwargs) -> Any: function hasattr (line 296) | def hasattr(*args, **kwargs) -> Any: function hash (line 300) | def hash(*args, **kwargs) -> Any: function id (line 304) | def id(*args, **kwargs) -> Any: class int (line 308) | class int: method __init__ (line 311) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 316) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 319) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 323) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 327) | def issubclass(*args, **kwargs) -> Any: function iter (line 331) | def iter(*args, **kwargs) -> Any: function len (line 335) | def len(*args, **kwargs) -> Any: class list (line 339) | class list: method __init__ (line 342) | def __init__(self, *argv, **kwargs) -> None: method append (line 346) | def append(self, *args, **kwargs) -> Any: method clear (line 349) | def clear(self, *args, **kwargs) -> Any: method copy (line 352) | def copy(self, *args, **kwargs) -> Any: method count (line 355) | def count(self, *args, **kwargs) -> Any: method extend (line 358) | def extend(self, *args, **kwargs) -> Any: method index (line 361) | def index(self, *args, **kwargs) -> Any: method insert (line 364) | def insert(self, *args, **kwargs) -> Any: method pop (line 367) | def pop(self, *args, **kwargs) -> Any: method remove (line 370) | def remove(self, *args, **kwargs) -> Any: method reverse (line 373) | def reverse(self, *args, **kwargs) -> Any: method sort (line 376) | def sort(self, *args, **kwargs) -> Any: function locals (line 380) | def locals(*args, **kwargs) -> Any: class map (line 384) | class map: method __init__ (line 387) | def __init__(self, *argv, **kwargs) -> None: function next (line 392) | def next(*args, **kwargs) -> Any: class object (line 396) | class object: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function open (line 404) | def open(*args, **kwargs) -> Any: function ord (line 408) | def ord(*args, **kwargs) -> Any: function pow (line 412) | def pow(*args, **kwargs) -> Any: function print (line 416) | def print(*args, **kwargs) -> Any: class range (line 420) | class range: method __init__ (line 423) | def __init__(self, *argv, **kwargs) -> None: function repr (line 428) | def repr(*args, **kwargs) -> Any: function round (line 432) | def round(*args, **kwargs) -> Any: class set (line 436) | class set: method __init__ (line 439) | def __init__(self, *argv, **kwargs) -> None: method clear (line 443) | def clear(self, *args, **kwargs) -> Any: method copy (line 446) | def copy(self, *args, **kwargs) -> Any: method pop (line 449) | def pop(self, *args, **kwargs) -> Any: method remove (line 452) | def remove(self, *args, **kwargs) -> Any: method update (line 455) | def update(self, *args, **kwargs) -> Any: method add (line 458) | def add(self, *args, **kwargs) -> Any: method difference (line 461) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 464) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 467) | def discard(self, *args, **kwargs) -> Any: method intersection (line 470) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 473) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 476) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 479) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 482) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 485) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 488) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 491) | def union(self, *args, **kwargs) -> Any: function setattr (line 495) | def setattr(*args, **kwargs) -> Any: function sorted (line 499) | def sorted(*args, **kwargs) -> Any: class str (line 503) | class str: method __init__ (line 506) | def __init__(self, *argv, **kwargs) -> None: method count (line 510) | def count(self, *args, **kwargs) -> Any: method endswith (line 513) | def endswith(self, *args, **kwargs) -> Any: method find (line 516) | def find(self, *args, **kwargs) -> Any: method format (line 519) | def format(self, *args, **kwargs) -> Any: method index (line 522) | def index(self, *args, **kwargs) -> Any: method isalpha (line 525) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 528) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 531) | def islower(self, *args, **kwargs) -> Any: method isspace (line 534) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 537) | def isupper(self, *args, **kwargs) -> Any: method join (line 540) | def join(self, *args, **kwargs) -> Any: method lower (line 543) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 546) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 549) | def replace(self, *args, **kwargs) -> Any: method rfind (line 552) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 555) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 558) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 561) | def rstrip(self, *args, **kwargs) -> Any: method split (line 564) | def split(self, *args, **kwargs) -> Any: method startswith (line 567) | def startswith(self, *args, **kwargs) -> Any: method strip (line 570) | def strip(self, *args, **kwargs) -> Any: method upper (line 573) | def upper(self, *args, **kwargs) -> Any: method encode (line 576) | def encode(self, *args, **kwargs) -> Any: function sum (line 580) | def sum(*args, **kwargs) -> Any: class super (line 584) | class super: method __init__ (line 587) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 592) | class tuple: method __init__ (line 595) | def __init__(self, *argv, **kwargs) -> None: method count (line 599) | def count(self, *args, **kwargs) -> Any: method index (line 602) | def index(self, *args, **kwargs) -> Any: class type (line 606) | class type: method __init__ (line 609) | def __init__(self, *argv, **kwargs) -> None: class zip (line 614) | class zip: method __init__ (line 617) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 622) | class StopAsyncIteration: method __init__ (line 625) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 630) | class UnicodeError(Exception): class ViperTypeError (line 634) | class ViperTypeError(Exception): function bin (line 638) | def bin(*args, **kwargs) -> Any: function delattr (line 642) | def delattr(*args, **kwargs) -> Any: class enumerate (line 646) | class enumerate: method __init__ (line 649) | def __init__(self, *argv, **kwargs) -> None: class filter (line 654) | class filter: method __init__ (line 657) | def __init__(self, *argv, **kwargs) -> None: class float (line 662) | class float: method __init__ (line 665) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 670) | class frozenset: method __init__ (line 673) | def __init__(self, *argv, **kwargs) -> None: method copy (line 677) | def copy(self, *args, **kwargs) -> Any: method difference (line 680) | def difference(self, *args, **kwargs) -> Any: method intersection (line 683) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 686) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 689) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 692) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 695) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 698) | def union(self, *args, **kwargs) -> Any: function help (line 702) | def help(*args, **kwargs) -> Any: function hex (line 706) | def hex(*args, **kwargs) -> Any: function input (line 710) | def input(*args, **kwargs) -> Any: function max (line 714) | def max(*args, **kwargs) -> Any: class memoryview (line 718) | class memoryview: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: function min (line 726) | def min(*args, **kwargs) -> Any: function oct (line 730) | def oct(*args, **kwargs) -> Any: class property (line 734) | class property: method __init__ (line 737) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 741) | def deleter(self, *args, **kwargs) -> Any: method getter (line 744) | def getter(self, *args, **kwargs) -> Any: method setter (line 747) | def setter(self, *args, **kwargs) -> Any: class reversed (line 751) | class reversed: method __init__ (line 754) | def __init__(self, *argv, **kwargs) -> None: class slice (line 759) | class slice: method __init__ (line 762) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_15-esp8266/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method decode (line 69) | def decode(self, *args, **kwargs) -> Any: ... function callable (line 71) | def callable(*args, **kwargs) -> Any: ... function chr (line 72) | def chr(*args, **kwargs) -> Any: ... class dict (line 74) | class dict: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 76) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 77) | def copy(self, *args, **kwargs) -> Any: ... method get (line 78) | def get(self, *args, **kwargs) -> Any: ... method items (line 79) | def items(self, *args, **kwargs) -> Any: ... method keys (line 80) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 81) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 82) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 83) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 84) | def update(self, *args, **kwargs) -> Any: ... method values (line 85) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 87) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 89) | def dir(*args, **kwargs) -> Any: ... function divmod (line 90) | def divmod(*args, **kwargs) -> Any: ... function eval (line 91) | def eval(*args, **kwargs) -> Any: ... function exec (line 92) | def exec(*args, **kwargs) -> Any: ... function getattr (line 93) | def getattr(*args, **kwargs) -> Any: ... function globals (line 94) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 95) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 96) | def hash(*args, **kwargs) -> Any: ... function id (line 97) | def id(*args, **kwargs) -> Any: ... class int (line 99) | class int: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 102) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 103) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 105) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 106) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 107) | def iter(*args, **kwargs) -> Any: ... function len (line 108) | def len(*args, **kwargs) -> Any: ... class list (line 110) | class list: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 112) | def append(self, *args, **kwargs) -> Any: ... method clear (line 113) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 114) | def copy(self, *args, **kwargs) -> Any: ... method count (line 115) | def count(self, *args, **kwargs) -> Any: ... method extend (line 116) | def extend(self, *args, **kwargs) -> Any: ... method index (line 117) | def index(self, *args, **kwargs) -> Any: ... method insert (line 118) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 121) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 122) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 124) | def locals(*args, **kwargs) -> Any: ... class map (line 126) | class map: method __init__ (line 127) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 129) | def next(*args, **kwargs) -> Any: ... class object (line 131) | class object: method __init__ (line 132) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 134) | def open(*args, **kwargs) -> Any: ... function ord (line 135) | def ord(*args, **kwargs) -> Any: ... function pow (line 136) | def pow(*args, **kwargs) -> Any: ... function print (line 137) | def print(*args, **kwargs) -> Any: ... class range (line 139) | class range: method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 142) | def repr(*args, **kwargs) -> Any: ... function round (line 143) | def round(*args, **kwargs) -> Any: ... class set (line 145) | class set: method __init__ (line 146) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 147) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 148) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 149) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 150) | def remove(self, *args, **kwargs) -> Any: ... method update (line 151) | def update(self, *args, **kwargs) -> Any: ... method add (line 152) | def add(self, *args, **kwargs) -> Any: ... method difference (line 153) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 154) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 155) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 156) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 157) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 158) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 159) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 160) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 161) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 162) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 163) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 165) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 166) | def sorted(*args, **kwargs) -> Any: ... class str (line 168) | class str: method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 170) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 171) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 172) | def find(self, *args, **kwargs) -> Any: ... method format (line 173) | def format(self, *args, **kwargs) -> Any: ... method index (line 174) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 175) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 176) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 177) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 178) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 180) | def join(self, *args, **kwargs) -> Any: ... method lower (line 181) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 182) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 183) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 184) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 185) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 186) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 187) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 188) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 189) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 190) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 191) | def upper(self, *args, **kwargs) -> Any: ... method encode (line 192) | def encode(self, *args, **kwargs) -> Any: ... function sum (line 194) | def sum(*args, **kwargs) -> Any: ... class super (line 196) | class super: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 199) | class tuple: method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 201) | def count(self, *args, **kwargs) -> Any: ... method index (line 202) | def index(self, *args, **kwargs) -> Any: ... class type (line 204) | class type: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 207) | class zip: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 210) | class StopAsyncIteration: method __init__ (line 211) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 213) | class UnicodeError(Exception): ... class ViperTypeError (line 214) | class ViperTypeError(Exception): ... function bin (line 216) | def bin(*args, **kwargs) -> Any: ... function delattr (line 217) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 219) | class enumerate: method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... class filter (line 222) | class filter: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 225) | class float: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 228) | class frozenset: method __init__ (line 229) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 230) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 231) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 232) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 233) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 234) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 235) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 236) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 237) | def union(self, *args, **kwargs) -> Any: ... function help (line 239) | def help(*args, **kwargs) -> Any: ... function hex (line 240) | def hex(*args, **kwargs) -> Any: ... function input (line 241) | def input(*args, **kwargs) -> Any: ... function max (line 242) | def max(*args, **kwargs) -> Any: ... class memoryview (line 244) | class memoryview: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 247) | def min(*args, **kwargs) -> Any: ... function oct (line 248) | def oct(*args, **kwargs) -> Any: ... class property (line 250) | class property: method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 252) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 253) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 254) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 256) | class reversed: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 259) | class slice: method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_15-esp8266/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/esp.py function apa102_write (line 13) | def apa102_write(*args, **kwargs) -> Any: function check_fw (line 17) | def check_fw(*args, **kwargs) -> Any: function deepsleep (line 21) | def deepsleep(*args, **kwargs) -> Any: function dht_readinto (line 25) | def dht_readinto(*args, **kwargs) -> Any: function esf_free_bufs (line 29) | def esf_free_bufs(*args, **kwargs) -> Any: function flash_erase (line 33) | def flash_erase(*args, **kwargs) -> Any: function flash_id (line 37) | def flash_id(*args, **kwargs) -> Any: function flash_read (line 41) | def flash_read(*args, **kwargs) -> Any: function flash_size (line 45) | def flash_size(*args, **kwargs) -> Any: function flash_user_start (line 49) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 53) | def flash_write(*args, **kwargs) -> Any: function free (line 57) | def free(*args, **kwargs) -> Any: function freemem (line 61) | def freemem(*args, **kwargs) -> Any: function info (line 65) | def info(*args, **kwargs) -> Any: function malloc (line 69) | def malloc(*args, **kwargs) -> Any: function meminfo (line 73) | def meminfo(*args, **kwargs) -> Any: function neopixel_write (line 77) | def neopixel_write(*args, **kwargs) -> Any: function osdebug (line 81) | def osdebug(*args, **kwargs) -> Any: function set_native_code_location (line 85) | def set_native_code_location(*args, **kwargs) -> Any: function sleep_type (line 89) | def sleep_type(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/esp.pyi function apa102_write (line 7) | def apa102_write(*args, **kwargs) -> Any: ... function check_fw (line 8) | def check_fw(*args, **kwargs) -> Any: ... function deepsleep (line 9) | def deepsleep(*args, **kwargs) -> Any: ... function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... function esf_free_bufs (line 11) | def esf_free_bufs(*args, **kwargs) -> Any: ... function flash_erase (line 12) | def flash_erase(*args, **kwargs) -> Any: ... function flash_id (line 13) | def flash_id(*args, **kwargs) -> Any: ... function flash_read (line 14) | def flash_read(*args, **kwargs) -> Any: ... function flash_size (line 15) | def flash_size(*args, **kwargs) -> Any: ... function flash_user_start (line 16) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 17) | def flash_write(*args, **kwargs) -> Any: ... function free (line 18) | def free(*args, **kwargs) -> Any: ... function freemem (line 19) | def freemem(*args, **kwargs) -> Any: ... function info (line 20) | def info(*args, **kwargs) -> Any: ... function malloc (line 21) | def malloc(*args, **kwargs) -> Any: ... function meminfo (line 22) | def meminfo(*args, **kwargs) -> Any: ... function neopixel_write (line 23) | def neopixel_write(*args, **kwargs) -> Any: ... function osdebug (line 24) | def osdebug(*args, **kwargs) -> Any: ... function set_native_code_location (line 25) | def set_native_code_location(*args, **kwargs) -> Any: ... function sleep_type (line 26) | def sleep_type(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/flashbdev.py class FlashBdev (line 12) | class FlashBdev: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 19) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 22) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 25) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/flashbdev.pyi class FlashBdev (line 6) | class FlashBdev: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 8) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 9) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 10) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/hashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/hashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/inisetup.py function wifi (line 11) | def wifi(*args, **kwargs) -> Any: function check_bootsec (line 15) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 19) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 23) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/inisetup.pyi function wifi (line 5) | def wifi(*args, **kwargs) -> Any: ... function check_bootsec (line 6) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 7) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 8) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/lwip.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/lwip.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/machine.py class ADC (line 9) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method read_u16 (line 19) | def read_u16(self, *args, **kwargs) -> Any: class I2C (line 28) | class I2C: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: method start (line 38) | def start(self, *args, **kwargs) -> Any: method stop (line 41) | def stop(self, *args, **kwargs) -> Any: method write (line 44) | def write(self, *args, **kwargs) -> Any: method init (line 47) | def init(self, *args, **kwargs) -> Any: method readfrom (line 50) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 53) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 56) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 59) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 62) | def scan(self, *args, **kwargs) -> Any: method writeto (line 65) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 68) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 71) | def writevto(self, *args, **kwargs) -> Any: class PWM (line 75) | class PWM: method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 82) | def deinit(self, *args, **kwargs) -> Any: method duty (line 85) | def duty(self, *args, **kwargs) -> Any: method freq (line 88) | def freq(self, *args, **kwargs) -> Any: method init (line 91) | def init(self, *args, **kwargs) -> Any: class Pin (line 98) | class Pin: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: method value (line 105) | def value(self, *args, **kwargs) -> Any: method init (line 115) | def init(self, *args, **kwargs) -> Any: method irq (line 118) | def irq(self, *args, **kwargs) -> Any: method off (line 121) | def off(self, *args, **kwargs) -> Any: method on (line 124) | def on(self, *args, **kwargs) -> Any: class RTC (line 128) | class RTC: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method alarm (line 137) | def alarm(self, *args, **kwargs) -> Any: method alarm_left (line 140) | def alarm_left(self, *args, **kwargs) -> Any: method datetime (line 143) | def datetime(self, *args, **kwargs) -> Any: method irq (line 146) | def irq(self, *args, **kwargs) -> Any: method memory (line 149) | def memory(self, *args, **kwargs) -> Any: class SPI (line 156) | class SPI: method __init__ (line 159) | def __init__(self, *argv, **kwargs) -> None: method read (line 163) | def read(self, *args, **kwargs) -> Any: method readinto (line 166) | def readinto(self, *args, **kwargs) -> Any: method write (line 169) | def write(self, *args, **kwargs) -> Any: method deinit (line 175) | def deinit(self, *args, **kwargs) -> Any: method init (line 178) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 181) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 185) | class Signal: method __init__ (line 188) | def __init__(self, *argv, **kwargs) -> None: method value (line 192) | def value(self, *args, **kwargs) -> Any: method off (line 195) | def off(self, *args, **kwargs) -> Any: method on (line 198) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 202) | class SoftI2C: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 209) | def readinto(self, *args, **kwargs) -> Any: method start (line 212) | def start(self, *args, **kwargs) -> Any: method stop (line 215) | def stop(self, *args, **kwargs) -> Any: method write (line 218) | def write(self, *args, **kwargs) -> Any: method init (line 221) | def init(self, *args, **kwargs) -> Any: method readfrom (line 224) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 227) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 230) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 233) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 236) | def scan(self, *args, **kwargs) -> Any: method writeto (line 239) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 242) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 245) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 249) | class SoftSPI: method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: method read (line 256) | def read(self, *args, **kwargs) -> Any: method readinto (line 259) | def readinto(self, *args, **kwargs) -> Any: method write (line 262) | def write(self, *args, **kwargs) -> Any: method deinit (line 268) | def deinit(self, *args, **kwargs) -> Any: method init (line 271) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 274) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 278) | class Timer: method __init__ (line 281) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 288) | def deinit(self, *args, **kwargs) -> Any: method init (line 291) | def init(self, *args, **kwargs) -> Any: class UART (line 295) | class UART: method __init__ (line 298) | def __init__(self, *argv, **kwargs) -> None: method any (line 302) | def any(self, *args, **kwargs) -> Any: method read (line 305) | def read(self, *args, **kwargs) -> Any: method readinto (line 308) | def readinto(self, *args, **kwargs) -> Any: method readline (line 311) | def readline(self, *args, **kwargs) -> Any: method write (line 314) | def write(self, *args, **kwargs) -> Any: method init (line 317) | def init(self, *args, **kwargs) -> Any: class WDT (line 321) | class WDT: method __init__ (line 324) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 328) | def deinit(self, *args, **kwargs) -> Any: method feed (line 331) | def feed(self, *args, **kwargs) -> Any: function deepsleep (line 338) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 342) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 346) | def enable_irq(*args, **kwargs) -> Any: function freq (line 350) | def freq(*args, **kwargs) -> Any: function idle (line 354) | def idle(*args, **kwargs) -> Any: function lightsleep (line 358) | def lightsleep(*args, **kwargs) -> Any: function reset (line 367) | def reset(*args, **kwargs) -> Any: function reset_cause (line 371) | def reset_cause(*args, **kwargs) -> Any: function sleep (line 375) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 379) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 383) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 387) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/machine.pyi class ADC (line 3) | class ADC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method read_u16 (line 6) | def read_u16(self, *args, **kwargs) -> Any: ... class I2C (line 12) | class I2C: method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 15) | def start(self, *args, **kwargs) -> Any: ... method stop (line 16) | def stop(self, *args, **kwargs) -> Any: ... method write (line 17) | def write(self, *args, **kwargs) -> Any: ... method init (line 18) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 19) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 20) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 21) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 22) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 24) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 25) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 26) | def writevto(self, *args, **kwargs) -> Any: ... class PWM (line 28) | class PWM: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 30) | def deinit(self, *args, **kwargs) -> Any: ... method duty (line 31) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 32) | def freq(self, *args, **kwargs) -> Any: ... method init (line 33) | def init(self, *args, **kwargs) -> Any: ... class Pin (line 37) | class Pin: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 39) | def value(self, *args, **kwargs) -> Any: ... method init (line 46) | def init(self, *args, **kwargs) -> Any: ... method irq (line 47) | def irq(self, *args, **kwargs) -> Any: ... method off (line 48) | def off(self, *args, **kwargs) -> Any: ... method on (line 49) | def on(self, *args, **kwargs) -> Any: ... class RTC (line 51) | class RTC: method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... method alarm (line 54) | def alarm(self, *args, **kwargs) -> Any: ... method alarm_left (line 55) | def alarm_left(self, *args, **kwargs) -> Any: ... method datetime (line 56) | def datetime(self, *args, **kwargs) -> Any: ... method irq (line 57) | def irq(self, *args, **kwargs) -> Any: ... method memory (line 58) | def memory(self, *args, **kwargs) -> Any: ... class SPI (line 62) | class SPI: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 64) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 65) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 66) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 69) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 70) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 71) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 73) | class Signal: method __init__ (line 74) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 75) | def value(self, *args, **kwargs) -> Any: ... method off (line 76) | def off(self, *args, **kwargs) -> Any: ... method on (line 77) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 79) | class SoftI2C: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 82) | def start(self, *args, **kwargs) -> Any: ... method stop (line 83) | def stop(self, *args, **kwargs) -> Any: ... method write (line 84) | def write(self, *args, **kwargs) -> Any: ... method init (line 85) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 86) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 87) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 88) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 89) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 90) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 91) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 92) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 93) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 95) | class SoftSPI: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 97) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 98) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 99) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 102) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 103) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 104) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 106) | class Timer: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 110) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 111) | def init(self, *args, **kwargs) -> Any: ... class UART (line 113) | class UART: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 115) | def any(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 118) | def readline(self, *args, **kwargs) -> Any: ... method write (line 119) | def write(self, *args, **kwargs) -> Any: ... method init (line 120) | def init(self, *args, **kwargs) -> Any: ... class WDT (line 122) | class WDT: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 124) | def deinit(self, *args, **kwargs) -> Any: ... method feed (line 125) | def feed(self, *args, **kwargs) -> Any: ... function deepsleep (line 129) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 130) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 131) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 132) | def freq(*args, **kwargs) -> Any: ... function idle (line 133) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 134) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 140) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 141) | def reset_cause(*args, **kwargs) -> Any: ... function sleep (line 142) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 143) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 144) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 145) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function asin (line 17) | def asin(*args, **kwargs) -> Any: function atan (line 21) | def atan(*args, **kwargs) -> Any: function atan2 (line 25) | def atan2(*args, **kwargs) -> Any: function ceil (line 29) | def ceil(*args, **kwargs) -> Any: function copysign (line 33) | def copysign(*args, **kwargs) -> Any: function cos (line 37) | def cos(*args, **kwargs) -> Any: function degrees (line 41) | def degrees(*args, **kwargs) -> Any: function exp (line 48) | def exp(*args, **kwargs) -> Any: function fabs (line 52) | def fabs(*args, **kwargs) -> Any: function floor (line 56) | def floor(*args, **kwargs) -> Any: function fmod (line 60) | def fmod(*args, **kwargs) -> Any: function frexp (line 64) | def frexp(*args, **kwargs) -> Any: function isfinite (line 68) | def isfinite(*args, **kwargs) -> Any: function isinf (line 72) | def isinf(*args, **kwargs) -> Any: function isnan (line 76) | def isnan(*args, **kwargs) -> Any: function ldexp (line 80) | def ldexp(*args, **kwargs) -> Any: function log (line 84) | def log(*args, **kwargs) -> Any: function modf (line 88) | def modf(*args, **kwargs) -> Any: function radians (line 95) | def radians(*args, **kwargs) -> Any: function sin (line 99) | def sin(*args, **kwargs) -> Any: function sqrt (line 103) | def sqrt(*args, **kwargs) -> Any: function tan (line 107) | def tan(*args, **kwargs) -> Any: function trunc (line 111) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function asin (line 5) | def asin(*args, **kwargs) -> Any: ... function atan (line 6) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 7) | def atan2(*args, **kwargs) -> Any: ... function ceil (line 8) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 9) | def copysign(*args, **kwargs) -> Any: ... function cos (line 10) | def cos(*args, **kwargs) -> Any: ... function degrees (line 11) | def degrees(*args, **kwargs) -> Any: ... function exp (line 15) | def exp(*args, **kwargs) -> Any: ... function fabs (line 16) | def fabs(*args, **kwargs) -> Any: ... function floor (line 17) | def floor(*args, **kwargs) -> Any: ... function fmod (line 18) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 19) | def frexp(*args, **kwargs) -> Any: ... function isfinite (line 20) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 21) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 22) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 23) | def ldexp(*args, **kwargs) -> Any: ... function log (line 24) | def log(*args, **kwargs) -> Any: ... function modf (line 25) | def modf(*args, **kwargs) -> Any: ... function radians (line 29) | def radians(*args, **kwargs) -> Any: ... function sin (line 30) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 31) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 32) | def tan(*args, **kwargs) -> Any: ... function trunc (line 33) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/neopixel.py function neopixel_write (line 9) | def neopixel_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/neopixel.pyi function neopixel_write (line 3) | def neopixel_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/network.py function WLAN (line 26) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 30) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/network.pyi function WLAN (line 20) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 21) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/random.py function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: function seed (line 13) | def seed(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/random.pyi function getrandbits (line 3) | def getrandbits(*args, **kwargs) -> Any: ... function seed (line 4) | def seed(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/socket.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/socket.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/ssd1306.py function const (line 9) | def const(*args, **kwargs) -> Any: class SSD1306 (line 32) | class SSD1306: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: method blit (line 39) | def blit(self, *args, **kwargs) -> Any: method fill (line 42) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 45) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 48) | def hline(self, *args, **kwargs) -> Any: method invert (line 51) | def invert(self, *args, **kwargs) -> Any: method line (line 54) | def line(self, *args, **kwargs) -> Any: method pixel (line 57) | def pixel(self, *args, **kwargs) -> Any: method rect (line 60) | def rect(self, *args, **kwargs) -> Any: method scroll (line 63) | def scroll(self, *args, **kwargs) -> Any: method text (line 66) | def text(self, *args, **kwargs) -> Any: method vline (line 69) | def vline(self, *args, **kwargs) -> Any: method init_display (line 72) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 75) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 78) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 81) | def contrast(self, *args, **kwargs) -> Any: method show (line 84) | def show(self, *args, **kwargs) -> Any: class SSD1306_I2C (line 88) | class SSD1306_I2C: method __init__ (line 91) | def __init__(self, *argv, **kwargs) -> None: method blit (line 95) | def blit(self, *args, **kwargs) -> Any: method fill (line 98) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 101) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 104) | def hline(self, *args, **kwargs) -> Any: method invert (line 107) | def invert(self, *args, **kwargs) -> Any: method line (line 110) | def line(self, *args, **kwargs) -> Any: method pixel (line 113) | def pixel(self, *args, **kwargs) -> Any: method rect (line 116) | def rect(self, *args, **kwargs) -> Any: method scroll (line 119) | def scroll(self, *args, **kwargs) -> Any: method text (line 122) | def text(self, *args, **kwargs) -> Any: method vline (line 125) | def vline(self, *args, **kwargs) -> Any: method init_display (line 128) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 131) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 134) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 137) | def contrast(self, *args, **kwargs) -> Any: method show (line 140) | def show(self, *args, **kwargs) -> Any: method write_cmd (line 143) | def write_cmd(self, *args, **kwargs) -> Any: method write_data (line 146) | def write_data(self, *args, **kwargs) -> Any: class SSD1306_SPI (line 150) | class SSD1306_SPI: method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: method blit (line 157) | def blit(self, *args, **kwargs) -> Any: method fill (line 160) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 163) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 166) | def hline(self, *args, **kwargs) -> Any: method invert (line 169) | def invert(self, *args, **kwargs) -> Any: method line (line 172) | def line(self, *args, **kwargs) -> Any: method pixel (line 175) | def pixel(self, *args, **kwargs) -> Any: method rect (line 178) | def rect(self, *args, **kwargs) -> Any: method scroll (line 181) | def scroll(self, *args, **kwargs) -> Any: method text (line 184) | def text(self, *args, **kwargs) -> Any: method vline (line 187) | def vline(self, *args, **kwargs) -> Any: method init_display (line 190) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 193) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 196) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 199) | def contrast(self, *args, **kwargs) -> Any: method show (line 202) | def show(self, *args, **kwargs) -> Any: method write_cmd (line 205) | def write_cmd(self, *args, **kwargs) -> Any: method write_data (line 208) | def write_data(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/ssd1306.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class SSD1306 (line 23) | class SSD1306: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 25) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 26) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 27) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 28) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 29) | def invert(self, *args, **kwargs) -> Any: ... method line (line 30) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 32) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 33) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 34) | def text(self, *args, **kwargs) -> Any: ... method vline (line 35) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 36) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 37) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 38) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 39) | def contrast(self, *args, **kwargs) -> Any: ... method show (line 40) | def show(self, *args, **kwargs) -> Any: ... class SSD1306_I2C (line 42) | class SSD1306_I2C: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 44) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 45) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 46) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 47) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 48) | def invert(self, *args, **kwargs) -> Any: ... method line (line 49) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 50) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 51) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 52) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 53) | def text(self, *args, **kwargs) -> Any: ... method vline (line 54) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 55) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 56) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 57) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 58) | def contrast(self, *args, **kwargs) -> Any: ... method show (line 59) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 60) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 61) | def write_data(self, *args, **kwargs) -> Any: ... class SSD1306_SPI (line 63) | class SSD1306_SPI: method __init__ (line 64) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 65) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 66) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 67) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 68) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 69) | def invert(self, *args, **kwargs) -> Any: ... method line (line 70) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 71) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 72) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 73) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 74) | def text(self, *args, **kwargs) -> Any: ... method vline (line 75) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 76) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 77) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 78) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 79) | def contrast(self, *args, **kwargs) -> Any: ... method show (line 80) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 81) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 82) | def write_data(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/time.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/time.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Loop (line 13) | class Loop: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method stop (line 23) | def stop(self, *args, **kwargs) -> Any: method call_exception_handler (line 26) | def call_exception_handler(self, *args, **kwargs) -> Any: method create_task (line 29) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 32) | def run_until_complete(self, *args, **kwargs) -> Any: method run_forever (line 35) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 38) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 41) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Any: class Task (line 48) | class Task: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 56) | class TaskQueue: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: method remove (line 63) | def remove(self, *args, **kwargs) -> Any: method peek (line 66) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 69) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 72) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 75) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 79) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 83) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 87) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 91) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 99) | class Event: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method clear (line 106) | def clear(self, *args, **kwargs) -> Any: method set (line 109) | def set(self, *args, **kwargs) -> Any: method is_set (line 112) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 118) | class Lock: method __init__ (line 121) | def __init__(self, *argv, **kwargs) -> None: method release (line 125) | def release(self, *args, **kwargs) -> Any: method locked (line 128) | def locked(self, *args, **kwargs) -> Any: function ticks (line 134) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 138) | class TimeoutError(Exception): class SingletonGenerator (line 142) | class SingletonGenerator: method __init__ (line 145) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 150) | class IOQueue: method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: method remove (line 157) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 160) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 163) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 166) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 170) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 174) | def run_until_complete(*args, **kwargs) -> Any: function run (line 178) | def run(*args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 227) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 235) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 242) | class StreamWriter: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: method close (line 249) | def close(self, *args, **kwargs) -> Any: method write (line 255) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 263) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Loop (line 5) | class Loop: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method stop (line 8) | def stop(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 9) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method create_task (line 10) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 11) | def run_until_complete(self, *args, **kwargs) -> Any: ... method run_forever (line 12) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 13) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 14) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 15) | def default_exception_handler(self, *args, **kwargs) -> Any: ... class Task (line 17) | class Task: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 20) | class TaskQueue: method __init__ (line 21) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 22) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 23) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 24) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 25) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 26) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 28) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 29) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 30) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 31) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 36) | class Event: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method set (line 39) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 40) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 43) | class Lock: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 45) | def release(self, *args, **kwargs) -> Any: ... method locked (line 46) | def locked(self, *args, **kwargs) -> Any: ... function ticks (line 49) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 51) | class TimeoutError(Exception): ... class SingletonGenerator (line 53) | class SingletonGenerator: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 56) | class IOQueue: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 58) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 59) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 61) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 63) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 64) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 65) | def run(*args, **kwargs) -> Any: ... function get_event_loop (line 66) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 67) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 68) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 70) | class ThreadSafeFlag: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 72) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 73) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 76) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 78) | class StreamReader: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 80) | def close(self, *args, **kwargs) -> Any: ... method write (line 83) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 88) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 92) | class StreamWriter: method __init__ (line 93) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 94) | def close(self, *args, **kwargs) -> Any: ... method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 102) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Loop (line 13) | class Loop: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method stop (line 23) | def stop(self, *args, **kwargs) -> Any: method call_exception_handler (line 26) | def call_exception_handler(self, *args, **kwargs) -> Any: method create_task (line 29) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 32) | def run_until_complete(self, *args, **kwargs) -> Any: method run_forever (line 35) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 38) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 41) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Any: class Task (line 48) | class Task: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 56) | class TaskQueue: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: method remove (line 63) | def remove(self, *args, **kwargs) -> Any: method peek (line 66) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 69) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 72) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 75) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 79) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 83) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 87) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 91) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 95) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 99) | class TimeoutError(Exception): class SingletonGenerator (line 103) | class SingletonGenerator: method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 111) | class IOQueue: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: method remove (line 118) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 121) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 124) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 127) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 131) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 135) | def run_until_complete(*args, **kwargs) -> Any: function run (line 139) | def run(*args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Loop (line 5) | class Loop: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method stop (line 8) | def stop(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 9) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method create_task (line 10) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 11) | def run_until_complete(self, *args, **kwargs) -> Any: ... method run_forever (line 12) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 13) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 14) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 15) | def default_exception_handler(self, *args, **kwargs) -> Any: ... class Task (line 17) | class Task: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 20) | class TaskQueue: method __init__ (line 21) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 22) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 23) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 24) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 25) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 26) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 28) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 29) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 30) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 31) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 32) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 34) | class TimeoutError(Exception): ... class SingletonGenerator (line 36) | class SingletonGenerator: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 39) | class IOQueue: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 41) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 42) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 43) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 44) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 46) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 47) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 48) | def run(*args, **kwargs) -> Any: ... function get_event_loop (line 49) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 50) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 51) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method release (line 16) | def release(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 22) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 37) | class StreamReader: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: method close (line 44) | def close(self, *args, **kwargs) -> Any: method write (line 50) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 58) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 65) | class StreamWriter: method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: method close (line 72) | def close(self, *args, **kwargs) -> Any: method write (line 78) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 86) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 96) | class Server: method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: method close (line 103) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 13) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 17) | class StreamReader: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method write (line 22) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 27) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 31) | class StreamWriter: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method write (line 36) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 41) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 47) | class Server: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 49) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function hexlify (line 17) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 21) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function hexlify (line 5) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 6) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method decrypt (line 16) | def decrypt(self, *args, **kwargs) -> Any: method encrypt (line 19) | def encrypt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/ucryptolib.pyi class aes (line 3) | class aes: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method encrypt (line 6) | def encrypt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_15-esp8266/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_15-esp8266/uhashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/uhashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 16) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Any: method log (line 22) | def log(self, *args, **kwargs) -> Any: method set_callback (line 27) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 30) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 33) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 38) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 43) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 48) | def delay(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTException (line 13) | class MQTTException(Exception): class MQTTClient (line 17) | class MQTTClient: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method connect (line 24) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 27) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 33) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 36) | def ping(self, *args, **kwargs) -> Any: method publish (line 39) | def publish(self, *args, **kwargs) -> Any: method subscribe (line 42) | def subscribe(self, *args, **kwargs) -> Any: method wait_msg (line 45) | def wait_msg(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/urandom.py function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: function seed (line 13) | def seed(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/urandom.pyi function getrandbits (line 3) | def getrandbits(*args, **kwargs) -> Any: ... function seed (line 4) | def seed(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: function head (line 17) | def head(*args, **kwargs) -> Any: class Response (line 21) | class Response: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method close (line 28) | def close(self, *args, **kwargs) -> Any: method json (line 33) | def json(self, *args, **kwargs) -> Any: function request (line 39) | def request(*args, **kwargs) -> Any: function post (line 43) | def post(*args, **kwargs) -> Any: function patch (line 47) | def patch(*args, **kwargs) -> Any: function delete (line 51) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... function head (line 5) | def head(*args, **kwargs) -> Any: ... class Response (line 7) | class Response: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 9) | def close(self, *args, **kwargs) -> Any: ... method json (line 11) | def json(self, *args, **kwargs) -> Any: ... function request (line 14) | def request(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/urllib/urequest.py function urlopen (line 9) | def urlopen(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/urllib/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/usocket.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/usocket.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/usys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/usys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/utime.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/utime.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 16) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-esp8266/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-esp8266/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 267) | def current_task(): function new_event_loop (line 271) | def new_event_loop(): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 141) | def __next__(self): method done (line 151) | def done(self): method cancel (line 154) | def cancel(self): method throw (line 176) | def throw(self, value): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... method throw (line 31) | def throw(self, value) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_15-frozen/esp32/GENERIC/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 267) | def current_task(): function new_event_loop (line 271) | def new_event_loop(): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 141) | def __next__(self): method done (line 151) | def done(self): method cancel (line 154) | def cancel(self): method throw (line 176) | def throw(self, value): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/uasyncio/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/uasyncio/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/uasyncio/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/uasyncio/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/uasyncio/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/uasyncio/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/uasyncio/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... method throw (line 31) | def throw(self, value) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/umqtt/robust.py class MQTTClient (line 5) | class MQTTClient(simple.MQTTClient): method delay (line 10) | def delay(self, i): method log (line 13) | def log(self, in_reconnect, e): method reconnect (line 20) | def reconnect(self): method publish (line 30) | def publish(self, topic, msg, retain=False, qos=0): method wait_msg (line 38) | def wait_msg(self): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/umqtt/simple.py class MQTTException (line 6) | class MQTTException(Exception): class MQTTClient (line 10) | class MQTTClient: method __init__ (line 11) | def __init__(self, client_id, server, port=0, user=None, password=None... method _send_str (line 30) | def _send_str(self, s): method _recv_len (line 34) | def _recv_len(self): method set_callback (line 44) | def set_callback(self, f): method set_last_will (line 47) | def set_last_will(self, topic, msg, retain=False, qos=0): method connect (line 55) | def connect(self, clean_session=True): method disconnect (line 103) | def disconnect(self): method ping (line 107) | def ping(self): method publish (line 110) | def publish(self, topic, msg, retain=False, qos=0): method subscribe (line 145) | def subscribe(self, topic, qos=0): method wait_msg (line 168) | def wait_msg(self): method check_msg (line 203) | def check_msg(self): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = ..., qos: int = ...... method connect (line 37) | def connect(self, clean_session: bool = ...): ... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = ...) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/upysh.py class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self): method __call__ (line 10) | def __call__(self, path="."): class PWD (line 21) | class PWD: method __repr__ (line 22) | def __repr__(self): method __call__ (line 25) | def __call__(self): class CLEAR (line 29) | class CLEAR: method __repr__ (line 30) | def __repr__(self): method __call__ (line 33) | def __call__(self): function head (line 48) | def head(f, n=10): function cat (line 57) | def cat(f): function newfile (line 61) | def newfile(path): class Man (line 73) | class Man: method __repr__ (line 74) | def __repr__(self): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self): ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self): ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self): ... method __call__ (line 14) | def __call__(self): ... function head (line 25) | def head(f, n: int = ...) -> None: ... function cat (line 26) | def cat(f) -> None: ... function newfile (line 27) | def newfile(path) -> None: ... class Man (line 29) | class Man: method __repr__ (line 30) | def __repr__(self): ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/urequests.py class Response (line 4) | class Response: method __init__ (line 5) | def __init__(self, f): method close (line 10) | def close(self): method content (line 17) | def content(self): method text (line 27) | def text(self): method json (line 30) | def json(self): function request (line 36) | def request(method, url, data=None, json=None, headers={}, stream=None): function head (line 111) | def head(url, **kw): function get (line 115) | def get(url, **kw): function post (line 119) | def post(url, **kw): function put (line 123) | def put(url, **kw): function patch (line 127) | def patch(url, **kw): function delete (line 131) | def delete(url, **kw): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data: Incomplete | None = ..., json: Incomplete... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_15-frozen/esp32/RELEASE/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/dotstar.py class DotStar (line 40) | class DotStar: method __init__ (line 66) | def __init__(self, spi, n, *, brightness=1.0, auto_write=True, pixel_o... method deinit (line 92) | def deinit(self): method __enter__ (line 102) | def __enter__(self): method __exit__ (line 105) | def __exit__(self, exception_type, exception_value, traceback): method __repr__ (line 108) | def __repr__(self): method _set_item (line 111) | def _set_item(self, index, value): method __setitem__ (line 150) | def __setitem__(self, index, val): method __getitem__ (line 168) | def __getitem__(self, index): method __len__ (line 181) | def __len__(self): method brightness (line 185) | def brightness(self): method brightness (line 190) | def brightness(self, brightness): method fill (line 195) | def fill(self, color): method show (line 205) | def show(self): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/dotstar.pyi class DotStar (line 12) | class DotStar: method __init__ (line 21) | def __init__(self, spi, n, *, brightness: float = ..., auto_write: boo... method deinit (line 22) | def deinit(self) -> None: ... method __enter__ (line 23) | def __enter__(self): ... method __exit__ (line 24) | def __exit__(self, exception_type, exception_value, traceback) -> None... method __repr__ (line 25) | def __repr__(self): ... method _set_item (line 26) | def _set_item(self, index, value) -> None: ... method __setitem__ (line 27) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 28) | def __getitem__(self, index): ... method __len__ (line 29) | def __len__(self): ... method brightness (line 31) | def brightness(self): ... method brightness (line 33) | def brightness(self, brightness) -> None: ... method fill (line 34) | def fill(self, color) -> None: ... method show (line 35) | def show(self) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/tinypico.py function get_battery_voltage (line 45) | def get_battery_voltage(): function get_battery_charging (line 60) | def get_battery_charging(): function set_dotstar_power (line 80) | def set_dotstar_power(state): function dotstar_color_wheel (line 97) | def dotstar_color_wheel(wheel_pos): function go_deepsleep (line 113) | def go_deepsleep(t): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/tinypico.pyi function get_battery_voltage (line 17) | def get_battery_voltage(): ... function get_battery_charging (line 18) | def get_battery_charging(): ... function set_dotstar_power (line 19) | def set_dotstar_power(state) -> None: ... function dotstar_color_wheel (line 20) | def dotstar_color_wheel(wheel_pos): ... function go_deepsleep (line 21) | def go_deepsleep(t) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 267) | def current_task(): function new_event_loop (line 271) | def new_event_loop(): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 141) | def __next__(self): method done (line 151) | def done(self): method cancel (line 154) | def cancel(self): method throw (line 176) | def throw(self, value): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... method throw (line 31) | def throw(self, value) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_15-frozen/esp32/TINYPICO/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/apa102.py class APA102 (line 8) | class APA102(NeoPixel): method __init__ (line 11) | def __init__(self, clock_pin, data_pin, n, bpp=4): method write (line 16) | def write(self): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = ...) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/flashbdev.py class FlashBdev (line 4) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks): method readblocks (line 11) | def readblocks(self, n, buf, off=0): method writeblocks (line 15) | def writeblocks(self, n, buf, off=None): method ioctl (line 23) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf, off: int = ...) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf, off: Incomplete | None = ...) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/inisetup.py function wifi (line 6) | def wifi(): function check_bootsec (line 14) | def check_bootsec(): function fs_corrupted (line 27) | def fs_corrupted(): function setup (line 43) | def setup(): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/port_diag.py function main (line 7) | def main(): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/ssd1306.py class SSD1306 (line 28) | class SSD1306(framebuf.FrameBuffer): method __init__ (line 29) | def __init__(self, width, height, external_vcc): method init_display (line 38) | def init_display(self): method poweroff (line 75) | def poweroff(self): method poweron (line 78) | def poweron(self): method contrast (line 81) | def contrast(self, contrast): method invert (line 85) | def invert(self, invert): method show (line 88) | def show(self): class SSD1306_I2C (line 104) | class SSD1306_I2C(SSD1306): method __init__ (line 105) | def __init__(self, width, height, i2c, addr=0x3C, external_vcc=False): method write_cmd (line 112) | def write_cmd(self, cmd): method write_data (line 117) | def write_data(self, buf): class SSD1306_SPI (line 122) | class SSD1306_SPI(SSD1306): method __init__ (line 123) | def __init__(self, width, height, spi, dc, res, cs, external_vcc=False): method write_cmd (line 141) | def write_cmd(self, cmd): method write_data (line 149) | def write_data(self, buf): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/ssd1306.pyi class SSD1306 (line 22) | class SSD1306(framebuf.FrameBuffer): method __init__ (line 28) | def __init__(self, width, height, external_vcc) -> None: ... method init_display (line 29) | def init_display(self) -> None: ... method poweroff (line 30) | def poweroff(self) -> None: ... method poweron (line 31) | def poweron(self) -> None: ... method contrast (line 32) | def contrast(self, contrast) -> None: ... method invert (line 33) | def invert(self, invert) -> None: ... method show (line 34) | def show(self) -> None: ... class SSD1306_I2C (line 36) | class SSD1306_I2C(SSD1306): method __init__ (line 41) | def __init__(self, width, height, i2c, addr: int = ..., external_vcc: ... method write_cmd (line 42) | def write_cmd(self, cmd) -> None: ... method write_data (line 43) | def write_data(self, buf) -> None: ... class SSD1306_SPI (line 45) | class SSD1306_SPI(SSD1306): method __init__ (line 51) | def __init__(self, width, height, spi, dc, res, cs, external_vcc: bool... method write_cmd (line 52) | def write_cmd(self, cmd) -> None: ... method write_data (line 53) | def write_data(self, buf) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 267) | def current_task(): function new_event_loop (line 271) | def new_event_loop(): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 141) | def __next__(self): method done (line 151) | def done(self): method cancel (line 154) | def cancel(self): method throw (line 176) | def throw(self, value): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/uasyncio/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/uasyncio/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/uasyncio/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/uasyncio/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/uasyncio/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/uasyncio/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/uasyncio/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... method throw (line 31) | def throw(self, value) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/umqtt/robust.py class MQTTClient (line 5) | class MQTTClient(simple.MQTTClient): method delay (line 10) | def delay(self, i): method log (line 13) | def log(self, in_reconnect, e): method reconnect (line 20) | def reconnect(self): method publish (line 30) | def publish(self, topic, msg, retain=False, qos=0): method wait_msg (line 38) | def wait_msg(self): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/umqtt/simple.py class MQTTException (line 6) | class MQTTException(Exception): class MQTTClient (line 10) | class MQTTClient: method __init__ (line 11) | def __init__(self, client_id, server, port=0, user=None, password=None... method _send_str (line 30) | def _send_str(self, s): method _recv_len (line 34) | def _recv_len(self): method set_callback (line 44) | def set_callback(self, f): method set_last_will (line 47) | def set_last_will(self, topic, msg, retain=False, qos=0): method connect (line 55) | def connect(self, clean_session=True): method disconnect (line 103) | def disconnect(self): method ping (line 107) | def ping(self): method publish (line 110) | def publish(self, topic, msg, retain=False, qos=0): method subscribe (line 145) | def subscribe(self, topic, qos=0): method wait_msg (line 168) | def wait_msg(self): method check_msg (line 203) | def check_msg(self): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = ..., qos: int = ...... method connect (line 37) | def connect(self, clean_session: bool = ...): ... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = ...) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/upysh.py class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self): method __call__ (line 10) | def __call__(self, path="."): class PWD (line 21) | class PWD: method __repr__ (line 22) | def __repr__(self): method __call__ (line 25) | def __call__(self): class CLEAR (line 29) | class CLEAR: method __repr__ (line 30) | def __repr__(self): method __call__ (line 33) | def __call__(self): function head (line 48) | def head(f, n=10): function cat (line 57) | def cat(f): function newfile (line 61) | def newfile(path): class Man (line 73) | class Man: method __repr__ (line 74) | def __repr__(self): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self): ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self): ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self): ... method __call__ (line 14) | def __call__(self): ... function head (line 25) | def head(f, n: int = ...) -> None: ... function cat (line 26) | def cat(f) -> None: ... function newfile (line 27) | def newfile(path) -> None: ... class Man (line 29) | class Man: method __repr__ (line 30) | def __repr__(self): ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/urequests.py class Response (line 4) | class Response: method __init__ (line 5) | def __init__(self, f): method close (line 10) | def close(self): method content (line 17) | def content(self): method text (line 27) | def text(self): method json (line 30) | def json(self): function request (line 36) | def request(method, url, data=None, json=None, headers={}, stream=None): function head (line 111) | def head(url, **kw): function get (line 115) | def get(url, **kw): function post (line 119) | def post(url, **kw): function put (line 123) | def put(url, **kw): function patch (line 127) | def patch(url, **kw): function delete (line 131) | def delete(url, **kw): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data: Incomplete | None = ..., json: Incomplete... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/urllib/urequest.py function urlopen (line 4) | def urlopen(url, data=None, method="GET"): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/urllib/urequest.pyi function urlopen (line 3) | def urlopen(url, data: Incomplete | None = ..., method: str = ...): ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_15-frozen/esp8266/GENERIC/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 326) | def write(self, s): method set_pen (line 332) | def set_pen(self, line, fill): method erase (line 335) | def erase(self): method dot (line 338) | def dot(self, x, y): method rect (line 342) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 371) | def rect_outline(self, x, y, w, h): method rect_interior (line 374) | def rect_interior(self, x, y, w, h): method line (line 377) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 386) | def dot_no_clip(self, x, y): method rect_no_clip (line 389) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 392) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 395) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 398) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 401) | def poly_dot(self, data): method poly_line (line 407) | def poly_line(self, data): method touch_config (line 415) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 418) | def is_touched(self): method get_touch (line 424) | def get_touch(self): method set_spi_win (line 432) | def set_spi_win(self, x, y, w, h): method fast_spi (line 436) | def fast_spi(self, flush=True): method show_framebuf (line 442) | def show_framebuf(self, buf): method set_scroll (line 445) | def set_scroll(self, on): method set_scroll_win (line 448) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 452) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 455) | def set_scroll_buf(self, s): method jpeg_start (line 462) | def jpeg_start(self, l): method jpeg_data (line 468) | def jpeg_data(self, buf): method jpeg (line 471) | def jpeg(self, buf): method feed_wdt (line 475) | def feed_wdt(self): method reset (line 478) | def reset(self): FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/lcd160cr.pyi class LCD160CR (line 12) | class LCD160CR: method __init__ (line 22) | def __init__( method _send (line 31) | def _send(self, cmd) -> None: ... method _fcmd2 (line 32) | def _fcmd2(self, fmt, a0, a1: int = ..., a2: int = ...) -> None: ... method _fcmd2b (line 33) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4: int = ...) -> None: ... method _waitfor (line 34) | def _waitfor(self, n, buf) -> None: ... method oflush (line 35) | def oflush(self, n: int = ...) -> None: ... method iflush (line 36) | def iflush(self) -> None: ... method rgb (line 38) | def rgb(r, g, b): ... method clip_line (line 40) | def clip_line(c, w, h): ... method set_power (line 41) | def set_power(self, on) -> None: ... method set_orient (line 44) | def set_orient(self, orient) -> None: ... method set_brightness (line 45) | def set_brightness(self, value) -> None: ... method set_i2c_addr (line 46) | def set_i2c_addr(self, addr) -> None: ... method set_uart_baudrate (line 47) | def set_uart_baudrate(self, baudrate) -> None: ... method set_startup_deco (line 48) | def set_startup_deco(self, value) -> None: ... method save_to_flash (line 49) | def save_to_flash(self) -> None: ... method set_pixel (line 50) | def set_pixel(self, x, y, c) -> None: ... method get_pixel (line 51) | def get_pixel(self, x, y): ... method get_line (line 52) | def get_line(self, x, y, buf) -> None: ... method screen_dump (line 53) | def screen_dump(self, buf, x: int = ..., y: int = ..., w: Incomplete |... method screen_load (line 54) | def screen_load(self, buf) -> None: ... method set_pos (line 55) | def set_pos(self, x, y) -> None: ... method set_text_color (line 56) | def set_text_color(self, fg, bg) -> None: ... method set_font (line 57) | def set_font(self, font, scale: int = ..., bold: int = ..., trans: int... method write (line 58) | def write(self, s) -> None: ... method set_pen (line 59) | def set_pen(self, line, fill) -> None: ... method erase (line 60) | def erase(self) -> None: ... method dot (line 61) | def dot(self, x, y) -> None: ... method rect (line 62) | def rect(self, x, y, w, h, cmd: int = ...) -> None: ... method rect_outline (line 63) | def rect_outline(self, x, y, w, h) -> None: ... method rect_interior (line 64) | def rect_interior(self, x, y, w, h) -> None: ... method line (line 65) | def line(self, x1, y1, x2, y2) -> None: ... method dot_no_clip (line 66) | def dot_no_clip(self, x, y) -> None: ... method rect_no_clip (line 67) | def rect_no_clip(self, x, y, w, h) -> None: ... method rect_outline_no_clip (line 68) | def rect_outline_no_clip(self, x, y, w, h) -> None: ... method rect_interior_no_clip (line 69) | def rect_interior_no_clip(self, x, y, w, h) -> None: ... method line_no_clip (line 70) | def line_no_clip(self, x1, y1, x2, y2) -> None: ... method poly_dot (line 71) | def poly_dot(self, data) -> None: ... method poly_line (line 72) | def poly_line(self, data) -> None: ... method touch_config (line 73) | def touch_config(self, calib: bool = ..., save: bool = ..., irq: Incom... method is_touched (line 74) | def is_touched(self): ... method get_touch (line 75) | def get_touch(self): ... method set_spi_win (line 76) | def set_spi_win(self, x, y, w, h) -> None: ... method fast_spi (line 77) | def fast_spi(self, flush: bool = ...): ... method show_framebuf (line 78) | def show_framebuf(self, buf) -> None: ... method set_scroll (line 79) | def set_scroll(self, on) -> None: ... method set_scroll_win (line 80) | def set_scroll_win( method set_scroll_win_param (line 83) | def set_scroll_win_param(self, win, param, value) -> None: ... method set_scroll_buf (line 84) | def set_scroll_buf(self, s) -> None: ... method jpeg_start (line 85) | def jpeg_start(self, l) -> None: ... method jpeg_data (line 86) | def jpeg_data(self, buf) -> None: ... method jpeg (line 87) | def jpeg(self, buf) -> None: ... method feed_wdt (line 88) | def feed_wdt(self) -> None: ... method reset (line 89) | def reset(self) -> None: ... FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 267) | def current_task(): function new_event_loop (line 271) | def new_event_loop(): FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 141) | def __next__(self): method done (line 151) | def done(self): method cancel (line 154) | def cancel(self): method throw (line 176) | def throw(self, value): FILE: stubs/micropython-v1_15-frozen/stm32/GENERIC/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... method throw (line 31) | def throw(self, value) -> None: ... FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 326) | def write(self, s): method set_pen (line 332) | def set_pen(self, line, fill): method erase (line 335) | def erase(self): method dot (line 338) | def dot(self, x, y): method rect (line 342) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 371) | def rect_outline(self, x, y, w, h): method rect_interior (line 374) | def rect_interior(self, x, y, w, h): method line (line 377) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 386) | def dot_no_clip(self, x, y): method rect_no_clip (line 389) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 392) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 395) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 398) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 401) | def poly_dot(self, data): method poly_line (line 407) | def poly_line(self, data): method touch_config (line 415) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 418) | def is_touched(self): method get_touch (line 424) | def get_touch(self): method set_spi_win (line 432) | def set_spi_win(self, x, y, w, h): method fast_spi (line 436) | def fast_spi(self, flush=True): method show_framebuf (line 442) | def show_framebuf(self, buf): method set_scroll (line 445) | def set_scroll(self, on): method set_scroll_win (line 448) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 452) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 455) | def set_scroll_buf(self, s): method jpeg_start (line 462) | def jpeg_start(self, l): method jpeg_data (line 468) | def jpeg_data(self, buf): method jpeg (line 471) | def jpeg(self, buf): method feed_wdt (line 475) | def feed_wdt(self): method reset (line 478) | def reset(self): FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/lcd160cr.pyi class LCD160CR (line 12) | class LCD160CR: method __init__ (line 22) | def __init__( method _send (line 31) | def _send(self, cmd) -> None: ... method _fcmd2 (line 32) | def _fcmd2(self, fmt, a0, a1: int = ..., a2: int = ...) -> None: ... method _fcmd2b (line 33) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4: int = ...) -> None: ... method _waitfor (line 34) | def _waitfor(self, n, buf) -> None: ... method oflush (line 35) | def oflush(self, n: int = ...) -> None: ... method iflush (line 36) | def iflush(self) -> None: ... method rgb (line 38) | def rgb(r, g, b): ... method clip_line (line 40) | def clip_line(c, w, h): ... method set_power (line 41) | def set_power(self, on) -> None: ... method set_orient (line 44) | def set_orient(self, orient) -> None: ... method set_brightness (line 45) | def set_brightness(self, value) -> None: ... method set_i2c_addr (line 46) | def set_i2c_addr(self, addr) -> None: ... method set_uart_baudrate (line 47) | def set_uart_baudrate(self, baudrate) -> None: ... method set_startup_deco (line 48) | def set_startup_deco(self, value) -> None: ... method save_to_flash (line 49) | def save_to_flash(self) -> None: ... method set_pixel (line 50) | def set_pixel(self, x, y, c) -> None: ... method get_pixel (line 51) | def get_pixel(self, x, y): ... method get_line (line 52) | def get_line(self, x, y, buf) -> None: ... method screen_dump (line 53) | def screen_dump(self, buf, x: int = ..., y: int = ..., w: Incomplete |... method screen_load (line 54) | def screen_load(self, buf) -> None: ... method set_pos (line 55) | def set_pos(self, x, y) -> None: ... method set_text_color (line 56) | def set_text_color(self, fg, bg) -> None: ... method set_font (line 57) | def set_font(self, font, scale: int = ..., bold: int = ..., trans: int... method write (line 58) | def write(self, s) -> None: ... method set_pen (line 59) | def set_pen(self, line, fill) -> None: ... method erase (line 60) | def erase(self) -> None: ... method dot (line 61) | def dot(self, x, y) -> None: ... method rect (line 62) | def rect(self, x, y, w, h, cmd: int = ...) -> None: ... method rect_outline (line 63) | def rect_outline(self, x, y, w, h) -> None: ... method rect_interior (line 64) | def rect_interior(self, x, y, w, h) -> None: ... method line (line 65) | def line(self, x1, y1, x2, y2) -> None: ... method dot_no_clip (line 66) | def dot_no_clip(self, x, y) -> None: ... method rect_no_clip (line 67) | def rect_no_clip(self, x, y, w, h) -> None: ... method rect_outline_no_clip (line 68) | def rect_outline_no_clip(self, x, y, w, h) -> None: ... method rect_interior_no_clip (line 69) | def rect_interior_no_clip(self, x, y, w, h) -> None: ... method line_no_clip (line 70) | def line_no_clip(self, x1, y1, x2, y2) -> None: ... method poly_dot (line 71) | def poly_dot(self, data) -> None: ... method poly_line (line 72) | def poly_line(self, data) -> None: ... method touch_config (line 73) | def touch_config(self, calib: bool = ..., save: bool = ..., irq: Incom... method is_touched (line 74) | def is_touched(self): ... method get_touch (line 75) | def get_touch(self): ... method set_spi_win (line 76) | def set_spi_win(self, x, y, w, h) -> None: ... method fast_spi (line 77) | def fast_spi(self, flush: bool = ...): ... method show_framebuf (line 78) | def show_framebuf(self, buf) -> None: ... method set_scroll (line 79) | def set_scroll(self, on) -> None: ... method set_scroll_win (line 80) | def set_scroll_win( method set_scroll_win_param (line 83) | def set_scroll_win_param(self, win, param, value) -> None: ... method set_scroll_buf (line 84) | def set_scroll_buf(self, s) -> None: ... method jpeg_start (line 85) | def jpeg_start(self, l) -> None: ... method jpeg_data (line 86) | def jpeg_data(self, buf) -> None: ... method jpeg (line 87) | def jpeg(self, buf) -> None: ... method feed_wdt (line 88) | def feed_wdt(self) -> None: ... method reset (line 89) | def reset(self) -> None: ... FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 207) | def run(coro): function _stopper (line 215) | async def _stopper(): class Loop (line 222) | class Loop: method create_task (line 225) | def create_task(coro): method run_forever (line 228) | def run_forever(): method run_until_complete (line 234) | def run_until_complete(aw): method stop (line 237) | def stop(): method close (line 244) | def close(): method set_exception_handler (line 247) | def set_exception_handler(handler): method get_exception_handler (line 250) | def get_exception_handler(): method default_exception_handler (line 253) | def default_exception_handler(loop, context): method call_exception_handler (line 258) | def call_exception_handler(context): function get_event_loop (line 263) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 267) | def current_task(): function new_event_loop (line 271) | def new_event_loop(): FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readexactly (line 33) | async def readexactly(self, n): method readline (line 45) | async def readline(self): method write (line 54) | def write(self, buf): method drain (line 57) | async def drain(self): function open_connection (line 74) | async def open_connection(host, port): class Server (line 92) | class Server: method __aenter__ (line 93) | async def __aenter__(self): method __aexit__ (line 96) | async def __aexit__(self, exc_type, exc, tb): method close (line 100) | def close(self): method wait_closed (line 103) | async def wait_closed(self): method _serve (line 106) | async def _serve(self, cb, host, port, backlog): function start_server (line 136) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 146) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readexactly (line 16) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 17) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 18) | def write(self, buf) -> None: ... method drain (line 19) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 24) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 26) | class Server: method __aenter__ (line 27) | async def __aenter__(self): ... method __aexit__ (line 28) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 29) | def close(self) -> None: ... method wait_closed (line 30) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 141) | def __next__(self): method done (line 151) | def done(self): method cancel (line 154) | def cancel(self): method throw (line 176) | def throw(self, value): FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... method throw (line 31) | def throw(self, value) -> None: ... FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_15-frozen/stm32/PYBD_SF2/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_15-pyboard/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method center (line 218) | def center(self, *args, **kwargs) -> Any: method decode (line 221) | def decode(self, *args, **kwargs) -> Any: method partition (line 224) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 227) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 230) | def splitlines(self, *args, **kwargs) -> Any: function callable (line 234) | def callable(*args, **kwargs) -> Any: function chr (line 238) | def chr(*args, **kwargs) -> Any: class dict (line 242) | class dict: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: method clear (line 249) | def clear(self, *args, **kwargs) -> Any: method copy (line 252) | def copy(self, *args, **kwargs) -> Any: method get (line 255) | def get(self, *args, **kwargs) -> Any: method items (line 258) | def items(self, *args, **kwargs) -> Any: method keys (line 261) | def keys(self, *args, **kwargs) -> Any: method pop (line 264) | def pop(self, *args, **kwargs) -> Any: method popitem (line 267) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 270) | def setdefault(self, *args, **kwargs) -> Any: method update (line 273) | def update(self, *args, **kwargs) -> Any: method values (line 276) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 280) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 284) | def dir(*args, **kwargs) -> Any: function divmod (line 288) | def divmod(*args, **kwargs) -> Any: function eval (line 292) | def eval(*args, **kwargs) -> Any: function exec (line 296) | def exec(*args, **kwargs) -> Any: function getattr (line 300) | def getattr(*args, **kwargs) -> Any: function globals (line 304) | def globals(*args, **kwargs) -> Any: function hasattr (line 308) | def hasattr(*args, **kwargs) -> Any: function hash (line 312) | def hash(*args, **kwargs) -> Any: function id (line 316) | def id(*args, **kwargs) -> Any: class int (line 320) | class int: method __init__ (line 323) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 328) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 331) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 335) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 339) | def issubclass(*args, **kwargs) -> Any: function iter (line 343) | def iter(*args, **kwargs) -> Any: function len (line 347) | def len(*args, **kwargs) -> Any: class list (line 351) | class list: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: method append (line 358) | def append(self, *args, **kwargs) -> Any: method clear (line 361) | def clear(self, *args, **kwargs) -> Any: method copy (line 364) | def copy(self, *args, **kwargs) -> Any: method count (line 367) | def count(self, *args, **kwargs) -> Any: method extend (line 370) | def extend(self, *args, **kwargs) -> Any: method index (line 373) | def index(self, *args, **kwargs) -> Any: method insert (line 376) | def insert(self, *args, **kwargs) -> Any: method pop (line 379) | def pop(self, *args, **kwargs) -> Any: method remove (line 382) | def remove(self, *args, **kwargs) -> Any: method reverse (line 385) | def reverse(self, *args, **kwargs) -> Any: method sort (line 388) | def sort(self, *args, **kwargs) -> Any: function locals (line 392) | def locals(*args, **kwargs) -> Any: class map (line 396) | class map: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function next (line 404) | def next(*args, **kwargs) -> Any: class object (line 408) | class object: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: function open (line 416) | def open(*args, **kwargs) -> Any: function ord (line 420) | def ord(*args, **kwargs) -> Any: function pow (line 424) | def pow(*args, **kwargs) -> Any: function print (line 428) | def print(*args, **kwargs) -> Any: class range (line 432) | class range: method __init__ (line 435) | def __init__(self, *argv, **kwargs) -> None: function repr (line 440) | def repr(*args, **kwargs) -> Any: function round (line 444) | def round(*args, **kwargs) -> Any: class set (line 448) | class set: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: method clear (line 455) | def clear(self, *args, **kwargs) -> Any: method copy (line 458) | def copy(self, *args, **kwargs) -> Any: method pop (line 461) | def pop(self, *args, **kwargs) -> Any: method remove (line 464) | def remove(self, *args, **kwargs) -> Any: method update (line 467) | def update(self, *args, **kwargs) -> Any: method add (line 470) | def add(self, *args, **kwargs) -> Any: method difference (line 473) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 476) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 479) | def discard(self, *args, **kwargs) -> Any: method intersection (line 482) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 485) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 488) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 491) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 494) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 497) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 500) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 503) | def union(self, *args, **kwargs) -> Any: function setattr (line 507) | def setattr(*args, **kwargs) -> Any: function sorted (line 511) | def sorted(*args, **kwargs) -> Any: class str (line 515) | class str: method __init__ (line 518) | def __init__(self, *argv, **kwargs) -> None: method count (line 522) | def count(self, *args, **kwargs) -> Any: method endswith (line 525) | def endswith(self, *args, **kwargs) -> Any: method find (line 528) | def find(self, *args, **kwargs) -> Any: method format (line 531) | def format(self, *args, **kwargs) -> Any: method index (line 534) | def index(self, *args, **kwargs) -> Any: method isalpha (line 537) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 540) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 543) | def islower(self, *args, **kwargs) -> Any: method isspace (line 546) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 549) | def isupper(self, *args, **kwargs) -> Any: method join (line 552) | def join(self, *args, **kwargs) -> Any: method lower (line 555) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 558) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 561) | def replace(self, *args, **kwargs) -> Any: method rfind (line 564) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 567) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 570) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 573) | def rstrip(self, *args, **kwargs) -> Any: method split (line 576) | def split(self, *args, **kwargs) -> Any: method startswith (line 579) | def startswith(self, *args, **kwargs) -> Any: method strip (line 582) | def strip(self, *args, **kwargs) -> Any: method upper (line 585) | def upper(self, *args, **kwargs) -> Any: method center (line 588) | def center(self, *args, **kwargs) -> Any: method encode (line 591) | def encode(self, *args, **kwargs) -> Any: method partition (line 594) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 597) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 600) | def splitlines(self, *args, **kwargs) -> Any: function sum (line 604) | def sum(*args, **kwargs) -> Any: class super (line 608) | class super: method __init__ (line 611) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 616) | class tuple: method __init__ (line 619) | def __init__(self, *argv, **kwargs) -> None: method count (line 623) | def count(self, *args, **kwargs) -> Any: method index (line 626) | def index(self, *args, **kwargs) -> Any: class type (line 630) | class type: method __init__ (line 633) | def __init__(self, *argv, **kwargs) -> None: class zip (line 638) | class zip: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 649) | class StopAsyncIteration: method __init__ (line 652) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 657) | class UnicodeError(Exception): class ViperTypeError (line 661) | class ViperTypeError(Exception): function bin (line 665) | def bin(*args, **kwargs) -> Any: function compile (line 669) | def compile(*args, **kwargs) -> Any: class complex (line 673) | class complex: method __init__ (line 676) | def __init__(self, *argv, **kwargs) -> None: function delattr (line 681) | def delattr(*args, **kwargs) -> Any: class enumerate (line 685) | class enumerate: method __init__ (line 688) | def __init__(self, *argv, **kwargs) -> None: function execfile (line 693) | def execfile(*args, **kwargs) -> Any: class filter (line 697) | class filter: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: class float (line 705) | class float: method __init__ (line 708) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 713) | class frozenset: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: method copy (line 720) | def copy(self, *args, **kwargs) -> Any: method difference (line 723) | def difference(self, *args, **kwargs) -> Any: method intersection (line 726) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 729) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 732) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 735) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 738) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 741) | def union(self, *args, **kwargs) -> Any: function help (line 745) | def help(*args, **kwargs) -> Any: function hex (line 749) | def hex(*args, **kwargs) -> Any: function input (line 753) | def input(*args, **kwargs) -> Any: function max (line 757) | def max(*args, **kwargs) -> Any: class memoryview (line 761) | class memoryview: method __init__ (line 764) | def __init__(self, *argv, **kwargs) -> None: function min (line 769) | def min(*args, **kwargs) -> Any: function oct (line 773) | def oct(*args, **kwargs) -> Any: class property (line 777) | class property: method __init__ (line 780) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 784) | def deleter(self, *args, **kwargs) -> Any: method getter (line 787) | def getter(self, *args, **kwargs) -> Any: method setter (line 790) | def setter(self, *args, **kwargs) -> Any: class reversed (line 794) | class reversed: method __init__ (line 797) | def __init__(self, *argv, **kwargs) -> None: class slice (line 802) | class slice: method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_15-pyboard/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method center (line 69) | def center(self, *args, **kwargs) -> Any: ... method decode (line 70) | def decode(self, *args, **kwargs) -> Any: ... method partition (line 71) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 72) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 73) | def splitlines(self, *args, **kwargs) -> Any: ... function callable (line 75) | def callable(*args, **kwargs) -> Any: ... function chr (line 76) | def chr(*args, **kwargs) -> Any: ... class dict (line 78) | class dict: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 80) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 81) | def copy(self, *args, **kwargs) -> Any: ... method get (line 82) | def get(self, *args, **kwargs) -> Any: ... method items (line 83) | def items(self, *args, **kwargs) -> Any: ... method keys (line 84) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 85) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 86) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 87) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 88) | def update(self, *args, **kwargs) -> Any: ... method values (line 89) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 91) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 93) | def dir(*args, **kwargs) -> Any: ... function divmod (line 94) | def divmod(*args, **kwargs) -> Any: ... function eval (line 95) | def eval(*args, **kwargs) -> Any: ... function exec (line 96) | def exec(*args, **kwargs) -> Any: ... function getattr (line 97) | def getattr(*args, **kwargs) -> Any: ... function globals (line 98) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 99) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 100) | def hash(*args, **kwargs) -> Any: ... function id (line 101) | def id(*args, **kwargs) -> Any: ... class int (line 103) | class int: method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 106) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 107) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 109) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 110) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 111) | def iter(*args, **kwargs) -> Any: ... function len (line 112) | def len(*args, **kwargs) -> Any: ... class list (line 114) | class list: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 116) | def append(self, *args, **kwargs) -> Any: ... method clear (line 117) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 118) | def copy(self, *args, **kwargs) -> Any: ... method count (line 119) | def count(self, *args, **kwargs) -> Any: ... method extend (line 120) | def extend(self, *args, **kwargs) -> Any: ... method index (line 121) | def index(self, *args, **kwargs) -> Any: ... method insert (line 122) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 123) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 124) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 125) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 126) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 128) | def locals(*args, **kwargs) -> Any: ... class map (line 130) | class map: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 133) | def next(*args, **kwargs) -> Any: ... class object (line 135) | class object: method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 138) | def open(*args, **kwargs) -> Any: ... function ord (line 139) | def ord(*args, **kwargs) -> Any: ... function pow (line 140) | def pow(*args, **kwargs) -> Any: ... function print (line 141) | def print(*args, **kwargs) -> Any: ... class range (line 143) | class range: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 146) | def repr(*args, **kwargs) -> Any: ... function round (line 147) | def round(*args, **kwargs) -> Any: ... class set (line 149) | class set: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 151) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 152) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 153) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 154) | def remove(self, *args, **kwargs) -> Any: ... method update (line 155) | def update(self, *args, **kwargs) -> Any: ... method add (line 156) | def add(self, *args, **kwargs) -> Any: ... method difference (line 157) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 158) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 159) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 160) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 161) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 162) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 163) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 164) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 165) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 166) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 167) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 169) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 170) | def sorted(*args, **kwargs) -> Any: ... class str (line 172) | class str: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 174) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 175) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 176) | def find(self, *args, **kwargs) -> Any: ... method format (line 177) | def format(self, *args, **kwargs) -> Any: ... method index (line 178) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 179) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 180) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 181) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 182) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 183) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 184) | def join(self, *args, **kwargs) -> Any: ... method lower (line 185) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 186) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 187) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 188) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 189) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 190) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 191) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 192) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 193) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 194) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 195) | def upper(self, *args, **kwargs) -> Any: ... method center (line 196) | def center(self, *args, **kwargs) -> Any: ... method encode (line 197) | def encode(self, *args, **kwargs) -> Any: ... method partition (line 198) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 199) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 200) | def splitlines(self, *args, **kwargs) -> Any: ... function sum (line 202) | def sum(*args, **kwargs) -> Any: ... class super (line 204) | class super: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 207) | class tuple: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 209) | def count(self, *args, **kwargs) -> Any: ... method index (line 210) | def index(self, *args, **kwargs) -> Any: ... class type (line 212) | class type: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 215) | class zip: method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 220) | class StopAsyncIteration: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 223) | class UnicodeError(Exception): ... class ViperTypeError (line 224) | class ViperTypeError(Exception): ... function bin (line 226) | def bin(*args, **kwargs) -> Any: ... function compile (line 227) | def compile(*args, **kwargs) -> Any: ... class complex (line 229) | class complex: method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... function delattr (line 232) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 234) | class enumerate: method __init__ (line 235) | def __init__(self, *argv, **kwargs) -> None: ... function execfile (line 237) | def execfile(*args, **kwargs) -> Any: ... class filter (line 239) | class filter: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 242) | class float: method __init__ (line 243) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 245) | class frozenset: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 247) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 248) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 249) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 250) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 251) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 252) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 253) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 254) | def union(self, *args, **kwargs) -> Any: ... function help (line 256) | def help(*args, **kwargs) -> Any: ... function hex (line 257) | def hex(*args, **kwargs) -> Any: ... function input (line 258) | def input(*args, **kwargs) -> Any: ... function max (line 259) | def max(*args, **kwargs) -> Any: ... class memoryview (line 261) | class memoryview: method __init__ (line 262) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 264) | def min(*args, **kwargs) -> Any: ... function oct (line 265) | def oct(*args, **kwargs) -> Any: ... class property (line 267) | class property: method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 269) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 270) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 271) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 273) | class reversed: method __init__ (line 274) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 276) | class slice: method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_15-pyboard/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/hashlib.py class sha256 (line 9) | class sha256: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/hashlib.pyi class sha256 (line 3) | class sha256: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/lcd160cr.py function const (line 9) | def const(*args, **kwargs) -> Any: function calcsize (line 13) | def calcsize(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Any: class LCD160CR (line 34) | class LCD160CR: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: method write (line 41) | def write(self, *args, **kwargs) -> Any: method line (line 44) | def line(self, *args, **kwargs) -> Any: method rect (line 47) | def rect(self, *args, **kwargs) -> Any: method reset (line 50) | def reset(self, *args, **kwargs) -> Any: method oflush (line 53) | def oflush(self, *args, **kwargs) -> Any: method iflush (line 56) | def iflush(self, *args, **kwargs) -> Any: method rgb (line 59) | def rgb(self, *args, **kwargs) -> Any: method clip_line (line 62) | def clip_line(self, *args, **kwargs) -> Any: method set_power (line 65) | def set_power(self, *args, **kwargs) -> Any: method set_orient (line 68) | def set_orient(self, *args, **kwargs) -> Any: method set_brightness (line 71) | def set_brightness(self, *args, **kwargs) -> Any: method set_i2c_addr (line 74) | def set_i2c_addr(self, *args, **kwargs) -> Any: method set_uart_baudrate (line 77) | def set_uart_baudrate(self, *args, **kwargs) -> Any: method set_startup_deco (line 80) | def set_startup_deco(self, *args, **kwargs) -> Any: method save_to_flash (line 83) | def save_to_flash(self, *args, **kwargs) -> Any: method set_pixel (line 86) | def set_pixel(self, *args, **kwargs) -> Any: method get_pixel (line 89) | def get_pixel(self, *args, **kwargs) -> Any: method get_line (line 92) | def get_line(self, *args, **kwargs) -> Any: method screen_dump (line 95) | def screen_dump(self, *args, **kwargs) -> Any: method screen_load (line 98) | def screen_load(self, *args, **kwargs) -> Any: method set_pos (line 101) | def set_pos(self, *args, **kwargs) -> Any: method set_text_color (line 104) | def set_text_color(self, *args, **kwargs) -> Any: method set_font (line 107) | def set_font(self, *args, **kwargs) -> Any: method set_pen (line 110) | def set_pen(self, *args, **kwargs) -> Any: method erase (line 113) | def erase(self, *args, **kwargs) -> Any: method dot (line 116) | def dot(self, *args, **kwargs) -> Any: method rect_outline (line 119) | def rect_outline(self, *args, **kwargs) -> Any: method rect_interior (line 122) | def rect_interior(self, *args, **kwargs) -> Any: method dot_no_clip (line 125) | def dot_no_clip(self, *args, **kwargs) -> Any: method rect_no_clip (line 128) | def rect_no_clip(self, *args, **kwargs) -> Any: method rect_outline_no_clip (line 131) | def rect_outline_no_clip(self, *args, **kwargs) -> Any: method rect_interior_no_clip (line 134) | def rect_interior_no_clip(self, *args, **kwargs) -> Any: method line_no_clip (line 137) | def line_no_clip(self, *args, **kwargs) -> Any: method poly_dot (line 140) | def poly_dot(self, *args, **kwargs) -> Any: method poly_line (line 143) | def poly_line(self, *args, **kwargs) -> Any: method touch_config (line 146) | def touch_config(self, *args, **kwargs) -> Any: method is_touched (line 149) | def is_touched(self, *args, **kwargs) -> Any: method get_touch (line 152) | def get_touch(self, *args, **kwargs) -> Any: method set_spi_win (line 155) | def set_spi_win(self, *args, **kwargs) -> Any: method fast_spi (line 158) | def fast_spi(self, *args, **kwargs) -> Any: method show_framebuf (line 161) | def show_framebuf(self, *args, **kwargs) -> Any: method set_scroll (line 164) | def set_scroll(self, *args, **kwargs) -> Any: method set_scroll_win (line 167) | def set_scroll_win(self, *args, **kwargs) -> Any: method set_scroll_win_param (line 170) | def set_scroll_win_param(self, *args, **kwargs) -> Any: method set_scroll_buf (line 173) | def set_scroll_buf(self, *args, **kwargs) -> Any: method jpeg_start (line 176) | def jpeg_start(self, *args, **kwargs) -> Any: method jpeg_data (line 179) | def jpeg_data(self, *args, **kwargs) -> Any: method jpeg (line 182) | def jpeg(self, *args, **kwargs) -> Any: method feed_wdt (line 185) | def feed_wdt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/lcd160cr.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function calcsize (line 4) | def calcsize(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args, **kwargs) -> Any: ... class LCD160CR (line 16) | class LCD160CR: method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 18) | def write(self, *args, **kwargs) -> Any: ... method line (line 19) | def line(self, *args, **kwargs) -> Any: ... method rect (line 20) | def rect(self, *args, **kwargs) -> Any: ... method reset (line 21) | def reset(self, *args, **kwargs) -> Any: ... method oflush (line 22) | def oflush(self, *args, **kwargs) -> Any: ... method iflush (line 23) | def iflush(self, *args, **kwargs) -> Any: ... method rgb (line 24) | def rgb(self, *args, **kwargs) -> Any: ... method clip_line (line 25) | def clip_line(self, *args, **kwargs) -> Any: ... method set_power (line 26) | def set_power(self, *args, **kwargs) -> Any: ... method set_orient (line 27) | def set_orient(self, *args, **kwargs) -> Any: ... method set_brightness (line 28) | def set_brightness(self, *args, **kwargs) -> Any: ... method set_i2c_addr (line 29) | def set_i2c_addr(self, *args, **kwargs) -> Any: ... method set_uart_baudrate (line 30) | def set_uart_baudrate(self, *args, **kwargs) -> Any: ... method set_startup_deco (line 31) | def set_startup_deco(self, *args, **kwargs) -> Any: ... method save_to_flash (line 32) | def save_to_flash(self, *args, **kwargs) -> Any: ... method set_pixel (line 33) | def set_pixel(self, *args, **kwargs) -> Any: ... method get_pixel (line 34) | def get_pixel(self, *args, **kwargs) -> Any: ... method get_line (line 35) | def get_line(self, *args, **kwargs) -> Any: ... method screen_dump (line 36) | def screen_dump(self, *args, **kwargs) -> Any: ... method screen_load (line 37) | def screen_load(self, *args, **kwargs) -> Any: ... method set_pos (line 38) | def set_pos(self, *args, **kwargs) -> Any: ... method set_text_color (line 39) | def set_text_color(self, *args, **kwargs) -> Any: ... method set_font (line 40) | def set_font(self, *args, **kwargs) -> Any: ... method set_pen (line 41) | def set_pen(self, *args, **kwargs) -> Any: ... method erase (line 42) | def erase(self, *args, **kwargs) -> Any: ... method dot (line 43) | def dot(self, *args, **kwargs) -> Any: ... method rect_outline (line 44) | def rect_outline(self, *args, **kwargs) -> Any: ... method rect_interior (line 45) | def rect_interior(self, *args, **kwargs) -> Any: ... method dot_no_clip (line 46) | def dot_no_clip(self, *args, **kwargs) -> Any: ... method rect_no_clip (line 47) | def rect_no_clip(self, *args, **kwargs) -> Any: ... method rect_outline_no_clip (line 48) | def rect_outline_no_clip(self, *args, **kwargs) -> Any: ... method rect_interior_no_clip (line 49) | def rect_interior_no_clip(self, *args, **kwargs) -> Any: ... method line_no_clip (line 50) | def line_no_clip(self, *args, **kwargs) -> Any: ... method poly_dot (line 51) | def poly_dot(self, *args, **kwargs) -> Any: ... method poly_line (line 52) | def poly_line(self, *args, **kwargs) -> Any: ... method touch_config (line 53) | def touch_config(self, *args, **kwargs) -> Any: ... method is_touched (line 54) | def is_touched(self, *args, **kwargs) -> Any: ... method get_touch (line 55) | def get_touch(self, *args, **kwargs) -> Any: ... method set_spi_win (line 56) | def set_spi_win(self, *args, **kwargs) -> Any: ... method fast_spi (line 57) | def fast_spi(self, *args, **kwargs) -> Any: ... method show_framebuf (line 58) | def show_framebuf(self, *args, **kwargs) -> Any: ... method set_scroll (line 59) | def set_scroll(self, *args, **kwargs) -> Any: ... method set_scroll_win (line 60) | def set_scroll_win(self, *args, **kwargs) -> Any: ... method set_scroll_win_param (line 61) | def set_scroll_win_param(self, *args, **kwargs) -> Any: ... method set_scroll_buf (line 62) | def set_scroll_buf(self, *args, **kwargs) -> Any: ... method jpeg_start (line 63) | def jpeg_start(self, *args, **kwargs) -> Any: ... method jpeg_data (line 64) | def jpeg_data(self, *args, **kwargs) -> Any: ... method jpeg (line 65) | def jpeg(self, *args, **kwargs) -> Any: ... method feed_wdt (line 66) | def feed_wdt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/machine.py class RTC (line 9) | class RTC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method calibration (line 16) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 19) | def datetime(self, *args, **kwargs) -> Any: method info (line 22) | def info(self, *args, **kwargs) -> Any: method init (line 25) | def init(self, *args, **kwargs) -> Any: method wakeup (line 28) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 32) | class ADC: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: method read_u16 (line 44) | def read_u16(self, *args, **kwargs) -> Any: class I2C (line 52) | class I2C: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 59) | def readinto(self, *args, **kwargs) -> Any: method start (line 62) | def start(self, *args, **kwargs) -> Any: method stop (line 65) | def stop(self, *args, **kwargs) -> Any: method write (line 68) | def write(self, *args, **kwargs) -> Any: method init (line 71) | def init(self, *args, **kwargs) -> Any: method readfrom (line 74) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 77) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 80) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 83) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 86) | def scan(self, *args, **kwargs) -> Any: method writeto (line 89) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 92) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 95) | def writevto(self, *args, **kwargs) -> Any: class Pin (line 102) | class Pin: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: method dict (line 110) | def dict(cls, *args, **kwargs) -> Any: method value (line 113) | def value(self, *args, **kwargs) -> Any: method af (line 155) | def af(self, *args, **kwargs) -> Any: method af_list (line 158) | def af_list(self, *args, **kwargs) -> Any: class board (line 161) | class board: method __init__ (line 164) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 218) | class cpu: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: method debug (line 274) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 277) | def gpio(self, *args, **kwargs) -> Any: method high (line 280) | def high(self, *args, **kwargs) -> Any: method init (line 283) | def init(self, *args, **kwargs) -> Any: method irq (line 286) | def irq(self, *args, **kwargs) -> Any: method low (line 289) | def low(self, *args, **kwargs) -> Any: method mapper (line 293) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 296) | def mode(self, *args, **kwargs) -> Any: method name (line 299) | def name(self, *args, **kwargs) -> Any: method names (line 302) | def names(self, *args, **kwargs) -> Any: method off (line 305) | def off(self, *args, **kwargs) -> Any: method on (line 308) | def on(self, *args, **kwargs) -> Any: method pin (line 311) | def pin(self, *args, **kwargs) -> Any: method port (line 314) | def port(self, *args, **kwargs) -> Any: method pull (line 317) | def pull(self, *args, **kwargs) -> Any: class SPI (line 324) | class SPI: method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: method read (line 331) | def read(self, *args, **kwargs) -> Any: method readinto (line 334) | def readinto(self, *args, **kwargs) -> Any: method write (line 337) | def write(self, *args, **kwargs) -> Any: method deinit (line 343) | def deinit(self, *args, **kwargs) -> Any: method init (line 346) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 349) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 353) | class Signal: method __init__ (line 356) | def __init__(self, *argv, **kwargs) -> None: method value (line 360) | def value(self, *args, **kwargs) -> Any: method off (line 363) | def off(self, *args, **kwargs) -> Any: method on (line 366) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 370) | class SoftI2C: method __init__ (line 373) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 377) | def readinto(self, *args, **kwargs) -> Any: method start (line 380) | def start(self, *args, **kwargs) -> Any: method stop (line 383) | def stop(self, *args, **kwargs) -> Any: method write (line 386) | def write(self, *args, **kwargs) -> Any: method init (line 389) | def init(self, *args, **kwargs) -> Any: method readfrom (line 392) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 395) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 398) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 401) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 404) | def scan(self, *args, **kwargs) -> Any: method writeto (line 407) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 410) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 413) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 417) | class SoftSPI: method __init__ (line 420) | def __init__(self, *argv, **kwargs) -> None: method read (line 424) | def read(self, *args, **kwargs) -> Any: method readinto (line 427) | def readinto(self, *args, **kwargs) -> Any: method write (line 430) | def write(self, *args, **kwargs) -> Any: method deinit (line 436) | def deinit(self, *args, **kwargs) -> Any: method init (line 439) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 442) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 446) | class Timer: method __init__ (line 449) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 456) | def deinit(self, *args, **kwargs) -> Any: method init (line 459) | def init(self, *args, **kwargs) -> Any: class UART (line 463) | class UART: method __init__ (line 466) | def __init__(self, *argv, **kwargs) -> None: method any (line 470) | def any(self, *args, **kwargs) -> Any: method read (line 473) | def read(self, *args, **kwargs) -> Any: method readinto (line 476) | def readinto(self, *args, **kwargs) -> Any: method readline (line 479) | def readline(self, *args, **kwargs) -> Any: method write (line 482) | def write(self, *args, **kwargs) -> Any: method deinit (line 489) | def deinit(self, *args, **kwargs) -> Any: method init (line 492) | def init(self, *args, **kwargs) -> Any: method irq (line 495) | def irq(self, *args, **kwargs) -> Any: method readchar (line 498) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 501) | def sendbreak(self, *args, **kwargs) -> Any: method writechar (line 504) | def writechar(self, *args, **kwargs) -> Any: class WDT (line 508) | class WDT: method __init__ (line 511) | def __init__(self, *argv, **kwargs) -> None: method feed (line 515) | def feed(self, *args, **kwargs) -> Any: function bootloader (line 522) | def bootloader(*args, **kwargs) -> Any: function deepsleep (line 526) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 530) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 534) | def enable_irq(*args, **kwargs) -> Any: function freq (line 538) | def freq(*args, **kwargs) -> Any: function idle (line 542) | def idle(*args, **kwargs) -> Any: function info (line 546) | def info(*args, **kwargs) -> Any: function lightsleep (line 550) | def lightsleep(*args, **kwargs) -> Any: function reset (line 559) | def reset(*args, **kwargs) -> Any: function reset_cause (line 563) | def reset_cause(*args, **kwargs) -> Any: function rng (line 567) | def rng(*args, **kwargs) -> Any: function sleep (line 571) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 575) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 579) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 583) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/machine.pyi class RTC (line 3) | class RTC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method calibration (line 5) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 6) | def datetime(self, *args, **kwargs) -> Any: ... method info (line 7) | def info(self, *args, **kwargs) -> Any: ... method init (line 8) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 9) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 11) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method read_u16 (line 17) | def read_u16(self, *args, **kwargs) -> Any: ... class I2C (line 22) | class I2C: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 25) | def start(self, *args, **kwargs) -> Any: ... method stop (line 26) | def stop(self, *args, **kwargs) -> Any: ... method write (line 27) | def write(self, *args, **kwargs) -> Any: ... method init (line 28) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 29) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 30) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 31) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 32) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 33) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 34) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 35) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 36) | def writevto(self, *args, **kwargs) -> Any: ... class Pin (line 40) | class Pin: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... method dict (line 43) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 44) | def value(self, *args, **kwargs) -> Any: ... method af (line 83) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 84) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 86) | class board: method __init__ (line 87) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 138) | class cpu: method __init__ (line 139) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 188) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 189) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 190) | def high(self, *args, **kwargs) -> Any: ... method init (line 191) | def init(self, *args, **kwargs) -> Any: ... method irq (line 192) | def irq(self, *args, **kwargs) -> Any: ... method low (line 193) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 195) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 196) | def mode(self, *args, **kwargs) -> Any: ... method name (line 197) | def name(self, *args, **kwargs) -> Any: ... method names (line 198) | def names(self, *args, **kwargs) -> Any: ... method off (line 199) | def off(self, *args, **kwargs) -> Any: ... method on (line 200) | def on(self, *args, **kwargs) -> Any: ... method pin (line 201) | def pin(self, *args, **kwargs) -> Any: ... method port (line 202) | def port(self, *args, **kwargs) -> Any: ... method pull (line 203) | def pull(self, *args, **kwargs) -> Any: ... class SPI (line 207) | class SPI: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 209) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 210) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 211) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 214) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 215) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 216) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 218) | class Signal: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 220) | def value(self, *args, **kwargs) -> Any: ... method off (line 221) | def off(self, *args, **kwargs) -> Any: ... method on (line 222) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 224) | class SoftI2C: method __init__ (line 225) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 226) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 227) | def start(self, *args, **kwargs) -> Any: ... method stop (line 228) | def stop(self, *args, **kwargs) -> Any: ... method write (line 229) | def write(self, *args, **kwargs) -> Any: ... method init (line 230) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 231) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 232) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 233) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 234) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 235) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 236) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 237) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 238) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 240) | class SoftSPI: method __init__ (line 241) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 242) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 243) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 244) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 247) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 248) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 249) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 251) | class Timer: method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 255) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 256) | def init(self, *args, **kwargs) -> Any: ... class UART (line 258) | class UART: method __init__ (line 259) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 260) | def any(self, *args, **kwargs) -> Any: ... method read (line 261) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 262) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 263) | def readline(self, *args, **kwargs) -> Any: ... method write (line 264) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 268) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 269) | def init(self, *args, **kwargs) -> Any: ... method irq (line 270) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 271) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 272) | def sendbreak(self, *args, **kwargs) -> Any: ... method writechar (line 273) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 275) | class WDT: method __init__ (line 276) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 277) | def feed(self, *args, **kwargs) -> Any: ... function bootloader (line 281) | def bootloader(*args, **kwargs) -> Any: ... function deepsleep (line 282) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 283) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 284) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 285) | def freq(*args, **kwargs) -> Any: ... function idle (line 286) | def idle(*args, **kwargs) -> Any: ... function info (line 287) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 288) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 294) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 295) | def reset_cause(*args, **kwargs) -> Any: ... function rng (line 296) | def rng(*args, **kwargs) -> Any: ... function sleep (line 297) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 298) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 299) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 300) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function acosh (line 17) | def acosh(*args, **kwargs) -> Any: function asin (line 21) | def asin(*args, **kwargs) -> Any: function asinh (line 25) | def asinh(*args, **kwargs) -> Any: function atan (line 29) | def atan(*args, **kwargs) -> Any: function atan2 (line 33) | def atan2(*args, **kwargs) -> Any: function atanh (line 37) | def atanh(*args, **kwargs) -> Any: function ceil (line 41) | def ceil(*args, **kwargs) -> Any: function copysign (line 45) | def copysign(*args, **kwargs) -> Any: function cos (line 49) | def cos(*args, **kwargs) -> Any: function cosh (line 53) | def cosh(*args, **kwargs) -> Any: function degrees (line 57) | def degrees(*args, **kwargs) -> Any: function erf (line 64) | def erf(*args, **kwargs) -> Any: function erfc (line 68) | def erfc(*args, **kwargs) -> Any: function exp (line 72) | def exp(*args, **kwargs) -> Any: function expm1 (line 76) | def expm1(*args, **kwargs) -> Any: function fabs (line 80) | def fabs(*args, **kwargs) -> Any: function factorial (line 84) | def factorial(*args, **kwargs) -> Any: function floor (line 88) | def floor(*args, **kwargs) -> Any: function fmod (line 92) | def fmod(*args, **kwargs) -> Any: function frexp (line 96) | def frexp(*args, **kwargs) -> Any: function gamma (line 100) | def gamma(*args, **kwargs) -> Any: function isclose (line 104) | def isclose(*args, **kwargs) -> Any: function isfinite (line 108) | def isfinite(*args, **kwargs) -> Any: function isinf (line 112) | def isinf(*args, **kwargs) -> Any: function isnan (line 116) | def isnan(*args, **kwargs) -> Any: function ldexp (line 120) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 124) | def lgamma(*args, **kwargs) -> Any: function log (line 128) | def log(*args, **kwargs) -> Any: function log10 (line 132) | def log10(*args, **kwargs) -> Any: function log2 (line 136) | def log2(*args, **kwargs) -> Any: function modf (line 140) | def modf(*args, **kwargs) -> Any: function radians (line 147) | def radians(*args, **kwargs) -> Any: function sin (line 151) | def sin(*args, **kwargs) -> Any: function sinh (line 155) | def sinh(*args, **kwargs) -> Any: function sqrt (line 159) | def sqrt(*args, **kwargs) -> Any: function tan (line 163) | def tan(*args, **kwargs) -> Any: function tanh (line 167) | def tanh(*args, **kwargs) -> Any: function trunc (line 171) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function acosh (line 5) | def acosh(*args, **kwargs) -> Any: ... function asin (line 6) | def asin(*args, **kwargs) -> Any: ... function asinh (line 7) | def asinh(*args, **kwargs) -> Any: ... function atan (line 8) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 9) | def atan2(*args, **kwargs) -> Any: ... function atanh (line 10) | def atanh(*args, **kwargs) -> Any: ... function ceil (line 11) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 12) | def copysign(*args, **kwargs) -> Any: ... function cos (line 13) | def cos(*args, **kwargs) -> Any: ... function cosh (line 14) | def cosh(*args, **kwargs) -> Any: ... function degrees (line 15) | def degrees(*args, **kwargs) -> Any: ... function erf (line 19) | def erf(*args, **kwargs) -> Any: ... function erfc (line 20) | def erfc(*args, **kwargs) -> Any: ... function exp (line 21) | def exp(*args, **kwargs) -> Any: ... function expm1 (line 22) | def expm1(*args, **kwargs) -> Any: ... function fabs (line 23) | def fabs(*args, **kwargs) -> Any: ... function factorial (line 24) | def factorial(*args, **kwargs) -> Any: ... function floor (line 25) | def floor(*args, **kwargs) -> Any: ... function fmod (line 26) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 27) | def frexp(*args, **kwargs) -> Any: ... function gamma (line 28) | def gamma(*args, **kwargs) -> Any: ... function isclose (line 29) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 30) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 31) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 32) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 33) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 34) | def lgamma(*args, **kwargs) -> Any: ... function log (line 35) | def log(*args, **kwargs) -> Any: ... function log10 (line 36) | def log10(*args, **kwargs) -> Any: ... function log2 (line 37) | def log2(*args, **kwargs) -> Any: ... function modf (line 38) | def modf(*args, **kwargs) -> Any: ... function radians (line 42) | def radians(*args, **kwargs) -> Any: ... function sin (line 43) | def sin(*args, **kwargs) -> Any: ... function sinh (line 44) | def sinh(*args, **kwargs) -> Any: ... function sqrt (line 45) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 46) | def tan(*args, **kwargs) -> Any: ... function tanh (line 47) | def tanh(*args, **kwargs) -> Any: ... function trunc (line 48) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/network.py function route (line 9) | def route(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/network.pyi function route (line 3) | def route(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 16) | class VfsFat: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: method open (line 23) | def open(self, *args, **kwargs) -> Any: method remove (line 26) | def remove(self, *args, **kwargs) -> Any: method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 35) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 38) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 41) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 44) | def mount(self, *args, **kwargs) -> Any: method rename (line 47) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 50) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 53) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 56) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 59) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 63) | class VfsLfs2: method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: method open (line 70) | def open(self, *args, **kwargs) -> Any: method remove (line 73) | def remove(self, *args, **kwargs) -> Any: method chdir (line 76) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 79) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 82) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 85) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 88) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 91) | def mount(self, *args, **kwargs) -> Any: method rename (line 94) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 97) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 100) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 103) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 106) | def umount(self, *args, **kwargs) -> Any: function chdir (line 110) | def chdir(*args, **kwargs) -> Any: function dupterm (line 114) | def dupterm(*args, **kwargs) -> Any: function getcwd (line 118) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 122) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 126) | def listdir(*args, **kwargs) -> Any: function mkdir (line 130) | def mkdir(*args, **kwargs) -> Any: function mount (line 134) | def mount(*args, **kwargs) -> Any: function rename (line 138) | def rename(*args, **kwargs) -> Any: function rmdir (line 142) | def rmdir(*args, **kwargs) -> Any: function stat (line 146) | def stat(*args, **kwargs) -> Any: function statvfs (line 150) | def statvfs(*args, **kwargs) -> Any: function sync (line 154) | def sync(*args, **kwargs) -> Any: function umount (line 158) | def umount(*args, **kwargs) -> Any: function uname (line 162) | def uname(*args, **kwargs) -> Any: function unlink (line 166) | def unlink(*args, **kwargs) -> Any: function urandom (line 170) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 7) | class VfsFat: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 9) | def open(self, *args, **kwargs) -> Any: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 11) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 12) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 13) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 14) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 15) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 16) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 17) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 18) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 19) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 20) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 21) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 23) | class VfsLfs2: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 25) | def open(self, *args, **kwargs) -> Any: ... method remove (line 26) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 27) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 28) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 29) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 30) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 31) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 32) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 33) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 34) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 35) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 36) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 37) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 39) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 40) | def dupterm(*args, **kwargs) -> Any: ... function getcwd (line 41) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 42) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 43) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 44) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 45) | def mount(*args, **kwargs) -> Any: ... function rename (line 46) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 47) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 48) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 49) | def statvfs(*args, **kwargs) -> Any: ... function sync (line 50) | def sync(*args, **kwargs) -> Any: ... function umount (line 51) | def umount(*args, **kwargs) -> Any: ... function uname (line 52) | def uname(*args, **kwargs) -> Any: ... function unlink (line 53) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 54) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/pyb.py function main (line 9) | def main(*args, **kwargs) -> Any: function stop (line 13) | def stop(*args, **kwargs) -> Any: class DAC (line 20) | class DAC: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: method write (line 27) | def write(self, *args, **kwargs) -> Any: method deinit (line 33) | def deinit(self, *args, **kwargs) -> Any: method init (line 36) | def init(self, *args, **kwargs) -> Any: method noise (line 39) | def noise(self, *args, **kwargs) -> Any: method triangle (line 42) | def triangle(self, *args, **kwargs) -> Any: method write_timed (line 45) | def write_timed(self, *args, **kwargs) -> Any: class RTC (line 49) | class RTC: method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: method calibration (line 56) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 59) | def datetime(self, *args, **kwargs) -> Any: method info (line 62) | def info(self, *args, **kwargs) -> Any: method init (line 65) | def init(self, *args, **kwargs) -> Any: method wakeup (line 68) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 72) | class ADC: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: method read (line 79) | def read(self, *args, **kwargs) -> Any: method read_timed (line 82) | def read_timed(self, *args, **kwargs) -> Any: method read_timed_multi (line 85) | def read_timed_multi(self, *args, **kwargs) -> Any: class ADCAll (line 89) | class ADCAll: method __init__ (line 92) | def __init__(self, *argv, **kwargs) -> None: method read_channel (line 96) | def read_channel(self, *args, **kwargs) -> Any: method read_core_temp (line 99) | def read_core_temp(self, *args, **kwargs) -> Any: method read_core_vbat (line 102) | def read_core_vbat(self, *args, **kwargs) -> Any: method read_core_vref (line 105) | def read_core_vref(self, *args, **kwargs) -> Any: method read_vref (line 108) | def read_vref(self, *args, **kwargs) -> Any: class Accel (line 112) | class Accel: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: method read (line 119) | def read(self, *args, **kwargs) -> Any: method write (line 122) | def write(self, *args, **kwargs) -> Any: method filtered_xyz (line 125) | def filtered_xyz(self, *args, **kwargs) -> Any: method tilt (line 128) | def tilt(self, *args, **kwargs) -> Any: method x (line 131) | def x(self, *args, **kwargs) -> Any: method y (line 134) | def y(self, *args, **kwargs) -> Any: method z (line 137) | def z(self, *args, **kwargs) -> Any: class CAN (line 141) | class CAN: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: method any (line 148) | def any(self, *args, **kwargs) -> Any: method send (line 151) | def send(self, *args, **kwargs) -> Any: method clearfilter (line 168) | def clearfilter(self, *args, **kwargs) -> Any: method deinit (line 171) | def deinit(self, *args, **kwargs) -> Any: method info (line 174) | def info(self, *args, **kwargs) -> Any: method init (line 177) | def init(self, *args, **kwargs) -> Any: method initfilterbanks (line 181) | def initfilterbanks(cls, *args, **kwargs) -> Any: method recv (line 184) | def recv(self, *args, **kwargs) -> Any: method restart (line 187) | def restart(self, *args, **kwargs) -> Any: method rxcallback (line 190) | def rxcallback(self, *args, **kwargs) -> Any: method setfilter (line 193) | def setfilter(self, *args, **kwargs) -> Any: method state (line 196) | def state(self, *args, **kwargs) -> Any: class ExtInt (line 200) | class ExtInt: method __init__ (line 203) | def __init__(self, *argv, **kwargs) -> None: method disable (line 214) | def disable(self, *args, **kwargs) -> Any: method enable (line 217) | def enable(self, *args, **kwargs) -> Any: method line (line 220) | def line(self, *args, **kwargs) -> Any: method regs (line 223) | def regs(self, *args, **kwargs) -> Any: method swint (line 226) | def swint(self, *args, **kwargs) -> Any: class Flash (line 230) | class Flash: method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 237) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 240) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 243) | def writeblocks(self, *args, **kwargs) -> Any: class I2C (line 247) | class I2C: method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: method send (line 254) | def send(self, *args, **kwargs) -> Any: method deinit (line 260) | def deinit(self, *args, **kwargs) -> Any: method init (line 263) | def init(self, *args, **kwargs) -> Any: method is_ready (line 266) | def is_ready(self, *args, **kwargs) -> Any: method mem_read (line 269) | def mem_read(self, *args, **kwargs) -> Any: method mem_write (line 272) | def mem_write(self, *args, **kwargs) -> Any: method recv (line 275) | def recv(self, *args, **kwargs) -> Any: method scan (line 278) | def scan(self, *args, **kwargs) -> Any: class LCD (line 282) | class LCD: method __init__ (line 285) | def __init__(self, *argv, **kwargs) -> None: method get (line 289) | def get(self, *args, **kwargs) -> Any: method write (line 292) | def write(self, *args, **kwargs) -> Any: method command (line 295) | def command(self, *args, **kwargs) -> Any: method contrast (line 298) | def contrast(self, *args, **kwargs) -> Any: method fill (line 301) | def fill(self, *args, **kwargs) -> Any: method light (line 304) | def light(self, *args, **kwargs) -> Any: method pixel (line 307) | def pixel(self, *args, **kwargs) -> Any: method show (line 310) | def show(self, *args, **kwargs) -> Any: method text (line 313) | def text(self, *args, **kwargs) -> Any: class LED (line 317) | class LED: method __init__ (line 320) | def __init__(self, *argv, **kwargs) -> None: method intensity (line 324) | def intensity(self, *args, **kwargs) -> Any: method off (line 327) | def off(self, *args, **kwargs) -> Any: method on (line 330) | def on(self, *args, **kwargs) -> Any: method toggle (line 333) | def toggle(self, *args, **kwargs) -> Any: class Pin (line 337) | class Pin: method __init__ (line 340) | def __init__(self, *argv, **kwargs) -> None: method dict (line 345) | def dict(cls, *args, **kwargs) -> Any: method value (line 348) | def value(self, *args, **kwargs) -> Any: method af (line 390) | def af(self, *args, **kwargs) -> Any: method af_list (line 393) | def af_list(self, *args, **kwargs) -> Any: class board (line 396) | class board: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 453) | class cpu: method __init__ (line 456) | def __init__(self, *argv, **kwargs) -> None: method debug (line 509) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 512) | def gpio(self, *args, **kwargs) -> Any: method high (line 515) | def high(self, *args, **kwargs) -> Any: method init (line 518) | def init(self, *args, **kwargs) -> Any: method irq (line 521) | def irq(self, *args, **kwargs) -> Any: method low (line 524) | def low(self, *args, **kwargs) -> Any: method mapper (line 528) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 531) | def mode(self, *args, **kwargs) -> Any: method name (line 534) | def name(self, *args, **kwargs) -> Any: method names (line 537) | def names(self, *args, **kwargs) -> Any: method off (line 540) | def off(self, *args, **kwargs) -> Any: method on (line 543) | def on(self, *args, **kwargs) -> Any: method pin (line 546) | def pin(self, *args, **kwargs) -> Any: method port (line 549) | def port(self, *args, **kwargs) -> Any: method pull (line 552) | def pull(self, *args, **kwargs) -> Any: class SDCard (line 556) | class SDCard: method __init__ (line 559) | def __init__(self, *argv, **kwargs) -> None: method read (line 563) | def read(self, *args, **kwargs) -> Any: method write (line 566) | def write(self, *args, **kwargs) -> Any: method info (line 569) | def info(self, *args, **kwargs) -> Any: method ioctl (line 572) | def ioctl(self, *args, **kwargs) -> Any: method power (line 575) | def power(self, *args, **kwargs) -> Any: method present (line 578) | def present(self, *args, **kwargs) -> Any: method readblocks (line 581) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 584) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 588) | class SPI: method __init__ (line 591) | def __init__(self, *argv, **kwargs) -> None: method read (line 595) | def read(self, *args, **kwargs) -> Any: method readinto (line 598) | def readinto(self, *args, **kwargs) -> Any: method send (line 601) | def send(self, *args, **kwargs) -> Any: method write (line 604) | def write(self, *args, **kwargs) -> Any: method deinit (line 612) | def deinit(self, *args, **kwargs) -> Any: method init (line 615) | def init(self, *args, **kwargs) -> Any: method recv (line 618) | def recv(self, *args, **kwargs) -> Any: method send_recv (line 621) | def send_recv(self, *args, **kwargs) -> Any: method write_readinto (line 624) | def write_readinto(self, *args, **kwargs) -> Any: class Servo (line 628) | class Servo: method __init__ (line 631) | def __init__(self, *argv, **kwargs) -> None: method angle (line 635) | def angle(self, *args, **kwargs) -> Any: method calibration (line 638) | def calibration(self, *args, **kwargs) -> Any: method pulse_width (line 641) | def pulse_width(self, *args, **kwargs) -> Any: method speed (line 644) | def speed(self, *args, **kwargs) -> Any: class Switch (line 648) | class Switch: method __init__ (line 651) | def __init__(self, *argv, **kwargs) -> None: method value (line 655) | def value(self, *args, **kwargs) -> Any: method callback (line 658) | def callback(self, *args, **kwargs) -> Any: class Timer (line 662) | class Timer: method __init__ (line 665) | def __init__(self, *argv, **kwargs) -> None: method callback (line 693) | def callback(self, *args, **kwargs) -> Any: method channel (line 696) | def channel(self, *args, **kwargs) -> Any: method counter (line 699) | def counter(self, *args, **kwargs) -> Any: method deinit (line 702) | def deinit(self, *args, **kwargs) -> Any: method freq (line 705) | def freq(self, *args, **kwargs) -> Any: method init (line 708) | def init(self, *args, **kwargs) -> Any: method period (line 711) | def period(self, *args, **kwargs) -> Any: method prescaler (line 714) | def prescaler(self, *args, **kwargs) -> Any: method source_freq (line 717) | def source_freq(self, *args, **kwargs) -> Any: class UART (line 721) | class UART: method __init__ (line 724) | def __init__(self, *argv, **kwargs) -> None: method any (line 728) | def any(self, *args, **kwargs) -> Any: method read (line 731) | def read(self, *args, **kwargs) -> Any: method readinto (line 734) | def readinto(self, *args, **kwargs) -> Any: method readline (line 737) | def readline(self, *args, **kwargs) -> Any: method write (line 740) | def write(self, *args, **kwargs) -> Any: method deinit (line 747) | def deinit(self, *args, **kwargs) -> Any: method init (line 750) | def init(self, *args, **kwargs) -> Any: method irq (line 753) | def irq(self, *args, **kwargs) -> Any: method readchar (line 756) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 759) | def sendbreak(self, *args, **kwargs) -> Any: method writechar (line 762) | def writechar(self, *args, **kwargs) -> Any: class USB_HID (line 766) | class USB_HID: method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: method send (line 773) | def send(self, *args, **kwargs) -> Any: method recv (line 776) | def recv(self, *args, **kwargs) -> Any: class USB_VCP (line 780) | class USB_VCP: method __init__ (line 783) | def __init__(self, *argv, **kwargs) -> None: method any (line 787) | def any(self, *args, **kwargs) -> Any: method close (line 790) | def close(self, *args, **kwargs) -> Any: method read (line 793) | def read(self, *args, **kwargs) -> Any: method readinto (line 796) | def readinto(self, *args, **kwargs) -> Any: method readline (line 799) | def readline(self, *args, **kwargs) -> Any: method send (line 802) | def send(self, *args, **kwargs) -> Any: method write (line 805) | def write(self, *args, **kwargs) -> Any: method init (line 811) | def init(self, *args, **kwargs) -> Any: method isconnected (line 814) | def isconnected(self, *args, **kwargs) -> Any: method readlines (line 817) | def readlines(self, *args, **kwargs) -> Any: method recv (line 820) | def recv(self, *args, **kwargs) -> Any: method setinterrupt (line 823) | def setinterrupt(self, *args, **kwargs) -> Any: function bootloader (line 827) | def bootloader(*args, **kwargs) -> Any: function country (line 831) | def country(*args, **kwargs) -> Any: function delay (line 835) | def delay(*args, **kwargs) -> Any: function dht_readinto (line 839) | def dht_readinto(*args, **kwargs) -> Any: function disable_irq (line 843) | def disable_irq(*args, **kwargs) -> Any: function elapsed_micros (line 847) | def elapsed_micros(*args, **kwargs) -> Any: function elapsed_millis (line 851) | def elapsed_millis(*args, **kwargs) -> Any: function enable_irq (line 855) | def enable_irq(*args, **kwargs) -> Any: function fault_debug (line 859) | def fault_debug(*args, **kwargs) -> Any: function freq (line 863) | def freq(*args, **kwargs) -> Any: function hard_reset (line 867) | def hard_reset(*args, **kwargs) -> Any: function have_cdc (line 871) | def have_cdc(*args, **kwargs) -> Any: function hid (line 875) | def hid(*args, **kwargs) -> Any: function info (line 883) | def info(*args, **kwargs) -> Any: function micros (line 887) | def micros(*args, **kwargs) -> Any: function millis (line 891) | def millis(*args, **kwargs) -> Any: function mount (line 895) | def mount(*args, **kwargs) -> Any: function pwm (line 899) | def pwm(*args, **kwargs) -> Any: function repl_info (line 903) | def repl_info(*args, **kwargs) -> Any: function repl_uart (line 907) | def repl_uart(*args, **kwargs) -> Any: function rng (line 911) | def rng(*args, **kwargs) -> Any: function servo (line 915) | def servo(*args, **kwargs) -> Any: function standby (line 919) | def standby(*args, **kwargs) -> Any: function sync (line 923) | def sync(*args, **kwargs) -> Any: function udelay (line 927) | def udelay(*args, **kwargs) -> Any: function unique_id (line 931) | def unique_id(*args, **kwargs) -> Any: function usb_mode (line 935) | def usb_mode(*args, **kwargs) -> Any: function wfi (line 939) | def wfi(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/pyb.pyi function main (line 3) | def main(*args, **kwargs) -> Any: ... function stop (line 4) | def stop(*args, **kwargs) -> Any: ... class DAC (line 8) | class DAC: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 10) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 13) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 14) | def init(self, *args, **kwargs) -> Any: ... method noise (line 15) | def noise(self, *args, **kwargs) -> Any: ... method triangle (line 16) | def triangle(self, *args, **kwargs) -> Any: ... method write_timed (line 17) | def write_timed(self, *args, **kwargs) -> Any: ... class RTC (line 19) | class RTC: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method calibration (line 21) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 22) | def datetime(self, *args, **kwargs) -> Any: ... method info (line 23) | def info(self, *args, **kwargs) -> Any: ... method init (line 24) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 25) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 27) | class ADC: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 29) | def read(self, *args, **kwargs) -> Any: ... method read_timed (line 30) | def read_timed(self, *args, **kwargs) -> Any: ... method read_timed_multi (line 31) | def read_timed_multi(self, *args, **kwargs) -> Any: ... class ADCAll (line 33) | class ADCAll: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method read_channel (line 35) | def read_channel(self, *args, **kwargs) -> Any: ... method read_core_temp (line 36) | def read_core_temp(self, *args, **kwargs) -> Any: ... method read_core_vbat (line 37) | def read_core_vbat(self, *args, **kwargs) -> Any: ... method read_core_vref (line 38) | def read_core_vref(self, *args, **kwargs) -> Any: ... method read_vref (line 39) | def read_vref(self, *args, **kwargs) -> Any: ... class Accel (line 41) | class Accel: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 43) | def read(self, *args, **kwargs) -> Any: ... method write (line 44) | def write(self, *args, **kwargs) -> Any: ... method filtered_xyz (line 45) | def filtered_xyz(self, *args, **kwargs) -> Any: ... method tilt (line 46) | def tilt(self, *args, **kwargs) -> Any: ... method x (line 47) | def x(self, *args, **kwargs) -> Any: ... method y (line 48) | def y(self, *args, **kwargs) -> Any: ... method z (line 49) | def z(self, *args, **kwargs) -> Any: ... class CAN (line 51) | class CAN: method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 53) | def any(self, *args, **kwargs) -> Any: ... method send (line 54) | def send(self, *args, **kwargs) -> Any: ... method clearfilter (line 68) | def clearfilter(self, *args, **kwargs) -> Any: ... method deinit (line 69) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 70) | def info(self, *args, **kwargs) -> Any: ... method init (line 71) | def init(self, *args, **kwargs) -> Any: ... method initfilterbanks (line 73) | def initfilterbanks(cls, *args, **kwargs) -> Any: ... method recv (line 74) | def recv(self, *args, **kwargs) -> Any: ... method restart (line 75) | def restart(self, *args, **kwargs) -> Any: ... method rxcallback (line 76) | def rxcallback(self, *args, **kwargs) -> Any: ... method setfilter (line 77) | def setfilter(self, *args, **kwargs) -> Any: ... method state (line 78) | def state(self, *args, **kwargs) -> Any: ... class ExtInt (line 80) | class ExtInt: method __init__ (line 81) | def __init__(self, *argv, **kwargs) -> None: ... method disable (line 88) | def disable(self, *args, **kwargs) -> Any: ... method enable (line 89) | def enable(self, *args, **kwargs) -> Any: ... method line (line 90) | def line(self, *args, **kwargs) -> Any: ... method regs (line 91) | def regs(self, *args, **kwargs) -> Any: ... method swint (line 92) | def swint(self, *args, **kwargs) -> Any: ... class Flash (line 94) | class Flash: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 96) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 97) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 98) | def writeblocks(self, *args, **kwargs) -> Any: ... class I2C (line 100) | class I2C: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... method send (line 102) | def send(self, *args, **kwargs) -> Any: ... method deinit (line 105) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 106) | def init(self, *args, **kwargs) -> Any: ... method is_ready (line 107) | def is_ready(self, *args, **kwargs) -> Any: ... method mem_read (line 108) | def mem_read(self, *args, **kwargs) -> Any: ... method mem_write (line 109) | def mem_write(self, *args, **kwargs) -> Any: ... method recv (line 110) | def recv(self, *args, **kwargs) -> Any: ... method scan (line 111) | def scan(self, *args, **kwargs) -> Any: ... class LCD (line 113) | class LCD: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: ... method get (line 115) | def get(self, *args, **kwargs) -> Any: ... method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method command (line 117) | def command(self, *args, **kwargs) -> Any: ... method contrast (line 118) | def contrast(self, *args, **kwargs) -> Any: ... method fill (line 119) | def fill(self, *args, **kwargs) -> Any: ... method light (line 120) | def light(self, *args, **kwargs) -> Any: ... method pixel (line 121) | def pixel(self, *args, **kwargs) -> Any: ... method show (line 122) | def show(self, *args, **kwargs) -> Any: ... method text (line 123) | def text(self, *args, **kwargs) -> Any: ... class LED (line 125) | class LED: method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... method intensity (line 127) | def intensity(self, *args, **kwargs) -> Any: ... method off (line 128) | def off(self, *args, **kwargs) -> Any: ... method on (line 129) | def on(self, *args, **kwargs) -> Any: ... method toggle (line 130) | def toggle(self, *args, **kwargs) -> Any: ... class Pin (line 132) | class Pin: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... method dict (line 135) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 136) | def value(self, *args, **kwargs) -> Any: ... method af (line 175) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 176) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 178) | class board: method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 230) | class cpu: method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 280) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 281) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 282) | def high(self, *args, **kwargs) -> Any: ... method init (line 283) | def init(self, *args, **kwargs) -> Any: ... method irq (line 284) | def irq(self, *args, **kwargs) -> Any: ... method low (line 285) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 287) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 288) | def mode(self, *args, **kwargs) -> Any: ... method name (line 289) | def name(self, *args, **kwargs) -> Any: ... method names (line 290) | def names(self, *args, **kwargs) -> Any: ... method off (line 291) | def off(self, *args, **kwargs) -> Any: ... method on (line 292) | def on(self, *args, **kwargs) -> Any: ... method pin (line 293) | def pin(self, *args, **kwargs) -> Any: ... method port (line 294) | def port(self, *args, **kwargs) -> Any: ... method pull (line 295) | def pull(self, *args, **kwargs) -> Any: ... class SDCard (line 297) | class SDCard: method __init__ (line 298) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 299) | def read(self, *args, **kwargs) -> Any: ... method write (line 300) | def write(self, *args, **kwargs) -> Any: ... method info (line 301) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 302) | def ioctl(self, *args, **kwargs) -> Any: ... method power (line 303) | def power(self, *args, **kwargs) -> Any: ... method present (line 304) | def present(self, *args, **kwargs) -> Any: ... method readblocks (line 305) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 306) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 308) | class SPI: method __init__ (line 309) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 310) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 311) | def readinto(self, *args, **kwargs) -> Any: ... method send (line 312) | def send(self, *args, **kwargs) -> Any: ... method write (line 313) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 318) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 319) | def init(self, *args, **kwargs) -> Any: ... method recv (line 320) | def recv(self, *args, **kwargs) -> Any: ... method send_recv (line 321) | def send_recv(self, *args, **kwargs) -> Any: ... method write_readinto (line 322) | def write_readinto(self, *args, **kwargs) -> Any: ... class Servo (line 324) | class Servo: method __init__ (line 325) | def __init__(self, *argv, **kwargs) -> None: ... method angle (line 326) | def angle(self, *args, **kwargs) -> Any: ... method calibration (line 327) | def calibration(self, *args, **kwargs) -> Any: ... method pulse_width (line 328) | def pulse_width(self, *args, **kwargs) -> Any: ... method speed (line 329) | def speed(self, *args, **kwargs) -> Any: ... class Switch (line 331) | class Switch: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 333) | def value(self, *args, **kwargs) -> Any: ... method callback (line 334) | def callback(self, *args, **kwargs) -> Any: ... class Timer (line 336) | class Timer: method __init__ (line 337) | def __init__(self, *argv, **kwargs) -> None: ... method callback (line 361) | def callback(self, *args, **kwargs) -> Any: ... method channel (line 362) | def channel(self, *args, **kwargs) -> Any: ... method counter (line 363) | def counter(self, *args, **kwargs) -> Any: ... method deinit (line 364) | def deinit(self, *args, **kwargs) -> Any: ... method freq (line 365) | def freq(self, *args, **kwargs) -> Any: ... method init (line 366) | def init(self, *args, **kwargs) -> Any: ... method period (line 367) | def period(self, *args, **kwargs) -> Any: ... method prescaler (line 368) | def prescaler(self, *args, **kwargs) -> Any: ... method source_freq (line 369) | def source_freq(self, *args, **kwargs) -> Any: ... class UART (line 371) | class UART: method __init__ (line 372) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 373) | def any(self, *args, **kwargs) -> Any: ... method read (line 374) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 375) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 376) | def readline(self, *args, **kwargs) -> Any: ... method write (line 377) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 381) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 382) | def init(self, *args, **kwargs) -> Any: ... method irq (line 383) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 384) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 385) | def sendbreak(self, *args, **kwargs) -> Any: ... method writechar (line 386) | def writechar(self, *args, **kwargs) -> Any: ... class USB_HID (line 388) | class USB_HID: method __init__ (line 389) | def __init__(self, *argv, **kwargs) -> None: ... method send (line 390) | def send(self, *args, **kwargs) -> Any: ... method recv (line 391) | def recv(self, *args, **kwargs) -> Any: ... class USB_VCP (line 393) | class USB_VCP: method __init__ (line 394) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 395) | def any(self, *args, **kwargs) -> Any: ... method close (line 396) | def close(self, *args, **kwargs) -> Any: ... method read (line 397) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 398) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 399) | def readline(self, *args, **kwargs) -> Any: ... method send (line 400) | def send(self, *args, **kwargs) -> Any: ... method write (line 401) | def write(self, *args, **kwargs) -> Any: ... method init (line 404) | def init(self, *args, **kwargs) -> Any: ... method isconnected (line 405) | def isconnected(self, *args, **kwargs) -> Any: ... method readlines (line 406) | def readlines(self, *args, **kwargs) -> Any: ... method recv (line 407) | def recv(self, *args, **kwargs) -> Any: ... method setinterrupt (line 408) | def setinterrupt(self, *args, **kwargs) -> Any: ... function bootloader (line 410) | def bootloader(*args, **kwargs) -> Any: ... function country (line 411) | def country(*args, **kwargs) -> Any: ... function delay (line 412) | def delay(*args, **kwargs) -> Any: ... function dht_readinto (line 413) | def dht_readinto(*args, **kwargs) -> Any: ... function disable_irq (line 414) | def disable_irq(*args, **kwargs) -> Any: ... function elapsed_micros (line 415) | def elapsed_micros(*args, **kwargs) -> Any: ... function elapsed_millis (line 416) | def elapsed_millis(*args, **kwargs) -> Any: ... function enable_irq (line 417) | def enable_irq(*args, **kwargs) -> Any: ... function fault_debug (line 418) | def fault_debug(*args, **kwargs) -> Any: ... function freq (line 419) | def freq(*args, **kwargs) -> Any: ... function hard_reset (line 420) | def hard_reset(*args, **kwargs) -> Any: ... function have_cdc (line 421) | def have_cdc(*args, **kwargs) -> Any: ... function hid (line 422) | def hid(*args, **kwargs) -> Any: ... function info (line 427) | def info(*args, **kwargs) -> Any: ... function micros (line 428) | def micros(*args, **kwargs) -> Any: ... function millis (line 429) | def millis(*args, **kwargs) -> Any: ... function mount (line 430) | def mount(*args, **kwargs) -> Any: ... function pwm (line 431) | def pwm(*args, **kwargs) -> Any: ... function repl_info (line 432) | def repl_info(*args, **kwargs) -> Any: ... function repl_uart (line 433) | def repl_uart(*args, **kwargs) -> Any: ... function rng (line 434) | def rng(*args, **kwargs) -> Any: ... function servo (line 435) | def servo(*args, **kwargs) -> Any: ... function standby (line 436) | def standby(*args, **kwargs) -> Any: ... function sync (line 437) | def sync(*args, **kwargs) -> Any: ... function udelay (line 438) | def udelay(*args, **kwargs) -> Any: ... function unique_id (line 439) | def unique_id(*args, **kwargs) -> Any: ... function usb_mode (line 440) | def usb_mode(*args, **kwargs) -> Any: ... function wfi (line 441) | def wfi(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/socket.py function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 19) | class socket: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: method close (line 26) | def close(self, *args, **kwargs) -> Any: method send (line 29) | def send(self, *args, **kwargs) -> Any: method accept (line 32) | def accept(self, *args, **kwargs) -> Any: method bind (line 35) | def bind(self, *args, **kwargs) -> Any: method connect (line 38) | def connect(self, *args, **kwargs) -> Any: method listen (line 41) | def listen(self, *args, **kwargs) -> Any: method recv (line 44) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 47) | def recvfrom(self, *args, **kwargs) -> Any: method sendto (line 50) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 53) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 56) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 59) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/socket.pyi function getaddrinfo (line 9) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 11) | class socket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method send (line 14) | def send(self, *args, **kwargs) -> Any: ... method accept (line 15) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 16) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 17) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 18) | def listen(self, *args, **kwargs) -> Any: ... method recv (line 19) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 20) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendto (line 21) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 22) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 23) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 24) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/time.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/time.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Loop (line 13) | class Loop: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method stop (line 23) | def stop(self, *args, **kwargs) -> Any: method call_exception_handler (line 26) | def call_exception_handler(self, *args, **kwargs) -> Any: method create_task (line 29) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 32) | def run_until_complete(self, *args, **kwargs) -> Any: method run_forever (line 35) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 38) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 41) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Any: class Task (line 48) | class Task: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 56) | class TaskQueue: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: method remove (line 63) | def remove(self, *args, **kwargs) -> Any: method peek (line 66) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 69) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 72) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 75) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 79) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 83) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 87) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 91) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 99) | class Event: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method clear (line 106) | def clear(self, *args, **kwargs) -> Any: method set (line 109) | def set(self, *args, **kwargs) -> Any: method is_set (line 112) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 118) | class Lock: method __init__ (line 121) | def __init__(self, *argv, **kwargs) -> None: method release (line 125) | def release(self, *args, **kwargs) -> Any: method locked (line 128) | def locked(self, *args, **kwargs) -> Any: function ticks (line 134) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 138) | class TimeoutError(Exception): class SingletonGenerator (line 142) | class SingletonGenerator: method __init__ (line 145) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 150) | class IOQueue: method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: method remove (line 157) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 160) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 163) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 166) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 170) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 174) | def run_until_complete(*args, **kwargs) -> Any: function run (line 178) | def run(*args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 227) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 235) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 242) | class StreamWriter: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: method close (line 249) | def close(self, *args, **kwargs) -> Any: method write (line 255) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 263) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Loop (line 5) | class Loop: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method stop (line 8) | def stop(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 9) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method create_task (line 10) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 11) | def run_until_complete(self, *args, **kwargs) -> Any: ... method run_forever (line 12) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 13) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 14) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 15) | def default_exception_handler(self, *args, **kwargs) -> Any: ... class Task (line 17) | class Task: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 20) | class TaskQueue: method __init__ (line 21) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 22) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 23) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 24) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 25) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 26) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 28) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 29) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 30) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 31) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 36) | class Event: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method set (line 39) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 40) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 43) | class Lock: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 45) | def release(self, *args, **kwargs) -> Any: ... method locked (line 46) | def locked(self, *args, **kwargs) -> Any: ... function ticks (line 49) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 51) | class TimeoutError(Exception): ... class SingletonGenerator (line 53) | class SingletonGenerator: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 56) | class IOQueue: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 58) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 59) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 60) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 61) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 63) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 64) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 65) | def run(*args, **kwargs) -> Any: ... function get_event_loop (line 66) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 67) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 68) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 70) | class ThreadSafeFlag: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 72) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 73) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 76) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 78) | class StreamReader: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 80) | def close(self, *args, **kwargs) -> Any: ... method write (line 83) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 88) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 92) | class StreamWriter: method __init__ (line 93) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 94) | def close(self, *args, **kwargs) -> Any: ... method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 102) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Loop (line 13) | class Loop: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method stop (line 23) | def stop(self, *args, **kwargs) -> Any: method call_exception_handler (line 26) | def call_exception_handler(self, *args, **kwargs) -> Any: method create_task (line 29) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 32) | def run_until_complete(self, *args, **kwargs) -> Any: method run_forever (line 35) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 38) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 41) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 44) | def default_exception_handler(self, *args, **kwargs) -> Any: class Task (line 48) | class Task: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 56) | class TaskQueue: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: method remove (line 63) | def remove(self, *args, **kwargs) -> Any: method peek (line 66) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 69) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 72) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 75) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 79) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 83) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 87) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 91) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 95) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 99) | class TimeoutError(Exception): class SingletonGenerator (line 103) | class SingletonGenerator: method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 111) | class IOQueue: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: method remove (line 118) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 121) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 124) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 127) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 131) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 135) | def run_until_complete(*args, **kwargs) -> Any: function run (line 139) | def run(*args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Loop (line 5) | class Loop: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method stop (line 8) | def stop(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 9) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method create_task (line 10) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 11) | def run_until_complete(self, *args, **kwargs) -> Any: ... method run_forever (line 12) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 13) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 14) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 15) | def default_exception_handler(self, *args, **kwargs) -> Any: ... class Task (line 17) | class Task: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 20) | class TaskQueue: method __init__ (line 21) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 22) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 23) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 24) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 25) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 26) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 28) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 29) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 30) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 31) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 32) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 34) | class TimeoutError(Exception): ... class SingletonGenerator (line 36) | class SingletonGenerator: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 39) | class IOQueue: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 41) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 42) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 43) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 44) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 46) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 47) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 48) | def run(*args, **kwargs) -> Any: ... function get_event_loop (line 49) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 50) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 51) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method release (line 16) | def release(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 22) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 30) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 37) | class StreamReader: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: method close (line 44) | def close(self, *args, **kwargs) -> Any: method write (line 50) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 58) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 65) | class StreamWriter: method __init__ (line 68) | def __init__(self, *argv, **kwargs) -> None: method close (line 72) | def close(self, *args, **kwargs) -> Any: method write (line 78) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 86) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 96) | class Server: method __init__ (line 99) | def __init__(self, *argv, **kwargs) -> None: method close (line 103) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 13) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 17) | class StreamReader: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method write (line 22) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 27) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 31) | class StreamWriter: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method write (line 36) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 41) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 47) | class Server: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 49) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_15-pyboard/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_15-pyboard/uhashlib.py class sha256 (line 9) | class sha256: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/uhashlib.pyi class sha256 (line 3) | class sha256: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/umachine.py class RTC (line 9) | class RTC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method calibration (line 16) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 19) | def datetime(self, *args, **kwargs) -> Any: method info (line 22) | def info(self, *args, **kwargs) -> Any: method init (line 25) | def init(self, *args, **kwargs) -> Any: method wakeup (line 28) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 32) | class ADC: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: method read_u16 (line 44) | def read_u16(self, *args, **kwargs) -> Any: class I2C (line 52) | class I2C: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 59) | def readinto(self, *args, **kwargs) -> Any: method start (line 62) | def start(self, *args, **kwargs) -> Any: method stop (line 65) | def stop(self, *args, **kwargs) -> Any: method write (line 68) | def write(self, *args, **kwargs) -> Any: method init (line 71) | def init(self, *args, **kwargs) -> Any: method readfrom (line 74) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 77) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 80) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 83) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 86) | def scan(self, *args, **kwargs) -> Any: method writeto (line 89) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 92) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 95) | def writevto(self, *args, **kwargs) -> Any: class Pin (line 102) | class Pin: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: method dict (line 110) | def dict(cls, *args, **kwargs) -> Any: method value (line 113) | def value(self, *args, **kwargs) -> Any: method af (line 155) | def af(self, *args, **kwargs) -> Any: method af_list (line 158) | def af_list(self, *args, **kwargs) -> Any: class board (line 161) | class board: method __init__ (line 164) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 218) | class cpu: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: method debug (line 274) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 277) | def gpio(self, *args, **kwargs) -> Any: method high (line 280) | def high(self, *args, **kwargs) -> Any: method init (line 283) | def init(self, *args, **kwargs) -> Any: method irq (line 286) | def irq(self, *args, **kwargs) -> Any: method low (line 289) | def low(self, *args, **kwargs) -> Any: method mapper (line 293) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 296) | def mode(self, *args, **kwargs) -> Any: method name (line 299) | def name(self, *args, **kwargs) -> Any: method names (line 302) | def names(self, *args, **kwargs) -> Any: method off (line 305) | def off(self, *args, **kwargs) -> Any: method on (line 308) | def on(self, *args, **kwargs) -> Any: method pin (line 311) | def pin(self, *args, **kwargs) -> Any: method port (line 314) | def port(self, *args, **kwargs) -> Any: method pull (line 317) | def pull(self, *args, **kwargs) -> Any: class SPI (line 324) | class SPI: method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: method read (line 331) | def read(self, *args, **kwargs) -> Any: method readinto (line 334) | def readinto(self, *args, **kwargs) -> Any: method write (line 337) | def write(self, *args, **kwargs) -> Any: method deinit (line 343) | def deinit(self, *args, **kwargs) -> Any: method init (line 346) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 349) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 353) | class Signal: method __init__ (line 356) | def __init__(self, *argv, **kwargs) -> None: method value (line 360) | def value(self, *args, **kwargs) -> Any: method off (line 363) | def off(self, *args, **kwargs) -> Any: method on (line 366) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 370) | class SoftI2C: method __init__ (line 373) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 377) | def readinto(self, *args, **kwargs) -> Any: method start (line 380) | def start(self, *args, **kwargs) -> Any: method stop (line 383) | def stop(self, *args, **kwargs) -> Any: method write (line 386) | def write(self, *args, **kwargs) -> Any: method init (line 389) | def init(self, *args, **kwargs) -> Any: method readfrom (line 392) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 395) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 398) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 401) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 404) | def scan(self, *args, **kwargs) -> Any: method writeto (line 407) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 410) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 413) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 417) | class SoftSPI: method __init__ (line 420) | def __init__(self, *argv, **kwargs) -> None: method read (line 424) | def read(self, *args, **kwargs) -> Any: method readinto (line 427) | def readinto(self, *args, **kwargs) -> Any: method write (line 430) | def write(self, *args, **kwargs) -> Any: method deinit (line 436) | def deinit(self, *args, **kwargs) -> Any: method init (line 439) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 442) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 446) | class Timer: method __init__ (line 449) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 456) | def deinit(self, *args, **kwargs) -> Any: method init (line 459) | def init(self, *args, **kwargs) -> Any: class UART (line 463) | class UART: method __init__ (line 466) | def __init__(self, *argv, **kwargs) -> None: method any (line 470) | def any(self, *args, **kwargs) -> Any: method read (line 473) | def read(self, *args, **kwargs) -> Any: method readinto (line 476) | def readinto(self, *args, **kwargs) -> Any: method readline (line 479) | def readline(self, *args, **kwargs) -> Any: method write (line 482) | def write(self, *args, **kwargs) -> Any: method deinit (line 489) | def deinit(self, *args, **kwargs) -> Any: method init (line 492) | def init(self, *args, **kwargs) -> Any: method irq (line 495) | def irq(self, *args, **kwargs) -> Any: method readchar (line 498) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 501) | def sendbreak(self, *args, **kwargs) -> Any: method writechar (line 504) | def writechar(self, *args, **kwargs) -> Any: class WDT (line 508) | class WDT: method __init__ (line 511) | def __init__(self, *argv, **kwargs) -> None: method feed (line 515) | def feed(self, *args, **kwargs) -> Any: function bootloader (line 522) | def bootloader(*args, **kwargs) -> Any: function deepsleep (line 526) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 530) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 534) | def enable_irq(*args, **kwargs) -> Any: function freq (line 538) | def freq(*args, **kwargs) -> Any: function idle (line 542) | def idle(*args, **kwargs) -> Any: function info (line 546) | def info(*args, **kwargs) -> Any: function lightsleep (line 550) | def lightsleep(*args, **kwargs) -> Any: function reset (line 559) | def reset(*args, **kwargs) -> Any: function reset_cause (line 563) | def reset_cause(*args, **kwargs) -> Any: function rng (line 567) | def rng(*args, **kwargs) -> Any: function sleep (line 571) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 575) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 579) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 583) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/umachine.pyi class RTC (line 3) | class RTC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method calibration (line 5) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 6) | def datetime(self, *args, **kwargs) -> Any: ... method info (line 7) | def info(self, *args, **kwargs) -> Any: ... method init (line 8) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 9) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 11) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method read_u16 (line 17) | def read_u16(self, *args, **kwargs) -> Any: ... class I2C (line 22) | class I2C: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 25) | def start(self, *args, **kwargs) -> Any: ... method stop (line 26) | def stop(self, *args, **kwargs) -> Any: ... method write (line 27) | def write(self, *args, **kwargs) -> Any: ... method init (line 28) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 29) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 30) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 31) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 32) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 33) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 34) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 35) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 36) | def writevto(self, *args, **kwargs) -> Any: ... class Pin (line 40) | class Pin: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... method dict (line 43) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 44) | def value(self, *args, **kwargs) -> Any: ... method af (line 83) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 84) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 86) | class board: method __init__ (line 87) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 138) | class cpu: method __init__ (line 139) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 188) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 189) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 190) | def high(self, *args, **kwargs) -> Any: ... method init (line 191) | def init(self, *args, **kwargs) -> Any: ... method irq (line 192) | def irq(self, *args, **kwargs) -> Any: ... method low (line 193) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 195) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 196) | def mode(self, *args, **kwargs) -> Any: ... method name (line 197) | def name(self, *args, **kwargs) -> Any: ... method names (line 198) | def names(self, *args, **kwargs) -> Any: ... method off (line 199) | def off(self, *args, **kwargs) -> Any: ... method on (line 200) | def on(self, *args, **kwargs) -> Any: ... method pin (line 201) | def pin(self, *args, **kwargs) -> Any: ... method port (line 202) | def port(self, *args, **kwargs) -> Any: ... method pull (line 203) | def pull(self, *args, **kwargs) -> Any: ... class SPI (line 207) | class SPI: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 209) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 210) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 211) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 214) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 215) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 216) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 218) | class Signal: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 220) | def value(self, *args, **kwargs) -> Any: ... method off (line 221) | def off(self, *args, **kwargs) -> Any: ... method on (line 222) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 224) | class SoftI2C: method __init__ (line 225) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 226) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 227) | def start(self, *args, **kwargs) -> Any: ... method stop (line 228) | def stop(self, *args, **kwargs) -> Any: ... method write (line 229) | def write(self, *args, **kwargs) -> Any: ... method init (line 230) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 231) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 232) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 233) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 234) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 235) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 236) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 237) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 238) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 240) | class SoftSPI: method __init__ (line 241) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 242) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 243) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 244) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 247) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 248) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 249) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 251) | class Timer: method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 255) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 256) | def init(self, *args, **kwargs) -> Any: ... class UART (line 258) | class UART: method __init__ (line 259) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 260) | def any(self, *args, **kwargs) -> Any: ... method read (line 261) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 262) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 263) | def readline(self, *args, **kwargs) -> Any: ... method write (line 264) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 268) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 269) | def init(self, *args, **kwargs) -> Any: ... method irq (line 270) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 271) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 272) | def sendbreak(self, *args, **kwargs) -> Any: ... method writechar (line 273) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 275) | class WDT: method __init__ (line 276) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 277) | def feed(self, *args, **kwargs) -> Any: ... function bootloader (line 281) | def bootloader(*args, **kwargs) -> Any: ... function deepsleep (line 282) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 283) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 284) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 285) | def freq(*args, **kwargs) -> Any: ... function idle (line 286) | def idle(*args, **kwargs) -> Any: ... function info (line 287) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 288) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 294) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 295) | def reset_cause(*args, **kwargs) -> Any: ... function rng (line 296) | def rng(*args, **kwargs) -> Any: ... function sleep (line 297) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 298) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 299) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 300) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 16) | class VfsFat: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: method open (line 23) | def open(self, *args, **kwargs) -> Any: method remove (line 26) | def remove(self, *args, **kwargs) -> Any: method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 35) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 38) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 41) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 44) | def mount(self, *args, **kwargs) -> Any: method rename (line 47) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 50) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 53) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 56) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 59) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 63) | class VfsLfs2: method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: method open (line 70) | def open(self, *args, **kwargs) -> Any: method remove (line 73) | def remove(self, *args, **kwargs) -> Any: method chdir (line 76) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 79) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 82) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 85) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 88) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 91) | def mount(self, *args, **kwargs) -> Any: method rename (line 94) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 97) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 100) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 103) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 106) | def umount(self, *args, **kwargs) -> Any: function chdir (line 110) | def chdir(*args, **kwargs) -> Any: function dupterm (line 114) | def dupterm(*args, **kwargs) -> Any: function getcwd (line 118) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 122) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 126) | def listdir(*args, **kwargs) -> Any: function mkdir (line 130) | def mkdir(*args, **kwargs) -> Any: function mount (line 134) | def mount(*args, **kwargs) -> Any: function rename (line 138) | def rename(*args, **kwargs) -> Any: function rmdir (line 142) | def rmdir(*args, **kwargs) -> Any: function stat (line 146) | def stat(*args, **kwargs) -> Any: function statvfs (line 150) | def statvfs(*args, **kwargs) -> Any: function sync (line 154) | def sync(*args, **kwargs) -> Any: function umount (line 158) | def umount(*args, **kwargs) -> Any: function uname (line 162) | def uname(*args, **kwargs) -> Any: function unlink (line 166) | def unlink(*args, **kwargs) -> Any: function urandom (line 170) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 7) | class VfsFat: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 9) | def open(self, *args, **kwargs) -> Any: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 11) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 12) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 13) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 14) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 15) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 16) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 17) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 18) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 19) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 20) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 21) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 23) | class VfsLfs2: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 25) | def open(self, *args, **kwargs) -> Any: ... method remove (line 26) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 27) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 28) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 29) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 30) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 31) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 32) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 33) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 34) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 35) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 36) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 37) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 39) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 40) | def dupterm(*args, **kwargs) -> Any: ... function getcwd (line 41) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 42) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 43) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 44) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 45) | def mount(*args, **kwargs) -> Any: ... function rename (line 46) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 47) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 48) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 49) | def statvfs(*args, **kwargs) -> Any: ... function sync (line 50) | def sync(*args, **kwargs) -> Any: ... function umount (line 51) | def umount(*args, **kwargs) -> Any: ... function uname (line 52) | def uname(*args, **kwargs) -> Any: ... function unlink (line 53) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 54) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/usocket.py function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 19) | class socket: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: method close (line 26) | def close(self, *args, **kwargs) -> Any: method send (line 29) | def send(self, *args, **kwargs) -> Any: method accept (line 32) | def accept(self, *args, **kwargs) -> Any: method bind (line 35) | def bind(self, *args, **kwargs) -> Any: method connect (line 38) | def connect(self, *args, **kwargs) -> Any: method listen (line 41) | def listen(self, *args, **kwargs) -> Any: method recv (line 44) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 47) | def recvfrom(self, *args, **kwargs) -> Any: method sendto (line 50) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 53) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 56) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 59) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/usocket.pyi function getaddrinfo (line 9) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 11) | class socket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method send (line 14) | def send(self, *args, **kwargs) -> Any: ... method accept (line 15) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 16) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 17) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 18) | def listen(self, *args, **kwargs) -> Any: ... method recv (line 19) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 20) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendto (line 21) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 22) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 23) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 24) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/usys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/usys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/utime.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/utime.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_15-pyboard/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_15-pyboard/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/_thread.py class LockType (line 9) | class LockType: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 16) | def acquire(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: method release (line 22) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 30) | def exit(*args, **kwargs) -> Any: function get_ident (line 34) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 38) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 42) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/_thread.pyi class LockType (line 3) | class LockType: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 5) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 9) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 10) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 11) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 12) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/apa106.py class NeoPixel (line 9) | class NeoPixel: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method write (line 16) | def write(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: class APA106 (line 25) | class APA106: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method write (line 32) | def write(self, *args, **kwargs) -> Any: method fill (line 35) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... class APA106 (line 9) | class APA106: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/btree.py function open (line 9) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/btree.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method center (line 218) | def center(self, *args, **kwargs) -> Any: method decode (line 221) | def decode(self, *args, **kwargs) -> Any: method partition (line 224) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 227) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 230) | def splitlines(self, *args, **kwargs) -> Any: function callable (line 234) | def callable(*args, **kwargs) -> Any: function chr (line 238) | def chr(*args, **kwargs) -> Any: class dict (line 242) | class dict: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: method clear (line 249) | def clear(self, *args, **kwargs) -> Any: method copy (line 252) | def copy(self, *args, **kwargs) -> Any: method get (line 255) | def get(self, *args, **kwargs) -> Any: method items (line 258) | def items(self, *args, **kwargs) -> Any: method keys (line 261) | def keys(self, *args, **kwargs) -> Any: method pop (line 264) | def pop(self, *args, **kwargs) -> Any: method popitem (line 267) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 270) | def setdefault(self, *args, **kwargs) -> Any: method update (line 273) | def update(self, *args, **kwargs) -> Any: method values (line 276) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 280) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 284) | def dir(*args, **kwargs) -> Any: function divmod (line 288) | def divmod(*args, **kwargs) -> Any: function eval (line 292) | def eval(*args, **kwargs) -> Any: function exec (line 296) | def exec(*args, **kwargs) -> Any: function getattr (line 300) | def getattr(*args, **kwargs) -> Any: function globals (line 304) | def globals(*args, **kwargs) -> Any: function hasattr (line 308) | def hasattr(*args, **kwargs) -> Any: function hash (line 312) | def hash(*args, **kwargs) -> Any: function id (line 316) | def id(*args, **kwargs) -> Any: class int (line 320) | class int: method __init__ (line 323) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 328) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 331) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 335) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 339) | def issubclass(*args, **kwargs) -> Any: function iter (line 343) | def iter(*args, **kwargs) -> Any: function len (line 347) | def len(*args, **kwargs) -> Any: class list (line 351) | class list: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: method append (line 358) | def append(self, *args, **kwargs) -> Any: method clear (line 361) | def clear(self, *args, **kwargs) -> Any: method copy (line 364) | def copy(self, *args, **kwargs) -> Any: method count (line 367) | def count(self, *args, **kwargs) -> Any: method extend (line 370) | def extend(self, *args, **kwargs) -> Any: method index (line 373) | def index(self, *args, **kwargs) -> Any: method insert (line 376) | def insert(self, *args, **kwargs) -> Any: method pop (line 379) | def pop(self, *args, **kwargs) -> Any: method remove (line 382) | def remove(self, *args, **kwargs) -> Any: method reverse (line 385) | def reverse(self, *args, **kwargs) -> Any: method sort (line 388) | def sort(self, *args, **kwargs) -> Any: function locals (line 392) | def locals(*args, **kwargs) -> Any: class map (line 396) | class map: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function next (line 404) | def next(*args, **kwargs) -> Any: class object (line 408) | class object: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: function open (line 416) | def open(*args, **kwargs) -> Any: function ord (line 420) | def ord(*args, **kwargs) -> Any: function pow (line 424) | def pow(*args, **kwargs) -> Any: function print (line 428) | def print(*args, **kwargs) -> Any: class range (line 432) | class range: method __init__ (line 435) | def __init__(self, *argv, **kwargs) -> None: function repr (line 440) | def repr(*args, **kwargs) -> Any: function round (line 444) | def round(*args, **kwargs) -> Any: class set (line 448) | class set: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: method clear (line 455) | def clear(self, *args, **kwargs) -> Any: method copy (line 458) | def copy(self, *args, **kwargs) -> Any: method pop (line 461) | def pop(self, *args, **kwargs) -> Any: method remove (line 464) | def remove(self, *args, **kwargs) -> Any: method update (line 467) | def update(self, *args, **kwargs) -> Any: method add (line 470) | def add(self, *args, **kwargs) -> Any: method difference (line 473) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 476) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 479) | def discard(self, *args, **kwargs) -> Any: method intersection (line 482) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 485) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 488) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 491) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 494) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 497) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 500) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 503) | def union(self, *args, **kwargs) -> Any: function setattr (line 507) | def setattr(*args, **kwargs) -> Any: function sorted (line 511) | def sorted(*args, **kwargs) -> Any: class str (line 515) | class str: method __init__ (line 518) | def __init__(self, *argv, **kwargs) -> None: method count (line 522) | def count(self, *args, **kwargs) -> Any: method endswith (line 525) | def endswith(self, *args, **kwargs) -> Any: method find (line 528) | def find(self, *args, **kwargs) -> Any: method format (line 531) | def format(self, *args, **kwargs) -> Any: method index (line 534) | def index(self, *args, **kwargs) -> Any: method isalpha (line 537) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 540) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 543) | def islower(self, *args, **kwargs) -> Any: method isspace (line 546) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 549) | def isupper(self, *args, **kwargs) -> Any: method join (line 552) | def join(self, *args, **kwargs) -> Any: method lower (line 555) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 558) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 561) | def replace(self, *args, **kwargs) -> Any: method rfind (line 564) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 567) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 570) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 573) | def rstrip(self, *args, **kwargs) -> Any: method split (line 576) | def split(self, *args, **kwargs) -> Any: method startswith (line 579) | def startswith(self, *args, **kwargs) -> Any: method strip (line 582) | def strip(self, *args, **kwargs) -> Any: method upper (line 585) | def upper(self, *args, **kwargs) -> Any: method center (line 588) | def center(self, *args, **kwargs) -> Any: method encode (line 591) | def encode(self, *args, **kwargs) -> Any: method partition (line 594) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 597) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 600) | def splitlines(self, *args, **kwargs) -> Any: function sum (line 604) | def sum(*args, **kwargs) -> Any: class super (line 608) | class super: method __init__ (line 611) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 616) | class tuple: method __init__ (line 619) | def __init__(self, *argv, **kwargs) -> None: method count (line 623) | def count(self, *args, **kwargs) -> Any: method index (line 626) | def index(self, *args, **kwargs) -> Any: class type (line 630) | class type: method __init__ (line 633) | def __init__(self, *argv, **kwargs) -> None: class zip (line 638) | class zip: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 649) | class StopAsyncIteration: method __init__ (line 652) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 657) | class UnicodeError(Exception): class ViperTypeError (line 661) | class ViperTypeError(Exception): function bin (line 665) | def bin(*args, **kwargs) -> Any: function compile (line 669) | def compile(*args, **kwargs) -> Any: class complex (line 673) | class complex: method __init__ (line 676) | def __init__(self, *argv, **kwargs) -> None: function delattr (line 681) | def delattr(*args, **kwargs) -> Any: class enumerate (line 685) | class enumerate: method __init__ (line 688) | def __init__(self, *argv, **kwargs) -> None: function execfile (line 693) | def execfile(*args, **kwargs) -> Any: class filter (line 697) | class filter: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: class float (line 705) | class float: method __init__ (line 708) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 713) | class frozenset: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: method copy (line 720) | def copy(self, *args, **kwargs) -> Any: method difference (line 723) | def difference(self, *args, **kwargs) -> Any: method intersection (line 726) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 729) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 732) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 735) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 738) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 741) | def union(self, *args, **kwargs) -> Any: function help (line 745) | def help(*args, **kwargs) -> Any: function hex (line 749) | def hex(*args, **kwargs) -> Any: function input (line 753) | def input(*args, **kwargs) -> Any: function max (line 757) | def max(*args, **kwargs) -> Any: class memoryview (line 761) | class memoryview: method __init__ (line 764) | def __init__(self, *argv, **kwargs) -> None: function min (line 769) | def min(*args, **kwargs) -> Any: function oct (line 773) | def oct(*args, **kwargs) -> Any: class property (line 777) | class property: method __init__ (line 780) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 784) | def deleter(self, *args, **kwargs) -> Any: method getter (line 787) | def getter(self, *args, **kwargs) -> Any: method setter (line 790) | def setter(self, *args, **kwargs) -> Any: class reversed (line 794) | class reversed: method __init__ (line 797) | def __init__(self, *argv, **kwargs) -> None: class slice (line 802) | class slice: method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_16-esp32/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method center (line 69) | def center(self, *args, **kwargs) -> Any: ... method decode (line 70) | def decode(self, *args, **kwargs) -> Any: ... method partition (line 71) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 72) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 73) | def splitlines(self, *args, **kwargs) -> Any: ... function callable (line 75) | def callable(*args, **kwargs) -> Any: ... function chr (line 76) | def chr(*args, **kwargs) -> Any: ... class dict (line 78) | class dict: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 80) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 81) | def copy(self, *args, **kwargs) -> Any: ... method get (line 82) | def get(self, *args, **kwargs) -> Any: ... method items (line 83) | def items(self, *args, **kwargs) -> Any: ... method keys (line 84) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 85) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 86) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 87) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 88) | def update(self, *args, **kwargs) -> Any: ... method values (line 89) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 91) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 93) | def dir(*args, **kwargs) -> Any: ... function divmod (line 94) | def divmod(*args, **kwargs) -> Any: ... function eval (line 95) | def eval(*args, **kwargs) -> Any: ... function exec (line 96) | def exec(*args, **kwargs) -> Any: ... function getattr (line 97) | def getattr(*args, **kwargs) -> Any: ... function globals (line 98) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 99) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 100) | def hash(*args, **kwargs) -> Any: ... function id (line 101) | def id(*args, **kwargs) -> Any: ... class int (line 103) | class int: method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 106) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 107) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 109) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 110) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 111) | def iter(*args, **kwargs) -> Any: ... function len (line 112) | def len(*args, **kwargs) -> Any: ... class list (line 114) | class list: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 116) | def append(self, *args, **kwargs) -> Any: ... method clear (line 117) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 118) | def copy(self, *args, **kwargs) -> Any: ... method count (line 119) | def count(self, *args, **kwargs) -> Any: ... method extend (line 120) | def extend(self, *args, **kwargs) -> Any: ... method index (line 121) | def index(self, *args, **kwargs) -> Any: ... method insert (line 122) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 123) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 124) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 125) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 126) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 128) | def locals(*args, **kwargs) -> Any: ... class map (line 130) | class map: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 133) | def next(*args, **kwargs) -> Any: ... class object (line 135) | class object: method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 138) | def open(*args, **kwargs) -> Any: ... function ord (line 139) | def ord(*args, **kwargs) -> Any: ... function pow (line 140) | def pow(*args, **kwargs) -> Any: ... function print (line 141) | def print(*args, **kwargs) -> Any: ... class range (line 143) | class range: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 146) | def repr(*args, **kwargs) -> Any: ... function round (line 147) | def round(*args, **kwargs) -> Any: ... class set (line 149) | class set: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 151) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 152) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 153) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 154) | def remove(self, *args, **kwargs) -> Any: ... method update (line 155) | def update(self, *args, **kwargs) -> Any: ... method add (line 156) | def add(self, *args, **kwargs) -> Any: ... method difference (line 157) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 158) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 159) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 160) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 161) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 162) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 163) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 164) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 165) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 166) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 167) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 169) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 170) | def sorted(*args, **kwargs) -> Any: ... class str (line 172) | class str: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 174) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 175) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 176) | def find(self, *args, **kwargs) -> Any: ... method format (line 177) | def format(self, *args, **kwargs) -> Any: ... method index (line 178) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 179) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 180) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 181) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 182) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 183) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 184) | def join(self, *args, **kwargs) -> Any: ... method lower (line 185) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 186) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 187) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 188) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 189) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 190) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 191) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 192) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 193) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 194) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 195) | def upper(self, *args, **kwargs) -> Any: ... method center (line 196) | def center(self, *args, **kwargs) -> Any: ... method encode (line 197) | def encode(self, *args, **kwargs) -> Any: ... method partition (line 198) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 199) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 200) | def splitlines(self, *args, **kwargs) -> Any: ... function sum (line 202) | def sum(*args, **kwargs) -> Any: ... class super (line 204) | class super: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 207) | class tuple: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 209) | def count(self, *args, **kwargs) -> Any: ... method index (line 210) | def index(self, *args, **kwargs) -> Any: ... class type (line 212) | class type: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 215) | class zip: method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 220) | class StopAsyncIteration: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 223) | class UnicodeError(Exception): ... class ViperTypeError (line 224) | class ViperTypeError(Exception): ... function bin (line 226) | def bin(*args, **kwargs) -> Any: ... function compile (line 227) | def compile(*args, **kwargs) -> Any: ... class complex (line 229) | class complex: method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... function delattr (line 232) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 234) | class enumerate: method __init__ (line 235) | def __init__(self, *argv, **kwargs) -> None: ... function execfile (line 237) | def execfile(*args, **kwargs) -> Any: ... class filter (line 239) | class filter: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 242) | class float: method __init__ (line 243) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 245) | class frozenset: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 247) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 248) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 249) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 250) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 251) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 252) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 253) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 254) | def union(self, *args, **kwargs) -> Any: ... function help (line 256) | def help(*args, **kwargs) -> Any: ... function hex (line 257) | def hex(*args, **kwargs) -> Any: ... function input (line 258) | def input(*args, **kwargs) -> Any: ... function max (line 259) | def max(*args, **kwargs) -> Any: ... class memoryview (line 261) | class memoryview: method __init__ (line 262) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 264) | def min(*args, **kwargs) -> Any: ... function oct (line 265) | def oct(*args, **kwargs) -> Any: ... class property (line 267) | class property: method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 269) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 270) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 271) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 273) | class reversed: method __init__ (line 274) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 276) | class slice: method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_16-esp32/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/esp.py function dht_readinto (line 16) | def dht_readinto(*args, **kwargs) -> Any: function flash_erase (line 20) | def flash_erase(*args, **kwargs) -> Any: function flash_read (line 24) | def flash_read(*args, **kwargs) -> Any: function flash_size (line 28) | def flash_size(*args, **kwargs) -> Any: function flash_user_start (line 32) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 36) | def flash_write(*args, **kwargs) -> Any: function gpio_matrix_in (line 40) | def gpio_matrix_in(*args, **kwargs) -> Any: function gpio_matrix_out (line 44) | def gpio_matrix_out(*args, **kwargs) -> Any: function neopixel_write (line 48) | def neopixel_write(*args, **kwargs) -> Any: function osdebug (line 52) | def osdebug(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/esp.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 11) | def flash_erase(*args, **kwargs) -> Any: ... function flash_read (line 12) | def flash_read(*args, **kwargs) -> Any: ... function flash_size (line 13) | def flash_size(*args, **kwargs) -> Any: ... function flash_user_start (line 14) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 15) | def flash_write(*args, **kwargs) -> Any: ... function gpio_matrix_in (line 16) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 17) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function neopixel_write (line 18) | def neopixel_write(*args, **kwargs) -> Any: ... function osdebug (line 19) | def osdebug(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/esp32.py class NVS (line 12) | class NVS: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method commit (line 19) | def commit(self, *args, **kwargs) -> Any: method erase_key (line 22) | def erase_key(self, *args, **kwargs) -> Any: method get_blob (line 25) | def get_blob(self, *args, **kwargs) -> Any: method get_i32 (line 28) | def get_i32(self, *args, **kwargs) -> Any: method set_blob (line 31) | def set_blob(self, *args, **kwargs) -> Any: method set_i32 (line 34) | def set_i32(self, *args, **kwargs) -> Any: class Partition (line 38) | class Partition: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method find (line 45) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 53) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 56) | def info(self, *args, **kwargs) -> Any: method ioctl (line 59) | def ioctl(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 63) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method readblocks (line 66) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 69) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 72) | def writeblocks(self, *args, **kwargs) -> Any: class RMT (line 76) | class RMT: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method clock_div (line 83) | def clock_div(self, *args, **kwargs) -> Any: method deinit (line 86) | def deinit(self, *args, **kwargs) -> Any: method loop (line 89) | def loop(self, *args, **kwargs) -> Any: method source_freq (line 92) | def source_freq(self, *args, **kwargs) -> Any: method wait_done (line 95) | def wait_done(self, *args, **kwargs) -> Any: method write_pulses (line 98) | def write_pulses(self, *args, **kwargs) -> Any: class ULP (line 102) | class ULP: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: method load_binary (line 111) | def load_binary(self, *args, **kwargs) -> Any: method run (line 114) | def run(self, *args, **kwargs) -> Any: method set_wakeup_period (line 117) | def set_wakeup_period(self, *args, **kwargs) -> Any: function hall_sensor (line 125) | def hall_sensor(*args, **kwargs) -> Any: function idf_heap_info (line 129) | def idf_heap_info(*args, **kwargs) -> Any: function raw_temperature (line 133) | def raw_temperature(*args, **kwargs) -> Any: function wake_on_ext0 (line 137) | def wake_on_ext0(*args, **kwargs) -> Any: function wake_on_ext1 (line 141) | def wake_on_ext1(*args, **kwargs) -> Any: function wake_on_touch (line 145) | def wake_on_touch(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/esp32.pyi class NVS (line 6) | class NVS: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method commit (line 8) | def commit(self, *args, **kwargs) -> Any: ... method erase_key (line 9) | def erase_key(self, *args, **kwargs) -> Any: ... method get_blob (line 10) | def get_blob(self, *args, **kwargs) -> Any: ... method get_i32 (line 11) | def get_i32(self, *args, **kwargs) -> Any: ... method set_blob (line 12) | def set_blob(self, *args, **kwargs) -> Any: ... method set_i32 (line 13) | def set_i32(self, *args, **kwargs) -> Any: ... class Partition (line 15) | class Partition: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 17) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 22) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 23) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 24) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 26) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 27) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 28) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 29) | def writeblocks(self, *args, **kwargs) -> Any: ... class RMT (line 31) | class RMT: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method clock_div (line 33) | def clock_div(self, *args, **kwargs) -> Any: ... method deinit (line 34) | def deinit(self, *args, **kwargs) -> Any: ... method loop (line 35) | def loop(self, *args, **kwargs) -> Any: ... method source_freq (line 36) | def source_freq(self, *args, **kwargs) -> Any: ... method wait_done (line 37) | def wait_done(self, *args, **kwargs) -> Any: ... method write_pulses (line 38) | def write_pulses(self, *args, **kwargs) -> Any: ... class ULP (line 40) | class ULP: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... method load_binary (line 43) | def load_binary(self, *args, **kwargs) -> Any: ... method run (line 44) | def run(self, *args, **kwargs) -> Any: ... method set_wakeup_period (line 45) | def set_wakeup_period(self, *args, **kwargs) -> Any: ... function hall_sensor (line 50) | def hall_sensor(*args, **kwargs) -> Any: ... function idf_heap_info (line 51) | def idf_heap_info(*args, **kwargs) -> Any: ... function raw_temperature (line 52) | def raw_temperature(*args, **kwargs) -> Any: ... function wake_on_ext0 (line 53) | def wake_on_ext0(*args, **kwargs) -> Any: ... function wake_on_ext1 (line 54) | def wake_on_ext1(*args, **kwargs) -> Any: ... function wake_on_touch (line 55) | def wake_on_touch(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/flashbdev.py class Partition (line 9) | class Partition: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method find (line 16) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 24) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 27) | def info(self, *args, **kwargs) -> Any: method ioctl (line 30) | def ioctl(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 34) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method readblocks (line 37) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 40) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 43) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/flashbdev.pyi class Partition (line 3) | class Partition: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 5) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 10) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 11) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 14) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 15) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 16) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 17) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/hashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/hashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/inisetup.py function check_bootsec (line 11) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 15) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 19) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 7) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method flush (line 23) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 27) | class BytesIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: method close (line 34) | def close(self, *args, **kwargs) -> Any: method read (line 37) | def read(self, *args, **kwargs) -> Any: method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: method readline (line 43) | def readline(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method flush (line 49) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 55) | def seek(self, *args, **kwargs) -> Any: method tell (line 58) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 62) | class FileIO: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method readline (line 78) | def readline(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method flush (line 84) | def flush(self, *args, **kwargs) -> Any: method readlines (line 87) | def readlines(self, *args, **kwargs) -> Any: method seek (line 90) | def seek(self, *args, **kwargs) -> Any: method tell (line 93) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 97) | class IOBase: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 105) | class StringIO: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method readline (line 121) | def readline(self, *args, **kwargs) -> Any: method write (line 124) | def write(self, *args, **kwargs) -> Any: method flush (line 127) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 130) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 133) | def seek(self, *args, **kwargs) -> Any: method tell (line 136) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 140) | class TextIOWrapper: method __init__ (line 143) | def __init__(self, *argv, **kwargs) -> None: method close (line 147) | def close(self, *args, **kwargs) -> Any: method read (line 150) | def read(self, *args, **kwargs) -> Any: method readinto (line 153) | def readinto(self, *args, **kwargs) -> Any: method readline (line 156) | def readline(self, *args, **kwargs) -> Any: method write (line 159) | def write(self, *args, **kwargs) -> Any: method flush (line 162) | def flush(self, *args, **kwargs) -> Any: method readlines (line 165) | def readlines(self, *args, **kwargs) -> Any: method seek (line 168) | def seek(self, *args, **kwargs) -> Any: method tell (line 171) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method flush (line 8) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 10) | class BytesIO: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 12) | def close(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method write (line 16) | def write(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 18) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 19) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 20) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 22) | class FileIO: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 24) | def close(self, *args, **kwargs) -> Any: ... method read (line 25) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 27) | def readline(self, *args, **kwargs) -> Any: ... method write (line 28) | def write(self, *args, **kwargs) -> Any: ... method flush (line 29) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 30) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 31) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 32) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 34) | class IOBase: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 37) | class StringIO: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 39) | def close(self, *args, **kwargs) -> Any: ... method read (line 40) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Any: ... method write (line 43) | def write(self, *args, **kwargs) -> Any: ... method flush (line 44) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 45) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 46) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 47) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 49) | class TextIOWrapper: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 51) | def close(self, *args, **kwargs) -> Any: ... method read (line 52) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 53) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 54) | def readline(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... method flush (line 56) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 57) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 58) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 59) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/machine.py class ADC (line 9) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method atten (line 28) | def atten(self, *args, **kwargs) -> Any: method read_u16 (line 31) | def read_u16(self, *args, **kwargs) -> Any: method width (line 35) | def width(cls, *args, **kwargs) -> Any: class DAC (line 39) | class DAC: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: method write (line 46) | def write(self, *args, **kwargs) -> Any: class I2C (line 57) | class I2C: method __init__ (line 60) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 64) | def readinto(self, *args, **kwargs) -> Any: method start (line 67) | def start(self, *args, **kwargs) -> Any: method stop (line 70) | def stop(self, *args, **kwargs) -> Any: method write (line 73) | def write(self, *args, **kwargs) -> Any: method init (line 76) | def init(self, *args, **kwargs) -> Any: method readfrom (line 79) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 82) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 85) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 88) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 91) | def scan(self, *args, **kwargs) -> Any: method writeto (line 94) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 97) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 100) | def writevto(self, *args, **kwargs) -> Any: class PWM (line 107) | class PWM: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 114) | def deinit(self, *args, **kwargs) -> Any: method duty (line 117) | def duty(self, *args, **kwargs) -> Any: method freq (line 120) | def freq(self, *args, **kwargs) -> Any: method init (line 123) | def init(self, *args, **kwargs) -> Any: class Pin (line 130) | class Pin: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: method value (line 137) | def value(self, *args, **kwargs) -> Any: method init (line 151) | def init(self, *args, **kwargs) -> Any: method irq (line 154) | def irq(self, *args, **kwargs) -> Any: method off (line 157) | def off(self, *args, **kwargs) -> Any: method on (line 160) | def on(self, *args, **kwargs) -> Any: class RTC (line 164) | class RTC: method __init__ (line 167) | def __init__(self, *argv, **kwargs) -> None: method datetime (line 171) | def datetime(self, *args, **kwargs) -> Any: method init (line 174) | def init(self, *args, **kwargs) -> Any: method memory (line 177) | def memory(self, *args, **kwargs) -> Any: class SDCard (line 181) | class SDCard: method __init__ (line 184) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 188) | def deinit(self, *args, **kwargs) -> Any: method info (line 191) | def info(self, *args, **kwargs) -> Any: method ioctl (line 194) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 197) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 200) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 208) | class SPI: method __init__ (line 211) | def __init__(self, *argv, **kwargs) -> None: method read (line 215) | def read(self, *args, **kwargs) -> Any: method readinto (line 218) | def readinto(self, *args, **kwargs) -> Any: method write (line 221) | def write(self, *args, **kwargs) -> Any: method deinit (line 227) | def deinit(self, *args, **kwargs) -> Any: method init (line 230) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 233) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 237) | class Signal: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: method value (line 244) | def value(self, *args, **kwargs) -> Any: method off (line 247) | def off(self, *args, **kwargs) -> Any: method on (line 250) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 254) | class SoftI2C: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 261) | def readinto(self, *args, **kwargs) -> Any: method start (line 264) | def start(self, *args, **kwargs) -> Any: method stop (line 267) | def stop(self, *args, **kwargs) -> Any: method write (line 270) | def write(self, *args, **kwargs) -> Any: method init (line 273) | def init(self, *args, **kwargs) -> Any: method readfrom (line 276) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 279) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 282) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 285) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 288) | def scan(self, *args, **kwargs) -> Any: method writeto (line 291) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 294) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 297) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 301) | class SoftSPI: method __init__ (line 304) | def __init__(self, *argv, **kwargs) -> None: method read (line 308) | def read(self, *args, **kwargs) -> Any: method readinto (line 311) | def readinto(self, *args, **kwargs) -> Any: method write (line 314) | def write(self, *args, **kwargs) -> Any: method deinit (line 320) | def deinit(self, *args, **kwargs) -> Any: method init (line 323) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 326) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 334) | class Timer: method __init__ (line 337) | def __init__(self, *argv, **kwargs) -> None: method value (line 341) | def value(self, *args, **kwargs) -> Any: method deinit (line 347) | def deinit(self, *args, **kwargs) -> Any: method init (line 350) | def init(self, *args, **kwargs) -> Any: class TouchPad (line 354) | class TouchPad: method __init__ (line 357) | def __init__(self, *argv, **kwargs) -> None: method read (line 361) | def read(self, *args, **kwargs) -> Any: method config (line 364) | def config(self, *args, **kwargs) -> Any: class UART (line 368) | class UART: method __init__ (line 371) | def __init__(self, *argv, **kwargs) -> None: method any (line 375) | def any(self, *args, **kwargs) -> Any: method read (line 378) | def read(self, *args, **kwargs) -> Any: method readinto (line 381) | def readinto(self, *args, **kwargs) -> Any: method readline (line 384) | def readline(self, *args, **kwargs) -> Any: method write (line 387) | def write(self, *args, **kwargs) -> Any: method deinit (line 395) | def deinit(self, *args, **kwargs) -> Any: method init (line 398) | def init(self, *args, **kwargs) -> Any: method sendbreak (line 401) | def sendbreak(self, *args, **kwargs) -> Any: class WDT (line 408) | class WDT: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: method feed (line 415) | def feed(self, *args, **kwargs) -> Any: function deepsleep (line 422) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 426) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 430) | def enable_irq(*args, **kwargs) -> Any: function freq (line 434) | def freq(*args, **kwargs) -> Any: function idle (line 438) | def idle(*args, **kwargs) -> Any: function lightsleep (line 442) | def lightsleep(*args, **kwargs) -> Any: function reset (line 451) | def reset(*args, **kwargs) -> Any: function reset_cause (line 455) | def reset_cause(*args, **kwargs) -> Any: function sleep (line 459) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 463) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 467) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 471) | def unique_id(*args, **kwargs) -> Any: function wake_reason (line 475) | def wake_reason(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/machine.pyi class ADC (line 3) | class ADC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method atten (line 14) | def atten(self, *args, **kwargs) -> Any: ... method read_u16 (line 15) | def read_u16(self, *args, **kwargs) -> Any: ... method width (line 17) | def width(cls, *args, **kwargs) -> Any: ... class DAC (line 19) | class DAC: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... class I2C (line 29) | class I2C: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 31) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 32) | def start(self, *args, **kwargs) -> Any: ... method stop (line 33) | def stop(self, *args, **kwargs) -> Any: ... method write (line 34) | def write(self, *args, **kwargs) -> Any: ... method init (line 35) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 36) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 37) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 38) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 39) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 40) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 41) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 42) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 43) | def writevto(self, *args, **kwargs) -> Any: ... class PWM (line 47) | class PWM: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 49) | def deinit(self, *args, **kwargs) -> Any: ... method duty (line 50) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 51) | def freq(self, *args, **kwargs) -> Any: ... method init (line 52) | def init(self, *args, **kwargs) -> Any: ... class Pin (line 56) | class Pin: method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 58) | def value(self, *args, **kwargs) -> Any: ... method init (line 69) | def init(self, *args, **kwargs) -> Any: ... method irq (line 70) | def irq(self, *args, **kwargs) -> Any: ... method off (line 71) | def off(self, *args, **kwargs) -> Any: ... method on (line 72) | def on(self, *args, **kwargs) -> Any: ... class RTC (line 74) | class RTC: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: ... method datetime (line 76) | def datetime(self, *args, **kwargs) -> Any: ... method init (line 77) | def init(self, *args, **kwargs) -> Any: ... method memory (line 78) | def memory(self, *args, **kwargs) -> Any: ... class SDCard (line 80) | class SDCard: method __init__ (line 81) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 82) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 83) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 84) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 85) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 86) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 91) | class SPI: method __init__ (line 92) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 93) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 94) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 95) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 98) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 99) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 100) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 102) | class Signal: method __init__ (line 103) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 104) | def value(self, *args, **kwargs) -> Any: ... method off (line 105) | def off(self, *args, **kwargs) -> Any: ... method on (line 106) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 108) | class SoftI2C: method __init__ (line 109) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 110) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 111) | def start(self, *args, **kwargs) -> Any: ... method stop (line 112) | def stop(self, *args, **kwargs) -> Any: ... method write (line 113) | def write(self, *args, **kwargs) -> Any: ... method init (line 114) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 115) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 116) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 117) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 118) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 119) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 120) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 121) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 122) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 124) | class SoftSPI: method __init__ (line 125) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 126) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 127) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 128) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 131) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 132) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 133) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 138) | class Timer: method __init__ (line 139) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 140) | def value(self, *args, **kwargs) -> Any: ... method deinit (line 143) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 144) | def init(self, *args, **kwargs) -> Any: ... class TouchPad (line 146) | class TouchPad: method __init__ (line 147) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 148) | def read(self, *args, **kwargs) -> Any: ... method config (line 149) | def config(self, *args, **kwargs) -> Any: ... class UART (line 151) | class UART: method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 153) | def any(self, *args, **kwargs) -> Any: ... method read (line 154) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 155) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 156) | def readline(self, *args, **kwargs) -> Any: ... method write (line 157) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 162) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 163) | def init(self, *args, **kwargs) -> Any: ... method sendbreak (line 164) | def sendbreak(self, *args, **kwargs) -> Any: ... class WDT (line 168) | class WDT: method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 170) | def feed(self, *args, **kwargs) -> Any: ... function deepsleep (line 174) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 175) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 176) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 177) | def freq(*args, **kwargs) -> Any: ... function idle (line 178) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 179) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 185) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 186) | def reset_cause(*args, **kwargs) -> Any: ... function sleep (line 187) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 188) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 189) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 190) | def unique_id(*args, **kwargs) -> Any: ... function wake_reason (line 191) | def wake_reason(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function acosh (line 17) | def acosh(*args, **kwargs) -> Any: function asin (line 21) | def asin(*args, **kwargs) -> Any: function asinh (line 25) | def asinh(*args, **kwargs) -> Any: function atan (line 29) | def atan(*args, **kwargs) -> Any: function atan2 (line 33) | def atan2(*args, **kwargs) -> Any: function atanh (line 37) | def atanh(*args, **kwargs) -> Any: function ceil (line 41) | def ceil(*args, **kwargs) -> Any: function copysign (line 45) | def copysign(*args, **kwargs) -> Any: function cos (line 49) | def cos(*args, **kwargs) -> Any: function cosh (line 53) | def cosh(*args, **kwargs) -> Any: function degrees (line 57) | def degrees(*args, **kwargs) -> Any: function erf (line 64) | def erf(*args, **kwargs) -> Any: function erfc (line 68) | def erfc(*args, **kwargs) -> Any: function exp (line 72) | def exp(*args, **kwargs) -> Any: function expm1 (line 76) | def expm1(*args, **kwargs) -> Any: function fabs (line 80) | def fabs(*args, **kwargs) -> Any: function floor (line 84) | def floor(*args, **kwargs) -> Any: function fmod (line 88) | def fmod(*args, **kwargs) -> Any: function frexp (line 92) | def frexp(*args, **kwargs) -> Any: function gamma (line 96) | def gamma(*args, **kwargs) -> Any: function isclose (line 100) | def isclose(*args, **kwargs) -> Any: function isfinite (line 104) | def isfinite(*args, **kwargs) -> Any: function isinf (line 108) | def isinf(*args, **kwargs) -> Any: function isnan (line 112) | def isnan(*args, **kwargs) -> Any: function ldexp (line 116) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 120) | def lgamma(*args, **kwargs) -> Any: function log (line 124) | def log(*args, **kwargs) -> Any: function log10 (line 128) | def log10(*args, **kwargs) -> Any: function log2 (line 132) | def log2(*args, **kwargs) -> Any: function modf (line 136) | def modf(*args, **kwargs) -> Any: function radians (line 143) | def radians(*args, **kwargs) -> Any: function sin (line 147) | def sin(*args, **kwargs) -> Any: function sinh (line 151) | def sinh(*args, **kwargs) -> Any: function sqrt (line 155) | def sqrt(*args, **kwargs) -> Any: function tan (line 159) | def tan(*args, **kwargs) -> Any: function tanh (line 163) | def tanh(*args, **kwargs) -> Any: function trunc (line 167) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function acosh (line 5) | def acosh(*args, **kwargs) -> Any: ... function asin (line 6) | def asin(*args, **kwargs) -> Any: ... function asinh (line 7) | def asinh(*args, **kwargs) -> Any: ... function atan (line 8) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 9) | def atan2(*args, **kwargs) -> Any: ... function atanh (line 10) | def atanh(*args, **kwargs) -> Any: ... function ceil (line 11) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 12) | def copysign(*args, **kwargs) -> Any: ... function cos (line 13) | def cos(*args, **kwargs) -> Any: ... function cosh (line 14) | def cosh(*args, **kwargs) -> Any: ... function degrees (line 15) | def degrees(*args, **kwargs) -> Any: ... function erf (line 19) | def erf(*args, **kwargs) -> Any: ... function erfc (line 20) | def erfc(*args, **kwargs) -> Any: ... function exp (line 21) | def exp(*args, **kwargs) -> Any: ... function expm1 (line 22) | def expm1(*args, **kwargs) -> Any: ... function fabs (line 23) | def fabs(*args, **kwargs) -> Any: ... function floor (line 24) | def floor(*args, **kwargs) -> Any: ... function fmod (line 25) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 26) | def frexp(*args, **kwargs) -> Any: ... function gamma (line 27) | def gamma(*args, **kwargs) -> Any: ... function isclose (line 28) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 29) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 30) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 31) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 32) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 33) | def lgamma(*args, **kwargs) -> Any: ... function log (line 34) | def log(*args, **kwargs) -> Any: ... function log10 (line 35) | def log10(*args, **kwargs) -> Any: ... function log2 (line 36) | def log2(*args, **kwargs) -> Any: ... function modf (line 37) | def modf(*args, **kwargs) -> Any: ... function radians (line 41) | def radians(*args, **kwargs) -> Any: ... function sin (line 42) | def sin(*args, **kwargs) -> Any: ... function sinh (line 43) | def sinh(*args, **kwargs) -> Any: ... function sqrt (line 44) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 45) | def tan(*args, **kwargs) -> Any: ... function tanh (line 46) | def tanh(*args, **kwargs) -> Any: ... function trunc (line 47) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/neopixel.py function neopixel_write (line 9) | def neopixel_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/neopixel.pyi function neopixel_write (line 3) | def neopixel_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/network.py function LAN (line 24) | def LAN(*args, **kwargs) -> Any: function PPP (line 37) | def PPP(*args, **kwargs) -> Any: function WLAN (line 52) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 56) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/network.pyi function LAN (line 18) | def LAN(*args, **kwargs) -> Any: ... function PPP (line 28) | def PPP(*args, **kwargs) -> Any: ... function WLAN (line 40) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 41) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/socket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method close (line 32) | def close(self, *args, **kwargs) -> Any: method read (line 35) | def read(self, *args, **kwargs) -> Any: method readinto (line 38) | def readinto(self, *args, **kwargs) -> Any: method readline (line 41) | def readline(self, *args, **kwargs) -> Any: method send (line 44) | def send(self, *args, **kwargs) -> Any: method write (line 47) | def write(self, *args, **kwargs) -> Any: method accept (line 50) | def accept(self, *args, **kwargs) -> Any: method bind (line 53) | def bind(self, *args, **kwargs) -> Any: method connect (line 56) | def connect(self, *args, **kwargs) -> Any: method fileno (line 59) | def fileno(self, *args, **kwargs) -> Any: method listen (line 62) | def listen(self, *args, **kwargs) -> Any: method makefile (line 65) | def makefile(self, *args, **kwargs) -> Any: method recv (line 68) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 71) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 74) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 77) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 80) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 83) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 86) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/socket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method send (line 23) | def send(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method accept (line 25) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 26) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 27) | def connect(self, *args, **kwargs) -> Any: ... method fileno (line 28) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/time.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/time.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function run (line 44) | def run(*args, **kwargs) -> Any: function sleep (line 48) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 52) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 56) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 60) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 68) | class Event: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: method clear (line 75) | def clear(self, *args, **kwargs) -> Any: method set (line 78) | def set(self, *args, **kwargs) -> Any: method is_set (line 81) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 87) | class Lock: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: method locked (line 96) | def locked(self, *args, **kwargs) -> Any: method release (line 99) | def release(self, *args, **kwargs) -> Any: function ticks (line 103) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 107) | class TimeoutError(Exception): class SingletonGenerator (line 111) | class SingletonGenerator: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 119) | class IOQueue: method __init__ (line 122) | def __init__(self, *argv, **kwargs) -> None: method remove (line 126) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 129) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 132) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 135) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 139) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 143) | def run_until_complete(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 16) | def run(*args, **kwargs) -> Any: ... function sleep (line 17) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 18) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 19) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 20) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 25) | class Event: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 27) | def clear(self, *args, **kwargs) -> Any: ... method set (line 28) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 29) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 32) | class Lock: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 35) | def locked(self, *args, **kwargs) -> Any: ... method release (line 36) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 38) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 40) | class TimeoutError(Exception): ... class SingletonGenerator (line 42) | class SingletonGenerator: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 45) | class IOQueue: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 47) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 48) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 49) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 50) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 52) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 53) | def run_until_complete(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function run (line 44) | def run(*args, **kwargs) -> Any: function sleep (line 48) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 52) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 56) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 60) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 64) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 68) | class TimeoutError(Exception): class SingletonGenerator (line 72) | class SingletonGenerator: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 80) | class IOQueue: method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: method remove (line 87) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 90) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 93) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 96) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 100) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 104) | def run_until_complete(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 16) | def run(*args, **kwargs) -> Any: ... function sleep (line 17) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 18) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 19) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 20) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 23) | class TimeoutError(Exception): ... class SingletonGenerator (line 25) | class SingletonGenerator: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 28) | class IOQueue: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 30) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 31) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 32) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 33) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 35) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 36) | def run_until_complete(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method locked (line 18) | def locked(self, *args, **kwargs) -> Any: method release (line 21) | def release(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/ubluetooth.py class BLE (line 9) | class BLE: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method active (line 16) | def active(self, *args, **kwargs) -> Any: method config (line 19) | def config(self, *args, **kwargs) -> Any: method gap_advertise (line 22) | def gap_advertise(self, *args, **kwargs) -> Any: method gap_connect (line 25) | def gap_connect(self, *args, **kwargs) -> Any: method gap_disconnect (line 28) | def gap_disconnect(self, *args, **kwargs) -> Any: method gap_scan (line 31) | def gap_scan(self, *args, **kwargs) -> Any: method gattc_discover_characteristics (line 34) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: method gattc_discover_descriptors (line 37) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: method gattc_discover_services (line 40) | def gattc_discover_services(self, *args, **kwargs) -> Any: method gattc_exchange_mtu (line 43) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: method gattc_read (line 46) | def gattc_read(self, *args, **kwargs) -> Any: method gattc_write (line 49) | def gattc_write(self, *args, **kwargs) -> Any: method gatts_indicate (line 52) | def gatts_indicate(self, *args, **kwargs) -> Any: method gatts_notify (line 55) | def gatts_notify(self, *args, **kwargs) -> Any: method gatts_read (line 58) | def gatts_read(self, *args, **kwargs) -> Any: method gatts_register_services (line 61) | def gatts_register_services(self, *args, **kwargs) -> Any: method gatts_set_buffer (line 64) | def gatts_set_buffer(self, *args, **kwargs) -> Any: method gatts_write (line 67) | def gatts_write(self, *args, **kwargs) -> Any: method irq (line 70) | def irq(self, *args, **kwargs) -> Any: class UUID (line 81) | class UUID: method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_16-esp32/ubluetooth.pyi class BLE (line 3) | class BLE: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method active (line 5) | def active(self, *args, **kwargs) -> Any: ... method config (line 6) | def config(self, *args, **kwargs) -> Any: ... method gap_advertise (line 7) | def gap_advertise(self, *args, **kwargs) -> Any: ... method gap_connect (line 8) | def gap_connect(self, *args, **kwargs) -> Any: ... method gap_disconnect (line 9) | def gap_disconnect(self, *args, **kwargs) -> Any: ... method gap_scan (line 10) | def gap_scan(self, *args, **kwargs) -> Any: ... method gattc_discover_characteristics (line 11) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: ... method gattc_discover_descriptors (line 12) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: ... method gattc_discover_services (line 13) | def gattc_discover_services(self, *args, **kwargs) -> Any: ... method gattc_exchange_mtu (line 14) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: ... method gattc_read (line 15) | def gattc_read(self, *args, **kwargs) -> Any: ... method gattc_write (line 16) | def gattc_write(self, *args, **kwargs) -> Any: ... method gatts_indicate (line 17) | def gatts_indicate(self, *args, **kwargs) -> Any: ... method gatts_notify (line 18) | def gatts_notify(self, *args, **kwargs) -> Any: ... method gatts_read (line 19) | def gatts_read(self, *args, **kwargs) -> Any: ... method gatts_register_services (line 20) | def gatts_register_services(self, *args, **kwargs) -> Any: ... method gatts_set_buffer (line 21) | def gatts_set_buffer(self, *args, **kwargs) -> Any: ... method gatts_write (line 22) | def gatts_write(self, *args, **kwargs) -> Any: ... method irq (line 23) | def irq(self, *args, **kwargs) -> Any: ... class UUID (line 31) | class UUID: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_16-esp32/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method decrypt (line 16) | def decrypt(self, *args, **kwargs) -> Any: method encrypt (line 19) | def encrypt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/ucryptolib.pyi class aes (line 3) | class aes: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method encrypt (line 6) | def encrypt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_16-esp32/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_16-esp32/uhashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/uhashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method flush (line 23) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 27) | class BytesIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: method close (line 34) | def close(self, *args, **kwargs) -> Any: method read (line 37) | def read(self, *args, **kwargs) -> Any: method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: method readline (line 43) | def readline(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method flush (line 49) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 55) | def seek(self, *args, **kwargs) -> Any: method tell (line 58) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 62) | class FileIO: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method readline (line 78) | def readline(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method flush (line 84) | def flush(self, *args, **kwargs) -> Any: method readlines (line 87) | def readlines(self, *args, **kwargs) -> Any: method seek (line 90) | def seek(self, *args, **kwargs) -> Any: method tell (line 93) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 97) | class IOBase: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 105) | class StringIO: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method readline (line 121) | def readline(self, *args, **kwargs) -> Any: method write (line 124) | def write(self, *args, **kwargs) -> Any: method flush (line 127) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 130) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 133) | def seek(self, *args, **kwargs) -> Any: method tell (line 136) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 140) | class TextIOWrapper: method __init__ (line 143) | def __init__(self, *argv, **kwargs) -> None: method close (line 147) | def close(self, *args, **kwargs) -> Any: method read (line 150) | def read(self, *args, **kwargs) -> Any: method readinto (line 153) | def readinto(self, *args, **kwargs) -> Any: method readline (line 156) | def readline(self, *args, **kwargs) -> Any: method write (line 159) | def write(self, *args, **kwargs) -> Any: method flush (line 162) | def flush(self, *args, **kwargs) -> Any: method readlines (line 165) | def readlines(self, *args, **kwargs) -> Any: method seek (line 168) | def seek(self, *args, **kwargs) -> Any: method tell (line 171) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method flush (line 8) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 10) | class BytesIO: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 12) | def close(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method write (line 16) | def write(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 18) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 19) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 20) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 22) | class FileIO: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 24) | def close(self, *args, **kwargs) -> Any: ... method read (line 25) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 27) | def readline(self, *args, **kwargs) -> Any: ... method write (line 28) | def write(self, *args, **kwargs) -> Any: ... method flush (line 29) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 30) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 31) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 32) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 34) | class IOBase: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 37) | class StringIO: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 39) | def close(self, *args, **kwargs) -> Any: ... method read (line 40) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Any: ... method write (line 43) | def write(self, *args, **kwargs) -> Any: ... method flush (line 44) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 45) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 46) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 47) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 49) | class TextIOWrapper: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 51) | def close(self, *args, **kwargs) -> Any: ... method read (line 52) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 53) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 54) | def readline(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... method flush (line 56) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 57) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 58) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 59) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 16) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Any: method log (line 22) | def log(self, *args, **kwargs) -> Any: method set_callback (line 27) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 30) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 33) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 38) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 43) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 48) | def delay(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTException (line 13) | class MQTTException(Exception): class MQTTClient (line 17) | class MQTTClient: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method connect (line 24) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 27) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 33) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 36) | def ping(self, *args, **kwargs) -> Any: method publish (line 39) | def publish(self, *args, **kwargs) -> Any: method subscribe (line 42) | def subscribe(self, *args, **kwargs) -> Any: method wait_msg (line 45) | def wait_msg(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: class Response (line 17) | class Response: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method close (line 24) | def close(self, *args, **kwargs) -> Any: method json (line 29) | def json(self, *args, **kwargs) -> Any: function request (line 35) | def request(*args, **kwargs) -> Any: function head (line 39) | def head(*args, **kwargs) -> Any: function post (line 43) | def post(*args, **kwargs) -> Any: function patch (line 47) | def patch(*args, **kwargs) -> Any: function delete (line 51) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... class Response (line 6) | class Response: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 8) | def close(self, *args, **kwargs) -> Any: ... method json (line 10) | def json(self, *args, **kwargs) -> Any: ... function request (line 13) | def request(*args, **kwargs) -> Any: ... function head (line 14) | def head(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/usocket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method close (line 32) | def close(self, *args, **kwargs) -> Any: method read (line 35) | def read(self, *args, **kwargs) -> Any: method readinto (line 38) | def readinto(self, *args, **kwargs) -> Any: method readline (line 41) | def readline(self, *args, **kwargs) -> Any: method send (line 44) | def send(self, *args, **kwargs) -> Any: method write (line 47) | def write(self, *args, **kwargs) -> Any: method accept (line 50) | def accept(self, *args, **kwargs) -> Any: method bind (line 53) | def bind(self, *args, **kwargs) -> Any: method connect (line 56) | def connect(self, *args, **kwargs) -> Any: method fileno (line 59) | def fileno(self, *args, **kwargs) -> Any: method listen (line 62) | def listen(self, *args, **kwargs) -> Any: method makefile (line 65) | def makefile(self, *args, **kwargs) -> Any: method recv (line 68) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 71) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 74) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 77) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 80) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 83) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 86) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/usocket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method send (line 23) | def send(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method accept (line 25) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 26) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 27) | def connect(self, *args, **kwargs) -> Any: ... method fileno (line 28) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/usys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/usys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/utime.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/utime.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 16) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp32/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp32/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/apa102.py function apa102_write (line 9) | def apa102_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: class APA102 (line 29) | class APA102: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: method write (line 36) | def write(self, *args, **kwargs) -> Any: method fill (line 39) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/apa102.pyi function apa102_write (line 3) | def apa102_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... class APA102 (line 11) | class APA102: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 13) | def write(self, *args, **kwargs) -> Any: ... method fill (line 14) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function hexlify (line 17) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 21) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function hexlify (line 5) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 6) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/btree.py function open (line 9) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/btree.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method decode (line 218) | def decode(self, *args, **kwargs) -> Any: function callable (line 222) | def callable(*args, **kwargs) -> Any: function chr (line 226) | def chr(*args, **kwargs) -> Any: class dict (line 230) | class dict: method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: method clear (line 237) | def clear(self, *args, **kwargs) -> Any: method copy (line 240) | def copy(self, *args, **kwargs) -> Any: method get (line 243) | def get(self, *args, **kwargs) -> Any: method items (line 246) | def items(self, *args, **kwargs) -> Any: method keys (line 249) | def keys(self, *args, **kwargs) -> Any: method pop (line 252) | def pop(self, *args, **kwargs) -> Any: method popitem (line 255) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 258) | def setdefault(self, *args, **kwargs) -> Any: method update (line 261) | def update(self, *args, **kwargs) -> Any: method values (line 264) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 268) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 272) | def dir(*args, **kwargs) -> Any: function divmod (line 276) | def divmod(*args, **kwargs) -> Any: function eval (line 280) | def eval(*args, **kwargs) -> Any: function exec (line 284) | def exec(*args, **kwargs) -> Any: function getattr (line 288) | def getattr(*args, **kwargs) -> Any: function globals (line 292) | def globals(*args, **kwargs) -> Any: function hasattr (line 296) | def hasattr(*args, **kwargs) -> Any: function hash (line 300) | def hash(*args, **kwargs) -> Any: function id (line 304) | def id(*args, **kwargs) -> Any: class int (line 308) | class int: method __init__ (line 311) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 316) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 319) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 323) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 327) | def issubclass(*args, **kwargs) -> Any: function iter (line 331) | def iter(*args, **kwargs) -> Any: function len (line 335) | def len(*args, **kwargs) -> Any: class list (line 339) | class list: method __init__ (line 342) | def __init__(self, *argv, **kwargs) -> None: method append (line 346) | def append(self, *args, **kwargs) -> Any: method clear (line 349) | def clear(self, *args, **kwargs) -> Any: method copy (line 352) | def copy(self, *args, **kwargs) -> Any: method count (line 355) | def count(self, *args, **kwargs) -> Any: method extend (line 358) | def extend(self, *args, **kwargs) -> Any: method index (line 361) | def index(self, *args, **kwargs) -> Any: method insert (line 364) | def insert(self, *args, **kwargs) -> Any: method pop (line 367) | def pop(self, *args, **kwargs) -> Any: method remove (line 370) | def remove(self, *args, **kwargs) -> Any: method reverse (line 373) | def reverse(self, *args, **kwargs) -> Any: method sort (line 376) | def sort(self, *args, **kwargs) -> Any: function locals (line 380) | def locals(*args, **kwargs) -> Any: class map (line 384) | class map: method __init__ (line 387) | def __init__(self, *argv, **kwargs) -> None: function next (line 392) | def next(*args, **kwargs) -> Any: class object (line 396) | class object: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function open (line 404) | def open(*args, **kwargs) -> Any: function ord (line 408) | def ord(*args, **kwargs) -> Any: function pow (line 412) | def pow(*args, **kwargs) -> Any: function print (line 416) | def print(*args, **kwargs) -> Any: class range (line 420) | class range: method __init__ (line 423) | def __init__(self, *argv, **kwargs) -> None: function repr (line 428) | def repr(*args, **kwargs) -> Any: function round (line 432) | def round(*args, **kwargs) -> Any: class set (line 436) | class set: method __init__ (line 439) | def __init__(self, *argv, **kwargs) -> None: method clear (line 443) | def clear(self, *args, **kwargs) -> Any: method copy (line 446) | def copy(self, *args, **kwargs) -> Any: method pop (line 449) | def pop(self, *args, **kwargs) -> Any: method remove (line 452) | def remove(self, *args, **kwargs) -> Any: method update (line 455) | def update(self, *args, **kwargs) -> Any: method add (line 458) | def add(self, *args, **kwargs) -> Any: method difference (line 461) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 464) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 467) | def discard(self, *args, **kwargs) -> Any: method intersection (line 470) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 473) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 476) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 479) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 482) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 485) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 488) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 491) | def union(self, *args, **kwargs) -> Any: function setattr (line 495) | def setattr(*args, **kwargs) -> Any: function sorted (line 499) | def sorted(*args, **kwargs) -> Any: class str (line 503) | class str: method __init__ (line 506) | def __init__(self, *argv, **kwargs) -> None: method count (line 510) | def count(self, *args, **kwargs) -> Any: method endswith (line 513) | def endswith(self, *args, **kwargs) -> Any: method find (line 516) | def find(self, *args, **kwargs) -> Any: method format (line 519) | def format(self, *args, **kwargs) -> Any: method index (line 522) | def index(self, *args, **kwargs) -> Any: method isalpha (line 525) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 528) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 531) | def islower(self, *args, **kwargs) -> Any: method isspace (line 534) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 537) | def isupper(self, *args, **kwargs) -> Any: method join (line 540) | def join(self, *args, **kwargs) -> Any: method lower (line 543) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 546) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 549) | def replace(self, *args, **kwargs) -> Any: method rfind (line 552) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 555) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 558) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 561) | def rstrip(self, *args, **kwargs) -> Any: method split (line 564) | def split(self, *args, **kwargs) -> Any: method startswith (line 567) | def startswith(self, *args, **kwargs) -> Any: method strip (line 570) | def strip(self, *args, **kwargs) -> Any: method upper (line 573) | def upper(self, *args, **kwargs) -> Any: method encode (line 576) | def encode(self, *args, **kwargs) -> Any: function sum (line 580) | def sum(*args, **kwargs) -> Any: class super (line 584) | class super: method __init__ (line 587) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 592) | class tuple: method __init__ (line 595) | def __init__(self, *argv, **kwargs) -> None: method count (line 599) | def count(self, *args, **kwargs) -> Any: method index (line 602) | def index(self, *args, **kwargs) -> Any: class type (line 606) | class type: method __init__ (line 609) | def __init__(self, *argv, **kwargs) -> None: class zip (line 614) | class zip: method __init__ (line 617) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 622) | class StopAsyncIteration: method __init__ (line 625) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 630) | class UnicodeError(Exception): class ViperTypeError (line 634) | class ViperTypeError(Exception): function bin (line 638) | def bin(*args, **kwargs) -> Any: function delattr (line 642) | def delattr(*args, **kwargs) -> Any: class enumerate (line 646) | class enumerate: method __init__ (line 649) | def __init__(self, *argv, **kwargs) -> None: class filter (line 654) | class filter: method __init__ (line 657) | def __init__(self, *argv, **kwargs) -> None: class float (line 662) | class float: method __init__ (line 665) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 670) | class frozenset: method __init__ (line 673) | def __init__(self, *argv, **kwargs) -> None: method copy (line 677) | def copy(self, *args, **kwargs) -> Any: method difference (line 680) | def difference(self, *args, **kwargs) -> Any: method intersection (line 683) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 686) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 689) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 692) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 695) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 698) | def union(self, *args, **kwargs) -> Any: function help (line 702) | def help(*args, **kwargs) -> Any: function hex (line 706) | def hex(*args, **kwargs) -> Any: function input (line 710) | def input(*args, **kwargs) -> Any: function max (line 714) | def max(*args, **kwargs) -> Any: class memoryview (line 718) | class memoryview: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: function min (line 726) | def min(*args, **kwargs) -> Any: function oct (line 730) | def oct(*args, **kwargs) -> Any: class property (line 734) | class property: method __init__ (line 737) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 741) | def deleter(self, *args, **kwargs) -> Any: method getter (line 744) | def getter(self, *args, **kwargs) -> Any: method setter (line 747) | def setter(self, *args, **kwargs) -> Any: class reversed (line 751) | class reversed: method __init__ (line 754) | def __init__(self, *argv, **kwargs) -> None: class slice (line 759) | class slice: method __init__ (line 762) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_16-esp8266/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method decode (line 69) | def decode(self, *args, **kwargs) -> Any: ... function callable (line 71) | def callable(*args, **kwargs) -> Any: ... function chr (line 72) | def chr(*args, **kwargs) -> Any: ... class dict (line 74) | class dict: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 76) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 77) | def copy(self, *args, **kwargs) -> Any: ... method get (line 78) | def get(self, *args, **kwargs) -> Any: ... method items (line 79) | def items(self, *args, **kwargs) -> Any: ... method keys (line 80) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 81) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 82) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 83) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 84) | def update(self, *args, **kwargs) -> Any: ... method values (line 85) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 87) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 89) | def dir(*args, **kwargs) -> Any: ... function divmod (line 90) | def divmod(*args, **kwargs) -> Any: ... function eval (line 91) | def eval(*args, **kwargs) -> Any: ... function exec (line 92) | def exec(*args, **kwargs) -> Any: ... function getattr (line 93) | def getattr(*args, **kwargs) -> Any: ... function globals (line 94) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 95) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 96) | def hash(*args, **kwargs) -> Any: ... function id (line 97) | def id(*args, **kwargs) -> Any: ... class int (line 99) | class int: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 102) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 103) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 105) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 106) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 107) | def iter(*args, **kwargs) -> Any: ... function len (line 108) | def len(*args, **kwargs) -> Any: ... class list (line 110) | class list: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 112) | def append(self, *args, **kwargs) -> Any: ... method clear (line 113) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 114) | def copy(self, *args, **kwargs) -> Any: ... method count (line 115) | def count(self, *args, **kwargs) -> Any: ... method extend (line 116) | def extend(self, *args, **kwargs) -> Any: ... method index (line 117) | def index(self, *args, **kwargs) -> Any: ... method insert (line 118) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 121) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 122) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 124) | def locals(*args, **kwargs) -> Any: ... class map (line 126) | class map: method __init__ (line 127) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 129) | def next(*args, **kwargs) -> Any: ... class object (line 131) | class object: method __init__ (line 132) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 134) | def open(*args, **kwargs) -> Any: ... function ord (line 135) | def ord(*args, **kwargs) -> Any: ... function pow (line 136) | def pow(*args, **kwargs) -> Any: ... function print (line 137) | def print(*args, **kwargs) -> Any: ... class range (line 139) | class range: method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 142) | def repr(*args, **kwargs) -> Any: ... function round (line 143) | def round(*args, **kwargs) -> Any: ... class set (line 145) | class set: method __init__ (line 146) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 147) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 148) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 149) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 150) | def remove(self, *args, **kwargs) -> Any: ... method update (line 151) | def update(self, *args, **kwargs) -> Any: ... method add (line 152) | def add(self, *args, **kwargs) -> Any: ... method difference (line 153) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 154) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 155) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 156) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 157) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 158) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 159) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 160) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 161) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 162) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 163) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 165) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 166) | def sorted(*args, **kwargs) -> Any: ... class str (line 168) | class str: method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 170) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 171) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 172) | def find(self, *args, **kwargs) -> Any: ... method format (line 173) | def format(self, *args, **kwargs) -> Any: ... method index (line 174) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 175) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 176) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 177) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 178) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 180) | def join(self, *args, **kwargs) -> Any: ... method lower (line 181) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 182) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 183) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 184) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 185) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 186) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 187) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 188) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 189) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 190) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 191) | def upper(self, *args, **kwargs) -> Any: ... method encode (line 192) | def encode(self, *args, **kwargs) -> Any: ... function sum (line 194) | def sum(*args, **kwargs) -> Any: ... class super (line 196) | class super: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 199) | class tuple: method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 201) | def count(self, *args, **kwargs) -> Any: ... method index (line 202) | def index(self, *args, **kwargs) -> Any: ... class type (line 204) | class type: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 207) | class zip: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 210) | class StopAsyncIteration: method __init__ (line 211) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 213) | class UnicodeError(Exception): ... class ViperTypeError (line 214) | class ViperTypeError(Exception): ... function bin (line 216) | def bin(*args, **kwargs) -> Any: ... function delattr (line 217) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 219) | class enumerate: method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... class filter (line 222) | class filter: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 225) | class float: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 228) | class frozenset: method __init__ (line 229) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 230) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 231) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 232) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 233) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 234) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 235) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 236) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 237) | def union(self, *args, **kwargs) -> Any: ... function help (line 239) | def help(*args, **kwargs) -> Any: ... function hex (line 240) | def hex(*args, **kwargs) -> Any: ... function input (line 241) | def input(*args, **kwargs) -> Any: ... function max (line 242) | def max(*args, **kwargs) -> Any: ... class memoryview (line 244) | class memoryview: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 247) | def min(*args, **kwargs) -> Any: ... function oct (line 248) | def oct(*args, **kwargs) -> Any: ... class property (line 250) | class property: method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 252) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 253) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 254) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 256) | class reversed: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 259) | class slice: method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_16-esp8266/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/esp.py function apa102_write (line 13) | def apa102_write(*args, **kwargs) -> Any: function check_fw (line 17) | def check_fw(*args, **kwargs) -> Any: function deepsleep (line 21) | def deepsleep(*args, **kwargs) -> Any: function dht_readinto (line 25) | def dht_readinto(*args, **kwargs) -> Any: function esf_free_bufs (line 29) | def esf_free_bufs(*args, **kwargs) -> Any: function flash_erase (line 33) | def flash_erase(*args, **kwargs) -> Any: function flash_id (line 37) | def flash_id(*args, **kwargs) -> Any: function flash_read (line 41) | def flash_read(*args, **kwargs) -> Any: function flash_size (line 45) | def flash_size(*args, **kwargs) -> Any: function flash_user_start (line 49) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 53) | def flash_write(*args, **kwargs) -> Any: function free (line 57) | def free(*args, **kwargs) -> Any: function freemem (line 61) | def freemem(*args, **kwargs) -> Any: function info (line 65) | def info(*args, **kwargs) -> Any: function malloc (line 69) | def malloc(*args, **kwargs) -> Any: function meminfo (line 73) | def meminfo(*args, **kwargs) -> Any: function neopixel_write (line 77) | def neopixel_write(*args, **kwargs) -> Any: function osdebug (line 81) | def osdebug(*args, **kwargs) -> Any: function set_native_code_location (line 85) | def set_native_code_location(*args, **kwargs) -> Any: function sleep_type (line 89) | def sleep_type(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/esp.pyi function apa102_write (line 7) | def apa102_write(*args, **kwargs) -> Any: ... function check_fw (line 8) | def check_fw(*args, **kwargs) -> Any: ... function deepsleep (line 9) | def deepsleep(*args, **kwargs) -> Any: ... function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... function esf_free_bufs (line 11) | def esf_free_bufs(*args, **kwargs) -> Any: ... function flash_erase (line 12) | def flash_erase(*args, **kwargs) -> Any: ... function flash_id (line 13) | def flash_id(*args, **kwargs) -> Any: ... function flash_read (line 14) | def flash_read(*args, **kwargs) -> Any: ... function flash_size (line 15) | def flash_size(*args, **kwargs) -> Any: ... function flash_user_start (line 16) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 17) | def flash_write(*args, **kwargs) -> Any: ... function free (line 18) | def free(*args, **kwargs) -> Any: ... function freemem (line 19) | def freemem(*args, **kwargs) -> Any: ... function info (line 20) | def info(*args, **kwargs) -> Any: ... function malloc (line 21) | def malloc(*args, **kwargs) -> Any: ... function meminfo (line 22) | def meminfo(*args, **kwargs) -> Any: ... function neopixel_write (line 23) | def neopixel_write(*args, **kwargs) -> Any: ... function osdebug (line 24) | def osdebug(*args, **kwargs) -> Any: ... function set_native_code_location (line 25) | def set_native_code_location(*args, **kwargs) -> Any: ... function sleep_type (line 26) | def sleep_type(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/flashbdev.py class FlashBdev (line 12) | class FlashBdev: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 19) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 22) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 25) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/flashbdev.pyi class FlashBdev (line 6) | class FlashBdev: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 8) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 9) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 10) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/hashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/hashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/inisetup.py function wifi (line 11) | def wifi(*args, **kwargs) -> Any: function check_bootsec (line 15) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 19) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 23) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/inisetup.pyi function wifi (line 5) | def wifi(*args, **kwargs) -> Any: ... function check_bootsec (line 6) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 7) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 8) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/lwip.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/lwip.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/machine.py class ADC (line 9) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method read_u16 (line 19) | def read_u16(self, *args, **kwargs) -> Any: class I2C (line 28) | class I2C: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: method start (line 38) | def start(self, *args, **kwargs) -> Any: method stop (line 41) | def stop(self, *args, **kwargs) -> Any: method write (line 44) | def write(self, *args, **kwargs) -> Any: method init (line 47) | def init(self, *args, **kwargs) -> Any: method readfrom (line 50) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 53) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 56) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 59) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 62) | def scan(self, *args, **kwargs) -> Any: method writeto (line 65) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 68) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 71) | def writevto(self, *args, **kwargs) -> Any: class PWM (line 75) | class PWM: method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 82) | def deinit(self, *args, **kwargs) -> Any: method duty (line 85) | def duty(self, *args, **kwargs) -> Any: method freq (line 88) | def freq(self, *args, **kwargs) -> Any: method init (line 91) | def init(self, *args, **kwargs) -> Any: class Pin (line 98) | class Pin: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: method value (line 105) | def value(self, *args, **kwargs) -> Any: method init (line 115) | def init(self, *args, **kwargs) -> Any: method irq (line 118) | def irq(self, *args, **kwargs) -> Any: method off (line 121) | def off(self, *args, **kwargs) -> Any: method on (line 124) | def on(self, *args, **kwargs) -> Any: class RTC (line 128) | class RTC: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method alarm (line 137) | def alarm(self, *args, **kwargs) -> Any: method alarm_left (line 140) | def alarm_left(self, *args, **kwargs) -> Any: method datetime (line 143) | def datetime(self, *args, **kwargs) -> Any: method irq (line 146) | def irq(self, *args, **kwargs) -> Any: method memory (line 149) | def memory(self, *args, **kwargs) -> Any: class SPI (line 156) | class SPI: method __init__ (line 159) | def __init__(self, *argv, **kwargs) -> None: method read (line 163) | def read(self, *args, **kwargs) -> Any: method readinto (line 166) | def readinto(self, *args, **kwargs) -> Any: method write (line 169) | def write(self, *args, **kwargs) -> Any: method deinit (line 175) | def deinit(self, *args, **kwargs) -> Any: method init (line 178) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 181) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 185) | class Signal: method __init__ (line 188) | def __init__(self, *argv, **kwargs) -> None: method value (line 192) | def value(self, *args, **kwargs) -> Any: method off (line 195) | def off(self, *args, **kwargs) -> Any: method on (line 198) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 202) | class SoftI2C: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 209) | def readinto(self, *args, **kwargs) -> Any: method start (line 212) | def start(self, *args, **kwargs) -> Any: method stop (line 215) | def stop(self, *args, **kwargs) -> Any: method write (line 218) | def write(self, *args, **kwargs) -> Any: method init (line 221) | def init(self, *args, **kwargs) -> Any: method readfrom (line 224) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 227) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 230) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 233) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 236) | def scan(self, *args, **kwargs) -> Any: method writeto (line 239) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 242) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 245) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 249) | class SoftSPI: method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: method read (line 256) | def read(self, *args, **kwargs) -> Any: method readinto (line 259) | def readinto(self, *args, **kwargs) -> Any: method write (line 262) | def write(self, *args, **kwargs) -> Any: method deinit (line 268) | def deinit(self, *args, **kwargs) -> Any: method init (line 271) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 274) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 278) | class Timer: method __init__ (line 281) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 288) | def deinit(self, *args, **kwargs) -> Any: method init (line 291) | def init(self, *args, **kwargs) -> Any: class UART (line 295) | class UART: method __init__ (line 298) | def __init__(self, *argv, **kwargs) -> None: method any (line 302) | def any(self, *args, **kwargs) -> Any: method read (line 305) | def read(self, *args, **kwargs) -> Any: method readinto (line 308) | def readinto(self, *args, **kwargs) -> Any: method readline (line 311) | def readline(self, *args, **kwargs) -> Any: method write (line 314) | def write(self, *args, **kwargs) -> Any: method init (line 317) | def init(self, *args, **kwargs) -> Any: class WDT (line 321) | class WDT: method __init__ (line 324) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 328) | def deinit(self, *args, **kwargs) -> Any: method feed (line 331) | def feed(self, *args, **kwargs) -> Any: function deepsleep (line 338) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 342) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 346) | def enable_irq(*args, **kwargs) -> Any: function freq (line 350) | def freq(*args, **kwargs) -> Any: function idle (line 354) | def idle(*args, **kwargs) -> Any: function lightsleep (line 358) | def lightsleep(*args, **kwargs) -> Any: function reset (line 367) | def reset(*args, **kwargs) -> Any: function reset_cause (line 371) | def reset_cause(*args, **kwargs) -> Any: function sleep (line 375) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 379) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 383) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 387) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/machine.pyi class ADC (line 3) | class ADC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method read_u16 (line 6) | def read_u16(self, *args, **kwargs) -> Any: ... class I2C (line 12) | class I2C: method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 15) | def start(self, *args, **kwargs) -> Any: ... method stop (line 16) | def stop(self, *args, **kwargs) -> Any: ... method write (line 17) | def write(self, *args, **kwargs) -> Any: ... method init (line 18) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 19) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 20) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 21) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 22) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 24) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 25) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 26) | def writevto(self, *args, **kwargs) -> Any: ... class PWM (line 28) | class PWM: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 30) | def deinit(self, *args, **kwargs) -> Any: ... method duty (line 31) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 32) | def freq(self, *args, **kwargs) -> Any: ... method init (line 33) | def init(self, *args, **kwargs) -> Any: ... class Pin (line 37) | class Pin: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 39) | def value(self, *args, **kwargs) -> Any: ... method init (line 46) | def init(self, *args, **kwargs) -> Any: ... method irq (line 47) | def irq(self, *args, **kwargs) -> Any: ... method off (line 48) | def off(self, *args, **kwargs) -> Any: ... method on (line 49) | def on(self, *args, **kwargs) -> Any: ... class RTC (line 51) | class RTC: method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... method alarm (line 54) | def alarm(self, *args, **kwargs) -> Any: ... method alarm_left (line 55) | def alarm_left(self, *args, **kwargs) -> Any: ... method datetime (line 56) | def datetime(self, *args, **kwargs) -> Any: ... method irq (line 57) | def irq(self, *args, **kwargs) -> Any: ... method memory (line 58) | def memory(self, *args, **kwargs) -> Any: ... class SPI (line 62) | class SPI: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 64) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 65) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 66) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 69) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 70) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 71) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 73) | class Signal: method __init__ (line 74) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 75) | def value(self, *args, **kwargs) -> Any: ... method off (line 76) | def off(self, *args, **kwargs) -> Any: ... method on (line 77) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 79) | class SoftI2C: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 82) | def start(self, *args, **kwargs) -> Any: ... method stop (line 83) | def stop(self, *args, **kwargs) -> Any: ... method write (line 84) | def write(self, *args, **kwargs) -> Any: ... method init (line 85) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 86) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 87) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 88) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 89) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 90) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 91) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 92) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 93) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 95) | class SoftSPI: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 97) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 98) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 99) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 102) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 103) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 104) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 106) | class Timer: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 110) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 111) | def init(self, *args, **kwargs) -> Any: ... class UART (line 113) | class UART: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 115) | def any(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 118) | def readline(self, *args, **kwargs) -> Any: ... method write (line 119) | def write(self, *args, **kwargs) -> Any: ... method init (line 120) | def init(self, *args, **kwargs) -> Any: ... class WDT (line 122) | class WDT: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 124) | def deinit(self, *args, **kwargs) -> Any: ... method feed (line 125) | def feed(self, *args, **kwargs) -> Any: ... function deepsleep (line 129) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 130) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 131) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 132) | def freq(*args, **kwargs) -> Any: ... function idle (line 133) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 134) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 140) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 141) | def reset_cause(*args, **kwargs) -> Any: ... function sleep (line 142) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 143) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 144) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 145) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function asin (line 17) | def asin(*args, **kwargs) -> Any: function atan (line 21) | def atan(*args, **kwargs) -> Any: function atan2 (line 25) | def atan2(*args, **kwargs) -> Any: function ceil (line 29) | def ceil(*args, **kwargs) -> Any: function copysign (line 33) | def copysign(*args, **kwargs) -> Any: function cos (line 37) | def cos(*args, **kwargs) -> Any: function degrees (line 41) | def degrees(*args, **kwargs) -> Any: function exp (line 48) | def exp(*args, **kwargs) -> Any: function fabs (line 52) | def fabs(*args, **kwargs) -> Any: function floor (line 56) | def floor(*args, **kwargs) -> Any: function fmod (line 60) | def fmod(*args, **kwargs) -> Any: function frexp (line 64) | def frexp(*args, **kwargs) -> Any: function isfinite (line 68) | def isfinite(*args, **kwargs) -> Any: function isinf (line 72) | def isinf(*args, **kwargs) -> Any: function isnan (line 76) | def isnan(*args, **kwargs) -> Any: function ldexp (line 80) | def ldexp(*args, **kwargs) -> Any: function log (line 84) | def log(*args, **kwargs) -> Any: function modf (line 88) | def modf(*args, **kwargs) -> Any: function radians (line 95) | def radians(*args, **kwargs) -> Any: function sin (line 99) | def sin(*args, **kwargs) -> Any: function sqrt (line 103) | def sqrt(*args, **kwargs) -> Any: function tan (line 107) | def tan(*args, **kwargs) -> Any: function trunc (line 111) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function asin (line 5) | def asin(*args, **kwargs) -> Any: ... function atan (line 6) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 7) | def atan2(*args, **kwargs) -> Any: ... function ceil (line 8) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 9) | def copysign(*args, **kwargs) -> Any: ... function cos (line 10) | def cos(*args, **kwargs) -> Any: ... function degrees (line 11) | def degrees(*args, **kwargs) -> Any: ... function exp (line 15) | def exp(*args, **kwargs) -> Any: ... function fabs (line 16) | def fabs(*args, **kwargs) -> Any: ... function floor (line 17) | def floor(*args, **kwargs) -> Any: ... function fmod (line 18) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 19) | def frexp(*args, **kwargs) -> Any: ... function isfinite (line 20) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 21) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 22) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 23) | def ldexp(*args, **kwargs) -> Any: ... function log (line 24) | def log(*args, **kwargs) -> Any: ... function modf (line 25) | def modf(*args, **kwargs) -> Any: ... function radians (line 29) | def radians(*args, **kwargs) -> Any: ... function sin (line 30) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 31) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 32) | def tan(*args, **kwargs) -> Any: ... function trunc (line 33) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/neopixel.py function neopixel_write (line 9) | def neopixel_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/neopixel.pyi function neopixel_write (line 3) | def neopixel_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/network.py function WLAN (line 26) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 30) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/network.pyi function WLAN (line 20) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 21) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/random.py function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: function seed (line 13) | def seed(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/random.pyi function getrandbits (line 3) | def getrandbits(*args, **kwargs) -> Any: ... function seed (line 4) | def seed(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/socket.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/socket.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/ssd1306.py function const (line 9) | def const(*args, **kwargs) -> Any: class SSD1306 (line 33) | class SSD1306: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: method blit (line 40) | def blit(self, *args, **kwargs) -> Any: method fill (line 43) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 46) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 49) | def hline(self, *args, **kwargs) -> Any: method invert (line 52) | def invert(self, *args, **kwargs) -> Any: method line (line 55) | def line(self, *args, **kwargs) -> Any: method pixel (line 58) | def pixel(self, *args, **kwargs) -> Any: method rect (line 61) | def rect(self, *args, **kwargs) -> Any: method scroll (line 64) | def scroll(self, *args, **kwargs) -> Any: method text (line 67) | def text(self, *args, **kwargs) -> Any: method vline (line 70) | def vline(self, *args, **kwargs) -> Any: method init_display (line 73) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 76) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 79) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 82) | def contrast(self, *args, **kwargs) -> Any: method rotate (line 85) | def rotate(self, *args, **kwargs) -> Any: method show (line 88) | def show(self, *args, **kwargs) -> Any: class SSD1306_I2C (line 92) | class SSD1306_I2C: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: method blit (line 99) | def blit(self, *args, **kwargs) -> Any: method fill (line 102) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 105) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 108) | def hline(self, *args, **kwargs) -> Any: method invert (line 111) | def invert(self, *args, **kwargs) -> Any: method line (line 114) | def line(self, *args, **kwargs) -> Any: method pixel (line 117) | def pixel(self, *args, **kwargs) -> Any: method rect (line 120) | def rect(self, *args, **kwargs) -> Any: method scroll (line 123) | def scroll(self, *args, **kwargs) -> Any: method text (line 126) | def text(self, *args, **kwargs) -> Any: method vline (line 129) | def vline(self, *args, **kwargs) -> Any: method init_display (line 132) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 135) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 138) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 141) | def contrast(self, *args, **kwargs) -> Any: method rotate (line 144) | def rotate(self, *args, **kwargs) -> Any: method show (line 147) | def show(self, *args, **kwargs) -> Any: method write_cmd (line 150) | def write_cmd(self, *args, **kwargs) -> Any: method write_data (line 153) | def write_data(self, *args, **kwargs) -> Any: class SSD1306_SPI (line 157) | class SSD1306_SPI: method __init__ (line 160) | def __init__(self, *argv, **kwargs) -> None: method blit (line 164) | def blit(self, *args, **kwargs) -> Any: method fill (line 167) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 170) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 173) | def hline(self, *args, **kwargs) -> Any: method invert (line 176) | def invert(self, *args, **kwargs) -> Any: method line (line 179) | def line(self, *args, **kwargs) -> Any: method pixel (line 182) | def pixel(self, *args, **kwargs) -> Any: method rect (line 185) | def rect(self, *args, **kwargs) -> Any: method scroll (line 188) | def scroll(self, *args, **kwargs) -> Any: method text (line 191) | def text(self, *args, **kwargs) -> Any: method vline (line 194) | def vline(self, *args, **kwargs) -> Any: method init_display (line 197) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 200) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 203) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 206) | def contrast(self, *args, **kwargs) -> Any: method rotate (line 209) | def rotate(self, *args, **kwargs) -> Any: method show (line 212) | def show(self, *args, **kwargs) -> Any: method write_cmd (line 215) | def write_cmd(self, *args, **kwargs) -> Any: method write_data (line 218) | def write_data(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/ssd1306.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class SSD1306 (line 24) | class SSD1306: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 26) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 27) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 28) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 29) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 30) | def invert(self, *args, **kwargs) -> Any: ... method line (line 31) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 32) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 33) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 34) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 35) | def text(self, *args, **kwargs) -> Any: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 37) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 38) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 39) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 40) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 42) | def show(self, *args, **kwargs) -> Any: ... class SSD1306_I2C (line 44) | class SSD1306_I2C: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 46) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 47) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 48) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 49) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 50) | def invert(self, *args, **kwargs) -> Any: ... method line (line 51) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 52) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 53) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 54) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 55) | def text(self, *args, **kwargs) -> Any: ... method vline (line 56) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 57) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 58) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 59) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 60) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 61) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 62) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 64) | def write_data(self, *args, **kwargs) -> Any: ... class SSD1306_SPI (line 66) | class SSD1306_SPI: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 68) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 69) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 70) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 71) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 72) | def invert(self, *args, **kwargs) -> Any: ... method line (line 73) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 74) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 75) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 76) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 77) | def text(self, *args, **kwargs) -> Any: ... method vline (line 78) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 79) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 80) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 81) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 82) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 83) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 84) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 85) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 86) | def write_data(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/time.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/time.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 64) | class Event: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: method clear (line 71) | def clear(self, *args, **kwargs) -> Any: method set (line 74) | def set(self, *args, **kwargs) -> Any: method is_set (line 77) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 83) | class Lock: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: method release (line 90) | def release(self, *args, **kwargs) -> Any: method locked (line 93) | def locked(self, *args, **kwargs) -> Any: function ticks (line 99) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 103) | class TimeoutError(Exception): class SingletonGenerator (line 107) | class SingletonGenerator: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 115) | class IOQueue: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: method remove (line 122) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 125) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 128) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 131) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 135) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 139) | def run_until_complete(*args, **kwargs) -> Any: function run (line 143) | def run(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 28) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 33) | def release(self, *args, **kwargs) -> Any: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 60) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 64) | class TimeoutError(Exception): class SingletonGenerator (line 68) | class SingletonGenerator: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 76) | class IOQueue: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method remove (line 83) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 86) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 89) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 92) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 96) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 100) | def run_until_complete(*args, **kwargs) -> Any: function run (line 104) | def run(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method release (line 16) | def release(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function hexlify (line 17) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 21) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function hexlify (line 5) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 6) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method decrypt (line 16) | def decrypt(self, *args, **kwargs) -> Any: method encrypt (line 19) | def encrypt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/ucryptolib.pyi class aes (line 3) | class aes: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method encrypt (line 6) | def encrypt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_16-esp8266/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_16-esp8266/uhashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/uhashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 16) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Any: method log (line 22) | def log(self, *args, **kwargs) -> Any: method set_callback (line 27) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 30) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 33) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 38) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 43) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 48) | def delay(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTException (line 13) | class MQTTException(Exception): class MQTTClient (line 17) | class MQTTClient: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method connect (line 24) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 27) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 33) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 36) | def ping(self, *args, **kwargs) -> Any: method publish (line 39) | def publish(self, *args, **kwargs) -> Any: method subscribe (line 42) | def subscribe(self, *args, **kwargs) -> Any: method wait_msg (line 45) | def wait_msg(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/urandom.py function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: function seed (line 13) | def seed(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/urandom.pyi function getrandbits (line 3) | def getrandbits(*args, **kwargs) -> Any: ... function seed (line 4) | def seed(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: function head (line 17) | def head(*args, **kwargs) -> Any: class Response (line 21) | class Response: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method close (line 28) | def close(self, *args, **kwargs) -> Any: method json (line 33) | def json(self, *args, **kwargs) -> Any: function request (line 39) | def request(*args, **kwargs) -> Any: function post (line 43) | def post(*args, **kwargs) -> Any: function patch (line 47) | def patch(*args, **kwargs) -> Any: function delete (line 51) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... function head (line 5) | def head(*args, **kwargs) -> Any: ... class Response (line 7) | class Response: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 9) | def close(self, *args, **kwargs) -> Any: ... method json (line 11) | def json(self, *args, **kwargs) -> Any: ... function request (line 14) | def request(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/urllib/urequest.py function urlopen (line 9) | def urlopen(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/urllib/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/usocket.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/usocket.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/usys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/usys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/utime.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/utime.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 16) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-esp8266/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-esp8266/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, cb, host, port, backlog): function start_server (line 139) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 149) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 26) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_16-frozen/esp32/GENERIC/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/atom.py class ATOM (line 41) | class ATOM: method __init__ (line 42) | def __init__(self, np_n): method get_button_status (line 46) | def get_button_status(self): method set_button_callback (line 49) | def set_button_callback(self, cb): method set_pixel_color (line 52) | def set_pixel_color(self, num, r, g, b): method get_pixel_color (line 57) | def get_pixel_color(self, num): method set_pixels_color (line 61) | def set_pixels_color(self, r, g, b): class Lite (line 66) | class Lite(ATOM): method __init__ (line 68) | def __init__(self): class Matrix (line 72) | class Matrix(ATOM): method __init__ (line 74) | def __init__(self): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/atom.pyi class ATOM (line 10) | class ATOM: method __init__ (line 13) | def __init__(self, np_n) -> None: ... method get_button_status (line 14) | def get_button_status(self): ... method set_button_callback (line 15) | def set_button_callback(self, cb) -> None: ... method set_pixel_color (line 16) | def set_pixel_color(self, num, r, g, b) -> None: ... method get_pixel_color (line 17) | def get_pixel_color(self, num): ... method set_pixels_color (line 18) | def set_pixels_color(self, r, g, b) -> None: ... class Lite (line 20) | class Lite(ATOM): method __init__ (line 21) | def __init__(self) -> None: ... class Matrix (line 23) | class Matrix(ATOM): method __init__ (line 24) | def __init__(self) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, cb, host, port, backlog): function start_server (line 139) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 149) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 26) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_16-frozen/esp32/M5STACK_ATOM/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, cb, host, port, backlog): function start_server (line 139) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 149) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/uasyncio/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/uasyncio/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/uasyncio/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/uasyncio/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/uasyncio/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/uasyncio/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/uasyncio/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 26) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/umqtt/robust.py class MQTTClient (line 5) | class MQTTClient(simple.MQTTClient): method delay (line 10) | def delay(self, i): method log (line 13) | def log(self, in_reconnect, e): method reconnect (line 20) | def reconnect(self): method publish (line 30) | def publish(self, topic, msg, retain=False, qos=0): method wait_msg (line 38) | def wait_msg(self): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/umqtt/simple.py class MQTTException (line 6) | class MQTTException(Exception): class MQTTClient (line 10) | class MQTTClient: method __init__ (line 11) | def __init__( method _send_str (line 40) | def _send_str(self, s): method _recv_len (line 44) | def _recv_len(self): method set_callback (line 54) | def set_callback(self, f): method set_last_will (line 57) | def set_last_will(self, topic, msg, retain=False, qos=0): method connect (line 65) | def connect(self, clean_session=True): method disconnect (line 113) | def disconnect(self): method ping (line 117) | def ping(self): method publish (line 120) | def publish(self, topic, msg, retain=False, qos=0): method subscribe (line 155) | def subscribe(self, topic, qos=0): method wait_msg (line 178) | def wait_msg(self): method check_msg (line 213) | def check_msg(self): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = ..., qos: int = ...... method connect (line 37) | def connect(self, clean_session: bool = ...): ... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = ...) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/upysh.py class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self): method __call__ (line 10) | def __call__(self, path="."): class PWD (line 21) | class PWD: method __repr__ (line 22) | def __repr__(self): method __call__ (line 25) | def __call__(self): class CLEAR (line 29) | class CLEAR: method __repr__ (line 30) | def __repr__(self): method __call__ (line 33) | def __call__(self): function head (line 48) | def head(f, n=10): function cat (line 57) | def cat(f): function newfile (line 61) | def newfile(path): class Man (line 73) | class Man: method __repr__ (line 74) | def __repr__(self): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self): ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self): ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self): ... method __call__ (line 14) | def __call__(self): ... function head (line 25) | def head(f, n: int = ...) -> None: ... function cat (line 26) | def cat(f) -> None: ... function newfile (line 27) | def newfile(path) -> None: ... class Man (line 29) | class Man: method __repr__ (line 30) | def __repr__(self): ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/urequests.py class Response (line 4) | class Response: method __init__ (line 5) | def __init__(self, f): method close (line 10) | def close(self): method content (line 17) | def content(self): method text (line 27) | def text(self): method json (line 30) | def json(self): function request (line 36) | def request(method, url, data=None, json=None, headers={}, stream=None): function head (line 111) | def head(url, **kw): function get (line 115) | def get(url, **kw): function post (line 119) | def post(url, **kw): function put (line 123) | def put(url, **kw): function patch (line 127) | def patch(url, **kw): function delete (line 131) | def delete(url, **kw): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data: Incomplete | None = ..., json: Incomplete... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_16-frozen/esp32/RELEASE/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/dotstar.py class DotStar (line 40) | class DotStar: method __init__ (line 66) | def __init__(self, spi, n, *, brightness=1.0, auto_write=True, pixel_o... method deinit (line 92) | def deinit(self): method __enter__ (line 102) | def __enter__(self): method __exit__ (line 105) | def __exit__(self, exception_type, exception_value, traceback): method __repr__ (line 108) | def __repr__(self): method _set_item (line 111) | def _set_item(self, index, value): method __setitem__ (line 150) | def __setitem__(self, index, val): method __getitem__ (line 168) | def __getitem__(self, index): method __len__ (line 181) | def __len__(self): method brightness (line 185) | def brightness(self): method brightness (line 190) | def brightness(self, brightness): method fill (line 195) | def fill(self, color): method show (line 205) | def show(self): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/dotstar.pyi class DotStar (line 12) | class DotStar: method __init__ (line 21) | def __init__(self, spi, n, *, brightness: float = ..., auto_write: boo... method deinit (line 22) | def deinit(self) -> None: ... method __enter__ (line 23) | def __enter__(self): ... method __exit__ (line 24) | def __exit__(self, exception_type, exception_value, traceback) -> None... method __repr__ (line 25) | def __repr__(self): ... method _set_item (line 26) | def _set_item(self, index, value) -> None: ... method __setitem__ (line 27) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 28) | def __getitem__(self, index): ... method __len__ (line 29) | def __len__(self): ... method brightness (line 31) | def brightness(self): ... method brightness (line 33) | def brightness(self, brightness) -> None: ... method fill (line 34) | def fill(self, color) -> None: ... method show (line 35) | def show(self) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/feathers2.py function set_led (line 43) | def set_led(state): function toggle_led (line 48) | def toggle_led(state): function get_amb_light (line 54) | def get_amb_light(): function set_ldo2_power (line 64) | def set_ldo2_power(state): function dotstar_color_wheel (line 82) | def dotstar_color_wheel(wheel_pos): function go_deepsleep (line 98) | def go_deepsleep(t): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/feathers2.pyi function set_led (line 17) | def set_led(state) -> None: ... function toggle_led (line 18) | def toggle_led(state) -> None: ... function get_amb_light (line 19) | def get_amb_light(): ... function set_ldo2_power (line 20) | def set_ldo2_power(state) -> None: ... function dotstar_color_wheel (line 21) | def dotstar_color_wheel(wheel_pos): ... function go_deepsleep (line 22) | def go_deepsleep(t) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, cb, host, port, backlog): function start_server (line 139) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 149) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 26) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_16-frozen/esp32/UM_FEATHERS2/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/dotstar.py class DotStar (line 40) | class DotStar: method __init__ (line 66) | def __init__(self, spi, n, *, brightness=1.0, auto_write=True, pixel_o... method deinit (line 92) | def deinit(self): method __enter__ (line 102) | def __enter__(self): method __exit__ (line 105) | def __exit__(self, exception_type, exception_value, traceback): method __repr__ (line 108) | def __repr__(self): method _set_item (line 111) | def _set_item(self, index, value): method __setitem__ (line 150) | def __setitem__(self, index, val): method __getitem__ (line 168) | def __getitem__(self, index): method __len__ (line 181) | def __len__(self): method brightness (line 185) | def brightness(self): method brightness (line 190) | def brightness(self, brightness): method fill (line 195) | def fill(self, color): method show (line 205) | def show(self): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/dotstar.pyi class DotStar (line 12) | class DotStar: method __init__ (line 21) | def __init__(self, spi, n, *, brightness: float = ..., auto_write: boo... method deinit (line 22) | def deinit(self) -> None: ... method __enter__ (line 23) | def __enter__(self): ... method __exit__ (line 24) | def __exit__(self, exception_type, exception_value, traceback) -> None... method __repr__ (line 25) | def __repr__(self): ... method _set_item (line 26) | def _set_item(self, index, value) -> None: ... method __setitem__ (line 27) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 28) | def __getitem__(self, index): ... method __len__ (line 29) | def __len__(self): ... method brightness (line 31) | def brightness(self): ... method brightness (line 33) | def brightness(self, brightness) -> None: ... method fill (line 34) | def fill(self, color) -> None: ... method show (line 35) | def show(self) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/tinypico.py function get_battery_voltage (line 45) | def get_battery_voltage(): function get_battery_charging (line 60) | def get_battery_charging(): function set_dotstar_power (line 80) | def set_dotstar_power(state): function dotstar_color_wheel (line 97) | def dotstar_color_wheel(wheel_pos): function go_deepsleep (line 113) | def go_deepsleep(t): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/tinypico.pyi function get_battery_voltage (line 17) | def get_battery_voltage(): ... function get_battery_charging (line 18) | def get_battery_charging(): ... function set_dotstar_power (line 19) | def set_dotstar_power(state) -> None: ... function dotstar_color_wheel (line 20) | def dotstar_color_wheel(wheel_pos): ... function go_deepsleep (line 21) | def go_deepsleep(t) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, cb, host, port, backlog): function start_server (line 139) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 149) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 26) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYPICO/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/tinys2.py function set_pixel_power (line 40) | def set_pixel_power(state): function get_battery_voltage (line 45) | def get_battery_voltage(): function get_vbus_present (line 57) | def get_vbus_present(): function rgb_color_wheel (line 63) | def rgb_color_wheel(wheel_pos): function go_deepsleep (line 79) | def go_deepsleep(t): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/tinys2.pyi function set_pixel_power (line 16) | def set_pixel_power(state) -> None: ... function get_battery_voltage (line 17) | def get_battery_voltage(): ... function get_vbus_present (line 18) | def get_vbus_present(): ... function rgb_color_wheel (line 19) | def rgb_color_wheel(wheel_pos): ... function go_deepsleep (line 20) | def go_deepsleep(t) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, cb, host, port, backlog): function start_server (line 139) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 149) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 26) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_16-frozen/esp32/UM_TINYS2/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/apa102.py class APA102 (line 8) | class APA102(NeoPixel): method __init__ (line 11) | def __init__(self, clock_pin, data_pin, n, bpp=4): method write (line 16) | def write(self): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = ...) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/flashbdev.py class FlashBdev (line 4) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks): method readblocks (line 11) | def readblocks(self, n, buf, off=0): method writeblocks (line 15) | def writeblocks(self, n, buf, off=None): method ioctl (line 23) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/flashbdev.pyi class FlashBdev (line 3) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks) -> None: ... method readblocks (line 8) | def readblocks(self, n, buf, off: int = ...) -> None: ... method writeblocks (line 9) | def writeblocks(self, n, buf, off: Incomplete | None = ...) -> None: ... method ioctl (line 10) | def ioctl(self, op, arg): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/inisetup.py function wifi (line 6) | def wifi(): function check_bootsec (line 14) | def check_bootsec(): function fs_corrupted (line 27) | def fs_corrupted(): function setup (line 43) | def setup(): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/inisetup.pyi function wifi (line 1) | def wifi() -> None: ... function check_bootsec (line 2) | def check_bootsec(): ... function fs_corrupted (line 3) | def fs_corrupted() -> None: ... function setup (line 4) | def setup(): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/port_diag.py function main (line 7) | def main(): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/ssd1306.py class SSD1306 (line 29) | class SSD1306(framebuf.FrameBuffer): method __init__ (line 30) | def __init__(self, width, height, external_vcc): method init_display (line 39) | def init_display(self): method poweroff (line 78) | def poweroff(self): method poweron (line 81) | def poweron(self): method contrast (line 84) | def contrast(self, contrast): method invert (line 88) | def invert(self, invert): method rotate (line 91) | def rotate(self, rotate): method show (line 95) | def show(self): class SSD1306_I2C (line 112) | class SSD1306_I2C(SSD1306): method __init__ (line 113) | def __init__(self, width, height, i2c, addr=0x3C, external_vcc=False): method write_cmd (line 120) | def write_cmd(self, cmd): method write_data (line 125) | def write_data(self, buf): class SSD1306_SPI (line 130) | class SSD1306_SPI(SSD1306): method __init__ (line 131) | def __init__(self, width, height, spi, dc, res, cs, external_vcc=False): method write_cmd (line 149) | def write_cmd(self, cmd): method write_data (line 157) | def write_data(self, buf): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/ssd1306.pyi class SSD1306 (line 23) | class SSD1306(framebuf.FrameBuffer): method __init__ (line 29) | def __init__(self, width, height, external_vcc) -> None: ... method init_display (line 30) | def init_display(self) -> None: ... method poweroff (line 31) | def poweroff(self) -> None: ... method poweron (line 32) | def poweron(self) -> None: ... method contrast (line 33) | def contrast(self, contrast) -> None: ... method invert (line 34) | def invert(self, invert) -> None: ... method rotate (line 35) | def rotate(self, rotate) -> None: ... method show (line 36) | def show(self) -> None: ... class SSD1306_I2C (line 38) | class SSD1306_I2C(SSD1306): method __init__ (line 43) | def __init__(self, width, height, i2c, addr: int = ..., external_vcc: ... method write_cmd (line 44) | def write_cmd(self, cmd) -> None: ... method write_data (line 45) | def write_data(self, buf) -> None: ... class SSD1306_SPI (line 47) | class SSD1306_SPI(SSD1306): method __init__ (line 53) | def __init__(self, width, height, spi, dc, res, cs, external_vcc: bool... method write_cmd (line 54) | def write_cmd(self, cmd) -> None: ... method write_data (line 55) | def write_data(self, buf) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, cb, host, port, backlog): function start_server (line 139) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 149) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/uasyncio/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/uasyncio/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/uasyncio/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/uasyncio/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/uasyncio/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/uasyncio/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/uasyncio/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 26) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/umqtt/robust.py class MQTTClient (line 5) | class MQTTClient(simple.MQTTClient): method delay (line 10) | def delay(self, i): method log (line 13) | def log(self, in_reconnect, e): method reconnect (line 20) | def reconnect(self): method publish (line 30) | def publish(self, topic, msg, retain=False, qos=0): method wait_msg (line 38) | def wait_msg(self): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/umqtt/simple.py class MQTTException (line 6) | class MQTTException(Exception): class MQTTClient (line 10) | class MQTTClient: method __init__ (line 11) | def __init__( method _send_str (line 40) | def _send_str(self, s): method _recv_len (line 44) | def _recv_len(self): method set_callback (line 54) | def set_callback(self, f): method set_last_will (line 57) | def set_last_will(self, topic, msg, retain=False, qos=0): method connect (line 65) | def connect(self, clean_session=True): method disconnect (line 113) | def disconnect(self): method ping (line 117) | def ping(self): method publish (line 120) | def publish(self, topic, msg, retain=False, qos=0): method subscribe (line 155) | def subscribe(self, topic, qos=0): method wait_msg (line 178) | def wait_msg(self): method check_msg (line 213) | def check_msg(self): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/umqtt/simple.pyi class MQTTException (line 4) | class MQTTException(Exception): ... class MQTTClient (line 6) | class MQTTClient: method __init__ (line 22) | def __init__( method _send_str (line 33) | def _send_str(self, s) -> None: ... method _recv_len (line 34) | def _recv_len(self): ... method set_callback (line 35) | def set_callback(self, f) -> None: ... method set_last_will (line 36) | def set_last_will(self, topic, msg, retain: bool = ..., qos: int = ...... method connect (line 37) | def connect(self, clean_session: bool = ...): ... method disconnect (line 38) | def disconnect(self) -> None: ... method ping (line 39) | def ping(self) -> None: ... method publish (line 40) | def publish(self, topic, msg, retain: bool = ..., qos: int = ...) -> N... method subscribe (line 41) | def subscribe(self, topic, qos: int = ...) -> None: ... method wait_msg (line 42) | def wait_msg(self): ... method check_msg (line 43) | def check_msg(self): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/upysh.py class LS (line 5) | class LS: method __repr__ (line 6) | def __repr__(self): method __call__ (line 10) | def __call__(self, path="."): class PWD (line 21) | class PWD: method __repr__ (line 22) | def __repr__(self): method __call__ (line 25) | def __call__(self): class CLEAR (line 29) | class CLEAR: method __repr__ (line 30) | def __repr__(self): method __call__ (line 33) | def __call__(self): function head (line 48) | def head(f, n=10): function cat (line 57) | def cat(f): function newfile (line 61) | def newfile(path): class Man (line 73) | class Man: method __repr__ (line 74) | def __repr__(self): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/upysh.pyi class LS (line 4) | class LS: method __repr__ (line 5) | def __repr__(self): ... method __call__ (line 6) | def __call__(self, path: str = ...) -> None: ... class PWD (line 8) | class PWD: method __repr__ (line 9) | def __repr__(self): ... method __call__ (line 10) | def __call__(self): ... class CLEAR (line 12) | class CLEAR: method __repr__ (line 13) | def __repr__(self): ... method __call__ (line 14) | def __call__(self): ... function head (line 25) | def head(f, n: int = ...) -> None: ... function cat (line 26) | def cat(f) -> None: ... function newfile (line 27) | def newfile(path) -> None: ... class Man (line 29) | class Man: method __repr__ (line 30) | def __repr__(self): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/urequests.py class Response (line 4) | class Response: method __init__ (line 5) | def __init__(self, f): method close (line 10) | def close(self): method content (line 17) | def content(self): method text (line 27) | def text(self): method json (line 30) | def json(self): function request (line 36) | def request(method, url, data=None, json=None, headers={}, stream=None): function head (line 111) | def head(url, **kw): function get (line 115) | def get(url, **kw): function post (line 119) | def post(url, **kw): function put (line 123) | def put(url, **kw): function patch (line 127) | def patch(url, **kw): function delete (line 131) | def delete(url, **kw): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/urequests.pyi class Response (line 3) | class Response: method __init__ (line 7) | def __init__(self, f) -> None: ... method close (line 8) | def close(self) -> None: ... method content (line 10) | def content(self): ... method text (line 12) | def text(self): ... method json (line 13) | def json(self): ... function request (line 15) | def request(method, url, data: Incomplete | None = ..., json: Incomplete... function head (line 16) | def head(url, **kw): ... function get (line 17) | def get(url, **kw): ... function post (line 18) | def post(url, **kw): ... function put (line 19) | def put(url, **kw): ... function patch (line 20) | def patch(url, **kw): ... function delete (line 21) | def delete(url, **kw): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/urllib/urequest.py function urlopen (line 4) | def urlopen(url, data=None, method="GET"): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/urllib/urequest.pyi function urlopen (line 3) | def urlopen(url, data: Incomplete | None = ..., method: str = ...): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/apa102.py class APA102 (line 8) | class APA102(NeoPixel): method __init__ (line 11) | def __init__(self, clock_pin, data_pin, n, bpp=4): method write (line 16) | def write(self): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/apa102.pyi class APA102 (line 4) | class APA102(NeoPixel): method __init__ (line 7) | def __init__(self, clock_pin, data_pin, n, bpp: int = ...) -> None: ... method write (line 8) | def write(self) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp=3, timing=1): method __setitem__ (line 18) | def __setitem__(self, index, val): method __getitem__ (line 23) | def __getitem__(self, index): method fill (line 27) | def fill(self, color): method write (line 31) | def write(self): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __setitem__ (line 11) | def __setitem__(self, index, val) -> None: ... method __getitem__ (line 12) | def __getitem__(self, index): ... method fill (line 13) | def fill(self, color) -> None: ... method write (line 14) | def write(self) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/port_diag.py function main (line 7) | def main(): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/port_diag.pyi function main (line 1) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_16-frozen/esp8266/GENERIC_512K/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, cb, host, port, backlog): function start_server (line 139) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 149) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_16-frozen/mimxrt/GENERIC/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 26) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/rp2.py class PIOASMError (line 18) | class PIOASMError(Exception): class PIOASMEmit (line 22) | class PIOASMEmit: method __init__ (line 23) | def __init__( method start_pass (line 63) | def start_pass(self, pass_): method __getitem__ (line 78) | def __getitem__(self, key): method delay (line 81) | def delay(self, delay): method side (line 88) | def side(self, value): method wrap_target (line 95) | def wrap_target(self): method wrap (line 98) | def wrap(self): method label (line 103) | def label(self, label): method word (line 109) | def word(self, instr, label=None): method nop (line 121) | def nop(self): method jmp (line 124) | def jmp(self, cond, label=None): method wait (line 130) | def wait(self, polarity, src, index): method in_ (line 137) | def in_(self, src, data): method out (line 142) | def out(self, dest, data): method push (line 149) | def push(self, value=0, value2=0): method pull (line 155) | def pull(self, value=0, value2=0): method mov (line 161) | def mov(self, dest, src): method irq (line 166) | def irq(self, mod, index=None): method set (line 172) | def set(self, dest, data): function asm_pio (line 231) | def asm_pio(**kw): function asm_pio_encode (line 272) | def asm_pio_encode(instr, sideset_count): FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/rp2.pyi class PIOASMError (line 14) | class PIOASMError(Exception): ... class PIOASMEmit (line 16) | class PIOASMEmit: method __init__ (line 21) | def __init__( method start_pass (line 40) | def start_pass(self, pass_) -> None: ... method __getitem__ (line 41) | def __getitem__(self, key): ... method delay (line 42) | def delay(self, delay): ... method side (line 43) | def side(self, value): ... method wrap_target (line 44) | def wrap_target(self) -> None: ... method wrap (line 45) | def wrap(self) -> None: ... method label (line 46) | def label(self, label) -> None: ... method word (line 47) | def word(self, instr, label: Incomplete | None = ...): ... method nop (line 48) | def nop(self): ... method jmp (line 49) | def jmp(self, cond, label: Incomplete | None = ...): ... method wait (line 50) | def wait(self, polarity, src, index): ... method in_ (line 51) | def in_(self, src, data): ... method out (line 52) | def out(self, dest, data): ... method push (line 53) | def push(self, value: int = ..., value2: int = ...): ... method pull (line 54) | def pull(self, value: int = ..., value2: int = ...): ... method mov (line 55) | def mov(self, dest, src): ... method irq (line 56) | def irq(self, mod, index: Incomplete | None = ...): ... method set (line 57) | def set(self, dest, data): ... function asm_pio (line 61) | def asm_pio(**kw): ... function asm_pio_encode (line 62) | def asm_pio_encode(instr, sideset_count): ... FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, cb, host, port, backlog): function start_server (line 139) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 149) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_16-frozen/rp2/GENERIC/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 26) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 326) | def write(self, s): method set_pen (line 332) | def set_pen(self, line, fill): method erase (line 335) | def erase(self): method dot (line 338) | def dot(self, x, y): method rect (line 342) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 371) | def rect_outline(self, x, y, w, h): method rect_interior (line 374) | def rect_interior(self, x, y, w, h): method line (line 377) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 386) | def dot_no_clip(self, x, y): method rect_no_clip (line 389) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 392) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 395) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 398) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 401) | def poly_dot(self, data): method poly_line (line 407) | def poly_line(self, data): method touch_config (line 415) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 418) | def is_touched(self): method get_touch (line 424) | def get_touch(self): method set_spi_win (line 432) | def set_spi_win(self, x, y, w, h): method fast_spi (line 436) | def fast_spi(self, flush=True): method show_framebuf (line 442) | def show_framebuf(self, buf): method set_scroll (line 445) | def set_scroll(self, on): method set_scroll_win (line 448) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 452) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 455) | def set_scroll_buf(self, s): method jpeg_start (line 462) | def jpeg_start(self, l): method jpeg_data (line 468) | def jpeg_data(self, buf): method jpeg (line 471) | def jpeg(self, buf): method feed_wdt (line 475) | def feed_wdt(self): method reset (line 478) | def reset(self): FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/lcd160cr.pyi class LCD160CR (line 12) | class LCD160CR: method __init__ (line 22) | def __init__( method _send (line 31) | def _send(self, cmd) -> None: ... method _fcmd2 (line 32) | def _fcmd2(self, fmt, a0, a1: int = ..., a2: int = ...) -> None: ... method _fcmd2b (line 33) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4: int = ...) -> None: ... method _waitfor (line 34) | def _waitfor(self, n, buf) -> None: ... method oflush (line 35) | def oflush(self, n: int = ...) -> None: ... method iflush (line 36) | def iflush(self) -> None: ... method rgb (line 38) | def rgb(r, g, b): ... method clip_line (line 40) | def clip_line(c, w, h): ... method set_power (line 41) | def set_power(self, on) -> None: ... method set_orient (line 44) | def set_orient(self, orient) -> None: ... method set_brightness (line 45) | def set_brightness(self, value) -> None: ... method set_i2c_addr (line 46) | def set_i2c_addr(self, addr) -> None: ... method set_uart_baudrate (line 47) | def set_uart_baudrate(self, baudrate) -> None: ... method set_startup_deco (line 48) | def set_startup_deco(self, value) -> None: ... method save_to_flash (line 49) | def save_to_flash(self) -> None: ... method set_pixel (line 50) | def set_pixel(self, x, y, c) -> None: ... method get_pixel (line 51) | def get_pixel(self, x, y): ... method get_line (line 52) | def get_line(self, x, y, buf) -> None: ... method screen_dump (line 53) | def screen_dump(self, buf, x: int = ..., y: int = ..., w: Incomplete |... method screen_load (line 54) | def screen_load(self, buf) -> None: ... method set_pos (line 55) | def set_pos(self, x, y) -> None: ... method set_text_color (line 56) | def set_text_color(self, fg, bg) -> None: ... method set_font (line 57) | def set_font(self, font, scale: int = ..., bold: int = ..., trans: int... method write (line 58) | def write(self, s) -> None: ... method set_pen (line 59) | def set_pen(self, line, fill) -> None: ... method erase (line 60) | def erase(self) -> None: ... method dot (line 61) | def dot(self, x, y) -> None: ... method rect (line 62) | def rect(self, x, y, w, h, cmd: int = ...) -> None: ... method rect_outline (line 63) | def rect_outline(self, x, y, w, h) -> None: ... method rect_interior (line 64) | def rect_interior(self, x, y, w, h) -> None: ... method line (line 65) | def line(self, x1, y1, x2, y2) -> None: ... method dot_no_clip (line 66) | def dot_no_clip(self, x, y) -> None: ... method rect_no_clip (line 67) | def rect_no_clip(self, x, y, w, h) -> None: ... method rect_outline_no_clip (line 68) | def rect_outline_no_clip(self, x, y, w, h) -> None: ... method rect_interior_no_clip (line 69) | def rect_interior_no_clip(self, x, y, w, h) -> None: ... method line_no_clip (line 70) | def line_no_clip(self, x1, y1, x2, y2) -> None: ... method poly_dot (line 71) | def poly_dot(self, data) -> None: ... method poly_line (line 72) | def poly_line(self, data) -> None: ... method touch_config (line 73) | def touch_config(self, calib: bool = ..., save: bool = ..., irq: Incom... method is_touched (line 74) | def is_touched(self): ... method get_touch (line 75) | def get_touch(self): ... method set_spi_win (line 76) | def set_spi_win(self, x, y, w, h) -> None: ... method fast_spi (line 77) | def fast_spi(self, flush: bool = ...): ... method show_framebuf (line 78) | def show_framebuf(self, buf) -> None: ... method set_scroll (line 79) | def set_scroll(self, on) -> None: ... method set_scroll_win (line 80) | def set_scroll_win( method set_scroll_win_param (line 83) | def set_scroll_win_param(self, win, param, value) -> None: ... method set_scroll_buf (line 84) | def set_scroll_buf(self, s) -> None: ... method jpeg_start (line 85) | def jpeg_start(self, l) -> None: ... method jpeg_data (line 86) | def jpeg_data(self, buf) -> None: ... method jpeg (line 87) | def jpeg(self, buf) -> None: ... method feed_wdt (line 88) | def feed_wdt(self) -> None: ... method reset (line 89) | def reset(self) -> None: ... FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, cb, host, port, backlog): function start_server (line 139) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 149) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_16-frozen/stm32/GENERIC/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 26) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 326) | def write(self, s): method set_pen (line 332) | def set_pen(self, line, fill): method erase (line 335) | def erase(self): method dot (line 338) | def dot(self, x, y): method rect (line 342) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 371) | def rect_outline(self, x, y, w, h): method rect_interior (line 374) | def rect_interior(self, x, y, w, h): method line (line 377) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 386) | def dot_no_clip(self, x, y): method rect_no_clip (line 389) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 392) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 395) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 398) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 401) | def poly_dot(self, data): method poly_line (line 407) | def poly_line(self, data): method touch_config (line 415) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 418) | def is_touched(self): method get_touch (line 424) | def get_touch(self): method set_spi_win (line 432) | def set_spi_win(self, x, y, w, h): method fast_spi (line 436) | def fast_spi(self, flush=True): method show_framebuf (line 442) | def show_framebuf(self, buf): method set_scroll (line 445) | def set_scroll(self, on): method set_scroll_win (line 448) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 452) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 455) | def set_scroll_buf(self, s): method jpeg_start (line 462) | def jpeg_start(self, l): method jpeg_data (line 468) | def jpeg_data(self, buf): method jpeg (line 471) | def jpeg(self, buf): method feed_wdt (line 475) | def feed_wdt(self): method reset (line 478) | def reset(self): FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/lcd160cr.pyi class LCD160CR (line 12) | class LCD160CR: method __init__ (line 22) | def __init__( method _send (line 31) | def _send(self, cmd) -> None: ... method _fcmd2 (line 32) | def _fcmd2(self, fmt, a0, a1: int = ..., a2: int = ...) -> None: ... method _fcmd2b (line 33) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4: int = ...) -> None: ... method _waitfor (line 34) | def _waitfor(self, n, buf) -> None: ... method oflush (line 35) | def oflush(self, n: int = ...) -> None: ... method iflush (line 36) | def iflush(self) -> None: ... method rgb (line 38) | def rgb(r, g, b): ... method clip_line (line 40) | def clip_line(c, w, h): ... method set_power (line 41) | def set_power(self, on) -> None: ... method set_orient (line 44) | def set_orient(self, orient) -> None: ... method set_brightness (line 45) | def set_brightness(self, value) -> None: ... method set_i2c_addr (line 46) | def set_i2c_addr(self, addr) -> None: ... method set_uart_baudrate (line 47) | def set_uart_baudrate(self, baudrate) -> None: ... method set_startup_deco (line 48) | def set_startup_deco(self, value) -> None: ... method save_to_flash (line 49) | def save_to_flash(self) -> None: ... method set_pixel (line 50) | def set_pixel(self, x, y, c) -> None: ... method get_pixel (line 51) | def get_pixel(self, x, y): ... method get_line (line 52) | def get_line(self, x, y, buf) -> None: ... method screen_dump (line 53) | def screen_dump(self, buf, x: int = ..., y: int = ..., w: Incomplete |... method screen_load (line 54) | def screen_load(self, buf) -> None: ... method set_pos (line 55) | def set_pos(self, x, y) -> None: ... method set_text_color (line 56) | def set_text_color(self, fg, bg) -> None: ... method set_font (line 57) | def set_font(self, font, scale: int = ..., bold: int = ..., trans: int... method write (line 58) | def write(self, s) -> None: ... method set_pen (line 59) | def set_pen(self, line, fill) -> None: ... method erase (line 60) | def erase(self) -> None: ... method dot (line 61) | def dot(self, x, y) -> None: ... method rect (line 62) | def rect(self, x, y, w, h, cmd: int = ...) -> None: ... method rect_outline (line 63) | def rect_outline(self, x, y, w, h) -> None: ... method rect_interior (line 64) | def rect_interior(self, x, y, w, h) -> None: ... method line (line 65) | def line(self, x1, y1, x2, y2) -> None: ... method dot_no_clip (line 66) | def dot_no_clip(self, x, y) -> None: ... method rect_no_clip (line 67) | def rect_no_clip(self, x, y, w, h) -> None: ... method rect_outline_no_clip (line 68) | def rect_outline_no_clip(self, x, y, w, h) -> None: ... method rect_interior_no_clip (line 69) | def rect_interior_no_clip(self, x, y, w, h) -> None: ... method line_no_clip (line 70) | def line_no_clip(self, x1, y1, x2, y2) -> None: ... method poly_dot (line 71) | def poly_dot(self, data) -> None: ... method poly_line (line 72) | def poly_line(self, data) -> None: ... method touch_config (line 73) | def touch_config(self, calib: bool = ..., save: bool = ..., irq: Incom... method is_touched (line 74) | def is_touched(self): ... method get_touch (line 75) | def get_touch(self): ... method set_spi_win (line 76) | def set_spi_win(self, x, y, w, h) -> None: ... method fast_spi (line 77) | def fast_spi(self, flush: bool = ...): ... method show_framebuf (line 78) | def show_framebuf(self, buf) -> None: ... method set_scroll (line 79) | def set_scroll(self, on) -> None: ... method set_scroll_win (line 80) | def set_scroll_win( method set_scroll_win_param (line 83) | def set_scroll_win_param(self, win, param, value) -> None: ... method set_scroll_buf (line 84) | def set_scroll_buf(self, s) -> None: ... method jpeg_start (line 85) | def jpeg_start(self, l) -> None: ... method jpeg_data (line 86) | def jpeg_data(self, buf) -> None: ... method jpeg (line 87) | def jpeg(self, buf) -> None: ... method feed_wdt (line 88) | def feed_wdt(self) -> None: ... method reset (line 89) | def reset(self) -> None: ... FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/uasyncio/funcs.pyi function wait_for (line 3) | async def wait_for(aw, timeout, sleep=...): ... function wait_for_ms (line 4) | def wait_for_ms(aw, timeout): ... function gather (line 5) | async def gather(*aws, return_exceptions: bool = ...): ... FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, cb, host, port, backlog): function start_server (line 139) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 149) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, cb, host, port, backlog) -> Generator[Incomplet... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 26) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_16-frozen/stm32/PYBD_SF2/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_16-pyboard/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method center (line 218) | def center(self, *args, **kwargs) -> Any: method decode (line 221) | def decode(self, *args, **kwargs) -> Any: method partition (line 224) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 227) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 230) | def splitlines(self, *args, **kwargs) -> Any: function callable (line 234) | def callable(*args, **kwargs) -> Any: function chr (line 238) | def chr(*args, **kwargs) -> Any: class dict (line 242) | class dict: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: method clear (line 249) | def clear(self, *args, **kwargs) -> Any: method copy (line 252) | def copy(self, *args, **kwargs) -> Any: method get (line 255) | def get(self, *args, **kwargs) -> Any: method items (line 258) | def items(self, *args, **kwargs) -> Any: method keys (line 261) | def keys(self, *args, **kwargs) -> Any: method pop (line 264) | def pop(self, *args, **kwargs) -> Any: method popitem (line 267) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 270) | def setdefault(self, *args, **kwargs) -> Any: method update (line 273) | def update(self, *args, **kwargs) -> Any: method values (line 276) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 280) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 284) | def dir(*args, **kwargs) -> Any: function divmod (line 288) | def divmod(*args, **kwargs) -> Any: function eval (line 292) | def eval(*args, **kwargs) -> Any: function exec (line 296) | def exec(*args, **kwargs) -> Any: function getattr (line 300) | def getattr(*args, **kwargs) -> Any: function globals (line 304) | def globals(*args, **kwargs) -> Any: function hasattr (line 308) | def hasattr(*args, **kwargs) -> Any: function hash (line 312) | def hash(*args, **kwargs) -> Any: function id (line 316) | def id(*args, **kwargs) -> Any: class int (line 320) | class int: method __init__ (line 323) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 328) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 331) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 335) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 339) | def issubclass(*args, **kwargs) -> Any: function iter (line 343) | def iter(*args, **kwargs) -> Any: function len (line 347) | def len(*args, **kwargs) -> Any: class list (line 351) | class list: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: method append (line 358) | def append(self, *args, **kwargs) -> Any: method clear (line 361) | def clear(self, *args, **kwargs) -> Any: method copy (line 364) | def copy(self, *args, **kwargs) -> Any: method count (line 367) | def count(self, *args, **kwargs) -> Any: method extend (line 370) | def extend(self, *args, **kwargs) -> Any: method index (line 373) | def index(self, *args, **kwargs) -> Any: method insert (line 376) | def insert(self, *args, **kwargs) -> Any: method pop (line 379) | def pop(self, *args, **kwargs) -> Any: method remove (line 382) | def remove(self, *args, **kwargs) -> Any: method reverse (line 385) | def reverse(self, *args, **kwargs) -> Any: method sort (line 388) | def sort(self, *args, **kwargs) -> Any: function locals (line 392) | def locals(*args, **kwargs) -> Any: class map (line 396) | class map: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function next (line 404) | def next(*args, **kwargs) -> Any: class object (line 408) | class object: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: function open (line 416) | def open(*args, **kwargs) -> Any: function ord (line 420) | def ord(*args, **kwargs) -> Any: function pow (line 424) | def pow(*args, **kwargs) -> Any: function print (line 428) | def print(*args, **kwargs) -> Any: class range (line 432) | class range: method __init__ (line 435) | def __init__(self, *argv, **kwargs) -> None: function repr (line 440) | def repr(*args, **kwargs) -> Any: function round (line 444) | def round(*args, **kwargs) -> Any: class set (line 448) | class set: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: method clear (line 455) | def clear(self, *args, **kwargs) -> Any: method copy (line 458) | def copy(self, *args, **kwargs) -> Any: method pop (line 461) | def pop(self, *args, **kwargs) -> Any: method remove (line 464) | def remove(self, *args, **kwargs) -> Any: method update (line 467) | def update(self, *args, **kwargs) -> Any: method add (line 470) | def add(self, *args, **kwargs) -> Any: method difference (line 473) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 476) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 479) | def discard(self, *args, **kwargs) -> Any: method intersection (line 482) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 485) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 488) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 491) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 494) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 497) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 500) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 503) | def union(self, *args, **kwargs) -> Any: function setattr (line 507) | def setattr(*args, **kwargs) -> Any: function sorted (line 511) | def sorted(*args, **kwargs) -> Any: class str (line 515) | class str: method __init__ (line 518) | def __init__(self, *argv, **kwargs) -> None: method count (line 522) | def count(self, *args, **kwargs) -> Any: method endswith (line 525) | def endswith(self, *args, **kwargs) -> Any: method find (line 528) | def find(self, *args, **kwargs) -> Any: method format (line 531) | def format(self, *args, **kwargs) -> Any: method index (line 534) | def index(self, *args, **kwargs) -> Any: method isalpha (line 537) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 540) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 543) | def islower(self, *args, **kwargs) -> Any: method isspace (line 546) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 549) | def isupper(self, *args, **kwargs) -> Any: method join (line 552) | def join(self, *args, **kwargs) -> Any: method lower (line 555) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 558) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 561) | def replace(self, *args, **kwargs) -> Any: method rfind (line 564) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 567) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 570) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 573) | def rstrip(self, *args, **kwargs) -> Any: method split (line 576) | def split(self, *args, **kwargs) -> Any: method startswith (line 579) | def startswith(self, *args, **kwargs) -> Any: method strip (line 582) | def strip(self, *args, **kwargs) -> Any: method upper (line 585) | def upper(self, *args, **kwargs) -> Any: method center (line 588) | def center(self, *args, **kwargs) -> Any: method encode (line 591) | def encode(self, *args, **kwargs) -> Any: method partition (line 594) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 597) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 600) | def splitlines(self, *args, **kwargs) -> Any: function sum (line 604) | def sum(*args, **kwargs) -> Any: class super (line 608) | class super: method __init__ (line 611) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 616) | class tuple: method __init__ (line 619) | def __init__(self, *argv, **kwargs) -> None: method count (line 623) | def count(self, *args, **kwargs) -> Any: method index (line 626) | def index(self, *args, **kwargs) -> Any: class type (line 630) | class type: method __init__ (line 633) | def __init__(self, *argv, **kwargs) -> None: class zip (line 638) | class zip: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 649) | class StopAsyncIteration: method __init__ (line 652) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 657) | class UnicodeError(Exception): class ViperTypeError (line 661) | class ViperTypeError(Exception): function bin (line 665) | def bin(*args, **kwargs) -> Any: function compile (line 669) | def compile(*args, **kwargs) -> Any: class complex (line 673) | class complex: method __init__ (line 676) | def __init__(self, *argv, **kwargs) -> None: function delattr (line 681) | def delattr(*args, **kwargs) -> Any: class enumerate (line 685) | class enumerate: method __init__ (line 688) | def __init__(self, *argv, **kwargs) -> None: function execfile (line 693) | def execfile(*args, **kwargs) -> Any: class filter (line 697) | class filter: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: class float (line 705) | class float: method __init__ (line 708) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 713) | class frozenset: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: method copy (line 720) | def copy(self, *args, **kwargs) -> Any: method difference (line 723) | def difference(self, *args, **kwargs) -> Any: method intersection (line 726) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 729) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 732) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 735) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 738) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 741) | def union(self, *args, **kwargs) -> Any: function help (line 745) | def help(*args, **kwargs) -> Any: function hex (line 749) | def hex(*args, **kwargs) -> Any: function input (line 753) | def input(*args, **kwargs) -> Any: function max (line 757) | def max(*args, **kwargs) -> Any: class memoryview (line 761) | class memoryview: method __init__ (line 764) | def __init__(self, *argv, **kwargs) -> None: function min (line 769) | def min(*args, **kwargs) -> Any: function oct (line 773) | def oct(*args, **kwargs) -> Any: class property (line 777) | class property: method __init__ (line 780) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 784) | def deleter(self, *args, **kwargs) -> Any: method getter (line 787) | def getter(self, *args, **kwargs) -> Any: method setter (line 790) | def setter(self, *args, **kwargs) -> Any: class reversed (line 794) | class reversed: method __init__ (line 797) | def __init__(self, *argv, **kwargs) -> None: class slice (line 802) | class slice: method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_16-pyboard/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method center (line 69) | def center(self, *args, **kwargs) -> Any: ... method decode (line 70) | def decode(self, *args, **kwargs) -> Any: ... method partition (line 71) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 72) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 73) | def splitlines(self, *args, **kwargs) -> Any: ... function callable (line 75) | def callable(*args, **kwargs) -> Any: ... function chr (line 76) | def chr(*args, **kwargs) -> Any: ... class dict (line 78) | class dict: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 80) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 81) | def copy(self, *args, **kwargs) -> Any: ... method get (line 82) | def get(self, *args, **kwargs) -> Any: ... method items (line 83) | def items(self, *args, **kwargs) -> Any: ... method keys (line 84) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 85) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 86) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 87) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 88) | def update(self, *args, **kwargs) -> Any: ... method values (line 89) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 91) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 93) | def dir(*args, **kwargs) -> Any: ... function divmod (line 94) | def divmod(*args, **kwargs) -> Any: ... function eval (line 95) | def eval(*args, **kwargs) -> Any: ... function exec (line 96) | def exec(*args, **kwargs) -> Any: ... function getattr (line 97) | def getattr(*args, **kwargs) -> Any: ... function globals (line 98) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 99) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 100) | def hash(*args, **kwargs) -> Any: ... function id (line 101) | def id(*args, **kwargs) -> Any: ... class int (line 103) | class int: method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 106) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 107) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 109) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 110) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 111) | def iter(*args, **kwargs) -> Any: ... function len (line 112) | def len(*args, **kwargs) -> Any: ... class list (line 114) | class list: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 116) | def append(self, *args, **kwargs) -> Any: ... method clear (line 117) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 118) | def copy(self, *args, **kwargs) -> Any: ... method count (line 119) | def count(self, *args, **kwargs) -> Any: ... method extend (line 120) | def extend(self, *args, **kwargs) -> Any: ... method index (line 121) | def index(self, *args, **kwargs) -> Any: ... method insert (line 122) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 123) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 124) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 125) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 126) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 128) | def locals(*args, **kwargs) -> Any: ... class map (line 130) | class map: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 133) | def next(*args, **kwargs) -> Any: ... class object (line 135) | class object: method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 138) | def open(*args, **kwargs) -> Any: ... function ord (line 139) | def ord(*args, **kwargs) -> Any: ... function pow (line 140) | def pow(*args, **kwargs) -> Any: ... function print (line 141) | def print(*args, **kwargs) -> Any: ... class range (line 143) | class range: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 146) | def repr(*args, **kwargs) -> Any: ... function round (line 147) | def round(*args, **kwargs) -> Any: ... class set (line 149) | class set: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 151) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 152) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 153) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 154) | def remove(self, *args, **kwargs) -> Any: ... method update (line 155) | def update(self, *args, **kwargs) -> Any: ... method add (line 156) | def add(self, *args, **kwargs) -> Any: ... method difference (line 157) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 158) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 159) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 160) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 161) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 162) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 163) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 164) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 165) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 166) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 167) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 169) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 170) | def sorted(*args, **kwargs) -> Any: ... class str (line 172) | class str: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 174) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 175) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 176) | def find(self, *args, **kwargs) -> Any: ... method format (line 177) | def format(self, *args, **kwargs) -> Any: ... method index (line 178) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 179) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 180) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 181) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 182) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 183) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 184) | def join(self, *args, **kwargs) -> Any: ... method lower (line 185) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 186) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 187) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 188) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 189) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 190) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 191) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 192) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 193) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 194) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 195) | def upper(self, *args, **kwargs) -> Any: ... method center (line 196) | def center(self, *args, **kwargs) -> Any: ... method encode (line 197) | def encode(self, *args, **kwargs) -> Any: ... method partition (line 198) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 199) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 200) | def splitlines(self, *args, **kwargs) -> Any: ... function sum (line 202) | def sum(*args, **kwargs) -> Any: ... class super (line 204) | class super: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 207) | class tuple: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 209) | def count(self, *args, **kwargs) -> Any: ... method index (line 210) | def index(self, *args, **kwargs) -> Any: ... class type (line 212) | class type: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 215) | class zip: method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 220) | class StopAsyncIteration: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 223) | class UnicodeError(Exception): ... class ViperTypeError (line 224) | class ViperTypeError(Exception): ... function bin (line 226) | def bin(*args, **kwargs) -> Any: ... function compile (line 227) | def compile(*args, **kwargs) -> Any: ... class complex (line 229) | class complex: method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... function delattr (line 232) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 234) | class enumerate: method __init__ (line 235) | def __init__(self, *argv, **kwargs) -> None: ... function execfile (line 237) | def execfile(*args, **kwargs) -> Any: ... class filter (line 239) | class filter: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 242) | class float: method __init__ (line 243) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 245) | class frozenset: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 247) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 248) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 249) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 250) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 251) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 252) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 253) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 254) | def union(self, *args, **kwargs) -> Any: ... function help (line 256) | def help(*args, **kwargs) -> Any: ... function hex (line 257) | def hex(*args, **kwargs) -> Any: ... function input (line 258) | def input(*args, **kwargs) -> Any: ... function max (line 259) | def max(*args, **kwargs) -> Any: ... class memoryview (line 261) | class memoryview: method __init__ (line 262) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 264) | def min(*args, **kwargs) -> Any: ... function oct (line 265) | def oct(*args, **kwargs) -> Any: ... class property (line 267) | class property: method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 269) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 270) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 271) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 273) | class reversed: method __init__ (line 274) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 276) | class slice: method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_16-pyboard/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/hashlib.py class sha256 (line 9) | class sha256: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/hashlib.pyi class sha256 (line 3) | class sha256: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/lcd160cr.py function const (line 9) | def const(*args, **kwargs) -> Any: function calcsize (line 13) | def calcsize(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Any: class LCD160CR (line 34) | class LCD160CR: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: method write (line 41) | def write(self, *args, **kwargs) -> Any: method line (line 44) | def line(self, *args, **kwargs) -> Any: method rect (line 47) | def rect(self, *args, **kwargs) -> Any: method reset (line 50) | def reset(self, *args, **kwargs) -> Any: method oflush (line 53) | def oflush(self, *args, **kwargs) -> Any: method iflush (line 56) | def iflush(self, *args, **kwargs) -> Any: method rgb (line 59) | def rgb(self, *args, **kwargs) -> Any: method clip_line (line 62) | def clip_line(self, *args, **kwargs) -> Any: method set_power (line 65) | def set_power(self, *args, **kwargs) -> Any: method set_orient (line 68) | def set_orient(self, *args, **kwargs) -> Any: method set_brightness (line 71) | def set_brightness(self, *args, **kwargs) -> Any: method set_i2c_addr (line 74) | def set_i2c_addr(self, *args, **kwargs) -> Any: method set_uart_baudrate (line 77) | def set_uart_baudrate(self, *args, **kwargs) -> Any: method set_startup_deco (line 80) | def set_startup_deco(self, *args, **kwargs) -> Any: method save_to_flash (line 83) | def save_to_flash(self, *args, **kwargs) -> Any: method set_pixel (line 86) | def set_pixel(self, *args, **kwargs) -> Any: method get_pixel (line 89) | def get_pixel(self, *args, **kwargs) -> Any: method get_line (line 92) | def get_line(self, *args, **kwargs) -> Any: method screen_dump (line 95) | def screen_dump(self, *args, **kwargs) -> Any: method screen_load (line 98) | def screen_load(self, *args, **kwargs) -> Any: method set_pos (line 101) | def set_pos(self, *args, **kwargs) -> Any: method set_text_color (line 104) | def set_text_color(self, *args, **kwargs) -> Any: method set_font (line 107) | def set_font(self, *args, **kwargs) -> Any: method set_pen (line 110) | def set_pen(self, *args, **kwargs) -> Any: method erase (line 113) | def erase(self, *args, **kwargs) -> Any: method dot (line 116) | def dot(self, *args, **kwargs) -> Any: method rect_outline (line 119) | def rect_outline(self, *args, **kwargs) -> Any: method rect_interior (line 122) | def rect_interior(self, *args, **kwargs) -> Any: method dot_no_clip (line 125) | def dot_no_clip(self, *args, **kwargs) -> Any: method rect_no_clip (line 128) | def rect_no_clip(self, *args, **kwargs) -> Any: method rect_outline_no_clip (line 131) | def rect_outline_no_clip(self, *args, **kwargs) -> Any: method rect_interior_no_clip (line 134) | def rect_interior_no_clip(self, *args, **kwargs) -> Any: method line_no_clip (line 137) | def line_no_clip(self, *args, **kwargs) -> Any: method poly_dot (line 140) | def poly_dot(self, *args, **kwargs) -> Any: method poly_line (line 143) | def poly_line(self, *args, **kwargs) -> Any: method touch_config (line 146) | def touch_config(self, *args, **kwargs) -> Any: method is_touched (line 149) | def is_touched(self, *args, **kwargs) -> Any: method get_touch (line 152) | def get_touch(self, *args, **kwargs) -> Any: method set_spi_win (line 155) | def set_spi_win(self, *args, **kwargs) -> Any: method fast_spi (line 158) | def fast_spi(self, *args, **kwargs) -> Any: method show_framebuf (line 161) | def show_framebuf(self, *args, **kwargs) -> Any: method set_scroll (line 164) | def set_scroll(self, *args, **kwargs) -> Any: method set_scroll_win (line 167) | def set_scroll_win(self, *args, **kwargs) -> Any: method set_scroll_win_param (line 170) | def set_scroll_win_param(self, *args, **kwargs) -> Any: method set_scroll_buf (line 173) | def set_scroll_buf(self, *args, **kwargs) -> Any: method jpeg_start (line 176) | def jpeg_start(self, *args, **kwargs) -> Any: method jpeg_data (line 179) | def jpeg_data(self, *args, **kwargs) -> Any: method jpeg (line 182) | def jpeg(self, *args, **kwargs) -> Any: method feed_wdt (line 185) | def feed_wdt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/lcd160cr.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function calcsize (line 4) | def calcsize(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args, **kwargs) -> Any: ... class LCD160CR (line 16) | class LCD160CR: method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 18) | def write(self, *args, **kwargs) -> Any: ... method line (line 19) | def line(self, *args, **kwargs) -> Any: ... method rect (line 20) | def rect(self, *args, **kwargs) -> Any: ... method reset (line 21) | def reset(self, *args, **kwargs) -> Any: ... method oflush (line 22) | def oflush(self, *args, **kwargs) -> Any: ... method iflush (line 23) | def iflush(self, *args, **kwargs) -> Any: ... method rgb (line 24) | def rgb(self, *args, **kwargs) -> Any: ... method clip_line (line 25) | def clip_line(self, *args, **kwargs) -> Any: ... method set_power (line 26) | def set_power(self, *args, **kwargs) -> Any: ... method set_orient (line 27) | def set_orient(self, *args, **kwargs) -> Any: ... method set_brightness (line 28) | def set_brightness(self, *args, **kwargs) -> Any: ... method set_i2c_addr (line 29) | def set_i2c_addr(self, *args, **kwargs) -> Any: ... method set_uart_baudrate (line 30) | def set_uart_baudrate(self, *args, **kwargs) -> Any: ... method set_startup_deco (line 31) | def set_startup_deco(self, *args, **kwargs) -> Any: ... method save_to_flash (line 32) | def save_to_flash(self, *args, **kwargs) -> Any: ... method set_pixel (line 33) | def set_pixel(self, *args, **kwargs) -> Any: ... method get_pixel (line 34) | def get_pixel(self, *args, **kwargs) -> Any: ... method get_line (line 35) | def get_line(self, *args, **kwargs) -> Any: ... method screen_dump (line 36) | def screen_dump(self, *args, **kwargs) -> Any: ... method screen_load (line 37) | def screen_load(self, *args, **kwargs) -> Any: ... method set_pos (line 38) | def set_pos(self, *args, **kwargs) -> Any: ... method set_text_color (line 39) | def set_text_color(self, *args, **kwargs) -> Any: ... method set_font (line 40) | def set_font(self, *args, **kwargs) -> Any: ... method set_pen (line 41) | def set_pen(self, *args, **kwargs) -> Any: ... method erase (line 42) | def erase(self, *args, **kwargs) -> Any: ... method dot (line 43) | def dot(self, *args, **kwargs) -> Any: ... method rect_outline (line 44) | def rect_outline(self, *args, **kwargs) -> Any: ... method rect_interior (line 45) | def rect_interior(self, *args, **kwargs) -> Any: ... method dot_no_clip (line 46) | def dot_no_clip(self, *args, **kwargs) -> Any: ... method rect_no_clip (line 47) | def rect_no_clip(self, *args, **kwargs) -> Any: ... method rect_outline_no_clip (line 48) | def rect_outline_no_clip(self, *args, **kwargs) -> Any: ... method rect_interior_no_clip (line 49) | def rect_interior_no_clip(self, *args, **kwargs) -> Any: ... method line_no_clip (line 50) | def line_no_clip(self, *args, **kwargs) -> Any: ... method poly_dot (line 51) | def poly_dot(self, *args, **kwargs) -> Any: ... method poly_line (line 52) | def poly_line(self, *args, **kwargs) -> Any: ... method touch_config (line 53) | def touch_config(self, *args, **kwargs) -> Any: ... method is_touched (line 54) | def is_touched(self, *args, **kwargs) -> Any: ... method get_touch (line 55) | def get_touch(self, *args, **kwargs) -> Any: ... method set_spi_win (line 56) | def set_spi_win(self, *args, **kwargs) -> Any: ... method fast_spi (line 57) | def fast_spi(self, *args, **kwargs) -> Any: ... method show_framebuf (line 58) | def show_framebuf(self, *args, **kwargs) -> Any: ... method set_scroll (line 59) | def set_scroll(self, *args, **kwargs) -> Any: ... method set_scroll_win (line 60) | def set_scroll_win(self, *args, **kwargs) -> Any: ... method set_scroll_win_param (line 61) | def set_scroll_win_param(self, *args, **kwargs) -> Any: ... method set_scroll_buf (line 62) | def set_scroll_buf(self, *args, **kwargs) -> Any: ... method jpeg_start (line 63) | def jpeg_start(self, *args, **kwargs) -> Any: ... method jpeg_data (line 64) | def jpeg_data(self, *args, **kwargs) -> Any: ... method jpeg (line 65) | def jpeg(self, *args, **kwargs) -> Any: ... method feed_wdt (line 66) | def feed_wdt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/machine.py class RTC (line 9) | class RTC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method calibration (line 16) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 19) | def datetime(self, *args, **kwargs) -> Any: method info (line 22) | def info(self, *args, **kwargs) -> Any: method init (line 25) | def init(self, *args, **kwargs) -> Any: method wakeup (line 28) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 32) | class ADC: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: method read_u16 (line 44) | def read_u16(self, *args, **kwargs) -> Any: class I2C (line 52) | class I2C: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 59) | def readinto(self, *args, **kwargs) -> Any: method start (line 62) | def start(self, *args, **kwargs) -> Any: method stop (line 65) | def stop(self, *args, **kwargs) -> Any: method write (line 68) | def write(self, *args, **kwargs) -> Any: method init (line 71) | def init(self, *args, **kwargs) -> Any: method readfrom (line 74) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 77) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 80) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 83) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 86) | def scan(self, *args, **kwargs) -> Any: method writeto (line 89) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 92) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 95) | def writevto(self, *args, **kwargs) -> Any: class Pin (line 102) | class Pin: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: method dict (line 110) | def dict(cls, *args, **kwargs) -> Any: method value (line 113) | def value(self, *args, **kwargs) -> Any: method af (line 155) | def af(self, *args, **kwargs) -> Any: method af_list (line 158) | def af_list(self, *args, **kwargs) -> Any: class board (line 161) | class board: method __init__ (line 164) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 218) | class cpu: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: method debug (line 274) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 277) | def gpio(self, *args, **kwargs) -> Any: method high (line 280) | def high(self, *args, **kwargs) -> Any: method init (line 283) | def init(self, *args, **kwargs) -> Any: method irq (line 286) | def irq(self, *args, **kwargs) -> Any: method low (line 289) | def low(self, *args, **kwargs) -> Any: method mapper (line 293) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 296) | def mode(self, *args, **kwargs) -> Any: method name (line 299) | def name(self, *args, **kwargs) -> Any: method names (line 302) | def names(self, *args, **kwargs) -> Any: method off (line 305) | def off(self, *args, **kwargs) -> Any: method on (line 308) | def on(self, *args, **kwargs) -> Any: method pin (line 311) | def pin(self, *args, **kwargs) -> Any: method port (line 314) | def port(self, *args, **kwargs) -> Any: method pull (line 317) | def pull(self, *args, **kwargs) -> Any: class SPI (line 324) | class SPI: method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: method read (line 331) | def read(self, *args, **kwargs) -> Any: method readinto (line 334) | def readinto(self, *args, **kwargs) -> Any: method write (line 337) | def write(self, *args, **kwargs) -> Any: method deinit (line 343) | def deinit(self, *args, **kwargs) -> Any: method init (line 346) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 349) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 353) | class Signal: method __init__ (line 356) | def __init__(self, *argv, **kwargs) -> None: method value (line 360) | def value(self, *args, **kwargs) -> Any: method off (line 363) | def off(self, *args, **kwargs) -> Any: method on (line 366) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 370) | class SoftI2C: method __init__ (line 373) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 377) | def readinto(self, *args, **kwargs) -> Any: method start (line 380) | def start(self, *args, **kwargs) -> Any: method stop (line 383) | def stop(self, *args, **kwargs) -> Any: method write (line 386) | def write(self, *args, **kwargs) -> Any: method init (line 389) | def init(self, *args, **kwargs) -> Any: method readfrom (line 392) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 395) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 398) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 401) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 404) | def scan(self, *args, **kwargs) -> Any: method writeto (line 407) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 410) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 413) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 417) | class SoftSPI: method __init__ (line 420) | def __init__(self, *argv, **kwargs) -> None: method read (line 424) | def read(self, *args, **kwargs) -> Any: method readinto (line 427) | def readinto(self, *args, **kwargs) -> Any: method write (line 430) | def write(self, *args, **kwargs) -> Any: method deinit (line 436) | def deinit(self, *args, **kwargs) -> Any: method init (line 439) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 442) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 446) | class Timer: method __init__ (line 449) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 456) | def deinit(self, *args, **kwargs) -> Any: method init (line 459) | def init(self, *args, **kwargs) -> Any: class UART (line 463) | class UART: method __init__ (line 466) | def __init__(self, *argv, **kwargs) -> None: method any (line 470) | def any(self, *args, **kwargs) -> Any: method read (line 473) | def read(self, *args, **kwargs) -> Any: method readinto (line 476) | def readinto(self, *args, **kwargs) -> Any: method readline (line 479) | def readline(self, *args, **kwargs) -> Any: method write (line 482) | def write(self, *args, **kwargs) -> Any: method deinit (line 489) | def deinit(self, *args, **kwargs) -> Any: method init (line 492) | def init(self, *args, **kwargs) -> Any: method irq (line 495) | def irq(self, *args, **kwargs) -> Any: method readchar (line 498) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 501) | def sendbreak(self, *args, **kwargs) -> Any: method writechar (line 504) | def writechar(self, *args, **kwargs) -> Any: class WDT (line 508) | class WDT: method __init__ (line 511) | def __init__(self, *argv, **kwargs) -> None: method feed (line 515) | def feed(self, *args, **kwargs) -> Any: function bootloader (line 522) | def bootloader(*args, **kwargs) -> Any: function deepsleep (line 526) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 530) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 534) | def enable_irq(*args, **kwargs) -> Any: function freq (line 538) | def freq(*args, **kwargs) -> Any: function idle (line 542) | def idle(*args, **kwargs) -> Any: function info (line 546) | def info(*args, **kwargs) -> Any: function lightsleep (line 550) | def lightsleep(*args, **kwargs) -> Any: function reset (line 559) | def reset(*args, **kwargs) -> Any: function reset_cause (line 563) | def reset_cause(*args, **kwargs) -> Any: function rng (line 567) | def rng(*args, **kwargs) -> Any: function sleep (line 571) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 575) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 579) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 583) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/machine.pyi class RTC (line 3) | class RTC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method calibration (line 5) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 6) | def datetime(self, *args, **kwargs) -> Any: ... method info (line 7) | def info(self, *args, **kwargs) -> Any: ... method init (line 8) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 9) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 11) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method read_u16 (line 17) | def read_u16(self, *args, **kwargs) -> Any: ... class I2C (line 22) | class I2C: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 25) | def start(self, *args, **kwargs) -> Any: ... method stop (line 26) | def stop(self, *args, **kwargs) -> Any: ... method write (line 27) | def write(self, *args, **kwargs) -> Any: ... method init (line 28) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 29) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 30) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 31) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 32) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 33) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 34) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 35) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 36) | def writevto(self, *args, **kwargs) -> Any: ... class Pin (line 40) | class Pin: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... method dict (line 43) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 44) | def value(self, *args, **kwargs) -> Any: ... method af (line 83) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 84) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 86) | class board: method __init__ (line 87) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 138) | class cpu: method __init__ (line 139) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 188) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 189) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 190) | def high(self, *args, **kwargs) -> Any: ... method init (line 191) | def init(self, *args, **kwargs) -> Any: ... method irq (line 192) | def irq(self, *args, **kwargs) -> Any: ... method low (line 193) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 195) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 196) | def mode(self, *args, **kwargs) -> Any: ... method name (line 197) | def name(self, *args, **kwargs) -> Any: ... method names (line 198) | def names(self, *args, **kwargs) -> Any: ... method off (line 199) | def off(self, *args, **kwargs) -> Any: ... method on (line 200) | def on(self, *args, **kwargs) -> Any: ... method pin (line 201) | def pin(self, *args, **kwargs) -> Any: ... method port (line 202) | def port(self, *args, **kwargs) -> Any: ... method pull (line 203) | def pull(self, *args, **kwargs) -> Any: ... class SPI (line 207) | class SPI: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 209) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 210) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 211) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 214) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 215) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 216) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 218) | class Signal: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 220) | def value(self, *args, **kwargs) -> Any: ... method off (line 221) | def off(self, *args, **kwargs) -> Any: ... method on (line 222) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 224) | class SoftI2C: method __init__ (line 225) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 226) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 227) | def start(self, *args, **kwargs) -> Any: ... method stop (line 228) | def stop(self, *args, **kwargs) -> Any: ... method write (line 229) | def write(self, *args, **kwargs) -> Any: ... method init (line 230) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 231) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 232) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 233) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 234) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 235) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 236) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 237) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 238) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 240) | class SoftSPI: method __init__ (line 241) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 242) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 243) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 244) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 247) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 248) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 249) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 251) | class Timer: method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 255) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 256) | def init(self, *args, **kwargs) -> Any: ... class UART (line 258) | class UART: method __init__ (line 259) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 260) | def any(self, *args, **kwargs) -> Any: ... method read (line 261) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 262) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 263) | def readline(self, *args, **kwargs) -> Any: ... method write (line 264) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 268) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 269) | def init(self, *args, **kwargs) -> Any: ... method irq (line 270) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 271) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 272) | def sendbreak(self, *args, **kwargs) -> Any: ... method writechar (line 273) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 275) | class WDT: method __init__ (line 276) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 277) | def feed(self, *args, **kwargs) -> Any: ... function bootloader (line 281) | def bootloader(*args, **kwargs) -> Any: ... function deepsleep (line 282) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 283) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 284) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 285) | def freq(*args, **kwargs) -> Any: ... function idle (line 286) | def idle(*args, **kwargs) -> Any: ... function info (line 287) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 288) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 294) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 295) | def reset_cause(*args, **kwargs) -> Any: ... function rng (line 296) | def rng(*args, **kwargs) -> Any: ... function sleep (line 297) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 298) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 299) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 300) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function acosh (line 17) | def acosh(*args, **kwargs) -> Any: function asin (line 21) | def asin(*args, **kwargs) -> Any: function asinh (line 25) | def asinh(*args, **kwargs) -> Any: function atan (line 29) | def atan(*args, **kwargs) -> Any: function atan2 (line 33) | def atan2(*args, **kwargs) -> Any: function atanh (line 37) | def atanh(*args, **kwargs) -> Any: function ceil (line 41) | def ceil(*args, **kwargs) -> Any: function copysign (line 45) | def copysign(*args, **kwargs) -> Any: function cos (line 49) | def cos(*args, **kwargs) -> Any: function cosh (line 53) | def cosh(*args, **kwargs) -> Any: function degrees (line 57) | def degrees(*args, **kwargs) -> Any: function erf (line 64) | def erf(*args, **kwargs) -> Any: function erfc (line 68) | def erfc(*args, **kwargs) -> Any: function exp (line 72) | def exp(*args, **kwargs) -> Any: function expm1 (line 76) | def expm1(*args, **kwargs) -> Any: function fabs (line 80) | def fabs(*args, **kwargs) -> Any: function factorial (line 84) | def factorial(*args, **kwargs) -> Any: function floor (line 88) | def floor(*args, **kwargs) -> Any: function fmod (line 92) | def fmod(*args, **kwargs) -> Any: function frexp (line 96) | def frexp(*args, **kwargs) -> Any: function gamma (line 100) | def gamma(*args, **kwargs) -> Any: function isclose (line 104) | def isclose(*args, **kwargs) -> Any: function isfinite (line 108) | def isfinite(*args, **kwargs) -> Any: function isinf (line 112) | def isinf(*args, **kwargs) -> Any: function isnan (line 116) | def isnan(*args, **kwargs) -> Any: function ldexp (line 120) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 124) | def lgamma(*args, **kwargs) -> Any: function log (line 128) | def log(*args, **kwargs) -> Any: function log10 (line 132) | def log10(*args, **kwargs) -> Any: function log2 (line 136) | def log2(*args, **kwargs) -> Any: function modf (line 140) | def modf(*args, **kwargs) -> Any: function radians (line 147) | def radians(*args, **kwargs) -> Any: function sin (line 151) | def sin(*args, **kwargs) -> Any: function sinh (line 155) | def sinh(*args, **kwargs) -> Any: function sqrt (line 159) | def sqrt(*args, **kwargs) -> Any: function tan (line 163) | def tan(*args, **kwargs) -> Any: function tanh (line 167) | def tanh(*args, **kwargs) -> Any: function trunc (line 171) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function acosh (line 5) | def acosh(*args, **kwargs) -> Any: ... function asin (line 6) | def asin(*args, **kwargs) -> Any: ... function asinh (line 7) | def asinh(*args, **kwargs) -> Any: ... function atan (line 8) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 9) | def atan2(*args, **kwargs) -> Any: ... function atanh (line 10) | def atanh(*args, **kwargs) -> Any: ... function ceil (line 11) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 12) | def copysign(*args, **kwargs) -> Any: ... function cos (line 13) | def cos(*args, **kwargs) -> Any: ... function cosh (line 14) | def cosh(*args, **kwargs) -> Any: ... function degrees (line 15) | def degrees(*args, **kwargs) -> Any: ... function erf (line 19) | def erf(*args, **kwargs) -> Any: ... function erfc (line 20) | def erfc(*args, **kwargs) -> Any: ... function exp (line 21) | def exp(*args, **kwargs) -> Any: ... function expm1 (line 22) | def expm1(*args, **kwargs) -> Any: ... function fabs (line 23) | def fabs(*args, **kwargs) -> Any: ... function factorial (line 24) | def factorial(*args, **kwargs) -> Any: ... function floor (line 25) | def floor(*args, **kwargs) -> Any: ... function fmod (line 26) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 27) | def frexp(*args, **kwargs) -> Any: ... function gamma (line 28) | def gamma(*args, **kwargs) -> Any: ... function isclose (line 29) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 30) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 31) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 32) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 33) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 34) | def lgamma(*args, **kwargs) -> Any: ... function log (line 35) | def log(*args, **kwargs) -> Any: ... function log10 (line 36) | def log10(*args, **kwargs) -> Any: ... function log2 (line 37) | def log2(*args, **kwargs) -> Any: ... function modf (line 38) | def modf(*args, **kwargs) -> Any: ... function radians (line 42) | def radians(*args, **kwargs) -> Any: ... function sin (line 43) | def sin(*args, **kwargs) -> Any: ... function sinh (line 44) | def sinh(*args, **kwargs) -> Any: ... function sqrt (line 45) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 46) | def tan(*args, **kwargs) -> Any: ... function tanh (line 47) | def tanh(*args, **kwargs) -> Any: ... function trunc (line 48) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/network.py function route (line 9) | def route(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/network.pyi function route (line 3) | def route(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 16) | class VfsFat: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: method open (line 23) | def open(self, *args, **kwargs) -> Any: method remove (line 26) | def remove(self, *args, **kwargs) -> Any: method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 35) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 38) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 41) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 44) | def mount(self, *args, **kwargs) -> Any: method rename (line 47) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 50) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 53) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 56) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 59) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 63) | class VfsLfs2: method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: method open (line 70) | def open(self, *args, **kwargs) -> Any: method remove (line 73) | def remove(self, *args, **kwargs) -> Any: method chdir (line 76) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 79) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 82) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 85) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 88) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 91) | def mount(self, *args, **kwargs) -> Any: method rename (line 94) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 97) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 100) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 103) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 106) | def umount(self, *args, **kwargs) -> Any: function chdir (line 110) | def chdir(*args, **kwargs) -> Any: function dupterm (line 114) | def dupterm(*args, **kwargs) -> Any: function getcwd (line 118) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 122) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 126) | def listdir(*args, **kwargs) -> Any: function mkdir (line 130) | def mkdir(*args, **kwargs) -> Any: function mount (line 134) | def mount(*args, **kwargs) -> Any: function rename (line 138) | def rename(*args, **kwargs) -> Any: function rmdir (line 142) | def rmdir(*args, **kwargs) -> Any: function stat (line 146) | def stat(*args, **kwargs) -> Any: function statvfs (line 150) | def statvfs(*args, **kwargs) -> Any: function sync (line 154) | def sync(*args, **kwargs) -> Any: function umount (line 158) | def umount(*args, **kwargs) -> Any: function uname (line 162) | def uname(*args, **kwargs) -> Any: function unlink (line 166) | def unlink(*args, **kwargs) -> Any: function urandom (line 170) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 7) | class VfsFat: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 9) | def open(self, *args, **kwargs) -> Any: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 11) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 12) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 13) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 14) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 15) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 16) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 17) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 18) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 19) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 20) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 21) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 23) | class VfsLfs2: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 25) | def open(self, *args, **kwargs) -> Any: ... method remove (line 26) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 27) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 28) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 29) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 30) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 31) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 32) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 33) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 34) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 35) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 36) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 37) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 39) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 40) | def dupterm(*args, **kwargs) -> Any: ... function getcwd (line 41) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 42) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 43) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 44) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 45) | def mount(*args, **kwargs) -> Any: ... function rename (line 46) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 47) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 48) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 49) | def statvfs(*args, **kwargs) -> Any: ... function sync (line 50) | def sync(*args, **kwargs) -> Any: ... function umount (line 51) | def umount(*args, **kwargs) -> Any: ... function uname (line 52) | def uname(*args, **kwargs) -> Any: ... function unlink (line 53) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 54) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/pyb.py function main (line 9) | def main(*args, **kwargs) -> Any: function stop (line 13) | def stop(*args, **kwargs) -> Any: class DAC (line 20) | class DAC: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: method write (line 27) | def write(self, *args, **kwargs) -> Any: method deinit (line 33) | def deinit(self, *args, **kwargs) -> Any: method init (line 36) | def init(self, *args, **kwargs) -> Any: method noise (line 39) | def noise(self, *args, **kwargs) -> Any: method triangle (line 42) | def triangle(self, *args, **kwargs) -> Any: method write_timed (line 45) | def write_timed(self, *args, **kwargs) -> Any: class RTC (line 49) | class RTC: method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: method calibration (line 56) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 59) | def datetime(self, *args, **kwargs) -> Any: method info (line 62) | def info(self, *args, **kwargs) -> Any: method init (line 65) | def init(self, *args, **kwargs) -> Any: method wakeup (line 68) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 72) | class ADC: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: method read (line 79) | def read(self, *args, **kwargs) -> Any: method read_timed (line 82) | def read_timed(self, *args, **kwargs) -> Any: method read_timed_multi (line 85) | def read_timed_multi(self, *args, **kwargs) -> Any: class ADCAll (line 89) | class ADCAll: method __init__ (line 92) | def __init__(self, *argv, **kwargs) -> None: method read_channel (line 96) | def read_channel(self, *args, **kwargs) -> Any: method read_core_temp (line 99) | def read_core_temp(self, *args, **kwargs) -> Any: method read_core_vbat (line 102) | def read_core_vbat(self, *args, **kwargs) -> Any: method read_core_vref (line 105) | def read_core_vref(self, *args, **kwargs) -> Any: method read_vref (line 108) | def read_vref(self, *args, **kwargs) -> Any: class Accel (line 112) | class Accel: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: method read (line 119) | def read(self, *args, **kwargs) -> Any: method write (line 122) | def write(self, *args, **kwargs) -> Any: method filtered_xyz (line 125) | def filtered_xyz(self, *args, **kwargs) -> Any: method tilt (line 128) | def tilt(self, *args, **kwargs) -> Any: method x (line 131) | def x(self, *args, **kwargs) -> Any: method y (line 134) | def y(self, *args, **kwargs) -> Any: method z (line 137) | def z(self, *args, **kwargs) -> Any: class CAN (line 141) | class CAN: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: method any (line 148) | def any(self, *args, **kwargs) -> Any: method send (line 151) | def send(self, *args, **kwargs) -> Any: method clearfilter (line 168) | def clearfilter(self, *args, **kwargs) -> Any: method deinit (line 171) | def deinit(self, *args, **kwargs) -> Any: method info (line 174) | def info(self, *args, **kwargs) -> Any: method init (line 177) | def init(self, *args, **kwargs) -> Any: method initfilterbanks (line 181) | def initfilterbanks(cls, *args, **kwargs) -> Any: method recv (line 184) | def recv(self, *args, **kwargs) -> Any: method restart (line 187) | def restart(self, *args, **kwargs) -> Any: method rxcallback (line 190) | def rxcallback(self, *args, **kwargs) -> Any: method setfilter (line 193) | def setfilter(self, *args, **kwargs) -> Any: method state (line 196) | def state(self, *args, **kwargs) -> Any: class ExtInt (line 200) | class ExtInt: method __init__ (line 203) | def __init__(self, *argv, **kwargs) -> None: method disable (line 214) | def disable(self, *args, **kwargs) -> Any: method enable (line 217) | def enable(self, *args, **kwargs) -> Any: method line (line 220) | def line(self, *args, **kwargs) -> Any: method regs (line 223) | def regs(self, *args, **kwargs) -> Any: method swint (line 226) | def swint(self, *args, **kwargs) -> Any: class Flash (line 230) | class Flash: method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 237) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 240) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 243) | def writeblocks(self, *args, **kwargs) -> Any: class I2C (line 247) | class I2C: method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: method send (line 254) | def send(self, *args, **kwargs) -> Any: method deinit (line 260) | def deinit(self, *args, **kwargs) -> Any: method init (line 263) | def init(self, *args, **kwargs) -> Any: method is_ready (line 266) | def is_ready(self, *args, **kwargs) -> Any: method mem_read (line 269) | def mem_read(self, *args, **kwargs) -> Any: method mem_write (line 272) | def mem_write(self, *args, **kwargs) -> Any: method recv (line 275) | def recv(self, *args, **kwargs) -> Any: method scan (line 278) | def scan(self, *args, **kwargs) -> Any: class LCD (line 282) | class LCD: method __init__ (line 285) | def __init__(self, *argv, **kwargs) -> None: method get (line 289) | def get(self, *args, **kwargs) -> Any: method write (line 292) | def write(self, *args, **kwargs) -> Any: method command (line 295) | def command(self, *args, **kwargs) -> Any: method contrast (line 298) | def contrast(self, *args, **kwargs) -> Any: method fill (line 301) | def fill(self, *args, **kwargs) -> Any: method light (line 304) | def light(self, *args, **kwargs) -> Any: method pixel (line 307) | def pixel(self, *args, **kwargs) -> Any: method show (line 310) | def show(self, *args, **kwargs) -> Any: method text (line 313) | def text(self, *args, **kwargs) -> Any: class LED (line 317) | class LED: method __init__ (line 320) | def __init__(self, *argv, **kwargs) -> None: method intensity (line 324) | def intensity(self, *args, **kwargs) -> Any: method off (line 327) | def off(self, *args, **kwargs) -> Any: method on (line 330) | def on(self, *args, **kwargs) -> Any: method toggle (line 333) | def toggle(self, *args, **kwargs) -> Any: class Pin (line 337) | class Pin: method __init__ (line 340) | def __init__(self, *argv, **kwargs) -> None: method dict (line 345) | def dict(cls, *args, **kwargs) -> Any: method value (line 348) | def value(self, *args, **kwargs) -> Any: method af (line 390) | def af(self, *args, **kwargs) -> Any: method af_list (line 393) | def af_list(self, *args, **kwargs) -> Any: class board (line 396) | class board: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 453) | class cpu: method __init__ (line 456) | def __init__(self, *argv, **kwargs) -> None: method debug (line 509) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 512) | def gpio(self, *args, **kwargs) -> Any: method high (line 515) | def high(self, *args, **kwargs) -> Any: method init (line 518) | def init(self, *args, **kwargs) -> Any: method irq (line 521) | def irq(self, *args, **kwargs) -> Any: method low (line 524) | def low(self, *args, **kwargs) -> Any: method mapper (line 528) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 531) | def mode(self, *args, **kwargs) -> Any: method name (line 534) | def name(self, *args, **kwargs) -> Any: method names (line 537) | def names(self, *args, **kwargs) -> Any: method off (line 540) | def off(self, *args, **kwargs) -> Any: method on (line 543) | def on(self, *args, **kwargs) -> Any: method pin (line 546) | def pin(self, *args, **kwargs) -> Any: method port (line 549) | def port(self, *args, **kwargs) -> Any: method pull (line 552) | def pull(self, *args, **kwargs) -> Any: class SDCard (line 556) | class SDCard: method __init__ (line 559) | def __init__(self, *argv, **kwargs) -> None: method read (line 563) | def read(self, *args, **kwargs) -> Any: method write (line 566) | def write(self, *args, **kwargs) -> Any: method info (line 569) | def info(self, *args, **kwargs) -> Any: method ioctl (line 572) | def ioctl(self, *args, **kwargs) -> Any: method power (line 575) | def power(self, *args, **kwargs) -> Any: method present (line 578) | def present(self, *args, **kwargs) -> Any: method readblocks (line 581) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 584) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 588) | class SPI: method __init__ (line 591) | def __init__(self, *argv, **kwargs) -> None: method read (line 595) | def read(self, *args, **kwargs) -> Any: method readinto (line 598) | def readinto(self, *args, **kwargs) -> Any: method send (line 601) | def send(self, *args, **kwargs) -> Any: method write (line 604) | def write(self, *args, **kwargs) -> Any: method deinit (line 612) | def deinit(self, *args, **kwargs) -> Any: method init (line 615) | def init(self, *args, **kwargs) -> Any: method recv (line 618) | def recv(self, *args, **kwargs) -> Any: method send_recv (line 621) | def send_recv(self, *args, **kwargs) -> Any: method write_readinto (line 624) | def write_readinto(self, *args, **kwargs) -> Any: class Servo (line 628) | class Servo: method __init__ (line 631) | def __init__(self, *argv, **kwargs) -> None: method angle (line 635) | def angle(self, *args, **kwargs) -> Any: method calibration (line 638) | def calibration(self, *args, **kwargs) -> Any: method pulse_width (line 641) | def pulse_width(self, *args, **kwargs) -> Any: method speed (line 644) | def speed(self, *args, **kwargs) -> Any: class Switch (line 648) | class Switch: method __init__ (line 651) | def __init__(self, *argv, **kwargs) -> None: method value (line 655) | def value(self, *args, **kwargs) -> Any: method callback (line 658) | def callback(self, *args, **kwargs) -> Any: class Timer (line 662) | class Timer: method __init__ (line 665) | def __init__(self, *argv, **kwargs) -> None: method callback (line 693) | def callback(self, *args, **kwargs) -> Any: method channel (line 696) | def channel(self, *args, **kwargs) -> Any: method counter (line 699) | def counter(self, *args, **kwargs) -> Any: method deinit (line 702) | def deinit(self, *args, **kwargs) -> Any: method freq (line 705) | def freq(self, *args, **kwargs) -> Any: method init (line 708) | def init(self, *args, **kwargs) -> Any: method period (line 711) | def period(self, *args, **kwargs) -> Any: method prescaler (line 714) | def prescaler(self, *args, **kwargs) -> Any: method source_freq (line 717) | def source_freq(self, *args, **kwargs) -> Any: class UART (line 721) | class UART: method __init__ (line 724) | def __init__(self, *argv, **kwargs) -> None: method any (line 728) | def any(self, *args, **kwargs) -> Any: method read (line 731) | def read(self, *args, **kwargs) -> Any: method readinto (line 734) | def readinto(self, *args, **kwargs) -> Any: method readline (line 737) | def readline(self, *args, **kwargs) -> Any: method write (line 740) | def write(self, *args, **kwargs) -> Any: method deinit (line 747) | def deinit(self, *args, **kwargs) -> Any: method init (line 750) | def init(self, *args, **kwargs) -> Any: method irq (line 753) | def irq(self, *args, **kwargs) -> Any: method readchar (line 756) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 759) | def sendbreak(self, *args, **kwargs) -> Any: method writechar (line 762) | def writechar(self, *args, **kwargs) -> Any: class USB_HID (line 766) | class USB_HID: method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: method send (line 773) | def send(self, *args, **kwargs) -> Any: method recv (line 776) | def recv(self, *args, **kwargs) -> Any: class USB_VCP (line 780) | class USB_VCP: method __init__ (line 783) | def __init__(self, *argv, **kwargs) -> None: method any (line 787) | def any(self, *args, **kwargs) -> Any: method close (line 790) | def close(self, *args, **kwargs) -> Any: method read (line 793) | def read(self, *args, **kwargs) -> Any: method readinto (line 796) | def readinto(self, *args, **kwargs) -> Any: method readline (line 799) | def readline(self, *args, **kwargs) -> Any: method send (line 802) | def send(self, *args, **kwargs) -> Any: method write (line 805) | def write(self, *args, **kwargs) -> Any: method init (line 812) | def init(self, *args, **kwargs) -> Any: method irq (line 815) | def irq(self, *args, **kwargs) -> Any: method isconnected (line 818) | def isconnected(self, *args, **kwargs) -> Any: method readlines (line 821) | def readlines(self, *args, **kwargs) -> Any: method recv (line 824) | def recv(self, *args, **kwargs) -> Any: method setinterrupt (line 827) | def setinterrupt(self, *args, **kwargs) -> Any: function bootloader (line 831) | def bootloader(*args, **kwargs) -> Any: function country (line 835) | def country(*args, **kwargs) -> Any: function delay (line 839) | def delay(*args, **kwargs) -> Any: function dht_readinto (line 843) | def dht_readinto(*args, **kwargs) -> Any: function disable_irq (line 847) | def disable_irq(*args, **kwargs) -> Any: function elapsed_micros (line 851) | def elapsed_micros(*args, **kwargs) -> Any: function elapsed_millis (line 855) | def elapsed_millis(*args, **kwargs) -> Any: function enable_irq (line 859) | def enable_irq(*args, **kwargs) -> Any: function fault_debug (line 863) | def fault_debug(*args, **kwargs) -> Any: function freq (line 867) | def freq(*args, **kwargs) -> Any: function hard_reset (line 871) | def hard_reset(*args, **kwargs) -> Any: function have_cdc (line 875) | def have_cdc(*args, **kwargs) -> Any: function hid (line 879) | def hid(*args, **kwargs) -> Any: function info (line 887) | def info(*args, **kwargs) -> Any: function micros (line 891) | def micros(*args, **kwargs) -> Any: function millis (line 895) | def millis(*args, **kwargs) -> Any: function mount (line 899) | def mount(*args, **kwargs) -> Any: function pwm (line 903) | def pwm(*args, **kwargs) -> Any: function repl_info (line 907) | def repl_info(*args, **kwargs) -> Any: function repl_uart (line 911) | def repl_uart(*args, **kwargs) -> Any: function rng (line 915) | def rng(*args, **kwargs) -> Any: function servo (line 919) | def servo(*args, **kwargs) -> Any: function standby (line 923) | def standby(*args, **kwargs) -> Any: function sync (line 927) | def sync(*args, **kwargs) -> Any: function udelay (line 931) | def udelay(*args, **kwargs) -> Any: function unique_id (line 935) | def unique_id(*args, **kwargs) -> Any: function usb_mode (line 939) | def usb_mode(*args, **kwargs) -> Any: function wfi (line 943) | def wfi(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/pyb.pyi function main (line 3) | def main(*args, **kwargs) -> Any: ... function stop (line 4) | def stop(*args, **kwargs) -> Any: ... class DAC (line 8) | class DAC: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 10) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 13) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 14) | def init(self, *args, **kwargs) -> Any: ... method noise (line 15) | def noise(self, *args, **kwargs) -> Any: ... method triangle (line 16) | def triangle(self, *args, **kwargs) -> Any: ... method write_timed (line 17) | def write_timed(self, *args, **kwargs) -> Any: ... class RTC (line 19) | class RTC: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method calibration (line 21) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 22) | def datetime(self, *args, **kwargs) -> Any: ... method info (line 23) | def info(self, *args, **kwargs) -> Any: ... method init (line 24) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 25) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 27) | class ADC: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 29) | def read(self, *args, **kwargs) -> Any: ... method read_timed (line 30) | def read_timed(self, *args, **kwargs) -> Any: ... method read_timed_multi (line 31) | def read_timed_multi(self, *args, **kwargs) -> Any: ... class ADCAll (line 33) | class ADCAll: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method read_channel (line 35) | def read_channel(self, *args, **kwargs) -> Any: ... method read_core_temp (line 36) | def read_core_temp(self, *args, **kwargs) -> Any: ... method read_core_vbat (line 37) | def read_core_vbat(self, *args, **kwargs) -> Any: ... method read_core_vref (line 38) | def read_core_vref(self, *args, **kwargs) -> Any: ... method read_vref (line 39) | def read_vref(self, *args, **kwargs) -> Any: ... class Accel (line 41) | class Accel: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 43) | def read(self, *args, **kwargs) -> Any: ... method write (line 44) | def write(self, *args, **kwargs) -> Any: ... method filtered_xyz (line 45) | def filtered_xyz(self, *args, **kwargs) -> Any: ... method tilt (line 46) | def tilt(self, *args, **kwargs) -> Any: ... method x (line 47) | def x(self, *args, **kwargs) -> Any: ... method y (line 48) | def y(self, *args, **kwargs) -> Any: ... method z (line 49) | def z(self, *args, **kwargs) -> Any: ... class CAN (line 51) | class CAN: method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 53) | def any(self, *args, **kwargs) -> Any: ... method send (line 54) | def send(self, *args, **kwargs) -> Any: ... method clearfilter (line 68) | def clearfilter(self, *args, **kwargs) -> Any: ... method deinit (line 69) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 70) | def info(self, *args, **kwargs) -> Any: ... method init (line 71) | def init(self, *args, **kwargs) -> Any: ... method initfilterbanks (line 73) | def initfilterbanks(cls, *args, **kwargs) -> Any: ... method recv (line 74) | def recv(self, *args, **kwargs) -> Any: ... method restart (line 75) | def restart(self, *args, **kwargs) -> Any: ... method rxcallback (line 76) | def rxcallback(self, *args, **kwargs) -> Any: ... method setfilter (line 77) | def setfilter(self, *args, **kwargs) -> Any: ... method state (line 78) | def state(self, *args, **kwargs) -> Any: ... class ExtInt (line 80) | class ExtInt: method __init__ (line 81) | def __init__(self, *argv, **kwargs) -> None: ... method disable (line 88) | def disable(self, *args, **kwargs) -> Any: ... method enable (line 89) | def enable(self, *args, **kwargs) -> Any: ... method line (line 90) | def line(self, *args, **kwargs) -> Any: ... method regs (line 91) | def regs(self, *args, **kwargs) -> Any: ... method swint (line 92) | def swint(self, *args, **kwargs) -> Any: ... class Flash (line 94) | class Flash: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 96) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 97) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 98) | def writeblocks(self, *args, **kwargs) -> Any: ... class I2C (line 100) | class I2C: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... method send (line 102) | def send(self, *args, **kwargs) -> Any: ... method deinit (line 105) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 106) | def init(self, *args, **kwargs) -> Any: ... method is_ready (line 107) | def is_ready(self, *args, **kwargs) -> Any: ... method mem_read (line 108) | def mem_read(self, *args, **kwargs) -> Any: ... method mem_write (line 109) | def mem_write(self, *args, **kwargs) -> Any: ... method recv (line 110) | def recv(self, *args, **kwargs) -> Any: ... method scan (line 111) | def scan(self, *args, **kwargs) -> Any: ... class LCD (line 113) | class LCD: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: ... method get (line 115) | def get(self, *args, **kwargs) -> Any: ... method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method command (line 117) | def command(self, *args, **kwargs) -> Any: ... method contrast (line 118) | def contrast(self, *args, **kwargs) -> Any: ... method fill (line 119) | def fill(self, *args, **kwargs) -> Any: ... method light (line 120) | def light(self, *args, **kwargs) -> Any: ... method pixel (line 121) | def pixel(self, *args, **kwargs) -> Any: ... method show (line 122) | def show(self, *args, **kwargs) -> Any: ... method text (line 123) | def text(self, *args, **kwargs) -> Any: ... class LED (line 125) | class LED: method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... method intensity (line 127) | def intensity(self, *args, **kwargs) -> Any: ... method off (line 128) | def off(self, *args, **kwargs) -> Any: ... method on (line 129) | def on(self, *args, **kwargs) -> Any: ... method toggle (line 130) | def toggle(self, *args, **kwargs) -> Any: ... class Pin (line 132) | class Pin: method __init__ (line 133) | def __init__(self, *argv, **kwargs) -> None: ... method dict (line 135) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 136) | def value(self, *args, **kwargs) -> Any: ... method af (line 175) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 176) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 178) | class board: method __init__ (line 179) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 230) | class cpu: method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 280) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 281) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 282) | def high(self, *args, **kwargs) -> Any: ... method init (line 283) | def init(self, *args, **kwargs) -> Any: ... method irq (line 284) | def irq(self, *args, **kwargs) -> Any: ... method low (line 285) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 287) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 288) | def mode(self, *args, **kwargs) -> Any: ... method name (line 289) | def name(self, *args, **kwargs) -> Any: ... method names (line 290) | def names(self, *args, **kwargs) -> Any: ... method off (line 291) | def off(self, *args, **kwargs) -> Any: ... method on (line 292) | def on(self, *args, **kwargs) -> Any: ... method pin (line 293) | def pin(self, *args, **kwargs) -> Any: ... method port (line 294) | def port(self, *args, **kwargs) -> Any: ... method pull (line 295) | def pull(self, *args, **kwargs) -> Any: ... class SDCard (line 297) | class SDCard: method __init__ (line 298) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 299) | def read(self, *args, **kwargs) -> Any: ... method write (line 300) | def write(self, *args, **kwargs) -> Any: ... method info (line 301) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 302) | def ioctl(self, *args, **kwargs) -> Any: ... method power (line 303) | def power(self, *args, **kwargs) -> Any: ... method present (line 304) | def present(self, *args, **kwargs) -> Any: ... method readblocks (line 305) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 306) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 308) | class SPI: method __init__ (line 309) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 310) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 311) | def readinto(self, *args, **kwargs) -> Any: ... method send (line 312) | def send(self, *args, **kwargs) -> Any: ... method write (line 313) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 318) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 319) | def init(self, *args, **kwargs) -> Any: ... method recv (line 320) | def recv(self, *args, **kwargs) -> Any: ... method send_recv (line 321) | def send_recv(self, *args, **kwargs) -> Any: ... method write_readinto (line 322) | def write_readinto(self, *args, **kwargs) -> Any: ... class Servo (line 324) | class Servo: method __init__ (line 325) | def __init__(self, *argv, **kwargs) -> None: ... method angle (line 326) | def angle(self, *args, **kwargs) -> Any: ... method calibration (line 327) | def calibration(self, *args, **kwargs) -> Any: ... method pulse_width (line 328) | def pulse_width(self, *args, **kwargs) -> Any: ... method speed (line 329) | def speed(self, *args, **kwargs) -> Any: ... class Switch (line 331) | class Switch: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 333) | def value(self, *args, **kwargs) -> Any: ... method callback (line 334) | def callback(self, *args, **kwargs) -> Any: ... class Timer (line 336) | class Timer: method __init__ (line 337) | def __init__(self, *argv, **kwargs) -> None: ... method callback (line 361) | def callback(self, *args, **kwargs) -> Any: ... method channel (line 362) | def channel(self, *args, **kwargs) -> Any: ... method counter (line 363) | def counter(self, *args, **kwargs) -> Any: ... method deinit (line 364) | def deinit(self, *args, **kwargs) -> Any: ... method freq (line 365) | def freq(self, *args, **kwargs) -> Any: ... method init (line 366) | def init(self, *args, **kwargs) -> Any: ... method period (line 367) | def period(self, *args, **kwargs) -> Any: ... method prescaler (line 368) | def prescaler(self, *args, **kwargs) -> Any: ... method source_freq (line 369) | def source_freq(self, *args, **kwargs) -> Any: ... class UART (line 371) | class UART: method __init__ (line 372) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 373) | def any(self, *args, **kwargs) -> Any: ... method read (line 374) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 375) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 376) | def readline(self, *args, **kwargs) -> Any: ... method write (line 377) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 381) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 382) | def init(self, *args, **kwargs) -> Any: ... method irq (line 383) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 384) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 385) | def sendbreak(self, *args, **kwargs) -> Any: ... method writechar (line 386) | def writechar(self, *args, **kwargs) -> Any: ... class USB_HID (line 388) | class USB_HID: method __init__ (line 389) | def __init__(self, *argv, **kwargs) -> None: ... method send (line 390) | def send(self, *args, **kwargs) -> Any: ... method recv (line 391) | def recv(self, *args, **kwargs) -> Any: ... class USB_VCP (line 393) | class USB_VCP: method __init__ (line 394) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 395) | def any(self, *args, **kwargs) -> Any: ... method close (line 396) | def close(self, *args, **kwargs) -> Any: ... method read (line 397) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 398) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 399) | def readline(self, *args, **kwargs) -> Any: ... method send (line 400) | def send(self, *args, **kwargs) -> Any: ... method write (line 401) | def write(self, *args, **kwargs) -> Any: ... method init (line 405) | def init(self, *args, **kwargs) -> Any: ... method irq (line 406) | def irq(self, *args, **kwargs) -> Any: ... method isconnected (line 407) | def isconnected(self, *args, **kwargs) -> Any: ... method readlines (line 408) | def readlines(self, *args, **kwargs) -> Any: ... method recv (line 409) | def recv(self, *args, **kwargs) -> Any: ... method setinterrupt (line 410) | def setinterrupt(self, *args, **kwargs) -> Any: ... function bootloader (line 412) | def bootloader(*args, **kwargs) -> Any: ... function country (line 413) | def country(*args, **kwargs) -> Any: ... function delay (line 414) | def delay(*args, **kwargs) -> Any: ... function dht_readinto (line 415) | def dht_readinto(*args, **kwargs) -> Any: ... function disable_irq (line 416) | def disable_irq(*args, **kwargs) -> Any: ... function elapsed_micros (line 417) | def elapsed_micros(*args, **kwargs) -> Any: ... function elapsed_millis (line 418) | def elapsed_millis(*args, **kwargs) -> Any: ... function enable_irq (line 419) | def enable_irq(*args, **kwargs) -> Any: ... function fault_debug (line 420) | def fault_debug(*args, **kwargs) -> Any: ... function freq (line 421) | def freq(*args, **kwargs) -> Any: ... function hard_reset (line 422) | def hard_reset(*args, **kwargs) -> Any: ... function have_cdc (line 423) | def have_cdc(*args, **kwargs) -> Any: ... function hid (line 424) | def hid(*args, **kwargs) -> Any: ... function info (line 429) | def info(*args, **kwargs) -> Any: ... function micros (line 430) | def micros(*args, **kwargs) -> Any: ... function millis (line 431) | def millis(*args, **kwargs) -> Any: ... function mount (line 432) | def mount(*args, **kwargs) -> Any: ... function pwm (line 433) | def pwm(*args, **kwargs) -> Any: ... function repl_info (line 434) | def repl_info(*args, **kwargs) -> Any: ... function repl_uart (line 435) | def repl_uart(*args, **kwargs) -> Any: ... function rng (line 436) | def rng(*args, **kwargs) -> Any: ... function servo (line 437) | def servo(*args, **kwargs) -> Any: ... function standby (line 438) | def standby(*args, **kwargs) -> Any: ... function sync (line 439) | def sync(*args, **kwargs) -> Any: ... function udelay (line 440) | def udelay(*args, **kwargs) -> Any: ... function unique_id (line 441) | def unique_id(*args, **kwargs) -> Any: ... function usb_mode (line 442) | def usb_mode(*args, **kwargs) -> Any: ... function wfi (line 443) | def wfi(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/socket.py function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 19) | class socket: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: method close (line 26) | def close(self, *args, **kwargs) -> Any: method send (line 29) | def send(self, *args, **kwargs) -> Any: method accept (line 32) | def accept(self, *args, **kwargs) -> Any: method bind (line 35) | def bind(self, *args, **kwargs) -> Any: method connect (line 38) | def connect(self, *args, **kwargs) -> Any: method listen (line 41) | def listen(self, *args, **kwargs) -> Any: method recv (line 44) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 47) | def recvfrom(self, *args, **kwargs) -> Any: method sendto (line 50) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 53) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 56) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 59) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/socket.pyi function getaddrinfo (line 9) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 11) | class socket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method send (line 14) | def send(self, *args, **kwargs) -> Any: ... method accept (line 15) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 16) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 17) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 18) | def listen(self, *args, **kwargs) -> Any: ... method recv (line 19) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 20) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendto (line 21) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 22) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 23) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 24) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/time.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/time.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 64) | class Event: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: method clear (line 71) | def clear(self, *args, **kwargs) -> Any: method set (line 74) | def set(self, *args, **kwargs) -> Any: method is_set (line 77) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 83) | class Lock: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: method release (line 90) | def release(self, *args, **kwargs) -> Any: method locked (line 93) | def locked(self, *args, **kwargs) -> Any: function ticks (line 99) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 103) | class TimeoutError(Exception): class SingletonGenerator (line 107) | class SingletonGenerator: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 115) | class IOQueue: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: method remove (line 122) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 125) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 128) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 131) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 135) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 139) | def run_until_complete(*args, **kwargs) -> Any: function run (line 143) | def run(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 28) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 33) | def release(self, *args, **kwargs) -> Any: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 60) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 64) | class TimeoutError(Exception): class SingletonGenerator (line 68) | class SingletonGenerator: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 76) | class IOQueue: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method remove (line 83) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 86) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 89) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 92) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 96) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 100) | def run_until_complete(*args, **kwargs) -> Any: function run (line 104) | def run(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method release (line 16) | def release(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_16-pyboard/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_16-pyboard/uhashlib.py class sha256 (line 9) | class sha256: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/uhashlib.pyi class sha256 (line 3) | class sha256: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/umachine.py class RTC (line 9) | class RTC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method calibration (line 16) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 19) | def datetime(self, *args, **kwargs) -> Any: method info (line 22) | def info(self, *args, **kwargs) -> Any: method init (line 25) | def init(self, *args, **kwargs) -> Any: method wakeup (line 28) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 32) | class ADC: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: method read_u16 (line 44) | def read_u16(self, *args, **kwargs) -> Any: class I2C (line 52) | class I2C: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 59) | def readinto(self, *args, **kwargs) -> Any: method start (line 62) | def start(self, *args, **kwargs) -> Any: method stop (line 65) | def stop(self, *args, **kwargs) -> Any: method write (line 68) | def write(self, *args, **kwargs) -> Any: method init (line 71) | def init(self, *args, **kwargs) -> Any: method readfrom (line 74) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 77) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 80) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 83) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 86) | def scan(self, *args, **kwargs) -> Any: method writeto (line 89) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 92) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 95) | def writevto(self, *args, **kwargs) -> Any: class Pin (line 102) | class Pin: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: method dict (line 110) | def dict(cls, *args, **kwargs) -> Any: method value (line 113) | def value(self, *args, **kwargs) -> Any: method af (line 155) | def af(self, *args, **kwargs) -> Any: method af_list (line 158) | def af_list(self, *args, **kwargs) -> Any: class board (line 161) | class board: method __init__ (line 164) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 218) | class cpu: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: method debug (line 274) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 277) | def gpio(self, *args, **kwargs) -> Any: method high (line 280) | def high(self, *args, **kwargs) -> Any: method init (line 283) | def init(self, *args, **kwargs) -> Any: method irq (line 286) | def irq(self, *args, **kwargs) -> Any: method low (line 289) | def low(self, *args, **kwargs) -> Any: method mapper (line 293) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 296) | def mode(self, *args, **kwargs) -> Any: method name (line 299) | def name(self, *args, **kwargs) -> Any: method names (line 302) | def names(self, *args, **kwargs) -> Any: method off (line 305) | def off(self, *args, **kwargs) -> Any: method on (line 308) | def on(self, *args, **kwargs) -> Any: method pin (line 311) | def pin(self, *args, **kwargs) -> Any: method port (line 314) | def port(self, *args, **kwargs) -> Any: method pull (line 317) | def pull(self, *args, **kwargs) -> Any: class SPI (line 324) | class SPI: method __init__ (line 327) | def __init__(self, *argv, **kwargs) -> None: method read (line 331) | def read(self, *args, **kwargs) -> Any: method readinto (line 334) | def readinto(self, *args, **kwargs) -> Any: method write (line 337) | def write(self, *args, **kwargs) -> Any: method deinit (line 343) | def deinit(self, *args, **kwargs) -> Any: method init (line 346) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 349) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 353) | class Signal: method __init__ (line 356) | def __init__(self, *argv, **kwargs) -> None: method value (line 360) | def value(self, *args, **kwargs) -> Any: method off (line 363) | def off(self, *args, **kwargs) -> Any: method on (line 366) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 370) | class SoftI2C: method __init__ (line 373) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 377) | def readinto(self, *args, **kwargs) -> Any: method start (line 380) | def start(self, *args, **kwargs) -> Any: method stop (line 383) | def stop(self, *args, **kwargs) -> Any: method write (line 386) | def write(self, *args, **kwargs) -> Any: method init (line 389) | def init(self, *args, **kwargs) -> Any: method readfrom (line 392) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 395) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 398) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 401) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 404) | def scan(self, *args, **kwargs) -> Any: method writeto (line 407) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 410) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 413) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 417) | class SoftSPI: method __init__ (line 420) | def __init__(self, *argv, **kwargs) -> None: method read (line 424) | def read(self, *args, **kwargs) -> Any: method readinto (line 427) | def readinto(self, *args, **kwargs) -> Any: method write (line 430) | def write(self, *args, **kwargs) -> Any: method deinit (line 436) | def deinit(self, *args, **kwargs) -> Any: method init (line 439) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 442) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 446) | class Timer: method __init__ (line 449) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 456) | def deinit(self, *args, **kwargs) -> Any: method init (line 459) | def init(self, *args, **kwargs) -> Any: class UART (line 463) | class UART: method __init__ (line 466) | def __init__(self, *argv, **kwargs) -> None: method any (line 470) | def any(self, *args, **kwargs) -> Any: method read (line 473) | def read(self, *args, **kwargs) -> Any: method readinto (line 476) | def readinto(self, *args, **kwargs) -> Any: method readline (line 479) | def readline(self, *args, **kwargs) -> Any: method write (line 482) | def write(self, *args, **kwargs) -> Any: method deinit (line 489) | def deinit(self, *args, **kwargs) -> Any: method init (line 492) | def init(self, *args, **kwargs) -> Any: method irq (line 495) | def irq(self, *args, **kwargs) -> Any: method readchar (line 498) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 501) | def sendbreak(self, *args, **kwargs) -> Any: method writechar (line 504) | def writechar(self, *args, **kwargs) -> Any: class WDT (line 508) | class WDT: method __init__ (line 511) | def __init__(self, *argv, **kwargs) -> None: method feed (line 515) | def feed(self, *args, **kwargs) -> Any: function bootloader (line 522) | def bootloader(*args, **kwargs) -> Any: function deepsleep (line 526) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 530) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 534) | def enable_irq(*args, **kwargs) -> Any: function freq (line 538) | def freq(*args, **kwargs) -> Any: function idle (line 542) | def idle(*args, **kwargs) -> Any: function info (line 546) | def info(*args, **kwargs) -> Any: function lightsleep (line 550) | def lightsleep(*args, **kwargs) -> Any: function reset (line 559) | def reset(*args, **kwargs) -> Any: function reset_cause (line 563) | def reset_cause(*args, **kwargs) -> Any: function rng (line 567) | def rng(*args, **kwargs) -> Any: function sleep (line 571) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 575) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 579) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 583) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/umachine.pyi class RTC (line 3) | class RTC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method calibration (line 5) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 6) | def datetime(self, *args, **kwargs) -> Any: ... method info (line 7) | def info(self, *args, **kwargs) -> Any: ... method init (line 8) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 9) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 11) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method read_u16 (line 17) | def read_u16(self, *args, **kwargs) -> Any: ... class I2C (line 22) | class I2C: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 25) | def start(self, *args, **kwargs) -> Any: ... method stop (line 26) | def stop(self, *args, **kwargs) -> Any: ... method write (line 27) | def write(self, *args, **kwargs) -> Any: ... method init (line 28) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 29) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 30) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 31) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 32) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 33) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 34) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 35) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 36) | def writevto(self, *args, **kwargs) -> Any: ... class Pin (line 40) | class Pin: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... method dict (line 43) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 44) | def value(self, *args, **kwargs) -> Any: ... method af (line 83) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 84) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 86) | class board: method __init__ (line 87) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 138) | class cpu: method __init__ (line 139) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 188) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 189) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 190) | def high(self, *args, **kwargs) -> Any: ... method init (line 191) | def init(self, *args, **kwargs) -> Any: ... method irq (line 192) | def irq(self, *args, **kwargs) -> Any: ... method low (line 193) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 195) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 196) | def mode(self, *args, **kwargs) -> Any: ... method name (line 197) | def name(self, *args, **kwargs) -> Any: ... method names (line 198) | def names(self, *args, **kwargs) -> Any: ... method off (line 199) | def off(self, *args, **kwargs) -> Any: ... method on (line 200) | def on(self, *args, **kwargs) -> Any: ... method pin (line 201) | def pin(self, *args, **kwargs) -> Any: ... method port (line 202) | def port(self, *args, **kwargs) -> Any: ... method pull (line 203) | def pull(self, *args, **kwargs) -> Any: ... class SPI (line 207) | class SPI: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 209) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 210) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 211) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 214) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 215) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 216) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 218) | class Signal: method __init__ (line 219) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 220) | def value(self, *args, **kwargs) -> Any: ... method off (line 221) | def off(self, *args, **kwargs) -> Any: ... method on (line 222) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 224) | class SoftI2C: method __init__ (line 225) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 226) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 227) | def start(self, *args, **kwargs) -> Any: ... method stop (line 228) | def stop(self, *args, **kwargs) -> Any: ... method write (line 229) | def write(self, *args, **kwargs) -> Any: ... method init (line 230) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 231) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 232) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 233) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 234) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 235) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 236) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 237) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 238) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 240) | class SoftSPI: method __init__ (line 241) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 242) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 243) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 244) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 247) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 248) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 249) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 251) | class Timer: method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 255) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 256) | def init(self, *args, **kwargs) -> Any: ... class UART (line 258) | class UART: method __init__ (line 259) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 260) | def any(self, *args, **kwargs) -> Any: ... method read (line 261) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 262) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 263) | def readline(self, *args, **kwargs) -> Any: ... method write (line 264) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 268) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 269) | def init(self, *args, **kwargs) -> Any: ... method irq (line 270) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 271) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 272) | def sendbreak(self, *args, **kwargs) -> Any: ... method writechar (line 273) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 275) | class WDT: method __init__ (line 276) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 277) | def feed(self, *args, **kwargs) -> Any: ... function bootloader (line 281) | def bootloader(*args, **kwargs) -> Any: ... function deepsleep (line 282) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 283) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 284) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 285) | def freq(*args, **kwargs) -> Any: ... function idle (line 286) | def idle(*args, **kwargs) -> Any: ... function info (line 287) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 288) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 294) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 295) | def reset_cause(*args, **kwargs) -> Any: ... function rng (line 296) | def rng(*args, **kwargs) -> Any: ... function sleep (line 297) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 298) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 299) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 300) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 16) | class VfsFat: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: method open (line 23) | def open(self, *args, **kwargs) -> Any: method remove (line 26) | def remove(self, *args, **kwargs) -> Any: method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 35) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 38) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 41) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 44) | def mount(self, *args, **kwargs) -> Any: method rename (line 47) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 50) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 53) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 56) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 59) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 63) | class VfsLfs2: method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: method open (line 70) | def open(self, *args, **kwargs) -> Any: method remove (line 73) | def remove(self, *args, **kwargs) -> Any: method chdir (line 76) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 79) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 82) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 85) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 88) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 91) | def mount(self, *args, **kwargs) -> Any: method rename (line 94) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 97) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 100) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 103) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 106) | def umount(self, *args, **kwargs) -> Any: function chdir (line 110) | def chdir(*args, **kwargs) -> Any: function dupterm (line 114) | def dupterm(*args, **kwargs) -> Any: function getcwd (line 118) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 122) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 126) | def listdir(*args, **kwargs) -> Any: function mkdir (line 130) | def mkdir(*args, **kwargs) -> Any: function mount (line 134) | def mount(*args, **kwargs) -> Any: function rename (line 138) | def rename(*args, **kwargs) -> Any: function rmdir (line 142) | def rmdir(*args, **kwargs) -> Any: function stat (line 146) | def stat(*args, **kwargs) -> Any: function statvfs (line 150) | def statvfs(*args, **kwargs) -> Any: function sync (line 154) | def sync(*args, **kwargs) -> Any: function umount (line 158) | def umount(*args, **kwargs) -> Any: function uname (line 162) | def uname(*args, **kwargs) -> Any: function unlink (line 166) | def unlink(*args, **kwargs) -> Any: function urandom (line 170) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 7) | class VfsFat: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 9) | def open(self, *args, **kwargs) -> Any: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 11) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 12) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 13) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 14) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 15) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 16) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 17) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 18) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 19) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 20) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 21) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 23) | class VfsLfs2: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 25) | def open(self, *args, **kwargs) -> Any: ... method remove (line 26) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 27) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 28) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 29) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 30) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 31) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 32) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 33) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 34) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 35) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 36) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 37) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 39) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 40) | def dupterm(*args, **kwargs) -> Any: ... function getcwd (line 41) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 42) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 43) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 44) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 45) | def mount(*args, **kwargs) -> Any: ... function rename (line 46) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 47) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 48) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 49) | def statvfs(*args, **kwargs) -> Any: ... function sync (line 50) | def sync(*args, **kwargs) -> Any: ... function umount (line 51) | def umount(*args, **kwargs) -> Any: ... function uname (line 52) | def uname(*args, **kwargs) -> Any: ... function unlink (line 53) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 54) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/usocket.py function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 19) | class socket: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: method close (line 26) | def close(self, *args, **kwargs) -> Any: method send (line 29) | def send(self, *args, **kwargs) -> Any: method accept (line 32) | def accept(self, *args, **kwargs) -> Any: method bind (line 35) | def bind(self, *args, **kwargs) -> Any: method connect (line 38) | def connect(self, *args, **kwargs) -> Any: method listen (line 41) | def listen(self, *args, **kwargs) -> Any: method recv (line 44) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 47) | def recvfrom(self, *args, **kwargs) -> Any: method sendto (line 50) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 53) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 56) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 59) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/usocket.pyi function getaddrinfo (line 9) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 11) | class socket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method send (line 14) | def send(self, *args, **kwargs) -> Any: ... method accept (line 15) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 16) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 17) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 18) | def listen(self, *args, **kwargs) -> Any: ... method recv (line 19) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 20) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendto (line 21) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 22) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 23) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 24) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/usys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/usys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/utime.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/utime.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_16-pyboard/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_16-pyboard/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-docstubs/array.pyi class array (line 18) | class array: method __init__ (line 25) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 26) | def append(self, val) -> Incomplete: method extend (line 31) | def extend(self, iterable) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/binascii.pyi function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function a2b_base64 (line 34) | def a2b_base64(data) -> bytes: function b2a_base64 (line 42) | def b2a_base64(data) -> bytes: FILE: stubs/micropython-v1_17-docstubs/bluetooth.pyi class BLE (line 24) | class BLE: method __init__ (line 29) | def __init__(self) -> None: ... method active (line 30) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method config (line 38) | def config(self, param, /) -> Tuple: method irq (line 101) | def irq(self, handler, /) -> int: method gap_advertise (line 296) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_scan (line 312) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gap_connect (line 347) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, /) -> None: method gap_disconnect (line 356) | def gap_disconnect(self, conn_handle, /) -> bool: method gatts_register_services (line 370) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 432) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 438) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 447) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 461) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gatts_set_buffer (line 473) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gattc_discover_services (line 485) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_discover_characteristics (line 495) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gattc_discover_descriptors (line 509) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_read (line 517) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_write (line 526) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_exchange_mtu (line 545) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method l2cap_listen (line 558) | def l2cap_listen(self, psm, mtu, /) -> Incomplete: method l2cap_connect (line 574) | def l2cap_connect(self, conn_handle, psm, mtu, /) -> None: method l2cap_disconnect (line 585) | def l2cap_disconnect(self, conn_handle, cid, /) -> None: method l2cap_send (line 591) | def l2cap_send(self, conn_handle, cid, buf, /) -> bool: method l2cap_recvinto (line 606) | def l2cap_recvinto(self, conn_handle, cid, buf, /) -> int: method gap_pair (line 625) | def gap_pair(self, conn_handle, /) -> Incomplete: method gap_passkey (line 635) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: class UUID (line 653) | class UUID: method __init__ (line 663) | def __init__(self, value, /) -> None: ... FILE: stubs/micropython-v1_17-docstubs/btree.pyi class btree (line 91) | class btree: method close (line 94) | def close(self) -> None: method flush (line 103) | def flush(self) -> Incomplete: method __getitem__ (line 108) | def __getitem__(self, key) -> Incomplete: method get (line 113) | def get(self, key, default=None, /) -> Incomplete: method __setitem__ (line 118) | def __setitem__(self, key, val) -> Incomplete: method __delitem__ (line 123) | def __delitem__(self, key) -> Incomplete: method __contains__ (line 128) | def __contains__(self, key) -> Incomplete: method __iter__ (line 133) | def __iter__(self) -> Incomplete: method keys (line 139) | def keys(self, start_key, end_key, flags: Optional[Any] = None) -> Inc... method values (line 155) | def values(self, start_key, end_key, flags: Optional[Any] = None) -> I... method items (line 171) | def items(self, start_key, end_key, flags: Optional[Any] = None) -> In... function open (line 188) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_17-docstubs/cmath.pyi function cos (line 25) | def cos(z) -> float: function exp (line 31) | def exp(z) -> float: function log (line 37) | def log(z) -> float: function log10 (line 43) | def log10(z) -> float: function phase (line 49) | def phase(z) -> float: function polar (line 55) | def polar(z) -> Tuple: function rect (line 61) | def rect(r, phi) -> float: function sin (line 67) | def sin(z) -> float: function sqrt (line 73) | def sqrt(z) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/collections.pyi class deque (line 19) | class deque(stdlib_deque): method __init__ (line 37) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 38) | def append(self, x) -> Incomplete: method popleft (line 44) | def popleft(self) -> Incomplete: class OrderedDict (line 51) | class OrderedDict(stdlib_OrderedDict): method __init__ (line 76) | def __init__(self, *args, **kwargs) -> None: ... function namedtuple (line 78) | def namedtuple(name, fields) -> stdlib_NamedTuple: FILE: stubs/micropython-v1_17-docstubs/cryptolib.pyi class aes (line 12) | class aes: method __init__ (line 13) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method encrypt (line 33) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 41) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/esp.pyi function sleep_type (line 16) | def sleep_type(sleep_type: Optional[Any] = None) -> Incomplete: function deepsleep (line 37) | def deepsleep(time_us=0, /) -> Incomplete: function flash_id (line 50) | def flash_id() -> Incomplete: function flash_size (line 58) | def flash_size() -> Incomplete: function flash_user_start (line 64) | def flash_user_start() -> Incomplete: function flash_read (line 70) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_write (line 71) | def flash_write(byte_offset, bytes) -> Incomplete: ... function flash_erase (line 72) | def flash_erase(sector_no) -> Incomplete: ... function set_native_code_location (line 73) | def set_native_code_location(start, length) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/esp32.pyi class Partition (line 26) | class Partition: method __init__ (line 56) | def __init__(self, id) -> None: ... method find (line 58) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None) -> List: method info (line 65) | def info(self) -> Tuple: method readblocks (line 70) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 71) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 72) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 79) | def set_boot(self) -> None: method get_next_update (line 84) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 92) | def mark_app_valid_cancel_rollback(cls) -> Incomplete: class RMT (line 105) | class RMT: method __init__ (line 122) | def __init__(self, channel, *, pin=None, clock_div=8, idle_level=False... method source_freq (line 123) | def source_freq(self) -> Incomplete: method clock_div (line 129) | def clock_div(self) -> Incomplete: method wait_done (line 135) | def wait_done(self, *, timeout=0) -> bool: method loop (line 143) | def loop(self, enable_loop) -> None: method write_pulses (line 151) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... class ULP (line 181) | class ULP: method __init__ (line 186) | def __init__(self) -> None: ... method set_wakeup_period (line 187) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 192) | def load_binary(self, load_addr, program_binary) -> None: method run (line 197) | def run(self, entry_point) -> Incomplete: class NVS (line 203) | class NVS: method __init__ (line 209) | def __init__(self, namespace) -> None: ... method set_i32 (line 210) | def set_i32(self, key, value) -> None: method get_i32 (line 215) | def get_i32(self, key) -> int: method set_blob (line 221) | def set_blob(self, key, value) -> None: method get_blob (line 229) | def get_blob(self, key, buffer) -> int: method erase_key (line 236) | def erase_key(self, key) -> Incomplete: method commit (line 241) | def commit(self) -> Incomplete: function wake_on_touch (line 247) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 254) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 262) | def wake_on_ext1(pins, level) -> None: function raw_temperature (line 270) | def raw_temperature() -> int: function hall_sensor (line 276) | def hall_sensor() -> int: function idf_heap_info (line 282) | def idf_heap_info(capabilities) -> List[Tuple]: FILE: stubs/micropython-v1_17-docstubs/framebuf.pyi class FrameBuffer (line 51) | class FrameBuffer: method __init__ (line 77) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method fill (line 78) | def fill(self, c) -> None: method pixel (line 83) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method hline (line 89) | def hline(self, x, y, w, c) -> Incomplete: ... method vline (line 90) | def vline(self, x, y, h, c) -> Incomplete: ... method line (line 91) | def line(self, x1, y1, x2, y2, c) -> None: method rect (line 100) | def rect(self, x, y, w, h, c) -> Incomplete: ... method fill_rect (line 101) | def fill_rect(self, x, y, w, h, c) -> None: method text (line 108) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method scroll (line 116) | def scroll(self, xstep, ystep) -> Incomplete: method blit (line 122) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: FILE: stubs/micropython-v1_17-docstubs/gc.pyi function enable (line 14) | def enable() -> None: function disable (line 20) | def disable() -> None: function collect (line 27) | def collect() -> None: function mem_alloc (line 33) | def mem_alloc() -> int: function mem_free (line 43) | def mem_free() -> int: function threshold (line 54) | def threshold(amount: Optional[Any] = None) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/hashlib.pyi class sha256 (line 32) | class sha256: method __init__ (line 37) | def __init__(self, data: Optional[Any] = None) -> None: ... class sha1 (line 39) | class sha1: method __init__ (line 44) | def __init__(self, data: Optional[Any] = None) -> None: ... class md5 (line 46) | class md5: method __init__ (line 51) | def __init__(self, data: Optional[Any] = None) -> None: ... class hash (line 53) | class hash: method update (line 56) | def update(self, data) -> Incomplete: method digest (line 61) | def digest(self) -> bytes: method hexdigest (line 67) | def hexdigest(self) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/heapq.pyi function heappush (line 19) | def heappush(heap, item) -> Incomplete: function heappop (line 25) | def heappop(heap) -> Incomplete: function heapify (line 34) | def heapify(x) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/io.pyi class FileIO (line 18) | class FileIO(IO): method __init__ (line 24) | def __init__(self, *args, **kwargs) -> None: ... class TextIOWrapper (line 26) | class TextIOWrapper(IO): method __init__ (line 32) | def __init__(self, *args, **kwargs) -> None: ... class StringIO (line 34) | class StringIO(IO): method __init__ (line 35) | def __init__(self, string: Optional[Any] = None) -> None: ... class BytesIO (line 37) | class BytesIO(IO): method __init__ (line 50) | def __init__(self, string: Optional[Any] = None) -> None: ... method getvalue (line 51) | def getvalue(self) -> Incomplete: function open (line 57) | def open(name, mode="r", **kwargs) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/json.pyi function dump (line 16) | def dump(obj, stream, separators=None) -> Incomplete: function dumps (line 26) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Incomplete: function loads (line 45) | def loads(str) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/lcd160cr.pyi class LCD160CR (line 39) | class LCD160CR: method __init__ (line 82) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method rgb (line 84) | def rgb(r, g, b) -> int: method clip_line (line 93) | def clip_line(data, w, h) -> Incomplete: method set_power (line 98) | def set_power(self, on) -> None: method set_orient (line 104) | def set_orient(self, orient) -> None: method set_brightness (line 110) | def set_brightness(self, value) -> None: method set_i2c_addr (line 115) | def set_i2c_addr(self, addr) -> None: method set_uart_baudrate (line 121) | def set_uart_baudrate(self, baudrate) -> None: method set_startup_deco (line 126) | def set_startup_deco(self, value) -> None: method save_to_flash (line 132) | def save_to_flash(self) -> Incomplete: method set_pixel (line 138) | def set_pixel(self, x, y, c) -> None: method get_pixel (line 144) | def get_pixel(self, x, y) -> Incomplete: method get_line (line 149) | def get_line(self, x, y, buf) -> Incomplete: method screen_dump (line 157) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Incomplete: method screen_load (line 167) | def screen_load(self, buf) -> None: method set_pos (line 172) | def set_pos(self, x, y) -> None: method set_text_color (line 178) | def set_text_color(self, fg, bg) -> None: method set_font (line 183) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method write (line 203) | def write(self, s) -> None: method set_pen (line 210) | def set_pen(self, line, fill) -> None: method erase (line 215) | def erase(self) -> Incomplete: method dot (line 220) | def dot(self, x, y) -> None: method rect (line 225) | def rect(self, x, y, w, h) -> Incomplete: ... method rect_outline (line 226) | def rect_outline(self, x, y, w, h) -> Incomplete: ... method rect_interior (line 227) | def rect_interior(self, x, y, w, h) -> None: method line (line 235) | def line(self, x1, y1, x2, y2) -> None: method dot_no_clip (line 240) | def dot_no_clip(self, x, y) -> Incomplete: ... method rect_no_clip (line 241) | def rect_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_outline_no_clip (line 242) | def rect_outline_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_interior_no_clip (line 243) | def rect_interior_no_clip(self, x, y, w, h) -> Incomplete: ... method line_no_clip (line 244) | def line_no_clip(self, x1, y1, x2, y2) -> Incomplete: method poly_dot (line 251) | def poly_dot(self, data) -> None: method poly_line (line 258) | def poly_line(self, data) -> Incomplete: method touch_config (line 263) | def touch_config(self, calib=False, save=False, irq=None) -> None: method is_touched (line 278) | def is_touched(self) -> bool: method get_touch (line 284) | def get_touch(self) -> Tuple: method set_spi_win (line 291) | def set_spi_win(self, x, y, w, h) -> None: method fast_spi (line 296) | def fast_spi(self, flush=True) -> SPI: method show_framebuf (line 309) | def show_framebuf(self, buf) -> None: method set_scroll (line 320) | def set_scroll(self, on) -> None: method set_scroll_win (line 326) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 343) | def set_scroll_win_param(self, win, param, value) -> Incomplete: method set_scroll_buf (line 353) | def set_scroll_buf(self, s) -> None: method jpeg (line 359) | def jpeg(self, buf) -> None: method jpeg_start (line 367) | def jpeg_start(self, total_len) -> Incomplete: ... method jpeg_data (line 368) | def jpeg_data(self, buf) -> None: method feed_wdt (line 376) | def feed_wdt(self) -> Incomplete: method reset (line 383) | def reset(self) -> None: FILE: stubs/micropython-v1_17-docstubs/machine.pyi class Pin (line 55) | class Pin: method __init__ (line 156) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method init (line 157) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 166) | def value(self, x: Optional[Any] = None) -> int: method __call__ (line 199) | def __call__(self, x: Optional[Any] = None) -> Incomplete: method on (line 206) | def on(self) -> None: method off (line 211) | def off(self) -> None: method irq (line 216) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 260) | def low(self) -> None: method high (line 267) | def high(self) -> None: method mode (line 274) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method pull (line 282) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method drive (line 290) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class Signal (line 299) | class Signal(Pin): method __init__ (line 320) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 321) | def value(self, x: Optional[Any] = None) -> int: method on (line 340) | def on(self) -> None: method off (line 345) | def off(self) -> None: class ADC (line 351) | class ADC: method __init__ (line 359) | def __init__(self, id) -> None: ... method read_u16 (line 360) | def read_u16(self) -> int: class PWM (line 368) | class PWM: method __init__ (line 385) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method init (line 386) | def init(self, *, freq, duty_u16, duty_ns) -> None: method deinit (line 392) | def deinit(self) -> None: method freq (line 397) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 407) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 418) | def duty_ns(self, value: Optional[Any] = None) -> int: class UART (line 428) | class UART: method __init__ (line 439) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 440) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method deinit (line 479) | def deinit(self) -> None: method any (line 484) | def any(self) -> int: method read (line 498) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 508) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 518) | def readline(self) -> None: method write (line 526) | def write(self, buf) -> int: method sendbreak (line 533) | def sendbreak(self) -> None: method irq (line 539) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... class SPI (line 566) | class SPI: method __init__ (line 584) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 585) | def init( method deinit (line 610) | def deinit(self) -> None: method read (line 615) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 622) | def readinto(self, buf, write=0x00) -> int: method write (line 631) | def write(self, buf) -> int: method write_readinto (line 639) | def write_readinto(self, write_buf, read_buf) -> int: class SoftSPI (line 650) | class SoftSPI: method __init__ (line 657) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... class I2C (line 659) | class I2C: method __init__ (line 675) | def __init__( method init (line 678) | def init(self, scl, sda, *, freq=400000) -> None: method deinit (line 687) | def deinit(self) -> None: method scan (line 694) | def scan(self) -> List: method start (line 701) | def start(self) -> None: method stop (line 706) | def stop(self) -> None: method readinto (line 711) | def readinto(self, buf, nack=True, /) -> Incomplete: method write (line 720) | def write(self, buf) -> int: method readfrom (line 727) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 734) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method writeto (line 743) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 752) | def writevto(self, addr, vector, stop=True, /) -> int: method readfrom_mem (line 767) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 775) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method writeto_mem (line 786) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: class SoftI2C (line 797) | class SoftI2C(I2C): method __init__ (line 810) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... class I2S (line 812) | class I2S: method __init__ (line 849) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method init (line 850) | def init(self, sck, *args, **kwargs) -> Incomplete: method deinit (line 855) | def deinit(self) -> Incomplete: method readinto (line 860) | def readinto(self, buf) -> int: method write (line 868) | def write(self, buf) -> int: method irq (line 876) | def irq(self, handler) -> Incomplete: method shift (line 884) | def shift(buf, bits, shift) -> Incomplete: class RTC (line 892) | class RTC: method __init__ (line 899) | def __init__(self, id=0, *args, **kwargs) -> None: ... method datetime (line 900) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 915) | def init(self, datetime) -> None: method now (line 922) | def now(self) -> Tuple: method deinit (line 927) | def deinit(self) -> None: method alarm (line 932) | def alarm(self, id, time, *, repeat=False) -> None: method alarm_left (line 939) | def alarm_left(self, alarm_id=0) -> int: method cancel (line 944) | def cancel(self, alarm_id=0) -> None: method irq (line 949) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: class Timer (line 960) | class Timer: method __init__ (line 972) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 973) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method deinit (line 990) | def deinit(self) -> None: class WDT (line 996) | class WDT: method __init__ (line 1005) | def __init__(self, id=0, timeout=5000) -> None: ... class wdt (line 1007) | class wdt: method feed (line 1010) | def feed(self) -> None: class SD (line 1018) | class SD: method __init__ (line 1023) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 1024) | def init(self, id=0, pins=("GP10", "GP11", "GP15")) -> None: method deinit (line 1030) | def deinit(self) -> None: class SDCard (line 1036) | class SDCard: method __init__ (line 1067) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... function reset (line 1069) | def reset() -> NoReturn: function soft_reset (line 1076) | def soft_reset() -> NoReturn: function reset_cause (line 1084) | def reset_cause() -> int: function bootloader (line 1090) | def bootloader(value: Optional[Any] = None) -> None: function disable_irq (line 1100) | def disable_irq() -> Incomplete: function enable_irq (line 1109) | def enable_irq(state) -> Incomplete: function freq (line 1117) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 1125) | def idle() -> Incomplete: function sleep (line 1134) | def sleep() -> Incomplete: function lightsleep (line 1140) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function deepsleep (line 1165) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 1190) | def wake_reason() -> Incomplete: function unique_id (line 1198) | def unique_id() -> bytes: function time_pulse_us (line 1207) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function bitstream (line 1225) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function rng (line 1249) | def rng() -> int: FILE: stubs/micropython-v1_17-docstubs/math.pyi function acos (line 27) | def acos(x) -> float: function acosh (line 33) | def acosh(x) -> float: function asin (line 39) | def asin(x) -> float: function asinh (line 45) | def asinh(x) -> float: function atan (line 51) | def atan(x) -> float: function atan2 (line 57) | def atan2(y, x) -> float: function atanh (line 63) | def atanh(x) -> float: function ceil (line 69) | def ceil(x) -> int: function copysign (line 75) | def copysign(x, y) -> Incomplete: function cos (line 81) | def cos(x) -> float: function cosh (line 87) | def cosh(x) -> float: function degrees (line 93) | def degrees(x) -> Incomplete: function erf (line 99) | def erf(x) -> Incomplete: function erfc (line 105) | def erfc(x) -> Incomplete: function exp (line 111) | def exp(x) -> float: function expm1 (line 117) | def expm1(x) -> Incomplete: function fabs (line 123) | def fabs(x) -> Incomplete: function floor (line 129) | def floor(x) -> int: function fmod (line 135) | def fmod(x, y) -> Incomplete: function frexp (line 141) | def frexp(x) -> Incomplete: function gamma (line 150) | def gamma(x) -> Incomplete: function isfinite (line 156) | def isfinite(x) -> bool: function isinf (line 162) | def isinf(x) -> bool: function isnan (line 168) | def isnan(x) -> bool: function ldexp (line 174) | def ldexp(x, exp) -> Incomplete: function lgamma (line 180) | def lgamma(x) -> float: function log (line 186) | def log(x) -> float: function log10 (line 192) | def log10(x) -> float: function log2 (line 198) | def log2(x) -> float: function modf (line 204) | def modf(x) -> Tuple: function pow (line 211) | def pow(x, y) -> Incomplete: function radians (line 217) | def radians(x) -> Incomplete: function sin (line 223) | def sin(x) -> float: function sinh (line 229) | def sinh(x) -> float: function sqrt (line 235) | def sqrt(x) -> Incomplete: function tan (line 241) | def tan(x) -> float: function tanh (line 247) | def tanh(x) -> float: function trunc (line 253) | def trunc(x) -> int: FILE: stubs/micropython-v1_17-docstubs/micropython.pyi function const (line 14) | def const(expr: Const_T) -> Const_T: function opt_level (line 36) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 56) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 69) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 80) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 91) | def stack_use() -> int: function heap_lock (line 99) | def heap_lock() -> int: ... function heap_unlock (line 100) | def heap_unlock() -> int: ... function heap_locked (line 101) | def heap_locked() -> bool: function kbd_intr (line 123) | def kbd_intr(chr) -> None: function schedule (line 136) | def schedule(func, arg) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/neopixel.pyi class NeoPixel (line 19) | class NeoPixel: method __init__ (line 29) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method fill (line 30) | def fill(self, pixel) -> None: method __len__ (line 36) | def __len__(self) -> int: method __setitem__ (line 41) | def __setitem__(self, index, val) -> None: method __getitem__ (line 46) | def __getitem__(self, index) -> Tuple: method write (line 51) | def write(self) -> None: FILE: stubs/micropython-v1_17-docstubs/network.pyi class AbstractNIC (line 46) | class AbstractNIC: method __init__ (line 53) | def __init__(self, id=None, *args, **kwargs) -> None: ... method active (line 54) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 63) | def connect(self, service_id: Optional[Any] = None, key: Optional[Any]... method disconnect (line 80) | def disconnect(self) -> None: method isconnected (line 85) | def isconnected(self) -> bool: method scan (line 90) | def scan(self, *args, **kwargs) -> List[Tuple]: method status (line 107) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 123) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 133) | def config(self, param) -> Incomplete: class WLAN (line 151) | class WLAN: method __init__ (line 160) | def __init__(self, interface_id) -> None: ... method active (line 161) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 168) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 176) | def disconnect(self) -> None: method scan (line 181) | def scan(self) -> List[Tuple]: method status (line 209) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 227) | def isconnected(self) -> bool: method ifconfig (line 234) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 244) | def config(self, *args, **kwargs) -> Incomplete: class WLANWiPy (line 277) | class WLANWiPy: method __init__ (line 300) | def __init__(self, id=0, *args, **kwargs) -> None: ... method init (line 301) | def init(self, mode, *, ssid, auth, channel, antenna) -> Incomplete: method connect (line 328) | def connect(self, ssid, *, auth=None, bssid=None, timeout=None) -> None: method scan (line 342) | def scan(self) -> List[Tuple]: method disconnect (line 348) | def disconnect(self) -> None: method isconnected (line 353) | def isconnected(self) -> bool: method ifconfig (line 359) | def ifconfig(self, if_id=0, config: Union[str, Tuple] = "dhcp") -> Tuple: method mode (line 371) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method ssid (line 376) | def ssid(self, ssid: Optional[Any] = None) -> Incomplete: method auth (line 381) | def auth(self, auth: Optional[Any] = None) -> Incomplete: method channel (line 386) | def channel(self, channel: Optional[Any] = None) -> Incomplete: method antenna (line 391) | def antenna(self, antenna: Optional[Any] = None) -> Incomplete: method mac (line 396) | def mac(self, mac_addr: Optional[Any] = None) -> bytes: method irq (line 401) | def irq(self, *, handler, wake) -> Incomplete: class CC3K (line 413) | class CC3K: method __init__ (line 436) | def __init__(self, spi, pin_cs, pin_en, pin_irq) -> None: ... method connect (line 437) | def connect(self, ssid, key=None, *, security=WPA2, bssid=None) -> None: method disconnect (line 443) | def disconnect(self) -> None: method isconnected (line 448) | def isconnected(self) -> bool: method ifconfig (line 454) | def ifconfig(self) -> Tuple: method patch_version (line 460) | def patch_version(self) -> Incomplete: method patch_program (line 465) | def patch_program(self, cmd: str, /) -> Incomplete: class WIZNET5K (line 472) | class WIZNET5K: method __init__ (line 490) | def __init__(self, spi, pin_cs, pin_rst) -> None: ... method isconnected (line 491) | def isconnected(self) -> bool: method ifconfig (line 497) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method regs (line 508) | def regs(self) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/os.pyi class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method mkfs (line 28) | def mkfs(block_dev) -> None: class VfsLfs1 (line 34) | class VfsLfs1: method __init__ (line 44) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32) ... method mkfs (line 46) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class VfsLfs2 (line 55) | class VfsLfs2: method __init__ (line 73) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method mkfs (line 75) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class AbstractBlockDev (line 84) | class AbstractBlockDev: method __init__ (line 90) | def __init__(self, *args, **kwargs) -> None: ... method readblocks (line 91) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 106) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 127) | def ioctl(self, op, arg) -> int: function uname (line 154) | def uname() -> uname_result: function urandom (line 168) | def urandom(n) -> bytes: function chdir (line 175) | def chdir(path) -> Incomplete: function getcwd (line 181) | def getcwd() -> Incomplete: function ilistdir (line 187) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 208) | def listdir(dir: Optional[Any] = None) -> Incomplete: function mkdir (line 214) | def mkdir(path) -> Incomplete: function remove (line 220) | def remove(path) -> None: function rmdir (line 226) | def rmdir(path) -> None: function rename (line 232) | def rename(old_path, new_path) -> None: function stat (line 238) | def stat(path) -> Incomplete: function statvfs (line 244) | def statvfs(path) -> Tuple: function sync (line 267) | def sync() -> None: function dupterm (line 273) | def dupterm(stream_object, index=0, /) -> IO: function mount (line 296) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function umount (line 314) | def umount(mount_point) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/pyb.pyi class Accel (line 32) | class Accel: method __init__ (line 37) | def __init__(self) -> None: ... method filtered_xyz (line 38) | def filtered_xyz(self) -> Tuple: method tilt (line 48) | def tilt(self) -> Incomplete: method x (line 53) | def x(self) -> Incomplete: method y (line 58) | def y(self) -> Incomplete: method z (line 63) | def z(self) -> Incomplete: class ADC (line 69) | class ADC: method __init__ (line 75) | def __init__(self, pin) -> None: ... method read (line 76) | def read(self) -> Incomplete: method read_timed (line 82) | def read_timed(self, buf, timer) -> Incomplete: method read_timed_multi (line 119) | def read_timed_multi(self, adcs, bufs, timer) -> bool: class CAN (line 172) | class CAN: method __init__ (line 212) | def __init__( method initfilterbanks (line 216) | def initfilterbanks(cls, nr) -> None: method init (line 226) | def init(self, mode, extframe=False, prescaler=100, *, sjw=1, bs1=6, b... method deinit (line 267) | def deinit(self) -> None: method restart (line 272) | def restart(self) -> Incomplete: method state (line 284) | def state(self) -> Incomplete: method info (line 299) | def info(self, list: Optional[Any] = None) -> Incomplete: method setfilter (line 322) | def setfilter(self, bank, mode, fifo, params, *, rtr) -> None: method clearfilter (line 365) | def clearfilter(self, bank) -> None: method any (line 372) | def any(self, fifo) -> bool: method recv (line 377) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method send (line 411) | def send(self, data, id, *, timeout=0, rtr=False) -> None: method rxcallback (line 432) | def rxcallback(self, fifo, fun) -> None: class DAC (line 468) | class DAC: method __init__ (line 493) | def __init__(self, port, bits=8, *, buffering=None) -> None: ... method init (line 494) | def init(self, bits=8, *, buffering=None) -> Incomplete: method deinit (line 501) | def deinit(self) -> Incomplete: method noise (line 506) | def noise(self, freq) -> None: method triangle (line 512) | def triangle(self, freq) -> None: method write (line 519) | def write(self, value) -> Incomplete: method write_timed (line 526) | def write_timed(self, data, freq, *, mode=NORMAL) -> Incomplete: class ExtInt (line 548) | class ExtInt: method __init__ (line 572) | def __init__(self, pin, mode, pull, callback) -> None: ... method regs (line 574) | def regs(cls) -> Incomplete: method disable (line 579) | def disable(self) -> None: method enable (line 585) | def enable(self) -> None: method line (line 590) | def line(self) -> int: method swint (line 595) | def swint(self) -> Incomplete: class Flash (line 601) | class Flash: method __init__ (line 612) | def __init__(self) -> None: ... method readblocks (line 613) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 614) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 615) | def ioctl(self, cmd, arg) -> Incomplete: class I2C (line 623) | class I2C: method __init__ (line 649) | def __init__( method deinit (line 652) | def deinit(self) -> None: method init (line 657) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method is_ready (line 670) | def is_ready(self, addr) -> Incomplete: method mem_read (line 675) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 689) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 703) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method send (line 716) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method scan (line 727) | def scan(self) -> List: class LCD (line 734) | class LCD: method __init__ (line 740) | def __init__(self, skin_position) -> None: ... method command (line 741) | def command(self, instr_data, buf) -> None: method contrast (line 748) | def contrast(self, value) -> None: method fill (line 753) | def fill(self, colour) -> None: method get (line 760) | def get(self, x, y) -> int: method light (line 767) | def light(self, value) -> None: method pixel (line 772) | def pixel(self, x, y, colour) -> None: method show (line 779) | def show(self) -> None: method text (line 784) | def text(self, str, x, y, colour) -> None: method write (line 791) | def write(self, str) -> None: class LED (line 797) | class LED: method __init__ (line 804) | def __init__(self, id) -> None: ... method intensity (line 805) | def intensity(self, value: Optional[Any] = None) -> None: method off (line 818) | def off(self) -> None: method on (line 823) | def on(self) -> None: method toggle (line 828) | def toggle(self) -> Incomplete: class Pin (line 835) | class Pin: method __init__ (line 859) | def __init__(self, id, *args, **kwargs) -> None: ... method debug (line 861) | def debug(cls, state: Optional[Any] = None) -> bool: method dict (line 867) | def dict(cls, dict: Optional[Any] = None) -> Incomplete: method mapper (line 873) | def mapper(cls, fun: Optional[Any] = None) -> Incomplete: method init (line 878) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method value (line 906) | def value(self, value: Optional[Any] = None) -> int: method __str__ (line 916) | def __str__(self) -> str: method af (line 921) | def af(self) -> Incomplete: method af_list (line 928) | def af_list(self) -> List: method gpio (line 933) | def gpio(self) -> int: method mode (line 938) | def mode(self) -> Incomplete: method name (line 945) | def name(self) -> str: method names (line 950) | def names(self) -> str: method pin (line 955) | def pin(self) -> int: method port (line 960) | def port(self) -> Incomplete: method pull (line 965) | def pull(self) -> Incomplete: class Switch (line 973) | class Switch(Pin): method __init__ (line 978) | def __init__(self) -> None: ... method __call__ (line 979) | def __call__(self) -> Incomplete: method value (line 985) | def value(self) -> bool: method callback (line 990) | def callback(self, fun) -> None: class pinaf (line 997) | class pinaf: method __str__ (line 1000) | def __str__(self) -> str: method index (line 1005) | def index(self) -> int: method name (line 1010) | def name(self) -> str: method reg (line 1015) | def reg(self) -> Incomplete: class RTC (line 1023) | class RTC: method __init__ (line 1028) | def __init__(self) -> None: ... method datetime (line 1029) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method wakeup (line 1046) | def wakeup(self, timeout, callback=None) -> None: method info (line 1058) | def info(self) -> Incomplete: method calibration (line 1068) | def calibration(self, cal) -> int: class Servo (line 1086) | class Servo: method __init__ (line 1091) | def __init__(self, id) -> None: ... method angle (line 1092) | def angle(self, angle: Optional[Any] = None, time=0) -> Incomplete: method speed (line 1104) | def speed(self, speed: Optional[Any] = None, time=0) -> Incomplete: method pulse_width (line 1115) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method calibration (line 1123) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... class SPI (line 1138) | class SPI: method __init__ (line 1161) | def __init__( method deinit (line 1164) | def deinit(self) -> None: method init (line 1169) | def init(self, mode, baudrate=328125, *, prescaler=1, polarity=1, phas... method recv (line 1196) | def recv(self, recv, *, timeout=5000) -> bytes: method send (line 1208) | def send(self, send, *, timeout=5000) -> None: method send_recv (line 1218) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: class Timer (line 1232) | class Timer: method __init__ (line 1239) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 1240) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method deinit (line 1288) | def deinit(self) -> None: method callback (line 1298) | def callback(self, fun) -> None: method channel (line 1305) | def channel(self, channel, mode, pin=None, *args) -> Incomplete: method counter (line 1380) | def counter(self, value: Optional[Any] = None) -> Incomplete: method freq (line 1385) | def freq(self, value: Optional[Any] = None) -> Incomplete: method period (line 1390) | def period(self, value: Optional[Any] = None) -> Incomplete: method prescaler (line 1395) | def prescaler(self, value: Optional[Any] = None) -> Incomplete: method source_freq (line 1400) | def source_freq(self) -> Incomplete: class timerchannel (line 1406) | class timerchannel: method callback (line 1409) | def callback(self, fun) -> None: method capture (line 1416) | def capture(self, value: Optional[Any] = None) -> Incomplete: method compare (line 1423) | def compare(self, value: Optional[Any] = None) -> Incomplete: method pulse_width (line 1430) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method pulse_width_percent (line 1440) | def pulse_width_percent(self, value: Optional[Any] = None) -> Incomplete: class UART (line 1450) | class UART: method __init__ (line 1490) | def __init__( method init (line 1493) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method deinit (line 1518) | def deinit(self) -> None: method any (line 1523) | def any(self) -> int: method read (line 1528) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readchar (line 1544) | def readchar(self) -> int: method readinto (line 1551) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1560) | def readline(self) -> None: method write (line 1569) | def write(self, buf) -> int: method writechar (line 1580) | def writechar(self, char) -> None: method sendbreak (line 1586) | def sendbreak(self) -> None: class USB_HID (line 1594) | class USB_HID: method __init__ (line 1599) | def __init__(self) -> None: ... method recv (line 1600) | def recv(self, data, *, timeout=5000) -> int: method send (line 1612) | def send(self, data) -> None: class USB_VCP (line 1621) | class USB_VCP: method __init__ (line 1633) | def __init__(self, id=0) -> None: ... method init (line 1634) | def init(self, *, flow=-1) -> None: method setinterrupt (line 1641) | def setinterrupt(self, chr) -> None: method isconnected (line 1651) | def isconnected(self) -> bool: method any (line 1656) | def any(self) -> bool: method close (line 1661) | def close(self) -> Incomplete: method read (line 1667) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1677) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1688) | def readline(self) -> bytes: method readlines (line 1696) | def readlines(self) -> List: method write (line 1705) | def write(self, buf) -> int: method recv (line 1712) | def recv(self, data, *, timeout=5000) -> int: method send (line 1724) | def send(self, data, *, timeout=5000) -> int: method irq (line 1734) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: function delay (line 1746) | def delay(ms) -> None: function udelay (line 1752) | def udelay(us) -> None: function millis (line 1758) | def millis() -> int: function micros (line 1772) | def micros() -> int: function elapsed_millis (line 1786) | def elapsed_millis(start) -> int: function elapsed_micros (line 1801) | def elapsed_micros(start) -> int: function hard_reset (line 1817) | def hard_reset() -> NoReturn: function bootloader (line 1824) | def bootloader() -> None: function fault_debug (line 1830) | def fault_debug(value) -> None: function disable_irq (line 1845) | def disable_irq() -> Incomplete: function enable_irq (line 1854) | def enable_irq(state=True) -> None: function freq (line 1864) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function wfi (line 1904) | def wfi() -> None: function stop (line 1916) | def stop() -> Incomplete: function standby (line 1928) | def standby() -> Incomplete: function have_cdc (line 1941) | def have_cdc() -> bool: function hid (line 1949) | def hid(hidtuple: Tuple) -> Incomplete: function info (line 1958) | def info(dump_alloc_table: Optional[Any] = None) -> None: function main (line 1964) | def main(filename) -> None: function mount (line 1973) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function repl_uart (line 2008) | def repl_uart(uart) -> UART: function rng (line 2014) | def rng() -> int: function sync (line 2020) | def sync() -> None: function unique_id (line 2026) | def unique_id() -> str: function usb_mode (line 2032) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... FILE: stubs/micropython-v1_17-docstubs/rp2.pyi class PIOASMError (line 25) | class PIOASMError(Exception): class Flash (line 31) | class Flash: method __init__ (line 36) | def __init__(self) -> None: ... method readblocks (line 37) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 38) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 39) | def ioctl(self, cmd, arg) -> Incomplete: class PIO (line 47) | class PIO: method __init__ (line 99) | def __init__(self, id) -> None: ... method add_program (line 100) | def add_program(self, program) -> Incomplete: method remove_program (line 109) | def remove_program(self, program: Optional[Any] = None) -> None: method state_machine (line 118) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method irq (line 129) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: class StateMachine (line 139) | class StateMachine: method __init__ (line 149) | def __init__(self, id, program, *args, **kwargs) -> None: ... method init (line 150) | def init( method active (line 197) | def active(self, value: Optional[Any] = None) -> Incomplete: method restart (line 207) | def restart(self) -> Incomplete: method exec (line 221) | def exec(self, instr) -> Incomplete: method get (line 229) | def get(self, buf=None, shift=0) -> Incomplete: method put (line 240) | def put(self, value, shift=0) -> Incomplete: method rx_fifo (line 251) | def rx_fifo(self) -> int: method tx_fifo (line 260) | def tx_fifo(self) -> int: method irq (line 269) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: function asm_pio (line 277) | def asm_pio( function asm_pio_encode (line 326) | def asm_pio_encode(instr, sideset_count) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/select.pyi class poll (line 17) | class poll: method __init__ (line 22) | def __init__(self) -> None: ... method register (line 23) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 42) | def unregister(self, obj) -> Incomplete: method modify (line 47) | def modify(self, obj, eventmask) -> None: method poll (line 53) | def poll(self, timeout=-1, /) -> List: method ipoll (line 76) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: function select (line 94) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: FILE: stubs/micropython-v1_17-docstubs/socket.pyi class socket (line 64) | class socket: method close (line 67) | def close(self) -> Incomplete: method bind (line 77) | def bind(self, address) -> Incomplete: method listen (line 82) | def listen(self, backlog: Optional[Any] = None) -> None: method accept (line 90) | def accept(self) -> Tuple: method connect (line 98) | def connect(self, address) -> None: method send (line 103) | def send(self, bytes) -> int: method sendall (line 110) | def sendall(self, bytes) -> int: method recv (line 122) | def recv(self, bufsize) -> bytes: method sendto (line 128) | def sendto(self, bytes, address) -> None: method recvfrom (line 134) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 141) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 148) | def settimeout(self, value) -> Incomplete: method setblocking (line 182) | def setblocking(self, flag) -> Incomplete: method makefile (line 193) | def makefile(self, mode="rb", buffering=0, /) -> IO: method read (line 210) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 219) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 228) | def readline(self) -> Incomplete: method write (line 235) | def write(self, buf) -> int: class error (line 246) | class error(Exception): ... function socket (line 248) | def socket(af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /) -> Incomp... method close (line 67) | def close(self) -> Incomplete: method bind (line 77) | def bind(self, address) -> Incomplete: method listen (line 82) | def listen(self, backlog: Optional[Any] = None) -> None: method accept (line 90) | def accept(self) -> Tuple: method connect (line 98) | def connect(self, address) -> None: method send (line 103) | def send(self, bytes) -> int: method sendall (line 110) | def sendall(self, bytes) -> int: method recv (line 122) | def recv(self, bufsize) -> bytes: method sendto (line 128) | def sendto(self, bytes, address) -> None: method recvfrom (line 134) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 141) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 148) | def settimeout(self, value) -> Incomplete: method setblocking (line 182) | def setblocking(self, flag) -> Incomplete: method makefile (line 193) | def makefile(self, mode="rb", buffering=0, /) -> IO: method read (line 210) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 219) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 228) | def readline(self) -> Incomplete: method write (line 235) | def write(self, buf) -> int: function getaddrinfo (line 263) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... function inet_ntop (line 304) | def inet_ntop(af, bin_addr) -> Incomplete: function inet_pton (line 314) | def inet_pton(af, txt_addr) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/ssl.pyi function wrap_socket (line 28) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_17-docstubs/struct.pyi function calcsize (line 24) | def calcsize(fmt) -> int: function pack (line 30) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 37) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 45) | def unpack(fmt, data) -> Tuple: function unpack_from (line 52) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-docstubs/sys.pyi function exit (line 88) | def exit(retval=0, /) -> Incomplete: function atexit (line 96) | def atexit(func) -> Incomplete: function print_exception (line 110) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-docstubs/time.pyi function gmtime (line 41) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 63) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 85) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Incomplete: function sleep_ms (line 102) | def sleep_ms(ms) -> None: function sleep_us (line 113) | def sleep_us(us) -> None: function ticks_ms (line 123) | def ticks_ms() -> int: function ticks_us (line 147) | def ticks_us() -> Incomplete: function ticks_cpu (line 153) | def ticks_cpu() -> Incomplete: function ticks_add (line 168) | def ticks_add(ticks, delta) -> Incomplete: function ticks_diff (line 195) | def ticks_diff(ticks1, ticks2) -> int: function time (line 261) | def time() -> int: function time_ns (line 288) | def time_ns() -> int: FILE: stubs/micropython-v1_17-docstubs/uarray.pyi class array (line 18) | class array: method __init__ (line 25) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 26) | def append(self, val) -> Incomplete: method extend (line 31) | def extend(self, iterable) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/ubinascii.pyi function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function a2b_base64 (line 34) | def a2b_base64(data) -> bytes: function b2a_base64 (line 42) | def b2a_base64(data) -> bytes: FILE: stubs/micropython-v1_17-docstubs/uctypes.pyi class struct (line 93) | class struct: method __init__ (line 99) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... function sizeof (line 101) | def sizeof(struct, layout_type=NATIVE, /) -> int: function addressof (line 109) | def addressof(obj) -> int: function bytes_at (line 117) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 126) | def bytearray_at(addr, size) -> bytearray: FILE: stubs/micropython-v1_17-docstubs/uio.pyi class FileIO (line 18) | class FileIO(IO): method __init__ (line 24) | def __init__(self, *args, **kwargs) -> None: ... class TextIOWrapper (line 26) | class TextIOWrapper(IO): method __init__ (line 32) | def __init__(self, *args, **kwargs) -> None: ... class StringIO (line 34) | class StringIO(IO): method __init__ (line 35) | def __init__(self, string: Optional[Any] = None) -> None: ... class BytesIO (line 37) | class BytesIO(IO): method __init__ (line 50) | def __init__(self, string: Optional[Any] = None) -> None: ... method getvalue (line 51) | def getvalue(self) -> Incomplete: function open (line 57) | def open(name, mode="r", **kwargs) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/ujson.pyi function dump (line 16) | def dump(obj, stream, separators=None) -> Incomplete: function dumps (line 26) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Incomplete: function loads (line 45) | def loads(str) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/uos.pyi class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method mkfs (line 28) | def mkfs(block_dev) -> None: class VfsLfs1 (line 34) | class VfsLfs1: method __init__ (line 44) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32) ... method mkfs (line 46) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class VfsLfs2 (line 55) | class VfsLfs2: method __init__ (line 73) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method mkfs (line 75) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class AbstractBlockDev (line 84) | class AbstractBlockDev: method __init__ (line 90) | def __init__(self, *args, **kwargs) -> None: ... method readblocks (line 91) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 106) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 127) | def ioctl(self, op, arg) -> int: function uname (line 154) | def uname() -> uname_result: function urandom (line 168) | def urandom(n) -> bytes: function chdir (line 175) | def chdir(path) -> Incomplete: function getcwd (line 181) | def getcwd() -> Incomplete: function ilistdir (line 187) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 208) | def listdir(dir: Optional[Any] = None) -> Incomplete: function mkdir (line 214) | def mkdir(path) -> Incomplete: function remove (line 220) | def remove(path) -> None: function rmdir (line 226) | def rmdir(path) -> None: function rename (line 232) | def rename(old_path, new_path) -> None: function stat (line 238) | def stat(path) -> Incomplete: function statvfs (line 244) | def statvfs(path) -> Tuple: function sync (line 267) | def sync() -> None: function dupterm (line 273) | def dupterm(stream_object, index=0, /) -> IO: function mount (line 296) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function umount (line 314) | def umount(mount_point) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/uselect.pyi class poll (line 17) | class poll: method __init__ (line 22) | def __init__(self) -> None: ... method register (line 23) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 42) | def unregister(self, obj) -> Incomplete: method modify (line 47) | def modify(self, obj, eventmask) -> None: method poll (line 53) | def poll(self, timeout=-1, /) -> List: method ipoll (line 76) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: function select (line 94) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: FILE: stubs/micropython-v1_17-docstubs/usocket.pyi class socket (line 64) | class socket: method close (line 67) | def close(self) -> Incomplete: method bind (line 77) | def bind(self, address) -> Incomplete: method listen (line 82) | def listen(self, backlog: Optional[Any] = None) -> None: method accept (line 90) | def accept(self) -> Tuple: method connect (line 98) | def connect(self, address) -> None: method send (line 103) | def send(self, bytes) -> int: method sendall (line 110) | def sendall(self, bytes) -> int: method recv (line 122) | def recv(self, bufsize) -> bytes: method sendto (line 128) | def sendto(self, bytes, address) -> None: method recvfrom (line 134) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 141) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 148) | def settimeout(self, value) -> Incomplete: method setblocking (line 182) | def setblocking(self, flag) -> Incomplete: method makefile (line 193) | def makefile(self, mode="rb", buffering=0, /) -> IO: method read (line 210) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 219) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 228) | def readline(self) -> Incomplete: method write (line 235) | def write(self, buf) -> int: class error (line 246) | class error(Exception): ... function socket (line 248) | def socket(af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /) -> Incomp... method close (line 67) | def close(self) -> Incomplete: method bind (line 77) | def bind(self, address) -> Incomplete: method listen (line 82) | def listen(self, backlog: Optional[Any] = None) -> None: method accept (line 90) | def accept(self) -> Tuple: method connect (line 98) | def connect(self, address) -> None: method send (line 103) | def send(self, bytes) -> int: method sendall (line 110) | def sendall(self, bytes) -> int: method recv (line 122) | def recv(self, bufsize) -> bytes: method sendto (line 128) | def sendto(self, bytes, address) -> None: method recvfrom (line 134) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 141) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 148) | def settimeout(self, value) -> Incomplete: method setblocking (line 182) | def setblocking(self, flag) -> Incomplete: method makefile (line 193) | def makefile(self, mode="rb", buffering=0, /) -> IO: method read (line 210) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 219) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 228) | def readline(self) -> Incomplete: method write (line 235) | def write(self, buf) -> int: function getaddrinfo (line 263) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... function inet_ntop (line 304) | def inet_ntop(af, bin_addr) -> Incomplete: function inet_pton (line 314) | def inet_pton(af, txt_addr) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/ussl.pyi function wrap_socket (line 28) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_17-docstubs/ustruct.pyi function calcsize (line 24) | def calcsize(fmt) -> int: function pack (line 30) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 37) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 45) | def unpack(fmt, data) -> Tuple: function unpack_from (line 52) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-docstubs/utime.pyi function gmtime (line 41) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 63) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 85) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Incomplete: function sleep_ms (line 102) | def sleep_ms(ms) -> None: function sleep_us (line 113) | def sleep_us(us) -> None: function ticks_ms (line 123) | def ticks_ms() -> int: function ticks_us (line 147) | def ticks_us() -> Incomplete: function ticks_cpu (line 153) | def ticks_cpu() -> Incomplete: function ticks_add (line 168) | def ticks_add(ticks, delta) -> Incomplete: function ticks_diff (line 195) | def ticks_diff(ticks1, ticks2) -> int: function time (line 261) | def time() -> int: function time_ns (line 288) | def time_ns() -> int: FILE: stubs/micropython-v1_17-docstubs/uzlib.pyi class DecompIO (line 18) | class DecompIO: method __init__ (line 32) | def __init__(self, stream, wbits=0, /) -> None: ... function decompress (line 34) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-docstubs/wipy.pyi function heartbeat (line 15) | def heartbeat(enable: Optional[Any] = None) -> bool: FILE: stubs/micropython-v1_17-docstubs/zephyr.pyi class DiskAccess (line 17) | class DiskAccess: method __init__ (line 24) | def __init__(self, disk_name) -> None: ... method readblocks (line 25) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 26) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 27) | def ioctl(self, cmd, arg) -> Incomplete: class FlashArea (line 35) | class FlashArea: method __init__ (line 47) | def __init__(self, id, block_size) -> None: ... method readblocks (line 48) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 49) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 50) | def ioctl(self, cmd, arg) -> Incomplete: function is_preempt_thread (line 58) | def is_preempt_thread() -> Incomplete: function current_tid (line 67) | def current_tid() -> Incomplete: function thread_analyze (line 73) | def thread_analyze() -> Incomplete: function shell_exec (line 88) | def shell_exec(cmd_in) -> Incomplete: FILE: stubs/micropython-v1_17-docstubs/zlib.pyi class DecompIO (line 18) | class DecompIO: method __init__ (line 32) | def __init__(self, stream, wbits=0, /) -> None: ... function decompress (line 34) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-esp32-merged/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/_thread.py class LockType (line 16) | class LockType: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 23) | def acquire(self, *args, **kwargs) -> Any: method locked (line 26) | def locked(self, *args, **kwargs) -> Any: method release (line 29) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 33) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 37) | def exit(*args, **kwargs) -> Any: function get_ident (line 41) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 45) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 49) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/_thread.pyi class LockType (line 13) | class LockType: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 15) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 16) | def locked(self, *args, **kwargs) -> Any: ... method release (line 17) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 19) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 21) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 22) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/apa106.py class NeoPixel (line 9) | class NeoPixel: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method write (line 16) | def write(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: class APA106 (line 25) | class APA106: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method write (line 32) | def write(self, *args, **kwargs) -> Any: method fill (line 35) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... class APA106 (line 9) | class APA106: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/array.py class array (line 15) | class array: method __init__ (line 22) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: method append (line 26) | def append(self, val) -> Any: method extend (line 32) | def extend(self, iterable) -> Any: method decode (line 39) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/array.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/binascii.py function a2b_base64 (line 14) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data) -> bytes: function crc32 (line 32) | def crc32(*args, **kwargs) -> Any: function hexlify (line 36) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 47) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_17-esp32-merged/binascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_17-esp32-merged/btree.py function open (line 78) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_17-esp32-merged/btree.pyi function open (line 75) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_17-esp32-merged/cmath.py function cos (line 17) | def cos(z) -> float: function exp (line 27) | def exp(z) -> float: function log (line 34) | def log(z) -> float: function log10 (line 41) | def log10(z) -> float: function phase (line 48) | def phase(z) -> float: function polar (line 58) | def polar(z) -> Tuple: function rect (line 65) | def rect(r, phi) -> float: function sin (line 72) | def sin(z) -> float: function sqrt (line 79) | def sqrt(z) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/cmath.pyi function cos (line 14) | def cos(z) -> float: function exp (line 22) | def exp(z) -> float: function log (line 28) | def log(z) -> float: function log10 (line 34) | def log10(z) -> float: function phase (line 40) | def phase(z) -> float: function polar (line 48) | def polar(z) -> Tuple: function rect (line 54) | def rect(r, phi) -> float: function sin (line 60) | def sin(z) -> float: function sqrt (line 66) | def sqrt(z) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/collections.py class OrderedDict (line 15) | class OrderedDict(dict): method __init__ (line 40) | def __init__(self, *args, **kwargs) -> None: method clear (line 44) | def clear(self, *args, **kwargs) -> Any: method copy (line 47) | def copy(self, *args, **kwargs) -> Any: method get (line 50) | def get(self, *args, **kwargs) -> Any: method items (line 53) | def items(self, *args, **kwargs) -> Any: method keys (line 56) | def keys(self, *args, **kwargs) -> Any: method pop (line 59) | def pop(self, *args, **kwargs) -> Any: method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: method update (line 68) | def update(self, *args, **kwargs) -> Any: method values (line 71) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 75) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 79) | class deque(Queue): method __init__ (line 97) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 101) | def append(self, x) -> Any: method popleft (line 108) | def popleft(self) -> Any: function namedtuple (line 116) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/collections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/esp.py function dht_readinto (line 21) | def dht_readinto(*args, **kwargs) -> Any: function flash_erase (line 25) | def flash_erase(sector_no) -> Any: function flash_read (line 29) | def flash_read(byte_offset, length_or_buffer) -> Any: function flash_size (line 33) | def flash_size() -> Any: function flash_user_start (line 40) | def flash_user_start() -> Any: function flash_write (line 47) | def flash_write(byte_offset, bytes) -> Any: function gpio_matrix_in (line 51) | def gpio_matrix_in(*args, **kwargs) -> Any: function gpio_matrix_out (line 55) | def gpio_matrix_out(*args, **kwargs) -> Any: function osdebug (line 59) | def osdebug(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/esp.pyi function dht_readinto (line 18) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 19) | def flash_erase(sector_no) -> Any: ... function flash_read (line 20) | def flash_read(byte_offset, length_or_buffer) -> Any: ... function flash_size (line 21) | def flash_size() -> Any: function flash_user_start (line 27) | def flash_user_start() -> Any: function flash_write (line 33) | def flash_write(byte_offset, bytes) -> Any: ... function gpio_matrix_in (line 34) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 35) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 36) | def osdebug(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/esp32.py class NVS (line 18) | class NVS: method __init__ (line 24) | def __init__(self, namespace) -> None: method commit (line 28) | def commit(self) -> Any: method erase_key (line 34) | def erase_key(self, key) -> Any: method get_blob (line 40) | def get_blob(self, key, buffer) -> int: method get_i32 (line 48) | def get_i32(self, key) -> int: method set_blob (line 55) | def set_blob(self, key, value) -> None: method set_i32 (line 64) | def set_i32(self, key, value) -> None: class Partition (line 71) | class Partition: method __init__ (line 77) | def __init__(self, id) -> None: method find (line 82) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None) -> List: method get_next_update (line 95) | def get_next_update(self) -> Partition: method info (line 103) | def info(self) -> Tuple: method ioctl (line 109) | def ioctl(self, cmd, arg) -> Any: method mark_app_valid_cancel_rollback (line 118) | def mark_app_valid_cancel_rollback(cls) -> Any: method readblocks (line 131) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any: method set_boot (line 134) | def set_boot(self) -> None: method writeblocks (line 140) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any: class RMT (line 144) | class RMT: method __init__ (line 161) | def __init__(self, channel, *, pin=None, clock_div=8, idle_level=False... method clock_div (line 165) | def clock_div(self) -> Any: method deinit (line 172) | def deinit(self, *args, **kwargs) -> Any: method loop (line 175) | def loop(self, enable_loop) -> None: method source_freq (line 184) | def source_freq(self) -> Any: method wait_done (line 191) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 200) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Any: class ULP (line 232) | class ULP: method __init__ (line 237) | def __init__(self) -> None: method load_binary (line 243) | def load_binary(self, load_addr, program_binary) -> None: method run (line 249) | def run(self, entry_point) -> Any: method set_wakeup_period (line 256) | def set_wakeup_period(self, period_index, period_us) -> None: function hall_sensor (line 267) | def hall_sensor() -> int: function idf_heap_info (line 274) | def idf_heap_info(capabilities) -> List[Tuple]: function raw_temperature (line 301) | def raw_temperature() -> int: function wake_on_ext0 (line 308) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 317) | def wake_on_ext1(pins, level) -> None: function wake_on_touch (line 326) | def wake_on_touch(wake) -> None: FILE: stubs/micropython-v1_17-esp32-merged/esp32.pyi class NVS (line 14) | class NVS: method __init__ (line 20) | def __init__(self, namespace) -> None: ... method commit (line 21) | def commit(self) -> Any: method erase_key (line 26) | def erase_key(self, key) -> Any: method get_blob (line 31) | def get_blob(self, key, buffer) -> int: method get_i32 (line 38) | def get_i32(self, key) -> int: method set_blob (line 44) | def set_blob(self, key, value) -> None: method set_i32 (line 52) | def set_i32(self, key, value) -> None: class Partition (line 58) | class Partition: method __init__ (line 64) | def __init__(self, id) -> None: ... method find (line 66) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None) -> List: method get_next_update (line 77) | def get_next_update(self) -> Partition: method info (line 84) | def info(self) -> Tuple: method ioctl (line 89) | def ioctl(self, cmd, arg) -> Any: method mark_app_valid_cancel_rollback (line 97) | def mark_app_valid_cancel_rollback(cls) -> Any: method readblocks (line 109) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any... method set_boot (line 110) | def set_boot(self) -> None: method writeblocks (line 115) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> An... class RMT (line 117) | class RMT: method __init__ (line 134) | def __init__(self, channel, *, pin=None, clock_div=8, idle_level=False... method clock_div (line 135) | def clock_div(self) -> Any: method deinit (line 141) | def deinit(self, *args, **kwargs) -> Any: ... method loop (line 142) | def loop(self, enable_loop) -> None: method source_freq (line 150) | def source_freq(self) -> Any: method wait_done (line 156) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 164) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Any: class ULP (line 195) | class ULP: method __init__ (line 200) | def __init__(self) -> None: ... method load_binary (line 202) | def load_binary(self, load_addr, program_binary) -> None: method run (line 207) | def run(self, entry_point) -> Any: method set_wakeup_period (line 213) | def set_wakeup_period(self, period_index, period_us) -> None: function hall_sensor (line 222) | def hall_sensor() -> int: function idf_heap_info (line 228) | def idf_heap_info(capabilities) -> List[Tuple]: function raw_temperature (line 254) | def raw_temperature() -> int: function wake_on_ext0 (line 260) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 268) | def wake_on_ext1(pins, level) -> None: function wake_on_touch (line 276) | def wake_on_touch(wake) -> None: FILE: stubs/micropython-v1_17-esp32-merged/flashbdev.py class Partition (line 9) | class Partition: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method find (line 16) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 24) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 27) | def info(self, *args, **kwargs) -> Any: method ioctl (line 30) | def ioctl(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 34) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method readblocks (line 37) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 40) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 43) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/flashbdev.pyi class Partition (line 3) | class Partition: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 5) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 10) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 11) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 14) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 15) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 16) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 17) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/framebuf.py class FrameBuffer (line 12) | class FrameBuffer: method __init__ (line 38) | def __init__(self, buffer, width, height, format, stride=-1, /) -> None: method blit (line 42) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 62) | def fill(self, c) -> None: method fill_rect (line 68) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 76) | def hline(self, x, y, w, c) -> Any: method line (line 79) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 89) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 96) | def rect(self, x, y, w, h, c) -> Any: method scroll (line 99) | def scroll(self, xstep, ystep) -> Any: method text (line 106) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 116) | def vline(self, x, y, h, c) -> Any: function FrameBuffer1 (line 120) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/framebuf.pyi class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 35) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method blit (line 36) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 55) | def fill(self, c) -> None: method fill_rect (line 60) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 67) | def hline(self, x, y, w, c) -> Any: ... method line (line 68) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 77) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 83) | def rect(self, x, y, w, h, c) -> Any: ... method scroll (line 84) | def scroll(self, xstep, ystep) -> Any: method text (line 90) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 99) | def vline(self, x, y, h, c) -> Any: ... function FrameBuffer1 (line 101) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/gc.py function collect (line 11) | def collect() -> None: function disable (line 18) | def disable() -> None: function enable (line 26) | def enable() -> None: function isenabled (line 33) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 37) | def mem_alloc() -> int: function mem_free (line 44) | def mem_free() -> int: function threshold (line 52) | def threshold(amount: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/gc.pyi function collect (line 8) | def collect() -> None: function disable (line 14) | def disable() -> None: function enable (line 21) | def enable() -> None: function isenabled (line 27) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 28) | def mem_alloc() -> int: function mem_free (line 34) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/hashlib.py class sha1 (line 29) | class sha1: method __init__ (line 34) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 38) | def update(self, *args, **kwargs) -> Any: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 45) | class sha256: method __init__ (line 50) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 54) | def update(self, *args, **kwargs) -> Any: method digest (line 57) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/hashlib.pyi class sha1 (line 26) | class sha1: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 41) | def update(self, *args, **kwargs) -> Any: ... method digest (line 42) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/heapq.py function heapify (line 17) | def heapify(x) -> Any: function heappop (line 24) | def heappop(heap) -> Any: function heappush (line 34) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/heapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/inisetup.py function check_bootsec (line 11) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 15) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 19) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 7) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/io.py function open (line 14) | def open(name, mode="r", **kwargs) -> Any: class BufferedWriter (line 23) | class BufferedWriter: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method write (line 30) | def write(self, *args, **kwargs) -> Any: method flush (line 33) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 37) | class BytesIO(IO): method __init__ (line 50) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 54) | def close(self, *args, **kwargs) -> Any: method read (line 57) | def read(self, *args, **kwargs) -> Any: method readinto (line 60) | def readinto(self, *args, **kwargs) -> Any: method readline (line 63) | def readline(self, *args, **kwargs) -> Any: method write (line 66) | def write(self, *args, **kwargs) -> Any: method flush (line 69) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 72) | def getvalue(self) -> Any: method seek (line 78) | def seek(self, *args, **kwargs) -> Any: method tell (line 81) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 85) | class FileIO(IO): method __init__ (line 91) | def __init__(self, *args, **kwargs) -> None: method close (line 95) | def close(self, *args, **kwargs) -> Any: method read (line 98) | def read(self, *args, **kwargs) -> Any: method readinto (line 101) | def readinto(self, *args, **kwargs) -> Any: method readline (line 104) | def readline(self, *args, **kwargs) -> Any: method write (line 107) | def write(self, *args, **kwargs) -> Any: method flush (line 110) | def flush(self, *args, **kwargs) -> Any: method readlines (line 113) | def readlines(self, *args, **kwargs) -> Any: method seek (line 116) | def seek(self, *args, **kwargs) -> Any: method tell (line 119) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 123) | class IOBase: method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 131) | class StringIO(IO): method __init__ (line 134) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 138) | def close(self, *args, **kwargs) -> Any: method read (line 141) | def read(self, *args, **kwargs) -> Any: method readinto (line 144) | def readinto(self, *args, **kwargs) -> Any: method readline (line 147) | def readline(self, *args, **kwargs) -> Any: method write (line 150) | def write(self, *args, **kwargs) -> Any: method flush (line 153) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 156) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 159) | def seek(self, *args, **kwargs) -> Any: method tell (line 162) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 166) | class TextIOWrapper(IO): method __init__ (line 172) | def __init__(self, *args, **kwargs) -> None: method close (line 176) | def close(self, *args, **kwargs) -> Any: method read (line 179) | def read(self, *args, **kwargs) -> Any: method readinto (line 182) | def readinto(self, *args, **kwargs) -> Any: method readline (line 185) | def readline(self, *args, **kwargs) -> Any: method write (line 188) | def write(self, *args, **kwargs) -> Any: method flush (line 191) | def flush(self, *args, **kwargs) -> Any: method readlines (line 194) | def readlines(self, *args, **kwargs) -> Any: method seek (line 197) | def seek(self, *args, **kwargs) -> Any: method tell (line 200) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/io.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BufferedWriter (line 19) | class BufferedWriter: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method flush (line 22) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 24) | class BytesIO(IO): method __init__ (line 37) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 38) | def close(self, *args, **kwargs) -> Any: ... method read (line 39) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 41) | def readline(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method flush (line 43) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 44) | def getvalue(self) -> Any: method seek (line 49) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 50) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 52) | class FileIO(IO): method __init__ (line 58) | def __init__(self, *args, **kwargs) -> None: ... method close (line 59) | def close(self, *args, **kwargs) -> Any: ... method read (line 60) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 62) | def readline(self, *args, **kwargs) -> Any: ... method write (line 63) | def write(self, *args, **kwargs) -> Any: ... method flush (line 64) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 65) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 66) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 67) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 69) | class IOBase: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 72) | class StringIO(IO): method __init__ (line 73) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 74) | def close(self, *args, **kwargs) -> Any: ... method read (line 75) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 76) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 77) | def readline(self, *args, **kwargs) -> Any: ... method write (line 78) | def write(self, *args, **kwargs) -> Any: ... method flush (line 79) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 80) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 81) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 82) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 84) | class TextIOWrapper(IO): method __init__ (line 90) | def __init__(self, *args, **kwargs) -> None: ... method close (line 91) | def close(self, *args, **kwargs) -> Any: ... method read (line 92) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 93) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 94) | def readline(self, *args, **kwargs) -> Any: ... method write (line 95) | def write(self, *args, **kwargs) -> Any: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 97) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/json.py function dump (line 14) | def dump(obj, stream, separators=None) -> Any: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Any: function loads (line 46) | def loads(str) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/json.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/machine.py class ADC (line 16) | class ADC: method __init__ (line 24) | def __init__(self, id) -> None: method read (line 28) | def read(self, *args, **kwargs) -> Any: method atten (line 40) | def atten(self, *args, **kwargs) -> Any: method read_u16 (line 43) | def read_u16(self) -> int: method width (line 52) | def width(cls, *args, **kwargs) -> Any: class DAC (line 56) | class DAC: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: method write (line 63) | def write(self, *args, **kwargs) -> Any: class I2C (line 74) | class I2C: method __init__ (line 90) | def __init__( method readinto (line 96) | def readinto(self, buf, nack=True, /) -> Any: method start (line 106) | def start(self) -> None: method stop (line 112) | def stop(self) -> None: method write (line 118) | def write(self, buf) -> int: method init (line 126) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 136) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 144) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 154) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 163) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 175) | def scan(self) -> List: method writeto (line 183) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 193) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 204) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 221) | class I2S: method __init__ (line 250) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 254) | def readinto(self, buf) -> int: method write (line 263) | def write(self, buf) -> int: method deinit (line 277) | def deinit(self) -> Any: method init (line 283) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 289) | def irq(self, handler) -> Any: method shift (line 298) | def shift(buf, bits, shift) -> Any: class PWM (line 310) | class PWM: method __init__ (line 327) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method deinit (line 331) | def deinit(self) -> None: method duty (line 337) | def duty(self, *args, **kwargs) -> Any: method freq (line 340) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 351) | def init(self, *, freq, duty_u16, duty_ns) -> None: class Pin (line 362) | class Pin: method __init__ (line 424) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method value (line 428) | def value(self, x: Optional[Any] = None) -> int: method init (line 473) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 483) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 528) | def off(self) -> None: method on (line 534) | def on(self) -> None: method __call__ (line 540) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 549) | class RTC: method __init__ (line 554) | def __init__(self, id=0, *args, **kwargs) -> None: method datetime (line 558) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 574) | def init(self, datetime) -> None: method memory (line 582) | def memory(self, *args, **kwargs) -> Any: class SDCard (line 586) | class SDCard: method __init__ (line 617) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... method deinit (line 621) | def deinit(self, *args, **kwargs) -> Any: method info (line 624) | def info(self, *args, **kwargs) -> Any: method ioctl (line 627) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 630) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 633) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 641) | class SPI: method __init__ (line 653) | def __init__(self, id, *args, **kwargs) -> None: method read (line 657) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 665) | def readinto(self, buf, write=0x00) -> int: method write (line 675) | def write(self, buf) -> int: method deinit (line 687) | def deinit(self) -> None: method init (line 693) | def init( method write_readinto (line 719) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 731) | class Signal(Pin): method __init__ (line 752) | def __init__(self, pin_obj, *args, invert=False) -> None: method value (line 756) | def value(self, x: Optional[Any] = None) -> int: method off (line 776) | def off(self) -> None: method on (line 782) | def on(self) -> None: class SoftI2C (line 789) | class SoftI2C(I2C): method __init__ (line 802) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: method readinto (line 806) | def readinto(self, *args, **kwargs) -> Any: method start (line 809) | def start(self, *args, **kwargs) -> Any: method stop (line 812) | def stop(self, *args, **kwargs) -> Any: method write (line 815) | def write(self, *args, **kwargs) -> Any: method init (line 818) | def init(self, *args, **kwargs) -> Any: method readfrom (line 821) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 824) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 827) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 830) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 833) | def scan(self, *args, **kwargs) -> Any: method writeto (line 836) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 839) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 842) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 846) | class SoftSPI: method __init__ (line 853) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 857) | def read(self, *args, **kwargs) -> Any: method readinto (line 860) | def readinto(self, *args, **kwargs) -> Any: method write (line 863) | def write(self, *args, **kwargs) -> Any: method deinit (line 869) | def deinit(self, *args, **kwargs) -> Any: method init (line 872) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 875) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 883) | class Timer: method __init__ (line 891) | def __init__(self, id, *args, **kwargs) -> None: method value (line 895) | def value(self, *args, **kwargs) -> Any: method deinit (line 901) | def deinit(self) -> None: method init (line 907) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class TouchPad (line 926) | class TouchPad: method __init__ (line 929) | def __init__(self, *argv, **kwargs) -> None: method read (line 933) | def read(self, *args, **kwargs) -> Any: method config (line 936) | def config(self, *args, **kwargs) -> Any: class UART (line 940) | class UART: method __init__ (line 945) | def __init__(self, id, *args, **kwargs) -> None: method any (line 949) | def any(self) -> int: method read (line 964) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 975) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 986) | def readline(self) -> None: method write (line 995) | def write(self, buf) -> int: method deinit (line 1010) | def deinit(self) -> None: method init (line 1016) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1056) | def sendbreak(self) -> None: class WDT (line 1067) | class WDT: method __init__ (line 1076) | def __init__(self, id=0, timeout=5000) -> None: method feed (line 1080) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 1087) | def bitstream(pin, encoding, timing, data, /) -> Any: function deepsleep (line 1112) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1138) | def disable_irq() -> Any: function enable_irq (line 1148) | def enable_irq(state) -> Any: function freq (line 1157) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1166) | def idle() -> Any: function lightsleep (line 1176) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1207) | def reset() -> NoReturn: function reset_cause (line 1215) | def reset_cause() -> int: function sleep (line 1222) | def sleep() -> Any: function soft_reset (line 1229) | def soft_reset() -> NoReturn: function time_pulse_us (line 1238) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1257) | def unique_id() -> bytes: function wake_reason (line 1267) | def wake_reason() -> Any: FILE: stubs/micropython-v1_17-esp32-merged/machine.pyi class ADC (line 13) | class ADC: method __init__ (line 21) | def __init__(self, id) -> None: ... method read (line 22) | def read(self, *args, **kwargs) -> Any: ... method atten (line 31) | def atten(self, *args, **kwargs) -> Any: ... method read_u16 (line 32) | def read_u16(self) -> int: method width (line 40) | def width(cls, *args, **kwargs) -> Any: ... class DAC (line 42) | class DAC: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 44) | def write(self, *args, **kwargs) -> Any: ... class I2C (line 52) | class I2C: method __init__ (line 68) | def __init__( method readinto (line 71) | def readinto(self, buf, nack=True, /) -> Any: method start (line 80) | def start(self) -> None: method stop (line 85) | def stop(self) -> None: method write (line 90) | def write(self, buf) -> int: method init (line 97) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 106) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 113) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 122) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 130) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 141) | def scan(self) -> List: method writeto (line 148) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 157) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 167) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 183) | class I2S: method __init__ (line 212) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 213) | def readinto(self, buf) -> int: method write (line 221) | def write(self, buf) -> int: method deinit (line 233) | def deinit(self) -> Any: method init (line 238) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 243) | def irq(self, handler) -> Any: method shift (line 251) | def shift(buf, bits, shift) -> Any: class PWM (line 261) | class PWM: method __init__ (line 278) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method deinit (line 279) | def deinit(self) -> None: method duty (line 284) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 285) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 295) | def init(self, *, freq, duty_u16, duty_ns) -> None: class Pin (line 304) | class Pin: method __init__ (line 366) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method value (line 367) | def value(self, x: Optional[Any] = None) -> int: method init (line 410) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 419) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 463) | def off(self) -> None: method on (line 468) | def on(self) -> None: method __call__ (line 473) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 481) | class RTC: method __init__ (line 486) | def __init__(self, id=0, *args, **kwargs) -> None: ... method datetime (line 487) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 502) | def init(self, datetime) -> None: method memory (line 509) | def memory(self, *args, **kwargs) -> Any: ... class SDCard (line 511) | class SDCard: method __init__ (line 542) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... method deinit (line 543) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 544) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 545) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 546) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 547) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 552) | class SPI: method __init__ (line 564) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 565) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 572) | def readinto(self, buf, write=0x00) -> int: method write (line 581) | def write(self, buf) -> int: method deinit (line 591) | def deinit(self) -> None: method init (line 596) | def init( method write_readinto (line 621) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 632) | class Signal(Pin): method __init__ (line 653) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 654) | def value(self, x: Optional[Any] = None) -> int: method off (line 673) | def off(self) -> None: method on (line 678) | def on(self) -> None: class SoftI2C (line 684) | class SoftI2C(I2C): method __init__ (line 697) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 698) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 699) | def start(self, *args, **kwargs) -> Any: ... method stop (line 700) | def stop(self, *args, **kwargs) -> Any: ... method write (line 701) | def write(self, *args, **kwargs) -> Any: ... method init (line 702) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 703) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 704) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 705) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 706) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 707) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 708) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 709) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 710) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 712) | class SoftSPI: method __init__ (line 719) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 720) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 721) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 722) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 725) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 726) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 727) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 732) | class Timer: method __init__ (line 740) | def __init__(self, id, *args, **kwargs) -> None: ... method value (line 741) | def value(self, *args, **kwargs) -> Any: ... method deinit (line 744) | def deinit(self) -> None: method init (line 749) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class TouchPad (line 767) | class TouchPad: method __init__ (line 768) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 769) | def read(self, *args, **kwargs) -> Any: ... method config (line 770) | def config(self, *args, **kwargs) -> Any: ... class UART (line 772) | class UART: method __init__ (line 777) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 778) | def any(self) -> int: method read (line 792) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 802) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 812) | def readline(self) -> None: method write (line 820) | def write(self, buf) -> int: method deinit (line 833) | def deinit(self) -> None: method init (line 838) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 877) | def sendbreak(self) -> None: class WDT (line 886) | class WDT: method __init__ (line 895) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 896) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 900) | def bitstream(pin, encoding, timing, data, /) -> Any: function deepsleep (line 924) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 949) | def disable_irq() -> Any: function enable_irq (line 958) | def enable_irq(state) -> Any: function freq (line 966) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 974) | def idle() -> Any: function lightsleep (line 983) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1012) | def reset() -> NoReturn: function reset_cause (line 1019) | def reset_cause() -> int: function sleep (line 1025) | def sleep() -> Any: function soft_reset (line 1031) | def soft_reset() -> NoReturn: function time_pulse_us (line 1039) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1057) | def unique_id() -> bytes: function wake_reason (line 1066) | def wake_reason() -> Any: FILE: stubs/micropython-v1_17-esp32-merged/math.py function pow (line 19) | def pow(x, y) -> Any: function acos (line 26) | def acos(x) -> float: function acosh (line 33) | def acosh(x) -> float: function asin (line 40) | def asin(x) -> float: function asinh (line 47) | def asinh(x) -> float: function atan (line 54) | def atan(x) -> float: function atan2 (line 61) | def atan2(y, x) -> float: function atanh (line 68) | def atanh(x) -> float: function ceil (line 75) | def ceil(x) -> int: function copysign (line 82) | def copysign(x, y) -> Any: function cos (line 89) | def cos(x) -> float: function cosh (line 96) | def cosh(x) -> float: function degrees (line 103) | def degrees(x) -> Any: function erf (line 113) | def erf(x) -> Any: function erfc (line 120) | def erfc(x) -> Any: function exp (line 127) | def exp(x) -> float: function expm1 (line 134) | def expm1(x) -> Any: function fabs (line 141) | def fabs(x) -> Any: function floor (line 148) | def floor(x) -> int: function fmod (line 155) | def fmod(x, y) -> Any: function frexp (line 162) | def frexp(x) -> Any: function gamma (line 172) | def gamma(x) -> Any: function isclose (line 179) | def isclose(*args, **kwargs) -> Any: function isfinite (line 183) | def isfinite(x) -> bool: function isinf (line 190) | def isinf(x) -> bool: function isnan (line 197) | def isnan(x) -> bool: function ldexp (line 204) | def ldexp(x, exp) -> Any: function lgamma (line 211) | def lgamma(x) -> float: function log (line 218) | def log(x) -> float: function log10 (line 225) | def log10(x) -> float: function log2 (line 232) | def log2(x) -> float: function modf (line 239) | def modf(x) -> Tuple: function radians (line 250) | def radians(x) -> Any: function sin (line 257) | def sin(x) -> float: function sinh (line 264) | def sinh(x) -> float: function sqrt (line 271) | def sqrt(x) -> Any: function tan (line 278) | def tan(x) -> float: function tanh (line 285) | def tanh(x) -> float: function trunc (line 292) | def trunc(x) -> int: FILE: stubs/micropython-v1_17-esp32-merged/math.pyi function pow (line 16) | def pow(x, y) -> Any: function acos (line 22) | def acos(x) -> float: function acosh (line 28) | def acosh(x) -> float: function asin (line 34) | def asin(x) -> float: function asinh (line 40) | def asinh(x) -> float: function atan (line 46) | def atan(x) -> float: function atan2 (line 52) | def atan2(y, x) -> float: function atanh (line 58) | def atanh(x) -> float: function ceil (line 64) | def ceil(x) -> int: function copysign (line 70) | def copysign(x, y) -> Any: function cos (line 76) | def cos(x) -> float: function cosh (line 82) | def cosh(x) -> float: function degrees (line 88) | def degrees(x) -> Any: function erf (line 96) | def erf(x) -> Any: function erfc (line 102) | def erfc(x) -> Any: function exp (line 108) | def exp(x) -> float: function expm1 (line 114) | def expm1(x) -> Any: function fabs (line 120) | def fabs(x) -> Any: function floor (line 126) | def floor(x) -> int: function fmod (line 132) | def fmod(x, y) -> Any: function frexp (line 138) | def frexp(x) -> Any: function gamma (line 147) | def gamma(x) -> Any: function isclose (line 153) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 154) | def isfinite(x) -> bool: function isinf (line 160) | def isinf(x) -> bool: function isnan (line 166) | def isnan(x) -> bool: function ldexp (line 172) | def ldexp(x, exp) -> Any: function lgamma (line 178) | def lgamma(x) -> float: function log (line 184) | def log(x) -> float: function log10 (line 190) | def log10(x) -> float: function log2 (line 196) | def log2(x) -> float: function modf (line 202) | def modf(x) -> Tuple: function radians (line 211) | def radians(x) -> Any: function sin (line 217) | def sin(x) -> float: function sinh (line 223) | def sinh(x) -> float: function sqrt (line 229) | def sqrt(x) -> Any: function tan (line 235) | def tan(x) -> float: function tanh (line 241) | def tanh(x) -> float: function trunc (line 247) | def trunc(x) -> int: FILE: stubs/micropython-v1_17-esp32-merged/micropython.py function const (line 9) | def const(expr) -> Union[int, bytes, str, Tuple]: function alloc_emergency_exception_buf (line 32) | def alloc_emergency_exception_buf(size) -> Any: function heap_lock (line 46) | def heap_lock() -> Any: function heap_unlock (line 50) | def heap_unlock() -> Any: function kbd_intr (line 54) | def kbd_intr(chr) -> None: function mem_info (line 68) | def mem_info(verbose: Optional[Any] = None) -> None: function opt_level (line 80) | def opt_level(level: Optional[Any] = None) -> Any: function qstr_info (line 101) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 113) | def schedule(func, arg) -> Any: function stack_use (line 151) | def stack_use() -> int: FILE: stubs/micropython-v1_17-esp32-merged/micropython.pyi function const (line 6) | def const(expr) -> Union[int, bytes, str, Tuple]: function alloc_emergency_exception_buf (line 28) | def alloc_emergency_exception_buf(size) -> Any: function heap_lock (line 41) | def heap_lock() -> Any: ... function heap_unlock (line 42) | def heap_unlock() -> Any: ... function kbd_intr (line 43) | def kbd_intr(chr) -> None: function mem_info (line 56) | def mem_info(verbose: Optional[Any] = None) -> None: function opt_level (line 67) | def opt_level(level: Optional[Any] = None) -> Any: function qstr_info (line 87) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 98) | def schedule(func, arg) -> Any: function stack_use (line 135) | def stack_use() -> int: FILE: stubs/micropython-v1_17-esp32-merged/neopixel.py function bitstream (line 16) | def bitstream(*args, **kwargs) -> Any: class NeoPixel (line 20) | class NeoPixel: method __init__ (line 30) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: method write (line 34) | def write(self) -> None: method fill (line 40) | def fill(self, pixel) -> None: FILE: stubs/micropython-v1_17-esp32-merged/neopixel.pyi function bitstream (line 13) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 15) | class NeoPixel: method __init__ (line 25) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method write (line 26) | def write(self) -> None: method fill (line 31) | def fill(self, pixel) -> None: FILE: stubs/micropython-v1_17-esp32-merged/network.py function LAN (line 54) | def LAN(*args, **kwargs) -> Any: function PPP (line 67) | def PPP(*args, **kwargs) -> Any: class WLAN (line 82) | class WLAN: method __init__ (line 91) | def __init__(self, interface_id) -> None: method active (line 94) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 102) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 111) | def disconnect(self) -> None: method scan (line 117) | def scan(self) -> List[Tuple]: method status (line 146) | def status(self, param: Optional[Any] = None) -> Any: method isconnected (line 165) | def isconnected(self) -> bool: method ifconfig (line 173) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 184) | def config(self, *args, **kwargs) -> Any: function phy_mode (line 218) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/network.pyi function LAN (line 51) | def LAN(*args, **kwargs) -> Any: ... function PPP (line 61) | def PPP(*args, **kwargs) -> Any: ... class WLAN (line 73) | class WLAN: method __init__ (line 82) | def __init__(self, interface_id) -> None: ... method active (line 83) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 90) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 98) | def disconnect(self) -> None: method scan (line 103) | def scan(self) -> List[Tuple]: method status (line 131) | def status(self, param: Optional[Any] = None) -> Any: method isconnected (line 149) | def isconnected(self) -> bool: method ifconfig (line 156) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 166) | def config(self, *args, **kwargs) -> Any: function phy_mode (line 199) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/os.py function remove (line 16) | def remove(path) -> None: class VfsFat (line 23) | class VfsFat: method __init__ (line 30) | def __init__(self, block_dev) -> None: method open (line 34) | def open(self, *args, **kwargs) -> Any: method remove (line 37) | def remove(self, *args, **kwargs) -> Any: method chdir (line 40) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 43) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 46) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 49) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 53) | def mkfs(block_dev) -> None: method mount (line 59) | def mount(self, *args, **kwargs) -> Any: method rename (line 62) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 65) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 68) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 71) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 74) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 78) | class VfsLfs2: method __init__ (line 96) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 100) | def open(self, *args, **kwargs) -> Any: method remove (line 103) | def remove(self, *args, **kwargs) -> Any: method chdir (line 106) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 109) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 112) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 115) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 119) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 128) | def mount(self, *args, **kwargs) -> Any: method rename (line 131) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 134) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 137) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 140) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 143) | def umount(self, *args, **kwargs) -> Any: function chdir (line 147) | def chdir(path) -> Any: function dupterm (line 154) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 178) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 182) | def getcwd() -> Any: function ilistdir (line 189) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 211) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 218) | def mkdir(path) -> Any: function mount (line 225) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 244) | def rename(old_path, new_path) -> None: function rmdir (line 251) | def rmdir(path) -> None: function stat (line 258) | def stat(path) -> Any: function statvfs (line 265) | def statvfs(path) -> Tuple: function umount (line 289) | def umount(mount_point) -> Any: function uname (line 300) | def uname() -> uname_result: function urandom (line 315) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_17-esp32-merged/os.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function dupterm (line 93) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 116) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 117) | def getcwd() -> Any: function ilistdir (line 123) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 150) | def mkdir(path) -> Any: function mount (line 156) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 174) | def rename(old_path, new_path) -> None: function rmdir (line 180) | def rmdir(path) -> None: function stat (line 186) | def stat(path) -> Any: function statvfs (line 192) | def statvfs(path) -> Tuple: function umount (line 215) | def umount(mount_point) -> Any: function uname (line 225) | def uname() -> uname_result: function urandom (line 239) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_17-esp32-merged/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/select.py class poll (line 19) | class poll: method __init__ (line 24) | def __init__(self) -> None: method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Any: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 80) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 95) | class select: method __init__ (line 103) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_17-esp32-merged/select.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_17-esp32-merged/socket.py function getaddrinfo (line 25) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 55) | class socket: method __init__ (line 69) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 73) | def close(self) -> Any: method read (line 84) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 94) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 104) | def readline(self) -> Any: method send (line 112) | def send(self, bytes) -> int: method write (line 120) | def write(self, buf) -> int: method accept (line 131) | def accept(self) -> Tuple: method bind (line 140) | def bind(self, address) -> Any: method connect (line 146) | def connect(self, address) -> None: method fileno (line 152) | def fileno(self, *args, **kwargs) -> Any: method listen (line 155) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 164) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 172) | def recv(self, bufsize) -> bytes: method recvfrom (line 179) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 187) | def sendall(self, bytes) -> int: method sendto (line 200) | def sendto(self, bytes, address) -> None: method setblocking (line 207) | def setblocking(self, flag) -> Any: method setsockopt (line 219) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 227) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/socket.pyi function getaddrinfo (line 22) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 51) | class socket: method __init__ (line 65) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 66) | def close(self) -> Any: method read (line 76) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 85) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 94) | def readline(self) -> Any: method send (line 101) | def send(self, bytes) -> int: method write (line 108) | def write(self, buf) -> int: method accept (line 118) | def accept(self) -> Tuple: method bind (line 126) | def bind(self, address) -> Any: method connect (line 131) | def connect(self, address) -> None: method fileno (line 136) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 137) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 145) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 152) | def recv(self, bufsize) -> bytes: method recvfrom (line 158) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 165) | def sendall(self, bytes) -> int: method sendto (line 177) | def sendto(self, bytes, address) -> None: method setblocking (line 183) | def setblocking(self, flag) -> Any: method setsockopt (line 194) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 201) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/ssl.py function wrap_socket (line 15) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_17-esp32-merged/ssl.pyi function wrap_socket (line 12) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_17-esp32-merged/struct.py function calcsize (line 17) | def calcsize(fmt) -> int: function pack (line 24) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 32) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 41) | def unpack(fmt, data) -> Tuple: function unpack_from (line 49) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-esp32-merged/struct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-esp32-merged/sys.py function exit (line 14) | def exit(retval=0, /) -> Any: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-esp32-merged/sys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-esp32-merged/time.py function gmtime (line 38) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 84) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Any: function sleep_ms (line 103) | def sleep_ms(ms) -> None: function sleep_us (line 115) | def sleep_us(us) -> None: function ticks_add (line 126) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 155) | def ticks_cpu() -> Any: function ticks_diff (line 172) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 240) | def ticks_ms() -> int: function ticks_us (line 265) | def ticks_us() -> Any: class time (line 272) | class time: method __init__ (line 285) | def __init__(self) -> None: function time_ns (line 289) | def time_ns() -> int: FILE: stubs/micropython-v1_17-esp32-merged/time.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: stubs/micropython-v1_17-esp32-merged/uarray.py class array (line 15) | class array: method __init__ (line 22) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: method append (line 26) | def append(self, val) -> Any: method extend (line 32) | def extend(self, iterable) -> Any: method decode (line 39) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/uarray.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function run (line 44) | def run(*args, **kwargs) -> Any: function sleep (line 48) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 52) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 56) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 60) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 68) | class Event: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: method clear (line 75) | def clear(self, *args, **kwargs) -> Any: method set (line 78) | def set(self, *args, **kwargs) -> Any: method is_set (line 81) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 87) | class Lock: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: method locked (line 96) | def locked(self, *args, **kwargs) -> Any: method release (line 99) | def release(self, *args, **kwargs) -> Any: function ticks (line 103) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 107) | class TimeoutError(Exception): class SingletonGenerator (line 111) | class SingletonGenerator: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 119) | class IOQueue: method __init__ (line 122) | def __init__(self, *argv, **kwargs) -> None: method remove (line 126) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 129) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 132) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 135) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 139) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 143) | def run_until_complete(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 16) | def run(*args, **kwargs) -> Any: ... function sleep (line 17) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 18) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 19) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 20) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 25) | class Event: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 27) | def clear(self, *args, **kwargs) -> Any: ... method set (line 28) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 29) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 32) | class Lock: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 35) | def locked(self, *args, **kwargs) -> Any: ... method release (line 36) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 38) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 40) | class TimeoutError(Exception): ... class SingletonGenerator (line 42) | class SingletonGenerator: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 45) | class IOQueue: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 47) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 48) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 49) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 50) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 52) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 53) | def run_until_complete(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function run (line 44) | def run(*args, **kwargs) -> Any: function sleep (line 48) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 52) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 56) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 60) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 64) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 68) | class TimeoutError(Exception): class SingletonGenerator (line 72) | class SingletonGenerator: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 80) | class IOQueue: method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: method remove (line 87) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 90) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 93) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 96) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 100) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 104) | def run_until_complete(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 16) | def run(*args, **kwargs) -> Any: ... function sleep (line 17) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 18) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 19) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 20) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 23) | class TimeoutError(Exception): ... class SingletonGenerator (line 25) | class SingletonGenerator: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 28) | class IOQueue: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 30) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 31) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 32) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 33) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 35) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 36) | def run_until_complete(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method locked (line 18) | def locked(self, *args, **kwargs) -> Any: method release (line 21) | def release(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/ubinascii.py function a2b_base64 (line 14) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data) -> bytes: function crc32 (line 32) | def crc32(*args, **kwargs) -> Any: function hexlify (line 36) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 47) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_17-esp32-merged/ubinascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_17-esp32-merged/ubluetooth.py class BLE (line 21) | class BLE: method __init__ (line 26) | def __init__(self) -> None: method active (line 30) | def active(self, active: Optional[Any] = None, /) -> Any: method config (line 39) | def config(self, param, /) -> Tuple: method gap_advertise (line 103) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 121) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, /) -> None: method gap_disconnect (line 132) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_scan (line 148) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 185) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gattc_discover_descriptors (line 200) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_services (line 209) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Any: method gattc_exchange_mtu (line 220) | def gattc_exchange_mtu(self, conn_handle, /) -> Any: method gattc_read (line 235) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_write (line 245) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 265) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gatts_notify (line 278) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_read (line 293) | def gatts_read(self, value_handle, /) -> Any: method gatts_register_services (line 300) | def gatts_register_services(self, services_definition, /) -> Any: method gatts_set_buffer (line 363) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 376) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method irq (line 386) | def irq(self, handler, /) -> int: class UUID (line 591) | class UUID: method __init__ (line 601) | def __init__(self, value, /) -> None: FILE: stubs/micropython-v1_17-esp32-merged/ubluetooth.pyi class BLE (line 18) | class BLE: method __init__ (line 23) | def __init__(self) -> None: ... method active (line 24) | def active(self, active: Optional[Any] = None, /) -> Any: method config (line 32) | def config(self, param, /) -> Tuple: method gap_advertise (line 95) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 112) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, /) -> None: method gap_disconnect (line 122) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_scan (line 137) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 173) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gattc_discover_descriptors (line 187) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_services (line 195) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Any: method gattc_exchange_mtu (line 205) | def gattc_exchange_mtu(self, conn_handle, /) -> Any: method gattc_read (line 219) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_write (line 228) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 247) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gatts_notify (line 259) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_read (line 273) | def gatts_read(self, value_handle, /) -> Any: method gatts_register_services (line 279) | def gatts_register_services(self, services_definition, /) -> Any: method gatts_set_buffer (line 341) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 353) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method irq (line 362) | def irq(self, handler, /) -> int: class UUID (line 565) | class UUID: method __init__ (line 575) | def __init__(self, value, /) -> None: ... FILE: stubs/micropython-v1_17-esp32-merged/ucollections.py class OrderedDict (line 15) | class OrderedDict(dict): method __init__ (line 40) | def __init__(self, *args, **kwargs) -> None: method clear (line 44) | def clear(self, *args, **kwargs) -> Any: method copy (line 47) | def copy(self, *args, **kwargs) -> Any: method get (line 50) | def get(self, *args, **kwargs) -> Any: method items (line 53) | def items(self, *args, **kwargs) -> Any: method keys (line 56) | def keys(self, *args, **kwargs) -> Any: method pop (line 59) | def pop(self, *args, **kwargs) -> Any: method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: method update (line 68) | def update(self, *args, **kwargs) -> Any: method values (line 71) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 75) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 79) | class deque(Queue): method __init__ (line 97) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 101) | def append(self, x) -> Any: method popleft (line 108) | def popleft(self) -> Any: function namedtuple (line 116) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/ucollections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method decrypt (line 33) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: method encrypt (line 39) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/ucryptolib.pyi class aes (line 6) | class aes: method __init__ (line 7) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method decrypt (line 27) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: method encrypt (line 32) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/uctypes.py function addressof (line 49) | def addressof(obj) -> int: function bytearray_at (line 58) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 68) | def bytes_at(addr, size) -> bytes: function sizeof (line 78) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 87) | class struct: method __init__ (line 93) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: FILE: stubs/micropython-v1_17-esp32-merged/uctypes.pyi function addressof (line 46) | def addressof(obj) -> int: function bytearray_at (line 54) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function sizeof (line 72) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 80) | class struct: method __init__ (line 86) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... FILE: stubs/micropython-v1_17-esp32-merged/uhashlib.py class sha1 (line 29) | class sha1: method __init__ (line 34) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 38) | def update(self, *args, **kwargs) -> Any: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 45) | class sha256: method __init__ (line 50) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 54) | def update(self, *args, **kwargs) -> Any: method digest (line 57) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/uhashlib.pyi class sha1 (line 26) | class sha1: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 41) | def update(self, *args, **kwargs) -> Any: ... method digest (line 42) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/uheapq.py function heapify (line 17) | def heapify(x) -> Any: function heappop (line 24) | def heappop(heap) -> Any: function heappush (line 34) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/uheapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/uio.py function open (line 14) | def open(name, mode="r", **kwargs) -> Any: class BufferedWriter (line 23) | class BufferedWriter: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method write (line 30) | def write(self, *args, **kwargs) -> Any: method flush (line 33) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 37) | class BytesIO(IO): method __init__ (line 50) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 54) | def close(self, *args, **kwargs) -> Any: method read (line 57) | def read(self, *args, **kwargs) -> Any: method readinto (line 60) | def readinto(self, *args, **kwargs) -> Any: method readline (line 63) | def readline(self, *args, **kwargs) -> Any: method write (line 66) | def write(self, *args, **kwargs) -> Any: method flush (line 69) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 72) | def getvalue(self) -> Any: method seek (line 78) | def seek(self, *args, **kwargs) -> Any: method tell (line 81) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 85) | class FileIO(IO): method __init__ (line 91) | def __init__(self, *args, **kwargs) -> None: method close (line 95) | def close(self, *args, **kwargs) -> Any: method read (line 98) | def read(self, *args, **kwargs) -> Any: method readinto (line 101) | def readinto(self, *args, **kwargs) -> Any: method readline (line 104) | def readline(self, *args, **kwargs) -> Any: method write (line 107) | def write(self, *args, **kwargs) -> Any: method flush (line 110) | def flush(self, *args, **kwargs) -> Any: method readlines (line 113) | def readlines(self, *args, **kwargs) -> Any: method seek (line 116) | def seek(self, *args, **kwargs) -> Any: method tell (line 119) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 123) | class IOBase: method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 131) | class StringIO(IO): method __init__ (line 134) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 138) | def close(self, *args, **kwargs) -> Any: method read (line 141) | def read(self, *args, **kwargs) -> Any: method readinto (line 144) | def readinto(self, *args, **kwargs) -> Any: method readline (line 147) | def readline(self, *args, **kwargs) -> Any: method write (line 150) | def write(self, *args, **kwargs) -> Any: method flush (line 153) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 156) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 159) | def seek(self, *args, **kwargs) -> Any: method tell (line 162) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 166) | class TextIOWrapper(IO): method __init__ (line 172) | def __init__(self, *args, **kwargs) -> None: method close (line 176) | def close(self, *args, **kwargs) -> Any: method read (line 179) | def read(self, *args, **kwargs) -> Any: method readinto (line 182) | def readinto(self, *args, **kwargs) -> Any: method readline (line 185) | def readline(self, *args, **kwargs) -> Any: method write (line 188) | def write(self, *args, **kwargs) -> Any: method flush (line 191) | def flush(self, *args, **kwargs) -> Any: method readlines (line 194) | def readlines(self, *args, **kwargs) -> Any: method seek (line 197) | def seek(self, *args, **kwargs) -> Any: method tell (line 200) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/uio.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BufferedWriter (line 19) | class BufferedWriter: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method flush (line 22) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 24) | class BytesIO(IO): method __init__ (line 37) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 38) | def close(self, *args, **kwargs) -> Any: ... method read (line 39) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 41) | def readline(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method flush (line 43) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 44) | def getvalue(self) -> Any: method seek (line 49) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 50) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 52) | class FileIO(IO): method __init__ (line 58) | def __init__(self, *args, **kwargs) -> None: ... method close (line 59) | def close(self, *args, **kwargs) -> Any: ... method read (line 60) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 62) | def readline(self, *args, **kwargs) -> Any: ... method write (line 63) | def write(self, *args, **kwargs) -> Any: ... method flush (line 64) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 65) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 66) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 67) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 69) | class IOBase: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 72) | class StringIO(IO): method __init__ (line 73) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 74) | def close(self, *args, **kwargs) -> Any: ... method read (line 75) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 76) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 77) | def readline(self, *args, **kwargs) -> Any: ... method write (line 78) | def write(self, *args, **kwargs) -> Any: ... method flush (line 79) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 80) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 81) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 82) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 84) | class TextIOWrapper(IO): method __init__ (line 90) | def __init__(self, *args, **kwargs) -> None: ... method close (line 91) | def close(self, *args, **kwargs) -> Any: ... method read (line 92) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 93) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 94) | def readline(self, *args, **kwargs) -> Any: ... method write (line 95) | def write(self, *args, **kwargs) -> Any: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 97) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/ujson.py function dump (line 14) | def dump(obj, stream, separators=None) -> Any: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Any: function loads (line 46) | def loads(str) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/ujson.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 16) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Any: method log (line 22) | def log(self, *args, **kwargs) -> Any: method set_callback (line 27) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 30) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 33) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 38) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 43) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 48) | def delay(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTException (line 13) | class MQTTException(Exception): class MQTTClient (line 17) | class MQTTClient: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method connect (line 24) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 27) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 33) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 36) | def ping(self, *args, **kwargs) -> Any: method publish (line 39) | def publish(self, *args, **kwargs) -> Any: method subscribe (line 42) | def subscribe(self, *args, **kwargs) -> Any: method wait_msg (line 45) | def wait_msg(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/uos.py function remove (line 16) | def remove(path) -> None: class VfsFat (line 23) | class VfsFat: method __init__ (line 30) | def __init__(self, block_dev) -> None: method open (line 34) | def open(self, *args, **kwargs) -> Any: method remove (line 37) | def remove(self, *args, **kwargs) -> Any: method chdir (line 40) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 43) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 46) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 49) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 53) | def mkfs(block_dev) -> None: method mount (line 59) | def mount(self, *args, **kwargs) -> Any: method rename (line 62) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 65) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 68) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 71) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 74) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 78) | class VfsLfs2: method __init__ (line 96) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 100) | def open(self, *args, **kwargs) -> Any: method remove (line 103) | def remove(self, *args, **kwargs) -> Any: method chdir (line 106) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 109) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 112) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 115) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 119) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 128) | def mount(self, *args, **kwargs) -> Any: method rename (line 131) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 134) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 137) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 140) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 143) | def umount(self, *args, **kwargs) -> Any: function chdir (line 147) | def chdir(path) -> Any: function dupterm (line 154) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 178) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 182) | def getcwd() -> Any: function ilistdir (line 189) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 211) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 218) | def mkdir(path) -> Any: function mount (line 225) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 244) | def rename(old_path, new_path) -> None: function rmdir (line 251) | def rmdir(path) -> None: function stat (line 258) | def stat(path) -> Any: function statvfs (line 265) | def statvfs(path) -> Tuple: function umount (line 289) | def umount(mount_point) -> Any: function uname (line 300) | def uname() -> uname_result: function urandom (line 315) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_17-esp32-merged/uos.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function dupterm (line 93) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 116) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 117) | def getcwd() -> Any: function ilistdir (line 123) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 150) | def mkdir(path) -> Any: function mount (line 156) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 174) | def rename(old_path, new_path) -> None: function rmdir (line 180) | def rmdir(path) -> None: function stat (line 186) | def stat(path) -> Any: function statvfs (line 192) | def statvfs(path) -> Tuple: function umount (line 215) | def umount(mount_point) -> Any: function uname (line 225) | def uname() -> uname_result: function urandom (line 239) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_17-esp32-merged/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: class Response (line 17) | class Response: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method close (line 24) | def close(self, *args, **kwargs) -> Any: method json (line 29) | def json(self, *args, **kwargs) -> Any: function request (line 35) | def request(*args, **kwargs) -> Any: function head (line 39) | def head(*args, **kwargs) -> Any: function post (line 43) | def post(*args, **kwargs) -> Any: function patch (line 47) | def patch(*args, **kwargs) -> Any: function delete (line 51) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... class Response (line 6) | class Response: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 8) | def close(self, *args, **kwargs) -> Any: ... method json (line 10) | def json(self, *args, **kwargs) -> Any: ... function request (line 13) | def request(*args, **kwargs) -> Any: ... function head (line 14) | def head(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/uselect.py class poll (line 19) | class poll: method __init__ (line 24) | def __init__(self) -> None: method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Any: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 80) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 95) | class select: method __init__ (line 103) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_17-esp32-merged/uselect.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_17-esp32-merged/usocket.py function getaddrinfo (line 25) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 55) | class socket: method __init__ (line 69) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 73) | def close(self) -> Any: method read (line 84) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 94) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 104) | def readline(self) -> Any: method send (line 112) | def send(self, bytes) -> int: method write (line 120) | def write(self, buf) -> int: method accept (line 131) | def accept(self) -> Tuple: method bind (line 140) | def bind(self, address) -> Any: method connect (line 146) | def connect(self, address) -> None: method fileno (line 152) | def fileno(self, *args, **kwargs) -> Any: method listen (line 155) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 164) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 172) | def recv(self, bufsize) -> bytes: method recvfrom (line 179) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 187) | def sendall(self, bytes) -> int: method sendto (line 200) | def sendto(self, bytes, address) -> None: method setblocking (line 207) | def setblocking(self, flag) -> Any: method setsockopt (line 219) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 227) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/usocket.pyi function getaddrinfo (line 22) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 51) | class socket: method __init__ (line 65) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 66) | def close(self) -> Any: method read (line 76) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 85) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 94) | def readline(self) -> Any: method send (line 101) | def send(self, bytes) -> int: method write (line 108) | def write(self, buf) -> int: method accept (line 118) | def accept(self) -> Tuple: method bind (line 126) | def bind(self, address) -> Any: method connect (line 131) | def connect(self, address) -> None: method fileno (line 136) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 137) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 145) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 152) | def recv(self, bufsize) -> bytes: method recvfrom (line 158) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 165) | def sendall(self, bytes) -> int: method sendto (line 177) | def sendto(self, bytes, address) -> None: method setblocking (line 183) | def setblocking(self, flag) -> Any: method setsockopt (line 194) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 201) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/ussl.py function wrap_socket (line 15) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_17-esp32-merged/ussl.pyi function wrap_socket (line 12) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_17-esp32-merged/ustruct.py function calcsize (line 17) | def calcsize(fmt) -> int: function pack (line 24) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 32) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 41) | def unpack(fmt, data) -> Tuple: function unpack_from (line 49) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-esp32-merged/ustruct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-esp32-merged/usys.py function exit (line 14) | def exit(retval=0, /) -> Any: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-esp32-merged/usys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-esp32-merged/utime.py function gmtime (line 38) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 84) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Any: function sleep_ms (line 103) | def sleep_ms(ms) -> None: function sleep_us (line 115) | def sleep_us(us) -> None: function ticks_add (line 126) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 155) | def ticks_cpu() -> Any: function ticks_diff (line 172) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 240) | def ticks_ms() -> int: function ticks_us (line 265) | def ticks_us() -> Any: class time (line 272) | class time: method __init__ (line 285) | def __init__(self) -> None: function time_ns (line 289) | def time_ns() -> int: FILE: stubs/micropython-v1_17-esp32-merged/utime.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: stubs/micropython-v1_17-esp32-merged/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/uzlib.py class DecompIO (line 16) | class DecompIO: method __init__ (line 25) | def __init__(self, stream, wbits=0, /) -> None: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: function decompress (line 39) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-esp32-merged/uzlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-esp32-merged/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 16) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32-merged/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32-merged/zlib.py class DecompIO (line 16) | class DecompIO: method __init__ (line 25) | def __init__(self, stream, wbits=0, /) -> None: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: function decompress (line 39) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-esp32-merged/zlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-esp32/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/_thread.py class LockType (line 9) | class LockType: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 16) | def acquire(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: method release (line 22) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 30) | def exit(*args, **kwargs) -> Any: function get_ident (line 34) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 38) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 42) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/_thread.pyi class LockType (line 3) | class LockType: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 5) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 9) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 10) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 11) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 12) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/apa106.py class NeoPixel (line 9) | class NeoPixel: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method write (line 16) | def write(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: class APA106 (line 25) | class APA106: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method write (line 32) | def write(self, *args, **kwargs) -> Any: method fill (line 35) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... class APA106 (line 9) | class APA106: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/btree.py function open (line 9) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/btree.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method center (line 218) | def center(self, *args, **kwargs) -> Any: method decode (line 221) | def decode(self, *args, **kwargs) -> Any: method partition (line 224) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 227) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 230) | def splitlines(self, *args, **kwargs) -> Any: function callable (line 234) | def callable(*args, **kwargs) -> Any: function chr (line 238) | def chr(*args, **kwargs) -> Any: class dict (line 242) | class dict: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: method clear (line 249) | def clear(self, *args, **kwargs) -> Any: method copy (line 252) | def copy(self, *args, **kwargs) -> Any: method get (line 255) | def get(self, *args, **kwargs) -> Any: method items (line 258) | def items(self, *args, **kwargs) -> Any: method keys (line 261) | def keys(self, *args, **kwargs) -> Any: method pop (line 264) | def pop(self, *args, **kwargs) -> Any: method popitem (line 267) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 270) | def setdefault(self, *args, **kwargs) -> Any: method update (line 273) | def update(self, *args, **kwargs) -> Any: method values (line 276) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 280) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 284) | def dir(*args, **kwargs) -> Any: function divmod (line 288) | def divmod(*args, **kwargs) -> Any: function eval (line 292) | def eval(*args, **kwargs) -> Any: function exec (line 296) | def exec(*args, **kwargs) -> Any: function getattr (line 300) | def getattr(*args, **kwargs) -> Any: function globals (line 304) | def globals(*args, **kwargs) -> Any: function hasattr (line 308) | def hasattr(*args, **kwargs) -> Any: function hash (line 312) | def hash(*args, **kwargs) -> Any: function id (line 316) | def id(*args, **kwargs) -> Any: class int (line 320) | class int: method __init__ (line 323) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 328) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 331) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 335) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 339) | def issubclass(*args, **kwargs) -> Any: function iter (line 343) | def iter(*args, **kwargs) -> Any: function len (line 347) | def len(*args, **kwargs) -> Any: class list (line 351) | class list: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: method append (line 358) | def append(self, *args, **kwargs) -> Any: method clear (line 361) | def clear(self, *args, **kwargs) -> Any: method copy (line 364) | def copy(self, *args, **kwargs) -> Any: method count (line 367) | def count(self, *args, **kwargs) -> Any: method extend (line 370) | def extend(self, *args, **kwargs) -> Any: method index (line 373) | def index(self, *args, **kwargs) -> Any: method insert (line 376) | def insert(self, *args, **kwargs) -> Any: method pop (line 379) | def pop(self, *args, **kwargs) -> Any: method remove (line 382) | def remove(self, *args, **kwargs) -> Any: method reverse (line 385) | def reverse(self, *args, **kwargs) -> Any: method sort (line 388) | def sort(self, *args, **kwargs) -> Any: function locals (line 392) | def locals(*args, **kwargs) -> Any: class map (line 396) | class map: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function next (line 404) | def next(*args, **kwargs) -> Any: class object (line 408) | class object: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: function open (line 416) | def open(*args, **kwargs) -> Any: function ord (line 420) | def ord(*args, **kwargs) -> Any: function pow (line 424) | def pow(*args, **kwargs) -> Any: function print (line 428) | def print(*args, **kwargs) -> Any: class range (line 432) | class range: method __init__ (line 435) | def __init__(self, *argv, **kwargs) -> None: function repr (line 440) | def repr(*args, **kwargs) -> Any: function round (line 444) | def round(*args, **kwargs) -> Any: class set (line 448) | class set: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: method clear (line 455) | def clear(self, *args, **kwargs) -> Any: method copy (line 458) | def copy(self, *args, **kwargs) -> Any: method pop (line 461) | def pop(self, *args, **kwargs) -> Any: method remove (line 464) | def remove(self, *args, **kwargs) -> Any: method update (line 467) | def update(self, *args, **kwargs) -> Any: method add (line 470) | def add(self, *args, **kwargs) -> Any: method difference (line 473) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 476) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 479) | def discard(self, *args, **kwargs) -> Any: method intersection (line 482) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 485) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 488) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 491) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 494) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 497) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 500) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 503) | def union(self, *args, **kwargs) -> Any: function setattr (line 507) | def setattr(*args, **kwargs) -> Any: function sorted (line 511) | def sorted(*args, **kwargs) -> Any: class str (line 515) | class str: method __init__ (line 518) | def __init__(self, *argv, **kwargs) -> None: method count (line 522) | def count(self, *args, **kwargs) -> Any: method endswith (line 525) | def endswith(self, *args, **kwargs) -> Any: method find (line 528) | def find(self, *args, **kwargs) -> Any: method format (line 531) | def format(self, *args, **kwargs) -> Any: method index (line 534) | def index(self, *args, **kwargs) -> Any: method isalpha (line 537) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 540) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 543) | def islower(self, *args, **kwargs) -> Any: method isspace (line 546) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 549) | def isupper(self, *args, **kwargs) -> Any: method join (line 552) | def join(self, *args, **kwargs) -> Any: method lower (line 555) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 558) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 561) | def replace(self, *args, **kwargs) -> Any: method rfind (line 564) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 567) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 570) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 573) | def rstrip(self, *args, **kwargs) -> Any: method split (line 576) | def split(self, *args, **kwargs) -> Any: method startswith (line 579) | def startswith(self, *args, **kwargs) -> Any: method strip (line 582) | def strip(self, *args, **kwargs) -> Any: method upper (line 585) | def upper(self, *args, **kwargs) -> Any: method center (line 588) | def center(self, *args, **kwargs) -> Any: method encode (line 591) | def encode(self, *args, **kwargs) -> Any: method partition (line 594) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 597) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 600) | def splitlines(self, *args, **kwargs) -> Any: function sum (line 604) | def sum(*args, **kwargs) -> Any: class super (line 608) | class super: method __init__ (line 611) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 616) | class tuple: method __init__ (line 619) | def __init__(self, *argv, **kwargs) -> None: method count (line 623) | def count(self, *args, **kwargs) -> Any: method index (line 626) | def index(self, *args, **kwargs) -> Any: class type (line 630) | class type: method __init__ (line 633) | def __init__(self, *argv, **kwargs) -> None: class zip (line 638) | class zip: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 649) | class StopAsyncIteration: method __init__ (line 652) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 657) | class UnicodeError(Exception): class ViperTypeError (line 661) | class ViperTypeError(Exception): function bin (line 665) | def bin(*args, **kwargs) -> Any: function compile (line 669) | def compile(*args, **kwargs) -> Any: class complex (line 673) | class complex: method __init__ (line 676) | def __init__(self, *argv, **kwargs) -> None: function delattr (line 681) | def delattr(*args, **kwargs) -> Any: class enumerate (line 685) | class enumerate: method __init__ (line 688) | def __init__(self, *argv, **kwargs) -> None: function execfile (line 693) | def execfile(*args, **kwargs) -> Any: class filter (line 697) | class filter: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: class float (line 705) | class float: method __init__ (line 708) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 713) | class frozenset: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: method copy (line 720) | def copy(self, *args, **kwargs) -> Any: method difference (line 723) | def difference(self, *args, **kwargs) -> Any: method intersection (line 726) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 729) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 732) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 735) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 738) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 741) | def union(self, *args, **kwargs) -> Any: function help (line 745) | def help(*args, **kwargs) -> Any: function hex (line 749) | def hex(*args, **kwargs) -> Any: function input (line 753) | def input(*args, **kwargs) -> Any: function max (line 757) | def max(*args, **kwargs) -> Any: class memoryview (line 761) | class memoryview: method __init__ (line 764) | def __init__(self, *argv, **kwargs) -> None: function min (line 769) | def min(*args, **kwargs) -> Any: function oct (line 773) | def oct(*args, **kwargs) -> Any: class property (line 777) | class property: method __init__ (line 780) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 784) | def deleter(self, *args, **kwargs) -> Any: method getter (line 787) | def getter(self, *args, **kwargs) -> Any: method setter (line 790) | def setter(self, *args, **kwargs) -> Any: class reversed (line 794) | class reversed: method __init__ (line 797) | def __init__(self, *argv, **kwargs) -> None: class slice (line 802) | class slice: method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_17-esp32/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method center (line 69) | def center(self, *args, **kwargs) -> Any: ... method decode (line 70) | def decode(self, *args, **kwargs) -> Any: ... method partition (line 71) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 72) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 73) | def splitlines(self, *args, **kwargs) -> Any: ... function callable (line 75) | def callable(*args, **kwargs) -> Any: ... function chr (line 76) | def chr(*args, **kwargs) -> Any: ... class dict (line 78) | class dict: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 80) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 81) | def copy(self, *args, **kwargs) -> Any: ... method get (line 82) | def get(self, *args, **kwargs) -> Any: ... method items (line 83) | def items(self, *args, **kwargs) -> Any: ... method keys (line 84) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 85) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 86) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 87) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 88) | def update(self, *args, **kwargs) -> Any: ... method values (line 89) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 91) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 93) | def dir(*args, **kwargs) -> Any: ... function divmod (line 94) | def divmod(*args, **kwargs) -> Any: ... function eval (line 95) | def eval(*args, **kwargs) -> Any: ... function exec (line 96) | def exec(*args, **kwargs) -> Any: ... function getattr (line 97) | def getattr(*args, **kwargs) -> Any: ... function globals (line 98) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 99) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 100) | def hash(*args, **kwargs) -> Any: ... function id (line 101) | def id(*args, **kwargs) -> Any: ... class int (line 103) | class int: method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 106) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 107) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 109) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 110) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 111) | def iter(*args, **kwargs) -> Any: ... function len (line 112) | def len(*args, **kwargs) -> Any: ... class list (line 114) | class list: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 116) | def append(self, *args, **kwargs) -> Any: ... method clear (line 117) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 118) | def copy(self, *args, **kwargs) -> Any: ... method count (line 119) | def count(self, *args, **kwargs) -> Any: ... method extend (line 120) | def extend(self, *args, **kwargs) -> Any: ... method index (line 121) | def index(self, *args, **kwargs) -> Any: ... method insert (line 122) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 123) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 124) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 125) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 126) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 128) | def locals(*args, **kwargs) -> Any: ... class map (line 130) | class map: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 133) | def next(*args, **kwargs) -> Any: ... class object (line 135) | class object: method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 138) | def open(*args, **kwargs) -> Any: ... function ord (line 139) | def ord(*args, **kwargs) -> Any: ... function pow (line 140) | def pow(*args, **kwargs) -> Any: ... function print (line 141) | def print(*args, **kwargs) -> Any: ... class range (line 143) | class range: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 146) | def repr(*args, **kwargs) -> Any: ... function round (line 147) | def round(*args, **kwargs) -> Any: ... class set (line 149) | class set: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 151) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 152) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 153) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 154) | def remove(self, *args, **kwargs) -> Any: ... method update (line 155) | def update(self, *args, **kwargs) -> Any: ... method add (line 156) | def add(self, *args, **kwargs) -> Any: ... method difference (line 157) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 158) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 159) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 160) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 161) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 162) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 163) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 164) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 165) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 166) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 167) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 169) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 170) | def sorted(*args, **kwargs) -> Any: ... class str (line 172) | class str: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 174) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 175) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 176) | def find(self, *args, **kwargs) -> Any: ... method format (line 177) | def format(self, *args, **kwargs) -> Any: ... method index (line 178) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 179) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 180) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 181) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 182) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 183) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 184) | def join(self, *args, **kwargs) -> Any: ... method lower (line 185) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 186) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 187) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 188) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 189) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 190) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 191) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 192) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 193) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 194) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 195) | def upper(self, *args, **kwargs) -> Any: ... method center (line 196) | def center(self, *args, **kwargs) -> Any: ... method encode (line 197) | def encode(self, *args, **kwargs) -> Any: ... method partition (line 198) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 199) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 200) | def splitlines(self, *args, **kwargs) -> Any: ... function sum (line 202) | def sum(*args, **kwargs) -> Any: ... class super (line 204) | class super: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 207) | class tuple: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 209) | def count(self, *args, **kwargs) -> Any: ... method index (line 210) | def index(self, *args, **kwargs) -> Any: ... class type (line 212) | class type: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 215) | class zip: method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 220) | class StopAsyncIteration: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 223) | class UnicodeError(Exception): ... class ViperTypeError (line 224) | class ViperTypeError(Exception): ... function bin (line 226) | def bin(*args, **kwargs) -> Any: ... function compile (line 227) | def compile(*args, **kwargs) -> Any: ... class complex (line 229) | class complex: method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... function delattr (line 232) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 234) | class enumerate: method __init__ (line 235) | def __init__(self, *argv, **kwargs) -> None: ... function execfile (line 237) | def execfile(*args, **kwargs) -> Any: ... class filter (line 239) | class filter: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 242) | class float: method __init__ (line 243) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 245) | class frozenset: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 247) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 248) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 249) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 250) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 251) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 252) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 253) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 254) | def union(self, *args, **kwargs) -> Any: ... function help (line 256) | def help(*args, **kwargs) -> Any: ... function hex (line 257) | def hex(*args, **kwargs) -> Any: ... function input (line 258) | def input(*args, **kwargs) -> Any: ... function max (line 259) | def max(*args, **kwargs) -> Any: ... class memoryview (line 261) | class memoryview: method __init__ (line 262) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 264) | def min(*args, **kwargs) -> Any: ... function oct (line 265) | def oct(*args, **kwargs) -> Any: ... class property (line 267) | class property: method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 269) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 270) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 271) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 273) | class reversed: method __init__ (line 274) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 276) | class slice: method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_17-esp32/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/esp.py function dht_readinto (line 16) | def dht_readinto(*args, **kwargs) -> Any: function flash_erase (line 20) | def flash_erase(*args, **kwargs) -> Any: function flash_read (line 24) | def flash_read(*args, **kwargs) -> Any: function flash_size (line 28) | def flash_size(*args, **kwargs) -> Any: function flash_user_start (line 32) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 36) | def flash_write(*args, **kwargs) -> Any: function gpio_matrix_in (line 40) | def gpio_matrix_in(*args, **kwargs) -> Any: function gpio_matrix_out (line 44) | def gpio_matrix_out(*args, **kwargs) -> Any: function osdebug (line 48) | def osdebug(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/esp.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 11) | def flash_erase(*args, **kwargs) -> Any: ... function flash_read (line 12) | def flash_read(*args, **kwargs) -> Any: ... function flash_size (line 13) | def flash_size(*args, **kwargs) -> Any: ... function flash_user_start (line 14) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 15) | def flash_write(*args, **kwargs) -> Any: ... function gpio_matrix_in (line 16) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 17) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 18) | def osdebug(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/esp32.py class NVS (line 12) | class NVS: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method commit (line 19) | def commit(self, *args, **kwargs) -> Any: method erase_key (line 22) | def erase_key(self, *args, **kwargs) -> Any: method get_blob (line 25) | def get_blob(self, *args, **kwargs) -> Any: method get_i32 (line 28) | def get_i32(self, *args, **kwargs) -> Any: method set_blob (line 31) | def set_blob(self, *args, **kwargs) -> Any: method set_i32 (line 34) | def set_i32(self, *args, **kwargs) -> Any: class Partition (line 38) | class Partition: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method find (line 45) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 53) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 56) | def info(self, *args, **kwargs) -> Any: method ioctl (line 59) | def ioctl(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 63) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method readblocks (line 66) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 69) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 72) | def writeblocks(self, *args, **kwargs) -> Any: class RMT (line 76) | class RMT: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method clock_div (line 83) | def clock_div(self, *args, **kwargs) -> Any: method deinit (line 86) | def deinit(self, *args, **kwargs) -> Any: method loop (line 89) | def loop(self, *args, **kwargs) -> Any: method source_freq (line 92) | def source_freq(self, *args, **kwargs) -> Any: method wait_done (line 95) | def wait_done(self, *args, **kwargs) -> Any: method write_pulses (line 98) | def write_pulses(self, *args, **kwargs) -> Any: class ULP (line 102) | class ULP: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: method load_binary (line 111) | def load_binary(self, *args, **kwargs) -> Any: method run (line 114) | def run(self, *args, **kwargs) -> Any: method set_wakeup_period (line 117) | def set_wakeup_period(self, *args, **kwargs) -> Any: function hall_sensor (line 125) | def hall_sensor(*args, **kwargs) -> Any: function idf_heap_info (line 129) | def idf_heap_info(*args, **kwargs) -> Any: function raw_temperature (line 133) | def raw_temperature(*args, **kwargs) -> Any: function wake_on_ext0 (line 137) | def wake_on_ext0(*args, **kwargs) -> Any: function wake_on_ext1 (line 141) | def wake_on_ext1(*args, **kwargs) -> Any: function wake_on_touch (line 145) | def wake_on_touch(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/esp32.pyi class NVS (line 6) | class NVS: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method commit (line 8) | def commit(self, *args, **kwargs) -> Any: ... method erase_key (line 9) | def erase_key(self, *args, **kwargs) -> Any: ... method get_blob (line 10) | def get_blob(self, *args, **kwargs) -> Any: ... method get_i32 (line 11) | def get_i32(self, *args, **kwargs) -> Any: ... method set_blob (line 12) | def set_blob(self, *args, **kwargs) -> Any: ... method set_i32 (line 13) | def set_i32(self, *args, **kwargs) -> Any: ... class Partition (line 15) | class Partition: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 17) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 22) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 23) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 24) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 26) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 27) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 28) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 29) | def writeblocks(self, *args, **kwargs) -> Any: ... class RMT (line 31) | class RMT: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method clock_div (line 33) | def clock_div(self, *args, **kwargs) -> Any: ... method deinit (line 34) | def deinit(self, *args, **kwargs) -> Any: ... method loop (line 35) | def loop(self, *args, **kwargs) -> Any: ... method source_freq (line 36) | def source_freq(self, *args, **kwargs) -> Any: ... method wait_done (line 37) | def wait_done(self, *args, **kwargs) -> Any: ... method write_pulses (line 38) | def write_pulses(self, *args, **kwargs) -> Any: ... class ULP (line 40) | class ULP: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... method load_binary (line 43) | def load_binary(self, *args, **kwargs) -> Any: ... method run (line 44) | def run(self, *args, **kwargs) -> Any: ... method set_wakeup_period (line 45) | def set_wakeup_period(self, *args, **kwargs) -> Any: ... function hall_sensor (line 50) | def hall_sensor(*args, **kwargs) -> Any: ... function idf_heap_info (line 51) | def idf_heap_info(*args, **kwargs) -> Any: ... function raw_temperature (line 52) | def raw_temperature(*args, **kwargs) -> Any: ... function wake_on_ext0 (line 53) | def wake_on_ext0(*args, **kwargs) -> Any: ... function wake_on_ext1 (line 54) | def wake_on_ext1(*args, **kwargs) -> Any: ... function wake_on_touch (line 55) | def wake_on_touch(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/flashbdev.py class Partition (line 9) | class Partition: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method find (line 16) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 24) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 27) | def info(self, *args, **kwargs) -> Any: method ioctl (line 30) | def ioctl(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 34) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method readblocks (line 37) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 40) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 43) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/flashbdev.pyi class Partition (line 3) | class Partition: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 5) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 10) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 11) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 14) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 15) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 16) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 17) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/hashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/hashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/inisetup.py function check_bootsec (line 11) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 15) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 19) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 7) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method flush (line 23) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 27) | class BytesIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: method close (line 34) | def close(self, *args, **kwargs) -> Any: method read (line 37) | def read(self, *args, **kwargs) -> Any: method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: method readline (line 43) | def readline(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method flush (line 49) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 55) | def seek(self, *args, **kwargs) -> Any: method tell (line 58) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 62) | class FileIO: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method readline (line 78) | def readline(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method flush (line 84) | def flush(self, *args, **kwargs) -> Any: method readlines (line 87) | def readlines(self, *args, **kwargs) -> Any: method seek (line 90) | def seek(self, *args, **kwargs) -> Any: method tell (line 93) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 97) | class IOBase: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 105) | class StringIO: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method readline (line 121) | def readline(self, *args, **kwargs) -> Any: method write (line 124) | def write(self, *args, **kwargs) -> Any: method flush (line 127) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 130) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 133) | def seek(self, *args, **kwargs) -> Any: method tell (line 136) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 140) | class TextIOWrapper: method __init__ (line 143) | def __init__(self, *argv, **kwargs) -> None: method close (line 147) | def close(self, *args, **kwargs) -> Any: method read (line 150) | def read(self, *args, **kwargs) -> Any: method readinto (line 153) | def readinto(self, *args, **kwargs) -> Any: method readline (line 156) | def readline(self, *args, **kwargs) -> Any: method write (line 159) | def write(self, *args, **kwargs) -> Any: method flush (line 162) | def flush(self, *args, **kwargs) -> Any: method readlines (line 165) | def readlines(self, *args, **kwargs) -> Any: method seek (line 168) | def seek(self, *args, **kwargs) -> Any: method tell (line 171) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method flush (line 8) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 10) | class BytesIO: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 12) | def close(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method write (line 16) | def write(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 18) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 19) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 20) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 22) | class FileIO: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 24) | def close(self, *args, **kwargs) -> Any: ... method read (line 25) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 27) | def readline(self, *args, **kwargs) -> Any: ... method write (line 28) | def write(self, *args, **kwargs) -> Any: ... method flush (line 29) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 30) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 31) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 32) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 34) | class IOBase: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 37) | class StringIO: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 39) | def close(self, *args, **kwargs) -> Any: ... method read (line 40) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Any: ... method write (line 43) | def write(self, *args, **kwargs) -> Any: ... method flush (line 44) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 45) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 46) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 47) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 49) | class TextIOWrapper: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 51) | def close(self, *args, **kwargs) -> Any: ... method read (line 52) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 53) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 54) | def readline(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... method flush (line 56) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 57) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 58) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 59) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/machine.py class ADC (line 9) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method atten (line 28) | def atten(self, *args, **kwargs) -> Any: method read_u16 (line 31) | def read_u16(self, *args, **kwargs) -> Any: method width (line 35) | def width(cls, *args, **kwargs) -> Any: class DAC (line 39) | class DAC: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: method write (line 46) | def write(self, *args, **kwargs) -> Any: class I2C (line 57) | class I2C: method __init__ (line 60) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 64) | def readinto(self, *args, **kwargs) -> Any: method start (line 67) | def start(self, *args, **kwargs) -> Any: method stop (line 70) | def stop(self, *args, **kwargs) -> Any: method write (line 73) | def write(self, *args, **kwargs) -> Any: method init (line 76) | def init(self, *args, **kwargs) -> Any: method readfrom (line 79) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 82) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 85) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 88) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 91) | def scan(self, *args, **kwargs) -> Any: method writeto (line 94) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 97) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 100) | def writevto(self, *args, **kwargs) -> Any: class I2S (line 104) | class I2S: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 111) | def readinto(self, *args, **kwargs) -> Any: method write (line 114) | def write(self, *args, **kwargs) -> Any: method deinit (line 122) | def deinit(self, *args, **kwargs) -> Any: method init (line 125) | def init(self, *args, **kwargs) -> Any: method irq (line 128) | def irq(self, *args, **kwargs) -> Any: method shift (line 131) | def shift(self, *args, **kwargs) -> Any: class PWM (line 138) | class PWM: method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 145) | def deinit(self, *args, **kwargs) -> Any: method duty (line 148) | def duty(self, *args, **kwargs) -> Any: method freq (line 151) | def freq(self, *args, **kwargs) -> Any: method init (line 154) | def init(self, *args, **kwargs) -> Any: class Pin (line 161) | class Pin: method __init__ (line 164) | def __init__(self, *argv, **kwargs) -> None: method value (line 168) | def value(self, *args, **kwargs) -> Any: method init (line 182) | def init(self, *args, **kwargs) -> Any: method irq (line 185) | def irq(self, *args, **kwargs) -> Any: method off (line 188) | def off(self, *args, **kwargs) -> Any: method on (line 191) | def on(self, *args, **kwargs) -> Any: class RTC (line 195) | class RTC: method __init__ (line 198) | def __init__(self, *argv, **kwargs) -> None: method datetime (line 202) | def datetime(self, *args, **kwargs) -> Any: method init (line 205) | def init(self, *args, **kwargs) -> Any: method memory (line 208) | def memory(self, *args, **kwargs) -> Any: class SDCard (line 212) | class SDCard: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 219) | def deinit(self, *args, **kwargs) -> Any: method info (line 222) | def info(self, *args, **kwargs) -> Any: method ioctl (line 225) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 228) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 231) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 239) | class SPI: method __init__ (line 242) | def __init__(self, *argv, **kwargs) -> None: method read (line 246) | def read(self, *args, **kwargs) -> Any: method readinto (line 249) | def readinto(self, *args, **kwargs) -> Any: method write (line 252) | def write(self, *args, **kwargs) -> Any: method deinit (line 258) | def deinit(self, *args, **kwargs) -> Any: method init (line 261) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 264) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 268) | class Signal: method __init__ (line 271) | def __init__(self, *argv, **kwargs) -> None: method value (line 275) | def value(self, *args, **kwargs) -> Any: method off (line 278) | def off(self, *args, **kwargs) -> Any: method on (line 281) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 285) | class SoftI2C: method __init__ (line 288) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 292) | def readinto(self, *args, **kwargs) -> Any: method start (line 295) | def start(self, *args, **kwargs) -> Any: method stop (line 298) | def stop(self, *args, **kwargs) -> Any: method write (line 301) | def write(self, *args, **kwargs) -> Any: method init (line 304) | def init(self, *args, **kwargs) -> Any: method readfrom (line 307) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 310) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 313) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 316) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 319) | def scan(self, *args, **kwargs) -> Any: method writeto (line 322) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 325) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 328) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 332) | class SoftSPI: method __init__ (line 335) | def __init__(self, *argv, **kwargs) -> None: method read (line 339) | def read(self, *args, **kwargs) -> Any: method readinto (line 342) | def readinto(self, *args, **kwargs) -> Any: method write (line 345) | def write(self, *args, **kwargs) -> Any: method deinit (line 351) | def deinit(self, *args, **kwargs) -> Any: method init (line 354) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 357) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 365) | class Timer: method __init__ (line 368) | def __init__(self, *argv, **kwargs) -> None: method value (line 372) | def value(self, *args, **kwargs) -> Any: method deinit (line 378) | def deinit(self, *args, **kwargs) -> Any: method init (line 381) | def init(self, *args, **kwargs) -> Any: class TouchPad (line 385) | class TouchPad: method __init__ (line 388) | def __init__(self, *argv, **kwargs) -> None: method read (line 392) | def read(self, *args, **kwargs) -> Any: method config (line 395) | def config(self, *args, **kwargs) -> Any: class UART (line 399) | class UART: method __init__ (line 402) | def __init__(self, *argv, **kwargs) -> None: method any (line 406) | def any(self, *args, **kwargs) -> Any: method read (line 409) | def read(self, *args, **kwargs) -> Any: method readinto (line 412) | def readinto(self, *args, **kwargs) -> Any: method readline (line 415) | def readline(self, *args, **kwargs) -> Any: method write (line 418) | def write(self, *args, **kwargs) -> Any: method deinit (line 428) | def deinit(self, *args, **kwargs) -> Any: method init (line 431) | def init(self, *args, **kwargs) -> Any: method sendbreak (line 434) | def sendbreak(self, *args, **kwargs) -> Any: class WDT (line 441) | class WDT: method __init__ (line 444) | def __init__(self, *argv, **kwargs) -> None: method feed (line 448) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 455) | def bitstream(*args, **kwargs) -> Any: function deepsleep (line 459) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 463) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 467) | def enable_irq(*args, **kwargs) -> Any: function freq (line 471) | def freq(*args, **kwargs) -> Any: function idle (line 475) | def idle(*args, **kwargs) -> Any: function lightsleep (line 479) | def lightsleep(*args, **kwargs) -> Any: function reset (line 488) | def reset(*args, **kwargs) -> Any: function reset_cause (line 492) | def reset_cause(*args, **kwargs) -> Any: function sleep (line 496) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 500) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 504) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 508) | def unique_id(*args, **kwargs) -> Any: function wake_reason (line 512) | def wake_reason(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/machine.pyi class ADC (line 3) | class ADC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method atten (line 14) | def atten(self, *args, **kwargs) -> Any: ... method read_u16 (line 15) | def read_u16(self, *args, **kwargs) -> Any: ... method width (line 17) | def width(cls, *args, **kwargs) -> Any: ... class DAC (line 19) | class DAC: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... class I2C (line 29) | class I2C: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 31) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 32) | def start(self, *args, **kwargs) -> Any: ... method stop (line 33) | def stop(self, *args, **kwargs) -> Any: ... method write (line 34) | def write(self, *args, **kwargs) -> Any: ... method init (line 35) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 36) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 37) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 38) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 39) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 40) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 41) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 42) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 43) | def writevto(self, *args, **kwargs) -> Any: ... class I2S (line 45) | class I2S: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 47) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 48) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 53) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 54) | def init(self, *args, **kwargs) -> Any: ... method irq (line 55) | def irq(self, *args, **kwargs) -> Any: ... method shift (line 56) | def shift(self, *args, **kwargs) -> Any: ... class PWM (line 60) | class PWM: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 62) | def deinit(self, *args, **kwargs) -> Any: ... method duty (line 63) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 64) | def freq(self, *args, **kwargs) -> Any: ... method init (line 65) | def init(self, *args, **kwargs) -> Any: ... class Pin (line 69) | class Pin: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 71) | def value(self, *args, **kwargs) -> Any: ... method init (line 82) | def init(self, *args, **kwargs) -> Any: ... method irq (line 83) | def irq(self, *args, **kwargs) -> Any: ... method off (line 84) | def off(self, *args, **kwargs) -> Any: ... method on (line 85) | def on(self, *args, **kwargs) -> Any: ... class RTC (line 87) | class RTC: method __init__ (line 88) | def __init__(self, *argv, **kwargs) -> None: ... method datetime (line 89) | def datetime(self, *args, **kwargs) -> Any: ... method init (line 90) | def init(self, *args, **kwargs) -> Any: ... method memory (line 91) | def memory(self, *args, **kwargs) -> Any: ... class SDCard (line 93) | class SDCard: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 95) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 96) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 97) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 98) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 99) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 104) | class SPI: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 106) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 107) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 108) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 111) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 112) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 113) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 115) | class Signal: method __init__ (line 116) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 117) | def value(self, *args, **kwargs) -> Any: ... method off (line 118) | def off(self, *args, **kwargs) -> Any: ... method on (line 119) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 121) | class SoftI2C: method __init__ (line 122) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 123) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 124) | def start(self, *args, **kwargs) -> Any: ... method stop (line 125) | def stop(self, *args, **kwargs) -> Any: ... method write (line 126) | def write(self, *args, **kwargs) -> Any: ... method init (line 127) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 128) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 129) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 130) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 131) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 132) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 133) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 134) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 135) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 137) | class SoftSPI: method __init__ (line 138) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 139) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 140) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 141) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 144) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 145) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 146) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 151) | class Timer: method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 153) | def value(self, *args, **kwargs) -> Any: ... method deinit (line 156) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 157) | def init(self, *args, **kwargs) -> Any: ... class TouchPad (line 159) | class TouchPad: method __init__ (line 160) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 161) | def read(self, *args, **kwargs) -> Any: ... method config (line 162) | def config(self, *args, **kwargs) -> Any: ... class UART (line 164) | class UART: method __init__ (line 165) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 166) | def any(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 169) | def readline(self, *args, **kwargs) -> Any: ... method write (line 170) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 177) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 178) | def init(self, *args, **kwargs) -> Any: ... method sendbreak (line 179) | def sendbreak(self, *args, **kwargs) -> Any: ... class WDT (line 183) | class WDT: method __init__ (line 184) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 185) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 189) | def bitstream(*args, **kwargs) -> Any: ... function deepsleep (line 190) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 191) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 192) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 193) | def freq(*args, **kwargs) -> Any: ... function idle (line 194) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 195) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 201) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 202) | def reset_cause(*args, **kwargs) -> Any: ... function sleep (line 203) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 204) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 205) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 206) | def unique_id(*args, **kwargs) -> Any: ... function wake_reason (line 207) | def wake_reason(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function acosh (line 17) | def acosh(*args, **kwargs) -> Any: function asin (line 21) | def asin(*args, **kwargs) -> Any: function asinh (line 25) | def asinh(*args, **kwargs) -> Any: function atan (line 29) | def atan(*args, **kwargs) -> Any: function atan2 (line 33) | def atan2(*args, **kwargs) -> Any: function atanh (line 37) | def atanh(*args, **kwargs) -> Any: function ceil (line 41) | def ceil(*args, **kwargs) -> Any: function copysign (line 45) | def copysign(*args, **kwargs) -> Any: function cos (line 49) | def cos(*args, **kwargs) -> Any: function cosh (line 53) | def cosh(*args, **kwargs) -> Any: function degrees (line 57) | def degrees(*args, **kwargs) -> Any: function erf (line 64) | def erf(*args, **kwargs) -> Any: function erfc (line 68) | def erfc(*args, **kwargs) -> Any: function exp (line 72) | def exp(*args, **kwargs) -> Any: function expm1 (line 76) | def expm1(*args, **kwargs) -> Any: function fabs (line 80) | def fabs(*args, **kwargs) -> Any: function floor (line 84) | def floor(*args, **kwargs) -> Any: function fmod (line 88) | def fmod(*args, **kwargs) -> Any: function frexp (line 92) | def frexp(*args, **kwargs) -> Any: function gamma (line 96) | def gamma(*args, **kwargs) -> Any: function isclose (line 100) | def isclose(*args, **kwargs) -> Any: function isfinite (line 104) | def isfinite(*args, **kwargs) -> Any: function isinf (line 108) | def isinf(*args, **kwargs) -> Any: function isnan (line 112) | def isnan(*args, **kwargs) -> Any: function ldexp (line 116) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 120) | def lgamma(*args, **kwargs) -> Any: function log (line 124) | def log(*args, **kwargs) -> Any: function log10 (line 128) | def log10(*args, **kwargs) -> Any: function log2 (line 132) | def log2(*args, **kwargs) -> Any: function modf (line 136) | def modf(*args, **kwargs) -> Any: function radians (line 143) | def radians(*args, **kwargs) -> Any: function sin (line 147) | def sin(*args, **kwargs) -> Any: function sinh (line 151) | def sinh(*args, **kwargs) -> Any: function sqrt (line 155) | def sqrt(*args, **kwargs) -> Any: function tan (line 159) | def tan(*args, **kwargs) -> Any: function tanh (line 163) | def tanh(*args, **kwargs) -> Any: function trunc (line 167) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function acosh (line 5) | def acosh(*args, **kwargs) -> Any: ... function asin (line 6) | def asin(*args, **kwargs) -> Any: ... function asinh (line 7) | def asinh(*args, **kwargs) -> Any: ... function atan (line 8) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 9) | def atan2(*args, **kwargs) -> Any: ... function atanh (line 10) | def atanh(*args, **kwargs) -> Any: ... function ceil (line 11) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 12) | def copysign(*args, **kwargs) -> Any: ... function cos (line 13) | def cos(*args, **kwargs) -> Any: ... function cosh (line 14) | def cosh(*args, **kwargs) -> Any: ... function degrees (line 15) | def degrees(*args, **kwargs) -> Any: ... function erf (line 19) | def erf(*args, **kwargs) -> Any: ... function erfc (line 20) | def erfc(*args, **kwargs) -> Any: ... function exp (line 21) | def exp(*args, **kwargs) -> Any: ... function expm1 (line 22) | def expm1(*args, **kwargs) -> Any: ... function fabs (line 23) | def fabs(*args, **kwargs) -> Any: ... function floor (line 24) | def floor(*args, **kwargs) -> Any: ... function fmod (line 25) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 26) | def frexp(*args, **kwargs) -> Any: ... function gamma (line 27) | def gamma(*args, **kwargs) -> Any: ... function isclose (line 28) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 29) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 30) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 31) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 32) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 33) | def lgamma(*args, **kwargs) -> Any: ... function log (line 34) | def log(*args, **kwargs) -> Any: ... function log10 (line 35) | def log10(*args, **kwargs) -> Any: ... function log2 (line 36) | def log2(*args, **kwargs) -> Any: ... function modf (line 37) | def modf(*args, **kwargs) -> Any: ... function radians (line 41) | def radians(*args, **kwargs) -> Any: ... function sin (line 42) | def sin(*args, **kwargs) -> Any: ... function sinh (line 43) | def sinh(*args, **kwargs) -> Any: ... function sqrt (line 44) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 45) | def tan(*args, **kwargs) -> Any: ... function tanh (line 46) | def tanh(*args, **kwargs) -> Any: ... function trunc (line 47) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/neopixel.py function bitstream (line 9) | def bitstream(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/neopixel.pyi function bitstream (line 3) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/network.py function LAN (line 24) | def LAN(*args, **kwargs) -> Any: function PPP (line 37) | def PPP(*args, **kwargs) -> Any: function WLAN (line 52) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 56) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/network.pyi function LAN (line 18) | def LAN(*args, **kwargs) -> Any: ... function PPP (line 28) | def PPP(*args, **kwargs) -> Any: ... function WLAN (line 40) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 41) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/socket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method close (line 32) | def close(self, *args, **kwargs) -> Any: method read (line 35) | def read(self, *args, **kwargs) -> Any: method readinto (line 38) | def readinto(self, *args, **kwargs) -> Any: method readline (line 41) | def readline(self, *args, **kwargs) -> Any: method send (line 44) | def send(self, *args, **kwargs) -> Any: method write (line 47) | def write(self, *args, **kwargs) -> Any: method accept (line 50) | def accept(self, *args, **kwargs) -> Any: method bind (line 53) | def bind(self, *args, **kwargs) -> Any: method connect (line 56) | def connect(self, *args, **kwargs) -> Any: method fileno (line 59) | def fileno(self, *args, **kwargs) -> Any: method listen (line 62) | def listen(self, *args, **kwargs) -> Any: method makefile (line 65) | def makefile(self, *args, **kwargs) -> Any: method recv (line 68) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 71) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 74) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 77) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 80) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 83) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 86) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/socket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method send (line 23) | def send(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method accept (line 25) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 26) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 27) | def connect(self, *args, **kwargs) -> Any: ... method fileno (line 28) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/time.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/time.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function run (line 44) | def run(*args, **kwargs) -> Any: function sleep (line 48) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 52) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 56) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 60) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 68) | class Event: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: method clear (line 75) | def clear(self, *args, **kwargs) -> Any: method set (line 78) | def set(self, *args, **kwargs) -> Any: method is_set (line 81) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 87) | class Lock: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: method locked (line 96) | def locked(self, *args, **kwargs) -> Any: method release (line 99) | def release(self, *args, **kwargs) -> Any: function ticks (line 103) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 107) | class TimeoutError(Exception): class SingletonGenerator (line 111) | class SingletonGenerator: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 119) | class IOQueue: method __init__ (line 122) | def __init__(self, *argv, **kwargs) -> None: method remove (line 126) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 129) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 132) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 135) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 139) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 143) | def run_until_complete(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 16) | def run(*args, **kwargs) -> Any: ... function sleep (line 17) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 18) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 19) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 20) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 25) | class Event: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 27) | def clear(self, *args, **kwargs) -> Any: ... method set (line 28) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 29) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 32) | class Lock: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 35) | def locked(self, *args, **kwargs) -> Any: ... method release (line 36) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 38) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 40) | class TimeoutError(Exception): ... class SingletonGenerator (line 42) | class SingletonGenerator: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 45) | class IOQueue: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 47) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 48) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 49) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 50) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 52) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 53) | def run_until_complete(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function run (line 44) | def run(*args, **kwargs) -> Any: function sleep (line 48) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 52) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 56) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 60) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 64) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 68) | class TimeoutError(Exception): class SingletonGenerator (line 72) | class SingletonGenerator: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 80) | class IOQueue: method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: method remove (line 87) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 90) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 93) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 96) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 100) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 104) | def run_until_complete(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 16) | def run(*args, **kwargs) -> Any: ... function sleep (line 17) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 18) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 19) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 20) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 23) | class TimeoutError(Exception): ... class SingletonGenerator (line 25) | class SingletonGenerator: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 28) | class IOQueue: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 30) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 31) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 32) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 33) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 35) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 36) | def run_until_complete(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method locked (line 18) | def locked(self, *args, **kwargs) -> Any: method release (line 21) | def release(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/ubluetooth.py class BLE (line 9) | class BLE: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method active (line 16) | def active(self, *args, **kwargs) -> Any: method config (line 19) | def config(self, *args, **kwargs) -> Any: method gap_advertise (line 22) | def gap_advertise(self, *args, **kwargs) -> Any: method gap_connect (line 25) | def gap_connect(self, *args, **kwargs) -> Any: method gap_disconnect (line 28) | def gap_disconnect(self, *args, **kwargs) -> Any: method gap_scan (line 31) | def gap_scan(self, *args, **kwargs) -> Any: method gattc_discover_characteristics (line 34) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: method gattc_discover_descriptors (line 37) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: method gattc_discover_services (line 40) | def gattc_discover_services(self, *args, **kwargs) -> Any: method gattc_exchange_mtu (line 43) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: method gattc_read (line 46) | def gattc_read(self, *args, **kwargs) -> Any: method gattc_write (line 49) | def gattc_write(self, *args, **kwargs) -> Any: method gatts_indicate (line 52) | def gatts_indicate(self, *args, **kwargs) -> Any: method gatts_notify (line 55) | def gatts_notify(self, *args, **kwargs) -> Any: method gatts_read (line 58) | def gatts_read(self, *args, **kwargs) -> Any: method gatts_register_services (line 61) | def gatts_register_services(self, *args, **kwargs) -> Any: method gatts_set_buffer (line 64) | def gatts_set_buffer(self, *args, **kwargs) -> Any: method gatts_write (line 67) | def gatts_write(self, *args, **kwargs) -> Any: method irq (line 70) | def irq(self, *args, **kwargs) -> Any: class UUID (line 81) | class UUID: method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_17-esp32/ubluetooth.pyi class BLE (line 3) | class BLE: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method active (line 5) | def active(self, *args, **kwargs) -> Any: ... method config (line 6) | def config(self, *args, **kwargs) -> Any: ... method gap_advertise (line 7) | def gap_advertise(self, *args, **kwargs) -> Any: ... method gap_connect (line 8) | def gap_connect(self, *args, **kwargs) -> Any: ... method gap_disconnect (line 9) | def gap_disconnect(self, *args, **kwargs) -> Any: ... method gap_scan (line 10) | def gap_scan(self, *args, **kwargs) -> Any: ... method gattc_discover_characteristics (line 11) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: ... method gattc_discover_descriptors (line 12) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: ... method gattc_discover_services (line 13) | def gattc_discover_services(self, *args, **kwargs) -> Any: ... method gattc_exchange_mtu (line 14) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: ... method gattc_read (line 15) | def gattc_read(self, *args, **kwargs) -> Any: ... method gattc_write (line 16) | def gattc_write(self, *args, **kwargs) -> Any: ... method gatts_indicate (line 17) | def gatts_indicate(self, *args, **kwargs) -> Any: ... method gatts_notify (line 18) | def gatts_notify(self, *args, **kwargs) -> Any: ... method gatts_read (line 19) | def gatts_read(self, *args, **kwargs) -> Any: ... method gatts_register_services (line 20) | def gatts_register_services(self, *args, **kwargs) -> Any: ... method gatts_set_buffer (line 21) | def gatts_set_buffer(self, *args, **kwargs) -> Any: ... method gatts_write (line 22) | def gatts_write(self, *args, **kwargs) -> Any: ... method irq (line 23) | def irq(self, *args, **kwargs) -> Any: ... class UUID (line 31) | class UUID: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_17-esp32/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method decrypt (line 16) | def decrypt(self, *args, **kwargs) -> Any: method encrypt (line 19) | def encrypt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/ucryptolib.pyi class aes (line 3) | class aes: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method encrypt (line 6) | def encrypt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_17-esp32/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_17-esp32/uhashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/uhashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method flush (line 23) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 27) | class BytesIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: method close (line 34) | def close(self, *args, **kwargs) -> Any: method read (line 37) | def read(self, *args, **kwargs) -> Any: method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: method readline (line 43) | def readline(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method flush (line 49) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 55) | def seek(self, *args, **kwargs) -> Any: method tell (line 58) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 62) | class FileIO: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method readline (line 78) | def readline(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method flush (line 84) | def flush(self, *args, **kwargs) -> Any: method readlines (line 87) | def readlines(self, *args, **kwargs) -> Any: method seek (line 90) | def seek(self, *args, **kwargs) -> Any: method tell (line 93) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 97) | class IOBase: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 105) | class StringIO: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method readline (line 121) | def readline(self, *args, **kwargs) -> Any: method write (line 124) | def write(self, *args, **kwargs) -> Any: method flush (line 127) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 130) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 133) | def seek(self, *args, **kwargs) -> Any: method tell (line 136) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 140) | class TextIOWrapper: method __init__ (line 143) | def __init__(self, *argv, **kwargs) -> None: method close (line 147) | def close(self, *args, **kwargs) -> Any: method read (line 150) | def read(self, *args, **kwargs) -> Any: method readinto (line 153) | def readinto(self, *args, **kwargs) -> Any: method readline (line 156) | def readline(self, *args, **kwargs) -> Any: method write (line 159) | def write(self, *args, **kwargs) -> Any: method flush (line 162) | def flush(self, *args, **kwargs) -> Any: method readlines (line 165) | def readlines(self, *args, **kwargs) -> Any: method seek (line 168) | def seek(self, *args, **kwargs) -> Any: method tell (line 171) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method flush (line 8) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 10) | class BytesIO: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 12) | def close(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method write (line 16) | def write(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 18) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 19) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 20) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 22) | class FileIO: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 24) | def close(self, *args, **kwargs) -> Any: ... method read (line 25) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 27) | def readline(self, *args, **kwargs) -> Any: ... method write (line 28) | def write(self, *args, **kwargs) -> Any: ... method flush (line 29) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 30) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 31) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 32) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 34) | class IOBase: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 37) | class StringIO: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 39) | def close(self, *args, **kwargs) -> Any: ... method read (line 40) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Any: ... method write (line 43) | def write(self, *args, **kwargs) -> Any: ... method flush (line 44) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 45) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 46) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 47) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 49) | class TextIOWrapper: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 51) | def close(self, *args, **kwargs) -> Any: ... method read (line 52) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 53) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 54) | def readline(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... method flush (line 56) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 57) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 58) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 59) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 16) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Any: method log (line 22) | def log(self, *args, **kwargs) -> Any: method set_callback (line 27) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 30) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 33) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 38) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 43) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 48) | def delay(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTException (line 13) | class MQTTException(Exception): class MQTTClient (line 17) | class MQTTClient: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method connect (line 24) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 27) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 33) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 36) | def ping(self, *args, **kwargs) -> Any: method publish (line 39) | def publish(self, *args, **kwargs) -> Any: method subscribe (line 42) | def subscribe(self, *args, **kwargs) -> Any: method wait_msg (line 45) | def wait_msg(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: class Response (line 17) | class Response: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method close (line 24) | def close(self, *args, **kwargs) -> Any: method json (line 29) | def json(self, *args, **kwargs) -> Any: function request (line 35) | def request(*args, **kwargs) -> Any: function head (line 39) | def head(*args, **kwargs) -> Any: function post (line 43) | def post(*args, **kwargs) -> Any: function patch (line 47) | def patch(*args, **kwargs) -> Any: function delete (line 51) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... class Response (line 6) | class Response: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 8) | def close(self, *args, **kwargs) -> Any: ... method json (line 10) | def json(self, *args, **kwargs) -> Any: ... function request (line 13) | def request(*args, **kwargs) -> Any: ... function head (line 14) | def head(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/usocket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method close (line 32) | def close(self, *args, **kwargs) -> Any: method read (line 35) | def read(self, *args, **kwargs) -> Any: method readinto (line 38) | def readinto(self, *args, **kwargs) -> Any: method readline (line 41) | def readline(self, *args, **kwargs) -> Any: method send (line 44) | def send(self, *args, **kwargs) -> Any: method write (line 47) | def write(self, *args, **kwargs) -> Any: method accept (line 50) | def accept(self, *args, **kwargs) -> Any: method bind (line 53) | def bind(self, *args, **kwargs) -> Any: method connect (line 56) | def connect(self, *args, **kwargs) -> Any: method fileno (line 59) | def fileno(self, *args, **kwargs) -> Any: method listen (line 62) | def listen(self, *args, **kwargs) -> Any: method makefile (line 65) | def makefile(self, *args, **kwargs) -> Any: method recv (line 68) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 71) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 74) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 77) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 80) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 83) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 86) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/usocket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method send (line 23) | def send(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method accept (line 25) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 26) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 27) | def connect(self, *args, **kwargs) -> Any: ... method fileno (line 28) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/usys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/usys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/utime.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/utime.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 16) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp32/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp32/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/apa102.py function apa102_write (line 9) | def apa102_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: class APA102 (line 29) | class APA102: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: method write (line 36) | def write(self, *args, **kwargs) -> Any: method fill (line 39) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/apa102.pyi function apa102_write (line 3) | def apa102_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... class APA102 (line 11) | class APA102: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 13) | def write(self, *args, **kwargs) -> Any: ... method fill (line 14) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/array.py class array (line 15) | class array: method __init__ (line 22) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: method append (line 26) | def append(self, val) -> Any: method extend (line 32) | def extend(self, iterable) -> Any: method decode (line 39) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/array.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/binascii.py function a2b_base64 (line 14) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data) -> bytes: function hexlify (line 32) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 43) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_17-esp8266-merged/binascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function hexlify (line 27) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 37) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_17-esp8266-merged/btree.py function open (line 78) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_17-esp8266-merged/btree.pyi function open (line 75) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_17-esp8266-merged/collections.py class OrderedDict (line 15) | class OrderedDict(dict): method __init__ (line 40) | def __init__(self, *args, **kwargs) -> None: method clear (line 44) | def clear(self, *args, **kwargs) -> Any: method copy (line 47) | def copy(self, *args, **kwargs) -> Any: method get (line 50) | def get(self, *args, **kwargs) -> Any: method items (line 53) | def items(self, *args, **kwargs) -> Any: method keys (line 56) | def keys(self, *args, **kwargs) -> Any: method pop (line 59) | def pop(self, *args, **kwargs) -> Any: method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: method update (line 68) | def update(self, *args, **kwargs) -> Any: method values (line 71) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 75) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 79) | class deque(Queue): method __init__ (line 97) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 101) | def append(self, x) -> Any: method popleft (line 108) | def popleft(self) -> Any: function namedtuple (line 116) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/collections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/esp.py function apa102_write (line 18) | def apa102_write(*args, **kwargs) -> Any: function check_fw (line 22) | def check_fw(*args, **kwargs) -> Any: function deepsleep (line 26) | def deepsleep(time_us=0, /) -> Any: function dht_readinto (line 40) | def dht_readinto(*args, **kwargs) -> Any: function esf_free_bufs (line 44) | def esf_free_bufs(*args, **kwargs) -> Any: function flash_erase (line 48) | def flash_erase(sector_no) -> Any: function flash_id (line 52) | def flash_id() -> Any: function flash_read (line 61) | def flash_read(byte_offset, length_or_buffer) -> Any: function flash_size (line 65) | def flash_size() -> Any: function flash_user_start (line 72) | def flash_user_start() -> Any: function flash_write (line 79) | def flash_write(byte_offset, bytes) -> Any: function free (line 83) | def free(*args, **kwargs) -> Any: function freemem (line 87) | def freemem(*args, **kwargs) -> Any: function info (line 91) | def info(*args, **kwargs) -> Any: function malloc (line 95) | def malloc(*args, **kwargs) -> Any: function meminfo (line 99) | def meminfo(*args, **kwargs) -> Any: function osdebug (line 103) | def osdebug(*args, **kwargs) -> Any: function set_native_code_location (line 107) | def set_native_code_location(start, length) -> Any: function sleep_type (line 148) | def sleep_type(sleep_type: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/esp.pyi function apa102_write (line 15) | def apa102_write(*args, **kwargs) -> Any: ... function check_fw (line 16) | def check_fw(*args, **kwargs) -> Any: ... function deepsleep (line 17) | def deepsleep(time_us=0, /) -> Any: function dht_readinto (line 30) | def dht_readinto(*args, **kwargs) -> Any: ... function esf_free_bufs (line 31) | def esf_free_bufs(*args, **kwargs) -> Any: ... function flash_erase (line 32) | def flash_erase(sector_no) -> Any: ... function flash_id (line 33) | def flash_id() -> Any: function flash_read (line 41) | def flash_read(byte_offset, length_or_buffer) -> Any: ... function flash_size (line 42) | def flash_size() -> Any: function flash_user_start (line 48) | def flash_user_start() -> Any: function flash_write (line 54) | def flash_write(byte_offset, bytes) -> Any: ... function free (line 55) | def free(*args, **kwargs) -> Any: ... function freemem (line 56) | def freemem(*args, **kwargs) -> Any: ... function info (line 57) | def info(*args, **kwargs) -> Any: ... function malloc (line 58) | def malloc(*args, **kwargs) -> Any: ... function meminfo (line 59) | def meminfo(*args, **kwargs) -> Any: ... function osdebug (line 60) | def osdebug(*args, **kwargs) -> Any: ... function set_native_code_location (line 61) | def set_native_code_location(start, length) -> Any: function sleep_type (line 101) | def sleep_type(sleep_type: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/flashbdev.py class FlashBdev (line 12) | class FlashBdev: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 19) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 22) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 25) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/flashbdev.pyi class FlashBdev (line 6) | class FlashBdev: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 8) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 9) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 10) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/framebuf.py class FrameBuffer (line 12) | class FrameBuffer: method __init__ (line 38) | def __init__(self, buffer, width, height, format, stride=-1, /) -> None: method blit (line 42) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 62) | def fill(self, c) -> None: method fill_rect (line 68) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 76) | def hline(self, x, y, w, c) -> Any: method line (line 79) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 89) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 96) | def rect(self, x, y, w, h, c) -> Any: method scroll (line 99) | def scroll(self, xstep, ystep) -> Any: method text (line 106) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 116) | def vline(self, x, y, h, c) -> Any: function FrameBuffer1 (line 120) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/framebuf.pyi class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 35) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method blit (line 36) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 55) | def fill(self, c) -> None: method fill_rect (line 60) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 67) | def hline(self, x, y, w, c) -> Any: ... method line (line 68) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 77) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 83) | def rect(self, x, y, w, h, c) -> Any: ... method scroll (line 84) | def scroll(self, xstep, ystep) -> Any: method text (line 90) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 99) | def vline(self, x, y, h, c) -> Any: ... function FrameBuffer1 (line 101) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/gc.py function collect (line 11) | def collect() -> None: function disable (line 18) | def disable() -> None: function enable (line 26) | def enable() -> None: function isenabled (line 33) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 37) | def mem_alloc() -> int: function mem_free (line 44) | def mem_free() -> int: function threshold (line 52) | def threshold(amount: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/gc.pyi function collect (line 8) | def collect() -> None: function disable (line 14) | def disable() -> None: function enable (line 21) | def enable() -> None: function isenabled (line 27) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 28) | def mem_alloc() -> int: function mem_free (line 34) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/hashlib.py class sha1 (line 29) | class sha1: method __init__ (line 34) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 38) | def update(self, *args, **kwargs) -> Any: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 45) | class sha256: method __init__ (line 50) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 54) | def update(self, *args, **kwargs) -> Any: method digest (line 57) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/hashlib.pyi class sha1 (line 26) | class sha1: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 41) | def update(self, *args, **kwargs) -> Any: ... method digest (line 42) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/heapq.py function heapify (line 17) | def heapify(x) -> Any: function heappop (line 24) | def heappop(heap) -> Any: function heappush (line 34) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/heapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/inisetup.py function wifi (line 11) | def wifi(*args, **kwargs) -> Any: function check_bootsec (line 15) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 19) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 23) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/inisetup.pyi function wifi (line 5) | def wifi(*args, **kwargs) -> Any: ... function check_bootsec (line 6) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 7) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 8) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/io.py function open (line 14) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 23) | class BytesIO(IO): method __init__ (line 36) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 40) | def close(self, *args, **kwargs) -> Any: method read (line 43) | def read(self, *args, **kwargs) -> Any: method readinto (line 46) | def readinto(self, *args, **kwargs) -> Any: method readline (line 49) | def readline(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method flush (line 55) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 58) | def getvalue(self) -> Any: method seek (line 64) | def seek(self, *args, **kwargs) -> Any: method tell (line 67) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 71) | class FileIO(IO): method __init__ (line 77) | def __init__(self, *args, **kwargs) -> None: method close (line 81) | def close(self, *args, **kwargs) -> Any: method read (line 84) | def read(self, *args, **kwargs) -> Any: method readinto (line 87) | def readinto(self, *args, **kwargs) -> Any: method readline (line 90) | def readline(self, *args, **kwargs) -> Any: method write (line 93) | def write(self, *args, **kwargs) -> Any: method flush (line 96) | def flush(self, *args, **kwargs) -> Any: method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: method seek (line 102) | def seek(self, *args, **kwargs) -> Any: method tell (line 105) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 109) | class IOBase: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 117) | class StringIO(IO): method __init__ (line 120) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 124) | def close(self, *args, **kwargs) -> Any: method read (line 127) | def read(self, *args, **kwargs) -> Any: method readinto (line 130) | def readinto(self, *args, **kwargs) -> Any: method readline (line 133) | def readline(self, *args, **kwargs) -> Any: method write (line 136) | def write(self, *args, **kwargs) -> Any: method flush (line 139) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 142) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 145) | def seek(self, *args, **kwargs) -> Any: method tell (line 148) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 152) | class TextIOWrapper(IO): method __init__ (line 158) | def __init__(self, *args, **kwargs) -> None: method close (line 162) | def close(self, *args, **kwargs) -> Any: method read (line 165) | def read(self, *args, **kwargs) -> Any: method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: method readline (line 171) | def readline(self, *args, **kwargs) -> Any: method write (line 174) | def write(self, *args, **kwargs) -> Any: method flush (line 177) | def flush(self, *args, **kwargs) -> Any: method readlines (line 180) | def readlines(self, *args, **kwargs) -> Any: method seek (line 183) | def seek(self, *args, **kwargs) -> Any: method tell (line 186) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/io.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method __init__ (line 32) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self) -> Any: method seek (line 44) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 45) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 47) | class FileIO(IO): method __init__ (line 53) | def __init__(self, *args, **kwargs) -> None: ... method close (line 54) | def close(self, *args, **kwargs) -> Any: ... method read (line 55) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method write (line 58) | def write(self, *args, **kwargs) -> Any: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 60) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 61) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 62) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 64) | class IOBase: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 67) | class StringIO(IO): method __init__ (line 68) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 69) | def close(self, *args, **kwargs) -> Any: ... method read (line 70) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 72) | def readline(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method flush (line 74) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 75) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 76) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 77) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 79) | class TextIOWrapper(IO): method __init__ (line 85) | def __init__(self, *args, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method read (line 87) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 89) | def readline(self, *args, **kwargs) -> Any: ... method write (line 90) | def write(self, *args, **kwargs) -> Any: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 92) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/json.py function dump (line 14) | def dump(obj, stream, separators=None) -> Any: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Any: function loads (line 46) | def loads(str) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/json.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/lwip.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/lwip.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/machine.py class ADC (line 16) | class ADC: method __init__ (line 24) | def __init__(self, id) -> None: method read (line 28) | def read(self, *args, **kwargs) -> Any: method read_u16 (line 31) | def read_u16(self) -> int: class I2C (line 45) | class I2C: method __init__ (line 61) | def __init__( method readinto (line 67) | def readinto(self, buf, nack=True, /) -> Any: method start (line 77) | def start(self) -> None: method stop (line 83) | def stop(self) -> None: method write (line 89) | def write(self, buf) -> int: method init (line 97) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 107) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 115) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 125) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 134) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 146) | def scan(self) -> List: method writeto (line 154) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 164) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 175) | def writevto(self, addr, vector, stop=True, /) -> int: class PWM (line 192) | class PWM: method __init__ (line 209) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method deinit (line 213) | def deinit(self) -> None: method duty (line 219) | def duty(self, *args, **kwargs) -> Any: method freq (line 222) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 233) | def init(self, *, freq, duty_u16, duty_ns) -> None: class Pin (line 244) | class Pin: method __init__ (line 306) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method value (line 310) | def value(self, x: Optional[Any] = None) -> int: method init (line 351) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 361) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 406) | def off(self) -> None: method on (line 412) | def on(self) -> None: method __call__ (line 418) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 427) | class RTC: method __init__ (line 432) | def __init__(self, id=0, *args, **kwargs) -> None: method alarm (line 438) | def alarm(self, id, time, *, repeat=False) -> None: method alarm_left (line 446) | def alarm_left(self, alarm_id=0) -> int: method datetime (line 452) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 468) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Any: method memory (line 479) | def memory(self, *args, **kwargs) -> Any: class SPI (line 486) | class SPI: method __init__ (line 498) | def __init__(self, id, *args, **kwargs) -> None: method read (line 502) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 510) | def readinto(self, buf, write=0x00) -> int: method write (line 520) | def write(self, buf) -> int: method deinit (line 532) | def deinit(self) -> None: method init (line 538) | def init( method write_readinto (line 564) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 576) | class Signal(Pin): method __init__ (line 597) | def __init__(self, pin_obj, *args, invert=False) -> None: method value (line 601) | def value(self, x: Optional[Any] = None) -> int: method off (line 621) | def off(self) -> None: method on (line 627) | def on(self) -> None: class SoftI2C (line 634) | class SoftI2C(I2C): method __init__ (line 647) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: method readinto (line 651) | def readinto(self, *args, **kwargs) -> Any: method start (line 654) | def start(self, *args, **kwargs) -> Any: method stop (line 657) | def stop(self, *args, **kwargs) -> Any: method write (line 660) | def write(self, *args, **kwargs) -> Any: method init (line 663) | def init(self, *args, **kwargs) -> Any: method readfrom (line 666) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 669) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 672) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 675) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 678) | def scan(self, *args, **kwargs) -> Any: method writeto (line 681) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 684) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 687) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 691) | class SoftSPI: method __init__ (line 698) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 702) | def read(self, *args, **kwargs) -> Any: method readinto (line 705) | def readinto(self, *args, **kwargs) -> Any: method write (line 708) | def write(self, *args, **kwargs) -> Any: method deinit (line 714) | def deinit(self, *args, **kwargs) -> Any: method init (line 717) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 720) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 724) | class Timer: method __init__ (line 732) | def __init__(self, id, *args, **kwargs) -> None: method deinit (line 739) | def deinit(self) -> None: method init (line 745) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 764) | class UART: method __init__ (line 769) | def __init__(self, id, *args, **kwargs) -> None: method any (line 773) | def any(self) -> int: method read (line 788) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 799) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 810) | def readline(self) -> None: method write (line 819) | def write(self, buf) -> int: method init (line 827) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... class WDT (line 868) | class WDT: method __init__ (line 877) | def __init__(self, id=0, timeout=5000) -> None: method deinit (line 881) | def deinit(self, *args, **kwargs) -> Any: method feed (line 884) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 891) | def bitstream(pin, encoding, timing, data, /) -> Any: function deepsleep (line 916) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 942) | def disable_irq() -> Any: function enable_irq (line 952) | def enable_irq(state) -> Any: function freq (line 961) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 970) | def idle() -> Any: function lightsleep (line 980) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1011) | def reset() -> NoReturn: function reset_cause (line 1019) | def reset_cause() -> int: function sleep (line 1026) | def sleep() -> Any: function soft_reset (line 1033) | def soft_reset() -> NoReturn: function time_pulse_us (line 1042) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1061) | def unique_id() -> bytes: FILE: stubs/micropython-v1_17-esp8266-merged/machine.pyi class ADC (line 13) | class ADC: method __init__ (line 21) | def __init__(self, id) -> None: ... method read (line 22) | def read(self, *args, **kwargs) -> Any: ... method read_u16 (line 23) | def read_u16(self) -> int: class I2C (line 35) | class I2C: method __init__ (line 51) | def __init__( method readinto (line 54) | def readinto(self, buf, nack=True, /) -> Any: method start (line 63) | def start(self) -> None: method stop (line 68) | def stop(self) -> None: method write (line 73) | def write(self, buf) -> int: method init (line 80) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 89) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 96) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 105) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 113) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 124) | def scan(self) -> List: method writeto (line 131) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 140) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 150) | def writevto(self, addr, vector, stop=True, /) -> int: class PWM (line 166) | class PWM: method __init__ (line 183) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method deinit (line 184) | def deinit(self) -> None: method duty (line 189) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 190) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 200) | def init(self, *, freq, duty_u16, duty_ns) -> None: class Pin (line 209) | class Pin: method __init__ (line 271) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method value (line 272) | def value(self, x: Optional[Any] = None) -> int: method init (line 311) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 320) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 364) | def off(self) -> None: method on (line 369) | def on(self) -> None: method __call__ (line 374) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 382) | class RTC: method __init__ (line 387) | def __init__(self, id=0, *args, **kwargs) -> None: ... method alarm (line 389) | def alarm(self, id, time, *, repeat=False) -> None: method alarm_left (line 396) | def alarm_left(self, alarm_id=0) -> int: method datetime (line 401) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 416) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Any: method memory (line 426) | def memory(self, *args, **kwargs) -> Any: ... class SPI (line 430) | class SPI: method __init__ (line 442) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 443) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 450) | def readinto(self, buf, write=0x00) -> int: method write (line 459) | def write(self, buf) -> int: method deinit (line 469) | def deinit(self) -> None: method init (line 474) | def init( method write_readinto (line 499) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 510) | class Signal(Pin): method __init__ (line 531) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 532) | def value(self, x: Optional[Any] = None) -> int: method off (line 551) | def off(self) -> None: method on (line 556) | def on(self) -> None: class SoftI2C (line 562) | class SoftI2C(I2C): method __init__ (line 575) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 576) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 577) | def start(self, *args, **kwargs) -> Any: ... method stop (line 578) | def stop(self, *args, **kwargs) -> Any: ... method write (line 579) | def write(self, *args, **kwargs) -> Any: ... method init (line 580) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 581) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 582) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 583) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 584) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 585) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 586) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 587) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 588) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 590) | class SoftSPI: method __init__ (line 597) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 598) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 599) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 600) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 603) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 604) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 605) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 607) | class Timer: method __init__ (line 615) | def __init__(self, id, *args, **kwargs) -> None: ... method deinit (line 618) | def deinit(self) -> None: method init (line 623) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 641) | class UART: method __init__ (line 646) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 647) | def any(self) -> int: method read (line 661) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 671) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 681) | def readline(self) -> None: method write (line 689) | def write(self, buf) -> int: method init (line 696) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... class WDT (line 736) | class WDT: method __init__ (line 745) | def __init__(self, id=0, timeout=5000) -> None: ... method deinit (line 746) | def deinit(self, *args, **kwargs) -> Any: ... method feed (line 747) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 751) | def bitstream(pin, encoding, timing, data, /) -> Any: function deepsleep (line 775) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 800) | def disable_irq() -> Any: function enable_irq (line 809) | def enable_irq(state) -> Any: function freq (line 817) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 825) | def idle() -> Any: function lightsleep (line 834) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 863) | def reset() -> NoReturn: function reset_cause (line 870) | def reset_cause() -> int: function sleep (line 876) | def sleep() -> Any: function soft_reset (line 882) | def soft_reset() -> NoReturn: function time_pulse_us (line 890) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 908) | def unique_id() -> bytes: FILE: stubs/micropython-v1_17-esp8266-merged/math.py function pow (line 19) | def pow(x, y) -> Any: function acos (line 26) | def acos(x) -> float: function asin (line 33) | def asin(x) -> float: function atan (line 40) | def atan(x) -> float: function atan2 (line 47) | def atan2(y, x) -> float: function ceil (line 54) | def ceil(x) -> int: function copysign (line 61) | def copysign(x, y) -> Any: function cos (line 68) | def cos(x) -> float: function degrees (line 75) | def degrees(x) -> Any: function exp (line 85) | def exp(x) -> float: function fabs (line 92) | def fabs(x) -> Any: function floor (line 99) | def floor(x) -> int: function fmod (line 106) | def fmod(x, y) -> Any: function frexp (line 113) | def frexp(x) -> Any: function isfinite (line 123) | def isfinite(x) -> bool: function isinf (line 130) | def isinf(x) -> bool: function isnan (line 137) | def isnan(x) -> bool: function ldexp (line 144) | def ldexp(x, exp) -> Any: function log (line 151) | def log(x) -> float: function modf (line 158) | def modf(x) -> Tuple: function radians (line 169) | def radians(x) -> Any: function sin (line 176) | def sin(x) -> float: function sqrt (line 183) | def sqrt(x) -> Any: function tan (line 190) | def tan(x) -> float: function trunc (line 197) | def trunc(x) -> int: FILE: stubs/micropython-v1_17-esp8266-merged/math.pyi function pow (line 16) | def pow(x, y) -> Any: function acos (line 22) | def acos(x) -> float: function asin (line 28) | def asin(x) -> float: function atan (line 34) | def atan(x) -> float: function atan2 (line 40) | def atan2(y, x) -> float: function ceil (line 46) | def ceil(x) -> int: function copysign (line 52) | def copysign(x, y) -> Any: function cos (line 58) | def cos(x) -> float: function degrees (line 64) | def degrees(x) -> Any: function exp (line 72) | def exp(x) -> float: function fabs (line 78) | def fabs(x) -> Any: function floor (line 84) | def floor(x) -> int: function fmod (line 90) | def fmod(x, y) -> Any: function frexp (line 96) | def frexp(x) -> Any: function isfinite (line 105) | def isfinite(x) -> bool: function isinf (line 111) | def isinf(x) -> bool: function isnan (line 117) | def isnan(x) -> bool: function ldexp (line 123) | def ldexp(x, exp) -> Any: function log (line 129) | def log(x) -> float: function modf (line 135) | def modf(x) -> Tuple: function radians (line 144) | def radians(x) -> Any: function sin (line 150) | def sin(x) -> float: function sqrt (line 156) | def sqrt(x) -> Any: function tan (line 162) | def tan(x) -> float: function trunc (line 168) | def trunc(x) -> int: FILE: stubs/micropython-v1_17-esp8266-merged/micropython.py function const (line 9) | def const(expr) -> Union[int, bytes, str, Tuple]: function alloc_emergency_exception_buf (line 32) | def alloc_emergency_exception_buf(size) -> Any: function heap_lock (line 46) | def heap_lock() -> Any: function heap_unlock (line 50) | def heap_unlock() -> Any: function kbd_intr (line 54) | def kbd_intr(chr) -> None: function mem_info (line 68) | def mem_info(verbose: Optional[Any] = None) -> None: function opt_level (line 80) | def opt_level(level: Optional[Any] = None) -> Any: function qstr_info (line 101) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 113) | def schedule(func, arg) -> Any: function stack_use (line 151) | def stack_use() -> int: FILE: stubs/micropython-v1_17-esp8266-merged/micropython.pyi function const (line 6) | def const(expr) -> Union[int, bytes, str, Tuple]: function alloc_emergency_exception_buf (line 28) | def alloc_emergency_exception_buf(size) -> Any: function heap_lock (line 41) | def heap_lock() -> Any: ... function heap_unlock (line 42) | def heap_unlock() -> Any: ... function kbd_intr (line 43) | def kbd_intr(chr) -> None: function mem_info (line 56) | def mem_info(verbose: Optional[Any] = None) -> None: function opt_level (line 67) | def opt_level(level: Optional[Any] = None) -> Any: function qstr_info (line 87) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 98) | def schedule(func, arg) -> Any: function stack_use (line 135) | def stack_use() -> int: FILE: stubs/micropython-v1_17-esp8266-merged/neopixel.py function bitstream (line 16) | def bitstream(*args, **kwargs) -> Any: class NeoPixel (line 20) | class NeoPixel: method __init__ (line 30) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: method write (line 34) | def write(self) -> None: method fill (line 40) | def fill(self, pixel) -> None: FILE: stubs/micropython-v1_17-esp8266-merged/neopixel.pyi function bitstream (line 13) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 15) | class NeoPixel: method __init__ (line 25) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method write (line 26) | def write(self) -> None: method fill (line 31) | def fill(self, pixel) -> None: FILE: stubs/micropython-v1_17-esp8266-merged/network.py class WLAN (line 56) | class WLAN: method __init__ (line 65) | def __init__(self, interface_id) -> None: method active (line 68) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 76) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 85) | def disconnect(self) -> None: method scan (line 91) | def scan(self) -> List[Tuple]: method status (line 120) | def status(self, param: Optional[Any] = None) -> Any: method isconnected (line 139) | def isconnected(self) -> bool: method ifconfig (line 147) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 158) | def config(self, *args, **kwargs) -> Any: function phy_mode (line 192) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/network.pyi class WLAN (line 53) | class WLAN: method __init__ (line 62) | def __init__(self, interface_id) -> None: ... method active (line 63) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 70) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 78) | def disconnect(self) -> None: method scan (line 83) | def scan(self) -> List[Tuple]: method status (line 111) | def status(self, param: Optional[Any] = None) -> Any: method isconnected (line 129) | def isconnected(self) -> bool: method ifconfig (line 136) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 146) | def config(self, *args, **kwargs) -> Any: function phy_mode (line 179) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/os.py function remove (line 16) | def remove(path) -> None: class VfsFat (line 23) | class VfsFat: method __init__ (line 30) | def __init__(self, block_dev) -> None: method open (line 34) | def open(self, *args, **kwargs) -> Any: method remove (line 37) | def remove(self, *args, **kwargs) -> Any: method chdir (line 40) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 43) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 46) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 49) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 53) | def mkfs(block_dev) -> None: method mount (line 59) | def mount(self, *args, **kwargs) -> Any: method rename (line 62) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 65) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 68) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 71) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 74) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 78) | class VfsLfs2: method __init__ (line 96) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 100) | def open(self, *args, **kwargs) -> Any: method remove (line 103) | def remove(self, *args, **kwargs) -> Any: method chdir (line 106) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 109) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 112) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 115) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 119) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 128) | def mount(self, *args, **kwargs) -> Any: method rename (line 131) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 134) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 137) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 140) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 143) | def umount(self, *args, **kwargs) -> Any: function chdir (line 147) | def chdir(path) -> Any: function dupterm (line 154) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 178) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 182) | def getcwd() -> Any: function ilistdir (line 189) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 211) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 218) | def mkdir(path) -> Any: function mount (line 225) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 244) | def rename(old_path, new_path) -> None: function rmdir (line 251) | def rmdir(path) -> None: function stat (line 258) | def stat(path) -> Any: function statvfs (line 265) | def statvfs(path) -> Tuple: function umount (line 289) | def umount(mount_point) -> Any: function uname (line 300) | def uname() -> uname_result: function urandom (line 315) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_17-esp8266-merged/os.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function dupterm (line 93) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 116) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 117) | def getcwd() -> Any: function ilistdir (line 123) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 150) | def mkdir(path) -> Any: function mount (line 156) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 174) | def rename(old_path, new_path) -> None: function rmdir (line 180) | def rmdir(path) -> None: function stat (line 186) | def stat(path) -> Any: function statvfs (line 192) | def statvfs(path) -> Tuple: function umount (line 215) | def umount(mount_point) -> Any: function uname (line 225) | def uname() -> uname_result: function urandom (line 239) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_17-esp8266-merged/random.py function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: function seed (line 13) | def seed(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/random.pyi function getrandbits (line 3) | def getrandbits(*args, **kwargs) -> Any: ... function seed (line 4) | def seed(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/select.py class poll (line 19) | class poll: method __init__ (line 24) | def __init__(self) -> None: method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Any: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 80) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 95) | class select: method __init__ (line 103) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_17-esp8266-merged/select.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_17-esp8266-merged/socket.py function callback (line 23) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 27) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: function print_pcbs (line 57) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 61) | def reset(*args, **kwargs) -> Any: class socket (line 65) | class socket: method __init__ (line 79) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 83) | def close(self) -> Any: method read (line 94) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 104) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 114) | def readline(self) -> Any: method send (line 122) | def send(self, bytes) -> int: method write (line 130) | def write(self, buf) -> int: method accept (line 141) | def accept(self) -> Tuple: method bind (line 150) | def bind(self, address) -> Any: method connect (line 156) | def connect(self, address) -> None: method listen (line 162) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 171) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 179) | def recv(self, bufsize) -> bytes: method recvfrom (line 186) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 194) | def sendall(self, bytes) -> int: method sendto (line 207) | def sendto(self, bytes, address) -> None: method setblocking (line 214) | def setblocking(self, flag) -> Any: method setsockopt (line 226) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 234) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/socket.pyi function callback (line 20) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 21) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: function print_pcbs (line 50) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 51) | def reset(*args, **kwargs) -> Any: ... class socket (line 53) | class socket: method __init__ (line 67) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 68) | def close(self) -> Any: method read (line 78) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 87) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 96) | def readline(self) -> Any: method send (line 103) | def send(self, bytes) -> int: method write (line 110) | def write(self, buf) -> int: method accept (line 120) | def accept(self) -> Tuple: method bind (line 128) | def bind(self, address) -> Any: method connect (line 133) | def connect(self, address) -> None: method listen (line 138) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 146) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 153) | def recv(self, bufsize) -> bytes: method recvfrom (line 159) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 166) | def sendall(self, bytes) -> int: method sendto (line 178) | def sendto(self, bytes, address) -> None: method setblocking (line 184) | def setblocking(self, flag) -> Any: method setsockopt (line 195) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 202) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/ssd1306.py function const (line 9) | def const(*args, **kwargs) -> Any: class SSD1306 (line 33) | class SSD1306: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: method blit (line 40) | def blit(self, *args, **kwargs) -> Any: method fill (line 43) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 46) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 49) | def hline(self, *args, **kwargs) -> Any: method invert (line 52) | def invert(self, *args, **kwargs) -> Any: method line (line 55) | def line(self, *args, **kwargs) -> Any: method pixel (line 58) | def pixel(self, *args, **kwargs) -> Any: method rect (line 61) | def rect(self, *args, **kwargs) -> Any: method scroll (line 64) | def scroll(self, *args, **kwargs) -> Any: method text (line 67) | def text(self, *args, **kwargs) -> Any: method vline (line 70) | def vline(self, *args, **kwargs) -> Any: method init_display (line 73) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 76) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 79) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 82) | def contrast(self, *args, **kwargs) -> Any: method rotate (line 85) | def rotate(self, *args, **kwargs) -> Any: method show (line 88) | def show(self, *args, **kwargs) -> Any: class SSD1306_I2C (line 92) | class SSD1306_I2C: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: method blit (line 99) | def blit(self, *args, **kwargs) -> Any: method fill (line 102) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 105) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 108) | def hline(self, *args, **kwargs) -> Any: method invert (line 111) | def invert(self, *args, **kwargs) -> Any: method line (line 114) | def line(self, *args, **kwargs) -> Any: method pixel (line 117) | def pixel(self, *args, **kwargs) -> Any: method rect (line 120) | def rect(self, *args, **kwargs) -> Any: method scroll (line 123) | def scroll(self, *args, **kwargs) -> Any: method text (line 126) | def text(self, *args, **kwargs) -> Any: method vline (line 129) | def vline(self, *args, **kwargs) -> Any: method init_display (line 132) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 135) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 138) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 141) | def contrast(self, *args, **kwargs) -> Any: method rotate (line 144) | def rotate(self, *args, **kwargs) -> Any: method show (line 147) | def show(self, *args, **kwargs) -> Any: method write_cmd (line 150) | def write_cmd(self, *args, **kwargs) -> Any: method write_data (line 153) | def write_data(self, *args, **kwargs) -> Any: class SSD1306_SPI (line 157) | class SSD1306_SPI: method __init__ (line 160) | def __init__(self, *argv, **kwargs) -> None: method blit (line 164) | def blit(self, *args, **kwargs) -> Any: method fill (line 167) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 170) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 173) | def hline(self, *args, **kwargs) -> Any: method invert (line 176) | def invert(self, *args, **kwargs) -> Any: method line (line 179) | def line(self, *args, **kwargs) -> Any: method pixel (line 182) | def pixel(self, *args, **kwargs) -> Any: method rect (line 185) | def rect(self, *args, **kwargs) -> Any: method scroll (line 188) | def scroll(self, *args, **kwargs) -> Any: method text (line 191) | def text(self, *args, **kwargs) -> Any: method vline (line 194) | def vline(self, *args, **kwargs) -> Any: method init_display (line 197) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 200) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 203) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 206) | def contrast(self, *args, **kwargs) -> Any: method rotate (line 209) | def rotate(self, *args, **kwargs) -> Any: method show (line 212) | def show(self, *args, **kwargs) -> Any: method write_cmd (line 215) | def write_cmd(self, *args, **kwargs) -> Any: method write_data (line 218) | def write_data(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/ssd1306.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class SSD1306 (line 24) | class SSD1306: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 26) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 27) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 28) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 29) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 30) | def invert(self, *args, **kwargs) -> Any: ... method line (line 31) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 32) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 33) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 34) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 35) | def text(self, *args, **kwargs) -> Any: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 37) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 38) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 39) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 40) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 42) | def show(self, *args, **kwargs) -> Any: ... class SSD1306_I2C (line 44) | class SSD1306_I2C: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 46) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 47) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 48) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 49) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 50) | def invert(self, *args, **kwargs) -> Any: ... method line (line 51) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 52) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 53) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 54) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 55) | def text(self, *args, **kwargs) -> Any: ... method vline (line 56) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 57) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 58) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 59) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 60) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 61) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 62) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 64) | def write_data(self, *args, **kwargs) -> Any: ... class SSD1306_SPI (line 66) | class SSD1306_SPI: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 68) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 69) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 70) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 71) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 72) | def invert(self, *args, **kwargs) -> Any: ... method line (line 73) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 74) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 75) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 76) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 77) | def text(self, *args, **kwargs) -> Any: ... method vline (line 78) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 79) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 80) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 81) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 82) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 83) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 84) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 85) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 86) | def write_data(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/ssl.py function wrap_socket (line 15) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_17-esp8266-merged/ssl.pyi function wrap_socket (line 12) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_17-esp8266-merged/struct.py function calcsize (line 17) | def calcsize(fmt) -> int: function pack (line 24) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 32) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 41) | def unpack(fmt, data) -> Tuple: function unpack_from (line 49) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-esp8266-merged/struct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-esp8266-merged/sys.py function exit (line 14) | def exit(retval=0, /) -> Any: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-esp8266-merged/sys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-esp8266-merged/time.py function gmtime (line 38) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 84) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Any: function sleep_ms (line 103) | def sleep_ms(ms) -> None: function sleep_us (line 115) | def sleep_us(us) -> None: function ticks_add (line 126) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 155) | def ticks_cpu() -> Any: function ticks_diff (line 172) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 240) | def ticks_ms() -> int: function ticks_us (line 265) | def ticks_us() -> Any: class time (line 272) | class time: method __init__ (line 285) | def __init__(self) -> None: function time_ns (line 289) | def time_ns() -> int: FILE: stubs/micropython-v1_17-esp8266-merged/time.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: stubs/micropython-v1_17-esp8266-merged/uarray.py class array (line 15) | class array: method __init__ (line 22) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: method append (line 26) | def append(self, val) -> Any: method extend (line 32) | def extend(self, iterable) -> Any: method decode (line 39) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/uarray.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 64) | class Event: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: method clear (line 71) | def clear(self, *args, **kwargs) -> Any: method set (line 74) | def set(self, *args, **kwargs) -> Any: method is_set (line 77) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 83) | class Lock: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: method release (line 90) | def release(self, *args, **kwargs) -> Any: method locked (line 93) | def locked(self, *args, **kwargs) -> Any: function ticks (line 99) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 103) | class TimeoutError(Exception): class SingletonGenerator (line 107) | class SingletonGenerator: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 115) | class IOQueue: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: method remove (line 122) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 125) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 128) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 131) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 135) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 139) | def run_until_complete(*args, **kwargs) -> Any: function run (line 143) | def run(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 28) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 33) | def release(self, *args, **kwargs) -> Any: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 60) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 64) | class TimeoutError(Exception): class SingletonGenerator (line 68) | class SingletonGenerator: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 76) | class IOQueue: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method remove (line 83) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 86) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 89) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 92) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 96) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 100) | def run_until_complete(*args, **kwargs) -> Any: function run (line 104) | def run(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method release (line 16) | def release(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/ubinascii.py function a2b_base64 (line 14) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data) -> bytes: function hexlify (line 32) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 43) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_17-esp8266-merged/ubinascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function hexlify (line 27) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 37) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_17-esp8266-merged/ucollections.py class OrderedDict (line 15) | class OrderedDict(dict): method __init__ (line 40) | def __init__(self, *args, **kwargs) -> None: method clear (line 44) | def clear(self, *args, **kwargs) -> Any: method copy (line 47) | def copy(self, *args, **kwargs) -> Any: method get (line 50) | def get(self, *args, **kwargs) -> Any: method items (line 53) | def items(self, *args, **kwargs) -> Any: method keys (line 56) | def keys(self, *args, **kwargs) -> Any: method pop (line 59) | def pop(self, *args, **kwargs) -> Any: method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: method update (line 68) | def update(self, *args, **kwargs) -> Any: method values (line 71) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 75) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 79) | class deque(Queue): method __init__ (line 97) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 101) | def append(self, x) -> Any: method popleft (line 108) | def popleft(self) -> Any: function namedtuple (line 116) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/ucollections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method decrypt (line 33) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: method encrypt (line 39) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/ucryptolib.pyi class aes (line 6) | class aes: method __init__ (line 7) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method decrypt (line 27) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: method encrypt (line 32) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/uctypes.py function addressof (line 49) | def addressof(obj) -> int: function bytearray_at (line 58) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 68) | def bytes_at(addr, size) -> bytes: function sizeof (line 78) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 87) | class struct: method __init__ (line 93) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: FILE: stubs/micropython-v1_17-esp8266-merged/uctypes.pyi function addressof (line 46) | def addressof(obj) -> int: function bytearray_at (line 54) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function sizeof (line 72) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 80) | class struct: method __init__ (line 86) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... FILE: stubs/micropython-v1_17-esp8266-merged/uhashlib.py class sha1 (line 29) | class sha1: method __init__ (line 34) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 38) | def update(self, *args, **kwargs) -> Any: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 45) | class sha256: method __init__ (line 50) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 54) | def update(self, *args, **kwargs) -> Any: method digest (line 57) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/uhashlib.pyi class sha1 (line 26) | class sha1: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 41) | def update(self, *args, **kwargs) -> Any: ... method digest (line 42) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/uheapq.py function heapify (line 17) | def heapify(x) -> Any: function heappop (line 24) | def heappop(heap) -> Any: function heappush (line 34) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/uheapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/uio.py function open (line 14) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 23) | class BytesIO(IO): method __init__ (line 36) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 40) | def close(self, *args, **kwargs) -> Any: method read (line 43) | def read(self, *args, **kwargs) -> Any: method readinto (line 46) | def readinto(self, *args, **kwargs) -> Any: method readline (line 49) | def readline(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method flush (line 55) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 58) | def getvalue(self) -> Any: method seek (line 64) | def seek(self, *args, **kwargs) -> Any: method tell (line 67) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 71) | class FileIO(IO): method __init__ (line 77) | def __init__(self, *args, **kwargs) -> None: method close (line 81) | def close(self, *args, **kwargs) -> Any: method read (line 84) | def read(self, *args, **kwargs) -> Any: method readinto (line 87) | def readinto(self, *args, **kwargs) -> Any: method readline (line 90) | def readline(self, *args, **kwargs) -> Any: method write (line 93) | def write(self, *args, **kwargs) -> Any: method flush (line 96) | def flush(self, *args, **kwargs) -> Any: method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: method seek (line 102) | def seek(self, *args, **kwargs) -> Any: method tell (line 105) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 109) | class IOBase: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 117) | class StringIO(IO): method __init__ (line 120) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 124) | def close(self, *args, **kwargs) -> Any: method read (line 127) | def read(self, *args, **kwargs) -> Any: method readinto (line 130) | def readinto(self, *args, **kwargs) -> Any: method readline (line 133) | def readline(self, *args, **kwargs) -> Any: method write (line 136) | def write(self, *args, **kwargs) -> Any: method flush (line 139) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 142) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 145) | def seek(self, *args, **kwargs) -> Any: method tell (line 148) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 152) | class TextIOWrapper(IO): method __init__ (line 158) | def __init__(self, *args, **kwargs) -> None: method close (line 162) | def close(self, *args, **kwargs) -> Any: method read (line 165) | def read(self, *args, **kwargs) -> Any: method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: method readline (line 171) | def readline(self, *args, **kwargs) -> Any: method write (line 174) | def write(self, *args, **kwargs) -> Any: method flush (line 177) | def flush(self, *args, **kwargs) -> Any: method readlines (line 180) | def readlines(self, *args, **kwargs) -> Any: method seek (line 183) | def seek(self, *args, **kwargs) -> Any: method tell (line 186) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/uio.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method __init__ (line 32) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self) -> Any: method seek (line 44) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 45) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 47) | class FileIO(IO): method __init__ (line 53) | def __init__(self, *args, **kwargs) -> None: ... method close (line 54) | def close(self, *args, **kwargs) -> Any: ... method read (line 55) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method write (line 58) | def write(self, *args, **kwargs) -> Any: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 60) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 61) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 62) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 64) | class IOBase: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 67) | class StringIO(IO): method __init__ (line 68) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 69) | def close(self, *args, **kwargs) -> Any: ... method read (line 70) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 72) | def readline(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method flush (line 74) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 75) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 76) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 77) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 79) | class TextIOWrapper(IO): method __init__ (line 85) | def __init__(self, *args, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method read (line 87) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 89) | def readline(self, *args, **kwargs) -> Any: ... method write (line 90) | def write(self, *args, **kwargs) -> Any: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 92) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/ujson.py function dump (line 14) | def dump(obj, stream, separators=None) -> Any: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Any: function loads (line 46) | def loads(str) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/ujson.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 16) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Any: method log (line 22) | def log(self, *args, **kwargs) -> Any: method set_callback (line 27) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 30) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 33) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 38) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 43) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 48) | def delay(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTException (line 13) | class MQTTException(Exception): class MQTTClient (line 17) | class MQTTClient: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method connect (line 24) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 27) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 33) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 36) | def ping(self, *args, **kwargs) -> Any: method publish (line 39) | def publish(self, *args, **kwargs) -> Any: method subscribe (line 42) | def subscribe(self, *args, **kwargs) -> Any: method wait_msg (line 45) | def wait_msg(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/uos.py function remove (line 16) | def remove(path) -> None: class VfsFat (line 23) | class VfsFat: method __init__ (line 30) | def __init__(self, block_dev) -> None: method open (line 34) | def open(self, *args, **kwargs) -> Any: method remove (line 37) | def remove(self, *args, **kwargs) -> Any: method chdir (line 40) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 43) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 46) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 49) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 53) | def mkfs(block_dev) -> None: method mount (line 59) | def mount(self, *args, **kwargs) -> Any: method rename (line 62) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 65) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 68) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 71) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 74) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 78) | class VfsLfs2: method __init__ (line 96) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 100) | def open(self, *args, **kwargs) -> Any: method remove (line 103) | def remove(self, *args, **kwargs) -> Any: method chdir (line 106) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 109) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 112) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 115) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 119) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 128) | def mount(self, *args, **kwargs) -> Any: method rename (line 131) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 134) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 137) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 140) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 143) | def umount(self, *args, **kwargs) -> Any: function chdir (line 147) | def chdir(path) -> Any: function dupterm (line 154) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 178) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 182) | def getcwd() -> Any: function ilistdir (line 189) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 211) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 218) | def mkdir(path) -> Any: function mount (line 225) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 244) | def rename(old_path, new_path) -> None: function rmdir (line 251) | def rmdir(path) -> None: function stat (line 258) | def stat(path) -> Any: function statvfs (line 265) | def statvfs(path) -> Tuple: function umount (line 289) | def umount(mount_point) -> Any: function uname (line 300) | def uname() -> uname_result: function urandom (line 315) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_17-esp8266-merged/uos.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function dupterm (line 93) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 116) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 117) | def getcwd() -> Any: function ilistdir (line 123) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 150) | def mkdir(path) -> Any: function mount (line 156) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 174) | def rename(old_path, new_path) -> None: function rmdir (line 180) | def rmdir(path) -> None: function stat (line 186) | def stat(path) -> Any: function statvfs (line 192) | def statvfs(path) -> Tuple: function umount (line 215) | def umount(mount_point) -> Any: function uname (line 225) | def uname() -> uname_result: function urandom (line 239) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_17-esp8266-merged/urandom.py function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: function seed (line 13) | def seed(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/urandom.pyi function getrandbits (line 3) | def getrandbits(*args, **kwargs) -> Any: ... function seed (line 4) | def seed(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: function head (line 17) | def head(*args, **kwargs) -> Any: class Response (line 21) | class Response: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method close (line 28) | def close(self, *args, **kwargs) -> Any: method json (line 33) | def json(self, *args, **kwargs) -> Any: function request (line 39) | def request(*args, **kwargs) -> Any: function post (line 43) | def post(*args, **kwargs) -> Any: function patch (line 47) | def patch(*args, **kwargs) -> Any: function delete (line 51) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... function head (line 5) | def head(*args, **kwargs) -> Any: ... class Response (line 7) | class Response: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 9) | def close(self, *args, **kwargs) -> Any: ... method json (line 11) | def json(self, *args, **kwargs) -> Any: ... function request (line 14) | def request(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/urllib/urequest.py function urlopen (line 9) | def urlopen(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/urllib/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/uselect.py class poll (line 19) | class poll: method __init__ (line 24) | def __init__(self) -> None: method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Any: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 80) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 95) | class select: method __init__ (line 103) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_17-esp8266-merged/uselect.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_17-esp8266-merged/usocket.py function callback (line 23) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 27) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: function print_pcbs (line 57) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 61) | def reset(*args, **kwargs) -> Any: class socket (line 65) | class socket: method __init__ (line 79) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 83) | def close(self) -> Any: method read (line 94) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 104) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 114) | def readline(self) -> Any: method send (line 122) | def send(self, bytes) -> int: method write (line 130) | def write(self, buf) -> int: method accept (line 141) | def accept(self) -> Tuple: method bind (line 150) | def bind(self, address) -> Any: method connect (line 156) | def connect(self, address) -> None: method listen (line 162) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 171) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 179) | def recv(self, bufsize) -> bytes: method recvfrom (line 186) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 194) | def sendall(self, bytes) -> int: method sendto (line 207) | def sendto(self, bytes, address) -> None: method setblocking (line 214) | def setblocking(self, flag) -> Any: method setsockopt (line 226) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 234) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/usocket.pyi function callback (line 20) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 21) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: function print_pcbs (line 50) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 51) | def reset(*args, **kwargs) -> Any: ... class socket (line 53) | class socket: method __init__ (line 67) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 68) | def close(self) -> Any: method read (line 78) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 87) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 96) | def readline(self) -> Any: method send (line 103) | def send(self, bytes) -> int: method write (line 110) | def write(self, buf) -> int: method accept (line 120) | def accept(self) -> Tuple: method bind (line 128) | def bind(self, address) -> Any: method connect (line 133) | def connect(self, address) -> None: method listen (line 138) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 146) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 153) | def recv(self, bufsize) -> bytes: method recvfrom (line 159) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 166) | def sendall(self, bytes) -> int: method sendto (line 178) | def sendto(self, bytes, address) -> None: method setblocking (line 184) | def setblocking(self, flag) -> Any: method setsockopt (line 195) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 202) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/ussl.py function wrap_socket (line 15) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_17-esp8266-merged/ussl.pyi function wrap_socket (line 12) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_17-esp8266-merged/ustruct.py function calcsize (line 17) | def calcsize(fmt) -> int: function pack (line 24) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 32) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 41) | def unpack(fmt, data) -> Tuple: function unpack_from (line 49) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-esp8266-merged/ustruct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-esp8266-merged/usys.py function exit (line 14) | def exit(retval=0, /) -> Any: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-esp8266-merged/usys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-esp8266-merged/utime.py function gmtime (line 38) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 84) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Any: function sleep_ms (line 103) | def sleep_ms(ms) -> None: function sleep_us (line 115) | def sleep_us(us) -> None: function ticks_add (line 126) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 155) | def ticks_cpu() -> Any: function ticks_diff (line 172) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 240) | def ticks_ms() -> int: function ticks_us (line 265) | def ticks_us() -> Any: class time (line 272) | class time: method __init__ (line 285) | def __init__(self) -> None: function time_ns (line 289) | def time_ns() -> int: FILE: stubs/micropython-v1_17-esp8266-merged/utime.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: stubs/micropython-v1_17-esp8266-merged/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/uzlib.py class DecompIO (line 16) | class DecompIO: method __init__ (line 25) | def __init__(self, stream, wbits=0, /) -> None: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: function decompress (line 39) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-esp8266-merged/uzlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-esp8266-merged/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 16) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266-merged/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266-merged/zlib.py class DecompIO (line 16) | class DecompIO: method __init__ (line 25) | def __init__(self, stream, wbits=0, /) -> None: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: function decompress (line 39) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-esp8266-merged/zlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-esp8266/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/apa102.py function apa102_write (line 9) | def apa102_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: class APA102 (line 29) | class APA102: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: method write (line 36) | def write(self, *args, **kwargs) -> Any: method fill (line 39) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/apa102.pyi function apa102_write (line 3) | def apa102_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... class APA102 (line 11) | class APA102: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 13) | def write(self, *args, **kwargs) -> Any: ... method fill (line 14) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function hexlify (line 17) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 21) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function hexlify (line 5) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 6) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/btree.py function open (line 9) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/btree.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method decode (line 218) | def decode(self, *args, **kwargs) -> Any: function callable (line 222) | def callable(*args, **kwargs) -> Any: function chr (line 226) | def chr(*args, **kwargs) -> Any: class dict (line 230) | class dict: method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: method clear (line 237) | def clear(self, *args, **kwargs) -> Any: method copy (line 240) | def copy(self, *args, **kwargs) -> Any: method get (line 243) | def get(self, *args, **kwargs) -> Any: method items (line 246) | def items(self, *args, **kwargs) -> Any: method keys (line 249) | def keys(self, *args, **kwargs) -> Any: method pop (line 252) | def pop(self, *args, **kwargs) -> Any: method popitem (line 255) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 258) | def setdefault(self, *args, **kwargs) -> Any: method update (line 261) | def update(self, *args, **kwargs) -> Any: method values (line 264) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 268) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 272) | def dir(*args, **kwargs) -> Any: function divmod (line 276) | def divmod(*args, **kwargs) -> Any: function eval (line 280) | def eval(*args, **kwargs) -> Any: function exec (line 284) | def exec(*args, **kwargs) -> Any: function getattr (line 288) | def getattr(*args, **kwargs) -> Any: function globals (line 292) | def globals(*args, **kwargs) -> Any: function hasattr (line 296) | def hasattr(*args, **kwargs) -> Any: function hash (line 300) | def hash(*args, **kwargs) -> Any: function id (line 304) | def id(*args, **kwargs) -> Any: class int (line 308) | class int: method __init__ (line 311) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 316) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 319) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 323) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 327) | def issubclass(*args, **kwargs) -> Any: function iter (line 331) | def iter(*args, **kwargs) -> Any: function len (line 335) | def len(*args, **kwargs) -> Any: class list (line 339) | class list: method __init__ (line 342) | def __init__(self, *argv, **kwargs) -> None: method append (line 346) | def append(self, *args, **kwargs) -> Any: method clear (line 349) | def clear(self, *args, **kwargs) -> Any: method copy (line 352) | def copy(self, *args, **kwargs) -> Any: method count (line 355) | def count(self, *args, **kwargs) -> Any: method extend (line 358) | def extend(self, *args, **kwargs) -> Any: method index (line 361) | def index(self, *args, **kwargs) -> Any: method insert (line 364) | def insert(self, *args, **kwargs) -> Any: method pop (line 367) | def pop(self, *args, **kwargs) -> Any: method remove (line 370) | def remove(self, *args, **kwargs) -> Any: method reverse (line 373) | def reverse(self, *args, **kwargs) -> Any: method sort (line 376) | def sort(self, *args, **kwargs) -> Any: function locals (line 380) | def locals(*args, **kwargs) -> Any: class map (line 384) | class map: method __init__ (line 387) | def __init__(self, *argv, **kwargs) -> None: function next (line 392) | def next(*args, **kwargs) -> Any: class object (line 396) | class object: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function open (line 404) | def open(*args, **kwargs) -> Any: function ord (line 408) | def ord(*args, **kwargs) -> Any: function pow (line 412) | def pow(*args, **kwargs) -> Any: function print (line 416) | def print(*args, **kwargs) -> Any: class range (line 420) | class range: method __init__ (line 423) | def __init__(self, *argv, **kwargs) -> None: function repr (line 428) | def repr(*args, **kwargs) -> Any: function round (line 432) | def round(*args, **kwargs) -> Any: class set (line 436) | class set: method __init__ (line 439) | def __init__(self, *argv, **kwargs) -> None: method clear (line 443) | def clear(self, *args, **kwargs) -> Any: method copy (line 446) | def copy(self, *args, **kwargs) -> Any: method pop (line 449) | def pop(self, *args, **kwargs) -> Any: method remove (line 452) | def remove(self, *args, **kwargs) -> Any: method update (line 455) | def update(self, *args, **kwargs) -> Any: method add (line 458) | def add(self, *args, **kwargs) -> Any: method difference (line 461) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 464) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 467) | def discard(self, *args, **kwargs) -> Any: method intersection (line 470) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 473) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 476) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 479) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 482) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 485) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 488) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 491) | def union(self, *args, **kwargs) -> Any: function setattr (line 495) | def setattr(*args, **kwargs) -> Any: function sorted (line 499) | def sorted(*args, **kwargs) -> Any: class str (line 503) | class str: method __init__ (line 506) | def __init__(self, *argv, **kwargs) -> None: method count (line 510) | def count(self, *args, **kwargs) -> Any: method endswith (line 513) | def endswith(self, *args, **kwargs) -> Any: method find (line 516) | def find(self, *args, **kwargs) -> Any: method format (line 519) | def format(self, *args, **kwargs) -> Any: method index (line 522) | def index(self, *args, **kwargs) -> Any: method isalpha (line 525) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 528) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 531) | def islower(self, *args, **kwargs) -> Any: method isspace (line 534) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 537) | def isupper(self, *args, **kwargs) -> Any: method join (line 540) | def join(self, *args, **kwargs) -> Any: method lower (line 543) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 546) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 549) | def replace(self, *args, **kwargs) -> Any: method rfind (line 552) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 555) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 558) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 561) | def rstrip(self, *args, **kwargs) -> Any: method split (line 564) | def split(self, *args, **kwargs) -> Any: method startswith (line 567) | def startswith(self, *args, **kwargs) -> Any: method strip (line 570) | def strip(self, *args, **kwargs) -> Any: method upper (line 573) | def upper(self, *args, **kwargs) -> Any: method encode (line 576) | def encode(self, *args, **kwargs) -> Any: function sum (line 580) | def sum(*args, **kwargs) -> Any: class super (line 584) | class super: method __init__ (line 587) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 592) | class tuple: method __init__ (line 595) | def __init__(self, *argv, **kwargs) -> None: method count (line 599) | def count(self, *args, **kwargs) -> Any: method index (line 602) | def index(self, *args, **kwargs) -> Any: class type (line 606) | class type: method __init__ (line 609) | def __init__(self, *argv, **kwargs) -> None: class zip (line 614) | class zip: method __init__ (line 617) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 622) | class StopAsyncIteration: method __init__ (line 625) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 630) | class UnicodeError(Exception): class ViperTypeError (line 634) | class ViperTypeError(Exception): function bin (line 638) | def bin(*args, **kwargs) -> Any: function delattr (line 642) | def delattr(*args, **kwargs) -> Any: class enumerate (line 646) | class enumerate: method __init__ (line 649) | def __init__(self, *argv, **kwargs) -> None: class filter (line 654) | class filter: method __init__ (line 657) | def __init__(self, *argv, **kwargs) -> None: class float (line 662) | class float: method __init__ (line 665) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 670) | class frozenset: method __init__ (line 673) | def __init__(self, *argv, **kwargs) -> None: method copy (line 677) | def copy(self, *args, **kwargs) -> Any: method difference (line 680) | def difference(self, *args, **kwargs) -> Any: method intersection (line 683) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 686) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 689) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 692) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 695) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 698) | def union(self, *args, **kwargs) -> Any: function help (line 702) | def help(*args, **kwargs) -> Any: function hex (line 706) | def hex(*args, **kwargs) -> Any: function input (line 710) | def input(*args, **kwargs) -> Any: function max (line 714) | def max(*args, **kwargs) -> Any: class memoryview (line 718) | class memoryview: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: function min (line 726) | def min(*args, **kwargs) -> Any: function oct (line 730) | def oct(*args, **kwargs) -> Any: class property (line 734) | class property: method __init__ (line 737) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 741) | def deleter(self, *args, **kwargs) -> Any: method getter (line 744) | def getter(self, *args, **kwargs) -> Any: method setter (line 747) | def setter(self, *args, **kwargs) -> Any: class reversed (line 751) | class reversed: method __init__ (line 754) | def __init__(self, *argv, **kwargs) -> None: class slice (line 759) | class slice: method __init__ (line 762) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_17-esp8266/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method decode (line 69) | def decode(self, *args, **kwargs) -> Any: ... function callable (line 71) | def callable(*args, **kwargs) -> Any: ... function chr (line 72) | def chr(*args, **kwargs) -> Any: ... class dict (line 74) | class dict: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 76) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 77) | def copy(self, *args, **kwargs) -> Any: ... method get (line 78) | def get(self, *args, **kwargs) -> Any: ... method items (line 79) | def items(self, *args, **kwargs) -> Any: ... method keys (line 80) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 81) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 82) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 83) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 84) | def update(self, *args, **kwargs) -> Any: ... method values (line 85) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 87) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 89) | def dir(*args, **kwargs) -> Any: ... function divmod (line 90) | def divmod(*args, **kwargs) -> Any: ... function eval (line 91) | def eval(*args, **kwargs) -> Any: ... function exec (line 92) | def exec(*args, **kwargs) -> Any: ... function getattr (line 93) | def getattr(*args, **kwargs) -> Any: ... function globals (line 94) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 95) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 96) | def hash(*args, **kwargs) -> Any: ... function id (line 97) | def id(*args, **kwargs) -> Any: ... class int (line 99) | class int: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 102) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 103) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 105) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 106) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 107) | def iter(*args, **kwargs) -> Any: ... function len (line 108) | def len(*args, **kwargs) -> Any: ... class list (line 110) | class list: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 112) | def append(self, *args, **kwargs) -> Any: ... method clear (line 113) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 114) | def copy(self, *args, **kwargs) -> Any: ... method count (line 115) | def count(self, *args, **kwargs) -> Any: ... method extend (line 116) | def extend(self, *args, **kwargs) -> Any: ... method index (line 117) | def index(self, *args, **kwargs) -> Any: ... method insert (line 118) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 121) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 122) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 124) | def locals(*args, **kwargs) -> Any: ... class map (line 126) | class map: method __init__ (line 127) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 129) | def next(*args, **kwargs) -> Any: ... class object (line 131) | class object: method __init__ (line 132) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 134) | def open(*args, **kwargs) -> Any: ... function ord (line 135) | def ord(*args, **kwargs) -> Any: ... function pow (line 136) | def pow(*args, **kwargs) -> Any: ... function print (line 137) | def print(*args, **kwargs) -> Any: ... class range (line 139) | class range: method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 142) | def repr(*args, **kwargs) -> Any: ... function round (line 143) | def round(*args, **kwargs) -> Any: ... class set (line 145) | class set: method __init__ (line 146) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 147) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 148) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 149) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 150) | def remove(self, *args, **kwargs) -> Any: ... method update (line 151) | def update(self, *args, **kwargs) -> Any: ... method add (line 152) | def add(self, *args, **kwargs) -> Any: ... method difference (line 153) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 154) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 155) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 156) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 157) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 158) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 159) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 160) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 161) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 162) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 163) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 165) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 166) | def sorted(*args, **kwargs) -> Any: ... class str (line 168) | class str: method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 170) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 171) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 172) | def find(self, *args, **kwargs) -> Any: ... method format (line 173) | def format(self, *args, **kwargs) -> Any: ... method index (line 174) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 175) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 176) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 177) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 178) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 180) | def join(self, *args, **kwargs) -> Any: ... method lower (line 181) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 182) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 183) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 184) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 185) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 186) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 187) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 188) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 189) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 190) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 191) | def upper(self, *args, **kwargs) -> Any: ... method encode (line 192) | def encode(self, *args, **kwargs) -> Any: ... function sum (line 194) | def sum(*args, **kwargs) -> Any: ... class super (line 196) | class super: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 199) | class tuple: method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 201) | def count(self, *args, **kwargs) -> Any: ... method index (line 202) | def index(self, *args, **kwargs) -> Any: ... class type (line 204) | class type: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 207) | class zip: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 210) | class StopAsyncIteration: method __init__ (line 211) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 213) | class UnicodeError(Exception): ... class ViperTypeError (line 214) | class ViperTypeError(Exception): ... function bin (line 216) | def bin(*args, **kwargs) -> Any: ... function delattr (line 217) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 219) | class enumerate: method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... class filter (line 222) | class filter: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 225) | class float: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 228) | class frozenset: method __init__ (line 229) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 230) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 231) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 232) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 233) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 234) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 235) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 236) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 237) | def union(self, *args, **kwargs) -> Any: ... function help (line 239) | def help(*args, **kwargs) -> Any: ... function hex (line 240) | def hex(*args, **kwargs) -> Any: ... function input (line 241) | def input(*args, **kwargs) -> Any: ... function max (line 242) | def max(*args, **kwargs) -> Any: ... class memoryview (line 244) | class memoryview: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 247) | def min(*args, **kwargs) -> Any: ... function oct (line 248) | def oct(*args, **kwargs) -> Any: ... class property (line 250) | class property: method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 252) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 253) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 254) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 256) | class reversed: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 259) | class slice: method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_17-esp8266/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/esp.py function apa102_write (line 13) | def apa102_write(*args, **kwargs) -> Any: function check_fw (line 17) | def check_fw(*args, **kwargs) -> Any: function deepsleep (line 21) | def deepsleep(*args, **kwargs) -> Any: function dht_readinto (line 25) | def dht_readinto(*args, **kwargs) -> Any: function esf_free_bufs (line 29) | def esf_free_bufs(*args, **kwargs) -> Any: function flash_erase (line 33) | def flash_erase(*args, **kwargs) -> Any: function flash_id (line 37) | def flash_id(*args, **kwargs) -> Any: function flash_read (line 41) | def flash_read(*args, **kwargs) -> Any: function flash_size (line 45) | def flash_size(*args, **kwargs) -> Any: function flash_user_start (line 49) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 53) | def flash_write(*args, **kwargs) -> Any: function free (line 57) | def free(*args, **kwargs) -> Any: function freemem (line 61) | def freemem(*args, **kwargs) -> Any: function info (line 65) | def info(*args, **kwargs) -> Any: function malloc (line 69) | def malloc(*args, **kwargs) -> Any: function meminfo (line 73) | def meminfo(*args, **kwargs) -> Any: function osdebug (line 77) | def osdebug(*args, **kwargs) -> Any: function set_native_code_location (line 81) | def set_native_code_location(*args, **kwargs) -> Any: function sleep_type (line 85) | def sleep_type(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/esp.pyi function apa102_write (line 7) | def apa102_write(*args, **kwargs) -> Any: ... function check_fw (line 8) | def check_fw(*args, **kwargs) -> Any: ... function deepsleep (line 9) | def deepsleep(*args, **kwargs) -> Any: ... function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... function esf_free_bufs (line 11) | def esf_free_bufs(*args, **kwargs) -> Any: ... function flash_erase (line 12) | def flash_erase(*args, **kwargs) -> Any: ... function flash_id (line 13) | def flash_id(*args, **kwargs) -> Any: ... function flash_read (line 14) | def flash_read(*args, **kwargs) -> Any: ... function flash_size (line 15) | def flash_size(*args, **kwargs) -> Any: ... function flash_user_start (line 16) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 17) | def flash_write(*args, **kwargs) -> Any: ... function free (line 18) | def free(*args, **kwargs) -> Any: ... function freemem (line 19) | def freemem(*args, **kwargs) -> Any: ... function info (line 20) | def info(*args, **kwargs) -> Any: ... function malloc (line 21) | def malloc(*args, **kwargs) -> Any: ... function meminfo (line 22) | def meminfo(*args, **kwargs) -> Any: ... function osdebug (line 23) | def osdebug(*args, **kwargs) -> Any: ... function set_native_code_location (line 24) | def set_native_code_location(*args, **kwargs) -> Any: ... function sleep_type (line 25) | def sleep_type(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/flashbdev.py class FlashBdev (line 12) | class FlashBdev: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 19) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 22) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 25) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/flashbdev.pyi class FlashBdev (line 6) | class FlashBdev: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 8) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 9) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 10) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/hashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/hashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/inisetup.py function wifi (line 11) | def wifi(*args, **kwargs) -> Any: function check_bootsec (line 15) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 19) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 23) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/inisetup.pyi function wifi (line 5) | def wifi(*args, **kwargs) -> Any: ... function check_bootsec (line 6) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 7) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 8) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/lwip.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/lwip.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/machine.py class ADC (line 9) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method read_u16 (line 19) | def read_u16(self, *args, **kwargs) -> Any: class I2C (line 28) | class I2C: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: method start (line 38) | def start(self, *args, **kwargs) -> Any: method stop (line 41) | def stop(self, *args, **kwargs) -> Any: method write (line 44) | def write(self, *args, **kwargs) -> Any: method init (line 47) | def init(self, *args, **kwargs) -> Any: method readfrom (line 50) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 53) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 56) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 59) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 62) | def scan(self, *args, **kwargs) -> Any: method writeto (line 65) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 68) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 71) | def writevto(self, *args, **kwargs) -> Any: class PWM (line 75) | class PWM: method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 82) | def deinit(self, *args, **kwargs) -> Any: method duty (line 85) | def duty(self, *args, **kwargs) -> Any: method freq (line 88) | def freq(self, *args, **kwargs) -> Any: method init (line 91) | def init(self, *args, **kwargs) -> Any: class Pin (line 98) | class Pin: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: method value (line 105) | def value(self, *args, **kwargs) -> Any: method init (line 115) | def init(self, *args, **kwargs) -> Any: method irq (line 118) | def irq(self, *args, **kwargs) -> Any: method off (line 121) | def off(self, *args, **kwargs) -> Any: method on (line 124) | def on(self, *args, **kwargs) -> Any: class RTC (line 128) | class RTC: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method alarm (line 137) | def alarm(self, *args, **kwargs) -> Any: method alarm_left (line 140) | def alarm_left(self, *args, **kwargs) -> Any: method datetime (line 143) | def datetime(self, *args, **kwargs) -> Any: method irq (line 146) | def irq(self, *args, **kwargs) -> Any: method memory (line 149) | def memory(self, *args, **kwargs) -> Any: class SPI (line 156) | class SPI: method __init__ (line 159) | def __init__(self, *argv, **kwargs) -> None: method read (line 163) | def read(self, *args, **kwargs) -> Any: method readinto (line 166) | def readinto(self, *args, **kwargs) -> Any: method write (line 169) | def write(self, *args, **kwargs) -> Any: method deinit (line 175) | def deinit(self, *args, **kwargs) -> Any: method init (line 178) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 181) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 185) | class Signal: method __init__ (line 188) | def __init__(self, *argv, **kwargs) -> None: method value (line 192) | def value(self, *args, **kwargs) -> Any: method off (line 195) | def off(self, *args, **kwargs) -> Any: method on (line 198) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 202) | class SoftI2C: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 209) | def readinto(self, *args, **kwargs) -> Any: method start (line 212) | def start(self, *args, **kwargs) -> Any: method stop (line 215) | def stop(self, *args, **kwargs) -> Any: method write (line 218) | def write(self, *args, **kwargs) -> Any: method init (line 221) | def init(self, *args, **kwargs) -> Any: method readfrom (line 224) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 227) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 230) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 233) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 236) | def scan(self, *args, **kwargs) -> Any: method writeto (line 239) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 242) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 245) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 249) | class SoftSPI: method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: method read (line 256) | def read(self, *args, **kwargs) -> Any: method readinto (line 259) | def readinto(self, *args, **kwargs) -> Any: method write (line 262) | def write(self, *args, **kwargs) -> Any: method deinit (line 268) | def deinit(self, *args, **kwargs) -> Any: method init (line 271) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 274) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 278) | class Timer: method __init__ (line 281) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 288) | def deinit(self, *args, **kwargs) -> Any: method init (line 291) | def init(self, *args, **kwargs) -> Any: class UART (line 295) | class UART: method __init__ (line 298) | def __init__(self, *argv, **kwargs) -> None: method any (line 302) | def any(self, *args, **kwargs) -> Any: method read (line 305) | def read(self, *args, **kwargs) -> Any: method readinto (line 308) | def readinto(self, *args, **kwargs) -> Any: method readline (line 311) | def readline(self, *args, **kwargs) -> Any: method write (line 314) | def write(self, *args, **kwargs) -> Any: method init (line 317) | def init(self, *args, **kwargs) -> Any: class WDT (line 321) | class WDT: method __init__ (line 324) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 328) | def deinit(self, *args, **kwargs) -> Any: method feed (line 331) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 338) | def bitstream(*args, **kwargs) -> Any: function deepsleep (line 342) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 346) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 350) | def enable_irq(*args, **kwargs) -> Any: function freq (line 354) | def freq(*args, **kwargs) -> Any: function idle (line 358) | def idle(*args, **kwargs) -> Any: function lightsleep (line 362) | def lightsleep(*args, **kwargs) -> Any: function reset (line 371) | def reset(*args, **kwargs) -> Any: function reset_cause (line 375) | def reset_cause(*args, **kwargs) -> Any: function sleep (line 379) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 383) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 387) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 391) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/machine.pyi class ADC (line 3) | class ADC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method read_u16 (line 6) | def read_u16(self, *args, **kwargs) -> Any: ... class I2C (line 12) | class I2C: method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 15) | def start(self, *args, **kwargs) -> Any: ... method stop (line 16) | def stop(self, *args, **kwargs) -> Any: ... method write (line 17) | def write(self, *args, **kwargs) -> Any: ... method init (line 18) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 19) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 20) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 21) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 22) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 24) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 25) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 26) | def writevto(self, *args, **kwargs) -> Any: ... class PWM (line 28) | class PWM: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 30) | def deinit(self, *args, **kwargs) -> Any: ... method duty (line 31) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 32) | def freq(self, *args, **kwargs) -> Any: ... method init (line 33) | def init(self, *args, **kwargs) -> Any: ... class Pin (line 37) | class Pin: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 39) | def value(self, *args, **kwargs) -> Any: ... method init (line 46) | def init(self, *args, **kwargs) -> Any: ... method irq (line 47) | def irq(self, *args, **kwargs) -> Any: ... method off (line 48) | def off(self, *args, **kwargs) -> Any: ... method on (line 49) | def on(self, *args, **kwargs) -> Any: ... class RTC (line 51) | class RTC: method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... method alarm (line 54) | def alarm(self, *args, **kwargs) -> Any: ... method alarm_left (line 55) | def alarm_left(self, *args, **kwargs) -> Any: ... method datetime (line 56) | def datetime(self, *args, **kwargs) -> Any: ... method irq (line 57) | def irq(self, *args, **kwargs) -> Any: ... method memory (line 58) | def memory(self, *args, **kwargs) -> Any: ... class SPI (line 62) | class SPI: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 64) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 65) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 66) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 69) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 70) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 71) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 73) | class Signal: method __init__ (line 74) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 75) | def value(self, *args, **kwargs) -> Any: ... method off (line 76) | def off(self, *args, **kwargs) -> Any: ... method on (line 77) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 79) | class SoftI2C: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 82) | def start(self, *args, **kwargs) -> Any: ... method stop (line 83) | def stop(self, *args, **kwargs) -> Any: ... method write (line 84) | def write(self, *args, **kwargs) -> Any: ... method init (line 85) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 86) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 87) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 88) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 89) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 90) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 91) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 92) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 93) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 95) | class SoftSPI: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 97) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 98) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 99) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 102) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 103) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 104) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 106) | class Timer: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 110) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 111) | def init(self, *args, **kwargs) -> Any: ... class UART (line 113) | class UART: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 115) | def any(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 118) | def readline(self, *args, **kwargs) -> Any: ... method write (line 119) | def write(self, *args, **kwargs) -> Any: ... method init (line 120) | def init(self, *args, **kwargs) -> Any: ... class WDT (line 122) | class WDT: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 124) | def deinit(self, *args, **kwargs) -> Any: ... method feed (line 125) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 129) | def bitstream(*args, **kwargs) -> Any: ... function deepsleep (line 130) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 131) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 132) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 133) | def freq(*args, **kwargs) -> Any: ... function idle (line 134) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 135) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 141) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 142) | def reset_cause(*args, **kwargs) -> Any: ... function sleep (line 143) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 144) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 145) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 146) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function asin (line 17) | def asin(*args, **kwargs) -> Any: function atan (line 21) | def atan(*args, **kwargs) -> Any: function atan2 (line 25) | def atan2(*args, **kwargs) -> Any: function ceil (line 29) | def ceil(*args, **kwargs) -> Any: function copysign (line 33) | def copysign(*args, **kwargs) -> Any: function cos (line 37) | def cos(*args, **kwargs) -> Any: function degrees (line 41) | def degrees(*args, **kwargs) -> Any: function exp (line 48) | def exp(*args, **kwargs) -> Any: function fabs (line 52) | def fabs(*args, **kwargs) -> Any: function floor (line 56) | def floor(*args, **kwargs) -> Any: function fmod (line 60) | def fmod(*args, **kwargs) -> Any: function frexp (line 64) | def frexp(*args, **kwargs) -> Any: function isfinite (line 68) | def isfinite(*args, **kwargs) -> Any: function isinf (line 72) | def isinf(*args, **kwargs) -> Any: function isnan (line 76) | def isnan(*args, **kwargs) -> Any: function ldexp (line 80) | def ldexp(*args, **kwargs) -> Any: function log (line 84) | def log(*args, **kwargs) -> Any: function modf (line 88) | def modf(*args, **kwargs) -> Any: function radians (line 95) | def radians(*args, **kwargs) -> Any: function sin (line 99) | def sin(*args, **kwargs) -> Any: function sqrt (line 103) | def sqrt(*args, **kwargs) -> Any: function tan (line 107) | def tan(*args, **kwargs) -> Any: function trunc (line 111) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function asin (line 5) | def asin(*args, **kwargs) -> Any: ... function atan (line 6) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 7) | def atan2(*args, **kwargs) -> Any: ... function ceil (line 8) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 9) | def copysign(*args, **kwargs) -> Any: ... function cos (line 10) | def cos(*args, **kwargs) -> Any: ... function degrees (line 11) | def degrees(*args, **kwargs) -> Any: ... function exp (line 15) | def exp(*args, **kwargs) -> Any: ... function fabs (line 16) | def fabs(*args, **kwargs) -> Any: ... function floor (line 17) | def floor(*args, **kwargs) -> Any: ... function fmod (line 18) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 19) | def frexp(*args, **kwargs) -> Any: ... function isfinite (line 20) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 21) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 22) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 23) | def ldexp(*args, **kwargs) -> Any: ... function log (line 24) | def log(*args, **kwargs) -> Any: ... function modf (line 25) | def modf(*args, **kwargs) -> Any: ... function radians (line 29) | def radians(*args, **kwargs) -> Any: ... function sin (line 30) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 31) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 32) | def tan(*args, **kwargs) -> Any: ... function trunc (line 33) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/neopixel.py function bitstream (line 9) | def bitstream(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/neopixel.pyi function bitstream (line 3) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/network.py function WLAN (line 26) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 30) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/network.pyi function WLAN (line 20) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 21) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/random.py function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: function seed (line 13) | def seed(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/random.pyi function getrandbits (line 3) | def getrandbits(*args, **kwargs) -> Any: ... function seed (line 4) | def seed(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/socket.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/socket.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/ssd1306.py function const (line 9) | def const(*args, **kwargs) -> Any: class SSD1306 (line 33) | class SSD1306: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: method blit (line 40) | def blit(self, *args, **kwargs) -> Any: method fill (line 43) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 46) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 49) | def hline(self, *args, **kwargs) -> Any: method invert (line 52) | def invert(self, *args, **kwargs) -> Any: method line (line 55) | def line(self, *args, **kwargs) -> Any: method pixel (line 58) | def pixel(self, *args, **kwargs) -> Any: method rect (line 61) | def rect(self, *args, **kwargs) -> Any: method scroll (line 64) | def scroll(self, *args, **kwargs) -> Any: method text (line 67) | def text(self, *args, **kwargs) -> Any: method vline (line 70) | def vline(self, *args, **kwargs) -> Any: method init_display (line 73) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 76) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 79) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 82) | def contrast(self, *args, **kwargs) -> Any: method rotate (line 85) | def rotate(self, *args, **kwargs) -> Any: method show (line 88) | def show(self, *args, **kwargs) -> Any: class SSD1306_I2C (line 92) | class SSD1306_I2C: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: method blit (line 99) | def blit(self, *args, **kwargs) -> Any: method fill (line 102) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 105) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 108) | def hline(self, *args, **kwargs) -> Any: method invert (line 111) | def invert(self, *args, **kwargs) -> Any: method line (line 114) | def line(self, *args, **kwargs) -> Any: method pixel (line 117) | def pixel(self, *args, **kwargs) -> Any: method rect (line 120) | def rect(self, *args, **kwargs) -> Any: method scroll (line 123) | def scroll(self, *args, **kwargs) -> Any: method text (line 126) | def text(self, *args, **kwargs) -> Any: method vline (line 129) | def vline(self, *args, **kwargs) -> Any: method init_display (line 132) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 135) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 138) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 141) | def contrast(self, *args, **kwargs) -> Any: method rotate (line 144) | def rotate(self, *args, **kwargs) -> Any: method show (line 147) | def show(self, *args, **kwargs) -> Any: method write_cmd (line 150) | def write_cmd(self, *args, **kwargs) -> Any: method write_data (line 153) | def write_data(self, *args, **kwargs) -> Any: class SSD1306_SPI (line 157) | class SSD1306_SPI: method __init__ (line 160) | def __init__(self, *argv, **kwargs) -> None: method blit (line 164) | def blit(self, *args, **kwargs) -> Any: method fill (line 167) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 170) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 173) | def hline(self, *args, **kwargs) -> Any: method invert (line 176) | def invert(self, *args, **kwargs) -> Any: method line (line 179) | def line(self, *args, **kwargs) -> Any: method pixel (line 182) | def pixel(self, *args, **kwargs) -> Any: method rect (line 185) | def rect(self, *args, **kwargs) -> Any: method scroll (line 188) | def scroll(self, *args, **kwargs) -> Any: method text (line 191) | def text(self, *args, **kwargs) -> Any: method vline (line 194) | def vline(self, *args, **kwargs) -> Any: method init_display (line 197) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 200) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 203) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 206) | def contrast(self, *args, **kwargs) -> Any: method rotate (line 209) | def rotate(self, *args, **kwargs) -> Any: method show (line 212) | def show(self, *args, **kwargs) -> Any: method write_cmd (line 215) | def write_cmd(self, *args, **kwargs) -> Any: method write_data (line 218) | def write_data(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/ssd1306.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class SSD1306 (line 24) | class SSD1306: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 26) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 27) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 28) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 29) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 30) | def invert(self, *args, **kwargs) -> Any: ... method line (line 31) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 32) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 33) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 34) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 35) | def text(self, *args, **kwargs) -> Any: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 37) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 38) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 39) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 40) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 42) | def show(self, *args, **kwargs) -> Any: ... class SSD1306_I2C (line 44) | class SSD1306_I2C: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 46) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 47) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 48) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 49) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 50) | def invert(self, *args, **kwargs) -> Any: ... method line (line 51) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 52) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 53) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 54) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 55) | def text(self, *args, **kwargs) -> Any: ... method vline (line 56) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 57) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 58) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 59) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 60) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 61) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 62) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 64) | def write_data(self, *args, **kwargs) -> Any: ... class SSD1306_SPI (line 66) | class SSD1306_SPI: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 68) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 69) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 70) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 71) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 72) | def invert(self, *args, **kwargs) -> Any: ... method line (line 73) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 74) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 75) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 76) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 77) | def text(self, *args, **kwargs) -> Any: ... method vline (line 78) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 79) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 80) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 81) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 82) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 83) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 84) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 85) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 86) | def write_data(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/time.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/time.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 64) | class Event: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: method clear (line 71) | def clear(self, *args, **kwargs) -> Any: method set (line 74) | def set(self, *args, **kwargs) -> Any: method is_set (line 77) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 83) | class Lock: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: method release (line 90) | def release(self, *args, **kwargs) -> Any: method locked (line 93) | def locked(self, *args, **kwargs) -> Any: function ticks (line 99) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 103) | class TimeoutError(Exception): class SingletonGenerator (line 107) | class SingletonGenerator: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 115) | class IOQueue: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: method remove (line 122) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 125) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 128) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 131) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 135) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 139) | def run_until_complete(*args, **kwargs) -> Any: function run (line 143) | def run(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 28) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 33) | def release(self, *args, **kwargs) -> Any: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 60) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 64) | class TimeoutError(Exception): class SingletonGenerator (line 68) | class SingletonGenerator: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 76) | class IOQueue: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method remove (line 83) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 86) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 89) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 92) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 96) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 100) | def run_until_complete(*args, **kwargs) -> Any: function run (line 104) | def run(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method release (line 16) | def release(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function hexlify (line 17) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 21) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function hexlify (line 5) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 6) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method decrypt (line 16) | def decrypt(self, *args, **kwargs) -> Any: method encrypt (line 19) | def encrypt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/ucryptolib.pyi class aes (line 3) | class aes: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method encrypt (line 6) | def encrypt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_17-esp8266/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_17-esp8266/uhashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/uhashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 16) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Any: method log (line 22) | def log(self, *args, **kwargs) -> Any: method set_callback (line 27) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 30) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 33) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 38) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 43) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 48) | def delay(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTException (line 13) | class MQTTException(Exception): class MQTTClient (line 17) | class MQTTClient: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method connect (line 24) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 27) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 33) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 36) | def ping(self, *args, **kwargs) -> Any: method publish (line 39) | def publish(self, *args, **kwargs) -> Any: method subscribe (line 42) | def subscribe(self, *args, **kwargs) -> Any: method wait_msg (line 45) | def wait_msg(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/urandom.py function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: function seed (line 13) | def seed(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/urandom.pyi function getrandbits (line 3) | def getrandbits(*args, **kwargs) -> Any: ... function seed (line 4) | def seed(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: function head (line 17) | def head(*args, **kwargs) -> Any: class Response (line 21) | class Response: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method close (line 28) | def close(self, *args, **kwargs) -> Any: method json (line 33) | def json(self, *args, **kwargs) -> Any: function request (line 39) | def request(*args, **kwargs) -> Any: function post (line 43) | def post(*args, **kwargs) -> Any: function patch (line 47) | def patch(*args, **kwargs) -> Any: function delete (line 51) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... function head (line 5) | def head(*args, **kwargs) -> Any: ... class Response (line 7) | class Response: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 9) | def close(self, *args, **kwargs) -> Any: ... method json (line 11) | def json(self, *args, **kwargs) -> Any: ... function request (line 14) | def request(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/urllib/urequest.py function urlopen (line 9) | def urlopen(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/urllib/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/usocket.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/usocket.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/usys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/usys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/utime.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/utime.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 16) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-esp8266/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-esp8266/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 40) | def write(self): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_17-frozen/esp32/GENERIC/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/atom.py class ATOM (line 41) | class ATOM: method __init__ (line 42) | def __init__(self, np_n): method get_button_status (line 46) | def get_button_status(self): method set_button_callback (line 49) | def set_button_callback(self, cb): method set_pixel_color (line 52) | def set_pixel_color(self, num, r, g, b): method get_pixel_color (line 57) | def get_pixel_color(self, num): method set_pixels_color (line 61) | def set_pixels_color(self, r, g, b): class Lite (line 66) | class Lite(ATOM): method __init__ (line 68) | def __init__(self): class Matrix (line 72) | class Matrix(ATOM): method __init__ (line 74) | def __init__(self): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 40) | def write(self): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_17-frozen/esp32/M5STACK_ATOM/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/dotstar.py class DotStar (line 40) | class DotStar: method __init__ (line 66) | def __init__(self, spi, n, *, brightness=1.0, auto_write=True, pixel_o... method deinit (line 92) | def deinit(self): method __enter__ (line 102) | def __enter__(self): method __exit__ (line 105) | def __exit__(self, exception_type, exception_value, traceback): method __repr__ (line 108) | def __repr__(self): method _set_item (line 111) | def _set_item(self, index, value): method __setitem__ (line 150) | def __setitem__(self, index, val): method __getitem__ (line 168) | def __getitem__(self, index): method __len__ (line 181) | def __len__(self): method brightness (line 185) | def brightness(self): method brightness (line 190) | def brightness(self, brightness): method fill (line 195) | def fill(self, color): method show (line 205) | def show(self): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/feathers2.py function set_led (line 43) | def set_led(state): function toggle_led (line 48) | def toggle_led(state): function get_amb_light (line 54) | def get_amb_light(): function set_ldo2_power (line 64) | def set_ldo2_power(state): function dotstar_color_wheel (line 82) | def dotstar_color_wheel(wheel_pos): function go_deepsleep (line 98) | def go_deepsleep(t): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 40) | def write(self): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_17-frozen/esp32/UM_FEATHERS2/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/dotstar.py class DotStar (line 40) | class DotStar: method __init__ (line 66) | def __init__(self, spi, n, *, brightness=1.0, auto_write=True, pixel_o... method deinit (line 92) | def deinit(self): method __enter__ (line 102) | def __enter__(self): method __exit__ (line 105) | def __exit__(self, exception_type, exception_value, traceback): method __repr__ (line 108) | def __repr__(self): method _set_item (line 111) | def _set_item(self, index, value): method __setitem__ (line 150) | def __setitem__(self, index, val): method __getitem__ (line 168) | def __getitem__(self, index): method __len__ (line 181) | def __len__(self): method brightness (line 185) | def brightness(self): method brightness (line 190) | def brightness(self, brightness): method fill (line 195) | def fill(self, color): method show (line 205) | def show(self): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 40) | def write(self): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/tinypico.py function get_battery_voltage (line 45) | def get_battery_voltage(): function get_battery_charging (line 60) | def get_battery_charging(): function set_dotstar_power (line 80) | def set_dotstar_power(state): function dotstar_color_wheel (line 97) | def dotstar_color_wheel(wheel_pos): function go_deepsleep (line 113) | def go_deepsleep(t): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYPICO/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 40) | def write(self): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 11) | def __len__(self) -> int: ... method __setitem__ (line 12) | def __setitem__(self, i, v) -> None: ... method __getitem__ (line 13) | def __getitem__(self, i): ... method fill (line 14) | def fill(self, v) -> None: ... method write (line 15) | def write(self) -> None: ... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/tinys2.py function set_pixel_power (line 40) | def set_pixel_power(state): function get_battery_voltage (line 45) | def get_battery_voltage(): function get_vbus_present (line 57) | def get_vbus_present(): function rgb_color_wheel (line 63) | def rgb_color_wheel(wheel_pos): function go_deepsleep (line 79) | def go_deepsleep(t): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/tinys2.pyi function set_pixel_power (line 16) | def set_pixel_power(state) -> None: ... function get_battery_voltage (line 17) | def get_battery_voltage(): ... function get_vbus_present (line 18) | def get_vbus_present(): ... function rgb_color_wheel (line 19) | def rgb_color_wheel(wheel_pos): ... function go_deepsleep (line 20) | def go_deepsleep(t) -> None: ... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/uasyncio/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/uasyncio/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/uasyncio/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/uasyncio/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/uasyncio/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/uasyncio/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 26) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_17-frozen/esp32/UM_TINYS2/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC/apa102.py class APA102 (line 8) | class APA102(NeoPixel): method __init__ (line 11) | def __init__(self, clock_pin, data_pin, n, bpp=4): method write (line 16) | def write(self): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC/flashbdev.py class FlashBdev (line 4) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks): method readblocks (line 11) | def readblocks(self, n, buf, off=0): method writeblocks (line 15) | def writeblocks(self, n, buf, off=None): method ioctl (line 23) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC/inisetup.py function wifi (line 6) | def wifi(): function check_bootsec (line 14) | def check_bootsec(): function fs_corrupted (line 27) | def fs_corrupted(): function setup (line 43) | def setup(): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 40) | def write(self): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC/port_diag.py function main (line 7) | def main(): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC_512K/apa102.py class APA102 (line 8) | class APA102(NeoPixel): method __init__ (line 11) | def __init__(self, clock_pin, data_pin, n, bpp=4): method write (line 16) | def write(self): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC_512K/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC_512K/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC_512K/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 40) | def write(self): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC_512K/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC_512K/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC_512K/port_diag.py function main (line 7) | def main(): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC_512K/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC_512K/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_17-frozen/esp8266/GENERIC_512K/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_17-frozen/mimxrt/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_17-frozen/mimxrt/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_17-frozen/mimxrt/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_17-frozen/mimxrt/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_17-frozen/mimxrt/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_17-frozen/mimxrt/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_17-frozen/mimxrt/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_17-frozen/mimxrt/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_17-frozen/mimxrt/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_17-frozen/rp2/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_17-frozen/rp2/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_17-frozen/rp2/GENERIC/rp2.py class PIOASMError (line 18) | class PIOASMError(Exception): class PIOASMEmit (line 22) | class PIOASMEmit: method __init__ (line 23) | def __init__( method start_pass (line 63) | def start_pass(self, pass_): method __getitem__ (line 78) | def __getitem__(self, key): method delay (line 81) | def delay(self, delay): method side (line 88) | def side(self, value): method wrap_target (line 95) | def wrap_target(self): method wrap (line 98) | def wrap(self): method label (line 103) | def label(self, label): method word (line 109) | def word(self, instr, label=None): method nop (line 121) | def nop(self): method jmp (line 124) | def jmp(self, cond, label=None): method wait (line 130) | def wait(self, polarity, src, index): method in_ (line 137) | def in_(self, src, data): method out (line 142) | def out(self, dest, data): method push (line 149) | def push(self, value=0, value2=0): method pull (line 155) | def pull(self, value=0, value2=0): method mov (line 161) | def mov(self, dest, src): method irq (line 166) | def irq(self, mod, index=None): method set (line 172) | def set(self, dest, data): function asm_pio (line 231) | def asm_pio(**kw): function asm_pio_encode (line 272) | def asm_pio_encode(instr, sideset_count): FILE: stubs/micropython-v1_17-frozen/rp2/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_17-frozen/rp2/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_17-frozen/rp2/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_17-frozen/rp2/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_17-frozen/rp2/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_17-frozen/rp2/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_17-frozen/rp2/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_17-frozen/stm32/GENERIC/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_17-frozen/stm32/GENERIC/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 326) | def write(self, s): method set_pen (line 332) | def set_pen(self, line, fill): method erase (line 335) | def erase(self): method dot (line 338) | def dot(self, x, y): method rect (line 342) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 371) | def rect_outline(self, x, y, w, h): method rect_interior (line 374) | def rect_interior(self, x, y, w, h): method line (line 377) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 386) | def dot_no_clip(self, x, y): method rect_no_clip (line 389) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 392) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 395) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 398) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 401) | def poly_dot(self, data): method poly_line (line 407) | def poly_line(self, data): method touch_config (line 415) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 418) | def is_touched(self): method get_touch (line 424) | def get_touch(self): method set_spi_win (line 432) | def set_spi_win(self, x, y, w, h): method fast_spi (line 436) | def fast_spi(self, flush=True): method show_framebuf (line 442) | def show_framebuf(self, buf): method set_scroll (line 445) | def set_scroll(self, on): method set_scroll_win (line 448) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 452) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 455) | def set_scroll_buf(self, s): method jpeg_start (line 462) | def jpeg_start(self, l): method jpeg_data (line 468) | def jpeg_data(self, buf): method jpeg (line 471) | def jpeg(self, buf): method feed_wdt (line 475) | def feed_wdt(self): method reset (line 478) | def reset(self): FILE: stubs/micropython-v1_17-frozen/stm32/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_17-frozen/stm32/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_17-frozen/stm32/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_17-frozen/stm32/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_17-frozen/stm32/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_17-frozen/stm32/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_17-frozen/stm32/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_17-frozen/stm32/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_17-frozen/stm32/PYBD_SF2/dht.py class DHTBase (line 10) | class DHTBase: method __init__ (line 11) | def __init__(self, pin): method measure (line 15) | def measure(self): class DHT11 (line 22) | class DHT11(DHTBase): method humidity (line 23) | def humidity(self): method temperature (line 26) | def temperature(self): class DHT22 (line 30) | class DHT22(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): FILE: stubs/micropython-v1_17-frozen/stm32/PYBD_SF2/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 326) | def write(self, s): method set_pen (line 332) | def set_pen(self, line, fill): method erase (line 335) | def erase(self): method dot (line 338) | def dot(self, x, y): method rect (line 342) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 371) | def rect_outline(self, x, y, w, h): method rect_interior (line 374) | def rect_interior(self, x, y, w, h): method line (line 377) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 386) | def dot_no_clip(self, x, y): method rect_no_clip (line 389) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 392) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 395) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 398) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 401) | def poly_dot(self, data): method poly_line (line 407) | def poly_line(self, data): method touch_config (line 415) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 418) | def is_touched(self): method get_touch (line 424) | def get_touch(self): method set_spi_win (line 432) | def set_spi_win(self, x, y, w, h): method fast_spi (line 436) | def fast_spi(self, flush=True): method show_framebuf (line 442) | def show_framebuf(self, buf): method set_scroll (line 445) | def set_scroll(self, on): method set_scroll_win (line 448) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 452) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 455) | def set_scroll_buf(self, s): method jpeg_start (line 462) | def jpeg_start(self, l): method jpeg_data (line 468) | def jpeg_data(self, buf): method jpeg (line 471) | def jpeg(self, buf): method feed_wdt (line 475) | def feed_wdt(self): method reset (line 478) | def reset(self): FILE: stubs/micropython-v1_17-frozen/stm32/PYBD_SF2/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_17-frozen/stm32/PYBD_SF2/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_17-frozen/stm32/PYBD_SF2/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_17-frozen/stm32/PYBD_SF2/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_17-frozen/stm32/PYBD_SF2/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_17-frozen/stm32/PYBD_SF2/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_17-frozen/stm32/PYBD_SF2/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_17-frozen/stm32/PYBD_SF2/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_17-frozen/stm32/PYBD_SF2/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_17-frozen/stm32/PYBD_SF2/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_17-frozen/stm32/PYBD_SF2/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_17-frozen/unix/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_17-frozen/unix/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_17-frozen/unix/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_17-frozen/unix/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_17-frozen/unix/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_17-frozen/unix/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_17-frozen/unix/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_17-frozen/unix/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 218) | def install(to_install, install_path=None): function get_install_path (line 256) | def get_install_path(): function cleanup (line 265) | def cleanup(): function help (line 273) | def help(): function main (line 294) | def main(): FILE: stubs/micropython-v1_17-frozen/unix/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_17-rp2-merged/_onewire.py function crc8 (line 9) | def crc8(*args) -> Any: function readbit (line 13) | def readbit(*args) -> Any: function readbyte (line 17) | def readbyte(*args) -> Any: function reset (line 21) | def reset(*args) -> Any: function writebit (line 25) | def writebit(*args) -> Any: function writebyte (line 29) | def writebyte(*args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/_onewire.pyi function crc8 (line 3) | def crc8(*args) -> Any: ... function readbit (line 4) | def readbit(*args) -> Any: ... function readbyte (line 5) | def readbyte(*args) -> Any: ... function reset (line 6) | def reset(*args) -> Any: ... function writebit (line 7) | def writebit(*args) -> Any: ... function writebyte (line 8) | def writebyte(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/_rp2.py class Flash (line 9) | class Flash: method ioctl (line 12) | def ioctl(self, *args) -> Any: method readblocks (line 15) | def readblocks(self, *args) -> Any: method writeblocks (line 18) | def writeblocks(self, *args) -> Any: class PIO (line 22) | class PIO: method add_program (line 39) | def add_program(self, *args) -> Any: method irq (line 42) | def irq(self, *args) -> Any: method remove_program (line 45) | def remove_program(self, *args) -> Any: method state_machine (line 48) | def state_machine(self, *args) -> Any: class StateMachine (line 52) | class StateMachine: method exec (line 55) | def exec(self, *args) -> Any: method get (line 58) | def get(self, *args) -> Any: method active (line 61) | def active(self, *args) -> Any: method init (line 64) | def init(self, *args) -> Any: method irq (line 67) | def irq(self, *args) -> Any: method put (line 70) | def put(self, *args) -> Any: method restart (line 73) | def restart(self, *args) -> Any: method rx_fifo (line 76) | def rx_fifo(self, *args) -> Any: method tx_fifo (line 79) | def tx_fifo(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/_rp2.pyi class Flash (line 3) | class Flash: method ioctl (line 4) | def ioctl(self, *args) -> Any: ... method readblocks (line 5) | def readblocks(self, *args) -> Any: ... method writeblocks (line 6) | def writeblocks(self, *args) -> Any: ... class PIO (line 8) | class PIO: method add_program (line 22) | def add_program(self, *args) -> Any: ... method irq (line 23) | def irq(self, *args) -> Any: ... method remove_program (line 24) | def remove_program(self, *args) -> Any: ... method state_machine (line 25) | def state_machine(self, *args) -> Any: ... class StateMachine (line 27) | class StateMachine: method exec (line 28) | def exec(self, *args) -> Any: ... method get (line 29) | def get(self, *args) -> Any: ... method active (line 30) | def active(self, *args) -> Any: ... method init (line 31) | def init(self, *args) -> Any: ... method irq (line 32) | def irq(self, *args) -> Any: ... method put (line 33) | def put(self, *args) -> Any: ... method restart (line 34) | def restart(self, *args) -> Any: ... method rx_fifo (line 35) | def rx_fifo(self, *args) -> Any: ... method tx_fifo (line 36) | def tx_fifo(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/_thread.py class LockType (line 16) | class LockType: method acquire (line 19) | def acquire(self, *args) -> Any: method locked (line 22) | def locked(self, *args) -> Any: method release (line 25) | def release(self, *args) -> Any: function allocate_lock (line 29) | def allocate_lock(*args) -> Any: function exit (line 33) | def exit(*args) -> Any: function get_ident (line 37) | def get_ident(*args) -> Any: function stack_size (line 41) | def stack_size(*args) -> Any: function start_new_thread (line 45) | def start_new_thread(*args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/_thread.pyi class LockType (line 13) | class LockType: method acquire (line 14) | def acquire(self, *args) -> Any: ... method locked (line 15) | def locked(self, *args) -> Any: ... method release (line 16) | def release(self, *args) -> Any: ... function allocate_lock (line 18) | def allocate_lock(*args) -> Any: ... function exit (line 19) | def exit(*args) -> Any: ... function get_ident (line 20) | def get_ident(*args) -> Any: ... function stack_size (line 21) | def stack_size(*args) -> Any: ... function start_new_thread (line 22) | def start_new_thread(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/array.py class array (line 15) | class array: method append (line 22) | def append(self, val) -> Any: method extend (line 28) | def extend(self, iterable) -> Any: method decode (line 35) | def decode(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/array.pyi class array (line 12) | class array: method append (line 19) | def append(self, val) -> Any: method extend (line 24) | def extend(self, iterable) -> Any: method decode (line 30) | def decode(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/binascii.py function a2b_base64 (line 14) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data) -> bytes: function crc32 (line 32) | def crc32(*args) -> Any: function hexlify (line 36) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 47) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_17-rp2-merged/binascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_17-rp2-merged/cmath.py function cos (line 17) | def cos(z) -> float: function exp (line 27) | def exp(z) -> float: function log (line 34) | def log(z) -> float: function log10 (line 41) | def log10(z) -> float: function phase (line 48) | def phase(z) -> float: function polar (line 58) | def polar(z) -> Tuple: function rect (line 65) | def rect(r, phi) -> float: function sin (line 72) | def sin(z) -> float: function sqrt (line 79) | def sqrt(z) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/cmath.pyi function cos (line 14) | def cos(z) -> float: function exp (line 22) | def exp(z) -> float: function log (line 28) | def log(z) -> float: function log10 (line 34) | def log10(z) -> float: function phase (line 40) | def phase(z) -> float: function polar (line 48) | def polar(z) -> Tuple: function rect (line 54) | def rect(r, phi) -> float: function sin (line 60) | def sin(z) -> float: function sqrt (line 66) | def sqrt(z) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/collections.py class OrderedDict (line 15) | class OrderedDict(dict): method clear (line 40) | def clear(self, *args) -> Any: method copy (line 43) | def copy(self, *args) -> Any: method get (line 46) | def get(self, *args) -> Any: method items (line 49) | def items(self, *args) -> Any: method keys (line 52) | def keys(self, *args) -> Any: method pop (line 55) | def pop(self, *args) -> Any: method popitem (line 58) | def popitem(self, *args) -> Any: method setdefault (line 61) | def setdefault(self, *args) -> Any: method update (line 64) | def update(self, *args) -> Any: method values (line 67) | def values(self, *args) -> Any: method fromkeys (line 71) | def fromkeys(cls, *args) -> Any: class deque (line 75) | class deque(Queue): method append (line 93) | def append(self, x) -> Any: method popleft (line 100) | def popleft(self) -> Any: function namedtuple (line 108) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/collections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method clear (line 37) | def clear(self, *args) -> Any: ... method copy (line 38) | def copy(self, *args) -> Any: ... method get (line 39) | def get(self, *args) -> Any: ... method items (line 40) | def items(self, *args) -> Any: ... method keys (line 41) | def keys(self, *args) -> Any: ... method pop (line 42) | def pop(self, *args) -> Any: ... method popitem (line 43) | def popitem(self, *args) -> Any: ... method setdefault (line 44) | def setdefault(self, *args) -> Any: ... method update (line 45) | def update(self, *args) -> Any: ... method values (line 46) | def values(self, *args) -> Any: ... method fromkeys (line 48) | def fromkeys(cls, *args) -> Any: ... class deque (line 50) | class deque(Queue): method append (line 68) | def append(self, x) -> Any: method popleft (line 74) | def popleft(self) -> Any: function namedtuple (line 81) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/ds18x20.py function const (line 9) | def const(*args) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *args) -> None: method scan (line 19) | def scan(self, *args) -> Any: method convert_temp (line 22) | def convert_temp(self, *args) -> Any: method read_scratch (line 25) | def read_scratch(self, *args) -> Any: method write_scratch (line 28) | def write_scratch(self, *args) -> Any: method read_temp (line 31) | def read_temp(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/ds18x20.pyi function const (line 3) | def const(*args) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *args) -> None: ... method scan (line 7) | def scan(self, *args) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args) -> Any: ... method read_temp (line 11) | def read_temp(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/framebuf.py class FrameBuffer (line 12) | class FrameBuffer: method blit (line 38) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 58) | def fill(self, c) -> None: method fill_rect (line 64) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 72) | def hline(self, x, y, w, c) -> Any: method line (line 75) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 85) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 92) | def rect(self, x, y, w, h, c) -> Any: method scroll (line 95) | def scroll(self, xstep, ystep) -> Any: method text (line 102) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 112) | def vline(self, x, y, h, c) -> Any: function FrameBuffer1 (line 116) | def FrameBuffer1(*args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/framebuf.pyi class FrameBuffer (line 9) | class FrameBuffer: method blit (line 35) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 54) | def fill(self, c) -> None: method fill_rect (line 59) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 66) | def hline(self, x, y, w, c) -> Any: ... method line (line 67) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 76) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 82) | def rect(self, x, y, w, h, c) -> Any: ... method scroll (line 83) | def scroll(self, xstep, ystep) -> Any: method text (line 89) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 98) | def vline(self, x, y, h, c) -> Any: ... function FrameBuffer1 (line 100) | def FrameBuffer1(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/gc.py function collect (line 11) | def collect() -> None: function disable (line 18) | def disable() -> None: function enable (line 26) | def enable() -> None: function isenabled (line 33) | def isenabled(*args) -> Any: function mem_alloc (line 37) | def mem_alloc() -> int: function mem_free (line 44) | def mem_free() -> int: function threshold (line 52) | def threshold(amount: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/gc.pyi function collect (line 8) | def collect() -> None: function disable (line 14) | def disable() -> None: function enable (line 21) | def enable() -> None: function isenabled (line 27) | def isenabled(*args) -> Any: ... function mem_alloc (line 28) | def mem_alloc() -> int: function mem_free (line 34) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/hashlib.py class sha256 (line 29) | class sha256: method update (line 34) | def update(self, *args) -> Any: method digest (line 37) | def digest(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/hashlib.pyi class sha256 (line 26) | class sha256: method update (line 31) | def update(self, *args) -> Any: ... method digest (line 32) | def digest(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/io.py function open (line 14) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 23) | class BytesIO(IO): method close (line 36) | def close(self, *args) -> Any: method read (line 39) | def read(self, *args) -> Any: method readinto (line 42) | def readinto(self, *args) -> Any: method readline (line 45) | def readline(self, *args) -> Any: method write (line 48) | def write(self, *args) -> Any: method flush (line 51) | def flush(self, *args) -> Any: method getvalue (line 54) | def getvalue(self) -> Any: method seek (line 60) | def seek(self, *args) -> Any: method tell (line 63) | def tell(self, *args) -> Any: class FileIO (line 67) | class FileIO(IO): method close (line 73) | def close(self, *args) -> Any: method read (line 76) | def read(self, *args) -> Any: method readinto (line 79) | def readinto(self, *args) -> Any: method readline (line 82) | def readline(self, *args) -> Any: method write (line 85) | def write(self, *args) -> Any: method flush (line 88) | def flush(self, *args) -> Any: method readlines (line 91) | def readlines(self, *args) -> Any: method seek (line 94) | def seek(self, *args) -> Any: method tell (line 97) | def tell(self, *args) -> Any: class IOBase (line 101) | class IOBase: class StringIO (line 105) | class StringIO(IO): method close (line 108) | def close(self, *args) -> Any: method read (line 111) | def read(self, *args) -> Any: method readinto (line 114) | def readinto(self, *args) -> Any: method readline (line 117) | def readline(self, *args) -> Any: method write (line 120) | def write(self, *args) -> Any: method flush (line 123) | def flush(self, *args) -> Any: method getvalue (line 126) | def getvalue(self, *args) -> Any: method seek (line 129) | def seek(self, *args) -> Any: method tell (line 132) | def tell(self, *args) -> Any: class TextIOWrapper (line 136) | class TextIOWrapper(IO): method close (line 142) | def close(self, *args) -> Any: method read (line 145) | def read(self, *args) -> Any: method readinto (line 148) | def readinto(self, *args) -> Any: method readline (line 151) | def readline(self, *args) -> Any: method write (line 154) | def write(self, *args) -> Any: method flush (line 157) | def flush(self, *args) -> Any: method readlines (line 160) | def readlines(self, *args) -> Any: method seek (line 163) | def seek(self, *args) -> Any: method tell (line 166) | def tell(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/io.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method close (line 32) | def close(self, *args) -> Any: ... method read (line 33) | def read(self, *args) -> Any: ... method readinto (line 34) | def readinto(self, *args) -> Any: ... method readline (line 35) | def readline(self, *args) -> Any: ... method write (line 36) | def write(self, *args) -> Any: ... method flush (line 37) | def flush(self, *args) -> Any: ... method getvalue (line 38) | def getvalue(self) -> Any: method seek (line 43) | def seek(self, *args) -> Any: ... method tell (line 44) | def tell(self, *args) -> Any: ... class FileIO (line 46) | class FileIO(IO): method close (line 52) | def close(self, *args) -> Any: ... method read (line 53) | def read(self, *args) -> Any: ... method readinto (line 54) | def readinto(self, *args) -> Any: ... method readline (line 55) | def readline(self, *args) -> Any: ... method write (line 56) | def write(self, *args) -> Any: ... method flush (line 57) | def flush(self, *args) -> Any: ... method readlines (line 58) | def readlines(self, *args) -> Any: ... method seek (line 59) | def seek(self, *args) -> Any: ... method tell (line 60) | def tell(self, *args) -> Any: ... class IOBase (line 62) | class IOBase: ... class StringIO (line 64) | class StringIO(IO): method close (line 65) | def close(self, *args) -> Any: ... method read (line 66) | def read(self, *args) -> Any: ... method readinto (line 67) | def readinto(self, *args) -> Any: ... method readline (line 68) | def readline(self, *args) -> Any: ... method write (line 69) | def write(self, *args) -> Any: ... method flush (line 70) | def flush(self, *args) -> Any: ... method getvalue (line 71) | def getvalue(self, *args) -> Any: ... method seek (line 72) | def seek(self, *args) -> Any: ... method tell (line 73) | def tell(self, *args) -> Any: ... class TextIOWrapper (line 75) | class TextIOWrapper(IO): method close (line 81) | def close(self, *args) -> Any: ... method read (line 82) | def read(self, *args) -> Any: ... method readinto (line 83) | def readinto(self, *args) -> Any: ... method readline (line 84) | def readline(self, *args) -> Any: ... method write (line 85) | def write(self, *args) -> Any: ... method flush (line 86) | def flush(self, *args) -> Any: ... method readlines (line 87) | def readlines(self, *args) -> Any: ... method seek (line 88) | def seek(self, *args) -> Any: ... method tell (line 89) | def tell(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/json.py function dump (line 14) | def dump(obj, stream, separators=None) -> Any: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Any: function loads (line 46) | def loads(str) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/json.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/logging.py function debug (line 9) | def debug(*args) -> Any: function getLogger (line 13) | def getLogger(*args) -> Any: function info (line 17) | def info(*args) -> Any: function basicConfig (line 21) | def basicConfig(*args) -> Any: class Logger (line 33) | class Logger: method __init__ (line 36) | def __init__(self, *args) -> None: method debug (line 39) | def debug(self, *args) -> Any: method log (line 42) | def log(self, *args) -> Any: method exception (line 45) | def exception(self, *args) -> Any: method info (line 48) | def info(self, *args) -> Any: method error (line 51) | def error(self, *args) -> Any: method warning (line 54) | def warning(self, *args) -> Any: method setLevel (line 59) | def setLevel(self, *args) -> Any: method isEnabledFor (line 62) | def isEnabledFor(self, *args) -> Any: method critical (line 65) | def critical(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/logging.pyi function debug (line 3) | def debug(*args) -> Any: ... function getLogger (line 4) | def getLogger(*args) -> Any: ... function info (line 5) | def info(*args) -> Any: ... function basicConfig (line 6) | def basicConfig(*args) -> Any: ... class Logger (line 15) | class Logger: method __init__ (line 16) | def __init__(self, *args) -> None: ... method debug (line 17) | def debug(self, *args) -> Any: ... method log (line 18) | def log(self, *args) -> Any: ... method exception (line 19) | def exception(self, *args) -> Any: ... method info (line 20) | def info(self, *args) -> Any: ... method error (line 21) | def error(self, *args) -> Any: ... method warning (line 22) | def warning(self, *args) -> Any: ... method setLevel (line 24) | def setLevel(self, *args) -> Any: ... method isEnabledFor (line 25) | def isEnabledFor(self, *args) -> Any: ... method critical (line 26) | def critical(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/machine.py class ADC (line 16) | class ADC: method read_u16 (line 26) | def read_u16(self) -> int: class I2C (line 35) | class I2C: method readinto (line 51) | def readinto(self, buf, nack=True, /) -> Any: method start (line 61) | def start(self) -> None: method stop (line 67) | def stop(self) -> None: method write (line 73) | def write(self, buf) -> int: method init (line 81) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 91) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 99) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 109) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 118) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 130) | def scan(self) -> List: method writeto (line 138) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 148) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 159) | def writevto(self, addr, vector, stop=True, /) -> int: class PWM (line 176) | class PWM: method deinit (line 193) | def deinit(self) -> None: method duty_ns (line 199) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty_u16 (line 209) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 221) | def freq(self, value: Optional[Any] = None) -> Any: class Pin (line 236) | class Pin: method value (line 298) | def value(self, x: Optional[Any] = None) -> int: method high (line 341) | def high(self) -> None: method init (line 349) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 359) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 404) | def low(self) -> None: method off (line 412) | def off(self) -> None: method on (line 418) | def on(self) -> None: method toggle (line 424) | def toggle(self, *args) -> Any: method __call__ (line 427) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 436) | class RTC: method datetime (line 441) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: class SPI (line 458) | class SPI: method read (line 470) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 478) | def readinto(self, buf, write=0x00) -> int: method write (line 488) | def write(self, buf) -> int: method deinit (line 500) | def deinit(self) -> None: method init (line 506) | def init( method write_readinto (line 532) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 544) | class Signal(Pin): method value (line 565) | def value(self, x: Optional[Any] = None) -> int: method off (line 585) | def off(self) -> None: method on (line 591) | def on(self) -> None: class SoftI2C (line 598) | class SoftI2C(I2C): method readinto (line 611) | def readinto(self, *args) -> Any: method start (line 614) | def start(self, *args) -> Any: method stop (line 617) | def stop(self, *args) -> Any: method write (line 620) | def write(self, *args) -> Any: method init (line 623) | def init(self, *args) -> Any: method readfrom (line 626) | def readfrom(self, *args) -> Any: method readfrom_into (line 629) | def readfrom_into(self, *args) -> Any: method readfrom_mem (line 632) | def readfrom_mem(self, *args) -> Any: method readfrom_mem_into (line 635) | def readfrom_mem_into(self, *args) -> Any: method scan (line 638) | def scan(self, *args) -> Any: method writeto (line 641) | def writeto(self, *args) -> Any: method writeto_mem (line 644) | def writeto_mem(self, *args) -> Any: method writevto (line 647) | def writevto(self, *args) -> Any: class SoftSPI (line 651) | class SoftSPI: method read (line 658) | def read(self, *args) -> Any: method readinto (line 661) | def readinto(self, *args) -> Any: method write (line 664) | def write(self, *args) -> Any: method deinit (line 670) | def deinit(self, *args) -> Any: method init (line 673) | def init(self, *args) -> Any: method write_readinto (line 676) | def write_readinto(self, *args) -> Any: class Timer (line 680) | class Timer: method deinit (line 691) | def deinit(self) -> None: method init (line 697) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 716) | class UART: method any (line 721) | def any(self) -> int: method read (line 736) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 747) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 758) | def readline(self) -> None: method write (line 767) | def write(self, buf) -> int: method sendbreak (line 780) | def sendbreak(self) -> None: class WDT (line 788) | class WDT: method feed (line 797) | def feed(self, *args) -> Any: function bootloader (line 804) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 815) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 841) | def disable_irq() -> Any: function enable_irq (line 851) | def enable_irq(state) -> Any: function freq (line 860) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 869) | def idle() -> Any: function lightsleep (line 879) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 910) | def reset() -> NoReturn: function reset_cause (line 918) | def reset_cause() -> int: function soft_reset (line 925) | def soft_reset() -> NoReturn: function time_pulse_us (line 934) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 953) | def unique_id() -> bytes: FILE: stubs/micropython-v1_17-rp2-merged/machine.pyi class ADC (line 13) | class ADC: method read_u16 (line 22) | def read_u16(self) -> int: class I2C (line 30) | class I2C: method readinto (line 46) | def readinto(self, buf, nack=True, /) -> Any: method start (line 55) | def start(self) -> None: method stop (line 60) | def stop(self) -> None: method write (line 65) | def write(self, buf) -> int: method init (line 72) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 81) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 88) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 97) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 105) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 116) | def scan(self) -> List: method writeto (line 123) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 132) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 142) | def writevto(self, addr, vector, stop=True, /) -> int: class PWM (line 158) | class PWM: method deinit (line 175) | def deinit(self) -> None: method duty_ns (line 180) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty_u16 (line 189) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 200) | def freq(self, value: Optional[Any] = None) -> Any: class Pin (line 213) | class Pin: method value (line 275) | def value(self, x: Optional[Any] = None) -> int: method high (line 316) | def high(self) -> None: method init (line 323) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 332) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 376) | def low(self) -> None: method off (line 383) | def off(self) -> None: method on (line 388) | def on(self) -> None: method toggle (line 393) | def toggle(self, *args) -> Any: ... method __call__ (line 394) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 402) | class RTC: method datetime (line 407) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: class SPI (line 423) | class SPI: method read (line 435) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 442) | def readinto(self, buf, write=0x00) -> int: method write (line 451) | def write(self, buf) -> int: method deinit (line 461) | def deinit(self) -> None: method init (line 466) | def init( method write_readinto (line 491) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 502) | class Signal(Pin): method value (line 523) | def value(self, x: Optional[Any] = None) -> int: method off (line 542) | def off(self) -> None: method on (line 547) | def on(self) -> None: class SoftI2C (line 553) | class SoftI2C(I2C): method readinto (line 566) | def readinto(self, *args) -> Any: ... method start (line 567) | def start(self, *args) -> Any: ... method stop (line 568) | def stop(self, *args) -> Any: ... method write (line 569) | def write(self, *args) -> Any: ... method init (line 570) | def init(self, *args) -> Any: ... method readfrom (line 571) | def readfrom(self, *args) -> Any: ... method readfrom_into (line 572) | def readfrom_into(self, *args) -> Any: ... method readfrom_mem (line 573) | def readfrom_mem(self, *args) -> Any: ... method readfrom_mem_into (line 574) | def readfrom_mem_into(self, *args) -> Any: ... method scan (line 575) | def scan(self, *args) -> Any: ... method writeto (line 576) | def writeto(self, *args) -> Any: ... method writeto_mem (line 577) | def writeto_mem(self, *args) -> Any: ... method writevto (line 578) | def writevto(self, *args) -> Any: ... class SoftSPI (line 580) | class SoftSPI: method read (line 587) | def read(self, *args) -> Any: ... method readinto (line 588) | def readinto(self, *args) -> Any: ... method write (line 589) | def write(self, *args) -> Any: ... method deinit (line 592) | def deinit(self, *args) -> Any: ... method init (line 593) | def init(self, *args) -> Any: ... method write_readinto (line 594) | def write_readinto(self, *args) -> Any: ... class Timer (line 596) | class Timer: method deinit (line 606) | def deinit(self) -> None: method init (line 611) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 629) | class UART: method any (line 634) | def any(self) -> int: method read (line 648) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 658) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 668) | def readline(self) -> None: method write (line 676) | def write(self, buf) -> int: method sendbreak (line 687) | def sendbreak(self) -> None: class WDT (line 694) | class WDT: method feed (line 703) | def feed(self, *args) -> Any: ... function bootloader (line 707) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 717) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 742) | def disable_irq() -> Any: function enable_irq (line 751) | def enable_irq(state) -> Any: function freq (line 759) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 767) | def idle() -> Any: function lightsleep (line 776) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 805) | def reset() -> NoReturn: function reset_cause (line 812) | def reset_cause() -> int: function soft_reset (line 818) | def soft_reset() -> NoReturn: function time_pulse_us (line 826) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 844) | def unique_id() -> bytes: FILE: stubs/micropython-v1_17-rp2-merged/math.py function pow (line 19) | def pow(x, y) -> Any: function acos (line 26) | def acos(x) -> float: function acosh (line 33) | def acosh(x) -> float: function asin (line 40) | def asin(x) -> float: function asinh (line 47) | def asinh(x) -> float: function atan (line 54) | def atan(x) -> float: function atan2 (line 61) | def atan2(y, x) -> float: function atanh (line 68) | def atanh(x) -> float: function ceil (line 75) | def ceil(x) -> int: function copysign (line 82) | def copysign(x, y) -> Any: function cos (line 89) | def cos(x) -> float: function cosh (line 96) | def cosh(x) -> float: function degrees (line 103) | def degrees(x) -> Any: function erf (line 113) | def erf(x) -> Any: function erfc (line 120) | def erfc(x) -> Any: function exp (line 127) | def exp(x) -> float: function expm1 (line 134) | def expm1(x) -> Any: function fabs (line 141) | def fabs(x) -> Any: function factorial (line 148) | def factorial(*args) -> Any: function floor (line 152) | def floor(x) -> int: function fmod (line 159) | def fmod(x, y) -> Any: function frexp (line 166) | def frexp(x) -> Any: function gamma (line 176) | def gamma(x) -> Any: function isclose (line 183) | def isclose(*args) -> Any: function isfinite (line 187) | def isfinite(x) -> bool: function isinf (line 194) | def isinf(x) -> bool: function isnan (line 201) | def isnan(x) -> bool: function ldexp (line 208) | def ldexp(x, exp) -> Any: function lgamma (line 215) | def lgamma(x) -> float: function log (line 222) | def log(x) -> float: function log10 (line 229) | def log10(x) -> float: function log2 (line 236) | def log2(x) -> float: function modf (line 243) | def modf(x) -> Tuple: function radians (line 254) | def radians(x) -> Any: function sin (line 261) | def sin(x) -> float: function sinh (line 268) | def sinh(x) -> float: function sqrt (line 275) | def sqrt(x) -> Any: function tan (line 282) | def tan(x) -> float: function tanh (line 289) | def tanh(x) -> float: function trunc (line 296) | def trunc(x) -> int: FILE: stubs/micropython-v1_17-rp2-merged/math.pyi function pow (line 16) | def pow(x, y) -> Any: function acos (line 22) | def acos(x) -> float: function acosh (line 28) | def acosh(x) -> float: function asin (line 34) | def asin(x) -> float: function asinh (line 40) | def asinh(x) -> float: function atan (line 46) | def atan(x) -> float: function atan2 (line 52) | def atan2(y, x) -> float: function atanh (line 58) | def atanh(x) -> float: function ceil (line 64) | def ceil(x) -> int: function copysign (line 70) | def copysign(x, y) -> Any: function cos (line 76) | def cos(x) -> float: function cosh (line 82) | def cosh(x) -> float: function degrees (line 88) | def degrees(x) -> Any: function erf (line 96) | def erf(x) -> Any: function erfc (line 102) | def erfc(x) -> Any: function exp (line 108) | def exp(x) -> float: function expm1 (line 114) | def expm1(x) -> Any: function fabs (line 120) | def fabs(x) -> Any: function factorial (line 126) | def factorial(*args) -> Any: ... function floor (line 127) | def floor(x) -> int: function fmod (line 133) | def fmod(x, y) -> Any: function frexp (line 139) | def frexp(x) -> Any: function gamma (line 148) | def gamma(x) -> Any: function isclose (line 154) | def isclose(*args) -> Any: ... function isfinite (line 155) | def isfinite(x) -> bool: function isinf (line 161) | def isinf(x) -> bool: function isnan (line 167) | def isnan(x) -> bool: function ldexp (line 173) | def ldexp(x, exp) -> Any: function lgamma (line 179) | def lgamma(x) -> float: function log (line 185) | def log(x) -> float: function log10 (line 191) | def log10(x) -> float: function log2 (line 197) | def log2(x) -> float: function modf (line 203) | def modf(x) -> Tuple: function radians (line 212) | def radians(x) -> Any: function sin (line 218) | def sin(x) -> float: function sinh (line 224) | def sinh(x) -> float: function sqrt (line 230) | def sqrt(x) -> Any: function tan (line 236) | def tan(x) -> float: function tanh (line 242) | def tanh(x) -> float: function trunc (line 248) | def trunc(x) -> int: FILE: stubs/micropython-v1_17-rp2-merged/micropython.py function const (line 9) | def const(expr) -> Union[int, bytes, str, Tuple]: function alloc_emergency_exception_buf (line 32) | def alloc_emergency_exception_buf(size) -> Any: function heap_lock (line 46) | def heap_lock() -> Any: function heap_unlock (line 50) | def heap_unlock() -> Any: function kbd_intr (line 54) | def kbd_intr(chr) -> None: function mem_info (line 68) | def mem_info(verbose: Optional[Any] = None) -> None: function opt_level (line 80) | def opt_level(level: Optional[Any] = None) -> Any: function qstr_info (line 101) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 113) | def schedule(func, arg) -> Any: function stack_use (line 151) | def stack_use() -> int: FILE: stubs/micropython-v1_17-rp2-merged/micropython.pyi function const (line 6) | def const(expr) -> Union[int, bytes, str, Tuple]: function alloc_emergency_exception_buf (line 28) | def alloc_emergency_exception_buf(size) -> Any: function heap_lock (line 41) | def heap_lock() -> Any: ... function heap_unlock (line 42) | def heap_unlock() -> Any: ... function kbd_intr (line 43) | def kbd_intr(chr) -> None: function mem_info (line 56) | def mem_info(verbose: Optional[Any] = None) -> None: function opt_level (line 67) | def opt_level(level: Optional[Any] = None) -> Any: function qstr_info (line 87) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 98) | def schedule(func, arg) -> Any: function stack_use (line 135) | def stack_use() -> int: FILE: stubs/micropython-v1_17-rp2-merged/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *args) -> None: method readinto (line 19) | def readinto(self, *args) -> Any: method write (line 22) | def write(self, *args) -> Any: method crc8 (line 25) | def crc8(self, *args) -> Any: method readbit (line 28) | def readbit(self, *args) -> Any: method readbyte (line 31) | def readbyte(self, *args) -> Any: method reset (line 34) | def reset(self, *args) -> Any: method scan (line 37) | def scan(self, *args) -> Any: method writebit (line 40) | def writebit(self, *args) -> Any: method writebyte (line 43) | def writebyte(self, *args) -> Any: method select_rom (line 50) | def select_rom(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *args) -> None: ... method readinto (line 7) | def readinto(self, *args) -> Any: ... method write (line 8) | def write(self, *args) -> Any: ... method crc8 (line 9) | def crc8(self, *args) -> Any: ... method readbit (line 10) | def readbit(self, *args) -> Any: ... method readbyte (line 11) | def readbyte(self, *args) -> Any: ... method reset (line 12) | def reset(self, *args) -> Any: ... method scan (line 13) | def scan(self, *args) -> Any: ... method writebit (line 14) | def writebit(self, *args) -> Any: ... method writebyte (line 15) | def writebyte(self, *args) -> Any: ... method select_rom (line 19) | def select_rom(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/os.py function remove (line 16) | def remove(path) -> None: class VfsFat (line 23) | class VfsFat: method open (line 30) | def open(self, *args) -> Any: method remove (line 33) | def remove(self, *args) -> Any: method chdir (line 36) | def chdir(self, *args) -> Any: method getcwd (line 39) | def getcwd(self, *args) -> Any: method ilistdir (line 42) | def ilistdir(self, *args) -> Any: method mkdir (line 45) | def mkdir(self, *args) -> Any: method mkfs (line 49) | def mkfs(block_dev) -> None: method mount (line 55) | def mount(self, *args) -> Any: method rename (line 58) | def rename(self, *args) -> Any: method rmdir (line 61) | def rmdir(self, *args) -> Any: method stat (line 64) | def stat(self, *args) -> Any: method statvfs (line 67) | def statvfs(self, *args) -> Any: method umount (line 70) | def umount(self, *args) -> Any: class VfsLfs2 (line 74) | class VfsLfs2: method open (line 92) | def open(self, *args) -> Any: method remove (line 95) | def remove(self, *args) -> Any: method chdir (line 98) | def chdir(self, *args) -> Any: method getcwd (line 101) | def getcwd(self, *args) -> Any: method ilistdir (line 104) | def ilistdir(self, *args) -> Any: method mkdir (line 107) | def mkdir(self, *args) -> Any: method mkfs (line 111) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 120) | def mount(self, *args) -> Any: method rename (line 123) | def rename(self, *args) -> Any: method rmdir (line 126) | def rmdir(self, *args) -> Any: method stat (line 129) | def stat(self, *args) -> Any: method statvfs (line 132) | def statvfs(self, *args) -> Any: method umount (line 135) | def umount(self, *args) -> Any: function chdir (line 139) | def chdir(path) -> Any: function getcwd (line 146) | def getcwd() -> Any: function ilistdir (line 153) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 175) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 182) | def mkdir(path) -> Any: function mount (line 189) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 208) | def rename(old_path, new_path) -> None: function rmdir (line 215) | def rmdir(path) -> None: function stat (line 222) | def stat(path) -> Any: function statvfs (line 229) | def statvfs(path) -> Tuple: function umount (line 253) | def umount(mount_point) -> Any: function uname (line 264) | def uname() -> uname_result: function urandom (line 279) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_17-rp2-merged/os.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method open (line 26) | def open(self, *args) -> Any: ... method remove (line 27) | def remove(self, *args) -> Any: ... method chdir (line 28) | def chdir(self, *args) -> Any: ... method getcwd (line 29) | def getcwd(self, *args) -> Any: ... method ilistdir (line 30) | def ilistdir(self, *args) -> Any: ... method mkdir (line 31) | def mkdir(self, *args) -> Any: ... method mkfs (line 33) | def mkfs(block_dev) -> None: method mount (line 38) | def mount(self, *args) -> Any: ... method rename (line 39) | def rename(self, *args) -> Any: ... method rmdir (line 40) | def rmdir(self, *args) -> Any: ... method stat (line 41) | def stat(self, *args) -> Any: ... method statvfs (line 42) | def statvfs(self, *args) -> Any: ... method umount (line 43) | def umount(self, *args) -> Any: ... class VfsLfs2 (line 45) | class VfsLfs2: method open (line 63) | def open(self, *args) -> Any: ... method remove (line 64) | def remove(self, *args) -> Any: ... method chdir (line 65) | def chdir(self, *args) -> Any: ... method getcwd (line 66) | def getcwd(self, *args) -> Any: ... method ilistdir (line 67) | def ilistdir(self, *args) -> Any: ... method mkdir (line 68) | def mkdir(self, *args) -> Any: ... method mkfs (line 70) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 78) | def mount(self, *args) -> Any: ... method rename (line 79) | def rename(self, *args) -> Any: ... method rmdir (line 80) | def rmdir(self, *args) -> Any: ... method stat (line 81) | def stat(self, *args) -> Any: ... method statvfs (line 82) | def statvfs(self, *args) -> Any: ... method umount (line 83) | def umount(self, *args) -> Any: ... function chdir (line 85) | def chdir(path) -> Any: function getcwd (line 91) | def getcwd() -> Any: function ilistdir (line 97) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 118) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 124) | def mkdir(path) -> Any: function mount (line 130) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 148) | def rename(old_path, new_path) -> None: function rmdir (line 154) | def rmdir(path) -> None: function stat (line 160) | def stat(path) -> Any: function statvfs (line 166) | def statvfs(path) -> Tuple: function umount (line 189) | def umount(mount_point) -> Any: function uname (line 199) | def uname() -> uname_result: function urandom (line 213) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_17-rp2-merged/random.py function __init__ (line 9) | def __init__(*args) -> Any: function choice (line 13) | def choice(*args) -> Any: function getrandbits (line 17) | def getrandbits(*args) -> Any: function randint (line 21) | def randint(*args) -> Any: function random (line 25) | def random(*args) -> Any: function randrange (line 29) | def randrange(*args) -> Any: function seed (line 33) | def seed(*args) -> Any: function uniform (line 37) | def uniform(*args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/random.pyi function __init__ (line 3) | def __init__(*args) -> None: ... function choice (line 4) | def choice(*args) -> Any: ... function getrandbits (line 5) | def getrandbits(*args) -> Any: ... function randint (line 6) | def randint(*args) -> Any: ... function random (line 7) | def random(*args) -> Any: ... function randrange (line 8) | def randrange(*args) -> Any: ... function seed (line 9) | def seed(*args) -> Any: ... function uniform (line 10) | def uniform(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/re.py function compile (line 9) | def compile(*args) -> Any: function match (line 13) | def match(*args) -> Any: function search (line 17) | def search(*args) -> Any: function sub (line 21) | def sub(*args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/re.pyi function compile (line 3) | def compile(*args) -> Any: ... function match (line 4) | def match(*args) -> Any: ... function search (line 5) | def search(*args) -> Any: ... function sub (line 6) | def sub(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/select.py class poll (line 19) | class poll: method __init__ (line 24) | def __init__(self) -> None: method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Any: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 80) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 95) | class select: method __init__ (line 103) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_17-rp2-merged/select.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_17-rp2-merged/struct.py function calcsize (line 17) | def calcsize(fmt) -> int: function pack (line 24) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 32) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 41) | def unpack(fmt, data) -> Tuple: function unpack_from (line 49) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-rp2-merged/struct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-rp2-merged/sys.py function exit (line 14) | def exit(retval=0, /) -> Any: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-rp2-merged/sys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-rp2-merged/time.py function gmtime (line 38) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 84) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Any: function sleep_ms (line 103) | def sleep_ms(ms) -> None: function sleep_us (line 115) | def sleep_us(us) -> None: function ticks_add (line 126) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 155) | def ticks_cpu() -> Any: function ticks_diff (line 172) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 240) | def ticks_ms() -> int: function ticks_us (line 265) | def ticks_us() -> Any: class time (line 272) | class time: method __init__ (line 285) | def __init__(self) -> None: function time_ns (line 289) | def time_ns() -> int: FILE: stubs/micropython-v1_17-rp2-merged/time.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: stubs/micropython-v1_17-rp2-merged/uarray.py class array (line 15) | class array: method append (line 22) | def append(self, val) -> Any: method extend (line 28) | def extend(self, iterable) -> Any: method decode (line 35) | def decode(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/uarray.pyi class array (line 12) | class array: method append (line 19) | def append(self, val) -> Any: method extend (line 24) | def extend(self, iterable) -> Any: method decode (line 30) | def decode(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: class TaskQueue (line 17) | class TaskQueue: method remove (line 20) | def remove(self, *args) -> Any: method peek (line 23) | def peek(self, *args) -> Any: method pop_head (line 26) | def pop_head(self, *args) -> Any: method push_head (line 29) | def push_head(self, *args) -> Any: method push_sorted (line 32) | def push_sorted(self, *args) -> Any: function sleep (line 36) | def sleep(*args) -> Any: function sleep_ms (line 40) | def sleep_ms(*args) -> Any: function ticks_add (line 44) | def ticks_add(*args) -> Any: function ticks_diff (line 48) | def ticks_diff(*args) -> Any: class Event (line 56) | class Event: method __init__ (line 59) | def __init__(self, *args) -> None: method clear (line 62) | def clear(self, *args) -> Any: method set (line 65) | def set(self, *args) -> Any: method is_set (line 70) | def is_set(self, *args) -> Any: class Lock (line 74) | class Lock: method __init__ (line 77) | def __init__(self, *args) -> None: method locked (line 82) | def locked(self, *args) -> Any: method release (line 85) | def release(self, *args) -> Any: function ticks (line 89) | def ticks(*args) -> Any: class TimeoutError (line 93) | class TimeoutError(Exception): class SingletonGenerator (line 97) | class SingletonGenerator: method __init__ (line 100) | def __init__(self, *args) -> None: class IOQueue (line 104) | class IOQueue: method __init__ (line 107) | def __init__(self, *args) -> None: method remove (line 110) | def remove(self, *args) -> Any: method queue_read (line 113) | def queue_read(self, *args) -> Any: method queue_write (line 116) | def queue_write(self, *args) -> Any: method wait_io_event (line 119) | def wait_io_event(self, *args) -> Any: function create_task (line 123) | def create_task(*args) -> Any: function run_until_complete (line 127) | def run_until_complete(*args) -> Any: function run (line 131) | def run(*args) -> Any: class Loop (line 135) | class Loop: method close (line 138) | def close(self, *args) -> Any: method stop (line 141) | def stop(self, *args) -> Any: method create_task (line 144) | def create_task(self, *args) -> Any: method run_until_complete (line 147) | def run_until_complete(self, *args) -> Any: method call_exception_handler (line 150) | def call_exception_handler(self, *args) -> Any: method run_forever (line 153) | def run_forever(self, *args) -> Any: method set_exception_handler (line 156) | def set_exception_handler(self, *args) -> Any: method get_exception_handler (line 159) | def get_exception_handler(self, *args) -> Any: method default_exception_handler (line 162) | def default_exception_handler(self, *args) -> Any: function get_event_loop (line 166) | def get_event_loop(*args) -> Any: function current_task (line 170) | def current_task(*args) -> Any: function new_event_loop (line 174) | def new_event_loop(*args) -> Any: class ThreadSafeFlag (line 178) | class ThreadSafeFlag: method __init__ (line 181) | def __init__(self, *args) -> None: method set (line 184) | def set(self, *args) -> Any: method ioctl (line 187) | def ioctl(self, *args) -> Any: function wait_for_ms (line 193) | def wait_for_ms(*args) -> Any: class StreamReader (line 197) | class StreamReader: method __init__ (line 200) | def __init__(self, *args) -> None: method close (line 203) | def close(self, *args) -> Any: method write (line 210) | def write(self, *args) -> Any: method get_extra_info (line 218) | def get_extra_info(self, *args) -> Any: class StreamWriter (line 225) | class StreamWriter: method __init__ (line 228) | def __init__(self, *args) -> None: method close (line 231) | def close(self, *args) -> Any: method write (line 238) | def write(self, *args) -> Any: method get_extra_info (line 246) | def get_extra_info(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 4) | class Task: ... class TaskQueue (line 6) | class TaskQueue: method remove (line 7) | def remove(self, *args) -> Any: ... method peek (line 8) | def peek(self, *args) -> Any: ... method pop_head (line 9) | def pop_head(self, *args) -> Any: ... method push_head (line 10) | def push_head(self, *args) -> Any: ... method push_sorted (line 11) | def push_sorted(self, *args) -> Any: ... function sleep (line 13) | def sleep(*args) -> Any: ... function sleep_ms (line 14) | def sleep_ms(*args) -> Any: ... function ticks_add (line 15) | def ticks_add(*args) -> Any: ... function ticks_diff (line 16) | def ticks_diff(*args) -> Any: ... class Event (line 21) | class Event: method __init__ (line 22) | def __init__(self, *args) -> None: ... method clear (line 23) | def clear(self, *args) -> Any: ... method set (line 24) | def set(self, *args) -> Any: ... method is_set (line 26) | def is_set(self, *args) -> Any: ... class Lock (line 28) | class Lock: method __init__ (line 29) | def __init__(self, *args) -> None: ... method locked (line 31) | def locked(self, *args) -> Any: ... method release (line 32) | def release(self, *args) -> Any: ... function ticks (line 34) | def ticks(*args) -> Any: ... class TimeoutError (line 36) | class TimeoutError(Exception): ... class SingletonGenerator (line 38) | class SingletonGenerator: method __init__ (line 39) | def __init__(self, *args) -> None: ... class IOQueue (line 41) | class IOQueue: method __init__ (line 42) | def __init__(self, *args) -> None: ... method remove (line 43) | def remove(self, *args) -> Any: ... method queue_read (line 44) | def queue_read(self, *args) -> Any: ... method queue_write (line 45) | def queue_write(self, *args) -> Any: ... method wait_io_event (line 46) | def wait_io_event(self, *args) -> Any: ... function create_task (line 48) | def create_task(*args) -> Any: ... function run_until_complete (line 49) | def run_until_complete(*args) -> Any: ... function run (line 50) | def run(*args) -> Any: ... class Loop (line 52) | class Loop: method close (line 53) | def close(self, *args) -> Any: ... method stop (line 54) | def stop(self, *args) -> Any: ... method create_task (line 55) | def create_task(self, *args) -> Any: ... method run_until_complete (line 56) | def run_until_complete(self, *args) -> Any: ... method call_exception_handler (line 57) | def call_exception_handler(self, *args) -> Any: ... method run_forever (line 58) | def run_forever(self, *args) -> Any: ... method set_exception_handler (line 59) | def set_exception_handler(self, *args) -> Any: ... method get_exception_handler (line 60) | def get_exception_handler(self, *args) -> Any: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args) -> Any: ... function get_event_loop (line 63) | def get_event_loop(*args) -> Any: ... function current_task (line 64) | def current_task(*args) -> Any: ... function new_event_loop (line 65) | def new_event_loop(*args) -> Any: ... class ThreadSafeFlag (line 67) | class ThreadSafeFlag: method __init__ (line 68) | def __init__(self, *args) -> None: ... method set (line 69) | def set(self, *args) -> Any: ... method ioctl (line 70) | def ioctl(self, *args) -> Any: ... function wait_for_ms (line 73) | def wait_for_ms(*args) -> Any: ... class StreamReader (line 75) | class StreamReader: method __init__ (line 76) | def __init__(self, *args) -> None: ... method close (line 77) | def close(self, *args) -> Any: ... method write (line 81) | def write(self, *args) -> Any: ... method get_extra_info (line 86) | def get_extra_info(self, *args) -> Any: ... class StreamWriter (line 90) | class StreamWriter: method __init__ (line 91) | def __init__(self, *args) -> None: ... method close (line 92) | def close(self, *args) -> Any: ... method write (line 96) | def write(self, *args) -> Any: ... method get_extra_info (line 101) | def get_extra_info(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: class TaskQueue (line 17) | class TaskQueue: method remove (line 20) | def remove(self, *args) -> Any: method peek (line 23) | def peek(self, *args) -> Any: method pop_head (line 26) | def pop_head(self, *args) -> Any: method push_head (line 29) | def push_head(self, *args) -> Any: method push_sorted (line 32) | def push_sorted(self, *args) -> Any: function sleep (line 36) | def sleep(*args) -> Any: function sleep_ms (line 40) | def sleep_ms(*args) -> Any: function ticks_add (line 44) | def ticks_add(*args) -> Any: function ticks_diff (line 48) | def ticks_diff(*args) -> Any: function ticks (line 52) | def ticks(*args) -> Any: class TimeoutError (line 56) | class TimeoutError(Exception): class SingletonGenerator (line 60) | class SingletonGenerator: method __init__ (line 63) | def __init__(self, *args) -> None: class IOQueue (line 67) | class IOQueue: method __init__ (line 70) | def __init__(self, *args) -> None: method remove (line 73) | def remove(self, *args) -> Any: method queue_read (line 76) | def queue_read(self, *args) -> Any: method queue_write (line 79) | def queue_write(self, *args) -> Any: method wait_io_event (line 82) | def wait_io_event(self, *args) -> Any: function create_task (line 86) | def create_task(*args) -> Any: function run_until_complete (line 90) | def run_until_complete(*args) -> Any: function run (line 94) | def run(*args) -> Any: class Loop (line 98) | class Loop: method close (line 101) | def close(self, *args) -> Any: method stop (line 104) | def stop(self, *args) -> Any: method create_task (line 107) | def create_task(self, *args) -> Any: method run_until_complete (line 110) | def run_until_complete(self, *args) -> Any: method call_exception_handler (line 113) | def call_exception_handler(self, *args) -> Any: method run_forever (line 116) | def run_forever(self, *args) -> Any: method set_exception_handler (line 119) | def set_exception_handler(self, *args) -> Any: method get_exception_handler (line 122) | def get_exception_handler(self, *args) -> Any: method default_exception_handler (line 125) | def default_exception_handler(self, *args) -> Any: function get_event_loop (line 129) | def get_event_loop(*args) -> Any: function current_task (line 133) | def current_task(*args) -> Any: function new_event_loop (line 137) | def new_event_loop(*args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 4) | class Task: ... class TaskQueue (line 6) | class TaskQueue: method remove (line 7) | def remove(self, *args) -> Any: ... method peek (line 8) | def peek(self, *args) -> Any: ... method pop_head (line 9) | def pop_head(self, *args) -> Any: ... method push_head (line 10) | def push_head(self, *args) -> Any: ... method push_sorted (line 11) | def push_sorted(self, *args) -> Any: ... function sleep (line 13) | def sleep(*args) -> Any: ... function sleep_ms (line 14) | def sleep_ms(*args) -> Any: ... function ticks_add (line 15) | def ticks_add(*args) -> Any: ... function ticks_diff (line 16) | def ticks_diff(*args) -> Any: ... function ticks (line 17) | def ticks(*args) -> Any: ... class TimeoutError (line 19) | class TimeoutError(Exception): ... class SingletonGenerator (line 21) | class SingletonGenerator: method __init__ (line 22) | def __init__(self, *args) -> None: ... class IOQueue (line 24) | class IOQueue: method __init__ (line 25) | def __init__(self, *args) -> None: ... method remove (line 26) | def remove(self, *args) -> Any: ... method queue_read (line 27) | def queue_read(self, *args) -> Any: ... method queue_write (line 28) | def queue_write(self, *args) -> Any: ... method wait_io_event (line 29) | def wait_io_event(self, *args) -> Any: ... function create_task (line 31) | def create_task(*args) -> Any: ... function run_until_complete (line 32) | def run_until_complete(*args) -> Any: ... function run (line 33) | def run(*args) -> Any: ... class Loop (line 35) | class Loop: method close (line 36) | def close(self, *args) -> Any: ... method stop (line 37) | def stop(self, *args) -> Any: ... method create_task (line 38) | def create_task(self, *args) -> Any: ... method run_until_complete (line 39) | def run_until_complete(self, *args) -> Any: ... method call_exception_handler (line 40) | def call_exception_handler(self, *args) -> Any: ... method run_forever (line 41) | def run_forever(self, *args) -> Any: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args) -> Any: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args) -> Any: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args) -> Any: ... function get_event_loop (line 46) | def get_event_loop(*args) -> Any: ... function current_task (line 47) | def current_task(*args) -> Any: ... function new_event_loop (line 48) | def new_event_loop(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *args) -> None: method clear (line 15) | def clear(self, *args) -> Any: method set (line 18) | def set(self, *args) -> Any: method is_set (line 23) | def is_set(self, *args) -> Any: class ThreadSafeFlag (line 27) | class ThreadSafeFlag: method __init__ (line 30) | def __init__(self, *args) -> None: method set (line 33) | def set(self, *args) -> Any: method ioctl (line 36) | def ioctl(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *args) -> None: ... method clear (line 5) | def clear(self, *args) -> Any: ... method set (line 6) | def set(self, *args) -> Any: ... method is_set (line 8) | def is_set(self, *args) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *args) -> None: ... method set (line 12) | def set(self, *args) -> Any: ... method ioctl (line 13) | def ioctl(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *args) -> None: method locked (line 17) | def locked(self, *args) -> Any: method release (line 20) | def release(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *args) -> None: ... method locked (line 6) | def locked(self, *args) -> Any: ... method release (line 7) | def release(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *args) -> None: method close (line 15) | def close(self, *args) -> Any: method write (line 22) | def write(self, *args) -> Any: method get_extra_info (line 30) | def get_extra_info(self, *args) -> Any: class StreamReader (line 37) | class StreamReader: method __init__ (line 40) | def __init__(self, *args) -> None: method close (line 43) | def close(self, *args) -> Any: method write (line 50) | def write(self, *args) -> Any: method get_extra_info (line 58) | def get_extra_info(self, *args) -> Any: class StreamWriter (line 65) | class StreamWriter: method __init__ (line 68) | def __init__(self, *args) -> None: method close (line 71) | def close(self, *args) -> Any: method write (line 78) | def write(self, *args) -> Any: method get_extra_info (line 86) | def get_extra_info(self, *args) -> Any: class Server (line 96) | class Server: method close (line 99) | def close(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *args) -> None: ... method close (line 5) | def close(self, *args) -> Any: ... method write (line 9) | def write(self, *args) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *args) -> None: ... method close (line 20) | def close(self, *args) -> Any: ... method write (line 24) | def write(self, *args) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *args) -> None: ... method close (line 35) | def close(self, *args) -> Any: ... method write (line 39) | def write(self, *args) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args) -> Any: ... class Server (line 50) | class Server: method close (line 51) | def close(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/ubinascii.py function a2b_base64 (line 14) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data) -> bytes: function crc32 (line 32) | def crc32(*args) -> Any: function hexlify (line 36) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 47) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_17-rp2-merged/ubinascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_17-rp2-merged/ucollections.py class OrderedDict (line 15) | class OrderedDict(dict): method clear (line 40) | def clear(self, *args) -> Any: method copy (line 43) | def copy(self, *args) -> Any: method get (line 46) | def get(self, *args) -> Any: method items (line 49) | def items(self, *args) -> Any: method keys (line 52) | def keys(self, *args) -> Any: method pop (line 55) | def pop(self, *args) -> Any: method popitem (line 58) | def popitem(self, *args) -> Any: method setdefault (line 61) | def setdefault(self, *args) -> Any: method update (line 64) | def update(self, *args) -> Any: method values (line 67) | def values(self, *args) -> Any: method fromkeys (line 71) | def fromkeys(cls, *args) -> Any: class deque (line 75) | class deque(Queue): method append (line 93) | def append(self, x) -> Any: method popleft (line 100) | def popleft(self) -> Any: function namedtuple (line 108) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/ucollections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method clear (line 37) | def clear(self, *args) -> Any: ... method copy (line 38) | def copy(self, *args) -> Any: ... method get (line 39) | def get(self, *args) -> Any: ... method items (line 40) | def items(self, *args) -> Any: ... method keys (line 41) | def keys(self, *args) -> Any: ... method pop (line 42) | def pop(self, *args) -> Any: ... method popitem (line 43) | def popitem(self, *args) -> Any: ... method setdefault (line 44) | def setdefault(self, *args) -> Any: ... method update (line 45) | def update(self, *args) -> Any: ... method values (line 46) | def values(self, *args) -> Any: ... method fromkeys (line 48) | def fromkeys(cls, *args) -> Any: ... class deque (line 50) | class deque(Queue): method append (line 68) | def append(self, x) -> Any: method popleft (line 74) | def popleft(self) -> Any: function namedtuple (line 81) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/uctypes.py function addressof (line 49) | def addressof(obj) -> int: function bytearray_at (line 58) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 68) | def bytes_at(addr, size) -> bytes: function sizeof (line 78) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 87) | class struct: FILE: stubs/micropython-v1_17-rp2-merged/uctypes.pyi function addressof (line 46) | def addressof(obj) -> int: function bytearray_at (line 54) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function sizeof (line 72) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 80) | class struct: ... FILE: stubs/micropython-v1_17-rp2-merged/uhashlib.py class sha256 (line 29) | class sha256: method update (line 34) | def update(self, *args) -> Any: method digest (line 37) | def digest(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/uhashlib.pyi class sha256 (line 26) | class sha256: method update (line 31) | def update(self, *args) -> Any: ... method digest (line 32) | def digest(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/uio.py function open (line 14) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 23) | class BytesIO(IO): method close (line 36) | def close(self, *args) -> Any: method read (line 39) | def read(self, *args) -> Any: method readinto (line 42) | def readinto(self, *args) -> Any: method readline (line 45) | def readline(self, *args) -> Any: method write (line 48) | def write(self, *args) -> Any: method flush (line 51) | def flush(self, *args) -> Any: method getvalue (line 54) | def getvalue(self) -> Any: method seek (line 60) | def seek(self, *args) -> Any: method tell (line 63) | def tell(self, *args) -> Any: class FileIO (line 67) | class FileIO(IO): method close (line 73) | def close(self, *args) -> Any: method read (line 76) | def read(self, *args) -> Any: method readinto (line 79) | def readinto(self, *args) -> Any: method readline (line 82) | def readline(self, *args) -> Any: method write (line 85) | def write(self, *args) -> Any: method flush (line 88) | def flush(self, *args) -> Any: method readlines (line 91) | def readlines(self, *args) -> Any: method seek (line 94) | def seek(self, *args) -> Any: method tell (line 97) | def tell(self, *args) -> Any: class IOBase (line 101) | class IOBase: class StringIO (line 105) | class StringIO(IO): method close (line 108) | def close(self, *args) -> Any: method read (line 111) | def read(self, *args) -> Any: method readinto (line 114) | def readinto(self, *args) -> Any: method readline (line 117) | def readline(self, *args) -> Any: method write (line 120) | def write(self, *args) -> Any: method flush (line 123) | def flush(self, *args) -> Any: method getvalue (line 126) | def getvalue(self, *args) -> Any: method seek (line 129) | def seek(self, *args) -> Any: method tell (line 132) | def tell(self, *args) -> Any: class TextIOWrapper (line 136) | class TextIOWrapper(IO): method close (line 142) | def close(self, *args) -> Any: method read (line 145) | def read(self, *args) -> Any: method readinto (line 148) | def readinto(self, *args) -> Any: method readline (line 151) | def readline(self, *args) -> Any: method write (line 154) | def write(self, *args) -> Any: method flush (line 157) | def flush(self, *args) -> Any: method readlines (line 160) | def readlines(self, *args) -> Any: method seek (line 163) | def seek(self, *args) -> Any: method tell (line 166) | def tell(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/uio.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method close (line 32) | def close(self, *args) -> Any: ... method read (line 33) | def read(self, *args) -> Any: ... method readinto (line 34) | def readinto(self, *args) -> Any: ... method readline (line 35) | def readline(self, *args) -> Any: ... method write (line 36) | def write(self, *args) -> Any: ... method flush (line 37) | def flush(self, *args) -> Any: ... method getvalue (line 38) | def getvalue(self) -> Any: method seek (line 43) | def seek(self, *args) -> Any: ... method tell (line 44) | def tell(self, *args) -> Any: ... class FileIO (line 46) | class FileIO(IO): method close (line 52) | def close(self, *args) -> Any: ... method read (line 53) | def read(self, *args) -> Any: ... method readinto (line 54) | def readinto(self, *args) -> Any: ... method readline (line 55) | def readline(self, *args) -> Any: ... method write (line 56) | def write(self, *args) -> Any: ... method flush (line 57) | def flush(self, *args) -> Any: ... method readlines (line 58) | def readlines(self, *args) -> Any: ... method seek (line 59) | def seek(self, *args) -> Any: ... method tell (line 60) | def tell(self, *args) -> Any: ... class IOBase (line 62) | class IOBase: ... class StringIO (line 64) | class StringIO(IO): method close (line 65) | def close(self, *args) -> Any: ... method read (line 66) | def read(self, *args) -> Any: ... method readinto (line 67) | def readinto(self, *args) -> Any: ... method readline (line 68) | def readline(self, *args) -> Any: ... method write (line 69) | def write(self, *args) -> Any: ... method flush (line 70) | def flush(self, *args) -> Any: ... method getvalue (line 71) | def getvalue(self, *args) -> Any: ... method seek (line 72) | def seek(self, *args) -> Any: ... method tell (line 73) | def tell(self, *args) -> Any: ... class TextIOWrapper (line 75) | class TextIOWrapper(IO): method close (line 81) | def close(self, *args) -> Any: ... method read (line 82) | def read(self, *args) -> Any: ... method readinto (line 83) | def readinto(self, *args) -> Any: ... method readline (line 84) | def readline(self, *args) -> Any: ... method write (line 85) | def write(self, *args) -> Any: ... method flush (line 86) | def flush(self, *args) -> Any: ... method readlines (line 87) | def readlines(self, *args) -> Any: ... method seek (line 88) | def seek(self, *args) -> Any: ... method tell (line 89) | def tell(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/ujson.py function dump (line 14) | def dump(obj, stream, separators=None) -> Any: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Any: function loads (line 46) | def loads(str) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/ujson.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/ulab.py function dtype (line 9) | def dtype(*args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/ulab.pyi function dtype (line 3) | def dtype(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/uos.py function remove (line 16) | def remove(path) -> None: class VfsFat (line 23) | class VfsFat: method open (line 30) | def open(self, *args) -> Any: method remove (line 33) | def remove(self, *args) -> Any: method chdir (line 36) | def chdir(self, *args) -> Any: method getcwd (line 39) | def getcwd(self, *args) -> Any: method ilistdir (line 42) | def ilistdir(self, *args) -> Any: method mkdir (line 45) | def mkdir(self, *args) -> Any: method mkfs (line 49) | def mkfs(block_dev) -> None: method mount (line 55) | def mount(self, *args) -> Any: method rename (line 58) | def rename(self, *args) -> Any: method rmdir (line 61) | def rmdir(self, *args) -> Any: method stat (line 64) | def stat(self, *args) -> Any: method statvfs (line 67) | def statvfs(self, *args) -> Any: method umount (line 70) | def umount(self, *args) -> Any: class VfsLfs2 (line 74) | class VfsLfs2: method open (line 92) | def open(self, *args) -> Any: method remove (line 95) | def remove(self, *args) -> Any: method chdir (line 98) | def chdir(self, *args) -> Any: method getcwd (line 101) | def getcwd(self, *args) -> Any: method ilistdir (line 104) | def ilistdir(self, *args) -> Any: method mkdir (line 107) | def mkdir(self, *args) -> Any: method mkfs (line 111) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 120) | def mount(self, *args) -> Any: method rename (line 123) | def rename(self, *args) -> Any: method rmdir (line 126) | def rmdir(self, *args) -> Any: method stat (line 129) | def stat(self, *args) -> Any: method statvfs (line 132) | def statvfs(self, *args) -> Any: method umount (line 135) | def umount(self, *args) -> Any: function chdir (line 139) | def chdir(path) -> Any: function getcwd (line 146) | def getcwd() -> Any: function ilistdir (line 153) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 175) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 182) | def mkdir(path) -> Any: function mount (line 189) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 208) | def rename(old_path, new_path) -> None: function rmdir (line 215) | def rmdir(path) -> None: function stat (line 222) | def stat(path) -> Any: function statvfs (line 229) | def statvfs(path) -> Tuple: function umount (line 253) | def umount(mount_point) -> Any: function uname (line 264) | def uname() -> uname_result: function urandom (line 279) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_17-rp2-merged/uos.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method open (line 26) | def open(self, *args) -> Any: ... method remove (line 27) | def remove(self, *args) -> Any: ... method chdir (line 28) | def chdir(self, *args) -> Any: ... method getcwd (line 29) | def getcwd(self, *args) -> Any: ... method ilistdir (line 30) | def ilistdir(self, *args) -> Any: ... method mkdir (line 31) | def mkdir(self, *args) -> Any: ... method mkfs (line 33) | def mkfs(block_dev) -> None: method mount (line 38) | def mount(self, *args) -> Any: ... method rename (line 39) | def rename(self, *args) -> Any: ... method rmdir (line 40) | def rmdir(self, *args) -> Any: ... method stat (line 41) | def stat(self, *args) -> Any: ... method statvfs (line 42) | def statvfs(self, *args) -> Any: ... method umount (line 43) | def umount(self, *args) -> Any: ... class VfsLfs2 (line 45) | class VfsLfs2: method open (line 63) | def open(self, *args) -> Any: ... method remove (line 64) | def remove(self, *args) -> Any: ... method chdir (line 65) | def chdir(self, *args) -> Any: ... method getcwd (line 66) | def getcwd(self, *args) -> Any: ... method ilistdir (line 67) | def ilistdir(self, *args) -> Any: ... method mkdir (line 68) | def mkdir(self, *args) -> Any: ... method mkfs (line 70) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 78) | def mount(self, *args) -> Any: ... method rename (line 79) | def rename(self, *args) -> Any: ... method rmdir (line 80) | def rmdir(self, *args) -> Any: ... method stat (line 81) | def stat(self, *args) -> Any: ... method statvfs (line 82) | def statvfs(self, *args) -> Any: ... method umount (line 83) | def umount(self, *args) -> Any: ... function chdir (line 85) | def chdir(path) -> Any: function getcwd (line 91) | def getcwd() -> Any: function ilistdir (line 97) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 118) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 124) | def mkdir(path) -> Any: function mount (line 130) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 148) | def rename(old_path, new_path) -> None: function rmdir (line 154) | def rmdir(path) -> None: function stat (line 160) | def stat(path) -> Any: function statvfs (line 166) | def statvfs(path) -> Tuple: function umount (line 189) | def umount(mount_point) -> Any: function uname (line 199) | def uname() -> uname_result: function urandom (line 213) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_17-rp2-merged/urandom.py function __init__ (line 9) | def __init__(*args) -> Any: function choice (line 13) | def choice(*args) -> Any: function getrandbits (line 17) | def getrandbits(*args) -> Any: function randint (line 21) | def randint(*args) -> Any: function random (line 25) | def random(*args) -> Any: function randrange (line 29) | def randrange(*args) -> Any: function seed (line 33) | def seed(*args) -> Any: function uniform (line 37) | def uniform(*args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/urandom.pyi function __init__ (line 3) | def __init__(*args) -> None: ... function choice (line 4) | def choice(*args) -> Any: ... function getrandbits (line 5) | def getrandbits(*args) -> Any: ... function randint (line 6) | def randint(*args) -> Any: ... function random (line 7) | def random(*args) -> Any: ... function randrange (line 8) | def randrange(*args) -> Any: ... function seed (line 9) | def seed(*args) -> Any: ... function uniform (line 10) | def uniform(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/ure.py function compile (line 9) | def compile(*args) -> Any: function match (line 13) | def match(*args) -> Any: function search (line 17) | def search(*args) -> Any: function sub (line 21) | def sub(*args) -> Any: FILE: stubs/micropython-v1_17-rp2-merged/ure.pyi function compile (line 3) | def compile(*args) -> Any: ... function match (line 4) | def match(*args) -> Any: ... function search (line 5) | def search(*args) -> Any: ... function sub (line 6) | def sub(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2-merged/uselect.py class poll (line 19) | class poll: method __init__ (line 24) | def __init__(self) -> None: method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Any: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 80) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 95) | class select: method __init__ (line 103) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_17-rp2-merged/uselect.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_17-rp2-merged/ustruct.py function calcsize (line 17) | def calcsize(fmt) -> int: function pack (line 24) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 32) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 41) | def unpack(fmt, data) -> Tuple: function unpack_from (line 49) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-rp2-merged/ustruct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-rp2-merged/usys.py function exit (line 14) | def exit(retval=0, /) -> Any: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-rp2-merged/usys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-rp2-merged/utime.py function gmtime (line 38) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 84) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Any: function sleep_ms (line 103) | def sleep_ms(ms) -> None: function sleep_us (line 115) | def sleep_us(us) -> None: function ticks_add (line 126) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 155) | def ticks_cpu() -> Any: function ticks_diff (line 172) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 240) | def ticks_ms() -> int: function ticks_us (line 265) | def ticks_us() -> Any: class time (line 272) | class time: method __init__ (line 285) | def __init__(self) -> None: function time_ns (line 289) | def time_ns() -> int: FILE: stubs/micropython-v1_17-rp2-merged/utime.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: stubs/micropython-v1_17-rp2-merged/uzlib.py class DecompIO (line 16) | class DecompIO: method read (line 25) | def read(self, *args) -> Any: method readinto (line 28) | def readinto(self, *args) -> Any: method readline (line 31) | def readline(self, *args) -> Any: function decompress (line 35) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-rp2-merged/uzlib.pyi class DecompIO (line 13) | class DecompIO: method read (line 22) | def read(self, *args) -> Any: ... method readinto (line 23) | def readinto(self, *args) -> Any: ... method readline (line 24) | def readline(self, *args) -> Any: ... function decompress (line 26) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-rp2-merged/zlib.py class DecompIO (line 16) | class DecompIO: method read (line 25) | def read(self, *args) -> Any: method readinto (line 28) | def readinto(self, *args) -> Any: method readline (line 31) | def readline(self, *args) -> Any: function decompress (line 35) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-rp2-merged/zlib.pyi class DecompIO (line 13) | class DecompIO: method read (line 22) | def read(self, *args) -> Any: ... method readinto (line 23) | def readinto(self, *args) -> Any: ... method readline (line 24) | def readline(self, *args) -> Any: ... function decompress (line 26) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-rp2/_onewire.py function crc8 (line 9) | def crc8(*args) -> Any: function readbit (line 13) | def readbit(*args) -> Any: function readbyte (line 17) | def readbyte(*args) -> Any: function reset (line 21) | def reset(*args) -> Any: function writebit (line 25) | def writebit(*args) -> Any: function writebyte (line 29) | def writebyte(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/_onewire.pyi function crc8 (line 3) | def crc8(*args) -> Any: ... function readbit (line 4) | def readbit(*args) -> Any: ... function readbyte (line 5) | def readbyte(*args) -> Any: ... function reset (line 6) | def reset(*args) -> Any: ... function writebit (line 7) | def writebit(*args) -> Any: ... function writebyte (line 8) | def writebyte(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/_rp2.py class Flash (line 9) | class Flash: method ioctl (line 12) | def ioctl(self, *args) -> Any: method readblocks (line 15) | def readblocks(self, *args) -> Any: method writeblocks (line 18) | def writeblocks(self, *args) -> Any: class PIO (line 22) | class PIO: method add_program (line 39) | def add_program(self, *args) -> Any: method irq (line 42) | def irq(self, *args) -> Any: method remove_program (line 45) | def remove_program(self, *args) -> Any: method state_machine (line 48) | def state_machine(self, *args) -> Any: class StateMachine (line 52) | class StateMachine: method exec (line 55) | def exec(self, *args) -> Any: method get (line 58) | def get(self, *args) -> Any: method active (line 61) | def active(self, *args) -> Any: method init (line 64) | def init(self, *args) -> Any: method irq (line 67) | def irq(self, *args) -> Any: method put (line 70) | def put(self, *args) -> Any: method restart (line 73) | def restart(self, *args) -> Any: method rx_fifo (line 76) | def rx_fifo(self, *args) -> Any: method tx_fifo (line 79) | def tx_fifo(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2/_rp2.pyi class Flash (line 3) | class Flash: method ioctl (line 4) | def ioctl(self, *args) -> Any: ... method readblocks (line 5) | def readblocks(self, *args) -> Any: ... method writeblocks (line 6) | def writeblocks(self, *args) -> Any: ... class PIO (line 8) | class PIO: method add_program (line 22) | def add_program(self, *args) -> Any: ... method irq (line 23) | def irq(self, *args) -> Any: ... method remove_program (line 24) | def remove_program(self, *args) -> Any: ... method state_machine (line 25) | def state_machine(self, *args) -> Any: ... class StateMachine (line 27) | class StateMachine: method exec (line 28) | def exec(self, *args) -> Any: ... method get (line 29) | def get(self, *args) -> Any: ... method active (line 30) | def active(self, *args) -> Any: ... method init (line 31) | def init(self, *args) -> Any: ... method irq (line 32) | def irq(self, *args) -> Any: ... method put (line 33) | def put(self, *args) -> Any: ... method restart (line 34) | def restart(self, *args) -> Any: ... method rx_fifo (line 35) | def rx_fifo(self, *args) -> Any: ... method tx_fifo (line 36) | def tx_fifo(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/_thread.py class LockType (line 9) | class LockType: method acquire (line 12) | def acquire(self, *args) -> Any: method locked (line 15) | def locked(self, *args) -> Any: method release (line 18) | def release(self, *args) -> Any: function allocate_lock (line 22) | def allocate_lock(*args) -> Any: function exit (line 26) | def exit(*args) -> Any: function get_ident (line 30) | def get_ident(*args) -> Any: function stack_size (line 34) | def stack_size(*args) -> Any: function start_new_thread (line 38) | def start_new_thread(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/_thread.pyi class LockType (line 3) | class LockType: method acquire (line 4) | def acquire(self, *args) -> Any: ... method locked (line 5) | def locked(self, *args) -> Any: ... method release (line 6) | def release(self, *args) -> Any: ... function allocate_lock (line 8) | def allocate_lock(*args) -> Any: ... function exit (line 9) | def exit(*args) -> Any: ... function get_ident (line 10) | def get_ident(*args) -> Any: ... function stack_size (line 11) | def stack_size(*args) -> Any: ... function start_new_thread (line 12) | def start_new_thread(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/array.py class array (line 9) | class array: method append (line 12) | def append(self, *args) -> Any: method extend (line 15) | def extend(self, *args) -> Any: method decode (line 18) | def decode(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2/array.pyi class array (line 3) | class array: method append (line 4) | def append(self, *args) -> Any: ... method extend (line 5) | def extend(self, *args) -> Any: ... method decode (line 6) | def decode(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args) -> Any: function crc32 (line 17) | def crc32(*args) -> Any: function hexlify (line 21) | def hexlify(*args) -> Any: function unhexlify (line 25) | def unhexlify(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args) -> Any: ... function crc32 (line 5) | def crc32(*args) -> Any: ... function hexlify (line 6) | def hexlify(*args) -> Any: ... function unhexlify (line 7) | def unhexlify(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class Exception (line 28) | class Exception: class GeneratorExit (line 32) | class GeneratorExit: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt: class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration: class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit: class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args) -> Any: function all (line 112) | def all(*args) -> Any: function any (line 116) | def any(*args) -> Any: class bool (line 120) | class bool: class bytearray (line 124) | class bytearray: method append (line 127) | def append(self, *args) -> Any: method extend (line 130) | def extend(self, *args) -> Any: method decode (line 133) | def decode(self, *args) -> Any: class bytes (line 137) | class bytes: method count (line 140) | def count(self, *args) -> Any: method endswith (line 143) | def endswith(self, *args) -> Any: method find (line 146) | def find(self, *args) -> Any: method format (line 149) | def format(self, *args) -> Any: method index (line 152) | def index(self, *args) -> Any: method isalpha (line 155) | def isalpha(self, *args) -> Any: method isdigit (line 158) | def isdigit(self, *args) -> Any: method islower (line 161) | def islower(self, *args) -> Any: method isspace (line 164) | def isspace(self, *args) -> Any: method isupper (line 167) | def isupper(self, *args) -> Any: method join (line 170) | def join(self, *args) -> Any: method lower (line 173) | def lower(self, *args) -> Any: method lstrip (line 176) | def lstrip(self, *args) -> Any: method replace (line 179) | def replace(self, *args) -> Any: method rfind (line 182) | def rfind(self, *args) -> Any: method rindex (line 185) | def rindex(self, *args) -> Any: method rsplit (line 188) | def rsplit(self, *args) -> Any: method rstrip (line 191) | def rstrip(self, *args) -> Any: method split (line 194) | def split(self, *args) -> Any: method startswith (line 197) | def startswith(self, *args) -> Any: method strip (line 200) | def strip(self, *args) -> Any: method upper (line 203) | def upper(self, *args) -> Any: method center (line 206) | def center(self, *args) -> Any: method decode (line 209) | def decode(self, *args) -> Any: method partition (line 212) | def partition(self, *args) -> Any: method rpartition (line 215) | def rpartition(self, *args) -> Any: method splitlines (line 218) | def splitlines(self, *args) -> Any: function callable (line 222) | def callable(*args) -> Any: function chr (line 226) | def chr(*args) -> Any: class dict (line 230) | class dict: method clear (line 233) | def clear(self, *args) -> Any: method copy (line 236) | def copy(self, *args) -> Any: method get (line 239) | def get(self, *args) -> Any: method items (line 242) | def items(self, *args) -> Any: method keys (line 245) | def keys(self, *args) -> Any: method pop (line 248) | def pop(self, *args) -> Any: method popitem (line 251) | def popitem(self, *args) -> Any: method setdefault (line 254) | def setdefault(self, *args) -> Any: method update (line 257) | def update(self, *args) -> Any: method values (line 260) | def values(self, *args) -> Any: method fromkeys (line 264) | def fromkeys(cls, *args) -> Any: function dir (line 268) | def dir(*args) -> Any: function divmod (line 272) | def divmod(*args) -> Any: function eval (line 276) | def eval(*args) -> Any: function exec (line 280) | def exec(*args) -> Any: function getattr (line 284) | def getattr(*args) -> Any: function globals (line 288) | def globals(*args) -> Any: function hasattr (line 292) | def hasattr(*args) -> Any: function hash (line 296) | def hash(*args) -> Any: function id (line 300) | def id(*args) -> Any: class int (line 304) | class int: method from_bytes (line 308) | def from_bytes(cls, *args) -> Any: method to_bytes (line 311) | def to_bytes(self, *args) -> Any: function isinstance (line 315) | def isinstance(*args) -> Any: function issubclass (line 319) | def issubclass(*args) -> Any: function iter (line 323) | def iter(*args) -> Any: function len (line 327) | def len(*args) -> Any: class list (line 331) | class list: method append (line 334) | def append(self, *args) -> Any: method clear (line 337) | def clear(self, *args) -> Any: method copy (line 340) | def copy(self, *args) -> Any: method count (line 343) | def count(self, *args) -> Any: method extend (line 346) | def extend(self, *args) -> Any: method index (line 349) | def index(self, *args) -> Any: method insert (line 352) | def insert(self, *args) -> Any: method pop (line 355) | def pop(self, *args) -> Any: method remove (line 358) | def remove(self, *args) -> Any: method reverse (line 361) | def reverse(self, *args) -> Any: method sort (line 364) | def sort(self, *args) -> Any: function locals (line 368) | def locals(*args) -> Any: class map (line 372) | class map: function next (line 376) | def next(*args) -> Any: class object (line 380) | class object: method __init__ (line 383) | def __init__(self, *args) -> None: function open (line 387) | def open(*args) -> Any: function ord (line 391) | def ord(*args) -> Any: function pow (line 395) | def pow(*args) -> Any: function print (line 399) | def print(*args) -> Any: class range (line 403) | class range: function repr (line 407) | def repr(*args) -> Any: function round (line 411) | def round(*args) -> Any: class set (line 415) | class set: method clear (line 418) | def clear(self, *args) -> Any: method copy (line 421) | def copy(self, *args) -> Any: method pop (line 424) | def pop(self, *args) -> Any: method remove (line 427) | def remove(self, *args) -> Any: method update (line 430) | def update(self, *args) -> Any: method add (line 433) | def add(self, *args) -> Any: method difference (line 436) | def difference(self, *args) -> Any: method difference_update (line 439) | def difference_update(self, *args) -> Any: method discard (line 442) | def discard(self, *args) -> Any: method intersection (line 445) | def intersection(self, *args) -> Any: method intersection_update (line 448) | def intersection_update(self, *args) -> Any: method isdisjoint (line 451) | def isdisjoint(self, *args) -> Any: method issubset (line 454) | def issubset(self, *args) -> Any: method issuperset (line 457) | def issuperset(self, *args) -> Any: method symmetric_difference (line 460) | def symmetric_difference(self, *args) -> Any: method symmetric_difference_update (line 463) | def symmetric_difference_update(self, *args) -> Any: method union (line 466) | def union(self, *args) -> Any: function setattr (line 470) | def setattr(*args) -> Any: function sorted (line 474) | def sorted(*args) -> Any: class str (line 478) | class str: method count (line 481) | def count(self, *args) -> Any: method endswith (line 484) | def endswith(self, *args) -> Any: method find (line 487) | def find(self, *args) -> Any: method format (line 490) | def format(self, *args) -> Any: method index (line 493) | def index(self, *args) -> Any: method isalpha (line 496) | def isalpha(self, *args) -> Any: method isdigit (line 499) | def isdigit(self, *args) -> Any: method islower (line 502) | def islower(self, *args) -> Any: method isspace (line 505) | def isspace(self, *args) -> Any: method isupper (line 508) | def isupper(self, *args) -> Any: method join (line 511) | def join(self, *args) -> Any: method lower (line 514) | def lower(self, *args) -> Any: method lstrip (line 517) | def lstrip(self, *args) -> Any: method replace (line 520) | def replace(self, *args) -> Any: method rfind (line 523) | def rfind(self, *args) -> Any: method rindex (line 526) | def rindex(self, *args) -> Any: method rsplit (line 529) | def rsplit(self, *args) -> Any: method rstrip (line 532) | def rstrip(self, *args) -> Any: method split (line 535) | def split(self, *args) -> Any: method startswith (line 538) | def startswith(self, *args) -> Any: method strip (line 541) | def strip(self, *args) -> Any: method upper (line 544) | def upper(self, *args) -> Any: method center (line 547) | def center(self, *args) -> Any: method encode (line 550) | def encode(self, *args) -> Any: method partition (line 553) | def partition(self, *args) -> Any: method rpartition (line 556) | def rpartition(self, *args) -> Any: method splitlines (line 559) | def splitlines(self, *args) -> Any: function sum (line 563) | def sum(*args) -> Any: class super (line 567) | class super: class tuple (line 571) | class tuple: method count (line 574) | def count(self, *args) -> Any: method index (line 577) | def index(self, *args) -> Any: class type (line 581) | class type: class zip (line 585) | class zip: class StopAsyncIteration (line 589) | class StopAsyncIteration: class UnicodeError (line 593) | class UnicodeError(Exception): class ViperTypeError (line 597) | class ViperTypeError(Exception): function bin (line 601) | def bin(*args) -> Any: function compile (line 605) | def compile(*args) -> Any: class complex (line 609) | class complex: function delattr (line 613) | def delattr(*args) -> Any: class enumerate (line 617) | class enumerate: class filter (line 621) | class filter: class float (line 625) | class float: class frozenset (line 629) | class frozenset: method copy (line 632) | def copy(self, *args) -> Any: method difference (line 635) | def difference(self, *args) -> Any: method intersection (line 638) | def intersection(self, *args) -> Any: method isdisjoint (line 641) | def isdisjoint(self, *args) -> Any: method issubset (line 644) | def issubset(self, *args) -> Any: method issuperset (line 647) | def issuperset(self, *args) -> Any: method symmetric_difference (line 650) | def symmetric_difference(self, *args) -> Any: method union (line 653) | def union(self, *args) -> Any: function help (line 657) | def help(*args) -> Any: function hex (line 661) | def hex(*args) -> Any: function input (line 665) | def input(*args) -> Any: function max (line 669) | def max(*args) -> Any: class memoryview (line 673) | class memoryview: function min (line 677) | def min(*args) -> Any: function oct (line 681) | def oct(*args) -> Any: class property (line 685) | class property: method deleter (line 688) | def deleter(self, *args) -> Any: method getter (line 691) | def getter(self, *args) -> Any: method setter (line 694) | def setter(self, *args) -> Any: class reversed (line 698) | class reversed: class slice (line 702) | class slice: FILE: stubs/micropython-v1_17-rp2/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class Exception (line 10) | class Exception: ... class GeneratorExit (line 11) | class GeneratorExit: ... class ImportError (line 12) | class ImportError(Exception): ... class IndentationError (line 13) | class IndentationError(Exception): ... class IndexError (line 14) | class IndexError(Exception): ... class KeyError (line 15) | class KeyError(Exception): ... class KeyboardInterrupt (line 16) | class KeyboardInterrupt: ... class LookupError (line 17) | class LookupError(Exception): ... class MemoryError (line 18) | class MemoryError(Exception): ... class NameError (line 19) | class NameError(Exception): ... class NotImplementedError (line 20) | class NotImplementedError(Exception): ... class OSError (line 21) | class OSError(Exception): ... class OverflowError (line 22) | class OverflowError(Exception): ... class RuntimeError (line 23) | class RuntimeError(Exception): ... class StopIteration (line 24) | class StopIteration: ... class SyntaxError (line 25) | class SyntaxError(Exception): ... class SystemExit (line 26) | class SystemExit: ... class TypeError (line 27) | class TypeError(Exception): ... class ValueError (line 28) | class ValueError(Exception): ... class ZeroDivisionError (line 29) | class ZeroDivisionError(Exception): ... function abs (line 31) | def abs(*args) -> Any: ... function all (line 32) | def all(*args) -> Any: ... function any (line 33) | def any(*args) -> Any: ... class bool (line 35) | class bool: ... class bytearray (line 37) | class bytearray: method append (line 38) | def append(self, *args) -> Any: ... method extend (line 39) | def extend(self, *args) -> Any: ... method decode (line 40) | def decode(self, *args) -> Any: ... class bytes (line 42) | class bytes: method count (line 43) | def count(self, *args) -> Any: ... method endswith (line 44) | def endswith(self, *args) -> Any: ... method find (line 45) | def find(self, *args) -> Any: ... method format (line 46) | def format(self, *args) -> Any: ... method index (line 47) | def index(self, *args) -> Any: ... method isalpha (line 48) | def isalpha(self, *args) -> Any: ... method isdigit (line 49) | def isdigit(self, *args) -> Any: ... method islower (line 50) | def islower(self, *args) -> Any: ... method isspace (line 51) | def isspace(self, *args) -> Any: ... method isupper (line 52) | def isupper(self, *args) -> Any: ... method join (line 53) | def join(self, *args) -> Any: ... method lower (line 54) | def lower(self, *args) -> Any: ... method lstrip (line 55) | def lstrip(self, *args) -> Any: ... method replace (line 56) | def replace(self, *args) -> Any: ... method rfind (line 57) | def rfind(self, *args) -> Any: ... method rindex (line 58) | def rindex(self, *args) -> Any: ... method rsplit (line 59) | def rsplit(self, *args) -> Any: ... method rstrip (line 60) | def rstrip(self, *args) -> Any: ... method split (line 61) | def split(self, *args) -> Any: ... method startswith (line 62) | def startswith(self, *args) -> Any: ... method strip (line 63) | def strip(self, *args) -> Any: ... method upper (line 64) | def upper(self, *args) -> Any: ... method center (line 65) | def center(self, *args) -> Any: ... method decode (line 66) | def decode(self, *args) -> Any: ... method partition (line 67) | def partition(self, *args) -> Any: ... method rpartition (line 68) | def rpartition(self, *args) -> Any: ... method splitlines (line 69) | def splitlines(self, *args) -> Any: ... function callable (line 71) | def callable(*args) -> Any: ... function chr (line 72) | def chr(*args) -> Any: ... class dict (line 74) | class dict: method clear (line 75) | def clear(self, *args) -> Any: ... method copy (line 76) | def copy(self, *args) -> Any: ... method get (line 77) | def get(self, *args) -> Any: ... method items (line 78) | def items(self, *args) -> Any: ... method keys (line 79) | def keys(self, *args) -> Any: ... method pop (line 80) | def pop(self, *args) -> Any: ... method popitem (line 81) | def popitem(self, *args) -> Any: ... method setdefault (line 82) | def setdefault(self, *args) -> Any: ... method update (line 83) | def update(self, *args) -> Any: ... method values (line 84) | def values(self, *args) -> Any: ... method fromkeys (line 86) | def fromkeys(cls, *args) -> Any: ... function dir (line 88) | def dir(*args) -> Any: ... function divmod (line 89) | def divmod(*args) -> Any: ... function eval (line 90) | def eval(*args) -> Any: ... function exec (line 91) | def exec(*args) -> Any: ... function getattr (line 92) | def getattr(*args) -> Any: ... function globals (line 93) | def globals(*args) -> Any: ... function hasattr (line 94) | def hasattr(*args) -> Any: ... function hash (line 95) | def hash(*args) -> Any: ... function id (line 96) | def id(*args) -> Any: ... class int (line 98) | class int: method from_bytes (line 100) | def from_bytes(cls, *args) -> Any: ... method to_bytes (line 101) | def to_bytes(self, *args) -> Any: ... function isinstance (line 103) | def isinstance(*args) -> Any: ... function issubclass (line 104) | def issubclass(*args) -> Any: ... function iter (line 105) | def iter(*args) -> Any: ... function len (line 106) | def len(*args) -> Any: ... class list (line 108) | class list: method append (line 109) | def append(self, *args) -> Any: ... method clear (line 110) | def clear(self, *args) -> Any: ... method copy (line 111) | def copy(self, *args) -> Any: ... method count (line 112) | def count(self, *args) -> Any: ... method extend (line 113) | def extend(self, *args) -> Any: ... method index (line 114) | def index(self, *args) -> Any: ... method insert (line 115) | def insert(self, *args) -> Any: ... method pop (line 116) | def pop(self, *args) -> Any: ... method remove (line 117) | def remove(self, *args) -> Any: ... method reverse (line 118) | def reverse(self, *args) -> Any: ... method sort (line 119) | def sort(self, *args) -> Any: ... function locals (line 121) | def locals(*args) -> Any: ... class map (line 123) | class map: ... function next (line 125) | def next(*args) -> Any: ... class object (line 127) | class object: method __init__ (line 128) | def __init__(self, *args) -> None: ... function open (line 130) | def open(*args) -> Any: ... function ord (line 131) | def ord(*args) -> Any: ... function pow (line 132) | def pow(*args) -> Any: ... function print (line 133) | def print(*args) -> Any: ... class range (line 135) | class range: ... function repr (line 137) | def repr(*args) -> Any: ... function round (line 138) | def round(*args) -> Any: ... class set (line 140) | class set: method clear (line 141) | def clear(self, *args) -> Any: ... method copy (line 142) | def copy(self, *args) -> Any: ... method pop (line 143) | def pop(self, *args) -> Any: ... method remove (line 144) | def remove(self, *args) -> Any: ... method update (line 145) | def update(self, *args) -> Any: ... method add (line 146) | def add(self, *args) -> Any: ... method difference (line 147) | def difference(self, *args) -> Any: ... method difference_update (line 148) | def difference_update(self, *args) -> Any: ... method discard (line 149) | def discard(self, *args) -> Any: ... method intersection (line 150) | def intersection(self, *args) -> Any: ... method intersection_update (line 151) | def intersection_update(self, *args) -> Any: ... method isdisjoint (line 152) | def isdisjoint(self, *args) -> Any: ... method issubset (line 153) | def issubset(self, *args) -> Any: ... method issuperset (line 154) | def issuperset(self, *args) -> Any: ... method symmetric_difference (line 155) | def symmetric_difference(self, *args) -> Any: ... method symmetric_difference_update (line 156) | def symmetric_difference_update(self, *args) -> Any: ... method union (line 157) | def union(self, *args) -> Any: ... function setattr (line 159) | def setattr(*args) -> Any: ... function sorted (line 160) | def sorted(*args) -> Any: ... class str (line 162) | class str: method count (line 163) | def count(self, *args) -> Any: ... method endswith (line 164) | def endswith(self, *args) -> Any: ... method find (line 165) | def find(self, *args) -> Any: ... method format (line 166) | def format(self, *args) -> Any: ... method index (line 167) | def index(self, *args) -> Any: ... method isalpha (line 168) | def isalpha(self, *args) -> Any: ... method isdigit (line 169) | def isdigit(self, *args) -> Any: ... method islower (line 170) | def islower(self, *args) -> Any: ... method isspace (line 171) | def isspace(self, *args) -> Any: ... method isupper (line 172) | def isupper(self, *args) -> Any: ... method join (line 173) | def join(self, *args) -> Any: ... method lower (line 174) | def lower(self, *args) -> Any: ... method lstrip (line 175) | def lstrip(self, *args) -> Any: ... method replace (line 176) | def replace(self, *args) -> Any: ... method rfind (line 177) | def rfind(self, *args) -> Any: ... method rindex (line 178) | def rindex(self, *args) -> Any: ... method rsplit (line 179) | def rsplit(self, *args) -> Any: ... method rstrip (line 180) | def rstrip(self, *args) -> Any: ... method split (line 181) | def split(self, *args) -> Any: ... method startswith (line 182) | def startswith(self, *args) -> Any: ... method strip (line 183) | def strip(self, *args) -> Any: ... method upper (line 184) | def upper(self, *args) -> Any: ... method center (line 185) | def center(self, *args) -> Any: ... method encode (line 186) | def encode(self, *args) -> Any: ... method partition (line 187) | def partition(self, *args) -> Any: ... method rpartition (line 188) | def rpartition(self, *args) -> Any: ... method splitlines (line 189) | def splitlines(self, *args) -> Any: ... function sum (line 191) | def sum(*args) -> Any: ... class super (line 193) | class super: ... class tuple (line 195) | class tuple: method count (line 196) | def count(self, *args) -> Any: ... method index (line 197) | def index(self, *args) -> Any: ... class type (line 199) | class type: ... class zip (line 200) | class zip: ... class StopAsyncIteration (line 201) | class StopAsyncIteration: ... class UnicodeError (line 202) | class UnicodeError(Exception): ... class ViperTypeError (line 203) | class ViperTypeError(Exception): ... function bin (line 205) | def bin(*args) -> Any: ... function compile (line 206) | def compile(*args) -> Any: ... class complex (line 208) | class complex: ... function delattr (line 210) | def delattr(*args) -> Any: ... class enumerate (line 212) | class enumerate: ... class filter (line 213) | class filter: ... class float (line 214) | class float: ... class frozenset (line 216) | class frozenset: method copy (line 217) | def copy(self, *args) -> Any: ... method difference (line 218) | def difference(self, *args) -> Any: ... method intersection (line 219) | def intersection(self, *args) -> Any: ... method isdisjoint (line 220) | def isdisjoint(self, *args) -> Any: ... method issubset (line 221) | def issubset(self, *args) -> Any: ... method issuperset (line 222) | def issuperset(self, *args) -> Any: ... method symmetric_difference (line 223) | def symmetric_difference(self, *args) -> Any: ... method union (line 224) | def union(self, *args) -> Any: ... function help (line 226) | def help(*args) -> Any: ... function hex (line 227) | def hex(*args) -> Any: ... function input (line 228) | def input(*args) -> Any: ... function max (line 229) | def max(*args) -> Any: ... class memoryview (line 231) | class memoryview: ... function min (line 233) | def min(*args) -> Any: ... function oct (line 234) | def oct(*args) -> Any: ... class property (line 236) | class property: method deleter (line 237) | def deleter(self, *args) -> Any: ... method getter (line 238) | def getter(self, *args) -> Any: ... method setter (line 239) | def setter(self, *args) -> Any: ... class reversed (line 241) | class reversed: ... class slice (line 242) | class slice: ... FILE: stubs/micropython-v1_17-rp2/cmath.py function cos (line 9) | def cos(*args) -> Any: function exp (line 16) | def exp(*args) -> Any: function log (line 20) | def log(*args) -> Any: function log10 (line 24) | def log10(*args) -> Any: function phase (line 28) | def phase(*args) -> Any: function polar (line 35) | def polar(*args) -> Any: function rect (line 39) | def rect(*args) -> Any: function sin (line 43) | def sin(*args) -> Any: function sqrt (line 47) | def sqrt(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/cmath.pyi function cos (line 3) | def cos(*args) -> Any: ... function exp (line 7) | def exp(*args) -> Any: ... function log (line 8) | def log(*args) -> Any: ... function log10 (line 9) | def log10(*args) -> Any: ... function phase (line 10) | def phase(*args) -> Any: ... function polar (line 14) | def polar(*args) -> Any: ... function rect (line 15) | def rect(*args) -> Any: ... function sin (line 16) | def sin(*args) -> Any: ... function sqrt (line 17) | def sqrt(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/collections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *args) -> Any: method copy (line 15) | def copy(self, *args) -> Any: method get (line 18) | def get(self, *args) -> Any: method items (line 21) | def items(self, *args) -> Any: method keys (line 24) | def keys(self, *args) -> Any: method pop (line 27) | def pop(self, *args) -> Any: method popitem (line 30) | def popitem(self, *args) -> Any: method setdefault (line 33) | def setdefault(self, *args) -> Any: method update (line 36) | def update(self, *args) -> Any: method values (line 39) | def values(self, *args) -> Any: method fromkeys (line 43) | def fromkeys(cls, *args) -> Any: class deque (line 47) | class deque: method append (line 50) | def append(self, *args) -> Any: method popleft (line 53) | def popleft(self, *args) -> Any: function namedtuple (line 57) | def namedtuple(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/collections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *args) -> Any: ... method copy (line 5) | def copy(self, *args) -> Any: ... method get (line 6) | def get(self, *args) -> Any: ... method items (line 7) | def items(self, *args) -> Any: ... method keys (line 8) | def keys(self, *args) -> Any: ... method pop (line 9) | def pop(self, *args) -> Any: ... method popitem (line 10) | def popitem(self, *args) -> Any: ... method setdefault (line 11) | def setdefault(self, *args) -> Any: ... method update (line 12) | def update(self, *args) -> Any: ... method values (line 13) | def values(self, *args) -> Any: ... method fromkeys (line 15) | def fromkeys(cls, *args) -> Any: ... class deque (line 17) | class deque: method append (line 18) | def append(self, *args) -> Any: ... method popleft (line 19) | def popleft(self, *args) -> Any: ... function namedtuple (line 21) | def namedtuple(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/ds18x20.py function const (line 9) | def const(*args) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *args) -> None: method scan (line 19) | def scan(self, *args) -> Any: method convert_temp (line 22) | def convert_temp(self, *args) -> Any: method read_scratch (line 25) | def read_scratch(self, *args) -> Any: method write_scratch (line 28) | def write_scratch(self, *args) -> Any: method read_temp (line 31) | def read_temp(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2/ds18x20.pyi function const (line 3) | def const(*args) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *args) -> None: ... method scan (line 7) | def scan(self, *args) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args) -> Any: ... method read_temp (line 11) | def read_temp(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method blit (line 12) | def blit(self, *args) -> Any: method fill (line 15) | def fill(self, *args) -> Any: method fill_rect (line 18) | def fill_rect(self, *args) -> Any: method hline (line 21) | def hline(self, *args) -> Any: method line (line 24) | def line(self, *args) -> Any: method pixel (line 27) | def pixel(self, *args) -> Any: method rect (line 30) | def rect(self, *args) -> Any: method scroll (line 33) | def scroll(self, *args) -> Any: method text (line 36) | def text(self, *args) -> Any: method vline (line 39) | def vline(self, *args) -> Any: function FrameBuffer1 (line 43) | def FrameBuffer1(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method blit (line 4) | def blit(self, *args) -> Any: ... method fill (line 5) | def fill(self, *args) -> Any: ... method fill_rect (line 6) | def fill_rect(self, *args) -> Any: ... method hline (line 7) | def hline(self, *args) -> Any: ... method line (line 8) | def line(self, *args) -> Any: ... method pixel (line 9) | def pixel(self, *args) -> Any: ... method rect (line 10) | def rect(self, *args) -> Any: ... method scroll (line 11) | def scroll(self, *args) -> Any: ... method text (line 12) | def text(self, *args) -> Any: ... method vline (line 13) | def vline(self, *args) -> Any: ... function FrameBuffer1 (line 15) | def FrameBuffer1(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/gc.py function collect (line 9) | def collect(*args) -> Any: function disable (line 13) | def disable(*args) -> Any: function enable (line 17) | def enable(*args) -> Any: function isenabled (line 21) | def isenabled(*args) -> Any: function mem_alloc (line 25) | def mem_alloc(*args) -> Any: function mem_free (line 29) | def mem_free(*args) -> Any: function threshold (line 33) | def threshold(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/gc.pyi function collect (line 3) | def collect(*args) -> Any: ... function disable (line 4) | def disable(*args) -> Any: ... function enable (line 5) | def enable(*args) -> Any: ... function isenabled (line 6) | def isenabled(*args) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args) -> Any: ... function mem_free (line 8) | def mem_free(*args) -> Any: ... function threshold (line 9) | def threshold(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/hashlib.py class sha256 (line 9) | class sha256: method update (line 12) | def update(self, *args) -> Any: method digest (line 15) | def digest(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2/hashlib.pyi class sha256 (line 3) | class sha256: method update (line 4) | def update(self, *args) -> Any: ... method digest (line 5) | def digest(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/io.py function open (line 9) | def open(*args) -> Any: class BytesIO (line 13) | class BytesIO: method close (line 16) | def close(self, *args) -> Any: method read (line 19) | def read(self, *args) -> Any: method readinto (line 22) | def readinto(self, *args) -> Any: method readline (line 25) | def readline(self, *args) -> Any: method write (line 28) | def write(self, *args) -> Any: method flush (line 31) | def flush(self, *args) -> Any: method getvalue (line 34) | def getvalue(self, *args) -> Any: method seek (line 37) | def seek(self, *args) -> Any: method tell (line 40) | def tell(self, *args) -> Any: class FileIO (line 44) | class FileIO: method close (line 47) | def close(self, *args) -> Any: method read (line 50) | def read(self, *args) -> Any: method readinto (line 53) | def readinto(self, *args) -> Any: method readline (line 56) | def readline(self, *args) -> Any: method write (line 59) | def write(self, *args) -> Any: method flush (line 62) | def flush(self, *args) -> Any: method readlines (line 65) | def readlines(self, *args) -> Any: method seek (line 68) | def seek(self, *args) -> Any: method tell (line 71) | def tell(self, *args) -> Any: class IOBase (line 75) | class IOBase: class StringIO (line 79) | class StringIO: method close (line 82) | def close(self, *args) -> Any: method read (line 85) | def read(self, *args) -> Any: method readinto (line 88) | def readinto(self, *args) -> Any: method readline (line 91) | def readline(self, *args) -> Any: method write (line 94) | def write(self, *args) -> Any: method flush (line 97) | def flush(self, *args) -> Any: method getvalue (line 100) | def getvalue(self, *args) -> Any: method seek (line 103) | def seek(self, *args) -> Any: method tell (line 106) | def tell(self, *args) -> Any: class TextIOWrapper (line 110) | class TextIOWrapper: method close (line 113) | def close(self, *args) -> Any: method read (line 116) | def read(self, *args) -> Any: method readinto (line 119) | def readinto(self, *args) -> Any: method readline (line 122) | def readline(self, *args) -> Any: method write (line 125) | def write(self, *args) -> Any: method flush (line 128) | def flush(self, *args) -> Any: method readlines (line 131) | def readlines(self, *args) -> Any: method seek (line 134) | def seek(self, *args) -> Any: method tell (line 137) | def tell(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2/io.pyi function open (line 3) | def open(*args) -> Any: ... class BytesIO (line 5) | class BytesIO: method close (line 6) | def close(self, *args) -> Any: ... method read (line 7) | def read(self, *args) -> Any: ... method readinto (line 8) | def readinto(self, *args) -> Any: ... method readline (line 9) | def readline(self, *args) -> Any: ... method write (line 10) | def write(self, *args) -> Any: ... method flush (line 11) | def flush(self, *args) -> Any: ... method getvalue (line 12) | def getvalue(self, *args) -> Any: ... method seek (line 13) | def seek(self, *args) -> Any: ... method tell (line 14) | def tell(self, *args) -> Any: ... class FileIO (line 16) | class FileIO: method close (line 17) | def close(self, *args) -> Any: ... method read (line 18) | def read(self, *args) -> Any: ... method readinto (line 19) | def readinto(self, *args) -> Any: ... method readline (line 20) | def readline(self, *args) -> Any: ... method write (line 21) | def write(self, *args) -> Any: ... method flush (line 22) | def flush(self, *args) -> Any: ... method readlines (line 23) | def readlines(self, *args) -> Any: ... method seek (line 24) | def seek(self, *args) -> Any: ... method tell (line 25) | def tell(self, *args) -> Any: ... class IOBase (line 27) | class IOBase: ... class StringIO (line 29) | class StringIO: method close (line 30) | def close(self, *args) -> Any: ... method read (line 31) | def read(self, *args) -> Any: ... method readinto (line 32) | def readinto(self, *args) -> Any: ... method readline (line 33) | def readline(self, *args) -> Any: ... method write (line 34) | def write(self, *args) -> Any: ... method flush (line 35) | def flush(self, *args) -> Any: ... method getvalue (line 36) | def getvalue(self, *args) -> Any: ... method seek (line 37) | def seek(self, *args) -> Any: ... method tell (line 38) | def tell(self, *args) -> Any: ... class TextIOWrapper (line 40) | class TextIOWrapper: method close (line 41) | def close(self, *args) -> Any: ... method read (line 42) | def read(self, *args) -> Any: ... method readinto (line 43) | def readinto(self, *args) -> Any: ... method readline (line 44) | def readline(self, *args) -> Any: ... method write (line 45) | def write(self, *args) -> Any: ... method flush (line 46) | def flush(self, *args) -> Any: ... method readlines (line 47) | def readlines(self, *args) -> Any: ... method seek (line 48) | def seek(self, *args) -> Any: ... method tell (line 49) | def tell(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/json.py function dump (line 9) | def dump(*args) -> Any: function dumps (line 13) | def dumps(*args) -> Any: function load (line 17) | def load(*args) -> Any: function loads (line 21) | def loads(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/json.pyi function dump (line 3) | def dump(*args) -> Any: ... function dumps (line 4) | def dumps(*args) -> Any: ... function load (line 5) | def load(*args) -> Any: ... function loads (line 6) | def loads(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/logging.py function debug (line 9) | def debug(*args) -> Any: function getLogger (line 13) | def getLogger(*args) -> Any: function info (line 17) | def info(*args) -> Any: function basicConfig (line 21) | def basicConfig(*args) -> Any: class Logger (line 33) | class Logger: method __init__ (line 36) | def __init__(self, *args) -> None: method debug (line 39) | def debug(self, *args) -> Any: method log (line 42) | def log(self, *args) -> Any: method exception (line 45) | def exception(self, *args) -> Any: method info (line 48) | def info(self, *args) -> Any: method error (line 51) | def error(self, *args) -> Any: method warning (line 54) | def warning(self, *args) -> Any: method setLevel (line 59) | def setLevel(self, *args) -> Any: method isEnabledFor (line 62) | def isEnabledFor(self, *args) -> Any: method critical (line 65) | def critical(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2/logging.pyi function debug (line 3) | def debug(*args) -> Any: ... function getLogger (line 4) | def getLogger(*args) -> Any: ... function info (line 5) | def info(*args) -> Any: ... function basicConfig (line 6) | def basicConfig(*args) -> Any: ... class Logger (line 15) | class Logger: method __init__ (line 16) | def __init__(self, *args) -> None: ... method debug (line 17) | def debug(self, *args) -> Any: ... method log (line 18) | def log(self, *args) -> Any: ... method exception (line 19) | def exception(self, *args) -> Any: ... method info (line 20) | def info(self, *args) -> Any: ... method error (line 21) | def error(self, *args) -> Any: ... method warning (line 22) | def warning(self, *args) -> Any: ... method setLevel (line 24) | def setLevel(self, *args) -> Any: ... method isEnabledFor (line 25) | def isEnabledFor(self, *args) -> Any: ... method critical (line 26) | def critical(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/machine.py class ADC (line 9) | class ADC: method read_u16 (line 14) | def read_u16(self, *args) -> Any: class I2C (line 18) | class I2C: method readinto (line 21) | def readinto(self, *args) -> Any: method start (line 24) | def start(self, *args) -> Any: method stop (line 27) | def stop(self, *args) -> Any: method write (line 30) | def write(self, *args) -> Any: method init (line 33) | def init(self, *args) -> Any: method readfrom (line 36) | def readfrom(self, *args) -> Any: method readfrom_into (line 39) | def readfrom_into(self, *args) -> Any: method readfrom_mem (line 42) | def readfrom_mem(self, *args) -> Any: method readfrom_mem_into (line 45) | def readfrom_mem_into(self, *args) -> Any: method scan (line 48) | def scan(self, *args) -> Any: method writeto (line 51) | def writeto(self, *args) -> Any: method writeto_mem (line 54) | def writeto_mem(self, *args) -> Any: method writevto (line 57) | def writevto(self, *args) -> Any: class PWM (line 61) | class PWM: method deinit (line 64) | def deinit(self, *args) -> Any: method duty_ns (line 67) | def duty_ns(self, *args) -> Any: method duty_u16 (line 70) | def duty_u16(self, *args) -> Any: method freq (line 73) | def freq(self, *args) -> Any: class Pin (line 80) | class Pin: method value (line 83) | def value(self, *args) -> Any: method high (line 95) | def high(self, *args) -> Any: method init (line 98) | def init(self, *args) -> Any: method irq (line 101) | def irq(self, *args) -> Any: method low (line 104) | def low(self, *args) -> Any: method off (line 107) | def off(self, *args) -> Any: method on (line 110) | def on(self, *args) -> Any: method toggle (line 113) | def toggle(self, *args) -> Any: class RTC (line 117) | class RTC: method datetime (line 120) | def datetime(self, *args) -> Any: class SPI (line 124) | class SPI: method read (line 127) | def read(self, *args) -> Any: method readinto (line 130) | def readinto(self, *args) -> Any: method write (line 133) | def write(self, *args) -> Any: method deinit (line 139) | def deinit(self, *args) -> Any: method init (line 142) | def init(self, *args) -> Any: method write_readinto (line 145) | def write_readinto(self, *args) -> Any: class Signal (line 149) | class Signal: method value (line 152) | def value(self, *args) -> Any: method off (line 155) | def off(self, *args) -> Any: method on (line 158) | def on(self, *args) -> Any: class SoftI2C (line 162) | class SoftI2C: method readinto (line 165) | def readinto(self, *args) -> Any: method start (line 168) | def start(self, *args) -> Any: method stop (line 171) | def stop(self, *args) -> Any: method write (line 174) | def write(self, *args) -> Any: method init (line 177) | def init(self, *args) -> Any: method readfrom (line 180) | def readfrom(self, *args) -> Any: method readfrom_into (line 183) | def readfrom_into(self, *args) -> Any: method readfrom_mem (line 186) | def readfrom_mem(self, *args) -> Any: method readfrom_mem_into (line 189) | def readfrom_mem_into(self, *args) -> Any: method scan (line 192) | def scan(self, *args) -> Any: method writeto (line 195) | def writeto(self, *args) -> Any: method writeto_mem (line 198) | def writeto_mem(self, *args) -> Any: method writevto (line 201) | def writevto(self, *args) -> Any: class SoftSPI (line 205) | class SoftSPI: method read (line 208) | def read(self, *args) -> Any: method readinto (line 211) | def readinto(self, *args) -> Any: method write (line 214) | def write(self, *args) -> Any: method deinit (line 220) | def deinit(self, *args) -> Any: method init (line 223) | def init(self, *args) -> Any: method write_readinto (line 226) | def write_readinto(self, *args) -> Any: class Timer (line 230) | class Timer: method deinit (line 236) | def deinit(self, *args) -> Any: method init (line 239) | def init(self, *args) -> Any: class UART (line 243) | class UART: method any (line 246) | def any(self, *args) -> Any: method read (line 249) | def read(self, *args) -> Any: method readinto (line 252) | def readinto(self, *args) -> Any: method readline (line 255) | def readline(self, *args) -> Any: method write (line 258) | def write(self, *args) -> Any: method sendbreak (line 266) | def sendbreak(self, *args) -> Any: class WDT (line 270) | class WDT: method feed (line 273) | def feed(self, *args) -> Any: function bootloader (line 280) | def bootloader(*args) -> Any: function deepsleep (line 284) | def deepsleep(*args) -> Any: function disable_irq (line 288) | def disable_irq(*args) -> Any: function enable_irq (line 292) | def enable_irq(*args) -> Any: function freq (line 296) | def freq(*args) -> Any: function idle (line 300) | def idle(*args) -> Any: function lightsleep (line 304) | def lightsleep(*args) -> Any: function reset (line 313) | def reset(*args) -> Any: function reset_cause (line 317) | def reset_cause(*args) -> Any: function soft_reset (line 321) | def soft_reset(*args) -> Any: function time_pulse_us (line 325) | def time_pulse_us(*args) -> Any: function unique_id (line 329) | def unique_id(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/machine.pyi class ADC (line 3) | class ADC: method read_u16 (line 5) | def read_u16(self, *args) -> Any: ... class I2C (line 7) | class I2C: method readinto (line 8) | def readinto(self, *args) -> Any: ... method start (line 9) | def start(self, *args) -> Any: ... method stop (line 10) | def stop(self, *args) -> Any: ... method write (line 11) | def write(self, *args) -> Any: ... method init (line 12) | def init(self, *args) -> Any: ... method readfrom (line 13) | def readfrom(self, *args) -> Any: ... method readfrom_into (line 14) | def readfrom_into(self, *args) -> Any: ... method readfrom_mem (line 15) | def readfrom_mem(self, *args) -> Any: ... method readfrom_mem_into (line 16) | def readfrom_mem_into(self, *args) -> Any: ... method scan (line 17) | def scan(self, *args) -> Any: ... method writeto (line 18) | def writeto(self, *args) -> Any: ... method writeto_mem (line 19) | def writeto_mem(self, *args) -> Any: ... method writevto (line 20) | def writevto(self, *args) -> Any: ... class PWM (line 22) | class PWM: method deinit (line 23) | def deinit(self, *args) -> Any: ... method duty_ns (line 24) | def duty_ns(self, *args) -> Any: ... method duty_u16 (line 25) | def duty_u16(self, *args) -> Any: ... method freq (line 26) | def freq(self, *args) -> Any: ... class Pin (line 30) | class Pin: method value (line 31) | def value(self, *args) -> Any: ... method high (line 40) | def high(self, *args) -> Any: ... method init (line 41) | def init(self, *args) -> Any: ... method irq (line 42) | def irq(self, *args) -> Any: ... method low (line 43) | def low(self, *args) -> Any: ... method off (line 44) | def off(self, *args) -> Any: ... method on (line 45) | def on(self, *args) -> Any: ... method toggle (line 46) | def toggle(self, *args) -> Any: ... class RTC (line 48) | class RTC: method datetime (line 49) | def datetime(self, *args) -> Any: ... class SPI (line 51) | class SPI: method read (line 52) | def read(self, *args) -> Any: ... method readinto (line 53) | def readinto(self, *args) -> Any: ... method write (line 54) | def write(self, *args) -> Any: ... method deinit (line 57) | def deinit(self, *args) -> Any: ... method init (line 58) | def init(self, *args) -> Any: ... method write_readinto (line 59) | def write_readinto(self, *args) -> Any: ... class Signal (line 61) | class Signal: method value (line 62) | def value(self, *args) -> Any: ... method off (line 63) | def off(self, *args) -> Any: ... method on (line 64) | def on(self, *args) -> Any: ... class SoftI2C (line 66) | class SoftI2C: method readinto (line 67) | def readinto(self, *args) -> Any: ... method start (line 68) | def start(self, *args) -> Any: ... method stop (line 69) | def stop(self, *args) -> Any: ... method write (line 70) | def write(self, *args) -> Any: ... method init (line 71) | def init(self, *args) -> Any: ... method readfrom (line 72) | def readfrom(self, *args) -> Any: ... method readfrom_into (line 73) | def readfrom_into(self, *args) -> Any: ... method readfrom_mem (line 74) | def readfrom_mem(self, *args) -> Any: ... method readfrom_mem_into (line 75) | def readfrom_mem_into(self, *args) -> Any: ... method scan (line 76) | def scan(self, *args) -> Any: ... method writeto (line 77) | def writeto(self, *args) -> Any: ... method writeto_mem (line 78) | def writeto_mem(self, *args) -> Any: ... method writevto (line 79) | def writevto(self, *args) -> Any: ... class SoftSPI (line 81) | class SoftSPI: method read (line 82) | def read(self, *args) -> Any: ... method readinto (line 83) | def readinto(self, *args) -> Any: ... method write (line 84) | def write(self, *args) -> Any: ... method deinit (line 87) | def deinit(self, *args) -> Any: ... method init (line 88) | def init(self, *args) -> Any: ... method write_readinto (line 89) | def write_readinto(self, *args) -> Any: ... class Timer (line 91) | class Timer: method deinit (line 94) | def deinit(self, *args) -> Any: ... method init (line 95) | def init(self, *args) -> Any: ... class UART (line 97) | class UART: method any (line 98) | def any(self, *args) -> Any: ... method read (line 99) | def read(self, *args) -> Any: ... method readinto (line 100) | def readinto(self, *args) -> Any: ... method readline (line 101) | def readline(self, *args) -> Any: ... method write (line 102) | def write(self, *args) -> Any: ... method sendbreak (line 107) | def sendbreak(self, *args) -> Any: ... class WDT (line 109) | class WDT: method feed (line 110) | def feed(self, *args) -> Any: ... function bootloader (line 114) | def bootloader(*args) -> Any: ... function deepsleep (line 115) | def deepsleep(*args) -> Any: ... function disable_irq (line 116) | def disable_irq(*args) -> Any: ... function enable_irq (line 117) | def enable_irq(*args) -> Any: ... function freq (line 118) | def freq(*args) -> Any: ... function idle (line 119) | def idle(*args) -> Any: ... function lightsleep (line 120) | def lightsleep(*args) -> Any: ... function reset (line 126) | def reset(*args) -> Any: ... function reset_cause (line 127) | def reset_cause(*args) -> Any: ... function soft_reset (line 128) | def soft_reset(*args) -> Any: ... function time_pulse_us (line 129) | def time_pulse_us(*args) -> Any: ... function unique_id (line 130) | def unique_id(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/math.py function pow (line 9) | def pow(*args) -> Any: function acos (line 13) | def acos(*args) -> Any: function acosh (line 17) | def acosh(*args) -> Any: function asin (line 21) | def asin(*args) -> Any: function asinh (line 25) | def asinh(*args) -> Any: function atan (line 29) | def atan(*args) -> Any: function atan2 (line 33) | def atan2(*args) -> Any: function atanh (line 37) | def atanh(*args) -> Any: function ceil (line 41) | def ceil(*args) -> Any: function copysign (line 45) | def copysign(*args) -> Any: function cos (line 49) | def cos(*args) -> Any: function cosh (line 53) | def cosh(*args) -> Any: function degrees (line 57) | def degrees(*args) -> Any: function erf (line 64) | def erf(*args) -> Any: function erfc (line 68) | def erfc(*args) -> Any: function exp (line 72) | def exp(*args) -> Any: function expm1 (line 76) | def expm1(*args) -> Any: function fabs (line 80) | def fabs(*args) -> Any: function factorial (line 84) | def factorial(*args) -> Any: function floor (line 88) | def floor(*args) -> Any: function fmod (line 92) | def fmod(*args) -> Any: function frexp (line 96) | def frexp(*args) -> Any: function gamma (line 100) | def gamma(*args) -> Any: function isclose (line 104) | def isclose(*args) -> Any: function isfinite (line 108) | def isfinite(*args) -> Any: function isinf (line 112) | def isinf(*args) -> Any: function isnan (line 116) | def isnan(*args) -> Any: function ldexp (line 120) | def ldexp(*args) -> Any: function lgamma (line 124) | def lgamma(*args) -> Any: function log (line 128) | def log(*args) -> Any: function log10 (line 132) | def log10(*args) -> Any: function log2 (line 136) | def log2(*args) -> Any: function modf (line 140) | def modf(*args) -> Any: function radians (line 147) | def radians(*args) -> Any: function sin (line 151) | def sin(*args) -> Any: function sinh (line 155) | def sinh(*args) -> Any: function sqrt (line 159) | def sqrt(*args) -> Any: function tan (line 163) | def tan(*args) -> Any: function tanh (line 167) | def tanh(*args) -> Any: function trunc (line 171) | def trunc(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/math.pyi function pow (line 3) | def pow(*args) -> Any: ... function acos (line 4) | def acos(*args) -> Any: ... function acosh (line 5) | def acosh(*args) -> Any: ... function asin (line 6) | def asin(*args) -> Any: ... function asinh (line 7) | def asinh(*args) -> Any: ... function atan (line 8) | def atan(*args) -> Any: ... function atan2 (line 9) | def atan2(*args) -> Any: ... function atanh (line 10) | def atanh(*args) -> Any: ... function ceil (line 11) | def ceil(*args) -> Any: ... function copysign (line 12) | def copysign(*args) -> Any: ... function cos (line 13) | def cos(*args) -> Any: ... function cosh (line 14) | def cosh(*args) -> Any: ... function degrees (line 15) | def degrees(*args) -> Any: ... function erf (line 19) | def erf(*args) -> Any: ... function erfc (line 20) | def erfc(*args) -> Any: ... function exp (line 21) | def exp(*args) -> Any: ... function expm1 (line 22) | def expm1(*args) -> Any: ... function fabs (line 23) | def fabs(*args) -> Any: ... function factorial (line 24) | def factorial(*args) -> Any: ... function floor (line 25) | def floor(*args) -> Any: ... function fmod (line 26) | def fmod(*args) -> Any: ... function frexp (line 27) | def frexp(*args) -> Any: ... function gamma (line 28) | def gamma(*args) -> Any: ... function isclose (line 29) | def isclose(*args) -> Any: ... function isfinite (line 30) | def isfinite(*args) -> Any: ... function isinf (line 31) | def isinf(*args) -> Any: ... function isnan (line 32) | def isnan(*args) -> Any: ... function ldexp (line 33) | def ldexp(*args) -> Any: ... function lgamma (line 34) | def lgamma(*args) -> Any: ... function log (line 35) | def log(*args) -> Any: ... function log10 (line 36) | def log10(*args) -> Any: ... function log2 (line 37) | def log2(*args) -> Any: ... function modf (line 38) | def modf(*args) -> Any: ... function radians (line 42) | def radians(*args) -> Any: ... function sin (line 43) | def sin(*args) -> Any: ... function sinh (line 44) | def sinh(*args) -> Any: ... function sqrt (line 45) | def sqrt(*args) -> Any: ... function tan (line 46) | def tan(*args) -> Any: ... function tanh (line 47) | def tanh(*args) -> Any: ... function trunc (line 48) | def trunc(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/micropython.py function const (line 9) | def const(*args) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args) -> Any: function heap_lock (line 17) | def heap_lock(*args) -> Any: function heap_unlock (line 21) | def heap_unlock(*args) -> Any: function kbd_intr (line 25) | def kbd_intr(*args) -> Any: function mem_info (line 29) | def mem_info(*args) -> Any: function opt_level (line 33) | def opt_level(*args) -> Any: function qstr_info (line 37) | def qstr_info(*args) -> Any: function schedule (line 41) | def schedule(*args) -> Any: function stack_use (line 45) | def stack_use(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/micropython.pyi function const (line 3) | def const(*args) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args) -> Any: ... function heap_lock (line 5) | def heap_lock(*args) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args) -> Any: ... function mem_info (line 8) | def mem_info(*args) -> Any: ... function opt_level (line 9) | def opt_level(*args) -> Any: ... function qstr_info (line 10) | def qstr_info(*args) -> Any: ... function schedule (line 11) | def schedule(*args) -> Any: ... function stack_use (line 12) | def stack_use(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *args) -> None: method readinto (line 19) | def readinto(self, *args) -> Any: method write (line 22) | def write(self, *args) -> Any: method crc8 (line 25) | def crc8(self, *args) -> Any: method readbit (line 28) | def readbit(self, *args) -> Any: method readbyte (line 31) | def readbyte(self, *args) -> Any: method reset (line 34) | def reset(self, *args) -> Any: method scan (line 37) | def scan(self, *args) -> Any: method writebit (line 40) | def writebit(self, *args) -> Any: method writebyte (line 43) | def writebyte(self, *args) -> Any: method select_rom (line 50) | def select_rom(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *args) -> None: ... method readinto (line 7) | def readinto(self, *args) -> Any: ... method write (line 8) | def write(self, *args) -> Any: ... method crc8 (line 9) | def crc8(self, *args) -> Any: ... method readbit (line 10) | def readbit(self, *args) -> Any: ... method readbyte (line 11) | def readbyte(self, *args) -> Any: ... method reset (line 12) | def reset(self, *args) -> Any: ... method scan (line 13) | def scan(self, *args) -> Any: ... method writebit (line 14) | def writebit(self, *args) -> Any: ... method writebyte (line 15) | def writebyte(self, *args) -> Any: ... method select_rom (line 19) | def select_rom(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/os.py function remove (line 9) | def remove(*args) -> Any: class VfsFat (line 13) | class VfsFat: method open (line 16) | def open(self, *args) -> Any: method remove (line 19) | def remove(self, *args) -> Any: method chdir (line 22) | def chdir(self, *args) -> Any: method getcwd (line 25) | def getcwd(self, *args) -> Any: method ilistdir (line 28) | def ilistdir(self, *args) -> Any: method mkdir (line 31) | def mkdir(self, *args) -> Any: method mkfs (line 34) | def mkfs(self, *args) -> Any: method mount (line 37) | def mount(self, *args) -> Any: method rename (line 40) | def rename(self, *args) -> Any: method rmdir (line 43) | def rmdir(self, *args) -> Any: method stat (line 46) | def stat(self, *args) -> Any: method statvfs (line 49) | def statvfs(self, *args) -> Any: method umount (line 52) | def umount(self, *args) -> Any: class VfsLfs2 (line 56) | class VfsLfs2: method open (line 59) | def open(self, *args) -> Any: method remove (line 62) | def remove(self, *args) -> Any: method chdir (line 65) | def chdir(self, *args) -> Any: method getcwd (line 68) | def getcwd(self, *args) -> Any: method ilistdir (line 71) | def ilistdir(self, *args) -> Any: method mkdir (line 74) | def mkdir(self, *args) -> Any: method mkfs (line 77) | def mkfs(self, *args) -> Any: method mount (line 80) | def mount(self, *args) -> Any: method rename (line 83) | def rename(self, *args) -> Any: method rmdir (line 86) | def rmdir(self, *args) -> Any: method stat (line 89) | def stat(self, *args) -> Any: method statvfs (line 92) | def statvfs(self, *args) -> Any: method umount (line 95) | def umount(self, *args) -> Any: function chdir (line 99) | def chdir(*args) -> Any: function getcwd (line 103) | def getcwd(*args) -> Any: function ilistdir (line 107) | def ilistdir(*args) -> Any: function listdir (line 111) | def listdir(*args) -> Any: function mkdir (line 115) | def mkdir(*args) -> Any: function mount (line 119) | def mount(*args) -> Any: function rename (line 123) | def rename(*args) -> Any: function rmdir (line 127) | def rmdir(*args) -> Any: function stat (line 131) | def stat(*args) -> Any: function statvfs (line 135) | def statvfs(*args) -> Any: function umount (line 139) | def umount(*args) -> Any: function uname (line 143) | def uname(*args) -> Any: function urandom (line 147) | def urandom(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/os.pyi function remove (line 3) | def remove(*args) -> Any: ... class VfsFat (line 5) | class VfsFat: method open (line 6) | def open(self, *args) -> Any: ... method remove (line 7) | def remove(self, *args) -> Any: ... method chdir (line 8) | def chdir(self, *args) -> Any: ... method getcwd (line 9) | def getcwd(self, *args) -> Any: ... method ilistdir (line 10) | def ilistdir(self, *args) -> Any: ... method mkdir (line 11) | def mkdir(self, *args) -> Any: ... method mkfs (line 12) | def mkfs(self, *args) -> Any: ... method mount (line 13) | def mount(self, *args) -> Any: ... method rename (line 14) | def rename(self, *args) -> Any: ... method rmdir (line 15) | def rmdir(self, *args) -> Any: ... method stat (line 16) | def stat(self, *args) -> Any: ... method statvfs (line 17) | def statvfs(self, *args) -> Any: ... method umount (line 18) | def umount(self, *args) -> Any: ... class VfsLfs2 (line 20) | class VfsLfs2: method open (line 21) | def open(self, *args) -> Any: ... method remove (line 22) | def remove(self, *args) -> Any: ... method chdir (line 23) | def chdir(self, *args) -> Any: ... method getcwd (line 24) | def getcwd(self, *args) -> Any: ... method ilistdir (line 25) | def ilistdir(self, *args) -> Any: ... method mkdir (line 26) | def mkdir(self, *args) -> Any: ... method mkfs (line 27) | def mkfs(self, *args) -> Any: ... method mount (line 28) | def mount(self, *args) -> Any: ... method rename (line 29) | def rename(self, *args) -> Any: ... method rmdir (line 30) | def rmdir(self, *args) -> Any: ... method stat (line 31) | def stat(self, *args) -> Any: ... method statvfs (line 32) | def statvfs(self, *args) -> Any: ... method umount (line 33) | def umount(self, *args) -> Any: ... function chdir (line 35) | def chdir(*args) -> Any: ... function getcwd (line 36) | def getcwd(*args) -> Any: ... function ilistdir (line 37) | def ilistdir(*args) -> Any: ... function listdir (line 38) | def listdir(*args) -> Any: ... function mkdir (line 39) | def mkdir(*args) -> Any: ... function mount (line 40) | def mount(*args) -> Any: ... function rename (line 41) | def rename(*args) -> Any: ... function rmdir (line 42) | def rmdir(*args) -> Any: ... function stat (line 43) | def stat(*args) -> Any: ... function statvfs (line 44) | def statvfs(*args) -> Any: ... function umount (line 45) | def umount(*args) -> Any: ... function uname (line 46) | def uname(*args) -> Any: ... function urandom (line 47) | def urandom(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/random.py function __init__ (line 9) | def __init__(*args) -> Any: function choice (line 13) | def choice(*args) -> Any: function getrandbits (line 17) | def getrandbits(*args) -> Any: function randint (line 21) | def randint(*args) -> Any: function random (line 25) | def random(*args) -> Any: function randrange (line 29) | def randrange(*args) -> Any: function seed (line 33) | def seed(*args) -> Any: function uniform (line 37) | def uniform(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/random.pyi function __init__ (line 3) | def __init__(*args) -> None: ... function choice (line 4) | def choice(*args) -> Any: ... function getrandbits (line 5) | def getrandbits(*args) -> Any: ... function randint (line 6) | def randint(*args) -> Any: ... function random (line 7) | def random(*args) -> Any: ... function randrange (line 8) | def randrange(*args) -> Any: ... function seed (line 9) | def seed(*args) -> Any: ... function uniform (line 10) | def uniform(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/re.py function compile (line 9) | def compile(*args) -> Any: function match (line 13) | def match(*args) -> Any: function search (line 17) | def search(*args) -> Any: function sub (line 21) | def sub(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/re.pyi function compile (line 3) | def compile(*args) -> Any: ... function match (line 4) | def match(*args) -> Any: ... function search (line 5) | def search(*args) -> Any: ... function sub (line 6) | def sub(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/select.py function poll (line 14) | def poll(*args) -> Any: function select (line 18) | def select(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/select.pyi function poll (line 8) | def poll(*args) -> Any: ... function select (line 9) | def select(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/struct.py function calcsize (line 9) | def calcsize(*args) -> Any: function pack (line 13) | def pack(*args) -> Any: function pack_into (line 17) | def pack_into(*args) -> Any: function unpack (line 21) | def unpack(*args) -> Any: function unpack_from (line 25) | def unpack_from(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/struct.pyi function calcsize (line 3) | def calcsize(*args) -> Any: ... function pack (line 4) | def pack(*args) -> Any: ... function pack_into (line 5) | def pack_into(*args) -> Any: ... function unpack (line 6) | def unpack(*args) -> Any: ... function unpack_from (line 7) | def unpack_from(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/sys.py function exit (line 12) | def exit(*args) -> Any: function print_exception (line 23) | def print_exception(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/sys.pyi function exit (line 6) | def exit(*args) -> Any: ... function print_exception (line 14) | def print_exception(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/time.py function gmtime (line 9) | def gmtime(*args) -> Any: function localtime (line 13) | def localtime(*args) -> Any: function mktime (line 17) | def mktime(*args) -> Any: function sleep (line 21) | def sleep(*args) -> Any: function sleep_ms (line 25) | def sleep_ms(*args) -> Any: function sleep_us (line 29) | def sleep_us(*args) -> Any: function ticks_add (line 33) | def ticks_add(*args) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args) -> Any: function ticks_diff (line 41) | def ticks_diff(*args) -> Any: function ticks_ms (line 45) | def ticks_ms(*args) -> Any: function ticks_us (line 49) | def ticks_us(*args) -> Any: function time (line 53) | def time(*args) -> Any: function time_ns (line 57) | def time_ns(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/time.pyi function gmtime (line 3) | def gmtime(*args) -> Any: ... function localtime (line 4) | def localtime(*args) -> Any: ... function mktime (line 5) | def mktime(*args) -> Any: ... function sleep (line 6) | def sleep(*args) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args) -> Any: ... function sleep_us (line 8) | def sleep_us(*args) -> Any: ... function ticks_add (line 9) | def ticks_add(*args) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args) -> Any: ... function ticks_us (line 13) | def ticks_us(*args) -> Any: ... function time (line 14) | def time(*args) -> Any: ... function time_ns (line 15) | def time_ns(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/uarray.py class array (line 9) | class array: method append (line 12) | def append(self, *args) -> Any: method extend (line 15) | def extend(self, *args) -> Any: method decode (line 18) | def decode(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2/uarray.pyi class array (line 3) | class array: method append (line 4) | def append(self, *args) -> Any: ... method extend (line 5) | def extend(self, *args) -> Any: ... method decode (line 6) | def decode(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: class TaskQueue (line 17) | class TaskQueue: method remove (line 20) | def remove(self, *args) -> Any: method peek (line 23) | def peek(self, *args) -> Any: method pop_head (line 26) | def pop_head(self, *args) -> Any: method push_head (line 29) | def push_head(self, *args) -> Any: method push_sorted (line 32) | def push_sorted(self, *args) -> Any: function sleep (line 36) | def sleep(*args) -> Any: function sleep_ms (line 40) | def sleep_ms(*args) -> Any: function ticks_add (line 44) | def ticks_add(*args) -> Any: function ticks_diff (line 48) | def ticks_diff(*args) -> Any: class Event (line 56) | class Event: method __init__ (line 59) | def __init__(self, *args) -> None: method clear (line 62) | def clear(self, *args) -> Any: method set (line 65) | def set(self, *args) -> Any: method is_set (line 70) | def is_set(self, *args) -> Any: class Lock (line 74) | class Lock: method __init__ (line 77) | def __init__(self, *args) -> None: method locked (line 82) | def locked(self, *args) -> Any: method release (line 85) | def release(self, *args) -> Any: function ticks (line 89) | def ticks(*args) -> Any: class TimeoutError (line 93) | class TimeoutError(Exception): class SingletonGenerator (line 97) | class SingletonGenerator: method __init__ (line 100) | def __init__(self, *args) -> None: class IOQueue (line 104) | class IOQueue: method __init__ (line 107) | def __init__(self, *args) -> None: method remove (line 110) | def remove(self, *args) -> Any: method queue_read (line 113) | def queue_read(self, *args) -> Any: method queue_write (line 116) | def queue_write(self, *args) -> Any: method wait_io_event (line 119) | def wait_io_event(self, *args) -> Any: function create_task (line 123) | def create_task(*args) -> Any: function run_until_complete (line 127) | def run_until_complete(*args) -> Any: function run (line 131) | def run(*args) -> Any: class Loop (line 135) | class Loop: method close (line 138) | def close(self, *args) -> Any: method stop (line 141) | def stop(self, *args) -> Any: method create_task (line 144) | def create_task(self, *args) -> Any: method run_until_complete (line 147) | def run_until_complete(self, *args) -> Any: method call_exception_handler (line 150) | def call_exception_handler(self, *args) -> Any: method run_forever (line 153) | def run_forever(self, *args) -> Any: method set_exception_handler (line 156) | def set_exception_handler(self, *args) -> Any: method get_exception_handler (line 159) | def get_exception_handler(self, *args) -> Any: method default_exception_handler (line 162) | def default_exception_handler(self, *args) -> Any: function get_event_loop (line 166) | def get_event_loop(*args) -> Any: function current_task (line 170) | def current_task(*args) -> Any: function new_event_loop (line 174) | def new_event_loop(*args) -> Any: class ThreadSafeFlag (line 178) | class ThreadSafeFlag: method __init__ (line 181) | def __init__(self, *args) -> None: method set (line 184) | def set(self, *args) -> Any: method ioctl (line 187) | def ioctl(self, *args) -> Any: function wait_for_ms (line 193) | def wait_for_ms(*args) -> Any: class StreamReader (line 197) | class StreamReader: method __init__ (line 200) | def __init__(self, *args) -> None: method close (line 203) | def close(self, *args) -> Any: method write (line 210) | def write(self, *args) -> Any: method get_extra_info (line 218) | def get_extra_info(self, *args) -> Any: class StreamWriter (line 225) | class StreamWriter: method __init__ (line 228) | def __init__(self, *args) -> None: method close (line 231) | def close(self, *args) -> Any: method write (line 238) | def write(self, *args) -> Any: method get_extra_info (line 246) | def get_extra_info(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 4) | class Task: ... class TaskQueue (line 6) | class TaskQueue: method remove (line 7) | def remove(self, *args) -> Any: ... method peek (line 8) | def peek(self, *args) -> Any: ... method pop_head (line 9) | def pop_head(self, *args) -> Any: ... method push_head (line 10) | def push_head(self, *args) -> Any: ... method push_sorted (line 11) | def push_sorted(self, *args) -> Any: ... function sleep (line 13) | def sleep(*args) -> Any: ... function sleep_ms (line 14) | def sleep_ms(*args) -> Any: ... function ticks_add (line 15) | def ticks_add(*args) -> Any: ... function ticks_diff (line 16) | def ticks_diff(*args) -> Any: ... class Event (line 21) | class Event: method __init__ (line 22) | def __init__(self, *args) -> None: ... method clear (line 23) | def clear(self, *args) -> Any: ... method set (line 24) | def set(self, *args) -> Any: ... method is_set (line 26) | def is_set(self, *args) -> Any: ... class Lock (line 28) | class Lock: method __init__ (line 29) | def __init__(self, *args) -> None: ... method locked (line 31) | def locked(self, *args) -> Any: ... method release (line 32) | def release(self, *args) -> Any: ... function ticks (line 34) | def ticks(*args) -> Any: ... class TimeoutError (line 36) | class TimeoutError(Exception): ... class SingletonGenerator (line 38) | class SingletonGenerator: method __init__ (line 39) | def __init__(self, *args) -> None: ... class IOQueue (line 41) | class IOQueue: method __init__ (line 42) | def __init__(self, *args) -> None: ... method remove (line 43) | def remove(self, *args) -> Any: ... method queue_read (line 44) | def queue_read(self, *args) -> Any: ... method queue_write (line 45) | def queue_write(self, *args) -> Any: ... method wait_io_event (line 46) | def wait_io_event(self, *args) -> Any: ... function create_task (line 48) | def create_task(*args) -> Any: ... function run_until_complete (line 49) | def run_until_complete(*args) -> Any: ... function run (line 50) | def run(*args) -> Any: ... class Loop (line 52) | class Loop: method close (line 53) | def close(self, *args) -> Any: ... method stop (line 54) | def stop(self, *args) -> Any: ... method create_task (line 55) | def create_task(self, *args) -> Any: ... method run_until_complete (line 56) | def run_until_complete(self, *args) -> Any: ... method call_exception_handler (line 57) | def call_exception_handler(self, *args) -> Any: ... method run_forever (line 58) | def run_forever(self, *args) -> Any: ... method set_exception_handler (line 59) | def set_exception_handler(self, *args) -> Any: ... method get_exception_handler (line 60) | def get_exception_handler(self, *args) -> Any: ... method default_exception_handler (line 61) | def default_exception_handler(self, *args) -> Any: ... function get_event_loop (line 63) | def get_event_loop(*args) -> Any: ... function current_task (line 64) | def current_task(*args) -> Any: ... function new_event_loop (line 65) | def new_event_loop(*args) -> Any: ... class ThreadSafeFlag (line 67) | class ThreadSafeFlag: method __init__ (line 68) | def __init__(self, *args) -> None: ... method set (line 69) | def set(self, *args) -> Any: ... method ioctl (line 70) | def ioctl(self, *args) -> Any: ... function wait_for_ms (line 73) | def wait_for_ms(*args) -> Any: ... class StreamReader (line 75) | class StreamReader: method __init__ (line 76) | def __init__(self, *args) -> None: ... method close (line 77) | def close(self, *args) -> Any: ... method write (line 81) | def write(self, *args) -> Any: ... method get_extra_info (line 86) | def get_extra_info(self, *args) -> Any: ... class StreamWriter (line 90) | class StreamWriter: method __init__ (line 91) | def __init__(self, *args) -> None: ... method close (line 92) | def close(self, *args) -> Any: ... method write (line 96) | def write(self, *args) -> Any: ... method get_extra_info (line 101) | def get_extra_info(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: class TaskQueue (line 17) | class TaskQueue: method remove (line 20) | def remove(self, *args) -> Any: method peek (line 23) | def peek(self, *args) -> Any: method pop_head (line 26) | def pop_head(self, *args) -> Any: method push_head (line 29) | def push_head(self, *args) -> Any: method push_sorted (line 32) | def push_sorted(self, *args) -> Any: function sleep (line 36) | def sleep(*args) -> Any: function sleep_ms (line 40) | def sleep_ms(*args) -> Any: function ticks_add (line 44) | def ticks_add(*args) -> Any: function ticks_diff (line 48) | def ticks_diff(*args) -> Any: function ticks (line 52) | def ticks(*args) -> Any: class TimeoutError (line 56) | class TimeoutError(Exception): class SingletonGenerator (line 60) | class SingletonGenerator: method __init__ (line 63) | def __init__(self, *args) -> None: class IOQueue (line 67) | class IOQueue: method __init__ (line 70) | def __init__(self, *args) -> None: method remove (line 73) | def remove(self, *args) -> Any: method queue_read (line 76) | def queue_read(self, *args) -> Any: method queue_write (line 79) | def queue_write(self, *args) -> Any: method wait_io_event (line 82) | def wait_io_event(self, *args) -> Any: function create_task (line 86) | def create_task(*args) -> Any: function run_until_complete (line 90) | def run_until_complete(*args) -> Any: function run (line 94) | def run(*args) -> Any: class Loop (line 98) | class Loop: method close (line 101) | def close(self, *args) -> Any: method stop (line 104) | def stop(self, *args) -> Any: method create_task (line 107) | def create_task(self, *args) -> Any: method run_until_complete (line 110) | def run_until_complete(self, *args) -> Any: method call_exception_handler (line 113) | def call_exception_handler(self, *args) -> Any: method run_forever (line 116) | def run_forever(self, *args) -> Any: method set_exception_handler (line 119) | def set_exception_handler(self, *args) -> Any: method get_exception_handler (line 122) | def get_exception_handler(self, *args) -> Any: method default_exception_handler (line 125) | def default_exception_handler(self, *args) -> Any: function get_event_loop (line 129) | def get_event_loop(*args) -> Any: function current_task (line 133) | def current_task(*args) -> Any: function new_event_loop (line 137) | def new_event_loop(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 4) | class Task: ... class TaskQueue (line 6) | class TaskQueue: method remove (line 7) | def remove(self, *args) -> Any: ... method peek (line 8) | def peek(self, *args) -> Any: ... method pop_head (line 9) | def pop_head(self, *args) -> Any: ... method push_head (line 10) | def push_head(self, *args) -> Any: ... method push_sorted (line 11) | def push_sorted(self, *args) -> Any: ... function sleep (line 13) | def sleep(*args) -> Any: ... function sleep_ms (line 14) | def sleep_ms(*args) -> Any: ... function ticks_add (line 15) | def ticks_add(*args) -> Any: ... function ticks_diff (line 16) | def ticks_diff(*args) -> Any: ... function ticks (line 17) | def ticks(*args) -> Any: ... class TimeoutError (line 19) | class TimeoutError(Exception): ... class SingletonGenerator (line 21) | class SingletonGenerator: method __init__ (line 22) | def __init__(self, *args) -> None: ... class IOQueue (line 24) | class IOQueue: method __init__ (line 25) | def __init__(self, *args) -> None: ... method remove (line 26) | def remove(self, *args) -> Any: ... method queue_read (line 27) | def queue_read(self, *args) -> Any: ... method queue_write (line 28) | def queue_write(self, *args) -> Any: ... method wait_io_event (line 29) | def wait_io_event(self, *args) -> Any: ... function create_task (line 31) | def create_task(*args) -> Any: ... function run_until_complete (line 32) | def run_until_complete(*args) -> Any: ... function run (line 33) | def run(*args) -> Any: ... class Loop (line 35) | class Loop: method close (line 36) | def close(self, *args) -> Any: ... method stop (line 37) | def stop(self, *args) -> Any: ... method create_task (line 38) | def create_task(self, *args) -> Any: ... method run_until_complete (line 39) | def run_until_complete(self, *args) -> Any: ... method call_exception_handler (line 40) | def call_exception_handler(self, *args) -> Any: ... method run_forever (line 41) | def run_forever(self, *args) -> Any: ... method set_exception_handler (line 42) | def set_exception_handler(self, *args) -> Any: ... method get_exception_handler (line 43) | def get_exception_handler(self, *args) -> Any: ... method default_exception_handler (line 44) | def default_exception_handler(self, *args) -> Any: ... function get_event_loop (line 46) | def get_event_loop(*args) -> Any: ... function current_task (line 47) | def current_task(*args) -> Any: ... function new_event_loop (line 48) | def new_event_loop(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *args) -> None: method clear (line 15) | def clear(self, *args) -> Any: method set (line 18) | def set(self, *args) -> Any: method is_set (line 23) | def is_set(self, *args) -> Any: class ThreadSafeFlag (line 27) | class ThreadSafeFlag: method __init__ (line 30) | def __init__(self, *args) -> None: method set (line 33) | def set(self, *args) -> Any: method ioctl (line 36) | def ioctl(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *args) -> None: ... method clear (line 5) | def clear(self, *args) -> Any: ... method set (line 6) | def set(self, *args) -> Any: ... method is_set (line 8) | def is_set(self, *args) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *args) -> None: ... method set (line 12) | def set(self, *args) -> Any: ... method ioctl (line 13) | def ioctl(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *args) -> None: method locked (line 17) | def locked(self, *args) -> Any: method release (line 20) | def release(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *args) -> None: ... method locked (line 6) | def locked(self, *args) -> Any: ... method release (line 7) | def release(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *args) -> None: method close (line 15) | def close(self, *args) -> Any: method write (line 22) | def write(self, *args) -> Any: method get_extra_info (line 30) | def get_extra_info(self, *args) -> Any: class StreamReader (line 37) | class StreamReader: method __init__ (line 40) | def __init__(self, *args) -> None: method close (line 43) | def close(self, *args) -> Any: method write (line 50) | def write(self, *args) -> Any: method get_extra_info (line 58) | def get_extra_info(self, *args) -> Any: class StreamWriter (line 65) | class StreamWriter: method __init__ (line 68) | def __init__(self, *args) -> None: method close (line 71) | def close(self, *args) -> Any: method write (line 78) | def write(self, *args) -> Any: method get_extra_info (line 86) | def get_extra_info(self, *args) -> Any: class Server (line 96) | class Server: method close (line 99) | def close(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *args) -> None: ... method close (line 5) | def close(self, *args) -> Any: ... method write (line 9) | def write(self, *args) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *args) -> None: ... method close (line 20) | def close(self, *args) -> Any: ... method write (line 24) | def write(self, *args) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *args) -> None: ... method close (line 35) | def close(self, *args) -> Any: ... method write (line 39) | def write(self, *args) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args) -> Any: ... class Server (line 50) | class Server: method close (line 51) | def close(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args) -> Any: function crc32 (line 17) | def crc32(*args) -> Any: function hexlify (line 21) | def hexlify(*args) -> Any: function unhexlify (line 25) | def unhexlify(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args) -> Any: ... function crc32 (line 5) | def crc32(*args) -> Any: ... function hexlify (line 6) | def hexlify(*args) -> Any: ... function unhexlify (line 7) | def unhexlify(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/ucollections.py class OrderedDict (line 9) | class OrderedDict: method clear (line 12) | def clear(self, *args) -> Any: method copy (line 15) | def copy(self, *args) -> Any: method get (line 18) | def get(self, *args) -> Any: method items (line 21) | def items(self, *args) -> Any: method keys (line 24) | def keys(self, *args) -> Any: method pop (line 27) | def pop(self, *args) -> Any: method popitem (line 30) | def popitem(self, *args) -> Any: method setdefault (line 33) | def setdefault(self, *args) -> Any: method update (line 36) | def update(self, *args) -> Any: method values (line 39) | def values(self, *args) -> Any: method fromkeys (line 43) | def fromkeys(cls, *args) -> Any: class deque (line 47) | class deque: method append (line 50) | def append(self, *args) -> Any: method popleft (line 53) | def popleft(self, *args) -> Any: function namedtuple (line 57) | def namedtuple(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method clear (line 4) | def clear(self, *args) -> Any: ... method copy (line 5) | def copy(self, *args) -> Any: ... method get (line 6) | def get(self, *args) -> Any: ... method items (line 7) | def items(self, *args) -> Any: ... method keys (line 8) | def keys(self, *args) -> Any: ... method pop (line 9) | def pop(self, *args) -> Any: ... method popitem (line 10) | def popitem(self, *args) -> Any: ... method setdefault (line 11) | def setdefault(self, *args) -> Any: ... method update (line 12) | def update(self, *args) -> Any: ... method values (line 13) | def values(self, *args) -> Any: ... method fromkeys (line 15) | def fromkeys(cls, *args) -> Any: ... class deque (line 17) | class deque: method append (line 18) | def append(self, *args) -> Any: ... method popleft (line 19) | def popleft(self, *args) -> Any: ... function namedtuple (line 21) | def namedtuple(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/uctypes.py function addressof (line 42) | def addressof(*args) -> Any: function bytearray_at (line 46) | def bytearray_at(*args) -> Any: function bytes_at (line 50) | def bytes_at(*args) -> Any: function sizeof (line 54) | def sizeof(*args) -> Any: class struct (line 58) | class struct: FILE: stubs/micropython-v1_17-rp2/uctypes.pyi function addressof (line 36) | def addressof(*args) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args) -> Any: ... function bytes_at (line 38) | def bytes_at(*args) -> Any: ... function sizeof (line 39) | def sizeof(*args) -> Any: ... class struct (line 41) | class struct: ... FILE: stubs/micropython-v1_17-rp2/uhashlib.py class sha256 (line 9) | class sha256: method update (line 12) | def update(self, *args) -> Any: method digest (line 15) | def digest(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2/uhashlib.pyi class sha256 (line 3) | class sha256: method update (line 4) | def update(self, *args) -> Any: ... method digest (line 5) | def digest(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/uio.py function open (line 9) | def open(*args) -> Any: class BytesIO (line 13) | class BytesIO: method close (line 16) | def close(self, *args) -> Any: method read (line 19) | def read(self, *args) -> Any: method readinto (line 22) | def readinto(self, *args) -> Any: method readline (line 25) | def readline(self, *args) -> Any: method write (line 28) | def write(self, *args) -> Any: method flush (line 31) | def flush(self, *args) -> Any: method getvalue (line 34) | def getvalue(self, *args) -> Any: method seek (line 37) | def seek(self, *args) -> Any: method tell (line 40) | def tell(self, *args) -> Any: class FileIO (line 44) | class FileIO: method close (line 47) | def close(self, *args) -> Any: method read (line 50) | def read(self, *args) -> Any: method readinto (line 53) | def readinto(self, *args) -> Any: method readline (line 56) | def readline(self, *args) -> Any: method write (line 59) | def write(self, *args) -> Any: method flush (line 62) | def flush(self, *args) -> Any: method readlines (line 65) | def readlines(self, *args) -> Any: method seek (line 68) | def seek(self, *args) -> Any: method tell (line 71) | def tell(self, *args) -> Any: class IOBase (line 75) | class IOBase: class StringIO (line 79) | class StringIO: method close (line 82) | def close(self, *args) -> Any: method read (line 85) | def read(self, *args) -> Any: method readinto (line 88) | def readinto(self, *args) -> Any: method readline (line 91) | def readline(self, *args) -> Any: method write (line 94) | def write(self, *args) -> Any: method flush (line 97) | def flush(self, *args) -> Any: method getvalue (line 100) | def getvalue(self, *args) -> Any: method seek (line 103) | def seek(self, *args) -> Any: method tell (line 106) | def tell(self, *args) -> Any: class TextIOWrapper (line 110) | class TextIOWrapper: method close (line 113) | def close(self, *args) -> Any: method read (line 116) | def read(self, *args) -> Any: method readinto (line 119) | def readinto(self, *args) -> Any: method readline (line 122) | def readline(self, *args) -> Any: method write (line 125) | def write(self, *args) -> Any: method flush (line 128) | def flush(self, *args) -> Any: method readlines (line 131) | def readlines(self, *args) -> Any: method seek (line 134) | def seek(self, *args) -> Any: method tell (line 137) | def tell(self, *args) -> Any: FILE: stubs/micropython-v1_17-rp2/uio.pyi function open (line 3) | def open(*args) -> Any: ... class BytesIO (line 5) | class BytesIO: method close (line 6) | def close(self, *args) -> Any: ... method read (line 7) | def read(self, *args) -> Any: ... method readinto (line 8) | def readinto(self, *args) -> Any: ... method readline (line 9) | def readline(self, *args) -> Any: ... method write (line 10) | def write(self, *args) -> Any: ... method flush (line 11) | def flush(self, *args) -> Any: ... method getvalue (line 12) | def getvalue(self, *args) -> Any: ... method seek (line 13) | def seek(self, *args) -> Any: ... method tell (line 14) | def tell(self, *args) -> Any: ... class FileIO (line 16) | class FileIO: method close (line 17) | def close(self, *args) -> Any: ... method read (line 18) | def read(self, *args) -> Any: ... method readinto (line 19) | def readinto(self, *args) -> Any: ... method readline (line 20) | def readline(self, *args) -> Any: ... method write (line 21) | def write(self, *args) -> Any: ... method flush (line 22) | def flush(self, *args) -> Any: ... method readlines (line 23) | def readlines(self, *args) -> Any: ... method seek (line 24) | def seek(self, *args) -> Any: ... method tell (line 25) | def tell(self, *args) -> Any: ... class IOBase (line 27) | class IOBase: ... class StringIO (line 29) | class StringIO: method close (line 30) | def close(self, *args) -> Any: ... method read (line 31) | def read(self, *args) -> Any: ... method readinto (line 32) | def readinto(self, *args) -> Any: ... method readline (line 33) | def readline(self, *args) -> Any: ... method write (line 34) | def write(self, *args) -> Any: ... method flush (line 35) | def flush(self, *args) -> Any: ... method getvalue (line 36) | def getvalue(self, *args) -> Any: ... method seek (line 37) | def seek(self, *args) -> Any: ... method tell (line 38) | def tell(self, *args) -> Any: ... class TextIOWrapper (line 40) | class TextIOWrapper: method close (line 41) | def close(self, *args) -> Any: ... method read (line 42) | def read(self, *args) -> Any: ... method readinto (line 43) | def readinto(self, *args) -> Any: ... method readline (line 44) | def readline(self, *args) -> Any: ... method write (line 45) | def write(self, *args) -> Any: ... method flush (line 46) | def flush(self, *args) -> Any: ... method readlines (line 47) | def readlines(self, *args) -> Any: ... method seek (line 48) | def seek(self, *args) -> Any: ... method tell (line 49) | def tell(self, *args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/ujson.py function dump (line 9) | def dump(*args) -> Any: function dumps (line 13) | def dumps(*args) -> Any: function load (line 17) | def load(*args) -> Any: function loads (line 21) | def loads(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/ujson.pyi function dump (line 3) | def dump(*args) -> Any: ... function dumps (line 4) | def dumps(*args) -> Any: ... function load (line 5) | def load(*args) -> Any: ... function loads (line 6) | def loads(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/ulab.py function dtype (line 9) | def dtype(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/ulab.pyi function dtype (line 3) | def dtype(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/uos.py function remove (line 9) | def remove(*args) -> Any: class VfsFat (line 13) | class VfsFat: method open (line 16) | def open(self, *args) -> Any: method remove (line 19) | def remove(self, *args) -> Any: method chdir (line 22) | def chdir(self, *args) -> Any: method getcwd (line 25) | def getcwd(self, *args) -> Any: method ilistdir (line 28) | def ilistdir(self, *args) -> Any: method mkdir (line 31) | def mkdir(self, *args) -> Any: method mkfs (line 34) | def mkfs(self, *args) -> Any: method mount (line 37) | def mount(self, *args) -> Any: method rename (line 40) | def rename(self, *args) -> Any: method rmdir (line 43) | def rmdir(self, *args) -> Any: method stat (line 46) | def stat(self, *args) -> Any: method statvfs (line 49) | def statvfs(self, *args) -> Any: method umount (line 52) | def umount(self, *args) -> Any: class VfsLfs2 (line 56) | class VfsLfs2: method open (line 59) | def open(self, *args) -> Any: method remove (line 62) | def remove(self, *args) -> Any: method chdir (line 65) | def chdir(self, *args) -> Any: method getcwd (line 68) | def getcwd(self, *args) -> Any: method ilistdir (line 71) | def ilistdir(self, *args) -> Any: method mkdir (line 74) | def mkdir(self, *args) -> Any: method mkfs (line 77) | def mkfs(self, *args) -> Any: method mount (line 80) | def mount(self, *args) -> Any: method rename (line 83) | def rename(self, *args) -> Any: method rmdir (line 86) | def rmdir(self, *args) -> Any: method stat (line 89) | def stat(self, *args) -> Any: method statvfs (line 92) | def statvfs(self, *args) -> Any: method umount (line 95) | def umount(self, *args) -> Any: function chdir (line 99) | def chdir(*args) -> Any: function getcwd (line 103) | def getcwd(*args) -> Any: function ilistdir (line 107) | def ilistdir(*args) -> Any: function listdir (line 111) | def listdir(*args) -> Any: function mkdir (line 115) | def mkdir(*args) -> Any: function mount (line 119) | def mount(*args) -> Any: function rename (line 123) | def rename(*args) -> Any: function rmdir (line 127) | def rmdir(*args) -> Any: function stat (line 131) | def stat(*args) -> Any: function statvfs (line 135) | def statvfs(*args) -> Any: function umount (line 139) | def umount(*args) -> Any: function uname (line 143) | def uname(*args) -> Any: function urandom (line 147) | def urandom(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/uos.pyi function remove (line 3) | def remove(*args) -> Any: ... class VfsFat (line 5) | class VfsFat: method open (line 6) | def open(self, *args) -> Any: ... method remove (line 7) | def remove(self, *args) -> Any: ... method chdir (line 8) | def chdir(self, *args) -> Any: ... method getcwd (line 9) | def getcwd(self, *args) -> Any: ... method ilistdir (line 10) | def ilistdir(self, *args) -> Any: ... method mkdir (line 11) | def mkdir(self, *args) -> Any: ... method mkfs (line 12) | def mkfs(self, *args) -> Any: ... method mount (line 13) | def mount(self, *args) -> Any: ... method rename (line 14) | def rename(self, *args) -> Any: ... method rmdir (line 15) | def rmdir(self, *args) -> Any: ... method stat (line 16) | def stat(self, *args) -> Any: ... method statvfs (line 17) | def statvfs(self, *args) -> Any: ... method umount (line 18) | def umount(self, *args) -> Any: ... class VfsLfs2 (line 20) | class VfsLfs2: method open (line 21) | def open(self, *args) -> Any: ... method remove (line 22) | def remove(self, *args) -> Any: ... method chdir (line 23) | def chdir(self, *args) -> Any: ... method getcwd (line 24) | def getcwd(self, *args) -> Any: ... method ilistdir (line 25) | def ilistdir(self, *args) -> Any: ... method mkdir (line 26) | def mkdir(self, *args) -> Any: ... method mkfs (line 27) | def mkfs(self, *args) -> Any: ... method mount (line 28) | def mount(self, *args) -> Any: ... method rename (line 29) | def rename(self, *args) -> Any: ... method rmdir (line 30) | def rmdir(self, *args) -> Any: ... method stat (line 31) | def stat(self, *args) -> Any: ... method statvfs (line 32) | def statvfs(self, *args) -> Any: ... method umount (line 33) | def umount(self, *args) -> Any: ... function chdir (line 35) | def chdir(*args) -> Any: ... function getcwd (line 36) | def getcwd(*args) -> Any: ... function ilistdir (line 37) | def ilistdir(*args) -> Any: ... function listdir (line 38) | def listdir(*args) -> Any: ... function mkdir (line 39) | def mkdir(*args) -> Any: ... function mount (line 40) | def mount(*args) -> Any: ... function rename (line 41) | def rename(*args) -> Any: ... function rmdir (line 42) | def rmdir(*args) -> Any: ... function stat (line 43) | def stat(*args) -> Any: ... function statvfs (line 44) | def statvfs(*args) -> Any: ... function umount (line 45) | def umount(*args) -> Any: ... function uname (line 46) | def uname(*args) -> Any: ... function urandom (line 47) | def urandom(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/urandom.py function __init__ (line 9) | def __init__(*args) -> Any: function choice (line 13) | def choice(*args) -> Any: function getrandbits (line 17) | def getrandbits(*args) -> Any: function randint (line 21) | def randint(*args) -> Any: function random (line 25) | def random(*args) -> Any: function randrange (line 29) | def randrange(*args) -> Any: function seed (line 33) | def seed(*args) -> Any: function uniform (line 37) | def uniform(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/urandom.pyi function __init__ (line 3) | def __init__(*args) -> None: ... function choice (line 4) | def choice(*args) -> Any: ... function getrandbits (line 5) | def getrandbits(*args) -> Any: ... function randint (line 6) | def randint(*args) -> Any: ... function random (line 7) | def random(*args) -> Any: ... function randrange (line 8) | def randrange(*args) -> Any: ... function seed (line 9) | def seed(*args) -> Any: ... function uniform (line 10) | def uniform(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/ure.py function compile (line 9) | def compile(*args) -> Any: function match (line 13) | def match(*args) -> Any: function search (line 17) | def search(*args) -> Any: function sub (line 21) | def sub(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/ure.pyi function compile (line 3) | def compile(*args) -> Any: ... function match (line 4) | def match(*args) -> Any: ... function search (line 5) | def search(*args) -> Any: ... function sub (line 6) | def sub(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/uselect.py function poll (line 14) | def poll(*args) -> Any: function select (line 18) | def select(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/uselect.pyi function poll (line 8) | def poll(*args) -> Any: ... function select (line 9) | def select(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/ustruct.py function calcsize (line 9) | def calcsize(*args) -> Any: function pack (line 13) | def pack(*args) -> Any: function pack_into (line 17) | def pack_into(*args) -> Any: function unpack (line 21) | def unpack(*args) -> Any: function unpack_from (line 25) | def unpack_from(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/ustruct.pyi function calcsize (line 3) | def calcsize(*args) -> Any: ... function pack (line 4) | def pack(*args) -> Any: ... function pack_into (line 5) | def pack_into(*args) -> Any: ... function unpack (line 6) | def unpack(*args) -> Any: ... function unpack_from (line 7) | def unpack_from(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/usys.py function exit (line 12) | def exit(*args) -> Any: function print_exception (line 23) | def print_exception(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/usys.pyi function exit (line 6) | def exit(*args) -> Any: ... function print_exception (line 14) | def print_exception(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/utime.py function gmtime (line 9) | def gmtime(*args) -> Any: function localtime (line 13) | def localtime(*args) -> Any: function mktime (line 17) | def mktime(*args) -> Any: function sleep (line 21) | def sleep(*args) -> Any: function sleep_ms (line 25) | def sleep_ms(*args) -> Any: function sleep_us (line 29) | def sleep_us(*args) -> Any: function ticks_add (line 33) | def ticks_add(*args) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args) -> Any: function ticks_diff (line 41) | def ticks_diff(*args) -> Any: function ticks_ms (line 45) | def ticks_ms(*args) -> Any: function ticks_us (line 49) | def ticks_us(*args) -> Any: function time (line 53) | def time(*args) -> Any: function time_ns (line 57) | def time_ns(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/utime.pyi function gmtime (line 3) | def gmtime(*args) -> Any: ... function localtime (line 4) | def localtime(*args) -> Any: ... function mktime (line 5) | def mktime(*args) -> Any: ... function sleep (line 6) | def sleep(*args) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args) -> Any: ... function sleep_us (line 8) | def sleep_us(*args) -> Any: ... function ticks_add (line 9) | def ticks_add(*args) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args) -> Any: ... function ticks_us (line 13) | def ticks_us(*args) -> Any: ... function time (line 14) | def time(*args) -> Any: ... function time_ns (line 15) | def time_ns(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/uzlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *args) -> Any: method readinto (line 15) | def readinto(self, *args) -> Any: method readline (line 18) | def readline(self, *args) -> Any: function decompress (line 22) | def decompress(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/uzlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *args) -> Any: ... method readinto (line 5) | def readinto(self, *args) -> Any: ... method readline (line 6) | def readline(self, *args) -> Any: ... function decompress (line 8) | def decompress(*args) -> Any: ... FILE: stubs/micropython-v1_17-rp2/zlib.py class DecompIO (line 9) | class DecompIO: method read (line 12) | def read(self, *args) -> Any: method readinto (line 15) | def readinto(self, *args) -> Any: method readline (line 18) | def readline(self, *args) -> Any: function decompress (line 22) | def decompress(*args) -> Any: FILE: stubs/micropython-v1_17-rp2/zlib.pyi class DecompIO (line 3) | class DecompIO: method read (line 4) | def read(self, *args) -> Any: ... method readinto (line 5) | def readinto(self, *args) -> Any: ... method readline (line 6) | def readline(self, *args) -> Any: ... function decompress (line 8) | def decompress(*args) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/_thread.py class LockType (line 16) | class LockType: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 23) | def acquire(self, *args, **kwargs) -> Any: method locked (line 26) | def locked(self, *args, **kwargs) -> Any: method release (line 29) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 33) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 37) | def exit(*args, **kwargs) -> Any: function get_ident (line 41) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 45) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 49) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/_thread.pyi class LockType (line 13) | class LockType: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 15) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 16) | def locked(self, *args, **kwargs) -> Any: ... method release (line 17) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 19) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 21) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 22) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/array.py class array (line 15) | class array: method __init__ (line 22) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: method append (line 26) | def append(self, val) -> Any: method extend (line 32) | def extend(self, iterable) -> Any: method decode (line 39) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/array.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/binascii.py function a2b_base64 (line 14) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data) -> bytes: function crc32 (line 32) | def crc32(*args, **kwargs) -> Any: function hexlify (line 36) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 47) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_17-stm32-merged/binascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_17-stm32-merged/cmath.py function cos (line 17) | def cos(z) -> float: function exp (line 27) | def exp(z) -> float: function log (line 34) | def log(z) -> float: function log10 (line 41) | def log10(z) -> float: function phase (line 48) | def phase(z) -> float: function polar (line 58) | def polar(z) -> Tuple: function rect (line 65) | def rect(r, phi) -> float: function sin (line 72) | def sin(z) -> float: function sqrt (line 79) | def sqrt(z) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/cmath.pyi function cos (line 14) | def cos(z) -> float: function exp (line 22) | def exp(z) -> float: function log (line 28) | def log(z) -> float: function log10 (line 34) | def log10(z) -> float: function phase (line 40) | def phase(z) -> float: function polar (line 48) | def polar(z) -> Tuple: function rect (line 54) | def rect(r, phi) -> float: function sin (line 60) | def sin(z) -> float: function sqrt (line 66) | def sqrt(z) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/collections.py class OrderedDict (line 15) | class OrderedDict(dict): method __init__ (line 40) | def __init__(self, *args, **kwargs) -> None: method clear (line 44) | def clear(self, *args, **kwargs) -> Any: method copy (line 47) | def copy(self, *args, **kwargs) -> Any: method get (line 50) | def get(self, *args, **kwargs) -> Any: method items (line 53) | def items(self, *args, **kwargs) -> Any: method keys (line 56) | def keys(self, *args, **kwargs) -> Any: method pop (line 59) | def pop(self, *args, **kwargs) -> Any: method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: method update (line 68) | def update(self, *args, **kwargs) -> Any: method values (line 71) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 75) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 79) | class deque(Queue): method __init__ (line 97) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 101) | def append(self, x) -> Any: method popleft (line 108) | def popleft(self) -> Any: function namedtuple (line 116) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/collections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/framebuf.py class FrameBuffer (line 12) | class FrameBuffer: method __init__ (line 38) | def __init__(self, buffer, width, height, format, stride=-1, /) -> None: method blit (line 42) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 62) | def fill(self, c) -> None: method fill_rect (line 68) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 76) | def hline(self, x, y, w, c) -> Any: method line (line 79) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 89) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 96) | def rect(self, x, y, w, h, c) -> Any: method scroll (line 99) | def scroll(self, xstep, ystep) -> Any: method text (line 106) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 116) | def vline(self, x, y, h, c) -> Any: function FrameBuffer1 (line 120) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/framebuf.pyi class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 35) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method blit (line 36) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 55) | def fill(self, c) -> None: method fill_rect (line 60) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 67) | def hline(self, x, y, w, c) -> Any: ... method line (line 68) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 77) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 83) | def rect(self, x, y, w, h, c) -> Any: ... method scroll (line 84) | def scroll(self, xstep, ystep) -> Any: method text (line 90) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 99) | def vline(self, x, y, h, c) -> Any: ... function FrameBuffer1 (line 101) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/gc.py function collect (line 11) | def collect() -> None: function disable (line 18) | def disable() -> None: function enable (line 26) | def enable() -> None: function isenabled (line 33) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 37) | def mem_alloc() -> int: function mem_free (line 44) | def mem_free() -> int: function threshold (line 52) | def threshold(amount: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/gc.pyi function collect (line 8) | def collect() -> None: function disable (line 14) | def disable() -> None: function enable (line 21) | def enable() -> None: function isenabled (line 27) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 28) | def mem_alloc() -> int: function mem_free (line 34) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/hashlib.py class sha256 (line 29) | class sha256: method __init__ (line 34) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 38) | def update(self, *args, **kwargs) -> Any: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/hashlib.pyi class sha256 (line 26) | class sha256: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/heapq.py function heapify (line 17) | def heapify(x) -> Any: function heappop (line 24) | def heappop(heap) -> Any: function heappush (line 34) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/heapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/io.py function open (line 14) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 23) | class BytesIO(IO): method __init__ (line 36) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 40) | def close(self, *args, **kwargs) -> Any: method read (line 43) | def read(self, *args, **kwargs) -> Any: method readinto (line 46) | def readinto(self, *args, **kwargs) -> Any: method readline (line 49) | def readline(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method flush (line 55) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 58) | def getvalue(self) -> Any: method seek (line 64) | def seek(self, *args, **kwargs) -> Any: method tell (line 67) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 71) | class FileIO(IO): method __init__ (line 77) | def __init__(self, *args, **kwargs) -> None: method close (line 81) | def close(self, *args, **kwargs) -> Any: method read (line 84) | def read(self, *args, **kwargs) -> Any: method readinto (line 87) | def readinto(self, *args, **kwargs) -> Any: method readline (line 90) | def readline(self, *args, **kwargs) -> Any: method write (line 93) | def write(self, *args, **kwargs) -> Any: method flush (line 96) | def flush(self, *args, **kwargs) -> Any: method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: method seek (line 102) | def seek(self, *args, **kwargs) -> Any: method tell (line 105) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 109) | class IOBase: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 117) | class StringIO(IO): method __init__ (line 120) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 124) | def close(self, *args, **kwargs) -> Any: method read (line 127) | def read(self, *args, **kwargs) -> Any: method readinto (line 130) | def readinto(self, *args, **kwargs) -> Any: method readline (line 133) | def readline(self, *args, **kwargs) -> Any: method write (line 136) | def write(self, *args, **kwargs) -> Any: method flush (line 139) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 142) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 145) | def seek(self, *args, **kwargs) -> Any: method tell (line 148) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 152) | class TextIOWrapper(IO): method __init__ (line 158) | def __init__(self, *args, **kwargs) -> None: method close (line 162) | def close(self, *args, **kwargs) -> Any: method read (line 165) | def read(self, *args, **kwargs) -> Any: method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: method readline (line 171) | def readline(self, *args, **kwargs) -> Any: method write (line 174) | def write(self, *args, **kwargs) -> Any: method flush (line 177) | def flush(self, *args, **kwargs) -> Any: method readlines (line 180) | def readlines(self, *args, **kwargs) -> Any: method seek (line 183) | def seek(self, *args, **kwargs) -> Any: method tell (line 186) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/io.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method __init__ (line 32) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self) -> Any: method seek (line 44) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 45) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 47) | class FileIO(IO): method __init__ (line 53) | def __init__(self, *args, **kwargs) -> None: ... method close (line 54) | def close(self, *args, **kwargs) -> Any: ... method read (line 55) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method write (line 58) | def write(self, *args, **kwargs) -> Any: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 60) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 61) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 62) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 64) | class IOBase: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 67) | class StringIO(IO): method __init__ (line 68) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 69) | def close(self, *args, **kwargs) -> Any: ... method read (line 70) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 72) | def readline(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method flush (line 74) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 75) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 76) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 77) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 79) | class TextIOWrapper(IO): method __init__ (line 85) | def __init__(self, *args, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method read (line 87) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 89) | def readline(self, *args, **kwargs) -> Any: ... method write (line 90) | def write(self, *args, **kwargs) -> Any: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 92) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/json.py function dump (line 14) | def dump(obj, stream, separators=None) -> Any: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Any: function loads (line 46) | def loads(str) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/json.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/lcd160cr.py function const (line 11) | def const(*args, **kwargs) -> Any: function calcsize (line 15) | def calcsize(*args, **kwargs) -> Any: function pack_into (line 19) | def pack_into(*args, **kwargs) -> Any: function sleep_ms (line 23) | def sleep_ms(*args, **kwargs) -> Any: class LCD160CR (line 36) | class LCD160CR: method __init__ (line 72) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method write (line 76) | def write(self, s) -> None: method line (line 84) | def line(self, x1, y1, x2, y2) -> None: method rect (line 90) | def rect(self, x, y, w, h) -> Any: method reset (line 93) | def reset(self) -> None: method oflush (line 99) | def oflush(self, *args, **kwargs) -> Any: method iflush (line 102) | def iflush(self, *args, **kwargs) -> Any: method rgb (line 106) | def rgb(r, g, b) -> int: method clip_line (line 116) | def clip_line(data, w, h) -> Any: method set_power (line 122) | def set_power(self, on) -> None: method set_orient (line 129) | def set_orient(self, orient) -> None: method set_brightness (line 136) | def set_brightness(self, value) -> None: method set_i2c_addr (line 142) | def set_i2c_addr(self, addr) -> None: method set_uart_baudrate (line 149) | def set_uart_baudrate(self, baudrate) -> None: method set_startup_deco (line 155) | def set_startup_deco(self, value) -> None: method save_to_flash (line 162) | def save_to_flash(self) -> Any: method set_pixel (line 169) | def set_pixel(self, x, y, c) -> None: method get_pixel (line 176) | def get_pixel(self, x, y) -> Any: method get_line (line 182) | def get_line(self, x, y, buf) -> Any: method screen_dump (line 191) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Any: method screen_load (line 202) | def screen_load(self, buf) -> None: method set_pos (line 208) | def set_pos(self, x, y) -> None: method set_text_color (line 215) | def set_text_color(self, fg, bg) -> None: method set_font (line 221) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method set_pen (line 242) | def set_pen(self, line, fill) -> None: method erase (line 248) | def erase(self) -> Any: method dot (line 254) | def dot(self, x, y) -> None: method rect_outline (line 260) | def rect_outline(self, x, y, w, h) -> Any: method rect_interior (line 263) | def rect_interior(self, x, y, w, h) -> None: method dot_no_clip (line 272) | def dot_no_clip(self, x, y) -> Any: method rect_no_clip (line 275) | def rect_no_clip(self, x, y, w, h) -> Any: method rect_outline_no_clip (line 278) | def rect_outline_no_clip(self, x, y, w, h) -> Any: method rect_interior_no_clip (line 281) | def rect_interior_no_clip(self, x, y, w, h) -> Any: method line_no_clip (line 284) | def line_no_clip(self, x1, y1, x2, y2) -> Any: method poly_dot (line 292) | def poly_dot(self, data) -> None: method poly_line (line 300) | def poly_line(self, data) -> Any: method touch_config (line 306) | def touch_config(self, calib=False, save=False, irq=None) -> None: method is_touched (line 322) | def is_touched(self) -> bool: method get_touch (line 329) | def get_touch(self) -> Tuple: method set_spi_win (line 337) | def set_spi_win(self, x, y, w, h) -> None: method fast_spi (line 343) | def fast_spi(self, flush=True) -> SPI: method show_framebuf (line 357) | def show_framebuf(self, buf) -> None: method set_scroll (line 369) | def set_scroll(self, on) -> None: method set_scroll_win (line 376) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 394) | def set_scroll_win_param(self, win, param, value) -> Any: method set_scroll_buf (line 405) | def set_scroll_buf(self, s) -> None: method jpeg_start (line 412) | def jpeg_start(self, total_len) -> Any: method jpeg_data (line 415) | def jpeg_data(self, buf) -> None: method jpeg (line 424) | def jpeg(self, buf) -> None: method feed_wdt (line 433) | def feed_wdt(self) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/lcd160cr.pyi function const (line 8) | def const(*args, **kwargs) -> Any: ... function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: ... function pack_into (line 10) | def pack_into(*args, **kwargs) -> Any: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Any: ... class LCD160CR (line 21) | class LCD160CR: method __init__ (line 57) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method write (line 58) | def write(self, s) -> None: method line (line 65) | def line(self, x1, y1, x2, y2) -> None: method rect (line 70) | def rect(self, x, y, w, h) -> Any: ... method reset (line 71) | def reset(self) -> None: method oflush (line 76) | def oflush(self, *args, **kwargs) -> Any: ... method iflush (line 77) | def iflush(self, *args, **kwargs) -> Any: ... method rgb (line 79) | def rgb(r, g, b) -> int: method clip_line (line 88) | def clip_line(data, w, h) -> Any: method set_power (line 93) | def set_power(self, on) -> None: method set_orient (line 99) | def set_orient(self, orient) -> None: method set_brightness (line 105) | def set_brightness(self, value) -> None: method set_i2c_addr (line 110) | def set_i2c_addr(self, addr) -> None: method set_uart_baudrate (line 116) | def set_uart_baudrate(self, baudrate) -> None: method set_startup_deco (line 121) | def set_startup_deco(self, value) -> None: method save_to_flash (line 127) | def save_to_flash(self) -> Any: method set_pixel (line 133) | def set_pixel(self, x, y, c) -> None: method get_pixel (line 139) | def get_pixel(self, x, y) -> Any: method get_line (line 144) | def get_line(self, x, y, buf) -> Any: method screen_dump (line 152) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Any: method screen_load (line 162) | def screen_load(self, buf) -> None: method set_pos (line 167) | def set_pos(self, x, y) -> None: method set_text_color (line 173) | def set_text_color(self, fg, bg) -> None: method set_font (line 178) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method set_pen (line 198) | def set_pen(self, line, fill) -> None: method erase (line 203) | def erase(self) -> Any: method dot (line 208) | def dot(self, x, y) -> None: method rect_outline (line 213) | def rect_outline(self, x, y, w, h) -> Any: ... method rect_interior (line 214) | def rect_interior(self, x, y, w, h) -> None: method dot_no_clip (line 222) | def dot_no_clip(self, x, y) -> Any: ... method rect_no_clip (line 223) | def rect_no_clip(self, x, y, w, h) -> Any: ... method rect_outline_no_clip (line 224) | def rect_outline_no_clip(self, x, y, w, h) -> Any: ... method rect_interior_no_clip (line 225) | def rect_interior_no_clip(self, x, y, w, h) -> Any: ... method line_no_clip (line 226) | def line_no_clip(self, x1, y1, x2, y2) -> Any: method poly_dot (line 233) | def poly_dot(self, data) -> None: method poly_line (line 240) | def poly_line(self, data) -> Any: method touch_config (line 245) | def touch_config(self, calib=False, save=False, irq=None) -> None: method is_touched (line 260) | def is_touched(self) -> bool: method get_touch (line 266) | def get_touch(self) -> Tuple: method set_spi_win (line 273) | def set_spi_win(self, x, y, w, h) -> None: method fast_spi (line 278) | def fast_spi(self, flush=True) -> SPI: method show_framebuf (line 291) | def show_framebuf(self, buf) -> None: method set_scroll (line 302) | def set_scroll(self, on) -> None: method set_scroll_win (line 308) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 325) | def set_scroll_win_param(self, win, param, value) -> Any: method set_scroll_buf (line 335) | def set_scroll_buf(self, s) -> None: method jpeg_start (line 341) | def jpeg_start(self, total_len) -> Any: ... method jpeg_data (line 342) | def jpeg_data(self, buf) -> None: method jpeg (line 350) | def jpeg(self, buf) -> None: method feed_wdt (line 358) | def feed_wdt(self) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/machine.py class RTC (line 16) | class RTC: method __init__ (line 21) | def __init__(self, id=0, *args, **kwargs) -> None: method calibration (line 25) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 28) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 44) | def info(self, *args, **kwargs) -> Any: method init (line 47) | def init(self, datetime) -> None: method wakeup (line 55) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 59) | class ADC: method __init__ (line 67) | def __init__(self, id) -> None: method read_u16 (line 76) | def read_u16(self) -> int: class I2C (line 89) | class I2C: method __init__ (line 105) | def __init__( method readinto (line 111) | def readinto(self, buf, nack=True, /) -> Any: method start (line 121) | def start(self) -> None: method stop (line 127) | def stop(self) -> None: method write (line 133) | def write(self, buf) -> int: method init (line 141) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 151) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 159) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 169) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 178) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 190) | def scan(self) -> List: method writeto (line 198) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 208) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 219) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 236) | class I2S: method __init__ (line 265) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 269) | def readinto(self, buf) -> int: method write (line 278) | def write(self, buf) -> int: method deinit (line 292) | def deinit(self) -> Any: method init (line 298) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 304) | def irq(self, handler) -> Any: method shift (line 313) | def shift(buf, bits, shift) -> Any: class Pin (line 325) | class Pin: method __init__ (line 387) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method dict (line 392) | def dict(cls, *args, **kwargs) -> Any: method value (line 395) | def value(self, x: Optional[Any] = None) -> int: method af (line 470) | def af(self, *args, **kwargs) -> Any: method af_list (line 473) | def af_list(self, *args, **kwargs) -> Any: class board (line 476) | class board: method __init__ (line 479) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 533) | class cpu: method __init__ (line 536) | def __init__(self, *argv, **kwargs) -> None: method debug (line 589) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 592) | def gpio(self, *args, **kwargs) -> Any: method high (line 595) | def high(self) -> None: method init (line 603) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 613) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 658) | def low(self) -> None: method mapper (line 667) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 670) | def mode(self, mode: Optional[Any] = None) -> Any: method name (line 679) | def name(self, *args, **kwargs) -> Any: method names (line 682) | def names(self, *args, **kwargs) -> Any: method off (line 685) | def off(self) -> None: method on (line 691) | def on(self) -> None: method pin (line 697) | def pin(self, *args, **kwargs) -> Any: method port (line 700) | def port(self, *args, **kwargs) -> Any: method pull (line 703) | def pull(self, pull: Optional[Any] = None) -> Any: method __call__ (line 712) | def __call__(self, x: Optional[Any] = None) -> Any: class SPI (line 724) | class SPI: method __init__ (line 736) | def __init__(self, id, *args, **kwargs) -> None: method read (line 740) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 748) | def readinto(self, buf, write=0x00) -> int: method write (line 758) | def write(self, buf) -> int: method deinit (line 770) | def deinit(self) -> None: method init (line 776) | def init( method write_readinto (line 802) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 814) | class Signal(Pin): method __init__ (line 835) | def __init__(self, pin_obj, *args, invert=False) -> None: method value (line 839) | def value(self, x: Optional[Any] = None) -> int: method off (line 859) | def off(self) -> None: method on (line 865) | def on(self) -> None: class SoftI2C (line 872) | class SoftI2C(I2C): method __init__ (line 885) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: method readinto (line 889) | def readinto(self, *args, **kwargs) -> Any: method start (line 892) | def start(self, *args, **kwargs) -> Any: method stop (line 895) | def stop(self, *args, **kwargs) -> Any: method write (line 898) | def write(self, *args, **kwargs) -> Any: method init (line 901) | def init(self, *args, **kwargs) -> Any: method readfrom (line 904) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 907) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 910) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 913) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 916) | def scan(self, *args, **kwargs) -> Any: method writeto (line 919) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 922) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 925) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 929) | class SoftSPI: method __init__ (line 936) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 940) | def read(self, *args, **kwargs) -> Any: method readinto (line 943) | def readinto(self, *args, **kwargs) -> Any: method write (line 946) | def write(self, *args, **kwargs) -> Any: method deinit (line 952) | def deinit(self, *args, **kwargs) -> Any: method init (line 955) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 958) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 962) | class Timer: method __init__ (line 970) | def __init__(self, id, *args, **kwargs) -> None: method deinit (line 977) | def deinit(self) -> None: method init (line 983) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 1002) | class UART: method __init__ (line 1007) | def __init__(self, id, *args, **kwargs) -> None: method any (line 1011) | def any(self) -> int: method read (line 1026) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1037) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1048) | def readline(self) -> None: method write (line 1057) | def write(self, buf) -> int: method deinit (line 1069) | def deinit(self) -> None: method init (line 1075) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method irq (line 1115) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Any: method readchar (line 1142) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 1145) | def sendbreak(self) -> None: method writechar (line 1152) | def writechar(self, *args, **kwargs) -> Any: class WDT (line 1156) | class WDT: method __init__ (line 1165) | def __init__(self, id=0, timeout=5000) -> None: method feed (line 1169) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 1176) | def bitstream(pin, encoding, timing, data, /) -> Any: function bootloader (line 1201) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 1212) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1238) | def disable_irq() -> Any: function enable_irq (line 1248) | def enable_irq(state) -> Any: function freq (line 1257) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1266) | def idle() -> Any: function info (line 1276) | def info(*args, **kwargs) -> Any: function lightsleep (line 1280) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1311) | def reset() -> NoReturn: function reset_cause (line 1319) | def reset_cause() -> int: function rng (line 1326) | def rng() -> int: function sleep (line 1335) | def sleep() -> Any: function soft_reset (line 1342) | def soft_reset() -> NoReturn: function time_pulse_us (line 1351) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1370) | def unique_id() -> bytes: FILE: stubs/micropython-v1_17-stm32-merged/machine.pyi class RTC (line 13) | class RTC: method __init__ (line 18) | def __init__(self, id=0, *args, **kwargs) -> None: ... method calibration (line 19) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 20) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 35) | def info(self, *args, **kwargs) -> Any: ... method init (line 36) | def init(self, datetime) -> None: method wakeup (line 43) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 45) | class ADC: method __init__ (line 53) | def __init__(self, id) -> None: ... method read_u16 (line 58) | def read_u16(self) -> int: class I2C (line 69) | class I2C: method __init__ (line 85) | def __init__( method readinto (line 88) | def readinto(self, buf, nack=True, /) -> Any: method start (line 97) | def start(self) -> None: method stop (line 102) | def stop(self) -> None: method write (line 107) | def write(self, buf) -> int: method init (line 114) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 123) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 130) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 139) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 147) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 158) | def scan(self) -> List: method writeto (line 165) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 174) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 184) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 200) | class I2S: method __init__ (line 229) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 230) | def readinto(self, buf) -> int: method write (line 238) | def write(self, buf) -> int: method deinit (line 250) | def deinit(self) -> Any: method init (line 255) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 260) | def irq(self, handler) -> Any: method shift (line 268) | def shift(buf, bits, shift) -> Any: class Pin (line 278) | class Pin: method __init__ (line 340) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method dict (line 342) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 343) | def value(self, x: Optional[Any] = None) -> int: method af (line 416) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 417) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 419) | class board: method __init__ (line 420) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 471) | class cpu: method __init__ (line 472) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 521) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 522) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 523) | def high(self) -> None: method init (line 530) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 539) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 583) | def low(self) -> None: method mapper (line 591) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 592) | def mode(self, mode: Optional[Any] = None) -> Any: method name (line 600) | def name(self, *args, **kwargs) -> Any: ... method names (line 601) | def names(self, *args, **kwargs) -> Any: ... method off (line 602) | def off(self) -> None: method on (line 607) | def on(self) -> None: method pin (line 612) | def pin(self, *args, **kwargs) -> Any: ... method port (line 613) | def port(self, *args, **kwargs) -> Any: ... method pull (line 614) | def pull(self, pull: Optional[Any] = None) -> Any: method __call__ (line 622) | def __call__(self, x: Optional[Any] = None) -> Any: class SPI (line 632) | class SPI: method __init__ (line 644) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 645) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 652) | def readinto(self, buf, write=0x00) -> int: method write (line 661) | def write(self, buf) -> int: method deinit (line 671) | def deinit(self) -> None: method init (line 676) | def init( method write_readinto (line 701) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 712) | class Signal(Pin): method __init__ (line 733) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 734) | def value(self, x: Optional[Any] = None) -> int: method off (line 753) | def off(self) -> None: method on (line 758) | def on(self) -> None: class SoftI2C (line 764) | class SoftI2C(I2C): method __init__ (line 777) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 778) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 779) | def start(self, *args, **kwargs) -> Any: ... method stop (line 780) | def stop(self, *args, **kwargs) -> Any: ... method write (line 781) | def write(self, *args, **kwargs) -> Any: ... method init (line 782) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 783) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 784) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 785) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 786) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 787) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 788) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 789) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 790) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 792) | class SoftSPI: method __init__ (line 799) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 800) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 801) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 802) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 805) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 806) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 807) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 809) | class Timer: method __init__ (line 817) | def __init__(self, id, *args, **kwargs) -> None: ... method deinit (line 820) | def deinit(self) -> None: method init (line 825) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 843) | class UART: method __init__ (line 848) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 849) | def any(self) -> int: method read (line 863) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 873) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 883) | def readline(self) -> None: method write (line 891) | def write(self, buf) -> int: method deinit (line 901) | def deinit(self) -> None: method init (line 906) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method irq (line 945) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Any: method readchar (line 971) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 972) | def sendbreak(self) -> None: method writechar (line 978) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 980) | class WDT: method __init__ (line 989) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 990) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 994) | def bitstream(pin, encoding, timing, data, /) -> Any: function bootloader (line 1018) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 1028) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1053) | def disable_irq() -> Any: function enable_irq (line 1062) | def enable_irq(state) -> Any: function freq (line 1070) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1078) | def idle() -> Any: function info (line 1087) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 1088) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1117) | def reset() -> NoReturn: function reset_cause (line 1124) | def reset_cause() -> int: function rng (line 1130) | def rng() -> int: function sleep (line 1138) | def sleep() -> Any: function soft_reset (line 1144) | def soft_reset() -> NoReturn: function time_pulse_us (line 1152) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1170) | def unique_id() -> bytes: FILE: stubs/micropython-v1_17-stm32-merged/math.py function pow (line 19) | def pow(x, y) -> Any: function acos (line 26) | def acos(x) -> float: function acosh (line 33) | def acosh(x) -> float: function asin (line 40) | def asin(x) -> float: function asinh (line 47) | def asinh(x) -> float: function atan (line 54) | def atan(x) -> float: function atan2 (line 61) | def atan2(y, x) -> float: function atanh (line 68) | def atanh(x) -> float: function ceil (line 75) | def ceil(x) -> int: function copysign (line 82) | def copysign(x, y) -> Any: function cos (line 89) | def cos(x) -> float: function cosh (line 96) | def cosh(x) -> float: function degrees (line 103) | def degrees(x) -> Any: function erf (line 113) | def erf(x) -> Any: function erfc (line 120) | def erfc(x) -> Any: function exp (line 127) | def exp(x) -> float: function expm1 (line 134) | def expm1(x) -> Any: function fabs (line 141) | def fabs(x) -> Any: function factorial (line 148) | def factorial(*args, **kwargs) -> Any: function floor (line 152) | def floor(x) -> int: function fmod (line 159) | def fmod(x, y) -> Any: function frexp (line 166) | def frexp(x) -> Any: function gamma (line 176) | def gamma(x) -> Any: function isclose (line 183) | def isclose(*args, **kwargs) -> Any: function isfinite (line 187) | def isfinite(x) -> bool: function isinf (line 194) | def isinf(x) -> bool: function isnan (line 201) | def isnan(x) -> bool: function ldexp (line 208) | def ldexp(x, exp) -> Any: function lgamma (line 215) | def lgamma(x) -> float: function log (line 222) | def log(x) -> float: function log10 (line 229) | def log10(x) -> float: function log2 (line 236) | def log2(x) -> float: function modf (line 243) | def modf(x) -> Tuple: function radians (line 254) | def radians(x) -> Any: function sin (line 261) | def sin(x) -> float: function sinh (line 268) | def sinh(x) -> float: function sqrt (line 275) | def sqrt(x) -> Any: function tan (line 282) | def tan(x) -> float: function tanh (line 289) | def tanh(x) -> float: function trunc (line 296) | def trunc(x) -> int: FILE: stubs/micropython-v1_17-stm32-merged/math.pyi function pow (line 16) | def pow(x, y) -> Any: function acos (line 22) | def acos(x) -> float: function acosh (line 28) | def acosh(x) -> float: function asin (line 34) | def asin(x) -> float: function asinh (line 40) | def asinh(x) -> float: function atan (line 46) | def atan(x) -> float: function atan2 (line 52) | def atan2(y, x) -> float: function atanh (line 58) | def atanh(x) -> float: function ceil (line 64) | def ceil(x) -> int: function copysign (line 70) | def copysign(x, y) -> Any: function cos (line 76) | def cos(x) -> float: function cosh (line 82) | def cosh(x) -> float: function degrees (line 88) | def degrees(x) -> Any: function erf (line 96) | def erf(x) -> Any: function erfc (line 102) | def erfc(x) -> Any: function exp (line 108) | def exp(x) -> float: function expm1 (line 114) | def expm1(x) -> Any: function fabs (line 120) | def fabs(x) -> Any: function factorial (line 126) | def factorial(*args, **kwargs) -> Any: ... function floor (line 127) | def floor(x) -> int: function fmod (line 133) | def fmod(x, y) -> Any: function frexp (line 139) | def frexp(x) -> Any: function gamma (line 148) | def gamma(x) -> Any: function isclose (line 154) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 155) | def isfinite(x) -> bool: function isinf (line 161) | def isinf(x) -> bool: function isnan (line 167) | def isnan(x) -> bool: function ldexp (line 173) | def ldexp(x, exp) -> Any: function lgamma (line 179) | def lgamma(x) -> float: function log (line 185) | def log(x) -> float: function log10 (line 191) | def log10(x) -> float: function log2 (line 197) | def log2(x) -> float: function modf (line 203) | def modf(x) -> Tuple: function radians (line 212) | def radians(x) -> Any: function sin (line 218) | def sin(x) -> float: function sinh (line 224) | def sinh(x) -> float: function sqrt (line 230) | def sqrt(x) -> Any: function tan (line 236) | def tan(x) -> float: function tanh (line 242) | def tanh(x) -> float: function trunc (line 248) | def trunc(x) -> int: FILE: stubs/micropython-v1_17-stm32-merged/micropython.py function const (line 9) | def const(expr) -> Union[int, bytes, str, Tuple]: function alloc_emergency_exception_buf (line 32) | def alloc_emergency_exception_buf(size) -> Any: function heap_lock (line 46) | def heap_lock() -> Any: function heap_unlock (line 50) | def heap_unlock() -> Any: function kbd_intr (line 54) | def kbd_intr(chr) -> None: function mem_info (line 68) | def mem_info(verbose: Optional[Any] = None) -> None: function opt_level (line 80) | def opt_level(level: Optional[Any] = None) -> Any: function qstr_info (line 101) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 113) | def schedule(func, arg) -> Any: function stack_use (line 151) | def stack_use() -> int: FILE: stubs/micropython-v1_17-stm32-merged/micropython.pyi function const (line 6) | def const(expr) -> Union[int, bytes, str, Tuple]: function alloc_emergency_exception_buf (line 28) | def alloc_emergency_exception_buf(size) -> Any: function heap_lock (line 41) | def heap_lock() -> Any: ... function heap_unlock (line 42) | def heap_unlock() -> Any: ... function kbd_intr (line 43) | def kbd_intr(chr) -> None: function mem_info (line 56) | def mem_info(verbose: Optional[Any] = None) -> None: function opt_level (line 67) | def opt_level(level: Optional[Any] = None) -> Any: function qstr_info (line 87) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 98) | def schedule(func, arg) -> Any: function stack_use (line 135) | def stack_use() -> int: FILE: stubs/micropython-v1_17-stm32-merged/network.py function route (line 39) | def route(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/network.pyi function route (line 36) | def route(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/os.py function remove (line 16) | def remove(path) -> None: class VfsFat (line 26) | class VfsFat: method __init__ (line 33) | def __init__(self, block_dev) -> None: method open (line 37) | def open(self, *args, **kwargs) -> Any: method remove (line 40) | def remove(self, *args, **kwargs) -> Any: method chdir (line 43) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 46) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 49) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 52) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 56) | def mkfs(block_dev) -> None: method mount (line 62) | def mount(self, *args, **kwargs) -> Any: method rename (line 65) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 68) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 71) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 74) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 77) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 81) | class VfsLfs2: method __init__ (line 99) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 103) | def open(self, *args, **kwargs) -> Any: method remove (line 106) | def remove(self, *args, **kwargs) -> Any: method chdir (line 109) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 112) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 115) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 118) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 122) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 131) | def mount(self, *args, **kwargs) -> Any: method rename (line 134) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 137) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 140) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 143) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 146) | def umount(self, *args, **kwargs) -> Any: function chdir (line 150) | def chdir(path) -> Any: function dupterm (line 157) | def dupterm(stream_object, index=0, /) -> IO: function getcwd (line 181) | def getcwd() -> Any: function ilistdir (line 188) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 210) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 217) | def mkdir(path) -> Any: function mount (line 224) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 243) | def rename(old_path, new_path) -> None: function rmdir (line 250) | def rmdir(path) -> None: function stat (line 257) | def stat(path) -> Any: function statvfs (line 264) | def statvfs(path) -> Tuple: function sync (line 288) | def sync() -> None: function umount (line 295) | def umount(mount_point) -> Any: function uname (line 306) | def uname() -> uname_result: function unlink (line 321) | def unlink(*args, **kwargs) -> Any: function urandom (line 325) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_17-stm32-merged/os.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 21) | class VfsFat: method __init__ (line 28) | def __init__(self, block_dev) -> None: ... method open (line 29) | def open(self, *args, **kwargs) -> Any: ... method remove (line 30) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 31) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 33) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 34) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 36) | def mkfs(block_dev) -> None: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 42) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 43) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 44) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 45) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 46) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 48) | class VfsLfs2: method __init__ (line 66) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 67) | def open(self, *args, **kwargs) -> Any: ... method remove (line 68) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 69) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 70) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 71) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 72) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 74) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 82) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 83) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 84) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 85) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 86) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 87) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 89) | def chdir(path) -> Any: function dupterm (line 95) | def dupterm(stream_object, index=0, /) -> IO: function getcwd (line 118) | def getcwd() -> Any: function ilistdir (line 124) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 145) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 151) | def mkdir(path) -> Any: function mount (line 157) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 175) | def rename(old_path, new_path) -> None: function rmdir (line 181) | def rmdir(path) -> None: function stat (line 187) | def stat(path) -> Any: function statvfs (line 193) | def statvfs(path) -> Tuple: function sync (line 216) | def sync() -> None: function umount (line 222) | def umount(mount_point) -> Any: function uname (line 232) | def uname() -> uname_result: function unlink (line 246) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 247) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_17-stm32-merged/pyb.py function main (line 11) | def main(filename) -> None: function stop (line 21) | def stop() -> Any: class DAC (line 37) | class DAC: method __init__ (line 62) | def __init__(self, port, bits=8, *, buffering=None) -> None: method write (line 66) | def write(self, value) -> Any: method deinit (line 77) | def deinit(self) -> Any: method init (line 83) | def init(self, bits=8, *, buffering=None) -> Any: method noise (line 91) | def noise(self, freq) -> None: method triangle (line 98) | def triangle(self, freq) -> None: method write_timed (line 106) | def write_timed(self, data, freq, *, mode=NORMAL) -> Any: class RTC (line 129) | class RTC: method __init__ (line 135) | def __init__(self) -> None: method calibration (line 139) | def calibration(self, cal) -> int: method datetime (line 157) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 175) | def info(self) -> Any: method init (line 186) | def init(self, *args, **kwargs) -> Any: method wakeup (line 189) | def wakeup(self, timeout, callback=None) -> None: class ADC (line 203) | class ADC: method __init__ (line 209) | def __init__(self, pin) -> None: method read (line 213) | def read(self) -> Any: method read_timed (line 220) | def read_timed(self, buf, timer) -> Any: method read_timed_multi (line 258) | def read_timed_multi(self, adcs, bufs, timer) -> bool: class ADCAll (line 312) | class ADCAll: method __init__ (line 315) | def __init__(self, *argv, **kwargs) -> None: method read_channel (line 319) | def read_channel(self, *args, **kwargs) -> Any: method read_core_temp (line 322) | def read_core_temp(self, *args, **kwargs) -> Any: method read_core_vbat (line 325) | def read_core_vbat(self, *args, **kwargs) -> Any: method read_core_vref (line 328) | def read_core_vref(self, *args, **kwargs) -> Any: method read_vref (line 331) | def read_vref(self, *args, **kwargs) -> Any: class Accel (line 335) | class Accel: method __init__ (line 340) | def __init__(self) -> None: method read (line 344) | def read(self, *args, **kwargs) -> Any: method write (line 347) | def write(self, *args, **kwargs) -> Any: method filtered_xyz (line 350) | def filtered_xyz(self) -> Tuple: method tilt (line 361) | def tilt(self) -> Any: method x (line 367) | def x(self) -> Any: method y (line 373) | def y(self) -> Any: method z (line 379) | def z(self) -> Any: class CAN (line 386) | class CAN: method __init__ (line 400) | def __init__(self, bus, mode, baudrate=328125, *, prescaler=-1, polari... method any (line 404) | def any(self, fifo) -> bool: method send (line 410) | def send(self, data, id, *, timeout=0, rtr=False) -> None: method clearfilter (line 446) | def clearfilter(self, bank) -> None: method deinit (line 454) | def deinit(self) -> None: method info (line 460) | def info(self, list: Optional[Any] = None) -> Any: method init (line 484) | def init(self, mode, extframe=False, prescaler=100, *, sjw=1, bs1=6, b... method initfilterbanks (line 527) | def initfilterbanks(cls, nr) -> None: method recv (line 538) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method restart (line 573) | def restart(self) -> Any: method rxcallback (line 586) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 622) | def setfilter(self, bank, mode, fifo, params, *, rtr) -> None: method state (line 666) | def state(self) -> Any: class ExtInt (line 683) | class ExtInt: method __init__ (line 702) | def __init__(self, pin, mode, pull, callback) -> None: method disable (line 713) | def disable(self) -> None: method enable (line 720) | def enable(self) -> None: method line (line 726) | def line(self) -> int: method regs (line 733) | def regs(cls) -> Any: method swint (line 740) | def swint(self) -> Any: class Flash (line 748) | class Flash: method __init__ (line 759) | def __init__(self) -> None: method ioctl (line 763) | def ioctl(self, cmd, arg) -> Any: method readblocks (line 771) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any: method writeblocks (line 774) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any: class I2C (line 778) | class I2C: method __init__ (line 800) | def __init__(self, bus, mode, baudrate=328125, *, prescaler=-1, polari... method send (line 804) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 821) | def deinit(self) -> None: method init (line 827) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method is_ready (line 841) | def is_ready(self, addr) -> Any: method mem_read (line 847) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 862) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 877) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method scan (line 891) | def scan(self) -> List: class LCD (line 899) | class LCD: method __init__ (line 906) | def __init__(self, skin_position) -> None: method get (line 910) | def get(self, x, y) -> int: method write (line 918) | def write(self, str) -> None: method command (line 924) | def command(self, instr_data, buf) -> None: method contrast (line 932) | def contrast(self, value) -> None: method fill (line 938) | def fill(self, colour) -> None: method light (line 946) | def light(self, value) -> None: method pixel (line 952) | def pixel(self, x, y, colour) -> None: method show (line 960) | def show(self) -> None: method text (line 966) | def text(self, str, x, y, colour) -> None: class LED (line 975) | class LED: method __init__ (line 983) | def __init__(self, id) -> None: method intensity (line 987) | def intensity(self, value: Optional[Any] = None) -> None: method off (line 1001) | def off(self) -> None: method on (line 1007) | def on(self) -> None: method toggle (line 1013) | def toggle(self) -> Any: class Pin (line 1021) | class Pin: method __init__ (line 1027) | def __init__(self, id, *args, **kwargs) -> None: method dict (line 1032) | def dict(cls, dict: Optional[Any] = None) -> Any: method value (line 1038) | def value(self, value: Optional[Any] = None) -> int: method af (line 1090) | def af(self) -> Any: method af_list (line 1098) | def af_list(self) -> List: class board (line 1104) | class board: method __init__ (line 1107) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 1161) | class cpu: method __init__ (line 1164) | def __init__(self, *argv, **kwargs) -> None: method debug (line 1217) | def debug(cls, state: Optional[Any] = None) -> bool: method gpio (line 1223) | def gpio(self) -> int: method high (line 1229) | def high(self, *args, **kwargs) -> Any: method init (line 1232) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method irq (line 1261) | def irq(self, *args, **kwargs) -> Any: method low (line 1264) | def low(self, *args, **kwargs) -> Any: method mapper (line 1268) | def mapper(cls, fun: Optional[Any] = None) -> Any: method mode (line 1275) | def mode(self) -> Any: method name (line 1283) | def name(self) -> str: method names (line 1289) | def names(self) -> str: method off (line 1295) | def off(self, *args, **kwargs) -> Any: method on (line 1298) | def on(self, *args, **kwargs) -> Any: method pin (line 1301) | def pin(self) -> int: method port (line 1307) | def port(self) -> Any: method pull (line 1313) | def pull(self) -> Any: method __call__ (line 1321) | def __call__(self, x: Optional[Any] = None) -> Any: class SDCard (line 1330) | class SDCard: method __init__ (line 1333) | def __init__(self, *argv, **kwargs) -> None: method read (line 1337) | def read(self, *args, **kwargs) -> Any: method write (line 1340) | def write(self, *args, **kwargs) -> Any: method info (line 1343) | def info(self, *args, **kwargs) -> Any: method ioctl (line 1346) | def ioctl(self, *args, **kwargs) -> Any: method power (line 1349) | def power(self, *args, **kwargs) -> Any: method present (line 1352) | def present(self, *args, **kwargs) -> Any: method readblocks (line 1355) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 1358) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 1362) | class SPI: method __init__ (line 1379) | def __init__(self, bus, mode, baudrate=328125, *, prescaler=-1, polari... method read (line 1383) | def read(self, *args, **kwargs) -> Any: method readinto (line 1386) | def readinto(self, *args, **kwargs) -> Any: method send (line 1389) | def send(self, send, *, timeout=5000) -> None: method write (line 1400) | def write(self, *args, **kwargs) -> Any: method deinit (line 1410) | def deinit(self) -> None: method init (line 1416) | def init(self, mode, baudrate=328125, *, prescaler=1, polarity=1, phas... method recv (line 1444) | def recv(self, recv, *, timeout=5000) -> bytes: method send_recv (line 1457) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method write_readinto (line 1471) | def write_readinto(self, *args, **kwargs) -> Any: class Servo (line 1475) | class Servo: method __init__ (line 1481) | def __init__(self, id) -> None: method angle (line 1485) | def angle(self, angle: Optional[Any] = None, time=0) -> Any: method calibration (line 1498) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method pulse_width (line 1513) | def pulse_width(self, value: Optional[Any] = None) -> Any: method speed (line 1522) | def speed(self, speed: Optional[Any] = None, time=0) -> Any: class Switch (line 1535) | class Switch(Pin): method __init__ (line 1541) | def __init__(self) -> None: method value (line 1545) | def value(self) -> bool: method callback (line 1551) | def callback(self, fun) -> None: class Timer (line 1559) | class Timer: method __init__ (line 1566) | def __init__(self, id, *args, **kwargs) -> None: method callback (line 1594) | def callback(self, fun) -> None: method channel (line 1602) | def channel(self, channel, mode, pin=None, *args) -> Any: method counter (line 1678) | def counter(self, value: Optional[Any] = None) -> Any: method deinit (line 1684) | def deinit(self) -> None: method freq (line 1695) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 1701) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1750) | def period(self, value: Optional[Any] = None) -> Any: method prescaler (line 1756) | def prescaler(self, value: Optional[Any] = None) -> Any: method source_freq (line 1762) | def source_freq(self) -> Any: class UART (line 1769) | class UART: method __init__ (line 1805) | def __init__(self, bus, mode, baudrate=328125, *, prescaler=-1, polari... method any (line 1809) | def any(self) -> int: method read (line 1815) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1832) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1842) | def readline(self) -> None: method write (line 1852) | def write(self, buf) -> int: method deinit (line 1868) | def deinit(self) -> None: method init (line 1874) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method irq (line 1900) | def irq(self, *args, **kwargs) -> Any: method readchar (line 1903) | def readchar(self) -> int: method sendbreak (line 1911) | def sendbreak(self) -> None: method writechar (line 1919) | def writechar(self, char) -> None: class USB_HID (line 1927) | class USB_HID: method __init__ (line 1933) | def __init__(self) -> None: method send (line 1937) | def send(self, data) -> None: method recv (line 1946) | def recv(self, data, *, timeout=5000) -> int: class USB_VCP (line 1960) | class USB_VCP: method __init__ (line 1967) | def __init__(self, id=0) -> None: method any (line 1971) | def any(self) -> bool: method close (line 1977) | def close(self) -> Any: method read (line 1984) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1995) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 2007) | def readline(self) -> bytes: method send (line 2016) | def send(self, data, *, timeout=5000) -> int: method write (line 2027) | def write(self, buf) -> int: method init (line 2039) | def init(self, *, flow=-1) -> None: method irq (line 2047) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method isconnected (line 2060) | def isconnected(self) -> bool: method readlines (line 2066) | def readlines(self) -> List: method recv (line 2076) | def recv(self, data, *, timeout=5000) -> int: method setinterrupt (line 2089) | def setinterrupt(self, chr) -> None: function bootloader (line 2101) | def bootloader() -> None: function country (line 2108) | def country(*args, **kwargs) -> Any: function delay (line 2112) | def delay(ms) -> None: function dht_readinto (line 2119) | def dht_readinto(*args, **kwargs) -> Any: function disable_irq (line 2123) | def disable_irq() -> Any: function elapsed_micros (line 2133) | def elapsed_micros(start) -> int: function elapsed_millis (line 2150) | def elapsed_millis(start) -> int: function enable_irq (line 2166) | def enable_irq(state=True) -> None: function fault_debug (line 2177) | def fault_debug(value) -> None: function freq (line 2193) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function hard_reset (line 2234) | def hard_reset() -> NoReturn: function have_cdc (line 2242) | def have_cdc() -> bool: function hid (line 2251) | def hid(hidtuple: Tuple) -> Any: function info (line 2265) | def info(dump_alloc_table: Optional[Any] = None) -> None: function micros (line 2272) | def micros() -> int: function millis (line 2287) | def millis() -> int: function mount (line 2302) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function pwm (line 2338) | def pwm(*args, **kwargs) -> Any: function repl_info (line 2342) | def repl_info(*args, **kwargs) -> Any: function repl_uart (line 2346) | def repl_uart(uart) -> UART: function rng (line 2353) | def rng() -> int: function servo (line 2360) | def servo(*args, **kwargs) -> Any: function standby (line 2364) | def standby() -> Any: function sync (line 2378) | def sync() -> None: function udelay (line 2385) | def udelay(us) -> None: function unique_id (line 2392) | def unique_id() -> str: function usb_mode (line 2399) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function wfi (line 2441) | def wfi() -> None: FILE: stubs/micropython-v1_17-stm32-merged/pyb.pyi function main (line 8) | def main(filename) -> None: function stop (line 17) | def stop() -> Any: class DAC (line 31) | class DAC: method __init__ (line 56) | def __init__(self, port, bits=8, *, buffering=None) -> None: ... method write (line 57) | def write(self, value) -> Any: method deinit (line 66) | def deinit(self) -> Any: method init (line 71) | def init(self, bits=8, *, buffering=None) -> Any: method noise (line 78) | def noise(self, freq) -> None: method triangle (line 84) | def triangle(self, freq) -> None: method write_timed (line 91) | def write_timed(self, data, freq, *, mode=NORMAL) -> Any: class RTC (line 113) | class RTC: method __init__ (line 119) | def __init__(self) -> None: ... method calibration (line 120) | def calibration(self, cal) -> int: method datetime (line 137) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 154) | def info(self) -> Any: method init (line 164) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 165) | def wakeup(self, timeout, callback=None) -> None: class ADC (line 178) | class ADC: method __init__ (line 184) | def __init__(self, pin) -> None: ... method read (line 185) | def read(self) -> Any: method read_timed (line 191) | def read_timed(self, buf, timer) -> Any: method read_timed_multi (line 228) | def read_timed_multi(self, adcs, bufs, timer) -> bool: class ADCAll (line 281) | class ADCAll: method __init__ (line 282) | def __init__(self, *argv, **kwargs) -> None: ... method read_channel (line 283) | def read_channel(self, *args, **kwargs) -> Any: ... method read_core_temp (line 284) | def read_core_temp(self, *args, **kwargs) -> Any: ... method read_core_vbat (line 285) | def read_core_vbat(self, *args, **kwargs) -> Any: ... method read_core_vref (line 286) | def read_core_vref(self, *args, **kwargs) -> Any: ... method read_vref (line 287) | def read_vref(self, *args, **kwargs) -> Any: ... class Accel (line 289) | class Accel: method __init__ (line 294) | def __init__(self) -> None: ... method read (line 295) | def read(self, *args, **kwargs) -> Any: ... method write (line 296) | def write(self, *args, **kwargs) -> Any: ... method filtered_xyz (line 297) | def filtered_xyz(self) -> Tuple: method tilt (line 307) | def tilt(self) -> Any: method x (line 312) | def x(self) -> Any: method y (line 317) | def y(self) -> Any: method z (line 322) | def z(self) -> Any: class CAN (line 328) | class CAN: method __init__ (line 342) | def __init__( method any (line 345) | def any(self, fifo) -> bool: method send (line 350) | def send(self, data, id, *, timeout=0, rtr=False) -> None: method clearfilter (line 384) | def clearfilter(self, bank) -> None: method deinit (line 391) | def deinit(self) -> None: method info (line 396) | def info(self, list: Optional[Any] = None) -> Any: method init (line 419) | def init(self, mode, extframe=False, prescaler=100, *, sjw=1, bs1=6, b... method initfilterbanks (line 461) | def initfilterbanks(cls, nr) -> None: method recv (line 471) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method restart (line 505) | def restart(self) -> Any: method rxcallback (line 517) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 552) | def setfilter(self, bank, mode, fifo, params, *, rtr) -> None: method state (line 595) | def state(self) -> Any: class ExtInt (line 611) | class ExtInt: method __init__ (line 630) | def __init__(self, pin, mode, pull, callback) -> None: ... method disable (line 637) | def disable(self) -> None: method enable (line 643) | def enable(self) -> None: method line (line 648) | def line(self) -> int: method regs (line 654) | def regs(cls) -> Any: method swint (line 660) | def swint(self) -> Any: class Flash (line 667) | class Flash: method __init__ (line 678) | def __init__(self) -> None: ... method ioctl (line 679) | def ioctl(self, cmd, arg) -> Any: method readblocks (line 686) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any... method writeblocks (line 687) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> An... class I2C (line 689) | class I2C: method __init__ (line 711) | def __init__( method send (line 714) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 729) | def deinit(self) -> None: method init (line 734) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method is_ready (line 747) | def is_ready(self, addr) -> Any: method mem_read (line 752) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 766) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 780) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method scan (line 793) | def scan(self) -> List: class LCD (line 800) | class LCD: method __init__ (line 807) | def __init__(self, skin_position) -> None: ... method get (line 808) | def get(self, x, y) -> int: method write (line 815) | def write(self, str) -> None: method command (line 820) | def command(self, instr_data, buf) -> None: method contrast (line 827) | def contrast(self, value) -> None: method fill (line 832) | def fill(self, colour) -> None: method light (line 839) | def light(self, value) -> None: method pixel (line 844) | def pixel(self, x, y, colour) -> None: method show (line 851) | def show(self) -> None: method text (line 856) | def text(self, str, x, y, colour) -> None: class LED (line 864) | class LED: method __init__ (line 872) | def __init__(self, id) -> None: ... method intensity (line 873) | def intensity(self, value: Optional[Any] = None) -> None: method off (line 886) | def off(self) -> None: method on (line 891) | def on(self) -> None: method toggle (line 896) | def toggle(self) -> Any: class Pin (line 903) | class Pin: method __init__ (line 909) | def __init__(self, id, *args, **kwargs) -> None: ... method dict (line 911) | def dict(cls, dict: Optional[Any] = None) -> Any: method value (line 916) | def value(self, value: Optional[Any] = None) -> int: method af (line 966) | def af(self) -> Any: method af_list (line 973) | def af_list(self) -> List: class board (line 979) | class board: method __init__ (line 980) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 1031) | class cpu: method __init__ (line 1032) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 1081) | def debug(cls, state: Optional[Any] = None) -> bool: method gpio (line 1086) | def gpio(self) -> int: method high (line 1091) | def high(self, *args, **kwargs) -> Any: ... method init (line 1092) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method irq (line 1120) | def irq(self, *args, **kwargs) -> Any: ... method low (line 1121) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 1123) | def mapper(cls, fun: Optional[Any] = None) -> Any: method mode (line 1129) | def mode(self) -> Any: method name (line 1136) | def name(self) -> str: method names (line 1141) | def names(self) -> str: method off (line 1146) | def off(self, *args, **kwargs) -> Any: ... method on (line 1147) | def on(self, *args, **kwargs) -> Any: ... method pin (line 1148) | def pin(self) -> int: method port (line 1153) | def port(self) -> Any: method pull (line 1158) | def pull(self) -> Any: method __call__ (line 1165) | def __call__(self, x: Optional[Any] = None) -> Any: class SDCard (line 1173) | class SDCard: method __init__ (line 1174) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 1175) | def read(self, *args, **kwargs) -> Any: ... method write (line 1176) | def write(self, *args, **kwargs) -> Any: ... method info (line 1177) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 1178) | def ioctl(self, *args, **kwargs) -> Any: ... method power (line 1179) | def power(self, *args, **kwargs) -> Any: ... method present (line 1180) | def present(self, *args, **kwargs) -> Any: ... method readblocks (line 1181) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1182) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 1184) | class SPI: method __init__ (line 1201) | def __init__( method read (line 1204) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 1205) | def readinto(self, *args, **kwargs) -> Any: ... method send (line 1206) | def send(self, send, *, timeout=5000) -> None: method write (line 1216) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 1223) | def deinit(self) -> None: method init (line 1228) | def init(self, mode, baudrate=328125, *, prescaler=1, polarity=1, phas... method recv (line 1255) | def recv(self, recv, *, timeout=5000) -> bytes: method send_recv (line 1267) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method write_readinto (line 1280) | def write_readinto(self, *args, **kwargs) -> Any: ... class Servo (line 1282) | class Servo: method __init__ (line 1288) | def __init__(self, id) -> None: ... method angle (line 1289) | def angle(self, angle: Optional[Any] = None, time=0) -> Any: method calibration (line 1301) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method pulse_width (line 1315) | def pulse_width(self, value: Optional[Any] = None) -> Any: method speed (line 1323) | def speed(self, speed: Optional[Any] = None, time=0) -> Any: class Switch (line 1335) | class Switch(Pin): method __init__ (line 1341) | def __init__(self) -> None: ... method value (line 1342) | def value(self) -> bool: method callback (line 1347) | def callback(self, fun) -> None: class Timer (line 1354) | class Timer: method __init__ (line 1361) | def __init__(self, id, *args, **kwargs) -> None: ... method callback (line 1385) | def callback(self, fun) -> None: method channel (line 1392) | def channel(self, channel, mode, pin=None, *args) -> Any: method counter (line 1467) | def counter(self, value: Optional[Any] = None) -> Any: method deinit (line 1472) | def deinit(self) -> None: method freq (line 1482) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 1487) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1535) | def period(self, value: Optional[Any] = None) -> Any: method prescaler (line 1540) | def prescaler(self, value: Optional[Any] = None) -> Any: method source_freq (line 1545) | def source_freq(self) -> Any: class UART (line 1551) | class UART: method __init__ (line 1587) | def __init__( method any (line 1590) | def any(self) -> int: method read (line 1595) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1611) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1620) | def readline(self) -> None: method write (line 1629) | def write(self, buf) -> int: method deinit (line 1643) | def deinit(self) -> None: method init (line 1648) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method irq (line 1673) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 1674) | def readchar(self) -> int: method sendbreak (line 1681) | def sendbreak(self) -> None: method writechar (line 1688) | def writechar(self, char) -> None: class USB_HID (line 1695) | class USB_HID: method __init__ (line 1701) | def __init__(self) -> None: ... method send (line 1702) | def send(self, data) -> None: method recv (line 1710) | def recv(self, data, *, timeout=5000) -> int: class USB_VCP (line 1723) | class USB_VCP: method __init__ (line 1730) | def __init__(self, id=0) -> None: ... method any (line 1731) | def any(self) -> bool: method close (line 1736) | def close(self) -> Any: method read (line 1742) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1752) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1763) | def readline(self) -> bytes: method send (line 1771) | def send(self, data, *, timeout=5000) -> int: method write (line 1781) | def write(self, buf) -> int: method init (line 1791) | def init(self, *, flow=-1) -> None: method irq (line 1798) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method isconnected (line 1810) | def isconnected(self) -> bool: method readlines (line 1815) | def readlines(self) -> List: method recv (line 1824) | def recv(self, data, *, timeout=5000) -> int: method setinterrupt (line 1836) | def setinterrupt(self, chr) -> None: function bootloader (line 1847) | def bootloader() -> None: function country (line 1853) | def country(*args, **kwargs) -> Any: ... function delay (line 1854) | def delay(ms) -> None: function dht_readinto (line 1860) | def dht_readinto(*args, **kwargs) -> Any: ... function disable_irq (line 1861) | def disable_irq() -> Any: function elapsed_micros (line 1870) | def elapsed_micros(start) -> int: function elapsed_millis (line 1886) | def elapsed_millis(start) -> int: function enable_irq (line 1901) | def enable_irq(state=True) -> None: function fault_debug (line 1911) | def fault_debug(value) -> None: function freq (line 1926) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function hard_reset (line 1966) | def hard_reset() -> NoReturn: function have_cdc (line 1973) | def have_cdc() -> bool: function hid (line 1981) | def hid(hidtuple: Tuple) -> Any: function info (line 1993) | def info(dump_alloc_table: Optional[Any] = None) -> None: function micros (line 1999) | def micros() -> int: function millis (line 2013) | def millis() -> int: function mount (line 2027) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function pwm (line 2062) | def pwm(*args, **kwargs) -> Any: ... function repl_info (line 2063) | def repl_info(*args, **kwargs) -> Any: ... function repl_uart (line 2064) | def repl_uart(uart) -> UART: function rng (line 2070) | def rng() -> int: function servo (line 2076) | def servo(*args, **kwargs) -> Any: ... function standby (line 2077) | def standby() -> Any: function sync (line 2090) | def sync() -> None: function udelay (line 2096) | def udelay(us) -> None: function unique_id (line 2102) | def unique_id() -> str: function usb_mode (line 2108) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function wfi (line 2149) | def wfi() -> None: FILE: stubs/micropython-v1_17-stm32-merged/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/select.py class poll (line 19) | class poll: method __init__ (line 24) | def __init__(self) -> None: method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Any: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 80) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 95) | class select: method __init__ (line 103) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_17-stm32-merged/select.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_17-stm32-merged/socket.py function getaddrinfo (line 19) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 49) | class socket: method __init__ (line 63) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 67) | def close(self) -> Any: method send (line 78) | def send(self, bytes) -> int: method accept (line 86) | def accept(self) -> Tuple: method bind (line 95) | def bind(self, address) -> Any: method connect (line 101) | def connect(self, address) -> None: method listen (line 107) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 116) | def recv(self, bufsize) -> bytes: method recvfrom (line 123) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 131) | def sendto(self, bytes, address) -> None: method setblocking (line 138) | def setblocking(self, flag) -> Any: method setsockopt (line 150) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 158) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/socket.pyi function getaddrinfo (line 16) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 45) | class socket: method __init__ (line 59) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 60) | def close(self) -> Any: method send (line 70) | def send(self, bytes) -> int: method accept (line 77) | def accept(self) -> Tuple: method bind (line 85) | def bind(self, address) -> Any: method connect (line 90) | def connect(self, address) -> None: method listen (line 95) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 103) | def recv(self, bufsize) -> bytes: method recvfrom (line 109) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 116) | def sendto(self, bytes, address) -> None: method setblocking (line 122) | def setblocking(self, flag) -> Any: method setsockopt (line 133) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 140) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/struct.py function calcsize (line 17) | def calcsize(fmt) -> int: function pack (line 24) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 32) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 41) | def unpack(fmt, data) -> Tuple: function unpack_from (line 49) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-stm32-merged/struct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-stm32-merged/sys.py function exit (line 14) | def exit(retval=0, /) -> Any: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-stm32-merged/sys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-stm32-merged/time.py function gmtime (line 38) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 84) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Any: function sleep_ms (line 103) | def sleep_ms(ms) -> None: function sleep_us (line 115) | def sleep_us(us) -> None: function ticks_add (line 126) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 155) | def ticks_cpu() -> Any: function ticks_diff (line 172) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 240) | def ticks_ms() -> int: function ticks_us (line 265) | def ticks_us() -> Any: class time (line 272) | class time: method __init__ (line 285) | def __init__(self) -> None: function time_ns (line 289) | def time_ns() -> int: FILE: stubs/micropython-v1_17-stm32-merged/time.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: stubs/micropython-v1_17-stm32-merged/uarray.py class array (line 15) | class array: method __init__ (line 22) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: method append (line 26) | def append(self, val) -> Any: method extend (line 32) | def extend(self, iterable) -> Any: method decode (line 39) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/uarray.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 64) | class Event: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: method clear (line 71) | def clear(self, *args, **kwargs) -> Any: method set (line 74) | def set(self, *args, **kwargs) -> Any: method is_set (line 77) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 83) | class Lock: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: method locked (line 92) | def locked(self, *args, **kwargs) -> Any: method release (line 95) | def release(self, *args, **kwargs) -> Any: function ticks (line 99) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 103) | class TimeoutError(Exception): class SingletonGenerator (line 107) | class SingletonGenerator: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 115) | class IOQueue: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: method remove (line 122) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 125) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 128) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 131) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 135) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 139) | def run_until_complete(*args, **kwargs) -> Any: function run (line 143) | def run(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 28) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... method release (line 35) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 60) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 64) | class TimeoutError(Exception): class SingletonGenerator (line 68) | class SingletonGenerator: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 76) | class IOQueue: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method remove (line 83) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 86) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 89) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 92) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 96) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 100) | def run_until_complete(*args, **kwargs) -> Any: function run (line 104) | def run(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method locked (line 18) | def locked(self, *args, **kwargs) -> Any: method release (line 21) | def release(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/ubinascii.py function a2b_base64 (line 14) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data) -> bytes: function crc32 (line 32) | def crc32(*args, **kwargs) -> Any: function hexlify (line 36) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 47) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_17-stm32-merged/ubinascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_17-stm32-merged/ucollections.py class OrderedDict (line 15) | class OrderedDict(dict): method __init__ (line 40) | def __init__(self, *args, **kwargs) -> None: method clear (line 44) | def clear(self, *args, **kwargs) -> Any: method copy (line 47) | def copy(self, *args, **kwargs) -> Any: method get (line 50) | def get(self, *args, **kwargs) -> Any: method items (line 53) | def items(self, *args, **kwargs) -> Any: method keys (line 56) | def keys(self, *args, **kwargs) -> Any: method pop (line 59) | def pop(self, *args, **kwargs) -> Any: method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: method update (line 68) | def update(self, *args, **kwargs) -> Any: method values (line 71) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 75) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 79) | class deque(Queue): method __init__ (line 97) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 101) | def append(self, x) -> Any: method popleft (line 108) | def popleft(self) -> Any: function namedtuple (line 116) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/ucollections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/uctypes.py function addressof (line 49) | def addressof(obj) -> int: function bytearray_at (line 58) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 68) | def bytes_at(addr, size) -> bytes: function sizeof (line 78) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 87) | class struct: method __init__ (line 93) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: FILE: stubs/micropython-v1_17-stm32-merged/uctypes.pyi function addressof (line 46) | def addressof(obj) -> int: function bytearray_at (line 54) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function sizeof (line 72) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 80) | class struct: method __init__ (line 86) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... FILE: stubs/micropython-v1_17-stm32-merged/uhashlib.py class sha256 (line 29) | class sha256: method __init__ (line 34) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 38) | def update(self, *args, **kwargs) -> Any: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/uhashlib.pyi class sha256 (line 26) | class sha256: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/uheapq.py function heapify (line 17) | def heapify(x) -> Any: function heappop (line 24) | def heappop(heap) -> Any: function heappush (line 34) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/uheapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/uio.py function open (line 14) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 23) | class BytesIO(IO): method __init__ (line 36) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 40) | def close(self, *args, **kwargs) -> Any: method read (line 43) | def read(self, *args, **kwargs) -> Any: method readinto (line 46) | def readinto(self, *args, **kwargs) -> Any: method readline (line 49) | def readline(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method flush (line 55) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 58) | def getvalue(self) -> Any: method seek (line 64) | def seek(self, *args, **kwargs) -> Any: method tell (line 67) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 71) | class FileIO(IO): method __init__ (line 77) | def __init__(self, *args, **kwargs) -> None: method close (line 81) | def close(self, *args, **kwargs) -> Any: method read (line 84) | def read(self, *args, **kwargs) -> Any: method readinto (line 87) | def readinto(self, *args, **kwargs) -> Any: method readline (line 90) | def readline(self, *args, **kwargs) -> Any: method write (line 93) | def write(self, *args, **kwargs) -> Any: method flush (line 96) | def flush(self, *args, **kwargs) -> Any: method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: method seek (line 102) | def seek(self, *args, **kwargs) -> Any: method tell (line 105) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 109) | class IOBase: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 117) | class StringIO(IO): method __init__ (line 120) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 124) | def close(self, *args, **kwargs) -> Any: method read (line 127) | def read(self, *args, **kwargs) -> Any: method readinto (line 130) | def readinto(self, *args, **kwargs) -> Any: method readline (line 133) | def readline(self, *args, **kwargs) -> Any: method write (line 136) | def write(self, *args, **kwargs) -> Any: method flush (line 139) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 142) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 145) | def seek(self, *args, **kwargs) -> Any: method tell (line 148) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 152) | class TextIOWrapper(IO): method __init__ (line 158) | def __init__(self, *args, **kwargs) -> None: method close (line 162) | def close(self, *args, **kwargs) -> Any: method read (line 165) | def read(self, *args, **kwargs) -> Any: method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: method readline (line 171) | def readline(self, *args, **kwargs) -> Any: method write (line 174) | def write(self, *args, **kwargs) -> Any: method flush (line 177) | def flush(self, *args, **kwargs) -> Any: method readlines (line 180) | def readlines(self, *args, **kwargs) -> Any: method seek (line 183) | def seek(self, *args, **kwargs) -> Any: method tell (line 186) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/uio.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method __init__ (line 32) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self) -> Any: method seek (line 44) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 45) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 47) | class FileIO(IO): method __init__ (line 53) | def __init__(self, *args, **kwargs) -> None: ... method close (line 54) | def close(self, *args, **kwargs) -> Any: ... method read (line 55) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method write (line 58) | def write(self, *args, **kwargs) -> Any: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 60) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 61) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 62) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 64) | class IOBase: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 67) | class StringIO(IO): method __init__ (line 68) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 69) | def close(self, *args, **kwargs) -> Any: ... method read (line 70) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 72) | def readline(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method flush (line 74) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 75) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 76) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 77) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 79) | class TextIOWrapper(IO): method __init__ (line 85) | def __init__(self, *args, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method read (line 87) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 89) | def readline(self, *args, **kwargs) -> Any: ... method write (line 90) | def write(self, *args, **kwargs) -> Any: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 92) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/ujson.py function dump (line 14) | def dump(obj, stream, separators=None) -> Any: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Any: function loads (line 46) | def loads(str) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/ujson.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/umachine.py class RTC (line 16) | class RTC: method __init__ (line 21) | def __init__(self, id=0, *args, **kwargs) -> None: method calibration (line 25) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 28) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 44) | def info(self, *args, **kwargs) -> Any: method init (line 47) | def init(self, datetime) -> None: method wakeup (line 55) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 59) | class ADC: method __init__ (line 67) | def __init__(self, id) -> None: method read_u16 (line 76) | def read_u16(self) -> int: class I2C (line 89) | class I2C: method __init__ (line 105) | def __init__( method readinto (line 111) | def readinto(self, buf, nack=True, /) -> Any: method start (line 121) | def start(self) -> None: method stop (line 127) | def stop(self) -> None: method write (line 133) | def write(self, buf) -> int: method init (line 141) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 151) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 159) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 169) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 178) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 190) | def scan(self) -> List: method writeto (line 198) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 208) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 219) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 236) | class I2S: method __init__ (line 265) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 269) | def readinto(self, buf) -> int: method write (line 278) | def write(self, buf) -> int: method deinit (line 292) | def deinit(self) -> Any: method init (line 298) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 304) | def irq(self, handler) -> Any: method shift (line 313) | def shift(buf, bits, shift) -> Any: class Pin (line 325) | class Pin: method __init__ (line 387) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method dict (line 392) | def dict(cls, *args, **kwargs) -> Any: method value (line 395) | def value(self, x: Optional[Any] = None) -> int: method af (line 470) | def af(self, *args, **kwargs) -> Any: method af_list (line 473) | def af_list(self, *args, **kwargs) -> Any: class board (line 476) | class board: method __init__ (line 479) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 533) | class cpu: method __init__ (line 536) | def __init__(self, *argv, **kwargs) -> None: method debug (line 589) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 592) | def gpio(self, *args, **kwargs) -> Any: method high (line 595) | def high(self) -> None: method init (line 603) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 613) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 658) | def low(self) -> None: method mapper (line 667) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 670) | def mode(self, mode: Optional[Any] = None) -> Any: method name (line 679) | def name(self, *args, **kwargs) -> Any: method names (line 682) | def names(self, *args, **kwargs) -> Any: method off (line 685) | def off(self) -> None: method on (line 691) | def on(self) -> None: method pin (line 697) | def pin(self, *args, **kwargs) -> Any: method port (line 700) | def port(self, *args, **kwargs) -> Any: method pull (line 703) | def pull(self, pull: Optional[Any] = None) -> Any: method __call__ (line 712) | def __call__(self, x: Optional[Any] = None) -> Any: class SPI (line 724) | class SPI: method __init__ (line 736) | def __init__(self, id, *args, **kwargs) -> None: method read (line 740) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 748) | def readinto(self, buf, write=0x00) -> int: method write (line 758) | def write(self, buf) -> int: method deinit (line 770) | def deinit(self) -> None: method init (line 776) | def init( method write_readinto (line 802) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 814) | class Signal(Pin): method __init__ (line 835) | def __init__(self, pin_obj, *args, invert=False) -> None: method value (line 839) | def value(self, x: Optional[Any] = None) -> int: method off (line 859) | def off(self) -> None: method on (line 865) | def on(self) -> None: class SoftI2C (line 872) | class SoftI2C(I2C): method __init__ (line 885) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: method readinto (line 889) | def readinto(self, *args, **kwargs) -> Any: method start (line 892) | def start(self, *args, **kwargs) -> Any: method stop (line 895) | def stop(self, *args, **kwargs) -> Any: method write (line 898) | def write(self, *args, **kwargs) -> Any: method init (line 901) | def init(self, *args, **kwargs) -> Any: method readfrom (line 904) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 907) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 910) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 913) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 916) | def scan(self, *args, **kwargs) -> Any: method writeto (line 919) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 922) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 925) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 929) | class SoftSPI: method __init__ (line 936) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 940) | def read(self, *args, **kwargs) -> Any: method readinto (line 943) | def readinto(self, *args, **kwargs) -> Any: method write (line 946) | def write(self, *args, **kwargs) -> Any: method deinit (line 952) | def deinit(self, *args, **kwargs) -> Any: method init (line 955) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 958) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 962) | class Timer: method __init__ (line 970) | def __init__(self, id, *args, **kwargs) -> None: method deinit (line 977) | def deinit(self) -> None: method init (line 983) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 1002) | class UART: method __init__ (line 1007) | def __init__(self, id, *args, **kwargs) -> None: method any (line 1011) | def any(self) -> int: method read (line 1026) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1037) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1048) | def readline(self) -> None: method write (line 1057) | def write(self, buf) -> int: method deinit (line 1069) | def deinit(self) -> None: method init (line 1075) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method irq (line 1115) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Any: method readchar (line 1142) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 1145) | def sendbreak(self) -> None: method writechar (line 1152) | def writechar(self, *args, **kwargs) -> Any: class WDT (line 1156) | class WDT: method __init__ (line 1165) | def __init__(self, id=0, timeout=5000) -> None: method feed (line 1169) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 1176) | def bitstream(pin, encoding, timing, data, /) -> Any: function bootloader (line 1201) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 1212) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1238) | def disable_irq() -> Any: function enable_irq (line 1248) | def enable_irq(state) -> Any: function freq (line 1257) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1266) | def idle() -> Any: function info (line 1276) | def info(*args, **kwargs) -> Any: function lightsleep (line 1280) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1311) | def reset() -> NoReturn: function reset_cause (line 1319) | def reset_cause() -> int: function rng (line 1326) | def rng() -> int: function sleep (line 1335) | def sleep() -> Any: function soft_reset (line 1342) | def soft_reset() -> NoReturn: function time_pulse_us (line 1351) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1370) | def unique_id() -> bytes: FILE: stubs/micropython-v1_17-stm32-merged/umachine.pyi class RTC (line 13) | class RTC: method __init__ (line 18) | def __init__(self, id=0, *args, **kwargs) -> None: ... method calibration (line 19) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 20) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 35) | def info(self, *args, **kwargs) -> Any: ... method init (line 36) | def init(self, datetime) -> None: method wakeup (line 43) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 45) | class ADC: method __init__ (line 53) | def __init__(self, id) -> None: ... method read_u16 (line 58) | def read_u16(self) -> int: class I2C (line 69) | class I2C: method __init__ (line 85) | def __init__( method readinto (line 88) | def readinto(self, buf, nack=True, /) -> Any: method start (line 97) | def start(self) -> None: method stop (line 102) | def stop(self) -> None: method write (line 107) | def write(self, buf) -> int: method init (line 114) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 123) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 130) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 139) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 147) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 158) | def scan(self) -> List: method writeto (line 165) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 174) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 184) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 200) | class I2S: method __init__ (line 229) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 230) | def readinto(self, buf) -> int: method write (line 238) | def write(self, buf) -> int: method deinit (line 250) | def deinit(self) -> Any: method init (line 255) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 260) | def irq(self, handler) -> Any: method shift (line 268) | def shift(buf, bits, shift) -> Any: class Pin (line 278) | class Pin: method __init__ (line 340) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method dict (line 342) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 343) | def value(self, x: Optional[Any] = None) -> int: method af (line 416) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 417) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 419) | class board: method __init__ (line 420) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 471) | class cpu: method __init__ (line 472) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 521) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 522) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 523) | def high(self) -> None: method init (line 530) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 539) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 583) | def low(self) -> None: method mapper (line 591) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 592) | def mode(self, mode: Optional[Any] = None) -> Any: method name (line 600) | def name(self, *args, **kwargs) -> Any: ... method names (line 601) | def names(self, *args, **kwargs) -> Any: ... method off (line 602) | def off(self) -> None: method on (line 607) | def on(self) -> None: method pin (line 612) | def pin(self, *args, **kwargs) -> Any: ... method port (line 613) | def port(self, *args, **kwargs) -> Any: ... method pull (line 614) | def pull(self, pull: Optional[Any] = None) -> Any: method __call__ (line 622) | def __call__(self, x: Optional[Any] = None) -> Any: class SPI (line 632) | class SPI: method __init__ (line 644) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 645) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 652) | def readinto(self, buf, write=0x00) -> int: method write (line 661) | def write(self, buf) -> int: method deinit (line 671) | def deinit(self) -> None: method init (line 676) | def init( method write_readinto (line 701) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 712) | class Signal(Pin): method __init__ (line 733) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 734) | def value(self, x: Optional[Any] = None) -> int: method off (line 753) | def off(self) -> None: method on (line 758) | def on(self) -> None: class SoftI2C (line 764) | class SoftI2C(I2C): method __init__ (line 777) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 778) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 779) | def start(self, *args, **kwargs) -> Any: ... method stop (line 780) | def stop(self, *args, **kwargs) -> Any: ... method write (line 781) | def write(self, *args, **kwargs) -> Any: ... method init (line 782) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 783) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 784) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 785) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 786) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 787) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 788) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 789) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 790) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 792) | class SoftSPI: method __init__ (line 799) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 800) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 801) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 802) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 805) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 806) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 807) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 809) | class Timer: method __init__ (line 817) | def __init__(self, id, *args, **kwargs) -> None: ... method deinit (line 820) | def deinit(self) -> None: method init (line 825) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 843) | class UART: method __init__ (line 848) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 849) | def any(self) -> int: method read (line 863) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 873) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 883) | def readline(self) -> None: method write (line 891) | def write(self, buf) -> int: method deinit (line 901) | def deinit(self) -> None: method init (line 906) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method irq (line 945) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Any: method readchar (line 971) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 972) | def sendbreak(self) -> None: method writechar (line 978) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 980) | class WDT: method __init__ (line 989) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 990) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 994) | def bitstream(pin, encoding, timing, data, /) -> Any: function bootloader (line 1018) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 1028) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1053) | def disable_irq() -> Any: function enable_irq (line 1062) | def enable_irq(state) -> Any: function freq (line 1070) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1078) | def idle() -> Any: function info (line 1087) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 1088) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1117) | def reset() -> NoReturn: function reset_cause (line 1124) | def reset_cause() -> int: function rng (line 1130) | def rng() -> int: function sleep (line 1138) | def sleep() -> Any: function soft_reset (line 1144) | def soft_reset() -> NoReturn: function time_pulse_us (line 1152) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1170) | def unique_id() -> bytes: FILE: stubs/micropython-v1_17-stm32-merged/uos.py function remove (line 16) | def remove(path) -> None: class VfsFat (line 26) | class VfsFat: method __init__ (line 33) | def __init__(self, block_dev) -> None: method open (line 37) | def open(self, *args, **kwargs) -> Any: method remove (line 40) | def remove(self, *args, **kwargs) -> Any: method chdir (line 43) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 46) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 49) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 52) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 56) | def mkfs(block_dev) -> None: method mount (line 62) | def mount(self, *args, **kwargs) -> Any: method rename (line 65) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 68) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 71) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 74) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 77) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 81) | class VfsLfs2: method __init__ (line 99) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 103) | def open(self, *args, **kwargs) -> Any: method remove (line 106) | def remove(self, *args, **kwargs) -> Any: method chdir (line 109) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 112) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 115) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 118) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 122) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 131) | def mount(self, *args, **kwargs) -> Any: method rename (line 134) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 137) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 140) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 143) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 146) | def umount(self, *args, **kwargs) -> Any: function chdir (line 150) | def chdir(path) -> Any: function dupterm (line 157) | def dupterm(stream_object, index=0, /) -> IO: function getcwd (line 181) | def getcwd() -> Any: function ilistdir (line 188) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 210) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 217) | def mkdir(path) -> Any: function mount (line 224) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 243) | def rename(old_path, new_path) -> None: function rmdir (line 250) | def rmdir(path) -> None: function stat (line 257) | def stat(path) -> Any: function statvfs (line 264) | def statvfs(path) -> Tuple: function sync (line 288) | def sync() -> None: function umount (line 295) | def umount(mount_point) -> Any: function uname (line 306) | def uname() -> uname_result: function unlink (line 321) | def unlink(*args, **kwargs) -> Any: function urandom (line 325) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_17-stm32-merged/uos.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 21) | class VfsFat: method __init__ (line 28) | def __init__(self, block_dev) -> None: ... method open (line 29) | def open(self, *args, **kwargs) -> Any: ... method remove (line 30) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 31) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 33) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 34) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 36) | def mkfs(block_dev) -> None: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 42) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 43) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 44) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 45) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 46) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 48) | class VfsLfs2: method __init__ (line 66) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 67) | def open(self, *args, **kwargs) -> Any: ... method remove (line 68) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 69) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 70) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 71) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 72) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 74) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 82) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 83) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 84) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 85) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 86) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 87) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 89) | def chdir(path) -> Any: function dupterm (line 95) | def dupterm(stream_object, index=0, /) -> IO: function getcwd (line 118) | def getcwd() -> Any: function ilistdir (line 124) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 145) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 151) | def mkdir(path) -> Any: function mount (line 157) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 175) | def rename(old_path, new_path) -> None: function rmdir (line 181) | def rmdir(path) -> None: function stat (line 187) | def stat(path) -> Any: function statvfs (line 193) | def statvfs(path) -> Tuple: function sync (line 216) | def sync() -> None: function umount (line 222) | def umount(mount_point) -> Any: function uname (line 232) | def uname() -> uname_result: function unlink (line 246) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 247) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_17-stm32-merged/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/uselect.py class poll (line 19) | class poll: method __init__ (line 24) | def __init__(self) -> None: method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Any: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 80) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 95) | class select: method __init__ (line 103) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_17-stm32-merged/uselect.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_17-stm32-merged/usocket.py function getaddrinfo (line 19) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 49) | class socket: method __init__ (line 63) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 67) | def close(self) -> Any: method send (line 78) | def send(self, bytes) -> int: method accept (line 86) | def accept(self) -> Tuple: method bind (line 95) | def bind(self, address) -> Any: method connect (line 101) | def connect(self, address) -> None: method listen (line 107) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 116) | def recv(self, bufsize) -> bytes: method recvfrom (line 123) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 131) | def sendto(self, bytes, address) -> None: method setblocking (line 138) | def setblocking(self, flag) -> Any: method setsockopt (line 150) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 158) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/usocket.pyi function getaddrinfo (line 16) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 45) | class socket: method __init__ (line 59) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 60) | def close(self) -> Any: method send (line 70) | def send(self, bytes) -> int: method accept (line 77) | def accept(self) -> Tuple: method bind (line 85) | def bind(self, address) -> Any: method connect (line 90) | def connect(self, address) -> None: method listen (line 95) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 103) | def recv(self, bufsize) -> bytes: method recvfrom (line 109) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 116) | def sendto(self, bytes, address) -> None: method setblocking (line 122) | def setblocking(self, flag) -> Any: method setsockopt (line 133) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 140) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/ustruct.py function calcsize (line 17) | def calcsize(fmt) -> int: function pack (line 24) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 32) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 41) | def unpack(fmt, data) -> Tuple: function unpack_from (line 49) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-stm32-merged/ustruct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_17-stm32-merged/usys.py function exit (line 14) | def exit(retval=0, /) -> Any: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-stm32-merged/usys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_17-stm32-merged/utime.py function gmtime (line 38) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 84) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Any: function sleep_ms (line 103) | def sleep_ms(ms) -> None: function sleep_us (line 115) | def sleep_us(us) -> None: function ticks_add (line 126) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 155) | def ticks_cpu() -> Any: function ticks_diff (line 172) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 240) | def ticks_ms() -> int: function ticks_us (line 265) | def ticks_us() -> Any: class time (line 272) | class time: method __init__ (line 285) | def __init__(self) -> None: function time_ns (line 289) | def time_ns() -> int: FILE: stubs/micropython-v1_17-stm32-merged/utime.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: stubs/micropython-v1_17-stm32-merged/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32-merged/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32-merged/uzlib.py class DecompIO (line 16) | class DecompIO: method __init__ (line 25) | def __init__(self, stream, wbits=0, /) -> None: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: function decompress (line 39) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-stm32-merged/uzlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-stm32-merged/zlib.py class DecompIO (line 16) | class DecompIO: method __init__ (line 25) | def __init__(self, stream, wbits=0, /) -> None: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: function decompress (line 39) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-stm32-merged/zlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_17-stm32/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/_thread.py class LockType (line 9) | class LockType: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 16) | def acquire(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: method release (line 22) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 30) | def exit(*args, **kwargs) -> Any: function get_ident (line 34) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 38) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 42) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/_thread.pyi class LockType (line 3) | class LockType: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 5) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 9) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 10) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 11) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 12) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method center (line 218) | def center(self, *args, **kwargs) -> Any: method decode (line 221) | def decode(self, *args, **kwargs) -> Any: method partition (line 224) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 227) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 230) | def splitlines(self, *args, **kwargs) -> Any: function callable (line 234) | def callable(*args, **kwargs) -> Any: function chr (line 238) | def chr(*args, **kwargs) -> Any: class dict (line 242) | class dict: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: method clear (line 249) | def clear(self, *args, **kwargs) -> Any: method copy (line 252) | def copy(self, *args, **kwargs) -> Any: method get (line 255) | def get(self, *args, **kwargs) -> Any: method items (line 258) | def items(self, *args, **kwargs) -> Any: method keys (line 261) | def keys(self, *args, **kwargs) -> Any: method pop (line 264) | def pop(self, *args, **kwargs) -> Any: method popitem (line 267) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 270) | def setdefault(self, *args, **kwargs) -> Any: method update (line 273) | def update(self, *args, **kwargs) -> Any: method values (line 276) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 280) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 284) | def dir(*args, **kwargs) -> Any: function divmod (line 288) | def divmod(*args, **kwargs) -> Any: function eval (line 292) | def eval(*args, **kwargs) -> Any: function exec (line 296) | def exec(*args, **kwargs) -> Any: function getattr (line 300) | def getattr(*args, **kwargs) -> Any: function globals (line 304) | def globals(*args, **kwargs) -> Any: function hasattr (line 308) | def hasattr(*args, **kwargs) -> Any: function hash (line 312) | def hash(*args, **kwargs) -> Any: function id (line 316) | def id(*args, **kwargs) -> Any: class int (line 320) | class int: method __init__ (line 323) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 328) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 331) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 335) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 339) | def issubclass(*args, **kwargs) -> Any: function iter (line 343) | def iter(*args, **kwargs) -> Any: function len (line 347) | def len(*args, **kwargs) -> Any: class list (line 351) | class list: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: method append (line 358) | def append(self, *args, **kwargs) -> Any: method clear (line 361) | def clear(self, *args, **kwargs) -> Any: method copy (line 364) | def copy(self, *args, **kwargs) -> Any: method count (line 367) | def count(self, *args, **kwargs) -> Any: method extend (line 370) | def extend(self, *args, **kwargs) -> Any: method index (line 373) | def index(self, *args, **kwargs) -> Any: method insert (line 376) | def insert(self, *args, **kwargs) -> Any: method pop (line 379) | def pop(self, *args, **kwargs) -> Any: method remove (line 382) | def remove(self, *args, **kwargs) -> Any: method reverse (line 385) | def reverse(self, *args, **kwargs) -> Any: method sort (line 388) | def sort(self, *args, **kwargs) -> Any: function locals (line 392) | def locals(*args, **kwargs) -> Any: class map (line 396) | class map: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function next (line 404) | def next(*args, **kwargs) -> Any: class object (line 408) | class object: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: function open (line 416) | def open(*args, **kwargs) -> Any: function ord (line 420) | def ord(*args, **kwargs) -> Any: function pow (line 424) | def pow(*args, **kwargs) -> Any: function print (line 428) | def print(*args, **kwargs) -> Any: class range (line 432) | class range: method __init__ (line 435) | def __init__(self, *argv, **kwargs) -> None: function repr (line 440) | def repr(*args, **kwargs) -> Any: function round (line 444) | def round(*args, **kwargs) -> Any: class set (line 448) | class set: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: method clear (line 455) | def clear(self, *args, **kwargs) -> Any: method copy (line 458) | def copy(self, *args, **kwargs) -> Any: method pop (line 461) | def pop(self, *args, **kwargs) -> Any: method remove (line 464) | def remove(self, *args, **kwargs) -> Any: method update (line 467) | def update(self, *args, **kwargs) -> Any: method add (line 470) | def add(self, *args, **kwargs) -> Any: method difference (line 473) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 476) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 479) | def discard(self, *args, **kwargs) -> Any: method intersection (line 482) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 485) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 488) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 491) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 494) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 497) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 500) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 503) | def union(self, *args, **kwargs) -> Any: function setattr (line 507) | def setattr(*args, **kwargs) -> Any: function sorted (line 511) | def sorted(*args, **kwargs) -> Any: class str (line 515) | class str: method __init__ (line 518) | def __init__(self, *argv, **kwargs) -> None: method count (line 522) | def count(self, *args, **kwargs) -> Any: method endswith (line 525) | def endswith(self, *args, **kwargs) -> Any: method find (line 528) | def find(self, *args, **kwargs) -> Any: method format (line 531) | def format(self, *args, **kwargs) -> Any: method index (line 534) | def index(self, *args, **kwargs) -> Any: method isalpha (line 537) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 540) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 543) | def islower(self, *args, **kwargs) -> Any: method isspace (line 546) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 549) | def isupper(self, *args, **kwargs) -> Any: method join (line 552) | def join(self, *args, **kwargs) -> Any: method lower (line 555) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 558) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 561) | def replace(self, *args, **kwargs) -> Any: method rfind (line 564) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 567) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 570) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 573) | def rstrip(self, *args, **kwargs) -> Any: method split (line 576) | def split(self, *args, **kwargs) -> Any: method startswith (line 579) | def startswith(self, *args, **kwargs) -> Any: method strip (line 582) | def strip(self, *args, **kwargs) -> Any: method upper (line 585) | def upper(self, *args, **kwargs) -> Any: method center (line 588) | def center(self, *args, **kwargs) -> Any: method encode (line 591) | def encode(self, *args, **kwargs) -> Any: method partition (line 594) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 597) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 600) | def splitlines(self, *args, **kwargs) -> Any: function sum (line 604) | def sum(*args, **kwargs) -> Any: class super (line 608) | class super: method __init__ (line 611) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 616) | class tuple: method __init__ (line 619) | def __init__(self, *argv, **kwargs) -> None: method count (line 623) | def count(self, *args, **kwargs) -> Any: method index (line 626) | def index(self, *args, **kwargs) -> Any: class type (line 630) | class type: method __init__ (line 633) | def __init__(self, *argv, **kwargs) -> None: class zip (line 638) | class zip: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 649) | class StopAsyncIteration: method __init__ (line 652) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 657) | class UnicodeError(Exception): class ViperTypeError (line 661) | class ViperTypeError(Exception): function bin (line 665) | def bin(*args, **kwargs) -> Any: function compile (line 669) | def compile(*args, **kwargs) -> Any: class complex (line 673) | class complex: method __init__ (line 676) | def __init__(self, *argv, **kwargs) -> None: function delattr (line 681) | def delattr(*args, **kwargs) -> Any: class enumerate (line 685) | class enumerate: method __init__ (line 688) | def __init__(self, *argv, **kwargs) -> None: function execfile (line 693) | def execfile(*args, **kwargs) -> Any: class filter (line 697) | class filter: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: class float (line 705) | class float: method __init__ (line 708) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 713) | class frozenset: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: method copy (line 720) | def copy(self, *args, **kwargs) -> Any: method difference (line 723) | def difference(self, *args, **kwargs) -> Any: method intersection (line 726) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 729) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 732) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 735) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 738) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 741) | def union(self, *args, **kwargs) -> Any: function help (line 745) | def help(*args, **kwargs) -> Any: function hex (line 749) | def hex(*args, **kwargs) -> Any: function input (line 753) | def input(*args, **kwargs) -> Any: function max (line 757) | def max(*args, **kwargs) -> Any: class memoryview (line 761) | class memoryview: method __init__ (line 764) | def __init__(self, *argv, **kwargs) -> None: function min (line 769) | def min(*args, **kwargs) -> Any: function oct (line 773) | def oct(*args, **kwargs) -> Any: class property (line 777) | class property: method __init__ (line 780) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 784) | def deleter(self, *args, **kwargs) -> Any: method getter (line 787) | def getter(self, *args, **kwargs) -> Any: method setter (line 790) | def setter(self, *args, **kwargs) -> Any: class reversed (line 794) | class reversed: method __init__ (line 797) | def __init__(self, *argv, **kwargs) -> None: class slice (line 802) | class slice: method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_17-stm32/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method center (line 69) | def center(self, *args, **kwargs) -> Any: ... method decode (line 70) | def decode(self, *args, **kwargs) -> Any: ... method partition (line 71) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 72) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 73) | def splitlines(self, *args, **kwargs) -> Any: ... function callable (line 75) | def callable(*args, **kwargs) -> Any: ... function chr (line 76) | def chr(*args, **kwargs) -> Any: ... class dict (line 78) | class dict: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 80) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 81) | def copy(self, *args, **kwargs) -> Any: ... method get (line 82) | def get(self, *args, **kwargs) -> Any: ... method items (line 83) | def items(self, *args, **kwargs) -> Any: ... method keys (line 84) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 85) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 86) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 87) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 88) | def update(self, *args, **kwargs) -> Any: ... method values (line 89) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 91) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 93) | def dir(*args, **kwargs) -> Any: ... function divmod (line 94) | def divmod(*args, **kwargs) -> Any: ... function eval (line 95) | def eval(*args, **kwargs) -> Any: ... function exec (line 96) | def exec(*args, **kwargs) -> Any: ... function getattr (line 97) | def getattr(*args, **kwargs) -> Any: ... function globals (line 98) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 99) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 100) | def hash(*args, **kwargs) -> Any: ... function id (line 101) | def id(*args, **kwargs) -> Any: ... class int (line 103) | class int: method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 106) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 107) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 109) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 110) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 111) | def iter(*args, **kwargs) -> Any: ... function len (line 112) | def len(*args, **kwargs) -> Any: ... class list (line 114) | class list: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 116) | def append(self, *args, **kwargs) -> Any: ... method clear (line 117) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 118) | def copy(self, *args, **kwargs) -> Any: ... method count (line 119) | def count(self, *args, **kwargs) -> Any: ... method extend (line 120) | def extend(self, *args, **kwargs) -> Any: ... method index (line 121) | def index(self, *args, **kwargs) -> Any: ... method insert (line 122) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 123) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 124) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 125) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 126) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 128) | def locals(*args, **kwargs) -> Any: ... class map (line 130) | class map: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 133) | def next(*args, **kwargs) -> Any: ... class object (line 135) | class object: method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 138) | def open(*args, **kwargs) -> Any: ... function ord (line 139) | def ord(*args, **kwargs) -> Any: ... function pow (line 140) | def pow(*args, **kwargs) -> Any: ... function print (line 141) | def print(*args, **kwargs) -> Any: ... class range (line 143) | class range: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 146) | def repr(*args, **kwargs) -> Any: ... function round (line 147) | def round(*args, **kwargs) -> Any: ... class set (line 149) | class set: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 151) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 152) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 153) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 154) | def remove(self, *args, **kwargs) -> Any: ... method update (line 155) | def update(self, *args, **kwargs) -> Any: ... method add (line 156) | def add(self, *args, **kwargs) -> Any: ... method difference (line 157) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 158) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 159) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 160) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 161) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 162) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 163) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 164) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 165) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 166) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 167) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 169) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 170) | def sorted(*args, **kwargs) -> Any: ... class str (line 172) | class str: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 174) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 175) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 176) | def find(self, *args, **kwargs) -> Any: ... method format (line 177) | def format(self, *args, **kwargs) -> Any: ... method index (line 178) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 179) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 180) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 181) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 182) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 183) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 184) | def join(self, *args, **kwargs) -> Any: ... method lower (line 185) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 186) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 187) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 188) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 189) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 190) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 191) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 192) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 193) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 194) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 195) | def upper(self, *args, **kwargs) -> Any: ... method center (line 196) | def center(self, *args, **kwargs) -> Any: ... method encode (line 197) | def encode(self, *args, **kwargs) -> Any: ... method partition (line 198) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 199) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 200) | def splitlines(self, *args, **kwargs) -> Any: ... function sum (line 202) | def sum(*args, **kwargs) -> Any: ... class super (line 204) | class super: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 207) | class tuple: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 209) | def count(self, *args, **kwargs) -> Any: ... method index (line 210) | def index(self, *args, **kwargs) -> Any: ... class type (line 212) | class type: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 215) | class zip: method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 220) | class StopAsyncIteration: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 223) | class UnicodeError(Exception): ... class ViperTypeError (line 224) | class ViperTypeError(Exception): ... function bin (line 226) | def bin(*args, **kwargs) -> Any: ... function compile (line 227) | def compile(*args, **kwargs) -> Any: ... class complex (line 229) | class complex: method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... function delattr (line 232) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 234) | class enumerate: method __init__ (line 235) | def __init__(self, *argv, **kwargs) -> None: ... function execfile (line 237) | def execfile(*args, **kwargs) -> Any: ... class filter (line 239) | class filter: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 242) | class float: method __init__ (line 243) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 245) | class frozenset: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 247) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 248) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 249) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 250) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 251) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 252) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 253) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 254) | def union(self, *args, **kwargs) -> Any: ... function help (line 256) | def help(*args, **kwargs) -> Any: ... function hex (line 257) | def hex(*args, **kwargs) -> Any: ... function input (line 258) | def input(*args, **kwargs) -> Any: ... function max (line 259) | def max(*args, **kwargs) -> Any: ... class memoryview (line 261) | class memoryview: method __init__ (line 262) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 264) | def min(*args, **kwargs) -> Any: ... function oct (line 265) | def oct(*args, **kwargs) -> Any: ... class property (line 267) | class property: method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 269) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 270) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 271) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 273) | class reversed: method __init__ (line 274) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 276) | class slice: method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_17-stm32/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/hashlib.py class sha256 (line 9) | class sha256: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/hashlib.pyi class sha256 (line 3) | class sha256: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/lcd160cr.py function const (line 9) | def const(*args, **kwargs) -> Any: function calcsize (line 13) | def calcsize(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Any: class LCD160CR (line 34) | class LCD160CR: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: method write (line 41) | def write(self, *args, **kwargs) -> Any: method line (line 44) | def line(self, *args, **kwargs) -> Any: method rect (line 47) | def rect(self, *args, **kwargs) -> Any: method reset (line 50) | def reset(self, *args, **kwargs) -> Any: method oflush (line 53) | def oflush(self, *args, **kwargs) -> Any: method iflush (line 56) | def iflush(self, *args, **kwargs) -> Any: method rgb (line 59) | def rgb(self, *args, **kwargs) -> Any: method clip_line (line 62) | def clip_line(self, *args, **kwargs) -> Any: method set_power (line 65) | def set_power(self, *args, **kwargs) -> Any: method set_orient (line 68) | def set_orient(self, *args, **kwargs) -> Any: method set_brightness (line 71) | def set_brightness(self, *args, **kwargs) -> Any: method set_i2c_addr (line 74) | def set_i2c_addr(self, *args, **kwargs) -> Any: method set_uart_baudrate (line 77) | def set_uart_baudrate(self, *args, **kwargs) -> Any: method set_startup_deco (line 80) | def set_startup_deco(self, *args, **kwargs) -> Any: method save_to_flash (line 83) | def save_to_flash(self, *args, **kwargs) -> Any: method set_pixel (line 86) | def set_pixel(self, *args, **kwargs) -> Any: method get_pixel (line 89) | def get_pixel(self, *args, **kwargs) -> Any: method get_line (line 92) | def get_line(self, *args, **kwargs) -> Any: method screen_dump (line 95) | def screen_dump(self, *args, **kwargs) -> Any: method screen_load (line 98) | def screen_load(self, *args, **kwargs) -> Any: method set_pos (line 101) | def set_pos(self, *args, **kwargs) -> Any: method set_text_color (line 104) | def set_text_color(self, *args, **kwargs) -> Any: method set_font (line 107) | def set_font(self, *args, **kwargs) -> Any: method set_pen (line 110) | def set_pen(self, *args, **kwargs) -> Any: method erase (line 113) | def erase(self, *args, **kwargs) -> Any: method dot (line 116) | def dot(self, *args, **kwargs) -> Any: method rect_outline (line 119) | def rect_outline(self, *args, **kwargs) -> Any: method rect_interior (line 122) | def rect_interior(self, *args, **kwargs) -> Any: method dot_no_clip (line 125) | def dot_no_clip(self, *args, **kwargs) -> Any: method rect_no_clip (line 128) | def rect_no_clip(self, *args, **kwargs) -> Any: method rect_outline_no_clip (line 131) | def rect_outline_no_clip(self, *args, **kwargs) -> Any: method rect_interior_no_clip (line 134) | def rect_interior_no_clip(self, *args, **kwargs) -> Any: method line_no_clip (line 137) | def line_no_clip(self, *args, **kwargs) -> Any: method poly_dot (line 140) | def poly_dot(self, *args, **kwargs) -> Any: method poly_line (line 143) | def poly_line(self, *args, **kwargs) -> Any: method touch_config (line 146) | def touch_config(self, *args, **kwargs) -> Any: method is_touched (line 149) | def is_touched(self, *args, **kwargs) -> Any: method get_touch (line 152) | def get_touch(self, *args, **kwargs) -> Any: method set_spi_win (line 155) | def set_spi_win(self, *args, **kwargs) -> Any: method fast_spi (line 158) | def fast_spi(self, *args, **kwargs) -> Any: method show_framebuf (line 161) | def show_framebuf(self, *args, **kwargs) -> Any: method set_scroll (line 164) | def set_scroll(self, *args, **kwargs) -> Any: method set_scroll_win (line 167) | def set_scroll_win(self, *args, **kwargs) -> Any: method set_scroll_win_param (line 170) | def set_scroll_win_param(self, *args, **kwargs) -> Any: method set_scroll_buf (line 173) | def set_scroll_buf(self, *args, **kwargs) -> Any: method jpeg_start (line 176) | def jpeg_start(self, *args, **kwargs) -> Any: method jpeg_data (line 179) | def jpeg_data(self, *args, **kwargs) -> Any: method jpeg (line 182) | def jpeg(self, *args, **kwargs) -> Any: method feed_wdt (line 185) | def feed_wdt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/lcd160cr.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function calcsize (line 4) | def calcsize(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args, **kwargs) -> Any: ... class LCD160CR (line 16) | class LCD160CR: method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 18) | def write(self, *args, **kwargs) -> Any: ... method line (line 19) | def line(self, *args, **kwargs) -> Any: ... method rect (line 20) | def rect(self, *args, **kwargs) -> Any: ... method reset (line 21) | def reset(self, *args, **kwargs) -> Any: ... method oflush (line 22) | def oflush(self, *args, **kwargs) -> Any: ... method iflush (line 23) | def iflush(self, *args, **kwargs) -> Any: ... method rgb (line 24) | def rgb(self, *args, **kwargs) -> Any: ... method clip_line (line 25) | def clip_line(self, *args, **kwargs) -> Any: ... method set_power (line 26) | def set_power(self, *args, **kwargs) -> Any: ... method set_orient (line 27) | def set_orient(self, *args, **kwargs) -> Any: ... method set_brightness (line 28) | def set_brightness(self, *args, **kwargs) -> Any: ... method set_i2c_addr (line 29) | def set_i2c_addr(self, *args, **kwargs) -> Any: ... method set_uart_baudrate (line 30) | def set_uart_baudrate(self, *args, **kwargs) -> Any: ... method set_startup_deco (line 31) | def set_startup_deco(self, *args, **kwargs) -> Any: ... method save_to_flash (line 32) | def save_to_flash(self, *args, **kwargs) -> Any: ... method set_pixel (line 33) | def set_pixel(self, *args, **kwargs) -> Any: ... method get_pixel (line 34) | def get_pixel(self, *args, **kwargs) -> Any: ... method get_line (line 35) | def get_line(self, *args, **kwargs) -> Any: ... method screen_dump (line 36) | def screen_dump(self, *args, **kwargs) -> Any: ... method screen_load (line 37) | def screen_load(self, *args, **kwargs) -> Any: ... method set_pos (line 38) | def set_pos(self, *args, **kwargs) -> Any: ... method set_text_color (line 39) | def set_text_color(self, *args, **kwargs) -> Any: ... method set_font (line 40) | def set_font(self, *args, **kwargs) -> Any: ... method set_pen (line 41) | def set_pen(self, *args, **kwargs) -> Any: ... method erase (line 42) | def erase(self, *args, **kwargs) -> Any: ... method dot (line 43) | def dot(self, *args, **kwargs) -> Any: ... method rect_outline (line 44) | def rect_outline(self, *args, **kwargs) -> Any: ... method rect_interior (line 45) | def rect_interior(self, *args, **kwargs) -> Any: ... method dot_no_clip (line 46) | def dot_no_clip(self, *args, **kwargs) -> Any: ... method rect_no_clip (line 47) | def rect_no_clip(self, *args, **kwargs) -> Any: ... method rect_outline_no_clip (line 48) | def rect_outline_no_clip(self, *args, **kwargs) -> Any: ... method rect_interior_no_clip (line 49) | def rect_interior_no_clip(self, *args, **kwargs) -> Any: ... method line_no_clip (line 50) | def line_no_clip(self, *args, **kwargs) -> Any: ... method poly_dot (line 51) | def poly_dot(self, *args, **kwargs) -> Any: ... method poly_line (line 52) | def poly_line(self, *args, **kwargs) -> Any: ... method touch_config (line 53) | def touch_config(self, *args, **kwargs) -> Any: ... method is_touched (line 54) | def is_touched(self, *args, **kwargs) -> Any: ... method get_touch (line 55) | def get_touch(self, *args, **kwargs) -> Any: ... method set_spi_win (line 56) | def set_spi_win(self, *args, **kwargs) -> Any: ... method fast_spi (line 57) | def fast_spi(self, *args, **kwargs) -> Any: ... method show_framebuf (line 58) | def show_framebuf(self, *args, **kwargs) -> Any: ... method set_scroll (line 59) | def set_scroll(self, *args, **kwargs) -> Any: ... method set_scroll_win (line 60) | def set_scroll_win(self, *args, **kwargs) -> Any: ... method set_scroll_win_param (line 61) | def set_scroll_win_param(self, *args, **kwargs) -> Any: ... method set_scroll_buf (line 62) | def set_scroll_buf(self, *args, **kwargs) -> Any: ... method jpeg_start (line 63) | def jpeg_start(self, *args, **kwargs) -> Any: ... method jpeg_data (line 64) | def jpeg_data(self, *args, **kwargs) -> Any: ... method jpeg (line 65) | def jpeg(self, *args, **kwargs) -> Any: ... method feed_wdt (line 66) | def feed_wdt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/machine.py class RTC (line 9) | class RTC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method calibration (line 16) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 19) | def datetime(self, *args, **kwargs) -> Any: method info (line 22) | def info(self, *args, **kwargs) -> Any: method init (line 25) | def init(self, *args, **kwargs) -> Any: method wakeup (line 28) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 32) | class ADC: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: method read_u16 (line 44) | def read_u16(self, *args, **kwargs) -> Any: class I2C (line 52) | class I2C: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 59) | def readinto(self, *args, **kwargs) -> Any: method start (line 62) | def start(self, *args, **kwargs) -> Any: method stop (line 65) | def stop(self, *args, **kwargs) -> Any: method write (line 68) | def write(self, *args, **kwargs) -> Any: method init (line 71) | def init(self, *args, **kwargs) -> Any: method readfrom (line 74) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 77) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 80) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 83) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 86) | def scan(self, *args, **kwargs) -> Any: method writeto (line 89) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 92) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 95) | def writevto(self, *args, **kwargs) -> Any: class I2S (line 99) | class I2S: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 106) | def readinto(self, *args, **kwargs) -> Any: method write (line 109) | def write(self, *args, **kwargs) -> Any: method deinit (line 117) | def deinit(self, *args, **kwargs) -> Any: method init (line 120) | def init(self, *args, **kwargs) -> Any: method irq (line 123) | def irq(self, *args, **kwargs) -> Any: method shift (line 126) | def shift(self, *args, **kwargs) -> Any: class Pin (line 133) | class Pin: method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: method dict (line 141) | def dict(cls, *args, **kwargs) -> Any: method value (line 144) | def value(self, *args, **kwargs) -> Any: method af (line 188) | def af(self, *args, **kwargs) -> Any: method af_list (line 191) | def af_list(self, *args, **kwargs) -> Any: class board (line 194) | class board: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 251) | class cpu: method __init__ (line 254) | def __init__(self, *argv, **kwargs) -> None: method debug (line 307) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 310) | def gpio(self, *args, **kwargs) -> Any: method high (line 313) | def high(self, *args, **kwargs) -> Any: method init (line 316) | def init(self, *args, **kwargs) -> Any: method irq (line 319) | def irq(self, *args, **kwargs) -> Any: method low (line 322) | def low(self, *args, **kwargs) -> Any: method mapper (line 326) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 329) | def mode(self, *args, **kwargs) -> Any: method name (line 332) | def name(self, *args, **kwargs) -> Any: method names (line 335) | def names(self, *args, **kwargs) -> Any: method off (line 338) | def off(self, *args, **kwargs) -> Any: method on (line 341) | def on(self, *args, **kwargs) -> Any: method pin (line 344) | def pin(self, *args, **kwargs) -> Any: method port (line 347) | def port(self, *args, **kwargs) -> Any: method pull (line 350) | def pull(self, *args, **kwargs) -> Any: class SPI (line 357) | class SPI: method __init__ (line 360) | def __init__(self, *argv, **kwargs) -> None: method read (line 364) | def read(self, *args, **kwargs) -> Any: method readinto (line 367) | def readinto(self, *args, **kwargs) -> Any: method write (line 370) | def write(self, *args, **kwargs) -> Any: method deinit (line 376) | def deinit(self, *args, **kwargs) -> Any: method init (line 379) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 382) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 386) | class Signal: method __init__ (line 389) | def __init__(self, *argv, **kwargs) -> None: method value (line 393) | def value(self, *args, **kwargs) -> Any: method off (line 396) | def off(self, *args, **kwargs) -> Any: method on (line 399) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 403) | class SoftI2C: method __init__ (line 406) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 410) | def readinto(self, *args, **kwargs) -> Any: method start (line 413) | def start(self, *args, **kwargs) -> Any: method stop (line 416) | def stop(self, *args, **kwargs) -> Any: method write (line 419) | def write(self, *args, **kwargs) -> Any: method init (line 422) | def init(self, *args, **kwargs) -> Any: method readfrom (line 425) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 428) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 431) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 434) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 437) | def scan(self, *args, **kwargs) -> Any: method writeto (line 440) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 443) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 446) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 450) | class SoftSPI: method __init__ (line 453) | def __init__(self, *argv, **kwargs) -> None: method read (line 457) | def read(self, *args, **kwargs) -> Any: method readinto (line 460) | def readinto(self, *args, **kwargs) -> Any: method write (line 463) | def write(self, *args, **kwargs) -> Any: method deinit (line 469) | def deinit(self, *args, **kwargs) -> Any: method init (line 472) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 475) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 479) | class Timer: method __init__ (line 482) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 489) | def deinit(self, *args, **kwargs) -> Any: method init (line 492) | def init(self, *args, **kwargs) -> Any: class UART (line 496) | class UART: method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: method any (line 503) | def any(self, *args, **kwargs) -> Any: method read (line 506) | def read(self, *args, **kwargs) -> Any: method readinto (line 509) | def readinto(self, *args, **kwargs) -> Any: method readline (line 512) | def readline(self, *args, **kwargs) -> Any: method write (line 515) | def write(self, *args, **kwargs) -> Any: method deinit (line 522) | def deinit(self, *args, **kwargs) -> Any: method init (line 525) | def init(self, *args, **kwargs) -> Any: method irq (line 528) | def irq(self, *args, **kwargs) -> Any: method readchar (line 531) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 534) | def sendbreak(self, *args, **kwargs) -> Any: method writechar (line 537) | def writechar(self, *args, **kwargs) -> Any: class WDT (line 541) | class WDT: method __init__ (line 544) | def __init__(self, *argv, **kwargs) -> None: method feed (line 548) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 555) | def bitstream(*args, **kwargs) -> Any: function bootloader (line 559) | def bootloader(*args, **kwargs) -> Any: function deepsleep (line 563) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 567) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 571) | def enable_irq(*args, **kwargs) -> Any: function freq (line 575) | def freq(*args, **kwargs) -> Any: function idle (line 579) | def idle(*args, **kwargs) -> Any: function info (line 583) | def info(*args, **kwargs) -> Any: function lightsleep (line 587) | def lightsleep(*args, **kwargs) -> Any: function reset (line 596) | def reset(*args, **kwargs) -> Any: function reset_cause (line 600) | def reset_cause(*args, **kwargs) -> Any: function rng (line 604) | def rng(*args, **kwargs) -> Any: function sleep (line 608) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 612) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 616) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 620) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/machine.pyi class RTC (line 3) | class RTC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method calibration (line 5) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 6) | def datetime(self, *args, **kwargs) -> Any: ... method info (line 7) | def info(self, *args, **kwargs) -> Any: ... method init (line 8) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 9) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 11) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method read_u16 (line 17) | def read_u16(self, *args, **kwargs) -> Any: ... class I2C (line 22) | class I2C: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 25) | def start(self, *args, **kwargs) -> Any: ... method stop (line 26) | def stop(self, *args, **kwargs) -> Any: ... method write (line 27) | def write(self, *args, **kwargs) -> Any: ... method init (line 28) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 29) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 30) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 31) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 32) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 33) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 34) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 35) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 36) | def writevto(self, *args, **kwargs) -> Any: ... class I2S (line 38) | class I2S: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 41) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 46) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 47) | def init(self, *args, **kwargs) -> Any: ... method irq (line 48) | def irq(self, *args, **kwargs) -> Any: ... method shift (line 49) | def shift(self, *args, **kwargs) -> Any: ... class Pin (line 53) | class Pin: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... method dict (line 56) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 57) | def value(self, *args, **kwargs) -> Any: ... method af (line 98) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 99) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 101) | class board: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 153) | class cpu: method __init__ (line 154) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 203) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 204) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 205) | def high(self, *args, **kwargs) -> Any: ... method init (line 206) | def init(self, *args, **kwargs) -> Any: ... method irq (line 207) | def irq(self, *args, **kwargs) -> Any: ... method low (line 208) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 210) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 211) | def mode(self, *args, **kwargs) -> Any: ... method name (line 212) | def name(self, *args, **kwargs) -> Any: ... method names (line 213) | def names(self, *args, **kwargs) -> Any: ... method off (line 214) | def off(self, *args, **kwargs) -> Any: ... method on (line 215) | def on(self, *args, **kwargs) -> Any: ... method pin (line 216) | def pin(self, *args, **kwargs) -> Any: ... method port (line 217) | def port(self, *args, **kwargs) -> Any: ... method pull (line 218) | def pull(self, *args, **kwargs) -> Any: ... class SPI (line 222) | class SPI: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 224) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 225) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 226) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 229) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 230) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 231) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 233) | class Signal: method __init__ (line 234) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 235) | def value(self, *args, **kwargs) -> Any: ... method off (line 236) | def off(self, *args, **kwargs) -> Any: ... method on (line 237) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 239) | class SoftI2C: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 241) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 242) | def start(self, *args, **kwargs) -> Any: ... method stop (line 243) | def stop(self, *args, **kwargs) -> Any: ... method write (line 244) | def write(self, *args, **kwargs) -> Any: ... method init (line 245) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 246) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 247) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 248) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 249) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 250) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 251) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 252) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 253) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 255) | class SoftSPI: method __init__ (line 256) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 257) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 258) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 259) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 262) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 263) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 264) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 266) | class Timer: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 270) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 271) | def init(self, *args, **kwargs) -> Any: ... class UART (line 273) | class UART: method __init__ (line 274) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 275) | def any(self, *args, **kwargs) -> Any: ... method read (line 276) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 277) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 278) | def readline(self, *args, **kwargs) -> Any: ... method write (line 279) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 283) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 284) | def init(self, *args, **kwargs) -> Any: ... method irq (line 285) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 286) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 287) | def sendbreak(self, *args, **kwargs) -> Any: ... method writechar (line 288) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 290) | class WDT: method __init__ (line 291) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 292) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 296) | def bitstream(*args, **kwargs) -> Any: ... function bootloader (line 297) | def bootloader(*args, **kwargs) -> Any: ... function deepsleep (line 298) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 299) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 300) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 301) | def freq(*args, **kwargs) -> Any: ... function idle (line 302) | def idle(*args, **kwargs) -> Any: ... function info (line 303) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 304) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 310) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 311) | def reset_cause(*args, **kwargs) -> Any: ... function rng (line 312) | def rng(*args, **kwargs) -> Any: ... function sleep (line 313) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 314) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 315) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 316) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function acosh (line 17) | def acosh(*args, **kwargs) -> Any: function asin (line 21) | def asin(*args, **kwargs) -> Any: function asinh (line 25) | def asinh(*args, **kwargs) -> Any: function atan (line 29) | def atan(*args, **kwargs) -> Any: function atan2 (line 33) | def atan2(*args, **kwargs) -> Any: function atanh (line 37) | def atanh(*args, **kwargs) -> Any: function ceil (line 41) | def ceil(*args, **kwargs) -> Any: function copysign (line 45) | def copysign(*args, **kwargs) -> Any: function cos (line 49) | def cos(*args, **kwargs) -> Any: function cosh (line 53) | def cosh(*args, **kwargs) -> Any: function degrees (line 57) | def degrees(*args, **kwargs) -> Any: function erf (line 64) | def erf(*args, **kwargs) -> Any: function erfc (line 68) | def erfc(*args, **kwargs) -> Any: function exp (line 72) | def exp(*args, **kwargs) -> Any: function expm1 (line 76) | def expm1(*args, **kwargs) -> Any: function fabs (line 80) | def fabs(*args, **kwargs) -> Any: function factorial (line 84) | def factorial(*args, **kwargs) -> Any: function floor (line 88) | def floor(*args, **kwargs) -> Any: function fmod (line 92) | def fmod(*args, **kwargs) -> Any: function frexp (line 96) | def frexp(*args, **kwargs) -> Any: function gamma (line 100) | def gamma(*args, **kwargs) -> Any: function isclose (line 104) | def isclose(*args, **kwargs) -> Any: function isfinite (line 108) | def isfinite(*args, **kwargs) -> Any: function isinf (line 112) | def isinf(*args, **kwargs) -> Any: function isnan (line 116) | def isnan(*args, **kwargs) -> Any: function ldexp (line 120) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 124) | def lgamma(*args, **kwargs) -> Any: function log (line 128) | def log(*args, **kwargs) -> Any: function log10 (line 132) | def log10(*args, **kwargs) -> Any: function log2 (line 136) | def log2(*args, **kwargs) -> Any: function modf (line 140) | def modf(*args, **kwargs) -> Any: function radians (line 147) | def radians(*args, **kwargs) -> Any: function sin (line 151) | def sin(*args, **kwargs) -> Any: function sinh (line 155) | def sinh(*args, **kwargs) -> Any: function sqrt (line 159) | def sqrt(*args, **kwargs) -> Any: function tan (line 163) | def tan(*args, **kwargs) -> Any: function tanh (line 167) | def tanh(*args, **kwargs) -> Any: function trunc (line 171) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function acosh (line 5) | def acosh(*args, **kwargs) -> Any: ... function asin (line 6) | def asin(*args, **kwargs) -> Any: ... function asinh (line 7) | def asinh(*args, **kwargs) -> Any: ... function atan (line 8) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 9) | def atan2(*args, **kwargs) -> Any: ... function atanh (line 10) | def atanh(*args, **kwargs) -> Any: ... function ceil (line 11) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 12) | def copysign(*args, **kwargs) -> Any: ... function cos (line 13) | def cos(*args, **kwargs) -> Any: ... function cosh (line 14) | def cosh(*args, **kwargs) -> Any: ... function degrees (line 15) | def degrees(*args, **kwargs) -> Any: ... function erf (line 19) | def erf(*args, **kwargs) -> Any: ... function erfc (line 20) | def erfc(*args, **kwargs) -> Any: ... function exp (line 21) | def exp(*args, **kwargs) -> Any: ... function expm1 (line 22) | def expm1(*args, **kwargs) -> Any: ... function fabs (line 23) | def fabs(*args, **kwargs) -> Any: ... function factorial (line 24) | def factorial(*args, **kwargs) -> Any: ... function floor (line 25) | def floor(*args, **kwargs) -> Any: ... function fmod (line 26) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 27) | def frexp(*args, **kwargs) -> Any: ... function gamma (line 28) | def gamma(*args, **kwargs) -> Any: ... function isclose (line 29) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 30) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 31) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 32) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 33) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 34) | def lgamma(*args, **kwargs) -> Any: ... function log (line 35) | def log(*args, **kwargs) -> Any: ... function log10 (line 36) | def log10(*args, **kwargs) -> Any: ... function log2 (line 37) | def log2(*args, **kwargs) -> Any: ... function modf (line 38) | def modf(*args, **kwargs) -> Any: ... function radians (line 42) | def radians(*args, **kwargs) -> Any: ... function sin (line 43) | def sin(*args, **kwargs) -> Any: ... function sinh (line 44) | def sinh(*args, **kwargs) -> Any: ... function sqrt (line 45) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 46) | def tan(*args, **kwargs) -> Any: ... function tanh (line 47) | def tanh(*args, **kwargs) -> Any: ... function trunc (line 48) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/network.py function route (line 9) | def route(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/network.pyi function route (line 3) | def route(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 16) | class VfsFat: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: method open (line 23) | def open(self, *args, **kwargs) -> Any: method remove (line 26) | def remove(self, *args, **kwargs) -> Any: method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 35) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 38) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 41) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 44) | def mount(self, *args, **kwargs) -> Any: method rename (line 47) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 50) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 53) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 56) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 59) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 63) | class VfsLfs2: method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: method open (line 70) | def open(self, *args, **kwargs) -> Any: method remove (line 73) | def remove(self, *args, **kwargs) -> Any: method chdir (line 76) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 79) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 82) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 85) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 88) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 91) | def mount(self, *args, **kwargs) -> Any: method rename (line 94) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 97) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 100) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 103) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 106) | def umount(self, *args, **kwargs) -> Any: function chdir (line 110) | def chdir(*args, **kwargs) -> Any: function dupterm (line 114) | def dupterm(*args, **kwargs) -> Any: function getcwd (line 118) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 122) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 126) | def listdir(*args, **kwargs) -> Any: function mkdir (line 130) | def mkdir(*args, **kwargs) -> Any: function mount (line 134) | def mount(*args, **kwargs) -> Any: function rename (line 138) | def rename(*args, **kwargs) -> Any: function rmdir (line 142) | def rmdir(*args, **kwargs) -> Any: function stat (line 146) | def stat(*args, **kwargs) -> Any: function statvfs (line 150) | def statvfs(*args, **kwargs) -> Any: function sync (line 154) | def sync(*args, **kwargs) -> Any: function umount (line 158) | def umount(*args, **kwargs) -> Any: function uname (line 162) | def uname(*args, **kwargs) -> Any: function unlink (line 166) | def unlink(*args, **kwargs) -> Any: function urandom (line 170) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 7) | class VfsFat: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 9) | def open(self, *args, **kwargs) -> Any: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 11) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 12) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 13) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 14) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 15) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 16) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 17) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 18) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 19) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 20) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 21) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 23) | class VfsLfs2: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 25) | def open(self, *args, **kwargs) -> Any: ... method remove (line 26) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 27) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 28) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 29) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 30) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 31) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 32) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 33) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 34) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 35) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 36) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 37) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 39) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 40) | def dupterm(*args, **kwargs) -> Any: ... function getcwd (line 41) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 42) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 43) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 44) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 45) | def mount(*args, **kwargs) -> Any: ... function rename (line 46) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 47) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 48) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 49) | def statvfs(*args, **kwargs) -> Any: ... function sync (line 50) | def sync(*args, **kwargs) -> Any: ... function umount (line 51) | def umount(*args, **kwargs) -> Any: ... function uname (line 52) | def uname(*args, **kwargs) -> Any: ... function unlink (line 53) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 54) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/pyb.py function main (line 9) | def main(*args, **kwargs) -> Any: function stop (line 13) | def stop(*args, **kwargs) -> Any: class DAC (line 20) | class DAC: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: method write (line 27) | def write(self, *args, **kwargs) -> Any: method deinit (line 33) | def deinit(self, *args, **kwargs) -> Any: method init (line 36) | def init(self, *args, **kwargs) -> Any: method noise (line 39) | def noise(self, *args, **kwargs) -> Any: method triangle (line 42) | def triangle(self, *args, **kwargs) -> Any: method write_timed (line 45) | def write_timed(self, *args, **kwargs) -> Any: class RTC (line 49) | class RTC: method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: method calibration (line 56) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 59) | def datetime(self, *args, **kwargs) -> Any: method info (line 62) | def info(self, *args, **kwargs) -> Any: method init (line 65) | def init(self, *args, **kwargs) -> Any: method wakeup (line 68) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 72) | class ADC: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: method read (line 79) | def read(self, *args, **kwargs) -> Any: method read_timed (line 82) | def read_timed(self, *args, **kwargs) -> Any: method read_timed_multi (line 85) | def read_timed_multi(self, *args, **kwargs) -> Any: class ADCAll (line 89) | class ADCAll: method __init__ (line 92) | def __init__(self, *argv, **kwargs) -> None: method read_channel (line 96) | def read_channel(self, *args, **kwargs) -> Any: method read_core_temp (line 99) | def read_core_temp(self, *args, **kwargs) -> Any: method read_core_vbat (line 102) | def read_core_vbat(self, *args, **kwargs) -> Any: method read_core_vref (line 105) | def read_core_vref(self, *args, **kwargs) -> Any: method read_vref (line 108) | def read_vref(self, *args, **kwargs) -> Any: class Accel (line 112) | class Accel: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: method read (line 119) | def read(self, *args, **kwargs) -> Any: method write (line 122) | def write(self, *args, **kwargs) -> Any: method filtered_xyz (line 125) | def filtered_xyz(self, *args, **kwargs) -> Any: method tilt (line 128) | def tilt(self, *args, **kwargs) -> Any: method x (line 131) | def x(self, *args, **kwargs) -> Any: method y (line 134) | def y(self, *args, **kwargs) -> Any: method z (line 137) | def z(self, *args, **kwargs) -> Any: class CAN (line 141) | class CAN: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: method any (line 148) | def any(self, *args, **kwargs) -> Any: method send (line 151) | def send(self, *args, **kwargs) -> Any: method clearfilter (line 168) | def clearfilter(self, *args, **kwargs) -> Any: method deinit (line 171) | def deinit(self, *args, **kwargs) -> Any: method info (line 174) | def info(self, *args, **kwargs) -> Any: method init (line 177) | def init(self, *args, **kwargs) -> Any: method initfilterbanks (line 181) | def initfilterbanks(cls, *args, **kwargs) -> Any: method recv (line 184) | def recv(self, *args, **kwargs) -> Any: method restart (line 187) | def restart(self, *args, **kwargs) -> Any: method rxcallback (line 190) | def rxcallback(self, *args, **kwargs) -> Any: method setfilter (line 193) | def setfilter(self, *args, **kwargs) -> Any: method state (line 196) | def state(self, *args, **kwargs) -> Any: class ExtInt (line 200) | class ExtInt: method __init__ (line 203) | def __init__(self, *argv, **kwargs) -> None: method disable (line 214) | def disable(self, *args, **kwargs) -> Any: method enable (line 217) | def enable(self, *args, **kwargs) -> Any: method line (line 220) | def line(self, *args, **kwargs) -> Any: method regs (line 223) | def regs(self, *args, **kwargs) -> Any: method swint (line 226) | def swint(self, *args, **kwargs) -> Any: class Flash (line 230) | class Flash: method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 237) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 240) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 243) | def writeblocks(self, *args, **kwargs) -> Any: class I2C (line 247) | class I2C: method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: method send (line 254) | def send(self, *args, **kwargs) -> Any: method deinit (line 262) | def deinit(self, *args, **kwargs) -> Any: method init (line 265) | def init(self, *args, **kwargs) -> Any: method is_ready (line 268) | def is_ready(self, *args, **kwargs) -> Any: method mem_read (line 271) | def mem_read(self, *args, **kwargs) -> Any: method mem_write (line 274) | def mem_write(self, *args, **kwargs) -> Any: method recv (line 277) | def recv(self, *args, **kwargs) -> Any: method scan (line 280) | def scan(self, *args, **kwargs) -> Any: class LCD (line 284) | class LCD: method __init__ (line 287) | def __init__(self, *argv, **kwargs) -> None: method get (line 291) | def get(self, *args, **kwargs) -> Any: method write (line 294) | def write(self, *args, **kwargs) -> Any: method command (line 297) | def command(self, *args, **kwargs) -> Any: method contrast (line 300) | def contrast(self, *args, **kwargs) -> Any: method fill (line 303) | def fill(self, *args, **kwargs) -> Any: method light (line 306) | def light(self, *args, **kwargs) -> Any: method pixel (line 309) | def pixel(self, *args, **kwargs) -> Any: method show (line 312) | def show(self, *args, **kwargs) -> Any: method text (line 315) | def text(self, *args, **kwargs) -> Any: class LED (line 319) | class LED: method __init__ (line 322) | def __init__(self, *argv, **kwargs) -> None: method intensity (line 326) | def intensity(self, *args, **kwargs) -> Any: method off (line 329) | def off(self, *args, **kwargs) -> Any: method on (line 332) | def on(self, *args, **kwargs) -> Any: method toggle (line 335) | def toggle(self, *args, **kwargs) -> Any: class Pin (line 339) | class Pin: method __init__ (line 342) | def __init__(self, *argv, **kwargs) -> None: method dict (line 347) | def dict(cls, *args, **kwargs) -> Any: method value (line 350) | def value(self, *args, **kwargs) -> Any: method af (line 394) | def af(self, *args, **kwargs) -> Any: method af_list (line 397) | def af_list(self, *args, **kwargs) -> Any: class board (line 400) | class board: method __init__ (line 403) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 457) | class cpu: method __init__ (line 460) | def __init__(self, *argv, **kwargs) -> None: method debug (line 513) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 516) | def gpio(self, *args, **kwargs) -> Any: method high (line 519) | def high(self, *args, **kwargs) -> Any: method init (line 522) | def init(self, *args, **kwargs) -> Any: method irq (line 525) | def irq(self, *args, **kwargs) -> Any: method low (line 528) | def low(self, *args, **kwargs) -> Any: method mapper (line 532) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 535) | def mode(self, *args, **kwargs) -> Any: method name (line 538) | def name(self, *args, **kwargs) -> Any: method names (line 541) | def names(self, *args, **kwargs) -> Any: method off (line 544) | def off(self, *args, **kwargs) -> Any: method on (line 547) | def on(self, *args, **kwargs) -> Any: method pin (line 550) | def pin(self, *args, **kwargs) -> Any: method port (line 553) | def port(self, *args, **kwargs) -> Any: method pull (line 556) | def pull(self, *args, **kwargs) -> Any: class SDCard (line 560) | class SDCard: method __init__ (line 563) | def __init__(self, *argv, **kwargs) -> None: method read (line 567) | def read(self, *args, **kwargs) -> Any: method write (line 570) | def write(self, *args, **kwargs) -> Any: method info (line 573) | def info(self, *args, **kwargs) -> Any: method ioctl (line 576) | def ioctl(self, *args, **kwargs) -> Any: method power (line 579) | def power(self, *args, **kwargs) -> Any: method present (line 582) | def present(self, *args, **kwargs) -> Any: method readblocks (line 585) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 588) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 592) | class SPI: method __init__ (line 595) | def __init__(self, *argv, **kwargs) -> None: method read (line 599) | def read(self, *args, **kwargs) -> Any: method readinto (line 602) | def readinto(self, *args, **kwargs) -> Any: method send (line 605) | def send(self, *args, **kwargs) -> Any: method write (line 608) | def write(self, *args, **kwargs) -> Any: method deinit (line 618) | def deinit(self, *args, **kwargs) -> Any: method init (line 621) | def init(self, *args, **kwargs) -> Any: method recv (line 624) | def recv(self, *args, **kwargs) -> Any: method send_recv (line 627) | def send_recv(self, *args, **kwargs) -> Any: method write_readinto (line 630) | def write_readinto(self, *args, **kwargs) -> Any: class Servo (line 634) | class Servo: method __init__ (line 637) | def __init__(self, *argv, **kwargs) -> None: method angle (line 641) | def angle(self, *args, **kwargs) -> Any: method calibration (line 644) | def calibration(self, *args, **kwargs) -> Any: method pulse_width (line 647) | def pulse_width(self, *args, **kwargs) -> Any: method speed (line 650) | def speed(self, *args, **kwargs) -> Any: class Switch (line 654) | class Switch: method __init__ (line 657) | def __init__(self, *argv, **kwargs) -> None: method value (line 661) | def value(self, *args, **kwargs) -> Any: method callback (line 664) | def callback(self, *args, **kwargs) -> Any: class Timer (line 668) | class Timer: method __init__ (line 671) | def __init__(self, *argv, **kwargs) -> None: method callback (line 699) | def callback(self, *args, **kwargs) -> Any: method channel (line 702) | def channel(self, *args, **kwargs) -> Any: method counter (line 705) | def counter(self, *args, **kwargs) -> Any: method deinit (line 708) | def deinit(self, *args, **kwargs) -> Any: method freq (line 711) | def freq(self, *args, **kwargs) -> Any: method init (line 714) | def init(self, *args, **kwargs) -> Any: method period (line 717) | def period(self, *args, **kwargs) -> Any: method prescaler (line 720) | def prescaler(self, *args, **kwargs) -> Any: method source_freq (line 723) | def source_freq(self, *args, **kwargs) -> Any: class UART (line 727) | class UART: method __init__ (line 730) | def __init__(self, *argv, **kwargs) -> None: method any (line 734) | def any(self, *args, **kwargs) -> Any: method read (line 737) | def read(self, *args, **kwargs) -> Any: method readinto (line 740) | def readinto(self, *args, **kwargs) -> Any: method readline (line 743) | def readline(self, *args, **kwargs) -> Any: method write (line 746) | def write(self, *args, **kwargs) -> Any: method deinit (line 753) | def deinit(self, *args, **kwargs) -> Any: method init (line 756) | def init(self, *args, **kwargs) -> Any: method irq (line 759) | def irq(self, *args, **kwargs) -> Any: method readchar (line 762) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 765) | def sendbreak(self, *args, **kwargs) -> Any: method writechar (line 768) | def writechar(self, *args, **kwargs) -> Any: class USB_HID (line 772) | class USB_HID: method __init__ (line 775) | def __init__(self, *argv, **kwargs) -> None: method send (line 779) | def send(self, *args, **kwargs) -> Any: method recv (line 782) | def recv(self, *args, **kwargs) -> Any: class USB_VCP (line 786) | class USB_VCP: method __init__ (line 789) | def __init__(self, *argv, **kwargs) -> None: method any (line 793) | def any(self, *args, **kwargs) -> Any: method close (line 796) | def close(self, *args, **kwargs) -> Any: method read (line 799) | def read(self, *args, **kwargs) -> Any: method readinto (line 802) | def readinto(self, *args, **kwargs) -> Any: method readline (line 805) | def readline(self, *args, **kwargs) -> Any: method send (line 808) | def send(self, *args, **kwargs) -> Any: method write (line 811) | def write(self, *args, **kwargs) -> Any: method init (line 818) | def init(self, *args, **kwargs) -> Any: method irq (line 821) | def irq(self, *args, **kwargs) -> Any: method isconnected (line 824) | def isconnected(self, *args, **kwargs) -> Any: method readlines (line 827) | def readlines(self, *args, **kwargs) -> Any: method recv (line 830) | def recv(self, *args, **kwargs) -> Any: method setinterrupt (line 833) | def setinterrupt(self, *args, **kwargs) -> Any: function bootloader (line 837) | def bootloader(*args, **kwargs) -> Any: function country (line 841) | def country(*args, **kwargs) -> Any: function delay (line 845) | def delay(*args, **kwargs) -> Any: function dht_readinto (line 849) | def dht_readinto(*args, **kwargs) -> Any: function disable_irq (line 853) | def disable_irq(*args, **kwargs) -> Any: function elapsed_micros (line 857) | def elapsed_micros(*args, **kwargs) -> Any: function elapsed_millis (line 861) | def elapsed_millis(*args, **kwargs) -> Any: function enable_irq (line 865) | def enable_irq(*args, **kwargs) -> Any: function fault_debug (line 869) | def fault_debug(*args, **kwargs) -> Any: function freq (line 873) | def freq(*args, **kwargs) -> Any: function hard_reset (line 877) | def hard_reset(*args, **kwargs) -> Any: function have_cdc (line 881) | def have_cdc(*args, **kwargs) -> Any: function hid (line 885) | def hid(*args, **kwargs) -> Any: function info (line 893) | def info(*args, **kwargs) -> Any: function micros (line 897) | def micros(*args, **kwargs) -> Any: function millis (line 901) | def millis(*args, **kwargs) -> Any: function mount (line 905) | def mount(*args, **kwargs) -> Any: function pwm (line 909) | def pwm(*args, **kwargs) -> Any: function repl_info (line 913) | def repl_info(*args, **kwargs) -> Any: function repl_uart (line 917) | def repl_uart(*args, **kwargs) -> Any: function rng (line 921) | def rng(*args, **kwargs) -> Any: function servo (line 925) | def servo(*args, **kwargs) -> Any: function standby (line 929) | def standby(*args, **kwargs) -> Any: function sync (line 933) | def sync(*args, **kwargs) -> Any: function udelay (line 937) | def udelay(*args, **kwargs) -> Any: function unique_id (line 941) | def unique_id(*args, **kwargs) -> Any: function usb_mode (line 945) | def usb_mode(*args, **kwargs) -> Any: function wfi (line 949) | def wfi(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/pyb.pyi function main (line 3) | def main(*args, **kwargs) -> Any: ... function stop (line 4) | def stop(*args, **kwargs) -> Any: ... class DAC (line 8) | class DAC: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 10) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 13) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 14) | def init(self, *args, **kwargs) -> Any: ... method noise (line 15) | def noise(self, *args, **kwargs) -> Any: ... method triangle (line 16) | def triangle(self, *args, **kwargs) -> Any: ... method write_timed (line 17) | def write_timed(self, *args, **kwargs) -> Any: ... class RTC (line 19) | class RTC: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method calibration (line 21) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 22) | def datetime(self, *args, **kwargs) -> Any: ... method info (line 23) | def info(self, *args, **kwargs) -> Any: ... method init (line 24) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 25) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 27) | class ADC: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 29) | def read(self, *args, **kwargs) -> Any: ... method read_timed (line 30) | def read_timed(self, *args, **kwargs) -> Any: ... method read_timed_multi (line 31) | def read_timed_multi(self, *args, **kwargs) -> Any: ... class ADCAll (line 33) | class ADCAll: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method read_channel (line 35) | def read_channel(self, *args, **kwargs) -> Any: ... method read_core_temp (line 36) | def read_core_temp(self, *args, **kwargs) -> Any: ... method read_core_vbat (line 37) | def read_core_vbat(self, *args, **kwargs) -> Any: ... method read_core_vref (line 38) | def read_core_vref(self, *args, **kwargs) -> Any: ... method read_vref (line 39) | def read_vref(self, *args, **kwargs) -> Any: ... class Accel (line 41) | class Accel: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 43) | def read(self, *args, **kwargs) -> Any: ... method write (line 44) | def write(self, *args, **kwargs) -> Any: ... method filtered_xyz (line 45) | def filtered_xyz(self, *args, **kwargs) -> Any: ... method tilt (line 46) | def tilt(self, *args, **kwargs) -> Any: ... method x (line 47) | def x(self, *args, **kwargs) -> Any: ... method y (line 48) | def y(self, *args, **kwargs) -> Any: ... method z (line 49) | def z(self, *args, **kwargs) -> Any: ... class CAN (line 51) | class CAN: method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 53) | def any(self, *args, **kwargs) -> Any: ... method send (line 54) | def send(self, *args, **kwargs) -> Any: ... method clearfilter (line 68) | def clearfilter(self, *args, **kwargs) -> Any: ... method deinit (line 69) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 70) | def info(self, *args, **kwargs) -> Any: ... method init (line 71) | def init(self, *args, **kwargs) -> Any: ... method initfilterbanks (line 73) | def initfilterbanks(cls, *args, **kwargs) -> Any: ... method recv (line 74) | def recv(self, *args, **kwargs) -> Any: ... method restart (line 75) | def restart(self, *args, **kwargs) -> Any: ... method rxcallback (line 76) | def rxcallback(self, *args, **kwargs) -> Any: ... method setfilter (line 77) | def setfilter(self, *args, **kwargs) -> Any: ... method state (line 78) | def state(self, *args, **kwargs) -> Any: ... class ExtInt (line 80) | class ExtInt: method __init__ (line 81) | def __init__(self, *argv, **kwargs) -> None: ... method disable (line 88) | def disable(self, *args, **kwargs) -> Any: ... method enable (line 89) | def enable(self, *args, **kwargs) -> Any: ... method line (line 90) | def line(self, *args, **kwargs) -> Any: ... method regs (line 91) | def regs(self, *args, **kwargs) -> Any: ... method swint (line 92) | def swint(self, *args, **kwargs) -> Any: ... class Flash (line 94) | class Flash: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 96) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 97) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 98) | def writeblocks(self, *args, **kwargs) -> Any: ... class I2C (line 100) | class I2C: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... method send (line 102) | def send(self, *args, **kwargs) -> Any: ... method deinit (line 107) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 108) | def init(self, *args, **kwargs) -> Any: ... method is_ready (line 109) | def is_ready(self, *args, **kwargs) -> Any: ... method mem_read (line 110) | def mem_read(self, *args, **kwargs) -> Any: ... method mem_write (line 111) | def mem_write(self, *args, **kwargs) -> Any: ... method recv (line 112) | def recv(self, *args, **kwargs) -> Any: ... method scan (line 113) | def scan(self, *args, **kwargs) -> Any: ... class LCD (line 115) | class LCD: method __init__ (line 116) | def __init__(self, *argv, **kwargs) -> None: ... method get (line 117) | def get(self, *args, **kwargs) -> Any: ... method write (line 118) | def write(self, *args, **kwargs) -> Any: ... method command (line 119) | def command(self, *args, **kwargs) -> Any: ... method contrast (line 120) | def contrast(self, *args, **kwargs) -> Any: ... method fill (line 121) | def fill(self, *args, **kwargs) -> Any: ... method light (line 122) | def light(self, *args, **kwargs) -> Any: ... method pixel (line 123) | def pixel(self, *args, **kwargs) -> Any: ... method show (line 124) | def show(self, *args, **kwargs) -> Any: ... method text (line 125) | def text(self, *args, **kwargs) -> Any: ... class LED (line 127) | class LED: method __init__ (line 128) | def __init__(self, *argv, **kwargs) -> None: ... method intensity (line 129) | def intensity(self, *args, **kwargs) -> Any: ... method off (line 130) | def off(self, *args, **kwargs) -> Any: ... method on (line 131) | def on(self, *args, **kwargs) -> Any: ... method toggle (line 132) | def toggle(self, *args, **kwargs) -> Any: ... class Pin (line 134) | class Pin: method __init__ (line 135) | def __init__(self, *argv, **kwargs) -> None: ... method dict (line 137) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 138) | def value(self, *args, **kwargs) -> Any: ... method af (line 179) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 180) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 182) | class board: method __init__ (line 183) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 234) | class cpu: method __init__ (line 235) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 284) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 285) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 286) | def high(self, *args, **kwargs) -> Any: ... method init (line 287) | def init(self, *args, **kwargs) -> Any: ... method irq (line 288) | def irq(self, *args, **kwargs) -> Any: ... method low (line 289) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 291) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 292) | def mode(self, *args, **kwargs) -> Any: ... method name (line 293) | def name(self, *args, **kwargs) -> Any: ... method names (line 294) | def names(self, *args, **kwargs) -> Any: ... method off (line 295) | def off(self, *args, **kwargs) -> Any: ... method on (line 296) | def on(self, *args, **kwargs) -> Any: ... method pin (line 297) | def pin(self, *args, **kwargs) -> Any: ... method port (line 298) | def port(self, *args, **kwargs) -> Any: ... method pull (line 299) | def pull(self, *args, **kwargs) -> Any: ... class SDCard (line 301) | class SDCard: method __init__ (line 302) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 303) | def read(self, *args, **kwargs) -> Any: ... method write (line 304) | def write(self, *args, **kwargs) -> Any: ... method info (line 305) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 306) | def ioctl(self, *args, **kwargs) -> Any: ... method power (line 307) | def power(self, *args, **kwargs) -> Any: ... method present (line 308) | def present(self, *args, **kwargs) -> Any: ... method readblocks (line 309) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 310) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 312) | class SPI: method __init__ (line 313) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 314) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 315) | def readinto(self, *args, **kwargs) -> Any: ... method send (line 316) | def send(self, *args, **kwargs) -> Any: ... method write (line 317) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 324) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 325) | def init(self, *args, **kwargs) -> Any: ... method recv (line 326) | def recv(self, *args, **kwargs) -> Any: ... method send_recv (line 327) | def send_recv(self, *args, **kwargs) -> Any: ... method write_readinto (line 328) | def write_readinto(self, *args, **kwargs) -> Any: ... class Servo (line 330) | class Servo: method __init__ (line 331) | def __init__(self, *argv, **kwargs) -> None: ... method angle (line 332) | def angle(self, *args, **kwargs) -> Any: ... method calibration (line 333) | def calibration(self, *args, **kwargs) -> Any: ... method pulse_width (line 334) | def pulse_width(self, *args, **kwargs) -> Any: ... method speed (line 335) | def speed(self, *args, **kwargs) -> Any: ... class Switch (line 337) | class Switch: method __init__ (line 338) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 339) | def value(self, *args, **kwargs) -> Any: ... method callback (line 340) | def callback(self, *args, **kwargs) -> Any: ... class Timer (line 342) | class Timer: method __init__ (line 343) | def __init__(self, *argv, **kwargs) -> None: ... method callback (line 367) | def callback(self, *args, **kwargs) -> Any: ... method channel (line 368) | def channel(self, *args, **kwargs) -> Any: ... method counter (line 369) | def counter(self, *args, **kwargs) -> Any: ... method deinit (line 370) | def deinit(self, *args, **kwargs) -> Any: ... method freq (line 371) | def freq(self, *args, **kwargs) -> Any: ... method init (line 372) | def init(self, *args, **kwargs) -> Any: ... method period (line 373) | def period(self, *args, **kwargs) -> Any: ... method prescaler (line 374) | def prescaler(self, *args, **kwargs) -> Any: ... method source_freq (line 375) | def source_freq(self, *args, **kwargs) -> Any: ... class UART (line 377) | class UART: method __init__ (line 378) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 379) | def any(self, *args, **kwargs) -> Any: ... method read (line 380) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 381) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 382) | def readline(self, *args, **kwargs) -> Any: ... method write (line 383) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 387) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 388) | def init(self, *args, **kwargs) -> Any: ... method irq (line 389) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 390) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 391) | def sendbreak(self, *args, **kwargs) -> Any: ... method writechar (line 392) | def writechar(self, *args, **kwargs) -> Any: ... class USB_HID (line 394) | class USB_HID: method __init__ (line 395) | def __init__(self, *argv, **kwargs) -> None: ... method send (line 396) | def send(self, *args, **kwargs) -> Any: ... method recv (line 397) | def recv(self, *args, **kwargs) -> Any: ... class USB_VCP (line 399) | class USB_VCP: method __init__ (line 400) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 401) | def any(self, *args, **kwargs) -> Any: ... method close (line 402) | def close(self, *args, **kwargs) -> Any: ... method read (line 403) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 404) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 405) | def readline(self, *args, **kwargs) -> Any: ... method send (line 406) | def send(self, *args, **kwargs) -> Any: ... method write (line 407) | def write(self, *args, **kwargs) -> Any: ... method init (line 411) | def init(self, *args, **kwargs) -> Any: ... method irq (line 412) | def irq(self, *args, **kwargs) -> Any: ... method isconnected (line 413) | def isconnected(self, *args, **kwargs) -> Any: ... method readlines (line 414) | def readlines(self, *args, **kwargs) -> Any: ... method recv (line 415) | def recv(self, *args, **kwargs) -> Any: ... method setinterrupt (line 416) | def setinterrupt(self, *args, **kwargs) -> Any: ... function bootloader (line 418) | def bootloader(*args, **kwargs) -> Any: ... function country (line 419) | def country(*args, **kwargs) -> Any: ... function delay (line 420) | def delay(*args, **kwargs) -> Any: ... function dht_readinto (line 421) | def dht_readinto(*args, **kwargs) -> Any: ... function disable_irq (line 422) | def disable_irq(*args, **kwargs) -> Any: ... function elapsed_micros (line 423) | def elapsed_micros(*args, **kwargs) -> Any: ... function elapsed_millis (line 424) | def elapsed_millis(*args, **kwargs) -> Any: ... function enable_irq (line 425) | def enable_irq(*args, **kwargs) -> Any: ... function fault_debug (line 426) | def fault_debug(*args, **kwargs) -> Any: ... function freq (line 427) | def freq(*args, **kwargs) -> Any: ... function hard_reset (line 428) | def hard_reset(*args, **kwargs) -> Any: ... function have_cdc (line 429) | def have_cdc(*args, **kwargs) -> Any: ... function hid (line 430) | def hid(*args, **kwargs) -> Any: ... function info (line 435) | def info(*args, **kwargs) -> Any: ... function micros (line 436) | def micros(*args, **kwargs) -> Any: ... function millis (line 437) | def millis(*args, **kwargs) -> Any: ... function mount (line 438) | def mount(*args, **kwargs) -> Any: ... function pwm (line 439) | def pwm(*args, **kwargs) -> Any: ... function repl_info (line 440) | def repl_info(*args, **kwargs) -> Any: ... function repl_uart (line 441) | def repl_uart(*args, **kwargs) -> Any: ... function rng (line 442) | def rng(*args, **kwargs) -> Any: ... function servo (line 443) | def servo(*args, **kwargs) -> Any: ... function standby (line 444) | def standby(*args, **kwargs) -> Any: ... function sync (line 445) | def sync(*args, **kwargs) -> Any: ... function udelay (line 446) | def udelay(*args, **kwargs) -> Any: ... function unique_id (line 447) | def unique_id(*args, **kwargs) -> Any: ... function usb_mode (line 448) | def usb_mode(*args, **kwargs) -> Any: ... function wfi (line 449) | def wfi(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/socket.py function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 19) | class socket: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: method close (line 26) | def close(self, *args, **kwargs) -> Any: method send (line 29) | def send(self, *args, **kwargs) -> Any: method accept (line 32) | def accept(self, *args, **kwargs) -> Any: method bind (line 35) | def bind(self, *args, **kwargs) -> Any: method connect (line 38) | def connect(self, *args, **kwargs) -> Any: method listen (line 41) | def listen(self, *args, **kwargs) -> Any: method recv (line 44) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 47) | def recvfrom(self, *args, **kwargs) -> Any: method sendto (line 50) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 53) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 56) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 59) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/socket.pyi function getaddrinfo (line 9) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 11) | class socket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method send (line 14) | def send(self, *args, **kwargs) -> Any: ... method accept (line 15) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 16) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 17) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 18) | def listen(self, *args, **kwargs) -> Any: ... method recv (line 19) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 20) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendto (line 21) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 22) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 23) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 24) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/time.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/time.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 64) | class Event: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: method clear (line 71) | def clear(self, *args, **kwargs) -> Any: method set (line 74) | def set(self, *args, **kwargs) -> Any: method is_set (line 77) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 83) | class Lock: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: method locked (line 92) | def locked(self, *args, **kwargs) -> Any: method release (line 95) | def release(self, *args, **kwargs) -> Any: function ticks (line 99) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 103) | class TimeoutError(Exception): class SingletonGenerator (line 107) | class SingletonGenerator: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 115) | class IOQueue: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: method remove (line 122) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 125) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 128) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 131) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 135) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 139) | def run_until_complete(*args, **kwargs) -> Any: function run (line 143) | def run(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 28) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... method release (line 35) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 60) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 64) | class TimeoutError(Exception): class SingletonGenerator (line 68) | class SingletonGenerator: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 76) | class IOQueue: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method remove (line 83) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 86) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 89) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 92) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 96) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 100) | def run_until_complete(*args, **kwargs) -> Any: function run (line 104) | def run(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method locked (line 18) | def locked(self, *args, **kwargs) -> Any: method release (line 21) | def release(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_17-stm32/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_17-stm32/uhashlib.py class sha256 (line 9) | class sha256: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/uhashlib.pyi class sha256 (line 3) | class sha256: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/umachine.py class RTC (line 9) | class RTC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method calibration (line 16) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 19) | def datetime(self, *args, **kwargs) -> Any: method info (line 22) | def info(self, *args, **kwargs) -> Any: method init (line 25) | def init(self, *args, **kwargs) -> Any: method wakeup (line 28) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 32) | class ADC: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: method read_u16 (line 44) | def read_u16(self, *args, **kwargs) -> Any: class I2C (line 52) | class I2C: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 59) | def readinto(self, *args, **kwargs) -> Any: method start (line 62) | def start(self, *args, **kwargs) -> Any: method stop (line 65) | def stop(self, *args, **kwargs) -> Any: method write (line 68) | def write(self, *args, **kwargs) -> Any: method init (line 71) | def init(self, *args, **kwargs) -> Any: method readfrom (line 74) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 77) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 80) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 83) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 86) | def scan(self, *args, **kwargs) -> Any: method writeto (line 89) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 92) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 95) | def writevto(self, *args, **kwargs) -> Any: class I2S (line 99) | class I2S: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 106) | def readinto(self, *args, **kwargs) -> Any: method write (line 109) | def write(self, *args, **kwargs) -> Any: method deinit (line 117) | def deinit(self, *args, **kwargs) -> Any: method init (line 120) | def init(self, *args, **kwargs) -> Any: method irq (line 123) | def irq(self, *args, **kwargs) -> Any: method shift (line 126) | def shift(self, *args, **kwargs) -> Any: class Pin (line 133) | class Pin: method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: method dict (line 141) | def dict(cls, *args, **kwargs) -> Any: method value (line 144) | def value(self, *args, **kwargs) -> Any: method af (line 188) | def af(self, *args, **kwargs) -> Any: method af_list (line 191) | def af_list(self, *args, **kwargs) -> Any: class board (line 194) | class board: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 251) | class cpu: method __init__ (line 254) | def __init__(self, *argv, **kwargs) -> None: method debug (line 307) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 310) | def gpio(self, *args, **kwargs) -> Any: method high (line 313) | def high(self, *args, **kwargs) -> Any: method init (line 316) | def init(self, *args, **kwargs) -> Any: method irq (line 319) | def irq(self, *args, **kwargs) -> Any: method low (line 322) | def low(self, *args, **kwargs) -> Any: method mapper (line 326) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 329) | def mode(self, *args, **kwargs) -> Any: method name (line 332) | def name(self, *args, **kwargs) -> Any: method names (line 335) | def names(self, *args, **kwargs) -> Any: method off (line 338) | def off(self, *args, **kwargs) -> Any: method on (line 341) | def on(self, *args, **kwargs) -> Any: method pin (line 344) | def pin(self, *args, **kwargs) -> Any: method port (line 347) | def port(self, *args, **kwargs) -> Any: method pull (line 350) | def pull(self, *args, **kwargs) -> Any: class SPI (line 357) | class SPI: method __init__ (line 360) | def __init__(self, *argv, **kwargs) -> None: method read (line 364) | def read(self, *args, **kwargs) -> Any: method readinto (line 367) | def readinto(self, *args, **kwargs) -> Any: method write (line 370) | def write(self, *args, **kwargs) -> Any: method deinit (line 376) | def deinit(self, *args, **kwargs) -> Any: method init (line 379) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 382) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 386) | class Signal: method __init__ (line 389) | def __init__(self, *argv, **kwargs) -> None: method value (line 393) | def value(self, *args, **kwargs) -> Any: method off (line 396) | def off(self, *args, **kwargs) -> Any: method on (line 399) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 403) | class SoftI2C: method __init__ (line 406) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 410) | def readinto(self, *args, **kwargs) -> Any: method start (line 413) | def start(self, *args, **kwargs) -> Any: method stop (line 416) | def stop(self, *args, **kwargs) -> Any: method write (line 419) | def write(self, *args, **kwargs) -> Any: method init (line 422) | def init(self, *args, **kwargs) -> Any: method readfrom (line 425) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 428) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 431) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 434) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 437) | def scan(self, *args, **kwargs) -> Any: method writeto (line 440) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 443) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 446) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 450) | class SoftSPI: method __init__ (line 453) | def __init__(self, *argv, **kwargs) -> None: method read (line 457) | def read(self, *args, **kwargs) -> Any: method readinto (line 460) | def readinto(self, *args, **kwargs) -> Any: method write (line 463) | def write(self, *args, **kwargs) -> Any: method deinit (line 469) | def deinit(self, *args, **kwargs) -> Any: method init (line 472) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 475) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 479) | class Timer: method __init__ (line 482) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 489) | def deinit(self, *args, **kwargs) -> Any: method init (line 492) | def init(self, *args, **kwargs) -> Any: class UART (line 496) | class UART: method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: method any (line 503) | def any(self, *args, **kwargs) -> Any: method read (line 506) | def read(self, *args, **kwargs) -> Any: method readinto (line 509) | def readinto(self, *args, **kwargs) -> Any: method readline (line 512) | def readline(self, *args, **kwargs) -> Any: method write (line 515) | def write(self, *args, **kwargs) -> Any: method deinit (line 522) | def deinit(self, *args, **kwargs) -> Any: method init (line 525) | def init(self, *args, **kwargs) -> Any: method irq (line 528) | def irq(self, *args, **kwargs) -> Any: method readchar (line 531) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 534) | def sendbreak(self, *args, **kwargs) -> Any: method writechar (line 537) | def writechar(self, *args, **kwargs) -> Any: class WDT (line 541) | class WDT: method __init__ (line 544) | def __init__(self, *argv, **kwargs) -> None: method feed (line 548) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 555) | def bitstream(*args, **kwargs) -> Any: function bootloader (line 559) | def bootloader(*args, **kwargs) -> Any: function deepsleep (line 563) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 567) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 571) | def enable_irq(*args, **kwargs) -> Any: function freq (line 575) | def freq(*args, **kwargs) -> Any: function idle (line 579) | def idle(*args, **kwargs) -> Any: function info (line 583) | def info(*args, **kwargs) -> Any: function lightsleep (line 587) | def lightsleep(*args, **kwargs) -> Any: function reset (line 596) | def reset(*args, **kwargs) -> Any: function reset_cause (line 600) | def reset_cause(*args, **kwargs) -> Any: function rng (line 604) | def rng(*args, **kwargs) -> Any: function sleep (line 608) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 612) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 616) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 620) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/umachine.pyi class RTC (line 3) | class RTC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method calibration (line 5) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 6) | def datetime(self, *args, **kwargs) -> Any: ... method info (line 7) | def info(self, *args, **kwargs) -> Any: ... method init (line 8) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 9) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 11) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method read_u16 (line 17) | def read_u16(self, *args, **kwargs) -> Any: ... class I2C (line 22) | class I2C: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 25) | def start(self, *args, **kwargs) -> Any: ... method stop (line 26) | def stop(self, *args, **kwargs) -> Any: ... method write (line 27) | def write(self, *args, **kwargs) -> Any: ... method init (line 28) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 29) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 30) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 31) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 32) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 33) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 34) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 35) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 36) | def writevto(self, *args, **kwargs) -> Any: ... class I2S (line 38) | class I2S: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 41) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 46) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 47) | def init(self, *args, **kwargs) -> Any: ... method irq (line 48) | def irq(self, *args, **kwargs) -> Any: ... method shift (line 49) | def shift(self, *args, **kwargs) -> Any: ... class Pin (line 53) | class Pin: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... method dict (line 56) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 57) | def value(self, *args, **kwargs) -> Any: ... method af (line 98) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 99) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 101) | class board: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 153) | class cpu: method __init__ (line 154) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 203) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 204) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 205) | def high(self, *args, **kwargs) -> Any: ... method init (line 206) | def init(self, *args, **kwargs) -> Any: ... method irq (line 207) | def irq(self, *args, **kwargs) -> Any: ... method low (line 208) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 210) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 211) | def mode(self, *args, **kwargs) -> Any: ... method name (line 212) | def name(self, *args, **kwargs) -> Any: ... method names (line 213) | def names(self, *args, **kwargs) -> Any: ... method off (line 214) | def off(self, *args, **kwargs) -> Any: ... method on (line 215) | def on(self, *args, **kwargs) -> Any: ... method pin (line 216) | def pin(self, *args, **kwargs) -> Any: ... method port (line 217) | def port(self, *args, **kwargs) -> Any: ... method pull (line 218) | def pull(self, *args, **kwargs) -> Any: ... class SPI (line 222) | class SPI: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 224) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 225) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 226) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 229) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 230) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 231) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 233) | class Signal: method __init__ (line 234) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 235) | def value(self, *args, **kwargs) -> Any: ... method off (line 236) | def off(self, *args, **kwargs) -> Any: ... method on (line 237) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 239) | class SoftI2C: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 241) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 242) | def start(self, *args, **kwargs) -> Any: ... method stop (line 243) | def stop(self, *args, **kwargs) -> Any: ... method write (line 244) | def write(self, *args, **kwargs) -> Any: ... method init (line 245) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 246) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 247) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 248) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 249) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 250) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 251) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 252) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 253) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 255) | class SoftSPI: method __init__ (line 256) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 257) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 258) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 259) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 262) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 263) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 264) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 266) | class Timer: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 270) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 271) | def init(self, *args, **kwargs) -> Any: ... class UART (line 273) | class UART: method __init__ (line 274) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 275) | def any(self, *args, **kwargs) -> Any: ... method read (line 276) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 277) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 278) | def readline(self, *args, **kwargs) -> Any: ... method write (line 279) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 283) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 284) | def init(self, *args, **kwargs) -> Any: ... method irq (line 285) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 286) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 287) | def sendbreak(self, *args, **kwargs) -> Any: ... method writechar (line 288) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 290) | class WDT: method __init__ (line 291) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 292) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 296) | def bitstream(*args, **kwargs) -> Any: ... function bootloader (line 297) | def bootloader(*args, **kwargs) -> Any: ... function deepsleep (line 298) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 299) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 300) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 301) | def freq(*args, **kwargs) -> Any: ... function idle (line 302) | def idle(*args, **kwargs) -> Any: ... function info (line 303) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 304) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 310) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 311) | def reset_cause(*args, **kwargs) -> Any: ... function rng (line 312) | def rng(*args, **kwargs) -> Any: ... function sleep (line 313) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 314) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 315) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 316) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 16) | class VfsFat: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: method open (line 23) | def open(self, *args, **kwargs) -> Any: method remove (line 26) | def remove(self, *args, **kwargs) -> Any: method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 35) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 38) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 41) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 44) | def mount(self, *args, **kwargs) -> Any: method rename (line 47) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 50) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 53) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 56) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 59) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 63) | class VfsLfs2: method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: method open (line 70) | def open(self, *args, **kwargs) -> Any: method remove (line 73) | def remove(self, *args, **kwargs) -> Any: method chdir (line 76) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 79) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 82) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 85) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 88) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 91) | def mount(self, *args, **kwargs) -> Any: method rename (line 94) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 97) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 100) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 103) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 106) | def umount(self, *args, **kwargs) -> Any: function chdir (line 110) | def chdir(*args, **kwargs) -> Any: function dupterm (line 114) | def dupterm(*args, **kwargs) -> Any: function getcwd (line 118) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 122) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 126) | def listdir(*args, **kwargs) -> Any: function mkdir (line 130) | def mkdir(*args, **kwargs) -> Any: function mount (line 134) | def mount(*args, **kwargs) -> Any: function rename (line 138) | def rename(*args, **kwargs) -> Any: function rmdir (line 142) | def rmdir(*args, **kwargs) -> Any: function stat (line 146) | def stat(*args, **kwargs) -> Any: function statvfs (line 150) | def statvfs(*args, **kwargs) -> Any: function sync (line 154) | def sync(*args, **kwargs) -> Any: function umount (line 158) | def umount(*args, **kwargs) -> Any: function uname (line 162) | def uname(*args, **kwargs) -> Any: function unlink (line 166) | def unlink(*args, **kwargs) -> Any: function urandom (line 170) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 7) | class VfsFat: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 9) | def open(self, *args, **kwargs) -> Any: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 11) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 12) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 13) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 14) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 15) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 16) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 17) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 18) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 19) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 20) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 21) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 23) | class VfsLfs2: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 25) | def open(self, *args, **kwargs) -> Any: ... method remove (line 26) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 27) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 28) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 29) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 30) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 31) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 32) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 33) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 34) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 35) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 36) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 37) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 39) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 40) | def dupterm(*args, **kwargs) -> Any: ... function getcwd (line 41) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 42) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 43) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 44) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 45) | def mount(*args, **kwargs) -> Any: ... function rename (line 46) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 47) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 48) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 49) | def statvfs(*args, **kwargs) -> Any: ... function sync (line 50) | def sync(*args, **kwargs) -> Any: ... function umount (line 51) | def umount(*args, **kwargs) -> Any: ... function uname (line 52) | def uname(*args, **kwargs) -> Any: ... function unlink (line 53) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 54) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/usocket.py function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 19) | class socket: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: method close (line 26) | def close(self, *args, **kwargs) -> Any: method send (line 29) | def send(self, *args, **kwargs) -> Any: method accept (line 32) | def accept(self, *args, **kwargs) -> Any: method bind (line 35) | def bind(self, *args, **kwargs) -> Any: method connect (line 38) | def connect(self, *args, **kwargs) -> Any: method listen (line 41) | def listen(self, *args, **kwargs) -> Any: method recv (line 44) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 47) | def recvfrom(self, *args, **kwargs) -> Any: method sendto (line 50) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 53) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 56) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 59) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/usocket.pyi function getaddrinfo (line 9) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 11) | class socket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method send (line 14) | def send(self, *args, **kwargs) -> Any: ... method accept (line 15) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 16) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 17) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 18) | def listen(self, *args, **kwargs) -> Any: ... method recv (line 19) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 20) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendto (line 21) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 22) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 23) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 24) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/usys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/usys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/utime.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/utime.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_17-stm32/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_17-stm32/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-docstubs/array.pyi class array (line 18) | class array: method __init__ (line 25) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 26) | def append(self, val) -> Incomplete: method extend (line 31) | def extend(self, iterable) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/binascii.pyi function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function a2b_base64 (line 34) | def a2b_base64(data) -> bytes: function b2a_base64 (line 42) | def b2a_base64(data) -> bytes: FILE: stubs/micropython-v1_18-docstubs/bluetooth.pyi class BLE (line 24) | class BLE: method __init__ (line 29) | def __init__(self) -> None: ... method active (line 30) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method config (line 38) | def config(self, param, /) -> Tuple: method irq (line 101) | def irq(self, handler, /) -> int: method gap_advertise (line 296) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_scan (line 312) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gap_connect (line 347) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_disconnect (line 370) | def gap_disconnect(self, conn_handle, /) -> bool: method gatts_register_services (line 384) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 446) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 452) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 461) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 475) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gatts_set_buffer (line 487) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gattc_discover_services (line 499) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_discover_characteristics (line 509) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_read (line 531) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_write (line 540) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_exchange_mtu (line 559) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method l2cap_listen (line 572) | def l2cap_listen(self, psm, mtu, /) -> Incomplete: method l2cap_connect (line 588) | def l2cap_connect(self, conn_handle, psm, mtu, /) -> None: method l2cap_disconnect (line 599) | def l2cap_disconnect(self, conn_handle, cid, /) -> None: method l2cap_send (line 605) | def l2cap_send(self, conn_handle, cid, buf, /) -> bool: method l2cap_recvinto (line 620) | def l2cap_recvinto(self, conn_handle, cid, buf, /) -> int: method gap_pair (line 639) | def gap_pair(self, conn_handle, /) -> Incomplete: method gap_passkey (line 649) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: class UUID (line 667) | class UUID: method __init__ (line 677) | def __init__(self, value, /) -> None: ... FILE: stubs/micropython-v1_18-docstubs/btree.pyi class btree (line 91) | class btree: method close (line 94) | def close(self) -> None: method flush (line 103) | def flush(self) -> Incomplete: method __getitem__ (line 108) | def __getitem__(self, key) -> Incomplete: method get (line 113) | def get(self, key, default=None, /) -> Incomplete: method __setitem__ (line 118) | def __setitem__(self, key, val) -> Incomplete: method __delitem__ (line 123) | def __delitem__(self, key) -> Incomplete: method __contains__ (line 128) | def __contains__(self, key) -> Incomplete: method __iter__ (line 133) | def __iter__(self) -> Incomplete: method keys (line 139) | def keys(self, start_key, end_key, flags: Optional[Any] = None) -> Inc... method values (line 155) | def values(self, start_key, end_key, flags: Optional[Any] = None) -> I... method items (line 171) | def items(self, start_key, end_key, flags: Optional[Any] = None) -> In... function open (line 188) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_18-docstubs/cmath.pyi function cos (line 25) | def cos(z) -> float: function exp (line 31) | def exp(z) -> float: function log (line 37) | def log(z) -> float: function log10 (line 43) | def log10(z) -> float: function phase (line 49) | def phase(z) -> float: function polar (line 55) | def polar(z) -> Tuple: function rect (line 61) | def rect(r, phi) -> float: function sin (line 67) | def sin(z) -> float: function sqrt (line 73) | def sqrt(z) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/collections.pyi class deque (line 19) | class deque(stdlib_deque): method __init__ (line 37) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 38) | def append(self, x) -> Incomplete: method popleft (line 44) | def popleft(self) -> Incomplete: class OrderedDict (line 51) | class OrderedDict(stdlib_OrderedDict): method __init__ (line 76) | def __init__(self, *args, **kwargs) -> None: ... function namedtuple (line 78) | def namedtuple(name, fields) -> stdlib_NamedTuple: FILE: stubs/micropython-v1_18-docstubs/cryptolib.pyi class aes (line 12) | class aes: method __init__ (line 13) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method encrypt (line 33) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 41) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/esp.pyi function sleep_type (line 16) | def sleep_type(sleep_type: Optional[Any] = None) -> Incomplete: function deepsleep (line 37) | def deepsleep(time_us=0, /) -> Incomplete: function flash_id (line 50) | def flash_id() -> Incomplete: function flash_size (line 58) | def flash_size() -> Incomplete: function flash_user_start (line 64) | def flash_user_start() -> Incomplete: function flash_read (line 70) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_write (line 71) | def flash_write(byte_offset, bytes) -> Incomplete: ... function flash_erase (line 72) | def flash_erase(sector_no) -> Incomplete: ... function set_native_code_location (line 73) | def set_native_code_location(start, length) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/esp32.pyi class Partition (line 26) | class Partition: method __init__ (line 56) | def __init__(self, id) -> None: ... method find (line 58) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None) -> List: method info (line 65) | def info(self) -> Tuple: method readblocks (line 70) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 71) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 72) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 79) | def set_boot(self) -> None: method get_next_update (line 84) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 92) | def mark_app_valid_cancel_rollback(cls) -> Incomplete: class RMT (line 105) | class RMT: method __init__ (line 122) | def __init__(self, channel, *, pin=None, clock_div=8, idle_level=False... method source_freq (line 123) | def source_freq(self) -> Incomplete: method clock_div (line 129) | def clock_div(self) -> Incomplete: method wait_done (line 135) | def wait_done(self, *, timeout=0) -> bool: method loop (line 143) | def loop(self, enable_loop) -> None: method write_pulses (line 151) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 181) | def bitstream_channel(value: Optional[Any] = None) -> int: class ULP (line 195) | class ULP: method __init__ (line 200) | def __init__(self) -> None: ... method set_wakeup_period (line 201) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 206) | def load_binary(self, load_addr, program_binary) -> None: method run (line 211) | def run(self, entry_point) -> Incomplete: class NVS (line 217) | class NVS: method __init__ (line 223) | def __init__(self, namespace) -> None: ... method set_i32 (line 224) | def set_i32(self, key, value) -> None: method get_i32 (line 229) | def get_i32(self, key) -> int: method set_blob (line 235) | def set_blob(self, key, value) -> None: method get_blob (line 243) | def get_blob(self, key, buffer) -> int: method erase_key (line 250) | def erase_key(self, key) -> Incomplete: method commit (line 255) | def commit(self) -> Incomplete: function wake_on_touch (line 261) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 268) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 276) | def wake_on_ext1(pins, level) -> None: function raw_temperature (line 284) | def raw_temperature() -> int: function hall_sensor (line 290) | def hall_sensor() -> int: function idf_heap_info (line 296) | def idf_heap_info(capabilities) -> List[Tuple]: FILE: stubs/micropython-v1_18-docstubs/framebuf.pyi class FrameBuffer (line 51) | class FrameBuffer: method __init__ (line 77) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method fill (line 78) | def fill(self, c) -> None: method pixel (line 83) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method hline (line 89) | def hline(self, x, y, w, c) -> Incomplete: ... method vline (line 90) | def vline(self, x, y, h, c) -> Incomplete: ... method line (line 91) | def line(self, x1, y1, x2, y2, c) -> None: method rect (line 100) | def rect(self, x, y, w, h, c) -> Incomplete: ... method fill_rect (line 101) | def fill_rect(self, x, y, w, h, c) -> None: method text (line 108) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method scroll (line 116) | def scroll(self, xstep, ystep) -> Incomplete: method blit (line 122) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: FILE: stubs/micropython-v1_18-docstubs/gc.pyi function enable (line 14) | def enable() -> None: function disable (line 20) | def disable() -> None: function collect (line 27) | def collect() -> None: function mem_alloc (line 33) | def mem_alloc() -> int: function mem_free (line 43) | def mem_free() -> int: function threshold (line 54) | def threshold(amount: Optional[Any] = None) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/hashlib.pyi class sha256 (line 32) | class sha256: method __init__ (line 37) | def __init__(self, data: Optional[Any] = None) -> None: ... class sha1 (line 39) | class sha1: method __init__ (line 44) | def __init__(self, data: Optional[Any] = None) -> None: ... class md5 (line 46) | class md5: method __init__ (line 51) | def __init__(self, data: Optional[Any] = None) -> None: ... class hash (line 53) | class hash: method update (line 56) | def update(self, data) -> Incomplete: method digest (line 61) | def digest(self) -> bytes: method hexdigest (line 67) | def hexdigest(self) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/heapq.pyi function heappush (line 19) | def heappush(heap, item) -> Incomplete: function heappop (line 25) | def heappop(heap) -> Incomplete: function heapify (line 34) | def heapify(x) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/io.pyi class FileIO (line 18) | class FileIO(IO): method __init__ (line 24) | def __init__(self, *args, **kwargs) -> None: ... class TextIOWrapper (line 26) | class TextIOWrapper(IO): method __init__ (line 32) | def __init__(self, *args, **kwargs) -> None: ... class StringIO (line 34) | class StringIO(IO): method __init__ (line 35) | def __init__(self, string: Optional[Any] = None) -> None: ... class BytesIO (line 37) | class BytesIO(IO): method __init__ (line 50) | def __init__(self, string: Optional[Any] = None) -> None: ... method getvalue (line 51) | def getvalue(self) -> Incomplete: function open (line 57) | def open(name, mode="r", **kwargs) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/json.pyi function dump (line 16) | def dump(obj, stream, separators=None) -> Incomplete: function dumps (line 26) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Incomplete: function loads (line 45) | def loads(str) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/lcd160cr.pyi class LCD160CR (line 39) | class LCD160CR: method __init__ (line 82) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method rgb (line 84) | def rgb(r, g, b) -> int: method clip_line (line 93) | def clip_line(data, w, h) -> Incomplete: method set_power (line 98) | def set_power(self, on) -> None: method set_orient (line 104) | def set_orient(self, orient) -> None: method set_brightness (line 110) | def set_brightness(self, value) -> None: method set_i2c_addr (line 115) | def set_i2c_addr(self, addr) -> None: method set_uart_baudrate (line 121) | def set_uart_baudrate(self, baudrate) -> None: method set_startup_deco (line 126) | def set_startup_deco(self, value) -> None: method save_to_flash (line 132) | def save_to_flash(self) -> Incomplete: method set_pixel (line 138) | def set_pixel(self, x, y, c) -> None: method get_pixel (line 144) | def get_pixel(self, x, y) -> Incomplete: method get_line (line 149) | def get_line(self, x, y, buf) -> Incomplete: method screen_dump (line 157) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Incomplete: method screen_load (line 167) | def screen_load(self, buf) -> None: method set_pos (line 172) | def set_pos(self, x, y) -> None: method set_text_color (line 178) | def set_text_color(self, fg, bg) -> None: method set_font (line 183) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method write (line 203) | def write(self, s) -> None: method set_pen (line 210) | def set_pen(self, line, fill) -> None: method erase (line 215) | def erase(self) -> Incomplete: method dot (line 220) | def dot(self, x, y) -> None: method rect (line 225) | def rect(self, x, y, w, h) -> Incomplete: ... method rect_outline (line 226) | def rect_outline(self, x, y, w, h) -> Incomplete: ... method rect_interior (line 227) | def rect_interior(self, x, y, w, h) -> None: method line (line 235) | def line(self, x1, y1, x2, y2) -> None: method dot_no_clip (line 240) | def dot_no_clip(self, x, y) -> Incomplete: ... method rect_no_clip (line 241) | def rect_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_outline_no_clip (line 242) | def rect_outline_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_interior_no_clip (line 243) | def rect_interior_no_clip(self, x, y, w, h) -> Incomplete: ... method line_no_clip (line 244) | def line_no_clip(self, x1, y1, x2, y2) -> Incomplete: method poly_dot (line 251) | def poly_dot(self, data) -> None: method poly_line (line 258) | def poly_line(self, data) -> Incomplete: method touch_config (line 263) | def touch_config(self, calib=False, save=False, irq=None) -> None: method is_touched (line 278) | def is_touched(self) -> bool: method get_touch (line 284) | def get_touch(self) -> Tuple: method set_spi_win (line 291) | def set_spi_win(self, x, y, w, h) -> None: method fast_spi (line 296) | def fast_spi(self, flush=True) -> SPI: method show_framebuf (line 309) | def show_framebuf(self, buf) -> None: method set_scroll (line 320) | def set_scroll(self, on) -> None: method set_scroll_win (line 326) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 343) | def set_scroll_win_param(self, win, param, value) -> Incomplete: method set_scroll_buf (line 353) | def set_scroll_buf(self, s) -> None: method jpeg (line 359) | def jpeg(self, buf) -> None: method jpeg_start (line 367) | def jpeg_start(self, total_len) -> Incomplete: ... method jpeg_data (line 368) | def jpeg_data(self, buf) -> None: method feed_wdt (line 376) | def feed_wdt(self) -> Incomplete: method reset (line 383) | def reset(self) -> None: FILE: stubs/micropython-v1_18-docstubs/machine.pyi class Pin (line 55) | class Pin: method __init__ (line 160) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method init (line 161) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 170) | def value(self, x: Optional[Any] = None) -> int: method __call__ (line 203) | def __call__(self, x: Optional[Any] = None) -> Incomplete: method on (line 210) | def on(self) -> None: method off (line 215) | def off(self) -> None: method irq (line 220) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 264) | def low(self) -> None: method high (line 271) | def high(self) -> None: method mode (line 278) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method pull (line 286) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method drive (line 294) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class Signal (line 303) | class Signal(Pin): method __init__ (line 324) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 325) | def value(self, x: Optional[Any] = None) -> int: method on (line 344) | def on(self) -> None: method off (line 349) | def off(self) -> None: class ADC (line 355) | class ADC: method __init__ (line 363) | def __init__(self, id) -> None: ... method read_u16 (line 364) | def read_u16(self) -> int: class PWM (line 372) | class PWM: method __init__ (line 389) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method init (line 390) | def init(self, *, freq, duty_u16, duty_ns) -> None: method deinit (line 396) | def deinit(self) -> None: method freq (line 401) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 411) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 422) | def duty_ns(self, value: Optional[Any] = None) -> int: class UART (line 432) | class UART: method __init__ (line 443) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 444) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method deinit (line 483) | def deinit(self) -> None: method any (line 488) | def any(self) -> int: method read (line 502) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 512) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 522) | def readline(self) -> None: method write (line 530) | def write(self, buf) -> int: method sendbreak (line 537) | def sendbreak(self) -> None: method irq (line 543) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... class SPI (line 570) | class SPI: method __init__ (line 588) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 589) | def init( method deinit (line 614) | def deinit(self) -> None: method read (line 619) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 626) | def readinto(self, buf, write=0x00) -> int: method write (line 635) | def write(self, buf) -> int: method write_readinto (line 643) | def write_readinto(self, write_buf, read_buf) -> int: class SoftSPI (line 654) | class SoftSPI: method __init__ (line 661) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... class I2C (line 663) | class I2C: method __init__ (line 679) | def __init__( method init (line 682) | def init(self, scl, sda, *, freq=400000) -> None: method deinit (line 691) | def deinit(self) -> None: method scan (line 698) | def scan(self) -> List: method start (line 705) | def start(self) -> None: method stop (line 710) | def stop(self) -> None: method readinto (line 715) | def readinto(self, buf, nack=True, /) -> Incomplete: method write (line 724) | def write(self, buf) -> int: method readfrom (line 731) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 738) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method writeto (line 747) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 756) | def writevto(self, addr, vector, stop=True, /) -> int: method readfrom_mem (line 771) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 779) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method writeto_mem (line 790) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: class SoftI2C (line 801) | class SoftI2C(I2C): method __init__ (line 814) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... class I2S (line 816) | class I2S: method __init__ (line 853) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method init (line 854) | def init(self, sck, *args, **kwargs) -> Incomplete: method deinit (line 859) | def deinit(self) -> Incomplete: method readinto (line 864) | def readinto(self, buf) -> int: method write (line 872) | def write(self, buf) -> int: method irq (line 880) | def irq(self, handler) -> Incomplete: method shift (line 888) | def shift(*, buf, bits, shift) -> Incomplete: class RTC (line 896) | class RTC: method __init__ (line 903) | def __init__(self, id=0, *args, **kwargs) -> None: ... method datetime (line 904) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 919) | def init(self, datetime) -> None: method now (line 926) | def now(self) -> Tuple: method deinit (line 931) | def deinit(self) -> None: method alarm (line 936) | def alarm(self, id, time, *, repeat=False) -> None: method alarm_left (line 943) | def alarm_left(self, alarm_id=0) -> int: method cancel (line 948) | def cancel(self, alarm_id=0) -> None: method irq (line 953) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: class Timer (line 964) | class Timer: method __init__ (line 977) | def __init__(self, id=-1, *args, **kwargs) -> None: ... method init (line 978) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method deinit (line 1009) | def deinit(self) -> None: class WDT (line 1015) | class WDT: method __init__ (line 1024) | def __init__(self, id=0, timeout=5000) -> None: ... class wdt (line 1026) | class wdt: method feed (line 1029) | def feed(self) -> None: class SD (line 1037) | class SD: method __init__ (line 1042) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 1043) | def init(self, id=0, pins=("GP10", "GP11", "GP15")) -> None: method deinit (line 1049) | def deinit(self) -> None: class SDCard (line 1055) | class SDCard: method __init__ (line 1086) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... function reset (line 1088) | def reset() -> NoReturn: function soft_reset (line 1095) | def soft_reset() -> NoReturn: function reset_cause (line 1103) | def reset_cause() -> int: function bootloader (line 1109) | def bootloader(value: Optional[Any] = None) -> None: function disable_irq (line 1119) | def disable_irq() -> Incomplete: function enable_irq (line 1128) | def enable_irq(state) -> Incomplete: function freq (line 1136) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 1144) | def idle() -> Incomplete: function sleep (line 1153) | def sleep() -> Incomplete: function lightsleep (line 1159) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function deepsleep (line 1184) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 1209) | def wake_reason() -> Incomplete: function unique_id (line 1217) | def unique_id() -> bytes: function time_pulse_us (line 1226) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function bitstream (line 1244) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function rng (line 1268) | def rng() -> int: FILE: stubs/micropython-v1_18-docstubs/math.pyi function acos (line 27) | def acos(x) -> float: function acosh (line 33) | def acosh(x) -> float: function asin (line 39) | def asin(x) -> float: function asinh (line 45) | def asinh(x) -> float: function atan (line 51) | def atan(x) -> float: function atan2 (line 57) | def atan2(y, x) -> float: function atanh (line 63) | def atanh(x) -> float: function ceil (line 69) | def ceil(x) -> int: function copysign (line 75) | def copysign(x, y) -> Incomplete: function cos (line 81) | def cos(x) -> float: function cosh (line 87) | def cosh(x) -> float: function degrees (line 93) | def degrees(x) -> Incomplete: function erf (line 99) | def erf(x) -> Incomplete: function erfc (line 105) | def erfc(x) -> Incomplete: function exp (line 111) | def exp(x) -> float: function expm1 (line 117) | def expm1(x) -> Incomplete: function fabs (line 123) | def fabs(x) -> Incomplete: function floor (line 129) | def floor(x) -> int: function fmod (line 135) | def fmod(x, y) -> Incomplete: function frexp (line 141) | def frexp(x) -> Incomplete: function gamma (line 150) | def gamma(x) -> Incomplete: function isfinite (line 156) | def isfinite(x) -> bool: function isinf (line 162) | def isinf(x) -> bool: function isnan (line 168) | def isnan(x) -> bool: function ldexp (line 174) | def ldexp(x, exp) -> Incomplete: function lgamma (line 180) | def lgamma(x) -> float: function log (line 186) | def log(x) -> float: function log10 (line 192) | def log10(x) -> float: function log2 (line 198) | def log2(x) -> float: function modf (line 204) | def modf(x) -> Tuple: function pow (line 211) | def pow(x, y) -> Incomplete: function radians (line 217) | def radians(x) -> Incomplete: function sin (line 223) | def sin(x) -> float: function sinh (line 229) | def sinh(x) -> float: function sqrt (line 235) | def sqrt(x) -> Incomplete: function tan (line 241) | def tan(x) -> float: function tanh (line 247) | def tanh(x) -> float: function trunc (line 253) | def trunc(x) -> int: FILE: stubs/micropython-v1_18-docstubs/micropython.pyi function const (line 14) | def const(expr: Const_T) -> Const_T: function opt_level (line 36) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 56) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 69) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 80) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 91) | def stack_use() -> int: function heap_lock (line 99) | def heap_lock() -> int: ... function heap_unlock (line 100) | def heap_unlock() -> int: ... function heap_locked (line 101) | def heap_locked() -> bool: function kbd_intr (line 123) | def kbd_intr(chr) -> None: function schedule (line 136) | def schedule(func, arg) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/neopixel.pyi class NeoPixel (line 19) | class NeoPixel: method __init__ (line 29) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method fill (line 30) | def fill(self, pixel) -> None: method __len__ (line 36) | def __len__(self) -> int: method __setitem__ (line 41) | def __setitem__(self, index, val) -> None: method __getitem__ (line 46) | def __getitem__(self, index) -> Tuple: method write (line 51) | def write(self) -> None: FILE: stubs/micropython-v1_18-docstubs/network.pyi class AbstractNIC (line 46) | class AbstractNIC: method __init__ (line 53) | def __init__(self, id=None, *args, **kwargs) -> None: ... method active (line 54) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 63) | def connect(self, service_id: Optional[Any] = None, key: Optional[Any]... method disconnect (line 80) | def disconnect(self) -> None: method isconnected (line 85) | def isconnected(self) -> bool: method scan (line 90) | def scan(self, *args, **kwargs) -> List[Tuple]: method status (line 107) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 123) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 133) | def config(self, param) -> Incomplete: class WLAN (line 151) | class WLAN: method __init__ (line 160) | def __init__(self, interface_id) -> None: ... method active (line 161) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 168) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 176) | def disconnect(self) -> None: method scan (line 181) | def scan(self) -> List[Tuple]: method status (line 209) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 227) | def isconnected(self) -> bool: method ifconfig (line 234) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 244) | def config(self, *args, **kwargs) -> Incomplete: class WLANWiPy (line 277) | class WLANWiPy: method __init__ (line 300) | def __init__(self, id=0, *args, **kwargs) -> None: ... method init (line 301) | def init(self, mode, *, ssid, auth, channel, antenna) -> Incomplete: method connect (line 328) | def connect(self, ssid, *, auth=None, bssid=None, timeout=None) -> None: method scan (line 342) | def scan(self) -> List[Tuple]: method disconnect (line 348) | def disconnect(self) -> None: method isconnected (line 353) | def isconnected(self) -> bool: method ifconfig (line 359) | def ifconfig(self, if_id=0, config: Union[str, Tuple] = "dhcp") -> Tuple: method mode (line 371) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method ssid (line 376) | def ssid(self, ssid: Optional[Any] = None) -> Incomplete: method auth (line 381) | def auth(self, auth: Optional[Any] = None) -> Incomplete: method channel (line 386) | def channel(self, channel: Optional[Any] = None) -> Incomplete: method antenna (line 391) | def antenna(self, antenna: Optional[Any] = None) -> Incomplete: method mac (line 396) | def mac(self, mac_addr: Optional[Any] = None) -> bytes: method irq (line 401) | def irq(self, *, handler, wake) -> Incomplete: class CC3K (line 413) | class CC3K: method __init__ (line 436) | def __init__(self, spi, pin_cs, pin_en, pin_irq) -> None: ... method connect (line 437) | def connect(self, ssid, key=None, *, security=WPA2, bssid=None) -> None: method disconnect (line 443) | def disconnect(self) -> None: method isconnected (line 448) | def isconnected(self) -> bool: method ifconfig (line 454) | def ifconfig(self) -> Tuple: method patch_version (line 460) | def patch_version(self) -> Incomplete: method patch_program (line 465) | def patch_program(self, cmd: str, /) -> Incomplete: class WIZNET5K (line 472) | class WIZNET5K: method __init__ (line 490) | def __init__(self, spi, pin_cs, pin_rst) -> None: ... method isconnected (line 491) | def isconnected(self) -> bool: method ifconfig (line 497) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method regs (line 508) | def regs(self) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/os.pyi class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method mkfs (line 28) | def mkfs(block_dev) -> None: class VfsLfs1 (line 34) | class VfsLfs1: method __init__ (line 44) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32) ... method mkfs (line 46) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class VfsLfs2 (line 55) | class VfsLfs2: method __init__ (line 73) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method mkfs (line 75) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class AbstractBlockDev (line 84) | class AbstractBlockDev: method __init__ (line 90) | def __init__(self, *args, **kwargs) -> None: ... method readblocks (line 91) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 106) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 127) | def ioctl(self, op, arg) -> int: function uname (line 160) | def uname() -> uname_result: function urandom (line 174) | def urandom(n) -> bytes: function chdir (line 181) | def chdir(path) -> Incomplete: function getcwd (line 187) | def getcwd() -> Incomplete: function ilistdir (line 193) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 214) | def listdir(dir: Optional[Any] = None) -> Incomplete: function mkdir (line 220) | def mkdir(path) -> Incomplete: function remove (line 226) | def remove(path) -> None: function rmdir (line 232) | def rmdir(path) -> None: function rename (line 238) | def rename(old_path, new_path) -> None: function stat (line 244) | def stat(path) -> Incomplete: function statvfs (line 250) | def statvfs(path) -> Tuple: function sync (line 273) | def sync() -> None: function dupterm (line 279) | def dupterm(stream_object, index=0, /) -> IO: function mount (line 302) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function umount (line 320) | def umount(mount_point) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/pyb.pyi class Accel (line 32) | class Accel: method __init__ (line 37) | def __init__(self) -> None: ... method filtered_xyz (line 38) | def filtered_xyz(self) -> Tuple: method tilt (line 48) | def tilt(self) -> Incomplete: method x (line 53) | def x(self) -> Incomplete: method y (line 58) | def y(self) -> Incomplete: method z (line 63) | def z(self) -> Incomplete: class ADC (line 69) | class ADC: method __init__ (line 75) | def __init__(self, pin) -> None: ... method read (line 76) | def read(self) -> Incomplete: method read_timed (line 82) | def read_timed(self, buf, timer) -> Incomplete: method read_timed_multi (line 119) | def read_timed_multi(self, adcs, bufs, timer) -> bool: class CAN (line 172) | class CAN: method __init__ (line 212) | def __init__( method initfilterbanks (line 216) | def initfilterbanks(cls, nr) -> None: method init (line 226) | def init(self, mode, extframe=False, prescaler=100, *, sjw=1, bs1=6, b... method deinit (line 267) | def deinit(self) -> None: method restart (line 272) | def restart(self) -> Incomplete: method state (line 284) | def state(self) -> Incomplete: method info (line 299) | def info(self, list: Optional[Any] = None) -> Incomplete: method setfilter (line 322) | def setfilter(self, bank, mode, fifo, params, *, rtr) -> None: method clearfilter (line 365) | def clearfilter(self, bank) -> None: method any (line 372) | def any(self, fifo) -> bool: method recv (line 377) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method send (line 411) | def send(self, data, id, *, timeout=0, rtr=False) -> None: method rxcallback (line 432) | def rxcallback(self, fifo, fun) -> None: class DAC (line 468) | class DAC: method __init__ (line 493) | def __init__(self, port, bits=8, *, buffering=None) -> None: ... method init (line 494) | def init(self, bits=8, *, buffering=None) -> Incomplete: method deinit (line 501) | def deinit(self) -> Incomplete: method noise (line 506) | def noise(self, freq) -> None: method triangle (line 512) | def triangle(self, freq) -> None: method write (line 519) | def write(self, value) -> Incomplete: method write_timed (line 526) | def write_timed(self, data, freq, *, mode=NORMAL) -> Incomplete: class ExtInt (line 548) | class ExtInt: method __init__ (line 572) | def __init__(self, pin, mode, pull, callback) -> None: ... method regs (line 574) | def regs(cls) -> Incomplete: method disable (line 579) | def disable(self) -> None: method enable (line 585) | def enable(self) -> None: method line (line 590) | def line(self) -> int: method swint (line 595) | def swint(self) -> Incomplete: class Flash (line 601) | class Flash: method __init__ (line 612) | def __init__(self) -> None: ... method readblocks (line 613) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 614) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 615) | def ioctl(self, cmd, arg) -> Incomplete: class I2C (line 623) | class I2C: method __init__ (line 649) | def __init__( method deinit (line 652) | def deinit(self) -> None: method init (line 657) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method is_ready (line 670) | def is_ready(self, addr) -> Incomplete: method mem_read (line 675) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 689) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 703) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method send (line 716) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method scan (line 727) | def scan(self) -> List: class LCD (line 734) | class LCD: method __init__ (line 740) | def __init__(self, skin_position) -> None: ... method command (line 741) | def command(self, instr_data, buf) -> None: method contrast (line 748) | def contrast(self, value) -> None: method fill (line 753) | def fill(self, colour) -> None: method get (line 760) | def get(self, x, y) -> int: method light (line 767) | def light(self, value) -> None: method pixel (line 772) | def pixel(self, x, y, colour) -> None: method show (line 779) | def show(self) -> None: method text (line 784) | def text(self, str, x, y, colour) -> None: method write (line 791) | def write(self, str) -> None: class LED (line 797) | class LED: method __init__ (line 804) | def __init__(self, id) -> None: ... method intensity (line 805) | def intensity(self, value: Optional[Any] = None) -> None: method off (line 818) | def off(self) -> None: method on (line 823) | def on(self) -> None: method toggle (line 828) | def toggle(self) -> Incomplete: class Pin (line 835) | class Pin: method __init__ (line 859) | def __init__(self, id, *args, **kwargs) -> None: ... method debug (line 861) | def debug(cls, state: Optional[Any] = None) -> bool: method dict (line 867) | def dict(cls, dict: Optional[Any] = None) -> Incomplete: method mapper (line 873) | def mapper(cls, fun: Optional[Any] = None) -> Incomplete: method init (line 878) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method value (line 906) | def value(self, value: Optional[Any] = None) -> int: method __str__ (line 916) | def __str__(self) -> str: method af (line 921) | def af(self) -> Incomplete: method af_list (line 928) | def af_list(self) -> List: method gpio (line 933) | def gpio(self) -> int: method mode (line 938) | def mode(self) -> Incomplete: method name (line 945) | def name(self) -> str: method names (line 950) | def names(self) -> str: method pin (line 955) | def pin(self) -> int: method port (line 960) | def port(self) -> Incomplete: method pull (line 965) | def pull(self) -> Incomplete: class Switch (line 973) | class Switch(Pin): method __init__ (line 978) | def __init__(self) -> None: ... method __call__ (line 979) | def __call__(self) -> Incomplete: method value (line 985) | def value(self) -> bool: method callback (line 990) | def callback(self, fun) -> None: class pinaf (line 997) | class pinaf: method __str__ (line 1000) | def __str__(self) -> str: method index (line 1005) | def index(self) -> int: method name (line 1010) | def name(self) -> str: method reg (line 1015) | def reg(self) -> Incomplete: class RTC (line 1023) | class RTC: method __init__ (line 1028) | def __init__(self) -> None: ... method datetime (line 1029) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method wakeup (line 1046) | def wakeup(self, timeout, callback=None) -> None: method info (line 1058) | def info(self) -> Incomplete: method calibration (line 1068) | def calibration(self, cal) -> int: class Servo (line 1086) | class Servo: method __init__ (line 1091) | def __init__(self, id) -> None: ... method angle (line 1092) | def angle(self, angle: Optional[Any] = None, time=0) -> Incomplete: method speed (line 1104) | def speed(self, speed: Optional[Any] = None, time=0) -> Incomplete: method pulse_width (line 1115) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method calibration (line 1123) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... class SPI (line 1138) | class SPI: method __init__ (line 1161) | def __init__( method deinit (line 1164) | def deinit(self) -> None: method init (line 1169) | def init(self, mode, baudrate=328125, *, prescaler=1, polarity=1, phas... method recv (line 1196) | def recv(self, recv, *, timeout=5000) -> bytes: method send (line 1208) | def send(self, send, *, timeout=5000) -> None: method send_recv (line 1218) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: class Timer (line 1232) | class Timer: method __init__ (line 1239) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 1240) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method deinit (line 1288) | def deinit(self) -> None: method callback (line 1298) | def callback(self, fun) -> None: method channel (line 1305) | def channel(self, channel, mode, pin=None, *args) -> Incomplete: method counter (line 1380) | def counter(self, value: Optional[Any] = None) -> Incomplete: method freq (line 1385) | def freq(self, value: Optional[Any] = None) -> Incomplete: method period (line 1390) | def period(self, value: Optional[Any] = None) -> Incomplete: method prescaler (line 1395) | def prescaler(self, value: Optional[Any] = None) -> Incomplete: method source_freq (line 1400) | def source_freq(self) -> Incomplete: class timerchannel (line 1406) | class timerchannel: method callback (line 1409) | def callback(self, fun) -> None: method capture (line 1416) | def capture(self, value: Optional[Any] = None) -> Incomplete: method compare (line 1423) | def compare(self, value: Optional[Any] = None) -> Incomplete: method pulse_width (line 1430) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method pulse_width_percent (line 1440) | def pulse_width_percent(self, value: Optional[Any] = None) -> Incomplete: class UART (line 1450) | class UART: method __init__ (line 1490) | def __init__( method init (line 1493) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method deinit (line 1518) | def deinit(self) -> None: method any (line 1523) | def any(self) -> int: method read (line 1528) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readchar (line 1544) | def readchar(self) -> int: method readinto (line 1551) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1560) | def readline(self) -> None: method write (line 1569) | def write(self, buf) -> int: method writechar (line 1580) | def writechar(self, char) -> None: method sendbreak (line 1586) | def sendbreak(self) -> None: class USB_HID (line 1594) | class USB_HID: method __init__ (line 1599) | def __init__(self) -> None: ... method recv (line 1600) | def recv(self, data, *, timeout=5000) -> int: method send (line 1612) | def send(self, data) -> None: class USB_VCP (line 1621) | class USB_VCP: method __init__ (line 1633) | def __init__(self, id=0) -> None: ... method init (line 1634) | def init(self, *, flow=-1) -> None: method setinterrupt (line 1641) | def setinterrupt(self, chr) -> None: method isconnected (line 1651) | def isconnected(self) -> bool: method any (line 1656) | def any(self) -> bool: method close (line 1661) | def close(self) -> Incomplete: method read (line 1667) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1677) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1688) | def readline(self) -> bytes: method readlines (line 1696) | def readlines(self) -> List: method write (line 1705) | def write(self, buf) -> int: method recv (line 1712) | def recv(self, data, *, timeout=5000) -> int: method send (line 1724) | def send(self, data, *, timeout=5000) -> int: method irq (line 1734) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: function delay (line 1746) | def delay(ms) -> None: function udelay (line 1752) | def udelay(us) -> None: function millis (line 1758) | def millis() -> int: function micros (line 1772) | def micros() -> int: function elapsed_millis (line 1786) | def elapsed_millis(start) -> int: function elapsed_micros (line 1801) | def elapsed_micros(start) -> int: function hard_reset (line 1817) | def hard_reset() -> NoReturn: function bootloader (line 1824) | def bootloader() -> None: function fault_debug (line 1830) | def fault_debug(value) -> None: function disable_irq (line 1845) | def disable_irq() -> Incomplete: function enable_irq (line 1854) | def enable_irq(state=True) -> None: function freq (line 1864) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function wfi (line 1904) | def wfi() -> None: function stop (line 1916) | def stop() -> Incomplete: function standby (line 1928) | def standby() -> Incomplete: function have_cdc (line 1941) | def have_cdc() -> bool: function hid (line 1949) | def hid(hidtuple: Tuple) -> Incomplete: function info (line 1958) | def info(dump_alloc_table: Optional[Any] = None) -> None: function main (line 1964) | def main(filename) -> None: function mount (line 1973) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function repl_uart (line 2008) | def repl_uart(uart) -> UART: function rng (line 2014) | def rng() -> int: function sync (line 2020) | def sync() -> None: function unique_id (line 2026) | def unique_id() -> str: function usb_mode (line 2032) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... FILE: stubs/micropython-v1_18-docstubs/random.pyi function getrandbits (line 35) | def getrandbits(n) -> int: function randint (line 41) | def randint(a, b) -> int: function randrange (line 47) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 57) | def random() -> int: function uniform (line 63) | def uniform(a, b) -> int: function seed (line 70) | def seed(n=None, /) -> None: function choice (line 82) | def choice(sequence) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/rp2.pyi class PIOASMError (line 25) | class PIOASMError(Exception): class Flash (line 31) | class Flash: method __init__ (line 36) | def __init__(self) -> None: ... method readblocks (line 37) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 38) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 39) | def ioctl(self, cmd, arg) -> Incomplete: class PIO (line 47) | class PIO: method __init__ (line 99) | def __init__(self, id) -> None: ... method add_program (line 100) | def add_program(self, program) -> Incomplete: method remove_program (line 109) | def remove_program(self, program: Optional[Any] = None) -> None: method state_machine (line 118) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method irq (line 129) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: class StateMachine (line 139) | class StateMachine: method __init__ (line 149) | def __init__(self, id, program, *args, **kwargs) -> None: ... method init (line 150) | def init( method active (line 197) | def active(self, value: Optional[Any] = None) -> Incomplete: method restart (line 207) | def restart(self) -> Incomplete: method exec (line 221) | def exec(self, instr) -> Incomplete: method get (line 229) | def get(self, buf=None, shift=0) -> Incomplete: method put (line 240) | def put(self, value, shift=0) -> Incomplete: method rx_fifo (line 251) | def rx_fifo(self) -> int: method tx_fifo (line 260) | def tx_fifo(self) -> int: method irq (line 269) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: function asm_pio (line 277) | def asm_pio( function asm_pio_encode (line 326) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/select.pyi class poll (line 17) | class poll: method __init__ (line 22) | def __init__(self) -> None: ... method register (line 23) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 42) | def unregister(self, obj) -> Incomplete: method modify (line 47) | def modify(self, obj, eventmask) -> None: method poll (line 53) | def poll(self, timeout=-1, /) -> List: method ipoll (line 76) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: function select (line 94) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: FILE: stubs/micropython-v1_18-docstubs/socket.pyi class socket (line 64) | class socket: method close (line 67) | def close(self) -> Incomplete: method bind (line 77) | def bind(self, address) -> Incomplete: method listen (line 82) | def listen(self, backlog: Optional[Any] = None) -> None: method accept (line 90) | def accept(self) -> Tuple: method connect (line 98) | def connect(self, address) -> None: method send (line 103) | def send(self, bytes) -> int: method sendall (line 110) | def sendall(self, bytes) -> int: method recv (line 122) | def recv(self, bufsize) -> bytes: method sendto (line 128) | def sendto(self, bytes, address) -> None: method recvfrom (line 134) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 141) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 148) | def settimeout(self, value) -> Incomplete: method setblocking (line 182) | def setblocking(self, flag) -> Incomplete: method makefile (line 193) | def makefile(self, mode="rb", buffering=0, /) -> IO: method read (line 210) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 219) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 228) | def readline(self) -> Incomplete: method write (line 235) | def write(self, buf) -> int: class error (line 246) | class error(Exception): ... function socket (line 248) | def socket(af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /) -> Incomp... method close (line 67) | def close(self) -> Incomplete: method bind (line 77) | def bind(self, address) -> Incomplete: method listen (line 82) | def listen(self, backlog: Optional[Any] = None) -> None: method accept (line 90) | def accept(self) -> Tuple: method connect (line 98) | def connect(self, address) -> None: method send (line 103) | def send(self, bytes) -> int: method sendall (line 110) | def sendall(self, bytes) -> int: method recv (line 122) | def recv(self, bufsize) -> bytes: method sendto (line 128) | def sendto(self, bytes, address) -> None: method recvfrom (line 134) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 141) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 148) | def settimeout(self, value) -> Incomplete: method setblocking (line 182) | def setblocking(self, flag) -> Incomplete: method makefile (line 193) | def makefile(self, mode="rb", buffering=0, /) -> IO: method read (line 210) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 219) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 228) | def readline(self) -> Incomplete: method write (line 235) | def write(self, buf) -> int: function getaddrinfo (line 263) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... function inet_ntop (line 304) | def inet_ntop(af, bin_addr) -> Incomplete: function inet_pton (line 314) | def inet_pton(af, txt_addr) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/ssl.pyi function wrap_socket (line 28) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_18-docstubs/stm.pyi function rfcore_status (line 53) | def rfcore_status() -> int: function rfcore_fw_version (line 60) | def rfcore_fw_version(id) -> Tuple: function rfcore_sys_hci (line 69) | def rfcore_sys_hci(ogf, ocf, data, timeout_ms=0) -> bytes: FILE: stubs/micropython-v1_18-docstubs/struct.pyi function calcsize (line 24) | def calcsize(fmt) -> int: function pack (line 30) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 37) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 45) | def unpack(fmt, data) -> Tuple: function unpack_from (line 52) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-docstubs/sys.pyi function exit (line 97) | def exit(retval=0, /) -> Incomplete: function atexit (line 105) | def atexit(func) -> Incomplete: function print_exception (line 119) | def print_exception(exc, file=stdout, /) -> None: function settrace (line 135) | def settrace(tracefunc) -> None: FILE: stubs/micropython-v1_18-docstubs/time.pyi function gmtime (line 41) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 63) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 85) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Incomplete: function sleep_ms (line 102) | def sleep_ms(ms) -> None: function sleep_us (line 113) | def sleep_us(us) -> None: function ticks_ms (line 123) | def ticks_ms() -> int: function ticks_us (line 147) | def ticks_us() -> Incomplete: function ticks_cpu (line 153) | def ticks_cpu() -> Incomplete: function ticks_add (line 168) | def ticks_add(ticks, delta) -> Incomplete: function ticks_diff (line 195) | def ticks_diff(ticks1, ticks2) -> int: function time (line 261) | def time() -> int: function time_ns (line 288) | def time_ns() -> int: FILE: stubs/micropython-v1_18-docstubs/uarray.pyi class array (line 18) | class array: method __init__ (line 25) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 26) | def append(self, val) -> Incomplete: method extend (line 31) | def extend(self, iterable) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/ubinascii.pyi function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function a2b_base64 (line 34) | def a2b_base64(data) -> bytes: function b2a_base64 (line 42) | def b2a_base64(data) -> bytes: FILE: stubs/micropython-v1_18-docstubs/uctypes.pyi class struct (line 93) | class struct: method __init__ (line 99) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... function sizeof (line 101) | def sizeof(struct, layout_type=NATIVE, /) -> int: function addressof (line 109) | def addressof(obj) -> int: function bytes_at (line 117) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 126) | def bytearray_at(addr, size) -> bytearray: FILE: stubs/micropython-v1_18-docstubs/uio.pyi class FileIO (line 18) | class FileIO(IO): method __init__ (line 24) | def __init__(self, *args, **kwargs) -> None: ... class TextIOWrapper (line 26) | class TextIOWrapper(IO): method __init__ (line 32) | def __init__(self, *args, **kwargs) -> None: ... class StringIO (line 34) | class StringIO(IO): method __init__ (line 35) | def __init__(self, string: Optional[Any] = None) -> None: ... class BytesIO (line 37) | class BytesIO(IO): method __init__ (line 50) | def __init__(self, string: Optional[Any] = None) -> None: ... method getvalue (line 51) | def getvalue(self) -> Incomplete: function open (line 57) | def open(name, mode="r", **kwargs) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/ujson.pyi function dump (line 16) | def dump(obj, stream, separators=None) -> Incomplete: function dumps (line 26) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Incomplete: function loads (line 45) | def loads(str) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/uos.pyi class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method mkfs (line 28) | def mkfs(block_dev) -> None: class VfsLfs1 (line 34) | class VfsLfs1: method __init__ (line 44) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32) ... method mkfs (line 46) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class VfsLfs2 (line 55) | class VfsLfs2: method __init__ (line 73) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method mkfs (line 75) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class AbstractBlockDev (line 84) | class AbstractBlockDev: method __init__ (line 90) | def __init__(self, *args, **kwargs) -> None: ... method readblocks (line 91) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 106) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 127) | def ioctl(self, op, arg) -> int: function uname (line 160) | def uname() -> uname_result: function urandom (line 174) | def urandom(n) -> bytes: function chdir (line 181) | def chdir(path) -> Incomplete: function getcwd (line 187) | def getcwd() -> Incomplete: function ilistdir (line 193) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 214) | def listdir(dir: Optional[Any] = None) -> Incomplete: function mkdir (line 220) | def mkdir(path) -> Incomplete: function remove (line 226) | def remove(path) -> None: function rmdir (line 232) | def rmdir(path) -> None: function rename (line 238) | def rename(old_path, new_path) -> None: function stat (line 244) | def stat(path) -> Incomplete: function statvfs (line 250) | def statvfs(path) -> Tuple: function sync (line 273) | def sync() -> None: function dupterm (line 279) | def dupterm(stream_object, index=0, /) -> IO: function mount (line 302) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function umount (line 320) | def umount(mount_point) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/uselect.pyi class poll (line 17) | class poll: method __init__ (line 22) | def __init__(self) -> None: ... method register (line 23) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 42) | def unregister(self, obj) -> Incomplete: method modify (line 47) | def modify(self, obj, eventmask) -> None: method poll (line 53) | def poll(self, timeout=-1, /) -> List: method ipoll (line 76) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: function select (line 94) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: FILE: stubs/micropython-v1_18-docstubs/usocket.pyi class socket (line 64) | class socket: method close (line 67) | def close(self) -> Incomplete: method bind (line 77) | def bind(self, address) -> Incomplete: method listen (line 82) | def listen(self, backlog: Optional[Any] = None) -> None: method accept (line 90) | def accept(self) -> Tuple: method connect (line 98) | def connect(self, address) -> None: method send (line 103) | def send(self, bytes) -> int: method sendall (line 110) | def sendall(self, bytes) -> int: method recv (line 122) | def recv(self, bufsize) -> bytes: method sendto (line 128) | def sendto(self, bytes, address) -> None: method recvfrom (line 134) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 141) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 148) | def settimeout(self, value) -> Incomplete: method setblocking (line 182) | def setblocking(self, flag) -> Incomplete: method makefile (line 193) | def makefile(self, mode="rb", buffering=0, /) -> IO: method read (line 210) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 219) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 228) | def readline(self) -> Incomplete: method write (line 235) | def write(self, buf) -> int: class error (line 246) | class error(Exception): ... function socket (line 248) | def socket(af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /) -> Incomp... method close (line 67) | def close(self) -> Incomplete: method bind (line 77) | def bind(self, address) -> Incomplete: method listen (line 82) | def listen(self, backlog: Optional[Any] = None) -> None: method accept (line 90) | def accept(self) -> Tuple: method connect (line 98) | def connect(self, address) -> None: method send (line 103) | def send(self, bytes) -> int: method sendall (line 110) | def sendall(self, bytes) -> int: method recv (line 122) | def recv(self, bufsize) -> bytes: method sendto (line 128) | def sendto(self, bytes, address) -> None: method recvfrom (line 134) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 141) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 148) | def settimeout(self, value) -> Incomplete: method setblocking (line 182) | def setblocking(self, flag) -> Incomplete: method makefile (line 193) | def makefile(self, mode="rb", buffering=0, /) -> IO: method read (line 210) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 219) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 228) | def readline(self) -> Incomplete: method write (line 235) | def write(self, buf) -> int: function getaddrinfo (line 263) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... function inet_ntop (line 304) | def inet_ntop(af, bin_addr) -> Incomplete: function inet_pton (line 314) | def inet_pton(af, txt_addr) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/ussl.pyi function wrap_socket (line 28) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_18-docstubs/ustruct.pyi function calcsize (line 24) | def calcsize(fmt) -> int: function pack (line 30) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 37) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 45) | def unpack(fmt, data) -> Tuple: function unpack_from (line 52) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-docstubs/utime.pyi function gmtime (line 41) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 63) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 85) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Incomplete: function sleep_ms (line 102) | def sleep_ms(ms) -> None: function sleep_us (line 113) | def sleep_us(us) -> None: function ticks_ms (line 123) | def ticks_ms() -> int: function ticks_us (line 147) | def ticks_us() -> Incomplete: function ticks_cpu (line 153) | def ticks_cpu() -> Incomplete: function ticks_add (line 168) | def ticks_add(ticks, delta) -> Incomplete: function ticks_diff (line 195) | def ticks_diff(ticks1, ticks2) -> int: function time (line 261) | def time() -> int: function time_ns (line 288) | def time_ns() -> int: FILE: stubs/micropython-v1_18-docstubs/uzlib.pyi class DecompIO (line 18) | class DecompIO: method __init__ (line 32) | def __init__(self, stream, wbits=0, /) -> None: ... function decompress (line 34) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-docstubs/wipy.pyi function heartbeat (line 15) | def heartbeat(enable: Optional[Any] = None) -> bool: FILE: stubs/micropython-v1_18-docstubs/zephyr.pyi class DiskAccess (line 17) | class DiskAccess: method __init__ (line 24) | def __init__(self, disk_name) -> None: ... method readblocks (line 25) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 26) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 27) | def ioctl(self, cmd, arg) -> Incomplete: class FlashArea (line 35) | class FlashArea: method __init__ (line 47) | def __init__(self, id, block_size) -> None: ... method readblocks (line 48) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 49) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 50) | def ioctl(self, cmd, arg) -> Incomplete: function is_preempt_thread (line 58) | def is_preempt_thread() -> Incomplete: function current_tid (line 67) | def current_tid() -> Incomplete: function thread_analyze (line 73) | def thread_analyze() -> Incomplete: function shell_exec (line 88) | def shell_exec(cmd_in) -> Incomplete: FILE: stubs/micropython-v1_18-docstubs/zlib.pyi class DecompIO (line 18) | class DecompIO: method __init__ (line 32) | def __init__(self, stream, wbits=0, /) -> None: ... function decompress (line 34) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-esp32-merged/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/_thread.py class LockType (line 16) | class LockType: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 23) | def acquire(self, *args, **kwargs) -> Any: method locked (line 26) | def locked(self, *args, **kwargs) -> Any: method release (line 29) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 33) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 37) | def exit(*args, **kwargs) -> Any: function get_ident (line 41) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 45) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 49) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/_thread.pyi class LockType (line 13) | class LockType: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 15) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 16) | def locked(self, *args, **kwargs) -> Any: ... method release (line 17) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 19) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 21) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 22) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/apa106.py class NeoPixel (line 9) | class NeoPixel: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method write (line 16) | def write(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: class APA106 (line 25) | class APA106: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method write (line 32) | def write(self, *args, **kwargs) -> Any: method fill (line 35) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... class APA106 (line 9) | class APA106: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/array.py class array (line 15) | class array: method __init__ (line 22) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: method append (line 26) | def append(self, val) -> Any: method extend (line 32) | def extend(self, iterable) -> Any: method decode (line 39) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/array.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/binascii.py function a2b_base64 (line 14) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data) -> bytes: function crc32 (line 32) | def crc32(*args, **kwargs) -> Any: function hexlify (line 36) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 47) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_18-esp32-merged/binascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_18-esp32-merged/btree.py function open (line 78) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_18-esp32-merged/btree.pyi function open (line 75) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_18-esp32-merged/cmath.py function cos (line 17) | def cos(z) -> float: function exp (line 27) | def exp(z) -> float: function log (line 34) | def log(z) -> float: function log10 (line 41) | def log10(z) -> float: function phase (line 48) | def phase(z) -> float: function polar (line 58) | def polar(z) -> Tuple: function rect (line 65) | def rect(r, phi) -> float: function sin (line 72) | def sin(z) -> float: function sqrt (line 79) | def sqrt(z) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/cmath.pyi function cos (line 14) | def cos(z) -> float: function exp (line 22) | def exp(z) -> float: function log (line 28) | def log(z) -> float: function log10 (line 34) | def log10(z) -> float: function phase (line 40) | def phase(z) -> float: function polar (line 48) | def polar(z) -> Tuple: function rect (line 54) | def rect(r, phi) -> float: function sin (line 60) | def sin(z) -> float: function sqrt (line 66) | def sqrt(z) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/collections.py class OrderedDict (line 15) | class OrderedDict(dict): method __init__ (line 40) | def __init__(self, *args, **kwargs) -> None: method clear (line 44) | def clear(self, *args, **kwargs) -> Any: method copy (line 47) | def copy(self, *args, **kwargs) -> Any: method get (line 50) | def get(self, *args, **kwargs) -> Any: method items (line 53) | def items(self, *args, **kwargs) -> Any: method keys (line 56) | def keys(self, *args, **kwargs) -> Any: method pop (line 59) | def pop(self, *args, **kwargs) -> Any: method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: method update (line 68) | def update(self, *args, **kwargs) -> Any: method values (line 71) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 75) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 79) | class deque(Queue): method __init__ (line 97) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 101) | def append(self, x) -> Any: method popleft (line 108) | def popleft(self) -> Any: function namedtuple (line 116) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/collections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/esp.py function dht_readinto (line 21) | def dht_readinto(*args, **kwargs) -> Any: function flash_erase (line 25) | def flash_erase(sector_no) -> Any: function flash_read (line 29) | def flash_read(byte_offset, length_or_buffer) -> Any: function flash_size (line 33) | def flash_size() -> Any: function flash_user_start (line 40) | def flash_user_start() -> Any: function flash_write (line 47) | def flash_write(byte_offset, bytes) -> Any: function gpio_matrix_in (line 51) | def gpio_matrix_in(*args, **kwargs) -> Any: function gpio_matrix_out (line 55) | def gpio_matrix_out(*args, **kwargs) -> Any: function osdebug (line 59) | def osdebug(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/esp.pyi function dht_readinto (line 18) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 19) | def flash_erase(sector_no) -> Any: ... function flash_read (line 20) | def flash_read(byte_offset, length_or_buffer) -> Any: ... function flash_size (line 21) | def flash_size() -> Any: function flash_user_start (line 27) | def flash_user_start() -> Any: function flash_write (line 33) | def flash_write(byte_offset, bytes) -> Any: ... function gpio_matrix_in (line 34) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 35) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 36) | def osdebug(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/esp32.py class NVS (line 18) | class NVS: method __init__ (line 24) | def __init__(self, namespace) -> None: method commit (line 28) | def commit(self) -> Any: method erase_key (line 34) | def erase_key(self, key) -> Any: method get_blob (line 40) | def get_blob(self, key, buffer) -> int: method get_i32 (line 48) | def get_i32(self, key) -> int: method set_blob (line 55) | def set_blob(self, key, value) -> None: method set_i32 (line 64) | def set_i32(self, key, value) -> None: class Partition (line 71) | class Partition: method __init__ (line 77) | def __init__(self, id) -> None: method find (line 82) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None) -> List: method get_next_update (line 95) | def get_next_update(self) -> Partition: method info (line 103) | def info(self) -> Tuple: method ioctl (line 109) | def ioctl(self, cmd, arg) -> Any: method mark_app_valid_cancel_rollback (line 118) | def mark_app_valid_cancel_rollback(cls) -> Any: method readblocks (line 131) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any: method set_boot (line 134) | def set_boot(self) -> None: method writeblocks (line 140) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any: class RMT (line 144) | class RMT: method __init__ (line 161) | def __init__(self, channel, *, pin=None, clock_div=8, idle_level=False... method bitstream_channel (line 166) | def bitstream_channel(value: Optional[Any] = None) -> int: method clock_div (line 180) | def clock_div(self) -> Any: method deinit (line 187) | def deinit(self, *args, **kwargs) -> Any: method loop (line 190) | def loop(self, enable_loop) -> None: method source_freq (line 199) | def source_freq(self) -> Any: method wait_done (line 206) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 215) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Any: class ULP (line 246) | class ULP: method __init__ (line 251) | def __init__(self) -> None: method load_binary (line 257) | def load_binary(self, load_addr, program_binary) -> None: method run (line 263) | def run(self, entry_point) -> Any: method set_wakeup_period (line 270) | def set_wakeup_period(self, period_index, period_us) -> None: function hall_sensor (line 281) | def hall_sensor() -> int: function idf_heap_info (line 288) | def idf_heap_info(capabilities) -> List[Tuple]: function raw_temperature (line 315) | def raw_temperature() -> int: function wake_on_ext0 (line 322) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 331) | def wake_on_ext1(pins, level) -> None: function wake_on_touch (line 340) | def wake_on_touch(wake) -> None: FILE: stubs/micropython-v1_18-esp32-merged/esp32.pyi class NVS (line 14) | class NVS: method __init__ (line 20) | def __init__(self, namespace) -> None: ... method commit (line 21) | def commit(self) -> Any: method erase_key (line 26) | def erase_key(self, key) -> Any: method get_blob (line 31) | def get_blob(self, key, buffer) -> int: method get_i32 (line 38) | def get_i32(self, key) -> int: method set_blob (line 44) | def set_blob(self, key, value) -> None: method set_i32 (line 52) | def set_i32(self, key, value) -> None: class Partition (line 58) | class Partition: method __init__ (line 64) | def __init__(self, id) -> None: ... method find (line 66) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None) -> List: method get_next_update (line 77) | def get_next_update(self) -> Partition: method info (line 84) | def info(self) -> Tuple: method ioctl (line 89) | def ioctl(self, cmd, arg) -> Any: method mark_app_valid_cancel_rollback (line 97) | def mark_app_valid_cancel_rollback(cls) -> Any: method readblocks (line 109) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any... method set_boot (line 110) | def set_boot(self) -> None: method writeblocks (line 115) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> An... class RMT (line 117) | class RMT: method __init__ (line 134) | def __init__(self, channel, *, pin=None, clock_div=8, idle_level=False... method bitstream_channel (line 136) | def bitstream_channel(value: Optional[Any] = None) -> int: method clock_div (line 149) | def clock_div(self) -> Any: method deinit (line 155) | def deinit(self, *args, **kwargs) -> Any: ... method loop (line 156) | def loop(self, enable_loop) -> None: method source_freq (line 164) | def source_freq(self) -> Any: method wait_done (line 170) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 178) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Any: class ULP (line 208) | class ULP: method __init__ (line 213) | def __init__(self) -> None: ... method load_binary (line 215) | def load_binary(self, load_addr, program_binary) -> None: method run (line 220) | def run(self, entry_point) -> Any: method set_wakeup_period (line 226) | def set_wakeup_period(self, period_index, period_us) -> None: function hall_sensor (line 235) | def hall_sensor() -> int: function idf_heap_info (line 241) | def idf_heap_info(capabilities) -> List[Tuple]: function raw_temperature (line 267) | def raw_temperature() -> int: function wake_on_ext0 (line 273) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 281) | def wake_on_ext1(pins, level) -> None: function wake_on_touch (line 289) | def wake_on_touch(wake) -> None: FILE: stubs/micropython-v1_18-esp32-merged/flashbdev.py class Partition (line 9) | class Partition: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method find (line 16) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 24) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 27) | def info(self, *args, **kwargs) -> Any: method ioctl (line 30) | def ioctl(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 34) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method readblocks (line 37) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 40) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 43) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/flashbdev.pyi class Partition (line 3) | class Partition: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 5) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 10) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 11) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 14) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 15) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 16) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 17) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/framebuf.py class FrameBuffer (line 12) | class FrameBuffer: method __init__ (line 38) | def __init__(self, buffer, width, height, format, stride=-1, /) -> None: method blit (line 42) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 62) | def fill(self, c) -> None: method fill_rect (line 68) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 76) | def hline(self, x, y, w, c) -> Any: method line (line 79) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 89) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 96) | def rect(self, x, y, w, h, c) -> Any: method scroll (line 99) | def scroll(self, xstep, ystep) -> Any: method text (line 106) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 116) | def vline(self, x, y, h, c) -> Any: function FrameBuffer1 (line 120) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/framebuf.pyi class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 35) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method blit (line 36) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 55) | def fill(self, c) -> None: method fill_rect (line 60) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 67) | def hline(self, x, y, w, c) -> Any: ... method line (line 68) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 77) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 83) | def rect(self, x, y, w, h, c) -> Any: ... method scroll (line 84) | def scroll(self, xstep, ystep) -> Any: method text (line 90) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 99) | def vline(self, x, y, h, c) -> Any: ... function FrameBuffer1 (line 101) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/gc.py function collect (line 11) | def collect() -> None: function disable (line 18) | def disable() -> None: function enable (line 26) | def enable() -> None: function isenabled (line 33) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 37) | def mem_alloc() -> int: function mem_free (line 44) | def mem_free() -> int: function threshold (line 52) | def threshold(amount: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/gc.pyi function collect (line 8) | def collect() -> None: function disable (line 14) | def disable() -> None: function enable (line 21) | def enable() -> None: function isenabled (line 27) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 28) | def mem_alloc() -> int: function mem_free (line 34) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/hashlib.py class sha1 (line 29) | class sha1: method __init__ (line 34) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 38) | def update(self, *args, **kwargs) -> Any: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 45) | class sha256: method __init__ (line 50) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 54) | def update(self, *args, **kwargs) -> Any: method digest (line 57) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/hashlib.pyi class sha1 (line 26) | class sha1: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 41) | def update(self, *args, **kwargs) -> Any: ... method digest (line 42) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/heapq.py function heapify (line 17) | def heapify(x) -> Any: function heappop (line 24) | def heappop(heap) -> Any: function heappush (line 34) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/heapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/inisetup.py function check_bootsec (line 11) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 15) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 19) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 7) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/io.py function open (line 14) | def open(name, mode="r", **kwargs) -> Any: class BufferedWriter (line 23) | class BufferedWriter: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method write (line 30) | def write(self, *args, **kwargs) -> Any: method flush (line 33) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 37) | class BytesIO(IO): method __init__ (line 50) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 54) | def close(self, *args, **kwargs) -> Any: method read (line 57) | def read(self, *args, **kwargs) -> Any: method readinto (line 60) | def readinto(self, *args, **kwargs) -> Any: method readline (line 63) | def readline(self, *args, **kwargs) -> Any: method write (line 66) | def write(self, *args, **kwargs) -> Any: method flush (line 69) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 72) | def getvalue(self) -> Any: method seek (line 78) | def seek(self, *args, **kwargs) -> Any: method tell (line 81) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 85) | class FileIO(IO): method __init__ (line 91) | def __init__(self, *args, **kwargs) -> None: method close (line 95) | def close(self, *args, **kwargs) -> Any: method read (line 98) | def read(self, *args, **kwargs) -> Any: method readinto (line 101) | def readinto(self, *args, **kwargs) -> Any: method readline (line 104) | def readline(self, *args, **kwargs) -> Any: method write (line 107) | def write(self, *args, **kwargs) -> Any: method flush (line 110) | def flush(self, *args, **kwargs) -> Any: method readlines (line 113) | def readlines(self, *args, **kwargs) -> Any: method seek (line 116) | def seek(self, *args, **kwargs) -> Any: method tell (line 119) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 123) | class IOBase: method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 131) | class StringIO(IO): method __init__ (line 134) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 138) | def close(self, *args, **kwargs) -> Any: method read (line 141) | def read(self, *args, **kwargs) -> Any: method readinto (line 144) | def readinto(self, *args, **kwargs) -> Any: method readline (line 147) | def readline(self, *args, **kwargs) -> Any: method write (line 150) | def write(self, *args, **kwargs) -> Any: method flush (line 153) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 156) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 159) | def seek(self, *args, **kwargs) -> Any: method tell (line 162) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 166) | class TextIOWrapper(IO): method __init__ (line 172) | def __init__(self, *args, **kwargs) -> None: method close (line 176) | def close(self, *args, **kwargs) -> Any: method read (line 179) | def read(self, *args, **kwargs) -> Any: method readinto (line 182) | def readinto(self, *args, **kwargs) -> Any: method readline (line 185) | def readline(self, *args, **kwargs) -> Any: method write (line 188) | def write(self, *args, **kwargs) -> Any: method flush (line 191) | def flush(self, *args, **kwargs) -> Any: method readlines (line 194) | def readlines(self, *args, **kwargs) -> Any: method seek (line 197) | def seek(self, *args, **kwargs) -> Any: method tell (line 200) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/io.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BufferedWriter (line 19) | class BufferedWriter: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method flush (line 22) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 24) | class BytesIO(IO): method __init__ (line 37) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 38) | def close(self, *args, **kwargs) -> Any: ... method read (line 39) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 41) | def readline(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method flush (line 43) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 44) | def getvalue(self) -> Any: method seek (line 49) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 50) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 52) | class FileIO(IO): method __init__ (line 58) | def __init__(self, *args, **kwargs) -> None: ... method close (line 59) | def close(self, *args, **kwargs) -> Any: ... method read (line 60) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 62) | def readline(self, *args, **kwargs) -> Any: ... method write (line 63) | def write(self, *args, **kwargs) -> Any: ... method flush (line 64) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 65) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 66) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 67) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 69) | class IOBase: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 72) | class StringIO(IO): method __init__ (line 73) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 74) | def close(self, *args, **kwargs) -> Any: ... method read (line 75) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 76) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 77) | def readline(self, *args, **kwargs) -> Any: ... method write (line 78) | def write(self, *args, **kwargs) -> Any: ... method flush (line 79) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 80) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 81) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 82) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 84) | class TextIOWrapper(IO): method __init__ (line 90) | def __init__(self, *args, **kwargs) -> None: ... method close (line 91) | def close(self, *args, **kwargs) -> Any: ... method read (line 92) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 93) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 94) | def readline(self, *args, **kwargs) -> Any: ... method write (line 95) | def write(self, *args, **kwargs) -> Any: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 97) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/json.py function dump (line 14) | def dump(obj, stream, separators=None) -> Any: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Any: function loads (line 46) | def loads(str) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/json.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/machine.py class ADC (line 16) | class ADC: method __init__ (line 24) | def __init__(self, id) -> None: method read (line 28) | def read(self, *args, **kwargs) -> Any: method atten (line 40) | def atten(self, *args, **kwargs) -> Any: method read_u16 (line 43) | def read_u16(self) -> int: method width (line 52) | def width(cls, *args, **kwargs) -> Any: class DAC (line 56) | class DAC: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: method write (line 63) | def write(self, *args, **kwargs) -> Any: class I2C (line 74) | class I2C: method __init__ (line 90) | def __init__( method readinto (line 96) | def readinto(self, buf, nack=True, /) -> Any: method start (line 106) | def start(self) -> None: method stop (line 112) | def stop(self) -> None: method write (line 118) | def write(self, buf) -> int: method init (line 126) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 136) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 144) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 154) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 163) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 175) | def scan(self) -> List: method writeto (line 183) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 193) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 204) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 221) | class I2S: method __init__ (line 250) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 254) | def readinto(self, buf) -> int: method write (line 263) | def write(self, buf) -> int: method deinit (line 277) | def deinit(self) -> Any: method init (line 283) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 289) | def irq(self, handler) -> Any: method shift (line 298) | def shift(*, buf, bits, shift) -> Any: class PWM (line 310) | class PWM: method __init__ (line 327) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method deinit (line 331) | def deinit(self) -> None: method duty (line 337) | def duty(self, *args, **kwargs) -> Any: method duty_ns (line 340) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty_u16 (line 350) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 362) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 373) | def init(self, *, freq, duty_u16, duty_ns) -> None: class Pin (line 384) | class Pin: method __init__ (line 448) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method value (line 452) | def value(self, x: Optional[Any] = None) -> int: method init (line 497) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 507) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 552) | def off(self) -> None: method on (line 558) | def on(self) -> None: method __call__ (line 564) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 573) | class RTC: method __init__ (line 578) | def __init__(self, id=0, *args, **kwargs) -> None: method datetime (line 582) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 598) | def init(self, datetime) -> None: method memory (line 606) | def memory(self, *args, **kwargs) -> Any: class SDCard (line 610) | class SDCard: method __init__ (line 641) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... method deinit (line 645) | def deinit(self, *args, **kwargs) -> Any: method info (line 648) | def info(self, *args, **kwargs) -> Any: method ioctl (line 651) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 654) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 657) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 665) | class SPI: method __init__ (line 677) | def __init__(self, id, *args, **kwargs) -> None: method read (line 681) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 689) | def readinto(self, buf, write=0x00) -> int: method write (line 699) | def write(self, buf) -> int: method deinit (line 711) | def deinit(self) -> None: method init (line 717) | def init( method write_readinto (line 743) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 755) | class Signal(Pin): method __init__ (line 776) | def __init__(self, pin_obj, *args, invert=False) -> None: method value (line 780) | def value(self, x: Optional[Any] = None) -> int: method off (line 800) | def off(self) -> None: method on (line 806) | def on(self) -> None: class SoftI2C (line 813) | class SoftI2C(I2C): method __init__ (line 826) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: method readinto (line 830) | def readinto(self, *args, **kwargs) -> Any: method start (line 833) | def start(self, *args, **kwargs) -> Any: method stop (line 836) | def stop(self, *args, **kwargs) -> Any: method write (line 839) | def write(self, *args, **kwargs) -> Any: method init (line 842) | def init(self, *args, **kwargs) -> Any: method readfrom (line 845) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 848) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 851) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 854) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 857) | def scan(self, *args, **kwargs) -> Any: method writeto (line 860) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 863) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 866) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 870) | class SoftSPI: method __init__ (line 877) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 881) | def read(self, *args, **kwargs) -> Any: method readinto (line 884) | def readinto(self, *args, **kwargs) -> Any: method write (line 887) | def write(self, *args, **kwargs) -> Any: method deinit (line 893) | def deinit(self, *args, **kwargs) -> Any: method init (line 896) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 899) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 907) | class Timer: method __init__ (line 916) | def __init__(self, id=-1, *args, **kwargs) -> None: method value (line 920) | def value(self, *args, **kwargs) -> Any: method deinit (line 926) | def deinit(self) -> None: method init (line 932) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class TouchPad (line 965) | class TouchPad: method __init__ (line 968) | def __init__(self, *argv, **kwargs) -> None: method read (line 972) | def read(self, *args, **kwargs) -> Any: method config (line 975) | def config(self, *args, **kwargs) -> Any: class UART (line 979) | class UART: method __init__ (line 984) | def __init__(self, id, *args, **kwargs) -> None: method any (line 988) | def any(self) -> int: method read (line 1003) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1014) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1025) | def readline(self) -> None: method write (line 1034) | def write(self, buf) -> int: method deinit (line 1049) | def deinit(self) -> None: method init (line 1055) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1095) | def sendbreak(self) -> None: class WDT (line 1106) | class WDT: method __init__ (line 1115) | def __init__(self, id=0, timeout=5000) -> None: method feed (line 1119) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 1126) | def bitstream(pin, encoding, timing, data, /) -> Any: function deepsleep (line 1151) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1177) | def disable_irq() -> Any: function enable_irq (line 1187) | def enable_irq(state) -> Any: function freq (line 1196) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1205) | def idle() -> Any: function lightsleep (line 1215) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1246) | def reset() -> NoReturn: function reset_cause (line 1254) | def reset_cause() -> int: function sleep (line 1261) | def sleep() -> Any: function soft_reset (line 1268) | def soft_reset() -> NoReturn: function time_pulse_us (line 1277) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1296) | def unique_id() -> bytes: function wake_reason (line 1306) | def wake_reason() -> Any: FILE: stubs/micropython-v1_18-esp32-merged/machine.pyi class ADC (line 13) | class ADC: method __init__ (line 21) | def __init__(self, id) -> None: ... method read (line 22) | def read(self, *args, **kwargs) -> Any: ... method atten (line 31) | def atten(self, *args, **kwargs) -> Any: ... method read_u16 (line 32) | def read_u16(self) -> int: method width (line 40) | def width(cls, *args, **kwargs) -> Any: ... class DAC (line 42) | class DAC: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 44) | def write(self, *args, **kwargs) -> Any: ... class I2C (line 52) | class I2C: method __init__ (line 68) | def __init__( method readinto (line 71) | def readinto(self, buf, nack=True, /) -> Any: method start (line 80) | def start(self) -> None: method stop (line 85) | def stop(self) -> None: method write (line 90) | def write(self, buf) -> int: method init (line 97) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 106) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 113) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 122) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 130) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 141) | def scan(self) -> List: method writeto (line 148) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 157) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 167) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 183) | class I2S: method __init__ (line 212) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 213) | def readinto(self, buf) -> int: method write (line 221) | def write(self, buf) -> int: method deinit (line 233) | def deinit(self) -> Any: method init (line 238) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 243) | def irq(self, handler) -> Any: method shift (line 251) | def shift(*, buf, bits, shift) -> Any: class PWM (line 261) | class PWM: method __init__ (line 278) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method deinit (line 279) | def deinit(self) -> None: method duty (line 284) | def duty(self, *args, **kwargs) -> Any: ... method duty_ns (line 285) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty_u16 (line 294) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 305) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 315) | def init(self, *, freq, duty_u16, duty_ns) -> None: class Pin (line 324) | class Pin: method __init__ (line 388) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method value (line 389) | def value(self, x: Optional[Any] = None) -> int: method init (line 432) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 441) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 485) | def off(self) -> None: method on (line 490) | def on(self) -> None: method __call__ (line 495) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 503) | class RTC: method __init__ (line 508) | def __init__(self, id=0, *args, **kwargs) -> None: ... method datetime (line 509) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 524) | def init(self, datetime) -> None: method memory (line 531) | def memory(self, *args, **kwargs) -> Any: ... class SDCard (line 533) | class SDCard: method __init__ (line 564) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... method deinit (line 565) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 566) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 567) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 568) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 569) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 574) | class SPI: method __init__ (line 586) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 587) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 594) | def readinto(self, buf, write=0x00) -> int: method write (line 603) | def write(self, buf) -> int: method deinit (line 613) | def deinit(self) -> None: method init (line 618) | def init( method write_readinto (line 643) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 654) | class Signal(Pin): method __init__ (line 675) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 676) | def value(self, x: Optional[Any] = None) -> int: method off (line 695) | def off(self) -> None: method on (line 700) | def on(self) -> None: class SoftI2C (line 706) | class SoftI2C(I2C): method __init__ (line 719) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 720) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 721) | def start(self, *args, **kwargs) -> Any: ... method stop (line 722) | def stop(self, *args, **kwargs) -> Any: ... method write (line 723) | def write(self, *args, **kwargs) -> Any: ... method init (line 724) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 725) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 726) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 727) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 728) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 729) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 730) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 731) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 732) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 734) | class SoftSPI: method __init__ (line 741) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 742) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 743) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 744) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 747) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 748) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 749) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 754) | class Timer: method __init__ (line 763) | def __init__(self, id=-1, *args, **kwargs) -> None: ... method value (line 764) | def value(self, *args, **kwargs) -> Any: ... method deinit (line 767) | def deinit(self) -> None: method init (line 772) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class TouchPad (line 804) | class TouchPad: method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 806) | def read(self, *args, **kwargs) -> Any: ... method config (line 807) | def config(self, *args, **kwargs) -> Any: ... class UART (line 809) | class UART: method __init__ (line 814) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 815) | def any(self) -> int: method read (line 829) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 839) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 849) | def readline(self) -> None: method write (line 857) | def write(self, buf) -> int: method deinit (line 870) | def deinit(self) -> None: method init (line 875) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 914) | def sendbreak(self) -> None: class WDT (line 923) | class WDT: method __init__ (line 932) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 933) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 937) | def bitstream(pin, encoding, timing, data, /) -> Any: function deepsleep (line 961) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 986) | def disable_irq() -> Any: function enable_irq (line 995) | def enable_irq(state) -> Any: function freq (line 1003) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1011) | def idle() -> Any: function lightsleep (line 1020) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1049) | def reset() -> NoReturn: function reset_cause (line 1056) | def reset_cause() -> int: function sleep (line 1062) | def sleep() -> Any: function soft_reset (line 1068) | def soft_reset() -> NoReturn: function time_pulse_us (line 1076) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1094) | def unique_id() -> bytes: function wake_reason (line 1103) | def wake_reason() -> Any: FILE: stubs/micropython-v1_18-esp32-merged/math.py function pow (line 19) | def pow(x, y) -> Any: function acos (line 26) | def acos(x) -> float: function acosh (line 33) | def acosh(x) -> float: function asin (line 40) | def asin(x) -> float: function asinh (line 47) | def asinh(x) -> float: function atan (line 54) | def atan(x) -> float: function atan2 (line 61) | def atan2(y, x) -> float: function atanh (line 68) | def atanh(x) -> float: function ceil (line 75) | def ceil(x) -> int: function copysign (line 82) | def copysign(x, y) -> Any: function cos (line 89) | def cos(x) -> float: function cosh (line 96) | def cosh(x) -> float: function degrees (line 103) | def degrees(x) -> Any: function erf (line 113) | def erf(x) -> Any: function erfc (line 120) | def erfc(x) -> Any: function exp (line 127) | def exp(x) -> float: function expm1 (line 134) | def expm1(x) -> Any: function fabs (line 141) | def fabs(x) -> Any: function floor (line 148) | def floor(x) -> int: function fmod (line 155) | def fmod(x, y) -> Any: function frexp (line 162) | def frexp(x) -> Any: function gamma (line 172) | def gamma(x) -> Any: function isclose (line 179) | def isclose(*args, **kwargs) -> Any: function isfinite (line 183) | def isfinite(x) -> bool: function isinf (line 190) | def isinf(x) -> bool: function isnan (line 197) | def isnan(x) -> bool: function ldexp (line 204) | def ldexp(x, exp) -> Any: function lgamma (line 211) | def lgamma(x) -> float: function log (line 218) | def log(x) -> float: function log10 (line 225) | def log10(x) -> float: function log2 (line 232) | def log2(x) -> float: function modf (line 239) | def modf(x) -> Tuple: function radians (line 250) | def radians(x) -> Any: function sin (line 257) | def sin(x) -> float: function sinh (line 264) | def sinh(x) -> float: function sqrt (line 271) | def sqrt(x) -> Any: function tan (line 278) | def tan(x) -> float: function tanh (line 285) | def tanh(x) -> float: function trunc (line 292) | def trunc(x) -> int: FILE: stubs/micropython-v1_18-esp32-merged/math.pyi function pow (line 16) | def pow(x, y) -> Any: function acos (line 22) | def acos(x) -> float: function acosh (line 28) | def acosh(x) -> float: function asin (line 34) | def asin(x) -> float: function asinh (line 40) | def asinh(x) -> float: function atan (line 46) | def atan(x) -> float: function atan2 (line 52) | def atan2(y, x) -> float: function atanh (line 58) | def atanh(x) -> float: function ceil (line 64) | def ceil(x) -> int: function copysign (line 70) | def copysign(x, y) -> Any: function cos (line 76) | def cos(x) -> float: function cosh (line 82) | def cosh(x) -> float: function degrees (line 88) | def degrees(x) -> Any: function erf (line 96) | def erf(x) -> Any: function erfc (line 102) | def erfc(x) -> Any: function exp (line 108) | def exp(x) -> float: function expm1 (line 114) | def expm1(x) -> Any: function fabs (line 120) | def fabs(x) -> Any: function floor (line 126) | def floor(x) -> int: function fmod (line 132) | def fmod(x, y) -> Any: function frexp (line 138) | def frexp(x) -> Any: function gamma (line 147) | def gamma(x) -> Any: function isclose (line 153) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 154) | def isfinite(x) -> bool: function isinf (line 160) | def isinf(x) -> bool: function isnan (line 166) | def isnan(x) -> bool: function ldexp (line 172) | def ldexp(x, exp) -> Any: function lgamma (line 178) | def lgamma(x) -> float: function log (line 184) | def log(x) -> float: function log10 (line 190) | def log10(x) -> float: function log2 (line 196) | def log2(x) -> float: function modf (line 202) | def modf(x) -> Tuple: function radians (line 211) | def radians(x) -> Any: function sin (line 217) | def sin(x) -> float: function sinh (line 223) | def sinh(x) -> float: function sqrt (line 229) | def sqrt(x) -> Any: function tan (line 235) | def tan(x) -> float: function tanh (line 241) | def tanh(x) -> float: function trunc (line 247) | def trunc(x) -> int: FILE: stubs/micropython-v1_18-esp32-merged/micropython.py function const (line 9) | def const(expr) -> Union[int, bytes, str, Tuple]: function alloc_emergency_exception_buf (line 32) | def alloc_emergency_exception_buf(size) -> Any: function heap_lock (line 46) | def heap_lock() -> Any: function heap_unlock (line 50) | def heap_unlock() -> Any: function kbd_intr (line 54) | def kbd_intr(chr) -> None: function mem_info (line 68) | def mem_info(verbose: Optional[Any] = None) -> None: function opt_level (line 80) | def opt_level(level: Optional[Any] = None) -> Any: function qstr_info (line 101) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 113) | def schedule(func, arg) -> Any: function stack_use (line 151) | def stack_use() -> int: FILE: stubs/micropython-v1_18-esp32-merged/micropython.pyi function const (line 6) | def const(expr) -> Union[int, bytes, str, Tuple]: function alloc_emergency_exception_buf (line 28) | def alloc_emergency_exception_buf(size) -> Any: function heap_lock (line 41) | def heap_lock() -> Any: ... function heap_unlock (line 42) | def heap_unlock() -> Any: ... function kbd_intr (line 43) | def kbd_intr(chr) -> None: function mem_info (line 56) | def mem_info(verbose: Optional[Any] = None) -> None: function opt_level (line 67) | def opt_level(level: Optional[Any] = None) -> Any: function qstr_info (line 87) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 98) | def schedule(func, arg) -> Any: function stack_use (line 135) | def stack_use() -> int: FILE: stubs/micropython-v1_18-esp32-merged/neopixel.py function bitstream (line 16) | def bitstream(*args, **kwargs) -> Any: class NeoPixel (line 20) | class NeoPixel: method __init__ (line 30) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: method write (line 34) | def write(self) -> None: method fill (line 40) | def fill(self, pixel) -> None: FILE: stubs/micropython-v1_18-esp32-merged/neopixel.pyi function bitstream (line 13) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 15) | class NeoPixel: method __init__ (line 25) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method write (line 26) | def write(self) -> None: method fill (line 31) | def fill(self, pixel) -> None: FILE: stubs/micropython-v1_18-esp32-merged/network.py function LAN (line 56) | def LAN(*args, **kwargs) -> Any: function PPP (line 69) | def PPP(*args, **kwargs) -> Any: class WLAN (line 84) | class WLAN: method __init__ (line 93) | def __init__(self, interface_id) -> None: method active (line 96) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 104) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 113) | def disconnect(self) -> None: method scan (line 119) | def scan(self) -> List[Tuple]: method status (line 148) | def status(self, param: Optional[Any] = None) -> Any: method isconnected (line 167) | def isconnected(self) -> bool: method ifconfig (line 175) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 186) | def config(self, *args, **kwargs) -> Any: function phy_mode (line 220) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/network.pyi function LAN (line 53) | def LAN(*args, **kwargs) -> Any: ... function PPP (line 63) | def PPP(*args, **kwargs) -> Any: ... class WLAN (line 75) | class WLAN: method __init__ (line 84) | def __init__(self, interface_id) -> None: ... method active (line 85) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 92) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 100) | def disconnect(self) -> None: method scan (line 105) | def scan(self) -> List[Tuple]: method status (line 133) | def status(self, param: Optional[Any] = None) -> Any: method isconnected (line 151) | def isconnected(self) -> bool: method ifconfig (line 158) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 168) | def config(self, *args, **kwargs) -> Any: function phy_mode (line 201) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/os.py function remove (line 16) | def remove(path) -> None: class VfsFat (line 23) | class VfsFat: method __init__ (line 30) | def __init__(self, block_dev) -> None: method open (line 34) | def open(self, *args, **kwargs) -> Any: method remove (line 37) | def remove(self, *args, **kwargs) -> Any: method chdir (line 40) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 43) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 46) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 49) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 53) | def mkfs(block_dev) -> None: method mount (line 59) | def mount(self, *args, **kwargs) -> Any: method rename (line 62) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 65) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 68) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 71) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 74) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 78) | class VfsLfs2: method __init__ (line 96) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 100) | def open(self, *args, **kwargs) -> Any: method remove (line 103) | def remove(self, *args, **kwargs) -> Any: method chdir (line 106) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 109) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 112) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 115) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 119) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 128) | def mount(self, *args, **kwargs) -> Any: method rename (line 131) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 134) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 137) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 140) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 143) | def umount(self, *args, **kwargs) -> Any: function chdir (line 147) | def chdir(path) -> Any: function dupterm (line 154) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 178) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 182) | def getcwd() -> Any: function ilistdir (line 189) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 211) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 218) | def mkdir(path) -> Any: function mount (line 225) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 244) | def rename(old_path, new_path) -> None: function rmdir (line 251) | def rmdir(path) -> None: function stat (line 258) | def stat(path) -> Any: function statvfs (line 265) | def statvfs(path) -> Tuple: function umount (line 289) | def umount(mount_point) -> Any: function uname (line 300) | def uname() -> uname_result: function urandom (line 315) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_18-esp32-merged/os.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function dupterm (line 93) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 116) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 117) | def getcwd() -> Any: function ilistdir (line 123) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 150) | def mkdir(path) -> Any: function mount (line 156) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 174) | def rename(old_path, new_path) -> None: function rmdir (line 180) | def rmdir(path) -> None: function stat (line 186) | def stat(path) -> Any: function statvfs (line 192) | def statvfs(path) -> Tuple: function umount (line 215) | def umount(mount_point) -> Any: function uname (line 225) | def uname() -> uname_result: function urandom (line 239) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_18-esp32-merged/random.py function choice (line 33) | def choice(sequence) -> Any: function getrandbits (line 41) | def getrandbits(n) -> int: function randint (line 48) | def randint(a, b) -> int: class random (line 55) | class random: method __init__ (line 60) | def __init__(self) -> None: function randrange (line 64) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 76) | def seed(n=None, /) -> None: function uniform (line 89) | def uniform(a, b) -> int: FILE: stubs/micropython-v1_18-esp32-merged/random.pyi function choice (line 30) | def choice(sequence) -> Any: function getrandbits (line 37) | def getrandbits(n) -> int: function randint (line 43) | def randint(a, b) -> int: class random (line 49) | class random: method __init__ (line 54) | def __init__(self) -> None: ... function randrange (line 56) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 67) | def seed(n=None, /) -> None: function uniform (line 79) | def uniform(a, b) -> int: FILE: stubs/micropython-v1_18-esp32-merged/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/select.py class poll (line 19) | class poll: method __init__ (line 24) | def __init__(self) -> None: method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Any: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 80) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 95) | class select: method __init__ (line 103) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_18-esp32-merged/select.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_18-esp32-merged/socket.py function getaddrinfo (line 25) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 55) | class socket: method __init__ (line 69) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 73) | def close(self) -> Any: method read (line 84) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 94) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 104) | def readline(self) -> Any: method send (line 112) | def send(self, bytes) -> int: method write (line 120) | def write(self, buf) -> int: method accept (line 131) | def accept(self) -> Tuple: method bind (line 140) | def bind(self, address) -> Any: method connect (line 146) | def connect(self, address) -> None: method fileno (line 152) | def fileno(self, *args, **kwargs) -> Any: method listen (line 155) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 164) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 172) | def recv(self, bufsize) -> bytes: method recvfrom (line 179) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 187) | def sendall(self, bytes) -> int: method sendto (line 200) | def sendto(self, bytes, address) -> None: method setblocking (line 207) | def setblocking(self, flag) -> Any: method setsockopt (line 219) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 227) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/socket.pyi function getaddrinfo (line 22) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 51) | class socket: method __init__ (line 65) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 66) | def close(self) -> Any: method read (line 76) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 85) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 94) | def readline(self) -> Any: method send (line 101) | def send(self, bytes) -> int: method write (line 108) | def write(self, buf) -> int: method accept (line 118) | def accept(self) -> Tuple: method bind (line 126) | def bind(self, address) -> Any: method connect (line 131) | def connect(self, address) -> None: method fileno (line 136) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 137) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 145) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 152) | def recv(self, bufsize) -> bytes: method recvfrom (line 158) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 165) | def sendall(self, bytes) -> int: method sendto (line 177) | def sendto(self, bytes, address) -> None: method setblocking (line 183) | def setblocking(self, flag) -> Any: method setsockopt (line 194) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 201) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/ssl.py function wrap_socket (line 15) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_18-esp32-merged/ssl.pyi function wrap_socket (line 12) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_18-esp32-merged/struct.py function calcsize (line 17) | def calcsize(fmt) -> int: function pack (line 24) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 32) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 41) | def unpack(fmt, data) -> Tuple: function unpack_from (line 49) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-esp32-merged/struct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-esp32-merged/sys.py function exit (line 14) | def exit(retval=0, /) -> Any: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_18-esp32-merged/sys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_18-esp32-merged/time.py function gmtime (line 38) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 84) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Any: function sleep_ms (line 103) | def sleep_ms(ms) -> None: function sleep_us (line 115) | def sleep_us(us) -> None: function ticks_add (line 126) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 155) | def ticks_cpu() -> Any: function ticks_diff (line 172) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 240) | def ticks_ms() -> int: function ticks_us (line 265) | def ticks_us() -> Any: class time (line 272) | class time: method __init__ (line 285) | def __init__(self) -> None: function time_ns (line 289) | def time_ns() -> int: FILE: stubs/micropython-v1_18-esp32-merged/time.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: stubs/micropython-v1_18-esp32-merged/uarray.py class array (line 15) | class array: method __init__ (line 22) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: method append (line 26) | def append(self, val) -> Any: method extend (line 32) | def extend(self, iterable) -> Any: method decode (line 39) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/uarray.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function run (line 44) | def run(*args, **kwargs) -> Any: function sleep (line 48) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 52) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 56) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 60) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 68) | class Event: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: method clear (line 75) | def clear(self, *args, **kwargs) -> Any: method set (line 78) | def set(self, *args, **kwargs) -> Any: method is_set (line 81) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 87) | class Lock: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: method locked (line 96) | def locked(self, *args, **kwargs) -> Any: method release (line 99) | def release(self, *args, **kwargs) -> Any: function ticks (line 103) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 107) | class TimeoutError(Exception): class SingletonGenerator (line 111) | class SingletonGenerator: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 119) | class IOQueue: method __init__ (line 122) | def __init__(self, *argv, **kwargs) -> None: method remove (line 126) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 129) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 132) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 135) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 139) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 143) | def run_until_complete(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 16) | def run(*args, **kwargs) -> Any: ... function sleep (line 17) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 18) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 19) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 20) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 25) | class Event: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 27) | def clear(self, *args, **kwargs) -> Any: ... method set (line 28) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 29) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 32) | class Lock: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 35) | def locked(self, *args, **kwargs) -> Any: ... method release (line 36) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 38) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 40) | class TimeoutError(Exception): ... class SingletonGenerator (line 42) | class SingletonGenerator: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 45) | class IOQueue: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 47) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 48) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 49) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 50) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 52) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 53) | def run_until_complete(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function run (line 44) | def run(*args, **kwargs) -> Any: function sleep (line 48) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 52) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 56) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 60) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 64) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 68) | class TimeoutError(Exception): class SingletonGenerator (line 72) | class SingletonGenerator: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 80) | class IOQueue: method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: method remove (line 87) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 90) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 93) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 96) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 100) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 104) | def run_until_complete(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 16) | def run(*args, **kwargs) -> Any: ... function sleep (line 17) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 18) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 19) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 20) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 23) | class TimeoutError(Exception): ... class SingletonGenerator (line 25) | class SingletonGenerator: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 28) | class IOQueue: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 30) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 31) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 32) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 33) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 35) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 36) | def run_until_complete(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method locked (line 18) | def locked(self, *args, **kwargs) -> Any: method release (line 21) | def release(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/ubinascii.py function a2b_base64 (line 14) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data) -> bytes: function crc32 (line 32) | def crc32(*args, **kwargs) -> Any: function hexlify (line 36) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 47) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_18-esp32-merged/ubinascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_18-esp32-merged/ubluetooth.py class BLE (line 21) | class BLE: method __init__ (line 26) | def __init__(self) -> None: method active (line 30) | def active(self, active: Optional[Any] = None, /) -> Any: method config (line 39) | def config(self, param, /) -> Tuple: method gap_advertise (line 103) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 121) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_disconnect (line 146) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_scan (line 162) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 199) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gattc_discover_descriptors (line 214) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_services (line 223) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Any: method gattc_exchange_mtu (line 234) | def gattc_exchange_mtu(self, conn_handle, /) -> Any: method gattc_read (line 249) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_write (line 259) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 279) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gatts_notify (line 292) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_read (line 307) | def gatts_read(self, value_handle, /) -> Any: method gatts_register_services (line 314) | def gatts_register_services(self, services_definition, /) -> Any: method gatts_set_buffer (line 377) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 390) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method irq (line 400) | def irq(self, handler, /) -> int: class UUID (line 605) | class UUID: method __init__ (line 615) | def __init__(self, value, /) -> None: FILE: stubs/micropython-v1_18-esp32-merged/ubluetooth.pyi class BLE (line 18) | class BLE: method __init__ (line 23) | def __init__(self) -> None: ... method active (line 24) | def active(self, active: Optional[Any] = None, /) -> Any: method config (line 32) | def config(self, param, /) -> Tuple: method gap_advertise (line 95) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 112) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_disconnect (line 136) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_scan (line 151) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 187) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gattc_discover_descriptors (line 201) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_services (line 209) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Any: method gattc_exchange_mtu (line 219) | def gattc_exchange_mtu(self, conn_handle, /) -> Any: method gattc_read (line 233) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_write (line 242) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 261) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gatts_notify (line 273) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_read (line 287) | def gatts_read(self, value_handle, /) -> Any: method gatts_register_services (line 293) | def gatts_register_services(self, services_definition, /) -> Any: method gatts_set_buffer (line 355) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 367) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method irq (line 376) | def irq(self, handler, /) -> int: class UUID (line 579) | class UUID: method __init__ (line 589) | def __init__(self, value, /) -> None: ... FILE: stubs/micropython-v1_18-esp32-merged/ucollections.py class OrderedDict (line 15) | class OrderedDict(dict): method __init__ (line 40) | def __init__(self, *args, **kwargs) -> None: method clear (line 44) | def clear(self, *args, **kwargs) -> Any: method copy (line 47) | def copy(self, *args, **kwargs) -> Any: method get (line 50) | def get(self, *args, **kwargs) -> Any: method items (line 53) | def items(self, *args, **kwargs) -> Any: method keys (line 56) | def keys(self, *args, **kwargs) -> Any: method pop (line 59) | def pop(self, *args, **kwargs) -> Any: method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: method update (line 68) | def update(self, *args, **kwargs) -> Any: method values (line 71) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 75) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 79) | class deque(Queue): method __init__ (line 97) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 101) | def append(self, x) -> Any: method popleft (line 108) | def popleft(self) -> Any: function namedtuple (line 116) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/ucollections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method decrypt (line 33) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: method encrypt (line 39) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/ucryptolib.pyi class aes (line 6) | class aes: method __init__ (line 7) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method decrypt (line 27) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: method encrypt (line 32) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/uctypes.py function addressof (line 49) | def addressof(obj) -> int: function bytearray_at (line 58) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 68) | def bytes_at(addr, size) -> bytes: function sizeof (line 78) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 87) | class struct: method __init__ (line 93) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: FILE: stubs/micropython-v1_18-esp32-merged/uctypes.pyi function addressof (line 46) | def addressof(obj) -> int: function bytearray_at (line 54) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function sizeof (line 72) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 80) | class struct: method __init__ (line 86) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... FILE: stubs/micropython-v1_18-esp32-merged/uhashlib.py class sha1 (line 29) | class sha1: method __init__ (line 34) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 38) | def update(self, *args, **kwargs) -> Any: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 45) | class sha256: method __init__ (line 50) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 54) | def update(self, *args, **kwargs) -> Any: method digest (line 57) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/uhashlib.pyi class sha1 (line 26) | class sha1: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 41) | def update(self, *args, **kwargs) -> Any: ... method digest (line 42) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/uheapq.py function heapify (line 17) | def heapify(x) -> Any: function heappop (line 24) | def heappop(heap) -> Any: function heappush (line 34) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/uheapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/uio.py function open (line 14) | def open(name, mode="r", **kwargs) -> Any: class BufferedWriter (line 23) | class BufferedWriter: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method write (line 30) | def write(self, *args, **kwargs) -> Any: method flush (line 33) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 37) | class BytesIO(IO): method __init__ (line 50) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 54) | def close(self, *args, **kwargs) -> Any: method read (line 57) | def read(self, *args, **kwargs) -> Any: method readinto (line 60) | def readinto(self, *args, **kwargs) -> Any: method readline (line 63) | def readline(self, *args, **kwargs) -> Any: method write (line 66) | def write(self, *args, **kwargs) -> Any: method flush (line 69) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 72) | def getvalue(self) -> Any: method seek (line 78) | def seek(self, *args, **kwargs) -> Any: method tell (line 81) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 85) | class FileIO(IO): method __init__ (line 91) | def __init__(self, *args, **kwargs) -> None: method close (line 95) | def close(self, *args, **kwargs) -> Any: method read (line 98) | def read(self, *args, **kwargs) -> Any: method readinto (line 101) | def readinto(self, *args, **kwargs) -> Any: method readline (line 104) | def readline(self, *args, **kwargs) -> Any: method write (line 107) | def write(self, *args, **kwargs) -> Any: method flush (line 110) | def flush(self, *args, **kwargs) -> Any: method readlines (line 113) | def readlines(self, *args, **kwargs) -> Any: method seek (line 116) | def seek(self, *args, **kwargs) -> Any: method tell (line 119) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 123) | class IOBase: method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 131) | class StringIO(IO): method __init__ (line 134) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 138) | def close(self, *args, **kwargs) -> Any: method read (line 141) | def read(self, *args, **kwargs) -> Any: method readinto (line 144) | def readinto(self, *args, **kwargs) -> Any: method readline (line 147) | def readline(self, *args, **kwargs) -> Any: method write (line 150) | def write(self, *args, **kwargs) -> Any: method flush (line 153) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 156) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 159) | def seek(self, *args, **kwargs) -> Any: method tell (line 162) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 166) | class TextIOWrapper(IO): method __init__ (line 172) | def __init__(self, *args, **kwargs) -> None: method close (line 176) | def close(self, *args, **kwargs) -> Any: method read (line 179) | def read(self, *args, **kwargs) -> Any: method readinto (line 182) | def readinto(self, *args, **kwargs) -> Any: method readline (line 185) | def readline(self, *args, **kwargs) -> Any: method write (line 188) | def write(self, *args, **kwargs) -> Any: method flush (line 191) | def flush(self, *args, **kwargs) -> Any: method readlines (line 194) | def readlines(self, *args, **kwargs) -> Any: method seek (line 197) | def seek(self, *args, **kwargs) -> Any: method tell (line 200) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/uio.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BufferedWriter (line 19) | class BufferedWriter: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method flush (line 22) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 24) | class BytesIO(IO): method __init__ (line 37) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 38) | def close(self, *args, **kwargs) -> Any: ... method read (line 39) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 41) | def readline(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method flush (line 43) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 44) | def getvalue(self) -> Any: method seek (line 49) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 50) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 52) | class FileIO(IO): method __init__ (line 58) | def __init__(self, *args, **kwargs) -> None: ... method close (line 59) | def close(self, *args, **kwargs) -> Any: ... method read (line 60) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 62) | def readline(self, *args, **kwargs) -> Any: ... method write (line 63) | def write(self, *args, **kwargs) -> Any: ... method flush (line 64) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 65) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 66) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 67) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 69) | class IOBase: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 72) | class StringIO(IO): method __init__ (line 73) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 74) | def close(self, *args, **kwargs) -> Any: ... method read (line 75) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 76) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 77) | def readline(self, *args, **kwargs) -> Any: ... method write (line 78) | def write(self, *args, **kwargs) -> Any: ... method flush (line 79) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 80) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 81) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 82) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 84) | class TextIOWrapper(IO): method __init__ (line 90) | def __init__(self, *args, **kwargs) -> None: ... method close (line 91) | def close(self, *args, **kwargs) -> Any: ... method read (line 92) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 93) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 94) | def readline(self, *args, **kwargs) -> Any: ... method write (line 95) | def write(self, *args, **kwargs) -> Any: ... method flush (line 96) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 97) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 98) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 99) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/ujson.py function dump (line 14) | def dump(obj, stream, separators=None) -> Any: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Any: function loads (line 46) | def loads(str) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/ujson.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 16) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Any: method log (line 22) | def log(self, *args, **kwargs) -> Any: method set_callback (line 27) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 30) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 33) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 38) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 43) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 48) | def delay(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTException (line 13) | class MQTTException(Exception): class MQTTClient (line 17) | class MQTTClient: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method connect (line 24) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 27) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 33) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 36) | def ping(self, *args, **kwargs) -> Any: method publish (line 39) | def publish(self, *args, **kwargs) -> Any: method subscribe (line 42) | def subscribe(self, *args, **kwargs) -> Any: method wait_msg (line 45) | def wait_msg(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/uos.py function remove (line 16) | def remove(path) -> None: class VfsFat (line 23) | class VfsFat: method __init__ (line 30) | def __init__(self, block_dev) -> None: method open (line 34) | def open(self, *args, **kwargs) -> Any: method remove (line 37) | def remove(self, *args, **kwargs) -> Any: method chdir (line 40) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 43) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 46) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 49) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 53) | def mkfs(block_dev) -> None: method mount (line 59) | def mount(self, *args, **kwargs) -> Any: method rename (line 62) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 65) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 68) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 71) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 74) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 78) | class VfsLfs2: method __init__ (line 96) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 100) | def open(self, *args, **kwargs) -> Any: method remove (line 103) | def remove(self, *args, **kwargs) -> Any: method chdir (line 106) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 109) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 112) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 115) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 119) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 128) | def mount(self, *args, **kwargs) -> Any: method rename (line 131) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 134) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 137) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 140) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 143) | def umount(self, *args, **kwargs) -> Any: function chdir (line 147) | def chdir(path) -> Any: function dupterm (line 154) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 178) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 182) | def getcwd() -> Any: function ilistdir (line 189) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 211) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 218) | def mkdir(path) -> Any: function mount (line 225) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 244) | def rename(old_path, new_path) -> None: function rmdir (line 251) | def rmdir(path) -> None: function stat (line 258) | def stat(path) -> Any: function statvfs (line 265) | def statvfs(path) -> Tuple: function umount (line 289) | def umount(mount_point) -> Any: function uname (line 300) | def uname() -> uname_result: function urandom (line 315) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_18-esp32-merged/uos.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function dupterm (line 93) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 116) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 117) | def getcwd() -> Any: function ilistdir (line 123) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 150) | def mkdir(path) -> Any: function mount (line 156) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 174) | def rename(old_path, new_path) -> None: function rmdir (line 180) | def rmdir(path) -> None: function stat (line 186) | def stat(path) -> Any: function statvfs (line 192) | def statvfs(path) -> Tuple: function umount (line 215) | def umount(mount_point) -> Any: function uname (line 225) | def uname() -> uname_result: function urandom (line 239) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_18-esp32-merged/uplatform.py function libc_ver (line 9) | def libc_ver(*args, **kwargs) -> Any: function platform (line 13) | def platform(*args, **kwargs) -> Any: function python_compiler (line 17) | def python_compiler(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/uplatform.pyi function libc_ver (line 3) | def libc_ver(*args, **kwargs) -> Any: ... function platform (line 4) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 5) | def python_compiler(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/urandom.py function choice (line 33) | def choice(sequence) -> Any: function getrandbits (line 41) | def getrandbits(n) -> int: function randint (line 48) | def randint(a, b) -> int: class random (line 55) | class random: method __init__ (line 60) | def __init__(self) -> None: function randrange (line 64) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 76) | def seed(n=None, /) -> None: function uniform (line 89) | def uniform(a, b) -> int: FILE: stubs/micropython-v1_18-esp32-merged/urandom.pyi function choice (line 30) | def choice(sequence) -> Any: function getrandbits (line 37) | def getrandbits(n) -> int: function randint (line 43) | def randint(a, b) -> int: class random (line 49) | class random: method __init__ (line 54) | def __init__(self) -> None: ... function randrange (line 56) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 67) | def seed(n=None, /) -> None: function uniform (line 79) | def uniform(a, b) -> int: FILE: stubs/micropython-v1_18-esp32-merged/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: class Response (line 17) | class Response: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method close (line 24) | def close(self, *args, **kwargs) -> Any: method json (line 29) | def json(self, *args, **kwargs) -> Any: function request (line 35) | def request(*args, **kwargs) -> Any: function head (line 39) | def head(*args, **kwargs) -> Any: function post (line 43) | def post(*args, **kwargs) -> Any: function patch (line 47) | def patch(*args, **kwargs) -> Any: function delete (line 51) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... class Response (line 6) | class Response: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 8) | def close(self, *args, **kwargs) -> Any: ... method json (line 10) | def json(self, *args, **kwargs) -> Any: ... function request (line 13) | def request(*args, **kwargs) -> Any: ... function head (line 14) | def head(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/uselect.py class poll (line 19) | class poll: method __init__ (line 24) | def __init__(self) -> None: method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Any: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 80) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 95) | class select: method __init__ (line 103) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_18-esp32-merged/uselect.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_18-esp32-merged/usocket.py function getaddrinfo (line 25) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 55) | class socket: method __init__ (line 69) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 73) | def close(self) -> Any: method read (line 84) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 94) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 104) | def readline(self) -> Any: method send (line 112) | def send(self, bytes) -> int: method write (line 120) | def write(self, buf) -> int: method accept (line 131) | def accept(self) -> Tuple: method bind (line 140) | def bind(self, address) -> Any: method connect (line 146) | def connect(self, address) -> None: method fileno (line 152) | def fileno(self, *args, **kwargs) -> Any: method listen (line 155) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 164) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 172) | def recv(self, bufsize) -> bytes: method recvfrom (line 179) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 187) | def sendall(self, bytes) -> int: method sendto (line 200) | def sendto(self, bytes, address) -> None: method setblocking (line 207) | def setblocking(self, flag) -> Any: method setsockopt (line 219) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 227) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/usocket.pyi function getaddrinfo (line 22) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 51) | class socket: method __init__ (line 65) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 66) | def close(self) -> Any: method read (line 76) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 85) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 94) | def readline(self) -> Any: method send (line 101) | def send(self, bytes) -> int: method write (line 108) | def write(self, buf) -> int: method accept (line 118) | def accept(self) -> Tuple: method bind (line 126) | def bind(self, address) -> Any: method connect (line 131) | def connect(self, address) -> None: method fileno (line 136) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 137) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 145) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 152) | def recv(self, bufsize) -> bytes: method recvfrom (line 158) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 165) | def sendall(self, bytes) -> int: method sendto (line 177) | def sendto(self, bytes, address) -> None: method setblocking (line 183) | def setblocking(self, flag) -> Any: method setsockopt (line 194) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 201) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/ussl.py function wrap_socket (line 15) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_18-esp32-merged/ussl.pyi function wrap_socket (line 12) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_18-esp32-merged/ustruct.py function calcsize (line 17) | def calcsize(fmt) -> int: function pack (line 24) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 32) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 41) | def unpack(fmt, data) -> Tuple: function unpack_from (line 49) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-esp32-merged/ustruct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-esp32-merged/usys.py function exit (line 14) | def exit(retval=0, /) -> Any: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_18-esp32-merged/usys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_18-esp32-merged/utime.py function gmtime (line 38) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 84) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Any: function sleep_ms (line 103) | def sleep_ms(ms) -> None: function sleep_us (line 115) | def sleep_us(us) -> None: function ticks_add (line 126) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 155) | def ticks_cpu() -> Any: function ticks_diff (line 172) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 240) | def ticks_ms() -> int: function ticks_us (line 265) | def ticks_us() -> Any: class time (line 272) | class time: method __init__ (line 285) | def __init__(self) -> None: function time_ns (line 289) | def time_ns() -> int: FILE: stubs/micropython-v1_18-esp32-merged/utime.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: stubs/micropython-v1_18-esp32-merged/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/uzlib.py class DecompIO (line 16) | class DecompIO: method __init__ (line 25) | def __init__(self, stream, wbits=0, /) -> None: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: function decompress (line 39) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-esp32-merged/uzlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-esp32-merged/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 16) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32-merged/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32-merged/zlib.py class DecompIO (line 16) | class DecompIO: method __init__ (line 25) | def __init__(self, stream, wbits=0, /) -> None: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: function decompress (line 39) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-esp32-merged/zlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-esp32/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/_thread.py class LockType (line 9) | class LockType: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 16) | def acquire(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: method release (line 22) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 30) | def exit(*args, **kwargs) -> Any: function get_ident (line 34) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 38) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 42) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/_thread.pyi class LockType (line 3) | class LockType: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 5) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 9) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 10) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 11) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 12) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/apa106.py class NeoPixel (line 9) | class NeoPixel: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method write (line 16) | def write(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: class APA106 (line 25) | class APA106: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method write (line 32) | def write(self, *args, **kwargs) -> Any: method fill (line 35) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... class APA106 (line 9) | class APA106: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/btree.py function open (line 9) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/btree.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method center (line 218) | def center(self, *args, **kwargs) -> Any: method decode (line 221) | def decode(self, *args, **kwargs) -> Any: method partition (line 224) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 227) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 230) | def splitlines(self, *args, **kwargs) -> Any: function callable (line 234) | def callable(*args, **kwargs) -> Any: function chr (line 238) | def chr(*args, **kwargs) -> Any: class dict (line 242) | class dict: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: method clear (line 249) | def clear(self, *args, **kwargs) -> Any: method copy (line 252) | def copy(self, *args, **kwargs) -> Any: method get (line 255) | def get(self, *args, **kwargs) -> Any: method items (line 258) | def items(self, *args, **kwargs) -> Any: method keys (line 261) | def keys(self, *args, **kwargs) -> Any: method pop (line 264) | def pop(self, *args, **kwargs) -> Any: method popitem (line 267) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 270) | def setdefault(self, *args, **kwargs) -> Any: method update (line 273) | def update(self, *args, **kwargs) -> Any: method values (line 276) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 280) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 284) | def dir(*args, **kwargs) -> Any: function divmod (line 288) | def divmod(*args, **kwargs) -> Any: function eval (line 292) | def eval(*args, **kwargs) -> Any: function exec (line 296) | def exec(*args, **kwargs) -> Any: function getattr (line 300) | def getattr(*args, **kwargs) -> Any: function globals (line 304) | def globals(*args, **kwargs) -> Any: function hasattr (line 308) | def hasattr(*args, **kwargs) -> Any: function hash (line 312) | def hash(*args, **kwargs) -> Any: function id (line 316) | def id(*args, **kwargs) -> Any: class int (line 320) | class int: method __init__ (line 323) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 328) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 331) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 335) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 339) | def issubclass(*args, **kwargs) -> Any: function iter (line 343) | def iter(*args, **kwargs) -> Any: function len (line 347) | def len(*args, **kwargs) -> Any: class list (line 351) | class list: method __init__ (line 354) | def __init__(self, *argv, **kwargs) -> None: method append (line 358) | def append(self, *args, **kwargs) -> Any: method clear (line 361) | def clear(self, *args, **kwargs) -> Any: method copy (line 364) | def copy(self, *args, **kwargs) -> Any: method count (line 367) | def count(self, *args, **kwargs) -> Any: method extend (line 370) | def extend(self, *args, **kwargs) -> Any: method index (line 373) | def index(self, *args, **kwargs) -> Any: method insert (line 376) | def insert(self, *args, **kwargs) -> Any: method pop (line 379) | def pop(self, *args, **kwargs) -> Any: method remove (line 382) | def remove(self, *args, **kwargs) -> Any: method reverse (line 385) | def reverse(self, *args, **kwargs) -> Any: method sort (line 388) | def sort(self, *args, **kwargs) -> Any: function locals (line 392) | def locals(*args, **kwargs) -> Any: class map (line 396) | class map: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function next (line 404) | def next(*args, **kwargs) -> Any: class object (line 408) | class object: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: function open (line 416) | def open(*args, **kwargs) -> Any: function ord (line 420) | def ord(*args, **kwargs) -> Any: function pow (line 424) | def pow(*args, **kwargs) -> Any: function print (line 428) | def print(*args, **kwargs) -> Any: class range (line 432) | class range: method __init__ (line 435) | def __init__(self, *argv, **kwargs) -> None: function repr (line 440) | def repr(*args, **kwargs) -> Any: function round (line 444) | def round(*args, **kwargs) -> Any: class set (line 448) | class set: method __init__ (line 451) | def __init__(self, *argv, **kwargs) -> None: method clear (line 455) | def clear(self, *args, **kwargs) -> Any: method copy (line 458) | def copy(self, *args, **kwargs) -> Any: method pop (line 461) | def pop(self, *args, **kwargs) -> Any: method remove (line 464) | def remove(self, *args, **kwargs) -> Any: method update (line 467) | def update(self, *args, **kwargs) -> Any: method add (line 470) | def add(self, *args, **kwargs) -> Any: method difference (line 473) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 476) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 479) | def discard(self, *args, **kwargs) -> Any: method intersection (line 482) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 485) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 488) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 491) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 494) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 497) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 500) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 503) | def union(self, *args, **kwargs) -> Any: function setattr (line 507) | def setattr(*args, **kwargs) -> Any: function sorted (line 511) | def sorted(*args, **kwargs) -> Any: class str (line 515) | class str: method __init__ (line 518) | def __init__(self, *argv, **kwargs) -> None: method count (line 522) | def count(self, *args, **kwargs) -> Any: method endswith (line 525) | def endswith(self, *args, **kwargs) -> Any: method find (line 528) | def find(self, *args, **kwargs) -> Any: method format (line 531) | def format(self, *args, **kwargs) -> Any: method index (line 534) | def index(self, *args, **kwargs) -> Any: method isalpha (line 537) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 540) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 543) | def islower(self, *args, **kwargs) -> Any: method isspace (line 546) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 549) | def isupper(self, *args, **kwargs) -> Any: method join (line 552) | def join(self, *args, **kwargs) -> Any: method lower (line 555) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 558) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 561) | def replace(self, *args, **kwargs) -> Any: method rfind (line 564) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 567) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 570) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 573) | def rstrip(self, *args, **kwargs) -> Any: method split (line 576) | def split(self, *args, **kwargs) -> Any: method startswith (line 579) | def startswith(self, *args, **kwargs) -> Any: method strip (line 582) | def strip(self, *args, **kwargs) -> Any: method upper (line 585) | def upper(self, *args, **kwargs) -> Any: method center (line 588) | def center(self, *args, **kwargs) -> Any: method encode (line 591) | def encode(self, *args, **kwargs) -> Any: method partition (line 594) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 597) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 600) | def splitlines(self, *args, **kwargs) -> Any: function sum (line 604) | def sum(*args, **kwargs) -> Any: class super (line 608) | class super: method __init__ (line 611) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 616) | class tuple: method __init__ (line 619) | def __init__(self, *argv, **kwargs) -> None: method count (line 623) | def count(self, *args, **kwargs) -> Any: method index (line 626) | def index(self, *args, **kwargs) -> Any: class type (line 630) | class type: method __init__ (line 633) | def __init__(self, *argv, **kwargs) -> None: class zip (line 638) | class zip: method __init__ (line 641) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 649) | class StopAsyncIteration: method __init__ (line 652) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 657) | class UnicodeError(Exception): class ViperTypeError (line 661) | class ViperTypeError(Exception): function bin (line 665) | def bin(*args, **kwargs) -> Any: function compile (line 669) | def compile(*args, **kwargs) -> Any: class complex (line 673) | class complex: method __init__ (line 676) | def __init__(self, *argv, **kwargs) -> None: function delattr (line 681) | def delattr(*args, **kwargs) -> Any: class enumerate (line 685) | class enumerate: method __init__ (line 688) | def __init__(self, *argv, **kwargs) -> None: function execfile (line 693) | def execfile(*args, **kwargs) -> Any: class filter (line 697) | class filter: method __init__ (line 700) | def __init__(self, *argv, **kwargs) -> None: class float (line 705) | class float: method __init__ (line 708) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 713) | class frozenset: method __init__ (line 716) | def __init__(self, *argv, **kwargs) -> None: method copy (line 720) | def copy(self, *args, **kwargs) -> Any: method difference (line 723) | def difference(self, *args, **kwargs) -> Any: method intersection (line 726) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 729) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 732) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 735) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 738) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 741) | def union(self, *args, **kwargs) -> Any: function help (line 745) | def help(*args, **kwargs) -> Any: function hex (line 749) | def hex(*args, **kwargs) -> Any: function input (line 753) | def input(*args, **kwargs) -> Any: function max (line 757) | def max(*args, **kwargs) -> Any: class memoryview (line 761) | class memoryview: method __init__ (line 764) | def __init__(self, *argv, **kwargs) -> None: function min (line 769) | def min(*args, **kwargs) -> Any: function oct (line 773) | def oct(*args, **kwargs) -> Any: class property (line 777) | class property: method __init__ (line 780) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 784) | def deleter(self, *args, **kwargs) -> Any: method getter (line 787) | def getter(self, *args, **kwargs) -> Any: method setter (line 790) | def setter(self, *args, **kwargs) -> Any: class reversed (line 794) | class reversed: method __init__ (line 797) | def __init__(self, *argv, **kwargs) -> None: class slice (line 802) | class slice: method __init__ (line 805) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_18-esp32/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method center (line 69) | def center(self, *args, **kwargs) -> Any: ... method decode (line 70) | def decode(self, *args, **kwargs) -> Any: ... method partition (line 71) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 72) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 73) | def splitlines(self, *args, **kwargs) -> Any: ... function callable (line 75) | def callable(*args, **kwargs) -> Any: ... function chr (line 76) | def chr(*args, **kwargs) -> Any: ... class dict (line 78) | class dict: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 80) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 81) | def copy(self, *args, **kwargs) -> Any: ... method get (line 82) | def get(self, *args, **kwargs) -> Any: ... method items (line 83) | def items(self, *args, **kwargs) -> Any: ... method keys (line 84) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 85) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 86) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 87) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 88) | def update(self, *args, **kwargs) -> Any: ... method values (line 89) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 91) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 93) | def dir(*args, **kwargs) -> Any: ... function divmod (line 94) | def divmod(*args, **kwargs) -> Any: ... function eval (line 95) | def eval(*args, **kwargs) -> Any: ... function exec (line 96) | def exec(*args, **kwargs) -> Any: ... function getattr (line 97) | def getattr(*args, **kwargs) -> Any: ... function globals (line 98) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 99) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 100) | def hash(*args, **kwargs) -> Any: ... function id (line 101) | def id(*args, **kwargs) -> Any: ... class int (line 103) | class int: method __init__ (line 104) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 106) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 107) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 109) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 110) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 111) | def iter(*args, **kwargs) -> Any: ... function len (line 112) | def len(*args, **kwargs) -> Any: ... class list (line 114) | class list: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 116) | def append(self, *args, **kwargs) -> Any: ... method clear (line 117) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 118) | def copy(self, *args, **kwargs) -> Any: ... method count (line 119) | def count(self, *args, **kwargs) -> Any: ... method extend (line 120) | def extend(self, *args, **kwargs) -> Any: ... method index (line 121) | def index(self, *args, **kwargs) -> Any: ... method insert (line 122) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 123) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 124) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 125) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 126) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 128) | def locals(*args, **kwargs) -> Any: ... class map (line 130) | class map: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 133) | def next(*args, **kwargs) -> Any: ... class object (line 135) | class object: method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 138) | def open(*args, **kwargs) -> Any: ... function ord (line 139) | def ord(*args, **kwargs) -> Any: ... function pow (line 140) | def pow(*args, **kwargs) -> Any: ... function print (line 141) | def print(*args, **kwargs) -> Any: ... class range (line 143) | class range: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 146) | def repr(*args, **kwargs) -> Any: ... function round (line 147) | def round(*args, **kwargs) -> Any: ... class set (line 149) | class set: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 151) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 152) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 153) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 154) | def remove(self, *args, **kwargs) -> Any: ... method update (line 155) | def update(self, *args, **kwargs) -> Any: ... method add (line 156) | def add(self, *args, **kwargs) -> Any: ... method difference (line 157) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 158) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 159) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 160) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 161) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 162) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 163) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 164) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 165) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 166) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 167) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 169) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 170) | def sorted(*args, **kwargs) -> Any: ... class str (line 172) | class str: method __init__ (line 173) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 174) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 175) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 176) | def find(self, *args, **kwargs) -> Any: ... method format (line 177) | def format(self, *args, **kwargs) -> Any: ... method index (line 178) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 179) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 180) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 181) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 182) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 183) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 184) | def join(self, *args, **kwargs) -> Any: ... method lower (line 185) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 186) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 187) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 188) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 189) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 190) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 191) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 192) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 193) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 194) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 195) | def upper(self, *args, **kwargs) -> Any: ... method center (line 196) | def center(self, *args, **kwargs) -> Any: ... method encode (line 197) | def encode(self, *args, **kwargs) -> Any: ... method partition (line 198) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 199) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 200) | def splitlines(self, *args, **kwargs) -> Any: ... function sum (line 202) | def sum(*args, **kwargs) -> Any: ... class super (line 204) | class super: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 207) | class tuple: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 209) | def count(self, *args, **kwargs) -> Any: ... method index (line 210) | def index(self, *args, **kwargs) -> Any: ... class type (line 212) | class type: method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 215) | class zip: method __init__ (line 216) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 220) | class StopAsyncIteration: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 223) | class UnicodeError(Exception): ... class ViperTypeError (line 224) | class ViperTypeError(Exception): ... function bin (line 226) | def bin(*args, **kwargs) -> Any: ... function compile (line 227) | def compile(*args, **kwargs) -> Any: ... class complex (line 229) | class complex: method __init__ (line 230) | def __init__(self, *argv, **kwargs) -> None: ... function delattr (line 232) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 234) | class enumerate: method __init__ (line 235) | def __init__(self, *argv, **kwargs) -> None: ... function execfile (line 237) | def execfile(*args, **kwargs) -> Any: ... class filter (line 239) | class filter: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 242) | class float: method __init__ (line 243) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 245) | class frozenset: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 247) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 248) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 249) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 250) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 251) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 252) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 253) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 254) | def union(self, *args, **kwargs) -> Any: ... function help (line 256) | def help(*args, **kwargs) -> Any: ... function hex (line 257) | def hex(*args, **kwargs) -> Any: ... function input (line 258) | def input(*args, **kwargs) -> Any: ... function max (line 259) | def max(*args, **kwargs) -> Any: ... class memoryview (line 261) | class memoryview: method __init__ (line 262) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 264) | def min(*args, **kwargs) -> Any: ... function oct (line 265) | def oct(*args, **kwargs) -> Any: ... class property (line 267) | class property: method __init__ (line 268) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 269) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 270) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 271) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 273) | class reversed: method __init__ (line 274) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 276) | class slice: method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_18-esp32/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/esp.py function dht_readinto (line 16) | def dht_readinto(*args, **kwargs) -> Any: function flash_erase (line 20) | def flash_erase(*args, **kwargs) -> Any: function flash_read (line 24) | def flash_read(*args, **kwargs) -> Any: function flash_size (line 28) | def flash_size(*args, **kwargs) -> Any: function flash_user_start (line 32) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 36) | def flash_write(*args, **kwargs) -> Any: function gpio_matrix_in (line 40) | def gpio_matrix_in(*args, **kwargs) -> Any: function gpio_matrix_out (line 44) | def gpio_matrix_out(*args, **kwargs) -> Any: function osdebug (line 48) | def osdebug(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/esp.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 11) | def flash_erase(*args, **kwargs) -> Any: ... function flash_read (line 12) | def flash_read(*args, **kwargs) -> Any: ... function flash_size (line 13) | def flash_size(*args, **kwargs) -> Any: ... function flash_user_start (line 14) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 15) | def flash_write(*args, **kwargs) -> Any: ... function gpio_matrix_in (line 16) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 17) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 18) | def osdebug(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/esp32.py class NVS (line 12) | class NVS: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method commit (line 19) | def commit(self, *args, **kwargs) -> Any: method erase_key (line 22) | def erase_key(self, *args, **kwargs) -> Any: method get_blob (line 25) | def get_blob(self, *args, **kwargs) -> Any: method get_i32 (line 28) | def get_i32(self, *args, **kwargs) -> Any: method set_blob (line 31) | def set_blob(self, *args, **kwargs) -> Any: method set_i32 (line 34) | def set_i32(self, *args, **kwargs) -> Any: class Partition (line 38) | class Partition: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method find (line 45) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 53) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 56) | def info(self, *args, **kwargs) -> Any: method ioctl (line 59) | def ioctl(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 63) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method readblocks (line 66) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 69) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 72) | def writeblocks(self, *args, **kwargs) -> Any: class RMT (line 76) | class RMT: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method bitstream_channel (line 83) | def bitstream_channel(self, *args, **kwargs) -> Any: method clock_div (line 86) | def clock_div(self, *args, **kwargs) -> Any: method deinit (line 89) | def deinit(self, *args, **kwargs) -> Any: method loop (line 92) | def loop(self, *args, **kwargs) -> Any: method source_freq (line 95) | def source_freq(self, *args, **kwargs) -> Any: method wait_done (line 98) | def wait_done(self, *args, **kwargs) -> Any: method write_pulses (line 101) | def write_pulses(self, *args, **kwargs) -> Any: class ULP (line 105) | class ULP: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: method load_binary (line 114) | def load_binary(self, *args, **kwargs) -> Any: method run (line 117) | def run(self, *args, **kwargs) -> Any: method set_wakeup_period (line 120) | def set_wakeup_period(self, *args, **kwargs) -> Any: function hall_sensor (line 128) | def hall_sensor(*args, **kwargs) -> Any: function idf_heap_info (line 132) | def idf_heap_info(*args, **kwargs) -> Any: function raw_temperature (line 136) | def raw_temperature(*args, **kwargs) -> Any: function wake_on_ext0 (line 140) | def wake_on_ext0(*args, **kwargs) -> Any: function wake_on_ext1 (line 144) | def wake_on_ext1(*args, **kwargs) -> Any: function wake_on_touch (line 148) | def wake_on_touch(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/esp32.pyi class NVS (line 6) | class NVS: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method commit (line 8) | def commit(self, *args, **kwargs) -> Any: ... method erase_key (line 9) | def erase_key(self, *args, **kwargs) -> Any: ... method get_blob (line 10) | def get_blob(self, *args, **kwargs) -> Any: ... method get_i32 (line 11) | def get_i32(self, *args, **kwargs) -> Any: ... method set_blob (line 12) | def set_blob(self, *args, **kwargs) -> Any: ... method set_i32 (line 13) | def set_i32(self, *args, **kwargs) -> Any: ... class Partition (line 15) | class Partition: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 17) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 22) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 23) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 24) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 26) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 27) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 28) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 29) | def writeblocks(self, *args, **kwargs) -> Any: ... class RMT (line 31) | class RMT: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method bitstream_channel (line 33) | def bitstream_channel(self, *args, **kwargs) -> Any: ... method clock_div (line 34) | def clock_div(self, *args, **kwargs) -> Any: ... method deinit (line 35) | def deinit(self, *args, **kwargs) -> Any: ... method loop (line 36) | def loop(self, *args, **kwargs) -> Any: ... method source_freq (line 37) | def source_freq(self, *args, **kwargs) -> Any: ... method wait_done (line 38) | def wait_done(self, *args, **kwargs) -> Any: ... method write_pulses (line 39) | def write_pulses(self, *args, **kwargs) -> Any: ... class ULP (line 41) | class ULP: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... method load_binary (line 44) | def load_binary(self, *args, **kwargs) -> Any: ... method run (line 45) | def run(self, *args, **kwargs) -> Any: ... method set_wakeup_period (line 46) | def set_wakeup_period(self, *args, **kwargs) -> Any: ... function hall_sensor (line 51) | def hall_sensor(*args, **kwargs) -> Any: ... function idf_heap_info (line 52) | def idf_heap_info(*args, **kwargs) -> Any: ... function raw_temperature (line 53) | def raw_temperature(*args, **kwargs) -> Any: ... function wake_on_ext0 (line 54) | def wake_on_ext0(*args, **kwargs) -> Any: ... function wake_on_ext1 (line 55) | def wake_on_ext1(*args, **kwargs) -> Any: ... function wake_on_touch (line 56) | def wake_on_touch(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/flashbdev.py class Partition (line 9) | class Partition: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method find (line 16) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 24) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 27) | def info(self, *args, **kwargs) -> Any: method ioctl (line 30) | def ioctl(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 34) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method readblocks (line 37) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 40) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 43) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/flashbdev.pyi class Partition (line 3) | class Partition: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 5) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 10) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 11) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 14) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 15) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 16) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 17) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/hashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/hashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/inisetup.py function check_bootsec (line 11) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 15) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 19) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 7) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method flush (line 23) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 27) | class BytesIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: method close (line 34) | def close(self, *args, **kwargs) -> Any: method read (line 37) | def read(self, *args, **kwargs) -> Any: method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: method readline (line 43) | def readline(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method flush (line 49) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 55) | def seek(self, *args, **kwargs) -> Any: method tell (line 58) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 62) | class FileIO: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method readline (line 78) | def readline(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method flush (line 84) | def flush(self, *args, **kwargs) -> Any: method readlines (line 87) | def readlines(self, *args, **kwargs) -> Any: method seek (line 90) | def seek(self, *args, **kwargs) -> Any: method tell (line 93) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 97) | class IOBase: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 105) | class StringIO: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method readline (line 121) | def readline(self, *args, **kwargs) -> Any: method write (line 124) | def write(self, *args, **kwargs) -> Any: method flush (line 127) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 130) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 133) | def seek(self, *args, **kwargs) -> Any: method tell (line 136) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 140) | class TextIOWrapper: method __init__ (line 143) | def __init__(self, *argv, **kwargs) -> None: method close (line 147) | def close(self, *args, **kwargs) -> Any: method read (line 150) | def read(self, *args, **kwargs) -> Any: method readinto (line 153) | def readinto(self, *args, **kwargs) -> Any: method readline (line 156) | def readline(self, *args, **kwargs) -> Any: method write (line 159) | def write(self, *args, **kwargs) -> Any: method flush (line 162) | def flush(self, *args, **kwargs) -> Any: method readlines (line 165) | def readlines(self, *args, **kwargs) -> Any: method seek (line 168) | def seek(self, *args, **kwargs) -> Any: method tell (line 171) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method flush (line 8) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 10) | class BytesIO: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 12) | def close(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method write (line 16) | def write(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 18) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 19) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 20) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 22) | class FileIO: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 24) | def close(self, *args, **kwargs) -> Any: ... method read (line 25) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 27) | def readline(self, *args, **kwargs) -> Any: ... method write (line 28) | def write(self, *args, **kwargs) -> Any: ... method flush (line 29) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 30) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 31) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 32) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 34) | class IOBase: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 37) | class StringIO: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 39) | def close(self, *args, **kwargs) -> Any: ... method read (line 40) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Any: ... method write (line 43) | def write(self, *args, **kwargs) -> Any: ... method flush (line 44) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 45) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 46) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 47) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 49) | class TextIOWrapper: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 51) | def close(self, *args, **kwargs) -> Any: ... method read (line 52) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 53) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 54) | def readline(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... method flush (line 56) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 57) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 58) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 59) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/machine.py class ADC (line 9) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method atten (line 28) | def atten(self, *args, **kwargs) -> Any: method read_u16 (line 31) | def read_u16(self, *args, **kwargs) -> Any: method width (line 35) | def width(cls, *args, **kwargs) -> Any: class DAC (line 39) | class DAC: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: method write (line 46) | def write(self, *args, **kwargs) -> Any: class I2C (line 57) | class I2C: method __init__ (line 60) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 64) | def readinto(self, *args, **kwargs) -> Any: method start (line 67) | def start(self, *args, **kwargs) -> Any: method stop (line 70) | def stop(self, *args, **kwargs) -> Any: method write (line 73) | def write(self, *args, **kwargs) -> Any: method init (line 76) | def init(self, *args, **kwargs) -> Any: method readfrom (line 79) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 82) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 85) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 88) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 91) | def scan(self, *args, **kwargs) -> Any: method writeto (line 94) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 97) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 100) | def writevto(self, *args, **kwargs) -> Any: class I2S (line 104) | class I2S: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 111) | def readinto(self, *args, **kwargs) -> Any: method write (line 114) | def write(self, *args, **kwargs) -> Any: method deinit (line 122) | def deinit(self, *args, **kwargs) -> Any: method init (line 125) | def init(self, *args, **kwargs) -> Any: method irq (line 128) | def irq(self, *args, **kwargs) -> Any: method shift (line 131) | def shift(self, *args, **kwargs) -> Any: class PWM (line 138) | class PWM: method __init__ (line 141) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 145) | def deinit(self, *args, **kwargs) -> Any: method duty (line 148) | def duty(self, *args, **kwargs) -> Any: method duty_ns (line 151) | def duty_ns(self, *args, **kwargs) -> Any: method duty_u16 (line 154) | def duty_u16(self, *args, **kwargs) -> Any: method freq (line 157) | def freq(self, *args, **kwargs) -> Any: method init (line 160) | def init(self, *args, **kwargs) -> Any: class Pin (line 167) | class Pin: method __init__ (line 170) | def __init__(self, *argv, **kwargs) -> None: method value (line 174) | def value(self, *args, **kwargs) -> Any: method init (line 188) | def init(self, *args, **kwargs) -> Any: method irq (line 191) | def irq(self, *args, **kwargs) -> Any: method off (line 194) | def off(self, *args, **kwargs) -> Any: method on (line 197) | def on(self, *args, **kwargs) -> Any: class RTC (line 201) | class RTC: method __init__ (line 204) | def __init__(self, *argv, **kwargs) -> None: method datetime (line 208) | def datetime(self, *args, **kwargs) -> Any: method init (line 211) | def init(self, *args, **kwargs) -> Any: method memory (line 214) | def memory(self, *args, **kwargs) -> Any: class SDCard (line 218) | class SDCard: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 225) | def deinit(self, *args, **kwargs) -> Any: method info (line 228) | def info(self, *args, **kwargs) -> Any: method ioctl (line 231) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 234) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 237) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 245) | class SPI: method __init__ (line 248) | def __init__(self, *argv, **kwargs) -> None: method read (line 252) | def read(self, *args, **kwargs) -> Any: method readinto (line 255) | def readinto(self, *args, **kwargs) -> Any: method write (line 258) | def write(self, *args, **kwargs) -> Any: method deinit (line 264) | def deinit(self, *args, **kwargs) -> Any: method init (line 267) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 270) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 274) | class Signal: method __init__ (line 277) | def __init__(self, *argv, **kwargs) -> None: method value (line 281) | def value(self, *args, **kwargs) -> Any: method off (line 284) | def off(self, *args, **kwargs) -> Any: method on (line 287) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 291) | class SoftI2C: method __init__ (line 294) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 298) | def readinto(self, *args, **kwargs) -> Any: method start (line 301) | def start(self, *args, **kwargs) -> Any: method stop (line 304) | def stop(self, *args, **kwargs) -> Any: method write (line 307) | def write(self, *args, **kwargs) -> Any: method init (line 310) | def init(self, *args, **kwargs) -> Any: method readfrom (line 313) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 316) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 319) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 322) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 325) | def scan(self, *args, **kwargs) -> Any: method writeto (line 328) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 331) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 334) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 338) | class SoftSPI: method __init__ (line 341) | def __init__(self, *argv, **kwargs) -> None: method read (line 345) | def read(self, *args, **kwargs) -> Any: method readinto (line 348) | def readinto(self, *args, **kwargs) -> Any: method write (line 351) | def write(self, *args, **kwargs) -> Any: method deinit (line 357) | def deinit(self, *args, **kwargs) -> Any: method init (line 360) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 363) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 371) | class Timer: method __init__ (line 374) | def __init__(self, *argv, **kwargs) -> None: method value (line 378) | def value(self, *args, **kwargs) -> Any: method deinit (line 384) | def deinit(self, *args, **kwargs) -> Any: method init (line 387) | def init(self, *args, **kwargs) -> Any: class TouchPad (line 391) | class TouchPad: method __init__ (line 394) | def __init__(self, *argv, **kwargs) -> None: method read (line 398) | def read(self, *args, **kwargs) -> Any: method config (line 401) | def config(self, *args, **kwargs) -> Any: class UART (line 405) | class UART: method __init__ (line 408) | def __init__(self, *argv, **kwargs) -> None: method any (line 412) | def any(self, *args, **kwargs) -> Any: method read (line 415) | def read(self, *args, **kwargs) -> Any: method readinto (line 418) | def readinto(self, *args, **kwargs) -> Any: method readline (line 421) | def readline(self, *args, **kwargs) -> Any: method write (line 424) | def write(self, *args, **kwargs) -> Any: method deinit (line 434) | def deinit(self, *args, **kwargs) -> Any: method init (line 437) | def init(self, *args, **kwargs) -> Any: method sendbreak (line 440) | def sendbreak(self, *args, **kwargs) -> Any: class WDT (line 447) | class WDT: method __init__ (line 450) | def __init__(self, *argv, **kwargs) -> None: method feed (line 454) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 461) | def bitstream(*args, **kwargs) -> Any: function deepsleep (line 465) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 469) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 473) | def enable_irq(*args, **kwargs) -> Any: function freq (line 477) | def freq(*args, **kwargs) -> Any: function idle (line 481) | def idle(*args, **kwargs) -> Any: function lightsleep (line 485) | def lightsleep(*args, **kwargs) -> Any: function reset (line 494) | def reset(*args, **kwargs) -> Any: function reset_cause (line 498) | def reset_cause(*args, **kwargs) -> Any: function sleep (line 502) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 506) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 510) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 514) | def unique_id(*args, **kwargs) -> Any: function wake_reason (line 518) | def wake_reason(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/machine.pyi class ADC (line 3) | class ADC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method atten (line 14) | def atten(self, *args, **kwargs) -> Any: ... method read_u16 (line 15) | def read_u16(self, *args, **kwargs) -> Any: ... method width (line 17) | def width(cls, *args, **kwargs) -> Any: ... class DAC (line 19) | class DAC: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... class I2C (line 29) | class I2C: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 31) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 32) | def start(self, *args, **kwargs) -> Any: ... method stop (line 33) | def stop(self, *args, **kwargs) -> Any: ... method write (line 34) | def write(self, *args, **kwargs) -> Any: ... method init (line 35) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 36) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 37) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 38) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 39) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 40) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 41) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 42) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 43) | def writevto(self, *args, **kwargs) -> Any: ... class I2S (line 45) | class I2S: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 47) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 48) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 53) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 54) | def init(self, *args, **kwargs) -> Any: ... method irq (line 55) | def irq(self, *args, **kwargs) -> Any: ... method shift (line 56) | def shift(self, *args, **kwargs) -> Any: ... class PWM (line 60) | class PWM: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 62) | def deinit(self, *args, **kwargs) -> Any: ... method duty (line 63) | def duty(self, *args, **kwargs) -> Any: ... method duty_ns (line 64) | def duty_ns(self, *args, **kwargs) -> Any: ... method duty_u16 (line 65) | def duty_u16(self, *args, **kwargs) -> Any: ... method freq (line 66) | def freq(self, *args, **kwargs) -> Any: ... method init (line 67) | def init(self, *args, **kwargs) -> Any: ... class Pin (line 71) | class Pin: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 73) | def value(self, *args, **kwargs) -> Any: ... method init (line 84) | def init(self, *args, **kwargs) -> Any: ... method irq (line 85) | def irq(self, *args, **kwargs) -> Any: ... method off (line 86) | def off(self, *args, **kwargs) -> Any: ... method on (line 87) | def on(self, *args, **kwargs) -> Any: ... class RTC (line 89) | class RTC: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... method datetime (line 91) | def datetime(self, *args, **kwargs) -> Any: ... method init (line 92) | def init(self, *args, **kwargs) -> Any: ... method memory (line 93) | def memory(self, *args, **kwargs) -> Any: ... class SDCard (line 95) | class SDCard: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 97) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 98) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 99) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 100) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 101) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 106) | class SPI: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 108) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 109) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 110) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 113) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 114) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 115) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 117) | class Signal: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 119) | def value(self, *args, **kwargs) -> Any: ... method off (line 120) | def off(self, *args, **kwargs) -> Any: ... method on (line 121) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 123) | class SoftI2C: method __init__ (line 124) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 125) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 126) | def start(self, *args, **kwargs) -> Any: ... method stop (line 127) | def stop(self, *args, **kwargs) -> Any: ... method write (line 128) | def write(self, *args, **kwargs) -> Any: ... method init (line 129) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 130) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 131) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 132) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 133) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 134) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 135) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 136) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 137) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 139) | class SoftSPI: method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 141) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 142) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 143) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 146) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 147) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 148) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 153) | class Timer: method __init__ (line 154) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 155) | def value(self, *args, **kwargs) -> Any: ... method deinit (line 158) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 159) | def init(self, *args, **kwargs) -> Any: ... class TouchPad (line 161) | class TouchPad: method __init__ (line 162) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 163) | def read(self, *args, **kwargs) -> Any: ... method config (line 164) | def config(self, *args, **kwargs) -> Any: ... class UART (line 166) | class UART: method __init__ (line 167) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 168) | def any(self, *args, **kwargs) -> Any: ... method read (line 169) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 170) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 171) | def readline(self, *args, **kwargs) -> Any: ... method write (line 172) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 179) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 180) | def init(self, *args, **kwargs) -> Any: ... method sendbreak (line 181) | def sendbreak(self, *args, **kwargs) -> Any: ... class WDT (line 185) | class WDT: method __init__ (line 186) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 187) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 191) | def bitstream(*args, **kwargs) -> Any: ... function deepsleep (line 192) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 193) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 194) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 195) | def freq(*args, **kwargs) -> Any: ... function idle (line 196) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 197) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 203) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 204) | def reset_cause(*args, **kwargs) -> Any: ... function sleep (line 205) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 206) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 207) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 208) | def unique_id(*args, **kwargs) -> Any: ... function wake_reason (line 209) | def wake_reason(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function acosh (line 17) | def acosh(*args, **kwargs) -> Any: function asin (line 21) | def asin(*args, **kwargs) -> Any: function asinh (line 25) | def asinh(*args, **kwargs) -> Any: function atan (line 29) | def atan(*args, **kwargs) -> Any: function atan2 (line 33) | def atan2(*args, **kwargs) -> Any: function atanh (line 37) | def atanh(*args, **kwargs) -> Any: function ceil (line 41) | def ceil(*args, **kwargs) -> Any: function copysign (line 45) | def copysign(*args, **kwargs) -> Any: function cos (line 49) | def cos(*args, **kwargs) -> Any: function cosh (line 53) | def cosh(*args, **kwargs) -> Any: function degrees (line 57) | def degrees(*args, **kwargs) -> Any: function erf (line 64) | def erf(*args, **kwargs) -> Any: function erfc (line 68) | def erfc(*args, **kwargs) -> Any: function exp (line 72) | def exp(*args, **kwargs) -> Any: function expm1 (line 76) | def expm1(*args, **kwargs) -> Any: function fabs (line 80) | def fabs(*args, **kwargs) -> Any: function floor (line 84) | def floor(*args, **kwargs) -> Any: function fmod (line 88) | def fmod(*args, **kwargs) -> Any: function frexp (line 92) | def frexp(*args, **kwargs) -> Any: function gamma (line 96) | def gamma(*args, **kwargs) -> Any: function isclose (line 100) | def isclose(*args, **kwargs) -> Any: function isfinite (line 104) | def isfinite(*args, **kwargs) -> Any: function isinf (line 108) | def isinf(*args, **kwargs) -> Any: function isnan (line 112) | def isnan(*args, **kwargs) -> Any: function ldexp (line 116) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 120) | def lgamma(*args, **kwargs) -> Any: function log (line 124) | def log(*args, **kwargs) -> Any: function log10 (line 128) | def log10(*args, **kwargs) -> Any: function log2 (line 132) | def log2(*args, **kwargs) -> Any: function modf (line 136) | def modf(*args, **kwargs) -> Any: function radians (line 143) | def radians(*args, **kwargs) -> Any: function sin (line 147) | def sin(*args, **kwargs) -> Any: function sinh (line 151) | def sinh(*args, **kwargs) -> Any: function sqrt (line 155) | def sqrt(*args, **kwargs) -> Any: function tan (line 159) | def tan(*args, **kwargs) -> Any: function tanh (line 163) | def tanh(*args, **kwargs) -> Any: function trunc (line 167) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function acosh (line 5) | def acosh(*args, **kwargs) -> Any: ... function asin (line 6) | def asin(*args, **kwargs) -> Any: ... function asinh (line 7) | def asinh(*args, **kwargs) -> Any: ... function atan (line 8) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 9) | def atan2(*args, **kwargs) -> Any: ... function atanh (line 10) | def atanh(*args, **kwargs) -> Any: ... function ceil (line 11) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 12) | def copysign(*args, **kwargs) -> Any: ... function cos (line 13) | def cos(*args, **kwargs) -> Any: ... function cosh (line 14) | def cosh(*args, **kwargs) -> Any: ... function degrees (line 15) | def degrees(*args, **kwargs) -> Any: ... function erf (line 19) | def erf(*args, **kwargs) -> Any: ... function erfc (line 20) | def erfc(*args, **kwargs) -> Any: ... function exp (line 21) | def exp(*args, **kwargs) -> Any: ... function expm1 (line 22) | def expm1(*args, **kwargs) -> Any: ... function fabs (line 23) | def fabs(*args, **kwargs) -> Any: ... function floor (line 24) | def floor(*args, **kwargs) -> Any: ... function fmod (line 25) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 26) | def frexp(*args, **kwargs) -> Any: ... function gamma (line 27) | def gamma(*args, **kwargs) -> Any: ... function isclose (line 28) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 29) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 30) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 31) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 32) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 33) | def lgamma(*args, **kwargs) -> Any: ... function log (line 34) | def log(*args, **kwargs) -> Any: ... function log10 (line 35) | def log10(*args, **kwargs) -> Any: ... function log2 (line 36) | def log2(*args, **kwargs) -> Any: ... function modf (line 37) | def modf(*args, **kwargs) -> Any: ... function radians (line 41) | def radians(*args, **kwargs) -> Any: ... function sin (line 42) | def sin(*args, **kwargs) -> Any: ... function sinh (line 43) | def sinh(*args, **kwargs) -> Any: ... function sqrt (line 44) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 45) | def tan(*args, **kwargs) -> Any: ... function tanh (line 46) | def tanh(*args, **kwargs) -> Any: ... function trunc (line 47) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/neopixel.py function bitstream (line 9) | def bitstream(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/neopixel.pyi function bitstream (line 3) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/network.py function LAN (line 26) | def LAN(*args, **kwargs) -> Any: function PPP (line 39) | def PPP(*args, **kwargs) -> Any: function WLAN (line 54) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 58) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/network.pyi function LAN (line 20) | def LAN(*args, **kwargs) -> Any: ... function PPP (line 30) | def PPP(*args, **kwargs) -> Any: ... function WLAN (line 42) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 43) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/socket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method close (line 32) | def close(self, *args, **kwargs) -> Any: method read (line 35) | def read(self, *args, **kwargs) -> Any: method readinto (line 38) | def readinto(self, *args, **kwargs) -> Any: method readline (line 41) | def readline(self, *args, **kwargs) -> Any: method send (line 44) | def send(self, *args, **kwargs) -> Any: method write (line 47) | def write(self, *args, **kwargs) -> Any: method accept (line 50) | def accept(self, *args, **kwargs) -> Any: method bind (line 53) | def bind(self, *args, **kwargs) -> Any: method connect (line 56) | def connect(self, *args, **kwargs) -> Any: method fileno (line 59) | def fileno(self, *args, **kwargs) -> Any: method listen (line 62) | def listen(self, *args, **kwargs) -> Any: method makefile (line 65) | def makefile(self, *args, **kwargs) -> Any: method recv (line 68) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 71) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 74) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 77) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 80) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 83) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 86) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/socket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method send (line 23) | def send(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method accept (line 25) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 26) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 27) | def connect(self, *args, **kwargs) -> Any: ... method fileno (line 28) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/time.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/time.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function run (line 44) | def run(*args, **kwargs) -> Any: function sleep (line 48) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 52) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 56) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 60) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 68) | class Event: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: method clear (line 75) | def clear(self, *args, **kwargs) -> Any: method set (line 78) | def set(self, *args, **kwargs) -> Any: method is_set (line 81) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 87) | class Lock: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: method locked (line 96) | def locked(self, *args, **kwargs) -> Any: method release (line 99) | def release(self, *args, **kwargs) -> Any: function ticks (line 103) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 107) | class TimeoutError(Exception): class SingletonGenerator (line 111) | class SingletonGenerator: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 119) | class IOQueue: method __init__ (line 122) | def __init__(self, *argv, **kwargs) -> None: method remove (line 126) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 129) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 132) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 135) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 139) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 143) | def run_until_complete(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 16) | def run(*args, **kwargs) -> Any: ... function sleep (line 17) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 18) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 19) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 20) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 25) | class Event: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 27) | def clear(self, *args, **kwargs) -> Any: ... method set (line 28) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 29) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 32) | class Lock: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 35) | def locked(self, *args, **kwargs) -> Any: ... method release (line 36) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 38) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 40) | class TimeoutError(Exception): ... class SingletonGenerator (line 42) | class SingletonGenerator: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 45) | class IOQueue: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 47) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 48) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 49) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 50) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 52) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 53) | def run_until_complete(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function run (line 44) | def run(*args, **kwargs) -> Any: function sleep (line 48) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 52) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 56) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 60) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 64) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 68) | class TimeoutError(Exception): class SingletonGenerator (line 72) | class SingletonGenerator: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 80) | class IOQueue: method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: method remove (line 87) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 90) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 93) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 96) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 100) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 104) | def run_until_complete(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function run (line 16) | def run(*args, **kwargs) -> Any: ... function sleep (line 17) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 18) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 19) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 20) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 21) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 23) | class TimeoutError(Exception): ... class SingletonGenerator (line 25) | class SingletonGenerator: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 28) | class IOQueue: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 30) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 31) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 32) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 33) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 35) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 36) | def run_until_complete(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method locked (line 18) | def locked(self, *args, **kwargs) -> Any: method release (line 21) | def release(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/ubluetooth.py class BLE (line 9) | class BLE: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method active (line 16) | def active(self, *args, **kwargs) -> Any: method config (line 19) | def config(self, *args, **kwargs) -> Any: method gap_advertise (line 22) | def gap_advertise(self, *args, **kwargs) -> Any: method gap_connect (line 25) | def gap_connect(self, *args, **kwargs) -> Any: method gap_disconnect (line 28) | def gap_disconnect(self, *args, **kwargs) -> Any: method gap_scan (line 31) | def gap_scan(self, *args, **kwargs) -> Any: method gattc_discover_characteristics (line 34) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: method gattc_discover_descriptors (line 37) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: method gattc_discover_services (line 40) | def gattc_discover_services(self, *args, **kwargs) -> Any: method gattc_exchange_mtu (line 43) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: method gattc_read (line 46) | def gattc_read(self, *args, **kwargs) -> Any: method gattc_write (line 49) | def gattc_write(self, *args, **kwargs) -> Any: method gatts_indicate (line 52) | def gatts_indicate(self, *args, **kwargs) -> Any: method gatts_notify (line 55) | def gatts_notify(self, *args, **kwargs) -> Any: method gatts_read (line 58) | def gatts_read(self, *args, **kwargs) -> Any: method gatts_register_services (line 61) | def gatts_register_services(self, *args, **kwargs) -> Any: method gatts_set_buffer (line 64) | def gatts_set_buffer(self, *args, **kwargs) -> Any: method gatts_write (line 67) | def gatts_write(self, *args, **kwargs) -> Any: method irq (line 70) | def irq(self, *args, **kwargs) -> Any: class UUID (line 81) | class UUID: method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_18-esp32/ubluetooth.pyi class BLE (line 3) | class BLE: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method active (line 5) | def active(self, *args, **kwargs) -> Any: ... method config (line 6) | def config(self, *args, **kwargs) -> Any: ... method gap_advertise (line 7) | def gap_advertise(self, *args, **kwargs) -> Any: ... method gap_connect (line 8) | def gap_connect(self, *args, **kwargs) -> Any: ... method gap_disconnect (line 9) | def gap_disconnect(self, *args, **kwargs) -> Any: ... method gap_scan (line 10) | def gap_scan(self, *args, **kwargs) -> Any: ... method gattc_discover_characteristics (line 11) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: ... method gattc_discover_descriptors (line 12) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: ... method gattc_discover_services (line 13) | def gattc_discover_services(self, *args, **kwargs) -> Any: ... method gattc_exchange_mtu (line 14) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: ... method gattc_read (line 15) | def gattc_read(self, *args, **kwargs) -> Any: ... method gattc_write (line 16) | def gattc_write(self, *args, **kwargs) -> Any: ... method gatts_indicate (line 17) | def gatts_indicate(self, *args, **kwargs) -> Any: ... method gatts_notify (line 18) | def gatts_notify(self, *args, **kwargs) -> Any: ... method gatts_read (line 19) | def gatts_read(self, *args, **kwargs) -> Any: ... method gatts_register_services (line 20) | def gatts_register_services(self, *args, **kwargs) -> Any: ... method gatts_set_buffer (line 21) | def gatts_set_buffer(self, *args, **kwargs) -> Any: ... method gatts_write (line 22) | def gatts_write(self, *args, **kwargs) -> Any: ... method irq (line 23) | def irq(self, *args, **kwargs) -> Any: ... class UUID (line 31) | class UUID: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_18-esp32/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method decrypt (line 16) | def decrypt(self, *args, **kwargs) -> Any: method encrypt (line 19) | def encrypt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/ucryptolib.pyi class aes (line 3) | class aes: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method encrypt (line 6) | def encrypt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_18-esp32/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_18-esp32/uhashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/uhashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BufferedWriter (line 13) | class BufferedWriter: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method flush (line 23) | def flush(self, *args, **kwargs) -> Any: class BytesIO (line 27) | class BytesIO: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: method close (line 34) | def close(self, *args, **kwargs) -> Any: method read (line 37) | def read(self, *args, **kwargs) -> Any: method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: method readline (line 43) | def readline(self, *args, **kwargs) -> Any: method write (line 46) | def write(self, *args, **kwargs) -> Any: method flush (line 49) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 55) | def seek(self, *args, **kwargs) -> Any: method tell (line 58) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 62) | class FileIO: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method readline (line 78) | def readline(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method flush (line 84) | def flush(self, *args, **kwargs) -> Any: method readlines (line 87) | def readlines(self, *args, **kwargs) -> Any: method seek (line 90) | def seek(self, *args, **kwargs) -> Any: method tell (line 93) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 97) | class IOBase: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 105) | class StringIO: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method readline (line 121) | def readline(self, *args, **kwargs) -> Any: method write (line 124) | def write(self, *args, **kwargs) -> Any: method flush (line 127) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 130) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 133) | def seek(self, *args, **kwargs) -> Any: method tell (line 136) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 140) | class TextIOWrapper: method __init__ (line 143) | def __init__(self, *argv, **kwargs) -> None: method close (line 147) | def close(self, *args, **kwargs) -> Any: method read (line 150) | def read(self, *args, **kwargs) -> Any: method readinto (line 153) | def readinto(self, *args, **kwargs) -> Any: method readline (line 156) | def readline(self, *args, **kwargs) -> Any: method write (line 159) | def write(self, *args, **kwargs) -> Any: method flush (line 162) | def flush(self, *args, **kwargs) -> Any: method readlines (line 165) | def readlines(self, *args, **kwargs) -> Any: method seek (line 168) | def seek(self, *args, **kwargs) -> Any: method tell (line 171) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BufferedWriter (line 5) | class BufferedWriter: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method flush (line 8) | def flush(self, *args, **kwargs) -> Any: ... class BytesIO (line 10) | class BytesIO: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 12) | def close(self, *args, **kwargs) -> Any: ... method read (line 13) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 15) | def readline(self, *args, **kwargs) -> Any: ... method write (line 16) | def write(self, *args, **kwargs) -> Any: ... method flush (line 17) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 18) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 19) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 20) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 22) | class FileIO: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 24) | def close(self, *args, **kwargs) -> Any: ... method read (line 25) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 27) | def readline(self, *args, **kwargs) -> Any: ... method write (line 28) | def write(self, *args, **kwargs) -> Any: ... method flush (line 29) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 30) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 31) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 32) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 34) | class IOBase: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 37) | class StringIO: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 39) | def close(self, *args, **kwargs) -> Any: ... method read (line 40) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 41) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 42) | def readline(self, *args, **kwargs) -> Any: ... method write (line 43) | def write(self, *args, **kwargs) -> Any: ... method flush (line 44) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 45) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 46) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 47) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 49) | class TextIOWrapper: method __init__ (line 50) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 51) | def close(self, *args, **kwargs) -> Any: ... method read (line 52) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 53) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 54) | def readline(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... method flush (line 56) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 57) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 58) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 59) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 16) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Any: method log (line 22) | def log(self, *args, **kwargs) -> Any: method set_callback (line 27) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 30) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 33) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 38) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 43) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 48) | def delay(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTException (line 13) | class MQTTException(Exception): class MQTTClient (line 17) | class MQTTClient: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method connect (line 24) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 27) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 33) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 36) | def ping(self, *args, **kwargs) -> Any: method publish (line 39) | def publish(self, *args, **kwargs) -> Any: method subscribe (line 42) | def subscribe(self, *args, **kwargs) -> Any: method wait_msg (line 45) | def wait_msg(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/uplatform.py function libc_ver (line 9) | def libc_ver(*args, **kwargs) -> Any: function platform (line 13) | def platform(*args, **kwargs) -> Any: function python_compiler (line 17) | def python_compiler(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/uplatform.pyi function libc_ver (line 3) | def libc_ver(*args, **kwargs) -> Any: ... function platform (line 4) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 5) | def python_compiler(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: class Response (line 17) | class Response: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method close (line 24) | def close(self, *args, **kwargs) -> Any: method json (line 29) | def json(self, *args, **kwargs) -> Any: function request (line 35) | def request(*args, **kwargs) -> Any: function head (line 39) | def head(*args, **kwargs) -> Any: function post (line 43) | def post(*args, **kwargs) -> Any: function patch (line 47) | def patch(*args, **kwargs) -> Any: function delete (line 51) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... class Response (line 6) | class Response: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 8) | def close(self, *args, **kwargs) -> Any: ... method json (line 10) | def json(self, *args, **kwargs) -> Any: ... function request (line 13) | def request(*args, **kwargs) -> Any: ... function head (line 14) | def head(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/usocket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method close (line 32) | def close(self, *args, **kwargs) -> Any: method read (line 35) | def read(self, *args, **kwargs) -> Any: method readinto (line 38) | def readinto(self, *args, **kwargs) -> Any: method readline (line 41) | def readline(self, *args, **kwargs) -> Any: method send (line 44) | def send(self, *args, **kwargs) -> Any: method write (line 47) | def write(self, *args, **kwargs) -> Any: method accept (line 50) | def accept(self, *args, **kwargs) -> Any: method bind (line 53) | def bind(self, *args, **kwargs) -> Any: method connect (line 56) | def connect(self, *args, **kwargs) -> Any: method fileno (line 59) | def fileno(self, *args, **kwargs) -> Any: method listen (line 62) | def listen(self, *args, **kwargs) -> Any: method makefile (line 65) | def makefile(self, *args, **kwargs) -> Any: method recv (line 68) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 71) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 74) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 77) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 80) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 83) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 86) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/usocket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method send (line 23) | def send(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method accept (line 25) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 26) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 27) | def connect(self, *args, **kwargs) -> Any: ... method fileno (line 28) | def fileno(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/usys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/usys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/utime.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/utime.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 16) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp32/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp32/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/apa102.py function apa102_write (line 9) | def apa102_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: class APA102 (line 29) | class APA102: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: method write (line 36) | def write(self, *args, **kwargs) -> Any: method fill (line 39) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/apa102.pyi function apa102_write (line 3) | def apa102_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... class APA102 (line 11) | class APA102: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 13) | def write(self, *args, **kwargs) -> Any: ... method fill (line 14) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/array.py class array (line 15) | class array: method __init__ (line 22) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: method append (line 26) | def append(self, val) -> Any: method extend (line 32) | def extend(self, iterable) -> Any: method decode (line 39) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/array.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/binascii.py function a2b_base64 (line 14) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data) -> bytes: function hexlify (line 32) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 43) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_18-esp8266-merged/binascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function hexlify (line 27) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 37) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_18-esp8266-merged/btree.py function open (line 78) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_18-esp8266-merged/btree.pyi function open (line 75) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_18-esp8266-merged/collections.py class OrderedDict (line 15) | class OrderedDict(dict): method __init__ (line 40) | def __init__(self, *args, **kwargs) -> None: method clear (line 44) | def clear(self, *args, **kwargs) -> Any: method copy (line 47) | def copy(self, *args, **kwargs) -> Any: method get (line 50) | def get(self, *args, **kwargs) -> Any: method items (line 53) | def items(self, *args, **kwargs) -> Any: method keys (line 56) | def keys(self, *args, **kwargs) -> Any: method pop (line 59) | def pop(self, *args, **kwargs) -> Any: method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: method update (line 68) | def update(self, *args, **kwargs) -> Any: method values (line 71) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 75) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 79) | class deque(Queue): method __init__ (line 97) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 101) | def append(self, x) -> Any: method popleft (line 108) | def popleft(self) -> Any: function namedtuple (line 116) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/collections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/esp.py function apa102_write (line 18) | def apa102_write(*args, **kwargs) -> Any: function check_fw (line 22) | def check_fw(*args, **kwargs) -> Any: function deepsleep (line 26) | def deepsleep(time_us=0, /) -> Any: function dht_readinto (line 40) | def dht_readinto(*args, **kwargs) -> Any: function esf_free_bufs (line 44) | def esf_free_bufs(*args, **kwargs) -> Any: function flash_erase (line 48) | def flash_erase(sector_no) -> Any: function flash_id (line 52) | def flash_id() -> Any: function flash_read (line 61) | def flash_read(byte_offset, length_or_buffer) -> Any: function flash_size (line 65) | def flash_size() -> Any: function flash_user_start (line 72) | def flash_user_start() -> Any: function flash_write (line 79) | def flash_write(byte_offset, bytes) -> Any: function free (line 83) | def free(*args, **kwargs) -> Any: function freemem (line 87) | def freemem(*args, **kwargs) -> Any: function info (line 91) | def info(*args, **kwargs) -> Any: function malloc (line 95) | def malloc(*args, **kwargs) -> Any: function meminfo (line 99) | def meminfo(*args, **kwargs) -> Any: function osdebug (line 103) | def osdebug(*args, **kwargs) -> Any: function set_native_code_location (line 107) | def set_native_code_location(start, length) -> Any: function sleep_type (line 148) | def sleep_type(sleep_type: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/esp.pyi function apa102_write (line 15) | def apa102_write(*args, **kwargs) -> Any: ... function check_fw (line 16) | def check_fw(*args, **kwargs) -> Any: ... function deepsleep (line 17) | def deepsleep(time_us=0, /) -> Any: function dht_readinto (line 30) | def dht_readinto(*args, **kwargs) -> Any: ... function esf_free_bufs (line 31) | def esf_free_bufs(*args, **kwargs) -> Any: ... function flash_erase (line 32) | def flash_erase(sector_no) -> Any: ... function flash_id (line 33) | def flash_id() -> Any: function flash_read (line 41) | def flash_read(byte_offset, length_or_buffer) -> Any: ... function flash_size (line 42) | def flash_size() -> Any: function flash_user_start (line 48) | def flash_user_start() -> Any: function flash_write (line 54) | def flash_write(byte_offset, bytes) -> Any: ... function free (line 55) | def free(*args, **kwargs) -> Any: ... function freemem (line 56) | def freemem(*args, **kwargs) -> Any: ... function info (line 57) | def info(*args, **kwargs) -> Any: ... function malloc (line 58) | def malloc(*args, **kwargs) -> Any: ... function meminfo (line 59) | def meminfo(*args, **kwargs) -> Any: ... function osdebug (line 60) | def osdebug(*args, **kwargs) -> Any: ... function set_native_code_location (line 61) | def set_native_code_location(start, length) -> Any: function sleep_type (line 101) | def sleep_type(sleep_type: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/flashbdev.py class FlashBdev (line 12) | class FlashBdev: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 19) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 22) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 25) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/flashbdev.pyi class FlashBdev (line 6) | class FlashBdev: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 8) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 9) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 10) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/framebuf.py class FrameBuffer (line 12) | class FrameBuffer: method __init__ (line 38) | def __init__(self, buffer, width, height, format, stride=-1, /) -> None: method blit (line 42) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 62) | def fill(self, c) -> None: method fill_rect (line 68) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 76) | def hline(self, x, y, w, c) -> Any: method line (line 79) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 89) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 96) | def rect(self, x, y, w, h, c) -> Any: method scroll (line 99) | def scroll(self, xstep, ystep) -> Any: method text (line 106) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 116) | def vline(self, x, y, h, c) -> Any: function FrameBuffer1 (line 120) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/framebuf.pyi class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 35) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method blit (line 36) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 55) | def fill(self, c) -> None: method fill_rect (line 60) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 67) | def hline(self, x, y, w, c) -> Any: ... method line (line 68) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 77) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 83) | def rect(self, x, y, w, h, c) -> Any: ... method scroll (line 84) | def scroll(self, xstep, ystep) -> Any: method text (line 90) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 99) | def vline(self, x, y, h, c) -> Any: ... function FrameBuffer1 (line 101) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/gc.py function collect (line 11) | def collect() -> None: function disable (line 18) | def disable() -> None: function enable (line 26) | def enable() -> None: function isenabled (line 33) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 37) | def mem_alloc() -> int: function mem_free (line 44) | def mem_free() -> int: function threshold (line 52) | def threshold(amount: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/gc.pyi function collect (line 8) | def collect() -> None: function disable (line 14) | def disable() -> None: function enable (line 21) | def enable() -> None: function isenabled (line 27) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 28) | def mem_alloc() -> int: function mem_free (line 34) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/hashlib.py class sha1 (line 29) | class sha1: method __init__ (line 34) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 38) | def update(self, *args, **kwargs) -> Any: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 45) | class sha256: method __init__ (line 50) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 54) | def update(self, *args, **kwargs) -> Any: method digest (line 57) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/hashlib.pyi class sha1 (line 26) | class sha1: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 41) | def update(self, *args, **kwargs) -> Any: ... method digest (line 42) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/heapq.py function heapify (line 17) | def heapify(x) -> Any: function heappop (line 24) | def heappop(heap) -> Any: function heappush (line 34) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/heapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/inisetup.py function wifi (line 11) | def wifi(*args, **kwargs) -> Any: function check_bootsec (line 15) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 19) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 23) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/inisetup.pyi function wifi (line 5) | def wifi(*args, **kwargs) -> Any: ... function check_bootsec (line 6) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 7) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 8) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/io.py function open (line 14) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 23) | class BytesIO(IO): method __init__ (line 36) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 40) | def close(self, *args, **kwargs) -> Any: method read (line 43) | def read(self, *args, **kwargs) -> Any: method readinto (line 46) | def readinto(self, *args, **kwargs) -> Any: method readline (line 49) | def readline(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method flush (line 55) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 58) | def getvalue(self) -> Any: method seek (line 64) | def seek(self, *args, **kwargs) -> Any: method tell (line 67) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 71) | class FileIO(IO): method __init__ (line 77) | def __init__(self, *args, **kwargs) -> None: method close (line 81) | def close(self, *args, **kwargs) -> Any: method read (line 84) | def read(self, *args, **kwargs) -> Any: method readinto (line 87) | def readinto(self, *args, **kwargs) -> Any: method readline (line 90) | def readline(self, *args, **kwargs) -> Any: method write (line 93) | def write(self, *args, **kwargs) -> Any: method flush (line 96) | def flush(self, *args, **kwargs) -> Any: method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: method seek (line 102) | def seek(self, *args, **kwargs) -> Any: method tell (line 105) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 109) | class IOBase: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 117) | class StringIO(IO): method __init__ (line 120) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 124) | def close(self, *args, **kwargs) -> Any: method read (line 127) | def read(self, *args, **kwargs) -> Any: method readinto (line 130) | def readinto(self, *args, **kwargs) -> Any: method readline (line 133) | def readline(self, *args, **kwargs) -> Any: method write (line 136) | def write(self, *args, **kwargs) -> Any: method flush (line 139) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 142) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 145) | def seek(self, *args, **kwargs) -> Any: method tell (line 148) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 152) | class TextIOWrapper(IO): method __init__ (line 158) | def __init__(self, *args, **kwargs) -> None: method close (line 162) | def close(self, *args, **kwargs) -> Any: method read (line 165) | def read(self, *args, **kwargs) -> Any: method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: method readline (line 171) | def readline(self, *args, **kwargs) -> Any: method write (line 174) | def write(self, *args, **kwargs) -> Any: method flush (line 177) | def flush(self, *args, **kwargs) -> Any: method readlines (line 180) | def readlines(self, *args, **kwargs) -> Any: method seek (line 183) | def seek(self, *args, **kwargs) -> Any: method tell (line 186) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/io.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method __init__ (line 32) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self) -> Any: method seek (line 44) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 45) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 47) | class FileIO(IO): method __init__ (line 53) | def __init__(self, *args, **kwargs) -> None: ... method close (line 54) | def close(self, *args, **kwargs) -> Any: ... method read (line 55) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method write (line 58) | def write(self, *args, **kwargs) -> Any: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 60) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 61) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 62) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 64) | class IOBase: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 67) | class StringIO(IO): method __init__ (line 68) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 69) | def close(self, *args, **kwargs) -> Any: ... method read (line 70) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 72) | def readline(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method flush (line 74) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 75) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 76) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 77) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 79) | class TextIOWrapper(IO): method __init__ (line 85) | def __init__(self, *args, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method read (line 87) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 89) | def readline(self, *args, **kwargs) -> Any: ... method write (line 90) | def write(self, *args, **kwargs) -> Any: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 92) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/json.py function dump (line 14) | def dump(obj, stream, separators=None) -> Any: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Any: function loads (line 46) | def loads(str) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/json.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/lwip.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/lwip.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/machine.py class ADC (line 16) | class ADC: method __init__ (line 24) | def __init__(self, id) -> None: method read (line 28) | def read(self, *args, **kwargs) -> Any: method read_u16 (line 31) | def read_u16(self) -> int: class I2C (line 45) | class I2C: method __init__ (line 61) | def __init__( method readinto (line 67) | def readinto(self, buf, nack=True, /) -> Any: method start (line 77) | def start(self) -> None: method stop (line 83) | def stop(self) -> None: method write (line 89) | def write(self, buf) -> int: method init (line 97) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 107) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 115) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 125) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 134) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 146) | def scan(self) -> List: method writeto (line 154) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 164) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 175) | def writevto(self, addr, vector, stop=True, /) -> int: class PWM (line 192) | class PWM: method __init__ (line 209) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method deinit (line 213) | def deinit(self) -> None: method duty (line 219) | def duty(self, *args, **kwargs) -> Any: method freq (line 222) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 233) | def init(self, *, freq, duty_u16, duty_ns) -> None: class Pin (line 244) | class Pin: method __init__ (line 308) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method value (line 312) | def value(self, x: Optional[Any] = None) -> int: method init (line 353) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 363) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 408) | def off(self) -> None: method on (line 414) | def on(self) -> None: method __call__ (line 420) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 429) | class RTC: method __init__ (line 434) | def __init__(self, id=0, *args, **kwargs) -> None: method alarm (line 440) | def alarm(self, id, time, *, repeat=False) -> None: method alarm_left (line 448) | def alarm_left(self, alarm_id=0) -> int: method datetime (line 454) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 470) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Any: method memory (line 481) | def memory(self, *args, **kwargs) -> Any: class SPI (line 488) | class SPI: method __init__ (line 500) | def __init__(self, id, *args, **kwargs) -> None: method read (line 504) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 512) | def readinto(self, buf, write=0x00) -> int: method write (line 522) | def write(self, buf) -> int: method deinit (line 534) | def deinit(self) -> None: method init (line 540) | def init( method write_readinto (line 566) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 578) | class Signal(Pin): method __init__ (line 599) | def __init__(self, pin_obj, *args, invert=False) -> None: method value (line 603) | def value(self, x: Optional[Any] = None) -> int: method off (line 623) | def off(self) -> None: method on (line 629) | def on(self) -> None: class SoftI2C (line 636) | class SoftI2C(I2C): method __init__ (line 649) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: method readinto (line 653) | def readinto(self, *args, **kwargs) -> Any: method start (line 656) | def start(self, *args, **kwargs) -> Any: method stop (line 659) | def stop(self, *args, **kwargs) -> Any: method write (line 662) | def write(self, *args, **kwargs) -> Any: method init (line 665) | def init(self, *args, **kwargs) -> Any: method readfrom (line 668) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 671) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 674) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 677) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 680) | def scan(self, *args, **kwargs) -> Any: method writeto (line 683) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 686) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 689) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 693) | class SoftSPI: method __init__ (line 700) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 704) | def read(self, *args, **kwargs) -> Any: method readinto (line 707) | def readinto(self, *args, **kwargs) -> Any: method write (line 710) | def write(self, *args, **kwargs) -> Any: method deinit (line 716) | def deinit(self, *args, **kwargs) -> Any: method init (line 719) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 722) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 726) | class Timer: method __init__ (line 735) | def __init__(self, id=-1, *args, **kwargs) -> None: method deinit (line 742) | def deinit(self) -> None: method init (line 748) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 781) | class UART: method __init__ (line 786) | def __init__(self, id, *args, **kwargs) -> None: method any (line 790) | def any(self) -> int: method read (line 805) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 816) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 827) | def readline(self) -> None: method write (line 836) | def write(self, buf) -> int: method init (line 844) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... class WDT (line 885) | class WDT: method __init__ (line 894) | def __init__(self, id=0, timeout=5000) -> None: method deinit (line 898) | def deinit(self, *args, **kwargs) -> Any: method feed (line 901) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 908) | def bitstream(pin, encoding, timing, data, /) -> Any: function deepsleep (line 933) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 959) | def disable_irq() -> Any: function enable_irq (line 969) | def enable_irq(state) -> Any: function freq (line 978) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 987) | def idle() -> Any: function lightsleep (line 997) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1028) | def reset() -> NoReturn: function reset_cause (line 1036) | def reset_cause() -> int: function sleep (line 1043) | def sleep() -> Any: function soft_reset (line 1050) | def soft_reset() -> NoReturn: function time_pulse_us (line 1059) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1078) | def unique_id() -> bytes: FILE: stubs/micropython-v1_18-esp8266-merged/machine.pyi class ADC (line 13) | class ADC: method __init__ (line 21) | def __init__(self, id) -> None: ... method read (line 22) | def read(self, *args, **kwargs) -> Any: ... method read_u16 (line 23) | def read_u16(self) -> int: class I2C (line 35) | class I2C: method __init__ (line 51) | def __init__( method readinto (line 54) | def readinto(self, buf, nack=True, /) -> Any: method start (line 63) | def start(self) -> None: method stop (line 68) | def stop(self) -> None: method write (line 73) | def write(self, buf) -> int: method init (line 80) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 89) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 96) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 105) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 113) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 124) | def scan(self) -> List: method writeto (line 131) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 140) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 150) | def writevto(self, addr, vector, stop=True, /) -> int: class PWM (line 166) | class PWM: method __init__ (line 183) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method deinit (line 184) | def deinit(self) -> None: method duty (line 189) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 190) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 200) | def init(self, *, freq, duty_u16, duty_ns) -> None: class Pin (line 209) | class Pin: method __init__ (line 273) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method value (line 274) | def value(self, x: Optional[Any] = None) -> int: method init (line 313) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 322) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 366) | def off(self) -> None: method on (line 371) | def on(self) -> None: method __call__ (line 376) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 384) | class RTC: method __init__ (line 389) | def __init__(self, id=0, *args, **kwargs) -> None: ... method alarm (line 391) | def alarm(self, id, time, *, repeat=False) -> None: method alarm_left (line 398) | def alarm_left(self, alarm_id=0) -> int: method datetime (line 403) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method irq (line 418) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Any: method memory (line 428) | def memory(self, *args, **kwargs) -> Any: ... class SPI (line 432) | class SPI: method __init__ (line 444) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 445) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 452) | def readinto(self, buf, write=0x00) -> int: method write (line 461) | def write(self, buf) -> int: method deinit (line 471) | def deinit(self) -> None: method init (line 476) | def init( method write_readinto (line 501) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 512) | class Signal(Pin): method __init__ (line 533) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 534) | def value(self, x: Optional[Any] = None) -> int: method off (line 553) | def off(self) -> None: method on (line 558) | def on(self) -> None: class SoftI2C (line 564) | class SoftI2C(I2C): method __init__ (line 577) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 578) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 579) | def start(self, *args, **kwargs) -> Any: ... method stop (line 580) | def stop(self, *args, **kwargs) -> Any: ... method write (line 581) | def write(self, *args, **kwargs) -> Any: ... method init (line 582) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 583) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 584) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 585) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 586) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 587) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 588) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 589) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 590) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 592) | class SoftSPI: method __init__ (line 599) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 600) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 601) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 602) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 605) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 606) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 607) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 609) | class Timer: method __init__ (line 618) | def __init__(self, id=-1, *args, **kwargs) -> None: ... method deinit (line 621) | def deinit(self) -> None: method init (line 626) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 658) | class UART: method __init__ (line 663) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 664) | def any(self) -> int: method read (line 678) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 688) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 698) | def readline(self) -> None: method write (line 706) | def write(self, buf) -> int: method init (line 713) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... class WDT (line 753) | class WDT: method __init__ (line 762) | def __init__(self, id=0, timeout=5000) -> None: ... method deinit (line 763) | def deinit(self, *args, **kwargs) -> Any: ... method feed (line 764) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 768) | def bitstream(pin, encoding, timing, data, /) -> Any: function deepsleep (line 792) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 817) | def disable_irq() -> Any: function enable_irq (line 826) | def enable_irq(state) -> Any: function freq (line 834) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 842) | def idle() -> Any: function lightsleep (line 851) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 880) | def reset() -> NoReturn: function reset_cause (line 887) | def reset_cause() -> int: function sleep (line 893) | def sleep() -> Any: function soft_reset (line 899) | def soft_reset() -> NoReturn: function time_pulse_us (line 907) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 925) | def unique_id() -> bytes: FILE: stubs/micropython-v1_18-esp8266-merged/math.py function pow (line 19) | def pow(x, y) -> Any: function acos (line 26) | def acos(x) -> float: function asin (line 33) | def asin(x) -> float: function atan (line 40) | def atan(x) -> float: function atan2 (line 47) | def atan2(y, x) -> float: function ceil (line 54) | def ceil(x) -> int: function copysign (line 61) | def copysign(x, y) -> Any: function cos (line 68) | def cos(x) -> float: function degrees (line 75) | def degrees(x) -> Any: function exp (line 85) | def exp(x) -> float: function fabs (line 92) | def fabs(x) -> Any: function floor (line 99) | def floor(x) -> int: function fmod (line 106) | def fmod(x, y) -> Any: function frexp (line 113) | def frexp(x) -> Any: function isfinite (line 123) | def isfinite(x) -> bool: function isinf (line 130) | def isinf(x) -> bool: function isnan (line 137) | def isnan(x) -> bool: function ldexp (line 144) | def ldexp(x, exp) -> Any: function log (line 151) | def log(x) -> float: function modf (line 158) | def modf(x) -> Tuple: function radians (line 169) | def radians(x) -> Any: function sin (line 176) | def sin(x) -> float: function sqrt (line 183) | def sqrt(x) -> Any: function tan (line 190) | def tan(x) -> float: function trunc (line 197) | def trunc(x) -> int: FILE: stubs/micropython-v1_18-esp8266-merged/math.pyi function pow (line 16) | def pow(x, y) -> Any: function acos (line 22) | def acos(x) -> float: function asin (line 28) | def asin(x) -> float: function atan (line 34) | def atan(x) -> float: function atan2 (line 40) | def atan2(y, x) -> float: function ceil (line 46) | def ceil(x) -> int: function copysign (line 52) | def copysign(x, y) -> Any: function cos (line 58) | def cos(x) -> float: function degrees (line 64) | def degrees(x) -> Any: function exp (line 72) | def exp(x) -> float: function fabs (line 78) | def fabs(x) -> Any: function floor (line 84) | def floor(x) -> int: function fmod (line 90) | def fmod(x, y) -> Any: function frexp (line 96) | def frexp(x) -> Any: function isfinite (line 105) | def isfinite(x) -> bool: function isinf (line 111) | def isinf(x) -> bool: function isnan (line 117) | def isnan(x) -> bool: function ldexp (line 123) | def ldexp(x, exp) -> Any: function log (line 129) | def log(x) -> float: function modf (line 135) | def modf(x) -> Tuple: function radians (line 144) | def radians(x) -> Any: function sin (line 150) | def sin(x) -> float: function sqrt (line 156) | def sqrt(x) -> Any: function tan (line 162) | def tan(x) -> float: function trunc (line 168) | def trunc(x) -> int: FILE: stubs/micropython-v1_18-esp8266-merged/micropython.py function const (line 9) | def const(expr) -> Union[int, bytes, str, Tuple]: function alloc_emergency_exception_buf (line 32) | def alloc_emergency_exception_buf(size) -> Any: function heap_lock (line 46) | def heap_lock() -> Any: function heap_unlock (line 50) | def heap_unlock() -> Any: function kbd_intr (line 54) | def kbd_intr(chr) -> None: function mem_info (line 68) | def mem_info(verbose: Optional[Any] = None) -> None: function opt_level (line 80) | def opt_level(level: Optional[Any] = None) -> Any: function qstr_info (line 101) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 113) | def schedule(func, arg) -> Any: function stack_use (line 151) | def stack_use() -> int: FILE: stubs/micropython-v1_18-esp8266-merged/micropython.pyi function const (line 6) | def const(expr) -> Union[int, bytes, str, Tuple]: function alloc_emergency_exception_buf (line 28) | def alloc_emergency_exception_buf(size) -> Any: function heap_lock (line 41) | def heap_lock() -> Any: ... function heap_unlock (line 42) | def heap_unlock() -> Any: ... function kbd_intr (line 43) | def kbd_intr(chr) -> None: function mem_info (line 56) | def mem_info(verbose: Optional[Any] = None) -> None: function opt_level (line 67) | def opt_level(level: Optional[Any] = None) -> Any: function qstr_info (line 87) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 98) | def schedule(func, arg) -> Any: function stack_use (line 135) | def stack_use() -> int: FILE: stubs/micropython-v1_18-esp8266-merged/neopixel.py function bitstream (line 16) | def bitstream(*args, **kwargs) -> Any: class NeoPixel (line 20) | class NeoPixel: method __init__ (line 30) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: method write (line 34) | def write(self) -> None: method fill (line 40) | def fill(self, pixel) -> None: FILE: stubs/micropython-v1_18-esp8266-merged/neopixel.pyi function bitstream (line 13) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 15) | class NeoPixel: method __init__ (line 25) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method write (line 26) | def write(self) -> None: method fill (line 31) | def fill(self, pixel) -> None: FILE: stubs/micropython-v1_18-esp8266-merged/network.py class WLAN (line 56) | class WLAN: method __init__ (line 65) | def __init__(self, interface_id) -> None: method active (line 68) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 76) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 85) | def disconnect(self) -> None: method scan (line 91) | def scan(self) -> List[Tuple]: method status (line 120) | def status(self, param: Optional[Any] = None) -> Any: method isconnected (line 139) | def isconnected(self) -> bool: method ifconfig (line 147) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 158) | def config(self, *args, **kwargs) -> Any: function phy_mode (line 192) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/network.pyi class WLAN (line 53) | class WLAN: method __init__ (line 62) | def __init__(self, interface_id) -> None: ... method active (line 63) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 70) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 78) | def disconnect(self) -> None: method scan (line 83) | def scan(self) -> List[Tuple]: method status (line 111) | def status(self, param: Optional[Any] = None) -> Any: method isconnected (line 129) | def isconnected(self) -> bool: method ifconfig (line 136) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 146) | def config(self, *args, **kwargs) -> Any: function phy_mode (line 179) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/os.py function remove (line 16) | def remove(path) -> None: class VfsFat (line 23) | class VfsFat: method __init__ (line 30) | def __init__(self, block_dev) -> None: method open (line 34) | def open(self, *args, **kwargs) -> Any: method remove (line 37) | def remove(self, *args, **kwargs) -> Any: method chdir (line 40) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 43) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 46) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 49) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 53) | def mkfs(block_dev) -> None: method mount (line 59) | def mount(self, *args, **kwargs) -> Any: method rename (line 62) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 65) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 68) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 71) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 74) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 78) | class VfsLfs2: method __init__ (line 96) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 100) | def open(self, *args, **kwargs) -> Any: method remove (line 103) | def remove(self, *args, **kwargs) -> Any: method chdir (line 106) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 109) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 112) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 115) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 119) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 128) | def mount(self, *args, **kwargs) -> Any: method rename (line 131) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 134) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 137) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 140) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 143) | def umount(self, *args, **kwargs) -> Any: function chdir (line 147) | def chdir(path) -> Any: function dupterm (line 154) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 178) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 182) | def getcwd() -> Any: function ilistdir (line 189) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 211) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 218) | def mkdir(path) -> Any: function mount (line 225) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 244) | def rename(old_path, new_path) -> None: function rmdir (line 251) | def rmdir(path) -> None: function stat (line 258) | def stat(path) -> Any: function statvfs (line 265) | def statvfs(path) -> Tuple: function umount (line 289) | def umount(mount_point) -> Any: function uname (line 300) | def uname() -> uname_result: function urandom (line 315) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_18-esp8266-merged/os.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function dupterm (line 93) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 116) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 117) | def getcwd() -> Any: function ilistdir (line 123) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 150) | def mkdir(path) -> Any: function mount (line 156) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 174) | def rename(old_path, new_path) -> None: function rmdir (line 180) | def rmdir(path) -> None: function stat (line 186) | def stat(path) -> Any: function statvfs (line 192) | def statvfs(path) -> Tuple: function umount (line 215) | def umount(mount_point) -> Any: function uname (line 225) | def uname() -> uname_result: function urandom (line 239) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_18-esp8266-merged/random.py function getrandbits (line 33) | def getrandbits(n) -> int: function seed (line 40) | def seed(n=None, /) -> None: FILE: stubs/micropython-v1_18-esp8266-merged/random.pyi function getrandbits (line 30) | def getrandbits(n) -> int: function seed (line 36) | def seed(n=None, /) -> None: FILE: stubs/micropython-v1_18-esp8266-merged/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/select.py class poll (line 19) | class poll: method __init__ (line 24) | def __init__(self) -> None: method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Any: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 80) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 95) | class select: method __init__ (line 103) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_18-esp8266-merged/select.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_18-esp8266-merged/socket.py function callback (line 23) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 27) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: function print_pcbs (line 57) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 61) | def reset(*args, **kwargs) -> Any: class socket (line 65) | class socket: method __init__ (line 79) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 83) | def close(self) -> Any: method read (line 94) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 104) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 114) | def readline(self) -> Any: method send (line 122) | def send(self, bytes) -> int: method write (line 130) | def write(self, buf) -> int: method accept (line 141) | def accept(self) -> Tuple: method bind (line 150) | def bind(self, address) -> Any: method connect (line 156) | def connect(self, address) -> None: method listen (line 162) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 171) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 179) | def recv(self, bufsize) -> bytes: method recvfrom (line 186) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 194) | def sendall(self, bytes) -> int: method sendto (line 207) | def sendto(self, bytes, address) -> None: method setblocking (line 214) | def setblocking(self, flag) -> Any: method setsockopt (line 226) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 234) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/socket.pyi function callback (line 20) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 21) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: function print_pcbs (line 50) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 51) | def reset(*args, **kwargs) -> Any: ... class socket (line 53) | class socket: method __init__ (line 67) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 68) | def close(self) -> Any: method read (line 78) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 87) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 96) | def readline(self) -> Any: method send (line 103) | def send(self, bytes) -> int: method write (line 110) | def write(self, buf) -> int: method accept (line 120) | def accept(self) -> Tuple: method bind (line 128) | def bind(self, address) -> Any: method connect (line 133) | def connect(self, address) -> None: method listen (line 138) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 146) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 153) | def recv(self, bufsize) -> bytes: method recvfrom (line 159) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 166) | def sendall(self, bytes) -> int: method sendto (line 178) | def sendto(self, bytes, address) -> None: method setblocking (line 184) | def setblocking(self, flag) -> Any: method setsockopt (line 195) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 202) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/ssd1306.py function const (line 9) | def const(*args, **kwargs) -> Any: class SSD1306 (line 33) | class SSD1306: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: method blit (line 40) | def blit(self, *args, **kwargs) -> Any: method fill (line 43) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 46) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 49) | def hline(self, *args, **kwargs) -> Any: method invert (line 52) | def invert(self, *args, **kwargs) -> Any: method line (line 55) | def line(self, *args, **kwargs) -> Any: method pixel (line 58) | def pixel(self, *args, **kwargs) -> Any: method rect (line 61) | def rect(self, *args, **kwargs) -> Any: method scroll (line 64) | def scroll(self, *args, **kwargs) -> Any: method text (line 67) | def text(self, *args, **kwargs) -> Any: method vline (line 70) | def vline(self, *args, **kwargs) -> Any: method init_display (line 73) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 76) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 79) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 82) | def contrast(self, *args, **kwargs) -> Any: method rotate (line 85) | def rotate(self, *args, **kwargs) -> Any: method show (line 88) | def show(self, *args, **kwargs) -> Any: class SSD1306_I2C (line 92) | class SSD1306_I2C: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: method blit (line 99) | def blit(self, *args, **kwargs) -> Any: method fill (line 102) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 105) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 108) | def hline(self, *args, **kwargs) -> Any: method invert (line 111) | def invert(self, *args, **kwargs) -> Any: method line (line 114) | def line(self, *args, **kwargs) -> Any: method pixel (line 117) | def pixel(self, *args, **kwargs) -> Any: method rect (line 120) | def rect(self, *args, **kwargs) -> Any: method scroll (line 123) | def scroll(self, *args, **kwargs) -> Any: method text (line 126) | def text(self, *args, **kwargs) -> Any: method vline (line 129) | def vline(self, *args, **kwargs) -> Any: method init_display (line 132) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 135) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 138) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 141) | def contrast(self, *args, **kwargs) -> Any: method rotate (line 144) | def rotate(self, *args, **kwargs) -> Any: method show (line 147) | def show(self, *args, **kwargs) -> Any: method write_cmd (line 150) | def write_cmd(self, *args, **kwargs) -> Any: method write_data (line 153) | def write_data(self, *args, **kwargs) -> Any: class SSD1306_SPI (line 157) | class SSD1306_SPI: method __init__ (line 160) | def __init__(self, *argv, **kwargs) -> None: method blit (line 164) | def blit(self, *args, **kwargs) -> Any: method fill (line 167) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 170) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 173) | def hline(self, *args, **kwargs) -> Any: method invert (line 176) | def invert(self, *args, **kwargs) -> Any: method line (line 179) | def line(self, *args, **kwargs) -> Any: method pixel (line 182) | def pixel(self, *args, **kwargs) -> Any: method rect (line 185) | def rect(self, *args, **kwargs) -> Any: method scroll (line 188) | def scroll(self, *args, **kwargs) -> Any: method text (line 191) | def text(self, *args, **kwargs) -> Any: method vline (line 194) | def vline(self, *args, **kwargs) -> Any: method init_display (line 197) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 200) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 203) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 206) | def contrast(self, *args, **kwargs) -> Any: method rotate (line 209) | def rotate(self, *args, **kwargs) -> Any: method show (line 212) | def show(self, *args, **kwargs) -> Any: method write_cmd (line 215) | def write_cmd(self, *args, **kwargs) -> Any: method write_data (line 218) | def write_data(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/ssd1306.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class SSD1306 (line 24) | class SSD1306: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 26) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 27) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 28) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 29) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 30) | def invert(self, *args, **kwargs) -> Any: ... method line (line 31) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 32) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 33) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 34) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 35) | def text(self, *args, **kwargs) -> Any: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 37) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 38) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 39) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 40) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 42) | def show(self, *args, **kwargs) -> Any: ... class SSD1306_I2C (line 44) | class SSD1306_I2C: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 46) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 47) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 48) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 49) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 50) | def invert(self, *args, **kwargs) -> Any: ... method line (line 51) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 52) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 53) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 54) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 55) | def text(self, *args, **kwargs) -> Any: ... method vline (line 56) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 57) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 58) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 59) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 60) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 61) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 62) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 64) | def write_data(self, *args, **kwargs) -> Any: ... class SSD1306_SPI (line 66) | class SSD1306_SPI: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 68) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 69) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 70) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 71) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 72) | def invert(self, *args, **kwargs) -> Any: ... method line (line 73) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 74) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 75) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 76) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 77) | def text(self, *args, **kwargs) -> Any: ... method vline (line 78) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 79) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 80) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 81) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 82) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 83) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 84) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 85) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 86) | def write_data(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/ssl.py function wrap_socket (line 15) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_18-esp8266-merged/ssl.pyi function wrap_socket (line 12) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_18-esp8266-merged/struct.py function calcsize (line 17) | def calcsize(fmt) -> int: function pack (line 24) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 32) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 41) | def unpack(fmt, data) -> Tuple: function unpack_from (line 49) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-esp8266-merged/struct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-esp8266-merged/sys.py function exit (line 14) | def exit(retval=0, /) -> Any: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_18-esp8266-merged/sys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_18-esp8266-merged/time.py function gmtime (line 38) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 84) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Any: function sleep_ms (line 103) | def sleep_ms(ms) -> None: function sleep_us (line 115) | def sleep_us(us) -> None: function ticks_add (line 126) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 155) | def ticks_cpu() -> Any: function ticks_diff (line 172) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 240) | def ticks_ms() -> int: function ticks_us (line 265) | def ticks_us() -> Any: class time (line 272) | class time: method __init__ (line 285) | def __init__(self) -> None: function time_ns (line 289) | def time_ns() -> int: FILE: stubs/micropython-v1_18-esp8266-merged/time.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: stubs/micropython-v1_18-esp8266-merged/uarray.py class array (line 15) | class array: method __init__ (line 22) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: method append (line 26) | def append(self, val) -> Any: method extend (line 32) | def extend(self, iterable) -> Any: method decode (line 39) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/uarray.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 64) | class Event: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: method clear (line 71) | def clear(self, *args, **kwargs) -> Any: method set (line 74) | def set(self, *args, **kwargs) -> Any: method is_set (line 77) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 83) | class Lock: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: method release (line 90) | def release(self, *args, **kwargs) -> Any: method locked (line 93) | def locked(self, *args, **kwargs) -> Any: function ticks (line 99) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 103) | class TimeoutError(Exception): class SingletonGenerator (line 107) | class SingletonGenerator: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 115) | class IOQueue: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: method remove (line 122) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 125) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 128) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 131) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 135) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 139) | def run_until_complete(*args, **kwargs) -> Any: function run (line 143) | def run(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 28) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 33) | def release(self, *args, **kwargs) -> Any: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 60) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 64) | class TimeoutError(Exception): class SingletonGenerator (line 68) | class SingletonGenerator: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 76) | class IOQueue: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method remove (line 83) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 86) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 89) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 92) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 96) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 100) | def run_until_complete(*args, **kwargs) -> Any: function run (line 104) | def run(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method release (line 16) | def release(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/ubinascii.py function a2b_base64 (line 14) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data) -> bytes: function hexlify (line 32) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 43) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_18-esp8266-merged/ubinascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function hexlify (line 27) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 37) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_18-esp8266-merged/ucollections.py class OrderedDict (line 15) | class OrderedDict(dict): method __init__ (line 40) | def __init__(self, *args, **kwargs) -> None: method clear (line 44) | def clear(self, *args, **kwargs) -> Any: method copy (line 47) | def copy(self, *args, **kwargs) -> Any: method get (line 50) | def get(self, *args, **kwargs) -> Any: method items (line 53) | def items(self, *args, **kwargs) -> Any: method keys (line 56) | def keys(self, *args, **kwargs) -> Any: method pop (line 59) | def pop(self, *args, **kwargs) -> Any: method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: method update (line 68) | def update(self, *args, **kwargs) -> Any: method values (line 71) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 75) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 79) | class deque(Queue): method __init__ (line 97) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 101) | def append(self, x) -> Any: method popleft (line 108) | def popleft(self) -> Any: function namedtuple (line 116) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/ucollections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method decrypt (line 33) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: method encrypt (line 39) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/ucryptolib.pyi class aes (line 6) | class aes: method __init__ (line 7) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method decrypt (line 27) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: method encrypt (line 32) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/uctypes.py function addressof (line 49) | def addressof(obj) -> int: function bytearray_at (line 58) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 68) | def bytes_at(addr, size) -> bytes: function sizeof (line 78) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 87) | class struct: method __init__ (line 93) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: FILE: stubs/micropython-v1_18-esp8266-merged/uctypes.pyi function addressof (line 46) | def addressof(obj) -> int: function bytearray_at (line 54) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function sizeof (line 72) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 80) | class struct: method __init__ (line 86) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... FILE: stubs/micropython-v1_18-esp8266-merged/uhashlib.py class sha1 (line 29) | class sha1: method __init__ (line 34) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 38) | def update(self, *args, **kwargs) -> Any: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 45) | class sha256: method __init__ (line 50) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 54) | def update(self, *args, **kwargs) -> Any: method digest (line 57) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/uhashlib.pyi class sha1 (line 26) | class sha1: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 41) | def update(self, *args, **kwargs) -> Any: ... method digest (line 42) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/uheapq.py function heapify (line 17) | def heapify(x) -> Any: function heappop (line 24) | def heappop(heap) -> Any: function heappush (line 34) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/uheapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/uio.py function open (line 14) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 23) | class BytesIO(IO): method __init__ (line 36) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 40) | def close(self, *args, **kwargs) -> Any: method read (line 43) | def read(self, *args, **kwargs) -> Any: method readinto (line 46) | def readinto(self, *args, **kwargs) -> Any: method readline (line 49) | def readline(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method flush (line 55) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 58) | def getvalue(self) -> Any: method seek (line 64) | def seek(self, *args, **kwargs) -> Any: method tell (line 67) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 71) | class FileIO(IO): method __init__ (line 77) | def __init__(self, *args, **kwargs) -> None: method close (line 81) | def close(self, *args, **kwargs) -> Any: method read (line 84) | def read(self, *args, **kwargs) -> Any: method readinto (line 87) | def readinto(self, *args, **kwargs) -> Any: method readline (line 90) | def readline(self, *args, **kwargs) -> Any: method write (line 93) | def write(self, *args, **kwargs) -> Any: method flush (line 96) | def flush(self, *args, **kwargs) -> Any: method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: method seek (line 102) | def seek(self, *args, **kwargs) -> Any: method tell (line 105) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 109) | class IOBase: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 117) | class StringIO(IO): method __init__ (line 120) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 124) | def close(self, *args, **kwargs) -> Any: method read (line 127) | def read(self, *args, **kwargs) -> Any: method readinto (line 130) | def readinto(self, *args, **kwargs) -> Any: method readline (line 133) | def readline(self, *args, **kwargs) -> Any: method write (line 136) | def write(self, *args, **kwargs) -> Any: method flush (line 139) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 142) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 145) | def seek(self, *args, **kwargs) -> Any: method tell (line 148) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 152) | class TextIOWrapper(IO): method __init__ (line 158) | def __init__(self, *args, **kwargs) -> None: method close (line 162) | def close(self, *args, **kwargs) -> Any: method read (line 165) | def read(self, *args, **kwargs) -> Any: method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: method readline (line 171) | def readline(self, *args, **kwargs) -> Any: method write (line 174) | def write(self, *args, **kwargs) -> Any: method flush (line 177) | def flush(self, *args, **kwargs) -> Any: method readlines (line 180) | def readlines(self, *args, **kwargs) -> Any: method seek (line 183) | def seek(self, *args, **kwargs) -> Any: method tell (line 186) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/uio.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method __init__ (line 32) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self) -> Any: method seek (line 44) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 45) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 47) | class FileIO(IO): method __init__ (line 53) | def __init__(self, *args, **kwargs) -> None: ... method close (line 54) | def close(self, *args, **kwargs) -> Any: ... method read (line 55) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method write (line 58) | def write(self, *args, **kwargs) -> Any: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 60) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 61) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 62) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 64) | class IOBase: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 67) | class StringIO(IO): method __init__ (line 68) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 69) | def close(self, *args, **kwargs) -> Any: ... method read (line 70) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 72) | def readline(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method flush (line 74) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 75) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 76) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 77) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 79) | class TextIOWrapper(IO): method __init__ (line 85) | def __init__(self, *args, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method read (line 87) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 89) | def readline(self, *args, **kwargs) -> Any: ... method write (line 90) | def write(self, *args, **kwargs) -> Any: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 92) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/ujson.py function dump (line 14) | def dump(obj, stream, separators=None) -> Any: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Any: function loads (line 46) | def loads(str) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/ujson.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 16) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Any: method log (line 22) | def log(self, *args, **kwargs) -> Any: method set_callback (line 27) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 30) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 33) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 38) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 43) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 48) | def delay(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTException (line 13) | class MQTTException(Exception): class MQTTClient (line 17) | class MQTTClient: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method connect (line 24) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 27) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 33) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 36) | def ping(self, *args, **kwargs) -> Any: method publish (line 39) | def publish(self, *args, **kwargs) -> Any: method subscribe (line 42) | def subscribe(self, *args, **kwargs) -> Any: method wait_msg (line 45) | def wait_msg(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/uos.py function remove (line 16) | def remove(path) -> None: class VfsFat (line 23) | class VfsFat: method __init__ (line 30) | def __init__(self, block_dev) -> None: method open (line 34) | def open(self, *args, **kwargs) -> Any: method remove (line 37) | def remove(self, *args, **kwargs) -> Any: method chdir (line 40) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 43) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 46) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 49) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 53) | def mkfs(block_dev) -> None: method mount (line 59) | def mount(self, *args, **kwargs) -> Any: method rename (line 62) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 65) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 68) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 71) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 74) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 78) | class VfsLfs2: method __init__ (line 96) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 100) | def open(self, *args, **kwargs) -> Any: method remove (line 103) | def remove(self, *args, **kwargs) -> Any: method chdir (line 106) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 109) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 112) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 115) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 119) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 128) | def mount(self, *args, **kwargs) -> Any: method rename (line 131) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 134) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 137) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 140) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 143) | def umount(self, *args, **kwargs) -> Any: function chdir (line 147) | def chdir(path) -> Any: function dupterm (line 154) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 178) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 182) | def getcwd() -> Any: function ilistdir (line 189) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 211) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 218) | def mkdir(path) -> Any: function mount (line 225) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 244) | def rename(old_path, new_path) -> None: function rmdir (line 251) | def rmdir(path) -> None: function stat (line 258) | def stat(path) -> Any: function statvfs (line 265) | def statvfs(path) -> Tuple: function umount (line 289) | def umount(mount_point) -> Any: function uname (line 300) | def uname() -> uname_result: function urandom (line 315) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_18-esp8266-merged/uos.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function dupterm (line 93) | def dupterm(stream_object, index=0, /) -> IO: function dupterm_notify (line 116) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 117) | def getcwd() -> Any: function ilistdir (line 123) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 144) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 150) | def mkdir(path) -> Any: function mount (line 156) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 174) | def rename(old_path, new_path) -> None: function rmdir (line 180) | def rmdir(path) -> None: function stat (line 186) | def stat(path) -> Any: function statvfs (line 192) | def statvfs(path) -> Tuple: function umount (line 215) | def umount(mount_point) -> Any: function uname (line 225) | def uname() -> uname_result: function urandom (line 239) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_18-esp8266-merged/urandom.py function getrandbits (line 33) | def getrandbits(n) -> int: function seed (line 40) | def seed(n=None, /) -> None: FILE: stubs/micropython-v1_18-esp8266-merged/urandom.pyi function getrandbits (line 30) | def getrandbits(n) -> int: function seed (line 36) | def seed(n=None, /) -> None: FILE: stubs/micropython-v1_18-esp8266-merged/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: function head (line 17) | def head(*args, **kwargs) -> Any: class Response (line 21) | class Response: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method close (line 28) | def close(self, *args, **kwargs) -> Any: method json (line 33) | def json(self, *args, **kwargs) -> Any: function request (line 39) | def request(*args, **kwargs) -> Any: function post (line 43) | def post(*args, **kwargs) -> Any: function patch (line 47) | def patch(*args, **kwargs) -> Any: function delete (line 51) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... function head (line 5) | def head(*args, **kwargs) -> Any: ... class Response (line 7) | class Response: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 9) | def close(self, *args, **kwargs) -> Any: ... method json (line 11) | def json(self, *args, **kwargs) -> Any: ... function request (line 14) | def request(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/urllib/urequest.py function urlopen (line 9) | def urlopen(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/urllib/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/uselect.py class poll (line 19) | class poll: method __init__ (line 24) | def __init__(self) -> None: method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Any: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 80) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 95) | class select: method __init__ (line 103) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_18-esp8266-merged/uselect.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_18-esp8266-merged/usocket.py function callback (line 23) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 27) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: function print_pcbs (line 57) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 61) | def reset(*args, **kwargs) -> Any: class socket (line 65) | class socket: method __init__ (line 79) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 83) | def close(self) -> Any: method read (line 94) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 104) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 114) | def readline(self) -> Any: method send (line 122) | def send(self, bytes) -> int: method write (line 130) | def write(self, buf) -> int: method accept (line 141) | def accept(self) -> Tuple: method bind (line 150) | def bind(self, address) -> Any: method connect (line 156) | def connect(self, address) -> None: method listen (line 162) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 171) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 179) | def recv(self, bufsize) -> bytes: method recvfrom (line 186) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 194) | def sendall(self, bytes) -> int: method sendto (line 207) | def sendto(self, bytes, address) -> None: method setblocking (line 214) | def setblocking(self, flag) -> Any: method setsockopt (line 226) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 234) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/usocket.pyi function callback (line 20) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 21) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: function print_pcbs (line 50) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 51) | def reset(*args, **kwargs) -> Any: ... class socket (line 53) | class socket: method __init__ (line 67) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 68) | def close(self) -> Any: method read (line 78) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 87) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 96) | def readline(self) -> Any: method send (line 103) | def send(self, bytes) -> int: method write (line 110) | def write(self, buf) -> int: method accept (line 120) | def accept(self) -> Tuple: method bind (line 128) | def bind(self, address) -> Any: method connect (line 133) | def connect(self, address) -> None: method listen (line 138) | def listen(self, backlog: Optional[Any] = None) -> None: method makefile (line 146) | def makefile(self, mode="rb", buffering=0, /) -> IO: method recv (line 153) | def recv(self, bufsize) -> bytes: method recvfrom (line 159) | def recvfrom(self, bufsize) -> Tuple: method sendall (line 166) | def sendall(self, bytes) -> int: method sendto (line 178) | def sendto(self, bytes, address) -> None: method setblocking (line 184) | def setblocking(self, flag) -> Any: method setsockopt (line 195) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 202) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/ussl.py function wrap_socket (line 15) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_18-esp8266-merged/ussl.pyi function wrap_socket (line 12) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_18-esp8266-merged/ustruct.py function calcsize (line 17) | def calcsize(fmt) -> int: function pack (line 24) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 32) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 41) | def unpack(fmt, data) -> Tuple: function unpack_from (line 49) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-esp8266-merged/ustruct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-esp8266-merged/usys.py function exit (line 14) | def exit(retval=0, /) -> Any: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_18-esp8266-merged/usys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_18-esp8266-merged/utime.py function gmtime (line 38) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 84) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Any: function sleep_ms (line 103) | def sleep_ms(ms) -> None: function sleep_us (line 115) | def sleep_us(us) -> None: function ticks_add (line 126) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 155) | def ticks_cpu() -> Any: function ticks_diff (line 172) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 240) | def ticks_ms() -> int: function ticks_us (line 265) | def ticks_us() -> Any: class time (line 272) | class time: method __init__ (line 285) | def __init__(self) -> None: function time_ns (line 289) | def time_ns() -> int: FILE: stubs/micropython-v1_18-esp8266-merged/utime.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: stubs/micropython-v1_18-esp8266-merged/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/uzlib.py class DecompIO (line 16) | class DecompIO: method __init__ (line 25) | def __init__(self, stream, wbits=0, /) -> None: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: function decompress (line 39) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-esp8266-merged/uzlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-esp8266-merged/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 16) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266-merged/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266-merged/zlib.py class DecompIO (line 16) | class DecompIO: method __init__ (line 25) | def __init__(self, stream, wbits=0, /) -> None: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: function decompress (line 39) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-esp8266-merged/zlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-esp8266/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/apa102.py function apa102_write (line 9) | def apa102_write(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: class APA102 (line 29) | class APA102: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: method write (line 36) | def write(self, *args, **kwargs) -> Any: method fill (line 39) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/apa102.pyi function apa102_write (line 3) | def apa102_write(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... class APA102 (line 11) | class APA102: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 13) | def write(self, *args, **kwargs) -> Any: ... method fill (line 14) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function hexlify (line 17) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 21) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function hexlify (line 5) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 6) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/btree.py function open (line 9) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/btree.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt(Exception): class LookupError (line 56) | class LookupError(Exception): class MemoryError (line 60) | class MemoryError(Exception): class NameError (line 64) | class NameError(Exception): class NotImplementedError (line 68) | class NotImplementedError(Exception): class OSError (line 72) | class OSError(Exception): class OverflowError (line 76) | class OverflowError(Exception): class RuntimeError (line 80) | class RuntimeError(Exception): class StopIteration (line 84) | class StopIteration(Exception): class SyntaxError (line 88) | class SyntaxError(Exception): class SystemExit (line 92) | class SystemExit(Exception): class TypeError (line 96) | class TypeError(Exception): class ValueError (line 100) | class ValueError(Exception): class ZeroDivisionError (line 104) | class ZeroDivisionError(Exception): function abs (line 108) | def abs(*args, **kwargs) -> Any: function all (line 112) | def all(*args, **kwargs) -> Any: function any (line 116) | def any(*args, **kwargs) -> Any: class bool (line 120) | class bool: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 128) | class bytearray: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method append (line 135) | def append(self, *args, **kwargs) -> Any: method extend (line 138) | def extend(self, *args, **kwargs) -> Any: method decode (line 141) | def decode(self, *args, **kwargs) -> Any: class bytes (line 145) | class bytes: method __init__ (line 148) | def __init__(self, *argv, **kwargs) -> None: method count (line 152) | def count(self, *args, **kwargs) -> Any: method endswith (line 155) | def endswith(self, *args, **kwargs) -> Any: method find (line 158) | def find(self, *args, **kwargs) -> Any: method format (line 161) | def format(self, *args, **kwargs) -> Any: method index (line 164) | def index(self, *args, **kwargs) -> Any: method isalpha (line 167) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 170) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 173) | def islower(self, *args, **kwargs) -> Any: method isspace (line 176) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: method join (line 182) | def join(self, *args, **kwargs) -> Any: method lower (line 185) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 188) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 191) | def replace(self, *args, **kwargs) -> Any: method rfind (line 194) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 197) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 200) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 203) | def rstrip(self, *args, **kwargs) -> Any: method split (line 206) | def split(self, *args, **kwargs) -> Any: method startswith (line 209) | def startswith(self, *args, **kwargs) -> Any: method strip (line 212) | def strip(self, *args, **kwargs) -> Any: method upper (line 215) | def upper(self, *args, **kwargs) -> Any: method decode (line 218) | def decode(self, *args, **kwargs) -> Any: function callable (line 222) | def callable(*args, **kwargs) -> Any: function chr (line 226) | def chr(*args, **kwargs) -> Any: class dict (line 230) | class dict: method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: method clear (line 237) | def clear(self, *args, **kwargs) -> Any: method copy (line 240) | def copy(self, *args, **kwargs) -> Any: method get (line 243) | def get(self, *args, **kwargs) -> Any: method items (line 246) | def items(self, *args, **kwargs) -> Any: method keys (line 249) | def keys(self, *args, **kwargs) -> Any: method pop (line 252) | def pop(self, *args, **kwargs) -> Any: method popitem (line 255) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 258) | def setdefault(self, *args, **kwargs) -> Any: method update (line 261) | def update(self, *args, **kwargs) -> Any: method values (line 264) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 268) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 272) | def dir(*args, **kwargs) -> Any: function divmod (line 276) | def divmod(*args, **kwargs) -> Any: function eval (line 280) | def eval(*args, **kwargs) -> Any: function exec (line 284) | def exec(*args, **kwargs) -> Any: function getattr (line 288) | def getattr(*args, **kwargs) -> Any: function globals (line 292) | def globals(*args, **kwargs) -> Any: function hasattr (line 296) | def hasattr(*args, **kwargs) -> Any: function hash (line 300) | def hash(*args, **kwargs) -> Any: function id (line 304) | def id(*args, **kwargs) -> Any: class int (line 308) | class int: method __init__ (line 311) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 316) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 319) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 323) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 327) | def issubclass(*args, **kwargs) -> Any: function iter (line 331) | def iter(*args, **kwargs) -> Any: function len (line 335) | def len(*args, **kwargs) -> Any: class list (line 339) | class list: method __init__ (line 342) | def __init__(self, *argv, **kwargs) -> None: method append (line 346) | def append(self, *args, **kwargs) -> Any: method clear (line 349) | def clear(self, *args, **kwargs) -> Any: method copy (line 352) | def copy(self, *args, **kwargs) -> Any: method count (line 355) | def count(self, *args, **kwargs) -> Any: method extend (line 358) | def extend(self, *args, **kwargs) -> Any: method index (line 361) | def index(self, *args, **kwargs) -> Any: method insert (line 364) | def insert(self, *args, **kwargs) -> Any: method pop (line 367) | def pop(self, *args, **kwargs) -> Any: method remove (line 370) | def remove(self, *args, **kwargs) -> Any: method reverse (line 373) | def reverse(self, *args, **kwargs) -> Any: method sort (line 376) | def sort(self, *args, **kwargs) -> Any: function locals (line 380) | def locals(*args, **kwargs) -> Any: class map (line 384) | class map: method __init__ (line 387) | def __init__(self, *argv, **kwargs) -> None: function next (line 392) | def next(*args, **kwargs) -> Any: class object (line 396) | class object: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: function open (line 404) | def open(*args, **kwargs) -> Any: function ord (line 408) | def ord(*args, **kwargs) -> Any: function pow (line 412) | def pow(*args, **kwargs) -> Any: function print (line 416) | def print(*args, **kwargs) -> Any: class range (line 420) | class range: method __init__ (line 423) | def __init__(self, *argv, **kwargs) -> None: function repr (line 428) | def repr(*args, **kwargs) -> Any: function round (line 432) | def round(*args, **kwargs) -> Any: class set (line 436) | class set: method __init__ (line 439) | def __init__(self, *argv, **kwargs) -> None: method clear (line 443) | def clear(self, *args, **kwargs) -> Any: method copy (line 446) | def copy(self, *args, **kwargs) -> Any: method pop (line 449) | def pop(self, *args, **kwargs) -> Any: method remove (line 452) | def remove(self, *args, **kwargs) -> Any: method update (line 455) | def update(self, *args, **kwargs) -> Any: method add (line 458) | def add(self, *args, **kwargs) -> Any: method difference (line 461) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 464) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 467) | def discard(self, *args, **kwargs) -> Any: method intersection (line 470) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 473) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 476) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 479) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 482) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 485) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 488) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 491) | def union(self, *args, **kwargs) -> Any: function setattr (line 495) | def setattr(*args, **kwargs) -> Any: function sorted (line 499) | def sorted(*args, **kwargs) -> Any: class str (line 503) | class str: method __init__ (line 506) | def __init__(self, *argv, **kwargs) -> None: method count (line 510) | def count(self, *args, **kwargs) -> Any: method endswith (line 513) | def endswith(self, *args, **kwargs) -> Any: method find (line 516) | def find(self, *args, **kwargs) -> Any: method format (line 519) | def format(self, *args, **kwargs) -> Any: method index (line 522) | def index(self, *args, **kwargs) -> Any: method isalpha (line 525) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 528) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 531) | def islower(self, *args, **kwargs) -> Any: method isspace (line 534) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 537) | def isupper(self, *args, **kwargs) -> Any: method join (line 540) | def join(self, *args, **kwargs) -> Any: method lower (line 543) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 546) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 549) | def replace(self, *args, **kwargs) -> Any: method rfind (line 552) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 555) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 558) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 561) | def rstrip(self, *args, **kwargs) -> Any: method split (line 564) | def split(self, *args, **kwargs) -> Any: method startswith (line 567) | def startswith(self, *args, **kwargs) -> Any: method strip (line 570) | def strip(self, *args, **kwargs) -> Any: method upper (line 573) | def upper(self, *args, **kwargs) -> Any: method encode (line 576) | def encode(self, *args, **kwargs) -> Any: function sum (line 580) | def sum(*args, **kwargs) -> Any: class super (line 584) | class super: method __init__ (line 587) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 592) | class tuple: method __init__ (line 595) | def __init__(self, *argv, **kwargs) -> None: method count (line 599) | def count(self, *args, **kwargs) -> Any: method index (line 602) | def index(self, *args, **kwargs) -> Any: class type (line 606) | class type: method __init__ (line 609) | def __init__(self, *argv, **kwargs) -> None: class zip (line 614) | class zip: method __init__ (line 617) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 622) | class StopAsyncIteration: method __init__ (line 625) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 630) | class UnicodeError(Exception): class ViperTypeError (line 634) | class ViperTypeError(Exception): function bin (line 638) | def bin(*args, **kwargs) -> Any: function delattr (line 642) | def delattr(*args, **kwargs) -> Any: class enumerate (line 646) | class enumerate: method __init__ (line 649) | def __init__(self, *argv, **kwargs) -> None: class filter (line 654) | class filter: method __init__ (line 657) | def __init__(self, *argv, **kwargs) -> None: class float (line 662) | class float: method __init__ (line 665) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 670) | class frozenset: method __init__ (line 673) | def __init__(self, *argv, **kwargs) -> None: method copy (line 677) | def copy(self, *args, **kwargs) -> Any: method difference (line 680) | def difference(self, *args, **kwargs) -> Any: method intersection (line 683) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 686) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 689) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 692) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 695) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 698) | def union(self, *args, **kwargs) -> Any: function help (line 702) | def help(*args, **kwargs) -> Any: function hex (line 706) | def hex(*args, **kwargs) -> Any: function input (line 710) | def input(*args, **kwargs) -> Any: function max (line 714) | def max(*args, **kwargs) -> Any: class memoryview (line 718) | class memoryview: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: function min (line 726) | def min(*args, **kwargs) -> Any: function oct (line 730) | def oct(*args, **kwargs) -> Any: class property (line 734) | class property: method __init__ (line 737) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 741) | def deleter(self, *args, **kwargs) -> Any: method getter (line 744) | def getter(self, *args, **kwargs) -> Any: method setter (line 747) | def setter(self, *args, **kwargs) -> Any: class reversed (line 751) | class reversed: method __init__ (line 754) | def __init__(self, *argv, **kwargs) -> None: class slice (line 759) | class slice: method __init__ (line 762) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_18-esp8266/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 17) | class KeyboardInterrupt(Exception): ... class LookupError (line 18) | class LookupError(Exception): ... class MemoryError (line 19) | class MemoryError(Exception): ... class NameError (line 20) | class NameError(Exception): ... class NotImplementedError (line 21) | class NotImplementedError(Exception): ... class OSError (line 22) | class OSError(Exception): ... class OverflowError (line 23) | class OverflowError(Exception): ... class RuntimeError (line 24) | class RuntimeError(Exception): ... class StopIteration (line 25) | class StopIteration(Exception): ... class SyntaxError (line 26) | class SyntaxError(Exception): ... class SystemExit (line 27) | class SystemExit(Exception): ... class TypeError (line 28) | class TypeError(Exception): ... class ValueError (line 29) | class ValueError(Exception): ... class ZeroDivisionError (line 30) | class ZeroDivisionError(Exception): ... function abs (line 32) | def abs(*args, **kwargs) -> Any: ... function all (line 33) | def all(*args, **kwargs) -> Any: ... function any (line 34) | def any(*args, **kwargs) -> Any: ... class bool (line 36) | class bool: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 39) | class bytearray: method __init__ (line 40) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 41) | def append(self, *args, **kwargs) -> Any: ... method extend (line 42) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 43) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 45) | class bytes: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 47) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 48) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 49) | def find(self, *args, **kwargs) -> Any: ... method format (line 50) | def format(self, *args, **kwargs) -> Any: ... method index (line 51) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 52) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 53) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 54) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 55) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 56) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 57) | def join(self, *args, **kwargs) -> Any: ... method lower (line 58) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 59) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 60) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 61) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 62) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 63) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 64) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 65) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 66) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 67) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 68) | def upper(self, *args, **kwargs) -> Any: ... method decode (line 69) | def decode(self, *args, **kwargs) -> Any: ... function callable (line 71) | def callable(*args, **kwargs) -> Any: ... function chr (line 72) | def chr(*args, **kwargs) -> Any: ... class dict (line 74) | class dict: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 76) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 77) | def copy(self, *args, **kwargs) -> Any: ... method get (line 78) | def get(self, *args, **kwargs) -> Any: ... method items (line 79) | def items(self, *args, **kwargs) -> Any: ... method keys (line 80) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 81) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 82) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 83) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 84) | def update(self, *args, **kwargs) -> Any: ... method values (line 85) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 87) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 89) | def dir(*args, **kwargs) -> Any: ... function divmod (line 90) | def divmod(*args, **kwargs) -> Any: ... function eval (line 91) | def eval(*args, **kwargs) -> Any: ... function exec (line 92) | def exec(*args, **kwargs) -> Any: ... function getattr (line 93) | def getattr(*args, **kwargs) -> Any: ... function globals (line 94) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 95) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 96) | def hash(*args, **kwargs) -> Any: ... function id (line 97) | def id(*args, **kwargs) -> Any: ... class int (line 99) | class int: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 102) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 103) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 105) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 106) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 107) | def iter(*args, **kwargs) -> Any: ... function len (line 108) | def len(*args, **kwargs) -> Any: ... class list (line 110) | class list: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 112) | def append(self, *args, **kwargs) -> Any: ... method clear (line 113) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 114) | def copy(self, *args, **kwargs) -> Any: ... method count (line 115) | def count(self, *args, **kwargs) -> Any: ... method extend (line 116) | def extend(self, *args, **kwargs) -> Any: ... method index (line 117) | def index(self, *args, **kwargs) -> Any: ... method insert (line 118) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 119) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 120) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 121) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 122) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 124) | def locals(*args, **kwargs) -> Any: ... class map (line 126) | class map: method __init__ (line 127) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 129) | def next(*args, **kwargs) -> Any: ... class object (line 131) | class object: method __init__ (line 132) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 134) | def open(*args, **kwargs) -> Any: ... function ord (line 135) | def ord(*args, **kwargs) -> Any: ... function pow (line 136) | def pow(*args, **kwargs) -> Any: ... function print (line 137) | def print(*args, **kwargs) -> Any: ... class range (line 139) | class range: method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 142) | def repr(*args, **kwargs) -> Any: ... function round (line 143) | def round(*args, **kwargs) -> Any: ... class set (line 145) | class set: method __init__ (line 146) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 147) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 148) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 149) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 150) | def remove(self, *args, **kwargs) -> Any: ... method update (line 151) | def update(self, *args, **kwargs) -> Any: ... method add (line 152) | def add(self, *args, **kwargs) -> Any: ... method difference (line 153) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 154) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 155) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 156) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 157) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 158) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 159) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 160) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 161) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 162) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 163) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 165) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 166) | def sorted(*args, **kwargs) -> Any: ... class str (line 168) | class str: method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 170) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 171) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 172) | def find(self, *args, **kwargs) -> Any: ... method format (line 173) | def format(self, *args, **kwargs) -> Any: ... method index (line 174) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 175) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 176) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 177) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 178) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 179) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 180) | def join(self, *args, **kwargs) -> Any: ... method lower (line 181) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 182) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 183) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 184) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 185) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 186) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 187) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 188) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 189) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 190) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 191) | def upper(self, *args, **kwargs) -> Any: ... method encode (line 192) | def encode(self, *args, **kwargs) -> Any: ... function sum (line 194) | def sum(*args, **kwargs) -> Any: ... class super (line 196) | class super: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 199) | class tuple: method __init__ (line 200) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 201) | def count(self, *args, **kwargs) -> Any: ... method index (line 202) | def index(self, *args, **kwargs) -> Any: ... class type (line 204) | class type: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 207) | class zip: method __init__ (line 208) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 210) | class StopAsyncIteration: method __init__ (line 211) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 213) | class UnicodeError(Exception): ... class ViperTypeError (line 214) | class ViperTypeError(Exception): ... function bin (line 216) | def bin(*args, **kwargs) -> Any: ... function delattr (line 217) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 219) | class enumerate: method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... class filter (line 222) | class filter: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 225) | class float: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 228) | class frozenset: method __init__ (line 229) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 230) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 231) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 232) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 233) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 234) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 235) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 236) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 237) | def union(self, *args, **kwargs) -> Any: ... function help (line 239) | def help(*args, **kwargs) -> Any: ... function hex (line 240) | def hex(*args, **kwargs) -> Any: ... function input (line 241) | def input(*args, **kwargs) -> Any: ... function max (line 242) | def max(*args, **kwargs) -> Any: ... class memoryview (line 244) | class memoryview: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 247) | def min(*args, **kwargs) -> Any: ... function oct (line 248) | def oct(*args, **kwargs) -> Any: ... class property (line 250) | class property: method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 252) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 253) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 254) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 256) | class reversed: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 259) | class slice: method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_18-esp8266/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/esp.py function apa102_write (line 13) | def apa102_write(*args, **kwargs) -> Any: function check_fw (line 17) | def check_fw(*args, **kwargs) -> Any: function deepsleep (line 21) | def deepsleep(*args, **kwargs) -> Any: function dht_readinto (line 25) | def dht_readinto(*args, **kwargs) -> Any: function esf_free_bufs (line 29) | def esf_free_bufs(*args, **kwargs) -> Any: function flash_erase (line 33) | def flash_erase(*args, **kwargs) -> Any: function flash_id (line 37) | def flash_id(*args, **kwargs) -> Any: function flash_read (line 41) | def flash_read(*args, **kwargs) -> Any: function flash_size (line 45) | def flash_size(*args, **kwargs) -> Any: function flash_user_start (line 49) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 53) | def flash_write(*args, **kwargs) -> Any: function free (line 57) | def free(*args, **kwargs) -> Any: function freemem (line 61) | def freemem(*args, **kwargs) -> Any: function info (line 65) | def info(*args, **kwargs) -> Any: function malloc (line 69) | def malloc(*args, **kwargs) -> Any: function meminfo (line 73) | def meminfo(*args, **kwargs) -> Any: function osdebug (line 77) | def osdebug(*args, **kwargs) -> Any: function set_native_code_location (line 81) | def set_native_code_location(*args, **kwargs) -> Any: function sleep_type (line 85) | def sleep_type(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/esp.pyi function apa102_write (line 7) | def apa102_write(*args, **kwargs) -> Any: ... function check_fw (line 8) | def check_fw(*args, **kwargs) -> Any: ... function deepsleep (line 9) | def deepsleep(*args, **kwargs) -> Any: ... function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... function esf_free_bufs (line 11) | def esf_free_bufs(*args, **kwargs) -> Any: ... function flash_erase (line 12) | def flash_erase(*args, **kwargs) -> Any: ... function flash_id (line 13) | def flash_id(*args, **kwargs) -> Any: ... function flash_read (line 14) | def flash_read(*args, **kwargs) -> Any: ... function flash_size (line 15) | def flash_size(*args, **kwargs) -> Any: ... function flash_user_start (line 16) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 17) | def flash_write(*args, **kwargs) -> Any: ... function free (line 18) | def free(*args, **kwargs) -> Any: ... function freemem (line 19) | def freemem(*args, **kwargs) -> Any: ... function info (line 20) | def info(*args, **kwargs) -> Any: ... function malloc (line 21) | def malloc(*args, **kwargs) -> Any: ... function meminfo (line 22) | def meminfo(*args, **kwargs) -> Any: ... function osdebug (line 23) | def osdebug(*args, **kwargs) -> Any: ... function set_native_code_location (line 24) | def set_native_code_location(*args, **kwargs) -> Any: ... function sleep_type (line 25) | def sleep_type(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/flashbdev.py class FlashBdev (line 12) | class FlashBdev: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 19) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 22) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 25) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/flashbdev.pyi class FlashBdev (line 6) | class FlashBdev: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 8) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 9) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 10) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/hashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/hashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/inisetup.py function wifi (line 11) | def wifi(*args, **kwargs) -> Any: function check_bootsec (line 15) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 19) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 23) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/inisetup.pyi function wifi (line 5) | def wifi(*args, **kwargs) -> Any: ... function check_bootsec (line 6) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 7) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 8) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/lwip.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/lwip.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/machine.py class ADC (line 9) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method read_u16 (line 19) | def read_u16(self, *args, **kwargs) -> Any: class I2C (line 28) | class I2C: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: method start (line 38) | def start(self, *args, **kwargs) -> Any: method stop (line 41) | def stop(self, *args, **kwargs) -> Any: method write (line 44) | def write(self, *args, **kwargs) -> Any: method init (line 47) | def init(self, *args, **kwargs) -> Any: method readfrom (line 50) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 53) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 56) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 59) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 62) | def scan(self, *args, **kwargs) -> Any: method writeto (line 65) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 68) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 71) | def writevto(self, *args, **kwargs) -> Any: class PWM (line 75) | class PWM: method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 82) | def deinit(self, *args, **kwargs) -> Any: method duty (line 85) | def duty(self, *args, **kwargs) -> Any: method freq (line 88) | def freq(self, *args, **kwargs) -> Any: method init (line 91) | def init(self, *args, **kwargs) -> Any: class Pin (line 98) | class Pin: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: method value (line 105) | def value(self, *args, **kwargs) -> Any: method init (line 115) | def init(self, *args, **kwargs) -> Any: method irq (line 118) | def irq(self, *args, **kwargs) -> Any: method off (line 121) | def off(self, *args, **kwargs) -> Any: method on (line 124) | def on(self, *args, **kwargs) -> Any: class RTC (line 128) | class RTC: method __init__ (line 131) | def __init__(self, *argv, **kwargs) -> None: method alarm (line 137) | def alarm(self, *args, **kwargs) -> Any: method alarm_left (line 140) | def alarm_left(self, *args, **kwargs) -> Any: method datetime (line 143) | def datetime(self, *args, **kwargs) -> Any: method irq (line 146) | def irq(self, *args, **kwargs) -> Any: method memory (line 149) | def memory(self, *args, **kwargs) -> Any: class SPI (line 156) | class SPI: method __init__ (line 159) | def __init__(self, *argv, **kwargs) -> None: method read (line 163) | def read(self, *args, **kwargs) -> Any: method readinto (line 166) | def readinto(self, *args, **kwargs) -> Any: method write (line 169) | def write(self, *args, **kwargs) -> Any: method deinit (line 175) | def deinit(self, *args, **kwargs) -> Any: method init (line 178) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 181) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 185) | class Signal: method __init__ (line 188) | def __init__(self, *argv, **kwargs) -> None: method value (line 192) | def value(self, *args, **kwargs) -> Any: method off (line 195) | def off(self, *args, **kwargs) -> Any: method on (line 198) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 202) | class SoftI2C: method __init__ (line 205) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 209) | def readinto(self, *args, **kwargs) -> Any: method start (line 212) | def start(self, *args, **kwargs) -> Any: method stop (line 215) | def stop(self, *args, **kwargs) -> Any: method write (line 218) | def write(self, *args, **kwargs) -> Any: method init (line 221) | def init(self, *args, **kwargs) -> Any: method readfrom (line 224) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 227) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 230) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 233) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 236) | def scan(self, *args, **kwargs) -> Any: method writeto (line 239) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 242) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 245) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 249) | class SoftSPI: method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: method read (line 256) | def read(self, *args, **kwargs) -> Any: method readinto (line 259) | def readinto(self, *args, **kwargs) -> Any: method write (line 262) | def write(self, *args, **kwargs) -> Any: method deinit (line 268) | def deinit(self, *args, **kwargs) -> Any: method init (line 271) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 274) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 278) | class Timer: method __init__ (line 281) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 288) | def deinit(self, *args, **kwargs) -> Any: method init (line 291) | def init(self, *args, **kwargs) -> Any: class UART (line 295) | class UART: method __init__ (line 298) | def __init__(self, *argv, **kwargs) -> None: method any (line 302) | def any(self, *args, **kwargs) -> Any: method read (line 305) | def read(self, *args, **kwargs) -> Any: method readinto (line 308) | def readinto(self, *args, **kwargs) -> Any: method readline (line 311) | def readline(self, *args, **kwargs) -> Any: method write (line 314) | def write(self, *args, **kwargs) -> Any: method init (line 317) | def init(self, *args, **kwargs) -> Any: class WDT (line 321) | class WDT: method __init__ (line 324) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 328) | def deinit(self, *args, **kwargs) -> Any: method feed (line 331) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 338) | def bitstream(*args, **kwargs) -> Any: function deepsleep (line 342) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 346) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 350) | def enable_irq(*args, **kwargs) -> Any: function freq (line 354) | def freq(*args, **kwargs) -> Any: function idle (line 358) | def idle(*args, **kwargs) -> Any: function lightsleep (line 362) | def lightsleep(*args, **kwargs) -> Any: function reset (line 371) | def reset(*args, **kwargs) -> Any: function reset_cause (line 375) | def reset_cause(*args, **kwargs) -> Any: function sleep (line 379) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 383) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 387) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 391) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/machine.pyi class ADC (line 3) | class ADC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method read_u16 (line 6) | def read_u16(self, *args, **kwargs) -> Any: ... class I2C (line 12) | class I2C: method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 15) | def start(self, *args, **kwargs) -> Any: ... method stop (line 16) | def stop(self, *args, **kwargs) -> Any: ... method write (line 17) | def write(self, *args, **kwargs) -> Any: ... method init (line 18) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 19) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 20) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 21) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 22) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 23) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 24) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 25) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 26) | def writevto(self, *args, **kwargs) -> Any: ... class PWM (line 28) | class PWM: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 30) | def deinit(self, *args, **kwargs) -> Any: ... method duty (line 31) | def duty(self, *args, **kwargs) -> Any: ... method freq (line 32) | def freq(self, *args, **kwargs) -> Any: ... method init (line 33) | def init(self, *args, **kwargs) -> Any: ... class Pin (line 37) | class Pin: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 39) | def value(self, *args, **kwargs) -> Any: ... method init (line 46) | def init(self, *args, **kwargs) -> Any: ... method irq (line 47) | def irq(self, *args, **kwargs) -> Any: ... method off (line 48) | def off(self, *args, **kwargs) -> Any: ... method on (line 49) | def on(self, *args, **kwargs) -> Any: ... class RTC (line 51) | class RTC: method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... method alarm (line 54) | def alarm(self, *args, **kwargs) -> Any: ... method alarm_left (line 55) | def alarm_left(self, *args, **kwargs) -> Any: ... method datetime (line 56) | def datetime(self, *args, **kwargs) -> Any: ... method irq (line 57) | def irq(self, *args, **kwargs) -> Any: ... method memory (line 58) | def memory(self, *args, **kwargs) -> Any: ... class SPI (line 62) | class SPI: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 64) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 65) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 66) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 69) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 70) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 71) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 73) | class Signal: method __init__ (line 74) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 75) | def value(self, *args, **kwargs) -> Any: ... method off (line 76) | def off(self, *args, **kwargs) -> Any: ... method on (line 77) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 79) | class SoftI2C: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 81) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 82) | def start(self, *args, **kwargs) -> Any: ... method stop (line 83) | def stop(self, *args, **kwargs) -> Any: ... method write (line 84) | def write(self, *args, **kwargs) -> Any: ... method init (line 85) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 86) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 87) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 88) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 89) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 90) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 91) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 92) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 93) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 95) | class SoftSPI: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 97) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 98) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 99) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 102) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 103) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 104) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 106) | class Timer: method __init__ (line 107) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 110) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 111) | def init(self, *args, **kwargs) -> Any: ... class UART (line 113) | class UART: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 115) | def any(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 118) | def readline(self, *args, **kwargs) -> Any: ... method write (line 119) | def write(self, *args, **kwargs) -> Any: ... method init (line 120) | def init(self, *args, **kwargs) -> Any: ... class WDT (line 122) | class WDT: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 124) | def deinit(self, *args, **kwargs) -> Any: ... method feed (line 125) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 129) | def bitstream(*args, **kwargs) -> Any: ... function deepsleep (line 130) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 131) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 132) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 133) | def freq(*args, **kwargs) -> Any: ... function idle (line 134) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 135) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 141) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 142) | def reset_cause(*args, **kwargs) -> Any: ... function sleep (line 143) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 144) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 145) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 146) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function asin (line 17) | def asin(*args, **kwargs) -> Any: function atan (line 21) | def atan(*args, **kwargs) -> Any: function atan2 (line 25) | def atan2(*args, **kwargs) -> Any: function ceil (line 29) | def ceil(*args, **kwargs) -> Any: function copysign (line 33) | def copysign(*args, **kwargs) -> Any: function cos (line 37) | def cos(*args, **kwargs) -> Any: function degrees (line 41) | def degrees(*args, **kwargs) -> Any: function exp (line 48) | def exp(*args, **kwargs) -> Any: function fabs (line 52) | def fabs(*args, **kwargs) -> Any: function floor (line 56) | def floor(*args, **kwargs) -> Any: function fmod (line 60) | def fmod(*args, **kwargs) -> Any: function frexp (line 64) | def frexp(*args, **kwargs) -> Any: function isfinite (line 68) | def isfinite(*args, **kwargs) -> Any: function isinf (line 72) | def isinf(*args, **kwargs) -> Any: function isnan (line 76) | def isnan(*args, **kwargs) -> Any: function ldexp (line 80) | def ldexp(*args, **kwargs) -> Any: function log (line 84) | def log(*args, **kwargs) -> Any: function modf (line 88) | def modf(*args, **kwargs) -> Any: function radians (line 95) | def radians(*args, **kwargs) -> Any: function sin (line 99) | def sin(*args, **kwargs) -> Any: function sqrt (line 103) | def sqrt(*args, **kwargs) -> Any: function tan (line 107) | def tan(*args, **kwargs) -> Any: function trunc (line 111) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function asin (line 5) | def asin(*args, **kwargs) -> Any: ... function atan (line 6) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 7) | def atan2(*args, **kwargs) -> Any: ... function ceil (line 8) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 9) | def copysign(*args, **kwargs) -> Any: ... function cos (line 10) | def cos(*args, **kwargs) -> Any: ... function degrees (line 11) | def degrees(*args, **kwargs) -> Any: ... function exp (line 15) | def exp(*args, **kwargs) -> Any: ... function fabs (line 16) | def fabs(*args, **kwargs) -> Any: ... function floor (line 17) | def floor(*args, **kwargs) -> Any: ... function fmod (line 18) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 19) | def frexp(*args, **kwargs) -> Any: ... function isfinite (line 20) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 21) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 22) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 23) | def ldexp(*args, **kwargs) -> Any: ... function log (line 24) | def log(*args, **kwargs) -> Any: ... function modf (line 25) | def modf(*args, **kwargs) -> Any: ... function radians (line 29) | def radians(*args, **kwargs) -> Any: ... function sin (line 30) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 31) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 32) | def tan(*args, **kwargs) -> Any: ... function trunc (line 33) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/neopixel.py function bitstream (line 9) | def bitstream(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/neopixel.pyi function bitstream (line 3) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/network.py function WLAN (line 26) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 30) | def phy_mode(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/network.pyi function WLAN (line 20) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 21) | def phy_mode(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/ntptime.py function time (line 9) | def time(*args, **kwargs) -> Any: function settime (line 17) | def settime(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/ntptime.pyi function time (line 3) | def time(*args, **kwargs) -> Any: ... function settime (line 8) | def settime(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/random.py function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: function seed (line 13) | def seed(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/random.pyi function getrandbits (line 3) | def getrandbits(*args, **kwargs) -> Any: ... function seed (line 4) | def seed(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/socket.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/socket.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/ssd1306.py function const (line 9) | def const(*args, **kwargs) -> Any: class SSD1306 (line 33) | class SSD1306: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: method blit (line 40) | def blit(self, *args, **kwargs) -> Any: method fill (line 43) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 46) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 49) | def hline(self, *args, **kwargs) -> Any: method invert (line 52) | def invert(self, *args, **kwargs) -> Any: method line (line 55) | def line(self, *args, **kwargs) -> Any: method pixel (line 58) | def pixel(self, *args, **kwargs) -> Any: method rect (line 61) | def rect(self, *args, **kwargs) -> Any: method scroll (line 64) | def scroll(self, *args, **kwargs) -> Any: method text (line 67) | def text(self, *args, **kwargs) -> Any: method vline (line 70) | def vline(self, *args, **kwargs) -> Any: method init_display (line 73) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 76) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 79) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 82) | def contrast(self, *args, **kwargs) -> Any: method rotate (line 85) | def rotate(self, *args, **kwargs) -> Any: method show (line 88) | def show(self, *args, **kwargs) -> Any: class SSD1306_I2C (line 92) | class SSD1306_I2C: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: method blit (line 99) | def blit(self, *args, **kwargs) -> Any: method fill (line 102) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 105) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 108) | def hline(self, *args, **kwargs) -> Any: method invert (line 111) | def invert(self, *args, **kwargs) -> Any: method line (line 114) | def line(self, *args, **kwargs) -> Any: method pixel (line 117) | def pixel(self, *args, **kwargs) -> Any: method rect (line 120) | def rect(self, *args, **kwargs) -> Any: method scroll (line 123) | def scroll(self, *args, **kwargs) -> Any: method text (line 126) | def text(self, *args, **kwargs) -> Any: method vline (line 129) | def vline(self, *args, **kwargs) -> Any: method init_display (line 132) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 135) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 138) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 141) | def contrast(self, *args, **kwargs) -> Any: method rotate (line 144) | def rotate(self, *args, **kwargs) -> Any: method show (line 147) | def show(self, *args, **kwargs) -> Any: method write_cmd (line 150) | def write_cmd(self, *args, **kwargs) -> Any: method write_data (line 153) | def write_data(self, *args, **kwargs) -> Any: class SSD1306_SPI (line 157) | class SSD1306_SPI: method __init__ (line 160) | def __init__(self, *argv, **kwargs) -> None: method blit (line 164) | def blit(self, *args, **kwargs) -> Any: method fill (line 167) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 170) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 173) | def hline(self, *args, **kwargs) -> Any: method invert (line 176) | def invert(self, *args, **kwargs) -> Any: method line (line 179) | def line(self, *args, **kwargs) -> Any: method pixel (line 182) | def pixel(self, *args, **kwargs) -> Any: method rect (line 185) | def rect(self, *args, **kwargs) -> Any: method scroll (line 188) | def scroll(self, *args, **kwargs) -> Any: method text (line 191) | def text(self, *args, **kwargs) -> Any: method vline (line 194) | def vline(self, *args, **kwargs) -> Any: method init_display (line 197) | def init_display(self, *args, **kwargs) -> Any: method poweroff (line 200) | def poweroff(self, *args, **kwargs) -> Any: method poweron (line 203) | def poweron(self, *args, **kwargs) -> Any: method contrast (line 206) | def contrast(self, *args, **kwargs) -> Any: method rotate (line 209) | def rotate(self, *args, **kwargs) -> Any: method show (line 212) | def show(self, *args, **kwargs) -> Any: method write_cmd (line 215) | def write_cmd(self, *args, **kwargs) -> Any: method write_data (line 218) | def write_data(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/ssd1306.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class SSD1306 (line 24) | class SSD1306: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 26) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 27) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 28) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 29) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 30) | def invert(self, *args, **kwargs) -> Any: ... method line (line 31) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 32) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 33) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 34) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 35) | def text(self, *args, **kwargs) -> Any: ... method vline (line 36) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 37) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 38) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 39) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 40) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 41) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 42) | def show(self, *args, **kwargs) -> Any: ... class SSD1306_I2C (line 44) | class SSD1306_I2C: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 46) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 47) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 48) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 49) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 50) | def invert(self, *args, **kwargs) -> Any: ... method line (line 51) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 52) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 53) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 54) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 55) | def text(self, *args, **kwargs) -> Any: ... method vline (line 56) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 57) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 58) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 59) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 60) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 61) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 62) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 63) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 64) | def write_data(self, *args, **kwargs) -> Any: ... class SSD1306_SPI (line 66) | class SSD1306_SPI: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 68) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 69) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 70) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 71) | def hline(self, *args, **kwargs) -> Any: ... method invert (line 72) | def invert(self, *args, **kwargs) -> Any: ... method line (line 73) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 74) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 75) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 76) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 77) | def text(self, *args, **kwargs) -> Any: ... method vline (line 78) | def vline(self, *args, **kwargs) -> Any: ... method init_display (line 79) | def init_display(self, *args, **kwargs) -> Any: ... method poweroff (line 80) | def poweroff(self, *args, **kwargs) -> Any: ... method poweron (line 81) | def poweron(self, *args, **kwargs) -> Any: ... method contrast (line 82) | def contrast(self, *args, **kwargs) -> Any: ... method rotate (line 83) | def rotate(self, *args, **kwargs) -> Any: ... method show (line 84) | def show(self, *args, **kwargs) -> Any: ... method write_cmd (line 85) | def write_cmd(self, *args, **kwargs) -> Any: ... method write_data (line 86) | def write_data(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/time.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/time.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 64) | class Event: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: method clear (line 71) | def clear(self, *args, **kwargs) -> Any: method set (line 74) | def set(self, *args, **kwargs) -> Any: method is_set (line 77) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 83) | class Lock: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: method release (line 90) | def release(self, *args, **kwargs) -> Any: method locked (line 93) | def locked(self, *args, **kwargs) -> Any: function ticks (line 99) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 103) | class TimeoutError(Exception): class SingletonGenerator (line 107) | class SingletonGenerator: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 115) | class IOQueue: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: method remove (line 122) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 125) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 128) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 131) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 135) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 139) | def run_until_complete(*args, **kwargs) -> Any: function run (line 143) | def run(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 28) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 33) | def release(self, *args, **kwargs) -> Any: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 60) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 64) | class TimeoutError(Exception): class SingletonGenerator (line 68) | class SingletonGenerator: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 76) | class IOQueue: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method remove (line 83) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 86) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 89) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 92) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 96) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 100) | def run_until_complete(*args, **kwargs) -> Any: function run (line 104) | def run(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method release (line 16) | def release(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function hexlify (line 17) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 21) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function hexlify (line 5) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 6) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/ucryptolib.py class aes (line 9) | class aes: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method decrypt (line 16) | def decrypt(self, *args, **kwargs) -> Any: method encrypt (line 19) | def encrypt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/ucryptolib.pyi class aes (line 3) | class aes: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method encrypt (line 6) | def encrypt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_18-esp8266/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_18-esp8266/uhashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/uhashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method connect (line 16) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 19) | def disconnect(self, *args, **kwargs) -> Any: method log (line 22) | def log(self, *args, **kwargs) -> Any: method set_callback (line 27) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 30) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 33) | def ping(self, *args, **kwargs) -> Any: method subscribe (line 38) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 43) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 48) | def delay(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 5) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 6) | def disconnect(self, *args, **kwargs) -> Any: ... method log (line 7) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 9) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 10) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 11) | def ping(self, *args, **kwargs) -> Any: ... method subscribe (line 13) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 15) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 17) | def delay(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTException (line 13) | class MQTTException(Exception): class MQTTClient (line 17) | class MQTTClient: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method connect (line 24) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 27) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: method set_last_will (line 33) | def set_last_will(self, *args, **kwargs) -> Any: method ping (line 36) | def ping(self, *args, **kwargs) -> Any: method publish (line 39) | def publish(self, *args, **kwargs) -> Any: method subscribe (line 42) | def subscribe(self, *args, **kwargs) -> Any: method wait_msg (line 45) | def wait_msg(self, *args, **kwargs) -> Any: method check_msg (line 48) | def check_msg(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTException (line 5) | class MQTTException(Exception): ... class MQTTClient (line 7) | class MQTTClient: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method connect (line 9) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 11) | def set_callback(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method ping (line 13) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 14) | def publish(self, *args, **kwargs) -> Any: ... method subscribe (line 15) | def subscribe(self, *args, **kwargs) -> Any: ... method wait_msg (line 16) | def wait_msg(self, *args, **kwargs) -> Any: ... method check_msg (line 17) | def check_msg(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function dupterm (line 111) | def dupterm(*args, **kwargs) -> Any: function dupterm_notify (line 115) | def dupterm_notify(*args, **kwargs) -> Any: function getcwd (line 119) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 123) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 127) | def listdir(*args, **kwargs) -> Any: function mkdir (line 131) | def mkdir(*args, **kwargs) -> Any: function mount (line 135) | def mount(*args, **kwargs) -> Any: function rename (line 139) | def rename(*args, **kwargs) -> Any: function rmdir (line 143) | def rmdir(*args, **kwargs) -> Any: function stat (line 147) | def stat(*args, **kwargs) -> Any: function statvfs (line 151) | def statvfs(*args, **kwargs) -> Any: function umount (line 155) | def umount(*args, **kwargs) -> Any: function uname (line 159) | def uname(*args, **kwargs) -> Any: function urandom (line 163) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 38) | def dupterm(*args, **kwargs) -> Any: ... function dupterm_notify (line 39) | def dupterm_notify(*args, **kwargs) -> Any: ... function getcwd (line 40) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 41) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 42) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 43) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 44) | def mount(*args, **kwargs) -> Any: ... function rename (line 45) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 46) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 47) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 48) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 49) | def umount(*args, **kwargs) -> Any: ... function uname (line 50) | def uname(*args, **kwargs) -> Any: ... function urandom (line 51) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/urandom.py function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: function seed (line 13) | def seed(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/urandom.pyi function getrandbits (line 3) | def getrandbits(*args, **kwargs) -> Any: ... function seed (line 4) | def seed(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/urequests.py function get (line 9) | def get(*args, **kwargs) -> Any: function put (line 13) | def put(*args, **kwargs) -> Any: function head (line 17) | def head(*args, **kwargs) -> Any: class Response (line 21) | class Response: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method close (line 28) | def close(self, *args, **kwargs) -> Any: method json (line 33) | def json(self, *args, **kwargs) -> Any: function request (line 39) | def request(*args, **kwargs) -> Any: function post (line 43) | def post(*args, **kwargs) -> Any: function patch (line 47) | def patch(*args, **kwargs) -> Any: function delete (line 51) | def delete(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/urequests.pyi function get (line 3) | def get(*args, **kwargs) -> Any: ... function put (line 4) | def put(*args, **kwargs) -> Any: ... function head (line 5) | def head(*args, **kwargs) -> Any: ... class Response (line 7) | class Response: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 9) | def close(self, *args, **kwargs) -> Any: ... method json (line 11) | def json(self, *args, **kwargs) -> Any: ... function request (line 14) | def request(*args, **kwargs) -> Any: ... function post (line 15) | def post(*args, **kwargs) -> Any: ... function patch (line 16) | def patch(*args, **kwargs) -> Any: ... function delete (line 17) | def delete(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/urllib/urequest.py function urlopen (line 9) | def urlopen(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/urllib/urequest.pyi function urlopen (line 3) | def urlopen(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/usocket.py function callback (line 19) | def callback(*args, **kwargs) -> Any: function getaddrinfo (line 23) | def getaddrinfo(*args, **kwargs) -> Any: function print_pcbs (line 27) | def print_pcbs(*args, **kwargs) -> Any: function reset (line 31) | def reset(*args, **kwargs) -> Any: class socket (line 35) | class socket: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: method close (line 42) | def close(self, *args, **kwargs) -> Any: method read (line 45) | def read(self, *args, **kwargs) -> Any: method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: method readline (line 51) | def readline(self, *args, **kwargs) -> Any: method send (line 54) | def send(self, *args, **kwargs) -> Any: method write (line 57) | def write(self, *args, **kwargs) -> Any: method accept (line 60) | def accept(self, *args, **kwargs) -> Any: method bind (line 63) | def bind(self, *args, **kwargs) -> Any: method connect (line 66) | def connect(self, *args, **kwargs) -> Any: method listen (line 69) | def listen(self, *args, **kwargs) -> Any: method makefile (line 72) | def makefile(self, *args, **kwargs) -> Any: method recv (line 75) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 78) | def recvfrom(self, *args, **kwargs) -> Any: method sendall (line 81) | def sendall(self, *args, **kwargs) -> Any: method sendto (line 84) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 87) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 90) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 93) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/usocket.pyi function callback (line 13) | def callback(*args, **kwargs) -> Any: ... function getaddrinfo (line 14) | def getaddrinfo(*args, **kwargs) -> Any: ... function print_pcbs (line 15) | def print_pcbs(*args, **kwargs) -> Any: ... function reset (line 16) | def reset(*args, **kwargs) -> Any: ... class socket (line 18) | class socket: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 23) | def readline(self, *args, **kwargs) -> Any: ... method send (line 24) | def send(self, *args, **kwargs) -> Any: ... method write (line 25) | def write(self, *args, **kwargs) -> Any: ... method accept (line 26) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 27) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 28) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 29) | def listen(self, *args, **kwargs) -> Any: ... method makefile (line 30) | def makefile(self, *args, **kwargs) -> Any: ... method recv (line 31) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 32) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendall (line 33) | def sendall(self, *args, **kwargs) -> Any: ... method sendto (line 34) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 35) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 36) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 37) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/usys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/usys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/utime.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/utime.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/uwebsocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/uwebsocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/websocket.py class websocket (line 9) | class websocket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method read (line 19) | def read(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method readline (line 25) | def readline(self, *args, **kwargs) -> Any: method write (line 28) | def write(self, *args, **kwargs) -> Any: method ioctl (line 31) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/websocket.pyi class websocket (line 3) | class websocket: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method read (line 6) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 8) | def readline(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/websocket_helper.py function server_handshake (line 9) | def server_handshake(*args, **kwargs) -> Any: function client_handshake (line 16) | def client_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(*args, **kwargs) -> Any: ... function client_handshake (line 7) | def client_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-esp8266/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-esp8266/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/dht.py class DHTBase (line 16) | class DHTBase: method __init__ (line 17) | def __init__(self, pin): method measure (line 21) | def measure(self): class DHT11 (line 28) | class DHT11(DHTBase): method humidity (line 29) | def humidity(self): method temperature (line 32) | def temperature(self): class DHT22 (line 36) | class DHT22(DHTBase): method humidity (line 37) | def humidity(self): method temperature (line 40) | def temperature(self): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 222) | def install(to_install, install_path=None): function get_install_path (line 260) | def get_install_path(): function cleanup (line 271) | def cleanup(): function help (line 279) | def help(): function main (line 300) | def main(): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_18-frozen/esp32/GENERIC/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/dht.py class DHTBase (line 16) | class DHTBase: method __init__ (line 17) | def __init__(self, pin): method measure (line 21) | def measure(self): class DHT11 (line 28) | class DHT11(DHTBase): method humidity (line 29) | def humidity(self): method temperature (line 32) | def temperature(self): class DHT22 (line 36) | class DHT22(DHTBase): method humidity (line 37) | def humidity(self): method temperature (line 40) | def temperature(self): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 222) | def install(to_install, install_path=None): function get_install_path (line 260) | def get_install_path(): function cleanup (line 271) | def cleanup(): function help (line 279) | def help(): function main (line 300) | def main(): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_MINI/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/dht.py class DHTBase (line 16) | class DHTBase: method __init__ (line 17) | def __init__(self, pin): method measure (line 21) | def measure(self): class DHT11 (line 28) | class DHT11(DHTBase): method humidity (line 29) | def humidity(self): method temperature (line 32) | def temperature(self): class DHT22 (line 36) | class DHT22(DHTBase): method humidity (line 37) | def humidity(self): method temperature (line 40) | def temperature(self): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/s2pico_oled.py class OLED (line 6) | class OLED(SSD1306_I2C): method __init__ (line 7) | def __init__(self, i2c, reset): method reset (line 13) | def reset(self, reinit=True): method test (line 22) | def test(self): method display_wifi (line 35) | def display_wifi(self): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/ssd1306.py class SSD1306 (line 29) | class SSD1306(framebuf.FrameBuffer): method __init__ (line 30) | def __init__(self, width, height, external_vcc): method init_display (line 39) | def init_display(self): method poweroff (line 78) | def poweroff(self): method poweron (line 81) | def poweron(self): method contrast (line 84) | def contrast(self, contrast): method invert (line 88) | def invert(self, invert): method rotate (line 91) | def rotate(self, rotate): method show (line 95) | def show(self): class SSD1306_I2C (line 112) | class SSD1306_I2C(SSD1306): method __init__ (line 113) | def __init__(self, width, height, i2c, addr=0x3C, external_vcc=False): method write_cmd (line 120) | def write_cmd(self, cmd): method write_data (line 125) | def write_data(self, buf): class SSD1306_SPI (line 130) | class SSD1306_SPI(SSD1306): method __init__ (line 131) | def __init__(self, width, height, spi, dc, res, cs, external_vcc=False): method write_cmd (line 149) | def write_cmd(self, cmd): method write_data (line 157) | def write_data(self, buf): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 222) | def install(to_install, install_path=None): function get_install_path (line 260) | def get_install_path(): function cleanup (line 271) | def cleanup(): function help (line 279) | def help(): function main (line 300) | def main(): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_18-frozen/esp32/LOLIN_S2_PICO/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/atom.py class ATOM (line 41) | class ATOM: method __init__ (line 42) | def __init__(self, np_n): method get_button_status (line 46) | def get_button_status(self): method set_button_callback (line 49) | def set_button_callback(self, cb): method set_pixel_color (line 52) | def set_pixel_color(self, num, r, g, b): method get_pixel_color (line 57) | def get_pixel_color(self, num): method set_pixels_color (line 61) | def set_pixels_color(self, r, g, b): class Lite (line 66) | class Lite(ATOM): method __init__ (line 68) | def __init__(self): class Matrix (line 72) | class Matrix(ATOM): method __init__ (line 74) | def __init__(self): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/dht.py class DHTBase (line 16) | class DHTBase: method __init__ (line 17) | def __init__(self, pin): method measure (line 21) | def measure(self): class DHT11 (line 28) | class DHT11(DHTBase): method humidity (line 29) | def humidity(self): method temperature (line 32) | def temperature(self): class DHT22 (line 36) | class DHT22(DHTBase): method humidity (line 37) | def humidity(self): method temperature (line 40) | def temperature(self): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 222) | def install(to_install, install_path=None): function get_install_path (line 260) | def get_install_path(): function cleanup (line 271) | def cleanup(): function help (line 279) | def help(): function main (line 300) | def main(): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_18-frozen/esp32/M5STACK_ATOM/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/dht.py class DHTBase (line 16) | class DHTBase: method __init__ (line 17) | def __init__(self, pin): method measure (line 21) | def measure(self): class DHT11 (line 28) | class DHT11(DHTBase): method humidity (line 29) | def humidity(self): method temperature (line 32) | def temperature(self): class DHT22 (line 36) | class DHT22(DHTBase): method humidity (line 37) | def humidity(self): method temperature (line 40) | def temperature(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/dotstar.py class DotStar (line 40) | class DotStar: method __init__ (line 66) | def __init__(self, spi, n, *, brightness=1.0, auto_write=True, pixel_o... method deinit (line 92) | def deinit(self): method __enter__ (line 102) | def __enter__(self): method __exit__ (line 105) | def __exit__(self, exception_type, exception_value, traceback): method __repr__ (line 108) | def __repr__(self): method _set_item (line 111) | def _set_item(self, index, value): method __setitem__ (line 150) | def __setitem__(self, index, val): method __getitem__ (line 168) | def __getitem__(self, index): method __len__ (line 181) | def __len__(self): method brightness (line 185) | def brightness(self): method brightness (line 190) | def brightness(self, brightness): method fill (line 195) | def fill(self, color): method show (line 205) | def show(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/feathers2.py function set_led (line 43) | def set_led(state): function toggle_led (line 48) | def toggle_led(state): function get_amb_light (line 54) | def get_amb_light(): function set_ldo2_power (line 64) | def set_ldo2_power(state): function dotstar_color_wheel (line 82) | def dotstar_color_wheel(wheel_pos): function go_deepsleep (line 98) | def go_deepsleep(t): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 222) | def install(to_install, install_path=None): function get_install_path (line 260) | def get_install_path(): function cleanup (line 271) | def cleanup(): function help (line 279) | def help(): function main (line 300) | def main(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/dht.py class DHTBase (line 16) | class DHTBase: method __init__ (line 17) | def __init__(self, pin): method measure (line 21) | def measure(self): class DHT11 (line 28) | class DHT11(DHTBase): method humidity (line 29) | def humidity(self): method temperature (line 32) | def temperature(self): class DHT22 (line 36) | class DHT22(DHTBase): method humidity (line 37) | def humidity(self): method temperature (line 40) | def temperature(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/feathers2neo.py function set_pixel_power (line 42) | def set_pixel_power(state): function set_pixel_matrix_power (line 47) | def set_pixel_matrix_power(state): function get_battery_voltage (line 52) | def get_battery_voltage(): function get_vbus_present (line 64) | def get_vbus_present(): function rgb_color_wheel (line 70) | def rgb_color_wheel(wheel_pos): function go_deepsleep (line 86) | def go_deepsleep(t): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 222) | def install(to_install, install_path=None): function get_install_path (line 260) | def get_install_path(): function cleanup (line 271) | def cleanup(): function help (line 279) | def help(): function main (line 300) | def main(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_FEATHERS2NEO/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/dht.py class DHTBase (line 16) | class DHTBase: method __init__ (line 17) | def __init__(self, pin): method measure (line 21) | def measure(self): class DHT11 (line 28) | class DHT11(DHTBase): method humidity (line 29) | def humidity(self): method temperature (line 32) | def temperature(self): class DHT22 (line 36) | class DHT22(DHTBase): method humidity (line 37) | def humidity(self): method temperature (line 40) | def temperature(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/dotstar.py class DotStar (line 40) | class DotStar: method __init__ (line 66) | def __init__(self, spi, n, *, brightness=1.0, auto_write=True, pixel_o... method deinit (line 92) | def deinit(self): method __enter__ (line 102) | def __enter__(self): method __exit__ (line 105) | def __exit__(self, exception_type, exception_value, traceback): method __repr__ (line 108) | def __repr__(self): method _set_item (line 111) | def _set_item(self, index, value): method __setitem__ (line 150) | def __setitem__(self, index, val): method __getitem__ (line 168) | def __getitem__(self, index): method __len__ (line 181) | def __len__(self): method brightness (line 185) | def brightness(self): method brightness (line 190) | def brightness(self, brightness): method fill (line 195) | def fill(self, color): method show (line 205) | def show(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/tinypico.py function get_battery_voltage (line 45) | def get_battery_voltage(): function get_battery_charging (line 60) | def get_battery_charging(): function set_dotstar_power (line 80) | def set_dotstar_power(state): function dotstar_color_wheel (line 97) | def dotstar_color_wheel(wheel_pos): function go_deepsleep (line 113) | def go_deepsleep(t): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 222) | def install(to_install, install_path=None): function get_install_path (line 260) | def get_install_path(): function cleanup (line 271) | def cleanup(): function help (line 279) | def help(): function main (line 300) | def main(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYPICO/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/apa106.pyi class APA106 (line 4) | class APA106(NeoPixel): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/dht.py class DHTBase (line 16) | class DHTBase: method __init__ (line 17) | def __init__(self, pin): method measure (line 21) | def measure(self): class DHT11 (line 28) | class DHT11(DHTBase): method humidity (line 29) | def humidity(self): method temperature (line 32) | def temperature(self): class DHT22 (line 36) | class DHT22(DHTBase): method humidity (line 37) | def humidity(self): method temperature (line 40) | def temperature(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/dht.pyi class DHTBase (line 3) | class DHTBase: method __init__ (line 6) | def __init__(self, pin) -> None: ... method measure (line 7) | def measure(self) -> None: ... class DHT11 (line 9) | class DHT11(DHTBase): method humidity (line 10) | def humidity(self): ... method temperature (line 11) | def temperature(self): ... class DHT22 (line 13) | class DHT22(DHTBase): method humidity (line 14) | def humidity(self): ... method temperature (line 15) | def temperature(self): ... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/ds18x20.pyi class DS18X20 (line 7) | class DS18X20: method __init__ (line 10) | def __init__(self, onewire) -> None: ... method scan (line 11) | def scan(self): ... method convert_temp (line 12) | def convert_temp(self) -> None: ... method read_scratch (line 13) | def read_scratch(self, rom): ... method write_scratch (line 14) | def write_scratch(self, rom, buf) -> None: ... method read_temp (line 15) | def read_temp(self, rom): ... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/inisetup.pyi function check_bootsec (line 1) | def check_bootsec(): ... function fs_corrupted (line 2) | def fs_corrupted() -> None: ... function setup (line 3) | def setup(): ... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/neopixel.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 10) | def __init__(self, pin, n, bpp: int = ..., timing: int = ...) -> None:... method __len__ (line 11) | def __len__(self) -> int: ... method __setitem__ (line 12) | def __setitem__(self, i, v) -> None: ... method __getitem__ (line 13) | def __getitem__(self, i): ... method fill (line 14) | def fill(self, v) -> None: ... method write (line 15) | def write(self) -> None: ... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/ntptime.pyi function time (line 4) | def time(): ... function settime (line 5) | def settime() -> None: ... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 10) | def __init__(self, pin) -> None: ... method reset (line 11) | def reset(self, required: bool = ...): ... method readbit (line 12) | def readbit(self): ... method readbyte (line 13) | def readbyte(self): ... method readinto (line 14) | def readinto(self, buf) -> None: ... method writebit (line 15) | def writebit(self, value): ... method writebyte (line 16) | def writebyte(self, value): ... method write (line 17) | def write(self, buf) -> None: ... method select_rom (line 18) | def select_rom(self, rom) -> None: ... method scan (line 19) | def scan(self): ... method _search_rom (line 20) | def _search_rom(self, l_rom, diff): ... method crc8 (line 21) | def crc8(self, data): ... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/tinys2.py function set_pixel_power (line 40) | def set_pixel_power(state): function get_battery_voltage (line 45) | def get_battery_voltage(): function get_vbus_present (line 57) | def get_vbus_present(): function rgb_color_wheel (line 63) | def rgb_color_wheel(wheel_pos): function go_deepsleep (line 79) | def go_deepsleep(t): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/tinys2.pyi function set_pixel_power (line 16) | def set_pixel_power(state) -> None: ... function get_battery_voltage (line 17) | def get_battery_voltage(): ... function get_vbus_present (line 18) | def get_vbus_present(): ... function rgb_color_wheel (line 19) | def rgb_color_wheel(wheel_pos): ... function go_deepsleep (line 20) | def go_deepsleep(t) -> None: ... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/uasyncio/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/uasyncio/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/uasyncio/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/uasyncio/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/uasyncio/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/uasyncio/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push_sorted (line 12) | def push_sorted(self, v, key) -> None: ... method push_head (line 13) | def push_head(self, v) -> None: ... method pop_head (line 14) | def pop_head(self): ... method remove (line 15) | def remove(self, v) -> None: ... class Task (line 17) | class Task: method __init__ (line 26) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 27) | def __iter__(self): ... method __next__ (line 28) | def __next__(self) -> None: ... method done (line 29) | def done(self): ... method cancel (line 30) | def cancel(self): ... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 222) | def install(to_install, install_path=None): function get_install_path (line 260) | def get_install_path(): function cleanup (line 271) | def cleanup(): function help (line 279) | def help(): function main (line 300) | def main(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/upip.pyi class NotFoundError (line 10) | class NotFoundError(Exception): ... function op_split (line 12) | def op_split(path): ... function op_basename (line 13) | def op_basename(path): ... function _makedirs (line 14) | def _makedirs(name, mode: int = ...): ... function save_file (line 15) | def save_file(fname, subf) -> None: ... function install_tar (line 16) | def install_tar(f, prefix): ... function expandhome (line 17) | def expandhome(s): ... function url_open (line 21) | def url_open(url): ... function get_pkg_metadata (line 22) | def get_pkg_metadata(name): ... function fatal (line 23) | def fatal(msg, exc: Incomplete | None = ...) -> None: ... function install_pkg (line 24) | def install_pkg(pkg_spec, install_path): ... function install (line 25) | def install(to_install, install_path: Incomplete | None = ...) -> None: ... function get_install_path (line 26) | def get_install_path(): ... function cleanup (line 27) | def cleanup() -> None: ... function help (line 28) | def help() -> None: ... function main (line 29) | def main() -> None: ... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/upip_utarfile.pyi function roundup (line 7) | def roundup(val, align): ... class FileSection (line 9) | class FileSection: method __init__ (line 13) | def __init__(self, f, content_len, aligned_len) -> None: ... method read (line 14) | def read(self, sz: int = ...): ... method readinto (line 15) | def readinto(self, buf): ... method skip (line 16) | def skip(self) -> None: ... class TarInfo (line 18) | class TarInfo: method __str__ (line 19) | def __str__(self): ... class TarFile (line 21) | class TarFile: method __init__ (line 24) | def __init__(self, name: Incomplete | None = ..., fileobj: Incomplete ... method next (line 25) | def next(self): ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self): ... method extractfile (line 28) | def extractfile(self, tarinfo): ... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/webrepl.pyi function setup_conn (line 6) | def setup_conn(port, accept_handler): ... function accept_conn (line 7) | def accept_conn(listen_sock) -> None: ... function stop (line 8) | def stop() -> None: ... function start (line 9) | def start(port: int = ..., password: Incomplete | None = ...) -> None: ... function start_foreground (line 10) | def start_foreground(port: int = ...) -> None: ... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/webrepl_setup.pyi function input_choice (line 4) | def input_choice(prompt, choices): ... function getpass (line 5) | def getpass(prompt): ... function input_pass (line 6) | def input_pass(): ... function exists (line 7) | def exists(fname): ... function get_daemon_status (line 8) | def get_daemon_status(): ... function change_daemon (line 9) | def change_daemon(action) -> None: ... function main (line 10) | def main() -> None: ... FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_18-frozen/esp32/UM_TINYS2/websocket_helper.pyi function server_handshake (line 3) | def server_handshake(sock) -> None: ... function client_handshake (line 4) | def client_handshake(sock) -> None: ... FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC/apa102.py class APA102 (line 8) | class APA102(NeoPixel): method __init__ (line 11) | def __init__(self, clock_pin, data_pin, n, bpp=4): method write (line 16) | def write(self): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC/dht.py class DHTBase (line 16) | class DHTBase: method __init__ (line 17) | def __init__(self, pin): method measure (line 21) | def measure(self): class DHT11 (line 28) | class DHT11(DHTBase): method humidity (line 29) | def humidity(self): method temperature (line 32) | def temperature(self): class DHT22 (line 36) | class DHT22(DHTBase): method humidity (line 37) | def humidity(self): method temperature (line 40) | def temperature(self): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC/flashbdev.py class FlashBdev (line 4) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks): method readblocks (line 11) | def readblocks(self, n, buf, off=0): method writeblocks (line 15) | def writeblocks(self, n, buf, off=None): method ioctl (line 23) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC/inisetup.py function wifi (line 6) | def wifi(): function check_bootsec (line 14) | def check_bootsec(): function fs_corrupted (line 27) | def fs_corrupted(): function setup (line 43) | def setup(): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC/port_diag.py function main (line 7) | def main(): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 222) | def install(to_install, install_path=None): function get_install_path (line 260) | def get_install_path(): function cleanup (line 271) | def cleanup(): function help (line 279) | def help(): function main (line 300) | def main(): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC_512K/apa102.py class APA102 (line 8) | class APA102(NeoPixel): method __init__ (line 11) | def __init__(self, clock_pin, data_pin, n, bpp=4): method write (line 16) | def write(self): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC_512K/dht.py class DHTBase (line 16) | class DHTBase: method __init__ (line 17) | def __init__(self, pin): method measure (line 21) | def measure(self): class DHT11 (line 28) | class DHT11(DHTBase): method humidity (line 29) | def humidity(self): method temperature (line 32) | def temperature(self): class DHT22 (line 36) | class DHT22(DHTBase): method humidity (line 37) | def humidity(self): method temperature (line 40) | def temperature(self): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC_512K/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC_512K/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC_512K/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC_512K/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC_512K/port_diag.py function main (line 7) | def main(): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC_512K/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC_512K/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_18-frozen/esp8266/GENERIC_512K/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_18-frozen/mimxrt/GENERIC/dht.py class DHTBase (line 16) | class DHTBase: method __init__ (line 17) | def __init__(self, pin): method measure (line 21) | def measure(self): class DHT11 (line 28) | class DHT11(DHTBase): method humidity (line 29) | def humidity(self): method temperature (line 32) | def temperature(self): class DHT22 (line 36) | class DHT22(DHTBase): method humidity (line 37) | def humidity(self): method temperature (line 40) | def temperature(self): FILE: stubs/micropython-v1_18-frozen/mimxrt/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_18-frozen/mimxrt/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_18-frozen/mimxrt/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_18-frozen/mimxrt/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_18-frozen/mimxrt/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_18-frozen/mimxrt/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_18-frozen/mimxrt/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_18-frozen/mimxrt/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_18-frozen/mimxrt/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/aioble/central.py function _central_irq (line 54) | def _central_irq(event, data): function _central_shutdown (line 89) | def _central_shutdown(): function _cancel_pending (line 99) | async def _cancel_pending(): function _connect (line 106) | async def _connect(connection, timeout_ms): class ScanResult (line 140) | class ScanResult: method __init__ (line 141) | def __init__(self, device): method _update (line 149) | def _update(self, adv_type, rssi, adv_data): method __str__ (line 172) | def __str__(self): method _decode_field (line 176) | def _decode_field(self, *adv_type): method name (line 191) | def name(self): method services (line 196) | def services(self): method manufacturer (line 205) | def manufacturer(self, filter=None): class scan (line 218) | class scan: method __init__ (line 219) | def __init__(self, duration_ms, interval_us=None, window_us=None, acti... method __aenter__ (line 235) | async def __aenter__(self): method __aexit__ (line 243) | async def __aexit__(self, exc_type, exc_val, exc_traceback): method __aiter__ (line 249) | def __aiter__(self): method __anext__ (line 253) | async def __anext__(self): method cancel (line 289) | async def cancel(self): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/aioble/client.py function _client_irq (line 41) | def _client_irq(event, data): class ClientDiscover (line 81) | class ClientDiscover: method __init__ (line 82) | def __init__(self, connection, disc_type, parent, timeout_ms, *args): method _start (line 107) | async def _start(self): method __aiter__ (line 117) | def __aiter__(self): method __anext__ (line 120) | async def __anext__(self): method _discover_result (line 138) | def _discover_result(conn_handle, *args): method _discover_done (line 145) | def _discover_done(conn_handle, status): class ClientService (line 155) | class ClientService: method __init__ (line 156) | def __init__(self, connection, start_handle, end_handle, uuid): method __str__ (line 166) | def __str__(self): method characteristic (line 170) | async def characteristic(self, uuid, timeout_ms=2000): method characteristics (line 183) | def characteristics(self, uuid=None, timeout_ms=2000): method _start_discovery (line 187) | def _start_discovery(connection, uuid=None): class BaseClientCharacteristic (line 191) | class BaseClientCharacteristic: method _register_with_connection (line 193) | def _register_with_connection(self): method _find (line 197) | def _find(conn_handle, value_handle): method _check (line 208) | def _check(self, flag): method read (line 213) | async def read(self, timeout_ms=1000): method _read_result (line 234) | def _read_result(conn_handle, value_handle, data): method _read_done (line 240) | def _read_done(conn_handle, value_handle, status): method write (line 245) | async def write(self, data, response=False, timeout_ms=1000): method _write_done (line 269) | def _write_done(conn_handle, value_handle, status): class ClientCharacteristic (line 278) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 279) | def __init__(self, service, def_handle, value_handle, properties, uuid): method __str__ (line 316) | def __str__(self): method _connection (line 319) | def _connection(self): method descriptor (line 323) | async def descriptor(self, uuid, timeout_ms=2000): method descriptors (line 336) | def descriptors(self, timeout_ms=2000): method _start_discovery (line 340) | def _start_discovery(service, uuid=None): method _notified_indicated (line 349) | async def _notified_indicated(self, queue, event, timeout_ms): method notified (line 367) | async def notified(self, timeout_ms=None): method _on_notify_indicate (line 371) | def _on_notify_indicate(self, queue, event, data): method _on_notify (line 387) | def _on_notify(conn_handle, value_handle, notify_data): method indicated (line 393) | async def indicated(self, timeout_ms=None): method _on_indicate (line 398) | def _on_indicate(conn_handle, value_handle, indicate_data): method subscribe (line 404) | async def subscribe(self, notify=True, indicate=False): class ClientDescriptor (line 417) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 418) | def __init__(self, characteristic, dsc_handle, uuid): method __str__ (line 430) | def __str__(self): method _connection (line 433) | def _connection(self): method _start_discovery (line 437) | def _start_discovery(characteristic, uuid=None): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/aioble/core.py function log_error (line 10) | def log_error(*args): function log_warn (line 15) | def log_warn(*args): function log_info (line 20) | def log_info(*args): class GattError (line 25) | class GattError(Exception): method __init__ (line 26) | def __init__(self, status): function ensure_active (line 30) | def ensure_active(): function config (line 41) | def config(*args, **kwargs): function register_irq_handler (line 53) | def register_irq_handler(irq, shutdown): function stop (line 60) | def stop(): function ble_irq (line 67) | def ble_irq(event, data): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/aioble/device.py class DeviceDisconnectedError (line 16) | class DeviceDisconnectedError(Exception): function _device_irq (line 20) | def _device_irq(event, data): class DeviceTimeout (line 35) | class DeviceTimeout: method __init__ (line 36) | def __init__(self, connection, timeout_ms): method _timeout_sleep (line 59) | async def _timeout_sleep(self): method __enter__ (line 73) | def __enter__(self): method __exit__ (line 78) | def __exit__(self, exc_type, exc_val, exc_traceback): class Device (line 112) | class Device: method __init__ (line 113) | def __init__(self, addr_type, addr): method __eq__ (line 119) | def __eq__(self, rhs): method __hash__ (line 122) | def __hash__(self): method __str__ (line 125) | def __str__(self): method addr_hex (line 132) | def addr_hex(self): method connect (line 135) | async def connect(self, timeout_ms=10000): class DeviceConnection (line 149) | class DeviceConnection: method __init__ (line 153) | def __init__(self, device): method device_task (line 194) | async def device_task(self): method _run_task (line 209) | def _run_task(self): method disconnect (line 215) | async def disconnect(self, timeout_ms=2000): method disconnected (line 218) | async def disconnected(self, timeout_ms=60000, disconnect=False): method service (line 235) | async def service(self, uuid, timeout_ms=2000): method services (line 248) | def services(self, uuid=None, timeout_ms=2000): method pair (line 253) | async def pair(self, *args, **kwargs): method is_connected (line 258) | def is_connected(self): method timeout (line 262) | def timeout(self, timeout_ms): method exchange_mtu (line 265) | async def exchange_mtu(self, mtu=None): method l2cap_accept (line 278) | async def l2cap_accept(self, psm, mtu, timeout_ms=None): method l2cap_connect (line 284) | async def l2cap_connect(self, psm, mtu, timeout_ms=1000): method __aenter__ (line 290) | async def __aenter__(self): method __aexit__ (line 293) | async def __aexit__(self, exc_type, exc_val, exc_traceback): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/aioble/l2cap.py function _l2cap_irq (line 23) | def _l2cap_irq(event, data): function _l2cap_shutdown (line 57) | def _l2cap_shutdown(): class L2CAPDisconnectedError (line 66) | class L2CAPDisconnectedError(Exception): class L2CAPConnectionError (line 71) | class L2CAPConnectionError(Exception): class L2CAPChannel (line 75) | class L2CAPChannel: method __init__ (line 76) | def __init__(self, connection): method _assert_connected (line 104) | def _assert_connected(self): method recvinto (line 108) | async def recvinto(self, buf, timeout_ms=None): method available (line 129) | def available(self): method send (line 135) | async def send(self, buf, timeout_ms=None): method flush (line 151) | async def flush(self, timeout_ms=None): method disconnect (line 159) | async def disconnect(self, timeout_ms=1000): method disconnected (line 167) | async def disconnected(self, timeout_ms=1000): method __aenter__ (line 173) | async def __aenter__(self): method __aexit__ (line 176) | async def __aexit__(self, exc_type, exc_val, exc_traceback): function accept (line 181) | async def accept(connection, psn, mtu, timeout_ms): function connect (line 198) | async def connect(connection, psn, mtu, timeout_ms): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/aioble/peripheral.py function _peripheral_irq (line 44) | def _peripheral_irq(event, data): function _peripheral_shutdown (line 66) | def _peripheral_shutdown(): function _append (line 79) | def _append(adv_data, resp_data, adv_type, value): function advertise (line 96) | async def advertise( FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/aioble/security.py function load_secrets (line 35) | def load_secrets(path=None): function _save_secrets (line 55) | def _save_secrets(arg=None): function _security_irq (line 72) | def _security_irq(event, data): function _security_shutdown (line 149) | def _security_shutdown(): function pair (line 160) | async def pair( FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/aioble/server.py function _server_irq (line 47) | def _server_irq(event, data): function _server_shutdown (line 59) | def _server_shutdown(): class Service (line 67) | class Service: method __init__ (line 68) | def __init__(self, uuid): method _tuple (line 73) | def _tuple(self): class BaseCharacteristic (line 77) | class BaseCharacteristic: method _register (line 78) | def _register(self, value_handle): method _tuple (line 86) | def _tuple(self): method read (line 90) | def read(self): method write (line 97) | def write(self, data, send_update=False): method written (line 106) | async def written(self, timeout_ms=None): method on_read (line 122) | def on_read(self, connection): method _remote_write (line 125) | def _remote_write(conn_handle, value_handle): method _remote_read (line 152) | def _remote_read(conn_handle, value_handle): class Characteristic (line 157) | class Characteristic(BaseCharacteristic): method __init__ (line 158) | def __init__( method notify (line 200) | def notify(self, connection, data=None): method indicate (line 205) | async def indicate(self, connection, timeout_ms=1000): method _indicate_done (line 225) | def _indicate_done(conn_handle, value_handle, status): class BufferedCharacteristic (line 237) | class BufferedCharacteristic(Characteristic): method __init__ (line 238) | def __init__(self, service, uuid, max_len=20, append=False): method _register (line 243) | def _register(self, value_handle): class Descriptor (line 248) | class Descriptor(BaseCharacteristic): method __init__ (line 249) | def __init__(self, characteristic, uuid, read=False, write=False, init... function register_services (line 269) | def register_services(*services): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/dht.py class DHTBase (line 16) | class DHTBase: method __init__ (line 17) | def __init__(self, pin): method measure (line 21) | def measure(self): class DHT11 (line 28) | class DHT11(DHTBase): method humidity (line 29) | def humidity(self): method temperature (line 32) | def temperature(self): class DHT22 (line 36) | class DHT22(DHTBase): method humidity (line 37) | def humidity(self): method temperature (line 40) | def temperature(self): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/lsm6dsox.py class LSM6DSOX (line 46) | class LSM6DSOX: method __init__ (line 74) | def __init__( method __read_reg (line 151) | def __read_reg(self, reg, size=1): method __write_reg (line 157) | def __write_reg(self, reg, val): method reset (line 160) | def reset(self): method set_mem_bank (line 168) | def set_mem_bank(self, bank): method set_embedded_functions (line 172) | def set_embedded_functions(self, enable, emb_ab=None): method load_mlc (line 187) | def load_mlc(self, ucf): method read_mlc_output (line 213) | def read_mlc_output(self): method read_gyro (line 222) | def read_gyro(self): method read_accel (line 229) | def read_accel(self): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/rp2.py class PIOASMError (line 18) | class PIOASMError(Exception): class PIOASMEmit (line 22) | class PIOASMEmit: method __init__ (line 23) | def __init__( method start_pass (line 63) | def start_pass(self, pass_): method __getitem__ (line 78) | def __getitem__(self, key): method delay (line 81) | def delay(self, delay): method side (line 88) | def side(self, value): method wrap_target (line 99) | def wrap_target(self): method wrap (line 102) | def wrap(self): method label (line 107) | def label(self, label): method word (line 113) | def word(self, instr, label=None): method nop (line 125) | def nop(self): method jmp (line 128) | def jmp(self, cond, label=None): method wait (line 134) | def wait(self, polarity, src, index): method in_ (line 141) | def in_(self, src, data): method out (line 146) | def out(self, dest, data): method push (line 153) | def push(self, value=0, value2=0): method pull (line 159) | def pull(self, value=0, value2=0): method mov (line 165) | def mov(self, dest, src): method irq (line 170) | def irq(self, mod, index=None): method set (line 176) | def set(self, dest, data): function asm_pio (line 235) | def asm_pio(**kw): function asm_pio_encode (line 276) | def asm_pio_encode(instr, sideset_count, sideset_opt=False): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_18-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_18-frozen/rp2/GENERIC/dht.py class DHTBase (line 16) | class DHTBase: method __init__ (line 17) | def __init__(self, pin): method measure (line 21) | def measure(self): class DHT11 (line 28) | class DHT11(DHTBase): method humidity (line 29) | def humidity(self): method temperature (line 32) | def temperature(self): class DHT22 (line 36) | class DHT22(DHTBase): method humidity (line 37) | def humidity(self): method temperature (line 40) | def temperature(self): FILE: stubs/micropython-v1_18-frozen/rp2/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_18-frozen/rp2/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_18-frozen/rp2/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_18-frozen/rp2/GENERIC/rp2.py class PIOASMError (line 18) | class PIOASMError(Exception): class PIOASMEmit (line 22) | class PIOASMEmit: method __init__ (line 23) | def __init__( method start_pass (line 63) | def start_pass(self, pass_): method __getitem__ (line 78) | def __getitem__(self, key): method delay (line 81) | def delay(self, delay): method side (line 88) | def side(self, value): method wrap_target (line 99) | def wrap_target(self): method wrap (line 102) | def wrap(self): method label (line 107) | def label(self, label): method word (line 113) | def word(self, instr, label=None): method nop (line 125) | def nop(self): method jmp (line 128) | def jmp(self, cond, label=None): method wait (line 134) | def wait(self, polarity, src, index): method in_ (line 141) | def in_(self, src, data): method out (line 146) | def out(self, dest, data): method push (line 153) | def push(self, value=0, value2=0): method pull (line 159) | def pull(self, value=0, value2=0): method mov (line 165) | def mov(self, dest, src): method irq (line 170) | def irq(self, mod, index=None): method set (line 176) | def set(self, dest, data): function asm_pio (line 235) | def asm_pio(**kw): function asm_pio_encode (line 276) | def asm_pio_encode(instr, sideset_count, sideset_opt=False): FILE: stubs/micropython-v1_18-frozen/rp2/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_18-frozen/rp2/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_18-frozen/rp2/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_18-frozen/rp2/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_18-frozen/rp2/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_18-frozen/rp2/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_18-frozen/rp2/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_18-frozen/stm32/GARATRONIC_PYBSTICK26_F411/display/ssd1306.py class SSD1306 (line 29) | class SSD1306(framebuf.FrameBuffer): method __init__ (line 30) | def __init__(self, width, height, external_vcc): method init_display (line 39) | def init_display(self): method poweroff (line 78) | def poweroff(self): method poweron (line 81) | def poweron(self): method contrast (line 84) | def contrast(self, contrast): method invert (line 88) | def invert(self, invert): method rotate (line 91) | def rotate(self, rotate): method show (line 95) | def show(self): class SSD1306_I2C (line 112) | class SSD1306_I2C(SSD1306): method __init__ (line 113) | def __init__(self, width, height, i2c, addr=0x3C, external_vcc=False): method write_cmd (line 120) | def write_cmd(self, cmd): method write_data (line 125) | def write_data(self, buf): class SSD1306_SPI (line 130) | class SSD1306_SPI(SSD1306): method __init__ (line 131) | def __init__(self, width, height, spi, dc, res, cs, external_vcc=False): method write_cmd (line 149) | def write_cmd(self, cmd): method write_data (line 157) | def write_data(self, buf): FILE: stubs/micropython-v1_18-frozen/stm32/GARATRONIC_PYBSTICK26_F411/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_18-frozen/stm32/GARATRONIC_PYBSTICK26_F411/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_18-frozen/stm32/GARATRONIC_PYBSTICK26_F411/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_18-frozen/stm32/GARATRONIC_PYBSTICK26_F411/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_18-frozen/stm32/GARATRONIC_PYBSTICK26_F411/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_18-frozen/stm32/GARATRONIC_PYBSTICK26_F411/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_18-frozen/stm32/GARATRONIC_PYBSTICK26_F411/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_18-frozen/stm32/GENERIC/dht.py class DHTBase (line 16) | class DHTBase: method __init__ (line 17) | def __init__(self, pin): method measure (line 21) | def measure(self): class DHT11 (line 28) | class DHT11(DHTBase): method humidity (line 29) | def humidity(self): method temperature (line 32) | def temperature(self): class DHT22 (line 36) | class DHT22(DHTBase): method humidity (line 37) | def humidity(self): method temperature (line 40) | def temperature(self): FILE: stubs/micropython-v1_18-frozen/stm32/GENERIC/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 326) | def write(self, s): method set_pen (line 332) | def set_pen(self, line, fill): method erase (line 335) | def erase(self): method dot (line 338) | def dot(self, x, y): method rect (line 342) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 371) | def rect_outline(self, x, y, w, h): method rect_interior (line 374) | def rect_interior(self, x, y, w, h): method line (line 377) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 386) | def dot_no_clip(self, x, y): method rect_no_clip (line 389) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 392) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 395) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 398) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 401) | def poly_dot(self, data): method poly_line (line 407) | def poly_line(self, data): method touch_config (line 415) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 418) | def is_touched(self): method get_touch (line 424) | def get_touch(self): method set_spi_win (line 432) | def set_spi_win(self, x, y, w, h): method fast_spi (line 436) | def fast_spi(self, flush=True): method show_framebuf (line 442) | def show_framebuf(self, buf): method set_scroll (line 445) | def set_scroll(self, on): method set_scroll_win (line 448) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 452) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 455) | def set_scroll_buf(self, s): method jpeg_start (line 462) | def jpeg_start(self, l): method jpeg_data (line 468) | def jpeg_data(self, buf): method jpeg (line 471) | def jpeg(self, buf): method feed_wdt (line 475) | def feed_wdt(self): method reset (line 478) | def reset(self): FILE: stubs/micropython-v1_18-frozen/stm32/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_18-frozen/stm32/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_18-frozen/stm32/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_18-frozen/stm32/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_18-frozen/stm32/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_18-frozen/stm32/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_18-frozen/stm32/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_18-frozen/stm32/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_18-frozen/stm32/PYBD_SF2/dht.py class DHTBase (line 16) | class DHTBase: method __init__ (line 17) | def __init__(self, pin): method measure (line 21) | def measure(self): class DHT11 (line 28) | class DHT11(DHTBase): method humidity (line 29) | def humidity(self): method temperature (line 32) | def temperature(self): class DHT22 (line 36) | class DHT22(DHTBase): method humidity (line 37) | def humidity(self): method temperature (line 40) | def temperature(self): FILE: stubs/micropython-v1_18-frozen/stm32/PYBD_SF2/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 326) | def write(self, s): method set_pen (line 332) | def set_pen(self, line, fill): method erase (line 335) | def erase(self): method dot (line 338) | def dot(self, x, y): method rect (line 342) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 371) | def rect_outline(self, x, y, w, h): method rect_interior (line 374) | def rect_interior(self, x, y, w, h): method line (line 377) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 386) | def dot_no_clip(self, x, y): method rect_no_clip (line 389) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 392) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 395) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 398) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 401) | def poly_dot(self, data): method poly_line (line 407) | def poly_line(self, data): method touch_config (line 415) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 418) | def is_touched(self): method get_touch (line 424) | def get_touch(self): method set_spi_win (line 432) | def set_spi_win(self, x, y, w, h): method fast_spi (line 436) | def fast_spi(self, flush=True): method show_framebuf (line 442) | def show_framebuf(self, buf): method set_scroll (line 445) | def set_scroll(self, on): method set_scroll_win (line 448) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 452) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 455) | def set_scroll_buf(self, s): method jpeg_start (line 462) | def jpeg_start(self, l): method jpeg_data (line 468) | def jpeg_data(self, buf): method jpeg (line 471) | def jpeg(self, buf): method feed_wdt (line 475) | def feed_wdt(self): method reset (line 478) | def reset(self): FILE: stubs/micropython-v1_18-frozen/stm32/PYBD_SF2/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_18-frozen/stm32/PYBD_SF2/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_18-frozen/stm32/PYBD_SF2/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_18-frozen/stm32/PYBD_SF2/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_18-frozen/stm32/PYBD_SF2/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_18-frozen/stm32/PYBD_SF2/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_18-frozen/stm32/PYBD_SF2/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_18-frozen/stm32/PYBD_SF2/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_18-frozen/stm32/PYBD_SF2/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None): function start_foreground (line 79) | def start_foreground(port=8266): FILE: stubs/micropython-v1_18-frozen/stm32/PYBD_SF2/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_18-frozen/stm32/PYBD_SF2/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_18-frozen/teensy/GENERIC/boot.py function pins (line 6) | def pins(): function af (line 12) | def af(): FILE: stubs/micropython-v1_18-frozen/unix/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_18-frozen/unix/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 221) | def run(coro): function _stopper (line 229) | async def _stopper(): class Loop (line 236) | class Loop: method create_task (line 239) | def create_task(coro): method run_forever (line 242) | def run_forever(): method run_until_complete (line 248) | def run_until_complete(aw): method stop (line 251) | def stop(): method close (line 258) | def close(): method set_exception_handler (line 261) | def set_exception_handler(handler): method get_exception_handler (line 264) | def get_exception_handler(): method default_exception_handler (line 267) | def default_exception_handler(loop, context): method call_exception_handler (line 272) | def call_exception_handler(context): function get_event_loop (line 277) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 281) | def current_task(): function new_event_loop (line 285) | def new_event_loop(): FILE: stubs/micropython-v1_18-frozen/unix/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_18-frozen/unix/GENERIC/uasyncio/funcs.py function wait_for (line 7) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 52) | def wait_for_ms(aw, timeout): function gather (line 56) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_18-frozen/unix/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_18-frozen/unix/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_18-frozen/unix/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push_sorted (line 102) | def push_sorted(self, v, key): method push_head (line 109) | def push_head(self, v): method pop_head (line 112) | def pop_head(self): method remove (line 117) | def remove(self, v): class Task (line 122) | class Task: method __init__ (line 123) | def __init__(self, coro, globals=None): method __iter__ (line 133) | def __iter__(self): method __next__ (line 142) | def __next__(self): method done (line 152) | def done(self): method cancel (line 155) | def cancel(self): FILE: stubs/micropython-v1_18-frozen/unix/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function op_basename (line 44) | def op_basename(path): function _makedirs (line 49) | def _makedirs(name, mode=0o777): function save_file (line 69) | def save_file(fname, subf): function install_tar (line 79) | def install_tar(f, prefix): function expandhome (line 111) | def expandhome(s): function url_open (line 124) | def url_open(url): function get_pkg_metadata (line 174) | def get_pkg_metadata(name): function fatal (line 187) | def fatal(msg, exc=None): function install_pkg (line 194) | def install_pkg(pkg_spec, install_path): function install (line 222) | def install(to_install, install_path=None): function get_install_path (line 260) | def get_install_path(): function cleanup (line 271) | def cleanup(): function help (line 279) | def help(): function main (line 300) | def main(): FILE: stubs/micropython-v1_18-frozen/unix/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_18-rp2-merged/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/_rp2.py class Flash (line 9) | class Flash: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 16) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 19) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 22) | def writeblocks(self, *args, **kwargs) -> Any: class PIO (line 26) | class PIO: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: method add_program (line 47) | def add_program(self, *args, **kwargs) -> Any: method irq (line 50) | def irq(self, *args, **kwargs) -> Any: method remove_program (line 53) | def remove_program(self, *args, **kwargs) -> Any: method state_machine (line 56) | def state_machine(self, *args, **kwargs) -> Any: class StateMachine (line 60) | class StateMachine: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method exec (line 67) | def exec(self, *args, **kwargs) -> Any: method get (line 70) | def get(self, *args, **kwargs) -> Any: method active (line 73) | def active(self, *args, **kwargs) -> Any: method init (line 76) | def init(self, *args, **kwargs) -> Any: method irq (line 79) | def irq(self, *args, **kwargs) -> Any: method put (line 82) | def put(self, *args, **kwargs) -> Any: method restart (line 85) | def restart(self, *args, **kwargs) -> Any: method rx_fifo (line 88) | def rx_fifo(self, *args, **kwargs) -> Any: method tx_fifo (line 91) | def tx_fifo(self, *args, **kwargs) -> Any: function dht_readinto (line 95) | def dht_readinto(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/_rp2.pyi class Flash (line 3) | class Flash: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 6) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 7) | def writeblocks(self, *args, **kwargs) -> Any: ... class PIO (line 9) | class PIO: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method add_program (line 24) | def add_program(self, *args, **kwargs) -> Any: ... method irq (line 25) | def irq(self, *args, **kwargs) -> Any: ... method remove_program (line 26) | def remove_program(self, *args, **kwargs) -> Any: ... method state_machine (line 27) | def state_machine(self, *args, **kwargs) -> Any: ... class StateMachine (line 29) | class StateMachine: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... method exec (line 31) | def exec(self, *args, **kwargs) -> Any: ... method get (line 32) | def get(self, *args, **kwargs) -> Any: ... method active (line 33) | def active(self, *args, **kwargs) -> Any: ... method init (line 34) | def init(self, *args, **kwargs) -> Any: ... method irq (line 35) | def irq(self, *args, **kwargs) -> Any: ... method put (line 36) | def put(self, *args, **kwargs) -> Any: ... method restart (line 37) | def restart(self, *args, **kwargs) -> Any: ... method rx_fifo (line 38) | def rx_fifo(self, *args, **kwargs) -> Any: ... method tx_fifo (line 39) | def tx_fifo(self, *args, **kwargs) -> Any: ... function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/_thread.py class LockType (line 16) | class LockType: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 23) | def acquire(self, *args, **kwargs) -> Any: method locked (line 26) | def locked(self, *args, **kwargs) -> Any: method release (line 29) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 33) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 37) | def exit(*args, **kwargs) -> Any: function get_ident (line 41) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 45) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 49) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/_thread.pyi class LockType (line 13) | class LockType: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 15) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 16) | def locked(self, *args, **kwargs) -> Any: ... method release (line 17) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 19) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 21) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 22) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/array.py class array (line 15) | class array: method __init__ (line 22) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: method append (line 26) | def append(self, val) -> Any: method extend (line 32) | def extend(self, iterable) -> Any: method decode (line 39) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/array.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/binascii.py function a2b_base64 (line 14) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data) -> bytes: function crc32 (line 32) | def crc32(*args, **kwargs) -> Any: function hexlify (line 36) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 47) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_18-rp2-merged/binascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_18-rp2-merged/cmath.py function cos (line 17) | def cos(z) -> float: function exp (line 27) | def exp(z) -> float: function log (line 34) | def log(z) -> float: function log10 (line 41) | def log10(z) -> float: function phase (line 48) | def phase(z) -> float: function polar (line 58) | def polar(z) -> Tuple: function rect (line 65) | def rect(r, phi) -> float: function sin (line 72) | def sin(z) -> float: function sqrt (line 79) | def sqrt(z) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/cmath.pyi function cos (line 14) | def cos(z) -> float: function exp (line 22) | def exp(z) -> float: function log (line 28) | def log(z) -> float: function log10 (line 34) | def log10(z) -> float: function phase (line 40) | def phase(z) -> float: function polar (line 48) | def polar(z) -> Tuple: function rect (line 54) | def rect(r, phi) -> float: function sin (line 60) | def sin(z) -> float: function sqrt (line 66) | def sqrt(z) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/collections.py class OrderedDict (line 15) | class OrderedDict(dict): method __init__ (line 40) | def __init__(self, *args, **kwargs) -> None: method clear (line 44) | def clear(self, *args, **kwargs) -> Any: method copy (line 47) | def copy(self, *args, **kwargs) -> Any: method get (line 50) | def get(self, *args, **kwargs) -> Any: method items (line 53) | def items(self, *args, **kwargs) -> Any: method keys (line 56) | def keys(self, *args, **kwargs) -> Any: method pop (line 59) | def pop(self, *args, **kwargs) -> Any: method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: method update (line 68) | def update(self, *args, **kwargs) -> Any: method values (line 71) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 75) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 79) | class deque(Queue): method __init__ (line 97) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 101) | def append(self, x) -> Any: method popleft (line 108) | def popleft(self) -> Any: function namedtuple (line 116) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/collections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/framebuf.py class FrameBuffer (line 12) | class FrameBuffer: method __init__ (line 38) | def __init__(self, buffer, width, height, format, stride=-1, /) -> None: method blit (line 42) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 62) | def fill(self, c) -> None: method fill_rect (line 68) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 76) | def hline(self, x, y, w, c) -> Any: method line (line 79) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 89) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 96) | def rect(self, x, y, w, h, c) -> Any: method scroll (line 99) | def scroll(self, xstep, ystep) -> Any: method text (line 106) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 116) | def vline(self, x, y, h, c) -> Any: function FrameBuffer1 (line 120) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/framebuf.pyi class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 35) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method blit (line 36) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 55) | def fill(self, c) -> None: method fill_rect (line 60) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 67) | def hline(self, x, y, w, c) -> Any: ... method line (line 68) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 77) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 83) | def rect(self, x, y, w, h, c) -> Any: ... method scroll (line 84) | def scroll(self, xstep, ystep) -> Any: method text (line 90) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 99) | def vline(self, x, y, h, c) -> Any: ... function FrameBuffer1 (line 101) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/gc.py function collect (line 11) | def collect() -> None: function disable (line 18) | def disable() -> None: function enable (line 26) | def enable() -> None: function isenabled (line 33) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 37) | def mem_alloc() -> int: function mem_free (line 44) | def mem_free() -> int: function threshold (line 52) | def threshold(amount: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/gc.pyi function collect (line 8) | def collect() -> None: function disable (line 14) | def disable() -> None: function enable (line 21) | def enable() -> None: function isenabled (line 27) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 28) | def mem_alloc() -> int: function mem_free (line 34) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/hashlib.py class sha256 (line 29) | class sha256: method __init__ (line 34) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 38) | def update(self, *args, **kwargs) -> Any: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/hashlib.pyi class sha256 (line 26) | class sha256: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/heapq.py function heapify (line 17) | def heapify(x) -> Any: function heappop (line 24) | def heappop(heap) -> Any: function heappush (line 34) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/heapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/io.py function open (line 14) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 23) | class BytesIO(IO): method __init__ (line 36) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 40) | def close(self, *args, **kwargs) -> Any: method read (line 43) | def read(self, *args, **kwargs) -> Any: method readinto (line 46) | def readinto(self, *args, **kwargs) -> Any: method readline (line 49) | def readline(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method flush (line 55) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 58) | def getvalue(self) -> Any: method seek (line 64) | def seek(self, *args, **kwargs) -> Any: method tell (line 67) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 71) | class FileIO(IO): method __init__ (line 77) | def __init__(self, *args, **kwargs) -> None: method close (line 81) | def close(self, *args, **kwargs) -> Any: method read (line 84) | def read(self, *args, **kwargs) -> Any: method readinto (line 87) | def readinto(self, *args, **kwargs) -> Any: method readline (line 90) | def readline(self, *args, **kwargs) -> Any: method write (line 93) | def write(self, *args, **kwargs) -> Any: method flush (line 96) | def flush(self, *args, **kwargs) -> Any: method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: method seek (line 102) | def seek(self, *args, **kwargs) -> Any: method tell (line 105) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 109) | class IOBase: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 117) | class StringIO(IO): method __init__ (line 120) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 124) | def close(self, *args, **kwargs) -> Any: method read (line 127) | def read(self, *args, **kwargs) -> Any: method readinto (line 130) | def readinto(self, *args, **kwargs) -> Any: method readline (line 133) | def readline(self, *args, **kwargs) -> Any: method write (line 136) | def write(self, *args, **kwargs) -> Any: method flush (line 139) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 142) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 145) | def seek(self, *args, **kwargs) -> Any: method tell (line 148) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 152) | class TextIOWrapper(IO): method __init__ (line 158) | def __init__(self, *args, **kwargs) -> None: method close (line 162) | def close(self, *args, **kwargs) -> Any: method read (line 165) | def read(self, *args, **kwargs) -> Any: method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: method readline (line 171) | def readline(self, *args, **kwargs) -> Any: method write (line 174) | def write(self, *args, **kwargs) -> Any: method flush (line 177) | def flush(self, *args, **kwargs) -> Any: method readlines (line 180) | def readlines(self, *args, **kwargs) -> Any: method seek (line 183) | def seek(self, *args, **kwargs) -> Any: method tell (line 186) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/io.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method __init__ (line 32) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self) -> Any: method seek (line 44) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 45) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 47) | class FileIO(IO): method __init__ (line 53) | def __init__(self, *args, **kwargs) -> None: ... method close (line 54) | def close(self, *args, **kwargs) -> Any: ... method read (line 55) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method write (line 58) | def write(self, *args, **kwargs) -> Any: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 60) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 61) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 62) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 64) | class IOBase: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 67) | class StringIO(IO): method __init__ (line 68) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 69) | def close(self, *args, **kwargs) -> Any: ... method read (line 70) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 72) | def readline(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method flush (line 74) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 75) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 76) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 77) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 79) | class TextIOWrapper(IO): method __init__ (line 85) | def __init__(self, *args, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method read (line 87) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 89) | def readline(self, *args, **kwargs) -> Any: ... method write (line 90) | def write(self, *args, **kwargs) -> Any: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 92) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/json.py function dump (line 14) | def dump(obj, stream, separators=None) -> Any: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Any: function loads (line 46) | def loads(str) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/json.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/logging.py function getLogger (line 9) | def getLogger(*args, **kwargs) -> Any: function info (line 13) | def info(*args, **kwargs) -> Any: function debug (line 17) | def debug(*args, **kwargs) -> Any: function basicConfig (line 21) | def basicConfig(*args, **kwargs) -> Any: class Logger (line 33) | class Logger: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: method log (line 40) | def log(self, *args, **kwargs) -> Any: method exception (line 43) | def exception(self, *args, **kwargs) -> Any: method info (line 46) | def info(self, *args, **kwargs) -> Any: method debug (line 49) | def debug(self, *args, **kwargs) -> Any: method error (line 52) | def error(self, *args, **kwargs) -> Any: method warning (line 55) | def warning(self, *args, **kwargs) -> Any: method setLevel (line 60) | def setLevel(self, *args, **kwargs) -> Any: method isEnabledFor (line 63) | def isEnabledFor(self, *args, **kwargs) -> Any: method critical (line 66) | def critical(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/logging.pyi function getLogger (line 3) | def getLogger(*args, **kwargs) -> Any: ... function info (line 4) | def info(*args, **kwargs) -> Any: ... function debug (line 5) | def debug(*args, **kwargs) -> Any: ... function basicConfig (line 6) | def basicConfig(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method log (line 17) | def log(self, *args, **kwargs) -> Any: ... method exception (line 18) | def exception(self, *args, **kwargs) -> Any: ... method info (line 19) | def info(self, *args, **kwargs) -> Any: ... method debug (line 20) | def debug(self, *args, **kwargs) -> Any: ... method error (line 21) | def error(self, *args, **kwargs) -> Any: ... method warning (line 22) | def warning(self, *args, **kwargs) -> Any: ... method setLevel (line 24) | def setLevel(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 25) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method critical (line 26) | def critical(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/machine.py class ADC (line 16) | class ADC: method __init__ (line 24) | def __init__(self, id) -> None: method read_u16 (line 30) | def read_u16(self) -> int: class I2C (line 39) | class I2C: method __init__ (line 55) | def __init__( method readinto (line 61) | def readinto(self, buf, nack=True, /) -> Any: method start (line 71) | def start(self) -> None: method stop (line 77) | def stop(self) -> None: method write (line 83) | def write(self, buf) -> int: method init (line 91) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 101) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 109) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 119) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 128) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 140) | def scan(self) -> List: method writeto (line 148) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 158) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 169) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 186) | class I2S: method __init__ (line 215) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 219) | def readinto(self, buf) -> int: method write (line 228) | def write(self, buf) -> int: method deinit (line 242) | def deinit(self) -> Any: method init (line 248) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 254) | def irq(self, handler) -> Any: method shift (line 263) | def shift(*, buf, bits, shift) -> Any: class PWM (line 272) | class PWM: method __init__ (line 289) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method deinit (line 293) | def deinit(self) -> None: method duty_ns (line 299) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty_u16 (line 309) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 321) | def freq(self, value: Optional[Any] = None) -> Any: class Pin (line 336) | class Pin: method __init__ (line 400) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method value (line 404) | def value(self, x: Optional[Any] = None) -> int: method high (line 447) | def high(self) -> None: method init (line 455) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 465) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 510) | def low(self) -> None: method off (line 518) | def off(self) -> None: method on (line 524) | def on(self) -> None: method toggle (line 530) | def toggle(self, *args, **kwargs) -> Any: method __call__ (line 533) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 542) | class RTC: method __init__ (line 547) | def __init__(self, id=0, *args, **kwargs) -> None: method datetime (line 551) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: class SPI (line 568) | class SPI: method __init__ (line 580) | def __init__(self, id, *args, **kwargs) -> None: method read (line 584) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 592) | def readinto(self, buf, write=0x00) -> int: method write (line 602) | def write(self, buf) -> int: method deinit (line 614) | def deinit(self) -> None: method init (line 620) | def init( method write_readinto (line 646) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 658) | class Signal(Pin): method __init__ (line 679) | def __init__(self, pin_obj, *args, invert=False) -> None: method value (line 683) | def value(self, x: Optional[Any] = None) -> int: method off (line 703) | def off(self) -> None: method on (line 709) | def on(self) -> None: class SoftI2C (line 716) | class SoftI2C(I2C): method __init__ (line 729) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: method readinto (line 733) | def readinto(self, *args, **kwargs) -> Any: method start (line 736) | def start(self, *args, **kwargs) -> Any: method stop (line 739) | def stop(self, *args, **kwargs) -> Any: method write (line 742) | def write(self, *args, **kwargs) -> Any: method init (line 745) | def init(self, *args, **kwargs) -> Any: method readfrom (line 748) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 751) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 754) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 757) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 760) | def scan(self, *args, **kwargs) -> Any: method writeto (line 763) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 766) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 769) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 773) | class SoftSPI: method __init__ (line 780) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 784) | def read(self, *args, **kwargs) -> Any: method readinto (line 787) | def readinto(self, *args, **kwargs) -> Any: method write (line 790) | def write(self, *args, **kwargs) -> Any: method deinit (line 796) | def deinit(self, *args, **kwargs) -> Any: method init (line 799) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 802) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 806) | class Timer: method __init__ (line 815) | def __init__(self, id=-1, *args, **kwargs) -> None: method deinit (line 822) | def deinit(self) -> None: method init (line 828) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 861) | class UART: method __init__ (line 866) | def __init__(self, id, *args, **kwargs) -> None: method any (line 870) | def any(self) -> int: method read (line 885) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 896) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 907) | def readline(self) -> None: method write (line 916) | def write(self, buf) -> int: method sendbreak (line 929) | def sendbreak(self) -> None: class WDT (line 937) | class WDT: method __init__ (line 946) | def __init__(self, id=0, timeout=5000) -> None: method feed (line 950) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 957) | def bitstream(pin, encoding, timing, data, /) -> Any: function bootloader (line 982) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 993) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1019) | def disable_irq() -> Any: function enable_irq (line 1029) | def enable_irq(state) -> Any: function freq (line 1038) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1047) | def idle() -> Any: function lightsleep (line 1057) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1088) | def reset() -> NoReturn: function reset_cause (line 1096) | def reset_cause() -> int: function soft_reset (line 1103) | def soft_reset() -> NoReturn: function time_pulse_us (line 1112) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1131) | def unique_id() -> bytes: FILE: stubs/micropython-v1_18-rp2-merged/machine.pyi class ADC (line 13) | class ADC: method __init__ (line 21) | def __init__(self, id) -> None: ... method read_u16 (line 23) | def read_u16(self) -> int: class I2C (line 31) | class I2C: method __init__ (line 47) | def __init__( method readinto (line 50) | def readinto(self, buf, nack=True, /) -> Any: method start (line 59) | def start(self) -> None: method stop (line 64) | def stop(self) -> None: method write (line 69) | def write(self, buf) -> int: method init (line 76) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 85) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 92) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 101) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 109) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 120) | def scan(self) -> List: method writeto (line 127) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 136) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 146) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 162) | class I2S: method __init__ (line 191) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 192) | def readinto(self, buf) -> int: method write (line 200) | def write(self, buf) -> int: method deinit (line 212) | def deinit(self) -> Any: method init (line 217) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 222) | def irq(self, handler) -> Any: method shift (line 230) | def shift(*, buf, bits, shift) -> Any: class PWM (line 238) | class PWM: method __init__ (line 255) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method deinit (line 256) | def deinit(self) -> None: method duty_ns (line 261) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty_u16 (line 270) | def duty_u16(self, value: Optional[Any] = None) -> int: method freq (line 281) | def freq(self, value: Optional[Any] = None) -> Any: class Pin (line 294) | class Pin: method __init__ (line 358) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method value (line 359) | def value(self, x: Optional[Any] = None) -> int: method high (line 400) | def high(self) -> None: method init (line 407) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 416) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 460) | def low(self) -> None: method off (line 467) | def off(self) -> None: method on (line 472) | def on(self) -> None: method toggle (line 477) | def toggle(self, *args, **kwargs) -> Any: ... method __call__ (line 478) | def __call__(self, x: Optional[Any] = None) -> Any: class RTC (line 486) | class RTC: method __init__ (line 491) | def __init__(self, id=0, *args, **kwargs) -> None: ... method datetime (line 492) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: class SPI (line 508) | class SPI: method __init__ (line 520) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 521) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 528) | def readinto(self, buf, write=0x00) -> int: method write (line 537) | def write(self, buf) -> int: method deinit (line 547) | def deinit(self) -> None: method init (line 552) | def init( method write_readinto (line 577) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 588) | class Signal(Pin): method __init__ (line 609) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 610) | def value(self, x: Optional[Any] = None) -> int: method off (line 629) | def off(self) -> None: method on (line 634) | def on(self) -> None: class SoftI2C (line 640) | class SoftI2C(I2C): method __init__ (line 653) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 654) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 655) | def start(self, *args, **kwargs) -> Any: ... method stop (line 656) | def stop(self, *args, **kwargs) -> Any: ... method write (line 657) | def write(self, *args, **kwargs) -> Any: ... method init (line 658) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 659) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 660) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 661) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 662) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 663) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 664) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 665) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 666) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 668) | class SoftSPI: method __init__ (line 675) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 676) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 677) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 678) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 681) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 682) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 683) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 685) | class Timer: method __init__ (line 694) | def __init__(self, id=-1, *args, **kwargs) -> None: ... method deinit (line 697) | def deinit(self) -> None: method init (line 702) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 734) | class UART: method __init__ (line 739) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 740) | def any(self) -> int: method read (line 754) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 764) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 774) | def readline(self) -> None: method write (line 782) | def write(self, buf) -> int: method sendbreak (line 793) | def sendbreak(self) -> None: class WDT (line 800) | class WDT: method __init__ (line 809) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 810) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 814) | def bitstream(pin, encoding, timing, data, /) -> Any: function bootloader (line 838) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 848) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 873) | def disable_irq() -> Any: function enable_irq (line 882) | def enable_irq(state) -> Any: function freq (line 890) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 898) | def idle() -> Any: function lightsleep (line 907) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 936) | def reset() -> NoReturn: function reset_cause (line 943) | def reset_cause() -> int: function soft_reset (line 949) | def soft_reset() -> NoReturn: function time_pulse_us (line 957) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 975) | def unique_id() -> bytes: FILE: stubs/micropython-v1_18-rp2-merged/math.py function pow (line 19) | def pow(x, y) -> Any: function acos (line 26) | def acos(x) -> float: function acosh (line 33) | def acosh(x) -> float: function asin (line 40) | def asin(x) -> float: function asinh (line 47) | def asinh(x) -> float: function atan (line 54) | def atan(x) -> float: function atan2 (line 61) | def atan2(y, x) -> float: function atanh (line 68) | def atanh(x) -> float: function ceil (line 75) | def ceil(x) -> int: function copysign (line 82) | def copysign(x, y) -> Any: function cos (line 89) | def cos(x) -> float: function cosh (line 96) | def cosh(x) -> float: function degrees (line 103) | def degrees(x) -> Any: function erf (line 113) | def erf(x) -> Any: function erfc (line 120) | def erfc(x) -> Any: function exp (line 127) | def exp(x) -> float: function expm1 (line 134) | def expm1(x) -> Any: function fabs (line 141) | def fabs(x) -> Any: function factorial (line 148) | def factorial(*args, **kwargs) -> Any: function floor (line 152) | def floor(x) -> int: function fmod (line 159) | def fmod(x, y) -> Any: function frexp (line 166) | def frexp(x) -> Any: function gamma (line 176) | def gamma(x) -> Any: function isclose (line 183) | def isclose(*args, **kwargs) -> Any: function isfinite (line 187) | def isfinite(x) -> bool: function isinf (line 194) | def isinf(x) -> bool: function isnan (line 201) | def isnan(x) -> bool: function ldexp (line 208) | def ldexp(x, exp) -> Any: function lgamma (line 215) | def lgamma(x) -> float: function log (line 222) | def log(x) -> float: function log10 (line 229) | def log10(x) -> float: function log2 (line 236) | def log2(x) -> float: function modf (line 243) | def modf(x) -> Tuple: function radians (line 254) | def radians(x) -> Any: function sin (line 261) | def sin(x) -> float: function sinh (line 268) | def sinh(x) -> float: function sqrt (line 275) | def sqrt(x) -> Any: function tan (line 282) | def tan(x) -> float: function tanh (line 289) | def tanh(x) -> float: function trunc (line 296) | def trunc(x) -> int: FILE: stubs/micropython-v1_18-rp2-merged/math.pyi function pow (line 16) | def pow(x, y) -> Any: function acos (line 22) | def acos(x) -> float: function acosh (line 28) | def acosh(x) -> float: function asin (line 34) | def asin(x) -> float: function asinh (line 40) | def asinh(x) -> float: function atan (line 46) | def atan(x) -> float: function atan2 (line 52) | def atan2(y, x) -> float: function atanh (line 58) | def atanh(x) -> float: function ceil (line 64) | def ceil(x) -> int: function copysign (line 70) | def copysign(x, y) -> Any: function cos (line 76) | def cos(x) -> float: function cosh (line 82) | def cosh(x) -> float: function degrees (line 88) | def degrees(x) -> Any: function erf (line 96) | def erf(x) -> Any: function erfc (line 102) | def erfc(x) -> Any: function exp (line 108) | def exp(x) -> float: function expm1 (line 114) | def expm1(x) -> Any: function fabs (line 120) | def fabs(x) -> Any: function factorial (line 126) | def factorial(*args, **kwargs) -> Any: ... function floor (line 127) | def floor(x) -> int: function fmod (line 133) | def fmod(x, y) -> Any: function frexp (line 139) | def frexp(x) -> Any: function gamma (line 148) | def gamma(x) -> Any: function isclose (line 154) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 155) | def isfinite(x) -> bool: function isinf (line 161) | def isinf(x) -> bool: function isnan (line 167) | def isnan(x) -> bool: function ldexp (line 173) | def ldexp(x, exp) -> Any: function lgamma (line 179) | def lgamma(x) -> float: function log (line 185) | def log(x) -> float: function log10 (line 191) | def log10(x) -> float: function log2 (line 197) | def log2(x) -> float: function modf (line 203) | def modf(x) -> Tuple: function radians (line 212) | def radians(x) -> Any: function sin (line 218) | def sin(x) -> float: function sinh (line 224) | def sinh(x) -> float: function sqrt (line 230) | def sqrt(x) -> Any: function tan (line 236) | def tan(x) -> float: function tanh (line 242) | def tanh(x) -> float: function trunc (line 248) | def trunc(x) -> int: FILE: stubs/micropython-v1_18-rp2-merged/micropython.py function const (line 9) | def const(expr) -> Union[int, bytes, str, Tuple]: function alloc_emergency_exception_buf (line 32) | def alloc_emergency_exception_buf(size) -> Any: function heap_lock (line 46) | def heap_lock() -> Any: function heap_unlock (line 50) | def heap_unlock() -> Any: function kbd_intr (line 54) | def kbd_intr(chr) -> None: function mem_info (line 68) | def mem_info(verbose: Optional[Any] = None) -> None: function opt_level (line 80) | def opt_level(level: Optional[Any] = None) -> Any: function qstr_info (line 101) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 113) | def schedule(func, arg) -> Any: function stack_use (line 151) | def stack_use() -> int: FILE: stubs/micropython-v1_18-rp2-merged/micropython.pyi function const (line 6) | def const(expr) -> Union[int, bytes, str, Tuple]: function alloc_emergency_exception_buf (line 28) | def alloc_emergency_exception_buf(size) -> Any: function heap_lock (line 41) | def heap_lock() -> Any: ... function heap_unlock (line 42) | def heap_unlock() -> Any: ... function kbd_intr (line 43) | def kbd_intr(chr) -> None: function mem_info (line 56) | def mem_info(verbose: Optional[Any] = None) -> None: function opt_level (line 67) | def opt_level(level: Optional[Any] = None) -> Any: function qstr_info (line 87) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 98) | def schedule(func, arg) -> Any: function stack_use (line 135) | def stack_use() -> int: FILE: stubs/micropython-v1_18-rp2-merged/neopixel.py function bitstream (line 16) | def bitstream(*args, **kwargs) -> Any: class NeoPixel (line 20) | class NeoPixel: method __init__ (line 30) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: method write (line 34) | def write(self) -> None: method fill (line 40) | def fill(self, pixel) -> None: FILE: stubs/micropython-v1_18-rp2-merged/neopixel.pyi function bitstream (line 13) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 15) | class NeoPixel: method __init__ (line 25) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method write (line 26) | def write(self) -> None: method fill (line 31) | def fill(self, pixel) -> None: FILE: stubs/micropython-v1_18-rp2-merged/network.py class WLAN (line 42) | class WLAN: method __init__ (line 51) | def __init__(self, interface_id) -> None: method active (line 59) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 67) | def config(self, *args, **kwargs) -> Any: method connect (line 100) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 109) | def disconnect(self) -> None: method ifconfig (line 115) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 126) | def isconnected(self) -> bool: method scan (line 134) | def scan(self) -> List[Tuple]: method status (line 163) | def status(self, param: Optional[Any] = None) -> Any: function route (line 183) | def route(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/network.pyi class WLAN (line 39) | class WLAN: method __init__ (line 48) | def __init__(self, interface_id) -> None: ... method active (line 52) | def active(self, is_active: Optional[Any] = None) -> None: method config (line 59) | def config(self, *args, **kwargs) -> Any: method connect (line 91) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 99) | def disconnect(self) -> None: method ifconfig (line 104) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method isconnected (line 114) | def isconnected(self) -> bool: method scan (line 121) | def scan(self) -> List[Tuple]: method status (line 149) | def status(self, param: Optional[Any] = None) -> Any: function route (line 168) | def route(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/os.py function remove (line 16) | def remove(path) -> None: class VfsFat (line 23) | class VfsFat: method __init__ (line 30) | def __init__(self, block_dev) -> None: method open (line 34) | def open(self, *args, **kwargs) -> Any: method remove (line 37) | def remove(self, *args, **kwargs) -> Any: method chdir (line 40) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 43) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 46) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 49) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 53) | def mkfs(block_dev) -> None: method mount (line 59) | def mount(self, *args, **kwargs) -> Any: method rename (line 62) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 65) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 68) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 71) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 74) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 78) | class VfsLfs2: method __init__ (line 96) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 100) | def open(self, *args, **kwargs) -> Any: method remove (line 103) | def remove(self, *args, **kwargs) -> Any: method chdir (line 106) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 109) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 112) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 115) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 119) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 128) | def mount(self, *args, **kwargs) -> Any: method rename (line 131) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 134) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 137) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 140) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 143) | def umount(self, *args, **kwargs) -> Any: function chdir (line 147) | def chdir(path) -> Any: function getcwd (line 154) | def getcwd() -> Any: function ilistdir (line 161) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 183) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 190) | def mkdir(path) -> Any: function mount (line 197) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 216) | def rename(old_path, new_path) -> None: function rmdir (line 223) | def rmdir(path) -> None: function stat (line 230) | def stat(path) -> Any: function statvfs (line 237) | def statvfs(path) -> Tuple: function umount (line 261) | def umount(mount_point) -> Any: function uname (line 272) | def uname() -> uname_result: function urandom (line 287) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_18-rp2-merged/os.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function getcwd (line 93) | def getcwd() -> Any: function ilistdir (line 99) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 120) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 126) | def mkdir(path) -> Any: function mount (line 132) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 150) | def rename(old_path, new_path) -> None: function rmdir (line 156) | def rmdir(path) -> None: function stat (line 162) | def stat(path) -> Any: function statvfs (line 168) | def statvfs(path) -> Tuple: function umount (line 191) | def umount(mount_point) -> Any: function uname (line 201) | def uname() -> uname_result: function urandom (line 215) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_18-rp2-merged/random.py function choice (line 33) | def choice(sequence) -> Any: function getrandbits (line 41) | def getrandbits(n) -> int: function randint (line 48) | def randint(a, b) -> int: class random (line 55) | class random: method __init__ (line 60) | def __init__(self) -> None: function randrange (line 64) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 76) | def seed(n=None, /) -> None: function uniform (line 89) | def uniform(a, b) -> int: FILE: stubs/micropython-v1_18-rp2-merged/random.pyi function choice (line 30) | def choice(sequence) -> Any: function getrandbits (line 37) | def getrandbits(n) -> int: function randint (line 43) | def randint(a, b) -> int: class random (line 49) | class random: method __init__ (line 54) | def __init__(self) -> None: ... function randrange (line 56) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 67) | def seed(n=None, /) -> None: function uniform (line 79) | def uniform(a, b) -> int: FILE: stubs/micropython-v1_18-rp2-merged/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/rp2.py function const (line 19) | def const(*args, **kwargs) -> Any: class Flash (line 23) | class Flash: method __init__ (line 29) | def __init__(self) -> None: method ioctl (line 33) | def ioctl(self, cmd, arg) -> Any: method readblocks (line 41) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any: method writeblocks (line 44) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any: class PIO (line 48) | class PIO: method __init__ (line 57) | def __init__(self, id) -> None: method add_program (line 75) | def add_program(self, program) -> Any: method irq (line 85) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Any: method remove_program (line 96) | def remove_program(self, program: Optional[Any] = None) -> None: method state_machine (line 106) | def state_machine(self, id, program, *args, **kwargs) -> Any: class StateMachine (line 119) | class StateMachine: method __init__ (line 130) | def __init__(self, id, program, *args, **kwargs) -> None: method exec (line 134) | def exec(self, instr) -> Any: method get (line 143) | def get(self, buf=None, shift=0) -> Any: method active (line 155) | def active(self, value: Optional[Any] = None) -> Any: method init (line 166) | def init( method irq (line 214) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Any: method put (line 222) | def put(self, value, shift=0) -> Any: method restart (line 234) | def restart(self) -> Any: method rx_fifo (line 249) | def rx_fifo(self) -> int: method tx_fifo (line 259) | def tx_fifo(self) -> int: function asm_pio_encode (line 270) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Any: function dht_readinto (line 281) | def dht_readinto(*args, **kwargs) -> Any: class PIOASMError (line 285) | class PIOASMError(Exception): class PIOASMEmit (line 293) | class PIOASMEmit: method __init__ (line 296) | def __init__(self, *argv, **kwargs) -> None: method set (line 300) | def set(self, *args, **kwargs) -> Any: method irq (line 303) | def irq(self, *args, **kwargs) -> Any: method label (line 306) | def label(self, *args, **kwargs) -> Any: method mov (line 309) | def mov(self, *args, **kwargs) -> Any: method nop (line 312) | def nop(self, *args, **kwargs) -> Any: method pull (line 315) | def pull(self, *args, **kwargs) -> Any: method push (line 318) | def push(self, *args, **kwargs) -> Any: method wrap_target (line 321) | def wrap_target(self, *args, **kwargs) -> Any: method wrap (line 324) | def wrap(self, *args, **kwargs) -> Any: method word (line 327) | def word(self, *args, **kwargs) -> Any: method jmp (line 330) | def jmp(self, *args, **kwargs) -> Any: method wait (line 333) | def wait(self, *args, **kwargs) -> Any: method in_ (line 336) | def in_(self, *args, **kwargs) -> Any: method out (line 339) | def out(self, *args, **kwargs) -> Any: method start_pass (line 342) | def start_pass(self, *args, **kwargs) -> Any: method delay (line 345) | def delay(self, *args, **kwargs) -> Any: method side (line 348) | def side(self, *args, **kwargs) -> Any: function asm_pio (line 352) | def asm_pio( FILE: stubs/micropython-v1_18-rp2-merged/rp2.pyi function const (line 16) | def const(*args, **kwargs) -> Any: ... class Flash (line 18) | class Flash: method __init__ (line 24) | def __init__(self) -> None: ... method ioctl (line 25) | def ioctl(self, cmd, arg) -> Any: method readblocks (line 32) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any... method writeblocks (line 33) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> An... class PIO (line 35) | class PIO: method __init__ (line 44) | def __init__(self, id) -> None: ... method add_program (line 58) | def add_program(self, program) -> Any: method irq (line 67) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Any: method remove_program (line 77) | def remove_program(self, program: Optional[Any] = None) -> None: method state_machine (line 86) | def state_machine(self, id, program, *args, **kwargs) -> Any: class StateMachine (line 98) | class StateMachine: method __init__ (line 109) | def __init__(self, id, program, *args, **kwargs) -> None: ... method exec (line 110) | def exec(self, instr) -> Any: method get (line 118) | def get(self, buf=None, shift=0) -> Any: method active (line 129) | def active(self, value: Optional[Any] = None) -> Any: method init (line 139) | def init( method irq (line 186) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Any: method put (line 193) | def put(self, value, shift=0) -> Any: method restart (line 204) | def restart(self) -> Any: method rx_fifo (line 218) | def rx_fifo(self) -> int: method tx_fifo (line 227) | def tx_fifo(self) -> int: function asm_pio_encode (line 237) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Any: function dht_readinto (line 247) | def dht_readinto(*args, **kwargs) -> Any: ... class PIOASMError (line 249) | class PIOASMError(Exception): ... class PIOASMEmit (line 251) | class PIOASMEmit: method __init__ (line 252) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 253) | def set(self, *args, **kwargs) -> Any: ... method irq (line 254) | def irq(self, *args, **kwargs) -> Any: ... method label (line 255) | def label(self, *args, **kwargs) -> Any: ... method mov (line 256) | def mov(self, *args, **kwargs) -> Any: ... method nop (line 257) | def nop(self, *args, **kwargs) -> Any: ... method pull (line 258) | def pull(self, *args, **kwargs) -> Any: ... method push (line 259) | def push(self, *args, **kwargs) -> Any: ... method wrap_target (line 260) | def wrap_target(self, *args, **kwargs) -> Any: ... method wrap (line 261) | def wrap(self, *args, **kwargs) -> Any: ... method word (line 262) | def word(self, *args, **kwargs) -> Any: ... method jmp (line 263) | def jmp(self, *args, **kwargs) -> Any: ... method wait (line 264) | def wait(self, *args, **kwargs) -> Any: ... method in_ (line 265) | def in_(self, *args, **kwargs) -> Any: ... method out (line 266) | def out(self, *args, **kwargs) -> Any: ... method start_pass (line 267) | def start_pass(self, *args, **kwargs) -> Any: ... method delay (line 268) | def delay(self, *args, **kwargs) -> Any: ... method side (line 269) | def side(self, *args, **kwargs) -> Any: ... function asm_pio (line 271) | def asm_pio( FILE: stubs/micropython-v1_18-rp2-merged/select.py class poll (line 19) | class poll: method __init__ (line 24) | def __init__(self) -> None: method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Any: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 80) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 95) | class select: method __init__ (line 103) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_18-rp2-merged/select.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_18-rp2-merged/socket.py function getaddrinfo (line 19) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 49) | class socket: method __init__ (line 63) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 67) | def close(self) -> Any: method read (line 78) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 88) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 98) | def readline(self) -> Any: method send (line 106) | def send(self, bytes) -> int: method write (line 114) | def write(self, buf) -> int: method accept (line 125) | def accept(self) -> Tuple: method bind (line 134) | def bind(self, address) -> Any: method connect (line 140) | def connect(self, address) -> None: method listen (line 146) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 155) | def recv(self, bufsize) -> bytes: method recvfrom (line 162) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 170) | def sendto(self, bytes, address) -> None: method setblocking (line 177) | def setblocking(self, flag) -> Any: method setsockopt (line 189) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 197) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/socket.pyi function getaddrinfo (line 16) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 45) | class socket: method __init__ (line 59) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 60) | def close(self) -> Any: method read (line 70) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 79) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 88) | def readline(self) -> Any: method send (line 95) | def send(self, bytes) -> int: method write (line 102) | def write(self, buf) -> int: method accept (line 112) | def accept(self) -> Tuple: method bind (line 120) | def bind(self, address) -> Any: method connect (line 125) | def connect(self, address) -> None: method listen (line 130) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 138) | def recv(self, bufsize) -> bytes: method recvfrom (line 144) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 151) | def sendto(self, bytes, address) -> None: method setblocking (line 157) | def setblocking(self, flag) -> Any: method setsockopt (line 168) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 175) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/struct.py function calcsize (line 17) | def calcsize(fmt) -> int: function pack (line 24) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 32) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 41) | def unpack(fmt, data) -> Tuple: function unpack_from (line 49) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-rp2-merged/struct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-rp2-merged/sys.py function exit (line 14) | def exit(retval=0, /) -> Any: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_18-rp2-merged/sys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_18-rp2-merged/time.py function gmtime (line 38) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 84) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Any: function sleep_ms (line 103) | def sleep_ms(ms) -> None: function sleep_us (line 115) | def sleep_us(us) -> None: function ticks_add (line 126) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 155) | def ticks_cpu() -> Any: function ticks_diff (line 172) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 240) | def ticks_ms() -> int: function ticks_us (line 265) | def ticks_us() -> Any: class time (line 272) | class time: method __init__ (line 285) | def __init__(self) -> None: function time_ns (line 289) | def time_ns() -> int: FILE: stubs/micropython-v1_18-rp2-merged/time.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: stubs/micropython-v1_18-rp2-merged/uarray.py class array (line 15) | class array: method __init__ (line 22) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: method append (line 26) | def append(self, val) -> Any: method extend (line 32) | def extend(self, iterable) -> Any: method decode (line 39) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/uarray.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 64) | class Event: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: method clear (line 71) | def clear(self, *args, **kwargs) -> Any: method set (line 74) | def set(self, *args, **kwargs) -> Any: method is_set (line 79) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 83) | class Lock: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: method locked (line 92) | def locked(self, *args, **kwargs) -> Any: method release (line 95) | def release(self, *args, **kwargs) -> Any: function ticks (line 99) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 103) | class TimeoutError(Exception): class SingletonGenerator (line 107) | class SingletonGenerator: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 115) | class IOQueue: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: method remove (line 122) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 125) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 128) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 131) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 135) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 139) | def run_until_complete(*args, **kwargs) -> Any: function run (line 143) | def run(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 29) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... method release (line 35) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 60) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 64) | class TimeoutError(Exception): class SingletonGenerator (line 68) | class SingletonGenerator: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 76) | class IOQueue: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method remove (line 83) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 86) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 89) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 92) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 96) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 100) | def run_until_complete(*args, **kwargs) -> Any: function run (line 104) | def run(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 24) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 8) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method locked (line 18) | def locked(self, *args, **kwargs) -> Any: method release (line 21) | def release(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/ubinascii.py function a2b_base64 (line 14) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data) -> bytes: function crc32 (line 32) | def crc32(*args, **kwargs) -> Any: function hexlify (line 36) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 47) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_18-rp2-merged/ubinascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_18-rp2-merged/ubluetooth.py class BLE (line 21) | class BLE: method __init__ (line 26) | def __init__(self) -> None: method active (line 30) | def active(self, active: Optional[Any] = None, /) -> Any: method config (line 39) | def config(self, param, /) -> Tuple: method gap_advertise (line 103) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 121) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_disconnect (line 146) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_pair (line 162) | def gap_pair(self, conn_handle, /) -> Any: method gap_passkey (line 173) | def gap_passkey(self, conn_handle, action, passkey, /) -> Any: method gap_scan (line 192) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 229) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gattc_discover_descriptors (line 244) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_services (line 253) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Any: method gattc_exchange_mtu (line 264) | def gattc_exchange_mtu(self, conn_handle, /) -> Any: method gattc_read (line 279) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_write (line 289) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 309) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gatts_notify (line 322) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_read (line 337) | def gatts_read(self, value_handle, /) -> Any: method gatts_register_services (line 344) | def gatts_register_services(self, services_definition, /) -> Any: method gatts_set_buffer (line 407) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 420) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method irq (line 430) | def irq(self, handler, /) -> int: method l2cap_connect (line 627) | def l2cap_connect(self, conn_handle, psm, mtu, /) -> None: method l2cap_disconnect (line 639) | def l2cap_disconnect(self, conn_handle, cid, /) -> None: method l2cap_listen (line 646) | def l2cap_listen(self, psm, mtu, /) -> Any: method l2cap_recvinto (line 663) | def l2cap_recvinto(self, conn_handle, cid, buf, /) -> int: method l2cap_send (line 684) | def l2cap_send(self, conn_handle, cid, buf, /) -> bool: class UUID (line 708) | class UUID: method __init__ (line 718) | def __init__(self, value, /) -> None: FILE: stubs/micropython-v1_18-rp2-merged/ubluetooth.pyi class BLE (line 18) | class BLE: method __init__ (line 23) | def __init__(self) -> None: ... method active (line 24) | def active(self, active: Optional[Any] = None, /) -> Any: method config (line 32) | def config(self, param, /) -> Tuple: method gap_advertise (line 95) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_connect (line 112) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_disconnect (line 136) | def gap_disconnect(self, conn_handle, /) -> bool: method gap_pair (line 151) | def gap_pair(self, conn_handle, /) -> Any: method gap_passkey (line 161) | def gap_passkey(self, conn_handle, action, passkey, /) -> Any: method gap_scan (line 179) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gattc_discover_characteristics (line 215) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gattc_discover_descriptors (line 229) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_services (line 237) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Any: method gattc_exchange_mtu (line 247) | def gattc_exchange_mtu(self, conn_handle, /) -> Any: method gattc_read (line 261) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_write (line 270) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gatts_indicate (line 289) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gatts_notify (line 301) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_read (line 315) | def gatts_read(self, value_handle, /) -> Any: method gatts_register_services (line 321) | def gatts_register_services(self, services_definition, /) -> Any: method gatts_set_buffer (line 383) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_write (line 395) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method irq (line 404) | def irq(self, handler, /) -> int: method l2cap_connect (line 600) | def l2cap_connect(self, conn_handle, psm, mtu, /) -> None: method l2cap_disconnect (line 611) | def l2cap_disconnect(self, conn_handle, cid, /) -> None: method l2cap_listen (line 617) | def l2cap_listen(self, psm, mtu, /) -> Any: method l2cap_recvinto (line 633) | def l2cap_recvinto(self, conn_handle, cid, buf, /) -> int: method l2cap_send (line 653) | def l2cap_send(self, conn_handle, cid, buf, /) -> bool: class UUID (line 675) | class UUID: method __init__ (line 685) | def __init__(self, value, /) -> None: ... FILE: stubs/micropython-v1_18-rp2-merged/ucollections.py class OrderedDict (line 15) | class OrderedDict(dict): method __init__ (line 40) | def __init__(self, *args, **kwargs) -> None: method clear (line 44) | def clear(self, *args, **kwargs) -> Any: method copy (line 47) | def copy(self, *args, **kwargs) -> Any: method get (line 50) | def get(self, *args, **kwargs) -> Any: method items (line 53) | def items(self, *args, **kwargs) -> Any: method keys (line 56) | def keys(self, *args, **kwargs) -> Any: method pop (line 59) | def pop(self, *args, **kwargs) -> Any: method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: method update (line 68) | def update(self, *args, **kwargs) -> Any: method values (line 71) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 75) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 79) | class deque(Queue): method __init__ (line 97) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 101) | def append(self, x) -> Any: method popleft (line 108) | def popleft(self) -> Any: function namedtuple (line 116) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/ucollections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/uctypes.py function addressof (line 49) | def addressof(obj) -> int: function bytearray_at (line 58) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 68) | def bytes_at(addr, size) -> bytes: function sizeof (line 78) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 87) | class struct: method __init__ (line 93) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: FILE: stubs/micropython-v1_18-rp2-merged/uctypes.pyi function addressof (line 46) | def addressof(obj) -> int: function bytearray_at (line 54) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function sizeof (line 72) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 80) | class struct: method __init__ (line 86) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... FILE: stubs/micropython-v1_18-rp2-merged/uhashlib.py class sha256 (line 29) | class sha256: method __init__ (line 34) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 38) | def update(self, *args, **kwargs) -> Any: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/uhashlib.pyi class sha256 (line 26) | class sha256: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/uheapq.py function heapify (line 17) | def heapify(x) -> Any: function heappop (line 24) | def heappop(heap) -> Any: function heappush (line 34) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/uheapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/uio.py function open (line 14) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 23) | class BytesIO(IO): method __init__ (line 36) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 40) | def close(self, *args, **kwargs) -> Any: method read (line 43) | def read(self, *args, **kwargs) -> Any: method readinto (line 46) | def readinto(self, *args, **kwargs) -> Any: method readline (line 49) | def readline(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method flush (line 55) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 58) | def getvalue(self) -> Any: method seek (line 64) | def seek(self, *args, **kwargs) -> Any: method tell (line 67) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 71) | class FileIO(IO): method __init__ (line 77) | def __init__(self, *args, **kwargs) -> None: method close (line 81) | def close(self, *args, **kwargs) -> Any: method read (line 84) | def read(self, *args, **kwargs) -> Any: method readinto (line 87) | def readinto(self, *args, **kwargs) -> Any: method readline (line 90) | def readline(self, *args, **kwargs) -> Any: method write (line 93) | def write(self, *args, **kwargs) -> Any: method flush (line 96) | def flush(self, *args, **kwargs) -> Any: method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: method seek (line 102) | def seek(self, *args, **kwargs) -> Any: method tell (line 105) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 109) | class IOBase: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 117) | class StringIO(IO): method __init__ (line 120) | def __init__(self, string: Optional[Any] = None) -> None: method close (line 124) | def close(self, *args, **kwargs) -> Any: method read (line 127) | def read(self, *args, **kwargs) -> Any: method readinto (line 130) | def readinto(self, *args, **kwargs) -> Any: method readline (line 133) | def readline(self, *args, **kwargs) -> Any: method write (line 136) | def write(self, *args, **kwargs) -> Any: method flush (line 139) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 142) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 145) | def seek(self, *args, **kwargs) -> Any: method tell (line 148) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 152) | class TextIOWrapper(IO): method __init__ (line 158) | def __init__(self, *args, **kwargs) -> None: method close (line 162) | def close(self, *args, **kwargs) -> Any: method read (line 165) | def read(self, *args, **kwargs) -> Any: method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: method readline (line 171) | def readline(self, *args, **kwargs) -> Any: method write (line 174) | def write(self, *args, **kwargs) -> Any: method flush (line 177) | def flush(self, *args, **kwargs) -> Any: method readlines (line 180) | def readlines(self, *args, **kwargs) -> Any: method seek (line 183) | def seek(self, *args, **kwargs) -> Any: method tell (line 186) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/uio.pyi function open (line 11) | def open(name, mode="r", **kwargs) -> Any: class BytesIO (line 19) | class BytesIO(IO): method __init__ (line 32) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 33) | def close(self, *args, **kwargs) -> Any: ... method read (line 34) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 35) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 36) | def readline(self, *args, **kwargs) -> Any: ... method write (line 37) | def write(self, *args, **kwargs) -> Any: ... method flush (line 38) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 39) | def getvalue(self) -> Any: method seek (line 44) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 45) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 47) | class FileIO(IO): method __init__ (line 53) | def __init__(self, *args, **kwargs) -> None: ... method close (line 54) | def close(self, *args, **kwargs) -> Any: ... method read (line 55) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method write (line 58) | def write(self, *args, **kwargs) -> Any: ... method flush (line 59) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 60) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 61) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 62) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 64) | class IOBase: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 67) | class StringIO(IO): method __init__ (line 68) | def __init__(self, string: Optional[Any] = None) -> None: ... method close (line 69) | def close(self, *args, **kwargs) -> Any: ... method read (line 70) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 71) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 72) | def readline(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method flush (line 74) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 75) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 76) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 77) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 79) | class TextIOWrapper(IO): method __init__ (line 85) | def __init__(self, *args, **kwargs) -> None: ... method close (line 86) | def close(self, *args, **kwargs) -> Any: ... method read (line 87) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 89) | def readline(self, *args, **kwargs) -> Any: ... method write (line 90) | def write(self, *args, **kwargs) -> Any: ... method flush (line 91) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 92) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 93) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 94) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/ujson.py function dump (line 14) | def dump(obj, stream, separators=None) -> Any: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Any: function loads (line 46) | def loads(str) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/ujson.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/uos.py function remove (line 16) | def remove(path) -> None: class VfsFat (line 23) | class VfsFat: method __init__ (line 30) | def __init__(self, block_dev) -> None: method open (line 34) | def open(self, *args, **kwargs) -> Any: method remove (line 37) | def remove(self, *args, **kwargs) -> Any: method chdir (line 40) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 43) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 46) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 49) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 53) | def mkfs(block_dev) -> None: method mount (line 59) | def mount(self, *args, **kwargs) -> Any: method rename (line 62) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 65) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 68) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 71) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 74) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 78) | class VfsLfs2: method __init__ (line 96) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 100) | def open(self, *args, **kwargs) -> Any: method remove (line 103) | def remove(self, *args, **kwargs) -> Any: method chdir (line 106) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 109) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 112) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 115) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 119) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 128) | def mount(self, *args, **kwargs) -> Any: method rename (line 131) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 134) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 137) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 140) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 143) | def umount(self, *args, **kwargs) -> Any: function chdir (line 147) | def chdir(path) -> Any: function getcwd (line 154) | def getcwd() -> Any: function ilistdir (line 161) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 183) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 190) | def mkdir(path) -> Any: function mount (line 197) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 216) | def rename(old_path, new_path) -> None: function rmdir (line 223) | def rmdir(path) -> None: function stat (line 230) | def stat(path) -> Any: function statvfs (line 237) | def statvfs(path) -> Tuple: function umount (line 261) | def umount(mount_point) -> Any: function uname (line 272) | def uname() -> uname_result: function urandom (line 287) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_18-rp2-merged/uos.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method open (line 27) | def open(self, *args, **kwargs) -> Any: ... method remove (line 28) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 30) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 31) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 32) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 34) | def mkfs(block_dev) -> None: method mount (line 39) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 40) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 41) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 42) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 43) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 46) | class VfsLfs2: method __init__ (line 64) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 65) | def open(self, *args, **kwargs) -> Any: ... method remove (line 66) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 67) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 68) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 69) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 70) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 72) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 80) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 81) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 82) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 83) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 84) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 85) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 87) | def chdir(path) -> Any: function getcwd (line 93) | def getcwd() -> Any: function ilistdir (line 99) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 120) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 126) | def mkdir(path) -> Any: function mount (line 132) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 150) | def rename(old_path, new_path) -> None: function rmdir (line 156) | def rmdir(path) -> None: function stat (line 162) | def stat(path) -> Any: function statvfs (line 168) | def statvfs(path) -> Tuple: function umount (line 191) | def umount(mount_point) -> Any: function uname (line 201) | def uname() -> uname_result: function urandom (line 215) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_18-rp2-merged/urandom.py function choice (line 33) | def choice(sequence) -> Any: function getrandbits (line 41) | def getrandbits(n) -> int: function randint (line 48) | def randint(a, b) -> int: class random (line 55) | class random: method __init__ (line 60) | def __init__(self) -> None: function randrange (line 64) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 76) | def seed(n=None, /) -> None: function uniform (line 89) | def uniform(a, b) -> int: FILE: stubs/micropython-v1_18-rp2-merged/urandom.pyi function choice (line 30) | def choice(sequence) -> Any: function getrandbits (line 37) | def getrandbits(n) -> int: function randint (line 43) | def randint(a, b) -> int: class random (line 49) | class random: method __init__ (line 54) | def __init__(self) -> None: ... function randrange (line 56) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 67) | def seed(n=None, /) -> None: function uniform (line 79) | def uniform(a, b) -> int: FILE: stubs/micropython-v1_18-rp2-merged/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2-merged/uselect.py class poll (line 19) | class poll: method __init__ (line 24) | def __init__(self) -> None: method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Any: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 80) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 95) | class select: method __init__ (line 103) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_18-rp2-merged/uselect.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_18-rp2-merged/usocket.py function getaddrinfo (line 19) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 49) | class socket: method __init__ (line 63) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 67) | def close(self) -> Any: method read (line 78) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 88) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 98) | def readline(self) -> Any: method send (line 106) | def send(self, bytes) -> int: method write (line 114) | def write(self, buf) -> int: method accept (line 125) | def accept(self) -> Tuple: method bind (line 134) | def bind(self, address) -> Any: method connect (line 140) | def connect(self, address) -> None: method listen (line 146) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 155) | def recv(self, bufsize) -> bytes: method recvfrom (line 162) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 170) | def sendto(self, bytes, address) -> None: method setblocking (line 177) | def setblocking(self, flag) -> Any: method setsockopt (line 189) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 197) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/usocket.pyi function getaddrinfo (line 16) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 45) | class socket: method __init__ (line 59) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 60) | def close(self) -> Any: method read (line 70) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 79) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 88) | def readline(self) -> Any: method send (line 95) | def send(self, bytes) -> int: method write (line 102) | def write(self, buf) -> int: method accept (line 112) | def accept(self) -> Tuple: method bind (line 120) | def bind(self, address) -> Any: method connect (line 125) | def connect(self, address) -> None: method listen (line 130) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 138) | def recv(self, bufsize) -> bytes: method recvfrom (line 144) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 151) | def sendto(self, bytes, address) -> None: method setblocking (line 157) | def setblocking(self, flag) -> Any: method setsockopt (line 168) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 175) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_18-rp2-merged/ustruct.py function calcsize (line 17) | def calcsize(fmt) -> int: function pack (line 24) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 32) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 41) | def unpack(fmt, data) -> Tuple: function unpack_from (line 49) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-rp2-merged/ustruct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-rp2-merged/usys.py function exit (line 14) | def exit(retval=0, /) -> Any: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_18-rp2-merged/usys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_18-rp2-merged/utime.py function gmtime (line 38) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 84) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Any: function sleep_ms (line 103) | def sleep_ms(ms) -> None: function sleep_us (line 115) | def sleep_us(us) -> None: function ticks_add (line 126) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 155) | def ticks_cpu() -> Any: function ticks_diff (line 172) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 240) | def ticks_ms() -> int: function ticks_us (line 265) | def ticks_us() -> Any: class time (line 272) | class time: method __init__ (line 285) | def __init__(self) -> None: function time_ns (line 289) | def time_ns() -> int: FILE: stubs/micropython-v1_18-rp2-merged/utime.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: stubs/micropython-v1_18-rp2-merged/uzlib.py class DecompIO (line 16) | class DecompIO: method __init__ (line 25) | def __init__(self, stream, wbits=0, /) -> None: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: function decompress (line 39) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-rp2-merged/uzlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-rp2-merged/zlib.py class DecompIO (line 16) | class DecompIO: method __init__ (line 25) | def __init__(self, stream, wbits=0, /) -> None: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: function decompress (line 39) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-rp2-merged/zlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-rp2/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/_rp2.py class Flash (line 9) | class Flash: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 16) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 19) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 22) | def writeblocks(self, *args, **kwargs) -> Any: class PIO (line 26) | class PIO: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: method add_program (line 47) | def add_program(self, *args, **kwargs) -> Any: method irq (line 50) | def irq(self, *args, **kwargs) -> Any: method remove_program (line 53) | def remove_program(self, *args, **kwargs) -> Any: method state_machine (line 56) | def state_machine(self, *args, **kwargs) -> Any: class StateMachine (line 60) | class StateMachine: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method exec (line 67) | def exec(self, *args, **kwargs) -> Any: method get (line 70) | def get(self, *args, **kwargs) -> Any: method active (line 73) | def active(self, *args, **kwargs) -> Any: method init (line 76) | def init(self, *args, **kwargs) -> Any: method irq (line 79) | def irq(self, *args, **kwargs) -> Any: method put (line 82) | def put(self, *args, **kwargs) -> Any: method restart (line 85) | def restart(self, *args, **kwargs) -> Any: method rx_fifo (line 88) | def rx_fifo(self, *args, **kwargs) -> Any: method tx_fifo (line 91) | def tx_fifo(self, *args, **kwargs) -> Any: function dht_readinto (line 95) | def dht_readinto(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/_rp2.pyi class Flash (line 3) | class Flash: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 6) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 7) | def writeblocks(self, *args, **kwargs) -> Any: ... class PIO (line 9) | class PIO: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method add_program (line 24) | def add_program(self, *args, **kwargs) -> Any: ... method irq (line 25) | def irq(self, *args, **kwargs) -> Any: ... method remove_program (line 26) | def remove_program(self, *args, **kwargs) -> Any: ... method state_machine (line 27) | def state_machine(self, *args, **kwargs) -> Any: ... class StateMachine (line 29) | class StateMachine: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... method exec (line 31) | def exec(self, *args, **kwargs) -> Any: ... method get (line 32) | def get(self, *args, **kwargs) -> Any: ... method active (line 33) | def active(self, *args, **kwargs) -> Any: ... method init (line 34) | def init(self, *args, **kwargs) -> Any: ... method irq (line 35) | def irq(self, *args, **kwargs) -> Any: ... method put (line 36) | def put(self, *args, **kwargs) -> Any: ... method restart (line 37) | def restart(self, *args, **kwargs) -> Any: ... method rx_fifo (line 38) | def rx_fifo(self, *args, **kwargs) -> Any: ... method tx_fifo (line 39) | def tx_fifo(self, *args, **kwargs) -> Any: ... function dht_readinto (line 41) | def dht_readinto(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/_thread.py class LockType (line 9) | class LockType: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 16) | def acquire(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: method release (line 22) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 30) | def exit(*args, **kwargs) -> Any: function get_ident (line 34) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 38) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 42) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/_thread.pyi class LockType (line 3) | class LockType: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 5) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 9) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 10) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 11) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 12) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/builtins.py class ArithmeticError (line 9) | class ArithmeticError(Exception): class AssertionError (line 13) | class AssertionError(Exception): class AttributeError (line 17) | class AttributeError(Exception): class EOFError (line 21) | class EOFError(Exception): class GeneratorExit (line 28) | class GeneratorExit: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class ImportError (line 36) | class ImportError(Exception): class IndentationError (line 40) | class IndentationError(Exception): class IndexError (line 44) | class IndexError(Exception): class KeyError (line 48) | class KeyError(Exception): class KeyboardInterrupt (line 52) | class KeyboardInterrupt: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: class LookupError (line 60) | class LookupError(Exception): class MemoryError (line 64) | class MemoryError(Exception): class NameError (line 68) | class NameError(Exception): class NotImplementedError (line 72) | class NotImplementedError(Exception): class OSError (line 76) | class OSError(Exception): class OverflowError (line 80) | class OverflowError(Exception): class RuntimeError (line 84) | class RuntimeError(Exception): class StopIteration (line 88) | class StopIteration: method __init__ (line 91) | def __init__(self, *argv, **kwargs) -> None: class SyntaxError (line 96) | class SyntaxError(Exception): class SystemExit (line 100) | class SystemExit: method __init__ (line 103) | def __init__(self, *argv, **kwargs) -> None: class TypeError (line 108) | class TypeError(Exception): class ValueError (line 112) | class ValueError(Exception): class ZeroDivisionError (line 116) | class ZeroDivisionError(Exception): function abs (line 120) | def abs(*args, **kwargs) -> Any: function all (line 124) | def all(*args, **kwargs) -> Any: function any (line 128) | def any(*args, **kwargs) -> Any: class bool (line 132) | class bool: method __init__ (line 135) | def __init__(self, *argv, **kwargs) -> None: class bytearray (line 140) | class bytearray: method __init__ (line 143) | def __init__(self, *argv, **kwargs) -> None: method append (line 147) | def append(self, *args, **kwargs) -> Any: method extend (line 150) | def extend(self, *args, **kwargs) -> Any: method decode (line 153) | def decode(self, *args, **kwargs) -> Any: class bytes (line 157) | class bytes: method __init__ (line 160) | def __init__(self, *argv, **kwargs) -> None: method count (line 164) | def count(self, *args, **kwargs) -> Any: method endswith (line 167) | def endswith(self, *args, **kwargs) -> Any: method find (line 170) | def find(self, *args, **kwargs) -> Any: method format (line 173) | def format(self, *args, **kwargs) -> Any: method index (line 176) | def index(self, *args, **kwargs) -> Any: method isalpha (line 179) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 182) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 185) | def islower(self, *args, **kwargs) -> Any: method isspace (line 188) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 191) | def isupper(self, *args, **kwargs) -> Any: method join (line 194) | def join(self, *args, **kwargs) -> Any: method lower (line 197) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 200) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 203) | def replace(self, *args, **kwargs) -> Any: method rfind (line 206) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 209) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 212) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 215) | def rstrip(self, *args, **kwargs) -> Any: method split (line 218) | def split(self, *args, **kwargs) -> Any: method startswith (line 221) | def startswith(self, *args, **kwargs) -> Any: method strip (line 224) | def strip(self, *args, **kwargs) -> Any: method upper (line 227) | def upper(self, *args, **kwargs) -> Any: method center (line 230) | def center(self, *args, **kwargs) -> Any: method decode (line 233) | def decode(self, *args, **kwargs) -> Any: method partition (line 236) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 239) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 242) | def splitlines(self, *args, **kwargs) -> Any: function callable (line 246) | def callable(*args, **kwargs) -> Any: function chr (line 250) | def chr(*args, **kwargs) -> Any: class dict (line 254) | class dict: method __init__ (line 257) | def __init__(self, *argv, **kwargs) -> None: method clear (line 261) | def clear(self, *args, **kwargs) -> Any: method copy (line 264) | def copy(self, *args, **kwargs) -> Any: method get (line 267) | def get(self, *args, **kwargs) -> Any: method items (line 270) | def items(self, *args, **kwargs) -> Any: method keys (line 273) | def keys(self, *args, **kwargs) -> Any: method pop (line 276) | def pop(self, *args, **kwargs) -> Any: method popitem (line 279) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 282) | def setdefault(self, *args, **kwargs) -> Any: method update (line 285) | def update(self, *args, **kwargs) -> Any: method values (line 288) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 292) | def fromkeys(cls, *args, **kwargs) -> Any: function dir (line 296) | def dir(*args, **kwargs) -> Any: function divmod (line 300) | def divmod(*args, **kwargs) -> Any: function eval (line 304) | def eval(*args, **kwargs) -> Any: function exec (line 308) | def exec(*args, **kwargs) -> Any: function getattr (line 312) | def getattr(*args, **kwargs) -> Any: function globals (line 316) | def globals(*args, **kwargs) -> Any: function hasattr (line 320) | def hasattr(*args, **kwargs) -> Any: function hash (line 324) | def hash(*args, **kwargs) -> Any: function id (line 328) | def id(*args, **kwargs) -> Any: class int (line 332) | class int: method __init__ (line 335) | def __init__(self, *argv, **kwargs) -> None: method from_bytes (line 340) | def from_bytes(cls, *args, **kwargs) -> Any: method to_bytes (line 343) | def to_bytes(self, *args, **kwargs) -> Any: function isinstance (line 347) | def isinstance(*args, **kwargs) -> Any: function issubclass (line 351) | def issubclass(*args, **kwargs) -> Any: function iter (line 355) | def iter(*args, **kwargs) -> Any: function len (line 359) | def len(*args, **kwargs) -> Any: class list (line 363) | class list: method __init__ (line 366) | def __init__(self, *argv, **kwargs) -> None: method append (line 370) | def append(self, *args, **kwargs) -> Any: method clear (line 373) | def clear(self, *args, **kwargs) -> Any: method copy (line 376) | def copy(self, *args, **kwargs) -> Any: method count (line 379) | def count(self, *args, **kwargs) -> Any: method extend (line 382) | def extend(self, *args, **kwargs) -> Any: method index (line 385) | def index(self, *args, **kwargs) -> Any: method insert (line 388) | def insert(self, *args, **kwargs) -> Any: method pop (line 391) | def pop(self, *args, **kwargs) -> Any: method remove (line 394) | def remove(self, *args, **kwargs) -> Any: method reverse (line 397) | def reverse(self, *args, **kwargs) -> Any: method sort (line 400) | def sort(self, *args, **kwargs) -> Any: function locals (line 404) | def locals(*args, **kwargs) -> Any: class map (line 408) | class map: method __init__ (line 411) | def __init__(self, *argv, **kwargs) -> None: function next (line 416) | def next(*args, **kwargs) -> Any: class object (line 420) | class object: method __init__ (line 423) | def __init__(self, *argv, **kwargs) -> None: function open (line 428) | def open(*args, **kwargs) -> Any: function ord (line 432) | def ord(*args, **kwargs) -> Any: function pow (line 436) | def pow(*args, **kwargs) -> Any: function print (line 440) | def print(*args, **kwargs) -> Any: class range (line 444) | class range: method __init__ (line 447) | def __init__(self, *argv, **kwargs) -> None: function repr (line 452) | def repr(*args, **kwargs) -> Any: function round (line 456) | def round(*args, **kwargs) -> Any: class set (line 460) | class set: method __init__ (line 463) | def __init__(self, *argv, **kwargs) -> None: method clear (line 467) | def clear(self, *args, **kwargs) -> Any: method copy (line 470) | def copy(self, *args, **kwargs) -> Any: method pop (line 473) | def pop(self, *args, **kwargs) -> Any: method remove (line 476) | def remove(self, *args, **kwargs) -> Any: method update (line 479) | def update(self, *args, **kwargs) -> Any: method add (line 482) | def add(self, *args, **kwargs) -> Any: method difference (line 485) | def difference(self, *args, **kwargs) -> Any: method difference_update (line 488) | def difference_update(self, *args, **kwargs) -> Any: method discard (line 491) | def discard(self, *args, **kwargs) -> Any: method intersection (line 494) | def intersection(self, *args, **kwargs) -> Any: method intersection_update (line 497) | def intersection_update(self, *args, **kwargs) -> Any: method isdisjoint (line 500) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 503) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 506) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 509) | def symmetric_difference(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 512) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method union (line 515) | def union(self, *args, **kwargs) -> Any: function setattr (line 519) | def setattr(*args, **kwargs) -> Any: function sorted (line 523) | def sorted(*args, **kwargs) -> Any: class str (line 527) | class str: method __init__ (line 530) | def __init__(self, *argv, **kwargs) -> None: method count (line 534) | def count(self, *args, **kwargs) -> Any: method endswith (line 537) | def endswith(self, *args, **kwargs) -> Any: method find (line 540) | def find(self, *args, **kwargs) -> Any: method format (line 543) | def format(self, *args, **kwargs) -> Any: method index (line 546) | def index(self, *args, **kwargs) -> Any: method isalpha (line 549) | def isalpha(self, *args, **kwargs) -> Any: method isdigit (line 552) | def isdigit(self, *args, **kwargs) -> Any: method islower (line 555) | def islower(self, *args, **kwargs) -> Any: method isspace (line 558) | def isspace(self, *args, **kwargs) -> Any: method isupper (line 561) | def isupper(self, *args, **kwargs) -> Any: method join (line 564) | def join(self, *args, **kwargs) -> Any: method lower (line 567) | def lower(self, *args, **kwargs) -> Any: method lstrip (line 570) | def lstrip(self, *args, **kwargs) -> Any: method replace (line 573) | def replace(self, *args, **kwargs) -> Any: method rfind (line 576) | def rfind(self, *args, **kwargs) -> Any: method rindex (line 579) | def rindex(self, *args, **kwargs) -> Any: method rsplit (line 582) | def rsplit(self, *args, **kwargs) -> Any: method rstrip (line 585) | def rstrip(self, *args, **kwargs) -> Any: method split (line 588) | def split(self, *args, **kwargs) -> Any: method startswith (line 591) | def startswith(self, *args, **kwargs) -> Any: method strip (line 594) | def strip(self, *args, **kwargs) -> Any: method upper (line 597) | def upper(self, *args, **kwargs) -> Any: method center (line 600) | def center(self, *args, **kwargs) -> Any: method encode (line 603) | def encode(self, *args, **kwargs) -> Any: method partition (line 606) | def partition(self, *args, **kwargs) -> Any: method rpartition (line 609) | def rpartition(self, *args, **kwargs) -> Any: method splitlines (line 612) | def splitlines(self, *args, **kwargs) -> Any: function sum (line 616) | def sum(*args, **kwargs) -> Any: class super (line 620) | class super: method __init__ (line 623) | def __init__(self, *argv, **kwargs) -> None: class tuple (line 628) | class tuple: method __init__ (line 631) | def __init__(self, *argv, **kwargs) -> None: method count (line 635) | def count(self, *args, **kwargs) -> Any: method index (line 638) | def index(self, *args, **kwargs) -> Any: class type (line 642) | class type: method __init__ (line 645) | def __init__(self, *argv, **kwargs) -> None: class zip (line 650) | class zip: method __init__ (line 653) | def __init__(self, *argv, **kwargs) -> None: class StopAsyncIteration (line 658) | class StopAsyncIteration: method __init__ (line 661) | def __init__(self, *argv, **kwargs) -> None: class UnicodeError (line 666) | class UnicodeError(Exception): class ViperTypeError (line 670) | class ViperTypeError(Exception): function bin (line 674) | def bin(*args, **kwargs) -> Any: function compile (line 678) | def compile(*args, **kwargs) -> Any: class complex (line 682) | class complex: method __init__ (line 685) | def __init__(self, *argv, **kwargs) -> None: function delattr (line 690) | def delattr(*args, **kwargs) -> Any: class enumerate (line 694) | class enumerate: method __init__ (line 697) | def __init__(self, *argv, **kwargs) -> None: class filter (line 702) | class filter: method __init__ (line 705) | def __init__(self, *argv, **kwargs) -> None: class float (line 710) | class float: method __init__ (line 713) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 718) | class frozenset: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: method copy (line 725) | def copy(self, *args, **kwargs) -> Any: method difference (line 728) | def difference(self, *args, **kwargs) -> Any: method intersection (line 731) | def intersection(self, *args, **kwargs) -> Any: method isdisjoint (line 734) | def isdisjoint(self, *args, **kwargs) -> Any: method issubset (line 737) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 740) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 743) | def symmetric_difference(self, *args, **kwargs) -> Any: method union (line 746) | def union(self, *args, **kwargs) -> Any: function help (line 750) | def help(*args, **kwargs) -> Any: function hex (line 754) | def hex(*args, **kwargs) -> Any: function input (line 758) | def input(*args, **kwargs) -> Any: function max (line 762) | def max(*args, **kwargs) -> Any: class memoryview (line 766) | class memoryview: method __init__ (line 769) | def __init__(self, *argv, **kwargs) -> None: function min (line 774) | def min(*args, **kwargs) -> Any: function oct (line 778) | def oct(*args, **kwargs) -> Any: class property (line 782) | class property: method __init__ (line 785) | def __init__(self, *argv, **kwargs) -> None: method deleter (line 789) | def deleter(self, *args, **kwargs) -> Any: method getter (line 792) | def getter(self, *args, **kwargs) -> Any: method setter (line 795) | def setter(self, *args, **kwargs) -> Any: class reversed (line 799) | class reversed: method __init__ (line 802) | def __init__(self, *argv, **kwargs) -> None: class slice (line 807) | class slice: method __init__ (line 810) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_18-rp2/builtins.pyi class ArithmeticError (line 3) | class ArithmeticError(Exception): ... class AssertionError (line 4) | class AssertionError(Exception): ... class AttributeError (line 5) | class AttributeError(Exception): ... class EOFError (line 6) | class EOFError(Exception): ... class GeneratorExit (line 10) | class GeneratorExit: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... class ImportError (line 13) | class ImportError(Exception): ... class IndentationError (line 14) | class IndentationError(Exception): ... class IndexError (line 15) | class IndexError(Exception): ... class KeyError (line 16) | class KeyError(Exception): ... class KeyboardInterrupt (line 18) | class KeyboardInterrupt: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class LookupError (line 21) | class LookupError(Exception): ... class MemoryError (line 22) | class MemoryError(Exception): ... class NameError (line 23) | class NameError(Exception): ... class NotImplementedError (line 24) | class NotImplementedError(Exception): ... class OSError (line 25) | class OSError(Exception): ... class OverflowError (line 26) | class OverflowError(Exception): ... class RuntimeError (line 27) | class RuntimeError(Exception): ... class StopIteration (line 29) | class StopIteration: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class SyntaxError (line 32) | class SyntaxError(Exception): ... class SystemExit (line 34) | class SystemExit: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class TypeError (line 37) | class TypeError(Exception): ... class ValueError (line 38) | class ValueError(Exception): ... class ZeroDivisionError (line 39) | class ZeroDivisionError(Exception): ... function abs (line 41) | def abs(*args, **kwargs) -> Any: ... function all (line 42) | def all(*args, **kwargs) -> Any: ... function any (line 43) | def any(*args, **kwargs) -> Any: ... class bool (line 45) | class bool: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class bytearray (line 48) | class bytearray: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 50) | def append(self, *args, **kwargs) -> Any: ... method extend (line 51) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 52) | def decode(self, *args, **kwargs) -> Any: ... class bytes (line 54) | class bytes: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 56) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 57) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 58) | def find(self, *args, **kwargs) -> Any: ... method format (line 59) | def format(self, *args, **kwargs) -> Any: ... method index (line 60) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 61) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 62) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 63) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 64) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 65) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 66) | def join(self, *args, **kwargs) -> Any: ... method lower (line 67) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 68) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 69) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 70) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 71) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 72) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 73) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 74) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 75) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 76) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 77) | def upper(self, *args, **kwargs) -> Any: ... method center (line 78) | def center(self, *args, **kwargs) -> Any: ... method decode (line 79) | def decode(self, *args, **kwargs) -> Any: ... method partition (line 80) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 81) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 82) | def splitlines(self, *args, **kwargs) -> Any: ... function callable (line 84) | def callable(*args, **kwargs) -> Any: ... function chr (line 85) | def chr(*args, **kwargs) -> Any: ... class dict (line 87) | class dict: method __init__ (line 88) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 89) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 90) | def copy(self, *args, **kwargs) -> Any: ... method get (line 91) | def get(self, *args, **kwargs) -> Any: ... method items (line 92) | def items(self, *args, **kwargs) -> Any: ... method keys (line 93) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 94) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 95) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 96) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 97) | def update(self, *args, **kwargs) -> Any: ... method values (line 98) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 100) | def fromkeys(cls, *args, **kwargs) -> Any: ... function dir (line 102) | def dir(*args, **kwargs) -> Any: ... function divmod (line 103) | def divmod(*args, **kwargs) -> Any: ... function eval (line 104) | def eval(*args, **kwargs) -> Any: ... function exec (line 105) | def exec(*args, **kwargs) -> Any: ... function getattr (line 106) | def getattr(*args, **kwargs) -> Any: ... function globals (line 107) | def globals(*args, **kwargs) -> Any: ... function hasattr (line 108) | def hasattr(*args, **kwargs) -> Any: ... function hash (line 109) | def hash(*args, **kwargs) -> Any: ... function id (line 110) | def id(*args, **kwargs) -> Any: ... class int (line 112) | class int: method __init__ (line 113) | def __init__(self, *argv, **kwargs) -> None: ... method from_bytes (line 115) | def from_bytes(cls, *args, **kwargs) -> Any: ... method to_bytes (line 116) | def to_bytes(self, *args, **kwargs) -> Any: ... function isinstance (line 118) | def isinstance(*args, **kwargs) -> Any: ... function issubclass (line 119) | def issubclass(*args, **kwargs) -> Any: ... function iter (line 120) | def iter(*args, **kwargs) -> Any: ... function len (line 121) | def len(*args, **kwargs) -> Any: ... class list (line 123) | class list: method __init__ (line 124) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 125) | def append(self, *args, **kwargs) -> Any: ... method clear (line 126) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 127) | def copy(self, *args, **kwargs) -> Any: ... method count (line 128) | def count(self, *args, **kwargs) -> Any: ... method extend (line 129) | def extend(self, *args, **kwargs) -> Any: ... method index (line 130) | def index(self, *args, **kwargs) -> Any: ... method insert (line 131) | def insert(self, *args, **kwargs) -> Any: ... method pop (line 132) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 133) | def remove(self, *args, **kwargs) -> Any: ... method reverse (line 134) | def reverse(self, *args, **kwargs) -> Any: ... method sort (line 135) | def sort(self, *args, **kwargs) -> Any: ... function locals (line 137) | def locals(*args, **kwargs) -> Any: ... class map (line 139) | class map: method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... function next (line 142) | def next(*args, **kwargs) -> Any: ... class object (line 144) | class object: method __init__ (line 145) | def __init__(self, *argv, **kwargs) -> None: ... function open (line 147) | def open(*args, **kwargs) -> Any: ... function ord (line 148) | def ord(*args, **kwargs) -> Any: ... function pow (line 149) | def pow(*args, **kwargs) -> Any: ... function print (line 150) | def print(*args, **kwargs) -> Any: ... class range (line 152) | class range: method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... function repr (line 155) | def repr(*args, **kwargs) -> Any: ... function round (line 156) | def round(*args, **kwargs) -> Any: ... class set (line 158) | class set: method __init__ (line 159) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 160) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 161) | def copy(self, *args, **kwargs) -> Any: ... method pop (line 162) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 163) | def remove(self, *args, **kwargs) -> Any: ... method update (line 164) | def update(self, *args, **kwargs) -> Any: ... method add (line 165) | def add(self, *args, **kwargs) -> Any: ... method difference (line 166) | def difference(self, *args, **kwargs) -> Any: ... method difference_update (line 167) | def difference_update(self, *args, **kwargs) -> Any: ... method discard (line 168) | def discard(self, *args, **kwargs) -> Any: ... method intersection (line 169) | def intersection(self, *args, **kwargs) -> Any: ... method intersection_update (line 170) | def intersection_update(self, *args, **kwargs) -> Any: ... method isdisjoint (line 171) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 172) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 173) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 174) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method symmetric_difference_update (line 175) | def symmetric_difference_update(self, *args, **kwargs) -> Any: ... method union (line 176) | def union(self, *args, **kwargs) -> Any: ... function setattr (line 178) | def setattr(*args, **kwargs) -> Any: ... function sorted (line 179) | def sorted(*args, **kwargs) -> Any: ... class str (line 181) | class str: method __init__ (line 182) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 183) | def count(self, *args, **kwargs) -> Any: ... method endswith (line 184) | def endswith(self, *args, **kwargs) -> Any: ... method find (line 185) | def find(self, *args, **kwargs) -> Any: ... method format (line 186) | def format(self, *args, **kwargs) -> Any: ... method index (line 187) | def index(self, *args, **kwargs) -> Any: ... method isalpha (line 188) | def isalpha(self, *args, **kwargs) -> Any: ... method isdigit (line 189) | def isdigit(self, *args, **kwargs) -> Any: ... method islower (line 190) | def islower(self, *args, **kwargs) -> Any: ... method isspace (line 191) | def isspace(self, *args, **kwargs) -> Any: ... method isupper (line 192) | def isupper(self, *args, **kwargs) -> Any: ... method join (line 193) | def join(self, *args, **kwargs) -> Any: ... method lower (line 194) | def lower(self, *args, **kwargs) -> Any: ... method lstrip (line 195) | def lstrip(self, *args, **kwargs) -> Any: ... method replace (line 196) | def replace(self, *args, **kwargs) -> Any: ... method rfind (line 197) | def rfind(self, *args, **kwargs) -> Any: ... method rindex (line 198) | def rindex(self, *args, **kwargs) -> Any: ... method rsplit (line 199) | def rsplit(self, *args, **kwargs) -> Any: ... method rstrip (line 200) | def rstrip(self, *args, **kwargs) -> Any: ... method split (line 201) | def split(self, *args, **kwargs) -> Any: ... method startswith (line 202) | def startswith(self, *args, **kwargs) -> Any: ... method strip (line 203) | def strip(self, *args, **kwargs) -> Any: ... method upper (line 204) | def upper(self, *args, **kwargs) -> Any: ... method center (line 205) | def center(self, *args, **kwargs) -> Any: ... method encode (line 206) | def encode(self, *args, **kwargs) -> Any: ... method partition (line 207) | def partition(self, *args, **kwargs) -> Any: ... method rpartition (line 208) | def rpartition(self, *args, **kwargs) -> Any: ... method splitlines (line 209) | def splitlines(self, *args, **kwargs) -> Any: ... function sum (line 211) | def sum(*args, **kwargs) -> Any: ... class super (line 213) | class super: method __init__ (line 214) | def __init__(self, *argv, **kwargs) -> None: ... class tuple (line 216) | class tuple: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: ... method count (line 218) | def count(self, *args, **kwargs) -> Any: ... method index (line 219) | def index(self, *args, **kwargs) -> Any: ... class type (line 221) | class type: method __init__ (line 222) | def __init__(self, *argv, **kwargs) -> None: ... class zip (line 224) | class zip: method __init__ (line 225) | def __init__(self, *argv, **kwargs) -> None: ... class StopAsyncIteration (line 227) | class StopAsyncIteration: method __init__ (line 228) | def __init__(self, *argv, **kwargs) -> None: ... class UnicodeError (line 230) | class UnicodeError(Exception): ... class ViperTypeError (line 231) | class ViperTypeError(Exception): ... function bin (line 233) | def bin(*args, **kwargs) -> Any: ... function compile (line 234) | def compile(*args, **kwargs) -> Any: ... class complex (line 236) | class complex: method __init__ (line 237) | def __init__(self, *argv, **kwargs) -> None: ... function delattr (line 239) | def delattr(*args, **kwargs) -> Any: ... class enumerate (line 241) | class enumerate: method __init__ (line 242) | def __init__(self, *argv, **kwargs) -> None: ... class filter (line 244) | class filter: method __init__ (line 245) | def __init__(self, *argv, **kwargs) -> None: ... class float (line 247) | class float: method __init__ (line 248) | def __init__(self, *argv, **kwargs) -> None: ... class frozenset (line 250) | class frozenset: method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... method copy (line 252) | def copy(self, *args, **kwargs) -> Any: ... method difference (line 253) | def difference(self, *args, **kwargs) -> Any: ... method intersection (line 254) | def intersection(self, *args, **kwargs) -> Any: ... method isdisjoint (line 255) | def isdisjoint(self, *args, **kwargs) -> Any: ... method issubset (line 256) | def issubset(self, *args, **kwargs) -> Any: ... method issuperset (line 257) | def issuperset(self, *args, **kwargs) -> Any: ... method symmetric_difference (line 258) | def symmetric_difference(self, *args, **kwargs) -> Any: ... method union (line 259) | def union(self, *args, **kwargs) -> Any: ... function help (line 261) | def help(*args, **kwargs) -> Any: ... function hex (line 262) | def hex(*args, **kwargs) -> Any: ... function input (line 263) | def input(*args, **kwargs) -> Any: ... function max (line 264) | def max(*args, **kwargs) -> Any: ... class memoryview (line 266) | class memoryview: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... function min (line 269) | def min(*args, **kwargs) -> Any: ... function oct (line 270) | def oct(*args, **kwargs) -> Any: ... class property (line 272) | class property: method __init__ (line 273) | def __init__(self, *argv, **kwargs) -> None: ... method deleter (line 274) | def deleter(self, *args, **kwargs) -> Any: ... method getter (line 275) | def getter(self, *args, **kwargs) -> Any: ... method setter (line 276) | def setter(self, *args, **kwargs) -> Any: ... class reversed (line 278) | class reversed: method __init__ (line 279) | def __init__(self, *argv, **kwargs) -> None: ... class slice (line 281) | class slice: method __init__ (line 282) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_18-rp2/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/collections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/collections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/hashlib.py class sha256 (line 9) | class sha256: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/hashlib.pyi class sha256 (line 3) | class sha256: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/logging.py function getLogger (line 9) | def getLogger(*args, **kwargs) -> Any: function info (line 13) | def info(*args, **kwargs) -> Any: function debug (line 17) | def debug(*args, **kwargs) -> Any: function basicConfig (line 21) | def basicConfig(*args, **kwargs) -> Any: class Logger (line 33) | class Logger: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: method log (line 40) | def log(self, *args, **kwargs) -> Any: method exception (line 43) | def exception(self, *args, **kwargs) -> Any: method info (line 46) | def info(self, *args, **kwargs) -> Any: method debug (line 49) | def debug(self, *args, **kwargs) -> Any: method error (line 52) | def error(self, *args, **kwargs) -> Any: method warning (line 55) | def warning(self, *args, **kwargs) -> Any: method setLevel (line 60) | def setLevel(self, *args, **kwargs) -> Any: method isEnabledFor (line 63) | def isEnabledFor(self, *args, **kwargs) -> Any: method critical (line 66) | def critical(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/logging.pyi function getLogger (line 3) | def getLogger(*args, **kwargs) -> Any: ... function info (line 4) | def info(*args, **kwargs) -> Any: ... function debug (line 5) | def debug(*args, **kwargs) -> Any: ... function basicConfig (line 6) | def basicConfig(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method log (line 17) | def log(self, *args, **kwargs) -> Any: ... method exception (line 18) | def exception(self, *args, **kwargs) -> Any: ... method info (line 19) | def info(self, *args, **kwargs) -> Any: ... method debug (line 20) | def debug(self, *args, **kwargs) -> Any: ... method error (line 21) | def error(self, *args, **kwargs) -> Any: ... method warning (line 22) | def warning(self, *args, **kwargs) -> Any: ... method setLevel (line 24) | def setLevel(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 25) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method critical (line 26) | def critical(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/machine.py class ADC (line 9) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read_u16 (line 18) | def read_u16(self, *args, **kwargs) -> Any: class I2C (line 22) | class I2C: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 29) | def readinto(self, *args, **kwargs) -> Any: method start (line 32) | def start(self, *args, **kwargs) -> Any: method stop (line 35) | def stop(self, *args, **kwargs) -> Any: method write (line 38) | def write(self, *args, **kwargs) -> Any: method init (line 41) | def init(self, *args, **kwargs) -> Any: method readfrom (line 44) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 47) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 50) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 53) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 56) | def scan(self, *args, **kwargs) -> Any: method writeto (line 59) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 62) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 65) | def writevto(self, *args, **kwargs) -> Any: class I2S (line 69) | class I2S: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 76) | def readinto(self, *args, **kwargs) -> Any: method write (line 79) | def write(self, *args, **kwargs) -> Any: method deinit (line 87) | def deinit(self, *args, **kwargs) -> Any: method init (line 90) | def init(self, *args, **kwargs) -> Any: method irq (line 93) | def irq(self, *args, **kwargs) -> Any: method shift (line 96) | def shift(self, *args, **kwargs) -> Any: class PWM (line 100) | class PWM: method __init__ (line 103) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 107) | def deinit(self, *args, **kwargs) -> Any: method duty_ns (line 110) | def duty_ns(self, *args, **kwargs) -> Any: method duty_u16 (line 113) | def duty_u16(self, *args, **kwargs) -> Any: method freq (line 116) | def freq(self, *args, **kwargs) -> Any: class Pin (line 123) | class Pin: method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: method value (line 130) | def value(self, *args, **kwargs) -> Any: method high (line 142) | def high(self, *args, **kwargs) -> Any: method init (line 145) | def init(self, *args, **kwargs) -> Any: method irq (line 148) | def irq(self, *args, **kwargs) -> Any: method low (line 151) | def low(self, *args, **kwargs) -> Any: method off (line 154) | def off(self, *args, **kwargs) -> Any: method on (line 157) | def on(self, *args, **kwargs) -> Any: method toggle (line 160) | def toggle(self, *args, **kwargs) -> Any: class RTC (line 164) | class RTC: method __init__ (line 167) | def __init__(self, *argv, **kwargs) -> None: method datetime (line 171) | def datetime(self, *args, **kwargs) -> Any: class SPI (line 175) | class SPI: method __init__ (line 178) | def __init__(self, *argv, **kwargs) -> None: method read (line 182) | def read(self, *args, **kwargs) -> Any: method readinto (line 185) | def readinto(self, *args, **kwargs) -> Any: method write (line 188) | def write(self, *args, **kwargs) -> Any: method deinit (line 194) | def deinit(self, *args, **kwargs) -> Any: method init (line 197) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 200) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 204) | class Signal: method __init__ (line 207) | def __init__(self, *argv, **kwargs) -> None: method value (line 211) | def value(self, *args, **kwargs) -> Any: method off (line 214) | def off(self, *args, **kwargs) -> Any: method on (line 217) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 221) | class SoftI2C: method __init__ (line 224) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 228) | def readinto(self, *args, **kwargs) -> Any: method start (line 231) | def start(self, *args, **kwargs) -> Any: method stop (line 234) | def stop(self, *args, **kwargs) -> Any: method write (line 237) | def write(self, *args, **kwargs) -> Any: method init (line 240) | def init(self, *args, **kwargs) -> Any: method readfrom (line 243) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 246) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 249) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 252) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 255) | def scan(self, *args, **kwargs) -> Any: method writeto (line 258) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 261) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 264) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 268) | class SoftSPI: method __init__ (line 271) | def __init__(self, *argv, **kwargs) -> None: method read (line 275) | def read(self, *args, **kwargs) -> Any: method readinto (line 278) | def readinto(self, *args, **kwargs) -> Any: method write (line 281) | def write(self, *args, **kwargs) -> Any: method deinit (line 287) | def deinit(self, *args, **kwargs) -> Any: method init (line 290) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 293) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 297) | class Timer: method __init__ (line 300) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 307) | def deinit(self, *args, **kwargs) -> Any: method init (line 310) | def init(self, *args, **kwargs) -> Any: class UART (line 314) | class UART: method __init__ (line 317) | def __init__(self, *argv, **kwargs) -> None: method any (line 321) | def any(self, *args, **kwargs) -> Any: method read (line 324) | def read(self, *args, **kwargs) -> Any: method readinto (line 327) | def readinto(self, *args, **kwargs) -> Any: method readline (line 330) | def readline(self, *args, **kwargs) -> Any: method write (line 333) | def write(self, *args, **kwargs) -> Any: method sendbreak (line 341) | def sendbreak(self, *args, **kwargs) -> Any: class WDT (line 345) | class WDT: method __init__ (line 348) | def __init__(self, *argv, **kwargs) -> None: method feed (line 352) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 359) | def bitstream(*args, **kwargs) -> Any: function bootloader (line 363) | def bootloader(*args, **kwargs) -> Any: function deepsleep (line 367) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 371) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 375) | def enable_irq(*args, **kwargs) -> Any: function freq (line 379) | def freq(*args, **kwargs) -> Any: function idle (line 383) | def idle(*args, **kwargs) -> Any: function lightsleep (line 387) | def lightsleep(*args, **kwargs) -> Any: function reset (line 396) | def reset(*args, **kwargs) -> Any: function reset_cause (line 400) | def reset_cause(*args, **kwargs) -> Any: function soft_reset (line 404) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 408) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 412) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/machine.pyi class ADC (line 3) | class ADC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read_u16 (line 6) | def read_u16(self, *args, **kwargs) -> Any: ... class I2C (line 8) | class I2C: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 10) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 11) | def start(self, *args, **kwargs) -> Any: ... method stop (line 12) | def stop(self, *args, **kwargs) -> Any: ... method write (line 13) | def write(self, *args, **kwargs) -> Any: ... method init (line 14) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 15) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 16) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 17) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 18) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 19) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 20) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 21) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 22) | def writevto(self, *args, **kwargs) -> Any: ... class I2S (line 24) | class I2S: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 27) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 32) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 33) | def init(self, *args, **kwargs) -> Any: ... method irq (line 34) | def irq(self, *args, **kwargs) -> Any: ... method shift (line 35) | def shift(self, *args, **kwargs) -> Any: ... class PWM (line 37) | class PWM: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 39) | def deinit(self, *args, **kwargs) -> Any: ... method duty_ns (line 40) | def duty_ns(self, *args, **kwargs) -> Any: ... method duty_u16 (line 41) | def duty_u16(self, *args, **kwargs) -> Any: ... method freq (line 42) | def freq(self, *args, **kwargs) -> Any: ... class Pin (line 46) | class Pin: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 48) | def value(self, *args, **kwargs) -> Any: ... method high (line 57) | def high(self, *args, **kwargs) -> Any: ... method init (line 58) | def init(self, *args, **kwargs) -> Any: ... method irq (line 59) | def irq(self, *args, **kwargs) -> Any: ... method low (line 60) | def low(self, *args, **kwargs) -> Any: ... method off (line 61) | def off(self, *args, **kwargs) -> Any: ... method on (line 62) | def on(self, *args, **kwargs) -> Any: ... method toggle (line 63) | def toggle(self, *args, **kwargs) -> Any: ... class RTC (line 65) | class RTC: method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... method datetime (line 67) | def datetime(self, *args, **kwargs) -> Any: ... class SPI (line 69) | class SPI: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 71) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 72) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 73) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 76) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 77) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 78) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 80) | class Signal: method __init__ (line 81) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 82) | def value(self, *args, **kwargs) -> Any: ... method off (line 83) | def off(self, *args, **kwargs) -> Any: ... method on (line 84) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 86) | class SoftI2C: method __init__ (line 87) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 88) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 89) | def start(self, *args, **kwargs) -> Any: ... method stop (line 90) | def stop(self, *args, **kwargs) -> Any: ... method write (line 91) | def write(self, *args, **kwargs) -> Any: ... method init (line 92) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 93) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 94) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 95) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 96) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 97) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 98) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 99) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 100) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 102) | class SoftSPI: method __init__ (line 103) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 106) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 109) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 110) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 111) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 113) | class Timer: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 117) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 118) | def init(self, *args, **kwargs) -> Any: ... class UART (line 120) | class UART: method __init__ (line 121) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 122) | def any(self, *args, **kwargs) -> Any: ... method read (line 123) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 124) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 125) | def readline(self, *args, **kwargs) -> Any: ... method write (line 126) | def write(self, *args, **kwargs) -> Any: ... method sendbreak (line 131) | def sendbreak(self, *args, **kwargs) -> Any: ... class WDT (line 133) | class WDT: method __init__ (line 134) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 135) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 139) | def bitstream(*args, **kwargs) -> Any: ... function bootloader (line 140) | def bootloader(*args, **kwargs) -> Any: ... function deepsleep (line 141) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 142) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 143) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 144) | def freq(*args, **kwargs) -> Any: ... function idle (line 145) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 146) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 152) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 153) | def reset_cause(*args, **kwargs) -> Any: ... function soft_reset (line 154) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 155) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 156) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function acosh (line 17) | def acosh(*args, **kwargs) -> Any: function asin (line 21) | def asin(*args, **kwargs) -> Any: function asinh (line 25) | def asinh(*args, **kwargs) -> Any: function atan (line 29) | def atan(*args, **kwargs) -> Any: function atan2 (line 33) | def atan2(*args, **kwargs) -> Any: function atanh (line 37) | def atanh(*args, **kwargs) -> Any: function ceil (line 41) | def ceil(*args, **kwargs) -> Any: function copysign (line 45) | def copysign(*args, **kwargs) -> Any: function cos (line 49) | def cos(*args, **kwargs) -> Any: function cosh (line 53) | def cosh(*args, **kwargs) -> Any: function degrees (line 57) | def degrees(*args, **kwargs) -> Any: function erf (line 64) | def erf(*args, **kwargs) -> Any: function erfc (line 68) | def erfc(*args, **kwargs) -> Any: function exp (line 72) | def exp(*args, **kwargs) -> Any: function expm1 (line 76) | def expm1(*args, **kwargs) -> Any: function fabs (line 80) | def fabs(*args, **kwargs) -> Any: function factorial (line 84) | def factorial(*args, **kwargs) -> Any: function floor (line 88) | def floor(*args, **kwargs) -> Any: function fmod (line 92) | def fmod(*args, **kwargs) -> Any: function frexp (line 96) | def frexp(*args, **kwargs) -> Any: function gamma (line 100) | def gamma(*args, **kwargs) -> Any: function isclose (line 104) | def isclose(*args, **kwargs) -> Any: function isfinite (line 108) | def isfinite(*args, **kwargs) -> Any: function isinf (line 112) | def isinf(*args, **kwargs) -> Any: function isnan (line 116) | def isnan(*args, **kwargs) -> Any: function ldexp (line 120) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 124) | def lgamma(*args, **kwargs) -> Any: function log (line 128) | def log(*args, **kwargs) -> Any: function log10 (line 132) | def log10(*args, **kwargs) -> Any: function log2 (line 136) | def log2(*args, **kwargs) -> Any: function modf (line 140) | def modf(*args, **kwargs) -> Any: function radians (line 147) | def radians(*args, **kwargs) -> Any: function sin (line 151) | def sin(*args, **kwargs) -> Any: function sinh (line 155) | def sinh(*args, **kwargs) -> Any: function sqrt (line 159) | def sqrt(*args, **kwargs) -> Any: function tan (line 163) | def tan(*args, **kwargs) -> Any: function tanh (line 167) | def tanh(*args, **kwargs) -> Any: function trunc (line 171) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function acosh (line 5) | def acosh(*args, **kwargs) -> Any: ... function asin (line 6) | def asin(*args, **kwargs) -> Any: ... function asinh (line 7) | def asinh(*args, **kwargs) -> Any: ... function atan (line 8) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 9) | def atan2(*args, **kwargs) -> Any: ... function atanh (line 10) | def atanh(*args, **kwargs) -> Any: ... function ceil (line 11) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 12) | def copysign(*args, **kwargs) -> Any: ... function cos (line 13) | def cos(*args, **kwargs) -> Any: ... function cosh (line 14) | def cosh(*args, **kwargs) -> Any: ... function degrees (line 15) | def degrees(*args, **kwargs) -> Any: ... function erf (line 19) | def erf(*args, **kwargs) -> Any: ... function erfc (line 20) | def erfc(*args, **kwargs) -> Any: ... function exp (line 21) | def exp(*args, **kwargs) -> Any: ... function expm1 (line 22) | def expm1(*args, **kwargs) -> Any: ... function fabs (line 23) | def fabs(*args, **kwargs) -> Any: ... function factorial (line 24) | def factorial(*args, **kwargs) -> Any: ... function floor (line 25) | def floor(*args, **kwargs) -> Any: ... function fmod (line 26) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 27) | def frexp(*args, **kwargs) -> Any: ... function gamma (line 28) | def gamma(*args, **kwargs) -> Any: ... function isclose (line 29) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 30) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 31) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 32) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 33) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 34) | def lgamma(*args, **kwargs) -> Any: ... function log (line 35) | def log(*args, **kwargs) -> Any: ... function log10 (line 36) | def log10(*args, **kwargs) -> Any: ... function log2 (line 37) | def log2(*args, **kwargs) -> Any: ... function modf (line 38) | def modf(*args, **kwargs) -> Any: ... function radians (line 42) | def radians(*args, **kwargs) -> Any: ... function sin (line 43) | def sin(*args, **kwargs) -> Any: ... function sinh (line 44) | def sinh(*args, **kwargs) -> Any: ... function sqrt (line 45) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 46) | def tan(*args, **kwargs) -> Any: ... function tanh (line 47) | def tanh(*args, **kwargs) -> Any: ... function trunc (line 48) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/neopixel.py function bitstream (line 9) | def bitstream(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method write (line 20) | def write(self, *args, **kwargs) -> Any: method fill (line 23) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/neopixel.pyi function bitstream (line 3) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/network.py class WLAN (line 12) | class WLAN: method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: method active (line 23) | def active(self, *args, **kwargs) -> Any: method config (line 26) | def config(self, *args, **kwargs) -> Any: method connect (line 29) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 32) | def disconnect(self, *args, **kwargs) -> Any: method ifconfig (line 35) | def ifconfig(self, *args, **kwargs) -> Any: method isconnected (line 38) | def isconnected(self, *args, **kwargs) -> Any: method scan (line 41) | def scan(self, *args, **kwargs) -> Any: method status (line 44) | def status(self, *args, **kwargs) -> Any: function route (line 48) | def route(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/network.pyi class WLAN (line 6) | class WLAN: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method active (line 11) | def active(self, *args, **kwargs) -> Any: ... method config (line 12) | def config(self, *args, **kwargs) -> Any: ... method connect (line 13) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 14) | def disconnect(self, *args, **kwargs) -> Any: ... method ifconfig (line 15) | def ifconfig(self, *args, **kwargs) -> Any: ... method isconnected (line 16) | def isconnected(self, *args, **kwargs) -> Any: ... method scan (line 17) | def scan(self, *args, **kwargs) -> Any: ... method status (line 18) | def status(self, *args, **kwargs) -> Any: ... function route (line 20) | def route(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function getcwd (line 111) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 115) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 119) | def listdir(*args, **kwargs) -> Any: function mkdir (line 123) | def mkdir(*args, **kwargs) -> Any: function mount (line 127) | def mount(*args, **kwargs) -> Any: function rename (line 131) | def rename(*args, **kwargs) -> Any: function rmdir (line 135) | def rmdir(*args, **kwargs) -> Any: function stat (line 139) | def stat(*args, **kwargs) -> Any: function statvfs (line 143) | def statvfs(*args, **kwargs) -> Any: function umount (line 147) | def umount(*args, **kwargs) -> Any: function uname (line 151) | def uname(*args, **kwargs) -> Any: function urandom (line 155) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function getcwd (line 38) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 39) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 40) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 41) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 42) | def mount(*args, **kwargs) -> Any: ... function rename (line 43) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 44) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 45) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 46) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 47) | def umount(*args, **kwargs) -> Any: ... function uname (line 48) | def uname(*args, **kwargs) -> Any: ... function urandom (line 49) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/re.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/re.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/rp2.py function const (line 9) | def const(*args, **kwargs) -> Any: class Flash (line 13) | class Flash: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 20) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 23) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 26) | def writeblocks(self, *args, **kwargs) -> Any: class PIO (line 30) | class PIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: method add_program (line 51) | def add_program(self, *args, **kwargs) -> Any: method irq (line 54) | def irq(self, *args, **kwargs) -> Any: method remove_program (line 57) | def remove_program(self, *args, **kwargs) -> Any: method state_machine (line 60) | def state_machine(self, *args, **kwargs) -> Any: class StateMachine (line 64) | class StateMachine: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: method exec (line 71) | def exec(self, *args, **kwargs) -> Any: method get (line 74) | def get(self, *args, **kwargs) -> Any: method active (line 77) | def active(self, *args, **kwargs) -> Any: method init (line 80) | def init(self, *args, **kwargs) -> Any: method irq (line 83) | def irq(self, *args, **kwargs) -> Any: method put (line 86) | def put(self, *args, **kwargs) -> Any: method restart (line 89) | def restart(self, *args, **kwargs) -> Any: method rx_fifo (line 92) | def rx_fifo(self, *args, **kwargs) -> Any: method tx_fifo (line 95) | def tx_fifo(self, *args, **kwargs) -> Any: function asm_pio_encode (line 99) | def asm_pio_encode(*args, **kwargs) -> Any: function dht_readinto (line 103) | def dht_readinto(*args, **kwargs) -> Any: class PIOASMError (line 107) | class PIOASMError(Exception): class PIOASMEmit (line 111) | class PIOASMEmit: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: method set (line 118) | def set(self, *args, **kwargs) -> Any: method irq (line 121) | def irq(self, *args, **kwargs) -> Any: method label (line 124) | def label(self, *args, **kwargs) -> Any: method mov (line 127) | def mov(self, *args, **kwargs) -> Any: method nop (line 130) | def nop(self, *args, **kwargs) -> Any: method pull (line 133) | def pull(self, *args, **kwargs) -> Any: method push (line 136) | def push(self, *args, **kwargs) -> Any: method wrap_target (line 139) | def wrap_target(self, *args, **kwargs) -> Any: method wrap (line 142) | def wrap(self, *args, **kwargs) -> Any: method word (line 145) | def word(self, *args, **kwargs) -> Any: method jmp (line 148) | def jmp(self, *args, **kwargs) -> Any: method wait (line 151) | def wait(self, *args, **kwargs) -> Any: method in_ (line 154) | def in_(self, *args, **kwargs) -> Any: method out (line 157) | def out(self, *args, **kwargs) -> Any: method start_pass (line 160) | def start_pass(self, *args, **kwargs) -> Any: method delay (line 163) | def delay(self, *args, **kwargs) -> Any: method side (line 166) | def side(self, *args, **kwargs) -> Any: function asm_pio (line 170) | def asm_pio(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/rp2.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class Flash (line 5) | class Flash: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 7) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 8) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 9) | def writeblocks(self, *args, **kwargs) -> Any: ... class PIO (line 11) | class PIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method add_program (line 26) | def add_program(self, *args, **kwargs) -> Any: ... method irq (line 27) | def irq(self, *args, **kwargs) -> Any: ... method remove_program (line 28) | def remove_program(self, *args, **kwargs) -> Any: ... method state_machine (line 29) | def state_machine(self, *args, **kwargs) -> Any: ... class StateMachine (line 31) | class StateMachine: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method exec (line 33) | def exec(self, *args, **kwargs) -> Any: ... method get (line 34) | def get(self, *args, **kwargs) -> Any: ... method active (line 35) | def active(self, *args, **kwargs) -> Any: ... method init (line 36) | def init(self, *args, **kwargs) -> Any: ... method irq (line 37) | def irq(self, *args, **kwargs) -> Any: ... method put (line 38) | def put(self, *args, **kwargs) -> Any: ... method restart (line 39) | def restart(self, *args, **kwargs) -> Any: ... method rx_fifo (line 40) | def rx_fifo(self, *args, **kwargs) -> Any: ... method tx_fifo (line 41) | def tx_fifo(self, *args, **kwargs) -> Any: ... function asm_pio_encode (line 43) | def asm_pio_encode(*args, **kwargs) -> Any: ... function dht_readinto (line 44) | def dht_readinto(*args, **kwargs) -> Any: ... class PIOASMError (line 46) | class PIOASMError(Exception): ... class PIOASMEmit (line 48) | class PIOASMEmit: method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 50) | def set(self, *args, **kwargs) -> Any: ... method irq (line 51) | def irq(self, *args, **kwargs) -> Any: ... method label (line 52) | def label(self, *args, **kwargs) -> Any: ... method mov (line 53) | def mov(self, *args, **kwargs) -> Any: ... method nop (line 54) | def nop(self, *args, **kwargs) -> Any: ... method pull (line 55) | def pull(self, *args, **kwargs) -> Any: ... method push (line 56) | def push(self, *args, **kwargs) -> Any: ... method wrap_target (line 57) | def wrap_target(self, *args, **kwargs) -> Any: ... method wrap (line 58) | def wrap(self, *args, **kwargs) -> Any: ... method word (line 59) | def word(self, *args, **kwargs) -> Any: ... method jmp (line 60) | def jmp(self, *args, **kwargs) -> Any: ... method wait (line 61) | def wait(self, *args, **kwargs) -> Any: ... method in_ (line 62) | def in_(self, *args, **kwargs) -> Any: ... method out (line 63) | def out(self, *args, **kwargs) -> Any: ... method start_pass (line 64) | def start_pass(self, *args, **kwargs) -> Any: ... method delay (line 65) | def delay(self, *args, **kwargs) -> Any: ... method side (line 66) | def side(self, *args, **kwargs) -> Any: ... function asm_pio (line 68) | def asm_pio(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/socket.py function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 19) | class socket: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: method close (line 26) | def close(self, *args, **kwargs) -> Any: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: method send (line 38) | def send(self, *args, **kwargs) -> Any: method write (line 41) | def write(self, *args, **kwargs) -> Any: method accept (line 44) | def accept(self, *args, **kwargs) -> Any: method bind (line 47) | def bind(self, *args, **kwargs) -> Any: method connect (line 50) | def connect(self, *args, **kwargs) -> Any: method listen (line 53) | def listen(self, *args, **kwargs) -> Any: method recv (line 56) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 59) | def recvfrom(self, *args, **kwargs) -> Any: method sendto (line 62) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 65) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 68) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 71) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/socket.pyi function getaddrinfo (line 9) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 11) | class socket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method read (line 14) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 16) | def readline(self, *args, **kwargs) -> Any: ... method send (line 17) | def send(self, *args, **kwargs) -> Any: ... method write (line 18) | def write(self, *args, **kwargs) -> Any: ... method accept (line 19) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 20) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 21) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 22) | def listen(self, *args, **kwargs) -> Any: ... method recv (line 23) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 24) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendto (line 25) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 26) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 27) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 28) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/time.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/time.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 64) | class Event: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: method clear (line 71) | def clear(self, *args, **kwargs) -> Any: method set (line 74) | def set(self, *args, **kwargs) -> Any: method is_set (line 79) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 83) | class Lock: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: method locked (line 92) | def locked(self, *args, **kwargs) -> Any: method release (line 95) | def release(self, *args, **kwargs) -> Any: function ticks (line 99) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 103) | class TimeoutError(Exception): class SingletonGenerator (line 107) | class SingletonGenerator: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 115) | class IOQueue: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: method remove (line 122) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 125) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 128) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 131) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 135) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 139) | def run_until_complete(*args, **kwargs) -> Any: function run (line 143) | def run(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 29) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... method release (line 35) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 60) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 64) | class TimeoutError(Exception): class SingletonGenerator (line 68) | class SingletonGenerator: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 76) | class IOQueue: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method remove (line 83) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 86) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 89) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 92) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 96) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 100) | def run_until_complete(*args, **kwargs) -> Any: function run (line 104) | def run(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 24) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 8) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method locked (line 18) | def locked(self, *args, **kwargs) -> Any: method release (line 21) | def release(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/ubluetooth.py class BLE (line 9) | class BLE: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method active (line 16) | def active(self, *args, **kwargs) -> Any: method config (line 19) | def config(self, *args, **kwargs) -> Any: method gap_advertise (line 22) | def gap_advertise(self, *args, **kwargs) -> Any: method gap_connect (line 25) | def gap_connect(self, *args, **kwargs) -> Any: method gap_disconnect (line 28) | def gap_disconnect(self, *args, **kwargs) -> Any: method gap_pair (line 31) | def gap_pair(self, *args, **kwargs) -> Any: method gap_passkey (line 34) | def gap_passkey(self, *args, **kwargs) -> Any: method gap_scan (line 37) | def gap_scan(self, *args, **kwargs) -> Any: method gattc_discover_characteristics (line 40) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: method gattc_discover_descriptors (line 43) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: method gattc_discover_services (line 46) | def gattc_discover_services(self, *args, **kwargs) -> Any: method gattc_exchange_mtu (line 49) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: method gattc_read (line 52) | def gattc_read(self, *args, **kwargs) -> Any: method gattc_write (line 55) | def gattc_write(self, *args, **kwargs) -> Any: method gatts_indicate (line 58) | def gatts_indicate(self, *args, **kwargs) -> Any: method gatts_notify (line 61) | def gatts_notify(self, *args, **kwargs) -> Any: method gatts_read (line 64) | def gatts_read(self, *args, **kwargs) -> Any: method gatts_register_services (line 67) | def gatts_register_services(self, *args, **kwargs) -> Any: method gatts_set_buffer (line 70) | def gatts_set_buffer(self, *args, **kwargs) -> Any: method gatts_write (line 73) | def gatts_write(self, *args, **kwargs) -> Any: method irq (line 76) | def irq(self, *args, **kwargs) -> Any: method l2cap_connect (line 79) | def l2cap_connect(self, *args, **kwargs) -> Any: method l2cap_disconnect (line 82) | def l2cap_disconnect(self, *args, **kwargs) -> Any: method l2cap_listen (line 85) | def l2cap_listen(self, *args, **kwargs) -> Any: method l2cap_recvinto (line 88) | def l2cap_recvinto(self, *args, **kwargs) -> Any: method l2cap_send (line 91) | def l2cap_send(self, *args, **kwargs) -> Any: class UUID (line 102) | class UUID: method __init__ (line 105) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_18-rp2/ubluetooth.pyi class BLE (line 3) | class BLE: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method active (line 5) | def active(self, *args, **kwargs) -> Any: ... method config (line 6) | def config(self, *args, **kwargs) -> Any: ... method gap_advertise (line 7) | def gap_advertise(self, *args, **kwargs) -> Any: ... method gap_connect (line 8) | def gap_connect(self, *args, **kwargs) -> Any: ... method gap_disconnect (line 9) | def gap_disconnect(self, *args, **kwargs) -> Any: ... method gap_pair (line 10) | def gap_pair(self, *args, **kwargs) -> Any: ... method gap_passkey (line 11) | def gap_passkey(self, *args, **kwargs) -> Any: ... method gap_scan (line 12) | def gap_scan(self, *args, **kwargs) -> Any: ... method gattc_discover_characteristics (line 13) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: ... method gattc_discover_descriptors (line 14) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: ... method gattc_discover_services (line 15) | def gattc_discover_services(self, *args, **kwargs) -> Any: ... method gattc_exchange_mtu (line 16) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: ... method gattc_read (line 17) | def gattc_read(self, *args, **kwargs) -> Any: ... method gattc_write (line 18) | def gattc_write(self, *args, **kwargs) -> Any: ... method gatts_indicate (line 19) | def gatts_indicate(self, *args, **kwargs) -> Any: ... method gatts_notify (line 20) | def gatts_notify(self, *args, **kwargs) -> Any: ... method gatts_read (line 21) | def gatts_read(self, *args, **kwargs) -> Any: ... method gatts_register_services (line 22) | def gatts_register_services(self, *args, **kwargs) -> Any: ... method gatts_set_buffer (line 23) | def gatts_set_buffer(self, *args, **kwargs) -> Any: ... method gatts_write (line 24) | def gatts_write(self, *args, **kwargs) -> Any: ... method irq (line 25) | def irq(self, *args, **kwargs) -> Any: ... method l2cap_connect (line 26) | def l2cap_connect(self, *args, **kwargs) -> Any: ... method l2cap_disconnect (line 27) | def l2cap_disconnect(self, *args, **kwargs) -> Any: ... method l2cap_listen (line 28) | def l2cap_listen(self, *args, **kwargs) -> Any: ... method l2cap_recvinto (line 29) | def l2cap_recvinto(self, *args, **kwargs) -> Any: ... method l2cap_send (line 30) | def l2cap_send(self, *args, **kwargs) -> Any: ... class UUID (line 38) | class UUID: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_18-rp2/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_18-rp2/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_18-rp2/uhashlib.py class sha256 (line 9) | class sha256: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/uhashlib.pyi class sha256 (line 3) | class sha256: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class BytesIO (line 13) | class BytesIO: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method close (line 20) | def close(self, *args, **kwargs) -> Any: method read (line 23) | def read(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readline (line 29) | def readline(self, *args, **kwargs) -> Any: method write (line 32) | def write(self, *args, **kwargs) -> Any: method flush (line 35) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 38) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 41) | def seek(self, *args, **kwargs) -> Any: method tell (line 44) | def tell(self, *args, **kwargs) -> Any: class FileIO (line 48) | class FileIO: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: method close (line 55) | def close(self, *args, **kwargs) -> Any: method read (line 58) | def read(self, *args, **kwargs) -> Any: method readinto (line 61) | def readinto(self, *args, **kwargs) -> Any: method readline (line 64) | def readline(self, *args, **kwargs) -> Any: method write (line 67) | def write(self, *args, **kwargs) -> Any: method flush (line 70) | def flush(self, *args, **kwargs) -> Any: method readlines (line 73) | def readlines(self, *args, **kwargs) -> Any: method seek (line 76) | def seek(self, *args, **kwargs) -> Any: method tell (line 79) | def tell(self, *args, **kwargs) -> Any: class IOBase (line 83) | class IOBase: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 91) | class StringIO: method __init__ (line 94) | def __init__(self, *argv, **kwargs) -> None: method close (line 98) | def close(self, *args, **kwargs) -> Any: method read (line 101) | def read(self, *args, **kwargs) -> Any: method readinto (line 104) | def readinto(self, *args, **kwargs) -> Any: method readline (line 107) | def readline(self, *args, **kwargs) -> Any: method write (line 110) | def write(self, *args, **kwargs) -> Any: method flush (line 113) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 116) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 119) | def seek(self, *args, **kwargs) -> Any: method tell (line 122) | def tell(self, *args, **kwargs) -> Any: class TextIOWrapper (line 126) | class TextIOWrapper: method __init__ (line 129) | def __init__(self, *argv, **kwargs) -> None: method close (line 133) | def close(self, *args, **kwargs) -> Any: method read (line 136) | def read(self, *args, **kwargs) -> Any: method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: method readline (line 142) | def readline(self, *args, **kwargs) -> Any: method write (line 145) | def write(self, *args, **kwargs) -> Any: method flush (line 148) | def flush(self, *args, **kwargs) -> Any: method readlines (line 151) | def readlines(self, *args, **kwargs) -> Any: method seek (line 154) | def seek(self, *args, **kwargs) -> Any: method tell (line 157) | def tell(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class BytesIO (line 5) | class BytesIO: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 9) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 10) | def readline(self, *args, **kwargs) -> Any: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method flush (line 12) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 13) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 14) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 15) | def tell(self, *args, **kwargs) -> Any: ... class FileIO (line 17) | class FileIO: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 19) | def close(self, *args, **kwargs) -> Any: ... method read (line 20) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 21) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 22) | def readline(self, *args, **kwargs) -> Any: ... method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method flush (line 24) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 26) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 27) | def tell(self, *args, **kwargs) -> Any: ... class IOBase (line 29) | class IOBase: method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 32) | class StringIO: method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method read (line 35) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 36) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 37) | def readline(self, *args, **kwargs) -> Any: ... method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 40) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... class TextIOWrapper (line 44) | class TextIOWrapper: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 46) | def close(self, *args, **kwargs) -> Any: ... method read (line 47) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 48) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 49) | def readline(self, *args, **kwargs) -> Any: ... method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 52) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 13) | class VfsFat: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method open (line 20) | def open(self, *args, **kwargs) -> Any: method remove (line 23) | def remove(self, *args, **kwargs) -> Any: method chdir (line 26) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 29) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 35) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 38) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: method rename (line 44) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 47) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 50) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 53) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 56) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 60) | class VfsLfs2: method __init__ (line 63) | def __init__(self, *argv, **kwargs) -> None: method open (line 67) | def open(self, *args, **kwargs) -> Any: method remove (line 70) | def remove(self, *args, **kwargs) -> Any: method chdir (line 73) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 76) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 79) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 82) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 85) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 88) | def mount(self, *args, **kwargs) -> Any: method rename (line 91) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 94) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 97) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 100) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 103) | def umount(self, *args, **kwargs) -> Any: function chdir (line 107) | def chdir(*args, **kwargs) -> Any: function getcwd (line 111) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 115) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 119) | def listdir(*args, **kwargs) -> Any: function mkdir (line 123) | def mkdir(*args, **kwargs) -> Any: function mount (line 127) | def mount(*args, **kwargs) -> Any: function rename (line 131) | def rename(*args, **kwargs) -> Any: function rmdir (line 135) | def rmdir(*args, **kwargs) -> Any: function stat (line 139) | def stat(*args, **kwargs) -> Any: function statvfs (line 143) | def statvfs(*args, **kwargs) -> Any: function umount (line 147) | def umount(*args, **kwargs) -> Any: function uname (line 151) | def uname(*args, **kwargs) -> Any: function urandom (line 155) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 5) | class VfsFat: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 7) | def open(self, *args, **kwargs) -> Any: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 9) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 10) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 11) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 12) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 13) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 14) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 15) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 16) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 17) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 18) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 19) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 23) | def open(self, *args, **kwargs) -> Any: ... method remove (line 24) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 25) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 26) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 27) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 28) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 29) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 30) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 31) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 32) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 33) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 34) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 35) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 37) | def chdir(*args, **kwargs) -> Any: ... function getcwd (line 38) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 39) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 40) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 41) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 42) | def mount(*args, **kwargs) -> Any: ... function rename (line 43) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 44) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 45) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 46) | def statvfs(*args, **kwargs) -> Any: ... function umount (line 47) | def umount(*args, **kwargs) -> Any: ... function uname (line 48) | def uname(*args, **kwargs) -> Any: ... function urandom (line 49) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/usocket.py function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 19) | class socket: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: method close (line 26) | def close(self, *args, **kwargs) -> Any: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: method send (line 38) | def send(self, *args, **kwargs) -> Any: method write (line 41) | def write(self, *args, **kwargs) -> Any: method accept (line 44) | def accept(self, *args, **kwargs) -> Any: method bind (line 47) | def bind(self, *args, **kwargs) -> Any: method connect (line 50) | def connect(self, *args, **kwargs) -> Any: method listen (line 53) | def listen(self, *args, **kwargs) -> Any: method recv (line 56) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 59) | def recvfrom(self, *args, **kwargs) -> Any: method sendto (line 62) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 65) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 68) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 71) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/usocket.pyi function getaddrinfo (line 9) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 11) | class socket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method read (line 14) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 16) | def readline(self, *args, **kwargs) -> Any: ... method send (line 17) | def send(self, *args, **kwargs) -> Any: ... method write (line 18) | def write(self, *args, **kwargs) -> Any: ... method accept (line 19) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 20) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 21) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 22) | def listen(self, *args, **kwargs) -> Any: ... method recv (line 23) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 24) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendto (line 25) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 26) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 27) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 28) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/usys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/usys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/utime.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/utime.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-rp2/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-rp2/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/_thread.py class LockType (line 16) | class LockType: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 23) | def acquire(self, *args, **kwargs) -> Any: method locked (line 26) | def locked(self, *args, **kwargs) -> Any: method release (line 29) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 33) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 37) | def exit(*args, **kwargs) -> Any: function get_ident (line 41) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 45) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 49) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/_thread.pyi class LockType (line 13) | class LockType: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 15) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 16) | def locked(self, *args, **kwargs) -> Any: ... method release (line 17) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 19) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 21) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 22) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 23) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/array.py class array (line 15) | class array: method __init__ (line 22) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: method append (line 26) | def append(self, val) -> Any: method extend (line 32) | def extend(self, iterable) -> Any: method decode (line 39) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/array.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/binascii.py function a2b_base64 (line 14) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data) -> bytes: function crc32 (line 32) | def crc32(*args, **kwargs) -> Any: function hexlify (line 36) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 47) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_18-stm32-merged/binascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_18-stm32-merged/cmath.py function cos (line 17) | def cos(z) -> float: function exp (line 27) | def exp(z) -> float: function log (line 34) | def log(z) -> float: function log10 (line 41) | def log10(z) -> float: function phase (line 48) | def phase(z) -> float: function polar (line 58) | def polar(z) -> Tuple: function rect (line 65) | def rect(r, phi) -> float: function sin (line 72) | def sin(z) -> float: function sqrt (line 79) | def sqrt(z) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/cmath.pyi function cos (line 14) | def cos(z) -> float: function exp (line 22) | def exp(z) -> float: function log (line 28) | def log(z) -> float: function log10 (line 34) | def log10(z) -> float: function phase (line 40) | def phase(z) -> float: function polar (line 48) | def polar(z) -> Tuple: function rect (line 54) | def rect(r, phi) -> float: function sin (line 60) | def sin(z) -> float: function sqrt (line 66) | def sqrt(z) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/framebuf.py class FrameBuffer (line 12) | class FrameBuffer: method __init__ (line 38) | def __init__(self, buffer, width, height, format, stride=-1, /) -> None: method blit (line 42) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 62) | def fill(self, c) -> None: method fill_rect (line 68) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 76) | def hline(self, x, y, w, c) -> Any: method line (line 79) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 89) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 96) | def rect(self, x, y, w, h, c) -> Any: method scroll (line 99) | def scroll(self, xstep, ystep) -> Any: method text (line 106) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 116) | def vline(self, x, y, h, c) -> Any: function FrameBuffer1 (line 120) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/framebuf.pyi class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 35) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method blit (line 36) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method fill (line 55) | def fill(self, c) -> None: method fill_rect (line 60) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 67) | def hline(self, x, y, w, c) -> Any: ... method line (line 68) | def line(self, x1, y1, x2, y2, c) -> None: method pixel (line 77) | def pixel(self, x, y, c: Optional[Any] = None) -> Any: method rect (line 83) | def rect(self, x, y, w, h, c) -> Any: ... method scroll (line 84) | def scroll(self, xstep, ystep) -> Any: method text (line 90) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method vline (line 99) | def vline(self, x, y, h, c) -> Any: ... function FrameBuffer1 (line 101) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/gc.py function collect (line 11) | def collect() -> None: function disable (line 18) | def disable() -> None: function enable (line 26) | def enable() -> None: function isenabled (line 33) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 37) | def mem_alloc() -> int: function mem_free (line 44) | def mem_free() -> int: function threshold (line 52) | def threshold(amount: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/gc.pyi function collect (line 8) | def collect() -> None: function disable (line 14) | def disable() -> None: function enable (line 21) | def enable() -> None: function isenabled (line 27) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 28) | def mem_alloc() -> int: function mem_free (line 34) | def mem_free() -> int: function threshold (line 41) | def threshold(amount: Optional[Any] = None) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/hashlib.py class sha256 (line 29) | class sha256: method __init__ (line 34) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 38) | def update(self, *args, **kwargs) -> Any: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/hashlib.pyi class sha256 (line 26) | class sha256: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/heapq.py function heapify (line 17) | def heapify(x) -> Any: function heappop (line 24) | def heappop(heap) -> Any: function heappush (line 34) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/heapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/json.py function dump (line 14) | def dump(obj, stream, separators=None) -> Any: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Any: function loads (line 46) | def loads(str) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/json.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/lcd160cr.py function const (line 11) | def const(*args, **kwargs) -> Any: function calcsize (line 15) | def calcsize(*args, **kwargs) -> Any: function pack_into (line 19) | def pack_into(*args, **kwargs) -> Any: function sleep_ms (line 23) | def sleep_ms(*args, **kwargs) -> Any: class LCD160CR (line 36) | class LCD160CR: method __init__ (line 72) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method write (line 76) | def write(self, s) -> None: method line (line 84) | def line(self, x1, y1, x2, y2) -> None: method rect (line 90) | def rect(self, x, y, w, h) -> Any: method reset (line 93) | def reset(self) -> None: method oflush (line 99) | def oflush(self, *args, **kwargs) -> Any: method iflush (line 102) | def iflush(self, *args, **kwargs) -> Any: method rgb (line 106) | def rgb(r, g, b) -> int: method clip_line (line 116) | def clip_line(data, w, h) -> Any: method set_power (line 122) | def set_power(self, on) -> None: method set_orient (line 129) | def set_orient(self, orient) -> None: method set_brightness (line 136) | def set_brightness(self, value) -> None: method set_i2c_addr (line 142) | def set_i2c_addr(self, addr) -> None: method set_uart_baudrate (line 149) | def set_uart_baudrate(self, baudrate) -> None: method set_startup_deco (line 155) | def set_startup_deco(self, value) -> None: method save_to_flash (line 162) | def save_to_flash(self) -> Any: method set_pixel (line 169) | def set_pixel(self, x, y, c) -> None: method get_pixel (line 176) | def get_pixel(self, x, y) -> Any: method get_line (line 182) | def get_line(self, x, y, buf) -> Any: method screen_dump (line 191) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Any: method screen_load (line 202) | def screen_load(self, buf) -> None: method set_pos (line 208) | def set_pos(self, x, y) -> None: method set_text_color (line 215) | def set_text_color(self, fg, bg) -> None: method set_font (line 221) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method set_pen (line 242) | def set_pen(self, line, fill) -> None: method erase (line 248) | def erase(self) -> Any: method dot (line 254) | def dot(self, x, y) -> None: method rect_outline (line 260) | def rect_outline(self, x, y, w, h) -> Any: method rect_interior (line 263) | def rect_interior(self, x, y, w, h) -> None: method dot_no_clip (line 272) | def dot_no_clip(self, x, y) -> Any: method rect_no_clip (line 275) | def rect_no_clip(self, x, y, w, h) -> Any: method rect_outline_no_clip (line 278) | def rect_outline_no_clip(self, x, y, w, h) -> Any: method rect_interior_no_clip (line 281) | def rect_interior_no_clip(self, x, y, w, h) -> Any: method line_no_clip (line 284) | def line_no_clip(self, x1, y1, x2, y2) -> Any: method poly_dot (line 292) | def poly_dot(self, data) -> None: method poly_line (line 300) | def poly_line(self, data) -> Any: method touch_config (line 306) | def touch_config(self, calib=False, save=False, irq=None) -> None: method is_touched (line 322) | def is_touched(self) -> bool: method get_touch (line 329) | def get_touch(self) -> Tuple: method set_spi_win (line 337) | def set_spi_win(self, x, y, w, h) -> None: method fast_spi (line 343) | def fast_spi(self, flush=True) -> SPI: method show_framebuf (line 357) | def show_framebuf(self, buf) -> None: method set_scroll (line 369) | def set_scroll(self, on) -> None: method set_scroll_win (line 376) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 394) | def set_scroll_win_param(self, win, param, value) -> Any: method set_scroll_buf (line 405) | def set_scroll_buf(self, s) -> None: method jpeg_start (line 412) | def jpeg_start(self, total_len) -> Any: method jpeg_data (line 415) | def jpeg_data(self, buf) -> None: method jpeg (line 424) | def jpeg(self, buf) -> None: method feed_wdt (line 433) | def feed_wdt(self) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/lcd160cr.pyi function const (line 8) | def const(*args, **kwargs) -> Any: ... function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: ... function pack_into (line 10) | def pack_into(*args, **kwargs) -> Any: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Any: ... class LCD160CR (line 21) | class LCD160CR: method __init__ (line 57) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method write (line 58) | def write(self, s) -> None: method line (line 65) | def line(self, x1, y1, x2, y2) -> None: method rect (line 70) | def rect(self, x, y, w, h) -> Any: ... method reset (line 71) | def reset(self) -> None: method oflush (line 76) | def oflush(self, *args, **kwargs) -> Any: ... method iflush (line 77) | def iflush(self, *args, **kwargs) -> Any: ... method rgb (line 79) | def rgb(r, g, b) -> int: method clip_line (line 88) | def clip_line(data, w, h) -> Any: method set_power (line 93) | def set_power(self, on) -> None: method set_orient (line 99) | def set_orient(self, orient) -> None: method set_brightness (line 105) | def set_brightness(self, value) -> None: method set_i2c_addr (line 110) | def set_i2c_addr(self, addr) -> None: method set_uart_baudrate (line 116) | def set_uart_baudrate(self, baudrate) -> None: method set_startup_deco (line 121) | def set_startup_deco(self, value) -> None: method save_to_flash (line 127) | def save_to_flash(self) -> Any: method set_pixel (line 133) | def set_pixel(self, x, y, c) -> None: method get_pixel (line 139) | def get_pixel(self, x, y) -> Any: method get_line (line 144) | def get_line(self, x, y, buf) -> Any: method screen_dump (line 152) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Any: method screen_load (line 162) | def screen_load(self, buf) -> None: method set_pos (line 167) | def set_pos(self, x, y) -> None: method set_text_color (line 173) | def set_text_color(self, fg, bg) -> None: method set_font (line 178) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method set_pen (line 198) | def set_pen(self, line, fill) -> None: method erase (line 203) | def erase(self) -> Any: method dot (line 208) | def dot(self, x, y) -> None: method rect_outline (line 213) | def rect_outline(self, x, y, w, h) -> Any: ... method rect_interior (line 214) | def rect_interior(self, x, y, w, h) -> None: method dot_no_clip (line 222) | def dot_no_clip(self, x, y) -> Any: ... method rect_no_clip (line 223) | def rect_no_clip(self, x, y, w, h) -> Any: ... method rect_outline_no_clip (line 224) | def rect_outline_no_clip(self, x, y, w, h) -> Any: ... method rect_interior_no_clip (line 225) | def rect_interior_no_clip(self, x, y, w, h) -> Any: ... method line_no_clip (line 226) | def line_no_clip(self, x1, y1, x2, y2) -> Any: method poly_dot (line 233) | def poly_dot(self, data) -> None: method poly_line (line 240) | def poly_line(self, data) -> Any: method touch_config (line 245) | def touch_config(self, calib=False, save=False, irq=None) -> None: method is_touched (line 260) | def is_touched(self) -> bool: method get_touch (line 266) | def get_touch(self) -> Tuple: method set_spi_win (line 273) | def set_spi_win(self, x, y, w, h) -> None: method fast_spi (line 278) | def fast_spi(self, flush=True) -> SPI: method show_framebuf (line 291) | def show_framebuf(self, buf) -> None: method set_scroll (line 302) | def set_scroll(self, on) -> None: method set_scroll_win (line 308) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 325) | def set_scroll_win_param(self, win, param, value) -> Any: method set_scroll_buf (line 335) | def set_scroll_buf(self, s) -> None: method jpeg_start (line 341) | def jpeg_start(self, total_len) -> Any: ... method jpeg_data (line 342) | def jpeg_data(self, buf) -> None: method jpeg (line 350) | def jpeg(self, buf) -> None: method feed_wdt (line 358) | def feed_wdt(self) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/logging.py function debug (line 9) | def debug(*args, **kwargs) -> Any: function info (line 13) | def info(*args, **kwargs) -> Any: function getLogger (line 17) | def getLogger(*args, **kwargs) -> Any: function basicConfig (line 21) | def basicConfig(*args, **kwargs) -> Any: class Logger (line 33) | class Logger: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: method debug (line 40) | def debug(self, *args, **kwargs) -> Any: method info (line 43) | def info(self, *args, **kwargs) -> Any: method log (line 46) | def log(self, *args, **kwargs) -> Any: method exception (line 49) | def exception(self, *args, **kwargs) -> Any: method error (line 52) | def error(self, *args, **kwargs) -> Any: method warning (line 55) | def warning(self, *args, **kwargs) -> Any: method setLevel (line 60) | def setLevel(self, *args, **kwargs) -> Any: method isEnabledFor (line 63) | def isEnabledFor(self, *args, **kwargs) -> Any: method critical (line 66) | def critical(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/logging.pyi function debug (line 3) | def debug(*args, **kwargs) -> Any: ... function info (line 4) | def info(*args, **kwargs) -> Any: ... function getLogger (line 5) | def getLogger(*args, **kwargs) -> Any: ... function basicConfig (line 6) | def basicConfig(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 17) | def debug(self, *args, **kwargs) -> Any: ... method info (line 18) | def info(self, *args, **kwargs) -> Any: ... method log (line 19) | def log(self, *args, **kwargs) -> Any: ... method exception (line 20) | def exception(self, *args, **kwargs) -> Any: ... method error (line 21) | def error(self, *args, **kwargs) -> Any: ... method warning (line 22) | def warning(self, *args, **kwargs) -> Any: ... method setLevel (line 24) | def setLevel(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 25) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method critical (line 26) | def critical(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/machine.py class RTC (line 16) | class RTC: method __init__ (line 21) | def __init__(self, id=0, *args, **kwargs) -> None: method calibration (line 25) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 28) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 44) | def info(self, *args, **kwargs) -> Any: method init (line 47) | def init(self, datetime) -> None: method wakeup (line 55) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 59) | class ADC: method __init__ (line 67) | def __init__(self, id) -> None: method read_u16 (line 76) | def read_u16(self) -> int: class I2C (line 89) | class I2C: method __init__ (line 105) | def __init__( method readinto (line 111) | def readinto(self, buf, nack=True, /) -> Any: method start (line 121) | def start(self) -> None: method stop (line 127) | def stop(self) -> None: method write (line 133) | def write(self, buf) -> int: method init (line 141) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 151) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 159) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 169) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 178) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 190) | def scan(self) -> List: method writeto (line 198) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 208) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 219) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 236) | class I2S: method __init__ (line 265) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 269) | def readinto(self, buf) -> int: method write (line 278) | def write(self, buf) -> int: method deinit (line 292) | def deinit(self) -> Any: method init (line 298) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 304) | def irq(self, handler) -> Any: method shift (line 313) | def shift(*, buf, bits, shift) -> Any: class Pin (line 325) | class Pin: method __init__ (line 389) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method dict (line 394) | def dict(cls, *args, **kwargs) -> Any: method value (line 397) | def value(self, x: Optional[Any] = None) -> int: method af (line 472) | def af(self, *args, **kwargs) -> Any: method af_list (line 475) | def af_list(self, *args, **kwargs) -> Any: class board (line 478) | class board: method __init__ (line 481) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 535) | class cpu: method __init__ (line 538) | def __init__(self, *argv, **kwargs) -> None: method debug (line 591) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 594) | def gpio(self, *args, **kwargs) -> Any: method high (line 597) | def high(self) -> None: method init (line 605) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 615) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 660) | def low(self) -> None: method mapper (line 669) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 672) | def mode(self, mode: Optional[Any] = None) -> Any: method name (line 681) | def name(self, *args, **kwargs) -> Any: method names (line 684) | def names(self, *args, **kwargs) -> Any: method off (line 687) | def off(self) -> None: method on (line 693) | def on(self) -> None: method pin (line 699) | def pin(self, *args, **kwargs) -> Any: method port (line 702) | def port(self, *args, **kwargs) -> Any: method pull (line 705) | def pull(self, pull: Optional[Any] = None) -> Any: method __call__ (line 714) | def __call__(self, x: Optional[Any] = None) -> Any: class SPI (line 726) | class SPI: method __init__ (line 738) | def __init__(self, id, *args, **kwargs) -> None: method read (line 742) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 750) | def readinto(self, buf, write=0x00) -> int: method write (line 760) | def write(self, buf) -> int: method deinit (line 772) | def deinit(self) -> None: method init (line 778) | def init( method write_readinto (line 804) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 816) | class Signal(Pin): method __init__ (line 837) | def __init__(self, pin_obj, *args, invert=False) -> None: method value (line 841) | def value(self, x: Optional[Any] = None) -> int: method off (line 861) | def off(self) -> None: method on (line 867) | def on(self) -> None: class SoftI2C (line 874) | class SoftI2C(I2C): method __init__ (line 887) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: method readinto (line 891) | def readinto(self, *args, **kwargs) -> Any: method start (line 894) | def start(self, *args, **kwargs) -> Any: method stop (line 897) | def stop(self, *args, **kwargs) -> Any: method write (line 900) | def write(self, *args, **kwargs) -> Any: method init (line 903) | def init(self, *args, **kwargs) -> Any: method readfrom (line 906) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 909) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 912) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 915) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 918) | def scan(self, *args, **kwargs) -> Any: method writeto (line 921) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 924) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 927) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 931) | class SoftSPI: method __init__ (line 938) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 942) | def read(self, *args, **kwargs) -> Any: method readinto (line 945) | def readinto(self, *args, **kwargs) -> Any: method write (line 948) | def write(self, *args, **kwargs) -> Any: method deinit (line 954) | def deinit(self, *args, **kwargs) -> Any: method init (line 957) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 960) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 964) | class Timer: method __init__ (line 973) | def __init__(self, id=-1, *args, **kwargs) -> None: method deinit (line 980) | def deinit(self) -> None: method init (line 986) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 1019) | class UART: method __init__ (line 1024) | def __init__(self, id, *args, **kwargs) -> None: method any (line 1028) | def any(self) -> int: method read (line 1043) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1054) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1065) | def readline(self) -> None: method write (line 1074) | def write(self, buf) -> int: method deinit (line 1086) | def deinit(self) -> None: method init (line 1092) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method irq (line 1132) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Any: method readchar (line 1159) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 1162) | def sendbreak(self) -> None: method writechar (line 1169) | def writechar(self, *args, **kwargs) -> Any: class WDT (line 1173) | class WDT: method __init__ (line 1182) | def __init__(self, id=0, timeout=5000) -> None: method feed (line 1186) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 1193) | def bitstream(pin, encoding, timing, data, /) -> Any: function bootloader (line 1218) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 1229) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1255) | def disable_irq() -> Any: function enable_irq (line 1265) | def enable_irq(state) -> Any: function freq (line 1274) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1283) | def idle() -> Any: function info (line 1293) | def info(*args, **kwargs) -> Any: function lightsleep (line 1297) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1328) | def reset() -> NoReturn: function reset_cause (line 1336) | def reset_cause() -> int: function rng (line 1343) | def rng() -> int: function sleep (line 1352) | def sleep() -> Any: function soft_reset (line 1359) | def soft_reset() -> NoReturn: function time_pulse_us (line 1368) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1387) | def unique_id() -> bytes: FILE: stubs/micropython-v1_18-stm32-merged/machine.pyi class RTC (line 13) | class RTC: method __init__ (line 18) | def __init__(self, id=0, *args, **kwargs) -> None: ... method calibration (line 19) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 20) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 35) | def info(self, *args, **kwargs) -> Any: ... method init (line 36) | def init(self, datetime) -> None: method wakeup (line 43) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 45) | class ADC: method __init__ (line 53) | def __init__(self, id) -> None: ... method read_u16 (line 58) | def read_u16(self) -> int: class I2C (line 69) | class I2C: method __init__ (line 85) | def __init__( method readinto (line 88) | def readinto(self, buf, nack=True, /) -> Any: method start (line 97) | def start(self) -> None: method stop (line 102) | def stop(self) -> None: method write (line 107) | def write(self, buf) -> int: method init (line 114) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 123) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 130) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 139) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 147) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 158) | def scan(self) -> List: method writeto (line 165) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 174) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 184) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 200) | class I2S: method __init__ (line 229) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 230) | def readinto(self, buf) -> int: method write (line 238) | def write(self, buf) -> int: method deinit (line 250) | def deinit(self) -> Any: method init (line 255) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 260) | def irq(self, handler) -> Any: method shift (line 268) | def shift(*, buf, bits, shift) -> Any: class Pin (line 278) | class Pin: method __init__ (line 342) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method dict (line 344) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 345) | def value(self, x: Optional[Any] = None) -> int: method af (line 418) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 419) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 421) | class board: method __init__ (line 422) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 473) | class cpu: method __init__ (line 474) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 523) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 524) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 525) | def high(self) -> None: method init (line 532) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 541) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 585) | def low(self) -> None: method mapper (line 593) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 594) | def mode(self, mode: Optional[Any] = None) -> Any: method name (line 602) | def name(self, *args, **kwargs) -> Any: ... method names (line 603) | def names(self, *args, **kwargs) -> Any: ... method off (line 604) | def off(self) -> None: method on (line 609) | def on(self) -> None: method pin (line 614) | def pin(self, *args, **kwargs) -> Any: ... method port (line 615) | def port(self, *args, **kwargs) -> Any: ... method pull (line 616) | def pull(self, pull: Optional[Any] = None) -> Any: method __call__ (line 624) | def __call__(self, x: Optional[Any] = None) -> Any: class SPI (line 634) | class SPI: method __init__ (line 646) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 647) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 654) | def readinto(self, buf, write=0x00) -> int: method write (line 663) | def write(self, buf) -> int: method deinit (line 673) | def deinit(self) -> None: method init (line 678) | def init( method write_readinto (line 703) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 714) | class Signal(Pin): method __init__ (line 735) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 736) | def value(self, x: Optional[Any] = None) -> int: method off (line 755) | def off(self) -> None: method on (line 760) | def on(self) -> None: class SoftI2C (line 766) | class SoftI2C(I2C): method __init__ (line 779) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 780) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 781) | def start(self, *args, **kwargs) -> Any: ... method stop (line 782) | def stop(self, *args, **kwargs) -> Any: ... method write (line 783) | def write(self, *args, **kwargs) -> Any: ... method init (line 784) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 785) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 786) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 787) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 788) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 789) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 790) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 791) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 792) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 794) | class SoftSPI: method __init__ (line 801) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 802) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 803) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 804) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 807) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 808) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 809) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 811) | class Timer: method __init__ (line 820) | def __init__(self, id=-1, *args, **kwargs) -> None: ... method deinit (line 823) | def deinit(self) -> None: method init (line 828) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 860) | class UART: method __init__ (line 865) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 866) | def any(self) -> int: method read (line 880) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 890) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 900) | def readline(self) -> None: method write (line 908) | def write(self, buf) -> int: method deinit (line 918) | def deinit(self) -> None: method init (line 923) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method irq (line 962) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Any: method readchar (line 988) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 989) | def sendbreak(self) -> None: method writechar (line 995) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 997) | class WDT: method __init__ (line 1006) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 1007) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 1011) | def bitstream(pin, encoding, timing, data, /) -> Any: function bootloader (line 1035) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 1045) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1070) | def disable_irq() -> Any: function enable_irq (line 1079) | def enable_irq(state) -> Any: function freq (line 1087) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1095) | def idle() -> Any: function info (line 1104) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 1105) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1134) | def reset() -> NoReturn: function reset_cause (line 1141) | def reset_cause() -> int: function rng (line 1147) | def rng() -> int: function sleep (line 1155) | def sleep() -> Any: function soft_reset (line 1161) | def soft_reset() -> NoReturn: function time_pulse_us (line 1169) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1187) | def unique_id() -> bytes: FILE: stubs/micropython-v1_18-stm32-merged/math.py function pow (line 19) | def pow(x, y) -> Any: function acos (line 26) | def acos(x) -> float: function acosh (line 33) | def acosh(x) -> float: function asin (line 40) | def asin(x) -> float: function asinh (line 47) | def asinh(x) -> float: function atan (line 54) | def atan(x) -> float: function atan2 (line 61) | def atan2(y, x) -> float: function atanh (line 68) | def atanh(x) -> float: function ceil (line 75) | def ceil(x) -> int: function copysign (line 82) | def copysign(x, y) -> Any: function cos (line 89) | def cos(x) -> float: function cosh (line 96) | def cosh(x) -> float: function degrees (line 103) | def degrees(x) -> Any: function erf (line 113) | def erf(x) -> Any: function erfc (line 120) | def erfc(x) -> Any: function exp (line 127) | def exp(x) -> float: function expm1 (line 134) | def expm1(x) -> Any: function fabs (line 141) | def fabs(x) -> Any: function factorial (line 148) | def factorial(*args, **kwargs) -> Any: function floor (line 152) | def floor(x) -> int: function fmod (line 159) | def fmod(x, y) -> Any: function frexp (line 166) | def frexp(x) -> Any: function gamma (line 176) | def gamma(x) -> Any: function isclose (line 183) | def isclose(*args, **kwargs) -> Any: function isfinite (line 187) | def isfinite(x) -> bool: function isinf (line 194) | def isinf(x) -> bool: function isnan (line 201) | def isnan(x) -> bool: function ldexp (line 208) | def ldexp(x, exp) -> Any: function lgamma (line 215) | def lgamma(x) -> float: function log (line 222) | def log(x) -> float: function log10 (line 229) | def log10(x) -> float: function log2 (line 236) | def log2(x) -> float: function modf (line 243) | def modf(x) -> Tuple: function radians (line 254) | def radians(x) -> Any: function sin (line 261) | def sin(x) -> float: function sinh (line 268) | def sinh(x) -> float: function sqrt (line 275) | def sqrt(x) -> Any: function tan (line 282) | def tan(x) -> float: function tanh (line 289) | def tanh(x) -> float: function trunc (line 296) | def trunc(x) -> int: FILE: stubs/micropython-v1_18-stm32-merged/math.pyi function pow (line 16) | def pow(x, y) -> Any: function acos (line 22) | def acos(x) -> float: function acosh (line 28) | def acosh(x) -> float: function asin (line 34) | def asin(x) -> float: function asinh (line 40) | def asinh(x) -> float: function atan (line 46) | def atan(x) -> float: function atan2 (line 52) | def atan2(y, x) -> float: function atanh (line 58) | def atanh(x) -> float: function ceil (line 64) | def ceil(x) -> int: function copysign (line 70) | def copysign(x, y) -> Any: function cos (line 76) | def cos(x) -> float: function cosh (line 82) | def cosh(x) -> float: function degrees (line 88) | def degrees(x) -> Any: function erf (line 96) | def erf(x) -> Any: function erfc (line 102) | def erfc(x) -> Any: function exp (line 108) | def exp(x) -> float: function expm1 (line 114) | def expm1(x) -> Any: function fabs (line 120) | def fabs(x) -> Any: function factorial (line 126) | def factorial(*args, **kwargs) -> Any: ... function floor (line 127) | def floor(x) -> int: function fmod (line 133) | def fmod(x, y) -> Any: function frexp (line 139) | def frexp(x) -> Any: function gamma (line 148) | def gamma(x) -> Any: function isclose (line 154) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 155) | def isfinite(x) -> bool: function isinf (line 161) | def isinf(x) -> bool: function isnan (line 167) | def isnan(x) -> bool: function ldexp (line 173) | def ldexp(x, exp) -> Any: function lgamma (line 179) | def lgamma(x) -> float: function log (line 185) | def log(x) -> float: function log10 (line 191) | def log10(x) -> float: function log2 (line 197) | def log2(x) -> float: function modf (line 203) | def modf(x) -> Tuple: function radians (line 212) | def radians(x) -> Any: function sin (line 218) | def sin(x) -> float: function sinh (line 224) | def sinh(x) -> float: function sqrt (line 230) | def sqrt(x) -> Any: function tan (line 236) | def tan(x) -> float: function tanh (line 242) | def tanh(x) -> float: function trunc (line 248) | def trunc(x) -> int: FILE: stubs/micropython-v1_18-stm32-merged/micropython.py function const (line 9) | def const(expr) -> Union[int, bytes, str, Tuple]: function alloc_emergency_exception_buf (line 32) | def alloc_emergency_exception_buf(size) -> Any: function heap_lock (line 46) | def heap_lock() -> Any: function heap_unlock (line 50) | def heap_unlock() -> Any: function kbd_intr (line 54) | def kbd_intr(chr) -> None: function mem_info (line 68) | def mem_info(verbose: Optional[Any] = None) -> None: function opt_level (line 80) | def opt_level(level: Optional[Any] = None) -> Any: function qstr_info (line 101) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 113) | def schedule(func, arg) -> Any: function stack_use (line 151) | def stack_use() -> int: FILE: stubs/micropython-v1_18-stm32-merged/micropython.pyi function const (line 6) | def const(expr) -> Union[int, bytes, str, Tuple]: function alloc_emergency_exception_buf (line 28) | def alloc_emergency_exception_buf(size) -> Any: function heap_lock (line 41) | def heap_lock() -> Any: ... function heap_unlock (line 42) | def heap_unlock() -> Any: ... function kbd_intr (line 43) | def kbd_intr(chr) -> None: function mem_info (line 56) | def mem_info(verbose: Optional[Any] = None) -> None: function opt_level (line 67) | def opt_level(level: Optional[Any] = None) -> Any: function qstr_info (line 87) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 98) | def schedule(func, arg) -> Any: function stack_use (line 135) | def stack_use() -> int: FILE: stubs/micropython-v1_18-stm32-merged/network.py function route (line 42) | def route(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/network.pyi function route (line 39) | def route(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/os.py function remove (line 16) | def remove(path) -> None: class VfsFat (line 26) | class VfsFat: method __init__ (line 33) | def __init__(self, block_dev) -> None: method open (line 37) | def open(self, *args, **kwargs) -> Any: method remove (line 40) | def remove(self, *args, **kwargs) -> Any: method chdir (line 43) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 46) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 49) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 52) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 56) | def mkfs(block_dev) -> None: method mount (line 62) | def mount(self, *args, **kwargs) -> Any: method rename (line 65) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 68) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 71) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 74) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 77) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 81) | class VfsLfs2: method __init__ (line 99) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 103) | def open(self, *args, **kwargs) -> Any: method remove (line 106) | def remove(self, *args, **kwargs) -> Any: method chdir (line 109) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 112) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 115) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 118) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 122) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 131) | def mount(self, *args, **kwargs) -> Any: method rename (line 134) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 137) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 140) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 143) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 146) | def umount(self, *args, **kwargs) -> Any: function chdir (line 150) | def chdir(path) -> Any: function dupterm (line 157) | def dupterm(stream_object, index=0, /) -> IO: function getcwd (line 181) | def getcwd() -> Any: function ilistdir (line 188) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 210) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 217) | def mkdir(path) -> Any: function mount (line 224) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 243) | def rename(old_path, new_path) -> None: function rmdir (line 250) | def rmdir(path) -> None: function stat (line 257) | def stat(path) -> Any: function statvfs (line 264) | def statvfs(path) -> Tuple: function sync (line 288) | def sync() -> None: function umount (line 295) | def umount(mount_point) -> Any: function uname (line 306) | def uname() -> uname_result: function unlink (line 321) | def unlink(*args, **kwargs) -> Any: function urandom (line 325) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_18-stm32-merged/os.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 21) | class VfsFat: method __init__ (line 28) | def __init__(self, block_dev) -> None: ... method open (line 29) | def open(self, *args, **kwargs) -> Any: ... method remove (line 30) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 31) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 33) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 34) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 36) | def mkfs(block_dev) -> None: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 42) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 43) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 44) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 45) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 46) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 48) | class VfsLfs2: method __init__ (line 66) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 67) | def open(self, *args, **kwargs) -> Any: ... method remove (line 68) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 69) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 70) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 71) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 72) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 74) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 82) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 83) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 84) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 85) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 86) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 87) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 89) | def chdir(path) -> Any: function dupterm (line 95) | def dupterm(stream_object, index=0, /) -> IO: function getcwd (line 118) | def getcwd() -> Any: function ilistdir (line 124) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 145) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 151) | def mkdir(path) -> Any: function mount (line 157) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 175) | def rename(old_path, new_path) -> None: function rmdir (line 181) | def rmdir(path) -> None: function stat (line 187) | def stat(path) -> Any: function statvfs (line 193) | def statvfs(path) -> Tuple: function sync (line 216) | def sync() -> None: function umount (line 222) | def umount(mount_point) -> Any: function uname (line 232) | def uname() -> uname_result: function unlink (line 246) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 247) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_18-stm32-merged/platform.py function libc_ver (line 9) | def libc_ver(*args, **kwargs) -> Any: function platform (line 13) | def platform(*args, **kwargs) -> Any: function python_compiler (line 17) | def python_compiler(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/platform.pyi function libc_ver (line 3) | def libc_ver(*args, **kwargs) -> Any: ... function platform (line 4) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 5) | def python_compiler(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/pyb.py function main (line 11) | def main(filename) -> None: function stop (line 21) | def stop() -> Any: class DAC (line 37) | class DAC: method __init__ (line 62) | def __init__(self, port, bits=8, *, buffering=None) -> None: method write (line 66) | def write(self, value) -> Any: method deinit (line 77) | def deinit(self) -> Any: method init (line 83) | def init(self, bits=8, *, buffering=None) -> Any: method noise (line 91) | def noise(self, freq) -> None: method triangle (line 98) | def triangle(self, freq) -> None: method write_timed (line 106) | def write_timed(self, data, freq, *, mode=NORMAL) -> Any: class RTC (line 129) | class RTC: method __init__ (line 135) | def __init__(self) -> None: method calibration (line 139) | def calibration(self, cal) -> int: method datetime (line 157) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 175) | def info(self) -> Any: method init (line 186) | def init(self, *args, **kwargs) -> Any: method wakeup (line 189) | def wakeup(self, timeout, callback=None) -> None: class ADC (line 203) | class ADC: method __init__ (line 209) | def __init__(self, pin) -> None: method read (line 213) | def read(self) -> Any: method read_timed (line 220) | def read_timed(self, buf, timer) -> Any: method read_timed_multi (line 258) | def read_timed_multi(self, adcs, bufs, timer) -> bool: class ADCAll (line 312) | class ADCAll: method __init__ (line 315) | def __init__(self, *argv, **kwargs) -> None: method read_channel (line 319) | def read_channel(self, *args, **kwargs) -> Any: method read_core_temp (line 322) | def read_core_temp(self, *args, **kwargs) -> Any: method read_core_vbat (line 325) | def read_core_vbat(self, *args, **kwargs) -> Any: method read_core_vref (line 328) | def read_core_vref(self, *args, **kwargs) -> Any: method read_vref (line 331) | def read_vref(self, *args, **kwargs) -> Any: class Accel (line 335) | class Accel: method __init__ (line 340) | def __init__(self) -> None: method read (line 344) | def read(self, *args, **kwargs) -> Any: method write (line 347) | def write(self, *args, **kwargs) -> Any: method filtered_xyz (line 350) | def filtered_xyz(self) -> Tuple: method tilt (line 361) | def tilt(self) -> Any: method x (line 367) | def x(self) -> Any: method y (line 373) | def y(self) -> Any: method z (line 379) | def z(self) -> Any: class CAN (line 386) | class CAN: method __init__ (line 400) | def __init__(self, bus, mode, baudrate=328125, *, prescaler=-1, polari... method any (line 404) | def any(self, fifo) -> bool: method send (line 410) | def send(self, data, id, *, timeout=0, rtr=False) -> None: method clearfilter (line 446) | def clearfilter(self, bank) -> None: method deinit (line 454) | def deinit(self) -> None: method info (line 460) | def info(self, list: Optional[Any] = None) -> Any: method init (line 484) | def init(self, mode, extframe=False, prescaler=100, *, sjw=1, bs1=6, b... method initfilterbanks (line 527) | def initfilterbanks(cls, nr) -> None: method recv (line 538) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method restart (line 573) | def restart(self) -> Any: method rxcallback (line 586) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 622) | def setfilter(self, bank, mode, fifo, params, *, rtr) -> None: method state (line 666) | def state(self) -> Any: class ExtInt (line 683) | class ExtInt: method __init__ (line 702) | def __init__(self, pin, mode, pull, callback) -> None: method disable (line 713) | def disable(self) -> None: method enable (line 720) | def enable(self) -> None: method line (line 726) | def line(self) -> int: method regs (line 733) | def regs(cls) -> Any: method swint (line 740) | def swint(self) -> Any: class Flash (line 748) | class Flash: method __init__ (line 759) | def __init__(self) -> None: method ioctl (line 763) | def ioctl(self, cmd, arg) -> Any: method readblocks (line 771) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any: method writeblocks (line 774) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any: class I2C (line 778) | class I2C: method __init__ (line 800) | def __init__(self, bus, mode, baudrate=328125, *, prescaler=-1, polari... method send (line 804) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 821) | def deinit(self) -> None: method init (line 827) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method is_ready (line 841) | def is_ready(self, addr) -> Any: method mem_read (line 847) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 862) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 877) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method scan (line 891) | def scan(self) -> List: class LCD (line 899) | class LCD: method __init__ (line 906) | def __init__(self, skin_position) -> None: method get (line 910) | def get(self, x, y) -> int: method write (line 918) | def write(self, str) -> None: method command (line 924) | def command(self, instr_data, buf) -> None: method contrast (line 932) | def contrast(self, value) -> None: method fill (line 938) | def fill(self, colour) -> None: method light (line 946) | def light(self, value) -> None: method pixel (line 952) | def pixel(self, x, y, colour) -> None: method show (line 960) | def show(self) -> None: method text (line 966) | def text(self, str, x, y, colour) -> None: class LED (line 975) | class LED: method __init__ (line 983) | def __init__(self, id) -> None: method intensity (line 987) | def intensity(self, value: Optional[Any] = None) -> None: method off (line 1001) | def off(self) -> None: method on (line 1007) | def on(self) -> None: method toggle (line 1013) | def toggle(self) -> Any: class Pin (line 1021) | class Pin: method __init__ (line 1027) | def __init__(self, id, *args, **kwargs) -> None: method dict (line 1032) | def dict(cls, dict: Optional[Any] = None) -> Any: method value (line 1038) | def value(self, value: Optional[Any] = None) -> int: method af (line 1090) | def af(self) -> Any: method af_list (line 1098) | def af_list(self) -> List: class board (line 1104) | class board: method __init__ (line 1107) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 1161) | class cpu: method __init__ (line 1164) | def __init__(self, *argv, **kwargs) -> None: method debug (line 1217) | def debug(cls, state: Optional[Any] = None) -> bool: method gpio (line 1223) | def gpio(self) -> int: method high (line 1229) | def high(self, *args, **kwargs) -> Any: method init (line 1232) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method irq (line 1261) | def irq(self, *args, **kwargs) -> Any: method low (line 1264) | def low(self, *args, **kwargs) -> Any: method mapper (line 1268) | def mapper(cls, fun: Optional[Any] = None) -> Any: method mode (line 1275) | def mode(self) -> Any: method name (line 1283) | def name(self) -> str: method names (line 1289) | def names(self) -> str: method off (line 1295) | def off(self, *args, **kwargs) -> Any: method on (line 1298) | def on(self, *args, **kwargs) -> Any: method pin (line 1301) | def pin(self) -> int: method port (line 1307) | def port(self) -> Any: method pull (line 1313) | def pull(self) -> Any: method __call__ (line 1321) | def __call__(self, x: Optional[Any] = None) -> Any: class SDCard (line 1330) | class SDCard: method __init__ (line 1333) | def __init__(self, *argv, **kwargs) -> None: method read (line 1337) | def read(self, *args, **kwargs) -> Any: method write (line 1340) | def write(self, *args, **kwargs) -> Any: method info (line 1343) | def info(self, *args, **kwargs) -> Any: method ioctl (line 1346) | def ioctl(self, *args, **kwargs) -> Any: method power (line 1349) | def power(self, *args, **kwargs) -> Any: method present (line 1352) | def present(self, *args, **kwargs) -> Any: method readblocks (line 1355) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 1358) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 1362) | class SPI: method __init__ (line 1379) | def __init__(self, bus, mode, baudrate=328125, *, prescaler=-1, polari... method read (line 1383) | def read(self, *args, **kwargs) -> Any: method readinto (line 1386) | def readinto(self, *args, **kwargs) -> Any: method send (line 1389) | def send(self, send, *, timeout=5000) -> None: method write (line 1400) | def write(self, *args, **kwargs) -> Any: method deinit (line 1410) | def deinit(self) -> None: method init (line 1416) | def init(self, mode, baudrate=328125, *, prescaler=1, polarity=1, phas... method recv (line 1444) | def recv(self, recv, *, timeout=5000) -> bytes: method send_recv (line 1457) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method write_readinto (line 1471) | def write_readinto(self, *args, **kwargs) -> Any: class Servo (line 1475) | class Servo: method __init__ (line 1481) | def __init__(self, id) -> None: method angle (line 1485) | def angle(self, angle: Optional[Any] = None, time=0) -> Any: method calibration (line 1498) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method pulse_width (line 1513) | def pulse_width(self, value: Optional[Any] = None) -> Any: method speed (line 1522) | def speed(self, speed: Optional[Any] = None, time=0) -> Any: class Switch (line 1535) | class Switch(Pin): method __init__ (line 1541) | def __init__(self) -> None: method value (line 1545) | def value(self) -> bool: method callback (line 1551) | def callback(self, fun) -> None: class Timer (line 1559) | class Timer: method __init__ (line 1566) | def __init__(self, id, *args, **kwargs) -> None: method callback (line 1594) | def callback(self, fun) -> None: method channel (line 1602) | def channel(self, channel, mode, pin=None, *args) -> Any: method counter (line 1678) | def counter(self, value: Optional[Any] = None) -> Any: method deinit (line 1684) | def deinit(self) -> None: method freq (line 1695) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 1701) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1750) | def period(self, value: Optional[Any] = None) -> Any: method prescaler (line 1756) | def prescaler(self, value: Optional[Any] = None) -> Any: method source_freq (line 1762) | def source_freq(self) -> Any: class UART (line 1769) | class UART: method __init__ (line 1805) | def __init__(self, bus, mode, baudrate=328125, *, prescaler=-1, polari... method any (line 1809) | def any(self) -> int: method read (line 1815) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1832) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1842) | def readline(self) -> None: method write (line 1852) | def write(self, buf) -> int: method deinit (line 1868) | def deinit(self) -> None: method init (line 1874) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method irq (line 1900) | def irq(self, *args, **kwargs) -> Any: method readchar (line 1903) | def readchar(self) -> int: method sendbreak (line 1911) | def sendbreak(self) -> None: method writechar (line 1919) | def writechar(self, char) -> None: class USB_HID (line 1927) | class USB_HID: method __init__ (line 1933) | def __init__(self) -> None: method send (line 1937) | def send(self, data) -> None: method recv (line 1946) | def recv(self, data, *, timeout=5000) -> int: class USB_VCP (line 1960) | class USB_VCP: method __init__ (line 1967) | def __init__(self, id=0) -> None: method any (line 1971) | def any(self) -> bool: method close (line 1977) | def close(self) -> Any: method read (line 1984) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1995) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 2007) | def readline(self) -> bytes: method send (line 2016) | def send(self, data, *, timeout=5000) -> int: method write (line 2027) | def write(self, buf) -> int: method init (line 2039) | def init(self, *, flow=-1) -> None: method irq (line 2047) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method isconnected (line 2060) | def isconnected(self) -> bool: method readlines (line 2066) | def readlines(self) -> List: method recv (line 2076) | def recv(self, data, *, timeout=5000) -> int: method setinterrupt (line 2089) | def setinterrupt(self, chr) -> None: function bootloader (line 2101) | def bootloader() -> None: function country (line 2108) | def country(*args, **kwargs) -> Any: function delay (line 2112) | def delay(ms) -> None: function dht_readinto (line 2119) | def dht_readinto(*args, **kwargs) -> Any: function disable_irq (line 2123) | def disable_irq() -> Any: function elapsed_micros (line 2133) | def elapsed_micros(start) -> int: function elapsed_millis (line 2150) | def elapsed_millis(start) -> int: function enable_irq (line 2166) | def enable_irq(state=True) -> None: function fault_debug (line 2177) | def fault_debug(value) -> None: function freq (line 2193) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function hard_reset (line 2234) | def hard_reset() -> NoReturn: function have_cdc (line 2242) | def have_cdc() -> bool: function hid (line 2251) | def hid(hidtuple: Tuple) -> Any: function info (line 2265) | def info(dump_alloc_table: Optional[Any] = None) -> None: function micros (line 2272) | def micros() -> int: function millis (line 2287) | def millis() -> int: function mount (line 2302) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function pwm (line 2338) | def pwm(*args, **kwargs) -> Any: function repl_info (line 2342) | def repl_info(*args, **kwargs) -> Any: function repl_uart (line 2346) | def repl_uart(uart) -> UART: function rng (line 2353) | def rng() -> int: function servo (line 2360) | def servo(*args, **kwargs) -> Any: function standby (line 2364) | def standby() -> Any: function sync (line 2378) | def sync() -> None: function udelay (line 2385) | def udelay(us) -> None: function unique_id (line 2392) | def unique_id() -> str: function usb_mode (line 2399) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function wfi (line 2441) | def wfi() -> None: FILE: stubs/micropython-v1_18-stm32-merged/pyb.pyi function main (line 8) | def main(filename) -> None: function stop (line 17) | def stop() -> Any: class DAC (line 31) | class DAC: method __init__ (line 56) | def __init__(self, port, bits=8, *, buffering=None) -> None: ... method write (line 57) | def write(self, value) -> Any: method deinit (line 66) | def deinit(self) -> Any: method init (line 71) | def init(self, bits=8, *, buffering=None) -> Any: method noise (line 78) | def noise(self, freq) -> None: method triangle (line 84) | def triangle(self, freq) -> None: method write_timed (line 91) | def write_timed(self, data, freq, *, mode=NORMAL) -> Any: class RTC (line 113) | class RTC: method __init__ (line 119) | def __init__(self) -> None: ... method calibration (line 120) | def calibration(self, cal) -> int: method datetime (line 137) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 154) | def info(self) -> Any: method init (line 164) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 165) | def wakeup(self, timeout, callback=None) -> None: class ADC (line 178) | class ADC: method __init__ (line 184) | def __init__(self, pin) -> None: ... method read (line 185) | def read(self) -> Any: method read_timed (line 191) | def read_timed(self, buf, timer) -> Any: method read_timed_multi (line 228) | def read_timed_multi(self, adcs, bufs, timer) -> bool: class ADCAll (line 281) | class ADCAll: method __init__ (line 282) | def __init__(self, *argv, **kwargs) -> None: ... method read_channel (line 283) | def read_channel(self, *args, **kwargs) -> Any: ... method read_core_temp (line 284) | def read_core_temp(self, *args, **kwargs) -> Any: ... method read_core_vbat (line 285) | def read_core_vbat(self, *args, **kwargs) -> Any: ... method read_core_vref (line 286) | def read_core_vref(self, *args, **kwargs) -> Any: ... method read_vref (line 287) | def read_vref(self, *args, **kwargs) -> Any: ... class Accel (line 289) | class Accel: method __init__ (line 294) | def __init__(self) -> None: ... method read (line 295) | def read(self, *args, **kwargs) -> Any: ... method write (line 296) | def write(self, *args, **kwargs) -> Any: ... method filtered_xyz (line 297) | def filtered_xyz(self) -> Tuple: method tilt (line 307) | def tilt(self) -> Any: method x (line 312) | def x(self) -> Any: method y (line 317) | def y(self) -> Any: method z (line 322) | def z(self) -> Any: class CAN (line 328) | class CAN: method __init__ (line 342) | def __init__( method any (line 345) | def any(self, fifo) -> bool: method send (line 350) | def send(self, data, id, *, timeout=0, rtr=False) -> None: method clearfilter (line 384) | def clearfilter(self, bank) -> None: method deinit (line 391) | def deinit(self) -> None: method info (line 396) | def info(self, list: Optional[Any] = None) -> Any: method init (line 419) | def init(self, mode, extframe=False, prescaler=100, *, sjw=1, bs1=6, b... method initfilterbanks (line 461) | def initfilterbanks(cls, nr) -> None: method recv (line 471) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method restart (line 505) | def restart(self) -> Any: method rxcallback (line 517) | def rxcallback(self, fifo, fun) -> None: method setfilter (line 552) | def setfilter(self, bank, mode, fifo, params, *, rtr) -> None: method state (line 595) | def state(self) -> Any: class ExtInt (line 611) | class ExtInt: method __init__ (line 630) | def __init__(self, pin, mode, pull, callback) -> None: ... method disable (line 637) | def disable(self) -> None: method enable (line 643) | def enable(self) -> None: method line (line 648) | def line(self) -> int: method regs (line 654) | def regs(cls) -> Any: method swint (line 660) | def swint(self) -> Any: class Flash (line 667) | class Flash: method __init__ (line 678) | def __init__(self) -> None: ... method ioctl (line 679) | def ioctl(self, cmd, arg) -> Any: method readblocks (line 686) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Any... method writeblocks (line 687) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> An... class I2C (line 689) | class I2C: method __init__ (line 711) | def __init__( method send (line 714) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method deinit (line 729) | def deinit(self) -> None: method init (line 734) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method is_ready (line 747) | def is_ready(self, addr) -> Any: method mem_read (line 752) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 766) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 780) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method scan (line 793) | def scan(self) -> List: class LCD (line 800) | class LCD: method __init__ (line 807) | def __init__(self, skin_position) -> None: ... method get (line 808) | def get(self, x, y) -> int: method write (line 815) | def write(self, str) -> None: method command (line 820) | def command(self, instr_data, buf) -> None: method contrast (line 827) | def contrast(self, value) -> None: method fill (line 832) | def fill(self, colour) -> None: method light (line 839) | def light(self, value) -> None: method pixel (line 844) | def pixel(self, x, y, colour) -> None: method show (line 851) | def show(self) -> None: method text (line 856) | def text(self, str, x, y, colour) -> None: class LED (line 864) | class LED: method __init__ (line 872) | def __init__(self, id) -> None: ... method intensity (line 873) | def intensity(self, value: Optional[Any] = None) -> None: method off (line 886) | def off(self) -> None: method on (line 891) | def on(self) -> None: method toggle (line 896) | def toggle(self) -> Any: class Pin (line 903) | class Pin: method __init__ (line 909) | def __init__(self, id, *args, **kwargs) -> None: ... method dict (line 911) | def dict(cls, dict: Optional[Any] = None) -> Any: method value (line 916) | def value(self, value: Optional[Any] = None) -> int: method af (line 966) | def af(self) -> Any: method af_list (line 973) | def af_list(self) -> List: class board (line 979) | class board: method __init__ (line 980) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 1031) | class cpu: method __init__ (line 1032) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 1081) | def debug(cls, state: Optional[Any] = None) -> bool: method gpio (line 1086) | def gpio(self) -> int: method high (line 1091) | def high(self, *args, **kwargs) -> Any: ... method init (line 1092) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method irq (line 1120) | def irq(self, *args, **kwargs) -> Any: ... method low (line 1121) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 1123) | def mapper(cls, fun: Optional[Any] = None) -> Any: method mode (line 1129) | def mode(self) -> Any: method name (line 1136) | def name(self) -> str: method names (line 1141) | def names(self) -> str: method off (line 1146) | def off(self, *args, **kwargs) -> Any: ... method on (line 1147) | def on(self, *args, **kwargs) -> Any: ... method pin (line 1148) | def pin(self) -> int: method port (line 1153) | def port(self) -> Any: method pull (line 1158) | def pull(self) -> Any: method __call__ (line 1165) | def __call__(self, x: Optional[Any] = None) -> Any: class SDCard (line 1173) | class SDCard: method __init__ (line 1174) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 1175) | def read(self, *args, **kwargs) -> Any: ... method write (line 1176) | def write(self, *args, **kwargs) -> Any: ... method info (line 1177) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 1178) | def ioctl(self, *args, **kwargs) -> Any: ... method power (line 1179) | def power(self, *args, **kwargs) -> Any: ... method present (line 1180) | def present(self, *args, **kwargs) -> Any: ... method readblocks (line 1181) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1182) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 1184) | class SPI: method __init__ (line 1201) | def __init__( method read (line 1204) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 1205) | def readinto(self, *args, **kwargs) -> Any: ... method send (line 1206) | def send(self, send, *, timeout=5000) -> None: method write (line 1216) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 1223) | def deinit(self) -> None: method init (line 1228) | def init(self, mode, baudrate=328125, *, prescaler=1, polarity=1, phas... method recv (line 1255) | def recv(self, recv, *, timeout=5000) -> bytes: method send_recv (line 1267) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: method write_readinto (line 1280) | def write_readinto(self, *args, **kwargs) -> Any: ... class Servo (line 1282) | class Servo: method __init__ (line 1288) | def __init__(self, id) -> None: ... method angle (line 1289) | def angle(self, angle: Optional[Any] = None, time=0) -> Any: method calibration (line 1301) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... method pulse_width (line 1315) | def pulse_width(self, value: Optional[Any] = None) -> Any: method speed (line 1323) | def speed(self, speed: Optional[Any] = None, time=0) -> Any: class Switch (line 1335) | class Switch(Pin): method __init__ (line 1341) | def __init__(self) -> None: ... method value (line 1342) | def value(self) -> bool: method callback (line 1347) | def callback(self, fun) -> None: class Timer (line 1354) | class Timer: method __init__ (line 1361) | def __init__(self, id, *args, **kwargs) -> None: ... method callback (line 1385) | def callback(self, fun) -> None: method channel (line 1392) | def channel(self, channel, mode, pin=None, *args) -> Any: method counter (line 1467) | def counter(self, value: Optional[Any] = None) -> Any: method deinit (line 1472) | def deinit(self) -> None: method freq (line 1482) | def freq(self, value: Optional[Any] = None) -> Any: method init (line 1487) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method period (line 1535) | def period(self, value: Optional[Any] = None) -> Any: method prescaler (line 1540) | def prescaler(self, value: Optional[Any] = None) -> Any: method source_freq (line 1545) | def source_freq(self) -> Any: class UART (line 1551) | class UART: method __init__ (line 1587) | def __init__( method any (line 1590) | def any(self) -> int: method read (line 1595) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1611) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1620) | def readline(self) -> None: method write (line 1629) | def write(self, buf) -> int: method deinit (line 1643) | def deinit(self) -> None: method init (line 1648) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method irq (line 1673) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 1674) | def readchar(self) -> int: method sendbreak (line 1681) | def sendbreak(self) -> None: method writechar (line 1688) | def writechar(self, char) -> None: class USB_HID (line 1695) | class USB_HID: method __init__ (line 1701) | def __init__(self) -> None: ... method send (line 1702) | def send(self, data) -> None: method recv (line 1710) | def recv(self, data, *, timeout=5000) -> int: class USB_VCP (line 1723) | class USB_VCP: method __init__ (line 1730) | def __init__(self, id=0) -> None: ... method any (line 1731) | def any(self) -> bool: method close (line 1736) | def close(self) -> Any: method read (line 1742) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1752) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1763) | def readline(self) -> bytes: method send (line 1771) | def send(self, data, *, timeout=5000) -> int: method write (line 1781) | def write(self, buf) -> int: method init (line 1791) | def init(self, *, flow=-1) -> None: method irq (line 1798) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: method isconnected (line 1810) | def isconnected(self) -> bool: method readlines (line 1815) | def readlines(self) -> List: method recv (line 1824) | def recv(self, data, *, timeout=5000) -> int: method setinterrupt (line 1836) | def setinterrupt(self, chr) -> None: function bootloader (line 1847) | def bootloader() -> None: function country (line 1853) | def country(*args, **kwargs) -> Any: ... function delay (line 1854) | def delay(ms) -> None: function dht_readinto (line 1860) | def dht_readinto(*args, **kwargs) -> Any: ... function disable_irq (line 1861) | def disable_irq() -> Any: function elapsed_micros (line 1870) | def elapsed_micros(start) -> int: function elapsed_millis (line 1886) | def elapsed_millis(start) -> int: function enable_irq (line 1901) | def enable_irq(state=True) -> None: function fault_debug (line 1911) | def fault_debug(value) -> None: function freq (line 1926) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function hard_reset (line 1966) | def hard_reset() -> NoReturn: function have_cdc (line 1973) | def have_cdc() -> bool: function hid (line 1981) | def hid(hidtuple: Tuple) -> Any: function info (line 1993) | def info(dump_alloc_table: Optional[Any] = None) -> None: function micros (line 1999) | def micros() -> int: function millis (line 2013) | def millis() -> int: function mount (line 2027) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function pwm (line 2062) | def pwm(*args, **kwargs) -> Any: ... function repl_info (line 2063) | def repl_info(*args, **kwargs) -> Any: ... function repl_uart (line 2064) | def repl_uart(uart) -> UART: function rng (line 2070) | def rng() -> int: function servo (line 2076) | def servo(*args, **kwargs) -> Any: ... function standby (line 2077) | def standby() -> Any: function sync (line 2090) | def sync() -> None: function udelay (line 2096) | def udelay(us) -> None: function unique_id (line 2102) | def unique_id() -> str: function usb_mode (line 2108) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... function wfi (line 2149) | def wfi() -> None: FILE: stubs/micropython-v1_18-stm32-merged/random.py function choice (line 33) | def choice(sequence) -> Any: function getrandbits (line 41) | def getrandbits(n) -> int: function randint (line 48) | def randint(a, b) -> int: class random (line 55) | class random: method __init__ (line 60) | def __init__(self) -> None: function randrange (line 64) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 76) | def seed(n=None, /) -> None: function uniform (line 89) | def uniform(a, b) -> int: FILE: stubs/micropython-v1_18-stm32-merged/random.pyi function choice (line 30) | def choice(sequence) -> Any: function getrandbits (line 37) | def getrandbits(n) -> int: function randint (line 43) | def randint(a, b) -> int: class random (line 49) | class random: method __init__ (line 54) | def __init__(self) -> None: ... function randrange (line 56) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 67) | def seed(n=None, /) -> None: function uniform (line 79) | def uniform(a, b) -> int: FILE: stubs/micropython-v1_18-stm32-merged/select.py class poll (line 19) | class poll: method __init__ (line 24) | def __init__(self) -> None: method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Any: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 80) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 95) | class select: method __init__ (line 103) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_18-stm32-merged/select.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_18-stm32-merged/socket.py function getaddrinfo (line 19) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 49) | class socket: method __init__ (line 63) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 67) | def close(self) -> Any: method read (line 78) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 88) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 98) | def readline(self) -> Any: method send (line 106) | def send(self, bytes) -> int: method write (line 114) | def write(self, buf) -> int: method accept (line 125) | def accept(self) -> Tuple: method bind (line 134) | def bind(self, address) -> Any: method connect (line 140) | def connect(self, address) -> None: method listen (line 146) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 155) | def recv(self, bufsize) -> bytes: method recvfrom (line 162) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 170) | def sendto(self, bytes, address) -> None: method setblocking (line 177) | def setblocking(self, flag) -> Any: method setsockopt (line 189) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 197) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/socket.pyi function getaddrinfo (line 16) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 45) | class socket: method __init__ (line 59) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 60) | def close(self) -> Any: method read (line 70) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 79) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 88) | def readline(self) -> Any: method send (line 95) | def send(self, bytes) -> int: method write (line 102) | def write(self, buf) -> int: method accept (line 112) | def accept(self) -> Tuple: method bind (line 120) | def bind(self, address) -> Any: method connect (line 125) | def connect(self, address) -> None: method listen (line 130) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 138) | def recv(self, bufsize) -> bytes: method recvfrom (line 144) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 151) | def sendto(self, bytes, address) -> None: method setblocking (line 157) | def setblocking(self, flag) -> Any: method setsockopt (line 168) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 175) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/struct.py function calcsize (line 17) | def calcsize(fmt) -> int: function pack (line 24) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 32) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 41) | def unpack(fmt, data) -> Tuple: function unpack_from (line 49) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-stm32-merged/struct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-stm32-merged/sys.py function exit (line 14) | def exit(retval=0, /) -> Any: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_18-stm32-merged/sys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_18-stm32-merged/time.py function gmtime (line 38) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 84) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Any: function sleep_ms (line 103) | def sleep_ms(ms) -> None: function sleep_us (line 115) | def sleep_us(us) -> None: function ticks_add (line 126) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 155) | def ticks_cpu() -> Any: function ticks_diff (line 172) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 240) | def ticks_ms() -> int: function ticks_us (line 265) | def ticks_us() -> Any: class time (line 272) | class time: method __init__ (line 285) | def __init__(self) -> None: function time_ns (line 289) | def time_ns() -> int: FILE: stubs/micropython-v1_18-stm32-merged/time.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: stubs/micropython-v1_18-stm32-merged/uarray.py class array (line 15) | class array: method __init__ (line 22) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: method append (line 26) | def append(self, val) -> Any: method extend (line 32) | def extend(self, iterable) -> Any: method decode (line 39) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/uarray.pyi class array (line 12) | class array: method __init__ (line 19) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 20) | def append(self, val) -> Any: method extend (line 25) | def extend(self, iterable) -> Any: method decode (line 31) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 64) | class Event: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: method clear (line 71) | def clear(self, *args, **kwargs) -> Any: method set (line 74) | def set(self, *args, **kwargs) -> Any: method is_set (line 77) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 83) | class Lock: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: method locked (line 92) | def locked(self, *args, **kwargs) -> Any: method release (line 95) | def release(self, *args, **kwargs) -> Any: function ticks (line 99) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 103) | class TimeoutError(Exception): class SingletonGenerator (line 107) | class SingletonGenerator: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 115) | class IOQueue: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: method remove (line 122) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 125) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 128) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 131) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 135) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 139) | def run_until_complete(*args, **kwargs) -> Any: function run (line 143) | def run(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 28) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... method release (line 35) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 60) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 64) | class TimeoutError(Exception): class SingletonGenerator (line 68) | class SingletonGenerator: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 76) | class IOQueue: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method remove (line 83) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 86) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 89) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 92) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 96) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 100) | def run_until_complete(*args, **kwargs) -> Any: function run (line 104) | def run(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method locked (line 18) | def locked(self, *args, **kwargs) -> Any: method release (line 21) | def release(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/ubinascii.py function a2b_base64 (line 14) | def a2b_base64(data) -> bytes: function b2a_base64 (line 23) | def b2a_base64(data) -> bytes: function crc32 (line 32) | def crc32(*args, **kwargs) -> Any: function hexlify (line 36) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 47) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_18-stm32-merged/ubinascii.pyi function a2b_base64 (line 11) | def a2b_base64(data) -> bytes: function b2a_base64 (line 19) | def b2a_base64(data) -> bytes: function crc32 (line 27) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 28) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 38) | def unhexlify(data) -> bytes: FILE: stubs/micropython-v1_18-stm32-merged/ucollections.py class OrderedDict (line 15) | class OrderedDict(dict): method __init__ (line 40) | def __init__(self, *args, **kwargs) -> None: method clear (line 44) | def clear(self, *args, **kwargs) -> Any: method copy (line 47) | def copy(self, *args, **kwargs) -> Any: method get (line 50) | def get(self, *args, **kwargs) -> Any: method items (line 53) | def items(self, *args, **kwargs) -> Any: method keys (line 56) | def keys(self, *args, **kwargs) -> Any: method pop (line 59) | def pop(self, *args, **kwargs) -> Any: method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: method update (line 68) | def update(self, *args, **kwargs) -> Any: method values (line 71) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 75) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 79) | class deque(Queue): method __init__ (line 97) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 101) | def append(self, x) -> Any: method popleft (line 108) | def popleft(self) -> Any: function namedtuple (line 116) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/ucollections.pyi class OrderedDict (line 12) | class OrderedDict(dict): method __init__ (line 37) | def __init__(self, *args, **kwargs) -> None: ... method clear (line 38) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 39) | def copy(self, *args, **kwargs) -> Any: ... method get (line 40) | def get(self, *args, **kwargs) -> Any: ... method items (line 41) | def items(self, *args, **kwargs) -> Any: ... method keys (line 42) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 43) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 44) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 45) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 46) | def update(self, *args, **kwargs) -> Any: ... method values (line 47) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 49) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 51) | class deque(Queue): method __init__ (line 69) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 70) | def append(self, x) -> Any: method popleft (line 76) | def popleft(self) -> Any: function namedtuple (line 83) | def namedtuple(name, fields) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/uctypes.py function addressof (line 49) | def addressof(obj) -> int: function bytearray_at (line 58) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 68) | def bytes_at(addr, size) -> bytes: function sizeof (line 78) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 87) | class struct: method __init__ (line 93) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: FILE: stubs/micropython-v1_18-stm32-merged/uctypes.pyi function addressof (line 46) | def addressof(obj) -> int: function bytearray_at (line 54) | def bytearray_at(addr, size) -> bytearray: function bytes_at (line 63) | def bytes_at(addr, size) -> bytes: function sizeof (line 72) | def sizeof(struct, layout_type=NATIVE, /) -> int: class struct (line 80) | class struct: method __init__ (line 86) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... FILE: stubs/micropython-v1_18-stm32-merged/uhashlib.py class sha256 (line 29) | class sha256: method __init__ (line 34) | def __init__(self, data: Optional[Any] = None) -> None: method update (line 38) | def update(self, *args, **kwargs) -> Any: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/uhashlib.pyi class sha256 (line 26) | class sha256: method __init__ (line 31) | def __init__(self, data: Optional[Any] = None) -> None: ... method update (line 32) | def update(self, *args, **kwargs) -> Any: ... method digest (line 33) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/uheapq.py function heapify (line 17) | def heapify(x) -> Any: function heappop (line 24) | def heappop(heap) -> Any: function heappush (line 34) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/uheapq.pyi function heapify (line 14) | def heapify(x) -> Any: function heappop (line 20) | def heappop(heap) -> Any: function heappush (line 29) | def heappush(heap, item) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/ujson.py function dump (line 14) | def dump(obj, stream, separators=None) -> Any: function dumps (line 25) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Any: function loads (line 46) | def loads(str) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/ujson.pyi function dump (line 11) | def dump(obj, stream, separators=None) -> Any: function dumps (line 21) | def dumps(obj, separators=None) -> str: function load (line 29) | def load(stream) -> Any: function loads (line 40) | def loads(str) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/umachine.py class RTC (line 16) | class RTC: method __init__ (line 21) | def __init__(self, id=0, *args, **kwargs) -> None: method calibration (line 25) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 28) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 44) | def info(self, *args, **kwargs) -> Any: method init (line 47) | def init(self, datetime) -> None: method wakeup (line 55) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 59) | class ADC: method __init__ (line 67) | def __init__(self, id) -> None: method read_u16 (line 76) | def read_u16(self) -> int: class I2C (line 89) | class I2C: method __init__ (line 105) | def __init__( method readinto (line 111) | def readinto(self, buf, nack=True, /) -> Any: method start (line 121) | def start(self) -> None: method stop (line 127) | def stop(self) -> None: method write (line 133) | def write(self, buf) -> int: method init (line 141) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 151) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 159) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 169) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 178) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 190) | def scan(self) -> List: method writeto (line 198) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 208) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 219) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 236) | class I2S: method __init__ (line 265) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 269) | def readinto(self, buf) -> int: method write (line 278) | def write(self, buf) -> int: method deinit (line 292) | def deinit(self) -> Any: method init (line 298) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 304) | def irq(self, handler) -> Any: method shift (line 313) | def shift(*, buf, bits, shift) -> Any: class Pin (line 325) | class Pin: method __init__ (line 389) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method dict (line 394) | def dict(cls, *args, **kwargs) -> Any: method value (line 397) | def value(self, x: Optional[Any] = None) -> int: method af (line 472) | def af(self, *args, **kwargs) -> Any: method af_list (line 475) | def af_list(self, *args, **kwargs) -> Any: class board (line 478) | class board: method __init__ (line 481) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 535) | class cpu: method __init__ (line 538) | def __init__(self, *argv, **kwargs) -> None: method debug (line 591) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 594) | def gpio(self, *args, **kwargs) -> Any: method high (line 597) | def high(self) -> None: method init (line 605) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 615) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 660) | def low(self) -> None: method mapper (line 669) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 672) | def mode(self, mode: Optional[Any] = None) -> Any: method name (line 681) | def name(self, *args, **kwargs) -> Any: method names (line 684) | def names(self, *args, **kwargs) -> Any: method off (line 687) | def off(self) -> None: method on (line 693) | def on(self) -> None: method pin (line 699) | def pin(self, *args, **kwargs) -> Any: method port (line 702) | def port(self, *args, **kwargs) -> Any: method pull (line 705) | def pull(self, pull: Optional[Any] = None) -> Any: method __call__ (line 714) | def __call__(self, x: Optional[Any] = None) -> Any: class SPI (line 726) | class SPI: method __init__ (line 738) | def __init__(self, id, *args, **kwargs) -> None: method read (line 742) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 750) | def readinto(self, buf, write=0x00) -> int: method write (line 760) | def write(self, buf) -> int: method deinit (line 772) | def deinit(self) -> None: method init (line 778) | def init( method write_readinto (line 804) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 816) | class Signal(Pin): method __init__ (line 837) | def __init__(self, pin_obj, *args, invert=False) -> None: method value (line 841) | def value(self, x: Optional[Any] = None) -> int: method off (line 861) | def off(self) -> None: method on (line 867) | def on(self) -> None: class SoftI2C (line 874) | class SoftI2C(I2C): method __init__ (line 887) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: method readinto (line 891) | def readinto(self, *args, **kwargs) -> Any: method start (line 894) | def start(self, *args, **kwargs) -> Any: method stop (line 897) | def stop(self, *args, **kwargs) -> Any: method write (line 900) | def write(self, *args, **kwargs) -> Any: method init (line 903) | def init(self, *args, **kwargs) -> Any: method readfrom (line 906) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 909) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 912) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 915) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 918) | def scan(self, *args, **kwargs) -> Any: method writeto (line 921) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 924) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 927) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 931) | class SoftSPI: method __init__ (line 938) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 942) | def read(self, *args, **kwargs) -> Any: method readinto (line 945) | def readinto(self, *args, **kwargs) -> Any: method write (line 948) | def write(self, *args, **kwargs) -> Any: method deinit (line 954) | def deinit(self, *args, **kwargs) -> Any: method init (line 957) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 960) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 964) | class Timer: method __init__ (line 973) | def __init__(self, id=-1, *args, **kwargs) -> None: method deinit (line 980) | def deinit(self) -> None: method init (line 986) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 1019) | class UART: method __init__ (line 1024) | def __init__(self, id, *args, **kwargs) -> None: method any (line 1028) | def any(self) -> int: method read (line 1043) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1054) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1065) | def readline(self) -> None: method write (line 1074) | def write(self, buf) -> int: method deinit (line 1086) | def deinit(self) -> None: method init (line 1092) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method irq (line 1132) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Any: method readchar (line 1159) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 1162) | def sendbreak(self) -> None: method writechar (line 1169) | def writechar(self, *args, **kwargs) -> Any: class WDT (line 1173) | class WDT: method __init__ (line 1182) | def __init__(self, id=0, timeout=5000) -> None: method feed (line 1186) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 1193) | def bitstream(pin, encoding, timing, data, /) -> Any: function bootloader (line 1218) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 1229) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1255) | def disable_irq() -> Any: function enable_irq (line 1265) | def enable_irq(state) -> Any: function freq (line 1274) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1283) | def idle() -> Any: function info (line 1293) | def info(*args, **kwargs) -> Any: function lightsleep (line 1297) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1328) | def reset() -> NoReturn: function reset_cause (line 1336) | def reset_cause() -> int: function rng (line 1343) | def rng() -> int: function sleep (line 1352) | def sleep() -> Any: function soft_reset (line 1359) | def soft_reset() -> NoReturn: function time_pulse_us (line 1368) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1387) | def unique_id() -> bytes: FILE: stubs/micropython-v1_18-stm32-merged/umachine.pyi class RTC (line 13) | class RTC: method __init__ (line 18) | def __init__(self, id=0, *args, **kwargs) -> None: ... method calibration (line 19) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 20) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method info (line 35) | def info(self, *args, **kwargs) -> Any: ... method init (line 36) | def init(self, datetime) -> None: method wakeup (line 43) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 45) | class ADC: method __init__ (line 53) | def __init__(self, id) -> None: ... method read_u16 (line 58) | def read_u16(self) -> int: class I2C (line 69) | class I2C: method __init__ (line 85) | def __init__( method readinto (line 88) | def readinto(self, buf, nack=True, /) -> Any: method start (line 97) | def start(self) -> None: method stop (line 102) | def stop(self) -> None: method write (line 107) | def write(self, buf) -> int: method init (line 114) | def init(self, scl, sda, *, freq=400000) -> None: method readfrom (line 123) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 130) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 139) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 147) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 158) | def scan(self) -> List: method writeto (line 165) | def writeto(self, addr, buf, stop=True, /) -> int: method writeto_mem (line 174) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method writevto (line 184) | def writevto(self, addr, vector, stop=True, /) -> int: class I2S (line 200) | class I2S: method __init__ (line 229) | def __init__(self, id, *, sck, ws, sd, mode, bits, format, rate, ibuf)... method readinto (line 230) | def readinto(self, buf) -> int: method write (line 238) | def write(self, buf) -> int: method deinit (line 250) | def deinit(self) -> Any: method init (line 255) | def init(self, sck, *args, **kwargs) -> Any: method irq (line 260) | def irq(self, handler) -> Any: method shift (line 268) | def shift(*, buf, bits, shift) -> Any: class Pin (line 278) | class Pin: method __init__ (line 342) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method dict (line 344) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 345) | def value(self, x: Optional[Any] = None) -> int: method af (line 418) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 419) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 421) | class board: method __init__ (line 422) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 473) | class cpu: method __init__ (line 474) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 523) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 524) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 525) | def high(self) -> None: method init (line 532) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method irq (line 541) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 585) | def low(self) -> None: method mapper (line 593) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 594) | def mode(self, mode: Optional[Any] = None) -> Any: method name (line 602) | def name(self, *args, **kwargs) -> Any: ... method names (line 603) | def names(self, *args, **kwargs) -> Any: ... method off (line 604) | def off(self) -> None: method on (line 609) | def on(self) -> None: method pin (line 614) | def pin(self, *args, **kwargs) -> Any: ... method port (line 615) | def port(self, *args, **kwargs) -> Any: ... method pull (line 616) | def pull(self, pull: Optional[Any] = None) -> Any: method __call__ (line 624) | def __call__(self, x: Optional[Any] = None) -> Any: class SPI (line 634) | class SPI: method __init__ (line 646) | def __init__(self, id, *args, **kwargs) -> None: ... method read (line 647) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 654) | def readinto(self, buf, write=0x00) -> int: method write (line 663) | def write(self, buf) -> int: method deinit (line 673) | def deinit(self) -> None: method init (line 678) | def init( method write_readinto (line 703) | def write_readinto(self, write_buf, read_buf) -> int: class Signal (line 714) | class Signal(Pin): method __init__ (line 735) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 736) | def value(self, x: Optional[Any] = None) -> int: method off (line 755) | def off(self) -> None: method on (line 760) | def on(self) -> None: class SoftI2C (line 766) | class SoftI2C(I2C): method __init__ (line 779) | def __init__(self, scl, sda, *, freq=400000, timeout=255) -> None: ... method readinto (line 780) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 781) | def start(self, *args, **kwargs) -> Any: ... method stop (line 782) | def stop(self, *args, **kwargs) -> Any: ... method write (line 783) | def write(self, *args, **kwargs) -> Any: ... method init (line 784) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 785) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 786) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 787) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 788) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 789) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 790) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 791) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 792) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 794) | class SoftSPI: method __init__ (line 801) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... method read (line 802) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 803) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 804) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 807) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 808) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 809) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 811) | class Timer: method __init__ (line 820) | def __init__(self, id=-1, *args, **kwargs) -> None: ... method deinit (line 823) | def deinit(self) -> None: method init (line 828) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: class UART (line 860) | class UART: method __init__ (line 865) | def __init__(self, id, *args, **kwargs) -> None: ... method any (line 866) | def any(self) -> int: method read (line 880) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 890) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 900) | def readline(self) -> None: method write (line 908) | def write(self, buf) -> int: method deinit (line 918) | def deinit(self) -> None: method init (line 923) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method irq (line 962) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Any: method readchar (line 988) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 989) | def sendbreak(self) -> None: method writechar (line 995) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 997) | class WDT: method __init__ (line 1006) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 1007) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 1011) | def bitstream(pin, encoding, timing, data, /) -> Any: function bootloader (line 1035) | def bootloader(value: Optional[Any] = None) -> None: function deepsleep (line 1045) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function disable_irq (line 1070) | def disable_irq() -> Any: function enable_irq (line 1079) | def enable_irq(state) -> Any: function freq (line 1087) | def freq(hz: Optional[Any] = None) -> Any: function idle (line 1095) | def idle() -> Any: function info (line 1104) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 1105) | def lightsleep(time_ms: Optional[Any] = None) -> Any: function reset (line 1134) | def reset() -> NoReturn: function reset_cause (line 1141) | def reset_cause() -> int: function rng (line 1147) | def rng() -> int: function sleep (line 1155) | def sleep() -> Any: function soft_reset (line 1161) | def soft_reset() -> NoReturn: function time_pulse_us (line 1169) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 1187) | def unique_id() -> bytes: FILE: stubs/micropython-v1_18-stm32-merged/uos.py function remove (line 16) | def remove(path) -> None: class VfsFat (line 26) | class VfsFat: method __init__ (line 33) | def __init__(self, block_dev) -> None: method open (line 37) | def open(self, *args, **kwargs) -> Any: method remove (line 40) | def remove(self, *args, **kwargs) -> Any: method chdir (line 43) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 46) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 49) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 52) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 56) | def mkfs(block_dev) -> None: method mount (line 62) | def mount(self, *args, **kwargs) -> Any: method rename (line 65) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 68) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 71) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 74) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 77) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 81) | class VfsLfs2: method __init__ (line 99) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 103) | def open(self, *args, **kwargs) -> Any: method remove (line 106) | def remove(self, *args, **kwargs) -> Any: method chdir (line 109) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 112) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 115) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 118) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 122) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 131) | def mount(self, *args, **kwargs) -> Any: method rename (line 134) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 137) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 140) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 143) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 146) | def umount(self, *args, **kwargs) -> Any: function chdir (line 150) | def chdir(path) -> Any: function dupterm (line 157) | def dupterm(stream_object, index=0, /) -> IO: function getcwd (line 181) | def getcwd() -> Any: function ilistdir (line 188) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 210) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 217) | def mkdir(path) -> Any: function mount (line 224) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 243) | def rename(old_path, new_path) -> None: function rmdir (line 250) | def rmdir(path) -> None: function stat (line 257) | def stat(path) -> Any: function statvfs (line 264) | def statvfs(path) -> Tuple: function sync (line 288) | def sync() -> None: function umount (line 295) | def umount(mount_point) -> Any: function uname (line 306) | def uname() -> uname_result: function unlink (line 321) | def unlink(*args, **kwargs) -> Any: function urandom (line 325) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_18-stm32-merged/uos.pyi function remove (line 13) | def remove(path) -> None: class VfsFat (line 21) | class VfsFat: method __init__ (line 28) | def __init__(self, block_dev) -> None: ... method open (line 29) | def open(self, *args, **kwargs) -> Any: ... method remove (line 30) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 31) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 33) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 34) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 36) | def mkfs(block_dev) -> None: method mount (line 41) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 42) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 43) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 44) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 45) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 46) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 48) | class VfsLfs2: method __init__ (line 66) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method open (line 67) | def open(self, *args, **kwargs) -> Any: ... method remove (line 68) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 69) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 70) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 71) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 72) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 74) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 82) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 83) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 84) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 85) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 86) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 87) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 89) | def chdir(path) -> Any: function dupterm (line 95) | def dupterm(stream_object, index=0, /) -> IO: function getcwd (line 118) | def getcwd() -> Any: function ilistdir (line 124) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 145) | def listdir(dir: Optional[Any] = None) -> Any: function mkdir (line 151) | def mkdir(path) -> Any: function mount (line 157) | def mount(fsobj, mount_point, *, readonly) -> Any: function rename (line 175) | def rename(old_path, new_path) -> None: function rmdir (line 181) | def rmdir(path) -> None: function stat (line 187) | def stat(path) -> Any: function statvfs (line 193) | def statvfs(path) -> Tuple: function sync (line 216) | def sync() -> None: function umount (line 222) | def umount(mount_point) -> Any: function uname (line 232) | def uname() -> uname_result: function unlink (line 246) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 247) | def urandom(n) -> bytes: FILE: stubs/micropython-v1_18-stm32-merged/uplatform.py function libc_ver (line 9) | def libc_ver(*args, **kwargs) -> Any: function platform (line 13) | def platform(*args, **kwargs) -> Any: function python_compiler (line 17) | def python_compiler(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/uplatform.pyi function libc_ver (line 3) | def libc_ver(*args, **kwargs) -> Any: ... function platform (line 4) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 5) | def python_compiler(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/urandom.py function choice (line 33) | def choice(sequence) -> Any: function getrandbits (line 41) | def getrandbits(n) -> int: function randint (line 48) | def randint(a, b) -> int: class random (line 55) | class random: method __init__ (line 60) | def __init__(self) -> None: function randrange (line 64) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 76) | def seed(n=None, /) -> None: function uniform (line 89) | def uniform(a, b) -> int: FILE: stubs/micropython-v1_18-stm32-merged/urandom.pyi function choice (line 30) | def choice(sequence) -> Any: function getrandbits (line 37) | def getrandbits(n) -> int: function randint (line 43) | def randint(a, b) -> int: class random (line 49) | class random: method __init__ (line 54) | def __init__(self) -> None: ... function randrange (line 56) | def randrange(start, stop, step: Optional[Any] = None) -> int: function seed (line 67) | def seed(n=None, /) -> None: function uniform (line 79) | def uniform(a, b) -> int: FILE: stubs/micropython-v1_18-stm32-merged/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/uselect.py class poll (line 19) | class poll: method __init__ (line 24) | def __init__(self) -> None: method register (line 27) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 47) | def unregister(self, obj) -> Any: method modify (line 53) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 80) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 95) | class select: method __init__ (line 103) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_18-stm32-merged/uselect.pyi class poll (line 16) | class poll: method __init__ (line 21) | def __init__(self) -> None: ... method register (line 22) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 41) | def unregister(self, obj) -> Any: method modify (line 46) | def modify(self, obj, eventmask) -> None: method poll (line 52) | def poll(self, timeout=-1, /) -> List: method ipoll (line 71) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: class select (line 85) | class select: method __init__ (line 93) | def __init__(self, rlist, wlist, xlist, timeout: Optional[Any] = None)... FILE: stubs/micropython-v1_18-stm32-merged/usocket.py function getaddrinfo (line 19) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 49) | class socket: method __init__ (line 63) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 67) | def close(self) -> Any: method read (line 78) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 88) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 98) | def readline(self) -> Any: method send (line 106) | def send(self, bytes) -> int: method write (line 114) | def write(self, buf) -> int: method accept (line 125) | def accept(self) -> Tuple: method bind (line 134) | def bind(self, address) -> Any: method connect (line 140) | def connect(self, address) -> None: method listen (line 146) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 155) | def recv(self, bufsize) -> bytes: method recvfrom (line 162) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 170) | def sendto(self, bytes, address) -> None: method setblocking (line 177) | def setblocking(self, flag) -> Any: method setsockopt (line 189) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 197) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/usocket.pyi function getaddrinfo (line 16) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Any: class socket (line 45) | class socket: method __init__ (line 59) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 60) | def close(self) -> Any: method read (line 70) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 79) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 88) | def readline(self) -> Any: method send (line 95) | def send(self, bytes) -> int: method write (line 102) | def write(self, buf) -> int: method accept (line 112) | def accept(self) -> Tuple: method bind (line 120) | def bind(self, address) -> Any: method connect (line 125) | def connect(self, address) -> None: method listen (line 130) | def listen(self, backlog: Optional[Any] = None) -> None: method recv (line 138) | def recv(self, bufsize) -> bytes: method recvfrom (line 144) | def recvfrom(self, bufsize) -> Tuple: method sendto (line 151) | def sendto(self, bytes, address) -> None: method setblocking (line 157) | def setblocking(self, flag) -> Any: method setsockopt (line 168) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 175) | def settimeout(self, value) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/ustruct.py function calcsize (line 17) | def calcsize(fmt) -> int: function pack (line 24) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 32) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 41) | def unpack(fmt, data) -> Tuple: function unpack_from (line 49) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-stm32-merged/ustruct.pyi function calcsize (line 14) | def calcsize(fmt) -> int: function pack (line 20) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 27) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Any: function unpack (line 35) | def unpack(fmt, data) -> Tuple: function unpack_from (line 42) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_18-stm32-merged/usys.py function exit (line 14) | def exit(retval=0, /) -> Any: function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_18-stm32-merged/usys.pyi function exit (line 11) | def exit(retval=0, /) -> Any: function print_exception (line 25) | def print_exception(exc, file=stdout, /) -> None: FILE: stubs/micropython-v1_18-stm32-merged/utime.py function gmtime (line 38) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 61) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 84) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Any: function sleep_ms (line 103) | def sleep_ms(ms) -> None: function sleep_us (line 115) | def sleep_us(us) -> None: function ticks_add (line 126) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 155) | def ticks_cpu() -> Any: function ticks_diff (line 172) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 240) | def ticks_ms() -> int: function ticks_us (line 265) | def ticks_us() -> Any: class time (line 272) | class time: method __init__ (line 285) | def __init__(self) -> None: function time_ns (line 289) | def time_ns() -> int: FILE: stubs/micropython-v1_18-stm32-merged/utime.pyi function gmtime (line 35) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 57) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 79) | def mktime() -> int: function sleep (line 87) | def sleep(seconds) -> Any: function sleep_ms (line 96) | def sleep_ms(ms) -> None: function sleep_us (line 107) | def sleep_us(us) -> None: function ticks_add (line 117) | def ticks_add(ticks, delta) -> Any: function ticks_cpu (line 145) | def ticks_cpu() -> Any: function ticks_diff (line 161) | def ticks_diff(ticks1, ticks2) -> int: function ticks_ms (line 228) | def ticks_ms() -> int: function ticks_us (line 252) | def ticks_us() -> Any: class time (line 258) | class time: method __init__ (line 271) | def __init__(self) -> None: ... function time_ns (line 273) | def time_ns() -> int: FILE: stubs/micropython-v1_18-stm32-merged/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32-merged/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32-merged/uzlib.py class DecompIO (line 16) | class DecompIO: method __init__ (line 25) | def __init__(self, stream, wbits=0, /) -> None: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: function decompress (line 39) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-stm32-merged/uzlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-stm32-merged/zlib.py class DecompIO (line 16) | class DecompIO: method __init__ (line 25) | def __init__(self, stream, wbits=0, /) -> None: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: function decompress (line 39) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-stm32-merged/zlib.pyi class DecompIO (line 13) | class DecompIO: method __init__ (line 22) | def __init__(self, stream, wbits=0, /) -> None: ... method read (line 23) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 25) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 27) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_18-stm32/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/_thread.py class LockType (line 9) | class LockType: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 16) | def acquire(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: method release (line 22) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 30) | def exit(*args, **kwargs) -> Any: function get_ident (line 34) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 38) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 42) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/_thread.pyi class LockType (line 3) | class LockType: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 5) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 9) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 10) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 11) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 12) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method remove (line 24) | def remove(self, *args, **kwargs) -> Any: method peek (line 27) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 30) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 33) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 36) | def push_sorted(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 8) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 9) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 10) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 11) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 12) | def push_sorted(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/framebuf.pyi class FrameBuffer (line 3) | class FrameBuffer: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method blit (line 5) | def blit(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method fill_rect (line 7) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 8) | def hline(self, *args, **kwargs) -> Any: ... method line (line 9) | def line(self, *args, **kwargs) -> Any: ... method pixel (line 10) | def pixel(self, *args, **kwargs) -> Any: ... method rect (line 11) | def rect(self, *args, **kwargs) -> Any: ... method scroll (line 12) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 13) | def text(self, *args, **kwargs) -> Any: ... method vline (line 14) | def vline(self, *args, **kwargs) -> Any: ... function FrameBuffer1 (line 16) | def FrameBuffer1(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/hashlib.py class sha256 (line 9) | class sha256: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/hashlib.pyi class sha256 (line 3) | class sha256: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/json.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/lcd160cr.py function const (line 9) | def const(*args, **kwargs) -> Any: function calcsize (line 13) | def calcsize(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function sleep_ms (line 21) | def sleep_ms(*args, **kwargs) -> Any: class LCD160CR (line 34) | class LCD160CR: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: method write (line 41) | def write(self, *args, **kwargs) -> Any: method line (line 44) | def line(self, *args, **kwargs) -> Any: method rect (line 47) | def rect(self, *args, **kwargs) -> Any: method reset (line 50) | def reset(self, *args, **kwargs) -> Any: method oflush (line 53) | def oflush(self, *args, **kwargs) -> Any: method iflush (line 56) | def iflush(self, *args, **kwargs) -> Any: method rgb (line 59) | def rgb(self, *args, **kwargs) -> Any: method clip_line (line 62) | def clip_line(self, *args, **kwargs) -> Any: method set_power (line 65) | def set_power(self, *args, **kwargs) -> Any: method set_orient (line 68) | def set_orient(self, *args, **kwargs) -> Any: method set_brightness (line 71) | def set_brightness(self, *args, **kwargs) -> Any: method set_i2c_addr (line 74) | def set_i2c_addr(self, *args, **kwargs) -> Any: method set_uart_baudrate (line 77) | def set_uart_baudrate(self, *args, **kwargs) -> Any: method set_startup_deco (line 80) | def set_startup_deco(self, *args, **kwargs) -> Any: method save_to_flash (line 83) | def save_to_flash(self, *args, **kwargs) -> Any: method set_pixel (line 86) | def set_pixel(self, *args, **kwargs) -> Any: method get_pixel (line 89) | def get_pixel(self, *args, **kwargs) -> Any: method get_line (line 92) | def get_line(self, *args, **kwargs) -> Any: method screen_dump (line 95) | def screen_dump(self, *args, **kwargs) -> Any: method screen_load (line 98) | def screen_load(self, *args, **kwargs) -> Any: method set_pos (line 101) | def set_pos(self, *args, **kwargs) -> Any: method set_text_color (line 104) | def set_text_color(self, *args, **kwargs) -> Any: method set_font (line 107) | def set_font(self, *args, **kwargs) -> Any: method set_pen (line 110) | def set_pen(self, *args, **kwargs) -> Any: method erase (line 113) | def erase(self, *args, **kwargs) -> Any: method dot (line 116) | def dot(self, *args, **kwargs) -> Any: method rect_outline (line 119) | def rect_outline(self, *args, **kwargs) -> Any: method rect_interior (line 122) | def rect_interior(self, *args, **kwargs) -> Any: method dot_no_clip (line 125) | def dot_no_clip(self, *args, **kwargs) -> Any: method rect_no_clip (line 128) | def rect_no_clip(self, *args, **kwargs) -> Any: method rect_outline_no_clip (line 131) | def rect_outline_no_clip(self, *args, **kwargs) -> Any: method rect_interior_no_clip (line 134) | def rect_interior_no_clip(self, *args, **kwargs) -> Any: method line_no_clip (line 137) | def line_no_clip(self, *args, **kwargs) -> Any: method poly_dot (line 140) | def poly_dot(self, *args, **kwargs) -> Any: method poly_line (line 143) | def poly_line(self, *args, **kwargs) -> Any: method touch_config (line 146) | def touch_config(self, *args, **kwargs) -> Any: method is_touched (line 149) | def is_touched(self, *args, **kwargs) -> Any: method get_touch (line 152) | def get_touch(self, *args, **kwargs) -> Any: method set_spi_win (line 155) | def set_spi_win(self, *args, **kwargs) -> Any: method fast_spi (line 158) | def fast_spi(self, *args, **kwargs) -> Any: method show_framebuf (line 161) | def show_framebuf(self, *args, **kwargs) -> Any: method set_scroll (line 164) | def set_scroll(self, *args, **kwargs) -> Any: method set_scroll_win (line 167) | def set_scroll_win(self, *args, **kwargs) -> Any: method set_scroll_win_param (line 170) | def set_scroll_win_param(self, *args, **kwargs) -> Any: method set_scroll_buf (line 173) | def set_scroll_buf(self, *args, **kwargs) -> Any: method jpeg_start (line 176) | def jpeg_start(self, *args, **kwargs) -> Any: method jpeg_data (line 179) | def jpeg_data(self, *args, **kwargs) -> Any: method jpeg (line 182) | def jpeg(self, *args, **kwargs) -> Any: method feed_wdt (line 185) | def feed_wdt(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/lcd160cr.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function calcsize (line 4) | def calcsize(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function sleep_ms (line 6) | def sleep_ms(*args, **kwargs) -> Any: ... class LCD160CR (line 16) | class LCD160CR: method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 18) | def write(self, *args, **kwargs) -> Any: ... method line (line 19) | def line(self, *args, **kwargs) -> Any: ... method rect (line 20) | def rect(self, *args, **kwargs) -> Any: ... method reset (line 21) | def reset(self, *args, **kwargs) -> Any: ... method oflush (line 22) | def oflush(self, *args, **kwargs) -> Any: ... method iflush (line 23) | def iflush(self, *args, **kwargs) -> Any: ... method rgb (line 24) | def rgb(self, *args, **kwargs) -> Any: ... method clip_line (line 25) | def clip_line(self, *args, **kwargs) -> Any: ... method set_power (line 26) | def set_power(self, *args, **kwargs) -> Any: ... method set_orient (line 27) | def set_orient(self, *args, **kwargs) -> Any: ... method set_brightness (line 28) | def set_brightness(self, *args, **kwargs) -> Any: ... method set_i2c_addr (line 29) | def set_i2c_addr(self, *args, **kwargs) -> Any: ... method set_uart_baudrate (line 30) | def set_uart_baudrate(self, *args, **kwargs) -> Any: ... method set_startup_deco (line 31) | def set_startup_deco(self, *args, **kwargs) -> Any: ... method save_to_flash (line 32) | def save_to_flash(self, *args, **kwargs) -> Any: ... method set_pixel (line 33) | def set_pixel(self, *args, **kwargs) -> Any: ... method get_pixel (line 34) | def get_pixel(self, *args, **kwargs) -> Any: ... method get_line (line 35) | def get_line(self, *args, **kwargs) -> Any: ... method screen_dump (line 36) | def screen_dump(self, *args, **kwargs) -> Any: ... method screen_load (line 37) | def screen_load(self, *args, **kwargs) -> Any: ... method set_pos (line 38) | def set_pos(self, *args, **kwargs) -> Any: ... method set_text_color (line 39) | def set_text_color(self, *args, **kwargs) -> Any: ... method set_font (line 40) | def set_font(self, *args, **kwargs) -> Any: ... method set_pen (line 41) | def set_pen(self, *args, **kwargs) -> Any: ... method erase (line 42) | def erase(self, *args, **kwargs) -> Any: ... method dot (line 43) | def dot(self, *args, **kwargs) -> Any: ... method rect_outline (line 44) | def rect_outline(self, *args, **kwargs) -> Any: ... method rect_interior (line 45) | def rect_interior(self, *args, **kwargs) -> Any: ... method dot_no_clip (line 46) | def dot_no_clip(self, *args, **kwargs) -> Any: ... method rect_no_clip (line 47) | def rect_no_clip(self, *args, **kwargs) -> Any: ... method rect_outline_no_clip (line 48) | def rect_outline_no_clip(self, *args, **kwargs) -> Any: ... method rect_interior_no_clip (line 49) | def rect_interior_no_clip(self, *args, **kwargs) -> Any: ... method line_no_clip (line 50) | def line_no_clip(self, *args, **kwargs) -> Any: ... method poly_dot (line 51) | def poly_dot(self, *args, **kwargs) -> Any: ... method poly_line (line 52) | def poly_line(self, *args, **kwargs) -> Any: ... method touch_config (line 53) | def touch_config(self, *args, **kwargs) -> Any: ... method is_touched (line 54) | def is_touched(self, *args, **kwargs) -> Any: ... method get_touch (line 55) | def get_touch(self, *args, **kwargs) -> Any: ... method set_spi_win (line 56) | def set_spi_win(self, *args, **kwargs) -> Any: ... method fast_spi (line 57) | def fast_spi(self, *args, **kwargs) -> Any: ... method show_framebuf (line 58) | def show_framebuf(self, *args, **kwargs) -> Any: ... method set_scroll (line 59) | def set_scroll(self, *args, **kwargs) -> Any: ... method set_scroll_win (line 60) | def set_scroll_win(self, *args, **kwargs) -> Any: ... method set_scroll_win_param (line 61) | def set_scroll_win_param(self, *args, **kwargs) -> Any: ... method set_scroll_buf (line 62) | def set_scroll_buf(self, *args, **kwargs) -> Any: ... method jpeg_start (line 63) | def jpeg_start(self, *args, **kwargs) -> Any: ... method jpeg_data (line 64) | def jpeg_data(self, *args, **kwargs) -> Any: ... method jpeg (line 65) | def jpeg(self, *args, **kwargs) -> Any: ... method feed_wdt (line 66) | def feed_wdt(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/logging.py function debug (line 9) | def debug(*args, **kwargs) -> Any: function info (line 13) | def info(*args, **kwargs) -> Any: function getLogger (line 17) | def getLogger(*args, **kwargs) -> Any: function basicConfig (line 21) | def basicConfig(*args, **kwargs) -> Any: class Logger (line 33) | class Logger: method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: method debug (line 40) | def debug(self, *args, **kwargs) -> Any: method info (line 43) | def info(self, *args, **kwargs) -> Any: method log (line 46) | def log(self, *args, **kwargs) -> Any: method exception (line 49) | def exception(self, *args, **kwargs) -> Any: method error (line 52) | def error(self, *args, **kwargs) -> Any: method warning (line 55) | def warning(self, *args, **kwargs) -> Any: method setLevel (line 60) | def setLevel(self, *args, **kwargs) -> Any: method isEnabledFor (line 63) | def isEnabledFor(self, *args, **kwargs) -> Any: method critical (line 66) | def critical(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/logging.pyi function debug (line 3) | def debug(*args, **kwargs) -> Any: ... function info (line 4) | def info(*args, **kwargs) -> Any: ... function getLogger (line 5) | def getLogger(*args, **kwargs) -> Any: ... function basicConfig (line 6) | def basicConfig(*args, **kwargs) -> Any: ... class Logger (line 15) | class Logger: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 17) | def debug(self, *args, **kwargs) -> Any: ... method info (line 18) | def info(self, *args, **kwargs) -> Any: ... method log (line 19) | def log(self, *args, **kwargs) -> Any: ... method exception (line 20) | def exception(self, *args, **kwargs) -> Any: ... method error (line 21) | def error(self, *args, **kwargs) -> Any: ... method warning (line 22) | def warning(self, *args, **kwargs) -> Any: ... method setLevel (line 24) | def setLevel(self, *args, **kwargs) -> Any: ... method isEnabledFor (line 25) | def isEnabledFor(self, *args, **kwargs) -> Any: ... method critical (line 26) | def critical(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/machine.py class RTC (line 9) | class RTC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method calibration (line 16) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 19) | def datetime(self, *args, **kwargs) -> Any: method info (line 22) | def info(self, *args, **kwargs) -> Any: method init (line 25) | def init(self, *args, **kwargs) -> Any: method wakeup (line 28) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 32) | class ADC: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: method read_u16 (line 44) | def read_u16(self, *args, **kwargs) -> Any: class I2C (line 52) | class I2C: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 59) | def readinto(self, *args, **kwargs) -> Any: method start (line 62) | def start(self, *args, **kwargs) -> Any: method stop (line 65) | def stop(self, *args, **kwargs) -> Any: method write (line 68) | def write(self, *args, **kwargs) -> Any: method init (line 71) | def init(self, *args, **kwargs) -> Any: method readfrom (line 74) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 77) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 80) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 83) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 86) | def scan(self, *args, **kwargs) -> Any: method writeto (line 89) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 92) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 95) | def writevto(self, *args, **kwargs) -> Any: class I2S (line 99) | class I2S: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 106) | def readinto(self, *args, **kwargs) -> Any: method write (line 109) | def write(self, *args, **kwargs) -> Any: method deinit (line 117) | def deinit(self, *args, **kwargs) -> Any: method init (line 120) | def init(self, *args, **kwargs) -> Any: method irq (line 123) | def irq(self, *args, **kwargs) -> Any: method shift (line 126) | def shift(self, *args, **kwargs) -> Any: class Pin (line 133) | class Pin: method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: method dict (line 141) | def dict(cls, *args, **kwargs) -> Any: method value (line 144) | def value(self, *args, **kwargs) -> Any: method af (line 188) | def af(self, *args, **kwargs) -> Any: method af_list (line 191) | def af_list(self, *args, **kwargs) -> Any: class board (line 194) | class board: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 251) | class cpu: method __init__ (line 254) | def __init__(self, *argv, **kwargs) -> None: method debug (line 307) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 310) | def gpio(self, *args, **kwargs) -> Any: method high (line 313) | def high(self, *args, **kwargs) -> Any: method init (line 316) | def init(self, *args, **kwargs) -> Any: method irq (line 319) | def irq(self, *args, **kwargs) -> Any: method low (line 322) | def low(self, *args, **kwargs) -> Any: method mapper (line 326) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 329) | def mode(self, *args, **kwargs) -> Any: method name (line 332) | def name(self, *args, **kwargs) -> Any: method names (line 335) | def names(self, *args, **kwargs) -> Any: method off (line 338) | def off(self, *args, **kwargs) -> Any: method on (line 341) | def on(self, *args, **kwargs) -> Any: method pin (line 344) | def pin(self, *args, **kwargs) -> Any: method port (line 347) | def port(self, *args, **kwargs) -> Any: method pull (line 350) | def pull(self, *args, **kwargs) -> Any: class SPI (line 357) | class SPI: method __init__ (line 360) | def __init__(self, *argv, **kwargs) -> None: method read (line 364) | def read(self, *args, **kwargs) -> Any: method readinto (line 367) | def readinto(self, *args, **kwargs) -> Any: method write (line 370) | def write(self, *args, **kwargs) -> Any: method deinit (line 376) | def deinit(self, *args, **kwargs) -> Any: method init (line 379) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 382) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 386) | class Signal: method __init__ (line 389) | def __init__(self, *argv, **kwargs) -> None: method value (line 393) | def value(self, *args, **kwargs) -> Any: method off (line 396) | def off(self, *args, **kwargs) -> Any: method on (line 399) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 403) | class SoftI2C: method __init__ (line 406) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 410) | def readinto(self, *args, **kwargs) -> Any: method start (line 413) | def start(self, *args, **kwargs) -> Any: method stop (line 416) | def stop(self, *args, **kwargs) -> Any: method write (line 419) | def write(self, *args, **kwargs) -> Any: method init (line 422) | def init(self, *args, **kwargs) -> Any: method readfrom (line 425) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 428) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 431) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 434) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 437) | def scan(self, *args, **kwargs) -> Any: method writeto (line 440) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 443) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 446) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 450) | class SoftSPI: method __init__ (line 453) | def __init__(self, *argv, **kwargs) -> None: method read (line 457) | def read(self, *args, **kwargs) -> Any: method readinto (line 460) | def readinto(self, *args, **kwargs) -> Any: method write (line 463) | def write(self, *args, **kwargs) -> Any: method deinit (line 469) | def deinit(self, *args, **kwargs) -> Any: method init (line 472) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 475) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 479) | class Timer: method __init__ (line 482) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 489) | def deinit(self, *args, **kwargs) -> Any: method init (line 492) | def init(self, *args, **kwargs) -> Any: class UART (line 496) | class UART: method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: method any (line 503) | def any(self, *args, **kwargs) -> Any: method read (line 506) | def read(self, *args, **kwargs) -> Any: method readinto (line 509) | def readinto(self, *args, **kwargs) -> Any: method readline (line 512) | def readline(self, *args, **kwargs) -> Any: method write (line 515) | def write(self, *args, **kwargs) -> Any: method deinit (line 522) | def deinit(self, *args, **kwargs) -> Any: method init (line 525) | def init(self, *args, **kwargs) -> Any: method irq (line 528) | def irq(self, *args, **kwargs) -> Any: method readchar (line 531) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 534) | def sendbreak(self, *args, **kwargs) -> Any: method writechar (line 537) | def writechar(self, *args, **kwargs) -> Any: class WDT (line 541) | class WDT: method __init__ (line 544) | def __init__(self, *argv, **kwargs) -> None: method feed (line 548) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 555) | def bitstream(*args, **kwargs) -> Any: function bootloader (line 559) | def bootloader(*args, **kwargs) -> Any: function deepsleep (line 563) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 567) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 571) | def enable_irq(*args, **kwargs) -> Any: function freq (line 575) | def freq(*args, **kwargs) -> Any: function idle (line 579) | def idle(*args, **kwargs) -> Any: function info (line 583) | def info(*args, **kwargs) -> Any: function lightsleep (line 587) | def lightsleep(*args, **kwargs) -> Any: function reset (line 596) | def reset(*args, **kwargs) -> Any: function reset_cause (line 600) | def reset_cause(*args, **kwargs) -> Any: function rng (line 604) | def rng(*args, **kwargs) -> Any: function sleep (line 608) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 612) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 616) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 620) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/machine.pyi class RTC (line 3) | class RTC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method calibration (line 5) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 6) | def datetime(self, *args, **kwargs) -> Any: ... method info (line 7) | def info(self, *args, **kwargs) -> Any: ... method init (line 8) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 9) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 11) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method read_u16 (line 17) | def read_u16(self, *args, **kwargs) -> Any: ... class I2C (line 22) | class I2C: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 25) | def start(self, *args, **kwargs) -> Any: ... method stop (line 26) | def stop(self, *args, **kwargs) -> Any: ... method write (line 27) | def write(self, *args, **kwargs) -> Any: ... method init (line 28) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 29) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 30) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 31) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 32) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 33) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 34) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 35) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 36) | def writevto(self, *args, **kwargs) -> Any: ... class I2S (line 38) | class I2S: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 41) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 46) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 47) | def init(self, *args, **kwargs) -> Any: ... method irq (line 48) | def irq(self, *args, **kwargs) -> Any: ... method shift (line 49) | def shift(self, *args, **kwargs) -> Any: ... class Pin (line 53) | class Pin: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... method dict (line 56) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 57) | def value(self, *args, **kwargs) -> Any: ... method af (line 98) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 99) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 101) | class board: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 153) | class cpu: method __init__ (line 154) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 203) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 204) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 205) | def high(self, *args, **kwargs) -> Any: ... method init (line 206) | def init(self, *args, **kwargs) -> Any: ... method irq (line 207) | def irq(self, *args, **kwargs) -> Any: ... method low (line 208) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 210) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 211) | def mode(self, *args, **kwargs) -> Any: ... method name (line 212) | def name(self, *args, **kwargs) -> Any: ... method names (line 213) | def names(self, *args, **kwargs) -> Any: ... method off (line 214) | def off(self, *args, **kwargs) -> Any: ... method on (line 215) | def on(self, *args, **kwargs) -> Any: ... method pin (line 216) | def pin(self, *args, **kwargs) -> Any: ... method port (line 217) | def port(self, *args, **kwargs) -> Any: ... method pull (line 218) | def pull(self, *args, **kwargs) -> Any: ... class SPI (line 222) | class SPI: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 224) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 225) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 226) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 229) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 230) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 231) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 233) | class Signal: method __init__ (line 234) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 235) | def value(self, *args, **kwargs) -> Any: ... method off (line 236) | def off(self, *args, **kwargs) -> Any: ... method on (line 237) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 239) | class SoftI2C: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 241) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 242) | def start(self, *args, **kwargs) -> Any: ... method stop (line 243) | def stop(self, *args, **kwargs) -> Any: ... method write (line 244) | def write(self, *args, **kwargs) -> Any: ... method init (line 245) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 246) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 247) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 248) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 249) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 250) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 251) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 252) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 253) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 255) | class SoftSPI: method __init__ (line 256) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 257) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 258) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 259) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 262) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 263) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 264) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 266) | class Timer: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 270) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 271) | def init(self, *args, **kwargs) -> Any: ... class UART (line 273) | class UART: method __init__ (line 274) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 275) | def any(self, *args, **kwargs) -> Any: ... method read (line 276) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 277) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 278) | def readline(self, *args, **kwargs) -> Any: ... method write (line 279) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 283) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 284) | def init(self, *args, **kwargs) -> Any: ... method irq (line 285) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 286) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 287) | def sendbreak(self, *args, **kwargs) -> Any: ... method writechar (line 288) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 290) | class WDT: method __init__ (line 291) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 292) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 296) | def bitstream(*args, **kwargs) -> Any: ... function bootloader (line 297) | def bootloader(*args, **kwargs) -> Any: ... function deepsleep (line 298) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 299) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 300) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 301) | def freq(*args, **kwargs) -> Any: ... function idle (line 302) | def idle(*args, **kwargs) -> Any: ... function info (line 303) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 304) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 310) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 311) | def reset_cause(*args, **kwargs) -> Any: ... function rng (line 312) | def rng(*args, **kwargs) -> Any: ... function sleep (line 313) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 314) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 315) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 316) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/math.py function pow (line 9) | def pow(*args, **kwargs) -> Any: function acos (line 13) | def acos(*args, **kwargs) -> Any: function acosh (line 17) | def acosh(*args, **kwargs) -> Any: function asin (line 21) | def asin(*args, **kwargs) -> Any: function asinh (line 25) | def asinh(*args, **kwargs) -> Any: function atan (line 29) | def atan(*args, **kwargs) -> Any: function atan2 (line 33) | def atan2(*args, **kwargs) -> Any: function atanh (line 37) | def atanh(*args, **kwargs) -> Any: function ceil (line 41) | def ceil(*args, **kwargs) -> Any: function copysign (line 45) | def copysign(*args, **kwargs) -> Any: function cos (line 49) | def cos(*args, **kwargs) -> Any: function cosh (line 53) | def cosh(*args, **kwargs) -> Any: function degrees (line 57) | def degrees(*args, **kwargs) -> Any: function erf (line 64) | def erf(*args, **kwargs) -> Any: function erfc (line 68) | def erfc(*args, **kwargs) -> Any: function exp (line 72) | def exp(*args, **kwargs) -> Any: function expm1 (line 76) | def expm1(*args, **kwargs) -> Any: function fabs (line 80) | def fabs(*args, **kwargs) -> Any: function factorial (line 84) | def factorial(*args, **kwargs) -> Any: function floor (line 88) | def floor(*args, **kwargs) -> Any: function fmod (line 92) | def fmod(*args, **kwargs) -> Any: function frexp (line 96) | def frexp(*args, **kwargs) -> Any: function gamma (line 100) | def gamma(*args, **kwargs) -> Any: function isclose (line 104) | def isclose(*args, **kwargs) -> Any: function isfinite (line 108) | def isfinite(*args, **kwargs) -> Any: function isinf (line 112) | def isinf(*args, **kwargs) -> Any: function isnan (line 116) | def isnan(*args, **kwargs) -> Any: function ldexp (line 120) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 124) | def lgamma(*args, **kwargs) -> Any: function log (line 128) | def log(*args, **kwargs) -> Any: function log10 (line 132) | def log10(*args, **kwargs) -> Any: function log2 (line 136) | def log2(*args, **kwargs) -> Any: function modf (line 140) | def modf(*args, **kwargs) -> Any: function radians (line 147) | def radians(*args, **kwargs) -> Any: function sin (line 151) | def sin(*args, **kwargs) -> Any: function sinh (line 155) | def sinh(*args, **kwargs) -> Any: function sqrt (line 159) | def sqrt(*args, **kwargs) -> Any: function tan (line 163) | def tan(*args, **kwargs) -> Any: function tanh (line 167) | def tanh(*args, **kwargs) -> Any: function trunc (line 171) | def trunc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/math.pyi function pow (line 3) | def pow(*args, **kwargs) -> Any: ... function acos (line 4) | def acos(*args, **kwargs) -> Any: ... function acosh (line 5) | def acosh(*args, **kwargs) -> Any: ... function asin (line 6) | def asin(*args, **kwargs) -> Any: ... function asinh (line 7) | def asinh(*args, **kwargs) -> Any: ... function atan (line 8) | def atan(*args, **kwargs) -> Any: ... function atan2 (line 9) | def atan2(*args, **kwargs) -> Any: ... function atanh (line 10) | def atanh(*args, **kwargs) -> Any: ... function ceil (line 11) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 12) | def copysign(*args, **kwargs) -> Any: ... function cos (line 13) | def cos(*args, **kwargs) -> Any: ... function cosh (line 14) | def cosh(*args, **kwargs) -> Any: ... function degrees (line 15) | def degrees(*args, **kwargs) -> Any: ... function erf (line 19) | def erf(*args, **kwargs) -> Any: ... function erfc (line 20) | def erfc(*args, **kwargs) -> Any: ... function exp (line 21) | def exp(*args, **kwargs) -> Any: ... function expm1 (line 22) | def expm1(*args, **kwargs) -> Any: ... function fabs (line 23) | def fabs(*args, **kwargs) -> Any: ... function factorial (line 24) | def factorial(*args, **kwargs) -> Any: ... function floor (line 25) | def floor(*args, **kwargs) -> Any: ... function fmod (line 26) | def fmod(*args, **kwargs) -> Any: ... function frexp (line 27) | def frexp(*args, **kwargs) -> Any: ... function gamma (line 28) | def gamma(*args, **kwargs) -> Any: ... function isclose (line 29) | def isclose(*args, **kwargs) -> Any: ... function isfinite (line 30) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 31) | def isinf(*args, **kwargs) -> Any: ... function isnan (line 32) | def isnan(*args, **kwargs) -> Any: ... function ldexp (line 33) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 34) | def lgamma(*args, **kwargs) -> Any: ... function log (line 35) | def log(*args, **kwargs) -> Any: ... function log10 (line 36) | def log10(*args, **kwargs) -> Any: ... function log2 (line 37) | def log2(*args, **kwargs) -> Any: ... function modf (line 38) | def modf(*args, **kwargs) -> Any: ... function radians (line 42) | def radians(*args, **kwargs) -> Any: ... function sin (line 43) | def sin(*args, **kwargs) -> Any: ... function sinh (line 44) | def sinh(*args, **kwargs) -> Any: ... function sqrt (line 45) | def sqrt(*args, **kwargs) -> Any: ... function tan (line 46) | def tan(*args, **kwargs) -> Any: ... function tanh (line 47) | def tanh(*args, **kwargs) -> Any: ... function trunc (line 48) | def trunc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/micropython.py function const (line 9) | def const(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 13) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function heap_lock (line 17) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 21) | def heap_unlock(*args, **kwargs) -> Any: function kbd_intr (line 25) | def kbd_intr(*args, **kwargs) -> Any: function mem_info (line 29) | def mem_info(*args, **kwargs) -> Any: function opt_level (line 33) | def opt_level(*args, **kwargs) -> Any: function qstr_info (line 37) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 41) | def schedule(*args, **kwargs) -> Any: function stack_use (line 45) | def stack_use(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/micropython.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 4) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function heap_lock (line 5) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 6) | def heap_unlock(*args, **kwargs) -> Any: ... function kbd_intr (line 7) | def kbd_intr(*args, **kwargs) -> Any: ... function mem_info (line 8) | def mem_info(*args, **kwargs) -> Any: ... function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: ... function qstr_info (line 10) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 11) | def schedule(*args, **kwargs) -> Any: ... function stack_use (line 12) | def stack_use(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/network.py function route (line 12) | def route(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/network.pyi function route (line 6) | def route(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/onewire.py class OneWireError (line 9) | class OneWireError(Exception): class OneWire (line 13) | class OneWire: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 20) | def readinto(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method crc8 (line 26) | def crc8(self, *args, **kwargs) -> Any: method readbit (line 29) | def readbit(self, *args, **kwargs) -> Any: method readbyte (line 32) | def readbyte(self, *args, **kwargs) -> Any: method reset (line 35) | def reset(self, *args, **kwargs) -> Any: method scan (line 38) | def scan(self, *args, **kwargs) -> Any: method writebit (line 41) | def writebit(self, *args, **kwargs) -> Any: method writebyte (line 44) | def writebyte(self, *args, **kwargs) -> Any: method select_rom (line 51) | def select_rom(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/onewire.pyi class OneWireError (line 3) | class OneWireError(Exception): ... class OneWire (line 5) | class OneWire: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 7) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 8) | def write(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method readbit (line 10) | def readbit(self, *args, **kwargs) -> Any: ... method readbyte (line 11) | def readbyte(self, *args, **kwargs) -> Any: ... method reset (line 12) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 13) | def scan(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method writebyte (line 15) | def writebyte(self, *args, **kwargs) -> Any: ... method select_rom (line 19) | def select_rom(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/os.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 16) | class VfsFat: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: method open (line 23) | def open(self, *args, **kwargs) -> Any: method remove (line 26) | def remove(self, *args, **kwargs) -> Any: method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 35) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 38) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 41) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 44) | def mount(self, *args, **kwargs) -> Any: method rename (line 47) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 50) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 53) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 56) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 59) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 63) | class VfsLfs2: method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: method open (line 70) | def open(self, *args, **kwargs) -> Any: method remove (line 73) | def remove(self, *args, **kwargs) -> Any: method chdir (line 76) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 79) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 82) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 85) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 88) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 91) | def mount(self, *args, **kwargs) -> Any: method rename (line 94) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 97) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 100) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 103) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 106) | def umount(self, *args, **kwargs) -> Any: function chdir (line 110) | def chdir(*args, **kwargs) -> Any: function dupterm (line 114) | def dupterm(*args, **kwargs) -> Any: function getcwd (line 118) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 122) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 126) | def listdir(*args, **kwargs) -> Any: function mkdir (line 130) | def mkdir(*args, **kwargs) -> Any: function mount (line 134) | def mount(*args, **kwargs) -> Any: function rename (line 138) | def rename(*args, **kwargs) -> Any: function rmdir (line 142) | def rmdir(*args, **kwargs) -> Any: function stat (line 146) | def stat(*args, **kwargs) -> Any: function statvfs (line 150) | def statvfs(*args, **kwargs) -> Any: function sync (line 154) | def sync(*args, **kwargs) -> Any: function umount (line 158) | def umount(*args, **kwargs) -> Any: function uname (line 162) | def uname(*args, **kwargs) -> Any: function unlink (line 166) | def unlink(*args, **kwargs) -> Any: function urandom (line 170) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/os.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 7) | class VfsFat: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 9) | def open(self, *args, **kwargs) -> Any: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 11) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 12) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 13) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 14) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 15) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 16) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 17) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 18) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 19) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 20) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 21) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 23) | class VfsLfs2: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 25) | def open(self, *args, **kwargs) -> Any: ... method remove (line 26) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 27) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 28) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 29) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 30) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 31) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 32) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 33) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 34) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 35) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 36) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 37) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 39) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 40) | def dupterm(*args, **kwargs) -> Any: ... function getcwd (line 41) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 42) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 43) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 44) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 45) | def mount(*args, **kwargs) -> Any: ... function rename (line 46) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 47) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 48) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 49) | def statvfs(*args, **kwargs) -> Any: ... function sync (line 50) | def sync(*args, **kwargs) -> Any: ... function umount (line 51) | def umount(*args, **kwargs) -> Any: ... function uname (line 52) | def uname(*args, **kwargs) -> Any: ... function unlink (line 53) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 54) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/platform.py function libc_ver (line 9) | def libc_ver(*args, **kwargs) -> Any: function platform (line 13) | def platform(*args, **kwargs) -> Any: function python_compiler (line 17) | def python_compiler(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/platform.pyi function libc_ver (line 3) | def libc_ver(*args, **kwargs) -> Any: ... function platform (line 4) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 5) | def python_compiler(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/pyb.py function main (line 9) | def main(*args, **kwargs) -> Any: function stop (line 13) | def stop(*args, **kwargs) -> Any: class DAC (line 20) | class DAC: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: method write (line 27) | def write(self, *args, **kwargs) -> Any: method deinit (line 33) | def deinit(self, *args, **kwargs) -> Any: method init (line 36) | def init(self, *args, **kwargs) -> Any: method noise (line 39) | def noise(self, *args, **kwargs) -> Any: method triangle (line 42) | def triangle(self, *args, **kwargs) -> Any: method write_timed (line 45) | def write_timed(self, *args, **kwargs) -> Any: class RTC (line 49) | class RTC: method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: method calibration (line 56) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 59) | def datetime(self, *args, **kwargs) -> Any: method info (line 62) | def info(self, *args, **kwargs) -> Any: method init (line 65) | def init(self, *args, **kwargs) -> Any: method wakeup (line 68) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 72) | class ADC: method __init__ (line 75) | def __init__(self, *argv, **kwargs) -> None: method read (line 79) | def read(self, *args, **kwargs) -> Any: method read_timed (line 82) | def read_timed(self, *args, **kwargs) -> Any: method read_timed_multi (line 85) | def read_timed_multi(self, *args, **kwargs) -> Any: class ADCAll (line 89) | class ADCAll: method __init__ (line 92) | def __init__(self, *argv, **kwargs) -> None: method read_channel (line 96) | def read_channel(self, *args, **kwargs) -> Any: method read_core_temp (line 99) | def read_core_temp(self, *args, **kwargs) -> Any: method read_core_vbat (line 102) | def read_core_vbat(self, *args, **kwargs) -> Any: method read_core_vref (line 105) | def read_core_vref(self, *args, **kwargs) -> Any: method read_vref (line 108) | def read_vref(self, *args, **kwargs) -> Any: class Accel (line 112) | class Accel: method __init__ (line 115) | def __init__(self, *argv, **kwargs) -> None: method read (line 119) | def read(self, *args, **kwargs) -> Any: method write (line 122) | def write(self, *args, **kwargs) -> Any: method filtered_xyz (line 125) | def filtered_xyz(self, *args, **kwargs) -> Any: method tilt (line 128) | def tilt(self, *args, **kwargs) -> Any: method x (line 131) | def x(self, *args, **kwargs) -> Any: method y (line 134) | def y(self, *args, **kwargs) -> Any: method z (line 137) | def z(self, *args, **kwargs) -> Any: class CAN (line 141) | class CAN: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: method any (line 148) | def any(self, *args, **kwargs) -> Any: method send (line 151) | def send(self, *args, **kwargs) -> Any: method clearfilter (line 168) | def clearfilter(self, *args, **kwargs) -> Any: method deinit (line 171) | def deinit(self, *args, **kwargs) -> Any: method info (line 174) | def info(self, *args, **kwargs) -> Any: method init (line 177) | def init(self, *args, **kwargs) -> Any: method initfilterbanks (line 181) | def initfilterbanks(cls, *args, **kwargs) -> Any: method recv (line 184) | def recv(self, *args, **kwargs) -> Any: method restart (line 187) | def restart(self, *args, **kwargs) -> Any: method rxcallback (line 190) | def rxcallback(self, *args, **kwargs) -> Any: method setfilter (line 193) | def setfilter(self, *args, **kwargs) -> Any: method state (line 196) | def state(self, *args, **kwargs) -> Any: class ExtInt (line 200) | class ExtInt: method __init__ (line 203) | def __init__(self, *argv, **kwargs) -> None: method disable (line 214) | def disable(self, *args, **kwargs) -> Any: method enable (line 217) | def enable(self, *args, **kwargs) -> Any: method line (line 220) | def line(self, *args, **kwargs) -> Any: method regs (line 223) | def regs(self, *args, **kwargs) -> Any: method swint (line 226) | def swint(self, *args, **kwargs) -> Any: class Flash (line 230) | class Flash: method __init__ (line 233) | def __init__(self, *argv, **kwargs) -> None: method ioctl (line 237) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 240) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 243) | def writeblocks(self, *args, **kwargs) -> Any: class I2C (line 247) | class I2C: method __init__ (line 250) | def __init__(self, *argv, **kwargs) -> None: method send (line 254) | def send(self, *args, **kwargs) -> Any: method deinit (line 262) | def deinit(self, *args, **kwargs) -> Any: method init (line 265) | def init(self, *args, **kwargs) -> Any: method is_ready (line 268) | def is_ready(self, *args, **kwargs) -> Any: method mem_read (line 271) | def mem_read(self, *args, **kwargs) -> Any: method mem_write (line 274) | def mem_write(self, *args, **kwargs) -> Any: method recv (line 277) | def recv(self, *args, **kwargs) -> Any: method scan (line 280) | def scan(self, *args, **kwargs) -> Any: class LCD (line 284) | class LCD: method __init__ (line 287) | def __init__(self, *argv, **kwargs) -> None: method get (line 291) | def get(self, *args, **kwargs) -> Any: method write (line 294) | def write(self, *args, **kwargs) -> Any: method command (line 297) | def command(self, *args, **kwargs) -> Any: method contrast (line 300) | def contrast(self, *args, **kwargs) -> Any: method fill (line 303) | def fill(self, *args, **kwargs) -> Any: method light (line 306) | def light(self, *args, **kwargs) -> Any: method pixel (line 309) | def pixel(self, *args, **kwargs) -> Any: method show (line 312) | def show(self, *args, **kwargs) -> Any: method text (line 315) | def text(self, *args, **kwargs) -> Any: class LED (line 319) | class LED: method __init__ (line 322) | def __init__(self, *argv, **kwargs) -> None: method intensity (line 326) | def intensity(self, *args, **kwargs) -> Any: method off (line 329) | def off(self, *args, **kwargs) -> Any: method on (line 332) | def on(self, *args, **kwargs) -> Any: method toggle (line 335) | def toggle(self, *args, **kwargs) -> Any: class Pin (line 339) | class Pin: method __init__ (line 342) | def __init__(self, *argv, **kwargs) -> None: method dict (line 347) | def dict(cls, *args, **kwargs) -> Any: method value (line 350) | def value(self, *args, **kwargs) -> Any: method af (line 394) | def af(self, *args, **kwargs) -> Any: method af_list (line 397) | def af_list(self, *args, **kwargs) -> Any: class board (line 400) | class board: method __init__ (line 403) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 457) | class cpu: method __init__ (line 460) | def __init__(self, *argv, **kwargs) -> None: method debug (line 513) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 516) | def gpio(self, *args, **kwargs) -> Any: method high (line 519) | def high(self, *args, **kwargs) -> Any: method init (line 522) | def init(self, *args, **kwargs) -> Any: method irq (line 525) | def irq(self, *args, **kwargs) -> Any: method low (line 528) | def low(self, *args, **kwargs) -> Any: method mapper (line 532) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 535) | def mode(self, *args, **kwargs) -> Any: method name (line 538) | def name(self, *args, **kwargs) -> Any: method names (line 541) | def names(self, *args, **kwargs) -> Any: method off (line 544) | def off(self, *args, **kwargs) -> Any: method on (line 547) | def on(self, *args, **kwargs) -> Any: method pin (line 550) | def pin(self, *args, **kwargs) -> Any: method port (line 553) | def port(self, *args, **kwargs) -> Any: method pull (line 556) | def pull(self, *args, **kwargs) -> Any: class SDCard (line 560) | class SDCard: method __init__ (line 563) | def __init__(self, *argv, **kwargs) -> None: method read (line 567) | def read(self, *args, **kwargs) -> Any: method write (line 570) | def write(self, *args, **kwargs) -> Any: method info (line 573) | def info(self, *args, **kwargs) -> Any: method ioctl (line 576) | def ioctl(self, *args, **kwargs) -> Any: method power (line 579) | def power(self, *args, **kwargs) -> Any: method present (line 582) | def present(self, *args, **kwargs) -> Any: method readblocks (line 585) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 588) | def writeblocks(self, *args, **kwargs) -> Any: class SPI (line 592) | class SPI: method __init__ (line 595) | def __init__(self, *argv, **kwargs) -> None: method read (line 599) | def read(self, *args, **kwargs) -> Any: method readinto (line 602) | def readinto(self, *args, **kwargs) -> Any: method send (line 605) | def send(self, *args, **kwargs) -> Any: method write (line 608) | def write(self, *args, **kwargs) -> Any: method deinit (line 618) | def deinit(self, *args, **kwargs) -> Any: method init (line 621) | def init(self, *args, **kwargs) -> Any: method recv (line 624) | def recv(self, *args, **kwargs) -> Any: method send_recv (line 627) | def send_recv(self, *args, **kwargs) -> Any: method write_readinto (line 630) | def write_readinto(self, *args, **kwargs) -> Any: class Servo (line 634) | class Servo: method __init__ (line 637) | def __init__(self, *argv, **kwargs) -> None: method angle (line 641) | def angle(self, *args, **kwargs) -> Any: method calibration (line 644) | def calibration(self, *args, **kwargs) -> Any: method pulse_width (line 647) | def pulse_width(self, *args, **kwargs) -> Any: method speed (line 650) | def speed(self, *args, **kwargs) -> Any: class Switch (line 654) | class Switch: method __init__ (line 657) | def __init__(self, *argv, **kwargs) -> None: method value (line 661) | def value(self, *args, **kwargs) -> Any: method callback (line 664) | def callback(self, *args, **kwargs) -> Any: class Timer (line 668) | class Timer: method __init__ (line 671) | def __init__(self, *argv, **kwargs) -> None: method callback (line 699) | def callback(self, *args, **kwargs) -> Any: method channel (line 702) | def channel(self, *args, **kwargs) -> Any: method counter (line 705) | def counter(self, *args, **kwargs) -> Any: method deinit (line 708) | def deinit(self, *args, **kwargs) -> Any: method freq (line 711) | def freq(self, *args, **kwargs) -> Any: method init (line 714) | def init(self, *args, **kwargs) -> Any: method period (line 717) | def period(self, *args, **kwargs) -> Any: method prescaler (line 720) | def prescaler(self, *args, **kwargs) -> Any: method source_freq (line 723) | def source_freq(self, *args, **kwargs) -> Any: class UART (line 727) | class UART: method __init__ (line 730) | def __init__(self, *argv, **kwargs) -> None: method any (line 734) | def any(self, *args, **kwargs) -> Any: method read (line 737) | def read(self, *args, **kwargs) -> Any: method readinto (line 740) | def readinto(self, *args, **kwargs) -> Any: method readline (line 743) | def readline(self, *args, **kwargs) -> Any: method write (line 746) | def write(self, *args, **kwargs) -> Any: method deinit (line 753) | def deinit(self, *args, **kwargs) -> Any: method init (line 756) | def init(self, *args, **kwargs) -> Any: method irq (line 759) | def irq(self, *args, **kwargs) -> Any: method readchar (line 762) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 765) | def sendbreak(self, *args, **kwargs) -> Any: method writechar (line 768) | def writechar(self, *args, **kwargs) -> Any: class USB_HID (line 772) | class USB_HID: method __init__ (line 775) | def __init__(self, *argv, **kwargs) -> None: method send (line 779) | def send(self, *args, **kwargs) -> Any: method recv (line 782) | def recv(self, *args, **kwargs) -> Any: class USB_VCP (line 786) | class USB_VCP: method __init__ (line 789) | def __init__(self, *argv, **kwargs) -> None: method any (line 793) | def any(self, *args, **kwargs) -> Any: method close (line 796) | def close(self, *args, **kwargs) -> Any: method read (line 799) | def read(self, *args, **kwargs) -> Any: method readinto (line 802) | def readinto(self, *args, **kwargs) -> Any: method readline (line 805) | def readline(self, *args, **kwargs) -> Any: method send (line 808) | def send(self, *args, **kwargs) -> Any: method write (line 811) | def write(self, *args, **kwargs) -> Any: method init (line 818) | def init(self, *args, **kwargs) -> Any: method irq (line 821) | def irq(self, *args, **kwargs) -> Any: method isconnected (line 824) | def isconnected(self, *args, **kwargs) -> Any: method readlines (line 827) | def readlines(self, *args, **kwargs) -> Any: method recv (line 830) | def recv(self, *args, **kwargs) -> Any: method setinterrupt (line 833) | def setinterrupt(self, *args, **kwargs) -> Any: function bootloader (line 837) | def bootloader(*args, **kwargs) -> Any: function country (line 841) | def country(*args, **kwargs) -> Any: function delay (line 845) | def delay(*args, **kwargs) -> Any: function dht_readinto (line 849) | def dht_readinto(*args, **kwargs) -> Any: function disable_irq (line 853) | def disable_irq(*args, **kwargs) -> Any: function elapsed_micros (line 857) | def elapsed_micros(*args, **kwargs) -> Any: function elapsed_millis (line 861) | def elapsed_millis(*args, **kwargs) -> Any: function enable_irq (line 865) | def enable_irq(*args, **kwargs) -> Any: function fault_debug (line 869) | def fault_debug(*args, **kwargs) -> Any: function freq (line 873) | def freq(*args, **kwargs) -> Any: function hard_reset (line 877) | def hard_reset(*args, **kwargs) -> Any: function have_cdc (line 881) | def have_cdc(*args, **kwargs) -> Any: function hid (line 885) | def hid(*args, **kwargs) -> Any: function info (line 893) | def info(*args, **kwargs) -> Any: function micros (line 897) | def micros(*args, **kwargs) -> Any: function millis (line 901) | def millis(*args, **kwargs) -> Any: function mount (line 905) | def mount(*args, **kwargs) -> Any: function pwm (line 909) | def pwm(*args, **kwargs) -> Any: function repl_info (line 913) | def repl_info(*args, **kwargs) -> Any: function repl_uart (line 917) | def repl_uart(*args, **kwargs) -> Any: function rng (line 921) | def rng(*args, **kwargs) -> Any: function servo (line 925) | def servo(*args, **kwargs) -> Any: function standby (line 929) | def standby(*args, **kwargs) -> Any: function sync (line 933) | def sync(*args, **kwargs) -> Any: function udelay (line 937) | def udelay(*args, **kwargs) -> Any: function unique_id (line 941) | def unique_id(*args, **kwargs) -> Any: function usb_mode (line 945) | def usb_mode(*args, **kwargs) -> Any: function wfi (line 949) | def wfi(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/pyb.pyi function main (line 3) | def main(*args, **kwargs) -> Any: ... function stop (line 4) | def stop(*args, **kwargs) -> Any: ... class DAC (line 8) | class DAC: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 10) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 13) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 14) | def init(self, *args, **kwargs) -> Any: ... method noise (line 15) | def noise(self, *args, **kwargs) -> Any: ... method triangle (line 16) | def triangle(self, *args, **kwargs) -> Any: ... method write_timed (line 17) | def write_timed(self, *args, **kwargs) -> Any: ... class RTC (line 19) | class RTC: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... method calibration (line 21) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 22) | def datetime(self, *args, **kwargs) -> Any: ... method info (line 23) | def info(self, *args, **kwargs) -> Any: ... method init (line 24) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 25) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 27) | class ADC: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 29) | def read(self, *args, **kwargs) -> Any: ... method read_timed (line 30) | def read_timed(self, *args, **kwargs) -> Any: ... method read_timed_multi (line 31) | def read_timed_multi(self, *args, **kwargs) -> Any: ... class ADCAll (line 33) | class ADCAll: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method read_channel (line 35) | def read_channel(self, *args, **kwargs) -> Any: ... method read_core_temp (line 36) | def read_core_temp(self, *args, **kwargs) -> Any: ... method read_core_vbat (line 37) | def read_core_vbat(self, *args, **kwargs) -> Any: ... method read_core_vref (line 38) | def read_core_vref(self, *args, **kwargs) -> Any: ... method read_vref (line 39) | def read_vref(self, *args, **kwargs) -> Any: ... class Accel (line 41) | class Accel: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 43) | def read(self, *args, **kwargs) -> Any: ... method write (line 44) | def write(self, *args, **kwargs) -> Any: ... method filtered_xyz (line 45) | def filtered_xyz(self, *args, **kwargs) -> Any: ... method tilt (line 46) | def tilt(self, *args, **kwargs) -> Any: ... method x (line 47) | def x(self, *args, **kwargs) -> Any: ... method y (line 48) | def y(self, *args, **kwargs) -> Any: ... method z (line 49) | def z(self, *args, **kwargs) -> Any: ... class CAN (line 51) | class CAN: method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 53) | def any(self, *args, **kwargs) -> Any: ... method send (line 54) | def send(self, *args, **kwargs) -> Any: ... method clearfilter (line 68) | def clearfilter(self, *args, **kwargs) -> Any: ... method deinit (line 69) | def deinit(self, *args, **kwargs) -> Any: ... method info (line 70) | def info(self, *args, **kwargs) -> Any: ... method init (line 71) | def init(self, *args, **kwargs) -> Any: ... method initfilterbanks (line 73) | def initfilterbanks(cls, *args, **kwargs) -> Any: ... method recv (line 74) | def recv(self, *args, **kwargs) -> Any: ... method restart (line 75) | def restart(self, *args, **kwargs) -> Any: ... method rxcallback (line 76) | def rxcallback(self, *args, **kwargs) -> Any: ... method setfilter (line 77) | def setfilter(self, *args, **kwargs) -> Any: ... method state (line 78) | def state(self, *args, **kwargs) -> Any: ... class ExtInt (line 80) | class ExtInt: method __init__ (line 81) | def __init__(self, *argv, **kwargs) -> None: ... method disable (line 88) | def disable(self, *args, **kwargs) -> Any: ... method enable (line 89) | def enable(self, *args, **kwargs) -> Any: ... method line (line 90) | def line(self, *args, **kwargs) -> Any: ... method regs (line 91) | def regs(self, *args, **kwargs) -> Any: ... method swint (line 92) | def swint(self, *args, **kwargs) -> Any: ... class Flash (line 94) | class Flash: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method ioctl (line 96) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 97) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 98) | def writeblocks(self, *args, **kwargs) -> Any: ... class I2C (line 100) | class I2C: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... method send (line 102) | def send(self, *args, **kwargs) -> Any: ... method deinit (line 107) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 108) | def init(self, *args, **kwargs) -> Any: ... method is_ready (line 109) | def is_ready(self, *args, **kwargs) -> Any: ... method mem_read (line 110) | def mem_read(self, *args, **kwargs) -> Any: ... method mem_write (line 111) | def mem_write(self, *args, **kwargs) -> Any: ... method recv (line 112) | def recv(self, *args, **kwargs) -> Any: ... method scan (line 113) | def scan(self, *args, **kwargs) -> Any: ... class LCD (line 115) | class LCD: method __init__ (line 116) | def __init__(self, *argv, **kwargs) -> None: ... method get (line 117) | def get(self, *args, **kwargs) -> Any: ... method write (line 118) | def write(self, *args, **kwargs) -> Any: ... method command (line 119) | def command(self, *args, **kwargs) -> Any: ... method contrast (line 120) | def contrast(self, *args, **kwargs) -> Any: ... method fill (line 121) | def fill(self, *args, **kwargs) -> Any: ... method light (line 122) | def light(self, *args, **kwargs) -> Any: ... method pixel (line 123) | def pixel(self, *args, **kwargs) -> Any: ... method show (line 124) | def show(self, *args, **kwargs) -> Any: ... method text (line 125) | def text(self, *args, **kwargs) -> Any: ... class LED (line 127) | class LED: method __init__ (line 128) | def __init__(self, *argv, **kwargs) -> None: ... method intensity (line 129) | def intensity(self, *args, **kwargs) -> Any: ... method off (line 130) | def off(self, *args, **kwargs) -> Any: ... method on (line 131) | def on(self, *args, **kwargs) -> Any: ... method toggle (line 132) | def toggle(self, *args, **kwargs) -> Any: ... class Pin (line 134) | class Pin: method __init__ (line 135) | def __init__(self, *argv, **kwargs) -> None: ... method dict (line 137) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 138) | def value(self, *args, **kwargs) -> Any: ... method af (line 179) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 180) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 182) | class board: method __init__ (line 183) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 234) | class cpu: method __init__ (line 235) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 284) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 285) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 286) | def high(self, *args, **kwargs) -> Any: ... method init (line 287) | def init(self, *args, **kwargs) -> Any: ... method irq (line 288) | def irq(self, *args, **kwargs) -> Any: ... method low (line 289) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 291) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 292) | def mode(self, *args, **kwargs) -> Any: ... method name (line 293) | def name(self, *args, **kwargs) -> Any: ... method names (line 294) | def names(self, *args, **kwargs) -> Any: ... method off (line 295) | def off(self, *args, **kwargs) -> Any: ... method on (line 296) | def on(self, *args, **kwargs) -> Any: ... method pin (line 297) | def pin(self, *args, **kwargs) -> Any: ... method port (line 298) | def port(self, *args, **kwargs) -> Any: ... method pull (line 299) | def pull(self, *args, **kwargs) -> Any: ... class SDCard (line 301) | class SDCard: method __init__ (line 302) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 303) | def read(self, *args, **kwargs) -> Any: ... method write (line 304) | def write(self, *args, **kwargs) -> Any: ... method info (line 305) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 306) | def ioctl(self, *args, **kwargs) -> Any: ... method power (line 307) | def power(self, *args, **kwargs) -> Any: ... method present (line 308) | def present(self, *args, **kwargs) -> Any: ... method readblocks (line 309) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 310) | def writeblocks(self, *args, **kwargs) -> Any: ... class SPI (line 312) | class SPI: method __init__ (line 313) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 314) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 315) | def readinto(self, *args, **kwargs) -> Any: ... method send (line 316) | def send(self, *args, **kwargs) -> Any: ... method write (line 317) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 324) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 325) | def init(self, *args, **kwargs) -> Any: ... method recv (line 326) | def recv(self, *args, **kwargs) -> Any: ... method send_recv (line 327) | def send_recv(self, *args, **kwargs) -> Any: ... method write_readinto (line 328) | def write_readinto(self, *args, **kwargs) -> Any: ... class Servo (line 330) | class Servo: method __init__ (line 331) | def __init__(self, *argv, **kwargs) -> None: ... method angle (line 332) | def angle(self, *args, **kwargs) -> Any: ... method calibration (line 333) | def calibration(self, *args, **kwargs) -> Any: ... method pulse_width (line 334) | def pulse_width(self, *args, **kwargs) -> Any: ... method speed (line 335) | def speed(self, *args, **kwargs) -> Any: ... class Switch (line 337) | class Switch: method __init__ (line 338) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 339) | def value(self, *args, **kwargs) -> Any: ... method callback (line 340) | def callback(self, *args, **kwargs) -> Any: ... class Timer (line 342) | class Timer: method __init__ (line 343) | def __init__(self, *argv, **kwargs) -> None: ... method callback (line 367) | def callback(self, *args, **kwargs) -> Any: ... method channel (line 368) | def channel(self, *args, **kwargs) -> Any: ... method counter (line 369) | def counter(self, *args, **kwargs) -> Any: ... method deinit (line 370) | def deinit(self, *args, **kwargs) -> Any: ... method freq (line 371) | def freq(self, *args, **kwargs) -> Any: ... method init (line 372) | def init(self, *args, **kwargs) -> Any: ... method period (line 373) | def period(self, *args, **kwargs) -> Any: ... method prescaler (line 374) | def prescaler(self, *args, **kwargs) -> Any: ... method source_freq (line 375) | def source_freq(self, *args, **kwargs) -> Any: ... class UART (line 377) | class UART: method __init__ (line 378) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 379) | def any(self, *args, **kwargs) -> Any: ... method read (line 380) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 381) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 382) | def readline(self, *args, **kwargs) -> Any: ... method write (line 383) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 387) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 388) | def init(self, *args, **kwargs) -> Any: ... method irq (line 389) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 390) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 391) | def sendbreak(self, *args, **kwargs) -> Any: ... method writechar (line 392) | def writechar(self, *args, **kwargs) -> Any: ... class USB_HID (line 394) | class USB_HID: method __init__ (line 395) | def __init__(self, *argv, **kwargs) -> None: ... method send (line 396) | def send(self, *args, **kwargs) -> Any: ... method recv (line 397) | def recv(self, *args, **kwargs) -> Any: ... class USB_VCP (line 399) | class USB_VCP: method __init__ (line 400) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 401) | def any(self, *args, **kwargs) -> Any: ... method close (line 402) | def close(self, *args, **kwargs) -> Any: ... method read (line 403) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 404) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 405) | def readline(self, *args, **kwargs) -> Any: ... method send (line 406) | def send(self, *args, **kwargs) -> Any: ... method write (line 407) | def write(self, *args, **kwargs) -> Any: ... method init (line 411) | def init(self, *args, **kwargs) -> Any: ... method irq (line 412) | def irq(self, *args, **kwargs) -> Any: ... method isconnected (line 413) | def isconnected(self, *args, **kwargs) -> Any: ... method readlines (line 414) | def readlines(self, *args, **kwargs) -> Any: ... method recv (line 415) | def recv(self, *args, **kwargs) -> Any: ... method setinterrupt (line 416) | def setinterrupt(self, *args, **kwargs) -> Any: ... function bootloader (line 418) | def bootloader(*args, **kwargs) -> Any: ... function country (line 419) | def country(*args, **kwargs) -> Any: ... function delay (line 420) | def delay(*args, **kwargs) -> Any: ... function dht_readinto (line 421) | def dht_readinto(*args, **kwargs) -> Any: ... function disable_irq (line 422) | def disable_irq(*args, **kwargs) -> Any: ... function elapsed_micros (line 423) | def elapsed_micros(*args, **kwargs) -> Any: ... function elapsed_millis (line 424) | def elapsed_millis(*args, **kwargs) -> Any: ... function enable_irq (line 425) | def enable_irq(*args, **kwargs) -> Any: ... function fault_debug (line 426) | def fault_debug(*args, **kwargs) -> Any: ... function freq (line 427) | def freq(*args, **kwargs) -> Any: ... function hard_reset (line 428) | def hard_reset(*args, **kwargs) -> Any: ... function have_cdc (line 429) | def have_cdc(*args, **kwargs) -> Any: ... function hid (line 430) | def hid(*args, **kwargs) -> Any: ... function info (line 435) | def info(*args, **kwargs) -> Any: ... function micros (line 436) | def micros(*args, **kwargs) -> Any: ... function millis (line 437) | def millis(*args, **kwargs) -> Any: ... function mount (line 438) | def mount(*args, **kwargs) -> Any: ... function pwm (line 439) | def pwm(*args, **kwargs) -> Any: ... function repl_info (line 440) | def repl_info(*args, **kwargs) -> Any: ... function repl_uart (line 441) | def repl_uart(*args, **kwargs) -> Any: ... function rng (line 442) | def rng(*args, **kwargs) -> Any: ... function servo (line 443) | def servo(*args, **kwargs) -> Any: ... function standby (line 444) | def standby(*args, **kwargs) -> Any: ... function sync (line 445) | def sync(*args, **kwargs) -> Any: ... function udelay (line 446) | def udelay(*args, **kwargs) -> Any: ... function unique_id (line 447) | def unique_id(*args, **kwargs) -> Any: ... function usb_mode (line 448) | def usb_mode(*args, **kwargs) -> Any: ... function wfi (line 449) | def wfi(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/random.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/random.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/select.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/select.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/socket.py function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 19) | class socket: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: method close (line 26) | def close(self, *args, **kwargs) -> Any: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: method send (line 38) | def send(self, *args, **kwargs) -> Any: method write (line 41) | def write(self, *args, **kwargs) -> Any: method accept (line 44) | def accept(self, *args, **kwargs) -> Any: method bind (line 47) | def bind(self, *args, **kwargs) -> Any: method connect (line 50) | def connect(self, *args, **kwargs) -> Any: method listen (line 53) | def listen(self, *args, **kwargs) -> Any: method recv (line 56) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 59) | def recvfrom(self, *args, **kwargs) -> Any: method sendto (line 62) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 65) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 68) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 71) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/socket.pyi function getaddrinfo (line 9) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 11) | class socket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method read (line 14) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 16) | def readline(self, *args, **kwargs) -> Any: ... method send (line 17) | def send(self, *args, **kwargs) -> Any: ... method write (line 18) | def write(self, *args, **kwargs) -> Any: ... method accept (line 19) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 20) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 21) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 22) | def listen(self, *args, **kwargs) -> Any: ... method recv (line 23) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 24) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendto (line 25) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 26) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 27) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 28) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/struct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/struct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/sys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/sys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/time.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/time.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/uarray.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/uarray.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/uasyncio/__init__.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: class Event (line 64) | class Event: method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: method clear (line 71) | def clear(self, *args, **kwargs) -> Any: method set (line 74) | def set(self, *args, **kwargs) -> Any: method is_set (line 77) | def is_set(self, *args, **kwargs) -> Any: class Lock (line 83) | class Lock: method __init__ (line 86) | def __init__(self, *argv, **kwargs) -> None: method locked (line 92) | def locked(self, *args, **kwargs) -> Any: method release (line 95) | def release(self, *args, **kwargs) -> Any: function ticks (line 99) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 103) | class TimeoutError(Exception): class SingletonGenerator (line 107) | class SingletonGenerator: method __init__ (line 110) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 115) | class IOQueue: method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: method remove (line 122) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 125) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 128) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 131) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 135) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 139) | def run_until_complete(*args, **kwargs) -> Any: function run (line 143) | def run(*args, **kwargs) -> Any: class Loop (line 147) | class Loop: method __init__ (line 150) | def __init__(self, *argv, **kwargs) -> None: method close (line 154) | def close(self, *args, **kwargs) -> Any: method stop (line 157) | def stop(self, *args, **kwargs) -> Any: method create_task (line 160) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 163) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 166) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 169) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 172) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 175) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 178) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 182) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 186) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 190) | def new_event_loop(*args, **kwargs) -> Any: class ThreadSafeFlag (line 194) | class ThreadSafeFlag: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: method set (line 201) | def set(self, *args, **kwargs) -> Any: method ioctl (line 204) | def ioctl(self, *args, **kwargs) -> Any: function wait_for_ms (line 210) | def wait_for_ms(*args, **kwargs) -> Any: class StreamReader (line 214) | class StreamReader: method __init__ (line 217) | def __init__(self, *argv, **kwargs) -> None: method close (line 221) | def close(self, *args, **kwargs) -> Any: method write (line 228) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 236) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 243) | class StreamWriter: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: method close (line 250) | def close(self, *args, **kwargs) -> Any: method write (line 257) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 265) | def get_extra_info(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/uasyncio/__init__.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... class Event (line 24) | class Event: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 26) | def clear(self, *args, **kwargs) -> Any: ... method set (line 27) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 28) | def is_set(self, *args, **kwargs) -> Any: ... class Lock (line 31) | class Lock: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 34) | def locked(self, *args, **kwargs) -> Any: ... method release (line 35) | def release(self, *args, **kwargs) -> Any: ... function ticks (line 37) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 39) | class TimeoutError(Exception): ... class SingletonGenerator (line 41) | class SingletonGenerator: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 44) | class IOQueue: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 46) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 47) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 48) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 49) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 51) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 52) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 53) | def run(*args, **kwargs) -> Any: ... class Loop (line 55) | class Loop: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 57) | def close(self, *args, **kwargs) -> Any: ... method stop (line 58) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 59) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 60) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 61) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 62) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 63) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 64) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 65) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 67) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 68) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 69) | def new_event_loop(*args, **kwargs) -> Any: ... class ThreadSafeFlag (line 71) | class ThreadSafeFlag: method __init__ (line 72) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 73) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 74) | def ioctl(self, *args, **kwargs) -> Any: ... function wait_for_ms (line 77) | def wait_for_ms(*args, **kwargs) -> Any: ... class StreamReader (line 79) | class StreamReader: method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 81) | def close(self, *args, **kwargs) -> Any: ... method write (line 85) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 90) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 94) | class StreamWriter: method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 96) | def close(self, *args, **kwargs) -> Any: ... method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 105) | def get_extra_info(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/uasyncio/core.py class CancelledError (line 9) | class CancelledError(Exception): class Task (line 13) | class Task: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 21) | class TaskQueue: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: method remove (line 28) | def remove(self, *args, **kwargs) -> Any: method peek (line 31) | def peek(self, *args, **kwargs) -> Any: method pop_head (line 34) | def pop_head(self, *args, **kwargs) -> Any: method push_head (line 37) | def push_head(self, *args, **kwargs) -> Any: method push_sorted (line 40) | def push_sorted(self, *args, **kwargs) -> Any: function sleep (line 44) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 48) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 52) | def ticks_add(*args, **kwargs) -> Any: function ticks_diff (line 56) | def ticks_diff(*args, **kwargs) -> Any: function ticks (line 60) | def ticks(*args, **kwargs) -> Any: class TimeoutError (line 64) | class TimeoutError(Exception): class SingletonGenerator (line 68) | class SingletonGenerator: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 76) | class IOQueue: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: method remove (line 83) | def remove(self, *args, **kwargs) -> Any: method queue_read (line 86) | def queue_read(self, *args, **kwargs) -> Any: method queue_write (line 89) | def queue_write(self, *args, **kwargs) -> Any: method wait_io_event (line 92) | def wait_io_event(self, *args, **kwargs) -> Any: function create_task (line 96) | def create_task(*args, **kwargs) -> Any: function run_until_complete (line 100) | def run_until_complete(*args, **kwargs) -> Any: function run (line 104) | def run(*args, **kwargs) -> Any: class Loop (line 108) | class Loop: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: method close (line 115) | def close(self, *args, **kwargs) -> Any: method stop (line 118) | def stop(self, *args, **kwargs) -> Any: method create_task (line 121) | def create_task(self, *args, **kwargs) -> Any: method run_until_complete (line 124) | def run_until_complete(self, *args, **kwargs) -> Any: method call_exception_handler (line 127) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 130) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 133) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 136) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 139) | def default_exception_handler(self, *args, **kwargs) -> Any: function get_event_loop (line 143) | def get_event_loop(*args, **kwargs) -> Any: function current_task (line 147) | def current_task(*args, **kwargs) -> Any: function new_event_loop (line 151) | def new_event_loop(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/uasyncio/core.pyi class CancelledError (line 3) | class CancelledError(Exception): ... class Task (line 5) | class Task: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 11) | def peek(self, *args, **kwargs) -> Any: ... method pop_head (line 12) | def pop_head(self, *args, **kwargs) -> Any: ... method push_head (line 13) | def push_head(self, *args, **kwargs) -> Any: ... method push_sorted (line 14) | def push_sorted(self, *args, **kwargs) -> Any: ... function sleep (line 16) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 17) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 18) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks (line 20) | def ticks(*args, **kwargs) -> Any: ... class TimeoutError (line 22) | class TimeoutError(Exception): ... class SingletonGenerator (line 24) | class SingletonGenerator: method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 27) | class IOQueue: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method queue_read (line 30) | def queue_read(self, *args, **kwargs) -> Any: ... method queue_write (line 31) | def queue_write(self, *args, **kwargs) -> Any: ... method wait_io_event (line 32) | def wait_io_event(self, *args, **kwargs) -> Any: ... function create_task (line 34) | def create_task(*args, **kwargs) -> Any: ... function run_until_complete (line 35) | def run_until_complete(*args, **kwargs) -> Any: ... function run (line 36) | def run(*args, **kwargs) -> Any: ... class Loop (line 38) | class Loop: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 40) | def close(self, *args, **kwargs) -> Any: ... method stop (line 41) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 42) | def create_task(self, *args, **kwargs) -> Any: ... method run_until_complete (line 43) | def run_until_complete(self, *args, **kwargs) -> Any: ... method call_exception_handler (line 44) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 45) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 46) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 47) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 48) | def default_exception_handler(self, *args, **kwargs) -> Any: ... function get_event_loop (line 50) | def get_event_loop(*args, **kwargs) -> Any: ... function current_task (line 51) | def current_task(*args, **kwargs) -> Any: ... function new_event_loop (line 52) | def new_event_loop(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/uasyncio/event.py class Event (line 9) | class Event: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method set (line 19) | def set(self, *args, **kwargs) -> Any: method is_set (line 22) | def is_set(self, *args, **kwargs) -> Any: class ThreadSafeFlag (line 28) | class ThreadSafeFlag: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: method set (line 35) | def set(self, *args, **kwargs) -> Any: method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/uasyncio/event.pyi class Event (line 3) | class Event: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method set (line 6) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 7) | def is_set(self, *args, **kwargs) -> Any: ... class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... method set (line 12) | def set(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/uasyncio/funcs.py function wait_for_ms (line 12) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/uasyncio/funcs.pyi function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/uasyncio/lock.py class Lock (line 9) | class Lock: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method locked (line 18) | def locked(self, *args, **kwargs) -> Any: method release (line 21) | def release(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/uasyncio/lock.pyi class Lock (line 3) | class Lock: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/uasyncio/stream.py class Stream (line 9) | class Stream: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method close (line 16) | def close(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 31) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamReader (line 38) | class StreamReader: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: method close (line 45) | def close(self, *args, **kwargs) -> Any: method write (line 52) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 60) | def get_extra_info(self, *args, **kwargs) -> Any: class StreamWriter (line 67) | class StreamWriter: method __init__ (line 70) | def __init__(self, *argv, **kwargs) -> None: method close (line 74) | def close(self, *args, **kwargs) -> Any: method write (line 81) | def write(self, *args, **kwargs) -> Any: method get_extra_info (line 89) | def get_extra_info(self, *args, **kwargs) -> Any: class Server (line 99) | class Server: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method close (line 106) | def close(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/uasyncio/stream.pyi class Stream (line 3) | class Stream: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 5) | def close(self, *args, **kwargs) -> Any: ... method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 14) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamReader (line 18) | class StreamReader: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 20) | def close(self, *args, **kwargs) -> Any: ... method write (line 24) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 29) | def get_extra_info(self, *args, **kwargs) -> Any: ... class StreamWriter (line 33) | class StreamWriter: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 35) | def close(self, *args, **kwargs) -> Any: ... method write (line 39) | def write(self, *args, **kwargs) -> Any: ... method get_extra_info (line 44) | def get_extra_info(self, *args, **kwargs) -> Any: ... class Server (line 50) | class Server: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 52) | def close(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/ubinascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/ubinascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/ucollections.py class OrderedDict (line 9) | class OrderedDict: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method clear (line 16) | def clear(self, *args, **kwargs) -> Any: method copy (line 19) | def copy(self, *args, **kwargs) -> Any: method get (line 22) | def get(self, *args, **kwargs) -> Any: method items (line 25) | def items(self, *args, **kwargs) -> Any: method keys (line 28) | def keys(self, *args, **kwargs) -> Any: method pop (line 31) | def pop(self, *args, **kwargs) -> Any: method popitem (line 34) | def popitem(self, *args, **kwargs) -> Any: method setdefault (line 37) | def setdefault(self, *args, **kwargs) -> Any: method update (line 40) | def update(self, *args, **kwargs) -> Any: method values (line 43) | def values(self, *args, **kwargs) -> Any: method fromkeys (line 47) | def fromkeys(cls, *args, **kwargs) -> Any: class deque (line 51) | class deque: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: method append (line 58) | def append(self, *args, **kwargs) -> Any: method popleft (line 61) | def popleft(self, *args, **kwargs) -> Any: function namedtuple (line 65) | def namedtuple(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/ucollections.pyi class OrderedDict (line 3) | class OrderedDict: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method clear (line 5) | def clear(self, *args, **kwargs) -> Any: ... method copy (line 6) | def copy(self, *args, **kwargs) -> Any: ... method get (line 7) | def get(self, *args, **kwargs) -> Any: ... method items (line 8) | def items(self, *args, **kwargs) -> Any: ... method keys (line 9) | def keys(self, *args, **kwargs) -> Any: ... method pop (line 10) | def pop(self, *args, **kwargs) -> Any: ... method popitem (line 11) | def popitem(self, *args, **kwargs) -> Any: ... method setdefault (line 12) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 13) | def update(self, *args, **kwargs) -> Any: ... method values (line 14) | def values(self, *args, **kwargs) -> Any: ... method fromkeys (line 16) | def fromkeys(cls, *args, **kwargs) -> Any: ... class deque (line 18) | class deque: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 20) | def append(self, *args, **kwargs) -> Any: ... method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... function namedtuple (line 23) | def namedtuple(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/uctypes.py function addressof (line 42) | def addressof(*args, **kwargs) -> Any: function bytearray_at (line 46) | def bytearray_at(*args, **kwargs) -> Any: function bytes_at (line 50) | def bytes_at(*args, **kwargs) -> Any: function sizeof (line 54) | def sizeof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 61) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_18-stm32/uctypes.pyi function addressof (line 36) | def addressof(*args, **kwargs) -> Any: ... function bytearray_at (line 37) | def bytearray_at(*args, **kwargs) -> Any: ... function bytes_at (line 38) | def bytes_at(*args, **kwargs) -> Any: ... function sizeof (line 39) | def sizeof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_18-stm32/uhashlib.py class sha256 (line 9) | class sha256: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/uhashlib.pyi class sha256 (line 3) | class sha256: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/uheapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/uheapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/ujson.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/ujson.pyi function dump (line 3) | def dump(*args, **kwargs) -> Any: ... function dumps (line 4) | def dumps(*args, **kwargs) -> Any: ... function load (line 5) | def load(*args, **kwargs) -> Any: ... function loads (line 6) | def loads(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/umachine.py class RTC (line 9) | class RTC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method calibration (line 16) | def calibration(self, *args, **kwargs) -> Any: method datetime (line 19) | def datetime(self, *args, **kwargs) -> Any: method info (line 22) | def info(self, *args, **kwargs) -> Any: method init (line 25) | def init(self, *args, **kwargs) -> Any: method wakeup (line 28) | def wakeup(self, *args, **kwargs) -> Any: class ADC (line 32) | class ADC: method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: method read_u16 (line 44) | def read_u16(self, *args, **kwargs) -> Any: class I2C (line 52) | class I2C: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 59) | def readinto(self, *args, **kwargs) -> Any: method start (line 62) | def start(self, *args, **kwargs) -> Any: method stop (line 65) | def stop(self, *args, **kwargs) -> Any: method write (line 68) | def write(self, *args, **kwargs) -> Any: method init (line 71) | def init(self, *args, **kwargs) -> Any: method readfrom (line 74) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 77) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 80) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 83) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 86) | def scan(self, *args, **kwargs) -> Any: method writeto (line 89) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 92) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 95) | def writevto(self, *args, **kwargs) -> Any: class I2S (line 99) | class I2S: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 106) | def readinto(self, *args, **kwargs) -> Any: method write (line 109) | def write(self, *args, **kwargs) -> Any: method deinit (line 117) | def deinit(self, *args, **kwargs) -> Any: method init (line 120) | def init(self, *args, **kwargs) -> Any: method irq (line 123) | def irq(self, *args, **kwargs) -> Any: method shift (line 126) | def shift(self, *args, **kwargs) -> Any: class Pin (line 133) | class Pin: method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: method dict (line 141) | def dict(cls, *args, **kwargs) -> Any: method value (line 144) | def value(self, *args, **kwargs) -> Any: method af (line 188) | def af(self, *args, **kwargs) -> Any: method af_list (line 191) | def af_list(self, *args, **kwargs) -> Any: class board (line 194) | class board: method __init__ (line 197) | def __init__(self, *argv, **kwargs) -> None: class cpu (line 251) | class cpu: method __init__ (line 254) | def __init__(self, *argv, **kwargs) -> None: method debug (line 307) | def debug(cls, *args, **kwargs) -> Any: method gpio (line 310) | def gpio(self, *args, **kwargs) -> Any: method high (line 313) | def high(self, *args, **kwargs) -> Any: method init (line 316) | def init(self, *args, **kwargs) -> Any: method irq (line 319) | def irq(self, *args, **kwargs) -> Any: method low (line 322) | def low(self, *args, **kwargs) -> Any: method mapper (line 326) | def mapper(cls, *args, **kwargs) -> Any: method mode (line 329) | def mode(self, *args, **kwargs) -> Any: method name (line 332) | def name(self, *args, **kwargs) -> Any: method names (line 335) | def names(self, *args, **kwargs) -> Any: method off (line 338) | def off(self, *args, **kwargs) -> Any: method on (line 341) | def on(self, *args, **kwargs) -> Any: method pin (line 344) | def pin(self, *args, **kwargs) -> Any: method port (line 347) | def port(self, *args, **kwargs) -> Any: method pull (line 350) | def pull(self, *args, **kwargs) -> Any: class SPI (line 357) | class SPI: method __init__ (line 360) | def __init__(self, *argv, **kwargs) -> None: method read (line 364) | def read(self, *args, **kwargs) -> Any: method readinto (line 367) | def readinto(self, *args, **kwargs) -> Any: method write (line 370) | def write(self, *args, **kwargs) -> Any: method deinit (line 376) | def deinit(self, *args, **kwargs) -> Any: method init (line 379) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 382) | def write_readinto(self, *args, **kwargs) -> Any: class Signal (line 386) | class Signal: method __init__ (line 389) | def __init__(self, *argv, **kwargs) -> None: method value (line 393) | def value(self, *args, **kwargs) -> Any: method off (line 396) | def off(self, *args, **kwargs) -> Any: method on (line 399) | def on(self, *args, **kwargs) -> Any: class SoftI2C (line 403) | class SoftI2C: method __init__ (line 406) | def __init__(self, *argv, **kwargs) -> None: method readinto (line 410) | def readinto(self, *args, **kwargs) -> Any: method start (line 413) | def start(self, *args, **kwargs) -> Any: method stop (line 416) | def stop(self, *args, **kwargs) -> Any: method write (line 419) | def write(self, *args, **kwargs) -> Any: method init (line 422) | def init(self, *args, **kwargs) -> Any: method readfrom (line 425) | def readfrom(self, *args, **kwargs) -> Any: method readfrom_into (line 428) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 431) | def readfrom_mem(self, *args, **kwargs) -> Any: method readfrom_mem_into (line 434) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method scan (line 437) | def scan(self, *args, **kwargs) -> Any: method writeto (line 440) | def writeto(self, *args, **kwargs) -> Any: method writeto_mem (line 443) | def writeto_mem(self, *args, **kwargs) -> Any: method writevto (line 446) | def writevto(self, *args, **kwargs) -> Any: class SoftSPI (line 450) | class SoftSPI: method __init__ (line 453) | def __init__(self, *argv, **kwargs) -> None: method read (line 457) | def read(self, *args, **kwargs) -> Any: method readinto (line 460) | def readinto(self, *args, **kwargs) -> Any: method write (line 463) | def write(self, *args, **kwargs) -> Any: method deinit (line 469) | def deinit(self, *args, **kwargs) -> Any: method init (line 472) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 475) | def write_readinto(self, *args, **kwargs) -> Any: class Timer (line 479) | class Timer: method __init__ (line 482) | def __init__(self, *argv, **kwargs) -> None: method deinit (line 489) | def deinit(self, *args, **kwargs) -> Any: method init (line 492) | def init(self, *args, **kwargs) -> Any: class UART (line 496) | class UART: method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: method any (line 503) | def any(self, *args, **kwargs) -> Any: method read (line 506) | def read(self, *args, **kwargs) -> Any: method readinto (line 509) | def readinto(self, *args, **kwargs) -> Any: method readline (line 512) | def readline(self, *args, **kwargs) -> Any: method write (line 515) | def write(self, *args, **kwargs) -> Any: method deinit (line 522) | def deinit(self, *args, **kwargs) -> Any: method init (line 525) | def init(self, *args, **kwargs) -> Any: method irq (line 528) | def irq(self, *args, **kwargs) -> Any: method readchar (line 531) | def readchar(self, *args, **kwargs) -> Any: method sendbreak (line 534) | def sendbreak(self, *args, **kwargs) -> Any: method writechar (line 537) | def writechar(self, *args, **kwargs) -> Any: class WDT (line 541) | class WDT: method __init__ (line 544) | def __init__(self, *argv, **kwargs) -> None: method feed (line 548) | def feed(self, *args, **kwargs) -> Any: function bitstream (line 555) | def bitstream(*args, **kwargs) -> Any: function bootloader (line 559) | def bootloader(*args, **kwargs) -> Any: function deepsleep (line 563) | def deepsleep(*args, **kwargs) -> Any: function disable_irq (line 567) | def disable_irq(*args, **kwargs) -> Any: function enable_irq (line 571) | def enable_irq(*args, **kwargs) -> Any: function freq (line 575) | def freq(*args, **kwargs) -> Any: function idle (line 579) | def idle(*args, **kwargs) -> Any: function info (line 583) | def info(*args, **kwargs) -> Any: function lightsleep (line 587) | def lightsleep(*args, **kwargs) -> Any: function reset (line 596) | def reset(*args, **kwargs) -> Any: function reset_cause (line 600) | def reset_cause(*args, **kwargs) -> Any: function rng (line 604) | def rng(*args, **kwargs) -> Any: function sleep (line 608) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 612) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 616) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 620) | def unique_id(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/umachine.pyi class RTC (line 3) | class RTC: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method calibration (line 5) | def calibration(self, *args, **kwargs) -> Any: ... method datetime (line 6) | def datetime(self, *args, **kwargs) -> Any: ... method info (line 7) | def info(self, *args, **kwargs) -> Any: ... method init (line 8) | def init(self, *args, **kwargs) -> Any: ... method wakeup (line 9) | def wakeup(self, *args, **kwargs) -> Any: ... class ADC (line 11) | class ADC: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method read_u16 (line 17) | def read_u16(self, *args, **kwargs) -> Any: ... class I2C (line 22) | class I2C: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 24) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 25) | def start(self, *args, **kwargs) -> Any: ... method stop (line 26) | def stop(self, *args, **kwargs) -> Any: ... method write (line 27) | def write(self, *args, **kwargs) -> Any: ... method init (line 28) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 29) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 30) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 31) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 32) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 33) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 34) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 35) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 36) | def writevto(self, *args, **kwargs) -> Any: ... class I2S (line 38) | class I2S: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 40) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 41) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 46) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 47) | def init(self, *args, **kwargs) -> Any: ... method irq (line 48) | def irq(self, *args, **kwargs) -> Any: ... method shift (line 49) | def shift(self, *args, **kwargs) -> Any: ... class Pin (line 53) | class Pin: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: ... method dict (line 56) | def dict(cls, *args, **kwargs) -> Any: ... method value (line 57) | def value(self, *args, **kwargs) -> Any: ... method af (line 98) | def af(self, *args, **kwargs) -> Any: ... method af_list (line 99) | def af_list(self, *args, **kwargs) -> Any: ... class board (line 101) | class board: method __init__ (line 102) | def __init__(self, *argv, **kwargs) -> None: ... class cpu (line 153) | class cpu: method __init__ (line 154) | def __init__(self, *argv, **kwargs) -> None: ... method debug (line 203) | def debug(cls, *args, **kwargs) -> Any: ... method gpio (line 204) | def gpio(self, *args, **kwargs) -> Any: ... method high (line 205) | def high(self, *args, **kwargs) -> Any: ... method init (line 206) | def init(self, *args, **kwargs) -> Any: ... method irq (line 207) | def irq(self, *args, **kwargs) -> Any: ... method low (line 208) | def low(self, *args, **kwargs) -> Any: ... method mapper (line 210) | def mapper(cls, *args, **kwargs) -> Any: ... method mode (line 211) | def mode(self, *args, **kwargs) -> Any: ... method name (line 212) | def name(self, *args, **kwargs) -> Any: ... method names (line 213) | def names(self, *args, **kwargs) -> Any: ... method off (line 214) | def off(self, *args, **kwargs) -> Any: ... method on (line 215) | def on(self, *args, **kwargs) -> Any: ... method pin (line 216) | def pin(self, *args, **kwargs) -> Any: ... method port (line 217) | def port(self, *args, **kwargs) -> Any: ... method pull (line 218) | def pull(self, *args, **kwargs) -> Any: ... class SPI (line 222) | class SPI: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 224) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 225) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 226) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 229) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 230) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 231) | def write_readinto(self, *args, **kwargs) -> Any: ... class Signal (line 233) | class Signal: method __init__ (line 234) | def __init__(self, *argv, **kwargs) -> None: ... method value (line 235) | def value(self, *args, **kwargs) -> Any: ... method off (line 236) | def off(self, *args, **kwargs) -> Any: ... method on (line 237) | def on(self, *args, **kwargs) -> Any: ... class SoftI2C (line 239) | class SoftI2C: method __init__ (line 240) | def __init__(self, *argv, **kwargs) -> None: ... method readinto (line 241) | def readinto(self, *args, **kwargs) -> Any: ... method start (line 242) | def start(self, *args, **kwargs) -> Any: ... method stop (line 243) | def stop(self, *args, **kwargs) -> Any: ... method write (line 244) | def write(self, *args, **kwargs) -> Any: ... method init (line 245) | def init(self, *args, **kwargs) -> Any: ... method readfrom (line 246) | def readfrom(self, *args, **kwargs) -> Any: ... method readfrom_into (line 247) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 248) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method readfrom_mem_into (line 249) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method scan (line 250) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 251) | def writeto(self, *args, **kwargs) -> Any: ... method writeto_mem (line 252) | def writeto_mem(self, *args, **kwargs) -> Any: ... method writevto (line 253) | def writevto(self, *args, **kwargs) -> Any: ... class SoftSPI (line 255) | class SoftSPI: method __init__ (line 256) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 257) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 258) | def readinto(self, *args, **kwargs) -> Any: ... method write (line 259) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 262) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 263) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 264) | def write_readinto(self, *args, **kwargs) -> Any: ... class Timer (line 266) | class Timer: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... method deinit (line 270) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 271) | def init(self, *args, **kwargs) -> Any: ... class UART (line 273) | class UART: method __init__ (line 274) | def __init__(self, *argv, **kwargs) -> None: ... method any (line 275) | def any(self, *args, **kwargs) -> Any: ... method read (line 276) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 277) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 278) | def readline(self, *args, **kwargs) -> Any: ... method write (line 279) | def write(self, *args, **kwargs) -> Any: ... method deinit (line 283) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 284) | def init(self, *args, **kwargs) -> Any: ... method irq (line 285) | def irq(self, *args, **kwargs) -> Any: ... method readchar (line 286) | def readchar(self, *args, **kwargs) -> Any: ... method sendbreak (line 287) | def sendbreak(self, *args, **kwargs) -> Any: ... method writechar (line 288) | def writechar(self, *args, **kwargs) -> Any: ... class WDT (line 290) | class WDT: method __init__ (line 291) | def __init__(self, *argv, **kwargs) -> None: ... method feed (line 292) | def feed(self, *args, **kwargs) -> Any: ... function bitstream (line 296) | def bitstream(*args, **kwargs) -> Any: ... function bootloader (line 297) | def bootloader(*args, **kwargs) -> Any: ... function deepsleep (line 298) | def deepsleep(*args, **kwargs) -> Any: ... function disable_irq (line 299) | def disable_irq(*args, **kwargs) -> Any: ... function enable_irq (line 300) | def enable_irq(*args, **kwargs) -> Any: ... function freq (line 301) | def freq(*args, **kwargs) -> Any: ... function idle (line 302) | def idle(*args, **kwargs) -> Any: ... function info (line 303) | def info(*args, **kwargs) -> Any: ... function lightsleep (line 304) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 310) | def reset(*args, **kwargs) -> Any: ... function reset_cause (line 311) | def reset_cause(*args, **kwargs) -> Any: ... function rng (line 312) | def rng(*args, **kwargs) -> Any: ... function sleep (line 313) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 314) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 315) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 316) | def unique_id(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/uos.py function remove (line 9) | def remove(*args, **kwargs) -> Any: class VfsFat (line 16) | class VfsFat: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: method open (line 23) | def open(self, *args, **kwargs) -> Any: method remove (line 26) | def remove(self, *args, **kwargs) -> Any: method chdir (line 29) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 32) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 35) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 38) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 41) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 44) | def mount(self, *args, **kwargs) -> Any: method rename (line 47) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 50) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 53) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 56) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 59) | def umount(self, *args, **kwargs) -> Any: class VfsLfs2 (line 63) | class VfsLfs2: method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: method open (line 70) | def open(self, *args, **kwargs) -> Any: method remove (line 73) | def remove(self, *args, **kwargs) -> Any: method chdir (line 76) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 79) | def getcwd(self, *args, **kwargs) -> Any: method ilistdir (line 82) | def ilistdir(self, *args, **kwargs) -> Any: method mkdir (line 85) | def mkdir(self, *args, **kwargs) -> Any: method mkfs (line 88) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 91) | def mount(self, *args, **kwargs) -> Any: method rename (line 94) | def rename(self, *args, **kwargs) -> Any: method rmdir (line 97) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 100) | def stat(self, *args, **kwargs) -> Any: method statvfs (line 103) | def statvfs(self, *args, **kwargs) -> Any: method umount (line 106) | def umount(self, *args, **kwargs) -> Any: function chdir (line 110) | def chdir(*args, **kwargs) -> Any: function dupterm (line 114) | def dupterm(*args, **kwargs) -> Any: function getcwd (line 118) | def getcwd(*args, **kwargs) -> Any: function ilistdir (line 122) | def ilistdir(*args, **kwargs) -> Any: function listdir (line 126) | def listdir(*args, **kwargs) -> Any: function mkdir (line 130) | def mkdir(*args, **kwargs) -> Any: function mount (line 134) | def mount(*args, **kwargs) -> Any: function rename (line 138) | def rename(*args, **kwargs) -> Any: function rmdir (line 142) | def rmdir(*args, **kwargs) -> Any: function stat (line 146) | def stat(*args, **kwargs) -> Any: function statvfs (line 150) | def statvfs(*args, **kwargs) -> Any: function sync (line 154) | def sync(*args, **kwargs) -> Any: function umount (line 158) | def umount(*args, **kwargs) -> Any: function uname (line 162) | def uname(*args, **kwargs) -> Any: function unlink (line 166) | def unlink(*args, **kwargs) -> Any: function urandom (line 170) | def urandom(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/uos.pyi function remove (line 3) | def remove(*args, **kwargs) -> Any: ... class VfsFat (line 7) | class VfsFat: method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 9) | def open(self, *args, **kwargs) -> Any: ... method remove (line 10) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 11) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 12) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 13) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 14) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 15) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 16) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 17) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 18) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 19) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 20) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 21) | def umount(self, *args, **kwargs) -> Any: ... class VfsLfs2 (line 23) | class VfsLfs2: method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... method open (line 25) | def open(self, *args, **kwargs) -> Any: ... method remove (line 26) | def remove(self, *args, **kwargs) -> Any: ... method chdir (line 27) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 28) | def getcwd(self, *args, **kwargs) -> Any: ... method ilistdir (line 29) | def ilistdir(self, *args, **kwargs) -> Any: ... method mkdir (line 30) | def mkdir(self, *args, **kwargs) -> Any: ... method mkfs (line 31) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 32) | def mount(self, *args, **kwargs) -> Any: ... method rename (line 33) | def rename(self, *args, **kwargs) -> Any: ... method rmdir (line 34) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 35) | def stat(self, *args, **kwargs) -> Any: ... method statvfs (line 36) | def statvfs(self, *args, **kwargs) -> Any: ... method umount (line 37) | def umount(self, *args, **kwargs) -> Any: ... function chdir (line 39) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 40) | def dupterm(*args, **kwargs) -> Any: ... function getcwd (line 41) | def getcwd(*args, **kwargs) -> Any: ... function ilistdir (line 42) | def ilistdir(*args, **kwargs) -> Any: ... function listdir (line 43) | def listdir(*args, **kwargs) -> Any: ... function mkdir (line 44) | def mkdir(*args, **kwargs) -> Any: ... function mount (line 45) | def mount(*args, **kwargs) -> Any: ... function rename (line 46) | def rename(*args, **kwargs) -> Any: ... function rmdir (line 47) | def rmdir(*args, **kwargs) -> Any: ... function stat (line 48) | def stat(*args, **kwargs) -> Any: ... function statvfs (line 49) | def statvfs(*args, **kwargs) -> Any: ... function sync (line 50) | def sync(*args, **kwargs) -> Any: ... function umount (line 51) | def umount(*args, **kwargs) -> Any: ... function uname (line 52) | def uname(*args, **kwargs) -> Any: ... function unlink (line 53) | def unlink(*args, **kwargs) -> Any: ... function urandom (line 54) | def urandom(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/uplatform.py function libc_ver (line 9) | def libc_ver(*args, **kwargs) -> Any: function platform (line 13) | def platform(*args, **kwargs) -> Any: function python_compiler (line 17) | def python_compiler(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/uplatform.pyi function libc_ver (line 3) | def libc_ver(*args, **kwargs) -> Any: ... function platform (line 4) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 5) | def python_compiler(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/urandom.py function choice (line 9) | def choice(*args, **kwargs) -> Any: function getrandbits (line 13) | def getrandbits(*args, **kwargs) -> Any: function randint (line 17) | def randint(*args, **kwargs) -> Any: function random (line 21) | def random(*args, **kwargs) -> Any: function randrange (line 25) | def randrange(*args, **kwargs) -> Any: function seed (line 29) | def seed(*args, **kwargs) -> Any: function uniform (line 33) | def uniform(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/urandom.pyi function choice (line 3) | def choice(*args, **kwargs) -> Any: ... function getrandbits (line 4) | def getrandbits(*args, **kwargs) -> Any: ... function randint (line 5) | def randint(*args, **kwargs) -> Any: ... function random (line 6) | def random(*args, **kwargs) -> Any: ... function randrange (line 7) | def randrange(*args, **kwargs) -> Any: ... function seed (line 8) | def seed(*args, **kwargs) -> Any: ... function uniform (line 9) | def uniform(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/ure.py function compile (line 9) | def compile(*args, **kwargs) -> Any: function match (line 13) | def match(*args, **kwargs) -> Any: function search (line 17) | def search(*args, **kwargs) -> Any: function sub (line 21) | def sub(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/ure.pyi function compile (line 3) | def compile(*args, **kwargs) -> Any: ... function match (line 4) | def match(*args, **kwargs) -> Any: ... function search (line 5) | def search(*args, **kwargs) -> Any: ... function sub (line 6) | def sub(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/uselect.py function poll (line 14) | def poll(*args, **kwargs) -> Any: function select (line 18) | def select(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/uselect.pyi function poll (line 8) | def poll(*args, **kwargs) -> Any: ... function select (line 9) | def select(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/usocket.py function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 19) | class socket: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: method close (line 26) | def close(self, *args, **kwargs) -> Any: method read (line 29) | def read(self, *args, **kwargs) -> Any: method readinto (line 32) | def readinto(self, *args, **kwargs) -> Any: method readline (line 35) | def readline(self, *args, **kwargs) -> Any: method send (line 38) | def send(self, *args, **kwargs) -> Any: method write (line 41) | def write(self, *args, **kwargs) -> Any: method accept (line 44) | def accept(self, *args, **kwargs) -> Any: method bind (line 47) | def bind(self, *args, **kwargs) -> Any: method connect (line 50) | def connect(self, *args, **kwargs) -> Any: method listen (line 53) | def listen(self, *args, **kwargs) -> Any: method recv (line 56) | def recv(self, *args, **kwargs) -> Any: method recvfrom (line 59) | def recvfrom(self, *args, **kwargs) -> Any: method sendto (line 62) | def sendto(self, *args, **kwargs) -> Any: method setblocking (line 65) | def setblocking(self, *args, **kwargs) -> Any: method setsockopt (line 68) | def setsockopt(self, *args, **kwargs) -> Any: method settimeout (line 71) | def settimeout(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/usocket.pyi function getaddrinfo (line 9) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 11) | class socket: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method read (line 14) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 15) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 16) | def readline(self, *args, **kwargs) -> Any: ... method send (line 17) | def send(self, *args, **kwargs) -> Any: ... method write (line 18) | def write(self, *args, **kwargs) -> Any: ... method accept (line 19) | def accept(self, *args, **kwargs) -> Any: ... method bind (line 20) | def bind(self, *args, **kwargs) -> Any: ... method connect (line 21) | def connect(self, *args, **kwargs) -> Any: ... method listen (line 22) | def listen(self, *args, **kwargs) -> Any: ... method recv (line 23) | def recv(self, *args, **kwargs) -> Any: ... method recvfrom (line 24) | def recvfrom(self, *args, **kwargs) -> Any: ... method sendto (line 25) | def sendto(self, *args, **kwargs) -> Any: ... method setblocking (line 26) | def setblocking(self, *args, **kwargs) -> Any: ... method setsockopt (line 27) | def setsockopt(self, *args, **kwargs) -> Any: ... method settimeout (line 28) | def settimeout(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/ustruct.py function calcsize (line 9) | def calcsize(*args, **kwargs) -> Any: function pack (line 13) | def pack(*args, **kwargs) -> Any: function pack_into (line 17) | def pack_into(*args, **kwargs) -> Any: function unpack (line 21) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 25) | def unpack_from(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/ustruct.pyi function calcsize (line 3) | def calcsize(*args, **kwargs) -> Any: ... function pack (line 4) | def pack(*args, **kwargs) -> Any: ... function pack_into (line 5) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 6) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 7) | def unpack_from(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/usys.py function exit (line 12) | def exit(*args, **kwargs) -> Any: function print_exception (line 23) | def print_exception(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/usys.pyi function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function print_exception (line 14) | def print_exception(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/utime.py function gmtime (line 9) | def gmtime(*args, **kwargs) -> Any: function localtime (line 13) | def localtime(*args, **kwargs) -> Any: function mktime (line 17) | def mktime(*args, **kwargs) -> Any: function sleep (line 21) | def sleep(*args, **kwargs) -> Any: function sleep_ms (line 25) | def sleep_ms(*args, **kwargs) -> Any: function sleep_us (line 29) | def sleep_us(*args, **kwargs) -> Any: function ticks_add (line 33) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 37) | def ticks_cpu(*args, **kwargs) -> Any: function ticks_diff (line 41) | def ticks_diff(*args, **kwargs) -> Any: function ticks_ms (line 45) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 49) | def ticks_us(*args, **kwargs) -> Any: function time (line 53) | def time(*args, **kwargs) -> Any: function time_ns (line 57) | def time_ns(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/utime.pyi function gmtime (line 3) | def gmtime(*args, **kwargs) -> Any: ... function localtime (line 4) | def localtime(*args, **kwargs) -> Any: ... function mktime (line 5) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 6) | def sleep(*args, **kwargs) -> Any: ... function sleep_ms (line 7) | def sleep_ms(*args, **kwargs) -> Any: ... function sleep_us (line 8) | def sleep_us(*args, **kwargs) -> Any: ... function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 10) | def ticks_cpu(*args, **kwargs) -> Any: ... function ticks_diff (line 11) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_ms (line 12) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 13) | def ticks_us(*args, **kwargs) -> Any: ... function time (line 14) | def time(*args, **kwargs) -> Any: ... function time_ns (line 15) | def time_ns(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/utimeq.py class utimeq (line 9) | class utimeq: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method peektime (line 19) | def peektime(self, *args, **kwargs) -> Any: method push (line 22) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/utimeq.pyi class utimeq (line 3) | class utimeq: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 5) | def pop(self, *args, **kwargs) -> Any: ... method peektime (line 6) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 7) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/uzlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/uzlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_18-stm32/zlib.py class DecompIO (line 9) | class DecompIO: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method read (line 16) | def read(self, *args, **kwargs) -> Any: method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: method readline (line 22) | def readline(self, *args, **kwargs) -> Any: function decompress (line 26) | def decompress(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_18-stm32/zlib.pyi class DecompIO (line 3) | class DecompIO: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method read (line 5) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... function decompress (line 9) | def decompress(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19-docstubs/array.pyi class array (line 18) | class array: method __init__ (line 25) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 26) | def append(self, val) -> Incomplete: method extend (line 31) | def extend(self, iterable) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/binascii.pyi function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function a2b_base64 (line 34) | def a2b_base64(data) -> bytes: function b2a_base64 (line 42) | def b2a_base64(data, *, newline=True) -> bytes: FILE: stubs/micropython-v1_19-docstubs/bluetooth.pyi class BLE (line 24) | class BLE: method __init__ (line 29) | def __init__(self) -> None: ... method active (line 30) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method config (line 38) | def config(self, param, /) -> Tuple: method irq (line 101) | def irq(self, handler, /) -> int: method gap_advertise (line 296) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_scan (line 312) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gap_connect (line 347) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_disconnect (line 370) | def gap_disconnect(self, conn_handle, /) -> bool: method gatts_register_services (line 384) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 446) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 452) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 461) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 475) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gatts_set_buffer (line 487) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gattc_discover_services (line 499) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_discover_characteristics (line 509) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gattc_discover_descriptors (line 523) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_read (line 531) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_write (line 540) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_exchange_mtu (line 559) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method l2cap_listen (line 572) | def l2cap_listen(self, psm, mtu, /) -> Incomplete: method l2cap_connect (line 588) | def l2cap_connect(self, conn_handle, psm, mtu, /) -> None: method l2cap_disconnect (line 599) | def l2cap_disconnect(self, conn_handle, cid, /) -> None: method l2cap_send (line 605) | def l2cap_send(self, conn_handle, cid, buf, /) -> bool: method l2cap_recvinto (line 620) | def l2cap_recvinto(self, conn_handle, cid, buf, /) -> int: method gap_pair (line 639) | def gap_pair(self, conn_handle, /) -> Incomplete: method gap_passkey (line 649) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: class UUID (line 667) | class UUID: method __init__ (line 677) | def __init__(self, value, /) -> None: ... FILE: stubs/micropython-v1_19-docstubs/btree.pyi class btree (line 91) | class btree: method close (line 94) | def close(self) -> None: method flush (line 103) | def flush(self) -> Incomplete: method __getitem__ (line 108) | def __getitem__(self, key) -> Incomplete: method get (line 113) | def get(self, key, default=None, /) -> Incomplete: method __setitem__ (line 118) | def __setitem__(self, key, val) -> Incomplete: method __delitem__ (line 123) | def __delitem__(self, key) -> Incomplete: method __contains__ (line 128) | def __contains__(self, key) -> Incomplete: method __iter__ (line 133) | def __iter__(self) -> Incomplete: method keys (line 139) | def keys(self, start_key, end_key, flags: Optional[Any] = None) -> Inc... method values (line 155) | def values(self, start_key, end_key, flags: Optional[Any] = None) -> I... method items (line 171) | def items(self, start_key, end_key, flags: Optional[Any] = None) -> In... function open (line 188) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_19-docstubs/cmath.pyi function cos (line 25) | def cos(z) -> float: function exp (line 31) | def exp(z) -> float: function log (line 37) | def log(z) -> float: function log10 (line 43) | def log10(z) -> float: function phase (line 49) | def phase(z) -> float: function polar (line 55) | def polar(z) -> Tuple: function rect (line 61) | def rect(r, phi) -> float: function sin (line 67) | def sin(z) -> float: function sqrt (line 73) | def sqrt(z) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/collections.pyi class deque (line 19) | class deque(stdlib_deque): method __init__ (line 37) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 38) | def append(self, x) -> Incomplete: method popleft (line 44) | def popleft(self) -> Incomplete: class OrderedDict (line 51) | class OrderedDict(stdlib_OrderedDict): method __init__ (line 76) | def __init__(self, *args, **kwargs) -> None: ... function namedtuple (line 78) | def namedtuple(name, fields) -> stdlib_NamedTuple: FILE: stubs/micropython-v1_19-docstubs/cryptolib.pyi class aes (line 12) | class aes: method __init__ (line 13) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method encrypt (line 33) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 41) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/esp.pyi function sleep_type (line 16) | def sleep_type(sleep_type: Optional[Any] = None) -> Incomplete: function deepsleep (line 37) | def deepsleep(time_us=0, /) -> Incomplete: function flash_id (line 50) | def flash_id() -> Incomplete: function flash_size (line 58) | def flash_size() -> Incomplete: function flash_user_start (line 64) | def flash_user_start() -> Incomplete: function flash_read (line 70) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_write (line 71) | def flash_write(byte_offset, bytes) -> Incomplete: ... function flash_erase (line 72) | def flash_erase(sector_no) -> Incomplete: ... function osdebug (line 73) | def osdebug(level) -> None: function set_native_code_location (line 90) | def set_native_code_location(start, length) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/esp32.pyi class Partition (line 26) | class Partition: method __init__ (line 57) | def __init__(self, id, block_size=4096, /) -> None: ... method find (line 59) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method info (line 69) | def info(self) -> Tuple: method readblocks (line 74) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 75) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 76) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 83) | def set_boot(self) -> None: method get_next_update (line 88) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 96) | def mark_app_valid_cancel_rollback(cls) -> Incomplete: class RMT (line 109) | class RMT: method __init__ (line 126) | def __init__(self, channel, *, pin=None, clock_div=8, idle_level=False... method source_freq (line 127) | def source_freq(self) -> Incomplete: method clock_div (line 133) | def clock_div(self) -> Incomplete: method wait_done (line 139) | def wait_done(self, *, timeout=0) -> bool: method loop (line 147) | def loop(self, enable_loop) -> None: method write_pulses (line 155) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 185) | def bitstream_channel(value: Optional[Any] = None) -> int: class ULP (line 199) | class ULP: method __init__ (line 204) | def __init__(self) -> None: ... method set_wakeup_period (line 205) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 210) | def load_binary(self, load_addr, program_binary) -> None: method run (line 215) | def run(self, entry_point) -> Incomplete: class NVS (line 221) | class NVS: method __init__ (line 227) | def __init__(self, namespace) -> None: ... method set_i32 (line 228) | def set_i32(self, key, value) -> None: method get_i32 (line 233) | def get_i32(self, key) -> int: method set_blob (line 239) | def set_blob(self, key, value) -> None: method get_blob (line 247) | def get_blob(self, key, buffer) -> int: method erase_key (line 254) | def erase_key(self, key) -> Incomplete: method commit (line 259) | def commit(self) -> Incomplete: function wake_on_touch (line 265) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 272) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 280) | def wake_on_ext1(pins, level) -> None: function gpio_deep_sleep_hold (line 288) | def gpio_deep_sleep_hold(enable) -> None: function raw_temperature (line 295) | def raw_temperature() -> int: function hall_sensor (line 301) | def hall_sensor() -> int: function idf_heap_info (line 307) | def idf_heap_info(capabilities) -> List[Tuple]: FILE: stubs/micropython-v1_19-docstubs/framebuf.pyi class FrameBuffer (line 51) | class FrameBuffer: method __init__ (line 77) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method fill (line 78) | def fill(self, c) -> None: method pixel (line 83) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method hline (line 89) | def hline(self, x, y, w, c) -> Incomplete: ... method vline (line 90) | def vline(self, x, y, h, c) -> Incomplete: ... method line (line 91) | def line(self, x1, y1, x2, y2, c) -> None: method rect (line 100) | def rect(self, x, y, w, h, c) -> Incomplete: ... method fill_rect (line 101) | def fill_rect(self, x, y, w, h, c) -> None: method text (line 108) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method scroll (line 116) | def scroll(self, xstep, ystep) -> Incomplete: method blit (line 122) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: FILE: stubs/micropython-v1_19-docstubs/gc.pyi function enable (line 14) | def enable() -> None: function disable (line 20) | def disable() -> None: function collect (line 27) | def collect() -> None: function mem_alloc (line 33) | def mem_alloc() -> int: function mem_free (line 43) | def mem_free() -> int: function threshold (line 54) | def threshold(amount: Optional[Any] = None) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/hashlib.pyi class sha256 (line 32) | class sha256: method __init__ (line 37) | def __init__(self, data: Optional[Any] = None) -> None: ... class sha1 (line 39) | class sha1: method __init__ (line 44) | def __init__(self, data: Optional[Any] = None) -> None: ... class md5 (line 46) | class md5: method __init__ (line 51) | def __init__(self, data: Optional[Any] = None) -> None: ... class hash (line 53) | class hash: method update (line 56) | def update(self, data) -> Incomplete: method digest (line 61) | def digest(self) -> bytes: method hexdigest (line 67) | def hexdigest(self) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/heapq.pyi function heappush (line 19) | def heappush(heap, item) -> Incomplete: function heappop (line 25) | def heappop(heap) -> Incomplete: function heapify (line 34) | def heapify(x) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/io.pyi class FileIO (line 18) | class FileIO(IO): method __init__ (line 24) | def __init__(self, *args, **kwargs) -> None: ... class TextIOWrapper (line 26) | class TextIOWrapper(IO): method __init__ (line 32) | def __init__(self, *args, **kwargs) -> None: ... class StringIO (line 34) | class StringIO(IO): method __init__ (line 35) | def __init__(self, string: Optional[Any] = None) -> None: ... class BytesIO (line 37) | class BytesIO(IO): method __init__ (line 50) | def __init__(self, string: Optional[Any] = None) -> None: ... method getvalue (line 51) | def getvalue(self) -> Incomplete: function open (line 57) | def open(name, mode="r", **kwargs) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/json.pyi function dump (line 16) | def dump(obj, stream, separators=None) -> Incomplete: function dumps (line 26) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Incomplete: function loads (line 45) | def loads(str) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/lcd160cr.pyi class LCD160CR (line 39) | class LCD160CR: method __init__ (line 82) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method rgb (line 84) | def rgb(r, g, b) -> int: method clip_line (line 93) | def clip_line(data, w, h) -> Incomplete: method set_power (line 98) | def set_power(self, on) -> None: method set_orient (line 104) | def set_orient(self, orient) -> None: method set_brightness (line 110) | def set_brightness(self, value) -> None: method set_i2c_addr (line 115) | def set_i2c_addr(self, addr) -> None: method set_uart_baudrate (line 121) | def set_uart_baudrate(self, baudrate) -> None: method set_startup_deco (line 126) | def set_startup_deco(self, value) -> None: method save_to_flash (line 132) | def save_to_flash(self) -> Incomplete: method set_pixel (line 138) | def set_pixel(self, x, y, c) -> None: method get_pixel (line 144) | def get_pixel(self, x, y) -> Incomplete: method get_line (line 149) | def get_line(self, x, y, buf) -> Incomplete: method screen_dump (line 157) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Incomplete: method screen_load (line 167) | def screen_load(self, buf) -> None: method set_pos (line 172) | def set_pos(self, x, y) -> None: method set_text_color (line 178) | def set_text_color(self, fg, bg) -> None: method set_font (line 183) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method write (line 203) | def write(self, s) -> None: method set_pen (line 210) | def set_pen(self, line, fill) -> None: method erase (line 215) | def erase(self) -> Incomplete: method dot (line 220) | def dot(self, x, y) -> None: method rect (line 225) | def rect(self, x, y, w, h) -> Incomplete: ... method rect_outline (line 226) | def rect_outline(self, x, y, w, h) -> Incomplete: ... method rect_interior (line 227) | def rect_interior(self, x, y, w, h) -> None: method line (line 235) | def line(self, x1, y1, x2, y2) -> None: method dot_no_clip (line 240) | def dot_no_clip(self, x, y) -> Incomplete: ... method rect_no_clip (line 241) | def rect_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_outline_no_clip (line 242) | def rect_outline_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_interior_no_clip (line 243) | def rect_interior_no_clip(self, x, y, w, h) -> Incomplete: ... method line_no_clip (line 244) | def line_no_clip(self, x1, y1, x2, y2) -> Incomplete: method poly_dot (line 251) | def poly_dot(self, data) -> None: method poly_line (line 258) | def poly_line(self, data) -> Incomplete: method touch_config (line 263) | def touch_config(self, calib=False, save=False, irq=None) -> None: method is_touched (line 278) | def is_touched(self) -> bool: method get_touch (line 284) | def get_touch(self) -> Tuple: method set_spi_win (line 291) | def set_spi_win(self, x, y, w, h) -> None: method fast_spi (line 296) | def fast_spi(self, flush=True) -> SPI: method show_framebuf (line 309) | def show_framebuf(self, buf) -> None: method set_scroll (line 320) | def set_scroll(self, on) -> None: method set_scroll_win (line 326) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 343) | def set_scroll_win_param(self, win, param, value) -> Incomplete: method set_scroll_buf (line 353) | def set_scroll_buf(self, s) -> None: method jpeg (line 359) | def jpeg(self, buf) -> None: method jpeg_start (line 367) | def jpeg_start(self, total_len) -> Incomplete: ... method jpeg_data (line 368) | def jpeg_data(self, buf) -> None: method feed_wdt (line 376) | def feed_wdt(self) -> Incomplete: method reset (line 383) | def reset(self) -> None: FILE: stubs/micropython-v1_19-docstubs/machine.pyi class Pin (line 56) | class Pin: method __init__ (line 173) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method init (line 174) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 183) | def value(self, x: Optional[Any] = None) -> int: method __call__ (line 216) | def __call__(self, x: Optional[Any] = None) -> Incomplete: method on (line 223) | def on(self) -> None: method off (line 228) | def off(self) -> None: method irq (line 233) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 277) | def low(self) -> None: method high (line 284) | def high(self) -> None: method mode (line 291) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method pull (line 299) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method drive (line 307) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class Signal (line 316) | class Signal(Pin): method __init__ (line 337) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 338) | def value(self, x: Optional[Any] = None) -> int: method on (line 357) | def on(self) -> None: method off (line 362) | def off(self) -> None: class ADC (line 368) | class ADC: method __init__ (line 384) | def __init__(self, id, *, sample_ns: Optional[int] = 0, atten: Optiona... method init (line 385) | def init(self, *, sample_ns, atten) -> Incomplete: method block (line 392) | def block(self) -> Incomplete: method read_u16 (line 401) | def read_u16(self) -> int: method read_uv (line 408) | def read_uv(self) -> int: class ADCBlock (line 416) | class ADCBlock: method __init__ (line 426) | def __init__(self, id, *, bits) -> None: ... method init (line 427) | def init(self, *, bits) -> None: method connect (line 433) | def connect(self, channel, source) -> Incomplete: class PWM (line 451) | class PWM: method __init__ (line 468) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method init (line 469) | def init(self, *, freq, duty_u16, duty_ns) -> None: method deinit (line 475) | def deinit(self) -> None: method freq (line 480) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 490) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 501) | def duty_ns(self, value: Optional[Any] = None) -> int: class UART (line 511) | class UART: method __init__ (line 522) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 523) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method deinit (line 568) | def deinit(self) -> None: method any (line 573) | def any(self) -> int: method read (line 587) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 597) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 607) | def readline(self) -> None: method write (line 615) | def write(self, buf) -> int: method sendbreak (line 622) | def sendbreak(self) -> None: method irq (line 628) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... class SPI (line 655) | class SPI: method __init__ (line 673) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 674) | def init( method deinit (line 699) | def deinit(self) -> None: method read (line 704) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 711) | def readinto(self, buf, write=0x00) -> int: method write (line 720) | def write(self, buf) -> int: method write_readinto (line 728) | def write_readinto(self, write_buf, read_buf) -> int: class SoftSPI (line 739) | class SoftSPI: method __init__ (line 750) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... class I2C (line 752) | class I2C: method __init__ (line 768) | def __init__( method init (line 771) | def init(self, scl, sda, *, freq=400000) -> None: method deinit (line 780) | def deinit(self) -> None: method scan (line 787) | def scan(self) -> List: method start (line 794) | def start(self) -> None: method stop (line 799) | def stop(self) -> None: method readinto (line 804) | def readinto(self, buf, nack=True, /) -> Incomplete: method write (line 813) | def write(self, buf) -> int: method readfrom (line 820) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 827) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method writeto (line 836) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 845) | def writevto(self, addr, vector, stop=True, /) -> int: method readfrom_mem (line 860) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 868) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method writeto_mem (line 879) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: class SoftI2C (line 890) | class SoftI2C(I2C): method __init__ (line 903) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class I2S (line 905) | class I2S: method __init__ (line 939) | def __init__(self, id, *, sck, ws, sd, mck=None, mode, bits, format, r... method init (line 940) | def init(self, sck, *args, **kwargs) -> Incomplete: method deinit (line 945) | def deinit(self) -> Incomplete: method readinto (line 950) | def readinto(self, buf) -> int: method write (line 958) | def write(self, buf) -> int: method irq (line 966) | def irq(self, handler) -> Incomplete: method shift (line 974) | def shift(*, buf, bits, shift) -> Incomplete: class RTC (line 982) | class RTC: method __init__ (line 989) | def __init__(self, id=0, *args, **kwargs) -> None: ... method datetime (line 990) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1005) | def init(self, datetime) -> None: method now (line 1012) | def now(self) -> Tuple: method deinit (line 1017) | def deinit(self) -> None: method alarm (line 1022) | def alarm(self, id, time, *, repeat=False) -> None: method alarm_left (line 1029) | def alarm_left(self, alarm_id=0) -> int: method cancel (line 1034) | def cancel(self, alarm_id=0) -> None: method irq (line 1039) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: class Timer (line 1050) | class Timer: method __init__ (line 1063) | def __init__(self, id=-1, *args, **kwargs) -> None: ... method init (line 1064) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method deinit (line 1095) | def deinit(self) -> None: class WDT (line 1101) | class WDT: method __init__ (line 1110) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 1111) | def feed(self) -> None: class SD (line 1119) | class SD: method __init__ (line 1124) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 1125) | def init(self, id=0, pins=("GP10", "GP11", "GP15")) -> None: method deinit (line 1131) | def deinit(self) -> None: class SDCard (line 1137) | class SDCard: method __init__ (line 1168) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... function reset (line 1170) | def reset() -> NoReturn: function soft_reset (line 1177) | def soft_reset() -> NoReturn: function reset_cause (line 1185) | def reset_cause() -> int: function bootloader (line 1191) | def bootloader(value: Optional[Any] = None) -> None: function disable_irq (line 1201) | def disable_irq() -> Incomplete: function enable_irq (line 1210) | def enable_irq(state) -> Incomplete: function freq (line 1218) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 1226) | def idle() -> Incomplete: function sleep (line 1235) | def sleep() -> Incomplete: function lightsleep (line 1241) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function deepsleep (line 1266) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 1291) | def wake_reason() -> Incomplete: function unique_id (line 1299) | def unique_id() -> bytes: function time_pulse_us (line 1308) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function bitstream (line 1326) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function rng (line 1350) | def rng() -> int: FILE: stubs/micropython-v1_19-docstubs/math.pyi function acos (line 27) | def acos(x) -> float: function acosh (line 33) | def acosh(x) -> float: function asin (line 39) | def asin(x) -> float: function asinh (line 45) | def asinh(x) -> float: function atan (line 51) | def atan(x) -> float: function atan2 (line 57) | def atan2(y, x) -> float: function atanh (line 63) | def atanh(x) -> float: function ceil (line 69) | def ceil(x) -> int: function copysign (line 75) | def copysign(x, y) -> Incomplete: function cos (line 81) | def cos(x) -> float: function cosh (line 87) | def cosh(x) -> float: function degrees (line 93) | def degrees(x) -> Incomplete: function erf (line 99) | def erf(x) -> Incomplete: function erfc (line 105) | def erfc(x) -> Incomplete: function exp (line 111) | def exp(x) -> float: function expm1 (line 117) | def expm1(x) -> Incomplete: function fabs (line 123) | def fabs(x) -> Incomplete: function floor (line 129) | def floor(x) -> int: function fmod (line 135) | def fmod(x, y) -> Incomplete: function frexp (line 141) | def frexp(x) -> Incomplete: function gamma (line 150) | def gamma(x) -> Incomplete: function isfinite (line 156) | def isfinite(x) -> bool: function isinf (line 162) | def isinf(x) -> bool: function isnan (line 168) | def isnan(x) -> bool: function ldexp (line 174) | def ldexp(x, exp) -> Incomplete: function lgamma (line 180) | def lgamma(x) -> float: function log (line 186) | def log(x) -> float: function log10 (line 192) | def log10(x) -> float: function log2 (line 198) | def log2(x) -> float: function modf (line 204) | def modf(x) -> Tuple: function pow (line 211) | def pow(x, y) -> Incomplete: function radians (line 217) | def radians(x) -> Incomplete: function sin (line 223) | def sin(x) -> float: function sinh (line 229) | def sinh(x) -> float: function sqrt (line 235) | def sqrt(x) -> Incomplete: function tan (line 241) | def tan(x) -> float: function tanh (line 247) | def tanh(x) -> float: function trunc (line 253) | def trunc(x) -> int: FILE: stubs/micropython-v1_19-docstubs/micropython.pyi function const (line 14) | def const(expr: Const_T) -> Const_T: function opt_level (line 36) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 56) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 69) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 80) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 91) | def stack_use() -> int: function heap_lock (line 99) | def heap_lock() -> int: ... function heap_unlock (line 100) | def heap_unlock() -> int: ... function heap_locked (line 101) | def heap_locked() -> bool: function kbd_intr (line 123) | def kbd_intr(chr) -> None: function schedule (line 136) | def schedule(func, arg) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/neopixel.pyi class NeoPixel (line 19) | class NeoPixel: method __init__ (line 29) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method fill (line 30) | def fill(self, pixel) -> None: method __len__ (line 36) | def __len__(self) -> int: method __setitem__ (line 41) | def __setitem__(self, index, val) -> None: method __getitem__ (line 46) | def __getitem__(self, index) -> Tuple: method write (line 51) | def write(self) -> None: FILE: stubs/micropython-v1_19-docstubs/network.pyi class AbstractNIC (line 47) | class AbstractNIC: method __init__ (line 54) | def __init__(self, id=None, *args, **kwargs) -> None: ... method active (line 55) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 64) | def connect(self, service_id: Optional[Any] = None, key: Optional[Any]... method disconnect (line 81) | def disconnect(self) -> None: method isconnected (line 86) | def isconnected(self) -> bool: method scan (line 91) | def scan(self, *args, **kwargs) -> List[Tuple]: method status (line 108) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 124) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 134) | def config(self, param) -> Incomplete: class WLAN (line 152) | class WLAN: method __init__ (line 161) | def __init__(self, interface_id) -> None: ... method active (line 162) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 169) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 177) | def disconnect(self) -> None: method scan (line 182) | def scan(self) -> List[Tuple]: method status (line 210) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 228) | def isconnected(self) -> bool: method ifconfig (line 235) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 245) | def config(self, *args, **kwargs) -> Incomplete: class WLANWiPy (line 279) | class WLANWiPy: method __init__ (line 302) | def __init__(self, id=0, *args, **kwargs) -> None: ... method init (line 303) | def init(self, mode, *, ssid, auth, channel, antenna) -> Incomplete: method connect (line 330) | def connect(self, ssid, *, auth=None, bssid=None, timeout=None) -> None: method scan (line 344) | def scan(self) -> List[Tuple]: method disconnect (line 350) | def disconnect(self) -> None: method isconnected (line 355) | def isconnected(self) -> bool: method ifconfig (line 361) | def ifconfig(self, if_id=0, config: Union[str, Tuple] = "dhcp") -> Tuple: method mode (line 373) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method ssid (line 378) | def ssid(self, ssid: Optional[Any] = None) -> Incomplete: method auth (line 383) | def auth(self, auth: Optional[Any] = None) -> Incomplete: method channel (line 388) | def channel(self, channel: Optional[Any] = None) -> Incomplete: method antenna (line 393) | def antenna(self, antenna: Optional[Any] = None) -> Incomplete: method mac (line 398) | def mac(self, mac_addr: Optional[Any] = None) -> bytes: method irq (line 403) | def irq(self, *, handler, wake) -> Incomplete: class CC3K (line 415) | class CC3K: method __init__ (line 438) | def __init__(self, spi, pin_cs, pin_en, pin_irq) -> None: ... method connect (line 439) | def connect(self, ssid, key=None, *, security=WPA2, bssid=None) -> None: method disconnect (line 445) | def disconnect(self) -> None: method isconnected (line 450) | def isconnected(self) -> bool: method ifconfig (line 456) | def ifconfig(self) -> Tuple: method patch_version (line 462) | def patch_version(self) -> Incomplete: method patch_program (line 467) | def patch_program(self, cmd: str, /) -> Incomplete: class WIZNET5K (line 474) | class WIZNET5K: method __init__ (line 492) | def __init__(self, spi, pin_cs, pin_rst) -> None: ... method isconnected (line 493) | def isconnected(self) -> bool: method ifconfig (line 499) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method regs (line 510) | def regs(self) -> Incomplete: class LAN (line 516) | class LAN: method __init__ (line 537) | def __init__(self, id, *, phy_type=0, phy_addr=0, phy_clock=0) -> None... method active (line 538) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 545) | def isconnected(self) -> bool: method status (line 551) | def status(self) -> Incomplete: method ifconfig (line 556) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 567) | def config(self, config_parameters) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/os.pyi class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method mkfs (line 28) | def mkfs(block_dev) -> None: class VfsLfs1 (line 34) | class VfsLfs1: method __init__ (line 44) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32) ... method mkfs (line 46) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class VfsLfs2 (line 55) | class VfsLfs2: method __init__ (line 73) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method mkfs (line 75) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class AbstractBlockDev (line 84) | class AbstractBlockDev: method __init__ (line 90) | def __init__(self, *args, **kwargs) -> None: ... method readblocks (line 91) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 106) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 127) | def ioctl(self, op, arg) -> int: function uname (line 160) | def uname() -> uname_result: function urandom (line 174) | def urandom(n) -> bytes: function chdir (line 181) | def chdir(path) -> Incomplete: function getcwd (line 187) | def getcwd() -> Incomplete: function ilistdir (line 193) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 214) | def listdir(dir: Optional[Any] = None) -> Incomplete: function mkdir (line 220) | def mkdir(path) -> Incomplete: function remove (line 226) | def remove(path) -> None: function rmdir (line 232) | def rmdir(path) -> None: function rename (line 238) | def rename(old_path, new_path) -> None: function stat (line 244) | def stat(path) -> Incomplete: function statvfs (line 250) | def statvfs(path) -> Tuple: function sync (line 273) | def sync() -> None: function dupterm (line 279) | def dupterm(stream_object, index=0, /) -> IO: function mount (line 302) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function umount (line 320) | def umount(mount_point) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/pyb.pyi class Accel (line 43) | class Accel: method __init__ (line 48) | def __init__(self) -> None: ... method filtered_xyz (line 49) | def filtered_xyz(self) -> Tuple: method tilt (line 59) | def tilt(self) -> Incomplete: method x (line 64) | def x(self) -> Incomplete: method y (line 69) | def y(self) -> Incomplete: method z (line 74) | def z(self) -> Incomplete: class ADC (line 80) | class ADC: method __init__ (line 86) | def __init__(self, pin) -> None: ... method read (line 87) | def read(self) -> Incomplete: method read_timed (line 93) | def read_timed(self, buf, timer) -> Incomplete: method read_timed_multi (line 130) | def read_timed_multi(self, adcs, bufs, timer) -> bool: class CAN (line 183) | class CAN: method __init__ (line 229) | def __init__( method init (line 232) | def init( method deinit (line 305) | def deinit(self) -> None: method restart (line 310) | def restart(self) -> Incomplete: method state (line 322) | def state(self) -> Incomplete: method info (line 337) | def info(self, list: Optional[Any] = None) -> Incomplete: method setfilter (line 360) | def setfilter(self, bank, mode, fifo, params, *, rtr=None, extframe=Fa... method clearfilter (line 416) | def clearfilter(self, bank, extframe=False) -> None: method any (line 425) | def any(self, fifo) -> bool: method recv (line 430) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method send (line 465) | def send(self, data, id, *, timeout=0, rtr=False, extframe=False, fdf=... method rxcallback (line 493) | def rxcallback(self, fifo, fun) -> None: class DAC (line 529) | class DAC: method __init__ (line 561) | def __init__(self, port, bits=8, *, buffering=None) -> None: ... method init (line 562) | def init(self, bits=8, *, buffering=None) -> Incomplete: method deinit (line 569) | def deinit(self) -> Incomplete: method noise (line 574) | def noise(self, freq) -> None: method triangle (line 580) | def triangle(self, freq) -> None: method write (line 587) | def write(self, value) -> Incomplete: method write_timed (line 594) | def write_timed(self, data, freq, *, mode=NORMAL) -> Incomplete: class ExtInt (line 616) | class ExtInt: method __init__ (line 640) | def __init__(self, pin, mode, pull, callback) -> None: ... method regs (line 642) | def regs(cls) -> Incomplete: method disable (line 647) | def disable(self) -> None: method enable (line 653) | def enable(self) -> None: method line (line 658) | def line(self) -> int: method swint (line 663) | def swint(self) -> Incomplete: class Flash (line 669) | class Flash: method __init__ (line 680) | def __init__(self) -> None: ... method readblocks (line 681) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 682) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 683) | def ioctl(self, cmd, arg) -> Incomplete: class I2C (line 691) | class I2C: method __init__ (line 717) | def __init__( method deinit (line 720) | def deinit(self) -> None: method init (line 725) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method is_ready (line 738) | def is_ready(self, addr) -> Incomplete: method mem_read (line 743) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 757) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 771) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method send (line 784) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method scan (line 795) | def scan(self) -> List: class LCD (line 802) | class LCD: method __init__ (line 808) | def __init__(self, skin_position) -> None: ... method command (line 809) | def command(self, instr_data, buf) -> None: method contrast (line 816) | def contrast(self, value) -> None: method fill (line 821) | def fill(self, colour) -> None: method get (line 828) | def get(self, x, y) -> int: method light (line 835) | def light(self, value) -> None: method pixel (line 840) | def pixel(self, x, y, colour) -> None: method show (line 847) | def show(self) -> None: method text (line 852) | def text(self, str, x, y, colour) -> None: method write (line 859) | def write(self, str) -> None: class LED (line 865) | class LED: method __init__ (line 872) | def __init__(self, id) -> None: ... method intensity (line 873) | def intensity(self, value: Optional[Any] = None) -> None: method off (line 886) | def off(self) -> None: method on (line 891) | def on(self) -> None: method toggle (line 896) | def toggle(self) -> Incomplete: class Pin (line 903) | class Pin: method __init__ (line 927) | def __init__(self, id, *args, **kwargs) -> None: ... method debug (line 929) | def debug(cls, state: Optional[Any] = None) -> bool: method dict (line 935) | def dict(cls, dict: Optional[Any] = None) -> Incomplete: method mapper (line 941) | def mapper(cls, fun: Optional[Any] = None) -> Incomplete: method init (line 946) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method value (line 974) | def value(self, value: Optional[Any] = None) -> int: method __str__ (line 984) | def __str__(self) -> str: method af (line 989) | def af(self) -> Incomplete: method af_list (line 996) | def af_list(self) -> List: method gpio (line 1001) | def gpio(self) -> int: method mode (line 1006) | def mode(self) -> Incomplete: method name (line 1013) | def name(self) -> str: method names (line 1018) | def names(self) -> str: method pin (line 1023) | def pin(self) -> int: method port (line 1028) | def port(self) -> Incomplete: method pull (line 1033) | def pull(self) -> Incomplete: class Switch (line 1041) | class Switch(Pin): method __init__ (line 1046) | def __init__(self) -> None: ... method __call__ (line 1047) | def __call__(self) -> Incomplete: method value (line 1053) | def value(self) -> bool: method callback (line 1058) | def callback(self, fun) -> None: class pinaf (line 1065) | class pinaf: method __str__ (line 1068) | def __str__(self) -> str: method index (line 1073) | def index(self) -> int: method name (line 1078) | def name(self) -> str: method reg (line 1083) | def reg(self) -> Incomplete: class RTC (line 1091) | class RTC: method __init__ (line 1096) | def __init__(self) -> None: ... method datetime (line 1097) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method wakeup (line 1114) | def wakeup(self, timeout, callback=None) -> None: method info (line 1126) | def info(self) -> Incomplete: method calibration (line 1136) | def calibration(self, cal) -> int: class Servo (line 1154) | class Servo: method __init__ (line 1159) | def __init__(self, id) -> None: ... method angle (line 1160) | def angle(self, angle: Optional[Any] = None, time=0) -> Incomplete: method speed (line 1172) | def speed(self, speed: Optional[Any] = None, time=0) -> Incomplete: method pulse_width (line 1183) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method calibration (line 1191) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... class SPI (line 1206) | class SPI: method __init__ (line 1229) | def __init__( method deinit (line 1232) | def deinit(self) -> None: method init (line 1237) | def init(self, mode, baudrate=328125, *, prescaler=-1, polarity=1, pha... method recv (line 1264) | def recv(self, recv, *, timeout=5000) -> bytes: method send (line 1276) | def send(self, send, *, timeout=5000) -> None: method send_recv (line 1286) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: class Timer (line 1300) | class Timer: method __init__ (line 1313) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 1314) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method deinit (line 1362) | def deinit(self) -> None: method callback (line 1372) | def callback(self, fun) -> None: method channel (line 1379) | def channel(self, channel, mode, pin=None, *args) -> Incomplete: method counter (line 1454) | def counter(self, value: Optional[Any] = None) -> Incomplete: method freq (line 1459) | def freq(self, value: Optional[Any] = None) -> Incomplete: method period (line 1464) | def period(self, value: Optional[Any] = None) -> Incomplete: method prescaler (line 1469) | def prescaler(self, value: Optional[Any] = None) -> Incomplete: method source_freq (line 1474) | def source_freq(self) -> Incomplete: class timerchannel (line 1480) | class timerchannel: method callback (line 1483) | def callback(self, fun) -> None: method capture (line 1490) | def capture(self, value: Optional[Any] = None) -> Incomplete: method compare (line 1497) | def compare(self, value: Optional[Any] = None) -> Incomplete: method pulse_width (line 1504) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method pulse_width_percent (line 1514) | def pulse_width_percent(self, value: Optional[Any] = None) -> Incomplete: class UART (line 1524) | class UART: method __init__ (line 1564) | def __init__( method init (line 1567) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method deinit (line 1592) | def deinit(self) -> None: method any (line 1597) | def any(self) -> int: method read (line 1602) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readchar (line 1618) | def readchar(self) -> int: method readinto (line 1625) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1634) | def readline(self) -> None: method write (line 1643) | def write(self, buf) -> int: method writechar (line 1654) | def writechar(self, char) -> None: method sendbreak (line 1660) | def sendbreak(self) -> None: class USB_HID (line 1668) | class USB_HID: method __init__ (line 1673) | def __init__(self) -> None: ... method recv (line 1674) | def recv(self, data, *, timeout=5000) -> int: method send (line 1686) | def send(self, data) -> None: class USB_VCP (line 1695) | class USB_VCP: method __init__ (line 1707) | def __init__(self, id=0) -> None: ... method init (line 1708) | def init(self, *, flow=-1) -> None: method setinterrupt (line 1715) | def setinterrupt(self, chr) -> None: method isconnected (line 1725) | def isconnected(self) -> bool: method any (line 1730) | def any(self) -> bool: method close (line 1735) | def close(self) -> Incomplete: method read (line 1741) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1751) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1762) | def readline(self) -> bytes: method readlines (line 1770) | def readlines(self) -> List: method write (line 1779) | def write(self, buf) -> int: method recv (line 1786) | def recv(self, data, *, timeout=5000) -> int: method send (line 1798) | def send(self, data, *, timeout=5000) -> int: method irq (line 1808) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: function delay (line 1820) | def delay(ms) -> None: function udelay (line 1826) | def udelay(us) -> None: function millis (line 1832) | def millis() -> int: function micros (line 1846) | def micros() -> int: function elapsed_millis (line 1860) | def elapsed_millis(start) -> int: function elapsed_micros (line 1875) | def elapsed_micros(start) -> int: function hard_reset (line 1891) | def hard_reset() -> NoReturn: function bootloader (line 1898) | def bootloader() -> None: function fault_debug (line 1904) | def fault_debug(value) -> None: function disable_irq (line 1919) | def disable_irq() -> Incomplete: function enable_irq (line 1928) | def enable_irq(state=True) -> None: function freq (line 1938) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function wfi (line 1978) | def wfi() -> None: function stop (line 1990) | def stop() -> Incomplete: function standby (line 2002) | def standby() -> Incomplete: function have_cdc (line 2015) | def have_cdc() -> bool: function hid (line 2023) | def hid(hidtuple: Tuple) -> Incomplete: function info (line 2032) | def info(dump_alloc_table: Optional[Any] = None) -> None: function main (line 2038) | def main(filename) -> None: function mount (line 2047) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function repl_uart (line 2082) | def repl_uart(uart) -> UART: function rng (line 2088) | def rng() -> int: function sync (line 2094) | def sync() -> None: function unique_id (line 2100) | def unique_id() -> str: function usb_mode (line 2106) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... FILE: stubs/micropython-v1_19-docstubs/random.pyi function getrandbits (line 35) | def getrandbits(n) -> int: function randint (line 41) | def randint(a, b) -> int: function randrange (line 47) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 57) | def random() -> int: function uniform (line 63) | def uniform(a, b) -> int: function seed (line 70) | def seed(n=None, /) -> None: function choice (line 82) | def choice(sequence) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/rp2.pyi class PIOASMError (line 25) | class PIOASMError(Exception): class Flash (line 31) | class Flash: method __init__ (line 36) | def __init__(self) -> None: ... method readblocks (line 37) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 38) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 39) | def ioctl(self, cmd, arg) -> Incomplete: class PIO (line 47) | class PIO: method __init__ (line 99) | def __init__(self, id) -> None: ... method add_program (line 100) | def add_program(self, program) -> Incomplete: method remove_program (line 109) | def remove_program(self, program: Optional[Any] = None) -> None: method state_machine (line 118) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method irq (line 129) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: class StateMachine (line 139) | class StateMachine: method __init__ (line 149) | def __init__(self, id, program, *args, **kwargs) -> None: ... method init (line 150) | def init( method active (line 197) | def active(self, value: Optional[Any] = None) -> Incomplete: method restart (line 207) | def restart(self) -> Incomplete: method exec (line 221) | def exec(self, instr) -> Incomplete: method get (line 229) | def get(self, buf=None, shift=0) -> Incomplete: method put (line 240) | def put(self, value, shift=0) -> Incomplete: method rx_fifo (line 251) | def rx_fifo(self) -> int: method tx_fifo (line 260) | def tx_fifo(self) -> int: method irq (line 269) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: function asm_pio (line 277) | def asm_pio( function asm_pio_encode (line 326) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/select.pyi class poll (line 17) | class poll: method __init__ (line 22) | def __init__(self) -> None: ... method register (line 23) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 42) | def unregister(self, obj) -> Incomplete: method modify (line 47) | def modify(self, obj, eventmask) -> None: method poll (line 53) | def poll(self, timeout=-1, /) -> List: method ipoll (line 76) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: function select (line 94) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: FILE: stubs/micropython-v1_19-docstubs/socket.pyi class socket (line 64) | class socket: method __init__ (line 78) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 79) | def close(self) -> Incomplete: method bind (line 89) | def bind(self, address) -> Incomplete: method listen (line 94) | def listen(self, backlog: Optional[Any] = None) -> None: method accept (line 102) | def accept(self) -> Tuple: method connect (line 110) | def connect(self, address) -> None: method send (line 115) | def send(self, bytes) -> int: method sendall (line 122) | def sendall(self, bytes) -> int: method recv (line 134) | def recv(self, bufsize) -> bytes: method sendto (line 140) | def sendto(self, bytes, address) -> None: method recvfrom (line 146) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 153) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 160) | def settimeout(self, value) -> Incomplete: method setblocking (line 194) | def setblocking(self, flag) -> Incomplete: method makefile (line 205) | def makefile(self, mode="rb", buffering=0, /) -> IO: method read (line 222) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 231) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 240) | def readline(self) -> Incomplete: method write (line 247) | def write(self, buf) -> int: class error (line 258) | class error(Exception): ... function getaddrinfo (line 260) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... function inet_ntop (line 301) | def inet_ntop(af, bin_addr) -> Incomplete: function inet_pton (line 311) | def inet_pton(af, txt_addr) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/ssl.pyi function wrap_socket (line 28) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_19-docstubs/stm.pyi function rfcore_status (line 53) | def rfcore_status() -> int: function rfcore_fw_version (line 60) | def rfcore_fw_version(id) -> Tuple: function rfcore_sys_hci (line 69) | def rfcore_sys_hci(ogf, ocf, data, timeout_ms=0) -> bytes: FILE: stubs/micropython-v1_19-docstubs/struct.pyi function calcsize (line 24) | def calcsize(fmt) -> int: function pack (line 30) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 37) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 45) | def unpack(fmt, data) -> Tuple: function unpack_from (line 52) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_19-docstubs/sys.pyi function exit (line 117) | def exit(retval=0, /) -> Incomplete: function atexit (line 125) | def atexit(func) -> Incomplete: function print_exception (line 139) | def print_exception(exc, file=stdout, /) -> None: function settrace (line 155) | def settrace(tracefunc) -> None: FILE: stubs/micropython-v1_19-docstubs/time.pyi function gmtime (line 41) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 63) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 85) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Incomplete: function sleep_ms (line 102) | def sleep_ms(ms) -> None: function sleep_us (line 113) | def sleep_us(us) -> None: function ticks_ms (line 123) | def ticks_ms() -> int: function ticks_us (line 147) | def ticks_us() -> Incomplete: function ticks_cpu (line 153) | def ticks_cpu() -> Incomplete: function ticks_add (line 168) | def ticks_add(ticks, delta) -> Incomplete: function ticks_diff (line 195) | def ticks_diff(ticks1, ticks2) -> int: function time (line 261) | def time() -> int: function time_ns (line 288) | def time_ns() -> int: FILE: stubs/micropython-v1_19-docstubs/uarray.pyi class array (line 18) | class array: method __init__ (line 25) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 26) | def append(self, val) -> Incomplete: method extend (line 31) | def extend(self, iterable) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/ubinascii.pyi function hexlify (line 17) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 27) | def unhexlify(data) -> bytes: function a2b_base64 (line 34) | def a2b_base64(data) -> bytes: function b2a_base64 (line 42) | def b2a_base64(data, *, newline=True) -> bytes: FILE: stubs/micropython-v1_19-docstubs/uctypes.pyi class struct (line 93) | class struct: method __init__ (line 99) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... function sizeof (line 101) | def sizeof(struct, layout_type=NATIVE, /) -> int: function addressof (line 109) | def addressof(obj) -> int: function bytes_at (line 117) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 126) | def bytearray_at(addr, size) -> bytearray: FILE: stubs/micropython-v1_19-docstubs/uio.pyi class FileIO (line 18) | class FileIO(IO): method __init__ (line 24) | def __init__(self, *args, **kwargs) -> None: ... class TextIOWrapper (line 26) | class TextIOWrapper(IO): method __init__ (line 32) | def __init__(self, *args, **kwargs) -> None: ... class StringIO (line 34) | class StringIO(IO): method __init__ (line 35) | def __init__(self, string: Optional[Any] = None) -> None: ... class BytesIO (line 37) | class BytesIO(IO): method __init__ (line 50) | def __init__(self, string: Optional[Any] = None) -> None: ... method getvalue (line 51) | def getvalue(self) -> Incomplete: function open (line 57) | def open(name, mode="r", **kwargs) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/ujson.pyi function dump (line 16) | def dump(obj, stream, separators=None) -> Incomplete: function dumps (line 26) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Incomplete: function loads (line 45) | def loads(str) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/uos.pyi class VfsFat (line 19) | class VfsFat: method __init__ (line 26) | def __init__(self, block_dev) -> None: ... method mkfs (line 28) | def mkfs(block_dev) -> None: class VfsLfs1 (line 34) | class VfsLfs1: method __init__ (line 44) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32) ... method mkfs (line 46) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class VfsLfs2 (line 55) | class VfsLfs2: method __init__ (line 73) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method mkfs (line 75) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class AbstractBlockDev (line 84) | class AbstractBlockDev: method __init__ (line 90) | def __init__(self, *args, **kwargs) -> None: ... method readblocks (line 91) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 106) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 127) | def ioctl(self, op, arg) -> int: function uname (line 160) | def uname() -> uname_result: function urandom (line 174) | def urandom(n) -> bytes: function chdir (line 181) | def chdir(path) -> Incomplete: function getcwd (line 187) | def getcwd() -> Incomplete: function ilistdir (line 193) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 214) | def listdir(dir: Optional[Any] = None) -> Incomplete: function mkdir (line 220) | def mkdir(path) -> Incomplete: function remove (line 226) | def remove(path) -> None: function rmdir (line 232) | def rmdir(path) -> None: function rename (line 238) | def rename(old_path, new_path) -> None: function stat (line 244) | def stat(path) -> Incomplete: function statvfs (line 250) | def statvfs(path) -> Tuple: function sync (line 273) | def sync() -> None: function dupterm (line 279) | def dupterm(stream_object, index=0, /) -> IO: function mount (line 302) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function umount (line 320) | def umount(mount_point) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/uselect.pyi class poll (line 17) | class poll: method __init__ (line 22) | def __init__(self) -> None: ... method register (line 23) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 42) | def unregister(self, obj) -> Incomplete: method modify (line 47) | def modify(self, obj, eventmask) -> None: method poll (line 53) | def poll(self, timeout=-1, /) -> List: method ipoll (line 76) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: function select (line 94) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: FILE: stubs/micropython-v1_19-docstubs/usocket.pyi class socket (line 64) | class socket: method __init__ (line 78) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 79) | def close(self) -> Incomplete: method bind (line 89) | def bind(self, address) -> Incomplete: method listen (line 94) | def listen(self, backlog: Optional[Any] = None) -> None: method accept (line 102) | def accept(self) -> Tuple: method connect (line 110) | def connect(self, address) -> None: method send (line 115) | def send(self, bytes) -> int: method sendall (line 122) | def sendall(self, bytes) -> int: method recv (line 134) | def recv(self, bufsize) -> bytes: method sendto (line 140) | def sendto(self, bytes, address) -> None: method recvfrom (line 146) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 153) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 160) | def settimeout(self, value) -> Incomplete: method setblocking (line 194) | def setblocking(self, flag) -> Incomplete: method makefile (line 205) | def makefile(self, mode="rb", buffering=0, /) -> IO: method read (line 222) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 231) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 240) | def readline(self) -> Incomplete: method write (line 247) | def write(self, buf) -> int: class error (line 258) | class error(Exception): ... function getaddrinfo (line 260) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... function inet_ntop (line 301) | def inet_ntop(af, bin_addr) -> Incomplete: function inet_pton (line 311) | def inet_pton(af, txt_addr) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/ussl.pyi function wrap_socket (line 28) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_19-docstubs/ustruct.pyi function calcsize (line 24) | def calcsize(fmt) -> int: function pack (line 30) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 37) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 45) | def unpack(fmt, data) -> Tuple: function unpack_from (line 52) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_19-docstubs/utime.pyi function gmtime (line 41) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 63) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 85) | def mktime() -> int: function sleep (line 93) | def sleep(seconds) -> Incomplete: function sleep_ms (line 102) | def sleep_ms(ms) -> None: function sleep_us (line 113) | def sleep_us(us) -> None: function ticks_ms (line 123) | def ticks_ms() -> int: function ticks_us (line 147) | def ticks_us() -> Incomplete: function ticks_cpu (line 153) | def ticks_cpu() -> Incomplete: function ticks_add (line 168) | def ticks_add(ticks, delta) -> Incomplete: function ticks_diff (line 195) | def ticks_diff(ticks1, ticks2) -> int: function time (line 261) | def time() -> int: function time_ns (line 288) | def time_ns() -> int: FILE: stubs/micropython-v1_19-docstubs/uzlib.pyi class DecompIO (line 18) | class DecompIO: method __init__ (line 32) | def __init__(self, stream, wbits=0, /) -> None: ... function decompress (line 34) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_19-docstubs/wipy.pyi function heartbeat (line 15) | def heartbeat(enable: Optional[Any] = None) -> bool: FILE: stubs/micropython-v1_19-docstubs/wm8960.pyi class WM8960 (line 5) | class WM8960: method __init__ (line 51) | def __init__( method set_left_input (line 68) | def set_left_input(self, input_source) -> Incomplete: method set_right_input (line 73) | def set_right_input(self, input_source) -> Incomplete: method volume (line 78) | def volume(self, module, volume_l=None, volume_r=None) -> Incomplete: method mute (line 93) | def mute(self, module, mute, soft=True, ramp=MUTE_FAST) -> Incomplete: method set_data_route (line 102) | def set_data_route(self, route) -> None: method set_module (line 107) | def set_module(self, module, active) -> None: method enable_module (line 117) | def enable_module(self, module) -> None: method disable_module (line 122) | def disable_module(self, module) -> None: method expand_3d (line 127) | def expand_3d(self, level) -> None: method mono (line 133) | def mono(self, active) -> Incomplete: method alc_mode (line 140) | def alc_mode(self, channel, mode=ALC_MODE) -> Incomplete: method alc_gain (line 157) | def alc_gain(self, target=-12, max_gain=30, min_gain=-17.25, noise_gat... method alc_time (line 171) | def alc_time(self, attack=24, decay=192, hold=0) -> None: method deemphasis (line 183) | def deemphasis(self, active) -> Incomplete: method deinit (line 191) | def deinit(self) -> None: FILE: stubs/micropython-v1_19-docstubs/zephyr.pyi class DiskAccess (line 17) | class DiskAccess: method __init__ (line 24) | def __init__(self, disk_name) -> None: ... method readblocks (line 25) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 26) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 27) | def ioctl(self, cmd, arg) -> Incomplete: class FlashArea (line 35) | class FlashArea: method __init__ (line 47) | def __init__(self, id, block_size) -> None: ... method readblocks (line 48) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 49) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 50) | def ioctl(self, cmd, arg) -> Incomplete: function is_preempt_thread (line 58) | def is_preempt_thread() -> Incomplete: function current_tid (line 67) | def current_tid() -> Incomplete: function thread_analyze (line 73) | def thread_analyze() -> Incomplete: function shell_exec (line 88) | def shell_exec(cmd_in) -> Incomplete: FILE: stubs/micropython-v1_19-docstubs/zlib.pyi class DecompIO (line 18) | class DecompIO: method __init__ (line 32) | def __init__(self, stream, wbits=0, /) -> None: ... function decompress (line 34) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function _makedirs (line 45) | def _makedirs(name, mode=0o777): function save_file (line 65) | def save_file(fname, subf): function install_tar (line 75) | def install_tar(f, prefix): function expandhome (line 107) | def expandhome(s): function url_open (line 120) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 217) | def install(to_install, install_path=None): function get_install_path (line 255) | def get_install_path(): function cleanup (line 266) | def cleanup(): function help (line 274) | def help(): function main (line 295) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/GENERIC/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/lilygo_oled.py class OLED (line 6) | class OLED(SSD1306_I2C): method __init__ (line 7) | def __init__(self, i2c): method test (line 10) | def test(self): method display_wifi (line 23) | def display_wifi(self): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/lora32.py class Lora32Base (line 10) | class Lora32Base: method __init__ (line 13) | def __init__(self, define_helpers=True): method create_helpers (line 35) | def create_helpers(self): class Lora32v1_0 (line 41) | class Lora32v1_0(Lora32Base): method __init__ (line 44) | def __init__(self): class Lora32v1_2 (line 58) | class Lora32v1_2(Lora32Base): method __init__ (line 61) | def __init__(self): class Lora32 (line 69) | class Lora32(Lora32Base): method __init__ (line 72) | def __init__(self): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/ssd1306.py class SSD1306 (line 29) | class SSD1306(framebuf.FrameBuffer): method __init__ (line 30) | def __init__(self, width, height, external_vcc): method init_display (line 39) | def init_display(self): method poweroff (line 78) | def poweroff(self): method poweron (line 81) | def poweron(self): method contrast (line 84) | def contrast(self, contrast): method invert (line 88) | def invert(self, invert): method rotate (line 91) | def rotate(self, rotate): method show (line 95) | def show(self): class SSD1306_I2C (line 112) | class SSD1306_I2C(SSD1306): method __init__ (line 113) | def __init__(self, width, height, i2c, addr=0x3C, external_vcc=False): method write_cmd (line 120) | def write_cmd(self, cmd): method write_data (line 125) | def write_data(self, buf): class SSD1306_SPI (line 130) | class SSD1306_SPI(SSD1306): method __init__ (line 131) | def __init__(self, width, height, spi, dc, res, cs, external_vcc=False): method write_cmd (line 149) | def write_cmd(self, cmd): method write_data (line 157) | def write_data(self, buf): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function _makedirs (line 45) | def _makedirs(name, mode=0o777): function save_file (line 65) | def save_file(fname, subf): function install_tar (line 75) | def install_tar(f, prefix): function expandhome (line 107) | def expandhome(s): function url_open (line 120) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 217) | def install(to_install, install_path=None): function get_install_path (line 255) | def get_install_path(): function cleanup (line 266) | def cleanup(): function help (line 274) | def help(): function main (line 295) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/LILYGO_TTGO_LORA32/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function _makedirs (line 45) | def _makedirs(name, mode=0o777): function save_file (line 65) | def save_file(fname, subf): function install_tar (line 75) | def install_tar(f, prefix): function expandhome (line 107) | def expandhome(s): function url_open (line 120) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 217) | def install(to_install, install_path=None): function get_install_path (line 255) | def get_install_path(): function cleanup (line 266) | def cleanup(): function help (line 274) | def help(): function main (line 295) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_C3_MINI/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function _makedirs (line 45) | def _makedirs(name, mode=0o777): function save_file (line 65) | def save_file(fname, subf): function install_tar (line 75) | def install_tar(f, prefix): function expandhome (line 107) | def expandhome(s): function url_open (line 120) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 217) | def install(to_install, install_path=None): function get_install_path (line 255) | def get_install_path(): function cleanup (line 266) | def cleanup(): function help (line 274) | def help(): function main (line 295) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_MINI/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/s2pico_oled.py class OLED (line 6) | class OLED(SSD1306_I2C): method __init__ (line 7) | def __init__(self, i2c, reset): method reset (line 13) | def reset(self, reinit=True): method test (line 22) | def test(self): method display_wifi (line 35) | def display_wifi(self): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/ssd1306.py class SSD1306 (line 29) | class SSD1306(framebuf.FrameBuffer): method __init__ (line 30) | def __init__(self, width, height, external_vcc): method init_display (line 39) | def init_display(self): method poweroff (line 78) | def poweroff(self): method poweron (line 81) | def poweron(self): method contrast (line 84) | def contrast(self, contrast): method invert (line 88) | def invert(self, invert): method rotate (line 91) | def rotate(self, rotate): method show (line 95) | def show(self): class SSD1306_I2C (line 112) | class SSD1306_I2C(SSD1306): method __init__ (line 113) | def __init__(self, width, height, i2c, addr=0x3C, external_vcc=False): method write_cmd (line 120) | def write_cmd(self, cmd): method write_data (line 125) | def write_data(self, buf): class SSD1306_SPI (line 130) | class SSD1306_SPI(SSD1306): method __init__ (line 131) | def __init__(self, width, height, spi, dc, res, cs, external_vcc=False): method write_cmd (line 149) | def write_cmd(self, cmd): method write_data (line 157) | def write_data(self, buf): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function _makedirs (line 45) | def _makedirs(name, mode=0o777): function save_file (line 65) | def save_file(fname, subf): function install_tar (line 75) | def install_tar(f, prefix): function expandhome (line 107) | def expandhome(s): function url_open (line 120) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 217) | def install(to_install, install_path=None): function get_install_path (line 255) | def get_install_path(): function cleanup (line 266) | def cleanup(): function help (line 274) | def help(): function main (line 295) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/LOLIN_S2_PICO/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/atom.py class ATOM (line 41) | class ATOM: method __init__ (line 42) | def __init__(self, np_n): method get_button_status (line 46) | def get_button_status(self): method set_button_callback (line 49) | def set_button_callback(self, cb): method set_pixel_color (line 52) | def set_pixel_color(self, num, r, g, b): method get_pixel_color (line 57) | def get_pixel_color(self, num): method set_pixels_color (line 61) | def set_pixels_color(self, r, g, b): class Lite (line 66) | class Lite(ATOM): method __init__ (line 68) | def __init__(self): class Matrix (line 72) | class Matrix(ATOM): method __init__ (line 74) | def __init__(self): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function _makedirs (line 45) | def _makedirs(name, mode=0o777): function save_file (line 65) | def save_file(fname, subf): function install_tar (line 75) | def install_tar(f, prefix): function expandhome (line 107) | def expandhome(s): function url_open (line 120) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 217) | def install(to_install, install_path=None): function get_install_path (line 255) | def get_install_path(): function cleanup (line 266) | def cleanup(): function help (line 274) | def help(): function main (line 295) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/M5STACK_ATOM/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/dotstar.py class DotStar (line 40) | class DotStar: method __init__ (line 66) | def __init__(self, spi, n, *, brightness=1.0, auto_write=True, pixel_o... method deinit (line 92) | def deinit(self): method __enter__ (line 102) | def __enter__(self): method __exit__ (line 105) | def __exit__(self, exception_type, exception_value, traceback): method __repr__ (line 108) | def __repr__(self): method _set_item (line 111) | def _set_item(self, index, value): method __setitem__ (line 150) | def __setitem__(self, index, val): method __getitem__ (line 168) | def __getitem__(self, index): method __len__ (line 181) | def __len__(self): method brightness (line 185) | def brightness(self): method brightness (line 190) | def brightness(self, brightness): method fill (line 195) | def fill(self, color): method show (line 205) | def show(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/feathers2.py function set_led (line 43) | def set_led(state): function toggle_led (line 48) | def toggle_led(state): function get_amb_light (line 54) | def get_amb_light(): function set_ldo2_power (line 64) | def set_ldo2_power(state): function dotstar_color_wheel (line 82) | def dotstar_color_wheel(wheel_pos): function go_deepsleep (line 98) | def go_deepsleep(t): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function _makedirs (line 45) | def _makedirs(name, mode=0o777): function save_file (line 65) | def save_file(fname, subf): function install_tar (line 75) | def install_tar(f, prefix): function expandhome (line 107) | def expandhome(s): function url_open (line 120) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 217) | def install(to_install, install_path=None): function get_install_path (line 255) | def get_install_path(): function cleanup (line 266) | def cleanup(): function help (line 274) | def help(): function main (line 295) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/feathers2neo.py function set_pixel_power (line 42) | def set_pixel_power(state): function set_pixel_matrix_power (line 47) | def set_pixel_matrix_power(state): function get_battery_voltage (line 52) | def get_battery_voltage(): function get_vbus_present (line 64) | def get_vbus_present(): function rgb_color_wheel (line 70) | def rgb_color_wheel(wheel_pos): function go_deepsleep (line 86) | def go_deepsleep(t): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function _makedirs (line 45) | def _makedirs(name, mode=0o777): function save_file (line 65) | def save_file(fname, subf): function install_tar (line 75) | def install_tar(f, prefix): function expandhome (line 107) | def expandhome(s): function url_open (line 120) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 217) | def install(to_install, install_path=None): function get_install_path (line 255) | def get_install_path(): function cleanup (line 266) | def cleanup(): function help (line 274) | def help(): function main (line 295) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS2NEO/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/feathers3.py function led_set (line 36) | def led_set(state): function led_blink (line 42) | def led_blink(): function get_amb_light (line 49) | def get_amb_light(): function set_ldo2_power (line 56) | def set_ldo2_power(state): function get_battery_voltage (line 61) | def get_battery_voltage(): function get_vbus_present (line 73) | def get_vbus_present(): function rgb_color_wheel (line 79) | def rgb_color_wheel(wheel_pos): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function _makedirs (line 45) | def _makedirs(name, mode=0o777): function save_file (line 65) | def save_file(fname, subf): function install_tar (line 75) | def install_tar(f, prefix): function expandhome (line 107) | def expandhome(s): function url_open (line 120) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 217) | def install(to_install, install_path=None): function get_install_path (line 255) | def get_install_path(): function cleanup (line 266) | def cleanup(): function help (line 274) | def help(): function main (line 295) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_FEATHERS3/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/pros3.py function set_ldo2_power (line 32) | def set_ldo2_power(state): function get_battery_voltage (line 37) | def get_battery_voltage(): function get_vbus_present (line 49) | def get_vbus_present(): function rgb_color_wheel (line 55) | def rgb_color_wheel(wheel_pos): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function _makedirs (line 45) | def _makedirs(name, mode=0o777): function save_file (line 65) | def save_file(fname, subf): function install_tar (line 75) | def install_tar(f, prefix): function expandhome (line 107) | def expandhome(s): function url_open (line 120) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 217) | def install(to_install, install_path=None): function get_install_path (line 255) | def get_install_path(): function cleanup (line 266) | def cleanup(): function help (line 274) | def help(): function main (line 295) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_PROS3/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/dotstar.py class DotStar (line 40) | class DotStar: method __init__ (line 66) | def __init__(self, spi, n, *, brightness=1.0, auto_write=True, pixel_o... method deinit (line 92) | def deinit(self): method __enter__ (line 102) | def __enter__(self): method __exit__ (line 105) | def __exit__(self, exception_type, exception_value, traceback): method __repr__ (line 108) | def __repr__(self): method _set_item (line 111) | def _set_item(self, index, value): method __setitem__ (line 150) | def __setitem__(self, index, val): method __getitem__ (line 168) | def __getitem__(self, index): method __len__ (line 181) | def __len__(self): method brightness (line 185) | def brightness(self): method brightness (line 190) | def brightness(self, brightness): method fill (line 195) | def fill(self, color): method show (line 205) | def show(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/tinypico.py function get_battery_voltage (line 45) | def get_battery_voltage(): function get_battery_charging (line 60) | def get_battery_charging(): function set_dotstar_power (line 80) | def set_dotstar_power(state): function dotstar_color_wheel (line 96) | def dotstar_color_wheel(wheel_pos): function go_deepsleep (line 112) | def go_deepsleep(t): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function _makedirs (line 45) | def _makedirs(name, mode=0o777): function save_file (line 65) | def save_file(fname, subf): function install_tar (line 75) | def install_tar(f, prefix): function expandhome (line 107) | def expandhome(s): function url_open (line 120) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 217) | def install(to_install, install_path=None): function get_install_path (line 255) | def get_install_path(): function cleanup (line 266) | def cleanup(): function help (line 274) | def help(): function main (line 295) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYPICO/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/tinys2.py function set_pixel_power (line 40) | def set_pixel_power(state): function get_battery_voltage (line 45) | def get_battery_voltage(): function get_vbus_present (line 57) | def get_vbus_present(): function rgb_color_wheel (line 63) | def rgb_color_wheel(wheel_pos): function go_deepsleep (line 79) | def go_deepsleep(t): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function _makedirs (line 45) | def _makedirs(name, mode=0o777): function save_file (line 65) | def save_file(fname, subf): function install_tar (line 75) | def install_tar(f, prefix): function expandhome (line 107) | def expandhome(s): function url_open (line 120) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 217) | def install(to_install, install_path=None): function get_install_path (line 255) | def get_install_path(): function cleanup (line 266) | def cleanup(): function help (line 274) | def help(): function main (line 295) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS2/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/apa106.py class APA106 (line 7) | class APA106(NeoPixel): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/inisetup.py function check_bootsec (line 5) | def check_bootsec(): function fs_corrupted (line 18) | def fs_corrupted(): function setup (line 33) | def setup(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/tinys3.py function set_pixel_power (line 32) | def set_pixel_power(state): function get_battery_voltage (line 37) | def get_battery_voltage(): function get_vbus_present (line 49) | def get_vbus_present(): function rgb_color_wheel (line 55) | def rgb_color_wheel(wheel_pos): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function _makedirs (line 45) | def _makedirs(name, mode=0o777): function save_file (line 65) | def save_file(fname, subf): function install_tar (line 75) | def install_tar(f, prefix): function expandhome (line 107) | def expandhome(s): function url_open (line 120) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 217) | def install(to_install, install_path=None): function get_install_path (line 255) | def get_install_path(): function cleanup (line 266) | def cleanup(): function help (line 274) | def help(): function main (line 295) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/esp32/UM_TINYS3/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC/apa102.py class APA102 (line 8) | class APA102(NeoPixel): method __init__ (line 11) | def __init__(self, clock_pin, data_pin, n, bpp=4): method write (line 16) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC/flashbdev.py class FlashBdev (line 4) | class FlashBdev: method __init__ (line 7) | def __init__(self, start_sec, blocks): method readblocks (line 11) | def readblocks(self, n, buf, off=0): method writeblocks (line 15) | def writeblocks(self, n, buf, off=None): method ioctl (line 23) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC/inisetup.py function wifi (line 6) | def wifi(): function check_bootsec (line 14) | def check_bootsec(): function fs_corrupted (line 27) | def fs_corrupted(): function setup (line 43) | def setup(): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC/port_diag.py function main (line 7) | def main(): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function _makedirs (line 45) | def _makedirs(name, mode=0o777): function save_file (line 65) | def save_file(fname, subf): function install_tar (line 75) | def install_tar(f, prefix): function expandhome (line 107) | def expandhome(s): function url_open (line 120) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 217) | def install(to_install, install_path=None): function get_install_path (line 255) | def get_install_path(): function cleanup (line 266) | def cleanup(): function help (line 274) | def help(): function main (line 295) | def main(): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC_512K/apa102.py class APA102 (line 8) | class APA102(NeoPixel): method __init__ (line 11) | def __init__(self, clock_pin, data_pin, n, bpp=4): method write (line 16) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC_512K/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC_512K/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC_512K/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC_512K/ntptime.py function time (line 17) | def time(): function settime (line 33) | def settime(): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC_512K/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC_512K/port_diag.py function main (line 7) | def main(): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC_512K/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC_512K/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/esp8266/GENERIC_512K/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/nrf/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/nrf/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/nrf/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/nrf/GENERIC/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/nrf/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/nrf/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/nrf/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/renesas-ra/GENERIC/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/renesas-ra/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/renesas-ra/GENERIC/sdcard.py class SDCard (line 41) | class SDCard: method __init__ (line 42) | def __init__(self, spi, cs, baudrate=1320000): method init_spi (line 56) | def init_spi(self, baudrate): method init_card (line 66) | def init_card(self, baudrate): method init_card_v1 (line 119) | def init_card_v1(self): method init_card_v2 (line 129) | def init_card_v2(self): method cmd (line 147) | def cmd(self, cmd, arg, crc, final=0, release=True, skip1=False): method readinto (line 185) | def readinto(self, buf): method write (line 211) | def write(self, token, buf): method write_token (line 233) | def write_token(self, token): method readblocks (line 244) | def readblocks(self, block_num, buf): method writeblocks (line 271) | def writeblocks(self, block_num, buf): method ioctl (line 294) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_19-frozen/renesas-ra/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/renesas-ra/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/renesas-ra/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/renesas-ra/GENERIC/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/renesas-ra/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/renesas-ra/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/renesas-ra/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/renesas-ra/RA4M1_CLICKER/sdcard.py class SDCard (line 41) | class SDCard: method __init__ (line 42) | def __init__(self, spi, cs, baudrate=1320000): method init_spi (line 56) | def init_spi(self, baudrate): method init_card (line 66) | def init_card(self, baudrate): method init_card_v1 (line 119) | def init_card_v1(self): method init_card_v2 (line 129) | def init_card_v2(self): method cmd (line 147) | def cmd(self, cmd, arg, crc, final=0, release=True, skip1=False): method readinto (line 185) | def readinto(self, buf): method write (line 211) | def write(self, token, buf): method write_token (line 233) | def write_token(self, token): method readblocks (line 244) | def readblocks(self, block_num, buf): method writeblocks (line 271) | def writeblocks(self, block_num, buf): method ioctl (line 294) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_19-frozen/renesas-ra/RA4M1_EK/sdcard.py class SDCard (line 41) | class SDCard: method __init__ (line 42) | def __init__(self, spi, cs, baudrate=1320000): method init_spi (line 56) | def init_spi(self, baudrate): method init_card (line 66) | def init_card(self, baudrate): method init_card_v1 (line 119) | def init_card_v1(self): method init_card_v2 (line 129) | def init_card_v2(self): method cmd (line 147) | def cmd(self, cmd, arg, crc, final=0, release=True, skip1=False): method readinto (line 185) | def readinto(self, buf): method write (line 211) | def write(self, token, buf): method write_token (line 233) | def write_token(self, token): method readblocks (line 244) | def readblocks(self, block_num, buf): method writeblocks (line 271) | def writeblocks(self, block_num, buf): method ioctl (line 294) | def ioctl(self, op, arg): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/aioble/central.py function _central_irq (line 54) | def _central_irq(event, data): function _central_shutdown (line 89) | def _central_shutdown(): function _cancel_pending (line 99) | async def _cancel_pending(): function _connect (line 106) | async def _connect(connection, timeout_ms): class ScanResult (line 140) | class ScanResult: method __init__ (line 141) | def __init__(self, device): method _update (line 149) | def _update(self, adv_type, rssi, adv_data): method __str__ (line 172) | def __str__(self): method _decode_field (line 176) | def _decode_field(self, *adv_type): method name (line 191) | def name(self): method services (line 196) | def services(self): method manufacturer (line 205) | def manufacturer(self, filter=None): class scan (line 218) | class scan: method __init__ (line 219) | def __init__(self, duration_ms, interval_us=None, window_us=None, acti... method __aenter__ (line 235) | async def __aenter__(self): method __aexit__ (line 243) | async def __aexit__(self, exc_type, exc_val, exc_traceback): method __aiter__ (line 249) | def __aiter__(self): method __anext__ (line 253) | async def __anext__(self): method cancel (line 289) | async def cancel(self): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/aioble/client.py function _client_irq (line 41) | def _client_irq(event, data): class ClientDiscover (line 81) | class ClientDiscover: method __init__ (line 82) | def __init__(self, connection, disc_type, parent, timeout_ms, *args): method _start (line 107) | async def _start(self): method __aiter__ (line 117) | def __aiter__(self): method __anext__ (line 120) | async def __anext__(self): method _discover_result (line 138) | def _discover_result(conn_handle, *args): method _discover_done (line 145) | def _discover_done(conn_handle, status): class ClientService (line 155) | class ClientService: method __init__ (line 156) | def __init__(self, connection, start_handle, end_handle, uuid): method __str__ (line 166) | def __str__(self): method characteristic (line 170) | async def characteristic(self, uuid, timeout_ms=2000): method characteristics (line 183) | def characteristics(self, uuid=None, timeout_ms=2000): method _start_discovery (line 187) | def _start_discovery(connection, uuid=None): class BaseClientCharacteristic (line 191) | class BaseClientCharacteristic: method _register_with_connection (line 193) | def _register_with_connection(self): method _find (line 197) | def _find(conn_handle, value_handle): method _check (line 208) | def _check(self, flag): method read (line 213) | async def read(self, timeout_ms=1000): method _read_result (line 234) | def _read_result(conn_handle, value_handle, data): method _read_done (line 240) | def _read_done(conn_handle, value_handle, status): method write (line 245) | async def write(self, data, response=False, timeout_ms=1000): method _write_done (line 269) | def _write_done(conn_handle, value_handle, status): class ClientCharacteristic (line 278) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 279) | def __init__(self, service, def_handle, value_handle, properties, uuid): method __str__ (line 316) | def __str__(self): method _connection (line 319) | def _connection(self): method descriptor (line 323) | async def descriptor(self, uuid, timeout_ms=2000): method descriptors (line 336) | def descriptors(self, timeout_ms=2000): method _start_discovery (line 340) | def _start_discovery(service, uuid=None): method _notified_indicated (line 349) | async def _notified_indicated(self, queue, event, timeout_ms): method notified (line 367) | async def notified(self, timeout_ms=None): method _on_notify_indicate (line 371) | def _on_notify_indicate(self, queue, event, data): method _on_notify (line 387) | def _on_notify(conn_handle, value_handle, notify_data): method indicated (line 393) | async def indicated(self, timeout_ms=None): method _on_indicate (line 398) | def _on_indicate(conn_handle, value_handle, indicate_data): method subscribe (line 404) | async def subscribe(self, notify=True, indicate=False): class ClientDescriptor (line 417) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 418) | def __init__(self, characteristic, dsc_handle, uuid): method __str__ (line 430) | def __str__(self): method _connection (line 433) | def _connection(self): method _start_discovery (line 437) | def _start_discovery(characteristic, uuid=None): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/aioble/core.py function log_error (line 10) | def log_error(*args): function log_warn (line 15) | def log_warn(*args): function log_info (line 20) | def log_info(*args): class GattError (line 25) | class GattError(Exception): method __init__ (line 26) | def __init__(self, status): function ensure_active (line 30) | def ensure_active(): function config (line 41) | def config(*args, **kwargs): function register_irq_handler (line 53) | def register_irq_handler(irq, shutdown): function stop (line 60) | def stop(): function ble_irq (line 67) | def ble_irq(event, data): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/aioble/device.py class DeviceDisconnectedError (line 16) | class DeviceDisconnectedError(Exception): function _device_irq (line 20) | def _device_irq(event, data): class DeviceTimeout (line 35) | class DeviceTimeout: method __init__ (line 36) | def __init__(self, connection, timeout_ms): method _timeout_sleep (line 59) | async def _timeout_sleep(self): method __enter__ (line 73) | def __enter__(self): method __exit__ (line 78) | def __exit__(self, exc_type, exc_val, exc_traceback): class Device (line 112) | class Device: method __init__ (line 113) | def __init__(self, addr_type, addr): method __eq__ (line 119) | def __eq__(self, rhs): method __hash__ (line 122) | def __hash__(self): method __str__ (line 125) | def __str__(self): method addr_hex (line 132) | def addr_hex(self): method connect (line 135) | async def connect(self, timeout_ms=10000): class DeviceConnection (line 149) | class DeviceConnection: method __init__ (line 153) | def __init__(self, device): method device_task (line 194) | async def device_task(self): method _run_task (line 209) | def _run_task(self): method disconnect (line 215) | async def disconnect(self, timeout_ms=2000): method disconnected (line 218) | async def disconnected(self, timeout_ms=60000, disconnect=False): method service (line 235) | async def service(self, uuid, timeout_ms=2000): method services (line 248) | def services(self, uuid=None, timeout_ms=2000): method pair (line 253) | async def pair(self, *args, **kwargs): method is_connected (line 258) | def is_connected(self): method timeout (line 262) | def timeout(self, timeout_ms): method exchange_mtu (line 265) | async def exchange_mtu(self, mtu=None): method l2cap_accept (line 278) | async def l2cap_accept(self, psm, mtu, timeout_ms=None): method l2cap_connect (line 284) | async def l2cap_connect(self, psm, mtu, timeout_ms=1000): method __aenter__ (line 290) | async def __aenter__(self): method __aexit__ (line 293) | async def __aexit__(self, exc_type, exc_val, exc_traceback): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/aioble/l2cap.py function _l2cap_irq (line 23) | def _l2cap_irq(event, data): function _l2cap_shutdown (line 57) | def _l2cap_shutdown(): class L2CAPDisconnectedError (line 66) | class L2CAPDisconnectedError(Exception): class L2CAPConnectionError (line 71) | class L2CAPConnectionError(Exception): class L2CAPChannel (line 75) | class L2CAPChannel: method __init__ (line 76) | def __init__(self, connection): method _assert_connected (line 104) | def _assert_connected(self): method recvinto (line 108) | async def recvinto(self, buf, timeout_ms=None): method available (line 129) | def available(self): method send (line 135) | async def send(self, buf, timeout_ms=None): method flush (line 151) | async def flush(self, timeout_ms=None): method disconnect (line 159) | async def disconnect(self, timeout_ms=1000): method disconnected (line 167) | async def disconnected(self, timeout_ms=1000): method __aenter__ (line 173) | async def __aenter__(self): method __aexit__ (line 176) | async def __aexit__(self, exc_type, exc_val, exc_traceback): function accept (line 181) | async def accept(connection, psn, mtu, timeout_ms): function connect (line 198) | async def connect(connection, psn, mtu, timeout_ms): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/aioble/peripheral.py function _peripheral_irq (line 44) | def _peripheral_irq(event, data): function _peripheral_shutdown (line 66) | def _peripheral_shutdown(): function _append (line 79) | def _append(adv_data, resp_data, adv_type, value): function advertise (line 96) | async def advertise( FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/aioble/security.py function load_secrets (line 35) | def load_secrets(path=None): function _save_secrets (line 55) | def _save_secrets(arg=None): function _security_irq (line 72) | def _security_irq(event, data): function _security_shutdown (line 149) | def _security_shutdown(): function pair (line 160) | async def pair( FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/aioble/server.py function _server_irq (line 47) | def _server_irq(event, data): function _server_shutdown (line 59) | def _server_shutdown(): class Service (line 67) | class Service: method __init__ (line 68) | def __init__(self, uuid): method _tuple (line 73) | def _tuple(self): class BaseCharacteristic (line 77) | class BaseCharacteristic: method _register (line 78) | def _register(self, value_handle): method _tuple (line 86) | def _tuple(self): method read (line 90) | def read(self): method write (line 97) | def write(self, data, send_update=False): method written (line 106) | async def written(self, timeout_ms=None): method on_read (line 122) | def on_read(self, connection): method _remote_write (line 125) | def _remote_write(conn_handle, value_handle): method _remote_read (line 152) | def _remote_read(conn_handle, value_handle): class Characteristic (line 157) | class Characteristic(BaseCharacteristic): method __init__ (line 158) | def __init__( method notify (line 200) | def notify(self, connection, data=None): method indicate (line 205) | async def indicate(self, connection, timeout_ms=1000): method _indicate_done (line 225) | def _indicate_done(conn_handle, value_handle, status): class BufferedCharacteristic (line 237) | class BufferedCharacteristic(Characteristic): method __init__ (line 238) | def __init__(self, service, uuid, max_len=20, append=False): method _register (line 243) | def _register(self, value_handle): class Descriptor (line 248) | class Descriptor(BaseCharacteristic): method __init__ (line 249) | def __init__(self, characteristic, uuid, read=False, write=False, init... function register_services (line 269) | def register_services(*services): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/lsm6dsox.py class LSM6DSOX (line 51) | class LSM6DSOX: method __init__ (line 79) | def __init__( method __read_reg (line 162) | def __read_reg(self, reg, size=1): method __write_reg (line 176) | def __write_reg(self, reg, val): method __read_reg_into (line 186) | def __read_reg_into(self, reg, buf): method reset (line 197) | def reset(self): method set_mem_bank (line 205) | def set_mem_bank(self, bank): method set_embedded_functions (line 209) | def set_embedded_functions(self, enable, emb_ab=None): method load_mlc (line 224) | def load_mlc(self, ucf): method read_mlc_output (line 250) | def read_mlc_output(self): method read_gyro (line 259) | def read_gyro(self): method read_accel (line 266) | def read_accel(self): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/rp2.py class PIOASMError (line 18) | class PIOASMError(Exception): class PIOASMEmit (line 22) | class PIOASMEmit: method __init__ (line 23) | def __init__( method start_pass (line 63) | def start_pass(self, pass_): method __getitem__ (line 78) | def __getitem__(self, key): method delay (line 81) | def delay(self, delay): method side (line 88) | def side(self, value): method wrap_target (line 99) | def wrap_target(self): method wrap (line 102) | def wrap(self): method label (line 107) | def label(self, label): method word (line 113) | def word(self, instr, label=None): method nop (line 125) | def nop(self): method jmp (line 128) | def jmp(self, cond, label=None): method wait (line 134) | def wait(self, polarity, src, index): method in_ (line 141) | def in_(self, src, data): method out (line 146) | def out(self, dest, data): method push (line 153) | def push(self, value=0, value2=0): method pull (line 159) | def pull(self, value=0, value2=0): method mov (line 165) | def mov(self, dest, src): method irq (line 170) | def irq(self, mod, index=None): method set (line 176) | def set(self, dest, data): function asm_pio (line 235) | def asm_pio(**kw): function asm_pio_encode (line 276) | def asm_pio_encode(instr, sideset_count, sideset_opt=False): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/rp2/ARDUINO_NANO_RP2040_CONNECT/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/rp2/GENERIC/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/rp2/GENERIC/ds18x20.py class DS18X20 (line 11) | class DS18X20: method __init__ (line 12) | def __init__(self, onewire): method scan (line 16) | def scan(self): method convert_temp (line 19) | def convert_temp(self): method read_scratch (line 24) | def read_scratch(self, rom): method write_scratch (line 33) | def write_scratch(self, rom, buf): method read_temp (line 39) | def read_temp(self, rom): FILE: stubs/micropython-v1_19-frozen/rp2/GENERIC/neopixel.py class NeoPixel (line 7) | class NeoPixel: method __init__ (line 11) | def __init__(self, pin, n, bpp=3, timing=1): method __len__ (line 21) | def __len__(self): method __setitem__ (line 24) | def __setitem__(self, i, v): method __getitem__ (line 29) | def __getitem__(self, i): method fill (line 33) | def fill(self, v): method write (line 44) | def write(self): FILE: stubs/micropython-v1_19-frozen/rp2/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/rp2/GENERIC/rp2.py class PIOASMError (line 18) | class PIOASMError(Exception): class PIOASMEmit (line 22) | class PIOASMEmit: method __init__ (line 23) | def __init__( method start_pass (line 63) | def start_pass(self, pass_): method __getitem__ (line 78) | def __getitem__(self, key): method delay (line 81) | def delay(self, delay): method side (line 88) | def side(self, value): method wrap_target (line 99) | def wrap_target(self): method wrap (line 102) | def wrap(self): method label (line 107) | def label(self, label): method word (line 113) | def word(self, instr, label=None): method nop (line 125) | def nop(self): method jmp (line 128) | def jmp(self, cond, label=None): method wait (line 134) | def wait(self, polarity, src, index): method in_ (line 141) | def in_(self, src, data): method out (line 146) | def out(self, dest, data): method push (line 153) | def push(self, value=0, value2=0): method pull (line 159) | def pull(self, value=0, value2=0): method mov (line 165) | def mov(self, dest, src): method irq (line 170) | def irq(self, mod, index=None): method set (line 176) | def set(self, dest, data): function asm_pio (line 235) | def asm_pio(**kw): function asm_pio_encode (line 276) | def asm_pio_encode(instr, sideset_count, sideset_opt=False): FILE: stubs/micropython-v1_19-frozen/rp2/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/rp2/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/rp2/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/rp2/GENERIC/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/rp2/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/rp2/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/rp2/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/aioble/central.py function _central_irq (line 54) | def _central_irq(event, data): function _central_shutdown (line 89) | def _central_shutdown(): function _cancel_pending (line 99) | async def _cancel_pending(): function _connect (line 106) | async def _connect(connection, timeout_ms): class ScanResult (line 140) | class ScanResult: method __init__ (line 141) | def __init__(self, device): method _update (line 149) | def _update(self, adv_type, rssi, adv_data): method __str__ (line 172) | def __str__(self): method _decode_field (line 176) | def _decode_field(self, *adv_type): method name (line 191) | def name(self): method services (line 196) | def services(self): method manufacturer (line 205) | def manufacturer(self, filter=None): class scan (line 218) | class scan: method __init__ (line 219) | def __init__(self, duration_ms, interval_us=None, window_us=None, acti... method __aenter__ (line 235) | async def __aenter__(self): method __aexit__ (line 243) | async def __aexit__(self, exc_type, exc_val, exc_traceback): method __aiter__ (line 249) | def __aiter__(self): method __anext__ (line 253) | async def __anext__(self): method cancel (line 289) | async def cancel(self): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/aioble/client.py function _client_irq (line 41) | def _client_irq(event, data): class ClientDiscover (line 81) | class ClientDiscover: method __init__ (line 82) | def __init__(self, connection, disc_type, parent, timeout_ms, *args): method _start (line 107) | async def _start(self): method __aiter__ (line 117) | def __aiter__(self): method __anext__ (line 120) | async def __anext__(self): method _discover_result (line 138) | def _discover_result(conn_handle, *args): method _discover_done (line 145) | def _discover_done(conn_handle, status): class ClientService (line 155) | class ClientService: method __init__ (line 156) | def __init__(self, connection, start_handle, end_handle, uuid): method __str__ (line 166) | def __str__(self): method characteristic (line 170) | async def characteristic(self, uuid, timeout_ms=2000): method characteristics (line 183) | def characteristics(self, uuid=None, timeout_ms=2000): method _start_discovery (line 187) | def _start_discovery(connection, uuid=None): class BaseClientCharacteristic (line 191) | class BaseClientCharacteristic: method _register_with_connection (line 193) | def _register_with_connection(self): method _find (line 197) | def _find(conn_handle, value_handle): method _check (line 208) | def _check(self, flag): method read (line 213) | async def read(self, timeout_ms=1000): method _read_result (line 234) | def _read_result(conn_handle, value_handle, data): method _read_done (line 240) | def _read_done(conn_handle, value_handle, status): method write (line 245) | async def write(self, data, response=False, timeout_ms=1000): method _write_done (line 269) | def _write_done(conn_handle, value_handle, status): class ClientCharacteristic (line 278) | class ClientCharacteristic(BaseClientCharacteristic): method __init__ (line 279) | def __init__(self, service, def_handle, value_handle, properties, uuid): method __str__ (line 316) | def __str__(self): method _connection (line 319) | def _connection(self): method descriptor (line 323) | async def descriptor(self, uuid, timeout_ms=2000): method descriptors (line 336) | def descriptors(self, timeout_ms=2000): method _start_discovery (line 340) | def _start_discovery(service, uuid=None): method _notified_indicated (line 349) | async def _notified_indicated(self, queue, event, timeout_ms): method notified (line 367) | async def notified(self, timeout_ms=None): method _on_notify_indicate (line 371) | def _on_notify_indicate(self, queue, event, data): method _on_notify (line 387) | def _on_notify(conn_handle, value_handle, notify_data): method indicated (line 393) | async def indicated(self, timeout_ms=None): method _on_indicate (line 398) | def _on_indicate(conn_handle, value_handle, indicate_data): method subscribe (line 404) | async def subscribe(self, notify=True, indicate=False): class ClientDescriptor (line 417) | class ClientDescriptor(BaseClientCharacteristic): method __init__ (line 418) | def __init__(self, characteristic, dsc_handle, uuid): method __str__ (line 430) | def __str__(self): method _connection (line 433) | def _connection(self): method _start_discovery (line 437) | def _start_discovery(characteristic, uuid=None): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/aioble/core.py function log_error (line 10) | def log_error(*args): function log_warn (line 15) | def log_warn(*args): function log_info (line 20) | def log_info(*args): class GattError (line 25) | class GattError(Exception): method __init__ (line 26) | def __init__(self, status): function ensure_active (line 30) | def ensure_active(): function config (line 41) | def config(*args, **kwargs): function register_irq_handler (line 53) | def register_irq_handler(irq, shutdown): function stop (line 60) | def stop(): function ble_irq (line 67) | def ble_irq(event, data): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/aioble/device.py class DeviceDisconnectedError (line 16) | class DeviceDisconnectedError(Exception): function _device_irq (line 20) | def _device_irq(event, data): class DeviceTimeout (line 35) | class DeviceTimeout: method __init__ (line 36) | def __init__(self, connection, timeout_ms): method _timeout_sleep (line 59) | async def _timeout_sleep(self): method __enter__ (line 73) | def __enter__(self): method __exit__ (line 78) | def __exit__(self, exc_type, exc_val, exc_traceback): class Device (line 112) | class Device: method __init__ (line 113) | def __init__(self, addr_type, addr): method __eq__ (line 119) | def __eq__(self, rhs): method __hash__ (line 122) | def __hash__(self): method __str__ (line 125) | def __str__(self): method addr_hex (line 132) | def addr_hex(self): method connect (line 135) | async def connect(self, timeout_ms=10000): class DeviceConnection (line 149) | class DeviceConnection: method __init__ (line 153) | def __init__(self, device): method device_task (line 194) | async def device_task(self): method _run_task (line 209) | def _run_task(self): method disconnect (line 215) | async def disconnect(self, timeout_ms=2000): method disconnected (line 218) | async def disconnected(self, timeout_ms=60000, disconnect=False): method service (line 235) | async def service(self, uuid, timeout_ms=2000): method services (line 248) | def services(self, uuid=None, timeout_ms=2000): method pair (line 253) | async def pair(self, *args, **kwargs): method is_connected (line 258) | def is_connected(self): method timeout (line 262) | def timeout(self, timeout_ms): method exchange_mtu (line 265) | async def exchange_mtu(self, mtu=None): method l2cap_accept (line 278) | async def l2cap_accept(self, psm, mtu, timeout_ms=None): method l2cap_connect (line 284) | async def l2cap_connect(self, psm, mtu, timeout_ms=1000): method __aenter__ (line 290) | async def __aenter__(self): method __aexit__ (line 293) | async def __aexit__(self, exc_type, exc_val, exc_traceback): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/aioble/l2cap.py function _l2cap_irq (line 23) | def _l2cap_irq(event, data): function _l2cap_shutdown (line 57) | def _l2cap_shutdown(): class L2CAPDisconnectedError (line 66) | class L2CAPDisconnectedError(Exception): class L2CAPConnectionError (line 71) | class L2CAPConnectionError(Exception): class L2CAPChannel (line 75) | class L2CAPChannel: method __init__ (line 76) | def __init__(self, connection): method _assert_connected (line 104) | def _assert_connected(self): method recvinto (line 108) | async def recvinto(self, buf, timeout_ms=None): method available (line 129) | def available(self): method send (line 135) | async def send(self, buf, timeout_ms=None): method flush (line 151) | async def flush(self, timeout_ms=None): method disconnect (line 159) | async def disconnect(self, timeout_ms=1000): method disconnected (line 167) | async def disconnected(self, timeout_ms=1000): method __aenter__ (line 173) | async def __aenter__(self): method __aexit__ (line 176) | async def __aexit__(self, exc_type, exc_val, exc_traceback): function accept (line 181) | async def accept(connection, psn, mtu, timeout_ms): function connect (line 198) | async def connect(connection, psn, mtu, timeout_ms): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/aioble/peripheral.py function _peripheral_irq (line 44) | def _peripheral_irq(event, data): function _peripheral_shutdown (line 66) | def _peripheral_shutdown(): function _append (line 79) | def _append(adv_data, resp_data, adv_type, value): function advertise (line 96) | async def advertise( FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/aioble/security.py function load_secrets (line 35) | def load_secrets(path=None): function _save_secrets (line 55) | def _save_secrets(arg=None): function _security_irq (line 72) | def _security_irq(event, data): function _security_shutdown (line 149) | def _security_shutdown(): function pair (line 160) | async def pair( FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/aioble/server.py function _server_irq (line 47) | def _server_irq(event, data): function _server_shutdown (line 59) | def _server_shutdown(): class Service (line 67) | class Service: method __init__ (line 68) | def __init__(self, uuid): method _tuple (line 73) | def _tuple(self): class BaseCharacteristic (line 77) | class BaseCharacteristic: method _register (line 78) | def _register(self, value_handle): method _tuple (line 86) | def _tuple(self): method read (line 90) | def read(self): method write (line 97) | def write(self, data, send_update=False): method written (line 106) | async def written(self, timeout_ms=None): method on_read (line 122) | def on_read(self, connection): method _remote_write (line 125) | def _remote_write(conn_handle, value_handle): method _remote_read (line 152) | def _remote_read(conn_handle, value_handle): class Characteristic (line 157) | class Characteristic(BaseCharacteristic): method __init__ (line 158) | def __init__( method notify (line 200) | def notify(self, connection, data=None): method indicate (line 205) | async def indicate(self, connection, timeout_ms=1000): method _indicate_done (line 225) | def _indicate_done(conn_handle, value_handle, status): class BufferedCharacteristic (line 237) | class BufferedCharacteristic(Characteristic): method __init__ (line 238) | def __init__(self, service, uuid, max_len=20, append=False): method _register (line 243) | def _register(self, value_handle): class Descriptor (line 248) | class Descriptor(BaseCharacteristic): method __init__ (line 249) | def __init__(self, characteristic, uuid, read=False, write=False, init... function register_services (line 269) | def register_services(*services): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 326) | def write(self, s): method set_pen (line 332) | def set_pen(self, line, fill): method erase (line 335) | def erase(self): method dot (line 338) | def dot(self, x, y): method rect (line 342) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 371) | def rect_outline(self, x, y, w, h): method rect_interior (line 374) | def rect_interior(self, x, y, w, h): method line (line 377) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 386) | def dot_no_clip(self, x, y): method rect_no_clip (line 389) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 392) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 395) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 398) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 401) | def poly_dot(self, data): method poly_line (line 407) | def poly_line(self, data): method touch_config (line 415) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 418) | def is_touched(self): method get_touch (line 424) | def get_touch(self): method set_spi_win (line 432) | def set_spi_win(self, x, y, w, h): method fast_spi (line 436) | def fast_spi(self, flush=True): method show_framebuf (line 442) | def show_framebuf(self, buf): method set_scroll (line 445) | def set_scroll(self, on): method set_scroll_win (line 448) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 452) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 455) | def set_scroll_buf(self, s): method jpeg_start (line 462) | def jpeg_start(self, l): method jpeg_data (line 468) | def jpeg_data(self, buf): method jpeg (line 471) | def jpeg(self, buf): method feed_wdt (line 475) | def feed_wdt(self): method reset (line 478) | def reset(self): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/stm32/ARDUINO_PORTENTA_H7/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/stm32/GARATRONIC_PYBSTICK26_F411/display/ssd1306.py class SSD1306 (line 29) | class SSD1306(framebuf.FrameBuffer): method __init__ (line 30) | def __init__(self, width, height, external_vcc): method init_display (line 39) | def init_display(self): method poweroff (line 78) | def poweroff(self): method poweron (line 81) | def poweron(self): method contrast (line 84) | def contrast(self, contrast): method invert (line 88) | def invert(self, invert): method rotate (line 91) | def rotate(self, rotate): method show (line 95) | def show(self): class SSD1306_I2C (line 112) | class SSD1306_I2C(SSD1306): method __init__ (line 113) | def __init__(self, width, height, i2c, addr=0x3C, external_vcc=False): method write_cmd (line 120) | def write_cmd(self, cmd): method write_data (line 125) | def write_data(self, buf): class SSD1306_SPI (line 130) | class SSD1306_SPI(SSD1306): method __init__ (line 131) | def __init__(self, width, height, spi, dc, res, cs, external_vcc=False): method write_cmd (line 149) | def write_cmd(self, cmd): method write_data (line 157) | def write_data(self, buf): FILE: stubs/micropython-v1_19-frozen/stm32/GARATRONIC_PYBSTICK26_F411/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/stm32/GARATRONIC_PYBSTICK26_F411/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/stm32/GARATRONIC_PYBSTICK26_F411/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/stm32/GARATRONIC_PYBSTICK26_F411/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/stm32/GARATRONIC_PYBSTICK26_F411/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/stm32/GARATRONIC_PYBSTICK26_F411/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/stm32/GARATRONIC_PYBSTICK26_F411/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/stm32/GENERIC/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/stm32/GENERIC/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 326) | def write(self, s): method set_pen (line 332) | def set_pen(self, line, fill): method erase (line 335) | def erase(self): method dot (line 338) | def dot(self, x, y): method rect (line 342) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 371) | def rect_outline(self, x, y, w, h): method rect_interior (line 374) | def rect_interior(self, x, y, w, h): method line (line 377) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 386) | def dot_no_clip(self, x, y): method rect_no_clip (line 389) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 392) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 395) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 398) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 401) | def poly_dot(self, data): method poly_line (line 407) | def poly_line(self, data): method touch_config (line 415) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 418) | def is_touched(self): method get_touch (line 424) | def get_touch(self): method set_spi_win (line 432) | def set_spi_win(self, x, y, w, h): method fast_spi (line 436) | def fast_spi(self, flush=True): method show_framebuf (line 442) | def show_framebuf(self, buf): method set_scroll (line 445) | def set_scroll(self, on): method set_scroll_win (line 448) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 452) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 455) | def set_scroll_buf(self, s): method jpeg_start (line 462) | def jpeg_start(self, l): method jpeg_data (line 468) | def jpeg_data(self, buf): method jpeg (line 471) | def jpeg(self, buf): method feed_wdt (line 475) | def feed_wdt(self): method reset (line 478) | def reset(self): FILE: stubs/micropython-v1_19-frozen/stm32/GENERIC/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/stm32/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/stm32/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/stm32/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/stm32/GENERIC/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/stm32/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/stm32/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/stm32/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/stm32/LEGO_HUB_NO6/appupdate.py function update_app (line 14) | def update_app(filename): FILE: stubs/micropython-v1_19-frozen/stm32/LEGO_HUB_NO6/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/stm32/LEGO_HUB_NO6/fwupdate.py function check_mem_contains (line 20) | def check_mem_contains(addr, buf): function dfu_read (line 29) | def dfu_read(filename): class Flash (line 87) | class Flash: method __init__ (line 91) | def __init__(self): method wait_not_busy (line 144) | def wait_not_busy(self): method unlock (line 148) | def unlock(self): method lock (line 153) | def lock(self): method erase_sector (line 156) | def erase_sector(self, sector): method write (line 164) | def write(self, addr, buf): function update_mboot (line 182) | def update_mboot(filename): function _create_element (line 224) | def _create_element(kind, body): function update_app_elements (line 228) | def update_app_elements(filename, fs_base, fs_len, fs_type=VFS_FAT, fs_b... function update_mpy (line 258) | def update_mpy(*args, **kwargs): FILE: stubs/micropython-v1_19-frozen/stm32/LEGO_HUB_NO6/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 326) | def write(self, s): method set_pen (line 332) | def set_pen(self, line, fill): method erase (line 335) | def erase(self): method dot (line 338) | def dot(self, x, y): method rect (line 342) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 371) | def rect_outline(self, x, y, w, h): method rect_interior (line 374) | def rect_interior(self, x, y, w, h): method line (line 377) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 386) | def dot_no_clip(self, x, y): method rect_no_clip (line 389) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 392) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 395) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 398) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 401) | def poly_dot(self, data): method poly_line (line 407) | def poly_line(self, data): method touch_config (line 415) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 418) | def is_touched(self): method get_touch (line 424) | def get_touch(self): method set_spi_win (line 432) | def set_spi_win(self, x, y, w, h): method fast_spi (line 436) | def fast_spi(self, flush=True): method show_framebuf (line 442) | def show_framebuf(self, buf): method set_scroll (line 445) | def set_scroll(self, on): method set_scroll_win (line 448) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 452) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 455) | def set_scroll_buf(self, s): method jpeg_start (line 462) | def jpeg_start(self, l): method jpeg_data (line 468) | def jpeg_data(self, buf): method jpeg (line 471) | def jpeg(self, buf): method feed_wdt (line 475) | def feed_wdt(self): method reset (line 478) | def reset(self): FILE: stubs/micropython-v1_19-frozen/stm32/LEGO_HUB_NO6/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/stm32/LEGO_HUB_NO6/spiflash.py class SPIFlash (line 15) | class SPIFlash: method __init__ (line 16) | def __init__(self, spi, cs): method _wait_wel1 (line 20) | def _wait_wel1(self): method _wait_wip0 (line 31) | def _wait_wip0(self): method _flash_modify (line 42) | def _flash_modify(self, cmd, addr, buf): method erase_block (line 54) | def erase_block(self, addr): method readinto (line 57) | def readinto(self, addr, buf): method write (line 63) | def write(self, addr, buf): FILE: stubs/micropython-v1_19-frozen/stm32/LEGO_HUB_NO6/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/stm32/LEGO_HUB_NO6/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/stm32/LEGO_HUB_NO6/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/stm32/LEGO_HUB_NO6/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/stm32/LEGO_HUB_NO6/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/stm32/LEGO_HUB_NO6/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/stm32/LEGO_HUB_NO6/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/stm32/PYBD_SF2/dht.py class DHTBase (line 18) | class DHTBase: method __init__ (line 19) | def __init__(self, pin): method measure (line 23) | def measure(self): class DHT11 (line 30) | class DHT11(DHTBase): method humidity (line 31) | def humidity(self): method temperature (line 34) | def temperature(self): class DHT22 (line 38) | class DHT22(DHTBase): method humidity (line 39) | def humidity(self): method temperature (line 42) | def temperature(self): FILE: stubs/micropython-v1_19-frozen/stm32/PYBD_SF2/lcd160cr.py class LCD160CR (line 33) | class LCD160CR: method __init__ (line 34) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method _send (line 81) | def _send(self, cmd): method _fcmd2 (line 93) | def _fcmd2(self, fmt, a0, a1=0, a2=0): method _fcmd2b (line 98) | def _fcmd2b(self, fmt, a0, a1, a2, a3, a4=0): method _waitfor (line 103) | def _waitfor(self, n, buf): method oflush (line 114) | def oflush(self, n=255): method iflush (line 125) | def iflush(self): method rgb (line 138) | def rgb(r, g, b): method clip_line (line 142) | def clip_line(c, w, h): method set_power (line 206) | def set_power(self, on): method set_orient (line 210) | def set_orient(self, orient): method set_brightness (line 219) | def set_brightness(self, value): method set_i2c_addr (line 222) | def set_i2c_addr(self, addr): method set_uart_baudrate (line 228) | def set_uart_baudrate(self, baudrate): method set_startup_deco (line 235) | def set_startup_deco(self, value): method save_to_flash (line 238) | def save_to_flash(self): method set_pixel (line 243) | def set_pixel(self, x, y, c): method get_pixel (line 246) | def get_pixel(self, x, y): method get_line (line 258) | def get_line(self, x, y, buf): method screen_dump (line 272) | def screen_dump(self, buf, x=0, y=0, w=None, h=None): method screen_load (line 295) | def screen_load(self, buf): method set_pos (line 312) | def set_pos(self, x, y): method set_text_color (line 315) | def set_text_color(self, fg, bg): method set_font (line 318) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0): method write (line 326) | def write(self, s): method set_pen (line 332) | def set_pen(self, line, fill): method erase (line 335) | def erase(self): method dot (line 338) | def dot(self, x, y): method rect (line 342) | def rect(self, x, y, w, h, cmd=0x72): method rect_outline (line 371) | def rect_outline(self, x, y, w, h): method rect_interior (line 374) | def rect_interior(self, x, y, w, h): method line (line 377) | def line(self, x1, y1, x2, y2): method dot_no_clip (line 386) | def dot_no_clip(self, x, y): method rect_no_clip (line 389) | def rect_no_clip(self, x, y, w, h): method rect_outline_no_clip (line 392) | def rect_outline_no_clip(self, x, y, w, h): method rect_interior_no_clip (line 395) | def rect_interior_no_clip(self, x, y, w, h): method line_no_clip (line 398) | def line_no_clip(self, x1, y1, x2, y2): method poly_dot (line 401) | def poly_dot(self, data): method poly_line (line 407) | def poly_line(self, data): method touch_config (line 415) | def touch_config(self, calib=False, save=False, irq=None): method is_touched (line 418) | def is_touched(self): method get_touch (line 424) | def get_touch(self): method set_spi_win (line 432) | def set_spi_win(self, x, y, w, h): method fast_spi (line 436) | def fast_spi(self, flush=True): method show_framebuf (line 442) | def show_framebuf(self, buf): method set_scroll (line 445) | def set_scroll(self, on): method set_scroll_win (line 448) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 452) | def set_scroll_win_param(self, win, param, value): method set_scroll_buf (line 455) | def set_scroll_buf(self, s): method jpeg_start (line 462) | def jpeg_start(self, l): method jpeg_data (line 468) | def jpeg_data(self, buf): method jpeg (line 471) | def jpeg(self, buf): method feed_wdt (line 475) | def feed_wdt(self): method reset (line 478) | def reset(self): FILE: stubs/micropython-v1_19-frozen/stm32/PYBD_SF2/onewire.py class OneWireError (line 7) | class OneWireError(Exception): class OneWire (line 11) | class OneWire: method __init__ (line 16) | def __init__(self, pin): method reset (line 20) | def reset(self, required=False): method readbit (line 26) | def readbit(self): method readbyte (line 29) | def readbyte(self): method readinto (line 32) | def readinto(self, buf): method writebit (line 36) | def writebit(self, value): method writebyte (line 39) | def writebyte(self, value): method write (line 42) | def write(self, buf): method select_rom (line 46) | def select_rom(self, rom): method scan (line 51) | def scan(self): method _search_rom (line 63) | def _search_rom(self, l_rom, diff): method crc8 (line 91) | def crc8(self, data): FILE: stubs/micropython-v1_19-frozen/stm32/PYBD_SF2/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/stm32/PYBD_SF2/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/stm32/PYBD_SF2/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/stm32/PYBD_SF2/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/stm32/PYBD_SF2/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/stm32/PYBD_SF2/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/stm32/PYBD_SF2/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/stm32/PYBD_SF2/webrepl.py function setup_conn (line 13) | def setup_conn(port, accept_handler): function accept_conn (line 32) | def accept_conn(listen_sock): function stop (line 53) | def stop(): function start (line 62) | def start(port=8266, password=None, accept_handler=accept_conn): function start_foreground (line 85) | def start_foreground(port=8266, password=None): FILE: stubs/micropython-v1_19-frozen/stm32/PYBD_SF2/webrepl_setup.py function input_choice (line 11) | def input_choice(prompt, choices): function getpass (line 18) | def getpass(prompt): function input_pass (line 22) | def input_pass(): function exists (line 34) | def exists(fname): function get_daemon_status (line 43) | def get_daemon_status(): function change_daemon (line 53) | def change_daemon(action): function main (line 74) | def main(): FILE: stubs/micropython-v1_19-frozen/stm32/PYBD_SF2/websocket_helper.py function server_handshake (line 18) | def server_handshake(sock): function client_handshake (line 65) | def client_handshake(sock): FILE: stubs/micropython-v1_19-frozen/teensy/GENERIC/boot.py function pins (line 6) | def pins(): function af (line 12) | def af(): FILE: stubs/micropython-v1_19-frozen/unix/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/unix/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/unix/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/unix/GENERIC/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/unix/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/unix/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/unix/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/unix/GENERIC/upip.py class NotFoundError (line 28) | class NotFoundError(Exception): function op_split (line 32) | def op_split(path): function _makedirs (line 45) | def _makedirs(name, mode=0o777): function save_file (line 65) | def save_file(fname, subf): function install_tar (line 75) | def install_tar(f, prefix): function expandhome (line 107) | def expandhome(s): function url_open (line 120) | def url_open(url): function get_pkg_metadata (line 170) | def get_pkg_metadata(name): function fatal (line 183) | def fatal(msg, exc=None): function install_pkg (line 190) | def install_pkg(pkg_spec, install_path): function install (line 217) | def install(to_install, install_path=None): function get_install_path (line 255) | def get_install_path(): function cleanup (line 266) | def cleanup(): function help (line 274) | def help(): function main (line 295) | def main(): FILE: stubs/micropython-v1_19-frozen/unix/GENERIC/upip_utarfile.py function roundup (line 13) | def roundup(val, align): class FileSection (line 17) | class FileSection: method __init__ (line 18) | def __init__(self, f, content_len, aligned_len): method read (line 23) | def read(self, sz=65536): method readinto (line 33) | def readinto(self, buf): method skip (line 42) | def skip(self): class TarInfo (line 52) | class TarInfo: method __str__ (line 53) | def __str__(self): class TarFile (line 57) | class TarFile: method __init__ (line 58) | def __init__(self, name=None, fileobj=None): method next (line 65) | def next(self): method __iter__ (line 85) | def __iter__(self): method __next__ (line 88) | def __next__(self): method extractfile (line 94) | def extractfile(self, tarinfo): FILE: stubs/micropython-v1_19-frozen/windows/GENERIC/uasyncio/__init__.py function __getattr__ (line 24) | def __getattr__(attr): FILE: stubs/micropython-v1_19-frozen/windows/GENERIC/uasyncio/core.py class CancelledError (line 18) | class CancelledError(BaseException): class TimeoutError (line 22) | class TimeoutError(Exception): class SingletonGenerator (line 34) | class SingletonGenerator: method __init__ (line 35) | def __init__(self): method __iter__ (line 39) | def __iter__(self): method __next__ (line 42) | def __next__(self): function sleep_ms (line 54) | def sleep_ms(t, sgen=SingletonGenerator()): function sleep (line 61) | def sleep(t): class IOQueue (line 69) | class IOQueue: method __init__ (line 70) | def __init__(self): method _enqueue (line 74) | def _enqueue(self, s, idx): method _dequeue (line 89) | def _dequeue(self, s): method queue_read (line 93) | def queue_read(self, s): method queue_write (line 96) | def queue_write(self, s): method remove (line 99) | def remove(self, task): method wait_io_event (line 112) | def wait_io_event(self, dt): function _promote_to_task (line 136) | def _promote_to_task(aw): function create_task (line 141) | def create_task(coro): function run_until_complete (line 150) | def run_until_complete(main_task=None): function run (line 226) | def run(coro): function _stopper (line 234) | async def _stopper(): class Loop (line 241) | class Loop: method create_task (line 244) | def create_task(coro): method run_forever (line 247) | def run_forever(): method run_until_complete (line 253) | def run_until_complete(aw): method stop (line 256) | def stop(): method close (line 263) | def close(): method set_exception_handler (line 266) | def set_exception_handler(handler): method get_exception_handler (line 269) | def get_exception_handler(): method default_exception_handler (line 272) | def default_exception_handler(loop, context): method call_exception_handler (line 277) | def call_exception_handler(context): function get_event_loop (line 282) | def get_event_loop(runq_len=0, waitq_len=0): function current_task (line 286) | def current_task(): function new_event_loop (line 290) | def new_event_loop(): FILE: stubs/micropython-v1_19-frozen/windows/GENERIC/uasyncio/event.py class Event (line 7) | class Event: method __init__ (line 8) | def __init__(self): method is_set (line 12) | def is_set(self): method set (line 15) | def set(self): method clear (line 23) | def clear(self): method wait (line 26) | async def wait(self): class ThreadSafeFlag (line 43) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 44) | def __init__(self): method ioctl (line 47) | def ioctl(self, req, flags): method set (line 52) | def set(self): method wait (line 55) | async def wait(self): FILE: stubs/micropython-v1_19-frozen/windows/GENERIC/uasyncio/funcs.py function _run (line 7) | def _run(waiter, aw): function wait_for (line 24) | async def wait_for(aw, timeout, sleep=core.sleep): function wait_for_ms (line 54) | def wait_for_ms(aw, timeout): class _Remove (line 58) | class _Remove: method remove (line 60) | def remove(t): function gather (line 64) | async def gather(*aws, return_exceptions=False): FILE: stubs/micropython-v1_19-frozen/windows/GENERIC/uasyncio/lock.py class Lock (line 7) | class Lock: method __init__ (line 8) | def __init__(self): method locked (line 17) | def locked(self): method release (line 20) | def release(self): method acquire (line 31) | async def acquire(self): method __aenter__ (line 49) | async def __aenter__(self): method __aexit__ (line 52) | async def __aexit__(self, exc_type, exc, tb): FILE: stubs/micropython-v1_19-frozen/windows/GENERIC/uasyncio/stream.py class Stream (line 7) | class Stream: method __init__ (line 8) | def __init__(self, s, e={}): method get_extra_info (line 13) | def get_extra_info(self, v): method __aenter__ (line 16) | async def __aenter__(self): method __aexit__ (line 19) | async def __aexit__(self, exc_type, exc, tb): method close (line 22) | def close(self): method wait_closed (line 25) | async def wait_closed(self): method read (line 29) | async def read(self, n): method readinto (line 33) | async def readinto(self, buf): method readexactly (line 37) | async def readexactly(self, n): method readline (line 49) | async def readline(self): method write (line 58) | def write(self, buf): method drain (line 61) | async def drain(self): function open_connection (line 78) | async def open_connection(host, port): class Server (line 96) | class Server: method __aenter__ (line 97) | async def __aenter__(self): method __aexit__ (line 100) | async def __aexit__(self, exc_type, exc, tb): method close (line 104) | def close(self): method wait_closed (line 107) | async def wait_closed(self): method _serve (line 110) | async def _serve(self, s, cb): function start_server (line 131) | async def start_server(cb, host, port, backlog=5): function stream_awrite (line 152) | async def stream_awrite(self, buf, off=0, sz=-1): FILE: stubs/micropython-v1_19-frozen/windows/GENERIC/uasyncio/task.py function ph_meld (line 11) | def ph_meld(h1, h2): function ph_pairing (line 36) | def ph_pairing(child): function ph_delete (line 52) | def ph_delete(heap, node): class TaskQueue (line 95) | class TaskQueue: method __init__ (line 96) | def __init__(self): method peek (line 99) | def peek(self): method push (line 102) | def push(self, v, key=None): method pop (line 109) | def pop(self): method remove (line 116) | def remove(self, v): class Task (line 121) | class Task: method __init__ (line 122) | def __init__(self, coro, globals=None): method __iter__ (line 132) | def __iter__(self): method __next__ (line 144) | def __next__(self): method done (line 154) | def done(self): method cancel (line 157) | def cancel(self): FILE: stubs/micropython-v1_19-frozen/windows/GENERIC/uasyncio/uasyncio/__init__.pyi function __getattr__ (line 7) | def __getattr__(attr): ... FILE: stubs/micropython-v1_19-frozen/windows/GENERIC/uasyncio/uasyncio/core.pyi class CancelledError (line 4) | class CancelledError(BaseException): ... class TimeoutError (line 5) | class TimeoutError(Exception): ... class SingletonGenerator (line 9) | class SingletonGenerator: method __init__ (line 12) | def __init__(self) -> None: ... method __iter__ (line 13) | def __iter__(self): ... method __next__ (line 14) | def __next__(self) -> None: ... function sleep_ms (line 16) | def sleep_ms(t, sgen=...): ... function sleep (line 17) | def sleep(t): ... class IOQueue (line 19) | class IOQueue: method __init__ (line 22) | def __init__(self) -> None: ... method _enqueue (line 23) | def _enqueue(self, s, idx) -> None: ... method _dequeue (line 24) | def _dequeue(self, s) -> None: ... method queue_read (line 25) | def queue_read(self, s) -> None: ... method queue_write (line 26) | def queue_write(self, s) -> None: ... method remove (line 27) | def remove(self, task) -> None: ... method wait_io_event (line 28) | def wait_io_event(self, dt) -> None: ... function _promote_to_task (line 30) | def _promote_to_task(aw): ... function create_task (line 31) | def create_task(coro): ... function run_until_complete (line 32) | def run_until_complete(main_task: Incomplete | None = ...): ... function run (line 33) | def run(coro): ... function _stopper (line 34) | async def _stopper() -> None: ... class Loop (line 38) | class Loop: method create_task (line 40) | def create_task(coro): ... method run_forever (line 41) | def run_forever() -> None: ... method run_until_complete (line 42) | def run_until_complete(aw): ... method stop (line 43) | def stop() -> None: ... method close (line 44) | def close() -> None: ... method set_exception_handler (line 45) | def set_exception_handler(handler) -> None: ... method get_exception_handler (line 46) | def get_exception_handler(): ... method default_exception_handler (line 47) | def default_exception_handler(loop, context) -> None: ... method call_exception_handler (line 48) | def call_exception_handler(context) -> None: ... function get_event_loop (line 50) | def get_event_loop(runq_len: int = ..., waitq_len: int = ...): ... function current_task (line 51) | def current_task(): ... function new_event_loop (line 52) | def new_event_loop(): ... FILE: stubs/micropython-v1_19-frozen/windows/GENERIC/uasyncio/uasyncio/event.pyi class Event (line 6) | class Event: method __init__ (line 9) | def __init__(self) -> None: ... method is_set (line 10) | def is_set(self): ... method set (line 11) | def set(self) -> None: ... method clear (line 12) | def clear(self) -> None: ... method wait (line 13) | async def wait(self) -> Generator[None, None, Incomplete]: ... class ThreadSafeFlag (line 15) | class ThreadSafeFlag(uio.IOBase): method __init__ (line 17) | def __init__(self) -> None: ... method ioctl (line 18) | def ioctl(self, req, flags): ... method set (line 19) | def set(self) -> None: ... method wait (line 20) | async def wait(self) -> Generator[Incomplete, None, None]: ... FILE: stubs/micropython-v1_19-frozen/windows/GENERIC/uasyncio/uasyncio/lock.pyi class Lock (line 5) | class Lock: method __init__ (line 8) | def __init__(self) -> None: ... method locked (line 9) | def locked(self): ... method release (line 10) | def release(self) -> None: ... method acquire (line 11) | async def acquire(self) -> Generator[None, None, Incomplete]: ... method __aenter__ (line 12) | async def __aenter__(self): ... method __aexit__ (line 13) | async def __aexit__(self, exc_type, exc, tb): ... FILE: stubs/micropython-v1_19-frozen/windows/GENERIC/uasyncio/uasyncio/stream.pyi class Stream (line 5) | class Stream: method __init__ (line 9) | def __init__(self, s, e=...) -> None: ... method get_extra_info (line 10) | def get_extra_info(self, v): ... method __aenter__ (line 11) | async def __aenter__(self): ... method __aexit__ (line 12) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 13) | def close(self) -> None: ... method wait_closed (line 14) | async def wait_closed(self) -> None: ... method read (line 15) | async def read(self, n) -> Generator[Incomplete, None, Incomplete]: ... method readinto (line 16) | async def readinto(self, buf) -> Generator[Incomplete, None, Incomplet... method readexactly (line 17) | async def readexactly(self, n) -> Generator[Incomplete, None, Incomple... method readline (line 18) | async def readline(self) -> Generator[Incomplete, None, Incomplete]: ... method write (line 19) | def write(self, buf) -> None: ... method drain (line 20) | async def drain(self) -> Generator[Incomplete, None, None]: ... function open_connection (line 25) | async def open_connection(host, port) -> Generator[Incomplete, None, Inc... class Server (line 27) | class Server: method __aenter__ (line 28) | async def __aenter__(self): ... method __aexit__ (line 29) | async def __aexit__(self, exc_type, exc, tb) -> None: ... method close (line 30) | def close(self) -> None: ... method wait_closed (line 31) | async def wait_closed(self) -> None: ... method _serve (line 32) | async def _serve(self, s, cb) -> Generator[Incomplete, None, None]: ... function start_server (line 34) | async def start_server(cb, host, port, backlog: int = ...): ... function stream_awrite (line 35) | async def stream_awrite(self, buf, off: int = ..., sz: int = ...) -> Non... FILE: stubs/micropython-v1_19-frozen/windows/GENERIC/uasyncio/uasyncio/task.pyi function ph_meld (line 4) | def ph_meld(h1, h2): ... function ph_pairing (line 5) | def ph_pairing(child): ... function ph_delete (line 6) | def ph_delete(heap, node): ... class TaskQueue (line 8) | class TaskQueue: method __init__ (line 10) | def __init__(self) -> None: ... method peek (line 11) | def peek(self): ... method push (line 12) | def push(self, v, key: Incomplete | None = ...) -> None: ... method pop (line 13) | def pop(self): ... method remove (line 14) | def remove(self, v) -> None: ... class Task (line 16) | class Task: method __init__ (line 25) | def __init__(self, coro, globals: Incomplete | None = ...) -> None: ... method __iter__ (line 26) | def __iter__(self): ... method __next__ (line 27) | def __next__(self) -> None: ... method done (line 28) | def done(self): ... method cancel (line 29) | def cancel(self): ... FILE: stubs/micropython-v1_19_1-docstubs/array.pyi class array (line 22) | class array(List): method __init__ (line 29) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 30) | def append(self, val) -> Incomplete: method extend (line 35) | def extend(self, iterable) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/binascii.pyi function hexlify (line 20) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 30) | def unhexlify(data) -> bytes: function a2b_base64 (line 37) | def a2b_base64(data) -> bytes: function b2a_base64 (line 45) | def b2a_base64(data, *, newline=True) -> bytes: FILE: stubs/micropython-v1_19_1-docstubs/bluetooth.pyi class BLE (line 28) | class BLE: method __init__ (line 33) | def __init__(self) -> None: ... method active (line 34) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method config (line 42) | def config(self, param, /) -> Tuple: method irq (line 105) | def irq(self, handler, /) -> int: method gap_advertise (line 300) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method gap_scan (line 316) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method gap_connect (line 351) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_disconnect (line 374) | def gap_disconnect(self, conn_handle, /) -> bool: method gatts_register_services (line 388) | def gatts_register_services(self, services_definition, /) -> Incomplete: method gatts_read (line 450) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 456) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_notify (line 465) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 479) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gatts_set_buffer (line 491) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gattc_discover_services (line 503) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gattc_discover_characteristics (line 513) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gattc_discover_descriptors (line 527) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_read (line 535) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_write (line 544) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_exchange_mtu (line 563) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method l2cap_listen (line 576) | def l2cap_listen(self, psm, mtu, /) -> Incomplete: method l2cap_connect (line 592) | def l2cap_connect(self, conn_handle, psm, mtu, /) -> None: method l2cap_disconnect (line 603) | def l2cap_disconnect(self, conn_handle, cid, /) -> None: method l2cap_send (line 609) | def l2cap_send(self, conn_handle, cid, buf, /) -> bool: method l2cap_recvinto (line 624) | def l2cap_recvinto(self, conn_handle, cid, buf, /) -> int: method gap_pair (line 643) | def gap_pair(self, conn_handle, /) -> Incomplete: method gap_passkey (line 653) | def gap_passkey(self, conn_handle, action, passkey, /) -> Incomplete: class UUID (line 671) | class UUID: method __init__ (line 681) | def __init__(self, value, /) -> None: ... FILE: stubs/micropython-v1_19_1-docstubs/btree.pyi class btree (line 95) | class btree: method close (line 98) | def close(self) -> None: method flush (line 107) | def flush(self) -> Incomplete: method __getitem__ (line 112) | def __getitem__(self, key) -> Incomplete: method get (line 117) | def get(self, key, default=None, /) -> Incomplete: method __setitem__ (line 122) | def __setitem__(self, key, val) -> Incomplete: method __delitem__ (line 127) | def __delitem__(self, key) -> Incomplete: method __contains__ (line 132) | def __contains__(self, key) -> Incomplete: method __iter__ (line 137) | def __iter__(self) -> Incomplete: method keys (line 143) | def keys(self, start_key, end_key, flags: Optional[Any] = None) -> Inc... method values (line 159) | def values(self, start_key, end_key, flags: Optional[Any] = None) -> I... method items (line 175) | def items(self, start_key, end_key, flags: Optional[Any] = None) -> In... function open (line 192) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_19_1-docstubs/cmath.pyi function cos (line 27) | def cos(z) -> float: function exp (line 33) | def exp(z) -> float: function log (line 39) | def log(z) -> float: function log10 (line 45) | def log10(z) -> float: function phase (line 51) | def phase(z) -> float: function polar (line 57) | def polar(z) -> Tuple: function rect (line 63) | def rect(r, phi) -> float: function sin (line 69) | def sin(z) -> float: function sqrt (line 75) | def sqrt(z) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/collections.pyi class deque (line 22) | class deque(stdlib_deque): method __init__ (line 40) | def __init__(self, iterable, maxlen, flags: Optional[Any] = None) -> N... method append (line 41) | def append(self, x) -> Incomplete: method popleft (line 47) | def popleft(self) -> Incomplete: class OrderedDict (line 54) | class OrderedDict(stdlib_OrderedDict): method __init__ (line 79) | def __init__(self, *args, **kwargs) -> None: ... function namedtuple (line 81) | def namedtuple(name, fields) -> stdlib_NamedTuple: FILE: stubs/micropython-v1_19_1-docstubs/cryptolib.pyi class aes (line 15) | class aes: method __init__ (line 16) | def __init__(self, key, mode, IV: Optional[Any] = None) -> None: method encrypt (line 36) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 44) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/esp.pyi function sleep_type (line 19) | def sleep_type(sleep_type: Optional[Any] = None) -> Incomplete: function deepsleep (line 40) | def deepsleep(time_us=0, /) -> Incomplete: function flash_id (line 53) | def flash_id() -> Incomplete: function flash_size (line 61) | def flash_size() -> Incomplete: function flash_user_start (line 67) | def flash_user_start() -> Incomplete: function flash_read (line 73) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... function flash_write (line 74) | def flash_write(byte_offset, bytes) -> Incomplete: ... function flash_erase (line 75) | def flash_erase(sector_no) -> Incomplete: ... function osdebug (line 76) | def osdebug(level) -> None: function set_native_code_location (line 93) | def set_native_code_location(start, length) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/esp32.pyi class Partition (line 32) | class Partition: method __init__ (line 63) | def __init__(self, id, block_size=4096, /) -> None: ... method find (line 65) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method info (line 75) | def info(self) -> Tuple: method readblocks (line 80) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 81) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 82) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 89) | def set_boot(self) -> None: method get_next_update (line 94) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 102) | def mark_app_valid_cancel_rollback(cls) -> Incomplete: class RMT (line 115) | class RMT: method __init__ (line 132) | def __init__(self, channel, *, pin=None, clock_div=8, idle_level=False... method source_freq (line 133) | def source_freq(self) -> Incomplete: method clock_div (line 139) | def clock_div(self) -> Incomplete: method wait_done (line 145) | def wait_done(self, *, timeout=0) -> bool: method loop (line 153) | def loop(self, enable_loop) -> None: method write_pulses (line 161) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 191) | def bitstream_channel(value: Optional[Any] = None) -> int: class ULP (line 205) | class ULP: method __init__ (line 210) | def __init__(self) -> None: ... method set_wakeup_period (line 211) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 216) | def load_binary(self, load_addr, program_binary) -> None: method run (line 221) | def run(self, entry_point) -> Incomplete: class NVS (line 227) | class NVS: method __init__ (line 233) | def __init__(self, namespace) -> None: ... method set_i32 (line 234) | def set_i32(self, key, value) -> None: method get_i32 (line 239) | def get_i32(self, key) -> int: method set_blob (line 245) | def set_blob(self, key, value) -> None: method get_blob (line 253) | def get_blob(self, key, buffer) -> int: method erase_key (line 260) | def erase_key(self, key) -> Incomplete: method commit (line 265) | def commit(self) -> Incomplete: function wake_on_touch (line 271) | def wake_on_touch(wake) -> None: function wake_on_ext0 (line 278) | def wake_on_ext0(pin, level) -> None: function wake_on_ext1 (line 286) | def wake_on_ext1(pins, level) -> None: function gpio_deep_sleep_hold (line 294) | def gpio_deep_sleep_hold(enable) -> None: function raw_temperature (line 301) | def raw_temperature() -> int: function hall_sensor (line 307) | def hall_sensor() -> int: function idf_heap_info (line 313) | def idf_heap_info(capabilities) -> List[Tuple]: FILE: stubs/micropython-v1_19_1-docstubs/framebuf.pyi class FrameBuffer (line 54) | class FrameBuffer: method __init__ (line 80) | def __init__(self, buffer, width, height, format, stride=-1, /) -> Non... method fill (line 81) | def fill(self, c) -> None: method pixel (line 86) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method hline (line 92) | def hline(self, x, y, w, c) -> Incomplete: ... method vline (line 93) | def vline(self, x, y, h, c) -> Incomplete: ... method line (line 94) | def line(self, x1, y1, x2, y2, c) -> None: method rect (line 103) | def rect(self, x, y, w, h, c) -> Incomplete: ... method fill_rect (line 104) | def fill_rect(self, x, y, w, h, c) -> None: method text (line 111) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method scroll (line 119) | def scroll(self, xstep, ystep) -> Incomplete: method blit (line 125) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: FILE: stubs/micropython-v1_19_1-docstubs/gc.pyi function enable (line 17) | def enable() -> None: function disable (line 23) | def disable() -> None: function collect (line 30) | def collect() -> None: function mem_alloc (line 36) | def mem_alloc() -> int: function mem_free (line 46) | def mem_free() -> int: function threshold (line 57) | def threshold(amount: Optional[Any] = None) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/hashlib.pyi class sha256 (line 35) | class sha256: method __init__ (line 40) | def __init__(self, data: Optional[Any] = None) -> None: ... class sha1 (line 42) | class sha1: method __init__ (line 47) | def __init__(self, data: Optional[Any] = None) -> None: ... class md5 (line 49) | class md5: method __init__ (line 54) | def __init__(self, data: Optional[Any] = None) -> None: ... class hash (line 56) | class hash: method update (line 59) | def update(self, data) -> Incomplete: method digest (line 64) | def digest(self) -> bytes: method hexdigest (line 70) | def hexdigest(self) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/heapq.pyi function heappush (line 19) | def heappush(heap, item) -> Incomplete: function heappop (line 25) | def heappop(heap) -> Incomplete: function heapify (line 34) | def heapify(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/io.pyi class FileIO (line 86) | class FileIO(IO): method __init__ (line 92) | def __init__(self, *args, **kwargs) -> None: ... class TextIOWrapper (line 94) | class TextIOWrapper(IO): method __init__ (line 100) | def __init__(self, *args, **kwargs) -> None: ... class StringIO (line 102) | class StringIO(IO): method __init__ (line 103) | def __init__(self, string: Optional[Any] = None) -> None: ... class BytesIO (line 105) | class BytesIO(IO): method __init__ (line 118) | def __init__(self, string: Optional[Any] = None) -> None: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: function open (line 125) | def open(name, mode="r", **kwargs) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/json.pyi function dump (line 16) | def dump(obj, stream, separators=None) -> Incomplete: function dumps (line 26) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Incomplete: function loads (line 45) | def loads(str) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/lcd160cr.pyi class LCD160CR (line 41) | class LCD160CR: method __init__ (line 84) | def __init__(self, connect=None, *, pwr=None, i2c=None, spi=None, i2c_... method rgb (line 86) | def rgb(r, g, b) -> int: method clip_line (line 95) | def clip_line(data, w, h) -> Incomplete: method set_power (line 100) | def set_power(self, on) -> None: method set_orient (line 106) | def set_orient(self, orient) -> None: method set_brightness (line 112) | def set_brightness(self, value) -> None: method set_i2c_addr (line 117) | def set_i2c_addr(self, addr) -> None: method set_uart_baudrate (line 123) | def set_uart_baudrate(self, baudrate) -> None: method set_startup_deco (line 128) | def set_startup_deco(self, value) -> None: method save_to_flash (line 134) | def save_to_flash(self) -> Incomplete: method set_pixel (line 140) | def set_pixel(self, x, y, c) -> None: method get_pixel (line 146) | def get_pixel(self, x, y) -> Incomplete: method get_line (line 151) | def get_line(self, x, y, buf) -> Incomplete: method screen_dump (line 159) | def screen_dump(self, buf, x=0, y=0, w=None, h=None) -> Incomplete: method screen_load (line 169) | def screen_load(self, buf) -> None: method set_pos (line 174) | def set_pos(self, x, y) -> None: method set_text_color (line 180) | def set_text_color(self, fg, bg) -> None: method set_font (line 185) | def set_font(self, font, scale=0, bold=0, trans=0, scroll=0) -> None: method write (line 205) | def write(self, s) -> None: method set_pen (line 212) | def set_pen(self, line, fill) -> None: method erase (line 217) | def erase(self) -> Incomplete: method dot (line 222) | def dot(self, x, y) -> None: method rect (line 227) | def rect(self, x, y, w, h) -> Incomplete: ... method rect_outline (line 228) | def rect_outline(self, x, y, w, h) -> Incomplete: ... method rect_interior (line 229) | def rect_interior(self, x, y, w, h) -> None: method line (line 237) | def line(self, x1, y1, x2, y2) -> None: method dot_no_clip (line 242) | def dot_no_clip(self, x, y) -> Incomplete: ... method rect_no_clip (line 243) | def rect_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_outline_no_clip (line 244) | def rect_outline_no_clip(self, x, y, w, h) -> Incomplete: ... method rect_interior_no_clip (line 245) | def rect_interior_no_clip(self, x, y, w, h) -> Incomplete: ... method line_no_clip (line 246) | def line_no_clip(self, x1, y1, x2, y2) -> Incomplete: method poly_dot (line 253) | def poly_dot(self, data) -> None: method poly_line (line 260) | def poly_line(self, data) -> Incomplete: method touch_config (line 265) | def touch_config(self, calib=False, save=False, irq=None) -> None: method is_touched (line 280) | def is_touched(self) -> bool: method get_touch (line 286) | def get_touch(self) -> Tuple: method set_spi_win (line 293) | def set_spi_win(self, x, y, w, h) -> None: method fast_spi (line 298) | def fast_spi(self, flush=True) -> SPI: method show_framebuf (line 311) | def show_framebuf(self, buf) -> None: method set_scroll (line 322) | def set_scroll(self, on) -> None: method set_scroll_win (line 328) | def set_scroll_win(self, win, x=-1, y=0, w=0, h=0, vec=0, pat=0, fill=... method set_scroll_win_param (line 345) | def set_scroll_win_param(self, win, param, value) -> Incomplete: method set_scroll_buf (line 355) | def set_scroll_buf(self, s) -> None: method jpeg (line 361) | def jpeg(self, buf) -> None: method jpeg_start (line 369) | def jpeg_start(self, total_len) -> Incomplete: ... method jpeg_data (line 370) | def jpeg_data(self, buf) -> None: method feed_wdt (line 378) | def feed_wdt(self) -> Incomplete: method reset (line 385) | def reset(self) -> None: FILE: stubs/micropython-v1_19_1-docstubs/machine.pyi class Pin (line 64) | class Pin: method __init__ (line 181) | def __init__(self, id, mode=-1, pull=-1, *, value=None, drive=0, alt=-... method init (line 182) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 191) | def value(self, x: Optional[Any] = None) -> int: method __call__ (line 224) | def __call__(self, x: Optional[Any] = None) -> Incomplete: method on (line 231) | def on(self) -> None: method off (line 236) | def off(self) -> None: method irq (line 241) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method low (line 285) | def low(self) -> None: method high (line 292) | def high(self) -> None: method mode (line 299) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method pull (line 307) | def pull(self, pull: Optional[Any] = None) -> Incomplete: method drive (line 315) | def drive(self, drive: Optional[Any] = None) -> Incomplete: class Signal (line 324) | class Signal(Pin): method __init__ (line 345) | def __init__(self, pin_obj, *args, invert=False) -> None: ... method value (line 346) | def value(self, x: Optional[Any] = None) -> int: method on (line 365) | def on(self) -> None: method off (line 370) | def off(self) -> None: class ADC (line 376) | class ADC: method __init__ (line 392) | def __init__(self, id, *, sample_ns: Optional[int] = 0, atten: Optiona... method init (line 393) | def init(self, *, sample_ns, atten) -> Incomplete: method block (line 400) | def block(self) -> Incomplete: method read_u16 (line 409) | def read_u16(self) -> int: method read_uv (line 416) | def read_uv(self) -> int: class ADCBlock (line 424) | class ADCBlock: method __init__ (line 434) | def __init__(self, id, *, bits) -> None: ... method init (line 435) | def init(self, *, bits) -> None: method connect (line 441) | def connect(self, channel, source) -> Incomplete: class PWM (line 459) | class PWM: method __init__ (line 476) | def __init__(self, dest, *, freq=0, duty=0, duty_u16=0, duty_ns=0) -> ... method init (line 477) | def init(self, *, freq, duty_u16, duty_ns) -> None: method deinit (line 483) | def deinit(self) -> None: method freq (line 488) | def freq(self, value: Optional[Any] = None) -> Incomplete: method duty_u16 (line 498) | def duty_u16(self, value: Optional[Any] = None) -> int: method duty_ns (line 509) | def duty_ns(self, value: Optional[Any] = None) -> int: class UART (line 519) | class UART: method __init__ (line 530) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 531) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method deinit (line 576) | def deinit(self) -> None: method any (line 581) | def any(self) -> int: method read (line 595) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 605) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 615) | def readline(self) -> Union[str, None]: method write (line 623) | def write(self, buf) -> Union[int, None]: method sendbreak (line 630) | def sendbreak(self) -> None: method irq (line 636) | def irq(self, trigger, priority=1, handler=None, wake=IDLE) -> Incompl... class SPI (line 663) | class SPI: method __init__ (line 681) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 682) | def init( method deinit (line 707) | def deinit(self) -> None: method read (line 712) | def read(self, nbytes, write=0x00) -> bytes: method readinto (line 719) | def readinto(self, buf, write=0x00) -> int: method write (line 728) | def write(self, buf) -> int: method write_readinto (line 736) | def write_readinto(self, write_buf, read_buf) -> int: class SoftSPI (line 747) | class SoftSPI: method __init__ (line 758) | def __init__(self, baudrate=500000, *, polarity=0, phase=0, bits=8, fi... class I2C (line 760) | class I2C: method __init__ (line 776) | def __init__( method init (line 779) | def init(self, scl, sda, *, freq=400000) -> None: method deinit (line 788) | def deinit(self) -> None: method scan (line 795) | def scan(self) -> List: method start (line 802) | def start(self) -> None: method stop (line 807) | def stop(self) -> None: method readinto (line 812) | def readinto(self, buf, nack=True, /) -> Incomplete: method write (line 821) | def write(self, buf) -> int: method readfrom (line 828) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readfrom_into (line 835) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method writeto (line 844) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 853) | def writevto(self, addr, vector, stop=True, /) -> int: method readfrom_mem (line 868) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method readfrom_mem_into (line 876) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method writeto_mem (line 887) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: class SoftI2C (line 898) | class SoftI2C(I2C): method __init__ (line 911) | def __init__(self, scl, sda, *, freq=400000, timeout=50000) -> None: ... class I2S (line 913) | class I2S: method __init__ (line 947) | def __init__(self, id, *, sck, ws, sd, mck=None, mode, bits, format, r... method init (line 948) | def init(self, sck, *args, **kwargs) -> Incomplete: method deinit (line 953) | def deinit(self) -> Incomplete: method readinto (line 958) | def readinto(self, buf) -> int: method write (line 966) | def write(self, buf) -> int: method irq (line 974) | def irq(self, handler) -> Incomplete: method shift (line 982) | def shift(*, buf, bits, shift) -> Incomplete: class RTC (line 990) | class RTC: method __init__ (line 997) | def __init__(self, id=0, *args, **kwargs) -> None: ... method datetime (line 998) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method init (line 1013) | def init(self, datetime) -> None: method now (line 1020) | def now(self) -> Tuple: method deinit (line 1025) | def deinit(self) -> None: method alarm (line 1030) | def alarm(self, id, time, *, repeat=False) -> None: method alarm_left (line 1037) | def alarm_left(self, alarm_id=0) -> int: method cancel (line 1042) | def cancel(self, alarm_id=0) -> None: method irq (line 1047) | def irq(self, *, trigger, handler=None, wake=IDLE) -> Incomplete: class Timer (line 1058) | class Timer: method __init__ (line 1071) | def __init__(self, id=-1, *args, **kwargs) -> None: ... method init (line 1072) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method deinit (line 1103) | def deinit(self) -> None: class WDT (line 1109) | class WDT: method __init__ (line 1118) | def __init__(self, id=0, timeout=5000) -> None: ... method feed (line 1119) | def feed(self) -> None: class SD (line 1127) | class SD: method __init__ (line 1132) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 1133) | def init(self, id=0, pins=("GP10", "GP11", "GP15")) -> None: method deinit (line 1139) | def deinit(self) -> None: class SDCard (line 1145) | class SDCard: method __init__ (line 1176) | def __init__(self, slot=1, width=1, cd=None, wp=None, sck=None, miso=N... function reset (line 1178) | def reset() -> NoReturn: function soft_reset (line 1185) | def soft_reset() -> NoReturn: function reset_cause (line 1193) | def reset_cause() -> int: function bootloader (line 1199) | def bootloader(value: Optional[Any] = None) -> None: function disable_irq (line 1209) | def disable_irq() -> Incomplete: function enable_irq (line 1218) | def enable_irq(state) -> Incomplete: function freq (line 1226) | def freq(hz: Optional[Any] = None) -> Incomplete: function idle (line 1234) | def idle() -> Incomplete: function sleep (line 1243) | def sleep() -> Incomplete: function lightsleep (line 1249) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function deepsleep (line 1274) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 1299) | def wake_reason() -> Incomplete: function unique_id (line 1307) | def unique_id() -> bytes: function time_pulse_us (line 1316) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function bitstream (line 1334) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function rng (line 1358) | def rng() -> int: FILE: stubs/micropython-v1_19_1-docstubs/math.pyi function acos (line 29) | def acos(x) -> float: function acosh (line 35) | def acosh(x) -> float: function asin (line 41) | def asin(x) -> float: function asinh (line 47) | def asinh(x) -> float: function atan (line 53) | def atan(x) -> float: function atan2 (line 59) | def atan2(y, x) -> float: function atanh (line 65) | def atanh(x) -> float: function ceil (line 71) | def ceil(x) -> int: function copysign (line 77) | def copysign(x, y) -> Incomplete: function cos (line 83) | def cos(x) -> float: function cosh (line 89) | def cosh(x) -> float: function degrees (line 95) | def degrees(x) -> Incomplete: function erf (line 101) | def erf(x) -> Incomplete: function erfc (line 107) | def erfc(x) -> Incomplete: function exp (line 113) | def exp(x) -> float: function expm1 (line 119) | def expm1(x) -> Incomplete: function fabs (line 125) | def fabs(x) -> Incomplete: function floor (line 131) | def floor(x) -> int: function fmod (line 137) | def fmod(x, y) -> Incomplete: function frexp (line 143) | def frexp(x) -> Incomplete: function gamma (line 152) | def gamma(x) -> Incomplete: function isfinite (line 158) | def isfinite(x) -> bool: function isinf (line 164) | def isinf(x) -> bool: function isnan (line 170) | def isnan(x) -> bool: function ldexp (line 176) | def ldexp(x, exp) -> Incomplete: function lgamma (line 182) | def lgamma(x) -> float: function log (line 188) | def log(x) -> float: function log10 (line 194) | def log10(x) -> float: function log2 (line 200) | def log2(x) -> float: function modf (line 206) | def modf(x) -> Tuple: function pow (line 213) | def pow(x, y) -> Incomplete: function radians (line 219) | def radians(x) -> Incomplete: function sin (line 225) | def sin(x) -> float: function sinh (line 231) | def sinh(x) -> float: function sqrt (line 237) | def sqrt(x) -> Incomplete: function tan (line 243) | def tan(x) -> float: function tanh (line 249) | def tanh(x) -> float: function trunc (line 255) | def trunc(x) -> int: FILE: stubs/micropython-v1_19_1-docstubs/micropython.pyi function const (line 19) | def const(expr: Const_T) -> Const_T: function opt_level (line 41) | def opt_level(level: Optional[Any] = None) -> Incomplete: function alloc_emergency_exception_buf (line 61) | def alloc_emergency_exception_buf(size) -> Incomplete: function mem_info (line 74) | def mem_info(verbose: Optional[Any] = None) -> None: function qstr_info (line 85) | def qstr_info(verbose: Optional[Any] = None) -> None: function stack_use (line 96) | def stack_use() -> int: function heap_lock (line 104) | def heap_lock() -> int: ... function heap_unlock (line 105) | def heap_unlock() -> int: ... function heap_locked (line 106) | def heap_locked() -> bool: function kbd_intr (line 128) | def kbd_intr(chr) -> None: function schedule (line 141) | def schedule(func, arg) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/neopixel.pyi class NeoPixel (line 21) | class NeoPixel: method __init__ (line 31) | def __init__(self, pin, n, *, bpp=3, timing=1) -> None: ... method fill (line 32) | def fill(self, pixel) -> None: method __len__ (line 38) | def __len__(self) -> int: method __setitem__ (line 43) | def __setitem__(self, index, val) -> None: method __getitem__ (line 48) | def __getitem__(self, index) -> Tuple: method write (line 53) | def write(self) -> None: FILE: stubs/micropython-v1_19_1-docstubs/network.pyi class AbstractNIC (line 53) | class AbstractNIC: method __init__ (line 60) | def __init__(self, id=None, *args, **kwargs) -> None: ... method active (line 61) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 70) | def connect(self, service_id: Optional[Any] = None, key: Optional[Any]... method disconnect (line 87) | def disconnect(self) -> None: method isconnected (line 92) | def isconnected(self) -> bool: method scan (line 97) | def scan(self, *args, **kwargs) -> List[Tuple]: method status (line 114) | def status(self, param: Optional[Any] = None) -> Incomplete: method ifconfig (line 130) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 140) | def config(self, param) -> Incomplete: class WLAN (line 158) | class WLAN: method __init__ (line 167) | def __init__(self, interface_id) -> None: ... method active (line 168) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 175) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 183) | def disconnect(self) -> None: method scan (line 188) | def scan(self) -> List[Tuple]: method status (line 216) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 234) | def isconnected(self) -> bool: method ifconfig (line 241) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 251) | def config(self, *args, **kwargs) -> Incomplete: class WLANWiPy (line 285) | class WLANWiPy: method __init__ (line 308) | def __init__(self, id=0, *args, **kwargs) -> None: ... method init (line 309) | def init(self, mode, *, ssid, auth, channel, antenna) -> Incomplete: method connect (line 336) | def connect(self, ssid, *, auth=None, bssid=None, timeout=None) -> None: method scan (line 350) | def scan(self) -> List[Tuple]: method disconnect (line 356) | def disconnect(self) -> None: method isconnected (line 361) | def isconnected(self) -> bool: method ifconfig (line 367) | def ifconfig(self, if_id=0, config: Union[str, Tuple] = "dhcp") -> Tuple: method mode (line 379) | def mode(self, mode: Optional[Any] = None) -> Incomplete: method ssid (line 384) | def ssid(self, ssid: Optional[Any] = None) -> Incomplete: method auth (line 389) | def auth(self, auth: Optional[Any] = None) -> Incomplete: method channel (line 394) | def channel(self, channel: Optional[Any] = None) -> Incomplete: method antenna (line 399) | def antenna(self, antenna: Optional[Any] = None) -> Incomplete: method mac (line 404) | def mac(self, mac_addr: Optional[Any] = None) -> bytes: method irq (line 409) | def irq(self, *, handler, wake) -> Incomplete: class CC3K (line 421) | class CC3K: method __init__ (line 444) | def __init__(self, spi, pin_cs, pin_en, pin_irq) -> None: ... method connect (line 445) | def connect(self, ssid, key=None, *, security=WPA2, bssid=None) -> None: method disconnect (line 451) | def disconnect(self) -> None: method isconnected (line 456) | def isconnected(self) -> bool: method ifconfig (line 462) | def ifconfig(self) -> Tuple: method patch_version (line 468) | def patch_version(self) -> Incomplete: method patch_program (line 473) | def patch_program(self, cmd: str, /) -> Incomplete: class WIZNET5K (line 480) | class WIZNET5K: method __init__ (line 498) | def __init__(self, spi, pin_cs, pin_rst) -> None: ... method isconnected (line 499) | def isconnected(self) -> bool: method ifconfig (line 505) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method regs (line 516) | def regs(self) -> Incomplete: class LAN (line 522) | class LAN: method __init__ (line 543) | def __init__(self, id, *, phy_type=0, phy_addr=0, phy_clock=0) -> None... method active (line 544) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 551) | def isconnected(self) -> bool: method status (line 557) | def status(self) -> Incomplete: method ifconfig (line 562) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 573) | def config(self, config_parameters) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/os.pyi class VfsFat (line 26) | class VfsFat: method __init__ (line 33) | def __init__(self, block_dev) -> None: ... method mkfs (line 35) | def mkfs(block_dev) -> None: class VfsLfs1 (line 41) | class VfsLfs1: method __init__ (line 51) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32) ... method mkfs (line 53) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class VfsLfs2 (line 62) | class VfsLfs2: method __init__ (line 80) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method mkfs (line 82) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class AbstractBlockDev (line 91) | class AbstractBlockDev: method __init__ (line 97) | def __init__(self, *args, **kwargs) -> None: ... method readblocks (line 98) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 113) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 134) | def ioctl(self, op, arg) -> int: function uname (line 167) | def uname() -> uname_result: function urandom (line 181) | def urandom(n) -> bytes: function chdir (line 188) | def chdir(path) -> Incomplete: function getcwd (line 194) | def getcwd() -> Incomplete: function ilistdir (line 200) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 221) | def listdir(dir: Optional[Any] = None) -> Incomplete: function mkdir (line 227) | def mkdir(path) -> Incomplete: function remove (line 233) | def remove(path) -> None: function rmdir (line 239) | def rmdir(path) -> None: function rename (line 245) | def rename(old_path, new_path) -> None: function stat (line 251) | def stat(path) -> Incomplete: function statvfs (line 257) | def statvfs(path) -> Tuple: function sync (line 280) | def sync() -> None: function dupterm (line 286) | def dupterm(stream_object, index=0, /) -> IO: function mount (line 309) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function umount (line 327) | def umount(mount_point) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/pyb.pyi class Accel (line 49) | class Accel: method __init__ (line 54) | def __init__(self) -> None: ... method filtered_xyz (line 55) | def filtered_xyz(self) -> Tuple: method tilt (line 65) | def tilt(self) -> Incomplete: method x (line 70) | def x(self) -> Incomplete: method y (line 75) | def y(self) -> Incomplete: method z (line 80) | def z(self) -> Incomplete: class ADC (line 86) | class ADC: method __init__ (line 92) | def __init__(self, pin) -> None: ... method read (line 93) | def read(self) -> Incomplete: method read_timed (line 99) | def read_timed(self, buf, timer) -> Incomplete: method read_timed_multi (line 136) | def read_timed_multi(self, adcs, bufs, timer) -> bool: class CAN (line 189) | class CAN: method __init__ (line 235) | def __init__( method init (line 238) | def init( method deinit (line 311) | def deinit(self) -> None: method restart (line 316) | def restart(self) -> Incomplete: method state (line 328) | def state(self) -> Incomplete: method info (line 343) | def info(self, list: Optional[Any] = None) -> Incomplete: method setfilter (line 366) | def setfilter(self, bank, mode, fifo, params, *, rtr=None, extframe=Fa... method clearfilter (line 422) | def clearfilter(self, bank, extframe=False) -> None: method any (line 431) | def any(self, fifo) -> bool: method recv (line 436) | def recv(self, fifo, list=None, *, timeout=5000) -> Tuple: method send (line 471) | def send(self, data, id, *, timeout=0, rtr=False, extframe=False, fdf=... method rxcallback (line 499) | def rxcallback(self, fifo, fun) -> None: class DAC (line 535) | class DAC: method __init__ (line 567) | def __init__(self, port, bits=8, *, buffering=None) -> None: ... method init (line 568) | def init(self, bits=8, *, buffering=None) -> Incomplete: method deinit (line 575) | def deinit(self) -> Incomplete: method noise (line 580) | def noise(self, freq) -> None: method triangle (line 586) | def triangle(self, freq) -> None: method write (line 593) | def write(self, value) -> Incomplete: method write_timed (line 600) | def write_timed(self, data, freq, *, mode=NORMAL) -> Incomplete: class ExtInt (line 622) | class ExtInt: method __init__ (line 646) | def __init__(self, pin, mode, pull, callback) -> None: ... method regs (line 648) | def regs(cls) -> Incomplete: method disable (line 653) | def disable(self) -> None: method enable (line 659) | def enable(self) -> None: method line (line 664) | def line(self) -> int: method swint (line 669) | def swint(self) -> Incomplete: class Flash (line 675) | class Flash: method __init__ (line 686) | def __init__(self) -> None: ... method readblocks (line 687) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 688) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 689) | def ioctl(self, cmd, arg) -> Incomplete: class I2C (line 697) | class I2C: method __init__ (line 723) | def __init__( method deinit (line 726) | def deinit(self) -> None: method init (line 731) | def init(self, mode, *, addr=0x12, baudrate=400000, gencall=False, dma... method is_ready (line 744) | def is_ready(self, addr) -> Incomplete: method mem_read (line 749) | def mem_read(self, data, addr, memaddr, *, timeout=5000, addr_size=8) ... method mem_write (line 763) | def mem_write(self, data, addr, memaddr, *, timeout=5000, addr_size=8)... method recv (line 777) | def recv(self, recv, addr=0x00, *, timeout=5000) -> bytes: method send (line 790) | def send(self, send, addr=0x00, *, timeout=5000) -> None: method scan (line 801) | def scan(self) -> List: class LCD (line 808) | class LCD: method __init__ (line 814) | def __init__(self, skin_position) -> None: ... method command (line 815) | def command(self, instr_data, buf) -> None: method contrast (line 822) | def contrast(self, value) -> None: method fill (line 827) | def fill(self, colour) -> None: method get (line 834) | def get(self, x, y) -> int: method light (line 841) | def light(self, value) -> None: method pixel (line 846) | def pixel(self, x, y, colour) -> None: method show (line 853) | def show(self) -> None: method text (line 858) | def text(self, str, x, y, colour) -> None: method write (line 865) | def write(self, str) -> None: class LED (line 871) | class LED: method __init__ (line 878) | def __init__(self, id) -> None: ... method intensity (line 879) | def intensity(self, value: Optional[Any] = None) -> None: method off (line 892) | def off(self) -> None: method on (line 897) | def on(self) -> None: method toggle (line 902) | def toggle(self) -> Incomplete: class Pin (line 909) | class Pin: method __init__ (line 933) | def __init__(self, id, *args, **kwargs) -> None: ... method debug (line 935) | def debug(cls, state: Optional[Any] = None) -> bool: method dict (line 941) | def dict(cls, dict: Optional[Any] = None) -> Incomplete: method mapper (line 947) | def mapper(cls, fun: Optional[Any] = None) -> Incomplete: method init (line 952) | def init(self, mode, pull=PULL_NONE, *, value=None, alt=-1) -> None: method value (line 980) | def value(self, value: Optional[Any] = None) -> int: method __str__ (line 990) | def __str__(self) -> str: method af (line 995) | def af(self) -> Incomplete: method af_list (line 1002) | def af_list(self) -> List: method gpio (line 1007) | def gpio(self) -> int: method mode (line 1012) | def mode(self) -> Incomplete: method name (line 1019) | def name(self) -> str: method names (line 1024) | def names(self) -> str: method pin (line 1029) | def pin(self) -> int: method port (line 1034) | def port(self) -> Incomplete: method pull (line 1039) | def pull(self) -> Incomplete: class Switch (line 1047) | class Switch(Pin): method __init__ (line 1052) | def __init__(self) -> None: ... method __call__ (line 1053) | def __call__(self) -> Incomplete: method value (line 1059) | def value(self) -> bool: method callback (line 1064) | def callback(self, fun) -> None: class pinaf (line 1071) | class pinaf: method __str__ (line 1074) | def __str__(self) -> str: method index (line 1079) | def index(self) -> int: method name (line 1084) | def name(self) -> str: method reg (line 1089) | def reg(self) -> Incomplete: class RTC (line 1097) | class RTC: method __init__ (line 1102) | def __init__(self) -> None: ... method datetime (line 1103) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method wakeup (line 1120) | def wakeup(self, timeout, callback=None) -> None: method info (line 1132) | def info(self) -> Incomplete: method calibration (line 1142) | def calibration(self, cal) -> int: class Servo (line 1160) | class Servo: method __init__ (line 1165) | def __init__(self, id) -> None: ... method angle (line 1166) | def angle(self, angle: Optional[Any] = None, time=0) -> Incomplete: method speed (line 1178) | def speed(self, speed: Optional[Any] = None, time=0) -> Incomplete: method pulse_width (line 1189) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method calibration (line 1197) | def calibration(self, pulse_min, pulse_max, pulse_centre, pulse_angle_... class SPI (line 1212) | class SPI: method __init__ (line 1235) | def __init__( method deinit (line 1238) | def deinit(self) -> None: method init (line 1243) | def init(self, mode, baudrate=328125, *, prescaler=-1, polarity=1, pha... method recv (line 1270) | def recv(self, recv, *, timeout=5000) -> bytes: method send (line 1282) | def send(self, send, *, timeout=5000) -> None: method send_recv (line 1292) | def send_recv(self, send, recv=None, *, timeout=5000) -> bytes: class Timer (line 1306) | class Timer: method __init__ (line 1319) | def __init__(self, id, *args, **kwargs) -> None: ... method init (line 1320) | def init(self, *, freq, prescaler, period, mode=UP, div=1, callback=No... method deinit (line 1368) | def deinit(self) -> None: method callback (line 1378) | def callback(self, fun) -> None: method channel (line 1385) | def channel(self, channel, mode, pin=None, *args) -> Incomplete: method counter (line 1460) | def counter(self, value: Optional[Any] = None) -> Incomplete: method freq (line 1465) | def freq(self, value: Optional[Any] = None) -> Incomplete: method period (line 1470) | def period(self, value: Optional[Any] = None) -> Incomplete: method prescaler (line 1475) | def prescaler(self, value: Optional[Any] = None) -> Incomplete: method source_freq (line 1480) | def source_freq(self) -> Incomplete: class timerchannel (line 1486) | class timerchannel: method callback (line 1489) | def callback(self, fun) -> None: method capture (line 1496) | def capture(self, value: Optional[Any] = None) -> Incomplete: method compare (line 1503) | def compare(self, value: Optional[Any] = None) -> Incomplete: method pulse_width (line 1510) | def pulse_width(self, value: Optional[Any] = None) -> Incomplete: method pulse_width_percent (line 1520) | def pulse_width_percent(self, value: Optional[Any] = None) -> Incomplete: class UART (line 1530) | class UART: method __init__ (line 1570) | def __init__( method init (line 1573) | def init(self, baudrate, bits=8, parity=None, stop=1, *, timeout=0, fl... method deinit (line 1598) | def deinit(self) -> None: method any (line 1603) | def any(self) -> int: method read (line 1608) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readchar (line 1624) | def readchar(self) -> int: method readinto (line 1631) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 1640) | def readline(self) -> None: method write (line 1649) | def write(self, buf) -> int: method writechar (line 1660) | def writechar(self, char) -> None: method sendbreak (line 1666) | def sendbreak(self) -> None: class USB_HID (line 1674) | class USB_HID: method __init__ (line 1679) | def __init__(self) -> None: ... method recv (line 1680) | def recv(self, data, *, timeout=5000) -> int: method send (line 1692) | def send(self, data) -> None: class USB_VCP (line 1701) | class USB_VCP: method __init__ (line 1713) | def __init__(self, id=0) -> None: ... method init (line 1714) | def init(self, *, flow=-1) -> None: method setinterrupt (line 1721) | def setinterrupt(self, chr) -> None: method isconnected (line 1731) | def isconnected(self) -> bool: method any (line 1736) | def any(self) -> bool: method close (line 1741) | def close(self) -> Incomplete: method read (line 1747) | def read(self, nbytes: Optional[Any] = None) -> bytes: method readinto (line 1757) | def readinto(self, buf, maxlen: Optional[Any] = None) -> int: method readline (line 1768) | def readline(self) -> bytes: method readlines (line 1776) | def readlines(self) -> List: method write (line 1785) | def write(self, buf) -> int: method recv (line 1792) | def recv(self, data, *, timeout=5000) -> int: method send (line 1804) | def send(self, data, *, timeout=5000) -> int: method irq (line 1814) | def irq(self, handler=None, trigger=IRQ_RX, hard=False) -> None: function delay (line 1826) | def delay(ms) -> None: function udelay (line 1832) | def udelay(us) -> None: function millis (line 1838) | def millis() -> int: function micros (line 1852) | def micros() -> int: function elapsed_millis (line 1866) | def elapsed_millis(start) -> int: function elapsed_micros (line 1881) | def elapsed_micros(start) -> int: function hard_reset (line 1897) | def hard_reset() -> NoReturn: function bootloader (line 1904) | def bootloader() -> None: function fault_debug (line 1910) | def fault_debug(value) -> None: function disable_irq (line 1925) | def disable_irq() -> Incomplete: function enable_irq (line 1934) | def enable_irq(state=True) -> None: function freq (line 1944) | def freq(sysclk=0, hclk=0, pclk1=0, pclk2=0) -> Tuple: function wfi (line 1984) | def wfi() -> None: function stop (line 1996) | def stop() -> Incomplete: function standby (line 2008) | def standby() -> Incomplete: function have_cdc (line 2021) | def have_cdc() -> bool: function hid (line 2029) | def hid(hidtuple: Tuple) -> Incomplete: function info (line 2038) | def info(dump_alloc_table: Optional[Any] = None) -> None: function main (line 2044) | def main(filename) -> None: function mount (line 2053) | def mount(device, mountpoint, *, readonly=False, mkfs=False) -> int: function repl_uart (line 2088) | def repl_uart(uart) -> UART: function rng (line 2094) | def rng() -> int: function sync (line 2100) | def sync() -> None: function unique_id (line 2106) | def unique_id() -> str: function usb_mode (line 2112) | def usb_mode(modestr: Optional[Any] = None, port=-1, vid=0xF055, pid=-1,... FILE: stubs/micropython-v1_19_1-docstubs/random.pyi function getrandbits (line 38) | def getrandbits(n) -> int: function randint (line 44) | def randint(a, b) -> int: function randrange (line 50) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 60) | def random() -> int: function uniform (line 66) | def uniform(a, b) -> int: function seed (line 73) | def seed(n=None, /) -> None: function choice (line 85) | def choice(sequence) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/rp2.pyi class PIOASMError (line 28) | class PIOASMError(Exception): class Flash (line 34) | class Flash: method __init__ (line 39) | def __init__(self) -> None: ... method readblocks (line 40) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 41) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 42) | def ioctl(self, cmd, arg) -> Incomplete: class PIO (line 50) | class PIO: method __init__ (line 102) | def __init__(self, id) -> None: ... method add_program (line 103) | def add_program(self, program) -> Incomplete: method remove_program (line 112) | def remove_program(self, program: Optional[Any] = None) -> None: method state_machine (line 121) | def state_machine(self, id, program, *args, **kwargs) -> Incomplete: method irq (line 132) | def irq(self, handler=None, trigger=IRQ_SM0, hard=False) -> Incomplete: class StateMachine (line 142) | class StateMachine: method __init__ (line 152) | def __init__(self, id, program, *args, **kwargs) -> None: ... method init (line 153) | def init( method active (line 200) | def active(self, value: Optional[Any] = None) -> Incomplete: method restart (line 210) | def restart(self) -> Incomplete: method exec (line 224) | def exec(self, instr) -> Incomplete: method get (line 232) | def get(self, buf=None, shift=0) -> Incomplete: method put (line 243) | def put(self, value, shift=0) -> Incomplete: method rx_fifo (line 254) | def rx_fifo(self) -> int: method tx_fifo (line 263) | def tx_fifo(self) -> int: method irq (line 272) | def irq(self, handler=None, trigger=0 | 1, hard=False) -> Incomplete: function asm_pio (line 280) | def asm_pio( function asm_pio_encode (line 329) | def asm_pio_encode(instr, sideset_count, sideset_opt=False) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/select.pyi class poll (line 24) | class poll: method __init__ (line 29) | def __init__(self) -> None: ... method register (line 30) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 49) | def unregister(self, obj) -> Incomplete: method modify (line 54) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 83) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: function select (line 101) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: FILE: stubs/micropython-v1_19_1-docstubs/socket.pyi class socket (line 114) | class socket: method __init__ (line 128) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 129) | def close(self) -> Incomplete: method bind (line 139) | def bind(self, address) -> Incomplete: method listen (line 144) | def listen(self, backlog: Optional[Any] = None) -> None: method accept (line 152) | def accept(self) -> Tuple: method connect (line 160) | def connect(self, address) -> None: method send (line 165) | def send(self, bytes) -> int: method sendall (line 172) | def sendall(self, bytes) -> int: method recv (line 184) | def recv(self, bufsize) -> bytes: method sendto (line 190) | def sendto(self, bytes, address) -> None: method recvfrom (line 196) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 203) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 210) | def settimeout(self, value) -> Incomplete: method setblocking (line 244) | def setblocking(self, flag) -> Incomplete: method makefile (line 255) | def makefile(self, mode="rb", buffering=0, /) -> IO: method read (line 272) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 290) | def readline(self) -> Incomplete: method write (line 297) | def write(self, buf) -> int: class error (line 308) | class error(Exception): ... function getaddrinfo (line 310) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... function inet_ntop (line 351) | def inet_ntop(af, bin_addr) -> Incomplete: function inet_pton (line 361) | def inet_pton(af, txt_addr) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/ssl.pyi function wrap_socket (line 30) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_19_1-docstubs/stm.pyi function rfcore_status (line 55) | def rfcore_status() -> int: function rfcore_fw_version (line 62) | def rfcore_fw_version(id) -> Tuple: function rfcore_sys_hci (line 71) | def rfcore_sys_hci(ogf, ocf, data, timeout_ms=0) -> bytes: FILE: stubs/micropython-v1_19_1-docstubs/struct.pyi function calcsize (line 26) | def calcsize(fmt) -> int: function pack (line 32) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 39) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 47) | def unpack(fmt, data) -> Tuple: function unpack_from (line 54) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_19_1-docstubs/sys.pyi function exit (line 121) | def exit(retval=0, /) -> Incomplete: function atexit (line 129) | def atexit(func) -> Incomplete: function print_exception (line 143) | def print_exception(exc, file=stdout, /) -> None: function settrace (line 159) | def settrace(tracefunc) -> None: FILE: stubs/micropython-v1_19_1-docstubs/time.pyi function gmtime (line 45) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 67) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 89) | def mktime() -> int: function sleep (line 97) | def sleep(seconds) -> Incomplete: function sleep_ms (line 106) | def sleep_ms(ms) -> None: function sleep_us (line 117) | def sleep_us(us) -> None: function ticks_ms (line 127) | def ticks_ms() -> int: function ticks_us (line 151) | def ticks_us() -> Incomplete: function ticks_cpu (line 157) | def ticks_cpu() -> Incomplete: function ticks_add (line 172) | def ticks_add(ticks, delta) -> Incomplete: function ticks_diff (line 199) | def ticks_diff(ticks1, ticks2) -> int: function time (line 265) | def time() -> int: function time_ns (line 292) | def time_ns() -> int: FILE: stubs/micropython-v1_19_1-docstubs/uarray.pyi class array (line 22) | class array(List): method __init__ (line 29) | def __init__(self, typecode, iterable: Optional[Any] = None) -> None: ... method append (line 30) | def append(self, val) -> Incomplete: method extend (line 35) | def extend(self, iterable) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/ubinascii.pyi function hexlify (line 20) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 30) | def unhexlify(data) -> bytes: function a2b_base64 (line 37) | def a2b_base64(data) -> bytes: function b2a_base64 (line 45) | def b2a_base64(data, *, newline=True) -> bytes: FILE: stubs/micropython-v1_19_1-docstubs/uctypes.pyi class struct (line 93) | class struct: method __init__ (line 99) | def __init__(self, addr, descriptor, layout_type=NATIVE, /) -> None: ... function sizeof (line 101) | def sizeof(struct, layout_type=NATIVE, /) -> int: function addressof (line 109) | def addressof(obj) -> int: function bytes_at (line 117) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 126) | def bytearray_at(addr, size) -> bytearray: FILE: stubs/micropython-v1_19_1-docstubs/uio.pyi class FileIO (line 86) | class FileIO(IO): method __init__ (line 92) | def __init__(self, *args, **kwargs) -> None: ... class TextIOWrapper (line 94) | class TextIOWrapper(IO): method __init__ (line 100) | def __init__(self, *args, **kwargs) -> None: ... class StringIO (line 102) | class StringIO(IO): method __init__ (line 103) | def __init__(self, string: Optional[Any] = None) -> None: ... class BytesIO (line 105) | class BytesIO(IO): method __init__ (line 118) | def __init__(self, string: Optional[Any] = None) -> None: ... method getvalue (line 119) | def getvalue(self) -> Incomplete: function open (line 125) | def open(name, mode="r", **kwargs) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/ujson.pyi function dump (line 16) | def dump(obj, stream, separators=None) -> Incomplete: function dumps (line 26) | def dumps(obj, separators=None) -> str: function load (line 34) | def load(stream) -> Incomplete: function loads (line 45) | def loads(str) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/uos.pyi class VfsFat (line 26) | class VfsFat: method __init__ (line 33) | def __init__(self, block_dev) -> None: ... method mkfs (line 35) | def mkfs(block_dev) -> None: class VfsLfs1 (line 41) | class VfsLfs1: method __init__ (line 51) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32) ... method mkfs (line 53) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class VfsLfs2 (line 62) | class VfsLfs2: method __init__ (line 80) | def __init__(self, block_dev, readsize=32, progsize=32, lookahead=32, ... method mkfs (line 82) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: class AbstractBlockDev (line 91) | class AbstractBlockDev: method __init__ (line 97) | def __init__(self, *args, **kwargs) -> None: ... method readblocks (line 98) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 113) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 134) | def ioctl(self, op, arg) -> int: function uname (line 167) | def uname() -> uname_result: function urandom (line 181) | def urandom(n) -> bytes: function chdir (line 188) | def chdir(path) -> Incomplete: function getcwd (line 194) | def getcwd() -> Incomplete: function ilistdir (line 200) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function listdir (line 221) | def listdir(dir: Optional[Any] = None) -> Incomplete: function mkdir (line 227) | def mkdir(path) -> Incomplete: function remove (line 233) | def remove(path) -> None: function rmdir (line 239) | def rmdir(path) -> None: function rename (line 245) | def rename(old_path, new_path) -> None: function stat (line 251) | def stat(path) -> Incomplete: function statvfs (line 257) | def statvfs(path) -> Tuple: function sync (line 280) | def sync() -> None: function dupterm (line 286) | def dupterm(stream_object, index=0, /) -> IO: function mount (line 309) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function umount (line 327) | def umount(mount_point) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/uselect.pyi class poll (line 24) | class poll: method __init__ (line 29) | def __init__(self) -> None: ... method register (line 30) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 49) | def unregister(self, obj) -> Incomplete: method modify (line 54) | def modify(self, obj, eventmask) -> None: method poll (line 60) | def poll(self, timeout=-1, /) -> List: method ipoll (line 83) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: function select (line 101) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: FILE: stubs/micropython-v1_19_1-docstubs/usocket.pyi class socket (line 114) | class socket: method __init__ (line 128) | def __init__(self, af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP, /)... method close (line 129) | def close(self) -> Incomplete: method bind (line 139) | def bind(self, address) -> Incomplete: method listen (line 144) | def listen(self, backlog: Optional[Any] = None) -> None: method accept (line 152) | def accept(self) -> Tuple: method connect (line 160) | def connect(self, address) -> None: method send (line 165) | def send(self, bytes) -> int: method sendall (line 172) | def sendall(self, bytes) -> int: method recv (line 184) | def recv(self, bufsize) -> bytes: method sendto (line 190) | def sendto(self, bytes, address) -> None: method recvfrom (line 196) | def recvfrom(self, bufsize) -> Tuple: method setsockopt (line 203) | def setsockopt(self, level, optname, value) -> None: method settimeout (line 210) | def settimeout(self, value) -> Incomplete: method setblocking (line 244) | def setblocking(self, flag) -> Incomplete: method makefile (line 255) | def makefile(self, mode="rb", buffering=0, /) -> IO: method read (line 272) | def read(self, size: Optional[Any] = None) -> bytes: method readinto (line 281) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method readline (line 290) | def readline(self) -> Incomplete: method write (line 297) | def write(self, buf) -> int: class error (line 308) | class error(Exception): ... function getaddrinfo (line 310) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... function inet_ntop (line 351) | def inet_ntop(af, bin_addr) -> Incomplete: function inet_pton (line 361) | def inet_pton(af, txt_addr) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/ussl.pyi function wrap_socket (line 30) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_19_1-docstubs/ustruct.pyi function calcsize (line 26) | def calcsize(fmt) -> int: function pack (line 32) | def pack(fmt, v1, *args, **kwargs) -> bytes: function pack_into (line 39) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 47) | def unpack(fmt, data) -> Tuple: function unpack_from (line 54) | def unpack_from(fmt, data, offset=0, /) -> Tuple: FILE: stubs/micropython-v1_19_1-docstubs/utime.pyi function gmtime (line 45) | def gmtime(secs: Optional[Any] = None) -> Tuple: function localtime (line 67) | def localtime(secs: Optional[Any] = None) -> Tuple: function mktime (line 89) | def mktime() -> int: function sleep (line 97) | def sleep(seconds) -> Incomplete: function sleep_ms (line 106) | def sleep_ms(ms) -> None: function sleep_us (line 117) | def sleep_us(us) -> None: function ticks_ms (line 127) | def ticks_ms() -> int: function ticks_us (line 151) | def ticks_us() -> Incomplete: function ticks_cpu (line 157) | def ticks_cpu() -> Incomplete: function ticks_add (line 172) | def ticks_add(ticks, delta) -> Incomplete: function ticks_diff (line 199) | def ticks_diff(ticks1, ticks2) -> int: function time (line 265) | def time() -> int: function time_ns (line 292) | def time_ns() -> int: FILE: stubs/micropython-v1_19_1-docstubs/uzlib.pyi class DecompIO (line 18) | class DecompIO: method __init__ (line 32) | def __init__(self, stream, wbits=0, /) -> None: ... function decompress (line 34) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_19_1-docstubs/wipy.pyi function heartbeat (line 18) | def heartbeat(enable: Optional[Any] = None) -> bool: FILE: stubs/micropython-v1_19_1-docstubs/wm8960.pyi class WM8960 (line 5) | class WM8960: method __init__ (line 51) | def __init__( method set_left_input (line 68) | def set_left_input(self, input_source) -> Incomplete: method set_right_input (line 73) | def set_right_input(self, input_source) -> Incomplete: method volume (line 78) | def volume(self, module, volume_l=None, volume_r=None) -> Incomplete: method mute (line 93) | def mute(self, module, mute, soft=True, ramp=MUTE_FAST) -> Incomplete: method set_data_route (line 102) | def set_data_route(self, route) -> None: method set_module (line 107) | def set_module(self, module, active) -> None: method enable_module (line 117) | def enable_module(self, module) -> None: method disable_module (line 122) | def disable_module(self, module) -> None: method expand_3d (line 127) | def expand_3d(self, level) -> None: method mono (line 133) | def mono(self, active) -> Incomplete: method alc_mode (line 140) | def alc_mode(self, channel, mode=ALC_MODE) -> Incomplete: method alc_gain (line 157) | def alc_gain(self, target=-12, max_gain=30, min_gain=-17.25, noise_gat... method alc_time (line 171) | def alc_time(self, attack=24, decay=192, hold=0) -> None: method deemphasis (line 183) | def deemphasis(self, active) -> Incomplete: method deinit (line 191) | def deinit(self) -> None: FILE: stubs/micropython-v1_19_1-docstubs/zephyr.pyi class DiskAccess (line 19) | class DiskAccess: method __init__ (line 26) | def __init__(self, disk_name) -> None: ... method readblocks (line 27) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 28) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 29) | def ioctl(self, cmd, arg) -> Incomplete: class FlashArea (line 37) | class FlashArea: method __init__ (line 49) | def __init__(self, id, block_size) -> None: ... method readblocks (line 50) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method writeblocks (line 51) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method ioctl (line 52) | def ioctl(self, cmd, arg) -> Incomplete: function is_preempt_thread (line 60) | def is_preempt_thread() -> Incomplete: function current_tid (line 69) | def current_tid() -> Incomplete: function thread_analyze (line 75) | def thread_analyze() -> Incomplete: function shell_exec (line 90) | def shell_exec(cmd_in) -> Incomplete: FILE: stubs/micropython-v1_19_1-docstubs/zlib.pyi class DecompIO (line 18) | class DecompIO: method __init__ (line 32) | def __init__(self, stream, wbits=0, /) -> None: ... function decompress (line 34) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/_onewire.py function reset (line 10) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 13) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 16) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 19) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 22) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 25) | def readbit(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/_thread.py function get_ident (line 23) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 26) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 29) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 32) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 35) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 38) | class LockType: method locked (line 39) | def locked(self, *args, **kwargs) -> Any: ... method release (line 41) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 43) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Any: ... method release (line 25) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/_uasyncio.py class TaskQueue (line 10) | class TaskQueue: method push (line 11) | def push(self, *args, **kwargs) -> Any: ... method peek (line 13) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 15) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 17) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/apa106.py class APA106 (line 10) | class APA106: method write (line 13) | def write(self, *args, **kwargs) -> Any: ... method fill (line 15) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class NeoPixel (line 20) | class NeoPixel: method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method fill (line 25) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/apa106.pyi class APA106 (line 3) | class APA106: method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class NeoPixel (line 9) | class NeoPixel: method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/array.py class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method decode (line 36) | def decode(self, *args, **kwargs) -> Any: ... method append (line 38) | def append(self, val) -> Incomplete: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/binascii.py function crc32 (line 21) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 24) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 35) | def unhexlify(data) -> bytes: function b2a_base64 (line 43) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 52) | def a2b_base64(data) -> bytes: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/btree.py function open (line 87) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/btree.pyi function open (line 81) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/cmath.py function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 34) | def sqrt(z) -> Incomplete: function rect (line 41) | def rect(r, phi) -> float: function sin (line 48) | def sin(z) -> float: function exp (line 55) | def exp(z) -> float: function cos (line 62) | def cos(z) -> float: function phase (line 69) | def phase(z) -> float: function log (line 76) | def log(z) -> float: function log10 (line 83) | def log10(z) -> float: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/dht.py function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... class DHT22 (line 13) | class DHT22: method humidity (line 14) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 16) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 18) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 23) | class DHT11: method humidity (line 24) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 26) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 28) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class DHTBase (line 33) | class DHTBase: method measure (line 34) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHT22 (line 5) | class DHT22: method humidity (line 6) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 7) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 8) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 11) | class DHT11: method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 14) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... class DHTBase (line 17) | class DHTBase: method measure (line 18) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ds18x20.py function const (line 10) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 13) | class DS18X20: method read_scratch (line 14) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 16) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 18) | def read_temp(self, *args, **kwargs) -> Any: ... method convert_temp (line 20) | def convert_temp(self, *args, **kwargs) -> Any: ... method scan (line 22) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method read_scratch (line 6) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 7) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 8) | def read_temp(self, *args, **kwargs) -> Any: ... method convert_temp (line 9) | def convert_temp(self, *args, **kwargs) -> Any: ... method scan (line 10) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/esp.py function flash_user_start (line 27) | def flash_user_start() -> Incomplete: function flash_write (line 34) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 37) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 40) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 43) | def osdebug(level) -> None: function flash_size (line 61) | def flash_size() -> Incomplete: function dht_readinto (line 68) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 71) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 74) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/esp.pyi function flash_user_start (line 21) | def flash_user_start() -> Incomplete: function flash_write (line 27) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 28) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 29) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 30) | def osdebug(level) -> None: function flash_size (line 47) | def flash_size() -> Incomplete: function dht_readinto (line 53) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 54) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 55) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/esp32.py function idf_heap_info (line 26) | def idf_heap_info(capabilities) -> List[Tuple]: function hall_sensor (line 53) | def hall_sensor() -> int: function wake_on_ext1 (line 60) | def wake_on_ext1(pins, level) -> None: function raw_temperature (line 69) | def raw_temperature() -> int: function wake_on_ext0 (line 76) | def wake_on_ext0(pin, level) -> None: function wake_on_touch (line 85) | def wake_on_touch(wake) -> None: function gpio_deep_sleep_hold (line 93) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 101) | class ULP: method run (line 108) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 114) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 120) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 129) | class NVS: method get_i32 (line 135) | def get_i32(self, key) -> int: method set_i32 (line 142) | def set_i32(self, key, value) -> None: method set_blob (line 148) | def set_blob(self, key, value) -> None: method commit (line 157) | def commit(self) -> Incomplete: method get_blob (line 163) | def get_blob(self, key, buffer) -> int: method erase_key (line 171) | def erase_key(self, key) -> Incomplete: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 180) | class Partition: method readblocks (line 192) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 194) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 202) | def set_boot(self) -> None: method writeblocks (line 208) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 210) | def info(self) -> Tuple: method find (line 217) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 228) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 238) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 254) | class RMT: method source_freq (line 271) | def source_freq(self) -> Incomplete: method loop (line 278) | def loop(self, enable_loop) -> None: method wait_done (line 287) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 296) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 327) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 341) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 343) | def clock_div(self) -> Incomplete: method __init__ (line 350) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/esp32.pyi function idf_heap_info (line 19) | def idf_heap_info(capabilities) -> List[Tuple]: function hall_sensor (line 45) | def hall_sensor() -> int: function wake_on_ext1 (line 51) | def wake_on_ext1(pins, level) -> None: function raw_temperature (line 59) | def raw_temperature() -> int: function wake_on_ext0 (line 65) | def wake_on_ext0(pin, level) -> None: function wake_on_touch (line 73) | def wake_on_touch(wake) -> None: function gpio_deep_sleep_hold (line 80) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 87) | class ULP: method run (line 93) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 99) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 105) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 113) | class NVS: method get_i32 (line 119) | def get_i32(self, key) -> int: method set_i32 (line 126) | def set_i32(self, key, value) -> None: method set_blob (line 132) | def set_blob(self, key, value) -> None: method commit (line 141) | def commit(self) -> Incomplete: method get_blob (line 147) | def get_blob(self, key, buffer) -> int: method erase_key (line 155) | def erase_key(self, key) -> Incomplete: method __init__ (line 161) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 163) | class Partition: method readblocks (line 174) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 175) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 183) | def set_boot(self) -> None: method writeblocks (line 189) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 190) | def info(self) -> Tuple: method find (line 197) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 208) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 218) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 233) | class RMT: method source_freq (line 250) | def source_freq(self) -> Incomplete: method loop (line 257) | def loop(self, enable_loop) -> None: method wait_done (line 266) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 275) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 306) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 320) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 321) | def clock_div(self) -> Incomplete: method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/flashbdev.py class Partition (line 12) | class Partition: method readblocks (line 18) | def readblocks(self, *args, **kwargs) -> Any: ... method ioctl (line 20) | def ioctl(self, *args, **kwargs) -> Any: ... method set_boot (line 22) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 24) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 26) | def info(self, *args, **kwargs) -> Any: ... method find (line 28) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 30) | def get_next_update(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 33) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/flashbdev.pyi class Partition (line 5) | class Partition: method readblocks (line 10) | def readblocks(self, *args, **kwargs) -> Any: ... method ioctl (line 11) | def ioctl(self, *args, **kwargs) -> Any: ... method set_boot (line 12) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 13) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 14) | def info(self, *args, **kwargs) -> Any: ... method find (line 15) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 16) | def get_next_update(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 18) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/framebuf.py function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 31) | class FrameBuffer: method rect (line 57) | def rect(self, x, y, w, h, c) -> Incomplete: ... method pixel (line 59) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method vline (line 66) | def vline(self, x, y, h, c) -> Incomplete: ... method scroll (line 68) | def scroll(self, xstep, ystep) -> Incomplete: method text (line 75) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method fill (line 84) | def fill(self, c) -> None: method blit (line 90) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method line (line 110) | def line(self, x1, y1, x2, y2, c) -> None: method fill_rect (line 120) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 128) | def hline(self, x, y, w, c) -> Incomplete: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method rect (line 50) | def rect(self, x, y, w, h, c) -> Incomplete: ... method pixel (line 51) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method vline (line 58) | def vline(self, x, y, h, c) -> Incomplete: ... method scroll (line 59) | def scroll(self, xstep, ystep) -> Incomplete: method text (line 66) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method fill (line 75) | def fill(self, c) -> None: method blit (line 81) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method line (line 101) | def line(self, x1, y1, x2, y2, c) -> None: method fill_rect (line 111) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 119) | def hline(self, x, y, w, c) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/gc.py function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 29) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 32) | def mem_free() -> int: function threshold (line 44) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 70) | def collect() -> None: function enable (line 77) | def enable() -> None: function disable (line 84) | def disable() -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/hashlib.py class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: ... method update (line 43) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 48) | class sha1: method digest (line 53) | def digest(self, *args, **kwargs) -> Any: ... method update (line 55) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/heapq.py function heappop (line 24) | def heappop(heap) -> Incomplete: function heappush (line 34) | def heappush(heap, item) -> Incomplete: function heapify (line 41) | def heapify(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/inisetup.py function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 13) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 16) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/inisetup.pyi function check_bootsec (line 3) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 4) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 5) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/io.py function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 95) | class IOBase: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 99) | class TextIOWrapper(IO): method write (line 105) | def write(self, *args, **kwargs) -> Any: ... method flush (line 107) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 109) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 111) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 115) | def readline(self, *args, **kwargs) -> Any: ... method close (line 117) | def close(self, *args, **kwargs) -> Any: ... method read (line 119) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 121) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 126) | class StringIO(IO): method write (line 127) | def write(self, *args, **kwargs) -> Any: ... method flush (line 129) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 131) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 133) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 137) | def readline(self, *args, **kwargs) -> Any: ... method close (line 139) | def close(self, *args, **kwargs) -> Any: ... method read (line 141) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 143) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 145) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 148) | class BufferedWriter: method flush (line 149) | def flush(self, *args, **kwargs) -> Any: ... method write (line 151) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 156) | class FileIO(IO): method write (line 162) | def write(self, *args, **kwargs) -> Any: ... method flush (line 164) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 166) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 168) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 170) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 172) | def readline(self, *args, **kwargs) -> Any: ... method close (line 174) | def close(self, *args, **kwargs) -> Any: ... method read (line 176) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 178) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 183) | class BytesIO(IO): method write (line 196) | def write(self, *args, **kwargs) -> Any: ... method flush (line 198) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 200) | def getvalue(self) -> Incomplete: method seek (line 206) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 208) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 210) | def readline(self, *args, **kwargs) -> Any: ... method close (line 212) | def close(self, *args, **kwargs) -> Any: ... method read (line 214) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 216) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/json.py function loads (line 21) | def loads(str) -> Incomplete: function load (line 29) | def load(stream) -> Incomplete: function dumps (line 41) | def dumps(obj, separators=None) -> str: function dump (line 50) | def dump(obj, stream, separators=None) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/machine.py function enable_irq (line 37) | def enable_irq(state) -> Incomplete: function bitstream (line 46) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 71) | def disable_irq() -> Incomplete: function deepsleep (line 81) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 107) | def wake_reason() -> Incomplete: function sleep (line 116) | def sleep() -> Incomplete: function soft_reset (line 123) | def soft_reset() -> NoReturn: function time_pulse_us (line 132) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 151) | def unique_id() -> bytes: function freq (line 161) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 170) | def reset_cause() -> int: function idle (line 177) | def idle() -> Incomplete: function lightsleep (line 187) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 213) | def reset() -> NoReturn: class PWM (line 224) | class PWM: method duty_u16 (line 241) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 253) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 260) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 271) | def deinit(self) -> None: method duty_ns (line 277) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 287) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 292) | class UART: method deinit (line 304) | def deinit(self) -> None: method init (line 310) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 356) | def sendbreak(self) -> None: method read (line 363) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 374) | def any(self) -> int: method write (line 389) | def write(self, buf) -> Union[int, None]: method readinto (line 397) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 408) | def readline(self) -> Union[str, None]: method __init__ (line 417) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 424) | class ADCBlock: method init (line 434) | def init(self, *, bits) -> None: method connect (line 441) | def connect(self, channel, source) -> Incomplete: method __init__ (line 459) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 462) | class ADC: method read_u16 (line 487) | def read_u16(self) -> int: method init (line 495) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 503) | def read_uv(self) -> int: method width (line 511) | def width(self, *args, **kwargs) -> Any: ... method read (line 513) | def read(self, *args, **kwargs) -> Any: ... method block (line 515) | def block(self) -> Incomplete: method atten (line 525) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 527) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 530) | class I2S: method shift (line 562) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 570) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 576) | def irq(self, handler) -> Incomplete: method readinto (line 584) | def readinto(self, buf) -> int: method deinit (line 593) | def deinit(self) -> Incomplete: method write (line 599) | def write(self, buf) -> int: method __init__ (line 608) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 611) | class DAC: method write (line 612) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 614) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 617) | class I2C: method readfrom_mem_into (line 633) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 645) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 655) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 664) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 675) | def scan(self) -> List: method writeto (line 683) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 693) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 709) | def start(self) -> None: method readfrom (line 715) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 723) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 733) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 743) | def stop(self) -> None: method write (line 749) | def write(self, buf) -> int: method __init__ (line 757) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 760) | class Timer: method deinit (line 772) | def deinit(self) -> None: method init (line 778) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 810) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 812) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 815) | class SoftSPI: method deinit (line 825) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 827) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 829) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 831) | def read(self, *args, **kwargs) -> Any: ... method write (line 833) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 835) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 837) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 840) | class Pin: method irq (line 918) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 963) | def off(self) -> None: method on (line 969) | def on(self) -> None: method init (line 975) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 985) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1019) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 1020) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 1029) | class WDT: method feed (line 1038) | def feed(self) -> None: method __init__ (line 1046) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 1049) | class TouchPad: method config (line 1050) | def config(self, *args, **kwargs) -> Any: ... method read (line 1052) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 1054) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1057) | class SDCard: method ioctl (line 1088) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1090) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1092) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1094) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1096) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1098) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1101) | class RTC: method init (line 1106) | def init(self, datetime) -> None: method memory (line 1114) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1116) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1132) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1135) | class SoftI2C(I2C): method readfrom_mem_into (line 1148) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1150) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1152) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1154) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1156) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1158) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1160) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1162) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1164) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1166) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1168) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1170) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1172) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1174) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1177) | class SPI: method deinit (line 1192) | def deinit(self) -> None: method init (line 1198) | def init( method write_readinto (line 1224) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1235) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1243) | def write(self, buf) -> int: method readinto (line 1252) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1262) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1265) | class Signal(Pin): method off (line 1286) | def off(self) -> None: method on (line 1292) | def on(self) -> None: method value (line 1298) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1318) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/machine.pyi function enable_irq (line 31) | def enable_irq(state) -> Incomplete: function bitstream (line 39) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 63) | def disable_irq() -> Incomplete: function deepsleep (line 72) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 97) | def wake_reason() -> Incomplete: function sleep (line 105) | def sleep() -> Incomplete: function soft_reset (line 111) | def soft_reset() -> NoReturn: function time_pulse_us (line 119) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 137) | def unique_id() -> bytes: function freq (line 146) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 154) | def reset_cause() -> int: function idle (line 160) | def idle() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 194) | def reset() -> NoReturn: class PWM (line 203) | class PWM: method duty_u16 (line 220) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 232) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 239) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 250) | def deinit(self) -> None: method duty_ns (line 256) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 266) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 269) | class UART: method deinit (line 280) | def deinit(self) -> None: method init (line 286) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 332) | def sendbreak(self) -> None: method read (line 339) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 350) | def any(self) -> int: method write (line 365) | def write(self, buf) -> Union[int, None]: method readinto (line 373) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 384) | def readline(self) -> Union[str, None]: method __init__ (line 393) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 398) | class ADCBlock: method init (line 408) | def init(self, *, bits) -> None: method connect (line 415) | def connect(self, channel, source) -> Incomplete: method __init__ (line 433) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 435) | class ADC: method read_u16 (line 459) | def read_u16(self) -> int: method init (line 467) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 475) | def read_uv(self) -> int: method width (line 483) | def width(self, *args, **kwargs) -> Any: ... method read (line 484) | def read(self, *args, **kwargs) -> Any: ... method block (line 485) | def block(self) -> Incomplete: method atten (line 495) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 496) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 498) | class I2S: method shift (line 529) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 537) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 543) | def irq(self, handler) -> Incomplete: method readinto (line 551) | def readinto(self, buf) -> int: method deinit (line 560) | def deinit(self) -> Incomplete: method write (line 566) | def write(self, buf) -> int: method __init__ (line 575) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 577) | class DAC: method write (line 578) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 579) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 581) | class I2C: method readfrom_mem_into (line 597) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 609) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 619) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 628) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 639) | def scan(self) -> List: method writeto (line 647) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 657) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 673) | def start(self) -> None: method readfrom (line 679) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 687) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 697) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 707) | def stop(self) -> None: method write (line 713) | def write(self, buf) -> int: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 723) | class Timer: method deinit (line 734) | def deinit(self) -> None: method init (line 740) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 772) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 773) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 775) | class SoftSPI: method deinit (line 784) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 785) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 786) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 787) | def read(self, *args, **kwargs) -> Any: ... method write (line 788) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 789) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 790) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 792) | class Pin: method irq (line 869) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 914) | def off(self) -> None: method on (line 920) | def on(self) -> None: method init (line 926) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 936) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 970) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 971) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 979) | class WDT: method feed (line 988) | def feed(self) -> None: method __init__ (line 996) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 998) | class TouchPad: method config (line 999) | def config(self, *args, **kwargs) -> Any: ... method read (line 1000) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 1001) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1003) | class SDCard: method ioctl (line 1034) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1035) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1036) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1037) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1038) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1039) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1041) | class RTC: method init (line 1046) | def init(self, datetime) -> None: method memory (line 1054) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1055) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1071) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1073) | class SoftI2C(I2C): method readfrom_mem_into (line 1086) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1087) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1088) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1089) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1090) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1091) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1092) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1093) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1094) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1095) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1096) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1097) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1098) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1099) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1101) | class SPI: method deinit (line 1115) | def deinit(self) -> None: method init (line 1121) | def init( method write_readinto (line 1147) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1158) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1166) | def write(self, buf) -> int: method readinto (line 1175) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1185) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1187) | class Signal(Pin): method off (line 1208) | def off(self) -> None: method on (line 1214) | def on(self) -> None: method value (line 1220) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1240) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/math.py function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 39) | def lgamma(x) -> float: function trunc (line 46) | def trunc(x) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 56) | def gamma(x) -> Incomplete: function isnan (line 63) | def isnan(x) -> bool: function isfinite (line 70) | def isfinite(x) -> bool: function isinf (line 77) | def isinf(x) -> bool: function sqrt (line 84) | def sqrt(x) -> Incomplete: function sinh (line 91) | def sinh(x) -> float: function log (line 98) | def log(x) -> float: function tan (line 105) | def tan(x) -> float: function tanh (line 112) | def tanh(x) -> float: function log2 (line 119) | def log2(x) -> float: function log10 (line 126) | def log10(x) -> float: function sin (line 133) | def sin(x) -> float: function modf (line 140) | def modf(x) -> Tuple: function radians (line 148) | def radians(x) -> Incomplete: function atanh (line 155) | def atanh(x) -> float: function atan2 (line 162) | def atan2(y, x) -> float: function atan (line 169) | def atan(x) -> float: function ceil (line 176) | def ceil(x) -> int: function copysign (line 183) | def copysign(x, y) -> Incomplete: function frexp (line 190) | def frexp(x) -> Incomplete: function acos (line 200) | def acos(x) -> float: function pow (line 207) | def pow(x, y) -> Incomplete: function asinh (line 214) | def asinh(x) -> float: function acosh (line 221) | def acosh(x) -> float: function asin (line 228) | def asin(x) -> float: function factorial (line 235) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 238) | def fabs(x) -> Incomplete: function expm1 (line 245) | def expm1(x) -> Incomplete: function floor (line 252) | def floor(x) -> int: function fmod (line 259) | def fmod(x, y) -> Incomplete: function cos (line 266) | def cos(x) -> float: function degrees (line 273) | def degrees(x) -> Incomplete: function cosh (line 280) | def cosh(x) -> float: function exp (line 287) | def exp(x) -> float: function erf (line 294) | def erf(x) -> Incomplete: function erfc (line 301) | def erfc(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/micropython.py function opt_level (line 16) | def opt_level(level: Optional[Any] = None) -> Incomplete: function mem_info (line 37) | def mem_info(verbose: Optional[Any] = None) -> None: function stack_use (line 49) | def stack_use() -> int: function qstr_info (line 58) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 70) | def schedule(func, arg) -> Incomplete: function alloc_emergency_exception_buf (line 108) | def alloc_emergency_exception_buf(size) -> Incomplete: function const (line 122) | def const(expr: Const_T) -> Const_T: function kbd_intr (line 145) | def kbd_intr(chr) -> None: function heap_lock (line 159) | def heap_lock() -> int: ... function heap_unlock (line 162) | def heap_unlock() -> int: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/micropython.pyi function opt_level (line 10) | def opt_level(level: Optional[Any] = None) -> Incomplete: function mem_info (line 30) | def mem_info(verbose: Optional[Any] = None) -> None: function stack_use (line 41) | def stack_use() -> int: function qstr_info (line 49) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 60) | def schedule(func, arg) -> Incomplete: function alloc_emergency_exception_buf (line 97) | def alloc_emergency_exception_buf(size) -> Incomplete: function const (line 110) | def const(expr: Const_T) -> Const_T: function kbd_intr (line 132) | def kbd_intr(chr) -> None: function heap_lock (line 145) | def heap_lock() -> int: ... function heap_unlock (line 146) | def heap_unlock() -> int: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/neopixel.py function bitstream (line 23) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 26) | class NeoPixel: method write (line 38) | def write(self) -> None: method fill (line 44) | def fill(self, pixel) -> None: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/neopixel.pyi function bitstream (line 17) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 19) | class NeoPixel: method write (line 30) | def write(self) -> None: method fill (line 36) | def fill(self, pixel) -> None: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/network.py class WLAN (line 82) | class WLAN: method __init__ (line 91) | def __init__(self, interface_id) -> None: ... method active (line 92) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 100) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 109) | def disconnect(self) -> None: method scan (line 115) | def scan(self) -> List[Tuple]: method status (line 144) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 163) | def isconnected(self) -> bool: method ifconfig (line 171) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 182) | def config(self, *args, **kwargs) -> Incomplete: function phy_mode (line 217) | def phy_mode(*args, **kwargs) -> Any: ... function PPP (line 220) | def PPP(*args, **kwargs) -> Any: ... class LAN (line 223) | class LAN: method __init__ (line 244) | def __init__(self, id, *, phy_type=0, phy_addr=0, phy_clock=0) -> None... method active (line 245) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 253) | def isconnected(self) -> bool: method status (line 260) | def status(self) -> Incomplete: method ifconfig (line 266) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 278) | def config(self, config_parameters) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/network.pyi class WLAN (line 76) | class WLAN: method __init__ (line 85) | def __init__(self, interface_id) -> None: ... method active (line 86) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 94) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 103) | def disconnect(self) -> None: method scan (line 109) | def scan(self) -> List[Tuple]: method status (line 138) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 157) | def isconnected(self) -> bool: method ifconfig (line 165) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 176) | def config(self, *args, **kwargs) -> Incomplete: function phy_mode (line 210) | def phy_mode(*args, **kwargs) -> Any: ... function PPP (line 211) | def PPP(*args, **kwargs) -> Any: ... class LAN (line 213) | class LAN: method __init__ (line 234) | def __init__(self, id, *, phy_type=0, phy_addr=0, phy_clock=0) -> None... method active (line 235) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 243) | def isconnected(self) -> bool: method status (line 250) | def status(self) -> Incomplete: method ifconfig (line 256) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 268) | def config(self, config_parameters) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ntptime.py function settime (line 13) | def settime(*args, **kwargs) -> Any: ... function time (line 16) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ntptime.pyi function settime (line 6) | def settime(*args, **kwargs) -> Any: ... function time (line 7) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/onewire.py class OneWire (line 10) | class OneWire: method select_rom (line 15) | def select_rom(self, *args, **kwargs) -> Any: ... method writebyte (line 17) | def writebyte(self, *args, **kwargs) -> Any: ... method crc8 (line 19) | def crc8(self, *args, **kwargs) -> Any: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 23) | def readinto(self, *args, **kwargs) -> Any: ... method readbyte (line 25) | def readbyte(self, *args, **kwargs) -> Any: ... method readbit (line 27) | def readbit(self, *args, **kwargs) -> Any: ... method writebit (line 29) | def writebit(self, *args, **kwargs) -> Any: ... method reset (line 31) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 33) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class OneWireError (line 38) | class OneWireError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/onewire.pyi class OneWire (line 3) | class OneWire: method select_rom (line 7) | def select_rom(self, *args, **kwargs) -> Any: ... method writebyte (line 8) | def writebyte(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method write (line 10) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 11) | def readinto(self, *args, **kwargs) -> Any: ... method readbyte (line 12) | def readbyte(self, *args, **kwargs) -> Any: ... method readbit (line 13) | def readbit(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method reset (line 15) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 16) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class OneWireError (line 19) | class OneWireError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/os.py function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 30) | def rmdir(path) -> None: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 44) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 63) | def mkdir(path) -> Incomplete: function statvfs (line 70) | def statvfs(path) -> Tuple: function unlink (line 94) | def unlink(*args, **kwargs) -> Any: ... function uname (line 97) | def uname() -> uname_result: function umount (line 112) | def umount(mount_point) -> Incomplete: function urandom (line 123) | def urandom(n) -> bytes: function chdir (line 131) | def chdir(path) -> Incomplete: function dupterm (line 138) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 162) | def remove(path) -> None: function listdir (line 169) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 176) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 179) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 201) | def getcwd() -> Incomplete: class VfsLfs2 (line 208) | class VfsLfs2: method rename (line 226) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 229) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 238) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 240) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 244) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 246) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 248) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 250) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 252) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 254) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 258) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 263) | class VfsFat: method rename (line 270) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 273) | def mkfs(block_dev) -> None: method mount (line 279) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 281) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 283) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 285) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 287) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 289) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 291) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 293) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 295) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 297) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 299) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 301) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/os.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/platform.py function platform (line 10) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 13) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 16) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/random.py function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 50) | def random() -> int: function seed (line 57) | def seed(n=None, /) -> None: function uniform (line 70) | def uniform(a, b) -> int: function choice (line 78) | def choice(sequence) -> Incomplete: function randint (line 86) | def randint(a, b) -> int: function getrandbits (line 93) | def getrandbits(n) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/select.py function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 36) | class poll: method __init__ (line 41) | def __init__(self) -> None: ... method register (line 42) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 62) | def unregister(self, obj) -> Incomplete: method modify (line 68) | def modify(self, obj, eventmask) -> None: method poll (line 75) | def poll(self, timeout=-1, /) -> List: method ipoll (line 99) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/socket.py function getaddrinfo (line 86) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 128) | class socket: method recvfrom (line 142) | def recvfrom(self, bufsize) -> Tuple: method recv (line 150) | def recv(self, bufsize) -> bytes: method makefile (line 157) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 175) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 184) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 186) | def sendall(self, bytes) -> int: method setsockopt (line 199) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 207) | def setblocking(self, flag) -> Incomplete: method sendto (line 219) | def sendto(self, bytes, address) -> None: method settimeout (line 226) | def settimeout(self, value) -> Incomplete: method readline (line 261) | def readline(self) -> Incomplete: method readinto (line 269) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 279) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 289) | def close(self) -> Incomplete: method connect (line 300) | def connect(self, address) -> None: method send (line 306) | def send(self, bytes) -> int: method bind (line 314) | def bind(self, address) -> Incomplete: method accept (line 320) | def accept(self) -> Tuple: method write (line 329) | def write(self, buf) -> int: method __init__ (line 340) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/socket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ssl.py function wrap_socket (line 23) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ssl.pyi function wrap_socket (line 17) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/struct.py function pack_into (line 28) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 37) | def unpack(fmt, data) -> Tuple: function unpack_from (line 45) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 54) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 62) | def calcsize(fmt) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/struct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/sys.py function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: function exit (line 47) | def exit(retval=0, /) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/time.py function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 112) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 140) | def ticks_cpu() -> Incomplete: function time (line 156) | def time() -> int: function ticks_ms (line 184) | def ticks_ms() -> int: function ticks_us (line 209) | def ticks_us() -> Incomplete: function time_ns (line 216) | def time_ns() -> int: function localtime (line 224) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 247) | def sleep_us(us) -> None: function gmtime (line 258) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 281) | def sleep_ms(ms) -> None: function mktime (line 293) | def mktime() -> int: function sleep (line 302) | def sleep(seconds) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uarray.py class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method decode (line 36) | def decode(self, *args, **kwargs) -> Any: ... method append (line 38) | def append(self, val) -> Incomplete: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uasyncio/__init__.py function ticks_add (line 10) | def ticks_add(*args, **kwargs) -> Any: ... function create_task (line 13) | def create_task(*args, **kwargs) -> Any: ... function wait_for_ms (line 16) | def wait_for_ms(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function run_until_complete (line 22) | def run_until_complete(*args, **kwargs) -> Any: ... function new_event_loop (line 25) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 28) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 31) | def get_event_loop(*args, **kwargs) -> Any: ... function ticks (line 34) | def ticks(*args, **kwargs) -> Any: ... function sleep (line 37) | def sleep(*args, **kwargs) -> Any: ... function run (line 40) | def run(*args, **kwargs) -> Any: ... function sleep_ms (line 43) | def sleep_ms(*args, **kwargs) -> Any: ... class TimeoutError (line 46) | class TimeoutError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uasyncio/__init__.pyi function ticks_add (line 3) | def ticks_add(*args, **kwargs) -> Any: ... function create_task (line 4) | def create_task(*args, **kwargs) -> Any: ... function wait_for_ms (line 5) | def wait_for_ms(*args, **kwargs) -> Any: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Any: ... function run_until_complete (line 7) | def run_until_complete(*args, **kwargs) -> Any: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Any: ... function ticks (line 11) | def ticks(*args, **kwargs) -> Any: ... function sleep (line 12) | def sleep(*args, **kwargs) -> Any: ... function run (line 13) | def run(*args, **kwargs) -> Any: ... function sleep_ms (line 14) | def sleep_ms(*args, **kwargs) -> Any: ... class TimeoutError (line 16) | class TimeoutError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uasyncio/core.py function ticks (line 10) | def ticks(*args, **kwargs) -> Any: ... function create_task (line 13) | def create_task(*args, **kwargs) -> Any: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_add (line 19) | def ticks_add(*args, **kwargs) -> Any: ... function run_until_complete (line 22) | def run_until_complete(*args, **kwargs) -> Any: ... function new_event_loop (line 25) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 28) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 31) | def get_event_loop(*args, **kwargs) -> Any: ... function sleep (line 34) | def sleep(*args, **kwargs) -> Any: ... function run (line 37) | def run(*args, **kwargs) -> Any: ... function sleep_ms (line 40) | def sleep_ms(*args, **kwargs) -> Any: ... class TaskQueue (line 43) | class TaskQueue: method push (line 44) | def push(self, *args, **kwargs) -> Any: ... method peek (line 46) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 55) | class Task: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 59) | class CancelledError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Any: ... function create_task (line 4) | def create_task(*args, **kwargs) -> Any: ... function ticks_diff (line 5) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_add (line 6) | def ticks_add(*args, **kwargs) -> Any: ... function run_until_complete (line 7) | def run_until_complete(*args, **kwargs) -> Any: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Any: ... function sleep (line 11) | def sleep(*args, **kwargs) -> Any: ... function run (line 12) | def run(*args, **kwargs) -> Any: ... function sleep_ms (line 13) | def sleep_ms(*args, **kwargs) -> Any: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Any: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uasyncio/event.py class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method ioctl (line 11) | def ioctl(self, *args, **kwargs) -> Any: ... method set (line 13) | def set(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 20) | class Event: method set (line 21) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 23) | def is_set(self, *args, **kwargs) -> Any: ... method clear (line 25) | def clear(self, *args, **kwargs) -> Any: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method ioctl (line 4) | def ioctl(self, *args, **kwargs) -> Any: ... method set (line 5) | def set(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 9) | class Event: method set (line 10) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 11) | def is_set(self, *args, **kwargs) -> Any: ... method clear (line 12) | def clear(self, *args, **kwargs) -> Any: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uasyncio/funcs.py function wait_for_ms (line 10) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uasyncio/lock.py class Lock (line 10) | class Lock: method locked (line 11) | def locked(self, *args, **kwargs) -> Any: ... method release (line 13) | def release(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Any: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uasyncio/stream.py class StreamWriter (line 12) | class StreamWriter: method get_extra_info (line 13) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 15) | def write(self, *args, **kwargs) -> Any: ... method close (line 17) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 32) | class Stream: method get_extra_info (line 33) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 35) | def write(self, *args, **kwargs) -> Any: ... method close (line 37) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 52) | class Server: method close (line 53) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 60) | class StreamReader: method get_extra_info (line 61) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 63) | def write(self, *args, **kwargs) -> Any: ... method close (line 65) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 77) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uasyncio/stream.pyi class StreamWriter (line 5) | class StreamWriter: method get_extra_info (line 6) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method close (line 8) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 20) | class Stream: method get_extra_info (line 21) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 22) | def write(self, *args, **kwargs) -> Any: ... method close (line 23) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 35) | class Server: method close (line 36) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 40) | class StreamReader: method get_extra_info (line 41) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method close (line 43) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ubinascii.py function crc32 (line 21) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 24) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 35) | def unhexlify(data) -> bytes: function b2a_base64 (line 43) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 52) | def a2b_base64(data) -> bytes: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ubluetooth.py class UUID (line 34) | class UUID: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 47) | class BLE: method gatts_notify (line 52) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 67) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gattc_write (line 80) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_read (line 100) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 110) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_read (line 124) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 131) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_set_buffer (line 141) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 154) | def gatts_register_services(self, services_definition, /) -> Incomplete: method irq (line 217) | def irq(self, handler, /) -> int: method gap_connect (line 413) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_advertise (line 437) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 454) | def config(self, param, /) -> Tuple: method active (line 518) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gattc_discover_services (line 527) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_disconnect (line 538) | def gap_disconnect(self, conn_handle, /) -> bool: method gattc_discover_descriptors (line 553) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 562) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_scan (line 577) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method __init__ (line 613) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ubluetooth.pyi class UUID (line 28) | class UUID: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 40) | class BLE: method gatts_notify (line 45) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 60) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gattc_write (line 73) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_read (line 93) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 103) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_read (line 117) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 124) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_set_buffer (line 134) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 147) | def gatts_register_services(self, services_definition, /) -> Incomplete: method irq (line 210) | def irq(self, handler, /) -> int: method gap_connect (line 406) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_advertise (line 430) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 447) | def config(self, param, /) -> Tuple: method active (line 511) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gattc_discover_services (line 520) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_disconnect (line 531) | def gap_disconnect(self, conn_handle, /) -> bool: method gattc_discover_descriptors (line 546) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 555) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_scan (line 570) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method __init__ (line 606) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ucollections.py function namedtuple (line 23) | def namedtuple(name, fields) -> stdlib_NamedTuple: class OrderedDict (line 44) | class OrderedDict(stdlib_OrderedDict): method popitem (line 69) | def popitem(self, *args, **kwargs) -> Any: ... method pop (line 71) | def pop(self, *args, **kwargs) -> Any: ... method values (line 73) | def values(self, *args, **kwargs) -> Any: ... method setdefault (line 75) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 77) | def update(self, *args, **kwargs) -> Any: ... method copy (line 79) | def copy(self, *args, **kwargs) -> Any: ... method clear (line 81) | def clear(self, *args, **kwargs) -> Any: ... method keys (line 83) | def keys(self, *args, **kwargs) -> Any: ... method get (line 85) | def get(self, *args, **kwargs) -> Any: ... method items (line 87) | def items(self, *args, **kwargs) -> Any: ... method fromkeys (line 90) | def fromkeys(cls, *args, **kwargs) -> Any: ... method __init__ (line 92) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 95) | class deque(stdlib_deque): method popleft (line 113) | def popleft(self) -> Incomplete: method append (line 120) | def append(self, x) -> Incomplete: method __init__ (line 127) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ucollections.pyi function namedtuple (line 17) | def namedtuple(name, fields) -> stdlib_NamedTuple: class OrderedDict (line 37) | class OrderedDict(stdlib_OrderedDict): method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: ... method pop (line 63) | def pop(self, *args, **kwargs) -> Any: ... method values (line 64) | def values(self, *args, **kwargs) -> Any: ... method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 66) | def update(self, *args, **kwargs) -> Any: ... method copy (line 67) | def copy(self, *args, **kwargs) -> Any: ... method clear (line 68) | def clear(self, *args, **kwargs) -> Any: ... method keys (line 69) | def keys(self, *args, **kwargs) -> Any: ... method get (line 70) | def get(self, *args, **kwargs) -> Any: ... method items (line 71) | def items(self, *args, **kwargs) -> Any: ... method fromkeys (line 73) | def fromkeys(cls, *args, **kwargs) -> Any: ... method __init__ (line 74) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 76) | class deque(stdlib_deque): method popleft (line 94) | def popleft(self) -> Incomplete: method append (line 101) | def append(self, x) -> Incomplete: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ucryptolib.py class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uctypes.py function sizeof (line 56) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 65) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 85) | def addressof(obj) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uhashlib.py class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: ... method update (line 43) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 48) | class sha1: method digest (line 53) | def digest(self, *args, **kwargs) -> Any: ... method update (line 55) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uheapq.py function heappop (line 24) | def heappop(heap) -> Incomplete: function heappush (line 34) | def heappush(heap, item) -> Incomplete: function heapify (line 41) | def heapify(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uio.py function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 95) | class IOBase: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 99) | class TextIOWrapper(IO): method write (line 105) | def write(self, *args, **kwargs) -> Any: ... method flush (line 107) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 109) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 111) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 115) | def readline(self, *args, **kwargs) -> Any: ... method close (line 117) | def close(self, *args, **kwargs) -> Any: ... method read (line 119) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 121) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 126) | class StringIO(IO): method write (line 127) | def write(self, *args, **kwargs) -> Any: ... method flush (line 129) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 131) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 133) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 137) | def readline(self, *args, **kwargs) -> Any: ... method close (line 139) | def close(self, *args, **kwargs) -> Any: ... method read (line 141) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 143) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 145) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 148) | class BufferedWriter: method flush (line 149) | def flush(self, *args, **kwargs) -> Any: ... method write (line 151) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 156) | class FileIO(IO): method write (line 162) | def write(self, *args, **kwargs) -> Any: ... method flush (line 164) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 166) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 168) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 170) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 172) | def readline(self, *args, **kwargs) -> Any: ... method close (line 174) | def close(self, *args, **kwargs) -> Any: ... method read (line 176) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 178) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 183) | class BytesIO(IO): method write (line 196) | def write(self, *args, **kwargs) -> Any: ... method flush (line 198) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 200) | def getvalue(self) -> Incomplete: method seek (line 206) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 208) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 210) | def readline(self, *args, **kwargs) -> Any: ... method close (line 212) | def close(self, *args, **kwargs) -> Any: ... method read (line 214) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 216) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ujson.py function loads (line 21) | def loads(str) -> Incomplete: function load (line 29) | def load(stream) -> Incomplete: function dumps (line 41) | def dumps(obj, separators=None) -> str: function dump (line 50) | def dump(obj, stream, separators=None) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/umachine.py function enable_irq (line 37) | def enable_irq(state) -> Incomplete: function bitstream (line 46) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 71) | def disable_irq() -> Incomplete: function deepsleep (line 81) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 107) | def wake_reason() -> Incomplete: function sleep (line 116) | def sleep() -> Incomplete: function soft_reset (line 123) | def soft_reset() -> NoReturn: function time_pulse_us (line 132) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 151) | def unique_id() -> bytes: function freq (line 161) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 170) | def reset_cause() -> int: function idle (line 177) | def idle() -> Incomplete: function lightsleep (line 187) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 213) | def reset() -> NoReturn: class PWM (line 224) | class PWM: method duty_u16 (line 241) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 253) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 260) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 271) | def deinit(self) -> None: method duty_ns (line 277) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 287) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 292) | class UART: method deinit (line 304) | def deinit(self) -> None: method init (line 310) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 356) | def sendbreak(self) -> None: method read (line 363) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 374) | def any(self) -> int: method write (line 389) | def write(self, buf) -> Union[int, None]: method readinto (line 397) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 408) | def readline(self) -> Union[str, None]: method __init__ (line 417) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 424) | class ADCBlock: method init (line 434) | def init(self, *, bits) -> None: method connect (line 441) | def connect(self, channel, source) -> Incomplete: method __init__ (line 459) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 462) | class ADC: method read_u16 (line 487) | def read_u16(self) -> int: method init (line 495) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 503) | def read_uv(self) -> int: method width (line 511) | def width(self, *args, **kwargs) -> Any: ... method read (line 513) | def read(self, *args, **kwargs) -> Any: ... method block (line 515) | def block(self) -> Incomplete: method atten (line 525) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 527) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 530) | class I2S: method shift (line 562) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 570) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 576) | def irq(self, handler) -> Incomplete: method readinto (line 584) | def readinto(self, buf) -> int: method deinit (line 593) | def deinit(self) -> Incomplete: method write (line 599) | def write(self, buf) -> int: method __init__ (line 608) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 611) | class DAC: method write (line 612) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 614) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 617) | class I2C: method readfrom_mem_into (line 633) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 645) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 655) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 664) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 675) | def scan(self) -> List: method writeto (line 683) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 693) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 709) | def start(self) -> None: method readfrom (line 715) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 723) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 733) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 743) | def stop(self) -> None: method write (line 749) | def write(self, buf) -> int: method __init__ (line 757) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 760) | class Timer: method deinit (line 772) | def deinit(self) -> None: method init (line 778) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 810) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 812) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 815) | class SoftSPI: method deinit (line 825) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 827) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 829) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 831) | def read(self, *args, **kwargs) -> Any: ... method write (line 833) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 835) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 837) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 840) | class Pin: method irq (line 918) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 963) | def off(self) -> None: method on (line 969) | def on(self) -> None: method init (line 975) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 985) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1019) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 1020) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 1029) | class WDT: method feed (line 1038) | def feed(self) -> None: method __init__ (line 1046) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 1049) | class TouchPad: method config (line 1050) | def config(self, *args, **kwargs) -> Any: ... method read (line 1052) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 1054) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1057) | class SDCard: method ioctl (line 1088) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1090) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1092) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1094) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1096) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1098) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1101) | class RTC: method init (line 1106) | def init(self, datetime) -> None: method memory (line 1114) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1116) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1132) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1135) | class SoftI2C(I2C): method readfrom_mem_into (line 1148) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1150) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1152) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1154) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1156) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1158) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1160) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1162) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1164) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1166) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1168) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1170) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1172) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1174) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1177) | class SPI: method deinit (line 1192) | def deinit(self) -> None: method init (line 1198) | def init( method write_readinto (line 1224) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1235) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1243) | def write(self, buf) -> int: method readinto (line 1252) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1262) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1265) | class Signal(Pin): method off (line 1286) | def off(self) -> None: method on (line 1292) | def on(self) -> None: method value (line 1298) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1318) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/umachine.pyi function enable_irq (line 31) | def enable_irq(state) -> Incomplete: function bitstream (line 39) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 63) | def disable_irq() -> Incomplete: function deepsleep (line 72) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 97) | def wake_reason() -> Incomplete: function sleep (line 105) | def sleep() -> Incomplete: function soft_reset (line 111) | def soft_reset() -> NoReturn: function time_pulse_us (line 119) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 137) | def unique_id() -> bytes: function freq (line 146) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 154) | def reset_cause() -> int: function idle (line 160) | def idle() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 194) | def reset() -> NoReturn: class PWM (line 203) | class PWM: method duty_u16 (line 220) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 232) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 239) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 250) | def deinit(self) -> None: method duty_ns (line 256) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 266) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 269) | class UART: method deinit (line 280) | def deinit(self) -> None: method init (line 286) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 332) | def sendbreak(self) -> None: method read (line 339) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 350) | def any(self) -> int: method write (line 365) | def write(self, buf) -> Union[int, None]: method readinto (line 373) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 384) | def readline(self) -> Union[str, None]: method __init__ (line 393) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 398) | class ADCBlock: method init (line 408) | def init(self, *, bits) -> None: method connect (line 415) | def connect(self, channel, source) -> Incomplete: method __init__ (line 433) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 435) | class ADC: method read_u16 (line 459) | def read_u16(self) -> int: method init (line 467) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 475) | def read_uv(self) -> int: method width (line 483) | def width(self, *args, **kwargs) -> Any: ... method read (line 484) | def read(self, *args, **kwargs) -> Any: ... method block (line 485) | def block(self) -> Incomplete: method atten (line 495) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 496) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 498) | class I2S: method shift (line 529) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 537) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 543) | def irq(self, handler) -> Incomplete: method readinto (line 551) | def readinto(self, buf) -> int: method deinit (line 560) | def deinit(self) -> Incomplete: method write (line 566) | def write(self, buf) -> int: method __init__ (line 575) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 577) | class DAC: method write (line 578) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 579) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 581) | class I2C: method readfrom_mem_into (line 597) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 609) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 619) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 628) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 639) | def scan(self) -> List: method writeto (line 647) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 657) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 673) | def start(self) -> None: method readfrom (line 679) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 687) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 697) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 707) | def stop(self) -> None: method write (line 713) | def write(self, buf) -> int: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 723) | class Timer: method deinit (line 734) | def deinit(self) -> None: method init (line 740) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 772) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 773) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 775) | class SoftSPI: method deinit (line 784) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 785) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 786) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 787) | def read(self, *args, **kwargs) -> Any: ... method write (line 788) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 789) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 790) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 792) | class Pin: method irq (line 869) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 914) | def off(self) -> None: method on (line 920) | def on(self) -> None: method init (line 926) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 936) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 970) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 971) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 979) | class WDT: method feed (line 988) | def feed(self) -> None: method __init__ (line 996) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 998) | class TouchPad: method config (line 999) | def config(self, *args, **kwargs) -> Any: ... method read (line 1000) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 1001) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1003) | class SDCard: method ioctl (line 1034) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1035) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1036) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1037) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1038) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1039) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1041) | class RTC: method init (line 1046) | def init(self, datetime) -> None: method memory (line 1054) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1055) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1071) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1073) | class SoftI2C(I2C): method readfrom_mem_into (line 1086) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1087) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1088) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1089) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1090) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1091) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1092) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1093) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1094) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1095) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1096) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1097) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1098) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1099) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1101) | class SPI: method deinit (line 1115) | def deinit(self) -> None: method init (line 1121) | def init( method write_readinto (line 1147) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1158) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1166) | def write(self, buf) -> int: method readinto (line 1175) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1185) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1187) | class Signal(Pin): method off (line 1208) | def off(self) -> None: method on (line 1214) | def on(self) -> None: method value (line 1220) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1240) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/umqtt/robust.py class MQTTClient (line 10) | class MQTTClient: method ping (line 14) | def ping(self, *args, **kwargs) -> Any: ... method check_msg (line 16) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 18) | def delay(self, *args, **kwargs) -> Any: ... method subscribe (line 20) | def subscribe(self, *args, **kwargs) -> Any: ... method disconnect (line 22) | def disconnect(self, *args, **kwargs) -> Any: ... method connect (line 24) | def connect(self, *args, **kwargs) -> Any: ... method set_last_will (line 26) | def set_last_will(self, *args, **kwargs) -> Any: ... method log (line 28) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method ping (line 6) | def ping(self, *args, **kwargs) -> Any: ... method check_msg (line 7) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 8) | def delay(self, *args, **kwargs) -> Any: ... method subscribe (line 9) | def subscribe(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method connect (line 11) | def connect(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method log (line 13) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/umqtt/simple.py function hexlify (line 10) | def hexlify(*args, **kwargs) -> Any: ... class MQTTClient (line 13) | class MQTTClient: method ping (line 14) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Any: ... method wait_msg (line 18) | def wait_msg(self, *args, **kwargs) -> Any: ... method subscribe (line 20) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 22) | def check_msg(self, *args, **kwargs) -> Any: ... method set_last_will (line 24) | def set_last_will(self, *args, **kwargs) -> Any: ... method connect (line 26) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 28) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class MQTTException (line 35) | class MQTTException(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTClient (line 5) | class MQTTClient: method ping (line 6) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 7) | def publish(self, *args, **kwargs) -> Any: ... method wait_msg (line 8) | def wait_msg(self, *args, **kwargs) -> Any: ... method subscribe (line 9) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 10) | def check_msg(self, *args, **kwargs) -> Any: ... method set_last_will (line 11) | def set_last_will(self, *args, **kwargs) -> Any: ... method connect (line 12) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 13) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Any: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... class MQTTException (line 17) | class MQTTException(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uos.py function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 30) | def rmdir(path) -> None: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 44) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 63) | def mkdir(path) -> Incomplete: function statvfs (line 70) | def statvfs(path) -> Tuple: function unlink (line 94) | def unlink(*args, **kwargs) -> Any: ... function uname (line 97) | def uname() -> uname_result: function umount (line 112) | def umount(mount_point) -> Incomplete: function urandom (line 123) | def urandom(n) -> bytes: function chdir (line 131) | def chdir(path) -> Incomplete: function dupterm (line 138) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 162) | def remove(path) -> None: function listdir (line 169) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 176) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 179) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 201) | def getcwd() -> Incomplete: class VfsLfs2 (line 208) | class VfsLfs2: method rename (line 226) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 229) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 238) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 240) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 244) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 246) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 248) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 250) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 252) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 254) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 258) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 263) | class VfsFat: method rename (line 270) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 273) | def mkfs(block_dev) -> None: method mount (line 279) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 281) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 283) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 285) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 287) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 289) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 291) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 293) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 295) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 297) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 299) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 301) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uos.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uplatform.py function platform (line 10) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 13) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 16) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/urandom.py function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 50) | def random() -> int: function seed (line 57) | def seed(n=None, /) -> None: function uniform (line 70) | def uniform(a, b) -> int: function choice (line 78) | def choice(sequence) -> Incomplete: function randint (line 86) | def randint(a, b) -> int: function getrandbits (line 93) | def getrandbits(n) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ure.py function sub (line 10) | def sub(*args, **kwargs) -> Any: ... function search (line 13) | def search(*args, **kwargs) -> Any: ... function match (line 16) | def match(*args, **kwargs) -> Any: ... function compile (line 19) | def compile(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/urequests.py function request (line 10) | def request(*args, **kwargs) -> Any: ... function head (line 13) | def head(*args, **kwargs) -> Any: ... function post (line 16) | def post(*args, **kwargs) -> Any: ... function patch (line 19) | def patch(*args, **kwargs) -> Any: ... function delete (line 22) | def delete(*args, **kwargs) -> Any: ... function put (line 25) | def put(*args, **kwargs) -> Any: ... function get (line 28) | def get(*args, **kwargs) -> Any: ... class Response (line 31) | class Response: method json (line 32) | def json(self, *args, **kwargs) -> Any: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/urequests.pyi function request (line 3) | def request(*args, **kwargs) -> Any: ... function head (line 4) | def head(*args, **kwargs) -> Any: ... function post (line 5) | def post(*args, **kwargs) -> Any: ... function patch (line 6) | def patch(*args, **kwargs) -> Any: ... function delete (line 7) | def delete(*args, **kwargs) -> Any: ... function put (line 8) | def put(*args, **kwargs) -> Any: ... function get (line 9) | def get(*args, **kwargs) -> Any: ... class Response (line 11) | class Response: method json (line 12) | def json(self, *args, **kwargs) -> Any: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uselect.py function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 36) | class poll: method __init__ (line 41) | def __init__(self) -> None: ... method register (line 42) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 62) | def unregister(self, obj) -> Incomplete: method modify (line 68) | def modify(self, obj, eventmask) -> None: method poll (line 75) | def poll(self, timeout=-1, /) -> List: method ipoll (line 99) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/usocket.py function getaddrinfo (line 86) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 128) | class socket: method recvfrom (line 142) | def recvfrom(self, bufsize) -> Tuple: method recv (line 150) | def recv(self, bufsize) -> bytes: method makefile (line 157) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 175) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 184) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 186) | def sendall(self, bytes) -> int: method setsockopt (line 199) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 207) | def setblocking(self, flag) -> Incomplete: method sendto (line 219) | def sendto(self, bytes, address) -> None: method settimeout (line 226) | def settimeout(self, value) -> Incomplete: method readline (line 261) | def readline(self) -> Incomplete: method readinto (line 269) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 279) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 289) | def close(self) -> Incomplete: method connect (line 300) | def connect(self, address) -> None: method send (line 306) | def send(self, bytes) -> int: method bind (line 314) | def bind(self, address) -> Incomplete: method accept (line 320) | def accept(self) -> Tuple: method write (line 329) | def write(self, buf) -> int: method __init__ (line 340) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/usocket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ussl.py function wrap_socket (line 23) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ussl.pyi function wrap_socket (line 17) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ustruct.py function pack_into (line 28) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 37) | def unpack(fmt, data) -> Tuple: function unpack_from (line 45) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 54) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 62) | def calcsize(fmt) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/ustruct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/usys.py function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: function exit (line 47) | def exit(retval=0, /) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/utime.py function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 112) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 140) | def ticks_cpu() -> Incomplete: function time (line 156) | def time() -> int: function ticks_ms (line 184) | def ticks_ms() -> int: function ticks_us (line 209) | def ticks_us() -> Incomplete: function time_ns (line 216) | def time_ns() -> int: function localtime (line 224) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 247) | def sleep_us(us) -> None: function gmtime (line 258) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 281) | def sleep_ms(ms) -> None: function mktime (line 293) | def mktime() -> int: function sleep (line 302) | def sleep(seconds) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/utimeq.py class utimeq (line 10) | class utimeq: method peektime (line 11) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 13) | def push(self, *args, **kwargs) -> Any: ... method pop (line 15) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uwebsocket.py class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 15) | def write(self, *args, **kwargs) -> Any: ... method close (line 17) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uzlib.py function decompress (line 23) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 35) | class DecompIO: method readinto (line 49) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 51) | def readline(self, *args, **kwargs) -> Any: ... method read (line 53) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/websocket.py class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 15) | def write(self, *args, **kwargs) -> Any: ... method close (line 17) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/websocket_helper.py function client_handshake (line 12) | def client_handshake(*args, **kwargs) -> Any: ... function server_handshake (line 15) | def server_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/websocket_helper.pyi function client_handshake (line 5) | def client_handshake(*args, **kwargs) -> Any: ... function server_handshake (line 6) | def server_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/zlib.py function decompress (line 23) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 35) | class DecompIO: method readinto (line 49) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 51) | def readline(self, *args, **kwargs) -> Any: ... method read (line 53) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC-merged/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/_onewire.py function reset (line 9) | def reset(*args, **kwargs) -> Any: function writebyte (line 13) | def writebyte(*args, **kwargs) -> Any: function writebit (line 17) | def writebit(*args, **kwargs) -> Any: function crc8 (line 21) | def crc8(*args, **kwargs) -> Any: function readbyte (line 25) | def readbyte(*args, **kwargs) -> Any: function readbit (line 29) | def readbit(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/_thread.py function get_ident (line 9) | def get_ident(*args, **kwargs) -> Any: function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: function stack_size (line 17) | def stack_size(*args, **kwargs) -> Any: function exit (line 21) | def exit(*args, **kwargs) -> Any: function allocate_lock (line 25) | def allocate_lock(*args, **kwargs) -> Any: class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Any: method release (line 33) | def release(self, *args, **kwargs) -> Any: method acquire (line 36) | def acquire(self, *args, **kwargs) -> Any: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/_thread.pyi function get_ident (line 3) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 4) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 5) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 7) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 9) | class LockType: method locked (line 10) | def locked(self, *args, **kwargs) -> Any: ... method release (line 11) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 12) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/_uasyncio.py class TaskQueue (line 9) | class TaskQueue: method push (line 10) | def push(self, *args, **kwargs) -> Any: method peek (line 13) | def peek(self, *args, **kwargs) -> Any: method remove (line 16) | def remove(self, *args, **kwargs) -> Any: method pop (line 19) | def pop(self, *args, **kwargs) -> Any: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: class Task (line 26) | class Task: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/apa106.py class APA106 (line 9) | class APA106: method write (line 12) | def write(self, *args, **kwargs) -> Any: method fill (line 15) | def fill(self, *args, **kwargs) -> Any: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: class NeoPixel (line 22) | class NeoPixel: method write (line 25) | def write(self, *args, **kwargs) -> Any: method fill (line 28) | def fill(self, *args, **kwargs) -> Any: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/apa106.pyi class APA106 (line 3) | class APA106: method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class NeoPixel (line 9) | class NeoPixel: method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/array.py class array (line 9) | class array: method extend (line 10) | def extend(self, *args, **kwargs) -> Any: method decode (line 13) | def decode(self, *args, **kwargs) -> Any: method append (line 16) | def append(self, *args, **kwargs) -> Any: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/array.pyi class array (line 3) | class array: method extend (line 4) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 5) | def decode(self, *args, **kwargs) -> Any: ... method append (line 6) | def append(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/binascii.py function crc32 (line 9) | def crc32(*args, **kwargs) -> Any: function hexlify (line 13) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 17) | def unhexlify(*args, **kwargs) -> Any: function b2a_base64 (line 21) | def b2a_base64(*args, **kwargs) -> Any: function a2b_base64 (line 25) | def a2b_base64(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/binascii.pyi function crc32 (line 3) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 4) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 5) | def unhexlify(*args, **kwargs) -> Any: ... function b2a_base64 (line 6) | def b2a_base64(*args, **kwargs) -> Any: ... function a2b_base64 (line 7) | def a2b_base64(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/btree.py function open (line 12) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/btree.pyi function open (line 6) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/cmath.py function polar (line 12) | def polar(*args, **kwargs) -> Any: function sqrt (line 16) | def sqrt(*args, **kwargs) -> Any: function rect (line 20) | def rect(*args, **kwargs) -> Any: function sin (line 24) | def sin(*args, **kwargs) -> Any: function exp (line 28) | def exp(*args, **kwargs) -> Any: function cos (line 32) | def cos(*args, **kwargs) -> Any: function phase (line 36) | def phase(*args, **kwargs) -> Any: function log (line 40) | def log(*args, **kwargs) -> Any: function log10 (line 44) | def log10(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/cmath.pyi function polar (line 6) | def polar(*args, **kwargs) -> Any: ... function sqrt (line 7) | def sqrt(*args, **kwargs) -> Any: ... function rect (line 8) | def rect(*args, **kwargs) -> Any: ... function sin (line 9) | def sin(*args, **kwargs) -> Any: ... function exp (line 10) | def exp(*args, **kwargs) -> Any: ... function cos (line 11) | def cos(*args, **kwargs) -> Any: ... function phase (line 12) | def phase(*args, **kwargs) -> Any: ... function log (line 13) | def log(*args, **kwargs) -> Any: ... function log10 (line 14) | def log10(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHT22 (line 13) | class DHT22: method humidity (line 14) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 17) | def temperature(self, *args, **kwargs) -> Any: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: class DHT11 (line 27) | class DHT11: method humidity (line 28) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 31) | def temperature(self, *args, **kwargs) -> Any: method measure (line 34) | def measure(self, *args, **kwargs) -> Any: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: class DHTBase (line 41) | class DHTBase: method measure (line 42) | def measure(self, *args, **kwargs) -> Any: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHT22 (line 5) | class DHT22: method humidity (line 6) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 7) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 8) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 11) | class DHT11: method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 14) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... class DHTBase (line 17) | class DHTBase: method measure (line 18) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method read_scratch (line 14) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 17) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 20) | def read_temp(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method scan (line 26) | def scan(self, *args, **kwargs) -> Any: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method read_scratch (line 6) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 7) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 8) | def read_temp(self, *args, **kwargs) -> Any: ... method convert_temp (line 9) | def convert_temp(self, *args, **kwargs) -> Any: ... method scan (line 10) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/esp.py function flash_user_start (line 16) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 20) | def flash_write(*args, **kwargs) -> Any: function gpio_matrix_in (line 24) | def gpio_matrix_in(*args, **kwargs) -> Any: function gpio_matrix_out (line 28) | def gpio_matrix_out(*args, **kwargs) -> Any: function osdebug (line 32) | def osdebug(*args, **kwargs) -> Any: function flash_size (line 36) | def flash_size(*args, **kwargs) -> Any: function dht_readinto (line 40) | def dht_readinto(*args, **kwargs) -> Any: function flash_erase (line 44) | def flash_erase(*args, **kwargs) -> Any: function flash_read (line 48) | def flash_read(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/esp.pyi function flash_user_start (line 10) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 11) | def flash_write(*args, **kwargs) -> Any: ... function gpio_matrix_in (line 12) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 13) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 14) | def osdebug(*args, **kwargs) -> Any: ... function flash_size (line 15) | def flash_size(*args, **kwargs) -> Any: ... function dht_readinto (line 16) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 17) | def flash_erase(*args, **kwargs) -> Any: ... function flash_read (line 18) | def flash_read(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/esp32.py function idf_heap_info (line 14) | def idf_heap_info(*args, **kwargs) -> Any: function hall_sensor (line 18) | def hall_sensor(*args, **kwargs) -> Any: function wake_on_ext1 (line 22) | def wake_on_ext1(*args, **kwargs) -> Any: function raw_temperature (line 26) | def raw_temperature(*args, **kwargs) -> Any: function wake_on_ext0 (line 30) | def wake_on_ext0(*args, **kwargs) -> Any: function wake_on_touch (line 34) | def wake_on_touch(*args, **kwargs) -> Any: function gpio_deep_sleep_hold (line 38) | def gpio_deep_sleep_hold(*args, **kwargs) -> Any: class ULP (line 42) | class ULP: method run (line 45) | def run(self, *args, **kwargs) -> Any: method set_wakeup_period (line 48) | def set_wakeup_period(self, *args, **kwargs) -> Any: method load_binary (line 51) | def load_binary(self, *args, **kwargs) -> Any: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: class NVS (line 58) | class NVS: method get_i32 (line 59) | def get_i32(self, *args, **kwargs) -> Any: method set_i32 (line 62) | def set_i32(self, *args, **kwargs) -> Any: method set_blob (line 65) | def set_blob(self, *args, **kwargs) -> Any: method commit (line 68) | def commit(self, *args, **kwargs) -> Any: method get_blob (line 71) | def get_blob(self, *args, **kwargs) -> Any: method erase_key (line 74) | def erase_key(self, *args, **kwargs) -> Any: method __init__ (line 77) | def __init__(self, *argv, **kwargs) -> None: class Partition (line 81) | class Partition: method readblocks (line 87) | def readblocks(self, *args, **kwargs) -> Any: method ioctl (line 90) | def ioctl(self, *args, **kwargs) -> Any: method set_boot (line 93) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 96) | def writeblocks(self, *args, **kwargs) -> Any: method info (line 99) | def info(self, *args, **kwargs) -> Any: method find (line 102) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 105) | def get_next_update(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 109) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: class RMT (line 116) | class RMT: method source_freq (line 117) | def source_freq(self, *args, **kwargs) -> Any: method loop (line 120) | def loop(self, *args, **kwargs) -> Any: method wait_done (line 123) | def wait_done(self, *args, **kwargs) -> Any: method write_pulses (line 126) | def write_pulses(self, *args, **kwargs) -> Any: method bitstream_channel (line 129) | def bitstream_channel(self, *args, **kwargs) -> Any: method deinit (line 132) | def deinit(self, *args, **kwargs) -> Any: method clock_div (line 135) | def clock_div(self, *args, **kwargs) -> Any: method __init__ (line 138) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/esp32.pyi function idf_heap_info (line 8) | def idf_heap_info(*args, **kwargs) -> Any: ... function hall_sensor (line 9) | def hall_sensor(*args, **kwargs) -> Any: ... function wake_on_ext1 (line 10) | def wake_on_ext1(*args, **kwargs) -> Any: ... function raw_temperature (line 11) | def raw_temperature(*args, **kwargs) -> Any: ... function wake_on_ext0 (line 12) | def wake_on_ext0(*args, **kwargs) -> Any: ... function wake_on_touch (line 13) | def wake_on_touch(*args, **kwargs) -> Any: ... function gpio_deep_sleep_hold (line 14) | def gpio_deep_sleep_hold(*args, **kwargs) -> Any: ... class ULP (line 16) | class ULP: method run (line 18) | def run(self, *args, **kwargs) -> Any: ... method set_wakeup_period (line 19) | def set_wakeup_period(self, *args, **kwargs) -> Any: ... method load_binary (line 20) | def load_binary(self, *args, **kwargs) -> Any: ... method __init__ (line 21) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 23) | class NVS: method get_i32 (line 24) | def get_i32(self, *args, **kwargs) -> Any: ... method set_i32 (line 25) | def set_i32(self, *args, **kwargs) -> Any: ... method set_blob (line 26) | def set_blob(self, *args, **kwargs) -> Any: ... method commit (line 27) | def commit(self, *args, **kwargs) -> Any: ... method get_blob (line 28) | def get_blob(self, *args, **kwargs) -> Any: ... method erase_key (line 29) | def erase_key(self, *args, **kwargs) -> Any: ... method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 32) | class Partition: method readblocks (line 37) | def readblocks(self, *args, **kwargs) -> Any: ... method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: ... method set_boot (line 39) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 40) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 41) | def info(self, *args, **kwargs) -> Any: ... method find (line 42) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 43) | def get_next_update(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 45) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 48) | class RMT: method source_freq (line 49) | def source_freq(self, *args, **kwargs) -> Any: ... method loop (line 50) | def loop(self, *args, **kwargs) -> Any: ... method wait_done (line 51) | def wait_done(self, *args, **kwargs) -> Any: ... method write_pulses (line 52) | def write_pulses(self, *args, **kwargs) -> Any: ... method bitstream_channel (line 53) | def bitstream_channel(self, *args, **kwargs) -> Any: ... method deinit (line 54) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 55) | def clock_div(self, *args, **kwargs) -> Any: ... method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/flashbdev.py class Partition (line 11) | class Partition: method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Any: method ioctl (line 20) | def ioctl(self, *args, **kwargs) -> Any: method set_boot (line 23) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 26) | def writeblocks(self, *args, **kwargs) -> Any: method info (line 29) | def info(self, *args, **kwargs) -> Any: method find (line 32) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 35) | def get_next_update(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 39) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/flashbdev.pyi class Partition (line 5) | class Partition: method readblocks (line 10) | def readblocks(self, *args, **kwargs) -> Any: ... method ioctl (line 11) | def ioctl(self, *args, **kwargs) -> Any: ... method set_boot (line 12) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 13) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 14) | def info(self, *args, **kwargs) -> Any: ... method find (line 15) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 16) | def get_next_update(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 18) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/framebuf.py function FrameBuffer1 (line 18) | def FrameBuffer1(*args, **kwargs) -> Any: class FrameBuffer (line 22) | class FrameBuffer: method rect (line 23) | def rect(self, *args, **kwargs) -> Any: method pixel (line 26) | def pixel(self, *args, **kwargs) -> Any: method vline (line 29) | def vline(self, *args, **kwargs) -> Any: method scroll (line 32) | def scroll(self, *args, **kwargs) -> Any: method text (line 35) | def text(self, *args, **kwargs) -> Any: method fill (line 38) | def fill(self, *args, **kwargs) -> Any: method blit (line 41) | def blit(self, *args, **kwargs) -> Any: method line (line 44) | def line(self, *args, **kwargs) -> Any: method fill_rect (line 47) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 50) | def hline(self, *args, **kwargs) -> Any: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/framebuf.pyi function FrameBuffer1 (line 12) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 14) | class FrameBuffer: method rect (line 15) | def rect(self, *args, **kwargs) -> Any: ... method pixel (line 16) | def pixel(self, *args, **kwargs) -> Any: ... method vline (line 17) | def vline(self, *args, **kwargs) -> Any: ... method scroll (line 18) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 19) | def text(self, *args, **kwargs) -> Any: ... method fill (line 20) | def fill(self, *args, **kwargs) -> Any: ... method blit (line 21) | def blit(self, *args, **kwargs) -> Any: ... method line (line 22) | def line(self, *args, **kwargs) -> Any: ... method fill_rect (line 23) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 24) | def hline(self, *args, **kwargs) -> Any: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/gc.py function mem_alloc (line 9) | def mem_alloc(*args, **kwargs) -> Any: function isenabled (line 13) | def isenabled(*args, **kwargs) -> Any: function mem_free (line 17) | def mem_free(*args, **kwargs) -> Any: function threshold (line 21) | def threshold(*args, **kwargs) -> Any: function collect (line 25) | def collect(*args, **kwargs) -> Any: function enable (line 29) | def enable(*args, **kwargs) -> Any: function disable (line 33) | def disable(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/gc.pyi function mem_alloc (line 3) | def mem_alloc(*args, **kwargs) -> Any: ... function isenabled (line 4) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 5) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 6) | def threshold(*args, **kwargs) -> Any: ... function collect (line 7) | def collect(*args, **kwargs) -> Any: ... function enable (line 8) | def enable(*args, **kwargs) -> Any: ... function disable (line 9) | def disable(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/hashlib.py class sha256 (line 9) | class sha256: method digest (line 10) | def digest(self, *args, **kwargs) -> Any: method update (line 13) | def update(self, *args, **kwargs) -> Any: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class sha1 (line 20) | class sha1: method digest (line 21) | def digest(self, *args, **kwargs) -> Any: method update (line 24) | def update(self, *args, **kwargs) -> Any: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/hashlib.pyi class sha256 (line 3) | class sha256: method digest (line 4) | def digest(self, *args, **kwargs) -> Any: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 8) | class sha1: method digest (line 9) | def digest(self, *args, **kwargs) -> Any: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/heapq.py function heappop (line 9) | def heappop(*args, **kwargs) -> Any: function heappush (line 13) | def heappush(*args, **kwargs) -> Any: function heapify (line 17) | def heapify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/heapq.pyi function heappop (line 3) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 4) | def heappush(*args, **kwargs) -> Any: ... function heapify (line 5) | def heapify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/inisetup.py function check_bootsec (line 9) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 13) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 17) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/inisetup.pyi function check_bootsec (line 3) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 4) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 5) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class IOBase (line 13) | class IOBase: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: class TextIOWrapper (line 18) | class TextIOWrapper: method write (line 19) | def write(self, *args, **kwargs) -> Any: method flush (line 22) | def flush(self, *args, **kwargs) -> Any: method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: method seek (line 28) | def seek(self, *args, **kwargs) -> Any: method tell (line 31) | def tell(self, *args, **kwargs) -> Any: method readline (line 34) | def readline(self, *args, **kwargs) -> Any: method close (line 37) | def close(self, *args, **kwargs) -> Any: method read (line 40) | def read(self, *args, **kwargs) -> Any: method readinto (line 43) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 50) | class StringIO: method write (line 51) | def write(self, *args, **kwargs) -> Any: method flush (line 54) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 57) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 60) | def seek(self, *args, **kwargs) -> Any: method tell (line 63) | def tell(self, *args, **kwargs) -> Any: method readline (line 66) | def readline(self, *args, **kwargs) -> Any: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: class BufferedWriter (line 82) | class BufferedWriter: method flush (line 83) | def flush(self, *args, **kwargs) -> Any: method write (line 86) | def write(self, *args, **kwargs) -> Any: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: class FileIO (line 93) | class FileIO: method write (line 94) | def write(self, *args, **kwargs) -> Any: method flush (line 97) | def flush(self, *args, **kwargs) -> Any: method readlines (line 100) | def readlines(self, *args, **kwargs) -> Any: method seek (line 103) | def seek(self, *args, **kwargs) -> Any: method tell (line 106) | def tell(self, *args, **kwargs) -> Any: method readline (line 109) | def readline(self, *args, **kwargs) -> Any: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 121) | def __init__(self, *argv, **kwargs) -> None: class BytesIO (line 125) | class BytesIO: method write (line 126) | def write(self, *args, **kwargs) -> Any: method flush (line 129) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 132) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 135) | def seek(self, *args, **kwargs) -> Any: method tell (line 138) | def tell(self, *args, **kwargs) -> Any: method readline (line 141) | def readline(self, *args, **kwargs) -> Any: method close (line 144) | def close(self, *args, **kwargs) -> Any: method read (line 147) | def read(self, *args, **kwargs) -> Any: method readinto (line 150) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class IOBase (line 5) | class IOBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 8) | class TextIOWrapper: method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method flush (line 10) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 11) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 12) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 13) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 14) | def readline(self, *args, **kwargs) -> Any: ... method close (line 15) | def close(self, *args, **kwargs) -> Any: ... method read (line 16) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 17) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 20) | class StringIO: method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method flush (line 22) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 23) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 24) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 25) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 26) | def readline(self, *args, **kwargs) -> Any: ... method close (line 27) | def close(self, *args, **kwargs) -> Any: ... method read (line 28) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 29) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 32) | class BufferedWriter: method flush (line 33) | def flush(self, *args, **kwargs) -> Any: ... method write (line 34) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 37) | class FileIO: method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 40) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method close (line 44) | def close(self, *args, **kwargs) -> Any: ... method read (line 45) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 46) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 49) | class BytesIO: method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 55) | def readline(self, *args, **kwargs) -> Any: ... method close (line 56) | def close(self, *args, **kwargs) -> Any: ... method read (line 57) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 58) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/json.py function loads (line 9) | def loads(*args, **kwargs) -> Any: function load (line 13) | def load(*args, **kwargs) -> Any: function dumps (line 17) | def dumps(*args, **kwargs) -> Any: function dump (line 21) | def dump(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/json.pyi function loads (line 3) | def loads(*args, **kwargs) -> Any: ... function load (line 4) | def load(*args, **kwargs) -> Any: ... function dumps (line 5) | def dumps(*args, **kwargs) -> Any: ... function dump (line 6) | def dump(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/machine.py function enable_irq (line 23) | def enable_irq(*args, **kwargs) -> Any: function bitstream (line 27) | def bitstream(*args, **kwargs) -> Any: function disable_irq (line 31) | def disable_irq(*args, **kwargs) -> Any: function deepsleep (line 35) | def deepsleep(*args, **kwargs) -> Any: function wake_reason (line 39) | def wake_reason(*args, **kwargs) -> Any: function sleep (line 43) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 47) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 51) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 55) | def unique_id(*args, **kwargs) -> Any: function freq (line 59) | def freq(*args, **kwargs) -> Any: function reset_cause (line 63) | def reset_cause(*args, **kwargs) -> Any: function idle (line 67) | def idle(*args, **kwargs) -> Any: function lightsleep (line 71) | def lightsleep(*args, **kwargs) -> Any: function reset (line 75) | def reset(*args, **kwargs) -> Any: class PWM (line 82) | class PWM: method duty_u16 (line 83) | def duty_u16(self, *args, **kwargs) -> Any: method init (line 86) | def init(self, *args, **kwargs) -> Any: method freq (line 89) | def freq(self, *args, **kwargs) -> Any: method deinit (line 92) | def deinit(self, *args, **kwargs) -> Any: method duty_ns (line 95) | def duty_ns(self, *args, **kwargs) -> Any: method duty (line 98) | def duty(self, *args, **kwargs) -> Any: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: class UART (line 105) | class UART: method deinit (line 113) | def deinit(self, *args, **kwargs) -> Any: method init (line 116) | def init(self, *args, **kwargs) -> Any: method sendbreak (line 119) | def sendbreak(self, *args, **kwargs) -> Any: method read (line 122) | def read(self, *args, **kwargs) -> Any: method any (line 125) | def any(self, *args, **kwargs) -> Any: method write (line 128) | def write(self, *args, **kwargs) -> Any: method readinto (line 131) | def readinto(self, *args, **kwargs) -> Any: method readline (line 134) | def readline(self, *args, **kwargs) -> Any: method __init__ (line 137) | def __init__(self, *argv, **kwargs) -> None: class ADCBlock (line 145) | class ADCBlock: method init (line 146) | def init(self, *args, **kwargs) -> Any: method connect (line 149) | def connect(self, *args, **kwargs) -> Any: method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: class ADC (line 156) | class ADC: method read_u16 (line 166) | def read_u16(self, *args, **kwargs) -> Any: method init (line 169) | def init(self, *args, **kwargs) -> Any: method read_uv (line 172) | def read_uv(self, *args, **kwargs) -> Any: method width (line 175) | def width(self, *args, **kwargs) -> Any: method read (line 178) | def read(self, *args, **kwargs) -> Any: method block (line 181) | def block(self, *args, **kwargs) -> Any: method atten (line 184) | def atten(self, *args, **kwargs) -> Any: method __init__ (line 187) | def __init__(self, *argv, **kwargs) -> None: class I2S (line 191) | class I2S: method shift (line 197) | def shift(self, *args, **kwargs) -> Any: method init (line 200) | def init(self, *args, **kwargs) -> Any: method irq (line 203) | def irq(self, *args, **kwargs) -> Any: method readinto (line 206) | def readinto(self, *args, **kwargs) -> Any: method deinit (line 209) | def deinit(self, *args, **kwargs) -> Any: method write (line 212) | def write(self, *args, **kwargs) -> Any: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: class DAC (line 219) | class DAC: method write (line 220) | def write(self, *args, **kwargs) -> Any: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: class I2C (line 227) | class I2C: method readfrom_mem_into (line 228) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readfrom_into (line 231) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 234) | def readfrom_mem(self, *args, **kwargs) -> Any: method writeto_mem (line 237) | def writeto_mem(self, *args, **kwargs) -> Any: method scan (line 240) | def scan(self, *args, **kwargs) -> Any: method writeto (line 243) | def writeto(self, *args, **kwargs) -> Any: method writevto (line 246) | def writevto(self, *args, **kwargs) -> Any: method start (line 249) | def start(self, *args, **kwargs) -> Any: method readfrom (line 252) | def readfrom(self, *args, **kwargs) -> Any: method readinto (line 255) | def readinto(self, *args, **kwargs) -> Any: method init (line 258) | def init(self, *args, **kwargs) -> Any: method stop (line 261) | def stop(self, *args, **kwargs) -> Any: method write (line 264) | def write(self, *args, **kwargs) -> Any: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: class Timer (line 271) | class Timer: method deinit (line 275) | def deinit(self, *args, **kwargs) -> Any: method init (line 278) | def init(self, *args, **kwargs) -> Any: method value (line 281) | def value(self, *args, **kwargs) -> Any: method __init__ (line 284) | def __init__(self, *argv, **kwargs) -> None: class SoftSPI (line 288) | class SoftSPI: method deinit (line 292) | def deinit(self, *args, **kwargs) -> Any: method init (line 295) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 298) | def write_readinto(self, *args, **kwargs) -> Any: method read (line 301) | def read(self, *args, **kwargs) -> Any: method write (line 304) | def write(self, *args, **kwargs) -> Any: method readinto (line 307) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 310) | def __init__(self, *argv, **kwargs) -> None: class Pin (line 314) | class Pin: method irq (line 329) | def irq(self, *args, **kwargs) -> Any: method off (line 332) | def off(self, *args, **kwargs) -> Any: method on (line 335) | def on(self, *args, **kwargs) -> Any: method init (line 338) | def init(self, *args, **kwargs) -> Any: method value (line 341) | def value(self, *args, **kwargs) -> Any: method __init__ (line 344) | def __init__(self, *argv, **kwargs) -> None: class WDT (line 348) | class WDT: method feed (line 349) | def feed(self, *args, **kwargs) -> Any: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: class TouchPad (line 356) | class TouchPad: method config (line 357) | def config(self, *args, **kwargs) -> Any: method read (line 360) | def read(self, *args, **kwargs) -> Any: method __init__ (line 363) | def __init__(self, *argv, **kwargs) -> None: class SDCard (line 367) | class SDCard: method ioctl (line 368) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 371) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 374) | def writeblocks(self, *args, **kwargs) -> Any: method info (line 377) | def info(self, *args, **kwargs) -> Any: method deinit (line 380) | def deinit(self, *args, **kwargs) -> Any: method __init__ (line 383) | def __init__(self, *argv, **kwargs) -> None: class RTC (line 387) | class RTC: method init (line 388) | def init(self, *args, **kwargs) -> Any: method memory (line 391) | def memory(self, *args, **kwargs) -> Any: method datetime (line 394) | def datetime(self, *args, **kwargs) -> Any: method __init__ (line 397) | def __init__(self, *argv, **kwargs) -> None: class SoftI2C (line 401) | class SoftI2C: method readfrom_mem_into (line 402) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readfrom_into (line 405) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 408) | def readfrom_mem(self, *args, **kwargs) -> Any: method writeto_mem (line 411) | def writeto_mem(self, *args, **kwargs) -> Any: method scan (line 414) | def scan(self, *args, **kwargs) -> Any: method writeto (line 417) | def writeto(self, *args, **kwargs) -> Any: method writevto (line 420) | def writevto(self, *args, **kwargs) -> Any: method start (line 423) | def start(self, *args, **kwargs) -> Any: method readfrom (line 426) | def readfrom(self, *args, **kwargs) -> Any: method readinto (line 429) | def readinto(self, *args, **kwargs) -> Any: method init (line 432) | def init(self, *args, **kwargs) -> Any: method stop (line 435) | def stop(self, *args, **kwargs) -> Any: method write (line 438) | def write(self, *args, **kwargs) -> Any: method __init__ (line 441) | def __init__(self, *argv, **kwargs) -> None: class SPI (line 445) | class SPI: method deinit (line 449) | def deinit(self, *args, **kwargs) -> Any: method init (line 452) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 455) | def write_readinto(self, *args, **kwargs) -> Any: method read (line 458) | def read(self, *args, **kwargs) -> Any: method write (line 461) | def write(self, *args, **kwargs) -> Any: method readinto (line 464) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 467) | def __init__(self, *argv, **kwargs) -> None: class Signal (line 471) | class Signal: method off (line 472) | def off(self, *args, **kwargs) -> Any: method on (line 475) | def on(self, *args, **kwargs) -> Any: method value (line 478) | def value(self, *args, **kwargs) -> Any: method __init__ (line 481) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/machine.pyi function enable_irq (line 17) | def enable_irq(*args, **kwargs) -> Any: ... function bitstream (line 18) | def bitstream(*args, **kwargs) -> Any: ... function disable_irq (line 19) | def disable_irq(*args, **kwargs) -> Any: ... function deepsleep (line 20) | def deepsleep(*args, **kwargs) -> Any: ... function wake_reason (line 21) | def wake_reason(*args, **kwargs) -> Any: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 23) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 24) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 25) | def unique_id(*args, **kwargs) -> Any: ... function freq (line 26) | def freq(*args, **kwargs) -> Any: ... function reset_cause (line 27) | def reset_cause(*args, **kwargs) -> Any: ... function idle (line 28) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 29) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 30) | def reset(*args, **kwargs) -> Any: ... class PWM (line 34) | class PWM: method duty_u16 (line 35) | def duty_u16(self, *args, **kwargs) -> Any: ... method init (line 36) | def init(self, *args, **kwargs) -> Any: ... method freq (line 37) | def freq(self, *args, **kwargs) -> Any: ... method deinit (line 38) | def deinit(self, *args, **kwargs) -> Any: ... method duty_ns (line 39) | def duty_ns(self, *args, **kwargs) -> Any: ... method duty (line 40) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 43) | class UART: method deinit (line 50) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 51) | def init(self, *args, **kwargs) -> Any: ... method sendbreak (line 52) | def sendbreak(self, *args, **kwargs) -> Any: ... method read (line 53) | def read(self, *args, **kwargs) -> Any: ... method any (line 54) | def any(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method __init__ (line 58) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 63) | class ADCBlock: method init (line 64) | def init(self, *args, **kwargs) -> Any: ... method connect (line 65) | def connect(self, *args, **kwargs) -> Any: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 68) | class ADC: method read_u16 (line 77) | def read_u16(self, *args, **kwargs) -> Any: ... method init (line 78) | def init(self, *args, **kwargs) -> Any: ... method read_uv (line 79) | def read_uv(self, *args, **kwargs) -> Any: ... method width (line 80) | def width(self, *args, **kwargs) -> Any: ... method read (line 81) | def read(self, *args, **kwargs) -> Any: ... method block (line 82) | def block(self, *args, **kwargs) -> Any: ... method atten (line 83) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 86) | class I2S: method shift (line 91) | def shift(self, *args, **kwargs) -> Any: ... method init (line 92) | def init(self, *args, **kwargs) -> Any: ... method irq (line 93) | def irq(self, *args, **kwargs) -> Any: ... method readinto (line 94) | def readinto(self, *args, **kwargs) -> Any: ... method deinit (line 95) | def deinit(self, *args, **kwargs) -> Any: ... method write (line 96) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 97) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 99) | class DAC: method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 103) | class I2C: method readfrom_mem_into (line 104) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 105) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 106) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 107) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 108) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 109) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 110) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 111) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 112) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 113) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 114) | def init(self, *args, **kwargs) -> Any: ... method stop (line 115) | def stop(self, *args, **kwargs) -> Any: ... method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 119) | class Timer: method deinit (line 122) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 123) | def init(self, *args, **kwargs) -> Any: ... method value (line 124) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 125) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 127) | class SoftSPI: method deinit (line 130) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 131) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 132) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 133) | def read(self, *args, **kwargs) -> Any: ... method write (line 134) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 138) | class Pin: method irq (line 152) | def irq(self, *args, **kwargs) -> Any: ... method off (line 153) | def off(self, *args, **kwargs) -> Any: ... method on (line 154) | def on(self, *args, **kwargs) -> Any: ... method init (line 155) | def init(self, *args, **kwargs) -> Any: ... method value (line 156) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 159) | class WDT: method feed (line 160) | def feed(self, *args, **kwargs) -> Any: ... method __init__ (line 161) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 163) | class TouchPad: method config (line 164) | def config(self, *args, **kwargs) -> Any: ... method read (line 165) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 168) | class SDCard: method ioctl (line 169) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 170) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 171) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 172) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 173) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 174) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 176) | class RTC: method init (line 177) | def init(self, *args, **kwargs) -> Any: ... method memory (line 178) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 179) | def datetime(self, *args, **kwargs) -> Any: ... method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 182) | class SoftI2C: method readfrom_mem_into (line 183) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 184) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 185) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 186) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 187) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 188) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 189) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 190) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 191) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 192) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 193) | def init(self, *args, **kwargs) -> Any: ... method stop (line 194) | def stop(self, *args, **kwargs) -> Any: ... method write (line 195) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 196) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 198) | class SPI: method deinit (line 201) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 202) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 203) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 204) | def read(self, *args, **kwargs) -> Any: ... method write (line 205) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 206) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 207) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 209) | class Signal: method off (line 210) | def off(self, *args, **kwargs) -> Any: ... method on (line 211) | def on(self, *args, **kwargs) -> Any: ... method value (line 212) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/math.py function ldexp (line 15) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 19) | def lgamma(*args, **kwargs) -> Any: function trunc (line 23) | def trunc(*args, **kwargs) -> Any: function isclose (line 27) | def isclose(*args, **kwargs) -> Any: function gamma (line 31) | def gamma(*args, **kwargs) -> Any: function isnan (line 35) | def isnan(*args, **kwargs) -> Any: function isfinite (line 39) | def isfinite(*args, **kwargs) -> Any: function isinf (line 43) | def isinf(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: function sinh (line 51) | def sinh(*args, **kwargs) -> Any: function log (line 55) | def log(*args, **kwargs) -> Any: function tan (line 59) | def tan(*args, **kwargs) -> Any: function tanh (line 63) | def tanh(*args, **kwargs) -> Any: function log2 (line 67) | def log2(*args, **kwargs) -> Any: function log10 (line 71) | def log10(*args, **kwargs) -> Any: function sin (line 75) | def sin(*args, **kwargs) -> Any: function modf (line 79) | def modf(*args, **kwargs) -> Any: function radians (line 83) | def radians(*args, **kwargs) -> Any: function atanh (line 87) | def atanh(*args, **kwargs) -> Any: function atan2 (line 91) | def atan2(*args, **kwargs) -> Any: function atan (line 95) | def atan(*args, **kwargs) -> Any: function ceil (line 99) | def ceil(*args, **kwargs) -> Any: function copysign (line 103) | def copysign(*args, **kwargs) -> Any: function frexp (line 107) | def frexp(*args, **kwargs) -> Any: function acos (line 111) | def acos(*args, **kwargs) -> Any: function pow (line 115) | def pow(*args, **kwargs) -> Any: function asinh (line 119) | def asinh(*args, **kwargs) -> Any: function acosh (line 123) | def acosh(*args, **kwargs) -> Any: function asin (line 127) | def asin(*args, **kwargs) -> Any: function factorial (line 131) | def factorial(*args, **kwargs) -> Any: function fabs (line 135) | def fabs(*args, **kwargs) -> Any: function expm1 (line 139) | def expm1(*args, **kwargs) -> Any: function floor (line 143) | def floor(*args, **kwargs) -> Any: function fmod (line 147) | def fmod(*args, **kwargs) -> Any: function cos (line 151) | def cos(*args, **kwargs) -> Any: function degrees (line 155) | def degrees(*args, **kwargs) -> Any: function cosh (line 159) | def cosh(*args, **kwargs) -> Any: function exp (line 163) | def exp(*args, **kwargs) -> Any: function erf (line 167) | def erf(*args, **kwargs) -> Any: function erfc (line 171) | def erfc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/math.pyi function ldexp (line 9) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 10) | def lgamma(*args, **kwargs) -> Any: ... function trunc (line 11) | def trunc(*args, **kwargs) -> Any: ... function isclose (line 12) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 13) | def gamma(*args, **kwargs) -> Any: ... function isnan (line 14) | def isnan(*args, **kwargs) -> Any: ... function isfinite (line 15) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 16) | def isinf(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... function sinh (line 18) | def sinh(*args, **kwargs) -> Any: ... function log (line 19) | def log(*args, **kwargs) -> Any: ... function tan (line 20) | def tan(*args, **kwargs) -> Any: ... function tanh (line 21) | def tanh(*args, **kwargs) -> Any: ... function log2 (line 22) | def log2(*args, **kwargs) -> Any: ... function log10 (line 23) | def log10(*args, **kwargs) -> Any: ... function sin (line 24) | def sin(*args, **kwargs) -> Any: ... function modf (line 25) | def modf(*args, **kwargs) -> Any: ... function radians (line 26) | def radians(*args, **kwargs) -> Any: ... function atanh (line 27) | def atanh(*args, **kwargs) -> Any: ... function atan2 (line 28) | def atan2(*args, **kwargs) -> Any: ... function atan (line 29) | def atan(*args, **kwargs) -> Any: ... function ceil (line 30) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 31) | def copysign(*args, **kwargs) -> Any: ... function frexp (line 32) | def frexp(*args, **kwargs) -> Any: ... function acos (line 33) | def acos(*args, **kwargs) -> Any: ... function pow (line 34) | def pow(*args, **kwargs) -> Any: ... function asinh (line 35) | def asinh(*args, **kwargs) -> Any: ... function acosh (line 36) | def acosh(*args, **kwargs) -> Any: ... function asin (line 37) | def asin(*args, **kwargs) -> Any: ... function factorial (line 38) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 39) | def fabs(*args, **kwargs) -> Any: ... function expm1 (line 40) | def expm1(*args, **kwargs) -> Any: ... function floor (line 41) | def floor(*args, **kwargs) -> Any: ... function fmod (line 42) | def fmod(*args, **kwargs) -> Any: ... function cos (line 43) | def cos(*args, **kwargs) -> Any: ... function degrees (line 44) | def degrees(*args, **kwargs) -> Any: ... function cosh (line 45) | def cosh(*args, **kwargs) -> Any: ... function exp (line 46) | def exp(*args, **kwargs) -> Any: ... function erf (line 47) | def erf(*args, **kwargs) -> Any: ... function erfc (line 48) | def erfc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/micropython.py function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: function mem_info (line 13) | def mem_info(*args, **kwargs) -> Any: function stack_use (line 17) | def stack_use(*args, **kwargs) -> Any: function qstr_info (line 21) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 25) | def schedule(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 29) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function const (line 33) | def const(*args, **kwargs) -> Any: function kbd_intr (line 37) | def kbd_intr(*args, **kwargs) -> Any: function heap_lock (line 41) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 45) | def heap_unlock(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/micropython.pyi function opt_level (line 3) | def opt_level(*args, **kwargs) -> Any: ... function mem_info (line 4) | def mem_info(*args, **kwargs) -> Any: ... function stack_use (line 5) | def stack_use(*args, **kwargs) -> Any: ... function qstr_info (line 6) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 7) | def schedule(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 8) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function const (line 9) | def const(*args, **kwargs) -> Any: ... function kbd_intr (line 10) | def kbd_intr(*args, **kwargs) -> Any: ... function heap_lock (line 11) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 12) | def heap_unlock(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/neopixel.py function bitstream (line 9) | def bitstream(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method write (line 16) | def write(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/neopixel.pyi function bitstream (line 3) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/network.py function WLAN (line 42) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 46) | def phy_mode(*args, **kwargs) -> Any: function PPP (line 50) | def PPP(*args, **kwargs) -> Any: function LAN (line 54) | def LAN(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/network.pyi function WLAN (line 36) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 37) | def phy_mode(*args, **kwargs) -> Any: ... function PPP (line 38) | def PPP(*args, **kwargs) -> Any: ... function LAN (line 39) | def LAN(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ntptime.py function settime (line 12) | def settime(*args, **kwargs) -> Any: function time (line 16) | def time(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ntptime.pyi function settime (line 6) | def settime(*args, **kwargs) -> Any: ... function time (line 7) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/onewire.py class OneWire (line 9) | class OneWire: method select_rom (line 14) | def select_rom(self, *args, **kwargs) -> Any: method writebyte (line 17) | def writebyte(self, *args, **kwargs) -> Any: method crc8 (line 20) | def crc8(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readbyte (line 29) | def readbyte(self, *args, **kwargs) -> Any: method readbit (line 32) | def readbit(self, *args, **kwargs) -> Any: method writebit (line 35) | def writebit(self, *args, **kwargs) -> Any: method reset (line 38) | def reset(self, *args, **kwargs) -> Any: method scan (line 41) | def scan(self, *args, **kwargs) -> Any: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: class OneWireError (line 48) | class OneWireError(Exception): FILE: stubs/micropython-v1_19_1-esp32-GENERIC/onewire.pyi class OneWire (line 3) | class OneWire: method select_rom (line 7) | def select_rom(self, *args, **kwargs) -> Any: ... method writebyte (line 8) | def writebyte(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method write (line 10) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 11) | def readinto(self, *args, **kwargs) -> Any: ... method readbyte (line 12) | def readbyte(self, *args, **kwargs) -> Any: ... method readbit (line 13) | def readbit(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method reset (line 15) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 16) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class OneWireError (line 19) | class OneWireError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/os.py function stat (line 9) | def stat(*args, **kwargs) -> Any: function rmdir (line 13) | def rmdir(*args, **kwargs) -> Any: function rename (line 17) | def rename(*args, **kwargs) -> Any: function mount (line 21) | def mount(*args, **kwargs) -> Any: function mkdir (line 25) | def mkdir(*args, **kwargs) -> Any: function statvfs (line 29) | def statvfs(*args, **kwargs) -> Any: function unlink (line 33) | def unlink(*args, **kwargs) -> Any: function uname (line 37) | def uname(*args, **kwargs) -> Any: function umount (line 41) | def umount(*args, **kwargs) -> Any: function urandom (line 45) | def urandom(*args, **kwargs) -> Any: function chdir (line 49) | def chdir(*args, **kwargs) -> Any: function dupterm (line 53) | def dupterm(*args, **kwargs) -> Any: function remove (line 57) | def remove(*args, **kwargs) -> Any: function listdir (line 61) | def listdir(*args, **kwargs) -> Any: function dupterm_notify (line 65) | def dupterm_notify(*args, **kwargs) -> Any: function ilistdir (line 69) | def ilistdir(*args, **kwargs) -> Any: function getcwd (line 73) | def getcwd(*args, **kwargs) -> Any: class VfsLfs2 (line 77) | class VfsLfs2: method rename (line 78) | def rename(self, *args, **kwargs) -> Any: method mkfs (line 81) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 84) | def mount(self, *args, **kwargs) -> Any: method statvfs (line 87) | def statvfs(self, *args, **kwargs) -> Any: method rmdir (line 90) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 93) | def stat(self, *args, **kwargs) -> Any: method umount (line 96) | def umount(self, *args, **kwargs) -> Any: method remove (line 99) | def remove(self, *args, **kwargs) -> Any: method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Any: method open (line 105) | def open(self, *args, **kwargs) -> Any: method ilistdir (line 108) | def ilistdir(self, *args, **kwargs) -> Any: method chdir (line 111) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 114) | def getcwd(self, *args, **kwargs) -> Any: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: class VfsFat (line 121) | class VfsFat: method rename (line 122) | def rename(self, *args, **kwargs) -> Any: method mkfs (line 125) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 128) | def mount(self, *args, **kwargs) -> Any: method statvfs (line 131) | def statvfs(self, *args, **kwargs) -> Any: method rmdir (line 134) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 137) | def stat(self, *args, **kwargs) -> Any: method umount (line 140) | def umount(self, *args, **kwargs) -> Any: method remove (line 143) | def remove(self, *args, **kwargs) -> Any: method mkdir (line 146) | def mkdir(self, *args, **kwargs) -> Any: method open (line 149) | def open(self, *args, **kwargs) -> Any: method ilistdir (line 152) | def ilistdir(self, *args, **kwargs) -> Any: method chdir (line 155) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 158) | def getcwd(self, *args, **kwargs) -> Any: method __init__ (line 161) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/os.pyi function stat (line 3) | def stat(*args, **kwargs) -> Any: ... function rmdir (line 4) | def rmdir(*args, **kwargs) -> Any: ... function rename (line 5) | def rename(*args, **kwargs) -> Any: ... function mount (line 6) | def mount(*args, **kwargs) -> Any: ... function mkdir (line 7) | def mkdir(*args, **kwargs) -> Any: ... function statvfs (line 8) | def statvfs(*args, **kwargs) -> Any: ... function unlink (line 9) | def unlink(*args, **kwargs) -> Any: ... function uname (line 10) | def uname(*args, **kwargs) -> Any: ... function umount (line 11) | def umount(*args, **kwargs) -> Any: ... function urandom (line 12) | def urandom(*args, **kwargs) -> Any: ... function chdir (line 13) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 14) | def dupterm(*args, **kwargs) -> Any: ... function remove (line 15) | def remove(*args, **kwargs) -> Any: ... function listdir (line 16) | def listdir(*args, **kwargs) -> Any: ... function dupterm_notify (line 17) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 18) | def ilistdir(*args, **kwargs) -> Any: ... function getcwd (line 19) | def getcwd(*args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method rename (line 22) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 23) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 24) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 25) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 26) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 27) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 28) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 30) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 31) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 33) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 34) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 37) | class VfsFat: method rename (line 38) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 39) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 40) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 41) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 42) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 43) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 45) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 46) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 47) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 48) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 49) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 50) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/platform.py function platform (line 9) | def platform(*args, **kwargs) -> Any: function python_compiler (line 13) | def python_compiler(*args, **kwargs) -> Any: function libc_ver (line 17) | def libc_ver(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/random.py function randrange (line 9) | def randrange(*args, **kwargs) -> Any: function random (line 13) | def random(*args, **kwargs) -> Any: function seed (line 17) | def seed(*args, **kwargs) -> Any: function uniform (line 21) | def uniform(*args, **kwargs) -> Any: function choice (line 25) | def choice(*args, **kwargs) -> Any: function randint (line 29) | def randint(*args, **kwargs) -> Any: function getrandbits (line 33) | def getrandbits(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/random.pyi function randrange (line 3) | def randrange(*args, **kwargs) -> Any: ... function random (line 4) | def random(*args, **kwargs) -> Any: ... function seed (line 5) | def seed(*args, **kwargs) -> Any: ... function uniform (line 6) | def uniform(*args, **kwargs) -> Any: ... function choice (line 7) | def choice(*args, **kwargs) -> Any: ... function randint (line 8) | def randint(*args, **kwargs) -> Any: ... function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/select.py function select (line 14) | def select(*args, **kwargs) -> Any: function poll (line 18) | def poll(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/select.pyi function select (line 8) | def select(*args, **kwargs) -> Any: ... function poll (line 9) | def poll(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/socket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method recvfrom (line 26) | def recvfrom(self, *args, **kwargs) -> Any: method recv (line 29) | def recv(self, *args, **kwargs) -> Any: method makefile (line 32) | def makefile(self, *args, **kwargs) -> Any: method listen (line 35) | def listen(self, *args, **kwargs) -> Any: method fileno (line 38) | def fileno(self, *args, **kwargs) -> Any: method sendall (line 41) | def sendall(self, *args, **kwargs) -> Any: method setsockopt (line 44) | def setsockopt(self, *args, **kwargs) -> Any: method setblocking (line 47) | def setblocking(self, *args, **kwargs) -> Any: method sendto (line 50) | def sendto(self, *args, **kwargs) -> Any: method settimeout (line 53) | def settimeout(self, *args, **kwargs) -> Any: method readline (line 56) | def readline(self, *args, **kwargs) -> Any: method readinto (line 59) | def readinto(self, *args, **kwargs) -> Any: method read (line 62) | def read(self, *args, **kwargs) -> Any: method close (line 65) | def close(self, *args, **kwargs) -> Any: method connect (line 68) | def connect(self, *args, **kwargs) -> Any: method send (line 71) | def send(self, *args, **kwargs) -> Any: method bind (line 74) | def bind(self, *args, **kwargs) -> Any: method accept (line 77) | def accept(self, *args, **kwargs) -> Any: method write (line 80) | def write(self, *args, **kwargs) -> Any: method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/socket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method recvfrom (line 18) | def recvfrom(self, *args, **kwargs) -> Any: ... method recv (line 19) | def recv(self, *args, **kwargs) -> Any: ... method makefile (line 20) | def makefile(self, *args, **kwargs) -> Any: ... method listen (line 21) | def listen(self, *args, **kwargs) -> Any: ... method fileno (line 22) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 23) | def sendall(self, *args, **kwargs) -> Any: ... method setsockopt (line 24) | def setsockopt(self, *args, **kwargs) -> Any: ... method setblocking (line 25) | def setblocking(self, *args, **kwargs) -> Any: ... method sendto (line 26) | def sendto(self, *args, **kwargs) -> Any: ... method settimeout (line 27) | def settimeout(self, *args, **kwargs) -> Any: ... method readline (line 28) | def readline(self, *args, **kwargs) -> Any: ... method readinto (line 29) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 30) | def read(self, *args, **kwargs) -> Any: ... method close (line 31) | def close(self, *args, **kwargs) -> Any: ... method connect (line 32) | def connect(self, *args, **kwargs) -> Any: ... method send (line 33) | def send(self, *args, **kwargs) -> Any: ... method bind (line 34) | def bind(self, *args, **kwargs) -> Any: ... method accept (line 35) | def accept(self, *args, **kwargs) -> Any: ... method write (line 36) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/struct.py function pack_into (line 9) | def pack_into(*args, **kwargs) -> Any: function unpack (line 13) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 17) | def unpack_from(*args, **kwargs) -> Any: function pack (line 21) | def pack(*args, **kwargs) -> Any: function calcsize (line 25) | def calcsize(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/struct.pyi function pack_into (line 3) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 4) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 5) | def unpack_from(*args, **kwargs) -> Any: ... function pack (line 6) | def pack(*args, **kwargs) -> Any: ... function calcsize (line 7) | def calcsize(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/sys.py function print_exception (line 21) | def print_exception(*args, **kwargs) -> Any: function exit (line 25) | def exit(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/sys.pyi function print_exception (line 15) | def print_exception(*args, **kwargs) -> Any: ... function exit (line 16) | def exit(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/time.py function ticks_diff (line 9) | def ticks_diff(*args, **kwargs) -> Any: function ticks_add (line 13) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 17) | def ticks_cpu(*args, **kwargs) -> Any: function time (line 21) | def time(*args, **kwargs) -> Any: function ticks_ms (line 25) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 29) | def ticks_us(*args, **kwargs) -> Any: function time_ns (line 33) | def time_ns(*args, **kwargs) -> Any: function localtime (line 37) | def localtime(*args, **kwargs) -> Any: function sleep_us (line 41) | def sleep_us(*args, **kwargs) -> Any: function gmtime (line 45) | def gmtime(*args, **kwargs) -> Any: function sleep_ms (line 49) | def sleep_ms(*args, **kwargs) -> Any: function mktime (line 53) | def mktime(*args, **kwargs) -> Any: function sleep (line 57) | def sleep(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/time.pyi function ticks_diff (line 3) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_add (line 4) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 5) | def ticks_cpu(*args, **kwargs) -> Any: ... function time (line 6) | def time(*args, **kwargs) -> Any: ... function ticks_ms (line 7) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 8) | def ticks_us(*args, **kwargs) -> Any: ... function time_ns (line 9) | def time_ns(*args, **kwargs) -> Any: ... function localtime (line 10) | def localtime(*args, **kwargs) -> Any: ... function sleep_us (line 11) | def sleep_us(*args, **kwargs) -> Any: ... function gmtime (line 12) | def gmtime(*args, **kwargs) -> Any: ... function sleep_ms (line 13) | def sleep_ms(*args, **kwargs) -> Any: ... function mktime (line 14) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 15) | def sleep(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uarray.py class array (line 9) | class array: method extend (line 10) | def extend(self, *args, **kwargs) -> Any: method decode (line 13) | def decode(self, *args, **kwargs) -> Any: method append (line 16) | def append(self, *args, **kwargs) -> Any: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uarray.pyi class array (line 3) | class array: method extend (line 4) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 5) | def decode(self, *args, **kwargs) -> Any: ... method append (line 6) | def append(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uasyncio.pyi function ticks_add (line 3) | def ticks_add(*args, **kwargs) -> Any: ... function create_task (line 4) | def create_task(*args, **kwargs) -> Any: ... function wait_for_ms (line 5) | def wait_for_ms(*args, **kwargs) -> Any: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Any: ... function run_until_complete (line 7) | def run_until_complete(*args, **kwargs) -> Any: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Any: ... function ticks (line 11) | def ticks(*args, **kwargs) -> Any: ... function sleep (line 12) | def sleep(*args, **kwargs) -> Any: ... function run (line 13) | def run(*args, **kwargs) -> Any: ... function sleep_ms (line 14) | def sleep_ms(*args, **kwargs) -> Any: ... class TimeoutError (line 16) | class TimeoutError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uasyncio/__init__.py function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: function create_task (line 13) | def create_task(*args, **kwargs) -> Any: function wait_for_ms (line 17) | def wait_for_ms(*args, **kwargs) -> Any: function ticks_diff (line 21) | def ticks_diff(*args, **kwargs) -> Any: function run_until_complete (line 25) | def run_until_complete(*args, **kwargs) -> Any: function new_event_loop (line 29) | def new_event_loop(*args, **kwargs) -> Any: function current_task (line 33) | def current_task(*args, **kwargs) -> Any: function get_event_loop (line 37) | def get_event_loop(*args, **kwargs) -> Any: function ticks (line 41) | def ticks(*args, **kwargs) -> Any: function sleep (line 45) | def sleep(*args, **kwargs) -> Any: function run (line 49) | def run(*args, **kwargs) -> Any: function sleep_ms (line 53) | def sleep_ms(*args, **kwargs) -> Any: class TimeoutError (line 57) | class TimeoutError(Exception): FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uasyncio/__init__.pyi function ticks_add (line 3) | def ticks_add(*args, **kwargs) -> Any: ... function create_task (line 4) | def create_task(*args, **kwargs) -> Any: ... function wait_for_ms (line 5) | def wait_for_ms(*args, **kwargs) -> Any: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Any: ... function run_until_complete (line 7) | def run_until_complete(*args, **kwargs) -> Any: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Any: ... function ticks (line 11) | def ticks(*args, **kwargs) -> Any: ... function sleep (line 12) | def sleep(*args, **kwargs) -> Any: ... function run (line 13) | def run(*args, **kwargs) -> Any: ... function sleep_ms (line 14) | def sleep_ms(*args, **kwargs) -> Any: ... class TimeoutError (line 16) | class TimeoutError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uasyncio/core.py function ticks (line 9) | def ticks(*args, **kwargs) -> Any: function create_task (line 13) | def create_task(*args, **kwargs) -> Any: function ticks_diff (line 17) | def ticks_diff(*args, **kwargs) -> Any: function ticks_add (line 21) | def ticks_add(*args, **kwargs) -> Any: function run_until_complete (line 25) | def run_until_complete(*args, **kwargs) -> Any: function new_event_loop (line 29) | def new_event_loop(*args, **kwargs) -> Any: function current_task (line 33) | def current_task(*args, **kwargs) -> Any: function get_event_loop (line 37) | def get_event_loop(*args, **kwargs) -> Any: function sleep (line 41) | def sleep(*args, **kwargs) -> Any: function run (line 45) | def run(*args, **kwargs) -> Any: function sleep_ms (line 49) | def sleep_ms(*args, **kwargs) -> Any: class TaskQueue (line 53) | class TaskQueue: method push (line 54) | def push(self, *args, **kwargs) -> Any: method peek (line 57) | def peek(self, *args, **kwargs) -> Any: method remove (line 60) | def remove(self, *args, **kwargs) -> Any: method pop (line 63) | def pop(self, *args, **kwargs) -> Any: method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: class Task (line 70) | class Task: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: class CancelledError (line 75) | class CancelledError(Exception): FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Any: ... function create_task (line 4) | def create_task(*args, **kwargs) -> Any: ... function ticks_diff (line 5) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_add (line 6) | def ticks_add(*args, **kwargs) -> Any: ... function run_until_complete (line 7) | def run_until_complete(*args, **kwargs) -> Any: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Any: ... function sleep (line 11) | def sleep(*args, **kwargs) -> Any: ... function run (line 12) | def run(*args, **kwargs) -> Any: ... function sleep_ms (line 13) | def sleep_ms(*args, **kwargs) -> Any: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Any: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uasyncio/event.py class ThreadSafeFlag (line 9) | class ThreadSafeFlag: method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: method set (line 13) | def set(self, *args, **kwargs) -> Any: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: class Event (line 22) | class Event: method set (line 23) | def set(self, *args, **kwargs) -> Any: method is_set (line 26) | def is_set(self, *args, **kwargs) -> Any: method clear (line 29) | def clear(self, *args, **kwargs) -> Any: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method ioctl (line 4) | def ioctl(self, *args, **kwargs) -> Any: ... method set (line 5) | def set(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 9) | class Event: method set (line 10) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 11) | def is_set(self, *args, **kwargs) -> Any: ... method clear (line 12) | def clear(self, *args, **kwargs) -> Any: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uasyncio/funcs.py function wait_for_ms (line 9) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uasyncio/lock.py class Lock (line 9) | class Lock: method locked (line 10) | def locked(self, *args, **kwargs) -> Any: method release (line 13) | def release(self, *args, **kwargs) -> Any: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Any: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uasyncio/stream.py class StreamWriter (line 11) | class StreamWriter: method get_extra_info (line 12) | def get_extra_info(self, *args, **kwargs) -> Any: method write (line 15) | def write(self, *args, **kwargs) -> Any: method close (line 18) | def close(self, *args, **kwargs) -> Any: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class Stream (line 35) | class Stream: method get_extra_info (line 36) | def get_extra_info(self, *args, **kwargs) -> Any: method write (line 39) | def write(self, *args, **kwargs) -> Any: method close (line 42) | def close(self, *args, **kwargs) -> Any: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: class Server (line 59) | class Server: method close (line 60) | def close(self, *args, **kwargs) -> Any: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: class StreamReader (line 69) | class StreamReader: method get_extra_info (line 70) | def get_extra_info(self, *args, **kwargs) -> Any: method write (line 73) | def write(self, *args, **kwargs) -> Any: method close (line 76) | def close(self, *args, **kwargs) -> Any: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uasyncio/stream.pyi class StreamWriter (line 5) | class StreamWriter: method get_extra_info (line 6) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method close (line 8) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 20) | class Stream: method get_extra_info (line 21) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 22) | def write(self, *args, **kwargs) -> Any: ... method close (line 23) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 35) | class Server: method close (line 36) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 40) | class StreamReader: method get_extra_info (line 41) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method close (line 43) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ubinascii.py function crc32 (line 9) | def crc32(*args, **kwargs) -> Any: function hexlify (line 13) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 17) | def unhexlify(*args, **kwargs) -> Any: function b2a_base64 (line 21) | def b2a_base64(*args, **kwargs) -> Any: function a2b_base64 (line 25) | def a2b_base64(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ubinascii.pyi function crc32 (line 3) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 4) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 5) | def unhexlify(*args, **kwargs) -> Any: ... function b2a_base64 (line 6) | def b2a_base64(*args, **kwargs) -> Any: ... function a2b_base64 (line 7) | def a2b_base64(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ubluetooth.py class UUID (line 15) | class UUID: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class BLE (line 20) | class BLE: method gatts_notify (line 21) | def gatts_notify(self, *args, **kwargs) -> Any: method gatts_indicate (line 24) | def gatts_indicate(self, *args, **kwargs) -> Any: method gattc_write (line 27) | def gattc_write(self, *args, **kwargs) -> Any: method gattc_read (line 30) | def gattc_read(self, *args, **kwargs) -> Any: method gattc_exchange_mtu (line 33) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: method gatts_read (line 36) | def gatts_read(self, *args, **kwargs) -> Any: method gatts_write (line 39) | def gatts_write(self, *args, **kwargs) -> Any: method gatts_set_buffer (line 42) | def gatts_set_buffer(self, *args, **kwargs) -> Any: method gatts_register_services (line 45) | def gatts_register_services(self, *args, **kwargs) -> Any: method irq (line 48) | def irq(self, *args, **kwargs) -> Any: method gap_connect (line 51) | def gap_connect(self, *args, **kwargs) -> Any: method gap_advertise (line 54) | def gap_advertise(self, *args, **kwargs) -> Any: method config (line 57) | def config(self, *args, **kwargs) -> Any: method active (line 60) | def active(self, *args, **kwargs) -> Any: method gattc_discover_services (line 63) | def gattc_discover_services(self, *args, **kwargs) -> Any: method gap_disconnect (line 66) | def gap_disconnect(self, *args, **kwargs) -> Any: method gattc_discover_descriptors (line 69) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: method gattc_discover_characteristics (line 72) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: method gap_scan (line 75) | def gap_scan(self, *args, **kwargs) -> Any: method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ubluetooth.pyi class UUID (line 9) | class UUID: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 12) | class BLE: method gatts_notify (line 13) | def gatts_notify(self, *args, **kwargs) -> Any: ... method gatts_indicate (line 14) | def gatts_indicate(self, *args, **kwargs) -> Any: ... method gattc_write (line 15) | def gattc_write(self, *args, **kwargs) -> Any: ... method gattc_read (line 16) | def gattc_read(self, *args, **kwargs) -> Any: ... method gattc_exchange_mtu (line 17) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: ... method gatts_read (line 18) | def gatts_read(self, *args, **kwargs) -> Any: ... method gatts_write (line 19) | def gatts_write(self, *args, **kwargs) -> Any: ... method gatts_set_buffer (line 20) | def gatts_set_buffer(self, *args, **kwargs) -> Any: ... method gatts_register_services (line 21) | def gatts_register_services(self, *args, **kwargs) -> Any: ... method irq (line 22) | def irq(self, *args, **kwargs) -> Any: ... method gap_connect (line 23) | def gap_connect(self, *args, **kwargs) -> Any: ... method gap_advertise (line 24) | def gap_advertise(self, *args, **kwargs) -> Any: ... method config (line 25) | def config(self, *args, **kwargs) -> Any: ... method active (line 26) | def active(self, *args, **kwargs) -> Any: ... method gattc_discover_services (line 27) | def gattc_discover_services(self, *args, **kwargs) -> Any: ... method gap_disconnect (line 28) | def gap_disconnect(self, *args, **kwargs) -> Any: ... method gattc_discover_descriptors (line 29) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: ... method gattc_discover_characteristics (line 30) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: ... method gap_scan (line 31) | def gap_scan(self, *args, **kwargs) -> Any: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ucollections.py function namedtuple (line 9) | def namedtuple(*args, **kwargs) -> Any: class OrderedDict (line 13) | class OrderedDict: method popitem (line 14) | def popitem(self, *args, **kwargs) -> Any: method pop (line 17) | def pop(self, *args, **kwargs) -> Any: method values (line 20) | def values(self, *args, **kwargs) -> Any: method setdefault (line 23) | def setdefault(self, *args, **kwargs) -> Any: method update (line 26) | def update(self, *args, **kwargs) -> Any: method copy (line 29) | def copy(self, *args, **kwargs) -> Any: method clear (line 32) | def clear(self, *args, **kwargs) -> Any: method keys (line 35) | def keys(self, *args, **kwargs) -> Any: method get (line 38) | def get(self, *args, **kwargs) -> Any: method items (line 41) | def items(self, *args, **kwargs) -> Any: method fromkeys (line 45) | def fromkeys(cls, *args, **kwargs) -> Any: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: class deque (line 52) | class deque: method popleft (line 53) | def popleft(self, *args, **kwargs) -> Any: method append (line 56) | def append(self, *args, **kwargs) -> Any: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ucollections.pyi function namedtuple (line 3) | def namedtuple(*args, **kwargs) -> Any: ... class OrderedDict (line 5) | class OrderedDict: method popitem (line 6) | def popitem(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method values (line 8) | def values(self, *args, **kwargs) -> Any: ... method setdefault (line 9) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method copy (line 11) | def copy(self, *args, **kwargs) -> Any: ... method clear (line 12) | def clear(self, *args, **kwargs) -> Any: ... method keys (line 13) | def keys(self, *args, **kwargs) -> Any: ... method get (line 14) | def get(self, *args, **kwargs) -> Any: ... method items (line 15) | def items(self, *args, **kwargs) -> Any: ... method fromkeys (line 17) | def fromkeys(cls, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 20) | class deque: method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... method append (line 22) | def append(self, *args, **kwargs) -> Any: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ucryptolib.py class aes (line 9) | class aes: method encrypt (line 10) | def encrypt(self, *args, **kwargs) -> Any: method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Any: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ucryptolib.pyi class aes (line 3) | class aes: method encrypt (line 4) | def encrypt(self, *args, **kwargs) -> Any: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uctypes.py function sizeof (line 42) | def sizeof(*args, **kwargs) -> Any: function bytes_at (line 46) | def bytes_at(*args, **kwargs) -> Any: function bytearray_at (line 50) | def bytearray_at(*args, **kwargs) -> Any: function addressof (line 54) | def addressof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uctypes.pyi function sizeof (line 36) | def sizeof(*args, **kwargs) -> Any: ... function bytes_at (line 37) | def bytes_at(*args, **kwargs) -> Any: ... function bytearray_at (line 38) | def bytearray_at(*args, **kwargs) -> Any: ... function addressof (line 39) | def addressof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uhashlib.py class sha256 (line 9) | class sha256: method digest (line 10) | def digest(self, *args, **kwargs) -> Any: method update (line 13) | def update(self, *args, **kwargs) -> Any: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class sha1 (line 20) | class sha1: method digest (line 21) | def digest(self, *args, **kwargs) -> Any: method update (line 24) | def update(self, *args, **kwargs) -> Any: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uhashlib.pyi class sha256 (line 3) | class sha256: method digest (line 4) | def digest(self, *args, **kwargs) -> Any: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 8) | class sha1: method digest (line 9) | def digest(self, *args, **kwargs) -> Any: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uheapq.py function heappop (line 9) | def heappop(*args, **kwargs) -> Any: function heappush (line 13) | def heappush(*args, **kwargs) -> Any: function heapify (line 17) | def heapify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uheapq.pyi function heappop (line 3) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 4) | def heappush(*args, **kwargs) -> Any: ... function heapify (line 5) | def heapify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class IOBase (line 13) | class IOBase: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: class TextIOWrapper (line 18) | class TextIOWrapper: method write (line 19) | def write(self, *args, **kwargs) -> Any: method flush (line 22) | def flush(self, *args, **kwargs) -> Any: method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: method seek (line 28) | def seek(self, *args, **kwargs) -> Any: method tell (line 31) | def tell(self, *args, **kwargs) -> Any: method readline (line 34) | def readline(self, *args, **kwargs) -> Any: method close (line 37) | def close(self, *args, **kwargs) -> Any: method read (line 40) | def read(self, *args, **kwargs) -> Any: method readinto (line 43) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 50) | class StringIO: method write (line 51) | def write(self, *args, **kwargs) -> Any: method flush (line 54) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 57) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 60) | def seek(self, *args, **kwargs) -> Any: method tell (line 63) | def tell(self, *args, **kwargs) -> Any: method readline (line 66) | def readline(self, *args, **kwargs) -> Any: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: class BufferedWriter (line 82) | class BufferedWriter: method flush (line 83) | def flush(self, *args, **kwargs) -> Any: method write (line 86) | def write(self, *args, **kwargs) -> Any: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: class FileIO (line 93) | class FileIO: method write (line 94) | def write(self, *args, **kwargs) -> Any: method flush (line 97) | def flush(self, *args, **kwargs) -> Any: method readlines (line 100) | def readlines(self, *args, **kwargs) -> Any: method seek (line 103) | def seek(self, *args, **kwargs) -> Any: method tell (line 106) | def tell(self, *args, **kwargs) -> Any: method readline (line 109) | def readline(self, *args, **kwargs) -> Any: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 121) | def __init__(self, *argv, **kwargs) -> None: class BytesIO (line 125) | class BytesIO: method write (line 126) | def write(self, *args, **kwargs) -> Any: method flush (line 129) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 132) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 135) | def seek(self, *args, **kwargs) -> Any: method tell (line 138) | def tell(self, *args, **kwargs) -> Any: method readline (line 141) | def readline(self, *args, **kwargs) -> Any: method close (line 144) | def close(self, *args, **kwargs) -> Any: method read (line 147) | def read(self, *args, **kwargs) -> Any: method readinto (line 150) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class IOBase (line 5) | class IOBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 8) | class TextIOWrapper: method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method flush (line 10) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 11) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 12) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 13) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 14) | def readline(self, *args, **kwargs) -> Any: ... method close (line 15) | def close(self, *args, **kwargs) -> Any: ... method read (line 16) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 17) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 20) | class StringIO: method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method flush (line 22) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 23) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 24) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 25) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 26) | def readline(self, *args, **kwargs) -> Any: ... method close (line 27) | def close(self, *args, **kwargs) -> Any: ... method read (line 28) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 29) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 32) | class BufferedWriter: method flush (line 33) | def flush(self, *args, **kwargs) -> Any: ... method write (line 34) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 37) | class FileIO: method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 40) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method close (line 44) | def close(self, *args, **kwargs) -> Any: ... method read (line 45) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 46) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 49) | class BytesIO: method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 55) | def readline(self, *args, **kwargs) -> Any: ... method close (line 56) | def close(self, *args, **kwargs) -> Any: ... method read (line 57) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 58) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ujson.py function loads (line 9) | def loads(*args, **kwargs) -> Any: function load (line 13) | def load(*args, **kwargs) -> Any: function dumps (line 17) | def dumps(*args, **kwargs) -> Any: function dump (line 21) | def dump(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ujson.pyi function loads (line 3) | def loads(*args, **kwargs) -> Any: ... function load (line 4) | def load(*args, **kwargs) -> Any: ... function dumps (line 5) | def dumps(*args, **kwargs) -> Any: ... function dump (line 6) | def dump(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/umachine.py function enable_irq (line 23) | def enable_irq(*args, **kwargs) -> Any: function bitstream (line 27) | def bitstream(*args, **kwargs) -> Any: function disable_irq (line 31) | def disable_irq(*args, **kwargs) -> Any: function deepsleep (line 35) | def deepsleep(*args, **kwargs) -> Any: function wake_reason (line 39) | def wake_reason(*args, **kwargs) -> Any: function sleep (line 43) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 47) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 51) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 55) | def unique_id(*args, **kwargs) -> Any: function freq (line 59) | def freq(*args, **kwargs) -> Any: function reset_cause (line 63) | def reset_cause(*args, **kwargs) -> Any: function idle (line 67) | def idle(*args, **kwargs) -> Any: function lightsleep (line 71) | def lightsleep(*args, **kwargs) -> Any: function reset (line 75) | def reset(*args, **kwargs) -> Any: class PWM (line 82) | class PWM: method duty_u16 (line 83) | def duty_u16(self, *args, **kwargs) -> Any: method init (line 86) | def init(self, *args, **kwargs) -> Any: method freq (line 89) | def freq(self, *args, **kwargs) -> Any: method deinit (line 92) | def deinit(self, *args, **kwargs) -> Any: method duty_ns (line 95) | def duty_ns(self, *args, **kwargs) -> Any: method duty (line 98) | def duty(self, *args, **kwargs) -> Any: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: class UART (line 105) | class UART: method deinit (line 113) | def deinit(self, *args, **kwargs) -> Any: method init (line 116) | def init(self, *args, **kwargs) -> Any: method sendbreak (line 119) | def sendbreak(self, *args, **kwargs) -> Any: method read (line 122) | def read(self, *args, **kwargs) -> Any: method any (line 125) | def any(self, *args, **kwargs) -> Any: method write (line 128) | def write(self, *args, **kwargs) -> Any: method readinto (line 131) | def readinto(self, *args, **kwargs) -> Any: method readline (line 134) | def readline(self, *args, **kwargs) -> Any: method __init__ (line 137) | def __init__(self, *argv, **kwargs) -> None: class ADCBlock (line 145) | class ADCBlock: method init (line 146) | def init(self, *args, **kwargs) -> Any: method connect (line 149) | def connect(self, *args, **kwargs) -> Any: method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: class ADC (line 156) | class ADC: method read_u16 (line 166) | def read_u16(self, *args, **kwargs) -> Any: method init (line 169) | def init(self, *args, **kwargs) -> Any: method read_uv (line 172) | def read_uv(self, *args, **kwargs) -> Any: method width (line 175) | def width(self, *args, **kwargs) -> Any: method read (line 178) | def read(self, *args, **kwargs) -> Any: method block (line 181) | def block(self, *args, **kwargs) -> Any: method atten (line 184) | def atten(self, *args, **kwargs) -> Any: method __init__ (line 187) | def __init__(self, *argv, **kwargs) -> None: class I2S (line 191) | class I2S: method shift (line 197) | def shift(self, *args, **kwargs) -> Any: method init (line 200) | def init(self, *args, **kwargs) -> Any: method irq (line 203) | def irq(self, *args, **kwargs) -> Any: method readinto (line 206) | def readinto(self, *args, **kwargs) -> Any: method deinit (line 209) | def deinit(self, *args, **kwargs) -> Any: method write (line 212) | def write(self, *args, **kwargs) -> Any: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: class DAC (line 219) | class DAC: method write (line 220) | def write(self, *args, **kwargs) -> Any: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: class I2C (line 227) | class I2C: method readfrom_mem_into (line 228) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readfrom_into (line 231) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 234) | def readfrom_mem(self, *args, **kwargs) -> Any: method writeto_mem (line 237) | def writeto_mem(self, *args, **kwargs) -> Any: method scan (line 240) | def scan(self, *args, **kwargs) -> Any: method writeto (line 243) | def writeto(self, *args, **kwargs) -> Any: method writevto (line 246) | def writevto(self, *args, **kwargs) -> Any: method start (line 249) | def start(self, *args, **kwargs) -> Any: method readfrom (line 252) | def readfrom(self, *args, **kwargs) -> Any: method readinto (line 255) | def readinto(self, *args, **kwargs) -> Any: method init (line 258) | def init(self, *args, **kwargs) -> Any: method stop (line 261) | def stop(self, *args, **kwargs) -> Any: method write (line 264) | def write(self, *args, **kwargs) -> Any: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: class Timer (line 271) | class Timer: method deinit (line 275) | def deinit(self, *args, **kwargs) -> Any: method init (line 278) | def init(self, *args, **kwargs) -> Any: method value (line 281) | def value(self, *args, **kwargs) -> Any: method __init__ (line 284) | def __init__(self, *argv, **kwargs) -> None: class SoftSPI (line 288) | class SoftSPI: method deinit (line 292) | def deinit(self, *args, **kwargs) -> Any: method init (line 295) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 298) | def write_readinto(self, *args, **kwargs) -> Any: method read (line 301) | def read(self, *args, **kwargs) -> Any: method write (line 304) | def write(self, *args, **kwargs) -> Any: method readinto (line 307) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 310) | def __init__(self, *argv, **kwargs) -> None: class Pin (line 314) | class Pin: method irq (line 329) | def irq(self, *args, **kwargs) -> Any: method off (line 332) | def off(self, *args, **kwargs) -> Any: method on (line 335) | def on(self, *args, **kwargs) -> Any: method init (line 338) | def init(self, *args, **kwargs) -> Any: method value (line 341) | def value(self, *args, **kwargs) -> Any: method __init__ (line 344) | def __init__(self, *argv, **kwargs) -> None: class WDT (line 348) | class WDT: method feed (line 349) | def feed(self, *args, **kwargs) -> Any: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: class TouchPad (line 356) | class TouchPad: method config (line 357) | def config(self, *args, **kwargs) -> Any: method read (line 360) | def read(self, *args, **kwargs) -> Any: method __init__ (line 363) | def __init__(self, *argv, **kwargs) -> None: class SDCard (line 367) | class SDCard: method ioctl (line 368) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 371) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 374) | def writeblocks(self, *args, **kwargs) -> Any: method info (line 377) | def info(self, *args, **kwargs) -> Any: method deinit (line 380) | def deinit(self, *args, **kwargs) -> Any: method __init__ (line 383) | def __init__(self, *argv, **kwargs) -> None: class RTC (line 387) | class RTC: method init (line 388) | def init(self, *args, **kwargs) -> Any: method memory (line 391) | def memory(self, *args, **kwargs) -> Any: method datetime (line 394) | def datetime(self, *args, **kwargs) -> Any: method __init__ (line 397) | def __init__(self, *argv, **kwargs) -> None: class SoftI2C (line 401) | class SoftI2C: method readfrom_mem_into (line 402) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readfrom_into (line 405) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 408) | def readfrom_mem(self, *args, **kwargs) -> Any: method writeto_mem (line 411) | def writeto_mem(self, *args, **kwargs) -> Any: method scan (line 414) | def scan(self, *args, **kwargs) -> Any: method writeto (line 417) | def writeto(self, *args, **kwargs) -> Any: method writevto (line 420) | def writevto(self, *args, **kwargs) -> Any: method start (line 423) | def start(self, *args, **kwargs) -> Any: method readfrom (line 426) | def readfrom(self, *args, **kwargs) -> Any: method readinto (line 429) | def readinto(self, *args, **kwargs) -> Any: method init (line 432) | def init(self, *args, **kwargs) -> Any: method stop (line 435) | def stop(self, *args, **kwargs) -> Any: method write (line 438) | def write(self, *args, **kwargs) -> Any: method __init__ (line 441) | def __init__(self, *argv, **kwargs) -> None: class SPI (line 445) | class SPI: method deinit (line 449) | def deinit(self, *args, **kwargs) -> Any: method init (line 452) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 455) | def write_readinto(self, *args, **kwargs) -> Any: method read (line 458) | def read(self, *args, **kwargs) -> Any: method write (line 461) | def write(self, *args, **kwargs) -> Any: method readinto (line 464) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 467) | def __init__(self, *argv, **kwargs) -> None: class Signal (line 471) | class Signal: method off (line 472) | def off(self, *args, **kwargs) -> Any: method on (line 475) | def on(self, *args, **kwargs) -> Any: method value (line 478) | def value(self, *args, **kwargs) -> Any: method __init__ (line 481) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/umachine.pyi function enable_irq (line 17) | def enable_irq(*args, **kwargs) -> Any: ... function bitstream (line 18) | def bitstream(*args, **kwargs) -> Any: ... function disable_irq (line 19) | def disable_irq(*args, **kwargs) -> Any: ... function deepsleep (line 20) | def deepsleep(*args, **kwargs) -> Any: ... function wake_reason (line 21) | def wake_reason(*args, **kwargs) -> Any: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 23) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 24) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 25) | def unique_id(*args, **kwargs) -> Any: ... function freq (line 26) | def freq(*args, **kwargs) -> Any: ... function reset_cause (line 27) | def reset_cause(*args, **kwargs) -> Any: ... function idle (line 28) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 29) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 30) | def reset(*args, **kwargs) -> Any: ... class PWM (line 34) | class PWM: method duty_u16 (line 35) | def duty_u16(self, *args, **kwargs) -> Any: ... method init (line 36) | def init(self, *args, **kwargs) -> Any: ... method freq (line 37) | def freq(self, *args, **kwargs) -> Any: ... method deinit (line 38) | def deinit(self, *args, **kwargs) -> Any: ... method duty_ns (line 39) | def duty_ns(self, *args, **kwargs) -> Any: ... method duty (line 40) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 43) | class UART: method deinit (line 50) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 51) | def init(self, *args, **kwargs) -> Any: ... method sendbreak (line 52) | def sendbreak(self, *args, **kwargs) -> Any: ... method read (line 53) | def read(self, *args, **kwargs) -> Any: ... method any (line 54) | def any(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method __init__ (line 58) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 63) | class ADCBlock: method init (line 64) | def init(self, *args, **kwargs) -> Any: ... method connect (line 65) | def connect(self, *args, **kwargs) -> Any: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 68) | class ADC: method read_u16 (line 77) | def read_u16(self, *args, **kwargs) -> Any: ... method init (line 78) | def init(self, *args, **kwargs) -> Any: ... method read_uv (line 79) | def read_uv(self, *args, **kwargs) -> Any: ... method width (line 80) | def width(self, *args, **kwargs) -> Any: ... method read (line 81) | def read(self, *args, **kwargs) -> Any: ... method block (line 82) | def block(self, *args, **kwargs) -> Any: ... method atten (line 83) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 86) | class I2S: method shift (line 91) | def shift(self, *args, **kwargs) -> Any: ... method init (line 92) | def init(self, *args, **kwargs) -> Any: ... method irq (line 93) | def irq(self, *args, **kwargs) -> Any: ... method readinto (line 94) | def readinto(self, *args, **kwargs) -> Any: ... method deinit (line 95) | def deinit(self, *args, **kwargs) -> Any: ... method write (line 96) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 97) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 99) | class DAC: method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 103) | class I2C: method readfrom_mem_into (line 104) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 105) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 106) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 107) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 108) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 109) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 110) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 111) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 112) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 113) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 114) | def init(self, *args, **kwargs) -> Any: ... method stop (line 115) | def stop(self, *args, **kwargs) -> Any: ... method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 119) | class Timer: method deinit (line 122) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 123) | def init(self, *args, **kwargs) -> Any: ... method value (line 124) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 125) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 127) | class SoftSPI: method deinit (line 130) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 131) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 132) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 133) | def read(self, *args, **kwargs) -> Any: ... method write (line 134) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 138) | class Pin: method irq (line 152) | def irq(self, *args, **kwargs) -> Any: ... method off (line 153) | def off(self, *args, **kwargs) -> Any: ... method on (line 154) | def on(self, *args, **kwargs) -> Any: ... method init (line 155) | def init(self, *args, **kwargs) -> Any: ... method value (line 156) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 159) | class WDT: method feed (line 160) | def feed(self, *args, **kwargs) -> Any: ... method __init__ (line 161) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 163) | class TouchPad: method config (line 164) | def config(self, *args, **kwargs) -> Any: ... method read (line 165) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 168) | class SDCard: method ioctl (line 169) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 170) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 171) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 172) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 173) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 174) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 176) | class RTC: method init (line 177) | def init(self, *args, **kwargs) -> Any: ... method memory (line 178) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 179) | def datetime(self, *args, **kwargs) -> Any: ... method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 182) | class SoftI2C: method readfrom_mem_into (line 183) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 184) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 185) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 186) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 187) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 188) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 189) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 190) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 191) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 192) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 193) | def init(self, *args, **kwargs) -> Any: ... method stop (line 194) | def stop(self, *args, **kwargs) -> Any: ... method write (line 195) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 196) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 198) | class SPI: method deinit (line 201) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 202) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 203) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 204) | def read(self, *args, **kwargs) -> Any: ... method write (line 205) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 206) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 207) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 209) | class Signal: method off (line 210) | def off(self, *args, **kwargs) -> Any: ... method on (line 211) | def on(self, *args, **kwargs) -> Any: ... method value (line 212) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method ping (line 13) | def ping(self, *args, **kwargs) -> Any: method check_msg (line 16) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 19) | def delay(self, *args, **kwargs) -> Any: method subscribe (line 22) | def subscribe(self, *args, **kwargs) -> Any: method disconnect (line 25) | def disconnect(self, *args, **kwargs) -> Any: method connect (line 28) | def connect(self, *args, **kwargs) -> Any: method set_last_will (line 31) | def set_last_will(self, *args, **kwargs) -> Any: method log (line 34) | def log(self, *args, **kwargs) -> Any: method set_callback (line 37) | def set_callback(self, *args, **kwargs) -> Any: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method ping (line 6) | def ping(self, *args, **kwargs) -> Any: ... method check_msg (line 7) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 8) | def delay(self, *args, **kwargs) -> Any: ... method subscribe (line 9) | def subscribe(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method connect (line 11) | def connect(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method log (line 13) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTClient (line 13) | class MQTTClient: method ping (line 14) | def ping(self, *args, **kwargs) -> Any: method publish (line 17) | def publish(self, *args, **kwargs) -> Any: method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Any: method subscribe (line 23) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 26) | def check_msg(self, *args, **kwargs) -> Any: method set_last_will (line 29) | def set_last_will(self, *args, **kwargs) -> Any: method connect (line 32) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 35) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 38) | def set_callback(self, *args, **kwargs) -> Any: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: class MQTTException (line 45) | class MQTTException(Exception): FILE: stubs/micropython-v1_19_1-esp32-GENERIC/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTClient (line 5) | class MQTTClient: method ping (line 6) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 7) | def publish(self, *args, **kwargs) -> Any: ... method wait_msg (line 8) | def wait_msg(self, *args, **kwargs) -> Any: ... method subscribe (line 9) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 10) | def check_msg(self, *args, **kwargs) -> Any: ... method set_last_will (line 11) | def set_last_will(self, *args, **kwargs) -> Any: ... method connect (line 12) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 13) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Any: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... class MQTTException (line 17) | class MQTTException(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uos.py function stat (line 9) | def stat(*args, **kwargs) -> Any: function rmdir (line 13) | def rmdir(*args, **kwargs) -> Any: function rename (line 17) | def rename(*args, **kwargs) -> Any: function mount (line 21) | def mount(*args, **kwargs) -> Any: function mkdir (line 25) | def mkdir(*args, **kwargs) -> Any: function statvfs (line 29) | def statvfs(*args, **kwargs) -> Any: function unlink (line 33) | def unlink(*args, **kwargs) -> Any: function uname (line 37) | def uname(*args, **kwargs) -> Any: function umount (line 41) | def umount(*args, **kwargs) -> Any: function urandom (line 45) | def urandom(*args, **kwargs) -> Any: function chdir (line 49) | def chdir(*args, **kwargs) -> Any: function dupterm (line 53) | def dupterm(*args, **kwargs) -> Any: function remove (line 57) | def remove(*args, **kwargs) -> Any: function listdir (line 61) | def listdir(*args, **kwargs) -> Any: function dupterm_notify (line 65) | def dupterm_notify(*args, **kwargs) -> Any: function ilistdir (line 69) | def ilistdir(*args, **kwargs) -> Any: function getcwd (line 73) | def getcwd(*args, **kwargs) -> Any: class VfsLfs2 (line 77) | class VfsLfs2: method rename (line 78) | def rename(self, *args, **kwargs) -> Any: method mkfs (line 81) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 84) | def mount(self, *args, **kwargs) -> Any: method statvfs (line 87) | def statvfs(self, *args, **kwargs) -> Any: method rmdir (line 90) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 93) | def stat(self, *args, **kwargs) -> Any: method umount (line 96) | def umount(self, *args, **kwargs) -> Any: method remove (line 99) | def remove(self, *args, **kwargs) -> Any: method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Any: method open (line 105) | def open(self, *args, **kwargs) -> Any: method ilistdir (line 108) | def ilistdir(self, *args, **kwargs) -> Any: method chdir (line 111) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 114) | def getcwd(self, *args, **kwargs) -> Any: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: class VfsFat (line 121) | class VfsFat: method rename (line 122) | def rename(self, *args, **kwargs) -> Any: method mkfs (line 125) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 128) | def mount(self, *args, **kwargs) -> Any: method statvfs (line 131) | def statvfs(self, *args, **kwargs) -> Any: method rmdir (line 134) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 137) | def stat(self, *args, **kwargs) -> Any: method umount (line 140) | def umount(self, *args, **kwargs) -> Any: method remove (line 143) | def remove(self, *args, **kwargs) -> Any: method mkdir (line 146) | def mkdir(self, *args, **kwargs) -> Any: method open (line 149) | def open(self, *args, **kwargs) -> Any: method ilistdir (line 152) | def ilistdir(self, *args, **kwargs) -> Any: method chdir (line 155) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 158) | def getcwd(self, *args, **kwargs) -> Any: method __init__ (line 161) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uos.pyi function stat (line 3) | def stat(*args, **kwargs) -> Any: ... function rmdir (line 4) | def rmdir(*args, **kwargs) -> Any: ... function rename (line 5) | def rename(*args, **kwargs) -> Any: ... function mount (line 6) | def mount(*args, **kwargs) -> Any: ... function mkdir (line 7) | def mkdir(*args, **kwargs) -> Any: ... function statvfs (line 8) | def statvfs(*args, **kwargs) -> Any: ... function unlink (line 9) | def unlink(*args, **kwargs) -> Any: ... function uname (line 10) | def uname(*args, **kwargs) -> Any: ... function umount (line 11) | def umount(*args, **kwargs) -> Any: ... function urandom (line 12) | def urandom(*args, **kwargs) -> Any: ... function chdir (line 13) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 14) | def dupterm(*args, **kwargs) -> Any: ... function remove (line 15) | def remove(*args, **kwargs) -> Any: ... function listdir (line 16) | def listdir(*args, **kwargs) -> Any: ... function dupterm_notify (line 17) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 18) | def ilistdir(*args, **kwargs) -> Any: ... function getcwd (line 19) | def getcwd(*args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method rename (line 22) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 23) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 24) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 25) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 26) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 27) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 28) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 30) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 31) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 33) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 34) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 37) | class VfsFat: method rename (line 38) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 39) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 40) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 41) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 42) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 43) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 45) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 46) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 47) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 48) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 49) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 50) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uplatform.py function platform (line 9) | def platform(*args, **kwargs) -> Any: function python_compiler (line 13) | def python_compiler(*args, **kwargs) -> Any: function libc_ver (line 17) | def libc_ver(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/urandom.py function randrange (line 9) | def randrange(*args, **kwargs) -> Any: function random (line 13) | def random(*args, **kwargs) -> Any: function seed (line 17) | def seed(*args, **kwargs) -> Any: function uniform (line 21) | def uniform(*args, **kwargs) -> Any: function choice (line 25) | def choice(*args, **kwargs) -> Any: function randint (line 29) | def randint(*args, **kwargs) -> Any: function getrandbits (line 33) | def getrandbits(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/urandom.pyi function randrange (line 3) | def randrange(*args, **kwargs) -> Any: ... function random (line 4) | def random(*args, **kwargs) -> Any: ... function seed (line 5) | def seed(*args, **kwargs) -> Any: ... function uniform (line 6) | def uniform(*args, **kwargs) -> Any: ... function choice (line 7) | def choice(*args, **kwargs) -> Any: ... function randint (line 8) | def randint(*args, **kwargs) -> Any: ... function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ure.py function sub (line 9) | def sub(*args, **kwargs) -> Any: function search (line 13) | def search(*args, **kwargs) -> Any: function match (line 17) | def match(*args, **kwargs) -> Any: function compile (line 21) | def compile(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/urequests.py function request (line 9) | def request(*args, **kwargs) -> Any: function head (line 13) | def head(*args, **kwargs) -> Any: function post (line 17) | def post(*args, **kwargs) -> Any: function patch (line 21) | def patch(*args, **kwargs) -> Any: function delete (line 25) | def delete(*args, **kwargs) -> Any: function put (line 29) | def put(*args, **kwargs) -> Any: function get (line 33) | def get(*args, **kwargs) -> Any: class Response (line 37) | class Response: method json (line 38) | def json(self, *args, **kwargs) -> Any: method close (line 41) | def close(self, *args, **kwargs) -> Any: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/urequests.pyi function request (line 3) | def request(*args, **kwargs) -> Any: ... function head (line 4) | def head(*args, **kwargs) -> Any: ... function post (line 5) | def post(*args, **kwargs) -> Any: ... function patch (line 6) | def patch(*args, **kwargs) -> Any: ... function delete (line 7) | def delete(*args, **kwargs) -> Any: ... function put (line 8) | def put(*args, **kwargs) -> Any: ... function get (line 9) | def get(*args, **kwargs) -> Any: ... class Response (line 11) | class Response: method json (line 12) | def json(self, *args, **kwargs) -> Any: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uselect.py function select (line 14) | def select(*args, **kwargs) -> Any: function poll (line 18) | def poll(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uselect.pyi function select (line 8) | def select(*args, **kwargs) -> Any: ... function poll (line 9) | def poll(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/usocket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method recvfrom (line 26) | def recvfrom(self, *args, **kwargs) -> Any: method recv (line 29) | def recv(self, *args, **kwargs) -> Any: method makefile (line 32) | def makefile(self, *args, **kwargs) -> Any: method listen (line 35) | def listen(self, *args, **kwargs) -> Any: method fileno (line 38) | def fileno(self, *args, **kwargs) -> Any: method sendall (line 41) | def sendall(self, *args, **kwargs) -> Any: method setsockopt (line 44) | def setsockopt(self, *args, **kwargs) -> Any: method setblocking (line 47) | def setblocking(self, *args, **kwargs) -> Any: method sendto (line 50) | def sendto(self, *args, **kwargs) -> Any: method settimeout (line 53) | def settimeout(self, *args, **kwargs) -> Any: method readline (line 56) | def readline(self, *args, **kwargs) -> Any: method readinto (line 59) | def readinto(self, *args, **kwargs) -> Any: method read (line 62) | def read(self, *args, **kwargs) -> Any: method close (line 65) | def close(self, *args, **kwargs) -> Any: method connect (line 68) | def connect(self, *args, **kwargs) -> Any: method send (line 71) | def send(self, *args, **kwargs) -> Any: method bind (line 74) | def bind(self, *args, **kwargs) -> Any: method accept (line 77) | def accept(self, *args, **kwargs) -> Any: method write (line 80) | def write(self, *args, **kwargs) -> Any: method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/usocket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method recvfrom (line 18) | def recvfrom(self, *args, **kwargs) -> Any: ... method recv (line 19) | def recv(self, *args, **kwargs) -> Any: ... method makefile (line 20) | def makefile(self, *args, **kwargs) -> Any: ... method listen (line 21) | def listen(self, *args, **kwargs) -> Any: ... method fileno (line 22) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 23) | def sendall(self, *args, **kwargs) -> Any: ... method setsockopt (line 24) | def setsockopt(self, *args, **kwargs) -> Any: ... method setblocking (line 25) | def setblocking(self, *args, **kwargs) -> Any: ... method sendto (line 26) | def sendto(self, *args, **kwargs) -> Any: ... method settimeout (line 27) | def settimeout(self, *args, **kwargs) -> Any: ... method readline (line 28) | def readline(self, *args, **kwargs) -> Any: ... method readinto (line 29) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 30) | def read(self, *args, **kwargs) -> Any: ... method close (line 31) | def close(self, *args, **kwargs) -> Any: ... method connect (line 32) | def connect(self, *args, **kwargs) -> Any: ... method send (line 33) | def send(self, *args, **kwargs) -> Any: ... method bind (line 34) | def bind(self, *args, **kwargs) -> Any: ... method accept (line 35) | def accept(self, *args, **kwargs) -> Any: ... method write (line 36) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ustruct.py function pack_into (line 9) | def pack_into(*args, **kwargs) -> Any: function unpack (line 13) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 17) | def unpack_from(*args, **kwargs) -> Any: function pack (line 21) | def pack(*args, **kwargs) -> Any: function calcsize (line 25) | def calcsize(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/ustruct.pyi function pack_into (line 3) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 4) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 5) | def unpack_from(*args, **kwargs) -> Any: ... function pack (line 6) | def pack(*args, **kwargs) -> Any: ... function calcsize (line 7) | def calcsize(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/usys.py function print_exception (line 21) | def print_exception(*args, **kwargs) -> Any: function exit (line 25) | def exit(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/usys.pyi function print_exception (line 15) | def print_exception(*args, **kwargs) -> Any: ... function exit (line 16) | def exit(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/utime.py function ticks_diff (line 9) | def ticks_diff(*args, **kwargs) -> Any: function ticks_add (line 13) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 17) | def ticks_cpu(*args, **kwargs) -> Any: function time (line 21) | def time(*args, **kwargs) -> Any: function ticks_ms (line 25) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 29) | def ticks_us(*args, **kwargs) -> Any: function time_ns (line 33) | def time_ns(*args, **kwargs) -> Any: function localtime (line 37) | def localtime(*args, **kwargs) -> Any: function sleep_us (line 41) | def sleep_us(*args, **kwargs) -> Any: function gmtime (line 45) | def gmtime(*args, **kwargs) -> Any: function sleep_ms (line 49) | def sleep_ms(*args, **kwargs) -> Any: function mktime (line 53) | def mktime(*args, **kwargs) -> Any: function sleep (line 57) | def sleep(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/utime.pyi function ticks_diff (line 3) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_add (line 4) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 5) | def ticks_cpu(*args, **kwargs) -> Any: ... function time (line 6) | def time(*args, **kwargs) -> Any: ... function ticks_ms (line 7) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 8) | def ticks_us(*args, **kwargs) -> Any: ... function time_ns (line 9) | def time_ns(*args, **kwargs) -> Any: ... function localtime (line 10) | def localtime(*args, **kwargs) -> Any: ... function sleep_us (line 11) | def sleep_us(*args, **kwargs) -> Any: ... function gmtime (line 12) | def gmtime(*args, **kwargs) -> Any: ... function sleep_ms (line 13) | def sleep_ms(*args, **kwargs) -> Any: ... function mktime (line 14) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 15) | def sleep(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/utimeq.py class utimeq (line 9) | class utimeq: method peektime (line 10) | def peektime(self, *args, **kwargs) -> Any: method push (line 13) | def push(self, *args, **kwargs) -> Any: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uwebsocket.py class websocket (line 9) | class websocket: method readline (line 10) | def readline(self, *args, **kwargs) -> Any: method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: method write (line 16) | def write(self, *args, **kwargs) -> Any: method close (line 19) | def close(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method read (line 25) | def read(self, *args, **kwargs) -> Any: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uzlib.py function decompress (line 9) | def decompress(*args, **kwargs) -> Any: class DecompIO (line 13) | class DecompIO: method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: method readline (line 17) | def readline(self, *args, **kwargs) -> Any: method read (line 20) | def read(self, *args, **kwargs) -> Any: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/uzlib.pyi function decompress (line 3) | def decompress(*args, **kwargs) -> Any: ... class DecompIO (line 5) | class DecompIO: method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/websocket.py class websocket (line 9) | class websocket: method readline (line 10) | def readline(self, *args, **kwargs) -> Any: method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: method write (line 16) | def write(self, *args, **kwargs) -> Any: method close (line 19) | def close(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method read (line 25) | def read(self, *args, **kwargs) -> Any: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/websocket_helper.py function client_handshake (line 11) | def client_handshake(*args, **kwargs) -> Any: function server_handshake (line 15) | def server_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/websocket_helper.pyi function client_handshake (line 5) | def client_handshake(*args, **kwargs) -> Any: ... function server_handshake (line 6) | def server_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC/zlib.py function decompress (line 9) | def decompress(*args, **kwargs) -> Any: class DecompIO (line 13) | class DecompIO: method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: method readline (line 17) | def readline(self, *args, **kwargs) -> Any: method read (line 20) | def read(self, *args, **kwargs) -> Any: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC/zlib.pyi function decompress (line 3) | def decompress(*args, **kwargs) -> Any: ... class DecompIO (line 5) | class DecompIO: method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/_onewire.py function reset (line 10) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 13) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 16) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 19) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 22) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 25) | def readbit(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/_thread.py function get_ident (line 23) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 26) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 29) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 32) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 35) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 38) | class LockType: method locked (line 39) | def locked(self, *args, **kwargs) -> Any: ... method release (line 41) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 43) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Any: ... method release (line 25) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/_uasyncio.py class TaskQueue (line 10) | class TaskQueue: method push (line 11) | def push(self, *args, **kwargs) -> Any: ... method peek (line 13) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 15) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 17) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/apa106.py class APA106 (line 10) | class APA106: method write (line 13) | def write(self, *args, **kwargs) -> Any: ... method fill (line 15) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class NeoPixel (line 20) | class NeoPixel: method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method fill (line 25) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/apa106.pyi class APA106 (line 3) | class APA106: method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class NeoPixel (line 9) | class NeoPixel: method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/array.py class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method decode (line 36) | def decode(self, *args, **kwargs) -> Any: ... method append (line 38) | def append(self, val) -> Incomplete: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/binascii.py function crc32 (line 21) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 24) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 35) | def unhexlify(data) -> bytes: function b2a_base64 (line 43) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 52) | def a2b_base64(data) -> bytes: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/bluetooth.py class UUID (line 34) | class UUID: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 47) | class BLE: method gatts_notify (line 52) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 67) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gattc_write (line 80) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_read (line 100) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 110) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_read (line 124) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 131) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_set_buffer (line 141) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 154) | def gatts_register_services(self, services_definition, /) -> Incomplete: method irq (line 217) | def irq(self, handler, /) -> int: method gap_connect (line 413) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_advertise (line 437) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 454) | def config(self, param, /) -> Tuple: method active (line 518) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gattc_discover_services (line 527) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_disconnect (line 538) | def gap_disconnect(self, conn_handle, /) -> bool: method gattc_discover_descriptors (line 553) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 562) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_scan (line 577) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method __init__ (line 613) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/bluetooth.pyi class UUID (line 28) | class UUID: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 40) | class BLE: method gatts_notify (line 45) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 60) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gattc_write (line 73) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_read (line 93) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 103) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_read (line 117) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 124) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_set_buffer (line 134) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 147) | def gatts_register_services(self, services_definition, /) -> Incomplete: method irq (line 210) | def irq(self, handler, /) -> int: method gap_connect (line 406) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_advertise (line 430) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 447) | def config(self, param, /) -> Tuple: method active (line 511) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gattc_discover_services (line 520) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_disconnect (line 531) | def gap_disconnect(self, conn_handle, /) -> bool: method gattc_discover_descriptors (line 546) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 555) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_scan (line 570) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method __init__ (line 606) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/btree.py function open (line 87) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/btree.pyi function open (line 81) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/cmath.py function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 34) | def sqrt(z) -> Incomplete: function rect (line 41) | def rect(r, phi) -> float: function sin (line 48) | def sin(z) -> float: function exp (line 55) | def exp(z) -> float: function cos (line 62) | def cos(z) -> float: function phase (line 69) | def phase(z) -> float: function log (line 76) | def log(z) -> float: function log10 (line 83) | def log10(z) -> float: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/collections.py function namedtuple (line 23) | def namedtuple(name, fields) -> stdlib_NamedTuple: class OrderedDict (line 44) | class OrderedDict(stdlib_OrderedDict): method popitem (line 69) | def popitem(self, *args, **kwargs) -> Any: ... method pop (line 71) | def pop(self, *args, **kwargs) -> Any: ... method values (line 73) | def values(self, *args, **kwargs) -> Any: ... method setdefault (line 75) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 77) | def update(self, *args, **kwargs) -> Any: ... method copy (line 79) | def copy(self, *args, **kwargs) -> Any: ... method clear (line 81) | def clear(self, *args, **kwargs) -> Any: ... method keys (line 83) | def keys(self, *args, **kwargs) -> Any: ... method get (line 85) | def get(self, *args, **kwargs) -> Any: ... method items (line 87) | def items(self, *args, **kwargs) -> Any: ... method fromkeys (line 90) | def fromkeys(cls, *args, **kwargs) -> Any: ... method __init__ (line 92) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 95) | class deque(stdlib_deque): method popleft (line 113) | def popleft(self) -> Incomplete: method append (line 120) | def append(self, x) -> Incomplete: method __init__ (line 127) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/collections.pyi function namedtuple (line 17) | def namedtuple(name, fields) -> stdlib_NamedTuple: class OrderedDict (line 37) | class OrderedDict(stdlib_OrderedDict): method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: ... method pop (line 63) | def pop(self, *args, **kwargs) -> Any: ... method values (line 64) | def values(self, *args, **kwargs) -> Any: ... method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 66) | def update(self, *args, **kwargs) -> Any: ... method copy (line 67) | def copy(self, *args, **kwargs) -> Any: ... method clear (line 68) | def clear(self, *args, **kwargs) -> Any: ... method keys (line 69) | def keys(self, *args, **kwargs) -> Any: ... method get (line 70) | def get(self, *args, **kwargs) -> Any: ... method items (line 71) | def items(self, *args, **kwargs) -> Any: ... method fromkeys (line 73) | def fromkeys(cls, *args, **kwargs) -> Any: ... method __init__ (line 74) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 76) | class deque(stdlib_deque): method popleft (line 94) | def popleft(self) -> Incomplete: method append (line 101) | def append(self, x) -> Incomplete: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/cryptolib.py class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/cryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/dht.py function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... class DHT22 (line 13) | class DHT22: method humidity (line 14) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 16) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 18) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 23) | class DHT11: method humidity (line 24) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 26) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 28) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class DHTBase (line 33) | class DHTBase: method measure (line 34) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHT22 (line 5) | class DHT22: method humidity (line 6) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 7) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 8) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 11) | class DHT11: method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 14) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... class DHTBase (line 17) | class DHTBase: method measure (line 18) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ds18x20.py function const (line 10) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 13) | class DS18X20: method read_scratch (line 14) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 16) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 18) | def read_temp(self, *args, **kwargs) -> Any: ... method convert_temp (line 20) | def convert_temp(self, *args, **kwargs) -> Any: ... method scan (line 22) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method read_scratch (line 6) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 7) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 8) | def read_temp(self, *args, **kwargs) -> Any: ... method convert_temp (line 9) | def convert_temp(self, *args, **kwargs) -> Any: ... method scan (line 10) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/esp.py function flash_user_start (line 27) | def flash_user_start() -> Incomplete: function flash_write (line 34) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 37) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 40) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 43) | def osdebug(level) -> None: function flash_size (line 61) | def flash_size() -> Incomplete: function dht_readinto (line 68) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 71) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 74) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/esp.pyi function flash_user_start (line 21) | def flash_user_start() -> Incomplete: function flash_write (line 27) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 28) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 29) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 30) | def osdebug(level) -> None: function flash_size (line 47) | def flash_size() -> Incomplete: function dht_readinto (line 53) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 54) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 55) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/esp32.py function wake_on_touch (line 26) | def wake_on_touch(wake) -> None: function wake_on_ext1 (line 34) | def wake_on_ext1(pins, level) -> None: function idf_heap_info (line 43) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_ext0 (line 70) | def wake_on_ext0(pin, level) -> None: function gpio_deep_sleep_hold (line 79) | def gpio_deep_sleep_hold(enable) -> None: class NVS (line 87) | class NVS: method get_i32 (line 93) | def get_i32(self, key) -> int: method set_i32 (line 100) | def set_i32(self, key, value) -> None: method set_blob (line 106) | def set_blob(self, key, value) -> None: method commit (line 115) | def commit(self) -> Incomplete: method get_blob (line 121) | def get_blob(self, key, buffer) -> int: method erase_key (line 129) | def erase_key(self, key) -> Incomplete: method __init__ (line 135) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 138) | class RMT: method source_freq (line 155) | def source_freq(self) -> Incomplete: method loop (line 162) | def loop(self, enable_loop) -> None: method wait_done (line 171) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 180) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 211) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 225) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 227) | def clock_div(self) -> Incomplete: method __init__ (line 234) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 237) | class Partition: method readblocks (line 249) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 251) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 259) | def set_boot(self) -> None: method writeblocks (line 265) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 267) | def info(self) -> Tuple: method find (line 274) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 285) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 295) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 308) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/esp32.pyi function wake_on_touch (line 19) | def wake_on_touch(wake) -> None: function wake_on_ext1 (line 26) | def wake_on_ext1(pins, level) -> None: function idf_heap_info (line 34) | def idf_heap_info(capabilities) -> List[Tuple]: function wake_on_ext0 (line 60) | def wake_on_ext0(pin, level) -> None: function gpio_deep_sleep_hold (line 68) | def gpio_deep_sleep_hold(enable) -> None: class NVS (line 75) | class NVS: method get_i32 (line 81) | def get_i32(self, key) -> int: method set_i32 (line 88) | def set_i32(self, key, value) -> None: method set_blob (line 94) | def set_blob(self, key, value) -> None: method commit (line 103) | def commit(self) -> Incomplete: method get_blob (line 109) | def get_blob(self, key, buffer) -> int: method erase_key (line 117) | def erase_key(self, key) -> Incomplete: method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 125) | class RMT: method source_freq (line 142) | def source_freq(self) -> Incomplete: method loop (line 149) | def loop(self, enable_loop) -> None: method wait_done (line 158) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 167) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 198) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 212) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 213) | def clock_div(self) -> Incomplete: method __init__ (line 220) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 222) | class Partition: method readblocks (line 233) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 234) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 242) | def set_boot(self) -> None: method writeblocks (line 248) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 249) | def info(self) -> Tuple: method find (line 256) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 267) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 277) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 290) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/flashbdev.py class Partition (line 12) | class Partition: method readblocks (line 18) | def readblocks(self, *args, **kwargs) -> Any: ... method ioctl (line 20) | def ioctl(self, *args, **kwargs) -> Any: ... method set_boot (line 22) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 24) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 26) | def info(self, *args, **kwargs) -> Any: ... method find (line 28) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 30) | def get_next_update(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 33) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/flashbdev.pyi class Partition (line 5) | class Partition: method readblocks (line 10) | def readblocks(self, *args, **kwargs) -> Any: ... method ioctl (line 11) | def ioctl(self, *args, **kwargs) -> Any: ... method set_boot (line 12) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 13) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 14) | def info(self, *args, **kwargs) -> Any: ... method find (line 15) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 16) | def get_next_update(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 18) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/framebuf.py function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 31) | class FrameBuffer: method rect (line 57) | def rect(self, x, y, w, h, c) -> Incomplete: ... method pixel (line 59) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method vline (line 66) | def vline(self, x, y, h, c) -> Incomplete: ... method scroll (line 68) | def scroll(self, xstep, ystep) -> Incomplete: method text (line 75) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method fill (line 84) | def fill(self, c) -> None: method blit (line 90) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method line (line 110) | def line(self, x1, y1, x2, y2, c) -> None: method fill_rect (line 120) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 128) | def hline(self, x, y, w, c) -> Incomplete: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method rect (line 50) | def rect(self, x, y, w, h, c) -> Incomplete: ... method pixel (line 51) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method vline (line 58) | def vline(self, x, y, h, c) -> Incomplete: ... method scroll (line 59) | def scroll(self, xstep, ystep) -> Incomplete: method text (line 66) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method fill (line 75) | def fill(self, c) -> None: method blit (line 81) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method line (line 101) | def line(self, x1, y1, x2, y2, c) -> None: method fill_rect (line 111) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 119) | def hline(self, x, y, w, c) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/gc.py function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 29) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 32) | def mem_free() -> int: function threshold (line 44) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 70) | def collect() -> None: function enable (line 77) | def enable() -> None: function disable (line 84) | def disable() -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/hashlib.py class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: ... method update (line 43) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 48) | class sha1: method digest (line 53) | def digest(self, *args, **kwargs) -> Any: ... method update (line 55) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/heapq.py function heappop (line 24) | def heappop(heap) -> Incomplete: function heappush (line 34) | def heappush(heap, item) -> Incomplete: function heapify (line 41) | def heapify(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/inisetup.py function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 13) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 16) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/inisetup.pyi function check_bootsec (line 3) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 4) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 5) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/io.py function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 95) | class IOBase: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 99) | class TextIOWrapper(IO): method write (line 105) | def write(self, *args, **kwargs) -> Any: ... method flush (line 107) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 109) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 111) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 115) | def readline(self, *args, **kwargs) -> Any: ... method close (line 117) | def close(self, *args, **kwargs) -> Any: ... method read (line 119) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 121) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 126) | class StringIO(IO): method write (line 127) | def write(self, *args, **kwargs) -> Any: ... method flush (line 129) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 131) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 133) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 137) | def readline(self, *args, **kwargs) -> Any: ... method close (line 139) | def close(self, *args, **kwargs) -> Any: ... method read (line 141) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 143) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 145) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 148) | class BufferedWriter: method flush (line 149) | def flush(self, *args, **kwargs) -> Any: ... method write (line 151) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 156) | class FileIO(IO): method write (line 162) | def write(self, *args, **kwargs) -> Any: ... method flush (line 164) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 166) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 168) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 170) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 172) | def readline(self, *args, **kwargs) -> Any: ... method close (line 174) | def close(self, *args, **kwargs) -> Any: ... method read (line 176) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 178) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 183) | class BytesIO(IO): method write (line 196) | def write(self, *args, **kwargs) -> Any: ... method flush (line 198) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 200) | def getvalue(self) -> Incomplete: method seek (line 206) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 208) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 210) | def readline(self, *args, **kwargs) -> Any: ... method close (line 212) | def close(self, *args, **kwargs) -> Any: ... method read (line 214) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 216) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/json.py function loads (line 21) | def loads(str) -> Incomplete: function load (line 29) | def load(stream) -> Incomplete: function dumps (line 41) | def dumps(obj, separators=None) -> str: function dump (line 50) | def dump(obj, stream, separators=None) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/machine.py function enable_irq (line 37) | def enable_irq(state) -> Incomplete: function wake_reason (line 46) | def wake_reason() -> Incomplete: function bitstream (line 55) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 80) | def disable_irq() -> Incomplete: function deepsleep (line 90) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function sleep (line 116) | def sleep() -> Incomplete: function soft_reset (line 123) | def soft_reset() -> NoReturn: function time_pulse_us (line 132) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 151) | def unique_id() -> bytes: function freq (line 161) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 170) | def reset_cause() -> int: function idle (line 177) | def idle() -> Incomplete: function lightsleep (line 187) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 213) | def reset() -> NoReturn: class PWM (line 221) | class PWM: method duty_u16 (line 238) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 250) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 257) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 268) | def deinit(self) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 284) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 286) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 289) | class Pin: method irq (line 367) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 412) | def off(self) -> None: method on (line 418) | def on(self) -> None: method init (line 424) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 434) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 468) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 469) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 482) | class WDT: method feed (line 491) | def feed(self) -> None: method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 502) | class I2S: method shift (line 534) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 542) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 548) | def irq(self, handler) -> Incomplete: method readinto (line 556) | def readinto(self, buf) -> int: method deinit (line 565) | def deinit(self) -> Incomplete: method write (line 571) | def write(self, buf) -> int: method __init__ (line 580) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 583) | class ADC: method read_u16 (line 605) | def read_u16(self) -> int: method init (line 613) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 621) | def read_uv(self) -> int: method width (line 629) | def width(self, *args, **kwargs) -> Any: ... method read (line 631) | def read(self, *args, **kwargs) -> Any: ... method block (line 633) | def block(self) -> Incomplete: method atten (line 643) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 645) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 648) | class ADCBlock: method init (line 658) | def init(self, *, bits) -> None: method connect (line 665) | def connect(self, channel, source) -> Incomplete: method __init__ (line 683) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 686) | class I2C: method readfrom_mem_into (line 702) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 714) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 724) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 733) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 744) | def scan(self) -> List: method writeto (line 752) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 762) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 778) | def start(self) -> None: method readfrom (line 784) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 792) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 802) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 812) | def stop(self) -> None: method write (line 818) | def write(self, buf) -> int: method __init__ (line 826) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 829) | class SoftI2C(I2C): method readfrom_mem_into (line 842) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 844) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 846) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 848) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 850) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 852) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 854) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 856) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 858) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 860) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 862) | def init(self, *args, **kwargs) -> Any: ... method stop (line 864) | def stop(self, *args, **kwargs) -> Any: ... method write (line 866) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 868) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 871) | class SoftSPI: method deinit (line 881) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 883) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 885) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 887) | def read(self, *args, **kwargs) -> Any: ... method write (line 889) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 891) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 893) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 896) | class Timer: method deinit (line 908) | def deinit(self) -> None: method init (line 914) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 946) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 948) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 951) | class UART: method deinit (line 963) | def deinit(self) -> None: method init (line 969) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1015) | def sendbreak(self) -> None: method read (line 1022) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1033) | def any(self) -> int: method write (line 1048) | def write(self, buf) -> Union[int, None]: method readinto (line 1056) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1067) | def readline(self) -> Union[str, None]: method __init__ (line 1076) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1082) | class Signal(Pin): method off (line 1103) | def off(self) -> None: method on (line 1109) | def on(self) -> None: method value (line 1115) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1135) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1138) | class RTC: method init (line 1143) | def init(self, datetime) -> None: method memory (line 1151) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1153) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1169) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1172) | class SDCard: method ioctl (line 1203) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1205) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1207) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1209) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1211) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1213) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1216) | class SPI: method deinit (line 1231) | def deinit(self) -> None: method init (line 1237) | def init( method write_readinto (line 1263) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1274) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1282) | def write(self, buf) -> int: method readinto (line 1291) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1301) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/machine.pyi function enable_irq (line 31) | def enable_irq(state) -> Incomplete: function wake_reason (line 39) | def wake_reason() -> Incomplete: function bitstream (line 47) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 71) | def disable_irq() -> Incomplete: function deepsleep (line 80) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function sleep (line 105) | def sleep() -> Incomplete: function soft_reset (line 111) | def soft_reset() -> NoReturn: function time_pulse_us (line 119) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 137) | def unique_id() -> bytes: function freq (line 146) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 154) | def reset_cause() -> int: function idle (line 160) | def idle() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 194) | def reset() -> NoReturn: class PWM (line 201) | class PWM: method duty_u16 (line 218) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 230) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 237) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 248) | def deinit(self) -> None: method duty_ns (line 254) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 264) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 265) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 267) | class Pin: method irq (line 344) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 389) | def off(self) -> None: method on (line 395) | def on(self) -> None: method init (line 401) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 411) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 445) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 446) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 457) | class WDT: method feed (line 466) | def feed(self) -> None: method __init__ (line 474) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 476) | class I2S: method shift (line 507) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 515) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 521) | def irq(self, handler) -> Incomplete: method readinto (line 529) | def readinto(self, buf) -> int: method deinit (line 538) | def deinit(self) -> Incomplete: method write (line 544) | def write(self, buf) -> int: method __init__ (line 553) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 555) | class ADC: method read_u16 (line 576) | def read_u16(self) -> int: method init (line 584) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 592) | def read_uv(self) -> int: method width (line 600) | def width(self, *args, **kwargs) -> Any: ... method read (line 601) | def read(self, *args, **kwargs) -> Any: ... method block (line 602) | def block(self) -> Incomplete: method atten (line 612) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 613) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 615) | class ADCBlock: method init (line 625) | def init(self, *, bits) -> None: method connect (line 632) | def connect(self, channel, source) -> Incomplete: method __init__ (line 650) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 652) | class I2C: method readfrom_mem_into (line 668) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 680) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 690) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 699) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 710) | def scan(self) -> List: method writeto (line 718) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 728) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 744) | def start(self) -> None: method readfrom (line 750) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 758) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 768) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 778) | def stop(self) -> None: method write (line 784) | def write(self, buf) -> int: method __init__ (line 792) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 794) | class SoftI2C(I2C): method readfrom_mem_into (line 807) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 808) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 809) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 810) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 811) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 812) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 813) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 814) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 815) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 816) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 817) | def init(self, *args, **kwargs) -> Any: ... method stop (line 818) | def stop(self, *args, **kwargs) -> Any: ... method write (line 819) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 820) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 822) | class SoftSPI: method deinit (line 831) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 832) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 833) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 834) | def read(self, *args, **kwargs) -> Any: ... method write (line 835) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 836) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 837) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 839) | class Timer: method deinit (line 850) | def deinit(self) -> None: method init (line 856) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 888) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 889) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 891) | class UART: method deinit (line 902) | def deinit(self) -> None: method init (line 908) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 954) | def sendbreak(self) -> None: method read (line 961) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 972) | def any(self) -> int: method write (line 987) | def write(self, buf) -> Union[int, None]: method readinto (line 995) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1006) | def readline(self) -> Union[str, None]: method __init__ (line 1015) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1019) | class Signal(Pin): method off (line 1040) | def off(self) -> None: method on (line 1046) | def on(self) -> None: method value (line 1052) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1072) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1074) | class RTC: method init (line 1079) | def init(self, datetime) -> None: method memory (line 1087) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1088) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1104) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1106) | class SDCard: method ioctl (line 1137) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1138) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1139) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1140) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1141) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1142) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1144) | class SPI: method deinit (line 1158) | def deinit(self) -> None: method init (line 1164) | def init( method write_readinto (line 1190) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1201) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1209) | def write(self, buf) -> int: method readinto (line 1218) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1228) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/math.py function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 39) | def lgamma(x) -> float: function trunc (line 46) | def trunc(x) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 56) | def gamma(x) -> Incomplete: function isnan (line 63) | def isnan(x) -> bool: function isfinite (line 70) | def isfinite(x) -> bool: function isinf (line 77) | def isinf(x) -> bool: function sqrt (line 84) | def sqrt(x) -> Incomplete: function sinh (line 91) | def sinh(x) -> float: function log (line 98) | def log(x) -> float: function tan (line 105) | def tan(x) -> float: function tanh (line 112) | def tanh(x) -> float: function log2 (line 119) | def log2(x) -> float: function log10 (line 126) | def log10(x) -> float: function sin (line 133) | def sin(x) -> float: function modf (line 140) | def modf(x) -> Tuple: function radians (line 148) | def radians(x) -> Incomplete: function atanh (line 155) | def atanh(x) -> float: function atan2 (line 162) | def atan2(y, x) -> float: function atan (line 169) | def atan(x) -> float: function ceil (line 176) | def ceil(x) -> int: function copysign (line 183) | def copysign(x, y) -> Incomplete: function frexp (line 190) | def frexp(x) -> Incomplete: function acos (line 200) | def acos(x) -> float: function pow (line 207) | def pow(x, y) -> Incomplete: function asinh (line 214) | def asinh(x) -> float: function acosh (line 221) | def acosh(x) -> float: function asin (line 228) | def asin(x) -> float: function factorial (line 235) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 238) | def fabs(x) -> Incomplete: function expm1 (line 245) | def expm1(x) -> Incomplete: function floor (line 252) | def floor(x) -> int: function fmod (line 259) | def fmod(x, y) -> Incomplete: function cos (line 266) | def cos(x) -> float: function degrees (line 273) | def degrees(x) -> Incomplete: function cosh (line 280) | def cosh(x) -> float: function exp (line 287) | def exp(x) -> float: function erf (line 294) | def erf(x) -> Incomplete: function erfc (line 301) | def erfc(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/micropython.py function opt_level (line 16) | def opt_level(level: Optional[Any] = None) -> Incomplete: function mem_info (line 37) | def mem_info(verbose: Optional[Any] = None) -> None: function stack_use (line 49) | def stack_use() -> int: function qstr_info (line 58) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 70) | def schedule(func, arg) -> Incomplete: function alloc_emergency_exception_buf (line 108) | def alloc_emergency_exception_buf(size) -> Incomplete: function const (line 122) | def const(expr: Const_T) -> Const_T: function kbd_intr (line 145) | def kbd_intr(chr) -> None: function heap_lock (line 159) | def heap_lock() -> int: ... function heap_unlock (line 162) | def heap_unlock() -> int: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/micropython.pyi function opt_level (line 10) | def opt_level(level: Optional[Any] = None) -> Incomplete: function mem_info (line 30) | def mem_info(verbose: Optional[Any] = None) -> None: function stack_use (line 41) | def stack_use() -> int: function qstr_info (line 49) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 60) | def schedule(func, arg) -> Incomplete: function alloc_emergency_exception_buf (line 97) | def alloc_emergency_exception_buf(size) -> Incomplete: function const (line 110) | def const(expr: Const_T) -> Const_T: function kbd_intr (line 132) | def kbd_intr(chr) -> None: function heap_lock (line 145) | def heap_lock() -> int: ... function heap_unlock (line 146) | def heap_unlock() -> int: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/neopixel.py function bitstream (line 23) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 26) | class NeoPixel: method write (line 38) | def write(self) -> None: method fill (line 44) | def fill(self, pixel) -> None: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/neopixel.pyi function bitstream (line 17) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 19) | class NeoPixel: method write (line 30) | def write(self) -> None: method fill (line 36) | def fill(self, pixel) -> None: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/network.py class WLAN (line 73) | class WLAN: method __init__ (line 82) | def __init__(self, interface_id) -> None: ... method active (line 83) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 91) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 100) | def disconnect(self) -> None: method scan (line 106) | def scan(self) -> List[Tuple]: method status (line 135) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 154) | def isconnected(self) -> bool: method ifconfig (line 162) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 173) | def config(self, *args, **kwargs) -> Incomplete: function phy_mode (line 208) | def phy_mode(*args, **kwargs) -> Any: ... function PPP (line 211) | def PPP(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/network.pyi class WLAN (line 67) | class WLAN: method __init__ (line 76) | def __init__(self, interface_id) -> None: ... method active (line 77) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 85) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 94) | def disconnect(self) -> None: method scan (line 100) | def scan(self) -> List[Tuple]: method status (line 129) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 148) | def isconnected(self) -> bool: method ifconfig (line 156) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 167) | def config(self, *args, **kwargs) -> Incomplete: function phy_mode (line 201) | def phy_mode(*args, **kwargs) -> Any: ... function PPP (line 202) | def PPP(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ntptime.py function settime (line 13) | def settime(*args, **kwargs) -> Any: ... function time (line 16) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ntptime.pyi function settime (line 6) | def settime(*args, **kwargs) -> Any: ... function time (line 7) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/onewire.py class OneWire (line 10) | class OneWire: method select_rom (line 15) | def select_rom(self, *args, **kwargs) -> Any: ... method writebyte (line 17) | def writebyte(self, *args, **kwargs) -> Any: ... method crc8 (line 19) | def crc8(self, *args, **kwargs) -> Any: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 23) | def readinto(self, *args, **kwargs) -> Any: ... method readbyte (line 25) | def readbyte(self, *args, **kwargs) -> Any: ... method readbit (line 27) | def readbit(self, *args, **kwargs) -> Any: ... method writebit (line 29) | def writebit(self, *args, **kwargs) -> Any: ... method reset (line 31) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 33) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class OneWireError (line 38) | class OneWireError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/onewire.pyi class OneWire (line 3) | class OneWire: method select_rom (line 7) | def select_rom(self, *args, **kwargs) -> Any: ... method writebyte (line 8) | def writebyte(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method write (line 10) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 11) | def readinto(self, *args, **kwargs) -> Any: ... method readbyte (line 12) | def readbyte(self, *args, **kwargs) -> Any: ... method readbit (line 13) | def readbit(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method reset (line 15) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 16) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class OneWireError (line 19) | class OneWireError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/os.py function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 30) | def rmdir(path) -> None: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 44) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 63) | def mkdir(path) -> Incomplete: function statvfs (line 70) | def statvfs(path) -> Tuple: function unlink (line 94) | def unlink(*args, **kwargs) -> Any: ... function uname (line 97) | def uname() -> uname_result: function umount (line 112) | def umount(mount_point) -> Incomplete: function urandom (line 123) | def urandom(n) -> bytes: function chdir (line 131) | def chdir(path) -> Incomplete: function dupterm (line 138) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 162) | def remove(path) -> None: function listdir (line 169) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 176) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 179) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 201) | def getcwd() -> Incomplete: class VfsLfs2 (line 208) | class VfsLfs2: method rename (line 226) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 229) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 238) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 240) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 244) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 246) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 248) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 250) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 252) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 254) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 258) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 263) | class VfsFat: method rename (line 270) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 273) | def mkfs(block_dev) -> None: method mount (line 279) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 281) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 283) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 285) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 287) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 289) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 291) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 293) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 295) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 297) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 299) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 301) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/os.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/platform.py function platform (line 10) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 13) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 16) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/random.py function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 50) | def random() -> int: function seed (line 57) | def seed(n=None, /) -> None: function uniform (line 70) | def uniform(a, b) -> int: function choice (line 78) | def choice(sequence) -> Incomplete: function randint (line 86) | def randint(a, b) -> int: function getrandbits (line 93) | def getrandbits(n) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/select.py function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 36) | class poll: method __init__ (line 41) | def __init__(self) -> None: ... method register (line 42) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 62) | def unregister(self, obj) -> Incomplete: method modify (line 68) | def modify(self, obj, eventmask) -> None: method poll (line 75) | def poll(self, timeout=-1, /) -> List: method ipoll (line 99) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/socket.py function getaddrinfo (line 86) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 128) | class socket: method recvfrom (line 142) | def recvfrom(self, bufsize) -> Tuple: method recv (line 150) | def recv(self, bufsize) -> bytes: method makefile (line 157) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 175) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 184) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 186) | def sendall(self, bytes) -> int: method setsockopt (line 199) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 207) | def setblocking(self, flag) -> Incomplete: method sendto (line 219) | def sendto(self, bytes, address) -> None: method settimeout (line 226) | def settimeout(self, value) -> Incomplete: method readline (line 261) | def readline(self) -> Incomplete: method readinto (line 269) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 279) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 289) | def close(self) -> Incomplete: method connect (line 300) | def connect(self, address) -> None: method send (line 306) | def send(self, bytes) -> int: method bind (line 314) | def bind(self, address) -> Incomplete: method accept (line 320) | def accept(self) -> Tuple: method write (line 329) | def write(self, buf) -> int: method __init__ (line 340) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/socket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ssl.py function wrap_socket (line 23) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ssl.pyi function wrap_socket (line 17) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/struct.py function pack_into (line 28) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 37) | def unpack(fmt, data) -> Tuple: function unpack_from (line 45) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 54) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 62) | def calcsize(fmt) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/struct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/sys.py function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: function exit (line 47) | def exit(retval=0, /) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/time.py function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 112) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 140) | def ticks_cpu() -> Incomplete: function time (line 156) | def time() -> int: function ticks_ms (line 184) | def ticks_ms() -> int: function ticks_us (line 209) | def ticks_us() -> Incomplete: function time_ns (line 216) | def time_ns() -> int: function localtime (line 224) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 247) | def sleep_us(us) -> None: function gmtime (line 258) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 281) | def sleep_ms(ms) -> None: function mktime (line 293) | def mktime() -> int: function sleep (line 302) | def sleep(seconds) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uarray.py class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method decode (line 36) | def decode(self, *args, **kwargs) -> Any: ... method append (line 38) | def append(self, val) -> Incomplete: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uasyncio/__init__.py function ticks_diff (line 10) | def ticks_diff(*args, **kwargs) -> Any: ... function run_until_complete (line 13) | def run_until_complete(*args, **kwargs) -> Any: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Any: ... function wait_for_ms (line 19) | def wait_for_ms(*args, **kwargs) -> Any: ... function run (line 22) | def run(*args, **kwargs) -> Any: ... function new_event_loop (line 25) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 28) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 31) | def get_event_loop(*args, **kwargs) -> Any: ... function ticks (line 34) | def ticks(*args, **kwargs) -> Any: ... function sleep_ms (line 37) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 40) | def ticks_add(*args, **kwargs) -> Any: ... function sleep (line 43) | def sleep(*args, **kwargs) -> Any: ... class Loop (line 50) | class Loop: method call_exception_handler (line 51) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 53) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 55) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 57) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 59) | def default_exception_handler(self, *args, **kwargs) -> Any: ... method run_until_complete (line 61) | def run_until_complete(self, *args, **kwargs) -> Any: ... method close (line 63) | def close(self, *args, **kwargs) -> Any: ... method stop (line 65) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 67) | def create_task(self, *args, **kwargs) -> Any: ... method __init__ (line 69) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 72) | class IOQueue: method queue_write (line 73) | def queue_write(self, *args, **kwargs) -> Any: ... method queue_read (line 75) | def queue_read(self, *args, **kwargs) -> Any: ... method wait_io_event (line 77) | def wait_io_event(self, *args, **kwargs) -> Any: ... method remove (line 79) | def remove(self, *args, **kwargs) -> Any: ... method __init__ (line 81) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 84) | class Event: method set (line 85) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 87) | def is_set(self, *args, **kwargs) -> Any: ... method clear (line 89) | def clear(self, *args, **kwargs) -> Any: ... method __init__ (line 93) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 96) | class CancelledError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uasyncio/core.py function ticks (line 10) | def ticks(*args, **kwargs) -> Any: ... function run_until_complete (line 13) | def run_until_complete(*args, **kwargs) -> Any: ... function create_task (line 16) | def create_task(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function run (line 22) | def run(*args, **kwargs) -> Any: ... function new_event_loop (line 25) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 28) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 31) | def get_event_loop(*args, **kwargs) -> Any: ... function sleep_ms (line 34) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 37) | def ticks_add(*args, **kwargs) -> Any: ... function sleep (line 40) | def sleep(*args, **kwargs) -> Any: ... class TaskQueue (line 43) | class TaskQueue: method push (line 44) | def push(self, *args, **kwargs) -> Any: ... method peek (line 46) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 55) | class Task: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 59) | class CancelledError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uasyncio/event.py class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method ioctl (line 11) | def ioctl(self, *args, **kwargs) -> Any: ... method set (line 13) | def set(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 20) | class Event: method set (line 21) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 23) | def is_set(self, *args, **kwargs) -> Any: ... method clear (line 25) | def clear(self, *args, **kwargs) -> Any: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uasyncio/funcs.py function wait_for_ms (line 10) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uasyncio/lock.py class Lock (line 10) | class Lock: method locked (line 11) | def locked(self, *args, **kwargs) -> Any: ... method release (line 13) | def release(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uasyncio/stream.py class StreamWriter (line 12) | class StreamWriter: method get_extra_info (line 13) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 15) | def write(self, *args, **kwargs) -> Any: ... method close (line 17) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 32) | class Stream: method get_extra_info (line 33) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 35) | def write(self, *args, **kwargs) -> Any: ... method close (line 37) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 52) | class Server: method close (line 53) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 60) | class StreamReader: method get_extra_info (line 61) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 63) | def write(self, *args, **kwargs) -> Any: ... method close (line 65) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 77) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uasyncio/uasyncio/__init__.pyi function ticks_diff (line 3) | def ticks_diff(*args, **kwargs) -> Any: ... function run_until_complete (line 4) | def run_until_complete(*args, **kwargs) -> Any: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Any: ... function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... function run (line 7) | def run(*args, **kwargs) -> Any: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Any: ... function ticks (line 11) | def ticks(*args, **kwargs) -> Any: ... function sleep_ms (line 12) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 13) | def ticks_add(*args, **kwargs) -> Any: ... function sleep (line 14) | def sleep(*args, **kwargs) -> Any: ... class Loop (line 19) | class Loop: method call_exception_handler (line 20) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 21) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 22) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 23) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 24) | def default_exception_handler(self, *args, **kwargs) -> Any: ... method run_until_complete (line 25) | def run_until_complete(self, *args, **kwargs) -> Any: ... method close (line 26) | def close(self, *args, **kwargs) -> Any: ... method stop (line 27) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 28) | def create_task(self, *args, **kwargs) -> Any: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 31) | class IOQueue: method queue_write (line 32) | def queue_write(self, *args, **kwargs) -> Any: ... method queue_read (line 33) | def queue_read(self, *args, **kwargs) -> Any: ... method wait_io_event (line 34) | def wait_io_event(self, *args, **kwargs) -> Any: ... method remove (line 35) | def remove(self, *args, **kwargs) -> Any: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 38) | class Event: method set (line 39) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 40) | def is_set(self, *args, **kwargs) -> Any: ... method clear (line 41) | def clear(self, *args, **kwargs) -> Any: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 45) | class CancelledError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uasyncio/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Any: ... function run_until_complete (line 4) | def run_until_complete(*args, **kwargs) -> Any: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Any: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Any: ... function run (line 7) | def run(*args, **kwargs) -> Any: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Any: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Any: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Any: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Any: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uasyncio/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method ioctl (line 4) | def ioctl(self, *args, **kwargs) -> Any: ... method set (line 5) | def set(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 9) | class Event: method set (line 10) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 11) | def is_set(self, *args, **kwargs) -> Any: ... method clear (line 12) | def clear(self, *args, **kwargs) -> Any: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uasyncio/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uasyncio/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Any: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uasyncio/uasyncio/stream.pyi class StreamWriter (line 5) | class StreamWriter: method get_extra_info (line 6) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method close (line 8) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 20) | class Stream: method get_extra_info (line 21) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 22) | def write(self, *args, **kwargs) -> Any: ... method close (line 23) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 35) | class Server: method close (line 36) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 40) | class StreamReader: method get_extra_info (line 41) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method close (line 43) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ubinascii.py function crc32 (line 21) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 24) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 35) | def unhexlify(data) -> bytes: function b2a_base64 (line 43) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 52) | def a2b_base64(data) -> bytes: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ubluetooth.py class UUID (line 34) | class UUID: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 47) | class BLE: method gatts_notify (line 52) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 67) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gattc_write (line 80) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_read (line 100) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 110) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_read (line 124) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 131) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_set_buffer (line 141) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 154) | def gatts_register_services(self, services_definition, /) -> Incomplete: method irq (line 217) | def irq(self, handler, /) -> int: method gap_connect (line 413) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_advertise (line 437) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 454) | def config(self, param, /) -> Tuple: method active (line 518) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gattc_discover_services (line 527) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_disconnect (line 538) | def gap_disconnect(self, conn_handle, /) -> bool: method gattc_discover_descriptors (line 553) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 562) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_scan (line 577) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method __init__ (line 613) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ubluetooth.pyi class UUID (line 28) | class UUID: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 40) | class BLE: method gatts_notify (line 45) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 60) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gattc_write (line 73) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_read (line 93) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 103) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_read (line 117) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 124) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_set_buffer (line 134) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 147) | def gatts_register_services(self, services_definition, /) -> Incomplete: method irq (line 210) | def irq(self, handler, /) -> int: method gap_connect (line 406) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_advertise (line 430) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 447) | def config(self, param, /) -> Tuple: method active (line 511) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gattc_discover_services (line 520) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_disconnect (line 531) | def gap_disconnect(self, conn_handle, /) -> bool: method gattc_discover_descriptors (line 546) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 555) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_scan (line 570) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method __init__ (line 606) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ucollections.py function namedtuple (line 23) | def namedtuple(name, fields) -> stdlib_NamedTuple: class OrderedDict (line 44) | class OrderedDict(stdlib_OrderedDict): method popitem (line 69) | def popitem(self, *args, **kwargs) -> Any: ... method pop (line 71) | def pop(self, *args, **kwargs) -> Any: ... method values (line 73) | def values(self, *args, **kwargs) -> Any: ... method setdefault (line 75) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 77) | def update(self, *args, **kwargs) -> Any: ... method copy (line 79) | def copy(self, *args, **kwargs) -> Any: ... method clear (line 81) | def clear(self, *args, **kwargs) -> Any: ... method keys (line 83) | def keys(self, *args, **kwargs) -> Any: ... method get (line 85) | def get(self, *args, **kwargs) -> Any: ... method items (line 87) | def items(self, *args, **kwargs) -> Any: ... method fromkeys (line 90) | def fromkeys(cls, *args, **kwargs) -> Any: ... method __init__ (line 92) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 95) | class deque(stdlib_deque): method popleft (line 113) | def popleft(self) -> Incomplete: method append (line 120) | def append(self, x) -> Incomplete: method __init__ (line 127) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ucollections.pyi function namedtuple (line 17) | def namedtuple(name, fields) -> stdlib_NamedTuple: class OrderedDict (line 37) | class OrderedDict(stdlib_OrderedDict): method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: ... method pop (line 63) | def pop(self, *args, **kwargs) -> Any: ... method values (line 64) | def values(self, *args, **kwargs) -> Any: ... method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 66) | def update(self, *args, **kwargs) -> Any: ... method copy (line 67) | def copy(self, *args, **kwargs) -> Any: ... method clear (line 68) | def clear(self, *args, **kwargs) -> Any: ... method keys (line 69) | def keys(self, *args, **kwargs) -> Any: ... method get (line 70) | def get(self, *args, **kwargs) -> Any: ... method items (line 71) | def items(self, *args, **kwargs) -> Any: ... method fromkeys (line 73) | def fromkeys(cls, *args, **kwargs) -> Any: ... method __init__ (line 74) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 76) | class deque(stdlib_deque): method popleft (line 94) | def popleft(self) -> Incomplete: method append (line 101) | def append(self, x) -> Incomplete: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ucryptolib.py class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uctypes.py function sizeof (line 56) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 65) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 85) | def addressof(obj) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uhashlib.py class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: ... method update (line 43) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 48) | class sha1: method digest (line 53) | def digest(self, *args, **kwargs) -> Any: ... method update (line 55) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uheapq.py function heappop (line 24) | def heappop(heap) -> Incomplete: function heappush (line 34) | def heappush(heap, item) -> Incomplete: function heapify (line 41) | def heapify(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uio.py function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 95) | class IOBase: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 99) | class TextIOWrapper(IO): method write (line 105) | def write(self, *args, **kwargs) -> Any: ... method flush (line 107) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 109) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 111) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 115) | def readline(self, *args, **kwargs) -> Any: ... method close (line 117) | def close(self, *args, **kwargs) -> Any: ... method read (line 119) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 121) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 126) | class StringIO(IO): method write (line 127) | def write(self, *args, **kwargs) -> Any: ... method flush (line 129) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 131) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 133) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 137) | def readline(self, *args, **kwargs) -> Any: ... method close (line 139) | def close(self, *args, **kwargs) -> Any: ... method read (line 141) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 143) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 145) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 148) | class BufferedWriter: method flush (line 149) | def flush(self, *args, **kwargs) -> Any: ... method write (line 151) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 156) | class FileIO(IO): method write (line 162) | def write(self, *args, **kwargs) -> Any: ... method flush (line 164) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 166) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 168) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 170) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 172) | def readline(self, *args, **kwargs) -> Any: ... method close (line 174) | def close(self, *args, **kwargs) -> Any: ... method read (line 176) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 178) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 183) | class BytesIO(IO): method write (line 196) | def write(self, *args, **kwargs) -> Any: ... method flush (line 198) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 200) | def getvalue(self) -> Incomplete: method seek (line 206) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 208) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 210) | def readline(self, *args, **kwargs) -> Any: ... method close (line 212) | def close(self, *args, **kwargs) -> Any: ... method read (line 214) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 216) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ujson.py function loads (line 21) | def loads(str) -> Incomplete: function load (line 29) | def load(stream) -> Incomplete: function dumps (line 41) | def dumps(obj, separators=None) -> str: function dump (line 50) | def dump(obj, stream, separators=None) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/umachine.py function enable_irq (line 37) | def enable_irq(state) -> Incomplete: function wake_reason (line 46) | def wake_reason() -> Incomplete: function bitstream (line 55) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 80) | def disable_irq() -> Incomplete: function deepsleep (line 90) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function sleep (line 116) | def sleep() -> Incomplete: function soft_reset (line 123) | def soft_reset() -> NoReturn: function time_pulse_us (line 132) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 151) | def unique_id() -> bytes: function freq (line 161) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 170) | def reset_cause() -> int: function idle (line 177) | def idle() -> Incomplete: function lightsleep (line 187) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 213) | def reset() -> NoReturn: class PWM (line 221) | class PWM: method duty_u16 (line 238) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 250) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 257) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 268) | def deinit(self) -> None: method duty_ns (line 274) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 284) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 286) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 289) | class Pin: method irq (line 367) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 412) | def off(self) -> None: method on (line 418) | def on(self) -> None: method init (line 424) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 434) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 468) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 469) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 482) | class WDT: method feed (line 491) | def feed(self) -> None: method __init__ (line 499) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 502) | class I2S: method shift (line 534) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 542) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 548) | def irq(self, handler) -> Incomplete: method readinto (line 556) | def readinto(self, buf) -> int: method deinit (line 565) | def deinit(self) -> Incomplete: method write (line 571) | def write(self, buf) -> int: method __init__ (line 580) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 583) | class ADC: method read_u16 (line 605) | def read_u16(self) -> int: method init (line 613) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 621) | def read_uv(self) -> int: method width (line 629) | def width(self, *args, **kwargs) -> Any: ... method read (line 631) | def read(self, *args, **kwargs) -> Any: ... method block (line 633) | def block(self) -> Incomplete: method atten (line 643) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 645) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 648) | class ADCBlock: method init (line 658) | def init(self, *, bits) -> None: method connect (line 665) | def connect(self, channel, source) -> Incomplete: method __init__ (line 683) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 686) | class I2C: method readfrom_mem_into (line 702) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 714) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 724) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 733) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 744) | def scan(self) -> List: method writeto (line 752) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 762) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 778) | def start(self) -> None: method readfrom (line 784) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 792) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 802) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 812) | def stop(self) -> None: method write (line 818) | def write(self, buf) -> int: method __init__ (line 826) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 829) | class SoftI2C(I2C): method readfrom_mem_into (line 842) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 844) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 846) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 848) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 850) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 852) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 854) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 856) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 858) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 860) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 862) | def init(self, *args, **kwargs) -> Any: ... method stop (line 864) | def stop(self, *args, **kwargs) -> Any: ... method write (line 866) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 868) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 871) | class SoftSPI: method deinit (line 881) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 883) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 885) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 887) | def read(self, *args, **kwargs) -> Any: ... method write (line 889) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 891) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 893) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 896) | class Timer: method deinit (line 908) | def deinit(self) -> None: method init (line 914) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 946) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 948) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 951) | class UART: method deinit (line 963) | def deinit(self) -> None: method init (line 969) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 1015) | def sendbreak(self) -> None: method read (line 1022) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 1033) | def any(self) -> int: method write (line 1048) | def write(self, buf) -> Union[int, None]: method readinto (line 1056) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1067) | def readline(self) -> Union[str, None]: method __init__ (line 1076) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1082) | class Signal(Pin): method off (line 1103) | def off(self) -> None: method on (line 1109) | def on(self) -> None: method value (line 1115) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1135) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1138) | class RTC: method init (line 1143) | def init(self, datetime) -> None: method memory (line 1151) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1153) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1169) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1172) | class SDCard: method ioctl (line 1203) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1205) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1207) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1209) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1211) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1213) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1216) | class SPI: method deinit (line 1231) | def deinit(self) -> None: method init (line 1237) | def init( method write_readinto (line 1263) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1274) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1282) | def write(self, buf) -> int: method readinto (line 1291) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1301) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/umachine.pyi function enable_irq (line 31) | def enable_irq(state) -> Incomplete: function wake_reason (line 39) | def wake_reason() -> Incomplete: function bitstream (line 47) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 71) | def disable_irq() -> Incomplete: function deepsleep (line 80) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function sleep (line 105) | def sleep() -> Incomplete: function soft_reset (line 111) | def soft_reset() -> NoReturn: function time_pulse_us (line 119) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 137) | def unique_id() -> bytes: function freq (line 146) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 154) | def reset_cause() -> int: function idle (line 160) | def idle() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 194) | def reset() -> NoReturn: class PWM (line 201) | class PWM: method duty_u16 (line 218) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 230) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 237) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 248) | def deinit(self) -> None: method duty_ns (line 254) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 264) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 265) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 267) | class Pin: method irq (line 344) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 389) | def off(self) -> None: method on (line 395) | def on(self) -> None: method init (line 401) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 411) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 445) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 446) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 457) | class WDT: method feed (line 466) | def feed(self) -> None: method __init__ (line 474) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 476) | class I2S: method shift (line 507) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 515) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 521) | def irq(self, handler) -> Incomplete: method readinto (line 529) | def readinto(self, buf) -> int: method deinit (line 538) | def deinit(self) -> Incomplete: method write (line 544) | def write(self, buf) -> int: method __init__ (line 553) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 555) | class ADC: method read_u16 (line 576) | def read_u16(self) -> int: method init (line 584) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 592) | def read_uv(self) -> int: method width (line 600) | def width(self, *args, **kwargs) -> Any: ... method read (line 601) | def read(self, *args, **kwargs) -> Any: ... method block (line 602) | def block(self) -> Incomplete: method atten (line 612) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 613) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 615) | class ADCBlock: method init (line 625) | def init(self, *, bits) -> None: method connect (line 632) | def connect(self, channel, source) -> Incomplete: method __init__ (line 650) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 652) | class I2C: method readfrom_mem_into (line 668) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 680) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 690) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 699) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 710) | def scan(self) -> List: method writeto (line 718) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 728) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 744) | def start(self) -> None: method readfrom (line 750) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 758) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 768) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 778) | def stop(self) -> None: method write (line 784) | def write(self, buf) -> int: method __init__ (line 792) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 794) | class SoftI2C(I2C): method readfrom_mem_into (line 807) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 808) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 809) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 810) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 811) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 812) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 813) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 814) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 815) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 816) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 817) | def init(self, *args, **kwargs) -> Any: ... method stop (line 818) | def stop(self, *args, **kwargs) -> Any: ... method write (line 819) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 820) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 822) | class SoftSPI: method deinit (line 831) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 832) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 833) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 834) | def read(self, *args, **kwargs) -> Any: ... method write (line 835) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 836) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 837) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 839) | class Timer: method deinit (line 850) | def deinit(self) -> None: method init (line 856) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 888) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 889) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 891) | class UART: method deinit (line 902) | def deinit(self) -> None: method init (line 908) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 954) | def sendbreak(self) -> None: method read (line 961) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 972) | def any(self) -> int: method write (line 987) | def write(self, buf) -> Union[int, None]: method readinto (line 995) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 1006) | def readline(self) -> Union[str, None]: method __init__ (line 1015) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1019) | class Signal(Pin): method off (line 1040) | def off(self) -> None: method on (line 1046) | def on(self) -> None: method value (line 1052) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1072) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1074) | class RTC: method init (line 1079) | def init(self, datetime) -> None: method memory (line 1087) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1088) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1104) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1106) | class SDCard: method ioctl (line 1137) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1138) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1139) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1140) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1141) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1142) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1144) | class SPI: method deinit (line 1158) | def deinit(self) -> None: method init (line 1164) | def init( method write_readinto (line 1190) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1201) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1209) | def write(self, buf) -> int: method readinto (line 1218) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1228) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uos.py function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 30) | def rmdir(path) -> None: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 44) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 63) | def mkdir(path) -> Incomplete: function statvfs (line 70) | def statvfs(path) -> Tuple: function unlink (line 94) | def unlink(*args, **kwargs) -> Any: ... function uname (line 97) | def uname() -> uname_result: function umount (line 112) | def umount(mount_point) -> Incomplete: function urandom (line 123) | def urandom(n) -> bytes: function chdir (line 131) | def chdir(path) -> Incomplete: function dupterm (line 138) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 162) | def remove(path) -> None: function listdir (line 169) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 176) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 179) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 201) | def getcwd() -> Incomplete: class VfsLfs2 (line 208) | class VfsLfs2: method rename (line 226) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 229) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 238) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 240) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 244) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 246) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 248) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 250) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 252) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 254) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 258) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 263) | class VfsFat: method rename (line 270) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 273) | def mkfs(block_dev) -> None: method mount (line 279) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 281) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 283) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 285) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 287) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 289) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 291) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 293) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 295) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 297) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 299) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 301) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uos.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uplatform.py function platform (line 10) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 13) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 16) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/urandom.py function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 50) | def random() -> int: function seed (line 57) | def seed(n=None, /) -> None: function uniform (line 70) | def uniform(a, b) -> int: function choice (line 78) | def choice(sequence) -> Incomplete: function randint (line 86) | def randint(a, b) -> int: function getrandbits (line 93) | def getrandbits(n) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ure.py function sub (line 10) | def sub(*args, **kwargs) -> Any: ... function search (line 13) | def search(*args, **kwargs) -> Any: ... function match (line 16) | def match(*args, **kwargs) -> Any: ... function compile (line 19) | def compile(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uselect.py function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 36) | class poll: method __init__ (line 41) | def __init__(self) -> None: ... method register (line 42) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 62) | def unregister(self, obj) -> Incomplete: method modify (line 68) | def modify(self, obj, eventmask) -> None: method poll (line 75) | def poll(self, timeout=-1, /) -> List: method ipoll (line 99) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/usocket.py function getaddrinfo (line 86) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 128) | class socket: method recvfrom (line 142) | def recvfrom(self, bufsize) -> Tuple: method recv (line 150) | def recv(self, bufsize) -> bytes: method makefile (line 157) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 175) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 184) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 186) | def sendall(self, bytes) -> int: method setsockopt (line 199) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 207) | def setblocking(self, flag) -> Incomplete: method sendto (line 219) | def sendto(self, bytes, address) -> None: method settimeout (line 226) | def settimeout(self, value) -> Incomplete: method readline (line 261) | def readline(self) -> Incomplete: method readinto (line 269) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 279) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 289) | def close(self) -> Incomplete: method connect (line 300) | def connect(self, address) -> None: method send (line 306) | def send(self, bytes) -> int: method bind (line 314) | def bind(self, address) -> Incomplete: method accept (line 320) | def accept(self) -> Tuple: method write (line 329) | def write(self, buf) -> int: method __init__ (line 340) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/usocket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ussl.py function wrap_socket (line 23) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ussl.pyi function wrap_socket (line 17) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ustruct.py function pack_into (line 28) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 37) | def unpack(fmt, data) -> Tuple: function unpack_from (line 45) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 54) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 62) | def calcsize(fmt) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/ustruct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/usys.py function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: function exit (line 47) | def exit(retval=0, /) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/utime.py function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 112) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 140) | def ticks_cpu() -> Incomplete: function time (line 156) | def time() -> int: function ticks_ms (line 184) | def ticks_ms() -> int: function ticks_us (line 209) | def ticks_us() -> Incomplete: function time_ns (line 216) | def time_ns() -> int: function localtime (line 224) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 247) | def sleep_us(us) -> None: function gmtime (line 258) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 281) | def sleep_ms(ms) -> None: function mktime (line 293) | def mktime() -> int: function sleep (line 302) | def sleep(seconds) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/utimeq.py class utimeq (line 10) | class utimeq: method peektime (line 11) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 13) | def push(self, *args, **kwargs) -> Any: ... method pop (line 15) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uwebsocket.py class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 15) | def write(self, *args, **kwargs) -> Any: ... method close (line 17) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uzlib.py function decompress (line 23) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 35) | class DecompIO: method readinto (line 49) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 51) | def readline(self, *args, **kwargs) -> Any: ... method read (line 53) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/websocket.py class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 15) | def write(self, *args, **kwargs) -> Any: ... method close (line 17) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/websocket_helper.py function client_handshake (line 12) | def client_handshake(*args, **kwargs) -> Any: ... function server_handshake (line 15) | def server_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/websocket_helper.pyi function client_handshake (line 5) | def client_handshake(*args, **kwargs) -> Any: ... function server_handshake (line 6) | def server_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/zlib.py function decompress (line 23) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 35) | class DecompIO: method readinto (line 49) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 51) | def readline(self, *args, **kwargs) -> Any: ... method read (line 53) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3-merged/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/_onewire.py function reset (line 9) | def reset(*args, **kwargs) -> Any: function writebyte (line 13) | def writebyte(*args, **kwargs) -> Any: function writebit (line 17) | def writebit(*args, **kwargs) -> Any: function crc8 (line 21) | def crc8(*args, **kwargs) -> Any: function readbyte (line 25) | def readbyte(*args, **kwargs) -> Any: function readbit (line 29) | def readbit(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/_thread.py function get_ident (line 9) | def get_ident(*args, **kwargs) -> Any: function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: function stack_size (line 17) | def stack_size(*args, **kwargs) -> Any: function exit (line 21) | def exit(*args, **kwargs) -> Any: function allocate_lock (line 25) | def allocate_lock(*args, **kwargs) -> Any: class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Any: method release (line 33) | def release(self, *args, **kwargs) -> Any: method acquire (line 36) | def acquire(self, *args, **kwargs) -> Any: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/_thread.pyi function get_ident (line 3) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 4) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 5) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 7) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 9) | class LockType: method locked (line 10) | def locked(self, *args, **kwargs) -> Any: ... method release (line 11) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 12) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/_uasyncio.py class TaskQueue (line 9) | class TaskQueue: method push (line 10) | def push(self, *args, **kwargs) -> Any: method peek (line 13) | def peek(self, *args, **kwargs) -> Any: method remove (line 16) | def remove(self, *args, **kwargs) -> Any: method pop (line 19) | def pop(self, *args, **kwargs) -> Any: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: class Task (line 26) | class Task: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/apa106.py class APA106 (line 9) | class APA106: method write (line 12) | def write(self, *args, **kwargs) -> Any: method fill (line 15) | def fill(self, *args, **kwargs) -> Any: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: class NeoPixel (line 22) | class NeoPixel: method write (line 25) | def write(self, *args, **kwargs) -> Any: method fill (line 28) | def fill(self, *args, **kwargs) -> Any: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/apa106.pyi class APA106 (line 3) | class APA106: method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class NeoPixel (line 9) | class NeoPixel: method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/array.py class array (line 9) | class array: method extend (line 10) | def extend(self, *args, **kwargs) -> Any: method decode (line 13) | def decode(self, *args, **kwargs) -> Any: method append (line 16) | def append(self, *args, **kwargs) -> Any: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/array.pyi class array (line 3) | class array: method extend (line 4) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 5) | def decode(self, *args, **kwargs) -> Any: ... method append (line 6) | def append(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/binascii.py function crc32 (line 9) | def crc32(*args, **kwargs) -> Any: function hexlify (line 13) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 17) | def unhexlify(*args, **kwargs) -> Any: function b2a_base64 (line 21) | def b2a_base64(*args, **kwargs) -> Any: function a2b_base64 (line 25) | def a2b_base64(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/binascii.pyi function crc32 (line 3) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 4) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 5) | def unhexlify(*args, **kwargs) -> Any: ... function b2a_base64 (line 6) | def b2a_base64(*args, **kwargs) -> Any: ... function a2b_base64 (line 7) | def a2b_base64(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/bluetooth.py class UUID (line 15) | class UUID: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class BLE (line 20) | class BLE: method gatts_notify (line 21) | def gatts_notify(self, *args, **kwargs) -> Any: method gatts_indicate (line 24) | def gatts_indicate(self, *args, **kwargs) -> Any: method gattc_write (line 27) | def gattc_write(self, *args, **kwargs) -> Any: method gattc_read (line 30) | def gattc_read(self, *args, **kwargs) -> Any: method gattc_exchange_mtu (line 33) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: method gatts_read (line 36) | def gatts_read(self, *args, **kwargs) -> Any: method gatts_write (line 39) | def gatts_write(self, *args, **kwargs) -> Any: method gatts_set_buffer (line 42) | def gatts_set_buffer(self, *args, **kwargs) -> Any: method gatts_register_services (line 45) | def gatts_register_services(self, *args, **kwargs) -> Any: method irq (line 48) | def irq(self, *args, **kwargs) -> Any: method gap_connect (line 51) | def gap_connect(self, *args, **kwargs) -> Any: method gap_advertise (line 54) | def gap_advertise(self, *args, **kwargs) -> Any: method config (line 57) | def config(self, *args, **kwargs) -> Any: method active (line 60) | def active(self, *args, **kwargs) -> Any: method gattc_discover_services (line 63) | def gattc_discover_services(self, *args, **kwargs) -> Any: method gap_disconnect (line 66) | def gap_disconnect(self, *args, **kwargs) -> Any: method gattc_discover_descriptors (line 69) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: method gattc_discover_characteristics (line 72) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: method gap_scan (line 75) | def gap_scan(self, *args, **kwargs) -> Any: method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/bluetooth.pyi class UUID (line 9) | class UUID: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 12) | class BLE: method gatts_notify (line 13) | def gatts_notify(self, *args, **kwargs) -> Any: ... method gatts_indicate (line 14) | def gatts_indicate(self, *args, **kwargs) -> Any: ... method gattc_write (line 15) | def gattc_write(self, *args, **kwargs) -> Any: ... method gattc_read (line 16) | def gattc_read(self, *args, **kwargs) -> Any: ... method gattc_exchange_mtu (line 17) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: ... method gatts_read (line 18) | def gatts_read(self, *args, **kwargs) -> Any: ... method gatts_write (line 19) | def gatts_write(self, *args, **kwargs) -> Any: ... method gatts_set_buffer (line 20) | def gatts_set_buffer(self, *args, **kwargs) -> Any: ... method gatts_register_services (line 21) | def gatts_register_services(self, *args, **kwargs) -> Any: ... method irq (line 22) | def irq(self, *args, **kwargs) -> Any: ... method gap_connect (line 23) | def gap_connect(self, *args, **kwargs) -> Any: ... method gap_advertise (line 24) | def gap_advertise(self, *args, **kwargs) -> Any: ... method config (line 25) | def config(self, *args, **kwargs) -> Any: ... method active (line 26) | def active(self, *args, **kwargs) -> Any: ... method gattc_discover_services (line 27) | def gattc_discover_services(self, *args, **kwargs) -> Any: ... method gap_disconnect (line 28) | def gap_disconnect(self, *args, **kwargs) -> Any: ... method gattc_discover_descriptors (line 29) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: ... method gattc_discover_characteristics (line 30) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: ... method gap_scan (line 31) | def gap_scan(self, *args, **kwargs) -> Any: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/btree.py function open (line 12) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/btree.pyi function open (line 6) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/builtins.py function any (line 9) | def any(*args, **kwargs) -> Any: function all (line 13) | def all(*args, **kwargs) -> Any: function len (line 17) | def len(*args, **kwargs) -> Any: function id (line 21) | def id(*args, **kwargs) -> Any: function sum (line 25) | def sum(*args, **kwargs) -> Any: function issubclass (line 29) | def issubclass(*args, **kwargs) -> Any: function iter (line 33) | def iter(*args, **kwargs) -> Any: function abs (line 37) | def abs(*args, **kwargs) -> Any: function isinstance (line 41) | def isinstance(*args, **kwargs) -> Any: function setattr (line 45) | def setattr(*args, **kwargs) -> Any: function eval (line 49) | def eval(*args, **kwargs) -> Any: function divmod (line 53) | def divmod(*args, **kwargs) -> Any: function hash (line 57) | def hash(*args, **kwargs) -> Any: function exec (line 61) | def exec(*args, **kwargs) -> Any: function getattr (line 65) | def getattr(*args, **kwargs) -> Any: function chr (line 69) | def chr(*args, **kwargs) -> Any: function callable (line 73) | def callable(*args, **kwargs) -> Any: function dir (line 77) | def dir(*args, **kwargs) -> Any: function hasattr (line 81) | def hasattr(*args, **kwargs) -> Any: function sorted (line 85) | def sorted(*args, **kwargs) -> Any: function globals (line 89) | def globals(*args, **kwargs) -> Any: function max (line 93) | def max(*args, **kwargs) -> Any: function input (line 97) | def input(*args, **kwargs) -> Any: function hex (line 101) | def hex(*args, **kwargs) -> Any: function help (line 105) | def help(*args, **kwargs) -> Any: function open (line 109) | def open(*args, **kwargs) -> Any: function ord (line 113) | def ord(*args, **kwargs) -> Any: function pow (line 117) | def pow(*args, **kwargs) -> Any: function oct (line 121) | def oct(*args, **kwargs) -> Any: function min (line 125) | def min(*args, **kwargs) -> Any: function print (line 129) | def print(*args, **kwargs) -> Any: function repr (line 133) | def repr(*args, **kwargs) -> Any: function locals (line 137) | def locals(*args, **kwargs) -> Any: function compile (line 141) | def compile(*args, **kwargs) -> Any: function bin (line 145) | def bin(*args, **kwargs) -> Any: function execfile (line 149) | def execfile(*args, **kwargs) -> Any: function next (line 153) | def next(*args, **kwargs) -> Any: function delattr (line 157) | def delattr(*args, **kwargs) -> Any: function round (line 161) | def round(*args, **kwargs) -> Any: class set (line 169) | class set: method discard (line 170) | def discard(self, *args, **kwargs) -> Any: method isdisjoint (line 173) | def isdisjoint(self, *args, **kwargs) -> Any: method intersection_update (line 176) | def intersection_update(self, *args, **kwargs) -> Any: method intersection (line 179) | def intersection(self, *args, **kwargs) -> Any: method issubset (line 182) | def issubset(self, *args, **kwargs) -> Any: method symmetric_difference_update (line 185) | def symmetric_difference_update(self, *args, **kwargs) -> Any: method symmetric_difference (line 188) | def symmetric_difference(self, *args, **kwargs) -> Any: method issuperset (line 191) | def issuperset(self, *args, **kwargs) -> Any: method union (line 194) | def union(self, *args, **kwargs) -> Any: method difference_update (line 197) | def difference_update(self, *args, **kwargs) -> Any: method pop (line 200) | def pop(self, *args, **kwargs) -> Any: method copy (line 203) | def copy(self, *args, **kwargs) -> Any: method clear (line 206) | def clear(self, *args, **kwargs) -> Any: method remove (line 209) | def remove(self, *args, **kwargs) -> Any: method difference (line 212) | def difference(self, *args, **kwargs) -> Any: method add (line 215) | def add(self, *args, **kwargs) -> Any: method update (line 218) | def update(self, *args, **kwargs) -> Any: method __init__ (line 221) | def __init__(self, *argv, **kwargs) -> None: class slice (line 225) | class slice: method __init__ (line 226) | def __init__(self, *argv, **kwargs) -> None: class complex (line 230) | class complex: method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: class float (line 235) | class float: method __init__ (line 236) | def __init__(self, *argv, **kwargs) -> None: class filter (line 240) | class filter: method __init__ (line 241) | def __init__(self, *argv, **kwargs) -> None: class enumerate (line 245) | class enumerate: method __init__ (line 246) | def __init__(self, *argv, **kwargs) -> None: class frozenset (line 250) | class frozenset: method union (line 251) | def union(self, *args, **kwargs) -> Any: method issubset (line 254) | def issubset(self, *args, **kwargs) -> Any: method issuperset (line 257) | def issuperset(self, *args, **kwargs) -> Any: method symmetric_difference (line 260) | def symmetric_difference(self, *args, **kwargs) -> Any: method isdisjoint (line 263) | def isdisjoint(self, *args, **kwargs) -> Any: method copy (line 266) | def copy(self, *args, **kwargs) -> Any: method difference (line 269) | def difference(self, *args, **kwargs) -> Any: method intersection (line 272) | def intersection(self, *args, **kwargs) -> Any: method __init__ (line 275) | def __init__(self, *argv, **kwargs) -> None: class reversed (line 279) | class reversed: method __init__ (line 280) | def __init__(self, *argv, **kwargs) -> None: class property (line 284) | class property: method getter (line 285) | def getter(self, *args, **kwargs) -> Any: method setter (line 288) | def setter(self, *args, **kwargs) -> Any: method deleter (line 291) | def deleter(self, *args, **kwargs) -> Any: method __init__ (line 294) | def __init__(self, *argv, **kwargs) -> None: class memoryview (line 298) | class memoryview: method __init__ (line 299) | def __init__(self, *argv, **kwargs) -> None: class ViperTypeError (line 303) | class ViperTypeError(Exception): FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/cmath.py function polar (line 12) | def polar(*args, **kwargs) -> Any: function sqrt (line 16) | def sqrt(*args, **kwargs) -> Any: function rect (line 20) | def rect(*args, **kwargs) -> Any: function sin (line 24) | def sin(*args, **kwargs) -> Any: function exp (line 28) | def exp(*args, **kwargs) -> Any: function cos (line 32) | def cos(*args, **kwargs) -> Any: function phase (line 36) | def phase(*args, **kwargs) -> Any: function log (line 40) | def log(*args, **kwargs) -> Any: function log10 (line 44) | def log10(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/cmath.pyi function polar (line 6) | def polar(*args, **kwargs) -> Any: ... function sqrt (line 7) | def sqrt(*args, **kwargs) -> Any: ... function rect (line 8) | def rect(*args, **kwargs) -> Any: ... function sin (line 9) | def sin(*args, **kwargs) -> Any: ... function exp (line 10) | def exp(*args, **kwargs) -> Any: ... function cos (line 11) | def cos(*args, **kwargs) -> Any: ... function phase (line 12) | def phase(*args, **kwargs) -> Any: ... function log (line 13) | def log(*args, **kwargs) -> Any: ... function log10 (line 14) | def log10(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/collections.py function namedtuple (line 9) | def namedtuple(*args, **kwargs) -> Any: class OrderedDict (line 13) | class OrderedDict: method popitem (line 14) | def popitem(self, *args, **kwargs) -> Any: method pop (line 17) | def pop(self, *args, **kwargs) -> Any: method values (line 20) | def values(self, *args, **kwargs) -> Any: method setdefault (line 23) | def setdefault(self, *args, **kwargs) -> Any: method update (line 26) | def update(self, *args, **kwargs) -> Any: method copy (line 29) | def copy(self, *args, **kwargs) -> Any: method clear (line 32) | def clear(self, *args, **kwargs) -> Any: method keys (line 35) | def keys(self, *args, **kwargs) -> Any: method get (line 38) | def get(self, *args, **kwargs) -> Any: method items (line 41) | def items(self, *args, **kwargs) -> Any: method fromkeys (line 45) | def fromkeys(cls, *args, **kwargs) -> Any: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: class deque (line 52) | class deque: method popleft (line 53) | def popleft(self, *args, **kwargs) -> Any: method append (line 56) | def append(self, *args, **kwargs) -> Any: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/collections.pyi function namedtuple (line 3) | def namedtuple(*args, **kwargs) -> Any: ... class OrderedDict (line 5) | class OrderedDict: method popitem (line 6) | def popitem(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method values (line 8) | def values(self, *args, **kwargs) -> Any: ... method setdefault (line 9) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method copy (line 11) | def copy(self, *args, **kwargs) -> Any: ... method clear (line 12) | def clear(self, *args, **kwargs) -> Any: ... method keys (line 13) | def keys(self, *args, **kwargs) -> Any: ... method get (line 14) | def get(self, *args, **kwargs) -> Any: ... method items (line 15) | def items(self, *args, **kwargs) -> Any: ... method fromkeys (line 17) | def fromkeys(cls, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 20) | class deque: method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... method append (line 22) | def append(self, *args, **kwargs) -> Any: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/cryptolib.py class aes (line 9) | class aes: method encrypt (line 10) | def encrypt(self, *args, **kwargs) -> Any: method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Any: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/cryptolib.pyi class aes (line 3) | class aes: method encrypt (line 4) | def encrypt(self, *args, **kwargs) -> Any: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHT22 (line 13) | class DHT22: method humidity (line 14) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 17) | def temperature(self, *args, **kwargs) -> Any: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: class DHT11 (line 27) | class DHT11: method humidity (line 28) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 31) | def temperature(self, *args, **kwargs) -> Any: method measure (line 34) | def measure(self, *args, **kwargs) -> Any: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: class DHTBase (line 41) | class DHTBase: method measure (line 42) | def measure(self, *args, **kwargs) -> Any: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHT22 (line 5) | class DHT22: method humidity (line 6) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 7) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 8) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 11) | class DHT11: method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 14) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... class DHTBase (line 17) | class DHTBase: method measure (line 18) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method read_scratch (line 14) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 17) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 20) | def read_temp(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method scan (line 26) | def scan(self, *args, **kwargs) -> Any: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method read_scratch (line 6) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 7) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 8) | def read_temp(self, *args, **kwargs) -> Any: ... method convert_temp (line 9) | def convert_temp(self, *args, **kwargs) -> Any: ... method scan (line 10) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/esp.py function flash_user_start (line 16) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 20) | def flash_write(*args, **kwargs) -> Any: function gpio_matrix_in (line 24) | def gpio_matrix_in(*args, **kwargs) -> Any: function gpio_matrix_out (line 28) | def gpio_matrix_out(*args, **kwargs) -> Any: function osdebug (line 32) | def osdebug(*args, **kwargs) -> Any: function flash_size (line 36) | def flash_size(*args, **kwargs) -> Any: function dht_readinto (line 40) | def dht_readinto(*args, **kwargs) -> Any: function flash_erase (line 44) | def flash_erase(*args, **kwargs) -> Any: function flash_read (line 48) | def flash_read(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/esp.pyi function flash_user_start (line 10) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 11) | def flash_write(*args, **kwargs) -> Any: ... function gpio_matrix_in (line 12) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 13) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 14) | def osdebug(*args, **kwargs) -> Any: ... function flash_size (line 15) | def flash_size(*args, **kwargs) -> Any: ... function dht_readinto (line 16) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 17) | def flash_erase(*args, **kwargs) -> Any: ... function flash_read (line 18) | def flash_read(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/esp32.py function wake_on_touch (line 14) | def wake_on_touch(*args, **kwargs) -> Any: function wake_on_ext1 (line 18) | def wake_on_ext1(*args, **kwargs) -> Any: function idf_heap_info (line 22) | def idf_heap_info(*args, **kwargs) -> Any: function wake_on_ext0 (line 26) | def wake_on_ext0(*args, **kwargs) -> Any: function gpio_deep_sleep_hold (line 30) | def gpio_deep_sleep_hold(*args, **kwargs) -> Any: class NVS (line 34) | class NVS: method get_i32 (line 35) | def get_i32(self, *args, **kwargs) -> Any: method set_i32 (line 38) | def set_i32(self, *args, **kwargs) -> Any: method set_blob (line 41) | def set_blob(self, *args, **kwargs) -> Any: method commit (line 44) | def commit(self, *args, **kwargs) -> Any: method get_blob (line 47) | def get_blob(self, *args, **kwargs) -> Any: method erase_key (line 50) | def erase_key(self, *args, **kwargs) -> Any: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: class RMT (line 57) | class RMT: method source_freq (line 58) | def source_freq(self, *args, **kwargs) -> Any: method loop (line 61) | def loop(self, *args, **kwargs) -> Any: method wait_done (line 64) | def wait_done(self, *args, **kwargs) -> Any: method write_pulses (line 67) | def write_pulses(self, *args, **kwargs) -> Any: method bitstream_channel (line 70) | def bitstream_channel(self, *args, **kwargs) -> Any: method deinit (line 73) | def deinit(self, *args, **kwargs) -> Any: method clock_div (line 76) | def clock_div(self, *args, **kwargs) -> Any: method __init__ (line 79) | def __init__(self, *argv, **kwargs) -> None: class Partition (line 83) | class Partition: method readblocks (line 89) | def readblocks(self, *args, **kwargs) -> Any: method ioctl (line 92) | def ioctl(self, *args, **kwargs) -> Any: method set_boot (line 95) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 98) | def writeblocks(self, *args, **kwargs) -> Any: method info (line 101) | def info(self, *args, **kwargs) -> Any: method find (line 104) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 107) | def get_next_update(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 111) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method __init__ (line 114) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/esp32.pyi function wake_on_touch (line 8) | def wake_on_touch(*args, **kwargs) -> Any: ... function wake_on_ext1 (line 9) | def wake_on_ext1(*args, **kwargs) -> Any: ... function idf_heap_info (line 10) | def idf_heap_info(*args, **kwargs) -> Any: ... function wake_on_ext0 (line 11) | def wake_on_ext0(*args, **kwargs) -> Any: ... function gpio_deep_sleep_hold (line 12) | def gpio_deep_sleep_hold(*args, **kwargs) -> Any: ... class NVS (line 14) | class NVS: method get_i32 (line 15) | def get_i32(self, *args, **kwargs) -> Any: ... method set_i32 (line 16) | def set_i32(self, *args, **kwargs) -> Any: ... method set_blob (line 17) | def set_blob(self, *args, **kwargs) -> Any: ... method commit (line 18) | def commit(self, *args, **kwargs) -> Any: ... method get_blob (line 19) | def get_blob(self, *args, **kwargs) -> Any: ... method erase_key (line 20) | def erase_key(self, *args, **kwargs) -> Any: ... method __init__ (line 21) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 23) | class RMT: method source_freq (line 24) | def source_freq(self, *args, **kwargs) -> Any: ... method loop (line 25) | def loop(self, *args, **kwargs) -> Any: ... method wait_done (line 26) | def wait_done(self, *args, **kwargs) -> Any: ... method write_pulses (line 27) | def write_pulses(self, *args, **kwargs) -> Any: ... method bitstream_channel (line 28) | def bitstream_channel(self, *args, **kwargs) -> Any: ... method deinit (line 29) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 30) | def clock_div(self, *args, **kwargs) -> Any: ... method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 33) | class Partition: method readblocks (line 38) | def readblocks(self, *args, **kwargs) -> Any: ... method ioctl (line 39) | def ioctl(self, *args, **kwargs) -> Any: ... method set_boot (line 40) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 41) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 42) | def info(self, *args, **kwargs) -> Any: ... method find (line 43) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 44) | def get_next_update(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 46) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/flashbdev.py class Partition (line 11) | class Partition: method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Any: method ioctl (line 20) | def ioctl(self, *args, **kwargs) -> Any: method set_boot (line 23) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 26) | def writeblocks(self, *args, **kwargs) -> Any: method info (line 29) | def info(self, *args, **kwargs) -> Any: method find (line 32) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 35) | def get_next_update(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 39) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/flashbdev.pyi class Partition (line 5) | class Partition: method readblocks (line 10) | def readblocks(self, *args, **kwargs) -> Any: ... method ioctl (line 11) | def ioctl(self, *args, **kwargs) -> Any: ... method set_boot (line 12) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 13) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 14) | def info(self, *args, **kwargs) -> Any: ... method find (line 15) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 16) | def get_next_update(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 18) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/framebuf.py function FrameBuffer1 (line 18) | def FrameBuffer1(*args, **kwargs) -> Any: class FrameBuffer (line 22) | class FrameBuffer: method rect (line 23) | def rect(self, *args, **kwargs) -> Any: method pixel (line 26) | def pixel(self, *args, **kwargs) -> Any: method vline (line 29) | def vline(self, *args, **kwargs) -> Any: method scroll (line 32) | def scroll(self, *args, **kwargs) -> Any: method text (line 35) | def text(self, *args, **kwargs) -> Any: method fill (line 38) | def fill(self, *args, **kwargs) -> Any: method blit (line 41) | def blit(self, *args, **kwargs) -> Any: method line (line 44) | def line(self, *args, **kwargs) -> Any: method fill_rect (line 47) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 50) | def hline(self, *args, **kwargs) -> Any: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/framebuf.pyi function FrameBuffer1 (line 12) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 14) | class FrameBuffer: method rect (line 15) | def rect(self, *args, **kwargs) -> Any: ... method pixel (line 16) | def pixel(self, *args, **kwargs) -> Any: ... method vline (line 17) | def vline(self, *args, **kwargs) -> Any: ... method scroll (line 18) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 19) | def text(self, *args, **kwargs) -> Any: ... method fill (line 20) | def fill(self, *args, **kwargs) -> Any: ... method blit (line 21) | def blit(self, *args, **kwargs) -> Any: ... method line (line 22) | def line(self, *args, **kwargs) -> Any: ... method fill_rect (line 23) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 24) | def hline(self, *args, **kwargs) -> Any: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/gc.py function mem_alloc (line 9) | def mem_alloc(*args, **kwargs) -> Any: function isenabled (line 13) | def isenabled(*args, **kwargs) -> Any: function mem_free (line 17) | def mem_free(*args, **kwargs) -> Any: function threshold (line 21) | def threshold(*args, **kwargs) -> Any: function collect (line 25) | def collect(*args, **kwargs) -> Any: function enable (line 29) | def enable(*args, **kwargs) -> Any: function disable (line 33) | def disable(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/gc.pyi function mem_alloc (line 3) | def mem_alloc(*args, **kwargs) -> Any: ... function isenabled (line 4) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 5) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 6) | def threshold(*args, **kwargs) -> Any: ... function collect (line 7) | def collect(*args, **kwargs) -> Any: ... function enable (line 8) | def enable(*args, **kwargs) -> Any: ... function disable (line 9) | def disable(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/hashlib.py class sha256 (line 9) | class sha256: method digest (line 10) | def digest(self, *args, **kwargs) -> Any: method update (line 13) | def update(self, *args, **kwargs) -> Any: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class sha1 (line 20) | class sha1: method digest (line 21) | def digest(self, *args, **kwargs) -> Any: method update (line 24) | def update(self, *args, **kwargs) -> Any: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/hashlib.pyi class sha256 (line 3) | class sha256: method digest (line 4) | def digest(self, *args, **kwargs) -> Any: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 8) | class sha1: method digest (line 9) | def digest(self, *args, **kwargs) -> Any: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/heapq.py function heappop (line 9) | def heappop(*args, **kwargs) -> Any: function heappush (line 13) | def heappush(*args, **kwargs) -> Any: function heapify (line 17) | def heapify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/heapq.pyi function heappop (line 3) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 4) | def heappush(*args, **kwargs) -> Any: ... function heapify (line 5) | def heapify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/inisetup.py function check_bootsec (line 9) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 13) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 17) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/inisetup.pyi function check_bootsec (line 3) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 4) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 5) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class IOBase (line 13) | class IOBase: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: class TextIOWrapper (line 18) | class TextIOWrapper: method write (line 19) | def write(self, *args, **kwargs) -> Any: method flush (line 22) | def flush(self, *args, **kwargs) -> Any: method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: method seek (line 28) | def seek(self, *args, **kwargs) -> Any: method tell (line 31) | def tell(self, *args, **kwargs) -> Any: method readline (line 34) | def readline(self, *args, **kwargs) -> Any: method close (line 37) | def close(self, *args, **kwargs) -> Any: method read (line 40) | def read(self, *args, **kwargs) -> Any: method readinto (line 43) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 50) | class StringIO: method write (line 51) | def write(self, *args, **kwargs) -> Any: method flush (line 54) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 57) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 60) | def seek(self, *args, **kwargs) -> Any: method tell (line 63) | def tell(self, *args, **kwargs) -> Any: method readline (line 66) | def readline(self, *args, **kwargs) -> Any: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: class BufferedWriter (line 82) | class BufferedWriter: method flush (line 83) | def flush(self, *args, **kwargs) -> Any: method write (line 86) | def write(self, *args, **kwargs) -> Any: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: class FileIO (line 93) | class FileIO: method write (line 94) | def write(self, *args, **kwargs) -> Any: method flush (line 97) | def flush(self, *args, **kwargs) -> Any: method readlines (line 100) | def readlines(self, *args, **kwargs) -> Any: method seek (line 103) | def seek(self, *args, **kwargs) -> Any: method tell (line 106) | def tell(self, *args, **kwargs) -> Any: method readline (line 109) | def readline(self, *args, **kwargs) -> Any: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 121) | def __init__(self, *argv, **kwargs) -> None: class BytesIO (line 125) | class BytesIO: method write (line 126) | def write(self, *args, **kwargs) -> Any: method flush (line 129) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 132) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 135) | def seek(self, *args, **kwargs) -> Any: method tell (line 138) | def tell(self, *args, **kwargs) -> Any: method readline (line 141) | def readline(self, *args, **kwargs) -> Any: method close (line 144) | def close(self, *args, **kwargs) -> Any: method read (line 147) | def read(self, *args, **kwargs) -> Any: method readinto (line 150) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class IOBase (line 5) | class IOBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 8) | class TextIOWrapper: method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method flush (line 10) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 11) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 12) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 13) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 14) | def readline(self, *args, **kwargs) -> Any: ... method close (line 15) | def close(self, *args, **kwargs) -> Any: ... method read (line 16) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 17) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 20) | class StringIO: method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method flush (line 22) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 23) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 24) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 25) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 26) | def readline(self, *args, **kwargs) -> Any: ... method close (line 27) | def close(self, *args, **kwargs) -> Any: ... method read (line 28) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 29) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 32) | class BufferedWriter: method flush (line 33) | def flush(self, *args, **kwargs) -> Any: ... method write (line 34) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 37) | class FileIO: method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 40) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method close (line 44) | def close(self, *args, **kwargs) -> Any: ... method read (line 45) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 46) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 49) | class BytesIO: method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 55) | def readline(self, *args, **kwargs) -> Any: ... method close (line 56) | def close(self, *args, **kwargs) -> Any: ... method read (line 57) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 58) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/json.py function loads (line 9) | def loads(*args, **kwargs) -> Any: function load (line 13) | def load(*args, **kwargs) -> Any: function dumps (line 17) | def dumps(*args, **kwargs) -> Any: function dump (line 21) | def dump(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/json.pyi function loads (line 3) | def loads(*args, **kwargs) -> Any: ... function load (line 4) | def load(*args, **kwargs) -> Any: ... function dumps (line 5) | def dumps(*args, **kwargs) -> Any: ... function dump (line 6) | def dump(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/machine.py function enable_irq (line 23) | def enable_irq(*args, **kwargs) -> Any: function wake_reason (line 27) | def wake_reason(*args, **kwargs) -> Any: function bitstream (line 31) | def bitstream(*args, **kwargs) -> Any: function disable_irq (line 35) | def disable_irq(*args, **kwargs) -> Any: function deepsleep (line 39) | def deepsleep(*args, **kwargs) -> Any: function sleep (line 43) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 47) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 51) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 55) | def unique_id(*args, **kwargs) -> Any: function freq (line 59) | def freq(*args, **kwargs) -> Any: function reset_cause (line 63) | def reset_cause(*args, **kwargs) -> Any: function idle (line 67) | def idle(*args, **kwargs) -> Any: function lightsleep (line 71) | def lightsleep(*args, **kwargs) -> Any: function reset (line 75) | def reset(*args, **kwargs) -> Any: class PWM (line 79) | class PWM: method duty_u16 (line 80) | def duty_u16(self, *args, **kwargs) -> Any: method init (line 83) | def init(self, *args, **kwargs) -> Any: method freq (line 86) | def freq(self, *args, **kwargs) -> Any: method deinit (line 89) | def deinit(self, *args, **kwargs) -> Any: method duty_ns (line 92) | def duty_ns(self, *args, **kwargs) -> Any: method duty (line 95) | def duty(self, *args, **kwargs) -> Any: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: class Pin (line 102) | class Pin: method irq (line 117) | def irq(self, *args, **kwargs) -> Any: method off (line 120) | def off(self, *args, **kwargs) -> Any: method on (line 123) | def on(self, *args, **kwargs) -> Any: method init (line 126) | def init(self, *args, **kwargs) -> Any: method value (line 129) | def value(self, *args, **kwargs) -> Any: method __init__ (line 132) | def __init__(self, *argv, **kwargs) -> None: class WDT (line 140) | class WDT: method feed (line 141) | def feed(self, *args, **kwargs) -> Any: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: class I2S (line 148) | class I2S: method shift (line 154) | def shift(self, *args, **kwargs) -> Any: method init (line 157) | def init(self, *args, **kwargs) -> Any: method irq (line 160) | def irq(self, *args, **kwargs) -> Any: method readinto (line 163) | def readinto(self, *args, **kwargs) -> Any: method deinit (line 166) | def deinit(self, *args, **kwargs) -> Any: method write (line 169) | def write(self, *args, **kwargs) -> Any: method __init__ (line 172) | def __init__(self, *argv, **kwargs) -> None: class ADC (line 176) | class ADC: method read_u16 (line 183) | def read_u16(self, *args, **kwargs) -> Any: method init (line 186) | def init(self, *args, **kwargs) -> Any: method read_uv (line 189) | def read_uv(self, *args, **kwargs) -> Any: method width (line 192) | def width(self, *args, **kwargs) -> Any: method read (line 195) | def read(self, *args, **kwargs) -> Any: method block (line 198) | def block(self, *args, **kwargs) -> Any: method atten (line 201) | def atten(self, *args, **kwargs) -> Any: method __init__ (line 204) | def __init__(self, *argv, **kwargs) -> None: class ADCBlock (line 208) | class ADCBlock: method init (line 209) | def init(self, *args, **kwargs) -> Any: method connect (line 212) | def connect(self, *args, **kwargs) -> Any: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: class I2C (line 219) | class I2C: method readfrom_mem_into (line 220) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readfrom_into (line 223) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 226) | def readfrom_mem(self, *args, **kwargs) -> Any: method writeto_mem (line 229) | def writeto_mem(self, *args, **kwargs) -> Any: method scan (line 232) | def scan(self, *args, **kwargs) -> Any: method writeto (line 235) | def writeto(self, *args, **kwargs) -> Any: method writevto (line 238) | def writevto(self, *args, **kwargs) -> Any: method start (line 241) | def start(self, *args, **kwargs) -> Any: method readfrom (line 244) | def readfrom(self, *args, **kwargs) -> Any: method readinto (line 247) | def readinto(self, *args, **kwargs) -> Any: method init (line 250) | def init(self, *args, **kwargs) -> Any: method stop (line 253) | def stop(self, *args, **kwargs) -> Any: method write (line 256) | def write(self, *args, **kwargs) -> Any: method __init__ (line 259) | def __init__(self, *argv, **kwargs) -> None: class SoftI2C (line 263) | class SoftI2C: method readfrom_mem_into (line 264) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readfrom_into (line 267) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 270) | def readfrom_mem(self, *args, **kwargs) -> Any: method writeto_mem (line 273) | def writeto_mem(self, *args, **kwargs) -> Any: method scan (line 276) | def scan(self, *args, **kwargs) -> Any: method writeto (line 279) | def writeto(self, *args, **kwargs) -> Any: method writevto (line 282) | def writevto(self, *args, **kwargs) -> Any: method start (line 285) | def start(self, *args, **kwargs) -> Any: method readfrom (line 288) | def readfrom(self, *args, **kwargs) -> Any: method readinto (line 291) | def readinto(self, *args, **kwargs) -> Any: method init (line 294) | def init(self, *args, **kwargs) -> Any: method stop (line 297) | def stop(self, *args, **kwargs) -> Any: method write (line 300) | def write(self, *args, **kwargs) -> Any: method __init__ (line 303) | def __init__(self, *argv, **kwargs) -> None: class SoftSPI (line 307) | class SoftSPI: method deinit (line 311) | def deinit(self, *args, **kwargs) -> Any: method init (line 314) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 317) | def write_readinto(self, *args, **kwargs) -> Any: method read (line 320) | def read(self, *args, **kwargs) -> Any: method write (line 323) | def write(self, *args, **kwargs) -> Any: method readinto (line 326) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: class Timer (line 333) | class Timer: method deinit (line 337) | def deinit(self, *args, **kwargs) -> Any: method init (line 340) | def init(self, *args, **kwargs) -> Any: method value (line 343) | def value(self, *args, **kwargs) -> Any: method __init__ (line 346) | def __init__(self, *argv, **kwargs) -> None: class UART (line 350) | class UART: method deinit (line 358) | def deinit(self, *args, **kwargs) -> Any: method init (line 361) | def init(self, *args, **kwargs) -> Any: method sendbreak (line 364) | def sendbreak(self, *args, **kwargs) -> Any: method read (line 367) | def read(self, *args, **kwargs) -> Any: method any (line 370) | def any(self, *args, **kwargs) -> Any: method write (line 373) | def write(self, *args, **kwargs) -> Any: method readinto (line 376) | def readinto(self, *args, **kwargs) -> Any: method readline (line 379) | def readline(self, *args, **kwargs) -> Any: method __init__ (line 382) | def __init__(self, *argv, **kwargs) -> None: class Signal (line 389) | class Signal: method off (line 390) | def off(self, *args, **kwargs) -> Any: method on (line 393) | def on(self, *args, **kwargs) -> Any: method value (line 396) | def value(self, *args, **kwargs) -> Any: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: class RTC (line 403) | class RTC: method init (line 404) | def init(self, *args, **kwargs) -> Any: method memory (line 407) | def memory(self, *args, **kwargs) -> Any: method datetime (line 410) | def datetime(self, *args, **kwargs) -> Any: method __init__ (line 413) | def __init__(self, *argv, **kwargs) -> None: class SDCard (line 417) | class SDCard: method ioctl (line 418) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 421) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 424) | def writeblocks(self, *args, **kwargs) -> Any: method info (line 427) | def info(self, *args, **kwargs) -> Any: method deinit (line 430) | def deinit(self, *args, **kwargs) -> Any: method __init__ (line 433) | def __init__(self, *argv, **kwargs) -> None: class SPI (line 437) | class SPI: method deinit (line 441) | def deinit(self, *args, **kwargs) -> Any: method init (line 444) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 447) | def write_readinto(self, *args, **kwargs) -> Any: method read (line 450) | def read(self, *args, **kwargs) -> Any: method write (line 453) | def write(self, *args, **kwargs) -> Any: method readinto (line 456) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 459) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/machine.pyi function enable_irq (line 17) | def enable_irq(*args, **kwargs) -> Any: ... function wake_reason (line 18) | def wake_reason(*args, **kwargs) -> Any: ... function bitstream (line 19) | def bitstream(*args, **kwargs) -> Any: ... function disable_irq (line 20) | def disable_irq(*args, **kwargs) -> Any: ... function deepsleep (line 21) | def deepsleep(*args, **kwargs) -> Any: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 23) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 24) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 25) | def unique_id(*args, **kwargs) -> Any: ... function freq (line 26) | def freq(*args, **kwargs) -> Any: ... function reset_cause (line 27) | def reset_cause(*args, **kwargs) -> Any: ... function idle (line 28) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 29) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 30) | def reset(*args, **kwargs) -> Any: ... class PWM (line 32) | class PWM: method duty_u16 (line 33) | def duty_u16(self, *args, **kwargs) -> Any: ... method init (line 34) | def init(self, *args, **kwargs) -> Any: ... method freq (line 35) | def freq(self, *args, **kwargs) -> Any: ... method deinit (line 36) | def deinit(self, *args, **kwargs) -> Any: ... method duty_ns (line 37) | def duty_ns(self, *args, **kwargs) -> Any: ... method duty (line 38) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 41) | class Pin: method irq (line 55) | def irq(self, *args, **kwargs) -> Any: ... method off (line 56) | def off(self, *args, **kwargs) -> Any: ... method on (line 57) | def on(self, *args, **kwargs) -> Any: ... method init (line 58) | def init(self, *args, **kwargs) -> Any: ... method value (line 59) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 60) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 65) | class WDT: method feed (line 66) | def feed(self, *args, **kwargs) -> Any: ... method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 69) | class I2S: method shift (line 74) | def shift(self, *args, **kwargs) -> Any: ... method init (line 75) | def init(self, *args, **kwargs) -> Any: ... method irq (line 76) | def irq(self, *args, **kwargs) -> Any: ... method readinto (line 77) | def readinto(self, *args, **kwargs) -> Any: ... method deinit (line 78) | def deinit(self, *args, **kwargs) -> Any: ... method write (line 79) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 82) | class ADC: method read_u16 (line 88) | def read_u16(self, *args, **kwargs) -> Any: ... method init (line 89) | def init(self, *args, **kwargs) -> Any: ... method read_uv (line 90) | def read_uv(self, *args, **kwargs) -> Any: ... method width (line 91) | def width(self, *args, **kwargs) -> Any: ... method read (line 92) | def read(self, *args, **kwargs) -> Any: ... method block (line 93) | def block(self, *args, **kwargs) -> Any: ... method atten (line 94) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 97) | class ADCBlock: method init (line 98) | def init(self, *args, **kwargs) -> Any: ... method connect (line 99) | def connect(self, *args, **kwargs) -> Any: ... method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 102) | class I2C: method readfrom_mem_into (line 103) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 104) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 105) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 106) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 107) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 108) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 109) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 110) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 111) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 112) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 113) | def init(self, *args, **kwargs) -> Any: ... method stop (line 114) | def stop(self, *args, **kwargs) -> Any: ... method write (line 115) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 116) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 118) | class SoftI2C: method readfrom_mem_into (line 119) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 120) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 121) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 122) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 123) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 124) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 125) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 126) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 127) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 128) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 129) | def init(self, *args, **kwargs) -> Any: ... method stop (line 130) | def stop(self, *args, **kwargs) -> Any: ... method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 132) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 134) | class SoftSPI: method deinit (line 137) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 138) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 139) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 140) | def read(self, *args, **kwargs) -> Any: ... method write (line 141) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 142) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 143) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 145) | class Timer: method deinit (line 148) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 149) | def init(self, *args, **kwargs) -> Any: ... method value (line 150) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 151) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 153) | class UART: method deinit (line 160) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 161) | def init(self, *args, **kwargs) -> Any: ... method sendbreak (line 162) | def sendbreak(self, *args, **kwargs) -> Any: ... method read (line 163) | def read(self, *args, **kwargs) -> Any: ... method any (line 164) | def any(self, *args, **kwargs) -> Any: ... method write (line 165) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 166) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 167) | def readline(self, *args, **kwargs) -> Any: ... method __init__ (line 168) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 172) | class Signal: method off (line 173) | def off(self, *args, **kwargs) -> Any: ... method on (line 174) | def on(self, *args, **kwargs) -> Any: ... method value (line 175) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 176) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 178) | class RTC: method init (line 179) | def init(self, *args, **kwargs) -> Any: ... method memory (line 180) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 181) | def datetime(self, *args, **kwargs) -> Any: ... method __init__ (line 182) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 184) | class SDCard: method ioctl (line 185) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 186) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 187) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 188) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 189) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 190) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 192) | class SPI: method deinit (line 195) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 196) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 197) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 198) | def read(self, *args, **kwargs) -> Any: ... method write (line 199) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 200) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 201) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/math.py function ldexp (line 15) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 19) | def lgamma(*args, **kwargs) -> Any: function trunc (line 23) | def trunc(*args, **kwargs) -> Any: function isclose (line 27) | def isclose(*args, **kwargs) -> Any: function gamma (line 31) | def gamma(*args, **kwargs) -> Any: function isnan (line 35) | def isnan(*args, **kwargs) -> Any: function isfinite (line 39) | def isfinite(*args, **kwargs) -> Any: function isinf (line 43) | def isinf(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: function sinh (line 51) | def sinh(*args, **kwargs) -> Any: function log (line 55) | def log(*args, **kwargs) -> Any: function tan (line 59) | def tan(*args, **kwargs) -> Any: function tanh (line 63) | def tanh(*args, **kwargs) -> Any: function log2 (line 67) | def log2(*args, **kwargs) -> Any: function log10 (line 71) | def log10(*args, **kwargs) -> Any: function sin (line 75) | def sin(*args, **kwargs) -> Any: function modf (line 79) | def modf(*args, **kwargs) -> Any: function radians (line 83) | def radians(*args, **kwargs) -> Any: function atanh (line 87) | def atanh(*args, **kwargs) -> Any: function atan2 (line 91) | def atan2(*args, **kwargs) -> Any: function atan (line 95) | def atan(*args, **kwargs) -> Any: function ceil (line 99) | def ceil(*args, **kwargs) -> Any: function copysign (line 103) | def copysign(*args, **kwargs) -> Any: function frexp (line 107) | def frexp(*args, **kwargs) -> Any: function acos (line 111) | def acos(*args, **kwargs) -> Any: function pow (line 115) | def pow(*args, **kwargs) -> Any: function asinh (line 119) | def asinh(*args, **kwargs) -> Any: function acosh (line 123) | def acosh(*args, **kwargs) -> Any: function asin (line 127) | def asin(*args, **kwargs) -> Any: function factorial (line 131) | def factorial(*args, **kwargs) -> Any: function fabs (line 135) | def fabs(*args, **kwargs) -> Any: function expm1 (line 139) | def expm1(*args, **kwargs) -> Any: function floor (line 143) | def floor(*args, **kwargs) -> Any: function fmod (line 147) | def fmod(*args, **kwargs) -> Any: function cos (line 151) | def cos(*args, **kwargs) -> Any: function degrees (line 155) | def degrees(*args, **kwargs) -> Any: function cosh (line 159) | def cosh(*args, **kwargs) -> Any: function exp (line 163) | def exp(*args, **kwargs) -> Any: function erf (line 167) | def erf(*args, **kwargs) -> Any: function erfc (line 171) | def erfc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/math.pyi function ldexp (line 9) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 10) | def lgamma(*args, **kwargs) -> Any: ... function trunc (line 11) | def trunc(*args, **kwargs) -> Any: ... function isclose (line 12) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 13) | def gamma(*args, **kwargs) -> Any: ... function isnan (line 14) | def isnan(*args, **kwargs) -> Any: ... function isfinite (line 15) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 16) | def isinf(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... function sinh (line 18) | def sinh(*args, **kwargs) -> Any: ... function log (line 19) | def log(*args, **kwargs) -> Any: ... function tan (line 20) | def tan(*args, **kwargs) -> Any: ... function tanh (line 21) | def tanh(*args, **kwargs) -> Any: ... function log2 (line 22) | def log2(*args, **kwargs) -> Any: ... function log10 (line 23) | def log10(*args, **kwargs) -> Any: ... function sin (line 24) | def sin(*args, **kwargs) -> Any: ... function modf (line 25) | def modf(*args, **kwargs) -> Any: ... function radians (line 26) | def radians(*args, **kwargs) -> Any: ... function atanh (line 27) | def atanh(*args, **kwargs) -> Any: ... function atan2 (line 28) | def atan2(*args, **kwargs) -> Any: ... function atan (line 29) | def atan(*args, **kwargs) -> Any: ... function ceil (line 30) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 31) | def copysign(*args, **kwargs) -> Any: ... function frexp (line 32) | def frexp(*args, **kwargs) -> Any: ... function acos (line 33) | def acos(*args, **kwargs) -> Any: ... function pow (line 34) | def pow(*args, **kwargs) -> Any: ... function asinh (line 35) | def asinh(*args, **kwargs) -> Any: ... function acosh (line 36) | def acosh(*args, **kwargs) -> Any: ... function asin (line 37) | def asin(*args, **kwargs) -> Any: ... function factorial (line 38) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 39) | def fabs(*args, **kwargs) -> Any: ... function expm1 (line 40) | def expm1(*args, **kwargs) -> Any: ... function floor (line 41) | def floor(*args, **kwargs) -> Any: ... function fmod (line 42) | def fmod(*args, **kwargs) -> Any: ... function cos (line 43) | def cos(*args, **kwargs) -> Any: ... function degrees (line 44) | def degrees(*args, **kwargs) -> Any: ... function cosh (line 45) | def cosh(*args, **kwargs) -> Any: ... function exp (line 46) | def exp(*args, **kwargs) -> Any: ... function erf (line 47) | def erf(*args, **kwargs) -> Any: ... function erfc (line 48) | def erfc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/micropython.py function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: function mem_info (line 13) | def mem_info(*args, **kwargs) -> Any: function stack_use (line 17) | def stack_use(*args, **kwargs) -> Any: function qstr_info (line 21) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 25) | def schedule(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 29) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function const (line 33) | def const(*args, **kwargs) -> Any: function kbd_intr (line 37) | def kbd_intr(*args, **kwargs) -> Any: function heap_lock (line 41) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 45) | def heap_unlock(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/micropython.pyi function opt_level (line 3) | def opt_level(*args, **kwargs) -> Any: ... function mem_info (line 4) | def mem_info(*args, **kwargs) -> Any: ... function stack_use (line 5) | def stack_use(*args, **kwargs) -> Any: ... function qstr_info (line 6) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 7) | def schedule(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 8) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function const (line 9) | def const(*args, **kwargs) -> Any: ... function kbd_intr (line 10) | def kbd_intr(*args, **kwargs) -> Any: ... function heap_lock (line 11) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 12) | def heap_unlock(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/neopixel.py function bitstream (line 9) | def bitstream(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method write (line 16) | def write(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/neopixel.pyi function bitstream (line 3) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/network.py function WLAN (line 33) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 37) | def phy_mode(*args, **kwargs) -> Any: function PPP (line 41) | def PPP(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/network.pyi function WLAN (line 27) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 28) | def phy_mode(*args, **kwargs) -> Any: ... function PPP (line 29) | def PPP(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ntptime.py function settime (line 12) | def settime(*args, **kwargs) -> Any: function time (line 16) | def time(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ntptime.pyi function settime (line 6) | def settime(*args, **kwargs) -> Any: ... function time (line 7) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/onewire.py class OneWire (line 9) | class OneWire: method select_rom (line 14) | def select_rom(self, *args, **kwargs) -> Any: method writebyte (line 17) | def writebyte(self, *args, **kwargs) -> Any: method crc8 (line 20) | def crc8(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readbyte (line 29) | def readbyte(self, *args, **kwargs) -> Any: method readbit (line 32) | def readbit(self, *args, **kwargs) -> Any: method writebit (line 35) | def writebit(self, *args, **kwargs) -> Any: method reset (line 38) | def reset(self, *args, **kwargs) -> Any: method scan (line 41) | def scan(self, *args, **kwargs) -> Any: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: class OneWireError (line 48) | class OneWireError(Exception): FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/onewire.pyi class OneWire (line 3) | class OneWire: method select_rom (line 7) | def select_rom(self, *args, **kwargs) -> Any: ... method writebyte (line 8) | def writebyte(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method write (line 10) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 11) | def readinto(self, *args, **kwargs) -> Any: ... method readbyte (line 12) | def readbyte(self, *args, **kwargs) -> Any: ... method readbit (line 13) | def readbit(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method reset (line 15) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 16) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class OneWireError (line 19) | class OneWireError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/os.py function stat (line 9) | def stat(*args, **kwargs) -> Any: function rmdir (line 13) | def rmdir(*args, **kwargs) -> Any: function rename (line 17) | def rename(*args, **kwargs) -> Any: function mount (line 21) | def mount(*args, **kwargs) -> Any: function mkdir (line 25) | def mkdir(*args, **kwargs) -> Any: function statvfs (line 29) | def statvfs(*args, **kwargs) -> Any: function unlink (line 33) | def unlink(*args, **kwargs) -> Any: function uname (line 37) | def uname(*args, **kwargs) -> Any: function umount (line 41) | def umount(*args, **kwargs) -> Any: function urandom (line 45) | def urandom(*args, **kwargs) -> Any: function chdir (line 49) | def chdir(*args, **kwargs) -> Any: function dupterm (line 53) | def dupterm(*args, **kwargs) -> Any: function remove (line 57) | def remove(*args, **kwargs) -> Any: function listdir (line 61) | def listdir(*args, **kwargs) -> Any: function dupterm_notify (line 65) | def dupterm_notify(*args, **kwargs) -> Any: function ilistdir (line 69) | def ilistdir(*args, **kwargs) -> Any: function getcwd (line 73) | def getcwd(*args, **kwargs) -> Any: class VfsLfs2 (line 77) | class VfsLfs2: method rename (line 78) | def rename(self, *args, **kwargs) -> Any: method mkfs (line 81) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 84) | def mount(self, *args, **kwargs) -> Any: method statvfs (line 87) | def statvfs(self, *args, **kwargs) -> Any: method rmdir (line 90) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 93) | def stat(self, *args, **kwargs) -> Any: method umount (line 96) | def umount(self, *args, **kwargs) -> Any: method remove (line 99) | def remove(self, *args, **kwargs) -> Any: method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Any: method open (line 105) | def open(self, *args, **kwargs) -> Any: method ilistdir (line 108) | def ilistdir(self, *args, **kwargs) -> Any: method chdir (line 111) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 114) | def getcwd(self, *args, **kwargs) -> Any: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: class VfsFat (line 121) | class VfsFat: method rename (line 122) | def rename(self, *args, **kwargs) -> Any: method mkfs (line 125) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 128) | def mount(self, *args, **kwargs) -> Any: method statvfs (line 131) | def statvfs(self, *args, **kwargs) -> Any: method rmdir (line 134) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 137) | def stat(self, *args, **kwargs) -> Any: method umount (line 140) | def umount(self, *args, **kwargs) -> Any: method remove (line 143) | def remove(self, *args, **kwargs) -> Any: method mkdir (line 146) | def mkdir(self, *args, **kwargs) -> Any: method open (line 149) | def open(self, *args, **kwargs) -> Any: method ilistdir (line 152) | def ilistdir(self, *args, **kwargs) -> Any: method chdir (line 155) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 158) | def getcwd(self, *args, **kwargs) -> Any: method __init__ (line 161) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/os.pyi function stat (line 3) | def stat(*args, **kwargs) -> Any: ... function rmdir (line 4) | def rmdir(*args, **kwargs) -> Any: ... function rename (line 5) | def rename(*args, **kwargs) -> Any: ... function mount (line 6) | def mount(*args, **kwargs) -> Any: ... function mkdir (line 7) | def mkdir(*args, **kwargs) -> Any: ... function statvfs (line 8) | def statvfs(*args, **kwargs) -> Any: ... function unlink (line 9) | def unlink(*args, **kwargs) -> Any: ... function uname (line 10) | def uname(*args, **kwargs) -> Any: ... function umount (line 11) | def umount(*args, **kwargs) -> Any: ... function urandom (line 12) | def urandom(*args, **kwargs) -> Any: ... function chdir (line 13) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 14) | def dupterm(*args, **kwargs) -> Any: ... function remove (line 15) | def remove(*args, **kwargs) -> Any: ... function listdir (line 16) | def listdir(*args, **kwargs) -> Any: ... function dupterm_notify (line 17) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 18) | def ilistdir(*args, **kwargs) -> Any: ... function getcwd (line 19) | def getcwd(*args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method rename (line 22) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 23) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 24) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 25) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 26) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 27) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 28) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 30) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 31) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 33) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 34) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 37) | class VfsFat: method rename (line 38) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 39) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 40) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 41) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 42) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 43) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 45) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 46) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 47) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 48) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 49) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 50) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/platform.py function platform (line 9) | def platform(*args, **kwargs) -> Any: function python_compiler (line 13) | def python_compiler(*args, **kwargs) -> Any: function libc_ver (line 17) | def libc_ver(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/random.py function randrange (line 9) | def randrange(*args, **kwargs) -> Any: function random (line 13) | def random(*args, **kwargs) -> Any: function seed (line 17) | def seed(*args, **kwargs) -> Any: function uniform (line 21) | def uniform(*args, **kwargs) -> Any: function choice (line 25) | def choice(*args, **kwargs) -> Any: function randint (line 29) | def randint(*args, **kwargs) -> Any: function getrandbits (line 33) | def getrandbits(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/random.pyi function randrange (line 3) | def randrange(*args, **kwargs) -> Any: ... function random (line 4) | def random(*args, **kwargs) -> Any: ... function seed (line 5) | def seed(*args, **kwargs) -> Any: ... function uniform (line 6) | def uniform(*args, **kwargs) -> Any: ... function choice (line 7) | def choice(*args, **kwargs) -> Any: ... function randint (line 8) | def randint(*args, **kwargs) -> Any: ... function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/select.py function select (line 14) | def select(*args, **kwargs) -> Any: function poll (line 18) | def poll(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/select.pyi function select (line 8) | def select(*args, **kwargs) -> Any: ... function poll (line 9) | def poll(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/socket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method recvfrom (line 26) | def recvfrom(self, *args, **kwargs) -> Any: method recv (line 29) | def recv(self, *args, **kwargs) -> Any: method makefile (line 32) | def makefile(self, *args, **kwargs) -> Any: method listen (line 35) | def listen(self, *args, **kwargs) -> Any: method fileno (line 38) | def fileno(self, *args, **kwargs) -> Any: method sendall (line 41) | def sendall(self, *args, **kwargs) -> Any: method setsockopt (line 44) | def setsockopt(self, *args, **kwargs) -> Any: method setblocking (line 47) | def setblocking(self, *args, **kwargs) -> Any: method sendto (line 50) | def sendto(self, *args, **kwargs) -> Any: method settimeout (line 53) | def settimeout(self, *args, **kwargs) -> Any: method readline (line 56) | def readline(self, *args, **kwargs) -> Any: method readinto (line 59) | def readinto(self, *args, **kwargs) -> Any: method read (line 62) | def read(self, *args, **kwargs) -> Any: method close (line 65) | def close(self, *args, **kwargs) -> Any: method connect (line 68) | def connect(self, *args, **kwargs) -> Any: method send (line 71) | def send(self, *args, **kwargs) -> Any: method bind (line 74) | def bind(self, *args, **kwargs) -> Any: method accept (line 77) | def accept(self, *args, **kwargs) -> Any: method write (line 80) | def write(self, *args, **kwargs) -> Any: method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/socket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method recvfrom (line 18) | def recvfrom(self, *args, **kwargs) -> Any: ... method recv (line 19) | def recv(self, *args, **kwargs) -> Any: ... method makefile (line 20) | def makefile(self, *args, **kwargs) -> Any: ... method listen (line 21) | def listen(self, *args, **kwargs) -> Any: ... method fileno (line 22) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 23) | def sendall(self, *args, **kwargs) -> Any: ... method setsockopt (line 24) | def setsockopt(self, *args, **kwargs) -> Any: ... method setblocking (line 25) | def setblocking(self, *args, **kwargs) -> Any: ... method sendto (line 26) | def sendto(self, *args, **kwargs) -> Any: ... method settimeout (line 27) | def settimeout(self, *args, **kwargs) -> Any: ... method readline (line 28) | def readline(self, *args, **kwargs) -> Any: ... method readinto (line 29) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 30) | def read(self, *args, **kwargs) -> Any: ... method close (line 31) | def close(self, *args, **kwargs) -> Any: ... method connect (line 32) | def connect(self, *args, **kwargs) -> Any: ... method send (line 33) | def send(self, *args, **kwargs) -> Any: ... method bind (line 34) | def bind(self, *args, **kwargs) -> Any: ... method accept (line 35) | def accept(self, *args, **kwargs) -> Any: ... method write (line 36) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/struct.py function pack_into (line 9) | def pack_into(*args, **kwargs) -> Any: function unpack (line 13) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 17) | def unpack_from(*args, **kwargs) -> Any: function pack (line 21) | def pack(*args, **kwargs) -> Any: function calcsize (line 25) | def calcsize(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/struct.pyi function pack_into (line 3) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 4) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 5) | def unpack_from(*args, **kwargs) -> Any: ... function pack (line 6) | def pack(*args, **kwargs) -> Any: ... function calcsize (line 7) | def calcsize(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/sys.py function print_exception (line 21) | def print_exception(*args, **kwargs) -> Any: function exit (line 25) | def exit(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/sys.pyi function print_exception (line 15) | def print_exception(*args, **kwargs) -> Any: ... function exit (line 16) | def exit(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/time.py function ticks_diff (line 9) | def ticks_diff(*args, **kwargs) -> Any: function ticks_add (line 13) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 17) | def ticks_cpu(*args, **kwargs) -> Any: function time (line 21) | def time(*args, **kwargs) -> Any: function ticks_ms (line 25) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 29) | def ticks_us(*args, **kwargs) -> Any: function time_ns (line 33) | def time_ns(*args, **kwargs) -> Any: function localtime (line 37) | def localtime(*args, **kwargs) -> Any: function sleep_us (line 41) | def sleep_us(*args, **kwargs) -> Any: function gmtime (line 45) | def gmtime(*args, **kwargs) -> Any: function sleep_ms (line 49) | def sleep_ms(*args, **kwargs) -> Any: function mktime (line 53) | def mktime(*args, **kwargs) -> Any: function sleep (line 57) | def sleep(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/time.pyi function ticks_diff (line 3) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_add (line 4) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 5) | def ticks_cpu(*args, **kwargs) -> Any: ... function time (line 6) | def time(*args, **kwargs) -> Any: ... function ticks_ms (line 7) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 8) | def ticks_us(*args, **kwargs) -> Any: ... function time_ns (line 9) | def time_ns(*args, **kwargs) -> Any: ... function localtime (line 10) | def localtime(*args, **kwargs) -> Any: ... function sleep_us (line 11) | def sleep_us(*args, **kwargs) -> Any: ... function gmtime (line 12) | def gmtime(*args, **kwargs) -> Any: ... function sleep_ms (line 13) | def sleep_ms(*args, **kwargs) -> Any: ... function mktime (line 14) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 15) | def sleep(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uarray.py class array (line 9) | class array: method extend (line 10) | def extend(self, *args, **kwargs) -> Any: method decode (line 13) | def decode(self, *args, **kwargs) -> Any: method append (line 16) | def append(self, *args, **kwargs) -> Any: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uarray.pyi class array (line 3) | class array: method extend (line 4) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 5) | def decode(self, *args, **kwargs) -> Any: ... method append (line 6) | def append(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uasyncio/__init__.py function ticks_diff (line 9) | def ticks_diff(*args, **kwargs) -> Any: function run_until_complete (line 13) | def run_until_complete(*args, **kwargs) -> Any: function create_task (line 17) | def create_task(*args, **kwargs) -> Any: function wait_for_ms (line 21) | def wait_for_ms(*args, **kwargs) -> Any: function run (line 25) | def run(*args, **kwargs) -> Any: function new_event_loop (line 29) | def new_event_loop(*args, **kwargs) -> Any: function current_task (line 33) | def current_task(*args, **kwargs) -> Any: function get_event_loop (line 37) | def get_event_loop(*args, **kwargs) -> Any: function ticks (line 41) | def ticks(*args, **kwargs) -> Any: function sleep_ms (line 45) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 49) | def ticks_add(*args, **kwargs) -> Any: function sleep (line 53) | def sleep(*args, **kwargs) -> Any: class Loop (line 61) | class Loop: method call_exception_handler (line 62) | def call_exception_handler(self, *args, **kwargs) -> Any: method run_forever (line 65) | def run_forever(self, *args, **kwargs) -> Any: method set_exception_handler (line 68) | def set_exception_handler(self, *args, **kwargs) -> Any: method get_exception_handler (line 71) | def get_exception_handler(self, *args, **kwargs) -> Any: method default_exception_handler (line 74) | def default_exception_handler(self, *args, **kwargs) -> Any: method run_until_complete (line 77) | def run_until_complete(self, *args, **kwargs) -> Any: method close (line 80) | def close(self, *args, **kwargs) -> Any: method stop (line 83) | def stop(self, *args, **kwargs) -> Any: method create_task (line 86) | def create_task(self, *args, **kwargs) -> Any: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: class IOQueue (line 93) | class IOQueue: method queue_write (line 94) | def queue_write(self, *args, **kwargs) -> Any: method queue_read (line 97) | def queue_read(self, *args, **kwargs) -> Any: method wait_io_event (line 100) | def wait_io_event(self, *args, **kwargs) -> Any: method remove (line 103) | def remove(self, *args, **kwargs) -> Any: method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: class Event (line 110) | class Event: method set (line 111) | def set(self, *args, **kwargs) -> Any: method is_set (line 114) | def is_set(self, *args, **kwargs) -> Any: method clear (line 117) | def clear(self, *args, **kwargs) -> Any: method __init__ (line 122) | def __init__(self, *argv, **kwargs) -> None: class CancelledError (line 126) | class CancelledError(Exception): FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uasyncio/core.py function ticks (line 9) | def ticks(*args, **kwargs) -> Any: function run_until_complete (line 13) | def run_until_complete(*args, **kwargs) -> Any: function create_task (line 17) | def create_task(*args, **kwargs) -> Any: function ticks_diff (line 21) | def ticks_diff(*args, **kwargs) -> Any: function run (line 25) | def run(*args, **kwargs) -> Any: function new_event_loop (line 29) | def new_event_loop(*args, **kwargs) -> Any: function current_task (line 33) | def current_task(*args, **kwargs) -> Any: function get_event_loop (line 37) | def get_event_loop(*args, **kwargs) -> Any: function sleep_ms (line 41) | def sleep_ms(*args, **kwargs) -> Any: function ticks_add (line 45) | def ticks_add(*args, **kwargs) -> Any: function sleep (line 49) | def sleep(*args, **kwargs) -> Any: class TaskQueue (line 53) | class TaskQueue: method push (line 54) | def push(self, *args, **kwargs) -> Any: method peek (line 57) | def peek(self, *args, **kwargs) -> Any: method remove (line 60) | def remove(self, *args, **kwargs) -> Any: method pop (line 63) | def pop(self, *args, **kwargs) -> Any: method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: class Task (line 70) | class Task: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: class CancelledError (line 75) | class CancelledError(Exception): FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uasyncio/event.py class ThreadSafeFlag (line 9) | class ThreadSafeFlag: method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: method set (line 13) | def set(self, *args, **kwargs) -> Any: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: class Event (line 22) | class Event: method set (line 23) | def set(self, *args, **kwargs) -> Any: method is_set (line 26) | def is_set(self, *args, **kwargs) -> Any: method clear (line 29) | def clear(self, *args, **kwargs) -> Any: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uasyncio/funcs.py function wait_for_ms (line 9) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uasyncio/lock.py class Lock (line 9) | class Lock: method locked (line 10) | def locked(self, *args, **kwargs) -> Any: method release (line 13) | def release(self, *args, **kwargs) -> Any: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uasyncio/stream.py class StreamWriter (line 11) | class StreamWriter: method get_extra_info (line 12) | def get_extra_info(self, *args, **kwargs) -> Any: method write (line 15) | def write(self, *args, **kwargs) -> Any: method close (line 18) | def close(self, *args, **kwargs) -> Any: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class Stream (line 35) | class Stream: method get_extra_info (line 36) | def get_extra_info(self, *args, **kwargs) -> Any: method write (line 39) | def write(self, *args, **kwargs) -> Any: method close (line 42) | def close(self, *args, **kwargs) -> Any: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: class Server (line 59) | class Server: method close (line 60) | def close(self, *args, **kwargs) -> Any: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: class StreamReader (line 69) | class StreamReader: method get_extra_info (line 70) | def get_extra_info(self, *args, **kwargs) -> Any: method write (line 73) | def write(self, *args, **kwargs) -> Any: method close (line 76) | def close(self, *args, **kwargs) -> Any: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uasyncio/uasyncio/__init__.pyi function ticks_diff (line 3) | def ticks_diff(*args, **kwargs) -> Any: ... function run_until_complete (line 4) | def run_until_complete(*args, **kwargs) -> Any: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Any: ... function wait_for_ms (line 6) | def wait_for_ms(*args, **kwargs) -> Any: ... function run (line 7) | def run(*args, **kwargs) -> Any: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Any: ... function ticks (line 11) | def ticks(*args, **kwargs) -> Any: ... function sleep_ms (line 12) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 13) | def ticks_add(*args, **kwargs) -> Any: ... function sleep (line 14) | def sleep(*args, **kwargs) -> Any: ... class Loop (line 19) | class Loop: method call_exception_handler (line 20) | def call_exception_handler(self, *args, **kwargs) -> Any: ... method run_forever (line 21) | def run_forever(self, *args, **kwargs) -> Any: ... method set_exception_handler (line 22) | def set_exception_handler(self, *args, **kwargs) -> Any: ... method get_exception_handler (line 23) | def get_exception_handler(self, *args, **kwargs) -> Any: ... method default_exception_handler (line 24) | def default_exception_handler(self, *args, **kwargs) -> Any: ... method run_until_complete (line 25) | def run_until_complete(self, *args, **kwargs) -> Any: ... method close (line 26) | def close(self, *args, **kwargs) -> Any: ... method stop (line 27) | def stop(self, *args, **kwargs) -> Any: ... method create_task (line 28) | def create_task(self, *args, **kwargs) -> Any: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class IOQueue (line 31) | class IOQueue: method queue_write (line 32) | def queue_write(self, *args, **kwargs) -> Any: ... method queue_read (line 33) | def queue_read(self, *args, **kwargs) -> Any: ... method wait_io_event (line 34) | def wait_io_event(self, *args, **kwargs) -> Any: ... method remove (line 35) | def remove(self, *args, **kwargs) -> Any: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 38) | class Event: method set (line 39) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 40) | def is_set(self, *args, **kwargs) -> Any: ... method clear (line 41) | def clear(self, *args, **kwargs) -> Any: ... method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 45) | class CancelledError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uasyncio/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Any: ... function run_until_complete (line 4) | def run_until_complete(*args, **kwargs) -> Any: ... function create_task (line 5) | def create_task(*args, **kwargs) -> Any: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Any: ... function run (line 7) | def run(*args, **kwargs) -> Any: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Any: ... function sleep_ms (line 11) | def sleep_ms(*args, **kwargs) -> Any: ... function ticks_add (line 12) | def ticks_add(*args, **kwargs) -> Any: ... function sleep (line 13) | def sleep(*args, **kwargs) -> Any: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Any: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uasyncio/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method ioctl (line 4) | def ioctl(self, *args, **kwargs) -> Any: ... method set (line 5) | def set(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 9) | class Event: method set (line 10) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 11) | def is_set(self, *args, **kwargs) -> Any: ... method clear (line 12) | def clear(self, *args, **kwargs) -> Any: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uasyncio/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uasyncio/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Any: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uasyncio/uasyncio/stream.pyi class StreamWriter (line 5) | class StreamWriter: method get_extra_info (line 6) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method close (line 8) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 20) | class Stream: method get_extra_info (line 21) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 22) | def write(self, *args, **kwargs) -> Any: ... method close (line 23) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 35) | class Server: method close (line 36) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 40) | class StreamReader: method get_extra_info (line 41) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method close (line 43) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ubinascii.py function crc32 (line 9) | def crc32(*args, **kwargs) -> Any: function hexlify (line 13) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 17) | def unhexlify(*args, **kwargs) -> Any: function b2a_base64 (line 21) | def b2a_base64(*args, **kwargs) -> Any: function a2b_base64 (line 25) | def a2b_base64(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ubinascii.pyi function crc32 (line 3) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 4) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 5) | def unhexlify(*args, **kwargs) -> Any: ... function b2a_base64 (line 6) | def b2a_base64(*args, **kwargs) -> Any: ... function a2b_base64 (line 7) | def a2b_base64(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ubluetooth.py class UUID (line 15) | class UUID: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class BLE (line 20) | class BLE: method gatts_notify (line 21) | def gatts_notify(self, *args, **kwargs) -> Any: method gatts_indicate (line 24) | def gatts_indicate(self, *args, **kwargs) -> Any: method gattc_write (line 27) | def gattc_write(self, *args, **kwargs) -> Any: method gattc_read (line 30) | def gattc_read(self, *args, **kwargs) -> Any: method gattc_exchange_mtu (line 33) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: method gatts_read (line 36) | def gatts_read(self, *args, **kwargs) -> Any: method gatts_write (line 39) | def gatts_write(self, *args, **kwargs) -> Any: method gatts_set_buffer (line 42) | def gatts_set_buffer(self, *args, **kwargs) -> Any: method gatts_register_services (line 45) | def gatts_register_services(self, *args, **kwargs) -> Any: method irq (line 48) | def irq(self, *args, **kwargs) -> Any: method gap_connect (line 51) | def gap_connect(self, *args, **kwargs) -> Any: method gap_advertise (line 54) | def gap_advertise(self, *args, **kwargs) -> Any: method config (line 57) | def config(self, *args, **kwargs) -> Any: method active (line 60) | def active(self, *args, **kwargs) -> Any: method gattc_discover_services (line 63) | def gattc_discover_services(self, *args, **kwargs) -> Any: method gap_disconnect (line 66) | def gap_disconnect(self, *args, **kwargs) -> Any: method gattc_discover_descriptors (line 69) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: method gattc_discover_characteristics (line 72) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: method gap_scan (line 75) | def gap_scan(self, *args, **kwargs) -> Any: method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ubluetooth.pyi class UUID (line 9) | class UUID: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 12) | class BLE: method gatts_notify (line 13) | def gatts_notify(self, *args, **kwargs) -> Any: ... method gatts_indicate (line 14) | def gatts_indicate(self, *args, **kwargs) -> Any: ... method gattc_write (line 15) | def gattc_write(self, *args, **kwargs) -> Any: ... method gattc_read (line 16) | def gattc_read(self, *args, **kwargs) -> Any: ... method gattc_exchange_mtu (line 17) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: ... method gatts_read (line 18) | def gatts_read(self, *args, **kwargs) -> Any: ... method gatts_write (line 19) | def gatts_write(self, *args, **kwargs) -> Any: ... method gatts_set_buffer (line 20) | def gatts_set_buffer(self, *args, **kwargs) -> Any: ... method gatts_register_services (line 21) | def gatts_register_services(self, *args, **kwargs) -> Any: ... method irq (line 22) | def irq(self, *args, **kwargs) -> Any: ... method gap_connect (line 23) | def gap_connect(self, *args, **kwargs) -> Any: ... method gap_advertise (line 24) | def gap_advertise(self, *args, **kwargs) -> Any: ... method config (line 25) | def config(self, *args, **kwargs) -> Any: ... method active (line 26) | def active(self, *args, **kwargs) -> Any: ... method gattc_discover_services (line 27) | def gattc_discover_services(self, *args, **kwargs) -> Any: ... method gap_disconnect (line 28) | def gap_disconnect(self, *args, **kwargs) -> Any: ... method gattc_discover_descriptors (line 29) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: ... method gattc_discover_characteristics (line 30) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: ... method gap_scan (line 31) | def gap_scan(self, *args, **kwargs) -> Any: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ucollections.py function namedtuple (line 9) | def namedtuple(*args, **kwargs) -> Any: class OrderedDict (line 13) | class OrderedDict: method popitem (line 14) | def popitem(self, *args, **kwargs) -> Any: method pop (line 17) | def pop(self, *args, **kwargs) -> Any: method values (line 20) | def values(self, *args, **kwargs) -> Any: method setdefault (line 23) | def setdefault(self, *args, **kwargs) -> Any: method update (line 26) | def update(self, *args, **kwargs) -> Any: method copy (line 29) | def copy(self, *args, **kwargs) -> Any: method clear (line 32) | def clear(self, *args, **kwargs) -> Any: method keys (line 35) | def keys(self, *args, **kwargs) -> Any: method get (line 38) | def get(self, *args, **kwargs) -> Any: method items (line 41) | def items(self, *args, **kwargs) -> Any: method fromkeys (line 45) | def fromkeys(cls, *args, **kwargs) -> Any: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: class deque (line 52) | class deque: method popleft (line 53) | def popleft(self, *args, **kwargs) -> Any: method append (line 56) | def append(self, *args, **kwargs) -> Any: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ucollections.pyi function namedtuple (line 3) | def namedtuple(*args, **kwargs) -> Any: ... class OrderedDict (line 5) | class OrderedDict: method popitem (line 6) | def popitem(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method values (line 8) | def values(self, *args, **kwargs) -> Any: ... method setdefault (line 9) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method copy (line 11) | def copy(self, *args, **kwargs) -> Any: ... method clear (line 12) | def clear(self, *args, **kwargs) -> Any: ... method keys (line 13) | def keys(self, *args, **kwargs) -> Any: ... method get (line 14) | def get(self, *args, **kwargs) -> Any: ... method items (line 15) | def items(self, *args, **kwargs) -> Any: ... method fromkeys (line 17) | def fromkeys(cls, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 20) | class deque: method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... method append (line 22) | def append(self, *args, **kwargs) -> Any: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ucryptolib.py class aes (line 9) | class aes: method encrypt (line 10) | def encrypt(self, *args, **kwargs) -> Any: method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Any: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ucryptolib.pyi class aes (line 3) | class aes: method encrypt (line 4) | def encrypt(self, *args, **kwargs) -> Any: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uctypes.py function sizeof (line 42) | def sizeof(*args, **kwargs) -> Any: function bytes_at (line 46) | def bytes_at(*args, **kwargs) -> Any: function bytearray_at (line 50) | def bytearray_at(*args, **kwargs) -> Any: function addressof (line 54) | def addressof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uctypes.pyi function sizeof (line 36) | def sizeof(*args, **kwargs) -> Any: ... function bytes_at (line 37) | def bytes_at(*args, **kwargs) -> Any: ... function bytearray_at (line 38) | def bytearray_at(*args, **kwargs) -> Any: ... function addressof (line 39) | def addressof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uhashlib.py class sha256 (line 9) | class sha256: method digest (line 10) | def digest(self, *args, **kwargs) -> Any: method update (line 13) | def update(self, *args, **kwargs) -> Any: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class sha1 (line 20) | class sha1: method digest (line 21) | def digest(self, *args, **kwargs) -> Any: method update (line 24) | def update(self, *args, **kwargs) -> Any: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uhashlib.pyi class sha256 (line 3) | class sha256: method digest (line 4) | def digest(self, *args, **kwargs) -> Any: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 8) | class sha1: method digest (line 9) | def digest(self, *args, **kwargs) -> Any: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uheapq.py function heappop (line 9) | def heappop(*args, **kwargs) -> Any: function heappush (line 13) | def heappush(*args, **kwargs) -> Any: function heapify (line 17) | def heapify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uheapq.pyi function heappop (line 3) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 4) | def heappush(*args, **kwargs) -> Any: ... function heapify (line 5) | def heapify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class IOBase (line 13) | class IOBase: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: class TextIOWrapper (line 18) | class TextIOWrapper: method write (line 19) | def write(self, *args, **kwargs) -> Any: method flush (line 22) | def flush(self, *args, **kwargs) -> Any: method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: method seek (line 28) | def seek(self, *args, **kwargs) -> Any: method tell (line 31) | def tell(self, *args, **kwargs) -> Any: method readline (line 34) | def readline(self, *args, **kwargs) -> Any: method close (line 37) | def close(self, *args, **kwargs) -> Any: method read (line 40) | def read(self, *args, **kwargs) -> Any: method readinto (line 43) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 50) | class StringIO: method write (line 51) | def write(self, *args, **kwargs) -> Any: method flush (line 54) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 57) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 60) | def seek(self, *args, **kwargs) -> Any: method tell (line 63) | def tell(self, *args, **kwargs) -> Any: method readline (line 66) | def readline(self, *args, **kwargs) -> Any: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: class BufferedWriter (line 82) | class BufferedWriter: method flush (line 83) | def flush(self, *args, **kwargs) -> Any: method write (line 86) | def write(self, *args, **kwargs) -> Any: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: class FileIO (line 93) | class FileIO: method write (line 94) | def write(self, *args, **kwargs) -> Any: method flush (line 97) | def flush(self, *args, **kwargs) -> Any: method readlines (line 100) | def readlines(self, *args, **kwargs) -> Any: method seek (line 103) | def seek(self, *args, **kwargs) -> Any: method tell (line 106) | def tell(self, *args, **kwargs) -> Any: method readline (line 109) | def readline(self, *args, **kwargs) -> Any: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 121) | def __init__(self, *argv, **kwargs) -> None: class BytesIO (line 125) | class BytesIO: method write (line 126) | def write(self, *args, **kwargs) -> Any: method flush (line 129) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 132) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 135) | def seek(self, *args, **kwargs) -> Any: method tell (line 138) | def tell(self, *args, **kwargs) -> Any: method readline (line 141) | def readline(self, *args, **kwargs) -> Any: method close (line 144) | def close(self, *args, **kwargs) -> Any: method read (line 147) | def read(self, *args, **kwargs) -> Any: method readinto (line 150) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class IOBase (line 5) | class IOBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 8) | class TextIOWrapper: method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method flush (line 10) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 11) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 12) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 13) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 14) | def readline(self, *args, **kwargs) -> Any: ... method close (line 15) | def close(self, *args, **kwargs) -> Any: ... method read (line 16) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 17) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 20) | class StringIO: method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method flush (line 22) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 23) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 24) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 25) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 26) | def readline(self, *args, **kwargs) -> Any: ... method close (line 27) | def close(self, *args, **kwargs) -> Any: ... method read (line 28) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 29) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 32) | class BufferedWriter: method flush (line 33) | def flush(self, *args, **kwargs) -> Any: ... method write (line 34) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 37) | class FileIO: method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 40) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method close (line 44) | def close(self, *args, **kwargs) -> Any: ... method read (line 45) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 46) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 49) | class BytesIO: method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 55) | def readline(self, *args, **kwargs) -> Any: ... method close (line 56) | def close(self, *args, **kwargs) -> Any: ... method read (line 57) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 58) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ujson.py function loads (line 9) | def loads(*args, **kwargs) -> Any: function load (line 13) | def load(*args, **kwargs) -> Any: function dumps (line 17) | def dumps(*args, **kwargs) -> Any: function dump (line 21) | def dump(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ujson.pyi function loads (line 3) | def loads(*args, **kwargs) -> Any: ... function load (line 4) | def load(*args, **kwargs) -> Any: ... function dumps (line 5) | def dumps(*args, **kwargs) -> Any: ... function dump (line 6) | def dump(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/umachine.py function enable_irq (line 23) | def enable_irq(*args, **kwargs) -> Any: function wake_reason (line 27) | def wake_reason(*args, **kwargs) -> Any: function bitstream (line 31) | def bitstream(*args, **kwargs) -> Any: function disable_irq (line 35) | def disable_irq(*args, **kwargs) -> Any: function deepsleep (line 39) | def deepsleep(*args, **kwargs) -> Any: function sleep (line 43) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 47) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 51) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 55) | def unique_id(*args, **kwargs) -> Any: function freq (line 59) | def freq(*args, **kwargs) -> Any: function reset_cause (line 63) | def reset_cause(*args, **kwargs) -> Any: function idle (line 67) | def idle(*args, **kwargs) -> Any: function lightsleep (line 71) | def lightsleep(*args, **kwargs) -> Any: function reset (line 75) | def reset(*args, **kwargs) -> Any: class PWM (line 79) | class PWM: method duty_u16 (line 80) | def duty_u16(self, *args, **kwargs) -> Any: method init (line 83) | def init(self, *args, **kwargs) -> Any: method freq (line 86) | def freq(self, *args, **kwargs) -> Any: method deinit (line 89) | def deinit(self, *args, **kwargs) -> Any: method duty_ns (line 92) | def duty_ns(self, *args, **kwargs) -> Any: method duty (line 95) | def duty(self, *args, **kwargs) -> Any: method __init__ (line 98) | def __init__(self, *argv, **kwargs) -> None: class Pin (line 102) | class Pin: method irq (line 117) | def irq(self, *args, **kwargs) -> Any: method off (line 120) | def off(self, *args, **kwargs) -> Any: method on (line 123) | def on(self, *args, **kwargs) -> Any: method init (line 126) | def init(self, *args, **kwargs) -> Any: method value (line 129) | def value(self, *args, **kwargs) -> Any: method __init__ (line 132) | def __init__(self, *argv, **kwargs) -> None: class WDT (line 140) | class WDT: method feed (line 141) | def feed(self, *args, **kwargs) -> Any: method __init__ (line 144) | def __init__(self, *argv, **kwargs) -> None: class I2S (line 148) | class I2S: method shift (line 154) | def shift(self, *args, **kwargs) -> Any: method init (line 157) | def init(self, *args, **kwargs) -> Any: method irq (line 160) | def irq(self, *args, **kwargs) -> Any: method readinto (line 163) | def readinto(self, *args, **kwargs) -> Any: method deinit (line 166) | def deinit(self, *args, **kwargs) -> Any: method write (line 169) | def write(self, *args, **kwargs) -> Any: method __init__ (line 172) | def __init__(self, *argv, **kwargs) -> None: class ADC (line 176) | class ADC: method read_u16 (line 183) | def read_u16(self, *args, **kwargs) -> Any: method init (line 186) | def init(self, *args, **kwargs) -> Any: method read_uv (line 189) | def read_uv(self, *args, **kwargs) -> Any: method width (line 192) | def width(self, *args, **kwargs) -> Any: method read (line 195) | def read(self, *args, **kwargs) -> Any: method block (line 198) | def block(self, *args, **kwargs) -> Any: method atten (line 201) | def atten(self, *args, **kwargs) -> Any: method __init__ (line 204) | def __init__(self, *argv, **kwargs) -> None: class ADCBlock (line 208) | class ADCBlock: method init (line 209) | def init(self, *args, **kwargs) -> Any: method connect (line 212) | def connect(self, *args, **kwargs) -> Any: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: class I2C (line 219) | class I2C: method readfrom_mem_into (line 220) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readfrom_into (line 223) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 226) | def readfrom_mem(self, *args, **kwargs) -> Any: method writeto_mem (line 229) | def writeto_mem(self, *args, **kwargs) -> Any: method scan (line 232) | def scan(self, *args, **kwargs) -> Any: method writeto (line 235) | def writeto(self, *args, **kwargs) -> Any: method writevto (line 238) | def writevto(self, *args, **kwargs) -> Any: method start (line 241) | def start(self, *args, **kwargs) -> Any: method readfrom (line 244) | def readfrom(self, *args, **kwargs) -> Any: method readinto (line 247) | def readinto(self, *args, **kwargs) -> Any: method init (line 250) | def init(self, *args, **kwargs) -> Any: method stop (line 253) | def stop(self, *args, **kwargs) -> Any: method write (line 256) | def write(self, *args, **kwargs) -> Any: method __init__ (line 259) | def __init__(self, *argv, **kwargs) -> None: class SoftI2C (line 263) | class SoftI2C: method readfrom_mem_into (line 264) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readfrom_into (line 267) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 270) | def readfrom_mem(self, *args, **kwargs) -> Any: method writeto_mem (line 273) | def writeto_mem(self, *args, **kwargs) -> Any: method scan (line 276) | def scan(self, *args, **kwargs) -> Any: method writeto (line 279) | def writeto(self, *args, **kwargs) -> Any: method writevto (line 282) | def writevto(self, *args, **kwargs) -> Any: method start (line 285) | def start(self, *args, **kwargs) -> Any: method readfrom (line 288) | def readfrom(self, *args, **kwargs) -> Any: method readinto (line 291) | def readinto(self, *args, **kwargs) -> Any: method init (line 294) | def init(self, *args, **kwargs) -> Any: method stop (line 297) | def stop(self, *args, **kwargs) -> Any: method write (line 300) | def write(self, *args, **kwargs) -> Any: method __init__ (line 303) | def __init__(self, *argv, **kwargs) -> None: class SoftSPI (line 307) | class SoftSPI: method deinit (line 311) | def deinit(self, *args, **kwargs) -> Any: method init (line 314) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 317) | def write_readinto(self, *args, **kwargs) -> Any: method read (line 320) | def read(self, *args, **kwargs) -> Any: method write (line 323) | def write(self, *args, **kwargs) -> Any: method readinto (line 326) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 329) | def __init__(self, *argv, **kwargs) -> None: class Timer (line 333) | class Timer: method deinit (line 337) | def deinit(self, *args, **kwargs) -> Any: method init (line 340) | def init(self, *args, **kwargs) -> Any: method value (line 343) | def value(self, *args, **kwargs) -> Any: method __init__ (line 346) | def __init__(self, *argv, **kwargs) -> None: class UART (line 350) | class UART: method deinit (line 358) | def deinit(self, *args, **kwargs) -> Any: method init (line 361) | def init(self, *args, **kwargs) -> Any: method sendbreak (line 364) | def sendbreak(self, *args, **kwargs) -> Any: method read (line 367) | def read(self, *args, **kwargs) -> Any: method any (line 370) | def any(self, *args, **kwargs) -> Any: method write (line 373) | def write(self, *args, **kwargs) -> Any: method readinto (line 376) | def readinto(self, *args, **kwargs) -> Any: method readline (line 379) | def readline(self, *args, **kwargs) -> Any: method __init__ (line 382) | def __init__(self, *argv, **kwargs) -> None: class Signal (line 389) | class Signal: method off (line 390) | def off(self, *args, **kwargs) -> Any: method on (line 393) | def on(self, *args, **kwargs) -> Any: method value (line 396) | def value(self, *args, **kwargs) -> Any: method __init__ (line 399) | def __init__(self, *argv, **kwargs) -> None: class RTC (line 403) | class RTC: method init (line 404) | def init(self, *args, **kwargs) -> Any: method memory (line 407) | def memory(self, *args, **kwargs) -> Any: method datetime (line 410) | def datetime(self, *args, **kwargs) -> Any: method __init__ (line 413) | def __init__(self, *argv, **kwargs) -> None: class SDCard (line 417) | class SDCard: method ioctl (line 418) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 421) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 424) | def writeblocks(self, *args, **kwargs) -> Any: method info (line 427) | def info(self, *args, **kwargs) -> Any: method deinit (line 430) | def deinit(self, *args, **kwargs) -> Any: method __init__ (line 433) | def __init__(self, *argv, **kwargs) -> None: class SPI (line 437) | class SPI: method deinit (line 441) | def deinit(self, *args, **kwargs) -> Any: method init (line 444) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 447) | def write_readinto(self, *args, **kwargs) -> Any: method read (line 450) | def read(self, *args, **kwargs) -> Any: method write (line 453) | def write(self, *args, **kwargs) -> Any: method readinto (line 456) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 459) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/umachine.pyi function enable_irq (line 17) | def enable_irq(*args, **kwargs) -> Any: ... function wake_reason (line 18) | def wake_reason(*args, **kwargs) -> Any: ... function bitstream (line 19) | def bitstream(*args, **kwargs) -> Any: ... function disable_irq (line 20) | def disable_irq(*args, **kwargs) -> Any: ... function deepsleep (line 21) | def deepsleep(*args, **kwargs) -> Any: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 23) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 24) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 25) | def unique_id(*args, **kwargs) -> Any: ... function freq (line 26) | def freq(*args, **kwargs) -> Any: ... function reset_cause (line 27) | def reset_cause(*args, **kwargs) -> Any: ... function idle (line 28) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 29) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 30) | def reset(*args, **kwargs) -> Any: ... class PWM (line 32) | class PWM: method duty_u16 (line 33) | def duty_u16(self, *args, **kwargs) -> Any: ... method init (line 34) | def init(self, *args, **kwargs) -> Any: ... method freq (line 35) | def freq(self, *args, **kwargs) -> Any: ... method deinit (line 36) | def deinit(self, *args, **kwargs) -> Any: ... method duty_ns (line 37) | def duty_ns(self, *args, **kwargs) -> Any: ... method duty (line 38) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 41) | class Pin: method irq (line 55) | def irq(self, *args, **kwargs) -> Any: ... method off (line 56) | def off(self, *args, **kwargs) -> Any: ... method on (line 57) | def on(self, *args, **kwargs) -> Any: ... method init (line 58) | def init(self, *args, **kwargs) -> Any: ... method value (line 59) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 60) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 65) | class WDT: method feed (line 66) | def feed(self, *args, **kwargs) -> Any: ... method __init__ (line 67) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 69) | class I2S: method shift (line 74) | def shift(self, *args, **kwargs) -> Any: ... method init (line 75) | def init(self, *args, **kwargs) -> Any: ... method irq (line 76) | def irq(self, *args, **kwargs) -> Any: ... method readinto (line 77) | def readinto(self, *args, **kwargs) -> Any: ... method deinit (line 78) | def deinit(self, *args, **kwargs) -> Any: ... method write (line 79) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 80) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 82) | class ADC: method read_u16 (line 88) | def read_u16(self, *args, **kwargs) -> Any: ... method init (line 89) | def init(self, *args, **kwargs) -> Any: ... method read_uv (line 90) | def read_uv(self, *args, **kwargs) -> Any: ... method width (line 91) | def width(self, *args, **kwargs) -> Any: ... method read (line 92) | def read(self, *args, **kwargs) -> Any: ... method block (line 93) | def block(self, *args, **kwargs) -> Any: ... method atten (line 94) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 95) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 97) | class ADCBlock: method init (line 98) | def init(self, *args, **kwargs) -> Any: ... method connect (line 99) | def connect(self, *args, **kwargs) -> Any: ... method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 102) | class I2C: method readfrom_mem_into (line 103) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 104) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 105) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 106) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 107) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 108) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 109) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 110) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 111) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 112) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 113) | def init(self, *args, **kwargs) -> Any: ... method stop (line 114) | def stop(self, *args, **kwargs) -> Any: ... method write (line 115) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 116) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 118) | class SoftI2C: method readfrom_mem_into (line 119) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 120) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 121) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 122) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 123) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 124) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 125) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 126) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 127) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 128) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 129) | def init(self, *args, **kwargs) -> Any: ... method stop (line 130) | def stop(self, *args, **kwargs) -> Any: ... method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 132) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 134) | class SoftSPI: method deinit (line 137) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 138) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 139) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 140) | def read(self, *args, **kwargs) -> Any: ... method write (line 141) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 142) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 143) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 145) | class Timer: method deinit (line 148) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 149) | def init(self, *args, **kwargs) -> Any: ... method value (line 150) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 151) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 153) | class UART: method deinit (line 160) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 161) | def init(self, *args, **kwargs) -> Any: ... method sendbreak (line 162) | def sendbreak(self, *args, **kwargs) -> Any: ... method read (line 163) | def read(self, *args, **kwargs) -> Any: ... method any (line 164) | def any(self, *args, **kwargs) -> Any: ... method write (line 165) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 166) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 167) | def readline(self, *args, **kwargs) -> Any: ... method __init__ (line 168) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 172) | class Signal: method off (line 173) | def off(self, *args, **kwargs) -> Any: ... method on (line 174) | def on(self, *args, **kwargs) -> Any: ... method value (line 175) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 176) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 178) | class RTC: method init (line 179) | def init(self, *args, **kwargs) -> Any: ... method memory (line 180) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 181) | def datetime(self, *args, **kwargs) -> Any: ... method __init__ (line 182) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 184) | class SDCard: method ioctl (line 185) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 186) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 187) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 188) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 189) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 190) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 192) | class SPI: method deinit (line 195) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 196) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 197) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 198) | def read(self, *args, **kwargs) -> Any: ... method write (line 199) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 200) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 201) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uos.py function stat (line 9) | def stat(*args, **kwargs) -> Any: function rmdir (line 13) | def rmdir(*args, **kwargs) -> Any: function rename (line 17) | def rename(*args, **kwargs) -> Any: function mount (line 21) | def mount(*args, **kwargs) -> Any: function mkdir (line 25) | def mkdir(*args, **kwargs) -> Any: function statvfs (line 29) | def statvfs(*args, **kwargs) -> Any: function unlink (line 33) | def unlink(*args, **kwargs) -> Any: function uname (line 37) | def uname(*args, **kwargs) -> Any: function umount (line 41) | def umount(*args, **kwargs) -> Any: function urandom (line 45) | def urandom(*args, **kwargs) -> Any: function chdir (line 49) | def chdir(*args, **kwargs) -> Any: function dupterm (line 53) | def dupterm(*args, **kwargs) -> Any: function remove (line 57) | def remove(*args, **kwargs) -> Any: function listdir (line 61) | def listdir(*args, **kwargs) -> Any: function dupterm_notify (line 65) | def dupterm_notify(*args, **kwargs) -> Any: function ilistdir (line 69) | def ilistdir(*args, **kwargs) -> Any: function getcwd (line 73) | def getcwd(*args, **kwargs) -> Any: class VfsLfs2 (line 77) | class VfsLfs2: method rename (line 78) | def rename(self, *args, **kwargs) -> Any: method mkfs (line 81) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 84) | def mount(self, *args, **kwargs) -> Any: method statvfs (line 87) | def statvfs(self, *args, **kwargs) -> Any: method rmdir (line 90) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 93) | def stat(self, *args, **kwargs) -> Any: method umount (line 96) | def umount(self, *args, **kwargs) -> Any: method remove (line 99) | def remove(self, *args, **kwargs) -> Any: method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Any: method open (line 105) | def open(self, *args, **kwargs) -> Any: method ilistdir (line 108) | def ilistdir(self, *args, **kwargs) -> Any: method chdir (line 111) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 114) | def getcwd(self, *args, **kwargs) -> Any: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: class VfsFat (line 121) | class VfsFat: method rename (line 122) | def rename(self, *args, **kwargs) -> Any: method mkfs (line 125) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 128) | def mount(self, *args, **kwargs) -> Any: method statvfs (line 131) | def statvfs(self, *args, **kwargs) -> Any: method rmdir (line 134) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 137) | def stat(self, *args, **kwargs) -> Any: method umount (line 140) | def umount(self, *args, **kwargs) -> Any: method remove (line 143) | def remove(self, *args, **kwargs) -> Any: method mkdir (line 146) | def mkdir(self, *args, **kwargs) -> Any: method open (line 149) | def open(self, *args, **kwargs) -> Any: method ilistdir (line 152) | def ilistdir(self, *args, **kwargs) -> Any: method chdir (line 155) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 158) | def getcwd(self, *args, **kwargs) -> Any: method __init__ (line 161) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uos.pyi function stat (line 3) | def stat(*args, **kwargs) -> Any: ... function rmdir (line 4) | def rmdir(*args, **kwargs) -> Any: ... function rename (line 5) | def rename(*args, **kwargs) -> Any: ... function mount (line 6) | def mount(*args, **kwargs) -> Any: ... function mkdir (line 7) | def mkdir(*args, **kwargs) -> Any: ... function statvfs (line 8) | def statvfs(*args, **kwargs) -> Any: ... function unlink (line 9) | def unlink(*args, **kwargs) -> Any: ... function uname (line 10) | def uname(*args, **kwargs) -> Any: ... function umount (line 11) | def umount(*args, **kwargs) -> Any: ... function urandom (line 12) | def urandom(*args, **kwargs) -> Any: ... function chdir (line 13) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 14) | def dupterm(*args, **kwargs) -> Any: ... function remove (line 15) | def remove(*args, **kwargs) -> Any: ... function listdir (line 16) | def listdir(*args, **kwargs) -> Any: ... function dupterm_notify (line 17) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 18) | def ilistdir(*args, **kwargs) -> Any: ... function getcwd (line 19) | def getcwd(*args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method rename (line 22) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 23) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 24) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 25) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 26) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 27) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 28) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 30) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 31) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 33) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 34) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 37) | class VfsFat: method rename (line 38) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 39) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 40) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 41) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 42) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 43) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 45) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 46) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 47) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 48) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 49) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 50) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uplatform.py function platform (line 9) | def platform(*args, **kwargs) -> Any: function python_compiler (line 13) | def python_compiler(*args, **kwargs) -> Any: function libc_ver (line 17) | def libc_ver(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/urandom.py function randrange (line 9) | def randrange(*args, **kwargs) -> Any: function random (line 13) | def random(*args, **kwargs) -> Any: function seed (line 17) | def seed(*args, **kwargs) -> Any: function uniform (line 21) | def uniform(*args, **kwargs) -> Any: function choice (line 25) | def choice(*args, **kwargs) -> Any: function randint (line 29) | def randint(*args, **kwargs) -> Any: function getrandbits (line 33) | def getrandbits(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/urandom.pyi function randrange (line 3) | def randrange(*args, **kwargs) -> Any: ... function random (line 4) | def random(*args, **kwargs) -> Any: ... function seed (line 5) | def seed(*args, **kwargs) -> Any: ... function uniform (line 6) | def uniform(*args, **kwargs) -> Any: ... function choice (line 7) | def choice(*args, **kwargs) -> Any: ... function randint (line 8) | def randint(*args, **kwargs) -> Any: ... function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ure.py function sub (line 9) | def sub(*args, **kwargs) -> Any: function search (line 13) | def search(*args, **kwargs) -> Any: function match (line 17) | def match(*args, **kwargs) -> Any: function compile (line 21) | def compile(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uselect.py function select (line 14) | def select(*args, **kwargs) -> Any: function poll (line 18) | def poll(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uselect.pyi function select (line 8) | def select(*args, **kwargs) -> Any: ... function poll (line 9) | def poll(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/usocket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method recvfrom (line 26) | def recvfrom(self, *args, **kwargs) -> Any: method recv (line 29) | def recv(self, *args, **kwargs) -> Any: method makefile (line 32) | def makefile(self, *args, **kwargs) -> Any: method listen (line 35) | def listen(self, *args, **kwargs) -> Any: method fileno (line 38) | def fileno(self, *args, **kwargs) -> Any: method sendall (line 41) | def sendall(self, *args, **kwargs) -> Any: method setsockopt (line 44) | def setsockopt(self, *args, **kwargs) -> Any: method setblocking (line 47) | def setblocking(self, *args, **kwargs) -> Any: method sendto (line 50) | def sendto(self, *args, **kwargs) -> Any: method settimeout (line 53) | def settimeout(self, *args, **kwargs) -> Any: method readline (line 56) | def readline(self, *args, **kwargs) -> Any: method readinto (line 59) | def readinto(self, *args, **kwargs) -> Any: method read (line 62) | def read(self, *args, **kwargs) -> Any: method close (line 65) | def close(self, *args, **kwargs) -> Any: method connect (line 68) | def connect(self, *args, **kwargs) -> Any: method send (line 71) | def send(self, *args, **kwargs) -> Any: method bind (line 74) | def bind(self, *args, **kwargs) -> Any: method accept (line 77) | def accept(self, *args, **kwargs) -> Any: method write (line 80) | def write(self, *args, **kwargs) -> Any: method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/usocket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method recvfrom (line 18) | def recvfrom(self, *args, **kwargs) -> Any: ... method recv (line 19) | def recv(self, *args, **kwargs) -> Any: ... method makefile (line 20) | def makefile(self, *args, **kwargs) -> Any: ... method listen (line 21) | def listen(self, *args, **kwargs) -> Any: ... method fileno (line 22) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 23) | def sendall(self, *args, **kwargs) -> Any: ... method setsockopt (line 24) | def setsockopt(self, *args, **kwargs) -> Any: ... method setblocking (line 25) | def setblocking(self, *args, **kwargs) -> Any: ... method sendto (line 26) | def sendto(self, *args, **kwargs) -> Any: ... method settimeout (line 27) | def settimeout(self, *args, **kwargs) -> Any: ... method readline (line 28) | def readline(self, *args, **kwargs) -> Any: ... method readinto (line 29) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 30) | def read(self, *args, **kwargs) -> Any: ... method close (line 31) | def close(self, *args, **kwargs) -> Any: ... method connect (line 32) | def connect(self, *args, **kwargs) -> Any: ... method send (line 33) | def send(self, *args, **kwargs) -> Any: ... method bind (line 34) | def bind(self, *args, **kwargs) -> Any: ... method accept (line 35) | def accept(self, *args, **kwargs) -> Any: ... method write (line 36) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ustruct.py function pack_into (line 9) | def pack_into(*args, **kwargs) -> Any: function unpack (line 13) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 17) | def unpack_from(*args, **kwargs) -> Any: function pack (line 21) | def pack(*args, **kwargs) -> Any: function calcsize (line 25) | def calcsize(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/ustruct.pyi function pack_into (line 3) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 4) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 5) | def unpack_from(*args, **kwargs) -> Any: ... function pack (line 6) | def pack(*args, **kwargs) -> Any: ... function calcsize (line 7) | def calcsize(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/usys.py function print_exception (line 21) | def print_exception(*args, **kwargs) -> Any: function exit (line 25) | def exit(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/usys.pyi function print_exception (line 15) | def print_exception(*args, **kwargs) -> Any: ... function exit (line 16) | def exit(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/utime.py function ticks_diff (line 9) | def ticks_diff(*args, **kwargs) -> Any: function ticks_add (line 13) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 17) | def ticks_cpu(*args, **kwargs) -> Any: function time (line 21) | def time(*args, **kwargs) -> Any: function ticks_ms (line 25) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 29) | def ticks_us(*args, **kwargs) -> Any: function time_ns (line 33) | def time_ns(*args, **kwargs) -> Any: function localtime (line 37) | def localtime(*args, **kwargs) -> Any: function sleep_us (line 41) | def sleep_us(*args, **kwargs) -> Any: function gmtime (line 45) | def gmtime(*args, **kwargs) -> Any: function sleep_ms (line 49) | def sleep_ms(*args, **kwargs) -> Any: function mktime (line 53) | def mktime(*args, **kwargs) -> Any: function sleep (line 57) | def sleep(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/utime.pyi function ticks_diff (line 3) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_add (line 4) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 5) | def ticks_cpu(*args, **kwargs) -> Any: ... function time (line 6) | def time(*args, **kwargs) -> Any: ... function ticks_ms (line 7) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 8) | def ticks_us(*args, **kwargs) -> Any: ... function time_ns (line 9) | def time_ns(*args, **kwargs) -> Any: ... function localtime (line 10) | def localtime(*args, **kwargs) -> Any: ... function sleep_us (line 11) | def sleep_us(*args, **kwargs) -> Any: ... function gmtime (line 12) | def gmtime(*args, **kwargs) -> Any: ... function sleep_ms (line 13) | def sleep_ms(*args, **kwargs) -> Any: ... function mktime (line 14) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 15) | def sleep(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/utimeq.py class utimeq (line 9) | class utimeq: method peektime (line 10) | def peektime(self, *args, **kwargs) -> Any: method push (line 13) | def push(self, *args, **kwargs) -> Any: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uwebsocket.py class websocket (line 9) | class websocket: method readline (line 10) | def readline(self, *args, **kwargs) -> Any: method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: method write (line 16) | def write(self, *args, **kwargs) -> Any: method close (line 19) | def close(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method read (line 25) | def read(self, *args, **kwargs) -> Any: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uzlib.py function decompress (line 9) | def decompress(*args, **kwargs) -> Any: class DecompIO (line 13) | class DecompIO: method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: method readline (line 17) | def readline(self, *args, **kwargs) -> Any: method read (line 20) | def read(self, *args, **kwargs) -> Any: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/uzlib.pyi function decompress (line 3) | def decompress(*args, **kwargs) -> Any: ... class DecompIO (line 5) | class DecompIO: method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/websocket.py class websocket (line 9) | class websocket: method readline (line 10) | def readline(self, *args, **kwargs) -> Any: method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: method write (line 16) | def write(self, *args, **kwargs) -> Any: method close (line 19) | def close(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method read (line 25) | def read(self, *args, **kwargs) -> Any: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/websocket_helper.py function client_handshake (line 11) | def client_handshake(*args, **kwargs) -> Any: function server_handshake (line 15) | def server_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/websocket_helper.pyi function client_handshake (line 5) | def client_handshake(*args, **kwargs) -> Any: ... function server_handshake (line 6) | def server_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/zlib.py function decompress (line 9) | def decompress(*args, **kwargs) -> Any: class DecompIO (line 13) | class DecompIO: method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: method readline (line 17) | def readline(self, *args, **kwargs) -> Any: method read (line 20) | def read(self, *args, **kwargs) -> Any: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_S3/zlib.pyi function decompress (line 3) | def decompress(*args, **kwargs) -> Any: ... class DecompIO (line 5) | class DecompIO: method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/_onewire.py function reset (line 10) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 13) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 16) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 19) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 22) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 25) | def readbit(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/_thread.py function get_ident (line 23) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 26) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 29) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 32) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 35) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 38) | class LockType: method locked (line 39) | def locked(self, *args, **kwargs) -> Any: ... method release (line 41) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 43) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/_thread.pyi function get_ident (line 17) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 18) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 19) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 20) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 21) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 23) | class LockType: method locked (line 24) | def locked(self, *args, **kwargs) -> Any: ... method release (line 25) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 26) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/_uasyncio.py class TaskQueue (line 10) | class TaskQueue: method push (line 11) | def push(self, *args, **kwargs) -> Any: ... method peek (line 13) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 15) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 17) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/apa106.py class APA106 (line 10) | class APA106: method write (line 13) | def write(self, *args, **kwargs) -> Any: ... method fill (line 15) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class NeoPixel (line 20) | class NeoPixel: method write (line 23) | def write(self, *args, **kwargs) -> Any: ... method fill (line 25) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/apa106.pyi class APA106 (line 3) | class APA106: method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class NeoPixel (line 9) | class NeoPixel: method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/array.py class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method decode (line 36) | def decode(self, *args, **kwargs) -> Any: ... method append (line 38) | def append(self, val) -> Incomplete: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/array.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/binascii.py function crc32 (line 21) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 24) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 35) | def unhexlify(data) -> bytes: function b2a_base64 (line 43) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 52) | def a2b_base64(data) -> bytes: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/binascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/btree.py function open (line 87) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/btree.pyi function open (line 81) | def open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0) -> D... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/cmath.py function polar (line 27) | def polar(z) -> Tuple: function sqrt (line 34) | def sqrt(z) -> Incomplete: function rect (line 41) | def rect(r, phi) -> float: function sin (line 48) | def sin(z) -> float: function exp (line 55) | def exp(z) -> float: function cos (line 62) | def cos(z) -> float: function phase (line 69) | def phase(z) -> float: function log (line 76) | def log(z) -> float: function log10 (line 83) | def log10(z) -> float: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/cmath.pyi function polar (line 21) | def polar(z) -> Tuple: function sqrt (line 27) | def sqrt(z) -> Incomplete: function rect (line 33) | def rect(r, phi) -> float: function sin (line 39) | def sin(z) -> float: function exp (line 45) | def exp(z) -> float: function cos (line 51) | def cos(z) -> float: function phase (line 57) | def phase(z) -> float: function log (line 63) | def log(z) -> float: function log10 (line 69) | def log10(z) -> float: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/dht.py function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... class DHT22 (line 13) | class DHT22: method humidity (line 14) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 16) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 18) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 23) | class DHT11: method humidity (line 24) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 26) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 28) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class DHTBase (line 33) | class DHTBase: method measure (line 34) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHT22 (line 5) | class DHT22: method humidity (line 6) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 7) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 8) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 11) | class DHT11: method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 14) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... class DHTBase (line 17) | class DHTBase: method measure (line 18) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ds18x20.py function const (line 10) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 13) | class DS18X20: method read_scratch (line 14) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 16) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 18) | def read_temp(self, *args, **kwargs) -> Any: ... method convert_temp (line 20) | def convert_temp(self, *args, **kwargs) -> Any: ... method scan (line 22) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 24) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method read_scratch (line 6) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 7) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 8) | def read_temp(self, *args, **kwargs) -> Any: ... method convert_temp (line 9) | def convert_temp(self, *args, **kwargs) -> Any: ... method scan (line 10) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/esp.py function flash_user_start (line 27) | def flash_user_start() -> Incomplete: function flash_write (line 34) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 37) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 40) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 43) | def osdebug(level) -> None: function flash_size (line 61) | def flash_size() -> Incomplete: function dht_readinto (line 68) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 71) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 74) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/esp.pyi function flash_user_start (line 21) | def flash_user_start() -> Incomplete: function flash_write (line 27) | def flash_write(byte_offset, bytes) -> Incomplete: ... function gpio_matrix_in (line 28) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 29) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 30) | def osdebug(level) -> None: function flash_size (line 47) | def flash_size() -> Incomplete: function dht_readinto (line 53) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 54) | def flash_erase(sector_no) -> Incomplete: ... function flash_read (line 55) | def flash_read(byte_offset, length_or_buffer) -> Incomplete: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/esp32.py function idf_heap_info (line 26) | def idf_heap_info(capabilities) -> List[Tuple]: function hall_sensor (line 53) | def hall_sensor() -> int: function wake_on_ext1 (line 60) | def wake_on_ext1(pins, level) -> None: function raw_temperature (line 69) | def raw_temperature() -> int: function wake_on_ext0 (line 76) | def wake_on_ext0(pin, level) -> None: function wake_on_touch (line 85) | def wake_on_touch(wake) -> None: function gpio_deep_sleep_hold (line 93) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 101) | class ULP: method run (line 108) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 114) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 120) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 126) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 129) | class NVS: method get_i32 (line 135) | def get_i32(self, key) -> int: method set_i32 (line 142) | def set_i32(self, key, value) -> None: method set_blob (line 148) | def set_blob(self, key, value) -> None: method commit (line 157) | def commit(self) -> Incomplete: method get_blob (line 163) | def get_blob(self, key, buffer) -> int: method erase_key (line 171) | def erase_key(self, key) -> Incomplete: method __init__ (line 177) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 180) | class Partition: method readblocks (line 192) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 194) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 202) | def set_boot(self) -> None: method writeblocks (line 208) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 210) | def info(self) -> Tuple: method find (line 217) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 228) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 238) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 254) | class RMT: method source_freq (line 271) | def source_freq(self) -> Incomplete: method loop (line 278) | def loop(self, enable_loop) -> None: method wait_done (line 287) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 296) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 327) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 341) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 343) | def clock_div(self) -> Incomplete: method __init__ (line 350) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/esp32.pyi function idf_heap_info (line 19) | def idf_heap_info(capabilities) -> List[Tuple]: function hall_sensor (line 45) | def hall_sensor() -> int: function wake_on_ext1 (line 51) | def wake_on_ext1(pins, level) -> None: function raw_temperature (line 59) | def raw_temperature() -> int: function wake_on_ext0 (line 65) | def wake_on_ext0(pin, level) -> None: function wake_on_touch (line 73) | def wake_on_touch(wake) -> None: function gpio_deep_sleep_hold (line 80) | def gpio_deep_sleep_hold(enable) -> None: class ULP (line 87) | class ULP: method run (line 93) | def run(self, entry_point) -> Incomplete: method set_wakeup_period (line 99) | def set_wakeup_period(self, period_index, period_us) -> None: method load_binary (line 105) | def load_binary(self, load_addr, program_binary) -> None: method __init__ (line 111) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 113) | class NVS: method get_i32 (line 119) | def get_i32(self, key) -> int: method set_i32 (line 126) | def set_i32(self, key, value) -> None: method set_blob (line 132) | def set_blob(self, key, value) -> None: method commit (line 141) | def commit(self) -> Incomplete: method get_blob (line 147) | def get_blob(self, key, buffer) -> int: method erase_key (line 155) | def erase_key(self, key) -> Incomplete: method __init__ (line 161) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 163) | class Partition: method readblocks (line 174) | def readblocks(self, block_num, buf, offset: Optional[int] = 0) -> Inc... method ioctl (line 175) | def ioctl(self, cmd, arg) -> Incomplete: method set_boot (line 183) | def set_boot(self) -> None: method writeblocks (line 189) | def writeblocks(self, block_num, buf, offset: Optional[int] = 0) -> In... method info (line 190) | def info(self) -> Tuple: method find (line 197) | def find(cls, type=TYPE_APP, subtype=0xFF, label=None, block_size=4096... method get_next_update (line 208) | def get_next_update(self) -> Partition: method mark_app_valid_cancel_rollback (line 218) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Incomplete: method __init__ (line 231) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 233) | class RMT: method source_freq (line 250) | def source_freq(self) -> Incomplete: method loop (line 257) | def loop(self, enable_loop) -> None: method wait_done (line 266) | def wait_done(self, *, timeout=0) -> bool: method write_pulses (line 275) | def write_pulses(self, duration, data: Union[bool, int] = True) -> Inc... method bitstream_channel (line 306) | def bitstream_channel(value: Optional[Any] = None) -> int: method deinit (line 320) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 321) | def clock_div(self) -> Incomplete: method __init__ (line 328) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/flashbdev.py class Partition (line 12) | class Partition: method readblocks (line 18) | def readblocks(self, *args, **kwargs) -> Any: ... method ioctl (line 20) | def ioctl(self, *args, **kwargs) -> Any: ... method set_boot (line 22) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 24) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 26) | def info(self, *args, **kwargs) -> Any: ... method find (line 28) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 30) | def get_next_update(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 33) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/flashbdev.pyi class Partition (line 5) | class Partition: method readblocks (line 10) | def readblocks(self, *args, **kwargs) -> Any: ... method ioctl (line 11) | def ioctl(self, *args, **kwargs) -> Any: ... method set_boot (line 12) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 13) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 14) | def info(self, *args, **kwargs) -> Any: ... method find (line 15) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 16) | def get_next_update(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 18) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/framebuf.py function FrameBuffer1 (line 28) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 31) | class FrameBuffer: method rect (line 57) | def rect(self, x, y, w, h, c) -> Incomplete: ... method pixel (line 59) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method vline (line 66) | def vline(self, x, y, h, c) -> Incomplete: ... method scroll (line 68) | def scroll(self, xstep, ystep) -> Incomplete: method text (line 75) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method fill (line 84) | def fill(self, c) -> None: method blit (line 90) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method line (line 110) | def line(self, x1, y1, x2, y2, c) -> None: method fill_rect (line 120) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 128) | def hline(self, x, y, w, c) -> Incomplete: ... method __init__ (line 130) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/framebuf.pyi function FrameBuffer1 (line 22) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 24) | class FrameBuffer: method rect (line 50) | def rect(self, x, y, w, h, c) -> Incomplete: ... method pixel (line 51) | def pixel(self, x, y, c: Optional[Any] = None) -> Incomplete: method vline (line 58) | def vline(self, x, y, h, c) -> Incomplete: ... method scroll (line 59) | def scroll(self, xstep, ystep) -> Incomplete: method text (line 66) | def text(self, s, x, y, c: Optional[Any] = None) -> None: method fill (line 75) | def fill(self, c) -> None: method blit (line 81) | def blit(self, fbuf, x, y, key=-1, palette=None) -> None: method line (line 101) | def line(self, x1, y1, x2, y2, c) -> None: method fill_rect (line 111) | def fill_rect(self, x, y, w, h, c) -> None: method hline (line 119) | def hline(self, x, y, w, c) -> Incomplete: ... method __init__ (line 120) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/gc.py function mem_alloc (line 18) | def mem_alloc() -> int: function isenabled (line 29) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 32) | def mem_free() -> int: function threshold (line 44) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 70) | def collect() -> None: function enable (line 77) | def enable() -> None: function disable (line 84) | def disable() -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/gc.pyi function mem_alloc (line 12) | def mem_alloc() -> int: function isenabled (line 22) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 23) | def mem_free() -> int: function threshold (line 34) | def threshold(amount: Optional[Any] = None) -> Incomplete: function collect (line 59) | def collect() -> None: function enable (line 65) | def enable() -> None: function disable (line 71) | def disable() -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/hashlib.py class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: ... method update (line 43) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 48) | class sha1: method digest (line 53) | def digest(self, *args, **kwargs) -> Any: ... method update (line 55) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/hashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/heapq.py function heappop (line 24) | def heappop(heap) -> Incomplete: function heappush (line 34) | def heappush(heap, item) -> Incomplete: function heapify (line 41) | def heapify(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/heapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/inisetup.py function check_bootsec (line 10) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 13) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 16) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/inisetup.pyi function check_bootsec (line 3) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 4) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 5) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/io.py function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 95) | class IOBase: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 99) | class TextIOWrapper(IO): method write (line 105) | def write(self, *args, **kwargs) -> Any: ... method flush (line 107) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 109) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 111) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 115) | def readline(self, *args, **kwargs) -> Any: ... method close (line 117) | def close(self, *args, **kwargs) -> Any: ... method read (line 119) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 121) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 126) | class StringIO(IO): method write (line 127) | def write(self, *args, **kwargs) -> Any: ... method flush (line 129) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 131) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 133) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 137) | def readline(self, *args, **kwargs) -> Any: ... method close (line 139) | def close(self, *args, **kwargs) -> Any: ... method read (line 141) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 143) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 145) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 148) | class BufferedWriter: method flush (line 149) | def flush(self, *args, **kwargs) -> Any: ... method write (line 151) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 156) | class FileIO(IO): method write (line 162) | def write(self, *args, **kwargs) -> Any: ... method flush (line 164) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 166) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 168) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 170) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 172) | def readline(self, *args, **kwargs) -> Any: ... method close (line 174) | def close(self, *args, **kwargs) -> Any: ... method read (line 176) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 178) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 183) | class BytesIO(IO): method write (line 196) | def write(self, *args, **kwargs) -> Any: ... method flush (line 198) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 200) | def getvalue(self) -> Incomplete: method seek (line 206) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 208) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 210) | def readline(self, *args, **kwargs) -> Any: ... method close (line 212) | def close(self, *args, **kwargs) -> Any: ... method read (line 214) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 216) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/io.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/json.py function loads (line 21) | def loads(str) -> Incomplete: function load (line 29) | def load(stream) -> Incomplete: function dumps (line 41) | def dumps(obj, separators=None) -> str: function dump (line 50) | def dump(obj, stream, separators=None) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/json.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/machine.py function enable_irq (line 37) | def enable_irq(state) -> Incomplete: function bitstream (line 46) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 71) | def disable_irq() -> Incomplete: function deepsleep (line 81) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 107) | def wake_reason() -> Incomplete: function sleep (line 116) | def sleep() -> Incomplete: function soft_reset (line 123) | def soft_reset() -> NoReturn: function time_pulse_us (line 132) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 151) | def unique_id() -> bytes: function freq (line 161) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 170) | def reset_cause() -> int: function idle (line 177) | def idle() -> Incomplete: function lightsleep (line 187) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 213) | def reset() -> NoReturn: class PWM (line 224) | class PWM: method duty_u16 (line 241) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 253) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 260) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 271) | def deinit(self) -> None: method duty_ns (line 277) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 287) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 292) | class UART: method deinit (line 304) | def deinit(self) -> None: method init (line 310) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 356) | def sendbreak(self) -> None: method read (line 363) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 374) | def any(self) -> int: method write (line 389) | def write(self, buf) -> Union[int, None]: method readinto (line 397) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 408) | def readline(self) -> Union[str, None]: method __init__ (line 417) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 424) | class ADCBlock: method init (line 434) | def init(self, *, bits) -> None: method connect (line 441) | def connect(self, channel, source) -> Incomplete: method __init__ (line 459) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 462) | class ADC: method read_u16 (line 487) | def read_u16(self) -> int: method init (line 495) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 503) | def read_uv(self) -> int: method width (line 511) | def width(self, *args, **kwargs) -> Any: ... method read (line 513) | def read(self, *args, **kwargs) -> Any: ... method block (line 515) | def block(self) -> Incomplete: method atten (line 525) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 527) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 530) | class I2S: method shift (line 562) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 570) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 576) | def irq(self, handler) -> Incomplete: method readinto (line 584) | def readinto(self, buf) -> int: method deinit (line 593) | def deinit(self) -> Incomplete: method write (line 599) | def write(self, buf) -> int: method __init__ (line 608) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 611) | class DAC: method write (line 612) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 614) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 617) | class I2C: method readfrom_mem_into (line 633) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 645) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 655) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 664) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 675) | def scan(self) -> List: method writeto (line 683) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 693) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 709) | def start(self) -> None: method readfrom (line 715) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 723) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 733) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 743) | def stop(self) -> None: method write (line 749) | def write(self, buf) -> int: method __init__ (line 757) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 760) | class Timer: method deinit (line 772) | def deinit(self) -> None: method init (line 778) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 810) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 812) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 815) | class SoftSPI: method deinit (line 825) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 827) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 829) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 831) | def read(self, *args, **kwargs) -> Any: ... method write (line 833) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 835) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 837) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 840) | class Pin: method irq (line 918) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 963) | def off(self) -> None: method on (line 969) | def on(self) -> None: method init (line 975) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 985) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1019) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 1020) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 1029) | class WDT: method feed (line 1038) | def feed(self) -> None: method __init__ (line 1046) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 1049) | class TouchPad: method config (line 1050) | def config(self, *args, **kwargs) -> Any: ... method read (line 1052) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 1054) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1057) | class SDCard: method ioctl (line 1088) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1090) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1092) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1094) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1096) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1098) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1101) | class RTC: method init (line 1106) | def init(self, datetime) -> None: method memory (line 1114) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1116) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1132) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1135) | class SoftI2C(I2C): method readfrom_mem_into (line 1148) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1150) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1152) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1154) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1156) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1158) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1160) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1162) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1164) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1166) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1168) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1170) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1172) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1174) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1177) | class SPI: method deinit (line 1192) | def deinit(self) -> None: method init (line 1198) | def init( method write_readinto (line 1224) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1235) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1243) | def write(self, buf) -> int: method readinto (line 1252) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1262) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1265) | class Signal(Pin): method off (line 1286) | def off(self) -> None: method on (line 1292) | def on(self) -> None: method value (line 1298) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1318) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/machine.pyi function enable_irq (line 31) | def enable_irq(state) -> Incomplete: function bitstream (line 39) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 63) | def disable_irq() -> Incomplete: function deepsleep (line 72) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 97) | def wake_reason() -> Incomplete: function sleep (line 105) | def sleep() -> Incomplete: function soft_reset (line 111) | def soft_reset() -> NoReturn: function time_pulse_us (line 119) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 137) | def unique_id() -> bytes: function freq (line 146) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 154) | def reset_cause() -> int: function idle (line 160) | def idle() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 194) | def reset() -> NoReturn: class PWM (line 203) | class PWM: method duty_u16 (line 220) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 232) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 239) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 250) | def deinit(self) -> None: method duty_ns (line 256) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 266) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 269) | class UART: method deinit (line 280) | def deinit(self) -> None: method init (line 286) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 332) | def sendbreak(self) -> None: method read (line 339) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 350) | def any(self) -> int: method write (line 365) | def write(self, buf) -> Union[int, None]: method readinto (line 373) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 384) | def readline(self) -> Union[str, None]: method __init__ (line 393) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 398) | class ADCBlock: method init (line 408) | def init(self, *, bits) -> None: method connect (line 415) | def connect(self, channel, source) -> Incomplete: method __init__ (line 433) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 435) | class ADC: method read_u16 (line 459) | def read_u16(self) -> int: method init (line 467) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 475) | def read_uv(self) -> int: method width (line 483) | def width(self, *args, **kwargs) -> Any: ... method read (line 484) | def read(self, *args, **kwargs) -> Any: ... method block (line 485) | def block(self) -> Incomplete: method atten (line 495) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 496) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 498) | class I2S: method shift (line 529) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 537) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 543) | def irq(self, handler) -> Incomplete: method readinto (line 551) | def readinto(self, buf) -> int: method deinit (line 560) | def deinit(self) -> Incomplete: method write (line 566) | def write(self, buf) -> int: method __init__ (line 575) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 577) | class DAC: method write (line 578) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 579) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 581) | class I2C: method readfrom_mem_into (line 597) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 609) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 619) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 628) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 639) | def scan(self) -> List: method writeto (line 647) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 657) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 673) | def start(self) -> None: method readfrom (line 679) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 687) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 697) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 707) | def stop(self) -> None: method write (line 713) | def write(self, buf) -> int: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 723) | class Timer: method deinit (line 734) | def deinit(self) -> None: method init (line 740) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 772) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 773) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 775) | class SoftSPI: method deinit (line 784) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 785) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 786) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 787) | def read(self, *args, **kwargs) -> Any: ... method write (line 788) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 789) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 790) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 792) | class Pin: method irq (line 869) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 914) | def off(self) -> None: method on (line 920) | def on(self) -> None: method init (line 926) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 936) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 970) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 971) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 979) | class WDT: method feed (line 988) | def feed(self) -> None: method __init__ (line 996) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 998) | class TouchPad: method config (line 999) | def config(self, *args, **kwargs) -> Any: ... method read (line 1000) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 1001) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1003) | class SDCard: method ioctl (line 1034) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1035) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1036) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1037) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1038) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1039) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1041) | class RTC: method init (line 1046) | def init(self, datetime) -> None: method memory (line 1054) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1055) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1071) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1073) | class SoftI2C(I2C): method readfrom_mem_into (line 1086) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1087) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1088) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1089) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1090) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1091) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1092) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1093) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1094) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1095) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1096) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1097) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1098) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1099) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1101) | class SPI: method deinit (line 1115) | def deinit(self) -> None: method init (line 1121) | def init( method write_readinto (line 1147) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1158) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1166) | def write(self, buf) -> int: method readinto (line 1175) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1185) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1187) | class Signal(Pin): method off (line 1208) | def off(self) -> None: method on (line 1214) | def on(self) -> None: method value (line 1220) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1240) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/math.py function ldexp (line 32) | def ldexp(x, exp) -> Incomplete: function lgamma (line 39) | def lgamma(x) -> float: function trunc (line 46) | def trunc(x) -> int: function isclose (line 53) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 56) | def gamma(x) -> Incomplete: function isnan (line 63) | def isnan(x) -> bool: function isfinite (line 70) | def isfinite(x) -> bool: function isinf (line 77) | def isinf(x) -> bool: function sqrt (line 84) | def sqrt(x) -> Incomplete: function sinh (line 91) | def sinh(x) -> float: function log (line 98) | def log(x) -> float: function tan (line 105) | def tan(x) -> float: function tanh (line 112) | def tanh(x) -> float: function log2 (line 119) | def log2(x) -> float: function log10 (line 126) | def log10(x) -> float: function sin (line 133) | def sin(x) -> float: function modf (line 140) | def modf(x) -> Tuple: function radians (line 148) | def radians(x) -> Incomplete: function atanh (line 155) | def atanh(x) -> float: function atan2 (line 162) | def atan2(y, x) -> float: function atan (line 169) | def atan(x) -> float: function ceil (line 176) | def ceil(x) -> int: function copysign (line 183) | def copysign(x, y) -> Incomplete: function frexp (line 190) | def frexp(x) -> Incomplete: function acos (line 200) | def acos(x) -> float: function pow (line 207) | def pow(x, y) -> Incomplete: function asinh (line 214) | def asinh(x) -> float: function acosh (line 221) | def acosh(x) -> float: function asin (line 228) | def asin(x) -> float: function factorial (line 235) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 238) | def fabs(x) -> Incomplete: function expm1 (line 245) | def expm1(x) -> Incomplete: function floor (line 252) | def floor(x) -> int: function fmod (line 259) | def fmod(x, y) -> Incomplete: function cos (line 266) | def cos(x) -> float: function degrees (line 273) | def degrees(x) -> Incomplete: function cosh (line 280) | def cosh(x) -> float: function exp (line 287) | def exp(x) -> float: function erf (line 294) | def erf(x) -> Incomplete: function erfc (line 301) | def erfc(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/math.pyi function ldexp (line 26) | def ldexp(x, exp) -> Incomplete: function lgamma (line 32) | def lgamma(x) -> float: function trunc (line 38) | def trunc(x) -> int: function isclose (line 44) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 45) | def gamma(x) -> Incomplete: function isnan (line 51) | def isnan(x) -> bool: function isfinite (line 57) | def isfinite(x) -> bool: function isinf (line 63) | def isinf(x) -> bool: function sqrt (line 69) | def sqrt(x) -> Incomplete: function sinh (line 75) | def sinh(x) -> float: function log (line 81) | def log(x) -> float: function tan (line 87) | def tan(x) -> float: function tanh (line 93) | def tanh(x) -> float: function log2 (line 99) | def log2(x) -> float: function log10 (line 105) | def log10(x) -> float: function sin (line 111) | def sin(x) -> float: function modf (line 117) | def modf(x) -> Tuple: function radians (line 124) | def radians(x) -> Incomplete: function atanh (line 130) | def atanh(x) -> float: function atan2 (line 136) | def atan2(y, x) -> float: function atan (line 142) | def atan(x) -> float: function ceil (line 148) | def ceil(x) -> int: function copysign (line 154) | def copysign(x, y) -> Incomplete: function frexp (line 160) | def frexp(x) -> Incomplete: function acos (line 169) | def acos(x) -> float: function pow (line 175) | def pow(x, y) -> Incomplete: function asinh (line 181) | def asinh(x) -> float: function acosh (line 187) | def acosh(x) -> float: function asin (line 193) | def asin(x) -> float: function factorial (line 199) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 200) | def fabs(x) -> Incomplete: function expm1 (line 206) | def expm1(x) -> Incomplete: function floor (line 212) | def floor(x) -> int: function fmod (line 218) | def fmod(x, y) -> Incomplete: function cos (line 224) | def cos(x) -> float: function degrees (line 230) | def degrees(x) -> Incomplete: function cosh (line 236) | def cosh(x) -> float: function exp (line 242) | def exp(x) -> float: function erf (line 248) | def erf(x) -> Incomplete: function erfc (line 254) | def erfc(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/micropython.py function opt_level (line 16) | def opt_level(level: Optional[Any] = None) -> Incomplete: function mem_info (line 37) | def mem_info(verbose: Optional[Any] = None) -> None: function stack_use (line 49) | def stack_use() -> int: function qstr_info (line 58) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 70) | def schedule(func, arg) -> Incomplete: function alloc_emergency_exception_buf (line 108) | def alloc_emergency_exception_buf(size) -> Incomplete: function const (line 122) | def const(expr: Const_T) -> Const_T: function kbd_intr (line 145) | def kbd_intr(chr) -> None: function heap_lock (line 159) | def heap_lock() -> int: ... function heap_unlock (line 162) | def heap_unlock() -> int: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/micropython.pyi function opt_level (line 10) | def opt_level(level: Optional[Any] = None) -> Incomplete: function mem_info (line 30) | def mem_info(verbose: Optional[Any] = None) -> None: function stack_use (line 41) | def stack_use() -> int: function qstr_info (line 49) | def qstr_info(verbose: Optional[Any] = None) -> None: function schedule (line 60) | def schedule(func, arg) -> Incomplete: function alloc_emergency_exception_buf (line 97) | def alloc_emergency_exception_buf(size) -> Incomplete: function const (line 110) | def const(expr: Const_T) -> Const_T: function kbd_intr (line 132) | def kbd_intr(chr) -> None: function heap_lock (line 145) | def heap_lock() -> int: ... function heap_unlock (line 146) | def heap_unlock() -> int: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/neopixel.py function bitstream (line 23) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 26) | class NeoPixel: method write (line 38) | def write(self) -> None: method fill (line 44) | def fill(self, pixel) -> None: method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/neopixel.pyi function bitstream (line 17) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 19) | class NeoPixel: method write (line 30) | def write(self) -> None: method fill (line 36) | def fill(self, pixel) -> None: method __init__ (line 43) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/network.py class WLAN (line 82) | class WLAN: method __init__ (line 91) | def __init__(self, interface_id) -> None: ... method active (line 92) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 100) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 109) | def disconnect(self) -> None: method scan (line 115) | def scan(self) -> List[Tuple]: method status (line 144) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 163) | def isconnected(self) -> bool: method ifconfig (line 171) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 182) | def config(self, *args, **kwargs) -> Incomplete: function phy_mode (line 217) | def phy_mode(*args, **kwargs) -> Any: ... function PPP (line 220) | def PPP(*args, **kwargs) -> Any: ... class LAN (line 223) | class LAN: method __init__ (line 244) | def __init__(self, id, *, phy_type=0, phy_addr=0, phy_clock=0) -> None... method active (line 245) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 253) | def isconnected(self) -> bool: method status (line 260) | def status(self) -> Incomplete: method ifconfig (line 266) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 278) | def config(self, config_parameters) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/network.pyi class WLAN (line 76) | class WLAN: method __init__ (line 85) | def __init__(self, interface_id) -> None: ... method active (line 86) | def active(self, is_active: Optional[Any] = None) -> None: method connect (line 94) | def connect(self, ssid=None, password=None, *, bssid=None) -> None: method disconnect (line 103) | def disconnect(self) -> None: method scan (line 109) | def scan(self) -> List[Tuple]: method status (line 138) | def status(self, param: Optional[Any] = None) -> Incomplete: method isconnected (line 157) | def isconnected(self) -> bool: method ifconfig (line 165) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 176) | def config(self, *args, **kwargs) -> Incomplete: function phy_mode (line 210) | def phy_mode(*args, **kwargs) -> Any: ... function PPP (line 211) | def PPP(*args, **kwargs) -> Any: ... class LAN (line 213) | class LAN: method __init__ (line 234) | def __init__(self, id, *, phy_type=0, phy_addr=0, phy_clock=0) -> None... method active (line 235) | def active(self, state: Optional[Any] = None) -> Incomplete: method isconnected (line 243) | def isconnected(self) -> bool: method status (line 250) | def status(self) -> Incomplete: method ifconfig (line 256) | def ifconfig(self, configtuple: Optional[Any] = None) -> Tuple: method config (line 268) | def config(self, config_parameters) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ntptime.py function settime (line 13) | def settime(*args, **kwargs) -> Any: ... function time (line 16) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ntptime.pyi function settime (line 6) | def settime(*args, **kwargs) -> Any: ... function time (line 7) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/onewire.py class OneWire (line 10) | class OneWire: method select_rom (line 15) | def select_rom(self, *args, **kwargs) -> Any: ... method writebyte (line 17) | def writebyte(self, *args, **kwargs) -> Any: ... method crc8 (line 19) | def crc8(self, *args, **kwargs) -> Any: ... method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 23) | def readinto(self, *args, **kwargs) -> Any: ... method readbyte (line 25) | def readbyte(self, *args, **kwargs) -> Any: ... method readbit (line 27) | def readbit(self, *args, **kwargs) -> Any: ... method writebit (line 29) | def writebit(self, *args, **kwargs) -> Any: ... method reset (line 31) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 33) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class OneWireError (line 38) | class OneWireError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/onewire.pyi class OneWire (line 3) | class OneWire: method select_rom (line 7) | def select_rom(self, *args, **kwargs) -> Any: ... method writebyte (line 8) | def writebyte(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method write (line 10) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 11) | def readinto(self, *args, **kwargs) -> Any: ... method readbyte (line 12) | def readbyte(self, *args, **kwargs) -> Any: ... method readbit (line 13) | def readbit(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method reset (line 15) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 16) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class OneWireError (line 19) | class OneWireError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/os.py function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 30) | def rmdir(path) -> None: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 44) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 63) | def mkdir(path) -> Incomplete: function statvfs (line 70) | def statvfs(path) -> Tuple: function unlink (line 94) | def unlink(*args, **kwargs) -> Any: ... function uname (line 97) | def uname() -> uname_result: function umount (line 112) | def umount(mount_point) -> Incomplete: function urandom (line 123) | def urandom(n) -> bytes: function chdir (line 131) | def chdir(path) -> Incomplete: function dupterm (line 138) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 162) | def remove(path) -> None: function listdir (line 169) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 176) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 179) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 201) | def getcwd() -> Incomplete: class VfsLfs2 (line 208) | class VfsLfs2: method rename (line 226) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 229) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 238) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 240) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 244) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 246) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 248) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 250) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 252) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 254) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 258) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 263) | class VfsFat: method rename (line 270) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 273) | def mkfs(block_dev) -> None: method mount (line 279) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 281) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 283) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 285) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 287) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 289) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 291) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 293) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 295) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 297) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 299) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 301) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/os.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/platform.py function platform (line 10) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 13) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 16) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/random.py function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 50) | def random() -> int: function seed (line 57) | def seed(n=None, /) -> None: function uniform (line 70) | def uniform(a, b) -> int: function choice (line 78) | def choice(sequence) -> Incomplete: function randint (line 86) | def randint(a, b) -> int: function getrandbits (line 93) | def getrandbits(n) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/random.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/select.py function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 36) | class poll: method __init__ (line 41) | def __init__(self) -> None: ... method register (line 42) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 62) | def unregister(self, obj) -> Incomplete: method modify (line 68) | def modify(self, obj, eventmask) -> None: method poll (line 75) | def poll(self, timeout=-1, /) -> List: method ipoll (line 99) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/select.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/socket.py function getaddrinfo (line 86) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 128) | class socket: method recvfrom (line 142) | def recvfrom(self, bufsize) -> Tuple: method recv (line 150) | def recv(self, bufsize) -> bytes: method makefile (line 157) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 175) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 184) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 186) | def sendall(self, bytes) -> int: method setsockopt (line 199) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 207) | def setblocking(self, flag) -> Incomplete: method sendto (line 219) | def sendto(self, bytes, address) -> None: method settimeout (line 226) | def settimeout(self, value) -> Incomplete: method readline (line 261) | def readline(self) -> Incomplete: method readinto (line 269) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 279) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 289) | def close(self) -> Incomplete: method connect (line 300) | def connect(self, address) -> None: method send (line 306) | def send(self, bytes) -> int: method bind (line 314) | def bind(self, address) -> Incomplete: method accept (line 320) | def accept(self) -> Tuple: method write (line 329) | def write(self, buf) -> int: method __init__ (line 340) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/socket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ssl.py function wrap_socket (line 23) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ssl.pyi function wrap_socket (line 17) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/struct.py function pack_into (line 28) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 37) | def unpack(fmt, data) -> Tuple: function unpack_from (line 45) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 54) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 62) | def calcsize(fmt) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/struct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/sys.py function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: function exit (line 47) | def exit(retval=0, /) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/sys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/time.py function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 112) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 140) | def ticks_cpu() -> Incomplete: function time (line 156) | def time() -> int: function ticks_ms (line 184) | def ticks_ms() -> int: function ticks_us (line 209) | def ticks_us() -> Incomplete: function time_ns (line 216) | def time_ns() -> int: function localtime (line 224) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 247) | def sleep_us(us) -> None: function gmtime (line 258) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 281) | def sleep_ms(ms) -> None: function mktime (line 293) | def mktime() -> int: function sleep (line 302) | def sleep(seconds) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/time.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uarray.py class array (line 22) | class array(List): method extend (line 29) | def extend(self, iterable) -> Incomplete: method decode (line 36) | def decode(self, *args, **kwargs) -> Any: ... method append (line 38) | def append(self, val) -> Incomplete: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uarray.pyi class array (line 16) | class array(List): method extend (line 23) | def extend(self, iterable) -> Incomplete: method decode (line 30) | def decode(self, *args, **kwargs) -> Any: ... method append (line 31) | def append(self, val) -> Incomplete: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uasyncio/__init__.py function ticks_add (line 10) | def ticks_add(*args, **kwargs) -> Any: ... function create_task (line 13) | def create_task(*args, **kwargs) -> Any: ... function wait_for_ms (line 16) | def wait_for_ms(*args, **kwargs) -> Any: ... function ticks_diff (line 19) | def ticks_diff(*args, **kwargs) -> Any: ... function run_until_complete (line 22) | def run_until_complete(*args, **kwargs) -> Any: ... function new_event_loop (line 25) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 28) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 31) | def get_event_loop(*args, **kwargs) -> Any: ... function ticks (line 34) | def ticks(*args, **kwargs) -> Any: ... function sleep (line 37) | def sleep(*args, **kwargs) -> Any: ... function run (line 40) | def run(*args, **kwargs) -> Any: ... function sleep_ms (line 43) | def sleep_ms(*args, **kwargs) -> Any: ... class TimeoutError (line 46) | class TimeoutError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uasyncio/__init__.pyi function ticks_add (line 3) | def ticks_add(*args, **kwargs) -> Any: ... function create_task (line 4) | def create_task(*args, **kwargs) -> Any: ... function wait_for_ms (line 5) | def wait_for_ms(*args, **kwargs) -> Any: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Any: ... function run_until_complete (line 7) | def run_until_complete(*args, **kwargs) -> Any: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Any: ... function ticks (line 11) | def ticks(*args, **kwargs) -> Any: ... function sleep (line 12) | def sleep(*args, **kwargs) -> Any: ... function run (line 13) | def run(*args, **kwargs) -> Any: ... function sleep_ms (line 14) | def sleep_ms(*args, **kwargs) -> Any: ... class TimeoutError (line 16) | class TimeoutError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uasyncio/core.py function ticks (line 10) | def ticks(*args, **kwargs) -> Any: ... function create_task (line 13) | def create_task(*args, **kwargs) -> Any: ... function ticks_diff (line 16) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_add (line 19) | def ticks_add(*args, **kwargs) -> Any: ... function run_until_complete (line 22) | def run_until_complete(*args, **kwargs) -> Any: ... function new_event_loop (line 25) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 28) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 31) | def get_event_loop(*args, **kwargs) -> Any: ... function sleep (line 34) | def sleep(*args, **kwargs) -> Any: ... function run (line 37) | def run(*args, **kwargs) -> Any: ... function sleep_ms (line 40) | def sleep_ms(*args, **kwargs) -> Any: ... class TaskQueue (line 43) | class TaskQueue: method push (line 44) | def push(self, *args, **kwargs) -> Any: ... method peek (line 46) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 48) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 50) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 52) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 55) | class Task: method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 59) | class CancelledError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Any: ... function create_task (line 4) | def create_task(*args, **kwargs) -> Any: ... function ticks_diff (line 5) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_add (line 6) | def ticks_add(*args, **kwargs) -> Any: ... function run_until_complete (line 7) | def run_until_complete(*args, **kwargs) -> Any: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Any: ... function sleep (line 11) | def sleep(*args, **kwargs) -> Any: ... function run (line 12) | def run(*args, **kwargs) -> Any: ... function sleep_ms (line 13) | def sleep_ms(*args, **kwargs) -> Any: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Any: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uasyncio/event.py class ThreadSafeFlag (line 10) | class ThreadSafeFlag: method ioctl (line 11) | def ioctl(self, *args, **kwargs) -> Any: ... method set (line 13) | def set(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 20) | class Event: method set (line 21) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 23) | def is_set(self, *args, **kwargs) -> Any: ... method clear (line 25) | def clear(self, *args, **kwargs) -> Any: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method ioctl (line 4) | def ioctl(self, *args, **kwargs) -> Any: ... method set (line 5) | def set(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 9) | class Event: method set (line 10) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 11) | def is_set(self, *args, **kwargs) -> Any: ... method clear (line 12) | def clear(self, *args, **kwargs) -> Any: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uasyncio/funcs.py function wait_for_ms (line 10) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uasyncio/lock.py class Lock (line 10) | class Lock: method locked (line 11) | def locked(self, *args, **kwargs) -> Any: ... method release (line 13) | def release(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Any: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uasyncio/stream.py class StreamWriter (line 12) | class StreamWriter: method get_extra_info (line 13) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 15) | def write(self, *args, **kwargs) -> Any: ... method close (line 17) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 32) | class Stream: method get_extra_info (line 33) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 35) | def write(self, *args, **kwargs) -> Any: ... method close (line 37) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 49) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 52) | class Server: method close (line 53) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 60) | class StreamReader: method get_extra_info (line 61) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 63) | def write(self, *args, **kwargs) -> Any: ... method close (line 65) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 77) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uasyncio/stream.pyi class StreamWriter (line 5) | class StreamWriter: method get_extra_info (line 6) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method close (line 8) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 20) | class Stream: method get_extra_info (line 21) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 22) | def write(self, *args, **kwargs) -> Any: ... method close (line 23) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 35) | class Server: method close (line 36) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 40) | class StreamReader: method get_extra_info (line 41) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method close (line 43) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ubinascii.py function crc32 (line 21) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 24) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 35) | def unhexlify(data) -> bytes: function b2a_base64 (line 43) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 52) | def a2b_base64(data) -> bytes: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ubinascii.pyi function crc32 (line 15) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 16) | def hexlify(data, sep: Optional[Any] = None) -> bytes: function unhexlify (line 26) | def unhexlify(data) -> bytes: function b2a_base64 (line 33) | def b2a_base64(data, *, newline=True) -> bytes: function a2b_base64 (line 41) | def a2b_base64(data) -> bytes: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ubluetooth.py class UUID (line 34) | class UUID: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 47) | class BLE: method gatts_notify (line 52) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 67) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gattc_write (line 80) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_read (line 100) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 110) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_read (line 124) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 131) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_set_buffer (line 141) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 154) | def gatts_register_services(self, services_definition, /) -> Incomplete: method irq (line 217) | def irq(self, handler, /) -> int: method gap_connect (line 413) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_advertise (line 437) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 454) | def config(self, param, /) -> Tuple: method active (line 518) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gattc_discover_services (line 527) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_disconnect (line 538) | def gap_disconnect(self, conn_handle, /) -> bool: method gattc_discover_descriptors (line 553) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 562) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_scan (line 577) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method __init__ (line 613) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ubluetooth.pyi class UUID (line 28) | class UUID: method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 40) | class BLE: method gatts_notify (line 45) | def gatts_notify(self, conn_handle, value_handle, data=None, /) -> None: method gatts_indicate (line 60) | def gatts_indicate(self, conn_handle, value_handle, /) -> None: method gattc_write (line 73) | def gattc_write(self, conn_handle, value_handle, data, mode=0, /) -> N... method gattc_read (line 93) | def gattc_read(self, conn_handle, value_handle, /) -> None: method gattc_exchange_mtu (line 103) | def gattc_exchange_mtu(self, conn_handle, /) -> Incomplete: method gatts_read (line 117) | def gatts_read(self, value_handle, /) -> Incomplete: method gatts_write (line 124) | def gatts_write(self, value_handle, data, send_update=False, /) -> None: method gatts_set_buffer (line 134) | def gatts_set_buffer(self, value_handle, len, append=False, /) -> None: method gatts_register_services (line 147) | def gatts_register_services(self, services_definition, /) -> Incomplete: method irq (line 210) | def irq(self, handler, /) -> int: method gap_connect (line 406) | def gap_connect(self, addr_type, addr, scan_duration_ms=2000, min_conn... method gap_advertise (line 430) | def gap_advertise(self, interval_us, adv_data=None, *, resp_data=None,... method config (line 447) | def config(self, param, /) -> Tuple: method active (line 511) | def active(self, active: Optional[Any] = None, /) -> Incomplete: method gattc_discover_services (line 520) | def gattc_discover_services(self, conn_handle, uuid=None, /) -> Incomp... method gap_disconnect (line 531) | def gap_disconnect(self, conn_handle, /) -> bool: method gattc_discover_descriptors (line 546) | def gattc_discover_descriptors(self, conn_handle, start_handle, end_ha... method gattc_discover_characteristics (line 555) | def gattc_discover_characteristics(self, conn_handle, start_handle, en... method gap_scan (line 570) | def gap_scan(self, duration_ms, interval_us=1280000, window_us=11250, ... method __init__ (line 606) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ucollections.py function namedtuple (line 23) | def namedtuple(name, fields) -> stdlib_NamedTuple: class OrderedDict (line 44) | class OrderedDict(stdlib_OrderedDict): method popitem (line 69) | def popitem(self, *args, **kwargs) -> Any: ... method pop (line 71) | def pop(self, *args, **kwargs) -> Any: ... method values (line 73) | def values(self, *args, **kwargs) -> Any: ... method setdefault (line 75) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 77) | def update(self, *args, **kwargs) -> Any: ... method copy (line 79) | def copy(self, *args, **kwargs) -> Any: ... method clear (line 81) | def clear(self, *args, **kwargs) -> Any: ... method keys (line 83) | def keys(self, *args, **kwargs) -> Any: ... method get (line 85) | def get(self, *args, **kwargs) -> Any: ... method items (line 87) | def items(self, *args, **kwargs) -> Any: ... method fromkeys (line 90) | def fromkeys(cls, *args, **kwargs) -> Any: ... method __init__ (line 92) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 95) | class deque(stdlib_deque): method popleft (line 113) | def popleft(self) -> Incomplete: method append (line 120) | def append(self, x) -> Incomplete: method __init__ (line 127) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ucollections.pyi function namedtuple (line 17) | def namedtuple(name, fields) -> stdlib_NamedTuple: class OrderedDict (line 37) | class OrderedDict(stdlib_OrderedDict): method popitem (line 62) | def popitem(self, *args, **kwargs) -> Any: ... method pop (line 63) | def pop(self, *args, **kwargs) -> Any: ... method values (line 64) | def values(self, *args, **kwargs) -> Any: ... method setdefault (line 65) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 66) | def update(self, *args, **kwargs) -> Any: ... method copy (line 67) | def copy(self, *args, **kwargs) -> Any: ... method clear (line 68) | def clear(self, *args, **kwargs) -> Any: ... method keys (line 69) | def keys(self, *args, **kwargs) -> Any: ... method get (line 70) | def get(self, *args, **kwargs) -> Any: ... method items (line 71) | def items(self, *args, **kwargs) -> Any: ... method fromkeys (line 73) | def fromkeys(cls, *args, **kwargs) -> Any: ... method __init__ (line 74) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 76) | class deque(stdlib_deque): method popleft (line 94) | def popleft(self) -> Incomplete: method append (line 101) | def append(self, x) -> Incomplete: method __init__ (line 108) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ucryptolib.py class aes (line 16) | class aes: method encrypt (line 17) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 26) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ucryptolib.pyi class aes (line 10) | class aes: method encrypt (line 11) | def encrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method decrypt (line 20) | def decrypt(self, in_buf, out_buf: Optional[Any] = None) -> Incomplete: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uctypes.py function sizeof (line 56) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 65) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 75) | def bytearray_at(addr, size) -> bytearray: function addressof (line 85) | def addressof(obj) -> int: class struct (line 94) | class struct: method __init__ (line 100) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uctypes.pyi function sizeof (line 50) | def sizeof(struct, layout_type=NATIVE, /) -> int: function bytes_at (line 58) | def bytes_at(addr, size) -> bytes: function bytearray_at (line 67) | def bytearray_at(addr, size) -> bytearray: function addressof (line 76) | def addressof(obj) -> int: class struct (line 84) | class struct: method __init__ (line 90) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uhashlib.py class sha256 (line 36) | class sha256: method digest (line 41) | def digest(self, *args, **kwargs) -> Any: ... method update (line 43) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 48) | class sha1: method digest (line 53) | def digest(self, *args, **kwargs) -> Any: ... method update (line 55) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 57) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uhashlib.pyi class sha256 (line 30) | class sha256: method digest (line 35) | def digest(self, *args, **kwargs) -> Any: ... method update (line 36) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 39) | class sha1: method digest (line 44) | def digest(self, *args, **kwargs) -> Any: ... method update (line 45) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uheapq.py function heappop (line 24) | def heappop(heap) -> Incomplete: function heappush (line 34) | def heappush(heap, item) -> Incomplete: function heapify (line 41) | def heapify(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uheapq.pyi function heappop (line 18) | def heappop(heap) -> Incomplete: function heappush (line 27) | def heappush(heap, item) -> Incomplete: function heapify (line 33) | def heapify(x) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uio.py function open (line 86) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 95) | class IOBase: method __init__ (line 96) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 99) | class TextIOWrapper(IO): method write (line 105) | def write(self, *args, **kwargs) -> Any: ... method flush (line 107) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 109) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 111) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 115) | def readline(self, *args, **kwargs) -> Any: ... method close (line 117) | def close(self, *args, **kwargs) -> Any: ... method read (line 119) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 121) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 126) | class StringIO(IO): method write (line 127) | def write(self, *args, **kwargs) -> Any: ... method flush (line 129) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 131) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 133) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 137) | def readline(self, *args, **kwargs) -> Any: ... method close (line 139) | def close(self, *args, **kwargs) -> Any: ... method read (line 141) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 143) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 145) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 148) | class BufferedWriter: method flush (line 149) | def flush(self, *args, **kwargs) -> Any: ... method write (line 151) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 156) | class FileIO(IO): method write (line 162) | def write(self, *args, **kwargs) -> Any: ... method flush (line 164) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 166) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 168) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 170) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 172) | def readline(self, *args, **kwargs) -> Any: ... method close (line 174) | def close(self, *args, **kwargs) -> Any: ... method read (line 176) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 178) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 183) | class BytesIO(IO): method write (line 196) | def write(self, *args, **kwargs) -> Any: ... method flush (line 198) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 200) | def getvalue(self) -> Incomplete: method seek (line 206) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 208) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 210) | def readline(self, *args, **kwargs) -> Any: ... method close (line 212) | def close(self, *args, **kwargs) -> Any: ... method read (line 214) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 216) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 218) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uio.pyi function open (line 80) | def open(name, mode="r", **kwargs) -> Incomplete: class IOBase (line 88) | class IOBase: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 91) | class TextIOWrapper(IO): method write (line 97) | def write(self, *args, **kwargs) -> Any: ... method flush (line 98) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 99) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 100) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 101) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 102) | def readline(self, *args, **kwargs) -> Any: ... method close (line 103) | def close(self, *args, **kwargs) -> Any: ... method read (line 104) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 105) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 106) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 108) | class StringIO(IO): method write (line 109) | def write(self, *args, **kwargs) -> Any: ... method flush (line 110) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 111) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 112) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 113) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 114) | def readline(self, *args, **kwargs) -> Any: ... method close (line 115) | def close(self, *args, **kwargs) -> Any: ... method read (line 116) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 117) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 118) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 120) | class BufferedWriter: method flush (line 121) | def flush(self, *args, **kwargs) -> Any: ... method write (line 122) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 123) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 125) | class FileIO(IO): method write (line 131) | def write(self, *args, **kwargs) -> Any: ... method flush (line 132) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 133) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 134) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 135) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 136) | def readline(self, *args, **kwargs) -> Any: ... method close (line 137) | def close(self, *args, **kwargs) -> Any: ... method read (line 138) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 139) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 140) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 142) | class BytesIO(IO): method write (line 155) | def write(self, *args, **kwargs) -> Any: ... method flush (line 156) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 157) | def getvalue(self) -> Incomplete: method seek (line 163) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 164) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 165) | def readline(self, *args, **kwargs) -> Any: ... method close (line 166) | def close(self, *args, **kwargs) -> Any: ... method read (line 167) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 168) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 169) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ujson.py function loads (line 21) | def loads(str) -> Incomplete: function load (line 29) | def load(stream) -> Incomplete: function dumps (line 41) | def dumps(obj, separators=None) -> str: function dump (line 50) | def dump(obj, stream, separators=None) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ujson.pyi function loads (line 15) | def loads(str) -> Incomplete: function load (line 22) | def load(stream) -> Incomplete: function dumps (line 33) | def dumps(obj, separators=None) -> str: function dump (line 41) | def dump(obj, stream, separators=None) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/umachine.py function enable_irq (line 37) | def enable_irq(state) -> Incomplete: function bitstream (line 46) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 71) | def disable_irq() -> Incomplete: function deepsleep (line 81) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 107) | def wake_reason() -> Incomplete: function sleep (line 116) | def sleep() -> Incomplete: function soft_reset (line 123) | def soft_reset() -> NoReturn: function time_pulse_us (line 132) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 151) | def unique_id() -> bytes: function freq (line 161) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 170) | def reset_cause() -> int: function idle (line 177) | def idle() -> Incomplete: function lightsleep (line 187) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 213) | def reset() -> NoReturn: class PWM (line 224) | class PWM: method duty_u16 (line 241) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 253) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 260) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 271) | def deinit(self) -> None: method duty_ns (line 277) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 287) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 289) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 292) | class UART: method deinit (line 304) | def deinit(self) -> None: method init (line 310) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 356) | def sendbreak(self) -> None: method read (line 363) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 374) | def any(self) -> int: method write (line 389) | def write(self, buf) -> Union[int, None]: method readinto (line 397) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 408) | def readline(self) -> Union[str, None]: method __init__ (line 417) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 424) | class ADCBlock: method init (line 434) | def init(self, *, bits) -> None: method connect (line 441) | def connect(self, channel, source) -> Incomplete: method __init__ (line 459) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 462) | class ADC: method read_u16 (line 487) | def read_u16(self) -> int: method init (line 495) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 503) | def read_uv(self) -> int: method width (line 511) | def width(self, *args, **kwargs) -> Any: ... method read (line 513) | def read(self, *args, **kwargs) -> Any: ... method block (line 515) | def block(self) -> Incomplete: method atten (line 525) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 527) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 530) | class I2S: method shift (line 562) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 570) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 576) | def irq(self, handler) -> Incomplete: method readinto (line 584) | def readinto(self, buf) -> int: method deinit (line 593) | def deinit(self) -> Incomplete: method write (line 599) | def write(self, buf) -> int: method __init__ (line 608) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 611) | class DAC: method write (line 612) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 614) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 617) | class I2C: method readfrom_mem_into (line 633) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 645) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 655) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 664) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 675) | def scan(self) -> List: method writeto (line 683) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 693) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 709) | def start(self) -> None: method readfrom (line 715) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 723) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 733) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 743) | def stop(self) -> None: method write (line 749) | def write(self, buf) -> int: method __init__ (line 757) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 760) | class Timer: method deinit (line 772) | def deinit(self) -> None: method init (line 778) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 810) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 812) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 815) | class SoftSPI: method deinit (line 825) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 827) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 829) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 831) | def read(self, *args, **kwargs) -> Any: ... method write (line 833) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 835) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 837) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 840) | class Pin: method irq (line 918) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 963) | def off(self) -> None: method on (line 969) | def on(self) -> None: method init (line 975) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 985) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1019) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 1020) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 1029) | class WDT: method feed (line 1038) | def feed(self) -> None: method __init__ (line 1046) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 1049) | class TouchPad: method config (line 1050) | def config(self, *args, **kwargs) -> Any: ... method read (line 1052) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 1054) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1057) | class SDCard: method ioctl (line 1088) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1090) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1092) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1094) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1096) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1098) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1101) | class RTC: method init (line 1106) | def init(self, datetime) -> None: method memory (line 1114) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1116) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1132) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1135) | class SoftI2C(I2C): method readfrom_mem_into (line 1148) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1150) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1152) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1154) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1156) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1158) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1160) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1162) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1164) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1166) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1168) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1170) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1172) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1174) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1177) | class SPI: method deinit (line 1192) | def deinit(self) -> None: method init (line 1198) | def init( method write_readinto (line 1224) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1235) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1243) | def write(self, buf) -> int: method readinto (line 1252) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1262) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1265) | class Signal(Pin): method off (line 1286) | def off(self) -> None: method on (line 1292) | def on(self) -> None: method value (line 1298) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1318) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/umachine.pyi function enable_irq (line 31) | def enable_irq(state) -> Incomplete: function bitstream (line 39) | def bitstream(pin, encoding, timing, data, /) -> Incomplete: function disable_irq (line 63) | def disable_irq() -> Incomplete: function deepsleep (line 72) | def deepsleep(time_ms: Optional[Any] = None) -> NoReturn: function wake_reason (line 97) | def wake_reason() -> Incomplete: function sleep (line 105) | def sleep() -> Incomplete: function soft_reset (line 111) | def soft_reset() -> NoReturn: function time_pulse_us (line 119) | def time_pulse_us(pin, pulse_level, timeout_us=1000000, /) -> int: function unique_id (line 137) | def unique_id() -> bytes: function freq (line 146) | def freq(hz: Optional[Any] = None) -> Incomplete: function reset_cause (line 154) | def reset_cause() -> int: function idle (line 160) | def idle() -> Incomplete: function lightsleep (line 169) | def lightsleep(time_ms: Optional[Any] = None) -> Incomplete: function reset (line 194) | def reset() -> NoReturn: class PWM (line 203) | class PWM: method duty_u16 (line 220) | def duty_u16(self, value: Optional[Any] = None) -> int: method init (line 232) | def init(self, *, freq, duty_u16, duty_ns) -> None: method freq (line 239) | def freq(self, value: Optional[Any] = None) -> Incomplete: method deinit (line 250) | def deinit(self) -> None: method duty_ns (line 256) | def duty_ns(self, value: Optional[Any] = None) -> int: method duty (line 266) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 269) | class UART: method deinit (line 280) | def deinit(self) -> None: method init (line 286) | def init(self, baudrate=9600, bits=8, parity=None, stop=1, *args, **kw... method sendbreak (line 332) | def sendbreak(self) -> None: method read (line 339) | def read(self, nbytes: Optional[Any] = None) -> bytes: method any (line 350) | def any(self) -> int: method write (line 365) | def write(self, buf) -> Union[int, None]: method readinto (line 373) | def readinto(self, buf, nbytes: Optional[Any] = None) -> Union[int, No... method readline (line 384) | def readline(self) -> Union[str, None]: method __init__ (line 393) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 398) | class ADCBlock: method init (line 408) | def init(self, *, bits) -> None: method connect (line 415) | def connect(self, channel, source) -> Incomplete: method __init__ (line 433) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 435) | class ADC: method read_u16 (line 459) | def read_u16(self) -> int: method init (line 467) | def init(self, *, sample_ns, atten) -> Incomplete: method read_uv (line 475) | def read_uv(self) -> int: method width (line 483) | def width(self, *args, **kwargs) -> Any: ... method read (line 484) | def read(self, *args, **kwargs) -> Any: ... method block (line 485) | def block(self) -> Incomplete: method atten (line 495) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 496) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 498) | class I2S: method shift (line 529) | def shift(*, buf, bits, shift) -> Incomplete: method init (line 537) | def init(self, sck, *args, **kwargs) -> Incomplete: method irq (line 543) | def irq(self, handler) -> Incomplete: method readinto (line 551) | def readinto(self, buf) -> int: method deinit (line 560) | def deinit(self) -> Incomplete: method write (line 566) | def write(self, buf) -> int: method __init__ (line 575) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 577) | class DAC: method write (line 578) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 579) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 581) | class I2C: method readfrom_mem_into (line 597) | def readfrom_mem_into(self, addr, memaddr, buf, *, addrsize=8) -> None: method readfrom_into (line 609) | def readfrom_into(self, addr, buf, stop=True, /) -> None: method readfrom_mem (line 619) | def readfrom_mem(self, addr, memaddr, nbytes, *, addrsize=8) -> bytes: method writeto_mem (line 628) | def writeto_mem(self, addr, memaddr, buf, *, addrsize=8) -> None: method scan (line 639) | def scan(self) -> List: method writeto (line 647) | def writeto(self, addr, buf, stop=True, /) -> int: method writevto (line 657) | def writevto(self, addr, vector, stop=True, /) -> int: method start (line 673) | def start(self) -> None: method readfrom (line 679) | def readfrom(self, addr, nbytes, stop=True, /) -> bytes: method readinto (line 687) | def readinto(self, buf, nack=True, /) -> Incomplete: method init (line 697) | def init(self, scl, sda, *, freq=400000) -> None: method stop (line 707) | def stop(self) -> None: method write (line 713) | def write(self, buf) -> int: method __init__ (line 721) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 723) | class Timer: method deinit (line 734) | def deinit(self) -> None: method init (line 740) | def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None: method value (line 772) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 773) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 775) | class SoftSPI: method deinit (line 784) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 785) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 786) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 787) | def read(self, *args, **kwargs) -> Any: ... method write (line 788) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 789) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 790) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 792) | class Pin: method irq (line 869) | def irq(self, handler=None, trigger=IRQ_FALLING, *, priority=1, wake=N... method off (line 914) | def off(self) -> None: method on (line 920) | def on(self) -> None: method init (line 926) | def init(self, mode=-1, pull=-1, *, value=None, drive=0, alt=-1) -> None: method value (line 936) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 970) | def __init__(self, *argv, **kwargs) -> None: ... method __call__ (line 971) | def __call__(self, x: Optional[Any] = None) -> Incomplete: class WDT (line 979) | class WDT: method feed (line 988) | def feed(self) -> None: method __init__ (line 996) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 998) | class TouchPad: method config (line 999) | def config(self, *args, **kwargs) -> Any: ... method read (line 1000) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 1001) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 1003) | class SDCard: method ioctl (line 1034) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 1035) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 1036) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 1037) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 1038) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 1039) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 1041) | class RTC: method init (line 1046) | def init(self, datetime) -> None: method memory (line 1054) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 1055) | def datetime(self, datetimetuple: Optional[Any] = None) -> Tuple: method __init__ (line 1071) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 1073) | class SoftI2C(I2C): method readfrom_mem_into (line 1086) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 1087) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 1088) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 1089) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 1090) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 1091) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 1092) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 1093) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 1094) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 1095) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 1096) | def init(self, *args, **kwargs) -> Any: ... method stop (line 1097) | def stop(self, *args, **kwargs) -> Any: ... method write (line 1098) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 1099) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 1101) | class SPI: method deinit (line 1115) | def deinit(self) -> None: method init (line 1121) | def init( method write_readinto (line 1147) | def write_readinto(self, write_buf, read_buf) -> int: method read (line 1158) | def read(self, nbytes, write=0x00) -> bytes: method write (line 1166) | def write(self, buf) -> int: method readinto (line 1175) | def readinto(self, buf, write=0x00) -> int: method __init__ (line 1185) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 1187) | class Signal(Pin): method off (line 1208) | def off(self) -> None: method on (line 1214) | def on(self) -> None: method value (line 1220) | def value(self, x: Optional[Any] = None) -> int: method __init__ (line 1240) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/umqtt/robust.py class MQTTClient (line 10) | class MQTTClient: method ping (line 14) | def ping(self, *args, **kwargs) -> Any: ... method check_msg (line 16) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 18) | def delay(self, *args, **kwargs) -> Any: ... method subscribe (line 20) | def subscribe(self, *args, **kwargs) -> Any: ... method disconnect (line 22) | def disconnect(self, *args, **kwargs) -> Any: ... method connect (line 24) | def connect(self, *args, **kwargs) -> Any: ... method set_last_will (line 26) | def set_last_will(self, *args, **kwargs) -> Any: ... method log (line 28) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: ... method __init__ (line 36) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method ping (line 6) | def ping(self, *args, **kwargs) -> Any: ... method check_msg (line 7) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 8) | def delay(self, *args, **kwargs) -> Any: ... method subscribe (line 9) | def subscribe(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method connect (line 11) | def connect(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method log (line 13) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/umqtt/simple.py function hexlify (line 10) | def hexlify(*args, **kwargs) -> Any: ... class MQTTClient (line 13) | class MQTTClient: method ping (line 14) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 16) | def publish(self, *args, **kwargs) -> Any: ... method wait_msg (line 18) | def wait_msg(self, *args, **kwargs) -> Any: ... method subscribe (line 20) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 22) | def check_msg(self, *args, **kwargs) -> Any: ... method set_last_will (line 24) | def set_last_will(self, *args, **kwargs) -> Any: ... method connect (line 26) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 28) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 30) | def set_callback(self, *args, **kwargs) -> Any: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... class MQTTException (line 35) | class MQTTException(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTClient (line 5) | class MQTTClient: method ping (line 6) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 7) | def publish(self, *args, **kwargs) -> Any: ... method wait_msg (line 8) | def wait_msg(self, *args, **kwargs) -> Any: ... method subscribe (line 9) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 10) | def check_msg(self, *args, **kwargs) -> Any: ... method set_last_will (line 11) | def set_last_will(self, *args, **kwargs) -> Any: ... method connect (line 12) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 13) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Any: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... class MQTTException (line 17) | class MQTTException(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uos.py function stat (line 23) | def stat(path) -> Incomplete: function rmdir (line 30) | def rmdir(path) -> None: function rename (line 37) | def rename(old_path, new_path) -> None: function mount (line 44) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 63) | def mkdir(path) -> Incomplete: function statvfs (line 70) | def statvfs(path) -> Tuple: function unlink (line 94) | def unlink(*args, **kwargs) -> Any: ... function uname (line 97) | def uname() -> uname_result: function umount (line 112) | def umount(mount_point) -> Incomplete: function urandom (line 123) | def urandom(n) -> bytes: function chdir (line 131) | def chdir(path) -> Incomplete: function dupterm (line 138) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 162) | def remove(path) -> None: function listdir (line 169) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 176) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 179) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 201) | def getcwd() -> Incomplete: class VfsLfs2 (line 208) | class VfsLfs2: method rename (line 226) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 229) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 238) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 240) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 244) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 246) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 248) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 250) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 252) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 254) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 256) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 258) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 260) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 263) | class VfsFat: method rename (line 270) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 273) | def mkfs(block_dev) -> None: method mount (line 279) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 281) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 283) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 285) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 287) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 289) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 291) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 293) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 295) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 297) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 299) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 301) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uos.pyi function stat (line 17) | def stat(path) -> Incomplete: function rmdir (line 23) | def rmdir(path) -> None: function rename (line 29) | def rename(old_path, new_path) -> None: function mount (line 35) | def mount(fsobj, mount_point, *, readonly=False) -> Incomplete: function mkdir (line 53) | def mkdir(path) -> Incomplete: function statvfs (line 59) | def statvfs(path) -> Tuple: function unlink (line 82) | def unlink(*args, **kwargs) -> Any: ... function uname (line 83) | def uname() -> uname_result: function umount (line 97) | def umount(mount_point) -> Incomplete: function urandom (line 107) | def urandom(n) -> bytes: function chdir (line 114) | def chdir(path) -> Incomplete: function dupterm (line 120) | def dupterm(stream_object, index=0, /) -> IO: function remove (line 143) | def remove(path) -> None: function listdir (line 149) | def listdir(dir: Optional[Any] = None) -> Incomplete: function dupterm_notify (line 155) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 156) | def ilistdir(dir: Optional[Any] = None) -> Iterator[Tuple]: function getcwd (line 177) | def getcwd() -> Incomplete: class VfsLfs2 (line 183) | class VfsLfs2: method rename (line 201) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 203) | def mkfs(block_dev, readsize=32, progsize=32, lookahead=32) -> None: method mount (line 212) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 213) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 214) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 215) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 216) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 217) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 218) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 219) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 220) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 221) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 222) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 225) | class VfsFat: method rename (line 232) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 234) | def mkfs(block_dev) -> None: method mount (line 240) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 241) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 242) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 243) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 244) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 245) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 246) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 247) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 248) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 249) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 250) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 251) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uplatform.py function platform (line 10) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 13) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 16) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/urandom.py function randrange (line 39) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 50) | def random() -> int: function seed (line 57) | def seed(n=None, /) -> None: function uniform (line 70) | def uniform(a, b) -> int: function choice (line 78) | def choice(sequence) -> Incomplete: function randint (line 86) | def randint(a, b) -> int: function getrandbits (line 93) | def getrandbits(n) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/urandom.pyi function randrange (line 33) | def randrange(start, stop, step: Optional[Any] = None) -> int: function random (line 43) | def random() -> int: function seed (line 49) | def seed(n=None, /) -> None: function uniform (line 61) | def uniform(a, b) -> int: function choice (line 68) | def choice(sequence) -> Incomplete: function randint (line 75) | def randint(a, b) -> int: function getrandbits (line 81) | def getrandbits(n) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ure.py function sub (line 10) | def sub(*args, **kwargs) -> Any: ... function search (line 13) | def search(*args, **kwargs) -> Any: ... function match (line 16) | def match(*args, **kwargs) -> Any: ... function compile (line 19) | def compile(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/urequests.py function request (line 10) | def request(*args, **kwargs) -> Any: ... function head (line 13) | def head(*args, **kwargs) -> Any: ... function post (line 16) | def post(*args, **kwargs) -> Any: ... function patch (line 19) | def patch(*args, **kwargs) -> Any: ... function delete (line 22) | def delete(*args, **kwargs) -> Any: ... function put (line 25) | def put(*args, **kwargs) -> Any: ... function get (line 28) | def get(*args, **kwargs) -> Any: ... class Response (line 31) | class Response: method json (line 32) | def json(self, *args, **kwargs) -> Any: ... method close (line 34) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/urequests.pyi function request (line 3) | def request(*args, **kwargs) -> Any: ... function head (line 4) | def head(*args, **kwargs) -> Any: ... function post (line 5) | def post(*args, **kwargs) -> Any: ... function patch (line 6) | def patch(*args, **kwargs) -> Any: ... function delete (line 7) | def delete(*args, **kwargs) -> Any: ... function put (line 8) | def put(*args, **kwargs) -> Any: ... function get (line 9) | def get(*args, **kwargs) -> Any: ... class Response (line 11) | class Response: method json (line 12) | def json(self, *args, **kwargs) -> Any: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uselect.py function select (line 26) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 36) | class poll: method __init__ (line 41) | def __init__(self) -> None: ... method register (line 42) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 62) | def unregister(self, obj) -> Incomplete: method modify (line 68) | def modify(self, obj, eventmask) -> None: method poll (line 75) | def poll(self, timeout=-1, /) -> List: method ipoll (line 99) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uselect.pyi function select (line 20) | def select(rlist, wlist, xlist, timeout: Optional[Any] = None) -> None: class poll (line 29) | class poll: method __init__ (line 34) | def __init__(self) -> None: ... method register (line 35) | def register(self, obj, eventmask: Optional[Any] = None) -> None: method unregister (line 55) | def unregister(self, obj) -> Incomplete: method modify (line 61) | def modify(self, obj, eventmask) -> None: method poll (line 68) | def poll(self, timeout=-1, /) -> List: method ipoll (line 92) | def ipoll(self, timeout=-1, flags=0, /) -> Iterator[Tuple]: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/usocket.py function getaddrinfo (line 86) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 128) | class socket: method recvfrom (line 142) | def recvfrom(self, bufsize) -> Tuple: method recv (line 150) | def recv(self, bufsize) -> bytes: method makefile (line 157) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 175) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 184) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 186) | def sendall(self, bytes) -> int: method setsockopt (line 199) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 207) | def setblocking(self, flag) -> Incomplete: method sendto (line 219) | def sendto(self, bytes, address) -> None: method settimeout (line 226) | def settimeout(self, value) -> Incomplete: method readline (line 261) | def readline(self) -> Incomplete: method readinto (line 269) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 279) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 289) | def close(self) -> Incomplete: method connect (line 300) | def connect(self, address) -> None: method send (line 306) | def send(self, bytes) -> int: method bind (line 314) | def bind(self, address) -> Incomplete: method accept (line 320) | def accept(self) -> Tuple: method write (line 329) | def write(self, buf) -> int: method __init__ (line 340) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/usocket.pyi function getaddrinfo (line 80) | def getaddrinfo(host, port, af=0, type=0, proto=0, flags=0, /) -> Incomp... class socket (line 121) | class socket: method recvfrom (line 135) | def recvfrom(self, bufsize) -> Tuple: method recv (line 143) | def recv(self, bufsize) -> bytes: method makefile (line 150) | def makefile(self, mode="rb", buffering=0, /) -> IO: method listen (line 168) | def listen(self, backlog: Optional[Any] = None) -> None: method fileno (line 177) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 178) | def sendall(self, bytes) -> int: method setsockopt (line 191) | def setsockopt(self, level, optname, value) -> None: method setblocking (line 199) | def setblocking(self, flag) -> Incomplete: method sendto (line 211) | def sendto(self, bytes, address) -> None: method settimeout (line 218) | def settimeout(self, value) -> Incomplete: method readline (line 253) | def readline(self) -> Incomplete: method readinto (line 261) | def readinto(self, buf, nbytes: Optional[Any] = None) -> int: method read (line 271) | def read(self, size: Optional[Any] = None) -> bytes: method close (line 281) | def close(self) -> Incomplete: method connect (line 292) | def connect(self, address) -> None: method send (line 298) | def send(self, bytes) -> int: method bind (line 306) | def bind(self, address) -> Incomplete: method accept (line 312) | def accept(self) -> Tuple: method write (line 321) | def write(self, buf) -> int: method __init__ (line 332) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ussl.py function wrap_socket (line 23) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ussl.pyi function wrap_socket (line 17) | def wrap_socket(sock, server_side=False, keyfile=None, certfile=None, ce... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ustruct.py function pack_into (line 28) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 37) | def unpack(fmt, data) -> Tuple: function unpack_from (line 45) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 54) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 62) | def calcsize(fmt) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/ustruct.pyi function pack_into (line 22) | def pack_into(fmt, buffer, offset, v1, *args, **kwargs) -> Incomplete: function unpack (line 30) | def unpack(fmt, data) -> Tuple: function unpack_from (line 37) | def unpack_from(fmt, data, offset=0, /) -> Tuple: function pack (line 45) | def pack(fmt, v1, *args, **kwargs) -> bytes: function calcsize (line 52) | def calcsize(fmt) -> int: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/usys.py function print_exception (line 30) | def print_exception(exc, file=stdout, /) -> None: function exit (line 47) | def exit(retval=0, /) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/usys.pyi function print_exception (line 24) | def print_exception(exc, file=stdout, /) -> None: function exit (line 40) | def exit(retval=0, /) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/utime.py function ticks_diff (line 45) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 112) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 140) | def ticks_cpu() -> Incomplete: function time (line 156) | def time() -> int: function ticks_ms (line 184) | def ticks_ms() -> int: function ticks_us (line 209) | def ticks_us() -> Incomplete: function time_ns (line 216) | def time_ns() -> int: function localtime (line 224) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 247) | def sleep_us(us) -> None: function gmtime (line 258) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 281) | def sleep_ms(ms) -> None: function mktime (line 293) | def mktime() -> int: function sleep (line 302) | def sleep(seconds) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/utime.pyi function ticks_diff (line 39) | def ticks_diff(ticks1, ticks2) -> int: function ticks_add (line 105) | def ticks_add(ticks, delta) -> Incomplete: function ticks_cpu (line 132) | def ticks_cpu() -> Incomplete: function time (line 147) | def time() -> int: function ticks_ms (line 174) | def ticks_ms() -> int: function ticks_us (line 198) | def ticks_us() -> Incomplete: function time_ns (line 204) | def time_ns() -> int: function localtime (line 211) | def localtime(secs: Optional[Any] = None) -> Tuple: function sleep_us (line 233) | def sleep_us(us) -> None: function gmtime (line 243) | def gmtime(secs: Optional[Any] = None) -> Tuple: function sleep_ms (line 265) | def sleep_ms(ms) -> None: function mktime (line 276) | def mktime() -> int: function sleep (line 284) | def sleep(seconds) -> Incomplete: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/utimeq.py class utimeq (line 10) | class utimeq: method peektime (line 11) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 13) | def push(self, *args, **kwargs) -> Any: ... method pop (line 15) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uwebsocket.py class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 15) | def write(self, *args, **kwargs) -> Any: ... method close (line 17) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uzlib.py function decompress (line 23) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 35) | class DecompIO: method readinto (line 49) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 51) | def readline(self, *args, **kwargs) -> Any: ... method read (line 53) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/uzlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/websocket.py class websocket (line 10) | class websocket: method readline (line 11) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 15) | def write(self, *args, **kwargs) -> Any: ... method close (line 17) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 19) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 21) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/websocket_helper.py function client_handshake (line 12) | def client_handshake(*args, **kwargs) -> Any: ... function server_handshake (line 15) | def server_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/websocket_helper.pyi function client_handshake (line 5) | def client_handshake(*args, **kwargs) -> Any: ... function server_handshake (line 6) | def server_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/zlib.py function decompress (line 23) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 35) | class DecompIO: method readinto (line 49) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 51) | def readline(self, *args, **kwargs) -> Any: ... method read (line 53) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM-merged/zlib.pyi function decompress (line 17) | def decompress(data, wbits=0, bufsize=0, /) -> bytes: class DecompIO (line 28) | class DecompIO: method readinto (line 42) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method read (line 44) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/_onewire.py function reset (line 9) | def reset(*args, **kwargs) -> Any: function writebyte (line 13) | def writebyte(*args, **kwargs) -> Any: function writebit (line 17) | def writebit(*args, **kwargs) -> Any: function crc8 (line 21) | def crc8(*args, **kwargs) -> Any: function readbyte (line 25) | def readbyte(*args, **kwargs) -> Any: function readbit (line 29) | def readbit(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/_onewire.pyi function reset (line 3) | def reset(*args, **kwargs) -> Any: ... function writebyte (line 4) | def writebyte(*args, **kwargs) -> Any: ... function writebit (line 5) | def writebit(*args, **kwargs) -> Any: ... function crc8 (line 6) | def crc8(*args, **kwargs) -> Any: ... function readbyte (line 7) | def readbyte(*args, **kwargs) -> Any: ... function readbit (line 8) | def readbit(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/_thread.py function get_ident (line 9) | def get_ident(*args, **kwargs) -> Any: function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: function stack_size (line 17) | def stack_size(*args, **kwargs) -> Any: function exit (line 21) | def exit(*args, **kwargs) -> Any: function allocate_lock (line 25) | def allocate_lock(*args, **kwargs) -> Any: class LockType (line 29) | class LockType: method locked (line 30) | def locked(self, *args, **kwargs) -> Any: method release (line 33) | def release(self, *args, **kwargs) -> Any: method acquire (line 36) | def acquire(self, *args, **kwargs) -> Any: method __init__ (line 39) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/_thread.pyi function get_ident (line 3) | def get_ident(*args, **kwargs) -> Any: ... function start_new_thread (line 4) | def start_new_thread(*args, **kwargs) -> Any: ... function stack_size (line 5) | def stack_size(*args, **kwargs) -> Any: ... function exit (line 6) | def exit(*args, **kwargs) -> Any: ... function allocate_lock (line 7) | def allocate_lock(*args, **kwargs) -> Any: ... class LockType (line 9) | class LockType: method locked (line 10) | def locked(self, *args, **kwargs) -> Any: ... method release (line 11) | def release(self, *args, **kwargs) -> Any: ... method acquire (line 12) | def acquire(self, *args, **kwargs) -> Any: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/_uasyncio.py class TaskQueue (line 9) | class TaskQueue: method push (line 10) | def push(self, *args, **kwargs) -> Any: method peek (line 13) | def peek(self, *args, **kwargs) -> Any: method remove (line 16) | def remove(self, *args, **kwargs) -> Any: method pop (line 19) | def pop(self, *args, **kwargs) -> Any: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: class Task (line 26) | class Task: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/_uasyncio.pyi class TaskQueue (line 3) | class TaskQueue: method push (line 4) | def push(self, *args, **kwargs) -> Any: ... method peek (line 5) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 6) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 8) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 10) | class Task: method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/apa106.py class APA106 (line 9) | class APA106: method write (line 12) | def write(self, *args, **kwargs) -> Any: method fill (line 15) | def fill(self, *args, **kwargs) -> Any: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: class NeoPixel (line 22) | class NeoPixel: method write (line 25) | def write(self, *args, **kwargs) -> Any: method fill (line 28) | def fill(self, *args, **kwargs) -> Any: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/apa106.pyi class APA106 (line 3) | class APA106: method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class NeoPixel (line 9) | class NeoPixel: method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 13) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/array.py class array (line 9) | class array: method extend (line 10) | def extend(self, *args, **kwargs) -> Any: method decode (line 13) | def decode(self, *args, **kwargs) -> Any: method append (line 16) | def append(self, *args, **kwargs) -> Any: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/array.pyi class array (line 3) | class array: method extend (line 4) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 5) | def decode(self, *args, **kwargs) -> Any: ... method append (line 6) | def append(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/binascii.py function crc32 (line 9) | def crc32(*args, **kwargs) -> Any: function hexlify (line 13) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 17) | def unhexlify(*args, **kwargs) -> Any: function b2a_base64 (line 21) | def b2a_base64(*args, **kwargs) -> Any: function a2b_base64 (line 25) | def a2b_base64(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/binascii.pyi function crc32 (line 3) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 4) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 5) | def unhexlify(*args, **kwargs) -> Any: ... function b2a_base64 (line 6) | def b2a_base64(*args, **kwargs) -> Any: ... function a2b_base64 (line 7) | def a2b_base64(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/btree.py function open (line 12) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/btree.pyi function open (line 6) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/cmath.py function polar (line 12) | def polar(*args, **kwargs) -> Any: function sqrt (line 16) | def sqrt(*args, **kwargs) -> Any: function rect (line 20) | def rect(*args, **kwargs) -> Any: function sin (line 24) | def sin(*args, **kwargs) -> Any: function exp (line 28) | def exp(*args, **kwargs) -> Any: function cos (line 32) | def cos(*args, **kwargs) -> Any: function phase (line 36) | def phase(*args, **kwargs) -> Any: function log (line 40) | def log(*args, **kwargs) -> Any: function log10 (line 44) | def log10(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/cmath.pyi function polar (line 6) | def polar(*args, **kwargs) -> Any: ... function sqrt (line 7) | def sqrt(*args, **kwargs) -> Any: ... function rect (line 8) | def rect(*args, **kwargs) -> Any: ... function sin (line 9) | def sin(*args, **kwargs) -> Any: ... function exp (line 10) | def exp(*args, **kwargs) -> Any: ... function cos (line 11) | def cos(*args, **kwargs) -> Any: ... function phase (line 12) | def phase(*args, **kwargs) -> Any: ... function log (line 13) | def log(*args, **kwargs) -> Any: ... function log10 (line 14) | def log10(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHT22 (line 13) | class DHT22: method humidity (line 14) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 17) | def temperature(self, *args, **kwargs) -> Any: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: class DHT11 (line 27) | class DHT11: method humidity (line 28) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 31) | def temperature(self, *args, **kwargs) -> Any: method measure (line 34) | def measure(self, *args, **kwargs) -> Any: method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: class DHTBase (line 41) | class DHTBase: method measure (line 42) | def measure(self, *args, **kwargs) -> Any: method __init__ (line 45) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHT22 (line 5) | class DHT22: method humidity (line 6) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 7) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 8) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... class DHT11 (line 11) | class DHT11: method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... method measure (line 14) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... class DHTBase (line 17) | class DHTBase: method measure (line 18) | def measure(self, *args, **kwargs) -> Any: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method read_scratch (line 14) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 17) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 20) | def read_temp(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method scan (line 26) | def scan(self, *args, **kwargs) -> Any: method __init__ (line 29) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method read_scratch (line 6) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 7) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 8) | def read_temp(self, *args, **kwargs) -> Any: ... method convert_temp (line 9) | def convert_temp(self, *args, **kwargs) -> Any: ... method scan (line 10) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/esp.py function flash_user_start (line 16) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 20) | def flash_write(*args, **kwargs) -> Any: function gpio_matrix_in (line 24) | def gpio_matrix_in(*args, **kwargs) -> Any: function gpio_matrix_out (line 28) | def gpio_matrix_out(*args, **kwargs) -> Any: function osdebug (line 32) | def osdebug(*args, **kwargs) -> Any: function flash_size (line 36) | def flash_size(*args, **kwargs) -> Any: function dht_readinto (line 40) | def dht_readinto(*args, **kwargs) -> Any: function flash_erase (line 44) | def flash_erase(*args, **kwargs) -> Any: function flash_read (line 48) | def flash_read(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/esp.pyi function flash_user_start (line 10) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 11) | def flash_write(*args, **kwargs) -> Any: ... function gpio_matrix_in (line 12) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 13) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 14) | def osdebug(*args, **kwargs) -> Any: ... function flash_size (line 15) | def flash_size(*args, **kwargs) -> Any: ... function dht_readinto (line 16) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 17) | def flash_erase(*args, **kwargs) -> Any: ... function flash_read (line 18) | def flash_read(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/esp32.py function idf_heap_info (line 14) | def idf_heap_info(*args, **kwargs) -> Any: function hall_sensor (line 18) | def hall_sensor(*args, **kwargs) -> Any: function wake_on_ext1 (line 22) | def wake_on_ext1(*args, **kwargs) -> Any: function raw_temperature (line 26) | def raw_temperature(*args, **kwargs) -> Any: function wake_on_ext0 (line 30) | def wake_on_ext0(*args, **kwargs) -> Any: function wake_on_touch (line 34) | def wake_on_touch(*args, **kwargs) -> Any: function gpio_deep_sleep_hold (line 38) | def gpio_deep_sleep_hold(*args, **kwargs) -> Any: class ULP (line 42) | class ULP: method run (line 45) | def run(self, *args, **kwargs) -> Any: method set_wakeup_period (line 48) | def set_wakeup_period(self, *args, **kwargs) -> Any: method load_binary (line 51) | def load_binary(self, *args, **kwargs) -> Any: method __init__ (line 54) | def __init__(self, *argv, **kwargs) -> None: class NVS (line 58) | class NVS: method get_i32 (line 59) | def get_i32(self, *args, **kwargs) -> Any: method set_i32 (line 62) | def set_i32(self, *args, **kwargs) -> Any: method set_blob (line 65) | def set_blob(self, *args, **kwargs) -> Any: method commit (line 68) | def commit(self, *args, **kwargs) -> Any: method get_blob (line 71) | def get_blob(self, *args, **kwargs) -> Any: method erase_key (line 74) | def erase_key(self, *args, **kwargs) -> Any: method __init__ (line 77) | def __init__(self, *argv, **kwargs) -> None: class Partition (line 81) | class Partition: method readblocks (line 87) | def readblocks(self, *args, **kwargs) -> Any: method ioctl (line 90) | def ioctl(self, *args, **kwargs) -> Any: method set_boot (line 93) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 96) | def writeblocks(self, *args, **kwargs) -> Any: method info (line 99) | def info(self, *args, **kwargs) -> Any: method find (line 102) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 105) | def get_next_update(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 109) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method __init__ (line 112) | def __init__(self, *argv, **kwargs) -> None: class RMT (line 116) | class RMT: method source_freq (line 117) | def source_freq(self, *args, **kwargs) -> Any: method loop (line 120) | def loop(self, *args, **kwargs) -> Any: method wait_done (line 123) | def wait_done(self, *args, **kwargs) -> Any: method write_pulses (line 126) | def write_pulses(self, *args, **kwargs) -> Any: method bitstream_channel (line 129) | def bitstream_channel(self, *args, **kwargs) -> Any: method deinit (line 132) | def deinit(self, *args, **kwargs) -> Any: method clock_div (line 135) | def clock_div(self, *args, **kwargs) -> Any: method __init__ (line 138) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/esp32.pyi function idf_heap_info (line 8) | def idf_heap_info(*args, **kwargs) -> Any: ... function hall_sensor (line 9) | def hall_sensor(*args, **kwargs) -> Any: ... function wake_on_ext1 (line 10) | def wake_on_ext1(*args, **kwargs) -> Any: ... function raw_temperature (line 11) | def raw_temperature(*args, **kwargs) -> Any: ... function wake_on_ext0 (line 12) | def wake_on_ext0(*args, **kwargs) -> Any: ... function wake_on_touch (line 13) | def wake_on_touch(*args, **kwargs) -> Any: ... function gpio_deep_sleep_hold (line 14) | def gpio_deep_sleep_hold(*args, **kwargs) -> Any: ... class ULP (line 16) | class ULP: method run (line 18) | def run(self, *args, **kwargs) -> Any: ... method set_wakeup_period (line 19) | def set_wakeup_period(self, *args, **kwargs) -> Any: ... method load_binary (line 20) | def load_binary(self, *args, **kwargs) -> Any: ... method __init__ (line 21) | def __init__(self, *argv, **kwargs) -> None: ... class NVS (line 23) | class NVS: method get_i32 (line 24) | def get_i32(self, *args, **kwargs) -> Any: ... method set_i32 (line 25) | def set_i32(self, *args, **kwargs) -> Any: ... method set_blob (line 26) | def set_blob(self, *args, **kwargs) -> Any: ... method commit (line 27) | def commit(self, *args, **kwargs) -> Any: ... method get_blob (line 28) | def get_blob(self, *args, **kwargs) -> Any: ... method erase_key (line 29) | def erase_key(self, *args, **kwargs) -> Any: ... method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class Partition (line 32) | class Partition: method readblocks (line 37) | def readblocks(self, *args, **kwargs) -> Any: ... method ioctl (line 38) | def ioctl(self, *args, **kwargs) -> Any: ... method set_boot (line 39) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 40) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 41) | def info(self, *args, **kwargs) -> Any: ... method find (line 42) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 43) | def get_next_update(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 45) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: ... class RMT (line 48) | class RMT: method source_freq (line 49) | def source_freq(self, *args, **kwargs) -> Any: ... method loop (line 50) | def loop(self, *args, **kwargs) -> Any: ... method wait_done (line 51) | def wait_done(self, *args, **kwargs) -> Any: ... method write_pulses (line 52) | def write_pulses(self, *args, **kwargs) -> Any: ... method bitstream_channel (line 53) | def bitstream_channel(self, *args, **kwargs) -> Any: ... method deinit (line 54) | def deinit(self, *args, **kwargs) -> Any: ... method clock_div (line 55) | def clock_div(self, *args, **kwargs) -> Any: ... method __init__ (line 56) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/flashbdev.py class Partition (line 11) | class Partition: method readblocks (line 17) | def readblocks(self, *args, **kwargs) -> Any: method ioctl (line 20) | def ioctl(self, *args, **kwargs) -> Any: method set_boot (line 23) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 26) | def writeblocks(self, *args, **kwargs) -> Any: method info (line 29) | def info(self, *args, **kwargs) -> Any: method find (line 32) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 35) | def get_next_update(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 39) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/flashbdev.pyi class Partition (line 5) | class Partition: method readblocks (line 10) | def readblocks(self, *args, **kwargs) -> Any: ... method ioctl (line 11) | def ioctl(self, *args, **kwargs) -> Any: ... method set_boot (line 12) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 13) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 14) | def info(self, *args, **kwargs) -> Any: ... method find (line 15) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 16) | def get_next_update(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 18) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/framebuf.py function FrameBuffer1 (line 18) | def FrameBuffer1(*args, **kwargs) -> Any: class FrameBuffer (line 22) | class FrameBuffer: method rect (line 23) | def rect(self, *args, **kwargs) -> Any: method pixel (line 26) | def pixel(self, *args, **kwargs) -> Any: method vline (line 29) | def vline(self, *args, **kwargs) -> Any: method scroll (line 32) | def scroll(self, *args, **kwargs) -> Any: method text (line 35) | def text(self, *args, **kwargs) -> Any: method fill (line 38) | def fill(self, *args, **kwargs) -> Any: method blit (line 41) | def blit(self, *args, **kwargs) -> Any: method line (line 44) | def line(self, *args, **kwargs) -> Any: method fill_rect (line 47) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 50) | def hline(self, *args, **kwargs) -> Any: method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/framebuf.pyi function FrameBuffer1 (line 12) | def FrameBuffer1(*args, **kwargs) -> Any: ... class FrameBuffer (line 14) | class FrameBuffer: method rect (line 15) | def rect(self, *args, **kwargs) -> Any: ... method pixel (line 16) | def pixel(self, *args, **kwargs) -> Any: ... method vline (line 17) | def vline(self, *args, **kwargs) -> Any: ... method scroll (line 18) | def scroll(self, *args, **kwargs) -> Any: ... method text (line 19) | def text(self, *args, **kwargs) -> Any: ... method fill (line 20) | def fill(self, *args, **kwargs) -> Any: ... method blit (line 21) | def blit(self, *args, **kwargs) -> Any: ... method line (line 22) | def line(self, *args, **kwargs) -> Any: ... method fill_rect (line 23) | def fill_rect(self, *args, **kwargs) -> Any: ... method hline (line 24) | def hline(self, *args, **kwargs) -> Any: ... method __init__ (line 25) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/gc.py function mem_alloc (line 9) | def mem_alloc(*args, **kwargs) -> Any: function isenabled (line 13) | def isenabled(*args, **kwargs) -> Any: function mem_free (line 17) | def mem_free(*args, **kwargs) -> Any: function threshold (line 21) | def threshold(*args, **kwargs) -> Any: function collect (line 25) | def collect(*args, **kwargs) -> Any: function enable (line 29) | def enable(*args, **kwargs) -> Any: function disable (line 33) | def disable(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/gc.pyi function mem_alloc (line 3) | def mem_alloc(*args, **kwargs) -> Any: ... function isenabled (line 4) | def isenabled(*args, **kwargs) -> Any: ... function mem_free (line 5) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 6) | def threshold(*args, **kwargs) -> Any: ... function collect (line 7) | def collect(*args, **kwargs) -> Any: ... function enable (line 8) | def enable(*args, **kwargs) -> Any: ... function disable (line 9) | def disable(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/hashlib.py class sha256 (line 9) | class sha256: method digest (line 10) | def digest(self, *args, **kwargs) -> Any: method update (line 13) | def update(self, *args, **kwargs) -> Any: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class sha1 (line 20) | class sha1: method digest (line 21) | def digest(self, *args, **kwargs) -> Any: method update (line 24) | def update(self, *args, **kwargs) -> Any: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/hashlib.pyi class sha256 (line 3) | class sha256: method digest (line 4) | def digest(self, *args, **kwargs) -> Any: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 8) | class sha1: method digest (line 9) | def digest(self, *args, **kwargs) -> Any: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/heapq.py function heappop (line 9) | def heappop(*args, **kwargs) -> Any: function heappush (line 13) | def heappush(*args, **kwargs) -> Any: function heapify (line 17) | def heapify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/heapq.pyi function heappop (line 3) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 4) | def heappush(*args, **kwargs) -> Any: ... function heapify (line 5) | def heapify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/inisetup.py function check_bootsec (line 9) | def check_bootsec(*args, **kwargs) -> Any: function fs_corrupted (line 13) | def fs_corrupted(*args, **kwargs) -> Any: function setup (line 17) | def setup(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/inisetup.pyi function check_bootsec (line 3) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 4) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 5) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/io.py function open (line 9) | def open(*args, **kwargs) -> Any: class IOBase (line 13) | class IOBase: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: class TextIOWrapper (line 18) | class TextIOWrapper: method write (line 19) | def write(self, *args, **kwargs) -> Any: method flush (line 22) | def flush(self, *args, **kwargs) -> Any: method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: method seek (line 28) | def seek(self, *args, **kwargs) -> Any: method tell (line 31) | def tell(self, *args, **kwargs) -> Any: method readline (line 34) | def readline(self, *args, **kwargs) -> Any: method close (line 37) | def close(self, *args, **kwargs) -> Any: method read (line 40) | def read(self, *args, **kwargs) -> Any: method readinto (line 43) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 50) | class StringIO: method write (line 51) | def write(self, *args, **kwargs) -> Any: method flush (line 54) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 57) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 60) | def seek(self, *args, **kwargs) -> Any: method tell (line 63) | def tell(self, *args, **kwargs) -> Any: method readline (line 66) | def readline(self, *args, **kwargs) -> Any: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: class BufferedWriter (line 82) | class BufferedWriter: method flush (line 83) | def flush(self, *args, **kwargs) -> Any: method write (line 86) | def write(self, *args, **kwargs) -> Any: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: class FileIO (line 93) | class FileIO: method write (line 94) | def write(self, *args, **kwargs) -> Any: method flush (line 97) | def flush(self, *args, **kwargs) -> Any: method readlines (line 100) | def readlines(self, *args, **kwargs) -> Any: method seek (line 103) | def seek(self, *args, **kwargs) -> Any: method tell (line 106) | def tell(self, *args, **kwargs) -> Any: method readline (line 109) | def readline(self, *args, **kwargs) -> Any: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 121) | def __init__(self, *argv, **kwargs) -> None: class BytesIO (line 125) | class BytesIO: method write (line 126) | def write(self, *args, **kwargs) -> Any: method flush (line 129) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 132) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 135) | def seek(self, *args, **kwargs) -> Any: method tell (line 138) | def tell(self, *args, **kwargs) -> Any: method readline (line 141) | def readline(self, *args, **kwargs) -> Any: method close (line 144) | def close(self, *args, **kwargs) -> Any: method read (line 147) | def read(self, *args, **kwargs) -> Any: method readinto (line 150) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/io.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class IOBase (line 5) | class IOBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 8) | class TextIOWrapper: method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method flush (line 10) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 11) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 12) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 13) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 14) | def readline(self, *args, **kwargs) -> Any: ... method close (line 15) | def close(self, *args, **kwargs) -> Any: ... method read (line 16) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 17) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 20) | class StringIO: method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method flush (line 22) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 23) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 24) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 25) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 26) | def readline(self, *args, **kwargs) -> Any: ... method close (line 27) | def close(self, *args, **kwargs) -> Any: ... method read (line 28) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 29) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 32) | class BufferedWriter: method flush (line 33) | def flush(self, *args, **kwargs) -> Any: ... method write (line 34) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 37) | class FileIO: method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 40) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method close (line 44) | def close(self, *args, **kwargs) -> Any: ... method read (line 45) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 46) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 49) | class BytesIO: method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 55) | def readline(self, *args, **kwargs) -> Any: ... method close (line 56) | def close(self, *args, **kwargs) -> Any: ... method read (line 57) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 58) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/json.py function loads (line 9) | def loads(*args, **kwargs) -> Any: function load (line 13) | def load(*args, **kwargs) -> Any: function dumps (line 17) | def dumps(*args, **kwargs) -> Any: function dump (line 21) | def dump(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/json.pyi function loads (line 3) | def loads(*args, **kwargs) -> Any: ... function load (line 4) | def load(*args, **kwargs) -> Any: ... function dumps (line 5) | def dumps(*args, **kwargs) -> Any: ... function dump (line 6) | def dump(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/machine.py function enable_irq (line 23) | def enable_irq(*args, **kwargs) -> Any: function bitstream (line 27) | def bitstream(*args, **kwargs) -> Any: function disable_irq (line 31) | def disable_irq(*args, **kwargs) -> Any: function deepsleep (line 35) | def deepsleep(*args, **kwargs) -> Any: function wake_reason (line 39) | def wake_reason(*args, **kwargs) -> Any: function sleep (line 43) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 47) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 51) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 55) | def unique_id(*args, **kwargs) -> Any: function freq (line 59) | def freq(*args, **kwargs) -> Any: function reset_cause (line 63) | def reset_cause(*args, **kwargs) -> Any: function idle (line 67) | def idle(*args, **kwargs) -> Any: function lightsleep (line 71) | def lightsleep(*args, **kwargs) -> Any: function reset (line 75) | def reset(*args, **kwargs) -> Any: class PWM (line 82) | class PWM: method duty_u16 (line 83) | def duty_u16(self, *args, **kwargs) -> Any: method init (line 86) | def init(self, *args, **kwargs) -> Any: method freq (line 89) | def freq(self, *args, **kwargs) -> Any: method deinit (line 92) | def deinit(self, *args, **kwargs) -> Any: method duty_ns (line 95) | def duty_ns(self, *args, **kwargs) -> Any: method duty (line 98) | def duty(self, *args, **kwargs) -> Any: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: class UART (line 105) | class UART: method deinit (line 113) | def deinit(self, *args, **kwargs) -> Any: method init (line 116) | def init(self, *args, **kwargs) -> Any: method sendbreak (line 119) | def sendbreak(self, *args, **kwargs) -> Any: method read (line 122) | def read(self, *args, **kwargs) -> Any: method any (line 125) | def any(self, *args, **kwargs) -> Any: method write (line 128) | def write(self, *args, **kwargs) -> Any: method readinto (line 131) | def readinto(self, *args, **kwargs) -> Any: method readline (line 134) | def readline(self, *args, **kwargs) -> Any: method __init__ (line 137) | def __init__(self, *argv, **kwargs) -> None: class ADCBlock (line 145) | class ADCBlock: method init (line 146) | def init(self, *args, **kwargs) -> Any: method connect (line 149) | def connect(self, *args, **kwargs) -> Any: method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: class ADC (line 156) | class ADC: method read_u16 (line 166) | def read_u16(self, *args, **kwargs) -> Any: method init (line 169) | def init(self, *args, **kwargs) -> Any: method read_uv (line 172) | def read_uv(self, *args, **kwargs) -> Any: method width (line 175) | def width(self, *args, **kwargs) -> Any: method read (line 178) | def read(self, *args, **kwargs) -> Any: method block (line 181) | def block(self, *args, **kwargs) -> Any: method atten (line 184) | def atten(self, *args, **kwargs) -> Any: method __init__ (line 187) | def __init__(self, *argv, **kwargs) -> None: class I2S (line 191) | class I2S: method shift (line 197) | def shift(self, *args, **kwargs) -> Any: method init (line 200) | def init(self, *args, **kwargs) -> Any: method irq (line 203) | def irq(self, *args, **kwargs) -> Any: method readinto (line 206) | def readinto(self, *args, **kwargs) -> Any: method deinit (line 209) | def deinit(self, *args, **kwargs) -> Any: method write (line 212) | def write(self, *args, **kwargs) -> Any: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: class DAC (line 219) | class DAC: method write (line 220) | def write(self, *args, **kwargs) -> Any: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: class I2C (line 227) | class I2C: method readfrom_mem_into (line 228) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readfrom_into (line 231) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 234) | def readfrom_mem(self, *args, **kwargs) -> Any: method writeto_mem (line 237) | def writeto_mem(self, *args, **kwargs) -> Any: method scan (line 240) | def scan(self, *args, **kwargs) -> Any: method writeto (line 243) | def writeto(self, *args, **kwargs) -> Any: method writevto (line 246) | def writevto(self, *args, **kwargs) -> Any: method start (line 249) | def start(self, *args, **kwargs) -> Any: method readfrom (line 252) | def readfrom(self, *args, **kwargs) -> Any: method readinto (line 255) | def readinto(self, *args, **kwargs) -> Any: method init (line 258) | def init(self, *args, **kwargs) -> Any: method stop (line 261) | def stop(self, *args, **kwargs) -> Any: method write (line 264) | def write(self, *args, **kwargs) -> Any: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: class Timer (line 271) | class Timer: method deinit (line 275) | def deinit(self, *args, **kwargs) -> Any: method init (line 278) | def init(self, *args, **kwargs) -> Any: method value (line 281) | def value(self, *args, **kwargs) -> Any: method __init__ (line 284) | def __init__(self, *argv, **kwargs) -> None: class SoftSPI (line 288) | class SoftSPI: method deinit (line 292) | def deinit(self, *args, **kwargs) -> Any: method init (line 295) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 298) | def write_readinto(self, *args, **kwargs) -> Any: method read (line 301) | def read(self, *args, **kwargs) -> Any: method write (line 304) | def write(self, *args, **kwargs) -> Any: method readinto (line 307) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 310) | def __init__(self, *argv, **kwargs) -> None: class Pin (line 314) | class Pin: method irq (line 329) | def irq(self, *args, **kwargs) -> Any: method off (line 332) | def off(self, *args, **kwargs) -> Any: method on (line 335) | def on(self, *args, **kwargs) -> Any: method init (line 338) | def init(self, *args, **kwargs) -> Any: method value (line 341) | def value(self, *args, **kwargs) -> Any: method __init__ (line 344) | def __init__(self, *argv, **kwargs) -> None: class WDT (line 348) | class WDT: method feed (line 349) | def feed(self, *args, **kwargs) -> Any: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: class TouchPad (line 356) | class TouchPad: method config (line 357) | def config(self, *args, **kwargs) -> Any: method read (line 360) | def read(self, *args, **kwargs) -> Any: method __init__ (line 363) | def __init__(self, *argv, **kwargs) -> None: class SDCard (line 367) | class SDCard: method ioctl (line 368) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 371) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 374) | def writeblocks(self, *args, **kwargs) -> Any: method info (line 377) | def info(self, *args, **kwargs) -> Any: method deinit (line 380) | def deinit(self, *args, **kwargs) -> Any: method __init__ (line 383) | def __init__(self, *argv, **kwargs) -> None: class RTC (line 387) | class RTC: method init (line 388) | def init(self, *args, **kwargs) -> Any: method memory (line 391) | def memory(self, *args, **kwargs) -> Any: method datetime (line 394) | def datetime(self, *args, **kwargs) -> Any: method __init__ (line 397) | def __init__(self, *argv, **kwargs) -> None: class SoftI2C (line 401) | class SoftI2C: method readfrom_mem_into (line 402) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readfrom_into (line 405) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 408) | def readfrom_mem(self, *args, **kwargs) -> Any: method writeto_mem (line 411) | def writeto_mem(self, *args, **kwargs) -> Any: method scan (line 414) | def scan(self, *args, **kwargs) -> Any: method writeto (line 417) | def writeto(self, *args, **kwargs) -> Any: method writevto (line 420) | def writevto(self, *args, **kwargs) -> Any: method start (line 423) | def start(self, *args, **kwargs) -> Any: method readfrom (line 426) | def readfrom(self, *args, **kwargs) -> Any: method readinto (line 429) | def readinto(self, *args, **kwargs) -> Any: method init (line 432) | def init(self, *args, **kwargs) -> Any: method stop (line 435) | def stop(self, *args, **kwargs) -> Any: method write (line 438) | def write(self, *args, **kwargs) -> Any: method __init__ (line 441) | def __init__(self, *argv, **kwargs) -> None: class SPI (line 445) | class SPI: method deinit (line 449) | def deinit(self, *args, **kwargs) -> Any: method init (line 452) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 455) | def write_readinto(self, *args, **kwargs) -> Any: method read (line 458) | def read(self, *args, **kwargs) -> Any: method write (line 461) | def write(self, *args, **kwargs) -> Any: method readinto (line 464) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 467) | def __init__(self, *argv, **kwargs) -> None: class Signal (line 471) | class Signal: method off (line 472) | def off(self, *args, **kwargs) -> Any: method on (line 475) | def on(self, *args, **kwargs) -> Any: method value (line 478) | def value(self, *args, **kwargs) -> Any: method __init__ (line 481) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/machine.pyi function enable_irq (line 17) | def enable_irq(*args, **kwargs) -> Any: ... function bitstream (line 18) | def bitstream(*args, **kwargs) -> Any: ... function disable_irq (line 19) | def disable_irq(*args, **kwargs) -> Any: ... function deepsleep (line 20) | def deepsleep(*args, **kwargs) -> Any: ... function wake_reason (line 21) | def wake_reason(*args, **kwargs) -> Any: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 23) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 24) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 25) | def unique_id(*args, **kwargs) -> Any: ... function freq (line 26) | def freq(*args, **kwargs) -> Any: ... function reset_cause (line 27) | def reset_cause(*args, **kwargs) -> Any: ... function idle (line 28) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 29) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 30) | def reset(*args, **kwargs) -> Any: ... class PWM (line 34) | class PWM: method duty_u16 (line 35) | def duty_u16(self, *args, **kwargs) -> Any: ... method init (line 36) | def init(self, *args, **kwargs) -> Any: ... method freq (line 37) | def freq(self, *args, **kwargs) -> Any: ... method deinit (line 38) | def deinit(self, *args, **kwargs) -> Any: ... method duty_ns (line 39) | def duty_ns(self, *args, **kwargs) -> Any: ... method duty (line 40) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 43) | class UART: method deinit (line 50) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 51) | def init(self, *args, **kwargs) -> Any: ... method sendbreak (line 52) | def sendbreak(self, *args, **kwargs) -> Any: ... method read (line 53) | def read(self, *args, **kwargs) -> Any: ... method any (line 54) | def any(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method __init__ (line 58) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 63) | class ADCBlock: method init (line 64) | def init(self, *args, **kwargs) -> Any: ... method connect (line 65) | def connect(self, *args, **kwargs) -> Any: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 68) | class ADC: method read_u16 (line 77) | def read_u16(self, *args, **kwargs) -> Any: ... method init (line 78) | def init(self, *args, **kwargs) -> Any: ... method read_uv (line 79) | def read_uv(self, *args, **kwargs) -> Any: ... method width (line 80) | def width(self, *args, **kwargs) -> Any: ... method read (line 81) | def read(self, *args, **kwargs) -> Any: ... method block (line 82) | def block(self, *args, **kwargs) -> Any: ... method atten (line 83) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 86) | class I2S: method shift (line 91) | def shift(self, *args, **kwargs) -> Any: ... method init (line 92) | def init(self, *args, **kwargs) -> Any: ... method irq (line 93) | def irq(self, *args, **kwargs) -> Any: ... method readinto (line 94) | def readinto(self, *args, **kwargs) -> Any: ... method deinit (line 95) | def deinit(self, *args, **kwargs) -> Any: ... method write (line 96) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 97) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 99) | class DAC: method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 103) | class I2C: method readfrom_mem_into (line 104) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 105) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 106) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 107) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 108) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 109) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 110) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 111) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 112) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 113) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 114) | def init(self, *args, **kwargs) -> Any: ... method stop (line 115) | def stop(self, *args, **kwargs) -> Any: ... method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 119) | class Timer: method deinit (line 122) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 123) | def init(self, *args, **kwargs) -> Any: ... method value (line 124) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 125) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 127) | class SoftSPI: method deinit (line 130) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 131) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 132) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 133) | def read(self, *args, **kwargs) -> Any: ... method write (line 134) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 138) | class Pin: method irq (line 152) | def irq(self, *args, **kwargs) -> Any: ... method off (line 153) | def off(self, *args, **kwargs) -> Any: ... method on (line 154) | def on(self, *args, **kwargs) -> Any: ... method init (line 155) | def init(self, *args, **kwargs) -> Any: ... method value (line 156) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 159) | class WDT: method feed (line 160) | def feed(self, *args, **kwargs) -> Any: ... method __init__ (line 161) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 163) | class TouchPad: method config (line 164) | def config(self, *args, **kwargs) -> Any: ... method read (line 165) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 168) | class SDCard: method ioctl (line 169) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 170) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 171) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 172) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 173) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 174) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 176) | class RTC: method init (line 177) | def init(self, *args, **kwargs) -> Any: ... method memory (line 178) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 179) | def datetime(self, *args, **kwargs) -> Any: ... method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 182) | class SoftI2C: method readfrom_mem_into (line 183) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 184) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 185) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 186) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 187) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 188) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 189) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 190) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 191) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 192) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 193) | def init(self, *args, **kwargs) -> Any: ... method stop (line 194) | def stop(self, *args, **kwargs) -> Any: ... method write (line 195) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 196) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 198) | class SPI: method deinit (line 201) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 202) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 203) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 204) | def read(self, *args, **kwargs) -> Any: ... method write (line 205) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 206) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 207) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 209) | class Signal: method off (line 210) | def off(self, *args, **kwargs) -> Any: ... method on (line 211) | def on(self, *args, **kwargs) -> Any: ... method value (line 212) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/math.py function ldexp (line 15) | def ldexp(*args, **kwargs) -> Any: function lgamma (line 19) | def lgamma(*args, **kwargs) -> Any: function trunc (line 23) | def trunc(*args, **kwargs) -> Any: function isclose (line 27) | def isclose(*args, **kwargs) -> Any: function gamma (line 31) | def gamma(*args, **kwargs) -> Any: function isnan (line 35) | def isnan(*args, **kwargs) -> Any: function isfinite (line 39) | def isfinite(*args, **kwargs) -> Any: function isinf (line 43) | def isinf(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: function sinh (line 51) | def sinh(*args, **kwargs) -> Any: function log (line 55) | def log(*args, **kwargs) -> Any: function tan (line 59) | def tan(*args, **kwargs) -> Any: function tanh (line 63) | def tanh(*args, **kwargs) -> Any: function log2 (line 67) | def log2(*args, **kwargs) -> Any: function log10 (line 71) | def log10(*args, **kwargs) -> Any: function sin (line 75) | def sin(*args, **kwargs) -> Any: function modf (line 79) | def modf(*args, **kwargs) -> Any: function radians (line 83) | def radians(*args, **kwargs) -> Any: function atanh (line 87) | def atanh(*args, **kwargs) -> Any: function atan2 (line 91) | def atan2(*args, **kwargs) -> Any: function atan (line 95) | def atan(*args, **kwargs) -> Any: function ceil (line 99) | def ceil(*args, **kwargs) -> Any: function copysign (line 103) | def copysign(*args, **kwargs) -> Any: function frexp (line 107) | def frexp(*args, **kwargs) -> Any: function acos (line 111) | def acos(*args, **kwargs) -> Any: function pow (line 115) | def pow(*args, **kwargs) -> Any: function asinh (line 119) | def asinh(*args, **kwargs) -> Any: function acosh (line 123) | def acosh(*args, **kwargs) -> Any: function asin (line 127) | def asin(*args, **kwargs) -> Any: function factorial (line 131) | def factorial(*args, **kwargs) -> Any: function fabs (line 135) | def fabs(*args, **kwargs) -> Any: function expm1 (line 139) | def expm1(*args, **kwargs) -> Any: function floor (line 143) | def floor(*args, **kwargs) -> Any: function fmod (line 147) | def fmod(*args, **kwargs) -> Any: function cos (line 151) | def cos(*args, **kwargs) -> Any: function degrees (line 155) | def degrees(*args, **kwargs) -> Any: function cosh (line 159) | def cosh(*args, **kwargs) -> Any: function exp (line 163) | def exp(*args, **kwargs) -> Any: function erf (line 167) | def erf(*args, **kwargs) -> Any: function erfc (line 171) | def erfc(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/math.pyi function ldexp (line 9) | def ldexp(*args, **kwargs) -> Any: ... function lgamma (line 10) | def lgamma(*args, **kwargs) -> Any: ... function trunc (line 11) | def trunc(*args, **kwargs) -> Any: ... function isclose (line 12) | def isclose(*args, **kwargs) -> Any: ... function gamma (line 13) | def gamma(*args, **kwargs) -> Any: ... function isnan (line 14) | def isnan(*args, **kwargs) -> Any: ... function isfinite (line 15) | def isfinite(*args, **kwargs) -> Any: ... function isinf (line 16) | def isinf(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... function sinh (line 18) | def sinh(*args, **kwargs) -> Any: ... function log (line 19) | def log(*args, **kwargs) -> Any: ... function tan (line 20) | def tan(*args, **kwargs) -> Any: ... function tanh (line 21) | def tanh(*args, **kwargs) -> Any: ... function log2 (line 22) | def log2(*args, **kwargs) -> Any: ... function log10 (line 23) | def log10(*args, **kwargs) -> Any: ... function sin (line 24) | def sin(*args, **kwargs) -> Any: ... function modf (line 25) | def modf(*args, **kwargs) -> Any: ... function radians (line 26) | def radians(*args, **kwargs) -> Any: ... function atanh (line 27) | def atanh(*args, **kwargs) -> Any: ... function atan2 (line 28) | def atan2(*args, **kwargs) -> Any: ... function atan (line 29) | def atan(*args, **kwargs) -> Any: ... function ceil (line 30) | def ceil(*args, **kwargs) -> Any: ... function copysign (line 31) | def copysign(*args, **kwargs) -> Any: ... function frexp (line 32) | def frexp(*args, **kwargs) -> Any: ... function acos (line 33) | def acos(*args, **kwargs) -> Any: ... function pow (line 34) | def pow(*args, **kwargs) -> Any: ... function asinh (line 35) | def asinh(*args, **kwargs) -> Any: ... function acosh (line 36) | def acosh(*args, **kwargs) -> Any: ... function asin (line 37) | def asin(*args, **kwargs) -> Any: ... function factorial (line 38) | def factorial(*args, **kwargs) -> Any: ... function fabs (line 39) | def fabs(*args, **kwargs) -> Any: ... function expm1 (line 40) | def expm1(*args, **kwargs) -> Any: ... function floor (line 41) | def floor(*args, **kwargs) -> Any: ... function fmod (line 42) | def fmod(*args, **kwargs) -> Any: ... function cos (line 43) | def cos(*args, **kwargs) -> Any: ... function degrees (line 44) | def degrees(*args, **kwargs) -> Any: ... function cosh (line 45) | def cosh(*args, **kwargs) -> Any: ... function exp (line 46) | def exp(*args, **kwargs) -> Any: ... function erf (line 47) | def erf(*args, **kwargs) -> Any: ... function erfc (line 48) | def erfc(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/micropython.py function opt_level (line 9) | def opt_level(*args, **kwargs) -> Any: function mem_info (line 13) | def mem_info(*args, **kwargs) -> Any: function stack_use (line 17) | def stack_use(*args, **kwargs) -> Any: function qstr_info (line 21) | def qstr_info(*args, **kwargs) -> Any: function schedule (line 25) | def schedule(*args, **kwargs) -> Any: function alloc_emergency_exception_buf (line 29) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: function const (line 33) | def const(*args, **kwargs) -> Any: function kbd_intr (line 37) | def kbd_intr(*args, **kwargs) -> Any: function heap_lock (line 41) | def heap_lock(*args, **kwargs) -> Any: function heap_unlock (line 45) | def heap_unlock(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/micropython.pyi function opt_level (line 3) | def opt_level(*args, **kwargs) -> Any: ... function mem_info (line 4) | def mem_info(*args, **kwargs) -> Any: ... function stack_use (line 5) | def stack_use(*args, **kwargs) -> Any: ... function qstr_info (line 6) | def qstr_info(*args, **kwargs) -> Any: ... function schedule (line 7) | def schedule(*args, **kwargs) -> Any: ... function alloc_emergency_exception_buf (line 8) | def alloc_emergency_exception_buf(*args, **kwargs) -> Any: ... function const (line 9) | def const(*args, **kwargs) -> Any: ... function kbd_intr (line 10) | def kbd_intr(*args, **kwargs) -> Any: ... function heap_lock (line 11) | def heap_lock(*args, **kwargs) -> Any: ... function heap_unlock (line 12) | def heap_unlock(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/neopixel.py function bitstream (line 9) | def bitstream(*args, **kwargs) -> Any: class NeoPixel (line 13) | class NeoPixel: method write (line 16) | def write(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method __init__ (line 22) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/neopixel.pyi function bitstream (line 3) | def bitstream(*args, **kwargs) -> Any: ... class NeoPixel (line 5) | class NeoPixel: method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method fill (line 8) | def fill(self, *args, **kwargs) -> Any: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/network.py function WLAN (line 42) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 46) | def phy_mode(*args, **kwargs) -> Any: function PPP (line 50) | def PPP(*args, **kwargs) -> Any: function LAN (line 54) | def LAN(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/network.pyi function WLAN (line 36) | def WLAN(*args, **kwargs) -> Any: ... function phy_mode (line 37) | def phy_mode(*args, **kwargs) -> Any: ... function PPP (line 38) | def PPP(*args, **kwargs) -> Any: ... function LAN (line 39) | def LAN(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ntptime.py function settime (line 12) | def settime(*args, **kwargs) -> Any: function time (line 16) | def time(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ntptime.pyi function settime (line 6) | def settime(*args, **kwargs) -> Any: ... function time (line 7) | def time(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/onewire.py class OneWire (line 9) | class OneWire: method select_rom (line 14) | def select_rom(self, *args, **kwargs) -> Any: method writebyte (line 17) | def writebyte(self, *args, **kwargs) -> Any: method crc8 (line 20) | def crc8(self, *args, **kwargs) -> Any: method write (line 23) | def write(self, *args, **kwargs) -> Any: method readinto (line 26) | def readinto(self, *args, **kwargs) -> Any: method readbyte (line 29) | def readbyte(self, *args, **kwargs) -> Any: method readbit (line 32) | def readbit(self, *args, **kwargs) -> Any: method writebit (line 35) | def writebit(self, *args, **kwargs) -> Any: method reset (line 38) | def reset(self, *args, **kwargs) -> Any: method scan (line 41) | def scan(self, *args, **kwargs) -> Any: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: class OneWireError (line 48) | class OneWireError(Exception): FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/onewire.pyi class OneWire (line 3) | class OneWire: method select_rom (line 7) | def select_rom(self, *args, **kwargs) -> Any: ... method writebyte (line 8) | def writebyte(self, *args, **kwargs) -> Any: ... method crc8 (line 9) | def crc8(self, *args, **kwargs) -> Any: ... method write (line 10) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 11) | def readinto(self, *args, **kwargs) -> Any: ... method readbyte (line 12) | def readbyte(self, *args, **kwargs) -> Any: ... method readbit (line 13) | def readbit(self, *args, **kwargs) -> Any: ... method writebit (line 14) | def writebit(self, *args, **kwargs) -> Any: ... method reset (line 15) | def reset(self, *args, **kwargs) -> Any: ... method scan (line 16) | def scan(self, *args, **kwargs) -> Any: ... method __init__ (line 17) | def __init__(self, *argv, **kwargs) -> None: ... class OneWireError (line 19) | class OneWireError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/os.py function stat (line 9) | def stat(*args, **kwargs) -> Any: function rmdir (line 13) | def rmdir(*args, **kwargs) -> Any: function rename (line 17) | def rename(*args, **kwargs) -> Any: function mount (line 21) | def mount(*args, **kwargs) -> Any: function mkdir (line 25) | def mkdir(*args, **kwargs) -> Any: function statvfs (line 29) | def statvfs(*args, **kwargs) -> Any: function unlink (line 33) | def unlink(*args, **kwargs) -> Any: function uname (line 37) | def uname(*args, **kwargs) -> Any: function umount (line 41) | def umount(*args, **kwargs) -> Any: function urandom (line 45) | def urandom(*args, **kwargs) -> Any: function chdir (line 49) | def chdir(*args, **kwargs) -> Any: function dupterm (line 53) | def dupterm(*args, **kwargs) -> Any: function remove (line 57) | def remove(*args, **kwargs) -> Any: function listdir (line 61) | def listdir(*args, **kwargs) -> Any: function dupterm_notify (line 65) | def dupterm_notify(*args, **kwargs) -> Any: function ilistdir (line 69) | def ilistdir(*args, **kwargs) -> Any: function getcwd (line 73) | def getcwd(*args, **kwargs) -> Any: class VfsLfs2 (line 77) | class VfsLfs2: method rename (line 78) | def rename(self, *args, **kwargs) -> Any: method mkfs (line 81) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 84) | def mount(self, *args, **kwargs) -> Any: method statvfs (line 87) | def statvfs(self, *args, **kwargs) -> Any: method rmdir (line 90) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 93) | def stat(self, *args, **kwargs) -> Any: method umount (line 96) | def umount(self, *args, **kwargs) -> Any: method remove (line 99) | def remove(self, *args, **kwargs) -> Any: method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Any: method open (line 105) | def open(self, *args, **kwargs) -> Any: method ilistdir (line 108) | def ilistdir(self, *args, **kwargs) -> Any: method chdir (line 111) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 114) | def getcwd(self, *args, **kwargs) -> Any: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: class VfsFat (line 121) | class VfsFat: method rename (line 122) | def rename(self, *args, **kwargs) -> Any: method mkfs (line 125) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 128) | def mount(self, *args, **kwargs) -> Any: method statvfs (line 131) | def statvfs(self, *args, **kwargs) -> Any: method rmdir (line 134) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 137) | def stat(self, *args, **kwargs) -> Any: method umount (line 140) | def umount(self, *args, **kwargs) -> Any: method remove (line 143) | def remove(self, *args, **kwargs) -> Any: method mkdir (line 146) | def mkdir(self, *args, **kwargs) -> Any: method open (line 149) | def open(self, *args, **kwargs) -> Any: method ilistdir (line 152) | def ilistdir(self, *args, **kwargs) -> Any: method chdir (line 155) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 158) | def getcwd(self, *args, **kwargs) -> Any: method __init__ (line 161) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/os.pyi function stat (line 3) | def stat(*args, **kwargs) -> Any: ... function rmdir (line 4) | def rmdir(*args, **kwargs) -> Any: ... function rename (line 5) | def rename(*args, **kwargs) -> Any: ... function mount (line 6) | def mount(*args, **kwargs) -> Any: ... function mkdir (line 7) | def mkdir(*args, **kwargs) -> Any: ... function statvfs (line 8) | def statvfs(*args, **kwargs) -> Any: ... function unlink (line 9) | def unlink(*args, **kwargs) -> Any: ... function uname (line 10) | def uname(*args, **kwargs) -> Any: ... function umount (line 11) | def umount(*args, **kwargs) -> Any: ... function urandom (line 12) | def urandom(*args, **kwargs) -> Any: ... function chdir (line 13) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 14) | def dupterm(*args, **kwargs) -> Any: ... function remove (line 15) | def remove(*args, **kwargs) -> Any: ... function listdir (line 16) | def listdir(*args, **kwargs) -> Any: ... function dupterm_notify (line 17) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 18) | def ilistdir(*args, **kwargs) -> Any: ... function getcwd (line 19) | def getcwd(*args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method rename (line 22) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 23) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 24) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 25) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 26) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 27) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 28) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 30) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 31) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 33) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 34) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 37) | class VfsFat: method rename (line 38) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 39) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 40) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 41) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 42) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 43) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 45) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 46) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 47) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 48) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 49) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 50) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/platform.py function platform (line 9) | def platform(*args, **kwargs) -> Any: function python_compiler (line 13) | def python_compiler(*args, **kwargs) -> Any: function libc_ver (line 17) | def libc_ver(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/platform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/random.py function randrange (line 9) | def randrange(*args, **kwargs) -> Any: function random (line 13) | def random(*args, **kwargs) -> Any: function seed (line 17) | def seed(*args, **kwargs) -> Any: function uniform (line 21) | def uniform(*args, **kwargs) -> Any: function choice (line 25) | def choice(*args, **kwargs) -> Any: function randint (line 29) | def randint(*args, **kwargs) -> Any: function getrandbits (line 33) | def getrandbits(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/random.pyi function randrange (line 3) | def randrange(*args, **kwargs) -> Any: ... function random (line 4) | def random(*args, **kwargs) -> Any: ... function seed (line 5) | def seed(*args, **kwargs) -> Any: ... function uniform (line 6) | def uniform(*args, **kwargs) -> Any: ... function choice (line 7) | def choice(*args, **kwargs) -> Any: ... function randint (line 8) | def randint(*args, **kwargs) -> Any: ... function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/select.py function select (line 14) | def select(*args, **kwargs) -> Any: function poll (line 18) | def poll(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/select.pyi function select (line 8) | def select(*args, **kwargs) -> Any: ... function poll (line 9) | def poll(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/socket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method recvfrom (line 26) | def recvfrom(self, *args, **kwargs) -> Any: method recv (line 29) | def recv(self, *args, **kwargs) -> Any: method makefile (line 32) | def makefile(self, *args, **kwargs) -> Any: method listen (line 35) | def listen(self, *args, **kwargs) -> Any: method fileno (line 38) | def fileno(self, *args, **kwargs) -> Any: method sendall (line 41) | def sendall(self, *args, **kwargs) -> Any: method setsockopt (line 44) | def setsockopt(self, *args, **kwargs) -> Any: method setblocking (line 47) | def setblocking(self, *args, **kwargs) -> Any: method sendto (line 50) | def sendto(self, *args, **kwargs) -> Any: method settimeout (line 53) | def settimeout(self, *args, **kwargs) -> Any: method readline (line 56) | def readline(self, *args, **kwargs) -> Any: method readinto (line 59) | def readinto(self, *args, **kwargs) -> Any: method read (line 62) | def read(self, *args, **kwargs) -> Any: method close (line 65) | def close(self, *args, **kwargs) -> Any: method connect (line 68) | def connect(self, *args, **kwargs) -> Any: method send (line 71) | def send(self, *args, **kwargs) -> Any: method bind (line 74) | def bind(self, *args, **kwargs) -> Any: method accept (line 77) | def accept(self, *args, **kwargs) -> Any: method write (line 80) | def write(self, *args, **kwargs) -> Any: method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/socket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method recvfrom (line 18) | def recvfrom(self, *args, **kwargs) -> Any: ... method recv (line 19) | def recv(self, *args, **kwargs) -> Any: ... method makefile (line 20) | def makefile(self, *args, **kwargs) -> Any: ... method listen (line 21) | def listen(self, *args, **kwargs) -> Any: ... method fileno (line 22) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 23) | def sendall(self, *args, **kwargs) -> Any: ... method setsockopt (line 24) | def setsockopt(self, *args, **kwargs) -> Any: ... method setblocking (line 25) | def setblocking(self, *args, **kwargs) -> Any: ... method sendto (line 26) | def sendto(self, *args, **kwargs) -> Any: ... method settimeout (line 27) | def settimeout(self, *args, **kwargs) -> Any: ... method readline (line 28) | def readline(self, *args, **kwargs) -> Any: ... method readinto (line 29) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 30) | def read(self, *args, **kwargs) -> Any: ... method close (line 31) | def close(self, *args, **kwargs) -> Any: ... method connect (line 32) | def connect(self, *args, **kwargs) -> Any: ... method send (line 33) | def send(self, *args, **kwargs) -> Any: ... method bind (line 34) | def bind(self, *args, **kwargs) -> Any: ... method accept (line 35) | def accept(self, *args, **kwargs) -> Any: ... method write (line 36) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ssl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ssl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/struct.py function pack_into (line 9) | def pack_into(*args, **kwargs) -> Any: function unpack (line 13) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 17) | def unpack_from(*args, **kwargs) -> Any: function pack (line 21) | def pack(*args, **kwargs) -> Any: function calcsize (line 25) | def calcsize(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/struct.pyi function pack_into (line 3) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 4) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 5) | def unpack_from(*args, **kwargs) -> Any: ... function pack (line 6) | def pack(*args, **kwargs) -> Any: ... function calcsize (line 7) | def calcsize(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/sys.py function print_exception (line 21) | def print_exception(*args, **kwargs) -> Any: function exit (line 25) | def exit(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/sys.pyi function print_exception (line 15) | def print_exception(*args, **kwargs) -> Any: ... function exit (line 16) | def exit(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/time.py function ticks_diff (line 9) | def ticks_diff(*args, **kwargs) -> Any: function ticks_add (line 13) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 17) | def ticks_cpu(*args, **kwargs) -> Any: function time (line 21) | def time(*args, **kwargs) -> Any: function ticks_ms (line 25) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 29) | def ticks_us(*args, **kwargs) -> Any: function time_ns (line 33) | def time_ns(*args, **kwargs) -> Any: function localtime (line 37) | def localtime(*args, **kwargs) -> Any: function sleep_us (line 41) | def sleep_us(*args, **kwargs) -> Any: function gmtime (line 45) | def gmtime(*args, **kwargs) -> Any: function sleep_ms (line 49) | def sleep_ms(*args, **kwargs) -> Any: function mktime (line 53) | def mktime(*args, **kwargs) -> Any: function sleep (line 57) | def sleep(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/time.pyi function ticks_diff (line 3) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_add (line 4) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 5) | def ticks_cpu(*args, **kwargs) -> Any: ... function time (line 6) | def time(*args, **kwargs) -> Any: ... function ticks_ms (line 7) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 8) | def ticks_us(*args, **kwargs) -> Any: ... function time_ns (line 9) | def time_ns(*args, **kwargs) -> Any: ... function localtime (line 10) | def localtime(*args, **kwargs) -> Any: ... function sleep_us (line 11) | def sleep_us(*args, **kwargs) -> Any: ... function gmtime (line 12) | def gmtime(*args, **kwargs) -> Any: ... function sleep_ms (line 13) | def sleep_ms(*args, **kwargs) -> Any: ... function mktime (line 14) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 15) | def sleep(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uarray.py class array (line 9) | class array: method extend (line 10) | def extend(self, *args, **kwargs) -> Any: method decode (line 13) | def decode(self, *args, **kwargs) -> Any: method append (line 16) | def append(self, *args, **kwargs) -> Any: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uarray.pyi class array (line 3) | class array: method extend (line 4) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 5) | def decode(self, *args, **kwargs) -> Any: ... method append (line 6) | def append(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uasyncio.pyi function ticks_add (line 3) | def ticks_add(*args, **kwargs) -> Any: ... function create_task (line 4) | def create_task(*args, **kwargs) -> Any: ... function wait_for_ms (line 5) | def wait_for_ms(*args, **kwargs) -> Any: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Any: ... function run_until_complete (line 7) | def run_until_complete(*args, **kwargs) -> Any: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Any: ... function ticks (line 11) | def ticks(*args, **kwargs) -> Any: ... function sleep (line 12) | def sleep(*args, **kwargs) -> Any: ... function run (line 13) | def run(*args, **kwargs) -> Any: ... function sleep_ms (line 14) | def sleep_ms(*args, **kwargs) -> Any: ... class TimeoutError (line 16) | class TimeoutError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uasyncio/__init__.py function ticks_add (line 9) | def ticks_add(*args, **kwargs) -> Any: function create_task (line 13) | def create_task(*args, **kwargs) -> Any: function wait_for_ms (line 17) | def wait_for_ms(*args, **kwargs) -> Any: function ticks_diff (line 21) | def ticks_diff(*args, **kwargs) -> Any: function run_until_complete (line 25) | def run_until_complete(*args, **kwargs) -> Any: function new_event_loop (line 29) | def new_event_loop(*args, **kwargs) -> Any: function current_task (line 33) | def current_task(*args, **kwargs) -> Any: function get_event_loop (line 37) | def get_event_loop(*args, **kwargs) -> Any: function ticks (line 41) | def ticks(*args, **kwargs) -> Any: function sleep (line 45) | def sleep(*args, **kwargs) -> Any: function run (line 49) | def run(*args, **kwargs) -> Any: function sleep_ms (line 53) | def sleep_ms(*args, **kwargs) -> Any: class TimeoutError (line 57) | class TimeoutError(Exception): FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uasyncio/__init__.pyi function ticks_add (line 3) | def ticks_add(*args, **kwargs) -> Any: ... function create_task (line 4) | def create_task(*args, **kwargs) -> Any: ... function wait_for_ms (line 5) | def wait_for_ms(*args, **kwargs) -> Any: ... function ticks_diff (line 6) | def ticks_diff(*args, **kwargs) -> Any: ... function run_until_complete (line 7) | def run_until_complete(*args, **kwargs) -> Any: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Any: ... function ticks (line 11) | def ticks(*args, **kwargs) -> Any: ... function sleep (line 12) | def sleep(*args, **kwargs) -> Any: ... function run (line 13) | def run(*args, **kwargs) -> Any: ... function sleep_ms (line 14) | def sleep_ms(*args, **kwargs) -> Any: ... class TimeoutError (line 16) | class TimeoutError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uasyncio/core.py function ticks (line 9) | def ticks(*args, **kwargs) -> Any: function create_task (line 13) | def create_task(*args, **kwargs) -> Any: function ticks_diff (line 17) | def ticks_diff(*args, **kwargs) -> Any: function ticks_add (line 21) | def ticks_add(*args, **kwargs) -> Any: function run_until_complete (line 25) | def run_until_complete(*args, **kwargs) -> Any: function new_event_loop (line 29) | def new_event_loop(*args, **kwargs) -> Any: function current_task (line 33) | def current_task(*args, **kwargs) -> Any: function get_event_loop (line 37) | def get_event_loop(*args, **kwargs) -> Any: function sleep (line 41) | def sleep(*args, **kwargs) -> Any: function run (line 45) | def run(*args, **kwargs) -> Any: function sleep_ms (line 49) | def sleep_ms(*args, **kwargs) -> Any: class TaskQueue (line 53) | class TaskQueue: method push (line 54) | def push(self, *args, **kwargs) -> Any: method peek (line 57) | def peek(self, *args, **kwargs) -> Any: method remove (line 60) | def remove(self, *args, **kwargs) -> Any: method pop (line 63) | def pop(self, *args, **kwargs) -> Any: method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: class Task (line 70) | class Task: method __init__ (line 71) | def __init__(self, *argv, **kwargs) -> None: class CancelledError (line 75) | class CancelledError(Exception): FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uasyncio/core.pyi function ticks (line 3) | def ticks(*args, **kwargs) -> Any: ... function create_task (line 4) | def create_task(*args, **kwargs) -> Any: ... function ticks_diff (line 5) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_add (line 6) | def ticks_add(*args, **kwargs) -> Any: ... function run_until_complete (line 7) | def run_until_complete(*args, **kwargs) -> Any: ... function new_event_loop (line 8) | def new_event_loop(*args, **kwargs) -> Any: ... function current_task (line 9) | def current_task(*args, **kwargs) -> Any: ... function get_event_loop (line 10) | def get_event_loop(*args, **kwargs) -> Any: ... function sleep (line 11) | def sleep(*args, **kwargs) -> Any: ... function run (line 12) | def run(*args, **kwargs) -> Any: ... function sleep_ms (line 13) | def sleep_ms(*args, **kwargs) -> Any: ... class TaskQueue (line 15) | class TaskQueue: method push (line 16) | def push(self, *args, **kwargs) -> Any: ... method peek (line 17) | def peek(self, *args, **kwargs) -> Any: ... method remove (line 18) | def remove(self, *args, **kwargs) -> Any: ... method pop (line 19) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: ... class Task (line 22) | class Task: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... class CancelledError (line 25) | class CancelledError(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uasyncio/event.py class ThreadSafeFlag (line 9) | class ThreadSafeFlag: method ioctl (line 10) | def ioctl(self, *args, **kwargs) -> Any: method set (line 13) | def set(self, *args, **kwargs) -> Any: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: class Event (line 22) | class Event: method set (line 23) | def set(self, *args, **kwargs) -> Any: method is_set (line 26) | def is_set(self, *args, **kwargs) -> Any: method clear (line 29) | def clear(self, *args, **kwargs) -> Any: method __init__ (line 34) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uasyncio/event.pyi class ThreadSafeFlag (line 3) | class ThreadSafeFlag: method ioctl (line 4) | def ioctl(self, *args, **kwargs) -> Any: ... method set (line 5) | def set(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... class Event (line 9) | class Event: method set (line 10) | def set(self, *args, **kwargs) -> Any: ... method is_set (line 11) | def is_set(self, *args, **kwargs) -> Any: ... method clear (line 12) | def clear(self, *args, **kwargs) -> Any: ... method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uasyncio/funcs.py function wait_for_ms (line 9) | def wait_for_ms(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uasyncio/funcs.pyi function wait_for_ms (line 3) | def wait_for_ms(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uasyncio/lock.py class Lock (line 9) | class Lock: method locked (line 10) | def locked(self, *args, **kwargs) -> Any: method release (line 13) | def release(self, *args, **kwargs) -> Any: method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uasyncio/lock.pyi class Lock (line 3) | class Lock: method locked (line 4) | def locked(self, *args, **kwargs) -> Any: ... method release (line 5) | def release(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uasyncio/stream.py class StreamWriter (line 11) | class StreamWriter: method get_extra_info (line 12) | def get_extra_info(self, *args, **kwargs) -> Any: method write (line 15) | def write(self, *args, **kwargs) -> Any: method close (line 18) | def close(self, *args, **kwargs) -> Any: method __init__ (line 31) | def __init__(self, *argv, **kwargs) -> None: class Stream (line 35) | class Stream: method get_extra_info (line 36) | def get_extra_info(self, *args, **kwargs) -> Any: method write (line 39) | def write(self, *args, **kwargs) -> Any: method close (line 42) | def close(self, *args, **kwargs) -> Any: method __init__ (line 55) | def __init__(self, *argv, **kwargs) -> None: class Server (line 59) | class Server: method close (line 60) | def close(self, *args, **kwargs) -> Any: method __init__ (line 65) | def __init__(self, *argv, **kwargs) -> None: class StreamReader (line 69) | class StreamReader: method get_extra_info (line 70) | def get_extra_info(self, *args, **kwargs) -> Any: method write (line 73) | def write(self, *args, **kwargs) -> Any: method close (line 76) | def close(self, *args, **kwargs) -> Any: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uasyncio/stream.pyi class StreamWriter (line 5) | class StreamWriter: method get_extra_info (line 6) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 7) | def write(self, *args, **kwargs) -> Any: ... method close (line 8) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class Stream (line 20) | class Stream: method get_extra_info (line 21) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 22) | def write(self, *args, **kwargs) -> Any: ... method close (line 23) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 33) | def __init__(self, *argv, **kwargs) -> None: ... class Server (line 35) | class Server: method close (line 36) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 38) | def __init__(self, *argv, **kwargs) -> None: ... class StreamReader (line 40) | class StreamReader: method get_extra_info (line 41) | def get_extra_info(self, *args, **kwargs) -> Any: ... method write (line 42) | def write(self, *args, **kwargs) -> Any: ... method close (line 43) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 53) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ubinascii.py function crc32 (line 9) | def crc32(*args, **kwargs) -> Any: function hexlify (line 13) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 17) | def unhexlify(*args, **kwargs) -> Any: function b2a_base64 (line 21) | def b2a_base64(*args, **kwargs) -> Any: function a2b_base64 (line 25) | def a2b_base64(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ubinascii.pyi function crc32 (line 3) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 4) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 5) | def unhexlify(*args, **kwargs) -> Any: ... function b2a_base64 (line 6) | def b2a_base64(*args, **kwargs) -> Any: ... function a2b_base64 (line 7) | def a2b_base64(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ubluetooth.py class UUID (line 15) | class UUID: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class BLE (line 20) | class BLE: method gatts_notify (line 21) | def gatts_notify(self, *args, **kwargs) -> Any: method gatts_indicate (line 24) | def gatts_indicate(self, *args, **kwargs) -> Any: method gattc_write (line 27) | def gattc_write(self, *args, **kwargs) -> Any: method gattc_read (line 30) | def gattc_read(self, *args, **kwargs) -> Any: method gattc_exchange_mtu (line 33) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: method gatts_read (line 36) | def gatts_read(self, *args, **kwargs) -> Any: method gatts_write (line 39) | def gatts_write(self, *args, **kwargs) -> Any: method gatts_set_buffer (line 42) | def gatts_set_buffer(self, *args, **kwargs) -> Any: method gatts_register_services (line 45) | def gatts_register_services(self, *args, **kwargs) -> Any: method irq (line 48) | def irq(self, *args, **kwargs) -> Any: method gap_connect (line 51) | def gap_connect(self, *args, **kwargs) -> Any: method gap_advertise (line 54) | def gap_advertise(self, *args, **kwargs) -> Any: method config (line 57) | def config(self, *args, **kwargs) -> Any: method active (line 60) | def active(self, *args, **kwargs) -> Any: method gattc_discover_services (line 63) | def gattc_discover_services(self, *args, **kwargs) -> Any: method gap_disconnect (line 66) | def gap_disconnect(self, *args, **kwargs) -> Any: method gattc_discover_descriptors (line 69) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: method gattc_discover_characteristics (line 72) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: method gap_scan (line 75) | def gap_scan(self, *args, **kwargs) -> Any: method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ubluetooth.pyi class UUID (line 9) | class UUID: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... class BLE (line 12) | class BLE: method gatts_notify (line 13) | def gatts_notify(self, *args, **kwargs) -> Any: ... method gatts_indicate (line 14) | def gatts_indicate(self, *args, **kwargs) -> Any: ... method gattc_write (line 15) | def gattc_write(self, *args, **kwargs) -> Any: ... method gattc_read (line 16) | def gattc_read(self, *args, **kwargs) -> Any: ... method gattc_exchange_mtu (line 17) | def gattc_exchange_mtu(self, *args, **kwargs) -> Any: ... method gatts_read (line 18) | def gatts_read(self, *args, **kwargs) -> Any: ... method gatts_write (line 19) | def gatts_write(self, *args, **kwargs) -> Any: ... method gatts_set_buffer (line 20) | def gatts_set_buffer(self, *args, **kwargs) -> Any: ... method gatts_register_services (line 21) | def gatts_register_services(self, *args, **kwargs) -> Any: ... method irq (line 22) | def irq(self, *args, **kwargs) -> Any: ... method gap_connect (line 23) | def gap_connect(self, *args, **kwargs) -> Any: ... method gap_advertise (line 24) | def gap_advertise(self, *args, **kwargs) -> Any: ... method config (line 25) | def config(self, *args, **kwargs) -> Any: ... method active (line 26) | def active(self, *args, **kwargs) -> Any: ... method gattc_discover_services (line 27) | def gattc_discover_services(self, *args, **kwargs) -> Any: ... method gap_disconnect (line 28) | def gap_disconnect(self, *args, **kwargs) -> Any: ... method gattc_discover_descriptors (line 29) | def gattc_discover_descriptors(self, *args, **kwargs) -> Any: ... method gattc_discover_characteristics (line 30) | def gattc_discover_characteristics(self, *args, **kwargs) -> Any: ... method gap_scan (line 31) | def gap_scan(self, *args, **kwargs) -> Any: ... method __init__ (line 32) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ucollections.py function namedtuple (line 9) | def namedtuple(*args, **kwargs) -> Any: class OrderedDict (line 13) | class OrderedDict: method popitem (line 14) | def popitem(self, *args, **kwargs) -> Any: method pop (line 17) | def pop(self, *args, **kwargs) -> Any: method values (line 20) | def values(self, *args, **kwargs) -> Any: method setdefault (line 23) | def setdefault(self, *args, **kwargs) -> Any: method update (line 26) | def update(self, *args, **kwargs) -> Any: method copy (line 29) | def copy(self, *args, **kwargs) -> Any: method clear (line 32) | def clear(self, *args, **kwargs) -> Any: method keys (line 35) | def keys(self, *args, **kwargs) -> Any: method get (line 38) | def get(self, *args, **kwargs) -> Any: method items (line 41) | def items(self, *args, **kwargs) -> Any: method fromkeys (line 45) | def fromkeys(cls, *args, **kwargs) -> Any: method __init__ (line 48) | def __init__(self, *argv, **kwargs) -> None: class deque (line 52) | class deque: method popleft (line 53) | def popleft(self, *args, **kwargs) -> Any: method append (line 56) | def append(self, *args, **kwargs) -> Any: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ucollections.pyi function namedtuple (line 3) | def namedtuple(*args, **kwargs) -> Any: ... class OrderedDict (line 5) | class OrderedDict: method popitem (line 6) | def popitem(self, *args, **kwargs) -> Any: ... method pop (line 7) | def pop(self, *args, **kwargs) -> Any: ... method values (line 8) | def values(self, *args, **kwargs) -> Any: ... method setdefault (line 9) | def setdefault(self, *args, **kwargs) -> Any: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method copy (line 11) | def copy(self, *args, **kwargs) -> Any: ... method clear (line 12) | def clear(self, *args, **kwargs) -> Any: ... method keys (line 13) | def keys(self, *args, **kwargs) -> Any: ... method get (line 14) | def get(self, *args, **kwargs) -> Any: ... method items (line 15) | def items(self, *args, **kwargs) -> Any: ... method fromkeys (line 17) | def fromkeys(cls, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class deque (line 20) | class deque: method popleft (line 21) | def popleft(self, *args, **kwargs) -> Any: ... method append (line 22) | def append(self, *args, **kwargs) -> Any: ... method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ucryptolib.py class aes (line 9) | class aes: method encrypt (line 10) | def encrypt(self, *args, **kwargs) -> Any: method decrypt (line 13) | def decrypt(self, *args, **kwargs) -> Any: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ucryptolib.pyi class aes (line 3) | class aes: method encrypt (line 4) | def encrypt(self, *args, **kwargs) -> Any: ... method decrypt (line 5) | def decrypt(self, *args, **kwargs) -> Any: ... method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uctypes.py function sizeof (line 42) | def sizeof(*args, **kwargs) -> Any: function bytes_at (line 46) | def bytes_at(*args, **kwargs) -> Any: function bytearray_at (line 50) | def bytearray_at(*args, **kwargs) -> Any: function addressof (line 54) | def addressof(*args, **kwargs) -> Any: class struct (line 58) | class struct: method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uctypes.pyi function sizeof (line 36) | def sizeof(*args, **kwargs) -> Any: ... function bytes_at (line 37) | def bytes_at(*args, **kwargs) -> Any: ... function bytearray_at (line 38) | def bytearray_at(*args, **kwargs) -> Any: ... function addressof (line 39) | def addressof(*args, **kwargs) -> Any: ... class struct (line 41) | class struct: method __init__ (line 42) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uhashlib.py class sha256 (line 9) | class sha256: method digest (line 10) | def digest(self, *args, **kwargs) -> Any: method update (line 13) | def update(self, *args, **kwargs) -> Any: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: class sha1 (line 20) | class sha1: method digest (line 21) | def digest(self, *args, **kwargs) -> Any: method update (line 24) | def update(self, *args, **kwargs) -> Any: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uhashlib.pyi class sha256 (line 3) | class sha256: method digest (line 4) | def digest(self, *args, **kwargs) -> Any: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class sha1 (line 8) | class sha1: method digest (line 9) | def digest(self, *args, **kwargs) -> Any: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method __init__ (line 11) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uheapq.py function heappop (line 9) | def heappop(*args, **kwargs) -> Any: function heappush (line 13) | def heappush(*args, **kwargs) -> Any: function heapify (line 17) | def heapify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uheapq.pyi function heappop (line 3) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 4) | def heappush(*args, **kwargs) -> Any: ... function heapify (line 5) | def heapify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uio.py function open (line 9) | def open(*args, **kwargs) -> Any: class IOBase (line 13) | class IOBase: method __init__ (line 14) | def __init__(self, *argv, **kwargs) -> None: class TextIOWrapper (line 18) | class TextIOWrapper: method write (line 19) | def write(self, *args, **kwargs) -> Any: method flush (line 22) | def flush(self, *args, **kwargs) -> Any: method readlines (line 25) | def readlines(self, *args, **kwargs) -> Any: method seek (line 28) | def seek(self, *args, **kwargs) -> Any: method tell (line 31) | def tell(self, *args, **kwargs) -> Any: method readline (line 34) | def readline(self, *args, **kwargs) -> Any: method close (line 37) | def close(self, *args, **kwargs) -> Any: method read (line 40) | def read(self, *args, **kwargs) -> Any: method readinto (line 43) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 46) | def __init__(self, *argv, **kwargs) -> None: class StringIO (line 50) | class StringIO: method write (line 51) | def write(self, *args, **kwargs) -> Any: method flush (line 54) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 57) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 60) | def seek(self, *args, **kwargs) -> Any: method tell (line 63) | def tell(self, *args, **kwargs) -> Any: method readline (line 66) | def readline(self, *args, **kwargs) -> Any: method close (line 69) | def close(self, *args, **kwargs) -> Any: method read (line 72) | def read(self, *args, **kwargs) -> Any: method readinto (line 75) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 78) | def __init__(self, *argv, **kwargs) -> None: class BufferedWriter (line 82) | class BufferedWriter: method flush (line 83) | def flush(self, *args, **kwargs) -> Any: method write (line 86) | def write(self, *args, **kwargs) -> Any: method __init__ (line 89) | def __init__(self, *argv, **kwargs) -> None: class FileIO (line 93) | class FileIO: method write (line 94) | def write(self, *args, **kwargs) -> Any: method flush (line 97) | def flush(self, *args, **kwargs) -> Any: method readlines (line 100) | def readlines(self, *args, **kwargs) -> Any: method seek (line 103) | def seek(self, *args, **kwargs) -> Any: method tell (line 106) | def tell(self, *args, **kwargs) -> Any: method readline (line 109) | def readline(self, *args, **kwargs) -> Any: method close (line 112) | def close(self, *args, **kwargs) -> Any: method read (line 115) | def read(self, *args, **kwargs) -> Any: method readinto (line 118) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 121) | def __init__(self, *argv, **kwargs) -> None: class BytesIO (line 125) | class BytesIO: method write (line 126) | def write(self, *args, **kwargs) -> Any: method flush (line 129) | def flush(self, *args, **kwargs) -> Any: method getvalue (line 132) | def getvalue(self, *args, **kwargs) -> Any: method seek (line 135) | def seek(self, *args, **kwargs) -> Any: method tell (line 138) | def tell(self, *args, **kwargs) -> Any: method readline (line 141) | def readline(self, *args, **kwargs) -> Any: method close (line 144) | def close(self, *args, **kwargs) -> Any: method read (line 147) | def read(self, *args, **kwargs) -> Any: method readinto (line 150) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 153) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uio.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... class IOBase (line 5) | class IOBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... class TextIOWrapper (line 8) | class TextIOWrapper: method write (line 9) | def write(self, *args, **kwargs) -> Any: ... method flush (line 10) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 11) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 12) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 13) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 14) | def readline(self, *args, **kwargs) -> Any: ... method close (line 15) | def close(self, *args, **kwargs) -> Any: ... method read (line 16) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 17) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... class StringIO (line 20) | class StringIO: method write (line 21) | def write(self, *args, **kwargs) -> Any: ... method flush (line 22) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 23) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 24) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 25) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 26) | def readline(self, *args, **kwargs) -> Any: ... method close (line 27) | def close(self, *args, **kwargs) -> Any: ... method read (line 28) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 29) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 30) | def __init__(self, *argv, **kwargs) -> None: ... class BufferedWriter (line 32) | class BufferedWriter: method flush (line 33) | def flush(self, *args, **kwargs) -> Any: ... method write (line 34) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class FileIO (line 37) | class FileIO: method write (line 38) | def write(self, *args, **kwargs) -> Any: ... method flush (line 39) | def flush(self, *args, **kwargs) -> Any: ... method readlines (line 40) | def readlines(self, *args, **kwargs) -> Any: ... method seek (line 41) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 42) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 43) | def readline(self, *args, **kwargs) -> Any: ... method close (line 44) | def close(self, *args, **kwargs) -> Any: ... method read (line 45) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 46) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: ... class BytesIO (line 49) | class BytesIO: method write (line 50) | def write(self, *args, **kwargs) -> Any: ... method flush (line 51) | def flush(self, *args, **kwargs) -> Any: ... method getvalue (line 52) | def getvalue(self, *args, **kwargs) -> Any: ... method seek (line 53) | def seek(self, *args, **kwargs) -> Any: ... method tell (line 54) | def tell(self, *args, **kwargs) -> Any: ... method readline (line 55) | def readline(self, *args, **kwargs) -> Any: ... method close (line 56) | def close(self, *args, **kwargs) -> Any: ... method read (line 57) | def read(self, *args, **kwargs) -> Any: ... method readinto (line 58) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 59) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ujson.py function loads (line 9) | def loads(*args, **kwargs) -> Any: function load (line 13) | def load(*args, **kwargs) -> Any: function dumps (line 17) | def dumps(*args, **kwargs) -> Any: function dump (line 21) | def dump(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ujson.pyi function loads (line 3) | def loads(*args, **kwargs) -> Any: ... function load (line 4) | def load(*args, **kwargs) -> Any: ... function dumps (line 5) | def dumps(*args, **kwargs) -> Any: ... function dump (line 6) | def dump(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/umachine.py function enable_irq (line 23) | def enable_irq(*args, **kwargs) -> Any: function bitstream (line 27) | def bitstream(*args, **kwargs) -> Any: function disable_irq (line 31) | def disable_irq(*args, **kwargs) -> Any: function deepsleep (line 35) | def deepsleep(*args, **kwargs) -> Any: function wake_reason (line 39) | def wake_reason(*args, **kwargs) -> Any: function sleep (line 43) | def sleep(*args, **kwargs) -> Any: function soft_reset (line 47) | def soft_reset(*args, **kwargs) -> Any: function time_pulse_us (line 51) | def time_pulse_us(*args, **kwargs) -> Any: function unique_id (line 55) | def unique_id(*args, **kwargs) -> Any: function freq (line 59) | def freq(*args, **kwargs) -> Any: function reset_cause (line 63) | def reset_cause(*args, **kwargs) -> Any: function idle (line 67) | def idle(*args, **kwargs) -> Any: function lightsleep (line 71) | def lightsleep(*args, **kwargs) -> Any: function reset (line 75) | def reset(*args, **kwargs) -> Any: class PWM (line 82) | class PWM: method duty_u16 (line 83) | def duty_u16(self, *args, **kwargs) -> Any: method init (line 86) | def init(self, *args, **kwargs) -> Any: method freq (line 89) | def freq(self, *args, **kwargs) -> Any: method deinit (line 92) | def deinit(self, *args, **kwargs) -> Any: method duty_ns (line 95) | def duty_ns(self, *args, **kwargs) -> Any: method duty (line 98) | def duty(self, *args, **kwargs) -> Any: method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: class UART (line 105) | class UART: method deinit (line 113) | def deinit(self, *args, **kwargs) -> Any: method init (line 116) | def init(self, *args, **kwargs) -> Any: method sendbreak (line 119) | def sendbreak(self, *args, **kwargs) -> Any: method read (line 122) | def read(self, *args, **kwargs) -> Any: method any (line 125) | def any(self, *args, **kwargs) -> Any: method write (line 128) | def write(self, *args, **kwargs) -> Any: method readinto (line 131) | def readinto(self, *args, **kwargs) -> Any: method readline (line 134) | def readline(self, *args, **kwargs) -> Any: method __init__ (line 137) | def __init__(self, *argv, **kwargs) -> None: class ADCBlock (line 145) | class ADCBlock: method init (line 146) | def init(self, *args, **kwargs) -> Any: method connect (line 149) | def connect(self, *args, **kwargs) -> Any: method __init__ (line 152) | def __init__(self, *argv, **kwargs) -> None: class ADC (line 156) | class ADC: method read_u16 (line 166) | def read_u16(self, *args, **kwargs) -> Any: method init (line 169) | def init(self, *args, **kwargs) -> Any: method read_uv (line 172) | def read_uv(self, *args, **kwargs) -> Any: method width (line 175) | def width(self, *args, **kwargs) -> Any: method read (line 178) | def read(self, *args, **kwargs) -> Any: method block (line 181) | def block(self, *args, **kwargs) -> Any: method atten (line 184) | def atten(self, *args, **kwargs) -> Any: method __init__ (line 187) | def __init__(self, *argv, **kwargs) -> None: class I2S (line 191) | class I2S: method shift (line 197) | def shift(self, *args, **kwargs) -> Any: method init (line 200) | def init(self, *args, **kwargs) -> Any: method irq (line 203) | def irq(self, *args, **kwargs) -> Any: method readinto (line 206) | def readinto(self, *args, **kwargs) -> Any: method deinit (line 209) | def deinit(self, *args, **kwargs) -> Any: method write (line 212) | def write(self, *args, **kwargs) -> Any: method __init__ (line 215) | def __init__(self, *argv, **kwargs) -> None: class DAC (line 219) | class DAC: method write (line 220) | def write(self, *args, **kwargs) -> Any: method __init__ (line 223) | def __init__(self, *argv, **kwargs) -> None: class I2C (line 227) | class I2C: method readfrom_mem_into (line 228) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readfrom_into (line 231) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 234) | def readfrom_mem(self, *args, **kwargs) -> Any: method writeto_mem (line 237) | def writeto_mem(self, *args, **kwargs) -> Any: method scan (line 240) | def scan(self, *args, **kwargs) -> Any: method writeto (line 243) | def writeto(self, *args, **kwargs) -> Any: method writevto (line 246) | def writevto(self, *args, **kwargs) -> Any: method start (line 249) | def start(self, *args, **kwargs) -> Any: method readfrom (line 252) | def readfrom(self, *args, **kwargs) -> Any: method readinto (line 255) | def readinto(self, *args, **kwargs) -> Any: method init (line 258) | def init(self, *args, **kwargs) -> Any: method stop (line 261) | def stop(self, *args, **kwargs) -> Any: method write (line 264) | def write(self, *args, **kwargs) -> Any: method __init__ (line 267) | def __init__(self, *argv, **kwargs) -> None: class Timer (line 271) | class Timer: method deinit (line 275) | def deinit(self, *args, **kwargs) -> Any: method init (line 278) | def init(self, *args, **kwargs) -> Any: method value (line 281) | def value(self, *args, **kwargs) -> Any: method __init__ (line 284) | def __init__(self, *argv, **kwargs) -> None: class SoftSPI (line 288) | class SoftSPI: method deinit (line 292) | def deinit(self, *args, **kwargs) -> Any: method init (line 295) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 298) | def write_readinto(self, *args, **kwargs) -> Any: method read (line 301) | def read(self, *args, **kwargs) -> Any: method write (line 304) | def write(self, *args, **kwargs) -> Any: method readinto (line 307) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 310) | def __init__(self, *argv, **kwargs) -> None: class Pin (line 314) | class Pin: method irq (line 329) | def irq(self, *args, **kwargs) -> Any: method off (line 332) | def off(self, *args, **kwargs) -> Any: method on (line 335) | def on(self, *args, **kwargs) -> Any: method init (line 338) | def init(self, *args, **kwargs) -> Any: method value (line 341) | def value(self, *args, **kwargs) -> Any: method __init__ (line 344) | def __init__(self, *argv, **kwargs) -> None: class WDT (line 348) | class WDT: method feed (line 349) | def feed(self, *args, **kwargs) -> Any: method __init__ (line 352) | def __init__(self, *argv, **kwargs) -> None: class TouchPad (line 356) | class TouchPad: method config (line 357) | def config(self, *args, **kwargs) -> Any: method read (line 360) | def read(self, *args, **kwargs) -> Any: method __init__ (line 363) | def __init__(self, *argv, **kwargs) -> None: class SDCard (line 367) | class SDCard: method ioctl (line 368) | def ioctl(self, *args, **kwargs) -> Any: method readblocks (line 371) | def readblocks(self, *args, **kwargs) -> Any: method writeblocks (line 374) | def writeblocks(self, *args, **kwargs) -> Any: method info (line 377) | def info(self, *args, **kwargs) -> Any: method deinit (line 380) | def deinit(self, *args, **kwargs) -> Any: method __init__ (line 383) | def __init__(self, *argv, **kwargs) -> None: class RTC (line 387) | class RTC: method init (line 388) | def init(self, *args, **kwargs) -> Any: method memory (line 391) | def memory(self, *args, **kwargs) -> Any: method datetime (line 394) | def datetime(self, *args, **kwargs) -> Any: method __init__ (line 397) | def __init__(self, *argv, **kwargs) -> None: class SoftI2C (line 401) | class SoftI2C: method readfrom_mem_into (line 402) | def readfrom_mem_into(self, *args, **kwargs) -> Any: method readfrom_into (line 405) | def readfrom_into(self, *args, **kwargs) -> Any: method readfrom_mem (line 408) | def readfrom_mem(self, *args, **kwargs) -> Any: method writeto_mem (line 411) | def writeto_mem(self, *args, **kwargs) -> Any: method scan (line 414) | def scan(self, *args, **kwargs) -> Any: method writeto (line 417) | def writeto(self, *args, **kwargs) -> Any: method writevto (line 420) | def writevto(self, *args, **kwargs) -> Any: method start (line 423) | def start(self, *args, **kwargs) -> Any: method readfrom (line 426) | def readfrom(self, *args, **kwargs) -> Any: method readinto (line 429) | def readinto(self, *args, **kwargs) -> Any: method init (line 432) | def init(self, *args, **kwargs) -> Any: method stop (line 435) | def stop(self, *args, **kwargs) -> Any: method write (line 438) | def write(self, *args, **kwargs) -> Any: method __init__ (line 441) | def __init__(self, *argv, **kwargs) -> None: class SPI (line 445) | class SPI: method deinit (line 449) | def deinit(self, *args, **kwargs) -> Any: method init (line 452) | def init(self, *args, **kwargs) -> Any: method write_readinto (line 455) | def write_readinto(self, *args, **kwargs) -> Any: method read (line 458) | def read(self, *args, **kwargs) -> Any: method write (line 461) | def write(self, *args, **kwargs) -> Any: method readinto (line 464) | def readinto(self, *args, **kwargs) -> Any: method __init__ (line 467) | def __init__(self, *argv, **kwargs) -> None: class Signal (line 471) | class Signal: method off (line 472) | def off(self, *args, **kwargs) -> Any: method on (line 475) | def on(self, *args, **kwargs) -> Any: method value (line 478) | def value(self, *args, **kwargs) -> Any: method __init__ (line 481) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/umachine.pyi function enable_irq (line 17) | def enable_irq(*args, **kwargs) -> Any: ... function bitstream (line 18) | def bitstream(*args, **kwargs) -> Any: ... function disable_irq (line 19) | def disable_irq(*args, **kwargs) -> Any: ... function deepsleep (line 20) | def deepsleep(*args, **kwargs) -> Any: ... function wake_reason (line 21) | def wake_reason(*args, **kwargs) -> Any: ... function sleep (line 22) | def sleep(*args, **kwargs) -> Any: ... function soft_reset (line 23) | def soft_reset(*args, **kwargs) -> Any: ... function time_pulse_us (line 24) | def time_pulse_us(*args, **kwargs) -> Any: ... function unique_id (line 25) | def unique_id(*args, **kwargs) -> Any: ... function freq (line 26) | def freq(*args, **kwargs) -> Any: ... function reset_cause (line 27) | def reset_cause(*args, **kwargs) -> Any: ... function idle (line 28) | def idle(*args, **kwargs) -> Any: ... function lightsleep (line 29) | def lightsleep(*args, **kwargs) -> Any: ... function reset (line 30) | def reset(*args, **kwargs) -> Any: ... class PWM (line 34) | class PWM: method duty_u16 (line 35) | def duty_u16(self, *args, **kwargs) -> Any: ... method init (line 36) | def init(self, *args, **kwargs) -> Any: ... method freq (line 37) | def freq(self, *args, **kwargs) -> Any: ... method deinit (line 38) | def deinit(self, *args, **kwargs) -> Any: ... method duty_ns (line 39) | def duty_ns(self, *args, **kwargs) -> Any: ... method duty (line 40) | def duty(self, *args, **kwargs) -> Any: ... method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: ... class UART (line 43) | class UART: method deinit (line 50) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 51) | def init(self, *args, **kwargs) -> Any: ... method sendbreak (line 52) | def sendbreak(self, *args, **kwargs) -> Any: ... method read (line 53) | def read(self, *args, **kwargs) -> Any: ... method any (line 54) | def any(self, *args, **kwargs) -> Any: ... method write (line 55) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 56) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 57) | def readline(self, *args, **kwargs) -> Any: ... method __init__ (line 58) | def __init__(self, *argv, **kwargs) -> None: ... class ADCBlock (line 63) | class ADCBlock: method init (line 64) | def init(self, *args, **kwargs) -> Any: ... method connect (line 65) | def connect(self, *args, **kwargs) -> Any: ... method __init__ (line 66) | def __init__(self, *argv, **kwargs) -> None: ... class ADC (line 68) | class ADC: method read_u16 (line 77) | def read_u16(self, *args, **kwargs) -> Any: ... method init (line 78) | def init(self, *args, **kwargs) -> Any: ... method read_uv (line 79) | def read_uv(self, *args, **kwargs) -> Any: ... method width (line 80) | def width(self, *args, **kwargs) -> Any: ... method read (line 81) | def read(self, *args, **kwargs) -> Any: ... method block (line 82) | def block(self, *args, **kwargs) -> Any: ... method atten (line 83) | def atten(self, *args, **kwargs) -> Any: ... method __init__ (line 84) | def __init__(self, *argv, **kwargs) -> None: ... class I2S (line 86) | class I2S: method shift (line 91) | def shift(self, *args, **kwargs) -> Any: ... method init (line 92) | def init(self, *args, **kwargs) -> Any: ... method irq (line 93) | def irq(self, *args, **kwargs) -> Any: ... method readinto (line 94) | def readinto(self, *args, **kwargs) -> Any: ... method deinit (line 95) | def deinit(self, *args, **kwargs) -> Any: ... method write (line 96) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 97) | def __init__(self, *argv, **kwargs) -> None: ... class DAC (line 99) | class DAC: method write (line 100) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 101) | def __init__(self, *argv, **kwargs) -> None: ... class I2C (line 103) | class I2C: method readfrom_mem_into (line 104) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 105) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 106) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 107) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 108) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 109) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 110) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 111) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 112) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 113) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 114) | def init(self, *args, **kwargs) -> Any: ... method stop (line 115) | def stop(self, *args, **kwargs) -> Any: ... method write (line 116) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: ... class Timer (line 119) | class Timer: method deinit (line 122) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 123) | def init(self, *args, **kwargs) -> Any: ... method value (line 124) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 125) | def __init__(self, *argv, **kwargs) -> None: ... class SoftSPI (line 127) | class SoftSPI: method deinit (line 130) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 131) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 132) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 133) | def read(self, *args, **kwargs) -> Any: ... method write (line 134) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 135) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 136) | def __init__(self, *argv, **kwargs) -> None: ... class Pin (line 138) | class Pin: method irq (line 152) | def irq(self, *args, **kwargs) -> Any: ... method off (line 153) | def off(self, *args, **kwargs) -> Any: ... method on (line 154) | def on(self, *args, **kwargs) -> Any: ... method init (line 155) | def init(self, *args, **kwargs) -> Any: ... method value (line 156) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 157) | def __init__(self, *argv, **kwargs) -> None: ... class WDT (line 159) | class WDT: method feed (line 160) | def feed(self, *args, **kwargs) -> Any: ... method __init__ (line 161) | def __init__(self, *argv, **kwargs) -> None: ... class TouchPad (line 163) | class TouchPad: method config (line 164) | def config(self, *args, **kwargs) -> Any: ... method read (line 165) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 166) | def __init__(self, *argv, **kwargs) -> None: ... class SDCard (line 168) | class SDCard: method ioctl (line 169) | def ioctl(self, *args, **kwargs) -> Any: ... method readblocks (line 170) | def readblocks(self, *args, **kwargs) -> Any: ... method writeblocks (line 171) | def writeblocks(self, *args, **kwargs) -> Any: ... method info (line 172) | def info(self, *args, **kwargs) -> Any: ... method deinit (line 173) | def deinit(self, *args, **kwargs) -> Any: ... method __init__ (line 174) | def __init__(self, *argv, **kwargs) -> None: ... class RTC (line 176) | class RTC: method init (line 177) | def init(self, *args, **kwargs) -> Any: ... method memory (line 178) | def memory(self, *args, **kwargs) -> Any: ... method datetime (line 179) | def datetime(self, *args, **kwargs) -> Any: ... method __init__ (line 180) | def __init__(self, *argv, **kwargs) -> None: ... class SoftI2C (line 182) | class SoftI2C: method readfrom_mem_into (line 183) | def readfrom_mem_into(self, *args, **kwargs) -> Any: ... method readfrom_into (line 184) | def readfrom_into(self, *args, **kwargs) -> Any: ... method readfrom_mem (line 185) | def readfrom_mem(self, *args, **kwargs) -> Any: ... method writeto_mem (line 186) | def writeto_mem(self, *args, **kwargs) -> Any: ... method scan (line 187) | def scan(self, *args, **kwargs) -> Any: ... method writeto (line 188) | def writeto(self, *args, **kwargs) -> Any: ... method writevto (line 189) | def writevto(self, *args, **kwargs) -> Any: ... method start (line 190) | def start(self, *args, **kwargs) -> Any: ... method readfrom (line 191) | def readfrom(self, *args, **kwargs) -> Any: ... method readinto (line 192) | def readinto(self, *args, **kwargs) -> Any: ... method init (line 193) | def init(self, *args, **kwargs) -> Any: ... method stop (line 194) | def stop(self, *args, **kwargs) -> Any: ... method write (line 195) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 196) | def __init__(self, *argv, **kwargs) -> None: ... class SPI (line 198) | class SPI: method deinit (line 201) | def deinit(self, *args, **kwargs) -> Any: ... method init (line 202) | def init(self, *args, **kwargs) -> Any: ... method write_readinto (line 203) | def write_readinto(self, *args, **kwargs) -> Any: ... method read (line 204) | def read(self, *args, **kwargs) -> Any: ... method write (line 205) | def write(self, *args, **kwargs) -> Any: ... method readinto (line 206) | def readinto(self, *args, **kwargs) -> Any: ... method __init__ (line 207) | def __init__(self, *argv, **kwargs) -> None: ... class Signal (line 209) | class Signal: method off (line 210) | def off(self, *args, **kwargs) -> Any: ... method on (line 211) | def on(self, *args, **kwargs) -> Any: ... method value (line 212) | def value(self, *args, **kwargs) -> Any: ... method __init__ (line 213) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/umqtt/robust.py class MQTTClient (line 9) | class MQTTClient: method ping (line 13) | def ping(self, *args, **kwargs) -> Any: method check_msg (line 16) | def check_msg(self, *args, **kwargs) -> Any: method delay (line 19) | def delay(self, *args, **kwargs) -> Any: method subscribe (line 22) | def subscribe(self, *args, **kwargs) -> Any: method disconnect (line 25) | def disconnect(self, *args, **kwargs) -> Any: method connect (line 28) | def connect(self, *args, **kwargs) -> Any: method set_last_will (line 31) | def set_last_will(self, *args, **kwargs) -> Any: method log (line 34) | def log(self, *args, **kwargs) -> Any: method set_callback (line 37) | def set_callback(self, *args, **kwargs) -> Any: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/umqtt/robust.pyi class MQTTClient (line 3) | class MQTTClient: method ping (line 6) | def ping(self, *args, **kwargs) -> Any: ... method check_msg (line 7) | def check_msg(self, *args, **kwargs) -> Any: ... method delay (line 8) | def delay(self, *args, **kwargs) -> Any: ... method subscribe (line 9) | def subscribe(self, *args, **kwargs) -> Any: ... method disconnect (line 10) | def disconnect(self, *args, **kwargs) -> Any: ... method connect (line 11) | def connect(self, *args, **kwargs) -> Any: ... method set_last_will (line 12) | def set_last_will(self, *args, **kwargs) -> Any: ... method log (line 13) | def log(self, *args, **kwargs) -> Any: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Any: ... method __init__ (line 18) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/umqtt/simple.py function hexlify (line 9) | def hexlify(*args, **kwargs) -> Any: class MQTTClient (line 13) | class MQTTClient: method ping (line 14) | def ping(self, *args, **kwargs) -> Any: method publish (line 17) | def publish(self, *args, **kwargs) -> Any: method wait_msg (line 20) | def wait_msg(self, *args, **kwargs) -> Any: method subscribe (line 23) | def subscribe(self, *args, **kwargs) -> Any: method check_msg (line 26) | def check_msg(self, *args, **kwargs) -> Any: method set_last_will (line 29) | def set_last_will(self, *args, **kwargs) -> Any: method connect (line 32) | def connect(self, *args, **kwargs) -> Any: method disconnect (line 35) | def disconnect(self, *args, **kwargs) -> Any: method set_callback (line 38) | def set_callback(self, *args, **kwargs) -> Any: method __init__ (line 41) | def __init__(self, *argv, **kwargs) -> None: class MQTTException (line 45) | class MQTTException(Exception): FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/umqtt/simple.pyi function hexlify (line 3) | def hexlify(*args, **kwargs) -> Any: ... class MQTTClient (line 5) | class MQTTClient: method ping (line 6) | def ping(self, *args, **kwargs) -> Any: ... method publish (line 7) | def publish(self, *args, **kwargs) -> Any: ... method wait_msg (line 8) | def wait_msg(self, *args, **kwargs) -> Any: ... method subscribe (line 9) | def subscribe(self, *args, **kwargs) -> Any: ... method check_msg (line 10) | def check_msg(self, *args, **kwargs) -> Any: ... method set_last_will (line 11) | def set_last_will(self, *args, **kwargs) -> Any: ... method connect (line 12) | def connect(self, *args, **kwargs) -> Any: ... method disconnect (line 13) | def disconnect(self, *args, **kwargs) -> Any: ... method set_callback (line 14) | def set_callback(self, *args, **kwargs) -> Any: ... method __init__ (line 15) | def __init__(self, *argv, **kwargs) -> None: ... class MQTTException (line 17) | class MQTTException(Exception): ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uos.py function stat (line 9) | def stat(*args, **kwargs) -> Any: function rmdir (line 13) | def rmdir(*args, **kwargs) -> Any: function rename (line 17) | def rename(*args, **kwargs) -> Any: function mount (line 21) | def mount(*args, **kwargs) -> Any: function mkdir (line 25) | def mkdir(*args, **kwargs) -> Any: function statvfs (line 29) | def statvfs(*args, **kwargs) -> Any: function unlink (line 33) | def unlink(*args, **kwargs) -> Any: function uname (line 37) | def uname(*args, **kwargs) -> Any: function umount (line 41) | def umount(*args, **kwargs) -> Any: function urandom (line 45) | def urandom(*args, **kwargs) -> Any: function chdir (line 49) | def chdir(*args, **kwargs) -> Any: function dupterm (line 53) | def dupterm(*args, **kwargs) -> Any: function remove (line 57) | def remove(*args, **kwargs) -> Any: function listdir (line 61) | def listdir(*args, **kwargs) -> Any: function dupterm_notify (line 65) | def dupterm_notify(*args, **kwargs) -> Any: function ilistdir (line 69) | def ilistdir(*args, **kwargs) -> Any: function getcwd (line 73) | def getcwd(*args, **kwargs) -> Any: class VfsLfs2 (line 77) | class VfsLfs2: method rename (line 78) | def rename(self, *args, **kwargs) -> Any: method mkfs (line 81) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 84) | def mount(self, *args, **kwargs) -> Any: method statvfs (line 87) | def statvfs(self, *args, **kwargs) -> Any: method rmdir (line 90) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 93) | def stat(self, *args, **kwargs) -> Any: method umount (line 96) | def umount(self, *args, **kwargs) -> Any: method remove (line 99) | def remove(self, *args, **kwargs) -> Any: method mkdir (line 102) | def mkdir(self, *args, **kwargs) -> Any: method open (line 105) | def open(self, *args, **kwargs) -> Any: method ilistdir (line 108) | def ilistdir(self, *args, **kwargs) -> Any: method chdir (line 111) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 114) | def getcwd(self, *args, **kwargs) -> Any: method __init__ (line 117) | def __init__(self, *argv, **kwargs) -> None: class VfsFat (line 121) | class VfsFat: method rename (line 122) | def rename(self, *args, **kwargs) -> Any: method mkfs (line 125) | def mkfs(self, *args, **kwargs) -> Any: method mount (line 128) | def mount(self, *args, **kwargs) -> Any: method statvfs (line 131) | def statvfs(self, *args, **kwargs) -> Any: method rmdir (line 134) | def rmdir(self, *args, **kwargs) -> Any: method stat (line 137) | def stat(self, *args, **kwargs) -> Any: method umount (line 140) | def umount(self, *args, **kwargs) -> Any: method remove (line 143) | def remove(self, *args, **kwargs) -> Any: method mkdir (line 146) | def mkdir(self, *args, **kwargs) -> Any: method open (line 149) | def open(self, *args, **kwargs) -> Any: method ilistdir (line 152) | def ilistdir(self, *args, **kwargs) -> Any: method chdir (line 155) | def chdir(self, *args, **kwargs) -> Any: method getcwd (line 158) | def getcwd(self, *args, **kwargs) -> Any: method __init__ (line 161) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uos.pyi function stat (line 3) | def stat(*args, **kwargs) -> Any: ... function rmdir (line 4) | def rmdir(*args, **kwargs) -> Any: ... function rename (line 5) | def rename(*args, **kwargs) -> Any: ... function mount (line 6) | def mount(*args, **kwargs) -> Any: ... function mkdir (line 7) | def mkdir(*args, **kwargs) -> Any: ... function statvfs (line 8) | def statvfs(*args, **kwargs) -> Any: ... function unlink (line 9) | def unlink(*args, **kwargs) -> Any: ... function uname (line 10) | def uname(*args, **kwargs) -> Any: ... function umount (line 11) | def umount(*args, **kwargs) -> Any: ... function urandom (line 12) | def urandom(*args, **kwargs) -> Any: ... function chdir (line 13) | def chdir(*args, **kwargs) -> Any: ... function dupterm (line 14) | def dupterm(*args, **kwargs) -> Any: ... function remove (line 15) | def remove(*args, **kwargs) -> Any: ... function listdir (line 16) | def listdir(*args, **kwargs) -> Any: ... function dupterm_notify (line 17) | def dupterm_notify(*args, **kwargs) -> Any: ... function ilistdir (line 18) | def ilistdir(*args, **kwargs) -> Any: ... function getcwd (line 19) | def getcwd(*args, **kwargs) -> Any: ... class VfsLfs2 (line 21) | class VfsLfs2: method rename (line 22) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 23) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 24) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 25) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 26) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 27) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 28) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 29) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 30) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 31) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 32) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 33) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 34) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 35) | def __init__(self, *argv, **kwargs) -> None: ... class VfsFat (line 37) | class VfsFat: method rename (line 38) | def rename(self, *args, **kwargs) -> Any: ... method mkfs (line 39) | def mkfs(self, *args, **kwargs) -> Any: ... method mount (line 40) | def mount(self, *args, **kwargs) -> Any: ... method statvfs (line 41) | def statvfs(self, *args, **kwargs) -> Any: ... method rmdir (line 42) | def rmdir(self, *args, **kwargs) -> Any: ... method stat (line 43) | def stat(self, *args, **kwargs) -> Any: ... method umount (line 44) | def umount(self, *args, **kwargs) -> Any: ... method remove (line 45) | def remove(self, *args, **kwargs) -> Any: ... method mkdir (line 46) | def mkdir(self, *args, **kwargs) -> Any: ... method open (line 47) | def open(self, *args, **kwargs) -> Any: ... method ilistdir (line 48) | def ilistdir(self, *args, **kwargs) -> Any: ... method chdir (line 49) | def chdir(self, *args, **kwargs) -> Any: ... method getcwd (line 50) | def getcwd(self, *args, **kwargs) -> Any: ... method __init__ (line 51) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uplatform.py function platform (line 9) | def platform(*args, **kwargs) -> Any: function python_compiler (line 13) | def python_compiler(*args, **kwargs) -> Any: function libc_ver (line 17) | def libc_ver(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uplatform.pyi function platform (line 3) | def platform(*args, **kwargs) -> Any: ... function python_compiler (line 4) | def python_compiler(*args, **kwargs) -> Any: ... function libc_ver (line 5) | def libc_ver(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/urandom.py function randrange (line 9) | def randrange(*args, **kwargs) -> Any: function random (line 13) | def random(*args, **kwargs) -> Any: function seed (line 17) | def seed(*args, **kwargs) -> Any: function uniform (line 21) | def uniform(*args, **kwargs) -> Any: function choice (line 25) | def choice(*args, **kwargs) -> Any: function randint (line 29) | def randint(*args, **kwargs) -> Any: function getrandbits (line 33) | def getrandbits(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/urandom.pyi function randrange (line 3) | def randrange(*args, **kwargs) -> Any: ... function random (line 4) | def random(*args, **kwargs) -> Any: ... function seed (line 5) | def seed(*args, **kwargs) -> Any: ... function uniform (line 6) | def uniform(*args, **kwargs) -> Any: ... function choice (line 7) | def choice(*args, **kwargs) -> Any: ... function randint (line 8) | def randint(*args, **kwargs) -> Any: ... function getrandbits (line 9) | def getrandbits(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ure.py function sub (line 9) | def sub(*args, **kwargs) -> Any: function search (line 13) | def search(*args, **kwargs) -> Any: function match (line 17) | def match(*args, **kwargs) -> Any: function compile (line 21) | def compile(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ure.pyi function sub (line 3) | def sub(*args, **kwargs) -> Any: ... function search (line 4) | def search(*args, **kwargs) -> Any: ... function match (line 5) | def match(*args, **kwargs) -> Any: ... function compile (line 6) | def compile(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/urequests.py function request (line 9) | def request(*args, **kwargs) -> Any: function head (line 13) | def head(*args, **kwargs) -> Any: function post (line 17) | def post(*args, **kwargs) -> Any: function patch (line 21) | def patch(*args, **kwargs) -> Any: function delete (line 25) | def delete(*args, **kwargs) -> Any: function put (line 29) | def put(*args, **kwargs) -> Any: function get (line 33) | def get(*args, **kwargs) -> Any: class Response (line 37) | class Response: method json (line 38) | def json(self, *args, **kwargs) -> Any: method close (line 41) | def close(self, *args, **kwargs) -> Any: method __init__ (line 47) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/urequests.pyi function request (line 3) | def request(*args, **kwargs) -> Any: ... function head (line 4) | def head(*args, **kwargs) -> Any: ... function post (line 5) | def post(*args, **kwargs) -> Any: ... function patch (line 6) | def patch(*args, **kwargs) -> Any: ... function delete (line 7) | def delete(*args, **kwargs) -> Any: ... function put (line 8) | def put(*args, **kwargs) -> Any: ... function get (line 9) | def get(*args, **kwargs) -> Any: ... class Response (line 11) | class Response: method json (line 12) | def json(self, *args, **kwargs) -> Any: ... method close (line 13) | def close(self, *args, **kwargs) -> Any: ... method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uselect.py function select (line 14) | def select(*args, **kwargs) -> Any: function poll (line 18) | def poll(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uselect.pyi function select (line 8) | def select(*args, **kwargs) -> Any: ... function poll (line 9) | def poll(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/usocket.py function getaddrinfo (line 21) | def getaddrinfo(*args, **kwargs) -> Any: class socket (line 25) | class socket: method recvfrom (line 26) | def recvfrom(self, *args, **kwargs) -> Any: method recv (line 29) | def recv(self, *args, **kwargs) -> Any: method makefile (line 32) | def makefile(self, *args, **kwargs) -> Any: method listen (line 35) | def listen(self, *args, **kwargs) -> Any: method fileno (line 38) | def fileno(self, *args, **kwargs) -> Any: method sendall (line 41) | def sendall(self, *args, **kwargs) -> Any: method setsockopt (line 44) | def setsockopt(self, *args, **kwargs) -> Any: method setblocking (line 47) | def setblocking(self, *args, **kwargs) -> Any: method sendto (line 50) | def sendto(self, *args, **kwargs) -> Any: method settimeout (line 53) | def settimeout(self, *args, **kwargs) -> Any: method readline (line 56) | def readline(self, *args, **kwargs) -> Any: method readinto (line 59) | def readinto(self, *args, **kwargs) -> Any: method read (line 62) | def read(self, *args, **kwargs) -> Any: method close (line 65) | def close(self, *args, **kwargs) -> Any: method connect (line 68) | def connect(self, *args, **kwargs) -> Any: method send (line 71) | def send(self, *args, **kwargs) -> Any: method bind (line 74) | def bind(self, *args, **kwargs) -> Any: method accept (line 77) | def accept(self, *args, **kwargs) -> Any: method write (line 80) | def write(self, *args, **kwargs) -> Any: method __init__ (line 83) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/usocket.pyi function getaddrinfo (line 15) | def getaddrinfo(*args, **kwargs) -> Any: ... class socket (line 17) | class socket: method recvfrom (line 18) | def recvfrom(self, *args, **kwargs) -> Any: ... method recv (line 19) | def recv(self, *args, **kwargs) -> Any: ... method makefile (line 20) | def makefile(self, *args, **kwargs) -> Any: ... method listen (line 21) | def listen(self, *args, **kwargs) -> Any: ... method fileno (line 22) | def fileno(self, *args, **kwargs) -> Any: ... method sendall (line 23) | def sendall(self, *args, **kwargs) -> Any: ... method setsockopt (line 24) | def setsockopt(self, *args, **kwargs) -> Any: ... method setblocking (line 25) | def setblocking(self, *args, **kwargs) -> Any: ... method sendto (line 26) | def sendto(self, *args, **kwargs) -> Any: ... method settimeout (line 27) | def settimeout(self, *args, **kwargs) -> Any: ... method readline (line 28) | def readline(self, *args, **kwargs) -> Any: ... method readinto (line 29) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 30) | def read(self, *args, **kwargs) -> Any: ... method close (line 31) | def close(self, *args, **kwargs) -> Any: ... method connect (line 32) | def connect(self, *args, **kwargs) -> Any: ... method send (line 33) | def send(self, *args, **kwargs) -> Any: ... method bind (line 34) | def bind(self, *args, **kwargs) -> Any: ... method accept (line 35) | def accept(self, *args, **kwargs) -> Any: ... method write (line 36) | def write(self, *args, **kwargs) -> Any: ... method __init__ (line 37) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ussl.py function wrap_socket (line 9) | def wrap_socket(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ussl.pyi function wrap_socket (line 3) | def wrap_socket(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ustruct.py function pack_into (line 9) | def pack_into(*args, **kwargs) -> Any: function unpack (line 13) | def unpack(*args, **kwargs) -> Any: function unpack_from (line 17) | def unpack_from(*args, **kwargs) -> Any: function pack (line 21) | def pack(*args, **kwargs) -> Any: function calcsize (line 25) | def calcsize(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/ustruct.pyi function pack_into (line 3) | def pack_into(*args, **kwargs) -> Any: ... function unpack (line 4) | def unpack(*args, **kwargs) -> Any: ... function unpack_from (line 5) | def unpack_from(*args, **kwargs) -> Any: ... function pack (line 6) | def pack(*args, **kwargs) -> Any: ... function calcsize (line 7) | def calcsize(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/usys.py function print_exception (line 21) | def print_exception(*args, **kwargs) -> Any: function exit (line 25) | def exit(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/usys.pyi function print_exception (line 15) | def print_exception(*args, **kwargs) -> Any: ... function exit (line 16) | def exit(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/utime.py function ticks_diff (line 9) | def ticks_diff(*args, **kwargs) -> Any: function ticks_add (line 13) | def ticks_add(*args, **kwargs) -> Any: function ticks_cpu (line 17) | def ticks_cpu(*args, **kwargs) -> Any: function time (line 21) | def time(*args, **kwargs) -> Any: function ticks_ms (line 25) | def ticks_ms(*args, **kwargs) -> Any: function ticks_us (line 29) | def ticks_us(*args, **kwargs) -> Any: function time_ns (line 33) | def time_ns(*args, **kwargs) -> Any: function localtime (line 37) | def localtime(*args, **kwargs) -> Any: function sleep_us (line 41) | def sleep_us(*args, **kwargs) -> Any: function gmtime (line 45) | def gmtime(*args, **kwargs) -> Any: function sleep_ms (line 49) | def sleep_ms(*args, **kwargs) -> Any: function mktime (line 53) | def mktime(*args, **kwargs) -> Any: function sleep (line 57) | def sleep(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/utime.pyi function ticks_diff (line 3) | def ticks_diff(*args, **kwargs) -> Any: ... function ticks_add (line 4) | def ticks_add(*args, **kwargs) -> Any: ... function ticks_cpu (line 5) | def ticks_cpu(*args, **kwargs) -> Any: ... function time (line 6) | def time(*args, **kwargs) -> Any: ... function ticks_ms (line 7) | def ticks_ms(*args, **kwargs) -> Any: ... function ticks_us (line 8) | def ticks_us(*args, **kwargs) -> Any: ... function time_ns (line 9) | def time_ns(*args, **kwargs) -> Any: ... function localtime (line 10) | def localtime(*args, **kwargs) -> Any: ... function sleep_us (line 11) | def sleep_us(*args, **kwargs) -> Any: ... function gmtime (line 12) | def gmtime(*args, **kwargs) -> Any: ... function sleep_ms (line 13) | def sleep_ms(*args, **kwargs) -> Any: ... function mktime (line 14) | def mktime(*args, **kwargs) -> Any: ... function sleep (line 15) | def sleep(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/utimeq.py class utimeq (line 9) | class utimeq: method peektime (line 10) | def peektime(self, *args, **kwargs) -> Any: method push (line 13) | def push(self, *args, **kwargs) -> Any: method pop (line 16) | def pop(self, *args, **kwargs) -> Any: method __init__ (line 19) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/utimeq.pyi class utimeq (line 3) | class utimeq: method peektime (line 4) | def peektime(self, *args, **kwargs) -> Any: ... method push (line 5) | def push(self, *args, **kwargs) -> Any: ... method pop (line 6) | def pop(self, *args, **kwargs) -> Any: ... method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uwebsocket.py class websocket (line 9) | class websocket: method readline (line 10) | def readline(self, *args, **kwargs) -> Any: method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: method write (line 16) | def write(self, *args, **kwargs) -> Any: method close (line 19) | def close(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method read (line 25) | def read(self, *args, **kwargs) -> Any: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uwebsocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uzlib.py function decompress (line 9) | def decompress(*args, **kwargs) -> Any: class DecompIO (line 13) | class DecompIO: method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: method readline (line 17) | def readline(self, *args, **kwargs) -> Any: method read (line 20) | def read(self, *args, **kwargs) -> Any: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/uzlib.pyi function decompress (line 3) | def decompress(*args, **kwargs) -> Any: ... class DecompIO (line 5) | class DecompIO: method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/websocket.py class websocket (line 9) | class websocket: method readline (line 10) | def readline(self, *args, **kwargs) -> Any: method ioctl (line 13) | def ioctl(self, *args, **kwargs) -> Any: method write (line 16) | def write(self, *args, **kwargs) -> Any: method close (line 19) | def close(self, *args, **kwargs) -> Any: method readinto (line 22) | def readinto(self, *args, **kwargs) -> Any: method read (line 25) | def read(self, *args, **kwargs) -> Any: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/websocket.pyi class websocket (line 3) | class websocket: method readline (line 4) | def readline(self, *args, **kwargs) -> Any: ... method ioctl (line 5) | def ioctl(self, *args, **kwargs) -> Any: ... method write (line 6) | def write(self, *args, **kwargs) -> Any: ... method close (line 7) | def close(self, *args, **kwargs) -> Any: ... method readinto (line 8) | def readinto(self, *args, **kwargs) -> Any: ... method read (line 9) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/websocket_helper.py function client_handshake (line 11) | def client_handshake(*args, **kwargs) -> Any: function server_handshake (line 15) | def server_handshake(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/websocket_helper.pyi function client_handshake (line 5) | def client_handshake(*args, **kwargs) -> Any: ... function server_handshake (line 6) | def server_handshake(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/zlib.py function decompress (line 9) | def decompress(*args, **kwargs) -> Any: class DecompIO (line 13) | class DecompIO: method readinto (line 14) | def readinto(self, *args, **kwargs) -> Any: method readline (line 17) | def readline(self, *args, **kwargs) -> Any: method read (line 20) | def read(self, *args, **kwargs) -> Any: method __init__ (line 23) | def __init__(self, *argv, **kwargs) -> None: FILE: stubs/micropython-v1_19_1-esp32-GENERIC_SPIRAM/zlib.pyi function decompress (line 3) | def decompress(*args, **kwargs) -> Any: ... class DecompIO (line 5) | class DecompIO: method readinto (line 6) | def readinto(self, *args, **kwargs) -> Any: ... method readline (line 7) | def readline(self, *args, **kwargs) -> Any: ... method read (line 8) | def read(self, *args, **kwargs) -> Any: ... method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/_onewire.py function crc8 (line 9) | def crc8(*args, **kwargs) -> Any: function readbit (line 13) | def readbit(*args, **kwargs) -> Any: function readbyte (line 17) | def readbyte(*args, **kwargs) -> Any: function reset (line 21) | def reset(*args, **kwargs) -> Any: function writebit (line 25) | def writebit(*args, **kwargs) -> Any: function writebyte (line 29) | def writebyte(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/_onewire.pyi function crc8 (line 3) | def crc8(*args, **kwargs) -> Any: ... function readbit (line 4) | def readbit(*args, **kwargs) -> Any: ... function readbyte (line 5) | def readbyte(*args, **kwargs) -> Any: ... function reset (line 6) | def reset(*args, **kwargs) -> Any: ... function writebit (line 7) | def writebit(*args, **kwargs) -> Any: ... function writebyte (line 8) | def writebyte(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/_thread.py class LockType (line 9) | class LockType: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method acquire (line 16) | def acquire(self, *args, **kwargs) -> Any: method locked (line 19) | def locked(self, *args, **kwargs) -> Any: method release (line 22) | def release(self, *args, **kwargs) -> Any: function allocate_lock (line 26) | def allocate_lock(*args, **kwargs) -> Any: function exit (line 30) | def exit(*args, **kwargs) -> Any: function get_ident (line 34) | def get_ident(*args, **kwargs) -> Any: function stack_size (line 38) | def stack_size(*args, **kwargs) -> Any: function start_new_thread (line 42) | def start_new_thread(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/_thread.pyi class LockType (line 3) | class LockType: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method acquire (line 5) | def acquire(self, *args, **kwargs) -> Any: ... method locked (line 6) | def locked(self, *args, **kwargs) -> Any: ... method release (line 7) | def release(self, *args, **kwargs) -> Any: ... function allocate_lock (line 9) | def allocate_lock(*args, **kwargs) -> Any: ... function exit (line 10) | def exit(*args, **kwargs) -> Any: ... function get_ident (line 11) | def get_ident(*args, **kwargs) -> Any: ... function stack_size (line 12) | def stack_size(*args, **kwargs) -> Any: ... function start_new_thread (line 13) | def start_new_thread(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/_uasyncio.py class Task (line 9) | class Task: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: class TaskQueue (line 17) | class TaskQueue: method __init__ (line 20) | def __init__(self, *argv, **kwargs) -> None: method pop (line 24) | def pop(self, *args, **kwargs) -> Any: method remove (line 27) | def remove(self, *args, **kwargs) -> Any: method peek (line 30) | def peek(self, *args, **kwargs) -> Any: method push (line 33) | def push(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/_uasyncio.pyi class Task (line 3) | class Task: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... class TaskQueue (line 6) | class TaskQueue: method __init__ (line 7) | def __init__(self, *argv, **kwargs) -> None: ... method pop (line 8) | def pop(self, *args, **kwargs) -> Any: ... method remove (line 9) | def remove(self, *args, **kwargs) -> Any: ... method peek (line 10) | def peek(self, *args, **kwargs) -> Any: ... method push (line 11) | def push(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/apa106.py class NeoPixel (line 9) | class NeoPixel: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method write (line 16) | def write(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: class APA106 (line 25) | class APA106: method __init__ (line 28) | def __init__(self, *argv, **kwargs) -> None: method write (line 32) | def write(self, *args, **kwargs) -> Any: method fill (line 35) | def fill(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/apa106.pyi class NeoPixel (line 3) | class NeoPixel: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 5) | def write(self, *args, **kwargs) -> Any: ... method fill (line 6) | def fill(self, *args, **kwargs) -> Any: ... class APA106 (line 9) | class APA106: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method write (line 11) | def write(self, *args, **kwargs) -> Any: ... method fill (line 12) | def fill(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/array.py class array (line 9) | class array: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method append (line 16) | def append(self, *args, **kwargs) -> Any: method extend (line 19) | def extend(self, *args, **kwargs) -> Any: method decode (line 22) | def decode(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/array.pyi class array (line 3) | class array: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method append (line 5) | def append(self, *args, **kwargs) -> Any: ... method extend (line 6) | def extend(self, *args, **kwargs) -> Any: ... method decode (line 7) | def decode(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/binascii.py function a2b_base64 (line 9) | def a2b_base64(*args, **kwargs) -> Any: function b2a_base64 (line 13) | def b2a_base64(*args, **kwargs) -> Any: function crc32 (line 17) | def crc32(*args, **kwargs) -> Any: function hexlify (line 21) | def hexlify(*args, **kwargs) -> Any: function unhexlify (line 25) | def unhexlify(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/binascii.pyi function a2b_base64 (line 3) | def a2b_base64(*args, **kwargs) -> Any: ... function b2a_base64 (line 4) | def b2a_base64(*args, **kwargs) -> Any: ... function crc32 (line 5) | def crc32(*args, **kwargs) -> Any: ... function hexlify (line 6) | def hexlify(*args, **kwargs) -> Any: ... function unhexlify (line 7) | def unhexlify(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/btree.py function open (line 9) | def open(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/btree.pyi function open (line 3) | def open(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/cmath.py function cos (line 9) | def cos(*args, **kwargs) -> Any: function exp (line 16) | def exp(*args, **kwargs) -> Any: function log (line 20) | def log(*args, **kwargs) -> Any: function log10 (line 24) | def log10(*args, **kwargs) -> Any: function phase (line 28) | def phase(*args, **kwargs) -> Any: function polar (line 35) | def polar(*args, **kwargs) -> Any: function rect (line 39) | def rect(*args, **kwargs) -> Any: function sin (line 43) | def sin(*args, **kwargs) -> Any: function sqrt (line 47) | def sqrt(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/cmath.pyi function cos (line 3) | def cos(*args, **kwargs) -> Any: ... function exp (line 7) | def exp(*args, **kwargs) -> Any: ... function log (line 8) | def log(*args, **kwargs) -> Any: ... function log10 (line 9) | def log10(*args, **kwargs) -> Any: ... function phase (line 10) | def phase(*args, **kwargs) -> Any: ... function polar (line 14) | def polar(*args, **kwargs) -> Any: ... function rect (line 15) | def rect(*args, **kwargs) -> Any: ... function sin (line 16) | def sin(*args, **kwargs) -> Any: ... function sqrt (line 17) | def sqrt(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/dht.py function dht_readinto (line 9) | def dht_readinto(*args, **kwargs) -> Any: class DHTBase (line 13) | class DHTBase: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method measure (line 20) | def measure(self, *args, **kwargs) -> Any: class DHT11 (line 24) | class DHT11: method __init__ (line 27) | def __init__(self, *argv, **kwargs) -> None: method measure (line 31) | def measure(self, *args, **kwargs) -> Any: method humidity (line 34) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 37) | def temperature(self, *args, **kwargs) -> Any: class DHT22 (line 41) | class DHT22: method __init__ (line 44) | def __init__(self, *argv, **kwargs) -> None: method measure (line 48) | def measure(self, *args, **kwargs) -> Any: method humidity (line 51) | def humidity(self, *args, **kwargs) -> Any: method temperature (line 54) | def temperature(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/dht.pyi function dht_readinto (line 3) | def dht_readinto(*args, **kwargs) -> Any: ... class DHTBase (line 5) | class DHTBase: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 7) | def measure(self, *args, **kwargs) -> Any: ... class DHT11 (line 9) | class DHT11: method __init__ (line 10) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 11) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 12) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 13) | def temperature(self, *args, **kwargs) -> Any: ... class DHT22 (line 15) | class DHT22: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: ... method measure (line 17) | def measure(self, *args, **kwargs) -> Any: ... method humidity (line 18) | def humidity(self, *args, **kwargs) -> Any: ... method temperature (line 19) | def temperature(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/ds18x20.py function const (line 9) | def const(*args, **kwargs) -> Any: class DS18X20 (line 13) | class DS18X20: method __init__ (line 16) | def __init__(self, *argv, **kwargs) -> None: method scan (line 20) | def scan(self, *args, **kwargs) -> Any: method convert_temp (line 23) | def convert_temp(self, *args, **kwargs) -> Any: method read_scratch (line 26) | def read_scratch(self, *args, **kwargs) -> Any: method write_scratch (line 29) | def write_scratch(self, *args, **kwargs) -> Any: method read_temp (line 32) | def read_temp(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/ds18x20.pyi function const (line 3) | def const(*args, **kwargs) -> Any: ... class DS18X20 (line 5) | class DS18X20: method __init__ (line 6) | def __init__(self, *argv, **kwargs) -> None: ... method scan (line 7) | def scan(self, *args, **kwargs) -> Any: ... method convert_temp (line 8) | def convert_temp(self, *args, **kwargs) -> Any: ... method read_scratch (line 9) | def read_scratch(self, *args, **kwargs) -> Any: ... method write_scratch (line 10) | def write_scratch(self, *args, **kwargs) -> Any: ... method read_temp (line 11) | def read_temp(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/esp.py function dht_readinto (line 16) | def dht_readinto(*args, **kwargs) -> Any: function flash_erase (line 20) | def flash_erase(*args, **kwargs) -> Any: function flash_read (line 24) | def flash_read(*args, **kwargs) -> Any: function flash_size (line 28) | def flash_size(*args, **kwargs) -> Any: function flash_user_start (line 32) | def flash_user_start(*args, **kwargs) -> Any: function flash_write (line 36) | def flash_write(*args, **kwargs) -> Any: function gpio_matrix_in (line 40) | def gpio_matrix_in(*args, **kwargs) -> Any: function gpio_matrix_out (line 44) | def gpio_matrix_out(*args, **kwargs) -> Any: function osdebug (line 48) | def osdebug(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/esp.pyi function dht_readinto (line 10) | def dht_readinto(*args, **kwargs) -> Any: ... function flash_erase (line 11) | def flash_erase(*args, **kwargs) -> Any: ... function flash_read (line 12) | def flash_read(*args, **kwargs) -> Any: ... function flash_size (line 13) | def flash_size(*args, **kwargs) -> Any: ... function flash_user_start (line 14) | def flash_user_start(*args, **kwargs) -> Any: ... function flash_write (line 15) | def flash_write(*args, **kwargs) -> Any: ... function gpio_matrix_in (line 16) | def gpio_matrix_in(*args, **kwargs) -> Any: ... function gpio_matrix_out (line 17) | def gpio_matrix_out(*args, **kwargs) -> Any: ... function osdebug (line 18) | def osdebug(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/flashbdev.py class Partition (line 9) | class Partition: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method find (line 16) | def find(self, *args, **kwargs) -> Any: method get_next_update (line 24) | def get_next_update(self, *args, **kwargs) -> Any: method info (line 27) | def info(self, *args, **kwargs) -> Any: method ioctl (line 30) | def ioctl(self, *args, **kwargs) -> Any: method mark_app_valid_cancel_rollback (line 34) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: method readblocks (line 37) | def readblocks(self, *args, **kwargs) -> Any: method set_boot (line 40) | def set_boot(self, *args, **kwargs) -> Any: method writeblocks (line 43) | def writeblocks(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/flashbdev.pyi class Partition (line 3) | class Partition: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method find (line 5) | def find(self, *args, **kwargs) -> Any: ... method get_next_update (line 10) | def get_next_update(self, *args, **kwargs) -> Any: ... method info (line 11) | def info(self, *args, **kwargs) -> Any: ... method ioctl (line 12) | def ioctl(self, *args, **kwargs) -> Any: ... method mark_app_valid_cancel_rollback (line 14) | def mark_app_valid_cancel_rollback(cls, *args, **kwargs) -> Any: ... method readblocks (line 15) | def readblocks(self, *args, **kwargs) -> Any: ... method set_boot (line 16) | def set_boot(self, *args, **kwargs) -> Any: ... method writeblocks (line 17) | def writeblocks(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/framebuf.py class FrameBuffer (line 9) | class FrameBuffer: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method blit (line 16) | def blit(self, *args, **kwargs) -> Any: method fill (line 19) | def fill(self, *args, **kwargs) -> Any: method fill_rect (line 22) | def fill_rect(self, *args, **kwargs) -> Any: method hline (line 25) | def hline(self, *args, **kwargs) -> Any: method line (line 28) | def line(self, *args, **kwargs) -> Any: method pixel (line 31) | def pixel(self, *args, **kwargs) -> Any: method rect (line 34) | def rect(self, *args, **kwargs) -> Any: method scroll (line 37) | def scroll(self, *args, **kwargs) -> Any: method text (line 40) | def text(self, *args, **kwargs) -> Any: method vline (line 43) | def vline(self, *args, **kwargs) -> Any: function FrameBuffer1 (line 47) | def FrameBuffer1(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/gc.py function collect (line 9) | def collect(*args, **kwargs) -> Any: function disable (line 13) | def disable(*args, **kwargs) -> Any: function enable (line 17) | def enable(*args, **kwargs) -> Any: function isenabled (line 21) | def isenabled(*args, **kwargs) -> Any: function mem_alloc (line 25) | def mem_alloc(*args, **kwargs) -> Any: function mem_free (line 29) | def mem_free(*args, **kwargs) -> Any: function threshold (line 33) | def threshold(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/gc.pyi function collect (line 3) | def collect(*args, **kwargs) -> Any: ... function disable (line 4) | def disable(*args, **kwargs) -> Any: ... function enable (line 5) | def enable(*args, **kwargs) -> Any: ... function isenabled (line 6) | def isenabled(*args, **kwargs) -> Any: ... function mem_alloc (line 7) | def mem_alloc(*args, **kwargs) -> Any: ... function mem_free (line 8) | def mem_free(*args, **kwargs) -> Any: ... function threshold (line 9) | def threshold(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/hashlib.py class sha1 (line 9) | class sha1: method __init__ (line 12) | def __init__(self, *argv, **kwargs) -> None: method update (line 16) | def update(self, *args, **kwargs) -> Any: method digest (line 19) | def digest(self, *args, **kwargs) -> Any: class sha256 (line 23) | class sha256: method __init__ (line 26) | def __init__(self, *argv, **kwargs) -> None: method update (line 30) | def update(self, *args, **kwargs) -> Any: method digest (line 33) | def digest(self, *args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/hashlib.pyi class sha1 (line 3) | class sha1: method __init__ (line 4) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 5) | def update(self, *args, **kwargs) -> Any: ... method digest (line 6) | def digest(self, *args, **kwargs) -> Any: ... class sha256 (line 8) | class sha256: method __init__ (line 9) | def __init__(self, *argv, **kwargs) -> None: ... method update (line 10) | def update(self, *args, **kwargs) -> Any: ... method digest (line 11) | def digest(self, *args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/heapq.py function heapify (line 9) | def heapify(*args, **kwargs) -> Any: function heappop (line 13) | def heappop(*args, **kwargs) -> Any: function heappush (line 17) | def heappush(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/heapq.pyi function heapify (line 3) | def heapify(*args, **kwargs) -> Any: ... function heappop (line 4) | def heappop(*args, **kwargs) -> Any: ... function heappush (line 5) | def heappush(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/inisetup.pyi function check_bootsec (line 5) | def check_bootsec(*args, **kwargs) -> Any: ... function fs_corrupted (line 6) | def fs_corrupted(*args, **kwargs) -> Any: ... function setup (line 7) | def setup(*args, **kwargs) -> Any: ... FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/json.py function dump (line 9) | def dump(*args, **kwargs) -> Any: function dumps (line 13) | def dumps(*args, **kwargs) -> Any: function load (line 17) | def load(*args, **kwargs) -> Any: function loads (line 21) | def loads(*args, **kwargs) -> Any: FILE: stubs/micropython-v1_19_1-esp32-UM_TINYPICO/network.py function LAN (line 26) | def LAN(*args, **kwargs) -> Any: function PPP (line 39) | def PPP(*args, **kwargs) -> Any: function WLAN (line 54) | def WLAN(*args, **kwargs) -> Any: function phy_mode (line 58) | def phy_mode(*args, **kwargs) -> Any: